@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
:root {
  --parent-blue: #4FB0C2;
  --white: #ffffff;
  --black-color: #000000;
  --text-grey-color: #636363;
  --multishadecolor: linear-gradient(90deg, #4FB0C2 0%, #97CA49 95.52%);
  --tutor-green : #97CA49;
  --grey-background : #A8A8A8;
  --border-color : #D9D9D9;
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

/* parent Registration start */
.logoImg {
  max-width: 100%;
  padding: 20px;
  height: 100% !important;
}

.leftSide {
  padding: 0px 30px 0px 30px;
}

.leftSide h2 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: var(--black-color);
  padding-top: 60px;
}

.leftSide>p {
  padding-top: 80px;
  font-size: 15px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
}

.btn-parent {
  background-color: #4fb0c2;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--black-color);
  padding: 20px 10px;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
}

.btn-tutor {
  background-color: #97CA49;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--black-color);
  padding: 20px 10px;
  border-radius: 40px;
  border: none;
  display: inline-block;
  width: 100%;
}

.signUp p a {
  text-decoration: none;
  color: var(--black-color);
  font-weight: 700;
  text-align: center;
}

.signUp p {
  padding-top: 130px;
}

.registration-img-bg {
  height: 100% !important;
  display: block;
  object-fit: cover;
  width: 100%;
}

.fg-psw a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  color: var(--black-color);
}

.sign-up-form label {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0px;
  color: #888;
}

.sign-up-form input {
  font-size: 14px;
}

.sign-up-form a {
  color: #000;
  background: #D9D9D9;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
}

@media screen and (max-width: 769px) {
  .btn-parent {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .btn-tutor {
    display: block !important;
  }

  .leftSide h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .leftSide h2 {
    font-size: 22px;
  }
}
/* parent registration end */

/* form header start */
.form-wizard-header {
  background: #F0F0F0;
  padding: 0px 0px 20px 0px;
}

.form-wizard-header p {
  background: #4FB0C2;
  color: var(--white);
  padding: 8px;
  font-weight: 600;
  font-size: 16px;
}

/* form header end */
/* Parent Registration Form Start */
body {
  background-color: var(--white);
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}

.wizard-content-left h1 {
  color: var(--white);
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: #888888;
}

.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--white);
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: var(--black-color);
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
  padding-left: 10px;
  cursor: pointer;
}

.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
  background-color: #d65470;
  color: var(--white);
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
  color: var(--white);
  opacity: 0.6;
  text-decoration: none;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
  padding: 30px;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  height: 2px;
  width: 100%;
  position: relative;
}

.form-wizard .form-wizard-previous-btn {
  background-color: #fb1647;
}

.form-wizard .form-control {
  font-weight: 300;
  color: #888888;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}

.form-wizard .form-group {
  position: relative;
  margin: 15px 0;
}

.wizard-form-text-label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.form-wizard .focus-input .wizard-form-text-label {
  color: #000;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
  width: 25%;
  float: left;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: var(--text-grey-color);
  color: var(--white);
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  background-color: var(--text-grey-color);
  left: 50%;
  width: 50%;
  border-color: var(--text-grey-color);
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: var(--text-grey-color);
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* for password style */
#PasswordForm {
  max-width: 100%;
  padding: 5px 0px;
}

#password-strength {
  display: block;
  position: relative;
  font-size: 0px;
  top: 2px;
}

#PasswordForm .box {
  position: relative;
  width: 25%;
  height: 25px;
  display: inline-block;
  background-color: #e4e4e4;
  text-align: center;
}

#PasswordForm .box div.bar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  z-index: 3;
  line-height: 25px;
}

#PasswordForm .box div.bar {
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: 2;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

#PasswordForm .normal .box.box1 div.bar {
  background: #FF0000;
  width: 100%;
}

.box.box1,
#PasswordForm .box.box1 div.bar {
  border-radius: 5px 0px 0px 5px;
}

.box.box4,
#PasswordForm .box.box4 div.bar {
  border-radius: 0px 5px 5px 0px;
}

#PasswordForm .normal .box.box1 div.bar-text,
#PasswordForm .medium .box.box1 div.bar-text,
#PasswordForm .strong .box.box1 div.bar-text,
#PasswordForm .vstrong .box.box1 div.bar-text {
  color: #fff;
}

#PasswordForm .medium .box.box1 div.bar {
  background: #E66C2C;
  width: 100%;
}

#PasswordForm .medium .box.box2 div.bar {
  background: #E66C2C;
  width: 100%;
}

#PasswordForm .strong .box.box1 div.bar {
  background: #2D98F3;
  width: 100%;
}

#PasswordForm .strong .box.box2 div.bar {
  background: #2D98F3;
  width: 100%;
}

#PasswordForm .strong .box.box3 div.bar {
  background: #2D98F3;
  width: 100%;
}

#PasswordForm .vstrong .box.box1 div.bar {
  background: #006400;
  width: 100%;
}

#PasswordForm .vstrong .box.box2 div.bar {
  background: #006400;
  width: 100%;
}

#PasswordForm .vstrong .box.box3 div.bar {
  background: #006400;
  width: 100%;
}

#PasswordForm .vstrong .box.box4 div.bar {
  background: #006400;
  width: 100%;
}

.terms-condition {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8;
}

.form-wizard-next-btn {
  background-color: transparent !important;
  color: var(--black-color) !important;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 500;
}

.form-wizard-previous-btn {
  background-color: transparent !important;
  color: var(--black-color) !important;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 500;
}

/* password end */

/* form 2 start */
.dropdown .level-dropdown {
  width: 100%;
  margin: 0;
  background: transparent;
  color: #000;
  border-color: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.child-section-wrap{
  border: 1px solid #ccc;
  padding: 0 !important;
}
.btn-secondary:hover {
  color: #888 !important;
  background-color: transparent !important;
  border-color: #ccc !important;
}

.csm-accordian a {
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
}

.csm-accordian a:hover {
  color: #000;
}

.csm-accordian a p {
  margin: 0;
}

/* form 2 end */
/* form 3 start */
.csm-add-credit-btn {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 50px !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  width: auto !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.card-body {
  padding: 2rem 3rem !important;
}

.wizard-title h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
}

/* form 3 end */
/* form 4 start */
.confirm-table table tr td:nth-child(1) {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.confirm-table table tr td:nth-child(2) {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8;
}

.confirm-table table tr td:nth-child(3) {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  color: #000;
}

.confirm-table {
  padding: 20px;
  background: #F1F1F1;
  border-radius: 5px;
}

.confirm-table table tr td {
  padding: 15px 5px !important;
}

.confirm-table table tr td a {
  color: #000;
}

/* form 4 end */
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}

@media(max-width:480px) {
  .card-body {
    padding: 2rem 1rem !important;
  }
}

/* Parent Registration Form end */






/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  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;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/* home section start */
/* calender section start */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--white);
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid var(--white);
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: var(--parent-blue);
  color: #fff !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: var(--parent-blue);
  color: var(--white) !important;
} 
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: var(--parent-blue);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: var(--parent-blue);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: var(--parent-blue);
  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: var(--parent-blue);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--parent-blue);
  color: var(--white);
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;

  color: var(--black-color);
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 var(--white);
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: var(--white);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.datepicker .dow {

  border-bottom: 1px solid #e7e7e7;

  color: var(--black-color);
  font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: var(--black-color);
}

@import url("normalize.css");
@import url("datepicker.css");

body {background: #eeeae9;}

/* app */
.charset {
	box-shadow: 1px 1px 10px #000;
}
.border-none{
  border: none !important;
}
.app {
	width: 100%;
  height: auto;
  background: var(--white);
  border-radius: 5px;
  /* border: 1px solid #D9D9D9; */
  }
.app:after {
	content: "";
	display: table;
	clear: both;
}
	.app__side {
		background: #333;
		width: 35%; height: 100%;
		padding: 40px;
		float: left;

		color: #ff8c00;
	}
	.app__main {
		width: 100%; 
    height: 100%;
		float: left;
	}



/* b-calendar */

	.calendar .datepicker {
		width: 100%;
	}
		.calendar .datepicker table {
			width: 100%;
		}
/* calender section end */

/* reviews section start */
.reviews-section-wrapper {
  margin-top: 39px;
  margin-bottom: 18px;
}
.reviews-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black-color);
  padding-bottom: 16px;
  margin: 0;
}
/* reviews section end */

/* credit section start */
.credit-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black-color);
  padding-bottom: 16px;
  margin: 0;
}
.credit-list{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.credit-list p:nth-child(1) {
  border-radius: 50%;
  background: var(--parent-blue);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 39px;
  color: var(--white);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.credit-list p:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}
.credit-section{
  padding: 15px 16px;
  background: var(--white);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.credit-buyMore-link{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  color: var(--black-color);
}
.credit-buyMore-link:hover{
  text-decoration-line: underline;
  color: var(--black-color);
}
/* credit section end */

/* saved tutorail start*/
.saved-tutorial-section-wrap, .lesson-section-wrap{
  background-color: var(--white);
  padding: 15px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
/* .saved-tutorial-list{
  gap: 10px;
} */
.saved-tutorial-title, .Lesson-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black-color);
  padding-bottom: 14px;
  padding-top: 32px;
  margin: 0;
}
.saved-tutorial-list .tutor-img img{
  width: 34px;
  height: 34px;
  background: #D9D9D9;
  border-radius: 50%;
}
.tutor-info-detail {
  display: flex;
  gap: 4px;
}
.tutor-info p:nth-child(1){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}
.tutor-info p:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}

/* lesson section start */
.lesson-section,
.saved-tutorial-list
{
  background-color: var(--white);
  gap: 1rem;
}
.tutor-calender h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--black-color);
  margin: 0;
  width: 34px;
  height: 34px;
  background: #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tutor-calender p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  color: var(--black-color);
  margin: 0;
  padding-top: 2px;
  text-align: center;
}
.lesson_info p span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
  padding-right: 5px;
}
.nav.nav-tabs .csm-btn-tab{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
  padding: 7px 11px;
}
.csm-btn-tab.active::after{
  content: '';
  background: var(--parent-blue);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
/* lesson section end */
/* home section end */


/* tutors section start */

/* dashboard start */

.lessonBTN{
  border-radius: 50px !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #fff;
  padding: 4px 12px !important;
  border: none !important;
  width: 100%;
  text-decoration: none !important;
  text-align: center;
}
.lessonBTN.tutor-bg{
  background-color: var(--tutor-green);
}
.csm-btn-tab.tutor-bg.active::after{
  content: '';
  background: var(--tutor-green);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.tutor-bg .datepicker table tr td.active:hover,
.tutor-bg .datepicker table tr td.active:hover:hover,
.tutor-bg .datepicker table tr td.active.disabled:hover,
.tutor-bg .datepicker table tr td.active.disabled:hover:hover,
.tutor-bg .datepicker table tr td.active:active,
.tutor-bg .datepicker table tr td.active:hover:active,
.tutor-bg .datepicker table tr td.active.disabled:active,
.tutor-bg .datepicker table tr td.active.disabled:hover:active,
.tutor-bg .datepicker table tr td.active.active,
.tutor-bg .datepicker table tr td.active:hover.active,
.tutor-bg .datepicker table tr td.active.disabled.active,
.tutor-bg .datepicker table tr td.active.disabled:hover.active,
.tutor-bg .datepicker table tr td.active.disabled,
.tutor-bg .datepicker table tr td.active:hover.disabled,
.tutor-bg .datepicker table tr td.active.disabled.disabled,
.tutor-bg .datepicker table tr td.active.disabled:hover.disabled,
.tutor-bg .datepicker table tr td.active[disabled],
.tutor-bg .datepicker table tr td.active:hover[disabled],
.tutor-bg .datepicker table tr td.active.disabled[disabled],
.tutor-bg .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: var(--tutor-green);
  color: #fff !important;
}
.tutor-bg .datepicker table tr td.today,
.tutor-bg .datepicker table tr td.today:hover,
.tutor-bg .datepicker table tr td.today.disabled,
.tutor-bg .datepicker table tr td.today.disabled:hover {
  background-color: var(--tutor-green);
  color: #fff !important;
}
.tutor-bg .datepicker table tr td.today:hover,
.tutor-bg .datepicker table tr td.today:hover:hover,
.tutor-bg .datepicker table tr td.today.disabled:hover,
.tutor-bg .datepicker table tr td.today.disabled:hover:hover,
.tutor-bg .datepicker table tr td.today:active,
.tutor-bg .datepicker table tr td.today:hover:active,
.tutor-bg .datepicker table tr td.today.disabled:active,
.tutor-bg .datepicker table tr td.today.disabled:hover:active,
.tutor-bg .datepicker table tr td.today.active,
.tutor-bg .datepicker table tr td.today:hover.active,
.tutor-bg .datepicker table tr td.today.disabled.active,
.tutor-bg .datepicker table tr td.today.disabled:hover.active,
.tutor-bg .datepicker table tr td.today.disabled,
.tutor-bg .datepicker table tr td.today:hover.disabled,
.tutor-bg .datepicker table tr td.today.disabled.disabled,
.tutor-bg .datepicker table tr td.today.disabled:hover.disabled,
.tutor-bg .datepicker table tr td.today[disabled],
.tutor-bg .datepicker table tr td.today:hover[disabled],
.tutor-bg .datepicker table tr td.today.disabled[disabled],
.tutor-bg .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: var(--tutor-green);
  color: var(--white) !important;
} 
.tutor-bg .datepicker table tr td span.active,
.tutor-bg .datepicker table tr td span.active:hover,
.tutor-bg .datepicker table tr td span.active.disabled,
.tutor-bg .datepicker table tr td span.active.disabled:hover {
  background-color: var(--tutor-green);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tutor-bg .datepicker table tr td span.active:hover,
.tutor-bg .datepicker table tr td span.active:hover:hover,
.tutor-bg .datepicker table tr td span.active.disabled:hover,
.tutor-bg .datepicker table tr td span.active.disabled:hover:hover,
.tutor-bg .datepicker table tr td span.active:active,
.tutor-bg .datepicker table tr td span.active:hover:active,
.tutor-bg .datepicker table tr td span.active.disabled:active,
.tutor-bg .datepicker table tr td span.active.disabled:hover:active,
.tutor-bg .datepicker table tr td span.active.active,
.tutor-bg .datepicker table tr td span.active:hover.active,
.tutor-bg .datepicker table tr td span.active.disabled.active,
.tutor-bg .datepicker table tr td span.active.disabled:hover.active,
.tutor-bg .datepicker table tr td span.active.disabled,
.tutor-bg .datepicker table tr td span.active:hover.disabled,
.tutor-bg .datepicker table tr td span.active.disabled.disabled,
.tutor-bg .datepicker table tr td span.active.disabled:hover.disabled,
.tutor-bg .datepicker table tr td span.active[disabled],
.tutor-bg .datepicker table tr td span.active:hover[disabled],
.tutor-bg .datepicker table tr td span.active.disabled[disabled],
.tutor-bg .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--tutor-green);
  color: var(--white);
}
/* dashboard end */
/* dropdown start */

.child_profile-wrap h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
  margin-bottom: 5px;
}
.search-subject-wrap input{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 12px 20px !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 30px !important;
  width: 100%;
  outline-style: none;
  color: var(--black-color);
}
.csm-search-menu{
  display: block !important;
  width: 100%;
  border: 1px solid #D9D9D9 !important;
  border-radius: 23px !important;
  margin-top: 4px !important;
  box-shadow: unset !important;
  z-index: 1 !important;
}
.dropdown-toggle::after {
  display: none !important;
}
.csm-dropdown-btn{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: var(--white) !important;
  color: var(--black-color) !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 12px 20px !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 30px !important;
  
}
.csm-dropdown-menu{
  display: none;
}
.csm-dropdown-menu{
  width: 100%;
  border-radius: 23px !important;
  margin-top: 4px !important;
  box-shadow: unset !important;
  border: 1px solid #D9D9D9 !important;
  position: relative !important;
  z-index: 1 !important;
}
.csm-dropdown-menu li a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px;
  color: #8F8F8F;
} 
.csm-dropdown-menu li a .csm-toggle, .csm-search-menu li a .csm-toggle{
  font-size: 12px;
  opacity: 0;
}

.csm-search-menu li a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px;
  color: #8F8F8F;
}
.csm-list-items{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.csm-list-items:hover{
  background: #D9D9D9 !important;
}
.csm-list-items:hover .csm-toggle{
  opacity: 1;
}
.search-for-tutor {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search-for-tutor a:nth-child(1){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--white);
  background: var(--parent-blue);
  padding: 12px 10px;
  border-radius: 30px;
  width: 80%;
}
.search-for-tutor a:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--black-color);
}
.search-for-tutor a:nth-child(1):hover{
  color: var(--white);
}
.search-for-tutor a:nth-child(2):hover{
  color: var(--black-color);
}
.open{
  display: block !important;
}
/* dropdown end */
.sort-byfillter p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}
.csm-form-select:focus {
  box-shadow: unset !important;
}
.csm-form-select {
  width: auto !important;
  padding: 0px 32px 0px 8px!important;
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: var(--text-grey-color) !important;
}
.sort-byfillter {
  display: flex;
  align-items: center;
  height: 100%;
}
.sort-by-rating-wrapper{
  margin-bottom: 35px;
  margin-top: 45px !important;
}
.sort-byfillter-views a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
  text-decoration: none;
}
.sort-byfillter-views a:hover{
  color: var(--black-color);
}
.csm-profile-card{
  padding: 15px 10px;
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 100%;
}
.img-user img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #D9D9D9;
}
.user-profile-img img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #D9D9D9;
}
.ratr-ratio p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}
.ratr-ratio p small{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: var(--black-color);
}
.full-show-profile{
  margin-top: 13px;
}
.full-show-profile a{
  border: 1px solid var(--black-color);
  padding: 5px 8px;
  font-size: 10px;
  border-radius: 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  color: var(--black-color);
}
.full-show-profile a:hover{
  color: var(--black-color);
}
.csm-user-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.csm-user-name a:nth-child(1){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--black-color);
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.csm-user-name a:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  border-radius: 30px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.csm-user-name a:hover{
  color: var(--black-color);
}
.csm-experience-sub p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: var(--parent-blue);
  margin-top: 9px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.csm-experience-sub p:nth-child(2){
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.csm-experience-sub{
  margin-top: 9px;
}

.csm-subject-subjects{
  height: 60px;
  margin-bottom: 12px;
}
.csm-subject-subjects p:nth-child(1){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: var(--parent-blue);
  /* margin-top: 18px !important; */
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0px !important;
}

.csm-subject-subjects p:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: var(--text-grey-color);
  margin-top: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.view-availability a{
  padding: 6px 11px;
  background: var(--parent-blue);
  border-radius: 30px;
  color: var(--white);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}
.view-availability a:hover{
  color: var(--white);
}
.view-availability{
  /* margin-top: 47px; */
  text-align: right;
}
.btn-element.bg-grey{
  background: var(--grey-background) !important;
}
.btn-element.bg-blue{
  background: var(--parent-blue) !important;
}
/* view availability start */
  .save-available-btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--white);
    background: var(--tutor-green);
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    padding: 10px 10px;
    width: 180px;
    display: block;
    margin: 0 0 0 auto;
  }
  .set-block-btn{
    background: var(--grey-background);
  }
  .save-available-btn:hover,
  .set-block-btn:hover{
        color: var(--white);
  }
  .available_title h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 58px;
    color: var(--black-color);
  }
  .available_title img{
    width: 50px;
  }
  .availability-wrapper{
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 5px 5px 5px 5px;
  }
  .slot-section {
    border-bottom: 1px solid #ccc;
    padding: 50px 50px 34px 50px;
  }
  .availablity-available h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--black-color);
  }
  .add-another-btn{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: var(--black-color);
  }
  .add-another-btn:hover{
      color: var(--black-color);
      text-decoration-line: underline;
}
.slot-availability .slot-select-time label{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  margin-right: 10px;
}
.availablity-available .check-unavailable{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A8A8A8;
}
.available_title img{
  width: 50px;
}
.availablity-available .check-unavailable input[type="checkbox"]{
  accent-color: var(--tutor-green) !important;
}
.slot-availability .slot-select-time input {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  padding: 10px 17px;
  background: var(--white);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 150px;
}
.availability-wrapper .slot-section:last-child{
  border-bottom: none;
}
.slot-availability{
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: end;
  margin-bottom: 14px;
}
.slot-select-time select.time{
  padding: 7px 12px;
}
.slot-select-time select.time {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
 .availability-wrapper .slot-section:last-child{
    border-bottom: none;
  }
/* view availability end */


/* block-out start */
.block-out-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 57px;
}
.select-dates h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--black-color);
  margin-bottom: 29px;
}
.select-all-date label{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-grey-color);
  background: #D9D9D9;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
  padding: 8px 6px;
  margin: 7px 0px;
}
/* block-out end */

/* see availibility start */
.book-username {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  color: var(--black-color);
  margin-bottom: 10px;
  margin-top: 10px;
}
.week-bookalesson-btn{
  background: var(--parent-blue);
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 6px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.week-bookalesson-btn img{
  width: 20px;
}
.week-bookalesson-btn h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: var(--white);
  margin-left: 10px;
  margin-bottom: 0px;
}
.slot-detail {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.slot-detail:last-child{
  border-bottom: none;
}
.thr-view-availiability{
  padding: 50px 50px 34px 50px;
}
.availablity-available {
  margin-bottom: 28px;
}
.tutor-view-availibility {
  margin-bottom: 50px;
}
.read-only-slot{
  display: flex !important;
  align-items: center;
}
/* see availibility end */

/* live chat start */
.msg_history .outgoing_msg .sent_msg p{
  background-color: var(--parent-blue);
  border-radius: 8px;
  word-wrap: break-word;
}
.messingwithtutor .outgoing_msg .sent_msg p{
  background-color: var(--tutor-green);
  border-radius: 8px;
  word-wrap: break-word;
}
.msg_send_btn{
  background: var(--multishadecolor) !important;
}
/* live chat end */

/* account setting section start */
.csm-tab-pane {
  background-color: #F6F6F6;
}
.csm-link-tab.active::after {
  display: none;
}
.csm-link-tab i {
  font-size: 22px;
  margin-right: 8px;
}
.csm-link-tab {
  border-radius: 30px !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 22px;
  color: var(--black-color);
  background: #A8A8A8 !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.csm-link-tab.active {
  background: #F9F9F9 !important;
}
.csm-nav-bg {
  background: #C9C9C9;
  border-radius: 30px;
  padding: 10px;
}
/* section.profile-wrapper {
  max-width: 825px;
  margin: 0 auto;
} */
.csm-settings-details a{
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  padding: 14px 9px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--white) !important;
  width: 180px;
  display: block;
}
.csm-settings-details button{
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  padding: 14px 9px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--white) !important;
  width: 180px;
  display: block;
  background-color: var(--tutor-green) !important;
}
.csm-settings-details a:hover{
  color: var(--white);
}
.edit-details a{
  background: var(--grey-background);
}
.csm-settings-details.tutor-bg a{
  background-color: var(--tutor-green);
}
.csm-settings-details.parent-bg a{
  background-color: var(--parent-blue);
}
.profile_title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: var(--black-color);
  margin-bottom: 10px !IMPORTANT;
}
.profile_title h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 40px !important;
}
.section-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black-color);
  margin-bottom: 10px;
  margin-top: 54px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.assistance-section {
  margin-top: 40px;
}
.card-box {
  background: var(--white);
  border-radius: 5px;
}
.thr-profile-info {
  margin-bottom: 30px;
}
.thr-profile-info label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
  padding-bottom: 4px;
}

.password-text h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  margin-bottom:13px;
}
.thr-profile-info input {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8;
  padding: 12px 13px;
}
.profile-pic img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.password-info p a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8 !important;
  padding-top: 8px;
}
.select-tabs .showing-subject {
  border: 1px solid #b0b0b0;
  padding: 12px 15px;
  border-radius: 5px;
  background: transparent;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.add-new-child-btn a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  width: 94%;
  display: block;
  background: var(--parent-blue);
  margin: 10px auto;
  padding: 14px;
  border-radius: 50px;
}
.add-new-child-btn a:hover {
  color: var(--white);
}
.sub-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sub-child p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
}

.sub-child a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: var(--black-color);
}
.sub-child a:hover {
  color: var(--black-color);
}

.add-new-child-btn {
  margin: 26px 0px;
}
.csm-textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 11px 13px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Inter';
}
.csm-decrement {
  position: absolute;
  bottom: 0;
  right: 13px;
  color: #a8a8a8 !important;
  font-style: italic;
  font-size: 10px !important;
  font-weight: 400 !important;
}
.my-subject-tut{
  margin-top: 20px;
}
.my-subject-tabs{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.my-subject-tabs label.active{
  background: #D9D9D9;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
}
.paypal-wrap {
  background: #D5DEED;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 15px;
}
.payment-method{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.paypal-wrap img {
  width: auto;
  height: 86px;
}
.child-card-wrap {
  background: var(--white);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.child-alpha {
  padding: 40px;
}

.csm-search-bar input {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}

.textarea-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8;
}

.custom-select {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #A8A8A8 !important;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
  padding: 11px 15px !important;
}

.newsearch-sub {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #8F8F8F;
  padding-top: 22px;
}

.csm-input-bar {
  background: var(--white);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: none;
}
.csm-edit-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.select-yearlevel-wrap {
  padding-top: 18px;
}
.csminput-append {
  border: 1px solid #ccc;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.selected-subject-list {
  margin-top: 21px !important;
}

.show-select-list label {
  background: #D9D9D9;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8F8F8F;
  padding: 6px 8px;
  margin-top: 13px;
}
.chngecredit-card-btn a {
    padding: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--white);
    background: #4FB0C2;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    display: block;
    margin-top: 5px;
  }

  .chngecredit-card-btn {
      margin: 22px 0px 15px 0px;
      text-align: end;
  }
  .csm-uploadprofile-btn {
    padding: 10px 28px !important;
    background: transparent !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 50px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #000 !important;
    margin-bottom: 11px;
    width: 100%;
    text-align: center;
}
/* account setting section end */

/* FAQs section start */
  .FAQTitle {
    background-size: 15px;
    padding: 16px;
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: var(--black-color);
    border-bottom: 1px solid #000;
  }

  .FAQBox.mb-2 {
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    border-width: 0px;
    border-radius: 10px;
  }

  .FaqParagraph {
    border: 1px solid #E9E9E9;
    padding: 18px;
    margin: 0;
    line-height: 20px;
  }

  .FAQTitle.current {
    background-size: 15px;
  }
  .FAQS_Title p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 58px;
    color: var(--black-color);
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 0;
  }
  .faqs-details {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .faqs-details img{
    width: 15px;
    height: 15px;
  }
/* FAQs section end */

/* Tutor profile start */
.save-tutor-availability a {
  background: transparent !important;
  color: var(--black-color) !important;
}
.profile-side-btn h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  width: 80%;
  text-align: center;
  margin: 0;
  display: block;
}
.profile-side-btn .img-element,
.profile-side-btn i{
  width:20%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-profile-btn a{
  gap: 0px !important;
}
.csm-image-btn a{
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  padding: 5px 9px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--white);
  width: 190px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFFFFF;
}
.csm-image-btn.parent-bg a{
  background-color: var(--parent-blue);
}
.csm-image-btn.parent-bg a:hover{
  color: var(--white);
}
.csm-image-btn img{
  width: auto;
}
.csm-subjects-details p:nth-child(1) {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.csm-subjects-details p:nth-child(2) {
  color: var(--black-color);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-grey-color);
  margin-bottom: 26px !important;
}

.csm-year-level p {
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--black-color);
}

.csm-select-year label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8F8F8F;
  background: #D9D9D9;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
  padding: 6px 14px;
  margin-bottom: 4px;
}

.csm-experience-year p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: var(--parent-blue);
  margin-top: 9px !important;
}

.tutor-user-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--black-color);
}

.rating-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
}

.rating-title h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--black-color);
}

.rating-user h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black-color);
}

.profile-rating-section h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--black-color);
  margin: 0;
  padding-top: 10px;
}

.profile-rating-section em {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--text-grey-color);
}

.profile-rating-section p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-grey-color);
  padding-top: 27px;
  padding-bottom: 31px;
  margin: 0;
}

.rating-filter {
  margin-bottom: 40px;
  margin-top: 17px;
}
/* Tutor profile end */

/* booked a Lesson start */
/* profile section start */
.booked-a-lesson-wrapp{
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 20px;
}
.profile-section-info .book-username{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}
.booked-user-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.booked-user-rating h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
}
.back-tutor-btn a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  background: #4FB0C2;
  border: 1px solid var(--white);
  border-radius: 30px;
  width: 100%;
  display: block;
  padding: 12px 5px;
}
.back-tutor-btn a:hover,
.chngecredit-card-btn a:hover{
  color: var(--white);
}
.view-profile-btn a:hover{
  color: var(--black-color);
}
.view-profile-btn a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  border-radius: 30px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 5px;
}
.form-wizard .wizard-steps-custom li{
  width: 33% !important;
  float: left;
  position: relative;
}
.booking-summary .booking-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  margin-bottom: 13px;
}
.booking-summary .summary-box{
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  padding: 26px 15px;
  margin-bottom: 30px;
}
.booking-summary .summary-box .booking-box-1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black-color);
}
.booking-summary .summary-box .booking-box-2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: var(--text-grey-color);
}
.summary-date-time{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: left;
  gap: 12px;
}
.summary-date-time .booking-time{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-grey-color);
}
.summary-date-time h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
}



/* step 2 start */
.select-platform-wrap h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 30px;
}
.select-platform {
  background: var(--white);
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.select-platform img{
  width: 106px;
  height: 59px;
  object-fit: contain;
}
.select-platform a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--black-color);
  padding: 12px 40px;
  background: #F9F9F9;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
}
/* step 2 end */

/* step3 start */
.exisitng-credit{
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 34px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.csm-label-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black-color);
}
.payment-gateway p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-grey-color);
  margin-bottom: 35px;
}
.use-credit {
  display: flex;
  align-items: center;
  gap: 20px;
}
.use-credit h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black-color);
}
.use-credit span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
  color: var(--white);
  background: #4FB0C2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.use-existing-btn a{
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  padding: 13px 18px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--black-color);
}
.use-existing-btn a:hover{
  color: var(--black-color);
}
.package-and-save-section h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4FB0C2;
}
.package-and-save-section p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--black-color);
}
.package-and-save-section {
  margin-top: 42px;
}
.credit-save-asper-lesson {
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.credit-per-lesson p:nth-child(1){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
}
.credit-per-lesson p:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4FB0C2;
}
.payment-gateway-step{
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 60px;
}
.payment-gateway-step h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black-color);
}
.payment-gateway-step p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: var(--text-grey-color);
}
.first-lesson{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4FB0C2;
  margin-bottom: 13px;
}
/* step3 end */

/* thank you start */
.thanku-section-wrap {
  background: var(--white);
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 70px;
}
.booked-lesson {
  margin-bottom: 54px;
}
.booked-lesson h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black-color);
  margin-bottom: 10px;
}
.booked-lesson p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: var(--text-grey-color);
  margin-bottom: 15px;
}
.booked-lesson h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--text-grey-color);
}
table.booked-lesson-details tr td{
  padding: 10px;
}
table.booked-lesson-details tr td:nth-child(1){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-grey-color);
}
table.booked-lesson-details tr td:nth-child(2){
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
}
.booked-lesson-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
}
.add-to-calender-btn a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(90deg, #4FB0C2 0%, #97CA49 95.52%);
  border-radius: 50px;
  padding: 10px;
}
.manageBooking-btn a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--black-color);
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
}
/* thank you end */
/* booked a Lesson end */

/* custom calender start */
/* .ui-widget-header {
  border: none !important;
  background: transparent !important;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #c3c3c3 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
 .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #ffffff ;
  font-weight: normal;
  color: #454545;
  padding: 16px !important;
  text-align: center;
}
.ui-datepicker-calendar tr td{
  border: 1px solid #ccc !important;
}
.ui-datepicker td {
  border: 0;
  padding: 0px !important;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  padding: 0px !important;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
 a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid var(--parent-blue);
  background: var(--parent-blue) !important;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #c3c3c3 !important;
  background: #fffa90;
  color: #000000 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active,
 .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid var(--parent-blue) !important;
  background: var(--parent-blue) !important;
  font-weight: normal;
  color: #ffffff;
}
td.highlighted-date a{
  background-color: #ccc !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
td.highlighted-date-tutor a{
  background-color: #ccc !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
a.ui-state-default {
  background: #ffffff !important;
} */

.ui-datepicker-calendar tr td{
  border: 1px solid #ccc !important;
}
/* custom calender end */

/* Lesson complete start */
    .write-a-review-wrap {
        background: #FFFFFF;
        border: 1px solid #D9D9D9;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 44px 0px;
        max-width: 800px;
        margin: 0 auto;
    }

    .user-review-section {
        padding: 0px 170px;
    }

    .punch-line {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 58px;
        text-align: center;
        color: #000000;
        margin-bottom: 16px;
        padding-top: 20px;
    }

    .user-review img {
        width: 153px;
        height: 153px;
        border-radius: 50%;
        object-fit: cover;
    }

    .user-review p {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 48px;
        text-align: center;
        color: #000000;
        padding-top: 9px;
    }
    .user-review h2{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .with-datetime{
        padding: 16px;
        background: #EAEAEA;
        border-radius: 5px;
        width: 80%;
        margin: 16px auto 0px auto;
    }
    .with-datetime p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
    }
    .rating-box {
        padding: 80px 0px;
        text-align: center;
    }

    .rating-box h3 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }

    .rating-box .stars {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin-top: 10px;
    }

    .stars i {
        font-size: 35px;
        color: #b5b8b1;
        transition: all 0.2s;
        cursor: pointer;
    }

    .stars i.active {
        color: #ffb851;
        transform: scale(1.2);
    }

    .comment-box h3 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }

    .comment-box .your-comment label {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        margin-top: 28px;
    }

    .comment-box .your-comment input,
    .comment-box .your-comment textarea {
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #A8A8A8;
    }

    .submit-btn {
        background: var(--tutor-green);
        border: 1px solid #D9D9D9;
        border-radius: 50px;
        padding: 16px 36px;
        color: #fff;
        text-align: center;
        display: block;
        margin: 40px auto 80px auto;
    }

    .thanku-section h3 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
        color: #000000;
    }

    .thanku-section p {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #A8A8A8;
        padding-top: 28px;
    }

    /* review invoice start */
    .review-invoice-wrap h3{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 16px;
    }
    .review-invoice-send{
        padding: 38px;
        background: #FFFFFF;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
    }
    .invoice-issue-date p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        color: #000000;
        margin:0;
    }
    .invoice-title h3{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }
    .invoicer-profile img{
        width: 53px;
    }
    .invoicer-profile h3{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }
    .comp-address h2{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-decoration-line: underline;
        color: #000000;
        margin-bottom: 13px;
    }
    .comp-address p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
    }
    .account-info p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        margin: 0px;
    }
    .invoice-total tr td{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        padding: 15px 4px;
    }
    .invoice-total tr{
        border-bottom: 1px solid #010101;
    }
    .invoice-total tr:last-child{
        border-bottom: none;
    }
    .paid-invoice{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        background: #FFFFFF;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        margin: 27px 0px;
    }
    .paid-amount {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .paid-amount label{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
    }
    .paid-amount h3{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        margin-bottom: 0px;
    }
    /* review invoice end */
/* Lesson complete end */


/* dropEmail start */
.mail-page-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.help-title h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 58px;
  color: #000000;
}
.help-description p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}
.help-card{
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: block;
  padding: 20px 23px;    
  height: 100%;
}

.help-card h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-top: 11px;
}
.submit-btn.parent-bg{
background-color: var(--parent-blue);
margin: 30px 0 30px auto;
}
.email-select-box textarea,
.email-select-box input{
  background-color: transparent !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A8A8A8;
  padding: 10px 12px;
}
.email-select-box label{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin-bottom:8px;
}
@media(max-width:480px){
  .help-card h2{
      font-size: 16px;
  }  
}
/* dropEmail end */
/* help section start */

.help-page-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.help-title h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 58px;
  color: #000000;
}
.help-description p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}
.help-card{
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: block;
  padding: 20px 23px;    
  height: 100%;
}

.help-card-img{
  width:53px;
  height:72px; 
}

.help-card-img img{
  width: auto;
}
.help-card h2,
.privacy-policy a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color) !important;
  margin-top: 11px;
}

/* edit lesson start */
.display-all-selected .selected-tabs p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  margin: 0;
}

.child_profile-wrap h3 span {
  color: red;
}

.display-all-selected .selected-tabs label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #636363;
  background: #D9D9D9;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
  padding: 8px 6px;
  margin: 7px 0px;
}

.display-all-selected {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.saved-tutor-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.saved-tutor-btn a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--white);
  background: var(--parent-blue);
  padding: 12px 23px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#loader {
  display: none;
/* / Add styles for your loader here / */
}

.thrive-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
}
.guest-user{
  padding: 28px 40px;
}
.guest-user img{
  width: 156px;
}
.sort-byfillter-views {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.sort-byfillter-views i{
  cursor: pointer;
}

.list-view-element a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  border-radius: 30px;
  padding: 6px 8px;
  width:100%;
  display:block;
  margin-bottom: 10px;
}
/* CUSTOM input */
.custom-select-wrapper {
position: relative;
display: inline-block;
width: 100%;
}

.custom-select-header,.custom-select-header2 {
width: 100%;
padding: 5px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
color: #333;
font-size: 14px;
cursor: pointer;
}

.custom-select-options,.custom-select-options2 {
display: none;
position: absolute;
top: 40px;
left: 0;
width: 100%;
padding: 5px;
border-top: none;
background-color: #fff;
color: #333;
font-size: 14px;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 10px;
z-index:999;
box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
}

.custom-select-option,.custom-select-option2 {
padding: 5px;
cursor: pointer;
}

.hidden-select,.hidden-select2 {
display: none;
}

.pris-cu-dropdown .csm-dropdown-btn {
border: none!important;
justify-content: center!important;
font-family: 'Inter';
font-style: normal;
font-weight: 600!important;
font-size: 20px !important;
line-height: 24px!important;
text-align: center;
color: var(--black-color);
gap: 20px;
}
.custom-select-header2.csm-dropdown-btn.select-subject-btn.child_subjectOpt {
border: none!important;
}

.booking-summary .summary-box {
padding: 20px!important;
}
.select-dropdown-opt:hover{
background: #D9D9D9;
}
.custom-input-pickDate{
border: none !important;
font-size: 20px !important;
font-family: 'Inter';
font-style: normal;
font-weight: 600 !important;
padding: 0 !important;
outline: none !important;
width: 118px !important;
}
/* edit lesson end */

@media(max-width:767px){
  .help-card h2,
  .privacy-policy a{
      font-size: 16px;
  }
}
@media(max-width:480px){
  .help-card h2{
      font-size: 16px;
  }  
}

/* help section end */
/* *************Media queries start*****************8 */
@media(max-width:991px){
  .respon-style{
    margin-top: 1.5rem !important;
  }
  .view-availability {
    margin-top: 20px;
    text-align: left;
  }
   /* tutor section start */
   #change-order-1{
    order: 1;
  }
  #change-order-2{
      order: 3;
  }
  #change-order-3{
      order: 2;
  }
  #change-order-4{
      order: 4;
  }
  /* tutor section end */

  /* booked a lesson start */
  .summary-date-time h2 {
    font-size: 16px;
}
.booking-summary .summary-box .booking-box-1 {
    font-size: 16px;
}
.thanku-section-wrap {
    padding: 30px 50px;
}
.view-profile-btn a {
    font-size: 15px;
}
.back-tutor-btn a {
    font-size: 15px;
}
  /* booked a lesson end */
}
@media(max-width:790px){
  .credit-buyMore-link {
    font-size: 11px;
  }
}
@media(max-width:767px){
  .search-for-tutor a:nth-child(1) {
    width: auto;
  }
  .csm-experience-sub p:nth-child(2) {
    overflow: hidden;
  }
  .csm-subject-subjects p:nth-child(1) {
    overflow: unset;
  }
  /* availibility teacher slot start */
  .slot-availability .slot-select-time input {
    font-size: 16px;
    padding: 17px 10px;
    width: 100px;
  }
  .slot-availability {
      gap: 15px;
  }
  .slot-availability .slot-select-time label {
      font-size: 13px;
  }
  /* availibility teacher slot end */

/* see availibility start */
.read-only-slot{
  display: block !important;
  text-align: left;
  width: 45%;
}
.read-only-select{
  width: 100% ;
}
.week-bookalesson-btn {
  width: 100%;
}
.add-flex-class {
  display: flex;
  align-items: center;
}
.availablity-available  .unavailable-red input[type="checkbox"]{
  accent-color: red !important;
}
/* see availibility end */

/* account setting start */
.csm-edit-btn {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: column;
}

/* account setting end */

/* faqs section start */
  .FAQTitle {
    font-size: 16px !important;
  }
  .FAQS_Title p {
    font-size: 30px;
  }
/* faqs section end */

/* booked a lesson start */
.thanku-section-wrap {
  padding: 30px 40px;
}
.exisitng-credit {
  padding: 34px 20px;
}
#order-change-one {order: 1;}
#order-change-two {order: 2;}
#order-change-three {order: 3;}
/* booked a lesson end */
/* lesson complete start */
.user-review-section {
  padding: 10px;
}
/* lesson complete end */
}
@media(max-width:575px){
  .resp-margin{
    margin-top: 1rem !important;
  }
}
@media(max-width:480px){
  .view-availability {
    margin-top: 20px;
    text-align: left;
  }
  .respon-style{
    margin-top: 1.5rem !important;
  }
  .csm-experience-sub p:nth-child(2) {
    overflow: hidden;
  }
  .csm-subject-subjects p:nth-child(1) {
    overflow: hidden;
  }
  .saved-tutorial-section-wrap, .lesson-section-wrap {
    padding: 15px 10px;
  }
  .tutor-info-detail {
    display: flex;
    gap: 4px;
    flex-direction: column;
  }
  .lesson-section {
    gap: 10px;
  }
  .credit-buyMore-link {
    font-size: 11px;
  }
  .credit-list p:nth-child(1) {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
  .credit-section {
    padding: 15px 10px;
    background: var(--white);
  }
  .credit-list {
    gap: 10px;
  }

  /* Availibility teacher slot start */
  .slot-availability {
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: end;
}
.available_title h2 {
    font-size: 26px;
}
.available_title img{
    width: 40px;
}
.slot-availability .slot-select-time input {
    font-size: 12px;
    padding: 10px 5px;
    width: 60px;
}
.slot-section {
    border-bottom: 1px solid #ccc;
    padding: 50px 25px 34px 25px;
}
.slot-availability .slot-select-time{
    width: 45%;
    text-align: left;
    display: block !important;
}
.slot-availability .slot-select-time select{
    width:100%;
    font-size: 12px;
}
  /* Avalibility teacher slot end */

  /* account setting start */
  .profile_title h2 {
    font-size: 18px;
    line-height: 35px;
  }
  .profile_title h4 {
    font-size: 12px;
    margin-bottom: 30px !important;
  }
  .csm-settings-details,
  .csm-settings-details a {
      width: 100%;
  }
  .show-select-list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.csm-link-tab {
  font-size: 14px !important;
  width: 100%;
}
.child-alpha {
  padding: 15px;
}

.sub-child {
  padding: 12px;
}

.sub-child a {
  font-size: 10px;
}

.sub-child p {
  font-size: 12px;
}

.add-new-child-btn a {
  font-size: 14px;
  padding: 12px;
}
.csm-uploadprofile-btn {
  width: 100%;
}
  /* account setting end */

  /* FAQs section start */
  .FAQS_Title p {
    font-size: 18px !important;
    padding-bottom: 15px;
  }
  .FAQTitle {
      font-size: 12px;
      padding: 5px;
  }
  /* FAQs section end */

 /* tutor profile start */
 .csm-image-btn a{
  width: 100%;
}
 /* tutor profile end */

 /* booked a lesson start */
 .book-a-lesson-title h3 {
  font-size: 24px;
}
.view-profile-btn a {
  font-size: 18px;
}
.back-tutor-btn a {
  font-size: 18px;
}
.thanku-section-wrap {
  padding: 30px 15px;
}
table.booked-lesson-details tr td:nth-child(2) {
  font-size: 14px;
}
.add-to-calender-btn a {
  width: 100%;
  display: block;
}
.manageBooking-btn a {
  width: 100%;
  display: block;
}  
.booked-lesson-btn {
  margin-top: 54px;
  display: block;
} 
.add-to-calender-btn {
  margin-bottom: 19px;
}
.booked-fieldset{
  padding: 0px !important;
}
.summary-date-time h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--black-color);
}
.summary-date-time .custom-input-pickDate{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 24px;
  color: var(--black-color);
}
.profile-section-info .book-username {
  font-size: 24px;
}
.summary-date-time {
  display: flex;
  justify-content: space-evenly;
  align-items: self-start;
  text-align: left;
  flex-direction: column;
}
.pris-cu-dropdown .csm-dropdown-btn {
  font-size: 14px!important;
}
table.booked-lesson-details tr td {
  padding: 8px;
}
.use-existing-btn a {
  padding: 13px 14px;
  font-size: 12px;
  width: 100%;
  display: block;
}
.exisitng-credit {
  align-items: self-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.credit-save-asper-lesson {
  align-items: self-start;
  margin-bottom: 25px;
  flex-direction: column;
}
.credit-per-lesson p:nth-child(1) {
  font-size: 16px;
}
.credit-per-lesson p:nth-child(2) {
  font-size: 12px;
}
.use-existing-btn {
  margin-top: 20px;
}
.payment-gateway-step {
  padding: 60px 20px;
}
.use-existing-btn {
  margin-top: 20px;
}
.booking-summary .summary-box .booking-box-1 {
  font-size: 14px;
}
 /* booked a lesson end */
 /* lesson complete start */
 .punch-line {
  font-size: 22px;
}

.user-review p {
  font-size: 22px;
}

.thanku-section p {
  font-size: 11px;
}

.thanku-section h3 {
  font-size: 32px;
}

.comment-box button {
  margin: 40px auto 40px auto;
}
 /* lesson complete end */
}
/* tutors section end */