.socail-title h3 {
    font-size: 40px;
    color: #2a4759;
    font-weight: 700;
    margin: 0;
  }

  .social-pad{
    padding: 90px 35px
  }
  
.nav-link:hover{
    /*color:#d33c99 !important;*/
    /*border-bottom:1px solid #d33c99 !important*/
}

.nav-link.active{
    color:#d33c99 !important;
    /*border-bottom:1px solid #d33c99 !important*/
}

/*.nav-link:after {*/
/*  display:block ;*/
/*   width: 100%;*/
/*  content: '' ;*/
/*  border-bottom: solid 3px #d33c99 ;  */
/*  transform: scaleX(0);  */
/*  transition: transform 250ms ease-in-out ;*/
/*}*/

.nav-link:hover:after { transform: scaleX(1); }

  .button4-text{
    width: 15%;
          padding: 14px;
          border-radius: 30px;
  }

  .want-area {
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
  }

  .gap {
    gap: 0px !important;
  }

  .text {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: white;
  }

  .singlefuture2 {
    height: 483px;
    width: 300px;
    border-radius: 21px;
    /* margin-right: -37px; */
  }

  .tttt {
    display: flex;
    flex-direction: row;
    justify-content: center
  }

  .footer-area {
    padding: 50px 0;
    background: #2a4759;
  }

  .footer-title h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 0;
  }

  .services {
    color: #fff;
    margin-bottom: 25px;
  }

  .getStarted {
    color: #2a4759;
    font-size: 16px;
    font-weight: 700;
  }



  .banner-pad {
    padding: 15px 60px !important;
  }

  .hero-containt h3 {
    font-size: 63px;
    color: #fff;
    font-weight: 800;
    line-height: 86px;
    margin-bottom: 50px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .quickText {
    color: #2a4759;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 26px;
  }

  .bg-img {
    background-image: url('../images/Banner.png');
    background-repeat: no-repeat;
    background-size: cover;

    /* height: 100vh; */
  }

  .button3-text {
    width: 15%;
    padding: 14px;
    border-radius: 30px;
    background-color: #d4e5fb;
  }

  .information-area {
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
  }

  .text-box1 h2 {
    color: #2a4759;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .footer-text1 h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .footer-text1 p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: .71;
  }

  .footer-department {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 13px; */
    display: block;
    opacity: .9;
  }

  .button-text {
    /* width: 15%; */
    padding: 14px;
    border-radius: 30px;
    background-color: #d4e5fb;
  }

  .button2-text {
    width: 18%;
    padding: 10px;
  }

  @media screen and (min-width: 320px) and (max-width: 426px) {
      
     .nav-link:after {
    display: none !important;
  }
    .gap {
      gap: 1px !important;
    }
    .social-pad{
    padding: 40px 35px
  }
    .socail-title h3 {
    font-size: 38px;
    color: #2a4759;
    font-weight: 700;
    margin: 0;
  }
    .button3-text {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    background-color: #d4e5fb;
  }
  .information-area {
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative;
  }
    .button2-text {
      width: 100%;
      padding: 10px;
    }

    .tttt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 10px;
    }
    .button4-text{
    width: 100%;
          padding: 14px;
          border-radius: 30px;
  }

    .hero-containt h3 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 31px;
    }

    .banner-pad {
      padding: 12px 20px !important;
    }

    .button-text {
      width: 100%;
      padding: 14px;
      border-radius: 30px;
      background-color: #d4e5fb;
    }
  }
  
  @media screen and (min-width:427px) and (max-width:991px){
      .nav-link:after {
    display: none !important;
  }
  }

