@media(max-width:991px) {
    .nav-item {
        padding: 5px 20px;
        margin-bottom: 15px;
        border-radius: 50px;
        border: 1px solid rgb(189 22 58);
        transition: .3s;
    }
    .nav-item:hover {
        background: linear-gradient(90deg, #022468,rgb(189 22 58));
    }
    .nav-item:hover .nav-link {
        color: #fff !important;
        background: unset;
        -webkit-text-fill-color: unset;
        background-clip: unset;
    }
    .navbar-nav {
        display: none;
    }
    .nav_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        display: none;
    }
    .nav-link::before {
        content: unset;
    }
    .choose_box {
        margin-bottom: 30px;
    }
    .banner_box {
        padding: 0 15px;
    }
    .contact_info {
        margin-bottom: 30px;
    }
    .footer_logo {
        margin-bottom: 30px;
    }
    .footer_box {
        margin-bottom: 30px;
    }
    .about_img {
        margin-bottom: 30px;
    }
    .nav_btn2 {
        width: 100%;
        display: none;
    }
    .mobile_nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 280px;
        z-index: 998;
        height: 100%;
        transition: all .5s;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
        overflow-y: scroll;
    }
    .mobile_nav.active {
        left: 0;
    }
    /* .footer_box_contact {
        margin-bottom: 30px;
    } */
}
@media(max-width:767px) {
    /* .banner {
        padding: 50px 0px 50px 0;
    } */
    .banner_box h1 {
        font-size: 40px;
    }
    .banner_box p {
        font-size: 16px;
    }
    .banner_item_box img {
    min-height: 400px;
    object-fit: cover;
}
}
@media(max-width:575px) {
    .service_img_box img {
        max-height: unset;
    }
    .service_img_box {
        margin-bottom: 15px;
    }
    .banner_box h1 {
        font-weight: 550;
        font-size: 30px;
    }
    .banner_box h5 {
        /* font-weight: 550; */
        font-size: 18px;
    }
    .section_header h3 {
        /* font-weight: 550; */
    }
    .service_content_box h3 {
        font-weight: 550;
    }
     .banner_item_box img {
    height: 380px;
    object-fit: cover;
}
.service_img_box img {
    height: 200px;
}
 .about_img::before  {
    content: unset;
 }
 .about_img img {
    width: 100%;
 }
 .left {
    display: none;
 }
 .right {
    display: none;
 }
}
@media(max-width:400px) {
.banner_box h1 {
        font-size: 30px;
    }
    .banner_box ul li a {
        padding: 5px 10px;
    }
    .banner_box p {
        font-size: 16px;
    }
}
/* @media only screen and (min-width: 300px) and (max-width: 1023px) {
    .banner_item_box img {
    min-height: 500px;
    object-fit: cover;
}
} */