@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .header-area {
    top: 0px;
    padding: 5px 0;
  }
  .saif_heading h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .saif_heading h1::before {
    bottom: 6px;
  }
  .mobile-menu .logo a img {
    width: 90px;
  }

  .saif__service .saif_heading {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mobile-menu .btn-primary.white__btn {
    font-size: 16px;
  }
  .mean-container a.meanmenu-reveal span {
    background: #0e2a59;
  }
  .mean-container .mean-nav ul li a {
    color: #fff;
    background: #0e2a59;
  }
  .mean-container a.meanmenu-reveal {
    color: #0e2a59;
  }
  .banner-text {
    margin-top: 0 !important;
  }
  .astra-banner .banner-text h1 span {
    font-size: 36px !important;
  }
  .why_box {
    min-height: auto;
    margin-bottom: 30px;
  }
  .single__wedget.logo_wedget {
    display: flex;
    justify-content: space-between;
  }
  .footer-main .single__wedget .logo img {
    width: 160px;
  }
}
