@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) {
    .menuWrap .menu {
        gap: 1rem;
    }
    .homeBanner h1 {
        font-size: 6.5rem;
    }
    .headerMenu .dropdown-menu {
        width: 922px;
    }
    .headerMenu .dropdown-menu2 {
        width: 340px;
    }
    ul.contactInfoFooter {
        gap: 2rem;
    }
    .paymentList .paymentNo {
        flex: 0 0 20%;
    }
    .menu li a {
    font-size: 14px;
}

.callBtn {
    font-size: 1rem;
    gap: 7px;
}

.headerBtn {
    gap: 1rem;
}

.callBtn img {
    width: 22px;
}
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
    .bannertext h1 {
        font-size: 3.5rem;
    }
    .reviewBg h4 {
        top: 56%;
    }
        .homeBanner h1 {
        font-size: 5.5rem;
    }
    .homeBanner h6 {
        font-size: 1.625rem;
    }
    .bannertext h6 {
        font-size: 2.625rem;
    }
    .homeBanner p {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }
    .menuWrap .menu {
        gap: 1.5rem;
    }
    .main-header {
        padding: 10px 0;
    }
    .headerBtn .callBtn {
        font-size: 0;
    }
    .headerBtn {
        gap: 1rem;
    }

    .iconBox .iconImg {
        width: 100px;
        height: 100px;
    }
    .accordian h4::after {
        top: 10px;
    }
    .ctaFooter .container {
        border-radius: 0;
    }
    footer {
        padding: 2rem 0rem 0;
    }
    .headerMenu .dropdown-menu {
        width: 732px;
    }
    .ctaFooter .container {
        border-radius: 0;
    }
    .logo img {
        width: 20rem;
    }
    .headerMenu .dropdown-menu h5 {
        font-size: 1rem;
    }
    .dropLinks li a {
        font-size: 13px;
    }
    .headerMenu .dropdown-menu2 {
        width: 320px;
    }
    h4 {
        font-size: 2.885rem;
    }
    .packageBody ul {
        height: 224px;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 12px;
    }
    .main-header {
        padding: 10px 0;
    }
    .menuWrap .menu a {
        padding: 12px 10px;
        margin: 0;
        text-align: left;
    }
    .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: #e5dcff;
        height: 100vh;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
        padding-left: 2rem;
        overflow-y: scroll;
    }
    .menuWrap .menu {
        margin-left: 0;
    }
    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: #1E266D;
        font-size: 15px;
        text-transform: capitalize
    }
    .menuWrap .menu {
        display: block;
    }
    .menu li:hover a,
    .menu li.active a {}
    .menu-Bar span {
        background: var(--theme-color);
    }
    .menu li:hover>a,
    .menu li.active>a,
    .menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {}
    .menu>li.menu-item-has-children>.sub-menu>li {
        background: transparent !important;
    }
    .headerMenu {
        justify-content: space-between;
    }
    .main-Banner {
        height: 80vh;
    }
    .trustBox {
        bottom: 8rem;
    }
    h4 {
        font-size: 3rem;
    }
    .iconBox .iconImg {
        width: 100px;
        height: 100px;
    }
    .iconBox .iconImg img {
        width: 50px;
    }
    .reviewSlider {
        margin-top: -35rem;
    }
    .userImg {
        width: 12rem;
    }
    .paymentList .paymentNo {
        width: 150px;
        flex: 0 0 27%;
    }
    .paymentContnt {
        width: 90%;
    }
    .contactImg {
        padding: 3rem;
    }
    .accordian h4::after {
        width: 25px;
        height: 25px;
        top: 14px;
        right: 10px;
        font-size: 12px;
    }
    .headerBtn {
        margin: 0;
        flex-direction: column;
        align-items: start;
        gap: 2rem;
        margin-top: 2rem;
    }
    .trustBox img {
        width: 110px;
    }
    section {
        padding: 3rem 0 0;
    }
    .copyRight ul li a {
        text-align: center;
    }
    .reviewBg h4 {
        top: 40%;
    }
    .user2,
    .user3 {
        top: 2rem;
    }
    .user4,
    .user5 {
        top: 3rem;
    }
    .user6 {
        right: 8rem;
    }
    .reviewUsers img {
        width: 70px;
    }
    .reviewBg {
        height: 100vh;
    }
    .menu>li.dropitem>.dropdownHover {
        position: relative;
        box-shadow: none !important;
    }
    .menu>li.dropitem:hover>.dropdownHover>li.dropitem {
        background: none;
    }
    .dropdownHover>li a {
        border: none;
        padding: 6px 0 !important;
        font-size: 12px !important;
    }
    .menu li.dropitem {
        opacity: 1;
    }
    .logo img {
        width: 20rem;
    }
    .headerBtn .callBtn {
        font-size: 18px;
    }
    .dropLinks li a {
        font-size: 12px !important;
        padding: 0 !important;
    }
    .bannerForm {
    margin: 0;
}

}

@media only screen and (max-width: 991px) {
    .menuWrap .menu a {
        padding: 8px 10px;
        margin-bottom: 6px;
    }
    .main-Banner {
        height: 100vh;
    }
    .bannertext h1 {
        font-size: 3rem;
    }
    .trustBox {
        bottom: 3rem;
        justify-content: center;
        width: 100%;
        left: 0;
    }
    .container_mouse {
        display: none;
    }
    .themeBtn {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 1.25rem;
    }
    h4 {
        font-size: 2.25rem;
    }
    br {
        display: none;
    }
    .reviewSlider {
        margin-top: -31rem;
    }
    .reviewBg h4 {
        top: 35%;
        left: 45%;
        transform: translate(-40%, -50%);
    }
    .bannerForm input {
        margin-bottom: 15px;
    }
    .bannerForm button {
        margin: 0;
    }
    .homeBanner p {
        margin: 0 0 2rem;
    }
    .homeBanner h1 {
        font-size: 3.5rem;
    }
    .headerMenu .dropdown-menu {
        width: 280px;
        transform: none !important;
        top: 3rem !important;
    }
    .headerNav {
        flex-direction: column;
    }
    .headerNav h5 {
        margin-top: 2rem;
    }
    .bannerForm h4 {
    font-size: 1.75rem;
}

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

@media only screen and (max-width: 767px) {
    .main-Banner figure {
        display: none;
    }
    .reviewBg::before {
        display: none;
    }
    .reviewBgImg {
        display: none;
    }
    .reviewSlider {
        margin: 0;
    }
    .userImg {
        width: 8rem;
        box-shadow: 0 0 30px #00000017;
    }
    .ctaSec .reveal {
        margin: 0 0 2rem;
    }
    .logoSlide .swiper-button-prev {
        left: 41%;
    }
    .leadFrom {
        margin-top: 0;
        border-radius: 10px;
        padding: 1rem;
    }
    .accordian li {
        margin-bottom: 8px;
    }
    .ctaFooter {
        margin: 0;
        padding: 2rem 0 0;
        border-radius: 0;
    }
    footer h3 {
        margin-top: 1rem;
    }
    .copyRight {
        margin: 2rem 0;
    }
    .copyRight p {
        text-align: center;
    }
    .reviewUsers {
        display: none;
    }
    .reviewBg {
        height: 0;
    }
    .logo h4 {
        font-size: 1.725rem;
    }
    footer {
        padding-top: 1rem;
    }
    .paymentList .paymentNo {
        flex: 0 0 23%;
    }
    .ctaFooter .container {
        border-radius: 20px;
        padding: 4rem;
    }
    .coloums {
        columns: 1;
    }
    .ctaFooter .container {
        padding: 2rem;
        border-radius: 0;
    }
    .reviewBg h4 {
        position: unset;
        transform: none;
    }
    ul.contactInfoFooter {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .socialIcons li a {
        width: 40px;
        height: 40px;
    }
    .innerBanner {
        height: 60vh;
    }
    .abtInner .reveal {
        margin-top: 2rem;
        display: none;
    }
    .paymentSec figure {
        display: none;
    }
    .paymentList .paymentNo span {
        width: 25px;
        height: 25px;
    }
    .paymentContnt {
        text-align: left;
        width: 100%;
    }
    .contactImg .coloums {
        display: none;
    }
    .contactImg h4,
    .contactImg p {
        text-align: center;
    }
    .copyRight {
        padding: 12px 0;
    }
    .copyRight p {
        font-size: 11px;
    }
    .footerFirstRow {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .accordian h4::after {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    .privacyBanner {
        height: 30vh !important;
    }
    .section-title {
        font-size: 1.75rem;
    }
    ul.links {
        margin-bottom: 0;
    }
    .ttab-bg {
        padding: 0 1rem 1rem;
        margin-bottom: 1.5rem;
    }
    .counterSec .iconBox {
        margin: 5px 0;
    }
    .ctaSec figure {
    display: none;
}
    .bannerForm {
    margin-top: 1rem;
}
.homeBanner, .bannertext {
    text-align: center;
}
}

@media only screen and (max-width: 575px) {
    .main-Banner {
        height: auto;
        padding: 4rem 0;
    }
    .bannertext h1 {
        font-size: 1.5rem;
    }
    .bannertext p {
        font-size: 1.25rem;
    }
    .trustBox {
        flex-direction: column;
    }
    h4 {
        font-size: 2rem;
    }
    .serviceBox .iconBox {
        margin: 1rem 0;
    }
    .serviceBox {
        padding: 2rem 1rem;
    }
    .iconBox .iconImg {
        width: 80px;
        height: 80px;
    }
    .paymentList {
        text-align: center;
        margin: 2rem 0;
    }
    .paymentList .paymentNo {
        height: 80px;
    }
    .paymentList .paymentNo img {
        width: 50px;
    }
    .contactImg {
        padding: 1.25rem;
    }
    .copyRight ul {
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .copyRight {
        border-radius: 0;
        margin: 1rem 0;
        padding: 1rem 0;
    }
    .disclaimerSec p {
        font-size: 1rem;
    }
    .homeBanner h1 {
        font-size: 3rem;
    }
    .logo img {
        width: 12rem;
    }
    .innerBanner {
        height: 60vh;
    }
    .headerBtn .callBtn img {
        width: 20px;
    }
    footer .callBtn {
        font-size: 13px !important;
    }
    .dropLinks li {
        flex: 100%;
    }
    

}

@media only screen and (max-width: 767px) {
    .iti {
        margin-bottom: 15px;
    }
    .mmpopup .formPop {
        width: 100%;
        padding: 1rem 1rem;
        margin-left: auto;
    }
    .mmpopup .contpop {
        margin-bottom: 1rem;
        display: block;
        gap: 1rem;
    }
    .pop-inner1.mmpopup .imgpop {
        display: none;
    }
    .pop-inner1.mmpopup .favIcon {
        width: 100%;
    }
    .pop-inner1.mmpopup .favIcon img {
        width: 6rem;
        padding-bottom: 10px;
    }
    .mmpopup .formPop h3,
    .mmpopup .formPop h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .ctaSec {
    padding-top: 0;
            padding-bottom: 2rem !important;
}
 .homeBanner h6 {
        font-size: 1.425rem;
    }
    .packageBox {
    margin-top: 0;
    margin-bottom: 1rem;
}
.accordian li h4 {
    padding-right: 2.5rem;
}
.footerLogo a img {
    width: 5rem;
    margin-bottom: 1rem;
}
.homeBanner p ,.homeBanner .themeBtn {display: none;}
}