.cen{
  text-align: center!important;
}
.rgt{
  text-align: right!important;
}
.f8{
  font-size: 8px!important;
}
.f10{
  font-size: 10px!important;
}
.f12{
  font-size: 12px!important;
}
.f16{
  font-size: 16px!important;
}
.f18{
  font-size: 18px!important;
}
.f24{
  font-size: 24px;
}
.f28{
  font-size: 28px;
}
.f30{
  font-size: 30px;
}
.f32{
  font-size: 32px;
}
.hgt-form{
  height: 40px;
}
.pad-2p{
  padding:2px;
}
.pad-5p{
  padding:5px;
}
.pad-2{
  padding:2%;
}
.pad-5{
  padding:10%;
}
.pad-10{
  padding:10%;
}
.pad-spl-crd{
  padding: 1% 10% 1% 10%;
}
.txt_sha{
  text-shadow: 2px 2px 4px #000000;
}
.txt_pri{
  color:#002266;
}
.txt_drk{
  color:#001133
}
.text-msgn{
  color:#009933;
}
.text-msty{
  color:#d07330;
}
.txt-rgt{
  text-align: right!important;
}
.txt-lft{
  text-align: left!important;
}
.capitalis{
  text-transform: capitalize;
}
.mrg-t-5{
  margin-top:-5px!important;
}
.mrg-t-10{
  margin-top:-10px!important;
}
.eye_align{
  float: right;margin-top:-27px;margin-right:10px;
}
.head_redirect{
  text-align: right;
  margin-top: -15px;
  margin-bottom:15px;
}
.dash_heading{
    font-size:14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-no-style{
  background-color: transparent;
  border:0px solid;
}
.msg-box-text{
  padding: 2% 1% 1% 1%;
  text-align: left;
}
.hd_img{
  width:70%;
}
.log-txt-align{
  color:rgba(39, 70, 133, 0.8);
  line-height: 1.6!important;
}
.img_align{
  background-color: white;
  border-radius:10px;
  padding:5px;
  width: 20%;
  margin-bottom: 20px;
}
.img_align2{
  width: 100%;
}
.hmg_card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 4%;
}
/*Drop Zone*/
.drop-zone {
    max-width: 100%;
    height: 300px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #274681;
    border-radius: 10px;
}
.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 40%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    text-align: center;
}
.marq {
  width:100%;
  height:200px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .geek1 {
      font-size: 16px;
      color: white;
      text-align: left;
      line-height: 2.5;
  }
.geek1 a{
  color:white;
  margin-left:10px;
}
.geek1 a:hover{
  color:#3db3c5;
  margin-left:20px;
}
.footer_adm{
  background-color: rgba(39, 70, 133);color: white;padding: 20px 0px 0px 0px;
}
.footer-txt-align{
  padding: 15px 0px 10px 0px;
}
.footer-img{
  width: 10%;
}
.form-footer{
  background-color:#fff;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .hero-section .img_align {
    margin-left: 0px;
    width: 50%;
    margin-bottom: 20px;
  }
  .hero-section .iphone-wrap .img_align2 {
    margin-left: 0px;
    width: 60%;
  }
}