﻿@charset "UTF-8";
@font-face {
  font-family: "Mazzard_Italic";
  src: url("fonts/MazzardH-Italic_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mazzard_Light";
  src: url("fonts/MazzardH-Light_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Bold";
  src: url("fonts/MazzardH-Bold_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Ragular";
  src: url("fonts/MazzardH-Regular_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-semibold";
  src: url("fonts/MazzardH-SemiBold_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardL-Semibold";
  src: url("fonts/MazzardL-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardL-Light";
  src: url("fonts/MazzardL-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-medium";
  src: url("fonts/MazzardH-Medium_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-light";
  src: url("fonts/MazzardH-Light_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardL-Medium";
  src: url("fonts/MazzardL-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardL-Medium";
  src: url("fonts/MazzardL-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-medium";
  src: url("fonts/MazzardM-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardL-Regular";
  src: url("fonts/MazzardL-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #414141;
  --secondary-color: #222222;
  --blueHaze: #B9BFD4;
  --chat-search-input: rgba(173, 173, 173, 0.1);
  --header-height: 75px;
  --sidebar-width: 273px;
  --duenow-width: 100%;
  --duenow-height: 98px;
  --duealergieSubsciption-height: 182px;
  --image-container-width: 222px;
  --image-container-height: 224px;
  --input-widths: 100%;
  --dueSectionWidth: 240px;
  --modal-height: 50px;
  --Jacarta-color: #2C363E;
  --modal-secondary: #F8F9FE;
  --strol-color: rgba(0, 0, 0, 0.25);
  --chat-header-height: 60px;
  --chat-msg-height: 85px;
  --findproviderheight: 400px;
  --bluish-Gray: #8AA5B3;
  --graish-COlor: #77A1A4;
  --dark-bluish: #2C363E;
  --blusish-color: #D6EDFF;
  --chat-right-color: #F7F7F9;
  --chat-left-color: #DCF5F6;
  --background-bluish: #BDE3FC;
  --disabled: #C4C4C4;
  --Dashboard-profile-gradient: linear-gradient(90deg, #BED3DC 0%, #CAD9D4 100%);
  --border-color: #CDCDCD;
  --dark-green: #45314F;
  --gary-yellows-color: #f1f0eb;
  --card-border: #8a8484;
  --natural-gray: #888888;
  --jungle-green: #2b9984;
  --sunrise-orange: #e68244;
  --Lavender-Grey: #C4C4C4;
  --Palatinate-Blue: #1249EE;
  --Mercury-Color: #D9E4FA;
  --Pattens-Blue: #E2F6F4;
  --Blue-Orchid: #1743EA;
  --Light-Sea-Green: #21A991;
  --Blue-Chalk: #F2EDFF;
  --Lavender-Blush: #FDF1EA;
  --Summer-Green: #9ABDB5;
  --Green-White: #E7E8F5;
  --Grey-Goose: #CCCCCC;
  --Burning-Orange: #F47D31;
  --Oslo-Grey: #909090;
  --Carbon-Grey: #595959;
  --Porcelain-color: #EFEFEF;
  --Orangey-Red: #F04722;
  --Desert-Storm: #F6F7FB;
  --online-marker: #15E215;
  --Cloud-Grey: #6F6F6F;
  --Pastel-Grey: #CECECE;
  --Friar-Grey: #7C7C7C;
  --Glacial-Blue: #2490B6;
  --Vista-White: #F9F9F9;
  --notification-color: #f2f2f2;
  --notification-time: #B3B3B3;
  --checkIn-call: #ff3939;
  --send-recieve-message: #eeeef8;
  --call-record: #5b4d98;
  --message-record: #e85b47;
  --mail-detail: #FDF5E8;
  --light-theme: rgba(119,161,164,.15);
  --med-hos-placeholder: rgba(44, 54, 62, 0.5);
  --notification-header: linear-gradient(90deg, rgba(190,211,220,1) 100%, rgba(202,217,212,1) 100%);
  --OBProviderColor: #E5F0F2;
  --book-background: #F4F7F9;
  --off-location: #E5F0F2;
  --active-day: #E5F0F2;
}

.footer-main {
  display: none;
}
@media screen and (max-width: 575px) {
  .footer-main {
    display: block !important;
  }
}
.footer-main .footer {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 84px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 54px 55px, rgba(0, 0, 0, 0.05) 0px -12px 30px, rgba(0, 0, 0, 0.06) 0px 4px 6px, rgba(0, 0, 0, 0.07) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.footer-main .footer .filter {
  position: absolute;
  background-color: rgba(240, 240, 240, 0.7);
  backdrop-filter: blur(40.435px);
  -webkit-backdrop-filter: blur(40.435px);
  width: 100%;
  height: 100%;
}
.footer-main .footer .left,
.footer-main .footer .right {
  flex: 1 1 auto;
  z-index: 1;
}
.footer-main .footer .left {
  width: 37.5%;
}
.footer-main .footer .left .left-inner {
  justify-content: space-around;
  height: 100%;
}
.footer-main .footer .left .left-inner a {
  color: black;
}
.footer-main .footer .right {
  width: 37.5%;
  z-index: 1;
}
.footer-main .footer .right .right-inner {
  justify-content: space-around;
  height: 100%;
}
.footer-main .footer .right .right-inner a {
  color: black;
}
.footer-main .footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  position: relative;
}
.footer-main .footer .content .footer-image {
  position: relative;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
}
.footer-main .footer .content .footer-image a img {
  width: 80px;
  height: 80px;
}
.footer-main .footer .footer-icon {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  width: 100%;
}
.footer-main .footer h6 {
  font-family: "MazzardH-Ragular";
  font-size: 10px;
}
.footer-main .dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.footer-main .dropdown .dropdown-menu li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
}

.svg-inline--fa {
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  .svg-inline--fa {
    margin-bottom: 0px;
  }
}

.footer-dropdown {
  right: 40px;
  position: absolute;
  z-index: 9999;
  top: -40px;
  border-radius: 8px 8px 0px 8px !important;
  display: none;
}

:root {
  --primary: #414141;
  --secondary-color: #222222;
  --blueHaze: #B9BFD4;
  --chat-search-input: rgba(173, 173, 173, 0.1);
  --header-height: 75px;
  --sidebar-width: 273px;
  --duenow-width: 100%;
  --duenow-height: 98px;
  --duealergieSubsciption-height: 182px;
  --image-container-width: 222px;
  --image-container-height: 224px;
  --input-widths: 100%;
  --dueSectionWidth: 240px;
  --modal-height: 50px;
  --Jacarta-color: #2C363E;
  --modal-secondary: #F8F9FE;
  --strol-color: rgba(0, 0, 0, 0.25);
  --chat-header-height: 60px;
  --chat-msg-height: 85px;
  --findproviderheight: 400px;
  --bluish-Gray: #8AA5B3;
  --graish-COlor: #77A1A4;
  --dark-bluish: #2C363E;
  --blusish-color: #D6EDFF;
  --chat-right-color: #F7F7F9;
  --chat-left-color: #DCF5F6;
  --background-bluish: #BDE3FC;
  --disabled: #C4C4C4;
  --Dashboard-profile-gradient: linear-gradient(90deg, #BED3DC 0%, #CAD9D4 100%);
  --border-color: #CDCDCD;
  --dark-green: #45314F;
  --gary-yellows-color: #f1f0eb;
  --card-border: #8a8484;
  --natural-gray: #888888;
  --jungle-green: #2b9984;
  --sunrise-orange: #e68244;
  --Lavender-Grey: #C4C4C4;
  --Palatinate-Blue: #1249EE;
  --Mercury-Color: #D9E4FA;
  --Pattens-Blue: #E2F6F4;
  --Blue-Orchid: #1743EA;
  --Light-Sea-Green: #21A991;
  --Blue-Chalk: #F2EDFF;
  --Lavender-Blush: #FDF1EA;
  --Summer-Green: #9ABDB5;
  --Green-White: #E7E8F5;
  --Grey-Goose: #CCCCCC;
  --Burning-Orange: #F47D31;
  --Oslo-Grey: #909090;
  --Carbon-Grey: #595959;
  --Porcelain-color: #EFEFEF;
  --Orangey-Red: #F04722;
  --Desert-Storm: #F6F7FB;
  --online-marker: #15E215;
  --Cloud-Grey: #6F6F6F;
  --Pastel-Grey: #CECECE;
  --Friar-Grey: #7C7C7C;
  --Glacial-Blue: #2490B6;
  --Vista-White: #F9F9F9;
  --notification-color: #f2f2f2;
  --notification-time: #B3B3B3;
  --checkIn-call: #ff3939;
  --send-recieve-message: #eeeef8;
  --call-record: #5b4d98;
  --message-record: #e85b47;
  --mail-detail: #FDF5E8;
  --light-theme: rgba(119,161,164,.15);
  --med-hos-placeholder: rgba(44, 54, 62, 0.5);
  --notification-header: linear-gradient(90deg, rgba(190,211,220,1) 100%, rgba(202,217,212,1) 100%);
  --OBProviderColor: #E5F0F2;
  --book-background: #F4F7F9;
  --off-location: #E5F0F2;
  --active-day: #E5F0F2;
}

.header-main {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.15s linear;
}

.scroll-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.header-st-main {
  background: #fcfaf7;
}
@media screen and (min-width: 991px) {
  .header-st-main {
    background: #fff;
  }
}

.sidebar-sid-ma {
  background: linear-gradient(82.71deg, #f9f9f9 6.12%, #f2f2f2 94.81%);
}

.header-main {
  height: calc(var(--header-height) + 10px);
  display: flex;
  align-items: center;
  z-index: 9999;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .header-main {
    height: var(--header-height);
  }
}
.header-main .alert-success {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-family: "MazzardH-Ragular";
  font-size: 14px;
  background-color: #529c42;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .header-main .alert-success {
    font-size: 10px;
  }
}
.header-main .alert-success button {
  border: none;
  background: none;
  text-decoration: underline;
  color: white;
}
@media screen and (max-width: 575px) {
  .header-main .col-sm-3, .header-main .col-sm-9 {
    width: 50%;
  }
}
.header-main .user-name {
  margin-right: 5px;
  margin-left: 9px;
}
@media screen and (max-width: 575px) {
  .header-main .user-name {
    display: none;
  }
}
.header-main .logo .logo-image {
  /*margin-right: 5px;
  width: 42.7px;
  height: 32.7px;*/
  /*@media screen and (max-width:575px) {
      width: 36.7px;
      height: 26.7px;
  }*/
  width: auto;
  height: auto;
}
.header-main .logo .logo-tx {
  font-family: "MazzardH-Bold";
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .header-main .logo .logo-tx {
    font-size: 18px;
  }
}
.header-main .ph-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header-main .ph-main {
    padding: 0px 0px 0px 23px;
  }
}
@media screen and (max-width: 991px) {
  .header-main .ph-main {
    justify-content: flex-end;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header-main .ph-main .profile_pic {
    margin-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .header-main .ph-main .find-provider {
    display: none;
  }
}
.header-main .ph-main .pr-pc {
  margin-right: 5px;
}
.header-main .ph-main .us-na {
  font-family: "MazzardM-semibold";
  font-size: 13px;
}
.header-main .ph-main .us-na a:hover {
  text-decoration: none;
}
.header-main .ph-main .us-na .fa-caret-down {
  font-size: 10px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
}
.header-main .ph-main .p-btn {
  width: 143px;
  height: 40px;
  border: 2px solid #dad8d7;
  box-sizing: border-box;
  border-radius: 7px;
}
.header-main .logo-mai {
  padding-left: 21px;
}

/* .list-unstyled {

    @media screen and (max-width: 991px) {
      display: none;
    }

  }*/
.main {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
}
.main .sidebar {
  max-width: var(--sidebar-width);
  position: absolute;
  width: 100%;
  top: 150px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .main .sidebar {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .main .sidebar {
    max-width: calc(var(--sidebar-width) - 49px);
  }
}
@media screen and (max-width: 991px) {
  .main .sidebar {
    max-width: calc((var(--sidebar-width) - 100px) / 2);
    padding: 0px 10px;
  }
}
.main .sidebar .nav-bar {
  margin-bottom: 120px;
}
.main .sidebar .nav-bar li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  width: 200px;
  height: 62px;
  border-radius: 10px;
  font-family: "MazzardM-semibold";
  margin: 10px 0px 10px 36px;
  text-align: center;
  padding: 0px 24px 0px 24px;
}
.main .sidebar .nav-bar li .icon {
  margin-right: 17px;
}
@media screen and (max-width: 991px) {
  .main .sidebar .nav-bar li .icon {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .main .sidebar .nav-bar li {
    margin: 10px 0px 10px 11px;
  }
}
@media screen and (max-width: 991px) {
  .main .sidebar .nav-bar li {
    width: 100%;
    margin: 10px 0px 10px 0px;
    justify-content: center;
  }
}
.main .sidebar .nav-bar li i {
  margin-right: 17px;
  margin-right: 8px;
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  .main .sidebar .nav-bar li i {
    margin: 0px;
  }
}
.main .sidebar .nav-bar li:hover {
  background: #2d2c2d;
  color: white;
  text-decoration: none;
}
.main .sidebar .card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 20px;
  flex-direction: column;
}
.main .sidebar .card .pl-upg {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .m-logo {
    justify-content: end !important;
    padding: 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-logo {
    justify-content: end !important;
    padding: 0px;
  }
}
@media screen and (max-width: 575px) {
  .m-logo {
    width: 65%;
    justify-content: end;
  }
}

@media screen and (max-width: 991px) {
  .mindnest-logo {
    justify-content: end;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mindnest-logo {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-main {
    position: absolute;
    top: 24px;
  }
}

.menu-icon {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu-icon {
    display: block !important;
    width: 25px;
    height: 25px;
  }
}

.close-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .close-menu {
    display: block !important;
    width: 15px;
    position: absolute;
    right: 13px;
    top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block !important;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 250px;
    height: 100vh;
    background: #5e63bc;
    left: -9999px;
    transition: 0.6s ease;
  }
}
.navbar .nav-item {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .navbar .nav-item {
    padding: 25px 20px;
  }
}
.navbar .nav-item a {
  font-family: "MazzardM-semibold";
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .navbar .nav-item a {
    font-size: 18px;
    color: white;
  }
}
.navbar .nav-item a:hover {
  text-decoration: none;
}

.notifacation-icons {
  width: 40px;
  height: 40px;
  background-color: #EEEEEE;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 9px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .notifacation-icons {
    margin-right: 12px;
  }
}
.notifacation-icons .counter-notification {
  padding: 0px 4px;
  background: #E26666;
  color: #fff;
  border-radius: 70px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  min-width: 17px;
  position: absolute;
  z-index: 99;
  top: -2px;
  right: -5px;
  font-family: "MazzardH-medium";
}
.notifacation-icons .notification-indicator {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #E26666;
  border-radius: 50px;
  top: 0;
  right: 0px;
}

.user-image-container {
  position: relative;
  /*margin-right: 6px;*/
  width: 40px;
  height: 40px;
  background-color: #D1E3F5;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38.9px;
  width: 38.9px;
}
.user-image-container img {
  border-radius: 50px;
  aspect-ratio: 1;
}

.online-mark {
  width: 13px;
  height: 13px;
  background-color: #0AC307;
  border-radius: 50px;
  position: absolute;
  top: 0px;
  top: 0px;
  right: -1px;
  border: 1px solid white;
}

.header-dropdown {
  position: absolute;
  right: 35px;
  z-index: 999;
  width: 110px;
  top: 67px;
  background: #FCFAF7 !important;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-dropdown {
  display: none;
}

.user-name {
  font-size: 13px;
  color: var(--primary);
}

.dropdown-toggle:after {
  content: "";
  background-image: url(/v2/src/svgs/dropdown-arrow.svg) !important;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  background-position-x: center;
  background-position-y: 6px;
  background-size: 10px;
}

.icon-notification-icon img {
  width: 14.5px;
  height: 16.98px;
}

/*.modal-open {
    .header-main {
        z-index: 999;
    }
}*/
.modal-content {
  border-radius: 20px;
  /* .family-list {
      margin-top: 50px;
  }*/
}
.modal-content .edit-fields {
  right: 40px;
}

.archived-pat .family-list {
  margin-top: 0px;
}

.firstSlide {
  position: absolute !important;
}

.modal-header {
  padding: 0px 30px;
  justify-content: space-between;
  border-bottom: 4px solid #dee2e6;
  height: 68px;
}
@media screen and (max-width: 575px) {
  .modal-header {
    height: var(--modal-height);
    padding: 0px 20px;
  }
}
.modal-header h5 {
  font-family: "MazzardH-Ragular" !important;
  font-size: 20px;
  color: var(--Jacarta-color);
}
@media screen and (max-width: 575px) {
  .modal-header h5 {
    font-size: 14px;
  }
}
.modal-header .close {
  position: absolute;
  right: 22px;
  border: none;
  background: transparent;
}
@media screen and (max-width: 575px) {
  .modal-header .close {
    top: 13px;
    right: 18px;
  }
}
@media screen and (max-width: 360px) {
  .modal-header .close {
    right: 5px;
  }
}

.modal-footer {
  border-top: none;
  justify-content: center;
  color: #45314F;
  padding: 0px 40px 30px;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .modal-footer {
    padding: 0px 20px 30px;
  }
}
.modal-footer button {
  margin: 0px;
}

.ModalButton {
  width: 275px;
  height: 50px;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "MazzardH-semibold";
  position: relative;
  transition: 0.5s ease;
  z-index: 9;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .ModalButton {
    border-radius: 10px;
    font-size: 20px;
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .ModalButton {
    width: 100%;
  }
}

.modal-body-inner {
  width: 100%;
  /*min-height: 150px;*/
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
@media screen and (min-width: 576px) {
  .modal-body-inner {
    /* min-height: 137px;*/
  }
}
.modal-body-inner .modal-title {
  text-align: justify;
}

.modal-title {
  width: 100%;
  text-align: center;
}

.intake-heading p {
  font-size: 14px;
  color: var(--Jacarta-color);
}
@media screen and (min-width: 991px) {
  .intake-heading p {
    font-size: 20px;
  }
}

.progress {
  width: 100%;
  position: absolute;
  height: 4px !important;
  top: 64px;
}
@media screen and (max-width: 575px) {
  .progress {
    top: 46px;
  }
}
.progress-text {
  opacity: 0;
  transition: opacity 0.3s;
}
.progress-text.is-active {
  opacity: 1;
}
.progress-bar {
  background-color: rgba(34, 34, 34, 0.15);
  border-radius: 10px;
  height: 4px;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
}
.progress [data-progress] {
  background-color: #9abdb5;
  border-radius: 10px;
  height: 100%;
  width: 0;
  line-height: 30px;
  position: absolute;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0px 40px 0px;
}
@media screen and (max-width: 575px) {
  .modal-body {
    padding: 24px 20px 20px;
  }
}
@media screen and (min-width: 576px) {
  .modal-body {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 768px) {
  .modal-body {
    padding: 0px 40px 30px;
  }
}
.modal-body .total-insurance, .modal-body .total-invoice, .modal-body .total-medication, .modal-body .total-member, .modal-body .total-contcts {
  top: 26px;
}
@media screen and (max-width: 575px) {
  .modal-body .total-insurance, .modal-body .total-invoice, .modal-body .total-medication, .modal-body .total-member, .modal-body .total-contcts {
    top: 23px;
  }
}
.modal-body .card-body-inner {
  margin-top: 32px;
}
.modal-body .edit-fields {
  top: 26px !important;
}
@media screen and (max-width: 575px) {
  .modal-body .edit-fields {
    top: 23px !important;
  }
}

.modal-dialog {
  max-width: 750px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 680px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog {
    margin: 0px 30px !important;
  }
}
.modal-dialog .take-poop-up {
  position: absolute;
  top: -189px;
  right: 74px;
}
@media screen and (max-width: 767px) {
  .modal-dialog .take-poop-up {
    width: 160px;
    height: 160px;
    top: -120px;
    right: 0px;
  }
}
.modal-dialog .model-body-heading {
  margin-bottom: 8px;
}
@media screen and (min-width: 991px) {
  .modal-dialog .model-body-heading {
    margin-bottom: 18px;
  }
}
.modal-dialog .model-body-heading h4 {
  font-size: 28px;
  color: var(--Jacarta-color);
  font-family: "MazzardH-semibold";
}
@media screen and (min-width: 992px) {
  .modal-dialog .model-body-heading h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .model-body-heading h4 {
    font-size: 16px !important;
  }
}
.modal-dialog .model-body-description {
  width: 509px;
  margin: 0px auto 30px;
}
@media screen and (min-width: 991px) {
  .modal-dialog .model-body-description {
    margin: 0px auto 28px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .model-body-description {
    width: 85%;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .model-body-description {
    width: 100%;
  }
}
.modal-dialog .model-body-description p {
  font-size: 18px;
  line-height: 23px;
  color: var(--Jacarta-color);
}
@media screen and (min-width: 992px) {
  .modal-dialog .model-body-description p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .model-body-description p {
    font-size: 12px;
    margin-bottom: 22px !important;
  }
}
.modal-dialog .intake-question {
  margin-bottom: 41px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .modal-dialog .intake-question {
    margin-bottom: 0px;
  }
}
.modal-dialog .intake-question h3 {
  font-size: 28px;
  font-family: "MazzardH-medium";
  font-weight: 500;
  color: var(--Jacarta-color);
  line-height: 33.1px;
}
@media screen and (max-width: 575px) {
  .modal-dialog .intake-question h3 {
    font-size: 20px;
  }
}

.progressbar {
  padding: 0px;
}
.progressbar li {
  list-style-type: none;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #7d7d7d;
}
@media screen and (max-width: 767px) {
  .progressbar li {
    display: flex !important;
    width: 100% !important;
  }
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li .questionare-check {
  position: absolute;
  left: 75px;
  top: 0px;
}
.progressbar li .spac-ma {
  margin-top: 60px;
  margin-bottom: 0px;
  font-size: 14px;
  width: 102.89px;
  color: #45314F;
  font-family: "MazzardH-Ragular";
}
@media screen and (max-width: 767px) {
  .progressbar li .spac-ma {
    margin-top: 22px;
    margin-bottom: 19px;
    margin-left: 34px;
    width: auto;
  }
}
@media screen and (min-width: 991px) {
  .progressbar li .spac-ma {
    font-size: 16px;
  }
}

.seclect-questionare-inner {
  position: relative;
}
.seclect-questionare-inner .progress-bar-line {
  height: 1px;
  background: var(--primary);
  position: absolute;
  left: 39px;
  top: 29px;
}
@media screen and (min-width: 768px) {
  .seclect-questionare-inner .progress-bar-line {
    width: 83%;
  }
}
@media screen and (min-width: 992px) {
  .seclect-questionare-inner .progress-bar-line {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .seclect-questionare-inner .progress-bar-line {
    width: 1px;
    height: 78%;
    left: 26px;
  }
}

.example-heading h6 {
  color: rgba(69, 49, 79, 0.75);
  font-family: "MazzardH-Ragular";
}
@media screen and (max-width: 575px) {
  .example-heading h6 {
    font-size: 14px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  z-index: 10000;
  backdrop-filter: blur(1px);
}
@media screen and (max-width: 575px) {
  .modal .modal-dialog-centered {
    padding: 0px;
  }
}

.modal-backdrop {
  z-index: 9999;
  position: fixed;
}

.intake-modal-header .close {
  position: unset;
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .seclect-questionare-inner {
    width: 558px;
  }
}
@media screen and (min-width: 992px) {
  .seclect-questionare-inner {
    width: 686px;
  }
}

@media screen and (min-width: 768px) {
  .modal-body {
    padding: 30px 40px;
  }
}

.mobile-phone-modal .modal-dialog {
  max-width: 554px !important;
}
.mobile-phone-modal .modal-dialog .modal-footer button {
  width: 275px;
}
@media screen and (max-width: 450px) {
  .mobile-phone-modal .modal-dialog .modal-footer button {
    width: 100%;
  }
}

.rat-modal-provider {
  max-width: 600px;
}
.rat-modal-provider .rate-main {
  width: auto;
}
.rat-modal-provider .rate-main .rev-heading {
  width: 100%;
}

.icon-chevron-thin-left:before {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .icon-chevron-thin-left:before {
    font-size: 14px;
  }
}

.icon-cross-icon-pop:before {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .icon-cross-icon-pop:before {
    font-size: 18px;
  }
}

.modal-footer .footer-inner {
  width: 100%;
  margin: 0px;
}

.btn-primary {
  background-color: var(--graish-COlor) !important;
  border: none;
}

.btn-secondary {
  background-color: #4B4B4B !important;
  border: none;
}

.btn-tertiary {
  background-color: #414141;
  border: none;
  color: white;
}

.btn-subscription {
  background-color: #77A1A4;
  border: none;
  color: white;
}

.btn-disabled {
  background-color: #C4C4C4;
  color: white;
}

.transperant-btn {
  border: 1px solid #414141;
  color: #414141;
  background: transparent;
  width: 100%;
  height: 50px;
  border-radius: 10px;
}

.drop-down-main {
  background-color: #FCFAF7;
  border: 1px solid #DFD6CD;
  border-radius: 8px 0px 8px 8px;
  padding: 8px 8px;
  list-style: none;
  border: 1px solid #DFD6CD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.drop-down-main .drop-down-item {
  position: relative;
}
.drop-down-main .drop-down-item a {
  font-family: "MazzardM-Ragular";
  font-size: 10px;
  color: #000000;
  font-weight: 400;
}
.drop-down-main .drop-down-item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0px;
  background-color: #DBDBDB;
  bottom: 0;
}
.drop-down-main .drop-down-item:last-child::after {
  display: none;
}

/*font-family variables*/
/*verriable*/
/*bg color*/
.bg-warning {
  background-color: #e1d075 !important;
}

bg-cancel {
  background-color: #e26666 !important;
}

bg-success {
  background-color: #5fb19f !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1439px) {
  .task-inner, .due-task-main, .btn-banch {
    padding: 0px 45px 0px 0px;
  }
}
@media screen and (max-width: 1244px) {
  .task-inner, .due-task-main, .btn-banch {
    padding: 0px 30px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .task-inner, .due-task-main, .btn-banch {
    padding: 0px 0px 0px 0px;
  }
}

.notification_panel .notification_header, .loc-spe, .insurance-modal-main .insurance-provider-list, .calender-dates .dated .appointment-time, .f-provider .provider-image-rating, .chat-history .left, .chat-history .right, .check__in__access .check__inner, .dateformat, .card-dashboard {
  display: flex;
  flex-direction: column;
}

.btn-banch, .task-inner, .due-task-main .due-task-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .btn-banch, .task-inner, .due-task-main .due-task-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7px;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
textarea {
  resize: none;
  background: transparent;
  font-family: "MazzardH-Ragular";
  font-size: 12px;
}
textarea::placeholder {
  color: var(--primary);
}
textarea:disabled {
  border: none;
  cursor: not-allowed;
}

.btn {
  font-family: "MazzardH-medium";
  font-size: 14px;
  padding: 5px;
}

ul {
  list-style: none;
}

.mindnest-btn {
  font-size: 16px;
  outline: none;
  outline: none;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-family: "MazzardH-semibold";
  position: relative;
}
.mindnest-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-simple {
  background: transparent;
  border: none;
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: #000000;
}

.container {
  max-width: 100%;
  margin: auto;
  padding: 0px 30px;
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0px;
  }
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.col-md-4 {
  padding-right: 13px;
}
@media screen and (max-width: 768px) {
  .col-md-4 {
    padding-right: 0px;
  }
}

img {
  width: 100%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 10px;
  }
  h5 {
    font-size: 8px;
  }
  h6 {
    font-size: 4px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 10px;
  }
  h5 {
    font-size: 8px;
  }
  h6 {
    font-size: 4px;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 10px;
  }
  h5 {
    font-size: 8px;
  }
  h6 {
    font-size: 4px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MazzardH-medium";
  color: var(--primary);
  word-break: break-word;
}

p {
  font-family: "MazzardH-Ragular";
  color: var(--primary);
}

/* Apply font smoothing to iOS devices only */
@supports (-webkit-touch-callout: none) {
  body,
  p,
  h1, h2, h3, h4, h5, h6,
  span,
  button,
  input,
  textarea {
    font-family: "MazzardH-Ragular", sans-serif;
    -webkit-font-smoothing: antialiased; /* Safari / iOS */
    -moz-osx-font-smoothing: grayscale; /* macOS Firefox */
    -webkit-text-stroke: 0.2px transparent; /* soften sharp edges */
  }
}
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

img {
  max-width: 100%;
}

a {
  color: #000000;
  z-index: 99;
}
a:hover {
  color: black;
}
a, a.btn {
  text-decoration: none;
}

b, strong {
  font-family: "MazzardH-semibold";
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
}

.header-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.chat-header-inner .col-sm-2 {
  width: 18%;
}
.chat-header-inner .col-sm-7 {
  width: 60%;
}
.chat-header-inner .col-sm-3 {
  width: 22%;
}

.nav-bar .active {
  display: flex !important;
}

@media screen and (max-width: 991px) {
  .icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.nav-bar .active {
  background: var(--primary);
  color: white !important;
  text-decoration: none;
}
.nav-bar .active a,
.nav-bar .active button {
  color: white !important;
  padding: 0;
  border: none;
}
.nav-bar .active .icon {
  color: white;
}
@media screen and (max-width: 1439px) {
  .nav-bar .nav__text {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 238px;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
  }
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .main:after {
    width: calc((var(--sidebar-width) - 100px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .main {
    padding-bottom: 80px;
  }
}

.card_pln {
  width: 210px;
  height: 265px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .card_pln {
    display: none;
  }
}

.profile-inner .card {
  margin-bottom: 30px;
}

.profile-inner .user-profile-background .background-image {
  height: 105px;
}
.profile-inner .user-profile-background .patient-name {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .profile-inner .user-profile-background .patient-name {
    width: 100%;
  }
}

.profile-inner-main-section {
  background: white;
  border-radius: 50px 0px 0px 0px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 575px) {
  .profile-inner-main-section {
    border-radius: 30px 30px 0px 0px;
  }
}

.overlay {
  border-radius: 50px 0px 0px 0px;
}
@media screen and (max-width: 575px) {
  .overlay {
    border-radius: 0px;
  }
}

.scrol-inner {
  height: 100%;
  overflow: auto;
}

.card-dashboard {
  background: var(--Dashboard-profile-gradient);
  padding: 0px 0px 0px 1px;
  border-radius: 50px 0px 0px 0px;
  border: none;
  position: relative;
}
@media screen and (max-width: 575px) {
  .card-dashboard {
    border-radius: 0px;
    padding: 0px;
  }
}
.card-dashboard .card-main-sec {
  position: relative;
}
@media screen and (min-width: 1440px) {
  .card-dashboard .card-main-sec {
    padding: 42px 50px;
  }
}
.card-dashboard .card-main-sec:before {
  content: "";
  background-image: url(/v2/src/images/backhround_vectors.png);
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  top: 0;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .card-dashboard .card-main-sec:before {
    display: none;
  }
}
.card-dashboard .inner-card {
  width: 100%;
  padding: 85px 47px;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .card-dashboard .inner-card {
    padding: 59px 18px;
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  .card-dashboard .inner-card {
    padding: 42px 50px;
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .card-dashboard .inner-card {
    padding: 0px;
    max-width: 1098px;
  }
}
@media screen and (max-width: 768px) {
  .card-dashboard .inner-card {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card {
    background-image: unset;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .weln-ma {
    width: 100%;
  }
}
.card-dashboard .inner-card .nam-sh {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.card-dashboard .inner-card .nam-sh .na-mai {
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .nam-sh .na-mai {
    margin-bottom: 0px;
  }
}
.card-dashboard .inner-card .nam-sh .na-mai .hi-im {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .nam-sh .na-mai .hi-im {
    width: 25px;
    height: 25px;
  }
}
.card-dashboard .inner-card .nam-sh .na-txt {
  margin-right: 10px;
}
.card-dashboard .inner-card .nam-sh .na-txt h2 {
  font-size: 44px;
  font-family: "MazzardH-semibold";
  color: var(--dark-bluish);
}
.card-dashboard .inner-card .nam-sh .na-txt h2 img {
  width: 45px;
  margin-right: 4px;
  position: relative;
  top: -7px;
}
@media screen and (max-width: 1300px) {
  .card-dashboard .inner-card .nam-sh .na-txt h2 img {
    width: 35px;
    position: unset;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .nam-sh .na-txt h2 img {
    width: 25px;
    vertical-align: inherit;
    position: unset;
  }
}
@media screen and (max-width: 1300px) {
  .card-dashboard .inner-card .nam-sh .na-txt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .nam-sh .na-txt h2 {
    font-size: 30px;
  }
}
.card-dashboard .inner-card .nam-sh .st-he p {
  font-size: 18px;
  font-family: "Mazzard_Light";
  color: var(--dark-bluish);
  margin: 0px;
}
@media screen and (max-width: 1100px) {
  .card-dashboard .inner-card .nam-sh .st-he p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .card-dashboard .inner-card .nam-sh .st-he p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .nam-sh .st-he p {
    font-size: 12px;
  }
}
.card-dashboard .inner-card .card-lrf {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  border: 2px solid rgba(69, 49, 79, 0.25);
}
@media screen and (min-width: 992px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 28px 60px 51px 155px;
    height: 110px;
    width: 500px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 28px 60px 51px 155px;
    height: 127px;
    width: 550px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1201px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 28px 42px 50px 155px;
    width: 610px;
    margin: 0px 0px 0px auto;
  }
}
@media screen and (max-width: 1099px) {
  .card-dashboard .inner-card .card-lrf {
    justify-content: space-evenly;
    padding: 26px 50px 27px 158px;
    /* height: 127px;*/
  }
}
@media screen and (max-width: 991px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 26px 50px 27px 110px;
    width: 610px;
  }
}
@media screen and (max-width: 850px) {
  .card-dashboard .inner-card .card-lrf {
    width: 100%;
    padding: 26px 50px 27px 110px;
  }
}
@media screen and (max-width: 767px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 15px 0px 24px 60px;
    justify-content: space-evenly;
    height: 100px;
  }
}
@media screen and (max-width: 650px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 15px 0px 24px 90px;
    height: 85px;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 18px 20px 24px 60px;
    height: 94.7px;
  }
}
@media screen and (max-width: 500px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 18px 20px 24px 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid var(--card-border);
    height: 80.7px;
  }
}
@media screen and (max-width: 450px) {
  .card-dashboard .inner-card .card-lrf {
    padding: 13px 20px 24px 61px;
    height: 65.7px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.card-dashboard .inner-card .card-lrf .com-txt {
  position: absolute;
  top: 81%;
  right: 10%;
  background: var(--gary-yellows-color);
  z-index: 9;
  padding: 0px 15px;
}
@media screen and (min-width: 401px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    top: 93px;
  }
}
@media screen and (min-width: 576px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    top: 72%;
    background-color: #dce6e7;
  }
}
@media screen and (min-width: 992px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    top: 71%;
  }
}
@media screen and (min-width: 1201px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    top: 94px;
  }
}
@media screen and (max-width: 499px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    background: rgb(209, 223, 223);
    top: 72%;
    font-size: 8px;
    padding: 0px 7px;
    font-size: 8px;
  }
}
@media screen and (max-width: 450px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    top: 68%;
  }
}
@media screen and (min-width: 500px) and (max-width: 575px) {
  .card-dashboard .inner-card .card-lrf .com-txt {
    background: #dce6e7;
    top: 66px;
  }
}
.card-dashboard .inner-card .card-lrf .com-txt .que-comp {
  margin-right: 3px;
  font-family: "MazzardH-Ragular";
}
.card-dashboard .inner-card .card-lrf .com-txt .icon-pancilcheck {
  color: #E68244;
  font-size: 20px;
}
.card-dashboard .inner-card .card-lrf .image-card {
  background-image: url(/v2/src/svgs/progresstwo.svg);
  position: relative;
  background-repeat: no-repeat;
  width: 84.97px;
  height: 43px;
  top: 0px;
  background-size: cover;
  /*  @media screen and (max-width:450px) {
      background-image: url(/v2/src/svgs/progressbarmobile.svg);
      width: 85px;
      height: 44px;
      background-size: 93px;
  }*/
  /* @media screen and (min-width: 501px) {
      @include widthHeight(126px, 66px);
      top: 1px;
      background-size: contain;
  }*/
}
@media screen and (min-width: 451px) {
  .card-dashboard .inner-card .card-lrf .image-card {
    width: 127px;
    height: 57px;
    top: 0px;
    background-size: cover;
  }
}
@media screen and (min-width: 576px) {
  .card-dashboard .inner-card .card-lrf .image-card {
    width: 127px;
    height: 56px;
    /*top: 0px;*/
    background-size: contain;
  }
}
@media screen and (min-width: 682px) {
  .card-dashboard .inner-card .card-lrf .image-card {
    width: 160.67px;
    height: 71.19px;
    top: 1px;
  }
}
@media screen and (max-width: 450px) {
  .card-dashboard .inner-card .card-lrf .image-card {
    position: relative;
    left: 0px;
  }
}
.card-dashboard .inner-card .card-lrf .image-card img {
  width: auto;
  height: 100%;
}
.card-dashboard .inner-card .card-lrf .gui_ma {
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .card-lrf .gui_ma {
    line-height: 9px;
  }
}
.card-dashboard .inner-card .card-lrf .gui_ma h3 {
  font-size: 24px;
  font-family: "MazzardH-semibold";
  color: var(--dark-bluish);
}
@media screen and (min-width: 1201px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    font-size: 17px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 360px) {
  .card-dashboard .inner-card .card-lrf .gui_ma h3 {
    font-size: 12px;
  }
}
.card-dashboard .inner-card .card-lrf .gui_ma p {
  font-size: 12px;
  font-family: "Mazzard_Light";
  color: var(--dark-bluish);
  margin: 0px 0px 26.19px 0px;
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .card-lrf .gui_ma p {
    font-size: 8px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .card-dashboard .inner-card .card-lrf .gui_ma p {
    font-size: 10px;
  }
}
@media screen and (min-width: 901px) {
  .card-dashboard .inner-card .card-lrf .po-mai {
    width: 40%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 400px) {
  .card-dashboard .inner-card .card-lrf .po-mai {
    position: relative;
    top: -5px;
  }
}
.card-dashboard .inner-card .card-lrf .po-mai h1 {
  font-size: 48px;
  font-family: "MazzardH-Ragular";
  color: var(--dark-green);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .card-dashboard .inner-card .card-lrf .po-mai h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .card-dashboard .inner-card .card-lrf .po-mai h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .card-dashboard .inner-card .card-lrf .po-mai h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .card-dashboard .inner-card .card-lrf .po-mai h1 {
    font-size: 22px;
  }
}

.sms-email-notification ul {
  margin-bottom: 23px;
}
.sms-email-notification ul li label {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.75);
  margin: 0 !important;
}
@media screen and (min-width: 992px) {
  .sms-email-notification ul li label {
    font-size: 14px;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: 0.2;
}

.add-n-ma {
  width: 34px;
  height: 34px;
  border: 1px solid var(--natural-gray);
  border-radius: 10px;
  /*padding: 15px;*/
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .add-n-ma {
    width: 21px;
    height: 21px;
    border-radius: 5px;
  }
}
.add-n-ma .icon-plus-icon {
  font-size: 10px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-calender {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .event-calender {
    margin-top: 24px;
  }
}
.event-calender h5 {
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin-left: 8px !important;
}
@media screen and (min-width: 992px) {
  .event-calender h5 {
    font-size: 22px;
    margin-bottom: 8px;
    margin-left: 12px !important;
  }
}
.event-calender .add-events {
  border: none;
  background: none;
}
.event-calender .add-events .icon-calender-icons {
  font-size: 20px;
}
.event-calender .add-events .icon-calender-icons:before {
  color: #424242;
}
@media screen and (min-width: 992px) {
  .event-calender .add-events .icon-calender-icons {
    font-size: 24px;
  }
}

.upcoming-devider {
  width: 50%;
  margin: auto;
}

.coming-event-heading h4 {
  font-size: 18px;
  font-family: "MazzardH-medium";
}
@media screen and (min-width: 992px) {
  .coming-event-heading h4 {
    font-size: 22px;
  }
}

.infoLisenceHeading h6 {
  font-size: 18px;
}

.join-call {
  padding: 0px 45px 0px 0px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .join-call {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .join-call {
    padding: 0px;
  }
}
@media screen and (max-width: 1244px) {
  .join-call {
    padding: 0px 30px 0px 0px;
  }
}
@media screen and (max-width: 575px) {
  .join-call {
    padding: 0px;
  }
}
.join-call .join-call-inner {
  padding: 30px 24px 24px;
  border: 1px solid rgb(171, 163, 174);
  border-radius: 12px;
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .join-call .join-call-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .join-call .join-call-inner {
    padding: 20px 15px;
    border: 0.5px solid #EAEAEA;
  }
}
.join-call .join-call-inner hr {
  margin-bottom: 0px !important;
  background-color: #EAEAEA;
  opacity: 1;
}

.appointment-time {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .appointment-time {
    margin-bottom: 40px;
  }
}
.appointment-time .appointment-text {
  font-size: 14px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
}
@media screen and (min-width: 768px) {
  .appointment-time .appointment-text {
    font-size: 20px;
    margin-bottom: 0.7rem !important;
  }
}
.appointment-time p {
  font-family: "Mazzard_Light";
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .appointment-time p {
    font-size: 16px;
  }
}
.appointment-time p .reason-visit {
  font-family: "MazzardH-medium";
  font-weight: 500;
}

.call-provider .provider-details .provider-address, .call-provider .provider-details .provider-specialization {
  font-family: "MazzardH-Ragular";
  font-size: 14px;
}

.provider-call {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 575px) {
  .provider-call {
    margin-bottom: 20px !important;
  }
}
.provider-call .join-call-btn {
  flex-direction: column;
}

.call-provider {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .call-provider {
    margin-bottom: 16px;
  }
}
.call-provider .provider-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #9ABDB5;
}
@media screen and (min-width: 768px) {
  .call-provider .provider-image {
    width: 75px;
    height: 75px;
  }
}
.call-provider .provider-details {
  margin-left: 12px;
}
.call-provider .provider-details .provider-name {
  font-size: 16px !important;
  font-family: "MazzardH-medium";
}
@media screen and (max-width: 575px) {
  .call-provider .provider-details .provider-name {
    font-size: 11.33px;
    line-height: normal;
    margin-bottom: 1.87px !important;
  }
}
@media screen and (min-width: 992px) {
  .call-provider .provider-details .provider-name {
    font-size: 22px !important;
    margin-bottom: 0.5rem !important;
    line-height: 16px; /* 88.889% */
    margin-right: 20px;
  }
}
.call-provider .provider-details .provider-specialization {
  list-style: none;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .call-provider .provider-details .provider-specialization {
    margin-bottom: 0.4rem !important;
  }
}
.call-provider .provider-details .provider-specialization .specialization-list {
  margin-right: 6px;
  margin-left: 10px;
  font-size: 9px;
  position: relative;
  line-height: 14px;
  color: rgba(34, 34, 34, 0.6) !important;
}
@media screen and (max-width: 575px) {
  .call-provider .provider-details .provider-specialization .specialization-list {
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) {
  .call-provider .provider-details .provider-specialization .specialization-list {
    font-size: 10px;
    margin-right: 16px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 992px) {
  .call-provider .provider-details .provider-specialization .specialization-list {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.call-provider .provider-details .provider-specialization .specialization-list::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: -8px;
  background-color: var(--jungle-green);
}
@media screen and (min-width: 768px) {
  .call-provider .provider-details .provider-specialization .specialization-list::before {
    left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .call-provider .provider-details .provider-specialization .specialization-list .location-provider, .call-provider .provider-details .provider-specialization .specialization-list .specialization-provider {
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
  }
}
.call-provider .provider-details .add-new-inner {
  height: 80px !important;
}
@media screen and (max-width: 575px) {
  .call-provider .provider-details .add-new-inner {
    height: 60px;
  }
}
.call-provider .provider-details .date-time {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .call-provider .provider-details .date-time {
    font-size: 9px;
    line-height: 16.666px;
  }
}
@media screen and (min-width: 992px) {
  .call-provider .provider-details .date-time {
    font-size: 16.4px;
  }
}
.icon-panciluser {
  margin-right: 5px;
}

.schedual-icons {
  margin-right: 4.39px;
}
.schedual-icons:before {
  color: white;
  font-size: 21.426px;
}

.icon-user-b-profile:before {
  font-size: 15.35px;
}

.icon-pancilvideo {
  margin-right: 20px;
  color: white;
}

.join-call-btn {
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .join-call-btn {
    display: block;
  }
}
.join-call-btn .Join-Call {
  width: 130px;
  height: 33px;
  border-radius: 8px;
  font-size: 12px;
  font-size: 13px;
  font-family: "MazzardL-Medium";
  color: white;
  border: none;
  position: relative;
  outline: none;
  font-family: MazzardL-Medium;
}
@media screen and (max-width: 1290px) {
  .join-call-btn .Join-Call {
    width: 112px;
  }
}
@media screen and (min-width: 1050px) {
  .join-call-btn .Join-Call {
    width: 150px;
    height: 40px;
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.join-call-btn .cancel-call {
  width: 130px;
  height: 33px;
  border-radius: 8px;
  font-size: 12px;
  height: auto;
  border: none;
  background-color: white;
  font-size: 12px;
  font-family: MazzardL-Medium;
}
@media screen and (max-width: 1290px) {
  .join-call-btn .cancel-call {
    width: 112px;
  }
}
@media screen and (max-width: 575px) {
  .join-call-btn .cancel-call {
    font-size: 8.87px;
  }
}
@media screen and (min-width: 1050px) {
  .join-call-btn .cancel-call {
    width: 150px;
  }
}

.detail-tsk {
  background-color: #FFFFFF;
  z-index: 1;
  border-radius: 50px 0px 0px 0px;
  padding: 50px 55px;
}
@media screen and (max-width: 1100px) {
  .detail-tsk {
    padding: 45px 18px;
  }
}
@media screen and (max-width: 575px) {
  .detail-tsk {
    padding: 30px 30px 0px;
  }
}
@media screen and (max-width: 575px) {
  .detail-tsk {
    border-radius: 30px 30px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .detail-tsk .detail-inner {
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .detail-tsk .detail-inner {
    display: block !important;
  }
}
.detail-tsk .detail-inner .ds-tx {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .detail-tsk .detail-inner .ds-tx {
    margin-bottom: 15px;
  }
}
.detail-tsk .detail-inner .ds-tx h4 {
  font-family: "MazzardH-medium";
}

.sort-item .todo-item {
  width: var(--dueSectionWidth);
  height: 80px;
}
@media screen and (max-width: 1360px) {
  .sort-item .todo-item {
    width: calc(var(--dueSectionWidth) - 35px);
  }
}
@media screen and (max-width: 450px) {
  .sort-item .todo-item {
    width: calc(var(--dueSectionWidth) - 55px);
    height: 70px;
  }
}
@media screen and (max-width: 449px) {
  .sort-item .todo-item {
    width: calc(var(--dueSectionWidth) - 88px);
    height: 70px;
  }
}

.sort-item .todo-item, .add-new, .due-task-main .add-new-inner, .due-task-main .driving-licence, .due-task-main .current-mediaction, .due-task-main .add-allergies, .due-task-main .choose-pharmecy, .due-task-main .choose-subscripton-main, .due-task-main .determine-banchmark {
  color: white;
  padding: 21px 10px;
  border-radius: 20px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .sort-item .todo-item, .add-new, .due-task-main .add-new-inner, .due-task-main .driving-licence, .due-task-main .current-mediaction, .due-task-main .add-allergies, .due-task-main .choose-pharmecy, .due-task-main .choose-subscripton-main, .due-task-main .determine-banchmark {
    border-radius: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1250px) {
  .sort-item .todo-item, .add-new, .due-task-main .add-new-inner, .due-task-main .driving-licence, .due-task-main .current-mediaction, .due-task-main .add-allergies, .due-task-main .choose-pharmecy, .due-task-main .choose-subscripton-main, .due-task-main .determine-banchmark {
    border-radius: 15px;
  }
}
@media screen and (max-width: 450px) {
  .sort-item .todo-item, .add-new, .due-task-main .add-new-inner, .due-task-main .driving-licence, .due-task-main .current-mediaction, .due-task-main .add-allergies, .due-task-main .choose-pharmecy, .due-task-main .choose-subscripton-main, .due-task-main .determine-banchmark {
    padding: 5px 0px;
  }
}

.icon-pancilchevron-right {
  height: 36px;
  display: flex;
  align-items: center;
}

.due-task-main {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .due-task-main {
    margin-bottom: 16px;
  }
}
.due-task-main .due-task-inner {
  margin: auto;
  list-style: none;
  padding: 0px;
}
.due-task-main .due-task-inner .due-images-list {
  grid-row-start: span 2;
}
.due-task-main .icon-chevron-right {
  text-align: right;
}
.due-task-main p {
  color: white;
  word-break: break-word;
  width: 89%;
  font-size: 10px;
}
@media screen and (min-width: 575px) {
  .due-task-main p {
    font-size: 14px;
    line-height: 15px;
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .due-task-main p {
    font-size: 14px;
    line-height: 18.92px;
  }
}
@media screen and (min-width: 1301px) {
  .due-task-main p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1381px) {
  .due-task-main p {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .due-task-main p {
    font-size: 10px;
    line-height: 15px;
  }
}
.due-task-main .sec-space {
  width: 100%;
}
.due-task-main .determine-banchmark {
  background-color: var(--blueHaze);
}
.due-task-main .choose-subscripton-main {
  background-color: #b7ae95;
  align-items: unset;
  overflow: hidden !important;
}
.due-task-main .due-image-task {
  min-height: 180px;
}
@media screen and (max-width: 575px) {
  .due-task-main .due-image-task {
    min-height: 115px;
    padding-top: 15px !important;
  }
}
.due-task-main .choose-pharmecy {
  background-color: var(--Summer-Green);
  align-items: unset;
  overflow: hidden !important;
}
.due-task-main .add-allergies {
  background-color: var(--bluish-Gray);
  align-items: unset;
  overflow: hidden !important;
}
@media screen and (max-width: 450px) {
  .due-task-main .add-allergies .asub-img {
    width: 150px;
    height: auto;
  }
}
.due-task-main .current-mediaction {
  background-color: #c8bfc4;
}
.due-task-main .driving-licence {
  background-color: #a8aa6f;
}
.due-task-main .add-new-inner {
  background-color: #B1CCD7;
}

.custom-task-sec p {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  width: 100px;
  white-space: nowrap;
}
@media screen and (min-width: 375px) {
  .custom-task-sec p {
    width: 100px;
  }
}
@media screen and (min-width: 800px) {
  .custom-task-sec p {
    width: 150px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .custom-task-sec p {
    width: 50px;
  }
}

.complete-custom-task {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  width: 70px;
  white-space: nowrap;
}
@media screen and (min-width: 450px) {
  .complete-custom-task {
    width: 100px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .complete-custom-task {
    width: 50px;
  }
}

.subs-image {
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 575px) {
  .subs-image {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .subs-image {
    position: absolute;
    bottom: 0px;
    right: -8px;
  }
}

.add-new {
  padding: 23px 15px !important;
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .add-new {
    border-radius: 7px;
    padding: 0px 15.69px !important;
    height: 50.91px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .add-new {
    border-radius: 15px;
  }
}
.add-new .add-new-inner {
  justify-content: space-between;
  color: black;
  width: 100%;
  height: 100%;
}
.add-new .add-new-inner p {
  font-size: 10px;
}
@media screen and (min-width: 575px) {
  .add-new .add-new-inner p {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .add-new .add-new-inner p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .modal-add .det-in .familyMemberName {
    font-size: 16px;
    line-height: 17.485px; /* 94.118% */
    margin-bottom: 3.49px !important;
  }
  .modal-add .memberAge h5 {
    font-size: 12px;
    margin-bottom: 3.84px !important;
  }
  .modal-add .family-member-details .date-time {
    font-size: 12px;
  }
}

.care-team {
  background: rgb(249, 249, 249);
  border-radius: 22px;
  padding: 30px 21px !important;
  margin-top: 52px;
  position: relative;
  margin-bottom: 52px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 575px) {
  .care-team {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .care-team {
    margin-top: 20px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  .care-team .care-team-inner {
    width: 40%;
  }
}
@media screen and (max-width: 575px) {
  .care-team .care-team-inner {
    width: 43%;
  }
}
@media screen and (max-width: 450px) {
  .care-team .care-team-inner {
    width: 51%;
  }
}
@media screen and (max-width: 362px) {
  .care-team .care-team-inner h4 {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 1400px) {
  .care-team {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 767px) {
  .care-team {
    padding: 35px 30px;
    text-align: justify !important;
  }
}
@media screen and (max-width: 575px) {
  .care-team {
    padding: 26px 25px 28px 21px;
  }
}
@media screen and (max-width: 450px) {
  .care-team {
    padding: 26px 25px 28px 21px;
  }
}
@media screen and (max-width: 1100px) {
  .care-team h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .care-team h4 {
    text-align: justify !important;
    margin-bottom: 14px !important;
  }
}
.care-team .care-team-image {
  width: 222px;
  height: 224px;
  border-radius: 186.288px;
  mix-blend-mode: luminosity;
  margin: 16px auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .care-team .care-team-image {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  .care-team .care-team-image {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .care-team .care-team-image {
    position: absolute;
    top: 29px;
    right: 29px;
    width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .care-team .care-team-image {
    width: 120px;
    top: 37px;
  }
}
@media screen and (max-width: 450px) {
  .care-team .care-team-image {
    right: 20px;
  }
}
.care-team .care-team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(180.05deg, #C4C4C4 50%, rgba(196, 195, 196, 0.06) 100%, rgba(196, 196, 196, 0) 100%);
  mask-image: linear-gradient(180.05deg, #C4C4C4 50%, rgba(196, 195, 196, 0.06) 100%, rgba(196, 196, 196, 0) 100%);
}

.btn-send-m {
  width: 249px;
  height: 45px;
  border-radius: 8px;
  font-size: 18px;
  font-family: "MazzardL-Medium";
  color: white;
  margin: auto;
  justify-content: center;
  border: none;
}
@media screen and (max-width: 1400px) {
  .btn-send-m {
    width: 100%;
  }
}
.btn-send-m a {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .btn-send-m {
    width: 116px;
    height: 30px;
    margin: 0px;
    font-family: "MazzardL-Medium";
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .btn-banch {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .btn-banch .col-sm-6 {
    width: 50%;
  }
}
.btn-banch .col-md-4 {
  padding-right: 10px;
}

@media screen and (max-width: 575px) {
  .care-team-des {
    text-align: left;
  }
}
.care-team-des address {
  font-size: 9px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 10.64px;
}
@media screen and (max-width: 575px) {
  .care-team-des address {
    font-size: 8px;
    line-height: 13px;
    margin-bottom: 20px;
  }
}

.new-task-fields {
  padding-right: 46px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .new-task-fields {
    padding-right: 0px;
  }
}
@media screen and (min-width: 576px) {
  .new-task-fields .new-form {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .new-task-fields .new-field {
    display: block !important;
  }
}
.new-task-fields .input-field {
  width: var(--input-widths);
  z-index: 99999;
  position: relative;
  top: 0px;
}
@media screen and (min-width: 576px) {
  .new-task-fields .input-field {
    position: unset;
    top: 0;
  }
}
.new-task-fields .input-field input {
  width: 100%;
  height: 55px;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid rgba(69, 49, 79, 0.5);
  padding-left: 19px;
  font-family: "MazzardH-Ragular";
  font-size: 16px;
  outline: none;
}
.new-task-fields .input-field input::placeholder {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
}
@media screen and (min-width: 992px) {
  .new-task-fields .input-field input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .new-task-fields .input-field input {
    border-radius: 12px;
    font-size: 12px;
    height: 51px;
  }
}
.new-task-fields .add-tsk-btn {
  width: 288px;
  position: relative;
  top: 9px;
}
@media screen and (max-width: 575px) {
  .new-task-fields .add-tsk-btn {
    width: 100%;
    top: -23px;
  }
}
@media screen and (min-width: 576px) {
  .new-task-fields .add-tsk-btn {
    width: 40%;
    position: unset;
    top: 0;
  }
}
.new-task-fields .add-tsk-btn button {
  width: 100%;
  height: 55px;
  border-radius: 0px 15px 15px 0px;
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: #ffffff;
  background: var(--primary);
  border: none;
  outline: none;
}
@media screen and (min-width: 576px) {
  .new-task-fields .add-tsk-btn button {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .new-task-fields .add-tsk-btn button {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .new-task-fields .add-tsk-btn button {
    border-radius: 0px 0px 12px 12px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 28px;
    height: 51px;
  }
}

.fn-assessment h4 {
  font-size: 16px;
}

.add-field-error {
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .add-field-error {
    bottom: -24px;
  }
}

@media screen and (max-width: 575px) {
  .add-new-field {
    display: block !important;
  }
}

.task-description > textarea, .task-heading > input[type=text] {
  width: 100%;
  border: 1px solidvar(--Green-White);
  border-radius: 8px;
  font-family: "MazzardH-medium";
  padding: 0px 10px;
  color: var(--primary);
  outline: none;
}

.task-description > textarea::placeholder, .task-heading > input[type=text]::placeholder {
  color: rgba(115, 100, 123, 0.65);
  font-size: 12px;
  font-family: "MazzardH-Ragular";
}

.task-heading {
  margin-bottom: 9px;
}
.task-heading > input[type=text] {
  height: 45px;
  font-size: 16px;
}
.task-description {
  margin-bottom: 12px;
}
.task-description > textarea {
  height: auto;
  resize: none;
  font-size: 12px;
  padding-top: 10px;
}
.input-group {
  width: 49%;
  border-radius: 6px;
}
.input-group .input-group-text {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 4px;
  z-index: 999;
  cursor: pointer;
}
.input-group .form-control {
  padding: 0.375rem 9px 0px 45px;
  border-radius: 6px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.taskAssign {
  position: relative;
}
.taskAssign .select2-selection--single {
  height: 38px !important;
}
.taskAssign .select2-selection__rendered {
  line-height: 36px !important;
  outline: none;
  padding-left: 35px !important;
}
.taskAssign .select2-selection__arrow {
  height: 36px !important;
}
.taskAssign .taskAssign-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999999;
  font-size: 17px;
}

@media screen and (max-width: 575px) {
  .add-new-field {
    display: block !important;
  }
}

.sort-item {
  margin-bottom: 10px;
}
.sort-item .todo-item {
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 80px;
  border: 1px dotted var(--Summer-Green);
  color: black;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .sort-item .todo-item {
    padding: 16px 0px;
    min-height: 70px;
  }
}
.sort-item .todo-item .todo-inner {
  padding: 0px 10px 0px 30px;
}
@media screen and (max-width: 575px) {
  .sort-item .todo-item .todo-inner {
    padding: 0px 10px 0px 15px;
  }
}
.sort-item .todo-item .todo-inner .task-name {
  margin-left: 20px;
  word-break: break-all;
}
.sort-item .todo-item .todo-inner img {
  width: 20px;
  height: 20px;
}

.due-inn {
  min-height: 85px;
}
@media screen and (max-width: 575px) {
  .due-inn {
    min-height: 54px;
    padding: 0px 15px 0px 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .due-inn {
    padding: 23px 14px !important;
  }
}
@media screen and (min-width: 1380px) {
  .due-inn {
    padding: 23px 24px !important;
  }
}

.text-complete {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .text-complete {
    margin-bottom: 30px;
  }
}

.vector-image img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .vector-image img {
    display: none;
  }
}

.btn-banch .com-sec {
  padding-right: 10px;
}
.btn-banch .com-sec:nth-child(2n+2) {
  padding-right: 0px;
}
@media screen and (min-width: 767px) {
  .btn-banch .com-sec {
    padding-right: 10px !important;
  }
  .btn-banch .com-sec:nth-child(3n+3) {
    padding-right: 0px !important;
  }
}
.btn-banch .det-banc {
  width: var(--duenow-width);
  min-height: 90px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  border: 1px solid var(--Summer-Green);
  display: flex;
  align-items: center;
  padding: 0px 24px;
}
@media screen and (max-width: 575px) {
  .btn-banch .det-banc {
    min-height: 60px;
    border-radius: 10px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1250px) {
  .btn-banch .det-banc {
    border-radius: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-banch .det-banc {
    padding: 0px 15px;
  }
}
.btn-banch .det-banc .dropdown {
  cursor: pointer;
}
.btn-banch .det-banc .bnch-sec {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.btn-banch .det-banc .bnch-sec:hover {
  text-decoration: none;
}
.btn-banch .det-banc .bnc-m {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .btn-banch .det-banc .bnc-m {
    justify-content: space-around;
  }
}
.btn-banch .det-banc .bnc-m p {
  font-size: 16px;
  word-break: break-word;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 25px;
}
@media screen and (min-width: 576px) and (max-width: 1300px) {
  .btn-banch .det-banc .bnc-m p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .btn-banch .det-banc .bnc-m p {
    font-size: 10px;
    line-height: 0.85rem;
  }
}
.btn-banch .det-banc .bnc-m .bnch-tx {
  position: relative;
  display: flex;
  align-items: center;
}
.btn-banch .det-banc .bnc-m .bnch-tx:before {
  content: "";
  background-image: url(/v2/src/svgs/active-insurance.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: 3px;
}
@media screen and (max-width: 575px) {
  .btn-banch .det-banc .bnc-m .bnch-tx:before {
    width: 16px;
    height: 16px;
    margin-top: 0px;
  }
}
.btn-banch .det-banc .bnc-img {
  position: absolute;
  left: 19px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 992px) {
  .btn-banch .det-banc .bnc-img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fl-ct {
    display: flex;
    flex-direction: column-reverse;
  }
}
.fl-ct p {
  font-family: "Mazzard_Italic";
  font-size: 8px;
}
@media screen and (min-width: 992px) {
  .fl-ct p {
    font-size: 10px;
    margin-bottom: 8px !important;
  }
}
.fl-ct h5 {
  font-family: "MazzardL-Medium";
  margin-bottom: 6px !important;
}
@media screen and (min-width: 992px) {
  .fl-ct h5 {
    margin-bottom: 0px !important;
  }
}

.add-banc {
  width: var(--duenow-width);
  min-height: 90px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  border: 1px dashed var(--Summer-Green);
}
@media screen and (max-width: 575px) {
  .add-banc {
    min-height: 60px;
    border-radius: 10px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1250px) {
  .add-banc {
    border-radius: 15px !important;
  }
}

.rectangle {
  display: block;
  width: 150px;
  height: 50px;
  background: red;
  position: relative;
  margin-top: 100px;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.circle {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid white;
  margin-left: -25px;
  background: red;
}

.main-main-main {
  display: flex;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  /* @media screen and (min-width: 450px) {
       top: 0px;
   }*/
}
@media screen and (min-width: 450px) {
  .main-main-main {
    top: -7px;
  }
}
@media screen and (min-width: 768px) {
  .main-main-main {
    top: -22px;
  }
}
@media screen and (min-width: 1201px) {
  .main-main-main {
    top: -16px;
  }
}

.progress-mai {
  overflow: visible;
  margin-bottom: 0px !important;
  background-image: url(/v2/src/svgs/spiral-line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  bottom: 0;
  position: relative;
  width: 68% !important;
  height: 3px;
  left: -4px;
  /*
  @media screen and (max-width:450px) {
        height: 1.5px;
    }*/
  /*  @media screen and (max-width:575px) {
      bottom: 9.6px;
  }

  @media screen and (max-width:500px) {
      bottom: 7.6px;
      height: 3px;
  }

  @media screen and (max-width:450px) {
      bottom: 6.3px;
      height: 2px;
  }*/
}
@media screen and (max-width: 682px) {
  .progress-mai {
    height: 2.5px;
    bottom: 1px;
  }
}
@media screen and (max-width: 575px) {
  .progress-mai {
    background-size: contain;
    left: -1px;
    bottom: 1.21px;
    height: 2px;
  }
}
@media screen and (max-width: 450px) {
  .progress-mai {
    width: 75% !important;
  }
}
@media screen and (max-width: 420px) {
  .progress-mai {
    width: 72% !important;
  }
}
.progress-mai .progress-bar {
  overflow: visible;
  position: relative;
  background-image: url(/v2/src/svgs/spiral-line-prog.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  bottom: 0;
  background-color: unset !important;
}
@media screen and (max-width: 575px) {
  .progress-mai .progress-bar {
    background-size: cover;
    position: absolute;
    height: 2px;
  }
}
.progress-mai .progress-bar::after {
  content: url("../../src/svgs/progressball.svg");
  position: absolute;
  top: -8px;
  right: -6px;
  border-radius: 50%;
}

.provider-bottom-opac {
  position: absolute;
  width: 100%;
  height: 132px;
  z-index: 99;
  bottom: 110px;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0) 0%, rgba(246, 251, 255, 0.5) 100%);
  display: none;
}
@media screen and (max-width: 767px) {
  .provider-bottom-opac {
    width: 100%;
    display: none;
  }
}

.provider-main {
  background-color: #F6FBFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px 0px 0px 0px;
  min-height: 100vh;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .provider-main {
    border-radius: unset;
  }
}
.provider-main .find-provider-main {
  margin-bottom: 30px;
}
.provider-main .find-provider-main .provider-main-inner {
  padding: 20px 25px 10px;
}
@media screen and (max-width: 1250px) {
  .provider-main .find-provider-main .provider-main-inner {
    padding: 40px 10px 10px;
  }
}
.provider-main .find-provider-main .provider-main-inner .provi-heading {
  margin-bottom: 22px;
  font-size: 26px;
  margin-left: 26px;
}
.provider-main .find-provider-main .provider-main-inner .provider-looking {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner {
  padding: 19px 18px 16px;
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .pro-pa {
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .pro-pa {
    margin-bottom: 15px;
  }
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner label {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  margin-bottom: 10px;
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro {
    width: 87%;
  }
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro::before {
  content: "\f002";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--Friar-Grey);
  cursor: pointer;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro::before {
    left: 6px;
    font-size: 11px;
  }
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro input {
  height: 40px;
  background: #f8f9fe;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0px 35px;
  font-size: 16px;
  font-family: "MazzardH-semibold";
}
@media screen and (max-width: 991px) {
  .provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro input {
    padding: 0px 5px 0px 21px;
  }
}
@media screen and (max-width: 767px) {
  .provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro input {
    padding: 0px 30px 0px 30px;
  }
}
.provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro input::placeholder {
  font-family: "MazzardH-Ragular";
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .provider-main .find-provider-main .provider-main-inner .provider-looking .provider-looking-inner .ser-pro input::placeholder {
    font-size: 10px;
  }
}

.spec-pro {
  position: relative;
}
.spec-pro select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 8px;
  -webkit-appearance: none;
  position: relative;
  outline: none;
}
.spec-pro::before {
  content: "\f107";
  position: absolute;
  top: 11px;
  right: 0;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  outline: none;
}

.search-btn {
  padding-top: 30px;
}
.search-btn button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: var(--sunrise-orange);
  outline: none;
  border: none;
  color: white;
  font-family: "MazzardH-Ragular";
  font-size: 12px;
}

.providers-list {
  padding: 0px 30px 0px 0px;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: auto;
  height: 100vh;
}
@media screen and (max-width: 1149px) {
  .providers-list {
    padding: 0px 15px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .providers-list {
    padding: 0px 10px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .providers-list {
    height: auto;
  }
}

.providers {
  filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.03));
  margin-bottom: 20px;
}
.providers .provider-inner {
  clip-path: polygon(7% 0%, 100% 0, 100% 100%, 7% 100%, 0 50%);
  width: 100%;
  height: 130px;
  background: white;
  transform: rotate(180deg);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.03);
  padding: 28px 50px 27px 40px;
}
@media screen and (max-width: 1149px) {
  .providers .provider-inner {
    padding: 28px 24px 27px 16px;
  }
}
@media screen and (max-width: 991px) {
  .providers .provider-inner {
    padding: 28px 10px 27px 10px;
  }
}
.providers .provider-inner .prov-inn-ma {
  transform: rotate(180deg);
  height: 100%;
}
.providers .provider-inner .prov-inn-ma .avater-pre-main .avatar-preview {
  width: 75px;
  height: 75px;
  position: relative;
  border-radius: 100%;
  margin: auto;
  margin: 0px;
}
.providers .provider-inner .prov-inn-ma .avater-pre-main .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.providers .provider-inner .prov-inn-ma .provider-information {
  margin-left: 20px;
  width: 75%;
}
.providers .provider-inner .prov-inn-ma .provider-information .provider-name {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  margin-bottom: 7px;
}
@media screen and (max-width: 575px) {
  .providers .provider-inner .prov-inn-ma .provider-information .provider-name {
    font-size: 11px;
  }
}
.providers .provider-inner .prov-inn-ma .specialization {
  margin-bottom: 12px;
}
.providers .provider-inner .prov-inn-ma .specialization .specialization-inner .speci-in {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.6);
  margin: 0px 0px 0px 10px;
  position: relative;
}
.providers .provider-inner .prov-inn-ma .specialization .specialization-inner .speci-in::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: -10px;
  background-color: var(--natural-gray);
}
.providers .provider-inner .prov-inn-ma .specialization .specialization-inner .special-inne-spec {
  margin-left: 47px;
}
.providers .provider-inner .prov-inn-ma .arrow-forword {
  justify-content: end;
  display: flex;
}
.providers .provider-inner .prov-inn-ma .arrow-forword .arrow-forword-inner {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  background-color: var(--primary);
}
@media screen and (max-width: 991px) {
  .providers .provider-inner .prov-inn-ma .arrow-forword .arrow-forword-inner {
    width: 40px;
    height: 40px;
  }
}
.providers .provider-inner .prov-inn-ma .arrow-forword .arrow-forword-inner::after {
  content: "\f054";
  position: absolute;
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.providers .provider-inner .prov-inn-ma .meeting-type {
  font-weight: 400;
  font-size: 13px;
  font-family: "MazzardH-Ragular";
}
.providers .provider-inner .prov-inn-ma .meeting-type a {
  text-decoration: underline;
}

.schedule-main .schedule-main-inner {
  padding: 0px 29px;
}
@media screen and (max-width: 1250px) {
  .schedule-main .schedule-main-inner {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-main .schedule-main-inner {
    padding: 0px 30px;
  }
}

#calendar {
  background: white;
  padding: 20px 22px 25px 22px;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 1149px) {
  #calendar {
    padding: 20px 5px 25px 5px;
  }
}
@media screen and (max-width: 767px) {
  #calendar {
    padding: 20px 33px 170px 33px;
  }
}
@media screen and (max-width: 575px) {
  #calendar {
    padding: 20px 12px 170px 12px;
  }
}

.schedual-provider {
  font-size: 28px;
  margin-bottom: 35px;
  font-family: "MazzardH-semibold";
  line-height: 16px;
}
@media screen and (max-width: 991px) {
  .schedual-provider {
    font-size: 22px;
  }
}
.schedual-provider span {
  font-family: "MazzardH-Ragular";
}

.location-main .loc-addre-inner {
  font-family: "MazzardH-Ragular";
  margin-bottom: 21px;
}
.location-main .loc-addre-inner h4 {
  font-size: 22px;
  color: var(--primary);
  line-height: 21px;
  font-weight: 600;
}
.location-main .loc-addre-inner .prov-address {
  font-size: 12px;
}
.location-main .loc-addre-inner a {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.location-main .loc-addre-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}
.location-main .loc-addre-inner a:hover {
  text-decoration: none;
}

.scedule-meeting {
  background: var(--sunrise-orange);
  color: white;
  align-items: center;
  padding: 19px 30px;
  border-radius: 15px;
}
@media screen and (max-width: 1250px) {
  .scedule-meeting {
    padding: 19px 20px;
  }
}
@media screen and (max-width: 1149px) {
  .scedule-meeting {
    padding: 19px 12px;
  }
}
@media screen and (max-width: 991px) {
  .scedule-meeting {
    padding: 19px 6px;
  }
}
@media screen and (max-width: 767px) {
  .scedule-meeting {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 87%;
    margin: auto;
    transform: translateX(7%);
  }
}
@media screen and (max-width: 575px) {
  .scedule-meeting {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 96%;
    margin: auto;
    transform: translateX(2%);
  }
}

.combined-filter {
  display: none;
}
@media screen and (max-width: 767px) {
  .combined-filter {
    display: block;
    width: 13%;
    background: #f8f9fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
  }
}

.select {
  background-color: var(--primary);
}

.path-fill-main {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  .spec-ma {
    width: 50%;
    display: none;
    transition: 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  .cit-mai {
    width: 50%;
    display: none;
    transition: 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  .provider-list-sceduale-inner {
    display: block !important;
  }
}

.notifacation-panel {
  position: absolute;
  top: 48px;
  right: 109px;
  width: 320px;
  height: 550px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  overflow: auto;
  z-index: 999;
  display: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  animation: fadeInDown 500ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .notifacation-panel {
    right: 0;
  }
}
.notifacation-panel .notifacation-panel-inner {
  padding: 20px 19px;
}
.notifacation-panel .notifacation-panel-inner .avatar-preview {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 100%;
  margin: auto;
  margin: 0px;
}
.notifacation-panel .notifacation-panel-inner .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.notifacation-panel .notifacation-panel-inner .avatar-preview .avat-pre {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.notifacation-panel .notifacation-panel-inner .avatar-preview img {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}

.notifacation-msg {
  margin-left: 12px;
}
.notifacation-msg .notif-msg-inne {
  font-size: 10px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  font-weight: 500;
}
.notifacation-msg .notifacation-time {
  font-size: 8px;
  font-family: "MazzardH-Ragular";
  color: #b3b3b3;
  line-height: 9px;
}

@media screen and (max-width: 767px) {
  .slided {
    transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
    position: absolute;
    transform: translateX(100%) scale(0);
    width: 100%;
    z-index: 999999;
  }
}

@media screen and (max-width: 767px) {
  .done {
    transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
    position: absolute;
    -webkit-animation: FadeForm 1s;
    animation: FadeForm 1s;
    transform: translateX(-100%) scale(0);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .schedual-calender-main {
    transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  }
}

@media screen and (max-width: 767px) {
  .find-provider-main {
    transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  }
}

@media screen and (max-width: 767px) {
  .provider-finder-main {
    transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
    top: 350px;
  }
}

.click-me {
  display: none;
}
@media screen and (max-width: 767px) {
  .click-me {
    display: block;
  }
}

.calender-dates-inner {
  position: relative;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
}
@media screen and (max-width: 575px) {
  .calender-dates-inner {
    padding: 12px 8px;
  }
}

/* Where the magic happens */
.close-btn {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  float: right;
  background: #E68244;
  border: none;
  color: white;
}

.buttons {
  padding: 20px;
}
.buttons > .btn {
  background-color: #91b454;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 10px 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.buttons > .btn:hover, .buttons > .btn:focus {
  opacity: 0.9;
}
.buttons > .btn:focus {
  outline: none;
}
.buttons > .btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.modal-header .btn {
  z-index: 99999;
  padding: 0px;
}

.intake-question {
  margin-bottom: 30px;
}

.custom_radio {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .custom_radio {
    display: flex;
    flex-direction: column;
  }
}
.custom_radio input[type=radio] {
  display: none;
  position: absolute;
  top: 0;
  left: 70px;
}
.custom_radio input[type=radio] + label {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 24px;
  left: 0;
  display: inline-block;
  padding-left: 1.5em;
  cursor: pointer;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .custom_radio input[type=radio] + label {
    position: absolute;
    top: 24px;
    left: 41px;
    top: 24px;
    left: 41px;
  }
}
@media screen and (max-width: 767px) {
  .custom_radio input[type=radio] + label {
    position: relative;
    top: 24px;
    left: 0px;
  }
}
.custom_radio input[type=radio] + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
.custom_radio input[type=radio] + label:hover:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.custom_radio input[type=radio]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em var(--graish-COlor);
  width: 18.162px;
  height: 18.162px;
  top: -3px;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .custom_radio input[type=radio]:checked + label:before {
    left: 18px;
  }
}
@media screen and (max-width: 575px) {
  .custom_radio br {
    display: none;
  }
}

.custom_radio input[type=radio] + label:before {
  content: "";
  width: 11.351px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 36px;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
  border: 1px solid var(--primary);
}
@media screen and (max-width: 767px) {
  .custom_radio input[type=radio] + label:before {
    left: 21px;
  }
}

.sliding {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  position: absolute;
  -webkit-animation: FadeForm 1s;
  animation: FadeForm 1s;
  transform: translateX(100%) scale(0);
  z-index: 999999;
}

.move {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  position: absolute;
  transform: translateX(-100%) scale(0);
}

.slide-poop {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  border-radius: 25px;
}

.determine-banchmark-heading {
  position: absolute;
  top: -41px;
  left: 8px;
  color: white;
}
@media screen and (max-width: 575px) {
  .determine-banchmark-heading {
    width: 40%;
    top: -54px;
  }
}
.determine-banchmark-heading h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  font-family: "MazzardH-Ragular";
}

.disable-button {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

.custom-radio-mai li:nth-child(1), .custom-radio-mai li:nth-child(2), .custom-radio-mai li:nth-child(3) {
  margin-bottom: 64px;
}
@media screen and (min-width: 992px) {
  .custom-radio-mai li:nth-child(1), .custom-radio-mai li:nth-child(2), .custom-radio-mai li:nth-child(3) {
    margin-bottom: 50px;
  }
}

.custom-radio-mai {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .custom-radio-mai {
    margin-bottom: 36px;
  }
}
.custom-radio-mai li {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .custom-radio-mai li {
    width: 47%;
    margin-left: 9px;
  }
}
@media screen and (max-width: 575px) {
  .custom-radio-mai li {
    margin-bottom: 0px !important;
  }
}
.custom-radio-mai input[type=checkbox] {
  display: none;
  position: absolute;
  top: 0;
  left: 70px;
}
.custom-radio-mai input[type=checkbox] + label {
  position: unset !important;
  cursor: pointer;
  line-height: 1em;
  padding-right: 20px;
  top: 24px;
  left: 69px;
  margin-right: 1.5em !important;
  width: 26px;
  height: 26px;
  border-radius: 5px !important;
}
.custom-radio-mai input[type=checkbox] + label:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  top: 1px;
  position: absolute;
  border: 1px solid var(--strol-color);
}
.custom-radio-mai input[type=checkbox]:checked + label::before {
  content: "\e95e";
  color: var(--graish-COlor);
  font-size: 21px;
}
.custom-radio-mai .spe-m {
  margin-left: 0px !important;
}
.custom-radio-mai .spe-m span {
  position: absolute;
  top: 3px;
  left: 40px;
  font-family: "MazzardH-light";
}
.custom-radio-mai .spac-ma {
  margin-top: 0px !important;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: start !important;
}
@media screen and (max-width: 767px) {
  .custom-radio-mai .spac-ma {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) {
  .custom-radio-mai .spac-ma {
    width: auto !important;
  }
}
.custom-radio-mai .other-txt {
  position: absolute;
  top: 35px;
  left: 26px;
  border: none;
  border-bottom: 1px solid;
  outline: none;
  display: none;
  font-family: "MazzardH-Ragular";
}

.add-info {
  max-width: 808px;
}

@media screen and (max-width: 767px) {
  .front-main {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .back-main {
    position: absolute;
    top: 268px;
  }
}
@media screen and (max-width: 575px) {
  .back-main {
    top: 204px;
  }
}

@media screen and (max-width: 767px) {
  .need-help {
    flex-direction: row !important;
    justify-content: center !important;
  }
  .need-help a {
    margin-right: 5px;
  }
}

img.uplaod-images {
  width: 309px;
  height: 178px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.uplaod-images {
    width: 264px;
    height: 154px;
  }
}
@media screen and (max-width: 575px) {
  img.uplaod-images {
    width: 175px;
    height: 110px;
    margin-bottom: 0px;
  }
}

.card-image-sec .re-container .re-4, .card-image-sec .re-container .re-3, .card-image-sec .re-container .re-2, .card-image-sec .re-container .re-1 {
  position: absolute;
  width: 35px;
  height: 35px;
}

.card-image-sec {
  position: relative;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .card-image-sec {
    position: unset;
  }
}
@media screen and (max-width: 890px) {
  .card-image-sec .re-container img {
    display: none;
  }
}
.card-image-sec .re-container .re-1 {
  left: 57px;
  top: -28px;
}
.card-image-sec .re-container .re-2 {
  right: -14px;
  top: -29px;
}
.card-image-sec .re-container .re-3 {
  bottom: 3px;
  left: 57px;
}
.card-image-sec .re-container .re-4 {
  bottom: 3px;
  right: -14px;
}

.rev-main h4 {
  font-family: "MazzardH-semibold";
  font-size: 16px !important;
}

#cropImagePop .cropImageDailog {
  max-width: 520px !important;
}

.feature-input-check {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position-x: 3px;
  overflow: visible;
  background-position-y: 1px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../../src/svgs/checkbox-icon.svg) !important;
  -moz-appearance: none;
  background-size: 13px;
  margin-top: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 5px;
}
.feature-input-check:disabled {
  cursor: not-allowed;
  background-position-x: 2px;
  background-position-y: 0px;
}
.feature-input-check:checked {
  background-color: var(--primary) !important;
  border: none;
}

.checkInModel__content .checkinModal .checkinCall .icon-pancilvideo-main-off, .checkInModel__content .checkinModal .checkinCall .icon-pancilmic-off {
  width: 54px;
  height: 54px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff3939;
  color: white;
  font-size: 16px;
}

.checkInModel__content {
  background: linear-gradient(0deg, #020202 0%, rgba(56, 52, 61, 0) 100%) !important;
  border: 1px solid #ffffff !important;
  border-radius: 27px !important;
}
.checkInModel__content .checkinModal {
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .checkInModel__content .checkinModal {
    height: 65vh;
  }
}
.checkInModel__content .checkinModal .checkinCall {
  background: rgba(196, 196, 196, 0.3);
  backdrop-filter: blur(54px);
  width: 179px;
  height: 82px;
  border-radius: 11px;
  margin: 0px auto;
  padding: 0px 25px;
}
.checkInModel__content .check__in__Bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: white;
}
@media screen and (max-width: 767px) {
  .checkInModel__content .check__in__Bottom {
    flex-direction: column;
  }
}
.checkInModel__content .check__in__Bottom .PatientName {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .checkInModel__content .check__in__Bottom .PatientName {
    text-align: center;
  }
}
.checkInModel__content .check__in__Bottom p {
  color: white;
}
.checkInModel__content .check__in__Bottom .checkin {
  background: var(--sunrise-orange);
  border-radius: 8px;
  color: white;
  padding: 15px 64px;
}

a:hover {
  text-decoration: none !important;
}

.container {
  max-width: 100%;
  margin: auto;
  padding: 0px 30px;
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0px 23px;
  }
}

.subscription-header-inner {
  padding: 0px 85px;
}
@media screen and (max-width: 1250px) {
  .subscription-header-inner {
    padding: 0px 22px;
  }
}

img {
  width: 100%;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

th {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  font-weight: 500;
}

a {
  font-family: "MazzardH-Ragular";
}

td {
  font-family: "MazzardH-Ragular";
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  td {
    font-weight: 600;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

img {
  max-width: 100%;
}

a {
  color: #000000;
  z-index: 99;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a, a.btn {
  text-decoration: none;
}

.change-provider-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.change-provider-card .provider-card {
  width: auto;
  text-align: center;
}
.change-provider-card .provider-card img {
  width: 100% !important;
  height: 85px !important;
  margin-bottom: 10px;
}
.change-provider-card .provider-card h6 {
  font-size: 12px;
  margin-bottom: 0px;
}
.change-provider-card .d-flex.align-items-center {
  font-family: "MazzardH-medium";
  width: 30px;
  justify-content: center;
}

.chat-header-inner .col-sm-2 {
  width: 18%;
}
.chat-header-inner .col-sm-7 {
  width: 60%;
}
.chat-header-inner .col-sm-3 {
  width: 22%;
}

.icon {
  font-size: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 1439px) {
  .icon {
    margin-right: 0px !important;
  }
}

.nav-bar .active {
  background: var(--primary);
  color: white !important;
  text-decoration: none;
  display: flex !important;
}
.nav-bar .active li {
  color: white;
}
.nav-bar .active .icon {
  color: white;
}
@media screen and (max-width: 991px) {
  .nav-bar .nav__text {
    display: none;
  }
}

.sidebar-sid-ma {
  background: linear-gradient(82.71deg, var(--Vista-White) 6.12%, #f2f2f2 94.81%);
}

.upgrade-pln {
  display: none;
}
@media screen and (min-width: 1440px) {
  .upgrade-pln {
    display: block;
  }
}
.upgrade-pln .pl-upg {
  padding: 25px 25px 10px !important;
}
.upgrade-pln .up-img {
  width: 194px;
  height: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upgrade-pln .up-img img {
  width: 180px;
  height: 180px;
}

.main {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  padding-top: 85px;
}
@media screen and (max-width: 575px) {
  .main {
    padding-bottom: 80px;
    padding-top: 73px;
  }
}
.main .sidebar {
  position: fixed;
  width: 100%;
  top: 145px;
  max-width: calc(var(--sidebar-width) - 35px) !important;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .main .sidebar {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .main .sidebar {
    max-width: calc((var(--sidebar-width) - 53px) / 2) !important;
    padding: 0px 18px;
  }
}
@media screen and (min-width: 1440px) {
  .main .sidebar {
    height: calc(100% - 133px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.main .sidebar .nav-bar {
  margin-bottom: 40px;
}
.main .sidebar .nav-bar li {
  font-size: 15px;
  width: 198px;
  height: 62px;
  border-radius: 10px;
  margin: 10px 20px 10px 20px;
  text-align: center;
  padding: 0px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .main .sidebar .nav-bar li {
    margin: 10px 0px 10px 11px;
  }
}
@media screen and (max-width: 1439px) {
  .main .sidebar .nav-bar li {
    width: 100%;
    margin: 10px 0px 10px 0px;
    justify-content: center;
  }
}
.main .sidebar .nav-bar li i {
  margin-right: 17px;
  margin-right: 8px;
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  .main .sidebar .nav-bar li i {
    margin: 0px;
  }
}
.main .sidebar .nav-bar li:hover {
  background: var(--primary);
  color: white;
  text-decoration: none;
}
.main .sidebar .nav-bar li:hover button,
.main .sidebar .nav-bar li:hover a {
  color: white;
  font-family: "MazzardH-medium";
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  padding: 0px 15px 0px 29px;
}
@media screen and (max-width: 1439px) {
  .main .sidebar .nav-bar li:hover button,
  .main .sidebar .nav-bar li:hover a {
    justify-content: center;
    padding: 0px 15px 0px 15px;
  }
}
.main .sidebar .nav-bar li button,
.main .sidebar .nav-bar li a {
  color: rgba(0, 0, 0, 0.3);
  font-family: "MazzardH-medium";
  padding: 0;
  border: none;
  background: none;
  padding: 0px 15px 0px 29px;
}
@media screen and (max-width: 1439px) {
  .main .sidebar .nav-bar li button,
  .main .sidebar .nav-bar li a {
    padding: 0px 15px 0px 15px;
  }
}
.main .sidebar .disabled {
  background: var(--Grey-Goose);
  cursor: not-allowed !important;
  cursor: not-allowed;
}
.main .sidebar .disabled:hover {
  background: var(--Grey-Goose) !important;
  color: gray !important;
}
.main .sidebar .disabled:hover button,
.main .sidebar .disabled:hover a {
  color: rgba(0, 0, 0, 0.3) !important;
  font-family: "MazzardH-medium";
  padding: 0;
  border: none;
  cursor: not-allowed !important;
  background: none;
}
.main .sidebar .disabled button:disabled {
  background-color: var(--Grey-Goose) !important;
  border-radius: 10px;
  cursor: not-allowed;
}
.main .sidebar .disabled.active .icon {
  color: rgba(0, 0, 0, 0.3);
}
.main .sidebar .disabled.active button {
  color: rgba(0, 0, 0, 0.3) !important;
}
.main .sidebar .card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 20px;
  flex-direction: column;
}
.main .sidebar .card .pl-upg {
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.3);
}
.main .sidebar .card .pl-upg h5 {
  font-family: "MazzardH-semibold";
  font-size: 16px;
}
.main .sidebar .card .pl-upg .icon-chevron-thin-right:before {
  color: black;
}

.card_pln {
  width: 210px;
  height: 265px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .card_pln {
    display: none;
  }
}

.side-content {
  margin-left: 238px;
  width: calc(100% - 238px);
}
@media screen and (max-width: 1100px) {
  .side-content {
    margin-left: 224px;
    width: calc(100% - 224px);
  }
}
@media screen and (max-width: 1439px) {
  .side-content {
    margin-left: 110px;
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 575px) {
  .side-content {
    margin-left: 0px;
    width: 100%;
    padding: 0px;
  }
}

.svg-inline--fa {
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  .svg-inline--fa {
    margin-bottom: 0px;
  }
}

.card-main {
  padding: 30px 43px 30px;
}
@media screen and (max-width: 991px) {
  .card-main {
    padding: 30px 10px 58px;
  }
}
@media screen and (max-width: 575px) {
  .card-main {
    padding: 30px 10px 30px;
  }
}

.card-inner-main {
  background: var(--Desert-Storm);
  border: 1px solid rgba(173, 173, 173, 0.1);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 25px 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1520px) {
  .card-inner-main {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 1399px) {
  .card-inner-main {
    padding: 15px 10px;
  }
}
.card-inner-main .avatar-upload .avatar-preview {
  width: 116px;
  height: 116px;
  position: relative;
  border-radius: 100%;
  margin: auto;
}
.card-inner-main .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card-inner-main .avatar-upload .avatar-preview .online-marker {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: absolute;
  bottom: 7px;
  right: 12px;
  background-color: var(--online-marker);
  border: 2px solid white;
}
.card-inner-main .care-man-name {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .card-inner-main .care-man-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.card-inner-main .care-man-name h4 {
  font-size: 26px;
  font-weight: 600;
}
.card-inner-main .care-man-name .send-btn {
  text-decoration: none;
  display: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .card-inner-main .care-man-name .send-btn {
    display: block;
  }
}
.card-inner-main .care-man-name .send-btn .send-message-btn-main {
  width: 249px;
  height: 45px;
  border-radius: 8px;
  background: var(--sunrise-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-inner-main .care-man-name .send-btn .send-message-btn-main .btn {
  font-size: 18px;
  font-family: "MazzardH-semibold";
  color: white;
  outline: none;
}
.card-inner-main .care-man-name .send-btn .send-message-btn-main .btn:focus {
  box-shadow: none;
}

.care-man-designa {
  align-items: center;
}
.care-man-designa .offline-marker {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: var(--Lavender-Grey);
}
@media screen and (max-width: 1199px) {
  .care-man-designa .offline-marker {
    width: 8px;
    height: 8px;
  }
}
.care-man-designa p {
  font-size: 13px;
  font-family: "Mazzard_Italic";
  padding-left: 8px !important;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .care-man-designa p {
    font-size: 10px;
  }
}

.care-mana-descrip p {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (max-width: 1399px) {
  .care-mana-descrip p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .care-mana-descrip p {
    font-size: 12px;
  }
}

.card-inner-emer {
  background: var(--Desert-Storm);
  border: 1px solid rgba(173, 173, 173, 0.1);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 25px 16px;
  padding: 25px 15px !important;
}
@media screen and (max-width: 1520px) {
  .card-inner-emer {
    padding: 25px 10px !important;
  }
}
@media screen and (max-width: 1399px) {
  .card-inner-emer {
    padding: 15px 10px !important;
  }
}
@media screen and (max-width: 1520px) {
  .card-inner-emer h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .card-inner-emer h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .card-inner-emer h4 {
    font-size: 15px !important;
  }
}
.card-inner-emer .card-inner-ins {
  padding: 15px 0px;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 1520px) {
  .card-inner-emer .card-inner-ins {
    padding: 15px 4px;
  }
}
@media screen and (max-width: 1520px) {
  .card-inner-emer .card-inner-ins p {
    font-size: 13px;
  }
}
.card-inner-emer .card-inner-ins .or-line {
  margin-top: 15px;
  margin-bottom: 15px;
}
.card-inner-emer .card-inner-ins .or-line hr {
  border: none;
  border-top: 1px solid #ddd;
  clear: both;
  flex-grow: 1;
  margin: 0;
}
.card-inner-emer .card-inner-ins .or-line .inn-lin {
  padding: 0px 10px;
}

.edit-profile-section-inner .profile-picture {
  width: 92px;
  height: 92px;
  position: relative;
  border-radius: 100%;
  margin: auto;
}
.edit-profile-section-inner .profile-picture > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.profile-detail {
  padding: 30px 20px 58px 20px;
}
@media screen and (max-width: 1520px) {
  .profile-detail {
    padding: 25px 10px 118px;
  }
}
.profile-detail .edit-profile-section {
  background: var(--Desert-Storm);
  border: 1px solid rgba(173, 173, 173, 0.1);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 25px 16px;
}
@media screen and (max-width: 1520px) {
  .profile-detail .edit-profile-section {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 1399px) {
  .profile-detail .edit-profile-section {
    padding: 15px 10px;
  }
}
.profile-detail .edit-profile-section .edit-profile-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 32px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid var(--Palatinate-Blue);
  box-sizing: border-box;
  margin: auto;
  text-decoration: none;
  font-size: 16px;
  font-family: "MazzardH-Ragular";
}

.subscription-detail {
  background: var(--Desert-Storm);
  border: 1px solid rgba(173, 173, 173, 0.1);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 25px 16px;
}
@media screen and (max-width: 1520px) {
  .subscription-detail {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 1399px) {
  .subscription-detail {
    padding: 15px 10px;
  }
}
.subscription-detail .date-standard {
  background: #ffffff;
  border: 1px solid rgba(173, 173, 173, 0.1);
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  padding: 0px 10px;
  flex-wrap: wrap;
}
.subscription-detail .date-standard p {
  font-size: 12px;
  color: var(--primary);
}
.subscription-detail .time-record {
  width: 116px;
  height: 70px;
  background: var(--Mercury-Color);
  border: 1px solid rgba(173, 173, 173, 0.05);
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 8px;
}
@media screen and (max-width: 1399px) {
  .subscription-detail .time-record {
    width: 100%;
  }
}
.subscription-detail .time-record .time-record-icon {
  margin-right: 6px;
}
.subscription-detail .time-record h6 {
  color: var(--Blue-Orchid);
}
.subscription-detail .call-record {
  width: 116px;
  height: 70px;
  background: var(--Pattens-Blue);
  border: 1px solid rgba(173, 173, 173, 0.05);
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 8px;
}
@media screen and (max-width: 1399px) {
  .subscription-detail .call-record {
    width: 100%;
  }
}
.subscription-detail .call-record .call-record-icon {
  margin-right: 6px;
}
.subscription-detail .call-record h6 {
  color: var(--Light-Sea-Green);
}
.subscription-detail .meeting-record {
  width: 116px;
  height: 70px;
  background: var(--Blue-Chalk);
  border: 1px solid rgba(173, 173, 173, 0.05);
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 8px;
}
@media screen and (max-width: 1399px) {
  .subscription-detail .meeting-record {
    width: 100%;
  }
}
.subscription-detail .meeting-record .meeting-record-icon {
  margin-right: 6px;
}
.subscription-detail .meeting-record h6 {
  color: #5b4d98;
}
.subscription-detail .message-record {
  width: 116px;
  height: 70px;
  background: var(--Lavender-Blush);
  border: 1px solid rgba(173, 173, 173, 0.05);
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 8px;
}
@media screen and (max-width: 1399px) {
  .subscription-detail .message-record {
    width: 100%;
  }
}
.subscription-detail .message-record .message-record-icon {
  margin-right: 6px;
}
.subscription-detail .message-record h6 {
  color: var(--message-record);
}

.show-more {
  background: #ffffff;
  border: 1px solid rgba(173, 173, 173, 0.1);
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  padding: 0px 10px;
}
@media screen and (max-width: 1399px) {
  .show-more {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 1399px) {
  .show-more p {
    font-size: 13px;
  }
}

.subc-he a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .subc-he a {
    font-size: 12px;
  }
}

.medication a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .medication a {
    font-size: 12px;
  }
}

.show-more a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .chat-box-main {
    display: none;
  }
}

.slided {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  position: absolute;
  transform: translateX(100%) scale(0);
  width: 100%;
  z-index: 999999;
}

.done {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  position: absolute;
  animation: FadeForm 1s;
  transform: translateX(-100%) scale(0);
}

@keyframes FadeForm {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pro-btn {
  top: 23px !important;
}
@media screen and (max-width: 575px) {
  .pro-btn {
    right: 30px !important;
  }
}

.pay-btn {
  top: 0px;
}
@media screen and (max-width: 575px) {
  .pay-btn {
    top: 14px !important;
  }
}

.total-insurance,
.total-invoice,
.total-medication,
.total-member,
.total-contcts {
  position: absolute;
  top: 23px;
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: var(--primary);
}
@media screen and (min-width: 576px) {
  .total-insurance,
  .total-invoice,
  .total-medication,
  .total-member,
  .total-contcts {
    font-size: 16px;
  }
}

.edit-fields {
  position: absolute;
  top: 23px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  .edit-fields {
    right: 25px;
  }
}
.edit-fields button,
.edit-fields a {
  font-size: 18px;
  font-family: "MazzardH-medium";
  color: var(--Palatinate-Blue);
  border: none;
  background: transparent;
  border-bottom: 1px solid var(--Palatinate-Blue);
  padding: 0;
}

.profle-fields {
  width: 100%;
  font-size: 12px;
  outline: none;
}
@media screen and (min-width: 768px) {
  .profle-fields {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .profle-fields {
    font-size: 16px;
  }
}
.profle-fields:disabled {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  border: none;
  background: transparent;
  cursor: not-allowed;
}

.user-profile-background {
  border-radius: 50px 0px 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  background: var(--Dashboard-profile-gradient);
  padding-left: 1px;
}
@media screen and (max-width: 1100px) {
  .user-profile-background {
    margin: 0px;
  }
}
@media screen and (max-width: 575px) {
  .user-profile-background {
    padding-left: 0;
  }
}
.user-profile-background .user-profile-background-inner .user-profile-detail-inner {
  position: relative;
  width: 100%;
  border-radius: 0px 0px 25px 25px;
  padding: 28px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
  .user-profile-background .user-profile-background-inner .user-profile-detail-inner {
    padding: 28px 30px 30px 30px;
  }
}
.user-profile-background .patient-email-main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .user-profile-background .patient-email-main {
    width: 100% !important;
    position: relative;
  }
}
.user-profile-background .patient-email-main .icon-info-icoon {
  position: absolute;
  top: 3px;
  left: 78px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .user-profile-background .patient-email-main .icon-info-icoon {
    position: absolute;
    top: 3px;
    left: 77px;
  }
}
@media screen and (min-width: 992px) {
  .user-profile-background .patient-email-main .icon-info-icoon {
    left: 91px;
  }
}
.user-profile-background .patient-email-main .email-deatail {
  background: var(--mail-detail);
  padding: 12px;
  position: absolute;
  top: 37px;
  left: -17px;
  border-radius: 12px;
  border: 1px solid #d5bb81;
  z-index: 1;
  width: 300px;
  display: none;
}
@media screen and (min-width: 768px) {
  .user-profile-background .patient-email-main .email-deatail {
    position: absolute;
    top: 33px;
    left: -18px;
    display: none;
    width: 300px;
  }
}
.user-profile-background .patient-email-main .email-deatail .triangle-up {
  position: absolute;
  top: calc((0.5rem + 9px) * -1);
  left: 96px;
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
  display: block;
  transform: rotate(90deg);
}
.user-profile-background .patient-email-main .email-deatail .triangle-up:before {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(217, 78, 78, 0);
  border-style: solid;
  left: 0;
  border-right-color: #d5bb81;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.user-profile-background .patient-email-main .email-deatail .triangle-up:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  left: 1px;
  border-right-color: var(--mail-detail);
  border-width: 0.5rem 0.5rem 0.5rem 0px;
}
.user-profile-background .patient-email-main .email-deatail p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: #000;
  margin: 0px;
}
.user-profile-background .patient-email-main .email-deatail p > span {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: #000;
  margin: 0px 0px 4px;
  font-weight: 600;
  width: 100%;
  display: inherit;
  line-height: normal;
}
.user-profile-background .patient-email-main .email-deatail small {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
}
.user-profile-background .patient-email-main .email-deatail small button {
  font-size: 10px;
  padding: 0px;
  font-family: "MazzardH-semibold";
}
.user-profile-background .patient-phoneNumber-main {
  position: relative;
}
.user-profile-background .patient-phoneNumber-main .icon-info-icoon {
  position: absolute;
  top: 3px;
  left: 77px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .user-profile-background .patient-phoneNumber-main .icon-info-icoon {
    left: 91px;
  }
}
.user-profile-background .phone-detail {
  background: var(--mail-detail);
  position: absolute;
  top: 36px;
  left: -18px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d5bb81;
  margin: auto;
  z-index: 1;
  width: 300px;
  display: none;
}
@media screen and (min-width: 768px) {
  .user-profile-background .phone-detail {
    top: 34px;
    left: -16px;
  }
}
.user-profile-background .phone-detail .triangle-up {
  position: absolute;
  top: calc((0.5rem + 9px) * -1);
  left: 96px;
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
  display: block;
  transform: rotate(90deg);
}
.user-profile-background .phone-detail .triangle-up:before {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(217, 78, 78, 0);
  border-style: solid;
  left: 0;
  border-right-color: #d5bb81;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.user-profile-background .phone-detail .triangle-up:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  left: 1px;
  border-right-color: var(--mail-detail);
  border-width: 0.5rem 0.5rem 0.5rem 0px;
}
.user-profile-background .phone-detail p {
  font-family: "MazzardH-Ragular";
  color: #000;
  margin-bottom: 0px;
}
.user-profile-background .phone-detail p > span {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: #000;
  margin: 0px 0px 4px;
  font-weight: 600;
  width: 100%;
  display: inherit;
  line-height: normal;
}
.user-profile-background .User-address {
  font-family: "MazzardH-medium" !important;
  resize: none;
}
.user-profile-background .patient-name {
  width: 35%;
  margin-bottom: 2px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .user-profile-background .patient-name {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-background .patient-name {
    width: 100%;
  }
}
.user-profile-background .patient-name .user-name {
  font-size: 18px;
  font-family: "MazzardH-semibold";
}
@media screen and (max-width: 575px) {
  .user-profile-background .patient-name .user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 94px;
  }
}
@media screen and (min-width: 768px) {
  .user-profile-background .patient-name .user-name {
    font-size: 22px;
  }
}
.user-profile-background .patient-name .user-name .user-last-name {
  margin-left: 3px;
}
.user-profile-background .patient-age {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .user-profile-background .patient-age {
    width: 100%;
  }
}
.user-profile-background .patient-age .user-age {
  font-family: "Mazzard_Italic" !important;
  font-size: 12px !important;
}
.user-profile-background input:-webkit-autofill,
.user-profile-background input:-webkit-autofill:hover,
.user-profile-background input:-webkit-autofill:focus,
.user-profile-background input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.user-profile-background .border-frame {
  position: absolute;
  top: -81px;
  left: -14.5px;
  width: auto;
  height: 66px;
  max-width: unset;
}
@media screen and (min-width: 767px) {
  .user-profile-background .border-frame {
    display: none;
  }
}
.user-profile-background .border-frame-web {
  position: absolute;
  top: -6px;
  left: -7px;
  width: fit-content;
  height: 100px;
}
@media screen and (max-width: 1439px) and (min-width: 1250px) {
  .user-profile-background .border-frame-web {
    height: 79px;
    top: -5px;
    left: -6px;
  }
}
.user-profile-background .profile-pic {
  width: 210px;
  height: 210px;
  position: relative;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .user-profile-background .profile-pic {
    width: 223px;
    height: 223px;
    position: relative;
    border-radius: 100%;
    margin: auto;
    position: absolute !important;
  }
}
@media screen and (max-width: 1439px) {
  .user-profile-background .profile-pic {
    width: 210px;
    height: 210px;
    position: relative;
    border-radius: 100%;
    margin: auto;
    position: absolute !important;
  }
}
@media screen and (max-width: 1199px) {
  .user-profile-background .profile-pic {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    margin: auto;
    top: -43px;
    height: 120px;
    margin: 0 !important;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-background .profile-pic {
    width: 108.56px;
    height: 108.56px;
    position: relative;
    border-radius: 100%;
    margin: auto;
    width: 116.56px;
    height: 116.56px;
    margin: 0;
    top: -40px;
  }
}
@media screen and (max-width: 575px) {
  .user-profile-background .profile-pic {
    left: 31px;
  }
}
.user-profile-background .profile-pic > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .user-profile-background .profile-pic > div {
    left: -13px;
  }
}
.user-profile-background .profile-pic .online-marker {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  bottom: 25px;
  right: 29px;
  background-color: var(--online-marker);
  border: 2px solid white;
}
@media screen and (max-width: 1439px) {
  .user-profile-background .profile-pic .online-marker {
    position: absolute;
    bottom: 15px;
    right: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .user-profile-background .profile-pic .online-marker {
    position: absolute;
    bottom: 13px;
    right: 13px;
  }
}
@media screen and (max-width: 991px) {
  .user-profile-background .profile-pic .online-marker {
    position: absolute;
    bottom: 3px;
    right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-background .profile-pic .online-marker {
    position: absolute;
    bottom: 3px;
    right: 11px;
  }
}
.user-profile-background h5 {
  margin-bottom: 0;
}
.user-profile-background p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .user-profile-background .personal-address {
    width: 100% !important;
  }
}
.user-profile-background .personal-address h5 {
  margin-bottom: 0px;
}
.user-profile-background .edit-profile-main {
  position: absolute;
  top: 0;
  right: 28px;
}
@media screen and (max-width: 992px) {
  .user-profile-background .edit-profile-main {
    position: absolute;
    top: 31px;
    right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-background .edit-profile-main {
    position: absolute;
    top: 4px;
    right: 0;
  }
}
.user-profile-background .edit-profile-main .edi-profile {
  float: right;
}
.user-profile-background .edit-profile-main .edi-profile a {
  color: blue;
  text-decoration: underline;
}
.user-profile-background .background-image {
  width: 100%;
  background: var(--Dashboard-profile-gradient);
  border-radius: 50px 0px 0px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .user-profile-background .background-image {
    border-radius: 0px;
  }
}
.user-profile-background .background-image .b-heading {
  position: absolute;
  top: 42px;
  left: 50px;
}
@media screen and (max-width: 575px) {
  .user-profile-background .background-image .b-heading {
    display: flex;
    justify-content: center;
    left: 0px;
    width: 100%;
    top: 27px;
  }
}
.user-profile-background .background-image .b-heading h3 {
  font-size: 28px;
  font-family: "MazzardH-semibold";
  color: #2C363E;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .user-profile-background .background-image .b-heading h3 {
    font-size: 20px;
  }
}
.user-profile-background .background-image img {
  height: 140px;
  opacity: 0.5;
}
@media screen and (min-width: 991px) {
  .user-profile-background .background-image img {
    height: 196px;
  }
}
@media screen and (min-width: 767px) {
  .user-profile-background .background-image .mobile-vector {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .user-profile-background .background-image .mobile-vector {
    display: none;
  }
}
.user-profile-background .background-image .mobile-web {
  display: none;
}
@media screen and (min-width: 767px) {
  .user-profile-background .background-image .mobile-web {
    display: block;
  }
}
.user-profile-background .cover_image {
  width: 100%;
  height: 158px;
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(90deg, rgb(206, 217, 214) 0%, 28.978%, rgb(223, 224, 215) 57.956%, 78.978%, rgb(236, 228, 214) 100%);
  overflow: hidden;
}
.user-profile-background .cover_image img {
  height: 140px;
  opacity: 0.5;
}
@media screen and (min-width: 991px) {
  .user-profile-background .cover_image img {
    height: 196px;
  }
}
@media screen and (min-width: 767px) {
  .user-profile-background .cover_image .mobile-vector {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .user-profile-background .cover_image .mobile-vector {
    display: none;
  }
}
.user-profile-background .cover_image .mobile-web {
  display: none;
}
@media screen and (min-width: 767px) {
  .user-profile-background .cover_image .mobile-web {
    display: block;
  }
}
.user-profile-background .text-info {
  color: var(--primary) !important;
}

.patient-profile-subscription-method {
  position: relative;
  margin: 0px;
  padding: 50px 50px 50px 50px;
  background-color: #F6F7FB;
  border-radius: 50px 0px 0px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575px) {
  .patient-profile-subscription-method {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 575px) {
  .patient-profile-subscription-method {
    border-radius: 30px 30px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .patient-profile-subscription-method .patient-profile-subscription-method-inner {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .patient-profile-subscription-method .patient-profile-subscription-method-inner {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .patient-profile-subscription-method .patient-profile-subscription-method-inner .col-xl-8 {
    width: 65.3%;
  }
}
@media screen and (min-width: 1200px) {
  .patient-profile-subscription-method .patient-profile-subscription-method-inner .col-xl-4 {
    width: 32.1%;
  }
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main {
  background-color: white;
  border-radius: 17px;
  padding: 20px 20px 20px 20px;
  position: relative;
  padding: 0px;
  min-height: auto;
  background-color: unset;
}
@media screen and (min-width: 992px) {
  .patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .def-nav-main li button {
    font-size: 16px;
  }
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main h5 {
  font-size: 14px;
  font-family: "MazzardH-medium";
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main p {
  font-size: 13px;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .serivece-location-heading {
  padding: 20px 10px 16px 20px;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .serivece-location-heading h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .service-line {
  margin: 0px 0px 0px 0px;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .location-inner {
  padding: 20px 20px;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .line {
  position: relative;
  width: 10%;
  display: flex;
  justify-content: center;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .line::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: var(--strol-color);
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .default-pharpacy {
  width: 45%;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .default-office-loaction {
  width: 45%;
}
.patient-profile-subscription-method .patient-profile-subscription-method-inner .subscription-card-main-inner .pharmacy-location-main .default-office-loaction h5 {
  font-size: 14px;
  font-family: "MazzardH-medium";
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .patient-profile-subscription-method .patient-profile-subscription-method-inner .table-main .table-inner {
    width: 600px;
  }
}

.patient-do-dis {
  padding-right: 30px;
}
@media screen and (min-width: 1200px) {
  .patient-do-dis {
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .patient-do-dis {
    padding-right: 0px;
  }
}

.table-card:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--strol-color);
}

.subTab {
  margin: 0;
  justify-content: space-around;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subTab {
    justify-content: unset;
  }
}
.subTab li {
  margin-right: 53px;
}
@media screen and (max-width: 991px) {
  .subTab li {
    text-align: center;
    margin-right: 0px;
    width: 33.33%;
  }
}
.subTab li a {
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: rgba(34, 34, 34, 0.5);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .subTab li a {
    font-size: 16px;
  }
}
.subTab li .active {
  color: var(--primary) !important;
  position: relative;
}
.subTab li .active:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 0.8px;
  background-color: var(--primary);
}
@media screen and (min-width: 768px) {
  .subTab li .active:after {
    bottom: -15px;
  }
}

.card-body {
  position: relative;
  border-radius: 0px 0px 20px 20px;
}

.subscription-card .subscription-card-inner {
  background-color: white;
  border-radius: 17px;
  padding: 20px 20px 20px 20px;
  padding: 0px;
  height: 100%;
}
.subscription-card .subscription-card-inner .edit-payment {
  display: flex;
  width: 100%;
  justify-content: end;
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .subscription-card .subscription-card-inner {
    padding-bottom: 0px;
  }
}

.table-main {
  margin-top: 0px;
  overflow-x: auto;
  width: 100%;
}
.table-main .Unpaid,
.table-main .Overdue {
  width: 62px;
  height: 24px;
  border-radius: 4px;
  font-size: 10px;
  font-family: "MazzardH-medium";
  background-color: rgba(216, 101, 81, 0.2);
  color: #d86551;
  border: none;
  outline: none;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .table-main .Unpaid,
  .table-main .Overdue {
    width: 84px;
  }
}
.table-main .Paid {
  width: 62px;
  height: 24px;
  border-radius: 4px;
  font-size: 10px;
  font-family: "MazzardH-medium";
  background-color: rgba(81, 166, 146, 0.2);
  color: #51a692;
  border: none;
  outline: none;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .table-main .Paid {
    width: 84px;
  }
}
.table-main .Draft {
  width: 62px;
  height: 24px;
  border-radius: 4px;
  font-size: 10px;
  font-family: "MazzardH-medium";
  background-color: rgba(88, 78, 148, 0.2);
  color: #584e94;
  border: none;
  outline: none;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .table-main .Draft {
    width: 84px;
  }
}

.table-card {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .table-card {
    margin-bottom: 12rem;
  }
}
.table-card .table-card-inner {
  background-color: white;
  border-radius: 17px;
  padding: 20px 20px 20px 20px;
  padding: 20px 0px 20px 20px;
}
.table-card .table-card-inner {
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: var(--primary);
}
.table-card .invoice-table-main {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .sb-mai-inn {
    width: 65%;
  }
  .sb-mai-inn .subscrip-marg {
    width: unset !important;
    margin-right: 33px;
  }
}
.sb-mai-inn .transection-secure {
  padding-left: 16px;
  position: relative;
}
.sb-mai-inn .transection-secure:after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
.sb-mai-inn .transection-secure p {
  font-size: 12px;
}

.subscription-card-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .subscription-card-image {
    width: 35%;
    display: block;
  }
  .subscription-card-image .sub-image-container {
    width: 100%;
    height: 100%;
  }
}

.subscription-plans-main {
  flex-wrap: wrap;
}
.subscription-plans-main .subscrip-marg {
  width: 50%;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .subscription-plans-main .subscrip-marg {
    margin-right: 12px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .subscription-plans-main .subscrip-marg {
    margin-right: 0px;
    width: 50%;
  }
}
.subscription-plans-main p {
  margin-bottom: 4px;
  font-size: 12px;
  font-family: "Mazzard_Light";
}
@media screen and (max-width: 575px) {
  .subscription-plans-main p {
    font-size: 10px;
    font-family: "Mazzard_Light";
    margin-bottom: 0px;
  }
}
.subscription-plans-main h6 {
  margin: 0px;
  font-family: "MazzardH-medium";
}
@media screen and (max-width: 767px) {
  .subscription-plans-main {
    margin-bottom: 10px !important;
  }
}

.subscrip-marg-card {
  margin-bottom: 10px;
}

.transection-main .transection-enc {
  padding: 0px 16px;
}
.transection-main .transection-enc li {
  color: var(--primary);
}
.transection-main .transection-enc li::marker {
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .transection-main {
    position: absolute;
    bottom: 13px;
  }
}

.edit-table {
  border: none;
  background-color: #E68244;
  padding: 5px 20px;
  color: white;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .feture-card {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
}

.feature-control {
  position: relative;
}
.feature-control .feature-control-inner {
  background-color: white;
  border-radius: 17px;
  padding: 20px 20px 20px 20px;
  padding: 0px;
}
.feature-control .feature-control-inner .sms-email-notification ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.feature-control .feature-control-inner .sms-email-notification ul li {
  position: relative;
}
.feature-control .feature-control-inner .sms-email-notification ul li:first-child {
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .feature-control {
    width: 100%;
    margin-bottom: 10px;
  }
}

.invoice-table {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .invoice-table {
    margin-top: 37px;
  }
}

.table-main {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1200px) {
  .table-main {
    width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .table-main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-main {
    width: 600px;
  }
}

.fam-tab {
  padding: 0px !important;
}

.fam-card-body {
  padding: 0px;
}
@media screen and (max-width: 575px) {
  .fam-card-body {
    padding: 0px !important;
  }
}

.fam-member {
  top: 0px !important;
}

.table-main {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .table-main {
    padding: 0px 0px 16px 0px;
  }
}
@media screen and (max-width: 767px) {
  .table-main {
    border-radius: 0px;
    border-right: 0px;
    padding: 0px 0px 16px 0px;
  }
}
.table-main .table {
  margin-bottom: 0px !important;
}
.table-main .table thead {
  border-radius: 20px 32px;
  background: rgba(196, 196, 196, 0.15);
  overflow: hidden;
  position: relative;
  height: 60px;
}
.table-main .table thead th {
  padding: 17px 30px !important;
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom: none !important;
  font-size: 12px;
}
.table-main .table thead th:first-child {
  border-top-left-radius: 15px;
}
.table-main .table thead th:last-child {
  border-top-right-radius: 15px;
}
@media screen and (min-width: 576px) {
  .table-main .table thead th {
    font-size: 16px;
  }
}
.table-main .table tbody td {
  padding: 17px 30px !important;
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom: none !important;
  font-size: 10px;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .table-main .table tbody td {
    font-size: 14px;
  }
}
.table-main .table tr {
  border-bottom: 1px solid var(--strol-color);
}
.table-main .table tr:last-child {
  border-bottom: none !important;
}
.table-main .table-inner {
  border: 1px solid #ccc;
  border-radius: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .table-main .table-inner {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-main .table-inner {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .patient-dertail-description {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .desktop-spec {
    width: 46% !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  .desktop-spec {
    width: 43% !important;
  }
  .desktop-spec h5 {
    font-size: 11.55px;
  }
  .desktop-spec p {
    font-size: 11px;
  }
  .desktop-spec:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1350px) {
  .desktop-spec {
    width: 45% !important;
  }
  .desktop-spec h5 {
    font-size: 13px;
    margin-top: 3px;
  }
  .desktop-spec p {
    font-size: 12px;
  }
}
.desktop-spec .typeOfContct {
  margin-top: 13px !important;
}

@media screen and (min-width: 992px) {
  .subscription-plans-main {
    margin-bottom: 47px !important;
  }
}

.spac-bet {
  margin-right: 25px;
  margin-bottom: 6.54px;
}
@media screen and (max-width: 767px) {
  .spac-bet {
    margin-bottom: 12px;
    padding-right: 10px;
    width: 50%;
    margin-right: 0px;
  }
  .spac-bet:nth-child(4) {
    margin-right: 0px;
  }
}
.spac-bet p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
}
@media screen and (min-width: 992px) {
  .spac-bet p {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.personal-address p {
  font-size: 10px !important;
}
@media screen and (min-width: 992px) {
  .personal-address p {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .patient-name-age {
    margin-bottom: 28px;
    position: relative;
    left: 133px;
    top: -10px;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .patient-name-age {
    position: unset;
  }
}

.patient-detail-main {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .patient-detail-main {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .patient-detail-main {
    margin-left: 238px;
  }
}
@media screen and (min-width: 1251px) {
  .patient-detail-main {
    margin-left: 238px;
  }
}
@media screen and (min-width: 1440px) {
  .patient-detail-main {
    margin-left: 238px;
  }
}

@media screen and (max-width: 767px) {
  .user-profile-background .patient-name-age {
    position: relative;
    width: 100%;
    padding-left: 131px;
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-background .user-pr {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .user-profile-background .timeZone-main {
    width: 100% !important;
  }
}

.content-main {
  float: left;
  width: 100%;
  background-color: rgb(222, 233, 236);
}
.content-main .content-main-inner {
  padding: 50px 80px 150px;
}
@media screen and (min-width: 1440px) {
  .content-main .content-main-inner {
    max-width: 1440px;
    margin: auto;
  }
}
@media screen and (max-width: 1250px) {
  .content-main .content-main-inner {
    padding: 20px 10px 150px;
  }
}
@media screen and (max-width: 575px) {
  .content-main .content-main-inner {
    padding: 33px 30px 120px;
  }
}
.content-main .content-main-inner .card .subscription-pkg {
  background-color: #ccc;
  width: 356px;
  height: 50px;
  border-radius: 25px;
  margin: auto;
  font-family: "MazzardH-Ragular";
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .content-main .content-main-inner .card .subscription-pkg {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
  }
}
.content-main .content-main-inner .card .subscription-pkg a {
  width: 50%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .content-main .content-main-inner .card .subscription-pkg a {
    font-size: 18px;
  }
}
.content-main .content-main-inner .card .subscription-pkg .active {
  background: var(--graish-COlor);
  width: 50%;
  height: 100%;
  border-radius: 25px;
  color: white !important;
  display: flex !important;
}
.content-main .content-main-inner .card .subscription-pkg .marker-person, .content-main .content-main-inner .card .subscription-pkg .marker-online {
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: white;
  position: absolute;
  z-index: 99999;
  top: 24px;
}
.content-main .content-main-inner .card .subscription-pkg .marker-online {
  left: 41px;
}
@media screen and (max-width: 575px) {
  .content-main .content-main-inner .card .subscription-pkg .marker-online {
    left: 24%;
  }
}
.content-main .content-main-inner .card .subscription-pkg .marker-person {
  left: 27px;
}
@media screen and (max-width: 575px) {
  .content-main .content-main-inner .card .subscription-pkg .marker-person {
    left: 14%;
  }
}
.content-main .content-main-inner .card .subscription-pkg .insurance-tab {
  cursor: not-allowed;
}
@media screen and (min-width: 576px) {
  .content-main .content-main-inner .card .subscription-image-container {
    width: 100%;
    height: 216px;
  }
  .content-main .content-main-inner .card .subscription-image-container img {
    height: 100%;
  }
}
@media screen and (min-width: 991px) {
  .content-main .content-main-inner .card .subscription-image-container {
    width: 100%;
    height: 216px;
    position: relative;
  }
  .content-main .content-main-inner .card .subscription-image-container img {
    height: 210px;
  }
}
@media screen and (min-width: 1250px) {
  .content-main .content-main-inner .card .subscription-image-container {
    width: 353px;
    height: 210px;
  }
}
@media screen and (max-width: 575px) {
  .content-main .content-main-inner .card .subscription-image-container {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .onlpkgmain-fir {
    display: none !important;
  }
}

.pakages {
  padding: 0px 35px;
}
@media screen and (min-width: 1200px) {
  .pakages {
    padding: 0px;
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .pakages {
    padding: 0px 15px;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pakages {
    padding: 0px;
  }
}
.pakages .card {
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0901960784), 0px 10px 6px 0px rgba(0, 0, 0, 0.0509803922), 0px 18px 7px 0px rgba(0, 0, 0, 0.0117647059), 0px 27px 8px 0px rgba(0, 0, 0, 0);
  padding: 25px 17px !important;
  flex: 0 0 268px; /* fixed width */
  max-width: 268px;
}
@media screen and (max-width: 575px) {
  .pakages .mediaction-pakg {
    align-items: center;
    padding: 0px;
  }
}
.pakages .mediaction-pakg .medic-pkg {
  font-size: 20px;
  height: 38px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "MazzardH-semibold";
  line-height: 100%;
}
@media screen and (min-width: 576px) {
  .pakages .mediaction-pakg .medic-pkg {
    margin-bottom: 12px !important;
  }
}
.pakages .mediaction-pakg .pakages-price .sub-price {
  display: flex;
  position: relative;
  justify-content: start;
  align-items: center;
}
.pakages .mediaction-pakg .pakages-price s {
  color: var(--Cloud-Grey) !important;
  text-align: center;
  margin-right: 5px;
}
.pakages .mediaction-pakg .pakages-price s > .ol-price {
  font-size: 16px !important;
  position: relative;
  color: var(--Cloud-Grey) !important;
}
@media screen and (min-width: 576px) {
  .pakages .mediaction-pakg .pakages-price s > .ol-price {
    width: auto;
    display: flex;
  }
}
.pakages .mediaction-pakg .pakages-price s > .ol-price::after {
  content: "";
  width: 50%;
  height: 1.5px;
  background-color: rgba(62, 62, 62, 0.2);
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  margin: auto;
}
.pakages .mediaction-pakg .pakages-price .ol-price {
  position: relative;
}
@media screen and (min-width: 576px) {
  .pakages .mediaction-pakg .pakages-price .ol-price {
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .pakages .mediaction-pakg .pakages-price .ol-price {
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1201px) {
  .pakages .mediaction-pakg .pakages-price .ol-price {
    width: auto;
    text-align: center;
  }
}
.pakages .mediaction-pakg .pakages-price .price {
  font-family: "MazzardH-semibold";
  font-size: 20px;
  position: relative;
  line-height: 100%;
  color: #77a1a4;
}
@media screen and (min-width: 576px) {
  .pakages .mediaction-pakg .pakages-price .price {
    display: flex;
  }
}
.pakages .mediaction-pakg .pakages-price .seprater {
  font-size: 18px;
  font-family: "MazzardH-Ragular";
  color: #77a1a4;
}
@media screen and (min-width: 576px) {
  .pakages .mediaction-pakg .pakages-price .seprater {
    width: 6%;
    text-align: center;
  }
}
.pakages .mediaction-pakg .pakages-price .duration {
  font-size: 16px;
  font-family: "MazzardH-Ragular";
  color: #77a1a4;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pakages .col-md-4 {
    margin-bottom: 20px;
  }
}
.pakages .col-md-4:last-child {
  padding-right: 0px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pakages .col-md-4:last-child {
    margin-bottom: 0px;
  }
}

.plan-button {
  margin: 0;
  justify-content: center;
  width: 100%;
}
.plan-button button {
  font-size: 16px;
  margin-bottom: 0;
}

@media screen and (min-width: 576px) {
  .pakages-price {
    align-items: baseline;
    justify-content: center;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pakages-price {
    height: 30px;
  }
}

.plan-list {
  margin: 20px 0px 0px 0px;
  min-height: 170px;
}
.plan-list ul {
  padding: 0px 17px;
}
.plan-list ul li {
  font-size: 15px;
  font-family: "MazzardH-medium";
  line-height: 18px;
  color: var(--primary);
  list-style: disc;
  margin-bottom: 10px;
}
.plan-list ul li:last-child {
  margin-bottom: 0;
}

.tab-content {
  height: 100%;
}

.choose-plan {
  position: relative;
}
.choose-plan .sub-btn {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: #77A1A4;
  margin: 0px 0px 0px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(94, 143, 188, 0.15);
}
@media screen and (min-width: 992px) {
  .choose-plan .sub-btn {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.choose-plan .sub-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .choose-plan .btn-plan {
    width: 100%;
  }
}
.choose-plan .cancel-sub {
  position: absolute;
  top: 11px;
  right: 12px;
}

.subscription-table-detail {
  background-color: var(--graish-COlor);
  padding: 13px 13px 13px 24px;
  border-radius: 20px;
}

@media screen and (max-width: 575px) {
  .subs-detail-mai {
    display: none;
  }
}

.subscription-pakages {
  padding: 38px 55px 38px 6px;
  color: white;
  font-family: "MazzardH-medium";
  line-height: 16.55px;
}
@media screen and (max-width: 991px) {
  .subscription-pakages {
    padding: 26px 0px;
  }
}
.subscription-pakages ul li {
  padding: 35px 0px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .subscription-pakages ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .subscription-pakages ul li {
    font-size: 12px;
    width: 95%;
  }
}
@media screen and (max-width: 575px) {
  .subscription-pakages ul li {
    padding: 21px 0px;
    font-size: 14px;
    line-height: 18.5px;
    width: 136px;
  }
}
.subscription-pakages ul li::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .subscription-pakages ul li::after {
    width: 90%;
  }
}
.subscription-pakages ul li:first-child {
  padding-top: 0px;
}
.subscription-pakages ul li:last-child {
  padding-bottom: 0px;
}
.subscription-pakages ul li:last-child::after {
  display: none;
}

.subscription-provided {
  background-color: white;
  border-radius: 15px;
  padding: 0px 35px;
}
@media screen and (max-width: 575px) {
  .subscription-provided {
    padding: 0px 20px;
  }
}
.subscription-provided ul li {
  position: relative;
  padding: 32px 0px;
  display: flex;
  justify-content: center;
}
.subscription-provided ul li::after {
  content: "";
  background: rgba(62, 62, 62, 0.2);
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
}
.subscription-provided ul li::before {
  content: "";
  background: rgba(62, 62, 62, 0.2);
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
  left: unset;
}
@media screen and (max-width: 575px) {
  .subscription-provided ul li::before {
    display: none;
  }
}
.subscription-provided ul li .provided {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: var(--Summer-Green);
  position: relative;
}
.subscription-provided ul li .provided .provided-container {
  width: 18px;
  height: 15px;
  position: absolute;
  top: -2px;
  right: 0;
}
.subscription-provided ul li:last-child:after {
  display: none;
}

.subscription-pkgs .tab-content {
  display: block;
}
.subscription-pkgs .tab-content .onlPkgMain {
  display: flex;
  align-items: end;
  margin-bottom: 51px;
}
.subscription-pkgs .tab-content .inPerMain {
  display: flex;
}
@media screen and (max-width: 991px) {
  .subscription-pkgs .tab-content .inPerMain {
    display: block;
  }
  .subscription-pkgs .tab-content .inPerMain .col-md-4 {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .subscription-pkgs .tab-content .inPerMain {
    display: none;
  }
}

.card-subscription {
  border-radius: 25px;
}
.card-subscription .card-inner {
  padding: 40px 54px;
}
@media screen and (max-width: 575px) {
  .card-subscription .card-inner {
    padding: 35px 20px;
  }
}

.not-provided {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background-color: transparent;
  border: 2.5px solid var(--natural-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.not-provided .not-provided-container {
  width: 11px;
  height: 11px;
  display: flex;
}

.subs-list-last li::before {
  display: none;
}

@media screen and (max-width: 575px) {
  .visitPayment-inner {
    margin-top: 70px;
  }
}

.payment-discription {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .payment-discription {
    text-align: center;
    margin-top: 40px;
  }
}
.payment-discription p {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .payment-discription p {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.payment-discription p strong {
  font-size: 28px;
  font-family: "MazzardH-semibold";
}
.payment-discription .pay-par {
  font-size: 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .payment-discription .pay-par {
    font-size: 14px;
  }
}

.payment-pakages {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .payment-pakages {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .payment-pakages {
    padding: 0px;
  }
}
.payment-pakages .payment-pakage-list {
  height: 130px;
  border-radius: 20px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(62, 62, 62, 0.25);
  padding: 22px 20px;
  margin-bottom: 12px;
  width: 32%;
  cursor: pointer;
}
@media screen and (max-width: 1375px) {
  .payment-pakages .payment-pakage-list {
    width: 49%;
  }
}
@media screen and (max-width: 991px) {
  .payment-pakages .payment-pakage-list {
    padding: 0px 24px 0px 20px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .payment-pakages .payment-pakage-list {
    width: 100%;
  }
}
.payment-pakages .payment-pakage-list .pakage-main {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main {
    padding-top: 36px;
  }
}
.payment-pakages .payment-pakage-list .pakage-main .form-check-input {
  width: 20px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main .form-check-input {
    top: -22px;
  }
}
.payment-pakages .payment-pakage-list .pakage-main .list-icon {
  width: 7%;
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main .list-icon {
    width: 10%;
  }
}
.payment-pakages .payment-pakage-list .pakage-main .list-icon .list-icon-inner {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid rgba(62, 62, 62, 0.25);
}
.payment-pakages .payment-pakage-list .pakage-main .badge {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--graish-COlor);
  margin: 0px 0px 12px;
  background-color: rgba(119, 161, 164, 0.15);
  width: 194px;
  height: 27px;
  border-radius: 40px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .payment-pakages .payment-pakage-list .pakage-main .badge {
    width: 173px;
    height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main .badge {
    font-size: 12px;
    position: absolute;
    top: 18px;
  }
}
.payment-pakages .payment-pakage-list .pakage-main .treatement-name {
  width: 60%;
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 0px 20px;
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main .treatement-name {
    width: 55%;
    margin-left: 17px;
  }
}
.payment-pakages .payment-pakage-list .pakage-main .treatement-name h5 {
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: var(--primary);
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main .treatement-name h5 {
    font-size: 18px;
  }
}
.payment-pakages .payment-pakage-list .pakage-main .pay-amount {
  font-size: 36px;
  font-family: "MazzardH-semibold";
  color: var(--graish-COlor);
  width: 35%;
  text-align: end;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .payment-pakages .payment-pakage-list .pakage-main .pay-amount {
    font-size: 26px;
  }
}

.subscription-table-detail-inner {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .subscription-table-detail-inner .col-sm-6 {
    width: 50%;
  }
}
.subscription-table-detail-inner .col-md-4 {
  padding: 0px;
}

.selected {
  background-color: var(--primary) !important;
  color: white !important;
}
.selected .treatement-name h5 {
  color: white !important;
}
.selected .treatement-name .badge {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: white !important;
}
.selected .pay-amount {
  color: white !important;
}

.tottal-amount h5 {
  margin-bottom: 17px !important;
}
@media screen and (min-width: 992px) {
  .tottal-amount h5 {
    margin-bottom: 20px !important;
  }
}

.selected-icons {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: start;
  justify-content: right;
  position: relative;
}
.selected-icons .selected-icons-container {
  position: absolute;
  top: -2px;
  left: 4px;
}

.strat-treatment {
  width: 275px;
}
.strat-treatment button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-family: "MazzardH-semibold";
  border: none;
  outline: none;
  color: white;
  background-color: var(--graish-COlor);
  /* filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.28));
   -webkit-backdrop-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.28));*/
}
@media screen and (min-width: 576px) {
  .strat-treatment button {
    width: 275px;
    margin: auto;
  }
}

.subs-mobile-view {
  display: none;
}
@media screen and (max-width: 575px) {
  .subs-mobile-view {
    display: block;
  }
}

.subsc-detail-main {
  width: 65% !important;
}

.subs-prov {
  width: 35% !important;
}

.fn-loader-description {
  position: fixed;
  bottom: 37%;
  font-family: "MazzardH-medium";
}

.carousel-indicators {
  bottom: -40px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: var(--Pastel-Grey);
  height: 3px;
}
.carousel-indicators .indicate {
  width: 100%;
  height: 3px;
  border: none;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--Pastel-Grey);
}
.carousel-indicators .active {
  background-color: rgba(62, 62, 62, 0.5);
}

.sliding {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  position: absolute;
  -webkit-animation: FadeForm 1s;
  animation: FadeForm 1s;
  transform: translateX(100%) scale(0);
  z-index: 999999;
}

.move {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  position: absolute;
  transform: translateX(-100%) scale(0);
}

.slide-poop {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  border-radius: 25px;
}
@media screen and (max-width: 575px) {
  .slide-poop {
    border-radius: 20px;
  }
}

.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  background: white;
  top: -61px;
}
@media screen and (max-width: 991px) {
  .profile-pic {
    top: -76px;
    right: 9px;
  }
}
.profile-pic input {
  display: none;
}
.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  z-index: 0;
}
@media screen and (min-width: 1440px) {
  .profile-pic img {
    width: 210px;
    height: 210px;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .profile-pic img {
    width: 108.563px;
    height: 108.563px;
    max-width: inherit;
  }
}
.profile-pic .-label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: rgb(250, 250, 250);
  transition: background-color 0.2s ease-in-out;
  border-radius: 100%;
  margin-bottom: 0;
}
.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
@media screen and (max-width: 992px) {
  .profile-pic span {
    height: unset;
    padding: 0px;
    font-size: 10px;
  }
}

@media screen and (min-width: 576px) {
  .scp-fields {
    display: flex;
  }
  .scp-fields .csfields {
    width: 100%;
    margin-right: 10px;
  }
  .scp-fields .zfields {
    width: 50%;
  }
}
.scp-fields .zfields .zipcode {
  margin-left: 0;
}

.emContacts {
  color: var(--primary) !important;
}
@media screen and (min-width: 576px) {
  .emContacts {
    font-size: 14px !important;
    line-height: 17px !important;
  }
}

.info-boxes .form-check-input {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.info-boxes .form-check-input:checked {
  background-color: var(--primary) !important;
  border: var(--primary);
  border-radius: 5px;
}

.card-credential .form-group {
  height: 50px !important;
}
.card-credential .form-group .form-control {
  height: 50px !important;
  padding: 0px 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.static-label .form-group {
  height: 50px !important;
}
.static-label .form-group .form-control {
  padding: 3px 0.75rem;
}
.static-label label {
  font-size: 12px !important;
  font-family: "MazzardH-semibold";
  color: #9A9A9A;
  margin: 0px 0px 2px !important;
  font-weight: 600;
  line-height: 14.18px;
  letter-spacing: -0.24px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  margin: 0px 0px 10px;
}
.form-group input {
  height: 45px;
  outline: none;
}
.form-group input:focus {
  box-shadow: none;
}

.info-boxes {
  margin: 17px 0px 0px 0px;
}

.custom-control-input + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 20px;
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: #666;
}

.dropdown-icon {
  position: relative;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
}
.dropdown-icon .drop-down {
  display: none;
  z-index: 999;
}
.dropdown-icon .drop-down .table-drop {
  position: absolute;
  top: 8px;
  right: 24px;
}
.dropdown-icon:hover .header-dropdown {
  display: block;
}

.allergies-main .select2-container {
  width: 100% !important;
}

.select2-search__field::placeholder {
  font-family: "MazzardH-Ragular";
  color: rgba(69, 49, 79, 0.75);
}
@media screen and (max-width: 575px) {
  .select2-search__field::placeholder {
    font-size: 14px;
  }
}

.select2-selection__rendered .select2-selection__choice {
  background-color: rgba(89, 153, 229, 0.2) !important;
  color: rrgba(44, 54, 62, 0.75) !important;
}
.select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  font-family: "MazzardH-Ragular" !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../src/svgs/dropdownarrow.svg);
  background-size: auto;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  background-repeat: no-repeat;
  left: -5px;
  top: 20px;
}

@media screen and (min-width: 576px) {
  .phar-intak h5 {
    margin-bottom: 0px !important;
  }
}

.search-provider .form-group label {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  margin: 0px 0px 10px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .search-provider .form-group label {
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) {
  .phar-main {
    display: flex;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .phar-main {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .toggle-icons {
    padding-right: 12px;
  }
}
.toggle-icons .search-input {
  width: 100%;
  margin-right: 8px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .toggle-icons .search-input {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .toggle-icons .search-input {
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 767px) {
  .toggle-icons .search-input {
    margin-right: 0;
  }
}
.toggle-icons .search-input > input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #F8F9FE;
  border: none;
  outline: none;
  padding-left: 35px;
  font-family: "MazzardH-medium";
  font-size: 10px;
}
@media screen and (min-width: 576px) {
  .toggle-icons .search-input > input {
    font-size: 14px;
  }
}
.toggle-icons .search-input > input::placeholder {
  font-size: 10px;
}
@media screen and (min-width: 576px) {
  .toggle-icons .search-input > input::placeholder {
    font-size: 14px;
  }
}
.toggle-icons .search-input .search-phar-icon {
  position: absolute;
  top: 40px;
  left: 11px;
}
@media screen and (min-width: 992px) {
  .toggle-icons .search-input .search-phar-icon {
    top: 40px;
  }
}
.toggle-icons .search-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 767px) {
  .toggle-icons .search-icon {
    display: none;
  }
}
.toggle-icons .search-icon .select {
  background-color: var(--primary) !important;
}
.toggle-icons .search-icon .select::before {
  color: white;
}
.toggle-icons .search-icon .icon-combined-shape-list {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F8F9FE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-icons .search-icon .icon-combined-shape-list::before {
  font-size: 20px;
}

.phar-main .toggle-icons .search-phar-icon {
  top: 14px;
}

.provider-togg {
  margin-bottom: 13px !important;
}

.insuaranceHeading h1 {
  font-size: 24px;
  font-family: "MazzardH-semibold";
}

.Pharmacy-name,
.insurance-list-name {
  margin-top: 30px;
  height: 208px;
  overflow: auto;
  padding: 0px 10px 0px 0px;
}
@media screen and (min-width: 576px) {
  .Pharmacy-name,
  .insurance-list-name {
    margin-top: 20px;
    min-height: 240px;
  }
}
.Pharmacy-name .pharmecy-items,
.Pharmacy-name .insurance-items,
.insurance-list-name .pharmecy-items,
.insurance-list-name .insurance-items {
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .Pharmacy-name .pharmecy-items,
  .Pharmacy-name .insurance-items,
  .insurance-list-name .pharmecy-items,
  .insurance-list-name .insurance-items {
    margin-bottom: 18px;
    padding-right: 10px;
  }
}
.Pharmacy-name .pharmecy-items .phar-image,
.Pharmacy-name .pharmecy-items .insu-image,
.Pharmacy-name .insurance-items .phar-image,
.Pharmacy-name .insurance-items .insu-image,
.insurance-list-name .pharmecy-items .phar-image,
.insurance-list-name .pharmecy-items .insu-image,
.insurance-list-name .insurance-items .phar-image,
.insurance-list-name .insurance-items .insu-image {
  width: auto;
}
.Pharmacy-name .pharmecy-items .phar-image .phar-image-container,
.Pharmacy-name .pharmecy-items .phar-image .insu-image-container,
.Pharmacy-name .pharmecy-items .insu-image .phar-image-container,
.Pharmacy-name .pharmecy-items .insu-image .insu-image-container,
.Pharmacy-name .insurance-items .phar-image .phar-image-container,
.Pharmacy-name .insurance-items .phar-image .insu-image-container,
.Pharmacy-name .insurance-items .insu-image .phar-image-container,
.Pharmacy-name .insurance-items .insu-image .insu-image-container,
.insurance-list-name .pharmecy-items .phar-image .phar-image-container,
.insurance-list-name .pharmecy-items .phar-image .insu-image-container,
.insurance-list-name .pharmecy-items .insu-image .phar-image-container,
.insurance-list-name .pharmecy-items .insu-image .insu-image-container,
.insurance-list-name .insurance-items .phar-image .phar-image-container,
.insurance-list-name .insurance-items .phar-image .insu-image-container,
.insurance-list-name .insurance-items .insu-image .phar-image-container,
.insurance-list-name .insurance-items .insu-image .insu-image-container {
  width: 39.66px;
  height: 39.66px;
  border-radius: 50px;
}
@media screen and (min-width: 576px) {
  .Pharmacy-name .pharmecy-items .phar-image .phar-image-container,
  .Pharmacy-name .pharmecy-items .phar-image .insu-image-container,
  .Pharmacy-name .pharmecy-items .insu-image .phar-image-container,
  .Pharmacy-name .pharmecy-items .insu-image .insu-image-container,
  .Pharmacy-name .insurance-items .phar-image .phar-image-container,
  .Pharmacy-name .insurance-items .phar-image .insu-image-container,
  .Pharmacy-name .insurance-items .insu-image .phar-image-container,
  .Pharmacy-name .insurance-items .insu-image .insu-image-container,
  .insurance-list-name .pharmecy-items .phar-image .phar-image-container,
  .insurance-list-name .pharmecy-items .phar-image .insu-image-container,
  .insurance-list-name .pharmecy-items .insu-image .phar-image-container,
  .insurance-list-name .pharmecy-items .insu-image .insu-image-container,
  .insurance-list-name .insurance-items .phar-image .phar-image-container,
  .insurance-list-name .insurance-items .phar-image .insu-image-container,
  .insurance-list-name .insurance-items .insu-image .phar-image-container,
  .insurance-list-name .insurance-items .insu-image .insu-image-container {
    width: 59.47px;
    height: 59.47px;
  }
}
.Pharmacy-name .pharmecy-items .phar-detail,
.Pharmacy-name .pharmecy-items .insu-detail,
.Pharmacy-name .insurance-items .phar-detail,
.Pharmacy-name .insurance-items .insu-detail,
.insurance-list-name .pharmecy-items .phar-detail,
.insurance-list-name .pharmecy-items .insu-detail,
.insurance-list-name .insurance-items .phar-detail,
.insurance-list-name .insurance-items .insu-detail {
  line-height: 14px;
  margin-left: 15px;
}
.Pharmacy-name .pharmecy-items .phar-detail .phar-name,
.Pharmacy-name .pharmecy-items .phar-detail .insu-name,
.Pharmacy-name .pharmecy-items .insu-detail .phar-name,
.Pharmacy-name .pharmecy-items .insu-detail .insu-name,
.Pharmacy-name .insurance-items .phar-detail .phar-name,
.Pharmacy-name .insurance-items .phar-detail .insu-name,
.Pharmacy-name .insurance-items .insu-detail .phar-name,
.Pharmacy-name .insurance-items .insu-detail .insu-name,
.insurance-list-name .pharmecy-items .phar-detail .phar-name,
.insurance-list-name .pharmecy-items .phar-detail .insu-name,
.insurance-list-name .pharmecy-items .insu-detail .phar-name,
.insurance-list-name .pharmecy-items .insu-detail .insu-name,
.insurance-list-name .insurance-items .phar-detail .phar-name,
.insurance-list-name .insurance-items .phar-detail .insu-name,
.insurance-list-name .insurance-items .insu-detail .phar-name,
.insurance-list-name .insurance-items .insu-detail .insu-name {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .Pharmacy-name .pharmecy-items .phar-detail .phar-name,
  .Pharmacy-name .pharmecy-items .phar-detail .insu-name,
  .Pharmacy-name .pharmecy-items .insu-detail .phar-name,
  .Pharmacy-name .pharmecy-items .insu-detail .insu-name,
  .Pharmacy-name .insurance-items .phar-detail .phar-name,
  .Pharmacy-name .insurance-items .phar-detail .insu-name,
  .Pharmacy-name .insurance-items .insu-detail .phar-name,
  .Pharmacy-name .insurance-items .insu-detail .insu-name,
  .insurance-list-name .pharmecy-items .phar-detail .phar-name,
  .insurance-list-name .pharmecy-items .phar-detail .insu-name,
  .insurance-list-name .pharmecy-items .insu-detail .phar-name,
  .insurance-list-name .pharmecy-items .insu-detail .insu-name,
  .insurance-list-name .insurance-items .phar-detail .phar-name,
  .insurance-list-name .insurance-items .phar-detail .insu-name,
  .insurance-list-name .insurance-items .insu-detail .phar-name,
  .insurance-list-name .insurance-items .insu-detail .insu-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}
.Pharmacy-name .pharmecy-items .phar-detail .phar-address,
.Pharmacy-name .pharmecy-items .phar-detail .insu-nam,
.Pharmacy-name .pharmecy-items .insu-detail .phar-address,
.Pharmacy-name .pharmecy-items .insu-detail .insu-nam,
.Pharmacy-name .insurance-items .phar-detail .phar-address,
.Pharmacy-name .insurance-items .phar-detail .insu-nam,
.Pharmacy-name .insurance-items .insu-detail .phar-address,
.Pharmacy-name .insurance-items .insu-detail .insu-nam,
.insurance-list-name .pharmecy-items .phar-detail .phar-address,
.insurance-list-name .pharmecy-items .phar-detail .insu-nam,
.insurance-list-name .pharmecy-items .insu-detail .phar-address,
.insurance-list-name .pharmecy-items .insu-detail .insu-nam,
.insurance-list-name .insurance-items .phar-detail .phar-address,
.insurance-list-name .insurance-items .phar-detail .insu-nam,
.insurance-list-name .insurance-items .insu-detail .phar-address,
.insurance-list-name .insurance-items .insu-detail .insu-nam {
  font-size: 8px;
  font-family: "MazzardH-medium";
  color: rgba(34, 34, 34, 0.6);
}
@media screen and (min-width: 576px) {
  .Pharmacy-name .pharmecy-items .phar-detail .phar-address,
  .Pharmacy-name .pharmecy-items .phar-detail .insu-nam,
  .Pharmacy-name .pharmecy-items .insu-detail .phar-address,
  .Pharmacy-name .pharmecy-items .insu-detail .insu-nam,
  .Pharmacy-name .insurance-items .phar-detail .phar-address,
  .Pharmacy-name .insurance-items .phar-detail .insu-nam,
  .Pharmacy-name .insurance-items .insu-detail .phar-address,
  .Pharmacy-name .insurance-items .insu-detail .insu-nam,
  .insurance-list-name .pharmecy-items .phar-detail .phar-address,
  .insurance-list-name .pharmecy-items .phar-detail .insu-nam,
  .insurance-list-name .pharmecy-items .insu-detail .phar-address,
  .insurance-list-name .pharmecy-items .insu-detail .insu-nam,
  .insurance-list-name .insurance-items .phar-detail .phar-address,
  .insurance-list-name .insurance-items .phar-detail .insu-nam,
  .insurance-list-name .insurance-items .insu-detail .phar-address,
  .insurance-list-name .insurance-items .insu-detail .insu-nam {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.Pharmacy-name .pharmecy-items .phar-detail .phar-city,
.Pharmacy-name .pharmecy-items .insu-detail .phar-city,
.Pharmacy-name .insurance-items .phar-detail .phar-city,
.Pharmacy-name .insurance-items .insu-detail .phar-city,
.insurance-list-name .pharmecy-items .phar-detail .phar-city,
.insurance-list-name .pharmecy-items .insu-detail .phar-city,
.insurance-list-name .insurance-items .phar-detail .phar-city,
.insurance-list-name .insurance-items .insu-detail .phar-city {
  font-size: 8.59px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
}
@media screen and (min-width: 576px) {
  .Pharmacy-name .pharmecy-items .phar-detail .phar-city,
  .Pharmacy-name .pharmecy-items .insu-detail .phar-city,
  .Pharmacy-name .insurance-items .phar-detail .phar-city,
  .Pharmacy-name .insurance-items .insu-detail .phar-city,
  .insurance-list-name .pharmecy-items .phar-detail .phar-city,
  .insurance-list-name .pharmecy-items .insu-detail .phar-city,
  .insurance-list-name .insurance-items .phar-detail .phar-city,
  .insurance-list-name .insurance-items .insu-detail .phar-city {
    font-size: 12.88px;
  }
}

.pharm-next {
  background-color: var(--Lavender-Grey);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36.89px;
  height: 35.89px;
  border-radius: 50px;
}
@media screen and (min-width: 575px) {
  .pharm-next {
    width: 50px;
    height: 50px;
  }
}
.pharm-next .phar-next-icon {
  border: none;
  background: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0px;
}

@media screen and (min-width: 576px) {
  .provider-items .pharm-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .provider-items .pharm-next {
    width: 64px;
    height: 64px;
  }
}

.selected {
  background-color: var(--graish-COlor) !important;
}
.selected .phar-next-icon {
  color: white;
}

.phar-toggle-main {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .phar-toggle-main {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .phar-toggle-main {
    padding-right: 12px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 767px) {
  .phar-toggle-main {
    display: block !important;
  }
}
.phar-toggle-main .toggle-city-zip {
  display: none;
}
@media screen and (min-width: 576px) {
  .phar-toggle-main .toggle-city-zip {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 991px) {
  .phar-toggle-main .toggle-city-zip {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .phar-toggle-main .toggle-city-zip {
    flex-wrap: wrap;
  }
}
.phar-toggle-main .toggle-city-zip label {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  margin: 0px 0px 6px;
  font-weight: 600;
  line-height: initial;
}
@media screen and (min-width: 992px) {
  .phar-toggle-main .toggle-city-zip label {
    font-size: 14px;
  }
}
.phar-toggle-main .toggle-city-zip .city-name-field {
  width: 48%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .phar-toggle-main .toggle-city-zip .city-name-field:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .phar-toggle-main .toggle-city-zip .city-name-field:last-child {
    width: 100%;
  }
}
.phar-toggle-main .toggle-city-zip .city-name-field span .select2-selection.select2-selection--single {
  height: 40px !important;
}
.phar-toggle-main .toggle-city-zip .city-name-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px !important;
}
.phar-toggle-main .toggle-city-zip .city-name-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
.phar-toggle-main .toggle-city-zip .city-name-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
}
.phar-toggle-main .toggle-city-zip .city-name-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -3px !important;
}
.phar-toggle-main .toggle-city-zip .city-name-field .icon-chevron-down {
  position: absolute;
  top: 35px;
  right: 9px;
  z-index: 999999;
  color: var(--Friar-Grey);
}
.phar-toggle-main .toggle-city-zip input {
  width: 100%;
  height: 40px;
  border-radius: 9.62px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
  font-family: "MazzardH-medium";
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .phar-toggle-main .toggle-city-zip input {
    font-size: 14px;
  }
}
.phar-toggle-main .toggle-city-zip input::placeholder {
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: var(--Friar-Grey);
}
@media screen and (min-width: 992px) {
  .phar-toggle-main .toggle-city-zip input::placeholder {
    font-size: 14px;
  }
}
.phar-toggle-main .toggle-city-zip .zip-code-field {
  width: 48%;
}
@media screen and (min-width: 575px) {
  .phar-toggle-main .toggle-city-zip .zip-code-field {
    width: 48%;
  }
}

.ModalButton:disabled {
  background-color: var(--Lavender-Grey) !important;
  border: none !important;
  cursor: not-allowed;
}

.linkImage {
  width: 142px;
  height: 114px;
  margin: auto;
  margin-bottom: 39px;
}

.quit-text h5 {
  line-height: 22px;
  font-family: "MazzardH-semibold";
  margin-bottom: 27px;
}

.rotate-btn {
  color: #fff !important;
  background: var(--primary) !important;
  padding: 10px;
  border-radius: 5px;
  border: none !important;
}

@media screen and (min-width: 576px) {
  .up-dr {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .ex-driv {
    display: none;
  }
}

.back-image-upload {
  position: relative;
}
@media screen and (min-width: 576px) {
  .back-image-upload {
    margin-top: 0px !important;
    margin-bottom: 45px;
  }
}

.image-uplaod {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 575px) {
  .image-uplaod {
    height: 120px;
    margin-top: 15px;
  }
}
.image-uplaod h5 {
  font-size: 18px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
}
.image-uplaod .front-image {
  top: 0px;
}
.image-uplaod .back-image {
  top: 20px;
}
.image-uplaod .image-heading h5 {
  margin-bottom: 4.3px;
}
.image-uplaod .dr-image-container {
  width: 160px;
  min-height: 103px;
  margin: 0px auto 19px auto;
}
@media screen and (min-width: 576px) {
  .image-uplaod .dr-image-container {
    width: 170px;
    height: 100px;
    margin: 0px;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .image-uplaod .dr-image-container {
    width: 210px;
    height: auto;
    width: 210px;
    margin: 0px;
    position: absolute;
  }
}
.image-uplaod .dr-image-container img {
  width: 100%;
  border-radius: 10px;
}
.image-uplaod .dr-image-container .fr-image {
  border-radius: 8px;
}

.dr-image img {
  border-radius: 10px;
}

.image-heading h5 {
  font-size: 18px !important;
  color: var(--primary) !important;
}

.back-border-image .ring-2, .back-border-image .ring-1, .front-border-image .ring-2, .front-border-image .ring-1 {
  position: absolute;
  width: 33.91px;
  height: 33.91px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .back-border-image .ring-2, .back-border-image .ring-1, .front-border-image .ring-2, .front-border-image .ring-1 {
    width: 22px;
    height: 22px;
  }
}

.front-border-image {
  display: none;
}
@media screen and (min-width: 576px) {
  .front-border-image {
    display: block;
  }
}
.front-border-image .ring-1 {
  top: -14px;
  left: -19px;
}
.front-border-image .ring-2 {
  top: -14px;
  right: -19px;
}

.back-border-image {
  display: none;
}
@media screen and (min-width: 576px) {
  .back-border-image {
    display: block;
  }
}
.back-border-image .ring-1 {
  bottom: -14px;
  left: -19px;
}
.back-border-image .ring-2 {
  right: -14px;
  bottom: -19px;
}

.skiptsk {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .skiptsk {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .image-heading h5 {
    margin-bottom: 14px !important;
    text-align: left;
  }
}

.file-uload {
  position: relative;
}
@media screen and (min-width: 576px) {
  .file-uload {
    width: 50%;
  }
}
.file-uload label {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color);
  border: 1px solid;
  border: 1px solid rgba(69, 49, 79, 0.5);
  text-align: justify;
  display: flex;
  align-items: center;
  padding: 0px 12px;
}
@media screen and (max-width: 575px) {
  .file-uload label {
    border-radius: 10px;
    height: 40px;
    padding: 0px 15px 0px 35px;
  }
}
.file-uload input[type=file] {
  display: none;
}
.file-uload .icon-file-search {
  position: absolute;
  top: 13px;
  left: 12px;
  display: none;
}
.file-uload .choose-btn {
  position: absolute;
  top: 21px;
  right: 12px;
}
@media screen and (max-width: 575px) {
  .file-uload .choose-btn {
    position: absolute;
    top: 8px;
    right: 15px;
  }
}
.file-uload .choose-btn .choose-bt {
  position: relative;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: var(--Glacial-Blue);
}
.file-uload .choose-btn .choose-bt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100%;
  height: 1px;
  background: var(--Glacial-Blue);
}

.insurance-modal {
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.insurance-modal h5 {
  margin-bottom: 4px !important;
}
.insurance-modal p {
  line-height: 13px !important;
}
.insurance-modal:after {
  display: none;
}

.need-help {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color);
  margin: 0px 0px 12px !important;
}
@media screen and (min-width: 576px) {
  .need-help {
    width: 50%;
    justify-content: center;
  }
}
.need-help .readInst {
  color: var(--Jacarta-color);
  font-family: "MazzardH-Ragular";
  border: none;
  background-color: transparent;
}
.need-help p {
  font-size: 14px !important;
}
@media screen and (min-width: 992px) {
  .need-help p {
    font-size: 16px !important;
  }
}

.read-inst .inst-des p {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color);
  margin: 0px 0px 20px;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .read-inst .inst-des p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .read-inst .up-ins {
    margin-bottom: 28.5px;
  }
}

.release-info-boxes {
  justify-content: space-between;
}
@media screen and (min-width: 991px) {
  .release-info-boxes {
    justify-content: start;
  }
  .release-info-boxes .check-list {
    margin-right: 49px;
  }
}

@media screen and (min-width: 768px) {
  .single-image-upload {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .single-image-heading {
    display: flex;
    align-items: center;
  }
  .single-image-heading .dr-image-container {
    position: relative;
    width: 30%;
    height: 100%;
  }
  .single-image-heading .file-uload {
    width: 70%;
    padding: 0px 40px 0px 0px;
  }
  .single-image-heading .file-uload .choose-btn {
    right: 55px;
  }
}

.dr-image-container embed {
  border-radius: 10px;
}

.modal-body form .modal-fields {
  margin-bottom: 6px;
}
.modal-body form .modal-fields label {
  font-size: 10px;
  font-family: "MazzardH-semibold";
  color: #9a9a9a;
  margin: 0px 0px 3px;
}
.modal-body form .modal-fields .icon-dropdown {
  position: absolute;
  margin-top: 17px;
  font-size: 15px;
  right: 30px;
  z-index: 9999999999;
  transition: 0.5s ease;
}

.form-floating > .form-control {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  padding: 0.75rem 0.75rem;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #f7f7f7;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .form-floating > .form-control {
    font-size: 16px;
  }
}
.form-floating > .form-control:focus {
  box-shadow: none;
}
.form-floating > label {
  padding: 0.75rem 0.75rem;
  color: #9a9a9a;
  font-family: "MazzardH-medium";
}
@media screen and (min-width: 992px) {
  .form-floating > label {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .title-input > .form-control {
    height: 56px;
  }
  .title-input > label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.infoLisenceImage .identity-image-container {
  width: 208px;
  height: 132px;
  margin: auto;
}
.infoLisenceImage h6 {
  text-align: center;
}

.insurance-Coverage h6 {
  font-size: 18px !important;
}
@media screen and (max-width: 575px) {
  .insurance-Coverage .form-group > div {
    flex-direction: column !important;
  }
  .insurance-Coverage .form-group > div .fields {
    width: 100%;
  }
}

.front-container {
  width: 255px !important;
}

.identety-information {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .identety-information {
    text-align: justify;
  }
}
.identety-information h5 {
  font-size: 18px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
}
.identety-information h6 {
  font-size: 18px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
}
.identety-information p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color) !important;
}
@media screen and (min-width: 992px) {
  .identety-information p {
    font-size: 14px !important;
  }
}

.form-group input {
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "MazzardH-medium";
  color: var(--primary);
}

.fn-phone-confirmation-section p,
.fn-phone-confirmation-section button {
  font-size: 10px;
}
.fn-phone-confirmation-section span {
  font-size: 12px;
  font-family: "MazzardH-medium";
}

.form-group {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 575px) {
  .form-group {
    margin-bottom: 12px !important;
  }
}
.form-group:last-child {
  margin-bottom: 0px !important;
}
.form-group .fields {
  width: 48%;
  position: relative;
}
.form-group .fields .icon-dropdown {
  position: absolute;
  top: 40px;
  right: 12px;
  z-index: 999999999;
  font-size: 16px;
  display: none;
}
.form-group .full-field {
  width: 100%;
}
.form-group label {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: #9A9A9A;
  margin: 0px 0px 2px;
  line-height: 13px;
}
@media screen and (max-width: 575px) {
  .form-group label {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .form-group input {
    font-size: 14px;
  }
}

.intake-model-nav {
  margin-bottom: 24px;
}
.intake-model-nav .def-locations button {
  font-size: 12px !important;
}
@media screen and (min-width: 992px) {
  .intake-model-nav .def-locations button {
    font-size: 16px !important;
  }
}

.def-nav-main {
  justify-content: space-around;
  border-bottom: none;
  position: relative;
  background-color: white !important;
  margin: 0px !important;
}
@media screen and (max-width: 575px) {
  .def-nav-main {
    justify-content: space-between;
  }
}
.def-nav-main:after {
  content: "";
  height: 0.8px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 45px;
  right: 0;
}
.def-nav-main .def-locations .active {
  position: relative;
}
.def-nav-main .def-locations .active:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 0.8px;
  background-color: #000000;
}
.def-nav-main .def-locations .nav-link {
  color: rgba(34, 34, 34, 0.5) !important;
}
.def-nav-main .def-locations .nav-link.active {
  color: var(--primary) !important;
}
.def-nav-main .def-locations button {
  font-size: 14px;
  font-family: "MazzardH-medium" !important;
  color: var(--primary) !important;
  border: none !important;
  background: transparent !important;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
}
@media screen and (min-width: 992px) {
  .def-nav-main .def-locations button {
    font-size: 20px;
  }
}

.def-content {
  position: relative;
}
.def-content .tab-pane {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  line-height: 1.2rem;
  font-weight: 500;
}

.edit-pahr-fields {
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 991px) {
  .edit-pahr-fields {
    right: 21.55px;
  }
}
.edit-pahr-fields button {
  font-size: 18px;
  font-family: "MazzardL-Medium";
  color: var(--Palatinate-Blue);
  border: none;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid var(--Palatinate-Blue);
  padding: 0px;
}

.def-container p {
  width: 240px;
}
@media screen and (max-width: 575px) {
  .def-container h5 {
    width: 240px;
  }
}

.modal-add .pay-btn {
  top: 17px !important;
  right: 19px;
}
@media screen and (min-width: 992px) {
  .modal-add .pay-btn {
    right: 66px;
  }
}
.modal-add .total-member {
  top: 19px;
}
.modal-add .family-list {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .modal-add .status {
    font-size: 7.8px;
    width: 41.7px;
    height: 13.5px;
  }
}
@media screen and (min-width: 992px) {
  .modal-add .varified {
    width: 15.922px;
    height: auto;
  }
}

.defaultinitials {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 10px !important;
  font-family: "MazzardH-medium" !important;
  color: white;
  background-color: #413d45;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.insurance-status,
.payment-status {
  line-height: 0px;
  width: 14px;
}
@media screen and (min-width: 992px) {
  .insurance-status,
  .payment-status {
    width: 18px;
  }
}

.insurance-list .selected,
.payment-list .selected {
  border-radius: 10px;
}
.insurance-list .selected .payment-image-container,
.payment-list .selected .payment-image-container {
  background: white;
}
.insurance-list .selected .payment-name,
.payment-list .selected .payment-name {
  color: white !important;
}
.insurance-list .selected .payment-card-number,
.payment-list .selected .payment-card-number {
  color: white !important;
}
.insurance-list .selected .dropdown-toggle,
.payment-list .selected .dropdown-toggle {
  color: white !important;
}
.insurance-list .selected .payment-image-container,
.payment-list .selected .payment-image-container {
  width: 100% !important;
  height: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
}
.insurance-list .selected .payment-image-container .mr-2,
.payment-list .selected .payment-image-container .mr-2 {
  color: black;
}
.insurance-list .selected:after,
.payment-list .selected:after {
  display: none;
}
.insurance-list li,
.payment-list li {
  width: 100%;
  height: 51px;
  text-align: justify !important;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  .insurance-list li,
  .payment-list li {
    height: 56px;
  }
}
.insurance-list .no-data,
.payment-list .no-data {
  text-align: center !important;
}

.insurance-image-container {
  width: 35.89px;
  height: 35.89px;
  margin-right: 6px;
}
@media screen and (min-width: 576px) {
  .insurance-image-container {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}

.insur-modal .insurance-list li, .insur-modal .payment-list li {
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .insur-modal .insurance-list li, .insur-modal .payment-list li {
    height: 56px !important;
  }
}
@media screen and (min-width: 992px) {
  .insur-modal .insurance-image-container {
    width: 45.47px;
    height: 45.47px;
  }
}

.insurance-item,
.payment-item {
  list-style: none;
  margin-top: 10px;
  position: relative;
  /*&:first-child {
      margin-top: 0px;
  }*/
}
.insurance-item .insurance-item-inner,
.insurance-item .payment-item-inner,
.payment-item .insurance-item-inner,
.payment-item .payment-item-inner {
  border: 1px solid var(--border-color);
  height: 100%;
  padding: 0px 16px;
  border-radius: 10px;
}
.insurance-item .insurance-item-inner .payment-image-container,
.insurance-item .payment-item-inner .payment-image-container,
.payment-item .insurance-item-inner .payment-image-container,
.payment-item .payment-item-inner .payment-image-container {
  width: 41px;
  height: 31px;
  margin-right: 13px;
  display: flex;
  align-items: center;
}
.insurance-item .insurance-item-inner .insurance-company-name,
.insurance-item .insurance-item-inner .payment-company-name,
.insurance-item .payment-item-inner .insurance-company-name,
.insurance-item .payment-item-inner .payment-company-name,
.payment-item .insurance-item-inner .insurance-company-name,
.payment-item .insurance-item-inner .payment-company-name,
.payment-item .payment-item-inner .insurance-company-name,
.payment-item .payment-item-inner .payment-company-name {
  line-height: 1.5rem;
}
.insurance-item .insurance-item-inner .insurance-company-name h5,
.insurance-item .insurance-item-inner .payment-company-name h5,
.insurance-item .payment-item-inner .insurance-company-name h5,
.insurance-item .payment-item-inner .payment-company-name h5,
.payment-item .insurance-item-inner .insurance-company-name h5,
.payment-item .insurance-item-inner .payment-company-name h5,
.payment-item .payment-item-inner .insurance-company-name h5,
.payment-item .payment-item-inner .payment-company-name h5 {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px !important;
}
@media screen and (max-width: 1200px) {
  .insurance-item .insurance-item-inner .insurance-company-name h5,
  .insurance-item .insurance-item-inner .payment-company-name h5,
  .insurance-item .payment-item-inner .insurance-company-name h5,
  .insurance-item .payment-item-inner .payment-company-name h5,
  .payment-item .insurance-item-inner .insurance-company-name h5,
  .payment-item .insurance-item-inner .payment-company-name h5,
  .payment-item .payment-item-inner .insurance-company-name h5,
  .payment-item .payment-item-inner .payment-company-name h5 {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1050px) {
  .insurance-item .insurance-item-inner .insurance-company-name h5,
  .insurance-item .insurance-item-inner .payment-company-name h5,
  .insurance-item .payment-item-inner .insurance-company-name h5,
  .insurance-item .payment-item-inner .payment-company-name h5,
  .payment-item .insurance-item-inner .insurance-company-name h5,
  .payment-item .insurance-item-inner .payment-company-name h5,
  .payment-item .payment-item-inner .insurance-company-name h5,
  .payment-item .payment-item-inner .payment-company-name h5 {
    max-width: 200px;
  }
}
@media screen and (max-width: 420px) {
  .insurance-item .insurance-item-inner .insurance-company-name h5,
  .insurance-item .insurance-item-inner .payment-company-name h5,
  .insurance-item .payment-item-inner .insurance-company-name h5,
  .insurance-item .payment-item-inner .payment-company-name h5,
  .payment-item .insurance-item-inner .insurance-company-name h5,
  .payment-item .insurance-item-inner .payment-company-name h5,
  .payment-item .payment-item-inner .insurance-company-name h5,
  .payment-item .payment-item-inner .payment-company-name h5 {
    max-width: 180px;
  }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .insurance-item .insurance-item-inner .insurance-company-name h5,
  .insurance-item .insurance-item-inner .payment-company-name h5,
  .insurance-item .payment-item-inner .insurance-company-name h5,
  .insurance-item .payment-item-inner .payment-company-name h5,
  .payment-item .insurance-item-inner .insurance-company-name h5,
  .payment-item .insurance-item-inner .payment-company-name h5,
  .payment-item .payment-item-inner .insurance-company-name h5,
  .payment-item .payment-item-inner .payment-company-name h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .insurance-item .insurance-item-inner .insurance-company-name h5,
  .insurance-item .insurance-item-inner .payment-company-name h5,
  .insurance-item .payment-item-inner .insurance-company-name h5,
  .insurance-item .payment-item-inner .payment-company-name h5,
  .payment-item .insurance-item-inner .insurance-company-name h5,
  .payment-item .insurance-item-inner .payment-company-name h5,
  .payment-item .payment-item-inner .insurance-company-name h5,
  .payment-item .payment-item-inner .payment-company-name h5 {
    font-size: 16px;
  }
}
.insurance-item .insurance-item-inner .insurance-company-name p,
.insurance-item .insurance-item-inner .payment-company-name p,
.insurance-item .payment-item-inner .insurance-company-name p,
.insurance-item .payment-item-inner .payment-company-name p,
.payment-item .insurance-item-inner .insurance-company-name p,
.payment-item .insurance-item-inner .payment-company-name p,
.payment-item .payment-item-inner .insurance-company-name p,
.payment-item .payment-item-inner .payment-company-name p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .insurance-item .insurance-item-inner .insurance-company-name p,
  .insurance-item .insurance-item-inner .payment-company-name p,
  .insurance-item .payment-item-inner .insurance-company-name p,
  .insurance-item .payment-item-inner .payment-company-name p,
  .payment-item .insurance-item-inner .insurance-company-name p,
  .payment-item .insurance-item-inner .payment-company-name p,
  .payment-item .payment-item-inner .insurance-company-name p,
  .payment-item .payment-item-inner .payment-company-name p {
    font-size: 13px;
  }
}

.insuranceCoverageModal {
  width: 100%;
}
.insuranceCoverageModal form {
  display: flex;
}

.checkboxes input {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.checkboxes input:checked {
  background-image: url(../../src/images/checkbox-icon.png);
}
.checkboxes h5 {
  font-size: 10px !important;
}

.intakeInput textarea {
  width: 50%;
  height: 35px;
  border: none;
  border-bottom: 1px solid var(--strol-color);
}
.intakeInput textarea:focus {
  outline: none;
  box-shadow: none;
}

.checkbox-img-container {
  position: relative;
  top: -5px;
  width: 16px !important;
  height: 15px !important;
}
.checkbox-img-container img {
  width: 16px !important;
  height: 15px !important;
  max-width: unset;
}

.InputContainer .Input {
  font-size: 15px !important;
  height: 40px !important;
  background-color: #f7f7f7 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  padding: 0px 5px !important;
  font-family: "MazzardH-medium" !important;
}

.tooltip-inner {
  background-color: #4b4b4b;
  padding: 0.4rem 1.5rem;
  border-radius: 50px;
  font-size: 8px;
  font-family: "MazzardH-medium";
}

.tooltip.show {
  opacity: 1;
  z-index: 9999999999;
}

.tooltip-arrow::before {
  border-top-color: #4b4b4b !important;
}

.view-payment-archived .show-payment-archived, .view-archived .show-archived {
  background: none;
  font-size: 12px;
  color: #656565;
  border: none;
  outline: none;
  font-family: "MazzardH-medium";
}
@media screen and (min-width: 992px) {
  .view-payment-archived .show-payment-archived, .view-archived .show-archived {
    font-size: 14px;
  }
}

.view-archived {
  text-align: center;
  margin-top: 20px;
}
.view-payment-archived {
  text-align: center;
}
.intake-space h5 {
  margin-bottom: 20px !important;
}

.intake-modal h5 {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
  margin: 0px 0px 10px;
  line-height: 21px;
}
@media screen and (min-width: 576px) {
  .intake-modal h5 {
    font-size: 18px;
    line-height: 30px;
    line-height: 15px;
  }
}
@media screen and (min-width: 992px) {
  .intake-modal h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.intake-modal h6 {
  font-size: 10px;
  font-family: "MazzardH-semibold";
}
@media screen and (min-width: 992px) {
  .intake-modal h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.intake-modal p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  margin: 0px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .intake-modal p {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.intake-modal .get-code {
  font-size: 18px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  margin: 0px 0px 10px;
  font-weight: 300;
  line-height: normal;
  opacity: 1;
  text-decoration: none;
}
.intake-modal .code-links button {
  color: #F47D31 !important;
  font-family: "MazzardH-semibold";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
  text-decoration: none;
}

.get-code {
  font-size: 18px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  margin: 0px 0px 10px;
  font-weight: 300;
  line-height: normal;
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .get-code {
    font-size: 12px;
  }
}

.countdown-container, .resend-contain {
  color: #414141 !important;
  font-size: 16px;
  font-family: "MazzardH-Ragular";
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .countdown-container, .resend-contain {
    font-size: 12px;
  }
}

.ch-pass h2 {
  font-size: 22px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
  margin: 0px 0px 20px !important;
}
@media screen and (max-width: 575px) {
  .ch-pass h2 {
    margin-bottom: 16px !important;
    font-size: 16px;
  }
}
.ch-pass h6 {
  font-size: 12px;
  color: var(--primary);
  margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .ch-pass h6 {
    font-size: 18px;
  }
}

.fl-ct h5 {
  font-size: 18px;
  font-family: "MazzardL-Medium";
}
@media screen and (min-width: 992px) {
  .fl-ct h5 {
    font-size: 22px;
  }
}

.icon-chevron-thin-left:before {
  font-weight: 600;
}

.btn-intake .btn-right, .btn-intake .btn-left {
  width: 49%;
}
@media screen and (min-width: 576px) {
  .btn-intake .btn-right, .btn-intake .btn-left {
    width: 211px;
  }
}

.btn-intake {
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .btn-intake {
    justify-content: flex-end;
  }
}
.btn-intake .btn-left {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .btn-intake .btn-left {
    margin-right: 15px;
  }
}
.btn-intake .btn-left .btn-left-inner {
  height: 50px;
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  color: white;
  border: 1px solid var(--primary);
  font-size: 14px;
  font-family: "MazzardH-semibold";
}
@media screen and (min-width: 576px) {
  .btn-intake .btn-left .btn-left-inner {
    font-size: 20px;
  }
}
.btn-intake .btn-right .btn-right-inner {
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 14px;
  font-family: "MazzardH-semibold";
}
@media screen and (min-width: 576px) {
  .btn-intake .btn-right .btn-right-inner {
    font-size: 20px;
  }
}

.wrapper {
  background-color: var(--modal-secondary);
  min-height: 159px;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.check-list label {
  font-family: "MazzardH-medium" !important;
  font-size: 10px;
  margin-bottom: 0px;
  margin-left: 6px;
  line-height: 12px;
  padding-left: 0px;
}

.notApplicable,
.decline {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: #7A7A7A;
  border: none;
  background: none;
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .notApplicable,
  .decline {
    padding-left: 12px;
    font-size: 16px;
  }
}

.cons-txt a {
  text-decoration: underline;
}

.text-consent {
  background: #f8f9fe;
  padding: 15px;
  height: 318px;
  overflow: auto;
  border-radius: 10px;
}

.allergies-sec-main {
  background-color: #F8FCFE;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px !important;
  padding: 20px 19px;
  min-height: 202px;
}
@media screen and (max-width: 575px) {
  .allergies-sec-main {
    padding: 11px 12px;
  }
}
.allergies-sec-main .select-placeholder {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--med-hos-placeholder);
}
.allergies-sec-main .select2-container--default .select2-selection--multiple {
  min-height: 150px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.allergies-sec-main .select2-selection__rendered li:nth-child(n+1) {
  margin-left: 0px !important;
  margin-right: 5px !important;
}
.allergies-sec-main .select2-container .select2-selection--multiple {
  border: none !important;
}

.tittle-discription p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  margin: 0px 0px 20px;
}
@media screen and (min-width: 992px) {
  .tittle-discription p {
    font-size: 16px;
  }
}

.word-counter {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: #AFAFAF;
}
@media screen and (min-width: 992px) {
  .word-counter {
    font-size: 16px;
  }
}

.wrapper {
  min-height: 159px;
  position: relative;
  padding: 16px;
}
.wrapper textarea {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  width: 100%;
  height: 100%;
  border: none;
  min-height: 159px;
}
@media screen and (min-width: 992px) {
  .wrapper textarea {
    font-size: 16px;
  }
}
.wrapper textarea:focus {
  outline: none;
}
.wrapper textarea::placeholder {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (min-width: 992px) {
  .wrapper textarea::placeholder {
    font-size: 14px;
  }
}

#the-count {
  position: absolute;
  bottom: 8px;
  right: 9px;
}

.zui-wrapper {
  border: 1px solid #000000;
  border-radius: 10px;
}

.zui-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 25px;
  font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
  border: none;
  color: var(--primary);
  padding: 10.8px 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
  white-space: nowrap;
  border-bottom: 1px solid var(--strol-color);
  font-family: "MazzardH-medium";
  text-align: center;
}
.zui-table thead th h6 {
  font-size: 12px;
  font-family: "MazzardH-medium";
}
.zui-table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.zui-table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.zui-table tbody td {
  border-bottom: solid 1px var(--strol-color);
  color: var(--primary);
  padding: 10px 40px;
  text-shadow: 1px 1px 1px #fff;
  white-space: nowrap;
}
.zui-table tbody tr:last-child td {
  border-bottom: unset;
}
.zui-table .last-sticky-child {
  border-bottom: 1px solid var(--strol-color) !important;
  border-bottom-left-radius: 10px;
}
.zui-table .zui-sticky-col {
  border-right: solid 1px var(--strol-color);
  position: absolute;
  top: auto;
  left: 0;
  width: 120px;
  font-family: "MazzardH-medium";
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid var(--strol-color);
  padding: 10.8px 10px;
  text-align: justify !important;
}
.zui-table .zui-sticky-col:last-of-type {
  border-radius: 0px 0px 10px 0px;
}
.zui-table .zui-sticky-col h6 {
  font-family: "MazzardH-medium";
  font-size: 12px;
}

.zui-wrapper {
  position: relative;
  height: 445px;
  margin-bottom: 26px;
}

.zui-scroller {
  margin-left: 120px;
  overflow-x: scroll;
  overflow-y: visible;
}

.form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position-x: 3px;
  overflow: visible;
  background-position-y: 1px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 13px;
  margin-top: 0px !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.form-check-input:checked {
  background-color: var(--primary);
  border: var(--primary);
  border-radius: 5px;
  background-image: url(../../src/svgs/checkbox-icon.svg) !important;
}
.form-check-input:focus {
  box-shadow: none;
}

.emergency-checkbox {
  margin-right: 15px;
}

.change-pass-group {
  margin-bottom: 12px !important;
}
@media screen and (min-width: 992px) {
  .change-pass-group {
    margin-bottom: 17px !important;
  }
}

.do-not-disturb .form-switch .form-check-input {
  height: 18px;
  border-radius: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
.do-not-disturb .form-switch .form-check-input:checked {
  background-image: url(../../src/images/Ellipse-ch.png) !important;
  background-size: 10px;
}

.success-insurance:checked {
  background-color: #5fb19f !important;
}

.reject-insurance {
  background-image: url(../src/images/cancel-cros.png) !important;
}
.reject-insurance:checked {
  background-color: #e26666 !important;
  background-size: 10px;
  background-position-x: 6px;
  background-position-y: 6px;
}

.smoke-section {
  margin-top: 70px;
}
@media screen and (max-width: 575px) {
  .smoke-section {
    margin-top: 24.16px;
  }
}

.consumption {
  margin-bottom: 34.5px;
}

.range {
  position: relative;
  width: 100%;
  height: 5px;
}

.range input {
  width: 100%;
  height: 0;
  position: absolute;
  top: 2px;
  -webkit-appearance: none;
  z-index: 9999;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  margin: -8px -5px 0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  border: 7px solid var(--primary);
  z-index: 9999;
  position: relative;
  top: -2px;
}
.range input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: -8px 0 0;
  background: white;
  cursor: pointer;
  border: 7px solid var(--primary);
  z-index: 9999;
  position: relative;
  top: -2px;
}
.range input::-ms-thumb {
  width: 26px;
  height: 26px;
  margin: -8px -5px 0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  border: 7px solid var(--primary);
  z-index: 9999;
  position: relative;
  top: -2px;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #eef1ff;
}
.range input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #eef1ff;
}
.range input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #eef1ff;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.insurance-company-name .insu-name {
  line-height: normal !important;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 992px) {
  .insurance-company-name .insu-name {
    margin-bottom: 6px !important;
  }
}

.range-labels {
  margin: 18px 0px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.range-labels li {
  position: relative;
  float: left;
  width: auto;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}
.range-labels li .count {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: #332e2e;
  margin: 0px;
}
.range-labels li::before {
  position: absolute;
  top: -26.5px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  width: 10.52px;
  height: 10.52px;
  border-radius: 50%;
  background: #eef1ff;
}

.intake-list {
  list-style: none;
}
.intake-list .intake-items {
  border-bottom: 1px solid var(--strol-color);
  padding: 11px 0px;
}
.intake-list .intake-items h6 {
  font-size: 12px;
  font-family: "MazzardH-medium";
}
.intake-list .intake-items:last-child {
  border-bottom: none;
}

body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: #c7c7c7;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: black;
}

::-webkit-scrollbar-track {
  width: 2px;
  height: 2px;
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: black;
}

.sidebar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: transparent;
}

.sidebar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: transparent;
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  height: 2px;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: transparent;
}

@media screen and (min-width: 576px) {
  .visitPayment {
    margin-top: 70px;
    padding: 0px 17px;
  }
}

.plan-heading h4 {
  font-size: 22px !important;
  font-family: "MazzardH-semibold";
  margin-bottom: 12px !important;
}
@media screen and (min-width: 992px) {
  .plan-heading h4 {
    font-size: 32px !important;
    margin-bottom: 8px !important;
  }
}
.plan-heading p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  line-height: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .plan-heading p {
    font-size: 20px;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  top: 0px;
  background-color: white;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1490196078));
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: -25px;
}

.move-icon {
  color: black;
  font-size: 16px;
}

.carousel-control-next {
  right: -25px;
}

.cus-para {
  margin-bottom: 35px;
}

.alco-sec {
  margin-bottom: 35px;
}
.alco-sec .tittle-discription p {
  margin-bottom: 56.93px;
}
@media screen and (max-width: 575px) {
  .alco-sec .tittle-discription p {
    margin-bottom: 31.43px;
  }
}

.note-txt p {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 0px 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .note-txt p {
    line-height: 11.82px;
  }
}
@media screen and (min-width: 992px) {
  .note-txt p {
    font-size: 18px;
  }
}
.note-txt p span {
  position: relative;
  top: 0px;
}
@media screen and (max-width: 575px) {
  .note-txt {
    margin-top: 8px;
  }
  .note-txt p {
    margin-bottom: 8px;
  }
}

.pregnant-txt h5 {
  margin-bottom: 0px;
}

.nav-tabs {
  border: none;
  background-color: rgba(119, 161, 164, 0.15);
  border-radius: 20px;
  margin: 0px 20px 11px;
}
.nav-tabs .nav-item {
  width: 50%;
}
.nav-tabs .nav-item .nav-link {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0px;
  color: var(--graish-COlor);
  font-family: "MazzardH-semibold";
}
.nav-tabs .nav-item .nav-link .tabs-icon:before {
  color: var(--graish-COlor);
}
.nav-tabs .nav-item .active {
  width: 100%;
  background: var(--graish-COlor);
  border-radius: 20px;
  color: white;
}
.nav-tabs .nav-item .active .tabs-icon:before {
  color: white !important;
}

.dep-patient {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 992px) {
  .dep-patient {
    margin-bottom: 29px !important;
  }
}

.tabs-icon {
  margin-right: 8px;
}

.axis-card {
  background-color: rgba(231, 232, 245, 0.25);
  border-radius: 20px;
  margin-top: 20px;
}
.axis-card .axis-card-inner {
  padding: 10px 25px 10px 25px;
}
@media screen and (max-width: 575px) {
  .axis-card .axis-card-inner {
    padding: 10px;
  }
}

.axis-score-modrate {
  margin-bottom: 36px;
}
.axis-score-modrate h6 {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: #414141;
}
@media screen and (max-width: 575px) {
  .axis-score-modrate h6 {
    font-size: 12px;
  }
}
.axis-score-modrate .datetimetxt {
  font-size: 7px;
  font-family: "Mazzard_Italic";
}
.axis-score-modrate .score {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: #210442;
  text-align: right;
}
.axis-score-modrate .score .count {
  color: var(--primary);
}

.tick {
  flex: 1;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  text-align: center;
  height: 100%;
  border: 1px solid var(--Green-White);
  border-top: none;
  border-bottom: none;
  display: flex;
  border-radius: 9px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  color: #5E63BC !important;
}
.tick:hover {
  background: linear-gradient(to bottom, rgba(231, 232, 245, 0.54), rgba(231, 232, 245, 0.73));
  border-radius: 9px;
  z-index: -999999;
}
.tick:hover .animated-section {
  transform: translateY(0px);
  transition: 0.3s transform;
  line-height: normal;
}
.tick .animated-section {
  background: var(--primary);
  border-radius: 5px 5px 0px 0px;
  font-size: 7.56px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transform: translateY(-50px);
  transition: 0.3s transform;
}

.axis-inner {
  position: relative;
}

.axis {
  position: absolute;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .rounded-cir .rounded-circle {
    width: 25px !important;
    height: 25px !important;
  }
}

.modal-body .axis {
  padding: 0px 0px 0px 46px;
}

.currentScore {
  width: 100%;
  position: absolute;
  top: 45px;
  display: flex;
}
.currentScore::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border: 1px dashed var(--primary);
  left: 0;
  z-index: 99999;
}
.currentScore .f-score {
  position: absolute;
  top: -10px;
  left: -15px;
  font-size: 8.58px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  width: 50%;
}
.currentScore .c-score {
  width: 23px;
  height: 23px;
  border-radius: 50px;
  position: absolute;
  top: -11px;
  right: 14px;
  background: white;
  border: 4px solid var(--primary);
  z-index: 99999;
  font-size: 8px;
  font-family: "MazzardH-medium";
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currentScore .current {
  font-size: 7.51px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  width: 50%;
  left: 50%;
  transform: translate(92%, -21px);
  z-index: 99;
}

.goalScore {
  width: 100%;
  position: absolute;
  top: 92px;
  display: flex;
}
.goalScore::before {
  content: "";
  position: absolute;
  border: 1px dashed #ccc;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 99999;
}
.goalScore .goal-score {
  position: absolute;
  top: -10px;
  left: -15px;
  width: 50%;
  font-size: 8.58px;
  color: var(--Lavender-Grey);
}
.goalScore .gole {
  width: 50%;
  left: 50%;
  transform: translate(94%, -21px);
  z-index: 99;
  font-size: 7.52px;
  font-family: "MazzardH-medium";
  color: var(--Lavender-Grey);
}

.dateformate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  position: relative;
}
.dateformate .slotdate {
  width: 21.38px;
  height: 21.38px;
  border-radius: 50%;
  font-size: 8.58px;
  font-family: "MazzardH-medium";
  color: #5e5e5e;
  background-color: white;
  box-shadow: 1px 1px 10px 0px #dddede;
}
.dateformate .slotmonth {
  font-size: 10.3px;
  font-family: "MazzardH-semibold";
  color: #5e5e5e;
  z-index: 9999;
  position: relative;
}

.phqScore {
  font-size: 7px;
  font-family: "MazzardH-semibold";
  color: #210442;
  position: absolute;
  top: 62px;
  left: -44px;
  transform: rotate(-90deg);
}

.axis-controls .d-right-btn, .axis-controls .d-left-btn {
  border: 0;
  background: white;
  color: white;
  z-index: 2;
  padding: 0;
  font-size: 10px;
  width: 15px;
  height: 15px;
  color: var(--primary);
  transition: all ease-in-out 0.3s;
  box-shadow: 1px 1px 10px 0px #dddede;
}

.axis-controls {
  margin-top: 12px;
  text-align: center;
}
.axis-controls p {
  font-size: 7px;
  font-family: "MazzardH-semibold";
  color: #210442;
  margin: 3px 10px;
}
.icon-info-icon {
  position: relative;
  top: 3px;
}
.icon-info-icon .popover {
  display: none;
}
.icon-info-icon:hover .popover {
  display: block;
  z-index: 999999;
}

.dateformat {
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: relative;
}
.dateformat .slotdate {
  width: 21.38px;
  height: 21.38px;
  border-radius: 50%;
  font-size: 8.58px;
  font-family: "MazzardH-medium";
  color: #5e5e5e;
  background-color: white;
  filter: drop-shadow(0px 0px 8.5795192719px #E7E8F5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dateformat .slotmonth {
  font-size: 10.3px;
  font-family: "MazzardH-semibold";
  color: #5e5e5e;
  z-index: 9999;
  position: relative;
}

.popover-inner {
  position: absolute;
  top: 21px;
  right: -37px;
  background: #4b4b4b;
  width: 251px;
  padding: 10px 12px;
  text-align: left;
  border-radius: 10px;
}
.popover-inner h6 {
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: white;
  font-weight: 400;
}

.popover-inner:after {
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.popover-inner:after {
  border-color: transparent;
  border-right-color: #4b4b4b;
  border-width: 8px;
  top: 0px;
  margin-top: -15px;
  transform: rotate(90deg);
  right: 9%;
}

.popover-content p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: white;
  line-height: 17.37px;
}

.eastimate-cost {
  color: white;
}
.eastimate-cost .pri-apply {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
}
.eastimate-cost .dotes {
  margin: 0px 5px;
}

.benifits-update {
  font-size: 7px;
  font-family: "Mazzard_Italic";
  color: #d3d3d3;
}

.got-btn {
  text-align: right;
}
.got-btn .g-btn {
  width: 45px;
  height: 20px;
  border-radius: 8px;
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: white;
}

.add-new-nsurance {
  padding: 7px 0px;
}
.add-new-nsurance p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
}

.questions-section {
  position: relative;
}
.questions-section p {
  color: var(--dark-green);
  font-size: 14px;
  text-align: center;
}
.questions-section p .icon-chevron-right {
  position: absolute;
  top: 1px;
}

.btn-block {
  background: rgba(119, 161, 164, 0.15) !important;
  color: var(--graish-COlor) !important;
}

.provider-list {
  list-style: none;
}
.provider-list .pharm-next {
  background-color: var(--primary);
}

.provider-items {
  margin-bottom: 10px;
}

.star-icons {
  margin-left: 2px;
  font-size: 8px;
}

.rating {
  font-size: 7px;
  font-family: "MazzardH-medium";
  color: var(--Burning-Orange);
}

.review {
  font-size: 7px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.6);
}

.benifits-sumary-main {
  background-color: rgba(231, 232, 245, 0.25);
  border-radius: 10px;
}
.benifits-sumary-main .benifits-sumary-inner {
  padding: 13px 10px;
  margin-bottom: 12px;
}
.benifits-sumary-main .benifits-sumary-inner .benif-heading h6 {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: rgba(34, 34, 34, 0.75);
}
.benifits-sumary-main .benifits-sumary-inner .sum-detail .eastimate-cost {
  color: rgba(34, 34, 34, 0.75);
  font-size: 12px;
}
.benifits-sumary-main .benifits-sumary-inner .sum-detail .eastimate-cost .pri-apply {
  font-size: 12px;
}
.benifits-sumary-main .benifits-sumary-inner .benifits-update {
  font-size: 8px;
  color: rgba(34, 34, 34, 0.75);
  text-align: center;
}

.total-charge .charge-main {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.75);
  margin: 0px 0px 8px;
}
.total-charge .charge-main .charge {
  float: right;
  font-size: 14px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
}

.benifits-line {
  color: var(--primary);
  opacity: 1;
}

.due-estime {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  margin: 0px 0px 9px;
}
.due-estime .due-estimate {
  float: right;
}
.due-estime .icon-info-icon {
  vertical-align: middle;
}

.resp-time {
  padding: 0px 40px;
}
.resp-time p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: var(--Oslo-Grey);
  text-align: center;
}
.resp-time p .res-txt {
  font-size: 10px;
  color: var(--Carbon-Grey);
}

.add-new-payment p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
}
@media screen and (min-width: 992px) {
  .add-new-payment p {
    font-size: 14px;
  }
}

.check__in__access {
  background-color: var(--Porcelain-color);
  width: 100%;
  height: 100%;
  position: absolute;
}
.check__in__access .check__inner {
  padding: 0px 29px;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.check-heading {
  margin-bottom: 12px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .check-heading {
    margin-top: 25px;
  }
}
.check-heading h3 {
  font-size: 20px;
  font-family: "MazzardH-semibold";
  color: #000000;
}

.check-para p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: #000000;
}

.check-btn {
  width: 275px;
}
@media screen and (min-width: 576px) {
  .check-btn {
    width: 375px;
  }
}
.check-btn button {
  font-family: "MazzardH-medium";
}
.check-btn button .icon-voice-user {
  margin-right: 12px;
}

.icon-check__in {
  font-size: 20px;
}

.with-no-camera {
  text-align: center;
}

.allow-icons {
  margin-right: 21px;
}

.blc-icon {
  position: relative;
  margin-right: 20px;
}
.blc-icon:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 9px;
  width: 3px;
  height: 28px;
  background-color: var(--Orangey-Red);
  transform: rotate(-38deg);
  border: 0.1px solid white;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.chat-room-main {
  transition: all ease-in-out 0.6s;
  opacity: 1;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chat-room-main {
    top: 75px;
  }
}
@media screen and (min-width: 768px) {
  .chat-room-main {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: calc(100% - 185px);
    background: var(--Dashboard-profile-gradient);
    animation: unset !important;
    padding-left: 1px;
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 1200px) {
  .chat-room-main {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .chat-room-main .chat-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50px 0px 0px 0px;
  }
}

@media screen and (min-width: 768px) {
  .chat-box {
    display: block !important;
  }
}

.closed {
  display: none;
  animation: fadein 0.7s ease;
}

.active {
  display: block !important;
  animation: fadein 0.8s ease;
}

@media screen and (max-widt: 850px) {
  .chat-box {
    display: none;
  }
}

.chat-room-header {
  background: var(--graish-COlor);
  position: sticky;
  top: 75px;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .chat-room-header {
    border-bottom: 1px solid rgb(228, 228, 228);
    border-right: 1px solid rgb(228, 228, 228);
    background: none;
  }
}
.chat-room-header .chat-room-header-inner {
  padding: 0px 20px;
  height: var(--chat-header-height);
  align-items: center;
}
@media screen and (min-width: 768px) {
  .chat-room-header .chat-room-header-inner {
    display: none !important;
  }
}
.chat-room-header .chat-room-header-inner h4 {
  font-size: 20px !important;
  font-family: "MazzardH-medium";
  color: white;
}
.chat-room-header .chat-room-header-inner .chat-icon {
  color: white !important;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-room-header .chat-room-header-inner .pluschat {
  margin-right: 8px;
}
.chat-room-header .chat-room-header-inner .icon-chevron-left {
  font-size: 17px;
}

.provider-chat-list {
  overflow: auto;
  width: 100%;
  height: calc(100vh - 202px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .provider-chat-list {
    background: #F6F7FB;
  }
  .provider-chat-list .provider-list li {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .provider-chat-list {
    border-right: 1px solid rgba(219, 219, 219, 0.75);
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
  }
}
.provider-chat-list .provider-list {
  height: 100%;
}

.chat-provider-info {
  flex: 1;
}

.provider-user {
  grid-template-columns: 4.3rem 1fr auto auto auto;
  grid-template-rows: 4rem;
}

.provider-list .provider-user-name {
  padding: 12px 21px;
  border-bottom: 1px solid var(--Desert-Storm);
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .provider-list .provider-user-name {
    padding: 12px 9px;
  }
}
.provider-list .provider-user-name .chat-provider-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.chat-provider-name {
  font-size: 18px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 4px;
  line-height: 21.28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .chat-provider-name {
    font-size: 14px;
  }
}

.last-msg-content {
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: #808080;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .last-msg-content {
    font-size: 12px;
  }
}

.provider-last-msg .chat-time {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: #808080;
  margin-right: 9px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .provider-last-msg .chat-time {
    font-size: 10px;
  }
}
.provider-last-msg .PerCus-noti-counter {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  font-size: 8px;
  font-family: "MazzardH-semibold";
  color: white;
  background-color: #e26666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-provider-group-image {
  position: relative;
  margin-right: 16px;
}
.chat-provider-group-image .group-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}
.chat-provider-group-image .chat-provider-image-one {
  position: relative;
  left: -14px;
}
.chat-provider-group-image .chat-provider-image-two {
  position: absolute;
  top: 0;
  right: 0;
}

.chat-serch {
  position: relative;
  display: block !important;
}
.chat-serch .search-btn {
  position: unset;
  padding-top: 0px;
}
.chat-serch .search-btn {
  top: 18px;
  padding-top: 0px;
  width: 20px;
  height: 20px;
  padding: 0px;
}
.chat-serch input {
  width: 100%;
  height: 53px;
  border-radius: 30px 30px 0px 0px;
  border: none;
  background: var(--chat-search-input);
  padding: 0px 20px 0px 20px;
  font-size: 14px;
  font-family: "MazzardH-Ragular";
}
@media screen and (min-width: 768px) {
  .chat-serch input {
    height: 60px;
    border-radius: 50px 0px 0px 0px;
    padding: 0px 28px 0px 45px;
  }
}
.chat-serch input:focus {
  outline: none;
}
.chat-serch input::placeholder {
  color: var(--Friar-Grey);
}
@media screen and (max-width: 767px) {
  .chat-serch input::placeholder {
    color: white;
  }
}

.search-btn {
  background: transparent;
  border: none;
  color: var(--Friar-Grey);
  position: absolute;
  top: 4px;
  right: 15px;
  z-index: 10000000000000000000;
}

.fn-cancel-plan-confirmation {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  color: var(--graish-COlor);
}
@media screen and (min-width: 992px) {
  .fn-cancel-plan-confirmation {
    margin-bottom: 0px;
  }
}

.provier-blur-item {
  width: 100%;
  height: 119px;
  position: fixed;
  bottom: 0;
  background: linear-gradient(rgba(246, 247, 251, 0), var(--Desert-Storm));
}

.chat-box-header {
  padding: 0px 33px 0px 22px;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .chat-box-header {
    display: none !important;
  }
}
.chat-box-header .chat-provider-image {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  overflow: hidden;
}
.chat-box-header .back-arrow .icon-chevron-thin-left {
  color: black;
}

.summary-payment-method-prev .icon-chevron-thin-left {
  color: black;
}

.provider-name .chat-provider-name {
  color: var(--primary);
  margin-bottom: 0px;
  font-family: "MazzardL-Semibold";
}
.provider-name .status {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  width: auto;
  height: auto;
}

.status-back {
  background-color: transparent !important;
}

.fn-scroller-loading {
  background: white;
}

.chat-history {
  position: absolute;
  width: 100%;
  height: calc(100% - 225px);
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .chat-history {
    height: 100%;
    background: white;
    border-radius: 30px 30px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .chat-history {
    width: 60%;
    height: calc(100% - 282px);
    padding: 0px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .chat-history {
    width: 70%;
  }
}
.chat-history .full-chat-history {
  height: 100%;
  overflow: auto;
  padding: 20px;
  animation: fadein 0.8s ease;
}
@media screen and (min-width: 768px) {
  .chat-history .full-chat-history {
    background: #ffffff;
  }
}
.chat-history .right {
  clear: both;
  margin-bottom: 12px;
}
.chat-history .right .chat-message {
  background-color: var(--chat-right-color);
  border-radius: 22px 22px 0px 22px;
  margin-left: auto;
  word-break: break-word;
}
.chat-history .right .chat-date {
  display: flex;
  justify-content: flex-end;
}
.chat-history .right .chat-user {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  color: #808080;
}
.chat-history .left {
  clear: both;
  margin-bottom: 12px;
}
.chat-history .left .chat-message {
  background-color: #eeeef8;
  border-radius: 22px 22px 22px 0px;
  margin-right: auto;
  word-break: break-word;
}
.chat-history .left .chat-date {
  display: flex;
  justify-content: left;
}
.chat-history .left .chat-user {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  color: #808080;
}
.chat-history .chat-message {
  padding: 12px;
  max-width: 84%;
  font-size: 12px;
  font-family: "MazzardH-medium";
  border: 1px solid rgba(219, 219, 219, 0.5);
  position: relative;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .chat-history .chat-message {
    font-size: 14px;
  }
}
.chat-history .chat-message .icon-clockwise-arrow {
  left: -22px;
}
.chat-history .chat-message .icon-information-solid {
  right: -18px;
}
.chat-history .chat-message .icon-error {
  position: absolute;
  top: 0px;
  color: #e26666;
  height: 100%;
  display: flex;
  align-items: center;
}
.chat-history .chat-date {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  color: #808080;
}
.chat-history .chat-daytime {
  margin: auto;
  background: gray;
  color: #fff;
  padding: 8px 11px;
  border-radius: 20px;
  margin-bottom: 11px;
  font-size: 12px;
  line-height: normal;
}

.chat-new-msg {
  background-color: #f7f7f9;
  width: 100%;
  height: 91px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .chat-new-msg {
    width: 60%;
    right: 0;
    bottom: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .chat-new-msg {
    width: 70%;
    right: 0;
  }
}
.chat-new-msg .chat-new-msg-inner {
  padding: 0px 30px;
}
.chat-new-msg .user-image-container {
  background: transparent;
}
@media screen and (max-width: 575px) {
  .chat-new-msg .user-image-container {
    width: 14%;
  }
}
@media screen and (min-width: 992px) {
  .chat-new-msg .user-image-container {
    width: 60px;
    height: auto;
  }
}
.chat-new-msg .user-image-container img {
  width: 38.9px;
  height: auto;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .chat-new-msg .user-image-container img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .chat-new-msg .user-image-container img {
    width: 60px;
  }
}

.user-send-msg {
  width: 87%;
  position: relative;
  margin-right: 12px;
  margin-left: 12px;
}
@media screen and (min-width: 992px) {
  .user-send-msg {
    width: 93%;
    margin-right: 29px;
  }
}
.user-send-msg > input {
  width: 75%;
  height: 39px;
  border: none;
  background: transparent;
}
.user-send-msg > input:focus {
  outline: none;
}
.user-send-msg .icons-chat {
  border-bottom: 2px solid rgba(219, 219, 219, 0.7);
}
.user-send-msg .choose-image {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 16px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .user-send-msg .choose-image {
    width: 21.21px;
  }
}
.user-send-msg .choose-file {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 17px;
  cursor: pointer;
}
.user-send-msg .choose-file .icon-file-search {
  color: #dedede;
  cursor: pointer;
}
.user-send-msg .choose-file .icon-file-search:before {
  font-size: 18px;
}

.send-message-btn {
  width: 10%;
}
@media screen and (min-width: 992px) {
  .send-message-btn {
    width: 3%;
  }
}
.send-message-btn button {
  border: none;
  background: transparent;
  width: 35px;
  height: 35px;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  .send-message-btn button {
    width: 42px;
    height: 42px;
  }
}

.appointment-scedual {
  max-width: 80%;
}

.scedual-msg {
  margin: auto;
  background-color: #f1d8c9;
  padding: 8px 11px;
  border-radius: 20px;
  margin-bottom: 11px;
}
.scedual-msg p {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  text-align: center;
}

.providers-main {
  background: var(--Desert-Storm);
  padding-bottom: 25px;
  height: 100%;
  border-top-left-radius: 50px;
}
@media screen and (max-width: 991px) {
  .providers-main {
    padding: 0px 30px 30px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .providers-main {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media screen and (min-width: 992px) {
  .providers-main {
    padding: 0px 50px 50px;
  }
}

.find-provider-section {
  padding: 30px 0px;
}
@media screen and (min-width: 992px) {
  .find-provider-section {
    padding: 50px 0px;
  }
}
.find-provider-section .provider-heading h2 {
  font-size: 24px;
  font-family: "MazzardH-semibold";
  margin-bottom: 20px;
  position: relative;
  left: 15px;
}
@media screen and (min-width: 992px) {
  .find-provider-section .provider-heading h2 {
    font-size: 28px;
  }
}
.find-provider-section .find-provider-section-inner {
  padding: 20px 15px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 992px) {
  .find-provider-section .find-provider-section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    height: 102px;
  }
}
.find-provider-section .find-provider-section-inner .search-provider {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .find-provider-section .find-provider-section-inner .search-provider {
    margin-bottom: 0px;
  }
  .find-provider-section .find-provider-section-inner .search-provider .search-input {
    top: 0;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .find-provider-section .find-provider-section-inner .toggle-city-zip {
    margin-bottom: 0px !important;
  }
  .find-provider-section .find-provider-section-inner .search-provider-btn {
    margin-top: 26px;
  }
}
@media screen and (min-width: 992px) {
  .find-provider-section .find-provider-section-inner .phar-toggle-main .toggle-city-zip .city-name-field {
    width: 33%;
  }
}

.search-provider-btn {
  margin-top: 13px;
}
.search-provider-btn button {
  height: 40px;
  font-size: 12px;
}

.f-provider {
  background-color: white;
  align-items: center;
  height: auto;
  padding: 0px 31px;
  margin-bottom: 15.68px;
  filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .f-provider {
    padding: 16px 20px;
  }
}
@media screen and (min-width: 576px) {
  .f-provider {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .f-provider {
    padding: 0px 24px;
    height: 166px;
  }
}
.f-provider .find-provider-list {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .f-provider .find-provider-list {
    flex-direction: column;
    align-items: start !important;
  }
}
.f-provider .f-rating {
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.f-provider .f-rating .star-icons {
  margin-right: 2px;
  margin-left: 0px;
}
.f-provider .f-rating .star-icons:before {
  display: block;
  height: 8px;
  width: 7px;
  position: relative;
  top: -0.5px;
}
.f-provider .f-rating .rating {
  margin-right: 2px;
}
.f-provider .provider-image {
  width: 75px;
  height: 75px;
  border: none !important;
}
.f-provider .provider-image img {
  aspect-ratio: 1;
}
@media screen and (max-width: 575px) {
  .f-provider .provider-image {
    width: 50px;
    height: 50px;
  }
}
.f-provider .provider-name {
  font-size: 18px !important;
  color: var(--primary);
}
.f-provider .specialization-list {
  font-size: 10px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .f-provider .specialization-list {
    font-size: 12px !important;
    margin-top: 4.5px;
    margin-bottom: 7px;
  }
}
.f-provider .meeting-type {
  font-size: 13px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
}
@media screen and (min-width: 992px) {
  .f-provider .meeting-type {
    font-size: 16px;
  }
}
.f-provider .meeting-type .inperson {
  text-decoration: underline;
}

.mindnest-heading {
  background-color: var(--graish-COlor);
  height: var(--chat-header-height);
  padding: 0px 22px;
}
@media screen and (min-width: 992px) {
  .mindnest-heading {
    height: calc(var(--chat-header-height) + 40px);
  }
}
.mindnest-heading h2 {
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: white;
}
@media screen and (min-width: 992px) {
  .mindnest-heading h2 {
    font-size: 30px;
  }
}
.mindnest-heading .icon-chevron-thin-left {
  color: white;
}

.overlay-provider {
  width: 100%;
  height: calc(100% - 97px);
  background: var(--Desert-Storm);
  position: absolute;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 576px) and (max-width: 1439px) {
  .overlay-provider {
    margin-left: 110px;
    width: calc(100% - 110px);
    border-radius: 50px 0px 0px 0px;
  }
}
@media screen and (min-width: 1439px) {
  .overlay-provider {
    margin-left: 238px;
    width: calc(100% - 238px);
    border-radius: 50px 0px 0px 0px;
  }
}

@media screen and (min-width: 992px) {
  .pro-conf .confirm-button {
    width: 275px;
    margin: auto;
  }
}

.mindnest-card {
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .mindnest-card {
    border: unset;
  }
}
.mindnest-card .mindnest-card-inner {
  background-color: white;
  border-radius: 30px 30px 0px 0px;
  padding: 17px 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .mindnest-card .mindnest-card-inner {
    border-radius: 30px 30px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .mindnest-card .mindnest-card-inner {
    padding: 20px;
    padding-bottom: 55px;
    border-radius: 50px 0px 0px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .mindnest-card .mindnest-card-inner {
    padding: 45px 50px 0px;
  }
}
.mindnest-card .mindnest-card-inner .visit-heading h4 {
  font-size: 16px;
  font-family: "MazzardH-semibold";
}
.mindnest-card .nav-tabs {
  margin: 0px 0px 18px 0px;
}

.select-arrow {
  position: relative;
}
.select-arrow .icon-dropdown {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 999999;
  color: var(--Grey-Goose);
}

.insurance-main-inner h4 {
  margin-bottom: 9px;
}
@media screen and (max-width: 575px) {
  .insurance-main-inner h4 {
    margin-bottom: 8px;
  }
}

.office-location-inner h4 {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .office-location-inner h4 {
    margin-bottom: 20px;
  }
}

.check-box {
  margin-top: 14px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .check-box {
    margin-bottom: 20px !important;
  }
}
.check-box h5 {
  font-size: 12px;
  margin-left: 8px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .check-box h5 {
    font-size: 16px !important;
  }
}

.owl-item {
  background: rgba(119, 161, 164, 0.15);
  height: 54.168px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .owl-item {
    height: 32px;
  }
}
.owl-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.owl-item .item h4 {
  font-size: 28px !important;
  font-family: "MazzardH-medium";
  text-align: center;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 575px) {
  .owl-item .item h4 {
    font-size: 16px !important;
  }
}

.icon-chevron-thin-left,
.icon-chevron-thin-right {
  font-weight: 600;
}

.owl-button {
  background: none !important;
  border: none;
  position: absolute;
  top: 5px;
  color: var(--primary) !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  z-index: 99999 !important;
  margin: 0px !important;
  padding: 0px !important;
}

.prev-slide, .next-slide {
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: center;
}
@media screen and (max-width: 991px) {
  .prev-slide, .next-slide {
    background-position-x: center !important;
  }
}
.prev-slide:disabled, .next-slide:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.prev-slide {
  left: -18px;
  background-image: url("../../src/svgs/prev_cland.svg");
  background-position-x: 7px;
  margin-right: 12px;
}

.next-slide {
  right: -18px;
  background-image: url("../../src/svgs/next_calnd.svg");
  background-position-x: 26px;
}

.calender-dates {
  margin-top: 12px;
}
@media screen and (max-width: 575px) {
  .calender-dates {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.calender-dates .dated {
  width: 25%;
  height: 180px;
  border-radius: 17.474px;
  text-align: center;
  padding: 12px 2px 12px 0px;
}
@media screen and (min-width: 992px) {
  .calender-dates .dated {
    padding: 23px 2px 10px 0px;
  }
}
@media screen and (max-width: 575px) {
  .calender-dates .dated {
    height: 142px;
    border-radius: 10px;
  }
}
.calender-dates .dated .day {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  line-height: normal;
  margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
  .calender-dates .dated .day {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.calender-dates .dated .date {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  line-height: normal;
}
@media screen and (min-width: 767px) {
  .calender-dates .dated .date {
    font-size: 14px;
  }
}
.calender-dates .dated .appointment-time {
  width: 42px;
  padding: 8px 0px;
  background: var(--OBProviderColor);
  margin: auto;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 9px;
  cursor: pointer;
}
@media screen and (min-width: 575px) {
  .calender-dates .dated .appointment-time {
    width: 67px;
    height: 37px;
    border-radius: 15px;
    padding: 10px 0px;
  }
}
@media screen and (min-width: 992px) {
  .calender-dates .dated .appointment-time {
    width: 55px;
    height: 37px;
    border-radius: 15px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1150px) {
  .calender-dates .dated .appointment-time {
    width: 65px;
    height: 37px;
    border-radius: 15px;
    margin-bottom: 8px;
  }
}
.calender-dates .dated .appointment-time h6 {
  font-size: 8px;
  margin-bottom: 0;
  color: #77A1A4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 575px) {
  .calender-dates .dated .appointment-time h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .calender-dates .dated .appointment-time h6 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1150px) {
  .calender-dates .dated .appointment-time h6 {
    font-size: 12px;
  }
}
.calender-dates .dated .appointment-time .icon-morning-icon,
.calender-dates .dated .appointment-time .icon-afternoon {
  color: var(--primary);
}
.calender-dates .dated .selected h6 {
  color: white;
}
.calender-dates .dated .appointment-active {
  background-color: var(--primary);
}
.calender-dates .dated .appointment-active h6 {
  color: white;
}
.calender-dates .dated .appointment-active .icon-morning-icon,
.calender-dates .dated .appointment-active .icon-afternoon {
  color: white !important;
}
.calender-dates .dated .dated-inner .day-date {
  margin-bottom: 10px;
}
.calender-dates .active-day {
  background-color: var(--OBProviderColor);
}
.calender-dates .active-day .appointment-time {
  background: rgba(119, 161, 164, 0.15);
}
.calender-dates .notavailable {
  width: 25px;
  margin: 0px auto 12px;
  padding: 11px 0px;
}
.calender-dates .notavailable hr {
  margin: 0px;
}

.meeting-time {
  margin-bottom: 15px;
}
.meeting-time h4 {
  font-size: 16px !important;
  font-family: "MazzardH-semibold";
}

.office-location {
  background-color: var(--Desert-Storm);
  border-radius: 10px;
  margin-bottom: 11px;
}
.office-location .office-location-inner {
  padding: 20px 20px 23px;
  text-align: center;
  background-color: var(--OBProviderColor);
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .office-location .office-location-inner {
    padding: 15px 10px 15px;
  }
}
.office-location .office-location-inner h5 {
  font-family: "MazzardH-semibold";
  margin-bottom: 6px;
  font-size: 11px !important;
}
@media screen and (min-width: 575px) {
  .office-location .office-location-inner h5 {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 576px) {
  .office-location .office-location-inner h5 {
    font-size: 18px !important;
  }
}
.office-location .office-location-inner p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  margin-bottom: 12px;
  width: 194px;
  margin: auto;
  line-height: 11.82px;
}
@media screen and (min-width: 576px) {
  .office-location .office-location-inner p {
    font-size: 12px;
    width: 100%;
  }
}
.office-location .office-location-inner .get-direction a {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  text-decoration: underline;
}

.pick-time-inner {
  margin-bottom: 12px;
}
.pick-time-inner .time {
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 7px 4px;
  width: 32%;
  background-color: rgba(119, 161, 164, 0.15);
  padding: 13px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 390px) {
  .pick-time-inner .time {
    width: 48%;
  }
}
.pick-time-inner .time:nth-child(3n+3) {
  margin-right: 0px;
}
.pick-time-inner .time-active {
  background-color: var(--primary) !important;
  color: white;
}

.billing-sumary {
  margin-bottom: 17px;
}
@media screen and (min-width: 992px) {
  .billing-sumary {
    margin-bottom: 40px;
  }
}

.billing-heading h4 {
  font-size: 16px !important;
  font-family: "MazzardH-semibold";
}

.popover-provider {
  top: 15px;
  right: 0px !important;
  transform: translate(55%, 10px);
}
.popover-provider::after {
  right: 50% !important;
}

.provider-profile-main {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .provider-profile-main {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .provider-profile-main {
    margin-bottom: 15px;
  }
}
.provider-profile-main .provider-image {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -44px;
}
@media screen and (min-width: 576px) {
  .provider-profile-main .provider-image {
    top: -40px;
  }
}
@media screen and (min-width: 767px) {
  .provider-profile-main .provider-image {
    top: -60px;
    position: relative;
  }
}
@media screen and (min-width: 991px) {
  .provider-profile-main .provider-image {
    top: -61px;
    position: absolute;
  }
}
.provider-profile-main .provider-detail {
  margin-left: 127px;
}
@media screen and (min-width: 1200px) {
  .provider-profile-main .provider-detail {
    margin-left: 252px;
  }
}
.provider-profile-main .provider-detail .provider-name {
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 7px;
  line-height: 28.37px;
}
@media screen and (min-width: 1200px) {
  .provider-profile-main .provider-detail .provider-name {
    font-size: 24px;
    font-family: "MazzardH-medium";
    color: var(--primary);
    margin: 0px 0px 8px;
  }
}
.provider-profile-main .provider-detail .provider-specialization {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
  margin: 0px 0px 3px;
  line-height: 23.64px;
}
@media screen and (min-width: 1200px) {
  .provider-profile-main .provider-detail .provider-specialization {
    font-size: 20px;
    font-family: "MazzardH-Ragular";
    color: var(--primary);
    margin: 0px 0px 8px;
    line-height: 100%;
  }
}
.provider-profile-main .provider-detail .provider-location {
  font-size: 14px;
  font-family: "Mazzard_Light";
  color: rgba(34, 34, 34, 0.6);
  margin: 0px 0px 19px;
  line-height: 23.64px;
}
@media screen and (min-width: 576px) {
  .provider-profile-main .provider-detail .provider-location {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .provider-profile-main .provider-detail .provider-location {
    font-size: 20px;
  }
}

@media screen and (min-width: 576px) {
  .inpersonVideo {
    justify-content: start;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .inpersonVideo {
    padding-left: 0px;
  }
}
.inpersonVideo .invid-btn {
  width: 153px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .inpersonVideo .invid-btn {
    width: 144px;
    margin-right: 20px;
    justify-content: normal;
  }
}
.inpersonVideo .invid-btn button {
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: var(--primary) !important;
  height: 30px;
  cursor: default;
}
@media screen and (min-width: 992px) {
  .inpersonVideo .invid-btn button {
    height: 40px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .rev-main {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
  .rev-main h4 {
    display: none;
  }
  .rev-main .patient-rev p {
    word-break: break-word;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .rev-main .patient-rev p {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  .rev-main .patient-rev .pat-rev-btn {
    width: 275px;
  }
}

.profile-navigation {
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .profile-navigation {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .profile-navigation {
    margin-bottom: 0px;
  }
}
.profile-navigation hr {
  height: 2px;
  background-color: #d9d9d9;
}
.profile-navigation ul {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (min-width: 992px) {
  .profile-navigation ul {
    padding-top: 17px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (min-width: 576px) {
  .profile-navigation ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .profile-navigation ul {
    justify-content: space-between;
  }
}
.profile-navigation ul li {
  font-size: 12px;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .profile-navigation ul li {
    margin: 0;
  }
}
.profile-navigation ul li:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 992px) {
  .profile-navigation ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-navigation ul li {
    font-size: 18px;
  }
}
.profile-navigation ul li a {
  color: rgba(34, 34, 34, 0.6);
  font-family: "MazzardH-Ragular";
  padding: 0px 15px;
}
@media screen and (max-width: 767px) {
  .profile-navigation ul li a {
    padding: 0;
  }
}
.profile-navigation ul li a.active {
  position: relative;
  color: var(--primary);
  font-family: "MazzardH-semibold";
}
.profile-navigation ul li a.active:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  height: 1px;
  width: 100%;
  bottom: -22px;
  left: 0;
}
@media screen and (max-width: 575px) {
  .profile-navigation ul li a.active:after {
    bottom: -14px;
  }
}
.profile-navigation ul .active {
  position: relative;
}
.profile-navigation ul .active a {
  color: var(--primary);
}
.profile-navigation ul .active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  left: 0;
}
@media screen and (min-width: 576px) {
  .profile-navigation ul .active:after {
    bottom: -21px;
    height: 2px;
  }
}
@media screen and (max-width: 575px) {
  .profile-navigation ul .active:after {
    bottom: -13px;
    height: 2px;
  }
}

.section {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .section {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.section h4 {
  font-size: 16px !important;
  font-family: "MazzardH-semibold";
}
@media screen and (min-width: 992px) {
  .section h4 {
    font-size: 20px !important;
  }
}
.section p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 16.66px;
}
@media screen and (min-width: 992px) {
  .section p {
    font-size: 16px;
  }
}
.section .moreless-button {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: var(--Palatinate-Blue);
  margin: 0px 0px 20px;
  text-decoration: underline !important;
}
.section .more-text {
  display: none;
}

.provider-about {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .provider-about .provider-about-inner {
    margin-top: 30px;
  }
}
.provider-about .provider-about-inner h4 {
  font-size: 16px !important;
  font-family: "MazzardH-semibold";
  display: block;
}
@media screen and (min-width: 992px) {
  .provider-about .provider-about-inner h4 {
    font-size: 18px !important;
    margin-bottom: 16px;
  }
}
.provider-about .provider-about-inner .provider-about-detail {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .provider-about .provider-about-inner .provider-about-detail {
    margin-bottom: 0px;
  }
}
.provider-about .provider-about-inner p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 16.66px;
}
@media screen and (min-width: 992px) {
  .provider-about .provider-about-inner p {
    font-size: 16px;
  }
}
.provider-about .provider-about-inner .moreless-button {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: #1249ee;
  margin: 0px 0px 20px;
  text-decoration: underline !important;
}
.provider-about .provider-about-inner .more-text {
  display: none;
}

.rating-patient h6 {
  margin-bottom: 5px;
}

.visit-heading p {
  font-size: 14px;
  font-family: "MazzardH-medium";
}
@media screen and (max-width: 575px) {
  .visit-heading p {
    font-size: 12px;
  }
}

.rating-section {
  margin-top: 20px;
  padding: 0px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .rating-section {
    width: 20.7%;
    border-right: 1px solid #d9d9d9;
    padding: 0px;
    margin: 0px;
  }
}
.rating-section h6 {
  font-size: 12px;
  font-family: "MazzardH-medium";
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .rating-section h6 {
    font-size: 11px;
    font-family: "MazzardH-semibold";
    margin-bottom: 12px;
  }
}
.rating-section h1 {
  font-size: 48px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .rating-section h1 {
    font-size: 32px;
  }
}
.rating-section .review {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.5);
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .rating-section .review {
    font-size: 9px;
  }
}
.rating-section .rating-stars {
  font-size: 18px;
  display: flex;
}
@media screen and (min-width: 992px) {
  .rating-section .rating-stars {
    margin-bottom: 8px;
  }
}
.rating-section .av-rat {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
}
@media screen and (max-width: 992px) {
  .rating-section .av-rat h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .rating-section .av-rat h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .rating-section .av-rat .rating-stars {
    font-size: 16px;
  }
}

.recomended-section {
  margin-bottom: 20px;
  /*
      &:nth-child(2n+2) {
          @media screen and (max-width:1146px) {
              margin-top: 0 !important;
          }

          @media screen and (max-width:992px) {
              margin-top: 20px !important;
          }
      }*/
}
@media screen and (min-width: 992px) {
  .recomended-section {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 60px;
  }
}
.recomended-section .icon-icon-star {
  font-size: 23px;
}
.recomended-section h5 {
  font-size: 13px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  margin: 0px 0px 4px !important;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .recomended-section h5 {
    font-size: 14px;
    margin-bottom: 6px !important;
  }
}
.recomended-section p {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: #5C5C5C;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .recomended-section p {
    font-size: 12px;
  }
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.patient-says {
  background: var(--Desert-Storm);
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .patient-says {
    background: unset;
    padding: 0px 0px 4px;
  }
}

.name-date .patient-name {
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .name-date .patient-name {
    margin-right: 26px;
  }
}
.name-date .pat-rev {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (min-width: 992px) {
  .name-date .pat-rev {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .provider-btn {
    text-align: center;
  }
}
.provider-btn button {
  font-size: 16px;
  width: 275px;
}

@media screen and (max-width: 575px) {
  .visit-heading {
    margin-bottom: 8px !important;
    margin-top: 15px;
  }
}
@media screen and (min-width: 575px) {
  .visit-heading {
    margin-bottom: 12px !important;
    margin-top: 20px;
  }
}

.provider-confirmation {
  padding-bottom: 45px !important;
}

.book-appointment {
  background: #F4F7F9;
  padding: 30px 18px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .book-appointment {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .book-appointment {
    margin-bottom: 40px;
    padding: 20px 3px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}

.book-appointment-inner h4 {
  font-size: 16px !important;
  font-family: "MazzardH-medium";
}
@media screen and (min-width: 992px) {
  .book-appointment-inner h4 {
    font-size: 16px !important;
  }
}
.book-appointment-inner h3 {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .book-appointment-inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.tab-pane {
  display: none;
}

.not-available {
  padding: 0px 34px;
  margin-top: 7px;
}
.not-available p {
  font-size: 9px;
  font-family: "MazzardH-medium";
  text-align: center;
}

.insurance-main-inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .insurance-main-inner .select-arrow {
    width: 100%;
  }
}
.insurance-main-inner .in-network {
  margin-top: 21px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .insurance-main-inner .in-network {
    margin-top: 35px;
    margin-bottom: 16px;
  }
}
.insurance-main-inner .in-network h4 {
  font-size: 16px !important;
}
@media screen and (min-width: 992px) {
  .insurance-main-inner .in-network h4 {
    font-size: 18px !important;
    margin-bottom: 11px;
  }
}
.insurance-main-inner .in-network p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .insurance-main-inner .in-network p {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .insurance-main-inner .check-you-insurance-coverage {
    position: absolute;
    top: 163px;
    right: 0;
  }
  .insurance-main-inner .check-you-insurance-coverage button {
    width: 275px;
  }
}

.insurance-provider-list {
  list-style: none;
}
@media screen and (min-width: 992px) {
  .insurance-provider-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.insurance-provider-list .insurance-provider-items {
  line-height: 50px;
}

.insurance-provider-image {
  width: auto;
  height: 25px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.insurance-provider-image img {
  width: 100%;
  height: 100%;
}

.insurance-provider-name {
  font-size: 14px;
  font-family: "MazzardH-medium";
  margin-top: auto;
  margin-bottom: auto;
  line-height: normal;
}

.insurance-provider-list-main {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 575px) {
  .insurance-provider-list-main {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.showmorebtn {
  width: 100%;
  margin-bottom: 27.5px;
  margin-top: 27.5px;
}
@media screen and (max-width: 575px) {
  .showmorebtn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.showmorebtn button {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: var(--Palatinate-Blue);
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
}
.showmorebtn button::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--Palatinate-Blue);
}

.total-insurance-txt {
  margin-right: 5px;
  font-size: 16px;
  font-family: "MazzardH-semibold";
}

.online-video-visit {
  background-color: var(--Desert-Storm);
  padding: 9px 12px;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 15px;
}
.online-video-visit p {
  font-size: 10px;
  font-family: "MazzardH-medium";
}

.icon-background {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background-color: var(--graish-COlor);
  color: white !important;
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .icon-background {
    width: 24px;
    height: 24px;
    margin-right: 10.12px;
  }
}
.icon-background .tabs-icon {
  margin-left: 6px;
  font-size: 6px;
}

.tabs-icon:before {
  color: white;
}

.office-location {
  width: 100%;
  margin-bottom: 0px;
}
.office-location > iframe {
  border: 0;
  width: 100%;
  height: 237px;
  border-radius: 10px;
}

.sec-spacing h4, .sec-spacing h3 {
  margin-bottom: 24px !important;
}

.education-background h4 {
  margin-bottom: 12px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .education-background h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.education-items {
  line-height: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .education-items {
    margin-bottom: 30px;
  }
  .education-items:last-child {
    margin-bottom: 0px;
  }
}
.education-items .education-item-main .education-heading {
  font-size: 14px;
  font-family: "MazzardH-medium";
  margin-bottom: 4px;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .education-items .education-item-main .education-heading {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.education-items .education-item-main .edu-inner {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .education-items .education-item-main .edu-inner {
    font-size: 16px;
  }
}
.education-items .edu-icon {
  margin-bottom: 10px;
}

.patient-review p {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
}
@media screen and (min-width: 992px) {
  .patient-review p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.trust-concern {
  background-color: var(--Desert-Storm);
  padding: 15px;
  margin-bottom: 16px;
}
.trust-concern h6 {
  font-size: 12px;
  line-height: 16.66px;
}
.trust-concern a {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  color: var(--Palatinate-Blue);
  position: relative;
}
.trust-concern a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--Palatinate-Blue);
}

.relSear {
  width: 48%;
  /* margin-bottom: 20px;*/
}
.relSear input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 0px 30px;
}
@media screen and (max-width: 991px) {
  .relSear input {
    font-size: 10px;
  }
}
.relSear input::placeholder {
  font-size: 10px;
  color: var(--primary);
}
@media screen and (min-width: 992px) {
  .relSear input::placeholder {
    font-size: 14px;
  }
}
.relSear input:focus {
  box-shadow: none;
  outline: none;
}

.search-coment {
  position: relative;
}
.search-coment .icon-seacrh-icon {
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .search-coment .icon-seacrh-icon {
    font-size: 10px;
  }
}

.patient-review-items {
  margin-bottom: 20px;
}
.patient-review-items .patient-rating-star {
  margin-bottom: 8px;
}

.patient-details-items .det-in {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: rgba(34, 34, 34, 0.4);
  position: relative;
}
@media screen and (min-width: 992px) {
  .patient-details-items .det-in {
    font-size: 14px;
  }
}
.patient-details-items .det-in::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 8px;
  left: -22px;
}
.patient-details-items .det-in:nth-child(3n+1)::after {
  display: none;
}

.seeReviews {
  padding-top: 10px;
  padding-bottom: 20px;
  float: unset;
}
.seeReviews button {
  float: left;
}

.provider-profile {
  display: none;
  height: 100%;
}

.provder-schedule {
  display: none;
  height: 100%;
}
.provder-schedule .cover_image {
  border-radius: 0px;
}

.con-main {
  height: 100%;
}
@media screen and (max-width: 575px) {
  .con-main .cover_image {
    border-radius: 0px;
  }
}
.con-main .mindnest-card-inner {
  max-width: 100% !important;
}

.carousel-inner .active {
  animation: unset !important;
}

.medical-sumary-main {
  padding-left: 1px;
  background-color: var(--Desert-Storm) !important;
  border-radius: 50px 0px 0px 0px;
}
@media screen and (max-width: 575px) {
  .medical-sumary-main {
    border-radius: 0px;
  }
}
.medical-sumary-main .mindnest-card {
  border-left: unset;
  background: var(--Dashboard-profile-gradient);
  padding-left: 1px;
}
@media screen and (max-width: 575px) {
  .medical-sumary-main .mindnest-card {
    padding-left: 0;
  }
}

.medical-sumary-inner .mindnest-card-inner {
  background-color: #f6f7fb !important;
}
@media screen and (max-width: 575px) {
  .medical-sumary-inner {
    border: unset;
  }
  .medical-sumary-inner .mindnest-card-inner {
    padding: 30px;
  }
}
.medical-sumary-inner .card {
  margin-bottom: 30px !important;
}
.medical-sumary-inner .card .card-body {
  background-color: white;
}

@media screen and (min-width: 992px) {
  .b-sum .b-sum-inner .card .card-header h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 575px) {
  .b-sum .b-sum-inner .card .card-header h5 {
    font-size: 14px;
  }
}

.medical-sumary-inner .sumary {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 575px) {
  .medical-sumary-inner .table-main {
    margin-top: 38px !important;
  }
}

.mf-history-main {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .mf-history-main {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .mf-history-main-inner .medical-history {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .mf-history-main-inner .medical-history .card {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .mf-history-main-inner .card .card-header .subTab li {
    width: 50%;
  }
}

.fm-heading {
  margin-bottom: 20px;
}
.fm-heading h4 {
  font-size: 16px;
  font-family: "MazzardH-medium";
}

.table-main {
  overflow-x: auto;
  width: 100%;
}

.mf-history-main .def-content .tab-pane {
  padding: 20px 0px 0px 16px;
}
@media screen and (min-width: 991px) {
  .mf-history-main .def-content .tab-pane {
    padding: 27px 0px 0px;
  }
}
@media screen and (max-width: 575px) {
  .mf-history-main .def-content .tab-pane {
    padding: 20px 0px 0px;
  }
}

.progress-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.progress-btn .button-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  z-index: 5;
  background: black;
  opacity: 0;
  transition: all 0.3s ease;
}

.loader-active .button-loader {
  opacity: 0.1;
  animation: progress-anim 10s ease 0s;
  z-index: 99999;
  border-radius: 10px;
  overflow: hidden;
  left: 0;
}

@keyframes progress-anim {
  0% {
    width: 0%;
  }
  5% {
    width: 0%;
  }
  10% {
    width: 15%;
  }
  30% {
    width: 40%;
  }
  50% {
    width: 55%;
  }
  80% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
.care-sumary .accordion-item {
  border-radius: 10px;
  margin-bottom: 0px;
  background: white;
  border: none;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .care-sumary .accordion-item {
    margin-top: 4px;
  }
}
.care-sumary .accordion-item:first-child {
  margin-top: 0px;
}
.care-sumary .accordion-item .accordion-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .care-sumary .accordion-item .accordion-body {
    padding: 40px;
  }
}
.care-sumary .accordion-item .accordion-header {
  background-color: var(--primary);
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px 13px;
}
@media screen and (min-width: 992px) {
  .care-sumary .accordion-item .accordion-header {
    padding: 0px 24px;
    height: 60px;
  }
}
.care-sumary .accordion-item .accordion-header::after {
  flex-shrink: 0;
  width: 15px;
  height: 17px;
  margin-left: auto;
  content: "";
  background-image: url("../../src/images/arrow-image.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-size: 13px;
  background-position-y: 5px;
}
@media screen and (max-width: 575px) {
  .care-sumary .accordion-item .accordion-header::after {
    background-position-y: 5px;
    width: 10px;
    background-size: 10px;
  }
}
.care-sumary .accordion-item .accordion-header:not(.collapsed)::after {
  background-image: url("../../src/images/arrow-image.png");
  transform: rotate(-180deg);
  background-position-y: 6px;
  transition: transform 0.2s ease-in-out;
}
.care-sumary .accordion-item .collapsed {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.care-sumary .accordion-item .accordion-button {
  font-size: 20px;
  font-family: "MazzardH-semibold";
  color: white;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .care-sumary .accordion-item .accordion-button {
    font-size: 14px;
    width: 275px;
  }
}
@media screen and (max-width: 420px) {
  .care-sumary .accordion-item .accordion-button {
    width: 117px;
  }
}
.care-sumary .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.care-sumary .accordion-item .accordion-button:after {
  display: none;
}
.care-sumary .accordion-item .date {
  font-family: "MazzardH-semibold";
  font-size: 20px;
  margin-right: 14px;
  width: 50%;
  text-align: end;
}
@media screen and (max-width: 575px) {
  .care-sumary .accordion-item .date {
    font-size: 14px;
    margin-right: 10px;
  }
}
.care-sumary .sumary-head {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.care-sumary .sumary-head h4 {
  font-size: 20px !important;
  font-family: "MazzardH-semibold";
}
@media screen and (max-width: 575px) {
  .care-sumary .sumary-head h4 {
    font-size: 14px !important;
  }
}
.care-sumary .sumary-head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0.6px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 575px) {
  .care-sumary .sumary-head::after {
    bottom: -2px;
  }
}
.care-sumary .summary-main-head {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .care-sumary .summary-main-head {
    margin-bottom: 10px;
  }
}
.care-sumary .summary-main-head:after {
  display: none;
}
.care-sumary .p-item {
  margin-bottom: 9px;
  align-items: center;
}
.care-sumary .p-item h6 {
  width: 50%;
  font-family: "MazzardH-medium";
  font-size: 10px;
  color: rgba(34, 34, 34, 0.5);
  margin: 0px;
}
@media screen and (min-width: 576px) {
  .care-sumary .p-item h6 {
    width: 50%;
    font-family: "MazzardH-medium";
    font-size: 16px;
    color: rgba(34, 34, 34, 0.5);
  }
}
.care-sumary .p-item p {
  width: 50%;
  color: var(--primary);
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  color: var(--primary) !important;
  font-size: 9px;
}
@media screen and (min-width: 576px) {
  .care-sumary .p-item p {
    width: 50%;
    font-family: "MazzardH-medium";
    font-size: 14px;
    color: rgba(34, 34, 34, 0.5);
  }
}
.care-sumary .care-sumary-card {
  background-color: var(--Desert-Storm);
  border-radius: 10px;
  padding: 20px 60px;
}
@media screen and (max-width: 575px) {
  .care-sumary .care-sumary-card {
    padding: 10px;
  }
}
.care-sumary .care-sumary-card .ca-sumary-list .ca-sumary-item {
  margin-bottom: 10px;
}
.care-sumary .care-sumary-card .ca-sumary-list .ca-sumary-item h6 {
  width: 50%;
  font-family: "MazzardH-medium";
  font-size: 9px;
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (min-width: 576px) {
  .care-sumary .care-sumary-card .ca-sumary-list .ca-sumary-item h6 {
    width: 50%;
    font-family: "MazzardH-medium";
    font-size: 16px;
    color: rgba(34, 34, 34, 0.5);
  }
}
.care-sumary .care-sumary-card .ca-sumary-list .ca-sumary-item p {
  width: 50%;
  color: var(--primary);
  font-size: 10px;
  line-height: 14px;
  color: var(--primary) !important;
  font-size: 7px;
}
@media screen and (min-width: 576px) {
  .care-sumary .care-sumary-card .ca-sumary-list .ca-sumary-item p {
    width: 50%;
    font-family: "MazzardH-medium";
    font-size: 14px;
    color: rgba(34, 34, 34, 0.5);
  }
}
.care-sumary .care-sumary-head {
  margin-bottom: 10px;
}
.care-sumary .care-sumary-head h4 {
  text-align: center;
}
.care-sumary .download-button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .care-sumary .download-button {
    margin-top: 20px;
  }
}
.care-sumary .download-button button {
  font-family: "MazzardH-semibold";
  width: 275px;
}
@media screen and (max-width: 450px) {
  .care-sumary .download-button button {
    width: 100%;
  }
}

.b-sum-card {
  padding: 20px;
  background: white;
  border-radius: 20px;
  margin-bottom: 20px;
}
.b-sum-card h6 {
  font-size: 12px;
  font-family: "MazzardH-medium";
  line-height: 17px;
  margin-bottom: 16px;
}
.b-sum-card .symptoms-list .symptoms-item {
  position: relative;
  padding-left: 15px;
}
.b-sum-card .symptoms-list .symptoms-item:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #000000;
}
.b-sum-card .symptoms-list .symptoms-item h6 {
  margin-bottom: 0px;
}

.learnmore {
  float: right;
  position: relative;
  top: -22px;
  color: var(--Palatinate-Blue);
  text-decoration: underline;
  font-family: "MazzardH-semibold";
  font-size: 12px;
}
.learnmore:focus {
  outline: none;
  box-shadow: none;
}

.viewAll {
  float: right;
  position: relative;
  top: 0px;
  color: var(--Palatinate-Blue);
  text-decoration: underline;
  font-family: "MazzardH-semibold";
  font-size: 12px;
}
.viewAll:focus {
  outline: none;
  box-shadow: none;
}

.faq-heading {
  background-color: var(--primary);
  padding: 15px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
}
.faq-heading h5 {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: white;
}

.faq-main {
  margin-bottom: 20px;
}

.faq-inner {
  background-color: white;
  padding: 30px 20px;
  border-radius: 0px 0px 20px 20px;
}
.faq-inner .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.faq-inner .accordion-body {
  background-color: var(--Desert-Storm);
  border-radius: 0px 0px 8px 8px;
}
@media screen and (min-width: 992px) {
  .faq-inner .accordion-body {
    padding: 1rem 80px;
  }
}
.faq-inner .accordion-button {
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: #000;
  background: #eef1ff;
  padding: 12px;
  line-height: 14px;
  border-radius: 8px !important;
  justify-content: space-between;
  border-radius: 8px;
  font-weight: 500;
  min-height: 48px;
}
.faq-inner .accordion-button::after {
  margin-left: 17px;
  width: 14px;
  height: 14px;
  background-size: unset;
  color: var(--primary);
  background-image: url(../src/images/qa-arrow.png);
  background-position-x: 0px;
  background-position-y: 4px;
}
.faq-inner .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq-inner .accordion-button:not(.collapsed) {
  border-radius: 8px 8px 0px 0px !important;
  box-shadow: none !important;
}

.fqs-item {
  display: none;
}

.provider-sumary {
  margin-bottom: 20px;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.provider-sumary .provider-profile-main {
  margin: 0px;
}
.provider-sumary .provider-detail .provider-name {
  font-size: 17.5px;
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .provider-sumary .provider-detail .provider-name {
    padding-top: 24px;
  }
}
.provider-sumary .provider-detail .provider-specialization {
  font-size: 12px;
  margin-bottom: 0px;
}
.provider-sumary .provider-detail .provider-location {
  font-size: 12.23px;
}

.social-icon {
  background-color: white;
  padding: 20px 27px;
  border-radius: 20px;
  justify-content: space-between;
}
.social-icon .icon-soical {
  font-size: 50px;
  color: var(--primary);
}

/*radio button*/
[type=radio]:not(:checked) {
  width: 18px;
  height: 16px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-position-y: 3px;
  border: none;
  background-size: 12px;
}
[type=radio]:checked {
  width: 18px;
  height: 16px;
  background-size: 12px;
  background-position-x: 4px;
  background-position-y: 3px;
}

.typeOfContct h5 {
  margin-left: 5px;
  color: rgba(34, 34, 34, 0.75);
}

.details {
  position: relative;
  margin-bottom: 40px;
}
.details:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.details:last-child {
  margin-bottom: 0px;
}
.details:last-child:after {
  display: none;
}
.details .typeOfContct {
  margin-top: 13px !important;
}
.details .typeOfContct .profle-fields {
  font-size: 14px !important;
}
@media screen and (max-width: 575px) {
  .details .typeOfContct .profle-fields {
    font-size: 12px !important;
  }
}

/*dropdown*/
.dropdown-menu {
  border-radius: 8px 0px 8px 8px;
  padding: 0px;
  border: 1.458px solid rgba(0, 0, 0, 0.1);
  min-width: 8rem;
  background: #fcfaf7;
  z-index: 99999;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    border-radius: 12px 0px 12px 12px;
  }
}
.dropdown-menu li {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: #000000;
  border-bottom: 1px solid var(--border-color);
  height: auto !important;
}
.dropdown-menu li button {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  color: #000000;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) {
  .dropdown-menu li button {
    font-size: 14px;
    padding: 7px 12px;
  }
}
.dropdown-menu li button:hover {
  background-color: unset;
  color: white;
}
.dropdown-menu li a {
  padding: 3px 10px;
}
@media screen and (min-width: 992px) {
  .dropdown-menu li a {
    font-size: 14.47px;
    padding: 8px 10px;
  }
}
.dropdown-menu li a:hover {
  background-color: unset;
  color: white;
}
.dropdown-menu li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
}
.dropdown-menu li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
}
.dropdown-menu li:hover {
  background: var(--primary);
  color: white;
}

.contcact-drop {
  position: absolute;
  right: 0px;
}

.footer .dropdown-menu {
  border-radius: 8px 8px 0px 8px;
}

.progress-bar {
  width: 0%;
  height: 3px;
  position: absolute;
  background: var(--primary);
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  transition-delay: 0.6s;
  bottom: 0;
}

.intakeprogressbar {
  background: var(--Summer-Green);
  height: 3px;
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  transition-delay: 0.6s;
}

.intake-step-1 {
  width: 4%;
}

.intake-step-2 {
  width: 8%;
}

.intake-step-3 {
  width: 12%;
}

.intake-step-4 {
  width: 16%;
}

.intake-step-5 {
  width: 20%;
}

.intake-step-6 {
  width: 24%;
}

.intake-step-7 {
  width: 28%;
}

.intake-step-8 {
  width: 32%;
}

.intake-step-9 {
  width: 36%;
}

.intake-step-10 {
  width: 40%;
}

.intake-step-11 {
  width: 44%;
}

.intake-step-12 {
  width: 48%;
}

.intake-step-13 {
  width: 52%;
}

.intake-step-14 {
  width: 56%;
}

.intake-step-15 {
  width: 60%;
}

.intake-step-16 {
  width: 64%;
}

.intake-step-17 {
  width: 68%;
}

.intake-step-18 {
  width: 72%;
}

.intake-step-19 {
  width: 76%;
}

.intake-step-20 {
  width: 80%;
}

.intake-step-21 {
  width: 84%;
}

.intake-step-22 {
  width: 88%;
}

.intake-step-23 {
  width: 92%;
}

.intake-step-24 {
  width: 96%;
}

.intake-step-25 {
  width: 100%;
}

.verified_profile {
  width: 14px;
  height: 15px;
  margin-left: 4px;
}
@media screen and (min-width: 992px) {
  .verified_profile {
    width: 19.26px;
    height: 19.26px;
    margin-left: 10px;
  }
}
.verified_profile img {
  width: 100%;
  vertical-align: unset;
}

/*cards*/
.cardimage-container {
  margin-right: 11.24px;
  width: 40.44px;
  height: 40.44px;
}
@media screen and (min-width: 992px) {
  .cardimage-container {
    margin-right: 10px;
  }
}

.icon-dots-three-vertical:before {
  font-size: 18px;
}

.det-in .status {
  margin: 0px 0px 0px 2px;
}

.det-in .familyMemberName {
  font-size: 11px;
  font-family: "MazzardH-medium";
}
@media screen and (min-width: 992px) {
  .det-in .familyMemberName {
    font-size: 12px;
  }
}

.varified {
  display: inline-block;
  width: auto;
  height: 9.5px;
  position: relative;
}
.varified img {
  width: 100%;
  height: 100%;
  margin-left: 2px;
  display: flex;
  align-items: center;
}

.memberAge h5 {
  font-size: 9px;
  font-family: "MazzardH-medium";
  color: rgba(34, 34, 34, 0.6);
}

/*.status {
    @include widthRadiusprops(auto, 9.5px, 3px);
    @include cmfm(5.8px, "MazzardH-bold", #fff, auto auto auto 3.5px);
    padding: 0px 3px;
    background: #5fb19f;
    line-height: 11px;
    @include flexprops(center, center);
}*/
.badge-status {
  background: #5FB19F;
  padding: 0px 3px;
  font-size: 4.8px;
  font-weight: 700;
  line-height: 9.5px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  height: 9.5px;
  display: flex;
  align-items: center;
  font-family: "MazzardH-semibold";
}

.family-member-details .date-time {
  font-size: 9px;
  font-family: "MazzardH-Ragular";
  line-height: 14px;
}

.details ul .list-items {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--border-color);
  margin-bottom: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details ul .list-items .family-item-inner {
  width: 100%;
}

.view-payment-archived {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .view-payment-archived {
    margin-top: 20px;
  }
}

.card {
  background: white !important;
  border: none;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .card {
    margin-bottom: 24px;
  }
}
.card .card-header {
  background: white !important;
  padding: 1.2rem 1rem;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px 17px 0px 0px;
}
.card .card-header h5 {
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: var(--primary);
}
@media screen and (min-width: 768px) {
  .card .card-header h5 {
    font-size: 16px;
  }
}

.card-body-inner {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .card-body-inner {
    margin-top: 41px;
  }
}

.sub-sec {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-sec {
    padding: 0px !important;
  }
}
.sub-sec .subscription-upper-inner {
  width: 100%;
}

.patient-profile-verification {
  margin-bottom: 20px;
}
.patient-profile-verification input {
  background: #f7f7f7;
  border: 1px solid rgba(181, 181, 181, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  padding: 15px;
  outline: none;
  font-family: "MazzardH-medium";
  font-size: 14px;
  color: var(--primary);
  width: 42.67px;
  margin-top: 12px;
  width: 73px;
  height: 60px;
  text-align: center;
  border: none;
}
.patient-profile-verification input:focus {
  background-color: white;
}
.patient-profile-verification input:focus {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.patient-profile-verification input::placeholder {
  font-size: 14px;
  font-family: "MazzardH-medium";
  color: #9a9a9a;
}
@media screen and (max-width: 575px) {
  .patient-profile-verification input {
    width: 15.5%;
    height: 100%;
    margin-top: 10px;
  }
}

.InputElement {
  display: none !important;
}

.InputContainer .InputElement {
  height: 50px !important;
}

.selected .form-check-input {
  background-image: url(../../src/svgs/subscription-checkbox.svg) !important;
  width: 20px;
  height: 20px;
  background-size: 19px;
  background-position-x: 2px;
  overflow: visible;
  background-position-y: 1px;
}
.selected .form-check-input:checked {
  background-color: white !important;
}

.form-group .field {
  background-color: #f7f7f7;
  border-radius: 10px;
}

.static-label {
  position: relative;
}

.brand {
  right: 0;
  top: 1px;
}

.addmemberbutton {
  float: right;
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: end;
}
.addmemberbutton .cta {
  width: 35.89px;
  height: 35.89px;
  border-radius: 50px;
  flex: 0 0 36px;
  transition: flex 0.5s;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  background-color: var(--primary);
  border: none;
  padding: 0px;
}
.addmemberbutton .cta:hover {
  border-radius: 4px;
  flex: 0 0 180px;
  transition: flex 0.5s;
  position: relative;
}
.addmemberbutton .cta:hover > .button-text {
  opacity: 1;
  transition: opacity 0.7s;
}
.addmemberbutton .cta:hover > .icon-plus-icon {
  opacity: 0;
  transition: opacity 0.7s;
}
.addmemberbutton .cta .icon-plus-icon {
  color: white;
}
.addmemberbutton .cta .button-text {
  opacity: 0;
  transition: opacity 0.7s;
  position: absolute;
  width: 100%;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.intake-list li label {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .intake-list li label {
    font-size: 16px;
  }
}

.infoLisenceHeading h6 {
  font-size: 18px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
}

@media screen and (max-width: 991px) {
  .identety-information {
    margin-bottom: 15px;
  }
  .identety-information:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .identety-information {
    margin-bottom: 24px;
  }
  .identety-information:last-child {
    margin-bottom: 0px;
  }
}
.identety-information h6 {
  font-size: 18px;
  font-family: "MazzardH-semibold";
  color: var(--dark-green);
}

/*video container*/
.video-container {
  width: 107px;
  height: 155px;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1098039216);
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .video-container {
    width: 318px;
    height: 186px;
  }
}
.video-container .video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #413d45;
  object-fit: cover;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1098039216);
  transform: scaleX(-1);
  border-radius: 10px;
}
.video-container .no-video-found {
  font-size: 12px;
  padding: 15px;
  line-height: 14px;
  background: #413d45;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .video-container .no-video-found {
    font-size: 14px;
  }
}

.video-top-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 47%, rgba(0, 0, 0, 0.04) 49%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}

.waiting-bottom,
.video-bottom-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 51%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 0.65) 100%);
  bottom: 0;
}

.waiting-top,
.waiting-bottom,
.video-top-bg,
.video-bottom-bg {
  content: "";
  width: 100%;
  height: 30%;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
}

.no-video-found {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.chat-daytime {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  color: #4b4b4b;
  margin: auto;
  background: #eee5d6;
  padding: 8px;
  width: fit-content;
  border-radius: 50px;
}

.dayEvening {
  height: 100%;
  overflow: auto;
}

.btn-prev,
.btn-next {
  background-color: transparent;
  top: 17px;
  filter: inherit;
}
.btn-prev .icon-chevron-right:before,
.btn-prev .icon-chevron-left:before,
.btn-next .icon-chevron-right:before,
.btn-next .icon-chevron-left:before {
  color: var(--primary);
}

.btn-prev {
  left: 22px;
}
@media screen and (max-width: 575px) {
  .btn-prev {
    left: 5px;
  }
}

.btn-next {
  right: 22px;
}
@media screen and (max-width: 575px) {
  .btn-next {
    right: 5px;
  }
}

.profile-navigation {
  background: #fff;
  position: sticky;
  top: 85px;
  z-index: 99;
}
@media screen and (max-width: 575px) {
  .profile-navigation {
    top: 74px;
  }
}
@media screen and (min-width: 992px) {
  .profile-navigation {
    padding-top: 0px;
  }
}

.visit-select .select2-container {
  z-index: 9 !important;
}

.select-insurance .select2-container,
.relevent-select .select2-container {
  z-index: 9 !important;
}

.b-btn-web .book-app {
  text-align: center;
}
.b-btn-web .book-app button {
  width: 275px;
  height: 50px;
}
@media screen and (max-width: 575px) {
  .b-btn-web .book-app button {
    height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .b-btn-web .book-app button {
    width: 100%;
    height: 45px;
  }
}

#carouselExampleControlsv .btn-prev,
#carouselExampleControlsv .btn-next,
#carouselExampleControlsp .btn-prev,
#carouselExampleControlsp .btn-next {
  top: 33px;
}

.loading-btn {
  position: relative;
}
.loading-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: gray;
  transition: 3s ease;
}
.loading-btn:hover:after {
  width: 100%;
  transition: 3s ease;
}

.next-slide,
.prev-slide {
  width: 24px !important;
  height: 24px !important;
  background-color: white;
  border-radius: 40px !important;
  /*  box-shadow: 0px 1.66667px 3.33333px 1.66667px rgba(0, 0, 0, 0.15);*/
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .next-slide,
  .prev-slide {
    width: 34px !important;
    height: 34px !important;
  }
}
@media screen and (min-width: 992px) {
  .next-slide,
  .prev-slide {
    width: 40px !important;
    height: 40px !important;
    bottom: -52px;
    position: absolute;
  }
}

.changrProviderImage .change-provider-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.btn-primary {
  background-color: var(--graish-COlor) !important;
  border: none !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545;
  border: none !important;
}

.pagination {
  width: 100%;
  justify-content: center;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--graish-COlor);
  border-color: var(--graish-COlor);
  border-radius: 50%;
}
.pagination .page-item .page-link {
  color: #222;
  font-family: "MazzardH-Ragular";
}

.rate-main {
  width: 60%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin: auto;
}

.rev-heading {
  width: 41%;
}
@media screen and (max-width: 450px) {
  .rev-heading h5 {
    font-size: 12px;
  }
}

.rate {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 23px;
  color: #ccc;
  position: relative;
  margin-right: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .rate:not(:checked) > label {
    font-size: 18px;
  }
}
.rate:not(:checked) > label:before {
  content: "★";
}
.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #f4bd31;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #f4bd31;
}

.feedback {
  margin-top: 35px;
}
.feedback > textarea {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #afafaf;
  padding: 12px;
}
@media screen and (min-width: 992px) {
  .feedback > textarea {
    height: 96.8px;
    font-size: 13px;
  }
}
.feedback > textarea:focus-visible {
  border: none;
}
.feedback > textarea::placeholder {
  font-size: 8px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (min-width: 992px) {
  .feedback > textarea::placeholder {
    font-size: 13px;
  }
}

.provider-line hr {
  height: 2px;
}

@media screen and (min-width: 992px) {
  .review-recomendation {
    display: flex;
    /* justify-content: space-between;*/
    border-bottom: 1px solid #d9d9d9;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .all-ratings {
    display: none;
  }
}

.book-inner-section {
  /*display: flex;
      justify-content: space-between;*/
  /* .b-app {
          width: 44.3%;
      }*/
}
@media screen and (max-width: 575px) {
  .book-inner-section {
    margin-top: 50px;
  }
}
.book-inner-section .b-app .nav-tabs {
  border-radius: 50px;
  margin-bottom: 30px !important;
  height: 50px;
}
@media screen and (max-width: 575px) {
  .book-inner-section .b-app .nav-tabs {
    height: 40px;
    margin-bottom: 20px !important;
  }
}
.book-inner-section .b-app .nav-tabs .nav-item .nav-link {
  height: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .book-inner-section .b-app .nav-tabs .nav-item .nav-link {
    height: 40px;
  }
}
.book-inner-section .b-app .check-box {
  margin-top: 20px;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 575px) {
  .book-inner-section .b-app .check-box {
    margin-top: 16px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .book-inner-section .b-tab {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .book-inner-section .b-tab .nav-tabs {
    height: 52px;
    border-radius: 50px;
  }
  .book-inner-section .b-tab .nav-tabs .nav-item button {
    height: 100%;
    border-radius: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .book-inner-section .b-tab .nav-tabs .nav-item button .tabs-icon {
    margin-right: 14px !important;
  }
}
.book-inner-section .allergies-sec-main {
  background-color: #F8FCFE;
  height: 120px !important;
  min-height: unset;
}
@media screen and (max-width: 575px) {
  .book-inner-section .allergies-sec-main {
    height: 108px !important;
  }
}
.book-inner-section .allergies-sec-main span .select2-selection.select2-selection--multiple {
  background-color: #f8fcfe;
  border: none !important;
}
.book-inner-section .allergies-sec-main .select2-container--default .select2-selection--multiple {
  height: 74px !important;
  min-height: unset !important;
}
@media screen and (max-width: 575px) {
  .book-inner-section .allergies-sec-main .select2-container--default .select2-selection--multiple {
    height: 72px !important;
  }
}

@media screen and (min-width: 992px) {
  .office-loc {
    display: flex;
    justify-content: space-between;
  }
}
.office-loc .off-loc-inner {
  background-color: var(--light-theme);
  display: flex;
  align-items: center;
  justify-content: center;
}
.office-loc .off-loc-inner .office-location {
  background: none;
}
.office-loc .off-loc-inner .office-location .office-location-inner {
  background: none !important;
}
.office-loc .off-loc-inner .btn-prev, .office-loc .off-loc-inner .btn-next {
  height: 100%;
  top: 0;
  transform: translateY(0%);
}

.off-loc-inner {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .off-loc-inner {
    width: 49%;
    border-radius: 15px;
  }
}

.off-loc-inner-map {
  width: 49%;
}
@media screen and (max-width: 991px) {
  .off-loc-inner-map {
    margin-bottom: 20px;
    width: 100%;
  }
}

.rating-sec-rev {
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .rating-sec-rev {
    width: auto;
    border-right: unset;
    justify-content: start;
  }
  .rating-sec-rev .all-ratings {
    display: flex;
  }
  .rating-sec-rev .review {
    display: none;
  }
  .rating-sec-rev h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .rating-sec-rev h1 {
    font-size: 12px;
    margin-right: 5px;
  }
  .rating-sec-rev .av-rat {
    font-size: 12px;
  }
  .rating-sec-rev .rating-stars {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .rating-sec-rev .overall-rating {
    margin-right: 75px;
  }
  .rating-sec-rev .average-wiat-time {
    margin-right: 75px;
  }
  .rating-sec-rev .over-rat {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .average-wiat-time {
    margin-bottom: 37px;
  }
}

.relevent-search {
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .relevent-search {
    justify-content: space-between;
  }
  .relevent-search .relSear {
    width: 49%;
    z-index: 1;
  }
  .relevent-search .relSear span .select2-selection.select2-selection--single {
    height: 45px !important;
  }
  .relevent-search .relSear .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    line-height: 45px !important;
    font-size: 14px !important;
  }
}

.patient-review-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .patient-review-inner {
    position: relative;
  }
  .patient-review-inner h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-family: "MazzardH-semibold";
  }
  .patient-review-inner .write-btn {
    position: absolute;
    top: 15rem;
    width: 275px;
  }
  .patient-review-inner .write-btn button {
    height: 45px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .patient-review-inner .write-btn button {
    margin-top: 0px !important;
  }
}

.patient-details-items {
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .patient-details-items {
    justify-content: start;
  }
  .patient-details-items .det-in {
    margin-right: 26px;
  }
}

.recomendation {
  margin-left: 8px;
}
@media screen and (max-width: 575px) {
  .recomendation {
    margin-left: 4px;
  }
}

@media screen and (min-width: 992px) {
  .search-pharmecy {
    width: 55%;
  }
}

@media screen and (min-width: 992px) {
  .phar-m {
    width: 45%;
  }
}

.payment-card {
  cursor: pointer;
}

.welcome-screen {
  display: none;
}
@media screen and (min-width: 768px) {
  .welcome-screen {
    width: 60%;
    height: calc(100% - 206px);
    display: block;
    position: absolute;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
    font-size: 50px;
    font-family: "MazzardH-semibold";
  }
  .welcome-screen .message-heading {
    text-align: center;
  }
  .welcome-screen .message-heading h4 {
    font-size: 28px;
    font-family: "MazzardH-semibold";
  }
  .welcome-screen .message-heading p {
    font-size: 16px;
    font-family: "MazzardH-medium";
  }
}
@media screen and (min-width: 1200px) {
  .welcome-screen {
    width: 70%;
  }
}

@media screen and (min-width: 992px) {
  .chat-background {
    background-color: var(--graish-COlor);
  }
  .chat-background .chat-provider-name, .chat-background .last-msg-content {
    color: white;
  }
  .chat-background .provider-last-msg .chat-time {
    color: white;
  }
}

.p-chat {
  display: block;
  color: var(--Friar-Grey) !important;
}
@media screen and (max-width: 767px) {
  .p-chat:before {
    color: white;
  }
}

.s-btn {
  position: absolute;
  top: 23px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  .s-btn {
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .s-btn .search-btn {
    color: white;
  }
}

.m-back-arrow {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  position: unset;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-back-arrow .icon-chevron-thin-left:before {
  color: #D2D8D6;
  font-size: 12px;
}

.recent-rev-heading {
  display: none;
}
@media screen and (min-width: 992px) {
  .recent-rev-heading {
    display: block;
  }
  .recent-rev-heading h5 {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: "MazzardH-semibold";
  }
}

@media screen and (min-width: 992px) {
  .select-arrow .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px !important;
  }
  .select-arrow span .select2-selection.select2-selection--single {
    height: 60px !important;
  }
  .select-arrow .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 27px;
  }
}
.select-arrow span.select2-selection.select2-selection--single {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 6px;
}

.plane-name {
  font-family: "MazzardH-medium";
  margin-bottom: 0px !important;
}

.pay-m {
  position: relative;
}
.pay-m b {
  font-size: 10px;
  color: var(--dark-green);
}
@media screen and (min-width: 992px) {
  .pay-m b {
    font-size: 14px;
  }
}
.pay-m s {
  font-size: 8px;
  color: var(--Cloud-Grey);
}
@media screen and (min-width: 992px) {
  .pay-m s {
    font-size: 12px;
  }
}
.pay-m .w-txt {
  text-align: center;
  font-size: 12px;
  line-height: 8px;
}

.ch-ac .badge {
  padding: 6px 15px;
  border-radius: 10.44px;
  font-size: 8px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-medium";
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .ch-ac .badge {
    border-radius: 23.44px;
    font-size: 10px;
  }
}

.pay-as > span {
  margin-right: 5px;
  font-family: "MazzardH-medium" !important;
}
.pay-as b {
  margin-left: 5px;
}

.coupon-main-inner {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 15px 10px 10px;
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  .coupon-main-inner {
    padding: 15px 10px 10px 10px;
  }
}
.coupon-main-inner input {
  width: 65%;
  height: 38px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px;
  padding: 0px 12px;
  outline: none;
}
.coupon-main-inner input::placeholder {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: rgba(34, 34, 34, 0.5);
}
.coupon-main-inner button {
  width: 33%;
  height: 38px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: white;
  background: var(--primary);
  outline: none;
  border: none;
}

.coup-m > div {
  font-family: "MazzardH-medium";
}

.spacer-sub {
  margin-top: 0px;
  margin-bottom: 16px;
}

.sumary-statement ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sumary-statement ul li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .sumary-statement ul li {
    font-size: 14px;
  }
}
.sumary-statement ul li .preview-monthly-price {
  font-size: 14px;
  font-family: "MazzardH-semibold";
}
@media screen and (min-width: 992px) {
  .sumary-statement ul li .preview-monthly-price {
    font-size: 16px;
  }
}
.sumary-statement ul li b {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .sumary-statement ul li b {
    font-size: 16px;
  }
}
.sumary-statement ul li .preview-plan-name b {
  font-size: 14px;
}

.renew-plan {
  padding: 0px 30px;
}
.renew-plan p {
  font-size: 10px;
  margin-bottom: 0px;
}

.ch-ac .icon-info-icon {
  position: relative;
  top: 1px;
  left: 3px;
}
.ch-ac .icon-info-icon .popover {
  border: none;
}
.ch-ac .icon-info-icon .popover-inner {
  position: absolute;
  top: 15px;
  right: -27px;
  background: #4b4b4b;
  width: auto;
  padding: 7px 12px;
  text-align: left;
  border-radius: 10px;
  min-width: 110px;
}
.ch-ac .icon-info-icon .popover-inner:after {
  border-color: transparent;
  border-right-color: #4b4b4b;
  border-width: 8px;
  top: 0px;
  margin-top: -15px;
  transform: rotate(90deg);
  right: 15px;
}

/*loading*/
.stage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

.dot-typing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  left: -9999px;
  background-color: #414141;
  color: #414141;
  box-shadow: 9984px 0 0 0 #414141, 9999px 0 0 0 #414141, 10014px 0 0 0 #414141;
  animation: dot-typing 1.5s infinite linear;
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #414141, 9999px 0 0 0 #414141, 10014px 0 0 0 #414141;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #414141, 9999px 0 0 0 #414141, 10014px 0 0 0 #414141;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #414141, 9999px 0 0 0 #414141, 10014px 0 0 0 #414141;
  }
  50% {
    box-shadow: 9984px 0 0 0 #414141, 9999px -10px 0 0 #414141, 10014px 0 0 0 #414141;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #414141, 9999px 0 0 0 #414141, 10014px 0 0 0 #414141;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #414141, 9999px 0 0 0 #414141, 10014px -10px 0 0 #414141;
  }
  100% {
    box-shadow: 9984px 0 0 0 #414141, 9999px 0 0 0 #414141, 10014px 0 0 0 #414141;
  }
}
.skiptsk button {
  font-size: 12px;
  font-family: "MazzardH-semibold";
  color: rgba(34, 34, 34, 0.6);
  font-weight: 400;
  text-decoration: none;
}

.no-data {
  border: none !important;
  text-align: center !important;
  height: auto !important;
}

.provider-scedual-header {
  position: sticky;
  top: 75px;
  z-index: 99;
}
.provider-scedual-header .icon-chevron-thin-left {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .provider-scedual-header .icon-chevron-thin-left {
    font-size: 22px;
  }
}

.b-sum h5 {
  font-size: 20px;
}

@media screen and (min-width: 992px) {
  .medical-history .def-nav-main {
    justify-content: start;
  }
  .medical-history .def-nav-main li {
    width: 188px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .anxi-que li {
    margin-bottom: 19px !important;
  }
  .anxi-que li br {
    display: none;
  }
}

.consent-modal p {
  font-size: 10px !important;
  margin-bottom: 0px;
  line-height: 23px;
}
@media screen and (min-width: 992px) {
  .consent-modal p {
    font-size: 16px !important;
  }
}
.consent-modal h3 {
  font-size: 12px !important;
}

.diff-assesment h6 {
  font-size: 20px;
  font-family: "MazzardH-Ragular";
  color: var(--primary);
}
@media screen and (max-width: 575px) {
  .diff-assesment h6 {
    width: 75%;
    margin: auto;
    font-size: 14px;
  }
}

.cancel-modal {
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .cancel-modal {
    padding: 60px;
  }
}

.exit-modal h5 {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
}
@media screen and (min-width: 992px) {
  .exit-modal h5 {
    font-size: 22px;
  }
}

@media screen and (min-width: 991px) {
  .switch-room-modal .call-provider .provider-image {
    width: 75px;
    height: 75px;
    margin-right: 21px;
  }
  .switch-room-modal .call-provider .provider-details .provider-name {
    font-size: 18px;
  }
  .switch-room-modal .call-provider .provider-details .provider-specialization .specialization-list {
    font-size: 12px;
  }
  .switch-room-modal .provider-items .pharm-next {
    width: 50px;
    height: 50px;
  }
  .switch-room-modal .provider-items {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .rat-modal {
    max-width: 484px !important;
  }
}

.inperson-btn .tabs-icon {
  font-size: 8px !important;
  margin-left: 6px !important;
}
@media screen and (min-width: 992px) {
  .inperson-btn .tabs-icon {
    font-size: 10px !important;
    margin-left: 5px !important;
  }
}

.video-btn .tabs-icon {
  font-size: 7px !important;
  margin-left: 6px !important;
}
@media screen and (min-width: 992px) {
  .video-btn .tabs-icon {
    font-size: 10px !important;
    margin-left: 5px !important;
  }
}

.page-item button {
  background-color: transparent;
  border: none;
}
.page-item button:disabled {
  background-color: transparent;
  border: none;
  cursor: not-allowed;
}

.switch-modal .toggle-icons .search-icon {
  top: 0px;
}
.switch-modal .toggle-icons .search-input {
  top: 0px;
}
@media screen and (min-width: 767px) {
  .switch-modal .toggle-icons .search-input {
    top: 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .switch-modal .phar-intak {
    margin-bottom: 7px !important;
  }
  .switch-modal .phar-main {
    display: block !important;
  }
  .switch-modal .phar-main .toggle-icons {
    padding-right: 0px;
  }
  .switch-modal .phar-main .toggle-icons .search-input {
    margin-right: 0px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .switch-modal .search-pharmecy {
    width: 100%;
  }
  .switch-modal .phar-intak {
    margin-bottom: 7px !important;
  }
}

.btn-mennualy {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-family: "MazzardL-Medium";
  color: #1249ee;
  margin: 20px 0px;
  padding: 0px;
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .btn-mennualy {
    font-size: 18px;
  }
}
.btn-mennualy:hover {
  color: #1249ee;
}

.intake-space .indep-heading {
  margin-bottom: 24px !important;
}

@media screen and (max-width: 767px) {
  .write-edit-review {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.rev-sec {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .rev-sec {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .rev-sec {
    flex-direction: column;
    display: flex;
  }
}
.rev-sec .write-btn {
  width: 275px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .rev-sec .write-btn {
    margin-bottom: 20px;
  }
}
.rev-sec .select-arrow .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 19px;
}

.image-border {
  border: 6px solid rgb(229, 247, 255);
  border-radius: 50%;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 575px) {
  .image-border {
    border: 3px solid rgb(229, 247, 255);
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
}
.image-border img {
  transform: rotate(315deg);
}
.image-border label {
  transform: rotate(315deg);
}

.calender-main {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .calender-main {
    margin-top: 12px;
  }
}
.calender-main .calender-dots {
  position: absolute;
  top: 77px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .calender-main .calender-dots {
    position: unset;
  }
}

.b-tab .btn-prev, .b-tab .btn-next {
  height: 100%;
  top: 0 !important;
  transform: translateY(0px);
}
.b-tab .btn-prev .icon-chevron-left, .b-tab .btn-prev .icon-chevron-right, .b-tab .btn-next .icon-chevron-left, .b-tab .btn-next .icon-chevron-right {
  font-size: 24px;
}

.more-availability button {
  height: 60px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .more-availability button {
    height: 45px;
  }
}

.back-btn {
  position: absolute;
  right: 40px;
  background: var(--graish-COlor);
  padding: 12px 26px;
  border-radius: 10px;
  cursor: pointer;
  display: none !important;
}
@media screen and (min-width: 992px) {
  .back-btn {
    right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .back-btn {
    right: 140px;
  }
}
.back-btn .icon-chevron-thin-left {
  color: white;
}
.back-btn .txt {
  font-size: 16px;
  font-family: "MazzardH-medium";
  color: white;
  margin: 0px 0px 0px 10.25px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .back-btn {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 0px;
    justify-content: center;
    top: -57px;
    right: 38px;
  }
  .back-btn .txt {
    display: none;
  }
}

.appointment-mai {
  width: 768px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (max-width: 575px) {
  .appointment-mai {
    padding: 15px;
  }
}
.appointment-mai .office-location {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .appointment-mai {
    width: 100%;
    /*margin-top: 50px;
    padding: 30px 15px;*/
  }
}

@media screen and (max-width: 575px) {
  .provider-profile-inner .cover_image {
    border-radius: 0px;
  }
}

.b-btn-web {
  display: block;
}
.b-btn-web button {
  border-radius: 12px;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .b-btn-web button {
    font-size: 14px;
  }
}

.b-btn-mob {
  display: none;
}
@media screen and (max-width: 1099px) {
  .b-btn-mob {
    display: block;
  }
}

.scrollToTop {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  z-index: 99;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: var(--graish-COlor);
  padding: 0;
  display: none;
}
@media screen and (max-width: 575px) {
  .scrollToTop {
    bottom: 100px;
    height: 40px;
    width: 40px;
  }
}
.scrollToTop .icon-chevron-thin-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  transform: rotate(90deg);
  font-size: 22px;
}

.care-team-inner h4 {
  margin-bottom: 20px;
}

@keyframes top {
  0% {
    position: relative;
    top: 0;
  }
  100% {
    position: relative;
    top: -5px;
  }
}
.dropdown .dropdown-menu {
  animation-name: example;
  animation-duration: 0.5s;
}

@keyframes example {
  from {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  to {
    opacity: 1;
  }
}
.about-btn {
  margin-top: 30px !important;
}

.ui-dialog {
  width: 750px !important;
  padding: 0px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 20.01px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 999999;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .ui-dialog {
    width: 315px !important;
  }
}
.ui-dialog .ui-dialog-titlebar {
  height: 50px;
  padding: 0px;
  background: white;
  border: 0px;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 2px solid rgb(189, 189, 189);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: var(--Jacarta-color);
  margin: 0px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-dialog .ui-dialog-content {
  padding: 27px 24px 40px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-image: url(../../src/svgs/warning.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 24px;
  background-size: 55px;
}
.ui-dialog .ui-dialog-content p {
  margin: 0px !important;
  font-family: "MazzardH-semibold";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: none !important;
}
.ui-dialog .ui-dialog-content p:first-child {
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: #222;
  margin: 0px !important;
  text-align: center;
  line-height: normal;
  display: block !important;
}
@media screen and (max-width: 575px) {
  .ui-dialog .ui-dialog-content p:first-child {
    font-size: 10px;
  }
}
.ui-dialog .ui-dialog-content #countdownDisplay {
  margin-top: 71px;
  margin-bottom: 16px;
  font-family: "MazzardH-semibold";
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .ui-dialog .ui-dialog-content #countdownDisplay {
    font-size: 10px;
  }
}
.ui-dialog .ui-widget-content {
  border: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  border-radius: 0px 0px 20px 20px;
  margin: 0px;
  padding: 0px 24px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  width: 275px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "MazzardH-semibold";
  color: #fff;
  margin: 0px;
  flex-shrink: 0;
  border: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background-color: #222;
  margin-right: 12px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background-color: white;
  border: 1px solid #222;
  color: #222;
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(../../src/svgs/cross-modal.svg);
  background-repeat: no-repeat;
  display: block !important;
  border: none;
  background-color: transparent;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  top: 18px;
  right: 22px;
  background-size: 14px;
}

.ver-btn {
  justify-content: center;
}
.ver-btn .btn-left {
  width: 48%;
}
.ver-btn .btn-left button {
  width: 100% !important;
}
.ver-btn .btn-right {
  width: 48%;
}
.ver-btn .btn-right button {
  width: 100% !important;
}

.ver-scr label {
  margin-top: 28px;
  font-size: 16px;
  font-family: "MazzardH-Ragular";
  font-weight: 300;
}

.introduction-img {
  width: 370px;
  margin: 30px auto;
}
@media screen and (max-width: 450px) {
  .introduction-img {
    width: 100%;
  }
}

.intro h3 {
  font-size: 22px;
  font-family: "MazzardH-semibold";
  color: var(--Jacarta-color);
  font-weight: 600;
  line-height: 21px; /* 95.455% */
}
@media screen and (max-width: 450px) {
  .intro h3 {
    font-size: 18px;
  }
}
.intro p {
  font-size: 16px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color);
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
@media screen and (max-width: 450px) {
  .intro p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .dashboard-left {
    width: 740px;
  }
}

@media screen and (min-width: 1439px) {
  .dashboard-right {
    width: 322px;
    padding: 0px;
    margin-left: 51px;
  }
}

.c-horizontal_content_rule {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.c-horizontal_content_rule hr {
  border: none;
  border-top: 1.702px solid rgba(0, 0, 0, 0.09);
  clear: both;
  flex-grow: 1;
  margin: 0;
}
.c-horizontal_content_rule .c-horizontal_content_rule__content {
  font-size: 10px;
  font-family: "MazzardH-medium";
  color: #9A9A9A;
  padding: 0px 3px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .c-horizontal_content_rule .c-horizontal_content_rule__content {
    font-size: 17.018px;
  }
}

.ts-task textarea {
  height: 145px !important;
}
@media screen and (max-width: 575px) {
  .ts-task textarea {
    height: 176px !important;
  }
}

@media screen and (min-width: 992px) {
  .id-instruction {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 24px;
  }
}

.chat-view {
  position: fixed;
  width: inherit;
  height: 100%;
  top: 190px;
}
@media screen and (max-width: 767px) {
  .chat-view {
    position: unset;
    width: unset;
    height: unset;
    border-left: unset;
    top: unset;
  }
}

.chat-history .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 530px;
  margin: auto;
  margin-bottom: 39px;
}
@media screen and (max-width: 1050px) {
  .chat-history .center {
    width: 100%;
  }
}
.chat-history .center .chat-message {
  background-color: #C3E5FF;
  padding: 21px 34px 16px 20px;
  border-radius: 30px;
  max-width: 100%;
  font-family: "MazzardL-Semibold";
  word-break: break-word;
}

.warning-txt h4 {
  font-family: "MazzardH-semibold";
  font-size: 16px !important;
  line-height: 26px; /* 160% */
}
@media screen and (max-width: 575px) {
  .warning-txt h4 {
    font-size: 10px !important;
    line-height: 16px; /* 160% */
  }
}

.no-data {
  font-size: 14px !important;
  font-family: "MazzardH-Ragular";
}
@media screen and (max-width: 575px) {
  .no-data {
    font-size: 10px !important;
  }
}

.card {
  padding: 0px !important;
}
.card .card-header {
  height: 50px !important;
  padding: 0px 24px;
  display: flex !important;
  align-items: center !important;
}
@media screen and (max-width: 575px) {
  .card .card-header {
    padding: 20px;
  }
}
.card .card-body {
  padding: 20px 24px 30px;
}
@media screen and (max-width: 575px) {
  .card .card-body {
    padding: 20px;
  }
}

.crop-image-container {
  width: 670px;
  height: 227px;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .crop-image-container {
    width: 100%;
  }
}
.crop-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notification-btn {
  top: inherit !important;
  bottom: 31px;
  z-index: 1;
}

.noti-modal {
  max-width: 450px;
}
@media screen and (max-width: 575px) {
  .noti-modal {
    max-width: 100%;
  }
}

.web-card {
  display: block;
}
@media screen and (max-width: 991px) {
  .web-card {
    display: none;
  }
}

.mob-card {
  display: none;
}
@media screen and (max-width: 991px) {
  .mob-card {
    display: block;
  }
}

.sw-pin label {
  letter-spacing: -0.24px;
  margin-bottom: 2px;
}

.security-info .security-text {
  color: #222;
  font-size: 10px;
  margin-bottom: 0px;
}
.security-info .security-text a {
  color: #1249EE;
  text-decoration: underline;
}

.con-p-txt p {
  font-size: 16px;
  font-family: "MazzardH-medium";
  margin-bottom: 20px;
  line-height: 18.91px;
}
@media screen and (max-width: 575px) {
  .con-p-txt p {
    font-size: 12px;
  }
}
.con-p-txt label {
  font-size: 14px;
  font-family: "MazzardH-light";
  line-height: 21.28px;
}
@media screen and (max-width: 575px) {
  .con-p-txt label {
    font-size: 12px;
  }
}

.subscription-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-color: #C1D7DD;
  z-index: 99;
}
@media screen and (max-width: 575px) {
  .subscription-footer {
    height: 90px;
  }
}
.subscription-footer .subscription-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.subscription-footer .ModalButton:disabled {
  background-color: var(--OBProviderColor) !important;
  color: #77A1A4 !important;
  cursor: not-allowed;
}

.provider-list-main {
  background-color: #F6F7FB;
  border-top-left-radius: 50px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .provider-list-main {
    border-radius: 30px 30px 0px 0px;
  }
}

.provider-profile-cover .background-image {
  height: 215px;
}

.web-view .rating-main {
  padding: 0px 0px 20px;
}
@media screen and (max-width: 992px) {
  .web-view .rating-main {
    padding: 20px 0px 20px;
  }
}
.web-view .rating-main .patient-rev {
  width: 76%;
}

.review-section-main .web-view {
  display: block;
}
@media screen and (max-width: 991px) {
  .review-section-main .web-view {
    display: none;
  }
}
.review-section-main .mob-view {
  display: none;
}
@media screen and (max-width: 991px) {
  .review-section-main .mob-view {
    display: block;
  }
}

.insurance-acepted, .insurance-rejected {
  margin-top: 14px;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 992px) {
  .insurance-acepted, .insurance-rejected {
    margin-top: 20px;
    margin-bottom: 13px !important;
  }
}

.ins-container {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-main {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .map-main {
    height: 237px;
    border-radius: 10px;
  }
}

.review-trust-section {
  background-color: rgba(119, 161, 164, 0.15);
  padding: 22px 18px 22px 22px;
  border-radius: 10px;
  margin-bottom: 30px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .review-trust-section {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.review-trust-section .trust-image {
  width: 33px;
  height: 37.8px;
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .review-trust-section .trust-image {
    display: none;
  }
}
.review-trust-section .trust-image img {
  height: 100%;
}
.review-trust-section p {
  margin: 0px;
  line-height: 19.55px;
}
.review-trust-section p a {
  color: #1249EE;
  border-bottom: 1px solid #1249EE;
  font-family: "MazzardH-semibold";
}

.insurance-modal-main {
  max-height: calc(100vh - 314px);
  overflow-y: auto;
  margin: 0px 4px;
  padding: 30px 32px;
  padding-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .insurance-modal-main {
    padding: 24px 20px 0px;
  }
}
.insurance-modal-main .insurance-provider-list li {
  width: 100% !important;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cdcdcd;
}
.insurance-modal-main .insurance-provider-list li .insurance-provider-image {
  width: 75px;
}

@media screen and (max-width: 575px) {
  .loc-spe {
    flex-direction: row;
  }
  .loc-spe .provider-specialization {
    margin-right: 8px;
    margin-bottom: 20px;
  }
  .loc-spe .provider-location {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .book-app {
    margin-top: 12px !important;
  }
}

@media screen and (min-width: 767px) {
  .write-edit-review {
    width: 50%;
  }
}

.relevent-search {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .relevent-search {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .relevent-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 10px !important;
  }
}

.calender-dates {
  /*.next-slide, .prev-slide {
      position: unset !important;
      left: 0;
      margin-right: 12px;
  }*/
}
@media screen and (max-width: 1100px) {
  .calender-dates {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .calender-dates {
    margin-bottom: 16px;
  }
}

.background-image {
  height: 105px !important;
}
@media screen and (max-width: 575px) {
  .background-image {
    height: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .chat-history-main {
    background: var(--Dashboard-profile-gradient);
    width: 100%;
    height: calc(100% - 242px);
    position: absolute;
  }
}

.date-divider span {
  font-size: 12px;
  font-family: "MazzardL-Semibold";
  color: #fff;
  margin: auto auto 11px auto;
  background: gray;
  padding: 8px 11px;
  border-radius: 20px;
  line-height: normal;
}

.nx-pr-btn .modal-header .fn-prev .icon-chevron-thin-left, .nx-pr-btn .modal-header .fn-prev .icon-chevron-thin-right, .nx-pr-btn .modal-header .fn-next .icon-chevron-thin-left, .nx-pr-btn .modal-header .fn-next .icon-chevron-thin-right {
  display: none;
}
.nx-pr-btn .modal-header .fn-prev {
  background-image: url(../../src/svgs/prevBanchmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 575px) {
  .nx-pr-btn .modal-header .fn-prev {
    width: 14px;
    height: 14px;
  }
}
.nx-pr-btn .modal-header .fn-next {
  background-image: url(../../src/svgs/nextBanchmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 575px) {
  .nx-pr-btn .modal-header .fn-next {
    width: 14px;
    height: 14px;
  }
}

.notification_panel {
  width: 442px;
  flex: 0 0 442px;
  position: fixed;
  z-index: 1040;
  top: 85px;
  background: #fff;
  right: -450px;
  transition: all cubic-bezier(0.78, 0.01, 0.28, 0.99) 300ms;
}
@media screen and (max-width: 575px) {
  .notification_panel {
    width: 100%;
    right: -600px;
    top: 75px;
  }
}
.notification_panel.active-notification {
  right: 0;
  transition: all cubic-bezier(0.78, 0.01, 0.28, 0.99) 300ms;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.notification_panel .notification_header {
  color: #fff;
  justify-content: space-between;
}
.notification_panel .notification_header .notification-header-uper {
  background: var(--notification-header);
  height: 50px;
  padding: 0 30px;
}
@media screen and (max-width: 575px) {
  .notification_panel .notification_header .notification-header-uper {
    height: 46px;
  }
}
.notification_panel .notification_header .notification-header-uper img {
  width: 13px;
  height: auto;
  position: relative;
  top: 0.5px;
}
.notification_panel .notification_header .notification-header-uper h3 {
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 0px 8px;
  line-height: normal;
}
@media screen and (max-width: 420px) {
  .notification_panel .notification_header .notification-header-uper h3 {
    font-size: 16px;
  }
}
.notification_panel .notification_header .notification-header-uper .cross-icon {
  cursor: pointer;
}
.notification_panel .notification_header .notification-header-uper .cross-icon img {
  width: 16px;
  height: 16px;
}
.notification_panel .notification_header .notification-header-inner {
  background-color: var(--primary);
  height: 40px;
  padding: 0px 30px;
}
@media screen and (max-width: 575px) {
  .notification_panel .notification_header .notification-header-inner {
    height: 30px;
  }
}
.notification_panel .notification_header .notification-header-inner .notification-inner-content p {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: #ffffff;
  font-weight: 400;
  line-height: 16px; /* 200% */
}
.notification_panel .notification_header .notification-header-inner .notification-inner-content p .total-notification {
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  .notification_panel .notification_header .notification-header-inner .notification-inner-content p {
    font-size: 8px;
  }
}

.notification_body {
  overflow-y: scroll;
  height: calc(100% - 175px);
}
.notification_body .dropdown-item-notification {
  padding: 16px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.notification_body .dropdown-item-notification img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.notification_body .dropdown-item-notification .notification-detail {
  margin-left: 16px;
}
@media screen and (max-width: 420px) {
  .notification_body .dropdown-item-notification .notification-detail {
    margin-left: 12px;
  }
}
.notification_body .dropdown-item-notification .notification-detail h3 {
  font-size: 14px;
  font-family: "MazzardH-semibold";
  color: var(--primary);
  margin: 0px 0px 4px 0px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
@media screen and (max-width: 420px) {
  .notification_body .dropdown-item-notification .notification-detail h3 {
    font-size: 12px;
  }
}
.notification_body .dropdown-item-notification .notification-detail p {
  font-size: 12px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  margin: 0px 0px 4px 0px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 259px;
}
@media screen and (max-width: 420px) {
  .notification_body .dropdown-item-notification .notification-detail p {
    width: 240px;
    font-size: 10px;
  }
}
.notification_body .dropdown-item-notification .notification-detail .notify-date {
  font-size: 10px;
  font-family: "MazzardH-Ragular";
  color: #9F9F9F;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 420px) {
  .notification_body .dropdown-item-notification .notification-detail .notify-date {
    font-size: 8px;
  }
}
.notification_body .more-notification {
  padding: 15px 0px;
}
.notification_body .more-notification button {
  font-size: 18px;
  font-family: "MazzardL-Medium";
  color: #1249EE;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  border: none;
  background: none;
}

/* Basic Rules */
.switch-btn input {
  display: none;
}

.switch-btn {
  display: inline-block;
  width: 30px;
  height: 16px;
  margin: 0;
  position: relative;
}

/* Style Wired */
.switch-toggle {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  font-weight: 500;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
  border: 3px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #C4C4C4;
  transform: translateX(-14px);
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(14px);
  background: var(--primary);
}

input:checked + .slider {
  background: #ffffff;
}

.no-notification {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-medium";
  font-size: 16px;
}

.notification_body .active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(94, 99, 188, 0.1);
  display: flex !important;
}

.atcb-text {
  font-family: "MazzardH-medium";
}

.intakeQuestionareDetail .intake_questionare .question {
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0px;
}
.intakeQuestionareDetail .intake_questionare .question:last-child {
  border-bottom: none;
}
.intakeQuestionareDetail .intake_questionare .question h3 {
  font-size: 20px;
  font-family: "MazzardH-medium";
  color: #45314f;
  margin: 0px 0px 10px 0px;
}
.intakeQuestionareDetail .intake_questionare .question p {
  font-size: 16px;
  font-family: "MazzardH-Ragular";
  margin-bottom: 0px;
}
.intakeQuestionareDetail .intake_questionare .question .dr-image {
  width: auto;
  height: 131px;
  margin-right: 20px;
}
.intakeQuestionareDetail .intake_questionare .question .dr-image img {
  width: 100%;
  height: 100%;
}
.intakeQuestionareDetail .intake_questionare .question .m-list-main .m-list li {
  font-size: 16px;
  font-family: "MazzardH-medium";
  color: var(--primary);
  padding-bottom: 10px;
  position: relative;
  padding-left: 13px;
}
.intakeQuestionareDetail .intake_questionare .question .m-list-main .m-list li:last-child {
  padding-bottom: 0px;
}
.intakeQuestionareDetail .intake_questionare .question .m-list-main .m-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--primary);
}
.intakeQuestionareDetail .intake_questionare .question .m-list-main .m-list li .illness {
  font-size: 16px;
  font-family: "MazzardH-semibold";
}

.all-complete .insurance-modal-main .insurance-provider-list .all-date {
  font-size: 20px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color);
  margin: 8px 0px 2px 0px;
  padding: 0px;
  line-height: normal;
}
.all-complete .insurance-modal-main .insurance-provider-list .all-date:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 575px) {
  .all-complete .insurance-modal-main .insurance-provider-list .all-date {
    font-size: 14px;
  }
}
.all-complete .insurance-modal-main .insurance-provider-list li, .all-complete .insurance-modal-main .insurance-provider-list .all-detail {
  border: unset;
  height: unset;
  padding: 0px;
  margin-bottom: 8px;
}
.all-complete .insurance-modal-main .insurance-provider-list li .insurance-provider-list-main, .all-complete .insurance-modal-main .insurance-provider-list .all-detail .insurance-provider-list-main {
  padding: 0;
}
.all-complete .insurance-modal-main .insurance-provider-list li .insurance-provider-list-main .insurance-provider-name, .all-complete .insurance-modal-main .insurance-provider-list .all-detail .insurance-provider-list-main .insurance-provider-name {
  font-size: 14px;
  font-family: "MazzardH-Ragular";
  color: var(--Jacarta-color);
}
@media screen and (max-width: 575px) {
  .all-complete .insurance-modal-main .insurance-provider-list li .insurance-provider-list-main .insurance-provider-name, .all-complete .insurance-modal-main .insurance-provider-list .all-detail .insurance-provider-list-main .insurance-provider-name {
    font-size: 10px;
  }
}

.provider-list .no-provider-find {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .appointment-list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .appointment-inner-list {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .appointment-items-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.appointment-items-list .appointment-items {
  padding: 8px;
  background-color: #F6F7FB;
  border-radius: 15px;
  margin-bottom: 8px;
}
.appointment-items-list .appointment-items .day-date .day {
  font-family: "MazzardH-Ragular";
  font-size: 14px;
  line-height: 16.55px;
  margin-right: 2px;
}
@media screen and (max-width: 450px) {
  .appointment-items-list .appointment-items .day-date .day {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .appointment-items-list .appointment-items .day-date .day {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .appointment-items-list .appointment-items .day-date .day {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .appointment-items-list .appointment-items .day-date .day {
    font-size: 10px;
  }
}
.appointment-items-list .appointment-items .day-date .date {
  font-family: "MazzardH-semibold";
  font-size: 14px;
  line-height: 16.55px;
}
@media screen and (max-width: 450px) {
  .appointment-items-list .appointment-items .day-date .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .appointment-items-list .appointment-items .day-date .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .appointment-items-list .appointment-items .day-date .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .appointment-items-list .appointment-items .day-date .date {
    font-size: 10px;
  }
}
.appointment-items-list .appointment-items .dayEvening .appointment-time {
  margin-bottom: 0px;
  width: 57px;
  height: 32px;
  padding: 10px 5px;
  background-color: #E7E8F5;
  border-radius: 12px;
}
@media screen and (max-width: 425px) {
  .appointment-items-list .appointment-items .dayEvening .appointment-time {
    width: 50px;
    height: 28px;
    padding: 8px 3px;
  }
}
@media screen and (max-width: 400px) {
  .appointment-items-list .appointment-items .dayEvening .appointment-time {
    width: 45px;
    height: 20px;
  }
}
.appointment-items-list .appointment-items .dayEvening .appointment-time h6 {
  color: var(--primary);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MazzardH-medium;
  font-size: 9px;
}
@media screen and (max-width: 400px) {
  .appointment-items-list .appointment-items .dayEvening .appointment-time h6 {
    font-size: 8px;
  }
}
.appointment-items-list .appointment-items:first-child {
  background-color: #E7E8F5;
}
.appointment-items-list .appointment-items:first-child .dayEvening .appointment-time {
  background-color: var(--graish-COlor);
}
.appointment-items-list .appointment-items:first-child .dayEvening .appointment-time h6 {
  color: white;
}
@media screen and (max-width: 767px) {
  .appointment-items-list .appointment-items {
    width: 48%;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .appointment-items-list .appointment-items {
    padding: 6px;
  }
}

.appoint-btn {
  background-color: var(--primary) !important;
  margin-bottom: 0px;
  padding: 7px;
  border-radius: 10px;
}
.appoint-btn .see-more {
  color: white;
  font-size: 14px;
  font-family: MazzardH-medium;
  background: none;
  border: none;
  width: 100%;
}

/*.per-web-view {
    @media screen and (max-width:575px) {
        display: none !important;
    }
}*/
.per-mob-view {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .per-mob-view {
    display: block !important;
    position: unset;
  }
}

.switch-btn-feature {
  outline: 1.5px solid #ccc;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.switch-btn-feature input:checked + .slider {
  background: var(--primary);
}
.switch-btn-feature input:checked + .slider:before {
  background-color: white;
}
.switch-btn-feature input:disabled + .slider {
  cursor: not-allowed;
  background: #C1C1C1;
}
.switch-btn-feature input:disabled + .slider:before {
  background-color: #FFFFFF;
}

.switch-btn-feature:has(input:checked) {
  outline: unset;
}

.switch-toggle:has(.switch-btn-feature) {
  font-size: 16px;
  font-family: MazzardH-medium;
}

.provider-main-modal .provider-image {
  border: unset;
}

@media screen and (min-width: 992px) {
  .ts-task .form-control {
    padding-top: 36px;
  }
  .ts-task label {
    padding-top: 20px;
  }
}

.add-task-modal .form-group label {
  line-height: inherit;
}
@media screen and (min-width: 992px) {
  .add-task-modal .form-group label {
    font-size: 16px;
    font-family: "MazzardH-medium";
  }
}

.survay-question .question {
  transition: all cubic-bezier(0.82, 0.01, 0, 1.03) 1.2s;
  width: 100%;
  /*
      &.move {
          transform: translateX(-500%) !important;
      }*/
}
.survay-question .question h5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .survay-question .question h5 {
    padding: 0;
  }
}
.survay-question .question h5 .Q-no {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  margin-top: 2px;
  margin-right: 16px;
  background-color: var(--graish-COlor);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .survay-question .question h5 .Q-no {
    margin-right: 8px;
  }
}
.survay-question .surbtn {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .survay-question .surbtn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .survay-question .surbtn .sqbtn {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .survay-question .surbtn .sqbtn {
    width: 48%;
    height: 40px;
    font-size: 12px;
  }
}
.survay-question .surbtn .sqbtn {
  margin-right: 16px;
}
@media screen and (max-width: 575px) {
  .survay-question .surbtn .sqbtn {
    margin-right: 10px;
  }
}
.survay-question .surbtn .sqbtn:last-child {
  margin-right: 0px;
}
.survay-question .survay-btn {
  /* margin-left: 33px;*/
}
.survay-question .survay-btn .sqbtn {
  /*background-color: #5e63bc;
      padding: 8px 24px;
      font-family: "MazzardH-medium";
      font-size: 18px;
      margin: 8px;
      min-width: 130px;
      border-radius: 4px;
      color: #fff;
      border: none;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);

      &:hover {
          background: #2d4881;
      }*/
}
.survay-question .survay-btn .sqbtn.select {
  background-color: #414141;
}

.zipcode {
  margin-left: 33px;
}
.zipcode .zipcode-inner {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 4px;
  position: relative;
  color: #222;
  cursor: text;
  display: inline-flex;
  font-size: 1rem;
  font-family: Arimo;
  line-height: 1.1875em;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
}
.zipcode .zipcode-inner:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  pointer-events: none;
}
.zipcode .zipcode-inner .loc-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.zipcode .zipcode-inner input {
  font: 16px;
  color: #222222;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 6px 0 7px;
  display: block;
  min-width: 0;
  box-sizing: content-box;
  background: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "MazzardH-medium";
}
.zipcode .zipcode-inner input:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

@media screen and (min-width: 576px) {
  .sr-inr {
    align-items: center;
  }
}

.btn-finish button {
  min-width: 84px;
  padding: 11px 24px;
  font-family: "MazzardH-medium";
  font-size: 18px;
  color: #fff;
  background-color: var(--graish-COlor);
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .btn-finish button {
    border-radius: 10px;
    font-size: 14px;
  }
}

/*.slide-up {
    transition: all cubic-bezier(.82,.01,0,1.03) 1.2s;
    border-radius: 25px;
    position: absolute;
    transform: translateX(-500%);
}*/
.hide {
  display: none !important;
}

.user-profile-background:has(.survay) {
  border-left: unset;
}

.user-profile-background:has(.hide) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.survay-footer {
  /*display: flex;
  justify-content: end;
  position: fixed;
  width: calc(100% - 239px);
  bottom: 0px;
  height: 70px;
  background: white;
  align-items: center;
  padding: 0 20px;
  right: 0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);

  @media screen and (max-width:1439px) {
      width: calc(100% - 111px);
  }

  @media screen and (max-width:575px) {
      bottom: 86px;
      box-shadow: unset;
  }*/
}
.survay-footer .survay-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5E63BC;
}
.survay-footer .survay-btn button:disabled {
  background-color: #c4c4c4;
}
.survay-footer .survay-prev-btn {
  margin-right: 10px;
  border-radius: 6px;
}
.survay-footer .survay-prev-btn button {
  background-image: url(../../src/svgs/prev-survay.svg);
  background-color: var(--graish-COlor);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 15px;
  background-position: center;
  border: none;
  border-radius: 6px;
}
.survay-footer .survay-next-btn {
  border-radius: 6px;
}
.survay-footer .survay-next-btn button {
  background-image: url(../../src/svgs/next-survay.svg);
  background-color: var(--graish-COlor);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 15px;
  background-position: center;
  border: none;
  border-radius: 6px;
}

.error-message {
  color: red;
}

.ab-web {
  display: block;
}
@media screen and (max-width: 992px) {
  .ab-web {
    display: none;
  }
}

.ab-mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .ab-mob {
    display: block;
  }
}

.book-inner-section span.select2-selection.select2-selection--single {
  background: transparent !important;
  height: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
}
@media screen and (max-width: 575px) {
  .book-inner-section span.select2-selection.select2-selection--single {
    height: 40px !important;
  }
}
.book-inner-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}
@media screen and (max-width: 575px) {
  .book-inner-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
  }
}
.book-inner-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 22px;
  background-size: 14px;
}
@media screen and (max-width: 575px) {
  .book-inner-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 16px;
  }
}

.p-sticky {
  position: sticky;
  top: 88px;
}

.p-sticky-scroll {
  padding: 8px !important;
  position: sticky;
  top: 88px;
}
.p-sticky-scroll .b-inner-app {
  height: calc(100vh - 112px);
  overflow-y: scroll;
  width: 100%;
}
.p-sticky-scroll .b-inner-app .book-appointment-inner {
  padding: 22px;
}

.book-appointment .select2-container {
  z-index: 99 !important;
}

/*.modal{
    .select2-container {
        z-index: 9999999 !important;
    }
}*/
/*.modal:has(.select2-container){
    z-index:99999 !important;
}
.form-group {
    .select2-container{
        z-index:999999 !important;
    }
}*/
.p-provide .background-image {
  height: 216px !important;
}
@media screen and (max-width: 767px) {
  .p-provide .background-image {
    height: 175px !important;
  }
}
.p-provide .user-profile-background .background-image img {
  height: 216px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-provide .user-profile-background .background-image img {
    height: 175px;
  }
}
.p-provide .bkbtn {
  width: 40px;
  height: 40px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 60px;
  background-image: url(../../src/svgs/bkbtn.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-provide .bkbtn {
    width: 24px;
    height: 24px;
    background-size: 6px;
  }
}
@media screen and (max-width: 575px) {
  .p-provide .bkbtn {
    top: 20px;
    left: 25px;
  }
}
.p-provide .provider-profile-main {
  position: absolute;
  top: 23px;
  left: 135px;
}
@media screen and (max-width: 767px) {
  .p-provide .provider-profile-main {
    top: 40px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .p-provide .provider-profile-main {
    top: 59px;
  }
}
.p-provide .provider-profile-main .provider-detail .provider-name {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-provide .provider-profile-main .provider-detail .provider-name {
    font-size: 20px;
    margin: 0;
  }
}
.p-provide .provider-profile-main .provider-detail .provider-specialization {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-provide .provider-profile-main .provider-detail .provider-specialization {
    font-size: 14px;
  }
}
.p-provide .user-profile-background .profile-pic {
  width: 170px;
  height: 170px;
  position: unset !important;
}
@media screen and (max-width: 767px) {
  .p-provide .user-profile-background .profile-pic {
    width: 95px;
    height: 95px;
  }
}
.p-provide .user-profile-background .profile-pic img {
  width: 100%;
  height: 100%;
  position: unset !important;
}
.p-provide .provider-profile-main .provider-detail {
  margin-left: 13px;
}
.p-provide .btn-block {
  background: rgba(255, 255, 255, 0.5411764706) !important;
  border: 1px solid rgba(69, 49, 79, 0.1490196078);
}
.p-provide .icon-background {
  background-color: var(--graish-COlor);
}
@media screen and (max-width: 767px) {
  .p-provide .inpersonVideo .invid-btn {
    width: auto;
    margin-right: 7px;
  }
}
.p-provide .inpersonVideo .invid-btn button {
  height: 40px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-provide .inpersonVideo .invid-btn button {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-provide .inpersonVideo .invid-btn button {
    height: 30px;
    font-size: 10px;
    padding: 0px 8px;
  }
}
.p-provide .mindnest-card {
  position: relative;
  background-color: white;
  padding: 30px 30px 0;
}
@media screen and (min-width: 992px) {
  .p-provide .mindnest-card {
    padding: 45px 50px 0;
    border-radius: 50px 0px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .p-provide .mindnest-card {
    border-radius: 30px 30px 0px 0px;
  }
}
.p-provide .mindnest-card .mindnest-card-inner {
  max-width: 1102px;
  padding: 0px;
}
.p-provide .book-inner-section {
  display: flex;
}

@media screen and (min-width: 767px) {
  .education-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.text-blue-600 {
  color: #1249ee;
  font-family: "MazzardH-medium";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .text-blue-600 {
    font-size: 12px;
  }
}

.badge-style {
  font-size: 12px;
  font-family: "MazzardH-Ragular";
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 991px) {
  .badge-style {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .badge-style {
    font-size: 8px;
  }
}
@media screen and (max-width: 533px) and (min-width: 450px) {
  .badge-style {
    font-size: 9px;
  }
}
@media screen and (max-width: 449px) and (min-width: 410px) {
  .badge-style {
    font-size: 8px;
  }
}
@media screen and (max-width: 409px) {
  .badge-style {
    font-size: 7px;
  }
}

.p-badge {
  font-family: "MazzardH-medium";
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-badge {
    font-size: 12px;
  }
}

.com-tick {
  width: 17px;
  height: 12.26px;
  top: -6px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .com-tick {
    width: 12px;
  }
}

.add-main-btn {
  background-image: url(/v2/src/svgs/plus-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.pr-border {
  border-left: unset;
}

.dt-dots img {
  width: 21px;
  height: 5px;
}

.consent-chk {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .consent-chk {
    margin-bottom: 10px;
  }
}
.consent-chk .chk-box {
  width: 16px;
  height: 16px;
}
.consent-chk .chk-box input {
  top: 0;
}
.consent-chk label {
  margin-left: 10px;
}
.consent-chk label a {
  text-decoration: underline;
}
.consent-chk:last-child {
  margin-bottom: 0;
}

.rating-label input[type=radio]:checked + span {
  background: var(--graish-COlor);
  color: #fff;
}

.feedback-btn {
  background: var(--graish-COlor) !important;
  color: #fff !important;
  font-family: MazzardH-medium;
}
.feedback-btn:focus {
  box-shadow: unset !important;
}

.btn-feedback {
  width: 275px;
  height: 60px;
  background: var(--graish-COlor) !important;
  color: #fff !important;
  font-size: 16px;
  font-family: MazzardH-semibold;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .btn-feedback {
    height: 45px;
  }
}
@media screen and (max-width: 450px) {
  .btn-feedback {
    width: 100%;
  }
}
.btn-feedback:hover {
  color: #fff;
}

.feedback-main .form-label {
  font-family: MazzardH-Ragular;
}
.feedback-main .rating-label {
  font-family: MazzardH-Ragular;
}

.subs-list-main {
  background-color: #5E63BC;
  border-radius: 20px 0px 0px 20px;
}
.subs-list-main .subscription-pakages {
  padding: 13px 55px 13px 24px;
}
@media screen and (max-width: 650px) {
  .subs-list-main .subscription-pakages {
    padding: 13px 32px 13px 24px;
  }
}
.subs-list-main .subscription-pakages ul li:first-child {
  padding-top: 35px;
}
.subs-list-main .subscription-pakages ul li:last-child {
  padding-bottom: 35px;
}

.subscription-nonSticky {
  width: 100%;
  overflow: visible;
  z-index: 21;
  position: relative;
}
.subscription-nonSticky .subscription-provider-check {
  background-color: #5E63BC;
  padding: 14px 13px 12px 0;
  border-radius: 0px 20px 20px 0px;
  position: relative;
  z-index: -1;
}
.subscription-nonSticky .scroll-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 23px; /* visually pushes scrollbar down */
  margin-bottom: -25px; /* pulls it back up from total height */
  scroll-behavior: smooth;
  padding: 2px 5px;
  display: flex;
}
@-moz-document url-prefix() {
  .subscription-nonSticky .scroll-wrapper {
    padding-bottom: 25px;
    margin-bottom: -25px;
  }
  .subscription-nonSticky .scroll-wrapper .pakages {
    overflow: auto;
    padding: 2px 5px;
  }
}

.scroll-shadow-container {
  position: relative;
  overflow: visible; /* allow shadows to show */
  z-index: 10;
}

.packages-mobile {
  padding: 2px 5px;
  border-radius: 20px;
}
.packages-mobile .card {
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.1019607843), 0 4px 4px 0 rgba(0, 0, 0, 0.0901960784), 0 10px 6px 0 rgba(0, 0, 0, 0.0509803922), 0 18px 7px 0 rgba(0, 0, 0, 0.0117647059), 0 27px 8px 0 rgba(0, 0, 0, 0);
  padding: 25px 17px !important;
}

.inner-note-text {
  display: flex;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .inner-note-text {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .carousel-inner .card {
    margin-bottom: 0px !important;
  }
}

.first-month-plan-price {
  font-size: 12px !important;
  width: 90px;
  line-height: 16px;
  margin-left: 3px;
}

.package-plans:has(.plan-button), .carousel-item:has(.plan-button) {
  background: var(--graish-COlor) !important;
}
.package-plans:has(.plan-button) .medic-pkg, .carousel-item:has(.plan-button) .medic-pkg {
  color: white;
}
.package-plans:has(.plan-button) .pakages-price, .carousel-item:has(.plan-button) .pakages-price {
  background: white;
  padding: 4px 18px;
  border-radius: 40px;
  width: 172px;
  height: 30px;
  margin: 0 auto;
  justify-content: center;
}
.package-plans:has(.plan-button) .pakages-price .price,
.package-plans:has(.plan-button) .pakages-price .seprater,
.package-plans:has(.plan-button) .pakages-price .duration, .carousel-item:has(.plan-button) .pakages-price .price,
.carousel-item:has(.plan-button) .pakages-price .seprater,
.carousel-item:has(.plan-button) .pakages-price .duration {
  color: #77a1a4;
}
.package-plans:has(.plan-button) .plan-list ul li, .carousel-item:has(.plan-button) .plan-list ul li {
  color: white;
}

.plan-button button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "MazzardH-Ragular";
  color: #fff;
  margin: 0 0 0;
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
}
.plan-button button:hover {
  color: white !important;
}

.choose-plan:has(.plan-button) .btn-plan {
  margin-bottom: 10px;
}

.carousel-item:has(.plan-button) {
  border: 1.5px solid var(--graish-COlor);
}

.carousel-item:has(.plan-button) .btn-plan {
  margin-bottom: 10px;
}

.popover-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popover-container .info-icon {
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 575px) {
  .popover-container .info-icon svg {
    width: 20px;
    height: 15px;
  }
}
.popover-container .info-icon .popover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 38px;
  left: -205px;
  width: 280px;
  background: #fffbe6;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 10.44px;
  padding: 20px 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  line-height: 1.4;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
  font-family: "MazzardL-Regular";
}
@media screen and (max-width: 575px) {
  .popover-container .info-icon .popover {
    font-size: 12px;
    width: 255px;
    top: 33px;
    left: -184px;
  }
}
.popover-container .info-icon .popover::before {
  content: "";
  position: absolute;
  top: -19px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fffbe6 transparent;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
  right: 50px;
}
.popover-container .info-icon:hover .popover {
  visibility: visible;
  opacity: 1;
}

.benchmark-drop {
  border: unset;
}

@media screen and (max-width: 575px) {
  .care-summary-accordian .no-data {
    font-size: 10px !important;
  }
}
