 /* .popup-booknow .popup-content{
    background: #f9f9f9;
    display: inline-block;
    border-radius: 0;
    border: 0;
    width: 100%;
}
.popup-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
} */

.heading-popup {
    background: #b27f51;
    padding: 15px 15px 5px;
    display: inline-block;
    width: 100%;
    color: white;

}
 a.close-popup{border-radius:50%;position:absolute;right:-6px;background:#fff;color:#5b6f79;cursor:pointer;z-index:9;width:30px;height:30px;font-size:24px;text-align:center;line-height:28px;opacity:1!important;top:-5px;text-shadow:none}


.book-now-form {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 24px 15px;
}


 input[type=email], input[type=tel], input[type=text] {

    height: 40px;

    margin-bottom: 5px;

    padding: 0;

    width: 100%;

    border: 0;

    font-weight: 500;

    border-bottom: solid 1px #8d8d8d;

    background: transparent;

    color: #333;

}

.contact-form-footer input[type=text], .contact .contact-form-footer input[type=email] {

    color: #000;

}
.contact-form input, .contact .contact-form textarea {

    border-bottom: 1px solid #999!important;

}

 .contact-form-footer label {

    color: #333;

    font-size: 14px;

    font-weight: 500;

}

 /* label, .contact-form-footer label {

    position: absolute;

    top: 10px;

    left: 15px;

    color: #333;

    transition: .5s;

    pointer-events: none;

} */

 input[type=submit] {
    width: 100%;

    background-color: #7b2e00;

    text-transform: uppercase;

    color: #fff;

    border: 0!important;

    font-size: 18px;

    font-weight: 400;

    margin-top: 20px;

    padding: 10px 43px;

    display: inline-block;

    border-radius: 0px;

    border-radius: 46px;

    box-shadow: 0 4px 6px rgba(0,0,0,0.2);

}


/* styles.css */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

    
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue;
}