@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

h1,
h2 {
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
}

.btn {
  border-radius: 8px;
  background: #bb9847;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
}

buttonf.voice-call-box {
  background: #bb9847 !important;
  color: #fff !important;
}

.header-wrapper {
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  background: #fff;
  padding: 8px 0;
}

.header-menu ul li a {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 16px !important;
}

.header-wrapper .btn-group .btn {
  border-radius: 8px !important;
  border: 0;
  color: #bb9847;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
}

span#notificationCount {
  position: absolute;
  top: -8px;
  background: #bb9847;
  right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrapper .btn-group .btnDropdown {
  border: 0;
  font-size: 20px;
  background: transparent;
}

.header-wrapper .btn-group .btn.registerBtn {
  border-radius: 8px;
  border: 1px solid #bb9847;
  background: #bb9847;
  color: #fff;
}

.header-wrapper .btn-group .logInBtn {
  color: #fff;
  border: 1px solid #bb9847;
}

.header-wrapper .btn-group .logInBtn:hover {
  background: #fff;
  border: 1px solid #bb9847;
  color: #bb9847;
}

.banner .image img {
  height: 200px;
}

.banner {
  background-size: cover !important;
  background-position: center !important;
  padding: 40px 0;
  position: relative;
}

.banner .image {
  position: absolute;
  right: 0;
  width: 33.33333333%;
}

section {
  padding: 40px 0;
}

.banner .content {
  text-align: center;
  padding: 30px 0;
}

.banner .content span {
  color: #212121;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.banner .content h1 {
  color: #bb9847;
  text-align: center;
  font-weight: 700;
}

.box {
  border-radius: 0px 20px;
  background: #fff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.12);
  padding: 25px;
  text-align: center;
  transition: all 0.3s linear;
}

.banner-bottom h2 {
  font-weight: 700;
  font-family: "Merriweather Sans", sans-serif;
}

.box-right {
  border-radius: 20px 0px;
}

.box a {
  text-decoration: none;
  transition: all 0.3s linear;
}

.box a h4 {
  color: #bb9847;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.box:hover a h4 {
  color: #fff;
}

.box-left:hover {
  background-image: url(../images/Connect-with-a-friend-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.box-right:hover {
  background-image: url(../images/Connect-with-a-therapist-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.main-heading {
  background: linear-gradient(90deg, #cbab58 0%, #bb9847 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner-text {
  color: rgba(33, 33, 33, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.column-wrap {
  width: 20%;
  padding: 0 12px;
  display: flex;
}

.column-wrap .column {
  border-radius: 9.826px;
  border: 1.965px solid rgba(33, 33, 33, 0.2);
  background: #f7f3e9;
  padding: 16px;
  background-image: url(../images/card-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.wrap-sort select.form-control {
  border: 0;
  border-bottom: 1px solid #212121;
  border-radius: 0;
  display: flex;
  color: rgba(33, 33, 33, 0.8);
  font-weight: 400;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
  background: transparent !important;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.column-wrap .column img {
  height: 170px;
  overflow: hidden;
  margin-bottom: 10px;
  object-fit: cover;
}

.search input:focus {
  outline: none;
}

.column-wrap .column .image img {
  border-radius: 180.806px;
  background: #fff;
  border: 1px solid #bb9847;
}

span.rating {
  border-radius: 125.476px;
  background: #212121;
  padding: 5px 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

.rating-wrap {
  text-align: center;
  margin-top: -18px;
  margin-bottom: 20px;
}

.column-wrap .column h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 16px;
  height: 24px;
}

.column-wrap .column span.price {
  height: 24px;
}

.column-wrap .column .profileBtn {
  height: 45px;
}

.column-wrap .column h4 span {
  background: rgba(14, 151, 28, 1);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
}

.column-wrap .column h6 i,
.column-wrap .column .price i {
  margin-right: 7px;
}

.column-wrap .column h6,
.column-wrap .column .price {
  color: rgba(33, 33, 33, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  display: inline-block;
}

.profileBtn {
  border-radius: 8px;
  background: #bb9847 !important;
  color: #fff !important;
  margin-top: 10px;
  width: 100%;
}

span.rating i {
  color: rgba(187, 152, 71, 1);
  font-size: 12px;
}

.seeBtn {
  background: transparent;
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 0;
}

.expert-dealing-with-depression .main-heading {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit;
}

.expert-dealing-with-depression .seeBtn {
  color: #fff;
}

.expert-dealing-with-depression .column-wrap .column .top {
  position: relative;
  margin-top: 10px;
}

.expert-dealing-with-depression .column-wrap .column .top .rating-wrap {
  position: absolute;
  top: -15px;
  right: 0;
  margin: 0;
}

.expert-dealing-with-depression .column-wrap .column .top .image {
  margin: auto;
}

.expert-dealing-with-depression .column-wrap .column .top .rating-wrap span.rating {
  padding: 5px 10px;
}

.expert-dealing-with-depression .column-wrap .column {
  background: #fff;
}

span.online {
  border-radius: 16.768px;
  background: #e7f5e8;
  color: #0e971c;
  display: inline-block;
  font-size: 14px;
}

span.online span {
  background: rgba(14, 151, 28, 1);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 2px;
}

.online-wrap {
  text-align: center;
  margin-top: -18px;
  margin-bottom: 20px;
  position: relative;
}

.struggling-with-mental-health .main-heading {
  background: linear-gradient(90deg, #cbab58 0%, #bb9847 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.struggling-with-mental-health .seeBtn {
  color: #212121;
}

section.Testimonials {
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.Testimonials .testimonials-slider .image img {
  width: auto;
  margin: 0 auto;
}

.testimonials-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  margin: 5px;
  padding: 20px;
  text-align: center;
  height: 230px;
}

.testimonials-box .image {
  margin-top: -80px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.Testimonials .testimonials-slider {
  width: 91.5%;
  margin-left: auto;
}

.Testimonials .owl-carousel .owl-stage-outer {
  padding-top: 60px;
}

.Testimonials .testimonials-box h4 {
  color: #bb9847;
  text-align: center;
  font-weight: 700;
}

.footer-wrapper {
  padding-top: 40px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-menu h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

.footer-menu ul li a {
  color: rgba(33, 33, 33, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  white-space: nowrap;
}

.footer-menu ul li i {
  margin-right: 10px;
}

.footer-wrapper .copyright {
  background: #e9e9e9;
  margin-top: 40px;
}

.footer-wrapper .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-wrapper .social-media ul li a {
  padding: 10px;
  font-size: 16px;
  color: rgba(187, 152, 71, 1);
  display: inline-block;
}

.footer-wrapper .copyright p {
  color: rgba(33, 33, 33, 0.8);
  font-weight: 300;
}

.expert-dealing-with-depression {
  background-size: cover !important;
  background-position: center !important;
}

.Approach-heading {
  color: #bb9847;
  text-transform: uppercase;
}

.mission-wrap .Vision {
  position: absolute;
  right: 0;
  top: 50%;
  width: 400px;
}

.mission-wrap h3 {
  color: #fff;
  text-transform: uppercase;
}

.mission-wrap .content p {
  color: rgba(255, 255, 255, 0.8);
}

.how-are-we p {
  color: rgba(0, 0, 0, 0.8);
}

.mission-wrap {
  background-size: cover !important;
  background-position: center !important;
}

.form-wrapper {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
}

.main-heading {
  position: relative;
}

.main-heading .Approach-heading {
  display: inline-block;
  border-bottom: 1px solid #bb9847;
  padding-bottom: 8px;
}

.form-wrapper p {
  color: rgba(187, 152, 71, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.form-label {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding: 10px;
}

.submitBtn {
  border-radius: 7.083px;
  background: #bb9847 !important;
  width: 100%;
  padding: 10px;
  color: #fff !important;
  font-weight: 600;
}

textarea.form-control {
  min-height: 110px;
}

.details-wrap {
  padding: 60px 20px;
  border-radius: 10px;
  background: linear-gradient(0deg,
      rgba(187, 152, 71, 0.87) 0%,
      rgba(187, 152, 71, 0.87) 100%);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.details-wrap h3 {
  color: #fff;
}

.details-wrap .position-relative h3 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

.details-wrap .icons {
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 20px;
}

.details-wrap .content h4 {
  color: #fff;
  font-weight: 300;
}

.details-wrap .content h6 {
  color: #fff;
  font-weight: 600;
  word-break: break-all;
  font-size: 13px;
}

.details-wrap .col-md-6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.details-wrap .icons i {
  color: #bb9847;
  font-size: 20px;
}

.details-wrap .social-media h4 {
  color: #fff;
  font-weight: 300;
}

.details-wrap .social-media {
  text-align: center;
}

.details-wrap .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.details-wrap .social-media ul li a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}

.Friend-banner .content {
  padding: 48px 0;
}

.search {
  border-radius: 50px;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.search input {
  color: rgba(33, 33, 33, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.search i {
  margin-right: 10px;
}

.taber .nav-tabs {
  border: 0;
}

.taber .nav-tabs .nav-item .nav-link {
  border: 0 !important;
  background: transparent;
  color: rgba(33, 33, 33, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 4px solid rgba(0, 0, 0, 0.04) !important;
}

.taber .nav-tabs .nav-item .nav-link.active {
  color: #bb9847;
  font-weight: 600;
  border-bottom: 4px solid #bb9847 !important;
}

.wrap-sort .btn {
  border: 0;
  border-bottom: 1px solid #212121;
  background: transparent;
  border-radius: 0;
  display: flex;
  color: rgba(33, 33, 33, 0.8);
  font-weight: 400;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
}

.wrap-sort {
  position: relative;
}

.wrap-sort .select {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  display: none;
}

.wrap-sort .select.show {
  display: block;
}

.wrap-sort .select {
  border-top: 0;
  border: 1px solid #000;
}

.wrap-sort .select option {
  font-size: 12px;
  padding: 10px;
}

.applyBtn {
  width: 100%;
  background: #f8f8f8 !important;
  border-radius: 8px;
  border: 1px solid #bb9847 !important;
  color: #bb9847 !important;
  text-align: center;
  font-weight: 500;
  padding: 11px 30px;
}

.select option:not(:last-child) {
  border-bottom: 1px solid #000;
}

.inner-page .column-wrap .column {
  border-radius: 9.826px;
  border: 1.965px solid rgba(33, 33, 33, 0.2);
  background: #f7f3e9;
}

.load-more-bg {
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
}

.load-more-bg .btn {
  border-radius: 8px;
  background: #fff;
  color: #bb9847;
  font-weight: 500;
}

.filter-section {
  display: none;
}

.Therapist-page .column-wrap .column {
  border-radius: 9.826px;
  border: 1.965px solid rgba(33, 33, 33, 0.2);
  background: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: rgba(33, 33, 33, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #212121;
}

.detail-image img {
  border-radius: 50%;
  border: 3px solid #0e971c;
  padding: 10px;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.detail-content h3 {
  color: #000;
  margin-bottom: 12px;
}

.detail-content .icons span {
  color: rgba(33, 33, 33, 0.9);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.detail-content .icons {
  color: rgba(33, 33, 33, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.detail-content .icons i {
  color: rgba(33, 33, 33, 0.9);
}

.detail-content .chat-box {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px;
}

.detail-content .chat {
  color: #868686;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}

.chatBtn {
  background: #bb9847 !important;
  color: #fff !important;
}

.detail-content .detail-box {
  border-radius: 5px;
  border: 1px solid rgba(187, 152, 71, 0.7);
  padding: 12px;
}

.detail-content .detail-box h6 {
  color: #bb9847;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.detail-content .detail-box h4 span {
  color: rgba(33, 33, 33, 0.5);
  font-size: 16px;
  text-decoration-line: line-through;
  text-transform: uppercase;
}

.detail-content .detail-box h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #212121;
}

.reviews-box {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px;
}

.reviews-box .top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.reviews-box .top h4 {
  margin: 0;
  margin-left: 10px;
}

.reviews-box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews-box .bottom .date {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.reviews-box .rating {
  background: transparent;
  padding: 0;
  display: flex;
  color: #212121;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  align-items: center;
}

.reviews-box .rating i {
  margin-left: 8px;
  color: rgba(255, 172, 51, 1);
}

.Leave-a-review ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.Leave-a-review ul li {
  margin-right: 10px;
  color: rgba(33, 33, 33, 0.2);
  font-size: 14px;
}

.Leave-a-review .message-wrap {
  position: relative;
}

.Leave-a-review .message-wrap .row {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  align-items: end;
}

.detail-image span {
  margin: auto;
  margin-top: -18px;
  z-index: 1;
  position: relative;
}

.modal .modal-dialog .modal-content {
  background: linear-gradient(0deg,
      rgba(187, 152, 71, 0.6) 0%,
      rgba(187, 152, 71, 0.6) 100%),
    url(../images/login-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 0;
}

.modal .modal-dialog .modal-inner {
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

.modal .modal-footer {
  border: 0;
  justify-content: center;
}

.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

div#notificationList .right {
  display: flex;
}

.modal .modal-header {
  justify-content: center;
  border: 0;
  padding: 0;
}

.modal .modal-body {
  text-align: center;
  padding: 0;
}

.modal .modal-body hr {
  border: 1px solid;
  border-image: linear-gradient(90deg, #fff 0%, #d28d0c 51%, #fff 100%) 1;
  opacity: 1;
}

.modal .modal-body p {
  color: #212121;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.modal .form-control {
  border-radius: 5px;
  border: 1px solid rgba(33, 33, 33, 0.15);
  background: #fff;
}

.modal .modal-body p:last-child {
  color: rgba(33, 33, 33, 0.7);
}

.modal .modal-body p:last-child a {
  color: #bb9847;
  font-weight: 600;
}

.modal .modal-body p:last-child a:hover {
  text-decoration: underline;
}

.modal .otpBtn {
  background: #bb9847;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.modal .otp-button .otp-input {
  border-radius: 5px;
  border: 1px solid rgba(33, 33, 33, 0.15);
  background: #fff;
  width: 20%;
  height: 50px;
}

.modal .otp-button {
  display: flex;
  justify-content: space-evenly;
}

.header-wrapper .btn-group a {
  text-decoration: none;
}

.header-wrapper .btn-group .walletBtn i {
  margin-right: 8px;
}

.header-wrapper .btn-group .walletBtn {
  background: #fff;
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  border-right: 1px solid #bb9847;
  padding-right: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.header-wrapper .btn-group .btnNotification {
  background: transparent;
  border: 0;
  padding: 5px 10px;
}

form#frmUpdateProfile {
  padding: 20px;
  background: #e7d6ae24;
  border-radius: 10px;
}

div#reviewmodal .close {
  position: absolute;
  border: 0;
  background: transparent;
  right: 0;
  top: 0;
  font-size: 35px;
  color: #9E9E9E;
}



div#reviewmodal .form-group {
  text-align: left;
}

div#reviewmodal .form-group label {
  margin-bottom: 10px;
}

table.table tr th {
  background: #bb9847;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.profileImage {
  background: #bb9847ba;
  padding: 40px;
  border-radius: 10px;
  position: sticky;
  top: 0;
  margin-bottom: 40px;
}

.profileImage .image {
  position: static;
  margin-bottom: 40px;
}

.profileImage img {
  margin: auto;
}

.header-wrapper .btn-group .btnUser {
  background: #f9f1de;
  border: 0;
  font-size: 20px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fa-chevron-down {
  font-size: 12px;
  margin-left: 5px;
}

.header-wrapper .btn-group .dropdown .dropdown-menu {
  top: 14px !important;
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}

button#clearNotifications {
  color: #ffff;
}

div#notificationList li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.header-wrapper .btn-group .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
}

#notificationDropdown {
  top: 24px !important;
}

.column-wrap .column h4 span.offline {
  background: red;
}

div#intake .modal-dialog.modal-lg {
  max-width: 300px;
}

button#intakeBtn {
  background: #bb9847;
  color: #fff;
}

div#intake .modal-header {
  padding: 20px !important;
}

div#intake .modal-dialog.modal-lg button.close {
  position: absolute;
  right: 0;
  border: 0;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
}

#notificationDropdown .dropdown-item {
  box-shadow: 0 0 5px #ccc;
}

#notificationDropdown .dropdown-item.active,
#notificationDropdown .dropdown-item:active {
  background: transparent;
}

#btnAddMoney {
  opacity: 1 !important;
  box-shadow: 0px 0px 6px #bb9847;
  border: 0 !important;
  color: #fff !important;
  background: #bb9847 !important;
  border-radius: 30px;
  padding: 8px 20px;
}

.breadcrumbs,
.breadcrumbs a {
  color: #000 !important;
}

.inpage h1 {
  color: #bb9847;
  font-weight: 600;
}

span#wallbalance {
  color: #bb9847;
  font-size: 20px;
}

.inpage h3 span.font-12 {
  font-size: 12px;
  font-weight: 500;
}

.inpage .font-12 {
  font-size: 12px;
  font-weight: 500;
}

.inpage .nav-tabs a {
  color: #bb9847;
}

.inpage .colorbrown.colorbrown {
  border-bottom: 5px solid #bb9847 !important;
  color: #bb9847 !important;
}

.table-container table thead tr th {
  background: #bb9847;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.table-container table thead tr th:first-child {
  border-left: 1px solid #bb9847;
}

.table>tbody tr td {
  border: 1px solid #bb9847;
}

.table-responsive {
  overflow-x: inherit !important;
}

.wrapper {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgb(239 216 160 / 20%) 100%);
}

#btnAddMoney:hover {
  background: #fff !important;
  color: #bb9847 !important;
}

h2#planTitle {
  color: #bb9847;
}

#dashaspeaksplanpoup .bg-pink {
  background: #f9f0da;
  color: #000;
  font-family: "Futura Cyrillic";
  font-weight: 700;
}

span.gWalletbalance {
  font-weight: 400;
  color: #bb9847;
  text-align: center;
}

#dashaspeaksplanpoup #plan-item .pprice,
#dashaspeaksplanpoup #specialplan-item .pprice {
  width: 133px;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: 0.45s;
  position: relative;
  border: 1px solid #bb9847;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 3px;
  flex-direction: column-reverse;
}

#dashaspeaksplanpoup #plan-item .pprice button,
#dashaspeaksplanpoup #specialplan-item .pprice button {
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
  height: 50px;
  z-index: 1;
  background: transparent !important;
  border: 0 !important;
}

#dashaspeaksplanpoup .pdiscount {
  width: 100%;
  background: #bb9847;
}

#dashaspeaksplanpoup .pdiscount span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  display: block;
  text-align: center;
}

#dashaspeaksplanpoup #plan-item,
#dashaspeaksplanpoup #specialplan-item {
  display: flex;
  flex-wrap: wrap;
}

.astroway-astro-plan-calc-left {
  margin-bottom: 15px;
  box-shadow: 0px 0px 16px #0000001a;
  padding: 3px 15px;
  border-radius: 8px;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-left p:first-child,
#payment-form .astroway-astro-plan-calc-left p:first-child {
  padding: 8px 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}

.astroway-astro-plan-calc-left span {
  color: #000 !important;
}

.astroway-astro-plan-calc-left .text-right,
.astroway-astro-plan-calc-left span#total_plan_amount {
  text-align: right;
  font-weight: 600;
}

.astroway-astro-plan-calc-left span {
  color: #000 !important;
}

.astroway-astro-plan-calc-left .text-right,
.astroway-astro-plan-calc-left span#total_plan_amount {
  text-align: right;
  font-weight: 600;
}

.total-cashback-amount {
  background: #e7f1ff;
  border-radius: 10px;
  height: 67px;
}

.extracashback {
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cff4ca;
  padding: 5px 20px;
  color: #56b14d;
  border-radius: 20px;
  margin-bottom: 3px;
  font-size: 13px;
}

span#total_plan_cashback_amount {
  font-size: 12px;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-right .btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  background: #65a9fd;
  box-shadow: 0px 3px 20px #65a9fd24;
  border-radius: 50px;
  font-weight: 600;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-right {
  width: 70%;
  margin: 0 auto;
}

.astroway-astro-plan-calc-right-mob-container p {
  font-size: 12px;
}

div#myModal2 .modal-content {
  background-image: none !important;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

div#myModal2 .modal-title {
  font-weight: 700;
}

div#myModal2 .btn-close {
  z-index: 1;
}

div#myModal2 .form-label {
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

div#myModal2 .sendBtn {
  background: #bb9847 !important;
  color: #fff !important;
}

div#myModal2 .modal-content h4 {
  color: #bb9847;
  font-weight: 700;
  margin-bottom: 10px;
}

.entry-content {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgb(239 216 160 / 20%) 100%);
}

.Therapist-content .chat-box {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

.detail-box {
  border-radius: 5px;
  background: rgba(187, 152, 71, 0.1);
  border: 0;
}

.Therapist-content .detail-box h6 {
  color: #212121;
}

.Therapist-content .detail-box h4 {
  color: #bb9847;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.review-icons {
  font-size: 18px;
  cursor: pointer;
  color: #ccc;
}

.review-icons.active {
  color: gold;
}

.review-icons input[type="radio"] {
  display: none;
}

span.count {
  background: red;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: 8px;
  color: #fff;
}

.btn:hover {
  background: #fff !important;
  color: #bb9847 !important;
  border: 1px solid #bb9847;
}

.seeBtn,
.seeBtn:hover {
  background: transparent !important;
  border: 0;
}

.toggle-switch {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background: #F4F4F4;
  justify-content: space-between;

}

.nav-tabs .nav-link {
  margin-bottom: 10px;
}

.toggle-switch .status {
  color: #BD382C;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  max-width: 120px;
}

.switch {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.switch input {
  display: none;
}

.switch i {
  font-size: 24px;
  color: rgba(33, 33, 33, 0.2);
  transition: 0.3s;
}

.switch .fa-toggle-on {
  display: none;
  color: #4caf50;
}

input:checked~.fa-toggle-off {
  display: none;
}

input:checked~.fa-toggle-on {
  display: inline;
}

.walletBtn {
  width: 100%;
}

.dashboard-page .nav-tabs {
  border: 1px solid rgba(33, 33, 33, 0.20);
  background: #BB9847;
  height: 100%;
  flex-direction: column;
  padding-left: 60px;
  padding-top: 20px;
  position: fixed;
  top: 0%;
  left: 0;
  width: 28%;
}

.nav-tabs .nav-link.active {
  background: #FFF;
  width: 100%;
  border-radius: 0;
  color: #BB9847;
}

.nav-tabs .nav-link {
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.box-wallet {
  border-radius: 10px;
  background: rgba(203, 171, 88, 0.30);
  padding: 20px;
}

.dashboard-page h2 {
  background: linear-gradient(90deg, #CBAB58 0%, #BB9847 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.box-wallet .image {
  border-right: 1px solid rgba(33, 33, 33, 0.30);
  margin-bottom: 20px;
  padding-right: 20px;
}

.box-wallet .col-md-4:first-child {
  border-bottom: 1px solid rgba(33, 33, 33, 0.30);
}

.box-wallet .col-md-8:nth-child(2) {
  border-bottom: 1px solid rgba(33, 33, 33, 0.30);
}

.box-wallet span {
  color: #BB9847;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.box-wallet strong {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.box-urgent-requests {
  border-radius: 10px;
  background: rgba(187, 152, 71, 0.10);
  padding: 28px 20px;
}

.dashboard-page .box {
  border-radius: 5px;
  background: rgba(189, 56, 44, 0.30);
  padding: 15px;
}

.dashboard-page .btn {
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
}

.dashboard-page .box ul:not(:last-child) {
  margin-bottom: 10px;
}

.dashboard-page .btn-cancel {
  border-radius: 5px;
  background: rgba(187, 152, 71, 0.30);
}

.dashboard-page .img-with-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-page .img-with-content img {
  border-radius: 46px;
}

.dashboard-page .img-with-content h6 {
  color: #BD382C;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 5px;

}

.dashboard-page ul li span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  text-align: end;
}

.dashboard-page .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content .inner-content .box {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  box-shadow: none;
}

.tab-content .inner-content .btn {
  padding: 10px 25px;
}

.tab-content .inner-content .btn-cancel {
  background: rgba(189, 56, 44, 0.20);
  color: #BD382C;

}

.tab-content .inner-content .btn-accept {
  background: rgba(20, 127, 39, 0.20);
  color: #147F27;

}

.tab-content .inner-content ul li span.Voice-call {
  color: #0C86D2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

/* .nav-tabs .nav-item:last-child {
  margin-top: 240px;
} */

.nav-tabs .nav-link img {
  margin-right: 10px;
}

.login-page {
  text-align: center;
}

.login-page hr {
  border: 1px solid;
  border-image: linear-gradient(90deg, #fff 0%, #d28d0c 51%, #fff 100%) 1;
  opacity: 1;
}

.login-page p {
  color: #212121;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.login-page p a:hover {
  color: #000;
  text-decoration: underline;
}

.login-page p a {
  color: #bb9847;
  font-weight: 600;
}

.modal .modal-body p input,
.login-page p input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 0 !important;
}

p.text-start,
.login-page p {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.login-page p:last-child {
  color: rgba(33, 33, 33, 0.7);
}

.login-box {
  box-shadow: 0 0 5px #cccc;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}

.btnLogin {
  text-decoration: none;
  background: #BB9847 !important;
}

.expert-dealing-with-depression span.offline,
.expert-dealing-with-depression span.online {
  padding: 5px 20px;
}

.fillter-section-wrap .col-lg-2:first-child .wrap-sort select.form-control,
.wrap-sort select option {
  color: #BB9847;
  font-weight: 700;
}

span.offline {
  border-radius: 16.768px;
  background: #f9e8e8;
  color: #e52727;
  display: inline-block;
  font-size: 14px;
}

.reviews-box .top img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

#myModal .modal-dialog {
  max-width: 530px;
}

.wrap-sort select {
  display: none;
}


.wrap-sort {
  position: relative;
}

.wrap-sort:before {
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fillter-section-wrap .col-lg-2:nth-child(2) .wrap-sort:before {
  content: "\f223";
}

.fillter-section-wrap .col-lg-2:nth-child(3) .wrap-sort:before {
  content: "\f1ab";
}

.fillter-section-wrap .col-lg-2:nth-child(4) .wrap-sort:before {
  content: "\f095";
}

.wrap-sort select.form-control {
  padding-left: 40px;
}

.fillter-section-wrap .col-lg-2 {
  width: 20%;
}

.fillter-section-wrap .wrap-sort select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  padding-left: 30px;
}

.fillter-section-wrap .wrap-sort select option {
  font-size: 14px;
}

div#callinfomodal .modal-header hr,
#chatinfomodal .modal-header hr {
  border: 1px solid;
  border-image: linear-gradient(90deg, #FFF 0%, #D28D0C 51%, #FFF 100%) 1;
  opacity: 1;
  width: 100%;
}

.chatinfoHeader {
  flex-direction: column;
}

div#callinfomodal .modal-header {
  justify-content: center;
  border: 0;
  padding: 0;
  flex-direction: column;
}

div#callinfomodal .modal-dialog,
div#chatinfomodal .modal-dialog {
  max-width: 330px;
}

div#callinfomodal .groupBtn .btn,
div#chatinfomodal .groupBtn .btn {
  width: 50%;
  font-size: 16px;
  background: #f6dc94;
  border: 0;
}

div#callinfomodal .modal-title p,
div#chatinfomodal .modal-title p {
  display: inline-block;
}

.navigation {
  background: #bb9847;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

span#remainingTime {
  color: #fff;
  font-size: 20px;
}

.video-action-button i {
  color: #fff;
}

button#leave {
  font-size: 20px;
}


.connected-fillter .col-lg-2 {
  width: 16.66666667%;
}

.connected-fillter .col-lg-2:nth-child(2) .wrap-sort:before {
  content: "\e1bc";
}


.connected-fillter .col-lg-2:nth-child(3) .wrap-sort:before {
  content: "\f223";
}

.connected-fillter .col-lg-2:nth-child(4) .wrap-sort:before {
  content: "\f1ab";
}

.connected-fillter .col-lg-2:nth-child(5) .wrap-sort:before {
  content: "\f095";
}

span#remainingTime {
  color: #000;
  font-weight: 700;
}

.chatmessage {
  display: inline-block;
}

.chat-message-left {
  display: flex;
}

.chat-message-left .chat_user {
  margin-right: 1rem !important;
}

.navigation {
  background: #bb9847;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.video-participant {
  width: 50%;
}



div#agora-video-player-track-cam-4ca1b5d1 {
  height: 600px !important;
  overflow: visible !important;
  background: transparent !important;
}

.detail-content .chat-box {
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .groupBtn {
  justify-content: space-around;
}

@media (max-width: 991px) {
  .offcanvas.offcanvas-end {
    background: #fff !important;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    backface-visibility: hidden;
    bottom: 0;
  }

  .wrap-sort:before {
    display: none;
  }

  .detail-image img {
    width: 100%;
  }

  .offcanvas-header .btn-close {
    --bs-btn-close-bg: none;
    filter: none;
    color: #000;
    opacity: 1;
  }

  .offcanvas-header {
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.12);
  }

  .offcanvas-body .navbar-nav .nav-item .nav-link.active {
    color: #212121 !important;
  }

  .offcanvas-body .navbar-nav .nav-item .nav-link {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .logInBtn {
    border-radius: 8px;
    border: 1px solid #bb9847;
    background: #fff;
    color: #bb9847 !important;
    padding: 10px 20px;
    display: inline-block;
  }

  .registerBtn {
    border-radius: 8px;
    border: 1px solid #bb9847;
    background: #bb9847;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
  }

  .column-wrap {
    width: 50%;
    margin-bottom: 24px;
  }

  /* .column-wrap:last-child {
    width: 100%;
  } */

  .expert-dealing-with-depression .column-wrap .column .top,
  .column-wrap .column .image {
    text-align: center;
  }

  .column-wrap .column h6,
  .column-wrap .column .price {
    display: block;
  }

  .mission-wrap .Vision {
    top: 20%;
    width: auto;
  }

  .taber .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(180deg, #cbab58 0%, #bb9847 100%);
    color: #fff;
    border: 0 !important;
  }

  .taber .nav-tabs .nav-item .nav-link {
    border: 0 !important;
  }

  .fillterBtn {
    background: transparent;
    color: #000;
    padding: 0;
  }

  .filter-section {
    position: fixed;
    top: 0;
    background: #fff;
    height: 100vh;
    padding: 20px;
    left: 0;
    right: 0;
    display: none;
  }

  .filter-section .CloseBtn {
    background: transparent;
    color: #000;
    padding: 0;
    text-align: right;
    font-weight: 600;
  }

  .header-wrapper .btn-group {
    display: block;
  }

  .header-wrapper .btn-group button {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .header-wrapper .btn-group .walletBtn {
    border: 0;
  }

  .header-wrapper .btn-group .dropdown .dropdown-menu {
    top: 38px !important;
    border: 0;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 0 5px #ccc;
  }

  #dashaspeaksplanpoup #plan-item .pprice,
  #dashaspeaksplanpoup #specialplan-item .pprice {
    width: 225px;
  }

  #dashaspeaksplanpoup .astroway-astro-plan-calc-right .btn {
    font-size: 18px;
  }

  .colRight {
    display: flex;
    align-items: center;
  }

  .colRight .walletBtn.me-3 {
    font-size: 12px;
    padding: 0;
    display: flex;
    background: transparent;
    color: #bb9847;
    text-decoration: none;
    margin: 0 !important;
    align-items: center;
  }

  .colRight .walletBtn.me-3 i.fa-solid.fa-wallet {
    margin-right: 6px;
  }

  .colRight a {
    text-decoration: none;
  }

  .colRight .navbar-toggler {
    padding: 0;
  }

  .colRight i.fa-solid.fa-bell {
    font-size: 16px;
    color: #000;
  }



  .header-logo a {
    display: inline-block;
    width: 150px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .banner .content {
    padding: 20px 0;
  }

  .form-wrapper {
    padding: 20px;
  }

  .inner-banner {
    background-position: left center !important;
  }

  .details-wrap {
    padding: 40px 20px;
  }

  .banner .content span {
    font-size: 16px;
  }

  h1 {
    font-size: 24px;
  }

  .box {
    padding: 20px;
  }

  h2 {
    font-size: 22px;
  }

  .inner-text {
    font-size: 16px;
  }

  span.rating {
    font-size: 12px;
  }

  .column-wrap {
    width: 100%;
  }

  .footer-menu h5 {
    font-size: 16px;
    white-space: nowrap;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }

  .footer-menu ul li a {
    font-size: 14px;
    display: flex;
    word-break: break-all;
    align-items: center;
  }

  .footer-wrapper .copyright {
    text-align: center;
  }

  .footer-wrapper .social-media ul {
    justify-content: center;
  }

  .footer-wrapper .copyright p {
    padding-top: 12px;
  }

  nav.navbar.navbar-dark {
    flex-wrap: nowrap;
  }

  .detail-content .icons {
    font-size: 11px;
    text-align: center;
  }

  .detail-content .col-4:first-child {
    max-height: 60px;
    overflow-y: auto;
    padding-right: 10px;
  }

  .column-wrap .column img {
    height: auto;
  }

  .detail-content .col-4:first-child.footer-menu ul::-webkit-scrollbar {
    width: 6px;
  }

  .detail-content .col-4:first-child.footer-menu ul::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
  }

  .detail-content .icons span {
    font-size: 11px;
  }

  .detail-content .chat-box {
    padding: 12px;
  }

  .detail-content .chatBtn {
    padding: 10px;
    font-size: 12px;
    color: #fff !important;
  }

  .detail-content .chatBtn:hover {
    color: #bb9847 !important;
    background-color: #fff !important;
  }

  #btnAddMoney {
    padding: 8px 14px;
    font-size: 12px;
  }

  .table>tbody tr td,
  .table-container table thead tr th {
    font-size: 12px;
  }

  #dashaspeaksplanpoup #plan-item .pprice,
  #dashaspeaksplanpoup #specialplan-item .pprice {
    width: 100%;
  }

  #dashaspeaksplanpoup {
    padding: 15px 0 !important;
  }


}


div#callintake .modal-dialog {
  max-width: 300px;
}


div#callintake .close {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

button#callintakeBtn {
  width: 100%;
}

#resendOtpBtn {
  background: transparent;
  color: #000;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.modal .modal-body p input,
.login-page p input {
  margin-right: 4px;
  width: 13px;
  height: 13px;
  margin-top: 0 !important;
  position: relative;
  top: 1px;
}

.column-wrap .column .image img {
  width: 100%;
}

form#callintakeForm {
  padding: 0 !important;
}




@media(max-width:767px) {
  .footer-menu h5 {
    font-size: 13px;
  }

  .footer-wrapper .copyright p {
    font-size: 12px;
  }
}

.column-wrap .column span.price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #212121;
}

.column-wrap .column h6 i,
.column-wrap .column .price i {
  margin-right: 0px;
}

.column-wrap .column span.price span {
  color: rgba(33, 33, 33, 0.5);
  font-size: 16px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  margin-right: 10px;
}

.footer-wrapper .row:nth-child(2) .col-lg-3 {
  width: 20%;
}

.play-store-wrapper img {
  width: 115px;
}

@media(max-width:991px) {
      .play-store-wrapper {
        display: flex;
    }
    .footer-wrapper .row:nth-child(2) .col-lg-3 {
  width: 50%;
}
.play-store-wrapper img {
    width: 90px;
}
}

@media(max-width:767px){
  .footer-wrapper .row:nth-child(2) .col-lg-3:first-child {
    order: 1;
}

.footer-wrapper .row:nth-child(2) .col-lg-3:nth-child(2) {
    order: 2;
}

.footer-wrapper .row:nth-child(2) .col-lg-3:nth-child(3) {
    order: 3;
}

.footer-wrapper .row:nth-child(2) .col-lg-3:nth-child(4) {
    order: 5;
}

.footer-wrapper .row:nth-child(2) .col-lg-3:nth-child(5) {
    order: 4;
}
}

div#ChatRequestModal .modal-dialog {
    max-width: 300px;
}
 
div#ChatRequestModal .close {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}
 
div#ChatRequestModal .btn {
    width: 100%;
}

@media(max-width:767px){
.psychic-card {
    width: 100%;
}
 
.voice-call-box.btn-audio-call {
    margin: 10px 0;
    margin-bottom: 30px;
}
}