<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Exam tab css */
.exam-page-outer{padding: 15px; border-radius: 10px 10px 0px 0px; background-color: #fff; width: 100%;box-sizing: border-box; box-sizing: border-box;
    max-width: 100%;}  
    .exam-page-outer h1{font-size: calc(1.325rem + .9vw);}
    .exam-page-outer ul li a{color: #0d6efd!important;}
.examtab .nav-link.active{background: #35A5B2!important; color: #fff!important; border: 1px solid rgba(27, 173, 147, 0.3)!important;}
.examtab .nav-link{border: 0px; border-radius: 8px 8px 0px 0px;}
.examtab .nav-link{color: #404040;  font-size: 12px;
    line-height: 14px; padding:15px 13px; border: 1px solid rgba(27, 173, 147, 0.3)!important; margin-right: 1px; border-bottom: 0px;}
.examtab .nav-link img{max-width: 20px; margin-right: 5px;}
.examtab .tab-content{background: #EBF6F7; padding: 15px;     border-radius: 0px 0px 8px 8px;}
.examtab .tab-content ul li{font-size: 14px; line-height: 24px;}
.examtab .tab-content ul li a{color: #0085FF; text-decoration: none;}
.examtab .tab-content ul li a:hover{color: #0085FF;}
.examtab .tab-content ul {padding-left: 15px;}
.examtab .viewmorebtn a{text-decoration: none; font-size: 12px;line-height: 14px;color: #0085FF;}
.examtab .viewmorebtn{text-align: right;}
.nav-tabs.examtab{flex-wrap: nowrap; overflow-x: auto;     padding-bottom: 1px;}
.nav-tabs.examtab li{white-space: nowrap;}
.examtab .nav-link .tabimgactive{display: none;}
.examtab .nav-link .tabimginactive{display:inline-block;}
.examtab .nav-link.active .tabimgactive{display: inline-block;}
.examtab .nav-link.active .tabimginactive{display:none;}
.monthlyafair li{flex: 0 0 50%;}
.monthlyafair li button.nav-link{width: 100%; height: 45px; padding: 0 5px; align-items: center;}
.hide {display: none;}
span.read-more-content{width: 100%;}

/* upcomming and popular exams */
.heading-exam{font-weight: bold; font-size: 20px; line-height: 20px; color: #000; margin-bottom: 20px; margin-top: 15px;}
.popular-exam li a{font-size: 14px;line-height: 24px;}
.popular-exam ul{display: flex; flex-wrap: wrap; box-sizing: border-box; margin: 0px; padding: 0px;}
.popular-exam ul li{flex: 0 0 48%;position: relative;max-width: 50%;margin-bottom: 12px; max-width: 170px; height: 64px;  margin-left: 6px; margin-right: 6px; list-style: none; max-width: calc(50% - 12px); } 
.popular-exam ul li a{   display: flex; align-items: center; justify-content: center; height: 100%; ; background: #FFFFFF;
    border: 1px solid rgba(27, 173, 147, 0.3); box-sizing: border-box; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08); border-radius: 8px; text-decoration: none;font-size: 14px; line-height: 24px; color: #404040; }

/* explore all exams */


.allxam-list .accordion-item{margin-bottom: 15px;}
.allxam-list .accordion-button{display: flex; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; border-radius: 6px; align-items: center; width: 100%; text-decoration: none;}
.allxam-list .accordion-button img{margin-right: 12px; max-width: 30px;}
.allxam-list .accordion-button .examlistcontent .examlist-name{font-size: 16px; line-height: 19px; color: #000000;}
.allxam-list .accordion-button .examlistcontent .examlist-totalexam{font-weight: 300; font-size: 12px; line-height: 14px; margin-top: 4px; color: #000000;}
.allxam-list .accordion-button:not(.collapsed){ background-color: #fff; box-shadow: inherit;}
.allxam-list .accordion-flush .accordion-item .accordion-button{box-shadow: inherit;}
.allxam-list .accordion-body{    border: 1px solid rgba(0, 0, 0, 0.1);}
.allxam-list .accordion-body ul{margin: 0px; padding-left: 15px;}
.allxam-list .accordion-body ul li a{ color: #404040; font-size: 14px; line-height: 24px; text-decoration: none;}
.allxam-list .accordion-body ul li a:hover{color: #0085FF;}
/* fixed footer app */

.fixed-footerapp{position: fixed; bottom: 0px; width: 100%; background-color: #fff; padding: 8px 15px; border-top: 1px solid #EEEEEE;}
.fixed-footerapp ul{display: flex; margin: 0px; padding: 0px;}
.fixed-footerapp ul li{flex: 0 0 25%;position: relative;max-width: 25%; display: flex; align-items: center; text-align: center; justify-content: center;}
.fixed-footerapp ul li a.active-footer-btn {color: #FC3A52; font-weight: bold;}
.fixed-footerapp ul li a{text-decoration: none; color: #A0A0A0; text-align: center; line-height: 14px; font-size: 12px; width: 100%;}
.fixed-footerapp ul li.footerget-app .getapp-footer{ color: #fff; font-weight: bold;
    font-size: 13px; text-decoration: none; border: 0px; outline: 0px; padding: 0px; }
 .fixed-footerapp  .fixed-ft-text{margin-top: 8px;}
 .fixed-footerapp ul li.footerget-app .getapp-footer img{max-width: 100%;}
.activeimg{display: none;     margin: 0px auto;}
.inactiveimg{display: block;     margin: 0px auto;}

.active-footer-btn .activeimg{display: block;     margin: 0px auto;} 
.active-footer-btn .inactiveimg{display: none;     margin: 0px auto;}

.fixed-footerapp{display: none;}

@media only screen and (max-width: 767px){
    .fixed-footerapp{display: block; z-index: 9;}
}</pre></body></html>