
@media (max-width: 1024px){
  
  .achi-box {
    height: 560px;
}
  

  
  
}



@media (max-width: 980px){
  
      .achi-box {
        height: auto;
    }
  
      .achi-box {
        margin-bottom: 30px;
    }
   
  
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
}
section.about-us-home.abt-area .abt-co-img {
    width: 100%;
    float: none;
    z-index: 2;
    margin-right: 0;
    margin-left: 0;
}
section.about-us-home .abt-left {
    min-height: auto;
}
    section.about-us .about-content-sec {
    padding: 0;
}
  
  section.about-us .row{
        flex-direction: column-reverse;
  }
  
  section.about-us {
    padding-top:0;
  }
  
  section.about-us .abt-para {
    padding-top: 30px;
}
  
}


@media (max-width: 540px){
  
      section.about-us .abt-para {
        padding-top: 10px;
    }
  
  section.about-us .about-image-sec img {
   margin-bottom:30px;
   }
  
  section.about-us .col-12{
    padding:0;
  }
  
  section.about-us .about-image-sec .abt-img1 {
    margin: 0;
}
  
section.about-us .about-image-sec .abt-img2 {
    margin: 0;
}
  
  .ab-top-card .col-12{
    padding:0;
  }
  
  .achi-box span{
    color:var(--btn-color);
  }
  
  section.cta .content {
    width: 100%;
    padding: 30px;
  
}
  
.head-sec h2 {
    font-size: var(--f23);
}
section.about-us-home .abt-co-img-right {
    text-align: left;
    z-index: 1;
    transform: translateY(0%) translateX(0px);
    position: relative;
    top: 0;
    margin-top: var(--m20);
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width:100%;
}
section.about-us-home .abt-co-img-left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.about-us-home .col-5.abt-left{
    padding:0px;
}
}
@media (max-width: 320px){

}