body {
    color: #414146;
    font-size: 0.906rem;
    line-height: 1.6;
}


/* Paste this css to your style sheet file or under head tag */


/* This only works with JavaScript, 
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    background-size: 80px 80px;
}

.navbar-default {
    background: #fff;
    height: 70px;
    padding: 0 !important;
}

.navigation {
    display: flex;
    width: 100%;
}

.navigation .left-navigation {
    display: flex;
    align-items: center;
}

.btn:hover {
    color: #fff;
}

.navigation .left-navigation ul {
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0;
    margin: 0;
}

.navigation .right-navigation ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.navigation .right-navigation ul li {
    margin-left: 17px;
    font-size: 16px;
}

.navigation .right-navigation ul li a {
    color: #414146;
    text-decoration: none;
    font-size: 16px;
}

.navigation .right-navigation ul li a.live {
    position: relative;
    padding: 0 10px;
}

.navigation .right-navigation ul li a.live::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: red;
    top: 9px;
    left: -3px;
}

.navigation .left-navigation ul li {
    margin-right: 17px;
    display: flex;
    align-items: center;
}

.navigation .left-navigation ul li.navbar-brand a {
    color: #253977;
    text-decoration: none;
}

.navigation .left-navigation ul li form input {
    width: 100%;
    min-width: 350px;
    border: 0;
    outline: 0;
    background-color: #f0f0f5;
}

@media (max-width: 991px) {
    .navigation .left-navigation ul li form {
        display: none;
    }
}

.break-word {
    word-break: break-all;
}

.navigation .left-navigation ul li form input:focus {
    outline: 0;
    box-shadow: none !important;
}

.navigation .left-navigation ul li form .action {
    position: absolute;
    display: flex;
    right: 17px;
    top: 11px;
}

.navigation .left-navigation ul li form .action a {
    color: #253977;
}

.navigation .right-navigation {
    display: flex;
    margin-left: auto;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .navbar-default {
        /*background: #fafafa;*/
    }
}

.about-ul>li {
    padding-left: 17px;
    position: relative;
}

.about-ul>li:before {
    border-radius: 100%;
    top: 9px;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    bottom: auto;
    left: 0;
    right: auto;
    background-color: #253977;
}

.mobile-nav {
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

#sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 0;
    top: 60px;
    z-index: 1000;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.1s;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}

#sidebar.active {
    width: 100%;
    top: 60px !important;
    transition: 0.1s;
}

.noscroll {
    overflow: hidden;
}

#logo {
    margin-bottom: 10px;
}

.btn-learna {
    display: inline-block;
    border-radius: 3px;
    color: #414146;
    border: 2px solid #414146;
    background-color: transparent;
    padding: 4px 16px;
    font-size: 0.9rem;
}

.btn-learna:hover {
    background-color: transparent;
    border: 2px solid #253977;
    color: #253977 !important
}

.btn-ulearn,
.btn-ulearn:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #253977;
    padding: 0.375rem 1.60rem;
}

.btn-ulearn-cview,
.btn-ulearn-cview:hover,
.btn-ulearn-cview:focus {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background-color: #FFD33F;
    padding: 0.375rem 0.7rem;
    color: #253977;
}

.btn-ulearn-cert,
.btn-ulearn-cert:hover,
.btn-ulearn-cert:focus {
    background-color: #47b972;
    color: #fff;
}

.btn-ulearn-preview,
.btn-ulearn-preview:hover {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    background-color: #253977;
    padding: 0.05rem 0.7rem;
}

#dropdownMenuButton,
#dropdownMenuButtonRight {
    cursor: pointer;
}

.dropdown-menu {
    font-size: 0.9rem;
}

.dropdown-item:hover {
    background-color: #f0f0f5;
}

.homepage-swiper {
    height: auto;
}

.homepage-swiper .swiper .swiper-slide {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
}

.top-article {
    display: flex;
    align-items: center;
    margin-top: 50px;
    max-height: 300px;
    background: url('../img/top-courses-bg-edit.png') no-repeat center center;
    background-size: cover;
}

.top-article .top-course-container {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    border-radius: 13px;
    background: #fff;
}

.top-article .top-course-container .header {
    background: #FFD33F;
    display: flex;
    min-height: 45px;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #253977;
    border-radius: 13px 13px 0 0;
}

.top-article .top-course-container .list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 20px 20px;
}

.top-article .top-course-container .list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.top-article .top-course-container .list ul li {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.top-article .top-course-container .list ul li .btn {
    border-radius: 20px !important;
    border-width: 2px !important;
}

#category-block {
    margin-top: 2px;
}

h1 {
    font-weight: 700;
}

button {
    border: none;
    cursor: pointer;
}

a {
    color: #253977;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #253977;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

ul {
    margin-top: 0;
    margin-bottom: 5px;
    list-style-type: none;
}

nav.secondary-nav {
    display: block;
    text-align: center;
    clear: both;
    margin: 10px;
    border-bottom: none !important;
    padding: 0.5rem 1rem !important;
    position: relative;
}

nav.secondary-nav ul.list {
    padding: 0;
    display: contents;
}

nav.secondary-nav ul li {
    padding: 0 20px;
    display: inline-block;
}

nav.secondary-nav ul li a {
    color: #414146;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
}

nav.secondary-nav ul li a.active {
    color: #253977;
    font-weight: bold;
}

.seperator-head:after {
    max-width: 360px;
    background-color: rgba(216, 216, 216, 0.5);
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
}

.seperator-head:before {
    max-width: 50px;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    background-color: #253977;
}

.dropdown i {
    color: #787887;
}

.category-menu-icon {
    margin-right: 10px;
    width: 20px;
}

#sidebar ul li i {
    color: #787887;
}

#sidebar ul li a {
    font-size: 14px;
    line-height: 23px;
    padding: 11px 0;
    color: #414146;
    ;
    display: block;
    padding: 8px 0;
    clear: both;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

#sidebar .sidebar-title {
    color: #253977;
    font-weight: 700;
}

#sidebar .category-menu-icon {
    margin-right: 15px;
}

.home-content {
    min-height: calc(100vh - 60px);
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.home-content .banner {
    min-height: 250px;
    height: auto;
}

.home-content .banner a {
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .home-content .banner .swiper-item,
    .home-content .banner .swiper-slide {
        min-height: 250px;
    }
    .home-content .banner a {
        max-height: 250px;
        min-height: 250px;
    }
}

.home-content .banner a img.desktop {
    display: block;
    width: 100%;
    max-width: none;
}

.home-content .banner a .mobile-image {
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-content .banner a img.mobile {
    display: block;
    width: 100%;
    max-width: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.homepage-slide-blue {
    color: #fff;
    background-color: #253977;
    height: 300px;
    position: relative;
    text-align: center;
}

.homepage-slide-blue h1 {
    padding-top: 30px;
}

.title-sub-header {
    font-size: 18px;
}

.homepage-slide-blue .searchbox-contrainer {
    line-height: 50px;
    padding: 0 0 0 20px;
    margin-top: 40px;
}

.homepage-slide-blue .searchbox-contrainer .searchbox {
    width: 70%;
    height: 50px;
    border: none;
    padding-left: 20px;
    border-radius: 2px;
}

.homepage-slide-blue .searchbox-contrainer .searchbox-submit {
    height: 50px;
    width: 80px;
    font-size: 13px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-left: 1px solid #253977;
    background-color: #253977;
    cursor: pointer;
    border-radius: 2px;
}

.pos-relative {
    position: relative;
}

.searchbox-submit i {
    font-size: 20px;
}

#loginLink {
    color: #253977;
    font-weight: bold;
}

li>a#loginLink {
    border-bottom: 3px solid #253977;
}

#loginLink:hover {
    text-decoration: none;
}

.course-block a,
.instructor-box a,
.testimonial-box a,
.remove-a-style {
    text-decoration: none;
    color: inherit;
}

.remove-a-style:hover {
    color: inherit;
    text-decoration: none;
}

.course-block {
    /* width: 260px; */
    height: auto;
    /* box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46); */
    border: 1px solid #f0f0f5;
    margin: 20px 18px 20px 0;
    transition: transform .3s ease-out;
    cursor: pointer;
}

.course-block:hover {
    transform: scale(1.02);
    border: 1px solid #253977;
}

.course-block main {
    height: 281px;
}

.course-block footer {
    /* background-color: #ecf5f8; */
    min-height: 40px;
    height: auto;
}

.course-block .image-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.instructor-clist {
    font-size: 12px;
    color: #787887;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.instructor-clist.view {
    font-size: 14px;
}

.instructor-box .image-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.course-rating {
    font-size: 11px;
    color: #787887;
}

.number-rating {
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.course-rating .checked {
    color: #ffe085;
}

.course-rating .checked-vpage {
    color: #253977;
}

.my-progress {
    height: 7px;
    border-radius: 0;
}

.progress-information .completed,
.progress-information .test {
    font-size: 13px;
    color: #787887;
}

.progress-information .completed .number,
.progress-information .test .number {
    font-weight: bold;
    color: #000;
}

.course-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}

.c-row {
    display: flex;
    flex-wrap: wrap;
}

.instructor-box {
    /* width: 260px; */
    height: 322px;
    /* box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46); */
    border: 1px solid #f0f0f5;
    margin: 20px 18px 20px 0;
    transition: transform .3s ease-out;
    cursor: pointer;
}

.testimonial-box {
    min-height: 220px;
    /* box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46); */
    /* border: 1px solid #f0f0f5; */
    margin: 20px 18px 20px 0;
    /* transition: transform .3s ease-out; */
    /* cursor: pointer; */
    padding: 30px;
    display: flex;
    align-items: center;
}

.testimonial-box .head .image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-box .head .name {
    text-decoration: none;
    color: black;
    margin-left: 11px;
    font-weight: 700;
    font-size: 17px;
}

.testimonial-box .body {
    max-width: 600px;
}

.instructor-box:hover {
    transform: scale(1.02);
    border: 1px solid #253977;
}


/* .testimonial-box:hover{
    transform: scale(1.02);
    border: 1px solid #253977;
} */

.instructor-title {
    margin-top: 15px;
}

.instructor-box p {
    font-size: 13px;
}

footer .c-row {
    /* padding-top: 6px; */
}

.course-reviewer {
    margin: 0;
    font-size: 0.8em;
    padding: 0;
}

.course-price {
    margin: 0;
    padding: 0;
}

.course-price s {
    font-size: 0.80rem;
}

.learn-block {
    background-color: #f0f0f5;
    min-height: 400px;
    position: relative;
    margin-top: 40px;
}

.dblock-heading {
    margin-top: 70px;
}

.dblock-text {
    margin-top: 20px;
}

.learn-block .btn-ulearn {
    margin-top: 15px;
}

.instructor-block,
.testimonial-block {
    background-color: #fff;
    position: relative;
    /* margin-top: 40px; */
    padding-top: 25px;
}

.instructor-block-view {
    padding-top: 5px;
}

#main-footer {
    background-color: #29303b;
    min-height: 200px;
    padding: 30px 0;
    /* margin-top: 50px; */
}

#main-footer a.navbar-brand {
    color: #fff;
}

#c-copyright {
    color: #b8bbd9;
    font-size: 12px;
}

#main-footer ul {
    padding: 0;
}

#main-footer ul li {
    color: #fff;
    line-height: 1.1;
    margin-top: 7px;
}

#main-footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

#main-footer ul li a:hover {
    text-decoration: underline;
}

.subpage-slide-blue {
    color: #fff;
    background-color: #253977;
    height: 150px;
    position: relative;
}

.subpage-slide-blue h1 {
    padding-top: 45px;
}

.breadcrumb-container {
    border: 1px rgba(216, 216, 216, 0.5) solid;
    height: 50px;
}

.breadcrumb {
    padding: 0.75rem 0rem;
    background-color: #fff;
    font-size: 0.9rem;
}

.breadcrumb-mobile {
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-top: 13px;
}

.breadcrumb li.breadcrumb-item.active {
    color: #555;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "»";
    padding-right: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem;
}

.breadcrumb-item a {
    color: #4671fb;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #2a6496;
}

.blue-title {
    color: #253977;
    font-weight: bold;
    font-size: 1rem;
}

.ul-no-padding {
    padding-inline-start: 0;
}

.underline-heading {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 10px;
    line-height: 2.3;
}

.underline-heading:after {
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #253977;
}

.custom-control-label {
    padding-left: 3px;
    font-size: 0.8rem;
    cursor: pointer;
}

.custom-control-label::before {
    width: 0.9rem;
    height: 0.9rem;
}

.custom-checkbox .custom-control-label::before {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ced4da;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #253977;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #253977;
}

.page-item.active .page-link {
    background-color: #253977;
    border-color: #253977;
}

.page-link {
    border: 1px solid #ced4da;
}

.page-item.disabled .page-link {
    color: #414146;
    border-color: #ced4da;
}

.container-top-border {
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.login-page-seperator:after {
    max-width: 1140px;
    background-color: rgba(216, 216, 216, 0.5);
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: 7px;
    left: 50%;
    right: auto;
}

.login-page-seperator.secondary-nav a {
    color: #fff;
}

.login-page-seperator.secondary-nav a.active {
    border-bottom: 3px solid #fff;
    color: #ffffff;
}

.round {
    border-radius: 7px;
}

.rightRegisterForm {
    background: #fff;
    border: 1px solid rgba(216, 216, 216, 0.5);
    width: 400px;
    min-height: 400px;
    border-radius: 4px;
    /* flex-shrink: 0; */
    /* margin-top: 50px; */
}

.forgot-text {
    text-decoration: none;
    color: #253977;
}

.login-page-button {
    background-color: #253977;
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.0;
}

.social-buttons.view i {
    font-size: 19px;
    margin-right: 13px;
}

a.social-btn {
    text-decoration: none;
    color: #fff;
}

.social-btn {
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.0;
    text-align: left;
}

.social-btn i {
    font-size: 1.1rem;
    margin-right: 10px;
}

.social-btn-sm {
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.2;
    text-align: left;
    font-weight: 500;
}

.social-btn-sm i {
    font-size: 0.8rem;
}

.facebook-btn {
    background-color: #3B5A97;
}

.twitter-btn {
    background-color: #55acee;
}

.google-btn {
    background-color: #da4b3a;
}

.hr-container {
    display: flex;
    justify-content: center;
    line-height: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 20px 0;
}

.hr-inline {
    -webkit-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #D8D8D8;
    width: initial !important;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.hr-inline {
    width: 44.2% !important;
}

.hr-text {
    width: initial !important;
    padding-left: 5px;
    padding-right: 5px;
    color: #cec3c3;
}

.hr-inline {
    -webkit-box-flex: 1;
    flex: 1;
    height: 1px;
    background: #D8D8D8;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.cv-category-icon {
    /* width: 30px;
    float: left; */
}

.cv-header {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.8rem;
}

.cv-header i {
    font-size: 34px;
    color: #253977;
    margin-top: 0.1rem;
}

.cv-category-detail {
    line-height: 1.2;
    margin-left: 7px;
}

.cv-category-detail span {
    color: #787887;
}

.cv-category-detail h4 {
    color: #f24c0a;
}

.course-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-image img {
    display: block;
    width: 100%;
    max-width: none;
}

@media (max-width: 550px) {
    .course-image img {
        display: block;
        height: 100%;
        width: auto;
        max-width: none;
    }
}

.cv-price {
    margin-top: 6px;
}

.preview-time {
    float: right;
}

@media (max-width: 992px) {
    .preview-time {
        float: left;
    }
}

@media (max-width: 576px) {
    .breadcrumb {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    #logo img {
        margin-bottom: 5px;
    }
}


/*accordian*/

.card {
    border-radius: 0;
}

.card-header {
    padding: 0.2rem 1.25rem;
    background-color: #ecf5f8;
}

.card-header:first-child {
    border-radius: 0;
}

.btn-acc-head,
.btn-acc-head:hover {
    font-weight: 500;
    color: #5e6165;
    background-color: transparent;
}

.btn-acc-head:focus {
    box-shadow: none;
}

.lecture-container {
    min-height: 35px;
}

.container>.lecture-container {
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.lecture-container i {
    color: #253977;
}

.accordian-icon {
    font-size: 0.8rem;
}

.course-feature {
    min-height: 300px;
    border: 1px solid #f0f0f5;
}

.course-feature header {
    height: 55px;
    background-color: #253977;
}

.course-feature header h6 {
    text-align: center;
    padding-top: 16px;
    color: #fff;
}

.cf-pricing span {
    color: #787887;
    font-weight: 500;
}

.cf-pricing {
    margin: 17px 0px 17px 25px;
}

.cf-pricing-btn {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0.175rem 0.7rem;
    background-color: #ffe085;
    margin-left: 3px;
}

.cf-pricing-li li {
    border-top: 1px solid #f0f0f5;
    padding: 10px 0;
    margin: 0 25px;
}

.cf-pricing-li li i {
    color: #787887;
    margin-right: 10px;
    width: 15px;
}

.course_preview_video .btn-play:hover {
    border-color: #253977;
}

.course_preview_video .aligncenter img {
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-transition-property: color, background, border, visibility, opacity, left, right, top, bottom, width, height, -webkit-box-shadow, -webkit-transform;
    transition-property: color, background, border, visibility, opacity, left, right, top, bottom, width, height, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height;
    transition-property: color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height;
    transition-property: color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height, -webkit-box-shadow, -webkit-transform;
    max-width: 100%;
    height: auto;
}

div.aligncenter {
    margin: 0 auto 1.2em;
}

.course_preview_video .aligncenter {
    position: relative;
    overflow: hidden;
}

.course_preview_video .aligncenter img {
    display: block;
    max-width: none;
    width: 100%;
}

.course_preview_video .btn-play {
    z-index: 2;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 50px;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
}

.course_preview_video .btn-play:hover+img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.course_preview_video a {
    color: #34c7dc;
    text-decoration: none;
}

.course_preview_video a:hover,
a:focus {
    text-decoration: none;
}

.course_preview_video a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.tags-container ul {
    padding-left: 2em;
}

.tags-container>ul {
    padding: 0;
}

.tags-container>ul>li {
    margin-bottom: 10px;
}

.tags-container>ul>li>a {
    color: #777777;
    text-decoration: none;
}

.tags-container>ul>li>a:hover {
    color: #fff;
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.tag-list>li {
    margin-right: 7px;
    margin-bottom: 9px;
}

.tag-list>li>a {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.23077;
    padding: 4px 8px;
    text-align: center;
}

.tag-list>li>a:hover {
    background-color: #253977;
    border-color: transparent;
}

.reviews-container {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.reviews-container>.review-row:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.review-row {
    min-height: 100px;
    align-items: center;
}

.review-avatar {
    width: 48px;
    height: 48px;
}

.review-avatar-span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    color: #787887;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: center;
}

.review-time {
    color: #787887;
}

.ct-block {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-top: 20px;
}

.contact-icon {
    width: 40px;
    float: left;
    margin-right: 4px;
}

.contact-icon i {
    font-size: 42px;
    color: #253977;
}

.contact-detail {
    line-height: 1.4;
}

.contact-detail span {
    font-weight: 600;
}

.box-header {
    font-size: 16px;
    font-weight: 500;
    padding: 12.5px 25px;
    border-bottom: solid 1px #e8e8e8;
    height: 50px;
    width: 100%;
    text-align: center;
    color: #787887;
}

.map-block {
    padding-top: 52px;
}

.not-found-block {
    min-height: 200px;
}

.not-found-col {
    text-align: center;
}

.not-found-col span {
    font-size: 180px;
    color: #d4d4d4;
    line-height: 1.2;
}

.not-found-col span.blue {
    color: #253977;
}

.count-block {
    background-color: #ecf5f8;
    min-height: 230px;
    position: relative;
    margin-top: 40px;
}

.count-block .underline-heading {
    line-height: 1.6;
    color: #253977;
}

.count-block .underline-heading:after {
    background-color: #253977;
}

.feature-box {
    width: 260px;
    height: 280px;
    box-shadow: 0 6px 9px 0 hsla(0, 0%, 86%, .46);
    border: 1px solid #f0f0f5;
    margin: 20px 18px 20px 0;
    transition: transform .3s ease-out;
    cursor: pointer;
}

.feature-box:hover {
    transform: scale(1.02);
    border: 1px solid #253977;
}

.feature-box i {
    font-size: 65px;
    margin-top: 20px;
    color: #253977;
    margin-left: 10px;
}

.feature-title {
    margin-top: 15px;
}

.feature-box p {
    font-size: 13px;
}

.instructor-profile-box {
    width: 260px;
    min-height: 300px;
    box-shadow: 0 6px 9px 0 hsla(0, 0%, 86%, .46);
    border: 1px solid #f0f0f5;
    cursor: pointer;
}

.social-icons {
    display: flex;
}

.social-icons li {
    padding: 20px 15px 10px 15px;
}

.social-icons i {
    font-size: 30px;
    color: #253977;
    width: 22px;
}

.inst-block {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    margin-top: 10px;
}

.instructor-contact i {
    color: #253977;
    font-weight: bold;
    font-size: 20px;
}

.delete-course {
    color: #f24c0a;
}

.cart-summary {
    min-height: 400px;
    border: 1px solid #f0f0f5;
}

.cart-summary header {
    height: 55px;
    background-color: #253977;
}

.cart-summary header h6 {
    text-align: center;
    padding-top: 16px;
    color: #fff;
}

.cart-total {
    text-align: center;
}

.cart-total h4,
h3 {
    margin-bottom: 0.1rem;
    margin-top: 0;
}

.cart-total h4 {
    color: #ffe085;
}

.cart-total span {
    color: #787887;
    font-weight: 500;
}

.cart-total s {
    font-size: 1rem;
}

.checkout-btn {
    background-color: #253977;
    color: #fff !important;
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 500;
}

.checkout-clist {
    display: inline-block;
    border-radius: 3px;
    background-color: transparent;
    font-size: 0.9rem;
    color: #253977;
    border: 1px solid #253977;
    font-weight: 500;
}

.checkout-clist:hover {
    color: #253977;
}

.delete-review,
.delete-review:hover,
.delete-review:focus {
    background-color: #f24c0a;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    box-shadow: none;
}

.apply-coupon {
    padding-top: 0.220rem;
    padding-bottom: 0.220rem;
}

.c-price-checkout {
    color: #ffe085;
}

.c-price-checkout s {
    color: #414146;
    font-size: 0.7rem;
}

.c-price-total {
    color: #253977;
}

.c-price-total span {
    color: #787887;
    font-size: 0.7rem;
}


/*jquery validate error css */

label.error {
    color: red !important;
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.clear-filters {
    font-size: 13px;
    color: #787887;
    display: block;
    font-weight: 500;
}

a.clear-filters,
a.clear-filters:hover {
    text-decoration: none;
    color: #787887;
}

.become-instructor {
    color: #253977;
    font-weight: 500;
    cursor: pointer;
}

.becomeInstructorForm {
    border: 1px solid rgba(216, 216, 216, 0.5);
    border-radius: 4px;
    margin: 0 50px 50px 50px;
}

.bi-header {
    border-bottom: 0;
    color: #253977;
}

.bi-header .close {
    padding: 0.0rem;
    margin: 0.0rem 0rem -1rem -1.1rem;
}

.bi-header-seperator-head:before {
    max-width: 50px;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: -4px;
    left: 50%;
    right: auto;
    background-color: #253977;
}

.bi-header-seperator-head:after {
    max-width: 250px;
    background-color: rgba(216, 216, 216, 0.5);
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: auto;
    bottom: -4px;
    left: 50%;
    right: auto;
}

#my-courses {
    min-height: 192px;
}

.heart {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40vh;
}

@keyframes heartFadeInOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.87);
    }
    35% {
        transform: scale(.8);
    }
    45% {
        transform: scale(1.1);
    }
    55% {
        transform: scale(.9);
    }
    65% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

.heart {
    animation-name: heartFadeInOut;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}