.wpweb-pt-body {
    display: none;
}

.wpweb-pt-body.current {
    display: block;
}

.wpweb-process-tab-main .wpweb-pt-list {
    display: flex;
    align-items: stretch !important;
    counter-reset: section;
    list-style: none;
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab {
    width: 16%;
    margin: 10px 10px 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-2 .wpweb-pt-list-tab {
    width: 50%;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-3 .wpweb-pt-list-tab {
    width: 33.33%;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-4 .wpweb-pt-list-tab {
    width: 25%;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-5 .wpweb-pt-list-tab {
    width: 20%;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-2 .wpweb-pt-list-tab:before {
    left: 305px;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-3 .wpweb-pt-list-tab:before {
    left: 205px;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-4 .wpweb-pt-list-tab:before {
    left: 145px;
}
.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-5 .wpweb-pt-list-tab:before {
    left: 125px;
}

.wpweb-process-tab-main .wpweb-pt-list.wpweb-pt-tabs-4 .wpweb-pt-list-tab.current:after {
    bottom: -25px;
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab  a strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab:last-child:before {
    display: none;
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab:before {
    top: 15px;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    left: 105px;
    z-index: -1;
    /* transform: translate(-50%); */
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12.5px 21.7px 12.5px;
    border-color: transparent transparent #0091D4 transparent;
    transform: rotate(60deg);
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a {
    display: flex;
    flex-direction: column;
    padding-top: 80px !important;
    padding-bottom: 20px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    justify-content: center;
    color: #121212cc;
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a:before {
    content: '';
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #414141;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex !important;
    margin: 0 auto !important;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    counter-increment: section;
    content: counter(section);
}

.wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current a:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url('https://d2yn3p1o2oplij.cloudfront.net/wp-content/themes/wpwebinfotech/images/right-path.png'), #0091D4;
    border-radius: 50px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wpweb-process-tab-cont {
    padding: 20px 0 !important;
    margin-top: -13px;
}

.wpweb-pt-body {
    box-shadow: 3px 4px 30px #AEAEAE40;
    padding: 25px 30px !important;
    border-radius: 4px;
    background-color: #fff;
    background-color: transparent;
    text-align: center;
}

@media (max-width: 1200px) {
    .wpweb-process-tab-main {
        display: flex !important;
        align-items: flex-start;
        padding: 0 !important;
    }

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a {
        font-size: 16px;
        line-height: normal;
        padding: 5px !important;
        text-align: left;
        color: #000 !important;
        background-color: #fff !important;
        width: 100%;
        text-align: center;
    }

    .wpweb-process-tab-cont {
        width: 70%;
        padding-top: 0 !important;
        max-width: calc(100% - 10%);
        margin-left: 10px;
        padding: 0 !important;
        margin-top: 0;
    }

    .wpweb-process-tab-cont .wpweb-pt-body {
        box-shadow: 3px 4px 30px #AEAEAE40;
        padding: 10px 10px !important;
        border-radius: 4px;
        background-color: #fff;
        font-size: 13px;
        line-height: 24px;
    }

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab:before,
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current:after,
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a:before,
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current a:after {
        display: none !important;
    }

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab {
        width: 100%;
    }

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab {
        color: #000;
        margin: 0 !important;
        border-bottom: 1px solid #b5b5b5 !important;
        display: flex;
        padding: 0px;
        box-shadow: 3px 4px 30px #AEAEAE59;
        margin-bottom: 6px !important;
    }

    .wpweb-process-tab-main .wpweb-pt-list {
        max-width: 38% !important;
        width: 38% !important;
        justify-content: flex-start;
        flex-direction: column;
    }

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current a {
        background-color: rgba(0, 145, 212, 1) !important;
        color: #fff !important;
        border-radius: 2px;
    }
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab {
        width: 100% !important;
    }
}

@media (max-width: 767px) {

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab:before,
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current:after,
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a:before,
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab.current a:after {
        display: none !important;
    }

    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a {
        font-size: 12px;
        line-height: normal;
        padding: 5px !important;
        text-align: left;
        color: #000 !important;
        background-color: #fff !important;
        width: 100%;
    }
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a strong {
        font-size: 12px;
        line-height: normal;
    }
    .wpweb-process-tab-main .wpweb-pt-list .wpweb-pt-list-tab a br {
        display: block;
    }

    .wpweb-process-tab-cont {
        width: 70%;
        padding-top: 0 !important;
        max-width: calc(100% - 10%);
        margin-left: 10px;
        padding: 0 !important;
        margin-top: 0;
    }

    .wpweb-process-tab-cont .wpweb-pt-body {
        box-shadow: 3px 4px 30px #AEAEAE40;
        padding: 10px 10px !important;
        border-radius: 4px;
        font-size: 13px;
        line-height: 24px;
    }
}