@font-face {
    font-family: ezystayz;
    src: url(../fonts/ezystayz.eot?kbbz19);
    src: url(../fonts/ezystayz.eot?kbbz19#iefix) format("embedded-opentype"),
        url(../fonts/ezystayz.ttf?kbbz19) format("truetype"),
        url(../fonts/ezystayz.woff?kbbz19) format("woff"),
        url(../fonts/ezystayz.svg?kbbz19#ezystayz) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

#dropdown-container{
   display: flex;
    gap: 7px;
    position: absolute;
    top: 66%;
    left: 16%;
    flex-wrap: wrap;
    justify-content: center;
}


    .choose-destination-search .btn-primary-search {
    margin-left: auto;
    background: red;
    /*border-color: red;*/
    width:80%;
    height: 52px;
    border-top-left-radius:inherit;
    border-bottom-left-radius:inherit;
    transition:all 2s;
}
.choose-destination-search .btn-primary-search:hover {
        background: #d72525;
    border-color: #d72525;
}
body {
    top: 0 !important;
    /*font-family: 'Inter', sans-serif !important;*/
    font-family: 'MONTSERRAT', sans-serif !important;
}

html {
    overflow-x: hidden;
}

.icon {
    font-family: ezystayz !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input#banner_search_location {
    width: 100%;
    border: none;
    margin-top: 3px;
    outline: none;
    color: rgba(34, 34, 39, 0.7);
    font-size: 13px;
    margin-bottom: 3px;
}

#search-error {
    position: absolute;
    bottom: -19px;
    color: red;
}

.err {
    position: absolute;
    left: 15px;
    bottom: -3px;
}

.destination-column .t-datepicker {
    float: none;
}

.t-check-in,
.t-check-out {
    border: none;
}

div.t-dates span {
    color: rgba(34, 34, 39, 0.7);
    font-size: 13px;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
    top: 5px;
    left: 20px;
    color: rgba(34, 34, 39, 0.7);
    font-size: 13px;
    letter-spacing: 0;
    opacity: 1;
}

div.t-dates {
    padding: 5px 7px 0 2px;
    height: 23px;
}

.auto_suggest_box.show {
    display: block !important;
}

.auto_suggest_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    display: none !important;
    max-height: 240px;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.auto_suggest_box li {
    cursor: pointer;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#navbarDropdown {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.nav_profile_img > a {
    padding: 4px 6px 4px 4px !important;
    color: #fff !important;
    font-size: 13px;
    outline: none !important;
}

.nav_profile_img > a::before,
.nav_profile_img > a::after {
    display: none;
}

.dropdown-menu.dropdown-menu-right.show {
    padding: 5px 0;
    border: none;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-menu.dropdown-menu-right a {
    padding: 6px 12px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
}

.dropdown-menu.dropdown-menu-right a#logout {
    border-top: 1px solid #ddd;
    font-weight: 400;
}

.main-header-dark .navbar .navbar-collapse .nav-link {
    color: #000;
}

.main-header-dark .navbar .navbar-collapse .nav-link.btn-transparent {
    padding: 0.6565rem 1.815rem;
    text-transform: capitalize;
    background: rgba(29, 158, 218, 0.1);
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.main_container {
    padding: 0;
}

.blue-header .header-banner a.go-back i {
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link,
.nav_profile_img .btn {
    color: #211e1e !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    box-shadow: none;
}

.header-top {
    position: relative;
    z-index: 999;
}

header .banner_container {
    height: 365px;
}

main.main-content.content-over-header {
    margin-top: -10px;
}

header.banner_container {
    height: 285px;
    /*font-family: "Poppins", sans-serif;*/
    font-family: "MONTSERRAT", sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/images/banner.jpg);
}

.section-blue-bg,
.section-back-to-results {
    /* background-image: url(../../assets/images/ezy-nav-blue.png); */
    /* background-repeat: no-repeat; */
    padding-bottom: 95px;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: bottom right;
    padding: 0;
    /*background-color: #2cc4f4;*/
    background-color: #fa7070;
}

section.section-back-to-results {
    height: auto;
    min-height: 300px;
    color: #fff;
    margin-bottom: 20px;
}

.section-blue-bg h1,
.nav-result-info p,
.ezy-stayz-hotels__info span {
    color: #fff;
}

.ezy-stayz-hotels__info span.hotel-star {
    color: #da3e80 !important;
}

header.banner_container h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    color: #fff;
}

.banner_container p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
}

.what_ezy h4 {
    color: #222227;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
}

.what_ezy p {
    color: #222227;
    font-size: 20px;
    line-height: 32px;
}

.ezy_content1 .col-md-8 > p {
    color: #fff;
}

.ezy_content1 {
    background-image: linear-gradient(to right, #0ea4ff, #4dbef0, #0ea4ff);
    letter-spacing: 1px;
}

.ezy_content1 h4 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}

.ezy_content1 p {
    font-size: 20px;
    line-height: 30px;
}

.ezy_content1 span,
.ezy_list p {
    font-size: 16px;
    line-height: 25px;
}

.ezy_content1 label {
    height: 100px;
    line-height: 100px;
}

.ezy_payment p {
    font-weight: 500;
}

.ezy_content1 img {
    max-height: 100%;
}

.ezy_content_benefit {
    border-radius: 10px;
    color: #222227;
    letter-spacing: 0;
}

.ezy_content_benefit p {
    font-weight: 600;
    color: #222227;
}

.ezy_list h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ezy_payment h4,
.become_member_today h4 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
}

.ezy_payment li {
    width: 100%;
    padding-bottom: 7px;
}

.gray_bg {
    background: #f9f9f9;
    border-radius: 4px;
}

.btn.btn-white {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    color: #2cc4f4;
    background: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-decoration: none;
}

.become_member_today {
    background-image: linear-gradient(to left, #3ecdef, #0ea4ff);
    height: 384px;
}

.become_member_today h4 {
    color: #fff;
}

.ezy_payment p,
.ezy_payment li,
.ezy_payment span {
    font-size: 18px;
    color: #222227;
}

.ezy_payment h4 {
    margin-bottom: 20px;
}

.ezy_payment li i {
    font-size: 16px;
}

.invite_works label {
    height: 86px;
    width: 100%;
}

.invite_works h5 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.invite_works span {
    font-size: 16px;
}

.bg-transparent {
    background: transparent;
}

.banner_payment {
    background-image: linear-gradient(to left, #3ecdef, #0ea4ff);
}

.banner_payment img {
    position: relative;
    top: 100px;
}

.option_payment li {
    width: 140px;
    height: 89px;
    line-height: 89px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
    margin-right: 10px;
    text-align: center;
}

.payment_method h5 {
    font-size: 16px;
    font-weight: 600;
}

.payment_opt {
    width: 140px;
    height: 89px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin: 16px 16px 16px 20px;
    line-height: 89px;
}

.bg-white {
    background: #fff !important;
}

.crypto_payments li {
    position: relative;
}

.crypto_payments li .crypto_text {
    content: "";
    position: absolute;
    left: 17px;
    width: 140px;
    height: 89px;
    top: 11px;
    background-image: linear-gradient(
        to left,
        rgba(62, 205, 239, 0.8),
        rgba(14, 164, 255, 0.8)
    );
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.crypto_payments li:hover .crypto_text {
    opacity: 1;
}

.crypto_payments li.payment_opt .crypto_text {
    left: 0;
    top: 0;
}

.navbar.navbar-expand-lg {
    max-width: 100%;
}

.currency_dd_menu {
    max-height: 300px;
    overflow-y: auto;
}

.close_menu {
    display: none;
    position: absolute;
    right: 15px;
}

.close_menu a {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
    color: rgba(34, 34, 39, 0.7);
    display: flex;
    width: 2rem;
    height: 2rem;
    line-height: 2.1rem;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.mobile_only {
    display: none !important;
}

.desktop_only {
    display: flex !important;
}

.search-page .section-ezy-stayz-hotels .loader img {
    width: auto;
    height: auto;
    max-width: 70px;
}

.search-page .section-ezy-stayz-hotels img {
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ezy-stayz-hotel {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 0;
    z-index: 0;
    max-width: 100%;
}

.ezy-stayz-hotels-body {
    padding: 0 15px 15px;
}

.sidebar-item {
     position: static !important;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 3%;
}

.progress_message {
    position: absolute;
    color: #000;
    left: 35px;
    font-size: 16px;
}

.list_view_wrapper .hotel_dp {
    max-height: 280px !important;
    height: 100% !important;
    object-fit: cover;
}
.list_view_wrapper .card {
    margin-bottom: 20px;
    /*display: flex !important;*/
}
.list_view_wrapper .main_card_body {
    padding: 0rem 1.25rem;
}
.list_view_wrapper .card-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    color: rgb(58, 58, 58);
}
.list_view_wrapper .map_view_card_img {
    max-height: 140px;
}
.list_view_wrapper p {
    line-height: 1.5;
}

.loaction_name {
    font-size: 12px;
    margin-top: 8px;
    color: rgb(119, 119, 119);
    line-height: 13px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.ezy-stayz-hotels-body .loaction_name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px !important;
}

.list_view_wrapper p.loaction_distance {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    color: rgb(51, 51, 51);
    margin-bottom: 8px;
}

ul.services_ul {
    list-style: none;
    padding: 0;
    display: flex;
    height: 30px !important;
    margin-bottom: 0;
}

ul.services_ul li {
    padding: 3px 10px 3px 10px;
    border: 1px solid rgb(29, 172, 8);
    text-align: center;
    margin: 0 8px 0 0;
    color: rgb(29, 172, 8);
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

p.covid_safety {
    font-size: 12px;
    border: 2px solid #2cc4f4;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 4px;
    background: #e8f5fb;
    color: #2cc4f4;
    margin-top: 15px;
    height: 47px !important;
}

.list_view_wrapper .type_property {
    margin-bottom: 5px;
}

.right_list_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.price_col {
    padding: 20px;
}

.bottom_price .btn,
.see_more_btn {
    padding: 10px 15px;
    width: 100%;
}

.top_review {
    text-align: right;
}

.top_review h5 {
    color: green;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.top_review p {
    color: rgb(158, 158, 158);
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
}

.bottom_price {
    text-align: right;
}

.bottom_price h3 {
    font-size: 18px;
    font-weight: 900;
}

.bottom_price p {
    font-size: 12px;
    font-weight: 400;
    color: rgb(119, 119, 119);
}
.bottom_price_text {
    text-align: left;
}

.search-page .section-header .best-rate-guarantee span,
.search-page .section-header .best-rate-guarantee p {
    color: #fff;
}

.card-image.loading_wave {
    height: 200px;
    width: 100%;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

.card-description.loading_wave {
    height: 25px;
    width: 125px;
    border-radius: 3px;
}

.card-title.loading_wave {
    height: 25px;
    width: 125px;
    border-radius: 3px;
}

.loading_wave {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}

.loading_wave::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    animation: 2s loading_wave linear 0.5s infinite;
    background: linear-gradient(90deg, transparent, #ededed, transparent);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 1;
}

.ezy-stayz-hotel .ezy-stayz-hotels-body h6 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px !important;
}

.daterange-picker {
    border: 0;
    width: 100%;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.list_item_col {
    margin-bottom: 15px;
    padding: 0 10px;
}

.list_item_col .ezy-stayz-hotel img {
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 0;
    text-indent: -999em;
}

/* .list_item_col .ezy-stayz-hotel img::after {
    content: '';
    display: block;
    background-color: white;
    background-image: url("http://54.218.194.67/web/hotel_dummy.jpeg");
    background-position: center;
    background-size: cover;
    padding: 50% 0; 
    position: relative;
} */

.banner_card_list {
    position: relative;
    /* width: 960px; */
    margin-left: -213%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.banner_card_list.one_banner {
    height: 317px;
}

.banner_card_list.two_banner {
    height: 120px;
}

@keyframes loading_wave {
    0% {
        transform: translateX(-100%);
    }
    60% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

#tns1 > .tns-item a:hover,
#tns2 > .tns-item a:hover,
#tns3 > .tns-item a:hover {
    text-decoration: none;
}

.load_banner {
    background-image: url(../images/hero-australia.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
/* HOTELS CARDS START  */

.currency_tab_text {
    font-size: 12px !important;
    margin-top: 5px !important;
}
.hotels_list_covid {
    margin-bottom: 10px;
}
.hotels_list_topheading {
    margin-top: 5px;
}
/* RESPONSIVNESS  */

@media (max-width: 767px) {
    .homepage .header-top {
        background: #fff !important;
    }

    section.section-ezy-stayz-wrapper {
        margin-bottom: 0;
    }

    .homepage .section-choose-destination {
        padding: 80px 0 0;
        background: #fff;
        color:black;
    }
    .banner-para
    {
        color:black !important;
    }

    .banner_card_list {
        width: 100%;
        margin-left: 0;
        height: auto !important;
    }

    #mapContainer iframe {
        height: 500px;
    }

    .search-page section.section-ezy-stayz-hotels a.ezy-hotel-link {
        max-width: 100%;
        flex: 0 0 100%;
    }

    ul.list_map_view_ul.mobile_list_map_ul li a {
        padding: 20px 20px;
    }

    ul.list_map_view_ul.mobile_list_map_ul li a i.mdi {
        font-size: 30px;
    }

    .desktop_only {
        display: none !important;
    }

    .mobile_only {
        display: flex !important;
    }

    .col-md-6.max_height {
        position: absolute;
        left: -310px;
        top: 59px;
        bottom: 0;
        background: #fff;
        z-index: 1;
        width: 75%;
    }

    .col-md-6.max_height.visible_menu {
        left: 0;
    }

    .col-md-6.max_height .close_menu {
        display: inline-block;
    }

    .section-choose-destination .container {
        max-width: 95%;
    }

    .choose-destination-search .destination-column .icon {
        left: 10px !important;
        font-size: 26px;
        top: 35% !important;
    }

    .banner_payment img {
        top: -10px;
    }

    .banner_container {
        height: 250px;
    }

    .banner_container h1 {
        font-size: 35px;
    }

    .banner_payment {
        height: auto !important;
    }

    .search-rooms__button.btn {
        line-height: 19px !important;
    }

    .login_form .heading {
        padding: 0 20px;
    }

    div.white_upper {
        padding: 0 10px;
    }

    .side-book-now .checkin-details label {
        width: 100%;
    }

    .booking_details_right .card-body,
    div#guests-information,
    div#contact-info,
    div#payment-info,
    .top_box {
        padding: 10px !important;
    }

    .section-hotel-information,
    .section-hotel-information .section-facilities,
    .available-room-result {
        padding: 10px 0;
    }

    .section-hotel-information ul.list-unstyled li {
        margin-bottom: 10px;
    }

    .section-hotel-information ul.list-unstyled {
        margin-bottom: 0;
    }

    .section-location .section-location-address {
        padding-top: 10px;
    }

    .slider-content div {
        font-size: 16px;
        min-height: 60px;
    }

    .help-container
        div.helpleft_sec
        ul.nav.nav-pills.brand-pills.nav-stacked
        li {
        padding: 5px 15px 0 15px;
    }

    #navbarMain ul {
        align-items: flex-start;
    }

    #navbarMain ul li.d-flex {
        padding: 0 2rem;
    }

    .modal-wallet .modal-content .modal-header .modal-breadcrumb li a {
        font-size: 12px;
    }

    .modal-wallet .modal-content .modal-header .modal-breadcrumb {
        display: flex;
        align-items: flex-start;
    }

    .ezy-stayz-hotel {
        min-width: 100%;
    }

    .search-page-single-gallery-slider {
        margin-bottom: 10px;
    }

    .amenties-div + button.btn.btn-primary.btn-viewall {
        top: auto;
        bottom: 0;
        right: auto;
        margin-left: 0;
    }

    .amenties-frame div.amenties-div {
        padding-bottom: 110px;
        padding-right: 0;
    }

    .main-footer section {
        padding: 0 20px !important;
    }

    .section-invite-people {
        border-radius: 5px;
    }

    #search-result-pillsContent {
        border: none;
    }

    section.section.section-giveback-on-bookings {
        padding: 20px !important;
        border-radius: 10px;
    }
            .choose-destination-search .btn-primary-search {
    width: 100%!important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !Important;
}
.navbar {
    padding: 0px 0;
}
}

@media (max-width: 579px) {
    .crypto_payments li {
        max-width: 173px;
    }

    .crypto_payments li.payment_opt {
        max-width: 136px;
    }

    .crypto_payments li.payment_opt .crypto_text {
        left: -3px;
        top: 0;
    }

    div.hotel-photos img.big {
        max-width: 90px;
        height: 90px;
    }

    #family_box {
        top: -76px;
        position: relative;
    }

    .available-room-btc {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 50%;
    }

    div.available-room-btc div.card__content {
        min-height: 62px !important;
        padding: 5px 15px !important;
    }

    .available-room-btc p {
        font-size: 10px;
    }

    .available-room-btc h6 {
        font-size: 14px;
    }

    .section-available-rooms .available-room-info h6 {
        margin-bottom: 15px;
    }

    .property_icon li {
        padding: 0 2% 5px 0;
        width: 23%;
    }

    .section-available-rooms .available-room-result {
        position: relative;
    }

    .section-secondary-footer ul:nth-child(2) {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .slider-item {
        height: 700px;
    }

    /*section.section-choose-destination {*/
    /*    top: 27% !important;*/
    /*}*/

    .section-results .tab-content {
        min-height: 600px;
        padding: 20px 0;
        border: none;
    }

    .search-result-hotels #search-result-pills .nav-item {
        width: auto;
    }

    .search-result-hotels #search-result-pills {
        min-width: auto;
        width: auto;
    }

    #bannerContainer .col-md-7 .d-flex {
        flex-direction: column;
    }

    .choose-destination-search .destination-column__icon {
        padding-left: 3.5rem !important;
    }

    .grid-gallery-container .grid-gallery__item img {
        height: 200px;
    }

    .grid-gallery-container .grid-gallery__full.grid-gallery__item img {
        height: 420px;
    }
}

@media (min-width: 1320px) {
    .container {
        max-width: 1280px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .ezy_content_benefit {
        min-height: 345px;
    }

    .become_member_today {
        height: 250px;
    }
}

.easyPaginateNav {
    padding-top: 20px;
}

.easyPaginateNav a.page {
    padding: 0;
    border-radius: 0%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #2cc4f4;
    border: 1px solid #dee2e6;
    font-size: 13px;
    margin-left: -1px;
}

.easyPaginateNav a.page.current {
    background: #2cc4f4;
    border: 1px solid #2cc4f4;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 0;
}

.easyPaginateNav a.prev {
    border-radius: 5px 0 0 5px !important;
}

.easyPaginateNav a.next {
    border-radius: 0 5px 5px 0 !important;
}

.easyPaginateNav a.prev,
.easyPaginateNav a.next {
    background: #fff;
    border-radius: 0%;
    padding: 0;
    display: inline-block;
    color: #6c757d !important;
    font-size: 20px;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    position: static;
    text-align: center;
    border: 1px solid #dee2e6;
}

.easyPaginateNav a.first,
.easyPaginateNav a.last {
    display: none;
}

.telegram_footer i {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    color: #222227;
    text-align: center;
    line-height: 32px;
}

footer li {
    vertical-align: top;
}

.help-container {
    padding: 50px 0;
}

.card {
    width: 100%;
    /*box-shadow: none!important;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background-color: #fff;
}

.card .card-header {
    border-bottom: none;
    background-color: #fff;
    padding: 0;
}

.card .card-header a {
    width: 94%;
    margin: 10px 3% 0 3%;
    padding: 8px 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    background: #fff !important;
    color: #000;
    font-size: 15px !important;
    border-color: #2cc4f4 !important;
    text-align: left;
    border-radius: 6px !important;
    color: #2cc4f4 !important;
    text-align: center;
}

.card .card-header a[aria-expanded="true"] {
    border: 1px solid #2cc4f4 !important;
    color: #2cc4f4 !important;
    margin-bottom: 8px;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0;
}

.left_help_card ul li {
    padding-left: 20px;
}

.helpright_sec {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    padding: 20px;
}

.card.left_help_card {
    padding: 13px;
}

.help-container .helpleft_sec ul.nav.nav-pills.brand-pills.nav-stacked li {
    padding: 15px;
    width: 100%;
}

.helpleft_sec .card.left_help_card .card-header a {
    box-shadow: none;
}

img.icon_img.img_primary {
    display: none;
}

img.icon_img {
    height: 35px;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.section-choose-destination .nav-pills {
    max-width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0 !important;
}

.section-choose-destination .nav-pills .nav-item:first-child .nav-link {
    border-right: 0;
}

.section-choose-destination .nav-pills .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    border-radius: 10px;
}

.section-choose-destination .nav-pills .nav-link.active {
    color: #2cc4f4;
    background-color: #fff;
}

.section-choose-destination
    .nav-pills
    .nav-link.active
    img.icon_img.img_primary {
    display: block;
}

.section-choose-destination .nav-pills .nav-link.active img.icon_img {
    display: none;
}

.choose-destination-search {
    padding: 0;
    border-radius: 8px 8px 8px 8px;
}

.check_in_out_input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 13px;
    margin-top: 5px;
}

.check_in_out_input.detail_date {
    visibility: hidden;
    height: 0;
}

.card-body-checkin-details label.check_in_out_label {
    color: rgba(34, 34, 39, 0.7);
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
    background-image: url(../images/icons/icon-arrow-right-gray.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 4px;
}

.choose-destination-search .destination-column.category_col {
    padding-left: 15px;
}

.text-whitepaper,
.title_underline,
.title_sub,
.subtitle_sub,
.blue-text {
    color: #2cc4f4;
}

.title_underline {
    border-bottom: 2px solid #2cc4f4;
    margin-bottom: 30px;
    display: inline;
}

.title_sub {
    margin-top: 20px;
    font-size: 20px;
}

.subtitle_sub,
.whitepaper_list h3 {
    font-size: 20px;
}

h2.whitepaper_title {
    background: #2cc4f4;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.executive_tab {
    background: #2cc4f4;
}

.executive_tab h1,
.executive_tab p {
    color: #fff;
}

.whitepaper_banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.token_details {
    border: 1px solid #000;
}

.token_details p {
    color: #2cc4f4;
}

.whitepaper_list h4 {
    font-size: 18px;
}

.whitepaper_list th {
    background: #000;
    color: #fff;
    border: none;
}

.whitepaper_list .table-blue th {
    background: #2cc4f4;
}

.whitepaper_list table {
    border: 1px solid #000;
    margin-bottom: 30px;
}

.whitepaper_list td {
    border-bottom: 1px solid #000;
}

.whitepaper_list tr td:first-child {
    border-right: 1px solid #000;
}

.whitepaper_list tr:last-child td {
    border-bottom: none;
}

.whitepaper_list tr a {
    color: #000;
    text-decoration: none;
}

.whitepaper_list ul {
    padding-left: 20px;
    padding-top: 10px;
}

.whitepaper_list li {
    margin-bottom: 15px;
}

.team_text h5 {
    font-size: 18px;
    margin: 10px 0 0 0;
}

h3.title_underline {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    display: inline-block;
}

.blue-bg {
    background: #2cc4f4;
    color: #fff;
    height: 100%;
}

.blue-bg h3 {
    color: #fff;
}

.white-bg {
    height: 100%;
}

.white-bg h3 {
    color: #000;
}

.blue-bg li,
.white-bg li {
    text-align: left;
}

.white-bg h3.title_underline {
    border-bottom: 1px solid #000;
}

.border-bg {
    border-radius: 15px;
    border: 2px solid #2cc4f4;
}

.banner_card_list.no_result_found {
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .homepage div#tnsyaseen-ow .tns-controls button {
        top: 25%;
    }

    .homepage div#tnsyaseen-ow button[data-controls="prev"] {
        left: 9%;
    }

    .homepage div#tnsyaseen-ow button[data-controls="next"] {
        right: 9%;
    }

    .homepage .section-hero-slider .slider-item {
        justify-content: flex-start;
        padding-top: 145px;
    }

    .homepage section.section-choose-destination {
        top:200px;
    }

    .homepage section.section-choose-destination .choose-destination-search {
        margin-top: 0;
        z-index: -1;
    }

    .country_column select.form-control.fm {
        padding-bottom: 0;
    }

    .top_detail_section {
        padding: 30px 0;
    }

    .top_detail_section h2 {
        font-weight: 700;
    }

    .top_detail_section p {
        font-size: 13px;
        letter-spacing: 0.2px;
        line-height: 19.5px;
        color: #222227;
        margin-bottom: 0;
    }

    .reviews-star .hotel-star {
        font-size: 20px;
    }

    .top_gallery_wrap {
        position: relative;
    }

    .top_gallery_wrap a.btn.btn-light.btn-gallery {
        right: 20px;
        position: absolute;
        bottom: 20px;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background-color: #2cc4f4;
        border-color: transparent;
        color: #fff;
    }
}

ul.list_map_view_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 10px;
}

ul.list_map_view_ul li a {
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #222227;
}

ul.list_map_view_ul li a.active {
    background-color: rgba(29, 158, 218, 0.1);
    color: #2cc4f4;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

ul.list_map_view_ul li:first-child a.active {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

ul.list_map_view_ul li a i.mdi {
    font-size: 20px;
    line-height: 0;
    margin-left: 7px;
}

.choose-destination-search.search_page {
    background-color: #2cc4f4;
    background:#fa7070 !important;
    padding: 18px 0;
    margin-top: 0;
    border-radius: 0;
}

.choose-destination-search.search_page form {
    background: #fff;
    border-radius: 10px;
}

.map_view_properties .ezy-hotel-link {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.max_height {
    max-height: calc(100vh - 210px);
    overflow-y: overlay;
}

.search-rooms--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.red {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.search-rooms {
    /*position: absolute;*/
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    opacity: 1;
    visibility: visible;
    transform: none;
     border-start-end-radius: 43px;
       border-end-start-radius: 6px;
     border-top-left-radius: 35px; 
}

.search-rooms__row:first-child {
    border-top: 0;
}

.search-rooms__row {
    position: relative;
    z-index: 41;
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 10px 30px 15px 15px;
    border-top: 1px solid #e8e8e8;
}

.search-rooms__col {
    min-height: 1px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-rooms__row > * {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
}

.search-rooms__label {
    position: relative;
    z-index: 37;
    display: block;
    color: #33495f;
    font-size: 13px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.search-rooms__button.btn {
    background: #2cc4f4;
    color: #fff !important;
    border: 1px solid #2cc4f4;
    padding: 4px 6px !important;
    font-size: 12px;
    line-height: 18px;
}

.search-rooms__button {
    display: inline-block;
    height: 27px;
    padding-left: 7px;
    padding-right: 7px;
    color: #505050;
    font-size: 12px;
    font-weight: 300;
    line-height: 27px;
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none !important;
}

.search-rooms .select,
.search__room .select {
    display: inline-block;
    width: auto;
    margin: 0;
    border: 0;
    padding: 0;
}

.select:before {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 9px;
}

.search-rooms .select select,
.search__room .select select {
    padding: 0 5px;
    width: 100%;
    height: auto;
    float: left;
    color: #505050;
    font-size: 13px;
    padding-right: 24px;
}

.select select {
    width: 130%;
    height: 32px;
    position: relative;
    z-index: 3;
    padding: 0 25px 0 10px;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select select option {
    font-weight: 400;
    font-size: 13px;
    color: #333;
}

.search-rooms .icon-close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #33495f;
    z-index: 50;
}

.icon-close:before {
    content: "x";
    font-family: FontAwesome;
    font-family: Arial, sans-serif;
    font-style: normal;
    color: #000;
    right:10px;
    top:9px;
    position: absolute;
    right:31px;
   
}

.section-pay-with-crypto {
    position: relative;
    clear: both;
}

.list_crypto_banner {
    margin-top: 130px;
}

.list_crypto_banner.no-list {
    margin-top: 130px;
}

.list_crypto_banner.yes-list {
    margin-top: 0;
}

.homepage .header-top,
.homepage .header-top .blue-header {
    background: transparent;
}

.detail_page .navbar-brand .blue-header {
    display: none;
}

.detail_page .navbar-brand .white-header {
    display: block;
}

.detail_page .navbar.navbar-white .nav-link {
    color: #222227;
}

.detail_page .navbar .btn-transparent-light {
    background-color: rgba(29, 158, 218, 0.1);
    color: #2cc4f4 !important;
}

.light_header header.main-header.blue-header,
.detail_page header.main-header.blue-header {
    background: #2cc4f4 !important;
    box-shadow: none !important;
}

.light_header header.main-header.blue-header a.nav-link,
.detail_page header.main-header.blue-header a.nav-link {
    color: #fff;
}

.light_header .blue-header,
.detail_page .blue-header {
    display: block !important;
}

.light_header .white-header,
.detail_page .white-header {
    display: none !important;
}

.light_header .nav-link.btn.btn-transparent,
.detail_page .nav-link.btn.btn-transparent {
    background: hsla(0, 0%, 100%, 0.1);
    color: #fff !important;
}

.section-ezy-stayz-hotels .ezy-stayz-hotels__info span {
    color: #222227;
}

#navbarMain .custom-select {
    background: transparent;
    border: none;
    color: #000;
    width: auto;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

#navbarMain .custom-select option {
    color: #222227;
    padding-top: 10px;
    padding-bottom: 10px;
}

.choose-destination-search .destination-column {
    height: 74px;
}

.homepage .choose-destination-search .destination-column {
    height: auto;
}

.sidebar-widget-form {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-radius: 8px;
}

.progress {
    position: relative;
}

.banner_img_payment_list {
    background-image: url(../images/ezy-crypto.png);
}

#tns4 > .tns-item a:hover {
    text-decoration: none;
}

span#searchLocation {
    font-weight: 500;
}

.list_item_col a:hover {
    text-decoration: none;
}

.close_search {
    display: none;
}

.wht_logo {
    max-width: 80%;
}

.page-link {
    font-size: 13px;
}

.available-room-btc .card-info {
    margin-right: 10px !important;
}

.available-room-btc h6 {
    line-height: 20px !important;
}

.available-room-btc h6 span {
    line-height: 23px !important;
}

.available-room-btc p {
    line-height: 16px !important;
}

.available-room-btc div.card__content {
    min-height: 72px;
    height: auto !important;
    padding: 10px 15px !important;
}

.choose-destination-search .destination-column .icon {
    top: 17%;
}

.nav_profile_img a {
    display: flex;
    align-items: center;
}

.navbar button.navbar-toggler .navbar-toggler-icon {
    /* background: url(https://booking.ezystayz.com/public/dist/images/bar.svg) */
    /* no-repeat bottom !important; */

    background-size: 100% auto !important;
}

.datepicker.datepicker-dropdown::before,
.datepicker.datepicker-dropdown::after {
    display: none;
}

#lan.d-none + select + .dashboardcode-bsmultiselect,
#lan.d-block,
#about.d-none + #cke_about {
    display: none;
}

#lan {
    visibility: hidden;
    height: 0;
    width: 0;
}

#about.d-block + #cke_about,
#lan.d-block + select + .dashboardcode-bsmultiselect {
    display: block;
    position: relative;
}

.dashboardcode-bsmultiselect ul.dropdown-menu {
    width: 100%;
    left: 0;
    transform: none !important;
    max-height: 300px;
    overflow-y: auto;
    top: 100% !important;
}

div#dob.d-block {
    display: inline-block !important;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
    height: 48px;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
}

#dob .t-date-info-title {
    margin-bottom: 0;
    top: 5px;
}

#dob .t-date-check-in {
    font-size: 0;
}

#languages ul.form-control {
    min-height: 48px !important;
    padding-top: 0;
    padding-bottom: 0;
}

#languages ul.form-control li {
    display: flex;
    align-items: center;
    padding: 0 5px !important;
    min-height: 48px;
}

#languages ul.form-control li.badge button span {
    font-size: 20px;
}

#languages ul.form-control li.badge:first-child {
    padding-left: 0 !important;
}

#languages ul.form-control li.badge span {
    font-size: 12px;
}

label.after_login {
    display: none;
}

.section-results .tab-pane.hidden.active,
#search-result-pillsContent .tab-pane.active {
    display: none;
}

.section-results .tab-pane.hidden.active.in,
#search-result-pillsContent .tab-pane.active.show {
    display: block;
    opacity: 1;
}

.search-page .section-ezy-stayz-hotels .section-giveback-on-bookings img {
    height: auto;
}

.section-giveback-on-bookings p a {
    color: #222227;
}

#search-result-pills .loading_wave {
    background-color: #f7f7f7;
    width: 30px;
    height: 15px;
    margin: 0;
}

.search-result-hotels #search-result-pills .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .search-result-hotels #search-result-pills :nth-child(2) {
    min-width: 200px !important;
} */
.search-result-hotels .vacation__homes {
    min-width: 200px !important;
}

section.section-pay-with-crypto.list_crypto_banner:empty,
.skiptranslate {
    display: none;
}

#navbarMain ul.dropdown-menu.inner.selectpicker a {
    color: #000;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}

#navbarMain ul.dropdown-menu {
    display: block;
}

#navbarMain ul.dropdown-menu li {
    padding: 0 10px;
}

.btn-group.bootstrap-select.fit-width {
    margin-bottom: 0;
}

.btn-group.bootstrap-select.fit-width .filter-option font,
.btn-group.bootstrap-select.fit-width .filter-option {
    font-size: 0;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    padding: 10px 0;
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
    border: none;
    width: 40px;
}

button.btn.dropdown-toggle.selectpicker::after {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding: 0 10px;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 160px;
    right: 0;
    left: auto;
} 

.bootstrap-select.btn-group .dropdown-menu ul {
    max-height: 200px !important;
}

.bootstrap-select.btn-group button .flag-icon {
    width: 40px;
    height: 26px;
}

.choose-destination-search select#formGuests {
    height: auto;
    position: absolute;
    /*padding-top: 25px !important;*/
    padding-top: 15px !important;
    top: 2px;
    z-index: 9;
    background: transparent;
}

@media not all and (min-resolution:.001dpcm)
{
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .choose-destination-search select#formGuests {  height: auto;
        position: absolute;
        padding-top: 25px !important;
        top: 23px;
        z-index: 9;
        background: transparent; }
}
}


.choose-destination-search .dtPicker input {
    height: auto;
    position: absolute;
    /*padding-top: 25px;*/
    padding-top:33px;
    top: 3px;
    z-index: 9;
    background: transparent;
    margin-top: 0;
    margin-left:13px;
}

.choose-destination-search .destination-column.border-0 label {
    position: absolute;
    top: 5px;
}

.choose-destination-search .destination-column.dtPicker label {
    position: absolute;
    top: 5px;
}

.choose-destination-search .destination-column.border-0,
.choose-destination-search .destination-column.dtPicker {
    height: 51px;
    margin-left:215px;
}

@media (max-width: 767px) {
    .wht_logo {
        max-width: 50%;
    }

    .whitepaper_banner {
        height: 180px;
    }

    h1.my-5.text-whitepaper.text-center {
        font-size: 20px;
        margin: 0 !important;
    }

    .dd_ll_logo {
        margin-bottom: 5px !important;
    }

    .blue-header {
        background: transparent!important;
    }

    .navbar-toggler + #navbarMain.navbar-collapse.show {
        display: inline-block;
    }

    .navbar-toggler.collapsed + #navbarMain.navbar-collapse {
        display: none;
    }

    #navbarMain.navbar-collapse.show {
        display: none;
    }

    #navbarMain.navbar-collapse.show.in {
        display: inline-block;
    }

    section.section.section-explore-destinations {
        padding: 0 0;
    }

    .section-pay-with-crypto h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .homepage div#tns5-ow .tns-nav > [aria-controls] {
        margin: 5px 3px;
    }

    .section-customers-review {
        padding: 40px 0 120px;
    }

    .section-customers-review .customer-reviews__title h1 {
        margin: 0 auto;
        max-width: 85%;
        line-height: 20px;
        margin-bottom: 35px;
        font-size: 20px;
    }

    .section-ezy-rewards {
        padding: 40px 0 0;
    }

    .section-here-for-you {
        padding: 40px 0 0;
    }

    .section-pay-with-crypto {
        padding: 20px 0 5px 0;
    }

    .pagination {
        justify-content: center;
    }

    .search-page .section-header .btn-filters-light {
        font-weight: 400;
        font-size: 20px;
        padding: 3px 15px;
        border-radius: 8px;
    }

    #search-result-pills {
        margin-bottom: 20px;
    }

    .search-page .navbar-brand,
    .search-page .navbar-toggler,
    .search-page footer {
        display: inline-block;
    }

    .ezy-custom-select-wrapper i.icon.icon-chevron-down {
        /* top: 20px; */
    }

    .sidebar-sticky .make-me-sticky {
        position: relative;
        background: #fff;
        top: -105px !important;
        right: 0;
        left: 0;
        z-index: 99;
    }

    .progress {
        position: relative;
        margin: 12px 10px 0;
    }

    #search-result-pillsContent .tab-pane .tab-padding {
        padding: 0;
    }

    section.section.section-results {
        padding: 0;
    }

    .search-result-hotels {
        margin: 0;
    }

    #mobileFiltersModal .modal-content {
        padding: 0 15px 0 0;
    }

    #mobileFiltersModal
        .modal-content
        .price-per-night-range
        input[type="range"] {
        width: 83vw;
    }

    .search-page .section-header {
        padding: 15px 0;
    }

    .close_search {
        position: absolute;
        background: #fff;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        top: 5px;
        right: 10px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
        color: rgba(34, 34, 39, 0.5);
    }

    #toFixed {
        position: absolute;
        z-index: 1;
        display: none;
        padding-top: 45px;
    }

    #sidebarMenu1,
    #sidebarMenu {
        /*display: none;*/
    }

    #sidebarMenu1.show {
        display: block;
    }

    div#toFixed.show {
        display: block;
        width: 100%;
    }

    .search-rooms .select select,
    .search__room .select select {
        padding-right: 0 !important;
        font-size: 14px;
    }

    .search-rooms__row {
        padding: 10px 5px;
    }

    .search-rooms__button {
        font-size: 11px;
    }

    .travel-ezy-way-wrapper {
        height: auto !important;
    }

    .section-travel.section-travel-the-ezy-way {
        padding-top: 0;
    }

    #pills-vacation-homes .hotels-found.tab-padding {
        padding: 0;
    }

    label.after_login {
        margin: 0;
        position: absolute;
        right: 55px;
        display: block;
    }

    section.section {
        padding: 20px 0 !important;
    }

    .section-main-footer ul {
        margin-bottom: 0;
    }

    .section-main-footer hr {
        margin: 10px 0 5px 0 !important;
    }

    .section-main-footer .pb-4 {
        padding-bottom: 10px !important;
    }

    .section-main-footer .pb-5 {
        padding-bottom: 0 !important;
    }

    .section-main-footer .reverse-order-second {
        padding-top: 10px;
    }

    .section-fixed-select-room
        + .modal
        + footer
        .section-secondary-footer
        .row {
        padding: 20px 0 90px 0 !important;
    }

    .section-secondary-footer .row {
        padding: 20px 0 !important;
    }

    .available-room-btc .card-room {
        width: auto;
        display: inline-block;
    }

    .available-room-btc .card-info {
        margin-right: 5px !important;
    }

    .about-home-content h3 {
        margin-top: 10px;
    }
    .price_col {
        width: 100%;
        padding: 10px 20px;
    }
    .right_list_wrap {
        border-left: none;
        padding: 0;
    }
    .bottom_price {
        text-align: left;
    }
    .card-body {
        padding: 0 1.25rem !important;
    }
    /* MAP VIEW CARDS  */
    .map_view_card {
        padding: 0 !important;
    }
    .list_view_wrapper .map_view_card_img {
        max-height: 295px;
    }
    .list_view_wrapper .main_card_body {
        padding: 1.25rem;
    }
    .list_view_wrapper .map-view-col {
        padding: 10px 20px;
    }
    .main_dev_search {
        width: 80%;
        transform: translateX(16%);
    }
    .list_view_wrapper p.loaction_distance {
        margin-top: 2px;
        margin-bottom: 4px;
    }
    p.covid_safety {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .list_view_wrapper .hotel_dp {
        height: 170px;
    }
}
@media(max-width:480px){ 
    .fAmNIr2 {
    flex-flow: column wrap;
    width: 37%!important;
    padding: 0px 0px 1.5rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
    .search-rooms__col {
    /*margin-left: -7px!important;*/
    /*min-height: 1px;*/
    /*font-size: 1rem;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    width: 95px!important;
}
    
    .search-rooms .select select
     {
        padding-right: 0 !important;
        font-size: 12px;
    }
   .fAmNIr {
    flex-flow: column wrap;
    width: 48%!important;
    padding: 0px 0px 1.5rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
    .focqlc{
        margin-left:109px!important;
    }
/*    .choose-destination-search .btn-primary-search {*/
/*    width: 99% !important;*/
/*    margin: 1rem 0;*/
/*    margin-top: 65px!important;*/
/*}*/
    .choose-destination-search .dtPicker input {
    height: auto;
    position: absolute;
    /*padding-top: 25px;*/
    padding-top:33px;
    top: 50px;
    /*z-index: 9;*/
    background: transparent;
    margin-top: 0;
    margin-left:-119px!important;
}
 
   #dropdown-container {
    display: flex!important;
    gap: 10px!important;
    position: unset!important;
    top: 75%!important;
    left: 16%!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    margin-left: 19px!important;
}
.homepage .choose-destination-search .destination-column {
    height: auto;
    margin-right: 120px!important;
}

.content-member span {
    color: #000;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 13px!important;
    font-family: 'Montserrat'!important;
}
.c-13oq5jn svg {
    margin: 0 auto;
    display: block;
    width: 23px;
     height: 53%; 
    margin-left: 0px!important;
    /* margin-top: -1px; */
}
    
}
@media (max-width: 767px) {
    .dropdown-menu.dropdown-menu-right.dd_mobile {
        display: block;
        border: 0;
    }

    #wallet_header {
        height: 410px;
    }

    .blue-header .header-banner a.buy-ezy {
        width: auto;
    }

    .wallet-generate {
        width: 100%;
        margin-top: 10px;
    }

    #transfer button.btn.btn-brand {
        width: 100%;
    }

    div.wallet-generate-message {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .banner_payment {
        height: 480px;
    }

    .banner_payment h1 {
        font-size: 30px !important;
        color: #fff;
        margin-top: 215px !important;
        line-height: 40px !important;
        text-align: center;
    }

    .memberbanner_sec {
        padding: 0 25px;
        text-align: center;
        background-position: 77% 50%;
    }

    .mobile_res_img {
        width: 100%;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background: #fff url(../images/ezy-nav.png) no-repeat bottom;
        border-radius: 0;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
    }

    .navbar-collapse.collapse.show .nav-item .nav-link {
        color: #222228 !important;
    }

    .choose-destination-search .destination-column .icon {
        display: none;
    }

    .choose-destination-search .destination-column {
        border-bottom: 1px solid #ddd !important;
        padding-left: 15px;
        z-index:0!important;
    }

    img.icon_img {
        height: 30px;
    }

    .section-choose-destination .nav-pills {
        margin: 10px auto;
        display: none;
        padding: 5px 0;
        overflow: hidden;
    }

    .choose-destination-search {
        margin-top: 0;
        border-radius: 8px;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .section-choose-destination .nav-pills .nav-link {
        font-size: 13px;
    }

    .link_click_gallery:not(:first-child) {
        display: none;
    }

    .weekend_break_wrap .section-hotel-gallery {
        display: inline-block;
    }

    .weekend_break_wrap .grid-gallery__full img {
        border-radius: 12px;
    }

    .top_gallery_wrap a.btn.btn-light.btn-gallery {
        right: 40px;
    }

    .weekend_break_wrap .side-approved-payment-methods,
    .weekend_break_wrap .side-book-now {
        display: inline-block;
    }

    .section-secondary-footer .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }
    .choose-destination-search .btn-primary-search {
       width: 99% !important;
    margin: 1rem 0;
}
}

@media (max-width: 480px) {
    .search-page section.section-ezy-stayz-hotels a.ezy-hotel-link {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .search-page .choose-destination-search .destination-column .icon {
        left: 10px;
    }

    .choose-destination-search .destination-column.dtPicker {
        padding: 0.455rem 0;
    }

    .choose-destination-search.search_page .container {
        max-width: 99%;
    }

    .check_in_out_input,
    .choose-destination-search .form-control {
        font-size: 10px;
    }

    label.after_login {
        margin: 0;
        position: absolute;
        right: 55px;
        display: block;
    }

    ul.services_ul li {
        padding: 3px !important;
        font-size: 10px;
    }

    .banner_card_list {
        /* max-width: 66vw; */
    }
}


@media (max-width: 991px) {
    div.ezy-stayz-hotels__info {
        padding-bottom: 0;
    }
    .vacation_homes_map_filter {
        display: none !important;
    }
    .form-search-button {
    padding: 0rem 0 !important;
}
.choose-destination-search .btn-primary-search {
    width: 100%;
    
}
.navbar {
    padding: 0px 0;
}
}
@media (max-width:1399)
{
   .search-rooms__row {
        display: block !important;
    } 
}

@media (min-width: 1200px) {
    /*.search-rooms__row {*/
    /*    display: flex;*/
    /*}*/

    /*.search-rooms__label {*/
    /*    white-space: nowrap;*/
    /*}*/
 
}

@media (min-width: 991px) and (max-width: 1199px) {
    ul.services_ul li {
        padding: 3px 5px !important;
        font-size: 10px;
    }
    .ezy-custom-select-wrapper i.icon.icon-chevron-down {
        top: 45px;
    }
    .banner_card_list {
        /* max-width: 66vw; */
    }
}

.section-choose-destination .nav-pills img.icon_img {
    height: 28px;
}

#goog-gt-tt {
    display: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.inner {
    position: static;
    border: none;
}

.search-page .section-ezy-stayz-hotels {
    display: block !important;
}

#vacation_amenities span p {
    margin-bottom: 0;
    text-transform: capitalize;
}

#vacation_amenities span {
    margin-bottom: 15px;
}

#vacation_amenities img {
    min-width: 35px;
    width: 35px;
    object-fit: contain;
    margin-right: 10px;
}

#vacation_amenities span.close {
    right: 0;
    font-size: 1.5rem !important;
}

.amenties-frame .amenties-div {
    padding-right: 110px;
}

.amenties-div .col-2 {
    padding: 0 8px;
    margin-bottom: 15px;
    min-width: 120px;
    max-width: 19.4%;
    flex: 0 0 19.4%;
}

.amenties-div .col-2 span {
    box-shadow: 0 0 5px #ddd !important;
    border: none;
    background: #fff !important;
    padding-top: 15px !important;
}

.amenties-div .check_amenties {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
}

button.btn.btn-primary.btn-viewall {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    padding: 0;
    height: 100px;
    background: transparent;
    margin: 5px;
    color: #2cc4f4;
}

.list_view_wrapper .right_list_wrap {
    display: block;
}

.list_view_wrapper .top_review {
    text-align: left;
}

.myiframe {
    height: 100%;
}

.min-max-slide-tooltips .loading_wave {
    font-size: 0 !important;
}


.ezy-custom-select-wrapper i.icon.icon-chevron-down{
    top: 23px !important;
}



#my_camera , #my_camera video{
    max-width: 100%;
}


.loaderimage{
    margin: 0 auto;
}

.show{
    display:block !important;
}

.hide{
    display:none !important;
}

.auto_suggest_box .card{
    display: none;
}
 

  @media only screen and (max-width:1100px)
   {
       .homepage section.section-choose-destination {
   top: 157px;
}
}
  @media only screen and (min-width:991px) and  (max-width:1100px) and (max-height:600px)
   {
       .homepage section.section-choose-destination {
   top: 188px;
} 
.homepage .slider-item {
    min-height: 80vh;
}  
   }
     @media only screen and (min-width:1101px) and (max-height:615px)
   {
       .homepage section.section-choose-destination {
   top: 188px;
} 
.homepage .slider-item {
    min-height: 80vh;
}  
   }
      @media only screen and (min-width:991px) and  (max-width:1100px)  and (max-height:535px)
   {
       .homepage section.section-choose-destination {
    top: 27% !important;
}
 
.homepage .slider-item {
    min-height: 100vh;
}  
   }

   
    @media only screen and (min-width:768px) and (max-width:991px) and (max-height:600px)
   {
       .homepage section.section-choose-destination {
   top: 188px;
} 
.homepage .slider-item {
    min-height: 100vh;
}  
   }

   @media only screen and (max-width:1350px)
   {
       .check_in_out_input {
    font-size: 13px;
}
   }
.promoCard__iconWrapper {
    display: inline-block;
    width: 40px;
    height: 35px;
    border-radius: 2px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

   
.signu-up-login {
    background: #ef7070;
    margin-right: 10px;
    color: #fff!important;
    transition:all 1s;
    border-radius:8px;
    margin-left:10px;
}
.signu-up-login a
{ color: #fff!important;}
.signu-up-login:hover
{background: #d72525;
    border-color: #d72525;}
    .transparent_top {
    background: #fff !important;
}
.become-member-area {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc8c8;
    height: 100%;
    justify-content: center;
    padding: 0 10px;
}
.content-member span {
    color: #000;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
}
.content-member p {

    font-size: 12px;
    padding: 0;
    margin: 0;
    color:#000;
}
.c-13oq5jn svg {
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 100%;
}
.c-13oq5jn {
    display: inline-block;
    width: 40px;
    height: 35px;
    border-radius: 2px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}
.c-ip13cz {
    border-radius: 4px;
    padding: 8px 8px 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    pointer-events: auto;
}
.user-fafaicon i
{    color: #000;
    font-size: 27px!important;}
    .banner-heading
    {
    margin-bottom: 4px;
    color: white;
    font-size: 48px;
    font-family: Montserrat;
    line-height: 62px;
    font-weight: bold;
        text-shadow: 3px 1px 1px #000;
    }
    .banner-para
    {
        color: white;
    font-size: 24px;
    line-height: 32px;
    }
    .accordion .card .card-header {

    /*background-color: #fa7070 !important;*/
    background-color: #fa7070 !important;
}
.btn.btn-primary {
    letter-spacing: 0;
    text-transform: capitalize;
    /* background: red !important; */
    /* border-color: red !important; */
    background: #ef7070 !important;
    background-color: #ef7070 !important;
    color: #fff;
    border: none;
    font-size: 17px;
}
input#apply {
    background: red !important;
}
.icon-location-pin:before {
    color: red !important;
}





  .gwNJlK {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.1rem solid rgb(239, 243, 248);
    padding-top: 2rem;
}
        
        .lhNBSu {
    width: 9rem;
    height: 3rem;
    padding: 0px 1rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 4px 0px;
    border-radius: 4rem;
}

.eHRHNU {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
        .dxKRvV {
    font-size: 26px;
    padding: 0px 0.5rem;
    color: rgb(34, 116, 224);
    font-family: Quicksand;
    position: relative;
    top: -0.3rem;
    cursor: pointer;
}
        .fAmNIr {
    flex-flow: column wrap;
    width: 33%;
    padding: 0px 0px 1.5rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.ibYPGm {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    /*justify-content: center;*/
}
        .dxKRvV {
    font-size: 2rem;
    padding: 0px 0.5rem;
    color: rgb(34, 116, 224);
    font-family: Quicksand;
    position: relative;
    top: -0.3rem;
    cursor: pointer;
}
        
        .kRoSAk {
    display: flex;
    
    background: rgb(225, 246, 246);
    border-radius: 12px;
    padding: 1.2rem;
    margin: 3rem 1.5rem 2rem;
}
        .focqlc {
    position: absolute;
    max-height: 46rem;
    top: 100%;
    width: 58rem;
    background-color: rgb(255, 255, 255);
    border-radius: 0.4rem;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 14px 0px;
    z-index: 9;
    margin-top: 0.5rem;
}
        .jGpZCs {
    display: flex;
    border-right: 1px solid rgb(0, 162, 173);
    flex-direction: column;
    padding-right: 1.5rem;
}
        .bQeLNo {
    display: flex;
    width: 70%;
    padding-left: 1.5rem;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
        .ctZcuc {
    width: 100%;
    display: flex;
    flex-direction: column;
}
        .QWIoF {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none;
   background: rgb(237, 70, 47);

    color: rgb(255, 255, 255);
    font-family: Quicksand;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1.2rem;
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 86px;
}
        .jxqLbm {
   padding: 10px 20px;
    border-radius: 23px;
}

.jwbaWz {
    padding: 0px 0px 1rem;
    font-size: 1rem;
    font-weight: bold;
    color:rgb(20, 24, 35);
}

.dkRohM {
    color: rgb(34, 116, 224);
    font-size:15px;
}

div#dropdown-container select {
    width: 9rem;
    height: 3rem;
    padding: 0px 1rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 4px 0px;
    border-radius: 4rem;
    outline: none;
    border: none;
    color: rgb(34, 116, 224);
    font-size: 15px;
    display: flex;
    align-items: center;
}




       