@media only screen and (max-width: 1920px) and (min-width: 1500px) {}

@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1440px !important;
    }
}

@media only screen and (max-width: 1445px) {
    .container {
        max-width: 1366px !important;
    }

    html {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 14px;
    }

    section {
        overflow-x: hidden;
    }
}

@media (max-width: 767.98px) {
    .about-content{
        text-align: center;
    }
    .mission-sec .section-heading {
        text-align: center;
    }

    .about-txt {
        display: none;
    }

    .page-banner .txtwrp h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .accross-box .box-list {
        flex-direction: column;
        gap: 15px;
    }

    #about .card-body {
        padding: 20px;
    }

    #about .card-body p {
        width: 100%;
    }

    .cta-form {
        padding: 30px 0;
    }

    .cta-form .formwrp .form-input input {
        padding: 0 20px;
    }

    .cta-form .formwrp .form-input input,
    .cta-form .formwrp .submit-btn button {
        min-height: 40px;
    }

    .cta-form .formwrp .form-input,
    .cta-form .formwrp .submit-btn {
        width: 100%;
    }

    .cta-form .formwrp .form-group {
        flex-direction: column;
    }

    .cta-form .formwrp {
        padding: 20px;
    }

    .mission-sec .boxwrp {
        margin-top: 30px;
    }

    .mission-sec {
        padding: 0 0 30px;
    }

    .credentials-sec.bg-white .content {
        padding: 20px;
    }

    .credentials-sec .imgwrp {
        justify-content: center;
    }

    .credentials-sec {
        padding: 30px 0;
    }

    .credentials-sec.bg-gray .content {
        padding: 20px;
    }

    .accross-box.bg-pink {
        margin-bottom: 30px;
    }

    .accross-border-sec {
        padding: 30px 0;
    }

    .business-story-sec {
        padding: 50px 0;
    }

    .business-box {
        padding: 20px;
        gap: 20px;
    }

    html {
        font-size: 14px;
    }

    .hero-section h1 {
        font-size: 2.375rem;
        line-height: 48px;
    }


    .hero-image-container {
        margin-top: 0;
        display: none;
    }

    .hero-image {
        width: 70%;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    footer {
        padding: 40px 0 40px 0;
    }

    footer .row {
        gap: 10px;
    }

    footer .footerbottm {
        margin-top: 20px;
    }

    .testimonialSlider .quoatesign svg {
        width: 60px;
        height: 60px;
    }

    .testimonialSlider .quoatesign {
        right: 20px;
    }

    header ul.navbar-nav.ms-auto.align-items-center {
        gap: 10px;
    }

    ul.navbar-nav.ms-auto.align-items-center {
        align-items: flex-start !important;
    }

    header .navbar-nav .nav-item {
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    header .navbar-nav .nav-item:last-child {
        border: none;
    }

    .main-heading {
        font-size: 2rem;
    }

    .counter-inner .box {
        padding-right: 10px;
    }

    #about .readMore {
        margin-top: 15px;
    }

    br {
        display: none;
    }

    .page-banner {
        min-height: 23.8vh;
    }

    .cta-product {
        padding: 24px 4px;
        margin-bottom: 30px;
    }

    .cta-product p {
        width: 90%;
    }

}

@media (max-width: 575.98px) {}

@media (max-width: 320.98px) {}