/* TEF DFP */
.exam-top-head {
    background: url(../image/homepage_background.avif) center/cover no-repeat;
    margin-top: 4rem !important;
    padding: 50px 0;
    text-align: center;
    text-transform: capitalize;
}

.td-exam-left .tdp-exam ul li {
    list-style-type: circle;
    font-size: 17px;
    line-height: 25px;
}

.td-exam-left .tdp-exam ul li span {
    font-weight: 600;
}

.td-exam-left .tdp-exam .exam-highlight ul li,
.accordion_page .exam-highlight ul li {
    list-style-type: square !important;
}

.td-exam-right .right-box {
    position: sticky;
    top: 160px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 2rem 18px;
}

.td-exam-right .right-box-heading {
    padding: 1rem 1rem;
    font-weight: 500;
    font-size: 20px;
}

.td-exam-right .right-box-price {
    padding: .6rem 1rem;
}

.td-exam-right .right-box-price p {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
}

.td-exam-right .right-box-price p span {
    font-size: 18px;
    font-weight: 400;
}

.tef-n a {
    text-decoration: none;

}

.tef-n p {
    margin-bottom: 0;
}

.tef-n .tef-n-module {
    color: #253DA1;
    font-weight: 800;
    text-transform: capitalize;
}

/* Price table */

.right-box-price .Fb-price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
    table-layout: fixed;
}

.right-box-price .Fb-price-table td {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 8px;
    width: 50%;
    font-weight: 600;
}

.right-box-price .Fb-price-table td {
    background-color: #eef1fe;
}

.right-box-price .Fb-price-table .Levl_price {
    font-weight: 400;
}












/* accordion */
.accordion_01 {
    margin-bottom: 10px;
}

.dfp .accordion-exam {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.accordion-exam-header {
    background: url(../image/homepage_background.avif) center/cover no-repeat;
    color: #253DA1;
    padding: 15px 20px;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    width: 100%;
    line-height: 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.accordion-exam-content {
    display: none;
    padding: 10px;
}

.accordion-exam-content.active {
    display: block;
    transition: all 0.5s ease;
}

.accordion_01 .icons {
    float: right;
    font-size: 18px;
}

/* exam table */
.accordion-item {
    border: 1px solid #ccc;
}

.accordion-header {
    background-color: #253DA1;
    color: white;
    padding: 15px 20px;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 20px;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content table {
    text-align: center;
}

.accordion-content th {
    font-size: 18px;
    color: #555555;
}

.accordion-content.active {
    display: block;
}

.accordion .icon {
    float: right;
    font-size: 20px;
}

@media screen and (max-width: 576px) {
    .dfp-exam-right img {
        width: 280px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
}



/* pre-register */

.pre-reg {
    background: url(../image/Pre_Register_BG_50.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--sub-color);
    height: 65vh;
    margin-top: 2%;
}

.pre-reg-header {
    padding-top: 9rem;
    color: var(--sub-color);
    text-transform: capitalize;
    font-weight: var(--primary-weight);
    font-size: 50px;
}

.pre-grid {
    display: grid;
    place-content: center;
}

.pre-reg-content {
    background: rgba(36, 67, 189, .45);
    opacity: 1.5;
    font-size: 18px;
    color: white;
    width: 900px;
}

.pre-1 {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 4rem;
}

.pre-2 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}

.pre-2 .reg-1 {
    font-size: 40px;
    font-weight: bold;
}

.pre-reg-content ul {
    list-style-type: decimal;
    text-transform: capitalize;
    line-height: 22px;
}

.pre-reg-content li {
    padding-bottom: 20px;
}



.form_01 {
    /* margin: 3rem 0; */
    background: linear-gradient(#fff, #e7e3e3);
}

.form_01 .form-control,
.form-select {
    background-color: #e7e3e3;
}

.form_01 .form-label,
.form-select {
    font-size: 16px;
    font-weight: 700;
    color: var(--addition-color);
    text-transform: capitalize;
}

.form-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}

#myForm {
    background-color: #fff;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 3rem 4rem;
    border-radius: 15px;
}

.pre-reg-right li {
    padding-bottom: 23px;
    line-height: 20px;
}

.form-left {
    padding: 3.5rem 2rem;
    background-color: #fff;
    border-radius: 10px;
}

@media screen and (max-width: 576px) {
    .pre-reg {
        height: 100vh !important;
    }

    .pre-reg-header {
        font-size: 29px;
        line-height: 30px;
    }

    .pre-reg-content {
        width: 310px;
        font-size: 15px;
    }

    .pre-1 {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        padding: 1rem 2rem;
    }

    .form_01 {
        padding: 0 1rem;
    }

    #myForm {
        padding: 3rem 2rem;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .pre-reg {
        height: 100h !important;
    }

    .pre-reg-header {
        line-height: 60px;
    }

    .pre-reg-content {
        width: 600px;
        font-size: 23px;
    }

    #scroll-down-btn {
        position: absolute;
        top: 65%;
        right: 10%;
    }

    .form_01 {
        /* padding: 0 1rem; */
        font-size: 20px;
    }

    #myForm {
        padding: 3rem 4rem;
    }

    .form_01 .form-label,
    .form-select {
        font-size: 20px;
    }
}

@media (min-width: 530px) and (max-width: 991px) {
    .exam-top-head {
        margin-top: 7rem !important;
    }
}

@media (max-width: 530px) {
    .exam-top-head {
        margin-top: 4.5rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .exam-top-head {
        margin-top: 5.5rem;

    }
}