.navbar-brand img {
    width: 170px;
}
.fixed-btm-top{
    bottom: 5px;
}
.banner-3 {
    padding: 40px 0px 90px;
}
.banner-3 .banner-content h1{
    font-size: 30px;
    line-height: 40px;
}

.form-search-banner .btn{
    top: 10px;
    right: 0px;
    position: relative;
    padding: 13px 18px;
}
.section-item-link-1::before{
    content: "\f133" !important;
}
.section-item-link-2::before{
    content: "\f044" !important;
}
.section-item-link-3::before{
    content: "\f5a0" !important;
}
.section-item-link-4::before{
    content: "\f007" !important;
}
.edutim-course-curriculum ul.curriculum-sections .section-content .course-item:nth-child(2n+1) span{
    background-color: #f8f8f8;
}
.section-left p{
    margin-bottom: 0.2rem;
    line-height: 22px;
    font-size: 15px;
}
.accordion-button:hover{
    color: white;
}
.accordion-button:not(.collapsed){
    color: #0c63e4 !important;
}

.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
/* Media Query */
@media (max-width: 768px){
.banner-3 .banner-content h1 {
    font-size: 20px;
    line-height: 25px;
}
.footer-2{
    text-align: center;
}
.category-imgbox .thumbnail-img{
    max-height: 250px;
}
.pt-50{
    padding-top: 0px !important;
}
.pb-50{
    padding-bottom: 0px !important;
}
.pt-sm-30{
    padding-top: 30px !important;
}
.about-img{
   display: none;
}
}
