@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    height: auto;
    overflow: auto
}

.slick-slide {
    background: transparent !important;
}

.slick-slide {
    outline: none !important;
}


/* Header */

.staycation-price span {    font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;}
.staycation-box{position:relative;font-family:'Montserrat'!important}

.staycation-box .staycation-header {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 20px 0px;
}

.staycation-box .staycation-header h1.staycation-name {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}

.staycation-box .staycation-header .staycation-tagline {
    font-weight: normal;
    font-size: 14px;
}

.staycation-box .staycation-header .staycation-rating {
    color: rgb(255, 206, 43);
    margin-right: 10px;
}

.staycation-rating i:nth-child(1) {
    animation: zoomIn .7s 0ms;
    -webkit-animation: zoomIn .7s 0ms;
    -moz-animation: zoomIn .7s 0ms;
    -o-animation: zoomIn .7s 0ms;
    -ms-animation: zoomIn .7s 0ms;
    transition: visibility 0s 0s;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    -o-transition: visibility 0s 0s;
    -ms-transition: visibility 0s 0s
}

.staycation-rating i:nth-child(2) {
    animation: zoomIn .7s .1s;
    -webkit-animation: zoomIn .7s .1s;
    -moz-animation: zoomIn .7s .1s;
    -o-animation: zoomIn .7s .1s;
    -ms-animation: zoomIn .7s .1s;
    transition: visibility 0s .1s;
    -webkit-transition: visibility 0s .1s;
    -moz-transition: visibility 0s .1s;
    -o-transition: visibility 0s .1s;
    -ms-transition: visibility 0s .1s
}

.staycation-rating i:nth-child(3) {
    animation: zoomIn .7s .2s;
    -webkit-animation: zoomIn .7s .2s;
    -moz-animation: zoomIn .7s .2s;
    -o-animation: zoomIn .7s .2s;
    -ms-animation: zoomIn .7s .2s;
    transition: visibility 0s .2s;
    -webkit-transition: visibility 0s .2s;
    -moz-transition: visibility 0s .2s;
    -o-transition: visibility 0s .2s;
    -ms-transition: visibility 0s .2s
}

.staycation-rating i:nth-child(4) {
    animation: zoomIn .7s .3s;
    -webkit-animation: zoomIn .7s .3s;
    -moz-animation: zoomIn .7s .3s;
    -o-animation: zoomIn .7s .3s;
    -ms-animation: zoomIn .7s .3s;
    transition: visibility 0s .3s;
    -webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    -o-transition: visibility 0s .3s;
    -ms-transition: visibility 0s .3s
}

.staycation-rating i:nth-child(5) {
    animation: zoomIn .7s .4s;
    -webkit-animation: zoomIn .7s .4s;
    -moz-animation: zoomIn .7s .4s;
    -o-animation: zoomIn .7s .4s;
    -ms-animation: zoomIn .7s .4s;
    transition: visibility 0s .4s;
    -webkit-transition: visibility 0s .4s;
    -moz-transition: visibility 0s .4s;
    -o-transition: visibility 0s .4s;
    -ms-transition: visibility 0s .4s
}

.staycation-box .staycation-header .header-right {
    display: flex;
    justify-content: flex-end;
}

.staycation-box .staycation-header .staycation-price-right {
    margin-left: 20px;
}

.staycation-box .staycation-header .staycation-price {
    font-weight: bold;
    font-size: 30px;
}

.staycation-box .staycation-header .staycation-pricetxt {
    font-size: 13px;
    font-weight: bold;
    color: rgb(50, 150, 50);
    margin-top: -9px; width: 100%; text-align: center;
}

.staycation-box .staycation-header .staycation-price-old {
    font-size: 16px;
    padding-top: 10px;
    text-decoration: line-through;
}

.staycation-box .staycation-header .staycation-discount {
    background-color: rgb(255, 206, 43);
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    animation: tada 1s infinite;
}

.enquire-btn {
    display: none;
    margin-top: 5px;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: #DA1E25;
    text-align: center;
    cursor: pointer;
}


/* Banner */

.staycation-banner {
    position: relative;
}

.staycation-banner .slick-slide {
    border-left: 3px solid rgb(255, 255, 255);
    transition-duration: 2s;
    opacity: 1;
    /*0.5*/
}

.staycation-banner .slick-active {
    opacity: 1;
}

.staycation-banner .slick-active+.slick-active~.slick-slide {
    opacity: 1;
    /*0.5*/
}

.staycation-banner .previous-slide,
.staycation-banner .next-slide {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    color: rgb(75, 75, 75);
    border-radius: 100%;
    opacity: 0.5px;
    cursor: pointer;
}

.staycation-banner .previous-slide {
    left: 20px;
}

.staycation-banner .next-slide {
    right: 20px;
}


/* Body */

.body-left {
    position: relative;
}


/* USP Icons */

.staycation-usp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.staycation-usp .view-all {
    margin-top: 35px;
    width: 100px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #DA1E25;
    white-space: nowrap;
    cursor: pointer;
}

.staycation-usp ul.usp-ions {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    margin: 0;
    height: 80px;
    overflow: hidden;
    transition: 5s;
    list-style: none;
}

.staycation-usp ul.usp-ions.active {
    height: auto;
}

.staycation-usp li.usp-icon {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    font-size: 14px;
    margin-right: 50px;
    color: rgb(75, 75, 75);
    padding: 10px 0px;
    font-weight: bold;
}

.staycation-usp li.usp-icon::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/offers/images/staycation-icons.svg");
    background-repeat: no-repeat;
    background-size: 112px;
    margin-right: 10px;
}

.staycation-usp li#usp-default::before {
    background-position: 0px 0px;
}

.staycation-usp li#usp-star::before {
    background-position: -28px 0px;
}

.staycation-usp li#usp-deluxe::before {
    background-position: -56px 0px;
}

.staycation-usp li#usp-standard::before {
    background-position: -84px 0px;
}

.staycation-usp li#usp-childfreestay::before {
    background-position: 0px -28px;
}

.staycation-usp li#usp-cityview::before {
    background-position: -28px -28px;
}

.staycation-usp li#usp-breakfast::before {
    background-position: -56px -28px;
}

.staycation-usp li#usp-parkaccess::before {
    background-position: -84px -28px;
}

.staycation-usp li#usp-gardenview::before {
    background-position: 0px -56px;
}

.staycation-usp li#usp-brachfront::before {
    background-position: -28px -56px;
}

.staycation-usp li#usp-privatebeach::before {
    background-position: -56px -56px;
}


/* Other */

.staycation-content {
    position: relative;
    padding: 20px 0px;
}

.staycation-content:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.staycation-content .content-title {
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(75, 75, 75);
}

.staycation-content p {
    text-align: left;
}

.staycation-content .offer-details,
.staycation-content .inclusions .staycation-content .exclusions,
.staycation-content .terms {
    padding: 0;
    margin: 0;
    list-style: none;
}

.staycation-content li {
    display: flex;
    padding-bottom: 8px;
}

.staycation-content .offer-details li::before,
.staycation-content .inclusions li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    margin-right: 10px;
    color: rgb(50, 150, 50);
    font-size: 18px;
}

.staycation-content .exclusions li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    margin-right: 10px;
    color: rgb(250, 100, 100);
    font-size: 18px;
}

.staycation-content .terms li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f192";
    margin-right: 10px;
    color: rgb(50, 150, 250);
    font-size: 18px;
}

.itinerary .itinerary-inner {
    position: relative;
    padding: 10px;
}

.itinerary .itinerary-inner:not(:last-child) {
    border-bottom: 1px dashed rgb(230, 221, 212);
}

.itinerary .itr-day-head {
    padding: 10px 0px;
    font-weight: bold;
    color: rgb(75, 75, 75);
    cursor: pointer;
}

.itinerary .itr-day-head::after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgb(240, 240, 240);
    color: rgb(150, 150, 150);
    border-radius: 100%;
    font-size: 14px;
}

.itinerary .itinerary-inner.active .itr-day-head::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
}

.itinerary .itinerary-inner p {
    display: none;
    text-align: justify;
}

.staycation-banner .slick-slide img {
    width: 100%;
}


/* Enquiry Form */

.enquiry-form {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    margin: 30px 0px 10px 10px;
    border-radius: 4px;
}

.enquiry-form h2.staycation-name {
    font-weight: bold;
    font-size: 22px;
    margin: 20px 10px 0px 10px;
    text-align: center;
}


/* Similar Stays*/

.similar-stays {
    position: relative;
    background-color: rgb(245, 245, 245);
    padding: 20px 40px;
}

.similar-stays-inner {
    position: relative;
    max-width: 100%;
}

.similar-stays-inner .similar-stays-img img {
    min-height: 200px;
}

.similar-stays .similar-stays-title {
    width: 100% !important;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(75, 75, 75);
}

.similar-stays .slider-inner {
    padding: 10px;
    background: #fff;
    margin: 5px;
    min-height: 265px;
}

.similar-stays .sl {
    opacity: 1 !important;
}

.similar-stays-img {
    margin-bottom: 5px;
    overflow: hidden;
}

.similar-stays .slider-inner,
.similar-stays .slider-inner * {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.similar-stays-img:hover img {
    transform: scale(1.05);
}

.similar-stays-name {
    font-weight: bold;
    color: rgb(75, 75, 75);
    font-size: 14px;
}

.similar-stays a:hover {
    text-decoration: none;
}

.similar-stays .slider-inner:hover .similar-stays-name {
    color: #dc0d15 !important;
}

.similar-stays-price {
    font-size: 14px;
}

.similar-stays .staycation-rating {
    color: rgb(255, 206, 43);
    margin-right: 10px;
    font-size: 14px;
}

.similar-stays .previous-staycation,
.similar-stays .next-staycation {
    display: inline-block !important;
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background-color: rgb(255, 206, 43);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.);
    color: rgb(75, 75, 75);
    border-radius: 5px;
    opacity: 0.5px;
    cursor: pointer;
}

.similar-stays .previous-staycation {
    right: 50px;
}

.similar-stays .next-staycation {
    right: 10px;
}


/* Whats App */

.w_chatbox {
    display: inline-block;
    width: 64px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-family: Arial;
    z-index: 9999999;
}

.w_chatbox .w_click {
    cursor: pointer;
}

.w_chatbox img {
    width: 100%;
    cursor: pointer;
}

.w_chatbox .w_box {
    position: absolute;
    bottom: 75px;
    right: 0px;
    width: 360px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    display: none;
}

.w_chatbox .w_header {
    background: rgb(9, 94, 84);
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
}

.w_chatbox .w_close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: rgb(255, 255, 255);
    opacity: 0.4;
}

.w_chatbox .w_close:hover {
    opacity: 1;
    cursor: pointer;
}

.w_chatbox .user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 10px;
}

.w_chatbox .w_head {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.w_chatbox .w_tagline {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
}

.w_chatbox .w_body {
    padding: 20px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    background-image: url("https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/offers/demo/background.jpg");
    background-size: cover;
}

.w_chatbox .w_text {
    display: inline-block;
    padding: 8px 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    box-shadow: 0px 1px 0.5px rgba(0, 0, 0, 0.13);
}

.w_chatbox .w_text::before {
    content: '';
    position: absolute;
    visibility: visible;
    top: -1px;
    left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ccc;
}

.w_chatbox .w_text::after {
    content: '';
    position: absolute;
    visibility: visible;
    top: 0px;
    left: -8px;
    border: 10px solid transparent;
    border-top: 10px solid rgb(255, 255, 255);
    clear: both;
}

.w_chatbox .w_chat_head {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.w_chatbox .w_chat_text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.w_chatbox .w_chat_time {
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.w_chatbox .w_footer {
    padding: 8px 12px;
    border-radius: 20px;
    border: none;
    background: rgb(79, 206, 93);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
}

.w_chatbox .fa-whatsapp {
    margin-right: 5px;
    font-size: 16px;
}

.w_chatbox .w_footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}


/* Responsive Media Query */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .staycation-box .staycation-header h1.staycation-name {
        font-size: 24px;
    }
    .staycation-box .staycation-header .staycation-tagline {
        font-size: 12px;
    }
    .staycation-box .staycation-header .staycation-price {
        font-size: 24px;
    }
    .staycation-box .staycation-header .staycation-pricetxt {
        font-size: 12px;
    }
    .staycation-box .staycation-header .staycation-price-old {
        font-size: 14px;
        padding-top: 5px;
    }
    .staycation-box .staycation-header .staycation-discount {
        padding: 4px 8px;
        font-size: 12px;
    }
    .enquire-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .staycation-header>.row {
        display: flex;
        align-items: center;
    }
    .staycation-box .staycation-header .header-right {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .staycation-box .staycation-header .staycation-price-left {
        text-align: center;
    }
    .staycation-box .staycation-header .staycation-price-right {
        margin-left: 0px;
    }
}


/* added by manish start here */

.enquiry-head {
    position: relative;
    z-index: 99999;
}

.short_desc {text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4; margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ptitle {  
    font-size: 22px;
}
 
    .ptitle  small {color: #6f6f6f;}
.enquiry-head h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
}

.enquiry-head h2:after {
    content: ' ';
    position: absolute;
    top: 90%;
    left: 50%;
    width: 100px;
    border: 2px solid #da1e25;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    transform: translateX(-50%);
}
#enquiry-modal .close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background-color: #da1e25;
    color: #fff;
    cursor: pointer;
    z-index: 999999;
}
#enquiry-modal .close:hover {
    background-color: #da1e25;
    color: #fff;
}
button.small, .button.small {
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.nlist_item {order: 1px solid #f1f1f1;
    padding: 15px; 
    box-shadow: 2px 4px 9px #ddd; -webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s;}
 
.nlist_item:hover  { transform: translateY(-4px); box-shadow: 5px 10px 20px rgb(0 0 0 / 20%);}
.nlist_item:hover h4 {color: #da1e25;}
.cursor_p { cursor: pointer;}

.starting_from { margin: 0; color: #666; font-size: 15px;}
.btn2_info {    background: linear-gradient(to bottom, #969696 0%, #5d5d5d 100%);
    border: 1px solid #999;}
    .btn2_info:hover {    background: linear-gradient(to bottom, #5d5d5d 0%, #969696 100%);
    border: 1px solid #999;}

    @media screen and (min-width: 1025px) {.w100 {width: 100%;} 
    .ptitle { display: flex;
        align-items: center;
        font-size: 22px;
    }
    .ptitle  h4 {overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; max-width: 87%;}
        .ptitle  small {color: #6f6f6f; padding-top: 5px; } }

/* for social icon stsrt here */

@media screen and (min-width: 641px) {
    .social_nlink li a.icon_fb {
        background-color: #3f6aa7;
        background-position: 0px 0;
    }
    .social_nlink li a.icon_tw {
        background-color: #45b6dc;
        background-position: 0px -36px;
    }
    .social_nlink li a.icon_you {
        background-color: #f36156;
        background-position: 0px -144px;
    }
    .social_nlink li a.icon_ig {
        background-color: #6aaeec;
        background-position: 0px -180px;
    }
    .social_nlink li a.icon_pr {
        background-color: #e65657;
        background-position: 0px -216px;
    }
    .social_nlink li a.icon_gp {
        background-color: #d63e32;
        width: 160px;
        background-repeat: no-repeat;
        padding-left: 43px;
        display: flex;
        align-items: center;
        background-position: 0px -288px;
        color: #fff;
    }
    .social_nlink li a {
        width: 160px !important;
        background-repeat: no-repeat;
        padding-left: 43px;
        display: flex!important;
        align-items: center!important;
        right: -11px !important;
        font-size: 14px;
        color: #fff;
    }
    .social_nlink li:hover a {
        right: 80px!important;
        text-decoration: none!important;
    }
}

@media screen and (max-width: 640px) {
    .social_nlink {
        padding: 20px 0 0px 0px;
    }
    .social_nlink li {
        margin: 0!important;
    }
    .social_nlink li a {
        margin: 0 !important;
        width: 45px!important;
    }
    .social_nlink li a span {
        display: none;
    }
    .social_nlink li a.icon_gp {
        background-position: 8px -288px !important;
    }
 

}


/* for social end here */

.staycation-price-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .enquiry-form {
        position: sticky;
        top: 115px
    }
    .staycation-box .staycation-header.active {
        position: fixed;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        width: 100%;
        z-index: 999999;
        top: 0px;
        padding: 26px 0px;
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: .35s;
        -moz-animation-duration: .35s;
        -o-animation-duration: .35s;
        animation-duration: .35s;
    }
    .staycation-box .staycation_theader .enquire-btn {
        display: none !important;
    }
    .staycation_fheader {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .enquiry-form {
        margin: 0 0 20px;
    }
    .social_nlink li a span {
        display: none;
    }
    .social_nlink li a.icon_gp {
        background-position: 0px -288px;
    }
}

@media screen and (max-width: 991px) {
    .enquiry-form {
        margin: 0 0 20px;
    }
    .staycation-box .staycation_fheader {
        display: none;
        padding: 13px 0;
    }
    .staycation-box .staycation_fheader.active {
        display: block;
        position: fixed;
        box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    width: 100%;
    z-index: 999999;
    top: 0px;
    padding: 22px 0;
    }
    .staycation-box .staycation_theader .enquire-btn {
        display: none !important;
    }
    .staycation-header.staycation_fheader>.row {
        flex-direction: inherit !important;
    }
    .staycation_fheader .starting-from {
        font-size: 13px;
        display: block;
    }
    .staycation_fheader .menquire-btn {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        background-color: #DA1E25;
        text-align: center;
        cursor: pointer;
    }
}



.staycation-banner .previous-staycation {
    left: 20px;
}.staycation-banner .next-staycation {
    right: 20px;
}
.staycation-banner .previous-staycation, .staycation-banner .next-staycation {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    color: rgb(75,75,75);
    border-radius: 100%;
    opacity: 0.5px;
    cursor: pointer;
}

/* added by manish end here */

@media screen and (max-width: 767px) {
    .staycation-banner .slick-slide {
        border-left: 0px;
    }
}

@media screen and (max-width: 700px) {
    .staycation-header>.row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .staycation-box .staycation-header .header-left {
        width: 100%;
        text-align: center;
    }
    .staycation-box .staycation-header .header-right {
        width: 100%;
        text-align: center;
    }
    .staycation-box .staycation-header .staycation-price-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .staycation-box .staycation-header .staycation-pricetxt {
        padding: 0px 10px;
        width: 100%;
    }
    .staycation-box .staycation-header .enquire-btn {
        margin-top: 0px;
    }
    .staycation-box .staycation-header .staycation-price-right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .staycation-box .staycation-header .staycation-discount {
        margin-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .staycation-box .staycation-header .staycation-tagline {
        display: none;
    }
    .staycation-box .staycation-header .staycation-price-left {
        flex-wrap: wrap;
    }
    .staycation-box .staycation-header .enquire-btn {
        margin: 10px 0px;
    }
    .similar-stays {
        padding: 20px 20px;
    }
}