@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) {
    section {
        padding: 4rem 6rem;
        position: relative;
    }
    h4 {
        font-size: 3rem;
    }
    .bannertext h1 {
        font-size: 4rem;
    }
    .serBox h3 {
        font-size: 2.4rem;
    }
    .serBox ul li {
        margin: 8px 0px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
    section {
        padding: 4rem 3rem;
    }
    .bannertext h1 {
        font-size: 3.5rem;
    }
    /* h4 {
        font-size: 3.35rem;
    } */
    .serBox h3 {
        font-size: 2.5rem;
    }
    .profile-info {
        flex-direction: column;
        align-items: start;
        gap: 10px;
        padding: 6px;
    }
    footer {
        padding: 4rem 3rem 0;
    }
    .bannerImgInner {
        position: absolute;
        right: 4rem;
        display: flex;
        align-items: center;
        gap: 3rem;
    }
    .arrowImg {
        left: 20rem;
    }
}

@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: none;
        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;
    }
    .workBox {
        border: 1px solid var(--theme-color);
        border-radius: 20px;
        padding: 2.5rem;
        display: flex;
        gap: 1rem;
        align-items: start;
        margin-bottom: 0;
        flex-direction: column;
        height: 100%;
    }
    .workBox .workNo {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    .workSec a {
        margin-top: 2rem;
    }
    .workOne {
        position: absolute;
        left: 3rem;
        top: 1rem;
    }
    .abtTwoSec h3 {
        font-size: 2.4rem;
    }
    h4 {
        font-size: 2.5rem;
    }
    h6 {
        margin-bottom: 8px;
    }
    .mmpopup .formPop h3,
    .mmpopup .formPop h4 {
        font-size: 1.6rem;
    }
    .headerMenu {
        margin-top: 1rem;
    }
    .packageHead h2 {
        font-size: 2rem;
        margin: 10px 0 1rem;
    }
    .bannerImgInner {
        right: 2rem;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
                z-index: -1;
    }
    .bannerImgInner .img-Banner {
        width: 80%;
    }
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px;
    }
    button.ma5menu__toggle {
        display: block;
    }
    .quote-icon {
        font-size: 40px;
    }
    .img-Banner.img-One,
    .bannerLeftImg,
    .arrowImg {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .menuWrap .menu a {
        padding: 8px 10px;
        margin-bottom: 6px;
    }
    .bannerImg {
        display: none;
    }
    .main-Banner {
        min-height: auto;
        height: 70vh;
    }
    h4 {
        font-size: 2.35rem;
        margin: 1rem 0;
    }
    .bannertext h1 {
        font-size: 3rem;
    }
    .serBox figure {
        margin: 1.5rem 0;
    }
    .serBox {
        padding: 1rem;
    }
    .serBox h3 {
        font-size: 1.5rem;
        margin: 0;
    }
    .serBox ul li i {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    .abtTwoSec figure {
        margin: 1.5rem 0;
    }
    .profile-card {
        display: none;
    }
    /* .testimonial-card {
        height: 310px;
    } */
    .awardSec figure {
        margin: 1rem 0;
    }
    section {
        padding: 2rem 0;
    }
    .footer-social i {
        font-size: 1.5rem;
    }
    .packageHead h2 sub {
        font-size: 12px;
    }
    .packageBody ul {
        height: 310px;
    }
    .bannerImgInner .img-Banner {
        width: 60%;
    }
    .testimonial-card {
        height: 280px;
    }
    .bannerImgInner .img-Banner::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        padding-left: 0;
    }
    .headerMenu {
    margin: 0;
}
    /* .innerBanner {
        padding: 0 2rem 2rem;
    } */
    .abtBox .abtIcon {
        border: none;
    }
    .bannerImgInner .img-Banner {
        width: 60%;
        z-index: -1;
        opacity: 0.2;
    }
    .headerMenu .logo img {
        height: 100%;
        width: 12rem;
    }
    .bannertext p {
        width: 100%;
    }
    .bannertext h1 {
        font-size: 2.75rem;
    }
    h6 {
        padding: 5px 1rem;
        font-size: 12px;
    }
    .themeBtn {
        padding: 10px 2rem;
    }
    .serBox ul li {
        font-size: 11px;
        gap: 20px;
        align-items: baseline;
    }
    .serBox ul li i {
        width: 0;
        height: 0;
        border: none;
    }
    .serBox {
        padding: 10px;
        border-radius: 15px;
    }
    h4 {
        font-size: 1.85rem;
    }
    .abtTwoSec h3 {
        font-size: 2rem;
        margin: 1rem 0;
    }
    .faqSec figure {
        position: absolute;
        opacity: 0.3;
    }
    .accordian li {
        margin-bottom: 10px;
    }
    .accordian li h4 {
        padding: 14px 3rem 14px 1rem;
    }
    .accordian h4::after {
        font-size: 1rem;
        right: 8px;
    }
    footer {
        padding: 2rem 0 1rem;
    }
    footer .themeBtn {
        padding: 6px 2rem 6px 6px;
    }
    footer h5 {
        margin: 2rem 0 5px;
    }
    .innerBanner {
        height: 40vh;
    }
    .contactInfo {
        margin: 1rem 0;
    }
    .contactForm {
        margin: 1rem 0;
        border-radius: 10px;
        padding: 1rem;
    }
    .serviceSec .col-md-12 h4,
    .serviceSec .col-md-12 p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .workOne {
        display: none;
    }
    .workTwo {
        position: absolute;
        right: 4rem;
        top: 1rem;
    }
    .workBox {
        margin-bottom: 10px;
        height: auto;
        padding: 1rem;
    }
    .workContnt {
        width: 100%;
    }
    section.ctaSec {
        padding: 1rem 0 2rem;
    }
    .main-Banner {
        min-height: auto;
        height: 50vh;
    }
    .workTwo img {
        width: 4rem;
    }
    section.contactInfoSec {
        margin-top: 0;
    }
    .workSec .container-fluid {
    padding: 2rem 15px;
}
.quote-icon {bottom: -2rem;opacity: 0.3;}
.testimonial-card {
        height: auto;
    }
    .faqSec .container-fluid {
    padding: 1rem;
}
}

@media only screen and (max-width: 575px) {}