@media (min-width: 1599.98px) {
}

@media (max-width: 1599.98px) {
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
  img.ftr_logo {
    max-width: 150px;
  }

  header a.nav-link,
  header a.nav-link.active {
    font-size: 16px;
    line-height: 26px;
  }

  .ftr_list li,
  .ftr_list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0 !important;
  }

  .banner_box {
    height: 450px;
  }

  .info h2.heading {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    color: var(--heading-color);
  }

  .info p.dscp {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
  }

  .main_bnr {
    height: 300px;
  }

  .blue_btn,
  .white_btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 25px;
  }

  .custom_info {
    width: 75%;
    margin: auto;
  }

  .card h5.card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .card .card-text {
    font-size: 14px;
    line-height: 24px;
  }

  .card .btn_box {
    font-size: 14px;
    line-height: 24px;
  }

  .btn_box i {
    width: 30px;
    height: 30px;
  }

  .info h2.heading {
    font-size: 26px;
    line-height: 36px;
  }

  .info p.sub_heading {
    font-size: 16px;
    line-height: 24px;
  }

  ul.diamond_list {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .topbar_list {
    gap: 10px !important;
    align-items: flex-start !important;
    justify-content: space-between;
  }

  ul.navbar-nav {
    padding: 10px 0px;
  }

  header .navbar-nav {
    gap: 0px;
  }

  header a.nav-link,
  header a.nav-link.active {
    font-size: 16px;
    line-height: 24px;
  }

  .main_bnr {
    height: 250px;
    background-position: center right;
  }

  .info h2.heading {
    font-size: 25px;
    line-height: 35px;
  }

  .info p.dscp {
    font-size: 14px;
    line-height: 24px;
  }

  .blue_btn,
  .white_btn {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
  }

  .cont_row {
    flex-direction: column-reverse;
  }

  .custom_info {
    width: 100%;
    margin: auto;
  }

  .process_card h5 {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .topbar_list {
    flex-direction: column;
  }

  .main_bnr {
    height: 250px;
    background-position: center;
  }

  .reverse_row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  img.logo_img {
    max-width: 150px;
  }

  .cprt_txt {
    text-align: center;
  }

  .banner_content .info h1.heading {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_content .info p.dscp {
    font-size: 16px;
    line-height: 26px;
  }

}

@media (max-width: 390px) {
  .testimonial_sec .owl-carousel .item {
    background: #ddd;
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    transition: all 0.4s ease;
    transform: scale(0.9);
    opacity: 0.5;
    border-left: 15px solid #fff;
    color: #333;
    border-right: 15px solid #fff;
  }
}
