:root {
  --dark-color: #101828;
  --blue-color: #68cbe0;
  --light-color: #f6f0ea;
}

.cancelBtn {
  background-image: unset !important;
}

.fr-btn {
  min-width: 220px;
}

.no-after:after {
  display: none !important;
}

.coupon-btn {
  background-color: var(--blue-color);
  font-size: 0.85rem;
  color: #fff;
  padding: 5px 15px !important;
  border-radius: 10px;
  margin-right: 10px;
}
.coupon-btn:hover {
  background-color: var(--dark-color);
  color: #fff;
  cursor: pointer;
}
.coupon-btn.not-active {
  background-color: var(--dark-color);
  cursor: not-allowed;
  opacity: 0.5;
}

.badge-success {
  background-color: #28a745;
}

.badge-primary {
  background-color: var(--blue-color);
}

.badge-danger {
  background-color: #dc3545;
}

.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-not-allowed .pointer-event-none {
  pointer-events: none !important;
}

.btn-withdrawal-delete {
  padding: 10px 20px;
  font-size: 14px;
}

.disabledSlots {
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.discount-btn {
  height: 60px;
  padding: 0 32px;
}
.discount-btn:hover {
  background-color: #e4e7ec;
  color: #101828;
  border-color: #e4e7ec;
}

.flags img {
  width: 20px;
}
.flags .btn {
  padding: 22px 14px 22px 14px;
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  min-width: 145px;
  gap: 5px;
}
.flags .dropdown-menu {
  overflow: hidden;
}
.flags .dropdown-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  gap: 10px;
}
.flags .dropdown-item:hover, .flags .dropdown-item.active {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}

.footer-bottom .dropdown-toggle::after {
  transform: rotate(180deg);
}

.header .main-menu li a {
  padding: 30px 14px 30px 14px;
  font-size: 16px;
}

body.fr .header .main-menu li a {
  padding: 30px 10px;
  font-size: 15px;
}
body.fr .list-steps li .block-step {
  min-height: 435px;
}

.login-or {
  color: var(--dark-color);
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.or-line {
  background-color: var(--dark-color);
  height: 1px;
  display: block;
  margin: 0 auto;
}

.span-or {
  background-color: var(--light-color);
  display: block;
  margin-left: -20px;
  text-align: center;
  text-transform: uppercase;
  width: 42px;
  position: absolute;
  top: 0;
  left: 50%;
}

.so-therapy .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px !important;
  padding: 20px 30px;
  background-color: #e4dbd1;
  border-width: 0;
  color: #878787;
}
.so-therapy .accordion-header button {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  width: 180px;
  padding: 15px 56px 15px 32px;
  font-size: 15px;
  border-radius: 50px !important;
}
.so-therapy .accordion-header button::after {
  display: none !important;
}

.so-forms-section {
  margin-top: 12rem;
}
.so-forms-section #uploadPreview .upload-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.so-forms-section #uploadPreview .upload-wrap li:nth-child(even) {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.so-forms-section #uploadPreview .upload-wrap li:nth-child(even) a {
  position: absolute;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-forms-section #uploadPreview .upload-wrap li:nth-child(even) a i {
  font-size: 14px;
}

.so-blog .apppointment_data .table-avatar {
  font-size: 15px;
  line-height: 1.2em;
  align-items: center;
}
.so-blog .apppointment_data .table-avatar a {
  color: #474648 !important;
}
.so-blog .apppointment_data .table-avatar .avatar {
  height: 50px;
  width: 50px;
}
.so-blog .blog {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 30px;
}
.so-blog .blog h3 {
  font-size: 24px;
}
.so-blog .blog.grid-blog {
  min-height: 382px;
}
.so-blog .blog.grid-blog .blog-image img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.so-blog .blog.grid-blog .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.so-blog .blog.grid-blog h3 {
  font-size: 18px;
  min-height: 43px;
  margin: 0 0 5px;
}
.so-blog .post-left ul {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.so-blog .post-left ul li svg {
  margin-right: 4px;
}
.so-blog .post-author a {
  display: flex;
  align-items: center;
}
.so-blog .post-author img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 100%;
}
.so-blog .blog-content p {
  font-size: 16px;
}
.so-blog .blog-content .read-more {
  border-radius: 4px;
  background-color: var(--blue-color);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid transparent;
  max-width: 150px;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.so-blog .blog-content .read-more:hover {
  background-color: #fff;
  color: var(--blue-color);
  border-color: var(--blue-color);
}
.so-blog .page-item.active .page-link {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
.so-blog .page-link {
  color: var(--blue-color);
}
.so-blog .btn-group a {
  padding: 4px 8px;
  background-image: unset;
  font-weight: normal;
  border-radius: 4px;
  background-color: #fff;
  color: var(--blue-color);
}
.so-blog .btn-group a.active {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}
.so-blog .btn-group a:hover {
  background-image: unset;
}
.so-blog .blog-view .card {
  margin-bottom: 1.875rem;
}
.so-blog .blog-view .card .card-header {
  background-color: var(--blue-color);
}
.so-blog .blog-view .card .card-header h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.so-blog .blog-view .card .card-body .about-author {
  display: flex;
  align-items: start;
  gap: 20px;
}
.so-blog .blog-view .card .card-body .about-author .about-author-img {
  width: 100%;
}
.so-blog .blog-view .card .card-body .about-author .about-author-img img {
  height: 100px;
  width: 100px;
}
.so-blog .blog-view .card .card-body .about-author .author-details a {
  font-size: 20px;
}
.so-blog .sidebar-right {
  margin-top: 20px;
}
.so-blog .sidebar-right .latest-posts li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
}
.so-blog .sidebar-right .card {
  margin-bottom: 1.875rem;
  width: 100%;
}
.so-blog .sidebar-right .card .card-header {
  background-color: var(--blue-color);
}
.so-blog .sidebar-right .card .card-header h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.so-blog .sidebar-right .card .search-form input,
.so-blog .sidebar-right .card .search-form button {
  padding: 10px 20px;
}
.so-blog .sidebar-right .card .search-form input {
  background-color: var(--light-color);
  border-radius: 50px 0 0 50px;
}
.so-blog .post-thumb img {
  width: 80px;
  border-radius: 4px;
}
.so-blog .post-info h4 {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1em;
}
.so-blog .post-info p {
  color: #757575;
  font-size: 12px;
  margin: 0;
}
.so-blog .tags {
  display: inline-flex;
  flex-wrap: wrap;
}
.so-blog .tags .tag {
  background-color: #ffffff;
  color: #272b41;
  position: relative;
  font-size: 14px;
  border: 1px solid #cccccc;
  display: inline-block;
  border-radius: 4px;
  margin: 0 0.5rem 0.5rem 0;
  padding: 5px 10px;
}
.so-blog .category-text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  margin-bottom: 10px;
}
.so-blog .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light-color);
}
.so-blog .filter-contents {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.so-blog .filter-contents .filter-header {
  background-color: var(--blue-color);
  padding: 0.5rem 1rem;
}
.so-blog .filter-contents .filter-header h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.so-blog .filter-contents .filter-details {
  padding: 1rem;
}
.so-blog .filter-contents .filter-details h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.so-blog .filter-contents .filter-details .filter-grid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.so-blog .filter-contents .filter-details .filter-grid h4 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-blog .filter-contents .filter-details .filter-grid h4 a .rotate-icon {
  transform: rotate(180deg);
}
.so-blog .filter-contents .filter-details .btn-primary {
  border-radius: 4px;
  background-color: var(--blue-color);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid transparent;
  text-align: center;
  display: block;
  width: 100%;
}
.so-blog .filter-contents .filter-details .btn-primary.active {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}
.so-blog .filter-contents .filter-details .btn-primary:hover {
  background-color: #fff;
  color: var(--blue-color);
  border-color: var(--blue-color);
}
.so-blog .filter-contents .filter-details .btn-outline-primary {
  border-radius: 4px;
  background-color: #fff;
  color: var(--blue-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid var(--blue-color);
  text-align: center;
  display: block;
}
.so-blog .filter-contents .filter-details .btn-outline-primary.active {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}
.so-blog .filter-contents .filter-details .btn-outline-primary:hover {
  background-color: var(--blue-color);
  color: #fff;
  border-color: var(--blue-color);
}
.so-blog .doctor-card {
  border: 2px solid #f3f4f6;
  border-radius: 10px;
  margin-bottom: 1.875rem;
}
.so-blog .doctor-card .card-body {
  padding: 1.5rem;
}
.so-blog .doctor-card .doctor-widget-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-blog .doctor-card .doctor-widget-one .doc-info-right {
  min-width: 200px;
}
.so-blog .doctor-card .doctor-widget-one .btn-primary-light {
  border-radius: 4px;
  background-color: var(--blue-color);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid transparent;
  text-align: center;
  display: block;
  width: 100%;
}
.so-blog .doctor-card .doctor-widget-one .btn-primary-light.active {
  background-color: var(--blue-color) !important;
  color: #fff !important;
}
.so-blog .doctor-card .doctor-widget-one .btn-primary-light:hover {
  background-color: #fff;
  color: var(--blue-color);
  border-color: var(--blue-color);
}
.so-blog .doctor-card .doctor-widget-one .doc-name {
  margin-bottom: 4px;
  font-size: 20px;
}
.so-blog .doctor-card .doctor-widget-one .doc-name svg path {
  fill: #22c550;
}
.so-blog .doctor-card .doctor-widget-one .doc-location span {
  font-weight: bold;
  margin-right: 3px;
}
.so-blog .doctor-card .doctor-widget-one .clinic-details {
  padding-bottom: 14px;
}
.so-blog .doctor-card .doctor-widget-one .reviews-ratings span {
  min-width: 46px;
  color: #ffffff;
  background: #ffbc11;
  border-radius: 6px;
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 2px 5px;
}
.so-blog .doctor-card .doctor-widget-one .clini-infos ul li {
  margin-bottom: 14px;
}
.so-blog .doctor-card .doctor-widget-one .clini-infos ul li i {
  margin-right: 15px;
}
.so-blog .doctor-card .doctor-widget-one .clini-infos ul li:last-child {
  font-size: 16px;
  color: var(--blue-color);
}
.so-blog .doctor-card .doctor-widget-one .available-today {
  background: #dcfce5;
  color: #22c550;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 4px;
}
.so-blog .doctor-card .doctor-widget-one .bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.so-blog .doctor-card .doctor-widget-one .doc-info-left {
  display: flex;
  align-items: start;
}
.so-blog .doctor-card .doctor-widget-one .doc-info-left .doctor-img {
  flex: 0 0 164px;
  margin-right: 20px;
  width: 164px;
  height: 164px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.so-blog .doctor-card .doctor-widget-one .doc-info-left .doctor-img img {
  width: 164px;
  height: 164px;
  border-radius: 10px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-object-fit: cover;
     object-fit: cover;
}
.so-blog .so-booking h4.booking-title,
.so-blog .so-booking h4.paitent-title {
  margin-bottom: 20px;
}
.so-blog .so-booking .booking-date {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.so-blog .so-booking .booking-date p {
  color: #888;
  margin: 0 10px 0 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.so-blog .so-booking .booking-date .booking-range .btn {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  margin: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.so-blog .so-booking .time-slot-card-body {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.5rem;
}
.so-blog .so-booking .time-slot-card-body .date-slider .slick-prev:before,
.so-blog .so-booking .time-slot-card-body .date-slider .slick-next:before {
  font-family: "feather";
  font-size: 26px;
}
.so-blog .so-booking .time-slot-card-body .date-slider .slick-prev,
.so-blog .so-booking .time-slot-card-body .date-slider .slick-next {
  background: transparent;
  color: #000000;
  line-height: normal;
  box-shadow: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.4s ease;
  position: absolute;
  padding: 0;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.so-blog .so-booking .time-slot-card-body .date-slider .slick-prev:before {
  content: "\e92f";
}
.so-blog .so-booking .time-slot-card-body .date-slider .slick-next:before {
  content: "\e930";
}
.so-blog .so-booking .time-slot-card-body .date-slider .slick-prev {
  left: -15px;
}
.so-blog .so-booking .time-slot-card-body .date-slider .slick-next {
  right: -15px;
}
.so-blog .so-booking .time-slot-card-body .date-slider li h4 {
  font-weight: 500;
  font-size: 16px;
  color: var(--blue-color);
  margin-bottom: 0px;
}
.so-blog .so-booking .time-slot-card-body .date-slider li.active {
  border: 2px solid var(--blue-color);
  border-radius: 4px;
}
.so-blog .so-booking .time-slot-card-body .date-slider li.active h4 {
  color: #000000;
}
.so-blog .so-booking .time-slot-card-body .date-slider li p {
  color: #d4d4d4;
  margin-bottom: 0;
}
.so-blog .so-booking .time-slot-card-body .date-slider li.active p {
  color: #aaaaaa;
}
.so-blog .so-booking .time-slot-card-body .booking-date-slider {
  margin-bottom: 20px;
}
.so-blog .so-booking .time-slot-card-body .bookingslot {
  margin: unset;
}
.so-blog .so-booking .time-slot-card-body .bookingslot .time-slot {
  margin-bottom: 10px;
}
.so-blog .so-booking .time-slot-card-body .bookingslot a.timing {
  display: block;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  color: var(--blue-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid var(--blue-color);
}
.so-blog .so-booking .time-slot-card-body .bookingslot a.timing:hover, .so-blog .so-booking .time-slot-card-body .bookingslot a.timing.active {
  background-color: var(--blue-color);
  color: #fff;
}
.so-blog .booking-date-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-blog .booking-date-list li .booking_date,
.so-blog .booking-date-list li .booking_time {
  color: var(--blue-color);
}
.so-blog .consultation-types {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 1rem;
}
.so-blog .consultation-types span {
  display: none;
}
.so-blog .consultation-types span svg {
  width: 20px;
  height: 20px;
}
.so-blog .consultation-types span svg path {
  fill: #28a745;
}
.so-blog .consultation-types a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  color: var(--blue-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid var(--blue-color);
  gap: 10px;
  min-width: 200px;
}
.so-blog .consultation-types a:hover, .so-blog .consultation-types a.active {
  background-color: var(--blue-color);
  color: #fff;
}
.so-blog .consultation-types.active a {
  background-color: var(--blue-color);
  color: #fff;
}
.so-blog .consultation-types.active span {
  display: block;
}
.so-blog .booking-btn {
  margin-top: 2rem;
}
.so-blog .booking-btn a,
.so-blog .booking-btn .btnPatientDetail,
.so-blog .booking-btn .save_appoinement {
  background-color: var(--dark-color);
  max-width: 200px;
  border-color: var(--dark-color);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.so-blog .booking-btn a:hover,
.so-blog .booking-btn .btnPatientDetail:hover,
.so-blog .booking-btn .save_appoinement:hover {
  color: var(--dark-color);
  background-color: #fff;
  border-color: #fff;
}
.so-blog .booking-card {
  border: 1px solid #f3f4f6;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.so-blog .booking-card .booking-card-body {
  padding: 15px;
}
.so-blog .booking-card .booking-card-body .booking-doctor-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.so-blog .booking-card .booking-card-body .booking-doctor-left .booking-doctor-img a {
  display: block;
  height: 45px;
  width: 45px;
}
.so-blog .booking-card .booking-card-body .booking-doctor-left .booking-doctor-img a img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.so-blog .booking-card .booking-card-body .booking-doctor-left .booking-doctor-info h4 {
  font-size: 16px;
}
.so-blog .booking-card .booking-card-body .booking-doctor-left .booking-doctor-info h4 a {
  color: var(--dark-color);
}
.so-blog .booking-card .booking-card-body .booking-device {
  display: flex;
  gap: 10px;
}
.so-blog .booking-card .booking-card-body .booking-device h3 {
  font-size: 16px;
  color: var(--dark-color);
  line-height: 1.5em;
}
.so-blog .booking-card .booking-card-body .booking-device p {
  color: #888;
}
.so-blog .doctor-widget {
  display: flex;
  justify-content: space-between;
}
.so-blog .doctor-widget .doc-info-left {
  display: flex;
  gap: 20px;
}
.so-blog .doctor-widget .doc-info-left .doctor-img {
  max-width: 150px;
}
.so-blog .doctor-widget .doc-info-right {
  flex: 0 0 200px;
  max-width: 200px;
}
.so-blog .doctor-widget .doc-info-right .clini-infos {
  margin-bottom: 1.25rem;
}
.so-blog .doctor-widget .doc-info-right .doctor-action {
  display: flex;
  margin-bottom: 15px;
}
.so-blog .doctor-widget .doc-info-right .doctor-action .btn-white {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #272b41;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}
.so-blog .doctor-widget .doc-info-right .doctor-action .btn-white:hover {
  border-color: transparent;
}
.so-blog .doctor-widget .doc-info-right .doctor-action a + a {
  margin-left: 8px;
}
.so-blog .doctor-widget .doc-info-right .clinic-booking a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  color: var(--blue-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid var(--blue-color);
  gap: 10px;
  min-width: 200px;
}
.so-blog .doctor-widget .doc-info-right .clinic-booking a:hover, .so-blog .doctor-widget .doc-info-right .clinic-booking a.active {
  background-color: var(--blue-color);
  color: #fff;
}
.so-blog .experience-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.so-blog .experience-list::before {
  background: #dddddd;
  bottom: 0;
  content: "";
  width: 2px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.so-blog .experience-list li {
  position: relative;
}
.so-blog .experience-list li:last-child .experience-content {
  margin-bottom: 0;
}
.so-blog .experience-list > li .experience-user {
  background: #ffffff;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  padding: 0;
}
.so-blog .experience-list > li .experience-content {
  background-color: #ffffff;
  position: relative;
  margin: 0 0 20px 40px;
  padding: 0;
}
.so-blog .experience-list > li .timeline-content {
  color: #757575;
}
.so-blog .experience-list > li .timeline-content a.name {
  font-weight: 500;
}
.so-blog .experience-list > li .time {
  color: #757575;
  display: block;
  font-size: 13px;
}
.so-blog .experience-list .avatar {
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin: 0;
}
.so-blog .service-list {
  margin-bottom: 30px;
}
.so-blog .service-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.so-blog .service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.so-blog .service-list ul li {
  float: left;
  padding-left: 25px;
  position: relative;
  width: 33%;
  margin: 6px 0;
}
.so-blog .service-list ul li::before {
  color: #cccccc;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.so-blog .before-circle {
  background-color: rgba(32, 192, 243, 0.2);
  height: 12px;
  width: 12px;
  border: 2px solid var(--blue-color);
  border-radius: 50%;
}
.so-blog .exp-year {
  color: var(--blue-color);
  margin-bottom: 2px;
}
.so-blog .exp-title {
  font-size: 16px;
}
.so-blog .tab-content h4 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}
.so-blog .tab-content .business-widget {
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
  margin-bottom: 0;
  padding: 20px;
}
.so-blog .tab-content .business-widget .listing-day {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
.so-blog .tab-content .business-widget .listing-day .time-items .clinic-services {
  flex-wrap: wrap;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 5px;
}
.so-blog .tab-content .business-widget .listing-day .time-items .clinic-services span {
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
}
.so-blog .tab-content .business-widget .listing-day .time-items .clinic-services span .date {
  color: var(--blue-color);
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  line-height: 1.25em;
}
.so-blog .dash-card {
  margin-bottom: 1rem;
}
.so-blog .dash-card .dash-widget h3 {
  font-size: 24px;
}
.so-blog .theiaStickySidebar .profile-sidebar {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content {
  margin-bottom: 1.5rem;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content .profile-info-widget {
  text-align: center;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content .profile-info-widget a {
  display: inline-flex;
  width: auto;
  background-color: var(--light-color);
  margin: 0 0 15px !important;
  padding: 8px;
  border-radius: 50%;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content .profile-info-widget a .profile-image {
  height: 120px !important;
  width: 120px !important;
  border-radius: 50% !important;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content .profile-det-info h3 {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5em;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content .profile-det-info .patient-details h5 {
  font-size: 13px;
}
.so-blog .theiaStickySidebar .profile-sidebar .pro-widget-content .profile-det-info .patient-details h5 svg {
  margin-right: 10px;
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul {
  font-size: 14px;
  line-height: 17px;
  list-style: none;
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul li a {
  color: #757575;
  display: block;
  padding: 16px 20px;
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul li a svg {
  margin-right: 10px;
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul li:last-child {
  border-bottom: unset;
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul li.active > a, .so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul li:hover > a {
  color: var(--blue-color);
}
.so-blog .theiaStickySidebar .profile-sidebar .dashboard-widget .dashboard-menu ul .submenu-list li {
  border-bottom: unset;
}
.so-blog .comments-list {
  margin-bottom: 1rem;
}
.so-blog .comments-list .comment-author {
  height: 50px;
  width: 50px;
}
.so-blog .comments-list .comment-author img {
  border-radius: 10px;
}
.so-blog .comments-list p {
  font-size: 1rem;
}
.so-blog .comments-list .comment-by {
  color: var(--blue-color);
  font-size: 0.85rem;
}
.so-blog .comments-list .blog-date {
  color: #98a2b3;
  font-size: 0.75rem;
}
.so-blog .comments-list.reply {
  border-top: 1px solid #e6ebf6;
  margin-top: 0.5rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
}
.so-blog #comment-section textarea {
  border: 1px solid #dddddd;
}
.so-blog #comment-section .btn {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid transparent;
  background-color: var(--dark-color);
}
.so-blog #comment-section .btn-danger {
  background-color: #ff1515;
}
.so-blog .custom-chat-window {
  gap: 20px;
}
.so-blog .custom-chat-window .chat-cont-left .chat-scroll {
  max-height: 400px;
  overflow-y: scroll;
}
.so-blog .chat-search {
  margin-bottom: 30px;
}
.so-blog .chat-wraper {
  background-color: #fff;
  border-radius: 4px;
  gap: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.so-blog .chat-wraper .avatar {
  width: 50px;
}
.so-blog .chat-wraper .user-name {
  font-size: 20px;
}
.so-blog .chat-wraper .user-last-chat {
  color: var(--dark-color);
  font-weight: normal;
  font-size: 16px;
}
.so-blog .chat-description {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}
.so-blog .chat-description .notify-block {
  margin-top: 20px;
  gap: 20px;
  align-items: center;
}
.so-blog .chat-description .notify-block .avatar {
  width: 50px;
}
.so-blog .chat-description .notify-block .user-name {
  font-size: 20px;
  color: var(--blue-color);
}
.so-blog .chat-description .chat-body {
  margin-top: 30px;
}
.so-blog .chat-description .chat-body .chat-scroll {
  padding-left: 20px;
  height: 200px;
  overflow-y: scroll;
}
.so-blog .chat-description .chat-body .chat-scroll .list-unstyled {
  padding-right: 10px;
}
.so-blog .chat-description .chat-body .chat-scroll .list-unstyled > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.so-blog .chat-description .chat-body .chat-scroll .list-unstyled > li:not(:last-child) {
  border-bottom: 1px solid var(--light-color);
}
.so-blog .chat-description .chat-body .chat-scroll .list-unstyled > li .msg-box {
  font-size: 15px;
}
.so-blog .chat-description .chat-body .chat-scroll .list-unstyled > li .chat-time {
  font-size: 12px;
  color: var(--blue-color);
}
.so-blog .chat-description .sent {
  text-align: right;
}
.so-blog .chat-description .chat-footer {
  margin-top: 30px;
  border-top: 1px solid #dddddd;
  padding: 20px 0 20px;
}
.so-blog .chat-description .chat-footer .msg-send-btn {
  background-color: var(--dark-color);
  border-radius: 50%;
  max-height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  margin-top: 3px;
}
.so-blog .chat-description .chat-footer .msg-send-btn svg path {
  fill: #fff;
}
.so-blog .payment-success .success-content {
  text-align: center;
}
.so-blog .payment-success .success-content h4 {
  font-weight: 400;
  margin-bottom: 30px;
}
.so-blog .payment-success .success-content .success-icon {
  margin-bottom: 15px;
}
.so-blog .payment-success .success-content .success-icon svg {
  width: 50px;
  height: 50px;
}
.so-blog .payment-success .success-content .success-icon svg path {
  fill: #28a745;
}
.so-blog .payment-success .booking-success-info {
  margin-bottom: 20px;
}
.so-blog .payment-success .success-dashboard-link {
  text-align: center;
}

.dashboard h3,
.dashboard h4 {
  font-size: 24px;
}
.dashboard .withdraw-h4 {
  font-size: 17px;
}
.dashboard .btn-primary,
.dashboard .btn-danger {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 18px 20px;
  border: 2px solid transparent;
  background-color: var(--dark-color);
}
.dashboard .btn-danger {
  background-color: #ff1515;
}
.dashboard input,
.dashboard select,
.dashboard textarea {
  border: 1px solid #dddddd;
  position: relative;
}
.dashboard input + .fi-rr-info,
.dashboard select + .fi-rr-info,
.dashboard textarea + .fi-rr-info {
  right: 10px;
}
.dashboard .actions .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.dashboard .actions .bg-danger-light {
  background-color: #ff1515;
  color: #fff;
}
.dashboard .table-action a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.dashboard .custom-edit-service .service-upload {
  border: 1px solid #dcdcdc;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 30px;
  padding: 70px 0;
}
.dashboard .custom-edit-service .service-upload input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard .upload-images {
  position: relative;
  width: 80px;
}
.dashboard .upload-images img {
  height: 80px;
  width: auto;
  border-radius: 4px;
}
.dashboard .upload-wrap {
  display: flex;
  gap: 10px;
}
.dashboard .bootstrap-tagsinput {
  background: #fff;
  border: 1px solid #dddddd;
  height: 60px;
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-radius: 0px;
  color: #98a2b3;
}
.dashboard .bootstrap-tagsinput .tag {
  color: #6b7280;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #dcdcdc;
}
.dashboard .bootstrap-tagsinput .tag [data-role=remove] {
  position: relative;
  left: 7px;
  cursor: pointer;
}
.dashboard .bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  margin: 0;
  padding: 0px 2px;
}
.dashboard .bootstrap-tagsinput input {
  height: inherit;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
}

.status-toggle .checktoggle {
  background-color: #ff3535;
  border: 1px solid #ff3535;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 42px;
}
.status-toggle .checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}
.status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.status-toggle .check:checked + .checktoggle {
  background-color: #28a745;
  border: 1px solid #28a745;
}
.status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(170% - 2px), -50%);
}

.bg-success-light {
  background-color: #09e5ab;
  color: #fff;
}

.bg-danger-light {
  background-color: red;
  color: #fff;
}

.bg-primary-light {
  background-color: var(--blue-color);
  color: #fff;
}

.bg-info-light {
  background-color: #0998e5;
  color: #fff;
}

.bg-warning-light {
  background-color: #d9ba07;
  color: #000;
}

.table-avatar {
  display: flex;
  align-items: center;
}
.table-avatar .avatar-img {
  height: 40px;
  min-width: 40px;
}

.schedule-widget .schedule-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
.schedule-widget .schedule-header .schedule-nav .nav-tabs {
  border: none;
}
.schedule-widget .schedule-header .schedule-nav .nav-tabs li a.active {
  background: var(--blue-color);
  border: 1px solid var(--blue-color) !important;
  color: #ffffff;
}
.schedule-widget .schedule-cont {
  padding: 20px;
}
.schedule-widget .schedule-cont .doc-times {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-widget .schedule-cont .doc-slot-list {
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  color: #ffffff;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 6px 15px;
  border-radius: 4px;
}
.schedule-widget .schedule-cont .doc-slot-list a svg path {
  fill: #fff;
}

.chat-window {
  position: relative;
  margin: 100px auto 100px;
}

.change-avatar {
  display: flex;
  align-items: center;
}
.change-avatar .profile-img {
  margin-right: 10px;
}
.change-avatar .profile-img img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.change-avatar .change-photo-btn {
  background-color: var(--blue-color);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 220px;
  transition: 0.3s;
  border-radius: 50px;
  margin: 0 auto;
  padding: 10px 15px;
}
.change-avatar .change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#therapist-profile-update h4 {
  font-size: 22px;
}
#therapist-profile-update .card {
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#therapist-profile-update .card .card-body {
  padding: 0;
}

#therapist-setting-update h4 {
  font-size: 22px;
}

.custom-chat-window {
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
.custom-chat-window .chat-cont-left {
  border-right: 1px solid #f0f0f0;
  flex: 0 0 35%;
  max-width: 35%;
  z-index: 4;
  position: relative;
  left: 0;
}
.custom-chat-window .chat-cont-left .chat-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.custom-chat-window .chat-cont-left .chat-search .input-group {
  position: relative;
}
.custom-chat-window .chat-cont-left .chat-search .input-group .input-group-prepend {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}

.banner-hero.banner-4 .shape-2 {
  border-radius: 16px;
}

.login-left {
  padding-right: 65px;
}

.header .main-header .header-right {
  max-width: 430px;
}

.so-header-btns .btn {
  padding: 12px 30px;
  font-size: 14px;
}
.so-header-btns .btn.icon-arrow-right-white, .so-header-btns .btn.icon-arrow-right {
  background-image: none;
}
.so-header-btns .btn.icon-arrow-right-white:hover, .so-header-btns .btn.icon-arrow-right:hover {
  background-image: none;
}
.so-header-btns .book-appointment-btn {
  min-width: 235px;
}

.socials {
  margin-top: 1.25rem;
}
.socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.socials ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials ul li a {
  width: 40px;
  height: 40px;
  background-color: var(--dark-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1em;
  color: var(--light-color);
  font-size: 1rem;
}
.socials ul li a:hover {
  background-color: #fff;
  color: var(--dark-color);
}

.so-em em {
  font-style: italic;
}

.so-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: not-allowed;
  z-index: 999;
}

.text-quiet {
  color: var(--blue-color);
}

#scheduledSlots .so-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px !important;
}
#scheduledSlots .so-grid .inner-slots .slot {
  border: 1px solid var(--blue-color);
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 4px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  body.fr .header .main-header {
    justify-content: flex-start !important;
  }
  body.fr .header .main-header .header-left {
    width: 60%;
  }
  body.fr .header .main-header .header-left .header-logo {
    max-width: 130px;
  }
  body.fr .header .main-header .header-right {
    max-width: 40%;
  }
  body.fr .header .main-header .header-right .so-header-btns {
    justify-content: flex-start !important;
  }
  body.fr .header .main-header .header-right .so-header-btns .btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-banner {
    min-height: 650px;
  }
  body .header .main-menu li a {
    font-size: 12px;
  }
  body .header .main-header {
    justify-content: flex-start !important;
  }
  body .header .main-header .header-left {
    width: 60%;
  }
  body .header .main-header .header-left .header-logo {
    max-width: 100px;
  }
  body .header .main-header .header-right {
    display: flex !important;
    max-width: 40%;
    justify-content: flex-end !important;
  }
  body .header .main-header .header-right .so-header-btns {
    gap: 5px;
  }
  body .header .main-header .header-right .so-header-btns .btn {
    padding: 5px 12px;
    font-size: 10px;
  }
  body .header .main-header .header-right .so-header-btns .fr-btn {
    min-width: auto;
  }
}
@media (min-width: 1031px) and (max-width: 1199px) {
  .home-banner {
    min-height: 650px;
  }
  body.fr .header .nav-main-menu {
    display: block !important;
  }
  body.fr .header .main-menu li a {
    font-size: 11px;
  }
  body.fr .header .main-header {
    justify-content: flex-start !important;
  }
  body.fr .header .main-header .header-left {
    width: 60%;
  }
  body.fr .header .main-header .header-left .header-logo {
    max-width: 80px;
  }
  body.fr .header .main-header .header-right {
    display: flex !important;
    max-width: 40%;
  }
  body.fr .header .main-header .header-right .so-header-btns {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 4px !important;
  }
  body.fr .header .main-header .header-right .so-header-btns .btn {
    padding: 5px 12px;
    font-size: 10px;
  }
  body.fr .header .main-header .header-right .so-header-btns .fr-btn {
    min-width: auto;
  }
  .exception .exception-first-holder {
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .exception .exception-first-holder .date-picker {
    min-width: 200px;
  }
  .exception .more-dates-holder .cloned {
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .exception .more-dates-holder .cloned .date-picker {
    min-width: 200px;
  }
}
@media (max-width: 1030px) {
  .home-banner {
    min-height: 650px;
  }
  .header .main-header {
    justify-content: flex-start;
    padding-right: 2rem;
  }
  .header .main-header .header-left {
    width: 30%;
  }
  .header .main-header .header-right {
    max-width: 70%;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 4px !important;
  }
  .header .main-header .header-right .so-header-btns {
    justify-content: flex-end !important;
  }
  .header .main-header .header-right .btn {
    padding: 5px 12px !important;
    font-size: 10px !important;
  }
  .header .main-header .header-right .fr-btn {
    min-width: auto;
  }
  .exception .exception-first-holder {
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .exception .exception-first-holder .date-picker {
    min-width: 100%;
  }
  .exception .more-dates-holder .cloned {
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .exception .more-dates-holder .cloned .date-picker {
    min-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  .home-banner {
    min-height: 550px;
  }
  .home-banner .mt-50 {
    margin-top: 0 !important;
  }
  .home-banner .banner-hero.banner-2::after {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 800px) {
  .login-left {
    padding-right: calc(var(--bs-gutter-x) / 2);
    margin-bottom: 20px;
  }
  .header-right {
    display: none;
  }
  .so-forms-section {
    margin-top: 4rem;
  }
  .so-blog .booking-btn {
    margin-bottom: 2rem;
  }
  .so-blog .so-booking .booking-date {
    display: block;
  }
  .so-blog .bookingslot {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .home-banner {
    min-height: auto;
  }
  .so-reverse-mobile {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .mobile-top-margin {
    margin-top: 20px;
  }
  .header .main-header {
    padding: 0;
    justify-content: center;
  }
  .header .main-header .header-left {
    width: 45%;
    justify-content: center;
    flex-direction: column;
  }
  .so-therapy .accordion-header {
    padding: 20px;
  }
  .so-therapy .accordion-header span {
    max-width: 140px;
    display: block;
  }
  .so-therapy .accordion-header button {
    min-width: 175.5px;
  }
  .so-blog .doctor-widget-one {
    flex-direction: column;
    gap: 35px;
  }
  .so-blog .doctor-widget-one > div {
    width: 100%;
  }
  .so-blog .doctors-found {
    margin: 20px auto;
  }
  .so-blog .blog-view .card .card-body .about-author {
    flex-direction: column;
  }
  .so-blog .doctor-widget {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .so-blog .doctor-widget .doc-info-left {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .so-blog .doctor-widget .doc-info-right {
    text-align: center;
  }
  .so-blog .doctor-widget .doc-info-right .doctor-action {
    justify-content: center;
  }
  .so-blog .user-tabs .nav {
    flex-direction: column;
    border: 1px solid #dcfce5;
  }
  .so-blog .user-tabs .nav .nav-item a.active {
    border: none;
  }
  .so-blog .tab-content .business-widget .listing-day {
    display: block;
  }
  .so-blog .service-list ul li {
    width: 100%;
  }
  .so-blog .custom-chat-window {
    margin-top: 0;
    flex-direction: column;
  }
  .so-blog .custom-chat-window .chat-description {
    width: 100%;
  }
  .so-blog .custom-chat-window .chat-cont-left {
    max-width: 100%;
    width: 100%;
  }
  .cancelBtn {
    margin-bottom: 5px;
  }
  .so-fix::after {
    right: 15px;
    left: unset !important;
    bottom: 15px !important;
  }
  .mobile-setting.bg-blue::after {
    bottom: -25px !important;
  }
}/*# sourceMappingURL=custom.css.map */