/* ******************** */
/* SECTION: BOOK BANNER */
/* ******************** */
body{
    background-color: var(--main-white-bone);
}
.contenedor-book-banner{
    margin-top: 10px;
}
.book-banner-landing .title{
    margin-top: 45px;
    padding-left: 36px;
}
.book-banner .book-banner-content h3{
    margin: 0;
    color: var(--main-black-2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}
.section-book{
    background-color: white;
    box-shadow: 0px 4px 25px 0px rgba(121, 128, 151, 0.25);
}
.section-book .home_banner_img{
    width: 100%;
    margin-bottom: 20px;
}
.section-book .overlay-book{
    position: relative;
    z-index: 999;
    background: linear-gradient(230deg, rgba(62, 167, 222, 0.15) 35%, rgba(62, 167, 222, 0.00) 50%);
}
.section-book .nav-tabs{
    flex-flow: row;
}
.book-container{
    margin: auto;
    padding: 30px 0 17px;
}
.book-btn-pickup {
    margin-right: 15px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    border-radius: 10px;
    border: 1.5px solid var(--main-white-border);
    color: var(--main-black-4);
    background: white;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
}
.book-btn-pickup:last-child{
    margin-right: 0;
}
.book-btn-pickup.selected{
    color: white;
    background: var(--main-blue);
}
.book-carousel .owl-carousel.owl-drag .owl-item{
    width: 100%;
}
.book-btn-location{
    height: 40px;
    padding: 0 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 10px;
    border: 1.5px solid #D9D9D9;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
    color: var(--main-gray-2);
    background: white;
    cursor: pointer;
}
.book-btn-location:hover, .book-btn-location.selected{
    color: white;
    background-color: var(--main-blue);
}

.search-input-mobile,
.book-select-destination,
.select-pax-mobile,
.select-currency-mobile,
.book-date,
.input-daterange{
    margin: 5px 0 15px;
    padding: 15px 10px;
    width: -webkit-fill-available;
    border-radius: 32.5px;
    border: 1px solid #E9E8F2;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(28, 36, 47, 0.05);
}
.book-container h1{
    margin-top: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
}
.book-container .subtitle{
    color: #5C6A75;
    text-align: center;
}
.book-banner-content .search-results{
    display: none;
    z-index: 1;
    padding: 15px;
    width: auto;
    position: absolute;
    background: #FFF;
    background-color: white;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.book-banner-content .search-results p{
    cursor: pointer;
    padding-left: px;
}
.book-banner-content .search-results p:hover{
    background-color: var(--main-blue-focus);
    border-radius: 10px;
}
.ais-Hits-item em{
    font-weight: bold;
    font-style: normal;
}
.book-banner-content .search-results-mobile{
    display: none;
    padding: 15px;
    margin-top: 90px;
    width: auto;
    position: absolute;
    background: #FFF;
    background-color: white;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.ais-SearchBox, .ais-SearchBox-form, .ais-SearchBox-input{
    height: 100%;
    display: flex;
}
.ais-SearchBox-input, .select-pax, .select-currency, .input-date {
    border-style: none;
}
#search-input, .select-pax, .select-currency {
    border-right: 1.5px solid #D9D9D9;
}
.ais-SearchBox-input:focus,
.select-pax:focus,
.select-currency:focus,
.input-date:focus{
    outline: none;
}
.ais-SearchBox-input,
.select-pax,
.select-pax-mobile,
.select-currency-mobile,
.input-date {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
.ais-SearchBox-input {
    background-image: url('../images/icons/hotel-icon.svg');
}
.ais-SearchBox-submit .ais-SearchBox-submitIcon {
    background-image: url('../images/icons/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.select-pax,
.select-pax-mobile {
    background-image: url('../images/icons/group-icon.svg');
}
.select-currency-mobile {
    background-image: url('../images/icons/currency-icon.svg');
}
.select-pax::-ms-expand {
    display: none;
}
.input-date {
    background-image: url('../images/icons/date-icon.svg');
    width: 100%;
}
.book-banner-mobile .form-check{
    margin: 5px 0 15px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
}
.book-check-input{
    color: red;
}
.form-check-input:checked{
    background-color: var(--main-green);
    border-color: var(--main-green-border);
}
.book-button-div{
    display: flex;
    width: auto;
}
.book-button{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px 17px 10px 32px;
    color: white;
    background-color: var(--main-blue);
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
}
.book-button .btn-circle{
    background-color: #2391E0;
}

/* book desk */
.tab-content{
    position: sticky;
    padding: 11px 9px 12px 22px;
    border-radius: 20px;
    border: 1.5px solid #E9E8F2;
    background: white;
    box-shadow: 0px 4px 15px 0px rgba(28, 36, 47, 0.05);
}
.book-round-trip-div{
    border-radius: 10px;
    border: 1.5px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
    padding: 5px 15px 5px 30px;
}
.form-check-label{
    font-size: 14px;
    font-weight: 500;
}
.round-zones-div{
    margin-top: 5px;
}

.btn-circle{
    display: flex;
    justify-content: center;
    padding: 10px 10px 10px 12px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: var(--main-blue);
}

/* ************************* */
/* SECTION: SEO DESTINATION */
/* ************************* */
.destination-banner img {
    transform: translate(0, 0) scale(1);
}
.smart-destination {
    width: 85%;
    margin: -10px 0 30px;
}
.box-destination {
    border-radius: 20px;
    background-color: white;
}
.destination-title {
    padding: 25px 25px 0;
}

.destination-title p {
    margin: 20px 0 0;
    text-align: justify;
}
.destination-btnspace {
    display: flex;
    justify-content: center;
    transform: translate(0);
    margin: 24px 0;
}
.destination-button {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-evenly;
    padding: 15px;
    font-size: 18px;
    line-height: 15px;
    color: var(--main-black-2);
    background-color: white;
    border-radius: 50px;
    border: 1px solid var(--main-blue);
    box-shadow: 0px 4px 15px 0px rgba(28, 36, 47, 0.05);
}
.destination-banner {
    display: flex;
    justify-content: center;
}
.destination-banner picture {
    display: flex;
    justify-content: center;
}

/* Tabla Simple */
/* .table {
    width: 100%;
    border-collapse: collapse;
}
  
.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.table th {
    background-color: #92c9e6;
    color: #ffffff;
}

.table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}
  
@media (max-width: 500px) {
    .table thead {
    display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
    display: block;
    width: 100%;
    }
    .table tr {
    margin-bottom: 15px;
    }
    .table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
    }
    .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    }
} */

/* *************************** */
/* SECTION: CUSTOMERS SERVICES */
/* *************************** */
.section-customers-services .customers-services-card-container-top {
    margin: 40px 0;
}
.section-customers-services .customers-services-card-container-down {
    margin: 60px 0;
}
.section-customers-services .customers-services-card {
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 24px;
    justify-content: space-evenly;
    background-color: white;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #E9E8F2;
    box-shadow: 0px 4px 15px 0px rgba(28, 36, 47, 0.05);
}
.customers-services-card strong{
    color: var(--main-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.customers-services-card .card p{
    color: var(--main-blue-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.customers-services-card .card-date{
    color: var(--main-gray);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-top: 10px;
}
.customers-services-card .customers-services-price{
    color: var(--main-black-2);
    font-size: 16px;
    line-height: 14px;
}
.section-customers-services .customers-services-card-footer{
    height: 10px;
    background-color: var(--main-blue);
}
.customers-services-card .customers-services-card-img{
    width: 75%;
    border-radius: 10px 10px 10px 10px;
    margin-top: -60px;
}
.customers-services-card .customers-services-card-img{
    width: 100%;
    margin-top: -30%;
    margin-left: -10%;
}
.customers-services-title{
    margin: auto auto 10px;
    text-align: center;
}
.customers-services-subtitle{
    margin: auto auto 40px;
    color: var(--main-blue-dark);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.customers-services-quote  {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 95px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.soft-quote  {
    color: #D9D9D9;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

/* *************************** */
/* SECTION: WHY US */
/* *************************** */
.section-why-us .why-us-card-container {
    margin: 30px 0 10px 0;
    /* padding: 0; */
}
.section-why-us .why-us-card-container-down {
    margin: 60px 0;
}
.section-why-us .why-us-card {
    display: flex;
    flex-direction: column;
    /* padding: 0 20px 0 24px; */
    padding: 27px 20px 20px 18px;
    gap: 10px;
    justify-content: space-evenly;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #E9E8F2;
    box-shadow: 0px 4px 15px 0px rgba(28, 36, 47, 0.05);
}
.why-us-card strong{
    color: var(--main-black-2);
    font-size: 18px;
    line-height: 25px;
}
.why-us-card p{
    color: var(--main-blue-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.why-us-card .card p{
    color: var(--main-blue-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.why-us-card .card-date{
    color: var(--main-gray);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-top: 10px;
}
.why-us-card .why-us-price{
    color: var(--main-black-2);
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
}
.section-why-us .why-us-card-footer{
    height: 10px;
    background-color: var(--main-blue);
}
.why-us-card .why-us-card-img{
    border: 1px solid var(--main-white-border);
    padding: 8px;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    margin-top: -50px;
    right: 8px;
    /* top: -28px; */
}

.why-us-title{
    margin: auto auto 10px;
    text-align: center;
}
.why-us-subtitle{
    margin: auto auto 40px;
    color: var(--main-blue-dark);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

/* ***************** */
/* SECTION: PRICE-LIST */
/* ***************** */
.table_.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 16px !important;
    overflow: hidden;
}
.table_.table td,.table_.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
.table_.table td {
    color: #343941
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: red;
}
.table_.table td,.table_.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 10pt
}
.table-book-azul{
    color: #306BF3 !important;
    font-weight: 700;
}
.table_ .azul {
    background-color: #306BF3;
    color: #fff
}
.table_ .azul2{
    background-color: #ABC4FF;
    color: #000 !important;
}
.table_ .azul2 a{
    color: #000 !important;
}
.table_movil_ .azul,.table_movil_ .azul2 {
    background-color: #306BF3;
    color: #fff
}
.table_ .azul{
    color: white!important;
}
.table_movil_ .azul,.table_movil_ .azul2 a{
    color: white!important;
}
.table_ .azul-sof {
    background-color: #ABC4FF;
    color: #545D7A
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.container-box-tripadvisor  {
    border: 2px solid var(--main-green-trip);
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    display: inline-flex;
    vertical-align: middle;
}
.contenedor-flex {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.container-box-tripadvisor-movil  {
    border: 2px solid var(--main-green-trip);
    border-radius: 10px;
}
.container-box-tripadvisor-movil p {
    font-size: 15px;
}
.box-tripadvisor  {
    background-color: var(--main-green-trip);
    display: inline-flex;
    border-radius: 5px 0 0 5px;
}
.logo-tripadvisor {
    width: 100%;
    max-width: 100px;
    background-color:var(--main-green-trip);
    border-radius: 3px;
}
.logo-tripadvisor-movil {
    width: 100%;
    max-width: 100px;
    background-color:var(--main-green-trip);
    border-radius: 3px;
}
.bg-tripadvisor{
    background-color: var(--main-green-trip)!important;
    border-radius: 3px;
}
.circle-tripadvisor {
    width: 20px;
    height: 20px;
    background-color: var(--main-green-trip);
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}
.half-circle-tripadvisor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    background: linear-gradient(to right,var(--main-green-trip) 50%, #fff 50%);
    border: 1px solid var(--main-green-trip);
}
.book-banner-landing {
    border-radius: 20px;
    background-color: white;
    position: relative;
}
.book-banner-landing .img-radius {
    border-radius: 0 20px 20px 0;
    background-size: cover;
    background-position: center;
    height: 500px;
}
.hero-img-cancun{
    background-image: url('../images/landing-destination/cancun.webp');
}
.hero-img-tours{
    background-image: url('../images/tours/Rectangle26.webp');
}
.hero-img-cancun-hotel-zone{
    background-image: url('../images/landing-destination/cancun-hotel-zone.webp');
}
.hero-img-hotel-cancun{
    background-image: url('../images/hotels/book-baner-cancun.webp');
}
.hero-img-playa-del-carmen{
    background-image: url('../images/landing-destination/playa-desk.webp');
}
.hero-img-tulum{
    background-image: url('../images/landing-destination/tulum.webp');
}
.hero-img-akumal{
    background-image: url('../images/landing-destination/akumal.webp');
}
.no-margin {
    margin: 0!important;
}
.div_search_floating {
    position: absolute;
    top: 55%;
    right: 0;
    margin-left: auto;
}

.div_search_floating_stiky {
    background-color: white;
    margin-top: 10px;
}
.search-results-mobile em,
.search-results-mobile-from em,
.search-results em,
.search-results mark{
    font-weight: bold;
    font-style: normal;
    background-color: transparent;
    padding: 0;
}
.book-banner-content .search-target-mobile{
    display: none;
    z-index: 999;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: white;
}
.search-input-mobile{
    margin: 5px 10px 15px;
}
.search-target-mobile a{
    margin-top: -30px;
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
    text-decoration: none;
    color: var(--main-black-3);
    border-bottom: 1.5px solid var(--main-gray-3);
}
.after-input-icon{
    margin-top: 5px;
    margin-right: 10px;
}
.init-search-mobile{
    width: 100%;
    border: none;
}
.ais-SearchBox, .ais-SearchBox-form, .ais-SearchBox-input{
    width: 100%;
    height: 100%;
    display: flex;
}
.init-search-mobile, .ais-SearchBox-input, .select-pax, .select-currency, .input-date {
    border-style: none;
}
#search-input, .select-pax, .select-currency {
    border-right: 1.5px solid #D9D9D9;
}
.init-search-mobile:focus,
.ais-SearchBox-input:focus,
.select-pax:focus,
.select-currency:focus,
.input-date:focus{
    outline: none;
}
.search-input .ais-SearchBox-input,
.before-input-icon,
.select-pax,
.select-pax-mobile,
.select-currency-mobile,
.input-date {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
.search-input .ais-SearchBox-input, .before-input-icon {
    background-image: url('../images/icons/hotel-icon.svg');
}
.search-input .ais-SearchBox-submit .ais-SearchBox-submitIcon, .after-input-icon {
    background-image: url('../images/icons/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.select-pax,
.select-pax-mobile {
    background-image: url('../images/icons/group-icon.svg');
}
.select-currency-mobile {
    background-image: url('../images/icons/currency-icon.svg');
}
.select-pax::-ms-expand {
    display: none;
}
.input-date {
    background-image: url('../images/icons/date-icon.svg');
    width: 100%;
}
.book-banner-mobile{
    padding: 0 16px;
}
.book-banner-mobile .form-check{
    margin: 5px 0 15px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
}


/** ************************ **/
/** **** TABLE SERVICES **** **/
/** ************************ **/

.sg-faqs-table{
    border-collapse:  initial;
    border-radius:  0px 0px 10px 10px;
    border: 1px solid #DAE1F5;
    background: #F9FBFF;
    border-spacing: 0;
    vertical-align: middle;
}
.sg-faqs-table th, .sg-faqs-table td{
    border: none !important;
    padding: 16px 16px !important;
}

.sg-th-header{
    color: #231F20 !important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 87.5% */
}

.sg-td-bold{
    color: #545D7A !important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.sg-td{
    color: #545D7A !important;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.sg-faqs-table .row-rounded{
    border-radius: 0 0 10px 10px;
}

.sg-faqs-table .bg-white{
    background-color: #F9FBFF !important;
}

.sg-faqs-table .bg-secondary{
    background-color: #F4F5F9 !important;
}

.hotel-list-card{
    text-decoration: none;
    color: var(--main-blue);
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (max-width: 600px) {
    .table-striped tr {
        height:inherit
    }
    .table-r thead {
        display: none
    }
    .table-r tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
        padding: 0
    }
    .table-r th {
        display: none
    }
    .table-r td {
        display: block;
        text-align: center;
        font-size: 16px!important;
        border: none!important;
        border-bottom: 1px solid #ccc!important;
        white-space: normal!important
    }
    .table-r td.text-left {
        text-align: center!important
    }
    .table-r caption {
        text-align: center!important
    }
    .table-r tr td:first-of-type {
        background-color: #1d5bd8;
        color: #fff
    }
    .table-r td:last-child {
        border-bottom: 0!important
    }
    .table-r td:before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        text-align: center;
        font-size: 14px!important
    }
    .table-r td::after {
        content: attr(data-sub);
        display: block;
        font-size: 14px!important;
        text-align: center
    }
    .table-r hr:before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        text-align: center;
        font-size: 14px!important
    }
    .table-r hr::after {
        content: attr(data-sub);
        display: block;
        font-size: 13px;
        text-align: center;
        font-size: 14px!important
    }
    .table-r .no-change {
        background-color: inherit!important;
        color: inherit!important
    }
}

/* ************************** */
/* RESPONSIVE (MEDIA QUERIES) */
/* ************************** */

@media (min-width: 490px) {
    .smart-destination{
        width: 70%;
    }
    .customers-services-card .customers-services-card-img{
        width: 60%;
    }
    .destination-button{
        width: 280px;
    }
}

@media (min-width: 576px) {
    .customers-services-card .customers-services-card-img{
        width: 100%;
        margin-top: -30%;
    }
}


@media (max-width: 767px) {
    .book-banner-mobile{
        display: block;
    }
    .book-banner{
        padding: 0 30px 0 30px;
        display: none;
    }
    .book-banner-landing .home_banner_img{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
        border-radius: 0 0 20px 20px;
    }

    .book-banner-landing .img-radius {
        margin-top: 20px;
        border-radius: 0 0 20px 20px;
    }
}

@media (min-width: 768px) {
    .nav-tabs .nav-link{
        margin: -5px -2px -15px 0;
        padding: 10px 35px 20px;
        color: #1E2121;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 10px 10px 0 0;
        border: 1.5px solid #D9D9D9;
        background: #FFF;
        box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        margin: -10px 0 -15px;
        padding: 10px 35px 20px;
        color: white;
        background-color: var(--main-blue);
        font-weight: 700;
    }
    .section-book .home_banner_img{
        width: 90%;
    }
    .book-container h1{
        font-size: 28px;
        text-align: start;
    }
    .book-container .subtitle{
        margin-top: 20px;
        text-align: start;
    }
    .book-banner-mobile{
        display: none;
    }
    .input-daterange{
        margin: 5px 10px 15px;
    }
    .book-button{
        border-radius: 20px;
    }
    .book-btn-location{
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
    }
    .book-banner{
        padding: 0 30px 0 30px;
        display: block;
    }

    .destination-title, .destination-banner{
        background: none;
    }
    .destination-title{
        margin: 0;
        padding: 60px 20px 0 63px;
    }

    .destination-title p{
        margin: 10px 0 15px;
    }
    .smart-destination{
        margin: 27px 0 20px;
    }
    .book-banner-landing .img-radius {
        height: 700px;
    }
}

@media (min-width: 992px) {
    .snav-open{
        display: none;
    }
    .snav-menu{
        display: flex;
        align-items: center;
    }
    .smart-destination{
        width: 60%;
    }

    .book-banner-landing .img-radius {
        height: 500px;
    }
    .destination-banner {
        justify-content: end;
    }
    .destination-banner img {
        transform: translate(-8px, -24px) scale(1.1);
    }
    .destination-btnspace{
        margin: 0;
        transform: translate(0, 36px);
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) /*and (max-width: 50em)*/ {
    .snav-menu{
        display: flex;
        align-items: center;
    }
    .book-container h1{
        font-size: 42px;
    }
    .book-container .subtitle{
        margin-top: 20px;
    }
    .book-button{
        display: flex;
        justify-content: space-between;
        border-radius: 20px;
        font-size: 18px;
        padding: 20px 17px 20px 32px;
        color: white;
        background-color: var(--main-blue);
        box-shadow: 0px 4px 15px 0px rgba(88, 103, 246, 0.10);
    }
    .smart-destination{
        width: 60%;
    }
    .destination-banner {
        justify-content: center;
    }
    .destination-banner img {
        transform: translate(-24px, -24px) scale(1.1);
    }
}