@media (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
    .abtInnerImg::before,
    .abtInnerImg::after {
        right: -2rem;
    }
    .abtInnerImg::after {
        right: -6.5rem;
    }
    .lpBanner .contactForm h4 {
        font-size: 2rem;
    }
    .packageBody ul li {
        font-size: 14px;
    }
    .packageHead h2 sub {
        font-size: 12px;
    }
    .lpBanner .contactForm h4 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }
    .abtInnerImg {
        margin-right: 9rem;
    }
    .bannertext h2 {
    font-size: 3rem;
}

footer {
    padding: 120px 20px 0; 
}

footer .btnSec {
    flex-direction: column;
    align-items: flex-start;
}
}

@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;
        width: 100%;
    }
    .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;
    }
    .mmheader {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .bannertext {
        position: relative;
        z-index: 11;
    }
    .bannerLine h3 {
        font-size: 1.25rem;
    }
    .bannerLine h3 img {
        width: 2rem;
    }
    section {
        padding: 2rem 0;
    }
    .abtSec {
        padding: 4rem 0 2rem;
    }
    h4 {
        font-size: 2.45rem;
    }
}

@media only screen and (max-width: 991px) {
        .bannerImg {
        position: absolute;
        z-index: 0;
        opacity: 0.1;
        width: 70%;
        right: 0;
        bottom: 0;
    }
    .menuWrap .menu a {
        padding: 8px 10px;
        margin-bottom: 6px;
    }
    section {
        padding: 2rem 0;
    }
    .abtSec {
        padding: 4rem 0 2rem;
    }
    h4 {
        font-size: 2.45rem;
    }
    .themeBtn {}
    .ctaSec .col-md-4 {
        position: absolute;
        z-index: 0;
        opacity: 0.1;
    }
    .ctaContent {
        position: relative;
        z-index: 1;
    }
    .ctaSec .ctaBoxWhite h3 {
        font-size: 2.25rem;
    }
    br {
        display: none;
    }
    .packageBox {
        margin: 1rem 0;
    }
    .packageWhiteBox {
        padding: 1rem;
    }
    .accordian li h4 .faqIcon {
        width: 50px;
        height: 50px;
    }
    .accordian li h4 .faqIcon img {
        width: 30px;
    }
    .accordian h4::after,
    .accordian h4::after {
        font-size: 1rem;
    }
    .reviewsSec .text-center.mb-md-5 {
        margin-bottom: 3rem;
    }
    .ctaBottomBox img {
        width: 7rem;
    }
    .main-Banner {
        background-position-y: top;
    }
    .bannertext h1 {
        font-size: 2.5rem;
    }
    .bannertext h2 {
        font-size: 2.55rem;
    }
    .bannertext h1 span::before {
        bottom: -1rem;
    }
    .themeBtn span {
        width: 30px;
        padding: 4px;
    }
    .themeBtn {
        padding: 5px 5px 5px 1rem;
    }
    .chatBtn i {
        width: 35px;
        height: 35px;
    }
    .trustBox {
        display: none;
    }
    .main-Banner .btnSec {
        margin-bottom: 2rem;
    }
    .main-Banner {
        height: 80vh;
        padding-top: 6rem;
    }
    .bannerLineWhite {
        padding: 5px;
    }
    .bannerLine h3 {
        font-size: 1rem;
    }
    .abtImg {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    .abtImg img {
        clip-path: none;
    }
    .abtImg::before,
    .abtImg::after {
        clip-path: none;
        width: 15rem;
        height: 15rem;
        animation: none;
        left: 0;
    }
    .abtImg::after {
        left: auto;
        right: 0;
        bottom: -1rem;
    }
    h4 {
        font-size: 2.1325rem;
    }
    .ctaSec .ctaBoxWhite {
        padding: 2rem 1rem;
    }
    h4 span::before {
        bottom: -1rem;
    }
    .why-chooseBox {
        padding: 1rem 1rem 0;
        height: auto;
    }
    .packageBody ul {
        height: 240px;
    }
    .packageHead h2 sub {
        font-size: 12px;
    }
    .main-header .container {
        padding: 0;
    }
    ul.contactInfoInner li a i {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    .headerMenu .logo img {
        height: 100%;
        width: 10rem;
    }
    .bannertext h1 {
        font-size: 2.5rem;
    }
    .bannertext h2 {
        font-size: 2.55rem;
    }
    .bannertext h1 span::before {
        bottom: -1rem;
    }
    .themeBtn span {
        width: 30px;
        padding: 4px;
    }
    .themeBtn {
        padding: 5px 5px 5px 1rem;
    }
    .chatBtn i {
        width: 35px;
        height: 35px;
    }
    .trustBox {
        display: none;
    }
    .main-Banner .btnSec {
        margin-bottom: 2rem;
    }
    .main-Banner {
        height: 80vh;
        padding-top: 6rem;
    }
    .bannerLineWhite {
        padding: 5px;
    }
    .bannerLine h3 {
        font-size: 1rem;
    }
    .abtImg {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    .abtImg img {
        clip-path: none;
    }
    .abtImg::before,
    .abtImg::after {
        clip-path: none;
        width: 15rem;
        height: 15rem;
        animation: none;
        left: 0;
    }
    .abtImg::after {
        left: auto;
        right: 0;
        bottom: -1rem;
    }
    h4 {
        font-size: 2.1325rem;
    }
    .ctaSec .ctaBoxWhite {
        padding: 2rem 1rem;
    }
    h4 span::before {
        bottom: -1rem;
    }
    .why-chooseBox {
        padding: 1rem 1rem 0;
        height: auto;
    }
    .packageBody ul {
        height: 240px;
    }
    .packageHead h2 sub {
        font-size: 12px;
    }
    .accordian li {
        margin-bottom: 10px;
    }
    .accordian li h4 .faqIcon img {
        width: 24px;
    }
    .faqSec .accordian li h4 {
        font-size: 1rem;
    }
    .accordian li h4 .faqIcon {
        width: 40px;
        height: 40px;
    }
    .saveSec .themeBtn {
        margin-top: 1rem;
    }
    .saveSec .iconImg {
        width: 50px;
        height: 50px;
    }
    .saveSec .iconImg img {
        width: 30px;
    }
    .bannertext h1 {
        font-size: 2.325rem;
    }
    .bannertext h2 {
        font-size: 2.325rem;
    }
    .bannertext h1 span::before {
        bottom: -1rem;
    }
    .themeBtn span {
        width: 36px;
        padding: 4px;
    }
    .themeBtn {
        padding: 5px 5px 5px 1rem;
    }
    .chatBtn i {
        width: 35px;
        height: 35px;
    }
    .trustBox {
        display: none;
    }
    .main-Banner .btnSec {
        margin-bottom: 2rem;
    }
    .main-Banner {
        height: 70vh;
        padding-top: 5rem;
        min-height: auto;
    }
    .bannerLineWhite {
        padding: 5px;
    }
    .bannerLine h3 {
        font-size: 1rem;
    }
    .abtImg {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    .abtImg img {
        clip-path: none;
    }
    .abtImg::before,
    .abtImg::after {
        clip-path: none;
        width: 15rem;
        height: 15rem;
        animation: none;
        left: 0;
    }
    .abtImg::after {
        left: auto;
        right: 0;
        bottom: -1rem;
    }
    h4 {
        font-size: 2.1325rem;
    }
    .ctaSec .ctaBoxWhite {
        padding: 2rem 1rem;
    }
    h4 span::before {
        bottom: -1rem;
    }
    .why-chooseBox {
        padding: 1rem 1rem 0;
        height: auto;
    }
    .packageBody ul {
        height: 240px;
    }
    .packageHead h2 sub {
        font-size: 12px;
    }
    .accordian li {
        margin-bottom: 10px;
    }
    .accordian li h4 .faqIcon img {
        width: 24px;
    }
    .faqSec .accordian li h4 {
        font-size: 1rem;
    }
    .accordian li h4 .faqIcon {
        width: 40px;
        height: 40px;
    }
    .saveSec .themeBtn {
        margin-top: 1rem;
    }
    .saveSec .iconImg {
        width: 50px;
        height: 50px;
    }
    .saveSec .iconImg img {
        width: 30px;
    }
    .why-chooseBox h3 {
        font-size: 1.25rem;
    }
    .reviewsSec {
        padding: 2rem 0;
    }
    .ctaBottomBox img {
        width: 5rem;
    }
    .ctaBottom {
        padding-top: 4rem;
    }
    ul.contactInfoList li a i {
        width: 50px;
        height: 50px;
    }
    ul.contactInfoList li a {
        margin: 1rem 0;
    }
    .contactForm h4 {
        font-size: 2.25rem;
        line-height: 1.25;
    }
    .contactForm {
        padding: 1rem;
    }
    footer {
        border-radius: 20px 20px 0 0;
        padding: 8rem 0 0;
    }
    footer .themeBtn i {
        width: 20px;
        height: 20px;
    }
    footer .contactInfoList li a i {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.25rem !important;
    }
    ul.contactInfoList li h3 span {
        margin-bottom: 5px;
    }
    footer h5 {
        margin: 2rem 0 10px;
    }
    .accordian li h4 {
        padding: 12px 1rem;
    }
    .innerBanner {
        height: 60vh;
                min-height: auto;
    }
    .serviceBanner {
        height: 100vh;
        /* padding: 0; */
        /* padding-bottom: 8rem; */
    }
    .bannerImgService img {
        clip-path: none;
    }
    .bannerImgService figure:before {
        clip-path: none;
        z-index: 0;
        left: 0;
        bottom: -10px;
    }
    .bannerImgService img {
        z-index: 1;
        position: relative;
    }
    .bannerImgService {
        margin: 0 2rem;
    }
    ul.contactInfoInner li a i {
        width: 110px;
        height: 110px;
    }
    .orderSm2 {
        order: 2;
    }
    .lpBanner .contactForm {
        margin-left: 0;
        margin-bottom: 0;
    }
    .serviceBanner.lpBanner {
        height: auto;
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    .lpBanner .row {
        gap: 20px;
    }
    .lpBanner .bannertext h2 {
        font-size: 2.2rem;
        text-align: center;
    }
    .contactForm input {
        height: 3rem;
    }
    .lpBanner .bannertext p {
        text-align: center;
    }
    .lpBanner .contactForm p {
        display: none;
    }
    .lpBanner .bannertext .btnSec {
        display: none;
    }
    .lpWhyChoose .iconImg {
        margin-top: 0;
    }
    .lpWhyChoose .why-chooseBox {
        padding: 1.5rem;
    }
    .lpNewSec .inner {
        padding: 1.5rem 0;
    }
    .lpNewSec figure {
        display: none;
    }
    .lpFooter {
        padding: 2rem 0 0;
        border-radius: 0;
        margin: 0;
        border-top: 10px solid #d85500;
    }
    .lpFaq {
        padding-bottom: 2rem;
    }
    .lpFooter a img {
        margin-bottom: 0;
    }
    .lpFooter .footer-bottom {
        padding: 20px 0px;
    }
    .lpFooter .footer-social {
        display: flex;
        gap: 14px;
        justify-content: center;
    }
    .lpFooter .footer-about {
        text-align: center;
    }
    .lpFooter .footer-about p {
        margin: 10px 0;
    }
    .footer-bottom p {
        text-align: center;
    }
    .lpBanner .contactForm h4 {
        font-size: 1.8rem;
        text-align: center;
        padding-bottom: 1rem;
    }
    .lpBanner .contactForm .themeBtn {
    height: auto;
    padding: 10px 1rem;
    }
    .lpBanner .bannertext h1 {
    text-align: center;
}
}

@media only screen and (max-width: 575px) {
    .abtInnerImg img {
        clip-path: none;
    }
    .abtInnerImg::before,
    .abtInnerImg::after {
        clip-path: none;
        transform: translateY(-50%) rotate(0deg);
    }
    .abtInnerImg::before,
    .abtInnerImg::after {
        width: 2rem;
    }
    .abtInnerImg::before {
        right: -3.5rem;
    }
    .abtInnerImg {
        margin-right: 6rem;
        margin-top: 2rem;
    }
    .abtInnerImg figure:before {
        clip-path: none;
        z-index: -1;
        left: -8px;
        bottom: -8px;
    }
    .abtImg {
        margin-right: 0;
    }
    .contactInfoInner {
        flex-direction: column;
        gap: 0;
        align-items: start;
    }
    ul.contactInfoInner li a {
        flex-direction: row;
        text-align: left;
    }
    ul.contactInfoInner li a i {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
        border: 5px solid #ebaa80;
    }
}