@font-face {
  font-family: "WorkSans-ExtraBold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/frontend/WorkSans-ExtraBold.eot");
  src: url("../../../assets/fonts/frontend/WorkSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/WorkSans-ExtraBold.woff") format("woff"), url("../../../assets/fonts/frontend/WorkSans-ExtraBold.ttf") format("truetype"), url("../../../assets/fonts/frontend/WorkSans-ExtraBold.svg#WorkSans-ExtraBold") format("svg");
}
@font-face {
  font-family: "WorkSans-Light";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/frontend/WorkSans-Light.eot");
  src: url("../../../assets/fonts/frontend/WorkSans-Light.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/WorkSans-Light.woff") format("woff"), url("../../../assets/fonts/frontend/WorkSans-Light.ttf") format("truetype"), url("../../../assets/fonts/frontend/WorkSans-Light.svg#WorkSans-Light") format("svg");
}
@font-face {
  font-family: "WorkSans-Regular";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/frontend/WorkSans-Regular.eot");
  src: url("../../../assets/fonts/frontend/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/WorkSans-Regular.woff") format("woff"), url("../../../assets/fonts/frontend/WorkSans-Regular.ttf") format("truetype"), url("../../../assets/fonts/frontend/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
}
@font-face {
  font-family: "WorkSans-SemiBold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/frontend/WorkSans-SemiBold.eot");
  src: url("../../../assets/fonts/frontend/WorkSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/WorkSans-SemiBold.woff") format("woff"), url("../../../assets/fonts/frontend/WorkSans-SemiBold.ttf") format("truetype"), url("../../../assets/fonts/frontend/WorkSans-SemiBold.svg#WorkSans-SemiBold") format("svg");
}
@font-face {
  font-family: "WorkSans-Medium";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/frontend/WorkSans-Medium.eot");
  src: url("../../../assets/fonts/frontend/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/WorkSans-Medium.woff") format("woff"), url("../../../assets/fonts/frontend/WorkSans-Medium.ttf") format("truetype"), url("../../../assets/fonts/frontend/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
}
@font-face {
  font-family: "WorkSans-Bold";
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
  src: url("../../../assets/fonts/frontend/WorkSans-Bold.eot");
  src: url("../../../assets/fonts/frontend/WorkSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/WorkSans-Bold.woff") format("woff"), url("../../../assets/fonts/frontend/WorkSans-Bold.ttf") format("truetype"), url("../../../assets/fonts/frontend/WorkSans-Bold.svg#WorkSans-Bold") format("svg");
}
.font-rg {
  font-family: "WorkSans-Regular" !important;
}

.font-lt {
  font-family: "WorkSans-Light" !important;
}

.font-sm {
  font-family: "WorkSans-SemiBold" !important;
}

.font-md {
  font-family: "WorkSans-Medium" !important;
}

.font-bd {
  font-family: "WorkSans-Bold" !important;
}

.bg-grey {
  background-color: #F3F3F3;
}

a.default-color {
  color: #2B2B2B;
}
a.default-color:hover {
  color: #676767;
}
a.theme-color {
  color: #747474;
}
a.theme-color:hover {
  color: #676767;
}
a:focus-visible {
  outline: none;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
@keyframes spinner-border {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes wave {
  0% {
    transform: rotate(0deg) translate(0px, 25px);
    opacity: 0.5;
  }
  50% {
    transform: rotate(180deg) translate(0px, -8px);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) translate(0px, 25px);
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  @keyframes wave {
    0% {
      transform: rotate(0deg) translate(0px, 20px);
      opacity: 0.5;
    }
    50% {
      transform: rotate(180deg) translate(0px, -6px);
      opacity: 1;
    }
    100% {
      transform: rotate(360deg) translate(0px, 20px);
      opacity: 0.5;
    }
  }
}
@keyframes progressive {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes move {
  0% {
    transform: translate(0), rotate(0);
  }
  100% {
    transform: translate(425px, 620px) rotate(180deg);
  }
}
@keyframes move2 {
  0% {
    transform: translate(90px, 0), rotate(0);
  }
  100% {
    transform: translate(540px, 620px) rotate(180deg);
  }
}
@keyframes move3 {
  0% {
    transform: translate(130px, 0), rotate(0);
  }
  100% {
    transform: translate(555px, 620px) rotate(180deg);
  }
}
@keyframes move4 {
  0% {
    transform: translate(0), rotate(0);
  }
  100% {
    transform: translate(-525px, 620px) rotate(-180deg);
  }
}
@keyframes move5 {
  0% {
    transform: translate(-90px, 0), rotate(0);
  }
  100% {
    transform: translate(-540px, 620px) rotate(-180deg);
  }
}
@keyframes move6 {
  0% {
    transform: translate(-130px, 0), rotate(0);
  }
  100% {
    transform: translate(-555px, 620px) rotate(-180deg);
  }
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "WorkSans-Regular";
  background: #ffffff;
  position: relative;
  color: #2B2B2B;
}
@media (max-width: 1599px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 14px;
  }
}

a,
.btn {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #E1E1E1;
}

::-webkit-scrollbar-thumb {
  background-color: #B6B6B6;
  border-radius: 8px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1442px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.topPad {
  padding-top: 71px;
}
@media (max-width: 1599px) {
  .topPad {
    padding-top: 55px;
  }
}
@media (max-width: 767.98px) {
  .topPad {
    padding-top: 52px;
  }
}

.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000;
  opacity: 0.07;
}

#toast-container {
  line-height: 1.3;
}

#toast-container .toastr.toast-error {
  background-color: #dd0707;
  opacity: 10;
  box-shadow: none;
}

#toast-container .toast-close-button {
  font-size: 14px;
  opacity: 1;
}

#toast-container .toast-close-button:hover,
#toast-container .toast-close-button:focus {
  color: #fff;
}

.mainContent {
  padding: 40px 0;
}
@media (max-width: 1599px) {
  .mainContent {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .mainContent {
    padding: 20px 10px;
  }
}

.cusPad {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .cusPad {
    margin-bottom: 15px;
  }
}

.h24 {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .h24 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .h24 {
    font-size: 18px !important;
    padding: 25px 0 !important;
  }
}
@media (max-width: 767.98px) {
  .h24 {
    font-size: 14px !important;
  }
}

.h40 {
  font-size: 40px;
  font-family: "WorkSans-SemiBold";
}
@media (max-width: 1399px) {
  .h40 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .h40 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .h40 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .h40 {
    font-size: 20px;
  }
}

.reddot {
  background-color: #D85D5D;
  width: 7px;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 7px;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .reddot {
    top: 0;
  }
}

.grayBox {
  padding: 50px;
  height: 100%;
  background-color: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  min-height: 560px;
  position: relative;
}
.grayBox_heading {
  font-size: 48px;
  font-family: "WorkSans-SemiBold";
}
.grayBox_Subheading {
  font-family: "WorkSans-SemiBold";
}
.grayBox_Subtitle {
  font-family: "WorkSans-Medium";
  font-size: 24px;
}
.grayBox_Ctn {
  font-size: 18px;
  color: #ABABAB;
  max-width: 360px;
  margin: 0 auto;
}
.grayBox_time span {
  font-size: 14px;
  vertical-align: middle;
  color: rgba(0, 51, 89, 0.4);
}
.grayBox_img {
  padding: 60px 0px 30px;
}
.grayBox_icon {
  width: 70px;
  height: 70px;
  font-size: 30px;
  display: inline-block;
  border-radius: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.grayBox_icon .icon {
  margin-left: 3px;
  color: #ffffff;
}
.grayBox-Videoicon, .grayBox-lock {
  background-color: #003359;
}
.grayBox-close {
  background-color: red;
}
@media (min-width: 1599px) {
  .grayBox_icon {
    margin-top: 30px;
  }
}
@media (max-width: 1679px) {
  .grayBox {
    padding: 40px;
    min-height: 460px;
    height: 100%;
  }
  .grayBox_heading {
    font-size: 36px;
  }
  .grayBox_Subheading {
    font-size: 30px;
  }
  .grayBox_Subtitle {
    font-size: 22px;
  }
  .grayBox_img {
    padding: 40px 0px 30px;
  }
  .grayBox_icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .grayBox .pt-4 {
    padding-top: 15px !important;
  }
}
@media (max-width: 1599px) {
  .grayBox {
    padding: 30px;
    height: 100%;
    min-height: auto;
  }
  .grayBox_heading {
    font-size: 30px;
  }
  .grayBox_Subheading {
    font-size: 24px;
  }
  .grayBox_Subtitle {
    font-size: 18px;
  }
  .grayBox_Ctn {
    font-size: 16px;
  }
  .grayBox_img {
    padding: 20px 0px;
  }
  .grayBox_icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .grayBox .pt-4 {
    padding-top: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .grayBox {
    padding: 30px;
    height: 100%;
    min-height: auto;
  }
  .grayBox_heading {
    font-size: 34px;
  }
  .grayBox_Subheading {
    font-size: 26px;
  }
  .grayBox_Subtitle {
    font-size: 20px;
  }
  .grayBox .pt-4 {
    padding-top: 0px !important;
  }
}
@media (max-width: 991.98px) {
  .grayBox {
    min-height: 300px;
    padding: 20px;
  }
  .grayBox_heading {
    font-size: 24px;
  }
  .grayBox_Subheading {
    font-size: 18px;
  }
  .grayBox_Subtitle {
    font-size: 16px;
  }
  .grayBox_img {
    padding: 10px 0px 15px;
  }
  .grayBox_Ctn {
    font-size: 14px;
  }
  .grayBox_icon {
    font-size: 18px;
    padding: 14px;
  }
}
@media (max-width: 767.98px) {
  .grayBox {
    padding: 15px;
    min-height: 200px;
    height: calc(100% - 15px);
    margin-bottom: 15px;
  }
  .grayBox_heading {
    font-size: 20px;
    margin-bottom: 0;
  }
  .grayBox_Subheading {
    font-size: 16px;
  }
  .grayBox_Subtitle {
    font-size: 14px;
  }
  .grayBox_icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.studentClassInfo {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  height: calc(100% - 15px);
  margin-bottom: 15px;
}
.studentClassInfo-grey {
  background-color: #f8f9fb;
}
.studentClassInfo-left h4 {
  font-size: 15px;
  line-height: normal;
  font-family: "WorkSans-Bold";
}
.studentClassInfo-left h5 {
  font-size: 14px;
  line-height: normal;
  font-family: "WorkSans-Medium";
  margin-bottom: 0;
}
.studentClassInfo-right .dateTime {
  font-size: 14px;
  line-height: normal;
  font-family: "WorkSans-Bold";
  color: #75D569;
}
@media (min-width: 1200px) {
  .studentClassInfo {
    margin-bottom: 10px;
    height: calc(100% - 10px);
  }
  .studentClassInfo-left h4 {
    font-size: 20px;
    line-height: normal;
  }
  .studentClassInfo-left h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .studentClassInfo-right .dateTime {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .studentClassInfo {
    padding: 30px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
  }
  .studentClassInfo-left h4 {
    font-size: 26px;
    line-height: 35px;
  }
  .studentClassInfo-left h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .studentClassInfo-right .dateTime {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 1599px) {
  .studentClassInfo .graybox_ctn {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.customTable .green {
  background-color: #ECF9EB;
}
.customTable .grey {
  background-color: #C8C8C8;
}
.customTable table {
  background-color: #ffffff;
  border-color: #DBDFEA !important;
  border-radius: 4px;
  margin-bottom: 0;
}
.customTable table th {
  border-color: #DBDFEA;
}
.customTable table th, .customTable table td {
  font-size: 18px;
  font-family: "WorkSans-Medium";
  color: #8091A7;
  padding: 15px 30px;
  white-space: nowrap;
}
.customTable table td {
  height: 70px;
}
.customTable table td .day {
  font-size: 14px;
  font-family: "WorkSans-Regular";
}
.customTable table td .date {
  color: #000;
}
.customTable-md table th,
.customTable-md table td {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 8px !important;
  font-family: "WorkSans-Regular";
}
.customTable-md table td .day {
  font-size: 10px;
}
.customTable-md table td .time {
  font-family: "WorkSans-Medium";
}
.customTable-md .studentPresentation li:not(:last-child) {
  margin-bottom: 8px;
}
.customTable-md .studentPresentation li .date {
  color: #8091A7;
  font-family: "WorkSans-Regular";
}
.customTable-md .studentPresentation li .time {
  color: #000;
}
@media (max-width: 1599px) {
  .customTable table th, .customTable table td {
    font-size: 14px;
    padding: 10px 20px;
  }
  .customTable table td {
    height: 50px;
  }
}

.studentPresentation li {
  padding-left: 12px;
  position: relative;
}
.studentPresentation li:not(:last-child) {
  margin-bottom: 12px;
}
.studentPresentation li:before {
  position: absolute;
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7F96A8;
  left: 0;
  top: 6px;
}

.customRow {
  margin-right: -10px;
  margin-left: -10px;
}
.customRow > .col,
.customRow > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

#toast-container {
  line-height: 1.3;
}

#toast-container .toastr.toast-error {
  background-color: #dd0707;
  opacity: 10;
  box-shadow: none;
}

#toast-container .toast-close-button {
  font-size: 14px;
  opacity: 1;
}

#toast-container .toast-close-button:hover,
#toast-container .toast-close-button:focus {
  color: #fff;
}

.no-gutters > [class*=col-] {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .no-gutters > [class*=col-] {
    margin-bottom: 15px;
  }
}

.headcontent h2 {
  font-size: 24px;
  line-height: 28px;
  color: #2b2b2b;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .headcontent h2 {
    font-size: 20px;
  }
}

.btn {
  cursor: pointer;
  line-height: normal;
  font-size: 16px;
  height: 50px;
  padding: 10px 30px;
  border-radius: 0px;
  font-family: "WorkSans-Regular";
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-150 {
  min-width: 150px;
}
.btn-lg {
  height: 60px;
  padding: 14px 30px;
}
.btn-md {
  height: 44px;
  padding: 10px 25px;
}
.btn-sm {
  height: 36px;
  font-size: 13px;
  padding: 8px 20px;
}
.btn.btn-warning {
  border-color: #747474;
  color: #ffffff;
  background: #747474;
}
.btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning:not(:disabled):not(.disabled):active {
  background: #7e7e7e;
  color: #ffffff;
  border-color: #7e7e7e;
}
.btn.btn-warning:focus {
  border-color: #747474;
  color: #ffffff;
  background: #747474;
}
.btn.btn-outline-warning {
  border-color: #747474;
  color: #747474;
  background: transparent;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:active, .btn.btn-outline-warning:not(:disabled):not(.disabled):active, .btn.btn-outline-warning:focus {
  background: #7e7e7e;
  color: #ffffff;
  border-color: #7e7e7e;
  box-shadow: none;
}
.btn.btn-rounded {
  border-radius: 2px;
}
@media (max-width: 1599px) {
  .btn {
    font-size: 15px;
  }
  .btn-lg {
    height: 50px;
    padding: 10px 25px;
  }
  .btn-md {
    height: 40px;
    padding: 9px 20px;
  }
  .btn-sm {
    height: 32px;
    padding: 6px 20px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    height: 40px;
    padding: 8px 15px;
    font-size: 14px;
  }
  .btn-md {
    height: 40px;
    padding: 8px 15px;
    font-size: 14px;
  }
  .btn-lg {
    height: 44px;
    padding: 8px 20px;
  }
}
.btn.btn-primary {
  background-color: #003359;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  padding: 14px 15px;
  font-family: "WorkSans-Medium";
  height: 60px;
  color: #fff;
}

.form-group, .input-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label, .input-group label {
  margin-bottom: 8px;
  color: #2B2B2B;
  font-family: "WorkSans-Medium";
  font-size: 16px;
}
.form-group .form-control, .input-group .form-control {
  border-color: #E6E6E6;
  color: #2B2B2B;
  background-color: #ffffff;
  padding: 14px 15px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
}
.form-group .form-control:focus, .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #747474;
}
.form-group .form-control:valid:focus, .form-group .form-control:invalid:focus, .input-group .form-control:valid:focus, .input-group .form-control:invalid:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control:disabled, .form-group .form-control[readonly], .input-group .form-control:disabled, .input-group .form-control[readonly] {
  background-color: #edecec;
  color: #2B2B2B;
}
.form-group .form-control::-webkit-outer-spin-button, .form-group .form-control::-webkit-inner-spin-button, .input-group .form-control::-webkit-outer-spin-button, .input-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group .form-control::-moz-placeholder, .input-group .form-control::-moz-placeholder {
  color: #ABABAB;
}
.form-group .form-control::placeholder, .input-group .form-control::placeholder {
  color: #ABABAB;
}
.form-group-icon .form-control, .input-group-icon .form-control {
  padding-right: 50px !important;
}
.form-group-icon .icon, .input-group-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  height: 100%;
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: #ffffff;
}
.form-group textarea, .input-group textarea {
  resize: none;
}
.form-group textarea.form-control, .input-group textarea.form-control {
  height: auto;
}
.form-group ::-webkit-input-placeholder, .input-group ::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.form-group :-moz-placeholder, .input-group :-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.form-group ::-moz-placeholder, .input-group ::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.form-group :-ms-input-placeholder, .input-group :-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
@media (max-width: 1199.98px) {
  .form-group, .input-group {
    margin-bottom: 15px;
  }
  .form-group label, .input-group label {
    font-size: 14px;
  }
  .form-group .form-control, .input-group .form-control {
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
  }
  .form-group-icon .form-control, .input-group-icon .form-control {
    padding-right: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .form-group label, .form-group .form-control, .input-group label, .input-group .form-control {
    font-size: 14px;
  }
}

.focusField ::-webkit-input-placeholder {
  opacity: 0;
}
.focusField :-moz-placeholder {
  opacity: 0;
}
.focusField ::-moz-placeholder {
  opacity: 0;
}
.focusField :-ms-input-placeholder {
  opacity: 0;
}
.focusField input:focus, .focusField textarea:focus {
  background-color: #fff;
}
.focusField input:focus ~ label, .focusField textarea:focus ~ label, .focusField.isFocused label, .focusField.hash-value label {
  font-size: 12px;
  color: #747474;
  font-family: "WorkSans-SemiBold";
  margin-bottom: 0;
  background-color: #F7F8F9;
  top: -8px;
  left: 16px;
  padding: 0 5px;
}
.focusField input:-webkit-autofill,
.focusField input:-webkit-autofill:hover,
.focusField input:-webkit-autofill:focus,
.focusField textarea:-webkit-autofill,
.focusField textarea:-webkit-autofill:hover,
.focusField textarea:-webkit-autofill:focus {
  background-color: #fff !important;
}
.focusField input:-webkit-autofill ~ label,
.focusField input:-webkit-autofill:hover ~ label,
.focusField input:-webkit-autofill:focus ~ label,
.focusField textarea:-webkit-autofill ~ label,
.focusField textarea:-webkit-autofill:hover ~ label,
.focusField textarea:-webkit-autofill:focus ~ label {
  top: -8px;
  left: 16px;
  padding: 0 5px;
  font-size: 12px;
  color: #747474;
  font-family: "WorkSans-SemiBold";
  margin-bottom: 0;
  background-color: #F7F8F9;
}
.focusField label {
  position: absolute;
  cursor: text;
  opacity: 1;
  transition: 0.2s ease all;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 10px;
  left: 18px;
  color: #2B2B2B;
  font-family: "WorkSans-Regular";
  z-index: 3;
  margin: 0;
}
.focusField .wpcf7-form-control-wrap:focus-within ~ label {
  font-size: 12px;
  color: #747474;
  font-family: "WorkSans-SemiBold";
  margin-bottom: 0;
  background-color: #F7F8F9;
  top: -8px;
  left: 16px;
  padding: 0 5px;
}
@media (max-width: 1599px) {
  .focusField label {
    top: 8px;
    left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .focusField label {
    top: 9px;
  }
}

.custom-checkbox, .custom-radio {
  padding-left: 26px;
  line-height: normal;
  min-height: auto;
}
.custom-checkbox.custom-control-inline:last-child, .custom-radio.custom-control-inline:last-child {
  margin-right: 0;
}
.custom-checkbox .custom-control-input, .custom-radio .custom-control-input {
  z-index: 1;
  cursor: pointer;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before, .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #d6d6d6;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d6d6d6;
}
.custom-checkbox.interactive-effect .custom-control-label:after, .custom-radio.interactive-effect .custom-control-label:after {
  animation: radius-shadow 0.4s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #4BA5E3;
  border-radius: 3px;
  background: #4BA5E3;
}
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #ABABAB;
  font-family: "WorkSans-Regular";
}
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: transparent;
  top: 2px;
  border: 2px solid #E2EEFA;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  top: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.custom-checkbox.custom-radio, .custom-radio.custom-radio {
  min-height: 19px;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #2B2B2B;
  font-family: "WorkSans-Medium";
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #4BA5E3;
  background-image: none;
  content: "";
  border-radius: 50%;
}
.custom-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #4BA5E3;
  border-radius: 50%;
  background-color: transparent;
}
.custom-checkbox.custom-radio .custom-control-label:before, .custom-checkbox.custom-radio .custom-control-label:after, .custom-radio.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:after {
  border-radius: 50%;
  content: "";
  border-color: #DFDFDF;
}
.custom-checkbox.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:before {
  height: 18px;
  width: 18px;
  border: 2px solid #DFDFDF;
}
.custom-checkbox.custom-radio .custom-control-label:after, .custom-radio.custom-radio .custom-control-label:after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 7px;
  background-color: #d6d6d6;
}

.custom-checkbox {
  padding-left: 30px;
  min-height: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #ABABAB;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #747474;
  background: #747474;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  width: 15px;
  height: 15px;
  background-image: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 6px;
  left: 7px;
  transform: rotate(41deg);
}
.custom-checkbox .custom-control-input {
  width: 16px;
  height: 16px;
}
.custom-checkbox .custom-control-label {
  color: #ABABAB;
  min-height: 16px;
  vertical-align: baseline;
  line-height: normal;
  margin-bottom: 0;
}
.custom-checkbox .custom-control-label:before {
  width: 20px;
  height: 20px;
  border-width: 2px;
  top: 1px;
}
@media (max-width: 1599px) {
  .custom-checkbox {
    padding-left: 25px;
  }
  .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
    border-width: 1px;
    top: 1px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    top: 2px;
    left: 5px;
  }
}
@media (max-width: 575.98px) {
  .custom-checkbox .custom-control-label {
    padding-top: 2px;
  }
  .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    width: 5px;
    height: 10px;
    background-size: 8px;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232;
}

.wpcf7-form .wpcf7-response-output {
  color: #28a745;
  margin-top: 10px;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.error {
  color: #dc3232 !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../../../assets/fonts/frontend/icomoon.eot?82x1zc");
  src: url("../../../assets/fonts/frontend/icomoon.eot?82x1zc#iefix") format("embedded-opentype"), url("../../../assets/fonts/frontend/icomoon.ttf?82x1zc") format("truetype"), url("../../../assets/fonts/frontend/icomoon.woff?82x1zc") format("woff"), url("../../../assets/fonts/frontend/icomoon.svg?82x1zc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
  content: "\e92f";
}

.icon-upload-profile:before {
  content: "\e92d";
}

.icon-left-arrow:before {
  content: "\e92b";
}

.icon-right-arrow:before {
  content: "\e92c";
}

.icon-arrow-down:before {
  content: "\e928";
}

.icon-arrow-up:before {
  content: "\e92a";
}

.icon-vocabulary:before {
  content: "\e929";
}

.icon-globe:before {
  content: "\e927";
}

.icon-phone:before {
  content: "\e924";
}

.icon-location:before {
  content: "\e925";
}

.icon-mail:before {
  content: "\e926";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-eye:before {
  content: "\e90e";
}

.icon-mission:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e910";
}

.icon-linkedIn:before {
  content: "\e911";
}

.icon-facebook:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-snapchat:before {
  content: "\e914";
}

.icon-learning:before {
  content: "\e915";
}

.icon-setting:before {
  content: "\e916";
}

.icon-tutors:before {
  content: "\e917";
}

.icon-stages:before {
  content: "\e919";
}

.icon-calendar:before {
  content: "\e91a";
}

.icon-classes:before {
  content: "\e91b";
}

.icon-schedule:before {
  content: "\e91c";
}

.icon-chat:before {
  content: "\e91d";
}

.icon-grammar:before {
  content: "\e91e";
}

.icon-abc:before {
  content: "\e921";
}

.icon-skills:before {
  content: "\e922";
}

.icon-pen:before {
  content: "\e923";
}

.icon-contract:before {
  content: "\e907";
}

.icon-email:before {
  content: "\e908";
}

.icon-time:before {
  content: "\e909";
}

.icon-video-icon:before {
  content: "\e904";
}

.icon-sign-out-alt:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-notification:before {
  content: "\e901";
}

.icon-camera:before {
  content: "\e91f";
}

.icon-pencil-fill:before {
  content: "\e920";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-checkmark:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e90d";
}

.icon-settings:before {
  content: "\e92e";
}

.icon-share:before {
  content: "\e918";
}

.icon-pause:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.badge {
  position: relative;
  border: 1px solid currentColor;
  line-height: 1.125rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.01em;
  vertical-align: middle;
}

.badge .icon + span,
.badge span + .icon {
  padding-left: 8px;
}

.badge-sm {
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
}

.badge-sm.badge-pill {
  padding: 0.3125rem 0.875rem;
}

.badge-md {
  padding: 0.47rem 1rem;
  font-size: 0.8125rem !important;
}

.badge-lg {
  padding: 0.75rem 1.25rem;
  font-size: 0.93rem !important;
}

.badge-xl {
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem !important;
}

.badge-light {
  color: #364a63;
}

.badge-lighter {
  color: #526484;
}

.badge-primary {
  border-color: #431897;
}

.badge-secondary {
  border-color: #364a63;
}

.badge-success {
  border-color: #1ee0ac;
}

.badge-info {
  border-color: #09c2de;
}

.badge-warning {
  border-color: #f4bd0e;
}

.badge-danger {
  border-color: #e85347;
}

.badge-dark {
  border-color: #1c2b46;
}

.badge-gray {
  border-color: #8091a7;
}

.badge-light {
  border-color: #ede7fa;
}

.badge-lighter {
  border-color: #f5f6fa;
}

.badge-outline-primary {
  color: #431897;
  border-color: #7ccef5;
}

.badge-outline-secondary {
  color: #364a63;
  border-color: #8692a1;
}

.badge-outline-success {
  color: #1ee0ac;
  border-color: #78eccd;
}

.badge-outline-info {
  color: #09c2de;
  border-color: #6bdaeb;
}

.badge-outline-warning {
  color: #f4bd0e;
  border-color: #f8d76e;
}

.badge-outline-danger {
  color: #e85347;
  border-color: #f19891;
}

.badge-outline-dark {
  color: #1c2b46;
  border-color: #778090;
}

.badge-outline-gray {
  color: #8091a7;
  border-color: #b3bdca;
}

.badge-outline-light {
  color: #b7c2d0;
  border-color: #d4dae3;
}

.badge-outline-lighter {
  color: #ede7fa;
  border-color: #eff2f7;
}

.badge-dim.badge-primary {
  color: #431897;
  background-color: #e7f6fd;
  border-color: #e7f6fd;
}

.badge-dim.badge-outline-primary {
  color: #431897;
  background-color: #e7f6fd;
  border-color: #a7dff9;
}

.badge-dim.badge-secondary {
  color: #364a63;
  background-color: #e9ebee;
  border-color: #e9ebee;
}

.badge-dim.badge-outline-secondary {
  color: #364a63;
  background-color: #e9ebee;
  border-color: #afb7c1;
}

.badge-dim.badge-success {
  color: #1ee0ac;
  background-color: #e6fcf6;
  border-color: #e6fcf6;
}

.badge-dim.badge-outline-success {
  color: #1ee0ac;
  background-color: #e6fcf6;
  border-color: #a5f3de;
}

.badge-dim.badge-info {
  color: #09c2de;
  background-color: #e4f8fb;
  border-color: #e4f8fb;
}

.badge-dim.badge-outline-info {
  color: #09c2de;
  background-color: #e4f8fb;
  border-color: #9de7f2;
}

.badge-dim.badge-warning {
  color: #f4bd0e;
  background-color: #fef8e4;
  border-color: #fef8e4;
}

.badge-dim.badge-outline-warning {
  color: #f4bd0e;
  background-color: #fef8e4;
  border-color: #fbe59f;
}

.badge-dim.badge-danger {
  color: #e85347;
  background-color: #fceceb;
  border-color: #fceceb;
}

.badge-dim.badge-outline-danger {
  color: #e85347;
  background-color: #fceceb;
  border-color: #f6bab5;
}

.badge-dim.badge-dark {
  color: #1c2b46;
  background-color: #e6e8eb;
  border-color: #e6e8eb;
}

.badge-dim.badge-outline-dark {
  color: #1c2b46;
  background-color: #e6e8eb;
  border-color: #a4aab5;
}

.badge-dim.badge-gray {
  color: #8091a7;
  background-color: #f1f3f5;
  border-color: #f1f3f5;
}

.badge-dim.badge-outline-gray {
  color: #8091a7;
  background-color: #f1f3f5;
  border-color: #ccd3dc;
}

.badge-dim.badge-light {
  color: #b7c2d0;
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}

.badge-dim.badge-outline-light {
  color: #b7c2d0;
  background-color: #f7f8fa;
  border-color: #e2e7ec;
}

.badge-dim.badge-lighter {
  color: #ede7fa;
  background-color: #fcfdfe;
  border-color: #fcfdfe;
}

.badge-dim.badge-outline-lighter {
  color: #ede7fa;
  background-color: #fcfdfe;
  border-color: #f5f6fa;
}

.badge-dot {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding-left: 12px;
  padding-right: 0;
  font-size: 12px;
}

.badge-dot:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-top: -1px;
  border-radius: 50%;
  background: currentColor;
}

.badge-dot.has-bg {
  border-radius: 20px;
  padding: 3px 12px 3px 24px;
}

.badge-dot.has-bg:before {
  left: 12px;
  margin-top: 0;
}

.badge-dot.badge-sm,
.badge-dot.badge-md {
  padding-left: 16px;
}

.badge-dot.badge-sm:before,
.badge-dot.badge-md:before {
  height: 8px;
  width: 8px;
  margin-top: 0;
}

.badge-dot.badge-sm.has-bg,
.badge-dot.badge-md.has-bg {
  border-radius: 20px;
  padding: 5px 12px 5px 28px;
}

.badge-dot.badge-sm.has-bg:before,
.badge-dot.badge-md.has-bg:before {
  left: 12px;
}

.badge-dot.badge-lg,
.badge-dot.badge-xl {
  padding-left: 24px;
}

.badge-dot.badge-lg:before,
.badge-dot.badge-xl:before {
  height: 12px;
  width: 12px;
  margin-top: 0;
}

.badge-dot.badge-primary {
  color: #431897;
}

.badge-dot.badge-primary.has-bg {
  background-color: rgba(36, 174, 239, 0.15);
}

.badge-dot.badge-secondary {
  color: #364a63;
}

.badge-dot.badge-secondary.has-bg {
  background-color: rgba(54, 74, 99, 0.15);
}

.badge-dot.badge-success {
  color: #1ee0ac;
}

.badge-dot.badge-success.has-bg {
  background-color: rgba(30, 224, 172, 0.15);
}

.badge-dot.badge-info {
  color: #09c2de;
}

.badge-dot.badge-info.has-bg {
  background-color: rgba(9, 194, 222, 0.15);
}

.badge-dot.badge-warning {
  color: #f4bd0e;
}

.badge-dot.badge-warning.has-bg {
  background-color: rgba(244, 189, 14, 0.15);
}

.badge-dot.badge-danger {
  color: #e85347;
}

.badge-dot.badge-danger.has-bg {
  background-color: rgba(232, 83, 71, 0.15);
}

.badge-dot.badge-dark {
  color: #1c2b46;
}

.badge-dot.badge-dark.has-bg {
  background-color: rgba(28, 43, 70, 0.15);
}

.badge-dot.badge-gray {
  color: #8091a7;
}

.badge-dot.badge-gray.has-bg {
  background-color: rgba(128, 145, 167, 0.15);
}

.badge-dot.badge-light {
  color: #b7c2d0;
}

.badge-dot.badge-light.has-bg {
  background-color: rgba(183, 194, 208, 0.15);
}

.badge-dot.badge-lighter {
  color: #ede7fa;
}

.badge-dot.badge-lighter.has-bg {
  background-color: rgba(229, 233, 242, 0.15);
}

.mainHeader {
  background-color: #747474;
  padding: 4px 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.mainHeader .rightblock_ul {
  list-style: none;
  margin-bottom: 0;
}
.mainHeader .rightblock .notificationmenu {
  font-size: 24px;
  margin-right: 50px;
}
.mainHeader .rightblock .notificationmenu_link {
  color: #ffffff;
  position: relative;
}
.mainHeader .rightblock .notificationmenu .dropdown-toggle {
  color: #ffffff;
}
.mainHeader .rightblock .notificationmenu .dropdown-toggle::after {
  display: none;
}
.mainHeader .rightblock .notificationmenu .dropdown-toggle .reddot {
  top: 0;
  right: 0;
}
.mainHeader .rightblock .notificationmenu .dropdown-menu {
  padding: 0;
  border: none;
  margin-top: 10px;
}
.mainHeader .rightblock .notification {
  -o-box-shadow: 0 10px 10px 0 rgba(4, 4, 4, 0.0196078431);
  -ms-box-shadow: 0 10px 10px 0 rgba(4, 4, 4, 0.0196078431);
  box-shadow: 0 10px 10px 0 rgba(4, 4, 4, 0.0196078431);
}
.mainHeader .rightblock .notification_header {
  padding: 12px 20px;
}
.mainHeader .rightblock .notification_link {
  font-size: 12px;
}
.mainHeader .rightblock .notification_list {
  -o-box-shadow: 0 0 15px 0 #f5f5f5;
  -ms-box-shadow: 0 0 15px 0 #f5f5f5;
  box-shadow: 0 0 15px 0 #f5f5f5;
  max-height: 350px;
  overflow-y: overlay;
  padding: 15px 20px 0;
}
.mainHeader .rightblock .notification_lable {
  font-size: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}
.mainHeader .rightblock .notification_item {
  padding-bottom: 5px;
}
.mainHeader .rightblock .notification_item_left {
  height: 32px;
  min-width: 32px;
  font-size: 10px;
}
.mainHeader .rightblock .notification_item_left .reddot {
  top: 0;
  right: 0;
}
.mainHeader .rightblock .notification_item_right {
  font-size: 13px;
  padding-left: 10px;
}
.mainHeader .rightblock .notification_footer {
  padding: 12px 15px;
}
.mainHeader .rightblock .profilemenu .dropdown-toggle::before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 8px;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.mainHeader .rightblock .profilemenu .dropdown-toggle::after {
  display: none;
}
.mainHeader .rightblock .profilemenu .dropdown-menu {
  border: none;
  padding: 22px 16px;
  margin-top: 10px;
  min-width: 190px;
  border-radius: 5px;
  -o-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.0509803922);
  -ms-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.0509803922);
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list {
  padding-left: 0px;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li {
  font-size: 14px;
  display: block;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li:not(:last-child) {
  margin-bottom: 20px;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a {
  padding: 0;
  font-family: "WorkSans-Medium";
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a span {
  margin-right: 5px;
  font-size: 17px;
  color: #7F96A8;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a:hover {
  background-color: transparent;
  color: #7F96A8;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a:active {
  background-color: #ffffff;
  color: #2B2B2B;
}
.mainHeader .rightblock .profilemenu .dropdown-menu_list li a:focus-visible {
  outline: none;
}
.mainHeader .rightblock .profilemenu_img {
  width: 45px;
  height: 45px;
  margin-right: 30px;
  border-radius: 50px;
  overflow: hidden;
}
.mainHeader .rightblock .profilemenu_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  .mainHeader {
    padding: 0px 40px;
  }
  .mainHeader .navbar-brand_img {
    width: 80px;
  }
  .mainHeader .rightblock .profilemenu_img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .mainHeader {
    padding: 0px 20px;
  }
  .mainHeader .rightblock .notificationmenu {
    margin-right: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .mainHeader .navbar-brand_img {
    width: 70px;
  }
  .mainHeader .rightblock_ul_img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }
  .mainHeader .rightblock_ul .dropdown-menu {
    padding: 15px;
  }
  .mainHeader .rightblock_ul .dropdown-menu li {
    display: block;
  }
  .mainHeader .rightblock_ul .dropdown-menu li .dropdown-item {
    font-size: 14px;
  }
  .mainHeader .rightblock_ul .dropdown-menu li:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .mainHeader .rightblock .notificationmenu {
    margin-right: 15px;
    font-size: 20px;
  }
  .mainHeader .rightblock .notificationmenu .dropdown-menu {
    min-width: 270px;
  }
  .mainHeader .rightblock .notification {
    min-width: auto;
  }
  .mainHeader .rightblock .notification_header, .mainHeader .rightblock .notification_footer {
    padding: 5px 15px;
  }
  .mainHeader .rightblock .notification_list {
    padding: 10px 15px 0;
  }
  .mainHeader .rightblock .notification_item {
    padding-bottom: 0;
  }
  .mainHeader .rightblock .notification_item_right {
    font-size: 12px;
  }
  .mainHeader .rightblock .profilemenu_img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575.98px) {
  .mainHeader .notificationmenu .dropdown-menu {
    left: auto;
    right: -90px;
  }
}

.loginPage {
  background-image: url("../../../assets/images/frontend/login-bg.jpg");
  background-position: top center;
  background-size: cover;
  color: #ffffff;
}
.loginPage .formbox {
  width: 100%;
  padding: 45px 0px;
  background-color: rgba(43, 43, 43, 0.8);
}
.loginPage .formbox_heading {
  font-family: "WorkSans-Medium";
  font-size: 80px;
}
.loginPage .loginform .form-control {
  font-size: 20px;
  text-align: center;
  border: none;
}
.loginPage .loginform .form-control::-moz-placeholder {
  color: #ABABAB;
}
.loginPage .loginform .form-control::placeholder {
  color: #ABABAB;
}
@media screen and (min-width: 1699px) {
  .loginPage .container {
    max-width: 1680px;
  }
}
@media screen and (max-width: 1699px) {
  .loginPage .formbox_heading {
    font-size: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 1499px) {
  .loginPage .formbox_heading {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .loginPage .formbox_heading {
    font-size: 36px;
    text-align: center;
  }
  .loginPage .formbox .logo_img {
    max-height: 100px;
  }
  .loginPage .loginform .form-control {
    font-size: 14px;
  }
  .loginPage .loginform .btn-primary {
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
  }
}
@media (max-width: 991.98px) {
  .loginPage .container {
    padding: 0 20px;
    max-width: 550px;
  }
  .loginPage .formbox_heading {
    font-size: 30px;
    margin: 20px 0;
  }
  .loginPage .formbox .logo {
    text-align: center;
  }
  .loginPage .formbox .logo_img {
    max-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .loginPage .formbox {
    padding: 20px 0px;
  }
  .loginPage .formbox_heading {
    font-size: 20px;
  }
  .loginPage .formbox .logo_img {
    max-height: 60px;
  }
}

.videoPage .videoBox {
  position: relative;
}
.videoPage .videoBox_videoPlay {
  width: 70px;
  height: 70px;
  background-color: #003359;
  border: 2px solid #003359;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 30px;
  left: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
.videoPage .videoBox_videoPlay:hover {
  background-color: transparent;
  color: #003359;
}
@media (max-width: 1679px) {
  .videoPage .videoBox_videoPlay {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .videoPage .videoBox_videoPlay {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .videoPage .videoBox_videoPlay {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .videoPage .videoBox_videoPlay {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.profilePage .profile {
  height: calc(100vh - 200px);
}
.profilePage .profile_left {
  position: relative;
  top: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 340px;
  min-width: 340px;
  flex: 0 0 340px;
  border-radius: 5px 0 0 5px;
  background-color: #003359;
  border: 1px solid #003359;
}
.profilePage .profile_right {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex: 1 1;
  border: 1px solid #E6E6E6;
  padding: 50px 10px 10px 65px;
  border-radius: 0 5px 5px 0;
}
.profilePage .profile_Info {
  padding: 15px;
}
@media (max-width: 1399px) {
  .profilePage .profile_right {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profile_right {
    padding: 30px 10px 10px 30px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .profile {
    height: auto;
  }
  .profilePage .profile_left {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    min-width: 100%;
  }
  .profilePage .profile_right {
    padding: 15px;
  }
}
.profilePage .profileInfo {
  padding: 50px 0px;
}
.profilePage .profileInfo .imgUpload {
  position: relative;
  width: 115px;
  height: 115px;
  margin: 0 auto 10px;
}
.profilePage .profileInfo .imgUpload_label {
  position: absolute;
  cursor: pointer;
  border: 1px solid #E6E6E6;
  right: 0px;
  bottom: 8px;
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
}
.profilePage .profileInfo .imgUpload_label em {
  color: #003359;
  font-size: 14px;
}
.profilePage .profileInfo_name {
  color: #ffffff;
  font-size: 24px;
}
.profilePage .profileInfo_email {
  color: #60798D;
}
.profilePage .profileInfo_email .icon-email {
  font-size: 12px;
}
@media (max-width: 1399px) {
  .profilePage .profileInfo {
    padding: 40px 0px;
  }
  .profilePage .profileInfo .imgUpload {
    width: 100px;
    height: 100px;
  }
  .profilePage .profileInfo_name {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profileInfo {
    padding: 30px 0px;
  }
  .profilePage .profileInfo_name {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .profileInfo {
    padding: 20px 0px;
  }
  .profilePage .profileInfo .imgUpload {
    width: 80px;
    height: 80px;
  }
  .profilePage .profileInfo .imgUpload_label {
    right: 0px;
    width: 24px;
    height: 24px;
  }
  .profilePage .profileInfo .imgUpload_label em {
    font-size: 12px;
  }
  .profilePage .profileInfo_name {
    font-size: 16px;
  }
}
.profilePage .profileMenu {
  border-top: 1px solid rgba(96, 121, 141, 0.5);
  padding-top: 50px;
  padding-left: 65px;
}
.profilePage .profileMenu_list:not(:last-child) {
  margin-bottom: 30px;
}
.profilePage .profileMenu_list_menu {
  color: #7F96A8;
  font-size: 16px;
}
.profilePage .profileMenu_list_menu.active, .profilePage .profileMenu_list_menu:hover {
  color: #ffffff;
  font-family: "WorkSans-Medium";
}
@media (max-width: 1399px) {
  .profilePage .profileMenu {
    padding-top: 40px;
    padding-left: 30px;
  }
  .profilePage .profileMenu_list:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profileMenu {
    padding-top: 30px;
    padding-left: 20px;
  }
  .profilePage .profileMenu_list:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .profileMenu {
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .profilePage .profileMenu_list {
    display: inline-block;
    margin-bottom: 0px;
  }
  .profilePage .profileMenu_list_menu {
    font-size: 14px;
  }
  .profilePage .profileMenu_list:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 15px;
  }
}
.profilePage .userDetail_heading {
  font-size: 32px;
  margin-bottom: 50px;
}
.profilePage .userDetail_list li:not(:last-child) {
  margin-bottom: 25px;
}
.profilePage .userDetail_list .name {
  color: #757575;
  min-width: 110px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .profilePage .userDetail_heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .profilePage .userDetail_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .userDetail_heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .profilePage .userDetail_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .userDetail_heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .profilePage .userDetail_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .userDetail_list li .name {
    display: block;
  }
}

.notification {
  min-width: 420px;
}
.notification_link {
  font-size: 14px;
  font-family: "WorkSans-Medium";
  color: #4BA5E3;
}
.notification_header {
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E6E6E6;
}
.notification_list {
  padding: 20px 0 0;
}
.notification_lable {
  font-size: 14px;
  font-family: "WorkSans-Medium";
  color: #ABABAB;
}
.notification_lable:first-child {
  padding-top: 0;
}
.notification_item {
  padding-bottom: 20px;
}
.notification_item_left {
  min-width: 60px;
  height: 60px;
  font-size: 20px;
  font-family: "WorkSans-SemiBold";
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  background: #F99746;
  position: relative;
}
.notification_item_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification_item_right {
  padding-left: 20px;
  width: 95%;
}
.notification_item_right span {
  font-family: "WorkSans-Medium";
}
.notification_item_right p:nth-of-type(1) {
  max-width: 485px;
}
.notification_footer {
  text-align: center;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .notification {
    min-width: auto;
  }
  .notification_link {
    font-size: 12px;
  }
  .notification_lable {
    font-size: 12px;
  }
  .notification_item {
    padding-bottom: 10px;
  }
  .notification_item_right {
    font-size: 12px;
    width: 90%;
    padding-left: 10px;
  }
  .notification_item_right p:last-child {
    padding-top: 0;
  }
  .notification_item_left {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.forgotPassword {
  height: 100vh;
}
.forgotPassword .formbox {
  max-width: 500px;
}
.forgotPassword .formbox_heading {
  color: #003359;
}
.forgotPassword .formbox_para {
  padding-bottom: 30px;
}
.forgotPassword .formbox .btn-primary {
  height: 56px;
  font-size: 18px;
}
.forgotPassword .resetform .form-control {
  height: 56px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 30px;
}
.forgotPassword .resetform .form-control::-moz-placeholder {
  color: #ABABAB;
}
.forgotPassword .resetform .form-control::placeholder {
  color: #ABABAB;
}
.forgotPassword .resetform_link {
  font-family: "WorkSans-Medium";
  text-decoration: underline;
  font-size: 14px;
  color: #003359;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .forgotPassword {
    height: 100%;
    padding-top: 100px;
  }
  .forgotPassword .formbox {
    margin-right: auto;
  }
  .forgotPassword .formbox_para {
    padding-bottom: 15px;
  }
  .forgotPassword .formbox .btn-primary {
    height: auto;
    font-size: 14px;
    padding: 12px 15px;
  }
  .forgotPassword .resetform .form-control {
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .forgotPassword .formbox_para {
    padding-bottom: 0;
  }
}

.studentClass .user-info h5 {
  font-size: 20px;
  font-family: "WorkSans-Medium";
}
.studentClass .user-info span {
  font-size: 13px;
  color: rgba(43, 43, 43, 0.6);
}
.studentClass_head {
  margin-bottom: 35px;
}
.studentClass_head img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.studentClass_head h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "WorkSans-SemiBold";
  color: #2B2B2B;
  margin-bottom: 0px;
}
.studentClass_head p {
  font-size: 20px;
  line-height: 24px;
  font-family: "WorkSans-Medium";
  color: #747474;
  margin-bottom: 0px;
}
.studentClass .progresslevel {
  font-size: 14px;
  line-height: 16px;
  font-family: "WorkSans-SemiBold";
  color: #2B2B2B;
  text-transform: uppercase;
  padding-left: 8px;
  position: relative;
}
.studentClass .progresslevel::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #364963;
  left: 0px;
}
.studentClass .progressSlider {
  width: 100%;
  margin-bottom: 25px;
}
.studentClass .progressSlider_left {
  width: 132px;
  margin-right: 35px;
  flex-shrink: 0;
}
.studentClass .progressSlider_right {
  width: calc(100% - 170px);
}
.studentClass .progressSlider_right .customGutters {
  margin-right: -3px;
  margin-left: -3px;
}
.studentClass .progressSlider_right .customGutters .col {
  min-width: 108px;
}
.studentClass .progressSlider_right .customGutters > .col,
.studentClass .progressSlider_right .customGutters > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
  margin-top: 6px;
}
.studentClass .progressSlider_right button:focus {
  outline: none;
}
.studentClass .progressSlider_right .slick-prev, .studentClass .progressSlider_right .slick-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.studentClass .progressSlider_right .slick-prev em, .studentClass .progressSlider_right .slick-next em {
  color: #003359;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.studentClass .progressSlider_right .slick-prev {
  left: -15px;
  z-index: 1;
}
.studentClass .progressSlider_right .slick-next {
  right: -15px;
}
.studentClass .progressSlider_right .slick-disabled {
  display: none !important;
}
.studentClass .progressSlider_right .classSlidercnt {
  height: 60px;
  background-color: #f8f9fb;
  position: relative;
}
.studentClass .progressSlider_right .classSlidercnt .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #F3F3F3;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar {
  position: relative;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  border-radius: 5px;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar.border-danger:after {
  background-color: #F3A3A3;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar.border-gray:after {
  background-color: #CED7DF;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar.border-success:after {
  background-color: #B1EDD6;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar.bg-danger {
  background-color: #faddda !important;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar.bg-gray {
  background-color: #e6e9ed !important;
}
.studentClass .progressSlider_right .classSlidercnt .progress-bar.bg-success {
  background-color: #e1f8ef !important;
}
.studentClass .progressSlider_right .classSliderdetails {
  padding: 10px 12px;
  position: relative;
}
.studentClass .progressSlider_right .classSliderdetails h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  text-overflow: ellipsis;
}
.studentClass .progressSlider_right .classSliderdetails h4,
.studentClass .progressSlider_right .classSliderdetails span {
  font-size: 14px;
  line-height: 18px;
  font-family: "WorkSans-Medium";
  color: #2B2B2B;
  margin-bottom: 4px;
}
.studentClass .progressSlider_right .classSliderdetails p {
  font-size: 14px;
  font-family: "WorkSans-Medium";
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
  padding-right: 4px;
}
.studentClass .progressSlider_right .classSliderdetails span {
  color: #2B2B2B;
}
.studentClass .progressSlider_right .classSliderdetails span.complete {
  color: #6addaf;
}
.studentClass .progressSlider_right .classSliderdetails span.danger {
  color: #D90000;
}
.studentClass .progressSlider_right .classSliderdetails span.gray {
  color: #ABABAB;
}
.studentClass .progressSlider_right .classSliderdetails .checkicon {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #6addaf;
  border-radius: 50%;
  padding: 5px;
}
.studentClass .progressSlider_right .classSliderdetails .checkicon em {
  color: #fff;
  font-size: 10px;
}
.studentClass .partition {
  position: relative;
}
.studentClass .statustxt {
  margin: 10px 0px;
}
.studentClass .statustxt p {
  font-size: 14px;
  line-height: 19px;
  font-family: "WorkSans-Medium";
  color: #747474;
  margin-right: 12px;
}
.studentClass .progresscnt {
  margin-bottom: 40px;
}
.studentClass .progresscnt span {
  font-size: 12px;
  color: #747474;
  line-height: 14px;
  font-family: "WorkSans-Medium";
}
.studentClass .progresscnt p {
  font-size: 14px;
  line-height: 16px;
  font-family: "WorkSans-Medium";
  color: #2b2b2b;
}
.studentClass .progresscnt .progress {
  margin: 4px 0px;
  background-color: #e6e6e6;
  border-radius: 2px;
}
.studentClass .progresscnt .progress-bar {
  background-color: #003359;
  border-radius: 2px;
}
.studentClass .nextpresentation {
  margin-top: 15px;
}
.studentClass .nextpresentation h4 {
  font-size: 16px;
  line-height: 19px;
  color: #747474;
  font-family: "WorkSans-Medium";
}
.studentClass .nextpresentation p {
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  font-weight: 600;
}
.studentClass .nextpresentation_left {
  margin-right: 40px;
}
.studentClass .progress {
  background-color: #e6e6e6;
  border-radius: 2px;
  height: 6px;
}
.studentClass .progress-bar {
  border-radius: 2px;
}
@media (max-width: 1599px) {
  .studentClass_head {
    margin-bottom: 10px;
  }
  .studentClass_head h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .studentClass_head p {
    font-size: 18px;
    line-height: 20px;
  }
  .studentClass_head img {
    width: 40px;
    height: 40px;
  }
  .studentClass .nextpresentation {
    margin-top: 10px;
  }
  .studentClass .nextpresentation p {
    font-size: 14px;
  }
  .studentClass .progressSlider {
    margin-bottom: 10px;
  }
  .studentClass .progressSlider_left {
    margin-right: 30px;
  }
}
@media (max-width: 1399px) {
  .studentClass .tab-content .headcontent {
    padding: 20px;
  }
  .studentClass .tab-content .headcontent h2 {
    font-size: 20px;
  }
  .studentClass .badge {
    padding: 5px 12px 5px 24px;
    height: 28px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 1199px) {
  .studentClass .h-100 {
    height: auto !important;
  }
  .studentClass_head {
    margin-bottom: 20px;
  }
  .studentClass_head img {
    width: 50px;
    height: 50px;
  }
  .studentClass .nextpresentation_left {
    margin-right: 15px;
  }
  .studentClass .nextpresentation h4,
  .studentClass .nextpresentation p {
    font-size: 14px;
    line-height: 14px;
  }
  .studentClass .progresscnt {
    margin-bottom: 20px;
  }
  .studentClass .progresscnt p {
    font-size: 13px;
  }
  .studentClass .progressSlider_left {
    margin-right: 20px;
  }
  .studentClass .progressSlider_right {
    width: calc(100% - 165px);
  }
  .studentClass .progressSlider_right .slick-prev, .studentClass .progressSlider_right .slick-next {
    width: 25px;
    height: 25px;
  }
  .studentClass .progressSlider_right .slick-prev {
    left: -16px;
  }
  .studentClass .progressSlider_right .slick-next {
    right: -16px;
  }
  .studentClass .progressSlider_right .classSliderdetails {
    padding: 4px 8px 8px 8px;
  }
  .studentClass .progressSlider_right .classSliderdetails h3 {
    font-size: 14px;
  }
  .studentClass .progressSlider_right .classSliderdetails h4 {
    font-size: 13px;
  }
  .studentClass .progressSlider_right .classSliderdetails .checkicon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .studentClass_head h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .studentClass_head p {
    font-size: 14px;
    line-height: 20px;
  }
  .studentClass_head img {
    width: 45px;
    height: 45px;
  }
  .studentClass .progresscnt {
    margin-bottom: 15px;
  }
  .studentClass .partition::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .studentClass .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .studentClass .progressSlider_right {
    width: 100%;
  }
  .studentClass .progressSlider_right .slick-next {
    right: -10px;
  }
  .studentClass .progressSlider_right .slick-prev {
    left: -10px;
  }
  .studentClass .progressSlider_right .classSliderdetails {
    padding: 4px 12px 8px 15px;
  }
  .studentClass .progressSlider_right .classSliderdetails .checkicon {
    right: 13px;
  }
  .studentClass .progressSlider_left {
    width: 100%;
    margin-right: 0px;
  }
}
.studentClass .card-inner-group .card-inner:not(:last-child) {
  border-bottom: 1px solid #dbdfea;
}

.red-color {
  color: rgb(245, 7, 7) !important;
}
