@media (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
    .packageBox {
        padding: 20px;
    }

    .packageHead h4 {
        font-size: 3.5rem;
    }

    .packageBox p {
        font-size: 1rem;
    }

    .packageBox .packageHead h3 {
        font-size: 1rem;
    }

    footer .footerBg {
        width: 140%;
        left: -19rem;
    }
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 12px;
    }

    .main-header {
        padding: 0;
    }

    .menuWrap .menu a {
        padding: 16px 10px;
    }

    .main-header {
        position: relative;
    }

    .menu-Bar {
        display: block;
        top: 50%;
        bottom: initial;
        transform: translateY(-50%);
    }

    .menuWrap.open {
        display: flex;
        left: 0px
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        /* bottom:0; */
        margin: auto;
        background: var(--theme-color);
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw
    }

    ul.menu li {
        display: block
    }

    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize
    }

    .menuWrap .menu {
        display: block;
    }

    .menu li:hover a,
    .menu li.active a {
        background: var(--black);
    }

    .menu-Bar span {
        background: var(--white);
    }

    .menu li:hover>a,
    .menu li.active>a,
    .menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {
        background: var(--black) !important;
    }

    .menu>li.menu-item-has-children>.sub-menu>li {
        background: transparent !important;
    }

    .main-Banner {
        align-items: center;
    }

    h6 {
        font-size: 2rem;
    }

    .btnBig {
        font-size: 1.75rem;
    }

    footer .footerBg {
        width: 173%;
        /* left: -28rem; */
    }

    footer h4 {
        padding-top: 11rem;
    }
}

@media only screen and (max-width: 991px) {
    .menuWrap .menu a {
        padding: 8px 10px;
        margin-bottom: 6px;
    }

}

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

    .main-Banner.lifetimeAccess {
        height: 60vh;
    }

    .headerBtn {
        gap: 1rem;
    }

    .logo img {
        width: 11rem;
    }

    .headerMenu {
        padding: 1rem 0;
    }

    .bannertext h1 {
        font-size: 2.25rem;
    }

    h6 {
        font-size: 1.25em;
    }

    .bannerImgRight {
        width: 35rem;
    }

    .bannerImgLeft {
        width: 45rem;
    }

    .btnBig {
        font-size: 1.125rem;
    }

    .themeBtn {
        border-radius: 10px;
        padding: 10px 1rem;
        font-size: 1.125rem;
    }

    .bannerImg {
        bottom: 6rem;
        z-index: -1;
        width: 18rem;
    }

    .main-Banner {
        height: 80vh;
        padding: 0;
        margin-bottom: 0;
    }

    .videoSec {
        padding-top: 0;
    }

    .circle-line {
        bottom: 5rem;
    }

    h4 {
        font-size: 2rem;
    }

    .videoSec h5 span {
        font-size: 1rem;
    }

    .videoSec h5 {
        padding: 7px 2rem;
        font-size: 1rem;
    }

    section {
        padding: 2rem 0;
    }

    .logoSec h6 {
        padding: 0;
    }

    .failBox {
        height: 225px;
        padding: 10px;
        margin: 1rem 0;
        background: #0f0f0f;
    }

    .failBox i {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .swiper-pagination-bullet {
        width: 30px;
        height: 8px;
    }

    .textBodr a {
        font-size: 15px;
        box-shadow: none;
    }

    .includeSec h3 {
        font-size: 1.25rem;
    }

    .includeSec {
        padding: 1rem 0;
        border-radius: 10px;
    }

    .includeBox {
        padding: 1.75rem;
        border-radius: 15px;
        margin-bottom: 1rem;
    }

    .listBox {
        height: 240px;
        padding: 10px;
        margin: 6px 0;
    }

    h6 br {
        display: none;
    }

    .accordian li h4 {
        padding-right: 3rem;
        font-size: 13px;
    }

    .accordian h4::after {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordian li {
        padding: 1.25rem 0;
    }

    .ctaSec figure {
        display: none;
    }

    .ctaSec h4 {
        font-size: 2rem;
    }

    .ctaSec form .form-group {
        margin: 1rem 0;
    }

    footer {
        padding: 5rem 0rem 2rem;
        background: #121212;
    }

    footer h4 {
        padding: 0;
    }

    footer .footerBg {
        /* display: none; */
        bottom: auto !important;
        top: -4rem;
        left: -12rem;
    }

    .logoSec img {
        width: 11rem;
    }

    .bannertext {
        margin-top: -5rem;
    }

    .workBox {
        margin: 1rem 0;
        padding: 10px;
    }

    .workBox h3 {
        font-size: 1.25rem;
    }

    .keyBox {
        padding: 1rem;
    }

    .keyBox ul li i {
        margin-left: -20px;
    }

    .keyBox h5 {
        font-size: 1.5rem;
    }

    .workInnerCheck {
        padding-top: 2rem;
    }

    .workBox-1 h6 {
        padding: 2rem 0 0;
    }
    .bannertext p {
        font-size: 1.5rem;
    }
    .failBox h3 {
        font-size: 1.125rem;
    }
    
    .failBox p {
        font-size: 12px;
    }
    .resultSec .col-4 {
        padding:5px;
    }
    .resultSec a img {
        margin: 0;
    }
    .reviewSlider {
        padding-bottom: 4rem;
    }
    
    .reviewBox {
        height: 280px;
        padding: 1rem;
    }
    
    .reviewBox .userBox h6 {
        padding: 0;
    }
    
    .userImg {
        width: 45px;
        height: 45px;
    }
    .packageSlider{
        padding-bottom: 2rem;
    }
    .listBox ul li {
        font-size: 10px;
    }
    
    .includeSec h6 {
        font-size: 1.125rem;
        margin-bottom: 0;
    }
    .reviewSlider .swiper-pagination {
        bottom: 5rem;
    }
    .reviewSlider {
        padding-bottom: 7rem;
    }
    .keyBox ul li {
        padding-left: 20px;
    }
    .openBtnSec h5 {
        font-size: 1.75rem;
    }
    .stepInner .failBox {
        height: 150px;
    }
    .failSec .col-6 {
        padding: 5px;
    }
}

@media only screen and (max-width: 575px) {}