@import "custom.css";


/*HEADER*/
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: var(--wc);
    /*    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
}

.logo a img {
    width: 185px;
    margin-right: 20px;
}

.logo.menubar-mobile {
    cursor: pointer;
    padding: 8px 0;
}

.menubar {
    text-align: right;
}

.menubar > ul > li {
    display: inline-block;
}

.menubar > ul > li > a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 5px;
    -webkit-transition: .3s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .3s;
    font-size: 16px;
    color: var(--wc);
    background-image: linear-gradient(122.33deg, #F39200 0%, #F83600 102.08%);
    border-radius: 3px;
    border: 2px solid #DF6812;
}

.menubar > ul > li > a > i {
    color: var(--wc);
    transition: .3s;
}

.menubar > ul > li > a:hover {
    color: var(--sc);
    border: 2px solid #DF6812;
    background: var(--wc);
}

.menubar > ul > li > a:hover i {
    color: var(--sc);
}

.menubar ul li a img {
    width: 16px;
    margin-right: 2px;
}

.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 5px;
    background: var(--wc);
    width: 170px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 3px;
    z-index: 2;
    overflow: hidden;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu > a {
    display: block;
    width: 100%;
    padding: 5px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--sc);
    font-size: 15px;
    text-transform: capitalize;
}

.sub-menu > a:hover {
    background: var(--sc);
    color: var(--wc) !important;
}

.menubar .active {
    background: var(--sc);
}

header .fa-bars {
    font-size: 18px;
    cursor: pointer;
}

.head-searchber-box {
    position: relative;
    padding: 0 5px;
}

.head-searchber-box input {
    padding: 11px;
    padding-left: 50px;
    width: 100%;
    background: #efefef;
    outline: none;
    border: none;
}

.head-searchber-box button {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background: none;
}

.head-searchber-box input::placeholder {
    font-family: 'Hind Siliguri', sans-serif;
    color: var(--gc);
}

/*HEADER END*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 110px;
    padding: 10px 0;
    margin-left: 10px;
}

.mobile-logo i {
    font-size: 20px;
    float: right;
    margin: 5px 20px;
    color: var(--pc);
    cursor: pointer;
    padding: 5px;
}

.mobile-logo i:hover {
    color: var(--sc);
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--pc);
    font-weight: 400;
}

.custom.accordion-button:hover {
    color: var(--sc);
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}

.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 400;
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 10px;
}

.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: var(--sc);
}

.custom.accordion-item a {
    text-decoration: none;
    display: block;
    width: 100%;
}
.accordion-item h2{
    margin: 3px 0 !important;
}
.custom.accordion-item .accordion-button {
    display: block;
    width: 100%;
    padding: 10px;
}

.accordion-button.custom i {
    padding: 0 10px;
}

.custom.accordion-button:focus {
    border: none;
}

/*ACCORDION CUSTOM END*/


.mobile-menu {
    width: 300px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 3;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(244, 138, 1, 0.76);
    z-index: 1;
    cursor: pointer;
}

.mobileAdd {
    left: 0 !important;
    width: 300px;
}

.mobile-overlay {
    position: inherit !important;
}

/*MOBILE MENU END*/

/*HOEM SECTION*/
.home-right img {
    width: 100%;
    transform: rotate(360deg);
}

.home-left {
    padding-left: 50px;
}

.home-left h1 {
    font-size: 48px;
    line-height: 52px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #232222;
}

.home-left h1 span {
    color: var(--sc);
}

.home-left p {
    font-size: 17px;
    line-height: 30px;
    color: #393939;
    font-family: fontp;
    font-weight: 400;
}

/*HOEM SECTION  END*/

/*LIFESTYLE*/
.lifestyle-section {
    background: #f36822;
}

.lifestyle-section .section-title h4 {
    font-family: 'Roboto', sans-serif;
}

.nav.lifestyle-nav {
    justify-content: center;
}

.lifestyle-nav .nav-link {
    color: var(--pc);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-radius: 0px;
    padding: 0;
    margin: 0 5px;
    font-size: 15px;
    padding: 5px;
}

.lifestyle-nav .nav-link.active {
    background: none;
    color: #3521D0;
    border-bottom: 3px solid #3521D0;
}

.lifestyle-box {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--wc);
    height: 100%;
    /* min-height: 280px; */
    /* margin-bottom: 30px; */
}

.lifestyle-img a {
    width: 100%;
    display: block;
}

.lifestyle-img a img {
    width: 100%;
}

.lifestyle-box h4 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
}

.lifestyle-box p {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #747474;
}

.lifestyle .slick-dots li {
    height: 0;
    width: 0;
    margin: 8px;
    list-style: none;
}

.lifestyle .slick-dots li button {
    height: 10px;
    width: 10px;
    background: #3521D0;
    border-radius: 50%;
    margin: 5px;
}

.lifestyle .slick-dots li.slick-active button {
    background: #cccccc;
}

.course_next {

    position: absolute;
    top: 30%;
    right: -10px;
    color: var(--sc);
    background: var(--wc);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 2;
    font-size: 18px;
}

.course-slider {
    position: relative;
}

.course_prev {
    position: absolute;
    top: 30%;
    left: -10px;
    color: var(--sc);
    background: var(--wc);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 2;
    font-size: 18px;
}

/*LIFESTYLE END*/


/*RUN SECTION*/
.run-section {
    background: var(--bg);
}

.run-box {
    box-shadow: 0.3125rem 0.3125rem 2.5rem rgb(0 0 0 / 6%);
    padding: 20px 15px;
    background: var(--wc);
    text-align: center;
    height: 100%;
    border-radius: 10px;
}

.run-image img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.run-box.run-comment .run-image img {
    border: 4px solid var(--sc);
    margin-right: 20px;
}

.run-image.student-comment-img img {
    border: 1px solid var(--wc) !important;
    width: 80px;
}

.run-box.run-comment {
    text-align: left;
}

.run-box h4 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #597A2F;
}

.review-show i {
    font-size: 12px;
    color: #EC9512;
    padding: 0;
}

/*RUN SECTION END*/


/*MEMBERSHEEP*/
.membersheep-section h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: var(--pc2);
}

.membersheep-section h2::after {
    content: '';
    height: 4px;
    width: 80px;
    background: #3521D0;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

.home-section.membersheep-section .home-left p {
    font-family: 'Roboto', sans-serif;
}

/*MEMBERSHEEP END*/

/*CATEGORY SECTION*/

.category-box {
    box-shadow: 0.3125rem 0.3125rem 2.5rem rgb(0 0 0 / 6%);
    padding: 25px 10px;
    border-radius: 10px;
    text-align: center;
    background: var(--wc);
    width: 100%;
}

.category-box img {
    width: 50px;
    margin-bottom: 15px;
}

.category-box a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #080808;
    font-family: 'Hind Siliguri', sans-serif;
}

.category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.category-row::after {
    content: '';
    clear: both;
    display: table;
}

.category-row > div {
    width: 20%;
    padding: 7px;
}

/*CATEGORY SECTION END*/


/*START COURSE*/
.start-course-round {
    background: var(--bg);
}


/*START COURSE END*/

/*PARTNER SECTION*/
.partner-box img {
    width: 100%;
    transition: .1s;
    height: 150px;
    /* margin: 0 auto; */
}

.partner-box {
    border: solid 0.0625rem rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 100%;
    overflow: hidden;

}

.partner-box:hover img {
    transform: scale(1.2);
    cursor: pointer;
}

/*PARTNER SECTION END*/

/*BENEFIT SECTION*/
.benefit-head h5 {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--yc);
}

.benefit-head h6 {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--pc);
}

.benefit-list li {
    padding-left: 50px;
    list-style: none;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    min-height: 60px;
}

.benefit-list li i {
    position: absolute;
    left: 0;
    top: -2px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--wc);
    background: var(--yc);
    border-radius: 50%;
    font-size: 20px;
}

.benefit-image img {
    width: 100%;
}

/*BENEFIT SECTION END*/

/*COURSE SECTION*/
.course-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-bottom: 15px;
    border-radius: 10px;
    background: var(--wc);
    overflow: hidden;
    position: relative;
    min-height: 330px;
}

.course-box:hover .course-img img {
    transform: scale(1.2);
}

.course-img {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.course-img img {
    width: 100%;
    transition: .3s;
}

.course-box h6 {
    font-size: 12px;
    line-height: 15px;
    color: #DF6812;
    padding: 0 10px;
}

.course-box h4 {
    font-size: 21px;
    line-height: 29px;
    color: #232222;
    padding: 10px;
    margin: 0;
}

.course-review span {
    font-size: 12px;
    font-weight: 500;
    color: #DF6812;
}

.course-review i {
    margin: 0;
    padding: 0;
    color: #DF6812;
    font-size: 8px;
}

.course-box .previous-price {
    font-size: 13px;
    color: rgb(131, 131, 131);
}
.course-btn-div{
    display: inline-block;
}

.course-box .sell-price {
    font-size: 13px;
    font-weight: 600;
}

.course-box .price {
    padding: 0 15px;
    font-weight: 600;
}

/*COURSE SECTION END*/

/*PAYMENT*/
.payment-section {
    background: #f47f00;
}

.payment-section .after-line {
    content: "";
    width: 2px;
    height: 40px;
    background: #125EAA;
}

.payment-section p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.payment-section h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #125EAA;
}

.payment-section h5 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: var(--wc);
    background: #125EAA;
    line-height: 15px;

}

.payment-section img {
    /* height: 40px; */
    width: auto;
}

/*PAYMENT END*/

/*FOOTER*/
footer {
    background: #002333;
}

.connect-with {
    border-bottom: 1px solid #707070;
}

.footer-head {
    color: var(--pc);
}

.footer-head h6 {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: var(--wc);
    font-family: 'Roboto', sans-serif;

}
.contacts{
    height: 80px;
    width: 100%;
}
.contacts ul li{
    float: left;
    color:#fff;
    line-height: 30px;
}
.contacts ul li span{
    font-weight: bolder;
    color:#fff
}

.footer-head ul li a {
    color: var(--wc);
    padding: 3px 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.footer-head ul li i {
    color: var(--wc);
}

.footer-head ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}

.footer-head ul li:hover {
    margin-left: 2px;
}


.footer-head b {
    display: block;
    color: var(--pc2);
    padding: 5px 0;
}

.footer-head p {
    color: var(--wc);
    margin: 0;
    padding: 3px 0;
}

.footer-message textarea {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    height: 70px;
    border: none;
    outline: none;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
}

.footer-message button {
    font-weight: 700;
    font-size: 16px;
    color: var(--wc);
    background: var(--sc);
    padding: 8px 15px;
    border-radius: 5px;
}

.footer-head a img {
    /* max-width: 100px; */
    margin-top: 10px;
}

.footer-icons a {
    margin-right: 8px;
}

.footer-icons a i {
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: var(--wc);
}

/*copyright*/
.copyright {
    border-top: 2px solid #01B369;
}

.copyright a {
    color: var(--wc);
    font-family: 'Roboto', sans-serif;
    padding-right: 12px;
}

/*FOOTER END*/

/*CATEGORY PAGE*/
.page-header {
    background: #f36822;
}

.page-header H2 {
    font-size: 40px;
    line-height: 52px;
}

.sub-cat-btn a {
    background: var(--wc);
    color: var(--pc);
    border: 1px solid var(--wc);
    margin-right: 5px;
    margin-bottom: 10px;
}

.page-header p {
    max-width: 750px;
    line-height: 30px;
}

.sub-cat-btn a:hover {
    color: var(--pc);
}

/*course category*/
.nav-link.course-cat-btn {
    font-size: 18px;
    font-family: 'Hind Siliguri', sans-serif;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .3s;
    font-weight: 500;
    color: var(--pc);
    background: #CCCCCC;
    margin-right: 10px;
}

.nav-link.course-cat-btn.active {

    color: #DF6812;
    background: #FCEBD2;
}

.underline-cat {
    content: "";
    height: 1px;
    width: 100%;
    background: #cccccc;
    display: block;
    position: relative;
}

.underline-cat .sub-underline {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    content: "";
    width: 120px;
    background: var(--pc);
}

/*product category*/
.category-left {
    border: 2px solid #d0c9ff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.category-left .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;

}

.category-left .accordion .accordion-item:last-child {
    border-bottom: none;
}

.category-left .accordion-button {
    border: none;
    box-shadow: none;
    color: var(--pc);
    font-weight: 600;
    font-size: 20px;
    padding: 0;
}

.category-left .accordion-button:not(.collapsed) {
    background: none;
    padding: 0;
}

.category-left .accordion-button:not(.collapsed) {
    color: var(--pc);
}

.category-left .accordion-body {
    padding: 10px 0;
}

.category-left .accordion-button:not(.collapsed)::after {
    background: #EBEEFF;
    height: 35px;
    width: 35px;
    border: 7px solid #EBEEFF;
    border-radius: 50%;
    background-image: url(../images/icons/angle-down-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.category-left .accordion-button.collapsed::after {
    background: #EBEEFF;
    height: 35px;
    width: 35px;
    border: 7px solid #EBEEFF;
    border-radius: 50%;
    background-image: url(../images/icons/angle-down-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.search-category > div {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.search-category > div > label {
    font-size: 16px;
    color: var(--bc);
    font-weight: 500;
}

.search-category input[type='checkbox'] {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

/*.category-right*/
.row-course-box.course-box .course-img {
    margin-right: 10px;
    margin-bottom: 0;

}

.row-course-box.course-box .course-img {
    width: 380px;


}

.course-box p {
    padding: 0 10px;
    margin: 0;
    padding-top: 20px;
}

.course-box p a {
    color: #125EAA;
}

.course-box .offer {
    color: var(--sc);
}

.row-course-box.course-box {
    min-height: inherit;
    box-shadow: none;
    padding-bottom: 0;
}

.course-box.row-course-box .sell-price {
    font-size: 15px;
}

.course-box.row-course-box {
    overflow: inherit;
}

.course-box.row-course-box .previous-price {
    font-size: 15px;
}

.course-box.row-course-box .offer {
    font-size: 15px;
}

/*course ovarlay*/
.row-course-box.course-box:hover .course-overlay {
    opacity: 1;
    visibility: visible;
}

.course-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--wc);
    width: 380px;
    box-shadow: 0.25rem 0.25rem 9.375rem rgb(0 0 0 / 39%);
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 1;


}

.course-overlay h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.course-overlay p {
    margin: 0;
    padding: 5px 0;
    font-family: 'Hind Siliguri', sans-serif;
}

.course-overlay p a {
    color: var(--pc)
}

.course-overlay b {
    font-size: 14px;
    color: var(--sc);
    font-family: 'Hind Siliguri', sans-serif;
}

.text-simple {
    font-family: fontp !important;
}

.course-overlay ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.course-overlay ul li i {
    position: absolute;
    left: 3px;
    top: 4px;
}

.clip-path-box {
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
    content: "";
    background: var(--wc);
    width: 35px;
    height: 60px;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 0% 50%);

}

/*CATEGORY PAGE END*/

/*PRODUCT DETAILS*/
.video-section {
    background-image: conic-gradient(#D1334A 0deg, #D1334A 90deg, #ffffff 90deg, #ffffff 180deg, #ffffff 180deg, #ffffff 270deg, #D1334A 270deg);
}

.video-box {
    text-align: center;
}

.video-box video {
    height: auto;
    width: 80%;
}

.product-details-left h6 {
    font-size: 16px;
    line-height: 20px;
    color: #DF6812;
}

.product-details-left h2 {
    font-size: 38px;
    line-height: 47px;
    color: #232222;
}

.product-details-left h4 {
    font-size: 24px;
    line-height: 30px;
    color: #232222;
}

.product-details-left p {
    font-size: 16px;
    line-height: 27px;
}

.product-details-left ul li {
    position: relative;
    padding: 7px 0;
    padding-left: 30px;
    font-size: 16px;
}

.product-details-left ul li i {
    position: absolute;
    left: 0;
    top: 10px;
    color: #8d8d8d;
}

.product-details-right {
    position: sticky;
    top: 100px;
}

.product-details-review i {
    color: #EC9512;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.product-details-right ul li {
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    list-style: inside;
    padding: 8px 0;
    font-family: 'Hind Siliguri', sans-serif;
}

.product-details-right h2 {
    font-size: 30px;
    font-family: fontp;
    text-align: center;
}

/*certificate*/
.certificate-section img {
    width: 100%;
}

.certificate-section h3 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #232222;
}

.certificate-section p {
    font-size: 16px;
    line-height: 27px;
    color: #575757;
}

/*course cariculam*/
.course-cariculam {
    background: #FFF8F6;
}

.caricualm-count {
    padding: 8px 16px;
    margin-left: 10px;
    background: #E7E4DC;
    border-radius: 15px;
    text-align: center;
}

.caricualm-count h5 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-family: fontp;
}

.caricualm-count p {
    font-size: 16px;
    color: var(--bc);
    margin: 0;
    padding: 0;
}

.cariculam-box .accordion-item {
    border: none;
    padding: 0px 0;
}

.cariculam-box .accordion-button {
    border: none;
    outline: none;
    background: var(--wc);
    box-shadow: 0.3125rem 0.3125rem 2.5rem rgb(0 0 0 / 6%);
    font-size: 16px;
    color: #232222;
    font-weight: 500;
    font-family: fontp;
}

.cariculam-box .accordion-button span {
    color: #DF6812;
    margin-left: 10px;
}

.cariculam-accordion-body ul li {
    padding-left: 15px;
    font-size: 16px;
    color: #414141;
}

.accordion-body i {
    margin-bottom: 3px;
    color: #A7C87D;
    font-size: 18px;
}

.resource-box {
    box-shadow: 0.3125rem 0.3125rem 2.5rem rgb(0 0 0 / 6%);
    border-radius: 15px;
    padding: 10px;
    background: var(--wc);
    height: 100%;
}

.resource-box h2 {
    font-size: 30px;
    line-height: 38px;
    color: #232222;
    text-align: center;
}

/*course requirment*/
.course-req-box {
    max-width: 900px;
}

.course-req-box h4 {
    font-size: 30px;
    line-height: 38px;
    color: #232222;
}

.course-req-box p {
    font-size: 18px;
    line-height: 27px;
}

/*about instractor*/
.about-instractor h4 {
    font-size: 28px;
    line-height: 30px;
    color: var(--bc);
}

.about-instractor img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.about-instractor h6 {
    font-size: 20px;
    font-weight: 28px;
    color: var(--pc);
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.about-instractor h5 {
    font-size: 18px;
    font-weight: 28px;
    color: var(--gc);
    margin: 0;
    padding-top: 5px;

}

.about-instractor-box {
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 5px;
}

.instractor-rading .rating i {
    color: #EC9512;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.instractor-rading b {
    color: var(--pc);
    font-weight: 500px;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
}

.instractor-rading span {
    color: #9f9f9f;
    font-weight: 500px;
    font-family: 'Roboto', sans-serif;
}

.rading-right-box {
    margin-left: 40px;
}

.instractor-rading {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 20px;
    border-top: none;
}

/*review*/
.review-head h3 {
    font-size: 28px;
    color: var(--bc);
}

.review-head h3 i {
    font-size: 18px;
    color: #EC9512;
}

.review-box .name-round {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--bc);
    color: var(--wc);
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    margin-right: 30px;
}

.review-box h6 {
    font-family: 'Roboto', sans-serif;
    color: var(--bc);
}

.review-box .review i {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #EC9512;
}

.review-box .review span {
    color: #959595;
}

.review-box p {
    font-size: 18px;
}
.review-box img{
    width: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.review-like a i {
    color: var(--pc);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--pc);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;

}

.review-like a {
    font-weight: 500;
    font-size: 18px;
    color: #125EAA;
    text-decoration: underline;
}

.review-box {
    max-width: 800px;
    border-bottom: 1px solid #cccccc;
}

.review-box:last-child {
    border-bottom: none;
}

/*PRODUCT DETAILS END*/

/*COURSE ENROLL PAGE*/
.dashboard-head {
    background: #F6AC3F;
    color: var(--wc);
}

.dashboard-head h6 {
    font-size: 20px;
}

.dashboard-head h6 span {
    font-size: 13px;
    font-family: fontp;
    margin-left: 10px;
}

.dashboard-head .progress {
    height: 8px;
}

.dashboard-head .progress .progress-bar {
    background: #0D6EFD !important;
}
.enroll-tabls .nav-pills{
    border-bottom: 1px solid #cccccc;
}
.enroll-tabls .nav-link {
    color: var(--gc);
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    border-bottom: 2px solid var(--wc);
    padding: 10px;
}

.enroll-tabls .nav-link.active {
    background: none;
    color: var(--bc);
    border-bottom: 2px solid var(--pc);
    border-radius: 0px;

}

.course-overview h6 {
    color: var(--pc);
    font-size: 22px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

.course-overview p {
    font-size: 16px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}

.course-overview-table td {
    color: var(--pc);
    font-family: 'Roboto', sans-serif;
}

.course-overview-table td li {
    list-style: none;
}

.enroll-instractor img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.enroll-instractor h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.enroll-instractor p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    padding-bottom: 5px;
}

.enroll-instractor a i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--wc);
    background: var(--pc);
    margin-right: 5px;
}

.enroll-right .nav-item {
    width: 50%;
}

.enroll-right .nav-item button {
    display: block;
    width: 100%;
    color: var(--gc);
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 500;
}

.enroll-right .nav-item button i {
    margin-right: 8px;
}

.enroll-right .nav-item button.active {
    background: #F29200;
}

.enroll-right {
    position: sticky;
    top: 100px;
}

.complete-message {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.complete-message i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--wc);
    font-size: 25px;
    background: #8AAE57;
    text-align: center;
    margin-bottom: 15px;
}

.complete-message h6 {
    font-size: 25px;
    color: var(--sc);
    padding: 10px 0;
}

.review-submit-box {
    max-width: 400px;
    margin: 0 auto;
}

/*discuse*/
.discouse-tabs h4{
    color: var(--bc);
    font-size: 25px;
}
.comment-men span{
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    display: inline-block;
    margin-right: 15px;
}
.comment-name h6{
    margin: 0;
    font-weight: 600;
    color: var(--pc);
}
.comment-name p{
    color: #cccccc;
    font-size: 14px;
    margin: 0;
}
.tab-comment-box .comment-text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.tab-comment-box .replay{
    text-align: right;
}
.tab-comment-box .replay a{
    color: #E59617;
    font-weight: 600;
}
.replay-form textarea{
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    outline: none;
    height: 80px;
    border-radius: 10px;
}
.replay-form .custom-btn{
    padding: 5px 20px;
    font-size: 14px;
    float: right;
}
.ask-new-question h4{
    color: var(--bc);
    font-size: 25px;
    text-align: center;

}
.ask-new-question label{
    color: var(--pc);
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
}
.ask-new-question input{
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    outline: none;
    border-radius: 5px;
    padding: 8px;
}
.ask-new-question textarea{
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    outline: none;
    border-radius: 5px;
    padding: 8px;
    height: 80px;
}
.ask-new-question button{
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    background: #8E8E90;
    color: var(--wc);
    border-radius: 5px;
}
.see-more button{
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    background: var(--wc);
    color: var(--pc);
    border-radius: 5px;
    border: 1px solid #8E8E90;
    font-family: 'Roboto', sans-serif;
}
/*star rating*/
.review-submit-box input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    /*  position: absolute !important;*/
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.review-submit-box label {
    position: relative;
    float: left;
    color: #C8C8C8;
}

.review-submit-box label:before {
    margin: 5px;
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.review-submit-box input:checked ~ label:before {
    color: #FFC107;
}

.review-submit-box label:hover ~ label:before {
    color: #ffdb70;
}

.review-submit-box label:hover:before {
    color: #FFC107;
}

/*star rating end */
.review-submit-box textarea {
    width: 100%;
    height: 80px;
}

.review-submit-box h6 {
    font-weight: 600;
    font-size: 20px;
}

.review-submit-box span {
    font-weight: 500;
}

.review-submit-box textarea {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 5px;
    outline: none;
}

.review-submit-box textarea::placeholder {
    font-weight: 500;
    color: #cccccc;
}

/*for review*/
.enroll-review h4 {
    font-size: 25px;
    color: var(--bc);
}

.enroll-review h2 {
    color: #B3690E;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-family: 'Roboto', sans-serif
}
.rating-left{
    margin-right: 50px;
    text-align: center;
    width: 150px;
}
.rating-left .review-star i{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #E59617;

}
.rating-left span{
    color: #B3690E;
    font-weight: 600;
    font-family: 'Roboto', sans-serif
}
.rating-right .progress{
    width: 100%;
    height: 7px;
    background: #cccccc;
    border-radius: 0px;
}
.rating-right .progress-bar{
    background: var(--pc) !important;
}
.rating-right i{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #E59617;
}
.rating-right span{
    color: #475DFF;
    text-decoration: underline;
    font-weight: 500;
    font-family: 'Roboto', sans-serif
}
/*COURSE ENROLL END*/

/*LIVE BATCH*/
.page-header span {
    background: #FFE69A;
    color: var(--pc);
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.live-course-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 10px;
    padding-bottom: 15px;
    border: 1px solid rgba(204, 204, 204, 0.53);
    overflow: hidden;
    background: #fff9ed;
    height: 100%;
}

.live-course-box .live-image img {
    width: 100%;
}

.live-course-box .day-sit i {
    font-size: 12px;
    color: var(--bc);
    margin-right: 3px;
}

.live-course-box .day-sit span {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    color: var(--pc);
    margin-right: 20px;
    font-size: 13px;
}

.live-course-box h4 {
    font-size: 18px;
    color: var(--bc);
    line-height: 24px;
}

.live-price span {
    font-weight: 600;
    color: var(--bc);
}

.live-price del {
    font-weight: 600;
    color: #F38C01;
    margin-left: 5px;
}

.live-course-box .live-btn a {
    background: #F6AC3F;
    color: var(--bc);
    padding: 8px;
    width: 100%;
    display: block;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.live-course-box .promocode {
    color: var(--pc);
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
}

/*LIVE BATCH END*/

/*LIVE DETAILS PAGE*/
/*left*/
.live-details-section {
    background: #fffbf5;
}

.live-details-head h2 {
    color: var(--bc);
    font-size: 28px;
    line-height: 32px;
}

.live-details-head p {
    font-family: 'Hind Siliguri', sans-serif;
}

.orientation h4 {
    color: #ffffff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.orientation-box {
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 10px;
}

.orientation-box input {
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    outline: none;
}

.orientation-box h5 {
    color: var(--bc);
    font-size: 25px;
}

.orientation-box h5 span {
    color: #FF8C4B;
    font-size: 16px;
    margin-left: 10px;
}

.orientation-box a {
    color: #FF8C4B;
    font-weight: 500;
    background: var(--wc);
    border: 12px solid #FF8C4B;
    padding: 5px 10px;
    border-radius: 1px;
}

.batch-schedule h4 {
    font-size: 22px;
    color: var(--bc);
}

.batch-schedule table {
    width: 100%;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    background: var(--wc);
}

.batch-schedule table tr td,
th {
    padding: 10px 5px;
    text-align: center;

}

.batch-schedule table {
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #000; */
}

.batch-schedule table thead {
    background: #374b9f;
}

.batch-schedule table thead th {
    color: var(--wc);
}

.helpline h4 {
    font-size: 22px;
    color: var(--bc);
}

.helpline p {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 17px;
    line-height: 30px;
}

.helpline-box {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: #f3f3f3;
}

.live-instructor h4 {
    font-size: 22px;
    margin: 0;
    color: var(--bc);
    padding-bottom: 8px;
}

.live-instructor-box {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: var(--wc);
}

.live-instructor-box img {
    width: 70px;
    height: auto;
    border: 1px solid #0D6EFD;
    margin-right: 20px;
}

.live-instructor-box h6 {
    margin: 0;
    color: var(--bc);
    font-size: 16px;
}

.live-instructor-box p {
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
}

.live-study-plan-box {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: var(--wc);
}

.live-study-plane h4 {
    margin: 0;
    color: var(--bc);
    font-size: 22px;
    padding-bottom: 8px;
}

.live-study-plan-box .accordion-item {
    border-bottom: 1px solid #cccccc;
    padding: 0;
    box-shadow: none;
}

.live-study-plan-box .accordion-item .accordion-button {
    box-shadow: none;
    font-weight: 600;
}

.live-study-plan-box .accordion-collapse {
    background: #FDF1D7;
    border: 1px solid #FFE69A;
    border-radius: 10px;
    margin-bottom: 10px;
}

.live-study-plan-box .cariculam-accordion-body p {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
}

.live-study-plan-box .accordion-button span {
    background: red;
    color: var(--wc);
    padding: 5px;
    border-radius: 5px;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 14px;
    margin: 0 5px;
}

.live-payment h6 {
    margin: 0;
    color: var(--bc);
    font-size: 22px;
    padding-bottom: 8px;
}

.live-payment-box {
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: var(--wc);
}

.live-payment-box p {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
    color: #222222;
}

.live-payment-box ul {
    padding: 10px 0;
    padding-left: 20px;
}

.live-payment-box ul li {
    list-style: bengali;
    font-size: 16px;
    color: #222222;
    padding: 5px 0;
}

/*right*/
.live-details-right {
    position: sticky;
    top: 100px;
}

.live-other-option {
    padding: 15px;
}

.live-other-option > div {
    width: 50%;
    float: left;
}

.live-other-option > div ul li {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Hind Siliguri', sans-serif;
    padding: 5px 0;
}

.live-other-option > div ul li i {
    color: #18f092;
    margin-right: 2px;
}

.live-other-option > ul li:before {
    content: "\f0a9"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

/*LIVE DETAILS PAGE END*/

/*CART PAGE*/
.cart-box {
    box-shadow: 0.3125rem 0.3125rem 2.5rem rgb(0 0 0 / 6%);
    padding: 15px;
}

.cart-image {
    width: 150px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.cart-image img {
    width: 100%;
}

.cart-box h6 {
    font-size: 20px;
    line-height: 28px;
    color: #332926;
}

.cart-box p {
    font-size: 14px;
    line-height: 23px;
    color: #575757;
    font-family: 'Hind Siliguri', sans-serif;
}

.cart-box .star i {
    color: #EC9512;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.cart-box .cart-delete {
    text-align: right;
}

.cart-delete i {
    color: #cccccc;
    transition: .5s;
    cursor: pointer;
}

.cart-delete i:hover {
    color: var(--pc);
}

.cart-delete span {
    font-size: 20px;
    color: #232222;
    font-weight: 600;
}

.cart-right h2 {
    font-size: 30px;
    line-height: 34px;
    color: #232222;
    padding-bottom: 15px;
}

.cart-right p {
    margin: 0;
    padding: 15px 0;
    font-family: 'Hind Siliguri', sans-serif;
}

/*CART PAGE END*/

/*CHECKOUT PAGE*/
.checkout-left {
    position: sticky;
    top: 100px;
}

.checkout-section {
    background: #F1F6F9;
}

.promo-code-box {
    background: #EB8202;
    padding: 20px;
    border-radius: 10px;
}

.promo-code-box label {
    color: var(--wc);
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
}

.promo-code-input {
    position: relative;
}

.promo-code-input button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #D1DEEF;
    color: var(--pc);
    padding: 0 20px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.promo-code-input input {
    background: var(--wc);
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
}

.promo-code-input input::placeholder {
    font-weight: 600;
    color: #cccccc;
}

.payment-away img {
    height: 40px;
}

.payment-away label {
    width: 100%;
    display: block;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #F1F6F9;
}

.payment-away {
    background: var(--wc);
    padding: 30px;
}

.payment-away span {
    font-weight: 600;
    font-size: 18px;
    color: #484B78;
}

.payment-away input {
    /*width: 20px;*/
}

.checkout-right {
    background: var(--wc);
    padding: 15px;
}

.checkout-right-head h6 {
    color: #484B78;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.total-head {
    background: #F1F6F9;
    padding: 10px;
    border-radius: 5px;
}

.total-head h6 {
    color: #484B78;
}

.checking-product-box img {
    width: 70px;
    margin-right: 5px;
}

.checking-product-box p {
    margin: 0;
    color: #484B78;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.checking-product-box span {
    margin: 0;
    color: #484B78;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.payment-txt p {
    color: #3BDC96;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.support-box img {
    width: 50px;
    margin-right: 20px;
}

.support-box h4 {
    font-size: 20px;
    line-height: 25px;
    color: #414141;
}

.support-box p {
    margin: 0;
}

.support-box {
    background: var(--wc);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

/*CHECKOUT PAGE END*/

/*SIGN IN PAGE*/
.sign-section {
    width: 100%;
}

.sign-in-image img {
    width: 100%;
}

.sign-in-image {
    width: 100%;
}

.sign-logo {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.sign-logo img {
    width: 200px;
    margin: 0 auto;
}

.signin-box h2 {
    font-size: 30px;
    line-height: 30px;
    color: #ed0202;
    text-align: center;
}

.signin-box p {
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    text-align: center;
    padding: 5px 0;
}

.signin-box form input {
    width: 100%;
    border: solid 0.0625rem #E7E7EB;
    color: #232222;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    transition: .5s;
}

.signin-box form input:focus {
    border: 1px solid var(--gc);
}

.signin-box form input::placeholder {
    color: var(--gc);
}

.signin-box button {
    background: #E26F0F;
    color: var(--wc);
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
}

.signin-box p {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Hind Siliguri', sans-serif;
}

.social-login {
    text-align: center;
}

.social-login a {
    font-size: 20px;
    padding: 0 10px;
}

.facebook i {
    color: #3C5A99;
    font-size: 24px;
}

.social-login p {
    margin: 0;
    padding: 0;
    padding: 10px 0;
}

.social-login p a {
    color: #E26F0F;
    font-size: 15px;
    text-decoration: underline;
}

/*SIGN IN PAGE END*/

/*BLOG PAGE*/
.blog-head h4 {
    font-family: fontp;
    color: #363636;
    font-size: 22px;
    margin: 0;
}

.blog-head a {
    font-family: fontp;
    color: #363636;
    font-size: 14px;
    background: #6527F4;
    color: var(--wc);
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    width: 137px;
}

.blog-box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 15px;
    padding-bottom: 20px;
    position: relative;
    height: 100%;
}

.blog-box a {
    display: block;
    width: 100%;
}

.blog-box h6 {
    font-family: fontp;
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
}

.blog-box img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0 15px;
}

.page-header h6 {
    font-size: 20px;
}

.page-header b {
    font-weight: 400;
    font-size: 16px;
}

/*blog details*/
.blog-details-left img {
    width: 100%;
}

.blog-details-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.blog-share b {
    font-weight: 600;
    color: var(--bc);
    font-size: 16px;
}

.blog-share span {
    font-size: 16px;
    color: var(--pc);
    /* padding: 0 8px; */
}

.blog-share a .fa-facebook-f {
    color: #355495;

}

.blog-share a .fa-twitter {
    color: #31CCFC;

}

.blog-share a .fa-linkedin-in {
    color: #0066A8;

}

.blog-share a .fa-pinterest-p {
    color: #FE1511;
}

.blog-share i {
    font-size: 20px;
    margin-left: 10px;
}

.blog-details-right {
    text-align: center;
}

.blog-details-right span {
    color: #E26F0F;
    font-size: 16px;
}

.blog-details-right b {
    font-size: 16px;
    color: var(--bc);
    padding: 5px 0;
}

.blog-details .fa-rocket-launch {
    font-size: 50px;
    color: var(--bc);
    padding: 10px 0;
}

.blog-details-right {
    position: sticky;
    top: 100px;
}

/*BLOG PAGE END*/

/*ABOUT PAGE*/
.about-photo img {
    width: 100%;
}

.about-left h6 {
    font-weight: 400;
    font-size: 18px;
}

.about-left h6::before {
    content: "";
    height: 2px;
    width: 40px;
    display: inline-block;
    background: #E26F0F;
    margin-right: 10px;
    margin-bottom: 5px;
}

.about-left h3 {
    color: var(--bc);
    font-size: 25px;
    line-height: 32px;
}

.about-left p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.section-after::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #E26F0F;
    margin: 0 auto;
    margin-top: 10px;
}

.team-box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
}

.team-box img {
    width: 100%;
    margin-bottom: 15px;
}

.team-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    padding-bottom: 5px;

}

.team-box span {
    font-size: 16px;
    color: #cccccc;
}

.team-box b {
    color: var(--gc);
    display: block;
    text-align: center;
    padding: 5px 0;
}

/*ABOUT PAGE EDN*/

/*CONTACT PAGE*/
.contact-section {
    position: relative;
}

.contact-section .contact-overlay {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    position: absolute;
    top: 13px;
    right: 50px;
    width: 450px;
    padding: 30px;
    background: var(--wc);
    border-radius: 10px;
}

.contact-overlay img {
    width: 300px;

}

.contact-overlay h6 {
    font-size: 25px;
    color: #484B78;
    text-align: center;
    padding: 10px 0;
}

.contact-overlay label {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;

}

.contact-overlay form input {
    width: 100%;
    border: solid 0.0625rem #E7E7EB;
    color: #232222;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    transition: .5s;
}

.contact-overlay form input:focus {
    border: 1px solid var(--gc);
}

.contact-overlay form input::placeholder {
    color: var(--gc);
}

.contact-overlay button {
    font-weight: 600;
    color: var(--wc);
    background: #475DFF;
    padding: 12px;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 5px;
}

/*CONTACT PAGE END*/

/*TRAMS CONDATION PAGE*/
.trams-condation h4 {
    font-size: 24px;
    line-height: 30px;
    color: #212529;
    font-family: fontp;
}

.trams-condation p {
    font-size: 16px;
    line-height: 27px;
    color: #212529;
}

.trams-condation li {
    list-style: none;
    font-weight: 600;
    color: #212529;
}

.trams-condation li i {
    font-size: 8px;
    margin-right: 15px;
}

/*TRAMS CONDATION END*/

/*QUIZ PAGE*/
.quiz-challeange-box h4{
    font-size: 30px;
    color: var(--bc);
}
.quiz-challeange-box span{
    display: inline-block;
    padding: 5px;
    color: var(--pc);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.resume-quiz{
    color: var(--wc);
    background: var(--bc);
    padding: 10px 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.resume-quiz:hover{
    color: var(--wc);
}
.skip-quiz {
    color: var(--bc);
    background: var(--wc);
    padding: 10px 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    border: 1px solid var(--bc);
    margin-left: 20px;
}
.skip-quiz:hover{
    color: var(--bc);
}
.quiz-footer .skip-quiz{
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 10px;
}
.quiz-footer .resume-quiz{
    font-size: 14px;
    padding: 5px 10px;
}
.quiz-footer i{
    margin: 0 5px;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    color: var(--bc);
    transition: .4s;
    border-radius: 50%;
}
.quiz-footer i:hover{
    background: #dddddd;
}
.quiz-main-box{
    background: #ecf3fc;
    transition: .5s;
}
.quiz-click-add{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: .5s;
}
.quiz-box{
    background: var(--wc);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
}
.quiz-box h6{
    font-size: 16px;
    color: var(--pc);
}
.quiz-box p{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.quiz-box label{
    border: 1px solid var(--pc);
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.quiz-box label input{
    margin-right: 10px;
}
/*QUIZ PAGE END*/

/*PROFILE PAGE*/

.profile-img img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #E59617;
}
.profile-section label{
    font-size: 16px;
    color: var(--pc);
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    font-weight: 600;
    display: block;
}
.profile-section input{
    display: block;
    width: 100%;
    border: 1px solid var(--gc);
    outline: none;
    padding: 8px;
    border-radius: 5px;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.profile-section input:focus{
    border: 1px solid #cccccc;
}
.profile-section input::placeholder{
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
}
.profile-head{
    text-align: right;
}
.profile-head .custom-btn.password{
    color: var(--sc);
    background: var(--wc);
}
.profile-head .custom-btn{
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 14px;
}
/*PROFILE PAGE END*/

/*LARNING DASHBOARDR*/
.course-count-box{
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.course-count-box p{
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.course-count-box span{
    font-size: 18px;
    font-weight: 600;
}
.learning-btn-sec .learning-btn{
    color: #FF8F27;
    background: #FCEAD2;
    padding: 12px 25px;
    font-size: 18px;
    border: none;
    outline: none;
    margin-right: 15px;
    font-weight: 600;
    border-radius: 5px;
}
.learning-btn-sec .certificate-btn{
    color: var(--pc);
    background: var(--wc);
    padding: 12px 25px;
    font-size: 18px;
    border: none;
    outline: none;
    margin-right: 15px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.lession-complete-box a{
    display: block;
    width: 100%;
}
.lession-complete-box a img{
    width: 100%;
    display: block;
    height: 210px;
}
.lession-complete-box h6{
    font-size: 16px;
    color: var(--sc);
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
    font-weight: 700;
    text-align: center;
}
.lession-complete-box span{
    font-family: fontp;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 0;
}
.lession-complete-box span i{
    margin-right: 10px;
}
.lession-complete-box h5{
    font-size: 16px;
    color: var(--pc2);
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
    margin: 0;
    padding: 0;
    padding: 7px 0;
}
.lession-complete-box .progress{
    background: #cccccc;
    height: 5px;
}
.lession-complete-box .progress-bar{
    background: var(--sc);

}

.lession-complete-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
.lession-complete-head h4{
    font-size: 25px;
    color: var(--bc);
}
/*LARNING DASHBOARDR END*/
.category-right{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.mymenu ul li{float: left;padding: 5px 10px;background: #085fff;margin-right: 5px;border-radius: 5px;margin-bottom: 10px;}
.mymenu ul li a{color: #fff;font-size: 18px;}
.copyrights, .designby{
    margin-top: 10px;
}
.designby p{
    text-align: right;
    color: #ff0202;
    font-weight: bold;
}
.designby b{
    color: #0c84ff;
}
.start-course-section{
    background: #f36822;
}
header{
    border-bottom: 2px solid #f36822;
    border-top: 2px solid #f36822;
}
.category-section{
    background: #0c84ff;
}

/* important_section_start */
.msit_important_section{
    position:relative;
}
.msit_important_section .w3-sidebar {
    /* height:400px; */
    width: 190px;
    /* background-color: aquamarine; */
    position:fixed!important;
    z-index: 1;
    overflow:auto;
    /* top:208px; */
}
.msit_important .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    float: right;
}
.new_msit .w3-button{
    border: none;
    display: inline-block;
    padding: 2px 12px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    /* float: right; */
    /* transition:.3s; */
    position: absolute;
    top: 0px;
    right: 0px;
    z-index:1;

}
.new_msit .w3-button:hover {
    color:red!important;
    background-color:blueviolet!important;
    padding-left: 30px!important;
    border-radius: 20px 0px 0px 20px;
}
.new_msit{
    background-color: red;
}
/* important_section_end */
.orientation {
    background: #146634;
    padding: 5px;
    border-radius: 10px;
}
.orientation h4{

}
.orientation h5{color: #f00;font-size: 18px;margin-top: 10px;}
.orientation a{
    background: #fb031c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

/* Required Menu CSS */
.js-menu__context {
    background: rgba(0,0,0, 0.5);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 40000;
}

.js-menu {
    color: #000;
    position: absolute;
    height: 100%;
    width: 400px;
    max-width: 85vw;
    padding: 12px;
    margin: 0;
    background: #fff;
    z-index: 99;
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transition: background 0.5s, transform 0.5s;
}

.js-menu--left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.js-menu--right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    right: 0;
}
.js-menu__open {
    cursor: pointer;
}

.js-menu__close {
    cursor: pointer;
    background: #e50303;
    color: #fff;
    padding: 10px;
    float: right;
    border-radius: 10px;
    height: 40px;
}

.js-menu__expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.js-menu h3{
    font-size: 20px
}
.signin-box{
    background: #2e2d74;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}