
body {
    font-family: verdana, Geneva, sans-serif;
    /* background-color: #F4FAFE; */
    background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);

}

/* NAVBAR CSS */

.Topnav {
    box-shadow: 0px 3px 20px #00000029;
    /* background-color: #F4FAFE; */
    background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);
}

.navbar-toggler {
    color: #F5F5F5 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


.nav_links {
    color: #457EDB !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.dropdown {
    color: #457EDB !important;
}

.droplnk {
    font-size: 14px;
}



.navbtn {
    /* background-color: #F4FAFE; */
    background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);
    color: #003DC9;
    border-radius: 25px;
    border: 1px solid #003DC9 !important;
    width: 96px;
    font-size: 14px;
}

.navbtn:hover {
    background: #003DC9 !important;
    color: #FFFFFF;
    border: 1px solid #003DC9 !important;
    border-radius: 25px !important;
}

hr
{
    border:none;
    box-shadow: 0px 8px 8px 10px rgba(208, 224, 255, 0.15);
    background-color: black; 
    border-bottom: 1px solid black

}


/* HERO SECTION */

.Homepage, .category {
    padding-top: 9%;
    padding-bottom: 3%;
}

.hero_text {
    color: #223468;
}

.hero_text h1 {
    color: #223468;
    font-weight: 600;
}


.Homepage .hero_text .hero_subtext {
    font-size: 18px !important;
    font-weight: 500 !important;
}

/* .subtext p {
    color: #485782;
    font-weight: 500;
} */


.input-group.Update_form {
    background-color: #FFFFFF;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
    border-radius: 40px;
}

.Up_form {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: none !important;
}



.Update_form.Up_form {
    border-right: none !important;
}

.Up_form:focus {
    border: none !important;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}

.input-group.Update_form .Updated_btn {
    background-color: #003DC9;
    border-radius: 40px !important;
    font-size: 14px;
    width: 130px;
    color: #FFFFFF;
}

.Tean {
    color: #485782;
    font-weight: 500;
}

/* PRACTICE SECTION */
.practice h1 {
    font-size: 35px;
    font-weight: 500px;
    color: #223468;
}

.Cbt_card.card {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 8px 10px rgba(208, 224, 255, 0.15);
}


.card_title.card-title.h5 {
    font-size: 24px;
    font-weight: 600;
    color: #223468;
}

p.card_text.card-text {
    font-size: 14px;
    color: #485782;
}

.Testbtn {
    background-color: #003DCD;
    color: #FFFFFF;
    border: none !important;
    border-radius: 10px !important;
    width: 86%;
    padding: 10px 41px;
    font-size: 14px;
}

.Testbtn2 {
    background-color: #FFFFFF;
    color: #223468;
    border: none !important;
    border-radius: 10px !important;
    width: 86%;
    padding: 10px 41px;
    font-size: 14px;
}


/* FEATURES SECTION */
.features {
    padding-bottom: 5%;
}

.features h1 {
    font-size: 35px;
    font-weight: 500px;
    color: #223468;
}

.hr hr {
    width: 100%;
    border: 2px solid hsl(216, 65%, 91%);
}


.testItems {
	display: flex;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    justify-content: center;
    background-color: #457EDB;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}

.testItems:hover {
    background-color:#ADD8E6;
	-webkit-transform: scale(1.5);
	        transform: scale(1.5);
}
.testItems-inactive{
    background-color: #D3D3D3;
}
.testItem {
    margin: unset;
    font-weight: 500;
    color: #fff;
}


/* FEATURES PLAN SECTION */

.price_card {
    border-radius: 10px;
    border: none;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 8px 10px rgba(208, 224, 255, 0.15);
}

.price_card:hover {
    background-color: #003DC9;
    color: #FFFFFF !important;
}

.price_card:hover .Testbtn3 {
    background-color: #FFFFFF;
    color: #223468;
    font-size: 14px;
    border: none !important;
    border-radius: 10px !important;
    width: 230px;
}

.price_card:hover .card_title1.card-title.h5 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.price_card:hover p.card_text1.card-text {
    font-size: 14px;
    color: #FFFFFF;
}


.price_card:hover .card_fee {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
}

.price_card:hover p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF !important;
    line-height: 36px;
}

.price_card:hover .iconCheck {
    color: #FFFFFF !important;
}

.card_title1 {
    font-size: 24px;
    font-weight: 500;
    color: #223468;
}

.card_text1 {
    font-size: 14px;
    color: #223468;
}

.card_fee {
    color: #223468;
    font-size: 40px;
    font-weight: 500;
}

.price_card li {
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    list-style-type: none;
    display: flex;
    align-items: baseline;
}

li .iconCheck {
    color: #003DC9;
}


.Testbtn3 {
    background-color: #003DC9;
    color: #FFFFFF;
    font-size: 14px;
    border: none !important;
    border-radius: 10px !important;
    width: 100%;
}



/* DOWNLOAD SECTION */
.Apptest {
    /* // font-size: 40px!important; */
    color: #223468;
    font-weight: 600;
}

.Apptext {
    font-size: 14px;
    color: #485782;
    font-weight: 500;
}

.herotext{
    color:#457EDB
}


/* FOOTER SECTION */
.EA_footer {
    padding-top: 50px;
    color: inherit;
    /* background: #F4FAFE; */
    box-shadow: 0px 3px 20px #00000029;
    background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);
}

.EA_footer h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    color: #223468;
}

.EA_footer p {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 500;
    /* // font-size: 24px;
    // line-height: 36px; */
    color: #485782;
}

.EA_footer h3 {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    /* // line-height: 36px; */
    color: #223468;
}

.socials a {
    width: 34px;
    height: 34px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #003DC9;
    opacity: 0.75;
    font-family: "avenir";
    border: 1px solid #003DC9;
}

.quicklinks {
    list-style: none !important;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 0;
    padding-inline-start: 0 !important;
}

.quicklinks a {
    text-decoration: none !important;
    color: #485782;
    font-size: 16px;
}

.bottom {
    border-top: 1px solid #223468;
    /* background-color: #F4FAFE; */
    background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);
}

.copy_right {
    justify-content: space-between;
    align-items: center;
    height: 80px;
    font-size: 14px;
}

.copyright {
    color: #223468;
}

.TP {
    color: #223468;
}

.waec p {
    color: #485782;
    }
    .header1 {
        justify-content: space-between !important;
    }
    
    
    .availablecard {
        border: 1px solid #003DC9;
        background-color: #FFFFFF;
        box-shadow: 0px 8px 8px 10px rgba(208, 224, 255, 0.15);
        border-radius: 20px;
    }
    
    .availableexam {
        color: #003DC9;
        margin-bottom: 1.5rem;
        height: 10%;
    }
    
    .availabletext {
        color: #223468;
        font-size: 14px !important;
    }
    
    .exambtn{
        background-color: #003DC9;
        color: white;
        font-size: 14px;
        border: none !important;
        border-radius: 10px !important;
        width: 100%;
    }
    
    .exambtn:hover {
        background-color: #003DC9;
        color: #FFFFFF;
        font-size: 14px;
        border: none !important;
        border-radius: 10px !important;
        width: 100%;
    }
    
    .faq-item h1{
        color: #fff;
        text-align: center;
      }
      
      details{
        font-size: 1.5rem;
      }
      
      summary {
        padding: .5em 1.3rem;
        list-style: none;
        display: flex;
        justify-content: space-between;  
        transition: height 1s ease;
      }
      
      summary::-webkit-details-marker {
        display: none;
      }
      
      summary:after{
        content: "\002B";
      }
      
      details[open] summary {
          border-bottom: 1px solid #aaa;
          margin-bottom: .5em;
      }
      
      details[open] summary:after{
        content: "\00D7";
      }
      
      details[open] div{
        padding: .5em 1em;
      }
    


/* RESPONSIVENESS */
@media (max-width:1199px) {
    .nav_links {
        color: #457EDB !important;
        font-size: 14px !important;
        font-style: normal;
    }

    .dropdown {
        color: #457EDB !important;
    }

    .droplnk {
        font-size: 14px;
    }
}

@media (max-width: 765px) {
    .team {
        width: 100px !important;
    }

    .Gapp {
        width: 150px !important;
    }

    .Tean {
        font-size: 13px;
    }

    .hero_text h1 {
        font-size: 23px;
    }

    .hero_text.hero_subtext {
        font-size: 16px;
    }

    .Up_form {
        padding: 1rem !important;
    }

    .Updated_btn {
        padding: 1rem !important;
    }

    .practice h1 {
        font-size: 25px;
    }

    .card_title.card-title.h5 {
        font-size: 20px !important;
    }

    .features h1 {
        font-size: 25px;
    }

    .price {
        justify-content: center;
    }

    .card_title1.card-title.h5 {
        font-size: 20px;
    }

    .card_fee {
        font-size: 30px;
    }

    .Testbtn3 {
        width: 100%;
    }

    .card_title1.card-title.h5:hover {
        font-size: 20px;
    }

    .card_fee:hover {
        font-size: 30px;
    }

    .Testbtn3:hover {
        width: 100%;
    }

    .viewP {
        font-size: 20px !important;
    }

    .Apptest {
        text-align: center !important;
        font-size: 20px !important;
    }

    .Apptext {
        font-size: 12px !important;
    }

    .EA_footer {
        text-align: center !important;
    }

    .TTT {
        margin-top: 1.5rem;
    }

    .logimg {
        display: none;
    }

    .copy_right {
        display: block !important;
        text-align: center !important;
        font-size: 12px !important;
    }

    .copyright {
        text-align: center !important;
        font-size: 12px !important;
    }

    .TP {
        text-align: center !important;
        justify-content: center !important;
        font-size: 12px !important;
    }

    .TP p {
        text-align: center !important;
    }

    .EA h1 {
        font-size: 30px;
    }

    .EA p {
        font-size: 16px;
    }

    i.soc_icon {
        margin: auto !important;
    }
}



@media (min-width:980px) {
    .hero_text h1 {
        font-size: 50px !important;
    }

    .subtext {
        margin-top: 4rem;
    }

    .Apptext {
        width: 80%;
    }

    .EA p {
        width: 74% !important;
    }



}

@media (min-width: 980px) and (max-width:1199px) {
    .hero_text h1 {
        font-size: 40px !important;
    }

    .card_title.card-title.h5 {
        font-size: 19px;
    }

    p.card_text.card-text {
        font-size: 12px;
    }

    .price_card li {
        gap: 10px !important;
    }

}

@media (min-width: 768px) and (max-width:919px) {
    .EAT {
        width: 50% !important;
    }

    .N {
        margin-top: 1.5rem !important;

    }

    .sign {
        height: 100vh !important;
    }

    .test_page {
        padding-top: 20% !important;
    }

}

@media (max-width: 1199px) {
    .price_card p {
        font-size: 12px !important;
    }

    .card_title1 {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .herotext {
        width: 100% !important;
        text-align: center !important;
        justify-content: center;
    }

    .hero_text {
        order: 2 !important;
        margin-top: 2rem !important;
        text-align: center !important;
    }

    .hero_subtext {
        width: 100% !important;
        text-align: center !important;
        justify-content: center;
    }

    .hero_img {
        padding-top: 5rem !important;
    }

    .App_text {
        text-align: center !important;
        justify-content: center !important;
    }

    .Apptest {
        text-align: center !important;
    }

    .Apptext {
        width: 100%;
        text-align: center !important;
    }

    .justify {
        justify-content: center !important;
    }

    .d-flex.Appix.hstack.gap-4.minBreakpoint-xs {
        justify-content: center !important;
    }

    .DownloadGuy {
        display: none;
    }

/* login and signup */

    .log {
        font-family: 'Verdana';
        /* background-color: #F4FAFE !important; */
        background: linear-gradient(104.91deg, #F4FAFE 5.2%, #F4FAFE 24.64%, #FCFEFF 66.21%);
    }
    
    .form_control1 {
        background-color: #FFFFFF !important;
        border: 1px solid #003DC9 !important;
        color: rgba(72, 87, 130, 0.5) !important;
    }
    
    .form_control1:focus {
        border: 1px solid #003DC9 !important;
        background-color: #FFFFFF !important;
        box-shadow: none !important;
        outline: 0;
        color: rgba(72, 87, 130, 0.5);
    }
    
    /* RESPONSIVENESS */
    
    @media (min-width: 393px) and (max-width:416px) {
        .log {
            height: 100vh !important;
        }
    }
    
    
    @media (max-width: 765px) {
        .logimg {
            display: none;
        }
    
        .login_form h4 {
            font-size: 16px !important;
        }
    }
    
    @media (min-width: 768px) and (max-width:919px) {
        .sign {
            height: 100vh !important;
        }
    }
   
