/* CSS reset start */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"],
/* 1 */

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* CSS reset end */

@font-face {
  font-family: "SF-Pro-Black";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Black.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-Bold";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Bold.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-Heavy";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-Light";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Light.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-Medium";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Medium.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-Regular";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Regular.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-SemiBold";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-Thin";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Thin.otf") format("opentype");
}

@font-face {
  font-family: "SF-Pro-UltraLight";
  src: url("../fonts/SF-Pro/SF-Pro-Display-Ultralight.otf") format("opentype");
}

body {
  font-family: "SF-Pro-Regular";
  font-size: 16px;
  color: #8a8a8f;
}

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

/* On board page styling start */

.main-container {
  width: 100vw;
  height: 100vh;
}

.slider-img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.on-board.carousel .carousel-caption p {
  font-size: 35px;
  position: relative;
  top: 52%;
}

.on-board.carousel .carousel-caption {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  height: 35%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.on-board.carousel .carousel-indicators {
  bottom: 7%;
}

.on-board.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.right-bar .logo {
  width: 150px;
  margin-bottom: 40px;
}

.main-options-parent li a {
  background: #19a298;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  min-width: 280px;
  margin-bottom: 30px;
}
.main-options-parent li a:hover {
  text-decoration: none;
}
.main-options-parent li a .icon {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  display: inline-flex;
}
.main-option-student li a {
  color: #19a298;
  background-color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #19a298;
  min-width: 280px;
  margin-bottom: 30px;
}
.main-option-student li a:hover {
  text-decoration: none;
}
.main-option-student li a .icon {
  /*filter: invert();*/
  width: 40px;
  height: 40px;
  margin-right: 40px;
  display: inline-flex;
}
.main-option-teacher li a {
  background: #363435;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  min-width: 280px;
  margin-bottom: 30px;
}
.main-option-teacher li a:hover {
  text-decoration: none;
}
.main-option-teacher li a .icon {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  display: inline-flex;
}

.main-option-admin li a {
  background: #363435;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  min-width: 280px;
  margin-bottom: 30px;
}
.main-option-admin li a:hover {
  text-decoration: none;
}
.main-option-admin li a .icon {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  display: inline-flex;
}

.parent {
  background: url("../icons/parent.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.student {
  background: url("../icons/student2.png") no-repeat;
  background-position: center center;
  background-size: contain;
}

.teacher {
  background: url("../icons/teacher.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.right-bar .account,
.welcome-bar .account {
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 14px;
}

.right-bar .account a,
.welcome-bar .account a {
  color: #19a298;
  font-size: 18px;
  margin-left: 3px;
}

.right-bar .account a:hover,
.welcome-bar .account a:hover {
  text-decoration: none;
}

/* On board page media queries start */

@media screen and (max-width: 1200px) {
  .on-board.carousel .carousel-caption p {
    font-size: 27px;
  }
}

@media screen and (max-width: 991.98px) {
  .on-board.carousel .carousel-caption p {
    font-size: 23px;
  }
}

@media screen and (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }
  .slider-img {
    height: 50vh;
  }
  .on-board.carousel .carousel-caption p {
    top: 20%;
  }
  .main-options {
    margin-top: 25%;
  }
}

/* On board page media queries end */

/* On board page styling end */

/* Welcome page styling start */

.welcome-bar h2.title {
  font-size: 35px;
  color: #000;
  margin: 40px 0 10px;
}

.login-form {
  margin: 30px 0;
}

.inside-icon .form-control {
  height: 38px;
  border: 1px solid #dcd6f5;
  border-radius: 20px;
  width: 300px;
  padding: 0 20px 0 50px;
  vertical-align: middle;
  color: black;
}

.inside-icon .form-control::-webkit-input-placeholder {
  color: #8a8a8f;
}

.inside-icon .form-control:-ms-input-placeholder {
  color: #8a8a8f;
}

.inside-icon .form-control::placeholder {
  color: #8a8a8f;
}

.inside-icon {
  position: relative;
}
.inside-icon .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 5px;
  border-right: 1px solid #c8c7cc;
  padding-right: 36px;
}

.user {
  background: url("../icons/username.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.lock {
  background: url("../icons/lock.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.btn.green {
  background: #19a298;
  width: 300px;
  border-radius: 20px;
  color: #fff;
  margin-top: 15px;
}

@media screen and (max-width: 767.98px) {
  .height-on-mobile {
    height: 100vh !important;
  }
}

/* Welcome page styling end */

/* OTP page styling start */

.logo-on-carousel {
  position: absolute;
  z-index: 2;
  width: 140px;
  top: 30px;
  left: 30px;
}

.otp {
  /*width: 100%;*/
  /*width: 750px;*/
  min-width: 700px;
  min-height: 440px;
  max-height: 1000px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  /*position: absolute;*/
  left: -375px;
  right: 0;
  border-radius: 25px;
  border: 1px solid #c8c7cc;
  z-index: 10;
  padding: 20px 0;
}

/*.otp {*/
/*  max-width: 750px;*/
/*  min-height: 440px;*/
/*  max-height: 1000px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  background: rgba(255, 255, 255, 0.9);*/
/*  !*position: absolute;*!*/
/*  left: -375px;*/
/*  right: 0;*/
/*  border-radius: 25px;*/
/*  border: 1px solid #C8C7CC;*/
/*  z-index: 10;*/
/*  padding: 20px 0;*/
/*}*/

.otp h3.title {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.otp .select-number {
  width: 130px !important;
  margin-bottom: 0;
}

.otp form p,
.otp .mbl-space {
  line-height: 1.4;
}

.otp form .input-width {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 25px;
}

.otp form .bootstrap-select > .dropdown-toggle.btn-light,
.otp form input {
  background-color: transparent !important;
  border-radius: 25px;
  border: 1px solid #dcd6f5;
}
.switch-account-tel-div .iti,
.switch-account-tel-div input[type="tel"] {
  width: 100% !important;
  /*border: 1px solid #DCD6F5;*/
  height: 2.3rem;
}
.otp form .bootstrap-select > .dropdown-toggle.btn-light {
  padding: 6px 10px;
  width: 86px;
}

.otp form .bootstrap-select {
  margin-right: 15px;
}

.otp form .bootstrap-select > .dropdown-toggle:focus {
  box-shadow: none;
  outline: 0 !important;
}

.otp form .bootstrap-select > .dropdown-toggle::after {
  background: url("../icons/down-arrow.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 10px;
  border: 0;
}

.otp form .bootstrap-select .dropdown-menu {
  background-color: #fff !important;
  border-radius: 15px;
}

.otp form .btn.green {
  margin-top: 35px;
}

.ng-option {
  display: flex !important;
}

.otp select {
  height: 38px;
  padding: 0 10px;
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid #dcd6f5;
  color: #8a8a8f;
}
.custom-ng-select .ng-select-container.ng-has-value {
  height: 38px;
  padding: 0 10px;
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid #dcd6f5;
  color: black;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  /* caret-color: transparent; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 767.98px) {
  .height-on-mobile {
    height: 100vh !important;
  }
  .otp {
    position: relative;
    left: 0;
    max-width: 100%;
    border: none;
  }
  .otp form .input-width {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

/* OTP page styling end */

/* OTP Verify page styling start */

.input-numbers {
  max-width: 260px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}

.input-numbers input {
  width: 45px;
  height: 45px;
  border-radius: 10px !important;
  text-align: center;
}

.otp-verify .btn.green {
  margin-top: 25px;
}

.otp-verify p a {
  color: #19a298;
  margin-left: 3px;
}

.otp-verify p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .otp {
    height: auto;
  }
  .mbl-space {
    margin-top: 50px;
  }
}

/* OTP Verify page styling end */

/* Find your tutor page styling end */

.otp .find-tutor {
  max-width: 300px;
  margin: 0 auto;
}

.otp h3.title.mb-3 {
  font-size: 22px;
  margin-bottom: 30px !important;
  text-transform: unset;
}

.otp .find-tutor .bootstrap-select {
  margin: 0;
  margin-bottom: 1rem;
}

.otp .find-tutor .bootstrap-select > .dropdown-toggle.btn-light {
  width: 100%;
  padding: 6px 12px 6px 50px;
}

.otp .find-tutor .btn.green {
  margin-top: 10px;
}

.otp .find-tutor .btn.green:hover {
  color: #fff;
}

.mobile {
  background: url("../icons/touch-screen.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.envelop {
  background: url("../icons/mail.svg") no-repeat;
  background-position: center center;
  background-size: 22px;
  top: 9px !important;
}

.curriculum {
  background: url("../icons/curriculum.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.grade {
  background: url("../icons/grade.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.bootstrap-select .btn.dropdown-toggle.rotate-arrow::after {
  transform: rotate(180deg);
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #19a298;
}

/* Find your tutor page styling end */

/* Web home page styling start */

.main-container .d-flex.bg {
  background: #f9f9f9;
}

.menu-bar {
  height: 100vh;
  /* width: 80px; */
  width: 8rem;
  background: transparent;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  position: relative;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-bar .arrow-icon {
  background: url("../icons/open-menu.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 33px;
  right: -13px;
  margin: 0;
}

.menu-bar .nav.nav-pills {
  height: calc(100vh - 85px);
}

.menu-bar a {
  display: flex;
  align-items: center;
  color: #000;
}

.menu-bar a:focus {
  outline: 0;
}

.menu-bar a .icon {
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-bar a:hover .icon {
  background: rgba(255, 255, 255, 0.4);
}

.menu-bar a.active .icon {
  background: #fff;
}

.menu-bar a:hover,
.menu-bar a.active {
  background-color: transparent !important;
  color: #fff;
}

.menu-bar a .icon img {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767.98px) {
  .otp h3.title.mb-3 {
    margin-top: 40px;
  }
}

.text {
  padding-top: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.rotate-menu-arrow {
  transform: rotate(180deg);
}

.content-area {
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}

/* Home tab content styling start */

.home-content .banner {
  position: relative;
  height: 450px;
}

.home-content .banner img {
  position: absolute;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.home-content .banner .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

.home-content .banner .overlay p {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  line-height: 1.3;
  text-shadow: 0px 6px 8px #000000;
}

.home-content h3.title {
  font-size: 25px;
  text-align: center;
  color: #000;
  line-height: 1.3;
  margin: 40px 0;
}

.testimonies {
  padding-top: 30px;
}

.testimony-box {
  background: #fff;
  padding: 15px 15px 40px;
}
.testimony-box .box-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efeff4;
  padding-bottom: 5px;
}

.testimony-box .box-header .user {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #efeff4;
  margin-bottom: 5px;
  margin-top: -43px;
}

.testimony-box .box-header h4.name {
  color: #19a298;
  text-transform: capitalize;
}

.testimony-box .box-header .from {
  text-transform: capitalize;
  padding: 5px 0;
}

.testimony-box .box-header .rating {
  display: flex;
}

.testimony-box .box-body {
  padding-top: 15px;
  font-size: 17px;
  line-height: 1.5;
  height: 95px;
  overflow: hidden;
}
.testimony-box-slider {
  background: #fff;
  padding: 62px 15px 40px;
}

.testimony-box-slider .box-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efeff4;
  padding-bottom: 5px;
}

.testimony-box-slider .box-header .user {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #efeff4;
  margin-bottom: 5px;
  margin-top: -43px;
}

.testimony-box-slider .box-header h4.name {
  color: #19a298;
  text-transform: capitalize;
}

.testimony-box-slider .box-header .from {
  text-transform: capitalize;
  padding: 5px 0;
}

.testimony-box-slider .box-header .rating {
  display: flex;
}

.testimony-box-slider .box-body {
  padding-top: 15px;
  font-size: 17px;
  line-height: 1.5;
  height: 95px;
  overflow: hidden;
}

.show-messages {
  position: fixed;
  bottom: 100px;
  right: 150px;
  width: 65px;
  height: 65px;
  background: #19a298;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: none;
}

.show-messages .chat-icon {
  width: 25px;
  height: 25px;
  background: url("../icons/chat-icon-white.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.show-messages .badge.badge-light {
  position: absolute;
  border: 1px solid #19a298;
  top: -2px;
  right: -5px;
}

.show-messages:hover {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.5);
}

.show-messages:hover .chat-icon {
  background: url("../icons/chat-icon-black.svg") no-repeat;
}

.users-box {
  width: 400px;
  flex-grow: 0;
  flex-shrink: 0;
}

.messages-box {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.users-box .box-header {
  border-radius: 8px 0 0 0;
}

.messages-box .box-header {
  border-radius: 0 8px 0 0;
}

.users-box .box-header,
.messages-box .box-header {
  height: 65px;
  background: #19a298;
  color: #fff;
  /* position: relative; */
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.users-box.fm-box .box-header,
.messages-box.fm-box .box-header {
  padding: 20px 20px !important;
}

.users-box h3,
.messages-box h3 {
  /* position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; */
  font-size: 20px;
  font-family: "SF-Pro-semiBold";
}

/*.users-box .chat-users {*/
/*  !* padding: 20px 0; *!*/
/*  overflow-y: scroll;*/
/*  height: calc(100vh - 65px);*/
/*}*/

.users-box .chat-users {
  position: relative;
  overflow-y: scroll;
  height: calc(100vh - 218px);
}

.fire-chat-content .users-box .chat-users {
  position: relative;
  overflow-y: scroll;
  height: auto;
}
.users-box .chat-users .chat-user {
  cursor: pointer;
  align-items: center;
  padding: 0 20px;
  height: auto;
}

.chat-user.active,
.chat-user:hover {
  background: #ededed;
}

.users-box .chat-users .chat-user img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-right: 15px;
}

.users-box .chat-users .chat-user .item-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #efeff4;
  padding: 15px 0;
  width: 100%;
}

.users-box .chat-users .chat-user .item-right .user-detail {
  text-align: left;
  margin-right: 7px;
}

.users-box .chat-users .chat-user .item-right .user-detail .name {
  text-transform: capitalize;
  font-size: 17px;
  margin-bottom: 5px;
  color: #000;
}

.users-box .chat-users .chat-user .item-right .user-detail .last-message {
  font-size: 15px;
  width: 100%;
  /*height: 19px;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
}

.users-box .chat-users .chat-user .item-right .text-right .time {
  font-size: 14px;
  margin-bottom: 5px;
}

.users-box .chat-users .chat-user .item-right .text-right .msg-badge {
  background-color: #5ac8fa;
  color: #000;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.messages-box {
  z-index: 6;
  /* right: 0; */
}

.messages-box .box-header {
  display: flex;
  /* padding-bottom: 10px; */
  border-left: 1px solid #fff;
}

.messages-box .box-header .back-arrow {
  width: 12px;
  height: 21px;
  object-fit: contain;
  display: none;
}

.messages-box h3 {
  position: relative;
  bottom: 0;
  margin-bottom: 3px;
}

.messages-box .last-active {
  font-size: 13px;
  font-family: "SF-Pro-Thin";
}

.messages-box .all-message-container {
  padding: 0 15px 25px;
  height: calc(100vh - 145px);
  overflow-y: scroll;
  border-left: 1px solid #efeff4;
}

.messages-box .all-message-container .send .message-item,
.messages-box .all-message-container .receive .message-item {
  margin-top: 25px;
}

.messages-box .all-message-container .send .message-item .body,
.messages-box .all-message-container .receive .message-item .body {
  background: #a8e2dd;
  padding: 14px;
  text-align: left;
  color: #000;
  line-height: 1.3;
  border-radius: 20px;
  margin-bottom: 10px;
  width: 50%;
  position: relative;
  max-width: 800px;
  word-break: break-all;
}

.fm-body {
  background: #a8e2dd;
  padding: 10px 15px;
  text-align: left;
  color: #000;
  line-height: 1.3;
  border-radius: 20px;
  margin-bottom: 10px;
  min-width: 50%;
  position: relative;
  max-width: 50%;
  word-break: break-all;
}

.img-viewer .modal-content {
  backdrop-filter: brightness(0.8);
  background: transparent;
}

.messages-box .all-message-container .receive .message-item .body,
.messages-box .all-message-container .receive .message-item .fm-body {
  background: #efeff4;
}

.messages-box .all-message-container .send .message-item .body::after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a8e2dd;
  position: absolute;
  right: -10px;
  bottom: 10px;
  transform: rotate(45deg);
}

.messages-box .all-message-container .receive .message-item .body::after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #efeff4;
  position: absolute;
  left: -10px;
  bottom: 10px;
  transform: rotate(315deg);
}

.messages-box .input-area {
  padding: 15px;
  border-top: 1px solid #efeff4;
  border-left: 1px solid #efeff4;
}

.messages-box .input-area input textarea {
  border: 1px solid #dcd6f5;
  border-radius: 30px;
  height: 38px;
  padding: 6px 50px 6px 15px;
}

.messages-box .input-area input::placeholder {
  color: #bdbcc1;
}

.messages-box .input-area input:-ms-input-placeholder {
  color: #bdbcc1;
}

.messages-box .input-area input::-ms-input-placeholder {
  color: #bdbcc1;
}

/* .messages-box .input-area .microphone-icon {
  position: absolute;
  right: 0;
} */

.messages-box .input-area .microphone-icon img {
  width: 13px;
  height: 20px;
  object-fit: contain;
}

.messages-box .input-area .attach-file {
  margin: 0 12px;
}

.messages-box .input-area .attach-file > input {
  display: none;
}

.messages-box .input-area .attach-doc {
  cursor: pointer;
  width: 22px;
  height: 20px;
  object-fit: contain;
}

.messages-box .input-area .btn-send {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
}

.class-box {
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  height: 250px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.class-box .small-description {
  text-align: center;
  line-height: 1.4;
  height: 45px;
  overflow: hidden;
}

.tutor-video iframe {
  width: 560px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* Home tab content styling end */

/*!* Calendar tab content styling start *!*/

/*.calendars {*/

/*  max-width: 600px;*/

/*  background: #EFEFF4;*/

/*  height: 100vh;*/

/*  padding: 30px;*/

/*}*/

/*.fc-day-other .fc-scrollgrid-sync-inner {*/

/*  display: none;*/

/*}*/

/*.fc-daygrid-day-frame {*/

/*  display: flex;*/

/*  align-items: center;*/

/*  justify-content: center;*/

/*}*/

/*.fc-scrollgrid-sync-table tr:last-child {*/

/*  display: none;*/

/*}*/

/*.fc-daygrid-day.fc-day-today .fc-daygrid-day-number:hover {*/

/*  text-decoration: none;*/

/*}*/

/*.fc-daygrid-day .fc-daygrid-day-number {*/

/*  color: #000;*/

/*}*/

/*.fc-daygrid-day .fc-daygrid-day-number:hover {*/

/*  text-decoration: none;*/

/*}*/

/*.fc-daygrid-day.fc-day-today {*/

/*  background-color: transparent !important;*/

/*}*/

/*.fc-today-button,*/

/*.fc-prev-button,*/

/*.fc-next-button {*/

/*  !*display: none !important;*!*/

/*}*/

/*.fc-daygrid-day.fc-day-today .fc-daygrid-day-number {*/

/*  color: #fff;*/

/*  background-color: #19A298;*/

/*  padding: 0;*/

/*  width: 40px;*/

/*  height: 40px;*/

/*  display: flex;*/

/*  align-items: center;*/

/*  justify-content: center;*/

/*  border-radius: 50%;*/

/*}*/

/* Calendar tab content styling end */

/* Payment tab content styling start */

.payment-content {
  background: #fff;
  padding: 50px;
  margin: 5% 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.payment-content h5 {
  color: #19a298;
  font-size: 20px;
}

.choose-payment-method {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #efeff4;
}

.choose-payment-method .payment-box {
  margin: 0 30px;
}

.choose-payment-method input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.choose-payment-method .payment-img {
  display: flex;
  justify-content: center;
}

.choose-payment-method .payment-img img {
  width: 65px;
  height: 65px;
}

.choose-payment-method input:checked + label {
  border-bottom: 5px solid #19a298;
}

.choose-payment-method label {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 5px solid transparent;
  color: #000;
  width: 110px;
}

.choose-payment-method label span.text-center {
  padding: 12px 0;
}

.red-text {
  color: #d50000;
  font-weight: bold;
}

.payment-content p.py-4 {
  font-size: 20px;
  color: #000;
}

.payment-form .form-group {
  margin: 20px 0px;
}

.payment-form label {
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;
}

.payment-form input {
  border-radius: 30px;
  height: 45px;
  padding: 10px 20px;
}

.payment-form input::placeholder {
  text-transform: capitalize;
  opacity: 1;
  color: #8a8a8f;
}

.payment-form input:-ms-input-placeholder {
  text-transform: capitalize;
  color: #8a8a8f;
}

.payment-form input::-ms-input-placeholder {
  text-transform: capitalize;
  color: #8a8a8f;
}

.payment-form .bootstrap-select > .dropdown-toggle.btn-light {
  background-color: transparent !important;
  border-radius: 25px;
  border: 1px solid #dcd6f5;
}

.payment-form .bootstrap-select > .dropdown-toggle.btn-light {
  padding: 10px 20px;
  width: 100%;
}

.payment-form .bootstrap-select > .dropdown-toggle:focus {
  box-shadow: none;
  outline: 0 !important;
}

.payment-form .bootstrap-select > .dropdown-toggle::after {
  background: url("../icons/down-arrow.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 10px;
  border: 0;
}

.payment-form .bootstrap-select .dropdown-menu {
  background-color: #fff !important;
  border-radius: 15px;
}

.payment-form p.line-height {
  line-height: 1.4;
}

.payment-form .btn.green {
  height: 45px;
  width: 40%;
  border-radius: 30px;
}

.payment-form .country {
  margin-right: 20px;
}

/* Payment tab content styling end */

/* Chat tab content styling start */

.chat-content {
  background: #fff;
  margin: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  height: 100vh;
  width: 98%;
  margin: auto;
}

.fire-chat-content {
  background: #fff;
  margin: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  height: calc(100vh - 0.5rem);
  width: 98%;
  margin: auto;
}

.home-content,
.notification-content,
.payment-content {
  width: 98%;
  margin: auto;
}

/* Chat tab content styling end */

@media screen and (max-width: 1200px) {
  .show-messages {
    bottom: 80px;
    right: 80px;
  }
  /* .content-area .cstm-container {
    max-width: 800px;
  } */
}

/* @media screen and (max-width: 992px) {
  .content-area .cstm-container {
    max-width: 600px;
  }
} */

@media screen and (max-width: 991.98px) {
  .payment-content {
    padding: 20px;
  }
  .payment-form .country {
    width: 150px;
    margin-right: 20px;
  }
  .users-box {
    width: 300px;
  }
}

@media screen and (max-width: 767.98px) {
  /* .menu-bar,
  .show-messages {
      display: none;
  }
  .content-area {
      height: auto;
      overflow-y: auto;
  } */
  .home-content .banner {
    position: relative;
    height: 250px;
    width: 100vw;
    left: -15px;
    overflow: hidden;
  }
  .home-content .banner img {
    height: 250px;
  }
  .home-content h3.title {
    font-size: 20px;
    margin: 25px 0;
  }
  .home-content .banner .overlay p {
    font-size: 20px;
  }
  .testimony-box {
    margin-bottom: 50px;
  }
  .payments-tab {
    background: #fff;
  }
  .payment-content {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 20px 0 50px;
  }
  .payment-content p.py-4 {
    text-align: center;
    padding-bottom: 10px !important;
  }
  .payment-form .form-group {
    margin: 15px 0px;
  }
  .payment-form .country {
    width: 100%;
    padding-right: 30px;
  }
  .payment-form .btn.green {
    width: 100%;
  }
  .chat-content {
    margin: 10% 0 0;
    position: relative;
  }
  .users-box {
    width: 100%;
  }
  .users-box .box-header {
    border-radius: 8px 8px 0 0;
  }
  .messages-box .box-header,
  .messages-box .all-message-container,
  .messages-box .input-area {
    border-left: none;
  }
  .messages-box {
    display: none;
    position: absolute;
    flex-grow: 0;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
  }
  .messages-box .box-header {
    border-radius: 8px 8px 0 0;
  }
  .menu-bar a {
    flex-direction: row-reverse;
  }
  .menu-bar .arrow-icon {
    background-image: url("../icons/open-menu.svg");
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 33px;
    right: -23px;
    margin: 0;
    background-color: #19a298;
  }
  /* .menu-bar {
    position: absolute;
    z-index: 9;
  } */
  .menu-bar .logo {
    position: relative;
    left: 0;
  }
  .menu-bar .logo.slide-logo {
    left: 40px;
  }
  .messages-box .box-header .back-arrow {
    display: inline-block;
  }
}

/* Web home page styling end */

ul > li > a > i {
  display: block !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

ul {
  list-style-type: none;
}

/*
 * Sidebar
 */

.nav > .nav-item > .nav-link > i {
  font-size: 18px;
}

.psidebar-sticky > .nav > li > a:hover {
  background: #fff;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.sidebar-sticky > .nav > li > a {
  font-size: 12px;
  /* padding: 16px; */
  color: #0b3330;
  display: flex;
  flex-direction: column;
}

.sidebar .nav-link.active {
  background: #fff;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  width: 7rem;
}

.sidebar-sticky > .sidebar-help > a {
  padding: 15px;
  color: #000d1a;
}

.sidebar-sticky > .nav > li {
  margin: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #19a298;
  /* width: 5rem; */
  width: 8rem;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  /* margin-right: -5px; */
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-sticky::-webkit-scrollbar {
  width: 8px;
}
.sidebar-sticky::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidebar-sticky::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.sidebar-sticky::-webkit-scrollbar-thumb:hover {
  background: rgb(80, 200, 120);
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .wrapper.show > nav {
    width: 4.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (max-width: 991px) {
  .resposive-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .main-inner-content > .card {
    width: 48%;
  }
  .main-inner-content > .card.res-m {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-inner-content > .card {
    width: 100%;
  }
  .main-inner-content > .card.res-m-2 {
    margin-top: 20px;
  }
  .text {
    display: none;
  }
  .sidebar {
    width: 5rem;
  }
  .sidebar-sticky > .nav > li > a {
    padding: 16px;
  }
  .sidebar .nav-link.active {
    width: 4rem;
  }
  .menu-bar {
    width: 5rem;
  }
}

@media screen and (max-width: 430px) {
  .main-inner-icon {
    margin-right: 5px !important;
  }
  h2 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
  }
}

@media screen and (min-height: 600px) {
  .fix-bottom-2 {
    position: absolute;
    /* bottom: 40px; */
    left: 13px;
  }
}

@media screen and (max-width: 1122px) {
  .sticky-top {
    min-width: 965px;
  }
  .top-responsive {
    overflow: auto;
    height: 75px;
  }
}

.form-feilds div select.custom-select {
  line-height: 20px !important;
}

.blink {
  font-size: 14px;
  animation: blink 1s linear infinite;
}

@media only screen and (max-width: 1024px) {
  .ngx-overlay.ngx-position-absolute {
    height: 100vh !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  /* 50%{opacity: .5;} */
  100% {
    opacity: 1;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) {
  .slots {
    font-size: 8px !important;
  }

  .fc-event-main {
    font-size: 8px !important;
  }
}
