.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:24px;
    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;
}
.my_flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 80px;
}
.pre_sec1 {
    width: 45%;
    
    
}
.nee
{
    font-size:20px;
    margin-top: 15px;
}
.pre_natal>.yog_txt {
    font-size: 35px;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 46px;
}
.pre_natal>.yog_txt2 {
        font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.6px;
    /* line-height: 35px; */
    color: black;
    margin-top: 0px;
}
@media(max-width:1400px)
{
   .my-txtt{
    font-size:27px;
    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;
       
   }
       .pre_natal>.yog_txt2 {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 0.6px;
        /* line-height: 35px; */
        color: #6f6f6f;
        margin-top: 0px;
    }
    .pre_natal>.yog_txt {
        font-size: 21px;
        letter-spacing: 0.3px;
        font-weight: 600;
        line-height: 32px;
    }
    .pre_sec1 {
        width: 99%;
        margin-bottom: 30px;
    }
    .my_flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 20px;
}
}