.login-wrap{
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    z-index: 0;
    margin-top: 0px;
    padding: 2rem 3rem 0rem 3rem !important;
    border: 2px solid #204d74;
    
}
.input-label{
    /*position: absolute !important;
    top: -7px !important;
    left: 0 !important;*/
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    /*margin-left: 30px !important;*/
    padding: 0 4px !important;
}

.input_field{
    height: 40px !important;
    background: #fff !important;
    color: #000000a3 !important;
    font-size: 13px !important;
    /*border-radius: 40px !important;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}
.input_field::placeholder {
  text-transform: capitalize !important;
}
.login-wrap .form-control:focus, .login-wrap .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #4986fc !important;
    background: transparent !important;
}

.login-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    content: '';
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    border-radius: 50% 0 0 0;
}

.headingText{
    font-size:40px !important;
    line-height: 1.5 !important;
    text-align:center;
    color: #204d74 !important;
}

.highlight3{
    font-size:53px !important;
}

.usertext{
    
    width: 95% !important;
}

.usertext1{
    
    width: 98% !important;
}

.divide_two{
    width: 44% !important;
    margin-left: 10px;
}
.divide_one{
    width: 55% !important;
}

.icon_border{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon_globe{
    background: #30446e;
    text-align: center;
    width: 30px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.icon_color{
    color:#fff;
    font-size: 20px;
}

.icon_heading{
    color: #000;
    margin-bottom: 0;
}

.icon_description{
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

@media only screen and (max-width: 600px){
    .login-wrap {
        margin-top: 3em;
    }
    
    .about_us_home1{
        line-height: 30px !important; 
    }
    
    .usertext{
        margin-right: 0px;
        width: 100%;
    }
    
    .divide_two{
        width: 100% !important;
    }
    .divide_one{
        width: 100% !important;
    }
}

.aia-contact-wrapper {
      margin-top: 40px;
      padding: 20px;
    }

    .aia-contact-title {
      font-size: 26px;
      margin-bottom: 40px;
      color: #435882;
      text-align: center;
    }

    .aia-contact-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .aia-contact-card {
      background: #fff;
      border: 2px solid #f97316;
      border-radius: 20px;
      padding: 30px 20px;
      width: 300px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      text-align: center;
      position: relative;
    }

    .aia-icon {
      background: #f97316;
      color: white;
      font-size: 22px;
      padding: 15px;
      border-radius: 50%;
      display: inline-block;
      margin-top: -50px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    .aia-contact-heading {
      color: #f97316;
      margin-top: 40px;
      margin-bottom: 15px;
    }

    .aia-contact-card a {
      display: block;
      color: #000;
      text-decoration: none;
      margin: 5px 0;
    }

    .aia-tollfree {
      margin-top: 15px;
      font-weight: bold;
      color: #444;
    }

    .aia-tollfree i {
      margin-right: 6px;
    }

    @media (max-width: 768px) {
      .aia-contact-card {
        width: 90%;
      }
    }