@media screen and (max-width:1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding: 0 3rem;
    }
    .banner-slider iframe {
        height: 800px;
    }
    .banner-slider img {
        height: 800px;
        object-fit: cover;
    }
    .banner-left img {
        width: 540px;
    }
}
@media screen and (max-width:1480px) {
    .banner-slider iframe {
        height: 700px;
    }
    .banner-slider img {
        height: 700px;
        object-fit: cover;
    }
    .banner-left img {
        width: 490px;
    }
    .main-nav .navbar-nav .nav-item .nav-link {
        padding: 10px 16px;
        margin: 15px 0;
    }
}
@media screen and (max-width:1366px) {
    .main-nav .navbar-nav .nav-item .nav-link {
        font-size: var(--font-size-14);
    }
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1199px) {
    .main-nav .navbar-nav .nav-item .nav-link:focus,
    .main-nav .navbar-nav .nav-item.active .nav-link,
    .main-nav .navbar-nav .nav-item .nav-link.active {
        width: max-content;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding: 0 2rem;
    }
    .banner-left img {
        width: 33%;
    }
    .banner-slider iframe {
        height: 450px;
    }
    .banner-slider img {
        height: 450px;
        object-fit: cover;
    }
    .schedule-btn i {
        height: 40px !important;
        margin-right: 0;
        padding: 0.2rem;
    }
    .menu-btn:hover {
        background-color: #bf9a2f;
    }
    .menu-btn {
        margin-left: 0.5rem;
    }
    .schedule-btn {
        margin-left: 0.5rem;
    }
    .menu-btn img {
        width: 100%;
    }
    .mobile-nav {
        display: flex;
        justify-content: space-between;
    }
    .cnt223 {
        width: 93vw;
        padding: 2rem;
    }
    .mobile {
        display: block;
    }
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .main-nav {
        padding: 8px 15px;
    }
    .brand img {
        width: 120px;
    }
    .main-header.g_shrink.g_header .brand img {
        width: 80px;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background-color: #fff;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
    .main-nav .navbar-nav .nav-item .nav-link {
        color: var(--color-000000);
        font-weight: var(--font-weight-Regular);
        margin-bottom: 0;
    }
    .main-nav .navbar-nav .nav-item .nav-link:focus,
    .main-nav .navbar-nav .nav-item.active .nav-link,
    .main-nav .navbar-nav .nav-item .nav-link.active {
        color: var(--color-f79739) !important;
        background-color: transparent !important;
    }
    .service-box-new h6 {
        font-size: 22px;
    }
    .navbar-nav {
        /* padding-left: 20px; */
        margin: 15px !important;
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .offcanvas-header {
        display: block;
    }
    .main-nav .navbar {
        padding: 0;
        width: 80%;
        float: left;
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
    .service-left {
        position: relative;
        bottom: 0;
    }
    .founder-section {
        padding: 2rem;
        border-radius: 2rem;
    }
    :root {
        --font-size-55: 40px;
        --font-size-60: 44px;
        --font-size-65: 48px;
    }
}
@media screen and (max-width:1024px) {}
@media (max-width: 991.98px) {
    :root {
        --font-size-50: 38px;
        --font-size-55: 40px;
        --font-size-60: 40px;
        --font-size-65: 42px;
        --font-size-45: 28px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .me-5 {
        margin-right: 2rem !important;
    }
    .founder-img {
        margin-bottom: 1rem;
    }
    .footer-menu ul {
        flex-direction: column;
    }
    .footer-menu ul li {
        padding: 0;
    }
    .carousel-caption {
        right: 0;
        top: 0;
        left: 4%;
        width: 90%;
        position: relative;
        background: #2157a4;
        padding: 20px;
    }
    .menu-btn,
    .schedule-btn a {
        width: 40px;
        height: 40px;
        padding: 0.5rem;
    }
    .banner-slider {
        background: #2157a4;
    }
    .carousel-caption h1 {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 575px) {
    p {
        line-height: 25px;
    }
    .schedule-btn a {
        padding: 0rem 1rem;
    }
    .main-nav .navbar-nav .nav-item .nav-link {
        text-align: left;
    }
    .contact-box a {
        line-height: 22px;
    }
    .app-btn {
        flex-direction: column;
    }
    .pricing-section .link a {
        padding: 0.4rem 0.6rem;
        line-height: 41px;
    }
    .p-5 {
        padding: 1rem !important;
    }
    .modal-body {
        padding: 1.5rem;
    }
    .modal-body ul {
        text-align: left;
    }
    .pricing-section h4,
    h5,
    h6 {
        text-align: center;
    }
    .founder-section h5,
    h6 {
        text-align: center;
    }
    .about-content h6 {
        text-align: center;
    }
    body {
        text-align: center !important;
    }
    .choose-box h6 {
        flex-direction: column;
    }
    .service-main .col-12 {
        margin-bottom: 1rem;
    }
    .choose-box {
        padding: 1rem;
    }
    .app-content {
        align-items: center;
    }
    .contact-box {
        padding: 1.5rem;
    }
    .service-box-new {
        padding: 1.5rem;
    }
    .app-section .row {
        flex-direction: column-reverse;
    }
    .service-left {
        position: relative;
    }
    .founder-section .me-5 {
        margin-right: 0 !important;
    }
    .founder-section {
        padding: 1.5rem;
        border-radius: 1rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        padding: 14px;
    }
    :root {
        --font-size-14: 13px;
        --font-size-16: 15px;
        --font-size-18: 17px;
        --font-size-20: 18px;
        --font-size-22: 20px;
        --font-size-50: 30px;
        --font-size-40: 30px;
        --font-size-25: 20px;
    }
    .social-icon {
        right: 10px;
    }
    .testimonial-img-details img {
        margin-right: 0;
    }
    #button {
        right: 10px;
    }
    .whatsapp-btn {
        right: 10px;
    }
    .testimonial-img-details {
        flex-direction: column;
    }
    .app-content li {
        text-align: left;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding: 0 1.5rem;
    }
    .banner-slider img {
        height: 100%;
    }
    .cnt223 {
        min-width: 90vw;
        width: 90vw;
        height: 90vh;
        padding: 2rem;
        margin: 2rem auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .location .map-link {
        position: relative;
    }
    .accordion:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .service-main h3 {
        text-align: center;
    }
    .location .map-link {
        height: 50vh !important;
        margin-top: 2rem;
    }
    .freanchsie-section h3 {
        margin-top: 2rem;
    }
    .freanchsie-section h4 {
        text-align: justify;
    }
    .freanchsie-section h6 {
        text-align: justify;
    }
    .service-main .col-12:last-child {
        margin-bottom: 0;
    }
    .mb-5 {
        margin-bottom: 1rem !important
    }
    .pb-80 {
        padding-bottom: 30px;
    }
    .pt-80 {
        padding-top: 30px;
    }
    .mt-80 {
        margin-top: 30px;
    }
    .mb-80 {
        margin-bottom: 30px;
    }
    .about-content {
        padding-left: 0;
        padding-top: 1rem;
    }
    .banner-left::after {
        display: none;
    }
    .main-header .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding: 0 0rem;
    }
    .cnt223 .terms-container {
        margin-top: 0;
    }
    .process-section .container-fluid .car-wrapper h3 {
        margin-top: 1rem;
    }
    .banner-left {
        /* width: 150px !important; */
        height: 40vh;
        z-index: 9;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: aliceblue;
    }
    .banner {
        background: #fff;
    }
    .banner-left img {
        height: 100%;
        width: auto;
        display: flex;
        position: relative;
    }
    .banner-slider iframe {
        height: 300px !important;
    }
    .banner-slider img {
        height: 300px;
        object-fit: cover;
    }
}
@media screen and (max-width: 480px) {
    .banner-left {
        height: 280px;
    }
    .banner-slider iframe {
        height: 280px !important;
    }
    .banner-slider img {
        height: 280px;
        object-fit: cover;
    }
    :root {
        --font-size-50: 30px;
        --font-size-55: 24px;
        --font-size-60: 26px;
        --font-size-65: 28px;
        --font-size-45: 22px;
    }
}
@media screen and (max-width: 400px) {
    .banner-left {
        height: 190px;
    }
    .banner-slider iframe {
        height: 190px !important;
    }
    .banner-slider img {
        height: 190px;
        object-fit: cover;
    }
}