/*
Template Name: Lead Academy
Author: Lead Academy
Website: https://lead.academy/
File: Main Css File
*/
/*
01. Variables
02. General
03. Header
04. Menu
05. Footer
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
#loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hind-siliguri-font {
  font-family: 'Hind Siliguri', sans-serif !important;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #07477D;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contentSection.loaded {
  display: block !important;
}

#loader-main {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background-color: rgba(7, 72, 125, 0.863);
  overflow: hidden;
}

#loader2 {
  border: 4px solid #ffffff;
  border-radius: 50%;
  border-top: 4px solid #003662;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  bottom: 0;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
/*--------------------------------------------------------------
  *** Utilities ***
  ---------------------------------------------------------------*/
a {
  text-decoration: none;
}

/*Form control*/
.form-control,
.form-select {
  font-size: 14px;
}

.form-control-lg,
.form-select-lg {
  font-size: 15px;
  padding: 0.735rem 1rem;
}

/*
.form-control-lg::file-selector-button,
.form-control-lg::-webkit-file-upload-button {
    padding: .435rem 1rem;
}
*/
.form-control-lg::file-selector-button,
.form-control-lg::-webkit-file-upload-button {
  padding: 0.735rem 1rem;
  margin: -0.735rem -1rem;
  margin-inline-end: 1rem;
}

.white-space-nowrap {
  white-space: nowrap;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs_50 {
  font-size: 50px;
}

/*Font weight-----*/
.fw-thin {
  font-weight: 100 !important;
}

.fw-extra-light {
  font-weight: 200 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

/*Text Color-----*/
.text-navy-blue {
  color: #1270CB;
}

.text-dark-cerulean {
  color: #07477D;
}

/*Background Color-----*/
.bg-prussian-blue {
  background-color: #121326 !important;
}

.bg-alice-blue {
  background-color: #F5F9FF;
}

.bg-seagull {
  background-color: #66B2CE;
}

.bg-moody-blue {
  background-color: #8A82D9;
}

.bg-navy-blue {
  background-color: #036ED9;
}

.bg-endeavour {
  background-color: #206496;
}

.bg-resolution-blue {
  background-color: #1F3B7B;
}

.bg-dark-cerulean {
  background-color: #171725;
}

.bg-prussian-blue {
  background-color: #113B6C;
}

.bg-electric-indigo {
  background-color: #5B03D3;
}

.bg-midnight-express {
  background-color: #0E2140;
}

.bg-light-blue {
  background: #ddecff;
}

.bg-light-yellow {
  background: #f9daa1;
}

.textB {
  font-size: 135px;
  transform: rotate(-2deg);
}

.rounded-20 {
  border-radius: 1.25rem;
}

@media (max-width: 991px) {
  .reverse-md {
    flex-wrap: wrap-reverse;
  }
}
/*Border*/
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
}
.border-bottom-ly {
  border-bottom: 1px solid #b9b9b9;
}

/*Button -----*/
.btn {
  font-size: 14px;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.74rem 2rem;
  font-size: 15px;
}

.btn-dark-cerulean {
  color: #fff;
  background-color: #07477D;
  border-color: #07477D;
}

.btn-dark-cerulean:hover {
  color: #fff;
  background-color: #093961;
  border-color: #093961;
}

.btn.btn-dark-cerulean.btn-shadow {
  box-shadow: 0px 9px 16px 0px rgba(7, 71, 125, 0.2509803922) !important;
}

.btn-outline-dark-cerulean {
  color: #07477D;
  border-color: #07477D;
}

.btn-outline-dark-cerulean:hover {
  color: #fff;
  background-color: #07477D;
  border-color: #07477D;
}

.btn-group-m .btn {
  margin: 0.25rem 0.125rem;
}

.btn .feather {
  width: 19px;
  height: 19px;
}

.mw-32 {
  max-width: 32px;
}

.stroke-width-1p5 {
  stroke-width: 1.5;
}

.width-20 {
  width: 20px;
}

.width-15 {
  width: 15px;
}

.qa_label {
  width: 100%;
}

@media (min-width: 992px) {
  .width-150-md {
    width: 150px;
  }
  .qa_label {
    width: calc(75% - 50px);
  }
}
@media (max-width: 370px) {
  .col-vs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 576px) {
  .tech {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .card-tech {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .navbar-light .navbar-nav .dropdown-bell .nav-link,
  .navbar-light .navbar-nav .dropdown-cart .nav-link {
    width: 33px;
  }
}
.wh_sm_100 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.section-header_divider {
  height: 5px;
  width: 60px;
  background-color: #2757CA;
  border-radius: 0.25rem;
}

.text-primary {
  color: #07477D;
}

@font-face {
  font-family: NotoSans-Thin;
  src: url(../fonts/NotoSans-Thin.ttf);
}
@font-face {
  font-family: NotoSans-Light;
  src: url(../fonts/NotoSans-Light.ttf);
}
@font-face {
  font-family: NotoSans-Regular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSans-Medium;
  src: url(../fonts/NotoSans-Medium.ttf);
}
@font-face {
  font-family: NotoSans-Black;
  src: url(../fonts/NotoSans-Black.ttf);
}
@font-face {
  font-family: NotoSans-Bold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: Gloock-Regular;
  src: url(../fonts/Gloock-Regular.ttf);
}
@font-face {
  font-family: OoohBaby-Regular;
  src: url(../fonts/OoohBaby-Regular.ttf);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
a {
  text-decoration: none;
  color: #07477D;
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

button:focus, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.fs_11 {
  font-size: 11px;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.mt_70 {
  margin-top: 70px;
}

.mt_124 {
  margin-top: 124px;
}

.width_55p {
  width: 55px;
}

.width_80p {
  width: 80px;
}

.width_120p {
  width: 120px;
}

.min_width_340p {
  min-width: 340px;
}

.w-40 {
  width: 40%;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-3 {
  flex-grow: 3;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.lh-md {
  line-height: 1.5;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs_50 {
  font-size: 50px;
}

.fs_11 {
  font-size: 11px;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

@media (min-width: 1200px) {
  .px-xl-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.top_150 {
  top: 150px;
}

.border-2 {
  border: 2px solid #3a3a3a !important;
}

.full_page_cover {
  min-height: calc(100vh - 161px);
}

/*--------------------------------------------------------------
*** Navbar ***
---------------------------------------------------------------*/
.navbar {
  z-index: 9;
  padding: 0 1rem;
  height: 70px;
}

.navbar-bg {
  background-color: #07477D;
  /*    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 0 0.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  position: relative;
  letter-spacing: 0.5px;
}

.navbar-light .navbar-nav .nav-link .navbar-icon {
  font-size: 21px;
  stroke-width: 1.5;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-bg .btn-dark-cerulean,
.navbar-dark-cerulean .btn-dark-cerulean {
  color: #fff;
  background-color: #1468ad;
  border-color: #1468ad;
}

/*.navbar-light .navbar-nav .dropdown-bell .nav-link,
.navbar-light .navbar-nav .dropdown-cart .nav-link{
 padding: 1.3rem .5rem;
}*/
.navbar-light .navbar-nav .dropdown-bell .nav-link,
.navbar-light .navbar-nav .dropdown-cart .nav-link {
  padding: 0;
  width: 45px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-light .navbar-nav .nav-link .badge,
.shopping-cart-header .badge {
  display: inline-block;
  top: 14px;
  font-weight: 500;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  background-color: #008cff;
  padding: 0;
  right: -2px;
}

.navbar-light .navbar-brand img {
  height: 40px;
}

@media (max-width: 767px) {
  .navbar-light .navbar-brand {
    margin-right: 0;
  }
  .navbar-light .navbar-brand img {
    height: 36px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 5px;
    line-height: 0;
  }
}
.navbar-collapse.collapse:not(.show) {
  display: flex;
}

@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: auto;
    flex-grow: unset;
  }
  .nav-btn .btn {
    padding: 4px 8px;
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
  }
}
/*navbar toggle*/
.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/icon/toggler-icon.svg) !important;
}

/*Dropdown animation*/
/* Change this breakpoint if you change the breakpoint of the navbar */
.slideIn.dropdown-menu.show {
  display: block;
  inset: auto !important;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  animation-name: slideIn;
}

/*navbar header sticky*/
.header-sticky.sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*navbar search*/
.navbar .input-group {
  width: 32%;
  width: 400px;
}

.navbar .input-group .form-control {
  font-size: 14px;
  border: 0;
}

.navbar .input-group .form-control:focus {
  box-shadow: none;
}

/*navbar dropdown*/
.dropdown-menu {
  margin: 0;
}

.dropdown-menu {
  padding: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu-right {
  right: -6px !important;
  left: auto !important;
  margin-top: 0 !important;
}

.dropdown-item {
  padding: 0.25rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #07477D;
  background-color: transparent;
}

@media (max-width: 767px) {
  .dropdown {
    position: static;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
.bar-custom {
  display: flex;
  align-items: flex-end;
}

.bar-custom span {
  width: 4px;
  margin: 0 1px;
  border: 1px solid #B5C5DB;
}

.bar-custom span.fill {
  background: #B5C5DB;
}

.bar-custom span:first-child {
  height: 8px;
}

.bar-custom span:nth-child(2) {
  height: 12px;
}

.bar-custom span:last-child {
  height: 15px;
}

.notifications-scroll {
  height: 330px;
  position: relative;
}

.dropdown-bell .dropdown-toggle::after,
.dropdown-cart .dropdown-toggle::after,
.dropdown-user .dropdown-toggle::after {
  display: none;
}

.dropdown-footer {
  padding: 15px 25px;
  /* background-color: #eef3f7; */
}

.dmenu.dropdown-course .dropdown-menu,
.dmenu.dropdown-bell .dropdown-menu,
.dmenu.dropdown-cart .dropdown-menu {
  width: 18rem;
  padding: 0;
}

.shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  margin: 15px 25px 0;
  padding-bottom: 10px;
}

.shopping-cart li {
  margin-bottom: 10px;
  font-size: 12px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.shopping-cart-header .badge {
  right: -12px;
  top: -8px;
}

.shopping-cart-header .shopping-cart-total {
  float: right;
  font-weight: 600;
  margin-top: 4px;
}

.vdo_frame {
  height: 700px;
}

.bg_shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.dropdown-course-grid {
  padding: 15px 25px;
}

.dropdown-course-grid:hover {
  background: #eef3f7;
}

.dropdown-course-grid .media-body {
  min-width: 1px;
}

.dropdown-course-grid .course-title {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-course-grid .btn {
  font-size: 12px;
  padding: 2px 10px;
}

.dropdown-course-grid .progress {
  height: 0.4rem;
}

.dropdown-course-grid .course-des {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 14px;
  color: #586069;
  font-size: 12px;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

/*dropdown user*/
.dmenu.dropdown-user .dropdown-menu {
  width: 17rem;
  padding: 0;
}

.navbar-light .navbar-nav .dropdown-user .nav-link {
  margin-left: 1rem;
  padding: 0;
}

.navbar-light .navbar-nav .dropdown-user .nav-link::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #f13a4b;
  border-radius: 100%;
  z-index: 1;
}

.navbar-light .navbar-nav .dropdown-user .nav-link .user-avatar {
  /*width: 45px;*/
  width: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.navbar-light .navbar-nav .dropdown-user .user-holder {
  padding: 20px 20px 15px;
}

.navbar-light .navbar-nav .dropdown-user .user-header {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  padding: 0 0 20px;
}

.navbar-light .navbar-nav .dropdown-user .img-user,
.navbar-light .navbar-nav .dropdown-user .user-header .img-user {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.navbar-light .navbar-nav .dropdown-user .img-user img,
.navbar-light .navbar-nav .dropdown-user .user-header .img-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.navbar-light .navbar-nav .dropdown-user .user-header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #212229;
  margin-bottom: 0;
}

.navbar-light .navbar-nav .dropdown-user .user-header span {
  display: block;
  font-size: 13px;
  color: #70737c;
}

.navbar-light .navbar-nav .dropdown-user .dropdown-item {
  position: relative;
  padding: 0;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #494c57;
  font-weight: 500;
}

.navbar-light .navbar-nav .dropdown-user .dropdown-item + .dropdown-item {
  border-top: 1px dotted #ced4da;
}

.navbar-light .navbar-nav .dropdown-user .dropdown-item i {
  font-size: 22px;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-collapse .main-nav-wrap {
    display: none;
  }
}
.main-nav-wrap > ul > li > a {
  align-items: center;
  display: flex;
}

.main-nav-wrap > ul > li > a > i {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
}

.main-nav-wrap > ul > li > a > span {
  padding: 0;
}

.main-nav-wrap > ul > li > ul > li a {
  display: flex;
  align-items: center;
}

/*.main-nav-wrap > ul > li > ul > li a .icon {
 width: 20px;
 height: 20px;
 margin-right: 12px;
 text-align: center;
 display: inline-block;
 font-size: 22px;
}*/
.main-nav-wrap > ul > li > ul > li a i {
  font-size: 21px;
  line-height: 17px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .has-sub-category {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-nav-wrap > ul > li > a {
    font-size: 14px;
    position: relative;
    color: #fff;
    font-weight: 500;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.6rem;
    letter-spacing: 0.5px;
  }
  .main-nav-wrap > ul > li > a .d-inline {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
  }
  .main-nav-wrap > ul > li > a i {
    color: #a1a7b3;
    margin-right: 5px;
    font-size: 19px;
  }
  .main-nav-wrap > ul > li > a .has-sub-category {
    display: none;
  }
  .main-nav-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-nav-wrap > ul > li {
    position: relative;
  }
  .main-nav-wrap ul li ul {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  .main-nav-wrap ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .main-nav-wrap > ul > li > ul {
    top: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
    color: #505763;
    font-size: 13px;
    left: 0;
    text-align: left;
    height: auto;
    padding: 15px 0;
    min-height: 500px !important;
  }
  /*    .main-nav-wrap > ul > li > ul > li a .icon{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
   }*/
  .main-nav-wrap > ul > li > ul > li a .typcn {
    /*        color: #a1a7b3;
      font-size: 22px;
      line-height: 1;*/
    font-size: 21px;
    line-height: 17px;
    margin-right: 10px;
  }
  .main-nav-wrap > ul > li > ul > li a {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #29303b;
  }
  .main-nav-wrap > ul > li > ul > li a:hover {
    color: #1270CB;
    background-color: #f2f3f5;
  }
  .main-nav-wrap > ul > li > ul ul {
    top: 0;
    left: 270px;
  }
  .main-nav-wrap ul li li {
    width: 270px;
  }
  .main-nav-wrap ul li li .has-sub-category {
    font-size: 12px;
    line-height: 24px;
    color: #a1a7b3;
    margin-left: auto;
  }
  .main-nav-wrap > ul > li > ul > li ul {
    position: absolute;
    background: #f7f8fa;
    height: auto;
    min-height: calc(100% + 1px);
    top: -1px;
    padding: 15px 0;
    box-shadow: 4px 4px 16px rgba(20, 23, 28, 0.25);
  }
  .main-nav-wrap li[class*=go-back] {
    display: none;
  }
}
@media (max-width: 992px) {
  .mm {
    background: #fff;
  }
  .mm.mm--offcanvas {
    width: 280px;
  }
  .mm-blocker.mm--open {
    width: calc(100% - 280px);
  }
  .mm a {
    font-size: 15px;
  }
}
/* Navbar color ------------------ */
/*navbar color*/
.navbar-dark-cerulean {
  background-color: #07477D;
}

.navbar-dark {
  background: #000;
}

.navbar-light.navbar-dark-cerulean .navbar-nav .nav-link,
.navbar-light.navbar-dark-cerulean .navbar-nav .active > .nav-link,
.navbar-light.navbar-dark-cerulean .navbar-nav .nav-link.active,
.navbar-light.navbar-dark-cerulean .navbar-nav .nav-link.show,
.navbar-light.navbar-dark-cerulean .navbar-nav .show > .nav-link,
.navbar-dark-cerulean .main-nav-wrap > ul > li > a,
.navbar-dark-cerulean .main-nav-wrap > ul > li > a > i {
  color: #fff;
}

.navbar-light.navbar-dark-cerulean .navbar-nav .nav-link .badge {
  top: 14px;
}

.navbar.navbar-dark-cerulean .navbar-nav .nav-link .badge {
  background-color: #1a80b7;
}

.btn-header-search {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/*--------------------------------------------------------------
*** Back to top ***
---------------------------------------------------------------*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}

.btn-top {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border-width: 2px;
}

/*--------------------------------------------------------------
*** Main Header ***
---------------------------------------------------------------*/
.header-img_bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.header2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.main-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.main-header.header-video_bg:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.header2_innner,
.main-header .container-lg {
  z-index: 2;
}

.header-logo img {
  height: 120px;
}

@media (min-width: 992px) {
  .banner_video {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 550px;
  }
  .pt-lg-220 {
    padding-top: 100px !important;
  }
}
@media (max-width: 575px) {
  .header-logo img {
    height: 70px;
  }
  .header-btn .btn {
    width: 60%;
  }
}
@media (max-width: 507px) {
  .header-btn .btn {
    width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .header-logo img {
    height: 92px;
  }
}
/*Header background Video*/
.header-video_bg video {
  position: absolute;
  top: 54px;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  /* z-index: 0; */
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
*** Brand Logo Content ***
---------------------------------------------------------------*/
.brand-logo img {
  height: 50px;
}

.bg-prussian-blue {
  background-color: #002A4D;
}

.bg-dark-cerulean {
  background-color: #171725;
}

.text-dark-cerulean {
  color: #07477D;
}

.typeahead .dropdown-item {
  padding: 0.25rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  white-space: break-spaces;
}

.headerMenu li a {
  font-family: "Inter", sans-serif;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

.bg-alice-blue {
  background-color: #F5F9FF;
}

.sample-title {
  font-weight: 700;
}

.breadcrumb li {
  font-weight: bold;
  color: #000;
}
.breadcrumb li a {
  color: #000 !important;
}
.breadcrumb .active {
  color: #000 !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-weight: 600;
}

.btn-primary {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 18px;
  border-radius: 3px;
  background: #07477D;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #02345e;
  transition: 0.3s;
}

.btn-outline-primary {
  color: #07477D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 18px;
  border-radius: 3px;
  border: 1px solid #07477D;
  transition: 0.3s;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #02345e;
  transition: 0.3s;
}

.btn-success {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 18px;
  border-radius: 3px;
  background: #07C03B;
}

.btn-light {
  color: #07477D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 18px;
  border-radius: 3px;
  background: #ffffff;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .btn-primary {
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 5px 15px;
    border-radius: 3px;
    background: #07477D;
  }
  .btn-light {
    color: #07477D;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #ffffff;
  }
}
.form-modal {
  max-width: 450px;
}
.form-modal .modal-content {
  padding: 25px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(26, 24, 30, 0.04);
}
.form-modal .modal-body {
  padding: 0px;
  border: none;
}
.form-modal .form-box h5 {
  color: #1A181E;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}
.form-modal .form-box label {
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.form-modal .form-box .form-control {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.form-modal .form-box .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #07477D;
}
.form-modal .form-box p {
  color: #000000;
  font-size: 18px;
}
.form-modal .form-box a {
  text-decoration: underline;
  color: #07477D;
}
.form-modal .form-box .btn-primary.disabled, .form-modal .form-box .btn-primary:disabled {
  opacity: 0.4;
  background: #07477D;
}
.form-modal .password-show i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.form-box h5 {
  color: #1A181E;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}
.form-box label {
  color: #1D2026;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
  margin-bottom: 6px;
}
.form-box .form-control {
  border-radius: 4px;
  border: 1px solid #E9EAF0;
  background-color: #FFF;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.form-box .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #07477D;
}
.form-box .form-control:disabled {
  background-color: #F3F3F3;
}
.form-box .form-select {
  padding: 12px 2.25rem 12px 0.75rem;
}

/* .password-show .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
} */

.showSignPassword,
.password-show .showSignPassword {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.benifit-checked i {
  color: #3461CD;
}

ul.typeahead.dropdown-menu {
  width: 100%;
}

.loadcontent {
  margin: 15px 15px;
}

.right-ans {
  color: green;
  font-weight: bold;
}

/* .accordion-button:not(.collapsed) {
box-shadow: none;
} */
.showicon {
  display: block;
}

.hideicon {
  display: none;
}

.top-1 {
  top: 1em !important;
}

.end-1 {
  right: 1em !important;
}

.column-labels {
  margin-bottom: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.0705882353);
  background-color: #fff;
}

.column-labels label {
  font-size: 16px;
  padding: 7px 0;
  margin: 0;
}

.w-15 {
  width: 15%;
}

button.accordion-button.fs-13.text-muted.fw-normal.pt-1.pb-0.px-0.collapsed::after {
  display: none;
}

.card-scroll {
  max-height: 430px;
  overflow-y: scroll;
}

.width_70 {
  width: 70px;
}

/* student dashboard  dropdown menu  */
.navbar-light .navbar-nav .dropdown-user .user-header {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  padding: 0 0 0px !important;
}

.dmenu.dropdown-user .dropdown-menu {
  width: 18rem;
  padding: 0;
}

.navbar-light .navbar-nav .dropdown-user .dropdown-item {
  color: #fff;
  background-color: #333;
}

.navbar-light .navbar-nav .dropdown-user .user-header p {
  font-size: 12px;
}

.z-index-2 {
  z-index: 2;
}

.banner-video_icon {
  transform: translate(-50%, -50%);
}

.main-nav-wrap > ul > li > ul {
  height: auto !important;
}

/* WebKit (Chrome, Safari) */
.main-nav-wrap > ul > li > ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.main-nav-wrap > ul > li > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main-nav-wrap > ul > li > ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.nav_second {
  background-color: rgba(17, 59, 108, 0.9019607843);
}

.brand-logo img {
  height: auto !important;
}

.btn-dark-cerulean:hover {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.brand-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1350px) {
  .brand-carousel .owl-nav {
    left: -50px;
    right: -50px;
  }
}
.brand-carousel .owl-nav .owl-prev i,
.brand-carousel .owl-nav .owl-next i {
  font-size: 25px;
}

.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-next i {
  font-size: 25px;
}

@media (max-width: 1199px) {
  .col-title {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* .course-card__course--title {
    height: 43px;
} */
@media (max-width: 1200px) {
  .testimonial-carousel .owl-nav {
    left: -52px;
    right: -52px;
  }
}
@media (max-width: 575px) {
  .exclusive {
    margin-top: 30px;
  }
}
/* .testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
} */
.testimonial-carousel.owl-theme .owl-nav {
  margin-top: 0;
}

.testimonial-carousel.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, 0);
  border: none;
  background: transparent;
  left: 20px;
}

.testimonial-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
  border: none;
  background: transparent;
}

.cart-bage {
  display: inline-block;
  top: -8px !important;
  font-weight: 500;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  position: absolute !important;
  padding: 0;
  right: 1px;
}

.YouTubePopUp-Content {
  max-width: 1000px;
}

.YouTubePopUp-Content iframe {
  height: 580px !important;
}

.bg-grey-cerulean {
  background: #ecf0f1;
}

.collaborate2-carousel .owl-dots {
  margin-top: 25px;
}

.collaborate2-carousel .owl-dots .owl-dot {
  background: #a1bdd5;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
}

.collaborate-carousel .brand-logo img {
  margin: 0 auto;
}

.collaborate-carousel .owl-item img {
  width: auto;
}

.collaborate-carousel .owl-item {
  padding: 15px 10px;
}

.brand-shadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.collaborate2-carousel .owl-item {
  padding: 15px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.collaborate2-carousel .owl-item .brand_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
  padding: 35px 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.collaborate2-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100px;
}

.collaborate2-carousel .owl-stage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.bg-danger2 {
  background-color: #ff0000 !important;
}

.text-success2 {
  /* color: #11b719!important; */
  color: #113B6C !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.btn-cart-2 {
  line-height: 15px;
  padding: 0 10px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping {
  padding-right: 8px;
}

.btn-cart-2 .feather {
  width: 17px;
  height: 17px;
}

.w-sub {
  width: calc(100% - 130px);
}

.fs-16 {
  font-size: 16px !important;
}

.text-muted2 {
  color: #919191;
}

.lh-md2 {
  line-height: 1.2;
}

.pricing-wrappers {
  border-radius: 56px;
  background: transparent linear-gradient(180deg, #2D3B68 0%, #171E34 100%) 0% 0% no-repeat padding-box;
}

.pricing-wrappers > li {
  color: #ffffff;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.YouTubePopUp-Close {
  top: -90px !important;
}

.py-73 {
  padding-top: 73px;
  padding-bottom: 73px;
}

.hero2:before {
  content: "";
  top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: rgba(0, 0, 0, 0.6509803922);
}

.rounded-6 {
  border-radius: 6px;
}

.shopping_icon::before {
  content: "";
  width: 2px;
  height: 10px;
  background: #5482A7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .w-sub {
    width: calc(100% - 100px);
  }
}
.testimonial-box img {
  width: auto !important;
}

.opa-half {
  opacity: 0.5;
}

.btn-details {
  line-height: 15px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
}

/* checkbox  */
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  /* color: #666; */
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 2px solid #113B6C;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #154679;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.pricing-switcher [type=radio]:checked + label:after,
.pricing-switcher [type=radio]:not(:checked) + label:after,
.pricing-switcher [type=radio]:checked + label:before,
.pricing-switcher [type=radio]:not(:checked) + label:before {
  display: none;
}

.pricing-switcher [type=radio]:checked + label,
.pricing-switcher [type=radio]:not(:checked) + label {
  padding: 0;
  text-align: center;
  line-height: 48px;
}

.pricing-switcher [type=radio]:not(:checked) + label {
  color: #fff;
}

/* checkbox  */
/* ========= its for from lead team=============== */
.polygon-shape {
  -webkit-clip-path: polygon(0% 0%, 85% 1%, 100% 50%, 85% 100%, 0% 100%);
  /* clip-path: polygon(0% 0%, 85% 1%, 100% 50%, 85% 100%, 0% 100%); */
  clip-path: polygon(0% 0%, 85% 1%, 100% 50%, 85% 100%, 0% 100%);
  padding-top: 6px;
  text-align: center;
  width: 90px;
  /* height: 50px; */
  background: #FF0000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

/* ============== close =============== */
.instructor-name {
  font-weight: bold;
  font-size: 12px;
  line-height: 120.68%;
  letter-spacing: -0.04em;
  color: #B5C5DB;
}

.course-card-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}

.course_price_cart {
  font-weight: bold;
  font-size: 13px;
  line-height: 120.68%;
  letter-spacing: -0.04em;
  color: #000000;
}

.course_price_cart.active {
  color: green;
}

.course_price_cart.inactive {
  color: #ddd;
}

.cat_radio [type=radio]:checked + label:before,
.cat_radio [type=radio]:not(:checked) + label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #113B6C;
}

.cat_radio [type=radio]:checked + label:after,
.cat_radio [type=radio]:not(:checked) + label:after {
  width: 9px;
  height: 9px;
  top: 3px;
  left: 3px;
}

.viewe-carousel .owl-stage {
  padding-bottom: 0.25rem !important;
}

.search_autocomplete.ui-widget.ui-widget-content {
  border: 0;
  padding: 25px;
  width: 400px !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
  margin-top: 0px;
}

.search_autocomplete.ui-state-active,
.search_autocomplete.ui-widget-content .ui-state-active,
.search_autocomplete.ui-widget-header .ui-state-active,
.search_autocomplete.ui-button:active,
.ui-button:active,
.search_autocomplete.ui-button.ui-state-active:hover {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #07477d;
}

.search_autocomplete.ui-menu .ui-state-focus,
.search_autocomplete.ui-menu .ui-state-active {
  margin: 0;
}

/* project featured work butotn color */
.featured_work_color {
  color: #a8a8a8;
}

.hash-color {
  color: #797979;
}

.fs-20 {
  font-size: 20px;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.site-fc {
  color: #07477D;
}

.experience-time-box {
  border-radius: 9px !important;
  border: 2px solid #07477D;
}

.float-right {
  float: right;
}

.transition-duration {
  transition-duration: 1s;
}

.hiring-btn {
  color: #07477D;
  border-color: #07477D;
}

.custom-btn {
  border: 2px solid #07477d;
  text-align: center;
  font-weight: 700;
  padding: 6px 10px 8px 10px !important;
}

.custom-success-btn {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  padding: 8px;
}

.custom-success-soft {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.3);
  padding: 6px 20px;
  border: 1px solid;
}

.custom-danger-btn {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 8px;
}

.custom-warning-btn {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  padding: 8px;
}

.custom-info-soft {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.2);
  border-color: rgba(23, 162, 184, 0.4);
  padding: 6px 20px;
  border: 1px solid;
}

.custom-danger-soft {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.2);
  border-color: rgba(220, 53, 69, 0.4);
  padding: 6px 20px;
  border: 1px solid;
}

/*============== its for loader =============*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../box.gif) center no-repeat #fff;
}

/*=========== close ===========*/
.event-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.04em;
  width: 170px;
}

.text-blue {
  color: #07477d;
}

.active_page-text-blue {
  color: #0a2d55;
}

.font-letter-spacing-1 {
  letter-spacing: 1.5px;
}

.empty-box-darker {
  background-color: #ecebeb;
}

.featured-opacity {
  opacity: 0;
}

.featured-opacity:hover {
  opacity: 1;
}

.lesson-watch-design {
  color: #07477D !important;
  font-weight: 600;
}

@media (max-width: 360px) {
  .btn-join {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }
}
.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .YouTubePopUp-Close {
    top: 0 !important;
    margin: 10px 15px;
  }
}
.lesson-block {
  background: #F6FBFF;
  border: 1px solid #D6E3F0;
  border-radius: 4px;
}

.lesson-block.active {
  background: #A8D3FF;
}

.lesson-block .accordion-button {
  background: transparent;
}

.lesson-block a {
  font-size: 15px;
  line-height: 22px;
}

.course-duration {
  font-weight: 600;
  color: #0c63e4;
}

.lesson-content-scroll {
  max-height: 550px;
  position: relative;
}

.quiz-project-scroll {
  max-height: 400px;
}

.dropdown-edit > .dropdown-menu {
  min-width: 7rem;
}

.mw_90 {
  min-width: 90px;
}

.cart_in_disable {
  background: #5482a7;
  border-color: #5482a7;
}

/* .checkbox-success [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #113B6C;
    border-radius: 100%;
    background: #006ccb;


} */
div#editors {
  border: 1px solid #ddd;
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

.text-small {
  font-size: 0.85em;
}

.text-tiny {
  font-size: 0.7em;
}

.marker-green {
  background-color: var(--ck-highlight-marker-green) !important;
}

.marker-yellow {
  background-color: var(--ck-highlight-marker-yellow) !important;
}

.marker-pink {
  background-color: var(--ck-highlight-marker-pink) !important;
}

.marker-blue {
  background-color: var(--ck-highlight-marker-blue) !important;
}

.pen-red {
  background-color: transparent;
  color: var(--ck-highlight-pen-red) !important;
}

.pen-green {
  background-color: transparent;
  color: var(--ck-highlight-pen-green) !important;
}

code {
  background-color: hsla(0, 0%, 78%, 0.3);
  border-radius: 2px;
  padding: 0.15em;
}

@media (min-width: 768px) {
  .title_width {
    max-width: calc(100% - 95px);
  }
}
.shadow-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to top, rgba(15, 29, 65, 0.9019607843) 0%, rgba(15, 29, 65, 0.7490196078) 100%);
  z-index: 1;
}

.course-card__course--title .blog_title.text_ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}

.text_ellipse2 {
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}

.text_ellipse2.opened {
  display: block;
}

.ellipse_oneLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .event-cover-image {
    min-height: 486px;
  }
}
.imgdiv {
  height: 171px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-carousel .owl-item .insActImg {
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lessonSlideImg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  width: 100%;
}

@media (max-width: 410px) {
  .lessonSlideImg {
    height: 160px;
  }
}
.docsIframe {
  height: 400px;
}

@media (max-width: 767px) {
  .docsIframe {
    height: 100%;
  }
  .lessonSlideImg {
    height: 220px;
  }
}
.vp-center {
  display: block !important;
}

.lead-landing {
  background-color: #F5F9FF;
  /* Header Section */
  /* Header Section */
  /* box cards css */
  /* box cards css */
  /* Collabration Text */
  /* Collabration Text */
  /* footer section */
  /* footer section */
  /* Responsive Section */
  /* ============== For Mobile ============== */
  /* ============== For Tab ============== */
  /* ============== For IPAD PRO ============== */
  /* ============== For Laptop ============== */
  /* ============== For Desktop ============== */

}
.lead-landing .form-control:focus {
  box-shadow: none;
  outline: none;
}
.lead-landing .form-control:active {
  box-shadow: none;
  outline: none;
}
.lead-landing .form-control:visited {
  box-shadow: none;
  outline: none;
}
.lead-landing .head_logo {
  text-align: center;
  top: 50px;
  z-index: 10;
}
.lead-landing .text-left {
  padding-top: 75px;
}
.lead-landing .text-right {
  padding-top: 75px;
}
.lead-landing .form {
  max-width: 500px;
  height: 65px;
}
.lead-landing .btn {
  background-color: #154679;
  border-color: #154679;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
}
.lead-landing .search_main {
  margin-top: 80px;
  margin-bottom: 80px;
}
.lead-landing .search_main form {
  position: relative;
}
.lead-landing .search_space {
  background: #FFFFFF;
  border-radius: 7px;
  padding: 15px;
  height: auto !important;
  width: 100% !important;
  border: none;
}
.lead-landing .search_btn {
  position: absolute;
  right: 20px;
  top: 6px;
  padding: 8px 30px;
}
.lead-landing .png_logo {
  height: 180px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50px);
}
.lead-landing .main-row {
  padding-top: 50px;
  padding-left: 300px;
  padding-right: 300px;
  position: relative;
}
.lead-landing .form-control {
  width: 100%;
}
.lead-landing .card-title {
  font-size: 27px;
  line-height: 32px;
  color: #262729;
}
.lead-landing .card_img1 {
  width: 150px;
  padding-left: 25px;
  padding-top: 10px;
  z-index: 5;
}
.lead-landing .card_img2 {
  width: 210px;
  padding-left: 25px;
  padding-top: 25px;
}
.lead-landing .card_img3 {
  width: 130px;
  padding-left: 25px;
  padding-top: 25px;
}
.lead-landing .box_img1 {
  width: auto;
  max-width: 100%;
  z-index: 10;
}
.lead-landing .box_img2 {
  width: 190px;
  padding-top: 60px;
}
.lead-landing .box_img3 {
  width: 170px;
}
.lead-landing .box_img4 {
  width: 200px;
  padding-top: 40px;
  padding-right: 20px;
}
.lead-landing .card-body {
  padding-bottom: 0px;
  z-index: 20;
}
.lead-landing .course-single {
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
  border: none;
  position: relative;
  overflow: hidden;
}
.lead-landing .course-logo {
  height: 60px;
  width: auto;
  margin: 20px 0px 0px 30px;
}
.lead-landing .course-single .col-8 {
  padding-bottom: 30px;
}
.lead-landing .course-single .card-body {
  padding-top: 10px;
  padding-left: 30px;
}
.lead-landing .course-banner img {
  position: absolute;
  bottom: 0;
  width: 160px;
}
.lead-landing .badge-info {
  background: #064676;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-bottom: 12px;
}
.lead-landing .badge-warning {
  background: #FFAC56;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding: 2px 12px;
  margin-bottom: 12px;
  /* opacity: 0.7; */
}
.lead-landing .card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #262729;
  opacity: 0.7;
}
.lead-landing .explore-btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #494CA2;
  position: relative;
}
.lead-landing .explore-btn i {
  position: absolute;
  right: -25px;
  top: 5px;
  font-size: 15px;
}
.lead-landing .lbox {
  background: #fff;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  height: 158px;
  /* width: 500px; */
}
.lead-landing .coll_text {
  padding-top: 50px;
}
.lead-landing #counter .logo-holder {
  width: 100%;
  display: block;
}
.lead-landing #counter .logo-holder img {
  height: 40px;
  max-width: inherit;
  width: auto;
  float: left;
  margin-right: 15px;
}
.lead-landing #counter .logo-holder h3 {
  display: inline-block;
  background: linear-gradient(90deg, #EA7D26 18.98%, #EDAC1F 81.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
  font-weight: 600;
  padding-top: 15px;
}
.lead-landing #counter .logo-holder .justify-content-center {
  display: inline-flex;
  margin-bottom: 5px;
  margin-top: 10px;
}
.lead-landing .logo-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.lead-landing .logo-container {
  padding: 0px 50px;
}
.lead-landing .logo-container .logo-holder {
  background: #fff;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  height: 120px;
}
.lead-landing .logo-container .logo-holder img {
  max-height: 60px;
  max-width: 50%;
  width: auto;
  margin: auto;
}
.lead-landing .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.lead-landing .owl-dots .owl-dot {
  background: #C4C4C4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
}
.lead-landing .owl-dots .owl-dot.active {
  background: #494CA2;
}
.lead-landing .s_img1,
.lead-landing .s_img2,
.lead-landing .s_img3,
.lead-landing .s_img4 {
  width: 30%;
}
.lead-landing .s_text1 {
  background: linear-gradient(90deg, #EA7D26 18.98%, #EDAC1F 81.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
  font-weight: 600;
}
.lead-landing .feat_in {
  padding-bottom: 35px;
}
.lead-landing .f_img {
  width: 50%;
}
.lead-landing .footer_back {
  background-color: #111D40;
  height: 160px;
  width: 1920px;
}
.lead-landing .footer_copyright {
  color: #fff;
  padding-top: 50px;
  font-size: 15px;
}
.lead-landing .footer_buuton {
  font-size: 20px;
  border-radius: 100px;
  font-size: 25px;
}
.lead-landing .buttun_footer-col {
  padding-top: 50px;
}
.lead-landing .footer_support {
  color: #fff;
  padding-top: 50px;
  font-size: 15px;
}
@media (max-width: 1440px) {
  .lead-landing .main-row {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 10;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 35px;
  }
  .lead-landing .box_img2 {
    width: 150px;
    padding-top: 120px;
  }
  .lead-landing .box_img3 {
    width: 120px;
    padding-top: 75px;
  }
  .lead-landing .box_img4 {
    width: 160px;
    padding-top: 85px;
  }
}
@media (max-width: 1280px) {
  .lead-landing .main-row {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 10;
    padding-left: 10px;
    padding-bottom: 35px;
  }
  .lead-landing .box_img2 {
    width: 120px;
    padding-top: 195px;
  }
  .lead-landing .box_img3 {
    width: 120px;
    padding-top: 75px;
  }
  .lead-landing .box_img4 {
    width: 160px;
    padding-top: 85px;
  }
}
@media (max-width: 1024px) {
  .lead-landing .main-row {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 10;
    padding-left: 10px;
    padding-bottom: 35px;
  }
  .lead-landing .box_img2 {
    width: 110px;
    padding-top: 305px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 210px;
  }
  .lead-landing .box_img4 {
    width: 100px;
    padding-top: 260px;
  }
}
@media (max-width: 834px) {
  .lead-landing .main-row {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 80px;
    padding-top: 460px;
  }
  .lead-landing .box_img3 {
    width: 80px;
    padding-top: 330px;
  }
  .lead-landing .box_img4 {
    width: 100px;
    padding-top: 350px;
  }
}
@media (max-width: 768px) {
  .lead-landing .main-row {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 75px;
    padding-top: 560px;
  }
  .lead-landing .box_img3 {
    width: 75px;
    padding-top: 430px;
  }
  .lead-landing .box_img4 {
    width: 90px;
    padding-top: 455px;
  }
}
@media (max-width: 820px) {
  .lead-landing .main-row {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 75px;
    padding-top: 560px;
  }
  .lead-landing .box_img3 {
    width: 75px;
    padding-top: 430px;
  }
  .lead-landing .box_img4 {
    width: 90px;
    padding-top: 455px;
  }
}
@media (max-width: 375px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 250px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 230px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 255px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 250px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 230px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 255px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media (max-width: 384px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 250px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 230px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 255px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media (max-width: 412px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 210px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 200px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 200px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media (max-width: 414px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 210px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 200px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 200px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media (max-width: 390px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 210px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 200px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 200px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media (max-width: 428px) {
  .lead-landing .main-row {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    z-index: 10;
  }
  .lead-landing .box_img2 {
    width: 100px;
    padding-top: 210px;
  }
  .lead-landing .box_img3 {
    width: 100px;
    padding-top: 200px;
  }
  .lead-landing .box_img4 {
    width: 120px;
    padding-top: 200px;
  }
  .lead-landing .search_btn {
    height: 45px;
    padding-bottom: 20px;
  }
  .lead-landing .btn {
    padding-bottom: 10px;
    top: 5px;
  }
  .lead-landing .search_main {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lead-landing .container {
    min-width: 100%;
  }
  .lead-landing .search_main {
    margin: 30px 0px !important;
  }
  .lead-landing .text-left {
    padding-top: 30px;
  }
  .lead-landing .text-right {
    padding-top: 40px;
  }
  .lead-landing .search_btn {
    top: 11px !important;
    height: auto !important;
  }
  .lead-landing .course-single {
    height: auto;
  }
  .lead-landing .course-banner img {
    position: relative;
    width: 50%;
    display: table;
    margin: auto;
    margin-top: 30px;
  }
  .lead-landing .head_logo {
    top: 20px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .lead-landing .container {
    min-width: 100%;
  }
  .lead-landing .course-banner img {
    position: relative;
    height: 250px;
    display: table;
    margin: auto;
    max-width: 100%;
  }
}
.lead-homepage {
  /*--------------------------------------------------------------
       *** Navbar ***
       ---------------------------------------------------------------*/
  /*.navbar-light .navbar-nav .dropdown-bell .nav-link,
       .navbar-light .navbar-nav .dropdown-cart .nav-link{
           padding: 1.3rem .5rem;
       }*/
  /*navbar toggle*/
  /*Dropdown animation*/
  /* Change this breakpoint if you change the breakpoint of the navbar */
  /*navbar header sticky*/
  /*navbar search*/
  /*navbar dropdown*/
  /*dropdown user*/
  /*.main-nav-wrap > ul > li > ul > li a .icon {
           width: 20px;
           height: 20px;
           margin-right: 12px;
           text-align: center;
           display: inline-block;
           font-size: 22px;
       }*/
  /* Navbar color ------------------ */
  /*navbar color*/
  /*--------------------------------------------------------------
       *** Back to top ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Main Header ***
       ---------------------------------------------------------------*/
  /*Header background Video*/
  /*--------------------------------------------------------------
       *** Brand Logo Content ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Counter Content ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Testimonial ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Course Card ***
       ---------------------------------------------------------------*/
  /*Course Search Input*/
  /*Course Card*/
  /* .course-card__course--title a {
         display: block;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
         line-height: 18px;
         font-weight: 700;
         font-size: 14.67px;
     } */
  /*
       .course-card__hover--content:before {
         content: '';
         position: absolute;
         left: 0;
         bottom: 70px;
         height: 40%;
         right: 0;
         transition: height .5s;
         background: transparent linear-gradient(0deg, #113b6c 0%, transparent 100%) 0% 0% no-repeat padding-box;
        }

        */
  /*--------------------------------------------------------------
       *** Pricing Table ***
       ---------------------------------------------------------------*/
  /* .pricing-body{
         height: calc(100% - 330px);
       } */
  /*--------------------------------------------------------------
       *** Newsletter ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Footer ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Sub Footer ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Viewe Course carousel ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Section Header ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** F.A.Q ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Gallery ***
       ---------------------------------------------------------------*/
  /*Course Preview Modal*/
  /*Round Progressbar*/
  /*.progress .progress-value div {
         margin-top: 10px;
       }*/
  /* This for loop creates the 	necessary css animation names
       Due to the split circle of progress-left and progress right, we must use the animations on each side.
       */
  /*--------------------------------------------------------------
       *** Sidebar ***
       ---------------------------------------------------------------*/
  /*List Checked*/
  /*Category List*/
  /* @media(min-width: 992px) {
           .cat-list {
               margin-left: -13px;
           }
       } */
  /* .cat-list li a::before {
         content: '';
         position: absolute;
         width: 16px;
         height: 16px;
         display: block;
         border: 1px solid #C3CBD6;
         border-radius: 50%;
         top: 50%;
         left: 6px;
         transform: translateY(-50%);
     } */
  /* .cat-list li a::after {
         content: '';
         position: absolute;
         width: 10px;
         height: 10px;
         display: block;
         background: #5087b5;
         border-radius: 50%;
         top: 50%;
         left: 9px;
         transform: translateY(-50%);
         transition-duration: 0.4s;
         opacity: 0;
     } */
  /*--------------------------------------------------------------
       *** Form Wizard ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Category Banner ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Category Banner ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Breadcrumb ***
       ---------------------------------------------------------------*/
  /*.breadcrumb-item a{
           color: #fff
       }
       .breadcrumb-item.active {
           color: #fff
       }*/
  /*--------------------------------------------------------------
       *** Progress ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Sticky Nav ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Category Page ***
       ---------------------------------------------------------------*/
  /*Filter*/
  /*--------------------------------------------------------------
       *** Custom Tabs ***
       ---------------------------------------------------------------*/
  /*Chart legend*/
  /*--------------------------------------------------------------
       *** Share Modal ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Quiz Overlay ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Sign In ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Profile Header ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Topics ***
       ---------------------------------------------------------------*/
  /*
       .topics:hover .topics_info{
           opacity: 1;
       }
       */
  /*--------------------------------------------------------------
       *** Professional Proficiency ***
       ---------------------------------------------------------------
       .proficiency-brand_logo {
           height: 60px;
           width: 60px;
           object-fit: cover;
       }

       .proficiency-brand_logo img {
           width: 100%;
           height: 100%;
           object-fit: contain;
       }

       /*--------------------------------------------------------------
       *** Education ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Affiliation ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Portfolio download ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Assignment ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Progress Overview ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Sticky Notes ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** News, Updates, Offers ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Events ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** DropZone ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Student Profile Header ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Setting Nav ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Student Notification ***
       ---------------------------------------------------------------*/
  /*--------------------------------------------------------------
       *** Utilities ***
       ---------------------------------------------------------------*/
  /*Form control*/
  /*
       .form-control-lg::file-selector-button,
       .form-control-lg::-webkit-file-upload-button {
           padding: .435rem 1rem;
       }
       */
  /*Font weight-----*/
  /*Text Color-----*/
  /*Background Color-----*/
  /*Border*/
  /*Button -----*/
  /*		Logo SSL css*/
  /* Collabration Text */
  /* Collabration Text */
}
@media (prefers-reduced-motion: no-preference) {
  .lead-homepage :root {
    scroll-behavior: auto;
  }
}
.lead-homepage body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.lead-homepage .fs_11 {
  font-size: 11px;
}
.lead-homepage .fs_17 {
  font-size: 17px !important;
}
.lead-homepage .fs_18 {
  font-size: 18px !important;
}
.lead-homepage .mt_70 {
  margin-top: 70px;
}
.lead-homepage .mt_124 {
  margin-top: 124px;
}
.lead-homepage .width_55p {
  width: 55px;
}
.lead-homepage .width_80p {
  width: 80px;
}
.lead-homepage .width_120p {
  width: 120px;
}
.lead-homepage .min_width_340p {
  min-width: 340px;
}
.lead-homepage .w-40 {
  width: 40%;
}
.lead-homepage .flex-grow-1 {
  flex-grow: 1;
}
.lead-homepage .flex-grow-2 {
  flex-grow: 2;
}
.lead-homepage .flex-grow-3 {
  flex-grow: 3;
}
.lead-homepage .px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.lead-homepage .lh-md {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .lead-homepage .px-xl-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.lead-homepage .top_150 {
  top: 150px;
}
.lead-homepage .border-2 {
  border: 2px solid #3a3a3a !important;
}
.lead-homepage .full_page_cover {
  min-height: calc(100vh - 161px);
}
.lead-homepage .navbar {
  z-index: 9;
  padding: 0 1rem;
  height: 70px;
}
.lead-homepage .navbar-shadow {
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1019607843), 0 3px 1px 0 rgba(20, 23, 28, 0.1019607843);
}
.lead-homepage .navbar-bg {
  background-color: #07477D;
  /*    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
              -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1019607843), 0 3px 1px 0 rgba(20, 23, 28, 0.1019607843);
}
.lead-homepage .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 0 0.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  position: relative;
  letter-spacing: 0.5px;
}
.lead-homepage .navbar-light .navbar-nav .nav-link .navbar-icon {
  font-size: 21px;
  stroke-width: 1.5;
}
.lead-homepage .navbar-light .navbar-nav .nav-link:focus,
.lead-homepage .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.lead-homepage .navbar-bg .btn-dark-cerulean,
.lead-homepage .navbar-dark-cerulean .btn-dark-cerulean {
  color: #fff;
  background-color: #1468ad;
  border-color: #1468ad;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-bell .nav-link,
.lead-homepage .navbar-light .navbar-nav .dropdown-cart .nav-link {
  padding: 0;
  width: 45px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead-homepage .navbar-light .navbar-nav .nav-link .badge,
.lead-homepage .shopping-cart-header .badge {
  display: inline-block;
  top: 14px;
  font-weight: 500;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  background-color: #008cff;
  padding: 0;
  right: -2px;
}
.lead-homepage .navbar-light .navbar-brand img {
  height: 40px;
}
@media (max-width: 767px) {
  .lead-homepage .navbar-light .navbar-brand {
    margin-right: 0;
  }
  .lead-homepage .navbar-light .navbar-brand img {
    height: 30px;
  }
  .lead-homepage .navbar-light .navbar-nav .nav-link {
    padding: 5px;
    line-height: 0;
  }
}
.lead-homepage .navbar-collapse.collapse:not(.show) {
  display: flex;
}
@media (max-width: 991px) {
  .lead-homepage .navbar-collapse {
    flex-basis: auto;
    flex-grow: unset;
  }
  .lead-homepage .nav-btn .btn {
    padding: 4px 8px;
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
  }
}
.lead-homepage .navbar-toggler {
  border: 0;
  padding: 0;
}
.lead-homepage .navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}
.lead-homepage .navbar-light .navbar-toggler-icon {
  background-image: url(../img/toggler-icon.svg) !important;
}
.lead-homepage .slideIn.dropdown-menu.show {
  display: block;
  inset: auto !important;
}
.lead-homepage .animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.lead-homepage .slideIn {
  animation-name: slideIn;
}
.lead-homepage .header-sticky.sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.lead-homepage .navbar .input-group {
  width: 32%;
  width: 400px;
}
.lead-homepage .navbar .input-group .form-control {
  font-size: 14px;
  border: 0;
}
.lead-homepage .navbar .input-group .form-control:focus {
  box-shadow: none;
}
.lead-homepage .dropdown-menu {
  margin: 0;
}
.lead-homepage .dropdown-menu {
  padding: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
}
.lead-homepage .dropdown:hover .dropdown-menu {
  display: block;
}
.lead-homepage .dropdown-menu-right {
  right: -6px !important;
  left: auto !important;
  margin-top: 0 !important;
}
.lead-homepage .dropdown-item {
  padding: 0.25rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.lead-homepage .dropdown-item:focus,
.lead-homepage .dropdown-item:hover {
  color: #07477D;
  background-color: transparent;
}
@media (max-width: 767px) {
  .lead-homepage .dropdown {
    position: static;
  }
  .lead-homepage .navbar-nav .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}
@media (min-width: 768px) {
  .lead-homepage .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
.lead-homepage .bar-custom {
  display: flex;
  align-items: flex-end;
}
.lead-homepage .bar-custom span {
  width: 4px;
  margin: 0 1px;
  border: 1px solid #B5C5DB;
}
.lead-homepage .bar-custom span.fill {
  background: #B5C5DB;
}
.lead-homepage .bar-custom span:first-child {
  height: 8px;
}
.lead-homepage .bar-custom span:nth-child(2) {
  height: 12px;
}
.lead-homepage .bar-custom span:last-child {
  height: 15px;
}
.lead-homepage .notifications-scroll {
  height: 330px;
  position: relative;
}
.lead-homepage .dropdown-bell .dropdown-toggle::after,
.lead-homepage .dropdown-cart .dropdown-toggle::after,
.lead-homepage .dropdown-user .dropdown-toggle::after {
  display: none;
}
.lead-homepage .dropdown-footer {
  padding: 15px 25px;
  /* background-color: #eef3f7; */
}
.lead-homepage .dmenu.dropdown-course .dropdown-menu,
.lead-homepage .dmenu.dropdown-bell .dropdown-menu,
.lead-homepage .dmenu.dropdown-cart .dropdown-menu {
  width: 18rem;
  padding: 0;
}
.lead-homepage .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  margin: 15px 25px 0;
  padding-bottom: 10px;
}
.lead-homepage .shopping-cart li {
  margin-bottom: 10px;
  font-size: 12px;
}
.lead-homepage .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
.lead-homepage .shopping-cart-header .badge {
  right: -12px;
  top: -8px;
}
.lead-homepage .shopping-cart-header .shopping-cart-total {
  float: right;
  font-weight: 600;
  margin-top: 4px;
}
.lead-homepage .vdo_frame {
  height: 700px;
}
.lead-homepage .bg_shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6509803922);
}
.lead-homepage .dropdown-course-grid {
  padding: 15px 25px;
}
.lead-homepage .dropdown-course-grid:hover {
  background: #eef3f7;
}
.lead-homepage .dropdown-course-grid .media-body {
  min-width: 1px;
}
.lead-homepage .dropdown-course-grid .course-title {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lead-homepage .dropdown-course-grid .btn {
  font-size: 12px;
  padding: 2px 10px;
}
.lead-homepage .dropdown-course-grid .progress {
  height: 0.4rem;
}
.lead-homepage .dropdown-course-grid .course-des {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 14px;
  color: #586069;
  font-size: 12px;
}
.lead-homepage .media {
  display: flex;
  align-items: flex-start;
}
.lead-homepage .media-body {
  flex: 1;
}
.lead-homepage .dmenu.dropdown-user .dropdown-menu {
  width: 17rem;
  padding: 0;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .nav-link {
  margin-left: 1rem;
  padding: 0;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .nav-link::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #f13a4b;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9490196078);
  border-radius: 100%;
  z-index: 1;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .nav-link .user-avatar {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .user-holder {
  padding: 20px 20px 15px;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .user-header {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  padding: 0 0 20px;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .img-user,
.lead-homepage .navbar-light .navbar-nav .dropdown-user .user-header .img-user {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .img-user img,
.lead-homepage .navbar-light .navbar-nav .dropdown-user .user-header .img-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .user-header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #212229;
  margin-bottom: 0;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .user-header span {
  display: block;
  font-size: 13px;
  color: #70737c;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .dropdown-item {
  position: relative;
  padding: 0;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #494c57;
  font-weight: 500;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .dropdown-item + .dropdown-item {
  border-top: 1px dotted #ced4da;
}
.lead-homepage .navbar-light .navbar-nav .dropdown-user .dropdown-item i {
  font-size: 22px;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .lead-homepage .navbar-collapse .main-nav-wrap {
    display: none;
  }
}
.lead-homepage .main-nav-wrap > ul > li > a {
  align-items: center;
  display: flex;
}
.lead-homepage .main-nav-wrap > ul > li > a > i {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
}
.lead-homepage .main-nav-wrap > ul > li > a > span {
  padding: 0;
}
.lead-homepage .main-nav-wrap > ul > li > ul > li a {
  display: flex;
  align-items: center;
}
.lead-homepage .main-nav-wrap > ul > li > ul > li a i {
  font-size: 21px;
  line-height: 17px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .lead-homepage .has-sub-category {
    display: none;
  }
}
@media (min-width: 992px) {
  .lead-homepage {
    /*    .main-nav-wrap > ul > li > ul > li a .icon{
                    width: 20px;
                    height: 20px;
                    margin-right: 15px;
                    text-align: center;
                    display: inline-block;
                }*/
  }
  .lead-homepage .main-nav-wrap > ul > li > a {
    font-size: 14px;
    position: relative;
    color: #fff;
    font-weight: 500;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.6rem;
    letter-spacing: 0.5px;
  }
  .lead-homepage .main-nav-wrap > ul > li > a .d-inline {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
  }
  .lead-homepage .main-nav-wrap > ul > li > a i {
    color: #a1a7b3;
    margin-right: 5px;
    font-size: 19px;
  }
  .lead-homepage .main-nav-wrap > ul > li > a .has-sub-category {
    display: none;
  }
  .lead-homepage .main-nav-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .lead-homepage .main-nav-wrap > ul > li {
    position: relative;
  }
  .lead-homepage .main-nav-wrap ul li ul {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  .lead-homepage .main-nav-wrap ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .lead-homepage .main-nav-wrap > ul > li > ul {
    top: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
    color: #505763;
    font-size: 13px;
    left: 0;
    text-align: left;
    height: auto;
    padding: 15px 0;
    min-height: 500px !important;
  }
  .lead-homepage .main-nav-wrap > ul > li > ul > li a .typcn {
    /*        color: #a1a7b3;
                       font-size: 22px;
                       line-height: 1;*/
    font-size: 21px;
    line-height: 17px;
    margin-right: 10px;
  }
  .lead-homepage .main-nav-wrap > ul > li > ul > li a {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #29303b;
  }
  .lead-homepage .main-nav-wrap > ul > li > ul > li a:hover {
    color: #1270CB;
    background-color: #f2f3f5;
  }
  .lead-homepage .main-nav-wrap > ul > li > ul ul {
    top: 0;
    left: 270px;
  }
  .lead-homepage .main-nav-wrap ul li li {
    width: 270px;
  }
  .lead-homepage .main-nav-wrap ul li li .has-sub-category {
    font-size: 12px;
    line-height: 24px;
    color: #a1a7b3;
    margin-left: auto;
  }
  .lead-homepage .main-nav-wrap > ul > li > ul > li ul {
    position: absolute;
    background: #f7f8fa;
    height: auto;
    min-height: calc(100% + 1px);
    top: -1px;
    padding: 15px 0;
    box-shadow: 4px 4px 16px rgba(20, 23, 28, 0.25);
  }
  .lead-homepage .main-nav-wrap li[class*=go-back] {
    display: none;
  }
}
@media (max-width: 992px) {
  .lead-homepage .mm {
    background: #fff;
  }
  .lead-homepage .mm.mm--offcanvas {
    width: 280px;
  }
  .lead-homepage .mm-blocker.mm--open {
    width: calc(100% - 280px);
  }
  .lead-homepage .mm a {
    font-size: 15px;
  }
}
.lead-homepage .navbar-dark-cerulean {
  background-color: #111928;
}
.lead-homepage .navbar-dark {
  background: #000;
}
.lead-homepage .navbar-light.navbar-dark-cerulean .navbar-nav .nav-link,
.lead-homepage .navbar-light.navbar-dark-cerulean .navbar-nav .active > .nav-link,
.lead-homepage .navbar-light.navbar-dark-cerulean .navbar-nav .nav-link.active,
.lead-homepage .navbar-light.navbar-dark-cerulean .navbar-nav .nav-link.show,
.lead-homepage .navbar-light.navbar-dark-cerulean .navbar-nav .show > .nav-link,
.lead-homepage .navbar-dark-cerulean .main-nav-wrap > ul > li > a,
.lead-homepage .navbar-dark-cerulean .main-nav-wrap > ul > li > a > i {
  color: #fff;
}
.lead-homepage .navbar-light.navbar-dark-cerulean .navbar-nav .nav-link .badge {
  top: 14px;
}
.lead-homepage .navbar.navbar-dark-cerulean .navbar-nav .nav-link .badge {
  background-color: #1a80b7;
}
.lead-homepage #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}
.lead-homepage .btn-top {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border-width: 2px;
}
.lead-homepage .header-img_bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.lead-homepage .header2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.lead-homepage .main-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.lead-homepage .main-header.header-video_bg:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.lead-homepage .header2_innner,
.lead-homepage .main-header .container-lg {
  z-index: 2;
}
.lead-homepage .header-logo img {
  height: 120px;
}
@media (min-width: 992px) {
  .lead-homepage .banner_video {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 550px;
  }
  .lead-homepage .pt-lg-220 {
    padding-top: 100px !important;
  }
}
@media (max-width: 575px) {
  .lead-homepage .header-logo img {
    height: 70px;
  }
  .lead-homepage .header-btn .btn {
    width: 60%;
  }
}
@media (max-width: 507px) {
  .lead-homepage .header-btn .btn {
    width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .lead-homepage .header-logo img {
    height: 92px;
  }
}
.lead-homepage .header-video_bg video {
  position: absolute;
  top: 54px;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  /* z-index: 0; */
  transform: translateX(-50%);
}
.lead-homepage .brand-logo img {
  height: 50px;
}
@media (max-width: 767px) {
  .lead-homepage .counter-content .row > *:nth-child(2) {
    border-right: 0 !important;
  }
}
.lead-homepage .testimonial-box {
  background-color: #EDF6FF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.lead-homepage .customer-ratting {
  color: #FFC107;
}
.lead-homepage .quote-text {
  font-size: 18px;
  font-weight: 500;
}
.lead-homepage .avatar-img img {
  border-radius: 50%;
  height: 70px;
  width: 70px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead-homepage .avatar-img.blog img {
  height: 40px;
  width: 40px !important;
}
.lead-homepage .file_part-open,
.lead-homepage .video_part-open {
  cursor: pointer;
}
.lead-homepage .file_part,
.lead-homepage .video_part {
  display: none;
}
.lead-homepage .file_part.active,
.lead-homepage .video_part.active {
  display: block;
}
.lead-homepage .category-dropdown .btn {
  padding: 0.55rem 0.75rem;
}
.lead-homepage .scrtabs-tab-container,
.lead-homepage .scrtabs-tabs-fixed-container {
  height: 40px;
}
.lead-homepage .course-tabs.nav-tabs .nav-link {
  padding: 0.6rem 0;
  margin: 0 1rem;
  border-width: 0;
  border-radius: 0;
  color: #191919;
  font-weight: 700;
  position: relative;
}
.lead-homepage .course-tabs.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.lead-homepage .course-tabs.nav-tabs .nav-link.active:after {
  background-color: #07477D;
}
.lead-homepage .course-tabs.nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.lead-homepage .course-tabs.nav-tabs .nav-link:focus,
.lead-homepage .course-tabs.nav-tabs .nav-item.show .nav-link,
.lead-homepage .course-tabs.nav-tabs .nav-link.active {
  color: #07477D;
  background-color: transparent;
  border-color: #07477D;
}
.lead-homepage .course-tabs.nav-tabs .nav-link:hover {
  color: #07477D;
  border-color: transparent;
}
.lead-homepage .scrtabs-tab-container {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .lead-homepage .scrtabs-tab-container {
    width: calc(100% - 129px);
  }
}
.lead-homepage .scrtabs-tabs-fixed-container {
  width: 100% !important;
}
.lead-homepage .scrtabs-tab-scroll-arrow {
  border: 0;
  width: 30px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /*background-color: #ddd;*/
  border-radius: 0.25rem;
}
.lead-homepage .scrtabs-tab-scroll-arrow:hover {
  background-color: #07477d;
}
.lead-homepage .scrtabs-tab-scroll-arrow > span {
  border-right: 2px solid #07477D;
  border-bottom: 2px solid #07477D;
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}
.lead-homepage .scrtabs-tab-scroll-arrow-left span {
  margin-left: 7px;
}
.lead-homepage .scrtabs-tab-scroll-arrow-right span {
  margin-left: -7px;
}
.lead-homepage .scrtabs-tab-scroll-arrow:hover span {
  border-color: #fff;
}
.lead-homepage .scrtabs-tab-scroll-arrow-left > span {
  transform: rotate(135deg);
}
.lead-homepage .course-search.input-group > .form-control {
  height: 48px;
  background-color: #F5F9FF;
  border-color: #D0D0D0;
}
.lead-homepage .course-search.input-group > .form-control:focus {
  border-color: #07477D;
  box-shadow: none;
}
.lead-homepage .course-search.input-group .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.lead-homepage .course-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 440px;
}
.lead-homepage .course-card .badge {
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px;
}
.lead-homepage .course-card .badge-new {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  padding: 2px 9px;
  color: #000000;
  background: #32FF8B;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.lead-homepage .badge-business {
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 2px 4px;
}
.lead-homepage .course-card_img img {
  height: 171px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) and (min-width: 1160px) {
  .lead-homepage .course-card_img img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (max-width: 991px) {
  .lead-homepage .course-card_img img {
    height: auto;
  }
}
.lead-homepage .course-card__instructor--img img {
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
}
.lead-homepage .course-card__hover--content___text a {
  line-height: 20px;
  height: 44px;
}
.lead-homepage .course-card__course--title a {
  line-height: 21px;
  height: 41px;
}
.lead-homepage .course-card__hover--content___text a,
.lead-homepage .course-card__course--title a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.04em;
}
.lead-homepage .star-rating__wrap {
  font-size: 12px;
}
.lead-homepage .course-user .feather,
.lead-homepage .course-like .feather {
  width: 18px;
  height: 18px;
}
.lead-homepage .table.course-card__hints {
  font-size: 0.844rem;
  font-weight: 300;
}
.lead-homepage .course-card__hints--icon {
  width: 17px;
}
.lead-homepage .course-card__hover--content {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  transition-duration: 0.5s;
  /* transform: translateY(-150px); */
  opacity: 0;
  transform-origin: top;
}
.lead-homepage .course-card:hover .course-card__hover--content {
  opacity: 1;
  transform: translateY(0);
}
.lead-homepage .course-card__hover--content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: height 0.5s;
  background: linear-gradient(180deg, rgba(17, 59, 108, 0) 43.54%, rgba(17, 59, 108, 0.03) 46.93%, rgba(17, 59, 108, 0.0936553) 50.12%, rgba(17, 59, 108, 0.161554) 52.93%, #113B6C 82.81%);
  border-radius: 6px 6px 0px 0px;
}
.lead-homepage .course_middle {
  transition-duration: 0.6s;
  transform: translateY(0);
}
.lead-homepage .course-card:hover .course_middle {
  transform: translateY(150px);
}
.lead-homepage .course-card__hover--content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead-homepage .course-card__hover--content___icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lead-homepage .course-card__hover--content___icon svg {
  height: 70px;
  width: 70px;
}
.lead-homepage .course-card__hover--content___text {
  bottom: 0;
  padding: 15px 20px;
  line-height: 18px;
  font-weight: 700;
  /* background: #113b6c; */
  width: 100%;
  /* min-height: 70px; */
  padding: 15px;
}
.lead-homepage .pricing-container.full-width {
  width: 100%;
  max-width: none;
}
.lead-homepage .pricing-switcher {
  text-align: center;
}
.lead-homepage .pricing-switcher .fieldset {
  padding: 4px;
  border-radius: 50em;
  background: #254675 0% 0% no-repeat padding-box;
}
.lead-homepage .pricing-switcher input[type=radio] {
  display: none;
}
.lead-homepage .pricing-switcher label {
  z-index: 1;
  width: 105px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.lead-homepage .pricing-switcher .switch {
  top: 4px;
  left: 4px;
  height: 48px;
  width: 105px;
  background-color: #fff;
  border-radius: 50em;
  transition: transform 0.5s;
}
.lead-homepage .pricing-switcher input[type=radio]:checked + label {
  color: #254675;
}
.lead-homepage .pricing-switcher input[type=radio]:checked + label + .switch,
.lead-homepage .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  transform: translateX(105px);
}
.lead-homepage .no-js .pricing-switcher {
  display: none;
}
.lead-homepage .pricing-wrapper {
  border-radius: 56px;
  background: transparent linear-gradient(180deg, #2D3B68 0%, #171E34 100%) 0% 0% no-repeat padding-box;
  min-height: 570px;
}
.lead-homepage .exclusive .pricing-wrapper {
  background: transparent linear-gradient(179deg, #223764 0%, #3A6488 61%, #36638A 100%) 0% 0% no-repeat padding-box;
}
.lead-homepage .touch .pricing-wrapper {
  perspective: 2000px;
}
.lead-homepage .pricing-wrapper.is-switched .is-visible {
  transform: rotateY(180deg);
  animation: rotate 0.5s;
}
.lead-homepage .pricing-wrapper.is-switched .is-hidden {
  transform: rotateY(0);
  animation: rotate-inverse 0.5s;
  opacity: 0;
}
.lead-homepage .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.lead-homepage .pricing-wrapper.is-switched.reverse-animation .is-visible {
  transform: rotateY(-180deg);
  animation: rotate-back 0.5s;
}
.lead-homepage .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  transform: rotateY(0);
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}
.lead-homepage .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.lead-homepage .pricing-wrapper > li {
  color: #ffffff;
  /*background-color: #ffffff;*/
  backface-visibility: hidden;
  outline: 1px solid transparent;
  /*background: transparent linear-gradient(180deg, #2D3B68 0%, #171E34 100%) 0% 0% no-repeat padding-box;*/
}
.lead-homepage .pricing-wrapper > li.is-ended::after {
  display: none;
}
.lead-homepage .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}
.lead-homepage .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: rotateY(180deg);
}
.lead-homepage .pricing-wrapper .is-selected {
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .lead-homepage .pricing-wrapper > li::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .lead-homepage .pricing-wrapper > li::after {
    display: none;
  }
  .lead-homepage .has-margins .pricing-wrapper > li,
  .lead-homepage .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .lead-homepage :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .lead-homepage .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .lead-homepage .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .lead-homepage .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}
.lead-homepage .no-js .pricing-wrapper .is-hidden {
  position: relative;
  transform: rotateY(0);
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .lead-homepage .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .lead-homepage .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}
.lead-homepage .pricing-header h2 {
  font-size: 1.5rem;
}
.lead-homepage .exclusive .pricing-header {
  background-color: transparent;
}
.lead-homepage .currency,
.lead-homepage .value {
  font-size: 3rem;
  font-weight: 300;
}
.lead-homepage .duration {
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
.lead-homepage .exclusive .duration {
  color: #f3b6ab;
}
.lead-homepage .duration::before {
  content: "/";
  margin-right: 2px;
}
.lead-homepage .value {
  font-size: 4rem;
  font-weight: 300;
}
.lead-homepage .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
}
.lead-homepage .duration {
  font-size: 1.2rem;
}
.lead-homepage .pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.lead-homepage .is-switched .pricing-body {
  overflow: hidden;
}
.lead-homepage .pricing-body {
  overflow-x: visible;
}
.lead-homepage .pricing-features {
  width: 600px;
}
.lead-homepage .pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.lead-homepage .pricing-features li {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}
.lead-homepage .pricing-features li svg {
  height: 20px;
  margin-top: 1px;
}
.lead-homepage .pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.lead-homepage .pricing-features {
  width: auto;
}
.lead-homepage .pricing-features em {
  display: inline-block;
  margin-bottom: 0;
}
.lead-homepage .has-margins .exclusive .pricing-features li {
  margin: 0;
}
.lead-homepage .pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}
.lead-homepage .pricing-footer {
  position: relative;
  height: auto;
  padding: 1.8em 0 3rem;
  text-align: center;
}
.lead-homepage .pricing-footer::after {
  display: none;
}
.lead-homepage .has-margins .pricing-footer {
  padding-bottom: 0;
}
.lead-homepage .select {
  padding: 0.6em 1.5em;
  color: #2D3B68;
  border-radius: 25px;
  letter-spacing: 1px;
  transition: all 0.6s;
  background-color: #fff;
  font-weight: 600;
  font-size: 17px;
}
.lead-homepage .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2857CB;
}
.lead-homepage .no-touch .select:hover {
  background-color: #1bbc9d;
  color: #ffffff;
}
.lead-homepage .exclusive .select {
  background-color: #1bbc9d;
  color: #ffffff;
}
.lead-homepage .no-touch .exclusive .select:hover {
  background-color: #24e0ba;
}
.lead-homepage .secondary-theme .exclusive .select {
  background-color: #1bbc9d;
}
.lead-homepage .no-touch .secondary-theme .exclusive .select:hover {
  background-color: #112e3c;
}
.lead-homepage .has-margins .select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px;
}
@keyframes rotate {
  0% {
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes rotate-inverse {
  0% {
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-back {
  0% {
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes rotate-inverse-back {
  0% {
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    transform: perspective(2000px) rotateY(0);
  }
}
.lead-homepage .newsletter-content {
  margin-bottom: -50px;
  border-radius: 0.625rem;
}
.lead-homepage .newsletter-content:before {
  content: "";
  background-color: rgba(0, 42, 77, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.lead-homepage .newsletter-content .form-control {
  height: 50px;
}
.lead-homepage .newsletter-content .btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1270CB;
  border-color: #1270CB;
}
.lead-homepage .decoration:not(.position-relative) {
  position: absolute;
}
.lead-homepage .decoration svg {
  background: 0 0 !important;
}
.lead-homepage svg.injected-svg * {
  fill: #1270CB;
}
.lead-homepage .main-footer {
  padding-top: 120px !important;
}
.lead-homepage .main-footer .nav-list a:hover {
  color: #9ec6ff !important;
}
.lead-homepage .viewe-carousel .owl-nav button.owl-next,
.lead-homepage .viewe-carousel .owl-nav button.owl-prev,
.lead-homepage .courses-carousel .owl-nav button.owl-next,
.lead-homepage .courses-carousel .owl-nav button.owl-prev,
.lead-homepage .blog-carousel .owl-nav button.owl-next,
.lead-homepage .blog-carousel .owl-nav button.owl-prev,
.lead-homepage .class-carousel .owl-nav button.owl-next,
.lead-homepage .class-carousel .owl-nav button.owl-prev,
.lead-homepage .project-carousel .owl-nav button.owl-next,
.lead-homepage .project-carousel .owl-nav button.owl-prev,
.lead-homepage .news-carousel .owl-nav button.owl-next,
.lead-homepage .news-carousel .owl-nav button.owl-prev,
.lead-homepage .certificate-carousel .owl-nav button.owl-next,
.lead-homepage .certificate-carousel .owl-nav button.owl-prev {
  font-size: 24px;
  background-color: #fff;
  color: #1468ad;
  position: absolute;
  top: -74px;
  right: 0;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.lead-homepage .class-carousel .owl-nav button.owl-next,
.lead-homepage .class-carousel .owl-nav button.owl-prev,
.lead-homepage .blog-carousel .owl-nav button.owl-next,
.lead-homepage .blog-carousel .owl-nav button.owl-prev,
.lead-homepage .project-carousel .owl-nav button.owl-next,
.lead-homepage .project-carousel .owl-nav button.owl-prev {
  font-size: 21px;
  height: 40px;
  width: 40px;
  top: -62px;
  border: 1px solid #ddd;
}
.lead-homepage .mess-carousel .owl-nav,
.lead-homepage .about_carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin-top: 0;
}
.lead-homepage .mess-carousel .owl-nav i,
.lead-homepage .about_carousel .owl-nav i {
  font-size: 50px;
  color: #113b6c;
}
.lead-homepage .mess-carousel .owl-nav .owl-next:hover,
.lead-homepage .mess-carousel .owl-nav .owl-prev:hover,
.lead-homepage .about_carousel .owl-nav .owl-next:hover,
.lead-homepage .about_carousel .owl-nav .owl-prev:hover {
  background: transparent;
}
.lead-homepage .news-carousel .owl-nav button.owl-next,
.lead-homepage .news-carousel .owl-nav button.owl-prev {
  font-size: 21px;
  height: 40px;
  width: 40px;
  top: -83px;
  right: -25px;
  border: 1px solid #ddd;
}
.lead-homepage .class-carousel .owl-nav button.owl-prev,
.lead-homepage .blog-carousel .owl-nav button.owl-prev,
.lead-homepage .project-carousel .owl-nav button.owl-prev {
  right: 47px;
}
.lead-homepage .news-carousel .owl-nav button.owl-prev {
  right: 20px;
}
.lead-homepage .certificate-carousel .owl-nav button.owl-prev,
.lead-homepage .viewe-carousel .owl-nav button.owl-prev,
.lead-homepage .courses-carousel .owl-nav button.owl-prev {
  right: 55px;
}
.lead-homepage .viewe-carousel .owl-nav [class*=owl-]:hover,
.lead-homepage .courses-carousel .owl-nav [class*=owl-]:hover,
.lead-homepage .project-carousel .owl-nav [class*=owl-]:hover,
.lead-homepage .blog-carousel .owl-nav [class*=owl-]:hover,
.lead-homepage .class-carousel .owl-nav [class*=owl-]:hover,
.lead-homepage .news-carousel .owl-nav [class*=owl-]:hover,
.lead-homepage .certificate-carousel .owl-nav [class*=owl-]:hover {
  background: #1468ad;
  color: #fff;
}
.lead-homepage .viewe-carousel.owl-theme .owl-nav,
.lead-homepage .courses-carousel.owl-theme .owl-nav,
.lead-homepage .blog-carousel.owl-theme .owl-nav,
.lead-homepage .class-carousel.owl-theme .owl-nav,
.lead-homepage .project-carousel.owl-theme .owl-nav,
.lead-homepage .news-carousel.owl-theme .owl-nav,
.lead-homepage .certificate-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.lead-homepage .section-header_divider {
  height: 5px;
  width: 60px;
  background-color: #2757CA;
  border-radius: 0.25rem;
}
.lead-homepage .faq-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}
.lead-homepage .faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.lead-homepage .course-content_accordion .accordion-item {
  border-color: #e8e8e8;
  border-width: 0 0 1px 0;
}
.lead-homepage .topics-accordion.course-content_accordion .accordion-item {
  border-width: 1px;
}
.lead-homepage .course-content_accordion .accordion-button {
  font-size: 15px;
  font-weight: 800;
  padding: 1rem 0;
  color: #113B6C;
}
.lead-homepage .topics-accordion.course-content_accordion .accordion-button {
  padding: 1rem 1.25rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lead-homepage .course-content_accordion .accordion-button {
    font-size: 14px;
    padding: 0.8rem 0;
    color: blue;
  }
}
.lead-homepage .course-content_accordion .accordion-button:hover {
  color: #0c63e4 !important;
}
.lead-homepage .course-content_accordion .accordion-button:focus {
  box-shadow: none;
}
.lead-homepage .course-content_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.lead-homepage .course-content_accordion .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
  margin-left: 0.5rem;
}
.lead-homepage .course-content_accordion .accordion-button .lesson-time {
  font-size: 0.78125rem;
  font-weight: normal;
  color: #212529;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lead-homepage .course-content_accordion .accordion-button .lesson-time {
    display: none;
  }
}
.lead-homepage .course-content_accordion .course-content_accordion--sub .accordion-button::after {
  width: 0.7rem;
  height: 0.7rem;
  background-size: 0.7rem;
  margin-left: 10px;
}
.lead-homepage .course-content_accordion .course-content_accordion--sub .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.lead-homepage .course-content_accordion .accordion-item .accordion-icon {
  height: 21px;
  width: 21px;
  stroke-width: 1;
  color: #212529;
}
.lead-homepage .panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.lead-homepage .panel-actions a {
  color: #333;
}
.lead-homepage .panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.lead-homepage .gallery-card {
  color: inherit;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.lead-homepage .gallery-card_img {
  width: 100%;
  overflow: hidden;
}
.lead-homepage .zoom-in-hover img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.lead-homepage .gallery-card:hover .zoom-in-hover img {
  transform: scale(1.2);
}
.lead-homepage .course-collapse_icon img {
  height: 16px;
  width: 16px;
}
@media (min-width: 992px) {
  .lead-homepage .course-preview__modal .modal-lg,
  .lead-homepage .course-preview__modal .modal-xl {
    max-width: 800px;
  }
}
.lead-homepage .course-preview__modal .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #011321;
}
.lead-homepage .course-preview__modal .modal-content .btn-close {
  background: transparent url(../img/times-white.svg);
}
.lead-homepage .preview-accordion {
  margin: 0 -1.5rem -1.5rem;
}
.lead-homepage .preview-accordion .accordion-item {
  background-color: transparent;
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.lead-homepage .preview-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lead-homepage .preview-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.lead-homepage .preview-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
.lead-homepage .preview-accordion .accordion-button:hover,
.lead-homepage .preview-accordion .accordion-button:focus,
.lead-homepage .preview-accordion .accordion-button:not(.collapsed) {
  background: rgba(138, 153, 168, 0.25);
}
.lead-homepage .preview-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-image: url("../img/chevron-down-white.svg");
}
.lead-homepage .preview-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lead-homepage .preview-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.lead-homepage .preview-time {
  font-size: 0.719rem;
  font-weight: 300;
  color: #ccc;
}
.lead-homepage .preview-time svg {
  height: 15px;
  width: 15px;
}
.lead-homepage .content-item_list {
  color: #babbbd;
  padding: 0.625rem 1.25rem;
  font-size: 0.844rem;
  padding-left: 1.65rem;
}
.lead-homepage .content-item_list:hover {
  color: #fff;
  background-color: #000910;
}
.lead-homepage .content-item_list .feather {
  height: 21px;
  width: 21px;
  stroke-width: 1.5;
  margin-right: 20px;
}
.lead-homepage .content-item_list .course-duration {
  font-size: 12px;
}
.lead-homepage .bar-width {
  width: 70%;
}
.lead-homepage .round-progress {
  width: 30px;
  height: 30px !important;
  background: none;
  position: relative;
}
.lead-homepage .round-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #babbbd;
  position: absolute;
  top: 0;
  left: 0;
}
.lead-homepage .round-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.lead-homepage .round-progress .progress-left {
  left: 0;
}
.lead-homepage .round-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #31d6c7;
}
.lead-homepage .round-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  transform-origin: center left;
}
.lead-homepage .round-progress .progress-right {
  right: 0;
}
.lead-homepage .round-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  transform-origin: center right;
}
.lead-homepage .round-progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.lead-homepage .round-progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.lead-homepage .round-progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.lead-homepage .round-progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.lead-homepage .round-progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.lead-homepage .round-progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.lead-homepage .round-progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}
.lead-homepage .round-progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}
.lead-homepage .round-progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}
.lead-homepage .round-progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}
.lead-homepage .round-progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.lead-homepage .round-progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.lead-homepage .sidebar-round-progress {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.lead-homepage .list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}
.lead-homepage .list-checked > li {
  position: relative;
  padding-left: 2rem;
}
.lead-homepage .list-checked > li + li {
  margin-top: 1rem;
}
.lead-homepage .list-checked > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  top: 0.35rem;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.75rem;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.lead-homepage .cat-list li a {
  color: #07477D;
  display: block;
  padding: 0.5rem 0.8rem;
  padding-left: 30px;
  border-radius: 0.25rem;
  position: relative;
  font-weight: 500;
}
.lead-homepage .cat-list li a:hover::before {
  border: 1px solid #5087b5;
}
.lead-homepage .cat-list li a:hover::after {
  opacity: 1;
}
.lead-homepage .cat-list li a:hover {
  background-color: rgba(0, 153, 255, 0.1);
}
.lead-homepage .cat-list li a.active {
  background-color: rgba(0, 153, 255, 0.1);
}
.lead-homepage .f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.lead-homepage .f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.lead-homepage .f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #07477d;
}
.lead-homepage .f1-step {
  position: relative;
  float: left;
  width: 16.666666%;
  padding: 0 5px;
}
.lead-homepage .f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 8px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
}
.lead-homepage .f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #07477d;
  color: #07477d;
  line-height: 38px;
}
.lead-homepage .f1-step.active .f1-step-icon {
  background: #07477d;
}
.lead-homepage .f1-step p {
  color: #ccc;
}
.lead-homepage .f1-step.activated p,
.lead-homepage .f1-step.active p {
  color: #07477d;
}
.lead-homepage .f1 fieldset {
  display: none;
  text-align: left;
}
.lead-homepage .f1-buttons {
  text-align: right;
}
.lead-homepage .f1 .input-error {
  border-color: #f35b3f;
}
@media (max-width: 767px) {
  .lead-homepage .navbar {
    padding-top: 0;
  }
  .lead-homepage .navbar.navbar-no-bg {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
  }
  .lead-homepage .navbar-brand {
    height: 60px;
    margin-left: 15px;
  }
  .lead-homepage .navbar-collapse {
    border: 0;
  }
  .lead-homepage .navbar-toggle {
    margin-top: 12px;
  }
  .lead-homepage .top-content {
    padding: 40px 0 110px 0;
  }
}
@media (max-width: 415px) {
  .lead-homepage .f1 {
    padding-bottom: 20px;
  }
  .lead-homepage .f1-buttons button {
    margin-bottom: 5px;
  }
}
.lead-homepage .category-banner {
  background-size: cover;
  background-repeat: no-repeat;
}
.lead-homepage .hero-header {
  padding: 90px 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.lead-homepage .hero2:before,
.lead-homepage .hero-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lead-homepage .hero2:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.1019607843) 35%);
}
.lead-homepage .hero-header.blue:before {
  background: linear-gradient(to bottom, rgba(37, 51, 220, 0.2), rgba(17, 59, 108, 0.6) 35%);
}
.lead-homepage .hero-header:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.lead-homepage .hero-header_wrap {
  z-index: 1;
}
.lead-homepage .course-preview__play---icon svg {
  height: 90px;
  width: 90px;
  stroke-width: 0.6;
  color: #fff;
}
@media (max-width: 567px) {
  .lead-homepage .course-preview__play---icon svg {
    height: 50px;
    width: 50px;
    stroke-width: 0.8;
  }
}
.lead-homepage .course-hints_icon {
  height: 21px;
  width: 21px;
  stroke-width: 1.5;
}
.lead-homepage .bookmark-icon,
.lead-homepage .share-icon {
  height: 30px;
  width: 30px;
  stroke-width: 1.5;
}
.lead-homepage .price-area .product-price .hidden {
  width: 0;
  height: 0;
  line-height: 1px;
  left: -9999px;
  top: auto;
}
.lead-homepage .save-share-wrap a {
  color: #fff;
}
@media (max-width: 767px) {
  .lead-homepage .save-share-wrap {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #07477D;
    text-align: center;
    padding: 12px 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 13px;
  }
  .lead-homepage .save-share-wrap a {
    color: #07477D;
    display: block;
    margin-bottom: 7px;
  }
  .lead-homepage .save-share-wrap a:last-child {
    margin-bottom: 0;
  }
  .lead-homepage .bookmark-icon,
  .lead-homepage .share-icon {
    height: 24px;
    width: 24px;
    stroke-width: 1;
  }
}
.lead-homepage .progress {
  height: 12px;
  border-radius: 0.5rem;
}
.lead-homepage .progress-bar {
  background-color: #1270ca;
}
.lead-homepage .navbar-fixed {
  position: fixed;
  top: -3em;
  left: 0;
  right: 0;
  z-index: 2;
}
.lead-homepage .sticky-nav .nav,
.lead-homepage .custom-tabs .nav-tabs,
.lead-homepage .custom-tabs .nav-custom {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.lead-homepage .sticky-nav .nav .nav-link,
.lead-homepage .custom-tabs .nav-tabs .nav-link,
.lead-homepage .custom-tabs .nav-custom .nav-link {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 1rem;
  font-size: 15px;
  position: relative;
}
.lead-homepage .sticky-nav .nav .nav-link:after,
.lead-homepage .custom-tabs .nav-tabs .nav-link:after,
.lead-homepage .custom-tabs .nav-custom .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.lead-homepage .sticky-nav .nav .nav-link.active:after,
.lead-homepage .custom-tabs .nav-tabs .nav-link.active:after,
.lead-homepage .custom-tabs .nav-custom .nav-link.active:after {
  background-color: #31d6c7;
}
.lead-homepage .fixed-header-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 0px;
  transform: translateY(70px);
  transition: transform 0.3s;
}
@media (min-width: 1400px) {
  .lead-homepage .custom-content {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}
.lead-homepage .notes-accordion .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
}
.lead-homepage .notes-accordion .accordion-button:focus {
  box-shadow: none;
}
.lead-homepage .notes-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.lead-homepage .notes-play-icon svg {
  stroke-width: 1;
}
.lead-homepage .category-offcanvas_filter {
  width: 360px;
}
.lead-homepage .custom-tabs .nav-custom .nav-link,
.lead-homepage .custom-tabs .nav-tabs .nav-link {
  color: #07477D;
  font-weight: 500;
  background: transparent;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.lead-homepage .chart {
  position: relative;
  display: inline-block;
}
.lead-homepage .chart__figure {
  display: inline-flex;
  justify-content: space-between;
  height: 160px;
  position: relative;
  margin: 0;
}
.lead-homepage .chart__canvas {
  margin: auto;
}
.lead-homepage .chart span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #334466;
}
.lead-homepage .chart__value {
  position: absolute;
  left: 50%;
  animation: fadein 1400ms;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lead-homepage .chart__value p {
  font-size: 32px;
  margin: 0;
  color: #134779;
  background-color: #fff;
  font-weight: 500;
}
.lead-homepage .chart-legend-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e4e4e4;
}
.lead-homepage .share-modal .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.lead-homepage .share-modal .modal-body {
  padding: 2.5rem 3rem;
}
.lead-homepage .share-input .form-control {
  height: 52px;
}
.lead-homepage .share-input .btn-outline-secondary {
  color: #212529;
  border-color: #ced4da;
}
.lead-homepage .share-input .btn-outline-secondary:hover {
  color: #fff;
  background-color: #07477D;
  border-color: #07477D;
}
.lead-homepage .socail-share a {
  font-size: 12px;
}
.lead-homepage .socail-share_icon {
  height: 42px;
  width: 42px;
  background-color: #D5D5D5;
  color: #063663;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 7px;
  font-size: 18px;
}
.lead-homepage .socail-share_icon.facebook {
  color: #fff;
  background-color: #1976D2;
}
.lead-homepage .socail-share_icon.twitter {
  color: #fff;
  background-color: #1FA9F4;
}
.lead-homepage .socail-share_icon.twitter {
  color: #fff;
  background-color: #1FA9F4;
}
.lead-homepage .socail-share_icon.instagram {
  color: #fff;
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.lead-homepage .socail-share_icon.envelope {
  color: #fff;
  background-color: #464646;
}
.lead-homepage .quiz-overlay {
  display: none !important;
}
.lead-homepage .quiz-overlay.current {
  /*z-index: 1;*/
  display: flex !important;
}
.lead-homepage .topics_info {
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  transition-duration: 0.4s;
  background-color: rgba(17, 59, 108, 0.7);
}
.lead-homepage .topics-name.translate-y {
  top: 50%;
  transform: translateY(-50%);
}
.lead-homepage .topics-name .btn-info {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.4s;
}
.lead-homepage .topics .btn-info {
  width: 45px;
  height: 45px;
}
.lead-homepage .topics_select {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(17, 59, 108, 0.7);
  transition-duration: 0.4s;
  /* transform: translateY(-100%); */
}
.lead-homepage .topics_select .btn-info {
  width: 45px;
  height: 45px;
}
.lead-homepage .topics_title {
  transition-duration: 0.4s;
}
.lead-homepage .topics-name .added {
  transform: rotate(-50deg);
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 0.4s;
}
.lead-homepage .topics:hover .topics_info {
  top: 120%;
}
.lead-homepage .topics_checked {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  flex-wrap: wrap;
  align-content: center;
  background-color: rgba(17, 59, 108, 0.7);
}
.lead-homepage .organization-logo {
  height: 85px;
  width: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead-homepage .badge-icon {
  background-color: #ebf5ff;
  height: 80px;
  width: 80px;
  padding: 15px;
  border-radius: 50%;
}
.lead-homepage .badge-icon svg {
  height: 100%;
  width: 100%;
  fill: #126fca;
}
.lead-homepage .proficiency-brand_logo .img-fluid {
  max-width: 45px;
}
.lead-homepage .affiliate {
  background: url(../img/affiliate.jpg);
  background-size: cover;
}
.lead-homepage .affiliate_title {
  font-size: 40px;
  color: #07477d;
  font-weight: 700;
}
@media (min-width: 992px) {
  .lead-homepage .affiliate_inner {
    min-height: 600px;
  }
  .lead-homepage .affiliate_title {
    font-size: 80px;
  }
}
.lead-homepage .download-icon svg {
  height: 60px;
  width: 60px;
}
.lead-homepage .project-card_overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.lead-homepage .project-card_img:hover .project-card_overlay {
  display: flex;
}
.lead-homepage .project-card_round--icon {
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
.lead-homepage .project-card_round--icon .feather {
  height: 14px;
  width: 14px;
}
.lead-homepage .project-card_icon .feather {
  width: 18px;
  height: 18px;
}
.lead-homepage .project_vdo .course-card__hover--content {
  opacity: 1;
}
.lead-homepage .check-info {
  border: 1px solid #0069e2;
  background: #ebf6ff;
}
.lead-homepage .check-info i {
  color: #0069e2;
}
.lead-homepage .check-success {
  border: 1px solid #00af16;
  background: #eefff1;
}
.lead-homepage .check-success i {
  color: #00af16;
}
.lead-homepage .check-danger {
  border: 1px solid #dc1010;
  background: #ffdddd;
}
.lead-homepage .check-danger i {
  color: #dc1010;
}
.lead-homepage .fromto {
  width: 15px;
  background: #212529;
  display: inline-block;
  height: 1px;
  transform: translateY(-10px);
}
.lead-homepage .action-btn .feather {
  height: 14px;
  width: 14px;
}
.lead-homepage .assignment_nav-pills {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lead-homepage .class-carousel .owl-nav button.owl-next,
  .lead-homepage .class-carousel .owl-nav button.owl-prev,
  .lead-homepage .blog-carousel .owl-nav button.owl-next,
  .lead-homepage .blog-carousel .owl-nav button.owl-prev,
  .lead-homepage .project-carousel .owl-nav button.owl-next,
  .lead-homepage .project-carousel .owl-nav button.owl-prev {
    transform: translateY(-50px);
  }
  .lead-homepage .class-carousel.no-transform .owl-nav button.owl-next,
  .lead-homepage .class-carousel.no-transform .owl-nav button.owl-prev,
  .lead-homepage .project-carousel.no-transform .owl-nav button.owl-next,
  .lead-homepage .project-carousel.no-transform .owl-nav button.owl-prev,
  .lead-homepage .blog-carousel.no-transform .owl-nav button.owl-next,
  .lead-homepage .blog-carousel.no-transform .owl-nav button.owl-prev {
    transform: none;
  }
  .lead-homepage .flex-wrap-sm {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .lead-homepage .courses-carousel .owl-nav button.owl-next,
  .lead-homepage .courses-carousel .owl-nav button.owl-prev {
    top: -50px;
  }
}
.lead-homepage .progress-icon {
  height: 36px;
  width: 36px;
  background-color: #1270ca;
  border-radius: 50%;
}
.lead-homepage .progress-icon .feather {
  height: 17px;
  width: 17px;
}
.lead-homepage .progress-counter {
  background-color: #d8ebf9;
}
.lead-homepage .page-item.active .page-link {
  background-color: #113b6c;
  border-color: #113b6c;
}
.lead-homepage .note-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}
.lead-homepage .note-carousel .owl-nav i {
  font-size: 21px;
}
.lead-homepage .note-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #07477d;
}
.lead-homepage .note_input {
  resize: none;
  height: 90px;
}
.lead-homepage .note_heading {
  height: 40px;
  font-size: 18px;
  resize: none;
}
.lead-homepage .note_heading:focus,
.lead-homepage .note_input:focus {
  box-shadow: none;
  outline: none;
}
.lead-homepage .btn-act {
  top: 0;
  right: 10px;
}
@media (max-width: 575px) {
  .lead-homepage .justify-end {
    justify-content: flex-end;
  }
}
.lead-homepage .no-swipe {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.lead-homepage .move_handler {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
}
.lead-homepage .handle {
  cursor: move;
}
.lead-homepage .zone {
  border: 2px dashed #95b6e8;
}
.lead-homepage .zone.upload {
  border: 0;
}
.lead-homepage .zone .btnCompression .active {
  background: #EB6A5A;
  color: white;
}
.lead-homepage .zone i {
  font-size: 40px;
  color: #07477d;
}
.lead-homepage .zone .selectFile {
  height: 50px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}
.lead-homepage .zone label,
.lead-homepage .zone input {
  cursor: pointer;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}
.lead-homepage .zone label {
  background: #fff;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}
.lead-homepage .zone label.bg-dark-cerulean {
  background: #07477D;
}
.lead-homepage .zone.upload .selectFile {
  width: 260px;
  margin: 0 auto;
}
.lead-homepage .zone.upload label {
  border: 0;
  background: #07477d;
  color: #fff;
  padding: 0 25px;
}
.lead-homepage .zone input[type=file] {
  opacity: 0;
}
.lead-homepage .zone.in {
  color: white;
  border-color: white;
  background: radial-gradient(ellipse at center, #EB6A5A 0, #c9402f 100%);
}
.lead-homepage .zone.in i {
  color: #fff;
}
.lead-homepage .zone.in label {
  background: #fff;
  color: #EB6A5A;
}
.lead-homepage .zone.hover {
  color: gray;
  border-color: white;
  background: #fff;
  border: 5px dashed gray;
}
.lead-homepage .zone.hover i {
  color: #EB6A5A;
}
.lead-homepage .zone.hover label {
  background: #fff;
  color: #EB6A5A;
}
.lead-homepage .zone.fade {
  transition: all 0.3s ease-out;
  opacity: 1;
}
.lead-homepage .upload .feather {
  width: 19px;
  height: 19px;
}
.lead-homepage .resume .zone.upload .selectFile {
  width: 170px;
  height: 45px;
}
.lead-homepage .resume .btn-danger {
  line-height: 45px;
  padding: 0 25px;
  border: 0;
}
.lead-homepage .resume .zone label {
  line-height: 45px;
  height: 45px;
}
.lead-homepage .filled path {
  fill: #fff;
}
.lead-homepage .student-profile-header {
  padding: 130px 0 30px;
  /*/170px 0 30px;*/
}
.lead-homepage .student-profile-header .avatar-img img {
  height: 120px;
  width: 120px !important;
}
.lead-homepage .settings-nav li a {
  padding: 0.4rem 1rem;
  display: block;
  border-left: 2px solid #0d6efd;
  margin: 0.8rem 0;
  font-weight: 500;
}
.lead-homepage .settings-nav li a.active {
  color: #31d6c7;
  border-color: #31d6c7;
}
.lead-homepage .settings-nav li a .feather {
  height: 20px;
  width: 20px;
}
.lead-homepage .form-check .feather {
  width: 18px;
  stroke-width: 1.5;
  color: #113b6c;
}
.lead-homepage a {
  text-decoration: none;
}
.lead-homepage .form-control,
.lead-homepage .form-select {
  font-size: 14px;
}
.lead-homepage .form-control-lg,
.lead-homepage .form-select-lg {
  font-size: 15px;
  padding: 0.735rem 1rem;
}
.lead-homepage .form-control-lg::file-selector-button,
.lead-homepage .form-control-lg::-webkit-file-upload-button {
  padding: 0.735rem 1rem;
  margin: -0.735rem -1rem;
  margin-inline-end: 1rem;
}
.lead-homepage .white-space-nowrap {
  white-space: nowrap;
}
.lead-homepage .fs-12 {
  font-size: 12px !important;
}
.lead-homepage .fs-13 {
  font-size: 13px !important;
}
.lead-homepage .fs-14 {
  font-size: 14px !important;
}
.lead-homepage .fs-15 {
  font-size: 15px !important;
}
.lead-homepage .fs_50 {
  font-size: 50px;
}
.lead-homepage .fw-thin {
  font-weight: 100 !important;
}
.lead-homepage .fw-extra-light {
  font-weight: 200 !important;
}
.lead-homepage .fw-medium {
  font-weight: 500 !important;
}
.lead-homepage .fw-semi-bold {
  font-weight: 600 !important;
}
.lead-homepage .fw-extra-bold {
  font-weight: 800 !important;
}
.lead-homepage .fw-black {
  font-weight: 900 !important;
}
.lead-homepage .text-navy-blue {
  color: #1270CB;
}
.lead-homepage .text-dark-cerulean {
  color: #07477D;
}
.lead-homepage .bg-prussian-blue {
  background-color: #002A4D;
}
.lead-homepage .bg-alice-blue {
  background-color: #F5F9FF;
}
.lead-homepage .bg-seagull {
  background-color: #66B2CE;
}
.lead-homepage .bg-moody-blue {
  background-color: #8A82D9;
}
.lead-homepage .bg-navy-blue {
  background-color: #036ED9;
}
.lead-homepage .bg-endeavour {
  background-color: #206496;
}
.lead-homepage .bg-resolution-blue {
  background-color: #1F3B7B;
}
.lead-homepage .bg-dark-cerulean {
  background-color: #171725;
}
.lead-homepage .bg-prussian-blue {
  background-color: #113B6C;
}
.lead-homepage .bg-electric-indigo {
  background-color: #5B03D3;
}
.lead-homepage .bg-midnight-express {
  background-color: #0E2140;
}
.lead-homepage .bg-light-blue {
  background: #ddecff;
}
.lead-homepage .bg-light-yellow {
  background: #f9daa1;
}
.lead-homepage .textB {
  font-size: 135px;
  transform: rotate(-2deg);
}
.lead-homepage .rounded-20 {
  border-radius: 1.25rem;
}
@media (max-width: 991px) {
  .lead-homepage .reverse-md {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 768px) {
  .lead-homepage .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .lead-homepage .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
}
.lead-homepage .border-bottom-ly {
  border-bottom: 1px solid #b9b9b9;
}
.lead-homepage .btn {
  font-size: 14px;
}
.lead-homepage .btn-check:focus + .btn,
.lead-homepage .btn:focus {
  box-shadow: none;
}
.lead-homepage .btn-group-lg > .btn,
.lead-homepage .btn-lg {
  padding: 0.74rem 2rem;
  font-size: 15px;
}
.lead-homepage .btn-dark-cerulean {
  color: #fff;
  background-color: #07477D;
  border-color: #07477D;
}
.lead-homepage .btn-dark-cerulean:hover {
  color: #fff;
  background-color: #093961;
  border-color: #093961;
}
.lead-homepage .btn.btn-dark-cerulean.btn-shadow {
  box-shadow: 0px 9px 16px 0px rgba(7, 71, 125, 0.2509803922) !important;
}
.lead-homepage .btn-outline-dark-cerulean {
  color: #07477D;
  border-color: #07477D;
}
.lead-homepage .btn-outline-dark-cerulean:hover {
  color: #fff;
  background-color: #07477D;
  border-color: #07477D;
}
.lead-homepage .btn-group-m .btn {
  margin: 0.25rem 0.125rem;
}
.lead-homepage .btn .feather {
  width: 19px;
  height: 19px;
}
.lead-homepage .mw-32 {
  max-width: 32px;
}
.lead-homepage .stroke-width-1p5 {
  stroke-width: 1.5;
}
.lead-homepage .width-20 {
  width: 20px;
}
.lead-homepage .width-15 {
  width: 15px;
}
.lead-homepage .qa_label {
  width: 100%;
}
@media (min-width: 992px) {
  .lead-homepage .width-150-md {
    width: 150px;
  }
  .lead-homepage .qa_label {
    width: calc(75% - 50px);
  }
}
@media (max-width: 370px) {
  .lead-homepage .col-vs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 576px) {
  .lead-homepage .tech {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .lead-homepage .card-tech {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .lead-homepage .w-sm-100 {
    width: 100% !important;
  }
  .lead-homepage .navbar-light .navbar-nav .dropdown-bell .nav-link,
  .lead-homepage .navbar-light .navbar-nav .dropdown-cart .nav-link {
    width: 33px;
  }
}
.lead-homepage .logo_ssl-block {
  width: 32px;
  margin: 2px;
}
.lead-homepage .minw_65 {
  min-width: 65px;
}
.lead-homepage .minw_70 {
  min-width: 70px;
}
.lead-homepage .maxw_75 {
  max-width: 75px;
}
.lead-homepage .logo_ssl-middle {
  width: calc(100% - 150px);
  border-left: 1px solid #4e6f9c;
  border-right: 1px solid #4e6f9c;
  padding: 0 5px;
}
.lead-homepage .classic_header {
  padding: 20px 0;
}
.lead-homepage .classic_heading {
  width: 60%;
}
.lead-homepage .wh_sm_100 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 767px) {
  .lead-homepage .logo_ssl-middle {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
  .lead-homepage .classic_heading {
    width: 85%;
  }
}
.lead-homepage .meeting-info-icon__icon-wrap {
  display: none;
}
.lead-homepage .meeting-info-icon__icon-wrap {
  display: none;
}
.lead-homepage .btn-header-search {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.lead-homepage .coll_text {
  padding-top: 50px;
  font-family: "Times New Roman", Times, serif;
}
.lead-homepage #counter .logo-holder {
  width: 100%;
  display: block;
}
.lead-homepage #counter .logo-holder img {
  height: 40px;
  max-width: inherit;
  width: auto;
  float: left;
  margin-right: 15px;
}
.lead-homepage #counter .logo-holder h3 {
  display: inline-block;
  background: linear-gradient(90deg, #EA7D26 18.98%, #EDAC1F 81.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
  font-weight: 600;
  padding-top: 15px;
}
.lead-homepage #counter .logo-holder .justify-content-center {
  display: inline-flex;
  margin-bottom: 5px;
  margin-top: 10px;
}
.lead-homepage .logo-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.lead-homepage .logo-container {
  padding: 0px 50px;
}
.lead-homepage .logo-container .logo-holder {
  background: #fff;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  height: 120px;
}
.lead-homepage .logo-container .logo-holder img {
  max-height: 60px;
  max-width: 50%;
  width: auto;
  margin: auto;
}
.lead-homepage .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.lead-homepage .owl-dots .owl-dot {
  background: #C4C4C4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  border: none;
  padding: 0px;
}
.lead-homepage .owl-dots .owl-dot.active {
  background: #494CA2;
}
.lead-homepage .s_img1,
.lead-homepage .s_img2,
.lead-homepage .s_img3,
.lead-homepage .s_img4 {
  width: 30%;
}
.lead-homepage .s_text1 {
  background: linear-gradient(90deg, #EA7D26 18.98%, #EDAC1F 81.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
  font-weight: 600;
}

.sticky-nav .nav .nav-link,
.custom-tabs .nav-tabs .nav-link,
.custom-tabs .nav-custom .nav-link {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 1rem;
  font-size: 15px;
  position: relative;
}

.sticky-nav .nav, .lead-homepage .custom-tabs .nav-tabs, .lead-homepage .custom-tabs .nav-custom {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.lead-main-course {
  position: relative;
  background-color: #F5F9FF;
}
.lead-main-course .course-title {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.lead-main-course .lead-main-course-top {
  position: relative;
}
.lead-main-course .lead-main-course-top-content {
  width: 100%;
  /* position: absolute;
  bottom: 0; */
  background: #000;
  padding: 15px 0px;
}
.lead-main-course .lead-main-course-top-content .instructor-profile {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.lead-main-course .lead-main-course-top-content h6 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18.845px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.979px;
  margin-bottom: 0px;
}
.lead-main-course .lead-main-course-top-content h5 {
  color: #FFF;
  font-size: 18.845px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.979px;
  margin-bottom: 0px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.lead-main-course .lead-main-course-top-content .btn {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.288px; /* 142.857% */
  letter-spacing: -0.107px;
  display: flex;
  padding: 9.173px 15.288px;
  justify-content: center;
  align-items: center;
  gap: 9.173px;
  background: #F5F7FA;
  border-radius: 0px;
}
.lead-main-course .nav-pills {
  border-bottom: 1px solid #D4D4D4;
  z-index: 9;
}
.lead-main-course .nav-pills .nav-item {
  margin: 0px 19px 0px 0px;
  transition: 0.3s;
}
.lead-main-course .nav-pills .nav-item .nav-link {
  color: #6E6E6E;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px 0px 10px 0px;
}
.lead-main-course .nav-pills .nav-item .active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #1F4173;
}
.lead-main-course .navbar-fixed {
  position: fixed;
  top: -3em;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #171725;
  padding-left: 25px;
}
.lead-main-course .navbar-fixed .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0px;
}
.lead-main-course .lead-course-block {
  display: flex;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 16px;
}
.lead-main-course .lead-course-block h5 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 10px;
}
.lead-main-course .lead-course-block p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}
.lead-main-course .lead-course-block p a {
  font-weight: bold;
}
.lead-main-course .lead-course-block h6 {
  font-weight: bold;
}
.lead-main-course .complete-course-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 22px;
}
.lead-main-course .complete-course-content p {
  font-size: 12px;
  line-height: 18px;
}
.lead-main-course .complete-course-content ul {
  margin: 0;
  padding: 0;
}
.lead-main-course .complete-course-content ul li {
  color: #07477D;
  width: 50%;
  float: left;
  list-style: none;
  font-size: 12px;
  line-height: 22px;
}
.lead-main-course .complete-course-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: relative;
  left: -3px;
}
.lead-main-course .course-content-accordian .accordion-item {
  border-radius: 0 !important;
}
.lead-main-course .course-content-accordian .accordion-button {
  padding: 15px 15px 15px 60px;
  border-radius: 0px !important;
  border-top: none;
}
.lead-main-course .course-content-accordian .accordion-button:focus {
  border: none !important;
}
.lead-main-course .course-content-accordian .accordion-button p {
  color: #2D2F31;
  font-family: Roboto;
  font-size: 17.044px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.453px; /* 120% */
  letter-spacing: -0.213px;
}
.lead-main-course .course-content-accordian .accordion-button span {
  color: #2D2F31;
  font-family: Roboto;
  font-size: 13.848px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.879px; /* 150.769% */
  letter-spacing: -0.213px;
}
.lead-main-course .course-content-accordian .accordion-collapse {
  border: none !important;
  border-radius: 0 !important;
}
.lead-main-course .course-content-accordian .accordion-button::after {
  position: absolute;
  left: 30px;
}
.lead-main-course .course-content-accordian .accordion-button:not(.collapsed) {
  color: #2D2F31;
  background-color: white;
}
.lead-main-course .course-content-accordian .accordion-body {
  padding: 18.109px 25.566px 17.044px 25.566px;
}
.lead-main-course .course-content-accordian .course-list-content {
  padding: 8px 0px;
}
.lead-main-course .course-content-accordian .course-list-content i {
  font-weight: 400;
  width: 17px;
}
.lead-main-course .pre-request-list ul {
  margin: 0;
  padding: 0;
}
.lead-main-course .pre-request-list ul li {
  color: #07477D;
  width: 50%;
  float: left;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  /* margin-bottom: 15px; */
  margin-bottom: 0px;
  display: flex;
}
.lead-main-course .pre-request-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: relative;
  left: -7px;
  font-weight: 400;
  top: 1px;
}
.lead-main-course .meet-your-instructor h3 {
  color: #2D2F31;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.2px;
  margin-bottom: 15px;
}
.lead-main-course .meet-your-instructor h4 {
  color: #07477D;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.8px; /* 120% */
  letter-spacing: -0.2px;
}
.lead-main-course .meet-your-instructor h6 {
  color: #6A6F73;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}
.lead-main-course .meet-your-instructor img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
}
.lead-main-course .meet-your-instructor span {
  color: #2D2F31;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
.lead-main-course .meet-your-instructor i {
  font-weight: 600;
  width: 17px;
  color: #2D2F31;
}
.lead-main-course .meet-your-instructor .btn {
  color: rgba(27, 27, 27, 0.6);
  display: flex;
  padding: 5px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid rgba(27, 27, 27, 0.6);
  background: rgba(249, 249, 249, 0.9);
  font-weight: 600;
}
.lead-main-course .meet-your-instructor .btn img {
  height: 20px;
  width: auto;
}
.lead-main-course .meet-your-instructor p {
  color: #2D2F31;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
.lead-main-course .meet-your-instructor .morecontent span {
  display: none;
}
.lead-main-course .meet-your-instructor .morelink {
  display: block;
  padding-top: 10px;
}
.lead-main-course .meet-your-instructor .instructor-right-content img {
  height: 20px;
  width: auto;
}
.lead-main-course .course-review i {
  color: #FFA404;
}
.lead-main-course .course-review .o-star {
  color: #E6E9ED;
}
.lead-main-course .course-review .review-single img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.lead-main-course .course-review .review-single h3 {
  color: #07477D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0px;
}
.lead-main-course .course-review .review-single span {
  color: #07477D;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.lead-main-course .course-review .review-single p {
  color: rgba(27, 27, 27, 0.6);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.lead-main-course .course-review .more-review-btn {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  color: #07477D;
  padding: 8px 16px;
  border-radius: 3px;
  border: 1px solid #07477D;
  transition: 0.3s;
}
.lead-main-course .course-review .more-review-btn:hover {
  background-color: #07477D;
  color: white;
  transition: 0.3s;
}
.lead-main-course .faq-accordian h3 {
  color: #2D2F31;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.2px;
  margin-bottom: 0px;
}
.lead-main-course .faq-accordian .accordion-item {
  border: none;
  border-bottom: 1px solid #EAECF0;
  padding: 20px 0px;
}
.lead-main-course .faq-accordian .accordion-button {
  padding: 0px;
  border: none;
  box-shadow: none;
}
.lead-main-course .faq-accordian .accordion-button::after {
  position: relative;
  left: inherit;
  background-image: url("../img/icon/plus-circle.svg") !important;
}
.lead-main-course .faq-accordian .accordion-button:focus {
  border: none !important;
}
.lead-main-course .faq-accordian .accordion-button p {
  color: #101828;
  font-family: Roboto;
  font-size: 16.806px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.142px;
}
.lead-main-course .faq-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../img/icon/minus-circle.svg") !important;
  transform: inherit;
}
.lead-main-course .faq-accordian .accordion-body p {
  color: #667085;
  font-family: Roboto;
  font-size: 14.938px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.408px;
  margin-bottom: 10px;
}
.lead-main-course .faq-accordian .accordion-collapse {
  border: none;
}

.lead-popular-course {
  padding-bottom: 50px;
}
.lead-popular-course h3 {
  color: #000;
  font-family: Roboto;
  font-size: 24.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.517px;
}
.lead-popular-course .lead-popular-course-single {
  position: relative;
}
.lead-popular-course .lead-popular-course-single .course-tag-btn {
  position: absolute;
  top: 15px;
  left: 15px;
}
.lead-popular-course .lead-popular-course-single .best-sale-tag {
  color: #FFF;
  font-family: Roboto;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 10.167px;
  border-radius: 2.033px;
  background: #C5322A;
  padding: 5px;
}
.lead-popular-course .lead-popular-course-single .offer-tag {
  color: #FFF;
  font-family: Roboto;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 10.167px;
  border-radius: 2.033px;
  background: #07477D;
  padding: 5px;
}
.lead-popular-course .lead-popular-course-single img {
  border-radius: 5px;
}
.lead-popular-course .lead-popular-course-single h3 {
  font-family: Roboto;
  font-size: 16.267px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.35px;
  margin: 5px 0px;
}
.lead-popular-course .lead-popular-course-single h3 a {
  color: #000;
}
.lead-popular-course .lead-popular-course-single h4 {
  color: #07477D;
  font-family: Roboto;
  font-size: 14.233px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.3px;
  margin-bottom: 0px;
}
.lead-popular-course .lead-popular-course-single .fa-user {
  font-weight: 100;
}
.lead-popular-course .lead-popular-course-single .fa-star {
  color: #FFA404;
}
.lead-popular-course .lead-popular-course-single .fa-star-half-alt {
  color: #FFA404;
}
.lead-popular-course .lead-popular-course-single p {
  margin-bottom: 0px;
}
.lead-popular-course .lead-popular-course-single h2 {
  color: rgba(27, 27, 27, 0.9);
  font-family: Roboto;
  font-size: 20.333px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.433px;
  margin-top: 5px;
}
.lead-popular-course .lead-popular-course-single h2 span {
  color: rgba(27, 27, 27, 0.6);
  font-family: Roboto;
  font-size: 16.267px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.4px; /* 150% */
  text-decoration: line-through;
}

.lead-course-right-sidebar .lead-cart-box {
  border-radius: 10px;
  border: 0.91px solid var(--gray-100, #E9EAF0);
  background: var(--linear, linear-gradient(180deg, #005DA8 0%, rgba(0, 0, 0, 0) 60%), #06305A);
  box-shadow: 0px 5.46226px 14.56604px 0px rgba(0, 0, 0, 0.06);
  color: white;
}
.right-sidebar-banner{
  margin-top: -12px !important;
}
.lead-course-right-sidebar .lead-cart-box-top {
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}
.lead-course-right-sidebar .lead-cart-box-top h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.lead-course-right-sidebar .lead-cart-box-top h3 span {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: line-through;
  padding-left: 5px;
}
.lead-course-right-sidebar .lead-cart-box-top .btn-light {
  border-radius: 0px;
  color: #07477D;
  font-family: Roboto;
  font-size: 12.745px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12.745px */
  text-transform: uppercase;
}
.lead-course-right-sidebar .lead-course-info {
  padding: 20px;
}
.lead-course-right-sidebar .lead-course-info p {
  color: #FFF;
  font-family: Roboto;
  font-size: 12.745px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.028px; /* 157.143% */
  letter-spacing: -0.127px;
  margin-bottom: 15px;
}
.lead-course-right-sidebar .lead-course-info i {
  font-size: 15px;
  font-weight: 100;
  width: 18px;
}
.lead-course-right-sidebar .lead-course-info .lead-cart-btn .btn {
  display: flex;
  padding: 0px 29.132px;
  justify-content: center;
  align-items: center;
  gap: 10.925px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 311.111% */
  letter-spacing: -0.18px;
  text-transform: capitalize;
  border-radius: 0px;
}
.lead-course-right-sidebar .lead-course-info .lead-cart-btn .cart-btn {
  color: #ffffff;
  background-color: #005DA8;
  height: 51px;
  transition: 0.3s;
}
.lead-course-right-sidebar .lead-course-info .lead-cart-btn .cart-btn:hover {
  background-color: #062E56;
  transition: 0.3s;
}
.lead-course-right-sidebar .lead-course-info .lead-cart-btn .save-btn {
  border: 0.91px solid #E9EAF0;
  background: #FFF;
  color: #4E5566;
  height: 37px;
  transition: 0.3s;
}
.lead-course-right-sidebar .lead-course-info .lead-cart-btn .save-btn:hover {
  background-color: #062E56;
  border: 1px solid #062E56;
  transition: 0.3s;
  color: white;
}
.lead-course-right-sidebar .lead-course-info h5 {
  color: #FFF;
  font-family: Inter;
  font-size: 14.566px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.028px;
  margin-bottom: 15px;
}
.lead-course-right-sidebar .help-line-box {
  border-radius: 10px;
  color: #000;
  background: #FFC107;
  margin: 15px 0px;
  padding: 10px;
  font-size: 18px;
}
.lead-course-right-sidebar .help-line-box p a {
  color: #062E56;
  font-weight: 700;
  /* position: relative; */
  /* padding-left: 40px; */
}
.lead-course-right-sidebar .help-line-box p a i {
  /* font-size: 24px;
  position: absolute;
  left: 13px;
  top: 3px; */
}
.lead-course-right-sidebar .sidebar-feature-box-one {
  display: flex;
  padding: 23px 31px;
  align-items: center;
  align-content: center;
  gap: 14px 8px;
  flex-wrap: wrap;
  border-radius: 10px;
  background: linear-gradient(102deg, #062E57 36.11%, #212121 102.62%);
  color: white;
  margin-bottom: 15px;
}
.lead-course-right-sidebar .sidebar-feature-box-one p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin-bottom: 0px;
  font-family: "Roboto";
}
.lead-course-right-sidebar .sidebar-feature-box-one p span {
  color: #FFC107;
  font-weight: bold;
}
.lead-course-right-sidebar .sidebar-feature-box-one .btn {
  display: inline-flex;
  height: 35px;
  padding: 0px 15px 0px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #07477D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.128px;
  text-transform: capitalize;
  transition: 0.3s;
}
.lead-course-right-sidebar .sidebar-feature-box-one .btn i {
  font-weight: 400;
}
.lead-course-right-sidebar .sidebar-feature-box-one .btn:hover {
  background-color: #005DA8;
  border: 1px solid #062E56;
  color: white;
  transition: 0.3s;
}
.lead-course-right-sidebar .sidebar-feature-box-two {
  background-image: url("../img/bg/sidebar-bg1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.lead-course-right-sidebar .sidebar-feature-box-two h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
}
.lead-course-right-sidebar .sidebar-feature-box-two .btn {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 3px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: 0.3s;
  background-color: transparent;
}
.lead-course-right-sidebar .sidebar-feature-box-two .btn:hover {
  background-color: #005DA8;
  color: white;
  transition: 0.3s;
}
.lead-course-right-sidebar .sidebar-feature-box-three {
  background-image: url("../img/bg/sidebar-bg2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.lead-course-right-sidebar .sidebar-feature-box-three h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
}
.lead-course-right-sidebar .sidebar-feature-box-three .btn {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 3px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: 0.3s;
  background-color: transparent;
}
.lead-course-right-sidebar .sidebar-feature-box-three .btn:hover {
  background-color: #005DA8;
  color: white;
  transition: 0.3s;
}
.lead-course-right-sidebar .lead-related-course {
  display: inline-flex;
  padding: 30px 51px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 10px;
  background: rgba(144, 132, 132, 0.1);
}
.lead-course-right-sidebar .lead-related-course h5 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 0px;
}
.lead-course-right-sidebar .course-content-accordian h5 {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 0px !important;
}
.lead-course-right-sidebar .course-content-accordian .completed-persent {
  color: #07477D;
  font-family: Inter;
  font-size: 14.512px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.954px;
  margin-bottom: 0px;
}
.lead-course-right-sidebar .course-content-accordian .progress {
  height: 4px;
  background: #E9EAF0;
  border-radius: 0px;
}
.lead-course-right-sidebar .course-content-accordian .progress .progress-bar {
  background: #07477D;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-item .accordion-button {
  padding: 18px 18px 18px 50px;
  transition: 0.5s;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-item .accordion-button p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-item .accordion-button span {
  font-size: 12px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-item .accordion-button::after {
  left: 18px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F5F7FA;
  transition: 0.5s;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-item .accordion-button:not(.collapsed) p {
  color: #07477D;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body {
  padding: 0px;
  padding-top: 10px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content {
  padding: 10px 18px;
  transition: 0.5s;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content p {
  color: #4E5566;
  font-size: 12px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content a {
  font-size: 12px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content span {
  color: #4E5566;
  font-size: 12px;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content:hover {
  background-color: #F5F7FA;
  background-color: #F5F7FA;
  transition: 0.5s;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content:hover p {
  color: #1D2026;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content:hover span {
  color: #1D2026;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .course-list-content:hover svg {
  fill: #1D2026;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .active-list-content {
  background-color: #F5F7FA;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .active-list-content p {
  color: #1D2026;
  font-weight: 500;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .active-list-content span {
  color: #1D2026;
  font-weight: 500;
}
.lead-course-right-sidebar .course-content-accordian .accordion .accordion-body .active-list-content svg path {
  fill: #1D2026;
}

.mobile-add-cart {
  background-color: white;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.mobile-add-cart h3 {
  color: #07477D;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}
.mobile-add-cart h2 {
  color: #07477D;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0px;
}
.mobile-add-cart h2 span {
  color: rgba(27, 27, 27, 0.6);
  font-family: Roboto;
  font-size: 13.013px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.52px; /* 150% */
  text-decoration-line: line-through;
}

.lead-after-main-course-top {
  display: flex;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: center;
  background: #F5F7FA;
}
.lead-after-main-course-top h5 {
  color: #1D2026;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}
.lead-after-main-course-top .fa-long-arrow-left {
  height: 58px;
  width: 58px;
  line-height: 58px;
  border-radius: 100px;
  background: #FFF;
  color: #1D2026;
  text-align: center;
  font-size: 25px;
  transition: 0.3s;
}
.lead-after-main-course-top .fa-long-arrow-left:hover {
  background-color: #005DA8;
  color: white;
  transition: 0.3s;
}
.lead-after-main-course-top ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4E5566;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
  margin-right: 16px;
}

.lead-after-purchase-course .after-course-title {
  color: #1D2026;
  font-family: Inter;
  /* font-size: 29.023px; */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.279px; /* 125% */
  letter-spacing: -0.29px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 18px;
}
.lead-after-purchase-course .lead-course-block {
  padding-inline: 0px;
}
.lead-after-purchase-course .lesson-resource {
  gap: 0px;
}
.lead-after-purchase-course .lesson-resource h5 {
  margin-bottom: 20px;
}
.lead-after-purchase-course .lesson-resource .lesson-resource-single {
  background: #F5F7FA;
  padding: 20px;
  margin-bottom: 18px;
}
.lead-after-purchase-course .lesson-resource .lesson-resource-single:last-child {
  margin-bottom: 0px;
}
.lead-after-purchase-course .lesson-resource .lesson-resource-single h6 {
  color: #1D2026;
  font-family: Inter;
  font-size: 14.515px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.958px;
  margin-bottom: 0px;
}
.lead-after-purchase-course .lesson-resource .lesson-resource-single p {
  color: #6E7485;
  font-family: Inter;
  font-size: 12.701px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.958px; /* 157.143% */
  letter-spacing: -0.127px;
}
.lead-after-purchase-course .project-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--Stroke, rgba(204, 204, 204, 0.8));
  background: #FFF;
  margin-bottom: 20px;
}
.lead-after-purchase-course .project-box h5 {
  color: #000;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.lead-after-purchase-course .project-box .btn {
  font-size: 15px;
  padding: 5px 15px;
  line-height: 20px;
}
.lead-after-purchase-course .project-box .table {
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  text-align: center;
  margin-bottom: 0px;
}
.lead-after-purchase-course .project-box .table thead th {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
  border: none;
}
.lead-after-purchase-course .project-box .table tbody {
  background-color: #D9D9D9;
}
.lead-after-purchase-course .project-box .table tbody tr td {
  border: none;
  vertical-align: middle;
  font-size: 16px;
}

.progress-container {
  position: relative;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring__circle-full {
  transform-origin: 50% 50%;
}

.progress-ring__circle-progress {
  transition: stroke-dashoffset 0.35s;
  transform: translate(0px, 0px); /* Adjust as needed */
  transform-origin: 50% 50%;
  stroke-dasharray: 314; /* Circumference of the circle */
  stroke-dashoffset: 0;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #06152B;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.course-completion-box {
  border-radius: 6px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  padding: 20px 15px;
  height: 205px;
  margin-bottom: 30px;
}
.course-completion-box h6 {
  color: #050505;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.course-completion-box ul li {
  color: #050708;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
.course-completion-box ul li:first-child {
  margin-bottom: 5px;
}
.course-completion-box ul li:first-child::before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #005DA8;
  position: absolute;
  left: 0;
  top: 3px;
}
.course-completion-box ul li:last-child::before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 3px;
}

.quiz-grade h3 {
  color: #07477D;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.quiz-grade h4 {
  color: #00ad21;
  font-size: 16px;
}

.quiz-result-table table thead {
  background-color: #000;
}
.quiz-result-table table thead th {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 10px;
}
.quiz-result-table table tbody tr td {
  padding: 5px;
}
.quiz-result-table table tbody tr td:first-child {
  font-weight: 600;
}
.quiz-result-table table tbody tr:first-child td {
  padding-top: 15px;
}

.lead-course-top-banner .video-btn svg {
  height: 90px;
  width: 90px;
  stroke-width: 0.6;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lead-course-top-banner .video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.lead-course-top-banner .video-popup {
  width: 80%;
  margin: 5% auto;
  position: relative;
  padding: 20px;
}

.student-work-content img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

#openAllBtn {
  font-weight: 700;
}

.last-activity-single h3 a {
  font-size: 22px !important;
  line-height: 30px;
}

#copy-data-url {
  display: none;
}

#reviewModal {
  /* Idle State of the stars */
  /* Hover state of the stars */
  /* Selected state of the stars */
}
#reviewModal .modal-content {
  padding: 0px;
}
#reviewModal .modal-body {
  padding: 15px;
}
#reviewModal .modal-body h6 {
  color: #1D2026;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
#reviewModal .modal-body h6 span {
  color: #8C94A3;
  font-weight: 400;
  font-size: 18px;
}
#reviewModal .modal-body textarea {
  font-size: 14px;
}
#reviewModal .modal-body .btn-light {
  background-color: #F5F7FA;
}
#reviewModal .c-rating-star {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#reviewModal .c-rating-star__item {
  display: inline-block;
}
#reviewModal .c-rating-star__icon {
  font-size: 20px; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
  cursor: pointer;
}
#reviewModal .c-rating-star__item.is-hover > .c-rating-star__icon {
  color: #ffcc36;
}
#reviewModal .c-rating-star__item.is-selected > .c-rating-star__icon {
  color: #ff912c;
}
#reviewModal .u-text-center {
  text-align: center;
}

#resultModal p {
  color: #9CA3AF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.2px;
}
#resultModal h4 {
  color: var(--color-grey-900, #111827);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
#resultModal table {
  margin-bottom: 20px;
}
#resultModal table td {
  padding: 5px 0px;
  font-size: 16px;
}

#resultviewModal .form-modal {
  max-width: 80%;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  #resultviewModal .form-modal {
    max-width: 100%;
  }
  #resultviewModal .d-flex {
    flex-wrap: wrap;
  }
}
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #07477D;
  --color-gray: #e2ebf6;
  --color-dark-gray: #07477D;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.lead-quiz-block {
  width: 60%;
  margin: 100px auto 100px auto;
}
.lead-quiz-block .quiz-title h2 {
  color: #000;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lead-quiz-block .dashboard-qeustion-single-block {
  border-bottom: 1px solid #D9D9D9;
  padding-inline: 100px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.lead-quiz-block .dashboard-qeustion-single-block p {
  color: #111827;
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.lead-quiz-block .grid {
  display: grid;
  grid-gap: var(--card-padding);
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
}
.lead-quiz-block .grid .wrong-ans {
  background-color: red !important;
}
.lead-quiz-block .grid .wrong-ans::after {
  border: solid red !important;
}
.lead-quiz-block .grid .card {
  border: none;
  background-color: #ffffff;
  position: relative;
  margin: 0;
}
.lead-quiz-block .grid .radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 10px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .lead-quiz-block .grid .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .lead-quiz-block .grid .selected .radio::after {
    border: var(--radio-border-width) solid #ffffff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .lead-quiz-block .grid .selected .radio:checked {
    background: #07477D;
    border-color: #ffffff;
  }
  .lead-quiz-block .grid .selected .radio:checked::after {
    border-color: #ffffff;
  }
  .lead-quiz-block .grid .selected .radio:checked ~ .plan-details {
    border-color: var(--color-green);
    background: rgba(7, 71, 125, 0.1);
  }
  .lead-quiz-block .grid .selected .radio:focus ~ .plan-details {
    box-shadow: 0 0 0 2px var(--color-dark-gray);
  }
  .lead-quiz-block .grid .plan-details {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 15px 10px 15px 40px;
    border-radius: 5px;
    border: 1px solid var(--color-grey-200, #EEEFF2);
  }
  .lead-quiz-block .grid .card:hover .plan-details {
    border-color: var(--color-dark-gray);
  }
  .lead-quiz-block .grid .radio:disabled ~ .plan-details {
    color: var(--color-dark-gray);
    cursor: default;
  }
  .lead-quiz-block .grid .radio:disabled ~ .plan-details .plan-type {
    color: var(--color-dark-gray);
  }
  .lead-quiz-block .grid .card:hover .radio:disabled ~ .plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
  }
  .lead-quiz-block .grid .card:hover .radio:disabled {
    border-color: var(--color-gray);
  }
  .lead-quiz-block .grid .plan-type {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .lead-quiz-block .grid .hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.circle_percent {
  font-size: 100px;
  font-weight: 900;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  clip: rect(0 1.5em 1.5em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #02345e;
  clip: rect(0 1.5em 1.5em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
  border-radius: 10px;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1.5em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #02345e;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.correct-ans h5 {
  background-color: #198754;
  text-align: center;
  padding: 5px;
  margin: 0;
}
.correct-ans ul {
  margin: 0;
  padding: 0;
}
.correct-ans ul li {
  background: #D1E7DD;
  box-shadow: 0px 0px 0px 0px #C7DBD2;
  list-style: none;
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

.wrong-ans h5 {
  background-color: #DC3545;
  text-align: center;
  padding: 5px;
  margin: 0;
}
.wrong-ans ul {
  margin: 0;
  padding: 0;
}
.wrong-ans ul li {
  background: #F8D7DA;
  box-shadow: 0px 0px 0px 0px #C7DBD2;
  list-style: none;
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

/* container */
#share {
  text-align: center;
}

/* buttons */
#share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}

#share a:hover {
  opacity: 1;
}

/* icons */
#share a {
  position: relative;
}

/* colors */
.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.googleplus {
  background: #dd4b39;
}

.linkedin {
  background: #0077b5;
}

.pinterest {
  background: #cb2027;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.modal-body div[role=progressbar] {
  --size: 8rem;
  --fg: #02345e;
  --bg: #def;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
  font-weight: bold;
}

.modal-body div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

.dashboard {
  background-color: #F5F5F5;
  padding-bottom: 50px;
}
.dashboard .dashboard-banner {
  background-color: #07477D;
  margin-top: 70px;
  padding-top: 40px;
}
.dashboard .dashboard-banner img {
  border-radius: 10px 10px 0px 0px;
}
.dashboard .dashboard-topbar {
  padding: 50px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid var(--Stroke, rgba(204, 204, 204, 0.8));
  background: #FFF;
  margin-bottom: 10px;
  position: relative;
}
.dashboard .dashboard-topbar h3 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.8px;
  margin-bottom: 10px;
}
.dashboard .dashboard-topbar p {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 10px;
}
.dashboard .profile-image {
  margin-top: -125px;
  margin-bottom: 30px;
  display: inline-flex;
  background-color: white;
  border-radius: 50%;
}
.dashboard .profile-image img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 6px solid #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.dashboard .user-cv-link {
  border-radius: 10px;
  background: #F3F3F3;
  display: flex;
  width: 275px;
  height: 92px;
  padding: 8px 17px 8px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.dashboard .user-cv-link h6 {
  color: #1A181E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  text-transform: capitalize;
  margin-bottom: 0px;
}
.dashboard .user-cv-link a {
  font-size: 14px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-break: anywhere;
}
.dashboard .user-social-media {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.dashboard .user-social-media a {
  background: #F5F7FA;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: #07477D;
  font-size: 20px;
  transition: 0.3s;
}
.dashboard .user-social-media a:hover {
  background-color: #07477D;
  color: white;
  transition: 0.3s;
}

.dashboard-sidemenu {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  margin-bottom: 10px;
}
.dashboard-sidemenu h5 {
  color: #848484;
  font-family: Roboto;
  font-size: 16.267px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.35px;
  padding: 20px;
  margin-bottom: 0px;
}
.dashboard-sidemenu ul {
  padding: 0;
  margin: 0;
}
.dashboard-sidemenu ul li {
  list-style: none;
}
.dashboard-sidemenu ul li:last-child a {
  border-radius: 0px 0px 10px 10px;
}
.dashboard-sidemenu ul li a {
  color: #92929D;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  padding: 15px 20px;
  display: block;
  transition: 0.3s;
}
.dashboard-sidemenu ul li a svg {
  margin-right: 20px;
}
.dashboard-sidemenu ul li a:hover {
  background-color: #f5f5f5;
  color: #07477D;
  position: relative;
}
.dashboard-sidemenu ul li a:hover::before {
  content: "";
  height: 32px;
  width: 3px;
  background-color: #07477D;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dashboard-sidemenu ul li a:hover svg path {
  fill: #07477D;
}
.dashboard-sidemenu ul li .sidemenu-active {
  background-color: #f5f5f5;
  color: #07477D;
  position: relative;
}
.dashboard-sidemenu ul li .sidemenu-active::before {
  content: "";
  height: 32px;
  width: 3px;
  background-color: #07477D;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dashboard-sidemenu ul li .sidemenu-active svg path {
  fill: #07477D;
}
.dashboard-live-class-block,
.dashboard-course-block {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  margin-bottom: 10px;
  padding: 30px 17px;
}
.dashboard-live-class-block h3,
.dashboard-course-block h3 {
  color: #252525;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.dashboard-course-block a {
  color: #272727;
  font-family: Roboto;
  font-size: 16.267px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.35px;
}
.dashboard-course-block .lead-popular-course {
  padding-bottom: 0px;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  padding: 10px;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single table td {
  color: #000;
  font-family: Roboto;
  font-size: 14.233px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.3px;
  padding: 5px 0px;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single .progress {
  width: 100%;
  height: 13px;
  border-radius: 100px;
  background: #D9D9D9;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single .progress .progress-bar {
  background-color: #07477D;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single .btn-success {
  border-radius: 4px;
  background: #00AD21;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.128px;
  text-transform: capitalize;
  padding: 5px 24px;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single .btn-success:hover {
  background-color: #017a18;
}
.dashboard-course-block .lead-popular-course .lead-popular-course-single .btn-primary {
  border-radius: 4px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.128px;
  text-transform: capitalize;
  padding: 5px 24px;
}
.dashboard-course-block .dashboard-saved-courses .lead-popular-course-single {
  border: none;
  padding: 0px;
}
/* .dashboard-live-class-block start */
.dashboard-live-class-block{}
.dashboard-live-class-block .all-live-class{

}
.dashboard-live-class-block .live-class-item{
  background: #F9F9FA;
  padding: 10px;
  border-radius: 5px;
  transition: all 500ms ease;
  border: 1px solid transparent;
}
.dashboard-live-class-block .live-class-item:hover{
  border: 1px solid rgb(102 112 133);
}
.dashboard-live-class-block .live-class-item .thumbnail{
  width: 100%;
}
.dashboard-live-class-block .live-class-item .thumbnail img{
  border-radius: 5px;
  width: 100%;
}
.dashboard-live-class-block .live-class-item .title h3{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
}
.dashboard-live-class-block .live-class-item .title p{
  display: inline-block;
  background: rgb(234 236 240);
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 11px;
  color: red;
}
.live-class-dashboard .event-title h2{
  color: #252525;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.live-class-dashboard .nav-pills .nav-link {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  margin: 0 3px;
  font-weight: 700;
  color: #92929D;
}
.live-class-dashboard .nav-pills .nav-link.active,
.live-class-dashboard .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1A1A19;
  font-weight: 700;
}
.heighlite-session .live-session{
  /* font-size: 20px; */
}

.heighlite-session .live-session .left-section .weekly-title h3 {
  font-size: 23px;
}
.heighlite-session .live-session .left-section .weekly-title p {
  font-size: 17px;
}
.heighlite-session .live-session .left-section .weekly-content p {
  font-size: 23px;
  margin: 10px 0;
}
.heighlite-session .live-session .right-section a {
  font-size: 17px;
}

.live-session{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.live-session .left-section{
  flex-grow: 1;
}
.live-session .left-section .weekly-data{
  display: flex;
}
.live-session .left-section .weekly-data .weekly-title{
  align-self: center;
}
.live-session .left-section .weekly-title{
  background: #07477D;
  padding: 12px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
}

.live-session .left-section .weekly-title h3,
.live-session .left-section .weekly-title p{
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
  color: #fff;
}

.live-session .left-section .weekly-title h3{
  font-size: 20px;
}
.live-session .left-section .weekly-title p{
  font-size: 14px;
}

.live-session .left-section .weekly-content{}
.live-session .left-section .weekly-content p{
  margin-bottom: 4px;
  font-weight: 600;

}
.live-session .left-section .weekly-content>span{
  background: #ddd;
  padding: 1px 10px;
  border-radius: 3px;
}
.live-session .left-section .weekly-content .content-require span{
  margin-right: 20px;
  display: inline-block;
  font-size: 11px;
}

.live-session .right-section{}
.live-session .right-section a{
  border: 1px solid #FAB12F;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  color: #000;
  display: block;
}
/* .dashboard-live-class-block end */

.dashboard-followed-instructor {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  margin-bottom: 10px;
  padding: 30px 17px;
}
.dashboard-followed-instructor h3 {
  color: #252525;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.dashboard-followed-instructor .followed-instructor-box {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid var(--Stroke, rgba(204, 204, 204, 0.8));
  padding: 25px;
  width: 55%;
}
.dashboard-followed-instructor .followed-instructor-box h6 {
  color: #848484;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.8px; /* 190% */
  letter-spacing: -0.2px;
  margin-bottom: 0px;
}
.dashboard-followed-instructor .followed-instructor-box h4 {
  color: #07477D;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.8px; /* 120% */
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}
.dashboard-followed-instructor .followed-instructor-box .btn {
  padding: 5px 16px 2px 16px;
  font-size: 12px;
}
.dashboard-followed-instructor .followed-instructor-box .followed-profile-img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
}

.dashboard-box-wrap {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: #FFF;
  margin-bottom: 10px;
  padding: 30px 17px;
}
.dashboard-box-wrap h3 {
  color: #252525;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.profile-dashboard-tabs img {
  width: 100%;
  height: 160px;
}

.user-profile-info .user-button-box {
  position: absolute;
  top: 25px;
  left: 250px;
}
.user-profile-info .user-button-box .btn {
  font-size: 12px;
  padding: 5px 15px;
}
.user-profile-info .user-button-box .btn i {
  padding-right: 5px;
}
.user-profile-info .user-button-box p {
  color: #DB0000;
  font-family: Roboto;
  font-size: 12.223px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 311.111% */
  letter-spacing: -0.122px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0px;
}

.profile-dashboard-tabs .nav-pills .nav-item {
  margin-right: 16px;
}
.profile-dashboard-tabs .nav-pills .nav-item .nav-link {
  color: #808080;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 40px;
  background: #E6E6E6;
  padding: 6px 20px;
}
.profile-dashboard-tabs .nav-pills .nav-item .active {
  background-color: #07477D;
  color: white;
}
.profile-dashboard-tabs .tab-content p {
  color: var(--gray-900, #1D2026);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
}

.contact-form-box i {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  border-right: 1px solid #E9EAF0;
  padding: 0px 20px;
  margin-right: 20px;
  font-weight: 400;
  color: #07477D;
  font-size: 20px;
}
.contact-form-box .form-control {
  padding-left: 70px;
}

.academy-community-single h6 {
  color: #8C94A3;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
}
.academy-community-single h3 {
  color: #1D2026;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0px;
}
.academy-community-single p {
  color: #8C94A3;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.academy-community-single .btn-outline-primary {
  background: rgba(7, 71, 125, 0.05);
  border: none;
}
.academy-community-single .btn-outline-primary:hover {
  background-color: #07477D;
  color: white;
}

.activity-box {
  margin-bottom: 30px;
}
.activity-box .nav-pills .nav-item .nav-link {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 16px;
  color: #6E7485;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  border-radius: 0px;
}
.activity-box .nav-pills .nav-item .active {
  color: #333333;
  border-bottom: 2px solid #07477D;
}

.purchase-course-empty .empty-course-box {
  height: 160px;
  border-radius: 6px;
  border: 1.017px solid var(--Stroke, rgba(204, 204, 204, 0.8));
  background: rgba(221, 221, 221, 0.8);
}
.purchase-course-empty .find-course {
  border-radius: 6px;
  border: 1.017px solid var(--Stroke, rgba(204, 204, 204, 0.8));
  background: #FFF;
}
.purchase-course-empty .find-course a {
  color: #000;
  font-size: 16px;
}
.purchase-course-empty .find-course a i {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 100;
}
.purchase-course-empty .find-course a p {
  margin-bottom: 0px;
}
.purchase-course-empty .find-course a:hover {
  color: #07477D;
}

.note-box {
  background-color: #f9daa1;
  padding: 15px;
  border-radius: 5px;
}
.note-box .text-muted {
  color: #000 !important;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}
.note-box textarea {
  border: none;
  background-color: transparent;
  padding: 0px;
  height: 190px;
  color: #000;
}
.note-box textarea:focus {
  box-shadow: none;
  outline: none;
  padding: 10px;
  background-color: #f9daa1;
}
.note-box textarea:-moz-placeholder {
  color: #000;
}
.note-box textarea:-moz-placeholder-shown {
  color: #000;
}
.note-box textarea:placeholder-shown {
  color: #000;
}
.note-box textarea::-moz-placeholder {
  color: #000;
}
.note-box textarea::placeholder {
  color: #000;
}
.note-box .owl-nav {
  position: absolute;
  right: -15px;
  top: -60px;
}
.note-box .owl-nav button {
  background-color: #07477D;
  color: #FFF;
  border-radius: 50%;
  border: none;
  height: 25px;
  width: 25px;
  position: relative;
  margin-left: 5px;
}
.note-box .owl-nav button span {
  font-size: 25px;
  line-height: inherit;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.note-box .note-btn {
  float: right;
  margin-bottom: 10px;
}
.note-box .note-btn i {
  color: black;
  padding-left: 5px;
  font-weight: 200;
  font-size: 20px;
}

.notification-table th {
  text-align: center;
}
.notification-table td {
  text-align: center;
  padding: 5px;
}
.notification-table td:first-child {
  text-align: left;
  font-weight: 600;
}

.payment-table thead {
  background-color: #F2F2F2;
}
.payment-table thead th {
  padding: 8px;
}
.payment-table td {
  padding: 5px;
  color: var(--black-12, #1A181E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.payment-table td:first-child {
  font-weight: 600;
}

.subscribe-monthy-package h4 {
  color: #170F49;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.subscribe-monthy-package h1 {
  color: #170F49;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  margin: 20px 0px;
}
.subscribe-monthy-package h1 span {
  color: #6F6C90;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.subscribe-monthy-package h5 {
  color: #170F49;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.subscribe-monthy-package ul li {
  color: #170F49;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
  position: relative;
  list-style: none;
}
.subscribe-monthy-package ul li::before {
  content: "\f058";
  color: #170F49;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}

.luminaries .luminaries-search-filter {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 35px 60px;
  margin-top: -85px;
  margin-bottom: 70px;
  position: relative;
}
.luminaries .luminaries-search-filter h3 {
  color: #07477D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.luminaries .luminaries-search-filter .form-control {
  border-radius: 3px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background-color: #FAFAFA;
  color: #A0AEC0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.2px;
  padding: 12px;
}
.luminaries .luminaries-search-filter .form-control::-moz-placeholder {
  color: #A0AEC0;
}
.luminaries .luminaries-search-filter .form-control::placeholder {
  color: #A0AEC0;
}
.luminaries .luminaries-search-filter .form-control:-moz-placeholder {
  color: #A0AEC0;
}
.luminaries .luminaries-search-filter .form-control:-moz-placeholder-shown {
  color: #A0AEC0;
}
.luminaries .luminaries-search-filter .form-control:placeholder-shown {
  color: #A0AEC0;
}
.luminaries .luminaries-search-filter .form-control:focus {
  box-shadow: none;
  outline: none;
}
.luminaries .luminaries-search-filter .search-input {
  padding-left: 40px;
}
.luminaries .luminaries-search-filter i {
  font-weight: 100;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.luminaries .luminaries-single a {
  display: block;
}
.luminaries .luminaries-single img {
  max-width: 100%;
  height: 160px;
}
.luminaries .luminaries-single h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
  margin: 8px 0px;
}
.luminaries .luminaries-single h4 {
  color: #07477D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.luminaries .luminaries-single h5 {
  color: rgba(27, 27, 27, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.luminaries .luminaries-content img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: -75px;
}
.luminaries .luminaries-content h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
}
.luminaries .luminaries-content .luminaries-details-content {
  border-radius: 6px;
  border: 1px solid var(--Stroke, rgba(204, 204, 204, 0.8));
  background: #FFF;
  box-shadow: 0px 6px 34px 0px rgba(215, 216, 222, 0.41);
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.luminaries .luminaries-content .luminaries-details-content p {
  margin-bottom: 10px;
  font-size: 20px;
}
.luminaries .luminaries-content .luminaries-details-content p:last-child {
  margin-bottom: 0px;
}
.luminaries .luminaries-content .luminaries-details-content h4 {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.cv-page {
  background-color: #ffffff;
}
.cv-page .cv-summery {
  position: relative;
}
.cv-page .cv-summery::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #07477D;
  position: absolute;
  left: 0;
  top: 60px;
}
.cv-page .cv-block {
  margin-bottom: 50px;
}
.cv-page .cv-block h3 {
  color: #07477D;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #07477D;
  display: inline-block;
  text-transform: capitalize;
}
.cv-page .cv-block p {
  color: #1D2026;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.187%; /* 26.134px */
  letter-spacing: -0.18px;
  margin-bottom: 0px;
}
.cv-page .cv-block h6 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cv-page .cv-block ul {
  padding-left: 20px;
}
.cv-page .cv-block ul li {
  color: #07477D;
  font-size: 18px;
  font-weight: 600;
}
.cv-page .cv-info-left .profile-image {
  margin-top: -75px;
}
.cv-page .cv-info-left .cv-profile-content h3 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.8px;
}
.cv-page .cv-info-left .cv-profile-content p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}

.learner-page {
  /* become learner css start */
  /* become learner css start */
}
.learner-page .font_open {
  font-family: "Open Sans", sans-serif;
}
.learner-page .font_poppins {
  font-family: "Poppins", sans-serif;
}
.learner-page .w-20 {
  width: 20% !important;
}
.learner-page .py-100 {
  padding: 100px 0;
}
.learner-page .overall_exp,
.learner-page .banner2 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .learner-page .banner2 {
    padding: 70px 0;
  }
}
.learner-page .banner2 .main_title {
  font-weight: 800;
  font-size: 45px;
  color: #000000;
}
.learner-page .banner2 .desc {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.learner-page .overall_left {
  max-width: 640px;
}
.learner-page .overall_exp .main_title {
  font-weight: bold;
  font-size: 62px;
  line-height: 72px;
  color: #0D1111;
}
@media (max-width: 991px) {
  .learner-page .overall_exp .main_title {
    font-size: 36px;
    line-height: 44px;
  }
  .learner-page .overall_exp, .learner-page .banner2 {
    padding: 60px 0;
  }
}
.learner-page .overall_exp .course_number {
  background: #FEFEFD;
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 16px 25px;
  top: 143px;
  left: -43px;
}
.learner-page .overall_exp .course_number span {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #0D1111;
  max-width: 44px;
}
.learner-page .overall_exp .desc {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.learner-page .overall_exp .certificate_wrapper {
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  bottom: 48px;
  left: -70px;
  padding: 15px 18px;
}
.learner-page .overall_exp .certificate_text {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #0D1111;
}
.learner-page .overall_exp .active_students {
  box-shadow: 0px 12px 80px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  bottom: 32px;
  right: 10px;
  padding: 25px;
}
.learner-page .active_students li {
  margin: 0 -4px;
}
.learner-page .active_students li .rounderNum {
  background: #1EBFC1;
  width: 33px;
  line-height: 33px;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.learner-page .about_lead {
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.learner-page .about_lead .main_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #154679;
  margin-bottom: 50px;
}
.learner-page .about_lead .inner_text {
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
}
.learner-page .about_lead-inner {
  max-width: 842px;
}
.learner-page .d_box {
  min-width: 166px;
  height: 59px;
}
.learner-page .mission_inner {
  max-width: 947px;
}
.learner-page .service_case {
  padding: 100px 0;
}
.learner-page .service_case .main_title,
.learner-page .mission .main_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #154679;
}
.learner-page .mission .inner_text {
  line-height: 27px;
  color: #000;
}
.learner-page .choose_wrapper {
  max-width: 1092px;
}
.learner-page .choose_text {
  background: #154679;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  min-height: 129px;
  padding: 0 21px;
}
.learner-page .px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.learner-page .impression {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #1F4173;
}
.learner-page .impression .text_info {
  font-weight: 600;
  font-size: 26px;
  line-height: 142%;
}
.learner-page .sc_inner {
  background: linear-gradient(90deg, #FFFFFF -0.01%, #DFE0E0 99.97%);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 95px;
  margin-top: 20px;
}
.learner-page .sc_top {
  width: 166px;
  height: 59px;
  margin: 0 auto;
  transform: translate(-50%, -29px);
}
.learner-page .sc_list {
  border: 6px solid #154679;
  border-radius: 17px;
  padding: 90px 40px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.learner-page .sc_list li {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #154679;
  margin-bottom: 20px;
}
.learner-page .sc_list li:last-of-type {
  margin-bottom: 0;
}
.learner-page .sc_list li .bullet {
  background: #0073FF;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 18px;
  margin-top: 2.5px;
  display: block;
}
.learner-page .triangle {
  width: 0;
  height: 0;
  border-style: solid;
}
.learner-page .triangle.left {
  left: -10px;
  top: 1px;
  border-width: 0 0 16px 11px;
  border-color: transparent transparent #3D0075 transparent;
}
.learner-page .triangle.right {
  right: -10px;
  top: 1px;
  border-width: 16px 0 0 11px;
  border-color: transparent transparent transparent #3D0075;
}
.learner-page .triangle.green.left {
  border-color: transparent transparent #007A42 transparent;
}
.learner-page .triangle.green.right {
  border-color: transparent transparent transparent #007A42;
}
.learner-page .triangle.violet.left {
  border-color: transparent transparent #320099 transparent;
}
.learner-page .triangle.violet.right {
  border-color: transparent transparent transparent #320099;
}
@media (min-width: 1400px) {
  .learner-page .service_case .container-xl {
    max-width: 1020px;
  }
}
.learner-page .team_show .title_big {
  font-size: 43px;
  line-height: 50px;
  color: #02325B;
}
.learner-page .team_show .title_mail {
  font-size: 36px;
  line-height: 54px;
  color: #1F4173;
}
.learner-page .overall_exp .btn_getStart,
.learner-page .banner2 .btn_getStart,
.learner-page .team_show .btn_getStart {
  background: #1F4173;
  border-radius: 4px;
  color: #fff;
  padding: 0 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
  max-width: 320px;
}
.learner-page .become_ins {
  padding: 100px 0;
}
.learner-page .become_ins .main_title {
  font-size: 48px;
}
.learner-page .become_ins .text_details {
  font-size: 21px;
  line-height: 29px;
}
.learner-page .team_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.learner-page .team_wrapper .sectitle {
  font-size: 48px;
  line-height: 71px;
  color: #000000;
}
.learner-page .team_wrapper .team_info {
  box-shadow: 0px 5px 25px #D0E0FF;
  border-radius: 20px;
  padding: 25px 40px;
}
.learner-page .team_wrapper .member_title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
}
.learner-page .team_wrapper .member_subtitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #636363;
}
.learner-page .team_wrapper .member_desc {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 600;
}
.learner-page .instructor-carousel .owl-stage {
  display: flex;
}
.learner-page .instructor-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.learner-page .become_ins .text-info {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.learner-page .fred_title {
  font-size: 36px;
  line-height: 44px;
  color: #1F4173;
  max-width: 530px;
}
.learner-page .btn_fred {
  border-radius: 14px;
  font-size: 18px;
  width: 186px;
  line-height: 54px;
}
@media (max-width: 1199px) {
  .learner-page .reverse-lg {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 767px) {
  .learner-page .team_show .title_big {
    font-size: 30px;
    line-height: 35px;
  }
  .learner-page .team_show .title_mail {
    font-size: 24px;
    line-height: 30px;
  }
  .learner-page .team_show .btn_getStart {
    font-size: 24px;
    line-height: 60px;
  }
  .learner-page .impression .text_info {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .learner-page .banner2 .main_title {
    font-size: 32px;
  }
  .learner-page .banner2 .desc {
    font-size: 20px;
    line-height: 28px;
  }
}
.learner-page .our_features .create-market {
  width: 355px;
  background: #154679;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.learner-page .our_features .teach {
  width: 163px;
}
.learner-page .our_features .earn {
  width: 151px;
}
.learner-page .our_features .publish {
  width: 191px;
}
.learner-page .our_features .revenue {
  width: 204px;
}
.learner-page .higher {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  /* or 183% */
  text-transform: capitalize;
}
.learner-page .beLearner .profile {
  /*
      Width: 421.45px;
      Height: 421.01px;
      border: 25px solid #35ECD5;
      border-radius: 35px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  */
  /* Width: 321.45px;
  Height: 321.01px; */
  width: 285.45px;
  height: 285.01px;
  border: 15px solid #35ECD5;
  border-radius: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.learner-page .beLearner .profile_text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #00AD89;
  height: 130px;
  width: 230px;
}
.learner-page .beLearner .subscribe {
  /* Width: 321.45px;
  Height: 321.01px; */
  width: 285.45px;
  height: 285.01px;
  border: 15px solid #9307A6;
  border-radius: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.learner-page .beLearner .subscribe_text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #9207A6;
  height: 146px;
  float: right;
}
.learner-page .beLearner .interact_instructors {
  Width: 285.45px;
  Height: 285.01px;
  border: 15px solid #FE8C62;
  border-radius: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.learner-page .beLearner .interact_instructors_text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #FE8C62;
  height: 200px;
  width: 270px;
}
.learner-page .beLearner .share_projects {
  Width: 285.45px;
  Height: 285.01px;
  border: 15px solid #4630D4;
  border-radius: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.learner-page .beLearner .share_projects_text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  color: #540FCB;
  height: 200px;
  width: 270px;
  margin-top: -31px;
  float: right;
}
.learner-page .beLearner .become_learner {
  position: absolute;
  top: 128px;
}
.learner-page .beLearner .become_learner_text {
  position: absolute;
  left: 58px;
  bottom: 58px;
  background: #FFFFFF;
  /* height: 450px;
  width: 450px; */
  height: 340px;
  width: 340px;
  border: 15px solid #D9D9D9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 41px;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .learner-page .beLearner .become_learner {
    top: 0px;
    position: initial !important;
  }
  .learner-page .beLearner .become_learner_text {
    position: absolute;
    left: 177px;
    bottom: 0px;
    top: 55px;
  }
  .learner-page .beLearner .share_projects_text,
  .learner-page .beLearner .interact_instructors_text {
    width: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .learner-page .beLearner .become_learner_text {
    left: 76px;
    top: 48px;
    height: 360px;
    width: 360px;
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .learner-page .beLearner .become_learner_text {
    left: 50%;
    top: 50%;
    height: 270px;
    width: 270px;
    font-size: 30px;
    transform: translate(-50%, -50%);
  }
  .learner-page .posar {
    position: relative;
  }
}
@media (min-width: 992px) {
  .learner-page .higher li {
    line-height: 110px;
  }
}
.learner-page .pay {
  color: #76A313;
}
.learner-page .revenue-share {
  color: #E48500;
}
.learner-page .audience {
  color: #B73018;
}
.learner-page .flexible {
  color: #3A76BE;
}
@media (max-width: 991px) {
  .learner-page .overall_exp .course_number {
    top: 60px;
    left: auto;
    right: 0;
  }
  .learner-page .overall_exp .certificate_wrapper {
    bottom: 80px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .learner-page .become_ins .main_title,
  .learner-page .team_wrapper .sectitle {
    font-size: 32px;
    line-height: 45px;
  }
  .learner-page .higher {
    font-size: 26px;
    line-height: 35px;
  }
  .learner-page .fred_title {
    line-height: 45px;
  }
  .learner-page .overall_left {
    margin: 0 auto;
  }
  .learner-page .beLearner .subscribe_text,
  .learner-page .beLearner .profile_text {
    margin: 0 auto;
    text-align: center;
  }
}
.learner-page .brand2-carousel .owl-item {
  padding: 15px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.learner-page .brand2-carousel .owl-item .brand_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
  padding: 35px 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.learner-page .brand2-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
}
.learner-page .brand2-carousel .owl-stage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.checkout-page table thead {
  border-bottom: 1px solid #E9EAF0;
}
.checkout-page table thead th {
  color: var(--gray-700, #4E5566);
  /* Labal/Large */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  padding: 10px 0px;
}
.checkout-page table tbody tr td {
  padding: 20px 0px;
  border-bottom: 1px solid #E9EAF0;
}
.checkout-page table tbody tr td img {
  width: 200px;
}
.checkout-page table tbody tr td i {
  color: #8C94A3;
  font-size: 24px;
  font-weight: 100;
}
.checkout-page table tbody tr td h5 {
  color: var(--gray-900, #1D2026);
  /* Body Large/500 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}
.checkout-page table tbody tr td p {
  color: #000;
  /* Body Medium/400 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
  margin-bottom: 0px;
}
.checkout-page table tbody tr td p span {
  color: #07477D;
  /* Body Medium/400 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
}
.checkout-page table tbody tr td h4 {
  color: rgba(7, 71, 125, 0.9);
  font-family: Roboto;
  font-size: 20.333px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.433px;
}
.checkout-page table tbody tr td h4 span {
  color: var(--object-black-60, rgba(27, 27, 27, 0.6));
  font-family: Roboto;
  font-size: 16.267px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.4px; /* 150% */
  text-decoration: line-through;
}
.checkout-page .form-check a {
  text-decoration: underline;
}
.checkout-page .list-group li {
  margin-bottom: 10px;
}
.checkout-page .payment-method {
  margin-top: 20px;
  /* Hide the radio buttons */
  /* Style the label as desired */
  /* Style for selected label */
}
.checkout-page .payment-method h3 {
  color: #1D2026;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
.checkout-page .payment-method ul {
  padding: 0px;
}
.checkout-page .payment-method input[type=radio] {
  display: none;
}
.checkout-page .payment-method label {
  border: 1px solid var(--gray-100, #E9EAF0);
  background: var(--gray-white, #FFF);
  padding: 10px;
  margin-bottom: 15px;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.checkout-page .payment-method label::after {
  display: none;
}
.checkout-page .payment-method label::before {
  display: none;
}
.checkout-page .payment-method label.selected {
  border: 1px solid #07477D;
  background-color: rgba(7, 72, 125, 0.1058823529);
}
.checkout-page .apply-coupon a {
  position: absolute;
  right: 8px;
  top: 5px;
}

.leftside-bar {
  height: 1800px;
  overflow: hidden;
  transition: 0.3s;
  /* Animation */
  /* Apply animation to scrollbar thumb */
}
.leftside-bar:hover {
  overflow-y: scroll;
  transition: 0.3s;
}
.leftside-bar::-webkit-scrollbar {
  width: 5px;
  height: 50px;
}
.leftside-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.leftside-bar::-webkit-scrollbar-thumb {
  background: #07477D;
  border-radius: 5px;
}
@keyframes smoothScroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leftside-bar::-webkit-scrollbar-thumb {
  animation: smoothScroll 0.3s ease;
}

.event-page .hero-header:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.event-page .hero2:before, .event-page .hero-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.event-page .wh_sm_100 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.event-page .course-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.event-page .font_open {
  font-family: "Open Sans";
}
.event-page .text_bluish-black {
  color: #6C7CA6;
}
.event-page .w_50 {
  width: 50px !important;
}
.event-page .w_100 {
  width: 100px !important;
}
.event-page .text-grey {
  color: #b8b8b8 !important;
}
.event-page .minwd_130 {
  min-width: 130px;
}
.event-page .search-brt {
  background: #D2DAE3;
  z-index: 9 !important;
}
.event-page .btn-outline-dark-cerulean {
  border: 1px solid;
}
.event-page .blog_search .box {
  height: 44px !important;
}
.event-page .middle_border {
  background: #6C7CA6;
  width: 2px;
  height: 18px;
}
.event-page .course-card__course--title .blog_title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  height: 33px;
}
.event-page .titleRc {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #BD00FF;
}
.event-page .vQuote {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #D4A373;
  border-left: 9px solid #D4A373;
}
.event-page .vBlog_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #495057;
}
.event-page .vBlog_soc {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 520px) {
  .event-page .vBlog_soc {
    min-width: 150px;
  }
}
.event-page .vBlog-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px;
  font-size: 21px;
}
.event-page .input-group .btn-send {
  z-index: 9;
  resize: none;
}
.event-page .blog-bread .breadcrumb-item a,
.event-page .blog-bread .breadcrumb-item {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #6C7CA6;
}
.event-page .dateTitle {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #fff;
  border-right: 2px solid #fff;
  line-height: 28px;
  width: 120px;
}
.event-page .vSec {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 15px;
  border-right: 2px solid #fff;
  line-height: 1;
  margin-right: 15px;
}
.event-page .vSec:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.event-page .audio-player {
  height: 70px;
  background: #444;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6666666667);
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.event-page .audio-player .timeline {
  background: #fff;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5333333333);
}
.event-page .audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.event-page .audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.event-page .audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-page .audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #fff;
}
.event-page .audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.event-page .audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.event-page .audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.event-page .audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: #fff;
  content: "";
  height: 15px;
  width: 3px;
}
.event-page .audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.event-page .audio-player .controls .time {
  display: flex;
}
.event-page .audio-player .controls .time > * {
  padding: 2px;
}
.event-page .audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.event-page .audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.event-page .audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.event-page .audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 24px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}
.event-page .audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.event-page .audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}
.event-page .blogSlTitle {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 33px;
  height: 66px;
}
.event-page .input_event {
  background: #F5F9FF;
  border: 2px solid #CED4DA;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .event-page .input_event.speaker {
    width: 320px;
    height: 320px;
    /*		border-radius: 50%*/
  }
}
.event-page .input_event.speaker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.event-page .vCheck {
  border: 2px solid #B2BCCA;
  border-radius: 4px;
}
.event-page .price_group {
  border: 1px solid #B2BCCA;
  border-radius: 4px;
}
.event-page .price_group .input-group-text:first-child {
  background: rgba(22, 96, 207, 0.1019607843);
}
.event-page .price_group .input-group-text:nth-child(2) {
  background-color: rgba(22, 96, 207, 0.2);
}
.event-page .zone .label_blue {
  background: #07477D;
  border-radius: 2px;
}
.event-page .btn-free {
  background: #38C558;
}
.event-page .lh-35 {
  line-height: 35px;
}
.event-page .pass_block,
.event-page .neat_block {
  background: #0F1D41;
}
.event-page .neat_block .title {
  line-height: 22px;
  color: #89A4C5;
}
@media (max-width: 767px) {
  .event-page .dateTitle {
    text-align: left;
    border-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) {
  .event-page .container_event {
    max-width: 1460px;
  }
}
.event-page .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #07477d;
  color: #fff;
  margin-left: 8px;
  padding: 4px 10px;
}
.event-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 18px;
  padding: 0 6px;
  border-right: 1px solid #4e7596;
  color: #fff;
}
.event-page .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 8px;
}
.event-page .select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
  margin-left: 10px;
}
.event-page .select2-container--default .select2-selection--multiple {
  border: solid #ced4da 1px;
  padding: 5px 0 10px;
}
.event-page .top_shadow::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(17, 59, 108) 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 40%;
}
.event-page .polygon-shape2 {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
  padding-top: 6px;
  text-align: center;
  width: 45px;
  height: 68px;
  background: #FF0000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.event-page .event_comment-block {
  border: 1px solid #C2DBEF;
}
.event-page .border-dc {
  border: 1px solid #C2DBEF;
}
.event-page .cLast {
  max-width: 225px;
}
.event-page .live_event {
  border: 1px solid #000000;
}
.event-page .live_event.active {
  border: 1px solid #009f40;
  background: #009F40;
}
.event-page .live_event.recent {
  border: 1px solid #dc3545;
  background: #dc3545;
}
.event-page .live_event-day {
  font-size: 16px;
  line-height: 22px;
  color: #89A4C5;
}
.event-page .live_event-date {
  font-size: 16px;
  line-height: 22px;
  color: #0F1D41;
}
.event-page .live_event.recent .live_event-date,
.event-page .live_event.recent .live_event-day,
.event-page .live_event.active .live_event-date,
.event-page .live_event.active .live_event-day {
  color: #fff;
}
.event-page .live_list .owl-nav {
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  left: -30px;
  right: -30px;
  display: flex;
  justify-content: space-between;
}
.event-page .live_list .owl-nav .owl-next i,
.event-page .live_list .owl-nav .owl-prev i {
  font-size: 30px;
}
.event-page .btn-upcoming {
  background: #CFCFCF;
  border-color: #cfcfcf;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.event-page .desc_tab .nav-pills .nav-link {
  color: #07477d;
  font-weight: 500;
  border: 1px solid #07477d;
}
.event-page .desc_tab .nav-pills .nav-link.active,
.event-page .desc_tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #07477d;
}
@media (max-width: 890px) {
  .event-page .neat_block {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 550px) {
  .event-page .neat_block {
    width: calc(50% - 8px);
  }
}
@media (max-width: 420px) {
  .event-page .neat_block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-page .eventPage_heading {
    width: 90%;
  }
  .event-page .wh_sm_100 {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (max-width: 991px) {
  .event-page .live_list .owl-nav {
    top: 100%;
    transform: translateY(0%);
    left: 50%;
    right: auto;
  }
}
@media (min-width: 768px) {
  .event-page .cLast {
    width: 25%;
  }
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.classic_header {
  padding: 20px 0;
}

.hero-header {
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-header {
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-header:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.hero2:before, .hero-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero-header_wrap {
  z-index: 1;
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

.font_opens {
  font-family: "Open Sans", sans-serif;
}

.mt_70 {
  margin-top: 70px;
}

.aff_sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.w-20 {
  width: 20%;
}

.sidebarLeft {
  width: 280px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.4s;
  z-index: 99;
}

.bodyRight {
  width: calc(100% - 280px);
  margin-left: 280px;
}

.bg_one {
  background: #FFEFE7;
}

.bg_two {
  background: #E8F0FB;
}

.bg_three {
  background: #FDEBF9;
}

.bg_four {
  background: #f8c3a1;
}

.text-gray-cerulean {
  color: #465159 !important;
}

.sidebarLeft .nav-pills .nav-link {
  color: #fff;
}

.sidebarLeft .nav-pills .nav-link.active,
.sidebarLeft .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2A2A37;
}

.text_ellipse2 {
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}

.affCatSelect {
  width: 220px;
}

.fs_125rem {
  font-size: 1.25rem;
}

.fs_120rem {
  font-size: 1.2rem;
}

.fs_100rem {
  font-size: 1rem;
}

.fs_130rem {
  font-size: 1.3rem;
}

.affSearchIcon {
  left: 10px;
  z-index: 9;
  color: #bababa;
}

.affiliate_pagination .page-item .page-link {
  color: #113b6c;
  font-weight: 600;
}

.affiliate_pagination .page-item.active .page-link {
  color: #fff;
}

.dropdown-item {
  font-weight: 500;
  line-height: 21px;
}

.dmenu.dropdown-user .dropdown-item {
  position: relative;
  padding: 0;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #494c57;
  font-weight: 500;
}

.dmenu.dropdown-user .dropdown-item i {
  margin-right: 10px;
  font-size: 21px;
  width: 24px;
  text-align: center;
}

.dmenu.dropdown-user .dropdown-item + .dropdown-item {
  border-top: 1px dotted #ced4da;
}

.inputCus {
  background-color: #f8fcff;
  border: 1px solid #e0e7ff;
  padding: 12px 18px;
  color: #737373;
}

.inputCus::-moz-placeholder {
  color: #737373;
}

.inputCus::placeholder {
  color: #737373;
}

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

.threeDots span {
  width: 24px;
  height: 2px;
  background: #07477d;
}

@media (max-width: 767px) {
  .sidebarLeft {
    left: -330px;
  }
  .bodyRight {
    width: 100%;
    margin-left: 0;
  }
}
.sidebarLeft.show {
  left: 0;
}

.close_menu {
  line-height: 35px;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 45px 0;
  border-color: transparent #1263a7 transparent transparent;
}

.close_menu i {
  top: 9px;
  right: -42px;
}

.affNav {
  transition-duration: 0.4s;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 280px;
  width: calc(100% - 280px);
  z-index: 98;
}

.aff_social .socail-share_icon {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  font-size: 14px;
}

.avatar-text {
  width: 50%;
}

.right_info {
  min-width: 200px;
}

.newsletter-content {
  background: #113b6c;
}

.banner2 .btn_getStart {
  padding: 0 25px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 55px;
  max-width: 185px;
}

.team_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team_wrapper .team_info {
  box-shadow: 0px 5px 25px #D0E0FF;
  border-radius: 20px;
  padding: 25px 40px;
}

.team_wrapper .member_title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
}

.team_wrapper .member_subtitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #636363;
}

.team_wrapper .member_desc {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 600;
}

.instructor-carousel .owl-stage {
  display: flex;
}

.instructor-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.mw_90 {
  min-width: 90px;
}

.cursor-add {
  cursor: pointer;
}

.btn_req {
  background: rgba(58, 122, 209, 0.1);
  border: 1px solid rgba(58, 122, 209, 0.13);
  box-sizing: border-box;
  border-radius: 3px;
  color: #3A7AD1;
  line-height: 34px;
  min-width: 187px;
}

.btn_req:focus,
.btn_req:hover {
  background: #3A7AD1;
  color: #fff;
}

.pending_place {
  background: rgba(255, 92, 0, 0.1);
  border: 1px solid rgba(255, 92, 0, 0.13);
  box-sizing: border-box;
  border-radius: 3px;
  max-width: 190px;
  line-height: 39px;
  color: #FF5C00;
  margin: 15px auto;
}

.pending_place:focus,
.pending_place:hover {
  background: #FF5C00;
  color: #fff;
}

@media (max-width: 991px) {
  .avatar-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fixed-header {
    left: 0;
    width: 100%;
  }
  .aff_sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.font_open {
  font-family: "Open Sans";
}

.text_bluish-black {
  color: #6C7CA6;
}

.w_50 {
  width: 50px !important;
}

.w_100 {
  width: 100px !important;
}

.text-grey {
  color: #b8b8b8 !important;
}

.minwd_130 {
  min-width: 130px;
}

.search-brt {
  background: #D2DAE3;
  z-index: 9 !important;
}

.btn-outline-dark-cerulean {
  border: 1px solid;
}

.blog_search .box {
  height: 44px !important;
}

.middle_border {
  background: #6C7CA6;
  width: 2px;
  height: 18px;
}

.course-card__course--title .blog_title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  height: 33px;
}

.titleRc {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #BD00FF;
}

.vQuote {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #D4A373;
  border-left: 9px solid #D4A373;
}

.vBlog_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #495057;
}

.vBlog_soc {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 520px) {
  .vBlog_soc {
    min-width: 150px;
  }
}
.vBlog-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px;
  font-size: 21px;
}

.input-group .btn-send {
  z-index: 9;
  resize: none;
}

.blog-bread .breadcrumb-item a,
.blog-bread .breadcrumb-item {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #6C7CA6 !important;
}

.dateTitle {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #fff;
  border-right: 2px solid #fff;
  line-height: 28px;
  width: 120px;
}

.vSec {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 15px;
  border-right: 2px solid #fff;
  line-height: 1;
  margin-right: 15px;
}

.vSec:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.audio-player {
  height: 70px;
  background: #444;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6666666667);
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}

.audio-player .timeline {
  background: #fff;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5333333333);
}

.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}

.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}

.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #fff;
}

.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: #fff;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}

.audio-player .controls .time {
  display: flex;
}

.audio-player .controls .time > * {
  padding: 2px;
}

.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 24px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6666666667);
  transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.blogSlTitle {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 33px;
  height: 66px;
}

.input_event {
  background: #F5F9FF;
  border: 2px solid #CED4DA;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .input_event.speaker {
    width: 320px;
    height: 320px;
    /*		border-radius: 50%*/
  }
}
.input_event.speaker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.vCheck {
  border: 2px solid #B2BCCA;
  border-radius: 4px;
}

.price_group {
  border: 1px solid #B2BCCA;
  border-radius: 4px;
}

.price_group .input-group-text:first-child {
  background: rgba(22, 96, 207, 0.1019607843);
}

.price_group .input-group-text:nth-child(2) {
  background-color: rgba(22, 96, 207, 0.2);
}

.zone .label_blue {
  background: #07477D;
  border-radius: 2px;
}

.btn-free {
  background: #38C558;
}

.lh-35 {
  line-height: 35px;
}

.pass_block,
.neat_block {
  background: #0F1D41;
}

.neat_block .title {
  line-height: 22px;
  color: #89A4C5;
}

@media (max-width: 767px) {
  .dateTitle {
    text-align: left;
    border-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) {
  .container_event {
    max-width: 1460px;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #07477d;
  color: #fff;
  margin-left: 8px;
  padding: 4px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 18px;
  padding: 0 6px;
  border-right: 1px solid #4e7596;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 8px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
  margin-left: 10px;
}

.select2-container--default .select2-selection--multiple {
  border: solid #ced4da 1px;
  padding: 5px 0 10px;
}

.top_shadow::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(17, 59, 108) 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 40%;
}

.polygon-shape2 {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
  padding-top: 6px;
  text-align: center;
  width: 45px;
  height: 68px;
  background: #FF0000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.event_comment-block {
  border: 1px solid #C2DBEF;
}

.border-dc {
  border: 1px solid #C2DBEF;
}

.cLast {
  max-width: 225px;
}

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

.live_event.active {
  border: 1px solid #009f40;
  background: #009F40;
}

.live_event.recent {
  border: 1px solid #dc3545;
  background: #dc3545;
}

.live_event-day {
  font-size: 16px;
  line-height: 22px;
  color: #89A4C5;
}

.live_event-date {
  font-size: 16px;
  line-height: 22px;
  color: #0F1D41;
}

.live_event.recent .live_event-date,
.live_event.recent .live_event-day,
.live_event.active .live_event-date,
.live_event.active .live_event-day {
  color: #fff;
}

.live_list .owl-nav {
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  left: -30px;
  right: -30px;
  display: flex;
  justify-content: space-between;
}

.live_list .owl-nav .owl-next i,
.live_list .owl-nav .owl-prev i {
  font-size: 30px;
}

.btn-upcoming {
  background: #CFCFCF;
  border-color: #cfcfcf;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.desc_tab .nav-pills .nav-link {
  color: #07477d;
  font-weight: 500;
  border: 1px solid #07477d;
}

.desc_tab .nav-pills .nav-link.active,
.desc_tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #07477d;
}

.live-class-social{

}
.live-class-social h2{
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.live-class-social .live-class-social-btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.live-class-social .live-class-social-btn a{
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
  background: #F5F5F5;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.live-class-social .live-class-social-btn a.whatsapp{
  color: #12B76A;
}
.live-class-social .live-class-social-btn a.facebook{
  color: #0866ff;
}
.live-class-status{
  text-align: center;
}
.live-class-status img{
  width: 30%;
}
.live-class-status h2{
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}
.live-class-status p{
  font-size: 12px;
  font-weight: 500;
}
.live-class-status .footer{
  text-align: left;
}
.live-class-status .footer p{
  padding: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 890px) {
  .neat_block {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 550px) {
  .neat_block {
    width: calc(50% - 8px);
  }
}
@media (max-width: 420px) {
  .neat_block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .eventPage_heading {
    width: 90%;
  }
  .wh_sm_100 {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (max-width: 991px) {
  .live_list .owl-nav {
    top: 100%;
    transform: translateY(0%);
    left: 50%;
    right: auto;
  }
}
@media (min-width: 768px) {
  .cLast {
    width: 25%;
  }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .lead-main-course-top-content {
    /* position: relative !important;
    top: inherit;
    left: inherit;
    right: inherit; */
  }
  .lead-main-course .lead-main-course-top-content {
    /* padding-top: 35px; */
  }
  .banner {
    margin-top: 0px;
  }
  .banner .logo {
    width: 200px;
    z-index: 9;
  }
  .banner iframe {
    width: 100%;
    height: auto;
  }
  .teacher {
    overflow: hidden;
    padding-bottom: 65px;
  }
  .teacher .nav-tabs {
    display: -webkit-box !important;
    overflow-x: scroll !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .teacher .teacher__box img {
    height: auto;
  }
  .teacher .teacher__box {
    margin: 0px 30px;
  }
  .teacher .owl-stage-outer::after {
    display: none;
  }
  .teacher .owl-stage-outer::before {
    display: none;
  }
  br {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .title-style-1 {
    margin-bottom: 30px;
  }
  .title-style-1 h3 {
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
  }
  .title-style-1 p {
    font-size: 18px;
  }
  .title-style-1 br {
    display: none;
  }
  .title-style-2 {
    margin-bottom: 30px;
  }
  .title-style-2 h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .title-style-2 p {
    font-size: 18px;
  }
  .title-style-3 {
    margin-bottom: 10px;
  }
  .title-style-3 h3 {
    font-size: 20px;
  }
  .testimonial {
    padding: 0px 0px 80px 0px;
  }
  .testimonial .testimonial__thumb img {
    margin: 20px auto 20px auto;
    height: 200px !important;
    width: auto !important;
  }
  .testimonial .testimonial__info p {
    font-size: 16px;
  }
  .testimonial .owl-stage-outer {
    padding-top: 0px;
  }
  .testimonial__item .quote {
    top: 100px;
    left: 15px;
  }
  .testimonial__item .testimonial__content {
    padding: 20px;
  }
  .testimonial__item .testimonial__content p {
    font-size: 17px;
    text-align: justify;
  }
  .faq {
    padding: 30px 0px;
  }
  .accordion {
    width: 100% !important;
  }
  .faq .accordion .accordion-body {
    padding: 10px 25px 20px 25px;
  }
  .faq .accordion .accordion-body p {
    font-size: 15px;
  }
  .faq .accordion .accordion-item {
    margin-bottom: 15px !important;
  }
  .faq .accordion .accordion-item .accordion-button {
    padding: 15px 25px 15px 15px !important;
    font-size: 15px;
    text-align: left;
  }
  footer .footer__area {
    padding-top: 30px;
  }
  footer .footer__logo {
    margin-bottom: 30px;
  }
  footer .footer__widget ul {
    margin-bottom: 20px;
  }
  footer .footer__widget ul li {
    margin-bottom: 0px;
  }
  footer .footer__widget h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  footer .footer__bottom__content {
    margin-top: 30px;
    display: block !important;
    text-align: center;
  }
  footer .footer__bottom__content p {
    margin-bottom: 20px;
  }
  footer .payment__partners__logo {
    float: inherit !important;
    text-align: center;
    margin-bottom: 20px;
    border: none;
  }
  footer .footer__social__icon {
    display: inherit !important;
    float: inherit !important;
    text-align: center;
  }
  .form__box {
    margin-top: 50px;
  }
  .signup__right__content .form__box {
    padding: 0;
    margin-top: 0px;
  }
  .footer__middle__content {
    display: table !important;
    text-align: center;
    margin: auto;
  }
  .footer__middle__content div {
    margin-bottom: 20px;
  }
  .footer__top__content {
    margin-bottom: 40px;
  }
  .about__class {
    margin-top: 0px;
  }
  .about__class .about-tabs .nav-link {
    position: relative;
    font-size: 14px;
    padding: 15px 30px;
  }
  .banner-box-content {
    top: 0;
    transform: inherit;
    left: inherit;
    position: relative;
    margin-top: -90px;
  }
  .banner-box-content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .banner-box-content h5 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .banner-box-content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .banner-box-content p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 20px;
  }
  .about__class {
    margin-bottom: 0px;
  }
  .class__content__left iframe {
    height: auto;
    margin-bottom: 0px;
  }
  .class__content__left p {
    font-size: 12px;
  }
  .class__content__left h5 {
    font-size: 12px;
  }
  .class__content__right {
    margin-top: 30px;
  }
  .class__content__right {
    padding: 10px;
  }
  .lesson__plan {
    margin-top: 0px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 10px;
  }
  .class__content__left {
    margin-top: 0px;
    padding: 10px;
  }
  .related__classes {
    padding-bottom: 120px;
  }
  .banner video {
    position: relative;
    top: 54px;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%);
    margin-bottom: 50px;
  }
  .navbar-nav {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .lesson__plan .accordion .accordion-item {
    width: 100%;
  }
  .live-class-btn,
  .live-class-btn h3{
    text-align: center;
  }
  .all-live-class{
    margin: 10px 0;
  }
  .dashboard-live-class-block .live-class-item {
    margin-bottom: 10px;
  }
  .dashboard-live-class-block .live-class-item .title a {
    margin: 11px 0;
  }
  .live-session{
    flex-wrap: wrap;
  }
  .live-session .left-section{
    width: 100%;
  }
  .live-session .left-section .weekly-data {
    display: block;
  }
  .live-session .right-section {
    flex-grow: 1;
    text-align: center;
    margin-top: 8px;
  }
  .live-session .left-section .weekly-content p {
    margin: 5px 0px;
    font-weight: 600;
    font-size: 13px;
  }
  .dashboard-live-class-block .live-class-item .title h3 {
      margin-top: 10px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .teacher .teacher__box img {
    max-height: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footer__area {
    padding-top: 30px;
  }
  footer .footer__logo {
    margin-bottom: 30px;
  }
  footer .footer__widget ul {
    margin-bottom: 20px;
  }
  footer .footer__widget ul li {
    margin-bottom: 0px;
  }
  footer .footer__widget h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  footer .footer__bottom__content {
    margin-top: 30px;
  }
  .teacher {
    overflow: hidden;
    padding-bottom: 65px;
  }
  .teacher .nav-tabs {
    display: -webkit-box !important;
    overflow-x: scroll !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .teacher .teacher__box {
    margin: 0px 10px;
  }
  .teacher .teacher__box img {
    max-height: inherit;
  }
  .testimonial__item .quote {
    position: absolute;
    top: 10%;
    left: 40px;
  }
  .faq .accordion {
    width: 75% !important;
  }
  .footer__top__content {
    margin-bottom: 30px;
  }
  .about__class .about-tabs .nav-link {
    position: relative;
    font-size: 18px;
    padding: 15px 30px;
  }
  .banner-box-content {
    top: 70px;
    transform: inherit;
    left: inherit;
  }
  .banner-box-content h1 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .banner-box-content h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .banner-box-content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .banner-box-content p {
    font-size: 14px;
    margin-bottom: 20px;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
  }
  .class__content__left iframe {
    height: 300px;
    margin-bottom: 0px;
  }
  .class__content__left p {
    font-size: 16px;
  }
  .class__content__left h5 {
    font-size: 18px;
  }
  .class__content__right {
    margin-top: 30px;
  }
  .class__content__right {
    padding: 0;
  }
  .lesson__plan {
    margin-top: 30px;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .related__classes {
    padding-bottom: 120px;
  }
  .lesson__plan .accordion {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1160px) {
  .teacher .nav-tabs {
    display: -webkit-box !important;
    overflow-x: scroll !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .testimonial__item .testimonial__thumb img {
    width: 160px !important;
    height: 210px !important;
    border-radius: 25px;
    margin: 50px 0px 0px 150px;
  }
  .banner-box-content h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .lesson__plan {
    position: relative;
    margin-top: -400px;
    right: 0;
    margin-left: 20px;
    top: inherit;
  }
}
@media only screen and (min-width: 200px) and (max-width: 1100px) {
  .about__class .title-style-1 {
    margin: 0px 0px;
  }
  .banner-two {
    margin-bottom: 0px;
  }
}
/*--------------------------------------------------------------
  *** Newsletter ***
  ---------------------------------------------------------------*/
.newsletter-content {
  margin-bottom: 0px;
  border-radius: 0.625rem;
}

.newsletter-content:before {
  content: "";
  background-color: rgba(0, 42, 77, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.newsletter-content .form-control {
  height: 50px;
}

.newsletter-content .btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1270CB;
  border-color: #1270CB;
}

.decoration:not(.position-relative) {
  position: absolute;
}

.decoration svg {
  background: 0 0 !important;
}

svg.injected-svg * {
  fill: #1270CB;
}

/*--------------------------------------------------------------
*** Footer ***
---------------------------------------------------------------*/
.main-footer {
  padding-top: 120px !important;
}

.main-footer .nav-list a:hover {
  color: #9ec6ff !important;
}

.logo_ssl-middle {
  width: calc(100% - 150px);
  border-left: 1px solid #4e6f9c;
  border-right: 1px solid #4e6f9c;
  padding: 0 5px;
}

.logo_ssl-block {
  width: 32px;
  margin: 2px;
}

.maxw_75 {
  max-width: 75px;
}

.fs-12 {
  font-size: 12px !important;
}/*# sourceMappingURL=style.css.map */

.menu-btn {
  font-size: 30px;
  gap: 6px;
  cursor: pointer;
}
.menu-btn .bar1 {
  background-color: #FFFFFF;
  height: 1px;
  width: 16px;
  border-radius: 5px;
}
.menu-btn .bar2 {
  background-color: #FFFFFF;
  height: 1px;
  width: 11px;
  border-radius: 5px;
}
.menu-btn .bar3 {
  background-color: #FFFFFF;
  height: 1px;
  width: 16px;
  border-radius: 5px;
}

.cart {
  display: inline-block;
  padding: 30px 0px;
}
.cart .count-no {
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  background-color: #5250A6;
  color: white;
  position: absolute;
  right: -3px;
  top: -12px;
  font-size: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
.switch span {
  position: absolute;
  top: 8px;
  pointer-events: none;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}
.switch input.check-toggle-round-flat:checked ~ .off {
  color: #111928;
}
.switch input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}
.switch span.on {
  left: 0;
  padding-left: 2px;
  color: #111928;
}
.switch span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}
.switch .check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.switch .check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch input.check-toggle-round-flat + label {
  padding: 2px;
  width: 65px;
  height: 35px;
}
.switch input.check-toggle-round-flat + label:before,
.switch input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 10px;
  bottom: 2px;
  right: 2px;
}
.switch input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 2px;
  bottom: 4px;
  width: 30px;
  background-color: #fff;
  transition: margin 0.2s;
}
.switch input.check-toggle-round-flat:checked + label:after {
  margin-left: 32px;
}
.switch img{
  width: 25px;
  margin-right: 7px;
  cursor: pointer;
  margin-bottom: 3px;
  
}

.firstbutton{
  margin-top: 22px;
}
.desktop-device{
  display: block;
}
.mobile-device{
  display: none;
}

#hero-spinner{
    width: 100%;
    height: 100vh;
    position: relative;
  }
  #hero-spinner i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);

  }

/* ads banner css start */
.topMobileBannerAds,
.topBannerAds{
  position: absolute;
  z-index: 99999 !important;
  left: 0;
  top: 0;
  right: 0;
}
.topMobileBannerAds{
  display: none;
}
.adsParentDiv{
  position: relative;
}
.adsCloseBtn{
  font-size: 40px;
  cursor: pointer; color: #000;
  color: #ddd;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0px;
  right: 0px;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  z-index: 9999;
}
/* .course-top-banner{
  position: relative;
}
.course-top-banner .ads-course-top-banner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
} */
/* ads banner css end */

.sidenav a {
  padding: 8px 30px 8px 60px;
  text-decoration: none;
  font-size: 16px;
  color: #111928;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  background-color: #F4F4F4;
  color: #111928;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 50px;
  margin-left: 50px;
  padding: 0;
}
.sidenav .closebtn:hover {
  background-color: transparent;
}

.subBadge{
  background: #E97D24;
  font-size:10px;
  padding: 2px 4px 1px 4px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 3px;
  color: #fff;
}
.subBadge.userAppBadge{
  padding: 8px 4px 6px 4px;
}