.navbar-brand {
    height: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: center;

    img {
        height: 40px !important;

        @media (min-width: 768px) {
            height: 90px !important;
        }

    }
}

@media (min-width: 768px) {
    #nav-main .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
    }

    #nav-main .navbar-header {
        float: none;
        display: flex;
        align-items: center;
    }

    #nav-main .navbar-collapse {
        display: flex !important;
        align-items: center;
        float: none;
        padding-bottom: 0px;
    }

    #nav-main .navbar-nav {
        display: flex;
        align-items: center;
        float: none;
        margin: 0;
    }

    #nav-main .navbar-nav>li {
        float: none;
    }

    #nav-main .navbar-nav>li>a {
        display: flex;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 100%;
    }
}
.courses-container{
    background-color: #fff !important;
}
@media (min-width: 768px) {
    .testclass{
        padding: 0 !important;
        margin: 100px 0 0 0 !important;
    } 
}

.find-courses{
    background-color: #fff !important;
}
@media (max-width: 767px) {
    #header #nav-main {
        border: none !important;
    }
}
#nav-main{
    border: 1px solid black !important;
}
#header.fiexd #nav-main {
    border: none !important;
}


.banner-img{
        margin-top: -100px !important;
}

.course-info header.course-profile .intro-inner-wrapper{
    border: none !important;
}

.course-info header.course-profile{
    border-bottom: none !important;
}

.search-box form {
    display: flex;
    align-items: center;
}

.search-box input{
    border-radius: 0px 0px 0px 0px !important;
}

.search-btn {
    background: #00bcd4 !important;
    border: none !important;
    padding: 10px 14px !important;
    cursor: pointer !important;
    color: #fff !important;
    height: 60px !important ;
    border-radius: 0px 0px 0px 0px !important;
}

#nav-main .mobile-nav-item.mobile-show{
    display: none !important;
    
}
@media (max-width: 767px) {
    #nav-main .mobile-nav-item.mobile-show{
        display: block !important;
    }
}

#nav-main li.desktop-show{
    display: none !important;
    
}
@media (min-width: 768px) {
    #nav-main li.desktop-show{
        display: block !important;
    }
}

.our-course .course-box .img img{
    height: 300px !important;
    object-fit: cover !important;
}

.our-course .course-box a{
    display:inline-block;
    transition:transform 0.3s ease;
}

.our-course .course-box a:hover{
    text-decoration:none !important;
    transform:translateY(-5px);
}


/* TOS */
.tos-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.7;
    font-size: 16px;
}

.tos-container h1 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.tos-container h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.tos-container ol {
    padding-left: 20px;
}

.tos-container li {
    margin-bottom: 18px;
}

.tos-container strong {
    color: #222;
}

.tos-container p {
    margin-bottom: 20px;
}

.tos-footer-note {
    margin-top: 30px;
    font-weight: 500;
}

/* PRIVACY */

.privacy-container {
    max-width: 950px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.75;
    font-size: 16px;
}

.privacy-container h1 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.privacy-container h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.privacy-container p {
    margin-bottom: 18px;
}

.privacy-container ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.privacy-container li {
    margin-bottom: 10px;
}

.privacy-note {
    margin-top: 30px;
    font-weight: 500;
}

/* FAQ */

.faq-container {
    max-width: 950px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.75;
    font-size: 16px;
}

.faq-container h1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}

.faq-item {
    margin-bottom: 35px;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-item ol {
    padding-left: 25px;
}

.faq-item li {
    margin-bottom: 8px;
}

.faq-sublist {
    padding-left: 20px;
    margin-top: 8px;
}

.faq-highlight {
    font-weight: 500;
}

.faq-contact {
    margin-top: 15px;
    padding-left: 20px;

}


/* .banner .learning-btn .btn {
    background: #02cbf7 !important;
    color: #ffffff !important;
}

.banner .learning-btn .btn:hover {
    background: #fe5969 !important;
    color: #ffffff !important;
} */

.view-instructordash .container > div {
    display:block !important;
    table-layout:auto !important;
    width:auto !important;
    border:none !important;
    background:transparent !important;
    box-shadow:none !important;
    }
