@media (max-width: 1199px) {
  nav.navbar ul.navbar-nav {
    gap: 10px;
  }
  section.banner_sect h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section.banner_sect p.sec {
    font-size: 20px;
    line-height: 28px;
  }

  section.banner_sect p.prc {
    font-size: 16px;
    line-height: 25px;
  }

  section.counter .count_bx p {
    font-size: 18px;
    line-height: 30px;
  }

  section.services h2 {
    font-size: 35px;
    line-height: 44px;
  }

  .title_txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .serv_bx_txt h3 {
    font-size: 24px;
    line-height: 34px;
  }

  section.why_choose h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .detail_sect h2 {
    font-size: 35px;
    line-height: 45px;
  }

  section.why_choose .title_txt p {
    font-size: 16px;
    line-height: 26px;
  }

  .why_choose_bx h3 {
    font-size: 24px;
    line-height: 30px;
  }

  section.why_choose p {
    font-size: 14px;
    line-height: 24px;
  }

  section.extra_service h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .ext_serv_bx h3 {
    font-size: 24px;
  }

  section.guarantee_sect h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .guarantee_bx h3 {
    font-size: 24px;
    line-height: 32px;
  }

  section.inclusive_pub h2 {
    font-size: 35px;
  }

  section.inclusive_pub h3 {
    font-size: 20px;
    line-height: 28px;
  }

  section.team_sect h2 {
    font-size: 35px;
    line-height: 45px;
  }

  section.team_sect h2.sec + p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }

  .team_bx .txt_bx .about_bx h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .team_bx .txt_bx .about_bx h4 ~ p {
    font-size: 12px;
    line-height: 20px;
  }

  .whats_txt_bx p {
    font-size: 9px;
  }

  .whats_txt_bx h6 {
    font-size: 18px;
  }

  .reviews h2 {
    font-size: 35px;
    line-height: 45px;
  }

  section.reviews .d-flex img {
    width: 45%;
  }
  .faqs .accordion-item h2.accordion-header button {
    font-size: 16px;
  }

  .faqs .accordion-body {
    font-size: 14px;
    line-height: 22px;
  }

  footer h3 {
    font-size: 16px;
  }

  a.whatsapp_btn span {
    font-size: 12px;
  }

  .top_footer .btn_dflt {
    font-size: 14px;
  }

  footer ul li a {
    font-size: 14px;
  }
  footer p {
    font-size: 12px;
  }
  .contact-icons li svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  .sticky-col {
    position: static;
  }
  section.counter .count_bx p {
    font-size: 24px;
    line-height: 34px;
  }

  .serv_bx_txt h3 {
    font-size: 16px;
    line-height: 23px;
  }

  .serv_bx_txt h4 {
    font-size: 14px;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(2) .why_choose_bx {
    border-right-width: 0;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(5) .why_choose_bx {
    border-left-width: 0;
    border-right-width: 0;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(4) .why_choose_bx {
    border: 1px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(6) .why_choose_bx {
    border: 1px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
  }

  section.extra_service h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  section.guarantee_sect h2 {
    font-size: 30px;
  }

  .guarantee_bx h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .guarantee_bx p {
    font-size: 12px;
  }

  section.inclusive_pub h2 {
    font-size: 45px;
  }

  .team_bx .col-lg-4 img {
    width: 100%;
  }

  .team_bx .col-lg-4 a.whatsapp_bx img {
    width: auto;
  }

  a.whatsapp_bx {
    display: inline-flex;
    padding: 10px 20px 10px 10px;
  }

  .whats_txt_bx p {
    font-size: 13px;
  }

  .whats_txt_bx h6 {
    font-size: 24px;
  }

  .team_bx .txt_bx {
    margin: 0 15px;
    padding-top: 0;
  }

  .reviews h2 {
    font-size: 45px;
    text-align: center;
    line-height: 55px;
  }

  section.reviews .d-flex img {
    width: 20%;
  }
  .guarantee_bx {
    padding: 0 10px;
  }
  section.banner_sect img {
    transform: scale(1.3);
    margin-left: 50px;
  }
    .contact-icons li svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  section.banner_sect img {
    transform: scale(1);
    margin: 0;
  }
  /* .container{
    max-width: 600px;
  } */

  .serv_bx_txt h3 {
    font-size: 24px;
  }

  .serv_bx_txt p {
    font-size: 16px;
    line-height: 22px;
  }

  .serv_bx_txt h4 {
    font-size: 18px;
  }

  .serv_bx_txt ul {
    font-size: 14px;
  }

  section.why_choose .title_txt p {
    width: 100%;
  }

  .why_choose_bx {
    padding: 30px;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(2) .why_choose_bx {
    border-left-width: 0;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(4) .why_choose_bx {
    border-left-width: 0;
  }

  .why_choose_wrapper .col-lg-4.col-md-6:nth-child(6) .why_choose_bx {
    border-left-width: 0;
    border-top-width: 1px;
  }

  .why_choose_bx h3 {
    font-size: 30px;
  }

  section.why_choose p {
    font-size: 16px;
    line-height: 28px;
  }

  section.extra_service h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .ext_serv_wrapper .col-lg-6.col-md-6:nth-child(6) {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  section.guarantee_sect h2 {
    font-size: 24px;
    line-height: 30px;
  }

  section.guarantee_sect .col-lg-4.col-md-4:nth-child(2) {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    padding: 25px 0;
    margin: 25px 0;
  }

  .badge_img {
    top: 0;
    right: 0;
    width: 125px;
  }

  .team_bx .txt_bx .about_bx {
    width: 100%;
  }

  .reviews_slider + .d-flex {
    justify-content: center;
  }
  .detail_sect h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 15px 0;
  }
}

@media (max-width: 575px) {
  .serv_bx img {
    height: 300px;
  }

  .serv_bx:hover img {
    height: 200px;
  }
}

@media (max-width: 425px) {
  section.inclusive_pub h2 {
    font-size: 30px;
  }

  section.why_choose h2 {
    font-size: 30px;
  }

  section.counter .count_bx p {
    font-size: 20px;
    line-height: 10px;
  }

  .cta_sect h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .faqs h2 {
    font-size: 34px;
  }

  .top_footer h3 {
    text-align: center;
    font-size: 20px;
  }
  .serv_title_bx {
    justify-content: center;
    flex-direction: column;
  }
  .why_choose_wrapper .d-flex,
  section.guarantee_sect .d-flex,
  section.cta_sect .d-flex {
    flex-direction: column;
  }
  .floating_wrap {
    display: none;
  }
  .reviews h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .reviews_slider .rev_bx p {
    font-size: 14px;
  }
}

/* Sticky only on lg and above */
@media (min-width: 992px) {
  .sticky-col {
    position: sticky;
    top: 100px; /* adjust for your header height */
    align-self: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
}
