/* added by gb */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../assets/fonts/MyriadPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-BoldCondIt.woff2") format("woff2"), url("../assets/fonts/MyriadPro-BoldCondIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("../assets/fonts/MyriadPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../assets/fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../assets/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('../fonts/FontAwesome5Free-Regular.woff2') format('woff2'),
      url('../fonts/FontAwesome5Free-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid';
  src: url('../fonts/FontAwesome5Free-Solid.woff2') format('woff2'),
      url('../fonts/FontAwesome5Free-Solid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/FontAwesome5Brands-Regular.woff2') format('woff2'),
      url('../fonts/FontAwesome5Brands-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1a92er');
  src:  url('../fonts/icomoon.eot?1a92er#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1a92er') format('truetype'),
    url('../fonts/icomoon.woff?1a92er') format('woff'),
    url('../fonts/icomoon.svg?1a92er#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right-arrow:before {
  content: "\e911";
  color: #fff;
}
.icon-down-arrow:before {
  content: "\e912";
  color: #fff;
}
.icon-hint-yellow:before {
  content: "\e90a";
  color: #f8b346;
}
.icon-h-link:before {
  content: "\e90b";
  color: #818181;
}
.icon-h-video:before {
  content: "\e90c";
  color: #818181;
}
.icon-h-audio:before {
  content: "\e90d";
  color: #818181;
}
.icon-h-document:before {
  content: "\e90e";
  color: #818181;
}
.icon-help-yellow:before {
  content: "\e90f";
  color: #f8b346;
}
.icon-h-image:before {
  content: "\e910";
  color: #818181;
}
.icon-diamond:before {
  content: "\e909";
}
.icon-dislike-thumb:before {
  content: "\e906";
  color: #676767;
}
.icon-like-thumb:before {
  content: "\e907";
  color: #676767;
}
.icon-bookmark:before {
  content: "\e908";
  color: #4e4e4e;
}
.icon-language:before {
  content: "\e900";
}
.icon-rupees:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e903";
  color: #169cd8;
}
.icon-cart:before {
  content: "\e904";
}
.icon-favourite:before {
  content: "\e905";
  color: #fff;
}



body {
  font-family: "Myriad Pro";
}
*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
.nav-link:focus, .nav-link:hover {
  color: #169cd8;
}
.btn {
  border-radius: 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.375rem 1.2rem;
}
.btn-warning{
  border-radius: 0.8rem;
  background-color: #f8b347;
  border-color: #f8b347;
}
.btn-primary {
  background-color: #169cd8;
  border-color: #169cd8;
}
.text-primary {
  color: #169cd8!important;
}
.btn-primary:hover {
  background-color: #0782b7;
  border-color: #0782b7;
}
.btn-orange {
  background-color: #da7536;
  border-color: #da7536;
  color: #fff;
}
.btn-dblue{
  background: #211451;
    border-color: #211451;
  color: #fff;
}
.btn-dblue:hover{
  color: #fff;
}
.bg-light-success {
  background: rgb(25 135 84 / 20%);
}
.bg-light-danger {
  background: rgb(220 53 69 / 20%);
}
.bg-light-warning {
  background: rgb(255 193 7 / 20%);
}
.form-control {
  background: #ededed;
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
}
.form-select {
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat #ededed;
  background-size: 5%;
  background-position: 95% 50%;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
  cursor: no-drop;
}
.input-group>.form-control {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}
textarea.form-control {
  border-radius: 10px;
}
.form-label {
  margin-bottom: 0;
  font-weight: 600;
}
.font-bd{
  font-weight: 600;
}
.error {
  color: red;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.card-dashed {
  border: 1px dashed #e4e6ef;
}
.bg-light-primary {
  background: #ecf8ff;
}
.border-radius-5px{
  border-radius: 5px;
}
.btn-light {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.fs-6 {
  font-size: 1.075rem;
}
.text-gray-600 {
  color: #7e8299;
}

/*navbar start*/
.navbar.edupme-nav {
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 10px -5px #9c9c9c;
}
.navbar.edupme-nav ul li > a {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  position: relative;
}
.navbar.edupme-nav ul li > a:hover {
    color: #169cd8;
}
/*search autocomplete css start*/
.navbar.edupme-nav .search-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 3.0rem auto 0;
  background: #ffffff;
  z-index: 11;
  top: 1.875rem;
  display: none;
  width: 85.5%;
  left: 0;
  border: 1px solid #d6d6d6;
}
.navbar.edupme-nav .search-form > .input-group {
  padding: 2rem 2rem;
}
.navbar.edupme-nav .search-form-wrapper .search-form .form-group label {
  position: absolute;
  top: -14px;
  font-weight: 600;
  font-size: 0.875rem;
  left: 0;
}
.navbar.edupme-nav .search-form-wrapper .search-form .form-group input {
  margin: 0;
  padding: 10px 10px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #343a40;
  border-radius: 0;
  box-shadow: none;
}
.navbar.edupme-nav .search-form-wrapper .search-form .input-group-addon {
  width: 30px;
  padding-top: 0;
  display: inline-block;
  text-align: center;
}
.navbar.edupme-nav .search-form-wrapper.open {
  display: block;
}
.search-show-content {
  background: #fff;
  padding: 20px;
  margin: 0 0 0;
  max-height: 430px;
  overflow: auto;
}

.search-show-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-show-content ul li {
  margin-bottom: 10px;
}
.search-show-content ul li:last-child {
  margin: 0;
}
.search-show-content .search-show-list {
  display: flex;
  align-items: center;
}
.search-show-content .search-show-list a {
  font-size: 16px;
  margin-left: 20px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}
.search-show-content .search-show-list .sr-sh-img {
  width: 40px;
  height: 40px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
.search-show-content .search-show-list .sr-sh-img img {
    object-fit: contain;
    height: 100%;
    border: 1px solid #e2e2e2;
    width: 100%;
}
.search-show-content .search-show-list .sr-sh-img i {
  font-size: 22px;
}
.search-show-content .search-show-list a small {
  font-weight: normal;
  display: block;
  color: #969696;
}

/*search autocomplete css end*/

.navbar.edupme-nav ul li.edupme-language a.btn {
  padding: 0.375rem 0.7rem;
}
.navbar.edupme-nav ul li.edupme-language a.btn:hover svg {
  fill: #fff;
}
.navbar.edupme-nav ul.menu-center li {
  margin: 0 1.25rem;
}
.navbar.edupme-nav ul.menu-center li {
  padding: 1.2rem 0;
}
.navbar.edupme-nav .dropdown-nav {
  display: none;
  position: absolute;
  z-index: 11;
  background: #ffffff;
  width: 250px;
  margin-top: 19px;
  border: 1px solid #eaeaea;
  left: 0;
  word-wrap: break-word;
}
.navbar.edupme-nav .menu-right .dropdown-nav {
  right: 0;
  left: auto;
}
.navbar.edupme-nav .dropdown-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 102%;
}
.navbar.edupme-nav .dropdown:hover .dropdown-nav {
  display: block;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.navbar.edupme-nav ul.menu-center li ul li {
  margin: 0;
  padding: 0.4rem 1rem;
}
.navbar.edupme-nav ul.menu-center li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
.navbar.edupme-nav ul.menu-center li ul li:hover > a {
  color: #169cd8;
}
.navbar.edupme-nav .dropdown-nav ul li ul {
  position: absolute;
  top: -1px;
  left: 100.5%;
  right: auto;
  display: none;
  background: #fff;
  width: 260px;
  border: 1px solid #eaeaea;
}
.navbar.edupme-nav .dropdown-nav ul li:hover > ul {
  display: block;
}


.navbar.edupme-nav .menu-right li {
  margin: 0 0.588rem;
  padding: 1.2rem 0;
  position: relative;
}
.navbar.edupme-nav .menu-right li:last-child {
  margin-right: 0;
}
.navbar.edupme-nav .menu-right li a:hover {
  color: #fff;
}
.navbar.edupme-nav .menu-right li:hover a i {
  color: #169cd8;
}
.navbar.edupme-nav .menu-right .user-icon {
  height: 38px;
  border-radius: 0.8rem;
}
.navbar.edupme-nav .menu-right .user-icon img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.navbar.edupme-nav .menu-right li ul li {
  margin: 0;
  padding: 0.4rem 1rem;
}
.navbar.edupme-nav .menu-right li ul li:hover a {
  color: #169cd8;
}
.navbar.edupme-nav .menu-right li ul li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
.navbar.edupme-nav .menu-right li ul li a.btn {
  background: #EDEDED;
  justify-content: center;
}
.profile-dropdown-area {
  text-align: center;
  padding: 20px 20px 0;
}
.profile-dropdown-area img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.sidebar .profile-dropdown-area {
  padding: 20px 20px 20px;
}
.profile-dropdown-area h6 {
  font-weight: 800;
  margin: 10px 0 0;
}
.navbar.edupme-nav .menu-right .dropdown-nav {
  background: #ffffff;
}


/*mobile menu sidebar css start*/

.navbar-toggler .btn {
  padding: 0.6rem 1.1rem;
  border-radius: 0.3rem;
  font-size: 22px;
}
.navbar-toggler .mobile-collpase {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.navbar-toggler .mobile-collpase a.nav-link > i {
  color: #303030;
  font-size: 22px;
}
.navbar-toggler .mobile-collpase a.nav-link {
  position: relative;
}
.mobile-sidebar .sidebar li .submenu{ 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  padding-left: 1rem; 
  padding-right: 1rem;
}
.mobile-sidebar .offcanvas-body {
  padding: 2rem 2rem;
}
nav.sidebar strong {
  border-bottom: 2px solid #e6e6e6;
  display: block;
  padding-bottom: 10px;
}
.mobile-sidebar .close-offcanvas {
  position: absolute;
  right: -90px;
  top: 0px;
  font-size: 50px;
}
.mobile-sidebar .close-offcanvas i {
  color: #fff;
}
.mobile-sidebar .close-offcanvas i:before {
  background: #000;
  border-radius: 50px;
}
.mobile-sidebar .mobile-categoires-ul ul {
  padding: 0;
  margin: 0;
}
.mobile-sidebar .mobile-categoires-ul ul li {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.mobile-sidebar .mobile-categoires-ul ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 0;
}
.mobile-sidebar .mobile-categoires-ul ul li ul {
  padding-left: 30px;
}

/*mobile menu sidebar css end*/
/*navbar end*/









/*hero image css start*/
.hero-area {
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 545px;
  overflow: hidden;
}
.hero-area img {
  width: 100%;
}
.hero-area .hero-img-content {
  max-width: 30%;
  position: absolute;
  top: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  left: 5%;
}
.hero-area .hero-img-content .hero-title {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.hero-area .hero-img-content .hero-title h1 {
  font-size: 2.188rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}
.hero-area .hero-img-content .hero-title p {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}
.hero-area .hero-img-content .hero-btn .link-cat {
  font-size: 0.875rem;
  text-decoration: none;
  color: #000;
}
/*hero image css over*/
/*board course css start*/
.board-course {
  margin: 40px 0 0;
}
.board-course-heading h2 {
  font-family: 'Exo 2';
  font-weight: 800;
  font-size: 24px;
}
.board-course-heading p {
  margin: 0;
}
.nav-pills .nav-item .nav-link {
  color: #333333;
  font-family: "Myriad Pro";
  font-weight: 600;
  padding: .5rem 0rem;
  margin: 0.5rem 0.9rem;
}
.nav-pills .nav-item:first-child .nav-link {
  margin-left: 0;
}
.nav-pills .nav-item:last-child .nav-link {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link.active {
  background: transparent;
  border-bottom: 4px solid #169cd8;
  border-radius: 0;
  padding: .5rem 0rem;
}
/*course heading*/
.course-tab-content {
  background: #ededed;
  padding: 25px 30px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.course-tab-content-heading h2 {
  font-weight: 600;
  font-family: 'Exo 2';
}
.course-tab-content-heading p {
  font-size: 16px;
  color: #808080;
}
.course-tab-content-heading > a {
  font-size: 18px;
  font-weight: 600;
  padding: 0.375rem 2rem;
}

/*course block css start*/
.edupme-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.edupme-badge > img {
  max-width: 100%;
}
.course-image img {
  object-fit: contain;
  height: 100%;
}
.course-image {
  height: 132px;
  background: #dfeaf8;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-carousel .course-image {
  height: 138px;
}
.course-title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.course-title a {
  color: #3a3a3a;
}
.course-title a:hover {
  color: #169cd8;
}
.course-block small {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  font-family: 'Myriad Pro';
  color: #169cd8;
}
.course-block > p {
  font-size: 14px;
  color: #959595;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
/*course block hover css*/
/*.course-block > .course-block-hover {
  display: none;
}
.course-block > .course-block-hover.hover {
  display: block;
}*/
.course-duration .breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "|");
}
.course-desc-list ul {
  padding: 0;
}
.course-desc-list ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 10px;
}
.course-desc-list ul li p {
  margin: 0;
}
.course-desc-list ul li:nth-of-type(1n+4) {
  display: none;
}
.course-desc-list ul li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 2px;
  top: 2px;
  color: #169cd8;
}
.popover {
  max-width: 320px;
  border-radius: 25px;
}
/*.popover .popover-arrow {
  display: none;
}*/
.popover .popover-body {
  padding: 20px;
}
.course-block-hover .course-title{
  margin: 0;
}
.course-duration .breadcrumb {
  margin: 0;
}
.course-duration .breadcrumb li {
  font-size: 12px;
  color: #666666;
  font-family: 'Myriad Pro';
}
.course-update-date span {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  margin: 5px 0;
  display: block;
}
.course-description p {
    color: #211451;
    line-height: normal;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.course-addtocart {
  text-align: center;
}
.course-addtocart .btn {
  border-radius: 5px;
  font-size: 16px;
  margin: 0 5px;
}
.course-addtocart .btn.add-to-cart {
  color: #fff;
}
.btn.add-to-wishlist, .btn.remove-to-wishlist {
  background: #f8b347;
  border-color: #f8b347;
  font-size: 20px;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 5px;
  line-height: normal;
}
.wishlist-hover > .btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.remove-to-wishlist {
  background: #bb2d3b;
  border-color: #bb2d3b;
}
.course-addtocart .btn i {
  color: #F8B347;
}

.course-rating {
  display: flex;
  align-items: center;
}
.course-rating strong {
  color: #169cd8;
  margin-right: 5px;
  font-size: 18px;
}
.star-rating {
  position: relative;
  width: auto;
  display: inline-block;
}
.star-rating:before {
  content: "\f586 \f586 \f586 \f586 \f586";
  color: #545454;
  filter: drop-shadow(0 0.6rem 0.3rem rgba(0,0,0,0.05));
  font-size: 18px;
  font-family: 'bootstrap-icons';
  letter-spacing: 5px;
}
.star-rating__fill {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-rating__fill:before {
  content: "\f586 \f586 \f586 \f586 \f586";
  font-size: 18px;
  color: #ffa500;
  font-family: 'bootstrap-icons';
  letter-spacing: 5px;
}


.people-watch span {
  vertical-align: middle;
  line-height: normal;
  color: #959595;
}
.people-watch svg .a {
  fill: #169cd8;
}
.course-price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.course-price i {
  font-size: 18px;
  margin-right: 0;
}
.course-price span {
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
 }
 .bestlller-btn a {
  font-weight: bold;
  font-size: 15px;
  padding: 5px 10px 2px;
  border-radius: 8px;
  line-height: normal;
}
/*owl carousel nav start*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: #169cd8;
  border-radius: 50px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 35px;
  display: block;
  font-size: 35px;
}
.owl-carousel button.owl-prev, .owl-carousel button.owl-next {
  position: absolute;
  top: 50%;
  left: -55px;
}
.owl-carousel button.owl-next {
  right: -55px;
  left: auto;
}
.owl-carousel button.owl-next.disabled, .owl-carousel button.owl-prev.disabled {
  display: none !important;
}
/*owl carousel nav end*/

/*orange bar section start*/
.edupme-orange-bar {
  background-image: url(../images/orange-bar.jpg);
  padding: 25px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bar-list {
  display: flex;
  align-items: center;
}
.bar-list-icons {
  background: #fff;
  display: flex;
  padding: 15px;
  line-height: normal;
  border-radius: 10px;
}
.bar-list-title {
  margin-left: 15px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  font-style: italic;
}
/*orange bar section end*/
/*student also view course section start*/
.stud-view-course-content {
  background: #ededed;
  padding: 30px 30px 25px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.categories-list ul {
  margin: 0;
  padding: 0;
}
.categories-list ul li {
  list-style: none;
  display: inline-block;
}
.stud-view-course-content h2 {
  font-weight: 600;
  font-family: 'Exo 2';
  margin-bottom: 25px;
}
/*student also view course section end*/
/*top categories section start*/
.top-categories-area {
  margin: 40px 20px;
}
.categorie-list-title h2 {
  font-weight: 600;
  font-family: 'Exo 2';
  margin-bottom: 20px;
}
.categories-list ul li a {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 10px;
}
/*top categories section end*/
/*become an instructor section start*/
.become-instructor-section {
  background-image: url(../images/instructor-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.mxw-become-instru {
  max-width: 80%;
  margin: 0 auto;
}
.become-instru-txt h2 {
  color: #fff;
  font-weight: 600;
  font-family: 'Exo 2';
}
.become-instru-txt p {
  font-size: 18px;
  color: #808080;
  margin: 0;
}
.become-instru-img {
  text-align: center;
}
.become-instru-img img {
  max-width: 60%;
}
.become-instru-txt .btn-primary,
.edupme-buss-txt .btn-primary,
.edu-upgrd-txt .btn-primary {
  border-radius: 5px;
  padding: 5px 10px 5px;
  text-transform: uppercase;
}
/*become an instructor section end*/
/*edupme business section start*/
.edupme-business-section {
  background-image: url(../images/edupme-business-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.mxw-edupme-buss {
  max-width: 80%;
  margin: 0 auto;
}
.edupme-buss-img img {
  max-width: 80%;
}
.edupme-buss-txt h2 {
  font-weight: 600;
  font-family: 'Exo 2';
}
.edupme-buss-txt p {
  font-size: 18px;
  margin: 15px 0 0;
}
.edupme-brand img {
  max-width: 30%;
}
.edupme-brand .buss-digi-class {
  margin-left: 100px;
  position: relative;
}
.edupme-brand .buss-digi-class:after {
  content: '';
  width: 2px;
  height: 100px;
  background: #4d4d4d;
  position: absolute;
  left: -50px;
  top: -10px;
}
.edupme-brand {
  margin-bottom: 40px;
}
.edupme-brand h1 {
  font-family: 'Exo 2';
  text-transform: uppercase;
  color: #211451;
  font-weight: 600;
  position: relative;
  margin:0;
}
.edupme-brand .buss-digi-class span {
  color: #169cd8;
  font-size: 22px;
  font-family: 'Exo 2';
  font-weight: 700;
}
/*edupme business section end*/
/*upgrade education section start */
.education-upgrade-section {
  background: #98e1e5;
  padding: 20px 0;
}
.mxw-edu-upgrd {
  max-width: 80%;
  margin: 0 auto;
}
.edu-upgrd-txt h2 {
  font-family: 'Exo 2';
  text-transform: capitalize;
  color: #211451;
  font-weight: 600;
}
.edu-upgrd-txt p {
  font-size: 18px;
}
/*upgrade education section end */
/*footer section css start*/
.footer-section {
  background: #169cd8;
  padding: 50px 0 0;
}
.footer-brand ul li a img{
  transition: 500ms ease-out;
  width: 40px;
}
.footer-brand ul li a:hover img {
  transform: rotate(145deg);
  transition: 500ms ease-out;
}
.footer-brand ul {
  margin: 20px 0;
  padding: 0;
}
.footer-brand ul li {
  list-style: none;
  display: inline-block;
  width: 58px;
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
}
.footer-links ul {
  flex-basis: 15rem;
  margin-right: 30px;
  margin-bottom: 0;
}
.footer-links ul li {
  list-style: none;
  line-height: normal;
  margin-bottom: 25px;
}
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-links ul li a:hover {
  color: #211451;
}


.footer-brand ul li a {
  background-image: url(../images/social-media.png);
  height: 45px;
  width: 45px;
  background-size: 400% 400%;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.footer-brand ul li .ftr-fb {
  background-position: 10% 10%;
}
.footer-brand ul li .ftr-twtr {
  background-position: 10% 50%;
}
.footer-brand ul li .ftr-yutb {
  background-position: 87% 10%;
}
.footer-brand ul li .ftr-insta {
  background-position: 50% 10%;
}
.footer-brand ul li .ftr-li {
  background-position: 89% 50%;
}

/*
.download-app a {
  background-image: url(../images/download-frm-store.png);
  height: 93px;
  width: 100%;
  background-size: contain;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
}
.download-app .app-str {
  background-position: 0 0;
}
.download-app .dwn-ply-str {
  background-position: 0 -48px;
}*/
.download-app ul {
  padding: 0;
}
.download-app ul li {
  list-style: none;
  display: inline-block;
  height: auto;
  overflow: hidden;
  width: auto;
  max-width: 49%;
}
.txt-fltr.search-blk label {
  position: absolute;
  top: 32px;
  right: 0px;
  cursor: pointer;
  background: #4b3e89;
  padding: 0px 15px;
  height: 39px;
  width: 50px;
  display: flex;
  align-items: center;
  margin: 2px;
  color: #fff;
}
.txt-fltr.search-blk .form-control {
  border-radius: 0;
  padding: 0.6rem 4rem 0.6rem 1.1rem;
}
.footer-social {
  text-align: center;
}
.footer-social ul {
  margin: 10px 0;
  padding: 0;
}
.footer-social ul li {
  list-style: none;
  display: inline-block;
}
.footer-social ul li a {
  display: flex;
  background: #0000003b;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  margin: 5px;
  color: #Fff;
}
.footer-social ul li:first-child a {
  margin-left: 0;
}
.footer-social ul li:last-child a {
  margin-right: 0;
}
.footer-social ul li:hover a.ftr-tw {
  background: #1DA1F2;
}
.footer-social ul li:hover a.ftr-fb {
  background: #3b5998;
}
.footer-social ul li:hover a.ftr-ins {
  background: #8a3ab9;
}
.footer-social ul li:hover a.ftr-linked {
  background: #0e76a8;
}
.footer-social ul li:hover a.ftr-ytb {
  background: #FF0000;
}
.footer-brand img {
  margin-bottom: 40px;
}
/*footer section css end*/





/*course-detail page css start*/
.course-detail-hero .hero-img-content {
  max-width: 50%;
  position: absolute;
  bottom: auto;
  right: 0;
  top: 120px;
  left: 0;
  margin: 0 auto;
  display: block;
}
.course-detail-hero .hero-img-content .breadcrumb {
  margin: 0;
}
.course-detail-hero .hero-img-content .breadcrumb-item+.breadcrumb-item::before {
  content: '\f105';
  color: #000;
  font-family: 'Font Awesome 5 Free Solid';
}
.course-detail-hero .hero-img-content .breadcrumb-item a, .course-detail-hero .hero-img-content .breadcrumb-item.active {
  color: #000;
  font-weight: 600;
}
.course-detail-hero .hero-img-content .hero-title {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.course-detail-hero .hero-img-content .hero-title h1 {
  color: #fff;
}
.course-detail-hero .hero-img-content .hero-title p {
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin:0;
}
.course-detail-hero .author-detail {
  color: #fff;
}
.course-detail-hero .author-detail small {
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  margin: 6px 0;
  display: block;
}
.course-detail-hero .author-detail small a {
  color: #fff;
}
.course-detail-hero .author-detail .people-watch span {
  color: #000;
}
.course-detail-hero .author-detail p {
  font-size: 16px;
  width: 50%;
  line-height: normal;
}
.course-detail-hero .author-detail .course-rating strong {
  color: #000;
}
.course-detail-hero .author-detail .people-watch span:before {
  color: #000;
}


/*learn module section*/
.course-addtocart-area {
  margin-top: -100%;
  position: sticky;
  top: 20px;
  margin-bottom: 45px;
}
.course-addtocart-area .course-price-box {
  background: #fff;
  box-shadow: 0 0 24px 2px #00000030;
  padding: 35px;
  display: block;
  border-radius: 15px;
  margin-top: 30px;
}
.course-addtocart-area .course-price-box .course-price {
  margin: 0 0 30px;
}
.course-addtocart-area .course-price-box .course-price i {
  font-size: 30px;
}
.course-addtocart-area .course-price-box .course-price span {
  font-size: 39px;
  margin: 0;
}
.course-addtocart-area .course-image {
  box-shadow: 0 0 24px 2px #00000030;
  border-radius: 15px;
  height: 235px;
}
.course-addtocart-area .course-price-box > a {
  display: block;
  border-radius: 10px !important;
  margin-bottom: 20px;
  padding: 14px;
  font-size: 16px;
}
.course-addtocart-area .course-price-box > .applycoupon {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.course-addtocart-area .course-price-box .course-include {
  margin-top: 30px;
}
.course-addtocart-area .course-price-box .course-include ul li {
  list-style: none;
  padding-bottom: 5px;
}
.course-addtocart-area .course-price-box .course-include a {
  font-weight: 700;
  margin: 0;
  padding: 0 30px;
  color: #009EE2;
}
.learnmodule {
  background: #EDEDED;
  border: none !important;
}
.learnmodule ul{
  margin: 0;
  padding-left: 25px;
}
.learnmodule ul li {
  list-style: none;
  padding-bottom: 10px;
  position: relative;
}
.learnmodule ul li:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: -20px;
}


/*module section css start*/
.learnmodule,.module-content,.student-r-view,.makebundle-section,.course-detail-description {
  padding: 35px;
  border-radius: 20px;
  margin: 40px 20px;
  border: 1px solid #ccc;
}
.module-content ul {
  padding: 0;
  margin: 0;
}
.module-content ul li {
  list-style: none;
  margin-bottom: 20px;
}
.module-content ul li:last-child {
  margin: 0;
}
.module-content ul li .mdc-ablk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-content h2,.student-r-view h2,.makebundle-section h2,.learnmodule h2,.description-para h2 {
  line-height: normal;
  color: #0065C1;
  font-family: 'Exo 2';
  font-weight: 800;
  margin-bottom: 20px;
}
.module-content .module-title a {
  color: #000;
  text-decoration: underline;
}
.module-content .module-title a i {
  padding-right: 10px;
}
.module-content .preview-time a {
  margin-right: 20px;
}
/*student-r-view section*/
.two-column-course .course-block .course-image {
  height: 118px;
}
.two-column-course .course-block .course-title {
  margin: auto;
  font-size: 18px;
}
.two-column-course .course-block .course-rating strong {
  font-size: 14px;
}
.two-column-course .course-block .course-rating span {
  font-size: 12px;
}
.two-column-course .course-block .people-watch span {
  font-size: 12px;
}
.two-column-course .course-block .people-watch {
  line-height: normal;
  display: flex;
}
.two-column-course .course-block .course-price span {
  font-size: 20px;
  margin-right: 10px;
}
.two-column-course .course-block .course-price span.icon-bookmark {
  font-size: 15px;
}
.two-column-course .course-block .course-rating .icon-diamond {
  font-size: 16px;
}
.two-column-course .course-block .course-price i {
  font-size: 16px;
}
.two-column-course .course-block .course-rating i {
  font-size: 12px;
  margin-left: 10px;
}
.two-column-course .course-block {
  margin-bottom: 15px;
}
.studentview-showmore .btn {
  width: 100%;
  border-radius: 5px;
  padding: 8px;
}
.course-rating .star-rating:before, 
.course-rating .star-rating .star-rating__fill:before {
  font-size: 14px;
}
/*description section css*/
.description-para {
  max-height: 300px;
  overflow: hidden;
}
.description-para ul li {
  line-height: 30px;
}
.showmore, .showless {
  background: transparent;
  border: none;
  position: relative;
  display: flex;
  width: 100%;
  text-align: left;
  align-items: center;
}
.showmore i, .showless i {
  margin-left: 10px;
}
.showmore:before {
  content: '';
  background: linear-gradient(360deg, #ffffff, #ffffff9e);
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 60px;
  width: 100%;
}

.makebundle-section .studentview-showmore {
  text-align: right;
}
.makebundle-section .studentview-showmore .btn {
  width: auto;
  padding: 10px 65px;
}

/*review section*/
.user-icon {
  background: #211451;
  border-radius: 10px;
  padding: 0px 10px;
  height: 45px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.user-icon a span {
  vertical-align: middle;
  color: #fff;
  margin-left: 6px;
  margin-right: 6px;
}
.student-review {
  padding: 0;
  border-radius: 20px;
  margin: 20px 30px 30px;
  border: none;
}
.student-review h2 {
  font-weight: 600;
  font-family: 'Exo 2';
}
.review-block p {
  margin: 20px 0 10px;
}
.review-block > span {
  margin-bottom: 10px;
  display: block;
}
.review-block {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
  padding-top: 20px;
}
.like-dislike .btn {
  padding: 6px 9px 8px;
  border-radius: 10px;
  color: #666666;
}
.like-dislike .btn i {
  font-size: 20px;
  vertical-align: middle;
}

/*instructor-block*/
.instructor-block {
  margin: 30px 0;
}
.instructor-block p {
  text-align: justify;
}
.instructor-block .course-image {
  height: 110px;
}
.instructor-block .course-title {
  margin: 0;
  margin-bottom: 40px;
}
.instructor-review h2 {
  font-weight: 600;
  font-family: 'Exo 2';
}
.instructor-review {
  margin: 20px 30px 30px;
}
.instructor-block a.text-primary {
  color: #169cd8 !important;
  font-weight: 700;
}

/*digital classroom css start*/
.hero-dc .hero-area .hero-img-content .hero-title {
  background: transparent;
  padding: 0;
}
.hero-dc .hero-area .hero-img-content {
  left: 20%;
}
.hero-dc .hero-area .hero-img-content .hero-title h1 {
  color: #009EE2;
  margin-bottom: 20px;
}
.hero-dc .hero-area .hero-img-content .hero-title p {
  color: #211451;
}
.howitworks-block {
    background: #169cd8;
    padding: 15px 200px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.howitworks-block span {
    color: #fff;
    font-size: 20px;
}
.howitworks-block h1 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.learn-teach-cycle-text {
  text-align: center;
}
.learn-teach-cycle-text h1 {
  color: #211451;
  font-family: 'Exo 2';
  font-weight: 800;
}
.learn-teach-cycle-text p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.learn-teach-cycle-blk {
  position: relative;
  margin: 20px 0;
}
.learn-teach-cycle-text {
  text-align: center;
  position: absolute;
  top: 0%;
  padding: 60px;
}
.top-feature-title h1 {
  color: #211451;
  font-family: 'Exo 2';
  font-weight: 800;
}
.top-feature-title p {
  font-size: 18px;
  font-weight: 600;
}
.tfeature-block h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.tfeature-block img {
  width: 20%;
  margin-bottom: 15px;
}
.edupme-helpin .tfeature-block img {
  width: 40%;
}
/*digital classroom css end*/
/*start teaching css start*/
.hero-st .hero-area .hero-img-content .hero-title h1, 
.hero-st .hero-area .hero-img-content .hero-title p {
  color: #fff;
}
.boost-income {
  height: 600px;
  margin-top: 60px;
}
.boost-bg {
  background: #f8b347;
  height: 340px;
  border-radius: 30px;
}
.boost-income-content {
  width: 40%;
  margin-left: 70px;
}
.boost-income-content h1 {
  color: #211451;
  font-family: 'Exo 2';
  font-weight: 800;
}
.boost-income-content p {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
}
.boost-income-content .btn {
  background: #211451;
  color: #fff;
}
/*start teaching css end*/

/*course cateogory css start*/
.cat-all-course .course-block {
  margin-bottom: 40px;
}
.cat-all-course .course-image,
.shop-cart-sec .course-image {
  height: 170px;
}
/*course cateogory css end*/
/*instructor page css start*/
.instructor-profile small {
  font-weight: 700;
  color: #666666;
}
.instructor-profile span {
  color: #000000;
  font-weight: 600;
}
.instructor-column h4 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.instructor-profile h1 {
  line-height: normal;
  font-weight: bold;
  font-family: 'exo 2';
}
.instru-total p {
  font-size: 25px;
  font-weight: 800;
}
.instru-total small {
  font-weight: 700;
  color: #666666;
}
.instructor-column .course-block {
  margin-bottom: 25px;
}
.social-ico a {
  color: #333333;
  font-size: 20px;
}
.instructor-column .course-image {
  height: 155px;
}
/*instructor page css end*/
/*static page css start*/
.static-page-header {
  background: #169cd8;
  height: 140px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Exo 2';
  position: relative;
}
.static-content p {
  text-align: justify;
}
.static-content h1 {
  font-weight: 700;
  font-family: 'Exo 2';
}
.static-content p {
  text-align: justify;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.static-content ol li > p {
  font-weight: normal;
}
.static-content ol li {
  font-weight: 800;
  text-align: left;
  line-height: 25px;
  letter-spacing: .5px;
}
.static-content ul {
  margin-bottom: 20px;
}
.static-content ol li > ul li,.static-content ol li > ol li
{
  font-weight: normal;
  margin-bottom: 15px;
}
ol { counter-reset: item;    padding: 0; }
ol > li{ display: block }
ol > li:before { content: counters(item, ".") " "; counter-increment: item }
ul.a {
  list-style-type: lower-alpha;
}
ol > li > p {
  display: inline-block;
  margin-bottom: 10px;
}
/*static page css end*/
/*shopping cart css start*/
.cart-course {
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 15px;
}
.cart-course .cart-rm-vw ul {
  margin: 0;
  padding: 0;
}
.cart-course .cart-rm-vw ul li {
  list-style: none;
}
.cart-course .cart-rm-vw ul li a {
  color: #000;
}
.cart-course .cart-rm-vw ul li a:hover {
  color: #169cd8;
}
.cart-course .course-block .course-title {
  margin: 0;
}
.cart-course .course-block .course-image {
  height: 107px;
}
.cart-course .course-block {
  position: relative;
}
.cart-course .course-block .course-price {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0;
}
.cart-total-box {
  margin-top: 35px;
  border: 1px solid #e8e8e8;
  padding: 15px;
  border-radius: 15px;
  position: sticky;
  top: 30px;
}
.cart-total-box > .btn {
  display: block;
  padding: 10px 10px;
  font-size: 18px;
  border-radius: 8px;
}
.cart-total-box .course-price span {
  font-size: 55px;
}
.cart-total-box .course-price i {
  font-size: 42px;
}
.cart-total-box .course-price {
  margin-top: 0;
}
.cart-total-box > span {
  font-size: 20px;
}
/*shopping cart css end*/
/*cart dropdown css start*/
.navbar.edupme-nav .menu-right li .cart-dropdown ul li {
  display: flex;
  padding: 1rem;
  justify-content: center;
  border-bottom: 1px solid #ededed;
}
.navbar.edupme-nav .menu-right li .cart-dropdown ul {
  max-height: 500px;
  overflow: auto;
}
.navbar.edupme-nav .menu-right .dropdown-nav.cart-dropdown {
  background: #fff;
  width: 300px;
}
.cart-dropdown .cart-content {
  margin-left: 20px;
}
.cart-dropdown .cart-content .course-title {
  margin: 0;
  font-size: 14px;
}
.cart-dropdown .course-image {
  height: 80px;
  width: 120px;
  border-radius: 5px;
  max-width: 120px;
  float: left;
  margin-right: 20px;
}
.cart-dropdown .course-price {
    margin-top: 0;
    margin: 0;
}
.cart-dropdown .cart-total-price {
  margin: 20px 0;
}
.cart-dropdown .cart-total-price .course-price {
  margin: 0;
}
.cart-dropdown ul li .course-price span {
  font-size: 18px;
}
.cart-dropdown ul li .course-price i {
  font-size: 14px;
}
.cart-dropdown ul {
    list-style: none;
    padding: 0;
}
.offcanvas-footer a {
  font-size: 16px;
  padding: 10px 10px;
}
.cart-dropdown ul li {
  /* display: flex; */
  padding: 1rem 0;
  border-bottom: 1px solid #ededed;
  /* flex-direction: row; */
  /* flex-wrap: nowrap; */
}
/*cart dropdown css end*/

/*wishlist page css start*/
.wishlist-course .course-block {
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 10px;
  min-height: 330px;
}
.wishlist-course .course-block .course-image {
  height: 150px;
}
.wishlist-course .course-block .course-price {
  margin-top: 0;
  margin-bottom: 0;
}
.wishlist-hover {
  position: relative;
}
.wishlist-hover > .btn {
  position: absolute;
  top: -138px;
  left: 0px;
}
/*wishlist page css end*/
/*checkout page css start*/
.checkout-form {
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 10px;
}
.order-details .checkout-form .pymt-label {
  display: flex;
  align-items: center;
}
.order-details .search-show-list .sr-sh-img img {
  width: 60px;
  margin-right: 20px;
}
.order-details .search-show-list {
  display: flex;
  align-items: center;
  position: relative;
}
.order-details ul {
  padding: 0;
  margin: 0;
}
.order-details ul li {
  list-style: none;
  margin-bottom: 30px;
}
.order-details ul li:last-child {
  margin: 0;
}
.order-details .search-show-list a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.order-details h1 {
  font-size: 30px;
  font-family: 'Exo 2';
  font-weight: 600;
  margin-bottom: 20px;
}
.order-details .course-price {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
.checkout-summary h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Exo 2';
}
.checkout-summary ul {
  padding: 0;
}
.checkout-summary ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-summary {
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 30px;
}
.checkout-summary ul li p {
  margin: 0;
}
ul.chk-summ-total {
  margin-top: 15px;
}
ul.chk-summ-total li span {
  font-size: 24px;
  font-weight: 700;
}
ul.chk-summ-total li span i {
  font-size: 20px;
}
ul.chk-summ-total li p {
  font-size: 24px;
  font-weight: 700;
}
.checkout-summary .btn {
  display: block;
  border-radius: 5px;
  font-size: 18px;
  padding: 15px 0;
  font-size: 18px;
  width: 100%;
}
.checkout-summary > p {
  font-size: 14px;
}
/*checkout page css end*/
/*no found css start*/
.no-found-text {
  border: 2px dashed #d1d7dc;
  box-sizing: border-box;
  color: #6a6f73;
  padding: 2.8rem;
  text-align: center;
}
.no-found-text p {
  margin: 0;
  font-size: 18px;
}
/*no found css end*/
/*login register form start*/
.form-group {
  position: relative;
}
.form-submit {
  display: block;
  width: 100%;
  border-radius: 50px;
  font-weight: normal;
  font-size: 18px;
}
.edupme-forms {
  border: 1px solid #dee2e6;
  padding: 20px;
  border-radius: 10px;
}
.register-tab {
  position: absolute;
  bottom: 0;
}
.register-tab {
  border-bottom: 1px solid #169cd8;
}
.register-tab .nav-item.show .nav-link, 
.register-tab .nav-link.active {
  background: transparent;
  border: none;
  border-bottom: 5px solid #3c3166;
  color: #3c3166;
}
.register-tab .nav-link {
  border: none;
  color: #fff;
}
.pwdeye {
  position: absolute;
  top: 33px;
  right: 17px;
  font-size: 20px;
}
/*login register form end*/
/*thankyou page start*/
.thankyou-sec h1 {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Exo 2';
  color: #464242;
  margin: 10px 0;
}
.thankyou-sec p {
  font-size: 18px;
  color: #928c8c;
}
.thankyou-sec .btn {
  border-radius: 50px;
  padding: 7px 40px;
}
/*thankyou page end*/
/*404 page start*/
.pagenotfound {
  position: relative;
}
.pagenotfound-content {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding: 0 120px;
}
.pagenotfound-content h1 {
  font-size: 120px;
  font-weight: 900;
  line-height: 60px;
  color: #4992ce;
}
.pagenotfound-content h2 {
  font-size: 50px;
  /* text-transform: uppercase; */
  font-weight: 100;
  color: #569ad2;
  /* margin: 0; */
}
.pagenotfound-content p {
  font-size: 17px;
  letter-spacing: 0.8px;
  color: #4992ce;
}
/*404 page end*/
/*profile page css start*/
.profile-img {
  width: 130px;
  height: 130px;
  border-radius: 90px;
  background: #fff;
  margin: 0 auto;
  border: 5px solid #f1f1f1;
  position: relative;
}
.profile-img > img {
  object-fit: contain;
  border-radius: 90px;
  height: 120px;
}
.edit-profile {
  position: absolute;
  max-width: 40px;
  bottom: 0px;
  right: -10px;
}
.left-profile-menu li a {
  font-size: 18px;
  color: #000;
  position: relative;
}
.left-profile-menu li a.active {
  font-weight: 600;
}
.left-profile-menu li a.active:after {
  content: '';
  background: #169cd8;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 20px;
  right: auto;
  border-radius: 70px;
  margin-left: 10px;
}
.profile-name {
  text-align: center;
  margin-top: 20PX;
}
.profile-name .unm-mpv {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
.profile-name span {
  color: #b7b7b7;
  font-size: 20px;
  line-height: normal;
}
/*profile page css end*/


.content {
  height: 100%;
}
.page-item.active .page-link {
  background-color: #169cd8;
  border-color: #169cd8;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 20px !important;
}
div.dataTables_wrapper div.dataTables_info {
  margin-top: 15px;
}
div.dataTables_scrollHead table.dataTable thead tr th {
  background: #000;
  color: #fff;
}

.coupon-code-rmv {
  margin: 0;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 15px;
}
.coupon-code-rmv label {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
}
.coupon-code-rmv a i {
  color: #f8b347;
  font-size: 20px;
}
.razorpay-payment-button {
  background-color: #f8b347;
  width: 100%;
  font-weight: 600;
  display: block;
  border-radius: 5px;
  padding: 0;
  font-size: 18px;
  border: none;
  height: 50px;
}
.checkout-summary ul li span, .checkout-summary ul li span i {
  font-weight: 900;
  font-size: 12px;
}
.checkout-summary ul li span {
  font-size: 16px;
}
.course-price span del {
  color: red;
}

/*delivery page css start*/
.navbar.edupme-nav .menu-right li.nav-item.your-progress-header {
  padding:0;
  margin-right: 30px;
  position: relative;
}
.navbar.edupme-nav .menu-right li.nav-item.your-progress-header:after {
  content: "\e912";
  font-family: 'icomoon';
  position: absolute;
  bottom: 7px;
  left: 21%;
  font-size: 12px;
  font-weight: 800;
}
.your-progress-header .circular{
  height:100px;
  width: 100px;
  position: relative;
  transform:scale(0.4);
  margin-right: -25px;
  float: left;
}
.your-progress-header .circular .inner{
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: #dde6f0;
  border-radius: 100%;
}
.your-progress-header .circular .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  font-weight: 800;
}
.your-progress-header .circular .bar{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #333333;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}
.your-progress-header .circle .bar .progress{
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #f8b347;
}
.your-progress-header .circle .left .progress{
  z-index:1;
  animation: left 4s linear both;
}
@keyframes left{
  100%{
    transform: rotate(125deg);
  }
}
.your-progress-header .circle .right {
  transform: rotate(180deg);
  z-index:3;
}
.your-progress-header .circle .right .progress{
  animation: right 4s linear both;
  animation-delay:4s;
}
@keyframes right{
  100%{
    transform: rotate(0deg);
  }
}
.navbar.edupme-nav .menu-right li.nav-item.delivery-more-detail {
  margin: 0 0 0 30px;
}
.navbar.edupme-nav .menu-right li.nav-item.your-progress-header a {
  display: inline-block;
  padding: 37px 10px;
}
.navbar.edupme-nav .menu-right li.nav-item.your-progress-header .dropdown-nav{
  margin-top: 0;
}
.navbar.edupme-nav .menu-right.delivery-right-menu li a:hover {
  color: #169cd8;
}
.navbar.edupme-nav .menu-right.delivery-right-menu li > ul li > a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.navbar.edupme-nav .menu-right.delivery-right-menu li ul li > a span {
  margin-right: 10px;
}
.navbar.edupme-nav .menu-right.delivery-right-menu li ul {
  padding: 10px 0;
}
.navbar.edupme-nav .menu-right.delivery-right-menu > li > ul li {
  padding: 10px 20px;
}
.your-progress-dropdown {
  padding: 20px;
}
.your-progress-dropdown h5 {
  font-weight: 700;
}
.your-progress-dropdown span {
  font-size: 18px;
} 



.del-breadcrumb {
  background: #666666;
  padding: 10px;
}
.del-breadcrumb .breadcrumb {
  margin: 0;
  justify-content: center;
}
.del-breadcrumb .breadcrumb .breadcrumb-item, .del-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.del-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '\e911';
  font-family: 'icomoon';
  color: #fff;
}
.right-side-del-pnael {
  background: #f1f1f1;
  padding: 20px;
  height: 100%;
}
.right-side-del-pnael h1 {
  font-size: 28px;
  font-weight: 600;
}
.total-progress, .chapter-progress {
  margin: 15px 0px;
}
.total-progress .progress, .chapter-progress .progress {
  border-radius: 50px;
  background-image: linear-gradient(0deg, #d9d9d9 0%, #f6f2f2 74%);
  border: 4px solid #ddd;
}
.total-progress .progress-bar,.chapter-progress .progress-bar {
  background-image: linear-gradient(88deg, #ade9ff 0%, #2cc5fc 74%);
  border-radius: 50px;
}
.qaandcomment-sec .nav-link {
  font-size: 24px;
  font-weight: 800;
  font-family: 'Exo 2';
  color: #211451;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.qaandcomment-sec .nav-link.active {
  color: #211451;
}
.qaandcomment-sec .nav-tabs {
  border-bottom: none;
}
.total-progress span, .chapter-progress span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
}
.qaandcomment-sec .tab-content {
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 37vh;
  overflow: auto;
  position: relative;
  padding-bottom: 20px;
}
.qaandcomment-sec .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
.qaandcomment-sec .accordion-button {
  padding: 10px 0;
}
.add-new-q-a {
  background: #fff;
  position: sticky;
  bottom: -20px;
  margin-top: 30px;
  padding: 10px 0 20px 0;
}
.qaandcomment-sec .accordion-button,
.qaandcomment-sec .accordion-button:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-weight: bold;
}

.left-side-del-panel .media-delivery-content {
  background: #e2e2e2;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  overflow: auto;
}
.left-side-del-panel .question-mcq {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: 600;
}
.left-side-del-panel .question-answer {
	padding: 30px;
	height: 90vh;
	overflow-y: auto;
	margin-bottom: 0;
	position: relative;
}
.left-side-del-panel .question-answer p, 
.left-side-del-panel .question-answer ul li, 
.left-side-del-panel .question-answer p span {
  font-size: 16px !important;
}
/*.left-side-del-panel .media-delivery-content:after {
  content: '';
  background-image: url(../images/clipart-4.svg);
  position: absolute;
  height: 150px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  right: 20px;
}*/
.engage-toolbar span {
  background: red;
  border-radius: 0 0px 0 15px;
  padding: 5px 15px;
  color: #fff;
  position: absolute;
  left: auto;
  right: 0;
  margin: 0 auto;
  display: inline-table;
  top: 0;
  font-size: 15px;
  width: 35%;
}
.left-side-del-panel .question-answer .form-check {
  margin: 5px 0;
  font-size: 16px;
}

.submit-next-button {
  position: relative;
  bottom: auto;
  left: auto;
}
.submit-next-button.if {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.hint-area .hint-title {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  line-height: normal;
}
.hint-area .hint-title i {
  font-size: 16px;
}
.hint-area .hint-title h3 {
  margin: 0 10px;
  font-size: 25px;
  font-weight: 600;
  color: #80cff0;
  border-bottom: 2px solid #f8b347;
  margin-left: 0;
  line-height: normal;
  padding-left: 10px;
}
.hint-area .hint-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 15px;
}
.hint-area .hint-icons ul li {
  display: inline-block;
  margin: 0px 12px;
  vertical-align: middle;
  line-height: normal;
}
.hint-area .hint-icons ul li span {
  font-size: 25px;
}
.hint-area .hint-icons ul li .active span:before {
  color: #fff;
}
.hint-area .hint-icons {
  position: relative;
}
.hint-area .hint-icons:before {
  content: '';
  height: 33px;
  width: 1px;
  background: #c8c8c8;
  position: absolute;
  right: -7px;
  top: -2px;
  z-index: 0;
}
.rgt-help .hint-icons:before{
  display: none;
}
.hint-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-hint-panel {
  background: #211451;
  padding: 10px;
}
/*delivery page css end*/


/*sitemap page css start*/
.sitemap-page ul {
  padding: 0;
}
.sitemap-page ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sitemap-page ul li a {
  color: #211451;
}
.sitemap-page ul li h4 {
  font-weight: 600;
  font-size: 20px;
}
.sitemap-page ul li a:hover {
  color: #169cd8;
}
.sitemap-page h3 {
  font-family: 'Exo 2';
  font-weight: 600;
  margin-bottom: 20px;
}
/*sitemap page css end*/

body .sweet-alert button {
  border-radius: 0;
  font-size: 14px;
  padding: 7px 20px;
  margin: 0 0 20px;
}
body .sweet-alert button.confirm{
  background: #009ef7 !important;
}
body .sweet-alert h2 {
  font-size: 18px;
  line-height: normal;
}
body .sweet-alert p {
  margin-bottom: 20px;
  font-weight: 400;
}


/*datatable css start*/
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter {
  margin-bottom: 20px;
}
div.dataTables_scrollBody>table tbody tr .btn {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  margin: 5px;
}
div.dataTables_scrollBody>table {
  white-space: nowrap;
}


/*datatable css end*/

.course_que-content {
  height: 520px;
  overflow: auto;
}
.course_que-content p {
  margin: 0;
}



/*about us page css start*/
.about-ai-sec {
  padding: 60px 0;
}
.hero-about .download-app ul li img {
  width: 140px;
}
.hero-about .hero-area .hero-img-content .hero-title h1 {
  color: #F8B347;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 35px;
}
.hero-about .hero-area .hero-img-content .hero-title p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.about-ai-sec h1 {
  color: #E17B43;
  font-weight: 800;
  font-size: 35px;
  font-family: 'Exo 2';
}
.about-ai-sec h2 {
  color: #201B4D;
  font-size: 25px;
  font-family: 'Exo 2';
  font-weight: 600;
}
.about-ai-sec h3 {
  color: #E17B43;
  font-weight: 700;
  font-family: 'Exo 2';
  font-size: 30px;
}
.about-ai-sec span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #58595B;
  font-family: 'Exo 2';
}
.ourcourse-title {
  font-size: 18px;
  color: #58595B;
  font-weight: 600;
  font-family: 'Exo 2';
  margin-top: 10px;
}
/*about us page css end*/


.navbar.edupme-nav .menu-right li.nav-item.your-progress-header .pe-cir {
  height: 100px !important;
  width: 100px !important;
}
.navbar.edupme-nav .menu-right li.nav-item.your-progress-header .pe-cir svg {
  width: 110px !important;
  height: 110px !important;
  border-radius: 100px;
  background: #e9e9e9;
}


@media only screen and (max-width: 3840px) {

}
@media only screen and (max-width: 2560px) {

}
@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1680px) {
  .course-detail-hero .hero-img-content {
    top: 60px;
  }
  .hero-area {
    height: 480px;
  }
  .course-carousel .course-image {
    height: 177px;
  }
}
@media only screen and (max-width: 1600px) {
  .course-detail-hero .hero-img-content {
    top: 70px;
    left: -90px;
  }
  .course-addtocart-area {
    margin-top: -92%;
  }
  .hero-area .hero-img-content .hero-title h1 {
    font-size: 1.9rem;
  }  
  .course-carousel .course-block .course-image,
  .cat-all-course .course-image {
    height: 177px;
  }
  .hero-area {
    height: 455px;
  }
}
@media only screen and (max-width: 1440px) {
  .hero-area .hero-img-content {
    max-width: 35%;
  }
  .course-detail-hero .hero-area .hero-img-content {
    max-width: 55%;
    top: 90px;
  }
  .course-addtocart-area {
    margin-top: -96%;
  }
  .course-detail-hero .author-detail p {
    width: 70%;
  }
  .hero-area {
    height: 410px;
  }
  .course-detail-hero .hero-area {
    height: 490px;
  }
  .course-detail-hero .hero-area img {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1366px) {
  .instructor-block .course-image {
    height: 90px;
  }
  .instructor-block .course-title {
    margin-bottom: 0;
  }
  .course-addtocart-area .course-image {
    border-radius: 22px;
  }
  .course-detail-hero .hero-area .hero-img-content {
    top: 50px;
  }
  .course-addtocart-area {
    margin-top: -107%;
  }
  .howitworks-block {
    padding: 15px 110px;
  }
  .cat-all-course .course-image, 
  .course-carousel .course-block .course-image, 
  .instructor-column .course-image,
  .course-addtocart-area .course-image,
  .cat-all-course .course-image {
    height: 150px;
  }
  .course-addtocart-area .course-image {
    height: 200px;
  }
  .hint-area .hint-icons ul li {
    margin: 0px 10px;
  }
  .hint-area .hint-icons ul li span {
    font-size: 20px;
  }
  .hint-area .hint-title h3 {
    font-size: 20px;
  }
  .hint-area .hint-title span {
    font-size: 20px;
  }
  .footer-brand ul li {
    width: 48px;
  } 
  .footer-brand ul li {
    width: 80px;
  }
  .qaandcomment-sec .tab-content {
    height: 35vh;
  }
  .hero-area {
    height: 390px;
  }
  .course-detail-hero .hero-area {
    height: 440px;
  }
  .footer-social ul li a { 
    font-size: 20px;
    height: 44px;
    width: 44px;
    margin: 3px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero-area .hero-img-content {
    max-width: 40%;
  }
  .hero-area .hero-img-content .hero-title h1 {
    font-size: 1.875rem;
  }
  .hero-area .hero-img-content .hero-title p {
    font-size: 1.25rem;
    margin: 0;
  }
  .navbar.edupme-nav .search-form-wrapper {
    width: 95%;
  }
  .hero-area {
    height: 365px;
  }
}

/*ipad pro landscape media query*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:landscape){
  .become-instru-txt {
      margin: 50px 0;
  }
  .become-instru-img img {
      max-width: 70%;
  }
  .edupme-buss-img img {
      max-width: 100%;
  }
  .edupme-buss-txt {
      margin: 50px 0;
  }
  .hero-dc .hero-area .hero-img-content {
    left: 15%;
  }
  .cat-all-course .course-image, .course-carousel .course-block .course-image, .instructor-column .course-image, .course-addtocart-area .course-image, .cat-all-course .course-image {
    height: 150px;
  }
 .course-addtocart-area .course-image {
    height: 202px;
  }
}

/*mobile media query*/
@media only screen and (max-width: 767px){
  .mobile-sidebar .close-offcanvas {
    position: static;
    font-size: 30px;
  }  
  .mobile-sidebar .close-offcanvas i {
    color: #169cd8;
  }
  .mobile-sidebar .close-offcanvas i:before {
    background: #fff;
  }
  .hero-area .hero-img-content .hero-title {
    padding: 1.25rem;
  } 
  .hero-area .hero-img-content .hero-title h1 {
    font-size: 1rem;
  }
  .hero-area .hero-img-content .hero-title p {
    font-size: 0.75rem;
    margin: 0;
  }
  .hero-area .hero-img-content {
      max-width: 80%;
  }
  .hero-area {
      max-width: 100%;
      height: 250px;
      overflow: hidden;
  }
  .hero-area > img {
      max-width: 800px;
      transform: scale(2.2);
  }
  .navbar.edupme-nav {
    padding: 10px 0;
  }
  .nav-pills .nav-item .nav-link {
      margin: 0.5rem 0.9rem 0 0;
  }
  .hero-area .hero-img-content .hero-title {
    border-radius: 0.8rem;  
  }
  .become-instru-txt {
    margin: 50px 0;
  }
  .become-instru-img img,
  .edupme-buss-img img {
    max-width: 100%;
  }
  .edupme-brand {
    margin-bottom: 20px;
  }
  .edupme-business-section {
    padding: 60px 0 0;
    background-size: cover;
  }
  .edupme-brand .buss-digi-class:after {
    top: 0;
    left: -35px;
  }
  .edupme-buss-txt {
    margin-bottom: 40px;
  }
  .edupme-brand img {
    max-width: 40%;
  }
  .edupme-brand .buss-digi-class {
    margin-left: 60px;
  }
  .education-upgrade-section {
    padding: 50px 0;
  }
  .mxw-edupme-buss,
  .mxw-become-instru,
  .mxw-edu-upgrd {
    max-width: 100%;
  }
  .footer-links {
    display: block;
    text-align: center;
  }
  .footer-links ul {
    flex-basis: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .footer-links ul li {
    margin-bottom: 20px;
  }
  .footer-brand {
    text-align: center;
  }
  .course-addtocart-area {
    margin-top: 0;
    margin: 30px 20px;
  }
  .course-detail-hero .hero-img-content .breadcrumb {
    margin: 0 0 6px;
  }
  .course-detail-hero .hero-area .hero-img-content .hero-title h1 {
    font-size: 1.25rem;
  }
  .course-detail-hero .author-detail small {
    font-size: 14px;
  }
  .course-detail-hero .hero-area .hero-img-content .hero-title p {
    font-size: 0.875rem;
    margin: 0;
  }
  .course-detail-hero .hero-area .hero-img-content .hero-title {
    padding: 0;
  }
  .course-detail-hero .hero-area .hero-img-content {
    top: 0;
    max-width: 100%;
    left: 0px;
    padding: 20px;
  }
  .course-detail-hero .hero-area {
    height: 350px;
  }
  .course-detail-content-sec .course-addtocart-area .course-image, 
  .course-detail-content-sec .course-addtocart-area .course-price-box {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .learnmodule, .module-content, .student-r-view, .makebundle-section, .course-detail-description, .course-addtocart-area .course-price-box {
    padding: 25px;
  }

  .learnmodule {
    margin-top: 0;
  }
  .instructor-block .course-title {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .student-review,.instructor-review {
    margin: 20px 20px 30px;
  }
  
  .two-column-course .course-block .course-image {
    height: 150px;
    margin-bottom: 10px;
  }
  .hero-dc .hero-area .hero-img-content {
    left: 4%;
  }
  .hero-dc .hero-area img {
    opacity: 0.2;
  }
  .howitworks-block {
    padding: 15px 20px;
    display: block !important;
  }
  .howitworks-block h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .howitworks-block span {
    font-size: 16px;
  }
  .learn-teach-cycle-text {
    padding: 30px;
  }
  .learn-teach-cycle-text p {
    font-size: 16px;
    line-height: normal;
  }
  .learn-teach-cycle-text h1 {
    font-size: 24px;
  }
  .learn-teach-cycle-blk {
    margin: 10px;
  }
  .tfeature-block img {
    width: 40%;
  }
  .tfeature-block {
    margin-bottom: 30px;
  }
  .boost-bg {
    height: auto;
    margin-top: 170px;
  }
  .boost-income {
    height: auto;
    margin-top: 60px;
  }
  .boost-income-content {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  .boost-bg img {
    padding: 20px;
    margin-top: -220px;
  } 
  .hero-st .hero-area img {
    opacity: 1;
  }
  .hero-st .hero-area .hero-img-content {
    max-width: 55%;
  }
  .course-addtocart-area .course-image {
    border-radius: 15px;
  }
  .course-detail-content-sec .course-addtocart-area .course-image,
  .instructor-column .course-image,
  .cat-all-course .course-image,
  .course-carousel .course-block .course-image,
  .course-image {
      height: 177px;
  }
  .cart-course .course-block .course-title {
    font-size: 16px;  
  }
  .cart-course .course-block .course-image {
    height: 80px;
  }
  .cart-course .cart-rm-vw ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
  }
  .cart-total-box {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cart-course .course-block .course-price {
    position: static;
  }
  .cart-total-box .course-price span {
    font-size: 40px;
  }
  .cart-total-box .course-price i {
    font-size: 30px;
  }
  .cart-total-box .btn {
    padding: 8px 10px;
    font-size: 16px;
  }
  .navbar.edupme-nav .search-form-wrapper {
    width: 100%;
    margin: 3.5rem 0 0;
    background-color: #fff;
    padding: 1.7rem 0.5rem;
  }
  .search-show-content .search-show-list a {
    font-size: 16px;
  }
  .navbar.edupme-nav .search-form > .input-group {
    padding: 0.8rem 0.8rem;
  }
  .navbar.edupme-nav .search-form-wrapper .search-form .form-group label {
      top: -12px;
      left: 0;
  }
  .search-show-content {
    padding: 0 10px;
  }
  

  .del-breadcrumb .breadcrumb .breadcrumb-item, 
  .del-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
  .submit-next-button {
    left: 20px;
  }
  .hint-area {
    margin: 10px;
  }
  .hint-area .hint-icons:before{
    display: none;
  }
  .hint-area .hint-icons ul {
    margin-right: 0;
  }
  .hint-area .hint-icons ul li span {
    font-size: 20px;
  }
  .hint-area {
    margin: 10px;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 20px;
  }
  .hint-area.rgt-help {
    padding: 0;
    border: none;
  }
  .left-side-del-panel .question-answer {
    height: 52vh;
    padding: 20px;
  }
  .left-side-del-panel .question-mcq {
    font-size: 20px;
  }
  .question-answer p {
    font-size: 14px;
  }
  .left-side-del-panel .question-answer .form-check {
    margin: 5px 0;
    font-size: 14px;
  }
  .hint-area .hint-title h3 {
    font-size: 18px;
    padding-left: 5px;
  }
  .hint-area .hint-title i {
    font-size: 14px;
  }
  .right-side-del-pnael h1 {
    font-size: 20px;
  }
  .total-progress span, .chapter-progress span {
    font-size: 14px;
  }
  .qaandcomment-sec .nav-link {
    font-size: 18px;
  }
  .right-side-del-pnael {
    margin-top: 20px;
    height: auto;
    margin-bottom: 30px;
  }
  .wishlist-course .course-block {
    min-height: auto;
  }
  .footer-brand img {
    width: 50%;
  }
  .footer-brand ul li {
    width: 50px;
  }
  .download-app ul li {
    height: auto;
    max-width: 35%;
  }
  .course-detail-hero .hero-area img {
    transform: scale(3.1);
  }
  .course-addtocart-area .course-image {
    height: 177px;
  }
  .course-carousel .course-block .course-image, .course-image{
    height: 200px;
  }
  .download-app {
    margin: 20px 0;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .categories-list ul li a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .about-ai-sec h1 {
    font-size: 25px;
  }
  .about-ai-sec span {
    font-size: 14px;
  }
  .about-ai-sec h2 {
    font-size: 18px;
  }
  .about-ai-sec h3 {
    font-size: 18px;
  }
  .hero-about .hero-area .hero-img-content .hero-title h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero-about .hero-area .hero-img-content .hero-title p {
    font-size: 14px;
  }
  .hero-about .download-app ul li img {
    width: 100%;
  }
  .hero-about .download-app h5 {
    font-size: 16px;
    margin: 0;
  }
  .hero-about .download-app {
    margin: 0;
  }
  .hero-about .download-app ul {
    margin: 0;
  }
  .hero-about .hero-area .hero-img-content {
    max-width: 65%;
  }
}

/*nexus 7 portrait media query*/
@media only screen and (min-width: 600px) and (max-width: 960px) {
    
}

/*ipad portrait media query*/
@media only screen and (min-width:768px) and (max-width: 1023px) and (orientation:portrait) {
  .hero-area .hero-img-content .hero-title {
    padding: 0.938rem;
  }
  .navbar.edupme-nav {
    padding: 20px 0;
  }
  /*.btn {
    font-size: 0.75rem;
  }*/
  .hero-area .hero-img-content .hero-title h1 {
    font-size: 1.25rem;
  }
  .hero-area .hero-img-content .hero-title p {
    font-size: 0.875rem;
    margin: 0;
  }
  .hero-area {
    height: 340px;
    overflow: hidden;
  }
  .hero-area img {
    transform: scale(1.6);
  }
  .become-instru-txt {
    text-align: left;
  }
  .become-instru-txt {
    margin: 60px 0;
  }
  .become-instru-img img {
    max-width: 100%;
  }
  .edupme-business-section {
    background-position: bottom;
    background-size: cover;
  } 
  .edupme-buss-txt {
    margin: 100px 0 50px;
  }
  .edupme-buss-img {
    text-align: center;
  }
  .education-upgrade-section {
    padding: 70px 0;
  }
  .footer-brand ul li {
    width: 70px;
  }
  .footer-links ul li {
    line-height: 25px;
    margin-bottom: 15px;
  }
  .footer-links ul {
    flex-basis: 15rem;
    margin-right: 0;
  }
  .course-addtocart-area {
    margin-top: 40px;
  }
  .course-addtocart-area .course-image {
    height: 300px;
  }
  .course-detail-hero .hero-area {
    height: 310px;
    overflow: hidden;
  }
  .course-detail-hero .hero-area .hero-img-content .hero-title {
    padding: 0;
  }
  .course-detail-hero .hero-area .hero-img-content {
    max-width: 75%;
    top: auto;
  }
  .learnmodule, .module-content, .student-r-view, .makebundle-section,.top-categories-area,.instructor-review,.student-review,.course-detail-description {
    margin: 40px 0;
  }
  .course-detail-content-sec .course-addtocart-area .course-image, .course-detail-content-sec .course-addtocart-area .course-price-box {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .hero-dc .hero-area .hero-img-content {
    left: 5%;
  }
  .howitworks-block {
    padding: 15px 40px;
    display: block !important;
  }
  .edupme-helpin .tfeature-block img {
    width: 60%;
  }
  .boost-bg img {
    width: 40%;
  }
  .boost-bg {
    height: 260px;
  }
  .boost-income-content {
    width: 100%;
    margin-left: 10px;
    margin-right: 30px;
  }
  .boost-income {
    height: 410px;
    margin-top: 20px;
  }
  .instructor-column .course-image {
    height: 195px;
  }
  .cat-all-course .course-image {
    height: 125px;
  }
  .cart-total-box {
    margin-top: 25px;
  }
  .cart-course .cart-rm-vw ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .cart-course .course-block .course-price {
    position: static;
    top: 0;
    right: 0;
  }
  .navbar.edupme-nav .search-form-wrapper {
    width: 100%;
    background: #fff;
    margin: 4.7rem 0 0;
  }
  .hint-area {
    margin: 10px;
  }
  .hint-area .hint-icons:before{
    display: none;
  }
  .hint-area .hint-icons ul {
    margin-right: 0;
  }
  .hint-area .hint-icons ul li span {
    font-size: 25px;
  }
  .hint-area {
    margin: 10px;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 20px;
  }
  .hint-area.rgt-help {
    padding: 0;
    border: none;
  }
  .right-side-del-pnael {
    margin-top: 20px;
    height: auto;
    margin-bottom: 30px;
  }
  .footer-brand img {
    max-width: 40%;
  }
  .footer-brand ul li {
    width: 80px;
  }
  .cat-all-course .course-image, .course-carousel .course-block .course-image, .instructor-column .course-image, .course-addtocart-area .course-image, .cat-all-course .course-image {
    height: 125px;
  }
 .course-addtocart-area .course-image {
    height: 325px;
  }
  .course-detail-hero .hero-area img {
    transform: scale(1.4);
  }
  .download-app {
    margin: 20px 0;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .hero-about .hero-area .hero-img-content {
    max-width: 75%;
  }
  .hero-about .download-app ul li img {
    transform: none;
  }
  .hero-about .download-app {
    margin: 0;
  }
}

@media only screen and (min-width : 800px) and (max-width : 1280px) {
    
}


/*ipad pro portrait media query*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait){
  .hero-area .hero-img-content {
    max-width: 50%;
  }
  .hero-area .hero-title h1 {
    font-size: 1.563rem;
  }
  .hero-area .hero-title p {
    font-size: 1.125rem;
  }
  .navbar.edupme-nav {
    padding: 20px 0;
  }
  .hero-area {
    height: 340px;
    overflow: hidden;
  }
  .hero-area > img {
    transform: scale(1.2);
  }
  .become-instru-txt {
    margin: 50px 0;
  }
  .become-instru-img img {
      max-width: 70%;
  }
  .edupme-buss-img img {
      max-width: 100%;
  }
  .edupme-buss-txt {
      margin: 50px 0;
  }
  .learnmodule, .module-content, .student-r-view, .makebundle-section,.top-categories-area,.instructor-review,.student-review,.course-detail-description {
    margin: 40px 0;
  }
  .review-block {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .course-addtocart-area {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .course-addtocart-area .course-image {
    height: 350px;
  }
  .course-detail-hero .hero-area {
    height: 400px;
    overflow: hidden;
  }
  .course-detail-hero .hero-area .hero-img-content {
    max-width: 75%;
    top: auto;
  }
  .course-detail-content-sec .course-addtocart-area .course-image, 
  .course-detail-content-sec .course-addtocart-area .course-price-box {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .howitworks-block {
    padding: 15px 40px;
  }
  .hero-dc .hero-area .hero-img-content {
    left: 5%;
  }
  .hero-dc .hero-area > img {
    transform: scale(1.2);
  }
  .navbar.edupme-nav .search-form-wrapper {
    background: url(/resources/images/misc/bg_search-open.png) right center no-repeat #ffffff;
    width: 100%;
    margin: 4.7rem auto 0;
  }
  /*search autocomplete css end*/

  .hint-area .hint-icons ul li {
    margin: 0px 6px;
  }
  .footer-brand img {
    max-width: 80%;
  }
  .cat-all-course .course-image, .course-carousel .course-block .course-image, .instructor-column .course-image, .course-addtocart-area .course-image, .cat-all-course .course-image {
     height: 125px;
  }
  .course-detail-hero .hero-area img {
    transform: scale(1.4);
  }
  .course-addtocart-area .course-image {
    height: 440px;
  }
}


@media only screen and (min-width : 800px) and (max-width : 1280px) and (orientation:landscape) {
    
}

/*ipad landscape media query*/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation:landscape) {
  .navbar.edupme-nav {
    padding: 20px 0;
  }
  .hero-area .hero-img-content {
    max-width: 50%;
  }
  .hero-area {
    height: 340px;
    overflow: hidden;
  }
  .hero-area > img {
    transform: scale(1.2);
  }
  .edupme-buss-txt {
    margin: 45px 0;
  }
  .education-upgrade-section {
    padding: 40px 0;
  }
  .course-addtocart-area {
    margin-top: 40px;
  }
  .course-addtocart-area .course-image {
    height: 330px;
  }
  .course-detail-hero .hero-area {
    height: 350px;
    overflow: hidden;
  }
  .course-detail-hero .hero-area .hero-img-content .hero-title {
    padding: 0;
  }
  .course-detail-hero .hero-area .hero-img-content {
    max-width: 70%;
    top: auto;
  }
  .learnmodule, .module-content, .student-r-view, .makebundle-section,.top-categories-area,.instructor-review,.student-review,.course-detail-description {
    margin: 40px 0;
  }
  .course-detail-content-sec .course-addtocart-area .course-image, .course-detail-content-sec .course-addtocart-area .course-price-box {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  
  .hero-dc .hero-area .hero-img-content {
    left: 5%;
  }
  .hero-dc .hero-area > img {
    transform: scale(1.2);
  }
  .howitworks-block {
    padding: 15px 40px;
  }
  .boost-income {
    height: 550px;
    margin-top: 30px;
  }
  .boost-income-content {
    width: 50%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .instructor-column .course-image {
    height: 165px;
  }
  .navbar.edupme-nav .search-form-wrapper {
    width: 100%;
    margin: 4.7rem 0 0;
    background: #fff;
  }
  .hint-area .hint-icons ul li {
    margin: 0px 6px;
  }
  .left-side-del-panel .media-delivery-content {
    height: 70.5vh;
  }
  .footer-brand img {
    max-width: 70%;
  }
  .footer-brand ul li {
    width: 80px;
  }
  .cat-all-course .course-image, .course-carousel .course-block .course-image, .instructor-column .course-image, .course-addtocart-area .course-image, .cat-all-course .course-image {
    height: 125px;
  }
  .course-addtocart-area .course-image {
    height: 440px;
  }
  .download-app {
    margin: 20px 0;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .hero-about .download-app {
    margin: 0;
  }
}

/*iphone x landscape media query*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
    
}
/*nexus 7 landscape media query*/
@media only screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
   

}
/*mobile media query landscape*/
@media only screen and (max-width: 767px) and (orientation:landscape){
  .navbar.edupme-nav .search-form-wrapper {
    margin: 3.4rem 0 0;
  }
  .course-detail-content-sec .course-addtocart-area .course-image, .instructor-column .course-image, .cat-all-course .course-image, .course-carousel .course-block .course-image, .course-image {
    height: 270px;
  }
  .course-carousel .course-block .course-image, .course-image{
    height: 90px;
  }
}
/*small mobile media query*/
@media screen and (max-height: 450px) {
  
}
/*small mobile media query*/
@media screen and (max-width: 320px) {
  .btn {
    font-size: 12px;
  }
  .learn-teach-cycle-text p {
    font-size: 14px;
  }
  .learn-teach-cycle-text h1 {
    font-size: 22px;
  }
  .learn-teach-cycle-text {
    padding: 10px;
  }
  .hint-area .hint-icons ul li {
    margin: 0px 5px;
  }
  .hero-area {
    height: 210px;
  }
  .course-addtocart-area .course-image {
    height: 146px;
  }
  .course-detail-hero .hero-area img {
    transform: scale(3.6);
  }
  .course-detail-content-sec .course-addtocart-area .course-image{
    height: 146px;
  }
  .course-carousel .course-block .course-image,
  .course-image {
    height: 168px;
  }
  .download-app {
    margin: 20px 0;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .hero-about .hero-area .hero-img-content {
    max-width: 70%;
  }
  .hero-about .hero-area .hero-img-content .hero-title h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .hero-about .hero-area .hero-img-content .hero-title p {
    font-size: 12px;
  }
  .hero-about .hero-area .hero-img-content .hero-title {
    margin-bottom: 5px;
  }
  .hero-about .download-app ul li {
    max-width: 35%;
  }
  .hero-about .download-app h5 {
    font-size: 14px;
    margin: 0;
  }
}
