.main-banner-inner p+p {
    font-weight: 400;
}
.testimonials {
    color: #fff;
    padding: 70px 0
}

.test-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.test-header .text {
    max-width: 650px
}

.testimonial-grid {
    display: grid;
    gap: 24px;
    margin-top: 40px
}

#consultation-popup button.blue-button,.hdr-link p {
    font-size: 14px
}

.hdr-link a {
    font-weight: 700;
    font-size: 16px;
    color: #1167e8;
    text-decoration: none
}

.testimonial-card {
    background: #fff;
    color: #000;
    padding: 23px;
    border-radius: 16px;
    box-shadow: 0 5px 14px 0 #0000000D;
    border: 1.45px solid #efefef
}

.testimonial-card p {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 15px 0 20px;
    min-height: 156px
}
.testimonial-grid, .why-grid {
    grid-template-columns: repeat(3, 1fr);
}
.client-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #efefef;
    padding-top: 20px;
}
.client-wrap h4, section.why-manufacturing h3 {
    margin: 0;
}
.healthcare-achievements {
    padding: 36px 0 88px;
}

.healthcare-achievements .commen-title-heading {
    margin-bottom: 34px;
}

.healthcare-achievements-grid {
    display: grid;
    grid-template-columns: minmax(420px, 1.08fr) minmax(460px, .92fr);
    gap: 42px;
    align-items: center;
    padding-top: 40px;
}

.healthcare-achievements-figure img {
    /* width: 100%; */
    /* max-width: 760px; */
    height: auto;
    display: block;
}

.healthcare-achievements-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.healthcare-achievements-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.healthcare-achievement-card {
    /* min-height: 210px; */
    border-radius: 34px;
    background: #F5F7FE;
    /* box-shadow: 0 10px 30px rgba(17, 41, 84, .08); */
    padding: 22px 38px;
    display: flex;
    align-items: center;
    gap: 13px;
}


.healthcare-achievement-card strong {
    display: block;
    color: #202229;
    font-size: 26px;
    line-height: .95;
    font-weight: 800;
    margin-bottom: 3px;
}

.healthcare-achievement-card span {
    display: block;
    color: #252934;
    font-size: 18px;
    /* line-height: 1.08; */
    font-weight: 400;
}

.healthcare-achievement-card span b {
    font-weight: 700;
}

.healthcare-achievements-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.healthcare-achievements-cta .blue-button {
    /* min-width: 360px; */
    /* justify-content: center; */
    /* padding: 22px 30px; */
    /* border-radius: 20px; */
    /* font-size: 22px; */
    /* line-height: 1; */
    gap: 10px;
}
.our_competency.healthcare [class*=col-] ul.systemTabs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}
.our_competency.healthcare [class*=col-] ul.systemTabs li {
    flex: 0 0 calc(50% - 30px);
    list-style: none;
}
.our_competency.healthcare [class*=col-] ul.systemTabs li:nth-child(2) {
    margin-top: 30px;
}
.our_competency.healthcare [class*=col-] ul.systemTabs li:nth-child(3) {
    margin-top: -30px;
}
.our_competency.healthcare #tab1:checked~[class*=col-] ul.systemTabs li:nth-child(1) label, .our_competency.healthcare #tab2:checked~[class*=col-] ul.systemTabs li:nth-child(2) label, .our_competency.healthcare #tab3:checked~[class*=col-] ul.systemTabs li:nth-child(3) label, .our_competency.healthcare #tab4:checked~[class*=col-] ul.systemTabs li:nth-child(4) label {
    color: #fff;
    border-bottom-color: #2166F3;
    background: #2166F3;
}
.our_competency.healthcare input+[class*=col-] ul.systemTabs li label {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #b7b7b7;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 40px;
    border-bottom: 8px solid #dcdcdc;
    min-height: 250px;
    flex-direction: column;
    justify-content: flex-end;
}
.our_competency.healthcare #tab1:checked~[class*=col-] ul.systemTabs li:nth-child(1) img, .our_competency.healthcare #tab2:checked~[class*=col-] ul.systemTabs li:nth-child(2) img, .our_competency.healthcare #tab3:checked~[class*=col-] ul.systemTabs li:nth-child(3) img, .our_competency.healthcare #tab4:checked~[class*=col-] ul.systemTabs li:nth-child(4) img {
    filter: brightness(100);
    opacity: 1;
}
.our_competency.healthcare input+[class*=col-] ul.systemTabs li label img {
    margin-bottom: 25px;
    filter: brightness(0);
    opacity: .25;
}
.our_competency.healthcare input+[class*=col-] ul.systemTabs li label img {
    margin: 0 0 25px;
}
.our_competency.healthcare #tab1:checked~[class*=col-] .tab.content1, .our_competency.healthcare #tab2:checked~[class*=col-] .tab.content2, .our_competency.healthcare #tab3:checked~[class*=col-] .tab.content3, .our_competency.healthcare #tab4:checked~[class*=col-] .tab.content4 {
    display: flex;
    position: relative;
}
.our_competency.healthcare input~[class*=col-] .tab {
    display: none;
    margin: 0 !important;
    max-width: 568px !important;
    width: 100%;
    border-left: 10px solid #2166f3;
    border-radius: 50px;
    height: 100%;
    padding: 50px 0;
}
.our_competency.healthcare [class*=col-] .tab>.innerWraper {
    max-width: 410px;
    width: 100%;
    padding-left: 15px;
    margin-left: auto;
}
.our_competency.healthcare h4 {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    font-size: 32px;
}
.our_competency h4, .our_competency h3 {
    font-size: 24px;
}
.our_competency h4, .our_competency h3 {
    font-size: 24px;
    margin-bottom: 13px;
    margin-top: 38px;
}
.our_competency.healthcare [class*=col-] .tab>.innerWraper ul {
    /* max-width: 280px; */
    padding: 0;
}
.our_competency.healthcare [class*=col-] .tab>.innerWraper ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 32px;
    list-style: none;
}
.our_competency.healthcare [class*=col-] .tab>.innerWraper ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../../assets/images/healthcare/tick-icon.svg) no-repeat 0 0;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
}
.our_competency.healthcare [class*=col-] .tab .imgBox {
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100px, -50%);
}
.our_competency.healthcare [class*=col-] .tab .imgBox .innerWraper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    border: 10px solid #ffff;
    background-color: #ffff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}
.our_competency.healthcare [class*=col-] .tab .imgBox .innerWraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_competency.healthcare input {
    display: none;
}
.our_competency .it-service {
    gap: 130px;
    padding-top: 40px;
}
.tab-buttons, .tab-contents{
width:50%;
}
.key_clients {
    background: #f6fcf4;
    background: linear-gradient(111deg, rgba(246, 252, 244, 1) 0, rgba(244, 251, 254, 1) 100%);
    text-align: center;
    margin-top: 60px;
}
.key_clients ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.key_clients ul li{
    list-style: none;
}


.case-study-slider, .adv-slider {
    padding-top: 50px;
    width: 100%;
}
.case-study-slider .glide__arrows {
    margin: 20px 0px 0px auto;
}
#newsGlide .glide__arrows{
    /* display: none !important; */
    margin: 20px auto 0;
}
#newsGlide .glide__bullets{
     margin: 0 auto;
     right: unset;
 }
ul.industries-list {
    display: flex;
    /* gap: 20px; */
    padding: 30px 0 0;
}
.industries-sec-wrap .glide__bullets {
    /* top: 30px; */
    margin-left: 50%;
    transform: translateX(-50%);
    right: unset;
}
.coming-soon {
    position: absolute;
    bottom: -210px;
    padding: 20px;
    z-index: 1;
}

.coming-soon span, .coming-soon p {
    color: #fff;
}
ul.industries-list li:hover .coming-soon {
  bottom:-10px;  
  transition: all .5s;
}
span.display {
    font-weight: 700;
    font-size: 19.85px;
    line-height: 23.82px;
    color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

ul.industries-list li:hover span.display{
    display:none;
}


.coming-soon span {
    font-weight: 700;
    font-size: 19.85px;
    line-height: 23.82px;
}

.coming-soon p {
    font-size: 14px;
    line-height: normal;
}
.coming-soon:hover{bottom: 0;transition: all;}

ul.industries-list li {
    list-style: none;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 10px);
    height: 260px;
}
ul.industries-list li:after{
    content:"";
    display:inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    left: 0;
}
section.our_insights {
    background: #F8FAFB;
    margin-top: 60px;
    padding-top: 60px;
}

.industries-list span.coming-soon {
    display: block;
}

.industries-list img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.shadow_box {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1) !important;
    border-radius: 15px;
    padding: 15px 38px;
}
.fullstack-box.technologiesList.mobileHeightShowMore .f-18.li img {
    width: 100px;
}
section.snpc2-section {
    background: #F8FAFB;
    margin-top: 60px;
}
@media (max-width: 1500px) {
    .our_competency.healthcare input~[class*=col] .tab {
        width: 100%;
    }
        .our_competency.healthcare [class*=col] .tab .imgBox {
        width: 160px;
        height: 160px;
    }
        .our_competency.healthcare [class*=col] .tab .imgBox .innerWraper {
        border: 5px solid #ffff;
    }
        .our_competency p.w-50 {
        width: 100% !important;
        max-width: 850px;
    }
    .our_competency.healthcare input~[class*=col] .tab {
        width: 100%;
    }
}
@media (max-width: 1366px) {
    section.main-banner-inner h1.title {
        font-size: 36px;
        line-height: 1.2;
    }
}
@media (max-width: 1280px) {
    .our_competency.healthcare [class*=col] .tab>.innerWraper {
        max-width: 100%;
        width: calc(100% - 40px);
        padding-right: 0;
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .right-slider-banner, section.main-banner-inner .text{
        width: 50%;
    }
    .healthcare-achievements-figure img{
        width: 100%;
    }
    .case-study-slider .glide__arrows {
    margin: 20px auto 0px auto;
}
}
@media (max-width: 1024px) {
    .our_competency.healthcare input+[class*=col-] ul.systemTabs li label {
        font-size: 16px;
        line-height: 24px;
        min-height: 220px;
    }
    .our_competency.healthcare [class*=col] .tab>.innerWraper {
        width: calc(100% - 65px);
    }
    .our_competency.healthcare h4 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .our_competency.healthcare [class*=col-] .tab>.innerWraper ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    .key_clients ul {
        padding: 0 30px;
    }
        .key_clients ul img {
        height: 50px;
    }
}
@media (max-width: 991px) {
    .testimonial-grid, .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .healthcare-achievements-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 0px;
    }

    .healthcare-achievements-figure img {
        max-width: 620px;
        margin: 0 auto;
        display: none;
    }

    .healthcare-achievements-content {
        align-items: stretch;
    }
        .our_competency.healthcare [class*=col-] ul.systemTabs {
        gap: 11px;
    }
    .our_competency.healthcare input+[class*=col-] ul.systemTabs li label {
        min-height: 180px;
    }
        .our_competency.healthcare input+[class*=col-] ul.systemTabs li label {
        padding: 20px;
    }
    .our_competency.healthcare input+[class*=col-] ul.systemTabs li label img {
        width: 48px;
        margin-bottom: 15px;
    }
        .our_competency.healthcare [class*=col-] .tab>.innerWraper ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-left: 24px;
    }
        .our_competency.healthcare [class*=col-] .tab>.innerWraper ul li:before {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 860px) {
    .right-slider-banner
 {
        max-width: 630px;
        margin: 40px auto 0px auto;
    }
        .right-slider-banner, section.main-banner-inner .text {
        width: 100%;
    }
        section.main-banner-inner .text {
        margin-top: 10px;
        text-align: center;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
    .key_clients ul img {
        height: 30px;
    }
    .key_clients ul li{
        flex: 0 0 120px;
    }
    .key_clients ul li img{
        width: 100%;
    }
    .main-banner-inner .button-wrapper {
        justify-content: center !important;
        gap: 15px;
    }
        .main-banner-inner .button-wrapper {
        margin-bottom: 25px;
    }
    .our_competency.healthcare [class*=col-] .tab .imgBox .innerWraper{
            width: 80%;
    height: 80%;
    }
    .our_competency .it-service {
    gap: 50px;
}
.our_competency.healthcare [class*=col-] .tab .imgBox{
    transform: translate(-50px, -50%);
}
.our_competency.healthcare [class*=col-] ul.systemTabs li{
        flex: 0 0 calc(50% - 6px);
}
}
@media (max-width: 767px) {
    .our_competency.healthcare h2.sub_title {
        text-align: center !important;
    }
        .our_competency.healthcare p {
        text-align: center !important;
    }
    .our_competency.healthcare [class*=col-] ul.systemTabs {
        display: none !important;
    }
        .our_competency.healthcare input~[class*=col] .tab {
        display: flex;
        flex: 0 0 calc(50% - 20px);
        margin: 10px !important;
        flex-direction: column-reverse;
        justify-content: flex-end;
        border-left: 0 solid #2166f3;
    }
    .our_competency h4, .our_competency h3 {
        font-size: 19px;
    }
    .our_competency.healthcare [class*=col] .tab>.innerWraper ul {
        max-width: 100%;
    }
    .our_competency.healthcare [class*=col] .tab>.innerWraper ul li {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 28px;
    }
        .our_competency.healthcare [class*=col] .tab>.innerWraper ul li {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .our_competency.healthcare [class*=col] .tab>.innerWraper ul li:before {
        width: 18px;
        height: 18px;
        top: 8px;
    }
    .our_competency.healthcare [class*=col] .tab>.innerWraper ul li:before {
        top: 3px;
    }
    .key_clients ul {
        padding: 0;
        column-gap: 10px;
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: center;
    }
    .key_clients ul li {
        flex: 0 0 140px;
    }
    .key_clients ul{
        flex-wrap: wrap;
    }
    .our_competency .it-service{
        flex-flow: row wrap;
        padding-top: 0;
    }
     .tab-contents {
        width: 100%;
        flex-flow: row wrap;
        }
    .our_competency.healthcare [class*=col-] .tab .imgBox{
        position: static;
        transform: unset;
        margin: 0 auto 30px;
    }
    .our_competency.healthcare [class*=col-] .tab>.innerWraper{
        margin: 0;
    }
    .our_competency.healthcare [class*=col-] .tab .imgBox .innerWraper{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 667px) {
    .our_competency.healthcare input~[class*=col] .tab {
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 calc(100% - 0px);
        margin: 10px 0 !important;
        text-align: left;
        border-radius: 30px;
        padding: 26px 0;
    }
}
@media (max-width: 640px) {
    .testimonial-grid, .why-grid {
        grid-template-columns: 1fr;
    }

    .healthcare-achievements {
        padding: 0px 0 0px;
    }

    .healthcare-achievements-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .healthcare-achievement-card {
        min-height: auto;
        padding: 24px 22px;
        border-radius: 24px;
        gap: 18px;
    }

    .healthcare-achievement-card img {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .healthcare-achievement-card strong {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .healthcare-achievement-card span {
        font-size: 22px;
    }

    .healthcare-achievements-cta .blue-button {
        min-width: 100%;
        font-size: 18px;
        padding: 18px 22px;
    }
    .case-study-wrapper a, .case-study-wrapper h3, .case-study-wrapper h4 {
        color: #000;
        line-height: normal;
        font-size: 18px;
    }
    .our_competency.healthcare h4{
    font-size: 18px;
}
    .key_clients ul li {
        flex: 0 0 100px;
    }
    .case-study-slider .glide__arrows {
    margin: 8px auto auto;
}
    .case-study-wrapper a {
        font-size: 14px;
    }
}
