
#megaMenu {
    margin-top: 80px;
}

/* BANNER START */

.skill-banner {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #feefe4 50%, #d4d4d6 50%);
}

.free-banner{
    padding: 40px 0px;
}

.free-banner h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
}

.free-banner p {
       font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #1e1e1e;
    padding: 15px 0px;
}

.btn-course {
    background-color: #c44a00;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #c44a00;
    margin-right: 15px;
}

.btn-course:hover{
    background-color: #000;
    color: #fff;
}

.btn-get {
    background-color: transparent;
    padding: 10px 30px;
    color: #000;
    border-radius: 5px;
    box-shadow: 0px 6px #ebb89991 !important;
    border: 1px solid #c44a00;
    font-size: 20px;
    font-weight: 600;
}

.btn-gets {
    background-color: transparent;
    padding: 8px 12px;
    color: #000;
    border-radius: 5px;
    box-shadow: 0px 6px #ebb89991 !important;
    border: 1px solid #c44a00;
    font-size: 13px;
    font-weight: 600;
}

a.banner-get-btn{
    width: 240px;
}

.main-certificate
{
        padding: 15px;
    background: #fffaf7;
    border-radius: 10px;
}
.course-force
{
    background: #fffaf7;
    padding: 30px;
    border-radius: 10px;
}
.phone-prefix {
    width: 70px !important;
    padding: 10px 12px;
        border-left: unset !important;
    background: #fff !important;
    border: 1px solid #b1acac !important;
    position: absolute;
   }
   #marketing-popup .orange-btn {
    background: #C44A00 !important;
   }
    #marketing-popup .btn-check:checked + .btn {
    background: #C44A00 !important;
    border-color: #C44A00 !important;
    }
    h3 {
    font-weight: 600 !important;
    color: #000 !important;
    }
#marketing-popup .form-control, #marketing-popup .input-text, #marketing-popup .form-select {
    background: #fff !important;
        border: 1px solid #afaaaa !important;
   }
   #marketing-popup .form-check-label {
    font-size: 13px;
    color: #333 !important;
}
#marketing-popup h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333 !important;
}
#marketing-popup .modal-content {
    background: #fff !important;
   }
   
#marketing-popup p {
    color: #333 !important;
}
.btn-get:hover{
    background-color: #c44a00;
    color: #fff;
}

/* BANNER END */

/* certificate start */

.certificate{
    padding: 60px 0px;
}

.course-force{
    margin-left: 30px;
}

.lern-industry{
    padding: 10px 0px;
    min-height: 170px;
}

.lern-industry h4{
    display: flex;
    align-items: baseline;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}

.lern-industry h4 i{
    margin-right: 10px;
    margin-top: 5px;
    color: #c44a00;
    font-size: 16px;
}

/* certificate end */

/* Connect with us start */

.convenient-schedule {
    margin-top: 30px;
    background-color: #ffeadd;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.convenient-ctr {
    width: 46%;
}

.convenient-ctr h4 {
    font-size: 19px;
    color: #38342f;
    line-height: 33px;
    font-weight: 500;
}
.cross_price
{
        font-size: 24px;
        font-weight: 500;
}
.orginal_price
{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.advantage-icon {
    display: inline-flex;
    width: 62px;
    height: 62px;
    margin: 2rem auto;
    justify-content: center;
    align-items: center;
    background: #e8670e;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 0 0 10px rgb(3 185 124 / 20%);
    -webkit-box-shadow: 0 0 0 10px rgb(232 103 14 / 20%);
}
.btn-advisor {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px;
}

.btn-advisor:hover{
    background-color: #c44a00;
    color: #fff;
}

/* Connect with us end */

/* Free Online Courses Start */

#blogTabs{
    padding: 60px 0px;
}

.blog-main-tittle h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

#blogTabs .nav-link {
    text-align: left;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    background: #f9e6db;
    margin: 3px 0px;
    padding: 10px;
}

#blogTabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c44a00;
}

.course-blog{
    background-color: fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
}

.course-blog img{
    border-radius: 6px;
    margin-bottom: 15px;
    width: 100%;
}

.course-blog span {
    font-size: 12px;
    font-weight: 500;
    background-color: #27ba44;
    padding: 5px 12px;
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.course-blog h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 24px;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
}

.course-blog ul{
    display: flex;
    align-items: center;
}

.course-blog ul li{
    font-size: 13px;
    color: #4c4c4c;
    margin-right: 15px;
}

.course-blog ul li i{
    margin-right: 5px;
}

.course-blog ul li b i{
    font-size: 10px;
    color: #ffbc00;
}

.course-blog p{
    font-size: 14px;
    color: #1e1e1e;
    padding: 10px 0px;
    font-weight: 500;
}

.course-blog p i {
    color: #27ba44;
}

.view-date {
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    padding: 10px 0px;
}

.views a{
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    color: #000;
}

.update a{
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    color: #000;
}

.update p span{
    background-color: #fdf2f0;
    border-radius: 50%;
}

.blog-pagination{
    margin-top: 30px;
}

.blog-pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #c44a00;
}

.blog-pagination .page-link {
    color: #6c757d;
}

/* Free Online Courses end */

/* Reviews Start */

#allReviews {
    padding: 60px 0px;
}

.review-tops {
    border-bottom: 1px solid #dadada;
}

.review-tops p {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 10px;
}

.review-tops ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-tops ul li i {
    font-size: 24px;
    color: #ffaf23;
}

.review-tops ul li span {
    font-size: 14px;
    padding-left: 15px;
}

.review-tops ul li span strong {
    font-size: 34px;
    padding-left: 15px;
}

.review-tops h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0px 20px 0px;
}

.review-pad {
    padding: 20px 0px;
    border-bottom: 1px solid #dadada;
}

.review-person-content {
    display: flex;
    align-items: center;
}

.review-person img{
    border-radius: 50%;
}

.review-content {
    margin-left: 15px;
}

.review-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.review-content p {
    font-size: 14px;
    font-weight: 400;
}

.review-person-right h5 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}

.review-person-right p {
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    padding-bottom: 10px;
    line-height: 24px;
}

.review-person-right p {
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    padding-bottom: 10px;
    line-height: 24px;
}

.review-person-right a {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}

/* Reviews End */

#brandTab{
    padding: 60px 0px 0px 0px;
}

#brandTab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
       color: #333;
    background-color: #ffeadd;
    font-weight: 600;
    border: 1px solid #c44a00;
}

#brandTab .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #dddddd;
    border-radius: var(--bs-nav-pills-border-radius);
    margin-right: 10px;
}

#brandTab ul li button.nav-link img{
    width: 100%;
    height: 20px;
}

.content-part-right img{
    width: 100%;
    height: 20px;
}

/* FAQ start */

.main-faq{
    padding: 60px 0px;
}

.main-faq button.accordion-button.collapsed {
    background: #fcf5f1;
}

.main-faq .accordion-button {
    font-size: 14px;
}

.main-faq .accordion-button:not(.collapsed) {
    background-color: #fcf5f1;
    color: #0c1620;
}

.main-faq .accordion-flush .accordion-collapse {
    border-width: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* FAQ end */

.explore-free{
    background-color: fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
      
}

.completion-certificate{
    min-height: 160px;
}

.explore-free img{
    border-radius: 6px;
    margin-bottom: 15px;
}

.explore-free span {
     font-size: 13px;
    font-weight: 500;
    background-color: #ea5600;
    padding: 4px 12px;
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 2px;
}

.explore-free h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 24px;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.explore-free ul{
    display: flex;
    align-items: center;
}

.explore-free ul li{
    font-size: 13px;
    font-weight: 400;
    color: #4c4c4c;
    margin-right: 15px;
}

.explore-free ul li i{
    margin-right: 5px;
}

.explore-free ul li b i{
    font-size: 10px;
    color: #ffbc00;
}

.explore-free p{
    font-size: 14px;
    color: #1e1e1e;
    padding: 10px 0px;
    font-weight: 500;
}

.explore-free p i{
    color: #27ba44;
}

#brandTab .owl-nav .owl-prev{
    font-size: 50px !important;
    color: #000 !important;
    background-color: none;
}

#brandTab .owl-nav .owl-next{
    font-size: 50px !important;
    color: #000 !important;
    background-color: none;
}

.owl-dots{
    display: none;
}

.content-partner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
}

.content-part-left p{
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.content-part-right img{
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

/* RESPONSIVE CSS START */


@media (min-width: 1025px) and (max-width: 1199px) {
    #mostPopular{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #megaMenu .navbar-toggler {
    padding: 2px 10px;
    font-size: 20px;
    line-height: 1;
    color: #000 !important;
    background-color: #000;
    border: none;
    border-radius: 2px;
    transition: var(--bs-navbar-toggler-transition);
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

     #megaMenu .main-dropdown {
        top: 38px;
        right: -15px;
        left: -15px;
    }

    h3 {
        font-size: 18px;
    }

    .free-banner {
        padding: 30px 0px;
    }

    .free-banner h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .skill-banner {
        background-color:#feefe4;
        background-image: none;
    }

    .btn-course {
        margin-right: 0px;
    }

    .free-right-bg img{
        display: none;
    }

    .certificate {
        padding: 30px 0px;
    }

    .main-certificate img{
        max-width: 100%;
        height: auto;
    }

    .course-force {
        margin-left: 0px;
    }

    .convenient-schedule {
    margin-top: 20px;
    padding: 20px;
    display: block;
  }

  .convenient-ctr {
    width: 100%;
    padding: 10px 0px;
  }

  #brandTab .nav-link {
        padding: 5px;
        margin-bottom: 8px;
    }

    #blogTabs {
        padding: 30px 0px;
    }

    .blog-main-tittle h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .course-blog {
        margin: 10px 0px;
    }

    .lern-industry h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .lern-industry {
        min-height: auto;
    }

    /* footer start */

    .main-footer {
    background-color: #1d2636;
    padding: 30px 0px 60px 0px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-bottom-mobile {
        background: #c44a00;
        position: fixed;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .call-chat-mobile {
        text-align: center;
    }

    .footer-bottom-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bottom-mobile ul li {
        padding: 8px 0;
    }

    .footer-bottom-mobile ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

        .footer-bottom-mobile ul li:nth-child(2) {
        background-color: #c44a00;
        padding: 8px 30px;
    }

    .company {
        border-bottom: 1px solid #45536c;
        padding: 10px 0px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

     #megaMenu .main-dropdown {
        top: 38px;
        right: -15px;
        left: -15px;
    }

    #megaMenu .navbar-toggler {
        margin-right: 30px;
    }

    h3 {
        font-size: 18px;
    }

    .free-banner {
        padding: 30px 0px;
    }

    .free-banner h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .skill-banner {
        background-color:#feefe4;
        background-image: none;
    }

    .btn-course {
        margin-right: 0px;
    }

    .free-right-bg img{
        display: none;
    }

    .certificate {
        padding: 30px 0px;
    }

    .main-certificate img{
        max-width: 100%;
        height: auto;
    }

    .course-force {
        margin-left: 0px;
    }

    .convenient-schedule {
    margin-top: 20px;
    padding: 20px;
    display: block;
  }

  .convenient-ctr {
    width: 100%;
    padding: 10px 0px;
  }

  #brandTab .nav-link {
        padding: 5px;
        margin-bottom: 8px;
    }

    #blogTabs {
        padding: 30px 0px;
    }

    .blog-main-tittle h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .course-blog {
        margin: 10px 0px;
    }

    .lern-industry h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .lern-industry {
        min-height: auto;
    }

    a.banner-get-btn {
        width: 100%;
    }

    /* footer start */

    .main-footer {
    background-color: #1d2636;
    padding: 30px 0px 60px 0px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-bottom-mobile {
        background: #c44a00;
        position: fixed;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .call-chat-mobile {
        text-align: center;
    }

    .footer-bottom-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bottom-mobile ul li {
        padding: 8px 0;
    }

    .footer-bottom-mobile ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

        .footer-bottom-mobile ul li:nth-child(2) {
        background-color: #c44a00;
        padding: 8px 30px;
    }

    .company {
        border-bottom: 1px solid #45536c;
        padding: 10px 0px;
    }

     /* footer end */
}

/* RESPONSIVE CSS END */

#brandTab .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #c44a00 !important;
    text-decoration: none;
}

#brandTab .owl-prev {
   position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

#brandTab .owl-prev i {
    font-size: 24px;
}

#brandTab .owl-next {
     position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    
}

#brandTab .owl-next i {
    font-size: 24px;
}

.content-part-right img{
    height: 30px !important;
}