@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,700i,900,900i);@charset "UTF-8";

/*----------------------------------------------------
@File: Default Styles
@Author: Team HTMLMATE
@URL: https://www.htmlmate.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */

/*=====================================================================
@Template Name: Genius Course
@Author: HTMLMATE



@Default Styles

Table of Content:
01/ Variables,Global
02/ Header Section
03/ Slider Section
04/ Search Course Section
05/ Popular Course Section
06/ About Section
07/ Testimonial Section
08/ Latest area Section
09/ Best course Section
10/ Teacher Section
11/ Best product section
12/ FAQ section
13/ Course category section
14/ why choose us section
15/ contact section
16/ blog section
17/ check out section
18/ Course section
19/ footer
 


=====================================================================*/

/*Variables*/

/*----------------------------------------------------*/

#course-btn .genius-btn {
  margin: 0 auto;
}

/*---------------------------------------------------- */

/*Header Section*/

/*----------------------------------------------------*/

.main-menu-container {
  position: fixed;
  width: 100%;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: 9;
  height: 125px;
  background-color: transparent !important;
}

.main-menu-container.menu-bg-overlay {
  background-color: #f2f2f1 !important;
}

.main-menu-container .navbar-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 125px;
}

.main-menu-container .navbar-menu {
  width: 80%;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .main-menu-container .navbar-menu {
    width: 75%;
  }
}

.main-menu-container .navbar-brand {
  max-width: 100px;
}

.main-menu-container .navbar-brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) and (min-width: 769px) {
  .main-menu-container .navbar-brand img {
    margin-bottom: -10px;
  }
}

.main-menu-container .nav-menu li a {
  font-weight: unset !important;
}

@media screen and (max-width: 991px) and (min-width: 769px) {
  .main-menu-container .container {
    max-width: 95% !important;
  }

  .main-menu-container .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 150px) !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .main-menu-container .container {
    max-width: unset !important;
  }

  .main-menu-container .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px) !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 67px !important;
  }

  .main-menu-container .navbar-header.centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .main-menu-container {
    height: unset;
  }

  .main-menu-container .navbar-default {
    height: unset;
  }

  .main-menu-container .navbar-brand {
    max-width: 70px;
  }
}

@media screen and (max-width: 991px) {
  #main-menu .container {
    padding: 0px !important;
  }

  .mean-container .mean-nav ul li a {
    border: 0px !important;
    color: #fff !important;
    text-transform: capitalize !important;
  }

  .mean-container .mean-nav ul li a:hover {
    color: #78898F !important;
  }

  .mean-container a.meanmenu-reveal {
    color: #3C3D3D !important;
  }

  .mean-container a.meanmenu-reveal span {
    background: #3C3D3D !important;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    border-bottom: none !important;
    border-left: none !important;
    background-color: transparent !important;
    padding: 12px 27px 12px 12px !important;
  }
}

@media screen and (max-width: 360px) {
  .mean-container a.meanmenu-reveal {
    padding: 0px 10px !important;
  }
}

.mean-nav.opened {
  background-color: #3C3D3D !important;
  height: calc(100vh - 74px);
  overflow: auto;
  padding: 13px;
}

.nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

.nav-menu li a {
  color: #3C3D3D;
  text-transform: capitalize;
  font-size: 20px;
  padding: 7px 15px;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
}

.nav-menu li a:hover {
  color: #78898F;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}

.signup-header {
  min-width: 111px !important;
  height: 32px !important;
  color: #3C3D3D;
  text-decoration: none !important;
}

.signup-header:hover {
  color: #78898F;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .signup-header {
    min-width: unset !important;
    margin-bottom: -20px !important;
  }
}

@media screen and (max-width: 768px) {
  .signup-header {
    min-width: unset !important;
    margin-bottom: -14px !important;
  }
}

.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whited .navbar-brand img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.whited li a {
  color: #fff !important;
}

.whited .signup-header {
  color: #fff;
}

.whited .mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.whited.menu-bg-overlay .navbar-brand img {
  -webkit-filter: unset !important;
          filter: unset !important;
}

.whited.menu-bg-overlay .whited li a {
  color: #3D3D3B !important;
}

.whited.menu-bg-overlay .mean-container a.meanmenu-reveal span {
  background: #3D3D3B !important;
}

.whited.menu-bg-overlay .btn-outline-primary {
  border-color: #3C3D3D !important;
  color: #3C3D3D !important;
}

.whited.menu-bg-overlay .signup-header {
  color: #3D3D3B !important;
}

.whited.menu-bg-overlay .header-drop.white .btn {
  border-color: #3D3D3B !important;
  color: #3D3D3B !important;
}

.whited.menu-bg-overlay .header-drop.white .btn:after {
  border-color: #3D3D3B !important;
}

/*---------------------------------------------------- */

/*Contact  section*/

/*----------------------------------------------------*/

.footer-area-section {
  padding: 56px 0px 42px 0px;
  background-color: #78898F;
}

.footer-area-section .logo {
  width: 164px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
  .footer-area-section .logo {
    height: 30px !important;
  }
}

.footer-area-section .footer-text {
  font-size: 18px;
  color: #fff;
  margin-top: 19px;
  margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
  .footer-area-section .footer-text {
    font-size: 14px;
  }
}

.footer-area-section .subscription-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-area-section .subscription-row input {
  width: 299px;
  background-color: rgba(241, 242, 242, 0.2);
  color: #fff;
  height: 45px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
}

.footer-area-section .subscription-row input::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
}

.footer-area-section .subscription-row input::-moz-placeholder {
  color: #fff;
  font-size: 15px;
}

.footer-area-section .subscription-row input::-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
}

.footer-area-section .subscription-row input::placeholder {
  color: #fff;
  font-size: 15px;
}

.footer-area-section .subscription-row .btn-secondary {
  border-radius: 100px;
}

@media screen and (max-width: 991px) {
  .footer-area-section .subscription-row input {
    width: 80%;
  }
}

.footer-row {
  margin-top: 28px;
}

.copyright-text {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 0px;
}

.footer-links a {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  text-decoration: none !important;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  font-weight: 400;
}

.footer-links a:hover {
  font-family: "RalewayMedium";
}

@media screen and (max-width: 991px) {
  .footer-links a {
    font-size: 14px;
  }
}

.footer-social-media-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-top: 55px;
}

.footer-social-media-row li {
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  cursor: pointer;
}

.footer-social-media-row li a {
  color: #fff;
}

.footer-social-media-row li a i {
  font-size: 25px;
  margin-right: 20px;
}

.footer-social-media-row li:hover {
  background-color: transparent !important;
  color: #3C3D3D;
}

.footer-social-media-row li:hover a {
  color: #3C3D3D;
}

@media screen and (max-width: 991px) {
  .footer-social-media-row {
    margin-top: 20px;
  }
}

.footer-social-media-row li a .fa-twitter {
  margin-right: 15px !important;
}

/*---------------------------------------------------- */

body {
  font-family: "Raleway" !important;
  overflow-x: hidden;
}

#app {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.homewrap {
  overflow-x: hidden;
}

.btn-primary {
  border: 1px solid #3C3D3D !important;
  background-color: #3C3D3D;
  color: #fff !important;
  font-size: 13px !important;
  padding: 4px 25px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 37px !important;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: transparent !important;
  color: #3C3D3D !important;
}

.btn-primary.round {
  border-radius: 23px;
  min-width: 162px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-primary.round {
    height: 36px;
    font-size: 15px;
    min-width: 130px;
  }
}

.btn-primary:disabled {
  background-color: #3C3D3D !important;
  opacity: 0.6;
  cursor: not-allowed;
  color: #fff !important;
}

.btn-outline-primary:disabled {
  background-color: #fff !important;
  opacity: 0.6;
  cursor: not-allowed;
  color: #3C3D3D !important;
}

.btn-outline-primary:disabled:hover {
  background-color: #fff !important;
  color: #3C3D3D !important;
}

.btn-primary:active {
  background-color: #3C3D3D !important;
  outline: none;
  color: #fff !important;
}

.btn-primary:focus {
  background-color: #3C3D3D;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  border: 1px solid #3C3D3D !important;
  background-color: transparent;
  color: #3C3D3D !important;
  font-size: 13px !important;
  padding: 4px 25px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 37px !important;
  text-transform: uppercase;
}

.btn-outline-primary:hover {
  background-color: #3C3D3D !important;
  color: #fff !important;
}

.btn-outline-primary:hover:after {
  border-color: #fff;
}

.btn-outline-primary.whited {
  border-color: #fff !important;
  color: #fff !important;
}

.btn-outline-primary.blacked {
  border-color: #fff !important;
  color: #fff !important;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  color: #3C3D3D !important;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-tertiary {
  background-color: #A37DB5;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #A37DB5;
}

.btn-tertiary:hover {
  color: #A37DB5;
  background-color: transparent;
}

.dropdown-toggle::after {
  display: inline-block;
  padding: 0.19rem;
  content: "";
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #3C3D3D;
  border-bottom: 2px solid #3C3D3D;
  border-top: none;
  border-right: none;
}

.dropdown.show .dropdown-toggle::after {
  border-right: 2px solid #3C3D3D;
  border-top: 2px solid #3C3D3D;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(-47deg) translate(0px, 4.5px);
          transform: rotate(-47deg) translate(0px, 4.5px);
  right: 14px !important;
}

.drop-label {
  font-size: 20px;
  margin-bottom: 17px;
  color: #3C3D3D;
  font-family: 'Raleway' !important;
}

.btn-outline-primary:active {
  background-color: transparent !important;
  outline: none;
}

.btn-outline-primary:focus {
  background-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border-radius: 5px;
  border: none !important;
  padding: 8px 18px !important;
  width: 100%;
  top: 10px !important;
}

.dropdown-menu li {
  margin-bottom: 9px;
  cursor: pointer;
}

.dropdown-menu li a {
  font-size: 18px !important;
  color: rgba(60, 61, 61, 0.5) !important;
  padding: 0px !important;
}

.dropdown-menu li p {
  font-size: 18px !important;
  color: rgba(60, 61, 61, 0.5) !important;
  padding: 0px !important;
}

.dropdown-menu li.top-border-option {
  border-top: 1px solid rgba(60, 61, 61, 0.5);
  padding-top: 7.5px;
}

.dropdown-menu li:hover a,
.dropdown-menu li:hover p {
  color: #78898F !important;
}

.btn-secondary {
  border-radius: 10px;
  background-color: #fff;
  text-transform: capitalize;
  padding: 5px 25px;
  text-align: center;
  font-size: 16px;
  color: #3C3D3D !important;
  border: 2px solid #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-secondary:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.btn-secondary.round {
  border-radius: 23px;
  min-width: 162px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
}

.btn-secondary.round:hover {
  color: #78898F !important;
}

@media screen and (max-width: 768px) {
  .btn-secondary.round {
    height: 36px;
    font-size: 15px;
    min-width: 130px;
  }
}

.btn-secondary:disabled {
  background-color: #78898F !important;
}

a.btn-secondary:hover {
  color: #fff !important;
}

.btn-outline-secondary {
  border: 2px solid #fff !important;
  background-color: transparent;
  color: #fff !important;
  font-size: 18px !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}

.btn-outline-secondary:hover {
  background-color: #fff !important;
  color: #3C3D3D !important;
}

.header-drop .btn-primary {
  width: 158px;
}

.header-drop.white .btn {
  border-color: #fff !important;
  color: #fff !important;
}

.header-drop.white .btn:after {
  border-color: #fff !important;
}

.select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  border-radius: 37px;
  background-color: #78898F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}

.select-group .show > .btn-outline-primary.dropdown-toggle {
  color: #1E1F1C !important;
}

.select-group .dropdown {
  width: 450px;
}

.select-group .dropdown:nth-child(1) .dropdown-toggle {
  width: 100%;
}

.select-group .dropdown:nth-child(1) .dropdown-toggle::before {
  display: none;
}

.select-group .dropdown:nth-child(2) .dropdown-toggle {
  width: 100%;
}

.select-group .dropdown:nth-child(3) .dropdown-toggle {
  width: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .select-group .dropdown {
    width: 400px;
  }
}

.select-group .selector-btn {
  width: 139px !important;
  height: 42px !important;
  border-radius: 37px !important;
}

.select-group .dropdown-toggle {
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  padding-right: 37px !important;
  color: #fff !important;
  font-size: 15px !important;
  border-radius: 37px;
  /* max-width: 168px; */
}

.select-group .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  border-color: #fff !important;
  top: calc(50% - 6px);
}

.select-group .dropdown-menu {
  border-radius: 16px !important;
  min-width: 207px;
  padding: 9px 1px 9px 9px !important;
  z-index: 3 !important;
}

.select-group .scroll-area {
  max-height: 190px;
  overflow-y: auto;
  margin-top: 10px;
}

.select-group .scroll-area::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}

.select-group .scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.select-group .scroll-area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f2f2f1;
}

.select-group .dropdown-menu li {
  padding-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.select-group .dropdown-menu li.no-border {
  border-top: none;
}

.select-group .search-icon {
  position: absolute;
  top: 10px;
  left: 16px;
  color: #5D5D5D;
}

.select-group .search-box {
  position: relative;
  padding-right: 9px;
}

.select-group .search {
  border-radius: 10px;
  height: 37px;
  color: #5D5D5D;
  font-size: 12px;
  border: none;
  background-color: #f2f2f1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding-left: 45px;
}

.select-group .dropdown-menu li a,
.select-group .dropdown-menu li p {
  font-size: 13px !important;
  text-decoration: none;
  margin-bottom: 0px;
}

.select-group .dropdown-menu li.selected {
  position: relative;
}

.select-group .dropdown-menu li.selected a {
  color: #3C3D3D !important;
}

.select-group .dropdown-menu li.selected p {
  color: #3C3D3D !important;
}

.select-group .dropdown-menu li.selected:after {
  display: inline-block;
  right: 7px;
  position: absolute;
  top: 15px;
  content: "";
  width: 13px;
  height: 7px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #3C3D3D;
  border-bottom: 2px solid #3C3D3D;
  border-top: none;
  border-right: none;
}

.select-group .dropdown-menu li.selected:hover a,
.select-group .dropdown-menu li.selected:hover p {
  color: #78898F !important;
}

.select-group .dropdown-menu li.selected:hover:after {
  border-color: #78898F;
}

.select-group .dropdown-toggle {
  border: none !important;
  height: 100%;
  outline: none !important;
}

.select-group .dropdown-toggle:hover {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline;
}

.select-group .dropdown-toggle:hover:after {
  border-color: #fff !important;
}

.select-group .dropdown-toggle:before {
  content: '';
  height: 23.6px;
  width: 1px;
  background-color: #fff;
  opacity: 0.57;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: calc(50% - 11.8px);
}

.select-group .btn {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .select-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 77%;
    position: relative;
    z-index: 5;
  }

  .select-group .dropdown-toggle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }

  .select-group .dropdown-toggle:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .select-group {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .select-group {
    width: 100%;
  }
}

.whited .select-group {
  background-color: #fff !important;
}

.whited .select-group .dropdown-toggle {
  color: #1E1F1C !important;
}

.whited .select-group .dropdown-toggle:after {
  border-left: 1px solid #1E1F1C !important;
  border-bottom: 1px solid #1E1F1C !important;
}

.whited .select-group .dropdown-toggle:before {
  background-color: #1E1F1C !important;
}

.whited .select-group .selector-btn {
  background-color: #A37DB5 !important;
  color: #fff !important;
  border-color: #A37DB5;
}

.whited .select-group .selector-btn:hover {
  color: #A37DB5 !important;
  background-color: transparent !important;
}

.select-group .dropdown-menu li:not(:first-child) {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}

/* The container */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container.large {
  padding-left: 34px;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #3C3D3D;
}

.checkmark.large {
  height: 25px;
  width: 25px;
}

.checkmark.large:after {
  left: 8px !important;
  top: 2px !important;
  width: 7px !important;
  height: 14px !important;
}

.checkmark.privacy {
  top: 12px !important;
  border-radius: unset !important;
  border-color: #78898F !important;
}

@media screen and (max-width: 768px) {
  .checkmark.privacy {
    top: 9px !important;
  }
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {
  background-color: #3C3D3D;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cancel-btn {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 2px;
  height: 60px;
  cursor: pointer;
}

.cancel-btn a,
.cancel-btn p,
.cancel-btn span {
  margin-bottom: 0px;
  color: #3C3D3D;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}

.cancel-btn.nobefore:before {
  display: none;
}

.cancel-btn:before {
  display: inline-block;
  content: "x";
  color: #3C3D3D;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 1px;
  border-radius: 50%;
  border: 1px solid #3C3D3D;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cancel-btn:hover a,
.cancel-btn:hover p,
.cancel-btn:hover span {
  color: #78898F;
}

.cancel-btn:hover:before {
  color: #78898F;
  border-color: #78898F;
}

.cancel-btn-feedback a{
  color: #FFF !important;
}

.cancel-btn-feedback:hover a{
  color: #78898F !important;
}

.cancel-btn-feedback:hover {
  color: #78898F !important;
}

.cancel-btn-feedback:before {
  color: #FFF;
  border-color: #FFF;
}
.alert-danger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.alert-danger ul {
  margin-bottom: 0px;
}

.add-more-btn {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-more-btn i {
  font-size: 10px;
}

.save-btn {
  height: 55px;
}

.text-danger.error {
  font-size: 13px;
  margin-top: 12px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  z-index: 1;
}

input[type='date'] {
  position: relative;
}

input[type='date']:after {
  content: '';
  background-image: url(/images/Frame22.svg?5ded2a02960497b82bb4e9ad8ac08af4);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: calc(50% - 12px);
  width: 22px;
  height: 23px;
  z-index: 0;
  background-size: contain;
}

.highlighted-navtabs .nav-tabs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.highlighted-navtabs .nav-link {
  font-size: 30px;
  padding-bottom: 32px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 0px;
  border: none !important;
  color: #3C3D3D !important;
}

.highlighted-navtabs .nav-link:hover {
  text-decoration: none;
  color: #78898F !important;
}

.highlighted-navtabs .nav-link.active {
  border: none !important;
  background-color: none !important;
  font-family: 'Raleway' !important;
  position: relative;
  color: #3C3D3D !important;
}

.highlighted-navtabs .nav-link.active:before {
  content: '';
  display: inline-block;
  width: 130%;
  height: 7px;
  border-radius: 10px 10px 0px 0px;
  background-color: #3C3D3D;
  position: absolute;
  left: -15%;
  bottom: -2px;
}

.highlighted-navtabs .tab-pane {
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .highlighted-navtabs .nav-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .highlighted-navtabs .nav-link {
    font-size: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .highlighted-navtabs .nav-link.active:before {
    height: 3px;
    width: 100%;
    left: 0px;
  }
}

.file-upload {
  border: 3px dashed #3C3D3D;
  height: 230px;
  padding: 20px;
  background-color: #E6E5ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3C3D3D;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.file-upload i {
  font-size: 22px;
}

.file-upload p {
  font-size: 18px;
  color: #3C3D3D;
  margin-top: 10px;
}

.file-upload span {
  color: #484848;
  font-size: 15px;
  margin-top: 40px;
  text-align: center;
}

.file-loader {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.51);
}

.back-arrow {
  font-size: 17px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
  color: #3C3D3D;
  margin-top: 52px;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back-arrow i {
  font-size: 18px;
  margin-right: 8px;
}

.back-arrow.right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.back-arrow:hover {
  color: #78898F;
}

@media screen and (max-width: 768px) {
  .back-arrow {
    margin-top: 33px;
    margin-bottom: 33px;
    font-size: 15px;
  }

  .back-arrow i {
    font-size: 15px;
  }
}

.main-section {
  padding-top: 125px;
  padding-bottom: 52px;
  max-width: 100vw;
  position: relative;
}

@media screen and (max-width: 991px) {
  .main-section {
    padding-top: 78px;
  }
}

.btn-grey {
  border-radius: 37px;
  background-color: #E8E6FF;
  height: 36px;
  padding: 4px 25px !important;
  text-align: center;
  font-size: 13px;
  color: #3C3D3D !important;
  border: 1px solid #E8E6FF !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-grey:hover {
  background-color: transparent !important;
  color: #3C3D3D !important;
  border-color: #3C3D3D !important;
}

.btn-grey:active {
  background-color: #E8E6FF !important;
  outline: none;
}

.btn-grey:focus {
  background-color: #E8E6FF;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.search input {
  padding-right: 28px;
}

.form-group.search:after {
  content: '';
  background-image: url(/images/Clickvents_Search.svg?6f17b35e1c2c71d4ad7a0dc4b4abecf7);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  z-index: 0;
  background-size: contain;
}

.modal-open {
  overflow-y: hidden;
}

.viewall {
  font-size: 15px;
  color: #3C3D3D;
  text-decoration: none !important;
}

.viewall i {
  margin-left: 10px;
}

.viewall:hover {
  color: #78898F;
}

.no-data {
  color: #3C3D3D;
  font-size: 20px;
}

.no-data a {
  text-decoration: none;
  color: #3C3D3D !important;
}

.no-data:hover a {
  color: #78898F !important;
}

.btn-info {
  border-radius: 5px;
  background-color: #4AB3DC;
  text-transform: capitalize;
  height: 60px;
  padding: 13px 18px;
  text-align: center;
  font-size: 18px;
  color: #fff !important;
  border: 2px solid #4AB3DC !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-info:hover {
  background-color: transparent !important;
  color: #4AB3DC !important;
}

.btn-info.round {
  border-radius: 23px;
  min-width: 162px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-info.round {
    height: 36px;
    font-size: 15px;
    min-width: 130px;
  }
}

.btn-info:active {
  background-color: #4AB3DC !important;
  outline: none;
}

.btn-info:focus {
  background-color: #4AB3DC;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#confirmDeleteAccountModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px;
}

#confirmDeleteAccountModal .modal-body {
  padding: 40px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #confirmDeleteAccountModal .modal-body {
    padding: 26px 23px 20px 23px !important;
  }
}

#confirmDeleteAccountModal .modal-header {
  padding: 0px 0px 20px 0px !important;
  border-bottom: 2px solid rgba(40, 36, 94, 0.1) !important;
}

@media screen and (max-width: 768px) {
  #confirmDeleteAccountModal .modal-header {
    padding: 20px 23px 20px 23px !important;
  }
}

#confirmDeleteAccountModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
}

#confirmDeleteAccountModal .close {
  opacity: 1 !important;
  text-shadow: none !important;
}

#confirmDeleteAccountModal .close:after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#confirmDeleteAccountModal .close:before {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#confirmDeleteAccountModal .close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#confirmDeleteAccountModal .message {
  font-size: 18px;
  color: #3C3D3D;
}

#confirmDeleteAccountModal .modal-footer {
  border: none;
  padding: 0px !important;
  margin-top: 23px;
}

#confirmDeleteAccountModal .modal-footer .btn {
  height: 58px;
  width: 157px !important;
}

#confirmDeleteAccountModal .clear-modal {
  font-size: 15px;
  color: #3C3D3D;
  cursor: pointer;
  margin-left: 25px;
}

#confirmDeleteAccountModal .clear-modal:hover {
  color: #78898F;
}

.loading-wrapper {
  position: fixed;
  inset: 0;
  z-index: 80000;
  background-color: #0008;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
}

.loading-wrapper img {
  height: 100px;
}

.loading-hidden {
  display: none !important;
}

.deleteModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px;
}

.deleteModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
}

.deleteModal .modal-body {
  padding: 0px;
}

.deleteModal .message {
  font-size: 18px;
  color: #3C3D3D;
}

.deleteModal .btn {
  border-radius: 5px !important;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#confirmTurnOffTeacherModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px;
}

#confirmTurnOffTeacherModal .text-informative {
  color: #3C3D3D;
}

#confirmTurnOffTeacherModal .btn-row {
  border-bottom: 1px solid #e9ecef;
}

#confirmTurnOffTeacherModal .tip {
  font-size: 12px;
  text-align: center;
  color: #3C3D3D;
}

#confirmTurnOffTeacherModal .tip span {
  font-family: "RalewayMedium";
}

#confirmTurnOffTeacherModal .tip a {
  color: #3C3D3D;
  text-decoration: none;
  font-family: "RalewayMedium";
}

#confirmTurnOffTeacherModal .tip a:hover {
  color: #78898F;
}

#confirmTurnOffTeacherModal .btn2 {
  padding-top: 6px !important;
}

#confirmTurnOffTeacherModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
}

#confirmTurnOffTeacherModal .modal-body {
  padding: 0px;
}

#confirmTurnOffTeacherModal .message {
  font-size: 18px;
  color: #3C3D3D;
}

#confirmTurnOffTeacherModal .btn {
  border-radius: 5px !important;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#confirmTurnOffTeacherModal .close {
  opacity: 1 !important;
  text-shadow: none !important;
}

#confirmTurnOffTeacherModal .close:after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#confirmTurnOffTeacherModal .close:before {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#confirmTurnOffTeacherModal .close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pagination li.active {
  color: #78898F !important;
}

.page-link {
  position: relative;
  display: block;
  color: #000000;
  background-color: white;
  border: none;
  font-size: 16px;
  font-family: "Raleway";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: transparent;
  margin: 5px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-link:hover {
  background-color: transparent !important;
  color: #5F589A !important;
}

@media screen and (max-width: 560px) {
  .page-link {
    font-size: 13px;
  }
}

.page-item:first-child .page-link {
  font-size: 22px !important;
}

.page-item[aria-label="Next »"] .page-link {
  font-size: 22px !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #000000 !important;
  background-color: transparent;
  font-weight: 700;
  border: none;
}

.listing-filter-form select {
  height: 50px !important;
}

ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.modalPay .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px;
}

.modalPay .modal-body {
  padding: 40px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .modalPay .modal-body {
    padding: 26px 23px 20px 23px !important;
  }
}

.modalPay .modal-header {
  padding: 0px 0px 20px 0px !important;
  border-bottom: 2px solid rgba(40, 36, 94, 0.1) !important;
}

@media screen and (max-width: 768px) {
  .modalPay .modal-header {
    padding: 20px 23px 20px 23px !important;
  }
}

.modalPay .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
}

.modalPay .btn {
  border-radius: 5px !important;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modalPay .message {
  font-size: 18px;
  color: #3C3D3D;
}

.reviews-section-all {
  padding-top: 225px;
}

@media screen and (max-width: 991px) {
  .reviews-section-all {
    padding-top: 120px;
  }

  .reviews-section-all .header-profile-section {
    margin-bottom: 20px !important;
  }
}

#email-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px !important;
}

.submitted-email {
  margin: 2px 4px;
  padding: 4px 11px;
  height: 34px;
  color: #fff !important;
  border-radius: 37px;
  background-color: #5F589A;
}

.merged-input {
  width: 19px;
  border: none;
  background-color: transparent;
}

.merged-input:focus {
  outline: none;
}

.pointer {
  cursor: pointer;
}

.notice-section {
  padding-top: 200px !important;
  padding-bottom: 100px !important;
}

.notice-section .title {
  font-size: 25px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 16px;
  text-align: center;
  max-width: 500px;
  font-weight: 700;
}

.notice-section .title.normal {
  font-family: 'Raleway' !important;
}

.notice-section .title.normal span {
  font-family: "RalewayMedium" !important;
}

@media screen and (max-width: 768px) {
  .notice-section .title {
    font-size: 22px;
  }
}

.notice-section .quote {
  margin-bottom: 25px;
}

.notice-section .details {
  font-size: 20px;
  color: #3C3D3D;
  margin-bottom: 61px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .notice-section .details {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .notice-section {
    padding-top: 150px !important;
  }
}

.backdrop-dailog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #0004;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0;
}

#cropPhotoModal {
  position: fixed;
  border: none;
  top: 25px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px;
}

#just-upload-image {
  max-width: 300px;
  max-height: 300px;
}

.zoom-page {
  padding-top: 210px;
  padding-bottom: 80px;
}

.zoom-page .btn {
  min-width: 190px;
}

.zoom-page .profile-image {
  border: 2px solid #3C3D3D;
}

.zoom-page .msg {
  font-size: 13px;
  color: rgba(60, 61, 61, 0.5);
}

.zoom-page .user-name {
  color: #3C3D3D;
  font-size: 18px;
}

.zoom-page .title {
  font-size: 30px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 16px;
  max-width: 450px;
  text-align: center;
}

.zoom-page .title.normal {
  font-family: 'Raleway' !important;
}

.zoom-page .title.normal span {
  font-family: "RalewayMedium" !important;
}

@media screen and (max-width: 768px) {
  .zoom-page .title {
    font-size: 22px;
  }
}

.zoom-page .details {
  font-size: 30px;
  color: #3C3D3D;
  margin-bottom: 61px;
  text-align: center;
}

.zoom-page .details h1 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .zoom-page .details {
    font-size: 18px;
  }

  .zoom-page .details h1 {
    font-size: 18px;
  }
}

.zoom-page #messageSection a {
  color: #78898F;
  text-decoration: none !important;
}

.zoom-page #messageSection a:hover {
  color: #3C3D3D;
}

.zoom-page #counter {
  color: #78898F;
  font-size: 50px;
}

@media screen and (max-width: 991px) {
  .zoom-page {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}

#eyesonSettingsModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px !important;
}

#eyesonSettingsModal .text-informative {
  color: #3C3D3D;
}

#eyesonSettingsModal .btn-row {
  border-bottom: 1px solid #e9ecef;
}

#eyesonSettingsModal .tip {
  font-size: 12px;
  text-align: center;
  color: #3C3D3D;
}

#eyesonSettingsModal .tip span {
  font-family: "RalewayMedium";
}

#eyesonSettingsModal .tip a {
  color: #3C3D3D;
  text-decoration: none;
  font-family: "RalewayMedium";
}

#eyesonSettingsModal .tip a:hover {
  color: #78898F;
}

#eyesonSettingsModal .btn2 {
  padding-top: 6px !important;
}

#eyesonSettingsModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
}

#eyesonSettingsModal .modal-body {
  padding: 0px;
}

#eyesonSettingsModal .message {
  font-size: 18px;
  color: #3C3D3D;
}

#eyesonSettingsModal .btn {
  border-radius: 5px !important;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#eyesonSettingsModal .close {
  opacity: 1 !important;
  text-shadow: none !important;
}

#eyesonSettingsModal .close:after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#eyesonSettingsModal .close:before {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#eyesonSettingsModal .close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#description_length {
  color: #3C3D3D;
}

.form-group p {
  color: #3C3D3D;
}

.newBox {
  background-color: #A781B9;
  color: #fff;
  width: 56px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "RalewayMedium";
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
}

.rate-btn {
  padding: 4px 16px;
  font-size: 14px;
  background-color: #9d7db8 !important;
  color: #fff !important;
  border-color: #9d7db8 !important;
}

.rate-btn:hover {
  color: #9d7db8 !important;
}

.share-session {
  color: #3C3D3D;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 4px;
}

.share-session:hover {
  color: #78898F !important;
}

.btn-link {
  text-decoration: underline;
  font-family: "Raleway";
  color: #3C3D3D;
  display: inline-block;
  margin-left: 4px;
  font-size: 18px;
}

.btn-link:hover {
  color: #78898F !important;
}

.knowledge-permission .title {
  color: #3C3D3D;
  font-size: 28px;
  font-family: "RalewayMedium";
  margin-top: 37px;
  margin-bottom: 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .knowledge-permission .title {
    font-size: 15px;
    text-align: center;
    max-width: unset;
  }
}

.knowledge-permission .text {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .knowledge-permission .text {
    font-size: 13px;
    text-align: center;
    max-width: unset;
  }
}

.knowledge-permission .details {
  color: #3C3D3D;
  font-size: 16px;
  font-family: "Raleway";
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .knowledge-permission .details {
    font-size: 13px;
    text-align: center;
    max-width: unset;
  }
}

.knowledge-permission .Stars {
  --star-size: 40px;
  --star-color: rgba(182,182,208,0.4);
  --star-background: #A8D4CA;
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.knowledge-permission .Stars::before {
  content: '\2605\2605\2605\2605\2605';
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.knowledge-permission .remark.success {
  margin-top: 25px;
  color: #78898F !important;
}

.knowledge-permission .remark.success p {
  font-size: 18px !important;
  color: #78898F !important;
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.knowledge-permission .remark.danger {
  margin-top: 25px;
  color: #f86c6b !important;
}

.knowledge-permission .remark.danger p {
  font-size: 18px !important;
  color: #f86c6b !important;
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.knowledge-permission .progress-bar {
  background-color: #78898F !important;
  color: #3C3D3D !important;
}

.knowledge-permission .progress {
  position: relative;
  overflow: visible;
  width: 100%;
}

.knowledge-permission .bar-step {
  position: absolute;
  margin-top: -20px;
  z-index: 1;
  font-size: 12px;
}

.knowledge-permission .label-txt {
  float: left;
}

.knowledge-permission .more_data {
  font-size: 18px;
  color: #3C3D3D;
  text-decoration: underline;
}

.knowledge-permission .more_data:hover {
  color: #78898F;
}

.knowledge-permission .more_data.margined {
  margin-top: 55px;
  margin-right: 2px;
}

.knowledge-permission .label-line {
  float: left;
  background: #3C3D3D;
  height: 30px;
  width: 1px;
  margin-right: 5px;
}

.knowledge-permission .label-percent {
  float: right;
  margin-left: 5px;
}

.calendar-section .header-profile-section {
  margin-bottom: 30px;
}

.calendar-section .header-profile-section .title-box .title {
  color: #3D3D3B !important;
  font-weight: 400 !important;
}

.btn-grey-calendar {
  width: 139px;
  background-color: #78898F;
  color: #fff;
  border-radius: 37px;
  border: 1px solid #78898F;
}

.btn-grey-calendar:hover {
  background-color: transparent;
  color: #78898F;
}

.btn-grey-calendar-outline {
  background-color: transparent;
  color: #78898F;
  border-radius: 37px;
  border: 1px solid #78898F;
  width: 139px;
}

.btn-grey-calendar-outline:hover {
  background-color: #78898F;
  color: #fff;
}

.page-404 {
  background-color: #3D3D3B;
  padding-top: 227px;
  padding-bottom: 50px;
}

.page-404 .header-title {
  color: #fff;
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 60px;
  font-family: "Raleway";
}

.page-404 .subtitle {
  color: #fff;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: "Raleway";
  text-align: center;
  font-weight: 300;
  line-height: 32px;
}

.page-404 .subtitle strong {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-404 {
    padding-top: 190px;
  }

  .page-404 img {
    width: 90px;
  }

  .page-404 .header-title {
    font-size: 18px;
  }

  .page-404 .subtitle {
    font-size: 15px;
  }
}

.save-privacy {
  padding: 0.375rem !important;
  width: 207px;
}

.privacy-page {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .privacy-page img {
    width: 100px;
  }

  .privacy-page .sub-label {
    font-size: 20px;
  }
}

.homepagehero-section {
  padding-top: 130px;
  padding-bottom: 0px;
  height: 700px;
  background-color: #f2f2f1;
}

.homepagehero-section .homepage-title {
  font-size: 40px;
  color: #3C3D3D;
  font-family: "Raleway" !important;
  max-width: 600px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.homepagehero-section .homepage_desc {
  font-size: 21px;
  color: #3C3D3D;
  opacity: 0.7;
  max-width: 520px;
  margin-bottom: 30px;
}

.homepagehero-section .hero-icon {
  height: 590px;
  position: relative;
  z-index: 2;
}

.homepagehero-section .hero-hexagon {
  position: absolute;
  z-index: 1;
  top: 8%;
  right: 31%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.homepagehero-section .hero-circle {
  position: absolute;
  z-index: 0;
  top: 26%;
  width: 468px;
  left: 9px;
  -webkit-animation-name: cirle-animate;
          animation-name: cirle-animate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .homepagehero-section .hero-circle {
    left: unset !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .homepagehero-section .hero-circle {
    left: -60%;
  }

  .homepagehero-section .container {
    max-width: unset !important;
  }

  .homepagehero-section .homepage-title {
    font-size: 30px;
    position: relative;
    z-index: 2;
    max-width: 433px;
  }

  .homepagehero-section .homepage_desc {
    font-size: 16px;
    position: relative;
    z-index: 2;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .homepagehero-section {
    height: unset;
  }

  .homepagehero-section .container {
    max-width: unset !important;
  }

  .homepagehero-section .homepage-title {
    font-size: 30px;
    position: relative;
    z-index: 5;
    max-width: 433px;
    padding-top: 0px;
    text-align: center;
  }

  .homepagehero-section .homepage_desc {
    font-size: 16px;
    text-align: center;
  }

  .homepagehero-section .hero-icon {
    margin-left: 20%;
    height: 468px;
  }

  .homepagehero-section .hero-circle {
    top: 39%;
    left: unset !important;
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes cirle-animate {
  0% {
    opacity: 0%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes cirle-animate {
  0% {
    opacity: 0%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes cirle-animate {
  0% {
    opacity: 0%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

.section-title {
  font-size: 35px;
  font-family: "Raleway" !important;
  color: #3C3D3D;
  max-width: 478px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 58px;
}

.section-title.white {
  color: #fff;
}

.section-title.left {
  text-align: left;
}

.section-title.quoted:before {
  display: block;
  content: '';
  width: 49px;
  height: 64px;
  margin-bottom: 21px;
  background-repeat: no-repeat;
  background: url(/images/whitequotation.svg?fd5680ca1a99cb4d73e2a09ab5d09210);
}

.section-desc {
  font-size: 18px;
  color: rgba(60, 61, 61, 0.5);
  margin-top: 21px;
  margin-bottom: 30px;
  max-width: 478px;
  text-align: center;
  line-height: 32px;
}

.section-desc.white {
  color: #fff;
}

.section-desc.left {
  text-align: left;
}

.subjects-section {
  background-image: url(/images/CategoreisShape.svg?eecebae389690a6d1033de749a79e42d);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

.subjects-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subjects-section .subject-slide-column {
  margin-bottom: 80px;
}

.subjects-section .subject-slide-column .subject-box {
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 108.69px 32px 32px;
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-left: 20px;
  text-decoration: none !important;
}

.subjects-section .subject-slide-column .subject-box .subject-title {
  font-size: 19px;
  text-transform: uppercase;
  color: #3C3D3D;
  margin-bottom: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  white-space: nowrap;
}

.subjects-section .subject-slide-column .subject-box .icon {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.subjects-section .subject-slide-column .subject-box:after {
  content: '';
  background-image: url(/images/ic_right_arrow.svg?e060ab47123aae094289a656d6fd2ff6);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40.69px;
  right: 35px;
  height: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.subjects-section .subject-slide-column .subject-box:hover {
  background-color: #3C3D3D;
}

.subjects-section .subject-slide-column .subject-box:hover .subject-title {
  color: #fff;
}

.subjects-section .subject-slide-column .subject-box:hover .icon {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.subjects-section .subject-slide-column .subject-box:hover:after {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.subjects-section .subject-slide-column .subject-box:hover:before {
  content: '';
  background-image: url(/images/faded.svg?bb7509c71a1222b7a57e4bfca956b8bc);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  left: -5px;
  height: 132px;
  top: -5px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
}

@media screen and (min-width: 1200px) {
  .subjects-section .container {
    max-width: calc(1140px + (100vw - 1140px)/2 + 15px);
  }

  .subjects-section .section-title,
  .subjects-section .section-desc {
    margin-left: calc((-100vw + 1140px)/2 + 15px) !important;
  }

  .subjects-section .btn-row {
    margin-left: calc((-100vw + 1140px)/2 + 15px) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .subjects-section .container {
    max-width: calc(960px + (100vw - 960px)/2 + 15px);
  }

  .subjects-section .section-title,
  .subjects-section .section-desc {
    margin-left: calc((-100vw + 960px)/2 + 15px) !important;
  }

  .subjects-section .btn-row {
    margin-left: calc((-100vw + 960px)/2 + 15px) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .subjects-section .container {
    max-width: calc(720px + (100vw - 720px)/2 + 15px);
  }

  .subjects-section .section-title,
  .subjects-section .section-desc {
    margin-left: calc((-100vw + 720px)/2 + 15px) !important;
  }

  .subjects-section .btn-row {
    margin-left: calc((-100vw + 720px)/2 + 15px) !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .subjects-section .container {
    max-width: calc(540px + (100vw - 540px)/2 + 15px);
  }

  .subjects-section .section-title,
  .subjects-section .section-desc {
    margin-left: calc((-100vw + 540px)/2 + 15px) !important;
  }

  .subjects-section .btn-row {
    margin-left: calc((-100vw + 540px)/2 + 15px) !important;
  }
}

@media screen and (max-width: 767px) {
  .subjects-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subjects-section .btn-row {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 560px) {
  .subjects-section .btn-row {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subjects-section .btn-row .btn {
    width: 100%;
  }
}

.parent {
  width: 1700px;
  overflow: hidden;
  left: 20px;
  max-width: 100%;
}

.child-container {
  width: 1700px;
  left: -710px;
  position: relative;
}

#child {
  width: 1000px;
  float: left;
  font-size: 15px;
  font-family: arial;
  padding: 10px 5px 10px 0;
  left: 720px;
}

.clear {
  clear: both;
}

.parent::-webkit-scrollbar {
  display: none;
}

.tutors-section {
  position: relative;
  padding-top: 93px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100vw;
}

.tutors-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 180%;
  background-color: #3C3D3D;
  z-index: -3;
  top: -80%;
}

.tutors-section .section-desc {
  max-width: 377px !important;
}

.tutors-section .tutor-box {
  background-color: #fefefe;
  border: 0.5px solid #0a3c45;
  border-radius: 19px;
  cursor: pointer;
  padding: 15px;
}

.tutors-section .tutor-box a {
  text-decoration: none !important;
}

.tutors-section .tutor-box .icon {
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tutors-section .tutor-box .name {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 22px;
  font-family: "Raleway" !important;
  color: #2f3536;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tutors-section .tutor-box .uni {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #2f3536;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tutors-section .tutor-box:hover .icon {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tutors-section .tutor-box:hover .name {
  color: #78898F !important;
}

.tutors-section .tutors-slide {
  width: calc(100% + (100vw - 1101px)/2);
}

.tutors-section .owl-controls {
  position: absolute;
  bottom: -67px;
  right: 60px;
}

.tutors-section .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset !important;
}

.tutors-section .owl-next,
.tutors-section .owl-prev {
  border: 1px solid #fff;
  height: 28px !important;
  width: 28px !important;
  border-radius: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin-left: 18px;
  background-color: #fff;
  color: #3C3D3D;
}

.tutors-section .owl-next.disabled,
.tutors-section .owl-prev.disabled {
  background-color: transparent !important;
  color: #fff !important;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .tutors-section {
    background-image: url(/images/mobile-blue-back.svg?3cabb91acfdc055ecfff01d19e3cd37c);
    padding-bottom: 76px;
  }

  .tutors-section:after {
    background-color: #f2f2f1;
    top: -50%;
  }

  .tutors-section .owl-controls {
    display: none;
  }

  .tutors-section .section-title {
    text-align: center;
  }

  .tutors-section .section-title:before {
    margin: 0 auto;
    margin-bottom: 21px;
  }

  .tutors-section .section-desc {
    text-align: center;
  }

  .tutors-section .tutors-slide {
    width: calc(100% + (100vw - 680px)/2);
  }
}

@media screen and (max-width: 767px) {
  .tutors-section {
    background-image: url(/images/mobile-blue-back.svg?3cabb91acfdc055ecfff01d19e3cd37c);
    padding-bottom: 76px;
  }

  .tutors-section:after {
    background-color: #f2f2f1;
    top: -50%;
  }

  .tutors-section .owl-controls {
    display: none;
  }

  .tutors-section .section-title {
    text-align: center;
  }

  .tutors-section .section-title:before {
    margin: 0 auto;
    margin-bottom: 21px;
  }

  .tutors-section .section-desc {
    text-align: center;
  }

  .tutors-section .tutors-slide {
    width: calc(100% + 45px);
    margin-left: -15px;
  }
}

.community-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.community-section .section-title {
  max-width: 750px;
}

.community-section .section-desc {
  max-width: 498px;
}

.community-section .community-map-scroll-area {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 20px;
}

.community-section .community-map-scroll-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 800px;
  height: 530px;
}

.community-section .community-map-scroll-area::-webkit-scrollbar {
  background-color: #f2f2f1;
  height: 4px;
}

.community-section .community-map-scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.community-section .community-map-scroll-area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3C3D3D;
}

@media screen and (max-width: 992px) and (min-width: 767px) {
  .community-section .btn-row {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .community-section .btn-row {
    width: 100%;
    padding-top: 25px;
  }

  .community-section .btn-row .btn {
    width: 100%;
  }
}

.become_tutor {
  background-image: url(/images/become_tutor.svg?7ddba53c227347de458f36c7afcdaac5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}

.become_tutor .section-title {
  max-width: 400px;
}

.become_tutor .btn-outline-secondary {
  border-radius: 5px !important;
}

.become_tutor .image-col-1 {
  position: relative;
}

.become_tutor .image-col-1:after {
  display: block;
  content: '';
  width: 83px;
  height: 146px;
  position: absolute;
  top: 225px;
  right: 0px;
  background-size: contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-repeat: no-repeat;
  background: url(/images/quotationpatternwhite.svg?271c402c2c4b8dde4af2e1c99dc6f6c9);
}

.become_tutor .image1 {
  height: 262px;
  margin-bottom: 36px;
  position: relative;
}

.become_tutor .image1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.become_tutor .image1:before {
  display: block;
  content: '';
  width: 113.7px;
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #A781B9;
  z-index: 0;
}

.become_tutor .image2 {
  height: 262px;
  position: relative;
}

.become_tutor .image2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.become_tutor .image2:before {
  display: block;
  content: '';
  width: 72.2px;
  height: 72.2px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #fff;
  z-index: 0;
}

.become_tutor .image3 {
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.become_tutor .btn-row {
  padding-top: 25px;
}

.become_tutor .tutor-info-section {
  padding-top: 70px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .become_tutor {
    padding-bottom: 186px;
    padding-top: 56px;
  }

  .become_tutor .tutor-info-section {
    padding-top: 0px;
  }

  .become_tutor .btn-row {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .become_tutor {
    padding-bottom: 186px;
    padding-top: 56px;
  }

  .become_tutor .tutor-info-section {
    padding-top: 0px;
  }

  .become_tutor .tutor-info-section .section-title {
    text-align: center;
    margin-top: 21px;
  }

  .become_tutor .tutor-info-section .section-title:before {
    margin: 0 auto;
    margin-bottom: 21px !important;
  }

  .become_tutor .tutor-info-section .section-desc {
    text-align: center;
  }

  .become_tutor .btn-row {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .become_tutor .btn-row .btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .become_tutor {
    padding-bottom: 30px;
    background-image: url(/images/mobile-blue-back.svg?3cabb91acfdc055ecfff01d19e3cd37c);
    padding-top: 60px;
  }

  .become_tutor .tutor-info-section {
    padding-top: 0px;
  }

  .become_tutor .tutor-info-section .section-title {
    text-align: center;
    margin-top: 21px;
  }

  .become_tutor .tutor-info-section .section-title:before {
    margin: 0 auto;
    margin-bottom: 21px !important;
  }

  .become_tutor .tutor-info-section .section-desc {
    text-align: center;
  }

  .become_tutor .btn-row {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .become_tutor .btn-row .btn {
    width: 100%;
  }

  .become_tutor .image-col-1:after {
    top: 107px;
  }

  .become_tutor .image3 {
    margin-top: 36px;
    height: 208px;
  }

  .become_tutor .image1 {
    height: 146px;
  }

  .become_tutor .image2 {
    height: 146px;
  }
}

.testimonials-section {
  padding-bottom: 92px;
}

.testimonials-section .section-title {
  max-width: unset !important;
  font-size: 27px !important;
}

@media screen and (max-width: 768px) {
  .testimonials-section .section-title {
    font-size: 16px !important;
  }
}

.testimonials-section .section-desc {
  color: #3C3D3D !important;
  text-align: center !important;
  max-width: 540px !important;
  font-size: 17px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
  .testimonials-section .section-desc {
    font-size: 13px !important;
  }
}

.testimonials-section .btn-primary {
  min-width: 165px !important;
}

.testimonials-section .testimonials-box {
  padding: 26px;
  background-color: #F1F2F2;
  border-radius: 20px;
  min-height: 253px;
}

.testimonials-section .testimonial-title {
  font-size: 14px;
  color: #5F589A;
  font-family: "RalewayMedium";
  font-weight: 700;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.testimonials-section .testimonial-name {
  color: #3D3D3B;
  font-weight: 800;
  margin-bottom: 1px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.testimonials-section .testimonial-address {
  color: #3D3D3B;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.testimonials-section .testimonials-text {
  font-size: 12px;
  color: #3D3D3B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.testimonials-section .testimonial-profile {
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  width: 70px;
}

.testimonials-section .testimonial-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .testimonials-section .testimonial-profile {
    margin-bottom: 20px;
  }
}

.testimonials-section .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.testimonials-section .owl-nav .owl-prev,
.testimonials-section .owl-nav .owl-next {
  background-color: #A37DB5;
  border-radius: 30px;
  color: #fff;
  width: 72px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border: 1px solid #A37DB5;
}

.testimonials-section .owl-nav .owl-prev:hover,
.testimonials-section .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #A37DB5;
}

@media screen and (max-width: 768px) {
  .testimonials-section .owl-nav {
    margin-top: 10px;
  }
}

.testimonials-section .btn-row {
  width: 100%;
  padding: 20px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px !important;
    line-height: 37px !important;
  }

  .section-desc {
    font-size: 16px !important;
    margin-top: 16px;
  }

  .subject-box {
    padding: 20px 47px 20px 20px !important;
  }

  .subject-box .subject-title {
    font-size: 14px !important;
  }

  .subject-box .icon {
    height: 16px !important;
  }

  .subject-box:after {
    width: 17px !important;
    height: 16px !important;
    right: 13px !important;
  }
}

.zoom_section {
  background-image: url(/images/bacground-3.svg?bc1fee2231f3b44e3c6427de6e9f1820);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 762px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 0px;
  width: 100vw;
}

.zoom_section:after {
  position: absolute;
  height: 50%;
  bottom: -20%;
  width: 100%;
  background-color: #3C3D3D;
  left: 0px;
  content: "";
  z-index: -1;
}

.zoom_section .container {
  position: relative;
}

.zoom_section .container:before {
  position: absolute;
  height: 40px;
  bottom: 172px;
  width: 40px;
  left: 156px;
  content: "";
  z-index: 0;
  background-image: url(/images/White-opaque-Quotation.svg?f4ddd8e9e5afb6fcfc8673fff35e9b30);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zoom_section .container:after {
  position: absolute;
  height: 64px;
  top: 127px;
  width: 56px;
  right: 156px;
  content: "";
  z-index: 0;
  background-image: url(/images/White-opaque-Quotation.svg?f4ddd8e9e5afb6fcfc8673fff35e9b30);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zoom_section .section-title {
  min-width: 784px !important;
  font-family: 'Raleway' !important;
  font-size: 45px !important;
  margin-bottom: 10px;
}

.zoom_section .section-desc {
  margin-bottom: 59px;
  margin-top: 0px !important;
}

.zoom_section .zoom-image {
  height: 223.16px;
  width: 306px;
  -o-object-fit: cover;
     object-fit: cover;
}

.zoom_section .zoom-icon {
  margin-top: 63px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 107px;
  margin-left: 48px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .zoom_section {
    height: 485px;
    padding-top: 50px;
    background-image: url(/images/mobile-blue-back.svg?3cabb91acfdc055ecfff01d19e3cd37c);
  }

  .zoom_section:after {
    background-color: #f2f2f1;
  }

  .zoom_section .container:after {
    display: none;
  }

  .zoom_section .container::before {
    display: none;
  }

  .zoom_section .section-title {
    font-size: 24px !important;
    max-width: 320px !important;
    min-width: unset !important;
    margin-bottom: 30px !important;
  }

  .zoom_section .zoom-image {
    height: 115px;
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .zoom_section .zoom-icon {
    height: 37px;
    width: 55px;
    margin-left: 10px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-select-area {
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 12px;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .mobile-select-area:before {
    content: '';
    width: 100vw;
    height: 20px;
    background-color: #fff;
    top: -16px;
    left: 0px;
    position: absolute;
  }

  .mobile-select-area .btn-primary {
    width: 100%;
    margin-top: 25px;
  }

  .mobile-select-area .dropdown-toggle {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mobile-select-area .dropdown-menu {
    border-radius: 16px !important;
    min-width: 207px;
    padding: 9px 1px 9px 9px !important;
    z-index: 3 !important;
  }

  .mobile-select-area .scroll-area {
    max-height: 190px;
    overflow-y: auto;
    margin-top: 10px;
  }

  .mobile-select-area .scroll-area::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
  }

  .mobile-select-area .scroll-area::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
  }

  .mobile-select-area .scroll-area::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #f2f2f1;
  }

  .mobile-select-area .dropdown-menu li {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile-select-area .dropdown-menu li.no-border {
    border-top: none;
  }

  .mobile-select-area .search-icon {
    position: absolute;
    top: 10px;
    left: 16px;
    color: #5D5D5D;
  }

  .mobile-select-area .search-box {
    position: relative;
    padding-right: 9px;
  }

  .mobile-select-area .search {
    border-radius: 10px;
    height: 37px;
    color: #5D5D5D;
    font-size: 12px;
    border: none;
    background-color: #f2f2f1;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    padding-left: 45px;
  }

  .mobile-select-area .dropdown-menu li a,
  .mobile-select-area .dropdown-menu li p {
    font-size: 15px !important;
    text-decoration: none;
  }

  .mobile-select-area .dropdown-menu li.selected {
    position: relative;
  }

  .mobile-select-area .dropdown-menu li.selected a {
    color: #3C3D3D !important;
  }

  .mobile-select-area .dropdown-menu li.selected p {
    color: #3C3D3D !important;
  }

  .mobile-select-area .dropdown-menu li.selected:after {
    display: inline-block;
    right: 7px;
    position: absolute;
    top: 15px;
    content: "";
    width: 13px;
    height: 7px;
    -webkit-transform: rotate(-47deg);
            transform: rotate(-47deg);
    border-left: 2px solid #3C3D3D;
    border-bottom: 2px solid #3C3D3D;
    border-top: none;
    border-right: none;
  }

  .mobile-select-area .dropdown-menu li.selected:hover a,
  .mobile-select-area .dropdown-menu li.selected:hover p {
    color: #78898F !important;
  }

  .mobile-select-area .dropdown-menu li.selected:hover:after {
    border-color: #78898F;
  }
}

.btn-allsubjects {
  width: 261px;
}

.btn-allsubjects .icon2 {
  display: none;
}

.btn-allsubjects .icon1 {
  display: inline-block;
}

.btn-allsubjects:hover .icon1 {
  display: none;
}

.btn-allsubjects:hover .icon2 {
  display: inline-block;
}

.subjects2-section {
  background-color: #F5F5F5;
  padding-top: 74px;
  padding-bottom: 74px;
  margin-bottom: 92px;
}

.subjects2-section .section-title {
  font-size: 27px;
  color: #3D3D3B;
  margin-bottom: 11px !important;
  line-height: 20px !important;
}

@media screen and (max-width: 768px) {
  .subjects2-section .section-title {
    font-size: 16px !important;
  }
}

.subjects2-section .section-desc {
  font-size: 17px;
  color: #3D3D3B;
  margin-bottom: 54px !important;
  margin-top: 0px !important;
  line-height: 25px !important;
}

@media screen and (max-width: 768px) {
  .subjects2-section .section-desc {
    font-size: 13px !important;
  }
}

.subjects2-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subjects2-section .subject-slide {
  margin-bottom: 80px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .subjects2-section .subject-slide {
    margin-left: -65px;
    width: 100vw;
  }
}

.subjects2-section .subject-box {
  background-color: #fff;
  padding-top: 40px;
  border-radius: 13px;
  min-height: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.subjects2-section .subject-box img {
  height: 110px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.subjects2-section .subject-box .subject-title {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-size: 16px;
  color: #3D3D3B;
  margin-top: 16px;
  text-align: center;
  max-width: 180px !important;
  text-transform: capitalize;
}

.subjects2-section .subject-box:hover {
  background-color: #78898F;
  text-decoration: none;
}

.subjects2-section .subject-box:hover .subject-title {
  color: #fff !important;
}

.subjects2-section .subject-box:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .subjects2-section .subject-box {
    padding: inherit !important;
    padding-top: 25px !important;
    min-height: 200px !important;
  }

  .subjects2-section .subject-box img {
    width: 75px;
    height: 87px !important;
  }
}

.homepagehero-access_box {
  padding-bottom: 92px;
}

.homepagehero-access_box .title {
  color: #3D3D3B;
  font-size: 27px;
  margin-bottom: 15px;
}

.homepagehero-access_box .subtitle {
  font-size: 17px;
  margin-bottom: 54px;
  font-family: "RalewayLight";
}

.homepagehero-access_box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .homepagehero-access_box {
    padding-top: 0px !important;
  }

  .homepagehero-access_box .title {
    font-size: 16px;
  }

  .homepagehero-access_box .subtitle {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
  }
}

.rating-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating-star .star {
  margin-right: 3px;
}

.where_to {
  padding-bottom: 92px;
}

.where_to .info-box {
  border-radius: 30px;
  background-color: #3D3D3B;
  padding: 60px;
  height: 100%;
}

.where_to .info-box .title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 5px;
}

.where_to .info-box .title strong {
  display: block;
}

@media screen and (max-width: 768px) {
  .where_to .info-box .title {
    font-size: 17px;
  }
}

.where_to .info-box .desc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .where_to .info-box .desc {
    font-size: 16px;
  }
}

.where_to .img-where {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .where_to .img-where {
    margin-top: 20px;
    min-height: 178px;
  }
}

.homepagehero-section-new {
  padding-top: 130px;
  padding-bottom: 0px;
  height: 550px;
  background-color: #f2f2f1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.homepagehero-section-new .phone {
  position: absolute;
  left: 0px;
  bottom: 30px;
  height: 425px;
}

.homepagehero-section-new .desktop {
  position: absolute;
  right: 0px;
  bottom: -55px;
  height: 450px;
}

.homepagehero-section-new .main-title {
  font-size: 27px;
  padding-top: 92px;
  color: #3D3D3B;
  text-align: center;
  margin-bottom: 0px;
}

.homepagehero-section-new .main-title strong {
  display: block;
}

.homepagehero-section-new .text-desc {
  font-size: 17px;
  color: #3D3D3B;
  margin-top: 18px;
  text-align: center;
  max-width: 417px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 1249px) and (min-width: 991px) {
  .homepagehero-section-new {
    padding-bottom: 666px !important;
  }

  .homepagehero-section-new .main-title {
    padding-top: 0px;
  }

  .homepagehero-section-new .text-desc {
    max-width: 350px;
  }

  .homepagehero-section-new .phone {
    width: 371px;
  }
}

@media screen and (max-width: 991px) {
  .homepagehero-section-new {
    padding-bottom: 666px !important;
    margin-bottom: 20px;
  }

  .homepagehero-section-new .main-title,
  .homepagehero-section-new .text-desc {
    position: relative;
  }

  .homepagehero-section-new .phone {
    top: 72px;
    opacity: 0.15;
    bottom: unset !important;
  }
}

.search-container {
  margin-top: 87px;
}

@media screen and (max-width: 991px) {
  .search-container {
    margin-top: 0px;
  }
}

.login-section {
  padding-top: 200px !important;
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .login-section {
    padding-top: 100px !important;
  }
}

.login-section .img-login {
  background-image: url(/images/login.png?c80d27637a9e093563707967addd6f4d);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 700px;
}

@media screen and (max-width: 991px) {
  .login-section .img-login {
    min-height: unset !important;
    height: 400px !important;
  }
}

.login-section .btn-primary {
  height: 50px;
  width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-section .auth-message {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 3px;
}

.login-section .auth-message a {
  text-decoration: underline !important;
  font-family: 'Raleway' !important;
  color: #3C3D3D;
  font-size: 18px;
}

.login-section .auth-message:hover a {
  color: #78898F;
}

.login-section .auth-message-two {
  font-size: 12px;
  color: #3D3D3B;
  text-decoration: underline !important;
  margin-bottom: 0px;
  opacity: 0.7;
}

.login-section .auth-message-two:hover {
  color: #A37DB5;
}

@media screen and (max-width: 768px) {
  .login-section .auth-message-two {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .login-section {
    padding-bottom: 50px;
    padding-top: 76px;
  }

  .login-section .auth-message {
    font-size: 16px !important;
  }
}

.login-section .checkmark {
  width: 23px !important;
  height: 23px !important;
  border-radius: 50% !important;
  border: 1px solid #798184 !important;
}

.login-section .checkmark:after {
  top: 5px;
  left: 9px;
  border: solid #798184 !important;
  border-width: 0 1px 1px 0 !important;
}

.login-section .checkmark-wrapper p {
  color: #798184;
  margin-left: 8px;
  margin-top: 9px;
}

.login-section .checkbox-container input:checked ~ .checkmark {
  background-color: transparent !important;
}

.auth-guide {
  font-size: 10px;
  color: #798184;
  margin-top: 14px;
}

.login-btn-row {
  margin-top: 25px;
  width: 100%;
}

.login-btn-row .form-group {
  width: 100%;
}

.login-btn-row .btn {
  width: 100%;
}

.auth-section-title {
  font-size: 40px;
  margin-top: 50px;
  color: #3D3D3B;
  text-align: left;
  margin-bottom: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .auth-section-title {
    text-align: left;
    margin-top: 15px;
    font-size: 22px;
  }
}

.auth-section-desc {
  font-size: 17px;
  color: #3D3D3B;
  max-width: 411px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .auth-section-desc {
    text-align: left;
  }
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 20px;
  margin-bottom: 14px;
  color: #3D3D3B;
  font-weight: 500;
}

.form-group label.non-required:after {
  display: none;
}

.form-group.white label {
  color: #fff;
  font-family: unset !important;
  font-size: 18px;
}

.form-group.required label:after {
  content: "*";
  color: #3C3D3D;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 17px;
}

.form-group textarea {
  min-height: 220px;
}

.form-group.search-reason-div:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.form-group .form-control {
  height: 63px;
  background-color: #F5F5F5 !important;
  border: 2px solid #F5F5F5;
  border-radius: 37px;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #3D3D3B !important;
}

.form-group .form-control.search-reason {
  background-color: #3D3D3B !important;
  height: 46px;
  color: #fff !important;
}

.form-group .form-control.search-reason::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 100%;
}

.form-group .form-control.search-reason::-moz-placeholder {
  color: #fff !important;
  opacity: 100%;
}

.form-group .form-control.search-reason::-ms-input-placeholder {
  color: #fff !important;
  opacity: 100%;
}

.form-group .form-control.search-reason::placeholder {
  color: #fff !important;
  opacity: 100%;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #3D3D3B;
  opacity: 30%;
}

.form-group .form-control::-moz-placeholder {
  color: #3D3D3B;
  opacity: 30%;
}

.form-group .form-control::-ms-input-placeholder {
  color: #3D3D3B;
  opacity: 30%;
}

.form-group .form-control::placeholder {
  color: #3D3D3B;
  opacity: 30%;
}

.form-group .select-div {
  height: 63px;
  background-color: #F5F5F5 !important;
  border: 2px solid #F5F5F5;
  border-radius: 37px;
  position: relative;
  padding: 0px;
}

.form-group .select-div:after {
  display: inline-block;
  padding: 0.19rem;
  content: "";
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #3C3D3D;
  border-bottom: 2px solid #3C3D3D;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 0;
}

.form-group .select-div select {
  width: 100%;
  height: 100% !important;
  border: none;
  background-color: transparent !important;
  color: #3D3D3B !important;
  font-size: 15px;
  font-family: 'Raleway' !important;
  position: relative;
  padding: 0px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 1;
}

.form-group .select-div select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-group .select-div select:-webkit-autofill,
.form-group .select-div select:-webkit-autofill:hover,
.form-group .select-div select:-webkit-autofill:focus,
.form-group .select-div select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.form-group .select-div select:-webkit-autofill {
  -webkit-text-fill-color: rgba(60, 61, 61, 0.5) !important;
}

.form-group .level-drop {
  height: 63px !important;
  background-color: #F5F5F5 !important;
  border: 2px solid #F5F5F5;
  border-radius: 37px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-group .form-control:-webkit-autofill,
.form-group .form-control:-webkit-autofill:hover,
.form-group .form-control:-webkit-autofill:focus,
.form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.form-group .form-control:-webkit-autofill {
  -webkit-text-fill-color: rgba(60, 61, 61, 0.5) !important;
}

@media screen and (max-width: 768px) {
  .form-group label {
    font-size: 16px;
  }
}

.checkmark-wrapper {
  margin-top: 15.5px;
}

.checkmark-wrapper p {
  color: #3C3D3D;
  font-size: 15px;
}

.checkmark-wrapper p a {
  color: #7BC1FD !important;
  text-decoration: underline !important;
}

.checkmark-wrapper p a:hover {
  color: #3C3D3D;
}

.checkmark-wrapper .register-message {
  padding-bottom: 20px;
}

.register-page {
  padding-top: 125px;
  padding-bottom: 90px;
}

.register-page .register-title {
  margin-top: 48px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-bottom: 0px;
  color: #3D3D3B;
  text-align: center;
}

.register-page .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.register-page .iti__selected-flag {
  border-right: #798184 !important;
  outline: none !important;
}

.register-page .register-desc {
  max-width: unset !important;
}

.register-page .form-section {
  padding-top: 25px;
}

.register-page .btn-row {
  margin-top: 40px;
}

.register-page .register-quote {
  color: #3C3D3D;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 14px;
  font-weight: 500;
  color: #3D3D3B;
}

.register-page .checkmark {
  width: 23px !important;
  height: 23px !important;
  border-radius: 50% !important;
  border: 1px solid #798184 !important;
}

.register-page .checkmark:after {
  top: 5px;
  left: 9px;
  border: solid #798184 !important;
  border-width: 0 1px 1px 0 !important;
}

.register-page .checkmark-wrapper p {
  color: #798184;
  font-weight: 500;
}

.register-page .checkmark-wrapper p a {
  color: #798184 !important;
}

.register-page .btn-tertiary {
  min-width: 261px;
}

.register-page .checkbox-container input:checked ~ .checkmark {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .register-page {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .register-page .form-section {
    padding-top: 0px;
  }

  .register-page .register-quote {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 17px;
  }

  .register-page .register-message {
    font-size: 10px !important;
  }
}

.reset-password {
  padding-top: 207px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .reset-password {
    padding-top: 100px;
  }
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__selected-flag {
  border-right: 2px solid #3C3D3D;
}

.iti--allow-dropdown input {
  padding-left: 65px !important;
}

.editing .fa-save {
  color: #78898F !important;
}

.editing .fa-times {
  color: #78898F !important;
}

.editing input {
  border-color: #78898F !important;
}

.editing .edit-label {
  color: #78898F !important;
}

.editing .select-div {
  border-color: #78898F !important;
}

.checkedwrapped {
  border-radius: 13px;
  padding-left: 50px !important;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-right: 5px;
  background-color: #F5F5F5;
  border: 2px solid #F5F5F5;
  cursor: pointer;
}

.checkedwrapped.active {
  border: 2px solid #3D3D3B !important;
  background-color: #fff !important;
}

.checkedwrapped .checkmark {
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

.checkedwrapped .labl {
  font-size: 25px;
  font-family: "RalewayMedium";
  color: #000000 !important;
}

.checkedwrapped .sub-label {
  font-size: 18px;
  color: #78898F !important;
  font-weight: 500;
  margin-top: 4px;
}

.checkedwrapped input:checked ~ .labl:before {
  z-index: -1;
  left: 0px;
  background-color: #28245E19;
  width: 50px;
  height: 100%;
  content: '';
  position: absolute;
  width: 100%;
  top: 0px;
}

.sub-label {
  font-size: 25px;
  color: #78898F !important;
  font-weight: 500;
  margin-top: 4px;
}

.tutor-register-section {
  padding-top: 225px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tutor-register-section {
    padding-top: 129px;
  }
}

@media screen and (max-width: 768px) {
  .tutor-register-section {
    padding-top: 129px;
  }

  .tutor-register-section .container {
    max-width: 100vw !important;
  }

  .tutor-register-section .table thead th {
    font-size: 15px !important;
  }
}

.btn-save {
  width: 116px;
}

td {
  padding: 0px !important;
}

.btn-step {
  font-size: 18px;
  color: rgba(60, 61, 61, 0.5) !important;
  text-decoration: none;
  padding-bottom: 36px;
  text-decoration: none;
}

.btn-step:hover {
  text-decoration: none;
  color: rgba(60, 61, 61, 0.5) !important;
}

.btn-step.active {
  font-family: 'Raleway' !important;
  position: relative;
  color: #3C3D3D !important;
}

.btn-step.active:hover {
  text-decoration: none;
  color: #3C3D3D !important;
}

.btn-step.active:before {
  content: '';
  display: inline-block;
  width: 130%;
  height: 7px;
  border-radius: 10px 10px 0px 0px;
  background-color: #3C3D3D;
  position: absolute;
  left: -15%;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .btn-step {
    font-size: 10px;
    padding-bottom: 15px;
  }

  .btn-step.active:before {
    height: 2.5px;
  }
}

.stepwizard-step:not(:last-child)::after {
  display: inline-block;
  padding: 0.3em;
  content: "";
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-136deg);
          transform: rotate(-136deg);
  border-left: 3px solid rgba(60, 61, 61, 0.5);
  border-bottom: 3px solid rgba(60, 61, 61, 0.5);
  border-top: none;
  border-right: none;
  position: absolute;
  right: 0px;
  top: 9px;
}

.stepwizard-step:not(:last-child).active:after {
  border-color: #3C3D3D;
}

@media screen and (max-width: 768px) {
  .stepwizard-step:not(:last-child) {
    font-size: 10px;
  }

  .stepwizard-step:not(:last-child):after {
    padding: 0.2em;
    border-left: 2px solid rgba(60, 61, 61, 0.5);
    border-bottom: 2px solid rgba(60, 61, 61, 0.5);
    height: 8px;
  }
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(40, 36, 94, 0.1);
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .stepwizard {
    margin-bottom: 45px;
  }
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .stepwizard-step {
    width: 20%;
  }

  .stepwizard-step:nth-child(3) {
    width: 30%;
  }
}

.displayNone {
  display: none !important;
}

.setup-content .error {
  color: red;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.note-icon {
  cursor: pointer;
  width: 60px;
}

.avatar-profile {
  width: 123px;
  height: 123px;
  min-width: 123px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.avatar-profile i {
  color: #3C3D3D;
  font-size: 60px;
}

.avatar-profile img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .avatar-profile {
    width: 65px;
    height: 65px;
  }

  .avatar-profile img {
    width: 65px;
  }

  .avatar-profile i {
    font-size: 25px;
  }
}

.profile-section {
  margin-bottom: 80px;
}

.profile-section .profile-name {
  font-size: 20px;
  color: #3C3D3D;
  font-family: "Raleway" !important;
  text-transform: capitalize;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .profile-section .profile-name {
    font-size: 18px;
  }
}

.profile-section .profile-location {
  font-size: 15px;
  color: #3C3D3D;
  font-family: 'RalewayLight' !important;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .profile-section .profile-location {
    font-size: 14px;
  }
}

.profile-section .profile-action {
  margin-top: 19px;
  cursor: pointer;
  text-decoration: none !important;
}

.profile-section .profile-action i {
  font-size: 14px;
  margin-right: 8px;
  color: #3C3D3D;
}

.profile-section .profile-action span {
  font-size: 15px;
  color: #3C3D3D;
  font-family: 'Raleway' !important;
}

.profile-section .profile-action:hover i,
.profile-section .profile-action:hover span {
  color: #78898F;
}

.profile-section .form-message {
  font-size: 18px;
  color: #3C3D3D;
  margin-top: 30px;
}

.profile-section .form-message span {
  font-family: "Raleway";
  color: #3C3D3D;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

.profile-section .form-message span:hover {
  color: #78898F;
}

@media screen and (max-width: 560px) {
  .profile-section .form-message {
    max-width: 80%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .profile-section {
    margin-bottom: 60px;
  }

  .profile-section .profile-action i {
    font-size: 10px;
  }

  .profile-section .profile-action span {
    font-size: 8px;
  }
}

.tutor-sub-section {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(40, 36, 94, 0.1);
}

@media screen and (max-width: 768px) {
  .tutor-sub-section {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
}

.profiledetail-section-title {
  font-size: 35px;
  font-family: 'Raleway' !important;
  color: #3C3D3D;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .profiledetail-section-title {
    font-size: 22px !important;
  }
}

.expertise-box {
  background-color: #6f8389;
  padding: 8px 15px;
  font-size: 19px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  margin-right: 20px;
}

.expertise-box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -2px;
  cursor: pointer;
}

.expertise-box i {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.expertise-box:last-child() {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .expertise-box {
    font-size: 14px;
  }
}

.education-box {
  background-color: #9d7db8;
  color: #fff !important;
  padding: 13px;
  border-radius: 9px;
  margin-bottom: 0px;
  height: 54px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .education-box {
    margin-bottom: 20px;
    font-size: 18px;
    height: 80px;
  }
}

.education-row {
  margin-bottom: 15px;
}

.education-row .fa-trash {
  color: #3C3D3D;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .education-row {
    position: relative;
  }

  .education-row .fa-trash {
    position: absolute;
    right: 32px;
    top: 18px;
  }
}

.document-box {
  background-color: #9d7db8;
  padding: 15px 15px;
  font-size: 19px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  margin-right: 20px;
}

.document-box i {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.document-box a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
}

.document-box:last-child() {
  margin-right: 0px;
}

.btn-upload-doc {
  height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-upload-doc {
    font-size: 15px;
  }
}

.btn-wizard {
  margin-bottom: 40px;
}

.btn-wizard-2 {
  margin-bottom: 40px;
}

.btn-wizard-2 .btn-save {
  width: 192px !important;
}

.stepwizard-navbtn {
  min-width: 113px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timetable-img .table-schedule-header {
  min-width: 1000px;
}

.timetable-img table {
  min-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .timetable-img {
    overflow-x: auto;
    width: 100%;
  }
}

.knowledge-register-edit {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(40, 36, 94, 0.1);
  width: 100%;
}

.knowledge-register-edit .btn-row {
  margin-top: 49px;
}

.knowledge-register-edit .title-col {
  max-width: 119px;
}

.knowledge-register-edit table {
  border-collapse: separate;
  border-spacing: 0px 20px;
}

.knowledge-register-edit th {
  padding: 15px 31px;
}

.knowledge-register-edit tbody tr {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  color: #3C3D3D;
  position: relative;
}

.knowledge-register-edit tbody td {
  position: relative;
  border-top: none !important;
  padding: 65px 32px !important;
}

@media screen and (max-width: 992px) {
  .knowledge-register-edit tbody td {
    font-size: 12px;
    padding: 25px 16px !important;
  }
}

.knowledge-register-edit tbody td:last-child {
  padding: 0px !important;
}

.knowledge-register-edit tbody .row-delete-btn i {
  position: absolute;
  display: inline-block;
  right: -50px;
  cursor: pointer;
  top: 35%;
  font-size: 24px;
}

.knowledge-register-edit thead {
  background-color: #3C3D3D;
  color: #fff;
  position: relative;
}

.knowledge-register-edit thead th,
.knowledge-register-edit thead tr {
  background-color: #3C3D3D;
}

.knowledge-register-edit th:first-child {
  border-radius: 7px 0 0 7px;
}

.knowledge-register-edit th:nth-child(5) {
  border-radius: 0 7px 7px 0;
}

@media screen and (max-width: 992px) {
  .knowledge-register-edit .table-wrapper {
    overflow-x: auto;
  }

  .knowledge-register-edit .table-wrapper::-webkit-scrollbar {
    width: 0px;
  }

  .knowledge-register-edit thead th {
    font-size: 15px !important;
  }

  .knowledge-register-edit .row-delete-btn i {
    font-size: 20px !important;
  }

  .knowledge-register-edit .btn-row {
    margin-top: 20px !important;
  }
}

.create-knowledge-cloud {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(40, 36, 94, 0.1);
}

.create-knowledge-cloud textarea {
  min-height: 110px !important;
}

.billing-section .checkmark-wrapper p {
  font-family: "Raleway" !important;
}

.billing-section .highlighted-navtabs {
  margin-top: 64px;
}

.dollar-sign {
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
  color: #3C3D3D;
  font-size: 22px;
  font-family: "Raleway";
}

.dollar-sign.left {
  top: 22% !important;
}

@media screen and (max-width: 768px) {
  .dollar-sign {
    top: 0px;
    right: 18px;
  }

  .dollar-sign.left {
    top: 22% !important;
    right: -18px !important;
  }
}

.bank-step-section {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(40, 36, 94, 0.1);
}

.registration-completion {
  padding-top: 175px;
  padding-bottom: 50px;
}

.registration-completion .first-col {
  min-height: 60vh;
}

.registration-completion h1 {
  font-size: 30px;
  max-width: 309px;
  margin-bottom: 59px;
  font-family: 'Raleway';
  color: #3C3D3D;
  margin-top: 40px;
  text-align: center;
}

.registration-completion a {
  width: 272px;
}

@media screen and (max-width: 768px) {
  .registration-completion h1 {
    font-size: 22px;
  }

  .registration-completion a {
    width: unset;
  }
}

.session-price {
  color: #3C3D3D;
  font-size: 22px;
  font-family: "Raleway";
  margin-bottom: 29px;
}

@media screen and (max-width: 768px) {
  .session-price {
    font-size: 16px;
  }
}

.levelstage {
  position: relative;
}

.levelstage p {
  display: none;
  position: absolute;
  background-color: #3C3D3D;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-radius: 4px;
  top: -40px;
}

.levelstage p:after {
  content: '';
  width: 0;
  border-top: 10px solid #3C3D3D;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  cursor: pointer;
  bottom: -5px;
  left: 6px;
  position: absolute;
  z-index: -1;
}

.levelstage:hover p {
  display: block;
}

.table-schedule-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-schedule-header .time-zone {
  color: #3C3D3D;
  font-size: 18px;
  margin-bottom: 0px;
}

.table-schedule-header .time-zone span {
  font-family: "Raleway" !important;
}

.table-schedule-header .time-zone i {
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  .table-schedule-header {
    margin-bottom: 10px;
  }

  .table-schedule-header .time-zone {
    font-size: 11px;
  }
}

.btn-group-toggle {
  background-color: #F5F5F5;
  border: 5px !important;
  padding: 6px;
  width: 138px;
  height: 44px;
  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;
}

@media screen and (max-width: 768px) {
  .btn-group-toggle {
    width: 95px;
    height: 30px;
  }
}

.btn-option-toggle {
  height: 32px;
  width: 60px;
  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;
  color: #3C3D3D;
  background-color: transparent;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-size: 16px;
  font-family: "Raleway" !important;
}

.btn-option-toggle.active {
  background-color: #A37DB5;
  color: #fff;
}

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

@media screen and (max-width: 768px) {
  .btn-option-toggle {
    width: 42px;
    font-size: 11px;
    height: 22px;
  }
}

.table-sched {
  border-collapse: separate;
  border-spacing: 0px 20px;
}

.table-sched thead {
  background-color: #78898F;
  color: #fff;
}

.table-sched th:first-child {
  border-radius: 7px 0 0 7px;
}

.table-sched th:last-child {
  border-radius: 0 7px 7px 0;
}

.table-sched tbody tr td {
  border: none;
}

.table-sched .time-rows {
  vertical-align: middle;
}

.table-sched .time-rows div {
  background-color: #78898F;
  padding: 17px !important;
  border-radius: 7px;
  font-size: 15px;
  color: #fff;
  font-family: "Raleway" !important;
  white-space: nowrap;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .table-sched .time-rows div {
    font-size: 10px;
  }
}

.table-sched .off-duty-row {
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: middle;
}

.table-sched .off-duty-row i {
  font-size: 21px;
  color: #3C3D3D;
  cursor: pointer;
}

.table-sched .off-duty-row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 53px;
  width: 100%;
  background-color: unset !important;
  color: #3C3D3D;
  font-size: 18px;
  font-family: 'Raleway';
}

.table-sched .off-duty-row:first-child {
  padding-left: unset !important;
}

.table-sched .td-days {
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: middle;
}

.table-sched .td-days div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  background-color: none !important;
  cursor: pointer;
}

.tablewrapperoffduty {
  overflow-x: auto;
}

.table-offduty-expansion {
  min-width: 690px;
}

.table-offduty-expansion .newadded .off-duty-row div {
  border-color: #78898F !important;
  background-color: #78898F !important;
  color: #fff;
}

.table-offduty-expansion .deleted .off-duty-row div {
  border-color: #ef96ad !important;
  background-color: #ef96ad !important;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .table-offduty-expansion th {
    font-size: 13px;
  }

  .table-offduty-expansion .off-duty-row {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .table-offduty-expansion .off-duty-row i {
    font-size: 12px;
  }

  .table-offduty-expansion .off-duty-row div {
    font-size: 10px;
  }
}

.private-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #f2f2f1;
  color: #3C3D3D;
  font-size: 16px;
  min-width: 115px;
  font-family: "Raleway" !important;
}

.private-box p {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .private-box {
    padding-top: 5px;
  }

  .private-box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 13px;
  }

  .private-box p i {
    font-size: 13px;
  }
}

.table-sched-message {
  font-size: 18px;
  font-family: "Raleway" !important;
  color: #3C3D3D;
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table-sched-message {
    font-size: 15px;
    margin-top: 28px;
    max-width: unset;
  }
}

.day-value {
  font-size: 18px;
  margin-bottom: 0px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .day-value {
    margin-top: unset !important;
  }
}

.availabilityBox {
  font-size: 15px;
  color: #fff;
  background-color: #A37DB5;
  padding-left: 15px;
  padding-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #A37DB5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .availabilityBox {
    font-size: 10px !important;
  }
}

.account-section {
  padding-top: 207px;
  padding-bottom: 57px;
}

.account-section .rating-star {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .account-section .rating-star {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.account-section .rate {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway";
  margin-bottom: 0px;
}

.account-section .elem-col {
  text-decoration: none;
}

.account-section .elem-col.black .box {
  background-color: #3D3D3B;
  border-radius: 13px;
  width: 100%;
  height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 768px) {
  .account-section .elem-col.black .box {
    height: 77px;
    margin-bottom: 30px;
  }
}

.account-section .elem-col.black .box p {
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 700;
  color: #fff;
  max-width: 100px;
  text-align: center;
  margin-bottom: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.account-section .elem-col.black .box:hover {
  background-color: #A37DB5;
}

.account-section .elem-col.black .box:hover p {
  color: #fff;
}

.account-section .elem-col:active .element-btn {
  background-color: #3C3D3D;
}

.account-section .elem-col:active .element-btn img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.account-section .elem-col:active .element-btn p {
  color: #fff;
}

.account-section .elem-col.active .element-btn {
  background-color: #3C3D3D;
}

.account-section .elem-col.active .element-btn img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.account-section .elem-col.active .element-btn p {
  color: #fff;
}

.account-section .element-btn {
  text-align: center;
  color: #3C3D3D;
  background-color: #F5F5F5;
  height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 13px;
  margin-bottom: 30px;
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.account-section .element-btn img {
  height: 135px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.account-section .element-btn p {
  font-size: 25px;
  font-family: "Raleway";
  color: #3D3D3B;
  margin-bottom: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.account-section .element-btn:hover {
  background-color: #A37DB5;
}

.account-section .element-btn:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.account-section .element-btn:hover p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .account-section {
    padding-bottom: 0px;
  }

  .account-section .element-btn {
    height: 77px;
  }

  .account-section .element-btn img {
    width: 21px;
    height: 17px;
    margin-bottom: 6px;
  }

  .account-section .element-btn p {
    font-size: 14px;
  }
}

.user-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #78898F;
  border-radius: 25px;
  padding: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.user-section .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-section .avatar-profile {
  width: 150px;
  min-width: 150px;
  height: 150px;
  background-color: #3C3D3D;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-section .avatar-profile i {
  color: #3C3D3D;
  font-size: 60px;
}

.user-section .avatar-profile img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .user-section .avatar-profile {
    position: absolute;
    top: -70px;
    left: calc(50% - 66.5px);
  }

  .user-section .avatar-profile i {
    font-size: 25px;
  }
}

.user-section .total-ratings {
  color: #fff;
  font-size: 15px;
  font-family: "RalewayLight";
  font-weight: 400;
  margin-top: 17px;
}

.user-section .typetag {
  font-size: 11px;
  color: #fff;
  width: 92px;
  height: 22px;
  border: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 17.5px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .user-section .typetag {
    margin-top: 50px;
  }
}

.user-section .data .name {
  font-size: 28px;
  color: #fff;
  font-family: "Raleway";
  margin-bottom: 7px;
  font-weight: 700;
}

.user-section .data .address {
  font-size: 15px;
  color: #fff;
  font-family: 'RalewayLight';
  margin-bottom: 3px;
  font-weight: 300;
}

.user-section .data .session-info {
  font-size: 15px;
  color: #3C3D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 33px;
}

.user-section .data .session-info span:after {
  content: '';
  display: inline-block;
  color: #28245E;
  font-family: 'Raleway';
  font-size: 18px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #28245E;
  opacity: 0.5;
  height: 16px;
  width: 2px;
  margin-bottom: -2px;
}

@media screen and (max-width: 768px) {
  .user-section .data .session-info {
    margin-top: 11px;
    margin-bottom: 22px;
  }

  .user-section .data .session-info span:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .user-section .data .name {
    text-align: center;
  }

  .user-section .data .address {
    font-size: 16px;
    text-align: center;
  }
}

.user-section .more_data {
  font-size: 18px;
  color: #3C3D3D;
  text-decoration: underline;
}

.user-section .more_data:hover {
  color: #78898F;
}

.user-section .more_data.margined {
  margin-top: 55px;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .user-section {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }

  .user-section .data {
    margin-top: 23px;
  }

  .user-section .more_data {
    font-size: 15px;
  }
}

.title-section-highlight {
  background-color: #78898F;
  border-radius: 25px;
  padding: 26px;
  font-size: 22px;
  font-family: "Raleway";
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .title-section-highlight {
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
  }
}

.header-profile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 69px;
}

.header-profile-section img {
  width: 31px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-profile-section .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-profile-section .title {
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: 400;
  color: #3D3D3B;
  margin-bottom: 0px;
  position: relative;
  margin-left: 12px;
}

.header-profile-section .message {
  color: #3C3D3D;
  font-size: 16px;
  margin-bottom: 0px;
}

.header-profile-section .message a {
  font-family: "Raleway";
  text-decoration: none !important;
  cursor: pointer;
}

.header-profile-section .message a:hover {
  color: #78898F;
}

.header-profile-section .message.margined {
  margin-left: 28px;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .header-profile-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 43px;
  }

  .header-profile-section .title {
    font-size: 18px;
  }

  .header-profile-section .title:before {
    height: 8px;
    margin-bottom: 1px !important;
  }

  .header-profile-section img {
    width: 20px;
    height: 20px;
  }

  .header-profile-section .title-box {
    margin-bottom: 39px;
  }

  .header-profile-section .message {
    max-width: 85%;
  }
}

.scholar-offduty {
  border-bottom: 1px solid rgba(40, 36, 94, 0.1);
  margin-bottom: 44.69px;
}

.scholar-offduty .title {
  font-size: 30px;
  color: #3C3D3D;
  font-family: 'Raleway';
  margin-bottom: 0px;
}

.scholar-offduty .desc {
  font-size: 24px;
  color: #3C3D3D;
  margin-bottom: 22px;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .scholar-offduty .title {
    font-size: 18px;
  }

  .scholar-offduty .desc {
    font-size: 15px;
  }

  .scholar-offduty .back-arrow {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
  }
}

/* The Modal (background) */

.modal-offduty {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1050;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.7);
  /* Black w/ opacity */
}

.mode-offduty-hidden {
  display: none;
}

/* Modal Content */

.modal-offduty-content {
  background-color: #fff;
  margin: auto;
  border: none;
  border-radius: 10px;
  width: 50%;
  min-height: 56%;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  padding: 0px;
}

@media screen and (max-width: 991px) {
  .modal-offduty-content {
    width: 80%;
  }
}

.modal-offduty-header {
  background-color: rgba(60, 61, 61, 0.2);
  min-height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 32px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-offduty-header .title {
  font-size: 18px;
  font-family: "Raleway";
  color: #3C3D3D;
  margin-bottom: 0px;
}

.modal-offduty-header .close-offduty {
  color: #3C3D3D;
  font-size: 28px;
  cursor: pointer;
}

.off-duty-box {
  border-radius: 5px;
  border: 2px solid #3C3D3D;
  padding: 17px;
  color: #3C3D3D;
  font-size: 15px;
  font-family: 'Raleway';
  margin-bottom: 22px;
  cursor: pointer;
}

.off-duty-box:hover {
  color: #fff;
  background-color: #3C3D3D;
}

.off-duty-box.active {
  color: #fff;
  background-color: #3C3D3D;
}

.off-duty-box.bg-danger {
  background-color: #3C3D3D !important;
  opacity: 0.2;
  cursor: not-allowed;
}

.modal-body-offduty {
  padding: 20px 32px;
  max-height: 45vh;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .modal-body-offduty {
    max-height: unset;
  }
}

.modal-report-offduty {
  padding: 20px 32px;
}

.dashboard-btn-add {
  height: 38px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .dashboard-btn-add {
    padding: 10px !important;
  }
}

.billing-dashboard {
  padding-top: 125px;
  padding-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .billing-dashboard .header-profile-section {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .billing-dashboard {
    padding-top: 80px;
  }
}

.empty-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}

.empty-profile.calendar {
  margin-top: 40px;
}

.empty-profile.calendar img {
  width: 196px;
  -o-object-fit: contain;
     object-fit: contain;
}

.empty-profile img {
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.empty-profile p {
  color: #798184;
  font-size: 28px;
  font-family: 'Raleway';
  margin-top: 0px;
  margin-bottom: 37px;
  font-weight: 400;
  max-width: 480px;
  text-align: center;
}

.empty-profile .btn {
  min-width: 193px;
}

@media screen and (max-width: 768px) {
  .empty-profile {
    padding-bottom: 20px;
  }

  .empty-profile.calendar img {
    width: 50px;
    height: unset;
  }

  .empty-profile img {
    width: 50px;
    height: unset;
  }

  .empty-profile p {
    font-size: 18px;
    margin-top: 7px;
    max-width: 80%;
    text-align: center;
  }

  .empty-profile .btn {
    min-width: unset !important;
  }
}

#editPictureModal .modal-content {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

#editPictureModal .avatar-profile {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

#editPictureModal .modal-dialog {
  max-width: 440px !important;
}

#editPictureModal .preview-text {
  color: #3C3D3D;
  font-family: "Raleway";
}

#editPictureModal input:focus {
  outline: none !important;
}

.tutor-acc-btn {
  width: 208px;
}

.profile-btn {
  width: 151px;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .profile-btn {
    width: 100%;
  }
}

.scholar-prof .title-box {
  margin-bottom: 25px;
}

.scholar-prof .title-box img {
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}

.scholar-prof .profiledetail-section-title {
  font-size: 30px;
  margin-bottom: 0px;
  font-family: "RalewayMedium" !important;
}

.scholar-prof .category {
  background-color: #F1F2F2;
  border-radius: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #3D3D3B;
  text-align: center;
  padding: 9px 18px;
  height: 36px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-decoration: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scholar-prof .category img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -2px;
}

.scholar-prof .category span {
  font-family: "Raleway";
}

.scholar-prof .category:not(:last-child) {
  margin-right: 20px;
}

.scholar-prof .category.hoverable {
  cursor: pointer;
}

.scholar-prof .category.hoverable:hover {
  background-color: #F1F2F2;
  color: #3D3D3B;
}

.scholar-prof .category.hoverable:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.scholar-prof .school-name {
  font-size: 18px;
  font-family: "Raleway";
  color: #3C3D3D;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.scholar-prof .school-datail {
  color: #3C3D3D;
  font-size: 18px;
}

.scholar-prof .about-text {
  font-size: 18px;
  color: #3C3D3D;
}

.scholar-prof .collapse.show {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .scholar-prof .tutor-sub-section {
    border-bottom: none !important;
  }

  .scholar-prof .education-box {
    background-color: #9d7db8;
    color: #fff !important;
    padding: 13px;
    border-radius: 9px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .scholar-prof .education-box .school-name {
    font-size: 11px;
    font-family: "RalewayMedium";
  }

  .scholar-prof .education-box .school-name span {
    font-size: 9px;
    color: rgba(60, 61, 61, 0.5);
    margin-left: 12px;
  }

  .scholar-prof .education-box .school-datail {
    font-size: 9px;
    margin-top: 7px;
  }

  .scholar-prof .avatar-profile {
    top: -107px;
  }

  .scholar-prof .user-section {
    padding: 27px;
  }

  .scholar-prof .user-section .img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .scholar-prof .category-box-scroll {
    overflow-x: auto;
  }

  .scholar-prof .category-box-scroll::-webkit-scrollbar {
    display: none;
  }

  .scholar-prof .rating-box .new {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#readmore {
  text-decoration: underline;
  font-family: "Raleway";
  color: #3C3D3D;
  display: inline-block;
  margin-left: 4px;
  font-size: 18px;
}

#readmore:hover {
  color: #78898F;
}

.empty-offduty h1 {
  font-size: 18px;
  color: #3C3D3D;
}

.profile-learner-section {
  background-color: #788990 !important;
  border-radius: 13px;
  padding: 56px 20px;
}

.profile-learner-section .data .name {
  font-size: 27px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow-y: hidden;
}

.profile-learner-section .data .address {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 300;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow-y: hidden;
}

.profile-learner-section .btn-link {
  color: #fff;
  padding-left: 0px !important;
  margin-left: 0px !important;
  font-weight: 300;
  font-size: 13px;
}

.profile-learner-section .btn-link:hover {
  text-decoration: underline;
  color: #fff !important;
}

#teacher-details {
  padding-top: 200px !important;
}

@media screen and (max-width: 991px) {
  #teacher-details {
    padding-top: 100px !important;
  }
}

.profile-rating-row {
  border-radius: 9px;
  background-color: #A37DB5;
  padding: 11px;
  min-width: 70px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-rating-row p {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.teacher-btn {
  width: 100%;
  height: 50px;
  margin-top: 36px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.educationShift {
  background-color: #F5F5F5;
  padding: 15px;
  margin-top: 28px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 13px;
}

.educationShift .profiledetail-section-title {
  font-size: 15px !important;
  font-weight: 700;
}

.educationShift .edubox {
  background-color: #fff;
  padding: 24px;
  border-radius: 13px;
}

.educationShift .school-datail {
  color: #3D3D3B;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}

.educationShift .school-name {
  color: #3D3D3B;
  font-weight: 500;
  font-size: 13px;
  display: block;
}

.educationShift .timing {
  color: #3D3D3B;
  font-weight: 300;
  font-size: 13px;
  display: block;
  margin-top: 14px;
}

.document-cat {
  border-radius: 13px !important;
}

.knowledge-card {
  border-radius: 13px;
  background-color: #F5F5F5;
  padding: 21px;
  border: none !important;
  height: 100%;
}

.knowledge-card .btn-primary {
  border-radius: 30px;
  height: 31px !important;
  text-transform: uppercase;
}

.knowledge-card .card-top-level {
  font-size: 12px;
  margin-bottom: 12px;
  color: #3D3D3B;
}

.knowledge-card .card-body {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.knowledge-card .new-box {
  width: 51px;
  border-radius: 30px;
  text-align: center;
  height: 19px;
  color: #fff;
  background-color: #D94242 !important;
  font-size: 12px;
}

.knowledge-card .new {
  height: 19px;
}

.knowledge-card .rating-box {
  background-color: #655f9e;
  color: #fff;
  border-radius: 9px;
}

.knowledge-card .card-data .card-title {
  margin-bottom: 5px;
}

.knowledge-card .card-data a {
  color: #3C3D3D;
  font-size: 12px;
}

.knowledge-card .card-data a:hover {
  text-decoration: none;
  color: #78898F !important;
}

.knowledge-card .card-decs {
  min-height: 42px;
}

.knowledge-card .card-head {
  position: relative;
}

.knowledge-card .card-head .card-img-top {
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 142px;
}

.knowledge-card .card-head .date {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: #fff;
  border-radius: 5px;
  padding: 9px;
  font-size: 12px;
  font-family: 'Raleway';
  color: #3C3D3D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge-card .card-head .date p {
  margin-bottom: 0px;
}

.knowledge-card .card-head .date img {
  width: 17px;
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .knowledge-card .card-head .date {
    font-size: 7px;
  }

  .knowledge-card .card-head .date img {
    width: 8px;
  }
}

.knowledge-card .card-head .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.knowledge-card .card-title {
  font-size: 18px;
  font-family: "Raleway";
  margin-top: 22px;
  margin-bottom: 12px;
  color: #3C3D3D;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 992px) {
  .knowledge-card .card-title {
    font-size: 15px;
  }
}

.knowledge-card .rating-value {
  color: #5F589A;
  font-size: 15px;
  font-family: "Raleway";
  font-weight: 700;
  margin-left: 10px;
}

.knowledge-card .downloadText {
  font-size: 12px;
  font-family: 'Raleway';
  font-weight: 400;
  color: #3D3D3B;
  text-decoration: none;
  margin-bottom: 15px;
}

.knowledge-card .card-section {
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
}

.knowledge-card .card-teacher {
  font-size: 17px;
  color: #3D3D3B;
  font-family: 'Raleway';
  margin-bottom: 5px;
  font-weight: 700;
}

.knowledge-card .click-events a {
  font-size: 12px;
  font-family: 'Raleway';
  font-weight: 400;
  color: #3D3D3B;
  text-decoration: none;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 23px;
}

.knowledge-card .click-events a:hover {
  color: #D94242 !important;
}

.knowledge-card .card-text {
  font-size: 12px;
  font-family: 'Raleway';
  margin-bottom: 15px;
  color: #3D3D3B;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 992px) {
  .knowledge-card .card-text {
    font-size: 12px;
  }
}

.knowledge-card .location {
  font-size: 12px;
  margin-bottom: 15px;
  font-family: 'Raleway';
  font-weight: 400;
  color: #3D3D3B;
}

.knowledge-card .category {
  background-color: #6f8389;
  border-radius: 9px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -5px;
  margin-bottom: 36.7px;
  padding: 6px;
}

@media screen and (max-width: 992px) {
  .knowledge-card .category {
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.knowledge-card .item-title {
  color: #3D3D3B;
  margin-bottom: 10px;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 20px;
  margin-top: 18px;
}

.knowledge-card .fee {
  font-size: 20px;
  font-family: 'Raleway';
  color: #78898F;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .knowledge-card .fee {
    font-size: 15px;
  }
}

.knowledge-card .btn {
  height: 36px !important;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.knowledge-section .header-profile-section {
  margin-bottom: 100px;
}

.knowledge-section .header-profile-section img {
  width: 36px !important;
  height: unset !important;
}

@media screen and (max-width: 992px) {
  .knowledge-section .header-profile-section {
    margin-bottom: 34px !important;
  }
}

#knowledgePreviewModal .modal-content {
  border: none !important;
}

#knowledgePreviewModal .modal-header {
  padding: 22px 34px;
  border: none !important;
  background-color: rgba(60, 61, 61, 0.2);
  -webkit-box-shadow: 0px 1px 2px #00000029;
          box-shadow: 0px 1px 2px #00000029;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#knowledgePreviewModal .modal-title {
  font-size: 18px;
  margin-bottom: 0px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
}

#knowledgePreviewModal .close {
  color: #3C3D3D;
  opacity: 1;
  font-size: 17px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#knowledgePreviewModal .close:hover {
  color: #78898F;
}

#knowledgePreviewModal .modal-body {
  padding: 39px;
}

@media screen and (max-width: 992px) {
  #knowledgePreviewModal .modal-body {
    padding: 10px;
  }
}

#knowledgePreviewModal .preview-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#knowledgePreviewModal .preview-row .title {
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-bottom: 13px;
  font-size: 18px;
  margin-top: 41px;
}

#knowledgePreviewModal .preview-row .desc {
  font-size: 14px;
  color: #3C3D3D;
  font-family: "RalewayLight";
  margin-bottom: 5px;
  word-break: break-word;
}

#knowledgePreviewModal .category {
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: #6f8389;
  padding: 8px 15px;
  margin-top: 48px;
  font-size: 11px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -5px;
  margin-bottom: 36.7px;
}

@media screen and (max-width: 992px) {
  #knowledgePreviewModal .category {
    font-size: 8px;
    height: 28px;
  }
}

#knowledgePreviewModal .img {
  height: 450px;
}

#knowledgePreviewModal .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  #knowledgePreviewModal .img {
    height: 250px;
  }
}

.search-page {
  padding-top: 125px;
  padding-bottom: 80px;
}

.search-page .grid-btn {
  height: 46px;
}

.search-page .grid-btn.active {
  background-color: #3D3D3B !important;
}

.search-page .grid-btn.active img {
  -webkit-filter: brightness(0) invert(1);
}

.search-page .grid-btn.active:hover {
  background-color: transparent !important;
}

.search-page .grid-btn.active:hover img {
  -webkit-filter: unset !important;
}

.search-page .grid-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
}

.search-page .grid-btn img {
  width: 23px;
}

.search-page .search-result-box {
  border-radius: 13px;
  background-color: #fff;
  padding: 24px;
  padding-bottom: 50px;
  position: relative;
  border: 1px solid #000000;
}

.search-page .image-profile {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #3C3D3D;
  background-color: #3C3D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-page .image-profile img {
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.search-page .title {
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 700;
  margin-bottom: 5px;
  color: #3D3D3B;
  text-decoration: none;
}

.search-page .title:hover {
  color: #78898F;
}

.search-page .university {
  font-size: 12px;
  color: #3D3D3B;
  font-weight: 400;
  margin-bottom: 15px;
  min-height: 38px;
}

@media screen and (max-width: 768px) {
  .search-page .university {
    min-height: unset;
  }
}

.search-page .su-title {
  font-size: 15px;
  color: #3D3D3B;
  font-weight: 400;
  margin-bottom: 9px;
}

.search-page .rating-row {
  border-radius: 13px;
  background-color: #5F589A;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.search-page .rating-row p {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.search-page .category-row {
  border-radius: 10px;
  background-color: #A37DB5;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-page .category-row p {
  font-size: 15px;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.search-page .category-row .read-more {
  color: #ffffff !important;
  text-decoration: none;
}

.search-page .category-row .read-more:hover {
  color: #A37DB5 !important;
  background-color: #fff;
}

.search-page .read-more-search {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
}

.search-page .category {
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding: 4px 6px;
  max-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
  text-decoration: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-page .category img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -2px;
}

.search-page .category span {
  font-family: "RalewayMedium";
}

.search-page .category:not(:last-child) {
  margin-right: 20px;
}

.search-page .category.hoverable:hover {
  background-color: #fff;
  color: #A37DB5;
  border-color: #A37DB5;
}

.search-page .category.hoverable:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.search-page .info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-page .desc {
  font-size: 12px;
  color: #3C3D3D;
}

.search-page .button-section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: 20px;
}

.search-page .button-section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px !important;
  height: 30px;
  width: 40% !important;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .search-page .button-section {
    right: 71px;
  }
}

.search-page .button-section.smaller .btn {
  width: 20% !important;
}

@media screen and (max-width: 768px) {
  .search-page .button-section.smaller .btn {
    width: 37% !important;
  }
}

.search-page .sort-drop-menu .dropdown-item {
  font-size: 18px;
  color: rgba(60, 61, 61, 0.5);
  padding: 0px;
  margin-bottom: 9px;
  background-color: transparent !important;
  cursor: pointer;
}

.search-page .sort-drop-menu .dropdown-item:hover {
  color: #78898F;
}

.search-page .filter-btn {
  height: 46px;
  width: 150px;
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-page .filter-btn:before {
  content: '';
  background-image: url(/images/filter.svg?f9fc8b4b1dd1a2d39c860e243379b313);
  background-repeat: no-repeat;
  right: 25px;
  top: calc(50% - 12px);
  width: 30px;
  height: 30px;
  z-index: 0;
  background-size: contain;
  display: inline-block;
}

.search-page .filter-btn:hover:before {
  background-image: url(/images/filter2.svg?c29c1ace1e26ba131808466376f82b27);
}

.search-page .sort-drop {
  height: 46px;
  width: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.search-page .sort-drop:after {
  display: none;
}

.search-page .search-title h1 {
  font-size: 34px;
  color: #3D3D3B;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
}

.search-page .search-title p {
  font-size: 20px;
  color: #3D3D3B;
  margin-bottom: 31px;
  text-align: left;
  line-height: 26px;
}

.search-page .search input {
  height: 46px;
}

.search-page .search input::-webkit-input-placeholder {
  color: #3D3D3B !important;
  font-size: 18px !important;
  opacity: 1 !important;
}

.search-page .search input::-moz-placeholder {
  color: #3D3D3B !important;
  font-size: 18px !important;
  opacity: 1 !important;
}

.search-page .search input::-ms-input-placeholder {
  color: #3D3D3B !important;
  font-size: 18px !important;
  opacity: 1 !important;
}

.search-page .search input::placeholder {
  color: #3D3D3B !important;
  font-size: 18px !important;
  opacity: 1 !important;
}

@media screen and (max-width: 991px) {
  .search-page {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .search-page .search-result-box {
    padding: 15px 15px 15px 15px;
  }

  .search-page .search-title h1 {
    font-size: 22px !important;
  }

  .search-page .search-title p {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }

  .search-page .image-profile {
    width: 57px;
    height: 57px;
  }

  .search-page .title {
    font-size: 15px;
  }

  .search-page .su-title {
    font-size: 12px;
  }

  .search-page .button-section {
    position: unset;
    width: calc(100% + 104px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .search-page .button-section .btn:first-child {
    margin-right: 0px !important;
    width: 37% !important;
  }

  .search-page .button-section .btn {
    width: 37%;
  }

  .search-page .info-section {
    width: calc(100% - 57px);
  }

  .search-page .section-category {
    margin-left: -69px;
    margin-top: 10px;
    width: calc(100% + 90px);
  }

  .search-page .section-category .category {
    font-size: 10px;
  }

  .search-page .section-category .category span {
    font-family: "RalewayMedium";
  }

  .search-page .filter-btn,
  .search-page .sort-drop,
  .search-page .drop-sort-div {
    width: 100%;
  }

  .search-page .search input {
    height: 46px;
  }
}

#filterModal.show {
  background-color: rgba(255, 255, 255, 0.8);
}

#filterModal .btn {
  border-radius: 37px;
  height: 46px !important;
}

#filterModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  border: none !important;
  padding: 34px;
}

#filterModal .modal-header {
  padding: 0px 0px 20px 0px !important;
  border-bottom: 2px solid rgba(40, 36, 94, 0.1) !important;
}

@media screen and (max-width: 768px) {
  #filterModal .modal-header {
    padding: 20px 23px 20px 23px !important;
  }
}

#filterModal .modal-body {
  padding: 40px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  #filterModal .modal-body {
    padding: 26px 23px 0px 23px !important;
  }
}

#filterModal .close {
  opacity: 1 !important;
  text-shadow: none !important;
}

#filterModal .close:after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#filterModal .close:before {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #3C3D3D;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#filterModal .close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#filterModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "Raleway";
}

#filterModal .filter-card {
  background-color: #fff;
  border: 1px solid #3D3D3B;
  padding: 20px;
  border-radius: 13px;
}

#filterModal .filter-card .checkmark {
  border-radius: 50% !important;
}

#filterModal .filter-card .card-header {
  background-color: transparent !important;
  font-size: 20px;
  font-family: 'Raleway';
  color: #3D3D3B;
  padding: 0px 0px 9px 0px;
  border-bottom: 1px solid rgba(40, 36, 94, 0.22);
}

#filterModal .filter-card .card-body {
  padding: 0px 0px 0px 0px;
  margin-top: 9px;
}

#filterModal .filter-card .search-icon {
  position: absolute;
  top: 21px;
  left: 16px;
  color: #3D3D3B;
}

#filterModal .filter-card .search-box {
  position: relative;
  padding-right: 9px;
}

#filterModal .filter-card .search {
  border-radius: 10px;
  height: 37px;
  color: #3D3D3B;
  margin-top: 12px;
  font-size: 12px;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding-left: 45px;
}

#filterModal .filter-card .select-check .checkmark:after {
  display: block !important;
  border: none;
  content: '+';
  top: -8px !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  left: 4px;
  color: #3C3D3D;
}

#filterModal .filter-card .select-check input:checked ~ .checkmark:after {
  top: 3px !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  border-width: 0 2px 2px 0 !important;
  content: '';
  border: solid #fff;
  left: 5px !important;
}

#filterModal .filter-card .scrollable-language {
  height: 258px;
  overflow-y: auto;
}

#filterModal .filter-card .scrollable-language .checkbox-container {
  margin-bottom: 18px;
}

#filterModal .filter-card .scrollable-language .checkbox-container .checkmark:after {
  width: 4.5px !important;
}

#filterModal .filter-card .scrollable-category {
  height: 258px;
  overflow-y: auto;
}

#filterModal .filter-card .scrollable-category .checkbox-container {
  margin-bottom: 18px;
}

#filterModal .filter-card .scrollable-category .checkbox-container .checkmark:after {
  width: 4.5px !important;
}

#filterModal .filter-card .scrollable::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

#filterModal .filter-card .scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

#filterModal .filter-card .scrollable::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3C3D3D;
}

#filterModal .modal-footer {
  border: none;
  padding: 0px !important;
  margin-top: 23px;
}

#filterModal .modal-footer .btn {
  height: 58px;
  width: 157px !important;
}

@media screen and (max-width: 768px) {
  #filterModal .modal-footer {
    padding: 16px !important;
    background-color: #f2f2f1;
    width: 100vw;
    margin-left: -24px;
  }
}

#filterModal .clear-modal {
  font-size: 15px;
  color: #3C3D3D;
  cursor: pointer;
  margin-left: 25px;
}

#filterModal .clear-modal:hover {
  color: #78898F;
}

@media screen and (max-width: 768px) {
  .filter-card {
    background-color: transparent !important;
    padding: 0px !important;
    margin-bottom: 30px;
  }

  .filter-card .card-header {
    border: none !important;
  }

  .scrollable-language {
    height: unset !important;
    overflow-y: unset !important;
  }

  .scrollable-category {
    height: unset !important;
    overflow-y: unset !important;
  }

  .modal-dialog {
    margin: 0px;
  }

  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: sticky;
    bottom: 0;
  }

  .modal-content {
    border-radius: 0px !important;
    padding: 0px !important;
    min-height: 100vh !important;
    width: 100vw;
  }
}

.rating-box {
  color: #3C3D3D;
  padding: 3px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
}

.rating-box .new {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating-box.new-box {
  border: none;
  padding: 0px !important;
}

.rating-box p {
  margin-bottom: 0px;
  font-size: 15px;
}

.rating-box img {
  width: 15px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .rating-box {
    margin: 0px;
    height: 25px;
  }

  .rating-box p {
    font-size: 13px;
  }

  .rating-box img {
    width: 11px !important;
  }
}

.room-price-value {
  background-color: transparent;
  border-radius: 19px;
  border: 0.75px solid #000001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  position: relative;
  padding-right: 10px;
}

.room-price-value i {
  font-size: 11px;
  color: #fff;
  position: relative;
  z-index: 1;
  min-width: 15px;
  text-align: center;
  margin-left: 2px;
  margin-bottom: 2px;
}

.room-price-value:before {
  content: '';
  width: 21px;
  height: 21px;
  background-color: #3C3D3D;
  position: absolute;
  left: 4px;
  top: 6px;
  z-index: 0;
  border-radius: 50%;
}

.room-price-value .title {
  font-size: 9px;
  margin-bottom: 0px;
  color: #020407 !important;
  font-family: 'Raleway';
  margin-left: 7px;
}

.room-price-value .price {
  font-size: 9px;
  margin-bottom: 0px;
  color: #020407;
  font-family: "Raleway";
  margin-left: 6px;
}

.room-price-value.large {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.room-price-value.large i {
  font-size: 15px;
  margin-left: 1px;
}

.room-price-value.large:before {
  width: 30px;
  height: 30px;
  left: 4px;
  top: 8px;
}

.room-price-value.large .title {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .room-price-value {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .room-price-value i {
    font-size: 7px;
    min-width: 7px;
    margin-bottom: 0px !important;
  }

  .room-price-value:before {
    content: '';
    width: 15px;
    height: 15px;
    left: 4px;
    top: 4px;
  }

  .room-price-value .title {
    font-size: 8px;
    margin-left: 7px;
  }

  .room-price-value .price {
    font-size: 8px;
    margin-left: 6px;
  }

  .room-price-value.large {
    height: 38px;
  }

  .room-price-value.large i {
    font-size: 14px;
  }

  .room-price-value.large:before {
    height: 25px;
    width: 25px;
  }
}

.filter-wrapper {
  cursor: pointer;
}

.filter-wrapper:hover p {
  color: #78898F;
}

.read-more {
  font-size: 12px;
  font-family: 'Raleway' !important;
  color: #3C3D3D !important;
  text-decoration: none;
}

.category span {
  font-family: "RalewayMedium";
}

.filter-options-title {
  font-family: "RalewayMedium";
  color: #3C3D3D;
  font-size: 22px;
  text-transform: capitalize;
}

.filter-pill {
  background-color: rgba(40, 36, 94, 0.1);
  border-radius: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #3C3D3D;
  text-align: center;
  padding: 9px 18px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  text-decoration: none !important;
}

.filter-option {
  font-size: 15px;
  color: #3C3D3D;
  margin-bottom: 0px;
}

.filter-trash {
  margin-left: 15px;
  font-size: 12px;
  color: #3C3D3D;
  cursor: pointer;
}

.filter-trash:hover {
  color: #78898F;
}

@media screen and (max-width: 768px) {
  #teacher-details .room-price-value i {
    margin-bottom: 0px !important;
  }

  #teacher-details .room-price-value .title,
  #teacher-details .room-price-value .price {
    font-size: 12px;
  }
}

.addBTn {
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-result-box .title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-box .su-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 10px;
}

.search-result-box .fee {
  background-color: #78898F;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.search-result-box .fee p {
  margin-bottom: 0px;
}

.subjects-page {
  padding-top: 0px;
  padding-bottom: 51.12px;
}

.subjects-page .hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(/images/HomePage.jpg?aec440418ed4e346013de18a17653cf4);
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
}

.subjects-page .hero-section .title {
  padding-top: 128px;
  font-family: "Raleway";
  font-size: 40px;
  color: #fff;
  margin-top: 90px;
  text-align: center;
}

.subjects-page .hero-section .desc {
  color: #fff;
  font-size: 24px;
  margin-bottom: 46px;
  font-weight: 400;
}

.subjects-page .subject-option {
  font-size: 35px;
  font-weight: 400;
  color: #3D3D3B;
  margin-bottom: 10px;
  font-family: "Raleway";
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
}

.subjects-page .subjects-count {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 29px;
  text-align: center;
}

.subjects-page .col-3 {
  margin-bottom: 20px;
}

.subjects-page .subject-box {
  background-color: #F5F5F5;
  border-radius: 13px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 45px;
  margin-bottom: 35px;
  text-decoration: none !important;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.subjects-page .subject-box img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.subjects-page .subject-box .subject-title {
  font-size: 19px;
  color: #3D3D3B;
  font-family: "Raleway";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-bottom: 13px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subjects-page .subject-box:hover {
  background-color: #A37DB5;
  text-decoration: none !important;
}

.subjects-page .subject-box:hover .subject-title {
  color: #fff;
}

.subjects-page .subject-box:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media screen and (max-width: 768px) {
  .subjects-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .subjects-page .hero-section {
    height: 426px !important;
  }

  .subjects-page .hero-section .title {
    font-size: 36px;
    padding-top: 38px;
  }

  .subjects-page .hero-section .desc {
    font-size: 18px;
    max-width: 229px;
    text-align: center;
    margin-bottom: 15px;
  }

  .subjects-page .subject-option {
    font-size: 22px;
    margin-top: 20px;
  }

  .subjects-page .subjects-count {
    font-size: 16px;
  }

  .subjects-page .subject-box .icon {
    width: 44px;
    height: 44px !important;
  }

  .subjects-page .subject-box {
    padding-right: inherit !important;
    padding: 45px 47px 20px 20px !important;
  }

  .subjects-page .subject-box .subject-title {
    font-size: 14px !important;
    margin-top: 10px;
  }

  .subjects-page .subject-box:after {
    right: inherit !important;
    bottom: 14px;
  }

  .subjects-page .subject-box img {
    margin-bottom: 10px;
  }
}

.subjects-sub-section {
  padding-top: 0px;
  padding-bottom: 78px;
}

.subjects-sub-section .hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(/images/HomePage.jpg?aec440418ed4e346013de18a17653cf4);
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  margin-bottom: 122px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.subjects-sub-section .hero-section .back-arrow {
  color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.subjects-sub-section .hero-section .title {
  font-family: "Raleway";
  font-size: 48px;
  color: #fff;
  text-align: left;
}

.subjects-sub-section .hero-section .container {
  padding-top: 180px;
}

.subjects-sub-section .select-group {
  position: absolute;
  bottom: -66px;
}

.subjects-sub-section .col-lg-4 {
  margin-bottom: 12px;
}

.subjects-sub-section .category-box {
  border: 2px solid #3C3D3D;
  color: #3C3D3D;
  border-radius: 5px;
  padding: 39px 39px 53px 39px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-decoration: none !important;
  width:340px;
  height: 180px;

}

.subjects-sub-section .category-box:after {
  content: '';
  background-image: url(/images/ic_right_arrow.svg?e060ab47123aae094289a656d6fd2ff6);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23.2px;
  right: calc(50% - 11px);
  height: 23px;
  bottom: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
}

.subjects-sub-section .category-box .subject-title {
  font-size: 23px;
  text-transform: capitalize;
  color: #3C3D3D;
  font-family: 'Raleway';
  text-decoration: none !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow-y: hidden;
  text-align: center;
}

.subjects-sub-section .category-box:hover {
  background-color: #3C3D3D;
}

.subjects-sub-section .category-box:hover .subject-title {
  color: #fff;
}

.subjects-sub-section .category-box:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .subjects-sub-section .hero-section {
    margin-bottom: 0px !important;
    height: 426px !important;
    padding-bottom: 0px !important;
    background-position: left;
  }

  .subjects-sub-section .hero-section .title {
    font-size: 22px;
  }
}

.subject-ref {
  text-decoration: none !important;
}

.mobile-select-area .dropdown-toggle {
  height: 38px !important;
}

.select-group .absoluteText {
  position: absolute;
  top: -34px;
  left: 39px;
}

@media screen and (max-width: 768px) {
  .select-group .absoluteText {
    top: -5px;
    left: 31px;
    z-index: 10000;
  }
}

.favorite-topics {
  padding-top: 64px;
  padding-bottom: 91px;
  max-width: 100vw;
}

.favorite-topics .title-section {
  position: relative;
}

.favorite-topics .title-section h2 {
  font-size: 35px;
  color: #3D3D3B;
  margin-bottom: 16px;
  font-family: "RalewayMedium";
  font-weight: 700;
  text-align: center;
}

.favorite-topics .title-section p {
  font-family: "RalewayMedium";
  font-size: 17px;
  color: #3D3D3B;
  margin-bottom: 47px;
  max-width: 540px;
  text-align: center;
  font-weight: 400;
}

.favorite-topics .ImageSection img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  .favorite-topics .ImageSection {
    margin-bottom: 30px;
  }
}

.favorite-topics .slider-favorites {
  background-color: #3C3D3D;
}

@media screen and (max-width: 768px) {
  .favorite-topics {
    padding-bottom: 0px;
  }

  .favorite-topics .slider-favorites {
    background-color: transparent;
    position: relative;
  }

  .favorite-topics .slider-favorites::before {
    content: '';
    height: calc(100% - 90px);
    width: 120%;
    position: absolute;
    left: -10%;
    top: 90px;
    background-color: #3C3D3D;
  }

  .favorite-topics .title-section h2 {
    font-size: 18px;
  }

  .favorite-topics .title-section p {
    font-size: 13px;
    max-width: 90%;
    text-align: center;
    margin-bottom: 6px;
  }

  .favorite-topics .title-section {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .favorite-topics .title-section:before {
    position: unset;
    width: 57px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.favorites-slide {
  padding: 70px;
}

.favorites-slide .topic-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.favorites-slide .slide-box .title {
  font-size: 40px;
  max-width: 80%;
  color: #fff;
  font-family: "RalewayMedium";
  margin-bottom: 12px;
}

.favorites-slide .slide-box .desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 38px;
}

.favorites-slide .slide-box .btn {
  width: 130px;
}

.favorites-slide .owl-controls {
  position: absolute;
  bottom: 28px;
  right: 27%;
}

.favorites-slide .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset !important;
}

.favorites-slide .owl-next,
.favorites-slide .owl-prev {
  border: 1px solid #fff;
  height: 28px !important;
  width: 28px !important;
  border-radius: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  margin-left: 18px;
  background-color: #fff;
  color: #3C3D3D;
}

.favorites-slide .owl-next.disabled,
.favorites-slide .owl-prev.disabled {
  background-color: transparent !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .favorites-slide {
    padding: 27px;
  }

  .favorites-slide .owl-controls {
    right: calc(100% - 118px);
    top: 200px;
  }

  .favorites-slide .slide-box {
    margin-top: 90px;
    padding-top: 180px;
    padding-bottom: 55px;
    position: relative;
  }

  .favorites-slide .slide-box .title {
    font-size: 24px;
    text-align: center;
    max-width: unset;
  }

  .favorites-slide .slide-box .desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 44px;
  }

  .favorites-slide .slide-box .btn-secondary {
    width: 100%;
  }

  .favorites-slide .slide-box .topic-image-box {
    position: absolute;
    top: -90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .favorites-slide .slide-box .topic-image-box img {
    width: 164px;
    height: 164px;
    border: 9px solid #fff;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.feedback-section {
  padding-top: 205px;
  padding-bottom: 85px;
}

.feedback-section .feedback-wrapper {
  background-color: #655f9e;
  padding: 57px;
  padding-bottom: 119px;
  position: relative;
}

.feedback-section .feedback-wrapper .title {
  color: #fff;
  font-size: 30px;
  font-family: "Raleway";
}

.feedback-section .feedback-wrapper .subtitle {
  font-size: 24px;
  margin-bottom: 79px;
  margin-top: 6px;
  color: #fff;
}

.feedback-section .feedback-wrapper .subtitle2 {
  margin-bottom: 34px !important;
}

.feedback-section .feedback-wrapper .text {
  font-size: 18px;
  margin-top: 33px;
  color: #fff;
  margin-bottom: 26px;
}

.feedback-section .feedback-wrapper input,
.feedback-section .feedback-wrapper textarea {
  background-color: #fff !important;
  color: #3D3D3B !important;
  border-radius: 13px !important;
}

.feedback-section .feedback-wrapper label {
  color: #fff !important;
}

.feedback-section .table-container {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.feedback-section .table-container .profile-image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #3C3D3D;
}

.feedback-section .table-container .scholar-name {
  font-size: 18px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-bottom: 0px;
}

.feedback-section .table-container .date {
  font-size: 18px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 0px;
}

.feedback-section .table-container .category {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-section .table-container .category p {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.feedback-section .table-container .category span {
  font-family: "Raleway";
}

.feedback-section .table-container .category i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .feedback-section {
    padding-top: 99px;
    padding-bottom: 32px;
  }

  .feedback-section .feedback-wrapper {
    padding: 16px;
    padding-bottom: 33px !important;
  }

  .feedback-section .feedback-wrapper::before {
    position: unset;
    width: 23px;
    height: 30px;
    margin-bottom: 6px;
  }

  .feedback-section .feedback-wrapper .title {
    font-size: 18px !important;
  }

  .feedback-section .feedback-wrapper .subtitle {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .feedback-section .feedback-wrapper .text {
    font-size: 13px;
    margin-top: 10px;
  }

  .feedback-section .feedback-wrapper .btn-primary {
    width: 157px;
  }

  .feedback-section .feedback-wrapper .scholar-name {
    font-size: 13px !important;
  }

  .feedback-section .feedback-wrapper .category {
    font-size: 12px !important;
  }

  .feedback-section .feedback-wrapper .date {
    font-size: 9px !important;
  }

  .feedback-section .feedback-wrapper .table-container {
    margin-top: 21px;
    margin-bottom: 21px;
    min-height: 115px;
  }
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 27px;
  margin-bottom: 37px;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 67px;
  height: 67px;
  background-image: url(/images/Star4.svg?ae6947908e08bbe384b62e7764aa9dd6);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  margin-right: 10px;
}

.rating > label:hover,
.rating > label:hover ~ label {
  opacity: 1 !important;
  background-image: url(/images/Star5.svg?4d11c50cfeea68a065f2a02fa70d8052) !important;
}

.rating > input:checked ~ label {
  opacity: 1 !important;
  background-image: url(/images/Star5.svg?4d11c50cfeea68a065f2a02fa70d8052) !important;
}

.btn-submit {
  width: 135px;
  padding: .375rem .75rem !important;
}

.refer-section {
  padding-bottom: 100px;
}

.refer-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.refer-section .title {
  color: #3D3D3B;
  margin-top: 78px;
  font-family: "Raleway";
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
}

.refer-section .title strong {
  font-weight: 700;
}

.refer-section .subtext {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3B;
  margin-bottom: 65px;
  text-align: center;
}

.refer-section .subtitle {
  color: #3D3D3B;
  font-family: "Raleway";
  margin-bottom: 15px;
  text-align: left;
  font-size: 30px;
}

.refer-section .subtitle strong {
  font-weight: 700;
}

.refer-section .text {
  font-size: 12px;
  font-weight: 400;
  color: #798184;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .refer-section .title,
  .refer-section .subtitle {
    font-size: 18px;
    margin-top: 20px;
  }

  .refer-section .text,
  .refer-section .subtext {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.emailbtn {
  height: 43px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating-section .feedback-wrapper {
  background-color: #F1F2F2 !important;
}

.rating-section .title {
  color: #3D3D3B !important;
  font-family: "Raleway" !important;
}

.rating-section .text {
  color: #3D3D3B !important;
  font-family: "Raleway" !important;
}

.rating-section .subtitle {
  color: #3D3D3B !important;
  font-family: "Raleway" !important;
}

.booking-section .booking-title {
  font-size: 20px;
  font-family: "Raleway";
  color: #3C3D3D;
}

@media screen and (max-width: 768px) {
  .booking-section .booking-title.scholarTitle {
    font-size: 16px;
  }
}

.booking-section .category-row {
  margin-top: 23px;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .booking-section .category-row {
    margin-bottom: 38px;
    margin-top: 21px;
  }

  .booking-section .category-row .category {
    margin-bottom: 20px;
  }
}

.booking-section .selected-session-area {
  margin-top: 84px;
}

@media screen and (max-width: 768px) {
  .booking-section .selected-session-area {
    margin-top: 40px;
  }
}

.booking-section .selected-scroll {
  overflow-x: auto;
  padding-bottom: 40px;
}

.booking-section .selected-scroll .scrolled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .booking-section .selected-scroll {
    padding-right: unset !important;
    margin-right: unset !important;
    padding-bottom: 26px;
  }
}

.booking-section .selected-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.booking-section .selected-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.booking-section .selected-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3C3D3D;
}

.booking-section .btn-wizard {
  margin-top: 30px;
  margin-bottom: 12px !important;
}

.booking-section .btn-confirmorder {
  width: 182px;
}

.booking-section .category {
  background-color: rgba(40, 36, 94, 0.1);
  border-radius: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #3C3D3D;
  text-align: center;
  padding: 9px 18px;
  height: 36px;
  cursor: pointer;
}

.booking-section .category span {
  font-family: "Raleway";
}

.booking-section .category:not(:last-child) {
  margin-right: 20px;
}

.booking-section .category.active {
  background-color: #3C3D3D;
  color: #fff;
}

.booking-section .card {
  border: 2px solid #3C3D3D;
  border-radius: 5px;
  margin-top: 49px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .booking-section .card {
    border-radius: 25px;
  }
}

.booking-section .title-table {
  font-size: 28px;
  color: #3C3D3D;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .booking-section .title-table {
    font-size: 22px;
  }
}

.booking-section .arrow {
  font-size: 50px;
  color: #3C3D3D;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  margin-left: 50px;
  margin-right: 50px;
}

.booking-section .arrow:hover {
  color: #78898F;
}

.booking-section .arrow:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.booking-section .arrow:disabled:hover {
  color: #3C3D3D;
}

@media screen and (max-width: 768px) {
  .booking-section .arrow {
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.booking-section .calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 49px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .booking-section .calendar-header {
    margin-bottom: 25px;
  }
}

.booking-section .card-body {
  min-width: 72vw;
  padding: 0px;
}

@media screen and (min-width: 1440px) {
  .booking-section .card-body {
    min-width: 100%;
  }
}

.booking-section .table {
  min-width: 70vw;
  max-width: 90vw;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .booking-section .table {
    min-width: 100%;
  }
}

.booking-section .table thead th {
  border: none !important;
  font-size: 20px;
  color: #3C3D3D;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .booking-section .table thead th {
    font-size: 15px !important;
  }
}

.booking-section .table td {
  border: none !important;
}

.booking-section .table-wrapper {
  width: 90%;
  max-width: 90vw;
}

@media screen and (min-width: 1440px) {
  .booking-section .table-wrapper {
    width: 100%;
  }
}

.booking-section .availability-row {
  margin-bottom: 47px;
}

.booking-section .day {
  font-size: 20px;
  color: #3C3D3D;
  font-weight: "Raleway";
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.booking-section .day:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.booking-section .day:focus {
  outline: none !important;
}

@media screen and (max-width: 768px) {
  .booking-section .day {
    font-size: 15px !important;
  }
}

.booking-section .show-more {
  background-color: transparent;
  border: none;
  color: #3C3D3D;
  font-family: "Raleway";
  cursor: pointer;
}

.booking-section .show-more:hover {
  color: #78898F;
}

.booking-section .show-more:hover:disabled {
  color: #3C3D3D;
}

.booking-section .show-more:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.booking-section .show-more:focus {
  outline: none !important;
}

.booking-section .footer-table {
  padding-top: 43px !important;
  text-align: center;
}

.booking-section .scholar-day {
  font-size: 22px;
  color: #3C3D3D;
  margin-bottom: 29px;
  margin-top: 59px;
}

.booking-section .scholar-day:first-child {
  margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
  .booking-section .scholar-day {
    margin-top: 30px;
    font-size: 13px;
  }
}

.booking-section .scholar-time {
  color: #3C3D3D;
  font-family: "Raleway";
  font-size: 22px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .booking-section .scholar-time {
    font-size: 13px;
  }
}

.booking-section .session-type .room-price-value {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 90px;
}

@media screen and (max-width: 768px) {
  .booking-section .session-type .room-price-value {
    width: 100%;
    height: 28px;
  }

  .booking-section .session-type .room-price-value i {
    font-size: 12px;
    width: 16px;
  }

  .booking-section .session-type .room-price-value:before {
    left: 4px;
    top: 3px;
    height: 22px;
    width: 22px;
  }
}

.booking-section .subject-chosen {
  background-color: #F5F5F5;
  border: none !important;
  width: 336px;
  min-height: 382px;
  border-radius: 10px;
  padding: 30px 30px 30px 25px;
  margin-right: 20px;
  display: inline-block;
}

.booking-section .subject-chosen .session-note textarea {
  background-color: transparent !important;
  border: 1px dashed rgba(255, 255, 255, 0.5) !important;
  margin-top: 20px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
}

.booking-section .subject-chosen .session-note textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.booking-section .subject-chosen .card-body {
  min-width: unset !important;
}

.booking-section .subject-chosen .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}

.booking-section .subject-chosen .card-head .img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  min-width: 90px;
}

.booking-section .subject-chosen .card-head .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.booking-section .subject-chosen .card-head .data {
  color: #3D3D3B;
  width: calc(100% - 90px);
}

.booking-section .subject-chosen .card-head .data .name {
  font-size: 18px;
  font-family: "RalewayMedium";
  margin-bottom: 1px;
}

.booking-section .subject-chosen .card-head .data .address {
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.booking-section .subject-chosen .card-head .data .type {
  font-size: 15px;
  margin-bottom: 0px;
  opacity: 0.5;
  text-transform: capitalize;
}

.booking-section .subject-chosen .card-body {
  padding-bottom: 19px;
}

.booking-section .subject-chosen .card-body .category-option {
  font-size: 12px;
  margin-bottom: 18px;
  border-radius: 30px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #A37DB5;
  text-align: center;
  padding: 8px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.booking-section .subject-chosen .card-body .category-option span {
  font-family: "RalewayMedium";
}

@media screen and (max-width: 768px) {
  .booking-section .subject-chosen .card-body {
    padding-bottom: 20px;
  }
}

.booking-section .subject-chosen .detail-value {
  font-size: 14px;
  color: #3D3D3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0px;
}

.booking-section .subject-chosen .detail-value img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .booking-section .subject-chosen .detail-value {
    font-size: 10px;
  }

  .booking-section .subject-chosen .detail-value img {
    width: 12px;
    height: 12px;
  }
}

.booking-section .subject-chosen .card-footer {
  min-width: 100%;
  padding: 0px;
  border-top: none !important;
  background-color: transparent !important;
}

.booking-section .subject-chosen .card-footer:before {
  content: '';
  height: 2px;
  background-color: #A37DB5;
  width: 99px;
  display: block;
}

.booking-section .subject-chosen .card-footer .session-price {
  font-size: 25px;
  color: #3D3D3B;
  font-family: "RalewayMedium";
  font-weight: 700;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .booking-section .subject-chosen .card-footer .session-price {
    font-size: 18px;
  }
}

.booking-section .subject-chosen .card-footer .btn-grey {
  height: 29px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking-section .subject-chosen .card-footer .btn-grey:hover {
  color: #E8E6FF !important;
  border: 2px solid #E8E6FF !important;
}

@media screen and (max-width: 768px) {
  .booking-section .subject-chosen .card-footer:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .booking-section .subject-chosen {
    min-width: 182px;
    max-width: 200px;
    min-height: 200px !important;
    padding: 11px;
    margin-right: 15px;
    height: unset !important;
    margin-top: 16px !important;
  }

  .booking-section .subject-chosen .card-head {
    display: none;
  }

  .booking-section .subject-chosen .category-option {
    font-size: 15px !important;
  }

  .booking-section .subject-chosen .btn-grey {
    width: 76px;
    font-size: 10px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.booking-section .availability-row {
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .booking-section .availability-row {
    margin-bottom: 10px;
  }
}

.booking-section .option-av-row {
  padding: 10px;
}

.booking-section .option-av-row:hover {
  background-color: #f3f1fd;
  cursor: pointer;
}

.booking-section .select-btn {
  min-width: 134px;
  height: 50px;
  border-radius: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .booking-section .select-btn {
    width: 65px;
    height: 28px;
    padding: unset !important;
    font-size: 10px !important;
  }
}

.booking-section .select-btn.btn-secondary {
  color: #fff !important;
}

.booking-section .select-btn.btn-secondary:disabled {
  background-color: #78898F !important;
}

#teacher-details {
  padding-top: 107px;
}

@media screen and (max-width: 768px) {
  #teacher-details .user-section .avatar-profile {
    top: -113px;
  }
}

.table-header-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .table-header-mobile {
    display: table-header-group;
  }
}

.table-header-cal {
  display: table-header-group;
}

@media screen and (max-width: 768px) {
  .table-header-cal {
    display: none;
  }
}

.price-div {
  background-color: rgba(175, 173, 204, 0.1);
  margin-top: 19px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.price-div .text {
  font-size: 23px;
  color: #3C3D3D;
}

.price-div .text span {
  margin-left: 10px;
  font-family: "RalewayMedium";
}

@media screen and (max-width: 768px) {
  .price-div {
    padding: 11px;
    margin-top: 10px;
  }

  .price-div .text {
    font-size: 18px;
  }
}

.booking-sucess {
  padding-bottom: 50px;
}

.booking-sucess .btn {
  height: 40px;
}

.booking-sucess .form-control {
  height: 50px !important;
}

.booking-sucess .success-animation {
  width: 136px;
  height: 136px;
  margin-bottom: 57px;
}

.booking-sucess .success-animation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .booking-sucess .success-animation {
    width: 60px;
    height: 60px;
  }
}

.booking-sucess .icon {
  width: 100px;
}

.booking-sucess .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .booking-sucess .icon {
    width: 80px;
  }
}

.booking-sucess .btn {
  width: 261px;
}

.booking-sucess .title {
  font-size: 25px;
  color: #798184;
  margin-bottom: 0px;
  max-width: unset;
  text-align: center;
  font-weight: 700;
  max-width: 600px;
}

.booking-sucess .title.normal {
  font-family: 'Raleway' !important;
}

.booking-sucess .title.normal span {
  font-family: "RalewayMedium" !important;
}

@media screen and (max-width: 768px) {
  .booking-sucess .title {
    font-size: 15px;
  }
}

.booking-sucess .details {
  font-size: 25px;
  color: #798184;
  margin-bottom: 62px;
  max-width: 550px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .booking-sucess .details {
    font-size: 18px;
  }
}

.booking-sucess .details-options {
  font-size: 20px;
  color: #3C3D3D;
  margin-bottom: 61px;
  text-align: center;
}

.booking-sucess .details-options a {
  font-family: "Raleway";
  color: #3C3D3D;
  text-decoration: none !important;
}

.booking-sucess .details-options:hover a {
  color: #78898F;
}

@media screen and (max-width: 768px) {
  .booking-sucess .details-options {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .booking-sucess {
    padding-bottom: 20px;
  }
}

#knowledgeSelectMoreModal {
  padding: 20px;
}

#knowledgeSelectMoreModal .modal-header {
  padding: 0px 0px 20px 0px !important;
  border-bottom: 2px solid rgba(40, 36, 94, 0.1) !important;
}

@media screen and (max-width: 768px) {
  #knowledgeSelectMoreModal .modal-header {
    padding: 20px 23px 20px 23px !important;
  }
}

#knowledgeSelectMoreModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #knowledgeSelectMoreModal .modal-content {
    min-height: unset !important;
    border-radius: 5px !important;
  }
}

#knowledgeSelectMoreModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "RalewayMedium";
}

#knowledgeSelectMoreModal .message {
  font-size: 18px;
  color: #3C3D3D;
}

#knowledgeSelectMoreModal .btn {
  height: 45px !important;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edit-summary-note {
  border: 1px dashed #3C3D3D;
  padding: 10px;
  color: #3C3D3D;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .edit-summary-note {
    height: 50vh;
  }
}

.edit-summary-note:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.edit-summary-note::-webkit-input-placeholder {
  color: #3C3D3D;
}

.edit-summary-note::-moz-placeholder {
  color: #3C3D3D;
}

.edit-summary-note::-ms-input-placeholder {
  color: #3C3D3D;
}

.edit-summary-note::placeholder {
  color: #3C3D3D;
}

.room-priceTeach {
  background-color: #fff;
  border: none;
  border-radius: 10px;
}

.room-priceTeach:before {
  display: none !important;
}

.room-priceTeach .title {
  font-size: 15px;
  color: #3D3D3B !important;
  font-weight: 700 !important;
}

.room-priceTeach .price {
  font-size: 14px;
  color: #3D3D3B !important;
}

@media screen and (max-width: 768px) {
  .room-priceTeach:before {
    top: 6px  !important;
  }
}

.order-summary .title {
  font-size: 28px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .order-summary .title {
    font-size: 18px;
  }
}

.order-summary .order-box {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .order-summary .order-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 36px;
  }
}

.order-summary .profile-image {
  border-radius: 50%;
  border: 1px solid #3C3D3D;
  min-width: 54px;
  height: 54px;
  background-color: #3C3D3D;
}

.order-summary .order-scholar {
  font-size: 18px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-bottom: 0px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .order-summary .order-scholar {
    font-size: 15px;
  }
}

.order-summary .order-date {
  font-size: 18px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .order-summary .order-date {
    font-size: 9px;
    margin-bottom: 16px;
  }
}

.order-summary .order-category {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-summary .order-category p {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.order-summary .order-category .icon-cal {
  height: 40px;
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.order-summary .order-category span {
  font-family: "Raleway";
}

.order-summary .order-category i {
  color: #3C3D3D;
  font-size: 15px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .order-summary .order-category {
    margin-bottom: 16px;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .order-summary .order-category p {
    -webkit-line-clamp: 2;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .order-summary .order-category {
    margin-bottom: 16px;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .order-summary .order-category p {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}

.order-summary .order-price {
  font-size: 18px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 0px;
}

.order-summary .order-header {
  border-radius: 15px;
  background-color: #3C3D3D;
  padding: 24px;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-summary .order-header div {
  color: #fff;
  font-size: 18px;
  font-family: "Raleway";
}

@media screen and (max-width: 991px) {
  .order-summary .order-header {
    display: none;
  }
}

.order-summary .close {
  opacity: 1;
  outline: none !important;
}

.order-summary .close i {
  color: #3C3D3D;
  cursor: pointer;
  font-size: 15px;
}

.order-summary .close:hover i {
  color: #78898F !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .order-summary {
    margin-top: -70px !important;
  }

  .order-summary .icon-mobile {
    width: 10px;
    height: 10px;
  }

  .order-summary.knowledge-select {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .order-summary {
    margin-top: -70px !important;
  }

  .order-summary .icon-mobile {
    width: 10px;
    height: 10px;
  }

  .order-summary.knowledge-select {
    margin-top: 10px !important;
  }
}

.calendar-header-colored {
  padding: 24px;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000000;
}

.calendar-header-colored div {
  color: #3D3D3B;
  font-size: 15px;
  font-family: "Raleway";
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .calendar-header-colored {
    display: none;
  }
}

.calendar-table {
  margin-top: 63px;
}

.calendar-table .btn {
  font-size: 14px;
  min-width: 110px;
}

.calendar-table .profile-image {
  border-radius: 50%;
  border: 1px solid #3C3D3D;
  background-color: #3C3D3D;
  width: 78px;
  height: 78px;
}

@media screen and (max-width: 768px) {
  .calendar-table .profile-image {
    width: 50px;
    height: 50px;
  }
}

.calendar-table .calendar-row {
  background-color: #F5F5F5;
  border-radius: 35px;
  margin-bottom: 30px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calendar-table .calendar-row .btn-primary {
  pointer-events: none;
  background-color: #6f8389 !important;
  border: none !important;
}

@media screen and (max-width: 768px) {
  .calendar-table .calendar-row {
    padding: 8px 8px 16px 8px;
  }
}

.calendar-table .expired-btn {
  height: 32px;
  background-color: #A37DB5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  opacity: 1 !important;
}

.calendar-table .expired-btn:hover {
  background-color: #A37DB5 !important;
  color: #fff !important;
}

.calendar-table .scholar {
  font-size: 14px;
  font-family: "RalewayMedium";
  color: #3C3D3D;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.calendar-table .category {
  font-size: 14px;
  color: #3C3D3D;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-table .category p {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.calendar-table .category span {
  font-family: "Raleway";
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .calendar-table .category {
    margin-bottom: 26px;
    margin-top: 16px;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .calendar-table .category p {
    -webkit-line-clamp: 9;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .calendar-table .category {
    margin-bottom: 0px;
    margin-top: 16px;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .calendar-table .category p {
    -webkit-line-clamp: 2;
    font-size: 16px;
    -webkit-line-clamp: 9;
  }
}

.calendar-table .date {
  font-size: 14px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .calendar-table .date {
    font-size: 9px;
    margin-bottom: 16px;
  }
}

.calendar-table .level {
  font-size: 14px;
  color: #3C3D3D;
  font-family: "Raleway";
}

@media screen and (max-width: 768px) {
  .calendar-table .level {
    font-size: 14px;
  }
}

.calendar-table .resched {
  font-size: 11px;
  color: rgba(60, 61, 61, 0.5);
  margin-top: 6px;
  margin-bottom: 0px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

.calendar-table .resched:hover {
  color: #78898F;
}

@media screen and (max-width: 768px) {
  .calendar-table .resched {
    font-size: 11px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .calendar-table .round {
    font-size: 15px;
    min-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .calendar-table {
    margin-top: 20px;
  }
}

#rescheduleModal.show {
  background-color: rgba(255, 255, 255, 0.8);
}

#rescheduleModal .modal-header {
  padding: 0px 0px 20px 0px !important;
  border-bottom: 2px solid rgba(40, 36, 94, 0.1) !important;
}

@media screen and (max-width: 768px) {
  #rescheduleModal .modal-header {
    padding: 20px 23px 20px 23px !important;
  }
}

#rescheduleModal .modal-lg {
  min-width: 75vw !important;
}

#rescheduleModal .modal-content {
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 38px #00000029;
          box-shadow: 0px 8px 38px #00000029;
  padding: 20px;
  border: 1px solid #3C3D3D !important;
}

@media screen and (max-width: 768px) {
  #rescheduleModal .modal-content {
    min-height: unset !important;
    border-radius: 5px !important;
  }
}

@media screen and (max-width: 768px) {
  #rescheduleModal .order-summary {
    margin-top: unset !important;
  }
}

#rescheduleModal .modal-title {
  color: #3C3D3D;
  font-size: 18px;
  font-family: "RalewayMedium";
}

#rescheduleModal .calendar-card {
  border: none !important;
  margin-top: 0px;
  padding: 0px;
}

.levelImage {
  width: 24px;
  height: 24px;
  margin-left: -5px;
}

@media screen and (max-width: 768px) {
  #editReviewModal {
    padding-right: 0px !important;
  }

  #editReviewModal .cat-height {
    max-height: 30px !important;
  }
}

#materialCopyrightsModal .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#notesModal .modal-content,
#sessionNoteModal .modal-content,
#sessionAddNoteModal .modal-content,
#editReviewModal .modal-content,
#materialCopyrightsModal .modal-content {
  border: none !important;
}

#notesModal .profile-image,
#sessionNoteModal .profile-image,
#sessionAddNoteModal .profile-image,
#editReviewModal .profile-image,
#materialCopyrightsModal .profile-image {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 2px solid #3C3D3D;
}

#notesModal .cat-height,
#sessionNoteModal .cat-height,
#sessionAddNoteModal .cat-height,
#editReviewModal .cat-height,
#materialCopyrightsModal .cat-height {
  max-height: 40px;
}

#notesModal .rating > label,
#sessionNoteModal .rating > label,
#sessionAddNoteModal .rating > label,
#editReviewModal .rating > label,
#materialCopyrightsModal .rating > label {
  width: 27px !important;
  height: 27px !important;
  background-size: contain;
}

#notesModal .textHeight,
#sessionNoteModal .textHeight,
#sessionAddNoteModal .textHeight,
#editReviewModal .textHeight,
#materialCopyrightsModal .textHeight {
  min-height: 150px !important;
}

#notesModal .date-box img,
#sessionNoteModal .date-box img,
#sessionAddNoteModal .date-box img,
#editReviewModal .date-box img,
#materialCopyrightsModal .date-box img {
  width: 30px;
}

#notesModal .date-box .date,
#sessionNoteModal .date-box .date,
#sessionAddNoteModal .date-box .date,
#editReviewModal .date-box .date,
#materialCopyrightsModal .date-box .date {
  font-size: 10px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-bottom: 0px;
}

#notesModal .scholar-name,
#sessionNoteModal .scholar-name,
#sessionAddNoteModal .scholar-name,
#editReviewModal .scholar-name,
#materialCopyrightsModal .scholar-name {
  font-size: 17px;
  color: #3C3D3D;
  margin-bottom: 2px;
  font-family: "RalewayMedium";
}

#notesModal .modal-header,
#sessionNoteModal .modal-header,
#sessionAddNoteModal .modal-header,
#editReviewModal .modal-header,
#materialCopyrightsModal .modal-header {
  padding: 22px 34px;
  border: none !important;
  background-color: #F5F5F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none !important;
}

#notesModal .modal-title,
#sessionNoteModal .modal-title,
#sessionAddNoteModal .modal-title,
#editReviewModal .modal-title,
#materialCopyrightsModal .modal-title {
  font-size: 18px;
  margin-bottom: 0px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
  font-weight: 700;
}

#notesModal .sub-title,
#sessionNoteModal .sub-title,
#sessionAddNoteModal .sub-title,
#editReviewModal .sub-title,
#materialCopyrightsModal .sub-title {
  font-size: 15px;
  margin-bottom: 0px;
  color: #3C3D3D;
}

#notesModal .close,
#sessionNoteModal .close,
#sessionAddNoteModal .close,
#editReviewModal .close,
#materialCopyrightsModal .close {
  color: #3C3D3D;
  opacity: 1;
  font-size: 17px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#notesModal .close:hover,
#sessionNoteModal .close:hover,
#sessionAddNoteModal .close:hover,
#editReviewModal .close:hover,
#materialCopyrightsModal .close:hover {
  color: #78898F;
}

#notesModal .modal-body,
#sessionNoteModal .modal-body,
#sessionAddNoteModal .modal-body,
#editReviewModal .modal-body,
#materialCopyrightsModal .modal-body {
  padding: 39px;
}

@media screen and (max-width: 992px) {
  #notesModal .modal-body,
  #sessionNoteModal .modal-body,
  #sessionAddNoteModal .modal-body,
  #editReviewModal .modal-body,
  #materialCopyrightsModal .modal-body {
    padding: 10px;
  }
}

#notesModal .preview-row,
#sessionNoteModal .preview-row,
#sessionAddNoteModal .preview-row,
#editReviewModal .preview-row,
#materialCopyrightsModal .preview-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#notesModal .preview-row .title,
#sessionNoteModal .preview-row .title,
#sessionAddNoteModal .preview-row .title,
#editReviewModal .preview-row .title,
#materialCopyrightsModal .preview-row .title {
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-bottom: 13px;
  font-size: 18px;
  margin-top: 41px;
}

#notesModal .preview-row .desc,
#sessionNoteModal .preview-row .desc,
#sessionAddNoteModal .preview-row .desc,
#editReviewModal .preview-row .desc,
#materialCopyrightsModal .preview-row .desc {
  font-size: 14px;
  color: #3C3D3D;
  font-family: "RalewayLight";
  margin-bottom: 5px;
}

#notesModal .category,
#sessionNoteModal .category,
#sessionAddNoteModal .category,
#editReviewModal .category,
#materialCopyrightsModal .category {
  background-color: #A37DB5;
  border-radius: 30px;
  border: 1px solid #A37DB5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 22px;
  text-align: center;
  padding: 9px 18px;
  height: unset !important;
  min-height: 36px !important;
  opacity: 0.6;
}

@media screen and (max-width: 992px) {
  #notesModal .category,
  #sessionNoteModal .category,
  #sessionAddNoteModal .category,
  #editReviewModal .category,
  #materialCopyrightsModal .category {
    font-size: 8px;
  }
}

#notesModal .img,
#sessionNoteModal .img,
#sessionAddNoteModal .img,
#editReviewModal .img,
#materialCopyrightsModal .img {
  height: 450px;
}

#notesModal .img img,
#sessionNoteModal .img img,
#sessionAddNoteModal .img img,
#editReviewModal .img img,
#materialCopyrightsModal .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  #notesModal .img,
  #sessionNoteModal .img,
  #sessionAddNoteModal .img,
  #editReviewModal .img,
  #materialCopyrightsModal .img {
    height: 250px;
  }
}

.notes-box textarea {
  border: 1px dashed #3C3D3D;
  color: #3C3D3D;
  width: 100%;
  margin-bottom: 25px !important;
  padding: 10px;
}

.notes-box textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.noteText {
  color: #3C3D3D;
  font-size: 18px;
  margin-bottom: 25px;
  width: 100%;
}

.btn-purchased {
  white-space: normal;
  height: unset;
  font-size: 13px !important;
}

.notes-wrapper {
  background-color: #3D3D3B;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3D3D3B;
  cursor: pointer;
}

.notes-wrapper img {
  height: 15px;
  margin-left: 5px;
}

.notes-wrapper:hover {
  background-color: #A37DB5;
  border-color: #A37DB5;
}

.note-icon-header {
  width: 30px;
  height: 30px;
}

.review-box {
  -webkit-box-shadow: 0px 3px 8px #00000026;
          box-shadow: 0px 3px 8px #00000026;
  border-radius: 15px;
  background-color: #F5F5F5;
  padding: 22px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  width: 95%;
  position: relative;
}

.review-box .user-img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.review-box .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .review-box .user-img {
    width: 55px;
    height: 55px;
  }
}

.review-box .scholar-name {
  font-size: 17px;
  color: #3D3D3B;
  margin-bottom: 2px;
  font-weight: 700;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .review-box .scholar-name {
    font-size: 15px;
  }
}

.review-box .address {
  font-size: 12px;
  color: #3D3D3B;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .review-box .address {
    margin-bottom: 12px;
  }
}

.review-box .rating-row {
  background-color: transparent !important;
  border: 1px solid #3D3D3B !important;
  margin-top: 30px;
  position: absolute;
  bottom: -35px;
}

.review-box .rating-row .rating-value {
  color: #3D3D3B !important;
}

.review-box .rating-row .rating-star {
  -webkit-filter: none !important;
          filter: none !important;
}

.review-box .desc {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 0px;
  color: #3D3D3B;
}

@media screen and (max-width: 768px) {
  .review-box .desc {
    font-size: 12px;
  }
}

.review-box .rating-row {
  border-radius: 9px;
  background-color: #655f9e;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-box .rating-row p {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.review-box .category {
  background-color: #A37DB5;
  border-radius: 30px;
  border: 1px solid #A37DB5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 22px;
  text-align: center;
  padding: 9px 18px;
  height: unset !important;
  min-height: 36px !important;
  opacity: 0.6;
}

.review-box .category span {
  font-family: "Raleway";
}

@media screen and (max-width: 768px) {
  .review-box .category {
    font-size: 8px;
    height: unset !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}

.review-box .rating-box {
  margin-left: 0px;
}

.review-box .date {
  font-size: 10px;
  color: #fff;
  font-family: "Raleway";
  margin-bottom: 0px;
}

.review-box .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-box .date-box img {
  width: 13px;
}

.review-box #readmore {
  color: #3D3D3B;
  font-size: 10px;
}

.review-box .delete-review {
  color: #3C3D3D;
  position: absolute;
  right: -10%;
  top: 50%;
  cursor: pointer;
}

.review-box .delete-review:hover {
  color: #78898F;
}

@media screen and (max-width: 768px) {
  .review-box .delete-review {
    position: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .review-box {
    padding: 25px 15px !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.reviews-section {
  padding-top: 125px;
  padding-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .reviews-section {
    padding-top: 80px;
  }

  .reviews-section .header-profile-section {
    margin-bottom: 0px;
  }
}

.earnings-header {
  border-radius: 15px;
  background-color: #3C3D3D;
  padding: 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.earnings-header div {
  color: #fff;
  font-size: 18px;
  font-family: "Raleway";
}

@media screen and (max-width: 991px) {
  .earnings-header {
    display: none;
  }
}

.earning-section .month-row {
  border-bottom: 2px solid rgba(40, 36, 94, 0.1);
  padding-bottom: 24px;
  font-size: 22px;
  color: #3C3D3D;
  font-family: "Raleway";
  margin-bottom: 32px;
}

.earning-section .month-row p {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .earning-section .month-row {
    border: none;
    padding-left: 0px !important;
    font-size: 18px !important;
    margin-bottom: 25px;
    padding-bottom: 0px !important;
  }
}

.earning-section .value {
  color: #3C3D3D;
  font-size: 18px;
  margin-bottom: 0px;
}

.earning-section .value.meduim {
  font-family: "Raleway";
}

@media screen and (max-width: 991px) {
  .earning-section .value {
    font-size: 15px;
  }
}

.earning-section .earning-row-wrap {
  padding: 0px 24px 24px 37px;
}

@media screen and (max-width: 991px) {
  .earning-section .earning-row-wrap {
    border-bottom: 2px solid rgba(40, 36, 94, 0.1);
    margin-bottom: 28px;
    padding: 0px 3px 24px 3px !important;
  }
}

.earning-section .earning-row {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .earning-section .earning-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.earning-section .earning-sub-section {
  border-bottom: 2px solid rgba(40, 36, 94, 0.1);
  margin-bottom: 34px;
}

@media screen and (max-width: 991px) {
  .earning-section .earning-sub-section {
    border-bottom: none !important;
  }
}

.earning-section .payment-row {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .earning-section .payment-row .btn-row {
    margin-top: 36px;
  }
}

.earning-section .payment-row .total {
  font-size: 20px;
  font-family: "RalewayMedium";
  color: #3C3D3D;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .earning-section .payment-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 768px) {
  .earning-header-profile {
    margin-bottom: 0px !important;
  }
}

.earning-confirm {
  padding-top: 100px;
}

.cookie-consent {
  padding: 20px;
  background-color: #3D3D3B;
  color: #fff;
  font-weight: "Raleway";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 200000;
}

.cookie-consent .btn {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 37px;
}

@media screen and (max-width: 991px) {
  .cookie-consent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cookie-consent .btn {
    width: 100%;
  }
}

.js-cookie-consent-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .js-cookie-consent-agree {
    font-size: 13px;
  }
}

.about-page-section {
  padding-top: 225px !important;
  padding-bottom: 60px !important;
}

.about-page-section h1,
.about-page-section h2 {
  color: #3C3D3D;
  font-family: "RalewayMedium";
  margin-bottom: 35px;
}

.about-page-section p {
  color: #3C3D3D;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .about-page-section {
    padding-top: 100px !important;
  }
}

.why-gradme-benefits {
  width: 100vw;
  height: 100%;
  background-image: url(/images/mobile-benefit-back.svg?8c0b25c8df0366782bd41177c06ea31e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 96px;
  padding-bottom: 196px;
  position: relative;
  z-index: 2;
  margin-top: -45px;
}

.why-gradme-benefits .text {
  color: #f2f2f1;
  font-size: 18px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .text {
    text-align: center;
    font-size: 16px;
  }
}

.why-gradme-benefits .benefits-btn {
  width: 201px !important;
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .benefits-btn {
    width: 100% !important;
    margin-top: 47px;
  }
}

.why-gradme-benefits .main-title {
  font-size: 59px;
  color: #fff;
  margin-bottom: 80px;
  font-family: "RalewayMedium";
  text-align: center;
}

.why-gradme-benefits .main-title span {
  color: #78898F !important;
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .main-title {
    display: none;
  }
}

.why-gradme-benefits .right-section {
  padding-left: 90px;
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .right-section {
    padding-left: unset;
    margin-bottom: 45px;
  }
}

.why-gradme-benefits .title-sub {
  color: #fff;
  font-size: 40px;
  margin-bottom: 25px;
}

.why-gradme-benefits .title-sub::before {
  display: block;
  content: '';
  width: 49px;
  height: 64px;
  margin-bottom: 21px;
  background-repeat: no-repeat;
  background: url(/images/whitequotation.svg?fd5680ca1a99cb4d73e2a09ab5d09210);
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .title-sub {
    text-align: center;
    font-size: 24px;
  }

  .why-gradme-benefits .title-sub:before {
    margin: 0 auto;
    margin-bottom: 21px;
  }
}

.why-gradme-benefits .benefit {
  -webkit-box-shadow: 0px 2px 5px #00000029;
          box-shadow: 0px 2px 5px #00000029;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.why-gradme-benefits .benefit .text {
  font-size: 20px;
  color: rgba(60, 61, 61, 0.5);
  margin-bottom: 0px;
  margin-left: 12px;
  -webkit-transition: color 1s ease-out;
  transition: color 1s ease-out;
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .benefit .text {
    font-size: 15px;
    padding-right: 30px;
  }
}

.why-gradme-benefits .benefit .benefit-imagebox {
  background-color: rgba(156, 125, 183, 0.2);
  padding: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.why-gradme-benefits .benefit .benefit-imagebox img {
  width: 47px;
  height: 47px;
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .benefit .benefit-imagebox img {
    width: 30px;
    height: 30px;
  }
}

.why-gradme-benefits .benefit:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.why-gradme-benefits .benefit:hover .text {
  color: #3C3D3D;
  font-family: "Raleway";
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits .benefit:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
  .why-gradme-benefits {
    padding-top: 54px;
    padding-bottom: 104px;
  }
}

.intro-section {
  background-color: #f2f2f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.intro-section .pink-circle {
  position: absolute;
  z-index: 0;
  top: 24%;
}

@media screen and (max-width: 991px) {
  .intro-section .pink-circle {
    max-width: 90vw;
  }
}

.intro-section .main-image {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .intro-section .main-image {
    max-width: 100vw;
  }
}

.contact-us-section {
  width: 100%;
  height: 100%;
  background-image: url(/images/background-contact.svg?974c69d6f0c693386c48c069bf283b31);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}

.contact-us-section .btn-secondary {
  width: 206px;
  border-radius: 10px;
  margin-top: 16.5px;
}

.contact-us-section img {
  height: 324px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-us-section .contact-col {
  padding-left: 90px;
}

.contact-us-section .qst {
  font-size: 18px;
  color: #fff;
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .contact-us-section .qst {
    text-align: center;
    font-size: 16px;
    max-width: 227px;
    margin-bottom: 24px;
  }
}

.contact-us-section .title {
  font-size: 45px;
  color: #fff;
  font-family: "RalewayMedium";
  margin-bottom: 16.4px !important;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .contact-us-section .title {
    text-align: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .contact-us-section .contact-btn {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .contact-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/images/contact-us-mobile.svg?ade0012937573a800cbb468d9f374b84);
  }

  .contact-us-section label {
    font-size: 13px !important;
  }
}

.Faq-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}

.Faq-section .title {
  font-size: 35px;
  color: #3D3D3B;
  font-family: "Raleway";
  margin-bottom: 43px !important;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .Faq-section .title {
    font-size: 24px;
    max-width: 360px;
  }
}

.Faq-section .desc {
  font-size: 18px;
  color: rgba(60, 61, 61, 0.5);
  margin-bottom: 62px;
  max-width: 520px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .Faq-section .desc {
    font-size: 16px;
  }
}

.Faq-section .faq-rows div:nth-child(1) .faq-box {
  border-top: 1px solid #000000;
}

.Faq-section .faq-rows div:nth-child(2) .faq-box {
  border-top: 1px solid #000000;
}

@media screen and (max-width: 991px) {
  .Faq-section .faq-rows div:nth-child(2) .faq-box {
    border-top: none;
  }
}

.Faq-section .faq-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #000000;
  background-color: #fff;
  padding: 21px;
  height: 100%;
  color: #3D3D3B;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  padding-left: 0px;
}

.Faq-section .faq-box:after {
  display: inline-block;
  padding: 0.19rem;
  content: "+";
  font-size: 40px;
  color: #A37DB5;
  position: absolute;
  right: 25px;
  top: calc(50% - 43px);
  font-family: 'Font Awesome 5 Brands';
  z-index: 0;
}

.Faq-section .faq-box h3 {
  font-size: 20px;
  font-family: "Raleway";
}

.Faq-section .faq-box .answer {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .Faq-section .faq-box .answer {
    font-size: 15px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .Faq-section .faq-box h3 {
    font-size: 15px;
  }

  .Faq-section .faq-box:after {
    top: 23px;
  }
}

.Faq-section a[aria-expanded="true"] {
  background-color: #fff !important;
}

.Faq-section a[aria-expanded="true"] h3 {
  font-weight: 700;
  color: #5F589A;
}

.Faq-section a[aria-expanded="true"]:after {
  -webkit-transform: rotate(137deg);
          transform: rotate(137deg);
  top: 0px !important;
}

.choose_us {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .choose_us .choose-us-image {
    max-width: 100%;
  }
}

.choose_us .main-title {
  color: #3C3D3D;
  font-size: 45px;
  margin-bottom: 25px;
  max-width: 350px;
  font-family: "RalewayMedium";
}

.choose_us .main-title::before {
  display: block;
  content: '';
  width: 48px;
  height: 64px;
  margin-bottom: 21px;
  background-repeat: no-repeat;
  background: url(/images/bluequotation.svg?4de8cf6a79cb5ddbddf814de95a05b8b);
}

@media screen and (max-width: 768px) {
  .choose_us .main-title {
    font-size: 24px;
    text-align: center;
    margin-top: 47px;
  }

  .choose_us .main-title::before {
    display: none;
  }
}

.choose_us .text-desc {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 30px;
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .choose_us .text-desc {
    color: rgba(60, 61, 61, 0.5);
    font-size: 16px;
    text-align: center;
  }
}

.choose_us .option {
  margin-bottom: 0px;
  color: rgba(60, 61, 61, 0.5);
  font-size: 18px;
  margin-left: 18px;
}

@media screen and (max-width: 991px) {
  .choose_us .option {
    font-size: 15px;
    margin-left: 8px;
  }
}

.choose_us .reason-box {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .choose_us .reason-box img {
    width: 18px;
    height: 18px;
  }
}

.choose_us .reason-btn {
  width: 241px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .choose_us .reason-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .choose_us {
    padding-top: 0px;
  }
}

.attract-future {
  width: 100vw;
  height: 100%;
  background-image: url(/images/comp1.svg?215afc0664766f0cee3d900213091cc2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.attract-future .main-title {
  color: #3C3D3D;
  font-size: 45px;
  margin-bottom: 25px;
  max-width: 350px;
  font-family: "RalewayMedium";
}

.attract-future .main-title::before {
  display: block;
  content: '';
  width: 48px;
  height: 64px;
  margin-bottom: 21px;
  background-repeat: no-repeat;
  background: url(/images/bluequotation.svg?4de8cf6a79cb5ddbddf814de95a05b8b);
}

@media screen and (max-width: 991px) {
  .attract-future .main-title {
    font-size: 24px;
    text-align: center;
  }

  .attract-future .main-title::before {
    margin: 0 auto;
    margin-bottom: 21px;
  }
}

.attract-future .desc {
  color: #3C3D3D;
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 418px;
}

@media screen and (max-width: 991px) {
  .attract-future .desc {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.attract-future .btn {
  width: 206px;
}

.attract-future .arts-design {
  position: relative;
}

.attract-future .arts-design .animation {
  width: 115px;
  height: 115px;
  position: absolute;
  top: -49px;
  left: -8px;
}

@media screen and (max-width: 991px) {
  .attract-future .arts-design .animation {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -32px;
    left: 6px;
  }
}

.attract-future .arts-design .info-box {
  -webkit-box-shadow: 0px 3px 36px #0000001A;
          box-shadow: 0px 3px 36px #0000001A;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  padding-top: 50px;
}

.attract-future .arts-design .subtext {
  font-size: 8px;
  color: rgba(60, 61, 61, 0.5);
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .attract-future .arts-design .subtext {
    font-size: 5px;
  }
}

.attract-future .arts-design .text {
  font-size: 11px;
  color: #3C3D3D;
  margin-bottom: 7px;
  font-family: "RalewayMedium";
}

@media screen and (max-width: 991px) {
  .attract-future .arts-design .text {
    font-size: 8px;
  }
}

.attract-future .arts-design .tag {
  background-image: -webkit-gradient(linear, left top, right top, from(#62BEA5), to(#9ACBBE));
  background-image: linear-gradient(to right, #62BEA5, #9ACBBE);
  color: #fff;
  position: absolute;
  bottom: -16px;
  font-size: 11px;
  margin-bottom: 0px;
  border-radius: 9px;
  padding: 5px 20px;
}

@media screen and (max-width: 991px) {
  .attract-future .arts-design .tag {
    font-size: 7px;
  }
}

@media screen and (max-width: 991px) {
  .attract-future .arts-design {
    width: 80px;
    margin-top: 123px;
  }
}

.attract-future .earn-money {
  width: 86px;
  height: 86px;
  position: relative;
}

.attract-future .earn-money:after {
  content: '';
  width: 76px;
  height: 76px;
  top: 20px;
  left: 8px;
  border-radius: 11px;
  background-color: #78898F;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-shadow: 0px 3px 36px #00000029;
          box-shadow: 0px 3px 36px #00000029;
  z-index: 0;
}

.attract-future .earn-money lottie-player {
  z-index: 2;
  position: relative;
}

.attract-future .message {
  font-size: 18px;
  font-family: "RalewayMedium";
  background-color: #fff;
  color: #3C3D3D;
  margin-top: 15px;
  -webkit-box-shadow: 0px 3px 36px #0000001A;
          box-shadow: 0px 3px 36px #0000001A;
  border-radius: 11px;
  position: relative;
  padding: 8px 13px;
  margin-bottom: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.attract-future .message .text {
  margin-bottom: 0px;
}

.attract-future .message .number {
  position: absolute;
  margin-bottom: 0px;
  top: -26px;
  right: -15px;
  width: 36px;
  height: 36px;
  background-color: #78898F;
  font-size: 24px;
  color: #3C3D3D;
  font-family: "RalewayMedium";
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .attract-future .message .number {
    font-size: 20px;
  }
}

.attract-future .message:nth-child(2n + 1) {
  background-color: #3C3D3D;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.attract-future .message:nth-child(2n + 1) .number {
  right: unset;
  left: -15px;
}

.attract-future .message:nth-child(2n + 1) .arrow-down {
  border-top: 15px solid #3C3D3D;
  left: unset;
  right: 25px !important;
}

.attract-future .message:nth-child(4) {
  margin-bottom: 0px;
}

.attract-future .message .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 25px;
}

@media screen and (max-width: 991px) {
  .attract-future .message {
    font-size: 10px;
  }
}

.attract-future .available {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 36px #0000001A;
          box-shadow: 0px 3px 36px #0000001A;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
}

.attract-future .available img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.attract-future .available .sub-text {
  color: rgba(60, 61, 61, 0.5);
  font-size: 8px;
  margin-bottom: 0px;
}

.attract-future .available .text {
  font-size: 20px;
  font-family: "RalewayMedium";
  color: #3C3D3D;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .attract-future .available {
    width: 184px;
  }

  .attract-future .available img {
    width: 41px;
    height: 41px;
  }

  .attract-future .available .text {
    font-size: 10px;
  }
}

.attract-future .ImageBox {
  height: 184px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

.attract-future .ImageBox img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 11px;
  width: 100%;
  height: 100%;
}

.attract-future .ImageBox:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #4AB3DC;
  position: absolute;
  z-index: 0;
  border-radius: 11px;
  right: -10px;
  top: -5px;
}

@media screen and (max-width: 991px) {
  .attract-future {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    background-image: url(/images/attract-future-mobile.svg?a5f4a7b447ddddefe1926a808a13d7e6);
  }

  .attract-future .images-sect {
    max-width: 375px;
  }

  .attract-future .arts-col {
    min-height: 518px;
  }

  .attract-future .message1 {
    position: absolute;
    top: -520px;
    right: 1%;
  }

  .attract-future .message2 {
    position: absolute;
    top: -395px;
    right: 12%;
  }

  .attract-future .message3 {
    position: absolute;
    top: -200px;
    left: 3%;
  }

  .attract-future .message4 {
    position: absolute;
    right: 3%;
    top: -87px;
  }

  .attract-future .ImageBox {
    position: absolute;
    top: -285px;
    height: 143px;
    right: 10%;
  }

  .attract-future .available {
    position: absolute;
    top: -501px;
    left: 3%;
  }
}

.available_levels {
  position: relative;
  padding-top: 93px;
  padding-bottom: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100vw;
}

.available_levels:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 170%;
  background-color: #3C3D3D;
  z-index: -3;
  top: -70%;
}

.available_levels .title {
  font-size: 45px;
  font-family: "RalewayMedium";
  color: #fff;
  text-align: center;
  position: relative;
}

.available_levels .title:after {
  display: block;
  content: '';
  opacity: 0.22;
  width: 34px;
  height: 39px;
  margin-bottom: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/whitequotation.svg?fd5680ca1a99cb4d73e2a09ab5d09210);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.available_levels .title:before {
  display: block;
  content: '';
  opacity: 0.22;
  width: 65px;
  height: 74px;
  margin-bottom: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/whitequotation.svg?fd5680ca1a99cb4d73e2a09ab5d09210);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  right: 0px;
}

.available_levels .sub-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
  margin-top: -20px;
}

.available_levels .levelBox {
  border-radius: 10px;
  background-color: #fff;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.available_levels .levelBox img {
  width: 131px;
  height: 131px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.available_levels .levelBox .name {
  font-size: 28px;
  font-family: "RalewayMedium";
  color: #3C3D3D;
  text-align: center;
}

.available_levels .levelBox.margined {
  margin-top: 50px;
}

.available_levels .levelBox .uni {
  width: 114px;
  height: 98px;
}

.available_levels .levelBox .educat {
  width: 97px;
  height: 109px;
}

.available_levels .levelBox .pro {
  width: 84px;
  height: 84px;
}

.available_levels .levelBox:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media screen and (max-width: 991px) {
  .available_levels .levelBox:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.available_levels .availability-row .col-lg-3:nth-child(2n) .levelBox {
  margin-top: 50px;
}

.available_levels .btn-row {
  padding-top: 72px;
}

.available_levels .btn-row .btn {
  margin-top: 72px;
}

@media screen and (max-width: 991px) {
  .available_levels:after {
    top: -20%;
    height: 120%;
  }

  .available_levels .title {
    font-size: 24px;
  }

  .available_levels .sub-title {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .available_levels .levelBox {
    margin-top: 20px !important;
    height: unset !important;
  }

  .available_levels .btn-row .btn-secondary {
    margin-top: 0px !important;
  }
}

.blog-details-section {
  padding-top: 129px;
  padding-bottom: 80px;
}

.blog-details-section .blog-detail-thumbnile {
  height: 250px;
  margin-bottom: 25px;
  position: relative;
}

.blog-details-section .blog-detail-thumbnile .banner {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-details-section .blog-title {
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Raleway" !important;
  color: #3C3D3D;
  text-align: left;
  margin-bottom: 20px;
  line-height: 58px;
}

@media screen and (max-width: 992px) {
  .blog-details-section .blog-title {
    font-size: 25px;
    line-height: unset;
  }
}

.blog-details-section .date {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: #fff;
  border-radius: 5px;
  padding: 9px;
  font-size: 12px;
  font-family: 'Raleway';
  color: #3C3D3D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-section .date p {
  margin-bottom: 0px;
}

.blog-details-section .date img {
  width: 17px;
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .blog-details-section .date {
    font-size: 7px;
  }

  .blog-details-section .date img {
    width: 8px;
  }
}

.blog-details-section .category {
  background-color: rgba(40, 36, 94, 0.1);
  border-radius: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: rgba(60, 61, 61, 0.5) !important;
  text-align: center;
  padding: 9px 18px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.blog-details-section .category a {
  color: rgba(60, 61, 61, 0.5) !important;
  text-decoration: none !important;
}

.blog-details-section .category:hover {
  background-color: #3C3D3D;
  color: #fff;
}

.blog-details-section .category:hover a {
  color: #fff !important;
}

.blog-details-section p {
  color: rgba(60, 61, 61, 0.5) !important;
  font-size: 15px;
}

.blog-details-section .share-text {
  margin-top: 45px !important;
  color: #3C3D3D !important;
  font-family: "RalewayMedium";
  font-size: 15px;
}

.blog-details-section .share-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details-section .share-social a {
  width: 30px;
  height: 30px;
  background-color: #3C3D3D;
  border: 1px solid #3C3D3D;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  cursor: pointer;
  text-decoration: none;
}

.blog-details-section .share-social a i {
  font-size: 12px;
}

.blog-details-section .share-social a:hover {
  background-color: transparent !important;
  color: #3C3D3D;
}

@media screen and (max-width: 992px) {
  .blog-details-section {
    padding-top: 80px;
  }
}

.blog-section {
  padding-top: 180px;
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .blog-section {
    padding-top: 120px;
  }

  .blog-section .header-profile-section {
    margin-bottom: 0px !important;
  }
}

.level-header-section {
  background-color: #f2f2f1;
  height: 400px;
  margin-bottom: 100px;
  padding-top: 180px;
}

.level-header-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.level-header-section .title {
  font-size: 90px;
  font-family: "RalewayMedium";
  color: #3C3D3D;
  margin-bottom: 20px;
}

.level-header-section .subtitle {
  font-size: 32px;
  color: #3C3D3D;
  opacity: 0.7;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .level-header-section {
    padding-top: 90px;
    height: 300px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .level-header-section .title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .level-header-section .subtitle {
    font-size: 19px;
    text-align: center;
  }
}

.levels-section .level-row {
  margin-bottom: 204px;
}

.levels-section .level-row:nth-last-child() {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row {
    margin-bottom: 50px;
  }
}

.levels-section .level-row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.levels-section .level-row:nth-child(2n) .details-section {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row:nth-child(2n) .details-section {
    padding-right: 15px;
  }
}

.levels-section .level-row:nth-child(2n+1) .details-section {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row:nth-child(2n+1) .details-section {
    padding-left: 15px;
  }
}

.levels-section .level-row .level-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.levels-section .level-row .schoolIcon {
  width: 132px;
  height: 132px;
  margin-bottom: 22px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row .schoolIcon {
    width: 90px;
    height: 90px;
  }
}

.levels-section .level-row .uniIcon {
  width: 115px;
  height: 94px;
  margin-bottom: 22px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row .uniIcon {
    width: 90px;
    height: 85px;
  }
}

.levels-section .level-row .title {
  font-size: 45px;
  font-family: "RalewayMedium";
  color: #3C3D3D;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row .title {
    font-size: 20px;
  }
}

.levels-section .level-row .desc {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row .desc {
    font-size: 16px;
  }
}

.levels-section .level-row .qst {
  font-size: 18px;
  color: #3C3D3D;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .levels-section .level-row .qst {
    font-size: 16px;
  }
}

.levels-section .level-row .details {
  font-size: 16px;
  color: #3C3D3D;
  font-family: "Raleway";
  position: relative;
  padding-left: 5px;
  margin-bottom: 0px;
}

.levels-section .level-row .details:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 12px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-image: url(/images/small-quote.svg?f440a003b113d610d43de4ffa8bc7b4f);
}

@media screen and (max-width: 991px) {
  .levels-section .level-row .details {
    font-size: 13px;
  }
}

.levels-section .btn-row {
  margin-top: -142px;
  margin-bottom: 62px;
}

@media screen and (max-width: 991px) {
  .levels-section .btn-row {
    margin-top: 0px;
  }
}

.homepagehero-access_box {
  padding-top: 92px;
  padding-bottom: 92px;
}

.homepagehero-access_box .col-lg-4:nth-child(even) .access-item {
  background-color: #3D3D3B !important;
}

.homepagehero-access_box .col-lg-4:nth-child(even) .access-item h2 {
  color: #fff;
}

.homepagehero-access_box .col-lg-4:nth-child(even) .access-item p {
  color: #fff;
}

.homepagehero-access_box .access-item {
  border-radius: 30px;
  background-color: #F5F5F5;
  padding: 60px;
  height: 100%;
  position: relative;
  padding-bottom: 110px;
}

.homepagehero-access_box .access-item h2 {
  font-size: 27px;
  color: #3D3D3B;
  margin-bottom: 17px;
  font-family: "Raleway";
}

.homepagehero-access_box .access-item h2 strong {
  display: block;
}

.homepagehero-access_box .access-item p {
  font-size: 15px;
  font-family: "Raleway";
  margin-bottom: 17px;
  color: #000000;
}

.homepagehero-access_box .access-item .btn {
  position: absolute;
  bottom: 50px;
  text-align: center;
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .homepagehero-access_box {
    padding-bottom: 26px;
  }

  .homepagehero-access_box .col-lg-4 {
    margin-bottom: 20px;
  }

  .homepagehero-access_box .col-lg-4 .access-item h2 {
    font-size: 16px;
  }

  .homepagehero-access_box .col-lg-4 .access-item p {
    font-size: 13px;
  }
}

.gradme_potential {
  padding-top: 89px;
  padding-bottom: 89px;
}

.gradme_potential .subtitle {
  font-size: 18px;
  color: #3D3D3B;
  margin-bottom: 6px;
  text-align: center;
  font-family: "Raleway";
}

.gradme_potential .title {
  font-size: 35px;
  color: #3D3D3B;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Raleway";
}

.gradme_potential .desc {
  font-size: 20px;
  color: #3D3D3B;
  margin-bottom: 26px;
  font-weight: 400;
  max-width: 600px;
  text-align: center;
  line-height: 24px;
  font-family: "Raleway";
}

.gradme_potential .potential-box {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 13px;
  padding: 20px;
  height: 100%;
}

.gradme_potential .potential-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.gradme_potential .potential-box .number {
  font-size: 18px;
  color: #3D3D3B;
  margin-bottom: 5px;
}

.gradme_potential .potential-box .text {
  font-size: 18px;
  color: #3D3D3B;
  line-height: 24px;
  font-family: "Raleway";
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .gradme_potential {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gradme_potential .title {
    font-size: 20px;
  }

  .gradme_potential .subtitle {
    font-size: 13px;
  }

  .gradme_potential .desc {
    font-size: 13px;
  }

  .gradme_potential .potential-box {
    margin-bottom: 20px;
  }

  .gradme_potential .potential-box .text {
    font-size: 15px;
  }
}

.gradme_reason {
  background-color: #F5F5F5;
  padding-top: 61px;
  padding-bottom: 70px;
}

.gradme_reason .title {
  font-size: 35px;
  color: #3D3D3B;
  margin-bottom: 11px;
  text-align: center;
  font-family: "Raleway";
}

.gradme_reason .desc {
  font-size: 20px;
  color: #3D3D3B;
  margin-bottom: 59px;
  font-weight: 400;
  max-width: 600px;
  text-align: center;
  line-height: 24px;
  font-family: "Raleway";
}

.gradme_reason .reason-row div:nth-child(1) .reason-box {
  background-color: #78898F;
}

.gradme_reason .reason-row div:nth-child(n+3) .reason-box {
  background-color: #78898F;
}

.gradme_reason .reason-row div:nth-child(2) .reason-box {
  background-color: #A37DB5 !important;
}

.gradme_reason .reason-row div:nth-child(2n + 3) .reason-box {
  background-color: #A37DB5 !important;
}

.gradme_reason .reason-row div:nth-child(3) .reason-box {
  background-color: #5F589A !important;
  padding: 30px 36px;
}

.gradme_reason .reason-row div:nth-child(3n+ 3) .reason-box {
  background-color: #5F589A !important;
  padding: 30px 36px;
}

.gradme_reason .reason-box {
  border-radius: 13px;
  color: #fff;
  font-family: "Raleway";
  font-size: 30px;
  text-align: center;
  padding: 30px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .gradme_reason .title {
    font-size: 20px;
  }

  .gradme_reason .desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .gradme_reason .reason-row div {
    margin-bottom: 10px;
  }

  .gradme_reason .reason-box {
    font-size: 15px;
  }
}

.gradme_attraction {
  padding-top: 90px;
  padding-bottom: 90px;
}

.gradme_attraction .attration-row {
  margin-bottom: 59px;
}

.gradme_attraction .attractionImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  max-height: 427px;
}

.gradme_attraction .attraction-box {
  background-color: #F5F5F5;
  border-radius: 13px;
  padding: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.gradme_attraction .attraction-box .title {
  font-size: 30px;
  color: #3D3D3B;
  font-family: "Raleway";
  margin-bottom: 17px;
  max-width: 282px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gradme_attraction .attraction-box .desc {
  font-size: 20px;
  color: #3D3D3B;
  font-family: "Raleway";
  max-width: 378px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gradme_attraction .attraction-box .btn-primary {
  border-radius: 37px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .gradme_attraction {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradme_attraction .attractionImg {
    padding-bottom: 20px;
  }

  .gradme_attraction .attration-row {
    margin-bottom: 30px;
  }

  .gradme_attraction .attraction-box {
    padding: 20px;
  }

  .gradme_attraction .attraction-box .title {
    font-size: 20px;
  }

  .gradme_attraction .attraction-box .desc {
    font-size: 15px;
  }
}

.gradme_contact_band {
  background-color: #A37DB5;
  height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gradme_contact_band p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.gradme_contact_band p a {
  font-weight: 700;
  text-decoration: underline !important;
  color: #fff;
  cursor: pointer;
}

.gradme_contact_band p a:hover {
  color: #3D3D3B !important;
}

@media screen and (max-width: 768px) {
  .gradme_contact_band p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .gradme_contact_band {
    height: 80px;
  }
}

.contact-area-section,
.contact_secound_section {
  background-image: url(/images/contact-b.jpg?a4ac57f5b7816d1c2432c72b8472661b);
  padding: 105px 0px 105px;
}

.contact-area-section .section-title h2,
.contact_secound_section .section-title h2 {
  color: #fff;
  margin-bottom: 25px;
}

.contact-area-section .section-title span,
.contact_secound_section .section-title span {
  color: #fff;
}

.contact-area-section .section-title p,
.contact_secound_section .section-title p {
  color: #fff;
}

.contact-left-content {
  max-width: 500px;
}

.address-icon {
  height: 60px;
  width: 60px;
  border: 5px solid;
  line-height: 60px;
  margin-right: 20px;
  border: 4px solid transparent;
  -o-border-image: linear-gradient(69deg, #10abff, #1beabd);
     border-image: linear-gradient(69deg, #10abff, #1beabd);
  border-image-slice: 1;
  border-radius: 40px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.address-icon i {
  font-size: 30px;
  color: #fff;
}

.address-details li {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.address-details li span {
  font-weight: 300;
}

.contact-address-details {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #207fba;
}

.contact-address-details:last-child {
  border-bottom: none;
}

.google-map-container {
  height: 600px;
  background-color: #dddddd;
}

#google-map {
  top: 0;
  width: 940px;
  height: 100%;
  -webkit-box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.contact_secound_section {
  background-image: url(/images/cf-1.png?136a967fc055055389264d9a234f72dd);
  padding: 270px 0px 0px;
  background-color: #f7f7f7;
}

.contact_secound_form {
  margin-left: 80px;
}

.contact_secound_form .section-title-2 h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: table;
}

.contact_secound_form .section-title-2 h2:after {
  right: -65px;
  left: inherit;
  bottom: 5px;
}

.contact_secound_form .contact_form input {
  width: 45%;
  float: left;
  background-color: transparent;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}

.contact_secound_form .contact_form input::-webkit-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form input::-moz-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form input::-ms-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form input::placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea {
  height: 155px;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 20px 0px;
  border-bottom: 1px solid #73a3c4;
}

.contact_secound_form .contact_form textarea::-webkit-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea::-moz-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea::-ms-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea::placeholder {
  color: #669fc9;
}

.contact_secound_form .nws-button {
  height: 60px;
  width: 280px;
  line-height: 60px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 30px;
}

.contact_secound_form .nws-button button {
  background-color: transparent;
  border: none;
  font-weight: 700;
  color: #fff;
}

.contact-form-area_3 {
  background-color: #f7f7f7;
  padding: 110px 0px;
}

.contact_third_form .contact-info input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}

.contact_third_form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 150px;
  margin-top: 40px;
}

.contact_third_form .nws-button {
  height: 60px;
  width: 200px;
  line-height: 60px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 70px;
}

.contact_third_form .nws-button button {
  background-color: transparent;
  border: none;
  font-weight: 700;
  color: #fff;
}

.contact-page-section {
  padding: 80px 0px;
}

.contact-page-section .social-contact .category-icon-title {
  width: 165px;
  display: inline-block;
  position: relative;
}

.contact-page-section .social-contact .category-icon-title:before {
  content: '';
  position: absolute;
  height: 130px;
  width: 1px;
  background-color: #eee;
  top: 0;
  right: 0;
  z-index: 1;
}

.contact-page-section .social-contact .category-icon-title:before:last-child:before {
  opacity: 0;
}

.contact-page-section .social-contact .category-icon-title .category-title h4 {
  font-size: 16px;
}

.contact-page-section .category-icon-title:last-child::before {
  display: none;
}

.contact-page-version .contact_third_form {
  background-color: #fff;
  padding: 30px 30px 65px 30px;
  border-radius: 4px;
}

.contact-section {
  padding-bottom: 100px;
}

.contact-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.contact-section .title {
  color: #3D3D3B;
  margin-top: 78px;
  font-family: "Raleway";
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
}

.contact-section .title strong {
  font-weight: 700;
}

.contact-section .subtext {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3B;
  margin-bottom: 65px;
  text-align: center;
}

.contact-btn {
  width: 281px !important;
}

.logged-in-as {
  margin: 0;
  border-radius: 0;
}

.modal-sched {
  width: 70% !important;
  max-height: unset;
  overflow-y: unset !important;
}

.modal-sched .edit-summary-note {
  height: 250px;
}

@media screen and (max-width: 768px) {
  .modal-sched {
    width: 100% !important;
    max-height: unset !important;
    overflow-y: unset !important;
    min-height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .modalsched-parent {
    overflow-y: unset !important;
    padding-top: 0px !important;
  }
}

.scroll-availability {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-availability::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}

.scroll-availability::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.scroll-availability::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #6f8389;
}

.modal-sched::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}

.modal-sched::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.modal-sched::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #6f8389;
}

.paymentRowImg p {
  font-size: 15px;
  color: #3C3D3D;
}

.paymentRowImg img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-picture {
  max-height: 90px;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

#slider-item .owl-nav .owl-prev,
#slider-item .owl-nav .owl-next,
#slider-item .owl-nav .owl-next {
  background-color: #6b6b6b;
  color: #dddddd;
}

.header-info li:last-child:after {
  display: none;
}

.faqlinks .page-item .page-link {
  font-size: 17px !important;
}

#search-course .search-group input {
  width: 60%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#search-course .search-group select {
  width: 20%;
  height: 60px !important;
  background-color: #f9f9f9;
  border: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 15px;
  color: inherit;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12"  version="1"><path  d="M4 8L0 4h8z"/></svg>');
  padding: .5em;
  padding-right: 1.5em;
}

#search-course .search-group select:focus {
  background-color: #f9f9f9;
}

#search-course .nws-button {
  width: 20%;
}

@media screen and (max-width: 768px) {
  #search-course .search-group select {
    width: 35%;
    font-size: 12px;
    height: 40px !important;
  }

  #search-course .search-group input {
    width: 65%;
  }

  #search-course .nws-button {
    width: 50%;
    margin: auto;
  }

  #search-course .nws-button button {
    height: 100%;
  }
}

@font-face {
  font-family: "AirBnbBook";
  src: url(/fonts/AirbnbCereal_W_Bk.woff?6e81c07f6ec6eb6250e1a7c8d952c823) format("woff"), url(/fonts/AirbnbCereal_W_Bk.woff2?e849748a22ab45f0052876d59d0b3300) format("woff2"), url(/fonts/AirbnbCereal_W_Bk.otf?db1b4d81a31bca19bf1619adbecd3f46) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AirBnbBookBold";
  src: url(/fonts/AirbnbCereal_W_XBd.woff?af8f6d6cdcb9857256e7a938f08ce739) format("woff"), url(/fonts/AirbnbCereal_W_XBd.woff2?6877179a1dbe9a76d4c43d2a56367087) format("woff2"), url(/fonts/AirbnbCereal_W_XBd.otf?05fab1f59c7b443e0035a8a77d1901a9) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AirBnbBookLight";
  src: url(/fonts/AirbnbCereal_W_Lt.woff?542488b9f3202ea0497ab100ea30565c) format("woff"), url(/fonts/AirbnbCereal_W_Lt.woff2?cfb671c494a9d9da197b35a3dedb3ec4) format("woff2"), url(/fonts/AirbnbCereal_W_Lt.otf?19186495fcb91a65d50f553d636a00e8) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AirBnbBook";
  src: url(/fonts/AirbnbCereal_W_Bk.woff?6e81c07f6ec6eb6250e1a7c8d952c823) format("woff"), url(/fonts/AirbnbCereal_W_Bk.woff2?e849748a22ab45f0052876d59d0b3300) format("woff2"), url(/fonts/AirbnbCereal_W_Bk.otf?db1b4d81a31bca19bf1619adbecd3f46) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-Regular.ttf?580d0778ad254335be45bf58bb449f43) format("truetype"), url(/fonts/Raleway-Regular.woff?0daa32341ae31013dae9da2df92450bb) format("woff"), url(/fonts/Raleway-Regular.otf?b8bc76fdeece760281c3b8d1cd01cfb1) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RalewayBold";
  src: url(/fonts/Raleway-Bold.ttf?575e4317521b381ac94c0c8207c81979) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RalewayMedium";
  src: url(/fonts/Raleway-Regular.ttf?580d0778ad254335be45bf58bb449f43) format("truetype"), url(/fonts/Raleway-Regular.woff?0daa32341ae31013dae9da2df92450bb) format("woff"), url(/fonts/Raleway-Regular.otf?b8bc76fdeece760281c3b8d1cd01cfb1) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RalewayLight";
  src: url(/fonts/Raleway-LightItalic.ttf?d817d3a18e437e12e243aa3475b89f53) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

