@import "../fonts/stylesheet.css";
.gray-text {
  color: #bebebe;
}

body {
  font-family: "Open Sans";
}
body.active {
  overflow: hidden;
}
body.landing-page::-webkit-scrollbar {
  width: 10px;
}
body.landing-page::-webkit-scrollbar-thumb {
  border-radius: 0;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: #fafafa;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7000ff;
}

@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.container {
  max-width: 1170px;
}

a {
  display: inline-block;
  text-decoration: none;
}

span {
  display: inline-block;
  font-family: "Open Sans";
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 35px;
  font-family: "Open Sans";
  margin: 0;
}
h1.small,
.h1.small {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  h1.small,
  .h1.small {
    font-size: 10px;
    line-height: 14px;
  }
}

h2,
.h2 {
  font-family: "Open Sans";
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
h2.small,
.h2.small {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

h3,
.h3 {
  font-family: "Open Sans";
  margin: 0;
  font-weight: 600;
}

h4,
.h4 {
  font-family: "Open Sans";
  margin: 0;
  font-weight: 600;
}

h5,
.h5 {
  font-family: "Open Sans";
  margin: 0;
  font-weight: 600;
}

.btn-style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 50px;
  border-radius: 10px;
  background: transparent;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .btn-style {
    width: 145px;
  }
}
.btn-style.small {
  width: 68px;
  height: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  border-radius: 3px;
}
.btn-style.active, .btn-style:hover {
  color: #fff;
  background: #8b7ff8;
  border: 1px solid #8b7ff8;
}
.btn-style.new-chat {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #8b7ff8;
  box-shadow: 0px 3px 10px 0px rgba(57, 57, 57, 0.3);
}
.btn-style.next-btn {
  background: #8b7ff8;
  color: #fff;
  min-width: 223px;
  height: 72px;
  padding: 24px 0px;
}
@media (max-width: 767px) {
  .btn-style.next-btn {
    min-width: 152px;
    height: 45px;
    border-radius: 5px;
  }
}
.btn-style.previous-btn {
  min-width: 223px;
  height: 72px;
  padding: 24px 0px;
  background: #ebeaf1;
}
@media (max-width: 767px) {
  .btn-style.previous-btn {
    min-width: 152px;
    height: 45px;
    border-radius: 5px;
  }
}
.btn-style.previous-btn:hover {
  color: #fff;
  background: #8b7ff8;
  border: 1px solid #8b7ff8;
}
.btn-style.transparent {
  background: transparent;
  border: none;
  color: #7000ff;
  justify-content: flex-start;
}
.btn-style.transparent:hover {
  background: transparent;
  color: #7000ff;
}
.btn-style.facebook-btn {
  background: #4267b2;
}
.btn-style.google-btn {
  background: #4285f4;
}
.btn-style.apple-btn {
  background: #555;
}
.btn-style.dropdown-btn {
  width: 90px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #8b7ff8;
  background: rgba(139, 127, 248, 0.1);
  justify-content: space-between;
  padding: 5px 10px;
}
.btn-style.dropdown-btn img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.btn-style.icon-btn {
  column-gap: 8px;
  align-items: center;
}
.btn-style.no-border {
  border: none;
}
.btn-style.thin-btn {
  background: #8b7ff8;
  color: #fff;
  text-align: center;
  height: 30px;
  min-width: 200px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  justify-content: center;
}
.btn-style.light-btn {
  border-radius: 7px;
  background: #ebeaf1;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.btn-style.light-btn:hover, .btn-style.light-btn:active {
  background: #8b7ff8;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn-style.light-btn {
    font-size: 12px;
    line-height: 12px;
  }
}

p {
  font-family: "Open Sans";
  margin-bottom: 0;
  font-weight: 400;
}

strong {
  font-family: "Open Sans";
  display: inline-block;
  font-weight: 600;
}

.dashboard-card {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  padding: 20px 15px;
}
.dashboard-card.purple {
  background: #7000ff url("../images/total-patient-bg-img.svg") no-repeat;
  background-position: 90% 55%;
}
.dashboard-card.blue {
  background: #1e87fc url("../images/appointment-bg-image.svg") no-repeat;
  background-position: 90% 55%;
}
.dashboard-card.dark-gray {
  background: #4b5a80 url("../images/review-bg-image.svg") no-repeat;
  background-position: 90% 55%;
}
.dashboard-card p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.dashboard-card strong {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.chat-wrapper {
  /* width */
}
.chat-wrapper::-webkit-scrollbar {
  width: 3px;
}
.chat-wrapper::-webkit-scrollbar-track {
  background: #dedede;
}
.chat-wrapper::-webkit-scrollbar-thumb {
  background: #8b7ff8;
}

.form .form-group {
  margin-bottom: 30px;
}
.form .form-group label {
  color: #818181;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.form .form-group .form-control,
.form .form-group .form-select {
  border-radius: 7px;
  border: 1px solid #d9d9d9;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  height: 50px;
}
@media (max-width: 767px) {
  .form .form-group .form-control,
  .form .form-group .form-select {
    height: 55px;
    border-radius: 10px;
  }
}
.form .form-group .form-control:focus,
.form .form-group .form-select:focus {
  box-shadow: none;
  border: 1px solid #7000ff;
}
.form .form-group .special-input-group {
  display: grid;
  grid-template-columns: 70px auto;
}
.form .form-group .special-input-group select {
  border: 1px solid #d9d9d9;
  border-right: none;
  border-radius: 7px 0 0 7px;
  color: #818181;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  outline: none;
  position: relative;
  padding-left: 10px;
  z-index: 1;
}
.form .form-group .special-input-group select:after {
  content: "|";
  position: absolute;
  right: 10px;
  top: 0;
}
.form .form-group .special-input-group .form-control {
  border-left: none;
  border-radius: 0 7px 7px 0;
}
.form .form-group .special-input-group .form-control:focus {
  border: none !important;
}
.form .form-group .special-input-group:has(.form-control:focus) {
  border: 1px solid #7000ff;
  border-radius: 7px;
}
.form .form-group:has(.form-control:focus) label, .form .form-group:has(.form-select:focus) label {
  color: #8b7ff8;
}
.form .form-group:has(.form-control:focus) span i, .form .form-group:has(.form-select:focus) span i {
  color: #8b7ff8;
}
.form .agree-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.form .agree-wrapper input[type=checkbox] {
  display: none;
}
.form .agree-wrapper input[type=checkbox]:checked + span {
  background: #8b7ff8;
}
.form .agree-wrapper span {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .form .agree-wrapper span {
    width: 15px;
    height: 15px;
  }
  .form .agree-wrapper span i {
    font-size: 10px;
  }
}
.form .agree-wrapper strong {
  color: var(--color-5, #142029);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .form .agree-wrapper strong {
    font-size: 12px;
    line-height: 12px;
  }
}

.back-arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .back-arrow {
    display: block;
  }
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-heading {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .section-heading h2,
  .section-heading p {
    text-align: center;
  }
  .section-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-heading p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-dots.disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 161px;
}

.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  display: inline-flex;
  background: rgba(139, 127, 248, 0.16);
  border-radius: 50%;
  position: relative;
}
.owl-dots .owl-dot span:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  top: -3px;
  left: -3px;
}
.owl-dots .owl-dot.active span {
  background: #8b7ff8;
}
.owl-dots .owl-dot.active span:after {
  width: 20px;
  height: 20px;
  z-index: -1;
  background: rgba(139, 127, 248, 0.16);
}

.owl-nav {
  margin-top: 60px;
  position: relative;
  top: 25px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: relative;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: rgba(139, 127, 248, 0.3019607843);
  font-size: 25px;
}
.owl-nav .owl-prev:after {
  transform: translate(-80%, -53%);
}
.owl-nav .owl-next i {
  color: #8b7ff8;
}
.owl-nav .owl-next:after {
  transform: translate(-21%, -53%);
}

.upload-wrapper {
  text-align: center;
}
.upload-wrapper .upload-label {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  width: 500px;
  height: 60px;
  border-radius: 7px;
  border: 1px solid #818181;
  padding: 12px;
  margin: 20px auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .upload-wrapper .upload-label {
    width: 100%;
  }
}
.upload-wrapper .upload-label input[type=file] {
  display: none;
}
.upload-wrapper .upload-label p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 767px) {
  .upload-wrapper .upload-label p {
    display: none;
  }
}
.upload-wrapper .upload-label .btn-style {
  background: #8b7ff8;
  color: #fff;
  width: 96px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

header {
  padding: 11px 0;
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(194, 196, 205, 0.28);
}
header a.logo {
  width: 130px;
  height: 47.185px;
}
@media (max-width: 767px) {
  header a.logo {
    width: 75px;
    height: 27.222px;
  }
}
header a.logo img {
  width: 100%;
  height: 100%;
}
header.main-header {
  position: absolute;
  z-index: 5;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 15px 0px rgba(194, 196, 205, 0.1);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 13px 30px;
}
header.main-header a.home-logo {
  width: 110px;
  height: 54.83px;
}
header.main-header a.home-logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  header.main-header nav {
    text-align: right;
  }
}
header.main-header nav .main-header-menu {
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  header.main-header nav .main-header-menu {
    display: none;
  }
}
header.main-header nav .main-header-menu > li {
  display: inline-block;
}
header.main-header nav .main-header-menu > li > a {
  color: #101014;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
header.main-header nav .main-header-menu > li > a:after {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #8b7ff8;
  border-radius: 5px;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
header.main-header nav .main-header-menu > li > a.active, header.main-header nav .main-header-menu > li > a:hover {
  color: #8b7ff8;
}
header.main-header nav .main-header-menu > li > a.active:after, header.main-header nav .main-header-menu > li > a:hover:after {
  width: 20px;
}
@media (max-width: 1023px) {
  header.main-header nav .main-header-menu.active {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    background: rgb(0, 0, 0);
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
  }
  header.main-header nav .main-header-menu.active > li > a {
    color: #fff;
  }
  header.main-header nav .main-header-menu.active > li.dropdown-wrapper {
    position: static;
  }
  header.main-header nav .main-header-menu.active > li.dropdown-wrapper .dropdown-center .dropdown-toggle {
    background: #fff;
  }
}
header.main-header nav .toggle {
  display: none;
  font-size: 30px;
}
@media (max-width: 1023px) {
  header.main-header nav .toggle {
    display: inline-block;
  }
  header.main-header nav .toggle .fa-bars {
    display: block;
  }
  header.main-header nav .toggle .fa-xmark {
    display: none;
  }
  header.main-header nav .toggle.active {
    z-index: 99;
    position: relative;
  }
  header.main-header nav .toggle.active .fa-bars {
    display: none;
  }
  header.main-header nav .toggle.active .fa-xmark {
    color: #fff;
    display: block;
  }
}
header.main-header .dropdown-wrapper {
  position: absolute;
  right: 0;
}
header.main-header .dropdown-wrapper .dropdown-center .dropdown-toggle:after {
  content: unset;
}
header.main-header .dropdown-wrapper .dropdown-center .dropdown-toggle:hover {
  color: #000;
}

.banner {
  background: url("../images/banner-bg-img.png") no-repeat 100% 100%;
  background-size: cover;
  position: relative;
  padding: 290px 0 80px;
}
.banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.banner .banner-content {
  position: relative;
  z-index: 4;
}
.banner .banner-content h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 75px;
}
.banner .banner-content .banner-action-wrapper {
  column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-content .banner-action-wrapper .btn-style {
  min-width: 98px;
  width: unset;
  padding: 15px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  background: #8b7ff8;
  color: #fff;
}

.our-products {
  text-align: center;
  padding: 100px 0;
  background: #fff;
}
.our-products .products-wrapper {
  margin-top: 60px;
}
.our-products .products-wrapper .product-card {
  border-radius: 15px;
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid #8b7ff8;
}
.our-products .products-wrapper .product-card .img-wrapper {
  height: 220px;
  bottom: 25px;
  z-index: 9;
  padding: 20px 40px;
  border-radius: 15px 15px 0 0;
  background: #f7f8ff;
}
.our-products .products-wrapper .product-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-products .products-wrapper .product-card .content-wraper {
  color: #000;
  text-align: start;
  padding: 16px;
}
.our-products .products-wrapper .product-card .content-wraper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  height: 54px;
}
.our-products .products-wrapper .product-card .content-wraper .read-more-lable {
  color: #8b7ff8;
  text-decoration: underline;
}
.our-products .products-wrapper .product-card .content-wraper .read-more-lable .read-more {
  display: none;
}
.our-products .products-wrapper .product-card .content-wraper .read-more-lable:hover {
  font-weight: 600;
}
.our-products .products-wrapper .product-card .content-wraper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  z-index: 1;
  display: none;
}
.our-products .products-wrapper .product-card .content-wraper:has(.read-more:checked) p {
  display: block;
}
.our-products .products-wrapper .product-card .content-wraper:has(.read-more:checked) .read-more-lable {
  font-weight: 600;
}
.our-products .products-wrapper .product-card:has(.read-more:checked) {
  outline: 2px solid #8b7ff8;
}
.our-products .products-wrapper .product-card:hover {
  outline: 2px solid #8b7ff8;
}

.about-us {
  background: rgba(139, 127, 248, 0.1);
  padding: 80px 0;
  text-align: center;
}
.about-us h2 {
  color: #000;
  margin-bottom: 60px;
}
.about-us .about-content-outer-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about-us .about-content-outer-wraper .about-content-wrapper {
  border-radius: 15px;
  background: #8b7ff8;
  padding: 20px;
  width: 60%;
}
@media (max-width: 767px) {
  .about-us .about-content-outer-wraper .about-content-wrapper {
    width: 100%;
  }
}
.about-us .about-content-outer-wraper .about-content-wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
}
@media (max-width: 767px) {
  .about-us .about-content-outer-wraper .about-content-wrapper p {
    font-size: 12px;
  }
}
.about-us .about-content-outer-wraper .image-wraper {
  width: 22%;
  min-width: 180px;
  height: auto;
  position: relative;
  left: -20px;
  top: 60px;
}
@media (max-width: 767px) {
  .about-us .about-content-outer-wraper .image-wraper {
    display: none;
  }
}
.about-us .about-content-outer-wraper .image-wraper img {
  width: 100%;
  height: 100%;
}

.out-team {
  margin: 100px 0;
}
.out-team .team-card-wrapper .team-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.147);
  min-height: 385px;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.out-team .team-card-wrapper .team-card .img-wrapper {
  height: 220px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.out-team .team-card-wrapper .team-card .img-wrapper .img-inner-wraper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #8b7ff8;
}
.out-team .team-card-wrapper .team-card .img-wrapper .img-inner-wraper img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.out-team .team-card-wrapper .team-card .content-wrapper {
  padding: 20px;
  text-align: center;
}
.out-team .team-card-wrapper .team-card .content-wrapper h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}
.out-team .team-card-wrapper .team-card .content-wrapper ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.out-team .team-card-wrapper .team-card .content-wrapper ul li p {
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.out-team .team-card-wrapper .team-card:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.322);
}

.consult {
  padding-bottom: 100px;
}
.consult .consult-card-main-wrapper .consult-card-wrapper {
  display: grid;
  row-gap: 15px;
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.147);
  padding: 20px 45px;
  text-align: center;
  margin: 7.5px;
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card .img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card .img-wrapper img {
  width: 100%;
  height: 100%;
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin: 20px 0;
  height: 38px;
}
@media (max-width: 1023px) {
  .consult .consult-card-main-wrapper .consult-card-wrapper .consult-card h3 {
    height: auto;
  }
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card .btn-style {
  min-width: 115px;
  height: 30px;
  border: 1px solid #8b7ff8;
  border-radius: 5px;
  background: #8b7ff8;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card .btn-style.active, .consult .consult-card-main-wrapper .consult-card-wrapper .consult-card .btn-style:hover {
  border: 1px solid #8b7ff8;
  background: rgba(139, 127, 248, 0.1);
  backdrop-filter: blur(2.5px);
  color: #8b7ff8;
}
.consult .consult-card-main-wrapper .consult-card-wrapper .consult-card:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.322);
}

.book-appointment {
  padding: 80px 0;
  background: rgba(139, 127, 248, 0.1);
}
.book-appointment .appoinment-card {
  border-radius: 12px;
  background: #fff;
}
.book-appointment .appoinment-card .img-wrapper {
  width: 100%;
  height: 220px;
  border: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-appointment .appoinment-card .img-wrapper .img-inner-wraper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #8b7ff8;
}
.book-appointment .appoinment-card .img-wrapper .img-inner-wraper img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.book-appointment .appoinment-card .content-wrapper {
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: center;
}
.book-appointment .appoinment-card .content-wrapper h3 {
  color: #101014;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  margin-bottom: 7px;
}
.book-appointment .appoinment-card .content-wrapper p {
  color: #585c67;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blogs {
  padding: 100px 0;
}
.blogs .blog-card-wrapper .blog-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.147);
  margin: 15px 9px 15px 8px !important;
}
.blogs .blog-card-wrapper .blog-card .img-wrapper {
  height: 250px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.blogs .blog-card-wrapper .blog-card .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.blogs .blog-card-wrapper .blog-card .img-wrapper .thin-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 150px;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper {
  padding: 35px 20px 31px;
  position: relative;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper h3 {
  color: #101014;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper p {
  color: #737780 !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper p:empty {
  display: none;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper .icon-btn {
  justify-content: flex-start;
  color: #8b7ff8;
  margin-top: 5px;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper .icon-btn span {
  text-decoration: underline;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper .icon-btn i {
  font-size: 20px;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper .icon-btn:hover {
  background: unset;
  color: unset;
}
.blogs .blog-card-wrapper .blog-card .content-wrapper .thin-btn {
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.blogs .blog-card-wrapper .blog-card:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.322);
}

.reviews {
  margin-bottom: 100px;
}
.reviews .reviews-card-wrapper .reviews-card {
  border-radius: 14px;
  background: #fff;
  color: #8b7ff8;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.147);
  padding: 30px 25px;
  margin: 10px 0;
  position: relative;
}
.reviews .reviews-card-wrapper .reviews-card .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 66px;
  color: #fff;
  background: #8b7ff8;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 14px 0 100% 0;
}
.reviews .reviews-card-wrapper .reviews-card .icon-wrapper i {
  font-size: 30px;
}
.reviews .reviews-card-wrapper .reviews-card .profile-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.reviews .reviews-card-wrapper .reviews-card .profile-wrapper .img-div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #8b7ff8;
}
.reviews .reviews-card-wrapper .reviews-card .profile-wrapper .img-div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.reviews .reviews-card-wrapper .reviews-card .profile-wrapper .content-div {
  text-align: center;
}
.reviews .reviews-card-wrapper .reviews-card .profile-wrapper .content-div h3 {
  color: #101014;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.2px;
  margin-bottom: 6px;
}
.reviews .reviews-card-wrapper .reviews-card .profile-wrapper .content-div p {
  color: #585c67;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.6px;
}
.reviews .reviews-card-wrapper .reviews-card .content-wrapper {
  margin: 10px 0;
}
.reviews .reviews-card-wrapper .reviews-card .content-wrapper p {
  color: #585c67;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews .reviews-card-wrapper .reviews-card .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2px;
}
.reviews .reviews-card-wrapper .reviews-card .rating-wrapper i {
  color: #f5a623;
  font-size: 20px;
}
.reviews .reviews-card-wrapper .reviews-card:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.322);
}

.contact-us {
  background: rgba(139, 127, 248, 0.1);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .contact-us {
    padding: 50px 0;
  }
}
.contact-us h2 {
  margin-bottom: 40px;
  text-align: center;
}
.contact-us .contact-wrapper {
  background: #fff;
  border-radius: 18px;
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .contact-us .contact-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-us .contact-wrapper .have-question {
    padding: 20px;
  }
}
.contact-us .contact-wrapper .have-question h3 {
  color: #101014;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
@media (max-width: 767px) {
  .contact-us .contact-wrapper .have-question h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact-us .contact-wrapper .have-question > p {
  color: #585c67;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0 30px;
}
.contact-us .contact-wrapper .have-question .contact-details h4 {
  color: #101014;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
}
.contact-us .contact-wrapper .have-question .contact-details .address-wrapper li:not(:last-of-type) {
  margin-bottom: 16px;
}
.contact-us .contact-wrapper .have-question .contact-details .address-wrapper li a {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.contact-us .contact-wrapper .have-question .contact-details .address-wrapper li a .icon-wrapper i {
  color: #000;
  font-size: 15px;
}
.contact-us .contact-wrapper .have-question .contact-details .address-wrapper li a .content-wrapper h5 {
  color: #101014;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 6px;
}
.contact-us .contact-wrapper .have-question .contact-details .address-wrapper li a .content-wrapper p {
  color: #6a6f74;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.contact-us .contact-wrapper .have-question .contact-details .social-contact {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 767px) {
  .contact-us .contact-wrapper .have-question .contact-details .social-contact {
    display: flex;
    justify-content: center;
  }
}
.contact-us .contact-wrapper .have-question .contact-details .social-contact li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.contact-us .contact-wrapper .have-question .contact-details .social-contact li a.twit {
  background: #1da1f2;
}
.contact-us .contact-wrapper .have-question .contact-details .social-contact li a.youtube {
  background: #dd4b39;
}
.contact-us .contact-wrapper .have-question .contact-details .social-contact li a.linkden {
  background: #3b5998;
}
.contact-us .contact-wrapper .form-wrapper {
  border-radius: 12px;
  background: #fbfbfb;
  padding: 30px;
}
@media (max-width: 767px) {
  .contact-us .contact-wrapper .form-wrapper {
    padding: 20px 10px;
  }
}
.contact-us .contact-wrapper .form-wrapper h3 {
  color: #101014;
  font-size: 28px;
  font-weight: 600;
  line-height: 36.6px;
}
.contact-us .contact-wrapper .form-wrapper > P {
  color: #585c67;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0 35px;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-group {
  margin-bottom: 20px;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-group .form-control {
  height: 50px;
  border-radius: 8px;
  border: 0.5px solid #ebebeb;
  background: #fff;
  color: #737780;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-group .form-control:focus {
  border-color: #8b7ff8;
  box-shadow: none;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact textarea {
  border-radius: 8px;
  border: 0.5px solid #ebebeb;
  background: #fff;
  padding: 15px 20px;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact textarea:focus {
  border-color: #8b7ff8;
  box-shadow: none;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact textarea:focus-visible {
  outline: unset;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-check {
  margin: 25px 0 35px;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-check .form-check-input {
  box-shadow: unset;
  border-color: #8b7ff8;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-check .form-check-input:checked {
  background-color: #8b7ff8;
  border-color: #8b7ff8;
}
.contact-us .contact-wrapper .form-wrapper form.form-contact .form-check .form-check-label {
  color: #585c67;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  user-select: none;
}

footer {
  background: rgba(139, 127, 248, 0.1);
  padding-top: 80px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer h3 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
footer ul li {
  margin-bottom: 20px;
}
footer ul li a {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  display: flex;
  column-gap: 8px;
}
footer .footer-bottom {
  background: #8b7ff8;
  padding: 25px 0;
  margin-top: 96px;
}
@media (max-width: 767px) {
  footer .footer-bottom {
    margin-top: 50px;
  }
}
footer .footer-bottom .text-muted {
  --bs-secondary-color: #fff;
  color: var(--bs-secondary-color) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1023px) {
  footer .footer-bottom .text-muted {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
  }
}
footer .footer-bottom .footer-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  footer .footer-bottom .footer-social-links {
    justify-content: center;
    margin-top: 20px;
  }
}
footer .footer-bottom .footer-social-links li {
  margin-bottom: 0;
}
footer .footer-bottom .footer-social-links li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .footer-bottom .footer-social-links li a i {
  color: #fff;
  font-size: 18px;
}
footer .footer-bottom .footer-social-links li a.twitter {
  background: #1da1f2;
}
footer .footer-bottom .footer-social-links li a.youtube {
  background: #1da1f2;
}
footer .footer-bottom .footer-social-links li a.linkden {
  background: #3b5998;
}
footer .footer-bottom .footer-social-links li a.whtsapp {
  background: #25d366;
}

.main-wrapper-page {
  display: grid;
  grid-template-columns: 420px auto;
}
@media (max-width: 1366px) {
  .main-wrapper-page {
    grid-template-columns: 360px auto;
  }
}
@media (max-width: 767px) {
  .main-wrapper-page {
    grid-template-columns: auto;
  }
}
.main-wrapper-page:has(.right-sidebar.active) .inner-page-wrapper {
  height: calc(100vh - 170px) !important;
}
.main-wrapper-page.active {
  grid-template-columns: auto;
}
.main-wrapper-page .page-content {
  background: #fff;
}
.main-wrapper-page .page-content .mini-dashboard-wrapper {
  padding-top: 30px;
}
.main-wrapper-page .page-content .mini-dashboard-wrapper .dashboard-header {
  margin-bottom: 29px;
}
.main-wrapper-page .page-content .mini-dashboard-wrapper .dashboard-header h2 {
  font-weight: 600;
}
.main-wrapper-page .page-content .mini-dashboard-wrapper .dashboard-header .actions-wrapper {
  width: 150px;
  height: 35px;
  border-radius: 5px;
  background: #ebeaf1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  column-gap: 2px;
}
.main-wrapper-page .page-content .mini-statics-wrapper {
  margin-top: 30px;
}
.main-wrapper-page .page-content .mini-statics-wrapper h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card {
  width: 100%;
  height: 146px;
  border-radius: 10px;
  padding: 21px 15px;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card.blue {
  background: #0fa9b8;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card.lt-pink {
  background: #fea861;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card.red-light {
  background: #df3e2e;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card.purple-light {
  background: #b481a2;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .content-wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 13px;
  margin-bottom: 24px;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .content-wrapper .icon-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .content-wrapper .icon-wrapper strong {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .content-wrapper .right-content-wrapper p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .content-wrapper .right-content-wrapper h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .img-wrapper {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.main-wrapper-page .page-content .mini-statics-wrapper .statics-card-wrapper .statics-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-sidebar {
  background: #ebeaf1;
  padding: 20px 24px;
  display: block;
}
@media (max-width: 767px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar.active {
  display: none;
}
.left-sidebar .side-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .left-sidebar .side-bar-header {
    margin-bottom: 20px;
  }
}
.left-sidebar .side-bar-header .img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #8b7ff8;
}
.left-sidebar .side-bar-header .img-wrapper img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-sidebar .side-bar-header .setting-wrapper span:not(:last-of-type) {
  margin-right: 20px;
}
.left-sidebar .search-wrapper {
  margin-bottom: 20px;
}
.left-sidebar .search-wrapper .form-group {
  position: relative;
}
.left-sidebar .search-wrapper .form-group .form-control {
  padding: 10px 10px 10px 42px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.left-sidebar .search-wrapper .form-group .form-control::placeholder {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
}
.left-sidebar .search-wrapper .form-group span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 0;
}
.left-sidebar .appointment-wrapper {
  width: 100%;
  height: 70px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  margin-bottom: 20px;
}
.left-sidebar .tab-button-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.left-sidebar .tab-button-wrapper .sub-button-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.left-sidebar .tab-button-wrapper .sub-button-wrapper .tab-button,
.left-sidebar .tab-button-wrapper .sub-button-wrapper .sub-tab-button {
  min-width: 66.4px;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  padding: 10px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left-sidebar .tab-button-wrapper .sub-button-wrapper .tab-button strong,
.left-sidebar .tab-button-wrapper .sub-button-wrapper .sub-tab-button strong {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.left-sidebar .tab-button-wrapper .sub-button-wrapper .tab-button p,
.left-sidebar .tab-button-wrapper .sub-button-wrapper .sub-tab-button p {
  color: #989898;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  display: inline-block;
  margin: 0;
}
.left-sidebar .tab-button-wrapper .sub-button-wrapper .sub-tab-button {
  display: none;
}
.left-sidebar .tab-button-wrapper .sub-button-wrapper .sub-tab-button strong {
  margin-bottom: 0;
}
.left-sidebar .tab-button-wrapper:has(.sub-button-wrapper .tab-button.active) .sub-button-wrapper:has(.tab-button:not(.active)) {
  display: none;
}
.left-sidebar .tab-button-wrapper:has(.sub-button-wrapper .tab-button.active) .sub-button-wrapper:has(.tab-button.active) .sub-tab-button {
  display: flex;
}
.left-sidebar .tab-button-wrapper .tab-button {
  position: relative;
}
.left-sidebar .tab-button-wrapper .tab-button.active {
  background: #8b7ff8;
}
.left-sidebar .tab-button-wrapper .tab-button.active p,
.left-sidebar .tab-button-wrapper .tab-button.active strong {
  color: #fff;
}
.left-sidebar .tab-button-wrapper .tab-button.active:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #8b7ff8;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  font-size: 22px;
}
.left-sidebar .chat-wrapper {
  margin: 20px 0 0 0;
  height: calc(100vh - 330px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding: 0;
}
.left-sidebar .chat-wrapper .appointment-item {
  display: grid;
  grid-template-columns: 60px auto 40px;
  align-items: center;
  grid-gap: 12px;
  position: relative;
  cursor: pointer;
}
.left-sidebar .chat-wrapper .appointment-item:hover, .left-sidebar .chat-wrapper .appointment-item.active, .left-sidebar .chat-wrapper .appointment-item.activex {
  background: #d9d9d9;
  transition: all 0.3s ease-in-out;
}
.left-sidebar .chat-wrapper .appointment-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #d9d9d9;
  height: 1px;
  width: calc(100% - 60px);
}
.left-sidebar .chat-wrapper .appointment-item .img-wrapper {
  width: 60px;
  height: 60px;
}
.left-sidebar .chat-wrapper .appointment-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-sidebar .chat-wrapper .appointment-item .content-wrapper {
  width: 246px;
}
@media (max-width: 1366px) {
  .left-sidebar .chat-wrapper .appointment-item .content-wrapper {
    width: 186px;
  }
}
.left-sidebar .chat-wrapper .appointment-item .content-wrapper strong {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 10px;
}
.left-sidebar .chat-wrapper .appointment-item .content-wrapper p {
  color: #818181;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.left-sidebar .chat-wrapper .appointment-item .content-wrapper p span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.left-sidebar .chat-wrapper .appointment-item .circle {
  width: 20px;
  height: 20px;
  background: #8b7ff8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.left-sidebar .chat-wrapper .appointment-item .circle p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 0;
}
.left-sidebar .chat-wrapper .appointment-item.active {
  background: #d9d9d9;
}
.left-sidebar .chat-wrapper .new-chat {
  position: fixed;
  bottom: 20px;
  left: 340px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .left-sidebar .chat-wrapper .new-chat {
    left: 260px;
  }
}
.left-sidebar .chat-wrapper .new-chat img {
  width: 30px;
  height: 30px;
}

.progress-bar-wrapper {
  width: 380px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .progress-bar-wrapper {
    width: 100%;
  }
}
.progress-bar-wrapper .progress {
  height: 3px;
  width: 300px;
  position: absolute;
  top: 9px;
  left: 30px;
  margin: 0 auto;
  --bs-progress-bar-bg: #8b7ff8;
}
@media (max-width: 767px) {
  .progress-bar-wrapper .progress {
    width: 85%;
    left: 16px;
  }
}
.progress-bar-wrapper .progress .progress-bar {
  background-color: #8b7ff8 !important;
}
.progress-bar-wrapper .steps-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 40px auto;
}
.progress-bar-wrapper .steps-wrapper .step-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.progress-bar-wrapper .steps-wrapper .step-circle:not(:last-of-type) {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .progress-bar-wrapper .steps-wrapper .step-circle:not(:last-of-type) {
    margin-right: 26px;
  }
}
.progress-bar-wrapper .steps-wrapper .step-circle span {
  width: 20px;
  height: 20px;
  background: #e0e0e0;
  border-radius: 50%;
  color: #bebebe;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.progress-bar-wrapper .steps-wrapper .step-circle strong {
  color: #bebebe;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
@media (max-width: 767px) {
  .progress-bar-wrapper .steps-wrapper .step-circle strong {
    font-size: 8px;
    line-height: 8px;
  }
}
.progress-bar-wrapper .steps-wrapper .step-circle.active span {
  background: #8b7ff8;
  color: #fff;
}
.progress-bar-wrapper .steps-wrapper .step-circle.active strong {
  color: #000;
}
.progress-bar-wrapper.appointment-wrapper {
  width: 544px;
}
@media (max-width: 767px) {
  .progress-bar-wrapper.appointment-wrapper {
    width: 100%;
  }
}
.progress-bar-wrapper.appointment-wrapper .progress {
  width: 436px;
  left: 58px;
  top: 29px !important;
}
@media (max-width: 767px) {
  .progress-bar-wrapper.appointment-wrapper .progress {
    width: 71%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.progress-bar-wrapper.appointment-wrapper .steps-wrapper {
  margin: unset;
}
@media (max-width: 767px) {
  .progress-bar-wrapper.appointment-wrapper .steps-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .progress-bar-wrapper.appointment-wrapper .steps-wrapper .step-circle:not(:last-of-type) {
    margin-right: 21px;
  }
}
.progress-bar-wrapper.appointment-wrapper .steps-wrapper .step-circle strong {
  font-size: 11px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .progress-bar-wrapper.appointment-wrapper .steps-wrapper .step-circle strong {
    font-size: 8px;
    line-height: 8px;
    height: 16px;
  }
}

.profile-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(186, 188, 201, 0.21);
  border: none;
}
@media (max-width: 767px) {
  .profile-card {
    box-shadow: unset;
  }
}
.profile-card .card-body {
  height: calc(100vh - 215px);
  overflow-y: auto;
  overflow-x: hidden;
}
.profile-card #doctor-profile-form .doctor-profile-step {
  display: none;
}
.profile-card #doctor-profile-form .doctor-profile-step.active {
  display: block;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div {
  display: grid;
  grid-template-columns: 210px auto 50px;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div {
    grid-template-columns: 100%;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div h3 {
  color: #142029;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .main-image-wrapper {
  text-align: center;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .main-image-wrapper .img-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 7px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .main-image-wrapper .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .main-image-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .main-image-wrapper .btn-style {
  width: 150px;
  height: 35px;
  border-radius: 7px;
  background: #8b7ff8;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .main-image-wrapper .btn-style {
    width: 100px;
    height: 30px;
    font-size: 10px;
    line-height: 10px;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper {
    padding: 25px 15px;
    border: 0.5px solid #000;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper:not(:first-of-type) {
  margin-top: 50px;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper .form-group {
  position: relative;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper .form-group label {
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 5px;
  z-index: 2;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper .form-group .form-control {
    height: 40px;
    border-radius: 5px;
    border: 0.5px solid #000;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #7000ff;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .content-wrapper:has(.form-control:focus) {
  border: 1px solid #000;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-actions-wrapper {
    column-gap: 12px;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-delete-action-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-delete-action-wrapper {
    flex-direction: row;
  }
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-delete-action-wrapper span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ebeaf1;
  cursor: pointer;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-delete-action-wrapper span img {
  width: 20px;
  height: 20px;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-delete-action-wrapper span:hover {
  background: #7000ff;
}
.profile-card #doctor-profile-form .doctor-profile-step .step-form-inner-div .form-delete-action-wrapper span:hover img {
  filter: brightness(0) invert(1);
}

.log-in-main-wrapper .img-wrapper {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .img-wrapper {
    height: 309px;
    border-radius: 0 0 20px 20px;
  }
}
.log-in-main-wrapper .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .img-wrapper img {
    border-radius: 0 0 20px 20px;
  }
}
.log-in-main-wrapper .content-wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper {
    height: unset;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper {
  text-align: center;
  padding: 178px 10%;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper {
    padding: 20px 20px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper h1 {
  color: #142029;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper p {
  color: #142029;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin: 15px 0 30px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper p {
    margin: 10px 0 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper span {
  display: block;
  color: #142029;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper span {
    font-size: 12px;
    line-height: 12px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper span a {
  color: #8b7ff8;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper span a {
    font-size: 12px;
    line-height: 12px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .form {
    margin-top: 20px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group {
  position: relative;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group label {
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 5px;
  z-index: 2;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group .form-control {
  height: 60px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group .form-control {
    height: 55px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #7000ff;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .form-group:has(.form-control:focus) span i {
  color: #8b7ff8;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .forget-password-btn {
  color: #8b7ff8;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-decoration-line: underline;
  display: inline-block;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .form .forget-password-btn {
    font-size: 12px;
    line-height: 12px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .form .btn-style {
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .form .btn-style {
    margin: 20px 0;
    font-size: 18px;
    line-height: 18px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .or-wrapper {
  margin: 0 auto;
  width: 252px;
  text-align: center;
  position: relative;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .or-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #b4b4b4;
  z-index: -1;
}
.log-in-main-wrapper .content-wrapper .form-wrapper .or-wrapper p {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .or-wrapper p {
    font-size: 14px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners {
    margin-top: 20px;
    justify-content: center;
    column-gap: 15px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners li a.btn-style {
  width: 153.333px;
  height: 60px;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners li a.btn-style {
    width: 48px;
    height: 40px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners li a.btn-style i {
  font-size: 25px;
  color: #fff;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners li a.btn-style i {
    font-size: 18px;
  }
}
.log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners li a.btn-style span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 767px) {
  .log-in-main-wrapper .content-wrapper .form-wrapper .social-media-partners li a.btn-style span {
    display: none;
  }
}

.appointment-haeder {
  position: absolute;
  z-index: 4;
  padding: 11px 15px;
  top: 0;
}
.appointment-haeder .patient-details {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details {
    flex-direction: column;
  }
}
.appointment-haeder .patient-details .left-div {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details .left-div {
    border-bottom: 1px solid #818181;
    padding-bottom: 5px;
    margin-bottom: 5px;
    align-items: center;
  }
}
.appointment-haeder .patient-details .left-div .img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  flex: 1 0 50px;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details .left-div .img-wrapper {
    width: 30px;
    height: 30px;
  }
}
.appointment-haeder .patient-details .left-div .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.appointment-haeder .patient-details .left-div .content-wrapper .name {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details .left-div .content-wrapper .name {
    font-size: 8px;
    line-height: 8px;
  }
}
.appointment-haeder .patient-details .left-div .content-wrapper .name span {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details .left-div .content-wrapper .name span {
    font-size: 8px;
    line-height: 8px;
  }
}
.appointment-haeder .patient-details .left-div .content-wrapper p {
  color: #818181;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details .left-div .content-wrapper p {
    font-size: 8px;
    line-height: 8px;
  }
}
.appointment-haeder .patient-details .left-div .content-wrapper p span {
  font-weight: 700;
}
.appointment-haeder .patient-details .right-div p {
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .appointment-haeder .patient-details .right-div p {
    font-size: 8px;
    line-height: 12px;
  }
  .appointment-haeder .patient-details .right-div p br {
    display: none;
  }
}
.appointment-haeder .action-wrapper {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 0.5px solid #ebeaf1;
  width: 192px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .appointment-haeder .action-wrapper {
    width: 102px;
  }
}
.appointment-haeder .action-wrapper li:not(:last-of-type) a {
  position: relative;
}
.appointment-haeder .action-wrapper li:not(:last-of-type) a:after {
  content: "";
  position: absolute;
  background: #ebeaf1;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
}
.appointment-haeder .action-wrapper li a {
  width: 64px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .appointment-haeder .action-wrapper li a {
    width: 34px;
    height: 30px;
  }
}
.appointment-haeder .action-wrapper li a img {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .appointment-haeder .action-wrapper li a img {
    width: 14px;
    height: 14px;
  }
}
.appointment-haeder .action-wrapper li:hover a, .appointment-haeder .action-wrapper li.active a {
  background: #ebeaf1;
  border: 1px solid transparent;
}

.appointment-page-content {
  padding-top: 86px;
  position: relative;
  height: 100vh;
}
.appointment-page-content .main-page {
  height: 100%;
}
.appointment-page-content .main-page .inner-page-wrapper {
  background: #fff;
  height: calc(100vh - 153px);
  position: relative;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .appointment-page-content .main-page .inner-page-wrapper {
    height: calc(100vh - 142px);
  }
}
.appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ebeaf1;
  padding: 30px 0;
}
.appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper p {
    font-size: 10px;
    line-height: 10px;
  }
}
.appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper .call-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper .call-buttons .btn-style {
  width: 100px;
  height: 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper .call-buttons .btn-style {
    width: 70px;
    height: 25px;
    font-size: 10px;
  }
}
.appointment-page-content .main-page .inner-page-wrapper .call-permission-wrapper .call-buttons .btn-style:hover {
  border: 1px solid #8b7ff8;
  color: #8b7ff8;
  background: transparent !important;
}
.appointment-page-content .main-page .chat-input-wrapper {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  background: #ebeaf1;
  border-top: 1px solid #989898;
}
.appointment-page-content .main-page .chat-input-wrapper .button-wraaper {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .appointment-page-content .main-page .chat-input-wrapper .button-wraaper {
    column-gap: 20px;
  }
}
.appointment-page-content .main-page .chat-input-wrapper .button-wraaper span {
  line-height: 0;
  border-radius: 3px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.appointment-page-content .main-page .chat-input-wrapper .button-wraaper span:hover {
  border: 1px solid #989898;
}
.appointment-page-content .main-page .chat-input-wrapper .button-wraaper span img {
  width: 30px;
}
.appointment-page-content .main-page .chat-input-wrapper .input-wrapper {
  width: 100%;
  position: relative;
}
.appointment-page-content .main-page .chat-input-wrapper .input-wrapper span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 0;
  border-radius: 3px;
}
.appointment-page-content .main-page .chat-input-wrapper .input-wrapper .form-control:focus {
  box-shadow: unset;
  border: 1px solid #8b7ff8;
}
.appointment-page-content .main-page .audio-wrapper {
  height: calc(100vh - 165px);
  border-radius: 15px;
  background: #8b7ff8;
  max-width: 100%;
  position: relative;
  margin: 10px;
}
.appointment-page-content .main-page .audio-wrapper .incoming-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.appointment-page-content .main-page .audio-wrapper .incoming-wrapper .img-wrapper {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  margin: 0 auto;
}
.appointment-page-content .main-page .audio-wrapper .incoming-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.appointment-page-content .main-page .audio-wrapper .incoming-wrapper strong {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  margin: 20px 0;
  display: block;
}
.appointment-page-content .main-page .audio-wrapper .incoming-wrapper span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.right-sidebar {
  background: #ebeaf1;
  padding: 30px 20px;
  display: none;
  position: relative;
  width: 450px;
}
.right-sidebar.active {
  display: block;
}
.right-sidebar .right-sidebar-header {
  padding-bottom: 18px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .right-sidebar .right-sidebar-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.right-sidebar .right-sidebar-header h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.right-sidebar .prescription-form-wrapper .steps-indicator-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 0;
}
@media (max-width: 1399px) {
  .right-sidebar .prescription-form-wrapper .steps-indicator-wrapper {
    margin-bottom: 10px;
  }
}
.right-sidebar .prescription-form-wrapper .steps-indicator-wrapper .indicator-step {
  text-align: center;
}
.right-sidebar .prescription-form-wrapper .steps-indicator-wrapper .indicator-step span {
  margin: 0 auto 5px;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bebebe;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  line-height: unset;
}
.right-sidebar .prescription-form-wrapper .steps-indicator-wrapper .indicator-step p {
  color: #bebebe;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0;
}
.right-sidebar .prescription-form-wrapper .steps-indicator-wrapper .indicator-step.active span {
  background: #8b7ff8;
  color: #fff;
}
.right-sidebar .prescription-form-wrapper .steps-indicator-wrapper .indicator-step.active P {
  color: #000;
}
.right-sidebar .prescription-form-wrapper #prescription-form {
  /* height: calc(100vh - 157px); */
  padding-bottom: 50px;
  position: relative;
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step {
  display: none;
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .compile-btn {
  background: #8b7ff8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  height: 50px;
}
@media (max-width: 767px) {
  .right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .compile-btn {
    border-radius: 5px;
    height: 45px;
    max-width: 100% !important;
  }
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .compile-btn.active {
  display: none;
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .done-btn {
  display: none;
  background: #8b7ff8;
  color: #fff;
}
@media (max-width: 767px) {
  .right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .done-btn {
    border-radius: 5px;
    height: 45px;
    max-width: 100% !important;
  }
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .done-btn.active {
  display: block;
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .step-btn {
  height: 50px;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 767px) {
  .right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .step-btn {
    height: 45px;
    max-width: 50% !important;
  }
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div .btn-style:active {
  background: #8b7ff8;
  color: #fff;
}
.right-sidebar .prescription-form-wrapper #prescription-form .prescription-step .action-div:has(.done-btn.active) .compile-btn {
  display: none;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div {
  height: calc(100vh - 257px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 3px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div.active {
  display: none;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper {
  margin-bottom: 20px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper strong {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .form-group {
  position: relative;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .form-group .form-control {
  padding: 0px 10px 0px 40px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .form-group span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 0;
  color: #9e9e9e;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected {
  border-radius: 10px;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 8px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected .tag,
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected .badge {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  min-width: 40px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #fff !important;
  color: #8b7ff8;
  border: 1px solid #8b7ff8;
  margin: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected .tag.active, .right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected .tag:hover,
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected .badge.active,
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selected-wrapper .selected .badge:hover {
  color: #fff;
  background: #8b7ff8 !important;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper strong {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .form-group {
  position: relative;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .form-group .form-control {
  padding: 0px 10px 0px 40px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .form-group span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 0;
  color: #9e9e9e;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .selecting {
  border-radius: 10px;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 8px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .selecting .badge {
  min-width: 60px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  border: 1px solid #8b7ff8;
  background: #fff !important;
  color: #8b7ff8;
  margin: 2px;
  transition: all 0.3s ease-in-out;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .selecting .badge span {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .selecting .badge.active, .right-sidebar .prescription-form-wrapper #prescription-form .inner-div .selecting-wrapper .selecting .badge:hover {
  color: #fff;
  background: #8b7ff8 !important;
}

.compile-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px 20px 10px;
  height: calc(100vh - 217px);
  position: absolute;
  z-index: 3;
  width: 100%;
  top: -48px;
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  .compile-wrapper {
    height: calc(100vh - 284px);
    top: 0;
  }
}
.compile-wrapper.active {
  display: block;
}
.compile-wrapper .search-wrapper {
  position: relative;
}
.compile-wrapper .search-wrapper span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  line-height: unset;
  display: inline-block;
}
.compile-wrapper .search-wrapper span:last-of-type {
  left: unset;
  right: 10px;
}
.compile-wrapper .search-wrapper .form-control.compile-search-input {
  padding: 10px 32px 16px;
  border: none;
  color: #989898;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.compile-wrapper .search-wrapper .form-control.compile-search-input::placeholder {
  color: #989898;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.compile-wrapper .search-wrapper .form-control.compile-search-input:focus {
  box-shadow: none;
  outline: none;
}
.compile-wrapper .content-wrapper {
  border-top: 0.5px solid #818181;
  max-height: calc(100% - 37px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 13px 5px 0 0;
}
.compile-wrapper .content-wrapper .item {
  padding: 9px 10px;
  border-radius: 5px;
}
.compile-wrapper .content-wrapper .item span {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.compile-wrapper .content-wrapper .item:hover, .compile-wrapper .content-wrapper .item:active, .compile-wrapper .content-wrapper .item.active {
  background: #d9d9d9;
}
.compile-wrapper .content-wrapper .item:not(:last-of-type) {
  margin-bottom: 6px;
}
.compile-wrapper .content-wrapper .no-result-wrapper {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.compile-wrapper .content-wrapper .no-result-wrapper p {
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
}
.compile-wrapper .content-wrapper .no-result-wrapper .add-new-button {
  color: #7000ff;
  appearance: none;
  outline: none;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: underline;
}

.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper {
  padding: 30px;
  height: calc(100vh - 291px);
  overflow-y: auto;
  overflow-x: hidden;
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item {
    column-gap: 12px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: 0 0 40px;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .img-wrapper {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    top: -5px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .img-wrapper img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper {
  border-radius: 10px;
  background: #ebeaf1;
  display: inline-flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper {
    padding: 10px 11px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ebeaf1;
  position: absolute;
  top: -1px;
  left: -9px;
  font-size: 23px;
  transform: rotate(61deg);
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper:after {
    font-size: 14px;
    top: 2px;
    left: -7px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper p {
    font-size: 12px;
    line-height: 12px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper small {
  color: rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 400;
  line-height: 2px;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .content-wrapper small {
    font-size: 8px;
    line-height: 8px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown {
  position: relative;
  left: -10px;
  display: none;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown {
    left: -5px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-toggle {
  width: 20px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #000;
  background: transparent;
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-toggle:after {
  content: unset;
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-menu {
  padding: 10px 5px;
  border: none;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-menu .dropdown-item {
    padding: 5px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-menu .dropdown-item span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 767px) {
  .appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item .dropdown .dropdown-menu .dropdown-item span {
    font-size: 12px;
    line-height: 10px;
  }
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item:not(.doctor) .dropdown {
  display: none;
}
.appoinment-book-step-wrapper .book-appoinment-step .chat-body-wrapper .chat-item-wrapper .chat-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.favourite-doctor-wrapper {
  padding-top: 40px;
}
.favourite-doctor-wrapper .container {
  max-width: 1366px;
}
.favourite-doctor-wrapper .favourite-doctor-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .favourite-doctor-wrapper .favourite-doctor-item {
    flex-direction: column;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details {
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  column-gap: 45px;
  flex: 1 0 0;
  border: 1px solid #d9d9d9;
}
@media (max-width: 1023px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details {
    column-gap: 14px;
    padding: 15px;
    border-radius: 5px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details:hover, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details.active, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details:focus, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details:active {
  border: 1px solid #000;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .img-wrapper {
  width: 170px;
  height: 170px;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .img-wrapper {
    width: 70px;
    height: 70px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .img-wrapper img {
  width: 100%;
  height: 100%;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper {
    flex-direction: column;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper h3 {
    font-size: 14px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details {
  padding: 0;
  margin: 0;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li:last-of-type {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li {
    column-gap: 5px;
    margin-bottom: 7px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li .icon-wrapper {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(139, 127, 248, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li .icon-wrapper {
    width: 14px;
    height: 14px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li .icon-wrapper img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li .icon-wrapper img {
    width: 8.5px;
    height: 8.5px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li p,
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li strong {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li p,
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li strong {
    font-size: 10px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li strong {
  font-weight: 600;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li .rating-wrapper i {
  color: #8b7ff8;
  font-size: 18px;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .details-wrapper .more-details li .rating-wrapper i {
    font-size: 10px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .action-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .action-wrapper .btn-style {
  min-width: 228px;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-details .content-wrapper .action-wrapper .btn-style {
    min-width: 140px;
    height: 34px;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action {
    flex-direction: row;
  }
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ebeaf1;
  cursor: pointer;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span img {
  width: 20px;
  height: 20px;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span:hover, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span.active, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span:active {
  background: #7000ff;
}
.favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span:hover img, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span.active img, .favourite-doctor-wrapper .favourite-doctor-item .favourit-doctor-action span:active img {
  filter: brightness(0) invert(1);
}

#video-streams .video-container .video-player>div {
  position: static !important;
}

video {
  position: static !important;
  object-fit:contain !important;
}

#video-streams {
  display: flex !important;
}

.video-wrapper .self {
  /* z-index: 1 !important; */
}

.video-container .self video {
  object-fit: cover !important;
}

.video-container .self .video-player {
  width: 65% !important;
}

.video-wrapper {
  height: calc(100vh - 102px);
  position: relative;
  padding: 0;
}

.video-wrapper .video-container.receiver {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border:2px solid black;
}

.video-wrapper .video-container.receiver .video-player {
  width: 100%;
  height: 100%;
}

.video-wrapper .video-container.self {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border:2px solid black;
}

.video-wrapper .video-container.self .video-player {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.video-wrapper .video-container.self .video-player > div {
  border-radius: 5px;
  border: 1px solid #8b7ff8;
}

.call-action-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
}
.call-action-btn .timer {
  width: 70px;
  height: 30px;
  margin: 0 auto;
  border-radius: 6px;
  border: 0.5px solid #000;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.call-action-btn .btn-wrapper {
  display: flex;
  align-items: center;
  column-gap: 13px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 10px;
  min-width: 285px;
  margin: 0;
}
.call-action-btn .btn-wrapper li button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.call-action-btn .btn-wrapper li button:active {
  background: none !important;
}

.modal .modal-dialog .modal-content .modal-body .hidden-div .card label {
  display: inline-block;
  border: 1px solid #8b7ff8;
  color: #8b7ff8;
  padding: 10px;
  border-radius: 5px;
  width: max-content;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body .hidden-div .card label input {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .hidden-div .card label:has(input:checked) {
  background: #8b7ff8;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .hidden-div .card label.active, .modal .modal-dialog .modal-content .modal-body .hidden-div .card label:hover {
  background: #8b7ff8;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-footer .btn-primary {
  background: #8b7ff8 !important;
  border: 1px solid #8b7ff8 !important;
  color: #fff !important;
}
.modal .modal-dialog .modal-content .modal-footer .btn-primary:active, .modal .modal-dialog .modal-content .modal-footer .btn-primary:hover {
  border: 1px solid #8b7ff8 !important;
}

.ajax-loader-wrapper{
    position:fixed;
    width:calc(100% - 240px);
    height:calc(100% - 63px);
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.3);
    z-index:99;
}

.my_ajax_loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #7367f0 ;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

.modal-loader-wrapper{
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.3);
    z-index:99;
}

.my_modal_loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #7367f0 ;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*# sourceMappingURL=main.css.map */
