
.wrapper{
    width:100%;
    height:100%;
    position:relative;
}
.wrapper1{
    position:relative;
    width:100%;
    height:auto;
}
/* header */
@media screen and (max-width: 767px) {
    .header .mob-ic-search{
        display:flex;
    }
    .header .header-inner .top-menu-cateogires{
        display:none;
    }
    .header .header-inner .sec-search{
        display:none;
    }
}
/* home */
.sec-exam-home{
    position:relative;
}
.img-opacity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #571993 0%, #0068ac 100%);
    opacity: 0.92;
}
.home-blk{
    position:relative;
}
.home-blk .home-blk-inner{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    position:relative;
}
.home-blk .home-blk-inner .card{
    display:flex;

}
.home-blk .home-blk-inner .card:nth-child(1){
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    width:68%;
}
.home-blk .home-blk-inner .card:nth-child(2){
    flex-direction:column;
    width:28%;
    z-index:20;
}
.home-blk .card .ic-exam {
    display: flex;
    width: 54px;
    height: 54px;
    margin-right: 20px;
}
.home-blk .card h1 {
    width: calc(100% - 74px);
    font-weight: bold;
    color:#FFF;
    font-family: "GraphikWeb-Medium";
}
.try-free-blk{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    padding:22px;
    border-radius:10px;
    background-color:#FFF;
    box-shadow: 0 1px 4px 0 rgb(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 5px 15px -4px rgb(204, 204, 204, 0.41), 1px -2px 15px -4px rgb(204, 204, 204, 0.41);
    -moz-box-shadow: -5px 5px 15px -4px rgba(204,204,204,.41),1px -2px 15px -4px rgba(204,204,204,.41);
}
.try-free-blk p{
    color:#181b1f;
    font-weight:400;
    text-align:center;
    margin-bottom:6px;
}
.try-free-blk h2{
    color:#181b1f;
    font-weight:bold;
    margin-bottom:21px;
    text-align:center;
}
.try-free-blk .formcontrol-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 21px;
}
.try-free-blk .formcontrol-group .formcontrol {
    width: 100%;
    color: #22252F;
    border: 0;
    font-size: 12px;
    line-height: 14px;
    padding:12px 16px;
    border:2px solid rgba(255, 153, 58, 1);
    border-radius:6px;
    white-space: nowrap;
}
.try-free-blk .errormsg {
    display: flex;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 8px;
}
.try-free-blk .txt-red{
    color:#E03500;
}
.try-free-blk .txt-orange{
    color:rgba(255, 153, 58, 1);
}
.try-free-blk .marb10{
    margin-bottom:10px;
}
.try-free-blk .btn-loginas{
    display:flex;
    width:100%;
    justify-content:center;
    background-color:#FFF;
    font-size: 14px;
    padding: 11px 16px;
    border:1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom:12px;
    font-weight:bold;
    color:#181b1f;
    box-shadow:none;
}
.try-free-blk .btn-loginas span {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.try-free-blk .lr-divider {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}
.try-free-blk .lr-divider .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.try-free-blk .lr-divider .dashed {
    width: calc(50% - 8px);
    border: 1px solid #dfe4e7;
}
.try-free-blk .lr-divider .txt {
    font-size: 9px;
    width: 16px;
    line-height: 11px;
    color:#181b1f;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .home-blk .home-blk-inner .card:nth-child(1){
        width:100%;
        margin-bottom:16px;
    }
    .home-blk .home-blk-inner .card:nth-child(2){
        width:100%;
    }
    .home-blk .card .ic-exam{
        margin-right:12px;
    }
    .home-blk .card h1{
        width:calc("100% - 62px");
    }
}
@media screen and (max-width: 767px) {
    .home-blk .card h1{
        font-size:24px;
        line-height:28px;
    }
    .home-blk .card h1{
        width:calc("100% - 60px");
    }
    .home-blk .card .ic-exam{
        margin-bottom:10px;
    }

}
@media screen and (max-width: 560px) {
    .home-blk .home-blk-inner .card:nth-child(1){
        flex-direction:column;
        align-items:flex-start;
    }
    .home-blk .card h1{
        width:100%;
    }
}
/* examdetails */
.sec-examdetails-tabs{
    position:relative;
    width:100%;
}
.sec-examdetails-tabs{
    position:sticky;
    top:64px;
    z-index:14;
}
.sec-examdetails-tabs .bg-white-padd{
    padding-top:18px;
    padding-bottom:12px;
}
@media screen and (max-width: 1220px) {
    .sec-examdetails-tabs{
        top:104px;
    }
}
@media screen and (max-width: 767px) {
    .sec-examdetails-tabs{
        top:48px;
    }
}
.obtabs-outer{
    width:100%;
    position:relative;
}
.obtabs-outer .ic-leftarrow {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    cursor: pointer;
}
.obtabs-outer .ic-rightarrow {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
}

.obtabs-row-outer{
    position:relative;
}
.obtabs-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:100%;
    overflow-x: auto;
    list-style:none;
    margin:0;
    padding:0;
    border-bottom:1px solid #e8e8e8;
}
.obtabs-row{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.obtabs-row::-webkit-scrollbar {
    display: none;
}
.obtabs-row .examtab-item{ 
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:center;
    cursor:pointer;
    background-color:transparent;
    color:#646f79;
    box-shadow:none;
    white-space:nowrap;
    padding:0;
}
.obtabs-row .examtab-item span{
   display:flex;
} 
.obtabs-row .examtab-item .tab-text{
    padding:6px 12px;
}
.obtabs-row .examtab-item .tab-bor{
    width:42px;
    height:3px;
    background-color:rgba(98, 72, 206, 1);
    display:flex;
    visibility:hidden; 
    margin-bottom:-1px
}
.obtabs-row .active{ 
    color:rgba(98, 72, 206, 1);
}
.obtabs-row .active .tab-bor{
    visibility:visible; 
    color:rgba(98, 72, 206, 1);
}
@media screen and (max-width: 991px) {
    .obtabs-outer{
        padding:0;
    }
    .obtabs-outer .tabscrollarr{
        display:none;
    }

}
@media screen and (max-width: 767px) {
     .obtabs-row .examtab-item{
        font-size:14px;
        line-height:14px;
    }
}
/* exam details */
.sec-examdetails{
    position:relative;
    width:100%;
}
.sec-examdetails .bg-white-padd{
    padding-top:0;
}
.edcontent-group{
    position:relative;
}
.edcontent{
    position:relative;
    margin-bottom:44px;
}
.edcontent h2{
    font-weight:bold;
    color:#000;
}
.edcontent p{
    font-size:14px;
    line-height:24px;
    color:#22252F;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.edcontent p:last-child{
    margin-bottom:0;
}
.edcontent p a{
    color:#0000FF;
}
.edcontent h3{
    font-weight:bold;
    margin-top:30px;
}
.edcontent h3:first-child{
    margin-top:0;
}
.edcontent h4{
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
.edcontent img{
    width:auto;
    max-width:100%;
}

table {
    width: 100%;
    margin-bottom: 18px;
}
table {
    max-width: 100%;
    background-color: transparent;
}
.edcontent .edtable{
    border-collapse:collapse;
}
.edcontent .edtable th{
    padding:16px 8px;
    font-size:14px;
    font-weight:bold;
    color:#22252F;
    line-height:20px;
}
.edcontent .edtable td{
    padding:12px 8px;
    font-size:14px;
    font-weight:400;
    color:#22252F;
    line-height:20px;
}
.edcontent .edtable th{
    border-bottom:1px solid #D1D8EB;
    border-top:1px solid #D1D8EB;
    text-align:left;
}
.edcontent .edtable td{
    border-bottom:1px solid #E2E5EF;
    text-align:left;
}
.edcontent .edtable td a{
    color:#0000FF;
}
    
.edcontent ul{
    margin: 0;
    padding: 0;
    list-style-type: disc;
    padding-left: 16px;
    margin-bottom:16px;
}
.edcontent ul li{
    font-size:14px;
    line-height:24px;
    color:#22252F;
    margin-bottom:5px;
}
.edcontent ol{
    margin: 0;
    padding: 0;
    padding-left: 22px;
    margin-bottom:16px;
}
.edcontent ol li{
    font-size:14px;
    line-height:24px;
    color:#22252F;
    margin-bottom:5px;
}
.edcontent .overview-info{
    display:none;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    margin-top:30px;
    margin-left:-8px;
    margin-right:-8px;

}
.edcontent .overview-info .col-info{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    min-width:144px;
    flex:0 0 auto;
    padding:8px;
}
.edcontent .overview-info .col-info p{
    font-size:14px;
    line-height:20px;
    color:#22252F;
    margin-bottom:5px;
}
.edcontent .overview-info .col-info h3{
    margin:0;
}
.edcontent .overview-info .col-info h5{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-content:center;
}
.edcontent .overview-info .col-info h5 a{
    display:flex;
    width:45px;
    height:45px;
    margin-right:12px;
}
.text-read-ml-group{
    position:absolute;
    text-align:center;
    background-image:linear-gradient(0deg,#FFF 0,#FFF 50%,transparent 100%);
    height:96px;
    padding-top:80px;
    bottom:-44px;
    width:100%;
    z-index:10;
    text-align:left;
}
.text-read-ml-group .btn-text-read-ml{
    font-size:14px;
    font-weight:bold;
    color:rgba(98, 72, 206, 1);
    border-radius:0;
    border-radius:2px;
    background-color:#FFF;
    box-shadow:none;
    padding:0;
}
@media screen and (max-width: 991px) {
    .edcontent .overview-info .col-info{
        width:50%;
    }
    .text-read-ml-group{
        bottom:-30px;
    }
}
@media screen and (max-width: 767px) {
    .edcontent h2{
        font-size:18px;
        line-height:26px;
    }
    .edcontent p, .edcontent ul li, .edcontent ol li, .edcontent .edtable th, .edcontent .edtable td{
        font-size:15px;
        line-height:24px;
    }
}
/* faculty intro */
.sec-facultyintro{
    position:relative;
    width:100%;
}
.sec-facultyintro .sec-header{
    font-size:12px;
    color:#70778B;
    line-height:20px;
}
.facultyintro-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    margin-right:-8px;
    margin-left:-8px;
    width:100%;
}
.facultyintro-row .card{
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:90px;
    flex:0 0 auto;
    height:auto;
    padding:8px;
    cursor:pointer;
}
.facultyintro-row .card .img-faculty{
    display:flex;
    width:76px;
    height:76px;
    position:relative;
    padding:6px;
    border:1px solid #D1D8EB;
    border-radius:50%;
}
.facultyintro-row .card .img-faculty > img{
    border-radius:50%;
}
.facultyintro-row .card .img-faculty .icon-play{
    position:absolute;
    bottom:-5px;
    right:0;
    width:22px;
    height:22px;
}
@media screen and (max-width: 991px) {
     .facultyintro-row{
        flex-wrap:nowrap;
        margin-left:-6px;
        margin-right:-6px;
    }
    .facultyintro-row .card{
        width:72px;
        padding:6px;
    }
    .facultyintro-row .card .img-faculty{
        width:60px;
        height:60px;
    }
    .facultyintro-row .card .img-faculty .icon-play{
        width:18px;
        height:18px;
    }
}

/* toppers audio */
.sec-toppersaudio{
    position:relative;
    width:100%;
}
.toppersaudio-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    margin-right:-8px;
    margin-left:-8px;
    width:100%;
}
.toppersaudio-row .card{
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:146px;
    flex:0 0 auto;
    height:auto;
    padding:8px;
    cursor:pointer;
}
.toppersaudio-row .card .img-topper{
    display:flex;
    width:130px;
    height:auto;
    position:relative;
    border-radius:16px;;
    margin-bottom:8px;
}
.toppersaudio-row .card .img-topper > img{
    border-radius:16px;
}
.toppersaudio-row .card .img-topper .icon-play{
    position:absolute;
    bottom:8px;
    right:8px;
    width:32px;
    height:32px;
}
.toppersaudio-row .card h5{
    margin-bottom:4px;
}
.toppersaudio-row .card p{
    color:#70778B;
    font-size:10px;
    line-height:13px;
    margin-bottom:0;
}
@media screen and (max-width: 991px) {
    .toppersaudio-row{
        flex-wrap:nowrap;
        margin-left:-6px;
        margin-right:-6px;
    }
     .toppersaudio-row .card{
         width:127px;
         padding:6px;
     }
     .toppersaudio-row .card .img-topper{
         width:115px;
         border-radius:14px;
     }
     .toppersaudio-row .card .img-topper > img{
         border-radius:14px;
     }
     .toppersaudio-row .card .img-topper .icon-play{
         width:28px;
         height:28px;
     }
}
/* faqs */
.sec-faqs{
    position:relative;
    width:100%;
}
.faqs-column{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    width:100%;
    border-radius:4px;
    border: 1px solid #D1D8EB;
}
.faqs-column .faq-box{
    display:flex;;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    flex:0 0 auto;
    width:100%;
}
.faqs-column .faq-box .faq-question{
    display:flex;
    width:100%;
    font-size:14px;
    line-height:20px;
    padding:27px 40px 27px 30px;
    position:relative;
    border-bottom: 1px solid #D1D8EB;
    cursor:pointer;
}
.faqs-column .faq-box .faq-question span{
    display:flex;
    position:absolute;
    top:29px;
    right:32px;
}
.faqs-column .faq-box .faq-answer{
    font-size:12px;
    line-height:20px;
    color:#70778B;
    padding:15px 30px;
    display:none;
    border-bottom: 1px solid #D1D8EB;
    width:100%; 
}
.faqs-column .faq-box:first-child .faq-answer{
    display:flex;
}
.faqs-column .faq-box:last-child .faq-answer{
    border-bottom:0
}
@media screen and (max-width: 767px) {
   .faqs-column .faq-box .faq-question span{
        right:18px;
    }
}

