.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
    top: -1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color:  var(--primary-color);
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: -1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: var(--primary-color);
}
.tooltip.show{
    opacity: 1;
    left:-50px !important;
}
.tooltip.fade
{
  left:-50px !important;
}
.tooltip-inner{
    max-width: 250px;
    background-color:  var(--primary-color);
}

.card-pricing{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.f-integrated-customized-section{
    /* height: 600px; */
}

.f-integrated-customized-section .fees-top-content{
    text-align: center;
    margin-bottom: 80px;
    margin-top: -175px;
}
.f-integrated-customized-section .fees-top-content .description{
    font-size: 20px;
}


.f-integrated-customized-fees-section {
    width: 100%;
    display: block;
    position: relative;
    bottom: -150px;
    margin-bottom: 200px;
}

.f-integrated-inner-section {
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    position: relative;
    border-radius: 5px;
    background-color: white;
    z-index: 10;
}

.f-integrated-header{
    font-weight: 600;
    text-align: center;
    padding: 25px 20px;
    color:  var(--primary-color);
    border-bottom: 2px solid #f6f9fc;
}

.f-integrated-body{
    max-width: 500px;
}

.f-integrated-description{
    font-size: 19px;
    margin-bottom: 20px;
}

.f-plus-icon,.f-percent,.f-price{
    font-size: 28px;
    letter-spacing: -.05em;
    color: var(--primary-color);
    font-weight: 600;
}

.f-plus-icon{
    font-size: 16px;
    font-weight: 300;
    color: var(--secondary-color);
}

.f-integrated-customized-section .right-side-image .badge-circle{
    background-color: var(--primary-color);
    border-radius: 50px;
}

.f-integrated-button{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 23px 20px;
    color:  var(--primary-color);
    display: block;    
    border-top: 2px solid #f6f9fc;
    background-color: #e6ebf1;
}

.f-integrated-button:hover{
    background-color: #e6ebf1;
}

.f-customized-inner-section {
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    position: relative;
    border-radius: 0px 5px 5px 0px;
    background-color: rgba(32, 40, 119, 1);
    z-index: 4;
}

.f-customized-header{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 25px 20px;
    color:  var(--white);
    border-bottom: 1px solid #3f51b5;
}

.f-customized-body{
    max-width: 420px;
}

.f-customized-description{
    font-size: 19px;
    margin-bottom: 20px;
}

.f-customized-body .plus-icon, .f-customized-body .percent,.f-customized-body .price{
    font-size: 28px;
    letter-spacing: -.05em;
    color: var(--white);
    font-weight: 600;
}
.f-customized-body .customized-table{
    border-top: 1px solid #3f51b5;
    border-left: 1px solid #3f51b5;
}

.f-customized-body .customized-table-td{
    border-bottom: 1px solid #3f51b5;
    border-right: 1px solid #3f51b5;
    padding: 20px 10px;
}

.f-customized-body .plus-icon{
    font-size: 16px;
    font-weight: 300;
    color: var(--secondary-color);
}

.f-customized-customized-section .right-side-image .badge-circle{
    background-color: var(--primary-color);
    border-radius: 50px;
}

.f-customized-button{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 23px 20px;
    color:  var(--primary-color);
    display: block;    
    background-color: rgba(55, 46, 149, 0.95);
}

.f-customized-button:hover{
    background-color: rgba(83, 49, 177, 0.95);
}

.f-whats-included-section{
    margin-top: 60px;
    margin-bottom: 30px;
}
.f-whats-included-section .right-side-image .badge-circle{
    background-color: var(--primary-color);
}

.main-class.f-pricing-details-section{
    margin-top: 220px !important;
}

.f-pricing-details-box{
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 0 0 30px 0 #e5e0e0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px 10px;
}
.f-pricing-details-box > .f-pricing-detail{
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0px 20px;
}

.f-pricing-details-card-pricing {
    border-left: 2px solid #ebebeb;
    padding: 0px 40px;
}


.fessfaqs .card{
    margin-bottom: 0px !important;
}

@media(max-width: 768px){
    .f-pricing-details-box{
        padding: 20px;
        margin-bottom: 40px;
        grid-gap: 30px 10px;
    }

    .f-pricing-details-box > .f-pricing-detail {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px 10px;
    }
    .f-pricing-details-card-pricing {
        border-left: 0;
        padding: 30px 10px;
        padding-top: 10px;
        border-bottom: 2px solid #ebebeb;
    }
    .f-pricing-detail:last-child .f-pricing-details-card-pricing{
        border-bottom: 0;
    }

}


.integrated-button-link {
    font-size: 20px;
    border-top: 0; 
    background-color: unset; 
    margin-top: 20px;
    padding-top: 20px 40px;
}