.mobile_banner_section {
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 0 20px 85px 30px;
    position: relative;
    min-height: 650px;
    height: 85vh;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mobile_banner_section .banner-details h1 {
    font-weight: 650;
    font-size: 50px;
    margin-top: 0;
}

.mobile_banner_section .banner-details p {
    font-weight: 400;
    font-size: 24px;
}

.mobile_banner_section .banner-img img {
    position: relative;
    right: -25%;
    width: 100%;
    height: auto;
}

.mobile-services {
    background-color: #fff;
}

.mobile-services .services-box {
    background-color: #2f6afd;
    padding: 30px 20px;
    height: 95%;
    border-radius: 35px 7px;
    color: #fff;
    transition: 0.6s;
}

.mobile-services .services-box:hover {
    border-radius: 10px;
}

.mobile-services .services-box h3 {
    width: 70%;
    line-height: 30px;
    font-size: 24px;
}

.mobile-services .services-box p {
    margin-top: 15px;
}

.mobile-services .services-box img {
    width: 60px;
    height: 60px;
}

.accordion-item .accordion-body,
.future-technologies .future-box p,
.mobile-bussiness .bussiness-box p,
.mobile-services .services-box p,
.mobile-step .mobile-stap-box p {
    font-size: 17px;
    word-spacing: 2px;
}

.mobile-stap-box img {
    display: none;
}

body .heading h2 {
    font-weight: 550;
    font-size: 40px !important;
    line-height: 50px;
    padding-bottom: 6px;
}

body .heading p {
    font-size: 21px;
    font-weight: 400;
    padding: 10px 0 30px;
    word-spacing: 2px;
    width: 85%;
    margin: auto;
}

body .achivements .heading h2 {
    font-size: 60px !important;
    margin-bottom: 20px;
    font-weight: 550;
}

body .achivements .heading p {
    font-size: 23px;
}

body h3 {
    font-weight: 550;
}

.mobile-bussiness {
    background: #00003f;
    background: linear-gradient(90deg, #00003f 35%, #000 100%);
    color: #fff;
}

.mobile-bussiness .bussiness-box {
    border: 2px solid #fff;
    padding: 15px;
    height: 95%;
    width: 25%;
    border-radius: 10px;
}

.mobile-bussiness .heading {
    width: 80%;
    margin: auto;
}

.mobile-bussiness .bussiness-box h3 {
    padding: 10px 0;
}

.future-technologies {
    background-color: #f3f6ff;
    position: relative;
}

.future-technologies .heading {
    position: sticky;
    top: 16rem;
}

.future-technologies .future-box {
    padding: 10px 0;
    width: 90%;
    float: right;
}

.future-technologies .future-box h3 {
    color: #2247ca !important;
}

.thrustworthy_partner .heading p {
    font-size: 18px;
}

.service_Industries {
    background: #2247ca;
    background: linear-gradient(180deg, #000 43%, #110c0c 90%);
    padding: 40px 0;
    text-align: center;
}

.service_Industries .heading p {
    width: 90%;
    margin: auto;
}

.service_Industries .industries-box a img {
    width: 66px;
    height: 66px;
}

.service_Industries .industries-box a .industries-icon-yellow,
.service_Industries .industries-box:hover a .industries-icon-white {
    display: none;
    transition: 0.7s;
}

.service_Industries .industries-box:hover a .industries-icon-yellow {
    display: inline-block;
    transition: 0.7s;
}

.service_Industries .industries-box a .industries-icon-white {
    transition: 0.7s;
}

.service_Industries .industries-box:hover h6 {
    color: #fff5be;
    font-weight: 500;
}

.service_Industries .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.service_Industries .industries-box a h3 {
    color: #fff;
    padding: 25px 0 0;
    width: 100%;
    font-weight: 500;
    margin: auto;
    font-size: 1rem !important;
}

.service_Industries .industries-box {
    transition: 0.5s;
    padding: 30px 18px;
    border-bottom: 1px solid #c8c2c2;
    height: 100%;
}

.service_Industries .industries-box-border {
    border-bottom: 1px solid #c8c2c2;
    border-right: 1px solid #c8c2c2;
    height: 100%;
}

.service_Industries .text-center .btn-cta {
    background-color: #fff;
    color: #2f6afd;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 550;
    font-size: 17px;
}

.service_Industries .text-center .btn-cta:hover {
    padding: 10px 40px;
}

.mobile-step .mobile-stap-box {
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    border-radius: 16px;
    background-color: #2247ca;
}

.thrustworthy_partner img {
    width: auto;
    height: auto;
}

.mobile-step .heading {
    padding-right: 100px;
}

.mobile-step .stap-img {
    width: 35%;
}

.mobile-step .mobile-stap-box {
    width: 65%;
}

.mobile-step .heading,
.mobile-step .position-sticky {
    position: sticky;
    top: 10rem;
}

.mobile-step .d-flex {
    will-change: opacity, transform;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease-in-out;
}

.mobile-step .d-flex.visible {
    opacity: 1;
    transform: translateY(0);
}

.mobile-step .col-lg-5::after {
    content: "";
    display: block;
    height: 15vh;
}

.cta {
    margin-top: 140px;
    margin-bottom: 50px;
}

.cta .cta-bg {
    background-color: #576cfa;
    border-radius: 16px;
    color: #fff;
    padding: 20px 20px 0 50px;
}

.cta .cta-img {
    margin-top: -130px;
    display: flex;
    justify-content: center;
}

.cta .cta-img img {
    width: 70%;
    height: auto;
}

.cta2 .cta-img img {
    width: 58%;
}

.mobile-app-details h3 {
    font-weight: 450;
    font-size: 18px !important;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 30px !important;
    border: none !important;
    background-color: #f4f4f4 !important;
}

.accordion-item .accordion-button {
    border-radius: 0 !important;
    padding: 20px !important;
    font-size: 18px !important;
    display: flex !important;
    color: #2247ca !important;
    background-color: #f4f4f4 !important;
    justify-content: space-between !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item:last-of-type {
    border-radius: 10px !important;
}

.accordion-item {
    margin: 20px 0;
    background-color: #f4f4f4 !important;
}

.blogSection .heading h2 {
    color: #fff;
}

.accordion-button::after {
    display: none !important;
}

.collapsed span.arrow-link {
    transform: rotate(0);
    transition: 0.7s;
}

.accordion-button span {
    transform: rotate(-180deg);
    transition: 0.7s;
}

.thrustworthy_partner .heading h2,
.thrustworthy_partner .heading p {
    padding-right: 80px;
}

.thrustworthy_partner .heading ul li {
    font-weight: 450;
    font-size: 20px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.thrustworthy_partner .heading ul li img {
    margin-top: 6px;
}

.achivements {
    padding: 30px 0px 50px 0px;
}

.mainRowBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background-image: url(../img/chicago/mobile-achivements.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    padding: 60px 50px;
}

.mainRowBox .inner-box {
    padding: 40px 0px;
    width: 15.1%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    transition: 0.5s;
}

.mainRowBox .inner-box:hover {
    box-shadow: rgba(5, 60, 240, 0.3) 0px 19px 38px, rgba(5, 78, 235, 0.22) 0px 15px 12px;
}

.mainRowBox .inner-box h3 {
    font-size: 55px;
    font-weight: 560;
    transition: 0.5s;
}

.mainRowBox .inner-box p {
    font-size: 19px;
    color: #45464D;
    margin-bottom: 0px;
    transition: 0.5s;
    font-weight: 450;
}

.mainRowBox .inner-box:hover h3,
.mainRowBox .inner-box:hover p {
    color: #0020FF;
}

.frame {
    margin: 0 auto;
    background: #F8FAFC;
    border-radius: 4px;
    padding: 60px 44px;
    margin: 0px 0px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    font-weight: 500;
    color: #2563EB;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #E2E8F0;
    padding: 5px 14px 5px 14px;
    margin-bottom: 10px;
    width: auto;
}

.eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563EB;
    display: inline-block;
}

h1.title {
    font-size: 50px;
    font-weight: 550;
    letter-spacing: -0.02em;
    margin: 0 0 12px 0;
    color: #0F172A;
}

p.subtitle {
    font-size: 22px;
    line-height: 1.55;
    color: #64748B;
    margin: 0 0 28px 0;
    width: 65%;
}

.panel {
    display: flex;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 1px 3px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
}

.sidebar {
    width: 480px;
    flex-shrink: 0;
    border-right: 1px solid #e8e9ec;
}

.side-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 35px 20px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background .15s ease;
}

.side-item+.side-item {
    border-top: 1px solid #e8e9ec;
}

.side-item:first-child {
    border-radius: 10px 10px 0 0;
}

.side-item.active {
    background: #F8FAFC;
    border-left: 3px solid #2563EB;
}

.side-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #f2f3f5;
}

.side-item.active .side-icon {
    background: #dfe6fd;
    color: #2563EB;
}

.side-icon svg {
    width: 30px;
    height: 30px;
}

.side-text .num {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #64748B;
    margin-bottom: 2px;
    letter-spacing: .02em;
}

.side-text .label {
    font-size: 22px;
    font-weight: 500;
    color: #0F172A;
    line-height: 1.35;
}

.side-item:not(.active) .side-text .label {
    color: rgb(15, 23, 42, 75%);
}

/* Content */
.ai-capabilities .content {
    flex: 1;
    padding: 50px 40px 50px 40px;
    position: relative;
}

.ai-capabilities .content-eyebrow {
    font-size: 20px;
    font-weight: 600;
    color: #2563EB;
    letter-spacing: .02em;
    margin-bottom: 10px;
}

.ai-capabilities h2.content-title {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    letter-spacing: -0.01em;
}

p.content-sub {
    font-size: 19px;
    color: #64748B;
    margin: 0 0 22px 0;
}

.expand-icon {
    position: absolute;
    top: 30px;
    right: 34px;
    font-size: 30px;
    color: #E2E8F0;
}

ul.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    border-top: 2px solid #e8e9ec;
    font-size: 20px;
    color: rgb(15, 23, 42, 75%);
    line-height: 1.55;
}

ul.feature-list li:first-child {
    border-top: 2px solid #e8e9ec;
}

ul.feature-list li .bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(15, 23, 42, 80%);
    margin-top: 8px;
    flex-shrink: 0;
}

.compliance-development {
    background-color: #F8FAFC;
    padding: 40px 0px;
}

.compliance-development .compliance-box {
    border: 2px solid #E2E8F0;
    padding: 20px;
    border-radius: 16px;
    height: 98%;
    background-color: #fff;
    transition: 0.5s;
}

.compliance-development .compliance-box:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.compliance-development .compliance-box .compaliance-inner img{
    width: 40px;
}
.compliance-development .compliance-box .compaliance-inner h3 {
    margin-bottom: 1px;
    line-height: 27px;
    font-weight: 550;
}

.compliance-development .compliance-box p {
    margin-top: 20px;
    font-size: 19px;
    color: #475569;
    border-bottom: 2px solid #F1F5F9;
    padding-bottom: 30px;
}

.compliance-development .compliance-box .compaliance-inner p {
    margin-bottom: 0px;
    border-bottom: none;
    font-size: 18px;
    padding-bottom: 0px;
    color: #64748B;
    margin-top: 0px;
}

.compliance-development .compliance-box ul {
    margin-top: 10px;
}

.compliance-development .compliance-box ul li img {
    padding-right: 6px;
    display: inline-block;
}

.compliance-development .compliance-box ul li {
    margin: 5px 0px;
    color: #334155;
    font-size: 18px;
}

body .compliance-development .heading p {
    margin: unset;
    color: #475569;
    width: 65%;
    padding-bottom: 50px;
}

body .compliance-development .heading .badge {
    border: 2px solid #E2E8F0;
    color: #475569;
    padding: 7px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 450;
}

.enterprise-section {
    padding: 64px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #252525;
    background-color: #0A0A0A;
    border-bottom: 1px solid #252525;
    position: relative;
}

/* LEFT CONTENT */
.enterprise-left {
    padding-right: 55px;
    position: sticky;
    top: 10rem;
}

.enterprise-left h2 {
    font-size: 50px;
    line-height: 1.08;
    font-weight: 600;
    margin: 0;
    color: #fff;
    letter-spacing: -0.6px;
}

.enterprise-left h2 span {
    display: block;
    color: #737373;
}

.enterprise-left p {
    color: #A3A3A3;
    font-size: 22px;
    line-height: 1.55;
    margin: 17px 0 20px;
}
.included-number span#currentNumber{
    color: #fff;
}
.included-box {
    border-top: 1px solid #252525;
    padding-top: 17px;
    width: 180px;
}

.included-label {
    display: block;
    color: #737373;
    font-size: 17px;
    margin-bottom: 4px;
}

.included-number {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.included-number span {
    color: #555;
    font-weight: 500;
    font-size: 35px;
}

/* RIGHT FEATURES */
.features-list {
    width: 100%;
}

.feature-item {
    position: relative;
    min-height: 61px;
    padding: 21px 18px 21px 65px;
    border-top: 1px solid #202020;
    cursor: pointer;
    transition: background 0.3s ease;
}

.feature-item:last-child {
    border-bottom: 1px solid #202020;
}

.feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    transition: background 0.3s ease;
}

.feature-item.active {
    background: #171717;
}

.feature-item.active::before {
    background: #1677ff;
}

.feature-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-number {
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 20px;
    color: #444;
    font-weight: 500;
}

.feature-icon {
    width: 55px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 10px;
    flex-shrink: 0;
}


.feature-item .feature-icon {
    font-size: 30px;
}
.feature-item.active .feature-icon {
    color: #1677ff;
}

.feature-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #eee;
}

.feature-description {
    margin: 12px 0 0 0;
    font-size: 19px;
    line-height: 1.4;
    color: #777;
}

/* HOVER */
.feature-item:hover {
    background: #121212;
}

.feature-item.active:hover {
    background: #171717;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .enterprise-section {
        padding: 55px 20px;
    }

    .enterprise-left {
        padding-right: 20px;
        margin-bottom: 40px;
    }

    .enterprise-left h2 {
        max-width: 300px;
    }

    .enterprise-left p {
        max-width: 350px;
    }

    .included-box {
        width: 200px;
    }
}

@media (max-width: 575px) {

    .enterprise-section {
        padding: 45px 15px;
    }

    .enterprise-left {
        padding-right: 0;
    }

    .enterprise-left h2 {
        font-size: 25px;
        max-width: 280px;
    }

    .enterprise-left p {
        font-size: 11px;
        max-width: 300px;
    }

    .feature-item {
        min-height: auto;
        padding: 15px 12px 15px 32px;
    }

    .feature-title {
        font-size: 12px;
    }

    .feature-description {
        font-size: 9px;
        margin-top: 7px;
    }
}

@media (max-width: 720px) {
    .panel {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e8e9ec;
    }

    .frame {
        padding: 24px;
    }
}


@media only screen and (max-width: 1680px) {
    .mobile_banner_section .banner-details h1 {
        font-size: 40px;
    }

    .mobile_banner_section .banner-details p {
        font-size: 19px;
    }

    .mobile_banner_section .banner-img img {
        right: -21%;
        margin-top: 0;
    }

    body .heading h2 {
        font-size: 34px !important;
        padding-bottom: 0;
        line-height: 41px;
    }

    body .heading p {
        font-size: 18px;
    }

    .future-technologies .future-box p,
    .mobile-bussiness .bussiness-box p,
    .mobile-services .services-box p,
    .mobile-step .mobile-stap-box p,
    .thrustworthy_partner .heading p,
    .thrustworthy_partner .heading ul li {
        font-size: 16px;
        word-spacing: 1px;
    }

    body h3 {
        font-size: 22px !important;
    }

    .thrustworthy_partner .heading h2,
    .thrustworthy_partner .heading p {
        padding-right: 50px;
    }

    .mainRowBox .inner-box p {
        font-size: 17px;
    }

    .achivements {
        padding: 35px 0px 50px 0px;
    }

    .panel {
        margin-top: 30px;
    }

    .mainRowBox .inner-box h3 {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 1365px) {
    .mainRowBox .inner-box h3 {
        font-size: 40px !important;
    }

    .mainRowBox .inner-box p {
        font-size: 16px;
    }

    .mainRowBox {
        padding: 60px 40px;
        margin: 31px 0px;
    }

    .mainRowBox .inner-box {
        padding: 30px 0px;
        width: 16%;
    }

    .mobile_banner_section .banner-details h1 {
        font-size: 35px;
    }

    .mobile_banner_section .banner-details p {
        font-size: 17px;
        margin-bottom: 0;
    }

    .mobile_banner_section .banner-img img {
        right: -16%;
    }

    body .heading h2 {
        font-size: 30px !important;
    }

    body .heading p {
        font-size: 17px;
    }

    body h3 {
        font-size: 20px !important;
    }

    .future-technologies .heading {
        top: 8rem;
        padding-right: 60px;
    }

    .thrustworthy_partner .heading h2,
    .thrustworthy_partner .heading p {
        padding-right: 20px;
    }

    ul.feature-list li {
        font-size: 17px;
    }

    .side-item {
        padding: 30px 20px;
    }

    .panel {
        margin-top: 10px;
    }

    .side-text .label {
        font-size: 20px;
    }

    ul.feature-list li {
        padding: 10px 0px;
    }

    .compliance-development .compliance-box .compaliance-inner p {
        font-size: 16px;
    }

    .compliance-development .compliance-box p,
    .compliance-development .compliance-box ul li {
        font-size: 16px;
    }

    .compliance-development .compliance-box p br {
        display: none;
    }

    .compliance-development .compliance-box {
        padding: 15px;
        height: 100%;
    }

    .mobile-services .services-box h3 {
        width: 73%;
    }
    .enterprise-left h2{
        font-size: 40px;
    }
    .enterprise-left p, .feature-description{
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .enterprise-left h2{
        font-size: 33px;
    }
    .enterprise-left{
        top: 8rem;
    }
    .mainRowBox .inner-box h3 {
        font-size: 30px !important;
        margin-bottom: 10px;
    }

    .side-text .label {
        font-size: 18px;
    }

    h2.content-title {
        font-size: 26px;
    }

    .sidebar {
        width: 340px;
    }

    ul.feature-list li {
        font-size: 16px;
    }

    .mainRowBox {
        gap: 15px;
    }

    .mainRowBox {
        padding: 25px;
    }

    .mainRowBox .inner-box p,
    .compliance-development .compliance-box ul li,
    .compliance-development .compliance-box p {
        font-size: 14px;
    }

    .compliance-development .compliance-box .compaliance-inner p {
        font-size: 15px;
    }

    .achivements {
        padding: 25px 0px 30px 0px;
    }

    .mobile_banner_section {
        padding-bottom: 20px;
    }

    .mobile_banner_section {
        min-height: auto;
    }

    body .achivements .heading p {
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 0px;
    }

    body .achivements .heading h2 {
        font-size: 40px !important;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .mobile-app-details h3 {
        font-size: 17px !important;
    }

    .mobile_banner_section .banner-details h1 {
        font-size: 30px;
    }

    .mobile_banner_section .banner-img img {
        right: -18%;
    }

    body .heading h2 {
        font-size: 27px !important;
        line-height: 35px;
    }

    body .heading p {
        font-size: 16px;
        width: 95%;
    }

    .future-technologies .future-box p,
    .mobile-bussiness .bussiness-box p,
    .mobile-services .services-box p,
    .mobile-step .mobile-stap-box p {
        font-size: 15px;
    }

    body h3 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .mobile-services .services-box h3 {
        width: 100%;
        line-height: 25px;
    }

    .mobile-services .services-box img {
        width: 45px;
        height: 45px;
    }

    .mobile-bussiness .bussiness-box p,
    .thrustworthy_partner .heading p {
        font-size: 14px;
    }

    .mobile-bussiness .container-fluid.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .cta {
        margin-top: 80px;
    }

    .cta .cta-bg .heading {
        padding-bottom: 20px;
    }

    .cta .cta-img {
        margin-top: -80px;
    }

    .future-technologies .future-box img {
        width: 44px;
        height: 44px;
    }

    .thrustworthy_partner .heading ul li {
        font-size: 15px;
        padding: 5px 0;
    }

    .service_Industries .industries-box a img {
        height: 55px;
        width: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-stap-box img {
        height: auto;
        width: auto;
        display: block;
        padding: 10px 0;
    }

    .future-technologies .future-box,
    .mobile-step .position-sticky {
        width: 49.5%;
        padding: 10px;
        display: inline-block;
    }

    .service_Industries .industries-box-border {
        border-right: 0px;
    }

    .position-sticky.d-flex {
        display: inline-flex !important;
    }

    .mobile-bussiness .gap-4 {
        flex-wrap: wrap;
        align-items: unset;
    }

    .mobile-bussiness .bussiness-box {
        width: 48%;
        height: auto;
    }

    .cta .cta-img img,
    .mobile-bussiness .heading,
    body .heading p {
        width: 100%;
    }

    .future-technologies .heading,
    .mobile-step .heading {
        padding-right: 10px;
    }

    .future-technologies .future-box {
        float: left;
    }

    .mobile-app-details .d-flex.gap-5 {
        flex-direction: column;
        gap: 1rem !important;
    }

    .displays,
    .mobile-step .col-lg-5::after,
    .mobile-step .stap-img {
        display: none;
    }

    .thrustworthy_partner .heading h2,
    .thrustworthy_partner .heading p {
        padding: 0;
    }

    .thrustworthy_partner .heading ul {
        padding-top: 30px;
    }

    .mobile-step .mobile-stap-box {
        width: 100%;
        height: 275px;
        margin-bottom: 0;
    }

    .mobile-stap-boxlast,
    .position-stickylast {
        width: 80% !important;
    }

    .thrustworthy_partner .heading ul li img {
        margin-top: 4px;
    }
    .enterprise-left p, .feature-description{
        font-size: 16px;
    }
    .enterprise-left h2, .included-number span{
        font-size: 29px;
    }
    .feature-title, p.subtitle{
        font-size: 18px;
    }
    .frame{
        padding: 20px 0px;
    }
    .feature-icon{
        width: 42px;
    }
    .feature-item .feature-icon{
        font-size: 25px;
    }
    .enterprise-left{
        top: 6rem;
    }
    .mainRowBox{
        flex-wrap: wrap;
    }
    .mainRowBox .inner-box{
        width: 30%;
    }
    .ai-capabilities h2.content-title{
        font-size: 25px;
    }
    p.content-sub{
        font-size: 17px;
    }
    .ai-capabilities .content{
        padding: 50px 20px 50px 20px;
    }
    .sidebar{
        width: 308px;
    }
    .side-item{
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 576px) {
    .mainRowBox .inner-box{
        width: 47%;
    }
    h1.title{
        font-size: 30px;
        line-height: 38px;
    }
    p.subtitle{
        width: 100%;
        font-size: 16px;
    }
    .mobile_banner_section .banner-img img {
        margin-top: 30px;
    }
    .enterprise-left h2 span{
        display: inline;
    }
    body .position-sticky{
        top: unset !important;
        position: relative !important;
    }
    .ai-capabilities .content{
        padding: 50px 20px 30px 20px;
    }
    .future-technologies .future-box,
    .mobile-bussiness .bussiness-box,
    .mobile-step .position-sticky, .included-box, .sidebar, body .compliance-development .heading p, .enterprise-left h2, .enterprise-left p {
        max-width: 100%;
        width: 100%;
    }
    .enterprise-section{
        padding: 30px 0px;
    }
    .feature-item{
        padding: 15px 12px 15px 56px;
    }

    .cta .cta-bg {
        border-radius: 0;
        text-align: center;
        padding: 20px 10px 0;
    }

    .cta .cta-img {
        margin: auto;
    }

    .cta .cta-img img {
        width: 60%;
    }

    .indus-box .row>*,
    .width .row>* {
        width: 50%;
    }

    .mobile-services .services-box {
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .cta {
        margin-top: 40px;
    }

    body .heading h2 {
        font-size: 25px !important;
        line-height: 31px;
    }

    .mobile_banner_section .banner-details h1 {
        line-height: 34px;
        margin-bottom: 10px;
    }

    .mobile_banner_section {
        padding: 30px 17px 85px;
    }

    .mobile-step .position-sticky {
        padding: 0;
    }

    .mobile-stap-boxlast,
    .position-stickylast {
        width: 100% !important;
    }

    .mobile-step .mobile-stap-box h3 {
        padding: 5px 0;
    }

    .mobile-step .mobile-stap-box {
        margin: 10px 0;
        height: auto;
    }
    body .achivements .heading h2{
        font-size: 30px !important;
    }
    .achivements{
        padding: 25px 0px 10px 0px;
    }
}