/* general resposiveness css */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #e30136;
    padding: 5px;
}

.top-products .row .col {
    width: 20%;
}

/* general resposiveness css */
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
     .menuSec ul#menu {
    column-gap: 20px !important;
    justify-content: center;
}
}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
    .menuSec ul#menu {
    column-gap: 20px !important;
    justify-content: center;
}
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .menuSec ul li a {
        padding: 0 10px !important;
    }

    .hero-sec {
        height: 700px;
    }

    .hero-left-img {
        right: -30%;
    }

    .hero-left p {
        width: 70%;
    }

    .top-products .row .col {
        width: 25%;
    }

    .footer-logo-wrapper>p {
        width: 90%;
    }

    section.collection-side {
        padding: 50px 0%;
    }

    .grid-view {
        margin-top: 30px;
        justify-content: flex-end;
    }

    .top-product-card-img img {
        height: 250px;
    }
    	.menuSec ul#menu {
    column-gap: 20px !important;
    justify-content: center;
}

section.top-products {
    margin: 0;
}

.taking-safety .taking-safety-middle {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/*Shop Page Css Starts*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47% !important;
    margin: 0 10px !important;
}

/*Shop Page Css Ends*/

    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-view {
        margin-top: 20px;
        justify-content: flex-end;
    }

    .product-bar {
        width: 100%;
    }

    section.collection-side {
        padding: 50px 2%;
    }

    .footer-logo-wrapper>p {
        width: 100%;
    }

    .hero-sec {
        height: 800px;
        margin-bottom: 0;
    }

    .hero-left-img {
        right: -30%;
    }

    .work-space-safety {
        margin: 1vh 0 0px -200px;
        padding: 20px;
    }

    section.about-sec {
        margin: 50px 0;
    }

    .top-product-card-img img {
        height: 200px;
    }

    .top-products .row .col {
        width: 33.33333%;
    }

    .taking-safety .taking-safety-middle {
        height: 400px;
        padding: 10px;
    }

    .taking-safety-middle h2 {
        font-size: 36px;
    }

    .taking-safety-left {
        height: 400px;
    }

    .taking-safety .taking-safety-right {
        height: 400px;
    }

    .taking-safety {
        height: 400px;
        margin-bottom: 40px;
    }

    section.safety-solution .container-fluid {
        padding: 0 2%;
    }

    .safety-sol-left h2 {
        font-size: 40px;
    }

    section.safety-solution {
        margin: 0 0 40px 0;
    }

    .footer-sec {
        padding-top: 50px;
    }

    .menuSec ul li a {
        font-size: 12px;
        padding: 0 10px !important;
    }

    .inner-banner {
        height: 600px;
    }

    .inner-banner-right img {
        height: 250px;
    }

    section.about-sec.inn-abt .work-space-safety {
        margin-top: 10px;
    }

    .about-left img {
        height: 480px;
    }

    section.contact-us h2 {
        padding: 0 0 15px 0;
        font-size: 28px;
    }

    section.contact-us {
        margin: 50px 0;
    }

    .contact-box {
        padding: 10px 10px;
    }

    .contact-box-icon i {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .contact-box a {
        gap: 10px;
    }

    .contact-sec-right input {
        height: 40px;
        margin: 0 0 10px 0;
        padding: 0px 20px;
    }

    .contact-sec-right select {
        height: 40px;
        margin: 0 0 10px 0;
        padding: 0px 20px;
    }

    .contact-box-txt p {
        font-size: 11px;
    }

    .inner-banner-left h1 {
        font-size: 50px;
    }
    .hero-left p {
    width: 80%;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {

/* Fonts css Starts */

    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    h2 {
        font-size: 45px;
        line-height: 50px;
    }

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

    .theme-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 0 5px 0 10px;
        font-size: 12px;
        line-height: 1;
    }

    .theme-btn span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 10px;
        height: 40px;
        width: 40px;
    }

/* Buttons css Ends */




/* Home css Starts */

header {
    position: relative;
    height: 100%;
        padding: 20px 0;
}

    .header-right a {
    height: 50px;
    width: 50px;
}

    .header-right {
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.header-right a i {
    color: #000;
    font-size: 16px;
}

.hero-left-wraper {
    display: block;
    height: auto;
}

    .hero-sec {
        height: 700px;
        margin: 0;
    }

.hero-left {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: auto;
}

.hero-left p {
    width: 100%;
    padding: 0;
}

    .hero-left-img {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        height: 500px;
        width: 100%;
    }

.hero-left-img img {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_slidder .slick-dots {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 100%;
    gap: 10px;
    writing-mode: unset;
}

.hero_slidder .slick-dots li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}

.hero_slidder .slick-dots li .dot-text {
    position: relative;
    font-size: 12px;
    line-height: 1;
    writing-mode: unset;
    right: unset;
    transform: unset;
}

section.about-sec {
    margin: 40px 0;
}

    .about-left img {
        height: 300px;
    }

    .about-right {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

.about-right p {
    padding: 0;
}

.work-space-safety {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.work-space-safety {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.top-products .row {
    margin: 0 0 20px 0;
}

.top-product-card {
    padding: 10px;
}

.top-product-card-img img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 200px !important;
    width: 50%  !important;
    margin: 0 auto !important;
}

.top-product-card-txt div.product-info {
    width: 100%;
    padding: 10px 0;
}

.shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
}

section.top-products {
    margin: 0;
}

    .taking-safety-left, .taking-safety .taking-safety-right {
        height: 300px;
        width: 100%;
    }

.taking-safety .taking-safety-middle {
    height: 400px;
    padding: 20px;
}

.taking-safety-middle h2 {
    font-size: 30px;
    line-height: 35px;
}

.taking-safety .taking-safety-middle {
    height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.taking-safety-middle p {
    padding: 0;
}

section.safety-solution {
    margin: 40px 0;
}

section.safety-solution .container-fluid {
    padding: 0 10px;
}

    .safety-sol-left {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 0 0 20px 0;
    }

.taking-safety {
    margin: 0;
    height: 100%;
}

.safety-sol-left p {
    padding: 0;
}

.safety-sol-right img {
    height: 300px;
}

.testimonial-slidder .slick-slide {
    margin: 0px 10px;
}

    .testi-card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 20px 0;
    }

.testi-card-info {
    gap: 10px;
}

    .testi-card > p {
        padding: 0;
    }

.testi-card-ratting {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

section.etstimonial-sec {
    margin: 0;
}

.footer-sec {
    padding: 20px 0 0 0;
}

.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

p.mainft {
    margin: 0;
}

.footer-logo-wrapper > h5 {
    padding: 0;
}

ul.footer-socials {
    gap: 10px;
}

ul.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 12px;
}

.footer-links {
    margin: 10px 0;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 1;
}

.left-text {
    margin: 0;
}

.left-text ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.left-text ul li {
    margin: 0;
}

.textwidget {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.left-text ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.copy-right-row {
    margin: 20px 0 0 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.copy-right-row p {
    font-size: 12px;
    line-height: 25px;
}


    .inner-banner-left {
        padding: 0;
        height: auto;
    }

    .inner-banner {
        height: auto;
    }

.inner-banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.inner-banner-right img {
    height: 200px !important;
    width: 100%;
}

.inner-banner > .container-fluid > .row {
    height: auto;
    gap: 20px;
    padding: 40px 0 0 0;
}

section.about-sec.inn-abt .work-space-safety {
    margin-top: 0;
}


/* Home css Ends */

/* Shop Page Css Starts */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 47% !important;
    margin: 0 5px !important;
}

/* Shop Page Css Ends */

/* Contact Us Page Css Starts */

section.contact-us {
    margin: 40px 0;
}

.contact-box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 10px;
    margin: 20px 0;
}

.contact-box a {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.contact-box-icon i {
    height: 40px;
    width: 40px;
    font-size: 20px;
}

.contact-box-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.contact-box-txt h5 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.contact-sec-right input {
    height: 40px;
    padding: 0 20px;
    margin: 0 0 10px 0;
}

/* Contact Us Page Css Ends */

}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

    .theme-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 0 5px 0 10px;
        font-size: 12px;
        line-height: 1;
    }

    .theme-btn span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 10px;
        height: 40px;
        width: 40px;
    }

/* Buttons css Ends */




/* Home css Starts */

header {
    position: relative;
    height: 100%;
        padding: 20px 0;
}

    .header-right a {
    height: 50px;
    width: 50px;
}

    .header-right {
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.header-right a i {
    color: #000;
    font-size: 16px;
}

.hero-left-wraper {
    display: block;
    height: auto;
}

    .hero-sec {
        height: 700px;
        margin: 0;
    }

.hero-left {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: auto;
}

.hero-left p {
    width: 100%;
    padding: 0;
}

.hero-left-img {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    height: 300px;
    width: 100%;
}

.hero-left-img img {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_slidder .slick-dots {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 100%;
    gap: 10px;
    writing-mode: unset;
}

.hero_slidder .slick-dots li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}

.hero_slidder .slick-dots li .dot-text {
    position: relative;
    font-size: 12px;
    line-height: 1;
    writing-mode: unset;
    right: unset;
    transform: unset;
}

section.about-sec {
    margin: 40px 0;
}

.about-left img {
    height: 200px;
}

    .about-right {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

.about-right p {
    padding: 0;
}

.work-space-safety {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.work-space-safety {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.top-products .row {
    margin: 0 0 20px 0;
}

.top-product-card {
    padding: 10px;
}

.top-product-card-img img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 200px !important;
    width: 50%  !important;
    margin: 0 auto !important;
}

.top-product-card-txt div.product-info {
    width: 100%;
    padding: 10px 0;
}

.shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
}

section.top-products {
    margin: 0;
}

.taking-safety-left, .taking-safety .taking-safety-right {
    height: 200px;
    width: 100%;
}

.taking-safety .taking-safety-middle {
    height: 400px;
    padding: 20px;
}

.taking-safety-middle h2 {
    font-size: 30px;
    line-height: 35px;
}

.taking-safety .taking-safety-middle {
    height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.taking-safety-middle p {
    padding: 0;
}

section.safety-solution {
    margin: 40px 0;
}

section.safety-solution .container-fluid {
    padding: 0 10px;
}

    .safety-sol-left {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 0 0 20px 0;
    }

.taking-safety {
    margin: 0;
    height: 100%;
}

.safety-sol-left p {
    padding: 0;
}

.safety-sol-right img {
    height: 300px;
}

.testimonial-slidder .slick-slide {
    margin: 0px 10px;
}

    .testi-card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 20px 0;
    }

.testi-card-info {
    gap: 10px;
}

    .testi-card > p {
        height: 200px;
        overflow-y: scroll;
        padding: 0 20px 0 0;
    }

.testi-card-ratting {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

section.etstimonial-sec {
    margin: 0;
}

.footer-sec {
    padding: 20px 0 0 0;
}

.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

p.mainft {
    margin: 0;
}

.footer-logo-wrapper > h5 {
    padding: 0;
}

ul.footer-socials {
    gap: 10px;
}

ul.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 12px;
}

.footer-links {
    margin: 10px 0;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 1;
}

.left-text {
    margin: 0;
}

.left-text ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.left-text ul li {
    margin: 0;
}

.textwidget {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.left-text ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.copy-right-row {
    margin: 20px 0 0 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.copy-right-row p {
    font-size: 12px;
    line-height: 25px;
}

    .inner-banner-left {
        padding: 0;
        height: auto;
    }

    .inner-banner {
        height: auto;
    }

.inner-banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.inner-banner-right img {
    height: 200px !important;
    width: 100%;
}

.inner-banner > .container-fluid > .row {
    height: auto;
    gap: 20px;
    padding: 40px 0 0 0;
}

section.about-sec.inn-abt .work-space-safety {
    margin-top: 0;
}

/* Home css Ends */

/* Contact Us Page Css Starts */

section.contact-us {
    margin: 40px 0;
}

.contact-box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 10px;
    margin: 20px 0;
}

.contact-box a {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.contact-box-icon i {
    height: 40px;
    width: 40px;
    font-size: 20px;
}

.contact-box-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.contact-box-txt h5 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.contact-sec-right input {
    height: 40px;
    padding: 0 20px;
    margin: 0 0 10px 0;
}

/* Contact Us Page Css Ends */
    
    
    
    
    
    
    
    
    
    
    
    
    

    
}




