.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:#776495;
    font-weight:800;
}
.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:27px;
    color:#776495;
    font-weight:800;
} 
}
@media(max-width:550px)
{
     .headernav .hdright {
        margin-right: 5px !important;
    }   
}
@media(max-width:800px)
{
   .botfix {
    position: fixed;
    bottom: 0px;
    background: white;
    z-index: 40;
    display:block;
    width:100%;
    height:40px;
padding-top:3px;
       
   }
     .fixbtntalk {
    position: fixed;
    top: 80%;
    transform: rotate(-90deg);
    left: -80px !important;
    min-width: inherit !important;
    padding: 3px 10px;
    font-weight: 400;
    margin-top: -50px;
    z-index: 99;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 3px;
    border: none;
}
}
