.innerform
{
    padding:20px;
    border-radius: 10px;
    border: 1px solid #dee2e6 !important;
    background-color: white!important;
}
.heal-txt
{
    margin-bottom:5px;
}
.header-heal
{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    
}
.my-txtt{
    font-size:28px;
    color:black;
    font-weight:500;
    text-align:center;
}
.personal-image{
    height:210px;
}
.choose-img
{
    height:100px;
}
.botfix {
    position: fixed;
    bottom: 0px;
    background: white;
    z-index: 40;
    display:none;
}
@media(max-width:1400px)
{
   .my-txtt{
    font-size:22px;
    /*color:#776495;*/
    font-weight:800;
} 
}
@media(max-width:800px)
{
   .botfix {
    position: fixed;
    bottom: 0px;
    background: white;
    z-index: 40;
    display:block;
    width:100%;
    height:40px;
padding-top:3px;
       
   }
}