.navbar {
  transition: all 0.4s;
}

@font-face {
  font-family: Montserratboldx;
  src: url(../fonts/static/Montserrat-ExtraBold.ttf);
}

.navbar .nav-link {
  color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:active {
  color: #58a3f9;
  text-decoration: none;
}

.navbar .navbar-brand {
  color: #fff;
}

/* Change navbar styling on scroll */
.navbar.active {
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
  color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #555;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #555;
}

/* Change navbar styling on small viewports */
/* @media (max-width: 991.98px) {
  .navbar {
    background: #fff;
  } */

.navbar .navbar-brand,
.navbar .nav-link {
  color: #555;
}

.text-small {
  font-size: 0.9rem !important;
}

body {
  min-height: 100vh;
  /* background-color: #045858; */
  /* background-image: url(/images/head-background.png); */
  padding: 0 0 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  /* font-family: 'Montserrat', sans-serif; */

}

.ptb-50 {
  padding: 50px 50px;
}

/* .section_bg_gray {
  background-color: #fff;
} */

/* footer */
section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #045858;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/* clients */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* testimonials */

.testimonials {
  background: #045858;
  text-align: center;
  padding: 0 15px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.testimonials .what_we_do_title {
  font-weight: 600;
  font-size: 22px;
  padding-top: 70px;
  padding-bottom: 15px;
  margin: 0;
  color: #fff;
}

.testimonials .what_we_do_content {
  padding-bottom: 65px;
  color: #fff;
}

.testimonials .what_we_do_icon {
  position: absolute;
  top: -50px;
  left: 47%;
  color: #fff;
  background-color: #8448ff;
  width: 100px;
  height: 100px;
  padding: 8px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials .what_we_do_icon i {
  font-size: 70px;
  text-align: center;
  padding: 2px 3px 2px 5px;
}

/* foxaisr */
body::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: transparent;
  border-radius: 10px;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg,
      rgba(0, 0, 0, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.2) 75%,
      transparent 75%,
      transparent);
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.header-arrow {
  background: white;
  padding: 11.7px 20px;
  color: #045858;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 18px;
}

.custom-head-big {
  font-size: 60px;
  color: #f4f4f4;
  margin: 0;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.custom-head-small {
  margin: 0;
  font-size: 40px;
  position: relative;
  bottom: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-card {
  /* padding: 15px; */
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 2rem;
}

.service-card:hover {
  /* -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2); */
  cursor: pointer;
}

.service-card .service-card-image img {
  /* height: 10rem; */
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.box-card {
  text-align: center;
}

.box-card p {
  font-size: 0.8rem;
}

.box-card .title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.box-card .title-light {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

.card-btn {
  font-size: 0.7rem;
  background: #f7f6ee;
  font-weight: 600;
  border-width: revert;
  color: black;
  box-shadow: 1px 2px 7px #ccc;
}

.card-img img {
  height: 3.5rem;
}

.service-card .title {
  font-size: 1.3rem;
  color: #3e3e3e;
  text-align: left;
  font-family: Montserratboldx;
  margin-bottom: 5px;
}

.service-line {
  width: 2rem;
  height: 2px;
  background-color: #045858;
  display: inline-block;
}

.study-card {
  padding: 15px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.study-card:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.study-card .study-card-image {
  padding: 15px 0;
}

.study-card .study-card-image img {
  height: 15rem;
}

.vertical-mid {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-btn {
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: #ffffff;
  /* background-color: #045858; */
  background: #045858;
  /* background-image: linear-gradient(to right, #045858 , #FE9A8B); */
}

/* feedback scroll */
.carousel-pagination {
  background-color: #e0e0e0 !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 100%;
  position: relative;
  bottom: -50px;
  opacity: 0.5;
}

.carousel-pagination.active {
  background-color: #045858 !important;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

figure {
  margin: 16px;
}

figure.snip1167 img {
  border: 5px solid #fff;
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
}

figure.snip1167 blockquote {
  color: #fff;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #045858;
  padding: 65px 20px 30px 20px;
  font-size: 0.8em;
  font-weight: 500;
  margin: -50px 0 0;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}

figure.snip1167 blockquote:before {
  top: 70px;
  left: 20px;
}

figure.snip1167 .proslidecard {
  color: #000000;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}

/* blog cards */
.card-img-top {
  height: 12rem;
}

/* .card {
    transition: all 150ms ease-out;
}

.card:hover {
    transform: scale(1.05);
} */

.active-card {
  transform: scale(1.1);
}

.active-card .card-body {
  background-color: #045858;
  color: #ffffff;
}

.blog-btn {
  /* border-radius: 0px; */
  /* font-size: 16px; */
  /* font-weight: 300; */
  /* padding: 4px 20px; */
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* dynamic footer */
#dynamic_footer {
  background: #D4EAF8;
}

.dynamic_footer_h6 {
  color: #00052E;
}

#dynamic_footer h2 {
  margin: 0;
  color: #00052E;
}


#dynamic_footer a {
  color: #606060;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#dynamic_footer ul.social li {
  padding: 3px 0;
}

#dynamic_footer ul.social li a i {
  margin-right: 5px;
  font-size: 20px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#dynamic_footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#dynamic_footer ul.social li a,
#dynamic_footer ul.quick-links li a {
  color: #606060;
  font-size: 0.8rem;
}

#dynamic_footer ul.social li a:hover {
  color: #eeeeee;
}


.text-secondary {
  color: #606060;
}

#dynamic_footer ul.quick-links li {
  padding: 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#dynamic_footer ul.quick-links li:hover {
  padding: 0;
  margin-left: 5px;
  font-weight: 700;
}

#dynamic_footer ul.quick-links li a i {
  margin-right: 5px;
}

#dynamic_footer ul.quick-links li:hover a i {
  font-weight: 700;
}

/* footer section */
#footer {
  background: #446192;
}

#footer h2 {
  margin: 0;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 20px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
  font-size: 0.8rem;
}

#footer ul.social li a:hover {
  color: #eeeeee;
}

#footer ul.quick-links li {
  padding: 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.quick-links li:hover {
  padding: 0;
  margin-left: 5px;
  font-weight: 700;
}

#footer ul.quick-links li a i {
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

.mt26 {
  padding: 2rem 8rem;
}

@media (max-width: 1024px) {
  .mt26 {
    padding: 2rem 6rem;
  }
}

@media (max-width: 767px) {
  #footer h6 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .mt26 {
    padding: 2rem 0rem;
  }

  .custom-head-small {
    bottom: 0;
  }
}

/* drop down menu */
.dropdown-menu {
  background-color: #ffffff;
  padding: 0;
  right: 0;
  margin: 0;
  border: none;
  box-shadow: 0px 2px 3px 0px #ccc;
}

/* .dropdown-menu a {
  padding: 0.8rem 4rem 0.8rem 1.5rem;
  border-bottom: 1px solid #555;
  text-transform: uppercase;

} */

/* .dropdown-menu a:last-child {
  border-bottom: none;
} */

.client-logo img {
  width: auto;
  height: 4rem;
  margin: 2rem 1rem;
}

.achiever {
  margin-bottom: 2rem;
}

.achiever img {
  max-height: 6rem;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.5rem;
}

.achiever p {
  margin: 0;
}

.projects .card:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.blog {
  padding-top: 2rem;
}

.blog .card:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.feature-blog {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

.feature-blog div {
  padding: 15px;
}

.feature-blog:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.contact-icon {
  background: #045858;
  padding: 1rem;
  color: #ffffff;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  display: block;
  margin: 1rem auto;
}

.contact-icon i {
  font-size: 2rem;
}

.contact-form {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 3rem;
  border-radius: 0.5rem;
}

.culture-card {
  background: #045858;
  color: #ffffff;
}

.culture-card:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.introheader h1 {
  line-height: 4rem;
}

.introheader h1 strong {
  font-size: 3.5rem;
  color: #045858;
}

.nextsteps {
  line-height: 4rem;
  font-size: 3rem;
  color: black;
  text-align: center;
  word-spacing: 2px;
  margin-top: 2rem;
}

.getapp {
  display: flex;
  flex-direction: column;
  text-align: end;
  justify-content: end;
}

.introheader b {
  color: #58a3f9;
  font-size: 3rem;
}

/* media query */
@media (max-width: 576px) {
  body {
    background-size: auto !important;
  }

  .custom-head-big {
    font-size: 35px;
  }

  .custom-head-small {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .vertical-mid {
    position: relative;
  }

  .client-logo img {
    height: 2rem;
    margin: 1rem 0.5rem;
  }

  .testimonials-sm {
    font-size: 1rem;
  }

  .active-card {
    transform: scale(1);
  }

  .active-card .card-body {
    background-color: #ffffff;
    color: #000000;
  }

  .blog-btn {
    position: relative;
    margin-top: 1rem;
    float: right;
  }

  #steps {
    margin-top: 0px;
  }

  .introheader h1 {
    line-height: 3rem;
    font-size: 2rem;
  }

  .introheader h1 strong {
    font-size: 2.5rem;
    color: #045858;
  }

  .nextsteps {
    font-size: 2.2rem;
  }

  .getapp {
    align-items: center;
    text-align: center;
  }
}

.active-fox-menu {
  border-bottom: 1px solid #ffffff;
}

.box-heading-ss {
  font-family: Montserratboldx;
  color: #3e3e3e;
  color: #045858;
  /* padding: 0 1rem; */
}

@media screen and (max-width: 768px) {
  .mt6inmd {
    margin-top: 0rem !important;
  }
}

@media screen and (max-width: 992px) {
  .mt6inmd {
    margin-top: 3rem;
  }
}

.cbtn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background: #fff;
  box-shadow: 2px 2px 5px 3px #ccc;
  margin: 0.5rem !important;
  padding: 0.4rem !important;
  padding-top: 0 !important;
  border-radius: 0.4rem;
}

.animated {
  text-indent: 8px;
}

.animated:before {
  content: "Tutor";
  color: #ffa43a;
  animation: topToBottom 7s infinite 0s;
}

@keyframes topToBottom {
  0% {
    content: "Mentor";
  }

  25% {
    content: "Coach";
  }

  50% {
    content: "Trainer";
  }

  75% {
    content: "Guru";
  }

  100% {
    content: "Tutor";
  }
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #5983e8;
  background-color: #fff !important;
}

.nav-tabs .nav-link a:hover {
  border-color: #5983e8;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
}

.nav-tabs {
  cursor: pointer;
  border-bottom: none;
}

.vbtn {
  background: #fff;
  border: none;
  margin: 0;
  text-align: left;
}

/* .nav-pills .nav-link.active {
  border-bottom: 1px solid #5983e8;
  background-color: #fff !important;
}

.nav-tabs {
  border-bottom: 1px solid #5983e8;
} */

/* faq css */

.active-faq .nav-link {
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.active-faq .nav-link.active {
  color: #045858;
  font-weight: 500;
  background-color: #ffffff !important;
  outline: none;
  border: none;
  border-bottom: 3px solid #045858;
  border-radius: 0 !important;
}

.active-faq .nav-link:focus {
  outline: none;
}

.explore-btn-con {
  display: flex;
  align-content: end;
  flex-wrap: inherit;
  padding: 2.5rem 3rem;
}

.explore-btn {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background: #ff9100;
  color: #fff;
  box-shadow: 0px 0px 5px 1px #ccc;
  border: none;
}

.nav-cat {
  padding: 1rem;
  margin: 0.5rem 0;
  cursor: pointer;
}

.nav-cat:hover {
  box-shadow: 0px 0px 5px 1px #ccc;
  border-radius: 0.5rem;
}

.team-img {
  position: relative;
  display: block;
  margin: auto;
  height: 7rem;
  width: 7rem;
}

.team-img img {
  border-radius: 50%;
  height: 7rem !important;
  width: 7rem !important;
}

.team-img a {
  text-decoration: none;
}

.linkedin-icon {
  background: #fff;
  padding: 0.4rem;
  height: 2rem;
  box-shadow: 1px 1px 2px 0px #b7a0a0;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
}

.linkedin-icon i {
  font-size: 1.5rem;
  color: #0077b5;
}

/* Profile Page */

.profile-social-card {
  /* position: fixed; */
  /* right: 4rem;
  bottom: 2rem;
  height: 60vh;
  width: 25vw; */
  background: #fff;
  box-shadow: 0 0 2px 0px #ccc;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  height: max-content;
  /* z-index: 999; */
}

.profile-header {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 0;
  left: 10%;
  align-items: center;
  height: 100%;
}

.profile-image {
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
}

.profile-header p {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0.5rem;
  font-weight: 500;
}

.profile-detail-card {
  box-shadow: 0 0 2px 0px #ccc;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-bottom: 2rem;
}

.profile-detail-card p {
  font-size: 0.85rem;
  margin: 0;
}

.icon-container {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pr-title {
  font-weight: 500;
}

@media screen and (max-width: 774px) {
  .profile-header {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: auto;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .head-text {
    text-align: center;
  }

  .profile-detail-card-container {
    margin-top: 12rem;
    /* margin-bottom: 5rem; */
  }

  /* .profile-detail-card {
    margin: 1rem;
  } */
}

@media screen and (min-width: 774px) and (max-width: 994px) {
  .profile-header {
    left: 5%;
  }

  .profile-image {
    height: 7rem;
    width: 7rem;
  }
}

.loop-card {
  box-shadow: 0px 0px 5px 1px #ccc;
  border-radius: 0.5rem;
  margin: 2.5rem 1rem;
}

.loop-card-text {
  background: #58a3f9;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #fff;
}

.vertical-txt-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

/* find your guru new css */
.guru-img {
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 50%;
}

.guru-name {
  font-size: 1.1rem;
  color: #3e3e3e;
  font-weight: 600;
}

.guru-position {
  color: #9d9d9d;
  margin-top: -2px;
  font-size: 14px;
}

.follow-btn {
  padding: 3px 1rem;
  border: 1px solid #9a8f8f;
  background: none;
  border-radius: 10px;
  color: #9d9d9d;
  font-weight: 600;
  font-size: 1rem;
}

.search-btn {
  border: none;
  padding: 0.3rem 1rem;
  /* width: 8rem; */
  background: #045858;
  border-radius: 4px;
}

.t-name {
  font-size: 0.85rem;
  margin-top: 0.1rem;
  color: #9d9d9d;
  font-weight: 600;
  margin-bottom: 0;
}

.c-price {
  font-size: 1.2rem;
  color: #045858;
  font-weight: 600;
}

.a-price {
  margin-left: 5px;
  color: #9d9d9d;
  text-decoration: line-through;
}

.educator-heading {
  color: #3e3e3e;
  margin-bottom: 10px;
  margin-right: 2rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.educator-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
}

.educator-scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

.custom-spanEducator {
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgrey;
  padding: 0.4rem;
  border-radius: 5px;
  font-size: 0.85rem;
  color: #3e3e3e;
  font-weight: 600;
  /* margin-bottom: 1rem; */
  margin: 0.5rem 0.2rem;
  letter-spacing: 0.5px;
  min-width: 5rem;
}

@media screen and (max-width: 768px) {
  .topguruImg {
    height: 3rem;
    width: 3rem;
  }

  .guru-name {
    font-size: 1rem;
  }

  .guru-position {
    margin-top: 0px;
  }
}

/* online tuition page */
.tuitionImg {
  height: 14rem;
  width: 20rem;
}

::-webkit-scrollbar {
  width: 5px;
  background: lightgrey;
  border-radius: 7px;
}