@media screen and (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1220px + 40px); }
}
/*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: 'wmh';
        content: "\e90b";
        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: 210px;
        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; font-size: 16px; line-height: 26px; 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); }

    .hero-form .h3 { font-size: 38px; }

    .headernav .sub-menu .sub-menu a { font-size: 14px; line-height: 22px; padding-top: 4px; padding-bottom: 4px; }
    .headernav .sub-menu .col2 .sub-menu { max-width: unset; max-width: 28vw; min-width: 450px; column-count: 2; }
    .headernav .sub-menu .col3 .sub-menu { max-width: unset; max-width: 28vw; min-width: 530px; column-count: 3; overflow-y: auto; }

}
/*MIN 1200 ENDS*/

@media screen and (min-width: 992px) {
    .procitem { width: 50%; margin-left: 40px; }
    .procitem:nth-child(odd) { margin-left: auto; margin-right: 40px; }
    .procitem:nth-child(even) .procicon { order: 1; }
    .procitem:nth-child(odd) .proccont::before { left: auto; right: 100%; border-color: transparent; border-right: 9px solid #ffffff; }
    .vismis p { font-size: 20px; line-height: 30px; } 
}
/*MIN 1200 ENDS*/

/**********************/

@media screen and (max-width: 1599px) {
    h1, .h1, h2, .h2 { --fsize: 42px; }
    .wmhx blockquote { padding-right: 200px; }
}
/*1599*/

@media screen and (max-width: 1439px) {
    .container-box { width: calc(100% - 50px); }
    .site-footer { margin-bottom: 25px; }
    .kmaside { padding: 20px; }
}
/*1439*/

@media screen and (max-width: 1279px) {
    section.section, .foocols { --paddSize: 100px; }
    .site-footer { padding-top: 100px; }
    .whmt-list, .wcwhm-list { gap: 20px; }
    .wmht-item, .wcwhm-item { --wmht-wid: calc(25% - 15px); }
    .wmht-item-title, .wmht-item-cta, .wcwhm-item { padding: 20px; }
    .wcwhm-item h3 { margin-top: 38px; }
    .sitecta-cont { padding: 30px 10px; }
    .wmhx blockquote { padding-right: 120px; }
}
/*1279*/

@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;
        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: 91px; }
    .site-header .custom-logo { height: 90px; }
    .siteheader-sticky .custom-logo { height: 70px; margin-top: -44px; }
    .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; }
    .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; }

    section.section, .foocols { --paddSize: 80px; }
    .site-footer { padding-top: 80px; }
    .container-box { width: calc(100% - 40px); }

    h1, .h1, h2, .h2 { --fsize: 40px; }
    .font-24 { font-size: 20px; line-height: 30px; }

    .hero-home .col-lt { padding-right: 20px; }
    .hero-form { padding: 30px; }

    .lrsec .col-cont { padding-left: 20px; }
    .lrsec .order-lg-1 + .col-cont { padding-left: 20px; padding-right: 20px; }

    .wmht-item, .wcwhm-item { --wmht-wid: calc(33.33% - 14px); }
    .wmht-item:nth-last-child(-n+2) { --wmht-wid: calc(50% - 14px); height: 214px; }
    .wcwhm-item h3 { margin-top: 30px; }

    .destlist { gap: 20px; }
    .destitem { --desti-wid: calc(25% - 15px); }
    .section-head { margin-bottom: 40px; }

    .cta-left { --ctalWid : 70%; }

    .advlist { gap: 20px; }
    .advitem { --advIWid: calc(33.33% - 14px); }
    .sitecta-cont { max-width: 100%; padding: 30px 0px; }

    .disclaimer { padding: 30px; }

    .tcrow { gap: 20px; }
    .tccol { --tccolWid: calc(33.33% - 14px); }
    .tccol a { padding: 20px; }
    
    .faqitem { padding: 20px; }
    .faqhead h3 { font-size: 20px; line-height: 28px; }
    .faqbody { font-size: 16px; line-height: 26px; padding-top: 20px; }
    
    .destcard::before { padding-top: 110%; }

    .wmhx table { white-space: nowrap; }
    .wmhx blockquote { padding-right: 30px; }
    .excare ul { gap: 20px; }
}
/*1199*/

@media screen and (max-width: 991px) {

    .bg--art { --basize: 240px; }
    .hero-form .h3 {  text-align: center; }
    .hero-form .bttn { display: block;  margin: 0 auto; }
    .lrsec .col-media img, .wmhproc .col-media img { width: auto; max-height: 500px;}
    
    .cta-box { padding: 40px; background-size: 260px; }
    .cta-left { --ctalWid: 64%; }

    .advitem { --advIWid: calc(50% - 10px); }
    .advitem h3 { margin-top: 30px; }

    .sitecta-cont { padding: 0px 0px 10px; }
    .sitecta-img { height: 450px; object-fit: cover; }

    .foo-title { margin-bottom: 20px; }

    .site-footer { margin-bottom: 20px; }
    .site-footer .fooclist { padding: 20px; border-radius: var(--siteradius); border: 1px solid rgba(25, 25, 25, 0.2); }

    .tccol { --tccolWid: calc(50% - 10px); }

    .proclist { gap: 30px; }
    .proclist::before { left: 40px; right: auto; }
    .procitem { gap: 20px; }
    .proccont { margin-top: 0; }
    .proccont::before { left: auto; right: 100%; border-color: transparent; border-right: 9px solid #ffffff; }
    .vismis .row { row-gap: 90px; }
    .vimisbox img { max-height: 100px; margin-top: -80px; }
    .excare ul { gap: 30px; }
    .excare li { flex: 1 0 calc(50% - 30px); }
    .contactg { padding: 30px; }
    .contactg .row-40 { row-gap: 30px; }
}
/*991*/

@media screen and (max-width: 767px) {

    section.section, .foocols { --paddSize: 70px; }
    .site-footer { padding-top: 70px; }
    .container-box { width: 100%; border-radius: 0; }
    
    h1, .h1, h2, .h2 { --fsize: 38px; }
    h3, .h3, .excare li span { --fsize: 32px; }
    h4, .h4 { --fsize: 28px; }

    .page-title { --fsize: 40px; }
    
    .lrsec .col-media img, .wmhproc .col-media img { width: auto; max-height: 450px; }
    .wmh-plane { transform: scale(0.8) translateY(-50%); transform-origin: center 0; }
    .wmht-item, .wmht-item:nth-last-child(-n+2), .wcwhm-item { --wmht-wid: calc(50% - 10px); }
    .wmht-item-title, .wmht-item-cta { padding: 18px; }
    .wmht-item h3 { font-size: 22px; line-height: 28px; }

    .destitem { --desti-wid: calc(33.33% - 14px); }
     
    .cta-box { flex-wrap: wrap; }
    .cta-left { --ctalWid: 100%; }

    .advitem h3 { margin-top: 20px; }
    .advitem img { width: 50px; }

    .testi-item { margin: 0 10px; }

    .sitecta { padding: 70px 0; }
    .sitecta-img { height: 360px; }
    
    .site-footer { margin-bottom: 0px; }

    .treatcard-icon { height: 70px; }
    .treatcard h3 { margin-top: 30px; }

    .destcard { width: 400px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .destcard-inn { padding: 20px; margin: 0 auto; }
    .destcard-link { margin-bottom: 0; }
}
/*767*/


@media screen and (max-height: 700px) {
    .headernav .sub-menu { max-height: calc(100vh - 210px); }
}
/*700*/

@media screen and (max-height: 859px) {
    .headernav .sub-menu { max-height: calc(100vh - 220px); }
}
/*859*/

@media screen and (max-width: 575px) {

    section.section, .foocols { --paddSize: 60px; }
    .site-footer { padding-top: 60px; }
    .sitecta { padding: 60px 0; }

    h1, .h1, h2, .h2 { --fsize: 36px; }

    .hero-form { padding: 30px 20px; }
    .wmh-plane { transform: scale(0.7) translateY(-50%); }
    .wmht-item, .wmht-item:nth-last-child(-n+2), .wcwhm-item { --wmht-wid: 100%; }
    .wmht-item-li::before { padding-top: 200px; }
    .wcwhm-item h3 { margin-top: 20px; }

    .destitem h3 { --fsize: 18px; }

    .cta-box { padding: 30px; }

    .advitem { --advIWid: 100%; }

    .logoitem { width: 180px; }

    .foologo { text-align: center; margin-bottom: 20px; }

    .foo-title { font-size: 20px; line-height: 26px; }
    
    .treatsec .row, .row-40 { row-gap: 30px; }

    .tccol .h4 { --fsize: 24px; }
    
    .faqitem { padding: 15px; }

    .faqhead h3 { font-size: 18px; line-height: 26px; }
    
    .proclist::before { left: 30px; }
    .procicon { min-width: 60px; }
    .proccont { padding: 20px; }

    .vimisbox img { max-height: 80px; margin-top: -70px; }
    .vismis .row { row-gap: 70px; }
    .contactg { padding: 20px; }
    .contactg-info { padding: 10px;}

    .bloglist { row-gap: 30px; }
    .blogi-cat { position: static; font-size: 14px; margin-bottom: 12px; }
}
/*575*/

@media screen and (max-width: 459px) {
    :root { --siteradius: 16px; }
    body { font-size: 16px; line-height: 25px; }
    /* h1, .h1, h2, .h2 { --fsize: 30px; } */
    .font-24 { font-size: 18px; line-height: 28px; }
    h4, .h4 { --fsize: 26px; }

    .headctas { gap: 15px; }
    .headcta-call .icon-call { font-size: 20px; }
    .headcta-call span { display: none; }

    .section-head p { font-size: 18px; line-height: 26px; }
        
    .wcwhm-item img { width: 52px; }
    
    .destitem { --desti-wid: calc(50% - 10px); }
    .hero-def::before, .hero-def::after { display: none; }
    
    .cta-box, .advitem, .testi-item, .disclaimer { padding: 20px; }
    .test-foo { padding-top: 20px; margin-top: 20px; }
    .foo-title, .foonav { text-align: center; }

    .treatcard-icon { height: 60px; }
    .faqlist { gap: 15px; }
    .faqbody { padding-top: 10px; }

    .tcrow { width: 300px; max-width: 100%; }
    .tccol { --tccolWid: 100%; max-width: 100%; }
    
    .vimisbox { padding: 20px; }
    .excare ul { gap: 20px; }
    .excare li { flex: 1 0 100%; }
    .contactg { padding: 10px; }
    .whmcc-list .foocc i { --isize: 40px; font-size: 18px; border-radius: var(--siteradius10); }
    .whmcc-list a span { font-size: 18px; }

    .blogi-body { padding: 20px; }
}
/*459*/

@media screen and (max-width: 375px) {
    .bttn { font-size: 16px; }
    .advitem h3 { margin-top: 10px; }
    .sitecta-img { height: 340px; }
    .procitem { gap: 10px; }
    .procicon { min-width: 50px; }
    .proclist::before { left: 25px; }
}
/*375*/