.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; */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 16px;
    padding: var(--p10) var(--p10);
    font-size: var(--f14);
    cursor: pointer;
    background: var(--secondary-color);
}

.main {
    padding: 0;
}

.breadcrumb {
    padding-left: var(--p0);
}

.hidden-gallery {
    display: none;
}

.prop-price h5 {
    font-family: var(--primary-font);
    font-size: var(--f18);
    text-align: right;
    color: rgb(237 147 68);
    font-weight: 600;
}

.prop-price h5 i {
    color: #e6b022;
}

.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);
}

.property-detail h6 {
    font-size: var(--f15);
    color: var(--black-color);
    font-weight: 500;
    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(--f16);
    color: var(--para-color);
}

.property-detail .ammenity-home li i {
    color: var(--btn-hover);
}

.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 {
    font-family: var(--primary-font);
    font-size: var(--f23);
    font-weight: 500;
}

.description p {
    text-align: justify;
    font-family: var(--primary-font);
}

.read-more,
.read-less,
.amn-more,
.amn-less,
.policy-space,
.space-less,
.policy-access,
.access-less, .policy-notes, .notes-less, .policy-rules, .policy-less {
    font-size: 14px;
    width: 200px;
    font-weight: 400;
    color: var(--white-color);
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    padding: 10px 26px;
    border-radius: 25px;
    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 {
    font-family: var(--primary-font);
    font-size: var(--f23);
    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 {
    font-family: var(--primary-font);
    font-size: var(--f23);
    font-weight: 500;
}

.reviews {
    padding: var(--p40) 0px;
    border-bottom: 1px solid #b7b7b7;
}

.reviews h2 {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: var(--f23);
    font-weight: 500;
}

.review-img img {
    width: 60px;
}

.review-img {
    width: 12%;
}

.col-review {
    width: 88%;
    margin-bottom: 10px;
}

.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 .main-cal {
    position: relative;
    display: flex;
    justify-content: space-between;
}

input#demo17 {
    width: 100% !important;
    height: 52px !important;
    left: 0 !important;
}

#datepicker-demo17.datepicker {
    right: -10px;
    top: 74px;
}

.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(--heading-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: 48.5%;
    display: inline-block;
}

.ovabrw_datetime_wrapper input {
    height: 52px;
    margin-top: 1rem;
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 5px;
    padding: var(--p10) var(--p10) var(--p10) var(--p10);
    background: #d6d6d6;
    border: 0px 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: 52px;
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 5px;
    padding: var(--p10) var(--p10) var(--p10) var(--p10);
     /* background: #d6d6d6 !important; */
    border: 0px 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;
    display: block;
}

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

#guestsss .adult-box p {
    margin-bottom: 0px;
    margin-top: 0px;
    color: var(--black-color);
}

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

.form-control:focus {
    background-color: #d6d6d6 !important;
}

form#booking_form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: var(--m8);
    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;
}

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);
    display: none;
}

.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: 15px 16px;
    margin-top: var(--m10);
    background: var(--secondary-color);
    border-radius: 50px;
}


.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;
}

.policy-ctg {
    color: var(--para-color);
}

.des,
.amn,
.space,
.access, .house-rules, .notes {
    height: auto;
    color: var(--para-color);
    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 {
    border-radius: 50px;
    padding: 15px;
    height: auto;
    background: var(--secondary-color);
    color: #fff;
    border: none;
    width: 100%;
}

.page-link {
    color: var(--black-color);
}

.active>.page-link,
.page-link.active {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -39px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}


pre {
    white-space: pre-line;
    word-break: break-word;
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: var(--f16);
}

pre p {
    white-space: pre-line;
    text-align: justify !important;
}

.booklet {
    padding: var(--p40) 0;
    border-bottom: 1px solid #b7b7b7;
}

.booklet .row,
.booklet .container-fluid {
    padding: 0px;
}

.booklet h2 {
    color: var(--btn-color);
    font-family: var(--primary-font);
    font-size: var(--f25);
    font-weight: 500;
}

.booklet a {
    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);
}

div#gaurav-new-data-area .col-md-6,
div#gaurav-new-modal-days-area .col-md-6 {
    color: var(--para-color) !important;
}

.side-map {
    margin-top: 25px;
}

.side-map h3 {
    margin-bottom: 20px;
    font-family: var(--primary-font);
    font-size: var(--f23);
    font-weight: 500;
}

div#datepicker-demo17 {
    margin-top: 4px;
}

/* search bar */


.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 85%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: 0;
    border-radius: 40px;
}

.search-bar select {
    font-size: var(--f16);
    color: var(--secondary-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input {
    font-size: var(--f16) !important;
    color: var(--secondary-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
}

.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--secondary-color);
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: var(--secondary-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
}

.search-bar .guest {
    padding-top: 4px !important;
}
.search-bar .col-3 {
    position: relative;
    width: 25%;
    padding-left: var(--p10);
    padding-right: 0;
    padding-top:15px;
    padding-bottom: 0;
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 22px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check i {
    top: 22px;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
    display: none;
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 0 40px 40px 0;
    border: 1px solid var(--white-color);
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: 1px solid var(--btn-color);
    border-radius: 20px;
}

.search-bar .datepicker-common-2 {
    padding-top: 15px;
    padding-left: 15px;
    width: 50%;
}

.search-bar .main-check {
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    width: 40%;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: space-around;
}

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;
    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 {
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

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

.search-bar .main-check {
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
}

input#demo17 {
    position: absolute;
    /* left: 0px; */
    top: 15px;
    width: 425px;
    opacity: 0;
    height: 55px;
    z-index: 99999999;
    cursor: pointer;
}

#guestsss button.button11.button1 {
    margin-left: var(--m14);
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

.search-bar {
    position: absolute;
    top: 348px;
    width: 100%;
    z-index: 3;
}




.forms-booking-tab input#show-target-data{
    background: #d6d6d6 !important;
}


/* property card design */

section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--white-color);
    padding-bottom: 0;
    padding-bottom: 80px;
    /* padding-top: 0; */
    /* display: none; */
}
section.home-list .row{
    gap: 30px 0;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10);
}
section.home-list .view .forward{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
   border-radius: 15px 15px 0 0;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img img{
    height: 320px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px 15px 0 0;
    display: block;
 
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: var(--p60) var(--p25) var(--p25) var(--p25); */
    background: var(--white-color);
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: -40px;
    padding: 50px 15px 15px;
}
#datepicker-demo17.datepicker{
    left: -87px;
    top: 70px;

}
.form-control:focus {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
section.home-list .pro-cont p{
    font-size: var(--f15);
    border-bottom: 1px solid #E6E8EC;
    overflow: hidden;
    max-height: 100px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating span{
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f13);
}
section.home-list h3.title {
    font-size: var(--f18);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 22px;
    max-height: 46px;
    overflow: hidden;
    width: 100%;
    margin-top: var(--m11);
}
section.home-list h3.title a{
    color: var(--black-color);
}
section.home-list p.adr {
    font-size: var(--f16);
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    border-bottom: none;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width:100%;
}
section.home-list i {
    color: var(--btn-color);
    margin-right: 8px;
}
section.home-list ul li{
    font-size: var(--f14);
    color: #777E90;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* gap: 10px; */
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--btn-color);
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    border-radius: 30px;
    right: 0;
    z-index: 1;
    font-family: var(--primary-font);
    margin-top: 15px;
    padding-left: 15px !important;
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--btn-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f18);
    color: #5383fe;
    background-color: var(--white-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
section.home-list .featured{
    position: absolute;
 top: 18px;
    right: 20px;
    z-index: 1;
    display: none;
}

section.home-list .how-we-value-heading  h2 {
   padding-top: var(--p10);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: var(--m10);
    font-size: var(--f48);
}
section.home-list .how-we-value-heading p{
    font-size: var(--f19);
    color: var(--btn-color);
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .filter{
    display: none;
    justify-content: center;
    align-items: center;
}
section.home-list .filter .filter-c{
    display: flex;
    gap: 20px;
    width: 60%;
    justify-content: center;
    padding: var(--p40) 0;
} 
section.home-list .filter .filter-c li{
    cursor: pointer;
}
section.home-list .filter .filter-c .active{
    background: rgb(53, 57, 69);
    border-radius: 15px;
    padding: var(--p5) var(--p15);
    color: var(--white-color);
    font-weight: 400;
}

section.home-list .col-lg-4 {
    padding: 12px !important;
}