@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 .has-sub-menu { position: relative; }
    
    .headernav .has-sub-menu > a::after {
        display: inline-block;
        font-family: 'psol';
        content: "\e905";
        font-size: 10px;
        font-weight: bold;
        padding-left: 12px;
        margin-top: -1px;
        vertical-align: middle;
    }
    

    .headernav .sub-menu {
        display: block;
        position: absolute;
        left: -20px;
        top: calc(100% + 30px);
        width: 292px;
        max-height: calc(100vh - 160px);
        padding: 10px 0;
        margin: 0;
        background: var(--white);
        border-radius: var(--siteradius10); 
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 99;
    }

    .headernav a {
        color: var(--white);
        padding: 10px 0;
        transition: color 0.3s ease-in-out, background-size 0.2s ease-in-out
    }
        
    .headernav a:hover,
    .headernav .page-active>a {
        color: var(--tbrown);
    }
 
    .headernav .sub-menu a { display: block; font-size: 18px; line-height: 24px; padding: 10px 15px; /* white-space: nowrap; */  }
    
    .headernav .sub-menu .page-active > a, .headernav .sub-menu a:hover { color: var(--body); }

    .headernav .has-sub-menu:hover > .sub-menu { opacity: 1; top: 100%; visibility: visible; }

    .hero-svcta-cta .bttn-lg { font-size: 28px; min-width: 290px; border-radius: 100px; }
        
    .hero-servs .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    /*
    .hero-servs .hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    */

    .hero-servs .container { min-width: 650px; }

}
/*MIN 1200 ENDS*/


@media screen and (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1220px + 30px); }
}
/*MIN 1280 ENDS*/

@media screen and (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1400px + 40px); }
    .foo-logo a { margin-left: 68px; }
    
    .hero-servs .col-l { width: 60%; }
    .hero-servs .col-r { width: 40%; }
    .hero-svcta-cta { padding: 0 50px; }
    .hero-svcta-cta .bttn-lg {
        font-size: 32px;
        width: auto;
        min-width: 320px;
    }
}
/*MIN 1440 ENDS*/

@media screen and (min-width: 1650px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1590px + 60px); }
    
    .hero-svcta { bottom: -92px; }
    .hero-svcta-cta { padding: 0 112px; }
    .hero-svcta-cta .bttn-lg {
        --btnsize: 100px;
        font-size: 38px;
        width: 365px;
    }
    .hero-svcta .bttn-phone { font-size: 45px; }
}
/*MIN 1650 ENDS*/

/**********************/

@media screen and (max-width: 1799px) {
    .beafctrls .slick-arrow { --size: 70px; font-size: 18px; border-radius: 16px; }
    .servs-bg { top: 50%; transform: translateY(-50%); left: -18.81vw; }
    .beafctrls .next-arrow { transform: translate(20px, -50%) rotate(-90deg); }
    .beafctrls .prev-arrow { transform: translate(-20px, -50%) rotate(90deg); }
}
/*1800*/

@media screen and (max-width: 1649px) {
    h1, .h1 { --fsize: 80px; }
    .colheadright, .headernav { column-gap: 60px; }

    .hero-home { min-height: calc(100vh - 160px); }
    .beafctrls .slick-arrow { --size: 60px; }
    .servctrls { gap: 10px; font-size: 24px; }
    .servctrls .slick-arrow { font-size: 20px; }
    .servctrls .prev-arrow { transform: rotate(180deg) translateZ(0); transform-origin: 16px 11px; }
    .well { gap: 30px 20px; }
   
    .servd-aside-i { --thumbW: 124px; --thumbH: 100px; gap: 24px; border-radius: var(--siteradius20); }
    .servd-aside-i img { border-radius: var(--siteradius10); }
    .servd-aside-i span { --fsize: 32px; }

    .hero-book::before { background-size: 100%; }

    form { --fieldsize: 60px; }
    .formsec-row { grid-template-columns: 0.9fr 1.1fr; }
    .bookform .row { row-gap: 30px; }
    
    .foocta { margin-top: 90px; }
}
/*1649*/

@media screen and (max-width: 1439px) {
    h1, .h1 { --fsize: 70px; }
    .container, .container-fluid, .row>* { padding-left: 15px; padding-right: 15px; }
    .row { margin-left: -15px; margin-right: -15px; }
    body { font-size: 18px; line-height: 28px; }
    .bttn { --btnsize: 50px }
    .bttn-lg { --btnsize: 70px; }
    .colheadright, .headernav { column-gap: 30px; }
    .headbtns-fb { --size: 50px; font-size: 22px; }
    .header-logo { left: 10px; }
    .header-logo img { width: 160px; }
    .siteheader-sticky .header-logo img { width: 140px; }
    .headbtns { gap: 20px; }
    .site-header .row { gap: 10px; }
    
    .beaf-bg { height: 61.2%; }

    .hww h3 { --fsize: 30px; }
    .hww-l { gap: 30px 30px; }
    .hww-num { --width: 60px; --height: 69px; }
    .hww-num span { font-size: 35px; }
    .hww-i:last-child .hww-num::before { background-size: 100px; }
    
    .hero-servs .row { --colsize: 430px; }
    .hero-servs .col-l { flex: 1 0 calc(100% - var(--colsize)); max-width: calc(100% - var(--colsize)); }
    .hero-servs .col-r { flex: 1 0 var(--colsize); max-width: var(--colsize); }
    .hero-svcta { width: 400px; max-width: 100%; }
    
    .servd-row { grid-template-columns: calc(62% - 15px) calc(38% - 15px); gap: 50px 30px; }
    .servd-aside-i { padding: 8px 20px 12px 8px; }
    .servd-aside-i span { --fsize: 28px; }
    .servd-aside-cta { margin-top: 30px; text-align: center; }
    
    .formsec-row { column-gap: 40px; }
    form, select, textarea { --fieldsize: 50px; font-size: 18px; }
    .bookform .row { row-gap: 20px; }
    input::placeholder, textarea::placeholder { font-size: 16px; }

    .foocta { padding: 120px 0; margin-top: 75px; }
    .foo-logo a { margin-left: 42px; }
}
/*1439*/

@media screen and (max-width: 1399px) {
    h2, .h2 { --fsize: 50px; }
    h3, .h3 { --fsize: 40px; }
    h4, .h4 { --fsize: 30px; }
    
    .beafcont { padding: 17px 20px; }
    .servi { gap: 30px; }
    .well { grid-template-columns: 1fr 1fr; }
    .hero-servs h1 { padding-bottom: 46px; }

    .foocta { padding: 100px 0; }
    .foocta .col-img img { left: auto; right: 0; width: 470px; }
    .foo-logo a { margin-left: -34px; }
}
/*1399*/

@media screen and (max-width: 1279px) {
    .colheadright, .headernav { column-gap: 30px; }
    .headctas { column-gap: 30px; }
    section.section { --paddSize: 100px; }
    .headernav .has-sub-menu > a::after { font-size: 8px; }
    
    .beaf-bg { height: 61.7%; }
    .beafctrls .slick-arrow { --size: 50px; font-size: 14px; border-radius: var(--siteradius10); }

    .wusi { padding: 18px 24px; }
    .bac { padding: 0 20px 8px; }
    .balctrls .slick-arrow { --size: 50px; font-size: 12px; }
    .servd-block:not(:first-child) { padding-top: 40px; }

    .servd-aside-i { gap: 20px; padding: 8px 20px 12px 8px; }
    .servd-aside-i span { --fsize: 23px; }

    .foomain { --fsize: 16px; }
    .foocta { padding: 70px 0; }
    .foocta .col-img img { width: 420px; }
    .foo-logo a { margin-left: -15px; }
    .foo-logo img { width: 150px; }
}
/*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: 150px;
        position: fixed;
        left: 0;
        top: var(--topOffset);
        display: none;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        height: calc(100vh - var(--topOffset));
        padding: 20px 0px 0px; /*Overlaping logo offset*/
        background: #F5F5F5;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: -1;
    }
    
    .siteheader-sticky .colheadright { --topOffset: 130px; }
    .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.has-sub-menu > a, .sub-menu >li.has-sub-menu > a { flex: 1 0 calc(100% - 46px); max-width: calc(100% - 46px); }
    .headernav a:hover, .headernav .page-active>a { color: var(--body); }
    .colheadright .bttn { display: none; }
    .headctas { right: 20px; }

    section.section { --paddSize: 80px; }
    .servs { padding-bottom: 0; }

    h2, .h2 { --fsize: 40px; }
    h3, .h3 { --fsize: 30px; }
    h4, .h4 { --fsize: 26px; }
    .font-24 { --fsize: 22px; }

    .h1.beaf-title { --fsize:54px; }
    .hww h3 { --fsize: 26px; }
    .hww-num::before { background-size: 150px; }
    .servs-bg { top: -40px; transform: none; left: -11.81vw; width: 41vw; }
    
    .welcome-colimg img { width: 445px; max-width: 100%; }

    .hero-servs { background: linear-gradient(180deg, rgba(234, 169, 44, 0.25) 65%, rgba(234, 169, 44, 0) 100%); background: var(--tlbrown); }

    .hero-servs .row { --colsize: 280px; align-items: stretch; }
    
    .hero-servs .col-l { align-self: unset; } 

    .hero-servs h1 {
        --fsize: 65px;
        padding: 40px 0;
        /* color: var(--body); */
    }

    .hero-svcta {
        position: absolute;
        bottom: auto;
        width: 400px;
        max-width: 100%;
        transform: scale(0.66);
        transform-origin: left -120%;
    }

    .hero-svcta-cta .bttn-lg { min-width: 240px; border-radius: 100px; }

    .wusl { gap: 20px; }
    .wusi { padding: 18px; gap: 20px; }
  
    .servd-aside-i { --thumbW: 104px; --thumbH: 80px; gap: 18px; }
    .servd-aside-i span { --fsize: 22px; }
    .hero-book h1 { padding-bottom: 50px; }
    .hero-book .row { min-height: 350px; }

    .formsec-row { gap: 30px; }

    .foo-logo a { margin-left: -10px; }
    .foo-logo img { width: 130px; }
    .foocta { margin-top: 30px; }
    .foocta .col-img img { width: 340px; }
    .foodev { flex-wrap: wrap; justify-content: center; }
}
/*1199*/

@media screen and (max-width: 991px) {

    h1, .h1 { --fsize: 60px; }

    .section-head { margin-bottom: 30px; }
    .headart { background-size: 100px; padding-bottom: 16px; }
    .bttn-lg { --btnsize: 60px; }

    .hero-home { min-height: 0; padding: 70px 0; }
    .hero-ctas { gap: 20px; }
    .hero-home .bttn-phone { font-size: 24px; }
    .beaf-bg { height: 64.0%; }
    .beafcont { padding: 17px 10px; }
    .hww-l { grid-template-columns: repeat(2, 1fr); gap: 50px 30px; }
    .servi { flex-direction: column; border-radius: var(--siteradius20); }
    .servl.slick-initialized .servi { display: inline-block; }
    .servi img { min-width: 0; max-width: 100%; border-radius: var(--siteradius10); }
    .servi-cont { padding-top: 30px; }
    .servs-bg { width: 36vw; }
    .hero-ctas { flex-direction: column; }

    
    .hero-servs h1 { --fsize: 50px; }

    .hero-servs .col-l,
    .hero-servs .col-r {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .hero-servs .col-r {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: auto;
    }

    .hero-svcta {
        position: relative;
        bottom: -62px;
        width: 230px;
        max-width: 100%;
        transform: none;
    }

    .hero-svcta-cta .bttn-lg {
        min-width: 0;
        border-radius: 100px;
        --btnsize: 44px;
        font-size: 16px;
        padding: 0 16px;
    }

    .hero-svcta-cta { gap: 14px; }
    .hero-svcta-cta > span { font-size: 16px; line-height: 1.2; }
    .hero-svcta .bttn-phone { font-size: 20px; }
    .hero-servs h1 { padding-top: 70px; }

    .hero-servs .hero-bg { min-height: 43vw; }
    .hero-servs .hero-bg img { position: absolute; top: 0; left: 0; }

    .servd-row { display: flex; flex-direction: column; }

    .formsec-row { grid-template-columns: 1fr; }
    .formsec-cal { min-height: 0; }

    .foomain { padding-bottom: 52px; }
    .foocta .col-img img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        z-index: 2;
        margin: 30px auto -110px;
        display: block;
    }
    .foo-logo {
        order: 0;
        text-align: center;
        margin-top: -50px;
    }
    .foo-logo a { margin-left: 5px;}
    .foobtm { padding: 20px 0; }
    .foocta  { margin-top: 0; text-align: center; }
    .foocta-bttns { justify-content: center; }
}
/*991*/

@media screen and (max-width: 767px) {
    .site-header { border-top-width: 50px; }
    .header-logo { top: 10px; }
    .siteheader-sticky .header-logo { top: 20px; }
    .colheadright { --topOffset: 140px; }
    .siteheader-sticky .colheadright { --topOffset: 120px; }
    .headctas { bottom: calc(100% + 20px + 17px); }
    .headctas span { display: none; }
    .site-header.siteheader-sticky .headctas { bottom: calc(100% + 10px + 17px); }
    
    li { margin-bottom: 10px; }
    h2, .h2 { --fsize: 38px; }
    h3, .h3 { --fsize: 26px; }
    h4, .h4 { --fsize: 22px; }
    .font-24 { --fsize: 20px; }
    .font-20 { --fsize: 18px; }

    section.section { --paddSize: 70px; }
    
    .revstars { margin-bottom: 14px; }
    .beaf { padding: 70px 0 25px; }
    .beaf-bg { height: 65.2%; }

    .hww-num { --width: 50px; --height: 57px; }
    .hww-num span { font-size: 30px; }
    .hww-i:last-child .hww-num::before { background-size: 90px; }

    .servi { padding: 20px; }
    .servi-cont { padding-top: 20px; }
    .servctrls { font-size: 20px; }
    .servctrls .slick-arrow { font-size: 16px; }
    .servctrls .prev-arrow { transform-origin: center center; }
    .servs-bg { display: none; }

    /*
    .beafctrls { display: flex; justify-content: center; gap: 20px; }
    .beafctrls .slick-arrow { position: static; margin-bottom: -25px; box-shadow: 0px 0px 15px rgba(52, 32, 11, 0.15); }
    .prev-arrow { transform: rotate(90deg); }
    .next-arrow { transform: rotate(-90deg); }
    */

    .h1.beaf-title { --fsize: 40px; }
    .beafctrls .slick-arrow { top: 58%; }
    .welcome-colimg img { width: 335px; }

    .hero-servs .hero-bg { height: 43vw; min-height: 280px; }
    .hero-svcta { width: 200px; }
    .hero-svcta .bttn-phone { font-size: 18px; }
    .hero-svcta-cta { gap: 10px; }
    .hero-svcta-cta .bttn-lg { --btnsize: 40px; font-size: 14px; padding: 0 20px; }

    .servd-block:not(:first-child) { padding-top: 40px; }
    .wusl { grid-template-columns: 1fr; }

    .hero-book::before { height: 50%; width: 100%; background-size: auto 100%; }
    .hero-book h1 { padding: 50px 0 50px; text-align: center; }
    .hero-book h1 br { display: none; }

    .foocta-bttns { gap: 20px; }
    .foomain { text-align: center; }
    .foo-reach li { justify-content: center; }
    .foo-reach a { flex: 0 0 auto; max-width: unset; margin-left: 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) {
    body { font-size: 16px; line-height: 26px; }
 
    .header-logo img { width: 140px; }
    .headbtns { gap: 10px; }

    h1, .h1 { --fsize: 50px; }
    h2, .h2 { --fsize: 36px; }
    section.section { --paddSize: 60px; }

    .bttn { padding: 0 20px; min-width: 0; }
    
    .h1.beaf-title { --fsize: 34px; }
    .beafctrls .slick-arrow { --size: 40px; font-size: 10px; margin-bottom: -20px; }
    .beafctrls { display: flex; justify-content: center; gap: 20px; transform: translateY(-20px); }
    .beafctrls .slick-arrow { position: static; margin-bottom: -25px; box-shadow: 0px 0px 15px rgba(52, 32, 11, 0.15); }
    .beafctrls .prev-arrow { transform: rotate(90deg); }
    .beafctrls .next-arrow { transform: rotate(-90deg); }
    .beafslider .slick-list, .beafitem img { border-radius: var(--siteradius10); }
    .servi { padding: 15px; }
    .servi-cont { padding-top: 15px; }
    .well { margin-top: 20px; gap: 30px 10px; }
    
    .hero-servs h1 { --fsize: 40px; }
    
    .balctrls .slick-arrow { --size: 40px; font-size: 9px; }
    
    form, select, textarea { font-size: 16px; }

    .foo-logo img { width: 120px; }
}
/*575*/

@media screen and (max-width: 459px) {
    :root { --siteradius: 16px; }
    h1, .h1 { --fsize: 44px; }
    .font-20 { --fsize: 16px; }

    .bttn-lg, .hero-home .bttn-phone { font-size: 20px; }
    .header-logo { top: 20px; }
    .header-logo img { width: 130px; }
    .siteheader-sticky .header-logo img { width: 120px; }
    .headbtns-fb { display: none; }
    
    .hero-ctas { gap: 10px; }
    .h1.beaf-title { --fsize: 28px; }
    .hww-l { grid-template-columns: 1fr; row-gap: 30px; }
    .hww-i { display: flex; gap: 15px; }
    .hww h3 { margin-top: 14px; }
    .hww-num::before { background-image: url('../images/steps-arrow-v.svg'); background-position: center top calc(var(--width) - 10px); background-size: 12px; }
    .hww-i:last-child .hww-num::before { background-image: url(../images/steps-thumb-v.svg); background-size: 26px; background-position: left 20px top 40px; top: 0; }

    .rev-head { text-align: center; justify-content: center; margin-bottom: 34px; }
    .rev-head > div { width: 100%; }

    .servd-aside-i span { --fsize: 20px; }

    .hero-servs h1 { --fsize: 34px; }
    
}
/*459*/

@media screen and (max-width: 375px) {
}
/*375*/

@media screen and (max-width: 359px) {
    .site-header { border-top-width: 40px; }
    .headctas { bottom: calc(100% + 15px + 17px); }
    .site-header.siteheader-sticky .headctas { bottom: calc(100% + 5px + 17px); }
    .headbtns { display: none; }
    .header-logo img { width: 120px; }
    .siteheader-sticky .header-logo { top: 30px; }
    .siteheader-sticky .header-logo img { width: 110px; }
    .colheadright { --topOffset: 113px; }
    .siteheader-sticky .colheadright { --topOffset: 93px; }

    .h1.beaf-title { --fsize: 25px; }
}
/*359*/
