
@media (max-width:1520px) {
    footer .container{
        max-width: 990px;
    }
}

@media (max-width:1199px) {
    .title h3 {
        font-size: 40px;
    }
    .welcome_text_sec .title p{
        font-size: 15px;
    }
    .welcome_text_wrap a.btn {
        margin-top: 0px;
    }
    .welcome_text_wrap .content_wrap {
        margin-top: 40px;
    }
    .welcome_text_box .content h4 {
        font-size: 18px;
    }
    .welcome_text_box .content p {
        font-size: 13px;
    }
    .welcome_text_wrap .welcome_text_box {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
     .welcome_text_wrap .image{
         height: 100%;
    }
    .welcome_text_wrap .image img{
        height: 100%;
        object-fit: cover;
    }
    .our_product_sec{
        padding: 60px 0px;
    }
    .our_product_sec .container {
        padding: 0 30px;
    }
    .our_product_sec .our_product_slide_image {
        width: 130px;
        right: 7%;
    }
    .product_wrap .product_box {
        padding: 30px;
    }
    .product_box h3 {
        font-size: 28px;
    }
    .product_box h4 {
        font-size: 28px;
        max-width: 145px;
    }
    .product_box p {
        font-size: 16px;
    }
    .product_box .image {
        right: 0px;
    }
    .product_wrap .product_box:hover .image img{
        transform: scale(0.7);
    }
    .product_wrap .product_box:before {
        width: 20px;
        left: 0px;
    }
    footer .footer_wrap {
        padding: 20px 40px 0px;
    }
      footer .footer_image img {
        display: none;
    }
    footer .footer_top {
        padding: 50px 0px;
    }
    footer p {
        font-size: 14px;
    }
    footer h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer_top ul.links li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .footer_top ul.contact_info li {
        margin-bottom: 8px;
        font-size: 13px;
        gap: 10px;
    }
    .footer_bottom {
        padding: 15px 0px;
    }
    .banner_carousel .item h3 {
        font-size: 36px;
    }
    .banner_carousel .item .image:before {
        width: 90%;
    }
    .banner_carousel .owl-dots {
        right: 22px;
    }
    .about_us_content_wrap .title h2 {
        font-size: 38px;
    }
    .product_list_sec{
        padding: 60px 0px;
    }
    .product_list_box .image {
        height: 300px;
        padding: 18px;
    }
    .product_list_box h3{
        font-size: 20px;
    }
    .feature_wrap .feature_icon_box {
        padding: 20px;
    }
    .feature_icon_box .icon {
        width: 55px;
        height: 55px;
        margin-bottom: 18px;
    }
    .feature_icon_box h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .feature_icon_box p {
        font-size: 13px;
        max-width: 100%;
    }
    section.product_detail_section .btn-wrp .btn{
        padding: 0px 22px;
    }
    .product_g_thumbs .item{
        margin-left: 12px;
    }
}
@media (max-width:991px) {
    body .main .main_wrap {
        margin-top: 75px;
    }
    .main  .side_bar{
        padding: 9px 15px;
    }
    .side_bar .logo img {
        transition: all 0.5s;
        max-height: 65px;
    }
    .main .side_bar {
        position: fixed;
        top: 0px;
        flex-direction: row;
        justify-content: space-between;
        left: 0;
        height: fit-content;
        width: 100%;
        background-color: #fff;
    }
    .side_bar .social_media_wrap {
        margin: 0px auto;
        flex-grow: 0;
    }
    .side_bar .social_medial_ul {
        display: flex;
        gap: 30px;
        writing-mode: unset;
        transform: unset;
        flex-direction: row-reverse;
    }
    ul.contact_info_ul {
        display: flex;
        gap: 14px;
    }
    .side_bar .contact_info_ul li {
        margin-bottom: 0px;
    }
    .social_medial_ul li.menu-parent:after {
        transform: rotate(45deg);
        margin-bottom: 2px;
        margin-left: 5px;
    }
    .social_medial_ul li.menu-parent .sub-menu {
        width: 170px;
        height: fit-content;
        right: -12px;
        top: 0px;
        transform: rotate(0deg) translateY(60px);
    }
    .sub-menu ul a {
        padding: 0px;
    }
    .social_medial_ul li.menu-parent:hover .sub-menu {
        transform: rotate(0deg) translateY(30px);
    }
    .gtranslate_wrap {
        top: 105px;
    }
   .banner_sec_wrap {
        padding: 0px;
    }
    .banner_sec {
        min-height: calc(100vh - 160px);
    }
    .banner_sec {
        margin: 10px;
    }
    .banner_carousel .item h3 {
        font-size: 32px;
    }
    .banner_carousel .item img {
        width: 80%;
    }
    .banner_carousel .owl-dots {
        gap: 12px;
    }
    .banner_carousel .owl-dots .owl-dot {
        font-size: 15px;
    }
    .banner_carousel .owl-dots .owl-dot.active{
        font-size: 28px;
    }
    .welcome_text_wrap .image{
         height: 100%;
    }
    .welcome_text_wrap img{
        height: 100%;
        object-fit: cover;
    }
    .welcome_text_sec{
        padding: 60px 0px;
    }
    .welcome_text_wrap .image {
        margin-right: 0px;
    }
    .welcome_text_content_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 15px;
    }
    .welcome_text_content_wrap .welcome_text_box:nth-child(3){
        border: 0px;
    }
     .welcome_text_content_wrap .welcome_text_box{
        width: 48%;
     }
    .title h3 {
        font-size: 36px;
    }
    .product_wrap .product_box {
        padding: 20px 30px;
    }
    .product_box h3 {
        font-size: 26px;
    }
    .product_box h4 {
        font-size: 26px;
        max-width: 120px;
    }
    .product_box p {
        font-size: 15px;
        max-width: 250px;
}
    .our_product_sec{
        padding: 60px 0px;
    }
    .our_product_sec .container {
        padding: 0px 20px;
    }
    .our_product_sec .our_product_slide_image {
        width: 100px;
    }
      .product_wrap .product_box .image{
        right: 0px;
    }
    .product_wrap .product_box:hover .image img {
        transform: scale(0.5);
    }
    .product_wrap .product_box:before {
        width: 15px;
    }
    footer {
        padding: 0px 15px;
    }
   footer .footer_wrap {
        padding: 20px 10px 0px;
    }
    .footer_top p{
        max-width: 100%;
    }
    .scrollToTop {
        width: 45px;
        height: 45px;
    }
    .inner_banner_sec_wrap {
        padding: 10px;
    }
    .inner_banner h3{
        font-size: 32px;
    }
    .inner_banner .breadcrumb{
        gap: 12px;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        margin-right: 12px;
    }
    .about_us_content_sec{
        padding: 60px 0px;
    }
    .about_us_content_wrap .title h2 {
        font-size: 30px;
    }
    .feature_sec{
        padding-bottom: 60px;
    }
    section.git_section > .container > .row.gx-5 {
        --bs-gutter-x: 20px;
    }
    section.git_section .border-end {
        border: 0 !important;
    }
    .git_section .icon-box {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .icon-box .icon-box-icon {
        height: 40px;
        width: 40px;
        min-width: 40px;
        margin-bottom: 0;
    }
    .icon-box .icon-box-content p {
        font-size: 14px;
    }
    .icon-box .icon-box-content a {
        font-size: 16px;
    }
    .git_section .bg-light {
        border-radius: 12px;
        padding: 16px;
    }
    html .form-control {
        height: 42px;
        font-size: 15px;
    }
   .inner-banner .banner .inner-banner-content h1{
        font-size: 30px;
    }
    body:has(.git_section) .main,
    body:has(.product_detail_section) .main {
        display: unset;
    }
    .product-gallery #bigpic .item > a {
        height: 350px;
    }
    .product_g_thumbs .item {
        height: 100px;
        padding: 8px;
    }
    .product_g_thumbs .item {
        margin-left: 10px;
    }
    .product_detail_section .btnwrap {
        gap: 12px;
        flex-direction: column;
        padding-left: 20px;
    }
    .product_detail_section .product-detail {
        padding-left: 20px;
    }
    .product_detail_section .product-detail>*{
        font-size: 14px;
    }
    .product_detail_section table tr > * {
        padding: 8px 10px;
        font-size: 14px;
    }
    .product_detail_section ul li {
        font-size: 14px;
    }
    .product_detail_section table {
        margin-bottom: 20px;
    }
    .product_detail_section ul {
        margin-bottom: 20px;
    }
    .product_slider_col {
        top: 100px;
    }
    section.prdct_uses .title h3 {
        font-size: 28px;
    }
    section.prdct_uses .title {
        margin-bottom: 20px;
    }
    .prdct_box .image {
        height: 300px;
    }
    .prdct_box {
        padding: 8px;
    }
    .prdct_box .content h4 {
        font-size: 18px;
    }
    .prdct_box .content {
        padding: 12px 8px 8px;
    }
    .prdct_box .content p {
        font-size: 13px;
    }
    .prdct_box .image:before {
        height: 30px;
        width: 30px;
    }
    .s-inr-bnr .title h3 {
        font-size: 46px;
    }
    .s-inr-bnr .arrow {
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .s-inr-bnr p {
        font-size: 14px;
        margin-bottom: 0;
    }
    ul.social_icon a {
        height: 38px;
        width: 38px;
        border-radius: 12px;
    }
    .git_section h4 {
        font-size: 20px;
    }
    .git_section .title h3 {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .form-box {
        padding: 20px;
    }

}
@media (max-width:767px) {
    html .btn{
        height: 36px;
        font-size: 14px;
    }
    html .btn span.text,
    html .btn span.icon {
        padding: 7px 12px;
    }
    body .main .main_wrap {
        margin-top: 68px;
    }
    .navbar-toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background-color: var(--secondary);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition: all 0.3s;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle {
        margin-left: auto;
        margin-right: -20px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform: rotate(45deg);
        background-color: var(--secondary);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform: rotate(-45deg);
        background-color: var(--secondary);
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
        background: #0000005e;
        opacity: 0;
        visibility: hidden;
    }
    .menu-show .overlay{
        opacity: 1;
        visibility: visible;
    }
    .side_bar .social_media_wrap {
        gap: 30px;
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 250px;
        padding: 15px 25px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
    }
    .side_bar .social_medial_ul {
        flex-direction: column-reverse;
        gap: 0px;
    }
    .side_bar .social_medial_ul li{
        margin-bottom: 10px;
    }
     .sub-menu ul li:last-child{
        margin-bottom: 0px;
     }
    .menu-show .side_bar .social_media_wrap  {
        transform: translateX(0%);
    }
    .social_medial_ul li.menu-parent .sub-menu{
        transform: rotate(0deg) translateY(10px);
        display: none;
    }
    .social_medial_ul li.menu-parent.submenu_active .sub-menu {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .social_medial_ul li.menu-parent:hover .sub-menu{
        transform: rotate(0deg) translateY(10px);
        position: static;
        left: 0;
    }
    .social_medial_ul li.menu-parent:after{
        position: absolute;
        right: 0;
        top: 5px;
    }
    .sub-menu ul a{
        line-height: 22px;
    }
    .title h3 {
        font-size: 30px;
        text-align: center;
    }
    .gtranslate_wrap {
        top: 20px;
        right: 70px;
        gap: 10px;
    }
    .gtranslate_wrap .h_icn a {
        height: 36px;
        width: 36px;
        color: var(--white);
    }
     .menu-show .gtranslate_wrap {
        opacity: 0;
        visibility: hidden;
    }
    .main .side_bar {
        padding: 6px 15px;
        box-shadow: 0 6px 20px 0 #0000001c;
    }
    .gtranslate_wrap .goog-te-gadget .goog-te-combo {
        padding: 0px 15px;
        height: 36px;
        width: 160px;
        font-size: 14px;
    }
    .banner_sec {
        min-height: 500px;
    }
    .banner_carousel .item h4 {
        font-size: 32px;
    }
    .banner_carousel .item h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner_carousel .item a.btn{
        margin-top: 30px;
    }
    .banner_carousel .owl-dots {
        transform: unset;
        bottom: -23%;
        flex-direction: row;
        width: fit-content;
        left: 0;
        right: 0;
        top: auto;
        margin: auto;
    }
     .banner_carousel .owl-dots .owl-dot:after{
       display: none;
     }
    .welcome_text_sec .title h3 {
        font-size: 26px;
        text-align: center;
    }
    .welcome_text_sec p{
        text-align: center;
        font-size: 14px;
    }
    .welcome_text_sec a.btn{
        display: block;
        margin: 0px auto;
    }
    .welcome_text_sec .title p {
        font-size: 13px;
        text-align: center;
    }
     .welcome_text_sec .title a.btn{
        margin: 0px auto;
     }
     .welcome_text_wrap .content_wrap {
        margin-top: 30px;
    }
    .welcome_text_content_wrap{
        row-gap: 0px;
    }
    .welcome_text_content_wrap .welcome_text_box {
        width: 100%;
    }
    .welcome_text_content_wrap .welcome_text_box:nth-child(3){
        border-bottom: 1px solid #DCDCDC;
    }
    .welcome_text_box .content h4 {
        font-size: 18px;
    }
    .our_product_sec .our_product_slide_image {
        width: 55px;
    }
    footer .footer_wrap {
        padding: 0px;
    }
    footer .footer_top {
        padding: 38px 0px 30px;
    }
    .footer_top p {
        margin-bottom: 18px;
    }
    footer p{
        font-size: 13px;
    }
    .our_product_sec .container {
        padding: 0 20px;
    }
     .our_product_wrap .title {
        margin-bottom: 20px;
    }
     .product_wrap .product_box {
        padding: 20px;
        border: 1px solid #E2E2E2;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .product_box h4,
    .product_box p{
        max-width: 100%;
    }
    .product_wrap .product_box:hover:before,
    .product_wrap .product_box:hover:after,
    .product_box h3{
        display: none;
     }
     .product_wrap .product_box:last-child {
        border-bottom: 1px solid #E2E2E2;
    }
     .product_wrap .product_box .image{
        position: static;
        height: 150px;
        width: 170px;
        margin: 10px auto 0px;
     }
     .product_wrap .product_box .image img{
        transform: scale(1);
     }
     .product_wrap .product_box:hover h4{
        color: var(--secondary);
     }
      .product_wrap .product_box:hover p {
        color: var(--mute);
    }
     .product_wrap .product_box:hover .image img{
        transform: unset;
      }
      .about_us_content_sec{
        padding: 30px 0px;
      }
      .feature_sec{
        padding-bottom: 30px;
      }
      .inner_banner{
        padding: 60px 0px;
      }
      .inner_banner h3 {
        font-size: 28px;
    }
    .inner_banner .breadcrumb {
        gap: 5px;
        margin: 0;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        margin-right: 5px;
    }
    .inner_banner .breadcrumb li,
    .inner_banner .breadcrumb li a {
        font-size: 14px;
    }
    .about_us_content_wrap .title h2{
        font-size: 26px;
    }
    .about_us_content_wrap p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about_us_content_wrap h5{
        margin-bottom: 10px;
    }
    .about_us_content_wrap ul li{
        font-size: 14px;
        margin-bottom: 2px;
    }
    .about_us_content_wrap ul li:before{
        height: 6px;
        width: 6px;
    }
    .feature_icon_box .icon{
        margin-bottom: 10px;
    }
    .product_list_sec{
        padding: 30px 0px;
    }
    .product_list_box .content {
        padding: 30px 0px 15px;
    }

    .icon-box .icon-box-icon {
        height: 34px;
        width: 34px;
        min-width: 34px;
    }
    .icon-box .icon-box-icon svg {
        width: 17px;
    }
    .git_section .icon-box {
        gap: 10px;
    }
    .git_section .bg-light {
        border-radius: 10px;
        padding: 14px;
    }
    .icon-box .icon-box-content a {
        font-size: 15px;
    }
    html .btn-close{
        height: 20px;
        width: 20px;
    }
    .form-box {
        padding: 20px;
        border-radius: 12px;
    }
    .form-box h2{
        font-size: 26px;
    }
    .product_g_thumbs .item{
        margin-left: 10px;
    }
    section.product_detail_section .btn-wrp{
       flex-direction: column;
        margin-top: 20px;
    }
    section.product_detail_section .btn-wrp .btn {
        width: 100%;
    }
    .git_section .title h3 {
        margin-bottom: 16px;
        font-size: 30px;
    }
    section.git_section {
        padding-bottom: 60px;
    }
    .product_slider_col {
        position: static;
    }
    .product_detail_section .btnwrap {
        gap: 12px;
        flex-direction: column;
        padding-left: 10px;
    }
    .product_detail_section .product-detail {
        padding-left: 0;
    }
    section.product_detail_section {
        padding-bottom: 60px;
    }
    .product_detail_section table tr > * {
        padding: 6px 8px;
        font-size: 13px;
    }
    .product_g_thumbs .item {
        height: 80px;
    }
    section.prdct_uses .title h3 {
        font-size: 26px;
    }
    section.prdct_uses {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .pre-loader2 .papper-slide-img {
        margin: 0 -85vw;
    }
    .s-inr-bnr .title h3 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }
    .s-inr-bnr .arrow {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }
    .s-inr-bnr p {
        text-align: center;
    }
    html body .product-gallery .owl-carousel .owl-nav  button {
        position: static;
        margin: 0;
    }
    html body .product-gallery .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
    .product_detail_section .btnwrap .btn {
        justify-content: center;
    }
}