.bhktabs button {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #303030;
    font-size: 16px;
    font-weight: 600;
}
.bhktabs button:hover {
    color: var(--main-theme);
}
.bhktabs {
    gap: 19px;
    border-bottom: 1px solid #d1d1d1;
}
.bhktabs button.active {
    color: var(--main-theme);
    border-bottom: 2px solid;
}
.bhkcontentDetails  .fillboxbhk input, .bhkcontentDetails  .fillboxbhk .nice-select {
    border: 1px solid #c5c5c5;
    font-family: 'addressofchoice';
    font-size: 16px;
    color: #646464;
}

.bhkcontentDetails  .fillboxbhk input {
    border-radius: 5px;
    padding: 8px 15px;
}

.bhkcontentDetails  .fillterlistOv {
    display: flex;
    justify-content: space-between;
}

.bhkcontentDetails  .Lfiltter_Project {
    overflow: hidden;
}
.bhkcontentDetails .SortBy button.btn {
    border: 1px solid #adadad;
    color: #606060 !important;
}
.bhkDetailsContact {
    background: #ffefea;
    height: 100%;
    padding: 20px;
    position: relative;
}

.bhkDetailsContact:before {
    top: -10px;
    bottom: inherit;
}

.bhkcontentDetails .row {
    overflow: hidden;
}

.bhkDetailsContact:before,.bhkDetailsContact:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #ffefea;
    height: 10px;
    left: 0;
    bottom: -10px;
}

.bhkDetailsContact .amountbhk {
    font-size: 24px;
    font-weight: 700;
}

.bhkDetailsContact .persqftAmount {
    font-size: 18px;
    margin: 6px 0px 20px;
}

.bhkDetailsContact .btnGroups a {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s ease;
}

.bhkDetailsContact .btnGroups a.common_outline {
    border: 1px solid;
    width: 100%;
    display: block;
    padding: 7px;
    border-color: #323232;
    color: #323232;
}

.bhkDetailsContact .btnGroups a:hover {
    opacity: 0.8;
}
.still_searching {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 15px #0000002e;
}

.still_searching .featuedProjectTitle {
    font-size: 28px;
    color: #222222;
    font-weight: 600;
}
.still_searching .common_btn {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-top: 30px;
}

.still_searching .btn.filterBtn {
    margin-bottom: 10px;
}
.Popular_ProjectsBHJK .property_boxWarp h4 a {
    text-decoration: none;
    color: #1e1e1e;
}
.Popular_ProjectsBHJK .property_price .common_btn {
    padding: 5px 17px;
}
.property_boxWarpLocation {
    padding: 0 16px;
    text-align: center;
}

.property_boxWarpLocation .img_propertyBox {
    position: relative;
    margin-bottom: 10px;
}

.property_boxWarpLocation .img_propertyBox img {
    border: 2px solid var(--main-theme);
    padding: 4px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.rt__reraTag {
    background: var(--main-theme);
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 2px 11px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-20%);
}

.rt__reraTag i {
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.property_boxWarpLocation h4 a {
    color: #222;
    text-decoration: none;
    font-size: 19px;
}

.property_boxWarpLocation h4 {
    line-height: 1.1;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: -3px;
}

.property_boxWarpLocation h5 {
    font-weight: 600;
}

.property_boxWarpLocation {
    margin-bottom: 30px;
}

.property_boxWarpLocation p {
    margin-bottom: 8px;
}



.newlyLaunchBHK .property-card {
    margin: 6px 14px 20px;
    background: #ffffff;
    padding: 30px 20px 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 26%);
}

.newlyLaunchBHK .property-card a {
    color: inherit;
    text-decoration: none;
}

.newlyLaunchBHK .property-header span {
    background-color: #397fff;
    padding: 6px 23px 6px 10px;
    clip-path: polygon(0 0, 100% 0, 89% 49%, 100% 100%, 0 100%, 0% 50%);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.newlyLaunchBHK .property-header:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -10px;
    left: 0px;
    border-right: 10px solid #1659d3;
    border-bottom: 4px solid transparent;
}

.newlyLaunchBHK .property-header {
    position: absolute;
    left: -10px;
    top: 16px;
}

.newlyLaunchBHK .property-content  > a {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 12px;
}

.newlyLaunchBHK .property-content img.property-image {
    max-width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.newlyLaunchBHK .property-info h3 {font-weight: 700;font-size: 22px;}

.newlyLaunchBHK .property-content p {
    font-size: 16px;
    color: #424242;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 3px;
    margin-bottom: -2px;
}

.newlyLaunchBHK .property-footer {
    display: flex;
    align-items: center;
    border-top: 1px dashed #b7b7b7;
    margin: 20px 0 0;
    padding: 15px 0 0;
    gap: 40px;
    justify-content: space-between;
}

.newlyLaunchBHK .property-footer p.zerobrokerage {
    margin-bottom: 0;
    display: flex;
    line-height: 1.2;
}
.newlyLaunchBHK .property-footer .common_btn {
    max-width: 160px;
}
.client_slider .item {
    padding: 0 10px 20px;
}
.newlyLaunchBHK .property-footer p.zerobrokerage i {margin-top: 4px;margin-right: 10px;color: green;}
.Nearby_Localitieswarp .nearbyHeading img {
    width: 100%;
}

.Nearby_Localitieswarp .nearbyHeading {
    align-items: center;
}

.Nearby_Localitieswarp .nearbyHeading figure {
    margin-bottom: 0;
}
.blog_grid p {
    min-height: 73px;
}
.Nearby_Localitieswarp .propertynearBox .text_btn.text-orange {
    color: var(--main-theme);
    text-decoration: none;
    font-size: 13px;
}
.Nearby_Localitieswarp  .propertynearBox {
    background: #fff;
}

.location_sliderRo .card {
    padding: 22px 24px 8px;
    height: 100%;
}

.location_sliderRo .item {
    padding-right: 25px;
    height: 100%;
}

.location_sliderRo .card h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

p.priceSqft span {
    font-size: 40px;
    color: #c97d65;
}

.location_sliderRo .card p.highlight {
    font-size: 18px;
}

span.review-stars {
    background: var(--main-theme);
    display: inline-block;
    width: 60px;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    border-radius: 5px;
    margin-right: 10px;
}

span.read-more {
    color: var(--main-theme);
}

.location_sliderRo .owl-wrapper {
    display: flex !important; 
    margin-bottom: 20px;
}

.location_sliderRo .owl-item {
    height: auto;
}

.grebox {
    background: #eee;
    padding: 5px 15px;
    border-radius: 5px;
}

.grebox.d-flex {
    gap: 6px;
}

.grebox.d-flex i {
    position: relative;
    top: 4px;
}

/* add by suresh */
.client_slider .owl-wrapper-outer {
    text-align: center;
}

.client_slider .owl-wrapper {
    display: inline-block !important;
    float: none !important;
    max-width: 100%!important;
}

.client_slider .owl-item {
    display: inline-block;
    float: none !important;
}
.blog_grid{min-height: 492px;}

@media(max-width:1199px){
    .Nearby_Localitieswarp .propertynearBox .text_btn.text-orange { 
        font-size: 13px;
    }
    .nearby_fotter .text_btn img {
        max-height: 9px;
    }
    .nearby_fotter p {
        font-size: 14px;
    }
}
@media(max-width:991px){
    .bhkDetailsContact {
        margin-top: 25px;
    }
    .still_searching .common_btn {
        font-size: 16px;
        margin-top: 10px;
    }
    .still_searching .featuedProjectTitle {
        font-size: 22px;
    }
    .newlyLaunchBHK .property-content > a {
        grid-template-columns: 1fr;
    }
}