@media (max-width: 1399px) and (min-width: 1200px) {
}

@media (max-width: 1199px) and (min-width: 992px) {
  header a.btn_dflt {
    font-size: 14px;
  }

  nav a.nav-link {
    font-size: 15px;
  }

  nav.navbar ul.navbar-nav {
    gap: 5px;
  }

  header a.navbar-brand img {
    width: 170px !important;
  }

  .hero-banner-content h1 {
    font-size: 50px;
    line-height: 52px;
  }

  .form_bx h4 {
    font-size: 35px;
  }

  .form_bx .form-check-flex label {
    font-size: 12px;
  }

  .form_bx .form-check-flex {
    gap: 5px;
  }

  .form_bx select,
  .form_bx input.form-control,
  .form_bx textarea {
    font-size: 15px;
    line-height: 19px;
  }
  footer ul li a {
    font-size: 14px;
  }
  section.exclusive h2 {
    font-size: 35px;
    line-height: 44px;
  }

  .cta_banner h2 {
    font-size: 35px;
  }

  .cta_content > .d-flex a {
    font-size: 14px;
  }

  .cta_banner:before {
    height: 60%;
    transform: translateY(-50%);
  }

  section.portfolio h2 {
    font-size: 35px;
    line-height: 44px;
  }

  .custom-tabs button {
    font-size: 12px;
  }

  .custom-tabs {
    gap: 2px;
  }

  .custom-tabs::before {
    width: 100%;
  }

  section.partners h6 {
    font-size: 16px;
  }

  section.partners a.chat_btn {
    font-size: 22px;
  }

  section.partners a.chat_btn span {
    font-size: 14px;
  }

  .serv_cta_bx h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .serv_cta_bx .d-flex {
    justify-content: center;
  }

  .serv_cta_bx:before {
    width: 145%;
    height: 145%;
  }

  .serv_cta_bx a {
    font-size: 14px;
  }
  .services h2 {
    font-size: 40px;
  }

  section.testimonials h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .rev_bx:after {
    opacity: 0 !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: auto !important;
  }
  .hero-banner-content {
    align-items: center;
  }

  .hero-banner-content h1 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
  }

  section.exclusive h2 {
    font-size: 45px;
    line-height: 55px;
  }

  section.exclusive .d-flex {
    justify-content: center;
  }

  .cta_banner:before {
    height: 90%;
    transform: translateY(-40%);
  }

  .cta_banner {
    padding: 20px;
  }

  .cta_banner h2,
  .cta_banner p {
    text-align: center;
  }

  .cta_banner .d-flex {
    justify-content: center;
  }

  .custom-tabs::before {
    display: none;
  }

  .custom-tabs {
    gap: 20px;
  }

  section.partners h3 {
    text-align: center;
  }

  section.partners h6 {
    text-align: center;
  }

  section.partners .d-flex {
    justify-content: center;
  }
  .serv_cta_bx:before {
    width: 250%;
    height: 250%;
  }
}

@media (max-width: 767px) {
  .hero-banner-content h1 {
    font-size: 35px;
  }

  section.exclusive h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  section.portfolio h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .cta_mobile {
    display: block;
  }
  .btn-hide {
    display: none;
  }
  section.service_section:before {
    top: 400px;
  }

  section.testimonials h2 {
    font-size: 45px;
    text-align: center;
    line-height: 54px;
  }

  section.testimonials span {
    text-align: center;
  }

  section.testimonials .text-end {
    text-align: center !important;
  }

  .info_bx {
    justify-content: center;
  }

  .rev_info > img {
    margin: 0 auto 25px;
  }

  .rev_bx p {
    margin-bottom: 60px;
  }
  .rev_bx:before,
  .rev_bx:after {
    display: none;
  }
  .floating_wrap {
    display: none;
  }
  section.exclusive .row .col-lg-6:first-child {
    padding-right: 10px;
  }
  footer .copy_right .row {
    flex-direction: column;
  }

  footer .copy_right .row .col {
    text-align: center !important;
  }
}

@media (max-width: 425px) {
  .hero-banner-content h1 {
    line-height: 38px;
  }

  .form_bx h4 {
    font-size: 28px;
  }

  section.exclusive h2 {
    font-size: 25px;
    line-height: 35px;
  }

  section.exclusive .d-flex {
    flex-wrap: wrap;
  }

  .cta_banner h2 {
    font-size: 25px;
  }

  .cta_banner .d-flex {
    flex-wrap: wrap;
  }

  .serv_cta_bx h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .services h2 {
    font-size: 30px;
  }

  section.testimonials h2 {
    font-size: 30px;
    line-height: 35px;
  }

  section.testimonials .slick-dots {
    text-align: center;
  }
}
