@media only screen and (max-width: 1399px) {
  .banner-section {
    padding: 200px 0;
  }
  .scroll-link {
    bottom: -164px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 991px) {
  h1,
  .heading-one {
    font-size: 46px;
    line-height: 57px;
  }
  h2,
  .heading-two {
    font-size: 38px;
    line-height: 44px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .py-100 {
    padding: 60px 0;
  }

  /* .custom-logo {
    max-width: 95%;
  } */
  .header-main-content {
    padding-bottom: 24px;
  }

  .side-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background-color: #ffffff;
    width: 45%;
    height: 100vh;
    padding: 0;
    z-index: 1000;
    padding: 5px 0;
    transition: 1s;
  }

  .site-nav.toggled .side-nav {
    left: 0;
    transition: 1s;
  }

  .menu {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .menu-toggle {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    width: 25px;
    background-color: #ffffff;
    margin-bottom: 6px;
  }
  .menu-toggle span:last-of-type {
    margin-bottom: 0;
  }
  .menu li {
    width: 100%;
  }
  .menu-item a {
    padding: 14px 20px;
    width: 100%;
    color: #737373;
    border-bottom: 1px solid rgba(115, 115, 115, 0.397);
    margin-top: 0;
  }
  .menu-item a:hover,
  .menu-item a.active {
    color: #253d98;
  }
  .menu-item a::after {
    display: none;
  }
  .site-nav.toggled .menu-toggle span {
    margin: 0;
    transition: 0.3s;
  }
  .site-nav.toggled .menu-toggle span:first-of-type {
    transform: translateY(0px) rotate(45deg);
  }
  .site-nav.toggled .menu-toggle span:nth-of-type(2) {
    display: none;
  }

  .site-nav.toggled .menu-toggle span:last-of-type {
    transform: translateY(-2px) rotate(-45deg);
  }

  /* Banner */
  .banner-section {
    padding: 180px 0;
  }
  .banner-text {
    font-size: 18px;
    line-height: 24px;
  }
  .scroll-link {
    bottom: -154px;
  }

  .about-text {
    margin-bottom: 30px;
  }

  .contact-info-wrapper {
    gap: 20px;
    margin-bottom: 30px;
  }

  .contact-link {
    font-size: 16px;
  }
  .contact-link-icon {
    max-width: 18px;
  }
  .footer-main-bottom {
    margin-top: 16px;
  }
  .social-links {
    gap: 10px;
  }
  .social-link img {
    max-width: 80%;
    margin: auto;
  }
  /* 404 */
  .error-page-block h1 {
    font-size: 140px;
    line-height: 160px;
  }
  /* 404 End */
}

@media only screen and (max-width: 767px) {
  .py-100 {
    padding: 40px;
  }
  h1,
  .heading-one {
    font-size: 42px;
    line-height: 48px;
  }
  h2,
  .heading-two {
    font-size: 36px;
    line-height: 42px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  input,
  textarea {
    font-size: 14px;
    padding: 8px 14px;
  }

  /* .custom-logo {
    max-width: 90%;
  } */

  .side-nav {
    width: 65%;
  }
  .banner-section {
    padding: 160px 0;
    background-position: right 10%;
  }
  .banner-section::after {
    background: linear-gradient(
      183deg,
      rgba(37, 61, 152, 0.6) -41.08%,
      rgb(37 61 152 / 67%) 24.8%,
      rgb(37 61 152 / 59%) 100%
    );
  }
  .banner-wrapper {
    text-align: center;
  }
  .banner-text {
    font-size: 17px;
  }
  .scroll-link {
    bottom: -140px;
    left: 40%;
  }

  /* about section */
  .about-content-wrapper {
    display: grid;
  }
  .about-content-wrapper .about-sec-img {
    order: 2;
    width: 100%;
  }
  .about-content-wrapper .about-content {
    order: 1;
    margin: 30px 0;
  }
  .contactus-section {
    padding-bottom: 40px;
  }
  .contact-info-wrapper {
    gap: 16px;
    margin-bottom: 20px;
  }
  .contact-link {
    font-size: 14px;
    gap: 6px;
  }

  .btn-container {
    margin-top: 20px;
  }

  .contact-us-map {
    margin-top: 40px;
  }
  .copy-section {
    padding: 12px 0;
  }
  .copy-section-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .contact-us-map iframe {
    height: 500px;
  }

  /* .footer-logo {
    width: 55px;
  } */
}

@media only screen and (max-width: 575px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .heading-one,
  .heading-two,
  .heading-three,
  .heading-four,
  .heading-five,
  .heading-six {
    margin: 0 0 16px 0;
  }

  h1,
  .heading-one {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .heading-two {
    font-size: 32px;
    line-height: 35px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .py-100 {
    padding: 30px 0;
  }

  .side-nav {
    width: 80%;
  }

  .banner-text {
    font-size: 16px;
  }

  .contact-info-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .location-text {
    font-size: 12px;
  }

  .footer-links {
    gap: 15px;
  }

  .social-link {
    height: 20px;
    aspect-ratio: 1;
  }
  /* 404 */
  .error-page-block h1 {
    font-size: 100px;
    line-height: 120px;
  }
  /* 404 End */
}

@media only screen and (max-width: 480px) {
  h1,
  .heading-one {
    font-size: 34px;
    line-height: 36px;
  }
  h2,
  .heading-two {
    font-size: 30px;
    line-height: 28px;
  }
  label {
    font-size: 14px;
  }
  input,
  textarea {
    font-size: 14px;
    padding: 8px 14px;
  }
  /* .custom-logo {
    max-width: 80%;
  } */
  .menu-toggle span {
    width: 22px;
  }

  .banner-text {
    font-size: 15px;
    line-height: 26px;
  }
  .contact-info-wrapper {
    gap: 10px 16px;
  }
  .contact-us-map iframe {
    height: 300px;
  }
  /* .footer-logo {
    width: 55px;
  } */
  .footer-main-top,
  .footer-main-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .footer-main-bottom {
    margin-top: 12px;
  }
  .footer-links {
    gap: 10px;
  }
  .copy-section p {
    line-height: 16px;
  }
  .custom-logo, .footer-logo {
    max-width: 80px;
}
}
