@media only screen and (max-width: 1600px) and (min-width: 1400px)
{
    .bg-registration {
        height: 855px !important;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1024px)
{
    .bg-registration {
        height: 725px !important;
    }
}
@media (min-width: 1200px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl 
    {
        max-width: 90%;
    }
}
@media (min-width: 1024px)
{
    .bg-registration {
        height: 575px;
    }
}
@media (max-width: 768px)
{
    .container, .container-sm {
        max-width: 650px;
    }
    button#sub-btn {
        padding: 16px !important;
    }
    .pl-3,.py-3
    {
        padding-bottom:0 !important;
        padding-top:0 !important;
    }
    div#mbanner {
        min-height: 414px !important;
    }
     .rs-5
    {
        padding:1rem !important;
        padding-top: 1rem !important;
    }
    .bt-5
    {
        margin-bottom: 1rem !important;
    }
    .inquery-btn
    {
        padding:10px !important;
    }
    
}
@media (max-width: 560px)
{
    .container, .container-sm {
        max-width: 650px;
    }
    div#g_recaptcha1 {
        transform: translateX(-25px) scale(0.8);
    }
   .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 16px;
        height: 16px;
        margin: unset !important;
    }
    .btn.btn-dark {
        width: 35px !important;
        height: 35px !important;
    }
    .rs-5
    {
        padding:1rem !important;
        padding-top: 1rem !important;
    }
    .bt-5
    {
        margin-bottom: 1rem !important;
    }
    div#mbanner {
        min-height: 314px !important;
    }
   
}
 @media screen and (max-width:425px)
{
    .rs-5
    {
        padding:1rem !important;
        padding-top: 1rem !important;
    }
    .bt-5
    {
        margin-bottom: 1rem !important;
    }
    div#mbanner {
        min-height: 250px !important;
    }
    
}
 @media screen and (max-width:375px)
{
    button#sub-btn {
        width: 70%;
    }

}