@media (max-width: 767px) {
  .navbar .container-fluid {
    padding: 0px 15px;
  }
  .navbar-brand {
    display: flex;
  }
  .navbar {
    top: 0px;
    padding: 16px 0px !important;
    background: rgb(37 99 235 / 62%);
    backdrop-filter: blur(2px);
  }
  .navbar-expand-md .navbar-nav .nav-link {
    display: inline-block
  }
  .header-dropdown .dropdown-menu li{
    width: 100%;
  }
  .header-dropdown .dropdown-menu li a .sub {
    display: none
  }
  .header-dropdown .dropdown-menu.show {
    margin-top: 20px !important;
  }
  .custom-navbar ul li a.show:before {
    bottom: -22px;
}
  .navbar-toggler {
    border: 1px solid #fff;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .custom-navbar {
    top: 0px !important;
  }
  .navbar-expand-md .navbar-nav {
    gap: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .navbar-collapse {
    padding: 15px 0px;
  }
  .navbar-collapse .btn {
    margin: 0px auto;
    display: block;
    max-width: 140px;
  }
  .banner {
    padding: 120px 0px 40px;
    text-align: center;
  }
  .banner-title {
    font-size: 30px;
    line-height: 42.2px;
  }
  .banner-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .banner-img {
    padding-top: 30px;
  }
  .our-services-section {
    padding: 30px 0px;
  }
  .our-services-section .banner-desc {
    margin-bottom: 30px;
  }
  .service-card {
    padding: 20px;
    margin-bottom: 30px;
    height: unset;
    text-align: center;
  }
  .mb-48,
  .mb-64 {
    margin-bottom: 20px;
  }
  .who-we-are-col {
    padding: 20px;
    text-align: center !important;
  }
  .who-we-are-desc {
    text-align: center !important;
  }
  .word-of-praise-section,
  .service-help-banner,
  .faq-section {
    padding: 40px 0px;
  }
  .footer-col .navbar-brand {
    justify-content: center;
  }
  .footer-links ul {
    margin: 20px 0px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .footer-links ul li {
    justify-content: center;
  }
  .footer-col {
    justify-content: center !important;
  }
  .service-risk-section {
    padding: 40px 0px;
  }
  .service-risk-section .about-risk {
    padding-left: 15px;
    text-align: center !important   ;
  }
  .blog-section {
    padding: 110px 0px 40px;
  }
  .blog-title .banner-title {
    text-align: center;
  }
  .blog-detail-col {
    padding-right: 15px;
  }
  .blog-detail-col > div {
    justify-content: space-between;
    gap: 0px !important;
  }
  .blog-detail-col > div > img {
    width: 49% !important;
  }
  .blog-detail-section .blog-card-col > h5 {
    text-align: center;
  }
  .blog-detail-section {
    padding-bottom: 0px;
  }
  .contact-form {
    margin-top: -30px;
    padding: 20px;
  }
  .contact-section {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-title {
        font-size: 50px;
        line-height: 70.2px;
    }
    .service-card {
        padding: 20px
    }
    .footer-links ul {
        gap: 20px;
    }
    .blog-detail-col > div {
        justify-content: space-between;
        gap: 0px !important;
      }
      .blog-detail-col > div > img {
        width: 49% !important;
      }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-detail-col > div {
        justify-content: space-between;
        gap: 0px !important;
      }
      .blog-detail-col > div > img {
        width: 49% !important;
      }
}

