.gallery{
    justify-content: space-between;
}
section.property-detail .col-8 {
    padding-right: var(--p12);
}
.big-img{
    width:73%;
}
.big-img img{
    border-radius: 20px 0 0 20px;
}
.gallery1 .sidebar .img-active .second{
    box-shadow: 5px 0 4px -4px #333;
}
.gallery1 .sidebar .img-active img{
    height: 168px;
    width:100%;
    object-fit:cover;
    box-shadow: 2px 0px 5px #333;
}
.gallery1 .sidebar .img-active:first-child img{
    border-radius: 0px 20px 0 0px;
  box-shadow: 1px -1px 5px #333;
}
.gallery1 .sidebar .img-active:last-child img{
    border-radius: 0px 0px 20px 0px;
  box-shadow: 2px 3px 5px #333;
}
.gallery1 span{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 0px 0px 0px;
    padding: 5px 10px;
    color: var(--white-color);
    font-size: var(--f12);
}
.gallery1 a{
    position: relative;
    display: block;
}
.gallery1 .big-img a img{
    height:546px;
    width: 100%;
    object-fit: cover;
}
.gallery1 .big-img a span{
     border-radius: 0px 0px 0px 20px;
}
.gallery1 .sidebar .img-active:last-child span{
    border-radius: 0px 0px 20px 0px;
}
.gallery1 button{
    position: absolute;
    right: 6px;
    bottom: 36px;
    padding: var(--p10) var(--p10);
    font-size: var(--f14);
    cursor: pointer;
}
.main{
    padding:0;
}
.breadcrumb{
    padding-left:var(--p0);
}
.hidden-gallery{
    display:none;
}
.prop-price h5{
  font-family: var(--primary-font);
    font-size: var(--f20);
    text-align: right;
    color: var(--other-color);
}
.prop-price h5 span {
    font-size: var(--f16);
}
.gallery1{
    padding: var(--p20) var(--p1);
}
.property-detail h4{
    font-size: var(--f26);
    color: var(--secondary-color);
    margin-bottom: var(--m10);
    font-family: var(--primary-font);
}
.property-detail h6{
    font-size: var(--f17);
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: var(--m15);
    padding-left: 0px;
    margin-top: var(--m15);
}
.property-detail .ammenities h6{
    color: var(--secondary-color);
}
.sidebar{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.img-main{
    height:100%;
}
.img-main img{
    height:100%;
  		box-shadow: -2px 3px 9px #333;

}
.property-detail .ammenity-home{
    display:flex;
    gap:15px;
}
.property-detail .ammenity-home li{
    font-size: var(--f17);
}

.description{
    padding:var(--p20) 0;
     border-bottom: 1px solid #b7b7b7;
     padding-bottom: var(--p40);
}
.description .container-fluid, .ammenities .container-fluid, .policies .container-fluid, .reviews .container-fluid{
    padding: 0px;
}
.description h2{
    color:var(--other-color);
    font-family: var(--primary-font);
    font-size: var(--f25);
    font-weight: 500;
}
.description p{
    text-align:justify;
    font-family: var(--primary-font);
}
input#demo17{
    top: 88px;
    width: 92%;
    left: 18px;
}
.datepicker {
    width: 530px;
    right: 10px;
}
.read-more, .read-less{
    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: 0px;
    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;
    margin-top:var(--m20);
}
.read-more:hover{
     background: var(--other-color);
      color: var(--white-color);
       border: 2px solid var(--other-color);
}
.ammenities{
    padding: var(--p40) 0;
    border-bottom: 1px solid #b7b7b7;
}
.ammenities i{
    color: var(--other-color);
    margin-right: var(--m5);
}
.ammenities h2{
color:var(--other-color);
font-family: var(--primary-font);
    font-size: var(--f25);
    font-weight:500;
}
.ammenities h5{
    padding-left:0;
    color: var(--black-color);
}
.ammenities .col-4{
    margin-bottom: var(--m10);
    font-family: var(--primary-font);
}
.policies {
    padding: var(--p40) 0;
     border-bottom: 1px solid #b7b7b7;
}
.policies p{
    text-align:justify;
    line-height: 1.625rem;
    
}
.policies h2{
    color:var(--other-color);
    font-family: var(--primary-font);
    font-size: var(--f25);
    font-weight:500;
}
.reviews {
    padding: var(--p40) 0px;
     border-bottom: 1px solid #b7b7b7;
}
.reviews h2{
    color:var(--other-color);
    font-family: var(--primary-font);
    font-size: var(--f25);
    font-weight:500;
}
.review-img img{
    width: 60px;
}
.review-img{
    width: 12%;
}
.col-review{
    width:88%;
}
.col-review h6{
    margin-bottom: var(--m2);
    margin-top: var(--m2);
}
.col-review p{
 margin-bottom:0px;   
}
.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.star-review i{
    font-size: var(--f14);
}
.get-quote {
    padding: 0px;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 5px;
    position: sticky;
    top: 1rem;
    text-align: center;
}
.get-quote .col-md-12 {
    padding: 0px;
}
.forms-booking-tab {
    padding: 30px 20px;
    box-shadow: 0px 0px 13px #dad9d9;
    border-radius: 10px;
}
.forms-booking-tab label{
    display:none;
}
.forms-booking-tab select.form-control.class-add-on-data {
    height: 42px;
    margin-top: 1rem;
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p5) var(--p22) var(--p5) var(--p10);
    background: transparent;
    border: 1px solid var(--secondary-color);
    width: 100%;
}
.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;
    background: var(--other-color);
    font-size: var(--f18);
}
.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: 49.5%;
    display: inline-block;
}
.ovabrw_datetime_wrapper input {
    height: 42px;
    margin-top: 1rem;
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p30);
    background: transparent;
    border: 1px solid var(--secondary-color);
    width: 100%;
}


.ovabrw_datetime_wrapper i, .ovabrw_service_select.rental_item i, .pets i {
    position: absolute;
    left: 0.5rem;
    top: 1.7rem;
    font-size: 18px;
    color: var(--secondary-color);
}
i.fa-solid.fa-users.users-icn {
       top: 0.7rem;
}
.ovabrw_service_select.rental_item {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    margin-bottom:0px;
}
input#show-target-data {
    height: 42px;
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p35);
    background: transparent;
    border: 1px solid var(--secondary-color);
    width: 100%;
}

.ovabrw_service_select.rental_item i{
    top: 0.7rem !important;
}
div#guestsss {
    width: 100%;
    min-width: 200px;
    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;
    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;
}

#guestsss button.button1 {
    background: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f25);
    line-height: 40px;
    margin-left: var(--m14);
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}

.form-control:focus {
    background-color: var(--white-color) !important;
}
form#booking_form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: var(--m15);
    line-height: 1.5;
}
.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: 1.7rem;
    font-size: 18px;
    color: var(--secondary-color);
}
.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;
    margin-top: var(--m10);
}


.contact-form{
     padding: var(--p40) 0;
    
}
.contact-form h2{
    font-family: var(--primary-font);
    font-size: var(--f25);
    font-weight:500;
}
.main-form {
   padding: var(--p30) var(--p30);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding-top: 0;
}
.form-control{
    border:none;
   width: 100%;
    border: 1px solid var(--other-color);
    border-radius: 0px;
}
.textarea{
    width:100%;
}

.contact-form .row{
    padding: 0px;
    padding-top:30px;
    gap: 2%;
}
.contact-form .row .col-6 {
    flex: 0 0 auto;
    width: 49%;
}
.contact-form .row .col-4{
    width: 32%;
}
.submit-btn{
    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: 0px;
    line-height: 1.75rem;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
   letter-spacing: 2.4px;
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.5);
}
.submit-btn:hover{
     background: var(--other-color);
    border-color: var(--other-color);
}
.submit{
     padding-top: 20px;
}
.des {
    height: 290px;
    overflow: hidden;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -39px;
    top: 52%;
    z-index: 3;
    display: none;
    color: var(--white-color) !important;
    letter-spacing: 0px;
}
div#book button.main-btn.close111{
    width:100%;
}