@media only screen and (max-width: 1399px) {

    h2 {
      font-family: 'sutra';
      font-size: 34px;
      color: #004FD9;
  
    }
  
    .about-section-content p {
      font-size: 16px;
      text-align: justify;
    }
  
    .about-img {
      width: 400px;
    }
  
    .header-logo {
      width: 305px;
    }
  
    .header-top-nav ul li a {
      color: #004FD9;
      font-size: 18px;
      font-weight: 600;
    }
  
    h5 {
      font-size: 16px;
      font-weight: 600;
      font-family: 'Roboto', sans-serif;
      color: #004FD9;
      letter-spacing: 2px;
    }
  
    .button {
      position: relative;
      transition: all 0.3s ease-in-out;
      padding-block: 0.5rem;
      padding-inline: 1.25rem;
      background-color: #004FD9;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #ffff;
      gap: 10px;
      font-weight: 500;
      outline: none;
      overflow: hidden;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border: 2px solid;
    }
  
    .conatct-index {
      margin-top: 2rem;
      padding-top: 2rem;
    }
  
    .about-section {
      /*padding-top: 180px;*/
    }
  
    header {
      /* background-color: #fff; */
      /*position: fixed;*/
      width: 100%;
      top: 0;
      z-index: 1000;
      /* padding-top: 30px; */
    }
  
    .service-section {
      /*padding-top: 140px;*/
    }
  
    .service-header {
      font-family: 'sutra';
      font-size: 25px;
      color: #004FD9;
    }
  
  
  
    .contact-img-name {
      font-size: 16px;
      font-weight: 600;
      color: #004FD9;
      padding-top: 14px;
    }
  
    .conatct-section-content ul h5 {
      font-size: 14px;
    }
  
    .conatct-section-content ul h4 {
      font-size: 16px;
      font-weight: bold;
      color: #004FD9;
  
    }
  
    .conatct-section-content ul li a {
      font-size: 16px;
      color: #004FD9;
    }
  
    .service-header {
      font-family: 'sutra';
      font-size: 22px;
      color: #004FD9;
  
    }
  
    .contact-readmore {
      font-size: 12px;
      text-align: justify;
    }
    
    
    
  
    .contact-img {
      width: 100%;
      height: 150px;
      /* filter: grayscale(1);  */
      object-fit: cover;
  
    }
  
    b {
      font-size: 18px;
    }
  
    .about-large-section {
      padding-top: none;
    }
  
    .servcie-btn {
      background-color: #004FD9;
      padding: 4px 10px;
      color: #fff;
      font-size: 14px;
      border-radius: 8px;
    }
  
    .service-tab-list {
      font-size: 18px;
    }
  
  }
  
  @media only screen and (max-width: 991px) {
    .header-logo {
      width: 160px;
    }
  
    .header-top-nav ul li a {
      color: #004FD9;
      font-size: 14px;
      font-weight: 600;
    }
  
    h2 {
      font-family: 'sutra';
      font-size: 22px;
      color: #004FD9;
    }
  
    h5 {
      font-size: 14px;
      font-weight: 600;
      font-family: 'Roboto', sans-serif;
      color: #004FD9;
      letter-spacing: 2px;
    }
  
    .about-section-content p {
      font-size: 15px;
      text-align:left;
      line-height: 1.5rem;
    }
  
    .button {
      position: relative;
      transition: all 0.3s ease-in-out;
      padding-block: 0.5rem;
      padding-inline: 1.25rem;
      background-color: #004FD9;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #ffff;
      gap: 10px;
      font-weight: 500;
      outline: none;
      overflow: hidden;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: 2px solid;
      padding: 6px 20px;
    }
  
    b {
      font-size: 16px;
    }
  
    .service-tab-list {
      font-size: 14px;
    }
  
    .servcie-btn {
      background-color: #004FD9;
      padding: 4px 10px;
      color: #fff;
      font-size: 8px;
      border-radius: 8px;
    }
  
    .contact-readmore {
      font-size: 8px;
      text-align: justify;
    }
  
    .contact-img-name {
      font-size: 9px;
      font-weight: 600;
      color: #004FD9;
      padding-top: 6px;
    }
  
  }
  
  
  @media only screen and (max-width: 767px) {
  
    body {
      /* background-color: #fff !important; */
      font-family: 'Poppins', sans-serif;
      display: grid;
      align-items: center;
      background-image: url(assets/bg-16.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
  
    }
  
    .actives {
      border-bottom: 1px solid #004FD9;
      width: 34%;
    }
  
    .large-screen {
      display: none;
    }
  
    header {
      /* background-color: #fff; */
      position: relative;
      width: 100%;
      top: 0;
      z-index: 1000;
      margin-top: 0px;
      padding-top: 0px;
    }
  
    .small-screen p {
      font-size: 18px;
      padding-top: 10px;
    }
  
    .small-screen ul li {
      font-size: 17px;
  
    }
  
    .small-screen ul li i {
      font-size: 8px;
      padding-right: 20px;
  
    }
  
    h2 {
      color: #000;
      font-family: none;
    }
  
  
  
    .header-title {
      display: none;
  
    }
  
  
  
    .header-logo {
      width: 160px;
    }
  
  
    .header-title {
      text-align: right;
      font-size: 18px;
      color: #004FD9;
  
    }
  
    .header-section {
      padding-top: 0px;
    }
  
    .about-section {
      padding-top: 0px;
    }
  
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      /* color: #004FD9; */
    }
  
    .footer-copyrights {
      font-size: 12px;
      color: #004FD9;
  
    }
  
    .about-section-content {
      padding-top: 0px;
    }
  
    .about-section-content p {
      font-size: 13px;
      text-align: justify;
    }
  
    .about-section h1 {
      font-size: 26px;
      font-family: 'sutra';
  
    }
  
    .about-img {
      width: 180px;
    }
  
  
    .about-section-img {
      text-align: center;
    }
  
    .about-img-title {
      font-size: 15px;
  
    }
  
    .menu-bar span {
      font-size: 22px;
      margin-left: 10px;
    }
  
    h2 {
      font-family: 'sutra';
      font-size: 18px;
      color: #004FD9;
    }
  
    .sevice-img {
      width: 120px;
    }
  
  
  
  
  
  
    .button {
      position: relative;
      transition: all 0.3s ease-in-out;
      padding-block: 0.5rem;
      padding-inline: 1.25rem;
      background-color: #004FD9;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #ffff;
      gap: 10px;
      font-weight: 500;
      outline: none;
      overflow: hidden;
      font-size: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border: 2px solid;
    }
  
    .menu-bar {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      color: #004FD9;
      box-sizing: border-box;
      cursor: pointer;
      z-index: 2;
      padding-top: 0px;
    }
  
  
    .header-content {
      font-family: 'Poppins', sans-serif !important;
      font-size: 18px;
      color: #000;
      text-align: justify;
      letter-spacing: 1px;
      padding-top: 20px;
    }
  
  
  
    .nav-contents {
      padding-top: 40%;
    }
  
  
    .clients-section {
      overflow: hidden;
    }
  
    .team-member {
      margin-bottom: 20px;
    }
  
    .mbn-sub-header-size {
      font-size: 16px;
      font-weight: 500;
    }
  
    .mbn-header-size {
      font-size: 22px;
    }
  
    .mbn-contact-top {
      padding-top: 14px;
    }
  
    .mbn-index-img img{
      width: 100%;
      margin-top: 12px;
    }
  
    .mbn-index-img{
      text-align: center;
    }
  
  }
  
  @media only screen and (min-width: 767px) {
    .about-footer-tag {
      font-weight: bold;
    }
    
    .team-section{
        padding-top:200px;
    }
  
  }
  
  
  @media only screen and (min-width: 1399px) {
    .large-scroll {
      margin-top: 30px;
      font-size: 22px;
    }
  
  
  }
  
  @media only screen and (max-width: 1199px) {
  
    .header-top-nav ul li a {
      color: #004FD9 !important;
      font-size: 18px;
      font-weight: 600;
      margin-right: 10px !important;
    }
  }
  
  @media only screen and (min-width: 767px) and (max-width: 1399px) {
      .team-new-img {
          height: 220px !important;
      }
  }