.service02-cost-tabs .nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 0;
    margin-bottom: 32px;
}
.service02-cost-tabs .nav-tabs .nav-link{
    font-size: 18px;
    color: #162340;
    font-weight: 600;
    padding: 9px 25px;
    border-radius: 30px;
    border: 0;
    background-color: transparent;
    position: relative;
    transition: 0.5s all;
}
.service02-cost-tabs .nav-tabs .nav-link.active{
    background: #162340;
    color: #fff;
}
.service02-cost-tabs .nav-tabs .nav-link.active::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #162340;
	border-width: 8px;
	margin-left: -8px;
    transition: 0.5s all;
}

.service02-costrow{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
.service02-costrow .service02-costth{
    width: 372px;
    flex: 0 0 auto;
    padding-top: 50px;
}
.service02-cost-head{
    display: flex;
    flex-direction: column;
}
.service02-cost-head li{
    font-size: 16px;
    color: #162340;
    padding: 9px 0;    
    padding-right: 30px;
    font-weight: 500;
    border-bottom: 1px solid rgba(60,47,192,0.15);
}
.service02-cost-head li p{
    font-size: 12px;
    color: #162340;
    font-weight: 300;
}
.service02-costtd{
    width: 100%;
    flex: 0 1 auto;
}
.service02-pricingrow{
    display: flex;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
}
.service02-pricingbox{
    flex: 0 0 auto;
    width: 100%;
    max-width: 33.33333%;
}
.service02-pricing{
    display: flex;
    flex-direction: column;
}
.service02-pricing h4{
    padding: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 50px;
}
.service02-pricingbox:nth-child(odd) .service02-pricinglist{
    background: #fff;
}
.service02-pricingbox:first-of-type .service02-pricing h4{
    border-top-left-radius: 10px;
}
.service02-pricingbox:last-of-type .service02-pricing h4{
    border-top-right-radius: 10px;
}
.service02-pricinglist{
    display: flex;
    flex-direction: column;
}
.service02-pricinglist li{
    font-size: 14px;
    color: #162340;
    padding: 9px 10px;    
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid rgba(60,47,192,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service02-cost-footer{
    padding: 30px;
    text-align: center;
}
.service02-pricingbox:first-of-type .service02-cost-footer{
    border-bottom-left-radius: 10px;
}
.service02-pricingbox:last-of-type .service02-cost-footer{
    border-bottom-right-radius: 10px;
}
.service02-tvalue{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}
.service02-tvalue span{
    font-size: 30px;
}
.service02-pricing-mobfts,
.service02-tvalue h4{
    display: none;
}

@media (max-width: 1199px){
    .service02-costrow .service02-costth{
        width: 250px;
    }
    .service02-cost-head li{
        font-size: 14px;
    }
    .service02-cost-footer{
        padding: 25px 20px;
    }
    .service02-tvalue{
        font-size: 14px;
    }
    .service02-tvalue span{
        font-size: 24px;
    }
    .service02-pricingbox .service02-light-btn{
        min-width: 120px;
        font-size: 14px;
        white-space: nowrap;
    }
}
@media (max-width: 991px){
    .service02-pricinglist li{
        font-size: 12px;
    }
    .service02-cost-head li p{
        font-size: 10px;
    }
    .service02-pricing h4{
        font-size: 14px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service02-pricingbox .service02-light-btn{
        min-width: 100px;
        font-size: 12px;
    }
    .service02-costrow .service02-costth{
        width: 180px;
    }
    .service02-cost-head li{
        font-size: 12px;
    }
    .service02-cost-footer{
        padding: 20px 15px;
    }
    .service02-cost-tabs .nav-tabs .nav-link{
        font-size: 14px;
        padding: 9px 20px;
    }
}
@media (max-width: 767px){
    .service02-cost-tabs .nav-tabs{
        gap: 10px;
    }
    .service02-pricing > h4,
    .service02-pricing .service02-pricinglist,
    .service02-costrow .service02-costth{
        display: none;
    }
    .service02-pricing-mobfts,
    .service02-tvalue h4{
        display: block;
    }
    .service02-pricingrow{
        flex-direction: column;
        box-shadow: none;
    }
    .service02-pricingbox{
        max-width: 100%;
    }
    .service02-cost-footer{
        border-radius: 10px;
        padding: 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    }
    .service02-pricingbox+.service02-pricingbox{
        margin-top: 20px;
    }
    .service02-tvalue{
        padding: 20px 30px;
        text-align: left;
        font-size: 16px;
        margin-bottom: 0;
    }
    .service02-tvalue h4{
        padding: 0;
        height: auto;
        font-size: 16px;
        text-align: left;
        margin-bottom: 6px;
    }
    .service02-tvalue span {
        font-size: 30px;
    }
    .service02-pricing-mobfts{
        padding: 25px 20px;
        background: #fff;
        border-radius: 0 0 10px 10px;
        text-align: left;
    }
    .service02-pricing-mobfts > button{
        display: block;
        font-size: 16px;
        color: #162340;
        font-weight: 600;
        position: relative;
        padding: 0;
        border: 0;
        background-color: transparent;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .service02-pricing-mobfts > button:after{
        content: '';
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 5px;
        margin: auto 0;
        width: 10px;
        height: 10px;
        border: 1px solid #162340;
        transform: rotate(45deg);
        border-top: 0;
        border-left: 0;
        transition: 0.5s all;
    }
    .service02-pricing-mobfts > button:not(.collapsed)::after{
        transform: rotate(-135deg);
        bottom: -5px;
    }
    .service02-flist{
        width: 100%;
    }
    .service02-flist{
        text-align: left;
        margin-bottom: 20px;
    }
    .service02-flist li{
        font-size: 12px;
        color: #162340;
        font-weight: 300;
        position: relative;
        padding-left: 18px;
    }
    .service02-flist li+li{
        margin-top: 10px;
    }
    .service02-flist li::before{
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 10px;
        height: 6px;
        border: 1px solid #3C2FC0;
        transform: rotate(-45deg);
        border-top: 0;
        border-right: 0;
        border-right: 2px;
    }
}