.all-service-banner{
    background: url(../images/all-services/functional-testing-bg.png) center 0 no-repeat;
    background-size: cover!important;
    height: 558px;
}
.service-banner{
    margin-top: 100px;
    max-width: 100%;
}
.service-banner::after{
    display: none;
}
.service-banner .line {
    background-color: #51d581;
    width: 60px;
    height: 8px;
    display: inline-block;
    margin-bottom: 20px;
}
.all-service-banner h1{
    margin-top: 40px;
    margin-bottom: 16px;
}
.all-service-banner p{
    font-size: 24px;
    line-height: 36px;
    font-family: 'graphikregular';
    padding-left: 0;
    margin-bottom: 60px;
    padding-bottom: 0;
}
.all-service-banner h1::before{
    display: none;
}
.all-service-banner h1::first-letter{
    padding-left: 0;
}
.service-banner a.bookFree{
    margin-top: 0;
    margin-right: 0;
}

.titleSection{
    text-align: center;
    margin-bottom: 48px;
}
.titleSection h3{
    color: #212121;
    font-family: 'graphikbold';
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 13px;
}
.titleSection h3::before{
    background-color: #49CC79;
    width: 52px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 0;
    content: "";
}
.titleSection span{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 21px;
}

/* testingService css */
.testingService{
    background: url(../images/all-services/testing-service-bg.png) 0 bottom no-repeat;
    background-size: 100%;
    padding:0 0 50px 0;
    margin-top: 100px;
}   
.testingServiceList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
}
.testingServiceList .innerBlock{
    width: 46%;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    box-shadow: 0 0 14px 10px rgba(34, 51, 116, 0.06), inset 0 -3px 0 0 #45BA70;
    padding: 24px;
    margin-bottom: 16px;
}
.testingServiceList .innerBlock h4{
    color: #45BA70;
    font-family: 'graphiksemibold';
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 14px;
}
.testingServiceList .innerBlock p {
    color: #424242;
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word;
}
.testingServiceList .innerBlock ul li{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    background: url(../images/all-services/tick-icon.svg) 0 2px no-repeat;
    padding-left: 26px;
}
.iphoneBody .testingServiceList .innerBlock ul li{
    background-position: 0 5px;
}
.testingServiceList .innerBlock ul li:last-child{
    margin-bottom: 0;
}

/* importanceTestingService css */
.importanceTestingService{
    padding: 50px 0 0 0;
}
.importanceLeftSection{
    padding-right: 85px;
}
.importanceLeftSection .contentRow{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.importanceLeftSection .contentRow:last-child{
    margin-bottom: 0;
}
.importanceLeftSection .contentRow .details{
    padding-left: 16px;
}
.importanceLeftSection .contentRow .details h5{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}
.importanceLeftSection .contentRow .details p{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

/* specializeSection css */
.specializeSection{
    margin-top: 0;
    padding-top: 50px;
    background: #fff;
}
.specializeSection .testingServiceList{
    background: url(../images/all-services/application-bg.svg) right bottom no-repeat;
    padding-right: 0;
}
.specializeSection .testingServiceList .innerBlock{
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    box-shadow: 0 0 14px 10px rgba(34, 51, 116, 0.06);
    margin-bottom: 40px;
    padding: 24px 16px;
    position: relative;
    overflow: hidden;
}
.specializeSection .testingServiceList .innerBlock::before{
    background-color: #49CC79;
    border-radius: 0 0 3px 0;
    width: 87px;
    height: 6px;
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
}
.specializeSection .importanceLeftSection .contentRow .details h5{
    margin-bottom: 5px;
}

/* testingApproachSection css */
.testingApproachSection{
    padding: 50px 0;
}
.approchListing{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.approchListing .approchSteps{
    background-color: #FAF9FD;
    border: 1px solid #49CC79;
    border-radius: 23px;
    width: 220px;
    padding: 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.approchListing .approchSteps span{
    background-color: #49CC79;
    border-radius: 0 0 39px 0;
    width: 112px;
    height: 53px;
    position: absolute;
    left: 0;
    top: -5px;
    color: #FFFFFF;
    font-family: 'graphikmedium';
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.approchListing .approchSteps h5{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.approchListing .approchSteps p{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
}

/* Advanced Technologies and Tools css */
.advancedToolsSection{
    padding: 50px 0;
}
.advancedToolsSection .innerSection{
    background: url(../images/all-services/tools-bg.svg) 0 0 no-repeat;
    background-size: cover;
    padding: 48px 0;
}
.advancedToolsSection .innerSection h4{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}
.advancedToolsSection .innerSection ul{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.advancedToolsSection .innerSection ul li{
    background-color: #FFFFFF;
    border: 0px solid #D1EFC4;
    border-radius: 4px;
    width: 215px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.advancedToolsSection .innerSection ul li img{
    height: 38px;
}
.advancedToolsSection .innerSection .toolsBlock{
    margin-bottom: 48px;
}
.advancedToolsSection .innerSection .toolsBlock:last-child{
    margin-bottom: 0;
}

/* engagementModels css */
.engagementModels{
    padding: 50px 0;
}

/* Ready to Improve Your Software Quality css */
.improveQuality{
    padding: 50px 0;
}
.improveQuality .improveQualityBlock{
    padding: 24px;
    background-color: #FFFFFF;
    border: 1px solid #49CC79;
    box-shadow: 0 12px 74px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
}
.improveQuality .improveQualityBlock h4{
    color: #000000;
    font-family: 'graphikbold';
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}
.improveQuality .improveQualityBlock p{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 32px;
}
.improveQuality .improveQualityBlock a {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #49CC79;
    border: 1px solid #49CC79;
    padding: 11px 22px;
    font-family: 'graphikmedium';
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px;
}
.improveQuality .improveQualityBlock a.button_button__3HGS0 polyline {
    stroke: #fff;
}

/* Faq Css */
.newFaqSec{
    padding: 50px 0;
}

/* Client Success Stories css */
.thinkerSection{
    padding-bottom: 0;
}
.sliderSection{
    border-bottom: #E7EAF1 solid 1px;
    margin-bottom: 50px;
}

.relatedServicesSection{
    padding-top: 50px;
    padding-bottom: 100px;
}

/* whyChoose Us css */
.whyChooseUsSection{
    background: #F8F7FC;
    padding-top: 72px;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.whyChooseRightContent{
    background: url(../images/all-services/why-choose-us-bg.png) right 0 no-repeat;
    background-size: 210px;
    height: 100%;
    padding-top: 70px;
}
.whyChooseRightContent ul li{
    color: #424242;
    font-family: 'graphiksemibold';
    font-size: 18px;
    margin-bottom: 26px;
    background: url(../images/all-services/checkmark-green.svg) 0 0 no-repeat;
    padding-left: 26px;
}
.whyChooseRightContent ul li:last-child{
    margin-bottom: 0;
}
.service-banner a.bookFree{
    border-radius: 4px;
}
.relatedServicesSection a.button_button__3HGS0{
    border-radius: 4px;
}

/* jarvisSection css */
.jarvisSection{
    background: #041F33;
    padding-top: 75px;
    padding-bottom: 90px;
    position: relative;
}
.jarvisSection::before {
    background-image: url('../images/all-services/jarvis-left.png');
    background-repeat: no-repeat;
    border-radius: 0 0 3px 0;
    width: 220px;
    height: 600px;
    position: absolute;
    left: 0;
    content: "";
    background-size: cover;
}
.jarvisSection::after {
    background-image: url('../images/all-services/jarvis-right.png');
    background-repeat: no-repeat;
    border-radius: 0 0 3px 0;
    width: 220px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 50px;
    content: "";
    background-size: cover;
}
.jarvisSection .actionButtuon a {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #49CC79;
    border: 1px solid #49CC79;
    padding: 11px 22px;
    font-family: 'graphikmedium';
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 10px;
}
.jarvisSection .actionButtuon a.viewAll{
    color: #49CC79;
    background: #fff;
}
.jarvisSection .actionButtuon a.button_button__3HGS0 polyline {
    stroke: #fff;
}
.jarvisSection .actionButtuon a.viewAll.button_button__3HGS0 polyline{
    stroke: #49CC79;
}
.jarvisSection .titleSection{
    max-width: 895px;
    margin: 0 auto;
}
.jarvisSection .titleSection h6{
    color: #CAD1D6;
    font-family: 'graphikregular';
    font-size: 20px;
    letter-spacing: 7px;
    opacity: 0.669999957084656;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.jarvisSection .titleSection h3{
    font-size: 48px;
    color: #B8D0F5;
    padding: 0 155px;
    line-height: 54px;
    padding-top: 30px;
}
.jarvisSection .titleSection h3 label{
    color: #fff;
}
.jarvisSection .titleSection span{
    color: #CAD1D6;
    font-family: 'graphikregular';
    font-size: 18px;
    line-height: 28px;
    opacity: 0.600000023841858;
}
.jarvisSection h4{
    color: #FFFFFF;
    font-family: 'graphikmedium';
    font-size: 24px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 25px;
}
.jarvisSection .jarvisFeatures{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 84px;
}
.jarvisSection .jarvisFeatures .jarvisFeaturesList {
    max-width: 284px;
    padding: 16px;
    color: white;
    border-width: 2px;
    flex: 1;
    border-style: solid;
    border-image: 
        linear-gradient(
        to bottom, 
        rgba(34, 169, 218, 0.5), 
        rgba(205, 228, 234, 0.08)
        ) 1;
}
.jarvisSection .jarvisFeatures .jarvisFeaturesList span{
    width: 32px;
    display: block;
    border-bottom: #49CC79 solid 5px;
    margin-bottom: 8px;
    color: rgb(73 204 121 / 0.300000011920929);
    font-family: 'graphikmedium';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.jarvisSection .jarvisFeatures .jarvisFeaturesList p{
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 20px;
    line-height: 26px;
    opacity: 0.699999988079071;
    margin-bottom: 0;
}


.jarvisIcon {
    padding: 52px 0px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jarvisIcon::before {
    border-radius: 0 0 3px 0;
    width: calc(50% - 40px);
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, rgb(255 255 255 / 3%) 0%, rgba(205, 228, 234, 0.08));
}

.jarvisIcon::after {
    border-radius: 0 0 3px 0;
    width: calc(50% - 40px);
    height: 1px;
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(260deg, rgb(255 255 255 / 3%) 0%, rgba(205, 228, 234, 0.08));
}
.actionButtuon {
    position: relative;
    z-index: 11;
}
.topArrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topArrow::after {
    border-style: solid;
    border-color: transparent;
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    margin-left: 30px;
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: 170px solid #0f2a3e;
}

/* Responsive css */
@media (max-width: 1550px) {
    .jarvisSection::before{
        width: 180px;
        background-size: 100%;
    }
    .jarvisSection::after{
        width: 180px;
        background-size: 100%;
    }
}
@media (max-width: 1299px) {
    .jarvisSection .titleSection{
        max-width: 700px;
    }
    .jarvisSection .titleSection h3{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .advancedToolsSection .innerSection ul li{
        width: 219px;
    }
    .importanceLeftSection{
        padding-right: 0;
    }
    .approchListing{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .approchListing .approchSteps{
        width: 215px;
    }
    .whyChooseUsSection{
        padding-bottom: 50px;
    }
    .whyChooseRightContent{
        padding-top: 20px;
    }
    .jarvisSection::before, .jarvisSection::after{
      display: none;
    }
    .jarvisSection .jarvisFeatures {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .jarvisSection .titleSection h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .jarvisSection .jarvisFeatures .jarvisFeaturesList {
        max-width: 100%;
    }
    .jarvisSection::before, .jarvisSection::after{
        display: none;
    }

    .testingServiceList .innerBlock h4 {
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .breadcrumb{
        flex-wrap: nowrap;
    }
    li.breadcrumb-item{
        white-space: nowrap;
        padding-left: 28px !important;
        position: relative;
    }
    li.breadcrumb-item:first-child{
        padding-left: 0 !important;
    }
    .breadcrumb-item.active{
        text-overflow: ellipsis;
        overflow: hidden;
    }
    li.breadcrumb-item::before{
        position: absolute;
        left: 9px;
        top: 2px;
    }
    .service-banner {
        margin-top: 90px;
        padding-bottom: 46px;
    }
    .all-service-banner h1 {
        margin-top: 48px;
        font-size: 26px;
        line-height: 34px;
    }
    .all-service-banner p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 70px;
    }
    .testingService{
        margin-top: 48px;
        padding-bottom: 24px;
        background: #fff;
    }
    .titleSection{
        margin-bottom: 28px;
    }
    .titleSection h3{
        font-size: 28px;
        line-height: 38px;
    }
    .testingServiceList{
        flex-direction: column;
    }
    .testingServiceList .innerBlock{
        width: 100%;
    }
    .testingServiceList .innerBlock:last-child{
        margin-bottom: 0;
    }
    .importanceTestingService{
        padding-top: 24px;
    }
    .importanceTestingService .orderMobile{
        order: 2;
    }
    .importanceLeftSection{
        padding-right: 0;
    }
    .importanceLeftSection .contentRow img{
        margin-top: 5px;
    }
    .specializeSection{
        margin-top: 0;
        padding-top: 48px;
    }
    .importanceLeftSection .contentRow .details{
        padding-left: 22px;
    }
    .specializeSection .testingServiceList .innerBlock{
        margin-bottom: 16px;
    }
    .specializeSection .testingServiceList .innerBlock img{
        margin-top: 2px;
    }
    .specializeSection .testingServiceList{
        background: #fff;
    }
    .specializeSection .testingServiceList .innerBlock:last-child{
        margin-bottom: 0;
    }
    .testingApproachSection{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .approchListing{
        flex-wrap: wrap;
        gap: 16px;
    }
    .approchListing .approchSteps{
        align-items: flex-start;
        width: 100%;
        display: flex;
    }
    .approchListing .approchSteps h5{
        margin-top: 0;
    }
    .approchListing .approchSteps .stepContent{
        padding-left: 20px;
    }
    .approchListing .approchSteps img{
        margin-top: 5px;
    }
    .advancedToolsSection{
        padding: 24px 0;
    }
    .advancedToolsSection .innerSection ul{
        gap: 13px;
    }
    .advancedToolsSection .innerSection ul li{
        width: 153px;
        padding: 15px;
        height: 64px;
    }
    .advancedToolsSection .innerSection ul li img {
        max-height: 33px;
        max-width: 100%;
        height: auto;
    }
    .advancedToolsSection .innerSection h4{
        line-height: 30px;
    }
    .advancedToolsSection .innerSection{
        background-position: right 0;
    }
    .advancedToolsSection .innerSection .toolsBlock{
        margin-bottom: 28px;
    }
    .engagementModels{
        padding: 24px 0;
    }
    .whyChooseUsSection{
        margin: 0;
        padding-top: 48px;
        padding-bottom: 30px;
    }
    .whyChooseRightContent{
        padding-top: 0;
        background: none;
    }
    .thinkerSection{
        padding-top: 48px;
    }
    .sliderSection{
        margin-bottom: 0;
    }
    .improveQuality{
        padding-top: 48px;
        padding-bottom: 24px;
    }
    .newFaqSec{
        padding: 24px 0;
    }
    .relatedServicesSection{
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .jarvisSection .titleSection h3 {
        font-size: 28px;
        padding: 20px 25px 0px;
        line-height: 34px;
    }
    .jarvisSection .jarvisFeatures {
        flex-direction: column;
        display: flex;
        margin-bottom: 30px;
    }

    .jarvisSection .jarvisSection h4 {
        line-height: 30px;
    }

    .topArrow::after {
        margin-left: 0;
    }

    .jarvisIcon {
        padding: 20px 0px;
    }
    .jarvisSection .jarvisFeatures .jarvisFeaturesList {
        max-width: 100%;
    }
    .jarvisSection .actionButtuon a.viewAll {
        margin-bottom: 20px;
    }
    .jarvisSection {
        padding: 48px 0px;
    }
}