@media screen and (min-width: 576px) {
    .tech-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .modernization-section .section-header h2 {
        font-size: 24px;
    }
    .service-card p,
    .subtitle {
        font-size: 16px;
    }
    .service-card {
        width: calc(100% - 20px);
    }
    .service-icon {
        margin-bottom: 50px;
    }
    .service-content h3,
    .tier-name {
        font-size: 20px;
    }
    .user-detail {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .testimonial-box {
        min-height: 322px;
    }
}
@media screen and (min-width: 600px) {
    .steps {
        margin: initial;
    }
}
@media screen and (min-width: 768px) {
    .banner-content,
    .brand-wrapper img,
    .legacy-application .left-application-content,
    .project-content.text {
        margin-bottom: 0;
    }
    .pricing-grid,
    .tech-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    h2 {
        font-size: 25px;
        font-weight: 500;
    }
    .legacy-benefits .heading-wrap h2 {
        font-weight: 400;
    }
    .application-wrapper,
    .banner-wrapper,
    .blog-wrap,
    .project-wrpper {
        display: flex;
        justify-content: space-between;
    }
    .banner-content {
        width: 45%;
        padding-top: 30px;
    }
    .brands-one img {
        width: 111px !important;
        margin-top: 10px;
    }
    .brands-two img,
    .logos-wrap.fiver-logo {
        margin-top: 5px;
    }
    .banner-img,
    .engagement-img {
        width: 44%;
    }
    .accenture-logo {
        width: 107px;
    }
    .banner-img,
    .benefits-title span,
    .content-blog::after,
    .divorce-content i {
        display: block;
    }
    .banner-content .btn {
        padding: 16px 14px;
        border-radius: 26px;
        font-size: 14px;
    }
    .brand-partner {
        padding: 60px 0 0;
    }
    .brand-partner .container {
        padding-bottom: 60px;
    }
    .diverse-industries,
    .engagement-model,
    .legacy-application,
    .legacy-benefits,
    .legacy-projects,
    .software-modernization,
    .tech-development,
    .testimonial-section {
        padding: 60px 0;
    }
    .benefits-slide .slick-arrow {
        left: -66px;
    }
    .brand-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 25px !important;
        gap: 15px 0;
        max-width: 830px;
        margin: 0 auto;
    }
    .engagement-content,
    .left-project {
        width: 49%;
    }
    .right-project {
        width: 49%;
        padding-left: 3px;
    }
    .our-blog {
        padding: 40px 0;
    }
    .legacy-projects .heading-wrapper h2 {
        margin-bottom: 20px;
    }
    .heading-wrapper .btn {
        padding: 15px 14px;
        border-radius: 31px;
        text-align: left;
    }
    .legacy-projects .heading-wrapper {
        margin: 0 auto 30px;
    }
    .left-application-content .application-content:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .left-application-content,
    .right-application-content {
        width: 49%;
        border-left: 3px solid #c50000;
        padding: 6px 0 10px 34px;
    }
    .tech-wrap {
        gap: 25px;
    }
    .tech-card {
        padding: 30px;
    }
    .software-slide {
        padding: 24px;
        min-height: 201px;
    }
    .software-modernization .heading-wrap {
        margin: 0 auto 80px;
    }
    .legacy-benefits .btn {
        padding: 16px 26px;
        border-radius: 30px;
        font-size: 16px;
        gap: 2px;
        letter-spacing: -0.1px;
        font-weight: 600;
    }
    .engagement-wrap {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    .blog-content {
        padding-bottom: 10px;
    }
    .model-card {
        margin-bottom: 0;
        display: flex;
        gap: 28px;
    }
    .model-icon {
        flex: none;
    }
    .web-design-denefits .benefits-box h3 {
        scroll-margin-top: 0;
    }
    .divorce-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .divorce-content {
        width: 48%;
    }
    .divorce-content a {
        font-size: 20px;
        padding: 15px 0;
    }
    .testimonial-section .section-head {
        max-width: 700px;
        margin-bottom: 55px;
    }
    .user-detail {
        margin-bottom: 60px;
    }
    .d-sm-flex {
        display: flex;
    }
    .testimonial-box {
        width: 46%;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 417px;
    }
    .user-name {
        font-size: 20px;
        font-weight: 500;
    }
    .price,
    .service-content h3,
    .tier-name {
        font-size: 24px;
        font-weight: 500;
    }
    .benefits-slides .slick-slide {
        margin-right: 40px;
    }
    .modernization-section .section-header h2 {
        font-size: 28px;
    }
    .modernization-section .subtitle {
        width: 714px;
        margin: 24px auto 0;
        padding-left: 9px;
    }
    .view-all {
        margin-top: 42px;
    }
    .accordion-header span,
    .plus-btn {
        width: 33px;
        height: 33px;
    }
    .modernization-section.advanced .service-card {
        min-height: auto;
    }
    .service-card {
        width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        padding: 28px 29px;
        min-height: 414px;
    }
    .service-icon {
        margin-bottom: 70px;
    }
    .service-content h3 {
        margin-bottom: 11px;
        line-height: 1.3;
    }
    .service-card .text {
        max-height: 50px;
    }
    .service-card p {
        font-size: 18px;
        line-height: 1.4;
    }
    .tier-name {
        margin-bottom: 17px;
    }
    .btn,
    .sprint {
        font-size: 16px;
    }
    .left-blog,
    .right-blog {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .our-blog .heading-wrap {
        margin: 0 auto 30px;
        text-align: center;
    }
    .modernization-section {
        padding: 80px 0;
    }
    .modernization-section .view-all-btn {
        font-size: 16px;
        padding: 11px 30px;
        font-weight: 600;
        gap: 0;
        letter-spacing: 0.6px;
        height: 56px;
    }
    .consultation-btn,
    .see-more-btn {
        height: 56px;
    }
    .service-process .section-header h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .slide-content {
        min-height: 216px;
        width: 100%;
        padding: 24px;
    }
    .banner {
        background: url("../images/legacy-banner.png") 0 0 / cover no-repeat;
        padding: 80px 0 40px;
        overflow: hidden;
    }
    .slide-content h3 {
        letter-spacing: -0.6px;
        margin-bottom: 20px;
    }
    .pricing-card {
        justify-content: space-between;
        min-height: 326px;
    }
    .benefits-section {
        padding: 40px 0 0;
    }
    .benefits-section .benefits-title {
        margin-bottom: 50px;
        position: sticky;
        background-color: #fff;
        top: 65px;
        z-index: 1;
        padding-top: 20px;
    }
    .benefits-box h4 {
        font-size: 2rem !important;
        margin-top: 25px;
    }
    .benefits-wrapper {
        display: flex;
        align-items: start;
    }
    .benefits-block {
        width: 41%;
        margin-right: 50px;
        position: sticky;
        top: 197px;
    }
    .benefits-right {
        scroll-margin-top: 178px;
        padding-right: 0;
    }
    .benefits-content {
        width: 52%;
    }
    .benefits-right h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .brand-wrapper .brand-images {
        margin-top: -8px;
        width: 108px;
    }
    .fiver-logo img {
        width: 80px !important;
    }
    .cleartrip-logo img {
        margin-top: 10px;
    }
    .benefits-content ol,
    .benefits-right p {
        margin-bottom: 30px;
    }
    .benefits-list {
        padding-right: 25px;
    }
    .faq-section h2 {
        letter-spacing: -0.8px;
        margin-bottom: 53px;
    }
    .btn {
        padding: 18px 20px !important;
        border-radius: 30px !important;
    }
    .accordion-content p {
        margin-top: 30px;
    }
    .accordion-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .accordion-header {
        padding: 0 0 0 31px;
    }
}
@media screen and (min-width: 992px) {
    .section-header h2,
    .service-process .section-header h2,
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    .application-content h3,
    .tech-card h3 {
        font-size: 20px;
    }
    .tech-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
    .section-header .subtitle {
        font-size: 18px;
        font-weight: 600;
    }
    .tech-card p {
        font-size: 15px;
    }
    .software-slide h3 {
        font-size: 24px;
        min-height: 66px;
    }
    .software-slide p {
        min-height: 98px;
    }
    .divorce-content a {
        padding: 7px 0 8px;
    }
    .divorce-content .right-arrow {
        width: 26px;
        height: 26px;
        background-size: contain;
    }
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .pricing-header {
        margin-bottom: 56px;
    }
    .pricing-header h2 {
        font-size: 40px;
        letter-spacing: -0.7px;
        margin-bottom: 24px;
        line-height: 1;
    }
    .pricing-card {
        min-height: 370px;
    }
    .service-row,
    .services-container {
        gap: 40px;
    }
    .service-card {
        width: calc(50% - 36px);
        flex: none;
    }
    .service-row{
        justify-content: normal;
    }
    .service-icon {
        margin-bottom: 100px;
    }
    .service-content h3 {
        font-size: 28px;
    }
    .pricing-card:last-child .price {
        padding-right: 9px;
        letter-spacing: -1.5px;
        max-width: 340px;
        color: #fff;
        line-height: 1.1;
        font-weight: 500;
    }
    .price {
        letter-spacing: -1.6px;
    }
    .blog-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .project-content h3 {
        margin-bottom: 15px;
    }
    .modernization-section .section-header h2 {
        font-size: 30px;
        letter-spacing: -0.7px;
        line-height: 1.2;
    }
    .engagement-model .model-content h3 {
        letter-spacing: -0.9px;
        margin-bottom: 8px;
    }
    .steps-wrap {
        width: 71.5%;
        margin: 0 auto 50px;
    }
    .service-process {
        padding: 82px 0 60px;
    }
    .service-process .section-header p {
        font-size: 16px;
        letter-spacing: 0.2px;
        line-height: 1.5;
        margin-bottom: 90px;
    }
    .process-slider {
        margin: 0 0 70px;
    }
    .process-slider .slick-arrow {
        width: 36px;
        height: 36px;
    }
    .process-slider .slick-prev {
        left: 0;
    }
    .process-slider .slick-next {
        right: 0;
    }
    .sprint {
        padding: 11px 43px;
    }
    .benefits-list li a,
    .benefits-right p {
        font-size: 18px;
    }
    .testimonial-box {
        min-height: 374px;
    }
}
@media screen and (min-width: 1024px) {
    .brand-wrapper {
        gap: 0 45px !important;
    }
    .software-modernization.strategies .software-slide {
        min-height: 250px;
    }
    .software-slide {
        min-height: 285px;
    }
    .legacy-application {
        padding: 82px 0 60px;
    }
    .legacy-projects {
        padding: 80px 0 30px;
    }
    .legacy-projects .heading-wrapper h2 {
        letter-spacing: -0.7px;
    }
    .legacy-benefits .heading-wrap h2 {
        margin-bottom: 28px;
    }
    .legacy-benefits .heading-wrap p {
        margin-bottom: 30px;
    }
    .model-content p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px) {
    h1,
    p {
        margin-bottom: 30px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    h3 {
        font-size: 32px;
    }
    p {
        font-size: 20px;
        line-height: 1.5;
    }
    .banner {
        padding: 140px 0 40px;
    }
    .banner-content h1 {
        letter-spacing: -1.5px;
        line-height: 1.2;
    }
    .benefits-section,
    .brand-partner,
    .contact-main,
    .legacy-application,
    .legacy-projects {
        padding: 80px 0 0 !important;
    }
    .banner-content p {
        letter-spacing: -0.1px;
        word-spacing: 0.8px;
        font-weight: 400;
    }
    .heading-wrapper .btn {
        font-size: 16px;
    }
    .project-content.text {
        padding-right: 30px;
    }
    .service-icon {
        margin-bottom: 109px;
    }
    .model-content h3,
    .price {
        font-size: 28px;
    }
    .application-content h3 {
        font-size: 25px;
    }
    .software-modernization .slick-prev {
        left: 10%;
    }
    .application-content p {
        font-size: 18px;
        padding-right: 8px;
    }
    .diverse-industries,
    .legacy-benefits,
    .service-process,
    .software-modernization.strategies,
    .tech-development,
    .tech-modernization,
    .testimonial-section {
        padding: 80px 0;
    }
    .pt-top {
        padding: 80px 0 !important;
    }
    .tech-modernization h2 {
        max-width: 818px;
        margin: 0 auto 23px;
        letter-spacing: -0.7px;
        padding-left: 8px;
    }
    .accordion-content ul li:not(:last-child),
    .tech-card p {
        margin-bottom: 10px;
    }
    .tech-modernization .subtitle {
        font-size: 16px;
        padding: 0 25px 0 33px;
        font-weight: 400;
    }
    .tech-modernization .section-header {
        margin: 0 auto 57px;
    }
    .tech-card {
        min-height: 280px;
    }
    .tech-card p {
        font-size: 18px;
        line-height: 1.4;
        padding-left: 1px;
    }
    .tech-card h3 {
        font-size: 24px;
        letter-spacing: -0.3px;
        margin-bottom: 60px;
    }
    .software-modernization.strategies .software-slider-warp.container {
        margin-top: -100px;
    }
    .software-slider-warp.container,
    .software-slider-warpp.container {
        padding-right: 0;
        max-width: 1100px;
        margin-right: 0;
    }
    .software-modernization {
        padding: 102px 0 81px;
    }
    .divorce-content a {
        font-size: 24px;
        font-weight: 500;
        padding: 30px 6px 31px 0;
    }
    .divorce-content {
        width: 46.8%;
    }
    .testimonial-box {
        padding: 36px;
        margin-right: 30px;
        min-height: 391px;
    }
    .pricing-card p {
        font-size: 20px;
        min-height: 95px;
    }
    .min-ht p {
        min-height: auto;
    }
    .legacy-application .heading-wrapper p {
        margin-bottom: 54px;
    }
    .engagement-model,
    .faq-section {
        padding: 80px 0 0;
    }
    .engagement-model h2 {
        font-weight: 500;
        letter-spacing: -0.7px;
        margin-bottom: 24px;
    }
    .engagement-model .heading-wrap,
    .steps-wrap {
        margin: 0 auto 56px;
    }
    .tech-development h2 {
        letter-spacing: -0.7px;
        margin-bottom: 25px;
    }
    .tech-development .header-wrap p {
        margin-bottom: 49px;
    }
    .diverse-industries h2 {
        letter-spacing: -0.7px;
        padding: 0 3px;
        text-align: left;
        color: #c50000;
    }
    .process-slider .slick-prev {
        left: 10px;
    }
    .service-process .section-header h2 {
        font-size: 40px;
    }
    .service-process .section-header p {
        margin-bottom: 106px;
        max-width: 880px;
    }
    .testimonial-section h2 {
        font-size: 48px;
        letter-spacing: -1px;
        padding-right: 4px;
        margin-bottom: 30px;
    }
    .text-link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        letter-spacing: -0.2px;
    }
    .text-link .right-arrow {
        margin: 0 -12px 0 12px;
    }
    .benefits-list li {
        margin-bottom: 14px;
    }
    .guide-topics {
        margin-bottom: 30px;
    }
    .benefits-block {
        width: 40%;
    }
    .benefits-content {
        width: 59%;
    }
    .card,
    .cta-card {
        flex: 1;
    }
    .benefits-section .benefits-title {
        letter-spacing: -0.7px;
        margin-bottom: 57px;
    }
    .benefits-right h2 {
        font-size: 30px;
        letter-spacing: -0.6px;
        line-height: 1.3;
    }
    .benefits-box h3 {
        font-size: 25px;
        letter-spacing: normal;
    }
    .accordion-item h3 {
        font-size: 24px;
    }
    .accordion-content p,
    .accordion-content ul li {
        font-size: 20px;
    }
    .our-blog h2 {
        letter-spacing: -1px;
        margin-bottom: 24px;
        color: #000;
    }
    .our-blog .heading-wrap p {
        font-weight: 400;
        margin-bottom: 55px;
    }
    .our-blog h3 {
        letter-spacing: -0.6px;
        margin-bottom: 14px;
        text-decoration: underline;
        transition: 0.3s;
    }
    .our-blog h3:hover {
        text-decoration: none;
    }
    .our-blog .blog-wrap p {
        letter-spacing: -0.3px;
        margin-bottom: 66px;
    }
    .mt-top-blog {
        margin-bottom: 100px !important;
    }
    .our-blog .story-content p {
        margin-bottom: 0;
    }
    .our-blog {
        padding: 80px 0 60px;
    }
    .service-card {
        min-height: 470px;
        width: calc(25% - 36px);
    }
}
@media screen and (min-width: 1366px) {
    .software-slide {
        min-height: 250px;
    }
    .testimonial-wrap {
        margin: 43px 0 60px;
    }
    .right-blog em {
        margin-bottom: -5px;
    }
    .testimonial-box {
        padding: 27px 45px 8px 40px;
        margin: 0 20px;
        min-height: 375px;
    }
    .user-name {
        font-size: 24px;
    }
    .user-pic {
        width: 96px;
        height: 96px;
    }
    .user-ex {
        padding-left: 16px;
        width: calc(100% - 85px);
    }
    .speakers {
        margin-bottom: 26px;
    }
    .testimonial-box p {
        margin-bottom: 30px;
        line-height: 1.45;
    }
    .benefits-slide .slick-arrow {
        bottom: -102px;
        left: -49px;
    }
    .benefits-slide .slick-next {
        right: -109px;
    }
    .modernization-section .section-header h2 {
        max-width: 800px;
        font-size: 36px;
        padding-right: 6px;
    }
    .legacy-application h2 {
        font-size: 40px;
    }
    .engagement-model .heading-wrap p {
        padding: 0 56px;
    }
}
@media screen and (min-width: 1400px) {
    .price,
    .pricing-card:last-child .price {
        font-size: 32px;
    }
    h1 {
        font-size: 48px;
        margin-bottom: 44px;
    }
    p {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .banner-content h1 {
        margin-bottom: 48px;
        font-weight: 500;
    }
    .banner-content .btn {
        padding: 16px 26px 14px 36px;
        font-size: 16px;
        letter-spacing: -0.2px;
        gap: 4px;
    }
    .banner {
        padding: 154px 0 80px;
    }
    .banner-content {
        padding-top: 76px;
    }
    .brand-partner {
        padding: 80px 0 0;
    }
    .brand-partner .container {
        padding-bottom: 80px;
        max-width: 1360px;
    }
    .brand-partner h2 {
        margin-bottom: 54px;
        letter-spacing: -0.7px;
        padding-left: 46px;
    }
    .brand-wrapper {
        gap: 0 58px !important;
    }
    .heading-wrapper .btn {
        padding: 16px 19px;
        font-weight: 600;
    }
    .legacy-application h2 {
        font-size: 48px;
        letter-spacing: -1.4px;
        margin-bottom: 23px;
    }
    .legacy-projects .heading-wrapper h2 {
        margin-bottom: 30px;
        letter-spacing: -0.7px;
    }
    .legacy-projects .heading-wrapper {
        margin: 0 auto 56px;
    }
    .legacy-projects .img-wrapper {
        margin-bottom: 40px;
        width: 660px;
    }
    .software-modernization.strategies .software-slide {
        min-height: 201px;
    }
    .software-slide {
        min-height: 205px;
    }
    .project-content {
        padding-right: 40px;
    }
    .application-content h3 {
        font-size: 28px;
        letter-spacing: -0.8px;
        margin-bottom: 8px;
    }
    .software-modernization h2 {
        font-size: 48px;
        letter-spacing: -1px;
        margin-bottom: 28px;
    }
    .software-modernization.strategies h2 {
        font-size: 36px;
        letter-spacing: -0.7px;
        padding-left: 6px;
        margin-bottom: 28px;
    }
    .software-modernization.strategies .heading-wrap p {
        padding: 0 50px;
    }
    .software-modernization .container {
        margin-right: auto;
    }
    .software-slider-warp.container,
    .software-slider-warpp.container {
        padding: 0;
        margin-right: 0;
        overflow: hidden;
        max-width: 1500px;
    }
    .software-modernization .slick-next {
        right: 10%;
        background-color: #fff;
        z-index: 99;
    }
    .software-modernization.strategies .heading-wrap {
        margin: 0 auto 54px;
    }
    .legacy-benefits .heading-wrap h2 {
        font-size: 40px;
        letter-spacing: -0.8px;
        line-height: 1.3;
        margin-bottom: 27px;
    }
    .legacy-benefits .heading-wrap p {
        margin-bottom: 40px;
    }
    .pricing-card {
        min-height: 482px;
    }
    .service-process .section-header h2 {
        font-size: 48px;
        letter-spacing: -1px;
        line-height: 1.2;
    }
    .slide-content {
        min-height: 177px;
    }
    .slides {
        margin: 0 20px 0 0;
    }
    .benefits-right h2 {
        margin-bottom: 19px;
    }
    .benefits-block {
        width: 33%;
    }
    .benefits-content {
        width: 66%;
    }
    .faq-section h2 {
        font-size: 40px;
    }
    .price {
        letter-spacing: -1px;
    }
    .process-slider .slick-prev {
        left: -14px;
    }
}
@media screen and (min-width: 1510px) {
    .testimonial-section .container {
        padding: 0;
    }
    .benefits-right h2 {
        margin-bottom: 19px;
    }
    .benefits-list li a {
        font-size: 18px;
    }
    .brands-wrap {
        width: 70%;
        padding-left: 20px;
    }
    .project-wrap {
        width: auto;
    }
    .service-card {
        min-height: 460px;
    }
}
@media (min-width: 1510px) and (min-width: 1680px) {
    .software-modernization .slick-prev {
        left: -16.5%;
    }
}
