@media screen and (min-width: 320px) and (max-width: 768px) {
    .header_area {
        top: 0;
    }
    .main-banner {
        padding: 0;
        height: unset;
    }
    .banner-title {
                font-size: 28px;
        line-height: 37.8px;
    }
    .banner-person {
        height: unset;
    }
    .banner-content {
        padding-top: 140px;
    }

    .scrolling-text .rail span {
        font-size: 80px;
        margin-right: 50px;
    }
    .banner-slider {
        top: 20px;
    }
    .home-service-card {
        padding: 60px 0;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        gap: 24px;
    }
    .section-padding-xl {
        padding: 75px 0;
    }
    .section-title {
        font-size: 24px;
    }
    .year-box {
        margin-bottom: 24px;
    }
    .about-img {
        height: auto;
        width: 100%;
    }
    .work-section {
        margin-top: 75px;
        padding: 75px 0;
    }
    .midhaan-logo svg {
        padding: 40px;
    }
    .midhaan-service-count {
                font-size: 36px;
        line-height: normal;
    }
    .midhaan-service-title {
        font-size: 20px;
        line-height: 27px;
    }
    .minus svg, .plus svg {
        padding: 5px;
    }
    .midhaan-content {
        padding-top: 16px;
        padding-left: 0;
    }
    .midhaan-content img {
        margin-top: 24px;
    }
    .cta-head {
        font-size: 24px;
        line-height: 32px;
    }
    .home-cta-content {
        padding: 75px 16px;
    }
    .home-cta img {
            height: 550px;
    object-position: -96px;
    }
    .home-form {
        padding: 50px 16px 90px 16px;
    }
    .footer-section2 {
        border-top: none !important;
        border-bottom: none !important;
    }
    footer .footer-contact p {
        font-size: 18px;
        font-weight: 400;
    }
    .footer-section3 {
        border-top: 1px solid #ffffff38;
    }
    footer {
        padding-top: 0;
    }
    .work-section .work-image img {
        height: auto;
    }

    .services-para {
        font-size: 20px;
        line-height: 39px;
        margin-bottom: 75px;
    }
    .section-padding-lg {
        padding: 75px 0;
    }
    .main-service-card .main-service-card-img {
        height: 60px;
    }
    .main-service-card .main-service-card-icon {
        height: 70px;
        width: 70px;
    }
    .main-service-card h3 {
        font-size: 18px;
    }
    .partner-cards h2 {
        font-size: 18px;
    }
    .page-banner {
        background-position: top;
        background-size: cover;
    }
    .dark-box {
        padding: 24px;
        margin: 24px 0;
    }
    .about-count-section {
        margin: 24px 0;
    }
    .partner-part {
        padding: 42px 24px;
    }
    .about-partner-section {
        margin: 32px 12px;
    }
    .partner-bg {
        height: 320px !important;
    }
    .branding-img img {
    height: auto;
    }
    .brand-count {
        width: 80%;
    }
    .brand-count .counts {
        padding: 12px;
    }
    .brand-count p {
        font-size: 16px;
    }
    .digital-point {
  margin-right: 0;
    }
    .digital-feature-card {
        border: 0 !important;
    }
}

@media screen and (max-width: 1020px) {}

@media screen and (max-width: 700px) {}


@media screen and (min-width: 1280px) and (max-width: 1399px) {
    .home-cta-content {
        padding-left: calc(50vw - 86%);
    }
    .scrolling-text .rail span {
       font-size: 140px;
       margin-right: 50px; 
    }
    .tool-container {
            width: calc(100vh - 290px);
    }
    .banner-title {
        font-size: 47px;
        line-height: 58px;
    }
}