.main-heading {
  font-size: 22px;
}

.sub-heading {
  font-size: 15px;
}

.normal-font {
  font-size: 13px;
}

.pr-text-space {
  white-space: pre-line;
}

/*****************************
  Typography
*****************************/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 22px;
  color: #626262;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #626262;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  color: #003F9E;
  text-decoration: none !important;
}

a:hover {
  color: #003F9E;
  text-decoration: none !important;
}

input {
  outline: medium none !important;
  color: #4CB666;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #003F9E;
  margin-top: 0px;
}

.h1 a, h1 a,
.h2 a, h2 a,
.h3 a, h3 a,
.h4 a, h4 a,
.h5 a, h5 a,
.h6 a, h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

.h1,
h1 {
  font-size: 52px;
  line-height: 62px;
}

.h2,
h2 {
  font-size: 42px;
  line-height: 52px;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 46px;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 38px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 34px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  line-height: 22px;
}

.lead {
  font-size: 16px;
}

small,
.small {
  font-size: 12px;
}

*::-moz-selection {
  background: #4CB666;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #4CB666;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #4CB666;
  color: #ffffff;
  text-shadow: none;
}

/* Flaticon */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}

/* Inner header */
.inner-header {
  padding: 35px 0;
}

.inner-header .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

.inner-header .breadcrumb .breadcrumb-item {
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
}

.inner-header .breadcrumb .breadcrumb-item a {
  color: #626262;
}

.inner-header .breadcrumb .breadcrumb-item a:hover {
  color: #4CB666;
}

.inner-header .breadcrumb .breadcrumb-item.active {
  color: #4CB666;
}

.inner-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  padding-right: 10px;
}

.inner-header .breadcrumb-title {
  font-size: 30px;
  line-height: 34px;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .h3,
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .h4,
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .h5,
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .h2,
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .h5,
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .h6,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .h3,
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  /* Inner header */
  .inner-header .breadcrumb {
    margin: 0 auto;
    text-align: center;
  }
  .inner-header .breadcrumb-title {
    font-size: 24px;
  }
}

.montFam {
  font-family: "Montserrat", sans-serif;
}

/*****************************
  Helper Classes
*****************************/
/* Color */
.text-primary {
  color: #4CB666 !important;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #003F9E !important;
}

.text-light {
  color: #626262 !important;
}

.text-light-gray {
  color: #cccccc !important;
}

.text-muted {
  color: #999999 !important;
}

.text-body {
  color: #626262 !important;
}

/* Background */
.bg-primary {
  background-color: #4CB666 !important;
}

.bg-dark {
  background-color: #003F9E !important;
}

.bg-gray {
  background-color: #707173 !important;
}

/* Border */
.border-primary {
  border-color: #4CB666 !important;
}

.border-dark {
  border-color: #003F9E !important;
}

.border-gray {
  border-color: #707173 !important;
}

/* Page section padding */
.space-ptb {
  padding: 40px 0;
}

.space-pt {
  padding-top: 40px;
}

.space-pb {
  padding-bottom: 40px;
}

.space-sm-ptb {
  padding: 70px 0;
}

.space-sm-pt {
  padding-top: 70px;
}

.space-sm-pb {
  padding-bottom: 70px;
}

.h-100vh {
  height: 100vh !important;
}

/* Half Overlay */
.half-overlay:before {
  content: "";
  background: #003F9E;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  border-radius: 50px 0 50px 0;
}

.half-overlay.left-position:before {
  left: 0;
}

.half-overlay.right-position:before {
  right: 0;
}

/* Img Holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(0, 63, 158, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(0, 63, 158, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(0, 63, 158, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(0, 63, 158, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(0, 63, 158, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba(0, 63, 158, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(0, 63, 158, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(0, 63, 158, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(0, 63, 158, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(76, 182, 102, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(76, 182, 102, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(76, 182, 102, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(76, 182, 102, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* Avatar */
.avatar {
  min-width: 50px;
  width: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  min-width: 20px;
  width: 20px;
}

.avatar.avatar-md {
  min-width: 80px;
  width: 80px;
}

.avatar.avatar-lg {
  min-width: 90px;
  width: 90px;
}

/* Border width */
.border {
  border-color: #e8e8e8;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

/* Z index */
.z-index-1 {
  z-index: 1;
}

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

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

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

/* Opacity */
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 70px 0;
  }
  .space-pt {
    padding-top: 70px;
  }
  .space-pb {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 60px 0;
  }
  .space-pt {
    padding-top: 60px;
  }
  .space-pb {
    padding-bottom: 60px;
  }
  /* Half Overlay */
  .half-overlay:before {
    content: none;
  }
  /* Border */
  .border-lg-none {
    border: none !important;
  }
}

@media (max-width: 767px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0;
  }
  .space-pt {
    padding-top: 50px;
  }
  .space-pb {
    padding-bottom: 50px;
  }
  .container {
    max-width: 100%;
  }
  /* Border */
  .border-md-none {
    border: none !important;
  }
}

@media (max-width: 575px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 40px 0;
  }
  .space-pt {
    padding-top: 40px;
  }
  .space-pb {
    padding-bottom: 40px;
  }
  /* Border */
  .border-sm-none {
    border: none !important;
  }
}

.tab-content .tab-pane .bg-orange {
  background-color: #FF9B00;
}

.nav-pills .bg-oran.active {
  background-color: #FF9B00 !important;
}

.bg-orange {
  background-color: #FF9B00;
}

/*****************************
  Button
*****************************/
button {
  outline: medium none !important;
  color: #4CB666;
}

/* Btn */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 14px 26px;
  font-weight: 700;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #003F9E;
}

.btn.list-active:hover, .btn.active:hover {
  -webkit-transform: none;
          transform: none;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: none;
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: none;
}

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show > .btn-primary.dropdown-toggle {
  background: #4CB666;
  border-color: #4CB666;
}

.btn-primary {
  background: #4CB666;
  border-color: transparent;
  color: #ffffff;
}

.btn-primary.btn-secondary {
  background: #003F9E;
}

.btn-primary:hover {
  background: #FF9B00;
  border-color: transparent;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: none;
  border-color: #4CB666;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: none;
  border-color: #4CB666;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: none;
  border-color: #4CB666;
  color: #4CB666;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #4CB666;
  border-color: #4CB666;
}

.btn-primary.focus,
.btn-primary:focus {
  background: #4CB666;
  border-color: #4CB666;
}

/* flat style */
.btn-primary.btn-flat:hover {
  background: #003F9E;
  border-color: #003F9E;
  color: #ffffff;
}

.btn-primary.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #003F9E;
  border-color: #003F9E;
  color: #ffffff;
}

.btn-dark.btn-flat:hover {
  background: #4CB666;
  border-color: #4CB666;
  color: #ffffff;
}

.btn-dark.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #4CB666;
  border-color: #4CB666;
  color: #ffffff;
}

.btn-light.btn-flat:hover {
  background: #4CB666;
  border-color: #4CB666;
  color: #ffffff;
}

.btn-light.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #4CB666;
  border-color: #4CB666;
  color: #ffffff;
}

.btn-dark {
  background: #003F9E;
  border-color: #003F9E;
}

.btn-dark:hover {
  background: none;
  border-color: #003F9E;
  color: #003F9E;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background: #003F9E;
  border-color: #003F9E;
}

.btn-dark.focus,
.btn-dark:focus {
  background: #003F9E;
  border-color: #003F9E;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn + .btn {
  margin-left: 3px;
}

/* Link */
.btn-link {
  color: #4CB666;
  padding: 0;
}

.btn-link:hover {
  color: #003F9E;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #003F9E;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #003F9E;
}

.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #003F9E;
}

.btn-light:hover {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-light:active {
  color: #003F9E;
}

.btn-light:focus {
  color: #003F9E;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

a.text-dark {
  color: #003F9E !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #4CB666 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Button Size */
.btn.btn-sm {
  padding: 12px 22px;
  font-size: 13px;
  line-height: 18px;
}

.btn.btn-md {
  padding: 14px 26px;
  line-height: 22px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 16px 30px;
  font-size: 15px;
  line-height: 24px;
}

.btn.btn-xl {
  padding: 18px 32px;
  font-size: 16px;
  line-height: 24px;
}

/* Button Outline */
.btn-outline-dark {
  border-color: #003F9E;
  color: #003F9E;
}

.btn-outline-dark:hover {
  background: #003F9E;
  color: #ffffff;
  border-color: #003F9E;
}

.btn-outline-dark:focus {
  background: #003F9E;
  color: #ffffff;
  border-color: #003F9E;
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  background: #003F9E;
  color: #ffffff;
  border-color: #003F9E;
}

.btn-outline-primary {
  color: #4CB666;
  border-color: #4CB666;
}

.btn-outline-primary:hover {
  background: #4CB666;
  color: #ffffff;
  border-color: #4CB666;
}

.btn-outline-primary:focus {
  background: #4CB666;
  color: #ffffff;
  border-color: #4CB666;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #4CB666;
  color: #ffffff;
  border-color: #4CB666;
}

/* Border style */
.btn-outline-primary.btn-border:hover {
  background: transparent;
  border-color: #003F9E;
  color: #003F9E;
}

.btn-outline-primary.btn-border:focus {
  background: transparent;
  border-color: #003F9E;
  color: #003F9E;
}

.btn-outline-primary.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #003F9E;
  color: #003F9E;
}

.btn-outline-dark.btn-border:hover {
  background: transparent;
  border-color: #4CB666;
  color: #4CB666;
}

.btn-outline-dark.btn-border:focus {
  background: transparent;
  border-color: #4CB666;
  color: #4CB666;
}

.btn-outline-dark.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #4CB666;
  color: #4CB666;
}

.btn-outline-light.btn-border:hover {
  background: transparent;
  border-color: #4CB666;
  color: #4CB666;
}

.btn-outline-light.btn-border:focus {
  background: transparent;
  border-color: #4CB666;
  color: #4CB666;
}

.btn-outline-light.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #4CB666;
  color: #4CB666;
}

a.remove-btn.clearitem {
  color: #E8505B;
}

/*****************************
  Header
*****************************/
/* Header Style 01 */
.header {
  background: #ffffff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
}

/* Topbar */
.header .topbar-inner {
  padding: 14px 30px;
  border-bottom: 1px solid rgba(0, 63, 158, 0.05);
}

.header .topbar-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
}

.header .topbar-inner ul li {
  padding: 0 10px;
}

.header .topbar-inner a {
  color: #003F9E;
  font-size: 12px;
}

.header .topbar-inner a:hover {
  color: #4CB666;
}

.header .topbar .social ul {
  margin: 0;
}

.header .topbar .social ul li {
  display: inline-block;
  padding: 0 6px;
}

.header .topbar .social ul li:last-child {
  padding-right: 0;
}

.header .topbar .social ul li a {
  color: #003F9E;
  font-size: 12px;
}

.header .topbar .social ul li a:hover {
  color: #4CB666;
}

/* Navbar */
.header .navbar.nav-arch {
  border-radius: 70px 70px 0 0;
}

.header .navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  padding: 12px 8px 12px 0;
  color: #ffffff;
  text-transform: capitalize;
}

.header .navbar .navbar-nav .nav-link i {
  font-weight: bold;
  margin-left: 6px;
}

.header .navbar .navbar-nav .nav-link:hover {
  color: #4CB666;
}

.header .navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar .navbar-nav .nav-item {
  margin-right: 20px;
}

.header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #4CB666;
}

.header .navbar .navbar-nav .nav-item .hcolor {
  color: #4CB666 !important;
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #4CB666;
}

.header .navbar-brand {
  padding: 0px 0px;
  margin-right: 0;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  -webkit-transition: none;
  transition: none;
}

.header .navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 0;
}

.header.is-sticky + * {
  padding-top: 130px;
}

/* Header Sticky */
.header.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  padding: 0px;
}

.header.is-sticky .topbar {
  display: none;
}

.header.is-sticky .navbar .navbar-brand {
  padding: 12px 0px;
}

.header.is-sticky .navbar .navbar-brand img {
  height: 40px;
}

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #003F9E;
  text-transform: capitalize;
  font-size: 14px;
}

.header .navbar-nav li > a:hover {
  color: #4CB666;
}

.header .navbar-nav li > a i {
  margin-left: -6px;
  font-size: 10px;
}

/* Mega Menu */
.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #003F9E;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover {
  text-decoration: none;
  color: #003F9E;
  background-color: #f6f7f8;
}

.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #003F9E;
  background-color: #f6f7f8;
}

.megamenu.disabled > a:hover {
  color: #f6f7f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.disabled > a:focus {
  color: #f6f7f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header li > .dropdown-item:focus {
  color: #4CB666;
  background: none;
}

.header li > .dropdown-item:hover {
  color: #4CB666;
  background: none;
}

.header .dropdown-item.active {
  background: none;
}

.header .dropdown-item:active {
  background: none;
}

.header .dropdown-item:focus {
  background: none;
}

.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  position: relative;
}

.header .navbar .dropdown-menu {
  padding: 7px 5px 7px 15px;
  z-index: 9999;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 140px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px 10px 0;
  border-radius: 3px;
  position: relative;
}

.navbar .dropdown > .dropdown-menu li > a:hover {
  color: #4CB666;
}

.navbar .dropdown > .dropdown-menu li > a:hover span:before {
  width: 100%;
}

.navbar .dropdown > .dropdown-menu li > a span {
  position: relative;
}

.navbar .dropdown > .dropdown-menu li > a span:before {
  content: "";
  background: #4CB666;
  width: 0;
  position: absolute;
  left: 0px;
  bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .dropdown-menu li.active > a span {
  color: #4CB666;
}

.navbar .navbar-nav .dropdown-menu li.active > a span:before {
  width: 100%;
}

/* Header Style 02 */
.header.header-style-02 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header.header-style-02 .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header.header-style-02 .navbar .dropdown-menu {
  left: 0;
  -webkit-transform: translate3d(0%, 0px, 0);
          transform: translate3d(0%, 0px, 0);
}

.header.header-style-02 .navbar .dropdown:hover > .dropdown-menu {
  -webkit-transform: translate3d(0%, 0px, 0);
          transform: translate3d(0%, 0px, 0);
}

.header.header-style-02 .navbar .dropdown-menu.megamenu {
  left: 0;
}

.header.header-style-02 .header-bottom .navbar-brand {
  display: none;
}

.header.header-style-02 .header-bottom.is-sticky .navbar-brand {
  display: block;
}

.header.header-style-02 .search .search-btn {
  color: #ffffff;
}

.submenu.dropdown-menu.secondlevel-menu {
  left: 161% !important;
  top: 0;
}

.variclass-banner.online-studentbnr {
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

.variclass-banner.home-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 155, 0, 0.8)), to(transparent));
  background: linear-gradient(180deg, rgba(255, 155, 0, 0.8), transparent);
  height: 450px;
}

.variclass-banner .banner-content {
  top: calc(50% - 75px);
  width: 100%;
  position: absolute;
}

.variclass-banner .banner-content .banner-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.variclass-banner .banner-content .banner-image-box img.image-over-banner {
  width: 150px;
  height: 150px;
  margin: 0 20px;
}

.variclass-banner .banner-content .b-btn-box {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.variclass-banner .banner-content .b-btn-box .request-quote-btn {
  margin-right: 15px;
}

.variclass-banner .banner-content .b-btn-box .request-quote-btn:hover {
  background: #4CB666;
}

.variclass-banner .banner-content .banner-text-cont p.banr-text {
  color: #003F9E;
  text-shadow: 2px 1px 3px #707173;
  font-weight: 600;
  margin: 60px 20px;
}

.variclass-banner img.b-shadow {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

/* Search */
.search .search-btn {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #003F9E;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search .search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.search.search-open .search-box .form-control {
  padding-right: 50px;
}

.search-box {
  display: block;
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 35px;
  -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .navbar-nav .mega-menu {
    position: static;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 1.5rem 0 1.5rem 0;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
            transform: translate3d(-15px, 10px, 0);
  }
  .header .navbar .dropdown-menu.right-to-left {
    left: 0;
  }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }
  .header .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 540px;
  }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .header .navbar li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
}

@media (max-width: 1199px) {
  /* Header */
  .header.is-sticky + * {
    padding-top: 72px;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .header .navbar .navbar-nav {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .header .navbar .navbar-nav .nav-link {
    color: #003F9E;
    padding: 10px 20px;
  }
  .header .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px;
    top: 17px;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
  }
  .header .navbar .nav-title {
    margin-top: 20px;
  }
  .header .navbar .navbar-toggler {
    position: absolute;
    right: 0px;
  }
  /* Header Style 01 */
  .header.default .navbar {
    position: relative;
    background: #ffffff;
  }
  .header.default .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
  .header.default .navbar .navbar-nav .nav-link {
    color: #003F9E;
    padding: 12px;
  }
  /* Header Style 02 */
  .header.header-style-02 .navbar-brand {
    display: none;
  }
  .header.header-style-02 .header-bottom .navbar-brand {
    display: inherit;
  }
  .header.header-style-02 .navbar .navbar-nav .nav-link {
    color: #003F9E;
    padding: 12px;
  }
  .header.header-style-02 .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
  .header.default .navbar .navbar-nav .nav-item.header-search {
    display: none;
  }
}

@media (max-width: 575px) {
  /* Header */
  .header .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    padding: 5px 0px;
  }
  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }
}

ol.carousel-indicators li {
  z-index: 1;
}

.carousel-indicators {
  z-index: 1 !important;
}

.topbar-inner .list-unstyled .last-login {
  color: #37474F;
}

.topbar-inner .list-unstyled .logout a {
  color: #AF2020 !important;
  font-size: 15px !important;
  font-weight: 600;
}

.topbar-inner .list-unstyled .login-divider {
  color: #c4c4c4;
}

.menu-bg {
  background-color: #003F9E;
}

.signin-btn {
  padding: 6px 20px;
  background-color: #0ACF83;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500;
}

.nav-item.active .nav-link:before {
  border-bottom: 2px solid #4CB666;
  content: "";
  background: #30b666;
  height: 2px;
  width: 0;
  position: absolute;
  right: 0;
  bottom: -7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.feedback-btn {
  margin-right: 15px;
  border: 1px solid #4CB666;
  background-color: transparent;
  color: #4CB666;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 2px;
}

.feedback-btn:hover {
  border: 1px solid #4CB666;
  border: 1px solid #ffffff;
  background-color: #4CB666;
  color: #ffffff;
}

/*****************************
  Layout
*****************************/
/* Section Title */
.section-title {
  margin-bottom: 20px;
}

.section-title .pre-title {
  font-size: 13px;
  color: #003F9E;
  font-weight: 700;
}

/* Stretch BG */
.stretch-bg {
  border-radius: 50px 0 50px 0;
}

.stretch-bg:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

.stretch-bg.stretch-right:before {
  right: 0;
  border-radius: 50px 0 50px 0;
}

.stretch-bg.stretch-left:before {
  left: 0;
  border-radius: 50px 0 50px 0;
}

/* BG color */
.stretch-bg.bg-dark {
  background: #003F9E;
}

.stretch-bg.bg-dark .callout-botton {
  margin-right: 40px;
}

.stretch-bg.bg-light {
  background: #f6f7f8;
}

.stretch-bg.bg-light .callout-botton {
  margin-right: 40px;
}

.stretch-bg.bg-light .interest-p {
  color: #003f9e;
  font-weight: 600;
}

/* Client Logo */
.our-clients .owl-item {
  text-align: center;
}

.our-clients .owl-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-clients .owl-item:hover img {
  -webkit-filter: inherit;
          filter: inherit;
}

/* Back To Top */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  background: #4CB666;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.back-to-top a:hover {
  background: #003F9E;
  color: #ffffff;
}

.back-to-top a:focus {
  background: #003F9E;
  color: #ffffff;
}

/* Border Radius */
.rounded {
  border-radius: 1.5rem 0 1.5rem 0 !important;
}

.rounded-lg {
  border-radius: 2.5rem 0 2.5rem 0 !important;
}

.mt-n6 {
  margin-top: -6rem;
}

/* Vertical Menu */
.vertical-menu li {
  margin-bottom: 10px;
}

.vertical-menu li:last-child {
  margin-bottom: 0;
}

.vertical-menu li a {
  display: block;
  color: #003F9E;
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 1.5rem 0 1.5rem 0;
}

.vertical-menu li a:hover {
  background-color: #4CB666;
  color: #ffffff;
}

.vertical-menu li a.active {
  background-color: #4CB666;
  color: #ffffff;
}

/* Social Bg Color */
.social-bg-hover {
  position: relative;
  color: #ffffff;
}

.social-bg-hover:before {
  content: "";
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-bg-hover:hover {
  color: #ffffff;
}

.social-bg-hover:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.social-bg-hover span {
  position: relative;
}

.facebook-bg {
  background-color: #445c8e;
}

.twitter-bg {
  background-color: #43afe9;
}

.google-bg {
  background-color: #dc0510;
}

.instagram-bg {
  background-color: #DD2A7B;
}

.linkedin-bg {
  background-color: #007eb3;
}

/* Maintenance */
.maintenance-content {
  padding-top: 100px;
}

/* Coming soon */
.coming-soon-top {
  position: absolute;
  left: 0;
  right: 0;
}

.coming-soon-section {
  padding-top: 100px;
}

.coming-soon-section .coming-soon-icon i {
  font-size: 110px;
  color: #cccccc;
}

/* Form */
.form-control {
  padding: 14px 20px;
  height: 52px;
  font-size: 14px;
  border-color: #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #4CB666;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background: #4CB666;
  border-color: #4CB666;
}

/* Input Size */
.form-control-sm {
  height: 44px;
}

.form-control-md {
  height: 52px;
}

.form-control-lg {
  height: 58px;
}

.form-control-xl {
  height: 62px;
  font-size: 1.45rem;
}

/* Form Inline */
.form-inline {
  position: relative;
}

.form-inline .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.form-inline .form-group {
  width: 100%;
}

.form-inline .form-control {
  width: 100%;
}

.form-flat-style .form-control {
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}

.form-flat-style .form-control:focus {
  border-color: #4CB666;
}

/* Newsletter */
.input-with-btn .form-control {
  padding-right: 124px;
}

/* Newsletter Input Size */
.input-with-btn .form-control-sm {
  padding-right: 114px;
}

.input-with-btn .form-control-md {
  padding-right: 124px;
}

.input-with-btn .form-control-lg {
  padding-right: 146px;
}

.input-with-btn .form-control-xl {
  padding-right: 156px;
}

/* Chart */
.chart {
  max-width: 650px;
  margin: 0px auto;
}

.chart .apexcharts-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.apexcharts-tooltip-title {
  display: none;
}

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 991px) {
  /* Section Title */
  .section-title {
    margin-bottom: 30px;
  }
  .card.offers .card-body ul {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
}

.feature-info.feature-info-style-3:hover .feature-info-icon {
  background-color: #003f9e;
}

.callout-content h3, .callout-content h4 {
  font-size: 25px;
}

.callout-content h3.slog-text, .callout-content h4.slog-text {
  font-size: 18px;
}

.callout-content h3.slog-text.mobile-text, .callout-content h4.slog-text.mobile-text {
  display: none;
}

.callout-content h3.slog-heading, .callout-content h4.slog-heading {
  text-shadow: 3px 5px 3px black;
  color: #FF9B00;
  font-size: 36px;
}

.accordion .card a.btn.collapsed:hover {
  background: #4CB666;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #f6f7f8;
}

.row-custom {
  margin-right: 0;
}

@media (max-width: 767px) {
  /* Section Title */
  .section-title {
    margin-bottom: 20px;
  }
  /* Stretch BG */
  .stretch-bg {
    border-radius: 30px 0 30px 0;
  }
  .stretch-bg.stretch-left:before {
    border-radius: 30px 0 30px 0;
  }
  .start-learning-banner img.start-learning-bg-image {
    height: 200px;
  }
  .start-learning-banner .start-learning-button .slb-button-link span {
    padding: 10px 5px !important;
    min-width: 8rem !important;
  }
  .callout-content.mobile-callout {
    padding: 15px 0;
  }
  .callout-content.mobile-callout .slog-text {
    font-size: 14px;
    display: none;
  }
  .callout-content.mobile-callout .slog-text.mobile-text {
    display: inline-block;
  }
  .callout-content h3.slog-heading {
    font-size: 29px;
  }
}

.contact-us-form {
  background: #003F9E;
  color: #ffffff;
  padding: 15px;
  border-radius: 1.5rem 0;
}

.contact-us-form h6 {
  color: #4CB666;
}

.contact-us-form hr {
  border-top: 1px solid #4CB666;
}

.contact-us-form .form-control {
  border-radius: 0.2rem;
}

.contact-us-form .form-control.req-quote {
  padding: inherit;
  height: 40px;
}

/*****************************
  Banner
*****************************/
/* Banner 01 */
/* slide 01 */
.slider-01 .swiper-slide {
  background-color: #ffffff;
  height: 700px;
}

.slider-01 .swiper-slide img {
  -webkit-box-shadow: 0px 13px 0px #30b666;
          box-shadow: 0px 13px 0px #30b666;
  margin-top: 61px;
}

.slider-01 .slide-content {
  position: relative;
  z-index: 1;
}

.slider-01 .slide-01 img {
  margin-bottom: -100px;
}

.slider-01 .slide-01 .slide-inner {
  background-color: #003F9E;
  padding-bottom: 13px;
  border-radius: 50px 0 50px 0;
}

.slider-01 .slide-01 .slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 111px;
  bottom: 0px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.slider-01 .slide-01 .slide-inner:after {
  content: "";
  background-image: '';
  background-repeat: no-repeat;
  width: 176px;
  height: 86px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  left: 36%;
}

.slider-01 .slide-01:after {
  content: "";
  background-image: '';
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76%;
  position: absolute;
  left: 30px;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-01 .slide-01:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 111px;
  left: 0;
  border-radius: 50px 0 50px 0;
  background: #003F9E;
  z-index: -1;
}

/* slide 02 */
.slider-01 .slide-02:after {
  content: "";
  background-image: '';
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 10%;
  top: 0;
  width: 48%;
  height: 100%;
}

.slider-01 .slide-02:before {
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  bottom: 0px;
  left: inherit;
  right: 0;
  border-radius: 0px 0 50px 0;
  background: #003F9E;
}

.slider-01 .slide-02 .slide-inner:after {
  content: "";
  background-image: '';
  width: 176px;
  height: 86px;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 9%;
}

/* Banner 02 */
.slider-02 .swiper-slide {
  height: auto;
  background-color: #ffffff;
  background-size: cover;
}

.slider-02 .slide-02 {
  background-position: bottom right;
}

.slider-02 .slide-02 i {
  color: rgba(76, 182, 102, 0.05);
}

.slider-02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003F9E;
}

.slider-02 .slide-01 .finaxo-rate {
  position: absolute;
  bottom: 100px;
  left: -30%;
}

.slider-02 .slide-01 .finaxo-rate .finaxo-rate-content {
  padding: 30px 54px 50px;
}

/* Banner 03 */
.slider-03 .swiper-slide {
  height: 700px;
}

.slider-03 .banner-content {
  position: relative;
}

.slider-03 .banner-content .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-03 .slide-02 .content-right {
  right: 10%;
}

.slider-03 .slide-03 .content-left {
  left: 10%;
}

/* Bullet */
.swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  width: 88px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4CB666;
}

.swiper-pagination.swiper-pagination-left {
  text-align: left;
  margin: 0 auto;
  right: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Arrow */
.swiper-button-next {
  right: 53px;
  background-image: inherit !important;
}

.swiper-button-next i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 63, 158, 0.2);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover i {
  color: #ffffff;
  background-color: rgba(0, 63, 158, 0.5);
}

.swiper-button-prev {
  background-image: inherit !important;
}

.swiper-button-prev i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 63, 158, 0.2);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover i {
  color: #ffffff;
  background-color: rgba(0, 63, 158, 0.5);
}

.banr-blog {
  background: #f5fafd;
}

/*****************************
  Responsive
*****************************/
@media (min-width: 576px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 510px;
  }
}

@media (min-width: 768px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 720px;
  }
  .advantage img.advnatage-img {
    display: inline-block;
  }
  .advantage img.advnatage-img.resp-img {
    display: none;
  }
  .do-get img.do-get-from {
    display: inline-block;
  }
  .do-get img.do-get-from.responsive-img {
    display: none;
  }
  .do-get .clickable-link-btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 1270px;
  }
}

@media (max-width: 1199px) {
  /* Home 01 */
  .slider-01 .swiper-slide {
    height: 491px;
  }
  .slider-01 .slide-02 {
    height: 410px;
  }
  .slider-01 .slide-02:before {
    width: 64%;
  }
  .slider-01 .slide-02:after {
    width: 54%;
  }
  .slider-01 .slide-01 .slide-inner:after {
    left: 30%;
  }
  /* Home 02 */
  .slider-02 .swiper-slide {
    height: 550px;
  }
  .slider-02 .slide-01 .finaxo-rate {
    bottom: 25px;
    left: -40%;
  }
}

@media (max-width: 991px) {
  /* Home 01 */
  .slider-01 .slide-01 .slide-inner:after {
    background-size: 120px;
  }
  .slider-01 .slide-01 img {
    margin: 0px;
  }
  .slider-01 .slide-01:before {
    content: none;
  }
  .slider-01 .slide-01 .slide-content {
    padding-left: 30px;
  }
  .slider-01 .slide-01 .slide-inner:before {
    content: none;
  }
  .slider-01 .slide-01 .slide-inner:after {
    content: none;
  }
  .slider-01 .slide-01:after {
    content: none;
  }
  .slider-01 .slide-01 .slide-inner {
    padding: 50px 0;
    border-radius: 0;
  }
  .slider-01 .swiper-slide {
    height: auto;
  }
  .slider-01 .swiper-slide img {
    margin-top: 0;
  }
  .slider-01 .slide-02 {
    height: auto;
  }
  .slider-01 .slide-02:before {
    content: none;
  }
  .slider-01 .slide-02:after {
    content: none;
  }
  .slider-01 .slide-02 .slide-inner {
    background-color: #003F9E;
    padding: 50px 30px;
  }
  .slider-01 .slide-02 .slide-inner:after {
    content: none;
  }
  /* Home 02 */
  .slider-02 .swiper-slide {
    height: 420px;
  }
  .slider-02 .slide-01 .finaxo-rate {
    display: none;
  }
  /* Home 03 */
  .slider-03 .swiper-slide {
    height: 600px;
  }
}

@media (max-width: 767px) {
  /* Home 02 */
  .slider-02 .slide-02 {
    background-position: right 0;
  }
  /* Home 03 */
  .slider-03 .swiper-slide {
    height: 420px;
  }
  .slider-03 .banner-content img {
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-pagination.swiper-pagination-left {
    padding-left: 30px;
  }
  .grade-link-box ul.g-text {
    display: block !important;
    padding-left: 40px !important;
  }
  .g-btn.slick-slider .slick-prev.slick-arrow {
    display: inline-block !important;
  }
  .g-btn.slick-slider .slick-next.slick-arrow {
    display: inline-block !important;
  }
  .advantage img.advnatage-img {
    display: none;
  }
  .advantage img.advnatage-img.resp-img {
    display: inline-block;
  }
}

.banner-title {
  color: #291843;
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
}

.find-btn {
  color: #ffffff;
  background-color: #FF9B00;
}

.banner-space {
  padding-bottom: 100px;
  padding-top: 80px;
}

.banner-sub-text {
  font-size: 15px;
  color: #626262;
}

/*****************************
  Footer
*****************************/
.footer {
  color: rgba(255, 255, 255, 0.5);
  border-radius: 6.5rem 0 0 0;
}

.footer ul {
  margin-bottom: 0;
}

/* Contact Address */
.footer-contact-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.footer-contact-address ul li:last-child {
  margin-bottom: 0;
}

.footer-contact-address i {
  color: #4CB666;
  font-size: 30px;
  margin-right: 16px;
}

.footer-contact-address .address-info {
  color: #ffffff;
}

.footer-contact-address .address-info h6 {
  color: #4CB666;
  font-size: 13px;
  margin-bottom: 0;
}

.footer-contact-address .address-info p {
  font-size: 13px;
  margin-bottom: 0;
}

/* Follow Us */
.follow-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.follow-us ul li {
  margin: 0px 15px 10px 0;
}

.follow-us ul li:last-child {
  margin-right: 0;
}

.follow-us ul li a {
  color: #ffffff;
  font-size: 18px;
}

.follow-us ul li a:hover {
  color: #4CB666;
}

/* Footer link  */
.footer-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 26px;
}

.footer-link ul li a:hover {
  color: #4CB666;
}

/* Copyright */
.footer-bottom {
  color: #ffffff;
  padding: 30px 0 10px;
}

.footer-bottom a {
  color: #ffffff;
}

.footer-bottom a:hover {
  color: #4CB666;
}

.btn-icon-list {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: #FFF;
  padding: 6px;
  border: none;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn-icon-list .filter {
  text-align: center;
  background-color: #003F9E;
}

.btn-icon-list .filter .btn {
  color: #ffffff;
  padding: 5px 25px;
  font-weight: 500;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  .footer {
    border-radius: 30px 0px 0px;
  }
  .footer .follow-us.new-ftr {
    margin-top: 1rem;
    padding: 15px;
  }
}

.home-banner-sec .banner-mr {
  padding-left: 0;
  padding-right: 0;
}

.home-banner-sec .banner-mr .banner-bg-img {
  width: 100%;
}

.blue-row-points {
  background-color: #003F9E;
}

.blue-row-points .blue-box {
  padding: 30px 70px 20px 70px;
}

.blue-row-points .blue-box.blue-box-padding {
  padding: 30px 5px;
}

.blue-row-points .blue-box.blue-box-padding i img.blue-box-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.blue-row-points .blue-box.blue-box-padding i img.blue-box-icon.padding-right {
  padding-right: 4px;
}

.blue-row-points .blue-box.blue-box-padding .blue-title {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  margin-bottom: 0;
}

.blue-row-points .blue-box .blue-title {
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 500;
}

.blue-row-points .blue-box .blue-desc {
  color: #ffffff;
}

.alert-box .alert-row {
  background-color: #EDF8F0;
  padding: 25px 0 10px 7px;
  border-radius: 5px;
}

.alert-box .alert-row .join-now {
  text-align: right;
  font-weight: 500;
  padding: 0 40px;
}

.alert-box .alert-row .join-now .alert-join {
  color: #4CB666;
  font-weight: 600;
}

.alert-box .alert-text {
  color: #222222;
  font-weight: 500;
}

.alert-box .alert-text .alert-time {
  color: #626262;
  font-weight: normal;
}

.upcoming-classes .upcoming-classes-card {
  padding: 0;
  border-bottom-right-radius: 25px;
  border: 1px solid #C4C4C4;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.upcoming-classes .upcoming-classes-card .card-body.meet-expert-desing p {
  line-height: 16px;
}

.upcoming-classes .upcoming-classes-card.upcoming-new-design {
  border-radius: 50px;
}

.upcoming-classes .upcoming-classes-card.upcoming-new-design p {
  line-height: 18px;
}

.upcoming-classes .upcoming-classes-card.upcoming-new-design img.card-img-top {
  border-radius: 50px 50px 0 0;
  height: 140px;
}

.upcoming-classes .upcoming-classes-card.upcoming-new-design .up-classes-footer {
  border-radius: 0 0 50px 50px !important;
}

.upcoming-classes .upcoming-classes-card img.card-img-top {
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}

.upcoming-classes .upcoming-classes-card img.card-img-top.new-card-design {
  height: 150px;
}

.upcoming-classes .upcoming-classes-card .upcoming-card-title {
  color: #003F9E;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

.upcoming-classes .upcoming-classes-card .upcoming-card-title.live-detail-title {
  color: #003F9E;
}

.upcoming-classes .upcoming-classes-card .edu-info-list {
  color: #948ba1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  list-style: none;
}

.upcoming-classes .upcoming-classes-card .edu-info-list li {
  margin-right: 6px;
}

.upcoming-classes .upcoming-classes-card .classes-date {
  color: #003F9E;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 500;
}

.upcoming-classes .upcoming-classes-card .tech-name, .upcoming-classes .upcoming-classes-card .tech-edu {
  color: #626262;
  margin-bottom: 0;
}

.upcoming-classes .upcoming-classes-card .up-classes-footer {
  background: #FF9B00;
  border-radius: 25px 0px;
  padding: 0;
  border-bottom-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
  border-top: 0;
}

.upcoming-classes .upcoming-classes-card .up-classes-footer .up-classes-btn {
  width: 100%;
  color: #ffffff;
}

.main-title {
  color: #003F9E;
  font-weight: bold;
}

.main-title.orange-clr {
  color: #FF9B00;
}

.meet-expert-desc {
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}

.wraptext {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-more-sec .view-more-btn {
  background-color: #003F9E;
  color: #ffffff;
  padding: 15px 50px;
}

.view-more-sec .view-more-btn:hover {
  background-color: #4CB666;
}

.Get-1-2-1 {
  background: linear-gradient(80.32deg, #003F9E -23.81%, rgba(0, 63, 158, 0) 142.9%, rgba(0, 63, 158, 0.6) 142.9%);
}

.Get-1-2-1 img {
  width: 100%;
}

.Get-1-2-1 .get-121-title {
  color: #ffffff;
  padding-bottom: 22px;
  font-weight: bold;
}

.Get-1-2-1 ._121-sub-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.Get-1-2-1 ._121-desc {
  color: #ffffff;
}

.request-tour .request-quote-btn {
  background-color: #003F9E;
  text-shadow: 1px 1px 2px #000000;
  color: #ffffff;
  font-weight: 500;
  min-width: 10rem;
  padding: 10px 20px;
}

.request-tour .request-quote-btn.gclr {
  background-color: #4CB666;
}

.request-tour .request-quote-btn:hover {
  background-color: #FF9B00;
}

.meet-expert .upcoming-classes-card {
  max-width: 90%;
}

.meet-expert .get-rating {
  color: #FF9B00;
  font-weight: 500;
}

.meet-expert .five-rate {
  color: #291843;
  font-weight: 600;
}

.slick-next:before {
  content: url("../images/home/right-arrow.png");
  color: #000;
}

.slick-prev:before {
  content: url("../images/home/left-arrow.png");
  color: #000;
}

.take-online-test {
  background: linear-gradient(78.42deg, #E3BE4A 0%, rgba(225, 158, 54, 0.71) 133.07%);
}

.take-online-test.online-test-new {
  background: linear-gradient(102.94deg, #003F9E 0.51%, rgba(0, 63, 158, 0) 115.2%);
}

.take-online-test.online-test-new .on-test-link .for-test {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  min-width: 14rem;
  background: #FF9B00;
  text-shadow: 1px 1px 3px #000000;
  border-radius: 25px 25px 0px 0px;
  color: #ffffff;
  padding: 15px;
}

.take-online-test.online-test-new .on-test-link .for-test:hover {
  background: #4CB666;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset -2px -5px 9px 0px rgba(0, 0, 0, 0.2), inset -3px -15px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset -2px -5px 9px 0px rgba(0, 0, 0, 0.2), inset -3px -15px 10px 0px rgba(0, 0, 0, 0.1);
}

.take-online-test.online-test-new .on-test-link img.test-image {
  max-width: 250px;
  height: 258px;
  margin: 30px 0;
}

.take-online-test.online-test-new .on-test-link .test-text {
  color: #000000;
  font-weight: 500;
  line-height: 16px;
}

.take-online-test.online-test-new .on-test-link .to-enter {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  min-width: 14rem;
  background: #4CB666;
  text-shadow: 1px 1px 3px #000000;
  border-radius: 26px;
  color: #ffffff;
  padding: 15px;
}

.take-online-test.online-test-new .on-test-link .to-enter:hover {
  background: #FF9B00;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset -2px -5px 9px 0px rgba(0, 0, 0, 0.2), inset -3px -15px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset -2px -5px 9px 0px rgba(0, 0, 0, 0.2), inset -3px -15px 10px 0px rgba(0, 0, 0, 0.1);
}

.take-online-test .take-test-title {
  color: #ffffff;
  font-weight: 700;
}

.take-online-test .take-test-sub {
  color: #ffffff;
}

.take-online-test .grade-boxes-row .grade-box .grade-title {
  background-color: rgba(0, 63, 158, 0.7);
  color: #fff;
  font-weight: 500;
  width: 100%;
}

.take-online-test .grade-boxes-row .grade-box .math-1 .grade-sub-title {
  background: rgba(0, 63, 158, 0.25);
  border: 1px solid #003F9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  color: #003F9E;
  width: 100%;
  padding: 10px 0;
  font-weight: 500;
}

.take-online-test .grade-boxes-row .grade-box .phy-1 .grade-sub-title, .take-online-test .grade-boxes-row .grade-box .chem-1 .grade-sub-title {
  margin-bottom: 0.5rem;
  background: rgba(0, 63, 158, 0.25);
  border: 1px solid #003F9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  color: #003F9E;
  width: 100%;
  padding: 10px 0;
  font-weight: 500;
}

.students-reviews .reviews-text {
  font-weight: 500;
}

.students-reviews .user-details .user-name {
  margin: 5px 0 0 30px;
}

.students-reviews .user-details .user-name .name {
  color: #003F9E;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.students-reviews .user-details .user-name .user-class {
  color: #291843;
}

.students-reviews .review-box {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  max-width: 90%;
}

.looking-teach .imgteach {
  width: 80%;
}

.looking-teach-heading {
  color: #003F9E;
  font-weight: 600;
}

.teach-btn {
  background-color: #003F9E;
  color: #ffffff;
  min-width: 7rem;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 3px;
}

.teach-btn:hover {
  color: #ffffff;
  background-color: #4CB666;
}

.teach-btn:focus {
  color: #ffffff;
}

.teach-btn.orange-clr {
  background-color: #FF9B00;
}

.teach-btn.orange-clr:hover {
  background-color: #4CB666;
}

.teach-btn.green-clr {
  background-color: #4CB666;
  border: 2px solid #4CB666;
}

.teach-btn.green-clr:hover {
  background-color: transparent;
  color: #4CB666;
}

.response-client {
  color: #626262;
}

@media (max-width: 991px) {
  .slick-next.slick-arrow {
    display: none !important;
  }
  .slick-prev.slick-arrow {
    display: none !important;
  }
  .header .topbar-inner {
    padding: 25px 0;
  }
  .imgteach {
    margin: 20px;
  }
  .header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #003F9E;
  }
  .blue-row-points .blue-box {
    padding: 10px 30px;
    text-align: center;
  }
  .blue-row-points .blue-box.blue-box-padding {
    padding: 20px 0;
  }
  .blue-row-points .blue-box.blue-box-padding .blue-title {
    text-align: center;
  }
  .blue-row-points .blue-box.blue-box-padding i img.blue-box-icon {
    display: block;
    margin: auto;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .phy-1 {
    padding-bottom: 10px;
  }
  .get-title {
    margin-top: 20px;
  }
  .meet-expert .upcoming-classes-card {
    max-width: 100%;
  }
  .students-reviews .review-box {
    max-width: 100%;
  }
  .header .topbar .social ul li {
    display: inline-block;
    padding: 0 10px;
  }
  ul#with_signin {
    margin-top: 15px;
  }
  .take-online-test .grade-boxes-row .grade-box .phy-1 .grade-sub-title, .take-online-test .grade-boxes-row .grade-box .chem-1 .grade-sub-title {
    margin-bottom: 0;
  }
  .variclass-banner .banner-content {
    top: 20%;
  }
  .variclass-banner .banner-content .banner-image-box img.image-over-banner {
    width: 130px;
    height: 130px;
  }
  .variclass-banner .banner-content .b-btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
  }
  .variclass-banner .banner-content .banner-text-cont p.banr-text {
    text-align: center;
    margin-bottom: 0;
    margin-top: 35px;
  }
  .variclass-banner .banner-content .banner-text-cont p.banr-text.btxt-below {
    margin-top: 15px;
  }
  .advantage p.adv-heading {
    top: 25px;
  }
  .do-get img.do-get-from {
    height: 600px;
  }
  .do-get .clickable-buttons.media-btn.top-btn {
    right: 0px;
  }
  .do-get .clickable-buttons.media-btn.top-btn .teach-btn {
    font-size: 15px;
    min-width: 8rem;
    border-radius: 35px;
    margin: 0.5rem;
    padding: 20px;
  }
  .do-get .clickable-buttons.media-btn.bottom-btn {
    bottom: 65px;
  }
  .do-get .clickable-buttons.media-btn.bottom-btn .teach-btn.orange-clr {
    min-width: 7rem;
    padding: 7px 15px;
  }
  .alert-box .alert-row .join-now {
    padding: 0 15px;
  }
  .grade-link .grade-link-box .g-btn a span.for-test {
    min-width: 6rem;
  }
  .achievements .portion-background .portions span {
    font-size: 18px;
  }
  .looking-teach .teach-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .looking-teach .teach-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .looking-teach .teach-img img.imgteach {
    width: 50%;
  }
}

@media (min-width: 470px) and (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #003F9E;
  }
}

@media (min-width: 320px) and (max-width: 490px) {
  .variclass-banner .banner-content .banner-image-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .variclass-banner .banner-content .banner-image-box img.image-over-banner {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .variclass-banner .banner-content .banner-text-cont p.banr-text {
    font-size: 18px;
    margin-top: 50px;
    line-height: 25px;
  }
  .variclass-banner .banner-content .banner-text-cont p.banr-text.btxt-below {
    margin-top: 25px;
  }
  .request-tour .request-quote-btn {
    padding: 7px;
    min-width: 8rem;
    font-size: 13px;
  }
  .blue-row-points .blue-box.blue-box-padding {
    padding: 15px 5px;
  }
  .advantage p.adv-heading {
    font-size: 15px;
    line-height: 15px;
    left: 37% !important;
    -webkit-transform: translate(-37%, 0%) !important;
            transform: translate(-37%, 0%) !important;
    top: 0;
  }
  .start-learning-banner .start-text {
    -webkit-transform: translate(-50%, -63%) !important;
            transform: translate(-50%, -63%) !important;
  }
  .start-learning-banner .start-text p.main-heading.montFam {
    font-size: 0.85rem;
    line-height: 35px;
  }
  .start-learning-banner .start-learning-button {
    -webkit-transform: translate(-50%, -138%) !important;
            transform: translate(-50%, -138%) !important;
  }
  .why-learnin-in-variclass .f-box img.f-img.mob-img {
    width: 40px;
    height: 40px;
  }
  .why-learnin-in-variclass .f-box .f-text {
    margin: 10px 0 15px;
    line-height: 12px;
    font-size: 8px;
  }
  .achievements .portion-background.mb-portion {
    display: block;
  }
  .achievements .portion-background.mb-portion .portions {
    width: 100%;
  }
  .achievements .portion-background.mb-portion .portions.por-line {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .do-get img.do-get-from {
    display: none;
  }
  .do-get img.do-get-from.responsive-img {
    display: inline-block;
    margin-top: 45px;
    height: auto;
  }
  .do-get .clickable-buttons.media-btn.bottom-btn {
    bottom: -10px;
    width: 100%;
    text-align: center;
    right: auto;
  }
  .do-get .responsive-view-click {
    display: none;
  }
  .do-get .clickable-link-btn {
    position: absolute;
    top: 140px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .do-get .clickable-link-btn .resp-link {
    font-size: 10px;
    width: 24%;
    padding: 5px;
    background: #003F9E;
    color: #ffffff;
    line-height: 1.5;
    border-radius: 10px;
  }
  .do-get .clickable-link-btn .resp-link:hover {
    background-color: #4CB666;
  }
  .listing-sec .tab-sec .card-tab .tab-box .tab-name {
    font-size: 13px;
  }
  .advantage p.adv-heading {
    top: 0;
  }
  .advantage p.adv-heading.main-title .main-text-below {
    font-size: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 2500px) {
  .mobile-menu-btn {
    display: none;
  }
}

.home-page-action .stretch-bg {
  border-radius: 50px 0 50px 0;
  padding: 30px;
}

.home-page-action.slogan-box .stretch-bg {
  padding: 10px;
}

.student-footer .lead {
  color: #ffffff;
}

.student-footer .list-unstyled li a {
  color: #ffffff;
}

.imp-note {
  font-size: 15px;
  color: #AF2020;
  background: #00800014;
}

.start-learning-banner {
  position: relative;
}

.start-learning-banner .start-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.start-learning-banner .start-text p.main-heading {
  font-size: 1.37rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
  padding: 0 40px;
}

.start-learning-banner .start-learning-button {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.start-learning-banner .start-learning-button .slb-button-link span {
  margin-right: 10px;
  display: inline-block;
  min-width: 9rem;
  padding: 15px;
  background: #FF9B00;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
}

.start-learning-banner .start-learning-button .slb-button-link span:hover {
  background: #4CB666;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.advantage, .do-get {
  position: relative;
}

.advantage p.adv-heading, .do-get p.adv-heading {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  line-height: 1.2;
  -webkit-transform: translate(-50%, 15%);
          transform: translate(-50%, 15%);
}

.advantage img.advnatage-img, .do-get img.advnatage-img {
  width: 100%;
}

.advantage .adv-heading.main-title .main-text-below, .do-get .adv-heading.main-title .main-text-below {
  font-size: 18px;
}

.advantage .clickable-buttons, .do-get .clickable-buttons {
  position: absolute;
  right: 50px;
}

.advantage .clickable-buttons.top-btn, .do-get .clickable-buttons.top-btn {
  top: 200px;
}

.advantage .clickable-buttons.top-btn .teach-btn, .do-get .clickable-buttons.top-btn .teach-btn {
  padding: 30px;
  border-radius: 50px;
  min-width: 12rem;
  margin: 1.5rem;
  font-size: 22px;
  line-height: 1.5;
}

.advantage .clickable-buttons.top-btn .teach-btn:focus, .do-get .clickable-buttons.top-btn .teach-btn:focus {
  color: #ffffff;
}

.advantage .clickable-buttons.bottom-btn, .do-get .clickable-buttons.bottom-btn {
  right: 80px;
  bottom: 50px;
}

.advantage .clickable-buttons.bottom-btn .teach-btn.orange-clr, .do-get .clickable-buttons.bottom-btn .teach-btn.orange-clr {
  border-radius: 18px;
  text-shadow: 2px 1px 2px #000000;
  padding: 10px 30px;
  min-width: 12rem;
}

.advantage .clickable-buttons.bottom-btn .teach-btn:focus, .do-get .clickable-buttons.bottom-btn .teach-btn:focus {
  color: #ffffff;
}

.achievements .portion-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px 0;
  background-color: #FF9B00;
  padding: 30px;
}

.achievements .portion-background .portions {
  width: 25%;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 3rem;
}

.achievements .portion-background .portions.por-line {
  border-right: 1px solid #C4C4C4;
}

.why-learnin-in-variclass .whyvariclass {
  -webkit-box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
}

.why-learnin-in-variclass .whyvariclass .f-box {
  margin: 20px 0;
}

.why-learnin-in-variclass .f-box {
  text-align: center;
  margin-bottom: 40px;
}

.why-learnin-in-variclass .f-box img.f-img {
  width: 70px;
  height: 70px;
}

.why-learnin-in-variclass .f-box img.change-color-blue {
  -webkit-filter: invert(26%) sepia(29%) saturate(2754%) hue-rotate(194deg) brightness(110%) contrast(88%);
          filter: invert(26%) sepia(29%) saturate(2754%) hue-rotate(194deg) brightness(110%) contrast(88%);
}

.why-learnin-in-variclass .f-box .f-text {
  margin: 15px 0;
  color: #000000;
  font-weight: 500;
}

.grade-link-box {
  border-radius: 50px 0;
  background: #003F9E;
  color: #ffffff;
  position: relative;
}

.grade-link-box ul.g-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 40px 20px 20px;
  font-weight: 500;
  font-size: 15px;
}

.grade-link-box .g-btn {
  text-align: center;
  position: absolute;
  top: -27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grade-link-box .g-btn a span.for-test {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  background: #FF9B00;
  -webkit-box-shadow: 3px 3px 4px #4E5155;
          box-shadow: 3px 3px 4px #4E5155;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  min-width: 7rem;
  font-size: 13px;
  padding: 10px;
}

.grade-link-box .g-btn a span.for-test:hover {
  background: #4CB666;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset -2px -5px 9px 0px rgba(0, 0, 0, 0.2), inset -3px -15px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset -2px -5px 9px 0px rgba(0, 0, 0, 0.2), inset -3px -15px 10px 0px rgba(0, 0, 0, 0.1);
}

.test-prep-slick .slick-track, .banr-links .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-prep-slick .slick-track .slick-slide, .banr-links .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.login-modal-popup .login-modal-content {
  border-radius: 30px;
  border: 0;
  padding: 20px;
}

.login-modal-popup .login-modal-content {
  border-radius: 30px;
  border: 0;
  padding: 20px;
}

.login-modal-popup .google-img {
  position: relative;
  right: 75px;
  width: 30px;
  top: 0;
}

.row-form {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row-form .form-control[readonly] {
  background-color: #E0E0E0;
}

.row-form .form-control {
  border-radius: 5px;
}

.row-form .mobile-col {
  padding-left: 0;
}

.row-form .code-col {
  padding-right: 0;
}

.row-form .numlogin {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #F6F6FA;
  border-radius: 6px;
  border: 0;
}

.row-form .numlogin.default-layout {
  border-radius: 6px !important;
}

.row-form .numcode {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #F6F6FA;
  border-radius: 6px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.next-btn-login {
  width: 100%;
  background-color: #003F9E;
  color: #fff;
  border-radius: 5px;
}

.next-btn-login:hover {
  color: #ffffff;
}

.login-header .login-heading {
  margin: 5px 0;
  color: #003F9E;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}

.login-header .login-heading.mob-veri-head {
  padding: 35px 0px 0 0;
}

.login-header .loginsub-heading {
  font-weight: 400;
}

.divider-or {
  font-size: 15px;
  padding: 10px 0;
}

.google-btn {
  background-color: transparent;
  color: #626262;
  width: 100%;
  border: 1px solid #626262;
  border-radius: 5px;
}

.login-modal-header {
  border-bottom: 0;
}

select + i.fa {
  float: right;
  margin-top: -31px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #9d9d9d;
  padding-right: 5px;
}

select + i.fa.cstm {
  margin-top: -24px;
}

select.input-lg {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.mobile-veri-modal .user-number {
  font-weight: 600;
  color: #000;
}

.mobile-veri-modal .edit-num {
  color: #FF9B00;
  font-weight: 500;
}

.mobile-veri-modal .otp-field {
  color: #686879;
  text-align: center;
  width: 13%;
  padding: 15px;
  background: #F6F6FA 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  border: none;
  outline: none;
  margin: 4px;
}

.mobile-veri-modal .verify-and-pro {
  background-color: #003F9E;
  border-radius: 5px;
  width: 100%;
  margin: 50px 0 15px;
  color: #ffffff;
  font-weight: 500;
}

.mobile-veri-modal .resend-otp {
  color: #FF9B00;
}

.mobile-veri-modal a.veri-termandcon {
  text-decoration: underline !important;
  color: #6B6F7B;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
  }
  .modal-dialog.modal-lg {
    max-width: 800px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .row-form .code-col {
    padding-right: 0;
    width: 50%;
    padding: 0;
  }
  .login-modal-popup .google-img {
    right: 20px;
  }
  .mobile-veri-modal .otp-field {
    margin: 1px;
    padding: 10px;
  }
}

.login-radio .form-check-label {
  color: #495057 !important;
  font-weight: 600 !important;
}

.term-line {
  font-size: 10px;
  margin: 0;
}

.terms-link {
  color: #003F9E;
  text-decoration: underline;
}

.child-detail-list {
  overflow: auto;
  height: 200px;
}

.child-detail-list .single-child-detail {
  border-bottom: 1px solid #C4C4C4;
}

.child-detail-list .single-child-detail .user-details .user-img {
  margin-right: 12px;
}

.child-detail-list .single-child-detail .user-details .user-name {
  margin-top: 2px;
  margin-right: auto;
}

.child-detail-list .single-child-detail .user-details .user-name .name {
  color: #003F9E;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.child-detail-list .single-child-detail .user-details .user-name .user-grade {
  font-size: 13px;
  font-weight: 500;
}

.child-detail-list .single-child-detail .user-details .radio-select {
  margin-top: 15px;
}

.child-detail-list::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.child-detail-list::-webkit-scrollbar-thumb {
  background-color: #003F9E;
  border-radius: 6px;
}

.child-detail-list::-webkit-scrollbar {
  width: 4px;
}

.class-find .find-btn {
  padding: 14px 50px;
}

.tab-link.active {
  background-color: #003F9E;
}

.tab-link.active .tab-name {
  color: #ffffff;
  font-weight: 600;
}

.online-edu-sec .clear-filter {
  float: right;
  margin-right: 10px;
}

.online-edu-sec .clear-filter a {
  color: #003F9E;
}

.online-edu-sec .clear-filter a:hover {
  text-decoration: underline !important;
}

.online-edu-sec #no-data-container .no-data {
  background-color: #e8e8e8;
  padding: 25px;
}

.online-edu-sec .filter-title {
  font-weight: 600;
  font-size: 15px;
}

.online-edu-sec .online-listing .filter-sec .filter-main-box {
  border: 1px solid #e5e5e5;
  padding: 10px 0 70px 15px;
}

.online-edu-sec .online-listing .filter-sec .filter-main-box .subject-filter {
  padding-top: 15px;
}

.online-edu-sec .online-listing .filter-sec .filter-main-box .subject-filter .sub-title {
  font-weight: 500;
}

.online-edu-sec .online-listing .filter-sec .filter-main-box .subject-filter .check-list {
  list-style: none;
  padding-left: 10px;
}

.online-edu-sec .online-listing .filter-sec .filter-main-box .subject-filter .check-list li {
  margin-bottom: 8px;
}

.online-edu-sec .online-listing .filter-sec .filter-main-box .subject-filter .pretty .state label {
  margin-left: 5px;
}

.listing-sec .tab-sec .card-tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.listing-sec .tab-sec .card-tab .tab-link {
  color: #626262;
  padding: 0;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
}

.listing-sec .tab-sec .card-tab .tab-box .tab-name {
  margin-bottom: 0;
  padding: 15px 4px;
}

.listing-sec .class-info {
  padding: 20px 30px 0 5px;
}

.listing-sec .class-info.question-detail .class-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.listing-sec .class-info.one-2-1-info {
  padding: 20px 30px 0 30px;
}

.listing-sec .class-info.tutor-class {
  padding: 10px 30px 0 5px;
}

.listing-sec .class-info.tutor-class .tutor-exp {
  color: #626262;
  font-weight: 400;
  font-size: 13px;
}

.listing-sec .class-info .tutor-recommended {
  color: #4CB666;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-sec .class-info .edu-info-list {
  color: #948ba1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listing-sec .class-info .edu-info-list.myclass-account {
  color: #000000;
}

.listing-sec .class-info .edu-info-list li {
  margin-right: 6px;
}

.listing-sec .class-info .class-title {
  color: #003F9E;
  font-weight: 600;
  margin-bottom: 8px;
  padding-right: 100px;
}

.listing-sec .class-info .class-title.tutor-title {
  margin-bottom: 0px;
}

.listing-sec .class-info .class-title.my-class-title {
  color: #003F9E;
  margin-bottom: 15px;
}

.listing-sec .class-info .class-title.my-test {
  margin-bottom: 10px;
}

.listing-sec .class-info .date-time {
  margin-bottom: 0px;
}

.listing-sec .class-info .date-time.my-date-time {
  margin-bottom: 10px;
}

.listing-sec .class-info .date-time .class-date {
  color: #000000;
  font-weight: 500;
}

.listing-sec .class-info .date-time .class-date.my-class-date {
  font-weight: 500;
  color: #003F9E;
}

.listing-sec .class-info .date-time .class-time {
  color: #626262;
}

.listing-sec .class-info .date-time .class-time.myclass-time {
  font-weight: 500;
}

.listing-sec .class-info .tech-info .tech-name {
  color: #626262;
  margin-bottom: 0px;
}

.listing-sec .class-info .tech-info .tech-edu {
  color: #626262;
}

.listing-sec .class-info .class-price {
  margin-bottom: 0px;
}

.listing-sec .class-info .class-price .new-price {
  color: #003F9E;
  font-size: 15px;
}

.listing-sec .class-info .reg-close {
  color: #ED2727;
}

.listing-sec .class-info .star-class {
  position: absolute;
  right: 40px;
  top: -4px;
}

.listing-sec .class-info .star-class.star-cize {
  right: 27px;
}

.listing-sec .class-img-box .box-img {
  width: 100%;
  height: 185px;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

.listing-sec .class-img-box .box-img.tutor-profile-img {
  height: auto;
}

.listing-sec .class-card {
  padding: 0;
  border-bottom-right-radius: 25px;
  margin-bottom: 30px;
}

.load-more-sec {
  text-align: center;
}

.load-more-sec .load-more {
  color: #FF9B00;
  font-weight: 600;
}

.online-tutors .tech-edu, .online-test .tech-edu {
  color: #000000;
  margin-bottom: 5px;
}

.online-tutors .tech-edu.test-qu, .online-test .tech-edu.test-qu {
  margin-bottom: 15px;
  margin-top: 8px;
}

.online-tutors .test-question, .online-tutors .test-time, .online-test .test-question, .online-test .test-time {
  color: #291843;
  font-weight: 500;
}

.online-tutors .test-grade, .online-test .test-grade {
  color: #291843;
  font-weight: 500;
  margin-bottom: 20px;
}

.online-tutors .price-reg, .online-test .price-reg {
  text-align: right;
}

.online-tutors .price-reg.educator-reg-btn, .online-test .price-reg.educator-reg-btn {
  margin-top: 50px;
}

.online-tutors .price-reg.educator-reg-btn .tutor-req-btn, .online-test .price-reg.educator-reg-btn .tutor-req-btn {
  font-weight: 500;
  border-radius: 3px;
  padding: 8px 10px;
  color: #ffffff;
}

.online-tutors .price-reg.educator-reg-btn .tutor-req-btn:hover, .online-test .price-reg.educator-reg-btn .tutor-req-btn:hover {
  color: #ffffff;
}

.online-tutors .price-reg .tutor-price, .online-test .price-reg .tutor-price {
  font-size: 15px;
  color: #003F9E;
  font-weight: 600;
}

.online-tutors .price-reg .tutor-price.test-price, .online-test .price-reg .tutor-price.test-price {
  margin-bottom: 5px;
}

.online-tutors .price-reg .tutor-req-btn, .online-test .price-reg .tutor-req-btn {
  border: 1px solid #003F9E;
  background-color: #003F9E;
  border-radius: 5px;
  padding: 8px 15px;
  color: #ffffff;
}

.online-tutors .price-reg .tutor-req-btn:hover, .online-test .price-reg .tutor-req-btn:hover {
  background-color: transparent;
  color: #003F9E;
}

.online-tutors .price-reg .tutor-req-btn.test-buy-btn, .online-test .price-reg .tutor-req-btn.test-buy-btn {
  padding: 5px 25px;
}

.online-tutors .price-reg .test-validity, .online-test .price-reg .test-validity {
  margin-bottom: 5px;
}

.online-tutors .tutor-rate, .online-test .tutor-rate {
  color: #003F9E;
  font-weight: 600;
}

.online-tutors .five-rate, .online-test .five-rate {
  color: #000000;
}

.online-tutors .tutor-about, .online-test .tutor-about {
  display: -webkit-box;
  max-width: 300px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .listing-sec .class-img-box {
    padding: 0;
  }
  .listing-sec .class-img-box .box-img {
    width: 100%;
    height: 172px;
  }
  .listing-sec .class-info .star-class {
    display: none;
  }
  .listing-sec .class-info .class-title {
    padding-right: 0;
  }
  .tech-info, .price-reg {
    padding: 0;
  }
  .tutor-about-main {
    padding: 0;
  }
}

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.tutor-about-main .educator-price {
  color: #003F9E;
  font-weight: 500;
}

.request-head {
  color: #003F9E;
  font-weight: 600;
}

.h-link {
  color: #223f9e;
}

.card.series-qpapr {
  -webkit-box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(196, 196, 196, 0.5);
          box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(196, 196, 196, 0.5);
  border-radius: 7px;
  margin-bottom: 15px;
}

.card.series-qpapr .card-body .tt-title {
  font-weight: 500;
  color: #003F9E;
  margin-bottom: 10px;
}

.card.series-qpapr .card-body .sqp-text {
  margin-bottom: 0;
}

.card.series-qpapr .card-body .sqp-text.txt-imp {
  font-weight: 500;
}

.u-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #C4C4C4;
}

.border-between > [class*='col-']:before {
  background: #C4C4C4;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  height: 36px;
  top: 9px;
  -webkit-transform: rotate(-172.87deg);
          transform: rotate(-172.87deg);
}

.border-between > [class*='col-']:first-child:before {
  display: none;
}

.responsive-menu {
  position: fixed;
  /* top: 134px; */
  left: 0;
  line-height: 1;
  padding: 10px 15px 8px;
  background-color: #FF9B00;
  border-radius: 0 50% 50% 0;
  z-index: 1;
  -webkit-box-shadow: 1px 2px 4px 2px #626262;
          box-shadow: 1px 2px 4px 2px #626262;
}

.responsive-menu:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  -webkit-transform: rotate(271deg);
          transform: rotate(271deg);
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive-menu {
    display: block !important;
  }
  .my-account-userinfo {
    display: none;
    position: fixed;
    padding-top: 75px;
    inset: 0 0px 0px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 500ms ease 0s;
    transition: opacity 500ms ease 0s;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    overflow: scroll;
  }
  .my-account-userinfo.active {
    display: block;
  }
}

.custom-breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}

.checkout-card {
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.checkout-card .checkout-card-body {
  padding: .8rem;
}

.checkout-card .checkout-card-body .f-weight {
  font-weight: 500;
}

.checkout-card .checkout-card-body .font-size {
  font-size: 10px;
}

.checkout-card .checkout-card-body .amout-txt {
  color: #000000;
  font-weight: 500;
}

.course-fee-amount {
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 0 4px #33333361;
          box-shadow: 0px 0 4px #33333361;
}

.course-fee-amount .course-fee {
  color: #4E5155;
  font-size: 15px;
  font-weight: bold;
}

.course-fee-amount .amount-tab .course-name, .course-fee-amount .amount-tab .discount-name, .course-fee-amount .amount-tab .gst-name {
  color: #4E5155;
  margin-right: auto;
}

.course-fee-amount .amount-tab .coamount {
  color: #000000;
  font-weight: 500;
}

.course-fee-amount .amount-tab .dsamount {
  color: #4CB666;
  font-weight: 500;
}

.course-fee-amount .amount-tab .gstamount {
  color: #E8505B;
  font-weight: 500;
}

.course-fee-amount .payable-footer {
  background: transparent;
}

.course-fee-amount .payable-footer .payable-name {
  color: #4E5155;
  margin-right: auto;
}

.course-fee-amount .payable-footer .total-amount-fee {
  color: #000000;
  font-weight: 600;
}

.course-fee-pay-btn {
  background-color: #4CB666;
  border: 1px solid #4CB666;
  color: #ffffff;
  width: 100%;
  border-radius: 5px;
  margin-top: 20px;
}

.course-fee-pay-btn.credit-point {
  font-weight: 500;
  min-width: 7rem;
  padding: 14px 28px;
  width: auto;
}

.course-fee-pay-btn:hover {
  background: transparent;
  color: #4CB666;
}

.online-test-code {
  color: #626262;
  font-size: 13px;
  font-weight: 500;
}

.form-control.sm-des {
  border-radius: 0.5rem;
  background: #e8e8e8;
}

span.redeem {
  border: 1px solid #0a7aff;
  text-align: center;
  background: #0A7AFF;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 17px 20px;
  line-height: 7rem;
}

span.redeem:hover {
  background: transparent;
  color: #0a7aff;
}

span.redeem.remove {
  border: 1px solid #AF2020;
  background-color: #AF2020;
}

span.redeem.remove:hover {
  background-color: transparent;
  color: #AF2020;
}

.card.border-hide {
  border: none;
}

.card.border-hide .post-req-body {
  padding: 0.5rem 0;
}

.card.border-hide .post-req-body .pb-none {
  margin-bottom: 0.4rem;
}

.card.border-hide .post-req-body .pb-none:last-child {
  margin-bottom: 0;
}

.card.border-hide img.card-img-top {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 575px) {
  .card.border-hide img.card-img-top {
    width: 25%;
  }
}

.colr-blue {
  color: #003F9E;
}

.note-text {
  color: #0069D9;
}

.remove-btn {
  float: right;
}

.remove-btn a {
  color: #E8505B;
}

ol.colr li {
  color: #4E5155;
  font-weight: 500;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.class-detail-box .check-upper-row .back-page-detail {
  color: #003F9E;
  font-weight: 500;
}

.class-detail-box .check-upper-row .payment-name {
  font-weight: 500;
}

.class-detail-box .reg-close {
  text-align: right;
}

.class-detail-box .price-detail-box {
  border-radius: 25px 0px;
}

.class-detail-box .price-detail-box .course-fee {
  padding-top: 12px;
}

.class-detail-box .price-detail-box .price-box-footer {
  padding: 0;
  border: 0;
  background: transparent;
}

.class-detail-box .price-detail-box .price-box-footer .course-fee-btn {
  width: 100%;
  background-color: #4CB666;
  color: #ffffff;
  font-weight: 500;
}

.class-detail-box .price-detail-box .price-box-footer .course-fee-btn:hover {
  background: transparent;
  color: #4CB666;
  border: 1px solid #4CB666;
}

.class-detail-box .price-detail {
  color: #003F9E;
  font-size: 15px;
  font-weight: 600;
}

.class-details.ques-dtail .board-name-btn {
  padding: 10px 15px;
  min-width: 10rem;
  display: inline-block;
  text-align: center;
}

.class-details .pre-requisite, .class-details .board, .class-details .about-us-class, .class-details .session-title, .class-details .instructor, .class-details .heading-title {
  color: #003F9E;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.class-details .pre-requisite-desc, .class-details .about-class-desc {
  white-space: pre-line;
}

.class-details .board-name-btn {
  background-color: #F0F0F0;
  border-radius: 5px;
  color: #757575;
  font-weight: 500;
  padding: 5px 50px;
  margin-bottom: 15px;
}

.tutor-rating .tutor-rate {
  color: #FF9B00;
  font-weight: 600;
}

#accordion .card.job-profile {
  border-radius: 5px;
  margin-bottom: 20px;
}

#accordion .card.job-profile .card-header {
  background-color: #DFDFDF;
}

#accordion .card.job-profile .card-header button.btn {
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

#accordion .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#accordion [data-toggle="collapse"]:after {
  position: absolute;
  text-align: center;
  right: 18px;
  background-color: transparent;
  color: #949494;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  font-weight: 600;
  top: 18px;
}

#accordion [data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.session-details .enroll_acord {
  background-color: #FF9B00;
  border-radius: 2px;
  color: #ffffff;
}

.header-session {
  background-color: transparent;
  padding: 0;
  border-radius: 6px;
}

.header-session .session-btn {
  color: #003F9E;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  width: 100%;
}

.header-session .session-btn .session-time {
  color: #949494;
  font-size: 12px;
}

.instructor-details .name-instructor {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding-top: 10px;
}

.instructor-details .name-instructor-edu {
  color: #291843;
  margin-bottom: 10px;
}

.instructor-details .exp-instructor {
  color: #6D7780;
}

.similar-live-class .similar-title {
  color: #003F9E;
  font-size: 22px;
  font-weight: 600;
}

.ratings-instructor .ratings-title {
  color: #003F9E;
  font-size: 22px;
  font-weight: 600;
}

.ratings-instructor .ratings {
  color: #6D7780;
}

.ratings-instructor .count-rate {
  color: #FF9B00;
}

.ratings-instructor .list-reviews {
  padding: 0;
}

.ratings-instructor .list-reviews .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C4C4C4;
  padding: 15px 0;
}

.ratings-instructor .list-reviews .reviews .user-review-img {
  margin-right: 20px;
  margin-bottom: 15px;
  width: 83px;
  height: 83px;
}

.ratings-instructor .list-reviews .reviews .name-desc .user-name {
  color: #003F9E;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  font-family: 'Montserrat', sans-serif;
}

.ratings-instructor .more-reviews-btn {
  width: 100%;
  color: #FF9B00;
  font-weight: 600;
}

.ratings-instructor .five-rate {
  color: #000000;
}

.enroll-btn {
  background: #4CB666;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #4CB666;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
  display: inline-block;
  width: 100%;
}

.enroll-btn:hover {
  background: transparent;
  color: #4CB666;
}

.note-text {
  margin: auto;
  color: #003F9E;
  padding: 10px 0;
}

.class-text-heading {
  color: #003F9E;
  font-weight: 600;
}

.card.loan-profile {
  border: none;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.card.loan-profile .enrolled {
  font-size: 10px;
}

.card.loan-profile .enrolled.ended {
  color: #AF2020;
}

.card.loan-profile .enrolled.on-going {
  color: #4CB666;
}

.card.loan-profile .enrolled.upcoming {
  color: #449EFF;
}

#classes-session .attachments .txthead {
  color: #cccccc;
}

#classes-session .class-status {
  color: #4E5155;
  font-weight: normal;
  padding: 10px 20px;
  float: right;
  font-size: 14px;
  color: #AE6E79;
  position: absolute;
  right: 0;
  top: 0;
}

#classes-session .cls-session-card {
  border-bottom: none;
}

#classes-session .cls-session-card:hover {
  background-color: #e8e8e8;
}

#classes-session .cls-session-card.ended {
  background-color: #F6F6FA;
}

#classes-session .cls-session-card.active-acc {
  background-color: #ffffff;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#classes-session .cls-session-card .go-to-class {
  font-weight: 400;
  background-color: #4CB666;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 5px;
}

#classes-session .cls-session-card .live-class-status {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  color: #4CB666;
  font-family: Poppins;
}

#classes-session .cls-session-card .live-class-status.closed {
  color: #E8505B;
}

#classes-session .cls-session-card .live-class-status.upcome {
  color: #449EFF;
}

#classes-session .collapse.show {
  border-top: none;
  border-radius: 0 0 6px 6px;
}

#classes-session .collapse.show .card-body.live-session {
  padding-top: 0;
}

#classes-session .additional-button .btn {
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px;
  min-width: 7rem;
  margin: 5px 5px 5px 0;
}

#classes-session .additional-button .btn.btn-blue {
  border: 1px solid #449EFF;
  background-color: #449EFF;
}

#classes-session .additional-button .btn.btn-blue:hover {
  background-color: transparent;
  color: #449EFF;
}

#classes-session .additional-button .btn.btn-prim-blue {
  border: 1px solid #003F9E;
  background-color: #003F9E;
}

#classes-session .additional-button .btn.btn-prim-blue:hover {
  background-color: transparent;
  color: #003F9E;
}

#classes-session .additional-button .btn.btn-violet {
  border: 1px solid #FF9B00;
  background-color: #FF9B00;
}

#classes-session .additional-button .btn.btn-violet:hover {
  background-color: transparent;
  color: #FF9B00;
}

.blue-colr {
  color: #449EFF;
  font-weight: 500;
}

@media (max-width: 991px) {
  .session-details-col {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .header-session .session-btn {
    width: 75%;
  }
  .course_details_form .upcoming-classes .col-order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .course_details_form .upcoming-classes .col-order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) {
  .image-uploader .uploaded .uploaded-image img {
    padding: 5px;
    padding: 10px;
    border: 1px solid mediumseagreen;
  }
}

.gallery-image-section {
  background-color: #F0F0F0;
}

.gallery-image-section .notes-title {
  margin-bottom: 0;
  font-size: 15px;
}

.gallery-image-section .image-uploader {
  min-height: 10rem;
  border: 1px solid #d9d9d9;
  position: relative;
}

.btn.notes.save-btn {
  background-color: #F0F0F0;
  background-color: #4CB666;
  border-radius: 5px;
  padding: 4px 40px;
  color: #ffffff;
}

.vision img.vision-img {
  width: 80%;
}

.my-account-userinfo .account-user-name {
  color: #003F9E;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.my-account-userinfo .list-menu .user-details-list {
  list-style: none;
  padding: 0;
}

.my-account-userinfo .list-menu .user-details-list .link-list {
  background: #f6f6fa;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0;
}

.my-account-userinfo .list-menu .user-details-list .link-list .link-m {
  font-weight: 500;
  border-radius: 0;
  width: 100%;
}

.my-account-userinfo .list-menu .user-details-list .list-active {
  background-color: #FF9B00;
}

.my-account-userinfo .list-menu .user-details-list .link-m.list-active {
  color: #ffffff;
  font-weight: 600;
}

.tab-sec .tab-name-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-sec .tab-name-list .my-list {
  margin-right: 25px;
}

.tab-sec .tab-name-list .my-list .list-a.my-active:after {
  border-bottom: 3px solid #003F9E;
  content: "";
  display: block;
  height: 8px;
  color: #FF9B00;
}

.tab-sec .tab-name-list .my-list .list-a.my-active {
  color: #003F9E;
}

.tab-sec .tab-name-list li.ogtext {
  margin-right: 25px;
}

.tab-sec .tab-name-list li.ogtext .oglink.my-active {
  color: #003F9E;
}

.tab-sec .tab-name-list li.ogtext .oglink.my-active:after {
  border-bottom: 3px solid #003F9E;
  content: "";
  display: block;
  height: 8px;
  color: #FF9B00;
}

.online-edu-sec .enrolled {
  position: absolute;
  right: 35px;
  color: #4cb666;
}

.online-edu-sec .enrolled.ended {
  color: #af2020;
}

.online-edu-sec .enrolled.yet-to-start {
  color: #003F9E;
}

.online-edu-sec .go-class {
  text-align: right;
}

.online-edu-sec .go-class .go-class-btn {
  background-color: #4CB666;
  border-radius: 5px;
  color: #fff;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 13px;
}

.online-edu-sec .go-class .go-class-btn.view-detail-btn {
  background-color: #003F9E;
  color: #ffffff;
}

.one-2-1-session .one-2-1-info .session-date-time {
  color: #626262;
  margin-bottom: 5px;
}

.one-2-1-session .one-2-1-info .session-list {
  font-weight: 500;
}

.one-2-1-session .session-start-time {
  text-align: right;
}

.one-2-1-session .session-start-time .yet-start-btn {
  border: 1px solid #767d9f;
  border-radius: 5px;
  color: #767d9f;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 7px;
}

.one-2-1-session .session-start-time .yet-start-btn.recording-btn {
  background-color: #FF9B00;
  color: #ffffff;
  border: 1px solid #FF9B00;
}

.one-2-1-session .session-start-time .time-session-active {
  color: #af2020;
}

.one-2-1-session .session-start-time .time-session-active.recording {
  color: #af2020;
}

.attempts {
  color: #291843;
  font-weight: 500;
  margin-bottom: 0;
}

.expires-test {
  color: #af2020;
}

.revision-notes-lists .notes-lists {
  padding: 0;
  list-style: none;
}

.revision-notes-lists .note-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.revision-notes-lists .note-card.alert-test-box {
  background: rgba(237, 28, 36, 0.1);
  color: #ed1c24;
}

.revision-notes-lists .note-card.alert-test-box .test-alert {
  padding: 10px 0;
}

.revision-notes-lists .note-card .note-time {
  margin-bottom: 0;
}

.revision-notes-lists .note-card .note-edit-delete {
  padding-top: 10px;
}

.revision-notes-lists .note-card .note-edit-delete .edit-a {
  margin-right: 15px;
}

.revision-notes-lists .note-title {
  margin-bottom: 5px;
  color: #003F9E;
}

.revision-notes-lists .note-time {
  color: #949494;
}

.revision-notes-lists .note-li {
  margin-bottom: 10px;
}

.revision-notes-title .revision-title:after {
  border-bottom: 1px solid #c4c4c4;
  content: "";
  display: block;
  height: 15px;
}

.revision-notes-list-edit .note-title {
  color: #003F9E;
}

.revision-notes-list-edit .revision-note-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.revision-notes-list-edit .revision-note-open .note-open-name .note-name {
  margin-bottom: 5px;
}

.revision-notes-list-edit .revision-note-open .note-open-name .note-open-date {
  color: #949494;
}

.revision-notes-list-edit .revision-note-open .img-popup-open {
  margin-right: 20px;
}

.revision-notes-list-edit .upload-notes-sec {
  border: 1px solid #c4c4c4;
}

.revision-notes-list-edit .upload-notes-sec .upload-note-lists {
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 10px;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.revision-notes-list-edit .upload-notes-sec .upload-note-lists .list-note {
  border: 1px solid #FF9B00;
  position: relative;
  margin-right: 0px;
  margin-bottom: 1rem;
  width: 88px;
  height: 88px;
}

.revision-notes-list-edit .upload-notes-sec .upload-note-lists .list-note .list-note-img {
  width: 100%;
  height: 100%;
}

.revision-notes-list-edit .upload-notes-sec .upload-note-lists .list-note .remove-img {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.revision-notes-list-edit .upload-notes-sec .upload-note-lists .list-note .fa.fa-download {
  position: absolute;
  top: calc(25.666667% - 0rem);
  left: calc(51.666667% - 1rem);
  font-size: 35px;
}

.notes-upload .upload-modal-header {
  border: 0;
}

.notes-upload .upload-modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  color: #291843;
}

.notes-upload .upload-modal-body {
  text-align: center;
  padding: 0 26px;
}

.notes-upload .upload-img-sec {
  background: rgba(196, 196, 196, 0.3);
  border: 1px solid #c4c4c4;
  padding: 40px 0;
}

.notes-upload .upload-img-sec > input {
  display: none;
}

.notes-upload .upload-img-sec.comp-img-sec {
  background: #f0f0f0;
}

.notes-upload .upload-modal-footer {
  border: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 0 15px 20px;
}

.notes-upload .note-cancel-btn {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
  color: #003F9E;
  border: 1px solid #003F9E;
  font-weight: 400;
}

.notes-upload .note-upoad-btn {
  background: #003F9E;
  border-radius: 5px;
  font-weight: 400;
  padding: 5px 15px;
  color: #ffffff;
}

.notes-upload .note-upoad-btn.note-upoad-com-btn {
  background: #4CB666;
}

.notes-upload .upload-modal-content {
  border-radius: 30px;
}

.notes-upload .img-view {
  position: absolute;
}

.notes-upload .img-view img {
  width: 745px;
  height: 177px;
}

.notes-upload .icon-upload {
  width: 100%;
  cursor: pointer;
}

@media (max-width: 991px) {
  .online-edu-sec .enrolled {
    position: absolute;
    right: 5px;
    color: #4cb666;
  }
  .online-edu-sec .go-class {
    text-align: left;
    padding: 10px 0;
  }
  .doubt-info {
    text-align: left;
    padding: 0;
  }
  .listing-sec .class-info.one-2-1-info {
    padding: 10px 10px 0 10px;
  }
  .revision-notes-list-edit .upload-notes-sec .upload-note-lists {
    text-align: center;
  }
  .revision-notes-list-edit .upload-notes-sec .upload-note-lists .list-note {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.my-class-title {
  color: #003F9E;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif;
}

.session-yet {
  color: #9d9d9d !important;
  float: right;
}

.back-page {
  color: #0a7aff;
}

.recoding-single {
  color: #AF2020;
}

.ended {
  color: #AF2020 !important;
}

.userinfo-test .userinfo-table {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.trans-history .trans-amount {
  color: #003F9E;
  font-weight: 500;
  font-size: 15px;
}

.trans-history .trans-success {
  color: #4CB666;
  font-weight: 500;
}

.trans-history .trans-success.pending {
  color: #FF9B00;
}

.trans-history .trans-success.failed {
  color: #AF2020;
}

.date-time-book-slots .date-slots-cal {
  border: 1px solid #f0f0f0;
}

.date-time-book-slots .date-slots-cal .single-date-col {
  text-align: center;
}

.date-time-book-slots .date-slots-cal .single-date-col .day-date-box {
  border: 1px solid #f0f0f0;
  padding: 10px 0;
}

.date-time-book-slots .date-slots-cal .single-date-col .day-date-box .week-day {
  color: #000000;
}

.date-time-book-slots .date-slots-cal .single-date-col .day-date-box .date-month {
  color: #626262;
}

.date-time-book-slots .date-slots-cal .single-date-col .list-pannel .list-time {
  padding-left: 0;
  list-style: none;
}

.date-time-book-slots .date-slots-cal .single-date-col .list-pannel .list-time .time-item {
  border-radius: 3px;
  padding: 5px 25px;
  color: #ffffff;
  font-weight: 400;
}

.date-time-book-slots .date-slots-cal .single-date-col .list-pannel .list-time .available-time {
  background-color: #4CB666;
}

.date-time-book-slots .date-slots-cal .single-date-col .list-pannel .list-time .expire-time {
  background-color: #E8505B;
}

.date-time-book-slots .date-slots-cal .single-date-col .list-pannel .list-time .book-time {
  background-color: #449EFF;
}

.date-time-book-slots .date-slots-cal .single-date-col .list-pannel .list-time .time-box {
  padding-bottom: 10px;
}

.date-time-book-slots .date-slots-cal .slick-prev {
  left: 2px;
  top: 35px;
  z-index: 1;
}

.date-time-book-slots .date-slots-cal .slick-next {
  right: 2px;
  top: 35px;
}

.date-time-book-slots .date-slots-cal .slick-prev:before,
.date-time-book-slots .date-slots-cal .slick-next:before {
  font-size: 10px;
}

.date-time-book-slots .date-slots-cal .slick-prev:before {
  content: url(../images/left-arrow.png);
}

.date-time-book-slots .date-slots-cal .slick-next:before {
  content: url(../images/right-arrow.png);
}

.date-time-book-slots .date-slots-cal .slick-prev.slick-arrow,
.date-time-book-slots .date-slots-cal .slick-next.slick-arrow {
  display: block !important;
}

.date-time-book-slots .book-btn-block {
  text-align: center;
}

.date-time-book-slots .book-btn-block .proceed-tot-book {
  background-color: #003F9E;
  color: #ffffff;
  border-radius: 3px;
}

.mobile-menu-btn {
  padding: 0;
}

@media only screen and (max-width: 991px) and (min-width: 300px) {
  .signin-btn {
    font-size: 10px !important;
    padding: 4px 5px;
    border-radius: 3px;
  }
  .mainlogo {
    width: 100px;
    margin-left: 20px;
  }
  .last-login,
  .login-divider {
    display: none !important;
  }
  .header .topbar-inner {
    padding: 10px 0 !important;
  }
  .mobile-menu-btn {
    padding-top: 10px;
  }
}

.online-test-credit-amount .pack-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 15px;
}

.online-test-credit-amount .pack-online .amount {
  margin-right: auto;
  margin-bottom: 0;
  color: #003F9E;
  font-weight: 500;
}

.online-test-credit-amount .pack-online .amount-point {
  margin-right: auto;
  margin-bottom: 0;
}

.my-profile-title {
  color: #003F9E;
  font-weight: 600;
}

.month-calender .upper-row .select-month .select-month-cal {
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
}

.month-calender .upper-row .today-date .today-date-btn {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 5px 30px;
  color: #000000;
  font-weight: 400;
}

.month-calender .date-slider .day-with-date-box {
  text-align: center;
}

.month-calender .date-slider .day-with-date-box .week-date {
  color: #000000;
  font-weight: bold;
}

.month-calender .date-slider .day-with-date-box .week-day {
  margin-bottom: 5px;
}

.month-calender .date-slider .slick-prev:before {
  content: url(../images/left-arrow.png);
}

.month-calender .date-slider .slick-next:before {
  content: url(../images/right-arrow.png);
}

.month-calender .date-slider .slick-prev.slick-arrow,
.month-calender .date-slider .slick-next.slick-arrow {
  display: block !important;
}

.day-with-date-box:hover, .day-with-date-box:active {
  background: #ffffff;
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.day-with-date-box.active-date {
  border: 1px solid #FF9B00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: rgba(236, 163, 15, 0.22);
  font-weight: 700;
}

.o-title {
  font-size: 22px;
  color: #003F9E;
  font-weight: 600;
}

.o-txt {
  font-weight: 500;
  margin-bottom: 0;
}

.stud-testpaper {
  list-style: none;
  padding-left: 0;
}

.stud-testpaper li {
  padding: 10px 0;
}

.stud-testpaper li .pretty .state.custom-btnclr label:after {
  width: 9px;
  height: 9px;
  left: 3px;
}

.stud-testpaper li .pretty .state .svg {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stud-testpaper li .pretty .state label {
  text-indent: 2.5em;
}

.stud-testpaper li .pretty .state label:before {
  border: 2px solid gray;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stud-testpaper li .pretty .state label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 370px) {
  .tab-sec .tab-name-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab-sec .tab-name-list .my-list {
    margin-right: 5px;
  }
}

.slot-marks-colr .colr-box {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

.slot-marks-colr .colr-box.colr-blue {
  background-color: #449EFF;
}

.slot-marks-colr .colr-box.colr-blue.attempt-color {
  background-color: #4CB666;
}

.slot-marks-colr .colr-box.colr-green {
  background-color: #4CB666;
}

.slot-marks-colr .colr-box.colr-green.view-not-attempt {
  background-color: #FF0000;
}

.slot-marks-colr .colr-box.colr-red {
  background-color: #E8505B;
}

.slot-marks-colr .colr-box.colr-red.mark-review {
  background-color: #EF5B00;
}

.slot-marks-colr .colr-box.not-view {
  background-color: #DADADA;
}

.slot-selector {
  height: 35px;
  padding: 5px 15px;
}

.attempts-details .attempts .attemts-title {
  color: #FD7D4D;
}

.attempts-details .attempts .attemts-title:after {
  content: "";
  border-bottom: 3px solid #FD7D4D;
  display: block;
  width: 80px;
  height: 5px;
  margin-left: -10px;
}

.attempts-details .attempts .attempts-lists {
  list-style: none;
  padding: 0;
}

.attempts-details .attempt-name {
  color: #4E5155;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 10px;
}

.attempts-details .card-attempt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.attempts-details .btn-attempts-analysis {
  background-color: #003F9E;
  border-radius: 5px;
  padding: 8px 35px;
  font-weight: 400;
  color: #ffffff;
}

.attempts-details .score-attempt {
  color: #FD7D4D;
  padding-top: 10px;
  font-weight: 500;
}

.time-question {
  color: #291843;
  font-weight: 500;
  padding-top: 10px;
}

.grade-point {
  color: #291843;
}

.slot-marks-colr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slot-marks-colr p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .slot-marks-colr {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.online-test-intro-sec {
  color: #291843;
}

.online-test-intro-sec .test-instructions .instruction-heading {
  font-weight: 600;
}

.online-test-intro-sec .test-instructions .instructions-lists {
  padding-left: 12px;
}

.online-test-intro-sec .online-student-details {
  font-weight: 500;
}

.online-test-intro-sec .nav-sub-list, .online-test-intro-sec .question-list {
  list-style: none;
  padding: 0;
  color: #626262;
}

.online-test-intro-sec .ans-heading, .online-test-intro-sec .nav-heding {
  font-weight: 600;
  font-size: 15px;
}

.attempts-color .note-intro-attempt {
  color: #e8505b;
}

.completed-img {
  text-align: center;
}

.completed-text {
  text-align: center;
}

.notes-upload-after-classoff {
  background-color: #F0F0F0;
}

.notes-upload-after-classoff .note-upoad-com-btn {
  background-color: #4CB666;
  border-radius: 5px;
  padding: 4px 40px;
  color: #ffffff;
}

.start-test-btn {
  background-color: #4CB666;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 40px;
  font-weight: 400;
}

.give-rate-sec .give-rate {
  color: #003F9E;
  font-weight: 500;
}

.give-rate-sec .submit-btn {
  background-color: #4CB666;
  color: #ffffff;
  border: 0;
  padding: 8px 50px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
}

.give-rate-sec .review-sel {
  background: #F6F7F8;
  border-radius: 6px;
}

.card.student-qpaper-buy {
  -webkit-box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(196, 196, 196, 0.5);
          box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(196, 196, 196, 0.5);
  border-radius: 7px;
  margin-bottom: 15px;
}

.card.student-qpaper-buy .card-body p.q-dtl {
  margin-bottom: 0;
}

.card.student-qpaper-buy .card-body p.q-dtl.f-weight {
  font-size: 15px;
  font-weight: 500;
}

.bootstrap-select button.dropdown-toggle {
  background-image: url(/static/student_app/images/select-arrow.png) !important;
  background-position: calc(100% - 15px) 17px, calc(100% - 20px) 14px, 100% 0 !important;
  background-size: 13px 13px, 13px 13px !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none !important;
  height: 52px;
  background: #F6F6FA;
  border-radius: 6px;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  font-size: 13px;
  -moz-appearance: none !important;
}

.bootstrap-select button.dropdown-toggle:after {
  content: none;
}

.user-subject-sec .user-test-name {
  border-top: 3px solid rgba(208, 208, 208, 0.25);
  padding-top: 20px;
}

.user-subject-sec .user-test-name .Test-subject .test-name {
  color: #000;
}

.user-subject-sec .user-test-name .user-name-time .user-name {
  color: #000;
}

.user-subject-sec .user-test-name .user-name-time .user-divider {
  margin: 0 10px;
  color: #C4C4C4;
}

.user-subject-sec .user-test-name .user-name-time .test-remain-time {
  color: #AF2020;
  font-weight: 500;
}

.question-panel, .questions-view-panel {
  overflow-y: scroll;
  background-color: #383843;
  width: 330px;
  padding: 15px 10px;
  height: calc(100vh - 122px);
}

.question-panel.s-scroll, .questions-view-panel.s-scroll {
  background-color: transparent;
  width: 100%;
}

.question-panel::-webkit-scrollbar-thumb, .questions-view-panel::-webkit-scrollbar-thumb {
  background-color: #E3E9F0;
  outline: 1px solid slategrey;
  border-radius: 1px;
}

.question-panel::-webkit-scrollbar, .questions-view-panel::-webkit-scrollbar {
  width: .5em;
}

.question-panel .qu-title {
  color: #FAFAFA;
  font-weight: 600;
  font-size: 15px;
}

.question-panel .question-count-number .question-num-lists {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.question-panel .question-count-number .question-num-lists .link-num {
  background-color: #FAFAFA;
  padding: 8px;
  margin: 8px;
  border-radius: 5px;
  color: #383843;
  font-weight: 400;
}

.question-panel .question-count-number .question-num-lists .link-num.active-qstion {
  outline: auto !important;
}

.question-panel .question-count-number .question-num-lists .link-num .num-li {
  text-align: center;
  font-size: 18px;
}

.question-panel .question-count-number .question-num-lists .link-num.attempt-color {
  background-color: rgba(76, 182, 102, 0.94);
  color: #ffffff;
}

.question-panel .question-count-number .question-num-lists .link-num.review-mark {
  background-color: #CC6B11;
  color: #ffffff;
}

.question-panel .question-count-number .question-num-lists .link-num.view-butnot-attempt {
  background-color: #AF2020;
  color: #ffffff;
}

.question-panel .color-instruct .color-list {
  list-style: none;
  padding: 0;
}

.question-panel .color-instruct .color-list .num-color-attep {
  padding-bottom: 10px;
}

.question-panel .color-instruct .color-list .num-color-attep .color-attempts {
  background: rgba(76, 182, 102, 0.94);
  display: inline-block;
  width: 45px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

.question-panel .color-instruct .color-list .num-color-attep .color-view-not-attempt {
  background: #AF2020;
  display: inline-block;
  width: 45px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

.question-panel .color-instruct .color-list .num-color-attep .color-mark-review {
  background: #CC6B11;
  display: inline-block;
  width: 45px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

.question-panel .color-instruct .color-list .num-color-attep .color-not-attempt {
  background: #FAFAFA;
  display: inline-block;
  width: 45px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

.question-panel .color-instruct .color-list .num-color-attep .qu-attempts, .question-panel .color-instruct .color-list .num-color-attep .qu-view-not-attempt, .question-panel .color-instruct .color-list .num-color-attep .qu-mark-review, .question-panel .color-instruct .color-list .num-color-attep .qu-not-attempt {
  color: #ffffff;
  font-weight: 500;
}

.question-panel .finish-test .test-sub-finish {
  background-color: #FAFAFA;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
}

.question-panel .finish-test .test-sub-finish:hover {
  background-color: #4CB666;
  color: #ffffff;
}

.questions-view-panel {
  width: 100%;
}

.questions-view-panel .question-number-show {
  background-color: #E3E9F0;
}

.questions-view-panel .question-number-show .question-number {
  padding: 15px 15px;
  font-weight: 600;
  color: #000;
}

.questions-view-panel .previous-btn, .questions-view-panel .next-btn, .questions-view-panel .unmark-btn, .questions-view-panel .mrview-btn, .questions-view-panel .save-con-btn {
  background-color: #FAFAFA;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 8px 25px;
  color: #383843;
  font-weight: 500;
}

.questions-view-panel .previous-btn:hover, .questions-view-panel .next-btn:hover, .questions-view-panel .unmark-btn:hover, .questions-view-panel .mrview-btn:hover, .questions-view-panel .save-con-btn:hover {
  background-color: #003F9E;
  color: #ffffff;
}

.questions-view-panel .test-answer-view .answer-title {
  font-weight: 600;
}

.questions-view-panel .test-answer-view .answer-multi-type {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.questions-view-panel .test-answer-view .answer-multi-type li {
  margin-right: 10px;
}

@media (min-width: 250px) and (max-width: 991px) {
  .main-for-desktop {
    display: none;
  }
  .main-for-mobile {
    text-align: center;
    padding: 250px 0;
    background-color: #f4b75d;
    color: #3456a9;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .main-for-mobile {
    display: none;
  }
}

.attept-question-with-answer .question-nexr-prev .prev-ques {
  color: #AF2020;
  margin-right: 20px;
  font-size: 15px;
}

.attept-question-with-answer .question-nexr-prev .next-ques {
  color: #0069D9;
  font-size: 15px;
}

.attept-question-with-answer .question-nexr-prev .num-ques {
  color: #000;
  font-size: 15px;
}

.attept-question-with-answer .question-ans-view .question-oprtions {
  list-style: none;
  padding: 0;
}

.attept-question-with-answer .custom-progress {
  margin-bottom: 15px;
}

.attept-question-with-answer .custom-progress .progress-bar {
  background-color: #449EFF;
}

.attept-question-with-answer .custom-progress .progress-bar.bg-success {
  background-color: #00BFA6 !important;
}

.attept-question-with-answer .custom-progress .progress-bar.bg-danger {
  background-color: #E8505B !important;
}

.attept-question-with-answer .total-percentage {
  padding-top: 75px;
}

.attept-question-with-answer .total-percentage .per-num {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.test-solutions .sol-title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.attempts-result .table-result {
  background: #FFF1EC;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
}

.attempts-result .table-result .attpt-nums {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.attempts-result .table-result .count-res {
  color: #4CB666;
  font-size: 15px;
}

.attempts-result .table-result .attemt-3 {
  padding: 20px;
}

.attempts-result .table-result .total-head {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.attempts-result .table-result .attempt-head {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.attempts-result .table-result .total-num, .attempts-result .table-result .attempt-num {
  margin-bottom: 0;
}

.attempts-result .table-result td {
  width: 200px;
  padding: 10px 0;
}

.question-ans-view .wrong-status {
  color: #AF2020;
  font-weight: 500;
}

.question-ans-view .right-ans {
  color: #4CB666;
  font-weight: 500;
}

.result-analysis-map .analysis-title {
  font-weight: 600;
}

.spinner {
  width: 35px;
  height: 35px;
  margin: auto;
  background-color: #003F9E;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

table.table.custom-table {
  font-size: 12px;
}

table.table.custom-table thead.bg {
  background-color: #E2E5E8;
}

table.table.custom-table tbody {
  background-color: #f6f7f8;
  color: #707173;
}

table.table.custom-table tbody tr {
  border-bottom: 1px solid lightgray;
}

table.table.custom-table tbody tr td a.linking {
  color: #756ADE;
}

.table-form {
  color: #000000;
}

.table-form label {
  font-weight: 500;
}

.table-form .form-control.default-table-input {
  border-radius: 5px;
  padding: 10px;
}

@media (max-width: 991px) {
  .custom-table-field {
    overflow-x: scroll;
  }
}

.show-result {
  color: #4CB666;
}

.star-rating {
  padding: 2px;
}

.star-rating s {
  color: #E2E5E8;
  font-size: 28px;
  cursor: default;
  text-decoration: none;
  line-height: 50px;
}

.star-rating s:hover, .star-rating s.active {
  color: #FF9B00;
}

.star-rating s:hover:before, .star-rating s.active:before {
  content: "\f005";
}

.star-rating s:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3rem;
  content: "\f005";
}

.card.cl-design {
  -webkit-box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(196, 196, 196, 0.5);
          box-shadow: 0.7px 0.7px 0.7px 0.7px rgba(196, 196, 196, 0.5);
  border-radius: 7px;
  margin-bottom: 15px;
}

.card.cl-design .card-body.cl-body {
  padding: 1rem;
}

.card.cl-design .card-body.cl-body p.cl-text {
  font-weight: 500;
  margin-bottom: 0;
}

.card.cl-design .card-body.cl-body p.detail-text {
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card.cl-design .card-body.cl-body .cl-title {
  color: #003F9E;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}

.card.cl-design .card-body.cl-body .cl-title a {
  color: #003F9E;
}

.card.cl-design .card-body.cl-body .cl-link.cl-view span {
  background: #003F9E;
  border: 1px solid #003F9E;
}

.card.cl-design .card-body.cl-body .cl-link.cl-view span:hover {
  background-color: transparent;
  color: #003F9E;
}

.card.cl-design .card-body.cl-body .cl-link span {
  border: 1px solid #4CB666;
  width: 25%;
  background: #4CB666;
  display: block;
  border-radius: 4px;
  padding: 10px;
  min-width: 7rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.card.cl-design .card-body.cl-body .cl-link span:hover {
  background-color: transparent;
  color: #4CB666;
}

.card.achiv-card {
  border: 1px solid #f6f7f8;
  -webkit-box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.card.achiv-card ul.achv-list {
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 30px;
  list-style-type: none;
}

.card.achiv-card ul.achv-list .achiv-figure {
  font-size: 22px;
  color: #FF9B00;
}

.card.achiv-card ul.achv-list .achiv-text {
  font-size: 18px;
  color: #003F9E;
  white-space: nowrap;
  font-weight: 600;
}

.card.vc-testprep-card {
  border: none;
}

.card.vc-testprep-card img.testprep-img {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.card.vc-testprep-card .card-body {
  padding: 70px 8px 5px;
  margin: 0 30px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.card.vc-testprep-card .card-body p.q-txt {
  color: #000000;
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 10px;
}

.card.vc-testprep-card .card-body p.q-txt.key-point {
  font-weight: 600;
  color: #003F9E;
}

.card.why-testprep-card {
  width: 450px;
  background: rgba(76, 182, 102, 0.4);
  border: none;
  margin: auto;
  margin-bottom: 45px;
}

.card.why-testprep-card .card-body {
  padding: 40px;
  border: 2px solid rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 4px 3px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 3px 4px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  color: #003F9E;
  font-weight: 500;
}

.card.why-testprep-card .card-body p.why-text {
  margin-bottom: 0;
  line-height: 2.5;
}

.card.do-tasks-contain {
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card.do-tasks-contain .card-body .border-one-side {
  border-right: 1px solid #80808042;
}

.card.do-tasks-contain .card-body .border-one-side .task-list {
  color: #003F9E;
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 0;
}

.card.do-tasks-contain .card-body .task-title {
  font-size: 22px;
  color: orange;
  font-weight: 700;
  margin: 0;
}

.card.yesterday-winner-details {
  border: 1px solid #003F9E;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
}

.card.yesterday-winner-details .card-body {
  padding: 1rem 2rem;
}

.card.yesterday-winner-details .card-body .title .w-title {
  color: #003F9E;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.card.yesterday-winner-details .card-body .win-detail .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.yesterday-winner-details .card-body .win-detail .winner-dt {
  color: #003F9E;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.card.yesterday-winner-details .card-body .win-detail .winner-image {
  border: 1px solid #003F9E;
  border-radius: 20px;
  width: 100%;
  height: 100px;
}

.card.hallfame-imageholder-card {
  float: left;
  margin: 25px 15px 25px 0;
  -webkit-box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.32);
          box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.32);
  border-radius: 20px;
  border: 1px solid #003F9E;
  width: 115px;
  height: 150px;
}

.card.hallfame-imageholder-card .card-body {
  padding: 0px;
}

.card.hallfame-imageholder-card .card-body img.winner-img {
  width: 100%;
  height: 100%;
}

.card.hallfame-imageholder-card .card-body .achievement-img-container {
  position: absolute;
  bottom: -29px;
  right: -20px;
}

.card.hallfame-imageholder-card .card-body .achievement-img-container img.madel-img {
  width: 70px;
  height: 70px;
}

.card.mock-test-banner-sec {
  background: transparent;
  border: none;
}

.card.mock-test-banner-sec .card-body {
  padding: 0;
  -webkit-box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.card.mock-test-banner-sec .card-body .banner-text {
  text-shadow: 3px 2px 2px #9e9e9e;
  font-size: 35px;
  line-height: 1.3;
  color: #003F9E;
  font-weight: 600;
  font-size: 30px;
}

.card.mock-test-banner-sec .card-body .bnr-text {
  font-size: 20px;
  color: #003F9E;
  font-weight: 500;
  margin-bottom: 0.8rem;
  font-size: 12px;
}

.card.mock-test-banner-sec .card-body .teach-btn {
  border-radius: 15px 0;
  padding: 10px;
  min-width: 9rem;
}

.card.mock-test-banner-sec .card-body .teach-btn:hover {
  color: #ffffff;
  background: #4CB666;
  border: 1px solid #4CB666;
}

.card.ug-exam {
  border: none;
}

.card.ug-exam .ug-text {
  font-size: 18px;
  color: #003F9E;
  line-height: 1.7;
}

.card.ug-exam .btn.teach-btn {
  padding: 10px;
  border-radius: 15px 0;
}

.card.offers {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 70px 0;
  margin-bottom: 4rem;
}

.card.offers .card-body {
  padding: 1.7rem;
}

.card.offers .card-body ul {
  list-style: none;
  text-align: justify;
  padding: 20px;
}

.card.offers .card-body ul li {
  padding-left: 2rem;
  text-indent: -2rem;
  margin-bottom: 1rem;
}

.card.offers .card-body ul li:before {
  background-image: url("../images/variclass/check.png");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 22px;
  height: 24px;
  content: "";
  padding-right: 30px;
}

.card.offers .card-body .offer-title {
  padding-left: 20px;
  color: #4CB666;
  font-weight: 600;
  font-size: 15px;
}

.card.offers .card-body .teach-btn {
  border-radius: 15px 0;
  padding: 10px;
  min-width: 11rem;
}

.card.offers .card-body .teach-btn:hover {
  background-color: #003F9E;
  border: 2px solid #003F9E;
  color: #ffffff;
}

.card.teach-features {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin-bottom: 15px;
}

.card.teach-features .card-body {
  padding: 0.5rem;
}

.card.teach-features .card-body .tf-title {
  color: #4CB666;
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0;
}

.card.mt-cat, .card.exam-links-cat {
  border: none;
}

.card.mt-cat .card-body, .card.exam-links-cat .card-body {
  text-align: center;
  border: 2px solid #003F9E;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin: 20px;
  padding: 0.5rem;
}

.card.mt-cat .card-body.ex-link, .card.exam-links-cat .card-body.ex-link {
  width: 180px;
  height: 150px;
  position: relative;
}

.card.mt-cat .card-body.ex-link span, .card.exam-links-cat .card-body.ex-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  margin-top: 0;
}

.card.mt-cat .card-body img, .card.exam-links-cat .card-body img {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
}

.card.mt-cat .card-body span, .card.exam-links-cat .card-body span {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
  color: #003F9E;
}

.card.mt-cat .card-body:hover, .card.exam-links-cat .card-body:hover {
  background: #003F9E;
}

.card.mt-cat .card-body:hover img, .card.exam-links-cat .card-body:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.card.mt-cat .card-body:hover span, .card.exam-links-cat .card-body:hover span {
  color: #ffffff;
}

.faqs-section {
  background-color: #d3d3d345;
}

.faqs-section .section-title {
  text-align: center;
  color: #000000;
  margin: 3rem 0;
  text-transform: uppercase;
}

.faqs-section .nav.nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}

.faqs-section .nav.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: #FF9B00;
}

.faqs-section .nav.nav-tabs .nav-item .nav-link.active {
  color: #FF9B00;
  /* background-color: whitesmoke; */
  border-color: transparent;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: 500;
}

.faqs-section .tab-content.faqs-content {
  margin: 20px 0;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header {
  background-color: #ffffff;
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header.active-acc, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header.active-acc, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header.active-acc {
  border-bottom: none;
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header .btn, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header .btn, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header .btn {
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: #000000;
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header .btn:after, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header .btn:after, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header .btn:after {
  font-size: 18px;
  color: #003F9E;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30px;
  right: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  content: "\f068";
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header .btn.collapsed:after, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header .btn.collapsed:after, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header .btn.collapsed:after {
  content: "\f067";
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header .btn.collapsed:hover, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header .btn.collapsed:hover, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header .btn.collapsed:hover {
  background: transparent;
  color: #000000;
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .card-header:hover, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .card-header:hover, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .card-header:hover {
  background-color: #e8e8e8;
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .collapse.faq-collapse .card-body, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .collapse.faq-collapse .card-body, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .collapse.faq-collapse .card-body {
  padding: 1.25rem 3rem;
}

.faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-1 > .card .collapse.faq-collapse .card-body a.a-link, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-2 > .card .collapse.faq-collapse .card-body a.a-link, .faqs-section .tab-content.faqs-content .tab-pane .accordion.accordion-style-3 > .card .collapse.faq-collapse .card-body a.a-link {
  color: #003F9E;
}

.video-sec .section-title {
  text-align: center;
  color: #003F9E;
  margin: 3rem 0;
  text-transform: capitalize;
}

.video-sec .video-content {
  margin: 25px 0;
}

.video-sec .video-content .video-text {
  text-align: center;
  font-size: 15px;
  color: #000000;
  margin: 0.7rem 0.2rem;
  font-weight: 600;
}

.policy-section, .terms-condition {
  color: #000000;
}

.policy-section ol.level1, .terms-condition ol.level1 {
  counter-reset: item;
}

.policy-section ol.level1 li, .terms-condition ol.level1 li {
  display: block;
  text-indent: -23px;
}

.policy-section ol.level1 li:before, .terms-condition ol.level1 li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: 600;
  padding-right: 5px;
  font-size: 15px;
  color: #003F9E;
}

.policy-section a.a-link, .terms-condition a.a-link {
  color: #003F9E;
  font-weight: 500;
}

.policy-section a.a-link:hover, .terms-condition a.a-link:hover {
  text-decoration: underline !important;
}

ol.terms-list li {
  margin-bottom: 1.5rem;
}

ol.internal-list li {
  margin-bottom: 0.5rem;
}

.pp-title {
  color: #FF9B00;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin: 3rem 0;
}

.pp-sub-title {
  color: #003F9E;
  font-size: 15px;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 0.2rem;
}

.test-prep.banner-container.bcome-educator {
  background: linear-gradient(181.86deg, #4CB666 -77.16%, rgba(76, 182, 102, 0) 144.72%);
}

.test-prep.banner-container .text-container-box {
  margin-left: -70px;
  background: #003F9E;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  opacity: 70%;
  border-radius: 15px;
}

.test-prep.banner-container .text-container-box .banner-text {
  text-shadow: none;
  line-height: 2;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}

.who-can-teach .spinner-design {
  position: relative;
}

.who-can-teach .spinner-design .circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: white;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.who-can-teach .spinner-design .circle img.circle-img {
  border-radius: 50%;
}

.who-can-teach .spinner-design .ss-grid-box {
  position: relative;
}

.who-can-teach .spinner-design .ss-grid-box .box-position {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.who-can-teach .spinner-design .ss-grid-box .box-position.top-right {
  top: 15px;
}

.who-can-teach .spinner-design .ss-grid-box .box-position.bottom-left {
  top: 0;
}

.who-can-teach .spinner-design .ss-grid-box .box-position.bottom-right {
  top: 0;
}

.who-can-teach .spinner-design .ss-grid-box .box-position .ss-text-container .ss-title {
  color: #003F9E;
  font-weight: 600;
}

.who-can-teach .spinner-design .ss-grid-box .box-position .ss-text-container .ss-text {
  color: #000000;
}

.who-can-teach .spinner-design .container-shadow-line {
  width: 250px;
  height: 250px;
}

.who-can-teach .spinner-design .container-shadow-line.left-shadow .h-line {
  position: absolute;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
  width: 50%;
  top: 0;
  bottom: auto;
  left: 0;
}

.who-can-teach .spinner-design .container-shadow-line.left-shadow .v-line {
  position: absolute;
  border: 1px solid #cccccc;
  -webkit-box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.75);
          box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: inherit;
  bottom: 0;
}

.who-can-teach .spinner-design .container-shadow-line .h-line {
  position: absolute;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
  width: 50%;
  bottom: 0;
  right: 0;
}

.who-can-teach .spinner-design .container-shadow-line .v-line {
  position: absolute;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
}

.who-can-teach .spinner-design .red-semi-border {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 180px;
  border-top-left-radius: 100%;
  background-color: #af2020;
}

.who-can-teach .spinner-design .blue-semi-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 120px;
  border-top-right-radius: 100%;
  background-color: #223f9e;
}

.who-can-teach .spinner-design .yellow-semi-border {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 120px;
  border-bottom-left-radius: 100%;
  background-color: #f29a05;
}

.who-can-teach .spinner-design .green-semi-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 180px;
  border-bottom-right-radius: 100%;
  background-color: #4cb666;
}

.iginting-mind .igniting-container {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100%;
}

.iginting-mind .igniting-container .main-heading {
  color: white;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.iginting-mind .igniting-container .bt-join .btn.join-educator {
  background: #FF9B00;
  color: #ffffff;
}

.iginting-mind .igniting-container .bt-join .btn.join-educator:hover {
  background: #4CB666;
}

.voluntary-teaching img.bt-img {
  height: 450px;
}

.voluntary-teaching .vt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  padding: 15px;
}

.voluntary-teaching .vt .vt-text {
  color: #ffffff;
  font-weight: 600;
}

.voluntary-teaching .vt .vt-support {
  color: #4E5155;
  font-weight: 600;
}

.voluntary-teaching .vt .vt-contact .btn.contact-btn {
  background: #4CB666;
  color: #ffffff;
  min-width: 11rem;
}

.key-points img.key-points-responsive {
  display: none;
}

.key-points .btn-jonow .btn.btnjon {
  background: #FF9B00;
  min-width: 11rem;
  color: #ffffff;
}

.educator-faq .accordion .card .accordion-icon.card-header:hover {
  background-color: #e8e8e8;
}

.educator-faq .accordion .card .accordion-icon.card-header .btn {
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: #000000;
}

.educator-faq .accordion .card .accordion-icon.card-header .btn:after {
  font-size: 18px;
  color: #003F9E;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30px;
  right: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  content: "\f068";
}

.educator-faq .accordion .card .accordion-icon.card-header .btn.collapsed:after {
  content: "\f067";
}

.educator-faq .accordion .card .accordion-icon.card-header .btn.collapsed:hover {
  background: transparent;
  color: #000000;
}

.educator-faq .accordion .card .faq-collapse.collapse .card-body {
  padding: 1.25rem 3rem;
}

.educator-faq .accordion .card .faq-collapse.collapse .card-body a.a-link {
  color: #003F9E;
}

.register-free-mock .regMock {
  background: #FF9B00;
  padding: 10px;
  border-radius: 50px 0;
}

.register-free-mock .regMock .mock-content .text-white {
  font-weight: 600;
  padding: 0 20px;
}

.register-free-mock .regMock .mock-botton .btn.teach-btn {
  padding: 10px;
  border-radius: 15px 0;
}

.exam-entrnace-links .contimg {
  position: relative;
}

.exam-entrnace-links .contimg img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exam-entrnace-links .contimg .eovrlink {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.exam-entrnace-links .contimg .eovrlink a {
  width: calc(100% / 5 - 0px);
}

.exam-entrnace-links .contimg .eovrlink a span {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  color: #ffffff;
  padding: 2px 15px;
  margin: 10px;
  background: #4CB666;
  border-radius: 15px 0;
  border: 1px transparent;
}

.exam-entrnace-links .contimg .eovrlink a span:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 3s linear-out;
  transition: 3s linear-out;
}

.meOffer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

.meOffer .list-content {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  padding: 5px;
}

.meOffer .list-content img {
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
}

.meOffer .list-content span {
  color: #003F9E;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}

.meOffer .list-content:hover {
  -webkit-box-shadow: 1px 3px 3px #cccccc;
          box-shadow: 1px 3px 3px #cccccc;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.secure-selection .ss-container img {
  height: 500px;
  width: 100%;
}

.secure-selection .ss-container .ss-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50%;
  text-align: center;
}

.secure-selection .ss-container .ss-text span {
  font-size: 35px;
  font-weight: 600;
  line-height: 2.5;
  color: #4CB666;
}

.prepare-for-goal .pdright {
  padding-right: 0;
}

.prepare-for-goal img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prepare-for-goal .bg-gradient {
  position: relative;
  margin-left: -15px;
  background: linear-gradient(77.21deg, #003F9E -23.78%, rgba(0, 63, 158, 0) 177.66%, rgba(0, 63, 158, 0.6) 177.66%);
}

.prepare-for-goal .bg-gradient .pre-goal-content .text-cont {
  height: 200px;
}

.prepare-for-goal .bg-gradient .pre-goal-content .text-cont .main-title {
  margin: 3rem auto;
}

.prepare-for-goal .bg-gradient .pre-goal-content .text-cont .btext {
  font-size: 18px;
}

.prepare-for-goal .bg-gradient .pre-goal-content .pg-entrance-exam-slider button.slick-arrow.slick-prev {
  left: 5px;
  z-index: 1;
}

.prepare-for-goal .bg-gradient .pre-goal-content .pg-entrance-exam-slider button.slick-arrow.slick-next {
  right: 5px;
}

.prepare-for-goal .bg-gradient .pre-goal-content .pg-entrance-exam-slider a span {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  display: block;
  margin: auto;
  padding: 15px;
  width: 7rem;
  background: #4CB666;
  -webkit-box-shadow: inset 0px -26.0614px 52.1228px 1.73743px rgba(255, 155, 0, 0.2), inset 0px -26.0614px 52.1228px 4.34357px rgba(255, 155, 0, 0.1);
          box-shadow: inset 0px -26.0614px 52.1228px 1.73743px rgba(255, 155, 0, 0.2), inset 0px -26.0614px 52.1228px 4.34357px rgba(255, 155, 0, 0.1);
  border-radius: 15px 0;
}

.prepare-for-goal .bg-gradient .pre-goal-content .pg-entrance-exam-slider a:hover span {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-decoration: underline;
}

.attr-link-reg .sec-border {
  padding: 2rem;
  -webkit-box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 150px 0px;
}

.attr-link-reg .sec-border .img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #4CB666;
  margin: auto;
}

.attr-link-reg .sec-border .img-box img {
  width: 60px;
  height: 60px;
  margin: 20px;
}

.attr-link-reg .sec-border span {
  font-size: 15px;
  color: #4CB666;
  margin: 10px auto;
  display: inline-block;
}

.attr-link-reg .sec-border .card.pack-details-card {
  background: #4CB666;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

.attr-link-reg .sec-border .card.pack-details-card img {
  width: 50px;
  height: 50px;
  margin: 5px auto;
}

.attr-link-reg .sec-border .card.pack-details-card .card-body {
  padding: 0.5rem;
}

.attr-link-reg .sec-border .card.pack-details-card .card-body .pack-name {
  margin-bottom: 0.5rem;
}

.attr-link-reg .sec-border .card.pack-details-card .card-body .pack-price {
  width: 5rem;
  color: #4CB666;
  padding: 5px 10px;
  background: #ffffff;
  margin: auto;
  border-radius: 15px 0;
}

.attr-link-reg .sec-border .card.pack-details-card .card-body .pack-duration {
  margin: 0.5rem auto 0;
}

.attr-link-reg .sec-border .register-btn {
  background: #4CB666;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px 0;
}

.attr-link-reg .sec-border .clink {
  color: #4CB666;
}

.attr-link-reg .sec-border .clink .for-query {
  color: #4CB666;
  text-decoration: underline;
}

.attr-link-reg .sec-border .clink .for-query:hover {
  text-decoration: underline !important;
  font-weight: 500;
}

.mlink-sec {
  color: #003F9E;
}

.mlink-sec .mlcontent .mlink-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mlink-sec .mlcontent .mlink-text {
  font-size: 22px;
  margin: 3rem auto;
}

.mlink-sec .mlcontent .md-link {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.mlink-sec .mlcontent .app-link img {
  width: 120px;
  height: auto;
}

.mlink-sec img.mobile-frame {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.career-needs .carrer-box {
  width: 100%;
  height: 450px;
  background: linear-gradient(342deg, #4CB666 0%, #4CB666 43%, transparent 27%);
}

.career-needs .carrer-box ul.key-points {
  list-style-type: none;
}

.career-needs .carrer-box ul.key-points li {
  position: relative;
  height: 55px;
}

.career-needs .carrer-box ul.key-points li img {
  width: 60px;
  height: 60px;
}

.career-needs .carrer-box ul.key-points li span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  color: #003F9E;
}

.career-needs .carrer-box ul.key-points li > div {
  text-align: center;
  float: right;
  height: 100px;
  width: calc(100% / 6 - 0px);
}

.career-needs .carrer-box .box-text {
  position: absolute;
  bottom: 8%;
  right: 5%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

.test-prep.banner-container {
  height: 450px;
  padding: 25px;
  margin-top: 60px;
}

.test-prep.banner-container .btn.teach-btn.orange-clr {
  text-shadow: 1px 1px 2px #000000;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 15px;
  line-height: 2rem;
}

.test-prep.banner-container .banner-text {
  text-shadow: 3px 2px 2px #9e9e9e;
  font-size: 35px;
  line-height: 1.3;
  color: #003F9E;
  font-weight: 600;
}

.why-img {
  position: absolute;
}

.test-bank-series .bg-gradient-orange {
  padding: 15px;
  background: linear-gradient(243.35deg, #ff9b00 -21.16%, rgba(255, 155, 0, 0) 262.22%);
  color: #003F9E;
}

.test-bank-series .bg-gradient-blue {
  padding: 15px;
  background: linear-gradient(121.23deg, #003f9e -5.54%, rgba(0, 63, 158, 0) 193.21%);
  color: #FF9B00;
}

.test-bank-series .tbs-text {
  font-size: 18px;
  line-height: 1.8;
}

.test-bank-series .btn.teach-btn {
  margin: 1.5rem 0;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 15px;
  min-width: 11rem;
}

.challenge .main-heading.main-title {
  font-size: 18px;
  margin-bottom: 0;
}

.challenge .bg-orange {
  background: #FF9B00;
}

.challenge .bg-gradient-blue {
  height: 100%;
  background: rgba(0, 63, 158, 0.22);
}

.yersterday-winner .win-cdetail {
  position: relative;
}

.yersterday-winner .winner-details {
  position: absolute;
  top: -30px;
  width: 350px;
  right: 0px;
}

.yersterday-winner .bg-gradient-blue {
  border-top-right-radius: 70px;
  position: relative;
  padding: 30px 10px;
  background: rgba(0, 63, 158, 0.22);
}

.yersterday-winner .bg-gradient-blue .main-title {
  font-size: 18px;
}

.banner-img .beducator-mob {
  display: none;
}

@media (max-width: 1200px) {
  .card.why-testprep-card {
    width: 350px;
    margin-bottom: 5px;
  }
  .yersterday-winner .bg-gradient-blue .main-title {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .test-prep.banner-container {
    height: 300px;
  }
  .test-prep.banner-container .banner-text {
    font-size: 18px;
  }
  .card.vc-testprep-card img.testprep-img {
    width: 100px;
    top: -24%;
  }
  .card.vc-testprep-card .card-body {
    margin: 0;
  }
  .card.why-testprep-card {
    width: 300px;
  }
  .card.why-testprep-card .card-body {
    padding: 20px;
  }
  .card.why-testprep-card .card-body p.why-text {
    line-height: 2;
  }
  .card.yesterday-winner-details .card-body {
    padding: 1rem;
  }
  .card.mock-test-banner-sec .card-body .banner-text {
    font-size: 18px;
  }
  .card.mock-test-banner-sec .card-body .bnr-text {
    font-size: 8px;
    list-style: 1.2;
  }
  .card.mock-test-banner-sec .card-body .btn.teach-btn {
    font-size: 13px;
    margin-top: 0.5rem !important;
  }
  .card.ug-exam .mock-bnr-context .main-heading.main-title {
    font-size: 18px;
    margin-bottom: 1rem !important;
  }
  .card.ug-exam .mock-bnr-context .ug-text {
    font-size: 15px;
    line-height: 1.3;
  }
  .card.ug-exam .mock-bnr-context .btn.teach-btn {
    margin-top: 0 !important;
  }
  .card.mt-cat .card-body, .card.exam-links-cat .card-body {
    margin: 10px;
  }
  .card.mt-cat .card-body.ex-link, .card.exam-links-cat .card-body.ex-link {
    width: 120px;
    height: 100px;
  }
  .card.mt-cat .card-body img, .card.exam-links-cat .card-body img {
    width: 50px;
    height: 50px;
  }
  .card.mt-cat .card-body span, .card.exam-links-cat .card-body span {
    font-size: 13px;
  }
  .register-free-mock .regMock .mock-content .text-white {
    line-height: 1.5;
  }
  .exam-entrnace-links .contimg .eovrlink a span {
    font-size: 13px;
    padding: 2px;
    height: 100%;
  }
  .meOffer .list-content {
    width: 100px;
    height: 100px;
  }
  .meOffer .list-content img {
    width: 40px;
    height: 40px;
  }
  .meOffer .list-content span {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .secure-selection .ss-container img {
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -173px;
       object-position: -173px;
  }
  .secure-selection .ss-container .ss-text span {
    line-height: 2.5;
    font-size: 25px;
  }
  .test-bank-series .tbs-text {
    font-size: 13px;
  }
  .challenge .main-heading.main-title {
    font-size: 13px;
  }
  .yersterday-winner .bg-gradient-blue .main-title {
    font-size: 13px;
  }
  .yersterday-winner .winner-details {
    width: 300px;
  }
  .test-prep.banner-container .text-container-box .banner-text {
    font-size: 11px;
    line-height: 1.5;
  }
  .who-can-teach .spinner-design .container-shadow-line {
    width: 100%;
  }
  .who-can-teach .spinner-design .circle {
    width: 150px;
    height: 150px;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position {
    left: 0;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position .ss-text-container .ss-text {
    font-size: 11px;
  }
  .who-can-teach .spinner-design .red-semi-border {
    width: 100px;
    height: 150px;
  }
  .who-can-teach .spinner-design .blue-semi-border {
    width: 150px;
    height: 100px;
  }
  .who-can-teach .spinner-design .yellow-semi-border {
    width: 150px;
    height: 100px;
  }
  .who-can-teach .spinner-design .green-semi-border {
    width: 100px;
    height: 150px;
  }
  .iginting-mind .igniting-container {
    bottom: 0;
  }
  .iginting-mind .igniting-container .main-heading {
    font-size: 15px;
  }
  .iginting-mind .igniting-container .bt-join {
    text-align: center;
    margin: 10px;
  }
  .card.teach-features .card-body img {
    width: 60px;
  }
  .card.teach-features .card-body .tf-title {
    font-size: 11px;
  }
  .card.teach-features .card-body .tf-text {
    font-size: 9px;
  }
  .prepare-for-goal img {
    height: 300px;
  }
  .prepare-for-goal .bg-gradient .pre-goal-content .text-cont {
    height: 150px;
  }
  .mlink-sec .mlcontent .mlink-title {
    font-size: 18px;
  }
  .mlink-sec .mlcontent .mlink-text {
    font-size: 18px;
  }
  .mlink-sec .mlcontent .md-link {
    font-size: 22px;
  }
  .career-needs .carrer-box {
    height: 320px;
  }
  .career-needs .carrer-box ul.key-points li {
    height: 40px;
  }
  .career-needs .carrer-box ul.key-points li > div {
    height: 70px;
  }
  .career-needs .carrer-box ul.key-points li img {
    width: 40px;
    height: 40px;
  }
  .career-needs .carrer-box ul.key-points li span {
    font-size: 13px;
  }
  .career-needs .carrer-box .box-text {
    font-size: 18px;
  }
  .why-learnin-in-variclass .whyvariclass .f-box img.f-img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 830px) {
  .yersterday-winner .bg-gradient-blue .main-title {
    max-width: 347px;
    word-wrap: break-word;
  }
}

@media (max-width: 767px) {
  .banner-img .beducator-web {
    display: none;
  }
  .banner-img .beducator-mob {
    display: block;
  }
  .test-prep.banner-container {
    padding: 10px;
  }
  .test-prep.banner-container img.test-prep-bnr {
    max-width: 250px;
    margin: auto;
    margin-bottom: 15px;
  }
  .test-prep.banner-container img.b-educator {
    margin-bottom: 1px;
  }
  .test-prep.banner-container .text-container-box {
    margin-left: 0;
    margin-bottom: 1px;
  }
  .test-prep.banner-container .text-container-box .banner-text {
    font-size: 9px;
  }
  .card.achiv-card ul.achv-list {
    display: inline-block;
    padding: 10px;
  }
  .card.achiv-card ul.achv-list li {
    margin: 15px 0;
  }
  .card.achiv-card ul.achv-list li .achiv-figure {
    font-size: 15px;
  }
  .card.achiv-card ul.achv-list li .achiv-text {
    font-size: 13px;
  }
  .card.vc-testprep-card {
    margin-bottom: 20px;
  }
  .card.yesterday-winner-details {
    border-radius: 30px;
  }
  .card.do-tasks-contain .card-body .border-one-side {
    border-right: none;
    margin-bottom: 25px;
  }
  .card.mock-test-banner-sec {
    border-radius: 50px;
  }
  .card.mock-test-banner-sec .card-body {
    padding: 0;
  }
  .card.mock-test-banner-sec .card-body .responsive-order-2 {
    text-align: center;
    padding: 0;
  }
  .card.mock-test-banner-sec .card-body .responsive-order-2 .banner-text {
    margin-top: 1rem;
  }
  .card.mock-test-banner-sec .card-body .mock-bnr-context {
    margin-top: 2rem !important;
  }
  .card.mock-test-banner-sec .card-body .mock-bnr-context .banner-text {
    font-size: 18px;
  }
  .card.mock-test-banner-sec .card-body .mock-bnr-context .bnr-text {
    font-size: 9px;
  }
  .card.mock-test-banner-sec .card-body .mock-bnr-context .btn.teach-btn {
    margin-top: 0 !important;
  }
  .card.mock-test-banner-sec .card-body img.variclass-bnr-img {
    width: 100%;
  }
  .card.ug-exam .mock-bnr-context {
    margin-top: 1rem !important;
  }
  .card.mt-cat .card-body, .card.exam-links-cat .card-body {
    margin: 10px;
  }
  .card.mt-cat .card-body.ex-link, .card.exam-links-cat .card-body.ex-link {
    width: 100px;
    height: 80px;
  }
  .card.mt-cat .card-body img, .card.exam-links-cat .card-body img {
    width: 35px;
    height: 35px;
  }
  .card.mt-cat .card-body span, .card.exam-links-cat .card-body span {
    font-size: 11px;
  }
  .register-free-mock .regMock .mock-content .text-white {
    font-size: 15px;
    padding: 0 !important;
  }
  .register-free-mock .regMock .mock-botton .btn.teach-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .exam-entrnace-links .contimg img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .exam-entrnace-links .contimg .eovrlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .exam-entrnace-links .contimg .eovrlink a {
    width: 14rem;
  }
  .exam-entrnace-links .contimg .eovrlink a span {
    font-size: 13px;
    width: 100%;
    margin: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .meOffer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meOffer .list-content {
    margin-bottom: 10px;
  }
  .meOffer .list-content img {
    width: 30px;
    height: 30px;
  }
  .meOffer .list-content span {
    font-size: 11px;
  }
  .meOffer .list-content:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .secure-selection .ss-container img {
    height: 300px;
  }
  .secure-selection .ss-container .ss-text {
    width: 100%;
    left: 0;
  }
  .secure-selection .ss-container .ss-text span {
    font-size: 22px;
  }
  .prepare-for-goal .pdright {
    display: none;
  }
  .prepare-for-goal .bg-gradient {
    margin-left: 0;
    height: 300px;
  }
  .prepare-for-goal .bg-gradient .pre-goal-content .text-cont .main-title {
    font-size: 18px;
  }
  .prepare-for-goal .bg-gradient .pre-goal-content .text-cont .btext {
    font-size: 15px;
  }
  .prepare-for-goal .bg-gradient .pre-goal-content .pg-entrance-exam-slider a span {
    padding: 10px 5px;
    width: 5rem;
  }
  .attr-link-reg .sec-border {
    padding: 5px;
  }
  .attr-link-reg .sec-border .card.pack-details-card img {
    width: 30px;
    height: 30px;
  }
  .attr-link-reg .sec-border .card.pack-details-card .card-body {
    padding: 0.5rem 0;
  }
  .attr-link-reg .sec-border .card.pack-details-card .card-body .pack-name {
    font-size: 12px;
  }
  .attr-link-reg .sec-border .card.pack-details-card .card-body .pack-price {
    font-size: 11px;
  }
  .attr-link-reg .sec-border .card.pack-details-card .card-body .pack-duration {
    font-size: 11px;
  }
  .attr-link-reg .sec-border .clink {
    margin-bottom: 4rem;
  }
  .why-img {
    display: none;
  }
  .why-vari-testprep {
    background: rgba(76, 182, 102, 0.4);
    padding-bottom: 15px;
  }
  .why-vari-testprep .card.why-testprep-card {
    width: 230px;
  }
  .why-vari-testprep .card.why-testprep-card .card-body {
    padding: 5px;
    font-size: 13px;
  }
  .challenge .bg-orange .main-heading.main-title {
    padding: 25px 0;
  }
  .challenge .bg-gradient-blue {
    min-height: 250px;
  }
  .yersterday-winner .bg-gradient-blue {
    border-radius: 35px 0;
  }
  .yersterday-winner .bg-gradient-blue .main-title {
    text-align: center;
    max-width: none;
  }
  .yersterday-winner .winner-details {
    position: relative;
    top: 10px;
    width: 350px;
    margin: auto;
  }
  .vision .resp-order {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
  .who-can-teach .spinner-design .circle {
    width: 100px;
    height: 100px;
  }
  .who-can-teach .spinner-design .container-shadow-line {
    height: 150px;
  }
  .who-can-teach .spinner-design .container-shadow-line .v-line {
    top: 20%;
  }
  .who-can-teach .spinner-design .container-shadow-line .h-line {
    width: 80%;
  }
  .who-can-teach .spinner-design .container-shadow-line.left-shadow .v-line {
    bottom: 20%;
  }
  .who-can-teach .spinner-design .container-shadow-line.left-shadow .h-line {
    width: 80%;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position {
    top: 0;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position.top-right {
    top: 0;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position.bottom-left .ss-text-container {
    margin-top: -6px;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position.bottom-right .ss-text-container {
    margin-top: 90px;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position .ss-text-container .ss-title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .who-can-teach .spinner-design .ss-grid-box .box-position .ss-text-container .ss-text {
    font-size: 7px;
    line-height: 1.8;
  }
  .who-can-teach .spinner-design .red-semi-border {
    width: 60px;
    height: 80px;
  }
  .who-can-teach .spinner-design .blue-semi-border {
    width: 80px;
    height: 60px;
  }
  .who-can-teach .spinner-design .yellow-semi-border {
    width: 80px;
    height: 60px;
  }
  .who-can-teach .spinner-design .green-semi-border {
    width: 60px;
    height: 80px;
  }
  .voluntary-teaching .vt .main-heading.main-title {
    font-size: 15px;
    margin: 10px 0 !important;
  }
  .voluntary-teaching .vt .vt-text {
    margin-top: 15px;
    font-size: 8px;
  }
  .voluntary-teaching .vt .vt-support {
    margin-top: 55px;
  }
  .mlink-sec .resp-order {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mlink-sec .resp-order .mlcontent .mlink-title {
    font-size: 15px;
  }
  .mlink-sec .resp-order .mlcontent .mlink-text {
    font-size: 15px;
    margin: 1rem auto;
  }
  .mlink-sec .resp-order .mlcontent .md-link {
    font-size: 18px;
  }
  .mlink-sec img.mobile-frame {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
  }
  .career-needs .carrer-box {
    position: relative;
    height: 400px;
    background: #4CB666;
    padding-top: 10px;
  }
  .career-needs .carrer-box ul.key-points {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    color: #ffffff;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .career-needs .carrer-box ul.key-points li {
    height: auto;
    text-align: center;
    padding: 10px;
    margin: 10px;
  }
  .career-needs .carrer-box ul.key-points li > div {
    width: 100%;
  }
  .career-needs .carrer-box ul.key-points li img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .career-needs .carrer-box ul.key-points li span {
    margin-top: 5px;
    font-size: 11px;
    color: #ffffff;
  }
  .career-needs .carrer-box .box-text {
    right: 10px;
    left: 10px;
    text-align: center;
    font-size: 15px;
    bottom: 3%;
  }
}

@media (max-width: 450px) {
  .yersterday-winner .winner-details {
    width: 100%;
  }
  .card.yesterday-winner-details .card-body .title .w-title {
    font-size: 15px;
  }
  .card.yesterday-winner-details .card-body .win-detail .winner-dt {
    font-size: 13px;
  }
  .card.yesterday-winner-details .card-body .win-detail .winner-image {
    height: 80px;
  }
  .iginting-mind {
    margin-top: 25px;
  }
  .iginting-mind .igniting-container .main-heading {
    font-size: 9px;
    line-height: 1.5;
  }
  .iginting-mind .igniting-container .bt-join {
    margin: 5px;
  }
  .iginting-mind .igniting-container .bt-join .btn.join-educator {
    font-size: 9px;
    padding: 5px;
    line-height: 1.5;
  }
  .key-points img.key-points-responsive {
    display: block;
  }
  .key-points img.key-points {
    display: none;
  }
}

@media (max-width: 400px) {
  .test-bank-series .tbs-text {
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  .test-bank-series .tbs-text {
    font-size: 10px;
  }
  .test-bank-series .btn.teach-btn {
    margin: 0.5rem 0;
  }
  .card.do-tasks-contain .card-body {
    padding: 0.5rem;
  }
  .card.do-tasks-contain .card-body .border-one-side .task-list {
    font-size: 13px;
  }
  .card.do-tasks-contain .card-body .task-title {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */