@media (max-width:991px) {

    .navbar {
        min-height: 80px;
    }

    .navbar .container {
        position: relative;
        min-height: 80px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        z-index: 1002;
    }

    .navbar-toggler,
    .tablet-call {
        position: relative;
        top: 0 !important;
        transform: none !important;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 1001;
    }

    .logo {
        max-height: 55px;
    }

    .tablet-call {
        margin-left: auto;
        z-index: 1002;
    }

    .tablet-call .call-btn {
        width: auto !important;
        padding: 10px 14px;
    }

    .navbar-collapse {
        width: 100%;
        margin-top: 20px;
    }

    .navbar-nav {
        text-align: center;
        gap: 5px;
        padding: 15px 0;
    }

    .nav-link {
        padding: 12px 0;
    }

    .navbar-collapse .call-btn,
    .navbar-collapse .enquiry-btn {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width:767px) {

    .tablet-call {
        display: none !important;
    }

    .logo {
        max-height: 50px;
    }

}

@media(max-width:991px) {
    .hero-section {
        text-align: center;
    }

    .floating-card,
    .floating-card-two {

        margin: 15px auto;
        display: block !important;
    }

    .hero-circle {
        width: 400px;
        height: 400px;
    }

    .hero-image-wrapper {
        text-align: center;
        height: 500px;
    }

    .hero-image-wrapper img {
        width: 107%;
        bottom: 0px;
        left: 53%;
    }

}

@media(max-width:767.98px) {

    .hero-image-wrapper img {
        width: 90%;
        bottom: 35px;
        left: 45%;
    }

    .hero-image-wrapper {
        height: 420px;
    }


}

@media (max-width: 535px) {
    .hero-image-wrapper img {
        width: 185%;
        bottom: 0px;
        left: 90%;
        max-width: 190%;
    }

    .hero-circle {
        width: 300px;
        height: 300px;
    }
}

@media(max-width:1199px) {

    .floating-image {
        right: 0;
    }

}

@media(max-width:991px) {
    .floating-image {
        position: relative;
        right: auto;
        width: 180px;
        margin: -50px auto 0;
    }

    .experience-box {
        left: 15px;
        top: 15px;
    }

}

@media (max-width:991px) {
    .why-center {
        margin: 30px 0;
    }

    .circle-bg {
        width: 280px;
        height: 280px;
    }

    .why-center img {
        max-height: 320px;
    }

    .premium-card {
        padding: 25px;
    }

    .premium-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

@media (max-width: 991px) {

    .services-section {
        padding: 70px 0 !important;
    }

    .service-card {
        padding: 25px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 16px;
    }

    .service-card h4 {
        font-size: 22px;
    }

}

@media (max-width: 767px) {
    .services-section {
        padding: 60px 0 !important;
    }

    .services-section h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .services-section p {
        font-size: 14px;
    }

    .service-card {
        padding: 22px;
        border-radius: 18px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        border-radius: 14px;
    }

    .service-card h4 {
        font-size: 20px;
        margin-top: 20px !important;
    }

}

@media (max-width: 575px) {
    .services-section h2 {
        font-size: 26px;
    }

    .service-card {
        padding: 20px;
    }

    .service-link {
        font-size: 14px;
    }

}

@media(max-width:991px) {

    .values-timeline::before {
        left: 20px;
    }

    .timeline-item,
    .timeline-item.left,
    .timeline-item.right {

        width: 100%;

        left: 0;

        text-align: left;

        padding: 15px 0 15px 60px;
    }

    .timeline-item::before {
        left: 8px !important;
        right: auto;
    }

    .timeline-item.left .timeline-icon {
        margin-left: 0;
    }

    .timeline-content {
        padding: 25px;
    }

}

@media(max-width:991px) {
    .faq-help-box {
        margin-bottom: 20px;
    }

    .custom-faq .accordion-button {
        padding: 18px 20px;
    }
}

@media(max-width:991px) {

    .contact-info-card,
    .contact-form-card {
        padding: 25px;
    }

}

@media(max-width:991px) {
    .footer-wrapper {
        padding: 60px 0 40px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
    }

}

@media(max-width:991px) {
    .about-hero {
        padding: 90px 0;
    }

    .about-hero h1 {
        font-size: 42px;
    }
}

@media(max-width:767px) {
    .about-hero h1 {
        font-size: 32px;
    }

    .about-hero p {
        font-size: 15px;
    }

}

@media(max-width:1199px) {

    .overview-title {
        font-size: 42px;
    }

    .stat-one {
        left: 10px;
    }

    .stat-two {
        right: 10px;
    }

}

@media(max-width:991px) {
    .company-overview {
        padding: 80px 0;
    }

    .overview-image-wrapper {
        margin-bottom: 40px;
    }

    .overview-title {
        font-size: 36px;
    }

}

@media(max-width:767px) {
    .company-overview {
        padding: 60px 0;
    }

    .overview-title {
        font-size: 30px;
        line-height: 1.35;
    }

    .floating-stat {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;

        display: inline-block;

        margin-top: 15px;
        margin-right: 10px;
    }

    .main-overview-img {
        border-radius: 22px;
    }

}

@media(max-width:575px) {

    .overview-title {
        font-size: 26px;
    }

    .overview-text {
        font-size: 14px;
    }

    .floating-stat {
        width: 100%;
        text-align: center;
    }

    .mini-feature {
        padding: 14px;
    }

}

@media(max-width:991px) {

    .mv-title {
        font-size: 38px;
    }

    .mv-card {
        padding: 35px;
    }

}

@media(max-width:767px) {

    .mv-title {
        font-size: 30px;
    }

    .mv-card {
        padding: 25px;
    }

    .mv-card h3 {
        font-size: 24px;
    }

}

@media(max-width:575px) {
    .mv-title {
        font-size: 26px;
    }

    .mv-icon {
        width: 65px;
        height: 65px;
    }

    .mv-icon i {
        font-size: 26px;
    }

}

@media(max-width:991px) {

    .contact-info-card,
    .contact-form-card {
        padding: 25px;
    }

    .map-wrapper iframe {
        height: 320px;
    }
}

@media (max-width:1440.98px) {
    .grievance-wrapper {
        padding: 60px 0px 120px 0px;
        margin-top: 111px;
    }

    .grievance-wrapper img {
        bottom: -85%;
        width: 80%;
    }

    .grievance-wrapper h1 {
        font-size: 35px;
    }

    .grievance-wrapper p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFFB2;
    }
}

@media (max-width: 1349.98px) {
    .grievance-wrapper {
        padding: 60px 0px 120px 0px;
        margin-top: 69px;
    }
}

@media (max-width: 1199.98px) {
    .grievance-wrapper {
        margin-top: 107px;
    }

    .gap-10 {
        gap: 85px;
    }
}

@media (max-width: 1022.98px) {
    .grievance-wrapper {
        margin-top: 0px;
    }
}

@media (max-width: 767.98px) {
    .grievance-wrapper img {
        bottom: -65%;
        width: 70%;
    }

    .arrow-box.text-end {
        margin-right: 60px;
    }


    .grievance-wrapper {
        padding: 35px 0px 90px 0px;
        background: #343a8d;
    }

    .grievance-wrapper p {
        font-size: 13px;
    }

    .card-head {
        font-size: 18px;
    }

    .card-level {
        font-size: 15px;
    }

    .tat-box {
        padding: 8px 12px;
        font-size: 12px;
    }

    .step-card .card-header,
    .step-card .card-body {
        padding: 10px 15px;
    }

    .custom-list {
        width: 100%;
    }

    .arrow-box-down img {
        width: 75%;
    }

}

@media (max-width: 511.98px) {
    .grievance-wrapper h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .grievance-wrapper p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .grievance-wrapper img {
        bottom: -78%;
    }

    .link-li {
        font-size: 14px;
    }

    .label-li {
        font-size: 14px;
    }

    .side-icon {
        width: 60px;
    }

}

@media (max-width: 474.98px) {
    .grievance-wrapper img {
        bottom: -65%;
    }

    .card-level {
        font-size: 13px;
    }

    .card-head {
        font-size: 16px;
    }

}

@media (max-width: 440.98px) {
    .grievance-wrapper img {
        bottom: -57%;
    }
}

@media (max-width: 435.98px) {
    .grievance-wrapper {
        padding: 35px 0px 70px 0px;
    }

    .grievance-wrapper img {
        bottom: -50%;
    }

    .grievance-wrapper h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }
}

@media (max-width: 366.98px) {

    .grievance-wrapper img {
        bottom: -48%;
    }

    .grievance-wrapper h1 {
        font-size: 22px;
    }

    .link-li {
        font-size: 12px;
    }
}

@media (max-width: 332.98px) {

    .grievance-wrapper img {
        bottom: -40%;
    }

    .grievance-wrapper h1 {
        font-size: 18px;
    }
}