@media (max-width: 1399px) {
  header a.navbar-brand img {
    width: 150px;
  }

  nav.navbar ul.navbar-nav {
    gap: 10px;
  }

  nav.navbar ul.navbar-nav + .d-flex a {
    font-size: 14px;
  }
  a.navbar-brand span {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  nav.navbar ul.navbar-nav + .d-flex a:first-child,
  nav.navbar ul.navbar-nav + .d-flex a:nth-child(2) {
    display: none !important;
  }
  .hero h1 {
    font-size: 54px;
  }

  .services h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .content_sect h2 {
    font-size: 45px;
  }

  .choose_bx {
    gap: 20px;
  }

  .why_choose h2,
  .process h2,
  .testimonials h2,
  .contact_sect h2 {
    font-size: 40px;
  }

  .trust_badges {
    flex-wrap: wrap;
  }

  .social_links span {
    flex: 100%;
  }

  .footer_subscribe h3 {
    font-size: 25px;
  }

  footer .footer_logo img {
    max-width: 300px;
  }
  .footer_logo span {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .desktop_menu {
    display: none;
  }

  .mobile_menu {
    display: block;
    padding: 10px 0;
    z-index: 1001;
  }
  .service_bx > img {
    width: 100%;
  }
  .content_sect p {
    margin: 20px 0;
  }
  section.content_sect img {
    transform: scale(1);
  }
  .timeline_item {
    padding: 0;
  }

  .timeline_item.left {
    padding-right: 20px;
  }

  .timeline_item.right {
    padding-left: 20px;
  }
  .services_page .btn_wrapper {
    justify-content: center;
  }
  .serv_hero h1 {
    font-size: 34px;
  }
  .footer_logo {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero {
    background-position: -500px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .why_points {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .timeline_item.left {
    padding: 0;
    width: 100%;
  }
  .ban_form h4{
      font-size:18px;
      text-center:center;
  }

  .timeline_item.right {
    padding: 0;
    width: 100%;
    left: 0;
  }

  .process_timeline::before {
    display: none;
  }

  .timeline_item.left::after {
    display: none;
  }

  .timeline_item.right::after {
    display: none;
  }

  .payment_methods {
    text-align: center !important;
  }
  .social_links {
    text-align: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .why_choose h2,
  .process h2,
  .testimonials h2,
  .contact_sect h2,
  .portfolio h2 {
    font-size: 30px;
  }
  .btn_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .subscribe_form {
    display: flex;
    flex-direction: column;
  }
  .subscribe_form button {
    position: relative;
    height: 50px;
    left: 0;
    top: 10px;
  }
  .fixed-dmca-bar p {
    font-size: 10px;
    text-align: left;
  }
  .dmca-more-text {
    display: none;
  }
  .dmca-toggle-btn {
    display: flex;
    color: #ff9900 !important;
    text-decoration: underline !important;
    margin-top: 5px;
    justify-content: center;
    font-weight: bold;
  }
  .fixed-dmca-bar.expanded .dmca-more-text {
    display: inline;
  }
  nav .container-fluid{
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 425px) {
  .hero h1 {
    font-size: 40px;
  }

  .hero .btn_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero {
    text-align: center;
  }

  .services {
    text-align: center;
  }

  .services .col-lg-6 {
    text-align: center !important;
  }

  .service_bx .service_content ul {
    text-align: left;
    margin-top: 15px;
  }

  .content_sect h2 {
    font-size: 30px;
  }

  .content_sect {
    text-align: center;
  }

  .content_sect ul {
    text-align: start;
  }

  .why_choose h2,
  .process h2,
  .testimonials h2,
  .contact_sect h2 {
    font-size: 30px;
  }

  .why_choose_wrapper {
    padding: 0 10px;
  }

  .choose_bx {
    align-items: center;
  }

  .content_box {
    text-align: center;
  }

  .testimonial_wrapper {
    padding: 0 10px;
  }

  .contact_sect {
    text-align: center;
  }
  .footer_logo span {
    font-size: 18px;
  }
  .discount_sticker .off {
    font-size: 16px;
  }
  .discount_sticker .tag {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .desktop_menu {
    display: block;
  }

  .mobile_menu {
    display: none;
  }
}
