a{
    text-decoration: none !important;
}

video{
    width: min(100%, 800px);
    margin: auto;
}

button.bg-brand-green:hover{
    background-color: #dd3a0d;
}

a.bg-brand-green:hover{
    background-color: #dd3a0d;
}

button.bg-brand-green::selection{
    background-color: #dd3a0d;
}

a.bg-brand-green::selection{
    background-color: #dd3a0d;
}

.text-brand-green{
    color: #E8542B !important;
}

.bg-brand-green-dark{
    background-color: #dd3a0d;
}
.bg-brand-green{
    background-color: #E8542B !important;
}

.visit-form-wrap input::placeholder{
    color: gray !important;
}

.rounded-brand-sm{
    border-radius: 15px !important;
}
.rounded-brand{
    border-radius: 20px !important;
}
.rounded-brand-lg{
    border-radius: 25px !important;
}
.overflow-hidden{
    overflow: hidden !important;
}

.cursor-pointer{
    cursor: pointer;
}

.bg-white{
    background-color: white !important;
}

.w-max-content{
    width: max-content;
}

.fs-sm{
    font-size: 14px !important;
}

.map-wrap{
    width: 55px;
    height: 55px;
}

.name-n-dealer-mob{
    display: none;
}

.floating-btns-wrap{
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

.float-btn-wrap{
    background-color: white !important;
    width: min(100%, 500px);
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: 0px -7px 15px rgba(0, 0, 0, 0.2);
}

.switcher{
    display: none !important;
}

.category-card{
    /* aspect-ratio: 1/1; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.category-icon{
    font-size: 40px;
}
/* 
.search-wrap{
    margin-top: -25px;
} */

/* .feature-block{
    width: calc(83vw / 3);
    margin-right: 10px;
} */

/* .feature-card-wraper, .rent-card-wraper{
    width: 100%;
    overflow-x: auto;
} */

/* .feature-card-wrap, .rent-card-wrap{
    width: max-content;
} */

.lower-content{
    padding: 20px !important;
    padding-top: 0px !important;
}

.scroll-to-target{
    display: none !important;
}

.loader-wrap{
    display: none !important;
}

.property-details{
    padding-top: 15px !important;
}

.accordion-box .block .acc-btn{
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-box .block .acc-content{
    padding-left: 10px;
    padding-right: 10px;
}

.number-popup-wrap, .visit-form-wrap, .myloader-wrap, .success-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.visit-form-wrap{
    display: none;
}

.number-popup-wrap{
    display: none;
}

.myloader-wrap, .success-wrap{
    justify-content: center;
    display: none;
}

.success{
    width: min(100%, 500px);
}

.loan-form-wrap{
    position: sticky !important;
    top: 0px !important;
}

.number-popup, .visit-form{
    width: min(100%, 500px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* min-height: 40vh; */
}

.deals-block-one .inner-box{
    padding: 0px !important;
    padding-top: 79px !important;
}

.otp-popup{
    width: min(100%, 500px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 40vh;
    display: none;
}

.vist-btn-wrap{
    width: 60%;
}
.wa-btn-wrap{
    width: 40%;
}

.my-author-info{
    position: relative;
}
.see-map-wrap-2{
    position: absolute;
    right: 10px;
}

.map-wrap-2{
    width: 45px;
    height: 45px;
}

.perks-card i{
    font-size: 30px;
}
.perks-card p{
    font-size: 10px;
}

.ola-div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ola-text{
    position: absolute;
}

.presentation-div{
    position: relative;
}

.presentation-text{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
}

.howu-heard-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    justify-content: end;
    align-items: end;
    z-index: 999;
}
.howu-heard-div{
    background-color: white;
    width: min(70vw, 400px);
    border-radius: 20px;
}
.form-check-input:checked {
    background-color: #dd3a0d !important;
    border-color: #dd3a0d !important;
}

.home-thanks-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.home-thanks{
    width: min(100%, 500px);
    background-color: white;
    border-radius: 20px;
}

@keyframes spinner {
    0%{
        transform: rotate(0deg);
    }100%{
        transform: rotate(360deg);
    }
}

.myloader-spinner{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 10px solid white;
    border-top: 15px solid var(--green);
    animation: spinner 1s linear infinite;
}

/* .search-popup-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 999;
} */

/* .proper-wrap{
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 40px;
} */

/* .proper-wrap::-webkit-scrollbar{
    display: none;
} */

.feature-block-one .inner-box .image-box .category {
    position: absolute;
    right: 10px !important;
    left: unset !important;
    top: 10px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0px 14px;
    text-align: center;
    background-color: #f2b241;
    z-index: 1;
    border-radius: 8px !important;
}

.banner-icon{
    font-size: 45px;
}

.banner-caro .owl-nav{
    display: none !important;
}

/* .banner-caro .owl-dot{
    width: 20px !important;
    height: 20px !important;
    background-color: red !important;

} */

.sec-title h2{
    font-weight: 700 !important;
}

.sec-title h5{
    font-weight: 700 !important;
}

.title-text h4 a{
    font-weight: 600 !important;
}

.hero-text{
    font-size: 60px !important;
    line-height: 60px !important;
    margin-bottom: 30px !important;
}

.loan-form{
    background-color: rgb(240, 240, 240) !important;
    border-radius: 10px !important;
}

.loan-form::placeholder{
    color: rgb(165, 165, 165) !important;
}

.loan-btn-btn{
    border-radius: 10px !important;
}

.loan-form-h2{
    font-weight: 900;
}

.loan-span{
    color: #E8542B !important;
}

.banner-card{
    background-color: #E8542B;
}

.prop-price, .first-price{
    display: none;
}

.brand-logo-wraper{
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image{
    width: 100% !important;
    aspect-ratio: 3/2 !important;
    overflow: hidden !important;
}

.image img{
    width: 100% !important;
    height: 100% !important;
}

.mobile-menu .nav-logo{
    display: none;
}

.perks-img-wrap{
    width: min(100%, 100px);
}

.prop-desc-wrap{
    display: none;
}

.success-pop-wrap{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.sell-popup, .success{
    width: min(500px, 100%) !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.home-signup-input::placeholder{
    font-weight: 200;
    color: rgb(193, 193, 193);
}

.nice-select{
    display: none !important;
}

.nice-select .option{
    padding: 0px 5px !important;
}

select{
    display: block !important;
}

/* .success{
    width
} */

.mob-drop{
    display: none !important;
}

@media screen and (width < 1200px) {
    .sell-btn{
        display: none !important;
    }
}

@media screen and (width < 800px) {
    .name-n-dealer{
        display: none;
    }
    .name-n-dealer-mob{
        display: block;
    }
    .header-top{
        display: none !important;
    }
    .mobile-nav-toggler{
        margin-top: 0px !important;
    }
    .hero-text{
        font-size: 50px !important;
        line-height: 50px !important;
        margin-bottom: 20px !important;
    }
    .eligible-mob{
        display: block;
    }
    .eligible-desk{
        display: none;
    }
    .mob-loan{
        display: block;
    }
    .desk-loan{
        display: none;
    }
    .banner-wrap{
        display: block;
    }
    .desk-banner-wrap{
        display: none;
    }
    .prop-desc-wrap{
        display: none;
    }
    .mob-drop{
        display: flex !important;
    }
    .desk-drop{
        display: none !important;
    }
}

@media screen and (width > 800px) {
    .started-head, .strarted-para{
        text-align: center;
    }
    .eligible-mob{
        display: none;
    }
    .eligible-desk{
        display: block;
    }
    .prop-desc-wrap{
        display: block;
    }
    /* .feature-card-wraper, .rent-card-wraper{
        width: 100%;
        overflow-x: hidden;
    } */
    
    /* .feature-card-wrap, .rent-card-wrap{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 20px;
    } */
    .mob-banner-wrap{
        display: none;
    }
    .desk-loan{
        display: block;
    }
    .mob-loan{
        display: none;
    }
    .banner-wrap{
        display: none;
    }
    .desk-banner-wrap{
        display: flex;
    }
}

@media screen and (width < 499px) {
    .mobile-nav-toggler{
        margin-top: -70px !important;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section {
        padding: 64px 0px 200px 0px;
    }
}

@media screen and (width > 800px) {
    .perks-card p{
        font-size: 14px;
    }
}

.testimonial-section {
    position: relative;
    padding: 114px 0px 220px 0px !important;
}

.main-header .logo-box .logo {
    max-width: 120px !important;
}