@media only screen and (max-width: 1500px) {
    .display-5 {
        font-size: 43px;
    }
    .h3, h3 {
        font-size: 27px;
    }
    .space_all {
        padding: 60px 0;
    }
    section.banner_sec {
        padding: 60px 0;
    }
    .section-head {
        margin-bottom: 40px;
    }
    h2 {
        font-size: 35px;        
    }
    .owl-nav {        
        top: -84px;        
    }
}

@media only screen and (max-width: 1280px) {
    .navbar-nav li a, .nav-item .nav-link {
        font-size: 16px;        
    }
    .display-5 {
        font-size: 35px;
    }
    .h3, h3 {
        font-size: 22px;
    }
    .bg_banner_image h1 {
        margin-bottom: 10px !important;
    }
    .space_all, section.banner_sec {
        padding: 50px 0;
    }
    .section-head {
        margin-bottom: 25px;
    }
    .item .icon {
        font-size: 29px;
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
        line-height: 73px;
    }
    .h4, h4 {
        font-size: 20px;
    }
    h2 {
        font-size: 28px;
    }
    .owl-nav {
        top: -64px;
    }
    .our_pra {
        font-size: 19px;       
    }
     
}

@media only screen and (max-width: 1199px) {
    .navbar-nav li a, .nav-item .nav-link {
        font-size: 13px;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .display-5 {
        font-size: 26px;
    }
    .h3, h3 {
        font-size: 17px;
    }
    .btn-primary {       
        padding: 6px 17px !important;
        font-size: 14px !important;
    }
    .about_content_box_all {
        padding: 20px;
    }
    .section-head {
        margin-bottom: 15px;
    }
    .productbox {
        min-height: 170px;
        max-height: 170px;       
    }
    .our_product_sec .card-body {
        padding: 4px;
    }
    .h4, h4 {
        font-size: 17px;
    }
    .contact-info-icon i {
        font-size: 33px;
    }
    .contact-info-text h2 {
        font-size: 20px;        
        margin-bottom: 8px;
    }
    .contact-info-icon {
        margin-bottom: 10px;
    }
    .contact-info-text span {
        font-size: 14px;
    }
    input, select, textarea {       
        font-size: 15px !important;
    }
    .owl-nav {
        top: -54px;
    }
    .toggle_custom{
        padding: 0 !important;
    }
    .toggle_btn_ass{
        padding: 3px 7px;
    }
    .close-toggle {
        display: none !important;
    }
    .toggle_btn_ass.opent_menu .open-toggle {
        display: none !important;
    }
    .toggle_btn_ass.opent_menu .close-toggle {
        display: block !important;
    }
    .custom_navigation_sec {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fecc00;
        width: 100%;
        padding: 10px;
    }
    .navbar-nav li a::before {
       display: none;
    }
    .navbar-nav li {
        margin: 0 0 9px;
    }
    .navbar-nav li:last-child{
        margin-bottom: 0;
    }
    .imagex {
        padding: 22px 19px 0;
        width: 93%;
        
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .display-5 {
        font-size: 24px;
    }
    .contact-page-sec iframe {
        height: 100%;
        min-height: 269px;
    }
    .footer_sec .col1 {
        width: 100%;
        text-align: center;
    }
    ul.social {
        margin: 8px 0 0;
        justify-content: center;
    }
    section.our_product_sec {
        padding: 155px 0 30px !important;
    }

}

@media only screen and (max-width: 575px) {

.space_all, section.banner_sec {
    padding: 30px 0;
}
h2 {
    font-size: 23px;
}
.section-head {
    margin-bottom: 10px;
}
.productbox img {
    width: 100% !important;
}
.owl-nav {
    top: -45px;
}
.productbox {
    max-height: none;
}
.g-5, .gy-5 {
    --bs-gutter-y: 1rem;
}

}

@media only screen and (max-width: 479px) {
    a.navbar-brand {
        max-width: 173px;
    }
    .display-5 {
        font-size: 20px;
    }
    .h3, h3 {
        font-size: 15px;
    }
    .item {       
        padding: 20px 15px;        
    }
    .owl-nav {       
        justify-content: center;
        position: unset;
        padding: 19px 0 0;
    }

    .contact-page-sec iframe {
        min-height: 202px;
    }
    .our_pra {
        font-size: 15px;
        margin-bottom: 12px;
    }

}