@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1299px) {
  .banner-section .shape-one {
    display: none;
  }
  .whychoose-us-section .email {
    right: 20px;
  }
  .services-section .shape-three {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-slider-nav {
    display: none;
  }
}
@media only screen and (max-width: 1139px) {
  .main-header .nav-outer .main-menu,
  .sticky-header {
    display: none !important;
  }
  .nav-outer .mobile-nav-toggler {
    display: block;
  }
  .main-header .header-upper .link-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section-two .content-box .image-wrapper,
  .banner-section-two .shape-one {
    display: none;
  }
  .banner-section .content-box h1,
  .banner-section-two .content-box h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .banner-section-two .content-box {
    padding: 70px 15px 0;
    min-height: 800px;
  }
  .about-us-section .image-wrapper .shape-one,
  .about-us-section .image-wrapper .shape-two,
  .about-us-section-two .shape-one,
  .about-us-section-two .shape-two,
  .services-section .shape-one,
  .services-section .shape-two {
    display: none;
  }
  .whychoose-us-section-three .shape {
    display: none;
  }
  .whychoose-us-section-three .content-block {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  .team-section {
    padding: 80px 0 70px;
  }
  .about-us-section-two .image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .whychoose-us-section .shape-one,
  .whychoose-us-section .shape-two {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
  .search-services {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
  .header-top .left-column {
    display: none;
  }
  .header-top .search-btn {
    display: none;
  }
  .header-top ul.contact-info {
    justify-content: center;
  }
  .header-top .right-column {
    justify-content: center;
    width: 100%;
  }
  .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .link-btn {
    margin-bottom: 20px;
  }
  .footer-bottom .content {
    justify-content: center;
    padding: 12px 0;
  }
  .footer-bottom .content .logo {
    margin-bottom: 10px;
  }
  .footer-bottom .social-icon {
    display: block;
  }
  .footer-menu {
    width: 100%;
    text-align: center;
  }
  .cta-section .shape-two {
    display: none;
  }
  .whychoose-us-section-two .shape-one {
    display: none;
  }
  .whychoose-us-section-two .shape-two {
    display: none;
  }
  .page-title.style-two {
    padding-top: 100px;
  }
  .page-title h1 {
    position: relative;
    color: #fff;
    font-size: 43px;
    font-family: Jost, sans-serif;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section .content-box h1,
  .banner-section-two .content-box h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .header-top ul.contact-info li {
    width: 100%;
    margin: 5px 0;
    padding: 0;
    border: 0;
    text-align: center;
  }
  .contact-info-section .icon {
    margin: 0 auto 30px;
  }
  .contact-info-section .content {
    width: 100%;
  }
  .whychoose-us-section .image-wrapper {
    padding-left: 0;
  }
  .whychoose-us-section .phone {
    left: 20px;
  }
  .main-header .header-upper .search-btn {
    display: none;
  }
  .main-header.header-style-two .header-top .link-btn {
    display: none;
  }
  .about-us-section .image-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-services {
    display: block;
  }
}
