@media screen and (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1408px + 30px); }
    .lrl .lrcont { padding-left: 60px; }
    .lrr .lrcont { padding-right: 60px; }
    .blogrow { grid-template-columns: minmax(0,1fr) 380px; column-gap: 30px; }
}
/*MIN 1300 ENDS*/

@media screen and (min-width: 1200px) {

    .site-menutoggle { display: none; }

    .colheadright { justify-content: unset; }
   
    .headernav { margin-left: auto; /* margin-right: auto; */ }

    .headernav .menu-arrow { display: none; }
    
    .headernav .menu-item-has-children { position: relative; }
    
    .headernav .menu-item-has-children > a::after {
        display: inline-block;
        font-family: 'wls';
        content: "\e900";
        font-size: 5px;
        font-weight: 900;
        padding-left: 8px;
        margin-top: -1px;
        vertical-align: middle;
    }
    

    .headernav .sub-menu {
        display: block;
        position: absolute;
        left: -20px;
        top: calc(100% + 30px);
        min-width: 228px;
        max-width: 260px;
        max-height: calc(100vh - 120px);
        padding: 10px 0;
        margin: 0;
        background: var(--white);
        border-radius: 10px; 
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 99;
    }

    .headernav a {
        /*
        background-image: linear-gradient(90deg, var(--primary), var(--primary));
        background-position: center bottom;
        background-size: 0 2px;
        background-repeat: no-repeat;
        */
        transition: color 0.3s ease-in-out, background-size 0.2s ease-in-out
    }

    /* .headernav a:hover { background-size: 100% 2px; } */

    .headernav .sub-menu a { background-position: left bottom; }

    .headernav .menu-item-has-children:hover > .sub-menu { opacity: 1; top: 100%; visibility: visible; }

    .headernav .sub-menu > .menu-item-has-children > .sub-menu { top: 0; left: 100%; transform: translate(20px, -10px); }

    .headernav .sub-menu > .menu-item-has-children:hover > .sub-menu { top: 0; left: 100%; transform: translate(2px, -10px); }

    .headernav .sub-menu a { display: block; padding: 6px 15px; /* white-space: nowrap; */  }

    .headernav .sub-menu .menu-item-has-children > a { display: flex; align-items: center; justify-content: space-between; }

    .headernav .sub-menu .menu-item-has-children > a::after { padding: 0; margin-left: 10px; transform: rotate(-90deg); }
    
    .blogrow { grid-template-columns: minmax(0,1fr) 340px; }
}
/*MIN 1200 ENDS*/

@media screen and (min-width: 992px) {
    .hero-lt h1 { --fsize: 126px; line-height: 0.9em; }
}
/*MIN 1200 ENDS*/

/**********************/

@media screen and (max-width: 1439px) {
    .colheadright, .headernav { column-gap: 15px; }
    .headernav .menu-item-has-children > a::after { padding-left: 7px; }
    .hero-lt h1 { --fsize: 120px; }
    .blogaside { padding: 20px; }
    .hero-contact { background-position: center right -290px; }
    .hero-abt { background-position: center right; }
    .cuscards { gap: 40px 20px; }
    .cuscard { flex: 1 0 calc(50% - 10px); max-width: calc(50% - 10px); }
}
/*1439*/

@media screen and (max-width: 1399px) {
    h3, .h3 { --fsize: 24px; }
    
    section.section { --paddSize: 100px; }
    .badge { font-size: 14px; margin-bottom: 10px; }
    
    .hero-lt h1 { --fsize: 96px; }
    .hero-row { column-gap: 50px; }
    .hero-stats { column-gap: 30px; }
    
    .wicaps-row, .prodlist { gap: 20px; }
    .haitem-3 { font-size: 16px; line-height: 24px; padding: 30px; }
    .prodinfo h3, .prodcard-cta h3 { margin-bottom: 10px; }
    
    .lrsec .bttn { margin-top: 20px; }
    .testi-item { margin: 0 10px; }
    .bloglist { column-gap: 20px; }
    .bloginfo { padding: 20px 10px 10px; }

    .wlsform { width: 560px; padding: 40px; }

    .site-footer { padding-top: 100px; }

    .packedin-l { gap: 15px; }

    .hero-prod { padding-bottom: 100px; }
    .hero-crumbs { margin-bottom: 60px; }

    .prodr-slide { margin: 0 10px; }

    .hero-abt { min-height: 375px; background-position: center; }
}
/*1399*/


@media screen and (max-width: 1199px) {
    .site-header .container { width: 100%; max-width: 100%; }
    
    .colheadleft {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        flex: 1 0 auto  ;
    }

    .colheadright {
        --topOffset: 112px;
        position: fixed;
        left: 0;
        top: var(--topOffset);
        display: none;
        width: 100%;
        height: calc(100vh - var(--topOffset));
        padding: 0px;
        background: #F5F5F5;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
    }
    
    .siteheader-sticky .colheadright { --topOffset: 104px; }
    .headernav { display: block; }
    .headernav .sub-menu { display: none; left: 0%; top: auto; width: 100%; background: rgba(168,168,168,0.1); transform: translateX(0%); }
    .headernav .sub-menu .sub-menu { background-color: #f3f3f3; }
    .headernav li { margin-left: 0; margin-right: 0; border-bottom: 1px solid #e5e5e5; }
    .headernav > li, .headernav .sub-menu > li  { display: flex; flex-wrap: wrap; padding: 0; }
    .headernav a { font-size: 16px; color: var(--body); }
    .headernav > li > a, .headernav .sub-menu > li > a { flex: 1 0 auto; padding: 12px 15px; }
    .headernav .sub-menu > li:first-child { border-top: 1px solid #e5e5e5; }
    .headernav .sub-menu > li > a { max-width: 100%; padding-left: 25px; }
    .headernav .sub-menu .sub-menu > li > a { padding-left: 35px; }
    .headernav .icon-angle-down { font-size: 9px; line-height: 47px; width: 46px; height: 100%; text-align: center; }
    .headernav .icon-angle-down::before { display: inline-block; transform: rotate(0deg); vertical-align: middle; transition: 0.3s ease-in-out; }
    .headernav .icon-angle-down.open { background-color: rgba(179,179,179,0.1); }
    .headernav .icon-angle-down.open::before { transform: rotate(180deg); }
    .headernav > li.menu-item-has-children > a, .sub-menu >li.menu-item-has-children > a { flex: 1 0 calc(100% - 46px); max-width: calc(100% - 46px); }
    .colheadright .bttn { display: none; }

    h1, .h1 { --fsize: 40px; margin-bottom: 16px; }
    h2, .h2 { --fsize: 36px; margin-bottom: 16px; }

    .font-26 { font-size: 24px; line-height: 22px; }
    .font-24 { font-size: 20px; line-height: 30px; }
    section.section { --paddSize: 80px; }
    .section-head { margin-bottom: 40px; }

    .hero-row { flex-wrap: wrap; }
    .hero-lt, .hero-rt { flex: 1 0 100%; }
    .hero-slide::before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%); }
    .stat { flex: 0 auto; }
    .hafoo { font-size: 18px; line-height: 26px; }

    .wicaps-card { flex-direction: column; }
    .wicaps-info .h3 { margin-bottom: 10px; }
    .hastats { padding: 20px; }
    .prodlist { grid-template-columns: repeat(2, 1fr); }
    .sell-l { font-size: 18px; line-height: 24px; gap: 20px; }
    .sell-i { line-height: 20px; border-radius: var(--siteradius16); }

    .testi-item { margin: 0 10px; }

    .wlsform { padding: 30px; }

    .site-footer { padding-top: 80px; }
    .foologo { text-align: center; }
    .foointro { width: 100%; margin: 20px 0; }
    .focc .socialnav { justify-content: center; }

    .faqitem { padding: 20px; }
    .faqhead h3 { font-size: 18px; line-height: 24px; }
    .faqbttn { --thisSize: 20px; font-size: 10px; padding: 0; }

    .lrisec .lrcont { padding-left: 15px; padding-right: 15px; }
    .lrcont .bttn { margin-top: 30px; }
    .lrisec img { width: auto; max-height: 460px; border-radius: var(--siteradius16); }

    .ptable { font-size: 16px; line-height: 20px; }
    th, td { padding: 10px; }

    .bagtypes-l { --colcount: 4; }
    
    .hero-prod { padding-bottom: 80px; }
    .hero-crumbs { margin-bottom: 40px; }

    .prodg { flex-wrap: wrap; }
    .prodg-nav { flex-direction: row; flex: 1 0 100%; min-width: 0; order: 1; }
    .prodg-nav img { width: 100px; }
    .prodg-img { flex: 1 0 100%; max-width: 100%; }

    .indcard::before { padding-top: 110%; }

    .prodr-img { height: 250px; }

    .cussec .font-28 { font-size: 24px; line-height: 32px; }

    .cuscard-nz { order: -1; }

    .qcsec ul { grid-template-columns: repeat(2, 1fr); }
}
/*1199*/

@media screen and (max-width: 991px) {
    .wicaps-row { flex-wrap: wrap; }
    .wicaps-card { flex: 1 0 100%; flex-direction: row; }

    .hagrid { display: flex; flex-wrap: wrap; }
    .haitem-1, .haitem-2 { flex: 1 0 calc(50% - 10px); }
    .hafoo { margin-top: 30px; }

    .sell-i { flex: 1 0 calc(50% - 20px); }
    .bloglist { grid-template-columns: 1fr; }

    
    .ctaf-map img { width: 260px; margin-top: -20px; }
    .ctaf-map a { left: 0; right: auto; margin: 0 auto; bottom: 99px; }
    .wlsform { width: 100%; margin-top: -70px; }

    .foodisc { padding: 40px 20px 20px; text-align: center; }
    .foo-title { margin-bottom: 20px; }
    .foocont .foo-title { text-align: center; }
    .foocoff-ctrl, .foocwidg { margin-left: auto; margin-right: auto; }

    .bagtypes-l { gap: 12px; }
    .prodfeat-l { gap: 20px 30px; }

    .prodg-img img { max-height: 400px; width: auto; }
    .hero-box { padding: 30px; }

    .prodr-img { height: 200px; }

    .secgal { --staticCount: 2; }
    
    .cussec .font-28 { font-size: 22px; line-height: 30px; }

    .cuscards { margin-top: 40px; }

    .hero-abt { min-height: 345px; }
    .qcgal-l { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
/*991*/

@media screen and (max-width: 767px) {
    .font-24 { font-size: 18px; line-height: 28px; }
    .font-20 { font-size: 16px; line-height: 24px; }
    section.section { --paddSize: 60px; }
    .section-head p { font-size: 16px; line-height: 24px; }

    .hero-row { row-gap: 20px; }
    .hero-lt h1 { --fsize: 72px; margin-top: 15px; line-height: 0.9; }
    .hastats .font-20 { font-size: 18px; line-height: 22px; }
    .foomenu { order: 1; }
    .foocols { gap: 30px; }
    .foomenu { text-align: center; }
    .foonav { gap: 10px; }
    .foo-title { margin-bottom: 10px; }
    
    .foomenu, .foodisc, .foologo, .foo-title, .foocont .foo-title { text-align: left; }
    .focc .socialnav { justify-content: flex-start; }
    .foocoff-ctrl, .foocwidg { margin-left: 0; }

    .bagtypes-l { --colcount: 3; }
    .btimg { --size: 100px; }
    .prodfeat-l { grid-template-columns: 1fr; }

    
    .hero-prod { padding-bottom: 60px; }
    .hero-prod .leaf-list { font-size: 18px; line-height: 28px; }

    .prodg-img img { max-height: 330px; width: auto; }

    .indcard { width: 400px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .indcard-inn { padding: 20px; margin: 0 auto; }
    .indcard-link { margin-bottom: 0; }

    .bg--art { background-size: 45vw; }

    .cuscard { flex: 1 0 100%; max-width: 100%; padding: 0; }
    
    .qcsec ul { grid-template-columns: repeat(1, 1fr); }
    .qcsec th, .qcsec td { white-space: nowrap; }
}
/*767*/


@media screen and (max-width: 575px) {
    h1, .h1 { --fsize: 38px; margin-bottom: 18px; }
    h2, .h2 { --fsize: 34px; margin-bottom: 12px; }
    .font-22 { font-size: 20px; line-height: 28px; }
    .font-26 { font-size: 22px; line-height: 30px; }

    section.section { --paddSize: 50px; }
    .hero-lt h1 { --fsize: 48px; }
    .stat-lbl { font-size: 16px; }
    .wicaps-card img { width: 40px; }
    .hastats-nun.h2 { --fsize: 54px; }
    .sell-l { gap: 15px; }
    .prodlist { grid-template-columns: 1fr; gap: 20px; }
    .sell-i { flex: 1 0 100%; }
    .prodinfo { padding: 15px; }
    .logolist { --gap: calc(var(--size) / 4); }
    .logoitem { max-width: 140px; }
    form { --fieldsize: 45px; }

    .site-footer { padding-top: 60px; }
    .logotrack { padding-top: 0; }

    .bagtypes-l { --colcount: 2; }
    
    .hero-prod, .hero-def { --secrad: 36px; }
    .hero-crumbs { margin-bottom: 30px; }
    .prodg-nav img { width: 70px; border-radius: 12px; }

    .prodr-img { height: 300px; }

    .cussec .font-28 { font-size: 20px; line-height: 28px; }
    .cuscards .foocoff-title i, .cuscards .foocmail i { width: 20px; }
    .gnimg-ul { gap: 10px 20px; }
    .gnimg-li span { height: 16px; border-left: 16px solid; }
    .qcgal-l { grid-template-columns: repeat(1, 1fr); }
}
/*575*/

@media screen and (max-width: 459px) {
    :root { --siteradius: 16px; }
    .font-18 { font-size: 16px; line-height: 24px; }

    .section-head { margin-bottom: 30px; }

    .headctas { gap: 15px; }
    .headcta-call .icon-call { font-size: 20px; }
    .headcta-call span { display: none; }

    .hero-stats { gap: 20px; }

    .haitem-2 { gap: 14px; }
    .haitem-2 .imgbg, .hastats { flex: 1 auto; }
    .hastats { padding: 15px; }
    .hastats-nun.h2 { --fsize: 42px; line-height: 1.2; }
    .haitem-3 { padding: 20px; }

    /*
    .prodlist { grid-template-columns: 1fr; gap: 20px; }
    .sell-i { flex: 1 0 100%; }
    */
    .bloginfo { padding: 15px 5px 5px; }

    .wlsform { padding: 30px 20px; }
    .ctaf-map img { width: 230px; margin-top: -30px; }
    .input-quiz .wpcf7-not-valid-tip { margin-left: 172px; }

    .faqlist { gap: 15px; }
    .faqitem { padding: 15px; }

    .wlclist ul, ul.wlclist { gap: 16px; }
    .hero-box { padding: 20px; margin-top: 40px; }
    
    .prodr-img { height: 260px; }
    
    .secgal { --staticCount: 1; }

    .secgal-logos img { max-width: 180px; max-height: 130px; }

        
    .page-cont h2 { --fsize: 28px; }
    .page-cont h3 { --fsize: 24px; }
    .page-cont h4 { --fsize: 20px; }
    .page-cont h5 { --fsize: 16px; }
    .page-cont h6 { --fsize: 14px; }
    
    .cussec .font-28 { font-size: 18px; line-height: 26px; }
}
/*459*/

@media screen and (max-width: 375px) {
    h1, .h1, h2, .h2 { --fsize: 32px; }
    .wicaps-card { padding: 15px; }
    .hagrid { gap: 15px; }
    .hastats .font-20 { font-size: 16px; line-height: 20px; }
    .foocmail { align-items: flex-start; }
}
/*375*/

@media screen and (max-width: 359px) {
    h1, .h1, h2, .h2 { --fsize: 30px; }
    .hero-lt h1 { --fsize: 44px; }
    .ctaf-map i { display: none; }
}
/*359*/