.menu_logo img, .logo_img img {
    max-height: 65px !important;
}

.auth-container .form-wrapper .form-logo img {
    max-width: 154px !important;
    height: auto !important;
}
.disabled_link {
    pointer-events: none; /* Disable click events */
    opacity: 0.6; /* Optionally reduce opacity to visually indicate it's disabled */
    /* Add any other styles to visually indicate the disabled state */
}
.btn-theme-bg{
    background: #087c7c;
    border: 1px solid #087c7c;
}

.theme-bg{
    background: #087c7c;
}

.btn-theme-bg:hover {
    color: #fff;
    border-color: #f99417;
    background: #f99417;
}
.text-theme-color{
    color: #087c7c;
}

header.o_land_header .header_area .main_menu {
    margin-left: 0;
}

header.o_land_header .header_area .main_menu ul li a {
    margin: 0px 18px;
}


header.o_land_header .header_area .header_top_area{
    padding: 10px 0px;
}
.menu_logo img, .logo_img img {
    max-height: 80px !important;
}


.property_search_wrapper {
    display: flex;
    border: 1px solid #f1ece8;
    border-radius: 50px;
    padding: 0;
    min-height: 60px;
    grid-gap: 16px;
    align-items: center;
}
.property_search_wrapper .property_search_left,
.property_search_wrapper .property_search_right{
    max-width: 230px;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property_search_wrapper .property_search_middle {
    border-right: 1px solid #f1ece8;
    border-left: 1px solid #f1ece8;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    min-height: 60px;
}
.property_search_wrapper .property_search_middle input{
    border : 0 ;
    font-size: 18px;
}
.property_search_wrapper .property_search_middle input::placeholder{
    font-size: 18px;
}

.property_search_wrapper .property_search_right {
    display: flex;
    grid-gap: 12px;
    max-width: 300px;
}
.property_search_wrapper .property_search_right .o_land_primary_btn{
    border-radius: 50px;
    padding: 21.5px 24px;
}
.property_search_wrapper .property_search_right .o_land_select2{
    border: 0 !important;
}
.property_search_wrapper .property_search_right .o_land_select2 .current {
    font-size: 18px;
}
.property_search_box {
    padding: 10px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 25%);
    border-radius: 50px;
    position: relative;
    z-index: 12;
    background: #fff;
    margin-top: -43px;
}
.home_banner .owl-dots {
    bottom: 50px;
}

/*landlorad_cta*/
.landlorad_cta{
    background: #c99d66;
}
.landlorad_cta a{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 21px 0;
}
.landlorad_cta .row .col-md-4:not(:last-child){
    border-right: 1px solid rgba(255,255,255,.3)
}
.whatsapp-chat {
    position: fixed;
    bottom: 0;
    margin: 8px;
}
.home_banner .banner_single .description .text p span {
    color: #fff !important;
    font-size: 14px !important;
    font-family: "Circular Std Book" !important;
}
.home_banner .banner_single .description .text h2 span {
    line-height: 3 !important;
    color: #087c7c !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: "Circular Std Book" !important;
}
