* {
    font-family: sofia-pro-soft, sans-serif;
    font-style: normal;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.crsr_pointr {
    cursor: pointer;
}

.text-yellow {
    color: #FDB433 !important;
}


/* .page_header{

} */

.nav-item {
    padding: 0 25px !important;
}

#welcome {
    background-color: #00316D;
    color: white;
    padding-top: 20px;
    border-bottom: #FDB433 40px solid;
    border-bottom-right-radius: 270px 200px;
    border-top-left-radius: 200px;
    border-top: #FDB433 40px solid;
}

#welcome h1 {
    font-size: 70px;
    color: #FDB433;
}

#welcome h4 {
    color: #072F5F;
    margin: 4px 0 0 0;
    font-size: 17px;
}

#welcome p {
    color: #8000FF;
    margin: 5px 0 0 0;
    font-size: 14px;
    padding-bottom: 10px;
}

.page_header {
    padding: 30px 0;
}

#welcome #pic1 {
    margin-top: 64px;
    margin-bottom: -66px;
}

.subject_list .xm_card img {
    background-color: #8000FF;
    border-radius: 10px;
    padding: 4px;
}

.xm_cards {
    background-color: #fff;
    border-radius: 11px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.xm_cards:hover {
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #f0eef157;
}

.xm_card h4 {
    color: #00316D;
}

.exam_list .xm_card {
    border: solid 1px #8000FF;
    border-radius: 11px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.exam_list .xm_card:hover {
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #c9b0f7a6;
}

.exam_lists .xm_card {
    border: solid 1px #8000FF;
    border-radius: 11px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.exam_lists .xm_card:hover {
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #c9b0f7a6;
}

.subject_list .xm_card {
    border: solid 1px #8000FF;
    border-radius: 11px;
    padding: 10px 10px 10px;
    min-height: 120px;
    transition: all 0.5s ease-in-out;
}

.subject_list .xm_card:hover {
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #c9b0f7a6;
}

.subject_list .xm_card h4 {
    color: #00316D;
    margin-bottom: 0px;
    font-size: 15px;
}

.school .xm_card {
    border: solid 1px #8000FF;
    border-radius: 11px;
    padding: 15px 15px 0;
    transition: all 0.5s ease-in-out;
}

.school .xm_card:hover {
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #c9b0f7a6;
}

.school .xm_card h4 {
    font-size: 15px;
    margin-top: 10px;
    min-height: 55px;
}

.school .xm_card p {
    color: #8000FF;
}

.exam_list .xm_card h4 {
    color: #00316D;
    min-height: 50px;
    font-size: 14px;
    padding-top: 10px;
}

.exam_list .xm_card p {
    color: #8000FF;
}

.red {
    color: red;
}

#cards p {
    font-weight: 500;
}

h2 {
    color: #072F5F;
}

.exam_list h2 {
    font-size: 45px;
}

.subject_list h2 {
    font-size: 45px;
}

#cards .cta {
    background-color: #FDB433;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 12px 3px 24px #00000029;
    display: inline-block;
    transition: all ease .5s;
}

#cards .cta:hover {
    background-color: #00ff19!important;
}

#cards #left4 img {
    width: 20%;
    position: relative;
    margin-top: -4%;
}

#action {
    margin-top: 7%;
    background-image: url("../../assets/images/13.png");
    background-size: cover;
    color: white;
}

iframe {
    border-radius: 40px;
}

#left5 #tint img {
    width: 20%;
    margin-bottom: -6%;
    margin-left: -1%;
}

#scrollup {
    width: 100px;
    box-shadow: 12px 3px 24px #00000029;
    height: 100px;
    padding: 20px 0 0 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -150%);
    z-index: 9;
    background: #fff;
    margin-top: 100px;
}

#left5 button {
    background-color: #8000FF;
    color: white;
    border-radius: 17px;
}

#left5 button div.col-9 {
    margin-left: -2%;
}

#princi img {
    border-radius: 50%;
    width: 140px;
    margin-bottom: 2%;
    height: 140px;
}

#princi {
    border-radius: 32px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 4%;
    padding-right: 2%;
    align-items: center;
}

#princi h4 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#review {
    background-color: rgb(248, 228, 231);
    padding-bottom: 28%;
    clip-path: polygon(0px 20%, 100% 0%, 100% 80%, 0px 100%);
    padding-top: 20%;
}

#rvw {
    background-image: url(../../assets/images/5.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 6px;
}

#review #school h1 {
    color: #FDB433;
    margin-top: 8%;
    margin-bottom: 10%;
    font-size: xxx-large;
}

#review #student h1 {
    color: #00316D;
    margin-top: 10%;
    font-size: xxx-large;
}

#rvw #tint2 img {
    width: 17%;
    margin-bottom: -7%;
    margin-left: -9%;
}

.basic_btn_2 {
    background-color: #8000FF;
    color: #ffff;
    padding: 5px 24px;
    border-radius: 50px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.basic_btn_2:hover {
    color: #ffff;
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #00000026
}

#rvw #tint3 img {
    width: 17%;
    margin-left: 80%;
    z-index: 1;
    margin-top: -7%;
}

.highlight {
    background-color: #8000FF;
    color: #fff;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc !important;
    text-align: center;
    font-size: 20px;
}

.owl-nav .owl-prev {
    left: -2%;
}

.owl-nav .owl-next {
    right: -2%;
}

.mobileHide {
    display: inline-block;
}

.mobileShow {
    display: none;
}

.taketestresponsive {
    position: absolute;
    width: 150px;
    right: 2vw;
    bottom: 0;
}

.betterthantest {
    margin: 0 auto;
}


/* #contact {
    margin-top: 40px;
    font-weight: 500;
    font-size: 1.1rem;
}

.footer #contact #number {
    margin-bottom: 1.5rem;
}

.footer #contact #email {
    margin-top: 1.5rem;
}

#contact p {
    margin-bottom: 0rem;
} */

#follow p {
    margin-left: 6px;
}

#follow_head {
    color: #FDB433;
    font-weight: 500;
    font-size: larger;
    margin-top: 40px;
    margin-bottom: 1.5rem;
}

#power {
    margin-top: 1.5rem;
    font-weight: 500;
    font-size: large;
    color: #AAB8FF;
}

#search {
    border: 2px solid;
    border-color: #FFB228;
    color: #000000;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    width: 90%;
}

div.col-11.faq {
    background-color: #F5F5F5;
    border-radius: 20px;
}

div.faq_ans {
    display: none;
    transition: all ease 1s;
}

div.faq_ans p {
    border-left: 2px solid;
}

div.faq_ques {
    cursor: pointer;
    transition: all ease 1s;
    margin-bottom: 20px;
}

div.faq_ques:before {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 30px;
    line-height: 15px;
}

div.faqquesans.active .faq_ques:before {
    content: "-"
}

div.faqquesans.active .faq_ans {
    display: block
}

.qry {
    background-image: url("../../assets/images/Group413.png");
}

.help_send {
    background-color: #FFB228;
    color: #ffffff;
    padding: 0px 20px;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease .3s;
}

.help_send:hover {
    background-color: #47B152;
}

.page_footer {
    background-image: url(../images/Footer@2x\ \(1\).png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 145px 0 0;
    position: relative;
}

.page_footer::after {
    position: absolute;
    content: "";
    top: -14%;
    right: 0;
    left: 65%;
    bottom: 170px;
    background-image: url(../images/Footer\ 2.png);
    background-repeat: no-repeat;
}

#footer_hdng {
    color: #FDB433;
}

.footer_menu {
    padding: 80px 0 0 100px;
}

.footer_menu li {
    padding: 10px 0 0;
    color: #B9B9B9;
}

.footer_menu li a {
    color: #B9B9B9;
    text-decoration: underline;
}

.footer_menu li a:hover {
    color: #FDB433;
}

.social_img {
    transition: all 0.3s ease-in-out;
}

.social_img:hover {
    filter: drop-shadow(0px 0px 1px white);
}

.card_details h2 {
    color: #072F5F;
}


/* .card_details .basic_btn_2:hover{
    color: #ffff;
    transform: scale(1.3, 0.4);
    box-shadow: 0px 14px 24px #00000073;
} */

.premium h4 {
    font-size: 40px;
    color: #00316D;
    max-width: 400px;
    margin: 0 auto;
    line-height: 55px;
    font-weight: 700;
}

.premium span {
    background-color: #8000FF;
    color: #ffff;
}

.exam h3 {
    font-size: 36px;
    color: #000;
    margin: 0 auto;
    font-weight: 300;
}

.overlay {
    position: absolute;
    top: 53%;
    left: 17%;
}

.overlay_2 {
    position: absolute;
    top: 68%;
    left: 15%;
}

.chapter_card {
    padding: 30px 0;
    max-width: 58%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 9px 12px #f3e5d0c2;
    background-color: #fff2dc;
}

.chapter_cards {
    background-color: #FFE4E1;
    padding: 30px 0;
    max-width: 65%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 9px 12px #FFE4E1;
}

h5 {
    color: #072F5F;
}

.exam_list {
    padding: 30px 0;
}

.general_report {
    padding: 80px 0 50px 0;
    background-image: url(../images/yellow_strip.png);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 100vh;
}

.report-list .report_txt {
    color: #072F5F;
}


/* .general_report .basic_btn_2:hover{
    color: #ffff;
    transform: scale(1.1);
    box-shadow: 0px 14px 24px #00000026
} */

.report-list {
    margin: 36px 0;
}

.overlap {
    position: absolute;
    top: 84%;
}

.general_report p {
    margin-bottom: 72px;
}

.overlaps {
    position: absolute;
    top: 73%;
    left: 72%;
}

.overlap_1 {
    position: absolute;
    top: 10%;
    left: 25%;
}

.overlaps_2 {
    position: absolute;
    left: 58%;
    top: 10%;
}

.overlaps_3 {
    position: absolute;
    top: 20%;
    left: 70%;
}

.report-list img {
    width: 40px;
    margin-right: 4px;
}

#user_input_popup .btn_primary {
    background-color: #8000FF;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#user_input_popup .btn_primary:hover {
    background-color: #fff;
    color: #8000FF;
    border: 1px solid #8000FF;
}

#perf h3 {
    color: #8000FF;
}

.navbar-light .navbar-nav .nav-link {
    color: #8000FF;
    transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #1e62b6;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #8000FF;
    transition: all 0.5s ease-in-out;
}

.navbar-light .navbar-nav .nav-link.active:hover {
    color: #1e62b6;
}