.profil-div{
   /* background-image: url("assets/img/Medical-Health.png");  */
    width: 120px;
    height: 120px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #ffffff;
-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}
img[alt=Banner]{

background-size: cover !important;
width: 100% !important;
}

.upload-label{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .upload-input{
width: 0 !important;
height: 0 !important;
overflow: hidden;
opacity: 0;
  }
  .fa:hover
  {
    color: #28a745;
  }

.profil-main-div{
 display: flex;
justify-content: center;
position: relative;
top: 5px;
right: -8px;
margin-right: 20px;
}
@media only screen and (max-width: 800px) {

 }

@media only screen and (max-width: 770px) {

  .profil-main-div{
    display: flex;
  justify-content: center;
  position: relative;
  top: -5px;
  left: 0%;
   }
 }
@media only screen and (max-width: 1200px) {
   .divone{
  width: 100%;
  margin-top: 20px;
margin-bottom: 40px;
}

}

#times{
visibility: hidden;
}
@media only screen and (max-width: 480px) {
  .verificationInput{
   position: relative;
left: -11px;
min-width: 40px !important;
height: 40px !important;
font-size: 20px !important;

  }
#dtnew{

width: 100% !important;
-webkit-appearance: none;
  -moz-appearance: none;
}
#birth_time{

   width: 100% !important;
-webkit-appearance: none;
  -moz-appearance: none;
}

}
@media only screen and (max-width: 320px) {
    .verificationInput{
   position: relative;
left: -28px;
min-width: 40px !important;
height: 40px !important;
font-size: 20px !important;

  }
  #verificationInfoP{
   font-size: 10px !important;
  }
  #TrySendCodeBtn{
      width: 100% !important;
font-size: 12px !important;
height: 35px !important;

  }

}

#verificationInfoP{
color: #6b7280;
font-size: 15px;
text-align: center;
font-weight: 500;
text-transform: capitalize;
}

.verificationInput{
width: 100%;
height: 50px;
border-radius: 10px;
border: 2px solid #e5e7eb;
text-align: center;
font-size: 27px;
color: #374151;
min-width: 50px;
margin-right: -10px;
}
