@media screen and (max-width: 768px) {
.deals_quant {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0.5em 0em;
}
.deals_quant label.marzi_qty {
    width: fit-content!important;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
input#deals_quantity {
    width: 20%!important;
    background: #dfdfdf;
    border-radius: 0.2em!important;
    border: 1px solid #d9d9d9;
    height: 30px;
    margin: 0px!important;
    display: inline-block;
}

/****** eyelets section styling************/
form#deals_on_cal .eyelet_section .col-md-10 .bk_eyelets span{
    line-height: 1em!important;
    display: inline-block;
    color: black;
    font-size: 0.7em;
    padding: 0em 0.6em;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 2.5em;
}
form#deals_on_cal .eyelet_section .col-md-10 .bk_eyelets label{
    text-align:center;
    display: inline-block;
    width: 100%;
}
form#deals_on_cal .eyelet_section .col-xs-4 {
    padding: 5px;
}
form#deals_on_cal .bk_eyelets{
    border-radius:0.4em;
}
form#deals_on_cal .eyelet_section .col-xs-12 .col-xs-4 .bk_eyelets{
    background-color: #8c8c8c;
    border: 0px solid red;
}
form#deals_on_cal .eyelet_section .col-xs-12 .col-xs-4.first_eyelets .bk_eyelets{
    background-color: #fff;
    border: 2px solid #d82430;
}
}