@media only screen and (max-width:600px){
#success_popup .ct-area, #error_popup .ct-area {
    width: 100% !important;
    padding-top: 17px !important;
}

#error_popup .close, #success_popup .close {
    right: 21px !important;
}

span.green.red {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    font-size: 31px !important;
}
.headstart_login #slider2 img.img-fluid.on-m ,.headstart_signup #slider2 img.img-fluid.on-m {
    margin-left: 8px;
}
}

@media (max-width: 1024px) and (min-width: 992px){
    .headstart_login #slider2 img.img-fluid.on-m ,.headstart_signup #slider2 img.img-fluid.on-m {
         width: 62% !important;
         margin-top: 0px !important;
         margin-left: 8px;
     }
     body.headstart_login h1.l-head ,body.headstart_signup h1.l-head {
         font-size: 64px !important;
     }
 }

@media (max-width: 992px) and (min-width: 600px){
   .headstart_login #slider2 img.img-fluid.on-m ,.headstart_signup #slider2 img.img-fluid.on-m {
        width: 62% !important;
        margin-top: 66px !important;
        margin-left: 8px;
    }
    .headstart_login h1.l-head ,.headstart_signu h1.l-head {
        font-size: 46px !important;
    }
}

@media (max-width: 500px){
    .headstart_login #slider2 img.img-fluid.on-m ,.headstart_signup #slider2 img.img-fluid.on-m {
        margin-top: -28px !important;
        width: 166px !important;
        margin-left: 9px;
    }
}