@font-face {
  font-family: "Leaner-Thin";
  src: url("../fonts/webfonts/LeanerThin/font.woff2") format("woff2"),
    url("../fonts/webfonts/LeanerThin/font.woff") format("woff");
}

@font-face {
  font-family: "LEMONMILK-Regular";
  src: url("../fonts/webfonts/LeanerThin/LEMONMILK-Regular.woff2")
      format("woff2"),
    url("../fonts/webfonts/LeanerThin/LEMONMILK-Regular.woff") format("woff");
}

@font-face {
  font-family: "Nunito-Light";
  src: url("../fonts/webfonts/Nunito-Light.woff2") format("woff2"),
    url("../fonts/webfonts/Nunito-Light.woff") format("woff");
}

@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/webfonts/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/webfonts/Raleway-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/webfonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/webfonts/Gilroy-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/webfonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/webfonts/Gilroy-Light.woff") format("woff");
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/webfonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../fonts/webfonts/Gilroy-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "SamsungSharpSans-Bold";
  src: url("../fonts/webfonts/SamsungSharpSans-Bold.woff2") format("woff2"),
    url("../fonts/webfonts/SamsungSharpSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "PlusJakartaSans-Regular";
  src: url("../fonts/webfonts/PlusJakartaSans-VariableFont_wght.ttf")
    format("woff2");
}

@font-face {
  font-family: "PlusJakartaSans-Bold";
  src: url("../fonts/webfonts/static/PlusJakartaSans-Bold.ttf") format("woff2");
}

/* Required slick styles */
@import "~slick-carousel/slick/slick.css";
@import "~slick-carousel/slick/slick-theme.css";

:root {
  --pat-color: #a00000;
  --sp-color: #37bc9b;
  --222-cl: #222222;
  --comm-cl: #a2a2a2;
  --ddd: #ddd;
  --aaa: #aaa;
}

body {
  /* font-family: "Nunito-Light" !important; */
  font-family: "Gilroy-Regular" !important;
  display: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Roboto", sans-serif !important; */
  /* font-family: "Raleway-Regular" !important; */
  font-family: "PlusJakartaSans-Regular" !important;
}

.p-0-15 {
  padding: 0.15rem !important;
}

.menu-active-local {
  display: block;
}

.header-page-title {
  font-weight: lighter !important;
}

.custom-err-msg-box {
  background-color: #da4453;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.fw-400 {
  font-weight: 400 !important;
}

.page-title h2.light-fw {
  font-weight: 400 !important;
  font-size: 20px !important;
  /* font-family: "SamsungSharpSans-Bold" !important; */
  font-family: "PlusJakartaSans-Regular" !important;
  letter-spacing: normal;
}

/* custom input type checkbox in tab view */
.tabs {
  position: relative;
  min-height: 200px;
  /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.tab {
  float: left;
  margin-bottom: 2px;
}

.tab label {
  /* background: #eee; */
  /* padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px; */
  position: relative;
  left: 1px;
}

.tab label:hover {
  color: #00aaa6;
}

.tab [type="checkbox"],
.tab [type="radio"] {
  opacity: 0;
  width: 1px;
  height: auto;
  line-height: 0px;
  margin-bottom: -12px;
}

/* .content {
    position: absolute;
    top: 28px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .content > * {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.6s ease;
  } */

[type="checkbox"]:focus ~ label {
  /* border: 2px solid blue; */
}

.timeslots:checked ~ label {
  background: #2b5667;
  color: #ffffff;
  border: 1px #2b5667 solid !important;
  /* z-index: 2; */
}

.timeslots:checked ~ label ~ .content {
  z-index: 1;
}

.timeslots:checked ~ label ~ .content > * {
  opacity: 1;
  transform: translateX(0);
}

.mlabel {
  color: #000000;
  font-weight: 700;
}

.c-form-control {
  font-size: 13px !important;
  border: none !important;
  padding-left: 0px !important;
  line-height: 18px;
}

.c-form-control-ws {
  font-size: 13px !important;
  border: none !important;
  padding-left: 0px !important;
  white-space: break-spaces !important;
  overflow-y: scroll;
}

.cs-label {
  font-weight: 500;
  color: #111111;
}

.label-color {
  color: var(--pat-color);
}

.optionListContainer {
  z-index: 11 !important;
}

/* .optionListContainer ul.optionContainer li {
  color: #000000;
  font-size: 14px;
} */

#mp .color-highlight {
  color: var(--pat-color) !important;
}

.input-style-2.has-icon .input-icon {
  z-index: 1 !important;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.img-circle {
  border-radius: 60%;
}

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 30%;
  position: relative;
  width: 30%;
}

.padding-10 {
  padding: 10px !important;
}

.schedule {
  font-size: 12px;
  padding: 4px;
  border: 1px #2b5667 solid;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 3px 7px 3px;
  cursor: pointer;
  min-width: 90px;
}

.evx_label_md {
  margin-top: -5px;
}

.booked {
  font-size: 12px;
  padding: 4px;
  border: 1px #2b5667 solid;
  background: #c9c9c9;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 3px 7px 5px;
  cursor: default;
}

/* carousel */

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* eof carousel */

.bg-evx {
  background-color: var(--pat-color) !important;
  color: #ffffff !important;
}

.bg-evx-light {
  background-color: #fbdddd !important;
}

.bg-green1-cs-light {
  background-color: #dcfbbc !important;
}

.bg-doc-evx {
  background-color: #37bc9b !important;
  color: #ffffff !important;
}

.color-evx {
  color: var(--pat-color) !important;
}

.color-evx-df {
  color: #d8334a !important;
}

.react-tabs__tab--selected {
  background-color: #4a89dc !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

/* modal relate */
.modal-content {
  width: 95% !important;
  height: 80% !important;
  border-radius: 15px !important;
}

#cs-modal-content {
  padding: 0px 18px !important;
  color: #000000;
  text-align: justify;
}

.modal-body {
  padding: 0px 3px 5px 5px !important;
}

#cs-modal-content p {
  color: #000000;
  /* text-align: justify; */
}

.cs-modal-content {
  color: #000000 !important;
}

.cs-modal-content p {
  color: #000000 !important;
}

.cs-modal-content ul {
  padding-left: 20px;
}

.cs-modal-content .btn-sm {
  padding: 10px 35px !important;
}

#cs-modal-footer {
  display: inline;
}

#cs-modal-footer .btn-sm {
  padding: 10px 35px !important;
}

/* toaster */
.toast {
  max-width: inherit !important;
  font-size: inherit !important;
  overflow: inherit !important;
  border: inherit !important;
  box-shadow: inherit !important;
  backdrop-filter: inherit !important;
  opacity: inherit !important;
  border-radius: inherit !important;
}

.toast.show {
  opacity: inherit !important;
}

.toast-header {
  display: block !important;
  padding: inherit !important;
  color: inherit !important;
  background-clip: inherit !important;
  border-bottom: inherit !important;
}

.notification .notification-icon {
  display: inline-block !important;
}

.toast-header button.close {
  padding-right: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: lighter;
}

.toast-tiny {
  border-radius: 60px !important;
}

/*  */

#toggle-id-1 {
  margin-top: 12px;
}

[type="checkbox"]:focus ~ #toggle-id-1 {
  border: none;
}

.ios-switch #toggle-id-1::before {
  height: 28px !important;
}

.ios-switch #toggle-id-1::after {
  height: 27px !important;
}

.cs-round [data-menu] {
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  /* left: 24px; */
  margin-top: 12px;
  z-index: 98;
  border: 1px #c7c7c7 solid;
  padding: 2px;
}

.img-round-2 {
  background-size: cover;
  border-radius: 5px;
  position: relative;
  width: 40px;
  height: 40px;
  /* left: 24px; */
  margin-top: 12px;
  z-index: 98;
  border: 1px #c7c7c7 solid;
  padding: 2px;
}

#card-box-s {
  box-shadow: 0 4px 10px 4px rgb(0 0 0 / 10%) !important;
}

.mt-minus-6 {
  margin-top: -6px;
}

#card-box-no {
  box-shadow: 0px 0px 0px 0px #888888 !important;
}

/* #cs-font-family h5 {
  font-family: "Roboto", sans-serif !important;
} */

.fadeInUp {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.signatureCanvas {
  border: 1px #cacaca solid;
  border-radius: 3px;
  width: inherit;
  min-height: 170px;
  height: auto;
}

.input-style-1 em {
  color: var(--pat-color) !important;
}

.input-style-2 em {
  color: var(--pat-color) !important;
}

.fac-radio > span::after {
  font-size: 16px;
}

.fac-radio > input[type="radio"] + label.rcslabel:before {
  font-size: 12px !important;
}

.cov-dashboard a {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* rating */

.star-rating {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

.star {
  cursor: pointer;
  width: 2em;
  height: 2em;
  background-color: grey;
  -webkit-clip-path: polygon(
    50% 0%,
    63% 38%,
    100% 38%,
    69% 59%,
    82% 100%,
    50% 75%,
    18% 100%,
    31% 59%,
    0% 38%,
    37% 38%
  );
  clip-path: polygon(
    50% 0%,
    63% 38%,
    100% 38%,
    69% 59%,
    82% 100%,
    50% 75%,
    18% 100%,
    31% 59%,
    0% 38%,
    37% 38%
  );
  margin-right: 2px;
}

.nstar:hover {
  background-color: yellow;
}

.star.selected {
  background-color: rgb(223 136 1);
}

.cc-search {
  width: 90px;
  margin: 2px auto;
}

.cc-search .star {
  width: 15px;
  height: 14px;
  margin-right: 3px;
}

/* eof sr */

/* another start */

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: lightgray;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: gold;
  overflow: hidden;
}

.stars-0:after {
  width: 0%;
}

.stars-10:after {
  width: 10%;
}

.stars-20:after {
  width: 20%;
}

.stars-30:after {
  width: 30%;
}

.stars-40:after {
  width: 40%;
}

.stars-50:after {
  width: 50%;
}

.stars-60:after {
  width: 60%;
}

.stars-70:after {
  width: 70%;
}

.stars-80:after {
  width: 80%;
}

.stars-90:after {
  width: 90%;
}

.stars-100:after {
  width: 100;
}

/*  */
/* .rwp{
  border-bottom: 0px !important;
} */

.evx-bg-18 {
  background-image: url(../images/pictures/evx-bg-18.jpg);
}

.evx-bg-19 {
  background-image: url(../images/pictures/evx-bg-19.jpg);
}

.evx-bg-20 {
  background-image: url(../images/pictures/evx-bg-20.jpg);
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.8rem;
  width: 1.25rem;
  height: 1.25rem;
}

#bookcs .modal-content {
  height: max-content !important;
}

#bookrules .modal-content {
  height: max-content !important;
}

.footer-card {
  bottom: -80px !important;
  right: 0px !important;
  left: 0px !important;
}

.report .close {
  float: inherit !important;
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  margin-top: 10px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 3px 8px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.btn-close {
  float: inherit !important;
  position: absolute;
  left: 67%;
  top: 24%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 3px 8px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.owl-nav,
.owl-prev {
  margin-top: -13px !important;
}

.owl-next,
.owl-prev {
  color: var(--pat-color) !important;
  text-transform: capitalize;
  margin: inherit !important;
  padding: 0px 4px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}

/* video consult */

.room {
  /* margin-top: 34px; */
  /* position: absolute; */
  height: 100%;
  width: 100%;
  display: grid;
}

.room h4 {
  font-size: 12px;
}

.room > button {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.room > h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 1em;
}

.local-participant {
  text-align: center;
  margin-bottom: 2em;
  position: absolute;
}

.remote-participants {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* padding: 0 2em 2em; */
}

.remote-participants > .participant {
  width: 100%;
}

.remote-participants > .participant > video {
  height: 100%;
  object-fit: cover;
  /* padding-bottom: 6%; */
}

.participant:last-child {
  margin-right: 0;
}

.participant h3 {
  font-size: 12px;
  text-align: center;
  padding-bottom: 0.5em;
  /* color: #fff; */
}

video {
  width: 100%;
  /* max-width: 600px; */
  display: block;
  margin: 0 auto;
  border-radius: 2px;
}

.hostuser {
  /* position: "absolute"; */
  border: 2px #ffffff solid;
  border-radius: 3px;
  width: 100px;
  height: auto;
  font-size: 12px;
  margin: 3px 0px 0px 3px;
}

.hostuser > .participant > h3 {
  position: absolute;
  top: 52px;
  color: #ffffff;
  font-size: 11px !important;
  font-weight: lighter;
  margin-left: 3px;
}

.remote-participants > .participant > h3 {
  position: absolute;
  /* top: 38px; */
  color: #ffffff;
  font-size: 11px;
  font-weight: lighter;
  /* right: 21px; */
  bottom: 0;
  margin-left: 5px;
}

.vd_text {
  width: 83%;
  font-size: 12px;
  font-weight: normal;
}

.logout {
  background-color: #f8031c;
  /* float: right; */
  width: 35%;
  margin-right: 7px;
  font-size: 12px !important;
}

/* #vc_height {
  min-height: 500px;
} */
.tab-content {
  display: block !important;
}

.tab-content div.tab-pane {
  display: none !important;
}

.tab-content div.active {
  display: block !important;
}

.custom-tab {
  display: flex;
}

.custom-tab a {
  width: 100%;
  border: 1px #979797 solid !important;
}

#videotab {
  border-right: 1px solid !important;
}

.custom-tab a.active {
  background-color: #2b5667 !important;
  color: #fff !important;
}

.custom-tab a:last-child {
  border-bottom-right-radius: 8px !important;
}

.tabs-medium a {
  font-size: 11px !important;
}

#newbooking .tab-controls a:last-child {
  border-right: 1px solid !important;
}

.swal-button--cancel {
  color: #ffffff;
  background-color: #4a89dc;
  padding: 6px 12px;
}

.swal-button--danger {
  background-color: var(--pat-color);
  padding: 6px 12px;
}

.cancel_title {
  font-size: 18px !important;
  color: #1f1f1f !important;
}

.captext {
  text-transform: uppercase;
}

.swal2-popup {
  max-width: 95% !important;
}

.swal2-header {
  padding: initial !important;
}

.swal2-content {
  padding: initial !important;
}

.set-line-height {
  line-height: 18px;
}

#videowd .modal-content {
  height: 100% !important;
  width: 100% !important;
  border-radius: 5px !important;
  border: none;
  /* padding: 10px 0px; */
}

#vc_height {
  padding: 0px !important;
}

.bg-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.toast.opacity-full {
  opacity: 1 !important;
}

.remind-notify {
  top: 20% !important;
}

.next-remind-notify {
  top: 60% !important;
}

/*  */
.progress {
  height: 20px;
  margin-bottom: 30px;
}

.progress-bar {
  background-color: var(--pat-color) !important;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

#progressbar {
  /* margin-bottom: 30px; */
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: var(--pat-color);
}

#progressbar li {
  list-style-type: none;
  /* font-size: 15px; */
  /* width: 16.6%; */
  width: 20%;
  float: left;
  position: relative;
  /* font-weight: 400; */
  text-align: center;
}

/* #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
} */

.pgicon {
  width: 24px;
  height: 24px;
  line-height: 20px !important;
  display: block;
  font-size: 12px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--pat-color);
}

#progressbar li.spactive:before,
#progressbar li.spactive:after {
  background: #37bc9b;
}

.pg-icon-active {
  background: var(--pat-color);
}

.custom-em {
  /* position: absolute;
  right: 10px; */
  font-style: normal;
  float: right;
}

.fac-blue > span::after {
  color: var(--pat-color) !important;
  /* color: #fff !important;
  border: 1px red solid;
  border-radius: 50%;
  width: 18px;
  height: 18px; */
}

.fac-sp > span::after {
  color: #37bc9b !important;
}

.fac-radio-14 > span::after {
  font-size: 14px;
}

/* .icon-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 1px;
  height: 24px;
  line-height: 24px;
} */

.cursor-pointer {
  cursor: pointer;
}

/*  */

#btn:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.first_button {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.p-app-stlab {
  line-height: 1;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}

.btn {
  border-radius: 2px !important;
}

.btn-evx {
  padding: 6px 7px !important;
}

#partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(
    to left,
    black 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
  font-size: 20px !important;
}

#divInner {
  left: 0;
  position: sticky;
}

#divOuter {
  width: 190px;
  overflow: hidden;
  margin: 0px auto;
}

.top-centered {
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.top-centered h1 {
  font-family: "Lato", sans-serif !important;
}

.top-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .top-bottom a {
  font-family: "Lato", sans-serif !important;
} */

.rounder-2 {
  border-radius: 2px !important;
}

.btn-padding {
  padding: 0% 5%;
}

.btn-call {
  font-size: 11px !important;
  font-weight: 400 !important;
  padding: 8px 12px !important;
}

.img-round {
  border: 1px #b50303 solid !important;
  border-radius: 50% !important;
  object-fit: cover;
}

.img-sp-round {
  border: 1px #37bc9b solid !important;
  border-radius: 50% !important;
}

.testm-img-border {
  border: 1px #ffffff solid;
}

.swal2-html-container,
.swal2-html-container p {
  font-size: 14px !important;
  line-height: 20px;
}

.btn-icon-cst {
  line-height: 5px !important;
  margin-top: 6px !important;
  height: 0px !important;
  float: left !important;
  width: 10px !important;
  margin-right: 5px !important;
}

.link-font-400 {
  font-weight: 400 !important;
}

#md-toast {
  opacity: 0.87 !important;
  height: max-content;
  overflow-y: scroll !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

/* chat */

/* body{
  background-color: #f4f7f6;
  margin-top:20px;
} */
.chat-card {
  background: #f7f7f7;
  transition: 0.5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 7;
}

.chat-app .chat {
  margin-left: 280px;
  border-left: 1px solid #eaeaea;
}

.people-list {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px;
}

.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer;
}

.people-list .chat-list li.active {
  background: #efefef;
}

.people-list .chat-list li .name {
  font-size: 15px;
}

.people-list .chat-list img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.people-list img {
  float: left;
  border-radius: 50%;
}

.people-list .about {
  float: left;
  padding-left: 10px;
}

.people-list .status {
  color: #999;
  font-size: 13px;
}

.chat .chat-header {
  padding: 15px 20px;
  border-bottom: 2px solid #f4f7f6;
  background-color: #f0f0f0;
}

.chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
}

.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff;
}

.chat .chat-history ul {
  padding: 0;
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px;
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data img {
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.chat .chat-history .message:after {
  bottom: 100%;
  /* left: 7%; */
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .my-message {
  background: #efefef;
}

.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  /* left: 69% */
  right: 8px;
}

.chat .chat-message {
  padding: 20px;
  background-color: #f0f0f0;
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle;
}

.online {
  color: #86c541;
}

.offline {
  color: #e47297;
}

.me {
  color: #1d8ecd;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media only screen and (max-width: 767px) {
  .chat-app .people-list {
    height: 465px;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    left: -400px;
    display: none;
  }

  .chat-app .people-list.open {
    left: 0;
  }

  .chat-app .chat {
    margin: 0;
  }

  .chat-app .chat .chat-header {
    border-radius: 0.55rem 0.55rem 0 0;
  }

  .chat-app .chat-history {
    height: 300px;
    overflow-x: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat-app .chat-list {
    height: 650px;
    overflow-x: auto;
  }

  .chat-app .chat-history {
    height: 600px;
    overflow-x: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .chat-app .chat-list {
    height: 480px;
    overflow-x: auto;
  }

  .chat-app .chat-history {
    height: calc(100vh - 350px);
    overflow-x: auto;
  }
}

/* custom divider */
.cst-divider {
  height: 13px;
  border-bottom: 1px solid rgb(155, 155, 155);
}

.badge-notify {
  /* background:red; */
  position: relative;
  top: -8px;
  left: 14px;
}

/* custom line height */
.normal-line-height {
  line-height: normal !important;
}

.line-height-0 {
  line-height: 0px !important;
}

.line-height-8 {
  line-height: 8px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

/* min max modal */

/* .min {
  width: 250px !important;
  height: 35px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px;

  float: left;
  position: static !important;
}

.display-none {
  display: none;
}

.minmaxCon {
  height: 35px;
  bottom: 66px;
  left: 1px;
  position: fixed;
  right: 1px;
  z-index: 9999;
} */

/* video icon */

.vid-action-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: block !important;
  margin: auto;
  padding-top: 14px;
}

.pat-action-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block !important;
  margin: auto;
  padding-top: 10px;
}

/* switch button */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ab934;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ca2222;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 45%;
  font-size: 10px;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The customcheck */
.customcheck {
  display: block;
  position: relative;
  padding-left: 25px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #02cf32;
  border-radius: 3px;
  border: 1px #02d834 solid !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg-brown-custom {
  background-color: #baa286 !important;
}

.color-disable {
  color: #999999 !important;
}

.card-icon:hover {
  background-color: #ffd43b;
}

.card-icon:hover .input-icon {
  color: #1f1f1f;
}

.card-icon:hover .card-title {
  color: var(--pat-color);
}

/*  */

.fixed-top-abs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#page {
  min-height: 347px;
}

.footer > .card-style {
  margin-top: 50px;
}

.card-min-height {
  min-height: 250px;
}

.color-dashb {
  color: #56a1d0 !important;
}

.color-finance {
  color: #28a745 !important;
}

.color-booking {
  color: #e2c140 !important;
}

.color-settings {
  color: #2b5667 !important;
}

.color-black-light {
  color: #333333 !important;
}

.bg-settings {
  background-color: #2b5667 !important;
}

.borad-4 {
  border-radius: 4px !important;
}

.borad-6 {
  border-radius: 6px !important;
}

.btn-evx2 {
  padding: 6px !important;
}

.nav-item a {
  padding: 5px 7px;
  line-height: 22px;
  width: auto;
  box-shadow: 0px 0px 2px 1px #b2cfec;
  background-color: #f9f9f9;

  /* border: 1px #999 solid !important; */
}

/* #schTab .owl-stage-outer {
  width: 70%;
  margin: auto;
} */

.LeanerThin {
  font-family: "Leaner-Thin";
}

.lemonmilk {
  font-family: "LEMONMILK-Regular" !important;
}

.tns-outer {
  width: 95%;
  margin: auto;
}

.schd-tab a {
  margin: auto;
  font-family: "LEMONMILK-Regular";
  width: 47px !important;
}

.sp-date-design {
  width: 46px;
  line-height: 1.5;
  padding: 5px 3px;
  background-color: #2b5667 !important;
  color: #ffffff;
  font-family: "LEMONMILK-Regular";
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  border-radius: 6px !important;
}

.sp-time-design {
  width: 46px;
  line-height: 1.3;
  padding: 4px 6px;
  background-color: #2b5667 !important;
  color: #ffffff;
  font-family: "LEMONMILK-Regular";
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  border-radius: 6px !important;
  margin-top: 3px;
}

.sp-chat-design {
  height: 26px;
  line-height: 26px;
}

.pa-date-design {
  width: 53px;
  line-height: 1.7;
  padding: 7px 7px 6px 7px;
  /* background-color: #2b5667 !important; */
  border: 1px var(--pat-color) solid;
  color: var(--pat-color);
  font-family: "LEMONMILK-Regular";
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  border-radius: 6px !important;
}

.pa-time-design {
  width: 50px;
  line-height: 1.3;
  padding: 0.5rem 0rem 0.5rem 0rem;
  /* background-color: #2b5667 !important; */
  border: 1px var(--pat-color) solid;
  color: var(--pat-color);
  font-family: "LEMONMILK-Regular";
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  border-radius: 6px !important;
}

.rat-col {
  color: #df8801;
}

/*  */
.list-group li:not(:first-child) .Quality {
  display: none;
}

.list-group li:not(:nth-child(8)) .Technology {
  display: none;
}

.list-group li:not(:nth-child(11)) .Process {
  display: none;
}

/* details-profile-img */
.details-profile-img {
  width: 21% !important;
  padding-bottom: 20% !important;
  border: 2px #2b5667 solid !important;
}

.alert {
  padding: 0.75rem 1.21rem !important;
}

#concern_area_input {
  width: 100% !important;
}

#symptoms_input {
  width: 100% !important;
}

#userName_input {
  width: 100% !important;
}

#approach_value_input {
  width: 100% !important;
}

.drtab label {
  left: 0px !important;
}

.duration {
  padding: 4px 8px !important;
  margin: 0px 6px 7px 0px !important;
  font-size: 12px;
  border: 1px #2b5667 solid;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
}

.splide__arrow {
  top: 98% !important;
  width: 2em !important;
  height: 2em !important;
}

.chip {
  font-size: 12px !important;
  /* inline-size: -webkit-fill-available; */
}

.night {
  padding: 9px 14px !important;
  margin: 4px 4px 0px 0px !important;
  font-size: 22px;
  border: 1px #2b5667 solid;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}

/* round checkbox */

.round {
  position: relative;
  margin-right: 60px;
}

.round label {
  background-color: #fff;
  border: 1px solid #2b5667;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.round label:after {
  /* border: 2px solid #fff; */
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  /* visibility: hidden; */
  opacity: 0;
}

.round input[type="checkbox"]:checked + label {
  background-color: #2b5667;
  border-color: #2b5667;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.round input[type="checkbox"]:checked + label > span {
  color: #fff;
}

.roundtext {
  content: "";
  position: absolute;
  font-size: 26px;
  color: #6c6c6c;
  font-weight: 500;
}

.morning {
  left: 18px;
  top: 16px;
}

.afternoon {
  left: 21px;
  top: 16px;
}

.evening {
  left: 23px;
  top: 16px;
}

.nightLetter {
  left: 20px !important;
  top: 16px;
}

.outer-round-text-content {
  position: absolute;
  top: 87%;
}

.mrmgtext {
  left: 50%;
}

.afttext {
  left: 0%;
}

.evenggtext {
  left: 62%;
}

.nighttext {
  left: 115%;
}

.approch_content div.optionListContainer {
  /* position: relative !important; */
  bottom: 0px;
}

.approch_content div.react-datepicker-popper {
  position: relative !important;
  /* bottom: 0px; */
}

#drug_composition div.optionListContainer {
  /* position: relative !important;
  min-height: max-content; */
  bottom: 0px;
}

#drug_composition div > span {
  white-space: normal !important;
}

.btn:focus,
.btn.focus {
  box-shadow: none !important;
}

.custom-tab-2 {
  display: flex;
}

.custom-tab-2 a {
  width: 100%;
  border: 1px #e89898 solid !important;
}

.custom-tab-2 a.active {
  /* background-color: var(--pat-color) !important; */
  background-color: #d8334a !important;
  color: #fff !important;
}

.custom-tab-2 a:last-child {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.cst-tabs-rounded a:first-child {
  border-top-left-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}

.cst-tab .tabs-medium a {
  height: 25px !important;
  line-height: 25px !important;
}

#newbooking .cst-tab a:last-child {
  border-right-color: #e89898 !important;
}

/* New Font Family Style */
.gilroySemibold {
  font-family: "Gilroy-SemiBold" !important;
}

.gilroy-regular {
  font-family: "Gilroy-Regular" !important;
}

.gilroy-light {
  font-family: "Gilroy-Light" !important;
}

.ralewayRegular {
  font-family: "Raleway-Regular" !important;
}

.jakarta-regular {
  font-family: "PlusJakartaSans-Regular" !important;
}

.jakarta-bold {
  font-family: "PlusJakartaSans-Bold" !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-48 {
  font-size: 48px !important;
}

.pat_theme_bg {
  background-color: var(--pat-color) !important;
}

.pat_theme_cl {
  color: var(--pat-color) !important;
}

.docgrid {
  border: 1px #e6e6e6 solid;
  padding: 10px !important;
}

.pat_img_border {
  border: 1px var(--pat-color) solid;
  width: 45%;
  padding-bottom: 44%;
}

.img-border-cl-1 {
  border: 3px var(--pat-color) solid !important;
}

.round-border1 {
  border: 1px var(--pat-color) solid !important;
}

.round-border-aaa {
  border: 1px var(--aaa) solid !important;
}

.round-border2 {
  border: 2px var(--pat-color) solid !important;
}

.round-border1-sp {
  border: 1px var(--sp-color) solid !important;
}

.round-border2-sp {
  border: 2px var(--sp-color) solid !important;
}

.border2-comm {
  border: 2px var(--comm-cl) solid !important;
}

#border2-black {
  border: 2px #000000 solid !important;
  /* padding: 1px 5px !important; */
  line-height: 21px !important;
}

.circle_img {
  border-radius: 50%;
  border: 3px var(--pat-color) solid;
  padding: 3px;
  vertical-align: middle;
  position: relative;
  /*to send on top */
  width: 50%;
}

.card-style {
  margin: 0px 14px 30px 14px !important;
}

.form-row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.carousel-bg-theme {
  background-color: #f2f2f2 !important;
}

.color-333 {
  color: #333333 !important;
}

.color-6c6 {
  color: #6c6c6c !important;
}

.content {
  margin: 20px 13px 20px 13px !important;
}

.border-eee-1 {
  border: 1px #d9d9d9 solid !important;
}

.border-8CC152-1 {
  border: 1px #8cc152 solid !important;
}

.border-trans {
  border: 1px solid transparent;
}

#left-menu-main {
  top: 85px !important;
}

#right-menu-main {
  top: 85px !important;
}

.incdec {
  font-size: 14px;
  font-weight: 600;
  font-family: "LEMONMILK-Regular";
  /* vertical-align: middle; */
}

.bg-light-green {
  background-color: #bcf9ea !important;
}

#fac-prsp > span::after {
  color: transparent !important;
  border: 1px #000000 solid;
}

#fac-prsp > input[type="checkbox"] + label:before {
  color: #000000 !important;
  font-size: 12px !important;
}

.preshead {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

.presubhead {
  font-size: 14px !important;
  font-weight: 600;
}

.sss-bold {
  font-family: "SamsungSharpSans-Bold" !important;
}

/* applied in specialist app. details */
.subheader {
  font-size: 16px !important;
  font-weight: 500;
  font-family: "SamsungSharpSans-Bold" !important;
}

.yesbtn {
  background-color: #fafafa !important;
  color: #111111 !important;
  border: 1px #dddddd solid !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  margin-top: 0.5rem !important;
}

.yesbtn:hover {
  background-image: none !important;
}

.nobtn {
  background-color: #2aba66 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  margin-top: 0.5rem !important;
}

.nobtn:hover {
  background-image: none !important;
}

/*  */

.bnf-tab {
  width: 85%;
  margin: 0px auto !important;
}

/* .img-cropped {
  object-fit: cover;
  width: 330px;
  height: 244px;
  margin: auto;
} */

/* Multiselect */
/* .searchBox {
  display: none;
} */

span.input-style-1-active {
  color: #6c6c6c !important;
}

.cs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0px !important;
}

/* text on image */
/* .overlay-text  */
.text2-desk,
.text3-desk {
  /* font-family: "SamsungSharpSans-Bold" !important; */
  font-family: "PlusJakartaSans-Regular" !important;
  color: var(--222-cl);
}

.overlay-text {
  font-family: "SamsungSharpSans-Bold" !important;
  color: var(--222-cl);
}

/* .overlay-text-mob, */
.text2-mob,
.text2-mob1,
.text3-mob,
.text3-mob1,
.mob-text-area,
.mob-text-area1,
.desk-view,
.desk-view1,
.desk-view-no-img {
  display: none;
  /* font-family: "SamsungSharpSans-Bold" !important; */
  font-family: "PlusJakartaSans-Regular" !important;
}

.show-desk {
  display: none;
}

.overlay-text-mob {
  display: none;
  font-family: "SamsungSharpSans-Bold" !important;
  color: var(--222-cl);
}

.overlay-text-mob1 {
  display: none;
  font-family: "SamsungSharpSans-Bold" !important;
  color: var(--222-cl);
}

.heading {
  display: block;
  font-size: 28px !important;
  font-weight: 800;
  padding: 2px 20px;
  margin-bottom: 1rem !important;
}

.heading,
.text2-mob,
.text3-mob,
.text3-mob1,
.text2-desk,
.text2-desk1,
.text3-desk1,
.text3-desk {
  font-family: "PlusJakartaSans-Regular" !important;
  color: var(--222-cl);
}

.btn-desk {
  padding-top: 8px !important;
}

.header-logo-app .header-title {
  margin-left: 90px !important;
}

.spls-btn-sgin {
  padding: 8px 10px !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.bord-left {
  border-left: 1px #d4d4d4 solid;
}

/* For mobile devices */
@media (min-width: 480px) {
  .img-cropped {
    width: 450px;
    /* Set width to crop the image horizontally */
    height: auto;
    /* Set height to auto */
    /* object-fit: cover;  */
    margin: 0 auto;
  }

  .img-pos {
    object-position: 45px 0px;
  }

  /* desktpp */
  .desk-view-no-img {
    display: block !important;
    padding: 0px 0px 0px 155px;
  }

  .desk-view {
    display: block !important;
    position: absolute;
    padding: 0px 0px 0px 155px;
  }

  .desk2-padd {
    padding: 60px 0px 0px 155px !important;
  }

  .overlay-text {
    display: block;
    font-size: 32px !important;
    line-height: 34px;
  }

  .text2-desk {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .text3-desk {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .spls-btn {
    padding: 8px 10px !important;
    font-size: 10px !important;
    font-weight: bold !important;
  }

  .show-desk {
    display: block !important;
  }

  .img-cropped-desk {
    /* height: 700px; */
    width: 1080px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .img-cropped {
    /* width: 750px; */
    height: 500px;
    object-fit: cover;
    /* object-position: -315px 25px; */
    object-position: -290px 0px;
  }

  .img-cropped2 {
    /* width: 430px; */
    height: 500px;
    object-fit: cover;
    /* object-position: -263px 10px; */
  }

  .img-cropped3 {
    /* width: 430px; */
    height: 350px;
    object-fit: cover;
    /* object-position: -65px 0px; */
  }

  .mob-text-area {
    display: block !important;
    background-color: #eff1f0;
    border-bottom: 2px #eff1f0 solid;
    /* background: rgb(243, 245, 244);
    background: linear-gradient(
      121deg,
      rgba(243, 245, 244, 1) 0%,
      rgba(221, 222, 217, 1) 100%
    ); */
    /* margin: 0 auto; */
    text-align: center;
  }

  .overlay-text-mob {
    display: block !important;
    color: var(--222-cl);
    margin-bottom: 0px;
    font-size: 32px !important;
    padding: 10px 20px 10px 20px;
    line-height: 45px;
    font-weight: 800;
  }

  .pb-3-mob {
    padding-bottom: 2.5rem !important;
  }

  .pt-mob {
    padding-top: 1.5rem !important;
  }

  .block-pad {
    padding: 0px 15px;
  }

  .bord-left {
    border-left: none;
  }

  .bord-top {
    border-top: 1px #d4d4d4 solid;
  }

  .heading {
    display: block;
    font-size: 26px !important;
    font-weight: 800;
    padding: 0px 0px 7px 0px !important;
    line-height: 48px;
    margin-bottom: 0px !important;
  }

  .text2-mob {
    display: block !important;
    color: var(--222-cl);
    margin-bottom: 0px;
    font-size: 20px !important;
    font-weight: 400;
    padding: 0px 20px 15px 20px;
    line-height: 28px;
  }

  .text3-mob {
    display: block !important;
    color: var(--222-cl);
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0px 20px 15px 20px;
    line-height: 30px;
  }

  .spls-btn {
    padding: 12px 26px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    /* margin-left: 20px; */
  }

  .img-cropped-mob {
    /* width: 750px; */
    height: 540px;
    /* object-fit: cover;
    object-position: -315px 25px; */
  }
}

/* For laptop devices */
@media (min-width: 768px) {
  .img-cropped {
    width: 100%;
    /* Set to full width of the container */
    height: auto;
    /* Set the height to auto to display the full image */
  }

  .img-cropped3 {
    /* width: 430px; */
    height: 350px;
    object-fit: cover;
    /* object-position: -65px 0px; */
  }

  .desk-view {
    display: block !important;
    position: absolute;
    padding: 90px 0px 0px 40px;
  }

  .overlay-text {
    font-size: 42px !important;
    line-height: 56px;
  }

  .show-desk {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .img-cropped {
    width: 100%;
    /* Set to full width of the container */
    height: auto;
    /* Set the height to auto to display the full image */
    margin: 0 auto;
    object-position: 0px -25px;
  }

  .img-cropped3 {
    /* width: 430px; */
    height: 350px;
    object-fit: cover;
    /* object-position: -65px 0px; */
  }

  .desk-view {
    display: block !important;
    position: absolute;
    padding: 10px 0px 0px 115px;
  }

  .desk2-padd {
    padding: 200px 0px 0px 115px !important;
  }

  .spls-btn {
    padding: 15px 30px !important;
    font-size: 15px !important;
  }

  .overlay-text {
    font-family: "SamsungSharpSans-Bold" !important;
    display: block;
    font-size: 50px !important;
    line-height: 60px;
  }

  .text2-desk {
    font-size: 22px !important;
    font-weight: 400;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .show-desk {
    display: block !important;
  }
}

/* Footer */

@media (min-width: 360px) {
  .land-footer.desktop {
    display: none;
  }

  .land-footer {
    flex-flow: row;
    justify-content: space-evenly;
  }

  .land-footer > div {
    display: flex;
    flex-flow: column;
    grid-gap: 15px;
  }
}

@media (min-width: 768px) {
  .land-footer.desktop {
    display: flex;
  }

  .land-footer.mobile {
    display: none;
  }

  .land-footer {
    flex-flow: row;
    justify-content: space-evenly;
  }

  .land-footer > div {
    display: flex;
    flex-flow: column;
    grid-gap: 25px;
  }
}

.land-footer {
  display: flex;
}

.land-footer-group {
  line-height: normal;
  grid-gap: 6px;
}

.bg-sps {
  background-color: #eff1f0 !important;
}

.bg-trans {
  background-color: transparent !important;
}

/* feature css */
.black-222 {
  color: var(--222-cl);
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

/* .img-circle {
  border-radius: 50%;
  vertical-align: middle;
  max-width: 90px;
  min-height: 90px;
  transform-style: preserve-3d;
  margin: 0 auto 17px;
} */
/* #item-features {
  margin-top: 6%;
} */
.feature-name {
  margin: -17px auto 0;
  display: table;
  width: 95%;
  /* background: linear-gradient(100deg, #845EC2, #BE93FD); */
  /* background: linear-gradient(100deg, #ff8066, #ff918d); */
  /* background: linear-gradient(135deg, #ff3e00, #eaa400); */
  padding: 12px 9px;
  /* border-radius: 6px; */
  text-align: center;
  color: #fff;
  /* box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12), 0px 5px 7px rgba(0, 0, 0, 0.5); */
}

#item-features .item {
  text-align: center;
  padding: 10px;
  margin-bottom: 0px;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#item-features .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #56423D;
  transform: translate3d(0px, -50%, 0px) scale(0.8);
}
.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot{ 
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span{ 
  // background: #eaa400;
  background: #56423D;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
}  */

/* owl carousel prev and next button */

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}

.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

/*  */

.modal-overlay {
  position: fixed;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.down-md-con {
  background: #f5f0f0;
  padding: 20px;
  border-radius: 4px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); */
  z-index: 999;
  transform: translateY(100%);
  animation: slide-up 0.3s ease-out forwards;
  width: 100%;
  /* border-radius: 8px; */
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  margin-left: auto;
  margin-right: auto;
  /* box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%); */
  background-color: #ffffff !important;
  /* box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06) !important; */
  /* height: 21rem; */
  position: relative;
  /* left: 2rem; */
  border-top: 2px #e2dcdc solid;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.slide-down-btn {
  position: fixed;
  line-height: 3.5 !important;
  bottom: -2px;
  left: 0px;
  right: 0px;
  z-index: 98;
  background-color: #ffffff !important;
  /* box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06) !important; */
  border-top: 2px #e2dcdc solid !important;
  /* min-height: 60px; */
  display: flex;
  text-align: center;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  transition: all 300ms ease !important;
  padding-top: 0px !important;
}

.min-fa-win {
  /* vertical-align: super;
  line-height: 0 !important; */
  font-size: 30px;
}

.close-min-btn {
  display: block !important;
  margin: 0px auto;
  margin-top: -40px;
}

.ev-border-right {
  border-right: 1px #616161 solid;
}

.ev-border-bottom {
  border-bottom: 1px #616161 solid !important;
}

.powrd-btn-1 {
  color: #313131;
  position: absolute;
  bottom: -9px;
  left: 0px;
  right: 0px;
}

.powrd-btn-2 {
  color: #313131;
  position: absolute;
  bottom: -18px;
  left: 0px;
  right: 0px;
}

#help > .modal-content {
  height: auto !important;
  border: 1px red solid;
}

#hd > .modal-content {
  height: auto !important;
  border: 1px #37bc9b solid;
}

#common > .modal-content {
  height: auto !important;
  width: 100% !important;
}

/* Reports slider */
#report > .modal-content {
  height: auto !important;
  border: 1px #37bc9b solid;
}

.rs_item {
  border: 1px #bababa solid;
  border-radius: 4px;
}

.rs_item_img {
  object-fit: cover;
}

/* TNS Slider Arrow Button */
.tns-nav button {
  background: none;
  border: none !important;
  position: relative;
  height: 50px;
  width: 50px;
}

.tns-nav button:nth-child(1)::after,
.tns-nav button:nth-child(2)::after {
  content: "";
  position: absolute;
  /* left: 17px; */
  z-index: 11;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.tns-nav button:nth-child(1)::after {
  transform: rotate(-45deg);
}

.tns-nav button:nth-child(2)::after {
  transform: rotate(135deg);
}

.tns-nav button:nth-child(1) {
  position: absolute;
  left: 5px;
  top: 35%;
}

.tns-nav button:nth-child(2) {
  position: absolute;
  right: -15px;
  top: 35%;
}

/*  */
.modalcont li {
  line-height: 20px;
  margin-bottom: 6px;
}

.jc-fixed {
  top: 3%;
  right: 18%;
  left: 18%;
  z-index: 1;
}

#rollup button.tns-nav-active {
  display: none;
}

.landing-bg1 {
  /* background-image: url(../images/pictures/lbg1.jpg); */
  background-image: url(../images/pictures/hbg.png),
    linear-gradient(
      90deg,
      rgba(154, 227, 244, 1) 0%,
      rgba(15, 235, 178, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: cover, contain;
  background-position: center, right bottom;

  /* background: linear-gradient(
    90deg,
    rgba(154, 227, 244, 1) 0%,
    rgba(15, 235, 178, 1) 100%
  ); */
  z-index: 1;
}

/* For patient landing page  */
/* For mobile devices */
@media (min-width: 480px) {
  .img-cropped1 {
    width: 165px;
    /* Set width to crop the image horizontally */
    height: auto;
    /* Set height to auto */
    /* object-fit: cover;  */
    margin: 57px 0px 19px 58%;
  }

  /* .img-pos1 {
    object-position: 45px 0px;
  } */

  /* desktpp */
  .desk-view1 {
    display: block !important;
    position: absolute;
    padding: 20px 0px 0px 155px;
  }

  .desk2-padd {
    padding: 60px 0px 0px 155px !important;
  }

  .desk2-padd-no-img {
    padding: 5px 0px 10px 155px !important;
  }

  .overlay-text1 {
    display: block;
    font-size: 32px !important;
    line-height: 34px;
  }

  .text2-desk1 {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .text3-desk {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  .img-cropped1 {
    /* width: 230px; */
    margin: 0px auto 20px auto;
    height: 470px;
    /* object-fit: cover;
    object-position: -385px 35px; */
    position: relative;
  }

  .mob-text-area1 {
    display: block !important;
    /* background-color: #eff1f0;
    border-bottom: 2px #eff1f0 solid; */
    /* background: rgb(243, 245, 244);
    background: linear-gradient(
      121deg,
      rgba(243, 245, 244, 1) 0%,
      rgba(221, 222, 217, 1) 100%
    ); */
    /* margin: 0 auto; */
    text-align: center;
  }

  .overlay-text-mob1 {
    display: block !important;
    color: var(--222-cl);
    margin-bottom: 0px;
    font-size: 32px !important;
    padding: 20px;
    line-height: 45px;
    font-weight: 800;
  }

  .pb-3-mob1 {
    padding-bottom: 2.5rem !important;
  }

  .pt-mob1 {
    padding-top: 1.5rem !important;
  }

  .block-pad {
    padding: 0px 15px;
  }

  .bord-left1 {
    border-left: none;
  }

  .bord-top1 {
    border-top: 1px #d4d4d4 solid;
  }

  .heading1 {
    display: block;
    font-size: 26px !important;
    font-weight: 800;
    padding: 0px 0px 7px 0px !important;
    line-height: 48px;
    margin-bottom: 0px !important;
  }

  .text2-mob1 {
    display: block !important;
    color: var(--222-cl);
    margin-bottom: 20px;
    font-size: 21px !important;
    font-weight: 400;
    padding: 0px 20px 15px 20px;
    line-height: 28px;
  }

  .text3-mob1 {
    display: block !important;
    color: var(--222-cl);
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0px 20px 15px 20px;
    line-height: 30px;
  }
}

/* For laptop devices */
@media (min-width: 768px) {
  .img-cropped1 {
    /* width: 100%; */
    /* Set to full width of the container */
    height: auto;
    /* Set the height to auto to display the full image */
  }

  .desk-view1 {
    display: block !important;
    position: absolute;
    padding: 90px 0px 0px 40px;
  }

  .overlay-text1 {
    font-size: 42px !important;
    line-height: 56px;
  }
}

@media (min-width: 1025px) {
  .img-cropped1 {
    width: 270px;
    margin: 100px 0px 30px 66%;
    /* Set to full width of the container */
    /* height: auto; */
    /* Set the height to auto to display the full image */

    /* object-position: 0px -25px; */
  }

  .desk-view1 {
    display: block !important;
    position: absolute;
    padding: 50px 0px 0px 115px;
  }

  .desk2-padd1 {
    padding: 200px 0px 0px 115px !important;
  }

  .overlay-text1 {
    font-family: "SamsungSharpSans-Bold" !important;
    display: block;
    font-size: 50px !important;
    line-height: 60px;
  }

  .text2-desk1 {
    font-size: 24px !important;
    font-weight: 400;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.border-gradient {
  border: 2px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-radius: 4px;
}

.active-border-grade_1 {
  /* background: linear-gradient(to left, #00c853, #3cc9d5);
  padding: 2px; */

  /* background: radial-gradient(80.23% 80.23% at 50% 88.37%, rgba(174, 78, 245, 0.22) 0%, rgba(174, 78, 245, 0.22) 0.01%, rgba(174, 78, 245, 0) 100%); */
  border-image-source: linear-gradient(
    81.02deg,
    #bbb -23.47%,
    #aaa 45.52%,
    #ccc 114.8%
  );
  border-image-slice: 1;
  border-bottom: 2px solid #000;
  /* transition: all 0.1s ease-in-out; */
}

.active-line_1 {
  width: 100%;
  /* Set the width as needed */
  height: 1px;
  /* Adjust thickness of the middle portion */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    /* Start with transparent at the edges */ rgba(0, 0, 0, 0.3) 20%,
    /* Light blur towards the middle */ rgba(0, 0, 0, 1) 50%,
    /* Dark and thick at the center */ rgba(0, 0, 0, 0.3) 80%,
    /* Light blur towards the end */ rgba(0, 0, 0, 0) 100%
      /* Transparent at the other edge */
  );
  border-radius: 2px;
  /* Rounded edges for blur effect */
}

.active-sp-border {
  border-image-source: linear-gradient(
    81.02deg,
    #037559 -23.47%,
    #37bc9b 45.52%,
    #27d4a9 114.8%
  );
  border-image-slice: 1;
  border-bottom: 2px solid #000;
  /* transition: all 0.1s ease-in-out; */
}

.card2 {
  position: relative;
  border: 3px solid transparent;
  background: #fff;
  background-clip: padding-box;
}

.card2::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  /* background: linear-gradient(to bottom right, #d8334a, #37bc9b); */
  border: 4px #d8334a solid;
  z-index: -1;
  border-radius: 4px;
}

.sp-our-sp::after {
  border: 4px #37bc9b solid !important;
}

/*  */

/* .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
} */

/* Tour App Slider/Our Specialist */
/* For mobile devices */
@media (min-width: 480px) {
  .tour-img img {
    width: 165px !important;
    margin: auto;
    /* Set width to crop the image horizontally */
    /* Set height to auto */
    /* object-fit: cover;  */
  }

  .our-sp-item {
    padding-right: 0.5rem !important;
  }

  .our-sp-thumb {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .our-sp {
    width: 165px !important;
    margin: auto;
  }

  .our-sp-content {
    display: grid;
  }

  .trusted-user-thumb {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
  }

  .our-sp-div {
    height: 290px;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .tour-img img {
    /* width: 230px !important; */
    width: 300px !important;
    margin: auto;
  }

  .our-sp-item {
    padding-right: 0.5rem !important;
  }

  .our-sp-thumb {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .our-sp {
    /* width: 230px !important; */
    margin: auto;
  }

  .our-sp-content {
    display: grid;
  }

  .trusted-user-thumb {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
  }

  .our-sp-div {
    height: 290px;
    overflow: hidden;
  }
}

/* For laptop devices */
@media (min-width: 768px) {
  .tour-img img {
    /* width: 100%; */
    /* Set to full width of the container */
    height: auto !important;
    margin: auto;
  }

  .our-sp-item {
    padding-right: 1rem !important;
  }

  .our-sp-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  /* .our-sp {
    width: 570px !important;
    margin: auto;
  } */
  .our-sp {
    width: 50vw !important;
    height: 25vw !important;
    object-fit: cover;
    margin: auto;
  }

  .our-sp-content {
    display: flex;
  }

  .trusted-user-thumb {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
  }

  .usrRating {
    width: 140px;
  }
}

@media (min-width: 1025px) {
  .tour-img img {
    width: 270px !important;
    margin: auto;
  }

  .our-sp-item {
    padding-right: 1.5rem !important;
  }

  .desk-our-sp-thumb {
    margin-left: auto;
  }

  .our-sp-thumb {
    width: 110px;
    height: 110px;
    object-fit: cover;
  }

  .our-sp {
    /* width: 45vw !important;
    height: 29vw !important; */
    width: 17vw !important;
    height: 17vw !important;
    object-fit: cover;
    margin: auto;
  }

  .our-sp-content {
    display: flex;
  }

  .trusted-user-thumb {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
  }

  .usrRating {
    width: 140px;
  }
}

.tm-img {
  width: 100% !important;
  padding-bottom: 99%;
}

.tm-selected {
  background-color: #f8f9fa;
}

.footer-links-area {
  background-color: #343a40 !important;
}

.title-link {
  color: #ffffff !important;
}

.footer-links {
  color: #e4e4e4 !important;
}

.tourourapp {
  background-color: #efeeec;
}

.avg-rating {
  /* color: #d8334a;
  font-size: 18px;
  margin-left: 1px;
  vertical-align: middle; */
  width: 120px;
}

.round-border-white {
  border: 1px #898989 solid;
}

/*  */
.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 120vh;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #fff;
  /* background-color: #f5f5f5; */
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.marquee-background {
  /* display: block; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(320deg, #1baee1, #4a0099 70%); */

  /* background: rgb(154, 227, 244);
  background: linear-gradient(90deg,
      rgba(154, 227, 244, 1) 0%,
      rgba(15, 235, 178, 1) 100%); */
  z-index: 1;
}

.marquee-canvas {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50vmin;
}

.usrRating {
  width: 160px;
  margin-left: -5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Chat */

#click {
  display: none;
}

.chat-label {
  position: absolute;
  right: 15px;
  bottom: 30px;
  height: 55px;
  width: 55px;
  background: -webkit-linear-gradient(left, #d8334a, #dd2d8d);
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.chat-label i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.chat-label i.fas {
  opacity: 0;
  pointer-events: none;
}

#click:checked ~ .chat-label i.fas {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) rotate(180deg);
}

#click:checked ~ .chat-label i.fab {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper {
  position: absolute;
  right: 20px;
  bottom: 0px;
  max-width: 400px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#click:checked ~ .wrapper {
  opacity: 1;
  bottom: 95px;
  pointer-events: auto;
}

.wrapper .head-text {
  line-height: 60px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  background: -webkit-linear-gradient(left, #d8334a, #dd2d8d);
}

.wrapper .chat-box {
  padding: 20px;
  width: 100%;
}

.chat-box .desc-text {
  color: #515365;
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
}

.chat-box form.user-register {
  padding: 10px 15px;
  margin: 20px 0;
  border-radius: 25px;
  border: 1px solid lightgrey;
}

.chat-box form.user-register .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.chat-box form.user-register .field:last-child {
  margin-bottom: 15px;
}

form.user-register .field input,
form.user-register .field button,
form.user-register .textarea textarea {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 1px solid lightgrey;
  outline: none;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease;
}

form.user-register .field input:focus,
form.user-register .textarea textarea:focus {
  border-color: #fc83bb;
}

form.user-register .field input::placeholder,
form.user-register .textarea textarea::placeholder {
  color: silver;
  transition: all 0.3s ease;
}

form.user-register .field input:focus::placeholder,
form.user-register .textarea textarea:focus::placeholder {
  color: lightgrey;
}

.chat-box form.user-register .textarea {
  height: 70px;
  width: 100%;
}

.chat-box form.user-register .textarea textarea {
  height: 100%;
  border-radius: 50px;
  resize: none;
  padding: 15px 20px;
  font-size: 16px;
}

.chat-box form.user-register .field button {
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: -webkit-linear-gradient(left, #d8334a, #dd2d8d);
  transition: all 0.3s ease;
}

.chat-box form.user-register .field button:active {
  transform: scale(0.97);
}

/*  */
.help-chat-btn {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 99;
  transition: all 300ms ease;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  bottom: 0px;
  opacity: 1;
}

.ch-msg {
  color: #000 !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  border-radius: 5px !important;
}

.ch-box {
  min-height: 400px;
}

.ch-msg-input {
  padding: 5px !important;
}

/* NEW OTP INPUT */
.otpContain {
  display: flex;
  margin: 0px auto;
  width: 250px;
}

.otpInput {
  border: 1px #6d6d6d solid;
  border-radius: 8px;
  width: 45px !important;
  height: 45px;
  font-size: 20px !important;
  color: #000;
  font-weight: 400;
  caret-color: #a00000;
}

.border-777 {
  border: 1px #777777 solid !important;
}

/* dynamic island */

#dynamic-island-container {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 9px 12px;
  background-color: #222;
  color: #fff;
  border-radius: 30px;
  height: fit-content;
  transition: all 0.5s ease;
  z-index: 1;
}

#dynamic-island-container a {
  text-decoration: none;
  color: #fff;
}

.dynamic-island-small {
  min-width: 305px;
  min-height: 18px;

  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dynamic-island-large {
  width: calc(450px - 40px);
  min-height: 190px;

  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

#notification {
  width: 100%;
  min-height: 160px !important;
}

.dynamic-island-small-content {
  display: flex;
  width: 100%;
  justify-content: space-between;

  transition: all 0.2s ease;
}

.dynamic-island-left nav {
  display: flex;
  flex-direction: row;
}

.dynamic-island-left nav a {
  margin-right: 8px;
}

.dynamic-island-left nav a:last-child {
  margin-right: 0px;
}

.dynamic-island-left nav a img {
  height: 20px;
}

.dynamic-island-right nav {
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}

.dynamic-island-right nav a {
  margin-right: 8px;
}

.dynamic-island-right nav a:last-child {
  margin-right: 0px;
}

.dynamic-island-right nav a img {
  height: 20px;
}

.dynamic-island-large-content {
  display: none;
  opacity: 0;
  width: 100%;

  transition: all 0.2s ease;
}

.dynamic-island-title {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;

  margin-bottom: 12px;

  display: block;
}

.dynamic-island-header-section {
  display: flex;
  width: 100%;
  justify-content: space-between;

  transition: all 0.2s ease;
}

.notification-item {
  padding: 12px;
  border-radius: 12px;
  background-color: #000;

  margin-bottom: 6px;
}

.notification-item:last-child {
  margin-bottom: 0px;
}

.notification-item-title,
.notification-item-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;

  display: block;
}

.notification-item-title {
  font-weight: 700;
}

.profile-user-container {
  display: flex;
  align-items: center;
}

.profile-user-image {
  width: 60px;
  border-radius: 50%;
  margin: 8px;
}

.profile-user-text-container {
  display: flex;
  flex-direction: column;
}

.profile-user-name {
  font-size: 18px;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-bottom: 6px;
}

.profile-user-username {
  text-overflow: ellipsis;
}

#profile {
  max-height: 76px !important;
}

main {
  padding-top: 110px;
  background-color: #ddd;
}

.section-title {
  background-color: #fff;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;

  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.post-item {
  background-color: #fff;
  padding: 8px;
  overflow: hidden;
  margin: 6px 0;

  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.post-item h1 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0;
}

.post-item p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;

  text-overflow: ellipsis;
}

@media screen and (max-width: 449.999px) {
  .dynamic-island-large {
    width: calc(100% - 40px);
    min-height: 190px;

    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}

.call-pat-img-round {
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  width: 45px;
  height: 45px !important;
  /* left: 24px; */
  margin-top: 12px;
  z-index: 98;
  border: 1px #929292 solid;
  padding: 2px;

  /* border: 1px #2aba66 solid !important; */
  border-radius: 50% !important;
  object-fit: cover;
}

/* Radio Button */
.main_btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_btn {
  text-align: center;
  box-shadow: 0px 0px 3px 3px #dddddd;
  height: auto;
  width: 280px;
  padding: 10px 15px;
  border-radius: 10px;
}

.card_btn .title {
  font-size: 2em;
  margin: 15px;
}

.card_btn .form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_btn label {
  cursor: pointer;
}

.card_btn .form_btn .input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 25px;
  height: 25px;
  margin-right: 7px;

  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.card_btn .form_btn label {
  display: flex;
  margin: 10px 15px;
}

.input-radio.on_btn:checked {
  box-shadow: 0px 0px 0px 4px #00eb27;
  background-color: #51ff6e;
}

.input-radio.off_btn:checked {
  box-shadow: 0px 0px 0px 4px #eb0000;
  background-color: #ff5151;
}

.pat-notf h4 {
  padding-left: 40px !important;
}

.pat-notf strong {
  padding-left: 40px !important;
}

/* HEALTH SCORE */
.bmi-scale {
  border: 1px #eeeeee solid;
  /* border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; */
  border-radius: 50px !important;
}

.bg-scale-1 {
  background-color: #2189c4 !important;
  color: #ffffff !important;
}

.bg-scale-2 {
  background-color: #2ebd15 !important;
  color: #ffffff !important;
}

.bg-scale-3 {
  background-color: #dec311 !important;
  color: #ffffff !important;
}

.bg-scale-4 {
  background-color: #cc0e0e !important;
  color: #ffffff !important;
}

.color-bm-1 {
  color: #2189c4 !important;
}

.color-bm-2 {
  color: #2ebd15 !important;
}

.color-bm-3 {
  color: #dec311 !important;
}

.color-bm-4 {
  color: #cc0e0e !important;
}

.m-h-40vh {
  min-height: 40vh;
}

.bmi-scale-li {
  height: 31px;
  line-height: 22px;
}

.emr-alert-bg {
  background-color: #ffeed0 !important;
}

/*  */
.tick-value text {
  fill: #000000 !important;
  font-weight: bold !important;
  font-size: 0.9rem !important;
}

.tick-value:last-child {
  fill: #d61d1d !important;
}

.value-text text {
  fill: #515151 !important;
  /* font-weight: bold !important; */
  /* font-size: 3.5rem !important; */
  font-size: 16vw !important;
  /* font-size: clamp(65px, 18vw, 124px) !important; */
  text-shadow: none !important;
  /* alignment-baseline: ideographic; */
  transform: translate(0vw, -5vw);
  font-family: "LEMONMILK-Regular" !important;
}

.checkEmailOtpModal .modal-content {
  width: 87% !important;
}

.width-15 {
  width: 15px;
}

.width-16 {
  width: 16px;
  height: 16px;
}

.width-18 {
  width: 18px;
  height: 18px;
}

.width-20 {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.width-28 {
  width: 28px;
  height: 28px;
  vertical-align: inherit;
}

.width-22 {
  width: 22px;
  height: 22px;
  vertical-align: inherit;
}

.range-label {
  text-align: center;
}

.range-label label {
  transform: translate(0vw, -15.5vw);
  font-size: 5.5vw !important;
}

.out-range-label label {
  /* transform: translate(0vw, -15.5vw); */
  font-size: 5.5vw !important;
}

.range-lm label {
  transform: translate(0vw, -11vw);
  font-size: 3vw !important;
}

.out-range-lm label {
  font-size: 3vw !important;
}

.range-text p {
  transform: translate(0.5vw, 0vw);
  font-size: 3.5vw !important;
  line-height: 4.8vw !important;
}

.tt_content {
  opacity: 1 !important;
  z-index: 1;
}

.hidetext {
  position: absolute;
  width: 29vw;
  height: 20vw;
  margin-top: -32vw;
  left: 32vw;
  background-color: #fff;
  /* border: 1px blue solid; */
  border-radius: 50%;
}

@media (min-width: 480px) {
  .hidetext {
    position: absolute;
    width: 42vw;
    height: 26vw;
    margin-top: -40vw;
    left: 27vw;
    background-color: #fff;
    /* border: 1px green solid; */
    border-radius: 50%;
  }
}

@media (min-width: 768px) {
  .hidetext {
    position: absolute;
    width: 47vw;
    height: 21vw;
    margin-top: -36vw;
    left: 25vw;
    background-color: #fff;
    /* border: 1px red solid; */
    border-radius: 50%;
  }
}

.modal-bottom {
  position: fixed !important;
  bottom: 1vw;
  left: 5% !important;
  transform: translateX(3%) !important;
  right: 5%;
  margin: 0 auto !important;
}

.modal-bottom-all {
  position: fixed !important;
  bottom: 1vw;
  left: 0% !important;
  transform: translateX(3%) !important;
  right: 1%;
  margin: 0 auto !important;
}

.search-wrapper {
  padding: 0px 2px !important;
}

/* Our Specialist */
.profile-card {
  /* border: 2px var(--pat-color) solid; */
  border: 2px var(--ddd) solid;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 12px;
  /* margin-bottom: 20px; */
}

.profile-card img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.profile-card .badge-number {
  background-color: #e40046;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: -10px;
}

.profile-name {
  font-weight: bold;
  margin-bottom: 2px;
}

.profile-description {
  font-size: 14px;
}

.profile-verified {
  color: #00f;
}

/* Optional custom styling for stars */
.rating .fa-star {
  color: #f39c12 !important;
  /* Gold color */
}

.inline-content {
  display: flex;
  justify-content: space-between;
}

.close-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #ededed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.close-icon:hover {
  background-color: #e9ecef;
}

.close-icon2 {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  background-color: #ededed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.mc-width-50 {
  width: 72% !important;
  margin: 0 auto !important;
}
.mc-width-92 {
  width: 92% !important;
  margin: 15px auto !important;
}

.mc-width-85 {
  width: 85% !important;
  margin: 15px auto !important;
}

.mc-height-100 > .modal-content {
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  border-radius: 5px !important;
}

/* New Radio Button CSS */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 127, 127, 0.613) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #d8334a !important;
  background-color: #d8334a !important;
}

.custom-control-input:focus ~ .custom-control-label-sp::before {
  box-shadow: 0 0 0 0.2rem rgba(129, 244, 186, 0.613) !important;
}

.custom-control-input:checked ~ .custom-control-label-sp::before {
  border-color: #37bc9b !important;
  background-color: #37bc9b !important;
}

/* Switch */
.switch2 {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 57px;
}

.switch2 input {
  display: none;
}

.slider2 {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider2:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 22px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 22px;
}

input:checked + .slider2 {
  background-color: #66bb6a;
}

input:checked + .slider2:before {
  transform: translateX(26px);
}

.slider2.round2 {
  border-radius: 34px;
}

.slider2.round2:before {
  border-radius: 50%;
}

/* Gradient Box with Images and color | 18-11-24 */
.gradient-bg-1 {
  background-image: linear-gradient(
      to bottom right,
      rgba(255, 0, 150, 0.5),
      rgba(0, 204, 255, 0.5)
    ),
    url("https://via.placeholder.com/400x200");
}

.gradient-bg-2 {
  background-image: linear-gradient(
      to bottom right,
      rgba(0, 123, 255, 0.5),
      rgba(40, 167, 69, 0.5)
    ),
    url("https://via.placeholder.com/400x200?text=Image+2");
}

.boxbg1 {
  background-image: linear-gradient(
      to bottom right,
      rgba(255, 0, 150, 0.5),
      rgba(0, 204, 255, 0.5)
    ),
    url(../images/pictures/sp_landing/1.jpg);

  /* background-repeat: no-repeat; */
  background-size: cover;
  /* background-position: center, right bottom; */

  /* background-image: url(../images/pictures/boxbg.png),
    linear-gradient(
      90deg,
      rgba(154, 227, 244, 1) 0%,
      rgba(15, 235, 178, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: cover, contain;
  background-position: center, right bottom;
  z-index: 1; */
}

.boxbg2 {
  background-image: linear-gradient(
      to bottom right,
      rgb(248, 84, 1, 0.5),
      rgba(182, 71, 15, 0.5)
    ),
    url(../images/pictures/sp_landing/1.jpg);

  background-size: cover;
}

.spbox1 {
  background-image: linear-gradient(
      to bottom right,
      rgba(25, 198, 16, 0.5),
      rgba(7, 136, 0, 0.5)
    ),
    url(../images/pictures/sp_landing/1.jpg);

  background-size: cover;
}

.spbox2 {
  background-image: linear-gradient(
      to bottom right,
      rgba(173, 51, 255, 0.5),
      rgba(117, 3, 193, 0.5)
    ),
    url(../images/pictures/sp_landing/2.jpg);

  background-size: cover;
}

.spbox3 {
  background-image: linear-gradient(
      to bottom right,
      rgba(252, 190, 10, 0.5),
      rgba(163, 123, 2, 0.5)
    ),
    url(../images/pictures/sp_landing/3.jpg);

  background-size: cover;
}

.spbox4 {
  background-image: linear-gradient(
      to bottom right,
      rgba(254, 77, 136, 0.5),
      rgba(147, 0, 49, 0.9)
    ),
    url(../images/pictures/sp_landing/4.jpg);

  background-size: cover;
}

.spbox5 {
  background-image: linear-gradient(
      to bottom right,
      rgba(51, 102, 255, 0.5),
      rgb(1, 33, 127, 0.5)
    ),
    url(../images/pictures/sp_landing/5.jpg);

  background-size: cover;
}

.spbox6 {
  background-image: linear-gradient(
      to bottom right,
      rgba(196, 249, 139, 0.5),
      rgba(84, 140, 24, 0.5)
    ),
    url(../images/pictures/sp_landing/6.jpg);

  background-size: cover;
}

.spbox7 {
  background-image: linear-gradient(
      to bottom right,
      rgba(253, 78, 87, 0.5),
      rgba(161, 3, 11, 0.5)
    ),
    url(../images/pictures/sp_landing/7.jpg);

  background-size: cover;
}

.spbox8 {
  background-image: linear-gradient(
      to bottom right,
      rgba(71, 209, 209, 0.5),
      rgba(0, 148, 148, 0.5)
    ),
    url(../images/pictures/sp_landing/8.jpg);

  background-size: cover;
}

.spboxb1 {
  background-image: linear-gradient(
      to bottom right,
      rgba(242, 207, 65, 0.5),
      rgba(187, 38, 73, 0.5)
    ),
    url(../images/pictures/sp_landing/B1.jpg);

  background-size: cover;
}

.spboxb2 {
  background-image: linear-gradient(
      to bottom right,
      rgba(178, 222, 102, 0.5),
      rgba(96, 186, 227, 0.5)
    ),
    url(../images/pictures/sp_landing/B2.jpg);

  background-size: cover;
}

/* The responsive square box */
.info-block {
  /* color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.responsive-container {
  width: 100%;
  max-width: 300px;
  /* Optional: Set a max width */
  /* margin: auto; */
  position: relative;
}

.responsive-square {
  aspect-ratio: 1 / 1;
  /* 1:1 aspect ratio for a square */
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

/* Responsive image */
.square-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  /* Position behind the content */
  z-index: 0;
  /* Ensure it stays behind the content */
}

/* Number/Font styling */
.rs-font-20- {
  font-size: calc(20px + 4vw) !important;
  /* Scales proportionally with viewport */
}

.rs-font-4-3 {
  font-size: calc(4px + 3vw) !important;
}

.rs-font-40-10 {
  font-size: calc(40px + 10vw) !important;
}

.rs-font-4-5 {
  font-size: calc(4px + 5vw) !important;
}

.rs-text-1 {
  font-size: calc(2px + 2vw) !important;
  /* Scales proportionally with viewport */
  margin: 0;
}

.rs-text-2 {
  font-size: calc(8px + 2vw) !important;
  /* Scales proportionally with viewport */
  margin: 0;
}

.rs-p-5-2 {
  padding-bottom: calc(5px + 2vw) !important;
  /* Dynamic padding */
}

/* Dynamic/Responsive Line Height */
.dynamic-line-height {
  line-height: calc(2px + 2.5vw) !important;
  /* Adjust line-height conditionally */
}

.rs-lh-10-4 {
  line-height: calc(10px + 4vw) !important;
}

/* Container for the responsive text */
.responsive-text {
  font-size: calc(10px + 2vw);
  /* Font size adjusts based on viewport width */
  font-weight: bold;
  text-align: center;
  color: #333;
  /* Text color */
  line-height: 1.2;
  /* Adjust line height for better spacing */
}

/* Styling for the degree symbol */
.degree-symbol {
  font-size: 0.7em;
  /* Make the degree symbol slightly smaller */
  vertical-align: text-top;
  /* Align degree symbol to the top */
}

.shadow-effect img {
  height: 100px;
  width: auto !important;
  margin: auto;
}

#item-features .owl-dots {
  margin-top: -40px !important;
}

.text-center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-underline {
  text-decoration: underline !important;
}

/* Category Selection Buttons */
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.category-button {
  padding: 3px 6px;
  border: 2px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}

.category-button.selected {
  background-color: #8cc152;
  /* Green for selected */
  color: white;
  border-color: #8cc152;
}

.category-button:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
  color: #a0a0a0;
}

/* Tab View Styles */
.tab-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.tab-header {
  display: flex;
  background-color: #f1f1f1;
}

.tab-button {
  flex: 1;
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tab-button.active {
  background-color: #2196f3;
  /* Blue for active tab */
  color: white;
}

.qa-tab-content {
  padding: 20px;
  background-color: white;
}

.bg-disabled {
  background-color: #e0e0e0 !important;
  cursor: not-allowed;
  color: #a0a0a0 !important;
}

/* Star icon hover effect */
.star-icon {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  color: gray;
  /* Default star color */
}

/* Star pop animation */
.star-icon.pop {
  color: #e81224;
  /* Highlighted star */
  animation: popAnimation 0.4s ease;
}

/* Keyframe for pop animation */
@keyframes popAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1.2);
  }
}

.min-vh-90 {
  min-height: 90vh !important;
}

.w-90 {
  width: 90% !important;
}

.bottom-0 {
  bottom: 0;
}

.qa-color-1 {
  color: #fb641e !important;
}

.qa-bg-color-1 {
  background-color: #fb641e !important;
}

.qa-color-2 {
  color: #203d6c !important;
}

.qa-bg-color-2 {
  background-color: #203d6c !important;
}

.qa-border-2 {
  border: 1px #203d6c solid !important;
  border-color: #203d6c !important;
}

.select__menu {
  z-index: 9999 !important;
}

/*  */
.score-wrapper {
  width: 160px;
  height: 160px;
  position: relative;
}

.progress-label {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.custom-close {
  color: var(--pat-color) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.custom-close:hover {
  color: darkred;
}

/*  */

.slick-dots {
  margin: 20px 0px !important;
}

.key-cat > .progress-bar {
  background-color: #fb641e !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

/* Age Slider */
.horizontal-slider {
  width: 100%;
  height: 25px;
  margin-top: 10px;
}

.slider-thumb {
  height: 20px;
  width: 20px;
  background-color: #4a89dc;
  border-radius: 50%;
  cursor: grab;
  margin-top: 4px;
}

.slider-track {
  top: 50%;
  height: 4px;
  background: #ddd;
}

.slick-next:before {
  color: #000000 !important;
  font-size: 30px !important;
}
.slick-prev:before {
  color: #000000 !important;
  font-size: 30px !important;
}

/*  */
.trait-badge {
  padding: 0px 3px;
  border-radius: 7px;
  background-color: #e3f2fd;
}

.bg-recomm {
  background-color: #529235;
  color: #ffffff;
}

/* 
Filter options
 */

.filter-bar {
  padding: 10px 0;
}

.filter-pill {
  transition: all 0.2s ease-in-out;
}

.filter-pill .filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 16px; */
}

.filter-pill.active {
  border-color: #6a50a7 !important;
  background-color: #f3eaff;
  color: #6a50a7 !important;
  box-shadow: 0 0 8px #b78dfb55;
  /* font-weight: 600; */
}

/* QA Participant Details Box i.e Deal Breaker, Green Flag */
.box-wrapper {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1 / 1;
  padding: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.box-number {
  font-size: calc(24px + 4vw) !important;
  font-weight: bold;
}

/* .box-label {
  font-size: calc(10px + 0.5vw);
  margin-top: 5px;
} */

/* Animated Modal */
/* Blurred backdrop */
.blur-backdrop {
  backdrop-filter: blur(8px) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Animate the modal dialog sliding from top */
.slide-top-modal {
  transform: translateY(-100px) !important;
  opacity: 0 !important;
  transition: all 0.5s ease-in-out !important;
}

.modal.show .slide-top-modal {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/* Optional: Customize modal box styling */
.modal-content-animated {
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden !important;
}

/* Trigger button */
.deal-btn {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

/* Custom tooltip box */
.deal-tooltip {
  /* background: white !important; */
  /* padding: 1rem !important; */
  /* max-width: 320px; */
  color: #333 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(-10px);
  animation: slideFadeIn 0.3s ease-out forwards;
  z-index: 1;
}

/* Inner content styling */
.tooltip-inner {
  position: relative;
}

.tooltip-inner h4 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: bold;
}

.tooltip-inner p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

/* Close icon */
.tooltip-close {
  position: absolute;
  top: 4px;
  right: 6px;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #666;
  cursor: pointer;
}

/* Animation */
@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.white-border-bottom {
  border-bottom: 1px #ffffff solid !important;
}