@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Train+One&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

fieldset,
legend {
  all: revert;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "GT-Walsheim-Pro-Regular", "DM Sans", sans-serif;
}

/* Chrome, Safari, and Edge */
::-webkit-scrollbar {
  width: 8px;
  /* Set the width of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Change the color of the scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners for the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Change color on hover */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Change the color of the scrollbar track */
}

/* Firefox */
html {
  scrollbar-width: thin;
  /* Thin scrollbar in Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Scrollbar thumb and track colors */
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a,
button {
  text-decoration: none;
  outline: none;
  color: #000;
}

.select__menu {
  z-index: 15 !important;
}

button {
  border: 0;
}

.btn {
  border-radius: 0.18rem;
  -webkit-border-radius: 0.18rem;
  -moz-border-radius: 0.18rem;
  -ms-border-radius: 0.18rem;
  -o-border-radius: 0.18rem;
}

/* Hide password toggle eye icon in Edge and other browsers */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

.custom-border {
  border: 1px solid #cccccc !important;
}

.img-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* header Start  */
.header-without-login {
  padding: 20px 0;
  border-bottom: 1px solid rgba(221, 224, 227, 1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: #034793;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* 
.login-top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    -webkit-animation: slideDown 0.35s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
} */

#root {
  width: 100vw;
  overflow: hidden;
}

.header-search-form {
  position: relative;
}

.header-search-icon {
  position: absolute;
  right: 10px;
  top: 8px;
}

.header-input {
  width: 250px !important;
}

.header-border-bottom {
  border-bottom: 1px solid rgba(221, 224, 227, 0.5);
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 10px 15px !important;
}

.login-anchor,
.signup-anchor {
  color: #000;
  font-size: 16px;
  line-height: 20px !important;
}

.tutor-signup-select {
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 20px;
  appearance: none;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;

  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #747579;
}

.notification-bell-anchor {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f7f9;
  color: #0b0f13;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bell-icon {
  width: 15px;
  height: 15px;
  margin: 0 0 0 3px;
}

.apply-to-teach-anchor {
  width: fit-content;
  min-width: 80px;
  height: 50px;
  padding: 10px 20px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  background: #044496;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.apply-to-teach-sm-anchor {
  width: fit-content;
  padding: 8px 10px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  background: #066ac9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.clear-button-filter {
  width: fit-content;
  padding: 8px 10px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.navbar-expand-xxl .navbar-collapse {
  align-items: center;
}

.navbar-expand-xxl .navbar-nav {
  align-items: center;
}

.navbar-brand {
  margin: 0;
  padding: 10px 0;
}

.logo {
  width: 80px;
}

.border {
  border: 1px solid #000;
}

.tutor-offcanvas-btn,
.tutor-offcanvas-search,
.tutor-offcanvas {
  display: none;
}

.tutor-offcanvas .offcanvas-header {
  padding: 20px;
  background: #024a90;
}

.tutor-offcanvas .offcanvas-body {
  padding: 0 20px;
}

.tutor-offcanvas .offcanvas-body .navbar-nav .nav-item {
  width: 100%;
}

.after-login-header-fixed {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #044496;
}

.university-select {
  padding: 10px 40px 10px 0;
  min-width: 270px;
  height: 50px;
  appearance: none;
  border-radius: 8px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #747579;
}

.university-select-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.search-svg {
  width: 25px;
  height: 20px;
}

.header .navbar-nav .nav-item {
  position: relative;
  font-family: "GT-Walsheim-Pro-Regular";
}

.header .nav-link {
  color: #fff;
  font-size: 15px !important;
}

.header .nav-link.active {
  background: #fff;
  color: #024793;
  padding: 10px;
  border-radius: 8px;
  font-family: "GT-Walsheim-Pro-Bold";
}

.header .nav-link.active .search-svg path {
  fill: #066ac9;
}

.header .nav-link.active.dropdown-toggle.bottom-arrow::after {
  color: #066ac9;
}

.right-side-arrow img {
  width: 10px;
  height: 10px;
}

.header .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header .dropdown-li {
  padding: 5px 0;
}

.dropdown-anchor {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.dropdown-anchor:hover,
.dropdown-anchor:focus {
  background-color: #efefef;
}

.navbar-expand-xxl
  .navbar-nav
  .dropdown:hover
  > .dropdown-menu
  > .dropdown
  > .dropdown-menu {
  top: 50px;
  left: 105%;
}

.navbar-expand-xxl
  .navbar-nav
  .dropdown:hover
  > .dropdown-menu
  > .dropdown:hover
  > .dropdown-menu {
  top: 10%;
}

.offcanvas-ul-one {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
  z-index: 99999;
}

.offcanvas-ul-two,
.offcanvas-ul-three {
  display: none;
}

.offcanvas-li-one {
  padding: 5px 0;
}

.offcanvas-li-three {
  padding-left: 15px;
}

.after-login-drop .dropdown-item {
  padding: 10px;
}

/* .header {
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
} */

/* .fixed-top {
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    border-bottom: 1px solid rgb(0, 0, 0);
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    animation: slideDown 0.35s ease-out;
    -webkit-animation: slideDown 0.35s ease-out;
    transition: box-shadow 0.3s ease-in-out, height 0.2s ease-in-out;
} */

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* header End  */

/* discover-section Start  */
.discover-section {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px 15px;
  margin-top: -53px;
}

.svg-20px {
  width: 20px;
  height: 20px;
}

.svg-30px {
  width: 30px;
  height: 30px;
}

.text-bg-blue {
  background-color: #066ac9 !important;
}

.border-50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.discover-h1 {
  font-size: 45px;
  font-weight: 900;
}

.CountryCodeBox {
  padding: 5px;
}

.discover-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.discover-left {
}

.discover-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.discover-video-anchor {
  height: 55px;
  width: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-light);
  border-color: var(--bs-light);
  color: var(--bs-gray-900);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.discover-video-anchor .fas.fa-play {
  margin: 0 0 0 5px;
}

.whatch-video-heading {
  font-size: 16px;
  font-weight: 600;
  color: #24292d;
  line-height: normal;
}

.border-8px {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.online-p {
  font-size: 20px;
  margin: 20px auto;
  max-width: 600px;
}

.all-tab-main {
  height: 500px;
}

.all-one-tab {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* discover-section End   */

/* our-experienced-tutors-section Start */
.our-experienced-tutors-section {
  padding: 100px 0;
}

.number-of-std-rating {
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: 600;
}

.text-blue-page {
  color: #034496;
}

.text-reach {
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: 400;
  line-height: 16.88px;
  text-align: left;
  color: rgba(116, 117, 121, 1);
}

.card-title-user-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.69px;
  text-align: left;
}

.text-hour {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.text-currancy {
  font-size: 16px;
  font-weight: 900;
  line-height: 28.13px;
  text-align: left;
}

.card-overlay-hover:before {
  background-color: transparent;
}

.card-title {
  margin: 0;
}

.card {
  box-shadow: 0px 0px 30px 0px #1d3a5326;
}

.pt-50px {
  padding: 50px 0 0 0;
}

.user-name-post {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 12px 0;
}

.user-name-post .card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.index-heading-2 {
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 30px 0;
}

.aboutUs-text .text-blue-page {
  font-weight: 800;
}

/* our-experienced-tutors-section End */

/* what-students-section Start  */
.what-students-section {
  padding: 60px 0 110px;
}

.what-stds-left-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.what-stds-bg-blue {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background: radial-gradient(
    146.15% 120.65% at 7.43% 3.99%,
    #4b66ba 0%,
    #8c68c8 100%
  );
  position: relative;
  z-index: 10;
}

/* .what-stds-bg-blue::after {
    content: "";
    width: 150%;
    height: 660px;
    border: 1px solid #066AC9;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 50%;
} */

.what-text {
  font-size: 20px;
  padding: 40px 0;
  color: #fff;
}

.user-img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.what-user-main {
  display: flex;
  align-items: center;
  gap: 25px;
}

.user-name-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}

.user-post-text {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #fff;
}

.what-stds-right-main {
  width: 100%;
  height: 100%;
  position: relative;
}

.dotted-shap {
  width: 175px;
  height: 175px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
}

.what-stds-text {
  font-size: 55px;
  font-weight: 900;
  color: #066ac9;
  line-height: 66px;
  max-width: 510px;
}

.teatimonial-text {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.minuteness-text {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #444;
}

.what-looked-text {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #666666;
}

.what-teastimonial-div {
  padding: 0px 0 0 65px;
}

/* .what-stds-item{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
} */

.what-stds-bg-blue .slick-prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -70px;
  right: 60px;
  z-index: 1;
  border: 0;
  background-color: #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.what-stds-bg-blue .slick-prev:before {
  content: "";
  font-size: 0;
}

.what-stds-bg-blue .slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -70px;
  right: 0px;
  z-index: 1;
  border: 0;
  background-color: #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.what-stds-bg-blue .slick-next:before {
  content: "";
  font-size: 0;
}

.what-stds-bg-blue .slick-prev:hover,
.what-stds-bg-blue .slick-prev:focus,
.what-stds-bg-blue .slick-next:hover,
.what-stds-bg-blue .slick-next:focus {
  outline: none;
  background: #f3f3f3;
}

/* what-students-section End   */

/* planting-purpose-section Start */

.planting-purpose-section {
  position: relative;
  padding: 140px 0;
}

.planting-purpose-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../images/banner/green-leep-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.planting-purpose-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #066ac9c2;
  z-index: 1;
}

.search-by-subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.planting-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 20px;
}

.planting-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}

.number-of-planting-heading {
  font-family: "Train One";
  font-size: 110px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}

/* planting-purpose-section End */
/* faq-section Start  */
.faq-section {
  padding: 50px 0;
  background: #f9f9f9;
}

.faq-heading {
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #000;
}

.contact-anchor {
  color: #066ac9;
  text-decoration: underline;
}

.we-are-text {
  font-size: 19px;
  max-width: 800px;
  line-height: 31px;
  margin: 12px auto 2px;
  font-weight: 400;
  text-align: center;
}

.faq-sub-main {
  display: flex;
  gap: 30px;
}

.faq-sub-left {
  width: 30px;
  height: 30px;
}

.faq-sub-right {
  width: calc(100% - 30px);
}

.faq-sub-heading {
  font-size: 20px;
  font-weight: 900;
  line-height: 24.38px;
  text-align: left;
  margin: 0 0 10px 0;
}

.faq-sub-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #24292d;
}

/* faq-section End  */

/* footer Start  */
.footer-main {
  background: #fff;
}

.become-footer-main {
  background: #fff;
  padding: 50px 0 0;
}

.my-bg-blue {
  background: #fafbff;
}

.footer-one {
  background: #024793;
}

.become-tutor-main {
  position: relative;
}

.become-tutor-sub {
  max-width: 80%;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: rgba(247, 202, 87);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -190px;
}

.become-heading {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
}

.become-text {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 663px;
  color: #000;
  margin: 10px 0;
}

.left-round-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.left-small-round-img {
  position: absolute;
  left: 40%;
  top: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.left-box-img {
  position: absolute;
  right: 10px;
  top: 0px;
}

.left-right-round-img {
  z-index: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.footer-main-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 100px 0 60px;
}

.become-footer-main-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}

.become-heading {
  font-size: 40px;
  font-weight: 1000;
  margin-bottom: 0;
}

.f-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
  color: #fff;
  margin-bottom: 50px;
  opacity: 0.9;
}

.f-menu .nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}

.f-social {
  margin: 22px 0;
}

.f-copy-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}

.f-social-anchor {
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.footer-links {
  color: #fff;
}

.f-menu {
  padding-top: 60px;
  padding-bottom: 127px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* footer End  */

/* login-section Start  */
.apply-fixed {
  width: inherit;
  position: fixed;
}

.apply-left-main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.login-left-main {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.login-left-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(5, 5, 5, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.login-left-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-left-head {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 550px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-right-scroll {
  min-height: 1200px;
}

.login-right-scroll {
  min-height: 1200px;
}

.login-left-head::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(5, 5, 5, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.login-left-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
}

.login-left-head .slick-prev,
.login-left-head .slick-next {
  font-size: 0;
  border: 0;
  display: none;
}

.login-left-head .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  position: absolute;
  bottom: 150px;
  margin: 0 auto;
  width: 100%;
}

.login-left-head li {
  width: 50px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-left-head .slick-dots li.slick-active {
  background-color: #7bb2e7;
  width: 50px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-left-head .slick-dots li button {
  font-size: 0px;
  width: 10px;
  border: 0;
}

/* owl  */
.login-left-owl-head {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 550px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-left-owl-head::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(5, 5, 5, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.login-left-owl-head .owl-item {
  width: 550px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-left-owl-head .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  position: absolute;
  bottom: 150px;
  margin: 0 auto;
  width: 100%;
}

.login-left-owl-head .owl-dot span {
  width: 50px !important;
  height: 8px !important;
  margin: 0 !important;
}

.login-left-owl-head .owl-dot.active span {
  background-color: #7bb2e7 !important;
}

.login-left-owl-head .owl-dot {
  width: 50px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-left-owl-head .owl-dot.active {
  background-color: #7bb2e7;
  width: 50px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* owl  */

.login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}

.login-form {
  margin: 70px auto;
  padding: 70px 50px;
  border: 1px solid #eff0f6;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  box-shadow: 0px 5px 16px 0px #080f340f;
}

.login-text {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #170f49;
  text-align: center;
  padding: 0 0 50px 0;
}

.login-input {
  height: 60px;
  border: 1px solid #eff0f6;
  box-shadow: 0px 2px 6px 0px #13124212;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #170f49;
  padding: 0;
}

.login-icon {
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-control {
  box-shadow: none;
}

.login-forget {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.max-width-btn {
  width: 135px;
  height: 50px;
}

.fs-16px {
  font-size: 16px;
}

.login-header .nav {
  gap: 20px;
  align-items: center;
}

.infinite-scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
  /* Prevents horizontal scrolling */
  width: 100%;
}

@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures header stays on top */
  }

  header + * {
    margin-top: 100px;
  }
}

.border-right {
  border-right: 1px solid rgba(36, 41, 45, 0.588);
}

.forgot-password-modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* login-section End  */

/* apply-to-teach-section */

.apply-one {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.apply-heading {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 10px;
}

.apply-text {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  color: #6f6c90;
}

.apply-form {
  margin: 20px auto 50px;
  padding: 40px;
  border: 1px solid #eff0f6;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  box-shadow: 0px 5px 16px 0px #080f340f;
}

.apply-form input {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #6f6c90;
  box-shadow: none;
  height: 50px;
}

.personal-text {
  font-size: 25px;
  padding: 20px 0 0 0;
  border-top: 2px solid rgba(217, 219, 233, 0.5);
}

.same-no-div {
  display: flex;
  align-items: center;
}

.same-no-div label {
  padding: 0 0 0 5px;
  font-size: 14px;
}

.con-text {
  font-size: 14px;
  padding: 10px 0 0;
}

.contact-link {
  color: #066ac9;
  font-weight: 600;
}

.apply-input {
  font-size: 14px;
  height: 50px;
  padding: 4px 15px;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.apply-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.apply-icon img {
  width: 100%;
  height: 100%;
}

.mt-30px {
  margin-top: 30px;
}

.back-next-center-btn-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0 0;
}

.back-next-between-btn-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  padding: 0 10px 0 16px;
  border-right: 1px solid #eff0f6;
}

#mobile_code {
  padding-left: 110px !important;
}

.sem-div {
  display: flex;
  gap: 5px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.sem-one {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  background: #066ac9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sem-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

.radio-on-off-main {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.apply-textarea {
  width: 100%;
}

.apply-textarea textarea {
  width: 100%;
  border: 1px solid #eff0f6;
  box-shadow: none;
  min-height: 80px;
  padding: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.apply-back-btn {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #007bff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  font-size: 18px;
  font-weight: 500;
}

.apply-back-btn:hover {
  color: #fff;
  background: #066ac9;
}

.apply-user-photo {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}

.apply-add-photo {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.apply-input-file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 15;
}

.cloud-img {
  width: 65px;
  height: 65px;
}

.apply-camera-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.apply-camera-input input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.cloud {
  width: 100%;
  padding: 20px 0;
  background: #f0f6fc;
  border: 1px solid #eff0f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
}

.doc_upload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.doc_upload .upload-text {
  color: #fff;
  font-size: 24px;
}

.cloud-img {
  width: 65px;
  height: 65px;
  filter: brightness(0) invert(1);
}

.docs-letter-1 {
  background-image: url("../images/documents/p-card.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.docs-letter-2 {
  background-image: url("../images/documents/t-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.docs-letter-3 {
  background-image: url("../images/documents/m-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.update-btn {
  padding: 30px 0 0;
}

.apply-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.apply-rounded {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #066ac9;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.apply-deshed {
  width: 70px;
  height: 6px;
  background: #066ac9;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.apply-thank-you-modal .modal-header {
  justify-content: center;
  padding: 30px 20px 20px 20px;
}

.apply-thank-you-modal .modal-body {
  padding: 20px;
}

.apply-thank-you-modal .modal-footer {
  border: 0;
  padding: 20px 20px 30px 20px;
  justify-content: center;
  align-items: center;
}

.apply-thank-you-modal .modal-content {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.apply-modal-img {
  width: 100px;
  height: 100px;
  margin: 20px auto;
}

.apply-modal-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #066ac9;
  margin: 0 0 10px 0;
}

.modal .apply-modal-heading {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
}

.text-theme {
  color: #096dc5;
}

.apply-modal-text {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #6f6c90;
}

.apply-modal-ok-btn {
  color: #fff;
  background: #066ac9;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.apply-modal-cancel-btn {
  color: #fff;
  background: #9a9ea4;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.apply-form-next-btn {
  color: #fff;
  background: #066ac9;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 0;
}

.pb-30px {
  padding-bottom: 30px;
}

.apply-form-deshed {
  width: 100%;
  height: 6px;
  background: #066ac9;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.apply-form-blue {
  background: #066ac9 !important;
}

.apply-form-light {
  width: 100%;
  height: 6px;
  background: #eff0f6;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.apply-modal-li {
  width: 23%;
}

.radio-on-off-main [type="radio"]:checked,
.radio-on-off-main [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-on-off-main [type="radio"]:checked + label,
.radio-on-off-main [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.radio-on-off-main [type="radio"]:checked + label:before,
.radio-on-off-main [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #066ac9;
  border-radius: 100%;
  background: #fff;
}

.radio-on-off-main [type="radio"]:checked + label:after,
.radio-on-off-main [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #066ac9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-on-off-main [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-on-off-main [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*  */

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
  /* border-bottom: 1px solid #D9DBE9; */
  /* padding: 0 0 30px 0; */
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  /* overflow-x: hidden; */
}

/* .cannot-anchor {
    font-size: 14px;
    font-weight: 600;
    color: #066AC9;
} */

/* apply-to-teach-section end  */

/* tutor-dashboard-section Start  */

.tutor-dashboard-section {
  padding: 0;
}

.week-booking-main .card-body {
  padding: 10px 20px;
}

.week-booking-main {
  margin-top: 30px;
}

.border-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.earning-chart-main .card-header {
  padding: 18px 20px;
}

.page-content .page-content-wrapper {
  margin: 0;
  border-radius: 0;
  min-height: auto;
  background: #fafbff;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 30px 30px;
  margin-top: 80px;
}

/* .top-bar {
    z-index: 10;
} */

.tutor-bg {
  background: #034793;
}

.tutor-left-bar {
  position: absolute;
  z-index: 0;
  top: 79px;
  left: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.tutor-menu-icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-25 {
  width: 25px;
  height: 25px;
}

.sidebar.navbar-expand-xl .sidebar-content .navbar-nav .nav-link {
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
}

.sidebar.navbar-expand-xl .sidebar-content .navbar-nav .nav-link.active {
  font-size: 14px;
  background: #fff;
  color: var(--bs-primary) !important;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sidebar.navbar-expand-xl
  .sidebar-content
  .navbar-nav
  .nav-link.active
  svg
  path {
  filter: invert(28%) sepia(66%) saturate(5242%) hue-rotate(197deg)
    brightness(90%) contrast(95%);
}

.sidebar.navbar-expand-xl .sidebar-content .navbar-nav .nav-link:hover {
  color: var(--bs-primary) !important;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sidebar.navbar-expand-xl
  .sidebar-content
  .navbar-nav
  .nav-link
  .tutor-menu-icon
  svg
  path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sidebar.navbar-expand-xl
  .sidebar-content
  .navbar-nav
  .nav-link:hover
  .tutor-menu-icon
  svg
  path {
  fill: #066ac9;
}

.pt-30 {
  padding-top: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.sidebar.navbar-expand-xl
  .sidebar-content
  .nav-item
  [data-bs-toggle="collapse"]:before,
.sidebar.navbar-expand-xl
  .sidebar-content
  .nav-item
  [data-bs-toggle="collapse"]:after {
  display: none;
}

.tutor-footer {
  margin-top: auto;
  margin-bottom: 85px;
  border-top: 1px solid #dfe0eb;
}

.color-blue {
  color: #066ac9;
}

.tutor-sub-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: rgb(0 0 0 / 60%);
  margin: 0 0 10px 0;
}

.border-bottom {
  border-bottom: 1px solid #dde0e3;
}

.bg-purpal {
  background: #e5e4ff;
}

.bg-yellow {
  background: #fff3d6;
}

.bg-green {
  background: #d9f7e8;
}

.bg-orange {
  background: #ffded1;
}

.bg-red {
  background: rgba(214, 41, 61, 0.2);
}

.bg-perot {
  background: rgba(12, 163, 186, 0.2);
}

.color-active {
  color: #138a4f !important;
}

.pt-25 {
  padding-top: 25px;
}

.tutor-dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tutor-header-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tutor-header-setting-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tutor-chf-text {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.tutor-search-input {
  border: 0;
  padding: 10px 10px 10px 40px;
  width: 300px;
}

.tutot-time-date-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  gap: 5px;
}

.tutot-time-date-text {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.time-of-setion {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}

.p-20px {
  padding: 20px;
}

.tutor-dashboard-footerr {
  border-top: 1px solid #dde0e3;
  /* margin: 30px 0 0; */
}

.tutor-footer-text {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.purecounter-heading {
  font-size: 35px;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  color: #24292d;
}

.purecounter-heading-online {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 0;
  color: #138a4f;
}

.tutor-user-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.25px;
  text-align: left;
  color: #343a40;
  font-family: "GT-Walsheim-Pro-Bold";
}

.tutor-instructor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tutor-avatar-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.shadow {
  box-shadow: 0px 0px 20px 0px #1d3a5326 !important;
}

.tutor-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #24292d;
  margin: 0px 0;
}

/* tutor-dashboard-section  end  */

/* tutor-today-section Start  */
.tutor-today-section {
  padding: 0;
}

.tutor-today-top-main {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tutor-today-top-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tutor-today-top-right {
  display: flex;
  flex-direction: column;
}

.tutor-today-top-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #000000;
}

.tutor-today-top-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tutor-checkbox-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.form-check-input {
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  margin-top: 0;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}

.form-check-round-input {
  --bs-form-check-bg: var(--bs-gray-200);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("../images/icons/round-untick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  width: 22px;
  height: 22px;
  border: none;
}

.form-check-round-input:checked[type="checkbox"] {
  background-image: url("../images/icons/round-tick.svg");
}

.tutor-checkbox-text {
  display: block;
  width: 100%;
  color: #747579;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  cursor: pointer;
}

.tutor-today-bottom-main {
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #d7d7d7;
  background-color: #fff;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tutor-today-bottom-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
}

.tutor-today-bottom-days {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tutor-today-bottom-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tutor-today-bottom-day {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 65px;
}

.tutor-today-bottom-text {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #066ac9;
}

.tutor-today-bottom-brown {
  color: #747579;
}

.tutor-today-bottom-time-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 70%;
}

.tutor-today-bottom-add-div {
  /* width: 15%; */
  display: flex;
  justify-content: flex-end;
}

.tutor-today-bottom-time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tutor-today-bottom-time-select {
  font-size: 14px;
  width: 150px;
  padding: 10px 20px;
  height: 50px;
  appearance: none;
  border-radius: 8px;
  border: 1px solid #eff0f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;

  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #747579;
}

.tutor-dash {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #747579;
}

.tutor-today-bottom-add {
  font-size: 14px;
  font-weight: 600;
  line-height: 37.5px;
  color: #066ac9;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 22px;
  height: 22px;
}

.tutor-today-pad-left {
  padding-left: 50px;
}

/* tutor-today-section end  */

/* tutor-payment-section Start  */
.tutor-payment-left {
  background: #fff;
  padding: 30px 20px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0px 0px 40px 0px #1d3a5326;
}

.tutor-payment-div {
  position: relative;
}

.tutor-payment-div .tutor-today-bottom-time-select {
  width: 100%;
  background-position: center right 5%;
}

.tutor-payment-save-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}

.payment-method-cod {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  text-align: left;
  color: #24292d;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tutor-payment-method {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #9a9ea433;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  /* margin: 20px 0 0; */
}

.capture-code-input {
  width: 100%;
}

.pad-20px {
  padding: 20px;
}

.payment-required-star {
  color: red;
}

.tutor-payment-right {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 40px 0px #1d3a5326;
  padding: 30px;
  margin: 20px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: sticky;
  top: 176px;
}

.tutor-payment-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #24292d;
  margin: 0 0 20px 0;
}

.tutor-payment-right-sketch {
  display: flex;
  gap: 10px;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #9a9ea4;
}

.tutor-payment-right-img {
  width: 100px;
  height: 80px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.diamond {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.tutor-today-top-heading {
  font-size: 22px;
  font-weight: 900;
  line-height: normal;
  color: #24292d;
}

.tutor-payment-right-ammount {
  font-size: 27px;
  margin: 10px 0 0 0;
  font-weight: 1000;
  line-height: normal;
  color: #066ac9;
}

.tutor-payment-right-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.payment-original-price {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #24292d;
}

.payment-discount-price {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #d6293e;
}

.payment-original-total-price {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #24292d;
}

.payment-to-but-btn {
  margin: 15px 0 0;
}

.payment-tc {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #747579;
  padding: 10px 0 0 0;
}

.payment-tc-anchor {
  color: #007bff;
  font-weight: 600;
}

/* tutor-payment-section End  */

/* tutor-page-banner-section Start  */
.tutor-page-banner-section {
  padding: 50px 0;
}

.all-page-heading-div {
  margin: 0 0 25px 0;
}

.spots-remaning-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 5px 0;
}

.availble-spots,
.booked-spots {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.availble-spots {
  color: #138a4f;
}

.booked-spots {
  color: #000;
}

/* tutor-page-banner-section End   */

/* tutor-find-tutor-section start  */
.cource-name {
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  color: #034496;
}

.university-name {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin: 10px 0;
  color: rgba(6, 107, 201, 0.8);
}

.course-description-heading {
  font-size: 20px;
  color: #034496;
}

.course-detailes {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 10px 0;
  color: rgba(0, 0, 0, 0.5);
}

.course-detail-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

a.see_more {
  color: #066ac9;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.list-group .list-group-item {
  font-size: 14px;
}

.offline-media {
  color: #747579;
}

.my-text-success {
  color: #138a4f;
}

.form-select {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 36px 4px 10px;
  text-align: left;
  height: 50px;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.search-anchor {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.tutor-find-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tutor-find-la-ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tutor-find-la-li {
  font-size: 14px;
  font-family: "GT-Walsheim-Pro-Regular";
}

.tutor-find-text-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.tutor-find-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.card-img-top {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.card-title {
  font-size: 16px;
  line-height: normal;
  margin-right: auto;
}

.tutor-find-name {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.tutor-find-price {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #000;
  font-weight: 1000;
}

.hstack {
  flex-wrap: wrap;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.floating-filter-button {
  position: fixed;
  bottom: 5%;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #034793;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #fff;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}

.floating-filter-button.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.floating-filter-button i {
  font-size: 20px;
}

.desktop-filter-button {
  position: fixed;
  bottom: 5%;
  right: 60px;
  width: 160px;
  height: 60px;
  background-color: #034793;
  color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #fff;
}

.desktop-filter-button:hover {
  background-color: #0460c4; /* lighter blue */
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.sticky-top {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sticky-content {
  max-width: 1300px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.find-fav-button {
  position: absolute;
  top: 6px;
  right: 6px;
}

.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.filter-content {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  max-height: 90%;
}

/* tutor-find-tutor-section end */

/* tutor-find-tutor-details-section start  */
.tutor-details {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  font-family: "GT-Walsheim-Pro-Regular";
}

.chat-anchor {
  color: #066ac9;
}

.tutor-university {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.tutor-degree {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.tutor-hi {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.std-review-schdual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}

.review-view-more {
  font-size: 14px;
  line-height: normal;
  color: #066ac9;
  font-weight: 600;
}

.tutor-name {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  font-family: "GT-Walsheim-Pro-Bold";
}

.card-label-text {
  font-size: 14px;
  font-family: "GT-Walsheim-Pro-Regular";
  font-weight: 500;
}

.tutor-sub-heading {
  font-size: 17px;
  color: rgb(0 0 0 / 60%);
  line-height: normal;
  font-weight: 500;
}

.tutor-bio {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #4f547b;
}

.course-profile-avatar {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}

.instructor-name {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #066ac9;
  margin: 20px 0 0;
}

.cource-history {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.tutor-find-total {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.students-review-p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0;
  color: #4f547b;
}

.student-review {
  margin: 20px 0;
}

.tutor-student {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 20px;
  box-shadow: none;
  border-radius: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #e1edf8;
  overflow: hidden;
}

.tutor-student-main {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tutor-student-one-main {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.tutor-std-left {
  display: flex;
  gap: 10px;
}

.bottom-card-menu {
  visibility: hidden;
}

.custom-badge {
  background: #044496;
  cursor: text;
  font-size: 15px;
}

/* tutor-find-tutor-details-section End  */

/* tutor-booking-details-section Start  */

.tutor-booking-one {
  padding: 20px;
  margin: 24px 0 0;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px #1d3a5326;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tutor-bill-main {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px #1d3a5326;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tutor-pay-now {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.tutor-booking-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tutor-booking-ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.tutor-course-left {
  min-width: 150px;
}

.tutor-total-course-text {
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.tutor-course-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tutor-booking-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tutor-booking-li {
  padding: 0 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tutor-card-details {
  margin: 10px 0;
  font-size: 14px;
  line-height: normal;
}

.tutor-bill-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0;
}

.tutor-course-coupon-code {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #066ac9;
  text-decoration: underline;
}

.tutor-card-payment-method {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #9a9ea433;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.tutor-bill-form {
  width: 50%;
}

.course-not-allowed {
  cursor: not-allowed;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.tutor-course-next-btn {
  font-size: 16px;
  font-weight: 500;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #066ac9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* tutor-booking-details-section End  */

/* tutor-booking-left-section Start  */

.tutor-booking-left {
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 25px 0 0 0;
  background: #fff;
  box-shadow: 0px 6px 40px 0px #1d3a5326;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* tutor-booking-left-section End  */

/* std-review-section Start */
.std-review-section {
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.std-review-section .intructor-card-img {
  width: 300px;
  height: 300px;
}

.total-review-one {
  padding: 20px 0;
}

.total-review-text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.total-number-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.total-rate-review-one {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.total-rate-us {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.number-of-star-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.rate-and-review-select-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.rate-select {
  width: 50%;
  height: 50px;
  padding: 4px 10px;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 2px 6px 0px #13124212;
}

.rate-anchor {
  display: flex;
  align-items: center;
}

/* std-review-section End   */

/* tutor-notification-section Start  */
.tutor-notification-main {
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 25px 0 0 0;
  background: #fff;
  box-shadow: 0px 6px 40px 0px #1d3a5326;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tutor-notification-one {
  padding: 40px 0;
}

.notifocation-nav .nav {
  gap: 10px;
  border-bottom: 1px solid #d9dbe9;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.notifocation-nav .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #000;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 5px 12px 15px;
}

.notifocation-nav .nav .nav-item .nav-link.active {
  color: #066ac9;
  border-bottom: 2px solid #066ac9;
}

.tutor-notification-sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d9dbe9;
}

.notification-close {
  width: 25px;
  height: 25px;
  /* margin: 0px 10px 10px 10px; */
  /* order: 3; */
}

.otification-listing {
  width: 60%;
  padding: 0 10px;
}

.lable-of-notification-message,
.lable-of-notification-booking,
.lable-of-notification-payment,
.lable-of-notification-admin {
  font-size: 14px;
  padding: 5px 8px;
  margin: 0 0 10px 0;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.lable-of-notification-message {
  background-color: #138a4f;
}

.lable-of-notification-booking {
  background-color: #066ac9;
}

.lable-of-notification-payment {
  background-color: #ddb100;
}

.lable-of-notification-admin {
  background-color: #000000;
}

.text-of-notification {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.name-of-person {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 10px 0 0;
}

.notification-date-time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 30%;
}

.notification-dt-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.all-badge {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0;
}

.drop-notification-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 10px 0;
}

.notification-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.drop-notification-anchor {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #dde0e3;
}

.notificatione-text p {
  font-size: 14px;
  font-weight: 400;
  color: #565656;
}

.notificatione-text span {
  font-size: 13px;
}

/* tutor-notification-section End  */
.notificatione-text span {
  font-size: 12px;
  color: #999;
}

/* tutor-faq-section Start  */
.tutor-faq-section {
  padding: 50px 0;
}

.faq-accordian-btn {
  font-size: 16px;
  font-weight: 600;
}

.faq-ans-text {
  font-size: 14px;
  line-height: normal;
  color: #747579;
}

.related-topic-heading {
  font-size: 20px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.topic-name-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px 0;
}

.tutor-faq-one {
  padding-left: 20px;
}

/* tutor-faq-section End  */

/* tutor-terms-section  Start  */

.tutor-tandc-main {
  padding: 20px;
}

.tc-ul {
  list-style: number;
}

.tc-li {
  padding: 10px 0;
}

.tc-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.tc-text-bold {
  font-weight: 600;
}

.mt-25px {
  margin-top: 25px;
}

.modal-container {
  width: 100%;
  max-width: 600px;
  max-height: 85vh;
  height: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 6px 40px 0px rgba(29, 58, 83, 0.15);
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  scrollbar-width: none;
}

.box-of-the-web {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 6px 40px 0px #1d3a5326;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.modal-container .modal-content {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.close-icon {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #333;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}

/* tutor-terms-section  End  */

/* tutor-about-us-section Start  */

.tutor-about-us-section {
  padding: 50px 0;
}

.aboutUs-heading-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0 0;
}

.aboutUs-heading {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.aboutUs-text {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding: 10px 0 0;
}

.about-us-ul {
  list-style: disc;
  padding: 0 0 0 25px;
}

.aboutUs-ol {
  list-style: none;
  padding: 35px 0 0 15px;
}

.aboutUs-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 2px solid #f1f2f3;
}

.aboutUs-item:last-child {
  border-left: 2px solid transparent;
}

.aboutUs-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #30419b;
  background-color: #fff;
}

.investor_flex {
  margin: 0 0 30px 0;
}

.investor_flex p {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
}

.timeline ul li time {
  font-size: 50px;
  color: #fff;
}

.timeline ul li p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 28px;
  letter-spacing: 0.2px;
  padding: 10px 0 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #444;
}

.intro {
  background: #f45b69;
  padding: 100px 0;
}

.timeline ul {
  background: transparent;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #444;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: linear-gradient(
    225deg,
    rgba(6, 106, 201, 1) 0%,
    rgba(6, 147, 201, 1) 100%
  );
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: -439px;
}

.timeline ul li:nth-child(odd) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #066ac9;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #066ac9;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #066ac9;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
}

.timeline ul li:nth-child(8) div {
  left: 45px;
}

.timeline ul li:nth-child(8) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #066ac9 transparent transparent;
}

.timeline ul li:nth-child(8) div {
  left: 45px;
}

.timeline ul li:nth-child(8) div {
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.timeline ul li .about-us-img {
  height: 300px;
  padding: 0;
}

.fix_label span.current {
  font-size: 14px;
  color: #989898;
}

.replace_div {
  display: flex;
  gap: 10px;
}

.filter-0 {
  filter: none !important;
}

.number_text {
  border: 1px solid #eff0f6;
  width: 60px;
  height: 45px;
  border-radius: 8px;
  padding: 8px 5px;
  font-size: 14px;
}

.edit_icon i {
  font-size: 16px;
}

.schedule_btn {
  padding: 10px 30px;
}

.big_calender_custom_class {
  height: 600px;
}

/* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li p {
    font-size: 18px;
  }

  .timeline ul li time {
    font-size: 30px;
  }

  .timeline ul {
    padding-top: 0;
  }

  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fb864e transparent transparent;
  }

  .big_calender_custom_class {
    height: 450px;
  }

  .rbc-toolbar-label,
  .rbc-btn-group button {
    font-size: 12px !important;
  }

  .event-custom,
  .rbc-button-link,
  .rbc-show-more {
    font-size: 10px !important;
  }

  .rbc-btn-group button {
    padding: 5px !important;
  }

  .rbc-toolbar {
    /* flex-direction: row !important; */
  }
}

/* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.25);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}

.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

/* tutor-about-us-section End  */

/* tutor-contact-us-section Start  */
.tutor-contact-us-section {
  padding: 50px 0;
}

.contact-us-head-main {
  padding: 0px 0 50px;
  margin: 0 auto;
  text-align: center;
}

.contect-us-heading {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
}

.contact-us-sub-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px 0;
}

.we-are-sub-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
  max-width: 600px;
}

.cotact-us-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}

.cotact-us-li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.about-us-anchor {
  font-size: 14px;
  font-weight: 500;
}

.contact-us-select {
  width: 100%;
  padding: 10px 20px;
  height: 50px;
  appearance: none;
  border-radius: 8px;
  border: 1px solid #eff0f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;

  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #6f6c90;
}

.contact-us-img {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.contact-us-left-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.img-icon {
  width: 25px;
  height: 25px;
}

.contactUsLeft_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* tutor-contact-us-section End  */

/* tutor-blog-section Start */
.tutor-blog-section {
  padding: 50px 0;
}

.blog-discription {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blog-img .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blog-card {
  height: 100%;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-person-name,
.blog-time-date {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.blog-person-name {
  font-weight: 700;
}

/* tutor-blog-section End */

/* student-search-tutor-section   Start  */
.student-search-tutor-section {
  padding: 50px 0;
}

.std-tutor-two {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}

.std-tutor-two table {
  width: 100%;
  border-collapse: collapse;
}

.std-tutor-two table tbody tr td {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}

.active-td {
  background: #f1f2f3 !important;
}

.std-tutor-two table thead {
  background: #034793;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.std-tutor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.date-heading {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  white-space: nowrap;
}

.std-tutor-btn {
  display: flex;
  gap: 20px;
  padding: 6px 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.std-tutor-day-anchor {
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.std-pn-anchor {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #fff !important;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.std-tutor-anchor {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #747579;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
}

.std-tutor-day-text {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}

.day-off {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgb(153 153 153 / 30%);
}

.day-fixed-off {
  color: #fff;
  background-color: #999;
  width: 10px;
  height: 10px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.partial-booked {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgb(255 165 0 / 80%);
}

.partial-fixed-booked {
  color: #fff;
  font-weight: 700;
  background-color: #ffa500;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.available-now {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #23c83e;
}

.available-fixed-now {
  color: #fff;
  background-color: #23c83e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.schdual-text {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}

.fully-booked {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  background-color: #bb0000;
  padding: 10px 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.fully-fixed-booked {
  color: #fff;
  background-color: #bb0000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.std-schedual-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
}

.std-schedual-li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slot-tome-text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.individual-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  color: #118822;
}

.course-table-heading {
  color: #066ac9;
}

.slot-confirmed-text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #066ac9;
}

.std-search-back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.add-remove-slots-anchor {
  font-size: 16px;
  color: #fff;
  background: #066ac9;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.std-time-next {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}

.std-time-next-left {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}

.std-tutor-one {
  padding: 0 0 50px 0;
}

.std-progress-bar {
  padding: 20px 0;
}

.std-price-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}

.std-price-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.std-price-li {
  display: flex;
  align-items: center;
  gap: 30px;
}

.std-left-lable {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #066ac9;
  min-width: 200px;
  text-align: left;
}

.std-left-price {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  min-width: 150px;
  text-align: left;
}

.std-price-right {
  display: flex;
}

.re_calculate_anchor {
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
}

.std-input {
  width: 300px;
  height: 50px;
  font-size: 14px;
  padding: 4px 15px;
  border: 1px solid #eff0f6;
  border-radius: 8px 0px 0 8px;
  -webkit-border-radius: 8px 0px 0 8px;
  -moz-border-radius: 8px 0px 0 8px;
  -ms-border-radius: 8px 0px 0 8px;
  -o-border-radius: 8px 0px 0 8px;
}

.std-personal-details {
  width: 50%;
  text-align: left;
  padding: 0 20px;
}

.std-capture-img {
  width: 80px;
  height: 35px;
}

.std-capture-code {
  display: flex;
  align-items: center;
  gap: 15px;
}

.std-terms {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hidden {
  display: none;
}

.chose-time-text {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #066ac9;
  padding: 10px 0;
}

.left-back-img {
  width: 30px;
  height: 20px;
}

.day_name {
  width: 100%;
  margin-bottom: 10px;
  /* display: flex; */
  /* justify-content: space-between; */
}

.day_name ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.day_name li {
  position: relative;
  /* margin-bottom: 6px; */
}

.day_name label {
  font-size: 20px;
  color: #096dc5;
  font-weight: 600;
}

.day_name h5 {
  font-size: 22px;
  font-weight: 900;
}

.time_s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  gap: 5px;
  padding: 4px 6px;
  border-radius: 8px;
}

.time_s .start_date,
.time_s .end_date {
  padding: 4px 5px;
  color: #747579;
  border: 1px solid #d7d7d752;
  border-radius: 8px;
}

.day_name li input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
}

.day_name li input[type="checkbox"]:checked ~ .time_s .start_date,
.day_name li input[type="checkbox"]:checked ~ .time_s .end_date {
  background-color: #066ac9;
  color: #ffffff;
}

.day_dynemic {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-profile-all-btn-main a {
  background: transparent;
  color: #000;
  padding: 0;
}

.edit_btn {
  border: 1px solid #096dc5;
  color: #096dc5 !important;
  padding: 5px 8px !important;
  border-radius: 8px;
  font-weight: 600;
}

.bank_detail {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  width: 100%;
  margin-top: 10px;
}

.opetin_edit a img {
  filter: invert(1);
}

.opetin_edit a:first-child {
  margin-right: 10px;
}

.perticuler-date {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

.perticuler-availble-header {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
  color: #000000;
}

/* student-search-tutor-section End  */

/* edit-profile-section Start  */
.edit-univercity-select {
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 20px;
  appearance: none;
  border-radius: 8px;
  border: 1px solid #eff0f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  /* background-image: url("../images/icons/bottom-arrow.svg");
    background-position: center right 1.5%;
    background-repeat: no-repeat; */
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #747579;
}

.edit-profile-main {
}

.edit-profile-main .apply-form {
  margin: 25px 0 0 0;
  box-shadow: 0px 0px 40px 0px #1d3a5326;
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* edit-profile-section End  */

/* student-delete-profile-modal Start   */
.delete-btn {
  background: #d6293e;
}

/* student-delete-profile-modal End  */

/* change-password-section Start */
.change-password-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.enter-email {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

/* change-password-section End */

/* tutor-blog-details-section Start */
.tutor-blog-details-section {
  padding: 50px 0;
}

.blog-details-person-name {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px 0;
}

.blog-video-div {
  width: 100%;
  background-image: url("../images/event/10.jpg");
  background-position: center left;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* tutor-blog-details-section End  */

/* tutor-my-profile-section Start   */

.my-profile-sub-right {
  padding: 10px 0;
}

.my-profile-right-name {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}

.my-profile-right-label {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}

.my-profile-right-data {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.my-profile-left {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tutor-profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.my-profile-all-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.my-profile-all-btn-main .dropdown-item:hover {
  text-decoration: underline;
}

.tutor-my-profile-one {
  margin-top: 25px;
}

.my-profile-main {
  gap: 30px;
}

.my-profile-icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
}

.email-main {
  width: 20px;
  height: 20px;
}

.update-img {
  width: 15px;
  height: 15px;
  filter: invert(1);
  -webkit-filter: invert(1);
}

/* ** */

.profile-active {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  height: 100%;
  padding: 15px 0 10px;
  justify-content: flex-start;
}

.profile-active .check-box {
  transform: scale(2);
}

.profile-active input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 25px;
  height: 10px;
  background: #9d9d9d;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
  border: none;
}

.profile-active input:checked[type="checkbox"] {
  background: #6fb779;
}

.profile-active input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: -1px;
  left: 0;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.profile-active input:checked[type="checkbox"]::after {
  left: 50%;
  background-color: #118822;
}

/* ** */
/* tutor-my-profile-section End  */

/* tutor-my-docs-section Start    */

.my-docs-one {
  padding: 20px 0;
  border-bottom: 1px solid #d9dbe9;
}

.my-docs-file .form-control {
  width: 100%;
}

.my-docs-sub-one {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-docs-left {
  min-width: 200px;
}

.my-docs-file {
  min-width: 200px;
}

/* tutor-my-docs-section End  */

/* tutor-students-section Start */

.std-head {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  padding: 15px 10px;
  text-align: left;
  white-space: nowrap;
}

.tutor-std-table .date-heading {
  text-align: left;
}

.tutor-std-table {
  margin: 25px 0 0 0;
}

.tutor-std-table table tbody tr td {
  text-align: left;
  padding: 12px;
}

.tutor-std-table table tbody tr td form {
  text-align: left;
  vertical-align: middle;
}

.tutor-std-table .slot-tome-text {
  font-weight: 600;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-data-text {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}

/* tutor-students-section End */

/* tutor-my-tutoring-section Start   */
.btn-yellow {
  background: #f7c32e;
}

.group-course-table {
  display: flex;
  gap: 8px;
  align-items: center;
}

.course-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.all-course-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.email-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.group-course-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.tutor-my-tutoring-section .apply-to-teach-sm-anchor.add-remove-slots-anchor {
  width: 45px;
  height: 40px;
}

.my-tutoring-mobile {
  display: block;
}

.tutoring-desktop-view {
  display: none;
}

.tutor-my-tutoring-section {
  background: #fff;
}

/* tutor-my-tutoring-section End    */
/* tutor-my-tutoring-section Start  */

/* tutor-my-tutoring-section End  */

/* tutor-my-tutoring-section Start */
.add-std-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  overflow-y: auto;
}

.add-std-one {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.add-std-modal .apply-modal-heading {
  font-size: 16px;
  text-align: left;
}

.add-std-modal .form-control.apply-input {
  width: 150px;
}

.popover.bottom {
  margin-top: -50px;
}

.add-std-cancel-btn {
  color: #066ac9;
  background: transparent;
}

.rate_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.reviw_rate {
  width: 100%;
}

/* tutor-my-tutoring-section End  */

.std-edit-main {
  height: 100%;
  display: flex;
  align-items: center;
}

.std-profile-left {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sub-course-modal ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  width: 55%;
  margin: 0 auto;
}

.sub-course-modal ul li {
  width: 100%;
}

.sub-course-anchor {
  color: #fff;
  background: #066ac9;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  width: 100%;
  height: 40px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* CourseCard.css */
.course-card {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.course-card:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.course-image-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/3;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.courses-img {
  width: 100%;
  height: 100%;
  display: block;
}

.sold-out-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.soldout-ribbon {
  max-width: 80%;
  max-height: 80%;
}

.card-body {
  padding: 1rem;
  flex: 1;
}

.card-course-title {
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.3;
  font-weight: 600;
  color: #060216;
  margin-bottom: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.spot-left-text {
  font-size: clamp(14px, 2vw, 16px);
  color: #666;
}

.spot-left-span {
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .course-image-container {
    aspect-ratio: 2/2;
  }

  .card-body {
    padding: 0.75rem;
  }
}

@media (min-width: 992px) {
  .course-card {
    min-height: 420px;
  }
}

.sam-name {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

/* 
.course-left-banner {
    width: 100%;
    height: 850px;
} */

.intructor-card {
  display: flex;
  gap: 30px;
  align-items: end;
  margin: 20px 0;
}

.intructor-card-img {
  width: 300px;
  height: 300px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.intructor-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* sponseer-section Start */
.sponseer-section {
  padding: 50px 0;
}

.sponseer-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 6px 40px 0px #1d3a5326;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.check-out-link {
  min-height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  background: rgb(6, 106, 201);
  background: linear-gradient(
    225deg,
    rgba(6, 106, 201, 1) 0%,
    rgba(6, 147, 201, 1) 100%
  );
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sponseer-right-main {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sponseer-main ul {
  padding: 20px 10px 40px;
}

.sponseer-main ul li {
  width: 80%;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  background: rgba(6, 106, 201, 0.122);
  border-radius: 8px;
  margin: 0 0 10px 0;
}

.rebine-heading {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #066ac9;
  text-align: center;
  padding: 5px 0;
}

.rebean-div {
  position: absolute;
  top: 50px;
  right: -70px;
  width: 40%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(56deg);
  -ms-transform: rotate(56deg);
  -o-transform: rotate(56deg);
}

.our-laterst-heading {
  font-size: 20px;
  line-height: normal;
  margin: 0;
  font-weight: 600;
  color: #066ac9;
}

.sponseer-right-main ul {
  padding: 0;
}

.sponseer-right-main ul li {
  padding: 10px 0;
}

.news-anchor {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  display: flex;
  gap: 10px;
}

.view-more-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.view-all-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
}

.view-all-link {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-decoration: underline;
  color: #066ac9;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-item .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.logo_sponsered {
  box-shadow: 0 0 5px rgba(175, 175, 175, 0.2);
  border-radius: 8px;
  height: 150px;
  padding: 15px;
  border: 1px solid #efefef;
}

.logo_sponsered img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#sponser .owl-stage-outer {
  padding: 15px 0;
}

#sponser .owl-dots .owl-dot.active span,
#sponser .owl-dots .owl-dot:hover span {
  background: #096dc5;
}

#sponser button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: transparent;
}

.blog_mini {
  position: relative;
}

.blog_mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_mini .bg_inner {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgb(0 0 0 / 50%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog_header .card-title {
  font-size: 21px;
  line-height: 29px;
}

.blog_mini {
  position: relative;
  height: 167px;
  border-radius: 8px;
  overflow: hidden;
}

.blog_header .blog_desc {
  margin: 5px 0;
}

.blog_header {
  padding: 10px 0;
}

.blog_header .author img {
  width: 20px;
  margin-right: 5px;
}

.blog_header .author {
  font-weight: 600;
}

.author {
  font-size: 16px;
  font-weight: 600;
}

.blog_list .card-title {
  font-size: 18px;
  line-height: normal;
  margin-right: auto;
  margin-bottom: 10px;
}

.blog-person-name {
  font-weight: 700;
  color: #096dc5;
}

.tutor_list .nice-select .current {
  font-size: 14px;
  font-weight: normal;
  line-height: 33px;
  color: #888;
}

.btn-label {
  background: #096dc5;
  color: #fff;
  width: auto;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.grup_class {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
}

.fix_tur {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

/* #hide_calender {
  display: none;
} */
.pcard {
  height: 250px;
  width: auto;
}

/* sponseer-section End  */

.error-message {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.multi-select {
  height: 100%;
  min-height: 50px;
}

.multi-select input {
  height: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.select-university-header {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.select-university-header.dropdown-toggle::after {
  position: relative !important;
}

.dropdown-anchor.active {
  color: #066ac9;
}

.custom-react-loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
  background: rgba(255 255 255);
  opacity: 0.7;
}

.selected-value-dropdown {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.height-50 {
  height: 50px;
}

.select__input {
  height: auto !important;
}

.react-time-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: 1px solid #eff0f6 !important;
  padding: 5px !important;
  border-radius: 8px !important;
  border: 1px solid #eff0f6;
  box-shadow: 0px 2px 6px 0px #13124212;
  font-size: 16px;
  font-weight: 400;
}

.react-calender-custom {
  width: 100% !important;
  border: none !important;
}

.react-calender-custom .react-calendar__navigation {
  background: #044496 !important;
  border-radius: 8px 8px 0 0 !important;
  height: 60px;
}

.react-calender-custom .react-calendar__navigation__prev-button {
  display: flex;
  justify-content: end;
  align-items: center;
}

.custom-tile {
  background-color: #fff !important;
  border-bottom: 1px solid #e0e0e0 !important;
  color: #000 !important;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0 !important;
}

abbr[title] {
  text-decoration: none;
}

.day-custom {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile:first-child {
  border-top: 1px solid #e0e0e0 !important;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  border-bottom: 1px solid #e0e0e0 !important;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.1rm;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: transparent !important;
}

.react-calendar__navigation button:disabled {
  background-color: transparent !important;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0 !important;
  color: #ababab !important;
}

.day-selected {
  background-color: #066ac9;
  color: #fff;
}

.bg-custom-disabled {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-border-color);
  opacity: 1;
}

.shadow_main {
  box-shadow: 0px 0px 30px 0px #1d3a5326;
  padding: 30px;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.drop-notification-height {
  max-height: 700px;
  overflow: auto;
}

img.icon_cancel.icon_down_dir {
  display: none;
}

.modal-body-custom .icons {
  margin: 15px 0px 20px 0px;
}

.modal-body-custom .icons a {
  text-decoration: none;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.modal-body-custom .icons .facebook {
  color: #1877f2;
  border-color: #b7d4fb;
}

.modal-body-custom .icons .facebook:hover {
  background-color: #1877f2;
  color: #fff;
}

.modal-body-custom .icons .twitter {
  color: #46c1f6;
  border-color: #b6e7fc;
}

.modal-body-custom .icons .twitter:hover {
  background-color: #46c1f6;
  color: #fff;
}

.modal-body-custom .icons .instagram {
  color: #e1306c;
  border-color: #f5bccf;
}

.modal-body-custom .icons .instagram:hover {
  background-color: #e1306c;
  color: #fff;
}

.modal-body-custom .icons .whatsapp {
  color: #25d366;
  border-color: #bef4d2;
}

.modal-body-custom .icons .whatsapp:hover {
  background-color: #25d366;
  color: #fff;
}

.modal-body-custom .icons .telegram {
  color: #0088cc;
  border-color: #b3e6ff;
}

.modal-body-custom .icons .telegram:hover {
  background-color: #0088cc;
  color: #fff;
}

.modal-body-custom .icons a:hover {
  border-color: transparent;
}

.modal-body-custom .icons a span {
  transition: all 0.09s ease-in-out;
}

.modal-body-custom .icons a:hover span {
  transform: scaleX(1.1);
}

.modal-body-custom .field {
  margin: 15px 0px -5px 0px;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 5px;
}

.modal-body-custom .field.active {
  border-color: #7d2ae8;
}

.field input {
  border: none;
  outline: none;
  font-size: 0.89rem;
  width: 100%;
  height: 100%;
}

.field button {
  padding: 5px 16px;
  color: #fff;
  background: #7d2ae8;
  border: 2px solid transparent;
  border-radius: 5px;
  font-weight: 500;
}

.section_title {
  font-size: 22px;
  font-weight: 600;
}

.soldout-ribin {
  width: 60%;
  rotate: -10deg;
}

.notification-custom-list {
  max-height: 60vh;
  overflow: auto;
}

.select-basic-select {
  max-width: 150px;
}

.tutor-find-la-li img {
  width: 17px;
  height: auto;
}

.tutor-price-ribon {
  top: -15px;
  left: -15px;
  background: white;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid;
  font-weight: bolder;
}

.star-classes {
  font-size: 14px;
  color: #ffae00 !important;
}

.star-classes-empty {
  font-size: 14px;
  color: #3d4248 !important;
}

.review-count-class {
  font-size: 14px;
}

.reviews-tags {
  background: #5c91c3;
  font-family: "GT-Walsheim-Pro-Medium";
  cursor: text;
}

.spot-left-span {
  font-size: 16px;
}

.spot-left-class {
  font-size: 20px;
}

.spot-left-course-span {
  font-size: 16px;
}

.spot-left-class-course {
  font-size: 20px;
}

.filter-btn-custom,
.filter-btn-custom:hover,
.filter-btn-custom:active {
  background: #efefef !important;
  border: 1px solid #efefef !important;
  color: black !important;
}

.tooltip-wrapper {
  position: relative;
}

.tooltip-wrapper:hover::before {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 5px;
}

.tooltip-wrapper:hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  margin-bottom: -5px;
}

.custom-select-option:hover {
  background-color: #f5f5f5 !important;
}

.custom-select-container {
  position: relative;
  width: 150px;
  user-select: none;
}

.dropdown-visible {
  z-index: 1000;
}

/* Add smooth transitions */
.custom-select-header,
.custom-select-option {
  transition: all 0.2s ease;
}

/* Ensure dropdown is above other elements */
.custom-select-options {
  z-index: 9999;
}

/* Add scrollbar styling */
.custom-select-options::-webkit-scrollbar {
  width: 6px;
}

.custom-select-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-select-options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.custom-select-options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.custom-mb-lg {
  margin-bottom: 8rem;
  /* Adjust this value as needed */
}

/* Add these styles to your CSS file */
.notification-bell-anchor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notif-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
}

.popover-container {
  position: absolute;
  top: 6%;
  right: 2%;
  transform: translate(0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popover-content {
  position: relative;
  background: linear-gradient(145deg, #f9f9f9, #e6e6e6);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.popover-content::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e6e6e6;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

.popover-container.show {
  opacity: 1;
  visibility: visible;
}

.popover-content {
  background: linear-gradient(145deg, #f9f9f9, #e6e6e6);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.5s ease-out;
}

.popover-content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.popover-content a {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.popover-content a:hover {
  color: #0056b3;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .popover-container {
    top: 10%;
    right: auto;
    left: 30%;
  }

  .popover-content {
    margin-top: 20px;
    margin-left: 10px;
  }

  .popover-content::before {
    top: -10px;
    right: auto;
    left: 15px;
  }
}
.avatar-placeholder {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  color: #555;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #ccc;
}

.message-default-avatar {
  width: 30px !important;
  height: 30px !important;
}
/* Mobile Layout Styles */
@media (max-width: 768px) {
  .mobile-table {
    padding: 10px;
  }
  .mobile-card {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
  }
  .mobile-card-item {
    margin-bottom: 8px;
  }
  .mobile-card-item strong {
    display: block;
    margin-bottom: 4px;
  }
  .no-data {
    text-align: center;
    margin-top: 20px;
  }
  .mobile-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .view-more-main {
    display: flex;
    justify-content: left;
    padding-top: 15px;
  }
}
