@media (max-width: 1366px) and (min-width:1025px) {
    header a.nav-link {
        font-size:var(--f14)
    }
}

@media (max-width: 1024px) and (min-width:981px) {
    header a.nav-link {
        font-size:var(--f14)
    }
  section.about-us-home .abt-co-img-left {
        height: 508px;
    }
}

@media (max-width: 980px) {
    section.about-us-home .abt-co-img {
        width:100%;
        margin-bottom: var(--m30);
        float: none;
        margin-left: 0
    }

    section.about-us-home .abt-left {
        min-height: auto
    }

    section.about-us-home .abt-co-img-left img {
        width: 100%;
        height: 400px;
        object-fit: cover
    }

    a.sticky.main-btn {
        transform: rotate(-90deg);
        position: fixed;
        right: -53px;
        top: 45%;
        z-index: 999;
        color: #fff!important;
        background: var(--secondary-color);
        padding: var(--p10) var(--p25);
        border-radius: 40px
    }
  section.about-us-home1 .row {
      flex-direction: column;
    }
    section.about-us-home1 .col-5.abt-left {
      width: 100%;
      margin-bottom: var(--m40);
      height: auto;
    }
    section.about-us-home1 .col-7, section.about-us-home1 .abt-right{
     width: 100%;
    }
    section.about-us-home1 .abt-co-img-left{
      height:500px;
    }
    section.about-us-home1 .row{
      flex-direction:column-reverse;
      gap:30px;
    }
    section.about-us-home1 .col-7.abt-right {
      width: 100%;
      padding-left: 12px;
    }
    section.about-us-home1 .abt-co-img {
      padding-right: 0;
    }
    section.about-home1 .col-7.md-12.sm-12 {
      width: 100%;
      margin-top: var(--m30);
      padding: 0 var(--p12);
    }
}

@media (max-width: 540px) {
  .head-sec p, section.about-us-home .head-sec p {
    font-size: 28px;
}
  section.about-us-home{
    padding-top: 0px;
  }
    section.about-us-home .abt-co-img-right {
        text-align:left;
        z-index: 1;
        transform: translateY(0) translateX(0);
        position: relative;
        top: 0;
        margin-top: var(--m20)
    }

    a.sticky.main-btn {
        transform: rotate(-90deg);
        position: fixed;
        left: auto;
        right: -51px;
        top: 45%;
        z-index: 999;
        color: #fff!important;
        background: var(--secondary-color);
        padding: var(--p10) var(--p25);
        border-radius: 40px
    }

    .owl-carousel .owl-item img {
        object-fit: contain;
        object-position: center
    }

    .banner h1 {
        display: none
    }

    section.about-us-home .container {
        display: flex;
        flex-direction: column;
    }

    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;
        order: 1;
    }
 section.about-us-home1 .abt-co-img-left {
        height: 400px;
    }
    section.about-us-home .col-5.abt-left {
        padding: 0
    }
      section.about-us-home1 .col-7, section.about-us-home1 .abt-right {
        width: 100%;
        padding: 0;
    }
  .serv-heading h2{
      font-size: var(--f50);
    }
    .serv-content {
    padding-left: var(--p57);
    }
  section.about-us-home1 h3 {
    font-size: var(--f28);
}
}
