@media (max-width: 1366px){
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(225px);
    }
    section.about-us-home .abt-co-img-left img {
    width: 450px;
}
}
@media (max-width: 1024px) and (min-width: 981px){
    section.about-us-home .abt-co-img{
        margin-right: 65px;
    }
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(186px);
    }
  
  .banner img.img-fluid {
    height: 350px;
    max-height: 350px;
}
  
}


@media (max-width: 980px){
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
    height: auto;
}
section.about-us-home .abt-left {
    min-height: auto;
}
section.about-us-home .row {
    flex-direction: column-reverse;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
}
section.about-us-home .row{
    flex-direction: column;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
    margin-top: var(--m30);
}
section.about-us-home .col-7.abt-right {
    width: 100%;
}
section.about-us-home .abt-co-img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.about-us-home .abt-co-img-right{
    position: unset;
    transform: none;
    width: 50%;
}
section.about-us-home .abt-co-img-right img{
    border: none;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 400px;
}
section.about-us-home .abt-co-img-left{
    width: 50%;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
}
section.about-us-home {
padding-bottom: var(--p50);
}
  
  section#about {
    padding-bottom: var(--p50);
}
  
  .abt-img {
    order: 1;
}
  
  .abt-cont {
    order: 2;
        padding-top: 100px;
}
  
  .abt-co-img-left img {
    height: 350px;
}  

  
}
@media (max-width: 540px){

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;
}
/* about us section */
section.about-us-home .row{
    flex-direction: column;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
    margin-top: var(--m30);
}
section.about-us-home .col-7.abt-right {
    width: 100%;
}
section.about-us-home .abt-co-img{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
section.about-us-home .abt-co-img-right{
    position: unset;
    transform: none;
    width: 100%;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 300px;
}
section.about-us-home .abt-co-img-left{
    width: 100%;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
    flex-direction: column;
    gap: 20px;
}
section.about-us-home {
padding-bottom: var(--p50);
}



section.about-us-home .col-7.abt-right {
    width: 100%;
    padding: 0px;
}
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: 0;
}
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;
}
  
      .abt-cont {
        padding-top: 120px;
    }
  
  .abt-co-img-left img {
    height: 300px;
}
  
  .abt-co-img-right img {
    width: 300px;
    bottom: -90px;
    height: 250px !important;
    border: 8px solid #fff;
}

    .breadcrumb {
    padding-left: 0;
}
  
  section#about .container {
    padding: 0;
}
  
  
}
@media (max-width: 320px){
  
      .abt-co-img-left img {
        height: 225px;
    }
  
  
    .abt-co-img-right img {
        width: 190px;
        bottom: -90px;
        height: 185px !important;
        border: 8px solid #fff;
    }
}