@media (max-width: 1420px) {
  .home-services .content h3 {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 1200px) {
  .got a {
    padding: 7px 35px;
  }
  .banner {
    background-size: cover !important;
  }
}

@media (max-width: 991px) {
  .got .heading {
    font-size: 37px;
  }
  .got img {
    max-width: 100px;
  }
  .got .heading:after {
    height: 4px;
    width: 120px;
  }
  .get-in {
    justify-content: center !important;
  }

  .get-in .heading:after {
    right: unset;
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    width: 100px;
    height: 5px;
  }
  .contact-get.d-flex.flex-wrap {
    margin-top: 31px;
  }
  .copyright.me-auto {
    margin-right: unset !important;
    margin: 25px 0 15px 0;
  }
  .home-services .content {
    min-height: auto !important;
  }
  .about-home {
    padding: 50px;
  }
  .key-features {
    padding: 50px 0;
  }
  .home-services {
    padding: 0;
  }
  .footer-sec {
    flex-direction: column !important;
  }
  .team .image {
    height: 300px;
  }
  .vision .list {
    min-height: unset !important;
    width: 400px;
    margin: 25px auto;
  }
  .about-page {
    padding: 50px 0;
    text-align: center;
  }
  .team {
    margin-bottom: 50px;
  }
  .service-content {
    padding: 35px 0;
  }
  .t-right h2,
  .t-right p {
    text-align: left !important;
  }
  .service-sec {
    margin-bottom: 0 !important;
  }
  .contact-sec {
    justify-content: center !important;
  }
  .contact-sec:before,
  .contact-sec:after {
    display: none;
  }
  .contact-detail .block {
    margin: auto !important;
  }
  .contact-detail h2 {
    text-align: center;
  }
  footer {
    margin-top: 50px;
  }
  .contact-sec {
    padding: 50px 0;
  }
  .home-contact h2 {
    padding: 25px 0 0 0;
  }
  .home-contact form {
    padding: 0 25px;
    margin-top: 25px;
  }
  .team-content.ms-5 {
    margin-left: 0 !important;
    margin-top: 25px;
}
}

@media (max-width: 600px) {
  .services{
    padding: 50px 0 0 0;
  }
  h2{
    font-size: 35px !important;
    line-height: 41px !important;
  }
  .service-content h2{
    font-size: 27px !important;
  }
  .features .list {
    width: 300px;
    margin: auto;
  }
  .hamburger-menu {
    display: block;
  }

  .af-nav {
    position: fixed;
    top: 25px;
    right: -275px;
    width: 275px;
    z-index: 998;
    height: auto;
    background: #2f4768;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 50px 25px;
  }
  .af-nav {
    align-items: flex-start !important;
  }
  .af-nav li a {
    color: #fff !important;
  }
  .af-nav.show {
    right: 0;
  }
  .call-buton {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.banner-content h1{
  font-size: 42px;
  line-height: 60px;
}
.copyright{
  font-size: 14px;
}
.get-in .heading {
    font-size: 35px;
    }
    .got .heading {
    font-size: 37px;
    margin-bottom: 15px;
}
.key-features h2 {
    font-size: 35px;
    }
}
