@media only screen and (max-width: 552px){
    .formhd h2 {
    color: rgb(68 1 32);
    font-size: 27px;
    letter-spacing: 0.55px;
}
        .appo1{
            background-image: none;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            padding: 1rem 0;
        }    
        .innerappo1{
            width: 93%;
            margin: 2rem auto;
        }
        .innerappo1{
            position: relative;
            top: 0;
            left: 0;
            transform: initial;
            z-index: 999;
            padding: 1rem;
            background-color: #ffffff;
            border-radius: 20px;
        }
        .frmdata .row .col-lg-6{
            padding:0;
        }
        .close {
    top: 2%;
    right: 3%;
    z-index: 99;
    cursor: pointer;
}
.close img{
    width: 22px;
}

}