@media(min-width: 1600px){
    .container{
        max-width: 1600px;
    }
}
@media(max-width: 1600px){
    .form-plus{
        max-width: 65%;
    }
}

@media(max-width: 1399px){
    :root{
        --fs-60: 50px;
        --fs-24: 20px;
        --fs-20: 18px;
        --fs-16: 15px;
    }
    .plus-box {
        display: grid;
        row-gap: 20px;
        max-width: 300px;
    }
    .form-plus {
        max-width: 70%;
    }
    .banner_content br{
        display: none;
    }
}

@media(max-width: 1199px){
    :root{
        --fs-60: 40px;
        --fs-30: 25px;
        --fs-24: 18px;
        --fs-20: 16px;
        --fs-16: 14px;
    }
    .form-plus {
        max-width: 80%;
    }
    .plus-box {
        max-width: 100%;
    }
    .header_section img{
        max-width: 300px;
    }
    .grid-items {
        padding: 25px 10px;
    }
    .box-plus-form {
        gap: 20px;
    }
    .header_section .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
}

@media(max-width: 991px){
    .mobile-logo{
        display: block;
    }
    .header_section .navbar-collapse .navbar-brand{
        display: none;
    }
    .about-inner {
        text-align: center;
    }
    .counter-grid {
        margin-left: auto;
        margin-right: auto;
    }
    .about-inner p{
        margin-bottom: 20px;
    }
    .about-counter{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .box-plus-form {
        display: block;
    }
    .form-plus {
        max-width: 100%;
        margin-top: 22px;
    }
}
@media(max-width: 427px){
    .header_section img {
        max-width: 260px;
    }
}