@media only screen and (max-width: 600px){
    .modal-dialog{
        margin: 0 auto !important;
    }
    .modal-content{
        border-radius: 15px !important;
    }
    .modal{
        /* top: 80px !important; */
    }
    .btnArea .btnStyl1 {
       
        position: absolute;
        left: 5%;
        bottom: -76px;
        height: 50px;
    }
    .modal-body {
        padding: 40px 20px 70px 20px !important;
    }
    .otbox{
        width: 30px !important;
    }
    .couponPopup{
        /* margin: -32px; */
    }
}