
@media screen and (min-width: 981px) and (max-width: 1360px){
.row.management img {
    width: 100%;
}
}

@media (max-width: 1024px){
section.about-us .about-image-sec .abt-img2 {
    margin: 0 -5% 0 0;
}
}

@media (max-width: 980px){
 
  section.features-sec .col-lg-4.col-md-6.col-12 {
    margin: 0 0 40px;
}
  .row.management img {
    width: 100%;
    padding: 60px 0 0 0;
    margin: auto;
}
  .row.management h3 {
    font-size: 32px;
}
  .row.management p {
    font-size: 16px;
}
  .row.management .management-btn a {
    padding: 10px 45px;
    font-size: 15px;
}
  section.about-us {
    padding-top: 50px;
}
  section.about-us .about-image-sec img {
    width: 100%;
  }
  .col-lg-6.col-12.about-image-sec {
    order: 1;
}
  .col-lg-6.col-12.about-content-sec {
    order: 2;
}
  
  section.about-us .about-image-sec .abt-img2 {
     margin: 30px 0 ; 
    width: 100%;
}
  section.about-us .about-image-sec .abt-img1 {
   margin: 0;
    width: 100%;
}
  
  .property-assesment ul li {
    list-style: none;
    margin: 15px;
}
  
  div#v-pills-tab {
    flex-direction: row !important;
}

  
  .col-lg-9.col-12.ulli {
    border-top: 1px solid white;
    margin: 15px 0 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-right:  1px solid white;
    border-radius: 5px;
}
  
}

@media (max-width: 540px){
  section.about-banner {
    height: 60vh;
    padding-top: 70px;
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 60%);
  }
      section.features-sec .col-lg-4.col-md-6.col-12 {
    margin: 0 0 30px;
}
 .about-head p {
    font-size: 16px;
    font-weight: normal;
    width: 80%;
    margin: auto;
    line-height: 24px;
}
  section.about-banner .about-head h1,
  .row.management h3,
  .features-sec .features h2{
    font-size: 28px;
}
  section.features-sec .col-lg-4.col-md-6.col-12 {
    padding: 0 12px;
}
  
  .row.management {
    padding: 0px 12px;
}
  
  .col-lg-6.col-12.about-image-sec {
    padding: 0 12px;
}
  
   section.faq button.accordion-button {
    font-size: var(--f18);
  }
  .property-assesment ul li {
    list-style: none;
    color:white;
    margin: 13px 0;
}
.col-lg-9.col-12.ulli {
    border-top: 1px solid white;
  padding: 0px 12px;
}
  section.about-us .about-content-sec {
    padding-right: 0px;
}
  section.property-assesment .col-lg-3.col-12{
    padding: 0 12px;
}


  
  section.property-assesment {
    padding: var(--p40) var(--p12);
}
  
  section.faq .accordion-body p {
    font-size: 14px;
    line-height: 24px;
}
}