/*!
 * Copyright YPA
*/

@font-face {
  font-family: FuturaLT;
  src: url(../fonts/FuturaLT.ttf);
}
@font-face {
  font-family: FuturaLT;
  src: url(../fonts/FuturaLT-Book.ttf);
  font-weight: 500;
}
@font-face {
  font-family: FuturaLT;
  src: url(../fonts/FuturaLT-Heavy.ttf);
  font-weight: 600;
}
@font-face {
  font-family: FuturaLT;
  src: url(../fonts/FuturaLT-Bold.ttf);
  font-weight: 700;
}
.text-primary {
  color: #3195ff!important;
}
.strong {
  font-weight: 600;
}
.strongest {
  font-weight: 700;
}
input, optgroup, select, textarea {
  font-size: 14px !important;
}
html {
  overflow-x: hidden;
}
body {
  font-family: FuturaLT;
  font-size: 14px;
  overflow-x: hidden;
  margin: 0px !important;
  /* padding-top: 65px; */
}
.navbar-brand {
  margin-right: 2rem;
}
.carousel-item {
  height: 95vh;
  background: #eae6e3;
}
nav.custom-navbar {
  background-color: #ffffff;
  height: 65px;
  z-index: 10001;
}
nav.custom-navbar li.nav-item .nav-link {
  color: #5f5f5f;
}
nav.custom-navbar li.nav-item .nav-link.active {
  color: #2498fd;
}
nav.custom-navbar img.logo {
  height: 45px;
}
ul.navbar-nav li.nav-item:first-child {
  margin-left: 10px;
}
ul.navbar-nav li.nav-item:last-child {
  margin-right: 0px;
}
ul.navbar-nav li.nav-item {
  margin-right: 20px;
}
img.slider-img {
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: contain;
}
.carousel-content {
  position: absolute;
  z-index: 2;
  top: 29%;
  transform: translateY(-50px);
  left: 135px;
  width: 450px;
}
.carousel-content h5.big-caption {
  font-size: 40px;
  font-weight: 300;
}
.carousel-content h5.big-caption strong{
  font-weight: 700;
}
.carousel-content p.small-caption {
  font-size: 19px;
  margin-top: 35px;
  margin-bottom: 0px;
}
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #959595;
}
.carousel-indicators .active {
  background-color: #2498fd;
}
.carousel-indicators {
  bottom: 40px;
}
.three-columns {
  margin-top: -40px;
}
.hp-single-column {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 11%);
  padding: 40px 20px 20px;
  text-align: center;
}
.hp-single-column img {
  height: 160px;
  width: auto;
}
.hp-single-column h5 {
  color: #5f5f5f;
  font-weight: 600;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 25px;
}
.hp-single-column p {
  color: #5f5f5f;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
}
.hp-text-heading {
  text-align: center;
  padding: 65px 180px 50px;
}
.hp-text-heading p {
  color: #5f5f5f;
  font-weight: 500;
  font-size: 20px;
}
.hp-text-heading p a {
  color: #2498fd !important;
  font-weight: 600;
  font-size: 20px;
}
.large-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.large-content .left-area {
  width: 38%;
  position: relative;
}
.large-content .right-area {
  text-align: right;
  width: 62%;
}
img.large-section-img {
  width: 90%;
}
img.large-section-small-img {
  position: absolute;
  right: -40px;
  top: 0px;
}
.large-content p.first{
  color: #5f5f5f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
.large-content p.second {
  font-size: 40px;
  line-height: 48px;
  color: #2498fd;
}
.large-content p.third {
  color: #5f5f5f;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.large-content p.fourth {
  color: #5f5f5f;
  font-size: 16px;
}
.large-content p.fourth a {
  color: #2498fd !important;
  font-weight: 600;
  text-decoration: underline;
}
.hp-numbers {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 60px;
  margin-bottom: 80px;
}
.single-number {
  text-align: center;
}
p.number-amount {
  font-size: 50px;
  font-weight: 600;
  color: #5f5f5f;
  margin-bottom: 0px;
  line-height: 50px;
}
p.number-desc {
  font-size: 18px;
  font-weight: 500;
  color: #5f5f5f;
  margin-bottom: 0px;
  margin-top: 4px;
  text-transform: uppercase;
}

.course .header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 40px;
}
.sh-title-wrapper {
  display: flex;
  align-items: center;
}
img.sh-title-img {
  height: 40px;
  margin-right: 12px;
}
.course .header-area p.title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 0px;
}
.course .header-area p.sub-title {
  font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 0px;
}
.course .header-area p.sub-title a{
  color: #ffffff;
  font-weight: 700;
}
.course .header-area .arrow-area a {
  display: inline-flex;
  font-size: 1.8rem;
  color: #ffffff;
  border: 2px solid;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px 5px;
  text-decoration: none !important;
}
.single-course .course-top {
  position: relative;
  /* border-bottom: 1px solid #efefef; */
}
.single-course img.course-image {
  width: 100%;
  height: 212px;
  object-fit: cover;
  cursor: pointer;
}

.single-course span.share-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(255 255 255 / 63%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 9999;
  cursor: pointer;
}
.single-course .rating-area {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #1c023c;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #5e2a9e;
}
.single-course .rating-area i.active {
  color: #ffc107;
}
.single-course .rating-area i {
  color: rgb(255 255 255 / 48%);
}
.rating-area span {
  margin-right: 5px;
}
.course-middle {
  padding: 16px;
  /* border-bottom: 1px solid #eaeaea; */
  height: 146px;
  overflow: hidden;
}
.course-bottom {
  padding: 20px;
  background-color: #ffffff;
}
.course-bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}
.curriculum-container .single-curriculum .d-flex div:nth-child(2) {
  flex: 1;
}
.curriculum-container .single-curriculum .content-duration {
  min-width: 75px;
  text-align: right;
}
.single-curriculum {
  padding: 15px 15px;
  background: #f5faff;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  justify-content: space-between;
}
.course-curriculum-icon {
  background: #ff7a7a;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.course-curriculum-icon-video {
  background: #65acea;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.btn-primary {
  text-transform: uppercase;
  border-radius: 0px !important;
  font-weight: 700;
  font-size: 14px;
}
p.course-curriculum-info {
  margin: 0px;
  font-weight: 700;
  color: #444444;
  font-size: 14px;
}
.content-duration span {
  font-weight: 500;
  font-size: 10px;
  background: #65acea;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
p.course-curriculum-desc {
  margin: 2px 0px 0px;
  color: #666;
  font-size: 12px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.course-detail-tab ul li:hover{
  color: #2498fd;
  transition: all ease 0.4s;
  cursor: pointer;
}
.course-detail-tab ul li{
  transition: all ease 0.4s;
}

.course-detail-tab ul li.active:hover{
  cursor: default;
}
.course-middle p.course-heading {
  font-size: 18px;
  font-weight: 500;
  color: #5f5f5f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  margin: 5px 0px 16px;
}
.single-course .course-bottom p a {
  font-weight: 600;
  color: #7abaff;
}
.course-middle p.course-subheading {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f5f;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 30px;
}
img.course-options-icon {
  height: 30px;
  width: 30px !important;
  margin-right: 15px;
}
img.course-options-icon2 {
  height: 30px;
  width: 20px !important;
}
.single-course {
  transition: all ease 0.4s;
  
  /* margin: 0px 0px 40px 10px; */
  /* margin-bottom: 30px; */
}
.single-course .course-middle:hover{
  cursor: pointer;
}
.single-course .course-middle:hover p.course-heading{
  transition: all ease 0.4s;
  color: #2498fd;
}
.course {
  background-color: #f4f4f4;
  padding: 50px 0px;
}
.course .owl-dots {
  display: none;
}
.top-categories {
  padding: 60px 0px 35px;
}
.top-categories p.heading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 10px;
}
.top-categories p.sub-heading {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.category-container .single-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 135px;
  height: 108px;
  border: 1px solid #011c38;
  background-color: #013b75;
  border-radius: 6px;
  box-shadow: 1px 1px 11px rgb(0 0 0 / 6%);
  margin: 0px 9px 15px;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0px;
  text-align: center;
  transition: all ease 0.4s;
  text-decoration: none;
}
.category-container .single-category:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all ease 0.4s;
}
.category-container .single-category:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0px;
  right: 0px;
  height: 120px;
  background: rgb(36 152 253 / 4%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.category-container .single-category p {
  margin: 10px 0px 0px;
  color: #ffffff;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.category-container .single-category span {
  margin: 0px;
  color: #2498fd;
  font-size: 25px;
  z-index: 1;
}
.category-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}
.footer-breadcrumbs {
  background-color: #2498fd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 35px 23px 25px;
}
.footer-breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.footer-breadcrumbs .left-area li {
  margin: 0px;
  color: #ffffff;
  font-size: 1rem;
  margin-right: 2.4rem;
}
.footer-breadcrumbs .left-area li a {
  color: #ffffff;
}
.footer-breadcrumbs .right-area .social-media li a {
  color: #2498fd;
  background: #ffffff;
  font-size: 1rem;
  margin-left: 1.2rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-copyright {
  background-color: #195c96;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px 20px 25px;
}
p.copyright-text {
  margin: 0px;
  color: #fff;
  font-size: 0.9rem;
}
.footer-copyright ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.footer-copyright ul li {
  margin: 0px;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 3rem;
}
.footer-copyright ul li a {
  color: #ffffff;
}
img.faq-image {
  position: absolute;
  left: -110px;
}
p.faq-heading {
  color: #5f5f5f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
p.faq-big-text {
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  color: #5f5f5f;
  margin-bottom: 10px;
}
p.faq-big-text a{
  font-weight: 600;
  color: #2498fd !important;
}
.hp-faq-area {
  min-height: 720px;
  padding: 70px 0px 0px;
}
p.faq-more {
  color: #5f5f5f;
  font-size: 16px;
}
p.faq-more a {
  color: #2498fd !important;
  font-weight: 600;
  text-decoration: underline;
}
.hp-faq-area .accordions {
  margin: 40px 0px;
}
.single-faq-accordion {
  margin-bottom: 11px;
}
.single-faq-accordion > div {
  position: relative;
  top: 0px;
  border: 1px solid #efefef;
  border-radius: 8px;
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.single-faq-accordion a {
  width: 100%;
  background: transparent;
  box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 5%);
  display: inline-block;
  padding: 17px;
  border-radius: 6px;
  color: #5f5f5f !important;
  transition: all ease 0.2s;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-faq-accordion a[aria-expanded="true"] {
  background-color: #2498fd !important;
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.single-faq-accordion a[aria-expanded="false"] span {
  transform: rotate(0deg);
  transition: all ease 0.2s;
}
.single-faq-accordion a[aria-expanded="true"] span {
  transform: rotate(180deg);
  transition: all ease 0.2s;
}
.single-faq-accordion a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #2498fd !important;
  color: #ffffff !important;
  transition: all ease 0.2s;
}

.hp-testimonial {
  background-color: #f8f8f8;
  padding: 70px 0px 0px;
  position: relative;
}
.testi-heading {
  text-align: center;
  color: #5f5f5f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
p.big-text {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  color: #5f5f5f;
  margin-bottom: 10px;
}
p.big-text a {
  font-weight: 600;
  color: #2498fd !important;
}
.single-testimonial {
  padding: 20px;
  margin-top: -30px;
  text-align: center;
}
.single-testimonial > div{
  background: #ffffff;
  position: relative;
  padding: 80px 25px 25px;
  border-radius: 8px;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 4%);
}
.single-testimonial > div p {
  margin-bottom: 0px;
  text-align: center;
  color: #5f5f5f;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-testimonial > div p.testi-name {
  font-weight: 600;
  margin: 18px 0px 4px;
}
.single-testimonial > div p.testi-info {
  font-size: 13px;
}
img.testi-img {
  height: 130px;
  width: 130px !important;
  border-radius: 50%;
  position: relative;
  top: 60px;
  z-index: 99;
  margin: 0px auto;
  object-fit: cover;
}
.owl-carouseltesti.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-carouseltesti.owl-carousel .owl-dots .active span, 
.owl-carouseltesti.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3f3a64 !important;
}
.owl-carouseltesti.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carouseltesti.owl-carousel .owl-dots span{
  height: 6px !important;
  width: 6px !important;
}
.owl-carouseltesti.owl-theme .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
  position: relative;
  top: 2.5px;
}
.oppor-bg {
  background-image: url(../img/gatsby-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.event-bg {
  background-image: url(../img/gatsby-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.work-bg {
  background-image: url(../img/webinar.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.hp-testimonial::before {
  /* content: ""; */
  background-image: url(../img/testimonial-top-bg.png);
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  top: -316px;
  height: 320px;
}
.second-2 {
  color: #5f5f5f;
  font-size: 40px;
  line-height: 48px;
}
.second-2 strong{
  color: #2498fd !important;
}
.upgrade-area .right-area iframe {
  width: 600px;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 14%);
  z-index: 999;
  position: relative;
}
.upgrade-area .large-content .right-area {
  text-align: left;
  width: 62%;
  position: relative;
}
.upgrade-area {
  position: relative;
  padding: 60px 0px 150px;
}
.upgrade-area .large-content{
  z-index: 222;
}
.upgrade-area img.testimonial-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.upgrade-area img.upgrade-top-left-img {
  position: absolute;
  left: -88px;
  top: -74px;
}
.upgrade-area img.upgrade-bottom-right-img {
  position: absolute;
  bottom: -78px;
  right: 63px;
}
img.large-blue {
  position: absolute;
  bottom: 8%;
  right: 9%;
}
img.large-blue-triple {
  position: absolute;
  bottom: 9%;
  left: 6%;
}
img.large-brown-small {
  position: absolute;
  bottom: 27%;
  left: 10%;
}
.custom-navbar.sh {
  background-color: #ffffff;
  box-shadow: 1px -5px 20px rgb(0 0 0 / 11%);
}
.sh-banner {
  /* background-color: #373737; */
  padding: 10px 0px;
  background-image: url(../img/inner-page-container-bg.jpg);
  background-repeat: round;
}
.sh-banner img.sh-banner-girl {
  height: 380px;
  position: relative;
  top: 40px;
}

.sh-banner-content p.sh-heading-banner {
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
  padding-right: 30%;
}
.sh-banner-content p.sh-heading-heading {
  color: #f3f3f3;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-right: 30%;
}
input.sh-banner-input {
  width: 100%;
  padding: 10px 40px;
  border-radius: 4px;
  border: 0px;
  color: #ffffff;
  /* border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; */
}
input.sh-banner-input:focus {
  outline: none;
}
span.sh-banner-search-btn {
  height: 41px;
  width: 46px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #0181ae;
  font-size: 20px;
  cursor: pointer;
}
.custom-navbar .dropdown-toggle::after {
  display: none;
}
img.header-user-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
span.header-user-name {
  font-size: 14px;
  color: #5f5f5f;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 7px;
}
.dropdown-item {
  font-size: 14px;
}
.header-bar-user-area {
  padding: 15px 0px;
  cursor: pointer;
}
.welcome-back {
  background: #000407;
  padding: 80px 0px;
}
p.sh-welcom-heading {
  margin: 0px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}
.owl-carouselSHWelcome {
  margin: 0px auto 0px;
}
.single-wb-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
}
.single-wb {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  padding: 16px;
  background: #011c38;
  border-radius: 8px;
  width: 49%;
  margin-right: 1%;
}
.single-wb:nth-child(2) {
  width: 49%;
  margin-left: 1%;
  margin-right: 0%;
}
.owl-carouselSHWelcome .single-wb img {
  height: 125px;
  width: 220px !important;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 0px;
}
p.wb-lesson-info {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 5px;
}
p.wb-lesson-name {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
p.wb-progress {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 5px;
}
.single-wb .progress {
  height: 3px;
}
.owl-carouselSHWelcome.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-carouselSHWelcome.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 100%;
  margin: 0px 5px;
}
.owl-carouselSHWelcome.owl-theme .owl-nav.disabled+.owl-dots {
  display: flex;
}
.owl-carouselSHWelcome.owl-theme .owl-dots .owl-dot span {
  width: 100%;
  border-radius: 20px;
  height: 3px;
  background: #ffffff;
  padding: 0px 7px;
  margin: 0px;
}
.owl-carouselSHWelcome.owl-theme .owl-dots .owl-dot.active span {
  background: #2498fd;
}
.welcome-back .header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.sh-welcome-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0px;
  right: 0px;
  bottom: -70px;
}
.carousel-container {
  position: relative;
}
a.shwcustomPrevBtn,
a.shwcustomNextBtn {
  height: 40px;
  width: 40px;
  background: #013b75;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 9999;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
}
.owl-carouselSHWelcome.owl-theme .owl-nav.disabled+.owl-dots {
  margin: 30px 60px 0px;
}
.highest-rated{
  background-image: url(../img/sh-blue-bg.jpg);
  padding: 70px 0px;
}
.highest-rated p.heading {
  margin: 0px 0px 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
}
.highest-rated p.sub-heading {
  margin: 0px 0px 20px;
  color: #ffffff;
  font-size: 20px;
}
.highest-rated p.sub-heading span{
  background: #2498fd;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 15px;
  margin-left: 10px;
}
.single-info p.main {
  margin: 0px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.high-button {
  padding: 9px 17px;
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  color: #2498fd !important;
  text-decoration: none;
  transition: all ease 0.4s;
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none !important;
}
.high-image:hover::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 22%);
  border-radius: 9px;
  transition: all ease 0.4s;
  cursor: pointer;
}
.high-image i {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  font-size: 40px;
  color: #ffffff;
  opacity: 0;
  transition: all ease 0.4s;
  cursor: pointer;
}
.high-image:hover i {
  opacity: 1;
  transition: all ease 0.4s;
}
.single-info p.sub {
  margin: 0px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.highest-rated .single-info{
  margin-top: 30px;
  width: 90%;
}
.highest-rated img.blue-bg-img {
  width: 100%;
  border-radius: 12px;
}
.inner-page-heading-container {
  background-image: url(../img/inner-page-container-bg.jpg);
  height: 250px;
  display: flex;
  align-items: center;
  background-repeat: round;
  background-size: cover;
}
.search-area-container input {
  background: #292d32 !important;
  border: 1px solid transparent !important;
  color: #ffffff !important;
}
.inner-page-heading {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
}
.student-profile-top {
  background-color: #014385;
  position: relative;
  top: -25px;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 14%);
  border-radius: 5px;
}
.student-profile-top .profile-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.student-profile-top .profile-info img.profile-user-img {
  height: 140px;
  width: 140px;
  object-fit: contain;
  border-radius: 50%;
}
p.profile-name {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px 0px 8px;
}
p.profile-age {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin: 0px 0px 8px;
}
p.profile-since {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0px 0px 8px;
}
.course-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-completed {
  text-align: center;
}
.course-completed p.number {
  font-size: 45px;
  line-height: 45px;
  margin: 0px;
  font-weight: 600;
  color: #ffffff;
}
.course-completed p.info {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.student-profile-top .sp-top {
  padding: 25px 25px 20px;
}
.student-profile-top .sp-bottom {
  /* padding: 20px 0px 20px; */
  border-top: 1px solid rgb(255 255 255 / 18%);
}
.student-profile-top .sp-bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0px 30px;
  margin: 0px;
}
.student-profile-top .sp-bottom ul li {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 3px solid transparent;
  padding: 15px 10px 15px;
  min-width: 70px;
  text-align: center;
  cursor: pointer;
  margin-right: 30px;
}
.student-profile-top .sp-bottom ul li.active {
  font-weight: 500;
  color: #33d0ff;
  border-bottom: 3px solid #33d0ff;
  cursor: default;
}
.student-profile-botton {
  background-color: #011c38;
  position: relative;
  top: -35px;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 14%);
  border-radius: 5px;
  padding: 25px;
  margin-top: 30px;
}
.profile-info-section p.profile-section-heading {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px 0px 8px;
}
/* .profile-info-section .profile-information div:first-child {
  margin-top: 30px;
}
.profile-info-section .profile-information div {
  display: flex;
  margin-top: 20px;
  align-items: center;
} */
.profile-info-section .profile-information div p.profile-option {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  min-width: 160px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.profile-info-section .profile-information div p.profile-option-desc {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  min-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.course-detail-banner {
  background-color: #011c38;
  padding: 50px 0px;
  background-image: url(../img/inner-page-container-bg-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
p.course-heading {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 10px;
}
p.course-sub-heading {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 45px;
  margin-top: 25px;
}
.course-facts {
  display: flex;
  align-items: center;
}
.course-single-fact {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.course-single-fact img.course-single-fact-img {
  margin-right: 8px;
  height: 20px;
}
.course-single-fact span.course-single-fact-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
}
.course-detail-container {
  padding: 50px 0px 10px;
  min-height: 500px;
  background: #011c38;
}
.course-detail-tab ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  margin: 0px;
}
.course-detail-tab ul li {
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  margin-right: 20px;
}
.course-detail-tab ul li.active {
  background: #013b75;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
}
.course-detail-tab-content {
  border: 1px solid #013b75;
  padding: 30px 18px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #013b75;
}
.overview p.overview-heading {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px 0px 10px;
}
.overview p.overview-desc {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  white-space: pre-line;
}
.course-detail-right-area {
  padding: 20px;
  position: absolute;
  top: 40px;
  border-radius: 9px;
  overflow: hidden;
  background: #013b75;
  box-shadow: 1px 2px 20px rgb(0 0 0 / 10%);
  left: 15px;
  right: 15px;
  z-index: 9999;
}
img.course-detail-course-img {
  width: 100%;
  border-radius: 9px;
}
span.course-detail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2498fd;
  background: white;
  font-size: 30px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  transition: all ease 0.3s;
}
a.course-start-button {
  display: inline-block;
  margin: 20px 0px 0px;
  padding: 10px;
  width: 100%;
  text-align: center;
  background: #007bff;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: all ease 0.4s;
}
a.course-start-button:hover {
  opacity: 0.9;
  transition: all ease 0.4s;
}

.video-area {
  height: 406px;
  overflow: hidden;
  overflow-y: auto;
}

.include-area {
  padding: 20px 2px;
  border-bottom: 1px solid #cecece;
}
p.includes-text {
  font-weight: 500;
  font-size: 21px;
  color: #ffffff;
  margin: 0px;
}
.single-include {
  padding: 22px 0px 0px;
  display: flex;
  align-items: center;
}
.single-include img {
  width: 25px;
  margin-right: 20px;
}
.single-include i {
  width: 22px;
  margin-right: 18px;
  font-size: 22px;
  color: #009688;
  text-align: center;
}
.single-include span {
  font-size: 15px;
  color: #ffffff;
}
.course-detail-tab-content .overview {
  margin-bottom: 30px;
}
.course .header-area p.title.course-detail-bottom-title {
  color: #444444;
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0px 10px;
}
.course-starts {
  display: flex;
  background: #ededed;
}
.course-starts .leaft-area-heading-container {
  width: 80%;
}
.leaft-area-heading-container p {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px;
}
.leaft-area-heading-container p span {
  background: #d2ebff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  padding: 3px 10px;
  margin-left: 8px;
}
.course-starts .left-area {
  width: 60%;
  min-height: 800px;
}
.course-starts .left-area .left-area-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 45px;
  height: 101px;
  background: #011c38;
}
.left-area a.next-btn {
  padding: 10px 18px;
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  color: #2498fd !important;
  text-decoration: none;
  transition: all ease 0.4s;
  cursor: pointer;
}
.left-area a.next-btn:hover {
  color: #2498fd !important;
  background-color: #fafcff;
  transition: all ease 0.4s;
}
.theme-btn {
  background-color: #001c3c;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
}
.course-starts .right-area .right-area-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2498fd;
  padding: 0px 45px;
  height: 101px;
}
.course-starts .right-area p.course-content {
  margin: 0px 0px 0px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
.course-starts .right-area p.course-completion {
  margin: 10px 0px 0px;
  color: rgb(255 255 255 / 55%);
  font-size: 15px;
  font-weight: 400;
}
.course-starts .right-area span.close-section {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff75;
  color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}
.course-starts .right-area {
  width: 40%;
  position: fixed;
  right: 0px;
  background: #ffffff;
}
.course-starts .right-area.not-fixed {
  position: relative;
}
.course-starts .right-area.not-fixed .chapters {
  /* height: fit-content !important; */
  /* height: 100% !important; */
  height: unset !important;
}
.right-area .chapters {
  padding: 25px 45px 50px;
  /* background: #ffffff; */
  overflow-y: auto;
  height: calc(100vh - 166px)!important;
}
/* 
.right-area .chapters:hover::-webkit-scrollbar {
  display: block;
  transition: all ease 2s;

} */
/* width */
.right-area .chapters::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.right-area .chapters::-webkit-scrollbar-track {
  background: #dddddd; 
}
 
/* Handle */
.right-area .chapters::-webkit-scrollbar-thumb {
  background: #b4b4b4; 
  border-radius: 6px;
  width: 4px;
}

/* Handle on hover */
.right-area .chapters::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0; 
}
.single-chapter-content p, .single-chapter-content p a  {
  font-size: 15px;
  font-weight: 600;
  color: dimgrey;
  margin-bottom: 0px;
  width: 75%;
}
.single-chapter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 13px;
  background: #e5f4f3;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /* margin-bottom: 10px; */
  cursor: pointer;
}
.single-chapter-content:hover {
  background: #c7e6e3;
}
.single-chapter-content.active {
  background: rgb(116 204 195);
}
.single-chapter-content.active span {
  background-color: #53a9a0;
  color: #ffffff;
}
.single-chapter-content.active p, .single-chapter-content.active p a {
  color: #ffffff;
}
.single-chapter-content span {
  margin-left: 15px;
  background: rgb(255 255 255 / 76%);
  color: #009688;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
}
.m-heading {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
}
.video-content-area {
  padding: 20px 10px;
  margin: 20px 40px;
  border-top: 1px solid #d8d8d8;
}
.video-content-area p.heading {
  font-size: 20px;
  font-weight: 600;
  color: #383838;
}
.filter-search-area {
  padding: 50px 0px;
}


.sinle-container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e6e6e626;
  color: white;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #011c38;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.sinle-container-checkbox:hover input ~ .checkmark {
  background-color: #2196f3;
}

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

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

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

/* Style the checkmark/indicator */
.sinle-container-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-area {
  padding: 10px 0px 50px;
}
.filter-container {
  box-shadow: 0px 2px 20px rgb(0 0 0 / 12%);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #013b75;
}
.filter-container p.filter-text {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 24px;
}



.filter-area .course-middle p.course-heading {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  margin: 0px 0px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.filter-area .course-middle p.course-subheading {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.filter-area .single-course .rating-area {
  font-size: 12px;
}
.filter-area img.course-options-icon {
  height: 20px;
  width: 20px !important;
  margin-right: 15px;
}
.filter-area img.course-options-icon2 {
  height: 20px;
  width: 15px !important;
}
.filter-area .course-bottom p {
  font-size: 14px;
}
.filter-area .single-course {
  box-shadow: 1px 1px 14px 0px rgb(0 0 0 / 8%);
  margin-bottom: 25px;
  transition: all ease 0.4s;
  background-color: #011c38;
  border-radius: 8px;
}
.filter-area .single-course:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all ease 0.4s;
}



/* LOGIN */

.login-two {
  height: 100vh;
  font-size: 0.875rem;
  background: #f5f5f5;
}
.login-two-container{
  height: 100%;
}
.main-login-two {
  height: 100%;
}
.left-content-area .logo-yp {
  /* height: 100px; */
  width: 180px;
}
.login-page-bg {
  background-image: url(../img/auth_2_bg_2.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.login-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.login-two-start {
  background: #011c38;
  padding: 0px 40px 0px;
  height: calc(100vh - 7vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tab-wrapper {
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #011c38;
}
a.tab-content.active {
  background-color: #013b75 !important;
  border-bottom: 3px solid #007bff;
  font-weight: 500;
  color: #ffffff !important;
}
a.tab-content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #013b75;
  height: 100%;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  transition: all ease 0.3s;
  border-bottom: 3px solid #013b75;
}
a.tab-content:hover {
  /* background-color: #f5f5f5;
  color: #9e9e9e; */
  border-bottom: 3px solid #007bff;
  transition: all ease 0.3s;
}
.two-heading{
  color: #737579;
}
.two-login-text {
  color: #b5b3b3;
}


.login-two-inputs {
  position: relative;
}
.login-two-inputs i {
  position: absolute;
  font-size: 21px;
  color: #737579;
  top: 11px;
  left: 0px;
}
.login-two-inputs input[type="text"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: white;
}
.login-two-inputs input[type="text"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="text"]:focus + .las{
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="text"]::placeholder{
  color: darkgrey;
}
.login-two-inputs input[type="password"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}
.login-two-inputs input[type="password"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="password"]:focus + .las{
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="password"]::placeholder{
  color: darkgrey;
}

.login-two-inputs input[type="email"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}
.login-two-inputs input[type="email"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="email"]:focus + .las{
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="email"]::placeholder{
  color: #e2e1e1;
}


.login-two-inputs input[type="number"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}
.login-two-inputs input[type="number"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="number"]:focus + .las{
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="number"]::placeholder{
  color: darkgrey;
}

.login-two-inputs input[type="date"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}
.login-two-inputs input[type="date"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="date"]:focus + .las{
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.login-two-inputs input[type="date"]::placeholder{
  color: darkgrey;
}

.login-two-inputs select {
  padding: 0px 5px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}
.login-two-inputs select:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}
.login-two-inputs select:focus + .las{
  color: #ffffff !important;
  transition: all ease 0.2s;
}
.login-two-inputs select::placeholder{
  color: darkgrey;
}




.excel-div {
  text-align: center;
  background: #eaf3ec;
  border: 1px dashed #4caf50;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  color: #258629;
  transition: all ease 0.4s;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.excel-div:hover {
  background: #d1e4d6;
  transition: all ease 0.4s;
}
.selected-file-excel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  background: #eaf3ec;
  border: 1px dashed #4caf50;
  border-radius: 6px;
  height: 90px;
}
.excel-icon {
  font-size: 25px;
  color: #258629;
  margin-right: 10px;
}
.excel-file-name {
  margin: 0px;
  font-size: 17px;
}
.excel-file-close {
  font-size: 30px;
  color: #c71b1b;
  cursor: pointer;
}


.btn-login {
  width: 50%;
  padding: 0.6375rem 1.25rem;
  border-radius: .17rem;
  font-size: 0.81em;
}
.back-btn i {
  color: #2262c6;
  transition: all ease 0.2s;
}

/* right side */


.slider-half {
  background: rgba(255,255,255,0.26);
  padding: 28px 60px;
  position: relative;
}

.slide-text{
  width: 23rem;
}

.about-comp {
  width: 40%;
  float: left;
}
.for-sign-up {
  width: 60%;
  float: left;
  text-align: right;
}
.for-sign-up p {
  float: left;
  width: 73%;
}
.for-sign-up button {
  float: left;
  width: 22%;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: ntwo;
  color: #fff;
  padding: 5px 4px;
  margin-left: 14px;
  position: relative;
  top: 0px;
}
.slide-lower-content {
  margin-top: 25.79rem;
}

/* right side */

/* checkbox design starts */

.box {
  width: 300px;
  margin: 25px 9px;
  display: flex;
  align-items: center;
  user-select: none;
}
.box label {
  font-size: 14px;
  color: #4D4D4D;
  position: absolute;
  z-index: 10;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0px;
}
.box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.box input:checked ~ .check {
  border-color: #2262c6;
  box-shadow: 0px 0px 0px 15px #2262c6 inset;
}
.box input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.box .check {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid #b2bbb8;
  box-shadow: 0px 0px 0px 0px #b3b3b3 inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.box .check::after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-image: url("http://s6.picofile.com/d/8392306668/c38c12a0-6db3-47d4-a80c-7dad8fab5186/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

/* checkbox design ends */


/* Signup css starts */
.signup-bg{
  background-image: url(../../img/auth_2_bg_2.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.left-content-area {
  height: 100%;
  padding: 2.2rem 2rem;
  background-image: linear-gradient(rgb(0 0 0 / 50%) , rgb(0 0 0 / 50%));
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.left-content-area.no-shadow {
  /* background-image: linear-gradient(rgb(0 0 0 / 30%) , rgb(0 0 0 / 30%)); */
  background-image: none;
}



.left-content-area div.ki{
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */
}
.left-content-area .logo {
  height: 100px;
  /* width: 180px; */
}
.left-content-area .logo-yp {
  /* height: 100px; */
  width: 110px;
}
.left-content-area h2{
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  width: 35rem;
  margin: 30px 0px 15px;
}
.left-content-area p{
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}


.social-logins{
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-logins i{
  position: relative;
  font-size: 19px;
  color: #fff;
  top: 0;
  left: 0;
}
.social-btn {
  width: 55px;
  text-align: center;
}
/* a.fb-btn {
  display: block;
  padding: 7px;
  background: #3a589a;
  border-radius: 4px;
} */
a.fb-btn i{
  padding: 7px 7px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #3a589a;
  color: #3a589a;
  transition: all ease 0.2s;
}
a.fb-btn:hover i{
  padding: 7px 7px;
  background: #3a589a;
  border-radius: 50%;
  border: 2px solid #3a589a;
  color: #fff;
  transition: all ease 0.2s;
}
/* a.twitter-btn {
  display: block;
  padding: 7px;
  background: #4099ff;
  border-radius: 4px;
} */
a.twitter-btn i{
  padding: 7px 7px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #4099ff;
  color: #4099ff;
  transition: all ease 0.2s;
}
a.twitter-btn:hover i{
  padding: 7px 7px;
  background: #4099ff;
  border-radius: 50%;
  border: 2px solid #4099ff;
  color: #fff;
  transition: all ease 0.2s;
}
/* a.google-btn {
  display: block;
  padding: 7px;
  background: #e9544f;
  border-radius: 4px;
} */
a.google-btn i{
  padding: 7px 7px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #e9544f;
  color: #e9544f; 
  transition: all ease 0.2s;
}
a.google-btn:hover i{
  padding: 7px 7px;
  background: #e9544f;
  border-radius: 50%;
  border: 2px solid #e9544f;
  color: #fff; 
  transition: all ease 0.2s;
}
.find-us-container {
  position: relative;
  border-bottom: 1px solid #1761a0;
  padding: 10px;
  margin-bottom: 35px;
  padding-top: 0px;
  margin-top: 50px;
}
p.find-us {
  margin: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 143px;
  border: 1px solid #1761a0;
  border-radius: 20px;
  padding: 5px 0px;
  color: #2262c6;
  font-weight: 500;
  top: -6px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
/* Signup css ends */

/* Lockscreen Starts*/
.center-two-start {
  background: #f5f5f5;
  padding: 30px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}
/* Lockscreen Ends */



/* Forget Password CSS Starts */
form.digit-group {
  text-align: center;
}
.digit-group input {
  width: 30px;
  height: 45px;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0 2px;
  border: 1px solid #e2e1e1;
  border-radius: .17rem;
}
.digit-group .splitter {
  padding: 0 5px;
  color: #3c3c3c;
  font-size: 24px;
}
.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}
.form-2{
  display: none;
}
.form-2.show {
  display: block !important;
}
.form-1.show {
  display: block !important;
}
@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(30%, 0, 0);
      transform: translate3d(30%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(30%, 0, 0);
      transform: translate3d(30%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInRight;
  animation-duration: 0.8s;
}
@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-30%, 0, 0);
      transform: translate3d(-30%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-30%, 0, 0);
      transform: translate3d(-30%, 0, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInLeft;
  animation-duration: 0.8s;
}

/* Forget Password CSS Ends */


.pt-64 {
  padding-top: 63px;
}
.ctext {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  position: absolute;
  left: 0%;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
p.all-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carouselSHWelcome .carousel-item , .owl-carouselCourse .carousel-item{
  height: unset;
  background: transparent;
}

.owl-carouselSHWelcome .carousel-indicators {
  bottom: -50px;
  margin: 0px 60px 0px;
}
.owl-carouselSHWelcome .carousel-indicators li {
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: #ffffff;
  border-top: 0px;
  border-bottom: 0px;
}
.owl-carouselSHWelcome .carousel-indicators li.active {
  background-color: #2498fd;
}
i.search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}


.skeleton-loading {
  position: relative;
  background-color: #00203f;
  overflow: hidden;
}
.skeleton-loading.light {
  position: relative;
  background-color: #00203f;
  overflow: hidden;
}
.skeleton-loading.lighter {
  position: relative;
  background-color: #00203f;
  overflow: hidden;
}
.skeleton-loading.light.blue {
  background-color: #00203f;
}

.skeleton-loading::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.skeleton .view-type-one-image {
  width: 100%;
  height: 140px;
  background-color: #7d7d7d;
}

.skeleton .info-area .name{
  height: 24px;
  width: 80%;
  background-color: #361961;
  border-radius: 4px;
  margin: 0px auto 5px;
}

.skeleton .info-area .extra-info{
  height: 20px;
  width: 65%;
  background-color: #361961;
  border-radius: 4px;
  margin: 0px auto 5px;
}


@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
.load-mores {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.app-alerts .app-alert.success {
  background-color: #2498fd !important;
  opacity: 1 !important;
  border-radius: 9px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.app-alerts{
  z-index: 9999999999 !important;
}
.input-error {
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: red;
}
.form-control:focus {
  color: #ffffff;
  background-color: rgb(255 255 255 / 16%);
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.form-control.input-error {
  position: unset;
  right: unset;
  font-size: 1rem;
  color: red;
  border: 1px solid #ff9494;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.filter-category-container {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-category-container:hover::-webkit-scrollbar {
  display: block;
}
/* width */
.filter-category-container::-webkit-scrollbar {
  width: 4px;
  display: none;
}

/* Track */
.filter-category-container::-webkit-scrollbar-track {
  background: #e9e9e9; 
}
 
/* Handle */
.filter-category-container::-webkit-scrollbar-thumb {
  background: #cfcfcf; 
}

/* Handle on hover */
.filter-category-container::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2; 
}

.dp-container {
  margin-right: 15px;
  position: relative; 
}
.dp-container:hover span{
  opacity: 1;
  transition: all ease 0.4s;
  cursor: pointer;
}
.dp-container span {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10%;
  width: 140px;
  height: 140px;
  background: #00000017;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.4s;
}
.dp-container span i {
  color: #ffffff;
  font-size: 23px;
}
.course-detail-img-container:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 22%);
  border-radius: 9px;
}
.course-detail-img-container:hover .course-detail-play {
  top: 47%;
  transition: all ease 0.3s;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 80%, 0);
    transform: translate3d(0%, 80%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 80%, 0);
    transform: translate3d(0%, 80%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
}

.hp-testimonial .carousel-indicators{
  bottom: -48px;
}
.hp-testimonial .carousel-indicators .active {
  background-color: #505050;
}
.hp-testimonial .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #959595;
  margin: 0px 5px;
}

.signup-pending-alert {
  position: absolute;
  top: 3%;
  right: 10%;
  left: 10%;
  text-align: center;
}

.subcategory-carousel .carousel-indicators {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.subcategory-carousel {
  padding: 25px 0px;
}
.subcategory-carousel.course .header-area p.title {
  margin: 10px 0px 10px;
}

.subcategory-carousel .single-course:hover p.course-heading {
  transition: all ease 0.4s;
  color: #2498fd;
}
.company-listing .single-course .course-top {
  height: 141px;
  text-align: center;
}
.company-listing .single-course .course-top img {
  height: 100%;
  width: 90%;
  object-fit: contain;
}
.transparent-bg {
  background-color: transparent !important;
}
.school-bread-height {
  height: 350px;
}
.header-bg {
  background-image: url(../img/inner-page-container-bg.jpg);
  background-size: cover;
}
h2.fc-toolbar-title {
  font-weight: 600;
  color: #ffffff;
}
a.fc-col-header-cell-cushion {
  color: #fff !important;
}
.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  color: #ffffff!important;
}
.fc-theme-standard td, .fc-theme-standard th{
  border-color: rgb(221 221 221 / 22%)!important;
}
.fc-theme-standard .fc-scrollgrid {
  border-color:  rgb(221 221 221 / 22%)!important;
}
.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar,
.fc-scroller::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-track,
.fc-scroller::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb,
.fc-scroller::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover,
.fc-scroller::-webkit-scrollbar-thumb:hover {
  background: #555; 
}















.header-one-bg {
  /* background-image: url(../img/inner-page-container-bg.jpg);
  background-size: cover; */
  
  background-image: none;
  background-size: cover;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 13%);

}
.school-navbar li.nav-item a.nav-link.active {
  background-color: #ffffff30;
  border-radius: 5px;
}
.dashboard-main-container {
  position: relative;
  top: -25px;
}
.dashboard-widget {
  background-color: #ffffff;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 14%);
  border-radius: 5px;
  padding: 20px 20px 20px;
  /* max-height: 484px; */
}
.h-100 {
  height: 100%;
}
.single-registered-sudents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
img.srs-img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  margin-right: 15px;
}
h6.srs-name {
  margin: 0px 0px 3px;
  font-weight: 600;
  font-size: 15px;
}
p.srs-date {
  margin: 0px;
  font-size: 12px;
  color: #6c757d;
}
.dashboard-btn {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  background: #2498fd;
  color: #ffffff !important;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  transition: all ease 0.4s;
}
.dashboard-btn:hover {
  opacity: 0.9;
  transition: all ease 0.4s;
}
.dash-table {
  margin-top: 18px;
}
.dash-table thead {
  background-color: #edf5f8;
}
.dash-table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}

.dash-table .table td, .dash-table .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgb(220 220 220 / 17%);
  word-break: break-all;
  
}
.outline-badge-info {
  border: 1px solid #008ba2;
  color: #008ba2;
  font-size: 11px;
  font-weight: 500;
}
.outline-badge-danger {
  border: 1px solid #f44336;
  color: #f44336;
  font-size: 11px;
  font-weight: 500;
}
.font-20 {
  font-size: 18px;
  line-height: 21px;
}
.bg-gradient-pink {
  background: linear-gradient(to bottom, #f44e60, #f77383);
}
.bcas-content {
  box-shadow: 1px 1px 20px rgb(0 0 0 / 14%);
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  top: -56px;
  background: #ffffff;
  padding: 25px 20px 20px;
}
.bcas-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bcas-content p {
  font-size: 13px;
  margin-bottom: 8px;
}

/* .aligned-row {
  display: flex;
  flex-flow: row wrap;
}
.aligned-row::before {
  content: "";
  display: block;
} */
.small-widget{
  position: relative;
  overflow: hidden;
}
.small-widget.green {
  background: #a2d39c;
}
.small-widget.pink {
  background: #f26d7d
}
.small-widget.blue {
  background: #0092cd
}
.small-widget p {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.small-widget i {
  position: absolute;
  right: -50px;
  bottom: -30px;
  font-size: 130px;
  opacity: 0.2;
}
.tick {
  height: 55px;
  width: 55px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0px 0px 0px;
}
.olp {
  color: #222 !important;
  font-weight: 600;
}
.orange {
  background: #fce4cc;
  box-shadow: none;
}
.plan-content-dash p {
  margin-bottom: 0px;
}
.plan-content-dash p span {
  color: #f76071;
  font-weight: 700;
}
a.strong-orange-button {
  border: 1px solid #f26c4f;
  background: #f26c4f;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  height: 39px;
  margin-top: 5px;
}
a.strong-white-button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  color: #f26c4f;
  cursor: pointer;
  margin-right: 20px;
  height: 39px;
  margin-top: 5px;
}
.search-listing {
  box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 16%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}
.search-listing .single-search-option-ns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 14px;
  transition: all ease 0.2s;
  background-color: #20252c;
}
.search-listing .single-search-option-ns p {
  margin-bottom: 0px;
  color: #777;
  margin-left: 0px;
  font-size: 14px;
  text-transform: capitalize;
}
.search-listing .single-search-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px 12px;
  transition: all ease 0.2s;
  background-color: #1c2024;
}
.search-listing .single-search-option:hover {
  background-color: #23282c;
  cursor: pointer;
  transition: all ease 0.2s;
}
.search-listing .single-search-option p {
  margin-bottom: 0px;
  color: #ffffff;
  margin-left: 14px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 18px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.search-listing .single-search-option p span {
  color: #ffffff;
  font-weight: 600;
}
.search-listing .single-search-option i.las.la-search {
  font-size: 19px;
  color: #ffffff;
}
.search-listing img.sg-img {
  height: 35px;
  width: 53px;
  object-fit: contain;
  border-radius: 4px;
}
.content-loader {
  position: absolute;
  top: 0px;
  background: rgb(0 0 0 / 55%);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-loader i {
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
.cursor-pointer {
  cursor: pointer;
}
.login-three-start {
  /* background: #f5f5f5; */
  padding: 80px 60px 0px;
  height: calc(100vh - 7vh);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* justify-content: center; */
}
.login-three-start.more-padding {
  padding: 130px 60px 0px;
}

.frame {
  margin: 0px;
  background-color: #eee;
  background-position: center;
  background-size: cover;
  animation: image 25s infinite alternate;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

@keyframes image {
  0% {
    background-image: url('../img/school-bg.jpg');
  }
  100% {
    background-image: url('../img/school-bg.jpg');
  }
  /* 30% {
    background-image: url('../img/auth_2_bg_3.jpg');
  }
  50% {
    background-image: url('../img/auth_2_bg_4.jpg');
  }
  75% {
    background-image: url('../img/auth_2_bg_5.jpg');
  }
  100% {
    background-image: url('../img/school-bg.jpg');
  } */
}




.login-three-start .top-area .su-checkmark {
  color: #009688;
  font-size: 40px;
  margin-bottom: 10px;
}
.login-three-start .top-area .inactive-checkmark {
  color: #ec5e54;
  font-size: 40px;
  margin-bottom: 10px;
}
.login-three-start .top-area {
  text-align: center;
}

.ypa-be {
  margin-top: 40px;
}
.ypa-be .ypb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ypa-be .ypb p {
  margin: 0px;
  font-size: 15px;
  color: #fff;
}
.ypa-be .ypb i {
  margin-right: 15px;
  font-size: 22px;
  color: #2498fd;
}

.signup-plan-container {
  margin-top: 30px;
}

.signup-single-plan {
  border-radius: 7px;
  background-color: #013b75;
  margin-bottom: 25px;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid transparent;
  transition: all ease 0.1s;
}
.signup-single-plan.active {
  background: #074b8f;
  border: 1px solid rgb(255 255 255 / 33%);
  transition: all ease 0.1s;
}
.signup-single-plan:hover {
  /* box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 8%); */
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 4%);
  transition: all ease 0.1s;
  cursor: pointer;
}
.signup-single-plan a.mpop {
  position: absolute;
  top: -12px;
  background: #2498fd;
  color: #ffffff;
  padding: 3px 16px;
  border-radius: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
}
.signup-single-plan.pop {
  border: 1px solid #2498fd !important;
}
.signup-single-plan p.plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
}
.signup-single-plan p.plan-duration {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}
.signup-single-plan p.plan-price {
  margin: 0px;
  font-size: 30px;
  font-weight: 700;
  color: #2498fd;
  line-height: 30px;
}

.signup-single-plan span.plan-icon-pop {
  background: #2498fd30;
  height: 40px;
  width: 40px;
  margin-right: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2498fd;
  font-size: 20px;
}

.plan-selected {
  background: rgba(0, 150, 136, 0.122);
  color: #4caf50;
}

.school-workshop-category .inner-page-heading-container {
  height: 350px;
}


.student-table tbody {
  display: block;
  height: 360px;
  overflow: auto;
}

.student-table.listing-table tbody {
  min-height: 150px;
  height: 100%;
  overflow: visible;
}

.show-more-btn {
  font-size: 11px;
  padding: 4px 13px !important;
  background: transparent;
  color: #8c8c8c !important;
  margin-top: 10px;
  border-color: transparent;
}

/* width */
.student-table tbody::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.student-table tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.student-table tbody::-webkit-scrollbar-thumb {
  background: #cacaca;
}

/* Handle on hover */
.student-table tbody::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.modal-view-student .student-profile-top {
  top: 0px;
  box-shadow: none;
}
.modal-view-student .student-profile-botton {
  background-color: #ffffff;
  position: relative;
  top: 0px;
  box-shadow: none;
  border-radius: 5px;
  padding: 25px 0px;
  margin-top: 0px;
}
.modal-view-student .student-profile-top .sp-bottom ul li {
  margin-right: 30px;
  padding: 13px 10px 13px;
}
.modal-view-student .student-profile-top .sp-bottom ul {
  justify-content: flex-start;
}
.modal-view-student .student-profile-top .sp-bottom {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.modal-view-student .student-profile-top .sp-top {
  padding: 0px 0px 20px;
}
.modal-view-student .student-profile-top .profile-info img.profile-user-img {
  height: 60px;
  width: 60px;
}
.modal-view-student .course-completed p.info {
  font-size: 14px;
}
.modal-view-student .course-completed p.number {
  font-size: 35px;
}
.modal-view-student .bdg {
  font-size: 11px;
  position: relative;
  top: -3px;
  margin-left: 3px;
}


.student-table thead {
  display: table;
  width: 100%;
  table-layout: fixed;/* even columns width , fix width of table too*/
}
/* .student-table thead {
  width: calc( 100% - 1em )
} */

tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;/* even columns width , fix width of table too*/
}


.modal {
  z-index: 111111;
}
.modal-backdrop {
  z-index: 11111;
}
span.search-icon-stu {
  position: absolute;
  right: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #9e9e9e;
  font-size: 22px;
  cursor: pointer;
}
.search-stu-container {
  display: flex;
  position: relative;
  width: 260px;
}

button:focus{
  outline: none;
}


.btn-white {
  background-color: #ffffff;
  border-color: transparent;
  border: 0px;
  color: #007bff!important;
}
.text-teal {
  color: #009593!important;
}
.btn-primary:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background-color: #195c96;
  border-color: #195c96;
  border: 0px;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0d406d;
  border-color: #0d406d;
}
.text-info {
  color: #2498fd !important;
  text-decoration: none !important;
}

a{
  text-decoration: none !important;
}
.calender-area tbody tr {
  display: table-row;
  width: 100%;
  table-layout: fixed;
}
.mh-484 {
  max-height: 484px;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e2e2e2;
  border-radius: .25rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 3px;
}
.progress-bar {
  background-color: #39847b;
}
.profile-info-section .single-course img {
  height: 140px;
  width: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.profile-info-section .single-course {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 0px !important;
  flex-direction: column;
  display: block !important;
}
.profile-info-section .single-course div {
  flex-grow: 1;
}
.profile-info-section .single-course div {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.profile-info-section .single-course .c-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  margin: 0px 0px 10px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.profile-info-section .single-course .c-desc {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 0px;
  text-align: center;
  height: 63px;
}
.profile-info-section .single-course button.c-start-button {
  margin: 10px 0px 0px;
  width: 100%;
  padding: 9px 30px;
  text-align: center;
  background: #007bff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  transition: all ease 0.4s;
  border: 0px;
}
.small-completed {
  margin-top: 10px;
  font-size: 12px;
  color: #b7b7b7;
  font-weight: 500;
  margin-bottom: 0px;
}
.profile-info-section .single-course span.course-detail-play {
  opacity: 0;
}
.profile-info-section .single-course:hover span.course-detail-play {
  opacity: 1;
}
span.course-detail-play {
  height: 45px;
  width: 45px;
  font-size: 22px;
}

.profile-info-section .single-course .c-name.no-overflow-name {
  line-height: 19px;
  font-size: 15px;
  height: 39px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.profile-information.school-viewing{
  overflow-y: auto;
  max-height: 260px;
  height: auto;
} 
.profile-information.school-viewing::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.small-data {
  font-weight: 400;
  font-size: 13px;
}

/* Track */
.profile-information.school-viewing::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.profile-information.school-viewing::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.profile-information.school-viewing::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.main-content-area {
  min-height: 300px;
  padding: 60px 0px;
  position: relative;
}
.single-partner-image {
  width: 100%;
  height: 100px;
  border: 1px solid #02254b;
  position: relative;
  cursor: pointer;
  margin-bottom: 35px;
  background-color: #02254b;
  padding: 10px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.single-partner-image:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.1;
  transition: all ease 0.4s;
}
img.partner-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contact-form-header h4 {
  letter-spacing: 0.3px;
  font-size: 20px;
}
.contact-form-header p {
  letter-spacing: 0.3px;
  font-size: 14px;
}
.contact-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
} 
.contact-input input {
  border: 0px;
  border-bottom: 1px solid #cacaca;
  padding: 15px 10px 6px 0px;
  color: #666666;
  background-color: transparent;
  width: 100%;
}
.contact-input input:focus {
 outline: none;
}
.contact-input input:placeholder-shown + label, .contact-input textarea:placeholder-shown + label {
  position: absolute;
  left: 0px;
  top: 35%;
  transform: translateY(-50%);
  transition: all ease 0.4s;
}

.contact-input input + label, .contact-input textarea + label {
  position: absolute;
  left: 0px;
  top: 0%;
  transition: all ease 0.4s;
  transform: translateY(-30%) !important;
  color: #cacaca;
  font-size: 14px;
}
.contact-input label {
  margin: 0px;
  z-index: -1;
}
.contact-input textarea {
  border: 0px;
  border-bottom: 1px solid #cacaca;
  padding: 0px 10px 6px 0px;
  color: #666666;
  background-color: transparent;
  width: 100%;
  resize: none;
  margin-top: 15px;
  outline: none;
}
button.form-submit {
  background: #2262c6;
  color: #fff;
  font-size: 14px;
  padding: 9px 38px;
  border: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 1px 1px 12px rgb(34 98 198 / 49%);
  transition: all ease 0.3s;
}
button.form-submit:disabled {
  background: #9ab7e5;
  cursor: not-allowed;
}
.contact-form {
  padding: 20px 0px;
}
.contact-right-form-container {
  background-color: #fff;
  box-shadow: 3px 3px 20px #00000014;
  padding: 15px;
  border-radius: 8px;
  margin: 0% 10%;
}
.single-map-heading {
  margin-top: 27px;
  margin-left: 10px;
}
.single-map-heading h5 {
  font-size: 17px;
  color: #4c4c4c;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-map-heading p {
  font-size: 13px;
  color: #949494;
  margin-bottom: 0px;
}
.search-i-h {
  font-size: 19px;
  color: #757780;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}


.payment-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 35%);
  z-index: 999;
}
.payment-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 30%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 13px;
}



/* CONFETTI */
.certificate-generated-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgb(0 0 0 / 36%);
}
.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
}
.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-54deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
  -webkit-animation-duration: 1137ms;
  animation-duration: 1137ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(-41deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 99ms;
  animation-delay: 99ms;
  -webkit-animation-duration: 809ms;
  animation-duration: 809ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(62deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 281ms;
  animation-delay: 281ms;
  -webkit-animation-duration: 1093ms;
  animation-duration: 1093ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(-20deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 441ms;
  animation-delay: 441ms;
  -webkit-animation-duration: 883ms;
  animation-duration: 883ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-27deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 49ms;
  animation-delay: 49ms;
  -webkit-animation-duration: 727ms;
  animation-duration: 727ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(-47deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 397ms;
  animation-delay: 397ms;
  -webkit-animation-duration: 971ms;
  animation-duration: 971ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(-75deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 248ms;
  animation-delay: 248ms;
  -webkit-animation-duration: 1049ms;
  animation-duration: 1049ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(-49deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 88ms;
  animation-delay: 88ms;
  -webkit-animation-duration: 770ms;
  animation-duration: 770ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-29deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 239ms;
  animation-delay: 239ms;
  -webkit-animation-duration: 949ms;
  animation-duration: 949ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(-19deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  animation-delay: 307ms;
  -webkit-animation-duration: 762ms;
  animation-duration: 762ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(-25deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 279ms;
  animation-delay: 279ms;
  -webkit-animation-duration: 759ms;
  animation-duration: 759ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(-48deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 404ms;
  animation-delay: 404ms;
  -webkit-animation-duration: 833ms;
  animation-duration: 833ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-44deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 286ms;
  animation-delay: 286ms;
  -webkit-animation-duration: 796ms;
  animation-duration: 796ms;
}
.confetti-piece:nth-child(odd) {
  background: #17d3ff;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #ff4e91;
}
@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(200px);
  }
}
@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(200px);
  }
}

.con-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  width: 40%;
}
span.close-modal {
  background: #007bff;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 22px;
  padding: 7px;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

.share-div {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgb(0 0 0 / 36%);
  z-index: 99999;
}
.share-div-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #ffffff;
  width: 300px;
  height: 110px;
  border-radius: 16px;
}
.share-div div.dfl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-div p {
  text-align: center;
  margin: 14px 0px 10px;
  color: #207ac1;
  font-size: 16px;
}
button.social-media-button {
  background: transparent;
  margin: 0px 5px;
}

.close-share {
  position: absolute;
  top: -15px;
  right: -9px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  background-color: #2196f3;
  height: 30px;
  border-radius: 50%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


button.social-media-button i {
  color: #fff;
  font-size: 23px;
  padding-top: 4px;
}
button.social-media-button.facebook {
  background-color: #3b5998;
  border: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}
button.social-media-button.twitter {
  background-color: #00acee;
  border: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

button.social-media-button.linkedin {
  background-color: #0e76a8;
  border: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

button.social-media-button.pinterest {
  background-color: #CC2127;
  border: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

.main-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  z-index: 99999999;
}


p.job-company {
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  margin: 5px 0px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.job-options a {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff !important;
}
.job-options a i {
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.course-middle p.course-subheading.job-desc {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #808080;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
  line-height: 21px;
}
.job-top {
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-top .job-company-image {
  height: auto;
  object-fit: contain;
  width: 80%;
}
.course-middle.job-middle {
  min-height: 224px;
  height: auto;
}
a.job-posted {
  font-size: 11px;
  font-weight: 500;
  color: #808080;
  text-align: center;
  margin: 15px auto 0px;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 2px 10px;
  display: -webkit-inline-box;
  display: inline-flex;
}
.job-area .single-course:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: all ease 0.4s;
}
.job-area .single-course {
  box-shadow: 1px 1px 14px 0px rgb(0 0 0 / 8%);
  transition: all ease 0.4s;
}
.full-screen-loader {
  background-color: #001c3c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}


.close-fiter-popup {
  display: none;  
  /* it's block in 767 */
}
p.sidemenu-copyright {
  display: none;  
  /* it's block in 767 */
}
.event-date {
  font-size: 14px !important;
  font-weight: 500!important;
  color: #ffffff!important;
  margin: 5px 0px 5px !important;
  border-radius: 4px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  position: relative;
  display: block;
}
.form-control {
  height: auto;
  padding: 0.575rem 0.75rem;
  color: #ffffff;
  background-color: rgb(255 255 255 / 16%);
  border: 1px solid transparent;
}
body.overflow-hidden{
  overflow-y: hidden;
}


/* DATE PICKER */
dp-day-calendar .dp-calendar-day {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent !important;
    border: 1px solid rgba(45, 102, 8, 0.18) !important;
    color: #007bff;
  }
  
  dp-day-calendar .dp-calendar-wrapper {
    box-sizing: border-box;
    border: 1px solid rgba(45, 102, 8, 0.18) !important;
  }
  
  dp-day-calendar .dp-calendar-weekday {
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    text-align: center !important;
    border-left: 1px solid rgba(45, 102, 8, 0.15) !important;
    border-bottom: unset !important;
    color: #007bff !important;
    font-weight: 700;
    font-size: 12px;
  }
  
  dp-calendar-nav .dp-calendar-nav-container {
    position: relative;
    box-sizing: border-box;
    height: 38px !important;
    border: 1px solid rgba(45, 102, 8, 0.29) !important;
    border-bottom: none !important;
    margin: 0px;
  }
  
  dp-day-calendar .dp-selected {
    background: #106cc8;
    color: #007bff !important;
    background-color: #007bff26 !important;
  }
  
  .dp-popup {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.1) !important; 
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 9999;
    white-space: nowrap;
  }
  
  button.dp-calendar-nav-left {
    background: #007bff;
    border: 0px;
    color: #fff;
    padding: 6px 11px 6px 7px;
    border-radius: 26px;
    font-size: 4px !important;
    margin-right: 6px;
    position: relative;
    top: -2px;
  }
  
  button.dp-calendar-nav-right {
    background: #007bff;
    border: 0px;
    color: #fff;
    padding: 6px 12px 6px 5px;
    border-radius: 26px;
    font-size: 4px !important;
    margin-left: 6px;
    position: relative;
    top: -2px;
  }
  
  
  dp-calendar-nav .dp-current-location-btn {
    position: relative;
    top: -1px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    background: #007bff !important;
    border: 1px solid #007bff !important;
    outline: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    cursor: pointer;
  }
  
  dp-month-calendar .dp-calendar-month {
    box-sizing: border-box;
    width: 52.5px;
    height: 52.5px;
    cursor: pointer;
    background: transparent !important;
    border: 1px solid rgba(45, 102, 8, 0.18) !important;
    color: #007bff;
  }
  
  
  dp-calendar-nav .dp-calendar-nav-left::before, dp-calendar-nav .dp-calendar-secondary-nav-left::after, dp-calendar-nav .dp-calendar-secondary-nav-left::before {
    position: relative;
    content: '';
    display: inline-block;
    height: 6px !important;
    width: 6px !important;
    vertical-align: baseline;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  dp-calendar-nav .dp-calendar-nav-left::before, dp-calendar-nav .dp-calendar-nav-right::before {
    position: relative;
    content: '';
    display: inline-block;
    height: 6px !important;
    width: 6px !important;
    vertical-align: baseline;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  } 
  dp-calendar-nav .dp-nav-header-btn {
    cursor: pointer;
    background-color: #007bff;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
  }
  
  

  
  li.dp-time-select-control.dp-time-select-separator {
    display: none;
  }
  
  span.dp-time-select-display-minutes {
    color: #007bff;
  }
  
  span.dp-time-select-display-hours {
    color: #007bff;
  }
  
  span.dp-time-select-display-meridiem {
    color: #007bff;
  }
  
  dp-time-select .dp-time-select-control-down, dp-time-select .dp-time-select-control-up {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    margin: 6px auto;
    cursor: pointer;
    background: #007bff;
    border: 0px;
    color: #fff;
    border-radius: 26px;
    font-size: 4px !important;
    position: relative;
    padding: 0px 0px 0px 0px;
  }
  
  dp-day-time-calendar dp-time-select {
    display: block;
    border: 1px solid rgba(45, 102, 8, 0.29) !important;
    border-top: 0px !important;
  }
  .dp-popup {
    margin-left: 33px;
  }
  dp-day-calendar .dp-calendar-day.dp-current-day {
    background-color: #007bff !important;
    color: #ffffff;
  }
  input.dp-picker-input {
    border: 0px;
    outline: none;
    color: #ffffff;
    background-color: transparent;
  }
  input.dp-picker-input:focus {
    outline: none;
  }
  .form-control .dp-popup {
    margin-left: -14px;
    margin-top: 5px;
  }
/* DATE PICKER */

.category-slider .owl-item { 
  padding: 0px 10px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px !important;
}

































/* NEW DESIGN */
.nd .sh-banner {
  background-image: url(../img/ypa-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  display: flex;
  align-items: center;
}
.nd .header-bg {
  background-color: #001c3c;
  background-image: none;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 8%);
}
.nd nav.custom-navbar li.nav-item .nav-link {
  color: #ffffff !important;
  font-weight: 700;
}
.nd .school-navbar li.nav-item a.nav-link.active {
  /* /* background-color: #ffffff30;
  border-radius: 5px; */
  color: #ffffff !important; 
}
.nd .top-play-icon {
  color: #fff;
  font-size: 45px;
  margin-right: 7px;
  padding-top: 1px;
}
.nd .top-play-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center;
  padding-left: 2px;
  margin-bottom: 0;
}
.nd .top-white-button {
  background-color: #fff;
  display: inline-flex;
  font-weight: 700;
  padding: 2px 7px;
  font-size: 12px;
  color: #011c38;
  text-decoration: none;
  cursor: pointer;
}
.nd .divider-top {
  height: 25px;
  width: 25px;
  margin: 0 12px;
}
.nd .top-white-button {
  background-color: #fff;
  display: inline-flex;
  font-weight: 700;
  padding: 2px 7px;
  font-size: 12px;
  color: #011c38;
  text-decoration: none;
  cursor: pointer;
}
.nd .right-side-logo {
  height: 35px;
}
.nd span.header-user-name {
  font-size: 14px;
  color: #000000 !important;
  font-weight: 700;
}
.nd .dropdown-item {
  font-weight: 700;
}
.nd .dropdown-item.active, 
.nd .dropdown-item:active {
  background-color: #01498f;
}
.nd .single-banner-option-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
}
.nd .single-banner-option {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 15px 15px;
  text-align: center;
  width: 173px;
  margin: 0px 12px;
  box-shadow: 0px 0px 18px #42a2ff;
}
.nd .single-banner-option img {
  height: 80px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.nd .single-banner-option:hover img {
  transform: translateY(-5px);
  transition: all ease 0.5s;
}
.nd .single-banner-option p {
  margin: 0px;
  font-weight: 700;
  color: #012850;
  font-size: 15px;
}
.nd .sh-banner-content {
  position: unset;
  top: 49%;
  transform: unset;
}
.page-bg {
  background-color: #00050b;
}
.nd .sh-banner-content p.sh-heading-banner {
  font-size: 40px;
  line-height: 52px;
}
.nd .inner-page-heading-container {
  background-image: url(../img/inner-page-container-bg-4.jpg);
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
}
.nd .delete-btn {
  background-color: #013b75;
  color: #ffffff;
  border-radius: 30px;
  border: 0px;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 500;
}
.nd .footer-copyright {
  background-color: #00264e;
}
.nd .footer-breadcrumbs {
  background-color: #061018;
  border-top: 1px solid rgb(255 255 255 / 8%);
}
.nd .footer-breadcrumbs .right-area .social-media li a {
  color: #061018;
}
.modal-cancel-btn {
  background-color: #012f5c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  margin-right: 10px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border-color: transparent;
  text-shadow: 0px 0px 3px #5cb7ff;
  font-weight: 700;
  box-shadow: none;
  min-width: 100px;
  overflow: hidden;
  position: relative;
}
.modal-ok-btn {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  margin-right: 10px;
  font-size: 14px;
  color: #012344;
  text-transform: uppercase;
  border-color: transparent;
  text-shadow: 0px 0px 2px #8fcdff;
  font-weight: 700;
  box-shadow: none;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.modal-ok-btn:disabled,
.modal-cancel-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}


.pulse-banner-wrapper {
  height: 500px;
  position: relative;
  overflow: hidden;
}
img.pulse-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-banner-content {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  left: 2.5%;
}
img.pulse-banner-img-text {
  height: 100px;
}
p.pulse-banner-text {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 23px;
  margin: 20px 0px 0px 6px;
}
.p-blue-bg {
  width: 100%;
  height: 200px;
  background-color: #002043;
  border-radius: 10px;
  padding: 10px;
  margin: 30px 0px;
}
.border-div {
  width: 100%;
  height: 100%;
  background-color: #002043;
  border: 2px solid #ffffff;
}

.p-single-option a:hover img.p-option-icon {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

img.p-option-icon {
  height: 225px;
  transition: all ease 0.3s;
}

.p-single-option a:hover .p-option-text {
  background: #0050a9;
  transition: all ease 0.3s;
}

.p-option-text {
  transition: all ease 0.3s;
  background: #012853;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 21px;
  margin: 20px 0px 20px 0px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  min-width: 250px;
}
.p-single-option {
  display: flex;
  flex-direction: column;
  align-items: center;
}
p.page-title {
  color: #001c3c;
  font-size: 35px;
  font-weight: 700;
}
/* NEW DESIGN ENDS */



























@media (max-width: 991px) {
  .nd .single-banner-option-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0px;
    justify-content: center;
    margin-top: 20px;
  }
  .nd .single-banner-option {
    width: 153px;
  }
  .nd .single-banner-option p {
    font-size: 12px;
  }

  .nd .single-banner-option img {
    height: 60px;
  }








  .carousel-item {
    height: 380px;
  }
  .carousel-content {
    left: 18px;
    width: 80%;
    top: 90px;
  }
  .carousel-content h5.big-caption {
    font-size: 17px;
    width: 65%;
  }
  .carousel-content p.small-caption {
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 0px;
    width: 65%;
  }
  img.slider-img {
    position: absolute;
    top: 83px;
    width: 80%;
    object-fit: contain;
    right: 0px;
  }
  .mt-5, .my-5 {
    margin-top: 2rem!important;
  }
  .btn-primary, .btn-secondary {
    font-size: 11px;
  }
  .text-info {
    font-size: 11px;
  }
  .hp-single-column img {
    height: 120px;
  }
  .hp-single-column h5 {
    margin-top: 25px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .hp-single-column p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .hp-single-column {
    margin-bottom: 20px;
  }
  .hp-text-heading {
    text-align: center;
    padding: 0px;
  }
  .hp-text-heading p {
    font-size: 13px;
    margin-top: 20px;
  }
  .hp-text-heading p a {
    font-size: 13px;
    margin-left: 4px;
  }
  .large-content {
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    flex-direction: column-reverse;
  }
  .large-content p.first {
    font-size: 15px;
    text-align: center;
  }
  .large-content .left-area {
    width: 100%;
  }
  .large-content p.second {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }
  .large-content p.third {
    font-size: 14px;
    text-align: center;
  }
  .large-content p.fourth {
    font-size: 14px;
    text-align: center;
  }
  img.large-section-small-img {
    opacity: 0.4;
    right: 0px;
  }
  img.large-section-img {
    width: 100%;
  }
  .hp-numbers {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .single-number {
    text-align: center;
    width: 33%;
  }
  p.number-amount {
    font-size: 35px;
  }
  p.number-desc {
    font-size: 10px;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: uppercase;
    width: 75%;
    text-align: center;
    margin: 0 auto;
  }
  .course .header-area p.title {
    font-size: 15px;
  }
  .course .header-area p.sub-title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 7px;
  }
  .arrow-area {
    display: flex;
    margin-left: 25px;
  }
  .course .header-area .arrow-area a {
    width: 35px;
    height: 35px;
  }
  .single-course img.course-image {
    height: 160px;
  }
  .course-middle p.course-heading {
    font-size: 15px;
    margin: 5px 0px 10px;
  }
  .course-middle p.course-subheading {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .course-middle {
    height: 175px;
  }
  .course-bottom {
    padding: 10px;
  }
  .course-bottom p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  img.course-options-icon {
    height: 20px;
    width: 20px !important;
  }
  img.course-options-icon2 {
    height: 20px;
    width: 15px !important;
  }
  .top-categories {
    padding: 30px 0px 35px;
  }
  .top-categories p.heading {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .top-categories p.sub-heading {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
  }
  .category-container .single-category {
    width: 115px;
    height: 108px;
  }
  .upgrade-area .large-content {
    margin-top: 0px;
  }
  .second-2 {
    font-size: 25px;
    line-height: unset;
    text-align: center;
    padding-right: 0px !important;
  }
  .large-content p.fourth {
    font-size: 14px;
    text-align: center;
  }
  .upgrade-area .large-content .right-area {
    width: 100%;
    text-align: center;
  }
  
  .hp-testimonial {
    padding: 0px 0px 0px;
  }
  .testi-heading {
    font-size: 15px;
  }
  p.big-text {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 33px;
  }
  .hp-text-heading{
    padding: 0px 0px !important ;
  }
  .hp-text-heading.media-q {
    padding: 120px 0px !important ;
  }
  img.large-blue {
    height: 60px;
  }
  img.large-blue-triple {
    height: 35px;
  }
  p.faq-heading {
    font-size: 15px;
    text-align: center;
  }
  p.faq-big-text {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  img.faq-image {
    position: relative;
    left: -18px;
    right: 0px;
    width: 100%;
    margin-bottom: 45px;
    margin-top: -20px;
  }
  p.faq-more {
    font-size: 13px;
    text-align: center;
  }
  .footer-breadcrumbs {
    width: 100%;
    flex-direction: column;
    padding: 0px 35px 23px 25px;
  }
  .footer-breadcrumbs ul {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-breadcrumbs .left-area li {
    margin: 0.5rem 1rem;
  }
  .footer-breadcrumbs .right-area .social-media li a {
    margin: 0rem 1.2rem;
  }
  .footer-copyright {
    justify-content: center;
    flex-direction: column;
    padding: 25px 15px 20px 15px;
  }
  .footer-copyright div{
    width: 100%;
  }
  p.copyright-text {
    font-size: 13px;
    text-align: center;
  }
  .footer-copyright ul {
    justify-content: center;
    margin: 15px 0px 0px;
    padding: 15px 0px 0px;
    width: 100%;
    border-top: 1px solid #2f6da2;
  }
  .footer-copyright ul li {
    margin: 0px;
    color: #fff;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }
  .hp-faq-area {
    padding: 70px 0px 20px;
    min-height: 450px;
  }

  .mob-right-aca-bottom {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
    padding-left: 8px;
  }
  .mob-right-aca {
    flex-direction: column;
  }
  .nd .divider-top {
    display: none;
  }
  .nd .top-white-button {
    margin: 20px 0px 0px;
  }
 

  /* SIDE MENU */
  .navbar-collapse {
    position: fixed;
    right: -190px;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #00264e, #00264e);
    width: 190px;
    padding: 15px;
    transition: all ease 0.2s;
    border-left: 1px solid rgb(255 255 255 / 13%);
  }
  .navbar-collapse.show {
    right: 0px;
    transition: all ease 0.2s;
  }
  .menu-overlay{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(0 0 0 / 42%);
  }
  ul.navbar-nav li.nav-item:first-child {
    margin-left: 0px;
  }
  .ls-area {
    margin-top: 15%;
    border-top: 1px solid #4a8cd2;
    left: 0px;
    right: 0px;
    bottom: 30px;
    padding: 20px 0px 0px;
  }
  .signup-btn {
    margin: 0px !important;
  }
  .signup-btn {
    margin: 10px 0px 0px!important;
    width: fit-content;
    font-size: 12px;
  }
  nav.custom-navbar li.nav-item .nav-link {
    color: #ffffff;
  }
  p.sidemenu-copyright {
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.3;
    font-weight: 100;
    left: 25px;
    right: 0px;
    text-align: left;
    display: block;
  }
  .header-bg {
    background-image: url(../img/inner-page-container-bg.jpg);
    display: flex;
    align-items: center;
    background-size: cover;
  }
  .nav-link {
    padding: .5rem 1rem !important;
  }


  p.course-heading {
    font-size: 30px;
    text-align: center;
  }
  p.course-sub-heading {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .course-facts {
    justify-content: center ;
    flex-wrap: wrap;
  }
  .course-single-fact {
    margin-right: 20px;
    margin-top: 15px;
  }
  .course-single-fact span.course-single-fact-text {
    font-size: 14px;
  }
  .course-single-fact img.course-single-fact-img {
    height: 19px;
  }
  .course-detail-right-area {
    position: relative;
    top: 30px;
    left: 0px;
    right: 0px;
  }
  .overview p.overview-desc {
    font-size: 14px;
  }
  .course-curriculum-icon-video, .course-curriculum-icon {
    font-size: 14px;
    height: 25px;
    width: 25px;
  }
  p.course-curriculum-info {
    font-size: 13px;
  }
  p.course-curriculum-desc {
    display: none;
  }
  
  .left-content-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-two-start {
    padding: 0px 4% 0px;
  }
  

  .sh-banner {
    height: 325px;
  }
  .sh-banner-content {
    top: 0px;
    transform: translateY(0%);
  }
  .sh-banner-content p.sh-heading-banner {
    font-size: 30px;
      line-height: normal;
    padding-right: 10%;
    margin-top: 10px;
  }
  .sh-banner-content p.sh-heading-heading {
    font-size: 15px;
    padding-right: 5%;
  }
  .sh-banner img.sh-banner-girl {
    display: none;
  }
  .welcome-back {
    padding: 50px 0px;
  }
  .single-wb {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .single-wb a {
    margin-right: 0px !important;
  }
  .owl-carouselSHWelcome .single-wb img {
    height: 154px;
    width: 100% !important;
  }
  span.course-detail-play {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }
  p.wb-lesson-info {
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
  }
  p.wb-lesson-name {
    font-size: 13px;
    text-align: center;
    height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  p.wb-progress {
    font-size: 11px;
    text-align: center;
  }
  .sh-welcome-navigation {
    left: 15px;
    right: 15px;
    bottom: -70px;
  }
  .highest-rated img.blue-bg-img {
    margin-top: 35px;
  }
  .highest-rated {
    padding: 30px 0px;
  }
  .header-bar-user-area .btn-group, .header-bar-user-area .btn-group-vertical {
    display: block;
  }
  .student-profile-top .profile-info {
    flex-direction: column;
  }
  .student-profile-top .profile-info .dp-container {
    margin-right: 0px;
  }
  p.profile-name, p.profile-age, p.profile-since {
    text-align: center;
  }
  .course-info {
    justify-content: center;
    flex-wrap: wrap;
  }
  .course-completed {
    width: 50%;
  }
  .student-profile-top .sp-bottom ul {
    overflow-x: scroll;
    justify-content: flex-start !important;
  }
  .student-profile-top .sp-bottom ul li{
    min-width: fit-content;
    margin-right: 10px;
  }
  .profile-information-div {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .profile-option-desc.table-responsive table {
    margin-top: 10px;
  }
  nav.custom-navbar.shadow-added {
    box-shadow: 1px 1px 10px 2px #00000036;
  }
  /* .collapse:not(.show) {
    display: unset;
  } */

  .dash-table .table td, .dash-table .table th {
    word-break: normal;
  }

  tbody tr {
    display: table-row;
  }

  .profile-option-desc.table-responsive table {
    margin-top: 10px;
  }

  .ang-single-right.table-responsive table {
    margin-top: 15px;
  }
  .course-info, .sp-bottom ul {
    justify-content: center!important;
  }
  .dashboard-widget a.text-info {
    width: 100px;
    text-align: right;
  }
  .orange {
    flex-direction: column;
  }
  .dashboard-widget.orange .input-group {
    justify-content: flex-start!important;
    width: 100%!important;
    margin-top: 15px;
  }
  .dashboard-widget.orange .input-group input {
    width: auto!important;
  }
  .btn-danger {
    font-size: 11px;
  }
  .ctext {
    position: unset;
    margin-top: 25px;
  }
  .login-two-container {
    background: #f5f5f5;
  }
  .signup-single-plan p.plan-name {
    font-size: 15px;
  }
  .signup-single-plan p.plan-duration {
    font-size: 12px;
  }
  .signup-single-plan span.plan-icon-pop {
    height: 35px;
    width: 35px;
    font-size: 17px;
  }


  



    
}




/* MEDIA QUERY */
@media (max-width: 767px) {
  img.pulse-banner-img-text {
    height: 100px;
    width: 90%;
    object-fit: contain;
}
  .navbar-collapse .dropdown-menu {
    min-width: 9rem;
  }
  .navbar-collapse .dropdown-item {
    font-size: 13px;
    padding: 0.25rem 0.5rem;
  }
  .contact-right-form-container {
    margin: 0% 1%;
  }
  .nd nav.custom-navbar li.nav-item .nav-link {
    color: #ffffff !important;
    font-weight: 500;
  }
  .nd span.header-user-name {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
  }
  .header-bar-user-area {
    padding: 0.5rem 1rem !important;
  }
  .pia .header-bar-user-area {
    padding: 0rem !important;
  }
  .dropdown-toggle i.fas.fa-angle-down {
    color: #ffffff !important;
  }
  .nd .sh-banner-content p.sh-heading-banner {
    font-size: 30px;
    line-height: normal;
  }
  .profile-information > div {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .fl-co {
    flex-direction: column;
  }
  .search-stu-container {
    width: 100%;
  }
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap button:first-child {
    margin: 0 0 10px!important;
    width: 100%;
  }
  .btn-wrap button {
    margin: 0!important;
    width: 100%;
    font-size: 11px;
  }
  .footer-breadcrumbs .left-area li {
    margin: 0.5rem 3.4rem;
  }
  .upgrade-area .right-area iframe {
    width: 100%;
    height: auto !important;
    border: 0px;
  }
  .login-page-bg {
    height: 210px;
  }
  .login-bg {
    height: 210px;
    position: relative;
  }

  /* FILTER AREA */

  
  .owl-carouselSHWelcome .single-wb img {
    height: 184px;
    width: 100% !important;
  }
  .login-two-start {
    padding: 50px 4% 50px;
  }
  .login-two-start {
    justify-content: flex-start;
    height: auto;
  }
  .frame {
    position: unset;
    height: 210px;
  }
  .course-starts {
    flex-direction: column;
  }
  .course-starts .left-area {
    width: 100%;
    min-height: auto;
  }
  .course-starts .right-area {
    width: 100%;
    position: relative;
    right: 0;
    background: #fff;
  }
  .course-starts .left-area .left-area-header {
    padding: 20px;
    height: auto;
  }
  .course-starts .leaft-area-heading-container {
    width: 50%;
  }
  .leaft-area-heading-container p {
    font-size: 15px;
  }
  .video-area, .video-area video {
    height: auto;
  }
  .video-area, .video-area video {
    height: auto;
  }
  .video-content-area {
    padding: 20px;
    margin: 0;
  }
  .course-starts .right-area .right-area-header {
    padding: 10px 15px;
  }
  .right-area .chapters {
    padding: 25px 15px 50px;
    height: calc(100% - 101px)!important;
  } 
  .single-chapter-content p, .single-chapter-content p a {
    flex: 1;
  }
}


/* MEDIA QUERY */
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .carousel-item{
    height: 590px;
    background: #eae6e3;
  }
}

@media only screen 
and (min-device-width: 300px) 
and (max-device-width: 767px) 
and (orientation: landscape) {
  p.sidemenu-copyright {
    display: none;
  }
  .navbar-collapse {
    padding: 15px 15px 45px 15px;
    overflow-y: auto;
  }
  .login-two-start {
    height: 100%;
    padding: 50px 4% 30px;
  }
  .tab-wrapper {
    height: 50px;
  }
  .login-two-container {
    overflow: hidden;
    background-color: whitesmoke;
  }
  .ctext {
    display: none;
  }
}

.dropdown-menu {
  margin: 0.8rem 0 0;
}




.highlight-button {
  background: #1381be;
  padding: 9px 15px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
}
/* Shine */
.shine:after {
content: "";
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  animation: slide 2s infinite;
  opacity: 0.8;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
@keyframes slide {
0% {transform:translateX(-100%);}
100% {transform:translateX(100%);}
}

.butn:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all ease 0.3s;
}



.bottom-fixed {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  background-color: #011c38;
  padding: 19px 25px;
  border-radius: 6px;
  box-shadow: 1px 1px 18px 0px #00000036;
  left: 50%;
  transform: translateX(-50%);
  width: 470px;
}

.bottom-fixed div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-fixed p {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.job-desc-area {
  padding-bottom: 70px;
}




@media only screen and (max-width: 450px) {
  .job-desc-area {
    padding-bottom: 130px;
  }
  .bottom-fixed {
    width: 90%;
  }
  .bottom-fixed div {
    flex-direction: column;
  }
}