﻿

/* COURSEFLIX CSS */
.courseflix__banner {
    /*background-image: url(../img/courseflix-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
}
    .courseflix__banner img {
        width: 100%;
    }
    .courseflix__banner .course__bannerDesktop {
        display: block;
    }
    .courseflix__banner .course__bannerMobile {
        display: none;
    }
.banner__contant h1 {
    padding: 20rem 0;
    margin: 0px;
    color: #333;
    font-size: 50px;
}
.course__tabWrap {
    padding-top: 0rem;
    box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 6px 6px;
}
.course__tabHeading {
    width:100%;
    margin:0 auto;
    padding:0px 30px; 
    text-align: left;
    padding-top: 5rem;
}
    .course__tabHeading h1 {
        color: #333;
        font-size: 28px;
        margin: 0;
        font-weight: 600;
    }
.course__tabHeading p {
    font-size: 20px;
    color: #333;
    margin: 0 0 0;
}
.course__tabArea .nav-tabs {
    background-color: #f2f2f2;
    border-color: #1879c2;
}
.course__tabArea .nav-tabs li a {
    color: #1879c2;
    font-weight: 500;
    font-size: 15px;
    border-right: 1px solid #1879c2;
    border-radius: 0px;
}
    .course__tabArea .nav-tabs li a:hover {
        background-color: #1879c2;
        color: #fff;
    }
.course__tabArea .nav-tabs li.active a {
    color: #fff;
    background-color: #1879c2;
    border-radius: 0px;
}

/* COURSES CSS */
.counter__heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px;
    box-shadow: 0px 2px 5px #0000001f;
    background-color: hsl(0 0% 97% / 1);
}
.course__categoryWrap h3 {
    margin: 0 0 0px;
    color: #333;
    font-size: 18px;
    font-weight:600;
}
.counter__heading .text__offerMain {
    font-size: 20px;
    font-weight: 600;
    color: #1879c2;
}
    .counter__heading .text__offerMain .offer__text {
        margin-right : 5px;
        color: #333;
    }

    @media screen and (max-width: 580px) {
        .counter__heading .text__offerMain {
            position: fixed;
            top: 70px;
            width: 100%;
            left: 0;
            right: 0;
            text-align: center;
            background-color: #333;
            z-index: 9;
            font-size: 18px;
            padding: 5px 0;
        }
            .counter__heading .text__offerMain .offer__text {
                color : #fff;
            }
    }
    .course__categoryWrap p {
        font-size: 15px;
        margin: 0 0 0;
        color: #333;
        max-width: 50%;
    }
.course__categoryWrap {
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 15px;
    /*margin-bottom: 8rem;*/
}


.course__card {
    padding:30px;
}
.course__card_imageWraper {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 3rem;
    box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 15%);
    border-radius: 6px;
    border: 1px solid hsl(0deg 0% 85%);
}
    .course__card_imageWraper .course__cardContant {
        border-radius: 5px;
        overflow: hidden;
    }
.course__cardContant img {
    width: 100%;
}
.course__cardContant h2 {
    font-size: 19px;
    margin: 15px 0 15px;
    padding: 0 10px;
    background-color: transparent;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 24px;
}
.course__cardContant p {
    font-size: 15px;
    margin: 0 0px 5px;
    max-width: 100%;
    padding: 0 0px;
}
.course__cardContant .price__area {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.course__cardContant .price__area a {
    color: #1879c2;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
    .course__cardContant .price__area span {
        font-size: 17px;
        color: #0E86D4;
        font-weight: 600;
    }
    .course__cardContant .price__area .cls_courseprice .cls_fullprice {
        margin-right: 10px;
        color: red;
        text-decoration: line-through;
        font-weight: normal;
    }

    .course__cardContant .price__area .cls_courseprice .cls_disc {
        margin-right: 0px;
        position: absolute;
        top: 0;
        color: #fff;
        left: 0;
        text-align: left;
        padding: 0 0 0 10px;
        height: 70px;
        width: 66px;
        background: url('../img/offerbg.png') no-repeat scroll 0px 0px / 100% auto transparent;
    }

.all-coursesBtn {
    text-align: center;
}


.explore__btn {
    border-radius: 6px;
    background-color: #1879c2;
    border: 1px solid #1879c2;
    color: #fff;
    text-decoration:none !important;
    text-align: center;
    font-size: 16px;
    padding: 12px 15px;
    width: 220px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px;
    font-weight: 500;
    display: inline-block;
}

    .explore__btn:hover {
        background-color: transparent;
        color: #1879c2;
    }
    .explore__btn:focus {
        outline: none;
    }

    .explore__btn span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.3s;
    }

        .explore__btn span:after {
            content: ">>";
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.3s;
        }

    .explore__btn:hover span {
        padding-right: 25px;
    }

    .explore__btn:hover span:after {
        opacity: 1;
        right: 0;
    }

.course__card_imageWraper .course__cardHover {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -31rem;
    font-weight: 400;
    line-height: 160%;
    color: #f9f9f9;
    font-size: 1.4rem;
    text-align: center;
    background-color: #ffffff;
    width: 310px;
    padding: 1rem;
    z-index: 9;
    box-shadow: 0px 0px 5px #0000001f;
    /*border-radius: 4px;*/
    -webkit-transition: ease .2s;
    transition: ease .2s;
    /*transition: 0.1s 1s;*/
    display: none;
    /*visibility: hidden;*/
}
    .course__card_imageWraper .course__cardHover::after {
        content: "";
        position: absolute;
        top: 45%;
        right: -20px;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: #2c3b5800 #2c3b5800 transparent white;
    }
.course__card_imageWraper:hover .course__cardHover {
    display: flex;
    align-items: center;
    -webkit-animation: slideDown 0.5s;
    animation: slideDown 0.5s;
    /*transition-delay: 1s;*/
    /*visibility: visible;*/
}
.course__card_imageWraper .course__cardHover .fa.fa-times-circle-o {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #ff00008f;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}
    .course__card_imageWraper .course__cardHover .fa.fa-times-circle-o:hover {
        color: red;
    }
    .course__card_imageWraper .course__cardHover h1 {
        font-size: 22px;
        color: #333;
        text-align: left;
        margin: 18px 0 15px;
    }
.course__card_imageWraper .course__cardHover p {
    margin: 0 0 0px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 14px;
}
.course__card_imageWraper .course__cardHover ul {
    margin: 10px 0 10px;
    padding: 0 0 0 16px;
    list-style: none;
}
    .course__card_imageWraper .course__cardHover ul li {
        margin: 0 0 0px;
        width: 100%;
        max-width: 100%;
        text-align: left;
        font-size: 14px;
        color: #333;
        position: relative;
    }
        .course__card_imageWraper .course__cardHover ul li::before {
            content: "\f00c";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            width: 1.3em;
            color: #54931e;
            position: absolute;
            top: 2px;
        }
.course__card_imageWraper .course__cardHover .tooltip__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 0rem;
}
    .course__card_imageWraper .course__cardHover .tooltip__btns .add_to_cart {
        color: #fff;
        background-color: #1879c2cc;
        width: 50%;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .course__card_imageWraper .course__cardHover .tooltip__btns .add_to_cart:hover {
        text-decoration: none;
        background-color: #1879c2;
    }
    .course__card_imageWraper .course__cardHover .tooltip__btns .tooltip__viewDetail {
        color: #0E86D4;
        width: 50%;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    @media screen and (max-width:768px) {
        .courseflix__banner .course__bannerDesktop {
            display: none;
        }

        .courseflix__banner .course__bannerMobile {
            display: block;
        }
        .course__card_imageWraper .course__cardHover {
            position: absolute;
            top: -50px;
            bottom: -50px;
            left: 0;
            width: 100%;
        }
        .course__card_imageWraper .course__cardHover h1 {
            text-align: left;
        }
        .course__card_imageWraper .course__cardHover p {
            text-align: left;
        }
            .course__card_imageWraper .course__cardHover::after {
                display: none;
            }
    }
/* COURSES CSS END */

/* SLICK SLIDER CSS */
.product__crousel {
    margin: 30px 0 0;
}
.product__crousel .owl-nav button {
    background-color: #1879c2 !important;
    width: 37px;
    height: 37px;
    border-radius: 100% !important;
}
.product__crousel .owl-nav button span {
    font-size: 25px;
    color: #fff;
}
/* SLICK SLIDER CSS END */

/* ACCORDION CSS */
.bs-example {
    margin: 0px;
}

.rotate {
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(-180deg); /* Firefox */
    -ms-transform: rotate(-180deg); /* IE 9 */
    transform: rotate(-180deg); /* Standard syntax */
}

/* ACCORDION CSS END */
.accordion .panel-heading .panel-title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}
.accordion .panel-heading .panel-title a {
    width: 100%;
    display: inline-block;
}
.accordion .panel-heading .panel-title a span {
    float: right;
}

/* TOTAL CSS */
.total__submit {
    display: none;
    justify-content: end;
    align-items: center;
    margin: 40px 0 0;
    border-top: 1px solid #d5d5d5;
    padding: 15px 0 0;
}

    .total__submit .total_bar .total__text {
        font-size: 22px;
        font-weight: 500;
        color: #333333;
    }

    .total__submit .total_bar span {
        color: #1879c2;
        font-size: 20px;
        font-weight: 600;
    }


.total__submit .submit__product button {
    background-color: #1879c2;
    border: 1px solid #1879c2;
    width: 100px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.total__submit .submit__product button:hover {
    background-color: transparent;
    color: #1879c2;
}

@media screen and (max-width: 991px) {
    .viewPlan__wrapper .plan__products .planSingle__product {
        margin-top: 3rem;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .courseflix__banner {
        background-position: top;
    }
    .total__submit {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border: none;
        background-color: #ffffff;
        z-index: 9;
        padding: 10px 25px;
        box-shadow: 0px 0px 5px #00000040;
    }
}
/* TOTAL CSS END */

/* WRAPPER CSS */
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
}
    body, html {
        overflow-x: hidden;
    }

    .navbar {
        padding: 15px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin-bottom: 40px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }

.navbar-btn {
    padding:10px 15px;
    margin:15px;
    box-shadow: none;
    outline: none !important;
    border: none;
    background-color: #1879c2;
    color: #fff;
    font-size: 15px;
    display: none;
}
    .navbar-btn:hover {
        color: #fff;
    }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
    /*background-image: url('../../img/why.jpg');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    width: 100%;
    margin: auto;
}


.tabs_outer{
    width: 100%;
    padding: 0 100px;
    margin-top: -50px;
}

.tabs {
    display: inline-block;
    /* *display: inline; */
    vertical-align: middle;
    width: 25%;
  }
  
  .tabs-content {
    display: inline-block;
    /* *display: inline; */
    vertical-align: middle;
    width: 60%;
    padding: 5%;
  }
  
  .tabs div:not(#div1),
  .tabs-content div:not(#div1) {
    display: none;
  }
  
  a.myLink {
    display: inline-block;
    color: #000;
    width: 100%;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: 300ms;
  }
  .tabs-content {
    font-family: sans-serif;
  }
  a.myLink.active,
  a.myLink:hover {
    color: #C53D29;
    text-decoration: none;
  }
  
  .plus-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 25px;
  }
  
  .tabs .line {
    background: #c83d29;
    height: 1px;
    position: absolute;
    width: 10px;
    transition: 500ms;
    margin: 0px;

    border: none;
  }
  
  .myLink .line1 {
    top: 50%;
  }
  
  .myLink .line2 {
    transform: rotate(90deg);
    top: 50%;
  }
  
  a.myLink.active .line1 {
    transform: rotate(25deg);
    top: 54%;
  }
  
  a.myLink.active .line2 {
    transform: rotate(-25deg);
    top: 70%;
  }
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    color: #5a2020;
    transition: all 0.3s;
    padding-top: 0rem;
    box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 15%);
    border-radius: 0px;
    margin: 0 30px;
}

    #sidebar a,
    #sidebar a:hover,
    #sidebar a:focus {
        color: inherit;
    }

    #sidebar.active {
        margin-left: -300px;
    }

    #sidebar .sidebar-header {
        padding: 15px;
        box-shadow: 0px 2px 5px #0000001f;
        background-color: hsl(0 0% 97% / 1);
    }
        #sidebar .sidebar-header h3 {
            margin: 0px;
            color: #333;
            font-size: 18px;
            position: relative;
            font-weight: 600;
        }
.nav__close {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 15px;
    cursor: pointer;
    display: none;
}

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul p {
        color: #333;
        padding: 10px;
    }
#sidebar ul li {
    border-bottom:1px solid #e5e5e5;
}
#sidebar ul li:first-child {
    border-top: 1px solid #e5e5e5;
}
#sidebar ul li a {
    font-size: 17px;
    color: #333;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
}

    #sidebar ul li a:hover {
        color: #ffffff;
        background: #1879c2;
        text-decoration: none;
    }
    #sidebar ul li a:focus {
        outline: none;
        text-decoration: none;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #1879c2;
    }

a[data-toggle="collapse"] {
    position: relative;
}
/*
a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}*/

/*a[aria-expanded="true"]::before {
    content: '\e260';
}*/
#li_notification a[aria-expanded="true"] {
    background:none;
}
ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding:0px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    padding-top: 0px;
}

    #content p a {
        color:
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .wrapper {
        width: 100%
    }
    .course__categoryWrap p {
        max-width: 100%;
    }
    #sidebar {
        margin:0;
        margin-left: -300px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: block;
    }
    .navbar-btn {
        display: flex;
    }
    .nav__close{
        display: block;
    }
}
/* WRAPPER CSS END */

/* THE CHECKBOX */
.checkbox {
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    left: 10px;
}

    /* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    box-shadow: 5px 5px 5px #00000059;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #1879c2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}



/* COURSEFLIX CSS END */


/********************************************************************** COURSEFLIX DETAIL CSS **************************************************************/
section.course-section {
    /*background-image: url('../../img/course-detail-banner2.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 0;
    box-sizing: border-box;
    background-color: #7b756e;
    position: relative;
    background-position: center;
}
    section.course-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #00000024;
    }

.course-txt .breadcrumb {
    padding: 8px 15px 8px 0;
    background-color: transparent;
}

.course-txt {
    float: left;
    width: 100%;
}

.heading-black {
    color: #fff !important;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

ol.breadcrumb li a {
    font-size: 20px;
    color: #fff;
}

.course-txt .breadcrumb > .active {
    font-size: 20px;
    color: #fff;
}

.course-txt .breadcrumb > li + li:before {
    display: none;
}

.breadcrumb > li i {
    font-size: 23px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
}

.course-txt p {
    font-size: 16px;
    color: #000;
}

ul.rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.rating li {
        display: inline-block;
        padding-right: 20px;
        box-sizing: border-box;
    }

        ul.rating li:first-child {
            color: #1879c2;
        }

            ul.rating li:first-child i {
                color: #f18d07;
            }

                ul.rating li:first-child i:last-child {
                    color: #c0c0c0;
                }

        ul.rating li:last-child {
            color: #000;
        }

            ul.rating li:last-child i {
                color: #000;
            }

.writer {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .writer .writer__img {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
        float: left;
    }

    .writer img {
        width: 100%;
        height: auto;
        float: left;
        border-radius: 50px;
    }

    .writer h4 {
        padding-left: 15px;
        box-sizing: border-box;
        display: inline-block;
        line-height: 25px;
        margin: 0;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    }
        .writer h4 span {
            font-size: 16px;
            color: #ededed;
        }

.course-preview-div {
    float: left;
    width: 25%;
    box-shadow: 0 3px 10px -2px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius:8px;
    position: fixed;
    top: 10rem;
    z-index: 9;
    overflow: hidden;
}
span.cls_detailDiscount {
    margin-right: 0px;
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    text-align: left;
    padding: 0 0 0 10px;
    height: 70px;
    width: 66px;
    background: url('../img/offerbg.png') no-repeat scroll 0px 0px / 100% auto transparent;
}
.cls_detailPrices span {
    font-size: 22px;
    color: green;
    font-weight: 600;
}
.cls_detailPrices .cls_fullprice {
    margin-right: 10px;
    color: red;
    text-decoration: line-through;
    font-weight: normal;
}

    .course-preview-div img {
        width: 100%;
    }

    .course-preview-div h4 {
        color: #000;
        padding-left: 10px;
        box-sizing: border-box;
        margin-top: 10px;
        display: block;
        float: left;
        width: 100%;
    }

    .course-preview-div ul {
        padding: 0 0 0 10px;
        margin: 0;
        list-style: none;
    }

        .course-preview-div ul li {
            font-size: 17px;
            color: #51565e;
            padding: 5px 0;
        }

            .course-preview-div ul li i {
                margin-right: 10px;
                color: #1879c2;
                font-size: 20px;
            }

.start-div {
    float: left;
    width: 100%;
    text-align: center;
}

    .start-div a {
        background-color: #1879c2;
        color: #fff !important;
        font-weight: 600;
        border-radius: 50px;
        font-size: 16px;
        border: 1px solid #1879c2;
        padding: 10px 50px;
        margin: 50px 0;
        display: inline-block;
    }

.you-will-learn-section {
    padding: 8rem 0;
    background-image: url('../../img/why.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


.you-will-learn-div {
    /* border: 1px solid #d1d7dc; */
    float: left;
    width: 100%;
     padding: 10px 5px; 
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 0 30px;
    /* background: #f4f4f4; */
     /*box-shadow: 0px 0px 5px #0000003b;*/ 
    /*border-bottom: 4px solid #1879c2;*/
}
    .you-will-learn-div p {
        font-size: 15px;
        display: grid;
        color: #333;
        align-items: center;
        font-weight: 500;
        float: left;
        clear: both;
        text-align: center;
        margin: 0px;
    }
        .you-will-learn-div p i {
            margin: 0px 0px 10px 0;
            color: #49d241;
            font-size: 31px;
        }


.you-will-learnTitle {
    margin: 0 0 4rem;
}
    .you-will-learnTitle h3 {
        margin: 0 0 0;
        font-size: 30px;
        text-align: left;
    }

    .you-will-learn-div ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .you-will-learn-div ul li {
            width: 50%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
            font-size: 16px;
            color: #939393;
            height: 85px;
            display: flex;
            align-items: center;
        }

            .you-will-learn-div ul li i {
                color: #49d241;
                padding-right: 10px;
                box-sizing: border-box;
            }

section.course-desc-section {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.course-des-div {
    float: left;
    width: 100%;
}

    .course-des-div h3 {
        margin: 0 0 0;
        font-size: 30px;
        text-align: left;
    }

.course-detail {
    float: left;
    width: 100%;
}

    .course-detail h4 {
        color: #1879c2;
    }

    .course-detail ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .course-detail ul li {
            font-size: 16px;
            color: #000;
            padding-bottom: 10px;
            box-sizing: border-box;
            font-weight: 600;
        }

            .course-detail ul li i {
                color: #000;
                padding-right: 10px;
                box-sizing: border-box;
                font-weight: 600;
            }

.key-feature {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .key-feature h4 {
        color: #1879c2;
    }

    .key-feature p {
        font-size: 17px;
        color: #6f6f6f;
        line-height:26px;
        white-space: pre-line;
        text-align: left;
    }

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

section.course-content {
    box-sizing: border-box;
   /* background-image: url(../../img/why.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
}

.course-cotent-heading {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
    .course-cotent-heading h2 {
        margin: 0 0 0;
        font-size: 30px;
        text-align: left;
    }

.expand-div {
    float: left;
    width: 100%;
}

.expand-tab {
    float: left;
    width: 100%;
}

.lecture-div {
    float: left;
    width: 80%;
}

.expand-txt {
    float: left;
    width: 20%;
    text-align: right;
    display: none;
}

.lecture-div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .lecture-div ul li {
        display: inline-block;
        padding-right: 12px;
        box-sizing: border-box;
        font-size: 16px;
        color: #6f6f6f;
        margin-bottom: 5px;
    }

.expand-txt p {
    color: #1879c2;
    font-size: 16px;
}

.expand-tab .panel-heading {
    padding: 0;
}
section.course-content .panel {
    border: none;
    box-shadow: 0 3px 10px -2px rgb(0 0 0 / 10%);
}
.expand-tab button {
    display: block;
    width: 100%;
    text-align: left;
    border: unset;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 2px 5px #0000001c;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
}

button.exp-li-btn {
    color: #1879c2;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    text-align: right;
}

    button.exp-li-btn i {
        font-weight: 600;
        font-size: 20px;
    }

span.expan-li {
    display: none;
}

span.tab-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

span.tab-time {
    float: left;
    width: 20%;
    text-align: right;
    font-weight: 400;
    color: #000;
}

span.tab-title i {
    color: #000;
    font-weight: 600;
    padding-right: 10px;
    box-sizing: border-box;
    float: right;
}

ul.video-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.course-content .panel-body {
    padding: 0;
}
ul.video-ul li {
    padding: 15px;
    box-sizing: border-box;
    font-size: 17px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.video-sapn {
    float: left;
    width: 80%;
}

    .video-sapn i {
        padding-right: 15px;
        box-sizing: border-box;
    }

.preview-span {
    float: left;
    width: 10%;
    text-align: right;
}
    .preview-span a {
        color: #fff !important;
        text-decoration: none;
        background-color: cornflowerblue;
        padding: 5px 10px;
        border-radius: 4px;
    }
    .time-span {
        float: right;
        width: 20%;
        text-align: right;
    }

a.pre {
    color: #1879c2 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.video-sapn a {
    color: #000;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.video-sapn i {
    color: #000;
}

.preview-span a {
    color: cornflowerblue;
}

    .preview-span a:hover {
        color: #1879c2;
    }

.more-section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.more-section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

    .more-section a {
        color: #1879c2;
        font-size: 20px;
        font-weight: 500;
        border: 2px solid #1879c2;
        padding: 10px 0;
        border-radius: 6px;
        display: block;
    }

        .more-section a:hover {
            color: #1879c2;
        }

section.instructor-section {
    padding-bottom: 50px;
    box-sizing: border-box;
    margin-top: 60px;
}

.instructor-heading {
    margin: 0 0 20px;
    text-align: left;
}

    .instructor-heading h2 {
        color: #333;
        margin: 0 0 0;
        font-size: 30px;
    }

.instructor-intro {
    float: left;
    width: 100%;
}

.instructor-img {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
}

    .instructor-img img {
        width: 100%;
        /* border-radius: 100%; */
        height: auto;
    }

.instructor-detail {
    float: left;
    width: 100%;
}

    .instructor-detail .instructor__h1 {
        color: #1879c2;
    }

    .instructor-detail .instructor__h4 {
        color: #6f6f6f;
        font-size:20px;
    }

    .instructor-detail p {
        color: #6f6f6f;
        font-size: 17px;
        line-height: 26px;
    }

    .instructor-detail ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .instructor-detail ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .instructor-detail ul li {
            padding: 5px 0;
            box-sizing: border-box;
            color: #939393;
        }

            .instructor-detail ul li i {
                color: #000;
                padding-right: 10px;
                box-sizing: border-box;
            }

.instructor-txt {
    float: left;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

    .instructor-txt p {
        color: #939393;
        font-size: 18px;
    }

.feedback-section {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.feedback-heading {
    float: left;
    width: 100%;
}

.feedback-start-div {
    float: left;
    width: 20%;
}

.feedback-progress {
    float: left;
    width: 80%;
    padding: 20px 0;
    box-sizing: border-box;
}

.feedback-number {
    float: left;
    width: 100%;
    text-align: center;
}

    .feedback-number h2 {
        color: #b4690e;
        font-size: 60px;
        font-weight: 700;
    }

.feedack-rating {
    float: left;
    width: 100%;
}

    .feedack-rating i {
        color: #e59819;
    }

.feedback-number p {
    color: #b4690e;
    font-weight: 600;
}

.feedback-rate-div {
    float: left;
    width: 100%;
}

    .feedback-rate-div .progress {
        float: left;
        width: 75%;
        height: 8px;
        background: #d1d7dc;
        border-radius: 0;
    }

    .feedback-rate-div .progress-bar {
        background-color: #6a6f73;
    }

.feedback-star {
    position: relative;
    bottom: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

    .feedback-star i {
        color: #e59819;
    }

.feeback-num {
    position: relative;
    bottom: 5px;
    color: #5624d0;
}


/*slider*/
#mixedSlider .MS-content .item {
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    margin: 10px 0;
    vertical-align: middle !important;
}

.instructors-slider .star-img {
    float: left;
    padding-left: 0;
    box-sizing: border-box;
}

.instructors-slider .slide-name h2 {
    font-weight: 500;
    font-size: 24px;
    color: #1879c2;
}

.instructors-slider .slide-name h4 {
    color: #858585;
    font-weight: 400;
}

.instructors-slider #mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
    padding-top: 10px;
}

.instructors-slider .star-text {
    padding-top: 4px;
    box-sizing: border-box;
}

.comment-name {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
}

    .comment-name h3 {
        color: #1879c2;
        font-size: 18px;
        font-weight: 600;
    }

    .comment-name p {
        color: #a2a2a2;
        font-size: 16px;
        margin-bottom: 0;
    }

.slide-head {
    float: left;
    width: 100%;
}

    .slide-head h3 {
        color: #000;
        font-size: 18px;
    }
/*slider*/


.student-reviews-section {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.student-heading {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.student-select {
    float: left;
    width: 100%;
    margin-top: 24px;
}

    .student-select select {
        padding: 0 10px;
        color: #1879c2;
    }

.video-test-div {
    float: left;
    width: 100%;
}

.video-head {
    float: left;
    width: 100%;
}

    .video-head h4 {
        color: #1879c2;
    }

.instructors-slider {
    float: left;
    width: 100%;
}

.written-testimonal {
    float: left;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    display: none;
}

.written-head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1d7dc;
}

.written-comment-div {
    float: left;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

.written-comment {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1d7dc;
    padding: 30px 0;
    box-sizing: border-box;
}

.written-img {
    float: left;
    width: 15%;
}

.written-txt {
    float: left;
    width: 85%;
}

.written-star {
    float: left;
    width: 100%;
}

    .written-star i {
        color: #e59819;
    }

.written-txt p {
    font-size: 16px;
}

.written-txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .written-txt ul li {
        display: inline-block;
        padding-right: 15px;
        box-sizing: border-box;
    }

        .written-txt ul li i {
            border: 1px solid #000;
            border-radius: 100px;
            padding: 10px 12px;
            font-size: 20px;
            box-sizing: border-box;
        }

        .written-txt ul li a {
            color: #000;
            text-decoration: underline;
        }

.write-more-section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

    .write-more-section a {
        color: #1879c2;
        font-size: 20px;
        font-weight: 500;
        border: 2px solid #1879c2;
        padding: 10px 0;
        border-radius: 6px;
        display: block;
    }

        .write-more-section a:hover {
            color: #1879c2;
        }

section.gold-bundle {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.gold-content {
    float: left;
    width: 100%;
}

    .gold-content h2 {
        color: #1879c2;
    }

/*slider2*/
/*.new-slider {
    float: left;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 40px 10px;
    box-sizing: border-box;
    margin-top: 50px;
}
.car__3 .imgTitle img {
    width: 100%;
}
.car__3 {
    font-weight: 400 !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
	padding:10px;
}
.car__3 .star-img{
	padding-left:0;
}
.car__3 .slide-name h2 {
    font-weight: 500;
    font-size: 24px;
    color: #1879c2;
	min-height: 52px;
}
.car__3 .slide-name h4 {
    color: #858585;
    font-weight: 400;
}
.carouseller .carouseller__left, .carouseller .carouseller__right {
    bottom: 50% !important;
    font-size: 60px !important;
    opacity: 1 !important;
    color: #1879c2 !important;
}
.star-section {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.star-div {
    float: left;
    width: 33.33%;
}
.star-img {
    float: left;
    padding-left: 55px;
    box-sizing: border-box;
}
.star-img img {
    width: 24px !important;
    height: 24px !important;
}
.star-text {
    float: left;
    font-size: 11px;
    padding-top: 15px;
    padding-left: 5px;
    box-sizing: border-box;
}
.slide-name {
    float: left;
    width: 100%;
    text-align: center;
}
.slide-name h2 {
    font-weight: 700;
    font-size: 24px;
    color: #1879c2;
}
.slide-name h4 {
    color: #858585;
}*/

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 0;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 0;
    }

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.courses__slider {
    width: 100%;
    margin-top: 4rem;
    display: inline-block;
}

    .courses__slider .carousel-inner {
        padding-bottom: 20px;
    }

    .courses__slider .car__3 a:hover {
        text-decoration: none;
    }

.glyphicon-chevron-left:before {
    color: #1879c2;
}

.glyphicon-chevron-right:before {
    color: #1879c2;
}

.courses__slider .car__3 {
    background-color: #fff;
    box-shadow: 0px 0px 5px #00000030;
    border-radius: 5px;
    padding: 0px 0;
    overflow: hidden;
}

    .courses__slider .car__3 .imgTitle img {
        width: 100%;
    }

    .courses__slider .car__3 .slide-name h2 {
        margin: 25px 0 0px;
        font-size: 15px;
        padding: 0 15px;
        height: 55px;
        color: #333;
    }

    .courses__slider .car__3 .slide__btn button {
        border: 1px solid #1879c2;
        font-size: 12px;
        background-color: #1879c2;
        color: #fff;
        border-radius: 5px;
        padding: 5px 10px;
        margin: 0 0 20px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .courses__slider .car__3 .slide__btn button:hover {
            background-color: transparent;
            color: #1879c2;
        }



/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0);
        transform: translate3d(-16.6%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

/*slider2*/


/*readmore*/
#more {
    display: none;
}

.read-more-btn {
    float: left;
    width: 100%;
    text-align: right;
}

    .read-more-btn #myBtn {
        background: transparent;
        border: navajowhite;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #1879c2;
    }
/*readmore*/
/*---readmore---*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #1879c2;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
/*---readmore---*/
/*
main {
   background-image: url('../img/Course-Details.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

/*----responsive----*/
@media(max-width:480px) {
    .you-will-learn-div ul li {
        width: 100%;
        height: auto;
    }

    .lecture-div ul li {
        padding-right: 4px;
        font-size: 15px;
        padding-bottom: 12px;
    }

    span.tab-title {
        width: 100%;
    }

    span.tab-time {
        float: left;
        width: 40%;
        font-size: 12px;
        padding-top: 7px;
        box-sizing: border-box;
    }

    .video-sapn {
        float: left;
        width: 100%;
    }

    .preview-span {
        float: left;
        width: 50%;
        text-align: left;
    }

    .time-span {
        float: right;
        width: 50%;
        text-align: right;
    }

    .feedback-start-div {
        float: left;
        width: 100%;
    }

    .feedback-progress {
        float: left;
        width: 100%;
    }

    .feedback-rate-div .progress {
        width: 56%;
    }
}

@media(min-width:481px) and (max-width:567px) {
    .you-will-learn-div ul li {
        width: 100%;
        height: auto;
    }

    .video-sapn {
        float: left;
        width: 100%;
    }

    .preview-span {
        float: left;
        width: 50%;
        text-align: left;
    }

    .time-span {
        float: right;
        width: 50%;
        text-align: right;
    }

    .feedback-rate-div .progress {
        width: 65%;
    }
}

@media(min-width:568px) and (max-width:767px) {
    .you-will-learn-div ul li {
        height: 100px;
    }
}

@media(max-width:767px) {
    .course-preview-div {
        position: relative;
        width: 100%;
    }

    .lecture-div {
        width: 100%;
    }

    .video-sapn i {
        padding-right: 5px;
        box-sizing: border-box;
    }

    .feedback-number h2 {
        font-size: 50px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .you-will-learn-div ul li {
        height: 124px;
    }

    span.tab-title {
        width: 60%;
    }

    span.tab-time {
        width: 40%;
    }

    .video-sapn {
        float: left;
        width: 70%;
    }

    .feedback-start-div {
        width: 30%;
    }

    .feedback-progress {
        width: 70%;
    }

    .feedback-rate-div .progress {
        width: 63%;
    }
}

@media(min-width:991px) {
    #mixedSlider .MS-content .item {
        width: 25% !important;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    span.tab-title {
        width: 70%;
    }

    span.tab-time {
        width: 30%;
    }

    .car__3 .slide-name h2 {
        font-size: 19px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .you-will-learn-div ul li {
        height: 105px;
    }
}
/*----responsive----*/

.key-feature .addReadMore.showmorecontent .SecSec {
    white-space: pre-line;
}

.instructor-detail p .SecSec {
    white-space: pre-line;
}

.buy-now-section {
    margin-bottom: 5rem;
}

/* ADD EXTRA SECTION CSS */
.learning__section {
    padding:70px 0px;
    /*background-image: url('../../img/why.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
}
.learn__contant {
    margin-bottom:20px;
}

    .learn__contant h3 {
        margin: 0 0 0;
        font-size: 30px;
    }
.learn__content p {
    box-sizing: border-box;
    font-size: 15px;
    color: #6f6f6f;
    font-weight: 500;
    height: 91px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-shadow: 0px 2px 5px #0000001c;
    border-radius: 6px;
    border-left: 4px solid #1879c2;
    background-color: #f8f8f8;
}
    .learn__content p i {
        margin: -3px 10px 0 0;
        color: #49d241;
        font-size: 25px;
    }

    

.enroll__contant {
    margin-bottom: 50px;
}

    .enroll__contant h2 {
        border-bottom: 1px solid #939393;
        padding-bottom: 10px;
    }

    .enroll__contant p {
        font-size: 18px;
        margin: 25px 0 20px;
        color: #939393;
    }

        .enroll__contant p b {
            color: #333;
        }

.addcourse {
    text-align: center;
    margin: 2rem 0;
    display: inline-block;
    width: 100%;
}
    .addcourse a {
        width: 100%;
        padding: 13px 35px;
        font-size: 15px;
        font-weight: 500;
        display: block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .addcourse .add_to_cart {
        background-color: #1879c2;
        color: #fff;
        border: 1px solid #1879c2;
    }
.addcourse .add_to_cart:hover {
    text-decoration: none;
    background-color: transparent;
    color: #1879c2;
    text-decoration: none;
}
    .addcourse .buy__now {
        margin: 10px 0 0;
        border: 1px solid #1879c2;
        color: #1879c2;
        width: 100%;
        background-color: transparent;
        padding: 13px 35px;
        font-size: 15px;
        font-weight: 500;
        display: block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
        .addcourse .buy__now:hover {
            background-color: #1879c2;
            color: #fff;
            text-decoration: none;
        }
    .addcourse a:focus {
        outline: none;
        text-decoration: none;
    }


@media screen and (max-width:768px) {
    .learn__contant h3 {
        text-align: center;
    }

    .you-will-learn-div p {
        width: 100%;
    }

    .instructor-heading h2 {
        text-align: center;
    }

    .instructor-img {
        float: unset;
        margin: auto;
    }

    .instructor-detail {
        text-align: center;
    }
    .course__tabHeading {
        width:100%;
        padding-left:35px;
        padding-right:15px;
        margin-bottom:2rem;
    }
}
.course_commimg_soon {
    display:none;
}
.course_commimg_soon h2 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 600;
    opacity: 0.3;
    color: #676767;
}

@media(max-width:1200px){
    .course__cardContant h2 {
        font-size: 17px;
        height: 45px;
        line-height: 23px;
    }
    .course__cardContant p {
        font-size:14px;
    }
    .course__cardContant .price__area span {
        font-size:15px;
    }
    .explore__btn {
        font-size: 17px;
        padding: 10px 25px;
        width:fit-content;
    }
}
@media(max-width:991px){
    .course__tabWrap {
        margin-bottom: 30px;
    }
    .wrapper {
        margin-top:0 !important;
    }
    .course__tabHeading h1 {
        font-size: 24px;
    }
}
@media(max-width:767px){
    .course__cardContant h2 {
        font-size: 17px;
        height: auto;
        line-height: 23px;
        overflow: inherit;
    }
}
@media(max-width:575px){
    .course__tabHeading {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 2rem;
        padding-top: 20px;
    }
        .course__tabHeading h1 {
            font-size: 22px;
        }
    #content {
        padding:0;
    }
}


@media(max-width:479px) {
    .course_commimg_soon h2 {
        font-size: 20px;
        text-align: center;
        padding: 15px 0px;
    }
    .course__tabHeading h1 {
        color: #333;
        line-height: 30px;
        font-size: 20px;
        margin: 0 0 2rem;
    }
    .course__card {
        padding: 30px 15px;
    }
    #sidebar ul li a {
        font-size: 15px;
        padding: 12px 15px;
    }
    #sidebar .sidebar-header h3, .course__categoryWrap h3 {
        font-size: 17px;
    }
}
/* ADD EXTRA SECTION CSS END */
/* COURSEFLIX DETAIL CSS END */


.upskill_box {
    position: relative;
    margin-bottom: 100px;
    width: 75%;
}

.course_box {
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    min-height: 450px;
    max-height: 500px;
    >img{
        max-height: 300px;
        object-fit: cover;
        border-radius: 10px;
        min-height: 300px;
        width: 100%;
    }
    .text{
        padding: 15px;
        h4{
            font-size: 22px;
            font-weight: 600;
            overflow: hidden;
            height: 52px;

        }
        .view_more{
            display: flex;
            justify-content: space-between;
            a{
                font-size: 18px;
                font-weight: 500;
                color: #00205d;
            }
            strong{
                font-size: 18px;
            }
        }
    }
}