*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1 {
  font-size: 2rem; 
}
.about-heading{
  font-size:4rem;
  color:#0E46A3;
  font-weight: 500;
}
.square-icon{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  
}
.about-square{
 width:15px !important;
 height: 15px !important;
 border: 1px solid #161D6F;
 transform: rotate(45deg);
 margin-bottom: 5px;
}
.card{box-shadow: -0.60em 0.60em 0.2em rgba(209, 193, 193, 0.5) ;
  border-radius: 25px;
}
    .apply-button{
      background-color:#161D6F;
      color: white;
      border-radius: 30px 30px 30px 30px ;
      font-size: 20px;
    }
    .apply-button:hover{
    background-color: white;
    color: #161D6F;
    border: 2px solid #161D6F;
    }  
    .form-border{
        border: 3px solid #0E46A3;
        color: #161D6F;
        /* background-color: #0E46A3; */
    } 
.form-heading{
    color: #161D6F;
}
.contact-icon{
    font-size: 50px;
    color: #161D6F;
}
.allp{
    color: #0E46A3;
}
#map{
    height: 600px;
    margin-bottom:10vh;
  }
  .contect-img{
    margin-top: 30%;
  }
  .contect-mainheading{
    color: #161D6F;
    /* font-weight: 900; */
    font-size: 50px;

  }
  @media (max-width: 576px) {
    .about-heading{
        font-size:2rem;
    }
    
}
.contact-box{
height: 200px;
}
            /* apply now */
          
          .inner{
            /* backdrop-filter: blur(30px); */
            background-color: white;
              margin-top: 9%;
              opacity: 0.90;
              border-radius: 20px 20px 20px 20px;
          }
          .data{
              /* background: none;
              border: none; */
              background-color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
              border-bottom: 1px solid  #161D6F;
             width: 80%; 
             margin-left: 10%;
             color: #161D6F;
          }
          .data:focus{
                 outline: none !important;
                 border: none !important;
          }
          .one{
              background: none;
              border: 1px solid white;
          }
          #my{
              color: white;
          }
  .apply-text{
    color: #161D6F;
    
  }
  input[type="radio"] {
              width: 13px;
              height: 15px;
              transform: scale(1.5);
          }
          .input-text{
            color: #161D6F;
          }