.app-development-process {
    background: linear-gradient(180deg, #FAFAFA 75%, #ffffff 75%);
    padding-bottom: 0;
    position: relative;
    padding-top: 5%;
}

.app-development-process h2.section-title {
    font-weight: 500;
    color: #565656;
    font-size: 25px;
    line-height: 34px;
}

.app-development-process h2.section-title span {
    font-weight: 700;
    color: #4387ff;
    font-size: inherit;
}

.app-development-process p.section-content {
    padding: 1% 0;
    font-weight: 500;
    color: #555;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
}

.app-development-process .tab-content {
    background: #fff;
    box-shadow: 0 -12px 20px rgba(0, 0, 0, .03);
    border-radius: 20px 20px 0 0;
    padding: 50px 35px 30px;
    margin-top: 25px
}

.responsive-tabs {
    padding: 1rem;
}

.app-development-process .nav-link,
.app-development-process .tab-content .card-header h3 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    border: none;
    margin: 0 25px;
    text-decoration: none
}

@media(max-width: 991px) {

    .app-development-process .nav-link,
    .app-development-process .tab-content .card-header h3 a {
        display: flex;
        text-align: left;
        margin: 0;
        padding: 0;
        align-items: center
    }
}

.app-development-process .nav-link,
.app-development-process .tab-content .card-header .etchthree a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    border: none;
    margin: 0 25px;
    text-decoration: none
}

@media(max-width: 991px) {

    .app-development-process .nav-link,
    .app-development-process .tab-content .card-header .etchthree a {
        display: flex;
        text-align: left;
        margin: 0;
        padding: 0;
        align-items: center
    }
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.app-development-process .nav-tabs .nav-link.active {
    color: #4387ff;
    background: 0 0
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.app-development-process .nav-link,
.app-development-process .tab-content .card-header .etchthree a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    border: none;
    margin: 0 25px;
    text-decoration: none;
}

.app-development-process .nav-link,
.app-development-process .tab-content .card-header h3 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    border: none;
    margin: 0 25px;
    text-decoration: none;
}

.app-development-process .nav-tabs {
    border: none
}

.app-development-process h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #565656;
    margin-top: 10px;
    margin-bottom: 0px;
}

.app-development-process h3 span {
    font-weight: 700;
    color: #4387ff
}

.app-development-process .etchthree {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #565656;
    margin-top: 0
}

.app-development-process .etchthree span {
    font-weight: 700;
    color: #4387ff
}

.app-development-process .tab-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #565656;
    text-align: left;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0
}

.app-development-process .number {
    font-size: 24px;
    background: #fff;
    border: 10px solid #f6f6f6;
    border-radius: 100%;
    height: 70px;
    display: flex;
    width: 70px;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

@media(max-width: 991px) {
    .app-development-process .number {
        margin: 0;
        margin-right: 20px
    }
}

.app-development-process .number span {
    color: #4387ff;
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.app-development-process .nav-tabs .nav-link.active span {
    background: rgba(56, 37, 222, 0.6)
}

.app-development-process .nav-tabs .nav-link.active .number {
    background: rgba(56, 37, 222, 0.6);
    border-color: #fff;
    box-shadow: rgba(37, 93, 222, 0.125) 0 10px 10px 0
}

.app-development-process .nav-tabs .nav-link.active .number span {
    background: #4387ff;
    color: #fff
}

.app-development-process .tabs {
    position: relative;
    display: block;
    padding-bottom: 0;
    margin-top: 5rem;
}

.app-development-process .tabs .nav-tabs {
    border: none;
    position: absolute;
    top: -74px;
    justify-content: space-between;
    width: 100%;
    left: 0;
    flex-wrap: nowrap;
}

@media (min-width: 992px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }
}

.responsive-tabs .nav-tabs {
    display: none;
}

.app-development-process .tabs li.nav-item .tab-name {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .app-development-process .card-header a {
        font-size: 17px;
        padding: 10px;
        display: inline-flex;
        align-items: center
    }
}

.development-process-tabs {
    padding: 1rem
}

.development-process-tabs .card-header {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 20px
}

.development-process-tabs .nav-tabs {
    display: none
}

.card-header [aria-expanded]:after {
    content: "";
    font-family: "font awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    font-size: 20px;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.card-header [aria-expanded=true]:after {
    color: #565656 !important
}

.card-header [aria-expanded=true] .number {
    background: #4387ff
}

.card-header [aria-expanded=true] .number span {
    color: #fff
}

.card-header [aria-expanded=false]:after {
    color: #565656;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width: 992px) {
    .development-process-tabs .nav-tabs {
        display: flex
    }

    .development-process-tabs .card {
        border: none
    }

    .development-process-tabs .card .card-header {
        display: none
    }

    .development-process-tabs .card .collapse {
        display: block
    }
}

@media(max-width: 1400px) {
    .app-development-process .nav-link {
        margin: 0 12px
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .app-development-process .nav-link {
        font-size: 14px
    }
}

@media only screen and (min-width: 992px)and (max-width:1399px) {
    .development-process .nav-link {
        margin: 0 23px
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .development-process-tabs .tab-content .tab-pane {
        display: block;
        border: 0
    }

    .development-process-tabs .fade:not(.show) {
        opacity: 1
    }

    .app-development-process p.section-content {
        margin-bottom: 0;
        padding: 45px 0 20px
    }

    .app-development-process .tab-content {
        padding: 40px 55px 20px
    }
}

@media(max-width: 767px) {
    .development-process p {
        margin: 0;
        padding-bottom: 55px
    }

    .development-process .nav-tabs {
        border: none;
        position: relative;
        top: 0
    }

    .development-process .nav-link {
        margin: 0
    }

    .app-development-process h2 {
        font-size: 40px;
        line-height: 46px
    }

    .app-development-process p.section-content {
        margin: 0;
        padding-top: 25px;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 28px
    }

    .development-process-tabs .tab-pane {
        display: block !important;
        opacity: 1;
        border: 0;
        margin-bottom: 0
    }

    .development-process-tabs .card-header {
        padding: 5px 0
    }

    .development-process-tabs .card-header .tab-name br {
        display: contents
    }

    .app-development-process .tab-content {
        padding: 40px 15px 20px
    }

    .app-development-process .card.tab-pane .card-body {
        padding: 10px
    }

    .app-development-process h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .app-development-process .etchthree {
        font-size: 36px;
        line-height: 42px
    }

    .app-development-process .tab-content p {
        font-size: 18px;
        line-height: 34px
    }

    .app-development-process .number {
        margin-top: 0
    }

    .app-development-process .responsive-tabs .card-header {
        padding: 0
    }

    .app-development-process .responsive-tabs .card {
        border: 0
    }

    .app-development-process .tabs {
        padding: 0
    }
}

@media(max-width: 575px) {
    .development-process .nav-link {
        font-size: 11px
    }

    .development-process h3 {
        font-size: 17px;
        line-height: 31px
    }

    .development-process .etchthree {
        font-size: 17px;
        line-height: 31px
    }

    .development-process .tab-content p {
        padding-top: 12px
    }

    .development-process h2 {
        font-size: 45px
    }
}