@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*font-family: "Poppins", sans-serif;*/

body{font-family: "Poppins", sans-serif;}

header{background: rgba(208, 215, 230, 1);}

header .container{background: rgba(255, 255, 255, 0.6);}

header .dropdown-toggle{ font-size: 18px; line-height: 24px; color: rgba(2, 48, 123, 1);}

header .dropdown-toggle::after{ display: none;}

.form-control.search{border:1px solid #B6B6B6; border-radius: 50px; min-width: 400px;font-size: 14px; font-weight: 300; color: #B9B9B9;}

.form-control.search::placeholder{font-size: 14px; font-weight: 300; color: #B9B9B9;}

.search-box .btn  {

    background: #02307B;

    color: #fff;

    position: relative;

    right: 50px;

    border: 0;

    border-radius: 0 50px 50px 0;

    min-width: 50px;

}

header .btn{ font-size: 16px; font-weight: 600; line-height: 24px; min-width: 120px; text-align: center; border-radius: 0;}

a.nav-link{ font-size: 18px; color: #02307B; font-weight: 300;}

a.nav-link:hover{ color: #000;}

a.nav-link.last{ margin-right: 160px;}

header .social-box a{

    font-size: 12px;

    color: #02307B;

    border: 1px solid #02307B;

    width: 25px;

    height: 25px;

    text-align: center;

    line-height: 23px;

}

header .social-box a:hover{ color: #000; border-color: #000;}

header .social-box a.cart-link{ font-size: 20px; width: auto; height: auto; border: none; position: relative;}
header .social-box a.cart-link .number {
    position: absolute;
    top: -14px;
    right: 0;
    background-color: #02307B;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 1.43;
    min-width: 19px;
    padding: 2px 6px;
    text-align: center;
    pointer-events: none;
}

a{text-decoration: none;}

.btn-outline-primary{border-color: #02307B; color: #02307B;}

.btn-outline-primary:hover{background:#02307B;border-color: #02307B;}

.btn-primary{background:#02307B; color: #fff;border-color: #02307B;}

.btn-primary:hover{background: none;color: #02307B;border-color: #02307B;}



.banner-box{ font-size: 18px; font-weight: 300; line-height: 25px; color: #000;}

.banner-box ul{ padding: 0; margin: 0;}

.banner-box li{ font-size: 16px; font-weight: 300; line-height: 25px;list-style: none; margin-bottom: 10px; padding-left: 25px; background: url(images/banner-list-icon.png)no-repeat left;}

.banner-box h1{ font-size: 60px; line-height: 70px; font-weight: 700;}

.blue{color: #02307B;}

.banner-box h3{ font-size: 28px; line-height: normal; font-weight: 700;}

.banner-box{background: rgba(208, 215, 230, 1);}

.banner-box .search-box{position: relative; margin-top: 30px;}

.banner-box .form-control.search{padding-left: 40px; max-width: 500px;}

.banner-box .search-box .btn{ background: none; right: 60px;}

.banner-box .search-box:hover img { filter: grayscale(1);}

.banner-box .icon-search{

    position: absolute;

    top: 16px;

    left: 15px;

}

.online-course-box{ background: #FAFAFA;}

.online-course-box .container{background: url(images/online-course-bg.png)no-repeat 91% -35px;padding: 50px 0;}

.course-box{ font-size: 16px; font-weight: 300; color: #000; padding: 43px 43px 34px; margin-bottom: 25px; background: #fff; border-radius: 20px; box-shadow: 0 2px 6px 1px rgba(0,0,0,0.25); max-width: 300px;}

.course-box p{ padding: 0; margin: 0;}

.course-box h5{ font-size: 24px; color: #4D4D4D; font-weight: 600; padding: 0; margin: 25px 0 10px;}



.packages-box{padding: 70px 0 60px;}

.packages-box .txt-box{

    padding: 17px 47px 36px;

    background: rgba(255, 255, 255, 0.9);

    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);

    max-width: 370px;

    min-width: 370px;

    margin: -40px auto 0;

    z-index: 10;

    position: relative;

}

.packages-box .txt-box h4{ padding: 0; margin: 0 0 5px; color: #4D4D4D; font-weight: 700; font-size: 18px;}

.packages-box .txt-box a{ text-decoration: none; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); font-size: 14px; color: #fff; font-weight: 600; padding: 10px 28px; background: #02307B; border-radius: 30px;}

.packages-box .txt-box a:hover{ background: #FAFAFA; color:#4D4D4D;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);}



.courses-box{padding: 60px 0;}

.courses-box h3{ font-size: 46px; font-weight: 700; color: #02307B; text-align: center; padding: 0; margin: 0 0 30px;}

.courses-box ul{ padding: 0; margin: 0; text-align: center;}

.courses-box li{ display: inline-block;

    vertical-align: top;

    margin: 0 10px;

    width: 29.35%;}
    .courses-box li img{
        min-height: 304px;
        object-fit: cover;
    }
.courses-box li .txt-box{font-size: 12px;

        font-weight: 300;

        color: #000;

        padding: 25px 25px 30px;

        background: rgba(255,255,255,0.90);

        border-radius: 10px;

        box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.10);

        max-width: 350px; margin: -45px auto 0; position: relative; z-index: 10; text-align: left; min-height: 210px;}
.courses-box li .txt-box .stars{ min-width: 70px;}

.courses-box li .txt-box h4{color:#02307B; font-size: 14px; line-height: normal; font-weight: 600; padding: 0; margin: 0 29px 0 0; max-height: 21px; overflow: hidden;}

.courses-box li .txt-box h4 a{color:#02307B;}

.courses-box li .txt-box h4 a:hover{color:#FFB800;}

.courses-box .slick-list {padding: 0 0 30px;}

.courses-box .slick-dots li button{ display: none;}

.courses-box .slick-dots li { width: 30px; height: 3px; background: #D0D0D0;}

.courses-box .slick-dots li.slick-active,.courses-box .slick-dots li:hover{ background: #02307B;}

.courses-box li .txt-box p{ padding: 0; margin: 10px 0 20px;}

.courses-box .social-box{

    position: absolute;

    bottom: 30px;

    width: 85%;

    text-align: center;

    border-top: 1px dashed #4D4D4D;

    padding-top: 20px;

}

.courses-box .social-box a{ margin: 0 5px;}

.courses-box .social-box a:hover svg path{fill: #FFB800;}



.online-course-list{ background: #FAFAFA; padding:80px 0 100px;}

.online-course-list h3 {

    font-size: 46px;

    font-weight: 700;

    color: #02307B;

    text-align: center;

    padding: 0;

    margin: 0 0 45px;

}

.online-course-list .col-md-2{background: #fff; font-size: 12px; line-height: normal; color: #444; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); padding: 29px 0; max-width: 190px; margin: 0 auto;}

.online-course-list .col-md-2:hover{ background: #f7f7f7;}

.online-course-list .col-md-2 h5{ font-size: 16px; font-weight: 600; color: #000; padding: 0; margin: 20px 0 10px;}

.total-couses svg{ vertical-align: text-top; margin-right: 4px;}



.testimonoial-box{ padding: 60px 0 70px;}

.testimonoial-box h3 {

    font-size: 46px;

    font-weight: 700;

    color: #02307B;

    text-align: center;

    padding: 0;

    margin: 0 0 65px;

}

.testimonoial-box ul{ padding: 0; margin: 0;}

.testimonoial-box li{ list-style: none; display: inline-block;font-size: 12px;

    font-weight: 300;

    color: #3E3E3E;

    padding: 35px;

    border-radius: 20px;

    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);margin: 0 15px;

    width: 31%; position: relative;

    }

    .testimonoial-box li::after{content: ""; width: 63px; height: 50px; position: absolute; top: -25px; right: 40px; background: url(images/testimonial-icon.png);}

.testimonoial-box p{ padding: 0; margin: 20px 0;}

.testimonoial-box .name{ font-size: 16px; color: #000; font-weight: 600;}



.expert-instructor-box{

    padding: 60px 0; background: #F7F9FB;

}

.expert-instructor-box h3 {

    font-size: 46px;

    font-weight: 700;

    color: #02307B;

    text-align: center;

    padding: 0;

    margin: 0 0 45px;

}

.expert-instructor-box ul{ padding: 0; margin: 0; text-align: center;max-width: 1200px;margin: 0 auto;}

.expert-instructor-box li {

    display: inline-block;

    vertical-align: top;

    margin: 0 auto;

    width: 31%;
padding: 10px;
    max-width: 400px;

}
.expert-instructor-box li img{
    max-width: 400px;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: top;
}

.expert-instructor-box li .txt-box{font-size: 12px;

        font-weight: 300;

        color: #000;

        padding: 15px 20px 20px;

        background: rgba(255,255,255,0.90);

        border-radius: 0;

        box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.15);

        max-width: 350px; margin: -45px auto 0; position: relative; z-index: 10; text-align: left; min-height: 120px;}
        .expert-instructor-box li .txt-box .profile-link{ min-width: 70px;}

.expert-instructor-box li .txt-box h4{color:#000; font-size: 20px; line-height: normal; font-weight: 600; padding: 0; margin: 0 29px 0 0; max-height: 30px; overflow: hidden;}

.expert-instructor-box .profile-link a{ font-size: 10px; font-weight: 400; color: #02307B; text-decoration: none; border-bottom: 1px solid; line-height: 12px;}

.expert-instructor-box .profile-link a:hover{ color: #000;}

.instructor-courses-box{ padding-top: 15px; margin-top: 15px; border-top: 1px dashed #02307B;}

.instructor-courses-box h5{ font-size: 16px; color: #000; font-weight: 300;}

.exp-courses{ font-size: 12px;}

.exp-courses svg{ vertical-align: text-top; margin-right: 7px;}



.book-demo-box .container {

    background: url(images/online-course-bg.png) no-repeat 0 -35px;

    padding: 70px 0;

}

.book-demo-box h3 {

    font-size: 48px;

    font-weight: 700;

    color: #02307B;

    padding: 0;

    margin: 50px 0 18px;

}

.book-demo-box form label{ font-size: 16px; font-weight: 300; color: #000; margin-bottom: 5px;}

.book-demo-box form { max-width: 580px;}

.book-demo-box form input{background: #F9F9F9; border-radius: 35px;box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.20); padding: 14px 15px; font-size: 12px; font-weight: 400; color: #9F9F9F; margin-bottom: 20px;}

.book-demo-box form button{background: #02307B; font-size: 18px; font-weight: 600; padding: 7px 71px; margin: 0 auto; display: inline-block; color: #fff; border-radius: 0;}

.book-demo-box form button:hover{ border:1px solid #02307B;}

.book-demo-box .buy-btns{ text-align: center;}

.help-box{padding: 53px 0 80px;}

.help-box .container{position: relative;}

.help-box .container::after{position: absolute; width: 182px; height: 255px; content: ""; right: -8px; top: 50%; transform: translateY(-50%); background:url(images/help-box-arrow.png)no-repeat;}

.help-box .col-md-6{background:#F7F9FB; border-radius: 30px; padding:80px 50px 50px; max-width: 590px; margin: 0 16px; position: relative;}

.help-box .col-md-6 img{

    position: absolute;

    top: -50px;

    left: 25px;

}



.get-in-touch-box{ margin-bottom: 100px;}

.get-in-touch-box .touch-box-inner{padding: 50px 50px 60px; background: #FAFAFA;position: relative; z-index: 10; border-radius: 30px; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25); font-size: 18px; line-height: 30px; color: #000;}

.get-in-touch-box .touch-box  h3 {

    font-size: 48px;

    font-weight: 700;

    color: #02307B;

    text-align: center;

    padding: 0;

    margin: 0 0 20px; 

}

.get-in-touch-box .container{position: relative;}

.get-in-touch-box .container::after{content: ""; position: absolute;top: -20px; left: -20px; border: 1px solid #02307B; border-radius: 50px; width: 100%; height: 100%; z-index: 1;}

.get-in-touch-box .container::before{content: ""; position: absolute; bottom: -20px; left: 105px; width: 60px; height: 60px; border: 1px solid #4D4D4D; border-radius: 100px;}

.get-in-touch-box .container .touch-box::before{content: ""; position: absolute; bottom: -10px; right: -5px; width: 160px; height: 160px; border: 1px solid #4D4D4D; border-radius: 30px;}

.bright-star-section{padding: 0 0 60px;}

.bright-star-section h3 {

    font-size: 46px;

    font-weight: 700;

    color: #02307B;

    text-align: center;

    padding: 0 0 15px;

    margin: 0 0 50px;

    background: url(images/tution-bg.png)no-repeat bottom; background-size: 132px;

}

.bright-star-section .col-md-3 {

    background: #F2F5F8;

    border-radius: 10px;

    padding: 30px;

    max-width: 290px;

    margin: 0 8px;

    position: relative; text-align: center; font-size: 12px; font-weight: 300; 

}

.bright-star-section h4{ font-size: 14px; font-weight: 600; margin: 15px 0 10px; padding: 0; color: #02307B;}

.bright-star-section .position-box{

    font-size: 30px;

    font-weight: 600;

    color: #02307B;

    background: #fff;

    width: 80px;

    height: 80px;

    line-height: 80px;

    margin: 0 auto;

    border-radius: 100px;

    border: 2px dashed;

}

.teach-online-section{ padding: 70px 0 50px; background: #F2F5F8; font-size: 24px; color: #000; font-weight: 400;}

.teach-online-section h4 {

    font-size: 48px;

    font-weight: 700;

    color: #02307B;

    padding: 0;

    margin: 0 0 33px;

}

.teach-online-section ul{ padding: 0; margin: 0 0 10;}

.teach-online-section li{ list-style: none; margin-bottom: 30px;}

.teach-online-section li svg{ margin-right: 10px;}

a.blue-btn {background: #02307B; border: 1px solid transparent; font-size: 18px; font-weight: 600; padding: 8px 41px; margin: 0 auto; display: inline-block; color: #fff; border-radius: 0;}

a.blue-btn:hover{ border:1px solid #02307B; background: none; color: #02307B;}



.join-us-section{ padding: 60px 0; background: #FAFAFA; font-size: 24px; color: #000; font-weight: 400;}

.join-us-section h4 {

    font-size: 48px;

    font-weight: 700;

    color: #02307B;

    padding: 0;

    margin: 0 0 33px;

}



footer{ padding: 20px 0 30px;}

footer ul{ padding: 0; margin: 0;}

footer ul li{     display: inline-block;

    list-style: none;

    padding: 0 10px 0 0;

    margin: 0 10px 0 0;

    border-right: 1px solid #000;

    line-height: 15px;}

    footer ul li:last-child{ border-right: none;}

footer ul li a{ font-size: 16px; color: #000; font-weight: 300;}

footer ul li a:hover{ color: #02307B;}

footer .copyright-box{border-top:1px solid #02307B; margin-top: 20PX; padding-top: 30px;}

footer .copyright-box a{color:#02307B;}

footer .copyright-box a:hover{color:#000;}

.tuition-txt{background: url(images/tution-bg.png)no-repeat bottom; background-size: auto;}

.expert-instructor-box .slick-list {padding: 0 0 30px;}

.expert-instructor-box .slick-dots li button{ display: none;}

.expert-instructor-box .slick-dots li { width: 30px; height: 3px; background: #D0D0D0;}

.expert-instructor-box .slick-dots li.slick-active,.expert-instructor-box .slick-dots li:hover{ background: #02307B;}



.testimonoial-box .slick-list {padding: 30px 0;}

.testimonoial-box .slick-prev:before,.testimonoial-box .slick-next:before {

    font-size: 30px;

    color: #4D4D4D;

    opacity: 1;

}

header.no-bg{

    position: absolute;

    width: 100%;

    background: none; z-index: 10;

}

.inner-banner h1{position: absolute;

    top: 50%;

    text-align: center;

    color: #fff;

    font-size: 60px;

    line-height: 70px;

    font-weight: 700;

    transform: translate(-50%, -50%);

    width: auto;

    left: 50%; background: url(images/inner-banner-title-bg.png)no-repeat  94% 70px;

    padding-bottom: 30px;}

.inner-banner{ position: relative;}

.inner-banner img{ width: 100%;}

.sidebar-widget-box{ background: #fff; padding: 30px 40px; margin-bottom: 20px;}

.sidebar-widget-box.search{ padding: 14px 30px;}

.inner-content-box{padding: 80px 0; background: #F5F5F5;}



.sidebar-widget-box .search-box{position: relative;}

.sidebar-widget-box .form-control.search{padding-left: 40px; background: #F6F6F6; max-width: 100%; min-width: 100%;}

.sidebar-widget-box .search-box .btn{ background: none; right: 60px;}

.sidebar-widget-box .icon-search{

    position: absolute;

    top: 16px;

    left: 15px;

}

.sidebar-widget-box ul{ padding: 0; margin: 0;}

.sidebar-widget-box ul ul{ margin:15px 0 0 30px; border-top: 1px solid #515151;}

.sidebar-widget-box li{ list-style: none; padding: 15px 0; border-bottom: 1px solid #515151;font-size: 14px; color: #444; font-weight: 400;}

.sidebar-widget-box li:last-child{ padding-bottom: 0;}

.sidebar-widget-box li input{ margin-right: 8px; vertical-align: middle;width: 15px;  height: 15px;}

.sidebar-widget-box li:last-child{ border-bottom: none;}

a{ cursor: pointer;}

a.show-more{ font-size: 12px; font-weight: 300; color: #02307B;}

a.show-more.bold{font-weight: 600;}

a.show-more:hover{ color: #000;}

.sidebar-widget-box h3{ font-size: 18px; font-weight: 500; color: #444;}

.sidebar-widget-box h3 img{ margin-right: 12px;}

.list-nav{ font-size: 16px; font-weight: 400; color: #444; padding: 28px 20px; background: #fff; margin-bottom: 20px;}

.list-nav .list-icons{ margin-right: 10px;}

.list-nav .list-icons a{ margin-right: 10px;}

.dropdown-menu li {

    position: relative;

    }

    .dropdown-menu .dropdown-submenu {

    display: none;

    position: absolute;

    left: 100%;

    top: -7px;

    }

    .dropdown-menu .dropdown-submenu-left {

    right: 100%;

    left: auto;

    }

    .dropdown-menu > li:hover > .dropdown-submenu {

    display: block;

    }





    .course-list-box{font-size: 12px;

        font-weight: 300;

        color: #000;

        padding: 25px 40px 25px 15px;

        background: #fff;

        border-radius: 0;

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0,0.15); margin-bottom: 20px; }

.course-list-box .img-box{ position: relative;}

.course-list-box .img-box .level-box{ position: absolute; top: 5px; left: 5px; background: #fff; color: #02307B; font-size: 10px; text-transform: uppercase; padding: 0 9px; font-weight: 600;}

.course-list-box .cc-box{ font-size: 10px; font-weight: 400; color: #8A8A8A;}

.course-list-box .cc-box img{ margin-right: 5px; vertical-align: middle;}

.course-list-box .star-box{ margin-left: 15px;font-size: 10px; font-weight: 400; color: #8A8A8A;}

.course-list-box .star-box svg{ vertical-align: baseline; margin-right: 5px;}

.course-list-box h4{padding: 0; margin: 15px 0 10px; color: #02307B; font-size: 16px; font-weight: 600;}

.course-list-box a:hover h4{color: #FFB800;}

.course-list-box .bio-pic{ font-size: 10px; font-weight: 600; color: #686868;}

.course-list-box .bio-pic img{ margin-right: 10px; vertical-align: middle; width: 48px; height: 48px; object-fit: cover; object-position: top; border-radius: 100px;}

.course-list-box .view-course-box{ margin-top: 15px; padding-top: 20px; border-top: 1px solid #D9D9D9; font-size: 10px; color: #000; font-weight: 300;}

.course-list-box .view-course-box a{ color: #02307B; font-size: 12px; font-weight: 400; border-bottom: 1px solid;}

.course-list-box .view-course-box a svg{ margin-left: 5px;}

.course-list-box .view-course-box a:hover{color: #000;}

.course-list-box .view-course-box a:hover svg path{ fill: #000;}

.comments-section .row {
    display: none;
}

.comments-section .row.visible {
    display: flex;
}

.comments-section .show-more {
    cursor: pointer;
}

.course-details-txt{padding: 55px 50px 60px; border-radius: 30px; background: #fff; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); margin-top: 60px; font-size: 16px; font-weight: 300; line-height: 25px; color: #000;}

.course-details-txt h2{ font-size: 28px; font-weight: 700; color: #02307B; margin: 0 0 10px;}

.course-details-txt h3{ font-size: 20px; font-weight: 600; color: #02307B; margin: 30px 0 10px;}

.pagination a{ display: none;}
.pagination li.page-item a{ display: block;}
.page-link{color: #02307B;}
.active>.page-link, .page-link.active,.page-link:hover {
    background-color:#02307B; color: #fff;
    border-color:#02307B;
}

.faq-box h3{ font-size: 48px; font-weight: 700; text-transform: uppercase; color: #02307B; padding: 65px 0 10px 20px; margin: 0;

    background: url(images/online-course-bg.png) no-repeat 0 -35px; background-size: 393px; line-height: normal;

}



.faq-box .accordion-button{ padding: 18px 20px; background: #02307B; font-size: 16px; font-weight: 600; color: #fff; line-height: normal;}

.faq-box .accordion-item{ margin-bottom: 10px;}

.faq-box .accordion-item:first-of-type>.accordion-header .accordion-button,.faq-box .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-radius: 0;}

.faq-box .accordion-body{ font-size: 14px; font-weight: 300; color: #000; line-height: 23px; padding: 25px 45px 36px 25px; background: rgba(2,48,123,0.10); border-bottom: 3px solid #02307B;}

.faq-box .accordion-button::after{background-image: url(images/plus.png);width: 15px;height: 15px;background-size: contain;}

.faq-box .accordion-button:not(.collapsed)::after{background-image: url(images/minus.png);}

.course-detail-sidebar{ background: #fff; padding: 20px;}

.course-detail-sidebar ul{padding: 0; margin: 0;}

.course-detail-sidebar li{ list-style: none; font-size: 14px; font-weight: 400; line-height: normal; color: #444; padding: 15px 0; border-bottom: 1px solid #C3C3C3;}

.course-detail-sidebar li img{ margin-right: 9px;}

.course-detail-sidebar li:last-child{ padding-bottom: 0; border-bottom: none;}

.course-detail-sidebar .img-box{ margin-bottom: 15px;}

.bts-box{max-width: 200px; margin: 30px auto 0;}

.bts-box a{ display: block; width: 100%; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 10px; background: #02307B; text-align: center; padding: 9px 15px; border: 1px solid #02307B;}

.bts-box a svg{ margin-right: 15px;}

.bts-box a.wt-btn,.bts-box a:hover{background: #fff; color: #02307B;}

.bts-box a:hover svg path{ fill: #02307B;}

.bts-box a.wt-btn:hover{background:#02307B; color: #fff;}

.bts-box a.wt-btn:hover svg path{ fill: #fff;}

.course-detail-txt .title-box{ background: #fff; padding: 21px 50px; position: relative;}

.course-detail-txt .title-box h2{ font-size: 24px; color: #02307B; font-weight: 700; padding: 0; margin: 0;}

.course-detail-txt .title-box .level-btn{position: absolute; top: 0; left: 0; padding: 0 9px; background: #02307B; font-size: 10px; font-weight: 600; color: #fff;}

.instructor-details{

    padding: 25px 70px 35px 50px;

    background: #fff;

    margin-top: 10px;

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);

}

.instructor-name-box .img-box{ margin-right: 10px; }

.instructor-name-box .instructor-name{font-size: 12px; font-weight: 600; color: #686868;}
.instructor-name-box .instructor-name a{color: #686868;}
.instructor-name-box .instructor-name strong,.last-update-box strong,.review-box strong{ display: block; color: #1E1E1E;}

.instructor-name-box .img-box img{border-radius: 100px; max-width: 50px;}

.instructor-name-mainbox .last-update-box,.instructor-name-mainbox .review-box{font-size: 12px; font-weight: 600; color: #686868;}

.instructor-name-mainbox{ max-width: 515px;}

.instructor-details{ font-size: 14px; color: #000; font-weight: 300;}

.instructor-details h4{ color: #02307B; font-size: 14px; font-weight: 600;}



.tabs-box{ margin-top: 20px;}

.nav-tabs{background: #fff;box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);}

.nav-tabs button{ font-size: 14px; font-weight: 600; color: #292929; padding: 14px 41px;border-radius: 0!important; border-right: 1px solid #D9D9D9!important; width: 25%;}

.nav-tabs button.active,.nav-tabs button:hover{background-color: #02307B!important; color: #fff!important;}

#nav-tabContent{padding: 30px;

    background: #fff;

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15); font-size: 12px; font-weight: 300; color: #000;

}

#nav-tabContent h4,#nav-tabContent h1,#nav-tabContent h2,#nav-tabContent h3{ font-size: 18px; font-weight: 700; color:#02307B}



.related-box h3{ font-size: 28px; font-weight: 700; color: #02307B; padding: 0; margin: 40px 0 20px;}

.related-box .col-md-6{background: #fff; box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.10); padding: 0; margin: 1%;

    width: 48%;}
    .related-box .col-md-6 img{max-width: 200px;}
.related-box .related-txt{ padding: 20px 35px 20px 25px; font-size: 10px; color: #4D4D4D; font-weight: 600; max-width: 58%;}

.related-box .related-txt h4{ font-size: 14px; font-weight: 600; color:#02307B}

.related-box .related-txt p{padding: 0; margin: 0;}

.related-box .star-box{ padding-top: 15px; margin: 15px 0 10px; border-top: 1px solid #4D4D4D;}

.related-box .star-box img,.related-box .star-box svg{ vertical-align: inherit; margin-right: 2px;}

.related-box .students-total{ margin-bottom: 15px;}

.related-box a.course-btn{

    color: #02307B;

    font-size: 8px;

    font-weight: 400;

    border-bottom: 1px solid;

}



.about-instructor{

    padding: 30px 65px 40px 45px;

    background: #fff;

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);

    font-size: 12px; line-height: 20px;

    font-weight: 300;

    color: #000; margin-top: 40px;

}

.about-instructor h3{font-size: 28px; font-weight: 700; color: #02307B; padding: 0; margin: 0 0 20px;}

.tab-pane.curriculum span.right{position: absolute; right: 70px; font-size: 10px; font-weight: 600;}

.tab-pane.curriculum ul{ padding: 0; margin: 0;}

.tab-pane.curriculum ul li{ list-style: none; padding: 11px 15px; background: #F5F5F5; border-bottom: 1px solid #C6C6C6; font-size: 12px; font-weight: 300; color: #000;}

.tab-pane.curriculum ul li svg{ margin-right: 10px;}

.tab-pane.curriculum ul li:last-child{ border-bottom: none;}



.table.packages-table{ border: 1px solid #C6C6C6; font-size: 12px; font-weight: 300; color: #000; }

.table.packages-table td{ padding: 16px;background: #F5F5F5;}

.table.packages-table th{ background: #fff; font-size: 14px; font-weight: 600;padding: 16px;}



.review-section h3{

    font-size: 28px;

    font-weight: 700;

    color: #02307B;

    padding: 0;

    margin: 40px 0 20px;

}

.review-section .col-md-3{padding: 39px 30px;

    background: #fff;

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);

    font-size: 12px;

    font-weight: 300;

    color: #000;}

.review-section .col-md-3 h3{ font-size: 100px; font-weight: 700; color: #000; line-height: 100px; padding: 0; margin: 0;}

.review-section .col-md-9{padding: 27.5px 60px;

        background: #fff;

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);

        font-size: 10px;

        font-weight: 300;

        color: #000;    width: 73%;

        margin-left: 2%;}

.review-section .col-md-9 h4{ font-size: 14px; font-weight: 600; color: #292929; padding: 0; margin: 0 0 20px;}

.progress{ height: 4px;}

.progress-bar{ background:#0050D3;}



.comments-section h3{font-size: 18px; font-weight: 600; color: #02307B; padding: 0; margin: 30px 0 10px;}



.comments-section .col-md-3{padding: 15px 25px;

    background: #fff;

    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);

    font-size: 12px;

    font-weight: 300;

    color: #000;}

    .comments-section .col-md-3 .img-box img{ max-width: 70px; border-radius: 100px;}

    .comments-section .col-md-9{padding: 20px 30px;

        background: #fff;

        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);

        font-size: 12px;

        font-weight: 300;

        color: #000;}

.bio-detail h3{ padding: 0; margin: 0 0 4px; font-size: 14px; font-weight: 600; color: #000;}

.bio-detail p{ padding: 0; margin: 0;}

.dropdown-menu.show {

    margin-top: 10px !important;

    border: none;

}

.dropdown-menu.show:before {

    top: -13px;

    left: 14px;

    border-style: solid;

    border-width: 0 10px 13px;

    content: "";

    height: 0;

    width: 0;

    position: absolute;

    border-color: transparent transparent #fff;

}



.dropdown-menu li {border-bottom: 1px solid #ddd; padding: 5px 0;}

.dropdown-menu li:last-child{ border-bottom: none;}

.dropdown-menu span.arrow{ float: right;}

.dropdown-menu span.icon{ margin-right: 5px;}

.title-area .bts-box{ margin: 0; max-width: none;}

.title-area .bts-box a{ display: inline-block; margin: 0 5px; width: auto;}





.instructor-left-box .instructor-image img {

    border-radius: 50%;

    height: 120px;

    width: 120px;

    object-fit: cover;

}

.about-instructor-box .about-instructor-image img {

    width: 96px;

    height: 96px;

    border-radius: 50%;

    object-fit: cover;

}

img.img-fluid {

    width: 100%;

    height: auto;

    object-fit: fill;

}



@media (max-width:1400px) {

a.nav-link.last {margin-right: 100px;}

.banner-box h1 {font-size: 52px;}

.banner-box h3 {font-size: 24px;}

.help-box .col-md-6,.bright-star-section .col-md-3{ margin: 0;}

.help-box .container::after{ display: none;}

}

@media (max-width:1200px) {

.banner-box h1 {

    font-size: 46px;

    line-height: 50px;

}

.banner-box h3 {

    font-size: 20px;

}

a.nav-link.last {

    margin-right: 30px;

}

footer ul li a {font-size: 14px;}

.inner-banner h1{ margin-top: 30px;}

.sidebar-widget-box.search,.sidebar-widget-box{padding: 14px;}

.bts-box a svg {

    margin-right: 0;

}

.title-area .bts-box a{font-size: 0;margin: 0;padding: 9px;}

}

@media (max-width:992px) {

.banner-box h1 {

    font-size: 35px;

    line-height: 42px;

}

.courses-box h3,.online-course-list h3,.testimonoial-box h3,.expert-instructor-box h3,.book-demo-box h3,.get-in-touch-box .touch-box h3,.bright-star-section h3,.teach-online-section h4,.join-us-section h4{font-size: 32px;}

.expert-instructor-box li .txt-box h4 {font-size: 14px;}

header .social-box{ margin-right: 5px!important;}

header .btn {font-size: 12px;min-width: 80px;}

a.nav-link.last,a.nav-link,header .dropdown{margin-right: 10px!important;}

a.nav-link,header .dropdown-toggle{font-size: 14px;}

header .container{ background: none;}

.inner-banner h1 { font-size: 50px;}

.nav-tabs button {padding: 14px 20px;}

header.no-bg  {position: relative;background: #f3f3f3a3;}

}



@media (max-width:768px) {

    .slick-dots{ height: 10px; overflow: hidden;}

    .courses-box li {

        width: 100%;

        margin: 0 auto 25px;

    }

.course-box { margin: 15px auto 30px;}

a.nav-link.last, a.nav-link {

    margin-right: 5px !important;

}

header .dropdown{ margin: 15px 0!important;}

a.nav-link{

    font-size: 11px;

}

header .dropdown-toggle{ font-size: 14px;}

.dropdown-menu.show:before{ left: 50%; transform: translateX(-50%);}

.dropdown-menu.show{ width: 100%;}

.dropdown-menu .dropdown-submenu{position: relative; left: 0; top: 0;border: none;}

.dropdown-menu .dropdown-submenu a{

    font-size: 12px;

    padding-left: 30px;

}

.dropdown-menu .dropdown-submenu .dropdown-submenu a{ padding-left: 50px;}

.packages-box .col-md-6:first-child,.join-us-section .col-md-7,.teach-online-section .col-md-4{ margin-bottom: 25px;}

.help-box .col-md-6:first-child{ margin-bottom: 70px;}

.bright-star-section .col-md-3{ margin: 0 auto 20px;}

.online-course-list .col-md-2 {

    margin: 2%;

    width: 45%;

    max-width: none;

}

.join-us-section,.teach-online-section{font-size: 18px;}

.inner-banner h1 {

    font-size: 36px;

}

.course-details-txt {

    padding: 20px;

    border-radius: 20px;

    margin-top: 30px;

}

.course-details-txt h2 {font-size: 24px;}

.faq-box h3 {font-size: 36px;}

.faq-box h3 {

    font-size: 36px;

    background: url(images/online-course-bg.png) no-repeat 0 -15px;

    background-size: 310px;}

    .inner-content-box {padding: 30px 0;}

    .related-box .col-md-6 {

        width: 90%;

        margin: 0 auto 20px;

    }

    .instructor-details {padding: 25px;}

    #nav-tabContent {padding: 20px;}    

    .review-section .col-md-3 {padding: 20px;}

    .review-section .col-md-9{ width: 100%; margin: 20px auto 0; padding: 20px;}

    header .btn{ display: none;}header .social-box {

       /* position: absolute;

        top: 28px;

        right: 25px;*/

        margin: 10px 0!important;

    }

    .slick-next {

        right: 0!important;

    }

    .slick-prev {

        left: 0!important;

    }

    footer .col-md-1{ margin-bottom: 15px;}

.nav-tabs button {width: 100%; border-bottom: 1px solid #ccc !important;}

.dropdown-menu span.arrow {transform: rotate(90deg);}

header {background: #f3f3f3a3;}

.banner-box{ padding-top: 25px;}
.instructor-name-box .instructor-name strong, .last-update-box strong, .review-box strong{
    display: inline-block;
    margin-right: 5px;
}
}



@media (max-width:550px) {

    .courses-box li{width:100%; margin: 0 auto 25px;}

    

    header .col-md-10{ margin: 15px 0;}

    

    header .col-md-2 a{ margin-top: 30px; display: block;}

    .banner-box .form-control.search {

        max-width: none;

        min-width: auto;

    }

    .courses-box h3, .online-course-list h3, .testimonoial-box h3, .expert-instructor-box h3, .book-demo-box h3, .get-in-touch-box .touch-box h3, .bright-star-section h3, .teach-online-section h4, .join-us-section h4 {

        font-size: 26px;

    }

    .get-in-touch-box .touch-box-inner {padding: 20px;}

    .inner-banner h1 {

        font-size: 26px;

        margin: 0;

        padding: 0;

        line-height: normal;

        background-position: 100% 120%;

        background-size: contain;

    }

   /* header .col-md-1 svg{ margin-right: 100px;}*/

    .nav-tabs button {

        padding: 10px; font-size: 11px;

    }

    .tab-pane.curriculum span.right {

        right: 30px;

        font-size: 8px;}

   .accordion-button::after {
            width: 15px;
            height: 15px;
            background-size: contain;
        }
        .accordion-button {
            font-size: 8px;
            padding: 10px;
            font-weight: 500;
        }

    #nav-tabContent h4,#nav-tabContent h1,#nav-tabContent h2,#nav-tabContent h3{font-size: 16px;}

    footer .copyright-box {font-size: 12px;}

}

.btn-primary-login{background: #02307B; font-size: 18px; font-weight: 600; padding: 7px 71px; margin: 0 auto; display: inline-block; color: #fff; border-radius: 0;}


.btn-primary-login:hover{ border:1px solid #02307B;}

.whatsapp-chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#whatsapp-chat-button {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#whatsapp-chat-button img {
    width: 50px;
    height: 50px;
}