@media only screen and (max-width: 768px) and (min-width: 320px) {
  .header-space.header-bottom-border {
    padding: 20px 20px;
  }

  .main-box-navbar-flex {
    padding: 0;
  }

  .mobile-menu {
    cursor: pointer;
  }

  .banner-content h1 {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 40px;
  }

  #sd-container {
    bottom: -20px;
    left: 44%;
  }

  .about-img {
    text-align: center;
  }

  .about-img img {
    max-width: 340px;
  }

  .services-main-box {
    grid-template-columns: 1fr;
  }

  section.services-area {
    padding: 60px 20px;
  }

  section.cta-area {
    padding: 60px 0px 60px;
  }

  .cta-wrapper {
    padding: 65px 30px 65px;
  }

  .cta-wrapper p {
    margin-bottom: 40px;
  }

  section.video-area {
    padding: 20px 20px;
  }

  .video-type video {
    width: 100%;
    height: 199px;
    border-radius: 30px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .tp-footer-widget-3 .tp-footer-widget__title {
    margin-bottom: 5px;
  }

  .tp-footer-widget-3 {
    margin-bottom: 20px;
  }

  .tp-footer-logo img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .header-space.header-bottom-border {
    padding: 20px 20px;
  }

  .main-box-navbar-flex {
    padding: 0;
  }

  .mobile-menu {
    cursor: pointer;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) {
}

@media only screen and (max-width: 1600px) and (min-width: 1401px) {
  section.banner-area {
    min-height: 620px;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 1601px) {
  section.banner-area {
    min-height: 620px;
  }
}
