@import url("http://fonts.cdnfonts.com/css/proxima-nova-condensed");

body {
  font-family: "proxima-nova-condensed", sans-serif;
  font-style: normal;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: 600;*/
}

h3,
h5 {
  font-weight: 500;
}

h1 {
  font-size: 40px;
  letter-spacing: 2px;
}

h2 {
  font-size: 30px;
}

h3 {
  line-height: 36px;
}

h5 {
  letter-spacing: 1px;
  /*padding-top: 10px;*/
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
  outline: none;
}

a:hover {
  color: inherit;
}

input {
  border: none;
}

input:focus,
button:focus,
select:focus {
  outline: none;
}

/*---------------------------------------
    General               
-----------------------------------------*/
.f14b {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #000000;
}

.f14n {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #000000;
}

.contact-info .c-detail a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #828282;
}

.f14s {
  ont-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 210%;
  letter-spacing: 0.01em;
  color: #000000;
}

.f15 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 180%;
  color: #000000;
}

.f16 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 35px;
  color: #343458;
}

.f16b {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}

.f18b {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.f18s {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.f18n {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #000000;
}

.f18g {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #6ac2ba;
}

.f19g {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #6ac2ba;
}

.f20 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  /*opacity: 0.23;*/
}

.f20g {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #6ac2ba;
}

.f30 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  color: #000000;
}

.fw-300 {
  font-weight: 300;
}

.bg-grey {
  background: rgba(243, 243, 243, 0.67);
}

.no-bg {
  background-color: transparent;
}

.bg-dark-blue {
  background-color: rgba(42, 42, 70, 1);
}

.bg-black {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.89);
}

.bg-light-black {
  background: rgba(0, 0, 0, 0.59);
}

.w-45 {
  width: 45% !important;
}

.gr-btn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 146.16%;
  text-align: center;
  color: #000;
  padding: 10px 40px;
  background: #6ac2ba;
  border: 1px solid #6ac2ba;
  border-radius: 31px;
  text-transform: capitalize;
  margin-right: 15px;
}
.gr-btn:hover {
  background: #343458 !important;
  border: 1px solid #343458 !important;
  color: #fff !important;
}
.blu-btn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 146.16%;
  text-align: center;
  color: #ffffff;
  padding: 10px 30px;
  background: #343458;
  border: 1px solid #343458;
  border-radius: 31px;
  text-transform: capitalize;
  margin-right: 15px;
}
.blu-btn:hover {
  background: #6ac2ba !important;
  border: 1px solid #6ac2ba !important;
  color: #fff;
}

.grey-btn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 146.16%;
  text-align: center;
  color: #ffffff;
  padding: 10px 30px;
  background: #c9cccc;
  border-radius: 34px;
  border: 1px solid #c9cccc;
  border-radius: 31px;
  text-transform: capitalize;
  margin-right: 15px;
}
.grey-btn:hover {
  background: #6ac2ba !important;
  border: 1px solid #6ac2ba !important;
  color: #fff !important;
}
.trans-btn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 146.16%;
  text-align: center;
  color: #343458;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #343458;
  border-radius: 31px;
  text-transform: capitalize;
  margin-right: 15px;
}
.trans-btn:hover {
  background-color: #6ac2ba !important;
  border: 1px solid #6ac2ba !important;
  color: #fff !important;
}
.transp-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 131.16%;
  text-align: center;
  color: #333;
  padding: 13px 40px;
  background-color: transparent;
  border: 1px solid #000000;
}
.transp-btn:hover {
  background-color: #6ac2ba !important;
  border: 1px solid #6ac2ba !important;
  color: #fff !important;
}
.heading34 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 146.16%;
  text-transform: capitalize;
  color: #333333;
}

.heading34b {
  font-family: Financier Display;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  text-transform: capitalize;
  color: #000;
}

.heading-34 {
  font-family: Financier Display;
  font-style: normal;
  /*font-weight: bold;*/
  font-size: 34px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #343458;
}

.heading36 {
  font-family: Financier Display;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 146.16%;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #343458;
}

.heading32 {
  font-family: Financier Display;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #343458;
}

.heading-2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #343458;
}

.heading2b {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  color: #000000;
}

.heading-3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #343458;
}

.heading-4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 180%;
  color: #000000;
}

.heading_4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 35px;
  color: #343458;
}

.heading_4s {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 35px;
  color: #000;
}

.heading-4w {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.field-name {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}

.name {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}

.lh-norm {
  line-height: normal;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

.section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 146.16%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #343458;
  margin-bottom: 25px;
}

.section-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 146.16%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #343458;
}

.section-para {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 168%;
  color: #000000;
}

.p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}

.pn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.pw {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}

.ps {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

#overview {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#featured,
#universities,
footer {
  padding-top: 2rem;
  /*padding-bottom: 2rem;*/
}

#featured,
#universities {
  text-align: center;
}

#overview h3 {
  padding-bottom: 12px;
}

.sect-btn {
  padding: 5px 20px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #fff;
  background-color: #6ac2ba;
  border-radius: 29px;
  margin-top: 20px;
}

.join-btn {
  padding: 5px 15px 9px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  color: #fff;
  background-color: #6ac2ba;
  border-radius: 29px;
  margin-top: -4px;
}

.border {
  border: 1px solid #000000;
}

.bg-black {
  background-color: #000;
}

.text-w {
  color: #fff;
}

.owl-prev {
  position: absolute;
  top: 30%;
  left: -50px;
  display: block !important;
  border: none;
  outline: none;
  background: #efefef !important;
  border-radius: 40px;
}

.owl-next {
  position: absolute;
  top: 30%;
  right: -50px;
  display: block !important;
  border: none;
  outline: none;
  background: #efefef !important;
  border-radius: 40px;
}

.owl-prev {
  top: 20%;
  width: 55px;
  height: 55px;
  background: rgba(239, 239, 239, 1) !important;
  border-radius: 40px !important;
  /*color: rgba(51, 51, 51, 0.38) !important;*/
  z-index: 1;
}

.owl-next {
  top: 20%;
  width: 55px;
  height: 55px;
  background: rgba(239, 239, 239, 1) !important;
  border-radius: 40px !important;
  /*color: rgba(51, 51, 51, 0.38) !important;*/
  z-index: 1;
}

.owl-prev img,
.owl-next img {
  cursor: pointer;
}

.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
  background: rgba(106, 194, 186, 1) !important;
  outline: none;
  color: #fff;
}

.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
  background: rgba(106, 194, 186, 1) !important;
  outline: none;
  color: #fff;
}

.owl-prev .material-icons {
  position: absolute;
  left: 17px;
  top: 11px;
  font-size: 34px;
  /*color: rgba(167, 167, 167, 1);*/
}

.owl-next .material-icons {
  position: absolute;
  left: 17px;
  top: 11px;
  font-size: 34px;
  /*color: rgba(167, 167, 167, 1);*/
}

#learnerReviews .owl-prev {
  top: 40%;
}

#learnerReviews .owl-next {
  top: 40%;
}

.n-p {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 146.16%;
  text-transform: capitalize;
  color: #343458;
}

.o-p {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 146.16%;
  text-decoration-line: line-through;
  text-transform: capitalize;
  color: #909090;
  margin-left: 10px;
}

.author {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 146.16%;
  text-transform: capitalize;
  color: #000000;
}

.level {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 146.16%;
  text-transform: capitalize;
  color: #000000;
}

.cf {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #000;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/

.adto_cart {
  position: relative;
}

.adto_cart_container {}

.cart_counter {
  position: absolute;
  width: 15px;
  height: 14px;
  color: #6ac2ba;
  background-color: #fff;
  line-height: 14px;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  left: 10px;
  top: -5px;
  font-weight: bold;
}

.bell img {
  width: 20px;
  height: 24px;
}

.custom-navbar {
  margin-bottom: 0;
  /*background: rgba(0, 0, 0, 0.59); */
  /*opacity: 0.7;*/
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 40px;
}

.custom-navbar .navbar-right li a {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: right;
  text-transform: capitalize;
  color: #f0f0f0;
  padding-right: 1rem;
  padding-left: 1rem;
}

.custom-navbar .navbar-right li a.txt-w {
  color: #fff;
}

.custom-navbar .navbar-right li a:hover {
  color: #6ac2ba;
}

.custom-navbar .navbar-right li a.join-btn:hover {
  color: #fff;
}

.custom-navbar .navbar-nav li.active>a {
  color: #66ccff;
}

.navbar-right .dropdown-menu {
  background-color: #6ac2ba;
}

.navbar-right .dropdown-item {
  color: #fff;
}

.nav-search {
  position: relative;
}

.nav-search .fa-search {
  position: absolute;
  top: 44%;
  left: 5%;
  color: #000;
  opacity: 0.19;
}

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
  background: url(../images/home-banner.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh !important;
  min-height: fit-content;
  text-align: left;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#intro h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #000000;
}

.search input {
  position: relative;
  width: 345px;
  padding: 11px 0px 10px 50px;
  border: none;
  border-radius: 29px 0px 0px 29px;
}

.search button {
  width: 82px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 17px;
  background-color: #6ac2ba;
  border: none;
  border-radius: 0px 29px 29px 0px;
}

.search .fa.ins-search {
  position: absolute;
  left: 20px;
  color: rgba(51, 51, 51, 1);
  top: 17px;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/

/*---------------------------------------
   featured  section              
-----------------------------------------*/
.featured-wrapper .featured-img {
  background-color: #f0f0f0;
  width: 100%;
  height: 228px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.featured-wrapper .featured-img img {
  max-width: 140px;
}

.featured-wrapper .featured-thumb {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 140%;
  text-align: left;
  color: #343458;
  margin-top: 20px;
}

.featured-wrapper .featured-thumb h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

/*---------------------------------------
   become an instructor section              
-----------------------------------------*/
#bc-inst {
  background-color: #6ac2ba;
}

#bc-inst .sect-btn {
  background-color: #343457;
}

#bc-inst .sect-btn:hover {
  color: #6ac2ba;
}

/*---------------------------------------
   universities section              
-----------------------------------------*/
#universities {
  background: #eaeaea;
}

.uni-col {
  flex: 0 0 19.2%;
  max-width: 19.2%;
  margin-right: 10px;
  background-color: #eaeaea;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uni-col img {
  width: 100px;
}

.uni-row .uni-col:last-child {
  margin-right: 0;
}

.bseller-wrapper,
.bseller-wrapper img {
  position: relative;
}

.bseller-wrapper .owl-dots {
  position: absolute;
  bottom: 75px;
  left: 72px;
}

.bseller-wrapper .owl-dots .owl-dot span {
  background-color: #c4c4c4;
  width: 16px;
  height: 3px;
  margin: 5px;
}

.bseller-wrapper .owl-dots .owl-dot:focus {
  outline: none;
  border: none;
}

.bseller-wrapper .owl-dots .owl-dot.active span {
  background-color: #6ac2ba;
}

.bseller-wrapper-inner .sect-btn {
  margin-top: 5px;
}

.bseller-wrapper .new-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #000;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 170.52%;
  letter-spacing: 0.14em;
  color: #ffffff;
}

.bseller-thumb {
  margin-top: 10px;
}

.bseller-thumb h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  height: 44px;
}

.new-tag {}

#trusted-by .uni-col {
  background: none;
  border: 1px solid #cecdcd;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #f2545f;
  color: #ffffff;
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/
.footer {
  background-color: #f7f7f7;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul>li {
  padding: 4px;
}

.social {
  position: relative;
  padding: 0;
  margin: 0;
}

.social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 7px;
} 
.social li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 34px;
    height: 34px;
    background-color: #343458;
    border-radius: 50px;
    margin-right: 10px;
}


.social h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #828282;
  flex: 0 0 100%;
}

.social li a {
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.social li:hover {
  background: #6ac2ba;
}

.footer-bottom {
  background-color: #343458;
}

.footer-bottom p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.footer .heading {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 19px;
  text-transform: capitalize;
  color: #343458;
}

.f-text li a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 194.7%;
  color: #000000;
}

.contact-info .c-detail {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #828282;
}

.contact-info .c-detail span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #343458;
}

/* .footer .social .fa.fa-facebook,
.footer .social .fa.fa-instagram,
.footer .social .fa.fa-youtube {
  margin-left: -2px;
} */

.footer .social .fa.fa-twitter,
.footer .social .fa.fa-linkdin {
  margin-left: -1px;
}

/*---------------------------------------
   Category page             
-----------------------------------------*/
.cat-header {
  background-image: url("../images/cat-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  margin-top: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {}

.cat-header h1 {
  font-family: Financier Display;
  font-style: normal;
  font-weight: bold;
  font-size: 47px;
  line-height: 133.98%;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
}

.products .col-md-3 {
  padding-left: 7px;
  padding-right: 7px;
}

.products .new-tag {
  position: absolute;
  top: 5px;
  right: 15px;
  background-color: #000;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 170.52%;
  letter-spacing: 0.14em;
  color: #ffffff;
}

.bseller-thumb h3 {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter {
  background-color: rgba(106, 194, 186, 1);
  border-radius: 16px;
}

.cat-heading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #343458;
  cursor: pointer;
}

.cat-heading .fa.fa-plus,
.cat-heading .fa.fa-minus {
  float: right;
  margin-top: 15px;
  color: #fff;
}

.f-accordion .c-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.f-group label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  /*margin-left: 12px;*/
}

.f-group input {
  margin-top: 4px;
}

.items-count {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}

/*---------------------------------------
   Detail page             
-----------------------------------------*/
#detail.main,
#instructor.main,
#join.main,
#login.main,
#cart.main,
#thank-you.main {
  margin-top: 150px;
}

.fa.fa-star {
  color: rgba(106, 194, 186, 0.3);
}

.fa.fa-star.checked {
  color: rgba(106, 194, 186, 1);
}

.course-name h1 {
  font-family: Financier Display;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #343458;
}

.course-name .csd {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.course-name .cld {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #000000;
}

#banner-video {
  position: relative;
  width: 100%;
}

.cors-fee {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #343458;
}

button.play {
  background-color: #666;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

button.active {
  background-color: #0077a2;
}

.video_thumb {
  background: #6ac2ba;
  border-radius: 11px;
}

.video_thumb {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #343458;
  padding-top: 20px;
  margin-right: 10px;
}

.video_thumb p {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}

.video-thumb h6 {
  margin: 0;
  font-family: Proxima Nova;
font-size: 14px;
font-weight: 700;
line-height: 18.67px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
  color: #000000;
}

.video_thumb h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #343458;
}

.video-thumb p {
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #5d666d;
  white-space: nowrap;
}

.video_thumb p {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.wywl,
.course-content {
  background-color: rgba(234, 234, 234, 0.2);
  padding: 1rem;
}

.wywl-tabs li {
  background: #343458;
  border-radius: 14px 14px 0px 0px;
  margin-right: 2px;
}

.wywl-tabs li a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 146.16%;
  text-align: center;
  letter-spacing: 0.183333px;
  color: #ffffff;
}

.wywl-tabs li.active {
  background: #6ac2ba;
}

.wywl-tabs li.active a {
  color: #000000;
}

.wywl-content .tab-pane {
  padding: 35px 0px 29px 29px;
}

.wywl-content .tab-pane.active {
  background: #6ac2ba;
  border-radius: 0px 18px 18px 18px;
}

.wywl-content .tab-pane h3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 146.16%;
  text-align: left;
  letter-spacing: 0.183333px;
  color: #000000;
}

.wywl-content .tab-pane ul li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}

.about-instructor {
  background-color: rgba(234, 234, 234, 0.2);
  padding: 1rem;
}

.learner-reviews {
  background-color: rgba(106, 194, 186, 0.1);
  padding: 1rem;
}

.certification {
  background-color: rgba(52, 52, 88, 1);
  padding: 2rem;
  border-radius: 16px;
}

.certification h3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #ffffff;
}

.about-instr,
.learner-review {
  display: flex;
}

.about-instr h4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 168%;
  color: #000000;
}

.about-instr h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}

.image {}

.about-instr img,
.image img {
  width: 100%;
  border-radius: 100%;
  /*height: 47%;*/
}

.about-instr .image,
.learner-review .image {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 20px 20px 20px 0;
}

.about-instr .detail,
.learner-review .detail {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 20px;
}

.learner-review .detail h5 {
  font-family: Open Sans;
  font-style: normal;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}

.related-courses .column {
  flex: 0 0 19%;
  max-width: 19%;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.related-courses .new-tag {
  position: absolute;
  top: 5px;
  right: 15px;
  background-color: #000;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 170.52%;
  letter-spacing: 0.14em;
  color: #ffffff;
}

.related-courses .column .bseller-thumb h3 {
  height: 20px;
}

.course-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #333333;
  margin-top: -5px;
  margin-bottom: 20px;
}

.course-nav {
  padding-left: 0;
  /*margin-bottom: 25px;*/
}

.course-nav ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 146.16%;
  text-align: center;
  letter-spacing: 0.183333px;
  color: #333333;
}

.mod-header h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #000000;
}

.course-modules {
  margin-bottom: 18px;
}

.course-modules .header {
  background: #343458;
  border-radius: 29px;
}

.course-modules .header a h5 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #ffffff;
  padding: 10px 2.5rem 8px 24px !important;
}

.course-modules .collapse,
.course-modules .collapse.show {}

.course-modules .body {
  padding: 7px 50px 20px 26px;
  background: rgba(106, 194, 186, 0.1);
  opacity: 0.9;
  border-radius: 22px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  text-align: justify;
  color: #000000;
}

/*---------------------------------------
   Instructor page             
-----------------------------------------*/

.faculity-desig {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 10px 15px;
  background: #343458;
  border-radius: 22px;
}

.inst-name {}

.form {
  background: rgba(239, 239, 239, 1);
}

#join .form,
#login .form {
  background: #efefef;
  border-radius: 17px;
}

.form .input {
  border: 1px solid #000000;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
}

#join .form input {
  background: #ffffff;
  border-radius: 32px;
  border: none;
}

.form h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.join-heading,
.login-heading {
  font-family: Financier Display;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.05em;
  color: #343458;
}

.form .input::placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  opacity: 0.56;
}

.form .register-btn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 146.16%;
  text-align: center;
  color: #343458;
  padding: 10px 30px;
  background: #6ac2ba;
  border-radius: 31px;
  display: block;
  border: none;
}

.form .continue-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  padding: 10px 20px;
  background: #eb5757;
  border-radius: 25px;
  display: block;
  border: none;
  text-align: left;
  width: 100%;
}

.form .continue-btn-fb {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  padding: 10px 20px;
  background: #2f80ed;
  border-radius: 25px;
  display: block;
  border: none;
  text-align: left;
  width: 100%;
}

.login-here,
.join-here {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 146.16%;
  color: #343458;
}

.login-here a,
.join-here a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 146.16%;
  color: #343458;
}

.remember label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 146.16%;
  color: #343458;
}

.remember a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 146.16%;
  color: #343458;
}

.order-detail {
  background-color: rgba(239, 239, 239, 1);
  padding: 20px;
  /*display: flex;*/
  border-radius: 10px;
  height: fit-content;
}

.order-detail .image img {
  width: 100%;
}

.form-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remove {
  background: none;
  border: 0;
  margin-top: 10px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #6ac2ba;
}

.remove i {
  margin-right: 7px;
}

.summery {
  background-color: #f3f3f3;
  padding: 30px 40px;
  border-radius: 12px;
}

.summery h3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

.sum1 label:first-child,
.sum2 label:first-child {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 131.22%;
  letter-spacing: 0.05em;
  color: #000000;
}

.sum1 label:last-child,
.sum2 label:last-child,
.sum3 label:last-child {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 131.22%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}

.sum3 label:first-child {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 131.22%;
  letter-spacing: 0.05em;
  color: #000000;
}

.gr-btn.checkout {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 146.16%;
  text-align: center;
  color: #000;
  padding: 10px 30px;
  background: #6ac2ba;
  border: 1px solid #6ac2ba;
  border-radius: 31px;
  text-transform: capitalize;
  margin-right: 15px;
}

.billing-info {}

.billing-info .form {
  background-color: transparent;
}

.billing-info-inner {
  background: #343458;
  border-radius: 10px;
  padding: 40px;
}

.billing-info-inner .radio-btns label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.card-info .blck-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 146.16%;
  text-align: center;
  color: #ffffff;
  background-color: #333;
  padding: 13px;
  margin-top: 40px;
}

.card-info input,
.card-info select {
  padding: 15px 15px !important;
  margin-bottom: 20px !important;
  border-radius: 43px;
}

.search-container input {
  padding: 7px 6px 7px 35px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  background-color: #fff;
  border-radius: 30px 0px 0px 30px;
}

.search-container input::placeholder {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /*line-height: 19px;*/
  color: #000000;
  opacity: 0.19;
}

.search-container {
  margin-left: 10px;
}

.search-container button {
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #6ac2ba;
  border-radius: 0px 30px 30px 0px;
  border: none;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #000000;
}

.left-side-menu {
  background: #fcfcfc;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.left-side-menu .left-menu li,
.cc-left-menu li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.left-side-menu .left-menu img {
  margin-right: 20px;
  /*height: 27px;*/
  width: 30px;
}

.left-side-menu .left-menu li a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}

.left-side-menu .left-menu li.active a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  color: #6ac2ba;
}

.account {
  margin-top: 100px;
}

.profile-pic {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.course-detail {
  background-color: rgba(239, 239, 239, 0.5);
  padding: 20px;
  /*display: flex;*/
  border-radius: 10px;
}

.course-detail button {
  /* background-color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 146.16%;
  color: #fff;
  padding: 13px 26px;*/
}

.course-detail .detail input {
  vertical-align: middle;
}

.course-detail .detail output,
output {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #333333;
  margin-left: 8px;
  vertical-align: middle;
}

.course-detail .image img {
  /*height: 100%;*/
}

.course-instructor label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: #343458;
}

.course-instructor label span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #343458;
}

.reply {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #35938a;
}

.wishlist .w-20 .gr-btn {
  padding: 10px 20px;
}

/*cinp Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cinp input[type="range"] {
    overflow: hidden;
    width: 122px;
    -webkit-appearance: none;
    background-color: #6ac2ba;
    border-radius: 40px;
  }

  .cinp input[type="range"]::-webkit-slider-runnable-track {
    height: 16px;
    -webkit-appearance: none;
    color: #343458;
    margin-top: -1px;
  }

  .cinp input[type="range"]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 16px;
    cursor: ew-resize;
    background: #343458;
    box-shadow: -80px 0 0 80px #343458;
  }
}

/**cinp FF*/
.cinp input[type="range"]::-moz-range-progress {
  background-color: #43e5f7;
}

.cinp input[type="range"]::-moz-range-track {
  background-color: #9a905d;
}

/* IE*/
.cinp input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}

.cinp input[type="range"]::-ms-fill-upper {
  background-color: #9a905d;
}

/*lmsv chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lmsv input[type="range"] {
    overflow: hidden;
    width: 122px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 40px;
  }

  .lmsv input[type="range"]::-webkit-slider-runnable-track {
    height: 16px;
    -webkit-appearance: none;
    color: #343458;
    margin-top: -1px;
  }

  .lmsv input[type="range"]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 16px;
    cursor: ew-resize;
    background: #343458;
    box-shadow: -80px 0 0 80px #343458;
  }
}

/** lmsv*/
.lmsv input[type="range"]::-moz-range-progress {
  background-color: #43e5f7;
}

.lmsv input[type="range"]::-moz-range-track {
  background-color: #9a905d;
}

/* IE*/
.lmsv input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}

.lmsv input[type="range"]::-ms-fill-upper {
  background-color: #9a905d;
}

.lmsv.right-bar input {
  margin-top: 5px;
}

.lmsv.right-bar output {
  margin-top: -8px;
}

.course-nav {
  background-color: #6ac2ba;
  padding: 12px 0;
  margin-top: 80px;
}

.course-nav.lms {
  margin-top: 98px;
}

.course-nav .course-title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 35px;
  color: #000;
}

.course-nav .right-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chapter-one .left-side-menu {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.course-opt {
  /*margin-top: 25px;*/
}

.course-opt li ul label {
  margin-left: -15px;
}

.chapter-one .col-md-8.col-lg-9.right-sect {
  padding-right: 0;
  padding-left: 30px;
  padding-bottom: 30px;
}

.chapter-one .col-md-8.col-lg-9.right-sect iframe {
  border: none;
}

.title {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 18px;
  background: #ffffff;
  border: 0.5px solid #000000;
  display: block;
  width: 75%;
}

.message {
  padding-top: 13px;
  padding-left: 18px;
  background: #ffffff;
  border: 0.5px solid #000000;
  display: block;
  width: 75%;
  height: 100px;
}

.review-modal .message {
  background: #ffffff;
  border: 0.5px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 10px;
}

.title:focus,
.message:focus {
  outline: none;
}

.ask-modal .modal-content,
.review-modal .modal-content {
  padding: 1.5rem;
}

.up-link {
  background: #ffffff;
  border: 1px dashed #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: rgba(51, 51, 51, 0.56);
  padding: 13px 80px;
}

.submit-answer {
  background: #ffffff;
  border: 0.5px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 10px;
  height: 147px;
  width: 100%;
  padding-top: 13px;
  padding-left: 18px;
}

.submit-answer::placeholder {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  opacity: 0.56;
}

.assignment-title {
  font-family: Financier Display;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #343458;
}

.assignment-title span {
  font-family: Financier Display;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #343458;
}

.course-dur {
  width: 150px;
  height: 70px;
  background: #ededed;
  border-radius: 6px;
  padding: 10px 20px;
  margin-right: 20px;
}

.course-dur p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.up-heading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #343458;
}

.down-file {
  margin-left: 20px;
}

.down-file:hover {
  color: #fff;
}

.q-test-body {
  width: 100vw;
  height: 100vh;
}

.quiz-question {
  background-color: rgba(196, 196, 196, 0.2);
  padding: 17px;
  width: fit-content;
  background: rgba(196, 196, 196, 0.2);
  border-radius: 41px;
}

.quiz-question label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #343458;
}

.quiz-question.active {
  background: #6ac2ba;
  opacity: 0.9;
  border-radius: 41px;
}

.quiz-question .rounded-check .checkmark {
  margin-top: 3px;
}

.quiz-question .q {
  margin-right: 10px;
}

/* Hide the browser's default checkbox */
.quiz-analysis input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.q-result {
  min-width: 157px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 22px;
  padding: 10px 20px;
  margin-right: 20px;
  min-width: 100px;
}

.q-result p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}

.q-result h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #6ac2ba;
}

.q-result.failed h5,
.q-result.passed h5 {
  color: #fff;
}

.fail .q-result {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.q-result.failed {
  background: #facb6e;
}

.q-result.passed {
  background: #6ac2ba !important;
}

.pass .q-result {
  border: 1px solid #6ac2ba;
  background: #6AC2BA1A;
}

/* Customize the label (the container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  /*background-color: #eee;*/
  border: 1px solid #fff;
  margin-top: 4px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rounded-check {
  display: block;
  position: relative;
  padding-left: 25px;
  /*margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.rounded-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.rounded-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  /*background-color: #eee;*/
  border: 1px solid #000;
  margin-top: 6px;
  border-radius: 30px;
}

/* On mouse-over, add a grey background color */
.rounded-check:hover input~.checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.rounded-check input:checked~.checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rounded-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.rounded-check input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.rounded-check .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quiz-analysis .analysis {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 26px;
}

.analysis .wrong {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #eb5757;
  margin-left: 15px;
}

.analysis h6 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #000000;
}

.col__4 {
  flex: 0 0 30.333333%;
  max-width: 30.333333%;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 22px;
}

.rating-stars .fa-star {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}

.rating-stars .checked {
  color: rgba(0, 0, 0, 1);
}

.upload-photo label {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
  display: block;
  /*margin-top: 10px;*/
}

#upload-photo {
  opacity: 0;
  position: relative;
  z-index: -1;
}

.certficate-code .input {
  width: 65%;
}

.short-description,
.what-learn {
  height: 168px !important;
}

.upload-holder {
  position: relative;
}

.upload-holder input[type="text"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  resize: vertical;
  background: #ffffff;
  border: 0.5px solid #9c9c9c;
  box-sizing: border-box;
  border-radius: 15px;
}

.upload-holder .upload-control {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  text-decoration-line: underline;
  color: #333333;
  opacity: 0.4;
}

.upload-holder .upload-control input[type="file"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#faq .card {
  border: none;
}

#faq .card .card-header {
  /*padding: 0;*/
}

#faq .card .card-header .btn-header-link h6:after {
  /* content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: left;
  margin-right: 20px;*/
}

#faq .card .card-header {
  background-color: rgba(196, 196, 196, 0.1);
  border: none;
}

#faq .card .card-header h6 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

#faq .card .card-header .edit {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #6ac2ba;
}

#faq .card .card-header .edit img {
  width: 16px;
  height: 19px;
}

#faq .card .card-body {
  background-color: rgba(196, 196, 196, 0.1);
  border: none;
}

#faq .card .card-body h5 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}

#faq .card .card-body input,
#faq .card .card-body textarea,
.create-assignment input,
.create-assignment textarea,
.general input,
.general textarea,
.general select {
  background: #ffffff;
  border: 0.5px solid #9c9c9c;
  box-sizing: border-box;
  border-radius: 15px;
}

.course-content {
  background: #ffffff;
  border: 0.5px solid #000000;
  padding: 13px 18px;
  height: 150px;
  width: 100%;
}

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

.repl textarea {
  height: 133px;
  background: #ffffff;
  border: 0.5px solid #bbbbbb;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 13px 18px;
  width: 100%;
}

.textarea {
  height: 133px;
  background: #ffffff;
  border: 0.5px solid #000000;
  padding: 13px 18px;
  width: 100%;
}

table td {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.account-from label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-right: 20px;
  width: 30%;
  padding: 8px 0;
}

.account-from select,
.account-from .input,
.account-from textarea {
  padding: 8px 0px 8px 5px;
  width: 65%;
}

.chb {
  margin-top: 25px;
  transform: scale(1.5);
}

.add-occ a {
  font-size: 17px;
  color: #6ac2ba;
}

.web-url>div {
  width: 65%;
}

.web-url>div>select {
  width: 25%;
}

.web-url>div>input {
  width: 74%;
  padding: 6px 0px 5px 5px;
  border: 1px solid #000000;
  margin-left: -4px;
}

.certificate-code {
  margin-top: 150px;
}

.certificate-code .form input {
  background: #ffffff;
  border: 0.5px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 23px;
  width: 75%;
  margin: 0px auto;
}

.view {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #6ac2ba;
  white-space: nowrap;
}

.pagination .page-item {
  border: none;
}

.pagination .page-item a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  color: #000000;
  padding: 0.5rem 0.75rem;
}

.pagination .page-item.active {
  background-color: #c4c4c4 !important;
  opacity: 0.2;
}

.instr-account input,
.instr-account textarea {
  background: #ffffff;
  border: 0.5px solid #bbbbbb;
  box-sizing: border-box;
  border-radius: 21px;
}

.cc-step {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #343458;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 2px;
  margin-right: 14px;
}

.cc-left-menu li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 40px;
}

.create-course .left-side-menu .heading-34 {
  letter-spacing: normal;
  margin-bottom: 40px;
}

.add-mod .gr-btn {
  font-size: 14px;
  margin-right: 0;
}

.mod {
  background: #ebebeb;
  border-radius: 14px;
  padding: 15px 30px;
}

.mod input,
.mod select {
  background: #ffffff;
  border: 0.5px solid #9c9c9c;
  box-sizing: border-box;
  border-radius: 15px;
}

.no-mod p {
  background: #ffffff;
  border: 0.5px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 17px;
  padding: 13px 0 12px 18px;
}

.accordion#quizOption input::placeholder,
.general input::placeholder,
.general textarea::placeholder,
.general option {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  opacity: 0.56;
}

.accordion#quizOption label,
.accordion#quizOption a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #6ac2ba;
  margin-top: 8px;
}

.img-size {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #6ac2ba;
  margin-top: 15px;
}

.col_4.video_thumb {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*---------------------------------------
   3 Pages css             
-----------------------------------------*/
.upcoming-batches {
  background: rgba(181, 240, 235, 0.2);
  border-radius: 18px;
  padding: 35px;
}

.upcoming-batches h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #343458;
}

.batch {
  background: #ffffff;
  border-radius: 31px;
  padding: 9px 26px;
  justify-content: space-between;
}

.batch.active {
  background: rgba(255, 255, 255, 0.3);
}

.batch span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #000000;
}

.batch span:nth-child(2) {
  margin-left: 28px;
  margin-right: 28px;
}

.course-modules .header {
  position: relative;
}

.course-modules .header .fa-angle-down {
  position: absolute;
  right: 21px;
  top: 5px;
  font-size: 30px;
  color: #6ac2ba;
}

.lcd-row .learner-reviews.faculty {
  background: #fff;
}

.lcd-row .learner-reviews {
  background: #f6f6f6;
  border-radius: 1rem;
}

.uni-logo {
  width: 160px;
}

.uni-logo img {
  width: 100%;
  height: auto;
  max-height: 120px;
}

.lcd-intro h3 {
  font-family: "Financier Display";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 109%;
  letter-spacing: 0.02em;
  color: #343458;
}

.lcd-intro p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color:#000000
}

.lcd-intro .video-thumb p,
.video-thumb p {
  font-family: Proxima Nova;
font-size: 21px;
font-weight: 700;
line-height: 21px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #6AC2BA;
}

.lcd-intro .course-video .video-thumb,
.course-video .video-thumb,
.vide0-thumb {
  width: 100%;
  /*height: 95px;*/
  background-color: #E1F3F1;
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  margin: 0px auto;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.video-thumb {
  width: 100%;
  min-height: 95px;
  background-color: rgba(106, 194, 186, 1);
  position: relative;
   display: flex;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column;
}

.header a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.upload_file_section img {
  height: 170px;
  width: 170px;
  object-fit: contain;
  object-position: center;
}

.aboutUni {
  background: #f0f0f0;
}

.aboutUni h2 {
  font-family: Test Financier Display;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #343458;
}

.aboutUni p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.courses-uin-slider .chosse-thumb {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.courses-uin-slider .chosse-thumb a.btn {
  width: fit-content;
}

.courses-uin-slider .chosse-thumb a h3 {
  color: #343458;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.98px;
  letter-spacing: -0.699999988079071px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  margin: 0 ;
  min-height: 45px;
}

.courses-uin-slider p {
  color: #000000;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.54px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.courses-uin-slider .level {
  display: flex;
  align-items: center;
  gap: 4pxpx;
}

.courses-uin-slider .level p {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-right: 10px;
}

.courses-uin-slider .level span {
  background-color: #c4c4c4;
  height: 3px;
  width: 20px;
  border-radius: 100vh;
}
.courses-uin-slider .level span.fill{
  background: #6AC2BA;
}

.courses-uin-slider p.price {
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  line-height: 21.92px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.courses-uin-slider p.price strong {
  font-family: Lato;
  font-size: 15px;
  font-weight: 800;
  line-height: 21.92px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-right: 7px;
}

/* new css */
.mega-menu-content {
  max-height: 80vh;
  min-width: 60vw;
  overflow-y: auto;
  display: none !important;
  position: absolute;
  left: -50vw;
  transform: translateX(25vw);
  top: 2.5rem;
  z-index: 12;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #34345899;
  border-radius: 1rem;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: all ease-in-out 0.5ms;
}

.mega-dropdown {
  position: relative;
}

.mega-dropdown.active .mega-menu-content {
  display: block !important;
}

.mega-toggler::after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5rem;
}

.mega-dropdown.active .mega-toggler::after {
  transform: rotate(180deg);
}

.mega-menu-content .nav-pills .nav-link {
  width: 100%;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  white-space: nowrap;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #34345866 !important;
  transition: all 0.3s ease-in 03ms;
}

.mega-menu-content .nav-pills .nav-link span {
  width: 20px;
  margin-right: 8px;
}

.mega-menu-content .nav-pills .nav-link::after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  transform: rotate(-90deg);
  float: right;
}

.mega-menu-content .nav-pills .nav-link:hover {
  color: #333333;
  background: #6ac2ba !important;
}

.mega-menu-content .nav-pills {
  gap: 1rem;
}

.mega-menu-content .nav-pills .nav-link.active {
  background: #6ac2ba !important;
  border: 1px solid #00000033;
  color: #333333;
}

.mega-menu-content .tab-content {
  background: #ececec;
  padding: 20px;
  border-radius: 20px;
}

.mega-menu-content .tab-pane.show {
  background-color: transparent;
  padding: 0;
}

.mega-menu-content .tab-pane h4 {
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.mega-menu-content .tab-pane ul {
  padding: 20px 0px 20px 0px;
  margin: 0;
  list-style-type: none;
}

.mega-menu-content .tab-pane ul li {
  padding-bottom: 20px;
}

.mega-menu-content .tab-pane ul li a.dropdown-toggler::after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  transform: rotate(-90deg);
  float: right;
}

.mega-menu-content
  .tab-pane
  ul
  li:has(.active-dropdown)
  a.dropdown-toggler::after {
  transform: rotate(180deg);
}

.mega-menu-content .tab-pane ul li:has(.active-dropdown) a.dropdown-toggler {
  color: #6ac2ba;
}

.mega-menu-content .tab-pane ul li a {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px !important;
}

.mega-menu-content .tab-pane ul li ul {
  display: none;
  padding: 10px;
  margin: 0;
  background: #6ac2ba;
  border-radius: 6px;
  flex-direction: column;
  gap: 10px;
}

.mega-menu-content .tab-pane ul li ul.active-dropdown {
  display: flex !important;
  margin-bottom: 1.25rem;
}

.mega-menu-content .tab-pane ul li ul.active-dropdown a {
  padding: 0 !important;
  color: var(--Gray-1, #333);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.mega-menu-content .tab-pane ul li ul.active-dropdown a:hover {
  color: #000;
}

.mega-menu-content .tab-pane ul li ul li a::after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  transform: rotate(-90deg);
  float: right;
}

.nofound {
  /* border: 1px solid #000000; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 360px;
  text-align: center;
  padding: 1rem;
}

.nofound .icon {
  width: 145.71px;
  height: 136px;
}

.nofound h3 {
  font-family: Test Financier Display;
  font-size: 39px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #343458;
}

.nofound p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.choose-account-welcome {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.choose-account-welcome h1 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Test Financier Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.16%;
  /* 52.618px */
  letter-spacing: 1px;
  text-transform: capitalize;
}

.gray-con {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
  border-radius: 20px;
  background: #ececec;
}

.gray-con h4 {
  color: var(--Gray-1, #333);
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
}

.gray-con h4 span {
  margin-right: 6px;
  width: 34px;
  height: 34px;
}

.chosse-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.chosse-wrapper-inner a h3 {
  color: #343458;
  font-family: "Open Sans";
  font-size: 14.782px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.2%;
  /* 19.69px */
  letter-spacing: -0.575px;
  text-transform: capitalize;
}

#live-classes-choose .owl-nav button,
#degree-program-choose .owl-nav button {
  background-color: #6ac2ba !important;
}

#live-classes-choose .owl-nav button span,
#degree-program-choose .owl-nav button span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  color: #fff;
  transform: translate(-30%, -50%);
}

.chosse-progress {
  width: 100%;
  height: 10px;
  flex-shrink: 0;
  background-color: #6ac2ba;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 11px;
}

.fill-progress {
  background-color: #343458;
  height: 100%;
}

.owl-prev,
.owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.upload_file_section img {
  height: 170px;
  width: 170px;
  object-fit: contain;
  object-position: center;
}

.liveClass .card {
  background: #a2a2a21a;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.liveClass .card:has(.collapse.show) {
  background-color: #6ac2ba1a;
}

.liveClass .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  gap: 10px;
  padding: 0;
}

.liveClass .card .card-header-toggler {
  cursor: pointer;
}

.liveClass .card .card-header-toggler::after {
  content: "\f107";
  border: none;
  display: inline-block;
  font: normal normal normal 24px / 1 FontAwesome;
  font-size: 20px;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5rem;
  transition: all 0.1s ease-in 0.5ms;
}

.liveClass .card:has(.collapse.show) .card-header-toggler::after {
  transform: rotate(-180deg);
}

.liveClass .card .card-header img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}

.liveClass .card .card-header h5 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 32.48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #343458;
}

.liveClass .card .card-header .reg-btn {
  border: none;
  background: #9c9c9c;
  padding: 12px 16px;
  border-radius: 100vh;
  font-family: Open Sans;
  font-size: 14.85px;
  font-weight: 700;
  line-height: 21.7px;
  text-align: center;
  text-decoration: none;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.liveClass .card .card-header .reg-btn:hover,
.liveClass .card .card-header .reg-btn.active {
  background: #6ac2ba;
}

.liveClass .card .card-body {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 18px;
}

.liveClass .card .card-body p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 32.48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #111111;
}

.liveClass .card .card-body .video-thumb {
  min-width: 120px;
  min-height: 48.25px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
   display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}

.liveClass .card .card-body .video-thumb h6 {
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.liveClass .card .card-body .date-carousel .item {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  box-shadow: 0px 3.71px 3.71px 0px #00000040;
  background: #ffffff;
  border-radius: 12px;
  margin: 3px 0;
}

.liveClass .card .card-body .date-carousel .item * {
  margin: 0 !important;
}

.liveClass .card .card-body .enr-btn {
  border: none;
  margin-left: auto;
  width: 200px;
  height: 48px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Open Sans;
  font-size: 14.85px;
  font-weight: 700;
  line-height: 21.7px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  background: #343458;
  transition: all 0.3s ease-in-out;
}
.liveClass .card .card-body .enr-btn:hover,
.liveClass .card .card-body .enr-btn.active {
  background: #6ac2ba;
}
.course-opt .nav-item {
  padding: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.course-opt .nav-item:has(.rounded-check[aria-expanded="true"]) {
  background: #F6F6F6;
}
.course-opt .nav-item:has(.rounded-check[aria-expanded="true"]) .rounded-check {
  margin-bottom: 1.5rem;
  color: #6AC2BA;
}

.course-opt .rounded-check {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.39px;
  letter-spacing: 0.1833333671092987px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #343458;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  text-wrap: auto;        
}
.course-opt .rounded-check[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.course-opt .rounded-check input:checked ~ .checkmark{
  background: #6AC2BA;
  border-color:  #6ac2ba;
}
.course-opt ul.collapse{
  padding: 0 ;
  margin: 0;
  flex-direction: column;
  gap: 8px;
  list-style: none !important;
}
.course-opt ul.collapse.show{
  display: flex;
}
.course-opt ul.collapse input {
  width: 16px;
  height: 16px;
  gap: 0px;
  border-radius: 3px;
  border: 2px solid #000000;
  accent-color: #000000;
  margin-right: 12px;
}
@media only screen and (max-width: 1224px) {
  .mega-menu-content {
      min-width: 80vw;
  }
  .liveClass .card .card-header-toggler::after {
      font-size: 18px;
  }
}

@media only screen and (max-width: 991.5px) {
  .mega-menu-content .tab-pane h4 {
      font-size: 24px;
  }

  .mega-menu-content .nav-pills .nav-link {
      width: 100%;
      padding: 12px;
  }

  .mega-menu-content .nav-pills .nav-link,
  .mega-menu-content .tab-pane ul li a {
      font-size: 16px !important;
      cursor: pointer !important;
  }

  .mega-menu-content .tab-pane ul li ul.active-dropdown a {
      font-size: 14px !important;
  }
  .nofound h3{
    font-size: 32px;
    line-height: 32px;
  }
  .nofound p {
    font-size: 16px;
    list-style: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nofound h3{
    font-size: 26px;
    line-height: 28px;
  }
  .nofound p {
    font-size: 14px;
    list-style: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .liveClass .card .card-header img {
      width: 35px;
      height: 35px;
  }
  .liveClass .card .card-header h5 {
      font-size: 16px;
      font-weight: 600;
      line-height: 22.48px;
  }
  .liveClass .card .card-header .reg-btn {
      padding: 8px 12px;
      font-size: 12.85px;
      font-weight: 600;
      line-height: 18.7px;
  }
}
.result-quiz .heading34 {
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 34px;
  line-height: 35px;
  letter-spacing: 3%; 
  color: #343458;
}
.result-quiz p.f18s{
  font-family: Open Sans;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0%;
}
.result-quiz .image svg,
.result-quiz .image img{
  width: 67px;
  height: 67px;
}

.accordion .course-modules{
  background: rgba(106, 194, 186, 0.1);
  border-radius: 23px;
  padding: 1px;
}  
.accordion .course-modules .header:has(a:not(.collapsed)){
  background: #fff !important;
}
.accordion .course-modules .header a:not(.collapsed) h5{
  color: #000000 !important;
}
.course-modules .header a h5 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 146.16%;
  letter-spacing: 0.183333px;
  color: #ffffff;
  padding: 10px 2.75rem 8px 24px;
}