
.wrapper{
    width:100%;
    height:100%;
    position:relative;
    padding-top:80px;
}
.wrapper1{
    position:relative;
    width:100%;
    height:auto;
}
@media screen and (max-width: 1220px) {
    .wrapper{
        padding-top:123px;
    }
}
@media screen and (min-width: 768px) and (max-width:991px){
    .wrapper{
        padding-top:114px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper{
        padding-top:54px;
    }
}
/* 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-home{
    position:relative;
    width:100%;
}
.sec-home .bg-lgreen-padd{
    padding-bottom:0;
}
.sec-home .sec-home-inner{
    position:relative;
    padding-top:33px;
    padding-bottom:33px;
}
.home-blk{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-content:center;
    justify-content:space-between;
}
.home-blk .card{
    display:flex;
    align-items:center;
    align-content:center;
    z-index:2;
}
.home-blk .card .ic-exam{
    display:flex;
    width:54px;
    height:54px;
    margin-right:20px;
}
.home-blk .card .ic-exam img{
    border-radius:50%;
}
.sec-home .sec-home-inner .img-maskgroup{
    display:flex;
    max-width:100%;
    height:auto;
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
}
.home-blk .card h1{
    width:calc(100% - 54px);
    font-weight:700;
}
.home-blk .card:nth-child(2){
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    min-width:320px;
    justify-content:flex-end;
}
.home-blk .card .icon{
    display:flex;
    width:10.83px;
    height:11.92px;
    margin-right:3px;
}
.home-blk .card .txt{
    display:flex;
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    margin-right:6px;
}
@media screen and (max-width: 991px) {
    .home-blk{
        flex-direction:column;
        align-items:flex-start;
        align-content:flex-start;
        justify-content:center;
    }
    .home-blk .card{
        width:100%;
    }
    .home-blk .card:nth-child(1){
        margin-bottom:8px;
    }
    .home-blk .card:nth-child(2){
        justify-content:flex-start;
    }
    .home-blk .card .ic-exam{
        margin-right:12px;
    }
}
@media screen and (max-width: 767px) {
    .home-blk .card h1{
        font-size:24px;
        line-height:28px;
    }
}
@media screen and (max-width: 576px) {
    .home-blk .card:nth-child(1){
        flex-direction:column;
        align-items:flex-start;
        align-content:flex-start;
        justify-content:center;
    }
    .home-blk .card .ic-exam{
        margin-bottom:10px;
    }
}
/* 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;
}
.obtabs-row{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.obtabs-row::-webkit-scrollbar {
    display: none;
}
.obtabs-row .obtab-item{ 
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:center;
    cursor:pointer;
    background-color:transparent;
    color:#70778B;
    box-shadow:none;
    white-space:nowrap;
}
.obtabs-row .obtab-item span{
   display:flex;
} 
.obtabs-row .obtab-item .tab-text{
    margin-bottom:10px;
}
.obtabs-row .obtab-item .tab-bor{
    width:27px;
    height:3px;
    background-color:#00AFEF;
    display:flex;
    visibility:hidden; 
}
.obtabs-row .obtab-item:first-child{
    padding-left:0;
} 
.obtabs-row .obtab-item:last-child{
    padding-right:0;
} 
.obtabs-row .active{ 
    color:#00AFEF;
}
.obtabs-row .active .tab-bor{
    visibility:visible; 
    color:#00AFEF;
}
@media screen and (max-width: 991px) {
    .obtabs-outer{
        padding:0;
    }
    .obtabs-outer .tabscrollarr{
        display:none;
    }

}
@media screen and (max-width: 767px) {
     .obtabs-row .obtab-item{
        font-size:14px;
        line-height:14px;
    }
}
/* page content */
.sec-pagecontent{
    position:relative;
    width:100%;
}
.pagecontent-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    margin-right:-15px;
    margin-left:-15px;
}
.pagecontent-row .col-part{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    padding-left:15px;
    padding-right:15px;
} 
.pagecontent-row .part-leftside{
    width:calc(100% - 334px);
}
.pagecontent-row .part-rightside{
    width:334px;
    position:sticky;
    top:92px;
}
.part-rightside .loginas-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    width:100%;
}
.part-rightside .loginas-group .btn-loginas{
    padding:8px 12px;
    width:calc(50% - 5px);
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    justify-content:center;
    background-color:#FFF;
    border: 1px solid #D1D8EB;
    box-shadow:none;
}
.part-rightside .loginas-group-single .btn-loginas{
    width:100%;
}
.part-rightside .loginas-group .btn-loginas span{
    display:flex;
    width:20px;
    height:20px;
    margin-right:8px;
}
.part-rightside .getfreetest-row{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    width:100%;
}
.part-rightside .getfreetest-row .card{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    width:100%;
}
.part-rightside .getfreetest-row .card-ftbox{
    background-color:#DAEAE9;
    border-radius:10px;
    margin-bottom:48px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    border-radius:10px;
    padding:12px;
    width:100%;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft:first-child{
    background-color:#639895;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .img-students{
    display:flex;
    width:100%;
    height:auto;
    margin-bottom:18px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .img-students img{
    border-radius:10px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft h4{
    font-size:16px;
    color:#FFF;
    font-weight:500;
    margin-bottom:8px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    margin-bottom:30px;
    width:100%;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row .icon{
    display:flex;
    margin-right:2px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row .ic1{
    width:14px;
    height:9px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row .ic2{
    width:11.67px;
    height:11.67px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row .ic3{
    width:13px;
    height:13px;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row .txt{
    display:flex;
    font-size:15px;
    line-height:18px;
    color:#FFF;
    margin-right:8px;
    white-space:nowrap;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .testinfo-row span:last-child{
    margin-right:0;
}
.part-rightside .getfreetest-row .card-ftbox .box-gyft .btn-gyft{
    background-color:#FFF;
    margin-bottom:8px;
}
.progress-bar-group{
    display:flex;
    flex-direction:column;
    margin-top:8px;
    margin-bottom:2px;
    width:100%;
}
.progress-bar-group .progress-bar-outer{
    display:flex;
    position:relative;
    width:100%;
    height:6px;
    border-radius:40px;
    background-color:#C2D9D8;
}
.progress-bar-group .progress-bar-outer .progress-bar{
    display:flex;
    position:absolute;
    top:0;
    left:0;
    width:81%;
    height:6px;
    border-radius:40px;
    background-color:#639895;
}
.progress-bar-group .pbar-info{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    margin-top:5px;
}
.progress-bar-group .pbar-info .infotxt{
    display:flex;
    font-size:10px;
    line-height:12px;
    color:#22252F;
}
/* left navbar */
.right-navbar{
    list-style-type:none;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
}
.right-navbar li{
    display:flex;
    width:100%;
}
.right-navbar li a{
    display:flex;
    width:100%;
    font-size:14px;
    line-height:20px;
    color:#70778B;
    margin-bottom:16px;
    padding-left:24px;
    padding-right:8px;
    border-left:2px solid transparent;
}
.right-navbar li:last-child a{
    margin-bottom:0;
}
.right-navbar li.active a{
    color:#00AFEF;
    border-left:2px solid #00AFEF;
}
.right-navbar li a:hover{
    color:#00AFEF;
}

@media screen and (max-width: 1220px) {
    .pagecontent-row .part-rightside{
        top:179px;
    }
}
@media screen and (max-width: 991px) {
    .pagecontent-row{
        flex-direction:column-reverse;
    }
    .pagecontent-row .part-rightside{
        display:flex;
        width:100%;
        position:relative;
        top:0;
        padding-top:15px;
        padding-bottom:15px;
    }
    .part-rightside .getfreetest-row .card-ftbox{
        margin-bottom:0;
    }
    .part-rightside .getfreetest-row .right-navbar-group{
        display:none;
    }
    .pagecontent-row .part-leftside{
        width:100%;
    }
}
/* right side obls block*/
.part-rightside .obls-blk{
    padding:0;
    background:transparent;
}
.part-rightside .obls-blk .lr-divider{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    width:100%;
}
.part-rightside .obls-blk .lr-divider .col{
    display:flex;
    align-items:center;
    justify-content:center;
}
.part-rightside .obls-blk .lr-divider .dashed{
    width:calc(50% - 8px);
    border:1px dashed #FFFFFF;
}
.part-rightside .obls-blk .lr-divider .txt{
    font-size:9px; 
    width:16px;
    line-height:11px;
    color:#FFF;
    font-weight:500;
}
.part-rightside .obls-blk .loginas-group .btn-loginas{
    font-size:14px;
    padding:11px 16px;
    border: 0.808511px solid #D1D8EB;
    border-radius:5px;
}
.part-rightside .obls-blk .loginas-group1{
    margin-bottom:15px;
}
.part-rightside .obls-blk .formcontrol-group{
    background: #FAFBFF;
    border-radius:6px;
    border:0;
    margin-bottom:21px;
}
.part-rightside .obls-blk .btn-obls{
    margin-top:0;
    margin-bottom:25px;
    font-size:14px;
    font-weight:400;
    border:1px solid #FFF;
    background-color:transparent;
    border-radius:4px;
}
/* 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:700;
}
.edcontent p{
    font-size:14px;
    line-height:24px;
    color:#22252F;
    letter-spacing: 0.64px;
    margin-bottom: 30px;
}
.edcontent p:last-child{
    margin-bottom:0;
}
.edcontent p a{
    color:#0000FF;
}
.edcontent h3{
    font-weight:500;
    margin-top:30px;
}
.edcontent h3:first-child{
    margin-top:0;
}
.edcontent h4{
    font-size:14px;
    font-weight:500;
    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:500;
    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:flex;
    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-read-ml-group .btn-text-read-ml{
    font-size:14px;
    font-weight:400;
    color:#FFF;
    min-width:155px;
    border:1px solid #00AFEF;
    border-radius:2px;
    background-color:#00AFEF;
    padding:8px 16px;
}
@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;
    }
}
/* popular exam */
.sec-relatedexams{
    position:relative;
    width:100%;
}
.exams-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;
}
.exams-row .card{
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:96px;
    height:auto;
    padding:8px;
    cursor:pointer;
}
.exams-row .card .eximg-bg-1{
    background-color:#E2F2FF;
}
.exams-row .card .eximg-group{
    display:flex;
    padding:16px;
    align-items:center;
    align-content:center;
    justify-content:center;
    margin-bottom:5px;
    border-radius:10px;
}
.exams-row .card .eximg-group .eximg-box{
    display:flex;
    width:48px;
    height:48px;
}
.exams-row .card .eximg-group .eximg-box img{
    border-radius:50%;
}
.exams-row .card p{
    font-weight:normal;
    color:#22252F;
    opacity:0.6;
    text-align:center;
    margin-bottom:0;
}
@media screen and (max-width: 767px) {
    .exams-row{
        margin-left:-6px;
        margin-right:-6px;
    }
    .exams-row .card{
        width:78px;
        padding:6px;
    }
    .exams-row .card .eximg-group{
        padding:14px;
        margin-bottom:4px;
        border-radius:8px;
    }
    .exams-row .card .eximg-group .eximg-box{
        width:42px;
        height:42px;
    }
}
.exams-row1{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    margin-right:-8px;
    margin-left:-8px;
}
.exams-row1 .card{
    display:flex;
    flex:0 0 auto;
    width:104px;
    height:auto;
    padding:8px;
    cursor:pointer;
}
.exams-row1 .card .card-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    padding:8px;
    border-radius:10px;
    width:100%;
}
.exams-row1 .card .eximg-group{
    display:flex;
    padding-top:12px;
    align-items:center;
    align-content:center;
    justify-content:center;
    margin-bottom:5px;
}
.exams-row1 .card .eximg-group .eximg-box{
    display:flex;
    width:48px;
    height:48px;
}
.exams-row1 .card .eximg-group .eximg-box img{
    border-radius:50%;
}
.exams-row1 .card p{
    font-weight:normal;
    color:#22252F;
    opacity:0.6;
    text-align:center;
    margin-bottom:0;
}
@media screen and (max-width: 991px) { 
    .exams-row1{
        flex-wrap:nowrap;
    }
}
@media screen and (max-width: 767px) {
     .exams-row1 {
        margin-right:-6px;
        margin-left:-6px;
    }
    .exams-row1 .card{
        padding:6px;
        width:99px;
    }
    .exams-row1 .card .card-inner{
        padding:6px;
    }
    .exams-row1 .card .eximg-group{
        padding-top:6px
    }
    .exams-row1 .card .eximg-group .eximg-box{
        width:42px;
        height:42px;
    }
}

/* liveclasses */
.sec-liveclasses{
    position:relative;
    width:100%;
}
.liveclasses-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    margin-right:-5px;
    margin-left:-5px;
    width:100%;
}
.liveclasses-row .card{
    display:flex;
    flex:0 0 auto;
    width: 33.33%;
    padding:5px;
}
.liveclasses-row .card .card-inner{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    width:100%;
    cursor:pointer;
    padding:15px;
    border-radius:10px;
}
.liveclasses-row .card .card-inner .cname{
    display:flex;
    font-size:10.75px;
    line-height: 12px;
    background-color:#00AFEF;
    color:#FFF;
    border-radius:9px;
    padding:4px 10px 2px 10px;
    margin-bottom:5px;
}
.liveclasses-row .card .card-inner h4{
    color:#0A2472;
    font-weight:500;
    margin-bottom:10px;
}
.liveclasses-row .card .card-inner .date-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    margin-bottom:9px;
    width:100%;
}
.liveclasses-row .card .card-inner .date-row .icon{
    display:flex;
    width:11px;
    height:11px;
    margin-right:4px;
}
.liveclasses-row .card .card-inner .date-row .txt{
    display:flex;
    font-size:11px;
    line-height:13px;
    color:#474D5C;
    margin-right:12px;
}
.liveclasses-row .card .card-inner .cfooter{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    width:100%;
}
.liveclasses-row .card .card-inner .cfooter .col{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
}
.liveclasses-row .card .card-inner .cfooter .col .ic-faculty{
    display:flex;
    width:20px;
    height:20px;
    
}
.liveclasses-row .card .card-inner .cfooter .col .ic-faculty img{
    border-radius:50%;
}
.liveclasses-row .card .card-inner .cfooter .col .ic-faculty:not(:first-child){
    margin-left:-6px;
}
.liveclasses-row .card .card-inner .cfooter .col .btn{
    flex-flow:row nowrap;
}
.liveclasses-row .card .card-inner .cfooter .col .btn .ic-unlock{
    display:flex;
    width:11px;
    height:12px;
    margin-right:3px;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .liveclasses-row .card{
        width:50%;
    }
}
@media screen and (max-width: 991px) {
    .liveclasses-row{
        flex-wrap:nowrap;
    }
    .liveclasses-row .card{
        width:251px;
    }
}
/* obplan banner */
.sec-obplanbanner{
    position:relative;
    width:100%;
}
.obplanbanner-blk{
    border-radius:18px;
    margin-bottom:36px;
}
.obplanbanner-blk:last-child{
    margin-bottom:0;
}
.obplanbanner-blk .obplanbanner-blk-inner{
    padding:30px;
    position:relative;
}
.obplanbanner-blk .obplanbanner-blk-inner .img-maskgroup{
    display:flex;
    max-width:50%;
    height:auto;
    position:absolute;
    bottom:0;
    right:0;
    top:0;
}
.obplanbanner-blk .obplanbanner-blk-inner .h236{
    color:#FFF;
    font-weight:700;
    margin-bottom:4px;
}
.obplanbanner-blk .obplanbanner-blk-inner h3{
    color:#FFF;
    margin-bottom:22px;
}
@media screen and (max-width: 991px) {
    .obplanbanner-blk{
        border-radius:12px;
    }
    .obplanbanner-blk:first-child{
        margin-bottom:20px;
    }
    .obplanbanner-blk .obplanbanner-blk-inner{
        padding:20px;
    }
    .obplanbanner-blk .obplanbanner-blk-inner h3{
        margin-bottom:16px;
    }
}
/* demo-class */
.sec-demo-class{
    position:relative;
    width:100%;
}
.sec-demo-class .sec-header-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-header-group .view-all-grp{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sec-header-group .view-all-grp h3{
    color: #00AFEF;
    margin-right: 12px;
    margin-bottom: 0;
}
.sec-header-group .view-all-grp span{
    display: flex;
    width: 26px;
}
.demo-class-row{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
    margin:-15px;
    width:100%;
}
.demo-class-row .card:first-child{
    border-radius: 20px;
}
.demo-class-row .card{
    background: #E2F2FF;
    background-size: cover;
    width: calc(33.33% - 30px);
    padding: 26px;
    border-radius: 10px;
    margin:15px;
    flex:0 0 auto;
}
.demo-class-row .card .demo-card-title{
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}
.demo-class-row .card .demo-card-title p{
    color:  #474D5C;
}
.demo-class-row .card .demo-card-title span{
    display: flex;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.demo-class-row .card .demo-card-subtitle{
    padding: 2px 10px;
    background: #00AFEF;
    border-radius: 56.8638px;
    width: 140px;
    margin-bottom: 10px;
}
.demo-class-row .card .demo-card-subtitle p{
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
}
.demo-class-row .card h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #06224C;
    overflow-wrap:break-word;
}
.demo-class-row .card .time-group{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.demo-class-row .card .time-group span{
    width: 12px;
    margin-right: 5px;
}
.demo-class-row .card .time-group h6{
    color: #474D5C;
    font-size: 11px;
    line-height: 13px;
}
.demo-class-row .card button{
    border-radius: 10px;
    padding: 15px 18px 14px 21px;
}
.demo-class-row .card button img{
    width:10px;
    height:13px;
    margin-right: 7px;
}
@media screen and (max-width: 1200px) {
    .demo-class-row{
        margin:-12px;
    }
    .demo-class-row .card{
        margin:12px;
        width: calc(50% - 24px);
    }
}
@media screen and (max-width: 991px) {
    .sec-header-group .view-all-grp h3{
        margin-right: 6px;
    }
    .sec-header-group .view-all-grp span{
        width: 21px;
    }
    .demo-class-row{
        flex-wrap: nowrap;
        margin:0;
    }
    .demo-class-row .card{
        margin:0 6px;
        width: 270px;
    }
    .demo-class-row .card:first-child{
        margin-left:0;
    }
    .demo-class-row .card:last-child{
        margin-right:0;
    }
    .demo-class-row .card:first-child .demo-card-subtitle{
        padding: 2px 8px;
        border-radius: 28px;
        width: 130px;
    }
    .demo-class-row .card h2{
        font-size:22px;
        line-height:28px;
    }
}
/* demo-class */

