@media (min-width:992px) and (max-width:1199px){
    header nav > ul > li + li {
        margin-left: 25px;
    }
    html .btn {
        padding: 0 25px;
        line-height: 38px;
        font-size: 14px;
        min-width: 120px;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    header{
        background-image: none;
    }
}

@media (max-width:991px){
    body {
        font-size: 14px;
    }
    html.menu-show {
        overflow: hidden;
    }
    .header-menu-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .header-main-bar {
        align-items: center;
    }
    .menu-show .header-menu-overlay {
        visibility: visible;
        opacity: 1;
    }
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
        margin-left: 20px;
    }
    .menu-show header nav > ul > li.active a {
        color: var(--primary);
    }
    .menu-show header nav > ul > li:hover  > a {
        opacity: 1 !important;
        color: var(--primary);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background-color: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
        background-color: var(--dark);
    }
    .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(--dark);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 300px;
        padding: 35px 55px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 20px;
    }
    header nav > ul > li > a {
        font-size: 20px;
        line-height: 37px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        flex-grow: 1;
        color: #000000;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .menu-show header nav > ul > li:nth-child(2){
        transition-delay:0.1s ;
    }
    .menu-show header nav > ul > li:nth-child(3){
        transition-delay:0.2s ;
    }
    .menu-show header nav > ul > li:nth-child(4){
        transition-delay:0.3s ;
    }
    .menu-show header nav > ul > li:nth-child(5){
        transition-delay:0.4s ;
    }
    .menu-show header nav > ul > li:nth-child(6){
        transition-delay:0.5s ;
    }
    .menu-show header nav > ul > li:nth-child(7){
        transition-delay:0.6s ;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
        position: static;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    .sub-menu.sub-menu-inner span.submenu-toggle {
        position: absolute;
        right: 3px;
        top: 3px;
    }
    .sub-menu.sub-menu-inner li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .sub-menu.mega-menu ul li {
        width: 100%;
    }
    .scrollToTop {
        width: 36px;
        height: 36px;
        bottom: 100px;
        right: 25px;
        padding: 14px;
    }
    .scrollToTop:before {
        transform: skew(-20deg);
    }
    .scrollToTop:hover:before {
        transform: skew(20deg);
    }
    html .btn {
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
        min-width: 120px;
    }
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    html.menu-show .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 50%);
    }
    .banner_section .container {
        max-width: 100%;
    }
    html .container {
        padding: 0 20px;
    } 
    .sticky .header-bottom {
        padding: 15px 00px;
    }
    a.btn span {
        width: 20px;
    }
    header{
        background-image: none;
    }

    .banner_title h1 {
        font-size: 60px;
    }
    .banner_img:before {
        height: 424px;
        width: 349px;
    }
    .border_paragraph p:before {
        height: 100%;
    }
    .banner_img a {
        height: 369px;
    }
    .banner_arrow {
        left: 30%;
        top: 10px;
        display: none;
    }
    .banner_section {
        padding: 120px 0 95px;
    }
    .title h2 {
        font-size: 50px;
    }
    .benifits_box .text h4 {
        font-size: 16px;
    }
    .benifits_box {
        padding: 30px 15px;
    }
    section.our_partners:before {
        right: -20px;
        left: -20px;
    }
    .partners_wrapper {
        text-align: center;
        margin-bottom: 40px;
    }
    .product_img_1 {
        display: none;
    }
    .prodduct_section {
        padding: 55px 0 55px;
    }
    .stickycol {
        position: relative;
        top: 0;
    }
    .title {
        margin-bottom: 30px;
        text-align: center;
    }
    .product_box_wrap:before {
        top: 40px;
    }
    .contact_us_btn {
        margin-right: 0;
        margin-left: auto;
    }
    p {
        font-size: 14px;
    }
    .banner_title h1 {
        margin-bottom: 30px;
    }
    .banner_img:before {
        height: 424px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banner_img {
        min-height: 434px;
        position: relative;
    }
    .banner-carousel .owl-nav {
        margin-top: -30px !important;
    }
    .about_section {
        margin-top: -160px;
        padding: 120px 0 80px;
    }
    section.inner_banner:before {
        margin-left: 0;
    }
    .btn_box {
        width: 330px;
        margin: 0 auto;
    }
    .btn_box a.btn {
        width: 100%;
    }
    .product_g_big .item {
        height: 330px;
    }
    .aboutimgcon {
        bottom: -220px;
        max-width: 410px;
    }
}

@media (max-width:767px){
    html header .container {
        padding: 0;
    }
    html header .container {
        padding: 0;
    }
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-toggle {
        margin-left: 10px;
    }
    html header .btn {
        font-size: 12px;
        padding: 0 15px;
        min-width: 0;
        line-height:32px;
    }
    nav.header-navbar {
        padding: 28px 20px;
    }
    header nav > ul > li > a {
        font-size: 20px;
        line-height: 40px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    html .btn {
        padding: 0 18px;
        line-height: 34px !important;
        font-size: 13px;
    }
    .sticky .header-bottom {
        padding: 15px;
    }
    .header-bottom {
        padding: 20px;
    }
    a.btn span {
        width: 17px;
        left: 8px;
    }
    .banner-carousel {
        text-align: center;
    }
    .banner_img {
        min-height: 374px;
        position: relative;
    }
    .banner_title h1 {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 50px;
    }
    .banner-carousel .owl-nav {
        margin-top: 10px !important;
    }
    .title h2 {
        font-size: 30px;
    }
    .title {
        margin-bottom: 20px;
    }
    .about_section {
        margin-top: -160px;
        padding: 120px 0 40px;
    }
    .product_box_wrap:before{
        display: none;
    }
    .products_box {
        display: block;
        text-align: center;
    }
    .products_box .img a {
        height: 250px;
        width: 100%;
        padding: 15px;
    }
    .products_box .text {
        margin: 0 !important;
        padding: 15px;
    }
    .products_box .text h3 {
        font-size: 28px;
    }
    .sticky .header-logo a {
        max-width: 60px;
    }
    .prodduct_section {
        padding: 55px 0 0;
    }
    .benifits_box {
        padding: 30px 15px;
        margin: 0 14px;
        text-align: center;
    }
    section.our_partners h3 {
        font-size: 30px;
    }
    .partners_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    section.our_partners {
        padding: 40px 0px;
    }
    footer {
        padding-top: 170px;
    }
    .footer-top .row > * {
        margin-bottom: 30px;
    }
    footer h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .institute-copy-right .row {
        justify-content: center !important;
    }
    .contact_box {
        padding: 25px;
    }
    .contact-information .text h5 {
        font-size: 14px;
    }
    .contact_box h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    section.inner_banner:before{
        display: none;
    }
    section.inner_banner h1 {
        font-size: 40px;
    }
    .btn_box a.btn {
        width: 100%;
        padding: 9px 28px;
    }
    section.bg_img_section.bg_image_spacing {
        padding-bottom: 100px;
    }
    section.contact_us .contact-form {
        padding: 20px;
    }
    section.inner_banner {
        padding: 120px 0 30px 0;
        text-align: center;
    }
    section.inner_banner ol.breadcrumb {
        margin-bottom: 5px;
        justify-content: center;
    }
    .product-gallery {
        position: relative;
        top: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .product-detail table th, .product-detail table td {
        padding: 10px;
        font-size: 14px;
    }
    .inquery-modal .modal-content {
        padding: 20px;
    }
    .aboutimgcon {
        bottom: -120px;
        max-width: 250px;
        right: 0;
        margin: auto;
    }
    section.about-solution-section {
        padding-bottom: 160px;
    }
    .links-text ul li a {
        font-size: 14px;
    }
}

