@charset "UTF-8";

@import url("custom-font.css");

-webkit-tap-highlight-color: transparent; /* for remove highlight */
a:hover {
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link {
  color: #000000;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 20px;
  letter-spacing: 0;
}

.secondary-font {
  font-family: "Playfair Display", serif;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.color-gray {
  color: #9b9b9b;
}

.color-theme {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.color-theme:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.color-green {
  color: #5af7a2;
}

.mainBg {
  background: url(../images/banner1.jpg) no-repeat center center;
  min-height: 720px;
  background-size: cover;
}

.mainBg:before {
  content: "";
  position: absolute;
  height: 720px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-134deg, #3023ae 0%, #793c83 100%);
  opacity: 0.92;
}

ul#slider_hme {
  top: 200px;
  bottom: auto;
}

.how-it-works p {
  font-size: 20px;
  color: #666666;
  font-weight: 300;
}

.works-icon {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 400;
}

.style1 {
  font-size: 20px;
  color: #666666;
  line-height: 26px;
}

.navbar-nav .nav-link {
  letter-spacing: 1.5px;
}

#fixHeader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  transition: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.fixedHeader {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: 91px;
  box-shadow: 0px 2px 0px 0px #1c1c1c0d;
}

.main-container-layout {
  flex: 1;
}

.fixedHeader .smLogo {
  display: none;
}

.fixedHeader .bigLogo {
  display: inherit;
}

.navbar {
  padding: 0 !important;
}

.mainLogo {
  z-index: 1;
  /* padding-right: 18px;*/
  text-align: center;
}

.bigLogo {
  display: none;
}

.loginbg-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgba(141, 191, 34, 0.51) 0%,
      rgba(104, 179, 46, 0.51) 100%
    ),
    url("../../login-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed !important;
}

.loginbg-img .login-sec {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px;
  border-radius: 2px !important;
}

.login-form-sec {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

img.log-logo {
  width: 50px;
}

.registerbg-img {
  width: 100%;
  height: 100%;
  background: url("../images/banner/Register.jpg") center center no-repeat;
  background-size: cover;
  position: fixed !important;
}

.pre-registerbg-img {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: fixed !important;
}

.pre-register-heading h6 {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.21px;
  text-align: center;
}

.pre-register-heading h4 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.21px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 30px;
}
.pre-register-footer {
  color: #fff;
  display: inline-flex;
  /* opacity: 1; */
  margin-top: 45px;
}
.pre-register-footer a {
  opacity: 1 !important;
  padding: 0px 5px !important;
}

#registration-testimonial {
  padding-top: 67px;
}

.carousel-indicators.testimonial {
  position: relative;
}

.register-btm-height {
  margin-bottom: 226px;
}

.register-footer {
  position: fixed;
  padding: 34px 10px;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.register-footer ul {
  margin: auto;
  text-align: center;
}

.register-footer ul li {
  margin: 5px 5px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

.register-footer ul li a {
  color: #000;
  text-decoration: underline;
}

.custm-form-input ::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(255, 255, 255, 0.5);
}

.custm-form-input :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.custm-form-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.custm-form-input :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
}

.custm-form-input .form-control {
  color: #fff;
}

.form-control:focus {
  box-shadow: none !important;
}

/* .custm-form-input .form-control:focus {
  color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #5af7a2;
  background: rgba(255, 255, 255, 0.5);
} */

.custm-form-input .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.carousel-inner .test-img {
  width: 176px;
  height: 176px;
}

.test-heading {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  line-height: 40px;
  padding-bottom: 77px;
}

.test-heading p {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

.custm-form-input {
  max-width: 400px;
  margin: 0 auto;
}

.custm-form-input .form-control {
  width: 100%;
  border: 1px solid #0000001a;
  border-radius: 12px;
  height: 44px !important;
  box-sizing: border-box;
}

.custm-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  color: #fff;
}

.profileUpdateForm {
  padding: 8px 0;
}

.profileUpdateForm input[type="text"],
.profileUpdateForm input[type="password"] {
  padding: 4px 12px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #0000001a !important;
  border-radius: 12px !important;
  height: 40px !important;
  width: 272px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left !important;
  text-align-last: left !important;
  font-family: "Lato", sans-serif !important;
}

.alert-dismissible {
  background: rgba(0, 0, 0, 1) !important;
  border-radius: 4px;
  border: 0.5px;
  padding: 20px 32px !important;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left !important;
  width: 300px;
  height: 88px;
  top: 103px !important;
  right: 12px !important;
  box-shadow: none !important;
}

.select-arrow::after {
  transform: rotate(90deg);
  content: "\e922";
  position: absolute;
  right: 22%;
  top: 22%;
  display: block;
  /* width: 0; */
  font-family: "icomoon" !important;
  opacity: 0.5;
}

.loginicon {
  position: relative;
  left: 20px;
  top: 36px;
  float: left;
  z-index: 2;
  color: #fff;
}

.login-section {
  font-size: 24px;
  color: #fff;
}

.bg-white:hover {
  background: #5af7a2 !important;
  border-color: #5af7a2 !important;
  color: #5e1f96;
}

.fpt {
  color: rgba(4, 105, 255, 1) !important;
  text-align: right;
  padding: 0 !important;
  opacity: 1 !important;
  transition: none !important;
  display: inline-block !important;
  right: 45px;
  position: absolute !important;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  overflow: scroll;
  z-index: 99999;
  top: 0;
  left: 0;
  padding-bottom: 139px;
}

.overlay-content {
  position: relative;
  top: 100px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 70px;
  right: 65px;
  font-size: 22px;
}

.smedia a {
  width: 172px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  opacity: 1;
}

.smedia a:hover {
  background: #fff;
  color: #381875;
}

.footer-bg {
  min-height: 138px;
  background-color: #7dba27;
}

.footer-bg > img {
  color: rgba(255, 255, 255, 1);
}

.footer-bg a {
  opacity: 1 !important;
}

.footer-bg .logo {
  min-height: 138px;
}

.footer-bg .powered-by {
  display: flex;
  gap: 10px;
  align-items: center;
}

.carousel-inner img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.sliderveray:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.82;
  z-index: 2;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.home-select {
  background: #381875;
  color: #fff;
  height: 56px !important;
  /* text-align: center!important; */
  padding-left: 77px;
  border-radius: 50px;
  font-weight: 300;
  max-width: 300px;
  margin: auto;
}

.sliderText {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 530px;
  height: 222px;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.works-banner img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.works-banner {
  margin: 25px 0px;
}

.works-icon img {
  height: 94px;
  margin-bottom: 20px;
}

h1.sider-main-head {
  font-family: "Lato", sans-serif;
  font-size: 90px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

h5.sider-main-head {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.sliderText p {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin-bottom: 45px;
}

.navbar-nav .dropdown-menu {
  font-size: 14px;
  border-radius: 10px;
  padding: 0px;
  margin-top: 18px;
  width: 275px;
  max-height: 643px;
  overflow: hidden;
  box-shadow: 4px 4px 6px 0px #00000026;
}

.account-dropdown .dropdown-menu {
  width: 230px !important;
}

.dd-heading {
  background: #5af7a2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #212121 !important;
}

#custom-dd .dropdown-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#custom-dd .dropdown-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#custom-dd .dropdown-item {
  line-height: 25px;
  padding: 16px 15px;
  color: #000;
  font-weight: 400;
  white-space: normal;
  font-size: 14px;
  text-align: center;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #00000066 !important;
}

/*#custom-dd > .dropdown-item:focus, .dropdown-item:hover {*/
/*  border-bottom-left-radius: 10px;*/
/*  border-bottom-right-radius: 10px;*/
/*}*/

.dd-heading:focus,
.dd-heading:hover {
  background: #5af7a2;
  opacity: 1;
  color: #000;
}

.scroll-bar-wrap {
  position: relative;
}

.scroll-box {
  width: 110%;
  height: auto;
  overflow-y: scroll;
}

.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 10px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

.scroll-bar-wrap:hover .cover-bar {
  opacity: 0;
  -webkit-transition: all 0.5s;
}

.tippy-tooltip[data-size="large"] {
  padding: 0.4rem 25px;
  font-size: 1rem;
}

.tippy-popper {
  top: 180px !important;
}

.tippy-tooltip {
  background: #fff !important;
  color: inherit;
  top: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px !important;
  width: 100% !important;
  background: linear-gradient(
    95.98deg,
    #8ebf22 2.17%,
    #67b32e 99.36%
  ) !important;
  font-family: "Lato", sans-serif !important;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1) !important;
}
.btn:focus,
.btn:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.btn-outline-secondary {
  border: 1px solid #d6d6d6;
  color: #9b9b9b;
  padding: 8px 28px;
  font-weight: 300;
}
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
  color: #fff;
  border: 1px solid #381875;
  background-color: #381875;
}

.btn-outline-secondary.disabled {
  background-color: #efefef !important;
  color: #cccaca !important;
  border: 1px solid #efefef !important;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #381875;
  border-color: #381875;
}

.btn-primary2 {
  background: #381875;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  color: #fff;
}
.btn-outline-primary {
  color: #3024ad;
  background-color: transparent;
  background-image: none;
  border-color: #3024ad;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3024ad;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3024ad;
}

.btn-primary {
  border-radius: 2px !important;
  background: linear-gradient(
    95.98deg,
    #8ebf22 2.17%,
    #67b32e 99.36%
  ) !important;
  border: 0 !important;
  height: 44px !important;
  width: 155px;
}

/**Removable classes
 
.btn-bnr {
     line-height: 36px;
}
 .btn-rnd {
     border-radius: 27px;
}
 .btn {
     font-size: 14px;
}
.btn-outline-secondary.active {
     background: #EFEFEF;
     border: 0 solid #EFEFEF;
     border-radius: 25px;
}
 .btn-custom-padding {
     padding:8px 28px;
     color:#9b9b9b!important;
     border:1px solid #9b9b9b;
}
.btn-custom-padding:hover {
     color:#fff;
     border:1px solid #5E1F96;
}
.btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
}
**/
.custom-bg-strip {
  background: #5e2998;
  max-height: 128px;
  margin-top: 70px;
  width: 100%;
  text-align: center;
}

.custom-bg-strip h1 {
  font-family: PlayfairDisplay-Regular;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  padding: 70px 0 10px;
}

.form-change-password {
  width: 100%;
  max-width: 400px;
  padding: 8px 0;
}

.form-change-password input[type="password"] {
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #0000001a !important;
  border-radius: 12px;
  margin-top: 48px;
  height: 40px !important;
  color: 00000066 !important;
  font-family: "Lato", sans-serif !important;
}

.form-change-password input[type="password"]:focus {
  border: 1px solid #0000001a !important;
}

.form-change-password input[type="password"]::-webkit-input-placeholder,
.form-change-password input[type="password"]::-moz-placeholder,
.form-change-password input[type="password"]:-ms-input-placeholder,
.form-change-password input[type="password"]:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #00000066 !important;
}

#progress-bar-container .progress {
  height: 4px;
}

.form-change-password .confirm-btn {
  background: linear-gradient(
    95.98deg,
    #8ebf22 2.17%,
    #67b32e 99.36%
  ) !important;
  color: #fff !important;
  border: 0;
  padding: 12px 40px;
  margin-top: 48px;
  margin-bottom: 100px;
  border-radius: 2px;
  height: 44px;
  width: 276px;
  text-align: center;
  line-height: 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.form-change-password .confirm-btn:hover {
  box-shadow: 0px 4px 4px 0px #00000026 !important;
}

.profileUpdateForm .confirm-btn {
  background: linear-gradient(
    95.98deg,
    #8ebf22 2.17%,
    #67b32e 99.36%
  ) !important;
  color: #fff !important;
  border: 0;
  padding: 12px 40px;
  margin-top: 48px;
  margin-bottom: 100px;
  border-radius: 2px !important;
  height: 44px !important;
  width: 276px !important;
  text-align: center;
  line-height: 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.profileUpdateForm .confirm-btn:hover {
  box-shadow: 0px 4px 4px 0px #00000026 !important;
}

/*.body-content{
	  padding-top:130px;
}*/
.HL-1 {
  font-family: "Lato", sans-serif !important;
  font-size: 44px;
  font-weight: 700;
  color: #46ac34;
  margin: 0 0 24px;
  line-height: 40px;
  letter-spacing: -1px;
}

.HL-1-desc {
  color: #000000;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px;
  letter-spacing: 0;
}

.heading-level-1,
.heading-level-2 {
  font-weight: 700;
  font-size: 24px;
  color: #381875;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.heading-level-2 {
  color: #000;
  line-height: 24px;
  text-transform: none;
  margin: 50px 0 30px;
}

.body-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
}

.intended-list {
  margin-left: 15px !important;
}

.intended-list li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.intended-list li ol,
.intended-list li ul {
  margin-left: 20px !important;
}

.intended-list li ul {
  list-style-type: disc;
}

ul.body-text {
  padding-left: 20px;
}

.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.custom-bg-sub-strip {
  background: #e5e5e5;
  max-height: 64px;
  margin: auto;
  padding: 20px 300px;
  width: 100%;
  position: relative;
}

.custom-bg-sub-strip p {
  position: relative;
  font-weight: 400;
}

.centered-block {
  width: 100%;
  max-width: 790px;
  padding: 15px;
  margin: auto;
  margin-top: 25px;
}

.centered-block .list-group .list-group-item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 22px;
  padding: 30px 10px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.centered-block .list-group .list-group-item:last-child {
  border-bottom: 1px solid #979797;
}

.centered-block .list-group .list-group-item:hover,
.centered-block .list-group .list-group-item.active {
  background: #f4f4f4 !important;
}

.centered-block .list-group .list-group-item .message {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #0076ff;
}

.centered-block .list-group .list-group-item .message.read {
  color: #e8e8e8;
}

.centered-block .list-group .list-group-item p.updated-by {
  color: #9b9b9b;
  margin: 0;
  margin-top: 8px;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 50px;
}

.material-switch > label::before {
  background: #839594;
  border-radius: 8px;
  content: "";
  height: 12px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 50px;
}

.material-switch > label::after {
  background: #ccc;
  border-radius: 16px;
  content: "";
  height: 26px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -6px;
  transition: all 0.3s ease-in-out;
  width: 26px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: #839594;
  opacity: 1;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: #61b872;
  left: 30px;
}

.like {
  padding: 2px;
  position: absolute;
  top: 2px;
  text-align: unset;
  right: 2px;
}

.svg-icon path {
  fill: transparent;
}

.svg-icon-fill path {
  fill: #5e1f96;
}

/**Ribbons*/
.ribbon {
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  letter-spacing: 1.5px;
  font-weight: 900;
  border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
  position: absolute;
  top: 2px;
  text-align: unset;
  height: 20px;
  left: 15px;
  width: auto;
  width: fit-content;
}

/*.ribbon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -19px;
  border-right-color: transparent !important;
}*/

.featured {
  background-image: linear-gradient(90deg, #f214ea 7%, #9e34ef 91%);
}

.featured:after {
  border: 10px solid #9e34ef;
}

.new {
  background-image: linear-gradient(90deg, #f5515f 7%, #9f041b 91%);
}

.new:after {
  border: 10px solid #9f041b;
}

.coming-soon {
  background-image: linear-gradient(90deg, #6078ea 7%, #17ead9 91%);
}

.coming-soon:after {
  border: 10px solid #17ead9;
}

.cstm-popover {
  text-align: left;
  font-weight: 400;
  color: #4b4b4b;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cstm-popover .ribbon {
  left: 10px;
}

.cstm-popover .like {
  padding: 2px;
  position: absolute;
  top: 2px;
  text-align: unset;
  right: 30px;
  color: #4a4a4a;
  margin: 1px !important;
}

.cstm-popover .cd-icon {
  color: #9b9b9b;
}

.cstm-popover a.btn-outline-secondary {
  padding: 10px 15px !important;
  line-height: 1.5;
}

.cstm-popover a.btn-outline-secondary:hover {
  border-color: #5e1f96;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.popover {
  max-width: 340px;
  padding: 6px;
  z-index: 9999;
  top: 194px !important;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  top: 10px !important;
}

.popoverBtn-icon {
  margin-top: -3px;
}

.icon-popover {
  margin-top: -3px;
}

.cstm-popover ul {
  padding-left: 20px;
}

.cstm-popover ul li {
  padding-bottom: 10px;
}

.error-bg img {
  width: 100%;
  height: 625px;
  object-fit: cover;
}

.error-bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  height: 625px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #381875 0%, #672ea1 100%);
  opacity: 0.82;
  z-index: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.double-border {
  border: 2px solid #fff;
}

.error-logo {
  z-index: 4;
  position: relative;
  width: 100%;
  bottom: 44px;
}

.error-text {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
}

.error-text a {
  color: #000;
  text-decoration: underline;
}

.CourseDetails-Bg {
  height: 720px;
}

.CourseDetails-img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.CourseDetails-bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  height: 720px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    -135deg,
    #3023ae 0%,
    #53a0fd 47%,
    #b4ec51 100%
  );
  opacity: 0.82;
  z-index: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.CourseDetails-wrapper {
  position: absolute;
  top: 84px;
  padding-top: 58px;
  text-align: center;
  width: 100%;
}

.CourseDetails-tag span {
  text-align: center;
  background-image: linear-gradient(45deg, #17ead9 0%, #6078ea 100%);
  border: 0 solid #979797;
  font-size: 10px;
  color: #fff;
  letter-spacing: 2px;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 500;
}

.CourseDetails-share {
  text-align: right;
  color: #fff;
  padding-right: 20px;
  padding-bottom: 10px;
}

.cd-icon {
  font-size: 25px !important;
  color: #fff;
  padding: 8px;
  margin: 10px;
  cursor: pointer;
}

.wishlist-icon {
  font-size: 20px !important;
  color: #d7393b;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-family: "icomoon" !important;
}

.wishlist {
  padding: 2px;
  position: absolute;
  top: 14px;
  text-align: unset;
  right: 18px;
  margin: 1px !important;
}

.wishlist-icon:before {
  content: "\e907";
  color: #4a4a4a;
}

.wishlist-icon:hover:before {
  content: "\e907";
  color: #f60d3c;
}

.w-active:before {
  content: "\e907";
  color: #f60d3c;
}

.cd-icon:hover,
.cd-icon:active,
.cd-icon:focus {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}

.cd-shareicon {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-size: 25px !important;
  color: #fff;
  padding: 8px;
  margin: 2px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
}

.cd-shareicon:hover {
  color: #5af7a2;
}

#CourseDetailShare {
  margin-left: 10px;
}

#CourseDetailShare ul {
  list-style-type: none;
  margin-left: 0;
  float: left;
}

.cr {
  color: #f10925;
}

.CourseDetails-heading h1 {
  font-size: 36px;
  line-height: 44px;
  padding-top: 20px;
  max-width: 992px;
  margin: auto;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(44, 53, 53, 0.31);
}

.CourseDetails-price {
  margin-top: 37px;
}

.CourseDetails-ftr {
  background: rgba(0, 0, 0, 0.5);
  padding: 19px 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.CourseDetails-dd .dropdown-menu {
  margin-top: 15px;
  width: 224px;
}

.CourseDetails-dd .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 98px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
}

div#CourseDetailShare {
  position: absolute;
  width: 60px;
}

/*CourseDetails mid start*/
.fixed-TopCourseDetail {
  position: fixed;
  top: 0;
  transition-duration: 0.15s;
  transition-property: opacity;
  right: 0;
  left: 0;
  z-index: 999;
  transition: all 0.25s ease;
  -webkit-transition-timing-function: ease-in-out;
}

.bg-gray {
  background: #e5e5e5;
}

.curriculum-text a:hover {
  text-decoration: none;
}

.CourseDetailHeader {
  -webkit-transition-timing-function: ease-in-out;
  transition: 0.15s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  z-index: 99999;
  background: #f7f7f7;
}

.CourseDetailHeader ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.CourseDetailHeader ul li a {
  color: #4a4a4a;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 64px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

.CourseDetailHeader ul li a:hover {
  background: #ddd;
  border-radius: 0;
}

.key-feature ul {
  padding: 10px;
}

.key-feature ul li {
  line-height: 28px;
  font-size: 20px;
  width: fit-content;
  font-weight: 300;
  /* list-style-type: none; */
  margin: auto;
  padding-left: 10px;
  color: #4a4a4a;
}

.key-feature ul {
  padding-top: 70px;
  padding-bottom: 40px;
}

.accordion .card-header:after {
  float: right;
  cursor: pointer;
  content: "";
  font-family: "icomoon" !important;
}

.accordion .card-header.collapsed:after {
  content: "";
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "";
  content: url("../images/minus.svg");
  float: right;
  cursor: pointer;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url("../images/plus.svg");
}

.custom-accrd .card-header {
  padding: 0px;
  line-height: 65px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-accrd .card-title {
  font-size: 24px;
  color: #9f9f9f !important;
}

.about-heading {
  color: #4a4a4a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.custom-accrd .card-body {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 30px;
  padding: 20px 0;
  font-weight: 300;
}

.fixed-TopCourseDetail + #section1 {
  padding-top: 100px;
}

.curriculum-text {
  font-size: 20px !important;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 300;
}

.curriculum-icon {
  font-size: 30px !important;
  line-height: 30px;
  color: #585858;
  padding: 5px;
}

.video .overlay .closebtn {
  position: fixed;
  top: 25px;
  right: 95px;
  font-size: 22px;
}

.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
  color: #e5e5e5;
  pointer-events: none;
}

#section1,
#section2,
#section3,
#section4 {
  border-bottom: 2px solid #dedede;
}

.text-danger {
  color: #d0021b !important;
}

.custom-padding {
  display: block;
  width: 100%;
  padding: 150px 75px 0 75px;
}

.board-details {
  float: left;
  margin-right: 40px;
  padding: 10px;
  text-align: center;
  width: 27%;
}

.board-details img {
  border: 1px solid #979797;
  margin-bottom: 20px;
}

.board-details h5 {
  font-weight: 700;
}

.board-details p {
  font-weight: 400;
}

.board-details h5,
.board-details p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 28px;
  margin: 0;
}

hr {
  margin: 100px 0 50px;
  padding: 0;
  border-bottom: 1px solid #979797;
}

.badge {
  display: inline-block;
  padding: 0.2em 0.8em;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  padding-top: 2px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.dsk.badge {
  padding: 0.2em 0.4em;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  position: absolute;
  top: -6px;
  right: -1px;
}

.badge-danger {
  color: #fff;
  background-color: #d13e50;
}

.icon-menu {
  font-size: 11.2px;
}

.video .overlay {
  /*top: 58px;*/
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: linear-gradient(-135deg, #060606 0%, #000000 100%);
}

.video .overlay .closebtn {
  position: fixed;
  top: 25px;
  right: 121px;
  font-size: 22px;
  z-index: 1;
}

/*TeamEnrollment start*/
.TeamEnrollment-img {
  width: 100%;
  height: 100%;
  background: url("../images/banner/TeamEnrollment.jpg") center center no-repeat;
  background-size: cover;
  position: fixed !important;
}

.RM-Wrapper {
  width: 100%;
  height: 706px;
  max-width: 506px;
  background: #d8d8d8;
  margin: auto;
}

/*my courses start */
.CCT-Pop-up {
  width: 100%;
  height: 100%;
  background: #353535;
  background-size: cover;
  position: fixed !important;
  color: #fff;
}

/*.video-js {*/
/*  margin: auto;*/
/*}*/

.courses-bg {
  background: #f7f4f4;
  height: 290px;
  padding-top: 60px;
}

.course-number {
  font-size: 50px;
  color: #8ebf22;
  line-height: 28px;
  font-weight: 500;
}

.course-text {
  font-size: 16px;
  color: #000;
  line-height: 28px;
}

.course-icon {
  width: 74px;
  margin: auto;
  height: 100px;
  color: #d9d9d9;
}

.course-icon img {
  height: 80px;
}

.course-wrapper {
  text-align: center;
  color: #fff;
}

.MyCourseTab .nav-pills .nav-link.active,
.MyCourseTab .nav-pills .show > .nav-link {
  color: #4a4a4a;
  border-radius: 0;
  background-color: #ddd;
}

.time-block {
  position: absolute;
  top: 10px;
  width: 92%;
  z-index: 7;
  color: #d03e3e;
  padding: 0px 10px;
}

.time-icon {
  background: url(../images/Timer.svg) no-repeat center center;
  width: 24px;
  height: 24px;
}

.more-icon {
  background: url(../images/More.svg) no-repeat center center;
  width: 16px;
  height: 24px;
  cursor: pointer;
}

.time-box {
  line-height: 24px;
  font-size: 11px;
  background: #fff;
  padding: 0 8px;
  color: #000;
  margin-left: 5px;
  border-radius: 50px;
  display: none;
}

.time-icon:hover + .time-box {
  display: block !important;
}

.progress-wrpr {
  padding: 20px;
}

.my-course .progress {
  height: 3px;
}

.my-course .progress-bar {
  background: linear-gradient(
    95.98deg,
    #8ebf22 2.17%,
    #67b32e 99.36%
  ) !important;
}

.more-icon .dropdown-menu:before {
  content: "";
  display: none !important;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  top: 10px;
  right: -12px;
}

.course-btn {
  background: #ebebeb;
  color: #b7b7b7;
}

.cct-btn {
  text-align: center;
  max-width: 297px;
  margin: auto;
  margin-top: 7px;
}

.more-icon .dropdown-menu {
  width: 252px;
  top: 30px !important;
  left: 18px !important;
  border-radius: 5px;
  padding: 0 !important;
}

.more-icon .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #ededed;
  height: 57px;
}

.small,
small {
  font-size: 12px !important;
}

small strike {
  color: #666666 !important;
}

.my-course {
  margin-bottom: 52px;
}

.course-hover {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  max-height: 297px;
  width: 100%;
  max-width: 272px;
  margin: 0 auto;
  display: none;
  display: flex;
  opacity: 0;
  flex-direction: column;
  border-radius: 5px !important;
}

.show-more {
  font-weight: 300;
  padding: 8px 45px;
}

.course-hover:hover {
  opacity: 1;
}

.cct-heading {
  color: #5d2898;
  font-weight: 600;
}

.cct-heading a {
  color: #5d2898;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.cct-icon {
  color: #9b9b9b;
  font-size: 19px;
}

.cct-date {
  font-size: 13px;
  color: #000;
  text-align: left;
}

.cct-date {
  font-size: 13px;
  color: #000;
  text-align: left;
  margin: 10px 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #979797;
}

.dc {
  font-size: 40px;
  letter-spacing: 0.21px;
  line-height: 48px;
  font-weight: 300;
  padding-top: 70px;
  padding-bottom: 30px;
}

.cct-h1 {
  font-size: 16px;
  padding-bottom: 38px;
}

.cct-h2 {
  font-size: 34px;
  letter-spacing: 0.21px;
  line-height: 48px;
  padding-bottom: 36px;
  font-weight: 300;
}

.cct-h3 {
  font-size: 30px;
  letter-spacing: 0.21px;
  line-height: 48px;
  padding-bottom: 36px;
  font-weight: 300;
}

.cct-h4 {
  font-size: 30px;
  letter-spacing: 0.21px;
  line-height: 48px;
  padding-bottom: 24px;
  font-weight: 300;
}

.cct-btn-pop {
  max-width: 246px;
  height: 64px;
  line-height: 46px;
  border-radius: 27px;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
  opacity: 1 !important;
  color: #fff;
}

.cct-btn-pop:hover {
  color: #fff;
  opacity: 1;
}

.DownloadCertificate {
  width: 100%;
  height: 100%;
  background: url(../images/banner/certificate-bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed !important;
}

.CourseActivate {
  width: 100%;
  height: 100%;
  background: url(../images/banner/activation-bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed !important;
}

.CourseActivate .custm-form-input {
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  opacity: 1;
}

.CourseActivate .custm-form-input .form-control {
  width: 100%;
  border: 0px solid #aaa;
  border-radius: 40px;
  /* background: #fff;
  opacity: 0.5;*/
  outline: none;
  padding: 8px;
  height: 55px !important;
  max-width: 236px;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 36px;
}

/*my courses end */
.partners-wrapper {
  max-width: 275px;
  min-height: 110px;
  border-radius: 5px !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

/*cart start */
.cart-bg {
  background: #5d2898;
  height: 286px;
  padding-top: 156px;
}

.cart-step-box {
  max-width: 370px;
  margin: auto;
  padding: 0px 15px;
}

.cart-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: auto;
}

.cart-circle.active {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: auto;
}

.cart-circle.active2 {
  border: 1px solid #fff;
}

.cart-circle.disable {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  margin: auto;
}

.cart-circle:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.cart-line {
  width: 254px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 13px 10px;
}

.cart-step {
  font-size: 12px;
  color: #ffffff;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: 40px;
}

.cart-step.disable {
  opacity: 0.4;
}

.cart-heading {
  padding-top: 33px;
  padding-bottom: 22px;
  font-size: 20px;
  color: #9b9b9b;
  text-align: center;
  line-height: 24px;
}

.card-wrapper {
  max-width: 275px;
  min-height: 290px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.card-banner img {
  height: 140px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: cover;
}

.card-text {
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #000000;
  height: 90px;
  font-weight: 400;
}

.card-content {
  width: 100%;
}

.cart-list-wrapper {
  max-width: 272px;
  min-height: 290px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3) !important;
}

.cart-list-banner img {
  height: 140px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: cover;
}

.cart-list-text {
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.cart-content {
  width: 100%;
}

.cart-list-add-btn {
  text-align: center;
  padding-top: 7px;
}

.add-btn-b {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  margin: auto;
  color: #fff;
  font-size: 23px;
  line-height: 42px;
}

.add-btn-g {
  background: #5af7a2;
  color: #fff;
}

.bg-cart {
  background: #f5f5f5;
  padding-bottom: 28px;
}

.card-offer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.cart-list-offer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.cart-heading2 {
  padding-top: 82px;
  padding-bottom: 57px;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
  line-height: 24px;
}

.cart-heading3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  color: #4a4a4a;
  height: 90px;
  overflow: hidden;
}

.order-price h3 {
  font-size: 24px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 29px;
}

.order-price p {
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
  padding-top: 18px;
}

.cart-remove a {
  float: left;
  font-size: 14px;
  color: #4a4a4a;
}

.cart-wish a {
  float: left;
  padding-left: 50px;
}

.cart-order {
  font-size: 14px;
  color: #4a4a4a;
}

.cart-order a {
  font-size: 14px;
  color: #4a4a4a;
}

.cart-order a:hover {
  font-size: 14px;
  text-decoration: none;
  color: #4a4a4a;
}

.order-summary-border {
  padding-bottom: 30px;
  width: 99%;
  max-width: 689px;
  float: left;
  border-bottom: 1px solid #979797;
  margin-bottom: 27px;
}

.checkout-box {
  background: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  max-width: 380px;
  float: right;
  padding: 30px 38px;
  text-align: center;
  margin-bottom: 10px;
}

.order-summary {
  font-size: 16px;
  color: #4a4a4a;
}

.order-summary a {
  color: #4a4a4a;
}

.cart-price {
  color: #5d2898;
  font-size: 30px;
  font-weight: 600;
  padding: 8px 0;
}

.btn-cart {
  border-radius: 70px;
  height: 65px;
  background: #5d2898;
  color: #fff;
  margin-top: 15px;
}

.btn-cart:hover {
  background: #fff;
  color: #5d2898;
}

.close-cart {
  display: inline-block;
  padding-right: 4px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-45deg);
}

.payment-card-box {
  margin: 2px;
  min-width: 329px;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 28px 10px;
}

/*custom checkbox start*/
.payment-card-box .custom-control-label::before {
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #4b1b89;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: transparent;
}

.payment-card-box .custom-control-input:checked ~ .custom-control-label::after {
  top: 6px;
  left: -2.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #51f99f;
  margin: 3px;
  content: "";
  background-color: #51f99f;
}

.payment-card-box .custom-control-label {
  position: relative;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 4px;
  font-weight: 400;
  display: block;
}

.payment-card-box .custom-control-label::after {
  left: -2.5rem;
}

.payment-card-box
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
}

.payment-card-box
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: transparent;
}

.icon-animation {
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif !important;
}

/* virtual-classroom start*/
.CourseDetailHeader.virtual-course ul li a {
  padding: 5px 50px;
}
.virtual-bg {
  background: #212121; /*height: 739px;*/
  padding-top: 69px;
}
.virtual-bg #ninja-slider {
  background: #212121;
}
.virtual-course {
  background: #f5f5f5;
}
.vg {
  background: #e5e5e5;
  padding: 12px 0px;
  font-weight: 400;
}
.course-name {
  font-size: 16px;
  color: #4a4a4a;
}
.course-unit {
  font-size: 12px;
  color: #4a4a4a;
}
.vc-icon ul {
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
.vc-icon ul li {
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
}
.vc-icon > ul li > a {
  color: #909090;
  font-size: 22px;
  font-weight: 600;
}
.vc-icon > ul li > a:hover {
  color: #5af7a2;
  font-size: 22px;
  font-weight: 600;
}
.vc-icon ul li a:hover {
  text-decoration: none;
}
.vc-tab-bg {
  background: #f5f5f5;
  display: flex;
}
.vc-wrapper {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  padding: 62px 105px;
  margin-bottom: 63px;
}
.vc-list ul {
  text-decoration: none;
  list-style-type: none;
  display: block;
}
.vc-list ul li {
  text-decoration: none;
  padding: 20px 15px;
  border-top: 1px solid #dedede;
}
.vc-list ul li:hover {
  background: #5af7a2;
  border-top: 1px solid #dedede;
}
.vc-list ul li:hover .vclist-icon {
  color: #4a4a4a;
}
.vclist-icon {
  color: #ddd;
  font-size: 30px !important;
  margin-right: 24px;
}
.unit-heading {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 300;
}
.vc-head {
  background: #f7f7f7;
  color: #4a4a4a;
  font-size: 18px;
}
.vc-head:hover {
  background: #4a4a4a !important;
  color: #fff;
}
.vc-share-inner .cd-shareicon {
  background: transparent;
}
.ref-heading {
  margin-bottom: 30px;
}
.ref-heading p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.ref-heading h6 a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  color: #000;
}
.CourseDetailHeader.virtual-course ul li a {
  padding: 5px 20px;
  font-size: 16px;
}
.announcement {
  line-height: 30px;
  margin-bottom: 50px;
}
.announcement h5 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #4a4a4a;
  line-height: 28px;
}
.announce-date {
  font-size: 12px;
  margin-bottom: 5px;
  color: #9b9b9b;
}
.announcement p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 20px;
  color: #4a4a4a;
}
.announcement .comment {
  font-size: 14px;
  margin-top: 15px;
  line-height: 20px;
  color: #3023ae;
  margin-bottom: 40px;
}
.comment-box p {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin: 0;
}
.comment-box {
  border-bottom: 1px solid #dedede;
  margin: 20px 0px 10px 0px;
  padding-bottom: 20px;
}
.add-comment h6 {
  margin-top: 30px;
  margin-bottom: 19px;
}
.add-comment .form-control {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  line-height: 40px;
}
.question-icon > img {
  width: 52px;
  margin-right: 10px;
}
.forum-divider {
  margin: 45px 0px;
}
.announcement.forum p {
  margin-top: 25px;
  margin-bottom: 35px;
}
.forum .comment-box {
  margin: 20px 0px 10px 30px;
  font-size: 16px;
  padding-bottom: 0;
}
.forum ol li {
  font-weight: 300;
  font-size: 16px;
  color: #4a4a4a;
  padding-left: 15px;
  margin-left: 13px;
}
.question-icon {
  font-size: 52px;
  color: #3023ae;
  padding-right: 10px;
}
.question-icon2 {
  font-size: 52px;
  color: #767676;
  padding-right: 10px;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.share-box {
  position: absolute;
  left: -62px;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 10px;
  width: 58px;
  height: auto;
  display: none;
}
.vc-share-inner ul li {
  list-style-type: none;
  margin: 4px 9px;
}
.share-show .share-hide:hover + .share-box,
.share-show .share-hide:focus + .share-box,
.share-show .share-hide:active + .share-box,
.share-box:hover {
  display: block;
}
.virtual-bg .progress {
  /*position: absolute;*/
  bottom: 43px;
  width: 100%;
  height: 40px;
  border-radius: 0;
}

.notification {
  background: #ffffff;
  box-shadow: 0 0 4px 2px #dddddd;
  padding: 30px;
  position: fixed;
  width: 100%;
  max-width: 452px;
  bottom: 0;
  z-index: 99999;
  right: 0;
}
.n-inner {
  font-size: 18px;
  font-weight: bold;
}
.n-inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.time-box2 {
  line-height: 24px;
  font-size: 11px;
  background: #fff;
  padding: 0px 8px;
  color: #000;
  margin-right: 5px;
  border-radius: 50px;
  position: absolute;
  left: -47px;
  vertical-align: text-bottom;
  display: none;
}
li.vc-timer:hover .time-box2 {
  display: block !important;
}
.virtual-bg #ninja-slider ul {
  height: 100% !important;
  margin-bottom: 0;
}
.virtual-bg .my-video-dimensions {
  width: 100%;
  height: 100%;
}
.add-note {
  padding: 6px 10px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  bottom: 17px;
  right: -51px;
}

.fs .add-note {
  right: 5px;
  z-index: 1;
}

.add-note:hover {
  background: #5af7a2;
  color: #3a2c8c;
}

.add-note .dropdown-menu {
  min-width: 319px;
  padding: 15px;
}

.text-editor-icon {
  background: #000;
  font-size: 13px;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
}
/* virtual-classroom end*/

/**
 * The "shine" element
 */
.icon-animation:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 77%,
    rgba(255, 255, 255, 0.8) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Hover state - trigger effect */
.icon-animation:hover:after {
  opacity: 1;
  top: -40%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.9s, 0.9s, 0.2s;
  transition-timing-function: ease;
}

/* Active state */
.icon-animation:active:after {
  opacity: 0;
}

/*Ninja slider start*/
.custm-ninja {
  display: flex;
  padding: 15px;
}
#ninja-slider .slider-inner {
  width: 100%;
}
#thumbnail-slider ul li:before {
  position: absolute;
  border: 1px solid #999;
  content: "";
  width: 85px;
  height: 85px;
  right: 0px;
  left: -3px;
  top: -3px;
}
#thumbnail-slider ul li {
  border: none !important;
  height: 80px !important;
  background: #fff;
  margin: 11px auto !important;
  display: flex !important;
  justify-content: center;
  width: 81px !important;
}

.fullscreen div#thumbnail-slider {
  display: none;
}

#ninja-slider .ns-img {
  opacity: 1;
}

#ninja-slider .custm-ninja ul {
  height: 500px !important;
}

#ReadingMaterial #ninja-slider.fullscreen ul li {
  max-height: 2000px !important;
  max-width: 2000px !important;
  min-height: 1200px !important;
}

#ReadingMaterial #ninja-slider .fullscreen ul {
  overflow-y: scroll !important;
  position: sticky;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
#ReadingMaterial #ninja-slider.fullscreen ul {
  overflow-y: scroll !important;
  padding: 0;
}

#ReadingMaterial #ninja-slider.fullscreen {
  max-width: 95%;
}

/*Ninja slider end*/

/*pe start*/
.slider-inner.pe-bg {
  text-align: left;
}

.pe-bg {
  background: #fff;
  padding: 24px 60px;
  color: #212121;
  line-height: 22px;
}
.pe #ninja-slider {
  max-width: 1090px;
}
.pe .ninja-slider-box {
  max-width: 996px;
  background: #000;
  padding: 0px 15px !important;
  margin: 0 auto;
}
.practice-slide .pe .ninja-slider-box {
  height: 100%;
}

.fullscreen .ninja-slider-box {
  max-width: 1300px;
}
.fs .virtual-bg.pe #ninja-slider ul {
  height: 651px !important;
}
.pe-li {
  background: #fff;
  padding: 15px;
  padding: 24px 60px !important;
  color: #212121;
  line-height: 22px;
  padding-bottom: 100px !important;
}
.pe-list .payment-card-box {
  background: transparent;
  padding: 0;
  margin-left: -12px;
  margin-top: 28px;
  font-size: 16px;
}
.pe-list .payment-card-box .custom-control-label {
  padding-top: 2px;
}
.pe-list h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 60px;
}
.pe-list p {
  font-size: 16px;
  margin-bottom: 27px;
}
.qustn {
  font-family: Lato-Bold;
  font-size: 16px;
  margin-bottom: 27px;
}
.virtual-bg.pe #ninja-slider ul {
  min-height: 552px !important;
  margin-bottom: 0;
}
.pe-list {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
#ninja-slider.pe-inner {
  padding: 0;
}

.scrollbox {
  width: 100%;
  overflow: scroll;
  visibility: hidden;
  outline: none;
  height: 100%;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible;
}
.scrollbox_delayed {
  transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
  transition: visibility 0s 0.2s;
}
.pe-submit {
  background: #313131;
  padding: 10px 0px;
}
.pe-submit2 {
  background: #313131;
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
.back-btn {
  position: fixed;
  color: #9b9b9b;
  top: 15px;
  left: 15px;
  z-index: 9;
  font-size: 30px;
}
.back-btn a {
  text-decoration: none;
  color: #9b9b9b;
}

.pe-bg #ninja-slider-next {
  right: -60px;
}
.pe-bg #ninja-slider-prev {
  left: -60px;
}
.pe-bg #ninja-slider-prev,
#ninja-slider-next {
  background-color: rgba(0, 0, 0, 0) !important;
}
/*.pe-bg #ninja-slider-prev:hover, #ninja-slider-next:hover{background-color: rgba(0, 0, 0, .5)!important;}*/

.pe-inner #ninja-slider-prev div {
  margin-right: 8px;
  white-space: nowrap;
  opacity: 0;
  float: right;
}
.pe-inner #ninja-slider-next div {
  margin-left: 8px;
  white-space: nowrap;
  opacity: 0;
  float: left;
}
.pe-inner #ninja-slider-prev:hover div,
.pe-inner #ninja-slider-next:hover div {
  opacity: 1;
  background: #5af7a2;
  border-radius: 12px;
  padding: 2px 10px;
  line-height: 19px;
  margin: 0;
  margin-top: 15px;
}
.pe-inner.fullscreen {
  max-width: 100% !important;
}
.pe-inner #ninja-slider-prev:hover::before,
.pe-inner #ninja-slider-next:hover::before {
  position: absolute;
  top: 17px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 5px solid #5af7a2;
  border-top: 5px solid #5af7a2;
  backface-visibility: hidden;
}
.practice-slide #ninja-slider.pe-inner {
  padding: 0;
  height: 85vh;
}
.practice-slide #ninja-slider.pe-inner.fullscreen {
  height: 100%;
}
.practice-slide .pe-li {
  background: transparent;
}

.practice-slide .virtual-bg.pe #ninja-slider ul {
  min-height: 100% !important;
}
.pe-view {
  display: none;
}
.fs .pe-view {
  display: block;
}

.fs .course-name {
  color: #fff;
}
.fs .course-unit {
  color: #fff;
}
.fs .full-vg {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: left;
  background: #4a4a4a;
  z-index: 5;
}
.fs .full-vg {
  display: block;
}
.full-vg {
  display: none;
}
.fs #ninja-slider.fullscreen div.fs-icon {
  left: 10px;
  top: 13px;
  background: transparent;
  border: none;
}
.fs #ninja-slider.fullscreen .fs-icon::before {
  content: "\e932";
  font-family: "icomoon" !important;
  color: #9b9b9b;
  font-size: 24px;
}
.fs #ninja-slider.fullscreen .fs-icon:hover::before {
  color: #5af7a2;
}

.fs .course-detail {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 330px;
  text-align: right;
  padding: 3px 22px;
  margin: 0;
  cursor: pointer;
}

.fs .course-detail.cd-tgl.active {
  background: #fff;
}
.fs .course-detail.cd-tgl.active .fview-icon {
  color: #5af7a2;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fs .course-detail.cd-tgl.active .fview-icon a {
  color: #5af7a2;
  line-height: 60px;
}

.fview-icon a {
  font-size: 40px;
  color: #e9e9e9;
  text-decoration: none;
  line-height: 70px;
}

.fcd-text {
  font-size: 16px;
  color: #4a4a4a;
}
.fs .fview-tab {
  position: absolute;
  top: 66px;
  z-index: 999999;
  width: 330px !important;
  right: 0;
}
.fs .tab-pad {
  max-width: 990px;
  margin: auto;
}
.fs .fpe-hide {
  display: none !important;
}
.fs .fpe-show {
  display: block !important;
}
.fs .virtual-course ul li a {
  padding: 17px 20px;
  font-size: 24px;
}
.fs .vc-tab-bg .vc-wrapper {
  height: 100vh;
  overflow-x: scroll;
  padding: 10px 10px;
  padding-bottom: 200px;
}
.fs .cd-sidePanel {
  flex-direction: column;
}
.fs .cd-panel-full {
  max-width: 100% !important;
}
.fs .col-12.col-xl-10.col-lg-9.col-md-9.col-sm-12 {
  max-width: 100% !important;
}
.fs .pe .ninja-slider-box {
  background: transparent;
}
.fs .vc-list ul {
  overflow: overlay;
}
/*pe end*/

@media (min-width: 600px) {
  .video-js .vjs-control-bar {
    height: 6em !important;
  }
  .vjs-button > .vjs-icon-placeholder:before {
    font-size: 2.8em !important;
    line-height: 2.2 !important;
  }
  .video-js .vjs-time-control {
    font-size: 2em !important;
    line-height: 3em;
  }

  .video-js .vjs-volume-panel:hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:hover,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    top: 15px !important;
  }
}

/*Video Slider Start*/

.fs .video-slide .pe #ninja-slider {
  max-width: 100% !important;
}

.video-slide .pe-bg {
  background: transparent;
  padding: 0px;
}

.video-slide #ninja-slider.pe-inner {
  /* overflow: visible;*/
}
.video-slide .pe .ninja-slider-box {
  background: transparent;
}

/*Video Slider End*/

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.practice-slide .fs-icon.fS-class {
  bottom: 86px !important;
}

#PracticeExercise {
  height: auto;
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-oute;
  transition: width 0.1s ease-in-out;
  transition-timing-function: ease-in-out;
}

.cd-tgl {
  height: auto;
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-oute;
  transition: width 0.1s ease-in-out;
  transition-timing-function: ease-in-out;
}

.fs .vc-wrapper {
  box-shadow: none;
  border: 1px solid #d7d7d7;
}

/* Responsive start*/
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .scroll-box {
    height: 500px;
    overflow-y: scroll;
  }
  .pe #ninja-slider {
    max-width: 900px;
  }

  .pe-bg #ninja-slider-next {
    right: -47px;
  }
  .pe-bg #ninja-slider-prev {
    left: -47px;
  }
  .video-slide .pe #ninja-slider {
    max-width: 100%;
  }
  .pe .ninja-slider-box {
    max-width: 80%;
  }
  .fs .pe .ninja-slider-box {
    max-width: 1200px;
  }
  .fs .virtual-bg.pe #ninja-slider ul {
    height: 606px !important;
  }
}

@media screen and (max-width: 1199px) {
  .pe .ninja-slider-box {
    max-width: 90%;
  }
  .virtual-bg.pe #ninja-slider ul {
    min-height: 515px !important;
  }

  .fs .tab-pad {
    max-width: 790px;
  }
  .register-footer {
    padding: 18px 10px;
  }

  /* .form-change-password .confirm-btn{
       min-width:139px 
  }*/
  .centered-block {
    max-width: 900px;
  }

  .custom-bg-sub-strip {
    padding: 20px 85px;
  }

  .order-summary-border {
    max-width: 516px;
  }

  .checkout-box {
    max-width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .custRow {
    padding: 15px 1.5rem;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .CourseDetails-heading h1 {
    font-size: 30px;
  }

  .CourseDetailHeader ul li a {
    font-size: 14px;
  }

  .about-heading {
    font-size: 20px;
    font-weight: 700px;
  }

  .custom-accrd .card-title {
    font-size: 18px;
    color: #4a4a4a;
  }

  .card-wrapper {
    padding: 20px 15px;
    min-height: 120px;
    border-bottom: 1px solid #c7c7c7;
  }

  h1.sider-main-head {
    font-size: 70px;
  }

  .sliderText p {
    font-size: 18px;
  }

  .text-danger small {
    font-size: 12px !important;
  }

  small strike {
    font-size: 12px !important;
  }

  .custom-bg .HL-1 {
    margin-top: 50px;
  }

  .ribbon {
    left: 140px;
    top: -123px;
    position: relative;
  }

  .cstm-popover .ribbon {
    left: 10px;
    top: 4px;
    position: absolute;
  }

  .pathway-btn {
    min-width: 212px;
    min-height: 42px;
  }

  .form-change-password {
    max-width: 300px;
  }

  /*.form-change-password input[type="password"]{
  	width:272px;
  }*/
  .form-change-password .confirm-btn {
    width: 100%;
  }

  .centered-block {
    max-width: 700px;
  }

  .custom-bg-sub-strip {
    padding: 10px 50px;
  }

  .custom-bg-sub-strip p {
    width: 80%;
  }

  .material-switch {
    position: absolute;
    right: 55px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .virtual-bg.pe #ninja-slider ul {
    min-height: 388px !important;
  }
  .fs .virtual-bg.pe #ninja-slider ul {
    height: 476px !important;
  }
  #ninja-slider.fullscreen .slider-inner {
    width: 95%;
    max-width: 100%;
  }

  .fs .tab-pad {
    max-width: 580px;
  }
  .pe #ninja-slider {
    max-width: 700px;
  }

  #CourseDetailShare {
    margin-left: 0;
  }

  .carousel-inner img {
    height: 612px;
  }

  ul#slider_hme {
    top: 149px;
    bottom: auto;
  }

  h5.sider-main-head {
    font-size: 14px;
  }

  .H2-L1 {
    padding-top: 60px;
  }

  .text-opensans .btn-custom-padding {
    padding: 1px 28px;
    color: #9b9b9b !important;
    border: 1px solid #9b9b9b;
    font-size: 12px;
  }

  .body-content {
    padding-top: 60px;
  }

  .without-tag {
    padding-top: 0 !important;
  }

  .card-banner img {
    height: 125px;
    width: 120px;
    border-radius: 5px;
  }

  .key-feature ul li {
    line-height: 26px;
    font-size: 18px;
  }

  .card-wrapper {
    border-radius: 0 !important;
    flex-direction: row;
    padding: 27px 0px;
    margin: 0px 5px;
    box-shadow: none;
    max-width: 100%;
    min-height: auto;
    background: transparent;
  }

  .cart-list-banner img {
    height: 125px;
    width: 120px;
    border-radius: 5px;
  }

  .custom-accrd .card-body {
    font-size: 18px;
    line-height: 24px;
  }

  .cart-list-wrapper {
    flex-direction: row;
    margin: 0px 5px;
    box-shadow: none;
    max-width: 100%;
    min-height: auto;
    background: transparent;
  }

  .cart-heading3 {
    font-size: 20px;
  }

  .order-price h3 {
    font-size: 17px;
    padding-top: 7px;
    line-height: 18px;
  }

  .order-price p {
    font-size: 12px;
    padding-top: 0px;
  }

  .order-summary-border {
    max-width: 333px;
  }

  .cart-heading {
    padding-bottom: 55px;
  }

  .card-text {
    padding-top: 30px;
    height: 104px;
  }

  .card-offer {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .cart-list-text {
    padding-top: 0;
  }

  .cart-list-offer {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .cart-heading2 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  /*course start*/
  .my-course .more-icon {
    background: url(../images/More-g.svg) no-repeat center center;
    background-size: 6px;
  }

  .my-course .time-block {
    width: 100%;
  }

  .my-course .cart-content.cart-content2 {
    max-width: 350px;
  }

  .my-course .progress-wrpr {
    padding: 10px 20px 10px 20px;
  }

  .my-course .more-icon .dropdown-menu:before {
    display: none;
  }

  .my-course .cct-btn {
    margin-top: 0px;
    text-align: right;
    position: absolute;
    right: 8px;
    top: 84px;
  }

  .my-course .cart-list-wrapper {
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0 !important;
    margin: 5px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    box-shadow: none;
    max-width: 100%;
    min-height: auto;
    background: transparent;
  }

  .course-icon img {
    width: 60px;
    height: auto;
    color: #d9d9d9;
  }

  .my-course {
    margin-bottom: 0px;
  }

  .course-hover {
    height: 100%;
    max-height: 162px;
    width: 100%;
    max-width: 100%;
  }

  .cct-heading {
    line-height: 25px;
    float: left;
    width: 100%;
  }

  .cct-date {
    padding-top: 0;
    border-bottom: none;
  }

  .cct-btn {
    margin: 0;
    margin-top: 7px;
    text-align: left;
    max-width: 100%;
  }

  .cct-h3 {
    font-size: 20px;
    line-height: 38px;
    padding-bottom: 15px;
  }

  .cct-h4 {
    font-size: 20px;
    line-height: 38px;
  }

  .cct-btn-pop {
    height: 52px;
    line-height: 36px;
  }

  .cct-h1 {
    font-size: 14px;
    padding-bottom: 19px;
  }

  .cct-h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 22px;
  }

  .cct-h3 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 6px;
  }

  .cct-h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .board-details {
    float: left;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
  }

  .board-details-wrapper {
    display: flex;
  }

  .board-details img {
    border: 1px solid #979797;
    margin-bottom: 20px;
    max-width: 110px;
  }

  .vc-wrapper {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 768px) {
  .ma5menu__toggle {
    display: none;
  }

  .mobilemenu {
    display: none;
  }

  .course-text {
    font-size: 16px;
    color: #000;
    line-height: 28px;
  }

  .custom-padding {
    padding: 150px 20px 0;
  }
}

.custom-accrd {
  width: 100%;
  padding-top: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .heading-level-1,
  .heading-level-2 {
    margin-bottom: 25px;
  }

  .custom-accrd {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .HL-1 {
    font-size: 24px;
    font-weight: 400;
    margin: 46px 0 20px;
  }

  .pathway-padding .HL-1 {
    margin: 0 0 20px;
  }

  .pathway-padding {
    padding: 30px 15px 40px !important;
  }

  .cd-icon {
    margin: 0px;
  }

  .footer-menu .icon-animation:hover:after {
    display: none;
  }

  .ribbon:after {
    right: -13px;
  }

  .tippy-tooltip {
    display: none;
  }

  .tippy-content {
    border: 1px solid rgba(209, 230, 186, 1) !important;
    border-radius: 4px !important;
    box-shadow: 2px 4px 52px 0px rgba(0, 0, 0, 0.25) !important;
  }

  .body-content {
    padding-top: 50px;
  }

  .carousel-inner .btn-light {
    font-size: 12px !important;
    line-height: 30px;
  }

  .ma5menu__container {
    box-shadow: none !important;
  }

  ul#slider_hme {
    top: 210px;
    left: 28%;
    width: 100%;
    bottom: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .smLogo {
    width: 35px;
    height: 35px;
    padding: 0 !important;
  }

  .mobmenu {
    display: none !important;
  }

  .login-section {
    padding-top: 40px;
  }

  .SocialMedia {
    flex-direction: column;
  }

  .smedia {
    margin: 5px auto;
  }

  .cdp .about-heading.pt-5.mt-3.d-md-none.d-sm-block {
    margin-top: 0px !important;
  }

  .fixedHeader .ma5menu__icon-toggle {
    color: #3023ae;
  }

  .ma5menu__toggle {
    cursor: pointer;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative;
    background: transparent;
    border: none;
    z-index: 9999;
    font-size: 28px;
    font-family: "Lato", sans-serif;
  }

  .scroll-box {
    width: 245px;
    height: 75vh;
    overflow-x: scroll;
  }

  .carousel-inner img {
    height: 450px;
  }

  h5.sider-main-head {
    font-size: 12px;
    margin-top: 20px;
  }

  h1.sider-main-head {
    font-size: 42px;
  }

  .sliderText p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 !important;
    line-height: 19px;
    margin-bottom: 27px;
    min-height: 75px;
  }

  .sliderText {
    max-width: 209px;
  }

  .home-heading {
    font-size: 18px;
  }

  .font18 {
    font-size: 14px !important;
  }

  .font18.works-icon {
    font-size: 16px !important;
  }

  #registration-testimonial {
    display: none;
  }

  .register-footer ul {
    display: flex;
  }

  .fb {
    padding: 2px !important;
    height: 22px;
    line-height: 15px;
    font-size: 10px;
    width: 80px;
  }

  .register-footer ul li {
    font-size: 10px;
    line-height: 13px;
  }

  .register-footer {
    padding: 5px;
  }

  .custom-padding {
    padding: 100px 20px 0;
  }

  .heading-level-1,
  .heading-level-2 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 50px;
  }

  .heading-level-2 {
    font-size: 20px;
    margin: 50px 0 30px;
  }

  .body-text {
    font-size: 16px;
  }

  .board-details-wrapper {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .board-details {
    margin: 0 auto;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }

  .board-details img {
    border: 1px solid #979797;
    margin-bottom: 20px;
    width: 110px;
    height: 110px;
  }

  .board-details h5 {
    font-weight: 700;
  }

  .board-details p {
    font-weight: 400;
  }

  .board-details h5,
  .board-details p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 28px;
    margin: 0;
  }

  hr {
    margin: 70px 0 50px;
    padding: 0;
    border-bottom: 1px solid #979797;
  }

  .register-footer {
    padding: 5px;
  }

  .CourseDetails-price {
    margin-top: 15px;
  }

  .CourseDetails-heading h1 {
    font-size: 24px;
    padding: 10px 30px;
    line-height: 28px;
    font-weight: 400;
    min-height: 124px;
  }

  .font20 {
    font-size: 16px;
  }

  .CourseDetailHeader {
    display: none;
  }

  .CourseDetailHeader.virtual-course {
    display: block;
  }

  .cdp .main-heading {
    padding-top: 30px;
  }

  .CourseDetails-wrapper {
    top: 44px;
  }

  .CourseDetails-bg-overlay:before {
    background-image: linear-gradient(
      -135deg,
      #3023ae 0%,
      #53a0fd 47%,
      #b4ec51 100%
    );
  }

  .key-feature ul {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .about-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .key-feature ul li {
    line-height: 22px;
    font-size: 16px;
    width: fit-content;
    font-weight: 300;
    /* list-style-type: none; */
    margin: auto 30px;
    padding-left: 10px;
    color: #4a4a4a;
    text-align: left;
  }

  .custom-accrd .card-title {
    font-size: 16px;
    color: #9f9f9f !important;
  }

  .curriculum-text {
    font-size: 16px !important;
    line-height: 22px;
    color: #4a4a4a;
  }

  .custom-accrd .card-body {
    font-size: 16px;
    line-height: 22px;
  }

  .CourseDetails-tag span {
    float: left;
    left: 15px;
    position: absolute;
    top: 67px;
  }

  .CourseDetails-Bg {
    min-height: 590px;
  }

  .CourseDetails-img {
    height: 460px;
  }

  .CourseDetails-bg-overlay:before {
    height: 400px;
  }

  .CourseDetails-ftr {
    background: #4a4a4a;
    padding: 19px 15px;
    position: inherit;
    bottom: 0;
  }

  .CourseDetails-btn {
    background: #333;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 23px;
  }

  .CourseDetails-wrapper .container {
    max-width: 800px;
  }

  .CourseDetails-btn .py-4.font16 {
    font-size: 12px !important;
  }

  .ribbon {
    font-size: 8px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 10px;
    padding: 5px 4px 5px 5px;
    padding-left: 4px;
    top: 22px;
    height: auto;
    left: 22px;
    display: table;
  }

  .cstm-popover .ribbon {
    font-size: 8px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 10px;
    padding: 5px 0px 5px 5px;
    padding-left: 4px;
    top: 4px;
    height: auto;
    left: 9px !important;
  }

  .featured:after {
    border-left: 4px solid #9e34ef;
  }

  .new:after {
    border-left: 4px solid #9f041b;
  }

  .coming-soon:after {
    border-left: 4px solid #17ead9;
  }

  .partners-wrapper {
    max-width: 196px;
    min-height: 100px;
    margin: auto;
    margin-bottom: 20px;
  }

  .order-summary {
    flex-direction: column;
  }

  .add-btn-b {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    margin: auto;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
  }

  .cart-heading {
    padding-top: 33px;
    padding-bottom: 33px;
    max-width: 200px;
    font-size: 14px;
  }

  /*.HL-1 {
  	font-size:18px;
  	font-weight:400;
  	margin: 30px 0 20px;   
  }*/
  .pathway-custom {
    margin: 80px 0 20px;
  }

  .btn-primary2 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .text-danger small {
    font-size: 14px;
  }

  .card-wrapper {
    padding: 20px 0px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 120px;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0 !important;
  }

  .card-offer,
  .card-text {
    padding-left: 10px;
  }

  .card-offer {
    padding-right: 0;
  }

  .cart-list-wrapper {
    margin: 0px 15px;
  }

  /*.card-offer{display:block!important}*/
  .card-offer .text-danger {
    font-weight: 400;
    letter-spacing: 0.23px;
  }

  .card-banner img {
    height: 84px;
    width: 80px;
    border-radius: 0px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
  }

  .card-text {
    padding-right: 0;
    letter-spacing: 0.16px;
    line-height: 20px;
    height: 60px;
    padding-top: 0;
  }

  .cart-list-offer {
    padding-right: 0;
  }

  .cart-list-add-btn {
    margin-bottom: 20px;
  }

  .cart-list-banner img {
    height: 84px;
    width: 80px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
  }

  .cart-list-text {
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
  }

  .cart-heading2 {
    padding-top: 34px;
    padding-bottom: 34px;
    font-size: 16px;
  }

  .order-summary-border {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  .cart-heading3 {
    font-size: 14px;
  }

  .cart-order a {
    font-size: 12px;
  }

  .cart-price {
    font-size: 24px;
  }

  .cart-step-box {
    max-width: 218px;
    margin: auto;
    padding: 0px 15px;
  }

  .pathway-btn {
    min-width: 192px;
    min-height: 42px;
    border-radius: 27px;
    font-size: 12px;
    padding: 0;
  }

  .custom-bg {
    background: #efefef;
    padding: 30px 15px;
    margin-top: 30px;
  }

  .custom-bg .btn-primary2 {
    min-height: 62px;
    padding: 0;
  }

  .checkout-box {
    width: 100%;
    float: left;
    max-width: 100%;
  }

  .cart-swap {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }

  .payment-card-wrapper {
    flex-direction: column;
  }

  .payment-card-box {
    min-width: 100%;
    padding: 8px 10px;
  }

  .form-change-password {
    text-align: center;
    padding: 0 60px;
  }

  /* .form-change-password input[type="password"] {
       width: 192px;
  }*/
  .form-change-password .confirm-btn {
    width: 100%;
  }

  .centered-block {
    max-width: 700px;
  }

  .custom-bg-strip {
    margin-top: 60px;
    max-height: 90px;
  }

  .custom-bg-strip h1 {
    font-size: 20px;
    padding: 40px 0 10px;
  }

  .custom-bg-sub-strip {
    padding: 20px;
    max-height: 103px;
  }

  .custom-bg-sub-strip p {
    width: 80%;
  }

  .material-switch {
    position: absolute;
    right: 35px;
    top: 50px;
  }

  .material-switch > label::before {
    height: 10px;
  }

  .material-switch > label,
  .material-switch > label::before {
    width: 26px;
  }

  .material-switch > input[type="checkbox"]:checked + label::after {
    left: 20px;
  }

  .material-switch > label::after {
    width: 20px;
    height: 20px;
    top: -5px;
  }

  .centered-block {
    margin-top: 10px;
  }

  .centered-block .list-group .list-group-item {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 10px;
  }

  .centered-block .list-group .list-group-item p.updated-by {
    font-size: 12px;
    line-height: 22px;
  }

  .fixedHeader .mainLogo {
    z-index: 1;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .mainLogo {
    z-index: 1;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .ma5menu--active .mainLogo {
    z-index: 1;
    /*padding-right: 18px; 
	 padding-left: 87%;*/
    text-align: right;
    text-align: -webkit-right;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    transition: all 0.2s;
  }

  .ma5menu--active .fixedHeader .bigLogo {
    display: block;
    float: right;
    text-align: right;
  }

  /*courses start*/
  .curses-b {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-bottom: 40px !important;
  }

  .courses-bg {
    background: #f7f4f4;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .course-icon {
    width: 52px;
    margin: 0;
    margin-right: 46px;
    height: auto;
  }

  .course-icon img {
    width: 45px;
    height: auto;
    color: #d9d9d9;
  }

  .course-number {
    font-size: 50px;
    color: #8ebf22;
    line-height: normal;
    margin-top: -5px;
    font-weight: 500;
  }

  .course-text {
    font-size: 12px;
    color: #000;
    line-height: 28px;
  }

  .course-wrapper {
    text-align: center;
    color: #fff;
    width: 80%;
    margin: auto;
    max-width: 250px;
  }

  .my-course .progress-wrpr {
    padding: 0;
    position: absolute;
    width: 97%;
    top: 113px;
    left: 7px;
  }

  .my-course .cct-btn {
    margin-top: 0px;
    text-align: left;
    position: absolute;
    bottom: 44px;
    top: auto;
    left: 0;
  }

  .time-block {
    position: absolute;
    bottom: 54px;
    width: 68px !important;
    z-index: 7;
    right: 0px;
    color: #d03e3e;
    top: auto;
    padding: 0px 10px;
  }

  .time-icon {
    background: url(../images/Timer-g.svg) no-repeat center center;
    width: 24px;
    height: 24px;
  }

  .my-course {
    margin-bottom: 0px;
    margin: 15px;
  }

  .course-hover {
    height: 100%;
    max-height: 105px;
    width: 200%;
    z-index: 1;
  }

  .my-course .cart-list-wrapper {
    min-height: 220px;
    margin: 5px;
    margin-bottom: 26px;
  }

  .my-course .cart-list-banner img {
    height: 84px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
  }

  .cct-date {
    width: 240px;
    flex-direction: row-reverse;
    /* flex: none!important; */
    margin-top: -37px;
    position: absolute;
    border: none;
  }

  .cct-icon {
    font-size: 29px;
  }

  .cart-list-wrapper.small-list {
    min-height: fit-content;
  }

  .icon-d {
    padding-left: 15px;
  }

  .CourseDetailHeader.ct {
    display: block;
  }

  .CourseDetailHeader.ct ul li a {
    color: #4a4a4a;
    padding: 5px 18px;
    font-size: 14px;
    line-height: 64px;
  }

  .home-bg-gray {
    background: #efefef;
    padding-bottom: 40px;
  }

  .show-more {
    padding: 2px 51px !important;
    font-weight: 300;
  }

  .how-it-works p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .works-icon {
    font-size: 14px;
    line-height: 24px;
  }

  .works-icon img {
    height: 84px;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .footer-menu ul li a {
    list-style-type: none;
    width: 100%;
    margin: 0;
    display: inline;
    padding: 10px;
    line-height: 50px;
  }

  .footer-menu ul {
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
  }

  .footer-menu ul li a:hover {
    background: transparent;
    color: #5af7a2;
  }

  .footer-logo img {
    width: 30px;
  }

  .footer-icon {
    display: none;
  }

  .footer-link {
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-box {
    margin-bottom: 60px;
  }

  .footer-payment {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .payment-logo {
    padding: 8px 13px;
  }

  .dc {
    font-size: 28px;
    letter-spacing: 0.21px;
    line-height: 38px;
    font-weight: 300;
    padding-top: 38px;
    padding-bottom: 30px;
  }

  .log-logo {
    width: 50px;
    height: auto;
  }

  .DownloadCertificate .login-section {
    padding-top: 100px;
    padding-bottom: 25px;
    font-size: 18px;
    color: #fff;
  }

  .overlay-content {
    top: 30px;
  }

  .video .overlay .closebtn {
    position: fixed;
    top: 70px;
    right: 11px;
    font-size: 22px;
    z-index: 1;
    opacity: 1;
  }

  .overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 22px;
  }

  .tippy-tooltip {
    left: 20px !important;
  }

  .loginicon {
    display: none !important;
  }

  .fpt {
    font-size: 10px;
  }

  .custm-form-input .form-control {
    text-align: center;
    padding-left: 0 !important;
    color: #fff;
  }

  .login-section {
    font-size: 16px;
  }

  .login-section {
    padding-bottom: 20px;
  }

  /*  .mainLogo {
    padding-right: 30px;
  }
*/

  .mainLogo {
    padding-right: 0px;
    position: absolute;
    left: 18px;
    right: 18px;
    display: initial;
  }

  #fixHeader > .container.py-4 {
    padding: 3px 15px !important;
  }

  .sp-b {
    font-weight: 300;
  }

  /*Ninja start*/

  .custm-ninja {
    display: block;
    padding: 15px;
  }

  #ReadingMaterial #thumbnail-slider ul li {
    display: inline-block !important;
  }
  #ReadingMaterial #thumbnail-slider {
    max-width: 90% !important;
  }

  #ReadingMaterial #thumbnail-slider ul li {
    margin: 5px !important;
  }
  #ReadingMaterial .closebtn {
    top: 10px !important;
  }

  /*Ninja end*/

  /*	Notification start*/

  .notification {
    padding: 18px 15px;
  }
  .notification .close {
    padding-top: 2px;
  }
  .n-inner {
    font-size: 16px;
  }
  .n-inner p {
    font-size: 12px;
  }
  .n-img img {
    width: 40px;
  }

  /*	Notification end*/
  .time-box {
    background: #51f99f;
    padding: 0 8px;
    color: #000;
    margin-left: 5px;
    border-radius: 50px;
    display: none;
    position: absolute;
    left: -60px;
  }
  .more-icon .dropdown-menu.mr-2.show {
    min-width: 220px;
  }

  .more-icon .dropdown-item {
    padding: 20px 23px;
  }
  .cct-h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 22px;
  }

  .CourseActivate .custm-form-input .form-control {
    height: 45px !important;

    margin-bottom: 12px;
  }

  .select-arrow::after {
    right: 32%;
    top: 22%;
  }

  /* virtual-classroom START*/

  .vg {
    padding: 12px 15px;
  }
  .course-name {
    font-size: 18px;
    line-height: 22px;
  }
  .course-unit {
    font-size: 13px;
    margin-top: 10px;
  }
  .vc-icon ul {
    text-align: center;
  }
  .vc-wrapper {
    padding: 40px 40px;
  }
  .vc-wrapper {
    padding: 40px 15px;
  }
  .virtual-bg #ninja-slider ul {
    min-height: 250px !important;
  }
  #ninja-slider-prev,
  #ninja-slider-next {
    top: 50% !important;
    margin-top: -25px !important;
  }
  .virtual-bg .my-video-dimensions {
    width: 100%;
    height: 100%;
  }
  .add-note {
    margin-left: 15px;
    margin-top: 10px;
    position: static;
  }
  .add-note .dropdown-menu {
    padding: 15px 0;
    min-width: 309px;
  }
  .virtual-bg .progress {
    height: 30px;
  }
  .CourseDetailHeader.virtual-course ul li a {
    padding: 15px 17px;
    font-size: 23px;
    color: #9b9b9b;
  }
  .vc-icon > ul li > a {
    font-size: 20px;
    line-height: 30px;
  }
  .vc-icon > ul li > a:hover {
    font-size: 30px;
  }
  .vc-head {
    font-size: 16px;
  }
  .vc-list ul li {
    padding: 20px 10px;
  }
  .vclist-icon {
    margin-right: 15px;
  }
  .vc-tab-bg .vc-wrapper {
    margin-bottom: 0;
  }
  .ask-questn-mob {
    background: #f5f5f5;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    color: #3023ae;
  }
  .time-box2 {
    margin-top: 10px;
    left: -38px;
  }
  .account-dropdown .dropdown-menu {
    margin-top: -44px;
    margin-right: 40px;
  }
  #ninja-slider-prev div,
  #ninja-slider-next div {
    display: none;
  }

  /* Practice Exercise start */
  .pe .ninja-slider-box {
    padding: 0px 0px !important;
  }
  .pe #ninja-slider {
    max-width: 100%;
  }
  .pe-bg {
    padding: 24px 15px;
  }
  .pe-bg #ninja-slider-prev {
    left: 13px;
  }
  .pe-bg #ninja-slider-next {
    right: 13px;
  }
  .pe-li {
    padding: 15px !important;
    padding-bottom: 80px !important;
  }

  .fs-icon {
    display: none;
  }
  .add-note {
    display: none;
  }
  .pe-list {
    height: 100% !important;
  }
  .fs .fcd-text {
    visibility: hidden;
  }
  .fs .tab-pad {
    max-width: 190px;
  }
  .fs .fview-tab {
    width: 320px !important;
  }
  .fs .pe .ninja-slider-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
  }
  .fs .course-detail {
    width: 320px;
  }
  /* Practice Exercise END*/
  .virtual-bg {
    padding-top: 58px;
  }
}

@media screen and (max-width: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  .virtual-bg.pe #ninja-slider ul {
    min-height: 235px !important;
  }
}

@media (min-width: 767px) {
  .show-tab {
    display: block !important;
    opacity: 1 !important;
  }
  .show-tab2 {
    display: none !important;
    opacity: 1 !important;
  }
}
/* Responsive End*/

.mob-tab {
  border: none;
}
.mob-tab li a {
  border-bottom: 1px solid #f4f4f4;
  width: 62px;
  margin: 2px;
  display: flex;
}
ul.mob-tab {
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
}

.error {
  color: #d03e3e;
}

.select-arrow::after {
  display: none;
}

/*.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value {*/
/*  font-size: 2em!important;*/
/*  top: 10px !important;*/
/*  font-family: lato, regular;*/
/*}*/

.vjs-remaining-time-display {
  font-family: lato, regular;
}

.vc-icon ul {
  display: -webkit-inline-box;
}
.vc-timer {
  margin: auto;
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before {
  content: "\f122";
}

.video .overlay .closebtn {
  z-index: 9999999;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .h-100 {
    height: 50% !important;
  }
}

@media (min-width: 768px) {
  .vjs-playback-rate > .vjs-menu-button,
  .vjs-playback-rate .vjs-playback-rate-value {
    top: 15px !important;
  }
}

@media (min-width: 1024px) and (min-height: 768px) and (max-width: 1024px) and (max-height: 768px) {
  .last-thumbnail-item {
    margin-top: 44px;
  }
}

.mkll {
  z-index: 1;
  position: absolute;
  top: 46%;
  color: #000;
  border: #4a4a4a solid 1px;
  margin-left: -10%;
}

@media (max-width: 500px) {
  .mkll {
    z-index: 1;
    top: 46%;
    color: #000;
    border: #4a4a4a solid 1px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.pe-img {
  width: 100%;
  height: 100%;
  padding: 28px 0;
}

.cover-btn {
  margin: -48% auto 0;
}

@media (min-width: 360px) {
  .pe-img {
    padding: 20px 0;
  }

  .cover-btn {
    margin: -40% auto 0;
  }
}

@media (min-width: 411px) {
  .pe-img {
    padding: 15px 0;
  }

  .cover-btn {
    margin: -36% auto 0;
  }
}

@media (min-width: 768px) {
  .pe-img {
    padding: 8px 0;
  }

  .cover-btn {
    margin: -30% auto 0;
  }
}

#ninja-slider-next > div {
  display: none;
}

#ninja-slider-prev > div {
  display: none;
}

/*.vjs-big-play-button {*/
/*  width: 88px;*/
/*  height: 88px;*/
/*  background: none;*/
/*  background-repeat: no-repeat;*/
/*  background-position: 50%;*/
/*  background: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 0 1-3.604.194 3.492 3.492 0 0 1-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 0 1 3.604.194l20.433 13.843a3.497 3.497 0 0 1 .001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 0 0-.276-.09.51.51 0 0 0-.239.062.483.483 0 0 0-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0 0 58.6 44a.49.49 0 0 0-.22-.413z'/%3E%3C/svg%3E);*/
/*  border: none;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  margin-top: -44px;*/
/*  margin-left: -44px;*/
/*  color: purple;*/
/*}*/
/*.video-js .vjs-big-play-button {*/
/*  font-size: 3em;*/
/*  line-height: 1.5em;*/
/*  height: 1.63332em;*/
/*  width: 3em;*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  left: 10px;*/
/*  padding: 0;*/
/*  cursor: pointer;*/
/*  opacity: 1;*/
/*  border: .06666em solid #fff;*/
/*  background-color: #2b333f;*/
/*  background-color: rgba(43,51,63,.7);*/
/*  border-radius: .3em;*/
/*  -webkit-transition: all .4s;*/
/*  transition: all .4s;*/
/*}*/

.vjs-big-play-button {
  border-radius: 50% !important;
  width: 3em !important;
  height: 3em !important;
  top: 45% !important;
}

.vjs-big-play-button > .vjs-icon-placeholder:before {
  top: 22% !important;
}

/*# sourceMappingURL=mylearn.css.map */

.dashboard-login-img {
  background: url("../images/banner/DLogin.jpg") center center no-repeat !important;
}

.tooltip {
  border: none;
}

@media screen and (max-width: 767px) {
  .CourseDetails-tag span {
    float: none;
    position: static;
  }
}

.last-date {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #000000 !important;
  line-height: 24px;
  letter-spacing: 0 !important;
}

.nav-link {
  letter-spacing: 0 !important;
  color: rgba(28, 28, 28, 1) !important;
  font-size: 14px !important;
  margin-right: 1rem;
}

.nav-link:hover,
.nav-link:active {
  background: rgba(209, 230, 186, 1) !important;
}

.nav-item {
  height: 100%;
}

.nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.nav-link.active-menu {
  background: rgba(255, 255, 255, 1) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.nav-link.active-menu:hover {
  background: rgba(0, 0, 0, 0.03) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.dis-hover-menu:hover {
  background: rgba(255, 255, 255, 1) !important;
}

.login-heading {
  font-weight: 500;
  font-style: medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

#login_target input[type="text"],
input[type="password"] {
  height: 40px !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 1) !important;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  font-family: "Lato", sans-serif !important;
}

input:-webkit-autofill {
  background-color: #fff !important;
}

.form-group a {
  padding: 0 !important;
}

.passwordToggleIcon {
  height: 40px;
  display: flex !important;
  align-items: center;
  color: #000 !important;
}

.custom-btn1 {
  width: 153px !important;
}

.tippy-arrow {
  display: none !important;
}

.cmb {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.prctg {
  font-size: 12px !important;
  line-height: 24px !important;
  color: #00000080 !important;
  margin-top: 8px !important;
}

.forgot-email-field {
  border: 1px solid #0000001a !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 12px !important;
  width: 100% !important;
}

.custom_new_password {
  border: 1px solid #0000001a !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 12px !important;
  width: 100% !important;
}
