/* BODY */
body {
  border-top: 0;
  font-size: 18px;
  color: var(--black);
  font-family: "Roboto", sans-serif;
}

.container-fluid {
  max-width: 1800px;
}

a {
  transition: 0.5s !important;
}

.top-menu {
  height: 46px;
  width: 100%;
  line-height: 46px;
  background: var(--red);
  color: #fff;
  font-size: 20px;
}

.top-menu a {
  color: #fff;
}

.top-menu a:hover {
  color: var(--grey);
  text-decoration: none;
}

.top-menu-left {
  text-align: left;
}

@media (max-width: 991px) {
  .top-menu-left {
    text-align: center;
  }
}

.top-menu .social-icon {
  margin-left: 15px;
}

.top-menu .top-menu-right {
  text-align: right;
}

.top-menu .top-menu-right a {
  margin-left: 15px;
  color: #fff;
}

.top-menu .top-menu-right a:hover,
.top-menu .top-menu-right a:focus {
  color: var(--grey);
  text-decoration: none;
}

.top-menu .btn-group {
  margin-top: -3px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 5px 0;
  margin: -2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--black) !important;
  white-space: nowrap;
  margin-left: 0 !important;
  font-size: 20px;
}

.top-menu .items {
  margin-left: 15px;
  color: #fff;
}

.top-menu .items a {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}

.top-menu-tel-sm {
  display: none;
}

@media (max-width:1200px) {
  .top-menu-tel-sm {
    display: inline-block;
  }

  .top-menu-tel-lg {
    display: none;
  }
}

#header {
  min-height: 170px;
}

.navbar-default {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  box-shadow: none;
}

#main-menu::before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: none !important;
}

#main-menu {
  background: #fff;
}

@media (min-width: 1200px) {

  .sm-blue {
    margin-top: 60px;
  }

  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    background: #fff;
  }
}

@media (min-width: 1200px) {

  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    padding: 13px 10px;
    background: #fff;
    color: #FFF;
  }
}

@media (min-width: 1200px) {
  .sm-blue>li {
    border-left: 0;
  }
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  padding: 10px 20px;
  padding-right: 10px;
  background: #fff;
  color: var(--black);
  font-size: 22px;
  line-height: 23px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.sm-blue a:hover {
  color: var(--red);
  text-decoration: none;
  font-size: 22px;
}

@media (max-width:1350px) {
  .sm-blue a {
    padding: 10px 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .sm-blue a:hover {
    padding: 10px 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
  background: transparent;
  color: var(--black);
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}

.navbar-brand img {
  height: 140px !important;
}

@media (max-width:1200px) {
  #header {
    min-height: 135px !important;
  }

  .navbar-brand img {
    height: 100px !important;
  }
}

@media (max-width:500px) {
  #header {
    min-height: 105px;
  }

  .navbar-brand img {
    height: 80px !important;
  }
}

.navbar-default .navbar-toggle {
  background-color: var(--red) !important;
  border-color: var(--red);
  transition: 0.5s;
  margin-top: 75px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(--black) !important;
  border-color: var(--black);
}

/* ONLINE PORTAL */
.portal-category-header {
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--menu-color);
  color: #fff;
  text-align: center;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
}

.portal-details {
  font-size: 14px;
  text-align: center;
}

.portal-details a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.portal-file {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.portal-file .file-title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.portal-file .file-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.portal-file img {
  max-height: 220px;
}

/* page sections */
.page-section {
  margin-top: 20px;
  margin-bottom: 0px;
}

.page-section-price {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.page-section-button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.page-section-product-wrapper {
  margin-top: 15px;
  padding: 20px 40px;
  border: 1px solid var(--top-menu-bar-bg-color);
  border-radius: 15px;
}

.page-section-product-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

/* === Carousel Caption Styles === */
.carousel-wrapper {
  background: var(--pink) !important;
}

.carousel-inner>.item {
  min-height: 650px;
  /* Ensures there's always space for the banner */
  position: relative;
}

.carousel-inner>.item>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (min-width:767px) {
  .carousel-caption {
    left: 0%;
    right: 0%;
    padding-bottom: 30px;
  }
}

.carousel-caption {
  position: relative;
  /* So it sits above the image */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px;
  padding-top: 80px;
  color: #fff;
  text-align: left;
}

@media (max-width:1300px) {
  .carousel-caption {
    padding-top: 30px;
  }
}

.carousel-caption h1 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
}

.carousel-caption .btn-primary {
  background: var(--red) !important;
  font-size: 30px;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  margin-top: 20px;
}

.carousel-caption .btn-primary:hover {
  background: var(--black) !important;
  color: #fff !important;
}

.carousel-caption span.sub-title {
  display: block;
  margin-top: 20px;
  font-family: "Cookie", cursive;
  font-size: 90px;
  line-height: 1;
}

.carousel-caption .section {
  background: #fff;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  max-width: 400px;
  float: right;
  background: rgba(255, 255, 255, 0.8);
}

.carousel-caption .section .title {
  display: block;
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
  text-shadow: none;
  font-weight: 500;
}

.carousel-caption .section p {
  font-size: 18px;
  color: var(--black);
  line-height: 1.5;
  text-shadow: none;
}

.carousel-caption .section .btn-primary {
  font-size: 24px;
}

.carousel-caption .section .btn-primary:hover {
  background: var(--black) !important;
  color: #fff !important;
}

/* === Responsive Enhancements === */
@media (max-width: 991px) {
  .carousel-caption h1 {
    font-size: 36px;
  }

  .carousel-caption span.sub-title {
    font-size: 48px;
    line-height: 1.2;
  }

  .carousel-caption .btn-primary {
    font-size: 24px;
    padding: 8px 20px;
  }

  .carousel-caption .section {
    float: none;
    margin: 30px auto 0;
    max-width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
  }

  .carousel-caption .section .btn-primary {
    font-size: 20px;
  }

  .carousel-caption {
    left: 0%;
    right: 0%;
    top: 30px;
  }
}

@media (max-width: 767px) {
  .carousel-inner>.item {
    min-height: 400px;
  }

  .carousel-caption {
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .carousel-caption {
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
    /* Optional overlay */
    text-align: center;
  }

  .carousel-caption h1 {
    font-size: 28px;
  }

  .carousel-caption span.sub-title {
    font-size: 36px;
  }

  .carousel-caption .btn-primary {
    font-size: 18px;
    padding: 8px 16px;
  }

  .carousel-caption .section {
    padding: 20px;
    margin-top: 20px;
    box-shadow: none;
    border-radius: 0;
  }

  .carousel-caption .section .title {
    font-size: 20px;
  }

  .carousel-caption .section p {
    font-size: 16px;
  }

  .carousel-caption .section .btn-primary {
    font-size: 18px;
  }
}

.btn-primary,
.btn-info,
.btn-warning,
.btn-danger {
  background: var(--red) !important;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
}

.btn-primary:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover {
  background: var(--black) !important;
  color: #fff !important;
}

.btn-success {
  background: green !important;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
}

/* home-page-sections */
.home-page-section1 {
  padding-top: 60px;
  background: var(--pink);
}

.home-page-section1 img {
  border: 15px solid #fff;
  margin-top: -100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*position: relative;*/
}

.home-page-section1 h2 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section1 p {
  text-align: left;
  font-size: 20px;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section2 {
  margin-top: -60px;
  background: #fff;
  padding-top: 40px;
}

.home-page-section2 h2 {
  color: var(--red);
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.home-page-section2 .home-page-section2-item {
  background: var(--pink);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.home-page-section2 .home-page-section2-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-page-section2 .home-page-section2-item h3 {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
}

.home-page-section2 .home-page-section2-item a {
  font-size: 22px;
  color: var(--red);
  margin-top: 20px;
  transition: 0.5s;
}

.home-page-section2 .home-page-section2-item a:hover {
  color: var(--black);
  text-decoration: none;
}

.home-page-section3 {
  background: #fff;
}

.home-page-section3 h2 {
  color: var(--red);
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.home-page-section3 .home-page-section3-item {
  background: var(--pink);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.home-page-section3 .home-page-section3-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-page-section3 .home-page-section3-item h3 {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
}

.home-page-section3 .home-page-section3-item a {
  font-size: 22px;
  color: var(--red);
  margin-top: 20px;
  transition: 0.5s;
}

.home-page-section3 .home-page-section3-item a:hover {
  color: var(--black);
  text-decoration: none;
}

.home-page-section4 {
  background: #fff;
}

.home-page-section4 h2 {
  color: var(--red);
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.home-page-section4 .home-page-section4-item {
  background: var(--pink);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.home-page-section4 .home-page-section4-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-page-section4 .home-page-section4-item h3 {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
}

.home-page-section4 .home-page-section4-item a {
  font-size: 22px;
  color: var(--red);
  margin-top: 20px;
  transition: 0.5s;
}

.home-page-section4 .home-page-section4-item a:hover {
  color: var(--black);
  text-decoration: none;
}

.home-page-section5 {
  background: var(--grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-page-section5 h2 {
  color: var(--red);
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.home-page-section5 .owl-carousel {
  /*border: 1px solid var(--grey) !important;*/
  /*text-align: center;
  display: inline-block !important;*/
}

.owl-loaded {
  /*display: none !important;*/
}

.testimonial-text {
  color: var(--black) !important;
  font-size: 26px;
}

.name {
  color: var(--black);
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--red) !important;
}

.home-page-section6 {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 45px;
}

.home-page-section6 .owl-carousel img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.home-page-section6 .owl-carousel .owl-item {
  min-width: 150px !important;
  line-height: 100px;
}

@media (max-width:1700px) {
  .home-page-section1 {
    padding-bottom: 60px;
  }

  .home-page-section1 img {
    margin-top: -70px;
  }

  .home-page-section2 {
    margin-top: 0;
  }
}

@media (max-width:991px) {
  .home-page-section1 {
    padding-bottom: 60px;
  }

  .home-page-section1 img {
    margin-top: -70px;
  }

  .home-page-section2 {
    margin-top: 0;
  }
}

/* footer */
#footer_wrapper {
  background: var(--black);
  color: #fff;
  font-size: 26px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer_wrapper span {
  display: block;
  margin-bottom: 15px;
}

#footer_wrapper span,
#footer_wrapper a {
  color: #fff;
  transition: 0.5s;
  font-size: 26px;
  font-weight: 300;
}

#footer_wrapper a.social-icon {
  display: inline-block;
  margin-right: 15px;
  font-size: 32px;
  margin-bottom: 20px;
}

#footer_wrapper img {
  border-radius: 15px;
  float: right;
}

#final_wrapper {
  border-top: 0 !important;
}

#copyright,
#upshot {
  border-top: none !important;
  font-size: 18px;
  color: #d1d1d1;
  padding-top: 20px;
  padding-bottom: 20px;
}

#upshot a {
  color: #d1d1d1;
  transition: 0.5s;
}

@media (max-width:991px) {
  #footer_wrapper #footer {
    text-align: center;
  }

  #footer_wrapper img {
    float: none;
    display: block;
    margin: 20px auto;
  }

  .footer-logo {
    text-align: center;
  }

  #copyright,
  #upshot {
    text-align: center;
  }
}

@media (max-width:767px) {

  .footer-tel,
  .footer-email,
  .footer-tel a,
  .footer-email a {
    font-size: 16px !important;
  }
}

h1 {
  color: var(--red);
  font-size: 36px;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
}

#sort_menu_wrapper {
  background: var(--black);
  border-radius: 5px;
  margin-top: 15px;
}

.product {
  background: var(--pink);
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  border: 0 !important;
  padding: 20px;
  height: auto;
}

.product .product_name {
  /*min-height: 20px !important;
  height: auto !important;*/
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product .product_image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 182px;
  background-position: center center;
  background-size: cover;
}

@media (max-width:991px) {
  .product .product_image {
    max-height: 250px;
  }
}

@media (max-width:767px) {
  .product .product_image {
    max-height: none;
  }
}

.readmore {
  color: var(--red);
}

label {
  color: var(--black);
}

/*.slider {
  border: 1px solid red;
}*/

.slider.owl-carousel {
  /*display: block !important;*/
}

/* Product page carousel */
#sync1 {
  background: var(--pink);
  border-radius: 15px;
  padding: 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sync2 {
  background: var(--pink);
  border-radius: 15px;
  padding: 0px 20px 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}

#sync1 .item {
  /*background: var(--pink);*/
  padding: 80px 0;
  /*border-radius: 15px;*/
  /*margin: 5px;*/
  /*color: #FFF;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 300px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*border-radius: 10px;*/
  text-align: center;
  cursor: grab;
}

#sync2 .item {
  /*background: #C9C9C9;*/
  padding: 10px 0px;
  margin-top: 10px;
  /*color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
  border-radius: 5px;
  height: 75px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  text-align: center;
  cursor: grab;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .synced .item {
  background: var(--pink);
  height: 75px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.border_top {
  border-top: 1px solid var(--black);
}

.heading {
  background-color: var(--black);
}

/* customer account online videos */
.course-wrapper {
  margin-top: 20px;
}

.course-wrapper h1 {
  margin: 0px;
}

.course-wrapper .alert-info {
  background: #34302F;
  color: #fff;
  border-color: #34302F;
}

#page-wrapper .course-wrapper .alert-info h1 {
  color: #fff;
  margin-bottom: 0;
}

.intro-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro-title {
  font-size: 20px;
  font-weight: bold;
}

.bonus-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.owl-theme .owl-nav[class*="owl-"] {
  display: none;
}

.course-menu {
  background: #f1f1f1;
  border: 1px solid #34302F;
  padding: 10px;
}

.course-menu-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.course-menu-item {
  background: #FFFFFF;
  border: 2px solid #EAEAEA;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  min-height: 340px;
  position: relative;
}

.course-menu-item-title {
  color: #0C1316;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 45px;
}

.course-menu-item-title a {
  color: #0C1316;
}

.course-menu-item-title a:hover {
  color: #2498AF;
  text-decoration: none;
}

.course-menu-image {
  margin: 0px auto 0px auto;
  text-align: center;
}

.course-menu-image .img-responsive {
  display: inline-block;
}

.course-menu-desc {
  color: #666666;
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 10px;
}

.course-menu-btn {
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  width: 85%;
}

.course-video {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.panel-info .panel-heading {
  background: #34302F;
  color: #fff;
  border-color: #34302F;
}

.panel-info {
  border-color: #34302F;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* Video Search */
.alert-info h1 {
  float: left;
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
}

.alert-info h1.main-intro-title {
  margin-top: 10px;
}

.alert-info .btn {
  /*
	margin-top: 10px;
	*/
}

.alert-info .fa-input {
  background: #FFFFFF;
  font-family: "FontAwesome", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0px;
  padding: 0px;
  padding-right: 10px;
}

.video-search {
  float: right;
  /*
	margin-top: 5px;
	*/
  padding-bottom: 0px;
  width: 300px;
}

.video-search {
  background-color: #FFFFFF;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  padding: 3px;
}

.video-search input {
  border: 0px;
  box-shadow: none;
  font-size: 16px;
}

.video-search button {
  background: none;
  border: 0px;
  border-left: solid 1px #CCCCCC;
  box-shadow: none;
  color: #666666;
  margin: 2px 0px 0px 0px;
  padding: 0px 8px 0px 10px;
}

.video-search button:hover {
  border: 0px;
  border-left: solid 1px #CCCCCC;
  box-shadow: none;
}

.video-search .glyphicon-search {
  font-size: 23px;
}

.alert-info .back-btn {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .alert-info h1.main-intro-title {
    float: none;
    text-align: center;
  }

  .video-search {
    float: none;
    margin: 10px auto 0px auto;
    max-width: 300px;
  }

  .alert-info h1 {
    text-align: center;
    float: none;
  }

  .alert-info .back-btn {
    text-align: center;
  }
}

/* PREMIUM ONLINE COURSE LAYOUT */
.online-course-menu {
  background: #34302F !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.online-course-menu .course-title {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
}

.online-course-menu .course-title:hover,
.online-course-menu .course-title:hover::after {
  color: #C10416 !important;
  text-decoration: none;
}

.online-course-menu .course-title::after {
  font-size: 30px;
  color: #fff;
  text-align: right;
  font-weight: bold;
  float: right;
  /*margin-top:10px;*/
  content: "\f107";
  font-family: "FontAwesome";
}

.online-course-menu .video-course {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  display: block;
  width: 100%;
}

.online-course-menu .video-course::after {
  color: #fff;
  font-size: 14px;
  float: right;
  margin-right: 20px;
  content: "\f144";
  font-family: "FontAwesome";
}

.online-course-menu .video-course.complete::before {
  color: #5CB85C;
  content: "\f00c  ";
  font-family: "FontAwesome";
}

.online-course-menu .video-course.complete {
  color: #5CB85C;
}

@media only screen and (max-width: 479px) {
  .online-course-menu .video-course {
    font-size: 10px;
  }

  .btn-complete {
    font-size: 12px;
  }
}

.online-course-menu .video-course:hover,
.online-course-menu .video-course:hover::after,
.online-course-menu .video-course.active::after {
  color: #C10416;
  text-decoration: none;
}

.online-course-premium .course-menu-item-title {
  font-size: 24px;
  color: #34302F;
  font-weight: bold;
}

@media only screen and (max-width: 479px) {
  .online-course-premium .course-menu-item-title {
    font-size: 18px;
  }
}

.online-course-premium .complete-section {
  margin-top: 30px;
  text-align: center;
}

.online-course-premium .complete-section .alert-success {
  background: #5CB85C;
  border-color: #5CB85C;
  font-weight: bold;
  color: #fff;
}

.my-account-title {
  color: var(--black);
}

legend {
  background: var(--black);
}

#rolling_max_weeks_wrapper {
  margin-top: 15px;
  color: var(--red);
}

#sort_menu_wrapper_blog {
  background: var(--black);
  border-radius: 5px;
  margin-top: 15px;
}

.owl-carousel {
  /*display: inline-block !important;*/
}