section.pricing {
    padding: 100px 0;
    background: #F4F7FE;
}

section.pricing .content {}

section.pricing .content h1 {
    color: var(--text-secondary);
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

section.pricing .content h1 span {
    font-weight: 300;
    color: var(--text-primary);
}

section.pricing .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: #596582;
    margin-bottom: 20px;
}

section.pricing .content .toggleBox {
    margin: 0 auto;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.pricing .content .toggleBox span.label {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    color: #596582;
}

section.pricing .content .toggleBox .form-switch {
    margin: 0 10px;
}
section.pricing .content .toggleBox .form-switch input[role='switch'] {
    width: 60px;
    height: 30px;
    box-shadow: 0 4px 20px 0 #13316B1A;
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(249, 136, 15, 1)'/%3e%3c/svg%3e");
}

section.pricing .content .toggleBox .form-switch input[role='switch']:checked {
    background-color: #fae2c9;
}

section.pricing .content .card.price {
    border-radius: 10px;
    border: 0;
    box-shadow: 1px 1px 1px 0 #59658226;
    padding: 40px;
}

section.pricing .content .card.price h4 {
    text-align: center;
    color: var(--secondary);
    margin-bottom: 20px;
}

section.pricing .content .card.price h3 {
    color: var(--primary);
    font-weight: 700;
    text-align: center;
}

section.pricing .content .card.price p {
    font-size: 14px;
    margin-bottom: 15px;
}

section.pricing .content .card.price hr {
    width: 40%;
    margin: 30px auto;
    background-color: #DCE3F1;
}

section.pricing .content .card.price span.courseDuration {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #596582;
}

section.pricing .content .card.price a.btn {
    box-shadow: 0 12px 20px 0 #48D6D233;
}


section.pricing .content .card.price.active {background-color: #284477;}

section.pricing .content .card.price.active h3 {
    color: #fff;
}

section.pricing .content .card.price.active p {
    color: #93A0BF;
}

section.pricing .content .card.price.active span.courseDuration {
    color: #93A0BF;
}

.enrolledBox {
    box-shadow: 0px 0px 27px 0 #59658226;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 40px 0 60px 0;
    margin-bottom: 60px;
}

.enrolledBox h2 {
    color: var(--text-primary);
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 48px;
}

.enrolledBox h3 {
    font-family: Lexend;
    font-weight: 600;
    font-size: 40px;
    line-height: 47.5px;
    text-align: center;
    color: var(--text-secondary);
}

.enrolledBox p {
    color: #93A0BF;
}

.enrolledBox p.small {
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.enrolledBox button.btn {
    padding: 0 30px;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 1200px) {
    section.pricing .content .card.price h3 {
        font-size: var(--fs-inner-heading-h1);
    }
}

@media (max-width: 576px){
    section.pricing .content h1 {
        font-size: var(--fs-inner-heading-h2);
        margin-bottom: 0;
    }
    section.pricing .content p {
        font-size: 14px;
        line-height: 28px;
    }
    section.pricing .content .toggleBox {
        width: 280px;
    }
    section.pricing .content .toggleBox span.label {
        font-size: 13px;
    }
    section.pricing .content .toggleBox .form-switch {
        margin-top: -6px;
    }
    section.pricing .content .toggleBox .form-switch input[role='switch'] {
        width: 48px;
        height: 25px;
    }
}
