.faq.exam .panel-group .panel{
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 10px;
    background: none;
}
.owl-car-exam .owl-nav{
    display: none;
}
.owl-car-exam .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-car-exam .owl-dots button{
    background: #C4C4C4;
    width: 20px;
    border: none;
    height: 6px;
    margin-right: 10px;
}
.owl-car-exam .owl-dots button.active{
    background: #191A1C;
    border: none;
}
.icon-exam{
    top: 38%;
    left: 42%;
}
.syllabus-wrap h6{
    font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 149.8%;
font-family: 'Raleway', sans-serif;
color: #000000;
margin-left: 14px;
margin-top: 25px;
}
.syllabus-wrap  .panel-heading h4{
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 149.8%;
font-family: 'Raleway', sans-serif;
color: #000000;
}
.syllabus-wrap  p{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 199.8%;
font-family: 'Montserrat', sans-serif;
color: #777777;
}
.white-back {
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgb(152 152 152 / 25%);
    border-radius: 5px;
}
.syllabus-wrap  .panel-group .panel{
    border: none;
    border-top: 1px solid #BEBEBE;
    box-shadow: none;
}
.syllabus-wrap .panel-group .panel:first-child{
    border: none;
}
.syllabus-wrap .panel-heading{
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
}

.syllabus-wrap .panel a:after {
    font-size: 13px;
    color: #000;
}
.mob-view-syllabus{
    margin-right: 0;
    margin-left: 0;
    width: 90%;
    margin: auto;
}
.reg-date {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgb(152 152 152 / 25%);
    padding: 25px;
    margin-top: 55px;
    align-items: center;
}
.reg-date h5{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 149.8%;
    font-family: 'Raleway', sans-serif;
    color: #000000;
}
.reg-date p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149.8%;
    font-family: 'Montserrat', sans-serif;
    color: #777777;
}
.reg-date img {
    height: 40px;
}
.row.date-exam {
    width: 74%;
    margin: auto;
}
.view-more-btn.btn-download {
    display: flex;
    justify-content: space-between;
}
.view-more-btn.btn-download button {
    padding: 11px;
    margin-right: 14px;
    font-size: 10px;
    display: flex;
    justify-content: space-around;
    width: 50%;
}
.view-more-btn.btn-download a {
    padding: 11px;
    margin-right: 14px;
    font-size: 10px;
    display: flex;
    justify-content: space-around;
    width: 50%;
}
.padding-0-md{
    padding:0;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,
.btn-default.focus, .btn-default:focus{
    color: #fff;
    background-color: #0379b8;
    border-color: #0379b8;
    outline: none;
}
#owl-carousel5 img {
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    .syllabus-wrap .panel a:after{
        top: -43px;
    }
    .syllabus-wrap .panel-heading h4{
        font-size: 17px;;
    }
    .white-back{
        margin-bottom: 20px;
    }
    .reg-date h5{
        font-size: 16px;
    }
    .reg-date{
        padding: 14px;
        margin-top: 16px;
        align-items: center;
    }
    .row.date-exam {
        width: 100%;
        margin: auto;
    }
    .padding-0-md{
        padding:inherit 15px;
    }
}