.meet-flutter-experts .box{
background: linear-gradient(59.13deg, #001B28 3.58%, #0A405C 97.52%);
border-radius: 30px;
padding: 30px 20px;
height: 100%;
}

.meet-flutter-experts .box .img{
    margin-bottom: 20px;
}

.meet-flutter-experts .box h3{
    margin-bottom: 5px;
    font-size: clamp(1.06rem, calc(0.950rem + 0.563vw), 1.63rem);
    color: #fff;
    line-height: 1.3;
}

.meet-flutter-experts .box .short-detail{
    font-size: clamp(0.88rem, calc(0.825rem + 0.250vw), 1.13rem);
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}


.meet-flutter-experts .box ul{
    display: flex;
    column-gap: 15px;
    margin-top: 10px;
}

.meet-flutter-experts .box ul li{
    color: #fff;
    border-radius: 100px;
    border: 1px solid #f47a14;
    padding: 7px 10px;
    font-size: clamp(0.88rem, calc(0.825rem + 0.250vw), 1.13rem);
    line-height: 1.2;
}


.concept-launch-process .box{
    background: #09253A;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    height: 100%;
    position: relative;
}

.concept-launch-process .box .num{
    position: absolute;
    content: "";
    top: 10px;
    right: 20px;
    font-size: clamp(1.13rem, calc(0.975rem + 0.750vw), 1.88rem);
    color: #ffffff30;
    font-weight: 600;
}

.concept-launch-process .box h3{
    font-size: clamp(1.06rem, calc(0.950rem + 0.563vw), 1.63rem);
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}


.concept-launch-process .box p{
    margin-bottom: 0;
    color: #fff;
}


.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .medical_item .nav-link{
    width: 180px;
}


.tex-industry .tex-indust-Swiper{
    height: 100%;
}

.tex-industry .box{
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #0E2D40 0%, #081C28 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
}

.tex-industry .box h3{
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
    margin-bottom: 10px;
    color: #FFF;
    line-height: 1.3;
}

.tex-industry .box p{
    margin-bottom: 0;
    color: #fff;
}

.cta-ondemand-app.cta-flutter .box{
    aspect-ratio: 1600 / 628;
}

.cta-ondemand-app.cta-flutter .box ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px;
} 

.cta-ondemand-app.cta-flutter .box ul li{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #fff;
    column-gap: 10px;
}


@media (min-width: 100px) and (max-width: 1800px) {
.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 55px;
    width: auto;
}
}

@media (min-width: 100px) and (max-width: 1599px) {
.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 55px;
    width: auto;
}

.corewxpertise_ai .core-box .core-icon svg{
    height: auto;
}
.meet-flutter-experts .box{
padding: 30px 15px;
}

.meet-flutter-experts .box ul li {
    padding: 6px 10px;
    font-size: 16px;
}

}

@media (min-width: 100px) and (max-width: 1399px) {
    .top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 50px;
    width: auto;
}

.meet-flutter-experts .box {
        padding: 20px 15px;
    }

.meet-flutter-experts .box ul li {
    font-size: 14px;
}

.meet-flutter-experts .box ul{
    column-gap: 10px;
}


.meet-flutter-experts .box h3{
    font-size: 19px;
}

.concept-launch-process .box .icon svg{
    height: 50px;
    width: auto;
}

.cta-ondemand-app.cta-flutter .box ul {
    row-gap: 10px;
    margin-top: 20px;
}

}


@media (min-width: 100px) and (max-width: 1199px) {
    .cta-ondemand-app.cta-flutter .box {
    aspect-ratio: unset;
}
}

@media (min-width: 100px) and (max-width: 991px) {
    .top_health_features.it-staff-tools.mobile-app-tools.texas-tools .medical_item .nav-link{
    width: 150px;
}

.top_health_features.it-staff-tools.mobile-app-tools.texas-tools .medical_item{
    column-gap: 10px;
}

}

@media (min-width: 100px) and (max-width: 574px) {
        .top_health_features.it-staff-tools.mobile-app-tools.texas-tools .tab-content ul li img{
    height: 40px;
    width: auto;
}


.meet-flutter-experts .box {
        border-radius: 10px;
    }

    .concept-launch-process .box .icon svg{
    height: 40px;
    width: auto;
}

.tex-industry .box{
    padding: 40px 20px;
}


.cta-ondemand-app.cta-flutter .box ul li svg{
    height: 17px;
    width: auto;
}

}