@media screen and (max-width: 1200px) {
  .contact-banner .banner-content {
    width: 60%;
  }

  .ab-banner-section .banner-content {
    width: 75%;
  }

  .journey-section .section-head h2 {
    font-size: 50px;
  }

  .journey-section .section-head {
    width: 70%;
  }

  .get-started-btn {
    font-size: 30px;
    padding: 15px 40px;
  }

  .pricing_content_inner {
    margin: 30px 0;
  }

  .pricing_content_inner .price-span {
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .ab-banner-section .banner-content {
    width: 100%;
  }

  .cta-abt-box h1 {
    font-size: 40px;
  }

  .cta-abt-box h6 {
    font-size: 18px;
  }

  .journey-section {
    padding: 40px 70px 0 70px;
  }

  .foundational-section .section-head {
    margin-bottom: 30px;
  }

  .foundational-section .section-head p {
    font-size: 19px;
    line-height: 27px;
  }

  .journey-section .section-head {
    width: 90%;
  }

  .journey-section .section-head h2 {
    font-size: 40px;
  }

  .get-started-btn {
    font-size: 22px;
    padding: 15px 40px;
  }

  .wrapper .main-menu .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.main-menu .btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.main-menu .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  /* #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  } */
  #showDrop1:checked~.drop-menu,
  #showDrop2:checked~.drop-menu,
  #showDrop3:checked~.drop-menu,
  #showDrop4:checked~.drop-menu {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }

  .testimonials-wrapper .owl-dots {
    display: block !important;
  }

  .slider-items img {
    width: 25%;
  }

  .footer .border-end {
    border: none !important;
  }

  .offers,
  .industry {
    border-radius: 25px;
  }

  .contact-banner .banner-content {
    width: 100%;
  }

  .contact-form form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cta-abt-banner .row .col-md-3 .cta-abt-box {
    border: 0;
    margin-bottom: 40px;
  }

  .foundational-section .col-lg-7 .row .col-md-6 {
    margin-top: 30px;
  }

  .journey-section .section-head {
    width: 100%;
  }

  .pricing-section-wrap {
    padding: 40px;
  }

  .pricing_content_inner .price-span {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {

  h1,
  .h1 {
    font-size: 38px;
    line-height: 45px;
  }

  h2,
  .h2,
  .cta-content p {
    font-size: 28px;
    line-height: 35px;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-head p {
    font-size: 18px;
    line-height: 25px;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 23px;
  }

  .slider-items img {
    width: 50%;
  }

  .testimonial-block .inner-box .content .text {
    font-size: 16px;
    line-height: 23px;
  }

  .journey-section {
    padding: 40px 15px 0 15px;
  }

  .list-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .pricing-section-wrap .connect_btn {
    padding: 10px 22px;
  }

  .pricing_content_inner .price-span {
    font-size: 26px;
  }

  .pricing_content_inner{
    margin: 18px 0;
  }
}

@media screen and (max-width: 400px) {
  .pricing_content_inner .price-span {
    font-size: 22px;
  }

  .pricing_content_inner p {
    font-size: 18px;
  }
}