/*----------------------------------------------------------------------
       MASTER STYLESHEET
       Project:        Retreatmi
       Author:         Shavad VP
       Primary use:    Corporate.
------------------------------------------------------------------*/
section.main_content_wrap.__inner.login_bg {
    display: inline-block;
    width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 32px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
button:focus {
    outline: 0;
}
.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--primary) !important;;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);

}
.retreatreview::-webkit-scrollbar {
    display: none;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
._m9bmd9 {
    -webkit-box-align: center ;
    margin-bottom: 8px ;
}
._gsw2t0 {
    -webkit-box-direction: normal ;
    -webkit-box-orient: horizontal ;
    flex-direction: row ;
}
._gzog035:visited {
    color: rgb(113, 113, 113) ;
    text-decoration: underline ;
}
.accept-cookie-btn-parent-div {
    margin-left: 6px !important;
}
.your-privacy-head {
    float: left;
    font-size: 16px ;
    line-height: 20px ;
    font-weight: 800 ;
    margin: 0px ;
}
.cookie-lock {
    color: var(--primary) !important;
    margin: 10px;
}
.prefrence-button-parent-div {
    margin: 0px ;
    white-space: nowrap ;
}
.accept-cookie-btn-parent-div {
    margin: 0px 6px 0px 0px ;
    white-space: nowrap ;
}
.showCookie {
    display: none !important;
}
.prefrence-parent-div {
       height: 62vh;
       padding: 24px;
       flex: 1 1 auto;
       overflow-y: auto;
       outline: none;
}
.cokie-back-btn {
    position: absolute;
    display: flex;
    top: 16px;
    left: 24px;
}
.accept-cookie-btn {
    cursor: pointer ;
    display: inline-block ;
    margin: 10px 5px ;
    position: relative ;
    text-align: center ;
    text-decoration: none ;
    touch-action: manipulation ;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif ;
    font-size: 16px ;
    line-height: 20px ;
    font-weight: 600 ;
    outline: none ;
    padding: 14px 24px ;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s ;
    border: none ;
    background: var(--primary) !important;
    color: rgb(255, 255, 255) ;
    border-radius: 5px;
    width: 100% ;
}
.prefrence-button {
    cursor: pointer ;
    display: inline-block ;
    margin: 10px 5px ;
    position: relative ;
    text-align: center ;
    text-decoration: none ;
    touch-action: manipulation ;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif ;
    font-size: 16px ;
    line-height: 20px ;
    font-weight: 600 ;
    border-radius: 5px ;
    border-width: 1px ;
    border-style: solid ;
    outline: none ;
    padding: 13px 23px ;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s ;
    border-color: rgb(34, 34, 34) ;
    background: rgb(255, 255, 255) ;
    color: rgb(34, 34, 34) ;
    width: 100% ;
}
.prefrence-button:hover{
    background: var(--primary) !important;
    color: #fff;
    border-radius: 5px;
    border: none;
}
.cookie-banner {
    z-index: 1000;
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.prefrence-checkbox-btn {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}
.ru-parent-div{
    margin: 0 auto;
    display: none;
}
.ru-alert-div{
    display: flex;
    justify-content: center;
}
.ru-alert {
    text-align: center;
    padding: 10px;
    border: 1px solid #ff0000;
    width: 50%;
    background: #ff0000;
    font-weight: 700;
    color: #fff;
}
.flex-none{
    display: none;
}
 .trmsandconditions {
     display: block;
     position: relative;
     padding-left: 35px;
     margin-bottom: 12px;
     cursor: pointer;
     font-size: 22px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

/* Hide the browser's default checkbox */
.trmsandconditions input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid var(--primary);
}

/* When the checkbox is checked, add a blue background */
.trmsandconditions input:checked ~ .checkmark {
    background-color: var(--primary);
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.trmsandconditions input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.trmsandconditions .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
}
a.form-text.login-as-host {
    text-align: center;
    font-size: 13px;
    margin: 5px 0 0 0;
    color: #000;
}
span.lim.header-cust-name {
    font-size: 17px;
    font-weight: 600;
}
.header-profile-dropdown{
    color: #000;
}
button#confirmmybooking {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.input-group-btn.host-login-btn button {
    color: #fff;
}
.host-login-btn button:hover {
    color: #fff;
    padding-left: 0;
}
.newsletter .btn:hover {
    color: #fff;
}
ul.navbar-nav.after_login.__crny span.__tgcry_text {
    margin: 0 !important;
    font-size: 17px;
    font-weight: 600;
}
.host-login-btn {
    background: var(--primary);
    padding: 0 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
}
.host-login-btn button{
    color: #fff;
    padding-left: 0;
}
ul.navbar-nav.after_login.__crny {
    margin: 0 !important;
    font-size: 15px;
}
.page-break-css{
    white-space: pre-wrap;
    white-space: pre-line;
    text-align: left;
}
._tprtwp nav.navbar {
    margin-bottom: 0;
}
.custom-header-css{
    display: flex;
    justify-content: space-between;
    align-items:center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.cust-login-btn, .cust-regi-btn{
    display: flex;
    justify-content:center;
    float: none !important;
}
.error_user_name, .error_user_password {
    clear: both;
}
.regi-wrapper .alert, .login-wrapper .alert, .change-pswd-wrapper .alert, .my-profile-wrapper .alert {
    height: 30px;
    margin: 5px 0;
    padding: 3px 10px !important;
}
.forgot-wrapper .alert {
    margin: 5px 0;
    padding: 5px 10px !important;
}
.vendor-forgot-lnk {
    text-align: center !important;
}
.no-booking-cls{
    text-align: center;
}
.change-pswd-btn {
    display: flex;
    justify-content: center;
}
.alert-change-pswd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-primary {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.close{
    font-size: 18px !important;
}
.change-pswd-wrapper .form-group {
    margin: 5px 0;
}
.pic-click-box i.fa.fa-camera {
    font-size: 20px;
    color: var(--primary) !important;
}
.phone-field .form-group.col-sm-3.checkin, .phone-field .form-group.col-sm-9.checkout {
    margin-bottom: 0;
}
.error_customer_phone, .error_customer_first_name, .error_customer_last_name, .error_customer_phone_invalid{
    display: none;
}
.profile-img{
    width: 182px;
    min-height: 182px;
    object-fit: cover;
}
.header-cust-name{
 text-transform: capitalize;
}
@media (max-width: 767px) {
    .input-group.col-sm-3.col-xs-4.checkin {
        width: 32.8333333% !IMPORTANT;
    }
    .customer-profile-submit-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .change-pswd-wrapper{
        margin: 0 auto;
    }
    .copy_right img.pay_icon {
        width: 100%;
    }
    .log_wrap, .regi_wrap {
        padding: 20px 20px 20px 20px !important;
    }
    .login-wrapper, .regi-wrapper, .forgot-wrapper{
        width: 80% !important;
        margin: 0 auto;
    }
    .cust-login-btn, .cust-regi-btn {
        display: flex;
        justify-content:center;
        float: none !important;
    }
    a.form-text.forgotpass, div.forgot-pswd-btn {
        text-align: center;
    }
    .after_login .nav-link.dropdown-toggle {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 15px !important;
    }
    .input-group-addon {
        padding: 6px 6px !important;
    }
    .login_bg .form-control {
        padding: 0.375rem 0.55rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-expand-lg .collapse:not(.show) {
        display: none !important;
    }
    a.form-text.forgotpass, div.forgot-pswd-btn {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .container {
        min-width: 768px;
        width: 1250px !important;
    }
}
@media (min-width: 992px) {
    .logo {
        max-width: 200px;
    }
    a.form-text.forgotpass, div.forgot-pswd-btn {
        text-align: center;
    }
    header.header .container ._tprtwp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
    }
    ul.navbar-nav.mr-auto.navbar-header-ul {
        align-items: center;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .login-wrapper, .regi-wrapper, .forgot-wrapper, .change-pswd-wrapper {
        width: 80% !important;
        margin: 0 auto;
        max-width: 80% !important;
        flex: 0 0 80% !important;
    }
}
@media (min-width: 320px) and (max-width: 380px) {
    .login-wrapper, .forgot-wrapper, .regi-wrapper {
        width: 96% !important;
    }
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.eot');
    src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/SegoeUI-Light.woff2') format('woff2'), 
    url('../fonts/SegoeUI-Light.woff') format('woff'), 
    url('../fonts/SegoeUI-Light.ttf') format('truetype'), 
    url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.eot');
    src: url('../fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Italic.woff2') format('woff2'), 
    url('../fonts/SegoeUI-Italic.woff') format('woff'), 
    url('../fonts/SegoeUI-Italic.ttf') format('truetype'),
    url('../fonts/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/SegoeUI-Semilight.eot');
    src: url('../fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Semilight.woff2') format('woff2'), 
    url('../fonts/SegoeUI-Semilight.woff') format('woff'), 
    url('../fonts/SegoeUI-Semilight.ttf') format('truetype'),
    url('../fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/SegoeUI-Bold.woff2') format('woff2'), 
    url('../fonts/SegoeUI-Bold.woff') format('woff'),
    url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
    url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/SegoeUI-Semibold.woff2') format('woff2'), 
    url('../fonts/SegoeUI-Semibold.woff') format('woff'), 
    url('../fonts/SegoeUI-Semibold.ttf') format('truetype'), 
    url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff2') format('woff2'), 
    url('../fonts/SegoeUI.woff') format('woff'), 
    url('../fonts/SegoeUI.ttf') format('truetype'), 
    url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}
.header {
    width: 100%;
    margin: 0 auto;
    float: left;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    position: relative;
    padding: 5px 0;
    z-index: 99;
}
/*.header .container {*/
/*    min-width: 100%;*/
/*    max-width: 100%;*/
/*    padding: 0 30px;*/
/*}*/
.wd100,
.search_wrap,
.__innsd,
.con_wrap,
.wrap,
.banner_wrap,
.copy_right {
    width: 100%;
    float: left;
}
.logo {
    height: auto;
    float: left;
    color: #333333;
}
._tprtwp {
    float: right;
}
.mnmenwp {
    float: left;
    font-weight: bold;
    font-size: 17px
}
.mnmenwp .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
}
.retreat_tpbnt {
    color: var(--primary);
    border: var(--primary) 2px solid;
    padding: 6px 12px;
    float: left;
}
.retreat_tpbnt:hover {
    color: var(--dark);
    text-decoration: none;
    border: var(--dark) 2px solid;
}
.newsletter{
        /*display: none; */
}
.cart {
    float: left;
    width: 43px;
    height: 43px;
    margin: 12px 0px 0 25px;
    cursor: pointer;
    display: none;
}
.cart .cot {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: var(--primary);
    margin-left: 25px;
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
    text-align: center;
}
.con_wrap {
    background: url(../images/about_img.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tcpage h3 {
    font-size: 17px;
    margin-top: 30px;
}
.inner_banner {
    padding: 40px 0;
    color: #fff;
}

/*swiper S*/

.product_slider1,
.shabsr,
.product_slider3,
.you_may_also_like_slider,
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.swiper-slide {
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.retreat_details_slider .swiper-slide {
    background: #efefef;
}

/* swiper E*/

.boxsearch {
    max-width: 445px;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    top: 68px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12)
}
.boxsearch h1 {
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin: 0px 0 7px;
    padding: 0 0 5px;
}
.check_wrp {
    padding: 0 15px;
}
.checkin,
.checkout {
    padding: 0;
}
.checkin .form-control {
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.checkout .form-control {
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
}
.boxsearch .form-control {
    height: calc(36px + 0.50rem + 2px);
    color: #6c757d;
}
.boxsearch::placeholder {
    color: #6c757d;
}
.search_btn {
    padding: 12px 55px;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
}
.home_search_btn {
    padding: 12px 55px;
    /* float: right; */
    font-weight: bold;
    letter-spacing: 1px;
}
.newsletter .btn {
    background: var(--primary);
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}
.copy_right {
    background: #000;
    padding: 10px 0;
    text-align: left;
    color: #d9d9d9;
    border-top: #1a1a1a 1px solid;
}
.btext {
    position: absolute;
    /*right: 10%;*/
    color: #fff;
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
}
.btext.b_3 {
    color: var(--primary);
}
.footer {
    float: left;
    width: 100%;
    padding: 25px 0 0px;
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    height: 100%;
    font-weight: normal;
}
.footer a {
    color: #dedede;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer ._social_icons_top {
    float: left;
    margin-top: 0px;
}
.footer h5 {
    font-weight: 600;
}
.footer ul {
    padding: 0px;
    margin: 0
}
.footer ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.footer ul li:hover,
.footer ul li:focus,
.footer ul li:active {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.footer .ft {
    padding-left: 5px;
    padding-right: 5px; 
    margin-bottom: 25px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer> .container{
    padding-left: 25px;
    padding-right: 25px;
}
.__inner {
    background: #c0dae6;
    padding: 35px 0px;
}
.__inner_wrap {
    padding: 0px 30px;
    float: left;
    width: 100%;
    text-align: left;
    background: #ffffffbf;
    margin-top: 40px;
}
.bar_right {
    border-right: #ccc 1px solid;
}
.log_wrap {
    padding: 33px;
    height: 100%;
}
.__inner h1 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 800;
}
.regi_wrap {
    padding: 33px;
    height: 100%;
}
.__inner_wrap label {
    color: #000;
    font-size: 16px;
}
.__inner .form-control {
    font-size: 16px;
}
.forgotpass {
    margin: 5px 0 0 0;
    color: #000;
    font-size: 13px;
}
.forgotpass:hover {
    color: #1a1a1a;
}
.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog_banner {
    background: url(../images/blog_banner.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_banner {
    background: url(../images/about_banner.jpg) no-repeat bottom center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 
.meet_the_team_banner {
    background: url(../images/meet_the_team.jpg) no-repeat  center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact_banner {
    background: url(../images/contact_banner.jpg) no-repeat  center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 
.login_bg .form-control {
    height: calc(30px + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    outline: none;
    color: #000;
    background: none;
    border: 2px solid #33cccc;
    border-radius: 0;
}
.login_bg .form-controll::placeholder {
    color: #000;
}
.login_bg .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}
.login_bg .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}
.login_bg .form-control::placeholder {
    color: #000;
}
.login_bg .btn.btn-primary {
    padding: 10px 45px;
    min-width: 215px;
    font-size: 18px;
    font-weight: bold;
}
.whatsapp img {
    width: 100%;
}
.whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 10;
    bottom: 80px;
    right: 2%;
}
.blog_banner h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10% 0;
    line-height: 45px;
}
.blog_banner h2 small {
    font-weight: 600;
    line-height: 15px;
    font-size: 23px;
}
.blog_wrap {
    padding: 35px 0;
}
.post-right-side {}
.post-right-side h4 {
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 60px;
}
.post-right-side h4 a {
    color: #212529;
}
.post-right-side h4 a:hover {
    color: #000;
    text-decoration: none;
}
.post-meta.post-meta-one {
    text-align: left;
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}
a.bypostauthor {
    font-weight: 700;
}
.post-meta-author,
.post-meta-author a {
    color: #8d8d8d;
}
.post-meta-author,
.post-meta-author a:hover {
    text-decoration: none;
}
.post-meta-date {
    padding-left: 13px;
    color: #464646;
}
.post-meta-date:hover {
    color: #000;
    text-decoration: none;
}
.post_content {
    text-align: left;
    word-break: break-word;
    color: #525252;
}
.b_left article {
    border-bottom: #e4e4e4 1px solid;
    margin: 0px 0 25px;
    padding-bottom: 25px;
}
.post-meta-thumb img {
    width: 100%;
    min-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}
.post-meta-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 200px;
    overflow: hidden;
}
.post-meta-thumb img {
    width: 100%;
    min-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}
.proimg .img-fluid,
.destimg img.img-fluid,
.post-meta-thumb img.img-fluid {
    
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .3s; 
    -moz-transition: all .3s; 
    -ms-transition: all .3s; 
    -o-transition: all .3s; 
    transition: all .3s;     
}
.proimg .img-fluid:hover,
.destimg img.img-fluid:hover,
.post-meta-thumb img.img-fluid:hover {
    max-width: 120%; 
    -webkit-transition: all .3s; 
    -moz-transition: all .3s; 
    -ms-transition: all .3s; 
    -o-transition: all .3s; 
    transition: all .3s; 
    -webkit-transform: scale(1.08); 
    transform: scale(1.08); 
}
.sidebar {}
.widget_categories {
    margin-bottom: 20px;
}
.widget_categories h3 {
    font-size: 20px;
    font-weight: bold;
}
.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories li {
    padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0px;
    font-size: 13px;
    color: #676767;
    text-transform: uppercase;
}
.widget_categories li > a {
    display: inline-block;
    color: #676767
}
.widget_categories li > a:hover {
    text-decoration: none;
}
.widget_categories li .count {
    float: right;
    font-weight: 700;
    background-color: #f3f3f3;
    color: #9a9a9a;
    border-radius: 50px;
    padding: 0 8px;
    line-height: 1.4;
    cursor: default;
}
.widget_tag_cloud {}
.widget_tag_cloud a {
    text-transform: uppercase;
    border-width: 0;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
    line-height: 32px;
    background-color: #f0f0f0;
    transition: .3s all ease-in-out;
    display: inline-block;
    position: relative;
    margin-right: 0px;
    border: 3px solid #fff;
    font-weight: 700;
    font-size: 13px !important;
    margin-bottom: 5px;
    color: #8d8d8d;
}
.widget_tag_cloud a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #4cc2c0;
}
.blog_details_img {
    max-height: inherit;
    margin-bottom: 15px;
}
.blog_details_page .post-right-side h4 {
    min-height: auto;
}
.blog_details_page .b_left article {
    border-bottom: none;
}
.inside_box {
    position: relative;
    padding: 25px 0;
    overflow: hidden;
}
.inside_box h2 {
    font-size: 30px;
    color: #333333;
    padding: 0 0;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.inside_box .view_all_btn {
    color: #333333;
    font-size: 16px;
    float: right;
    margin-top: 16px;
}
.inside_box .view_all_btn a {
    color: #888;
}
.inside_box .view_all_btn a:hover {
    color: #000;
    text-decoration: none;
}
.inside_box h2 small {
    float: left;
    width: 100%;
    font-size: 13px;
}
.slidebox {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.slidebox img{
    min-height: 250px;
    max-height: 250px;
}

.retreat_details_slider   .slidebox img  {
    max-height: inherit;
}

.star_reviews {
    float: left;
    width: 100%;
}
.star {
    color: #ff9933;
    float: left;
    margin-right: 5px;
}
.star:hover {
    color: #f8912b;
}
.star span {
    font-size: 14px;
    margin-left: 1px;
}
.review {
    color: #666;
    font-size: 14px;
}
.review:hover {
    color: #000;
}
.proimg {}
.radius5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.proimg {
    margin-bottom: 10px;
}
.cname {
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cname:hover {
    color: #999999;
}
.name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    display: -webkit-box;
    margin: 0 auto 8px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.name:hover {
    color: #666666;
}
.price_block {
    margin: 3px auto;
    color: #333333;
    font-size: 25px;
    font-weight: bold;
}
.destinations .pd5 {
    padding: 0 10px;
}
.destbox {
/*
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
*/
}


.destinations  .swiper-button-prev, 
.destinations  .shabsr-next,
.destinations  .shabsr-prev,
.destinations .swiper-button-next {
   margin-top: 0;
}
 


.destbox h3 {
    position: absolute;
    bottom: 0px;
    padding: 10px 16px;
    color: #fff;
    width: 100%;
    font-size: 125%;
    text-shadow: 2px 2px #0000009c;
    font-weight: 600;
}
.destbox h3 a{
    color: #fff
}
.destbox h3 a:hover{
    color: #fff
}
.destimg {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 220px;
    overflow: hidden;
}
.apps {
    margin: 15px 0 0;
}
.apps img {
    margin-bottom: 5px;
    border-radius: 5px;
}
.inspire_me {
    background: #f7f7f7;
    /*padding-bottom: 20px;*/
}
.inspire_me h2 {
    text-align: center;
}
.blogpost .post-meta.post-meta-one {
    padding: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.blogpost h4 {
    margin-top: 10px
}
.blogpost h4 a {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    min-height: 50px;
    line-height: 24px;
    display: -webkit-box;
    margin: 0 auto 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
._innerlist {}
._innersrbox {}
._innersrbox {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: -15px;
    background: #fff;
    padding: 15px 15px 0;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
}
.inner_banner {
 
    color: #fff;
    /*    text-shadow: 2px 2px #0000009c;*/
    /*    text-align: center;*/
}

.ab_rex {
    padding-top: 85px;
}

.blgreadmore{
    float: left;
    width: 100%;
    margin-top: 3px;
    font-weight: 600;
    color: #000;
}

.blgreadmore:hover{
    color: #4cc2c0;
}

 
.inner_banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.inner_banner.retreat {
    background: url(../images/retreats_inner.jpg) no-repeat center center;
}
.inner_banner.bnr_properties {
    background: url(../images/properties_inner.jpg) no-repeat center center;
}
.inner_banner.bnr_host_services {
    background: url(../images/host_services.jpg) no-repeat center center;
}
.inner_banner.bnr_retreat_builder {
    background: #4cc2c0;
}
.host_page {
    background: url(../images/host_page_bg.jpg) no-repeat center center;
}
.bnr_retreat_builder {
    text-align: center;
    padding: 50px 0;
}
.bnr_retreat_builder h1 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.bnr_retreat_builder ._innersrbox {
    top: 0;
}

 
._innersrbox .search_btn {
    padding: 6px 55px;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
    height: 38px;
    width: 100%;
}
.text_search {
    padding-right: 0px;
}
._innerlist .breadcrumb {
    background: #fff;
    padding: 0px;
    margin: 10px 0 5px;
}
._innerlist .breadcrumb a {
    color: #333333;
}
._innerlist .breadcrumb a:hover {
    color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-weight: 900;
    content: "\f054";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 11px;
    font-family: Font Awesome\ 5 Free;
}
.flrwrp {
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
}
.leftfill {
    border-right: 1px solid #e0e0e0;
    padding-right: 0px;
}
.leftfill ul {
    margin: 5px 10px 5px 0;
    padding: 0;
}
.leftfill ul.scrollbar {
    min-height: 290px;
    overflow-y: scroll;
    max-height: 290px;
}
.leftfill ul.scrollbar::-webkit-scrollbar-track {
    background-color: #ccc;
}
.leftfill ul.scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #ccc;
}
.leftfill ul.scrollbar::-webkit-scrollbar-thumb {
    background-color: #666666;
}
.leftfill ul li {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.leftfill h4 {
    font-weight: 600;
    font-size: 17px;
    color: #333333;
}
.ltbk {
    margin: 0;
    padding: 15px 0 15px;
    border-bottom: 1px solid #e0e0e0;
}
.ltbk .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
}
.ltbk.skill_level {
    border-bottom: none;
}
.counno {
    font-size: 11px;
    color: #7b7b7b;
    text-align: right;
    float: right;
    margin-right: 10px;
}
.rightfill {
    margin-top: 20px;
}
.gdsrvwrpa {
    padding: 0 10px;
    padding-left: 20px;
}
.gdsrv {
    padding: 0px 5px;
}
.activities_found {
    padding-left: 5px;
    padding-bottom: 15px;
}
.rightfill .slidebox {
    margin-bottom: 25px;
}
.location {
    color: #696969;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.location:hover {
    color: #000;
}
.location i {
    margin-right: 5px;
}
.datesdu {}
.price_filters {}
.blog_details_page .blog_details_img {
    max-height: 415px;
}
.retreat_detailspg {}
.retreat_details_slider {
    background: #ccc;
    height: 500px;
    overflow: hidden;
}
.ddrtblk {
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
}

 

.retreat_detailspg .inside_box {
    padding: 10px 0;
}
.ddloc {
    margin-left: 10px;
}
.rtddpgblk {
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
}
.readmore {
    padding: 10px;
    float: right;
    color: #636363;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
}
.readmore i {
    font-size: 12px;
}
.rtddpgblk h4 {}
.rtddpgblk h5 {
    font-weight: 600;
    font-size: 21px;
}
.typwrp {
    border-bottom: #e6e6e6 1px solid;
    padding: 8px 0;
    margin: 0px 0;
}
.typwrpbkhd {
    float: left;
    min-width: 20%;
    font-weight: 600;
    font-size: 14px;
}
.typwrpbk_text {
    width: 80%;
    float: left;
}
.typwrpbkhd i {
    font-size: 14px;
    margin-right: 5px;
    color: #7b7b7b;
}
.typwrpbk_wrap {
    font-size: 14px;
    float: left;
    font-weight: 600;
}
.typwrpbk_wrap ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.typwrpbk_wrap ul li {
    float: left;
    padding: 1px 0 3px;
    margin: 1px 0;
    list-style: none;
    width: 50%;
}
.rtlist ul li::before,
.bkbenefits ul li::before,
.typwrpbk_wrap ul li::before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "\f00c";
    color: #4CAF50;
    margin-right: 5px;
}
.typwrp.skill_leveltyp {
    border-bottom: none;
}
.typwrp.typwrp .skill_leveltyp {}
.bkbenefits ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.bkbenefits ul li::before {
    font-size: 12px;
}
.bkbenefits ul li {
    padding: 0px;
    margin: 0px;
}
.bkfood {}
.bklocation {}
.bkitinerary {}

/* plg*/

.bkitinerary .collapse.in .photoholder {
    float: right;
    width: 30%;
    padding: 0px 10px;
    display: block;
}
.bkitinerary .panel {
    width: 100%;
}
.bkitinerary .panel-collapse {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.bkitinerary .photoholder img {
    width: 100%;
    height: auto;
}
.bkitinerary .glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.5em;
    color: #b2b2b2;
}
.timeline {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0px 0;
    margin-top: 0;
    margin-top: 4px;
}

.timeline .line {
    position: absolute;
    width: 2px;
    display: block;
    top: 20px;
    bottom: 30px;
    margin-left: 70px;
    background: #b2b2b2;
}
.timeline .separator {
    border-top: 1px solid #b2b2b2;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}
.timeline .line::before {
    top: -2px;
}
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    display: block;
    border-radius: 50%;
    background: #b2b2b2;
}
.timeline .line::before {
    bottom: 10px;
    width: 10px;
    height: 10px;
    left: -4px;
    top: 100%;
    display: none;
}
.timeline .panel {
    position: relative;
    margin: 10px 0px 0px 80px;
    clear: both;
    margin: 0 auto;
    padding: 0px 0px 0 80px;
    background: none;
}
.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.timeline .panel .panel-heading.icon * {
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
}
.timeline .panel > .panel-heading .icon {
    position: absolute;
    left: 65px;
    /* display: block; */
    width: 12px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}
.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}
.bkitinerary .panel-body {
    /* display: none; */
}
.bkitinerary .panel-default {
    border: 0;
}
.bkitinerary .panel-default > .panel-heading {
    border: 0;
    background: none;
    font-weight: 400;
}
.bkitinerary .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-top: 0;
    border-bottom: 0;
}
.bkitinerary h5.panel-title {
    font-size: 17px;
    border-bottom: #f0f0f0 1px solid;
    color: #3e3e3e;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0;
}
.bkitinerary h5.panel-title a {
    color: #3e3e3e;
    float: left;
    width: 100%;
    padding: 9px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.daycont {
    font-size: 12px;
    color: #b2b2b2;
    font-weight: normal;
    margin-left: -70px;
    margin-top: -23px;
    text-align: right;
    margin-right: 15px;
}

/* plg*/

.rtbookplt {}
.rtbookplt table {
    width: 100%;
}
.rt_price {
    margin: 3px auto;
    color: #333333;
    font-size: 25px;
    font-weight: bold;
}
.rtpricehd {
    color: #737373;
    font-weight: 600;
    font-size: 17px;
    padding-top: 5px;
}
.rtdate {}
.rtdatehd {
    color: #666666;
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.rtdatehd i {
    margin-right: 3px;
    color: #999999;
}
.rtdate .btnsumt {
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0;
}
.btnsumthost {
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0;
}
/*.rtdate .form-control.drop {*/
/*    font-weight: 600;*/
/*}*/
select#roomseledted, select#packageseledted
{
    text-transform: capitalize;
    height: calc(36px + 0.50rem + 2px);
}
.rtlist ul {
    margin: 10px 0;
    padding: 0px;
    list-style: none;
}
.rtlist ul li {
    margin: 2px 0;
}
.recommended {
    margin-top: 15px;
    border-top: #f1f1f1 5px solid;
    margin-bottom: 15px;
}
.recommended h2 {
    font-size: 24px;
    font-weight: bold;
}
._listcot {
    position: absolute;
    z-index: 3000;
    min-width: 260px;
    text-align: left;
    font-size: 14px;
    width: 355px;
    margin-top: 0px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 1px 8px;
    user-select: none;
}
._hgs47m {
    display: table;
    width: 100%;
    border-spacing: 0px;
    margin: 10px 0;
}
._10ejfg4u {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
._mke2gl1 {
    display: table;
    margin-right: 12px;
}
.sxdfvds {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
._zac1rbz {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
._1a72ixey {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.cbtn {
    border: #4cc2c0 2px solid;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    float: left;
    border-radius: 50%;
    text-align: center;
    color: #4cc2c0;
    padding-top: 0px;
    cursor: pointer;
    font-size: 22px;
    line-height: 26px;
}
.cbtn:hover {
    border: #5adad8 2px solid;
}
.cbtn.rit {
    float: right;
}
.cbtn_name {
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
    overflow-wrap: break-word;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    color: rgb(72, 72, 72);
    margin: 0px;
}
._lisdrophd {
    width: 65%;
    float: left;
    font-weight: 600;
    font-size: 16px;
    padding-top: 5px;
}
._lisdrophd small {
    margin-top: -6px;
    display: block;
}
._lisdroprelt {
    width: 35%;
    float: left;
    font-weight: 600;
    display: table;
    vertical-align: middle;
}
.mtils {
    margin: 10px 0 0;
    font-size: 22px;
}
.star_rating {}
.starwrp span {
    color: #000
}
.starwrp {
    color: #f8912b;
    line-height: 19px;
}
.starwrp i {
    font-size: 12px;
}
.rest {
    float: right;
    color: #5f5f5f;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 10px;
}
.property_Type {}
.rtbudget {}
.lft_recomended_for {}
.lrt_facilities {
    /*    border-bottom: none;*/
}
.sort_by {
    float: right;
    font-size: 14px;
    margin-right: 5px;
}
.sort_by .form-control {
    font-size: 13px;
    width: 180px;
    padding: 5px;
}
.hedtdsvsdv {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    color: #808080;
}
.properties_list {}
.price_block small {
    font-size: 14px;
    line-height: 15px;
}
.properties_list .name {
    min-height: 25px;
    line-height: 24px;
    display: -webkit-box;
    margin: 0 auto 8px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.properties_list .price_block {
    margin: -3px auto 0;
}
.service-add-wishlist {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 21px;
    z-index: 8;
    cursor: pointer;
}
.service-add-wishlist.added {
    color: var(--primary);
}
.lds-dual-ring {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 10px;
    display: none;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.properties_detailspg {}
.pro_facilities ul li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.pro_facilities ul li {
    width: 33.333%;
    padding: 5px 0 5px;
    font-size: 14px;
    font-weight: normal;
}
.pro_facilities ul li::before {
    display: none;
}
.bkRules {}
.bkRules ul {
    margin: 0 0;
    padding: 0 0px;
}
.bkRules ul li {
    margin: 0 0;
    padding: 0 0 10px;
    list-style: none;
    width: 50%;
    float: left;
    font-size: 14px;
}
.bkRooms {}
.rmbkwrap {
    padding: 7px;
    border-radius: 0px;
    border: #dcdcdc 1px solid;
    margin-bottom: 10px;
}
.rmbkwrap h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.rmPrice {
    font-size: 30px;
    font-weight: bold;
    float: right;
    margin-top: -4px;
}
.rmPrice small {
    font-size: 50%;
}
.rmityms {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: 35px;
}
.rmityms img {
    padding: 2px;
    border: #ccc 1px solid;
}
.rmityms small {
    float: left;
    width: 100%;
    text-align: center;
}
.rmdecrp {}
.show_details {
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    text-align: center;
    float: right;
    border-radius: 3px;
    font-weight: 600;
    background-color: var(--primary);
    cursor: pointer;
}
.service-add-wishlist,
.show_details i {
    display: none;
}
.show_details.actv i,
.show_details.act i {
    display: inline-block;
    ;
}
._bldfsr{
    padding-left: 0;
}
.daterangepicker:before {}

.show_details:hover {
    background-color: var(--primary_hover);
    color: #fff;
}
.rmrtprt {
    padding-left: 0px;
}
.bklocation iframe {
    float: left;
}
.rmbkwrap .inside_box {
    margin: 0px;
    padding: 0px;
}
.modal-content .rmbkwrap {
    border-radius: 5px;
}
.modal-content> .rtddpgblk {
    margin-bottom: 0px;
}
.bkCancellation {}
.bkCancellation h6 {}
.bkPackages {
    padding-bottom: 5px;
}

.bkPackages .img-fluid {
   max-height: 150px;
   min-height: 150px;
}

.rtddpgblk h4 {
    font-size: 17px;
}
.bkPackages .rmbkwrap h6 {
    margin-bottom: 6px;
}
.bkPackages .rmPrice {
    float: left;
}
.bkPackages .rmdecrp {
    min-height: 70px;
    margin: 15px 0 0;
}
.vvvduration {
    font-weight: 600;
}
.bkInstructor h5 {
    margin-bottom: 18px;
}
.owner-info .media .media-left img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: #dcdbdb 1px solid;
}
.media-body {
    padding-left: 15px;
}
.bkInstructor .media-body h6 a {
    color: #000;
}
.bkInstructor .media-body h6 {
    font-size: 17px;
}
.experience {
    margin: 2px 0px;
}
.bkInstructor .readmore {
    float: left;
    margin-bottom: 10px;
}
.bkInstructor .media {
    margin-bottom: 10px;
}
.descri p {
    margin-bottom: 10px;
}
.bbkkinstructor {
    padding-bottom: 15px;
    border: #eaeaea 1px solid;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
}
.photo-gallery {}
.photo-gallery .photos {
    padding: 0 10px;
}
.photo-gallery .item {
    padding: 0px 5px;
    margin-bottom: 10px;
}
.photo-gallery .item .ctmsty {
    border: #ccc 1px solid;
    min-height: 59px;
    overflow: hidden;
    text-align: center;
}
.bkInstructor {
    padding-bottom: 5px;
}
.hosted_by {}
.how_itworks {
    text-align: center;
    padding: 45px 0;
}

.how_itworks._innerlist .container{
    padding: 0 25px;
}


.how_itworks h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 34px;
}
.hirkbxwp {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
}
.hirkbx {
    color: #fff;
    background-color: var(--primary);
    border-radius: 50%;
    overflow: hidden;
    padding-top: 25%;
    padding-bottom: 25%;
}
.hirkbxwp h5 {
    font-size: 23px;
    font-weight: bold;
}
.hirkbxwp h6 {
    color: #a3a3a3;
    font-size: 35px;
    font-weight: lighter;
    padding: 5px 0;
    margin: 1px 0;
}
.hirkbxwp .tetxlight {
    color: var(--primary);
}
.summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.summary p.collapsing {
    min-height: 42px !important;
}
.summary a.collapsed:after {
    content: '+ Read More';
}
.summary a:not(.collapsed):after {
    content: '- Read Less';
}
.rbbkwrap h2 {
    font-weight: bold;
    font-size: 25px;
    margin-left: -10px;
    padding: 20px 0 10px;
}
.rbbkwrapsubwrp {
    padding: 0 25px;
}
.viewdetails {
    background: var(--primary);
    padding: 5px;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    cursor: pointer;
}
.viewdetails:hover {
    background-color: var(--primary_hover);
    color: #fff;
}
a.viewdetails:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    color: #fff;
}
.selected_icon {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 17px;
    z-index: 8;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background: #4cc2c0;
    padding-top: 3px;
}
.gustdrop {
    border: 1px solid #ced4da;
    padding: 7px;
    border-radius: 5px;
}
.gustdrop .dropdown-menu {
    background-color: #fff0;
    width: 100%;
    border: none;
    margin-left: -8px;
}
.gustdrop .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    color: #676767;
}
.rbpplrwrp {
    padding: 15px;
}
.rbpplrwrp .inside_box {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rbpplrwrp .retreat_details_slider {
    background: #fff;
    height: 350px;
}
.rbpplrwrp .pro_facilities ul li {
    width: 50%;
}
.rbpprt h5 {
    font-size: 17px;
}
.modal-content .rbpprt .rmbkwrap {
    border-radius: 0px;
}
.ctmpopClose {
    float: right;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0;
    color: #ca1b1b;
    text-shadow: none;
    opacity: 10;
    font-size: 30px;
    margin-top: 0px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.ctmpopClose:hover {
    opacity: 10;
    color: #ca1b1b;
}
.rbpprt {
    margin-top: 35px;
}
.rbpplt h4 {
    font-size: 22px;
}
.btmbaknext {
    padding: 25px 0;
}
.next_bnt,
.back_bnt {
    background: #b1b1b1;
    padding: 7px 45px;
    min-height: 45px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-transform: uppercase;
}
.back_bnt:hover {
    color: #fff;
    background: #a1a1a1;
}
.next_bnt {
    background: #b1b1b1;
    float: right;
    background: var(--primary);
}
.next_bnt:hover {
    color: #fff;
    background: var(--primary_hover);
}
.sign-with {
    margin-top: 25px;
    padding: 20px;
}
div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #DFDFDF;
}
.form-horizontal {
    padding: 15px 0;
    border: #dee2e6 1px solid;
    border-top: none;
    float: left;
    width: 100%;
}
label {
    font-weight: 600;
}
.form-horizontal .control-label,
.form-horizontal label {
    font-weight: 600;
}
.ppfm .nav-item a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
._pss {
    padding: 15px;
}
.fbcolor {
    background: #3b5998;
    border: none;
}
.fbcolor:hover {
    background: #3b5998;
    border: none;
}
.fbcolor.btn-primary:not(:disabled):not(.disabled):active,
.fbcolor.btn-primary:not(:disabled):not(.disabled).active,
.show > .fbcolor.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}
.after_login {
    margin-top: -1px;
}
.after_login .img-fluid {
    float: left;
    margin-right: 7px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}
.lim {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.after_login .dropdown-menu {
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    border: none;
    min-width: 155px;
    border-radius: 0px;
    padding: 0;
}
.after_login .dropdown-menu a {
    font-weight: 500;
    padding: 8px 15px !important;
}
.after_login .dropdown-menu a:hover {
    color: #000 !important;
    background-color: var(--primary);
    padding: 0;
}
.after_login .dropdown-item.active,
.after_login .dropdown-item::active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
#navbardrop {
    padding: 5px;
}
.udswrap {
    padding: 50px 0;
}
.udb_left {}
.profile-box,
.udwig {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
.profile-box {
    margin-bottom: 15px;
}
.udwig ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.udwig ul li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    border-bottom: rgb(218, 218, 218) 1px solid;
}
.udwig ul li a {
    color: #000;
    float: left;
    width: 100%;
    padding: 15px 20px;
    font-weight: 600;
}
.udwig ul li a:hover {
    color: var(--primary);
}
.udwig ul li.ativ a {
    color: var(--primary);
}
.udb_right {
    padding-left: 20px;
}
.no-t-img {
    line-height: 42px;
    background: #54c4c1;
    border-radius: 50%;
    width: 182px;
    height: 182px;
    margin: 0 auto;
    max-height: 182px;
    max-width: 182px;
    /*    padding: 69px 0px;*/
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
}
.profile-box .pic-click-box {
    background: transparent;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: block;
    height: 40px;
    margin: -26px auto 0;
    padding: 9px 0;
    position: relative;
    text-align: center;
    width: 40px;
}
.profile-box .pic-click-box input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.profile-box .pic-click-box .camera-icon {
    background: url(../images/user_sprite.png) no-repeat -229px -3px;
    width: 23px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.info-box {
    padding-bottom: 15px;
}
.profile-box .info-box h4 {
    color: #3b3e4a;
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px;
}
.profile-box .info-box h5 {
    color: #5d5e69;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.profile-box {
    padding: 25px 25px;
}
.changepass h5 {}
.changepass {
    margin: 0 auto;
}
.__checkoutpp {}
._ckbk {}
._ckbk h5 {
    margin: 0 0 5px;
}
._ckbk h5 a {
    color: #000;
}
._ckbkbodecrp {
    margin: 3px 0;
}
._ckbkbodecrp ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
._ckbkbodecrp ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 50%;
}
._ckbk .rmPrice {
    margin-top: 13%;
}
._ckbkbodecrp b {
    color: #4a4a4a
}
.__srvtyp {
    background: #4cc2c0;
    padding: 0px 5px;
    color: #fff;
    border-radius: 3px;
    float: left;
    margin-bottom: 5px;
}
.booking_someone_btn {
    background: #999;
    border: #4cc2c0 1px solid;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    float: left;
    background: #ffffff;
}
.__checkout .rmbkwrap {
    border-radius: 5px;
}
.booking_someone_btn .custom-control-label::after,
.booking_someone_btn .custom-control-label::before {
    top: 23px;
    left: -10px;
    cursor: pointer;
}
.booking_someone_btn .custom-control-label {
    padding: 20px;
    cursor: pointer;
}
.__bookingfromsmone {
    padding: 15px 20px;
    border: #ccc 1px solid;
    margin-bottom: 15px;
}
._cmclos {
    color: #777;
    float: right;
    font-size: 20px;
    position: absolute;
    right: 15px;
    margin-top: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    padding: 0;
    line-height: 0;
}
._cmclos:hover {
    color: red;
}
.__payment_method {}
.__payment_method h4 {
    margin-bottom: 15px;
}
.__payment_method .nav-pills .nav-link {
    color: #343a40;
    background: #dbeaea;
}
.__payment_method .nav-pills .nav-link.active,
.__payment_method .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #343a40;
}
.__infosummary {
    font-size: 16px;
    padding: 30px;
}
.__infosummary ul {
    padding: 0;
    margin: 0;
}
.__infosummary ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.__infosummary ul li span.label {
    color: #000;
    font-size: 100%;
    padding: 0;
    text-align: left;
    font-weight: 600;
}
.__infosummary ul li span.value {
    justify-items: right;
    font-size: 100%;
    color: #000;
    font-weight: 600;
}
.__infosummary ul li.payment-amount span.value {
    color: #000;
}
.__infosummary ul li.payment-amount {
    font-size: 18px;
}
.__my_bookings {}
.box-icon-success {
    height: 65px;
    width: 65px;
    background: #4caf50 !important;
    border-radius: 50%;
    color: #fff;
    line-height: 65px !important;
    font-size: 40px;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 15px;
}
.__successpg {
    text-align: center;
    min-height: 500px;
}
.owner-info .experience {
    /*    font-size: 12px;*/
}
.host_pagewg .star {
    float: none;
}
.host_pagewg .star_reviews {
    margin: 3px 0;
}
.host_pagewg {
    text-align: center;
    border: #EAEEF3 1px solid;
    padding: 25px;
}
.avatar {
    text-align: center;
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: #EAEEF3 1px solid;
    display: block;
}
.__host_page_wrap {
    margin: 30px 0;
}
.host_info h1 {
    font-weight: lighter;
    font-size: 45px;
}
.host_info {
    font-size: 16px;
}
.verifications {
    padding: 15px 0 15px;
    text-align: left;
    color: #525252;
}
.verifications h5 {
    padding: 15px 0;
    border-bottom: #EAEEF3 1px solid;
    margin-bottom: 18px;
}
.verifications i {
    color: #4cc2c0;
}
.verifications h6 {
    font-weight: normal;
    margin: 10px 0px;
}
.reviews_list {
    margin-bottom: 20px;
}
.comment-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #EAEEF3;
}
.comment-item .comment-item-head .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 100px;
}
.comment-item .comment-item-head .media-left {
    padding-right: 20px;
}
.comment-item .comment-item-head .media-left img {
    text-align: center;
    margin: 0 auto 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: #dcdbdb 1px solid;
    display: block;
}
.comment-item .media-body .media-heading {
    font-size: 18px;
    color: #545454;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2px;
}
.comment-item .comment-item-head .media-body .date {
    color: #979da7;
    font-size: 12px;
}
.comment-item .star_reviews {
    color: #ff9933;
}
.comment-item .detail {
    font-size: 16px;
}
.comment-item .media-body {
    padding-left: 0px;
}
.comment-item-head {
    margin-bottom: 10px;
}
.retihed {
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.retihed a {
    color: #000;
}
.retihed h6 {
    font-size: 15px;
}
.wwpp_reviews {
    padding-top: 50px;
}
.wwpp_reviews .retihed h6 {
    font-size: 12px;
    margin-bottom: 2px;
}
.wwpp_reviews .retihed h6 a {
    color: #8e8e8e;
}
.reviews_list small {}
.rwpimg {
    float: left;
    margin-right: 10px;
    width: 30px;
    border: #dcdbdb 1px solid;
    padding: 2px;
}
.dropforscls {
    width: 300px;
    background: #fff;
    position: absolute;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    ;
}
.boxsearch .gustdrop ._listcot {
    width: 300px;
}
.boxsearch .gustdrop ._listcot ._lisdrophd {
    width: 60%;
}
.boxsearch .gustdrop ._listcot ._lisdroprelt {
    width: 40%;
}
.dropforscls ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow-y: scroll;
    max-height: 300px;
}
.dropforscls ul li {
    padding: 10px;
    margin: 1px 0;
}
.dropforscls ul li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.dropforscls ul li i {
    color: #cecece;
    font-size: 15px;
}
.wherefed .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    color: #676767;
}
.wherefed .gustdrop {
    height: calc(36px + 0.5px + 2px);
    padding-top: 10px;
    color: #6c757d;
    font-size: 16px;
    padding-left: 15px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wherefed .dropdown-item.active,
.wherefed .dropdown-item:active {
    background-color: #dcf7f6;
}
.wherefed .dropdown-item:hover,
.wherefed .dropdown-item:focus {
    background-color: #dcf7f6;
}
.wherefed .dropdown-item i {
    color: #cecece;
    margin-right: 10px;
}
.wherefed .dropdown-item {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.check_wrp.form-group .col-lg-12.col-md-12.col-sm-12.checkin.drop.gustdrop {
    height: calc(36px + 0.50rem + 2px);
    padding-top: 10px;
    color: #6c757d;
    font-size: 16px;
    padding-left: 15px;
}
.status._cancel {
    background: #dc3545;
}
.status._pending {
    background: var(--orange);
}
.status._confirmed {
    background: var(--green);
}
.status {
    padding: 1px 11px;
    text-align: center;
    color: #fff;
    float: right;
    line-height: 21px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.__bditmsbk {
    margin: 15px 0 0;
    border-top: #dcdcdc 1px solid;
    padding-top: 10px;
}
.slnobkde {
    font-size: 24px;
    font-weight: 500;
    padding-top: 0px;
    text-align: right;
}
.cancel_your_booking a {
    color: #77000b;
    font-weight: 600;
}
.cancel_your_booking a:hover {
    color: #ad0010;
}
.abbrd {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px;
}


.st-list-statistic .item {
    background: #FFFFFF;
    border: 5px solid #4cc2c0;
    text-align: center;
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 30px;
    min-height: 100px;
    
}
.st-list-statistic .item .front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   
}

.st-list-statistic .item .front .inner {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.st-list-statistic .item .end {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: #4cc2c0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 991px) {
    .st-list-statistic .item .end {
        display: table-cell;
        position: relative;
    }
}
.st-list-statistic .item h4 {
    font-size: 36px;
    
    font-weight: 500;
    margin: 0;
}
.st-list-statistic .item p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.st-list-statistic .item p.sub-text {
    font-size: 16px;
 
    font-weight: 500;
    margin-bottom: 0px;
}
.st-list-statistic .item p.desc {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media screen and (max-width: 991px) {
    .st-list-statistic .item {
        margin-top: 15px;
        margin-bottom: 15px;
        min-height: 120px;
        display: table;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .st-list-statistic .item {
        margin-bottom: 5px;
    }

}
.st-list-statistic .item-wrapper:hover .item {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.st-list-statistic .item-wrapper:hover .item .front {
    opacity: 0;
}
.st-list-statistic .item-wrapper:hover .item .end {
    opacity: 1;
     min-height: 90px;
}

.st-aboutus-info {
    text-align: center;
    margin: 30px 0;
}
.st-aboutus-info p.message {
    font-size: 20px;
 
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 30px;
}
.st-aboutus-info img {
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 100px;
    height: auto;
}
.st-aboutus-info p.name:hover {
    color: #000;
    }
.st-aboutus-info p.name {
/*    font-size: 14px; */
    margin-bottom: 0px;
}

.st-aboutus-info p.pos {
    font-size: 15px;
    margin-bottom: 0px;
} 
.proptysel{
    display:none;
}

.proptysel.act{
    display:block;
}
 
.retretmargin .show_details{
    float: left;
    margin-bottom: 5px;
}
.retretmargin  .rmbkwrap h6 {
    margin-bottom: 10px;
}

.retretmargin  .rmPrice {
    font-size: 26px;
     margin-top: 0px;
}
 
.modal-content .star_reviews .ddloc {
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 96%;
    margin-top: 5px;
}

.retrtsel{
    display:none;
}
.retrtsel.act{
    display:block;
}

.btfixed {
    position: fixed;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 2px -6px 9px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px -6px 9px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 2px -6px 9px 0px rgba(0, 0, 0, 0.13);
    z-index: 999;
    padding: 10px 0;
    
}

.st-aboutus-team h2{
    text-align: center;
}

.st-aboutus-team .item {
    margin-top: 50px;
}

.st-aboutus-team .thumb {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.st-aboutus-team .thumb img {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
}
.st-aboutus-team p.name {
    font-size: 18px;
  text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
}
.st-aboutus-team p.name:hover {
    color: #000;
}
.st-aboutus-team p.pos {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #868686;
}
.rtreatsrvfood {
    display: none;
}
.rtreatsrvfood.act {
    display: block;
}
.rtreatsrvtranspt {
    display: none;
}
.rtreatsrvtranspt.act {
    display: block;
}
.contact_text{
    
    font-weight: 600;
}
.contact_text a{
    color: #212529;
    
}
.contact_text a:hover{
    color: #000;    
}
.map{
    margin: 5px 0 0 0;
    border: #ccc 1px solid;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.map iframe{
    float: left;
    width: 100%;
}
.mapfiltter{
    float: right;
    font-size: 15px;
    line-height: 22px;
    margin-right: 6px;
} 
.map_wrap {
    float: left;
    width: 100%;
    padding: 5px;
    border: #e6e6e6 1px solid;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
} 
 
.pricefrom{
    display:none;
    }
#map_canvas{
    height: 500px;
}
.infoBox {
    float: left;
    width: 100%;
    height: 100%;
} 
.infoBox .slidebox{
    margin-bottom: 0px;
}   
.infoBox .cname {
    font-size: 12px;
    margin-bottom: 3px;
} 
 

.infoBox .name {
    font-size: 15px !important;
    margin: 0 auto 0px;
    -webkit-line-clamp: 2  !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-height: 44px !important;
    line-height: 21px !important;
}
.price_block {
    font-size: 20px;
}
 
.gm-style-iw-d,
.gm-style-iw {
    max-width: 220px !important;
    max-height: 388px !important;
}

.star_reviews {
    display:block;
}

.top_destinationssldr .slidebox img {
     min-height: 280px;  
      max-height: 280px;  
} 
.top_destinationssldr .destimg {
    max-height: 280px;
}
#how_it_works {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}
.how_it_workswap video{
    background: #fff;
    float: left;
    width: 100%;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4cc2c0 !important;
}
.form-horizontal._pss .check_wrp .form-group.col-sm-4.checkin .form-control {
    padding: 0px;
}

.pro_activities,
.pro_activities{
    margin-top: 25px;
}

 
.udb_left {
    margin-bottom: 20px;
}

.cothostcht {
    padding: 15px 15px 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    position: absolute;
    z-index: 999;
    min-width: 260px;
    width: 355px;
    float: left;
    margin-top: 10px;
    display: none;
}

.close_btn_cothost:hover{
   color: red;
}
.close_btn_cothost {
    float: right;
    position: absolute;
    right: 12px;
    top: 7px;
    color: #717171;
    cursor: pointer;
}

.cothostcht  h4{
    margin-bottom: 15px;
}
.ddrtblk.rtbookplt .rtdate .form-control.drop,
.ddrtblk.rtbookplt .checkin .form-control {
    height: calc(36px + 0.50rem + 2px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxsearch .wherefed .gustdrop {
    height: calc(36px + 0.50rem + 2px);
}

#chatra.chatra--side-bottom{ 
    bottom: 70px !IMPORTANT;
}

.__clrbox {
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 5px;
}
.__clrbox_inner {
    background: #4cc2c0;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    float: left;
 
} 
._days_list {
    font-weight: bold;
    color: #080808;
    font-size: 12px;
    text-align: left; 
}
.__datecont {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: left;
}
.__btmtext {
    font-size: 11px;
    color: #4cc2c0;
    display: none;
}
.act_ico {
    display: inline-block;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #4cc2c0;
    font-size: 9px;
    line-height: 16px;
    /*-webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);*/
    /*-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);*/
    /*box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.11);*/
    float: right;
    text-align: center;
    margin-top: 2px;
 }


.__clrbox .act_ico{
        display: none;
}
.__clrbox._aacctt .act_ico{
        display: block;
}

.modal.review .modal-content {
     border: none;
}


.modal.review .modal-content  .form-group.purple-border {
    text-align: left;
    width: 100%;
    float: left;
}
.modal.review .modal-content .rating:not(:checked) > label {
    line-height: 38px;
}

.pay_icon {
    float: right;
}
.blogpost img{
   object-fit: cover;
   min-height: 480px;
}




.__crny{
    float: left;
    margin-top: 10px;
    margin-right: 25px;
    color: #000;
}

.__tgcry_text {
    font-weight: bold;
    margin-right: 10px;
}
.header-profile-dropdown{
    padding-top: 18px;
}
 
.__crny li a {
    color: #000;
    float: left;
    width: 100%;
}
.__crny li a:hover {
   color: #111;
}

.__crny .dropdown-toggle::after{
     color: #ccc;  
}

.currencySymbol {
    float: right;
    position: absolute;
    right: 15px;
    font-size: 13px;
    margin-top: -1px;
 
}

.truncate {
    line-height: 1.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
   font-size: 13px;
}

.__crny .dropdown-menu {
    min-width: 150px;
}
.currency-dropdown-padding:after {
    color: #000 !important;
}
.after_login.__crny #navbardrop {
    padding-left: 0px;
}
.__crny .dropdown-menu a:hover{
     color: #fff !important;
}
 

@media (max-width: 1300px) {
    
   .mnmenwp .nav-item .nav-link {
        padding-left: 7px;
        padding-right: 7px;
   }
   .mnmenwp {
        font-size: 15px;
    }
   
   
}

@media (max-width: 1270px) {
    .boxsearch {
        top: 68px;
        padding: 10px;
        min-width: 350px;
    }
    .boxsearch h1 {
        font-size: 17px;
    }

    .boxsearch   .search_btn {
        padding: 7px 55px;
    }
  
    .boxsearch .form-group {
        margin-bottom: 10px;
    }

}
 
@media (max-width: 1199px) {
    
    .hirkbx {
        padding-top: 20%;
        padding-bottom: 20%;
    }
    .hirkbxwp h5 {
        font-size: 18px;
    }

   .mnmenwp .nav-item .nav-link {
        padding-left: 5px;
        padding-right: 5px;
   }
   .mnmenwp {
        font-size: 15px;
    }
   



}

@media (max-width: 1180px) {
    .mnmenwp .nav-item .nav-link {
        padding-left: 7px;
        padding-right: 7px;
    }
    .logo {
       max-width: 215px;
        margin-top: 2px;
    }
    .mnmenwp {
        font-size: 14px;
    }
    .__crny {
        margin-top: 8px;
        margin-right: 15px;
    }
    .navbar{
        padding-left: 0px;
    }
    
    .__tgcry_text {
    
        margin-right: 1px;
    }
    
}
 
@media (max-width: 1060px) {
    .mnmenwp .nav-item .nav-link {
       
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .logo {
        max-width: 190px;
        margin-top: 7px;
    }
    
    .retreat_tpbnt {
        padding: 4px 5px;
    }
}

.after-login-style{
    display: none;
}
@media (max-width: 991px) {
    .after-login-dropdown{
        display: none;
    }
    .after-login-style{
        display: block;
    }
    .rmrtprt {
        padding-left: 15px;
        margin-top: 15px;
    }
    div#OR,
    .asdcascsfc {
        display: none;
    }
    .header .container {
        padding: 0 15px;
    }
    .boxsearch {
        top: 15px;
        padding: 0px;
        min-width: 100%;
        width: 100%;
        position: inherit;
        box-shadow: none;
        margin: 15px 0;
    }
    .boxsearch .search_btn {
        padding: 10px 55px;
        width: 100%;
    }
    .boxsearch h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .inside_box h2 {
        font-size: 22px;
    }

    .ab_rex {
        padding-top: 0;
    }
    .ab_rex h2{
        font-size: 22px;
        font-weight: bold;
    }
    #how_it_works {
        text-align: left;
    } 
    .navbar-collapse {
        position: absolute;
        top: 50px;
        width: 180px;
        background: rgb(255, 255, 255);
    }
    .btext {
        font-size: 75px;
    }
    .ltbk {
        padding: 15px 0px 15px 10px;
        border-left: #ccc 1px solid;
    }
    .rbpplrwrp .pro_facilities ul li {
        width: 100%;
    }
    .rbpplrwrp .bkRules ul li {
        width: 50%;
    } 
    .footer .ft {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .footer .ft.cont{
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width:66.667%;
    }
    .how_it_workswap{
        margin-top: 15px;
    }
    .blogpost{
        margin-bottom: 30px;
    }

    .blogpost h4 a {
       min-height: auto;
    }
    .emtyht{
        display: none;
    }
    .navlist{
        margin-bottom: 0 !important;
    }
    .iiibbnb{
        text-align: center;
    }
    .slidebox img {
        min-height: 170px;
        max-height: 170px;
    }
    .inside_box {
        padding: 25px 0 0;
    }
    .wrap.service,
    .wrap.destinations {
        padding-bottom: 20px;
    }

   .boxsearch .wherefed .gustdrop{
        height: calc(36px + 0.50rem + 2px);
   }
   .post-right-side h4 {
        margin-top: 10px;
   }
   .__inner_wrap {
      padding: 0;
   }
    .log_wrap {
        padding: 20px 20px 20px 20px;
    }
    .regi_wrap {
        padding: 20px 20px 20px 10px;
    }
    .bnr_retreat_builder .col-lg-3.col-md-6.col-sm-6.checkin.form-group {
        padding-left: 15px;
    }
    ._bldfsr {
        padding-left: 15px;
    }
     .hirkbx img {
        width: 75px;
    }
    .pro_activities .leftfill,
    .pro_property .leftfill {
        border-right: none;
        padding: 0 10px;
    }
    .pro_activities .ltbk,
    .pro_property .ltbk {
        border-left: none;
        padding: 5px 0px 10px 0px;
    }
    .pro_property .mtils {
        margin: 0px 0 0
    }
    .pro_property .gdsrvwrpa {
        padding-left: 10px;
    }
    .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;
    }

    .wd100.flrwrp .ltbk {
       border-left: none; 
    }

    .wd100.flrwrp .ltbk {
       border-left: none; 
    }
    .wd100.flrwrp .leftfill {
        border-right: none; 
    }


}

@media (max-width: 767px) {

    .copy_right img.pay_icon {
        width: 100%;
    }

    .logo {
        width: 100%;
        text-align: center;
        float: none;
        max-width: 100%;
    }
    .btext {
        font-size: 55px;
    }
    ._tprtwp {
        float: right;
        width: 100%;
    }
    ._tprtwp {
        float: right;
        width: 100%;
    }
    .retreat_tpbnt {
        float: right;
    }
    .mnmenwp .navbar {
        padding-left: 0;
    }
    .banner_wrap .swiper-button-prev,
    .banner_wrap .swiper-button-next {
        display: none;
    }
    .bkRules ul li {
        width: 100%;
        padding-bottom: 5px;
    }
    .rmrtprt {
        padding-left: 15px;
    }
    .__srvtyp {
        margin-top: 15px;
    }
    ._ckbk .rmPrice {
        margin-top: 0;
        float: left;
    }
    ._cmclos {
        margin-top: 15px;
        margin-right: 10px;
    }
    .__infosummary {
        padding: 30px;
    }
    .rtddpgblk {
        margin-top: 15px;
    }
    .udb_right {
        padding-left: 15px;
    }
    .slnobkde {
        text-align: center;
    }
   .footer .ft {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .ft.cont{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bar_right{
        border: none;
    }
    .__inner h1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .regi_wrap {
         border-top: #4cc2c0 5px solid;
    }
    .hirkbxwp {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hirkbx {
        padding-top: 10%;
        padding-bottom: 10%;
        width: 155px;
        height: 155px;
        margin: 0 auto; 
    }
    .how_itworks {
        padding: 45px 0 0;
    }
 
    .next_bnt, .back_bnt {
        padding: 5px 25px;
    }
    
    
    .pay_icon {
        float: none;
        margin-top: 4px;
    }
 
    .copy_right {
        text-align: center;
    }

}
@media (max-width: 576px) {
    .bkPackages .img-fluid {
        max-height: 100%;
        max-width: 100%;
    }
    .mnmenwp .navbar {
        padding-right: 7px;
    }
    ._ckbkbodecrp ul li {
        width: 100%;
    }
    .pro_facilities ul li {
        width: 50%;
    }
    .banner_wrap img {
        height: 150px;
    }
    .btext {
        font-size: 25px;
    }

    .bnr_retreat_builder .col-lg-3.col-md-6.col-sm-6.checkin.form-group,
    .bnr_retreat_builder .text_search {
        padding-right: 15px;
    }
    .navbar-toggler {
       padding: 3px;
    }
    ._tprtwp {
        
        margin-top: 5px;
    }
    
}
@media (max-width: 510px) {
    .pro_facilities ul li {
        width: 100%;
    }
}
@media (max-width: 500px) {}
@media (max-width: 450px) {}
@media (max-width: 400px) {}
.header-font-style{
    font-size: 17px;
    font-weight: 600;
}
.header-currency-style{
    font-size: 16px;
    font-weight: 600;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    color: #ff9933;
    font-size: 21px;
    
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    font-weight: 600;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #ff9933;
}
.showallreview, .showallreview:hover {
    background-color: var(--primary);
    border: none;
}
.mailchimplable{
    color:#5d5d5d;
}
#mc_embed_signup .mc-field-group label {
    margin-bottom: 12px !important;
}
@media (min-width: 1025px) {
    .inside_box .swiper-button-next{
        display: none;
    }
    .inside_box .swiper-button-prev{
        display: none;
    }

}
.hidepinner{
    display: none;
}

/*retreats filter start here*/
.panel-title>a:before{
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-heading a {
    color: #000;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.pp_categories_accordion ul.scrollbar li {
    padding: 5px;
    border: 1px solid #ccc !important;
}

.pp_categories_accordion ul.scrollbar {
    min-height: 250px;
    max-height: 250px;
}
/*end here*/
 /*show more css start here*/
 .filter_wrapper .ty-compact-list {
     padding: 5px 5px 5px 0px;
     float: left;
     width: 100%;
 }

 .filter_wrapper .show-more {
     display: none;
     cursor: pointer;
 }

 .filter_wrapper .show-more {
     cursor: pointer;
     color: #3cc;
     font-size: 14px;
     font-weight: 700;
     text-decoration: underline;
 }

 .leftfill .filter_wrapper ul.scrollbar {
     min-height: auto;
     overflow-y: scroll;
     max-height: 190px;
 }

 /*end here*/

/* =====================================================================
   Homepage / header / footer tidy-up (2026-06 UI cleanup)
   Scoped with home-* classes so shared listing pages are unaffected.
   ===================================================================== */

/* --- Header avatar: real photos circular-cropped, default = clean icon --- */
.header-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.header-avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;          /* never squash a rectangular photo */
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
}
.header-avatar-icon {
    font-size: 28px;
    line-height: 1;
    color: #3FB0A9;             /* Retreatmi teal */
}
.host_pagewg .avatar .profile-avatar-icon {
    font-size: 120px;
    line-height: 200px;
    color: #3FB0A9;
    display: block;
    text-align: center;
}
.cart .cart-icon {
    font-size: 20px;
    color: #3FB0A9;
    vertical-align: middle;
}

/* --- Branded hero (replaces missing banner images) --- */
.home-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    background: linear-gradient(120deg, #4FBFB6 0%, #3FB0A9 45%, #2E8C86 100%);
    color: #fff;
    overflow: hidden;
}
.home-hero .container {
    position: relative;
    z-index: 2;
}
.home-hero__inner {
    max-width: 640px;
    padding: 40px 0;
}
.home-hero__title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 12px;
    line-height: 1.15;
}
.home-hero__subtitle {
    color: rgba(255,255,255,0.92);
    font-size: 18px;
    margin: 0;
}

/* --- Search card: in normal flow, centered, lifted to overlap hero --- */
/* (overrides the old absolute positioning that overlapped Top Destinations) */
.home-search {
    position: relative;
    z-index: 5;
}
.home-search .boxsearch {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: none;
    margin: -70px auto 24px;    /* desktop: slight overlap onto the hero */
    max-width: 480px;
    width: 100%;
}

/* --- Footer social + payment icons (Font Awesome, no missing image files) --- */
.footer ._social_icons_top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 6px 6px 0;
    border-radius: 50%;
    background: #3FB0A9;
    color: #fff !important;
    transition: background .2s ease;
}
.footer ._social_icons_top a:hover {
    background: #2E8C86;
}
.footer ._social_icons_top a i {
    font-size: 16px;
    line-height: 1;
}
.copy_right .pay_icons {
    display: inline-flex;
    gap: 8px;
    margin-left: 8px;
    vertical-align: middle;
}
.copy_right .pay_icons i {
    font-size: 26px;
    color: #6c757d;
    vertical-align: middle;
}

/* --- Responsive: tablet --- */
@media (max-width: 991px) {
    .home-hero {
        min-height: 280px;
    }
    .home-hero__title {
        font-size: 32px;
    }
}

/* --- Responsive: mobile --- */
@media (max-width: 767px) {
    .home-hero {
        min-height: 200px;
        text-align: center;
    }
    .home-hero__inner {
        padding: 28px 0;
        margin: 0 auto;
    }
    .home-hero__title {
        font-size: 26px;
    }
    .home-hero__subtitle {
        font-size: 15px;
    }
    /* stacked, no overlap on small screens */
    .home-search .boxsearch {
        margin: 18px auto;
        max-width: 100%;
    }
}
