@media only screen and (min-width:200px) and (max-width:767px) {}
@media only screen and (min-width:992px) {
    .features_product_area.product_pg_area {
        min-height: 510px;
    }

}
/* ======================================================
   CUSTOM MOBILE MENU SUBMENU
====================================================== */

@media (max-width: 1199px) {

    .mobile-navigation .mobile-menu-list {
        padding: 8px 0;
        margin: 0;
        list-style: none;
    }

    .mobile-navigation .mobile-menu-list > li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-navigation .mobile-menu-list > li:last-child {
        border-bottom: 0;
    }

    .mobile-navigation .mobile-menu-list li > a {
        display: block;
        width: 100%;
        padding: 15px 45px 15px 5px;

        position: relative;

        color: var(--white-sf);
        background: transparent;

        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;

        text-decoration: none;
    }


    /* =========================================
       Parent menu with children
    ========================================= */

    .mobile-navigation .menu-item-has-children > a {
        padding-right: 50px;
    }


    /* Arrow */

    .mobile-navigation .menu-item-has-children > a::after {
        content: "\f282";
        font-family: "bootstrap-icons";
        font-weight: 900;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--white-sf);
        font-size: 13px;
        transition: transform 0.3s ease, color 0.3s ease;
    }


    /* Open arrow */

    .mobile-navigation .menu-item-has-children.submenu-open > a::after {
        transform: translateY(-50%) rotate(180deg);
        color: var(--orange-sf);
    }


    /* =========================================
       FORCE WORDPRESS SUBMENU CLOSED
    ========================================= */

    .mobile-navigation .mobile-menu-list .sub-menu {
        display: none !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: #151515;
        box-shadow: none !important;
        z-index: auto !important;
    }


    /* =========================================
       OPEN SUBMENU
    ========================================= */

    .mobile-navigation
    .mobile-menu-list
    .menu-item-has-children.submenu-open
    > .sub-menu {

        display: block !important;
    }


    /* =========================================
       Submenu items
    ========================================= */

    .mobile-navigation .sub-menu li {
        position: relative;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    .mobile-navigation .sub-menu li a {
        display: block;
        width: 100%;
        padding: 13px 20px 13px 25px;
        color: #ddd;
        background: #151515;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

    .mobile-navigation .sub-menu li a::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 10px;
        border-radius: 50%;
        background: var(--orange-sf);
        vertical-align: middle;
    }

    .mobile-navigation .sub-menu li a:hover,
    .mobile-navigation .sub-menu li.current-menu-item > a {
        color: var(--orange-sf);
    }
	.table_area td {
		padding: 3px;
		font-size: 14px;
	}
	.contact-section .contact-txt h4 {
		color: var(--blue-th);
		font-size: 16px;
	}
	
}
@media only screen and (max-width: 1919px) {}

@media only screen and (max-width: 1455px) {
    #banner-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    #banner-carousel .owl-nav .owl-next {
        right: -50px;
    }
}

@media only screen and (max-width: 1399px) {
    .logo_area {
        width: 241px;
        display: inline-block;
    }
    .logo_area img{
        width: 241px;
    }
    .banner_caption {
        padding: 65px 0;
    }
    .footer_logo_area img {
        width: 241px;
    }

    .con_list li h3 {
        font-size: 18px;
    }
    .big_footer .con_list li {
        margin: 0 25px;

    }

.big_footer .con_list li {
	font-size: 13px;
}

.Requirementmodal .modal-dialog {
    max-width: 675px;
    margin: 6% auto;
}
.requestmodal .modal-dialog {
    max-width: 675px;
    margin: 10% auto;
}
.banner_sec.inner_banner .banner_caption {
    text-align: center;
    padding: 19px 0;
}
#banner-carousel .owl-nav .owl-prev {
    left: -60px;
}
#banner-carousel .owl-nav .owl-next {
    right: -60px;
}
.header_menu .form-control {
    height: 40px;
}

}
@media only screen and (max-width: 1255px) {
    #banner-carousel .owl-nav .owl-prev {
        left: -40px;
    }
    #banner-carousel .owl-nav .owl-next {
        right: -40px;
    }
    #banner-carousel .owl-nav .owl-prev, #banner-carousel .owl-nav .owl-next {
        width: 32px;
        height: 32px;
        font-size: 15px;
        line-height: 30px;
    }



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

    .logo_area img{
        width: 200px;
    }
    .logo_area {
        width: 200px;
        display: inline-block;
        position: absolute;
        left: 4%;
    }
    .banner_caption h1 {
        font-size: 36px;
    }
    .product_area .product_txt {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .product_area .product_ico {
        margin-bottom: 10px;
    }
    .pro_range_list li {
        font-size: 14px;
    }
    .features_product_area .features_product_txt .d-flex {
        display: block !important;
    }
    .features_product_area .features_product_txt .d-flex .readmore {
        padding-bottom: 10px;
        display: block;
    }
    .big_footer .con_list li {
        margin: 0 10px;
    }
    .footer_logo_area img{
        width: 200px;
    }
    .big_footer h2 {
        font-size: 17px;
    }
    ul.footer_menu li a {
        font-size: 14px;
    }
    .banner_caption {
        padding: 32px 0 20px;
    }
    .header_top .justify-content-between {
        justify-content: end !important;
    }
    .con_list li {
        font-size: 13px;
    }
    .btn-orange,  .btn-black1 {
        padding: 8px 25px;
        font-size: 16px;
    }
    .stellarnav li a {
        font-size: 14px;
    }
    .contact-section .contact-txt {
        width: 68%;
        vertical-align: middle;
    }

    /* .more_detail_area .btn-orange, .more_detail_area .btn-black1 {
        padding: 8px 18px;
        font-size: 14px;
    } */

}

@media only screen and (max-width: 1040px) {
    #banner-carousel .owl-nav .owl-prev {
        left: 20px;
    }
    #banner-carousel .owl-nav .owl-next {
        right: 20px;
    }

}
@media only screen and (max-width: 991px) {
    .header_top .justify-content-between {
        justify-content: center !important;
    }
    .logo_area {
        position: relative;
        left: auto;
        margin-bottom: 12px;
    }
    .logo_area img {
        width: 175px;
    }

    .con_list {
        text-align: start;
          margin: 0 0 0 0;
        width: 80%;
    }
    .con_list li:first-child {
        width: 50%;
    }
    .banner_caption h1 {
        font-size: 30px;
    }
    .about_img{
        margin-bottom: 20px;
    }
    .headline h2{
        font-size: 28px;
    }
    section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .big_footer .con_list {
        width: 100%;
    }
    .con_list li h3 {
        font-size: 16px;
    }
    .copy_footer .justify-content-between {
        justify-content: center !important;
    }
    ul.footer_menu {
        padding: 11px 0;
        margin: 20px 0 0;
    }
    ul.footer_menu li a {
        font-size: 13px;
    }
    #contact_form1 .btn-orange, #contact_form1 .btn-black1 {
        padding: 10px 21px !important;
        font-size: 16px;
    }
    .pro_detail_card  img{
        margin-bottom: 20px;
    }
    /* .table_area {
        width: 600px;
        margin: 0 auto;
    } */
    .pro_detail_card .btn-orange, .pro_detail_card .btn-black1 {
        padding: 7px 15px;
        font-size: 13px;
    }
    .more_detail_area{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .con_list li {
        padding: 0;
        margin: 0 10px 0 0;
        padding-left: 27px;
        font-size: 12px;
    }
    header .btn-orange {
        display: none;
        padding: 8px 15px;
        font-size: 13px;
    }
    .con_list li i {
        font-size: 20px;
    }
    .con_list li h3 {
        font-size: 14px;
    }
    .products_sec .headline {
        margin-bottom: 15px;
    }
    

    .product_area {
        width: 63%;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 5px 10px;
    }
    .features_product_area {
        width: 350px;
        margin: 0 auto;
    }
    ul.footer_menu li {
        padding: 0 15px;
    }
    /* .banner_caption h1 {
        font-size: 24px;
    }
    .headline h2 {
        font-size: 20px;
    } */
    .con_list li i {
        left: 0;
        top: 5px;
        bottom: auto;
    }
    .features_product_area.product_pg_area {
        width: 400px;
    }
    .product_pg_area .pro_range_list {
        min-height: inherit;
    }
    .pro_range_list.more_detail_list li {
        width: 100%;
    }
    .more_detail_area .btn-orange, .more_detail_area .btn-black1 {
        padding: 8px 18px;
        font-size: 15px;
    }
    .big_footer {
        padding-bottom: 0px;
    }

}

@media only screen and (max-width: 599px) {
    .banner_sec.inner_banner {
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width: 575px) {
    .con_list {
        margin: 0 0 0 15px;
        width: 77%;
    }
    .pro_range_list li {
        width: 100%;
        padding: 0 0 8px 25px;
    }
    .big_footer h2 {
        font-size: 13px;
    }
    .big_footer .con_list li {
        width: 100%;
        max-width: 100%;
        margin: 0 27px;
    }
    .big_footer .con_list li {
        margin: 0 10px 10px;
    }
    .big_footer .con_list li:first-child {
        width: 100%;
    }
    ul.footer_menu li {
        padding: 0 6px;
    }
    .big_footer .con_list {
        width: 59%;
    }
    .big_footer .justify-content-between {
        justify-content: center !important;
    }
    .big_footer .con_list li i {
        position: relative;
        display: block;
    }
    .big_footer .con_list li {
        padding: 0;
        text-align: center;
    }
    .breadcrumb-item {
        font-size: 14px;
    }
    .Requirementmodal .modal-body, .requestmodal .modal-body {
        padding: 0 20px 15px;
    }


}
@media only screen and (max-width: 560px) {
    .con_list {
        margin: 0 0 0 0;
        width: 100%;
        text-align: center;
    }
    header .btn-orange {
        padding: 8px 15px;
        font-size: 13px;
        margin: 7px auto 0;
    }

}
@media only screen and (max-width: 530px) {
    .more_detail_area .btn-orange, .more_detail_area .btn-black1 {
        padding: 8px 18px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 507px) {
    .more_detail_area .d-flex{
        display: block !important;
    }
    .more_detail_area .btn-orange, .more_detail_area .btn-black1 {
       margin: 5px !important;
    }
}

@media only screen and (max-width: 434px) {
    .con_list li {
        width: 50%;
        display: block;
        margin: 0 auto 10px auto;
        text-align: center;
        padding: 0;
    }
    header .con_list li i {
        position: relative;
       
        display: block;
    }
    .features_product_area {
        width: 100%;
        margin: 0 auto;
    }
    .banner_caption h1 {
        font-size: 24px;
    }
    .headline h2 {
        font-size: 20px;
    }
    .features_product_area.product_pg_area {
        width: 100%;
    }


}

@media only screen and (max-width: 399px) {
    .modal h4 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 338px) {
    .pro_detail_card .btn-orange, .pro_detail_card .btn-black1 {
        padding: 7px 11px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 330px) {
    .banner_caption h1 {
        font-size: 18px;
    }

}
