@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
body {
    /*font-family: Poppins, sans-serif !important;*/
    font-family: 'MONTSERRAT', sans-serif !important;
    font-size: 14px;
}
ul {
    padding: 0;
}
h6 {
    font-size: 20px;
    letter-spacing: 0.25px;
    font-weight: 600;
}
.dropdown-item {
    font-size: 14px;
}
.modal-header button.close {
    right: 0;
    top: 0;
    margin: 0;
}
.modal-header button.close span {
    font-size: 35px;
}
.hidden {
    display: none;
    visibility: hidden;
    overflow: hidden;
}
.text-primary {
    color: #06afef !important;
}
.white_logo {
    display: none;
}
.main_logo {
    display: block;
}
.navbar {
    border-bottom: 1px solid hsla(0, 0%, 85%, 0.2); /*1px solid rgba(0, 0, 0, 0.1)*/
}
.top_navigation li {
    display: flex;
    align-items: center;
}
.idea_row .col_idea {
    margin-top: -55px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.nav_profile_img {
    display: flex;
    align-items: center;
}
.nav_profile_img img {
    height: 35px;
    width: 35px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}
.sticky.is-sticky {
    top: 0 !important;
    background: #fff;
}
.sticky.is-sticky.darkHeader {
    box-shadow: none;
}
.fixed-bottom.bg-white {
    display: none;
}
.main_container {
    /*padding: 66px 0;*/
}
.property_container {
    max-width: 1260px;
}
.property_detail_col_left {
    display: flex;
    align-items: center;
    height: 100%;
}
.property_container .about_p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 15px 0;
}
.white_btn {
    background-color: transparent;
    color: #06afef;
    font-weight: 800;
    border-color: #ddd;
    border-radius: 4px;
}
.col-md-6.img_col_h {
    padding: 0 8px;
}
.img_col_h img {
    width: 100%;
    margin-bottom: 16px;
    object-fit: cover;
    height: 200px;
}
@media (min-width: 1200px) {
    .property_main .container {
        max-width: 1090px;
    }
}
.col-sm-12.amenities_col {
    display: flex;
}
.lead {
    font-size: 16px;
    font-weight: 500;
}
.review_col .media {
    align-items: center;
    margin-bottom: 15px;
}
.review_col .media img {
    height: 50px;
    border-radius: 50%;
}
.review_col p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
}
.p_d_sec_fixed {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    position: fixed;
    z-index: 9;
    bottom: 10px;
    right: 0;
    left: 50%;
    background: #fff;
    width: 1200px;
    transform: translate(-50%, 0);
    border: 1px solid #ddd;
}
.book_now_col_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
}
.book_now_col_r .btn {
    padding: 7px 20px;
}
.price_col_p {
    margin-right: 20px;
}
.details_p p {
    margin-bottom: 0;
}
.details_p h6 {
    color: #c7015f;
}
.price_col_p h4 {
    margin-bottom: 0;
}
.price_col_p p {
    margin-bottom: 0;
    text-align: right;
}
.sec_title {
    margin-bottom: 25px;
}
.review_col {
    margin-bottom: 35px;
}
.not_fixed {
    position: relative;
}
.nav_profile_img a.show ~ .dropdown-menu {
    display: block;
}
span.close_menu_sidebar,
span.toggle_menu_sidebar {
    display: none;
}
.topSearchBar {
    margin-top: 80px;
}
h4#error_Capt {
    color: red;
    font-size: 14px;
}
.row.static_f.property_search_list_row {
    padding: 0 30px;
}
span.fav_heart_icon {
    position: absolute;
    right: 5px;
    top: 20px;
}
span.fav_heart_icon i.fa.fa-heart-o {
    font-size: 20px !important;
    color: #fff;
}
.search_box_top {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.search_box_top .banner_btn {
    width: auto !important;
}
.row.idea_row {
    margin-bottom: -80px;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .boxlogo img {
        max-width: 150px;
    }
}
@media (min-width: 768px) {
    .property_search_list_row .col-md-3 {
        margin-bottom: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (max-width: 767px) {
    .idea_row .col_idea {
        margin-top: -10px;
    }
    span.toggle_menu_sidebar {
        font-size: 35px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }
    span.close_menu_sidebar {
        position: absolute;
        right: 10px;
        font-size: 30px;
        top: 10px;
        display: inline-block;
    }
    .sidebar.left.show {
        left: 0;
    }
    .property_container {
        padding: 0 15px;
    }
    .col-sm-12.amenities_col {
        display: inline-block;
        text-align: center;
    }
    .amenties-div span {
        margin: 5px 5px;
    }
    .slide-wrapper {
        height: 180px !important;
    }
    .property_container .advanced-slider .slide .image {
        width: 100% !important;
        object-fit: cover;
    }
    .property_detail_col_left {
        margin-top: 5px;
    }
    .about-home-content {
        margin-bottom: 15px;
    }
    .p_d_sec_fixed {
        display: inline-block;
        width: 100%;
        top: 22px;
        position: relative;
    }
    .payment-section li.nav-item,
    .payment-section li.nav-item a {
        width: 100%;
    }
    .card-background,
    div.card-fields {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
    .h-tabs input:checked ~ .tab-content,
    .h-tabs .tab-content {
        padding: 0 10px !important;
    }
    .booking_details_right {
        margin-bottom: 20px;
    }
    .ul-text + .row.mb-2 {
        margin-bottom: 0 !important;
    }
    .payment-section li.nav-item {
        margin-bottom: 15px;
    }
    .payment_tabs_section .ui.secondary.menu .active.item {
        color: #fff;
    }
    iframe.lazyloaded {
        width: 100%;
        max-width: 100%;
        height: 158px;
    }
    .cc-pitchHead--share-price__statsMain,
    .cc-pitchHead--share-price__statsSecondary {
        display: block !important;
    }
    .cc-pitchHead--share-price__statsMain {
        border-right: 0 !important;
        margin-top: 25px;
    }
    .banner_container.ezyinvester_banner {
        height: 350px;
    }
    .cc-pitchHead--share-price__statsMain {
        width: 100% !important;
    }
    .invite_usr input.form-control.mr-2.mb-3.mb-lg-0,
    .invite_usr input.form-control.mb-3.mb-lg-0 {
        width: 100% !important;
    }
    .invite_usr .section-send-invites .btn.btn-primary {
        width: 100% !important;
    }
    .invite_usr .card-img.mb-3 {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    .navbar-collapse {
        height: auto;
    }
    .banner_payment img {
        opacity: 0.5;
        top: -200px !important;
        z-index: -1;
    }
    .banner_container h1 {
        font-size: 40px !important;
        color: #fff;
        /*margin-top: 267px;*/
    }
    .contact_h {
        margin-top: 63px !important;
    }
    .ezy-address {
        padding-top: 40px;
    }
    div.progress_content {
        padding-left: 0;
        margin-left: 0 !important;
    }
}
#amenitiesmodal .modal-body {
    padding: 45px 0 15px;
}
.datepicker > div {
    display: initial;
}
.edit-profile-photo img {
    border-radius: 50%;
    height: 190px;
    width: 190px;
    width: 100%;
}
ul.my-account-nav li a {
    font-size: 14px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}
li.sub-nav-title {
    font-size: 16px;
}
.intl-tel-input {
    display: block;
}
.my-profile form .button {
    height: auto;
}
.sidebar.left {
}
#profileImage {
    overflow: hidden;
    height: 190px;
    width: 190px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
}
.action_btn {
    display: flex;
    justify-content: center;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: -44px;
    height: 50px;
}
.fav-bg-color {
    background: #015398;
    line-height: 25px;
}
.fav-bg-color p {
    color: #fff;
}
.avatar-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.fav-content-list {
    border: 1px solid #ccc;
    border-left: 4px solid #06afef;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 22px;
}
.fav-content-list p {
    font-size: 15px;
    font-weight: 600;
}
.fav-content-list span {
    color: #999;
    font-size: 12;
}
.fav-content-list a.btn {
    font-size: 9px;
    padding: 3px 5px;
    height: 22px;
}
#accordionfav .box,
#accordionfav .card,
#accordionfav .card-body,
#accordionfav .card-body .ui-accordion-content,
#accordionfav .card-header {
    display: block !important;
}
#accordionfav .card-header {
    background: 0 0;
    border: none;
    padding: 0;
}
#accordionfav .card-header h2 {
    margin-top: 0;
}
#accordionfav .card {
    box-shadow: 0 0 4px #ccc !important;
    margin-bottom: 12px;
    border: none;
}
#accordionfav .card-header .collapsed {
    background: #fff !important;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 5px;
}
#accordionfav .card-header button {
    text-decoration: none;
    width: 100%;
    border-radius: 5px 5px 0 0;
    text-align: left;
    padding: 10px 15px;
    color: #fff;
}
#accordionfav .box {
    margin-top: 0;
    padding: 14px;
    text-align: center;
    background: #f7f7f7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    text-align: left;
}
#accordionfav .box > p {
    color: #000;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
}
.ul-text {
    margin: 10px 0;
    list-style-type: disc;
    padding-left: 20px;
}
.selectcurr {
    background: #e6eefa;
    border: none;
    height: 60px;
    margin-bottom: 6px;
    font-size: 18px;
    width: 100%;
    color: #64849f;
    font-weight: bolder;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    padding-left: 30px;
    border-radius: 5px;
}
.drpicon {
    position: absolute;
    width: 15px;
    right: 30px;
    top: 25px;
}
#accordionfav .ui-accordion-content.custom-col4 {
    display: inline-block !important;
}
.custom-col4 {
    width: 100%;
    margin-right: 10px;
    border: 2px solid #e6eefa;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #e6eefa;
    position: relative;
}
input.coin-input[type="number"] {
    line-height: normal;
    height: 100% !important;
}
.coin-input {
    display: unset !important;
    margin: unset !important;
    padding: 9px 20px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    float: right;
    border: none;
    background: unset !important;
    border: unset !important;
    border-radius: unset !important;
    font-size: 14px;
    color: #000 !important;
    letter-spacing: 1px;
    outline: 0;
}
.inputiconsl {
    position: absolute;
    right: 15px;
    margin-top: 7px;
    font-size: 18px;
    font-weight: 900;
    color: #64849f;
    text-transform: uppercase;
}
#accordionfav form .col-md-6 {
    position: relative;
}
.title-head {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.payment-label label {
    color: #06afef;
    float: left;
    margin-right: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#accordionfav .ui-accordion-content.input-group {
    display: flex !important;
    border: 1px solid #ddd;
}
#accordionfav .ui-accordion-content.input-group .form-control {
    background: 0 0;
    border: none;
}
#accordionfav .input-group-append .input-group-text {
    min-width: 50px;
    height: 51px;
    font-size: 20px;
    background: 0 0;
    border: none;
}
.booking-process h3 {
    background: #06afef;
    margin: 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.payment-confrm label {
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
    display: inline-block;
}
.no-deposit p {
    font-size: 17px;
    text-align: center;
}
ul.nav-tabs .nav-link.active {
    font-weight: 600;
    border-color: #fff #fff #06afef;
    color: #06afef;
}
.nav-tabs .nav-link {
    color: #555;
}
.tab-content {
    padding: 15px 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff #fff transparent;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.topSearchBar .main-search-form {
    background: #f5f5f5;
    padding: 10px;
}
.filter-menu-header {
    padding: 10px 20px;
    line-height: 20px;
}
.filter,
.filter-scroll {
    color: #33495f;
    font-size: 14px;
    padding-top: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
}
#filter-form {
    padding-bottom: 60px;
}
.filter-menu-header {
    padding: 10px 20px;
    line-height: 20px;
}
.filter-menu-header__title {
    font-size: 14px;
    color: #33495f;
    width: 100%;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-wrap__col--search {
    margin-bottom: 20px;
}
.filter-wrap__col {
    min-height: 1px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.filter-search {
    position: relative;
    margin: 0 20px;
}
.filter-search-input {
    width: 100%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #747477;
    border: 1px solid #e1e1e1;
    font-weight: 300;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.filter-wrap {
    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;
}
.filter-menu-item__price-filter {
    margin-top: 15px !important;
    padding-left: 12px;
    padding-right: 12px;
}
.filter-menu-item {
    position: relative;
    margin: 0 20px 8px;
}
.filter-menu-item label {
    margin-bottom: 0;
}
.price-filter__overlay {
    width: 100%;
    height: 20px;
    position: relative;
}
.price-filter__overlay .ui-slider-range {
    height: 6px;
    position: absolute;
    background: #33495f;
    position: relative;
    z-index: 25;
}
div.ui-slider-horizontal {
    height: 6px;
    background: #33495f;
}
.ui-slider a.ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #eee !important;
    border-color: #ccc !important;
}
.price-filter__overlay .ui-slider-handle {
    width: 23px;
    height: 24px;
    display: block;
    cursor: pointer;
    top: -10px;
    margin-left: -11px;
    color: #33395f;
    position: absolute;
    z-index: 26;
    background-color: #fff;
    border: 1px solid #33495f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.price-filter__overlay .ui-slider-handle:before {
    width: 100%;
    display: block;
    content: "+";
    font-weight: 300;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
}
.filter-menu-item__price-filter .price-range {
    text-align: center;
}
.filter-menu-item__checkbox-label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.filter-menu-item__checkbox-label,
.filter-menu-item__count {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.filter-menu-item-count {
    float: right;
    min-width: 20%;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}
.filter-menu-item-rating-title {
    float: left;
    text-align: left;
    color: #33495f;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
.filter-menu-item-checkbox {
    position: relative;
    top: -1px;
    width: 14px;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    font-size: 6px;
    line-height: 12px;
    color: #747477;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.filter .stars {
    padding-left: 3px;
}
.stars,
.stars span {
    display: inline-block;
}
.stars {
    height: 20px;
    vertical-align: middle;
}
.stars span {
    font-size: 14px;
    color: #33495f;
}
input[type="checkbox"]:checked + .filter-menu-item-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: #33495f;
}
.gray-color {
    color: #999;
}
.search_property_result_top .nav-pills .nav-link {
    background: 0 0 !important;
}
.search_property_result_top .nav-pills .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
}
.search_property_result_top .nav-pills .dropdown-menu a {
    padding: 5px 1rem;
}
body {
    overflow-x: hidden;
}
.search-detail-page {
    border-top: 1px solid #efefef;
}
.breadcrumb {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 20px;
    background: 0 0;
    padding: 0;
}
.breadcrumb__item {
    display: inline-block;
    font-size: 14px;
    height: 20px;
    vertical-align: middle;
}
.breadcrumb__item:first-child:before {
    display: none;
}
.breadcrumb__item a {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    color: #a9a9a9;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.breadcrumb__item:before {
    position: relative;
    bottom: -3px;
    display: inline-block;
    width: 16px;
    height: 20px;
    color: #a9a9a9;
    text-align: center;
    line-height: 15px;
    font-size: 18px;
    margin: 0 2px;
    content: ">";
}
.hotel-detail-title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    color: #33495f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.hotel-detail-sidebar li,
.hotel-detail-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hotel-detail-box {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.hotel-detail-box,
.hotel-detail-sidebar {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
}
.hotel-detail-price__wrapper {
    padding-top: 10px;
}
.hotel-detail-total-price-text {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #33495f;
    font-size: 40px;
    font-weight: 600;
}
.hotel-detail-price-text {
    font-size: 13px;
    color: #33495f;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 9px;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.hotel-detail-price-summary {
    position: relative;
    cursor: pointer;
    color: #33495f;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
}
.hotel-detail-total-price-text small {
    font-size: 22px;
    font-weight: 400;
}
.hotel-detail-total-price-text span {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 400;
}
.hotel-detail-price-text__night {
    color: #8e8e8e;
    font-size: 13px;
    text-transform: lowercase;
    font-weight: 400;
}
.hotel-detail-box .room-availability__room-type {
    color: #33495f;
    padding: 0 0 8px;
}
.room-availability__room-type {
    padding: 15px 10px 15px 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.hotel-detail-box .room-availability__room-properties {
    font-size: 14px;
}
.hotel-detail-box .room-availability__room-properties {
    margin-left: 0;
}
.room-availability__room-properties {
    display: inline-table;
    margin-left: 15px;
}
.hotel-detail-box .room-availability__room-properties li:first-child {
    padding-top: 0 !important;
}
.hotel-detail-box .room-availability__room-properties li {
    padding-top: 4px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.room-availability__room-properties li {
    display: table-row;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
}
.room-availability__room-properties li > div {
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 3px;
}
.room-property__icon {
    position: relative;
    bottom: -2px;
    display: inline-block;
    color: #354b5b;
    font-size: 16px;
    max-height: 25px;
    padding-right: 4px;
}
.room-property__icon i {
    position: relative;
    top: -2px;
}
.hotel-detail-room-properties {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #33495f;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.hotel-detail-text {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.hotel-detail-text__italic {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    color: #a9a9a9;
}
#property-hotel {
    padding: 0;
}
#property-hotel .hotel-detail-price__wrapper {
    padding: 20px;
}
.sidebar-bottom {
    float: left;
    padding: 20px;
    margin: 0;
    background-color: #eee;
}
.sidebar-bottom table {
    width: 100%;
    margin-bottom: 20px;
    color: #33495f;
    font-size: 14px;
}
.sidebar-bottom td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.available-payment-methods {
    margin-top: 20px;
}
.available-payment-methods ul {
    width: 100%;
    float: left;
}
.available-payment-methods__title {
    font-size: 14px;
    color: #33495f;
    margin-bottom: 10px;
    font-weight: 700;
}
.available-payment-methods__item {
    float: left;
    width: 42px;
    height: 25px;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
    padding: 2px 0 !important;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}
.available-payment-methods__item img {
    max-height: 100%;
}
.price-summary--tooltip {
    display: none;
}
.hotel-detail-price-summary {
    position: relative;
}
.hotel-detail-price-summary:hover .price-summary--tooltip {
    display: block;
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    box-shadow: 0 0 4px #ccc;
    padding: 10px;
    background: #fff;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.hotel-detail-stars i {
    font-size: 20px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    margin: auto;
}
#myCarousel {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}
#myCarousel .carousel-inner .item {
    height: 350px;
    text-align: center;
    vertical-align: middle;
    line-height: 350px;
}
#myCarousel .carousel-inner .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#myCarousel .item.active {
    display: block;
}
#myCarousel .item {
    display: none;
}
#thumbCarousel {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #eaeaea;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
}
.left.carousel-control,
.right.carousel-control {
    position: absolute;
    top: 45%;
}
.carousel-control span {
    font-size: 30px;
}
.left.carousel-control {
    left: 15px;
}
.right.carousel-control {
    right: 15px;
}
#thumbCarousel .thumb {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
    background: #fff;
}
#thumbCarousel .thumb img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    min-width: 150px;
}
#thumbCarousel .thumb:last-child {
    margin-right: 0;
}
.thumb:hover {
    cursor: pointer;
}
.thumb img {
    opacity: 0.5;
}
.thumb img:hover {
    opacity: 1;
}
.thumb.active img {
    opacity: 1;
    border: 1px solid #1d62b7;
}
.price-drop-widget {
    position: relative;
    background-color: #eee;
    border: 1px solid #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    color: #2c3e51;
    padding: 20px 20px 20px 78px;
}
.price-drop-widget--ribbon {
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #f5a623;
    padding: 10px 10px 20px;
    height: 66px;
}
.price-drop-widget--ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 27px 10px;
    border-color: transparent transparent #eee;
}
.price-drop-widget--title {
    font-size: 18px;
    line-height: 22px;
    color: #33495f;
    font-weight: 700;
    margin-bottom: 15px;
}
.price-drop-widget--form-container {
    display: flex;
}
.price-drop-widget p.lead {
    margin-bottom: 10px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
    width: 55%;
}
.price-drop-widget p {
    font-size: 12px;
    line-height: 15px;
}
.price-drop-widget p.lead strong {
    font-size: 18px;
    font-weight: 700;
}
.price-drop-widget p.lead .date {
    font-weight: 600;
}
.price-drop-widget--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 45%;
    margin-bottom: 20px;
}
.price-drop-widget--form input[type="email"] {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 20px;
    height: 60px;
    max-width: 91%;
    flex: 0 0 91%;
    text-transform: inherit;
}
.price-drop-widget--form .price-drop-widget--button {
    position: static;
}
.price-drop-widget--button {
    width: 150px;
    height: 60px;
    display: inline-block;
    background-color: #33495f;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    flex: 0 0 42%;
    margin-left: -20px;
}
.price-drop-widget--ribbon i {
    color: #fff;
    font-size: 32px !important;
}
.price-calendar {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #efefef;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.price-calendar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.price-calendar-collapse .title {
    color: #33495f;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.price-calendar-collapse .description {
    font-size: 12px;
    color: #666;
}
.price-calendar-button {
    color: #06afef;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    border: 1px solid #06afef;
    border-radius: 3px;
    background: #fff;
}
.price-calendar-button i {
    float: right;
    margin-left: 5px;
}
.room-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.room-filters-col:not(:last-child) {
    margin-right: 20px;
}
.room-filters-col {
    color: #505050;
    font-size: 16px;
    line-height: 26px;
}
.room-filters-col label {
    cursor: pointer;
}
.room-filters-col:not(:last-child) {
    margin-right: 20px;
}
.room-filters-col .form-item {
    position: relative;
    width: 26px;
    height: 26px;
    border-color: #e7e7e7;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.form-item {
    width: 15px;
    height: 15px;
    float: left;
    display: block;
    margin-right: 10px;
    padding-top: 4px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    font-size: 6px;
    line-height: 6px;
    color: #64608d;
    text-align: center;
}
.room-filters-col input[type="checkbox"]:checked + .form-item:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #33495f;
}
.room-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    background-color: #e7e7e7;
    border-radius: 3px 3px 0 0;
    padding: 13px 35px;
}
.room-card-header-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.room-card-header-policy {
    position: relative;
    right: -30px;
    width: 150px;
}
.room-card-header-incentives {
    width: 125px;
    margin-left: 40px;
}
.room-card-header-price {
    width: 210px;
    margin-left: 40px;
}
.room-category {
    padding: 20px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}
.room-category-title {
    background-color: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.room-card-cheapest-container {
    border-color: #67ad00;
    border-width: 2px;
}
.room-card-container {
    position: relative;
    padding: 15px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #33495f;
}
.room-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.room-card-cheapest {
    position: absolute;
    right: 15px;
    top: -22px;
    padding: 9px 12px;
    background-color: #67ad00;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
}
.room-card-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    width: 200px;
    min-width: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.room-card-meal,
.room-card-policy {
    font-size: 14px;
    font-weight: 500;
}
.room-card-policy {
    width: 150px;
    min-width: 120px;
}
.refundable-wrapper {
    display: flex;
}
.information-tooltip__toggle {
    display: block;
    position: relative;
}
.room-card-policy .free-cancellation-day {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin-top: 5px;
}
.information-tooltip {
    z-index: 80;
    position: absolute;
    width: 340px;
    margin-left: -165px;
    left: 50%;
    bottom: 100%;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -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;
}
.information-tooltip__toggle:hover .information-tooltip {
    opacity: 1;
    visibility: visible;
}
.information-tooltip li {
    list-style: none;
}
.information-tooltip ul {
    padding: 0;
    margin-bottom: 0;
}
.information-tooltip__inner {
    position: relative;
    padding: 0;
    color: #fff;
    background-color: #33495f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}
.information-tooltip__inner:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #33495f;
}
.information-tooltip__inner > div {
    padding-left: 10px;
    padding-right: 10px;
}
.information-tooltip__title {
    font-size: 15px;
    font-weight: 700;
    background: #3d5a78;
    padding: 15px 0;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
    margin: 0;
}
.information-tooltip__inner > div {
    padding-left: 10px;
    padding-right: 10px;
}
.information-tooltip__content {
    position: relative;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 20px;
}
.information-tooltip__content ul div.free-cancellation {
    color: #1dce6c;
}
.information-tooltip__content ul div:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.information-tooltip__content ul div {
    font-weight: 400;
    line-height: 18px;
}
.information-tooltip__content ul div span.cancellation-refund-amount {
    font-weight: 800;
    margin-left: 10px;
}
.information-tooltip__content ul div.non-refundable-cancellation {
    color: #e94c36;
}
.information-tooltip__content ul div:not(:first-child) {
    padding-top: 10px;
}
.information-tooltip__content ul div span.cancellation-policy-description {
    display: block;
    font-weight: 700;
    color: #fff;
}
.room-card-meal {
    color: #44b700;
    width: 125px;
    max-width: 125px;
    margin-left: 20px;
}
.room-card-meal .no-breakfast {
    color: #33495f;
}
.room-card-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 40px;
    width: 245px;
    min-width: 210px;
    text-align: right;
}
.room-card-pricing .room-price {
    font-weight: 700;
    font-size: 18px;
}
.room-card-pricing .room-price small {
    font-size: 14px;
}
.room-card-nights {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}
.room-card-pricing .hotel-detail-price-summary {
    font-size: 11px;
    margin-top: 5px;
}
.hotel-detail-price-summary {
    position: relative;
    cursor: pointer;
    color: #33495f;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
}
.hotel-detail-price-summary i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #227eba;
}
.room-card-pricing .hotel-detail-price-summary .price-summary--tooltip {
    width: 270px;
}
.hotel-detail-price-summary .price-summary--tooltip {
    position: absolute;
    top: 25px;
    left: 5%;
    width: 300px;
    padding: 16px;
    margin-left: -20px;
    color: #191c28;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    border: 1px solid #d8dee6;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.hotel-detail-price-summary .price-summary--tooltip:before {
    border-color: rgba(216, 222, 230, 0);
    border-bottom-color: #d8dee6;
    border-width: 9px;
    margin-left: -9px;
}
.hotel-detail-price-summary .price-summary--tooltip:after,
.hotel-detail-price-summary .price-summary--tooltip:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.hotel-detail-price-summary .price-summary--tooltip .price-summary-table {
    width: 100%;
    border-collapse: collapse;
}
.hotel-detail-price-summary .price-summary--tooltip:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.hotel-detail-price-summary
    .price-summary--tooltip
    .price-summary-table
    tr.price-summary-table--title
    > td {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hotel-detail-price-summary .price-summary--tooltip .price-summary-table tr td {
    font-size: 11px;
    font-weight: 600;
    color: #191c28;
    padding-bottom: 4px;
}
.room-card-button {
    margin-left: 15px;
}
.banner_btn {
    width: auto !important;
}
.main-search-form {
    background: #f5f5f5;
    padding: 10px;
}
.hotel-detail-subtitle {
    line-height: 40px;
    font-size: 32px;
    color: #505050;
    font-weight: 300;
    padding-bottom: 20px;
}
.hotel-cont p {
    margin-bottom: 0;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}
.adults_wrapper {
    width: 100%;
    clear: both;
    margin: 0 0 25px;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
}
.form-field.age,
.form-field.first-name {
    width: -webkit-calc((70% - 18px - 122px)/ 2);
    width: calc((70% - 18px - 122px) / 2);
}
.form-field.first-name1,
.form-field.last-name1 {
    width: -webkit-calc((70% - 18px - 0px)/ 2);
    width: calc((70% - 18px - 0px) / 2);
}
.grey {
    color: #6f6f6f;
}
.small-text {
    font-size: 11px;
    font-family: PromptRegular, sans-serif;
}
.block_heading {
    width: 100%;
    background: #e6e6e6;
    padding: 12px 0;
}
.main__block h3 {
    font-family: PromptMedium, sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.main__block h3.step {
    font-family: PromptBold, sans-serif;
}
.block_content {
    background: #fff;
    border: 2px solid #e6e6e6;
    border-top: none;
    padding: 24px 24px;
    width: 100%;
}
.details .block_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.details-bottom,
.details-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.details-hotel-main {
    width: 40%;
}
.hotel-name {
    font-family: PromptMedium, sans-serif;
    font-size: 18px;
}
.hotel-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.hotel-rating[data-rate="1"] svg {
    max-width: 55%;
}
.hotel-rating[data-rate="1"] svg polygon:nth-child(-n + 1) {
    fill: #06afef;
}
.hotel-rating[data-rate="2"] svg {
    max-width: 55%;
}
.hotel-rating[data-rate="2"] svg polygon:nth-child(-n + 2) {
    fill: #06afef;
}
.hotel-rating[data-rate="3"] svg {
    max-width: 55%;
}
.hotel-rating[data-rate="3"] svg polygon:nth-child(-n + 3) {
    fill: #06afef;
}
.hotel-rating[data-rate="4"] svg {
    max-width: 55%;
}
.hotel-rating[data-rate="4"] svg polygon:nth-child(-n + 4) {
    fill: #06afef;
}
.hotel-rating[data-rate="5"] svg {
    max-width: 55%;
}
.hotel-rating[data-rate="5"] svg polygon:nth-child(-n + 5) {
    fill: #06afef;
}
.stars-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 5px 0;
    margin: 0 0 10px;
}
.hotel-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hotel-photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*width: 100%;*/
    height: 100px;
    overflow: hidden;
    border-radius: 12px;
}
.hotel-photos .small {
    width: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
}
.hotel-photos img {
    width: 60px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hotel-photos img.big {
    width: 100%;
    height: 125px;
    max-width: 104px;
    border-radius: 12px;
}
.hotel-dates {
    width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
}
.hotel-dates .small-text {
    font-size: 14px;
}
.hotel_photo_popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #e6e6e6;
    border: 2px solid #fff;
    padding: 3px;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
}
.hotel_photo_popup img {
    width: 400px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hotel-dates ul li {
    display: inline;
    padding: 0 7px 0 7px;
    border-right: 1px solid #ddd;
}
.hotel-dates ul li:first-child {
    padding-left: 0;
}
.hotel-dates ul li:last-child {
    border-right: 0;
}
.r-type {
    font-size: 20px;
}
.details-price .price:not(:first-child) {
    margin-top: 12px;
}
.subheading {
    font-family: PromptMedium, sans-serif;
    font-size: 18px;
}
.cancellation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 340px - 200px - 160px);
    width: calc(100% - 340px - 200px - 160px);
}
.cancellation-totals {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.details-bottom {
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}
.details-bottom .subheading {
    text-align: center;
    margin-bottom: 16px;
}
.additional-info,
.includes {
    width: 100%;
}
.include-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-top: -7px;
    margin-bottom: 15px;
}
.include-content li {
    background: #ddd;
    border-radius: 5px;
    text-align: center;
    line-height: 23px;
}
.sign-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 25px;
    background-image: linear-gradient(to right, #06afef 0, #5e167f 100%);
    color: #fff;
}
.sign-in img {
    height: 40px;
}
.sign-in .label {
    margin: 0 24px;
    color: #fff;
    font-size: 20px;
}
.label {
    margin-bottom: 8px;
    font: 14px/1 PromptRegular;
    color: #1b0e49;
}
#payment_personal_details_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#payment_personal_details_form button {
    margin-top: 24px;
    margin-left: auto;
}
#payment_personal_details_form h3 {
    margin: 24px 0;
    width: 100%;
}
.personal_left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px auto;
}
.tab-content.isChecked {
    min-height: 0 !important;
}
.personal_left.updated .form-field {
    width: calc((100% - 33px - 0px) / 2);
    margin: 5px;
}
.personal_left.updated .form-field.arrive_time_select {
    width: calc((100% - 24px - 0px) / 3);
}
.personal_left.updated .sel_inp_wr .field_wrap {
    width: 28%;
}
.booking-status-col {
    margin-top: 7px;
    margin-left: 10px;
}
.booking-status-col label {
    margin-bottom: 12px !important;
    display: block;
}
.booking-status-col .ui.form .grouped.fields .field {
    display: inline;
}
.personal-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: column;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 30px 30px auto;
    flex-direction: column;
}
.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 32px;
    width: 48.5%;
}
.form-field.phone {
    width: 51%;
}
.form-field.title {
    width: 95px;
    margin-top: 0;
}
.form-field.title:after {
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
}
.form-field.title .dropdown {
    top: -webkit-calc(100% - 16px);
    top: calc(100% - 16px);
}
.form-field.first-name {
    margin: 0 5px;
    width: 38%;
}
.form-field.last-name {
    margin: 0 5px;
    width: 47%;
}
.form-field.email {
    margin: 0 5px;
    width: -webkit-calc((100% - 30px)/ 4);
    width: calc((100% - 30px) / 4);
}
.form-field input {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #ebebeb;
    outline: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
}
.form-field input::-webkit-input-placeholder {
    line-height: 1.22;
}
.form-field input::-moz-placeholder {
    line-height: 1.22;
}
.form-field input:-ms-input-placeholder {
    line-height: 1.22;
}
.form-field input::-ms-input-placeholder {
    line-height: 1.22;
}
.form-field input::placeholder {
    line-height: 1.22;
}
.form-field textarea {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #ebebeb;
    outline: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-height: 80px;
}
.form-field textarea::-webkit-input-placeholder {
    line-height: 1.22;
}
.form-field textarea::-moz-placeholder {
    line-height: 1.22;
}
.form-field textarea:-ms-input-placeholder {
    line-height: 1.22;
}
.form-field textarea::-ms-input-placeholder {
    line-height: 1.22;
}
.form-field textarea::placeholder {
    line-height: 1.22;
}
.with_dropdown {
    margin-top: 0;
    margin-bottom: 16px;
}
.with_dropdown:after {
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
}
.with_dropdown .dropdown {
    top: 100%;
}
.check {
    width: 100%;
    margin-top: 16px;
}
.check label {
    color: inherit;
    text-transform: initial;
}
.check label:before {
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.check input {
    top: 10px;
    left: 10px;
}
.check input:checked + label:after {
    top: 3px;
    width: 12px;
    height: 14px;
}
.sel_inp_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sel_inp_wr .with_dropdown {
    margin: 0;
}
.sel_inp_wr .inp_phone {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.sel_inp_wr .field_wrap {
    padding-bottom: 0;
    width: 100px;
}
.sel_inp_wr .field_wrap input {
    text-align: center;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.sel_inp_wr .field_wrap:after {
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
}
.sel_inp_wr input {
    width: 100%;
}
.payment-personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.payment-personal-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 53%;
}
.payment-personal-form-fields .form-field {
    width: -webkit-calc(100% - 200px - 30px);
    width: calc(100% - 200px - 30px);
}
.payment-personal-form-fields .country,
.payment-personal-form-fields .zip {
    width: 200px;
    margin-top: 0;
}
.payment-personal-form-fields .country:after,
.payment-personal-form-fields .zip:after {
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
}
.payment-personal-guest-details {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.payment-personal-guest-details .subheading {
    margin-bottom: 16px;
}
.payment-personal-guest-details a {
    text-decoration: underline;
}
.guest-details {
    margin-bottom: 16px;
    font-family: PromptMedium, sans-serif;
    font-size: 14px;
    opacity: 0.8;
}
.guest-details span {
    font-family: UbuntuRegular, sans-serif;
}
.payment-pay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 36px;
}
.payment-pay .subheading {
    width: 100%;
    margin-bottom: 24px;
}
.choose_payment_nav {
    width: 250px;
}
.choose_payment_nav .payment_methods {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.choose_payment_nav .payment_methods .payment_method {
    margin: 0 0 16px 0;
    padding: 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-right: none;
    position: relative;
    cursor: pointer;
}
.choose_payment_nav .payment_methods .payment_method.active {
    background: #f4f4f4;
}
.choose_payment_nav .payment_methods .payment_method.active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f4f4f4;
}
.choose_payment_nav .payment_methods .payment_method.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.payment-pay-form-fields {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    padding: 24px 36px;
}
.billing-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.billing-address .subheading {
    width: 100%;
}
.billing-address .with_dropdown {
    margin-top: 0;
}
.billing-address .form-field {
    margin-bottom: 24px;
}
.billing-address .form-field:not(.address) {
    width: -webkit-calc((100% - 60px)/ 3);
    width: calc((100% - 60px) / 3);
}
.payment-buttons {
    padding-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
.payment-buttons .btn:not(:last-child) {
    margin-right: 16px;
}
.card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-info .card-number,
.card-info .card-type {
    width: -webkit-calc((100% - 30px)/ 2);
    width: calc((100% - 30px) / 2);
}
.card-info .card-name {
    width: -webkit-calc(100% - 60px - 10% - 20%);
    width: calc(100% - 60px - 10% - 20%);
}
.card-info .card-expiration {
    width: 20%;
}
.card-info .card-expiration .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-info .card-expiration .inputs input {
    width: -webkit-calc((100% - 20px)/ 2);
    width: calc((100% - 20px) / 2);
}
.card-info .card-cvc {
    width: 10%;
}
.top-title {
    width: 100%;
}
.top-title h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.booking_details_popup .popup {
    padding: 15px;
}
.subheading {
    margin-bottom: 0;
}
.popup .btn {
    margin: 15px auto 0;
    display: inherit;
}
.booking_details_popup .includes .subheading,
.booking_details_popup .personal-details .subheading {
    text-align: left !important;
}
.booking_details_popup .personal-details {
    margin-top: 10px;
}
.booking-status-col h3 {
    text-align: left;
}
#personal_arrive_time.input_error {
    border: 1px solid #ebebeb !important;
}
.ui.form .grouped.fields > label {
    margin: 0 0 0.28571429rem 0;
    text-transform: none;
    font: 14px/1 PromptRegular;
    color: #1b0e49 !important;
    font-weight: inherit !important;
}
.h-tabs #chck1,
.h-tabs #chck2,
.h-tabs #chck3 {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.h-tabs {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.h-tabs .tab {
    width: 100%;
    overflow: hidden;
}
.h-tabs .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    /*background: #e6e6e6;*/
    font-weight: 700;
    cursor: pointer;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border: 0.5px solid #efebeb;
}
.h-tabs .tab-label:hover {
    /* background: #e6e6e6;*/
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border: 0.5px solid #efebeb;
}
.h-tabs .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.h-tabs .tab-content {
    padding: 0 1.5em;
    color: #2c3e50;
    background: #fff;
}
.h-tabs .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {
    background: #1a252f;
}
.h-tabs input:checked + .tab-label {
    /*background: #e6e6e6;*/
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border: 0.5px solid #efebeb;
}
.h-tabs input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.h-tabs input:checked ~ .tab-content {
    max-height: 100%;
    min-height: 150px;
    padding: 0 1.5em;
    display: block;
}
.h-tabs input:checked ~ .tab-content.prefrences-tab-content {
    min-height: 375px;
}
.main-tab-container ul.tabs {
    margin-bottom: 15px;
    padding-top: 5px;
}
.payment-section {
    zoom: 1;
    position: relative;
    height: auto;
}
.payment-section:after,
.payment-section:before {
    content: "";
    display: table;
}
.payment-section:after {
    clear: both;
}
.payment-section h4 {
    cursor: pointer;
    margin: 0 3px;
    border-top: none;
    padding: 10px 10px;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    width: 100%;
    height: 20%;
    display: inline;
    top: 15px;
}
.payment-section .pament-content {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    border-left: none;
    display: none;
}
.payment-section .pament-content:after,
.payment-section .pament-content:before {
    content: "";
    display: table;
}
.payment-section .pament-content:after {
    clear: both;
}
@media screen and (min-width: 600px) {
    .payment-section .pament-content {
        position: absolute;
        width: 100%;
        right: 0;
        top: 55px;
        padding: 15px 5px;
    }
}
.payment-section .active + .pament-content {
    display: block;
}
.payment-section .active {
    cursor: default;
    border-radius: 0;
    border-right: none;
}
.payment-section .active + ul {
    display: block;
}
.form-container {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.card-background {
    width: 50%;
    display: -webkit-flex;
    display: flex;
}
.card-fields {
    width: 50%;
    border-radius: 6px;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 15px;
}
.personal-information {
    background-color: #3c8dc5;
    color: #fff;
    padding: 2px 0;
    text-align: center;
}
.form-container h1 {
    font-size: 1.3em;
    font-family: Roboto;
}
.form-container input,
.form-container select {
    margin: 1px 0;
    padding-left: 1%;
    font-size: 14px;
    position: relative;
    margin-top: none;
    border: 1px solid #ebebeb;
    opacity: 1;
    z-index: 1;
}
.form-container input.invalid {
    border: 1px solid red;
}
.form-container input[type="text"] {
    display: block;
    height: 40px;
    width: 98.5%;
    padding-left: 8px;
}
.form-container input[type="email"] {
    display: block;
    height: 40px;
    width: 98.5%;
    padding-left: 8px;
}
.form-container input[type="tel"],
.form-container select {
    display: block;
    height: 40px;
    width: 98.5%;
    padding-left: 8px;
}
.form-container input[type="password"] {
    display: block;
    height: 40px;
    width: 98.5%;
    padding-left: 8px;
}
.form-container input {
    margin-bottom: 10px;
}
#column-left {
    width: 49.6%;
    float: left;
}
#column-right {
    width: 49.7%;
    float: right;
}
#column-expiry {
    width: 32.3%;
    margin-right: 1%;
    float: left;
}
#column-cvc {
    width: 33.3%;
    float: right;
}
.card-design {
    background: #baccd8;
    color: #000;
    height: 170px;
    border-radius: 10px;
    width: 100%;
    padding: 0 20px;
}
@media screen and (max-width: 520px) {
    .form-container {
        margin: 0;
        width: 100%;
        display: initial;
    }
    .form-container .btn {
        height: 50px;
        margin-top: 10px;
    }
    .form-container input {
        font-size: 1em;
    }
    #input-button {
        width: 99%;
    }
    #input-field {
        width: 99%;
    }
    .form-container h1 {
        font-size: 1.2em;
    }
    .form-container input {
        margin: 2px 0;
    }
    #column-left {
        width: 99%;
        display: block;
        float: none;
    }
    #column-right {
        width: 99%;
        display: block;
        float: none;
    }
    #column-expiry {
        width: 99%;
        display: block;
        float: none;
    }
    #column-cvc {
        width: 99%;
        display: block;
        float: none;
    }
    .crowd_left img {
        max-width: 78px;
        max-height: 80px !important;
        bottom: -40px !important;
    }
    .crowd_left label {
        font-size: 12px;
        padding: 1px 5px !important;
    }
    .crowd_right p {
        margin: 0 0 35px 0 !important;
    }
}
.form-container .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.form-container .container {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}
#ccsingle svg {
    width: 100px;
    max-height: 60px;
    fill: #fff;
}
.ccicon {
    height: 3000px;
    width: 600px;
    position: absolute;
    right: 50%;
}
.creditcard svg#cardback,
.creditcard svg#cardfront {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0 #000;
    box-shadow: 1px 5px 6px 0 #000;
    border-radius: 22px;
}
#generatecard {
    cursor: pointer;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
}
.creditcard .darkcolor,
.creditcard .lightcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}
.creditcard .lightblue {
    fill: #06afef;
}
.creditcard .lightbluedark {
    fill: #1b0b52;
}
.creditcard .red {
    fill: #06afef;
}
.creditcard .reddark {
    fill: #1b0b52;
}
.creditcard .purple {
    fill: #06afef;
}
.creditcard .purpledark {
    fill: #1b0b52;
}
.creditcard .cyan {
    fill: #06afef;
}
.creditcard .cyandark {
    fill: #1b0b52;
}
.creditcard .green {
    fill: #06afef;
}
.creditcard .greendark {
    fill: #1b0b52;
}
.creditcard .lime {
    fill: #06afef;
}
.creditcard .limedark {
    fill: #1b0b52;
}
.creditcard .yellow {
    fill: #06afef;
}
.creditcard .yellowdark {
    fill: #1b0b52;
}
.creditcard .orange {
    fill: #06afef;
}
.creditcard .orangedark {
    fill: #1b0b52;
}
.creditcard .grey {
    fill: #bdbdbd;
}
.creditcard .greydark {
    fill: #616161;
}
.credit-font {
    font-family: ocr_a_std, sans-serif;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3),
        1px 1px 0 rgba(0, 0, 0, 0.8);
}
#svgname {
    text-transform: uppercase;
}
#cardfront .st2 {
    fill: #fff;
}
#cardfront .st3 {
    font-weight: 600;
    font-size: 45.6px;
}
#cardfront .st4 {
    font-size: 29.1112px;
}
#cardfront .st5 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}
#cardfront .st6 {
    font-size: 33.1112px;
}
#cardfront .st7 {
    opacity: 0.6;
    fill: #fff;
}
#cardfront .st8 {
    font-size: 24px;
}
#cardfront .st9 {
    font-size: 30.5498px;
}
#cardfront .st10 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}
#cardfront .st11 {
    font-size: 16.1716px;
}
#cardfront .st12 {
    fill: #4c4c4c;
}
#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}
#cardback .st2 {
    fill: #111;
}
#cardback .st3 {
    fill: #f2f2f2;
}
#cardback .st4 {
    fill: #d8d2db;
}
#cardback .st5 {
    fill: #c4c4c4;
}
#cardback .st6 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}
#cardback .st7 {
    font-size: 27px;
}
#cardback .st8 {
    opacity: 0.6;
}
#cardback .st9 {
    fill: #fff;
}
#cardback .st10 {
    font-size: 24px;
}
#cardback .st11 {
    fill: #eaeaea;
}
#cardback .st12 {
    font-family: "Rock Salt", cursive;
}
#cardback .st13 {
    font-size: 37.769px;
    text-transform: capitalize;
}
.container {
    perspective: 1000px;
}
.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
    margin-top: 25px;
}
.creditcard .back,
.creditcard .front {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}
.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.main-tab-container div#tab-1 {
    visibility: hidden;
}
.main-tab-container div#tab-1.current {
    visibility: visible;
}
.terms_conditions_Section {
    padding: 0 !important;
    overflow-y: auto;
}
.popup_guest_details {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 15px;
    border-radius: 5px;
    margin-top: 0;
}
.booking_details_right {
    box-shadow: none;
    border-radius: 4px;
    padding: 0px !important;
    margin-top: 15px;
}
.booking_details_right h3 {
    text-align: left;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 400;
}
.booking_details_right p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 13px;
}
.booking_details_right ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6;
}
/*.room_total,
.total_due {
    background: #e6e6e6;
    padding: 10px;
}*/
ul.total-due-rooms {
    border: 0;
    border-radius: 6px;
    margin-top: 10px;
}
#payment-info .payment_tabs_menu li.nav-item {
    margin: 15px 10px 0 0px;
}
ul.total-due-rooms li:first-child {
    border-bottom: 0;
}
.taxes_fees {
    border-bottom: 4px solid #06afef !important;
}
.booking_details_right ul li .ui.input {
    width: 100%;
    margin: 5px 0;
}
.booking_details_right .ui.action.input > .button {
    background: #06afef;
    color: #fff;
    width: auto;
}
.booking_details_right p strong,
.booking_details_right ul li strong {
    color: #000;
    font-weight: 400;
}
.blur * {
    filter: blur(1px);
}
.h-h-t {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.heighlighted_area {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}
.pay_htlc_right {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start !important;
}
#contactInfo {
    margin: 10px auto 40px auto;
}
@media only screen and (min-width: 1200px) {
    .ui.modal.promo-code {
        width: 540px;
        margin: 0;
    }
}
#personal_arrive_time {
    background: #fff;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 11px 14px;
    outline: 0 !important;
}
.paynow {
    margin: 20px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paynow .ui.cards {
    max-width: 180px;
    margin-right: 10px;
}
.paynow .ui.cards > .card {
    border-left: 5px solid #06afef;
}
.paynow .ui.cards > .card > .content > .header {
    color: #06afef;
}
.payment_tabs_section .ui.segment {
    box-shadow: none;
    border: none;
}
.payment_tabs_section .ui.secondary.menu .item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.payment_tabs_section .ui.secondary.menu .active.item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: red !important;
    border: 1px solid red;
}
.breadcrumbs {
    display: none;
}
#payment-info .payment_tabs_menu .active {
    background: #fff !important;
    box-shadow: none;
}
#payment-info .payment_tabs_menu {
    background: #fff;
    box-shadow: none;
}
.tab .nav-tabs li a:hover :before {
    color: #fff !important;
    background-color: #2cc4f4;
    border-color: #2cc4f4;
}
.paymentbooking-process #payment-info a#tab1:hover,
.tab .nav-tabs li a:hover {
    color: #fff !important;
    background-color: red !important;
    border-color: red !important;
}
main {
    background: #fff;
}
.block_content {
    background: #fff;
    border: 0;
}
.cancellation {
    display: none;
}
.hotel-photos .small {
    display: none;
}
.d_details_main {
    padding-top: 10px;
}
.right_p {
    width: 60%;
}
.invalid {
    border: 2px solid red !important;
}
#payment_personal_details_forms .error {
    border: 2px solid red !important;
}
.room-cancellation {
    margin: 1em auto;
}
.room-cancellation p {
    font-size: 0.9em;
}
.pay_by_htlc img {
    padding-right: 5px;
}
.txt-result {
    display: none;
}
.showing-transform-crypto {
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 10px;
    margin-top: -13px;
    font-weight: 700;
    padding: 20px;
}
.not-support .txt-result {
    color: red;
    display: block;
}
#card-type {
    margin-top: 50px;
    width: 100%;
}
#preview-cost {
    display: inline-flex;
    margin-bottom: 10px;
}
#preview-cost img {
    width: 40px;
    height: 40px;
}
#preview-cost div {
    display: flex;
    align-items: center;
    margin-left: 5px;
    flex-wrap: wrap;
}
#preview-cost h6 {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-right: 5px;
}
.error-coingate {
    width: 150px;
    display: inline-flex;
    margin-top: 10px;
    color: red;
    text-transform: uppercase;
}
.box {
    margin-top: 20px;
    padding: 14px;
    text-align: center;
    background: #f7f7f7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    margin-bottom: 50px;
}
.row {
    display: flex;
}
.col-sm-6 {
    width: 50%;
}
.ul-text li {
    text-align: left;
}
.custom-p {
    color: #000;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ul-text {
    margin: 10px 0;
}
.mt-15 {
    margin-top: 15px;
}
.pr-5 {
    padding-right: 5px;
    display: flex;
    align-items: center;
}
.pl-5 {
    padding-left: 5px;
}
.selectcurr {
    background: #e6eefa;
    border: none;
    height: 60px;
    margin-bottom: 6px;
    font-size: 18px;
    width: 100%;
    color: #64849f;
    font-weight: bolder;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 30px;
    border-radius: 5px;
}
.drpicon {
    width: 15px;
    margin-left: -40px;
    color: green;
}
.custom-col4 {
    width: 48%;
    margin-right: 10px;
    border: 2px solid #e6eefa;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #e6eefa;
}
.coin-input {
    display: unset !important;
    margin: unset !important;
    padding: 9px 20px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    float: right;
    border: none;
    background: unset !important;
    border: unset !important;
    border-radius: unset !important;
    font-size: 14px;
    color: #000 !important;
    letter-spacing: 1px;
    outline: 0;
}
.inputiconsl {
    position: absolute;
    right: 15px;
    margin-top: 7px;
    font-size: 18px;
    font-weight: 900;
    color: #64849f;
    text-transform: uppercase;
}
.btn-edit {
    background: #6c2574;
    color: #fff;
    border: none;
}
.btn-edit {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    margin-top: 10px;
}
#message-error-buy-htlc {
    color: red;
    font-size: 1rem;
    padding: 10px 50px;
    text-transform: uppercase;
}
#error-message-ecommpay {
    display: block;
    color: red;
    font-size: 1.3rem;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.icon-others-methods {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100px;
}
.txt-others-methods {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    .payment_tabs_menu {
        flex-wrap: wrap;
    }
    .six.wide.column.ctwo {
        position: sticky;
        top: 90px;
    }
}
@media (min-width: 1024px) {
    .payment_tabs_menu {
        flex-wrap: wrap;
    }
}
.item-other-methods {
    cursor: pointer;
}
.icon-others.icon-currency {
    width: 80px !important;
    height: 40px !important;
    object-fit: contain;
    margin-left: 5px;
    margin-bottom: 20px;
}
#payothersmethod .txt-currency {
    margin-top: -20px;
    width: 100%;
}
#preview-qr {
    display: flex;
    justify-content: center;
}
#preview-qr img {
    width: 70%;
    min-width: 200px;
    max-width: 350px;
    height: auto;
}
a.item.money_mo {
    padding: 0 !important;
}
.money_mo img {
    width: 123px !important;
}
.payment-section .item {
    height: 48px !important;
    width: 100%;
}
.payment-section .payment a#tab1 img {
    margin-right: 11px;
}
.ui.form .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -0.5em 1em;
}
.ui.form .field > label {
    display: block;
    margin: 0 0 0.28571429rem 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.92857143em;
    font-weight: 700;
    text-transform: none;
}
.info-secure .secure-booking {
    color: #000;
}
.info-secure .icon,
.info-secure .will-earn {
    color: #000;
    font-weight: 600;
}
.payment_tabs_section .ui.secondary.menu .item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ui.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ui.secondary.menu .item {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0.78571429em 0.92857143em;
    margin: 0 0.35714286em;
    background: 0 0;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
    border-radius: 0.28571429rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.check label {
    color: #fff;
    text-align: left;
    position: relative;
    width: 100%;
    padding-left: 32px;
    color: rgba(27, 14, 73, 0.451);
}
.check label:before {
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.check label:before {
    width: 17px;
    height: 17px;
    background: #fff;
    top: 1px;
    left: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.23);
    box-shadow: 0 1px 2px 0 rgba(24, 24, 24, 0.23);
    content: "";
    position: absolute;
}
.check input:checked + label:after {
    position: absolute;
    background: url(../images/checkbox.svg);
    left: 4px;
    top: 5px;
    width: 9px;
    height: 10px;
    content: "";
}
.payment_tabs_section .ui.segment {
    margin-top: 10px;
}
#payment-htlc {
    height: auto;
}
.icon-currency,
.txt-currency {
    display: inline-block;
    vertical-align: middle;
}
.icon-currency {
    height: 40px !important;
    width: 40px !important;
}
.payment_tabs_menu {
    border-bottom: none;
}
.ui [type="radio"]:checked + label:before,
.ui [type="radio"]:not(:checked) + label:after,
.ui [type="radio"]:not(:checked) + label:before {
    top: 11px;
}
.ui [type="radio"]:checked + label:after {
    top: 14px;
}
.currency-wrap h2,
.currency-wrap p {
    color: #fff;
}
#carouselExampleSlidesOnly img {
    width: 45px;
}
.owl-theme .owl-controls .owl-buttons {
    position: static;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
}
.top-navbar.sticky a {
    margin-right: auto;
}
.six .hotel-detail-box {
    padding: 15px 10px;
}
@media (max-width: 767px) {
    .fav-bg-color .row > div {
        text-align: left !important;
    }
    .fav-bg-color button {
        margin: 15px 0;
    }
    .fav-bg-color .row > div.currency-wrap {
        text-align: center !important;
    }
    .price-calendar-collapse,
    .price-drop-widget--form {
        flex-wrap: wrap !important;
    }
    .search-widget li {
        display: inline-block;
        width: 100% !important;
    }
    button.price-drop-widget--button {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 5px;
        flex: 0 0 100%;
    }
    div.room-filters {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .room-card-responsive {
        width: 750px;
    }
    #myCarousel .carousel-inner .item {
        height: 150px;
        line-height: 150px;
    }
    .card-design {
        min-height: 170px;
        margin-top: 15px;
    }
    .row.static_f.property_search_list_row {
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .row#tag_container {
        margin: 0;
    }
    h2.ezy-membership-rewar {
        width: 100%;
        font-size: 25px;
        line-height: normal;
    }
    p.the-more-you-book-wi {
        width: 100%;
        font-size: 18px;
    }
    section.membership_offer {
        padding: 30px 0 0 0;
    }
    .helpleft_sec ul.nav.nav-pills {
        flex-direction: column;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .filter-search {
        margin: 0 10px;
    }
    .filter-menu-header {
        padding: 10px;
    }
    .filter-menu-item-rating-title,
    .filter-menu-item__checkbox-label,
    .filter-menu-item__count,
    .filter-search-input {
        font-size: 13px;
    }
    #myCarousel .carousel-inner .item {
        height: 200px;
        line-height: 200px;
    }
    #cart-content h4 {
        font-size: 20px;
    }
    div.filter-menu-item {
        margin: 0 10px 8px;
    }
    .payment-success-page .btn {
        padding: 14px 5px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
        display: none;
    }
}
@media (min-width: 991px) {
    .filter,
    .filter-scroll {
        height: calc(100vh - 200px);
        overflow: hidden;
    }
    .filter-container {
        position: relative;
        top: 0;
        transition: 0.2s ease;
    }
    .fixed-filter.filter-container {
        position: fixed;
        top: 0;
        transition: 0.5s ease;
    }
    .hotel-detail-sidebar.fixed-filter {
        position: fixed;
        top: 70px;
        transition: 0.5s ease;
    }
    .hotel-detail-sidebar {
        /*height: calc(100vh - 180px);*/
        overflow: hidden;
        position: sticky;
        top: 80px;
    }
    .navbar-collapse {
        height: auto;
    }
}
@media (max-width: 991px) {
    .hotel-detail-cont {
        margin-top: 15px;
    }
    div.sidebar-bottom {
        float: none;
        margin: 0;
        width: 100%;
        display: inline-block;
    }
    .hotel-detail-box {
        display: inline-block;
        width: 100%;
    }
    .price-drop-widget p.lead,
    .price-drop-widget--form {
        width: 100% !important;
    }
    .price-drop-widget--form-container {
        flex-wrap: wrap;
    }
    div.sidebar.left {
        padding-right: 0;
    }
    .my-account-nav {
        padding: 0 5px;
    }
    .btn.check_rates {
        font-size: 11px;
        padding: 5px;
    }
    .showSearch li.list-group-item {
        width: 100%;
        padding: 5px 10px;
    }
    div.auto_suggest_box {
        top: 38px;
    }
    .helpleft_sec ul.nav.nav-pills {
        flex-direction: column;
    }
    .navbar-nav {
        align-items: flex-start;
    }
    nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
        display: flex !important;
    }
    nav.navbar-light .navbar-nav .nav-link,
    nav .nav_profile_img .btn {
        color: #000 !important;
    }
    .navbar-collapse.collapse.show .nav-item .card {
        display: none;
    }
    .property_icon {
        flex-wrap: wrap;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .hotel-detail-total-price-text span {
        display: inline-block;
    }
    .price-drop-widget p.lead,
    .price-drop-widget--form {
        width: 100% !important;
    }
    .price-drop-widget--form-container {
        flex-wrap: wrap;
    }
    #myCarousel .carousel-inner .item {
        height: 300px;
        line-height: 300px;
    }
}
.wafl-image {
    background-image: url(../images/wafl-background.jpg);
    background-size: cover;
    height: 300px;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wafl-image img {
    max-width: 100px;
}
.wafl-image p {
    color: #fff;
    margin-top: 13px;
    font-size: 18px;
}
.tab-list h4 {
    color: #06afef;
}
.tab-list p {
    line-height: normal;
}
.blue-border {
    border-bottom: 1px solid #06afef;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.tab-list li img {
    max-width: 30px;
    margin-right: 10px;
}
.tab-list li {
    list-style: none;
    padding: 5px 0 10px 0;
    margin-bottom: 0;
}
.input-field {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}
.input-field input {
    padding: 0 60px 0 10px;
    text-align: right;
    font-weight: 700;
    width: 100%;
    height: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-size: 1.4rem;
}
.input-field span {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    color: #7c7c7c;
}
.gray-text {
    color: #7c7c7c;
}
.wafl-set button {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
    height: 22.5px;
    font-size: 1rem;
    line-height: 1.1;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #7c7c7c;
}
.wafl-set button:active {
    background: #ececfa;
}
.wafl-right p {
    line-height: normal;
}
.gray-bg1 {
    background: #f9f9f9;
}
.wafl-right h4 {
    font-weight: 900;
    margin: 0;
}
.staking-btn button {
    background: #f8f8f8;
    border: 1px solid #d4d4d4;
    width: 100%;
    border-radius: 5px;
}
.staking-btn button h5 {
    margin-bottom: 0;
}
.staking-btn button:active {
    background: #06afef;
    color: #fff;
}
.payment-detl .hotel-detail-box {
    /* height: calc(100vh - 160px);*/
    height: 100%;
    max-width: 100%;
    box-shadow: none;
}
.payment-detl .hotel-detail-sidebar {
    /*height: calc(100vh - 120px);*/
    padding: 5px;
}
.top-title p {
    margin-bottom: 0;
}
.blue-color {
    color: #06afef !important;
}
.travel-banner {
    background-image: url(../public/assets/images/travel.png);
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.goog-te-combo + .goog-te-combo {
    display: none;
}
.error-found {
    margin-top: 80px;
}
.error-found h1 {
    font-size: 50px;
    color: #015398;
    font-weight: 700;
}
.col-md-4.hotel-detail-cont {
    padding: 0;
}
.payment-detl .hotel-detail-sidebar {
    /*height: calc(100vh - 120px);*/
    padding: 0;
    box-shadow: none;
}
.top_box {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    padding: 1.25rem;
}
.top_box p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.top_box p:last-child {
    border-bottom: none;
}

.top_box .details-top {
    margin-bottom: 15px;
}
.top-title p {
    margin-bottom: 0;
}
.blue-color {
    color: #06afef;
}
.travel-banner {
    background-image: url(../public/assets/images/travel.png);
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.goog-te-combo + .goog-te-combo {
    display: none;
}

.price-vacation h4 span {
    font-size: 14px;
    color: #999;
}
.price-vacation button {
    border: 1px solid #999;
    color: #999;
    height: 35px;
    width: 100%;
    border-radius: 35px;
    color: #666;
    background: #fff;
    margin-bottom: 10px;
}
.table-checkin label {
    color: #015398;
}
.vacation-right {
    position: sticky;
    top: 85px;
    box-shadow: 0 0 5px #f0f0f0;
    padding: 10px;
}

/* gallery slider*/
.row > .column {
    padding: 0 8px;
}
div.lightbox-row {
    display: block;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 50%;
    padding: 5px !important;
    cursor: pointer;
}
.column img {
    max-width: 100%;
}

.booking_details_right .accordion > .card {
    overflow: hidden;
    padding: 0;
    box-shadow: none !important;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.booking_details_right .accordion > .card:first-of-type {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.booking_details_right .accordion > .card .card-header {
    margin-bottom: -1px;
    padding: 0;
}
.booking_details_right .accordion > .card .card-header .btn {
    background: #fff;
    color: #000;
    border: 0;
    letter-spacing: 1px;
}
.booking_details_right .accordion .card p {
    display: inline-block;
}
.booking_details_right .accordion .card p b {
    margin-bottom: 5px;
}
span.txt-currency {
    margin-left: 5px;
}
#paybycrypto .custom-control-label {
    display: flex;

    align-items: center;
}
@media (max-width: 579px) {
    img.hover-shadow {
        height: 150px;
        object-fit: cover;
    }
    .amenities-subsection ul {
        column-count: 2 !important;
        column-gap: 5px !important;
    }
    .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;
    }
}

@media (min-width: 767px) {
    .column:first-child {
        width: 56%;
        height: 300px;
    }
    .column:nth-child(2),
    .column:nth-child(3) {
        margin-bottom: 16px;
    }
    .column {
        width: 22%;
        height: 142px;
        padding: 0 8px !important;
    }
    .column img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

/* The Modal (background) */
div.modal#myModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    align-items: center;
    justify-content: center;
}

/* Modal Content */
#myModal.modal .modal-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#myModal span.close.cursor {
    color: #fff;
    opacity: 1;
    font-size: 30px !important;
    z-index: 99;
}

/* The Close Button */
#myModal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
#myModal.modal .modal-content .prev,
#myModal.modal .modal-content .next {
    background: transparent !important;
}
#myModal .close:hover,
#myModal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}
.mySlides img {
    max-width: 700px;
    max-height: 90vh;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    /*padding: 16px;*/
    /*margin-top: -50px;*/
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev {
    left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* gallery-end */

.SVGIcon--24px {
    width: 24px;
    height: 24px;
}

.SVGIcon {
    display: inline-block;
    stroke-width: 1.5;
    stroke: #06afef;
    width: 24px;
    height: 24px;
}
.property-bedroom li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.property-bedroom li span {
    margin-right: 10px;
}
.unit-spaces-rooms__room-icons span {
    margin-right: 10px;
}
.property-bedroom p {
    font-size: small;
    color: #171717;
}
.property-bedroom h5 {
    border-top: 1px solid #eee;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.amenities-subsection ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.amenities-subsection__list li {
    flex-direction: row;
    display: flex;
    padding: 5px 0;
}
.amenities-subsection__list li span {
    margin-right: 10px;
}
.amenity-single {
    display: flex;
    break-inside: avoid;
    page-break-inside: avoid;
}
.map-containr li {
    list-style: none;
}
.map-containr li.selected a {
    color: #000;
    font-weight: 500;
}
.map-containr li a {
    color: #333;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.map-containr li a:hover {
    background: #eee;
}
.map-containr li span {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.datepicker th.prev,
.datepicker th.next {
    position: static;
    color: #000 !important;
}

/* payment success page */
.payment-success-page .hotel-photos,
.payment-success-page .hotel-photos img.big {
    height: 200px;
}
.date-tdy {
    position: absolute;
    bottom: 17px;
    width: 100%;
}
.today-dt {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 0 5px;
    margin-top: 5px;
}
.success-third {
    padding: 10px;
    height: 100%;
    background: #f5f5f5;
}
.border-cnt {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    /*
	 height: 45px;
    line-height: 45px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 10px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
    border-radius: 3px;
   */

    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
}
.position-relative input {
    padding-left: 50px;
}
.position-relative label {
    width: 100%;
}
.position-relative label i {
    font-size: 21px !important;
    color: #868383;
    position: absolute;
    left: 24px;
    top: 12px;
    font-weight: bolder;
}
select.custom-select {
    height: 45px;
    background-color: #fcfcfc;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #e0e0e0;
}

.modal-common-header {
    background: #2cc4f4;
    padding: 10px 15px;
}
.modal-common-header span.close {
    float: left;
    width: 100%;
    padding: 10px 0;
    opacity: 1;
    text-align: left;
}
.modal-common-header span.close i {
    background: #fff;
    color: #999;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
}
div.modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.sign_up_tab li a:hover,
.sign_up_tab li a:focus {
    color: #333;
}
.modal-body {
    padding: 10px 15px !important;
}
.modal-common-header h3 {
    color: #e8f5fb;
    font-weight: bold;
}

.page-top-header {
    background: #2cc4f4;
    padding-bottom: 20px;
}
.page-top-header h5,
.page-top-header i {
    color: #e8f5fb;
}
.page-top-header h3 {
    color: #fff;
    margin-top: 5px;
}
.page-top-header h5 {
    margin-bottom: 0;
}
.page-top-header i {
    font-size: 17px;
    margin-right: 5px;
}
.share_links li {
    list-style: none;
    display: inline-block !important;
    width: 34px;
    margin: 5px;
}
.share_links li .dropdown-toggle::after {
    display: none;
}
.invite-design h4 {
    font-weight: 600;
}
.new_main_container {
    margin-top: -20px;
}
.inner-design {
    border-radius: 10px;
}
.invite-right {
    box-shadow: 0 0 2px #ccc;
    border-radius: 10px;
    padding: 0 14px;
}
.invite-right span {
    color: #2cc4f4;
}
.btn.btn-primary {
    letter-spacing: 0;
    text-transform: capitalize;
    background: #2cc4f4;
    border-color: #2cc4f4;
    color: #fff;
    /*   background: red !important;*/
    /*border-color: red!important;*/
     background: #666666 !important;
    border-color: #666666 !important;
}

.btn.btn-primary.btn-outline {
    background: #fff;
    color: #2cc4f4;
}
.three-invite h4 {
    font-weight: bold;
}
.three-invite p {
    color: #333;
    line-height: normal;
}

.banner_container {
    background: #0870da;
    height: 250px;
    /*font-family: "Poppins", sans-serif;*/
}
.banner_container h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 52px;
}
.banner_container p {
    font-size: 20px;
    line-height: 32px;
}
.banner_container a {
    color: #fff;
}
.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 {
    background-image: linear-gradient(to right, #0ea4ff, #4dbef0, #0ea4ff);
    letter-spacing: 1px;
}
.ezy_content1 h4,
.paymentezy_content1 h4 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}
.ezy_content1 p,
.ezy_payment li,
.ezy_payment span,
.paymentezy_content1 p,
.paymentezy_content1 li,
.paymentezy_content1 span {
    font-size: 20px;
    line-height: 30px;
}
.ezy_content1 span,
.ezy_list p,
.ezy_payment p {
    font-size: 16px;
    line-height: 25px;
}
.ezy_content1 label,
.paymentezy_content1 label {
    height: 100px;
    line-height: 100px;
}
.ezy_payment p {
    font-weight: 500;
}
.ezy_content1 img,
.paymentezy_content1 img {
    max-height: 100%;
}
.ezy_content_benefit {
    border-radius: 10px;
    color: #222227;
    letter-spacing: 0;
}
.ezy_content_benefit p {
    font-weight: 600;
}
.ezy_list h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.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;
}

/*Member club page*/
.memberbanner_sec {
    background: url(../newhome/images/header.png) no-repeat center center;
    height: 100%;
    min-height: 467px;
    background-size: cover;
    background-position: top center;
    width: 100%;
    display: block;
}
.ezy-membership-rewar {
    height: 112px;
    width: 584px;
    color: #ffffff;
    /*font-family: Poppins;*/
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.76px;
    line-height: 56px;
}
.the-more-you-book-wi {
    height: 64px;
    width: 421px;
    color: #ffffff;
    /*font-family: Poppins;*/
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}
.become-a-member-toda {
    color: #ffffff;
    /*font-family: Poppins;*/
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.51px;
    line-height: 48px;
    text-align: center;
}
.customer-support {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.38px;
    line-height: 40px;
    text-align: center;
}
.we-are-on-our-best-t {
    color: rgba(34, 34, 39, 0.7);
    /*font-family: Poppins;*/
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}
.were-here-for-you {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.63px;
    line-height: 50px;
    text-align: center;
    padding: 20px 0;
}
.we-believe-in-more-t {
    color: rgba(34, 34, 39, 0.7);
    /*font-family: Poppins;*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: initial;
}
section.features_sec {
    /*padding: 50px 0;
    margin: 50px 0;*/
}
.support_content {
    text-align: center;
}
.blue_sec {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header_sec {
    background: linear-gradient(221.52deg, #3ecdef 0%, #2cc4f4 100%);
    border-radius: 10px 10px 0 0;
    overflow: auto;
}

.header_sec h2 {
    color: #fff;
    font-size: 24px;
    /*font-family: Poppins;*/
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    padding-left: 24px;
    padding: 25px 0 29px 25px;
}

.membership_offercontent {
    padding: 20px;
    margin: 0 auto;
}

.membership_offercontent img {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.membership_offercontent p {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.membership_benefits {
    padding: 15px;
}

.membership_benefits h2 {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.membership_benefits ul {
    list-style: none;
}
.membership_offer {
    padding: 100px 0;
}
.membership_benefits ul li {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 14px;
    letter-spacing: 0; /* line-height: 34px; */
}

.membership_benefits ul li {
    background: url("../newhome/images/ic-tick.png") no-repeat left top;
    /*height: 54px;*/
    padding-left: 44px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.membership_benefits ul {
    padding-top: 15px;
}

/*Ezy*/

.ezy_about_sec {
    background: url(/public/assets/newhome/images/header-image.png) no-repeat
        center center;
    height: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    display: block;
}
.ezy_banner_title {
    padding-top: 61px;
    margin-top: 55px;
}
.ezy_aboutus {
    text-align: center;
    margin: 100px 0;
}
.what-is-ezy {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.51px;
    line-height: 48px;
    text-align: center;
}
.ezy-coin {
    color: #ffffff;
    /*font-family: Poppins;*/
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 85px;
}
.the-only-coin-used-f {
    height: 64px;
    width: 421px;
    color: #ffffff;
    /*font-family: Poppins;*/
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}
.ezy-coin-is-the-nati {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.ezy-benefits {
    padding: 100px 0;
    margin-bottom: 50px;
    background: rgb(14, 164, 255);
    background: -moz-linear-gradient(
        90deg,
        rgba(14, 164, 255, 1) 0%,
        rgba(77, 190, 240, 1) 35%,
        rgba(14, 164, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(14, 164, 255, 1) 0%,
        rgba(77, 190, 240, 1) 35%,
        rgba(14, 164, 255, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(14, 164, 255, 1) 0%,
        rgba(77, 190, 240, 1) 35%,
        rgba(14, 164, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ea4ff",endColorstr="#0ea4ff",GradientType=1);
}
.ezy-benefits_title {
    color: #ffffff;
    /*font-family: Poppins;*/
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 60px;
    text-align: center;
}
.ezy-coin-gives-you-t {
    max-width: 521px;
    width: 100%;
    color: #ffffff;
    font-family: Poppins;
    font-size: 20px;
    letter-spacing: 1.96px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.use-ezy-for-bookings {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.32px;
    line-height: 30px;
    padding: 0 25px;
}
.use-your-ezy-token-t {
    color: #222227;
    /*font-family: Poppins;*/
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 25px;
    padding: 0 25px;
}
.ezy_benefits_header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ezy_benefits_sec1,
.ezy_benefits_sec2,
.ezy_benefits_sec3,
.ezy_benefits_sec4 {
    padding: 20px 31px;
    background: #fff;
    border-radius: 8px;
}
.ezy_benefits_sec1,
.ezy_benefits_sec3 {
    margin-right: 15px;
}
.ezy_benefits_list .second_sec {
    margin-top: 25px;
    width: 100%;
    clear: both;
    float: left;
}

.ezy_benefits_list {
    margin-top: 30px;
}
.ezy_benefits_sec1 img,
.ezy_benefits_sec2 img,
.ezy_benefits_sec3 img,
.ezy_benefits_sec4 img {
    margin-bottom: 25px;
    padding: 0 25px;
}
.stake_your_ezy {
    margin: 100px 0;
}

/*31 july ezyinvester*/
.bannertop_row {
    width: 100%;
    position: relative;
    top: 25px;
}
.bannerbottom_row {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.boxlogo {
    position: relative;
    bottom: -25px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
}
.banner_payment .boxlogo img {
    position: absolute;
    top: 9px;
    max-width: 125px;
    width: 100%;
    left: 20px;
}
.bannerbottom_left {
    position: relative;
    top: 30px;
}
.bannerbottom_left h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.bannerbottom_left a.btn.btn-white {
    width: 100%;
}
.bannerbottom-right h2 {
    font-size: 25px;
}
.bannerbottom-right {
    text-align: right;
}
.cc-progressBar__indicator--full {
    background: linear-gradient(to left, #3ecdef, #0ea4ff);
    border-radius: 0;
}
.cc-progressBar__indicator {
    animation: progress-bar-grow 1s ease;
    background: linear-gradient(to left, #3ecdef, #0ea4ff);
    border-radius: 0 2px 2px 0;
    float: left;
    min-height: 25px;
    border-radius: 10pt;
}

.cc-progressBar__indicator span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    text-align: left;
    left: 15px;
    top: 2px;
}

.pitch_sec {
    width: 100%;
    padding-top: 17px;
}

.pitch_head {
    width: 100%;
    max-width: 99%;
}
.cc-pitchHead--share-price__statsMain {
    border-right: 1px solid #666;
    margin-bottom: 1em;
    width: 33%;
    text-align: center;
}
.eis {
    display: none;
}
.cc-pitchHead--share-price__statsMain,
.cc-pitchHead--share-price__statsSecondary {
    display: flex;
}
.cc-pitchHead__statsMain,
.cc-pitchHead__statsSecondary {
    text-align: center;
}
.cc-pitchHead__statsMain {
    float: left;
}
.pitchHead--share-price__statsSecondary dl {
    margin-bottom: 0;
}
.cc-pitchHead__statsMain > dl,
.cc-pitchHead__statsSecondary > dl {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    float: left;
    position: relative;
    line-height: 1;
}
.cc-pitchHead__statsMain > dl {
    font-size: 1.5rem;
}
.cc-pitchHead--share-price__statsMain dl dt,
.cc-pitchHead--share-price__statsSecondary dl dt {
    font-size: 14px;
}

.cc-pitchHead__statsMain > dl > dt,
.cc-pitchHead--share-price__statsSecondary.cc-pitchHead__statsSecondary
    > dl
    > dt {
    font-size: 13px;
    font-weight: 500;
}

.cc-pitchHead--share-price__statsMain dl dd,
.cc-pitchHead--share-price__statsSecondary.cc-pitchHead__statsSecondary
    > dl
    > dd {
    font-size: 20px;
    font-weight: 700;
}
.ezytracker-sec .ezytracker p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.idea_sec .idea_content p.pb-3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
}
.ezytracker-sec {
    margin-top: 25px;
}
.ezytracker-points ul li {
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
}
.ezytracker-points {
    margin-left: 25px;
}
.video_caption h3 {
    padding: 15px 0;
    border-bottom: 1px solid #bebcbc;
}
.risk_warning p {
    font-size: 16px;
}

.risk_warning h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ezyinvester_banner {
    background-image: url(/public/assets/newhome/images/member_banner.jpg);
    background-position: center 100%;
    background-size: cover;
}

.bannertop_row,
.bannerbottom_row {
    display: none;
}
.mobile_sec .cpaital_btn {
    margin-top: 15px;
}
.logobox {
    display: block;
    margin-top: 85px;
}
.logo_name {
    padding: 20px 0;
}
.logo_name h2 {
    color: #fff;
    font-size: 35px;
}
.equity-btn-sec {
    float: left;
    width: 100%;
}
.eis-btn-sec {
    float: left;
    display: block;
}
.mobile_sec .banner_bottom .logobox img {
    max-width: 100px;
}
.mobilebannerbottom-right {
    text-align: right;
    width: 100%;
}
.mobilebannerbottom-right h2 {
    color: #fff;
    font-size: 15px;
}

.mobile_sec .banner_bottom {
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.mobile_btn_sec {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
    iframe.lazyloaded {
        width: 100%;
        max-width: 100%;
        height: 158px;
    }
    .pitch_head {
        max-width: 100%;
    }
    .col-lg-10.offset-lg-2.col-md-10.offset-md-2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .offset-md-2 {
        margin-left: 0;
        width: 100%;
    }
    .cc-pitchHead--share-price__statsMain,
    .cc-pitchHead--share-price__statsSecondary {
        display: inline-flex;
    }
    .cc-pitchHead__statsMain,
    .cc-pitchHead__statsSecondary {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .cc-pitchHead--share-price__statsMain {
        border-right: none;
    }
    .cc-pitchHead--share-price__statsSecondary.cc-pitchHead__statsSecondary
        dl:first-child,
    .cc-pitchHead--share-price__statsSecondary.cc-pitchHead__statsSecondary
        dl:nth-child(2),
    .cc-pitchHead--share-price__statsSecondary.cc-pitchHead__statsSecondary
        dl:nth-child(3),
    .cc-pitchHead--share-price__statsMain.cc-pitchHead__statsMain
        dl:first-child {
        border-right: 1px solid #666;
    }
    /*.cc-pitchHead--share-price__statsSecondary.cc-pitchHead__statsSecondary dl :last-child , .cc-pitchHead--share-price__statsMain.cc-pitchHead__statsMain dl:last-child{
		border-right:none;
	}*/
    .cc-pitchHead--share-price__statsMain.cc-pitchHead__statsMain {
        margin-top: 30px;
    }
    .col-lg-2.col-md-2 {
        max-width: 100%;
        width: 100%;
    }
    .boxlogo {
        top: -49px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: transparent;
        border: none;
    }
    .bannerbottom_left {
        top: -65px;
    }

    .bannerbottom_left h2 {
        padding-top: 35px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .col-lg-10.col-md-10 {
        max-width: 100%;
    }
    .col-lg-1.col-md-1.equity {
        float: left;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
    .col-lg-1.col-md-1.equity a {
        max-width: 100px;
        margin-right: 7px;
    }
    .col-lg-1.col-md-1.esi {
        display: none;
    }
    .bannerbottom-right {
        display: none;
    }
    .eis {
        display: block;
    }
}

a.btn.btn-white.eis {
    display: none;
}

/*Invite_user css*/
.blue-header {
    background-color: #2cc4f4;
}
.blue-header .header-banner {
    /* background-image: url(../images/ezy-nav-blue.png); */
    /* background-repeat: no-repeat; */
    background-position: 100% 100%;
    padding-bottom: 95px;
}
.blue-header .header-banner a.go-back {
    color: #fff;
}
.blue-header .section {
    padding: 50px 0;
}
.blue-header h1 {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.44px;
    line-height: 2.375rem;
}
.fa-angle-left:before {
    content: "\f104";
    font-size: 19px;
    font-weight: 500;
    margin-right: 5px;
    color: #fff;
}
.content-over-header .content-wrapper,
.invite_usr {
    border-radius: 12px;
}
.invite_usr {
    margin-top: -25px;
}
.profile-settings .inner {
    padding: 24px;
}
.bg-white {
    background-color: #fff !important;
    border-radius: 12px;
}
.earnmoney_title {
    font-size: 24px;
    letter-spacing: 0.37px;
    line-height: 33px;
    font-weight: 600;
}
.content-over-header {
    padding-bottom: 50px;
}

.invite_usr.card {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
}
.invite_usr .ezy-credit-card.card {
    box-shadow: none;
    padding: 20px;
}
.invite_usr .card {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: none !important;
}
.invite_usr .card-img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.invite_usr .card-imgp {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.invite_usr .card-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.invite_usr .card-title h6 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.27px;
    line-height: 24px;
}
.invite_usr .card-content {
    padding-bottom: 15px;
}
.invite_usr .card-content hr {
    margin-top: 0;
    margin-bottom: 10px;
}
.invite_usr .card-button .btn {
    text-transform: capitalize;
    background: transparent;
    color: #06afef;
    border: 1ps solid #06afef;
    letter-spacing: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
.invite_usr .card-button .btn:hover {
    color: #fff;

    background: rgb(52, 167, 221);
    border-color: rgb(52, 167, 221);
    opacity: 0.8;
    /*background-color: #2cc4f4;
    border-color: #2cc4f4;*/
}
.invite_usr .card-button .btn.btn-primary {
    color: #fff;
    /*background-color: #2cc4f4;
    border-color: #2cc4f4;
	*/
    background: #2cc4f4
    border-color: #2cc4f4
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
}
.invite_usr .card-button .btn.btn-primary:hover {
    color: #fff;
    /* background-color: #1986b8;
    border-color: #177dad;*/
    background: rgb(52, 167, 221);
    border-color: rgb(52, 167, 221);
    opacity: 0.8;
}
.invite_usr input.form-control.mr-2.mb-3.mb-lg-0,
.invite_usr input.form-control.mb-3.mb-lg-0 {
    width: 65%;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
    height: 48px;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
}
.invite_usr .section-share-links .pb-2 {
    font-size: 15px;
    letter-spacing: -0.05px;
    line-height: 21px;
    font-weight: 600;
}
.invite_usr .section-share-links ul {
    list-style: none;
    padding-left: 0;
}
.invite_usr .section-share-links ul li {
    display: inline-block;
    padding: 10px;
    margin-right: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.06), 0 10px 27px 0 rgba(0, 0, 0, 0.09);
}
.invite_usr .section.section-how-to {
    padding: 62px 0;
}

.invite_usr .section.section-how-to .section-title h3 {
    font-size: 24px;
    letter-spacing: 0.37px;
    line-height: 33px;
    font-weight: 600;
}
.invite_usr .section.section-how-to .how-to-steps img {
    max-width: 64px;
    margin-bottom: 20px;
}
.invite_usr .section.section-how-to .how-to-steps h3 {
    font-size: 24px;
    letter-spacing: 0.37px;
    line-height: 33px;
    font-weight: 600;
    margin-top: 0;
}

@media (min-width: 992px) {
    .blue-header .section {
        padding: 70px 0;
    }
    .blue-header h1 {
        font-size: 2.5rem;
        letter-spacing: -0.63px;
        line-height: 3.125rem;
        color: #fff;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .invite_usr .section.section-how-to {
        padding-bottom: 50px;
    }
    .section-main-footer h6 {
        font-size: 15px;
    }
    .section-main-footer li {
        font-size: 17px;
        line-height: 43px;
    }
} /*992*/

@media (min-width: 768px) {
    .content-over-header {
        min-height: calc(100vh - 410px);
    }
}

/*Footer css*/
.section-main-footer h6 {
    color: #222227;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
footer a,
footer li,
footer p {
    color: #222227;
}
.section-main-footer li {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
}
.section-main-footer li a:hover {
    color: #009eda;
}

/*Property Payment Page*/
.paymentlogin-model a.fb-login-button,
.paymentlogin-model a.google-login-button {
    box-shadow: none;
    border-color: #2cc4f4;
    color: #2cc4f4;
    background: transparent;
    border-radius: 6px;
}
.paymentlogin-model a.fb-login-button:hover,
.paymentlogin-model a.google-login-button:hover {
    color: #fff;
    background-color: #2cc4f4;
    border-color: #2cc4f4;
}
.paymentbooking-process {
    border-radius: 12px;
    background-color: #fff;
}
.white_upper {
    background: #fff;
    margin-top: -113px;
    padding: 0 25px;
    border-radius: 12px;
}
.white_upper .pro_payment_title {
    padding: 20px;
}

div#guests-information,
div#contact-info,
div#payment-info {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-top: 0;
}

/*Payment*/
.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: 0px;
    top: 0;
}
.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;
    padding: 15px 20px 15px;
}
.option_payment li:first-child {
    padding: 10px 28px 10px;
}
.banner_payment {
    background-image: linear-gradient(to left, #3ecdef, #0ea4ff); /**/
    background: #0ea4ff; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #0ea4ff 0%,
        #29b8e5 50%,
        #3eccef 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #0ea4ff 0%,
        #29b8e5 50%,
        #3eccef 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #0ea4ff 0%,
        #29b8e5 50%,
        #3eccef 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea4ff', endColorstr='#3eccef',GradientType=1 ); /* IE6-9 */
}
.banner_payment img {
    position: relative;
    top: 100px;
}
.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;
}
.paymentezy_content1 span {
    font-size: 16px;
    font-weight: 500;
    line-height: 5px;
}
/*Login*/
.login_reg_click div#login_form {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.nav_profile_img > a::before,
.nav_profile_img > a::after {
    display: none;
}
.nav_profile_img.nav-item.dropdown
    a.dropdown-toggle.btn.btn-transparent.btn-transparent-light {
    border-radius: 20px;
    padding: 4px 6px 4px 4px;
    color: #fff;
    font-size: 13px;
    outline: none;
    background: hsla(0, 0%, 100%, 0.1);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    border: none;
}
#navbarDropdown {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.sticky.is-sticky.darkHeader
    a.dropdown-toggle.btn.btn-transparent.btn-transparent-light {
    background: #96939324;
    color: #000;
}
.paymentbooking-process .h-tabs input:checked + .tab-label::after,
.paymentbooking-process .h-tabs .tab-label::after {
    display: none;
}

/*Login Popup*/
#payment-login .modal-common-header .model_title h2 {
    color: #fff;
    font-size: 20px;
    padding: 25px 15px 5px 15px;
}

#payment-login ul.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
#payment-login ul.nav-tabs .nav-link:hover {
    border: none;
}
#payment-login ul.nav-tabs {
    border-bottom: none;
}
#payment-login .login-user,
#payment-login .login-pass {
    float: left;
    display: inline;
    margin-bottom: 15px;
}
#payment-login .login_sub {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    letter-spacing: 0;
    text-transform: capitalize;
    background: #2cc4f4
    border-color: #2cc4f4
    color: #fff;
}
#payment-login .login_thfb,
#payment-login .login_thgoogle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#payment-login .fb-login-button,
#payment-login .google-login-button {
    /*width:100%;
	max-width:50%;
	margin:0 auto;
	background: rgb(29,158,218);
    border-color: rgb(29,158,218);*/
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    outline: none;
    background: hsla(0, 0%, 100%, 0.1);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    border: none;
}
#payment-login .login_sub :hover {
    background: rgb(29 158 218 / 73%);
    border-color: rgb(29 158 218 / 73%);
    color: #fff;
}
#payment-login .fb-login-button:hover,
#payment-login .google-login-button:hover {
    border: 1px solid #fff;
}
#payment-login .fb-login-button {
    margin-top: 20px;
}
.ezy-address {
    padding: 70px 0;
}
/*Header*/

a.nav-link.btn.btn-transparent.btn-transparent-light.login_only,
a.nav-link.btn.btn-transparent.btn-transparent-light.login_btn {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.my-account.style-1.reset_my_account {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.form_card.edit-emil-bg {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.section-pay-with-crypto {
    position: relative;
    z-index: 1;
}
.section-pay-with-crypto img {
    object-fit: contain;
}
.section-pay-with-crypto .d-md-none {
    background-size: contain !important;
}
header.banner_container .container {
    height: 100%;
}
header.banner_container .container .section {
    height: 100%;
    display: flex;
    align-items: center;
    background-position: bottom right;
    padding: 0;
}

.navbar-white a.nav-link {
    color: #fff !important;
}
.section-main-footer {
    padding: 70px 0;
    margin-top: 30px;
}
.main-header a.nav-link.btn.btn-transparent.btn-transparent-light {
    background: hsla(0, 0%, 100%, 0.1) !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.6565rem 1.815rem;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 20px;
    /*font-family: Poppins, sans-serif;*/
}
.navbar {
    padding: 20px 0;
}
.navbar-light .navbar-nav .nav-link,
.nav_profile_img .btn {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    letter-spacing: 0;
}
.main_container {
    padding: 0;
}
.header-top {
    position: relative;
    z-index: 999;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}
.btn-brand {
    background: #2cc4f4;
    color: #fff !important;
    border: 1px solid #2cc4f4;
    font-size: 14px;
    transition: 0.5s ease;
}
.btn-brand:hover {
    background: rgba(29, 158, 218, 0.8);
    transform: scale(0.95);
    transition: 0.5s ease;
}
.navbar-light .navbar-nav .nav-link,
.nav_profile_img .btn {
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.nav_profile_img > a {
    padding: 4px 6px 4px 4px !important;
    color: #fff !important;
    font-size: 13px;
    outline: none !important;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #2cc4f4;
    background-color: #2cc4f4;
}

.white-header,
.search-page .blue-header {
    display: none;
}
.search-page .white-header {
    display: inline-block;
}
#feedback {
    position: fixed;
    width: 40px;
    padding: 12px 12px 12px 9px;
    background: #f4364c;
    -o-transition: -o-box-shadow 0.1s ease-in-out;
    -ms-transition: -ms-box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    right: -2px;
    border-radius: 3px 0 0 3px;
    top: 40%;
    z-index: 999;
}
#feedback a {
    display: inline-block !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    cursor: pointer;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    text-decoration: none;
}
#feedback i {
    color: #fff;
    margin: 5px 0 0 4px;
}
.booking-form {
    box-shadow: none;
    padding: 10px 0;
}

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

@media (max-width: 767px) {
    div.mySlides img {
        max-width: 100%;
        border-radius: 10px;
    }
    .modal .modal-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_payment {
        height: 480px;
        text-align: center;
    }
    .banner_payment h1 {
        font-size: 30px !important;
        color: #fff;
        margin-top: 50px !important;
        line-height: 40px !important;
        text-align: center;
    }
    .banner_payment img {
        display: none;
    }
    .navbar-collapse.collapse.show .nav-item {
        padding: 0 !important;
        border: none !important;
    }
    #navbarMain.navbar-collapse li + li,
    #navbarMain.navbar-collapse.collapse.show .nav-item {
        border-top: none;
        padding: 0 !important;
    }
    #navbarMain.navbar-collapse.collapse.show .nav-item .nav-link {
        padding: 0 1rem !important;
    }
    div.side-approved-payment-methods,
    div.side-book-now {
        display: block;
    }
    .personal-right h1,
    .personal-right > p.blue-color {
        display: none;
    }
    .section-secondary-footer .list-inline-item:not(:last-child) {
        margin-right: 1.3rem !important;
    }
}

.cc-teaser__content--fake {
    display: flex;
    filter: blur(15px);
    flex-direction: row;
    justify-content: space-between;
}
.cc-teaser__content--real {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    margin-top: -8%;
}
.cc-teaser__content--real .cc-button {
    width: 120px;
    border-radius: 50px !important;
}
.cc-icon--fill {
    font-size: 30px;
}
.cc-icon--fill i {
    margin-bottom: 20px;
}
.banner_crowd {
    background-image: url(../images/crowd.png);
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_crowd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.crowd_left h2 {
    color: #ffffff;
    padding: 20px 0 10px 0;
}
.crowd_right p {
    color: #ffffff;
}
.crowd_left label {
    background: #ffffff;
    color: #333;
    padding: 3px 15px;
    border-radius: 5px;
    display: inline-block;
}
.crowd_right h3 {
    color: #fff;
}
.progress_content {
    padding-left: 120px;
}
.progress_content p {
    font-size: 12px;
    line-height: normal;
}
.progress-bar {
    text-align: left !important;
    border-radius: 25px;
    padding-left: 10px;
    font-size: 13px;
}
.progress {
    height: 20px !important;
}
.cc-icon i {
    color: #2cc4f4;
}

@media (max-width: 767px) {
    .banner_crowd {
        height: 155px;
    }
    .cc-teaser__content--fake {
        height: 80px;
        margin-top: -40px;
    }
    .iffff_ffff {
        height: 180px;
    }
    /*.row.py-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }*/
    .cc-teaser__content--real.text-center {
        margin-bottom: -110px;
    }
}

.faq_crowd {
    /*background-image: url(../images/faq.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-color: gray;*/
    color: #fff;
}
.faq_crowd .accordion .card {
    border: 0px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 13px;
    background: transparent;
}
.faq_crowd .accordion .card .collapse {
    margin-bottom: 0;
}
.faq_crowd .accordion .card-body,
.faq_crowd .accordion .card-body p,
.faq_crowd .accordion .card-body li {
    color: #333;
}
.faq_crowd .accordion .card-body ul {
    padding-left: 15px;
}
.faq_crowd .accordion .card-header {
    background-color: #2cc4f4;
    border: 0px;
    border-radius: 0;
}
.faq_crowd .accordion .card-header .btn {
    padding: 1rem 2rem 1rem 1.25rem;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    text-align: left;
}
.faq_crowd .accordion .card-header .btn.collapsed::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.faq_crowd .accordion .card-header .btn::after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    color: #fff;
    top: 1.5rem;
    right: 20px;
    position: absolute;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.header-top {
    background: transparent !important;
}

.easyPaginateNav a {
    padding: 5px;
}

.easyPaginateNav a.current {
    font-weight: bold;
    text-decoration: underline;
}

.homepage {
    visibility: visible !important;
}

.lightbox-row {
    display: block;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 50%;
    padding: 5px !important;
    cursor: pointer;
}

@media (min-width: 991px) {
    .hotel-detail-sidebar {
        position: sticky;
    }
}

@media (max-width: 767px) {
    div.mySlides img {
        max-width: 100%;
        border-radius: 10px;
    }

    .modal .modal-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 579px) {
    img.hover-shadow {
        height: 150px;
        object-fit: cover;
    }
}

@media (min-width: 767px) {
    .column:first-child {
        width: 56%;
        height: 300px;
    }

    .column:nth-child(2),
    .column:nth-child(3) {
        margin-bottom: 16px;
    }

    .column {
        width: 22%;
        height: 142px;
        padding: 0 8px !important;
    }

    .column img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

/* The Modal (background) */
div.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    align-items: center;
    justify-content: center;
    border: none;
}

/* Modal Content */
.modal .modal-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    border: none;
}

span.close.cursor {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    z-index: 99;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.mySlides img {
    max-width: 700px;
    max-height: 90vh;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    /*padding: 16px;*/
    /*margin-top: -50px;*/
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search-detail-page {
    border-top: none;
}
.g-recaptcha#rcaptcha > div {
    margin: 0 auto;
}
header {
    z-index: 1;
    position: relative;
}
p {
    font-size: 14px;
}
/*input[type="date"]::-webkit-inner-spin-button,

input[type="date"]::-webkit-calendar-picker-indicator {

    display: none;

    -webkit-appearance: none;

}*/

.datepicker table tr td,
.datepicker table tr th {
    padding: 0;
    height: 20px;
    line-height: 22px;
}

.sticky.is-sticky {
    border-bottom: 1px solid #ddd;

    min-height: 70px;

    margin-bottom: 0;
}

.my-account label i {
    font-size: 21px;

    color: #868383;

    position: absolute;

    left: 15px;

    bottom: 15px;

    font-weight: bolder;
}

.my-account label input {
    margin-top: 8px;
    padding-left: 50px;
    height: 48px;
    width: 355px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.my-account .form-wide {
    margin-bottom: 0;
}
.my-account .form-wide + p {
    margin-bottom: 16px !important;
}
.my-account label input:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

div.form-group.radio_g_f {
    margin-top: 0;
}

.my-account label select,
.intl-tel-input {
    margin-top: 8px;
}

ul,
li {
    margin: 0;

    padding: 0;

    list-style-type: none;
}

#pswd_info {
    position: absolute;

    bottom: 138px;

    bottom: -115px\9; /* IE Specific */

    right: -10px;

    width: 255px;

    padding: 15px;

    background: #fefefe;

    font-size: 0.875em;

    border-radius: 5px;

    z-index: 250;

    box-shadow: 0 1px 3px #ccc;

    border: 1px solid #ddd;

    display: none;
}

#pswd_info h4 {
    margin: 0 0 10px 0;

    padding: 0;

    font-weight: normal;
}

#pswd_info::before {
    content: "\25B2";

    position: absolute;

    top: -12px;

    left: 45%;

    font-size: 14px;

    line-height: 14px;

    color: #ddd;

    text-shadow: none;

    display: block;
}

.invalid {
    background: url(https://www.healthcaretravels.com/public/icons/cross.png)
        no-repeat 0 50%;

    padding-left: 22px;

    line-height: 24px;

    color: #ec3f41;
}

.valid {
    background: url("https://www.healthcaretravels.com/public/icons/tick.png")
        no-repeat 0 50%;

    padding-left: 22px;

    line-height: 24px;

    color: #3a7d34;
}

h4#error_Capt {
    color: red;

    font-size: 14px;
}

.abcRioButtonLightBlue {
    width: 245px !important;

    border-radius: 4px !important;

    margin: 0 auto;
}

.login_content {
    padding: 10px;
    background: transparent;
}
form.login label,
form#my_formold label {
    width: 100%;
}
form.login label i {
    bottom: 29px;
}
form#my_formold p#username2_field label i,
form#my_formold p#first_name_field label i,
form#my_formold p#last_name_field label i,
form#my_formold p#regist-email label i,
form#my_formold p#dob_field label i,
form#my_formold p#reset-pass label i,
form#my_formold p#pass label i {
    top: 45px;
}
form#my_formold p#acc-type-reg label select#user_type {
    padding: 7px 15px;
}

/*Header*/
.sticky.is-sticky {
    background: transparent !important;
}
.navbar {
    border-bottom: 1px solid hsla(0, 0%, 85%, 0.2) !important;
    width: 100;
    max-width: 90%;
    margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.main_logo {
    display: none !important;
}
.white_logo {
    display: block !important;
}
.sticky.is-sticky.darkHeader {
    background: #fff !important;
}
.sticky.is-sticky.darkHeader .main_logo {
    display: block !important;
}
.sticky.is-sticky.darkHeader .white_logo {
    display: none !important;
}
.sticky.is-sticky.darkHeader .nav-link {
    color: #000 !important;
}

