@media screen and (min-width: 1366px){
    header.header-sec .second .menu-header ul li{
        padding: 0 5px;
    }
    
    section.hero-section .banner-wrap p{
        font-size: 50px;
    }
    
    section.hero-section .banner-wrap h1{
        font-size: 80px;
    }
}

@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}

@media screen and (max-width: 1140px){
    header.header-sec .first .on-mobile {
        padding-top: 20px;
        padding-left: 50px;
    }
    
    header.header-sec .second .menu-header ul li {
        padding: 0 12px;
    }
    
    header.header-sec .second .menu-header ul li a{
        padding: 15px 0px;
        font-size: 16px;
    }
    
    section.hero-section .banner-wrap p{
        font-size: 50px;
    }
    
    section.hero-section .banner-wrap h1{
        font-size: 70px;
    }
    
    section.hero-section{
        padding-top: 20px;
        height: 700px;
    }
    
    section.about-sec{
        padding: 50px;
    }
    
    section.sec-2 .left .left-inner {
        padding-left: 95px;
    }
    
    section.sec-2 .left .left-inner h2{
        font-size: 38px;
    }
    
    section.sec-2 .right {
        padding-right: 30px;
    }
    
    section.blogs-sec .blog-wrap h4{
        font-size: 20px;
    }
    
    section.products-section .product-slider .inner-item{
        padding: 10px;
    }
    
    section.products-section .product-slider .inner-item .product-wrap{
        padding: 10px;
    }
    
    section.products-section .product-slider .inner-item .product-wrap h4{
        font-size: 20px;
    }
    
    section.products-section .product-slider .inner-item .product-wrap h5{
        font-size: 18px;
    }
    
    section.products-section .product-slider .inner-item .product-wrap p:not(.price){
        display: none;
    }
    
    section.products-section .product-slider .inner-item .product-wrap a.button-prod{
        padding: 0;
        height: 40px;
        width: 140px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    section.choose-sec .choose-inner h2{
        font-size: 40px;
    }
    
    section.blogs-sec .blog-wrap{
        margin-right: 8px;
    }
    
    
    .woocommerce-page ul.products li.product a h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        min-height: 90px;
    }
    
    .single-product .product .summary h1.product_title {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px){
    
    header.header-sec .first .on-mobile{
        padding-left: 30px;
    }
    
    header.header-sec .first .col-sm-3{
        padding-top: 20px;
    }
    
    header.header-sec .first .cntct-btn a{
        padding: 6px 25px 8px;
        font-size: 16px;
    }
    
    header.header-sec .second .menu-header ul li {
        padding: 0px 10px;
    }
    
    header.header-sec .first .contact-details .support-details .sprt-icn{
        width: 15%;
        margin-right: 10px;
    }
    
    header.header-sec .first .contact-details .support-details .sprt-text a.input,
    header.header-sec .first .contact-details .support-details .sprt-text p.label{
        font-size: 13.5px;
    }
    
    header.header-sec .second .menu-header ul li a{
        font-size: 14px;
    }
    
    section.hero-section{
        height: 610px;
    }
    
    section.hero-section .banner-wrap p{
        font-size: 45px;
    }
    
    section.hero-section .banner-wrap h1{
        font-size: 60px;
    }
    
    section.about-sec .row .about-wrap p{
        line-height: 31px;
    }
    
    section.sec-2 .left .left-inner h2{
        font-size: 34px;
    }
    
    section.products-section .product-slider .inner-item .product-wrap h4{
        font-size: 15px;
    }
    
    section.newsletter-sec .newsletter-inner h2{
        font-size: 30px;
    }
    
    section.newsletter-sec .newsletter-inner .emaillist form .es-form-field-container input[type="email"]{
        padding: 10px 250px 10px 15px;
    }
    
    section.newsletter-sec .newsletter-inner .tnp-subscription form .tnp-field-email input[type=email]{
        width: 450px;
    }
    
    section.newsletter-sec .newsletter-inner .emaillist form .es-form-field-container input[type="submit"] {
        padding: 8px 30px;
    }
    
    section.choose-sec .choose-inner h2{
        font-size: 30px;
    }
    
    section.testimonial-sec .testimonial-slider .slick-list .inner-item .testimonial-wrap h4{
        width: 35%;
        font-size: 18px;
        margin-top: 0;
    }
    
    section.testimonial-sec .testimonial-slider .slick-list .inner-item .testimonial-wrap h4 span{
        font-size: 13px;
    }
    
    section.blogs-sec .blog-wrap{
        margin-right: 6px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .sec-footer .row.last .copy p{
        font-size: 14px;
    }
    
    .sec-footer .row.last .copy-2 p,
    .sec-footer .row.last .copy-2 p a{
        font-size: 14px;
    }
    
    .woocommerce-page ul.products li.product a h2.woocommerce-loop-product__title{
        font-size: 14px !important;
    }
    
    .single-product .product .summary h1.product_title{
        font-size: 28px;
    }
}

@media screen and (max-width: 768px){
    nav.nav1 {
    background-color: #fff;
    }
    
    nav.nav1 .push-logo img {
    width: 30%;
    }
    
    header.header-sec .second .col-sm-2,
    header.header-sec .second .col-sm-7{display: none;}
    
    header.header-sec .second .col-sm-3{
    padding: 10px 0;
    width: 100%;
    justify-content: center;
    }
    
    header.header-sec .first .on-mobile-3 {
    display: none;
    }
    
    header.header-sec .container{
        top: 30px;
    }
    
    header.header-sec .first .logo {
    width: 30%;
}

    header.header-sec .first .on-mobile {
        width: 70%;
        padding-top: 0;
    }
    
    header.header-sec .first .logo img {
        width: 70%;
        height: 100%;
        object-fit: cover;
        overflow: visible;
    }
    
    section.hero-section{
        height: 500px;
    }
    
    section.sec-2{
        height: auto;
    }
    
    section.sec-2 .left{
        height: 210px;
    }
    
    section.sec-2 .left .left-inner h3{
        font-size: 22px;
    }
    
    section.sec-2 .left .left-inner h2{
        font-size: 25px;
    }
    
    section.sec-2 .right p{
        padding-top: 10px;
    }
    
    section.products-section{
        padding-bottom: 20px;
    }
    
    section.products-section .product-slider .inner-item{
        height: 500px;
    }
    
    section.products-section .product-slider ul.slick-dots{
        margin-bottom: 0;
    }
    
    section.newsletter-sec .newsletter-inner{
        margin-top: 480px;
    }
    
    section.testimonial-sec .testimonial-slider .inner-item{
        height: 350px;
    }
    
    .sec-footer .site-links ul li a{
        font-size: 14px;
    }
    
    i.fa.fa-map-marker {
    margin-bottom: 0 !important;
}
}

@media screen and (max-width: 500px){

header.header-sec .first .logo{
    width: 100%;
}

header.header-sec .first .logo img {
    width: 30%;
}

header.header-sec .first .on-mobile {
    display: none;
}

header.header-sec .container-fluid {
    padding-top: 110px;
}

section.hero-section .banner-wrap p {
    font-size: 25px;
}

section.hero-section .banner-wrap h1 {
    font-size: 30px;
}

section.hero-section {
    height: 300px;
}

section.about-sec {
    padding: 50px 10px;
}

section.sec-2 .left .left-inner {
    padding-left: 0;
}

section.sec-2 .left .left-inner h2 {
    font-size: 32px;
}

section.sec-2 .left {
    height: auto;
    padding: 30px 15px;
}

section.products-section{
    position: relative;
    margin: 0;
}

section.products-section .product-slider .inner-item .product-wrap{
    max-width: unset;
}

section.sec-2 .right p{
    padding-left: 0px;
}

section.newsletter-sec .newsletter-inner {
    margin-top: 0px;
}

section.newsletter-sec .newsletter-inner h4 {
    font-size: 18px;
    
}

section.newsletter-sec .newsletter-inner h2 {
    font-size: 22px;
}

section.newsletter-sec .newsletter-inner .tnp-subscription form .tnp-field-email input[type=email] {
    width: 200px;
}

section.newsletter-sec .newsletter-inner .emaillist form .es-form-field-container input[type="email"]{
    padding-right: 0;
}

section.newsletter-sec .newsletter-inner .emaillist form .es-form-field-container input[type="submit"] {
    padding: 8px 10px;
}

section.choose-sec,
section.testimonial-sec{
    padding: 40px 0;
}

section.blogs-sec .blog-wrap{
    width: 100%;
}

.sec-footer .row.last .copy-2 p,
.sec-footer .row.last .copy p{
    text-align: center;
}

.woocommerce-page ul.products li.product{
    width: 100% !important;
}

.woocommerce-page ul.products li.product a h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    min-height: 70px;
}
    
}

@media screen and (max-width: 320px){
    section.hero-section {
    height: 250px;
}
    section.hero-section .banner-wrap h1 {
    font-size: 26px;
}

section.hero-section .banner-wrap p {
    font-size: 22px;
}
}