
@media (min-width: 768px) {

    .add-baner-wrp-inn {
        max-width: 1200px;
        margin: 0 auto;
    }

    

    .add-baner-wrp-inn-col:first-child {
        padding: 40px 40px 40px 48px !important;
        display: flex;
        align-items: center;
    }

    .add-baner-wrp-inn-col:last-child {
        padding: 0 !important;
    }

    /* Image — full height cover */
    .add-baner-wrp-inn-col-imgbig {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 0;
        max-height: 320px;
        min-height: 300px;
    }

    /* Inner wrapper — no background, no border */
    .add-baner-wrp-new {
        width: 100%;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    /* ::before — DISABLE */
    .add-baner-wrp-new::before {
        content: none !important;
        display: none !important;
    }

    /* H5 — "SELL OR RENT" small text */
    .add-baner-wrp-new > h5 {
        font-size: 13px !important;
        color: #666;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    /* Main heading */
    .add-baner-heading {
        font-size: 28px !important;
        font-weight: 700;
        color: #1a1a2e;
        line-height: 1.3;
        margin-bottom: 6px;
        text-align: left;
    }

    /* FREE badge */
    .add-baner-free-tg {
        background: #28a745;
        color: #fff !important;
        padding: 3px 12px;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 800;
        vertical-align: middle;
    }

    /* Sub text */
    .add-baner-sub {
        color: #666;
        font-size: 14px !important;
        text-align: left;
        margin-bottom: 6px;
    }

    /* Stats — horizontal row, no box */
    .add-baner-stats {
        display: flex;
        flex-direction: row;
        gap: 0;
        margin-bottom: 18px;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .add-baner-stat-item {
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        text-align: left;
        margin-right: 28px;
        flex: none;
    }

    .add-baner-stat-item h3 {
        font-size: 24px !important;
        font-weight: 800;
        color: #1a1a2e;
        margin: 0 0 2px;
        display: block;
    }

    .add-baner-stat-item p {
        font-size: 13px !important;
        color: #555;
        margin: 0;
        display: block;
    }

    /* CTA button */
    .add-baner-cta {
        text-align: left;
        margin-bottom: 10px;
    }

    .add-baner-btn {
        display: inline-block;
        background: #0F5D9A;
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        padding: 12px 26px;
        border-radius: 4px;
        text-decoration: none;
        box-shadow: none;
        transition: background 0.3s;
    }

    .add-baner-btn:hover {
        background: #0a4a7d;
        color: #fff !important;
    }

    /* WhatsApp text */
    .add-baner-whatsapp p {
        font-size: 13px !important;
        color: #555;
        text-align: left;
        margin: 0;
    }

    /* Hide mobile-only elements */
    .add-baner-img-dv { display: none !important; }
    .add-baner-badge { display: none !important; }
}




/* MOBILE ONLY — naya card style */
@media (max-width: 767px) {
    .add-baner-wrp-new {
        background: linear-gradient(135deg, #e8f4fd 0%, #ffffff 60%, #f0f8ff 100%);
        border-radius: 16px;
        border: 1.5px solid #d0e8f8;
        padding: 1.2rem 1rem;
        text-align: center;
        box-shadow: 0 8px 30px rgba(15, 93, 154, 0.10);
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
    }
    .add-baner-badge {
        display: inline-block;
        background: #0F5D9A;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 5px 14px;
        border-radius: 50px;
        margin-bottom: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .add-baner-heading {
        font-size: 20px !important;
        font-weight: 800;
        color: #1a1a2e;
        line-height: 1.3;
        margin-bottom: 6px;
        text-align: center;
    }
    .add-baner-free-tg {
        background: #28a745;
        color: #fff !important;
        padding: 2px 10px;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 900;
    }
    .add-baner-sub {
        color: #666;
        font-size: 13px !important;
        margin-bottom: 14px;
        text-align: center;
    }
    .add-baner-stats {
        display: flex;
        justify-content: space-between;
        gap: 6px;
        margin-bottom: 14px;
        flex-wrap: nowrap;
    }
    .add-baner-stat-item {
        background: #fff;
        border: 1.5px solid #d0e8f8;
        border-radius: 10px;
        padding: 10px 6px;
        flex: 1;
        text-align: center;
        box-shadow: 0 2px 8px rgba(15,93,154,0.07);
    }
    .add-baner-stat-item h3 {
        font-size: 15px !important;
        font-weight: 800;
        color: #0F5D9A;
        margin: 0 0 3px;
    }
    .add-baner-stat-item p {
        font-size: 10px !important;
        color: #666;
        margin: 0;
        line-height: 1.2;
    }
    .add-baner-img-dv {
        margin: 12px 0;
    }
    .add-baner-img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(15,93,154,0.12);
    }
    .add-baner-cta { margin-bottom: 12px; text-align: center; }
    .add-baner-btn {
        display: block;
        background: linear-gradient(135deg, #0F5D9A, #1a7fd4);
        color: #fff !important;
        font-size: 14px;
        font-weight: 700;
        padding: 13px 20px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 6px 20px rgba(15, 93, 154, 0.30);
        text-align: center;
    }
    .add-baner-whatsapp p {
        font-size: 12px !important;
        color: #555;
        text-align: center;
        margin: 0;
    }
}


.details,
.details p,
.details h5,
.details a,
.details span {
    text-transform: capitalize;
}

.fattitle
{
    text-transform: capitalize;
}

.faq-card>.show>.card-body>p
{
    margin: 0 0 0px !important;
}


    /* header center + arrow ke liye space */
.faq_according .accordion .card .card-header{
    position: relative;
    height: 52px;
    padding: 0 45px 0 15px;   /* right side arrow space */
    display: flex;
    align-items: center;
    justify-content: center;  /* ✅ text center */
}

/* h2 center */
.faq_according .accordion .card .card-header .fattitle{
    margin: 0;
    width: 100%;
    text-align: left;
}

/* Agar arrow ::after se aa raha ho to right me le jao */
.faq_according .accordion .card .card-header::after{
    right: 16px !important;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

/* Agar arrow ::before se aa raha ho to usko remove/disable */
.faq_according .accordion .card .card-header::before{
    left: auto !important;
    right: 16px !important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}



.faq_according .accordion .card .card-header{
  position: relative;
}
/* open state (aapke case me .active lag raha hai) */
.faq_according .accordion .card .card-header.active::before{
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
}










.home1-advnc-search ul li:nth-child(1) .form-group .form-control{
   width:250px !important;
}
/*.faq_according .accordion .card .card-body {
   padding:0px 0px 0px 0px !important;
}*/
.centeres
   {
          text-align: center;
    align-items: center;
    justify-content: center;
   }

   .imgsblog
   {
      height: 100%;
    width: 100% !important;
        min-height: 250px;
   }

   .blogmindivisi {
    min-height: 228px;
    background: white;
}
   .sliderimages
   {
      object-fit: contain;
   }
   .soldpropertiesss {
   position: absolute;
   /* height: 33px; */
/*   width: 82px;*/
   justify-content: center;
   display: flex   ;
   top: 10px;
   right: 10px;   
   }
   .soldpropertiesimage
   {
   }
   .priceslider {
   color: #ffffff !important;
   background-color: #0f5d9a !important;
   padding: 4px 10px;
   }
   .home1-advnc-search .ui-slider-range.ui-corner-all.ui-widget-header, .sasw_list .ui-slider-range.ui-corner-all.ui-widget-header {
   background-color: #0f5d9a;
   }
   .home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:before, .sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:before {
   background-color: #0f5d9a;
   }
   .padddings
   {
   padding: 4px 19px !important;
   }
   .viewdetail
   {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   text-decoration: none;
   color: #0F5D9A;
   padding: 8px 40px;
   background-color: #ffffff;
   border-radius: 5px;
   font-size: 18px;
   transition: all .3s ease-in-out;
   }
   @media only screen and (min-width: 991px) {



      .new-proj-img 
      {
         object-fit: fill;
      }
      .fattitle
      {
         font-size: 16px !important;
      }
      .faq_according .accordion .card .card-header.active .fattitle 
      {
          color: white !important;
      } 

          .blogdescrption {
        display: -webkit-box;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      
    }
      .fattitle
      {
         font-size: 16px !important;
      }
      .verify-prop-card-titl
      {

    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 300px; */
    /* line-height: 1.5em; */
    /* max-height: 30px; */
      }

    .firstcategory
    {
      padding-top: 5px !important;
    }
    .mycategory-sec 
    {
          margin-top: 0px !important;
          padding: 30px 0 !important;
         
    }
      /* .verify-prop-card-btn-wrpp > .verify-prop-card-btn-wrpp1
      {
            
            padding: 4px 7px !important;  
      } */
      .verify-prop-card-btn-wrpp > .verify-prop-card-btn-wrpp2
      {
           padding: 5px 0;
      }
      

      .sliderdatas
      {
             display: flex;  
    justify-content: center;
      }

      .newprojectssss
      {
          display: flex;  
/*         justify-content: center;*/
      }
      .blogdescrption
      {
         display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 300px; adjust as needed */
    line-height: 1.5em;
    max-height: 4.5em; /* 3 lines x line-height */

      }
      .categorydescrption
      {
          display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px; 
    line-height: 1.5em;
    max-height: 4.5em; /* 3 lines x line-height */

      }

      .blogtitledivision
      {
         min-height: 123px;
      }
      .mycategory-card-txt-wrpp {
    min-height: 265px;
}

.feat_property.home3 {
    min-height: 525px;
/*    max-width: 500px;*/
    border: none;
}


   .testimonial_post {
   height: 302px;
   }
   

   .thumb-nw1 {
   height: 300px;
   }
   .container-fluidpadding {
   padding: 0rem 7rem;
   }
   div#pills-tabContent {
   width: max-content;
   margin: auto;
   }
   }
   @media only screen and (max-width: 991px) {

    .row.propertyby-rowww {
/*    padding: 7px;*/
}

.main-title {
    margin-bottom: 10px;
}



.newprojectfont
{
   font-size: 16px !important;
}

.sliderimages {
    max-height: 200px !important;
}

      .new-proj-card-txt-wrpp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px; /* space between title, price, and buttons */
}

      .new-proj-card-txt-inn2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

      .row.faq-mainrow
      {
             display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: stretch;
      }
      .faq_according .accordion .card .card-header {
       height: 52px;
       margin-bottom: 1px !important;
      }

       .faq_according{
        margin-bottom: 11px !important;
    }
      .faq-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers horizontally */
  align-items: stretch;    /* makes both columns equal height */
}


      

       .fattitle
      {
         font-size: 16px !important;
      }

      .faq_according .accordion .card .card-header.active .fattitle 
      {
          color: white !important;
      } 


       


   .myfilter-ul>.list-inline-item {
   margin-bottom: 15px;
   }
   .main-title>h1 {
   font-size: 43px;
   }
   .thumb-nw1>a{
   width: 100%;
   }
   .thumb-nw1>a>.img-whp{
   height: 300px;
   object-fit: cover;
   }
   }
   @media only screen and (max-width: 400px) {
   .new-proj-img {
   height: 450px;
   object-fit: cover;
   }
   }
   .banif-of-ourservc-cardicon-dv>img{
   width: 60px;
   }
   .banif-of-ourservc-wrp{
   text-align: center;
   }
   .banif-of-ourservc-cardicon-dv{
   padding-bottom: 10px;
   }
   
 
  
   .home-sel-myProp-btnnDv{
   margin-bottom: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   }
   .home-sel-myProp-btnnDv>.locality-card-btn-dv>.main-title2-btn{
   font-weight: bold;
   }
   .mybrokragebg{
   background: url("{{ asset('images/homepage/') }}/qbc_background.png") no-repeat center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 813px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   #rangeValue {
   position: relative;
   display: block;
   text-align: center;
   font-size: 3em;
   color: #0F5D9A;
   font-weight: bold;
   }
   .range {
   width: 100%;
   height: 15px;
   -webkit-appearance: none;
   background: #e6e6e6;
   outline: none;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
   }
   .range::-webkit-slider-thumb {
   -webkit-appearance: none;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background: #0F5D9A;
   cursor: pointer;
   border: 4px solid #ffffff;
   box-shadow: -407px 0 0 400px #0F5D9A;
   }
   .home-myrange-numdv{
   display: flex;
   align-items: center;
   justify-content: space-between;
   }
   .agnt-comisn-txtDv{
   padding-top: 20px;
   }
   .agnt-comisn-txtDv>p{
   text-align: center;
   font-size: 16px;
   color: #121212;
   }
   .agnt-comisn-txtDv>p>span{
   color: #e30000;
   }
   .agnt-comisn-txtDv>h2{
   font-size: 2em;
   color: #0F5D9A;
   text-align: center;
   }
   .home-myrange-numdv>h4{
   font-size: 20px;
   font-weight: 800;
   color: #0f5d9a;
   margin-bottom: 0px;
   }
   .our-testimonials {
    padding: 30px 0;
    background-color: #f7f9fc; /* Light background for the section */
}



.testimonial-subtitle {
    color: #888; /* Softer color for 'Testimonial' */
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial-title {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}
.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: left;
    min-height: 255px;
    height: auto; 
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    
}

.testimonial-header {
    /* (Keep your existing styles) */
    margin-top: auto; 
    position: relative;
}

.testimonial-avatar {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #e0e0e0; /* Subtle border for avatar */
}

.testimonial-info {
    flex-grow: 1;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    margin-top:10px;
}

.testimonial-designation {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.quote-icon {
    font-size: 40px;
    color: #ff6a00; /* Example accent color, adjust to your theme */
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 5px;
}

.testimonial-text {
    line-height: 1.6;
  
    flex-grow: 1; 
    /* Add scroll functionality if the fixed height is too small for long text */
    /* overflow-y: auto; */ 
}

.testimonial_slider_home9 .owl-dots {
    /* The dots container needs to be centered within its parent (col-lg-8) */
    position: relative; /* Ensure positioning context */
    left: 50% !important;
    transform: translateX(-50%);
    width: auto; /* Allow content width */
    text-align: center; 
}
.owl-carousel .owl-dots {
    /* This is the standard way to center dots */
    text-align: center;
    margin-top: 20px;
}
/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .testimonial-title {
        font-size: 28px;
    }
    .testimonial-card {
        padding: 25px;
    }
    .testimonial-avatar {
        width: 50px;
        height: 50px;
    }
    .quote-icon {
        font-size: 35px;
    }
}
.promotion-card {
   
    height: 450px;
    
    /* Crucial for layering text on top */
    position: relative; 
    overflow: hidden; 
    color: white; /* Default text color */
    font-family: Arial, sans-serif;
    border-radius: 8px; /* Optional: adds a slight curve to corners */
}

.card-background {
    /* Set the image and make it cover the container */
    background-image: url('https://qbcon.in/uploads//property//1762167139_41464_property.jpeg'); /* REPLACE with your image path */
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 

    /* Apply the dark gradient overlay at the bottom */
    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        /* Dark gradient from transparent to almost black */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

/* --- 2. Top Corner Elements --- */
.top-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2; /* Ensure they are above the background */
}

.status-tag {
    background-color: #007bff; /* A standard blue/cyan */
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    /* This creates the smooth transition from blue to the background seen in the image */
    border-radius: 0 0 5px 0; 
    border-top-left-radius: 5px; /* Adjusting the corner rounding */
    /* Use a linear gradient for the tag background for a smoother look */
    background-image: linear-gradient(to right, #007bff, #00bfff); 
}

.website-logo {
    font-weight: bold;
    font-size: 14px;
    /* Optional: text shadow to make it pop */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
}

/* --- 3. Main Content Overlays (Bottom) --- */
.main-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2; /* Above the background */
}

.project-name {
    font-size: 16px !important;
    font-weight: 900; /* Extra bold */
    margin: 0 0 5px 0;
    color:white;
}


.details-row {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    font-size: 14px;
}

.location-icon, .type-icon {
    margin-right: 5px;
    font-size: 16px; /* Icons may need slight size adjustment */
}

/* --- 4. Pricing and CTA --- */
.price-section {
   padding-right:30px;
}

.price-label {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}

.price-value {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    /* The distinctive cyan/light blue color */
    color: #00bfff; 
}

.cta-button {
    background-color: #007bff; /* Solid blue background */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Adding a hover effect */
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
}

/* --- 5. Footer Disclaimer --- */
.disclaimer {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    opacity: 0.6;
    z-index: 2;
}
.property-price{
    margin: 0;
    font-size: 1.1em;
    color: white;
    margin-right: 52px;
}
@media (max-width: 600px) {
   .viewdetail{
      padding:7px 7px;
   }
   .property-price{
          margin-right: 42px !important;

   }
   .modelbutton{
        margin-right: 27px !important;
   }
  .project-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;          /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myfilter-tab-ul-dv>ul>li {
    padding-right: 7px;
}
/* .ui_kit_tab .nav.nav-tabs .nav-link {
   padding:5rem 0.5rem !important;
} */
.ui_kit_tab .nav.nav-tabs .nav-link {
   padding:.5rem 0.5rem !important;
}
}
.new-proj-row {
    justify-content: center !important;
}
/* date 31/01/2026 */
.mycategory-card-txt-wrpp {
        min-height: 224px;
        padding: 1rem 1rem !important;
    }
    .mycategory-card-txt-wrpp:hover>.mycategory-card-txt-wrpp-inn {
      color:black !important;
    }
    .mycategory-card-sec{
      padding-top:0px !important;
    }
    section{
      padding :0px !important;
      padding-top:30px !important;
    }
    /* .newprojectss{
      padding-top:30px !important;
      
    } */
    .add-baner-sec{
      padding-bottom:2rem;
    }
    .verify-prop-card-wrp{
      padding-top:0px !important;
    }
    .main-title h2{
      margin-bottom:0px !important;
    }

    /* Tooltip Base */
.tooltip {
    font-size: 12px;
    z-index: 1000000 !important;
    opacity: 1 !important;
}

/* Tooltip Inner Box */
.tooltip .tooltip-inner {
    background-color: #ffffff !important; /* White Background */
    color: #333333 !important;            /* Dark Text */
    border: 1px solid #0F5D9A !important; /* Blue Border */
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    max-width: 220px;
    border-radius: 4px !important;       /* Rounded Corners */
    text-align: left !important;
}

/* Tooltip Arrows (Matching Blue Color) */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0F5D9A !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0F5D9A !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #0F5D9A !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #0F5D9A !important;
}

/* Date 4/02.2026
last metting with sagarbhai and that base chnage 
*/
body {
    font-size: 16px;
}

.main-title2{
/*   align-items:start !important;*/
}
.verify-prop-card-wrp{
   padding-bottom:1rem !important;
}
 
.feat_property .details .tc_content h5{
   font-size:16px !important;
}
@media (min-width: 1200px) {
    .blog-card-img {
        height: 253px;
        overflow: hidden;
    }

    .imgsblog {
        height: 100%;
        width: 100%;
      
    }
    .mycategory-sec {
   margin-top:-30px !important;
}
}
body{
   text-transform: capitalize !important; 

}
h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}
.container-fluidpadding {
    padding: 0 15px !important; 
}
@media (min-width: 992px) {
    .container-fluidpadding {
        padding: 0 7rem !important; 
    }
   

}
/* @media (max-width: 767px) {
   .home-six{
      margin-bottom : 79px ;

   }
} */
@media only screen and (max-width: 400px) {
   .mycategory-sec1 {
      margin-top:-20px !important;
   }
   
}
   .new-proj-sec-contnr {
    padding-left: 1.7rem;
}

p {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    p {
        font-size: 14px !important;
    }
    
}
.qbc-foter2 {
    padding: 1rem 0rem !important;
    background-color: #0F5D9A;
}
.home1_adsrchfrm:before{
   background-color:transparent;
}
.main-title2{
margin-bottom:30px !important;
}
.main-title3{
   margin-bottom:0px !important;
}
.main-title4{
 
display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom:30px;
}
.feat_property1{
   background-color: #0F5D9A29;
}
.main-title  {
   margin-bottom:30px;
}
/* .owl-carousel .owl-item img{
   height:auto !important;
} */



/*H CSS*/

.mycategory-sec {
    margin: 0 !important;
}

.new-proj-sec {
    padding: 30px 0 !important;
}

.jbve48fi {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: #ffffffe0;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    backdrop-filter: blur(3px);
}

.dfer4t5 {
    display: inline;
    background: #f15a2b21;
    border-radius: 22px;
    padding: .2rem .6rem;
    font-size: 13px !important;
    font-weight: 600;
}

.hgegdf4 {
    color: #0F5D9A;
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    max-height: 35px;
    min-height: 36px;
    margin: 0;
    font-size: 14px !important;
    /* padding: 5px 0 41px !important; */
}

.kmdgnoierwf {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    max-height: 20px;
    min-height: 20px;
    margin: 0;
    font-size: 14px !important;
}

.fadt5t5 {
    width: 100% !important;
}

.feat_property.home3 {
    min-height: auto;
}

.verify-prop-card-wrp {
    padding-bottom: 30px !important;
}

.txt_ttl {
    color: #0F5D9A;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.feature-property,.sold-property, .our-testimonials {
    padding-bottom: 30px !important;
}

.add-baner-sec {
    padding-bottom: 0;
}

.sgnejrv {
    color: #fff;
    background: #f15a2bc2;
    border-radius: 50px;
    padding: 0.3rem .7rem;
    font-weight: 900;
    font-size: 11px;
    /* transform: rotate(-11deg); */
    border: 3px solid #ffffff73;
    backdrop-filter: blur(4px);
}

.ghtyrer {
    filter: grayscale(1);
}

.mycategory-card-txt-wrpp {
    box-shadow: 20px 18px 20px #dbe5ec;
}




@media (max-width: 767px) {

.mybrokragebg {  

        background: url("https://qbcon.in/images/homepage/bg.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 698px;
        width: 100%;
        display: block;
        padding-top: 125px !important; 
    }
}

@media (max-width: 768px) {
    .main-title h2 {
        font-size: 30px;
    }

    .mycategory-card-txt-wrpp-inn>h3 {
        font-size: 21px;
    }

    .bloglist>.blog-card-col {
        padding: 0;
    }
    

    #rangeValue{
        font-size: 2em;
    }

    .jndfuroiweo {
        font-size: 30px;
    }

    .ghdt45, .jndfuroiweo {
        width: 100%;
    }

    .home-myrange-dvwrppp{
        display: flex;
        justify-content: center;
    }


    .gdffser4t4t {
        display: flex;
        justify-content: center;
    }


}

@media (max-width: 575px) {

    .row.propertyby-rowww {
        padding: 0 30px;
    }

    .jndfuroiweo {
/*        padding: 0 2rem;*/
    }

    .cgzsrfgergdf {
        padding: 0 60px;
    }

    .ui_kit_tab .nav.nav-tabs .nav-link.active::before {
        height: 10px;
        width: 10px;
        bottom: -4px;
    }

    .myfilter-tab-ul-dv {
        padding: 0 !important;
    }

    .ui_kit_tab .nav.nav-tabs .nav-link
    {
        font-size: 14px;
    }

    .fgedsfsd {
        margin-bottom: 10px;
    }

    .fs4rwfds {
        padding: 0.5rem;
        white-space: nowrap;
    }


}


.banif-of-ourservc-cardtxt-dv2 {
    margin-top: 1rem;
}

.ghfd56uty {
    width: 46%;
}
body, p, span, a, h1, h2, h3, h4, h5, h6, li, label, td, th {
        text-transform: capitalize !important;
    }

    input, textarea, select, button, i, .fa, .fas, .fab, .far, .flaticon {
        text-transform: none !important;
    }
    
    a[href^="mailto:"] {
        text-transform: lowercase !important;
    }
    @media (min-width: 992px) {
    .add-baner-freenew {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
}