hr{
    border-color: #DDDDDD;
    opacity: 1;
}
.big-img{
    width:73%;
}
.main{
    padding:0;
}
.breadcrumb{
    padding-left:var(--p0);
}
.hidden-gallery{
    display:none;
}
.prop-price h5{
  font-family: var(--primary-font);  
    font-size: var(--f28);
    color:var(--other-color);
}

.property-detail .upper-area h3{
    font-size: var(--f26);
    color:var(--heading-color);
    margin-bottom: 0;
}
.property-detail .adr-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-detail h6{
   font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
    font-family: var(--primary-font);
    margin-bottom: 0;
}
.property-detail .share-area{
    position:relative;
}
.property-detail .share-area .icon-area {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 40px;
    right: 0;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    z-index:1;
}
.property-detail .share-area .icon-area svg{
    width: 14px;
}
.property-detail .share-area:hover .icon-area{
    display:block;
}
.property-detail .share-area a{
    display: inline-block;
    background: transparent;
    border: transparent;
    color: var(--black-color);
    font-size: var(--f14);
    font-weight: 400;
    padding: var(--p8);
    width: 100%;
    text-align: center;
}

.property-detail .share-area a:hover{
    background: var(--btn-color);
    border: var(--btn-color);
    color:var(--white-color);
    box-shadow: inset 0 0px 0 0 var(--btn-color);
}
.property-detail .share-area a:hover svg{
    fill: var(--white-color);
}
.property-detail .upper-area {
    margin-bottom: var(--m40);
}
.property-detail .gallery .col-6{
    padding:0px;
    width: 49.5%;
}
.property-detail .gallery .col-6.right .row .col-6{
    padding:0px;
    width: 49%;
    margin-bottom: var(--m14);
    position:relative;
}
.property-detail .gallery .col-6.right .col-6:nth-child(2) img{
    border-radius: 0px 12px 0px 0px;
}
.property-detail .gallery .col-6.right .col-6:nth-child(4) img{
    border-radius: 0px 0px 12px 0px;
}
.property-detail .row.gallery {
    gap: 1%;
    margin-top: var(--m10);
}
.property-detail .gallery .col-6.left img{
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px 0px 0px 12px;
}
.property-detail .gallery .col-6.right .row {
    gap: 2%;
}
.property-detail .gallery .col-6.right img{
    width: 100%;
    height: 193px;
    object-fit: cover;
}
.property-detail .gallery button.main-btn {
    padding: var(--p10);
    width: 150px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    /* background: var(--other-color); */
    /* border: 1px solid var(--other-color); */
    color: var(--white-color);
}
.property-detail .gallery button.main-btn:hover{
    /* background: var(--secondary-color); */
    /* border-color: var(--secondary-color); */
}
.property-detail .row.bottom h4{
    font-size: var(--f22);
    color: var(--heading-color);
    margin-bottom: var(--m20);
}
.property-detail .ammenity-home span{
    font-size: var(--f14);
    color: var(--black-color);
}
.property-detail .ammenity-home span i{
    color: var(--heading-color);
}
.checklist p{
    display: none;
}
.page-title h1{
    display: none;
}
.property-detail .ammenity-home{
    display: flex;
   align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.property-detail .row.hosted .col-12{
    padding: 0px;
}
.property-detail .row.bottom .col-8, .property-detail .row.bottom .col-4, .property-detail .row.bottom .col-6, .property-detail .row.bottom .col-9, .property-detail .row.bottom .col-3 {
    padding: 0px;
}
.property-detail .row.hosted .col-3 {
    text-align: right;
}
.property-detail .row.hosted h4{
    margin-bottom: var(--m10);
}
.property-detail .row.hosted img{
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 100%;
}
.property-detail .overcontent h3 {
    font-size: var(--f16);
    line-height: 1.3;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: var(--m5);
    font-family: var(--primary-font);
}
.property-detail .overcontent {
    height: auto;
    overflow: hidden;
    margin-bottom: var(--m10);
}
.property-detail .overcontent p{
    color: var(--black-color);
}
#more, #less, #revw, #revl, #revw1, #revl1, #revw2, #revl2, .rul {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    fill: var(--secondary-color);
    font-size: 18px;
}
#more:hover, #less:hover, #revw:hover, #revl:hover, #revw1:hover, #revl1:hover, #revw2:hover, #revl2:hover, .rul:hover{
    text-decoration:underline;
}
#less, #revl, #revl1, #revl2 {
    display: none;
}
.property-detail .overview a{
    color:var(--btn-color);
}
.property-detail .overview a path{
    fill: var(--btn-color);
}
.property-detail .overview a:hover{
    color:var(--btn-color);
    text-decoration:underline;
}
.property-detail .overview a:hover path{
    fill: var(--btn-color);
    text-decoration:underline;
}
.property-detail .amenities i {
    font-size: var(--f17);
    margin-right: var(--m5);
    color: var(--heading-color);
}
.property-detail .amenities ul.amenities-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--m10);
}
.property-detail .amenities ul.amenities-detail li{
    width:50%;
    color: var(--black-color);
    margin-bottom:var(--m15);
}
#amn, #rvw, #house, #safety, #cancel{
     transition: all .3s ease;
}
#amn .modal-dialog, #rvw .modal-dialog, #house .modal-dialog, #safety .modal-dialog, #cancel .modal-dialog{
    max-width: 700px;
    height: 100vh;
    position: absolute;
    left: auto;
    right: -700px;
    width: 700px;
    top: 0;
    margin: 0px;
    transition: all .3s ease;
}
#amn h5, #rvw h5, #house h5, #safety h5, #cancel h5{
    font-size: var(--f19);
    margin-top: var(--m30);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--secondary-font);
}
#amn .modal-content, #rvw .modal-content, #house .modal-content, #safety .modal-content, #cancel .modal-content{
    border-radius: 0px;
    border: 0px solid;
    min-height: 100vh;
    height: auto;
}
#amn .modal-header, #rvw .modal-header, #house .modal-header, #safety .modal-header, #cancel .modal-header{
    border: 0px solid;
    padding-bottom: 0px;
}
#rvw h4, #house h4, #safety h4, #cancel h4{
    font-size: var(--f22);
    color: var(--heading-color);
    margin-bottom: var(--m20);
}
#rvw .guest-profile {
    display: flex;
    gap: 10px;
    margin-bottom: var(--m10);
}
#rvw .review-box {
    margin-bottom: var(--m20);
}
#book .side-area{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: var(--p24);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: sticky;
    top: 80px;
}
#book .price{
    display: flex;
    align-items: center;
    gap: 5px;
}
#book .price p{
    font-size: var(--f22);
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom:0px;
}
#book .side-area .upper-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0px;
}
#book .side-area a#reset-button-gaurav-data{
    font-size: var(--f16);
    cursor: pointer;
    color: var(--heading-color);
    text-decoration: underline;
}
#book .side-area a#reset-button-gaurav-data:hover{
    color: var(--btn-color);
}
div#book {
    padding-right: 0px;
    padding-left: var(--p24);
    z-index: 1;
}
.description{
    padding:var(--p20) var(--p12);
     border-bottom: 1px solid #b7b7b7;
}
.description h2{
    color:var(--other-color);
    font-family: var(--primary-font);
}
.description p{
    text-align:justify;
    font-family: var(--primary-font);
}
.read-more{
    font-size: 1rem;
    font-weight: 400;
    color: var(--white-color);
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    padding: 10px 26px;
    border-radius: 5px;
    line-height: 1.75rem;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 0.06em;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    position: relative;
}
.read-more:hover{
     background: var(--other-color);
      color: var(--white-color);
       border: 2px solid var(--other-color);
}
.ammenities{
    padding: var(--p20) var(--p12);
    border-bottom: 1px solid #b7b7b7;
}
.ammenities h2{
color:var(--other-color);
font-family: var(--primary-font);
    
}
.ammenities h5{
    padding-left:0;
    color: var(--black-color);
}
.ammenities .col-4{
    margin-bottom: var(--m10);
    font-family: var(--primary-font);
}
.reviews .reviews-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.reviews .reviews-head p{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 14px;
    color: var(--heading-color);
    margin-top: 5px;
}
.reviews .reviews-head span{
    font-size: 10px;
    color: var(--heading-color);
    padding-left: 4px;
}
.reviews h4{
    margin-bottom: 0px;
}
.reviews .col-lg-6{
    padding-left: 0px;
    padding-right: 0px;
    width: 49%;
    margin-top: var(--m10);
    margin-bottom: var(--m20);
    border: 7px solid #00000061;
    border-radius: 45px;
    padding: 30px;
}
.reviews .row.rev{
    gap: 0 2%;
    height: auto;
    overflow: hidden;
    max-height: 520px;
}
.rev .guest-profile {
    display: flex;
    gap: 10px;
    margin-bottom: var(--m10);
}
.guest-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.guest-profile p {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: var(--f16);
}
.prof span{
     font-size: var(--f14);
     color: #b99d75;
}
.prof span.star-review {
   padding-left: 10px;
    color: var(--other-color);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.guest-content{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: var(--m10);
    height:90px;
}
.rvw-area .guest-content{
    height:auto;
    display:block;
}
.get-quote {
    padding: 0px;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 5px;
    position: sticky;
    top: 1rem;
    text-align: center;
}
.get-quote .main-cal {
    display: flex;
    justify-content: center;
    /* gap: 7px; */
    border: 1px solid #b5aeae;
    border-radius: 4px;
}
.forms-booking-tab {
    padding: 30px 20px;
    box-shadow: 0px 0px 13px #dad9d9;
    border-radius: 10px;
}
.get-quote .col-md-12 {
    padding: 0px;
}

.forms-booking-tab ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.forms-booking-tab ul {
    background: var(--secondary-color);
    padding: 0px;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--secondary-font);
    letter-spacing: 1px;
}
.booking.item {
    height: auto;
}
.booking {
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--text-white);
    background: var(--secondary-color);
}
.item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    height: 100%;
    justify-content: center;
}

.ovabrw_datetime_wrapper {
    position: relative;
    width: 50%;
    display: inline-block;
}
.ovabrw_datetime_wrapper input {
    width: 100%;
    padding: 8px 0 8px 30px;
    border: 0px solid var(--secondary-color);
    font-size: 14px;
    height: 77px;
    /* margin-top:1rem; */
    border-radius: 4px;
    /* border-right: 1px solid gray; */
}
.pool, .pet{
    position:relative;
}

.ovabrw_datetime_wrapper i, .ovabrw_service_select.rental_item i, .pet i, .pool i{
    position: absolute;
    left: 0.5rem;
    top: 1.7rem;
    font-size: 18px;
    color: var(--secondary-color);
}

.ovabrw_service_select.rental_item i, .pool i{
    top: 21px !important;
}
i.fa-solid.fa-users.users-icn {
       top: 0.7rem;
}
.ovabrw_service_select.rental_item {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    margin-bottom: var(--m5);
}
input#show-target-data {
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    background-color: #fff;
    height: 62px;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    width:100%;
}
button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}

div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem !important;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p{
    margin-bottom: 0px;
    letter-spacing: 0px;
}

#guestsss button.button1 {
   background: transparent;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f20);
    line-height: 35px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}
form#booking_form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}
button.main-btn.close111 {
    width: 100%;
}
#datepicker-demo17.datepicker{
    top: 60px !important;
}
.ovabrw_datetime_wrapper .modal-bodyss i, .ovabrw_service_select.rental_item .modal-bodyss i {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 22px;
    color: var(--secondary-color);
    left: auto;
    cursor: pointer;
}
.ac-box, .btnssss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adult {
    display: flex;
    color: #000;
    font-size: 15px;
    align-items: center;
}
.button1 {
    background: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    margin-left: 14px;
    border: 1px solid #717171;
    color: #717171;
    transition: all .3s;
    cursor: pointer;
}
.adult-popup .modal-bodyss button.main-btn.btn {
    width: 100%;
    color: #fff !important;
}
button.main-btn.btn {
    background: var(--secondary-color) !important;
    border: 0.0625rem solid var(--secondary-color) !important;
}
.main-btn span {
    display: block;
    position: relative;
    font-weight: 600;
}
ovabrw_service_select.rental_item i {
    left: 0.5rem;
}
.ovabrw_datetime_wrapper i, .ovabrw_service_select.rental_item i, .pets i {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    font-size: 18px;
    color: var(--secondary-color);
    transform: translateY(-50%);
}
.ovabrw-book-now {
    position: relative;
    width: 100%;
    gap: 0rem;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0px;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 0px 0px 5px 5px;
}
.ovabrw-book-now .main-btn {
    width: 100%;
    padding: 10px 16px;
}
.get-quote select#pet_fee_data_guarav {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    background-color: #fff;
    height: 42px;
    border: 1px solid var(--secondary-color);
    border-radius: 0px;
    width: 100%;
    margin-top: 1rem;
    text-indent:22px;
}
.get-quote select#heating_pool_fee_data_guarav {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    background-color: #fff;
    height: 42px;
    border: 1px solid var(--secondary-color);
    border-radius: 0px;
    width: 100%;
    margin-top: 1rem;
    text-indent:22px;
}

.contact-form{
     padding: var(--p20) var(--p12);
    
}
.contact-form h2{
    font-family: var(--primary-font);
}
.main-form {
    padding: var(--p30) var(--p20);
box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.form-control{
    border:none;
    width:90%;
     border: 3px solid var(--other-color);
     border-radius: 0px;
}
.textarea{
    width:90%;
}

.contact-form .row{
    padding-top:30px;
}
.submit-btn{
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-white);
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    padding: 10px 26px;
    border-radius: 5px;
    line-height: 1.75rem;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 0.06em;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    position: relative;
   
}
.submit-btn:hover{
     background: var(--other-color);
    border: 2px solid var(--other-color);
}
.submit{
     padding-top: 20px;
}
div#gaurav-new-data-area a{
    text-align:left;
    display:block;
    cursor: pointer;
    color: var(--heading-color);
    text-decoration: underline;
}
div#gaurav-new-data-area .col-md-6, div#gaurav-new-modal-days-area .col-md-6{
    padding:0px;
    text-align: left;
    font-size: var(--f14);
}
.policy .col-lg-4 {
    padding-left: 0px;
}
.policy .area {
    overflow: hidden;
    margin-bottom: var(--m10);
    height: 175px;
}
.policy p {
    margin-bottom: var(--m10);
}
.policy p.main {
    font-weight: bold;
    font-size: var(--f16);
}
.policy a:hover {
    color: var(--btn-color);
}
.policy a:hover path{
    fill: var(--btn-color);
}

ul.amenities-detail img {
    width: 30px;
}
.modal-header .btn-close{
    transition: all .3s ease;
}
div#gaurav-new-data-area {
    margin-top: var(--m15);
    color:var(--primary-color);
}
div#gaurav-new-data-area span{
    color:var(--primary-color);
}
div#gaurav-new-data-area .row .col-md-6:last-child{
    text-align:right;
}
div#gaurav-new-data-area .row{
    margin-bottom: var(--m5);
}
div#gaurav-new-data-area .days-box {
    width: 400px;
    position: absolute;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px !important;
    /* margin-top: var(--m10); */
    border-radius: 10px;
    bottom: -40px;
    right: 105%;
    display:none;
   transition: all .3s ease;
}
div#gaurav-new-data-area .col-md-6.days-area {
    position: relative;
}
div#gaurav-new-data-area .days-box h4{
    margin-bottom: 0px;
    text-align: center;
    font-size: var(--f20);
}
div#gaurav-new-data-area .days-box i{
    font-size: var(--f18);
    position: absolute;
    top: 21px;
    cursor: pointer;
}
div#gaurav-new-data-area .upper {
    position: relative;
    /* height: 29px; */
    padding: var(--p16) var(--p24);
    border-bottom: 1px solid #ddd;
}
div#gaurav-new-data-area .inner-area {
    padding: var(--p20) var(--p24);
    padding-bottom: var(--p16);
    max-height: 300px;
    overflow-y: scroll;
    height: auto;
}
div#gaurav-new-data-area .inner-area .left p{
    text-align:left;
} 
div#gaurav-new-data-area .inner-area .right p{
    text-align:right;
} 
div#gaurav-new-data-area .bottom{
   padding: var(--p20) var(--p24); 
   padding-top: 0px;
}
div#gaurav-new-data-area .bottom .left p{
    text-align:left;
    font-weight:bold;
}
div#gaurav-new-data-area .bottom .right p{
    text-align:right;
    font-weight:bold;
}
div#gaurav-new-data-area hr {
    margin-top: 0px;
}
div#gaurav-new-data-area .days-box .inner-area::-webkit-scrollbar, div#gaurav-new-data-area .additional-box .inner-area::-webkit-scrollbar{
    width: .225rem;
}
div#gaurav-new-data-area .days-box .inner-area::-webkit-scrollbar-track, div#gaurav-new-data-area .additional-box .inner-area::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
div#gaurav-new-data-area .days-box .inner-area::-webkit-scrollbar-thumb, div#gaurav-new-data-area .additional-box .inner-area::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}
div#myModal {
    margin: 0px !important;
    padding: 0px !important;
}
div#myModal .modal-dialog {
    padding: 0px !important;
    margin-top: 0px !important;
    max-width: 400px !important;
    margin-right: 0px !important;
}
div#myModal .modal-content {
    border-radius: 0px !important;
    height: 420px !important;
    overflow-y: scroll;
}
div#myModal h4 {
    font-size: var(--f20);
}
div#myModal .col-md-6 {
    margin-bottom: 10px;
}
div#gaurav-new-data-area .col-md-6.additional {
    position: relative;
}
div#gaurav-new-data-area .additional-box {
    width: 400px;
    position: absolute;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px !important;
    /* margin-top: var(--m10); */
    border-radius: 10px;
    bottom: -40px;
    right: 105%;
     display: none; 
    transition: all .3s ease;
}
div#gaurav-new-data-area .additional-box h4{
    margin-bottom: 0px;
    text-align: center;
    font-size: var(--f20);
}
div#gaurav-new-data-area .additional-box i{
    font-size: var(--f18);
    position: absolute;
    top: 21px;
    cursor: pointer;
}
#book .error-box {
    margin-top: var(--m10);
}
#book .error-box p{
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: var(--f12);
    color: red;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -56px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}
 input#demo17 {
    position: absolute;
    left: 0px;
    top: 15px;
    height: 45px;
    width:100% !important;
}
@media (min-width: 981px){
    .datepicker{
        right:0;
    }
}
.about-owner-section{
    text-algin:center;
    display: none;
}
.about-owner-section p{
    margin-bottom:0px !important;
}
pre {
    white-space: pre-line;
    word-break: break-word;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: var(--black-color);
}
.more-properties h4{
    margin-bottom: 25px;
}
.more-properties .pro-img {
    position: relative;
}
.more-properties .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 20px 20px 0 0;
}
.more-properties img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.more-properties .pro-img:hover img{
    transform: scale(1.14);
}
.more-properties .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}
.more-properties h5 {
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}
.more-properties h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-color);
}
.more-properties .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 12%);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}
.more-properties i {
    margin-right: 0;
    color: var(--white-color);
}
.more-properties p.adr {
   font-size: var(--f14);
   font-weight: 400;
   color: var(--para-color);
   margin-bottom: var(--m15);
   line-height: 1.5;
   height: auto;
   overflow: hidden;
   border-bottom: 1px solid #36454f59;
   padding-bottom: 10px;
}
.more-properties h3.title {
    font-size: var(--f20);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 30px;
    overflow: hidden;
    width: 98%;
}
.more-properties h3.title a {
    color: var(--secondary-color);
}
.more-properties .descp {
    max-height: 60px;
    overflow: hidden;
}
.more-properties .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}
.more-properties ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.more-properties ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}
.more-properties .prop-view-btn {
    padding-top: var(--p20);
}
.more-properties  .prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f18);
}
.more-properties .show-properties-btn {
    text-align: center;
    margin-top: 30px;
}
section.property-detail {
    background: var(--white-color);
    padding-top: 0;
}
.single-amenity li{
    color:var(--black-color);
    width: 30.33%;
    list-style: initial;
    margin-bottom: 10px;
}
.single-amenity ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    justify-content: space-between;
}
.studio-section .head-sec-left {
    width: auto;
    text-align: left;
}
.studio-section .head-sec-left h6{
    position: relative;
    padding-left: 65px;
}
.studio-section .head-sec-left h6::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url(../images/section__style__two.svg);
    background-repeat: no-repeat;
    transform: translate(0, 50%);
}
.studio-section .head-sec-right {
    max-width: 645px;
}
.studio-section  .head-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}
.studio-details {
    overflow: hidden;
    border-radius: 6px;
}
.studio-section  .studio-image {
    width: 100%;
    height: 570px;
    border-radius: 6px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/studio1.webp");
    transition: all .4s ease;
}
.studio-section .studio-image:hover{
    background-size: cover;
    transform: scale(1.1);
}
.studio-section  .studio-content {
    padding: 30px 30px;
    /* position: absolute; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.studio-section  .studio-content:hover{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.studio-section  .studio-content h5{
    font-size: 32px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    line-height: 42px;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}
.studio-section  .studio-content h5 a{
    color: var(--white-color);
    font-family: var(--heading-font);
}
.studio-section .studio-list img{
width:16px;
}
.studio-section .studio-list p{
    font-size: 16px;
    color:var(--white-color);
    margin-bottom: 0px;
    line-height: 19px;
    text-shadow: 0 0 2px #000;
}
.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 8px;
}
.studio-section .studio-info {
    display: flex;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
}
.studio-section p.studio-price {
    font-size: 40px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color);
}
.studio-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #000;
    opacity: 0.2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .4s ease;
    border-radius: 30px;
}
.studio-section .owl-theme .owl-dots .owl-dot.active span{
    opacity: 1;
}
.studio-section .owl-theme .owl-dots{
    margin-top: 30px;
}
.studio-section  .owl-theme .owl-controls .owl-nav [class*='owl-']{
    margin: 0;
    padding: 4px 7px;
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}
.studio-section  .owl-theme .owl-controls .owl-nav .owl-next{
    left: auto;
    right:-23px;
}



section.accomodation {
    background: #fffaf4;
    padding: var(--p70) var(--p12);
}
  section.accomodation .accomodation-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: right;
    border-radius: 12px;
}

section.accomodation .col-8 {
    padding-left: var(--p60);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.accomodation .accomodation ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: space-between;
}

section.accomodation .text-row {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
    justify-content: space-between;
}

section.accomodation h3 {
    margin-bottom: 40px;
}


.say-with-us img{
    height: 47px;
}

section.say-with-us .col-4 {
    margin-bottom: var(--m40);
}

.owl-carousel .carousel-main .card{
    width: 200px !important;
}

/* .listing-gallery .row{
    gap: 20px 0;
} */


.listing-gallery .col-4{
    padding:8px !important;
}


.list-slider img{
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
.list-slider .owl-prev, .list-slider .owl-next{
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-slider .owl-nav i {
    font-size: 19px;
}
.list-slider .owl-nav .owl-prev {
    left: 20px;
}
.list-slider .owl-nav .owl-next {
    right: 20px;
}
.list-slider a.slider-btn{
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 1;
}
.list-slider button{
    display: flex;
    width: 180px;
    margin: auto;
    border-radius: 7px;
    text-decoration: none;
    color: var(--btn-color);
    background-color: var(--white-color);
    border-color: var(--white-color);
    align-items: center;
    gap: 10px;
    font-size: var(--f13);
    justify-content: center;
}

.list-slider button img{
width: 15px;
    height: 15px;
    border-radius: 0px;
}
.list-slider .container{
    position: relative;
}

/*List details css start*/
.list-details {
    padding: var(--p70) var(--p12);
    padding-top: 40px;
}
/*Sidebar css start*/
.list-details .col-4.sidebar {
    padding: 0px;
    padding-left: var(--p30);
}
.list-details .sidebar-form {
    background: var(--white-color);
    box-shadow: 0 0 9px 2px #0000001a;
    border-radius: 15px;
    padding: var(--p30);
}
.list-details p.villa-price {
    font-weight: 600;
    font-size: var(--f20);
    letter-spacing: 0px;
}
.list-details p.villa-price span{
    color: #0b1f32;
    font-weight: 500;
    font-size: var(--f14);
}
.list-details .sidebar-form form .row{
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px 0;
}
.list-details .sidebar-form form label{
    font-size: var(--f10);
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--black-color);
}
.list-details .sidebar-form form input, .list-details .sidebar-form form select{
    border: 0px solid;
    padding: 0px;
    font-size: var(--f14);
    font-weight: 500;
    font-family: var(--primary-font);
    color: #999999;
    display: block;
    width: 100%;
}
.list-details .sidebar-form button.main-btn {
    display: block;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 0;
    text-decoration: none;
    font-size: var(--f14);
}
.list-details .sidebar-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list-details .sidebar-form form .col-6.check-in, .list-details .sidebar-form form .col-6.adults {
    border-right: 1px solid #eee;
    padding: 10px 20px !important;
}
.list-details .sidebar a.main-btn.ask-question {
    display: block;
    border-radius: 7px;
    width: 302px;
    text-align: center;
    margin: auto;
    margin-top: 0;
    text-decoration: none;
    font-size: var(--f14);
    padding: var(--p14) var(--p15);
    background: transparent;
    color: var(--btn-color);
    margin-top: var(--m30);
}
.list-details .sidebar a.main-btn.ask-question:hover {
    color: var(--white-color);
    box-shadow: inset 0 50px 0 0 var(--btn-color);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/*Details css start*/
.list-details .col-8.details-area{
    padding: 0px;
    padding-right: var(--p30);
}
.details-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--m10);
}
.details-head ul {
    padding-left: 0px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.details-head button {
    width: 101px;
    height: 43px;
    border: 0px solid;
    border-radius: 8px;
    /* background: #fffaf4; */
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: var(--f13);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.details-head button:hover{
    color:var(--white-color);
}
.list-details-content p.address {
    margin-bottom: var(--m30);
    display: flex;
    align-items: center;
    gap: 10px;
}
.list-details-content p.address a{
    color: var(--btn-color);
    text-decoration: underline;
}
.list-details-content ul.list-amenities {
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.list-details-content ul.list-amenities li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: black;
}
.listing-description{
    margin-top: var(--m40);
}
.listing-description a.show-more {
    font-family: var(--primary-font);
    color: var(--btn-color);
    font-size: var(--f13);
    font-weight: bold;
}
.listing-description a.show-more:hover{
    color: #0B2132;
}
.listing-description .list-para {
    height: 280px;
    overflow: hidden;
    margin-bottom: var(--m10);
}
.listing-description h5{
    font-size: var(--f18);
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: var(--m15);
}
/*Gallery css start*/
.listing-gallery .col-6, .listing-gallery .col-4{
    padding: 0px;
}
.listing-gallery img{
    width: 100%;
    object-fit: cover;
}
/* .listing-gallery .row{
    gap: 10px;
} */
.listing-gallery .col-6{
    width: 49.3%;
}
.listing-gallery .col-4{
    width: 32.4%;
}
.listing-gallery .col-6 img{
    height: 300px;
}
.listing-gallery .col-4 img{
    height: 200px;
}
.listing-gallery .col-6:first-child img{
    border-radius: 10px 0 0 0;
}
.listing-gallery .col-6:nth-child(2) img{
    border-radius: 0px 10px 0 0;
}
.listing-gallery .col-4:nth-child(3) img{
    border-radius: 0px 0px 0 10px;
}
.listing-gallery .col-4:last-child img{
    /* border-radius: 0px 0 10px 0; */
}

.listing-gallery .main-btn img{
    width: 15px;
    height: 15px;
    border-radius: 0px;
}

.listing-gallery .gallery-btn {
    margin-top: var(--m25);
    display: flex;
    gap: 20px;
}
.listing-gallery {
    margin-top: var(--m40);
    padding-bottom: var(--p40);
    border-bottom: 1px solid #e8e8e8;
    }
.sleeping-arrangement {
    margin-top: var(--m40);
    padding-bottom: var(--p40);
    border-bottom: 1px solid #e8e8e8;
}
.sleeping-arrangement h3{
    margin-bottom: var(--m20);
    font-size: 32px;
}
.sleeping-arrangement .item{
        border: 1px solid #eeeeee;
    padding: 20px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .sleeping-arrangement .item img{
        width: 29px;
    }
    .sleeping-arrangement .sleeping-slider{
    padding-left: 5px;
    padding-right: 5px;
}
.sleeping-arrangement .sleeping-slider p{
    margin-bottom: 0px;
    color: #0b1f32;
}
.sleeping-arrangement .sleeping-slider p:first-child{
    color: var(--black-color);
    font-size: var(--f17);
    font-weight: 600;
}
.sleeping-arrangement .sleeping-slider .owl-nav {
   width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -50px;
    right: 0;
}
.sleeping-arrangement .sleeping-slider .owl-prev{
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    border-color:#eeeeee;
    color: var(--black-color);
}
.sleeping-arrangement .sleeping-slider .owl-next{
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
     border-color:#eeeeee;
    color: var(--black-color);
}
.sleeping-arrangement .sleeping-slider .owl-prev i, .sleeping-arrangement .sleeping-slider .owl-next i{
    font-size: 20px;
}
.listing-amenities {
    margin-top: var(--m40);
    padding-bottom: var(--p40);
}
.listing-amenities h3{
    margin-bottom: var(--m20);
    font-size: 32px;
}

.additional-services h3{
    font-size: 32px;
}
.listing-amenities ul{
   padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;

}
.listing-amenities li {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.listing-amenities li img{
    width: 25px;
    object-fit: none;
}
.listing-amenities button#amn-btn{
    justify-content: center;
    margin-top: 30px;
}
ul.amenities {
    padding-left: 0px;
}
ul.amenities li{
    display: flex;
    align-items: center;
    gap: 20px;
    color: black;
}
ul.amenities img{
    width: 25px;
    object-fit: none;
}
#amn, #rule, #safety, #policy, #policy1{
     transition: all .3s ease;
}
#amn .modal-dialog, #rule .modal-dialog, #safety .modal-dialog, #policy .modal-dialog, #policy1 .modal-dialog{
    max-width: 700px;
    height: 100vh;
    position: absolute;
    left: auto;
    right: -700px;
    width: 700px;
    top: 0;
    margin: 0px;
    transition: all .3s ease;
}
#amn ul.amenities li, #rule ul.rules-content li, #safety ul.safety-content li{
    display: flex;
    align-items: center;
    gap: 0px 20px;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
#amn .modal-content, #rule .modal-content, #safety .modal-content, #policy .modal-content, #policy1 .modal-content{
    border-radius: 0px;
    border: 0px solid;
    min-height: 100vh;
    height: auto;
}
#amn .modal-header, #rule .modal-header, #safety .modal-header, #policy .modal-header, #policy1 .modal-header{
    border: 0px solid;
    padding-bottom: 0px;
}
.additional-services {
    margin-top: var(--m40);
    padding-bottom: var(--p50);
  
}
.additional-services a.main-btn {
    display: flex;
    width: 220px;
    border-radius: 7px;
    text-decoration: none;
    color: var(--btn-color);
    background-color: var(--white-color);
    border-color: var(--btn-color);
    align-items: center;
    gap: 10px;
    font-size: var(--f13);
    justify-content: center;
}
.additional-services a.main-btn:hover{
    color: var(--white-color);
    box-shadow: inset 0 50px 0 0 var(--btn-color);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.check-availability {
    background: #ffffff;
    /* padding: 30px; */
    border-radius: 15px;
}
.check-availability h3{
    margin-bottom: var(--m20);
    font-size: 32px;
}
.check-availability ul {
    padding-left: 0px;
    margin-top: 15px;
    display: flex;
    gap: 20px;
}
.check-availability ul li{
    font-size: var(--f12);
    display: flex;
    align-items: center;
    gap: 7px;
}
/*Things to know css start*/
.things-to-know {
    padding: var(--p70) var(--p12);
    padding-top: 0px;
}
.things-to-know h3{
    margin-bottom: var(--m20);
}
.things-to-know .row{
    justify-content: space-between;
}
.things-to-know .col-4 {
    padding: 0px;
    width: 32%;
}
.things-to-know p{
    font-size: var(--f18);
    font-weight: 600;
    color: var(--black-color);
}
ul.rules-content {
    padding: 0px;
    height: 141px;
    overflow: hidden;
}
ul.safety-content {
    padding: 0px;
    height: 117px;
    overflow: hidden;
}
ul.rules-content li, ul.safety-content li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.policy-content p{
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
}
.things-to-know button.show-more{
   background: transparent;
    padding: 0px;
    border: 0px solid;
    border-radius: 0px;
    font-family: var(--primary-font);
    color: var(--btn-color);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--f14);
    font-weight: bold;
}
.things-to-know button.show-more:hover{
    color: #0B2132;
}
/* Border css start */
.border-sec{
    background: #fff;
}
.border-sec hr{
    margin: 0px !important;
    border-color: #e8e8e8;
    opacity: 1;
}

/* features section starts */
  .experience{
    padding: var(--p70) var(--p12);
    padding-bottom: 120px;
  }
  .experience .col-4{
    margin-bottom: var(--m40);
  }
  .experience img{
    margin-bottom: var(--m15);
    height: 47px;
  }
  .experience h4{
    margin-bottom: var(--m15);
    font-size: var(--f16);
    font-weight: 600;
    font-family: var(--primary-font);
  }
  .experience h2{
    text-align: center;
    margin-bottom: var(--m40);
  }
  .experience .img{
    display: inline-block;
  }
  img.experience-hover {
    display: none;
}
  .experience .img:hover img.experience-normal{
    display: none;
  }
   .experience .img:hover img.experience-hover{
    display: inline-block;
  }

  /*Accomodation css start*/
  .accomodation {
    background: #fffaf4;
    padding: var(--p70) var(--p12);
}
  .accomodation img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: right;
    border-radius: 12px;
}
.accomodation .col-8 {
    padding-left: var(--p60);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accomodation ul{
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: space-between;
}
.accomodation ul p{
    color: #0b1f32;
}
.accomodation p.accomodation-title {
    font-size: var(--f18);
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black-color);
}
.accomodation ul li{
    width: 45%;
}
.accomodation h2{
    margin-bottom: 40px;
}

/*Virtual Tour css start*/
.virtual-tour img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
/*Location css start*/
.location {
    padding: var(--p70) var(--p12);
}
.location h3{
    font-size: var(--f33);
    margin-bottom: var(--m10);
}
.location iframe{
    margin-top: var(--m10);
    margin-bottom: var(--m20);
}
.location .row, #policy1 .row{
    justify-content: space-between;
}
#policy1 .row{
    gap: 25px;
}
.location .col-6.location-details, #policy1 .col-6.location-details{
    padding: 0px;
    width: 48%;
}
#policy1 .col-12.location-details{
     padding: 0px;
}
.location p.location-title, #policy1 p.location-title{
    color: var(--black-color);
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: var(--m10);
}
.location .location-para, #policy1 .location-para{
    display: flex;
    justify-content: space-between;
}
.location .location-para p, #policy1 .location-para p{
    margin-bottom: 0px;
}
.location button{
    background: transparent;
    padding: 0px;
    border: 0px solid;
    border-radius: 0px;
    font-family: var(--primary-font);
    color: var(--btn-color);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--f14);
    font-weight: bold;
    margin-top: var(--m10);
}
.location button:hover{
    color: #0B2132;
}

/* Testimonial css start */
.testimonial {
    background: #e1e1e1;
    padding: var(--p70) var(--p12);
}
.testimonial .upper-head{
    text-align: center;
    margin-bottom: var(--m40);
}
.testimonial .testimonial-box {
    background: var(--white-color);
    border-radius: 10px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 0 10px #00000059;
}
.testimonial .testimonial-box p{
    height: 168px;
    overflow: hidden;
}
.testimonial .testimonial-box p.testi-date {
    margin-bottom: 0px;
    font-size: var(--f13);
    line-height: 1.4;
    color: var(--primary-color);
    height: auto;
}
.testimonial .item{
    padding: 8px;
}
.testimonial .testimonial-box img{
    width: 25px !important;
    margin: auto;
    margin-bottom: var(--m20);
}
.testimonial  h5.testimonial-owner {
    font-weight: bold;
    font-family: var(--primary-font);
    margin-top: var(--m20);
    font-size: var(--f16);
    margin-bottom: var(--m5);
}
.testimonial p.testi-para {
    margin-bottom: 5px;
    font-size: var(--f13);
    line-height: 1.4;
    color: #999999;
    height: auto;
}



div#gaurav-new-data-area .days-box .inner-area::-webkit-scrollbar, div#gaurav-new-data-area .additional-box .inner-area::-webkit-scrollbar{
    width: .225rem;
}
div#gaurav-new-data-area .days-box .inner-area::-webkit-scrollbar-track, div#gaurav-new-data-area .additional-box .inner-area::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
div#gaurav-new-data-area .days-box .inner-area::-webkit-scrollbar-thumb, div#gaurav-new-data-area .additional-box .inner-area::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}
div#model-form1 button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
div#model-form1 .modal-body{
    padding: 35px;
}
div#model-form1 h3{
   text-align: left;
    text-transform: capitalize;
    margin-bottom: 25px;
}
div#model-form1 form input, div#model-form1 form select {
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
}
div#model-form1 form .col-8{
    display: flex;
    align-items: flex-end;
}
div#model-form1 form .col-8 input{
    height: 40px;
}
div#model-form1 form label {
    font-size: var(--f10);
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin-bottom: var(--m5);
    text-transform: uppercase;
}
div#model-form1 form textarea {
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
    height: 110px;
}
div#model-form1 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}
div#model-form1 .content-head{
    margin-bottom: 20px;
}
div#model-form1 .content-head p{
    margin-bottom: 0px;
}
div#model-form1 .content-head a{
    color: var(--btn-color);
}
.checkbox-wrapper-19, .checkbox-wrapper-20, .checkbox-wrapper-21 {
   box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
div#model-form1 form .checkbox-wrapper-19 label, div#model-form1 form .checkbox-wrapper-20 label, div#model-form1 form .checkbox-wrapper-21 label{
    margin-bottom: 0px;
    margin-right: 10px !important;
}
.checkbox-wrapper-19 span, .checkbox-wrapper-20 span, .checkbox-wrapper-21 span{
    font-size: var(--f10);
    font-weight: 600;
    color: var(--black-color);
    font-family: var(--primary-font);
}
.checkbox-wrapper-19 span a, .checkbox-wrapper-20 span a, .checkbox-wrapper-21 span a{
    color: var(--btn-color);
}
  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox], .checkbox-wrapper-20 input[type=checkbox], .checkbox-wrapper-21 input[type=checkbox]{
    display: none;
  }

  .checkbox-wrapper-19 .check-box, .checkbox-wrapper-20 .check-box, .checkbox-wrapper-21 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after,  .checkbox-wrapper-20 .check-box::before,
  .checkbox-wrapper-20 .check-box::after,  .checkbox-wrapper-21 .check-box::before,
  .checkbox-wrapper-21 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #53008c;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before, .checkbox-wrapper-20 .check-box::before, .checkbox-wrapper-21 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after, .checkbox-wrapper-20 .check-box::after, .checkbox-wrapper-21 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked, .checkbox-wrapper-20 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-20 .check-box.checked, .checkbox-wrapper-21 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-21 .check-box.checked {
    border-color: #53008c;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after, .checkbox-wrapper-20 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-20 .check-box.checked::after, .checkbox-wrapper-21 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-21 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before,  .checkbox-wrapper-20 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-20 .check-box.checked::before,  .checkbox-wrapper-21 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-21 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }


  .checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #d1d6ee;
    --brdr-actv: #53008c;
    --brdr-hovr: #53008c;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative;
  }
  .checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
  }
  .checkbox-wrapper-30 .checkbox > * {
    position: absolute;
  }
  .checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
  }
  .checkbox-wrapper-30 .checkbox input:hover,
  .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
  }
  .checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
  }
  .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
  }
  .checkbox-wrapper-30 .checkbox input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
  }
  .checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
  }
  .checkbox-wrapper-30 .checkbox svg,
  .checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
  }
  .checkbox-wrapper-30 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}
div#model-form1 form .checkbox-wrapper-30 label{
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}
div#model-form1 form button.main-btn {
    display: block;
    border-radius: 7px;
    width: 250px;
    text-align: center;
    margin: auto;
    margin-top: var(--m20);
    text-decoration: none;
    font-size: var(--f13);
}

.details-head h3{
    font-size: 30px;
}

.villa-listing-parent .listing-gallery .gallery-btn {
    margin-top: var(--m25);
    display: flex;
    gap: 20px;
}

.villa-listing-parent .listing-gallery a.main-btn {
    width: 200px;
}

.villa-listing-parent .listing-gallery .main-btn {
    display: flex;
    width: 180px;
    border-radius: 7px;
    text-decoration: none;
    color: var(--btn-color);
    background-color: var(--white-color);
    border-color: var(--btn-color);
    align-items: center;
    gap: 10px;
    font-size: var(--f13);
    justify-content: center;
    border: 1px solid var(--btn-color);
}

section.list-slider-sec{
    padding-bottom: 0;
}

section.list-details-sec{
    padding-top:0;
}
section.map-sec{
    padding-top:0;
}
section.property-detail {
    padding-bottom: 0;
}
.experience-sec{
    padding: 0;
}
section.experience-sec{
padding: 0;
}

section.experience-sec .row{
    gap:20px 0;
}
.col-6.adults select{
    padding: 0 !important;
    height: 76px !important;
    width: 100% !important;
    border-radius: 4px;
    /* margin-top: 10px; */
    border: 0;
}

section.list-details-sec{
    padding-bottom: 0;
}


.ask-btn{
    margin-right: 260px;
    margin-top: -42px;
}

.list-slider-sec .item{
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}

.drop-sec{
    border: 1px solid #b5aeae;
    border-radius: 4px;
    margin-top: 15px;
    position: relative;
}

.line{
    height: 45px;
    width: 1px;
    margin-top: 19px;
    background: #b5aeae;
}



.row .drop-sec .line{
    height: 45px;
    width: 1px;
    margin-top: 19px;
    background: #b5aeae;
    position: absolute;
    top: -4px;
    right: 50%;
}



input#demo17, input#demo171 {
    position: absolute;
    left: 0px;
    top: 2px !important;
    /* width: 360px; */
    opacity: 0;
    height: 75px !important;
    z-index: 99999999;
    cursor: pointer;
}
section.list-details-sec .share-area{
    position:relative;
}
section.list-details-sec .share-area .icon-area {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 40px;
    right: 0;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    z-index:1;
}
section.list-details-sec .share-area .icon-area svg{
    width: 14px;
}
section.list-details-sec .share-area:hover .icon-area{
    display:block;
}
section.list-details-sec .share-area a{
    display: inline-block;
    background: transparent;
    border: transparent;
    color: var(--black-color);
    font-size: var(--f14);
    font-weight: 400;
    padding: var(--p8);
    width: 100%;
    text-align: center;
}

section.list-details-sec .share-area a:hover{
    background: var(--btn-color);
    border: var(--btn-color);
    color:var(--white-color);
    box-shadow: inset 0 0px 0 0 var(--btn-color);
}
section.list-details-sec .share-area a:hover svg{
    fill: var(--white-color);
}

    .parent .upper-area {
        margin-bottom: var(--m40);
    }

    .parent .adr-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .parent .row.gallery {
        gap: 1%;
        margin-top: var(--m10);
    }

    .parent .gallery .col-6 {
        padding: 0px;
        width: 49.5%;
    }

    .parent .gallery .col-6 {
        padding: 0px;
        width: 49.5%;
    }

    .parent .gallery .col-6.right .row {
        gap: 2%;
    }

    .parent .gallery .col-6.right .row .col-6 {
        padding: 0px;
        width: 49%;
        margin-bottom: var(--m14);
        position: relative;
    }

    .parent .share-area {
        position: relative;
    }
.parent{
    padding-top: 80px;
}
    .parent h6 {
        font-size: var(--f14);
        color: var(--black-color);
        font-weight: 500;
        font-family: var(--primary-font);
        margin-bottom: 0;
    }

    .parent .gallery .col-6.right img {
        width: 100%;
        height: 193px;
        object-fit: cover;
    }

    .parent .gallery .col-6.left img {
        height: 400px;
        object-fit: cover;
        width: 100%;
        border-radius: 0;
    }

    .parent .gallery button.main-btn {
    padding: var(--p10);
    width: 150px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    /* background: var(--other-color); */
    /* border: 1px solid var(--other-color); */
    color: var(--white-color);
}
.parent .share-area .icon-area {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 40px;
    right: 0;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    z-index: 1;
}
.video-info {
    padding-top: 40px;
}
.video-info  h3{
    margin-bottom: var(--m20);
    font-size: 32px;
}

.ep-iFrameLarge {
    height: 90% !important;
    overflow-x: hidden !important;
}
