@media screen and (min-width: 1360px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1312px + 24px); }
}
/*MIN 1300 ENDS*/

@media screen and (min-width: 992px) {
    .site-menutoggle { display: none; }    
    
    .headernav .menu-arrow { display: none; }
    
    .headernav .menu-item-has-children { position: relative; }
    
    /*
    .headernav .menu-item-has-children > a::after {
        display: inline-block;
        font-family: 'kmedia';
        content: "\e900";
        font-size: 7px;
        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: 200px;
        max-height: calc(100vh - 120px);
        padding: 10px 0;
        margin: 0;
        background: var(--white);
        border-radius: 6px;
        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); }

}
/*MIN 992 ENDS*/

@media screen and (max-width: 1440px) {
    .top-nav li + li { --gaps: 14px; }
}

@media screen and (max-width: 1359px) {
    .foo-top { column-gap: 60px; }
    .foocol { flex: 1 1; }
}

@media screen and (max-width: 1299px) {
}
/*1299*/

@media screen and (max-width: 1200px) {
    .headernav .sub-menu {
        left: -50%;
        transform: translateX(-20%);
    }
}
/*1200*/

@media screen and (max-width: 1199px) {
    h1, .h1 { --fsize: 50px; }
    .font-28 { font-size: 26px; line-height: 36px; } 
    .custom-logo { height: 60px; }

    .hero-cont { bottom: 32px; }
    .annlat-body { --thisWid: 220px; }

    .foo-top { flex-wrap: wrap; }
    .foocol-1 { flex: 1 0 100%; max-width: 100%; text-align: center; }
    .site-footer .socialnav { justify-content: center; }

}
/*1199*/

@media screen and (max-width: 991px) {
    section.section { --padds: 50px; }
    .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: 124px;
        position: fixed;
        left: 0;
        top: var(--topOffset);
        display: none;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        height: calc(100vh - var(--topOffset));
        padding: 0px;
        background: #F5F5F5;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
    }
    
    .siteheader-sticky .colheadright { --topOffset: 80px; }
    .headernav { display: block; }
    .headernav .sub-menu { display: none; left: 0%; top: auto; width: 100%; background: #f8f8f8; transform: translateX(0%); }
    .headernav .sub-menu .sub-menu { background-color: #f0f0f0; }
    .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; }
    .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: #e6e6e6; }
    .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: 44px; }

    .hero-wrapper { --padds: 30px; background-color: var(--primary); }
    .hero-title, .hero-cont { position: static; width: 100%; padding: 0 var(--padds) var(--padds); }
    .hero-title { padding-top: var(--padds); padding-bottom: 0; margin-bottom: 10px; }

    .annalat-annhead { display: flex; justify-content: space-between; column-gap: 15px; }
    .annlat-list { width: 100%; }
    .annlat-body { --thisWid: calc(100% - 44px); }

    .foocol { gap: 12px; }
    .foocol-2, .foocol-3 { flex: 1 0 calc(50% - 30px); max-width: calc(50% - 30px); }
    .foocol-3 ~ .foocol { flex: 1 0 calc(33.33% - 40px); max-width: calc(33.33% - 40px); }
} 
/*991*/

@media screen and (max-width: 767px) {
    h1, .h1 { --fsize: 40px; }
    section.section { --padds: 30px; }

    .top-nav li + li { --gaps: 10px; }

    .hero-wrapper { --padds: 20px; }
    .hero-ctas { margin-top: 20px; }

    .affi-item { min-height: 188px; }

    .site-footer .socialnav { margin-top: 10px; }
    .foo-top { column-gap: 0; justify-content: space-between; }
    .foocol-3 ~ .foocol { flex: 0 auto; max-width: unset; }
}
/*767*/

@media screen and (max-width: 575px) {
    .font-22 { font-size: 20px; line-height: 30px; }
    .font-28 { font-size: 24px; line-height: 34px; }
}
/*575*/

@media screen and (max-width: 459px) {
    h1, .h1 { --fsize: 36px; }
    .bttn { padding: 0 16px; }

    .affi-list { flex-wrap: wrap; }
    .affi-item { flex: 1 0 100%; max-width: 100%; min-height: 148px; }
    .cols-1-xxs { column-count: 1; }
    .latup-list { flex-wrap: wrap; }

    .foocol, .foocol-3 ~ .foocol { flex: 1 0 100%; max-width: 100%; text-align: center; }
    .foo-top { row-gap: 30px; }
    .foo-btm { margin-top: 36px; }
    .foo-phones a { display: block; }
}
/*459*/

@media screen and (max-width: 375px) {
    h1, .h1 { --fsize: 32px; }
    .bttn { min-width: 0; }

    .hero-ctas { flex-wrap: wrap; }

    .annalat-annhead { flex-wrap: wrap; }
    .annalat-annhead h2 { flex: 1 0 100%; max-width: 100%; margin-bottom: 6px; }

    .fooprt { gap: 12px; }
}
/*459*/