@media only screen and (max-width:991px){
    .iph-img{
        width: 300px;
    }
}
@media only screen and (max-width:767px){
    .part-1{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .text-head{
        text-align: center;
    }
    .head-btn{
        margin-bottom: 8px;
    }
    .head{
        height: 880px;
    }
    .head-btn{
        margin-top:20px !important;
    }
}
@media only screen and (max-width:540px){
    .navy{
        display: none;
    }
    .full-background{
        position: absolute;
        
        background-color: transparent;
    }
    
}
@media only screen and (max-width:400px){
    .header-text{
        font-size:50px;
    }
}
@media only screen and (max-width:332px){
    .header-text{
        font-size:40px;
    }
}
@media only screen and (max-width:380px){
    .iph-img{
        width: 250px;
        margin-top:40px;
    }
    .bsu{
        padding-right:0px !important;
        width:95%;
    }
    .sbo{
        width:95%;
    }
    .bsu > img{
        margin-left:15%;
    }
}
@media only screen and (max-width:992px){
    .body-ms-image{
        width: 400px;
        
    }
    .maso{
        display: flex;
        justify-content: center;
    }
    .em-txt-edit{
        justify-content: center;
        margin-top:20px;
        margin-bottom: 10px;
    }
    .fsw{
        margin-right: 0px !important;
    }

}
@media only screen and (max-width:729px){
    .maso2{
        margin-top:100px;
    }
}

@media only screen and (max-width:443px){
    .maso2{
        margin-top:140px;
    }
    .body-ms-image{
        width:300px;
    }
}
@media only screen and (max-width:392px){
    .maso2{
        margin-top:140px;
    }
    .bsu{
        margin-top:-70px !important;
    }
    .bsu > img{
        width:250px !important;
        
    }
    .back-foot{
        height: 360px;

    }
    .edit-form{
        width:200px;
    }
    .em-head{
        text-align: center;
        
    }
}