section.subscription-sec {
    background-color: #F1F7FE;
}

.sub-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding: 20px 32px;
}

.white-heading-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    border-bottom: 1px solid #7a7a7a2b;
    margin-bottom: 26px;
}
.heading-price h3 {
    color: #0362A8;
    font-family: "GTWalsheimPro-Bold";
    font-size: 33px;
}

.blue-boxx {
    text-align: center;
    background-color: #0362A8;
    padding: 20px 28px;
    margin-top: 52px;
    color: #FFFFFF;
    width: 90%;
}

p {
    font-size: 13px;
}

.subscription {
    padding-top: 62px;
    padding-bottom: 62px;
}

.card-holder {
    background-color: #F1F7FE !important;
    padding: 23px 10px !important;
}

.card-holder::placeholder {
    color: #001524;
    font-family: "Poppins-Medium";
    font-size: 13px;
}

.form-group {
    margin-bottom: 23px;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 18px;
    margin-top: 10px;
}

label.form-check-label {
    color: #404040;
    font-family: "GTWalsheimPro-Regular";
}
.main_heading p {
    color: #001524 !important;
}
button.btn.btn-primary.pay {
    width: 121px;
    font-size: 13px;
    font-family: "GTWalsheimPro-Medium";
    background-color: #0362A8 !important;
}
.form-check-label {
    padding-left: 0 !important;
    margin-bottom: 0;
    cursor: pointer;
}
/* custom radio */
/* custom radio */
/* .remember_container {
    position: relative;
    padding-left: 40px;
}

.remember_container span.checkmark {
    background: transparent;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 1px;
    border: 1px solid #01539D;
}

.remember_container input:checked~span.checkmark {
    background: linear-gradient(to right, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
    border: 0;
} */
@media (max-width:768px) {
    .blue-boxx {
        width: 100%;
    }
}
@media (max-width:580px){
    .main_heading h2 {
        font-size: 23px;
    }
}