/*=== main-wrapper start ===*/
.wrapper-upper {
    padding: 50px 0;
}

.wrapper-upper h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #212121;
    text-align: center;
}

.wrapper-upper p {
    font-size: 16px;
    text-align: center;
    color: #4A4A4A;
}

.wrap-mainpart {
    background: #D6CCEB;
}

/*=== tabs ====*/
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    display: inline-block;
}

.tab-links li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5C7CE5;
    background: #FAFBFF;
    display: inline-block;
    width: 200px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 54px;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #5C7CE5;
    color: #FAFBFF;
}

.tab-links li.active a,
.tab-links li.active a:hover {
    background: #7B65C5;
    color: #FAFBFF;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-link1 {
    background: #FAFBFF;
    max-width: 414px;
    display: block;
    margin: 0 auto;
    border: 4px solid #FFFFFF;
    border-radius: 54px;
    text-align: center;
}

.tab-link1 li .violet {
    color: #7B65C5;
}

.tab-link1 li .violet:hover {
    background: #7B65C5;
    color: #FAFBFF;
}

.tab-link1 li.active .gren,
.tab-link1 li.active .gren:hover {
    background: #5C7CE5;
    color: #FAFBFF;
}

.wrap-tab1 {
    background: #7B65C5;
    padding: 30px 40px;
    border-radius: 16px;
}

.tab1-left h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #FAFBFF;
    margin-bottom: 0;
}

.tab1-left h5 {
    font-weight: 600;
    font-size: 14px;
    color: #FAFBFF;
    margin: 14px 0 20px
}

.tab1-left ul {
    background: #4A2F83;
    padding: 13px 16px;
    border-radius: 8px;
}

.tab1-left ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FAFBFF;
    padding: 2px 0;
}

.tab1-left ul li i {
    font-size: 12px;
    margin-right: 5px;
}

.tab1-left p {
    font-weight: 600;
    font-size: 12px;
    color: #FAFBFF;
    margin-top: 20px;
}

.tab1-rituper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab1-rituper p {
    font-size: 12px;
    font-weight: 400;
    color: #FAFBFF;
    margin-bottom: 0;
}

.uper-link1 {
    width: 220px;
    margin-left: auto;
    background: #623FAA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid #623FAA;
    border-radius: 54px;
}

.uper-link1 li a {
    width: 105px;
    font-weight: bold;
    font-size: 12px;
    color: #FAFBFF;
    background: #623FAA;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 54px;
}

.uper-link1 a:hover {
    background: #FAFBFF;
    color: #7B65C5;
}

.uper-link1 li.active a,
.uper-link1 li.active a:hover {
    background: #FAFBFF;
    color: #7B65C5;
}

@media only screen and (max-width: 900px) {
    .tab1-rituper {
        flex-direction: column;
    }

    .uper-link1 {
        width: 220px;
        margin: auto;
        margin-top: 10px;
        background: #623FAA;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 3px solid #623FAA;
        border-radius: 54px;
    }
}


.price-item {
    background: #623FAA;
    border-radius: 16px;
    padding-bottom: 30px;
    margin: 14px 0;
}

.price-item ul li {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #FAFBFF;
    padding: 5px 0;
}

.price-item ul li i {
    font-size: 12px;
    padding-right: 5px;
}

.price-item ul li:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-size: 12.5px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 0;
}

.price-item ul .cros::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(images/times.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 0;
}

.prc-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #7B65C5;
    background: #FAFBFF;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    margin-top: 20px;
}

.prc-itmtop {
    padding: 45px 15px 25px;
}

.prc-itmtop h3 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #FAFBFF;
    margin-bottom: 0;
}

.prc-itmtop h2 {
    font-weight: bold;
    font-size: 24px;
    color: #FAFBFF;
    text-align: center;
    margin-bottom: 0;
}

.prc-itmtop h2 small {
    font-size: 16px;
    font-weight: 700;
}

.price-part .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.tab-link1 {
    margin-top: -75px;
    margin-bottom: 30px;
}

.mst-poplar h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #FAFBFF;
    background: #4A2F83;
    text-align: center;
    display: block;
    padding: 8px 15px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 0;
}

.price-item ul {
    padding: 0 15px;
}

.prc-top2 {
    padding-top: 18px;
}

.prc-itmtop p {
    font-weight: 600;
    font-size: 10px;
    color: #FAFBFF;
    text-align: center;
    margin-bottom: 0;
}

.wrap-mainpart2 {
    background: #D6CCEB;
    padding: 50px 0;
}

.bg-change {
    background: #D5DCF1;
}

.wrap-tab2 {
    background: #5C7CE5;
    padding: 30px 40px;
    border-radius: 16px;
    position: relative;
}

.influ-part {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    padding: 100px 0;
}

@media only screen and (max-width: 900px) {
    .influ-part {
        padding: 15px 0;
    }   
}

.influ-left {
    background: #3E5CBF;
    border-radius: 16px;
}

.influ-lfttop {
    padding: 20px 20px;
}

.influ-lfttop h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #FAFBFF;
}

.influ-lfttop p {
    font-weight: 600;
    font-size: 16px;
    color: #FAFBFF;
    margin-bottom: 0;
}

.influ-lftbottom {
    background: #25368D;
    border-radius: 0 0 16px 16px;
    padding: 20px 20px 30px;
}

.influ-lftbottom ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FAFBFF;
    padding: 5px 0;
    position: relative;
    padding-left: 0px;
}

.influ-lftbottom ul li i {
    margin-right: 5px;
}

.influ-lftbottom ul li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-size: 16.5px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 8px;
}

.influ-lftbottom a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #5C7CE5;
    display: inline-block;
    padding: 8px 22px;
    background: #FAFBFF;
    border-radius: 50px;
    margin-top: 25px;
}

.influ-item p {
    font-weight: 600;
    font-size: 14px;
    color: #FAFBFF;
}

/*=== onboard page start ===*/
.onboard-header {
    background: #5C7CE5;
    padding: 20px 0;
    text-align: center;
}

.onboard-header img {
    max-width: 150px;
}

.onboard-wrapper {
    background: #E9EBF2;
    padding: 50px 0 100px;
}

.onboard-upper p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #333B56;
    margin-bottom: 0;
}

.onboard-upper h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #333B56;
}

.onboard-upper {
    padding-bottom: 50px;
}

.onboard-main {
    background: #FFFFFF;
    padding: 35px 40px;
    box-sizing: border-box;
    border-radius: 16px;
}

.onboard-main .tab1-left h4 {
    color: #333B56;
}

.onboard-main .tab1-left h5 {
    color: #333B56;
}

.onboard-main .tab1-left ul {
    background: #EFF2FC;
}

.onboard-main .tab1-left ul li {
    color: #333B56;
}

.onboard-main .tab1-left p {
    color: #333B56;
}

.onboard-tabuper p {
    color: #333B56;
}

.onboard-tabuper .uper-link1 {
    background: #5C7CE5;
    border: 3px solid #5C7CE5;
}


.onboard-tabuper .uper-link1 li a {
    background: #5C7CE5;
}

.onboard-tabuper .uper-link1 a:hover {
    background: #FAFBFF;
    color: #5C7CE5;;
}

.onboard-tabuper .uper-link1 li.active a,
.onboard-tabuper .uper-link1 li.active a:hover {
    background: #FAFBFF;
    color: #5C7CE5;;
}

.onboard-item {
    background: #EFF2FC;
}

.onboard-item h3,
.onboard-item h2,
.onboard-item p,
.onboard-item ul li {
    color: #333B56;
} 

.onboard-item ul li::after {
    background-image: url(images/check-2.png);
}

.onboard-item ul .cros::after {
    background-image: url(images/cross-2.png);
}

.onboard-item .mst-poplar h6 {
    background: #3E5CBF;
}

.onbord-btn {
    padding: 0 30px;
}

.onbord-btn a {
    background: #EFF2FC;
    display: block;
    color: #5C7CE5;
    border: 2px solid #5C7CE5;
    transition: 0.2s all ease;
}

.onbord-btn a:hover {
    background: #5C7CE5;
    color: #FFF;
}

.onbord-btn .selected {
    background: #5C7CE5;
    color: #FFF;
}

.onboard-footer {
    background: #5C7CE5;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.onboard-footer::after {
    content: "";
    width: 95%;
    height: 8px;
    display: block;
    background: #FFF;
    position: absolute;
    top: -8px;
}

.onboard-footer a {
    width: 165px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background: transparent;
    padding: 9px 15px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    margin: 0 2px;
    transition: 0.2s all ease;
}

.onboard-footer .complete {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #5C7CE5;
    background: #FFFFFF;
    padding: 10px 15px;
}

.onboard-footer a:hover {
    color: #5C7CE5;
    background: #FFFFFF;
    opacity: .8;
}

.onboard-footer span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    color: #5C7CE5;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    right: 60px;
    z-index: 9999999999;
}
