﻿.navbar-brand.logo img {
    width: 55%;
}
.home-slide-text li {
    font-weight: 500;
    font-size: 18px;
}
.ptb-50{
    padding:50px 0px;
}
.bg-color-1 {
    background-color: #FBFBFF;
}
.mb-40{
    margin-bottom:40px;
}
h2, h3, h4 {
    font-weight: 700;
    color: #0b0b0b;
    letter-spacing: 0.9px;
}
h2 {
    font-size: 36px;
 }
h3 {
    font-size: 30px;
}
h4{
    font-size:22px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.course-img img {
    width: 65px;
}
.site-text {
    text-align:right;
}

.main-sec {
    padding-top: 104px;
}
.inner-banner h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

/*----------- course-detail-page style starts here ----------------*/
.course-sec h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.course-detail-main h2 {
    font-size: 26px;
    font-weight: 600;
}

.course-detail-main h3, .course-detail-main h4, .course-detail-main h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    margin-top:30px;
}
.faq-sec .card-collapse {
    padding: 10px;
}
/*----------- course-detail-page style ends here ----------------*/

/*--------------- mobile-responsive starts here ------------------*/
@media only screen and (min-width:320px) and (max-width:767px) {
    .navbar-brand.logo img {
        width: 13%;
    }
}
/*--------------- mobile-responsive ends here ------------------*/




@media (max-width: 767px) {
    /* for screen 576px  */

}

@media (max-width: 576px) {
    /* for screen mobile  */

}