* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    /* font-family: "sf-ui-normal"; */
    /* src: url('../fonts/sf-ui-font/sf-ui-display-medium-58646be638f96.otf'); */
    /* src:url('../fonts//sf-ui-font/sf-ui-display-light-58646b33e0551.otf'); */
    /* src:url('../fonts/sf-ui-font/sf-ui-display-thin-58646e9b26e8b.otf'); */
}

.date_mobile_view_width {
    display: none;
}

.aboutUsBanner {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}

.aboutUsBanner p,
.ourVission p {
    color: #808080;
}

.bannerDE {
    margin-top: 25px;
}

.ourVissionImg {
    max-width: 500px;
    margin: auto;
}

.ourVissionImg img {
    width: 100%;
}

.ourMissionContainer {
    background-color: #eefffd;
    margin: 65px 0;
    padding: 45px 0;
}

.ourMission {
    max-width: 1080px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

.ourMission p,
.ourStory p {
    margin-top: 16px;
    color: #808080;
}

.ourStoryCon {
    background-color: #eefffd;
    padding: 70px 0 0 0;
}

.ourStory p {
    color: #808080;
}

.ourStoryImg {
    max-width: 500px;
    margin: auto;
    height: 100%;
}

.ourStoryImg img {
    width: auto;
    height: 100%;
}

.ourStory {
    margin-bottom: 70px;
}

.bookConBtn {
    background-color: #00a69f !important;
    color: #fff !important;
    padding: 9px 12px;
    border-radius: 8px;
    font-family: "Alexandria";
}

.bookConsultationBtn {
    padding-top: 30px;
}

.bookConsultationBtn a {
    font-weight: 300 !important;
}

.financeHeader {
    text-align: center;
    padding: 70px 0;
}

.InsDecInnerCon {
    display: flex;
    gap: 10px;
    margin-top: 21px;
}

.InsDecInnerCon h4 {
    font-size: 20px;
    font-family: "Alexandria";
    color: #808080;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #0ea59f30 !important;
}

.form-check-input:checked,
.RadioButtonCustom:checked {
    background-color: #0ea59f !important;
    border-color: #0ea59f !important;
}

.InsDecInnerConImg {
    width: 22px;
}

.InsDecInnerConImg img,
.instImgCon img {
    width: 100%;
}

.financeCheckBoxCon {
    margin-top: 20px;
}

.financeCheckBoxCon label,
.InsDec p {
    font-family: "Alexandria";
    color: #808080;
    font-weight: normal;
}

.financeCheckBoxCon input {
    padding: 9px;
}

.financeCheckBoxCon .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.reqBtnCon {
    padding: 36px 0;
}

.instImgCon {
    max-width: 445px;
    margin: auto;
}

.stepCardCon {
    background-color: #eefffd;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px;
}

.stepCardConImg {
    height: 225px;
}

.stepCardConImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.stepCardConText {
    padding: 25px 25px;
}

.stepCardConText h4 {
    font-family: "Alexandria";
    color: #000;
    font-size: 20px;
}

.stepCardConText p {
    font-family: "Alexandria";
    color: #808080;
}

.stepHeaderText {
    text-align: center;
    padding: 45px 0 35px 0;
}

.Financingpurchase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.Financingpurchase h2 {
    font-family: "Alexandria";
    color: #000;
}

.Financingpurchase p {
    margin-top: 16px;
    color: #808080;
}

.financePuchaseImg {
    margin: 70px auto !important;
}

.benifitsCard {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.benifitsCardText h4 {
    font-size: 20px;
    color: #808080;
    font-family: "Alexandria";
}

.benifitsCardText p {
    color: #808080;
    font-family: "Alexandria";
    font-weight: normal;
}

.blogbanner {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 345px;
    border-radius: 15px;
}

.blogbannerTitle {
    /* position: absolute;
    bottom: 45px;
    left: 38%;
    margin-bottom: 0; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.blogbannerTitle h2 {
    margin-bottom: 40px !important;
    z-index: 1111;
}

/* :not(td).active {
    color: #00a69f !important;
} */

td.active {
    color: inherit;
}

.blogsCardsDec {
    padding: 20px 0;
}

.blogCard {
    margin: 5px;
}

.blogCardImg {
    height: 170px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 8px #808080;
}

.blogCardImg img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.blogCardTitle h2 {
    font-size: 16px;
    color: #00a69f;
    font-family: "Alexandria";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogCardDesc p {
    color: #808080;
}

.blogCardBtn {
    padding: 15px 0;
}

.blogCardBtn .btn {
    border-radius: 10px !important;
    font-weight: 300;
    font-family: "Alexandria";
}

.userImage {
    height: 24px;
    width: 24px;
}

.userImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.UserImageCon {
    display: flex;
    gap: 5px;
}

.BadgeRow {
    display: flex;
    gap: 11px;
    padding: 9px 0 15px 0;
    align-items: center;
}

.healthBlogCardInner {
    display: flex;
    /* gap: 10px; */
}

.healthBlogCardInnerRightImage {
    height: 140px;
    width: 140px;
}

.healthBlogCardInnerRightImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.healthBlogCardInnerLeft {
    padding: 0 20px 0 0px;
}

.healthBlogCards {
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.healthBlogDes {
    padding: 0 60px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.healthBlogDes p {
    color: #808080;
    padding: 30px 0;
}

.UserImageCon span {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.description h5 {
    margin: 8px 0;
    font-family: "Alexandria";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description p {
    font-family: "Alexandria";
    color: #292929;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.UserImageCon>*:nth-child(2) {
    color: #292929;
    font-family: "Alexandria";
    font-weight: 300;
}

.UserImageCon>*:nth-child(3) {
    color: #757575;
    font-family: "Alexandria";
    font-weight: 300;
}

.BadgeRow .badge {
    color: #292929;
    background-color: #f2f2f2;
    color: #292929;
    font-family: "Alexandria";
    font-weight: 300;
    font-size: 13px;
    border-radius: 25px;
}

.BadgeRow .ReadTime,
.Selected {
    font-family: "Alexandria";
    font-weight: 300;
    color: #757575;
    font-size: 13px;
}

.blogCardDesc p {
    display: -webkit-box;
    /* Create a flexible box */
    -webkit-box-orient: vertical;
    /* Set the box's orientation to vertical */
    -webkit-line-clamp: 3;
    /* Limit text to 2 lines */
    overflow: hidden;
    /* Hide the text that overflows */
    text-overflow: ellipsis;
    /* Add ellipsis when text overflows */
}

.seeMoreBtn {
    border: none;
    outline: none;
    color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: unset;
    margin-bottom: 75px;
}

.reqBtnConText {
    color: #808080;
    font-family: "Alexandria";
    padding: 20px 0;
}

.safari-font {
    font-weight: 500 !important;
    /* Safari ke liye */
}

.chrome-font {
    font-weight: 700 !important;
    /* Chrome ke liye */
}

.trust_txt_main_container {
    margin-top: 42px;
}

.trust_img {
    width: 30px;
}

.medDirTrustImage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rating.rating-stars {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.mobileviewRating {
    display: none;
    display: block;
}

.desktopviewRating {
    display: none;
}

.user-data {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 40px;
}

.subscribe button {
    height: 40px;
    background: #00b0ab;
    border-radius: 12px;
    border: none;
}

.Join-US p {
    color: #161616;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    font-family: "Alexandria" !important;
}

.News-letter p {
    font-family: "Alexandria" !important;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 3px;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    margin-top: 120px;
}

.problems p {
    font-family: "Alexandria" !important;
    color: #808080;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}

.aftercare .head {
    color: #161616;
    font-family: "Alexandria" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px;
}

.firstCareDes h5 {
    color: #0ea59f !important;
    font-family: "Alexandria" !important;
}

.aftercare .cont {
    color: #808080;
    font-family: "Alexandria" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
}

.aftercare .see_morebtn button {
    border-radius: 12px;
    background: #0ea59f;
    border: none;
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Alexandria" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 40px;
    -webkit-font-smoothing: antialiased;
}

.Reviews p {
    color: #161616;
    font-family: "Alexandria" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px;
}

.Reviews-cont p {
    color: #808080;
}

.SliderSecTitles {
    text-align: center;
}

.sliderTitle h1 {
    margin-top: 120px;
    font-family: "Alexandria" !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    color: #161616;
}

.sliderTitle h5 {
    color: #0ea59f;
    font-family: "Alexandria" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.sliderTitle p {
    color: #808080;
    font-family: "Alexandria" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 40px;
    -webkit-font-smoothing: antialiased;
}

.SliderImageConSec1 {
    width: 70px;
    height: 70px;
    margin: auto;
}

.SliderImageConSec1 img,
.CounterSliderImageConSec1 img {
    width: 100%;
    height: 100%;
}

.slidesSec1 {
    text-align: center;
}

.slidesSec1 h5 {
    color: #0ea59f;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.slidesSec1 p {
    margin-top: 10px !important;
    text-align: center !important;
    color: #808080 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: "Alexandria" !important;
    -webkit-font-smoothing: antialiased;
}

.HealthcareConsultant {
    margin-top: 72px;
}

.CounterSliderImageConSec1 {
    height: 58px;
    width: 59px;
    margin: auto;
}

.CounterSlider {
    background-color: #eefffd;
    padding: 30px 0;
    border-radius: 16px;
    margin-top: 120px;
}

.CounterSlider h5 {
    font-size: 32px;
    margin: 0;
    color: #161616;
    font-weight: bold;
    margin: 15px 0;
}

.CounterSlider p {
    font-size: 18px;
    margin: 0;
    color: #808080;
    -webkit-font-smoothing: antialiased;
}

.teamCardCon {
    padding: 20px 10px;
    height: 280px;
}

.teamCardSec2 {
    background-color: #f8f8f8;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 65px 0 43px 0;
    text-align: center;
}

.teamCardSec2 h5 {
    color: #161616;
    font-family: "Alexandria" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
}

.teamCardSec2 p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
    -webkit-font-smoothing: antialiased;
}

.TeamImageCon {
    background-color: #0ea59f;
    height: 110px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.TeamImageCon img {
    height: 180px;
    width: 180px;
    margin: auto;
    padding: 15px;
}

.nearest {
    color: #161616;
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
}

.location {
    text-align: center;
    margin: 120px 0 0;
}

.TeamTitle {
    margin-top: 120px;
}

.nearest-cont p {
    text-align: center;
    color: #808080;
}

.teamCardMainCon {
    height: 300px;
}

.teamCardMainCon .slick-initialized {
    height: 100%;
}

.teamCardMainCon .slick-initialized .slick-list {
    height: 100%;
}

.teamCardMainCon .slick-initialized .slick-list .slick-track {
    height: 100%;
}

.teamCardMainCon .slick-initialized .slick-list .slick-track .slick-slide {
    height: 100%;
}

.teamCardMainCon .slick-initialized .slick-list .slick-track .slick-slide {
    height: 100%;
}

.bannerShade {
    height: 130px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bannerShade img {
    width: 100%;
    height: 100%;
}

.doctor1_img {
    width: 20px;
}

.doctor1_img img,
.search_logo img {
    width: 100%;
}

.dropDownConNew {
    display: flex;
    gap: 10px;
    font-weight: 300;
    color: #6d7985 !important;
    font-family: "Alexandria" !important;
}

.subItem,
.LocationDropDownText {
    font-weight: 300;
    color: #6d7985 !important;
    font-family: "Alexandria" !important;
}

.locationDropdown,
.MultiSearchDropdown {
    height: 272px;
    overflow-y: scroll;
}

.search_logo {
    width: 23px;
}

.surgeryBtn {
    display: flex;
    gap: 10px;
    background-color: white;
    border-radius: 50px;
    border: none;
    outline: none;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    padding: 7px 16px !important;
    color: #0ea59f !important;
}

.searchOptionComponent {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
}

.surgeryBtn.dropdown-toggle::after {
    display: none !important;
}

.Search_Icon_Button {
    background-color: #000 !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.datePickerInput {
    border: none;
    outline: none;
}

.searchOptionComponent .MuiBox-root {
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    flex: 1;
}

.dropdown-container {
    flex: 1;
}

.dropdown-container button,
.LocationSearchCon .dropdown button {
    width: 100%;
}

.LocationSearchCon {
    flex: 1;
}

.LocationSearchCon .dropdown {
    width: 100%;
}

.searchOptionComponent .MuiBox-root .MuiFormControl-root .MuiInputAdornment-root {
    display: none !important;
}

.searchOptionComponent .MuiBox-root .MuiFormControl-root .MuiInputBase-root input {
    padding: 8px 8px 8px 50px !important;
    color: #0ea59f !important;
    cursor: pointer;
    text-transform: lowercase;
}

.searchOptionComponent .MuiBox-root .MuiFormControl-root .MuiInputBase-root input::placeholder {
    color: #0ea59f !important;
    text-transform: lowercase;
}

.dropdown-container .dropdown-menu {
    padding: 0 !important;
}

.datePickerCon {
    flex: 1;
}

:where(.css-qct7wd-MuiButtonBase-root-MuiPickersDay-root):not(.Mui-selected) {
    background-color: #0ea59f !important;
    border: unset !important;
    color: #fff !important;
}

:where(.css-1nxbkmn-MuiPickersCalendarHeader-root) {
    background-color: #0ea59f !important;
    color: #fff !important;
    margin-top: 0 !important;
    padding: 30px 20px !important;
}

:where(.css-4k4mmf-MuiButtonBase-root-MuiPickersDay-root) {
    color: #0ea59f !important;
}

:where(.css-4k4mmf-MuiButtonBase-root-MuiPickersDay-root:focus.Mui-selected) {
    color: #fff !important;
    background-color: #0ea59f !important;
}

:where(.css-xp4e7m-MuiButtonBase-root-MuiIconButton-root-MuiPickersArrowSwitcher-button) {
    color: #fff !important;
}

:where(.css-1bsiu4i-MuiButtonBase-root-MuiIconButton-root-MuiPickersArrowSwitcher-button) {
    color: #fff !important;
}

:where(.css-14yom7c-MuiSvgIcon-root-MuiPickersCalendarHeader-switchViewIcon) {
    color: #fff !important;
}

:where(.MuiDayCalendar-header span) {
    color: #0ea59f !important;
}

.drawerNavigation {
    display: none;
}

.search-bar-container {
    background-color: #ffffff;
    box-shadow: 4px 6px 14px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    width: 100%;
    margin: 0px 0px auto;
    border-radius: 16px;
    margin-top: -6px;
    z-index: 2;
    position: relative;
}

.MobileSearchbar {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 82%;
    margin: auto;
}

.MobileSearchbar {
    display: none;
}

.AccordialList p {
    color: #808080 !important;
    font-family: "Alexandria" !important;
    font-size: 14px;
}

.AccordianTitle {
    color: #808080;
    font-family: "Alexandria" !important;

}

.mobileDatePicker .MuiFormControl-root .MuiInputBase-root input {
    color: #808080 !important;
    font-family: "Alexandria" !important;
}

.mobileDatePicker .MuiFormControl-root .MuiInputBase-root {
    display: flex !important;
    flex-direction: row-reverse !important;
    padding: 0 10px !important;
}

.accordianList {
    height: 230px;
    overflow-y: scroll;
}

.css-12aa3ri-MuiPaper-root-MuiAccordion-root::before {
    position: unset !important;
}

.accordianList p {
    font-family: "Alexandria" !important;
    font-size: 14px;
}

.accordianList .MuiTypography-root .d-flex .accordianListItems .MuiTypography-root {
    font-family: "Alexandria" !important;
    font-size: 14px;
}

.AccordianTitle .MuiInputBase-root {
    color: #808080 !important;
    font-family: "Alexandria" !important;
}

:where(.css-1rju2q6-MuiButtonBase-root-MuiMenuItem-root.Mui-selected) {
    background-color: #0ea59f30 !important;
}

:where(.MuiButtonBase-root .MuiMenuItem-root .MuiMenuItem-gutters .Mui-selected .MuiMenuItem-root) {
    color: #808080 !important;
    font-family: "Alexandria" !important;
}

:where(.MuiDialogActions-root.MuiDialogActions-spacing.MuiPickersLayout-actionBar) {
    display: none !important;
}

.pinIcon {
    height: 19px;
}

.pinIcon img {
    height: auto;
}

.form-select option:checked,
.form-select option:hover {
    background-color: red !important;
    color: white !important;
}

.drawerDatePicker {
    margin-top: 15px;
}

.drawerDatePicker .MuiBox-root {
    box-shadow: 0 0 5px #e4e2e2;
    padding: 0 36px;
    height: 49px;
    border-radius: 6px;
}

.drawerDatePicker .MuiBox-root .MuiIconButton-sizeMedium {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.drawerDatePicker .css-169ghzl-MuiInputBase-input-MuiOutlinedInput-input {
    color: #808080 !important;
    font-family: "Alexandria" !important;
}

.howweDo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.howweDo img {
    border-radius: 20px;
}

.welcom_healthclinicNew {
    margin-top: 65px;
}

.safteyImageCon {
    margin-top: 200px;
}

.safteyImageCon2 {
    margin-top: 240px;
}

.slidesSec1Con {
    max-width: 225px;
    margin: auto;
}

/* client zone */
.checkupClientZone {
    background-image: url("../images/container.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.checkupClientZoneInner {
    padding: 25px;
}

.checkupClientZoneInner p {
    /* max-width: 315px; */
       font-weight: 200;
}

.clientZoneCheckupCard,
.clientZoneCheckupSecCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.clientZoneCheckupSecCard {
    padding: 28px 31px;
    gap: 10px;
    justify-content: center !important;
}

.clientZoneCheckupCardImg {
    height: 23px;
    width: 23px;
}

.clientZoneCheckupCardImg img,
.titleImagesInner img {
    height: 100%;
    width: 100%;
}

.clientZoneCheckupCardDes .cardUpcoming,
.cardUpcomingDate {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
}

.View a {
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    font-weight: 300;
}

.clientZoneCheckupCardImg2 i,
.clientZoneCheckupCardImg i {
    font-size: 25px;
}

.clientZoneCheckupCardImg i {
    color: #0ea59f;
}

.card.specialistCard {
    border: none;
    box-shadow: 0 0 10px #e4e2e2;
    border-radius: 10px;
}

.titleImagesInner {
    height: 32px;
    width: 32px;
}

.titleImages {
    height: 80px;
    /* width: 80px; */
    background-color: #f2f2f2;
    margin: auto;
    border-radius: 10px;
    cursor: pointer;
}

.titleImages:hover {
    background-color: #0ea59f30;
}

.specialistCardTitle {
    padding: 11px 20px 20px 13px;
}

.specialistCardTitle h6 {
    font-size: 20px;
}

.viewAllCategoryCard {
    color: #00a69f;
}

.viewAllCategoryCard:hover {
    color: #00a69f;
}

.diagnosis-card,
.record-card {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: center;
    /* margin: 0 10px; */
    cursor: pointer;
}

.diagnosis-card:hover,
.record-card:hover {
    border: 1px solid #00a69f;
    transition: 1s;
}

.dignosticsTitle,
.dignosticsTitleTime {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-top: 9px;
}

.dignosticsTitleTime {
    color: #808080;
}

.Emergency {
    color: #000 !important;
}

.profileTextCon p {
    font-weight: 300;
    font-size: 14px;
}

.editIcon a {
    color: #000 !important;
    text-decoration: none;
    color: #000 !important;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 2px solid #000;
}

.custombadge {
    background-color: #00a69f !important;
    padding: 14px 15px;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
}

.diagnostics {
    margin-top: 30px;
}
.ChatWithDoc{
     margin-top: 0;
}
.clientSideBar {
    margin-top: 150px;
}

.myProfile {
    font-size: 22px;
    font-family: "Inter-semiBold";
    padding-left: 18px;
}


.DocumentTypeModal.form-select:focus {
    /* border-color: #86b7fe; */
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
}

.docUpload {
    background-color: #0ea59f !important;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
}

.ModalHeader {
    background-color: #00a69f !important;
}



.ChatBoxCon .chatBody {
    /* background-color: #fff !important; */
    background-color: #fff !important;
}

.ChatBoxCon .chatBody .message .message-content {
    background-color: #0ea59f;
    color: #fff;
}

.ChatBoxCon .chatBody .message.received .message-content {
    background-color: #f0f0f0 !important;
    color: #000;
}

.chatUserIcon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.chatUserIcon img,
.aiLogo img {
    height: 100%;
    width: 100%;
}

.chatUserData {
    text-align: left;
}

.chatUserData h5 {
    font-size: 18px;
    font-weight: 300;
}

.chatUserData p {
    font-size: 14px;
    font-weight: 300;
}

.chatUserDetail {
    display: flex;
    gap: 5px;
}

.chatModalClose {
    position: absolute;
    z-index: 999999;
    top: 4px;
    right: 20px;
}

.aiLogo {
    height: 35px;
    width: 30px;
}

.aiLogoQModal {
    height: 22px;
    width: 22px;
    margin: auto;
}

.aiLogoQModal img {
    width: 100%;
}

.AIsuggestions {
    margin: 15px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 16px;

    position: absolute;
    width: 92%;
    bottom: 70px;
}

.AIsuggestionsInner {
    display: flex;
    gap: 5px;
    margin: 5px 0;
}

.AIsuggestionsInner h6 {
    font-size: 16px;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

.suggestions-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.suggestions-list .suggestion-item {
    background-color: #0ea59f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 14px;
    cursor: pointer;
}

.QuestionaireModalHeader {
    background-color: unset !important;
    border-bottom: unset !important;
}

.questionContainer {
    background-color: #00b0ab;
}

.questionnaire .questionContainer {
    background-color: #0ea59f30;
    padding: 35px;
    border-radius: 10px;
    margin: 12px 0px 20px 0px;
}

.questionnaire .questionContainer .question {
    margin-bottom: unset !important;
    color: #4a4a4a;
    font-size: 22px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.questionnaire .options {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.questionnaire .options .option-btn {
    padding: 6px 15px !important;
}

.questionnaire .options .option-btn:hover {
    background-color: #0ea59f !important;
    color: #fff !important;
}

.questionnaire .options .option-btn.selected {
    background-color: #0ea59f !important;
    color: #fff !important;
    border-color: #0ea59f !important;
}

.chatDocCardsCon {
    background: #e7f6ea;
    border-radius: 10px;
    margin: 10px 0 20px 0;
    padding: 18px;
}

.chatDocCards {
    display: flex;
    justify-content: space-between;
}

.chatDocCards a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.chatBookingBtn p {
    font-size: 14px;
    color: #0ea59f;
    border-bottom: 1px solid #0ea59f;
}

.chatDocCardsDesc {
    font-size: 14px;
    color: #808080;
    font-weight: 300;
    padding: 7px 0;
}

.severity-assessment.low {
    background-color: #e7f6ea;
    border: 1px solid #2e7d32;
    padding: 14px;
}

.severity-assessment.moderate {
    background-color: #ef6c0078;
    border: 1px solid #ef6c00;
    padding: 14px;
}

.severity-assessment.high {
    background-color: #c6282838;
    border: 1px solid #c62828;
    padding: 14px;
}

.severity-assessment p {
    font-size: 14px !important;
    color: #161616 !important;
    font-weight: 300 !important;
}

.chatseverityBadge {
    padding: 7px 16px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    border-radius: 7px;
    cursor: pointer;
}

.chatseverityBadgeCon {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.ModalSeeMore {
    text-align: center;
}

.ModalSeeMore button {
    border: none;
    outline: none;
    background: none;
    color: #00a69f !important;
    border-bottom: 1px solid #00a69f;
    padding: 0;
    border-radius: 0;
}

.ModalSeeMore button:focus {
    background: none !important;
    border-color: #00a69f !important;
    box-shadow: none !important;
}

.ModalSeeMore button:hover {
    background: none;
    color: #00a69f !important;
    border-bottom: 1px solid #00a69f !important;
}

.matchedCategoriesInner {
    margin: 40px 0 30px 0;
}

.modal-header .prescriptionModalHeader {
    background-color: #00a69f !important;
}

.patientChalModalTitle {
    width: 40px;
    height: 40px;
}

.patientChalModalTitleCon {
    position: relative;
}

.patientChalModalTitle img {
    width: 100% !important;
    height: 100% !important;
}

.Imgcircle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #28c76f;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.patientChatName h3 {
    font-size: 13px;
    color: #808080;
    font-weight: 300;
    font-family: unset !important;
    margin-bottom: 0;
}

.patientChatName p {
    font-size: 14px;
    color: #080000 !important;
    font-family: unset !important;
}

.chat_popupcont .modal-header.chat_head,
.chat_popupcont .modal-header.chat_head {
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 26px 7px 26px !important;
}

.chat_popupcont .modal-header.chat_head,
.chat_popupcont .modal-header.chat_head .chat-header {
    background-color: #fff !important;
}

.chat_popupcont .modal-body.chatpopbody {
    padding: 0 !important;
}

.chatModalSearch {
    width: 25px;
}

.chatModalSearch img {
    width: 100%;
}

.dropdown.chatModalDropdown .dropdown-toggle::after {
    display: none !important;
}

.dropdown.chatModalDropdown .dropdown-toggle {
    color: #808080 !important;
    font-size: 18px;
}

.chat-day2 .today:after,
.chat-day2 .today:before {
    display: none !important;
}

.chat-day .today,
.chat-day2 .today {
    background-color: unset !important;
    height: 0 !important;
    box-shadow: unset !important;
    padding: 0px !important;
    color: #646363 !important;
}

.chat_day2_inner.chat_day2_innerBadge {
    background-color: #9fd4d8 !important;
    max-width: 128px;
    margin: auto;
    border-radius: 5px;
}

.modal-content.chat_popupcont {
    background-color: #f5f5f5 !important;
}

.modal-footer.chat_modalFooter {
    margin: 25px !important;
    padding: 0 !important;
    border-top: unset !important;
    background-color: #fff !important;
}

.emojionearea.form-control.emojionearea-inline {
    border: 0px !important;
    box-shadow: unset !important;
}

.chatSndBtn {
    display: flex;
    gap: 8px;
    padding: 8px 17px !important;
}

.chatSndBtn p {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 4px;
}

.patientSays,
.DrSays {
    align-items: flex-start !important;
    gap: 10px;
    margin-top: 15px;
}

.patientSays .text p {
    background-color: #00a69f !important;
    color: #fff !important;
    font-weight: 300 !important;
    border-radius: 5px 0px 5px 5px;
}

.patientSays .text .msg-timept,
.reciver_send_time,
.sender_send_time {
    color: #717171 !important;
    margin-top: 4px;
}

.userChatImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.userChatImg img {
    width: 100%;
    height: 100%;
}

.DrSays p {
    background-color: #fff !important;
    color: #8b8b8b !important;
    font-weight: 300 !important;
    border-radius: 0px 5px 5px 5px !important;
}

.DrSays .text span {
    color: #717171 !important;
    margin-top: 4px;
}

.docChatMainCon {
    /* max-height: 40vh; */
    max-height: 200px;
    overflow-y: auto;
}

.searchIcon {
    width: 25px;
    margin-top: 2px;
}

.searchIcon img {
    width: 100%;
}

.chatsearch_input.chatsearch_input_New {
    box-shadow: unset !important;
    border: 1px solid #bbbbbb;
    height: 36px !important;
    flex: 1;
}

.chatsearch_input.chatsearch_input_New input::placeholder,
.chatsearch_input.chatsearch_input_New input input {
    color: #9d9d9d !important;
    font-weight: 300 !important;
}

.col4_container_inner.col4_containerinner_ah {
    background: #fff !important;
    border-top-left-radius: 20px;
    overflow: hidden !important;
    border-right: 1px solid #d5c9c9;
}

/* .col4_container.sideBarHeightCal{
    min-height: calc(90vh - 73px) !important;
} */
.surgeonChatConRow {
    margin-top: 20px;
}

.custom_chat_col_left {
    border-top-left-radius: 20px;
}

.search_chat_search {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.sergeonChatSearch {
    border-bottom: 1px solid#DDDDDD;
}

.doc_chatbutton {
    margin-top: 10px;
    padding: 0px 35px;
    justify-content: space-around !important;
}

.chatInner h3 {
    color: #30b9b3;
    font-size: 20px;
    font-weight: bolder;
    font-family: "Inter-Light";
    padding: 10px 20px 15px 20px;
}

.chatTitle .patient_btn_data_inner_container {
    color: #fff !important;
}

.chatTitle .patient_btn_data_inner_container {
    margin: 8px 19px;
    border-radius: 15px;
}

.chatTitle .patient_btn_data_inner_container.active {
    background-color: #30b9b3 !important;
}

.patient_btn_data_inner_container.active .chat_text_cn p {
    color: #fff !important;
}

.patient_btn_data_inner_container .chat_text_cn .chat_per_name p {
    font-weight: 100 !important;
    font-size: 18px;
}

.patient_btn_data_inner_container .chat_text_cn .chat_per_name .chat_time p {
    font-weight: lighter !important;
    font-size: 14px;
}

.patient_btn_data_inner_container .chat_text_cn .chat_msg p {
    font-weight: lighter !important;
    font-size: 16px;
}

.dropdown.delete-dropdown {
    display: none;
}

.new_dropdown.latestDropdown {
    padding: 16px 40px 16px 40px !important;
    border-top-right-radius: 17px;
    margin-left: 0 !important;
    border-bottom: 1px solid #d5c9c9;
}

.chatmessage_box h5 {
    font-size: 14px;
    color: #080000 !important;
    font-weight: unset !important;
}

.chatmessage_box p {
    font-size: 13px;
    color: #808080;
    font-weight: 300;
    font-weight: unset !important;
    margin-bottom: 0;
}

.chat-day p {
    background-color: #9fd4d8 !important;
    max-width: 128px;
    margin: auto;
    border-radius: 5px;
    padding-bottom: 5px;
}

.reciver-messageInner {
    background-color: #fff !important;
    padding: 0.5rem 0.7rem;
    font-weight: 300 !important;
    border-radius: 0px 5px 5px 5px;
    color: #8b8b8b;
}

.surgeonSndBtn {
    background-color: #0ea59f !important;
    border: none;
    padding: 8px 19px;
}

.surgeonSndBtn p {
    font-size: 14px;
}

.message-type-parent .chat-message-input .emojionearea {
    margin-right: 20px !important;
}

.message-type-parent .chat-message-input .chat_send_btn label i {
    color: #575757;
}

.delete-dropdown .dropdown-toggle::after {
    display: none;
}

.chat-outer .message-type-parent .chat-message-input .emojionearea-inline .emojionearea-button {
    display: none;
}

.specialist-card.cardCols small {
    opacity: 0;
}

.specialist-card:hover small {
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.specialistCard .card-body .cardCols .cardColsInner small {
    opacity: 0;
}

.specialistCard .card-body .cardCols .cardColsInner:hover small {
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.specialistCard .card-body .row .cardCols .medication-card small {
    opacity: 0;
}

.specialistCard .card-body .row .cardCols .medication-card:hover small {
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.specialistCard .card-body .row .cardCols .cardColsInner div .dignosticsTitleCon {
    opacity: 0;
}

.specialistCard .card-body .row .cardCols .cardColsInner:hover .dignosticsTitleCon {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.blogbanner2 {
    background-image: url("../images/surgeonbg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.Customdotted-list {
    list-style: none;
    /* Default bullets hatane ke liye */
    margin-bottom: 20px;
    font-family: "Alexandria" !important;
}

.Customdotted-list li::before {
    content: "•";
    /* Unicode bullet */
    color: black;
    /* Bullet color */
    font-size: 18px;
    margin-right: 10px;
}

.customDottedCon {
    padding-left: 30px;
}

.labe2 {
    color: #808080 !important;
    font-weight: bolder;
}

.inputContainerSurgeon {
    /* display: flex;
    gap: 10px; */
    padding-right: 55px !important;
}

.inputContainerSurgeon input {
    border-radius: 11px;
    padding: 5px !important;
    border: 1px solid #808080;
    background-color: unset;
    color: #808080;
}

.inputContainerSurgeon input::placeholder {
    color: #808080;
}

.inputContainerSurgeon button {
    background-color: #000000;
    border-radius: 11px;
    padding: 6px 25px;
    border: none;
    outline: none;
}

.ourCrmTitle {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.ourCrmTitle p {
    color: #808080;
    margin-top: 30px;
}

.feature-box {
    background: #eefffd;
    border: 1px solid #e4e2e2;
    border-radius: 15px;
    padding: 40px 20px 20px 20px;
    height: 100%;
}

.surgeonCardIcons {
    max-width: 100px;
    margin: auto;
}

.surgeonCardIcons img {
    width: 100%;
}

.feature-box h3 {
    font-size: 19px;
    margin: 45px 0 17px 0;
}

.feature-box p {
    color: #808080;
}

.feature-boxCon {
    display: flex;
    max-width: 1080px;
    margin: auto;
    gap: 29px;
    padding: 50px 0 0px 0;
}

.featureConInner {
    min-height: 375px;
}

.CrmContainer {
    padding: 70px 0 80px 0 !important;
}

.slick-slider.slick-initialized .slick-dots li button {
    color: #d1d1d1;
}

.slick-slider.slick-initialized .slick-dots li button:before {
    color: #30b9b3 !important;
    font-size: 11px !important;
}

.surgeonInputCon input {
    width: 100%;
}


.signbuttonSurgeon button {
    width: 100%;
    background-color: unset;
    border: none;
    outline: none;
    padding: 11px 0 !important;
    color: #fff;
    color: #000;
    border-radius: 10px;
    margin-top: 13px;
    border: 1px solid #808080;
    text-align: center;
}

.line-before {
    position: relative;
}

.line-before::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #808080;
    z-index: -1;
}

.line-before div {
    position: relative;
    background: #fff;
    max-width: 150px;
    margin: auto;
    text-align: center;
    color: #161616;
    font-family: "Alexandria";
    font-weight: 300;
}

.accountsButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.surgeonInputCon input {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 10px;
}

.line-before {
    margin: 22px;
}

.accountsButtons .google button {
    color: #868686;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 8px 45px;
    width: 100%;
    text-align: center;
    font-family: "Alexandria";
    font-weight: 300;
    cursor: pointer;
    outline: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

.accessMedicalDirectory {
    color: #161616;
    text-align: center;
    margin: 50px 0;
}

.accessMedicalDirectory span,
.accessMedicalDirectory a,
.surgeonInputCon .label label {
    font-family: "Alexandria";
    font-weight: 300;
}

.surgeonInputCon .label label {
    margin-top: 10px;
}

.surgeonBannerLeftSec p {
    font-family: "Alexandria" !important;
}

.surgeonBannerLeftSec {
    max-width: 540px;
}

.surgeonBannerRightSec {
    max-width: 500px;
    margin: auto;
}

.surgeonBannerRightSec img {
    width: 100%;
    height: auto;
}

.surgeonBannerLeftSecForm {
    max-width: 420px;
}

.sergeonBannerRow {
    margin: 70px 0;
    align-items: center;
}

/* client zone */

/* slider test */
.testimonial-slider {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding: 60px 20px;
}

.testimonial-subtitle {
    font-size: 14px;
    color: #808080;
    margin-bottom: 14px;
    font-family: "Alexandria";
    font-weight: 300;
}

.testimonial-title {
    font-size: 24px;
}

.testimonial-title span {
    color: teal;
}

.testimonial-quote {
    font-size: 40px;
    color: teal;
    margin: 10px 0;
}

.testimonial-item {
    padding: 20px;
}

.testimonial-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    min-height: 75px;
    height: 100%;
}

.testimonial-image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin: auto;
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.surgeonUlCon {
    max-width: 550px;
}

.surgeonUlCon p {
    color: #161616;
    font-family: "Alexandria";
    font-weight: 300;
}

.buttononeImageCon {
    margin-top: 40px;
    /* box-shadow: 0 0 10px #e4e2e2;
    border-radius: 10px;
    overflow: hidden; */
}

.titleSpan {
    font-weight: 400 !important;
}

.surgeonButtonCon h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.surgeonButtonContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 40px 0;
}

.surgeonButtonContainer button {
    border: none;
    outline: none;
    background-color: #fff;
    color: #808080;
    border-radius: 10px;
    padding: 4px 20px !important;
}

.surgeonButtonContainer button.activeButon {
    border: 1px solid #0ea59f;
    color: #161616;
}

.featureTitle {
    text-align: center;
}

.featureTitle h2 {
    font-size: 25px;
    max-width: 750px;
    margin: auto;
}

.CustomizeFunctionContainer {
    background-color: #eefffd;
}

.CustomizeFunctionImageCon {
    max-width: 550px;

}

.CustomizeFunctionImageCon:nth-child(2) {
    margin: 0 0 0 auto;
}

.CustomizeFunctionImageCon:first-child,
.CustomizeFunctionImageCon:nth-child(3) {
    margin: 0 auto 0 0;
}

.featureTitle2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.featureTitle2 p {
    color: #808080;
}

.CustomizeFunctionrow {
    padding: 75px 0 0 0 !important;
}

.CustomizeFunctionContainer .container .row:nth-child(even) {
    flex-direction: row-reverse !important;
}

.CustomizeFunctionContainer .container .row:nth-child(3) {
    padding-bottom: 75px !important;
}

.spanTitle1 {
    color: #808080 !important;
}

.spanTitle2 {
    color: #000000 !important;
    border-bottom: 2px solid #30b9b3 !important;
    padding-bottom: 15px;
}

.testimonial-title span {
    font-family: "Alexandria";

}

/* slider test */

/* plan card */

.pricing-card {
    border: 2px solid #ddd;
    border-radius: 16px;
    padding: 31px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
    background: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center center;
    position: relative;
    z-index: 0
}

.pricing-card:hover {
    border: 1px solid #000;
    transform: scale(1.02);
    transition: 0.3s ease;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.feature {
    margin-bottom: 12px;
    font-size: 15px;
    font-family: "Alexandria";
    display: flex;
    align-items: center;
    font-weight: 400;
}

.feature::before {
    content: "✔";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: #00c4b4;
    color: white;
    font-family: Arial, sans-serif;
}

.not-included {
    color: #c0c0c0;
}

.not-included::before {
    background-color: #A6E3E0;
    color: #ffffff;
}

.price {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Alexandria";
}

.price span {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    font-family: 'Alexandria';
}

.plan-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'Alexandria';
}

.select-button {
    border: 1px solid #00c4b4;
    padding: 10px 16px;
    border-radius: 8px;
    background: transparent;
    color: #00c4b4;
    cursor: pointer;
    transition: background 0.2s ease;
}

.select-button:hover {
    background: #000000;
    color: white;
    border-color: #000000;
}

.choosePlanContainer {
    padding: 30px 0 30px 0 !important;
    text-align: center;
}

.choosePlanContainer h2 {
    font-size: 25px;
}

.pricingCardsContainer {
    margin-bottom: 76px;
}

/* plan card */

/* .whatsappVoiceBubble {
    background-color: #dcf8c6;
    padding: 10px 12px;
    border-radius: 16px 16px 0 16px;
    max-width: 320px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  } */

.whatsappVoiceContent {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.waveform-wrapper {
    flex: 1;
    max-width: 95%;
}

.waveformBar {
    width: 100%;
    height: 40px;
    padding-top: 4px;
    pointer-events: none;
}

.audioDuration {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
}

.playPauseBtn i {
    color: #075e54;
}

.deleteBtn i {
    color: red;
}

.micWrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
}

.micIcon {
    font-size: 20px;
    color: #075e54;
    cursor: pointer;
}

.micIcon.recording {
    color: red;
}

.whatsappVoiceBubbleRecording {
    position: absolute;
    width: 295px;
    background: #f5f5f5;
    /* bottom: -7px; */
    bottom: -17px;
    height: 59px;
}

.whatsappVoiceBubbleRecording2 {
    position: absolute;
    width: 295px;
    background: #f5f5f5;
    /* bottom:2px; */
    bottom: -6px;
    height: 59px;
}

:host .canvases {
    max-height: 33px !important;
}

.scroll .wrapper .canvases div {
    height: 33px !important;
}

.scroll .wrapper .canvases div canvas {
    height: 33px !important;
}

.audioMessageBg {
    padding: 10px 15px;
    border-radius: 15px;
    width: 70% !important;
    background: #f0f2f5;
}

.audioMessageBg .waveform-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

.audioDurationchatInner {
    position: absolute;
    bottom: 21px;
    right: -20px;
}

.audio-text {
    padding-left: 7px;
}

.aiChatCon {
    display: flex;
    padding: 0px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    background-color: #f5f5f5;
    flex: 1;
    gap: 5px;
    align-items: center;
}

.chatInputContainer {
    flex: 1;
}

.chatInputContainer textarea {
    padding: 18px 0 4px 0px;
    font-size: 16px;
    line-height: 20px;
    min-height: 60px;
    max-height: 80px;
    box-sizing: border-box;
    overflow-y: auto;
    resize: none;
    border: none;
    background-color: #f5f5f5;
    outline: none;
    display: block;
    width: 100%;
    max-width: 90%;
}

.aiChatCon .chatInputContainer textarea::placeholder {
    color: #999;
    opacity: 1;
}

/* for live data */
.accodianstyle::before {
    background-color: unset !important;
}

.search_logo2Con .MuiAccordionSummary-content {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.accodianstyle h3 .MuiButtonBase-root {
    min-height: auto !important;
    margin: 10px 0 !important;
}

.waveformBar {
    flex: 1;
}

.message.sent .message-content,
.message.received .message-content {
    word-break: break-all !important;
}

/* for live data */
.accodianstyle::before {
    background-color: unset !important;
}

.search_logo2Con .MuiAccordionSummary-content {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.accodianstyle h3 .MuiButtonBase-root {
    min-height: auto !important;
    margin: 10px 0 !important;
}

.accodianstyle h3 .MuiButtonBase-root .MuiAccordionSummary-content {
    margin: 0 !important;
}

.accodianstyle .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordion-region .MuiAccordionDetails-root {
    padding-top: 0 !important;
}

.accodianstyle .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordion-region .MuiAccordionDetails-root .MuiList-root {
    padding-top: 0 !important;
}

.locationAccordian,
.drawerDatePicker {
    box-shadow: unset !important;
    border-radius: 12px !important;
    border: 2px solid #D9D9D9 !important;
    background-color: #fff !important;
}

.locationAccordian .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordion-region .MuiAccordionDetails-root {
    padding-top: 0 !important;
}

.locationAccordian .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiAccordion-region .MuiAccordionDetails-root .MuiList-root {
    padding-top: 0 !important;
}

.mobileOnlyText,
.mobile-Tagline-text,
.mobile-searchbar {
    display: none;
}

.keywords-Search {
    display: none;
}

/* for live data */


/* new 5-7-25 */
.Filter_consultants form .Filter_consultantsFields {
    flex-wrap: unset;
}

.insuranceCarear {
    display: flex;
    max-width: 500px;
    width: 100%;
    gap: 10px;
}

.Filter_consultants form .Filter_consultantsFields .insuranceCarear .SearchField i {
    color: #0ea59f;
    top: 12px;
    left: 9px;
    position: absolute;
    font-size: 20px;
}

.Filter_consultants form .Filter_consultantsFields .SearchPopup {
    width: 50px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.Filter_consultants form .Filter_consultantsFields .SearchField button {
    padding: 0 30px;
}

.RowFileds .df-flex .SearchField.input-container input {
    width: 100% !important;
}

.findSurgeonImageMobile {
    display: none;
}

/* new 5-7-25 */


.DocImgDesContainer {
    display: flex;
}

.findSurgeonImageMobileDes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-left: 20px;
    text-align: left;
}

.findSurgeonImageMobileDesPara p {
    font-size: 19px;
    color: #808080;
    /* font-family: "sf-ui-normal", sans-serif !important; */
}

.find_surgeon_images {
    height: 200px !important;
    width: 200px !important;
    border-radius: 10px !important;
    /* border: 2px solid #0EA59F; */
}

.DocImgDesMainContainer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.Const_FeeNew {
    display: flex;
    gap: 5px;
    align-items: center;
    /* margin-top: 30px !important; */
    margin: 33px 0 18px 0 !important;
}

.Const_FeeNew p,
.Const_FeeNew h5 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}

.Const_FeeNew h5 {
    font-weight: 600;
}

.surgeonInfo.surgeonNewInfo {
    margin-top: 25px;
}

.surgeonInfo.surgeonNewInfo p {
    font-weight: 500;
    color: #000 !important;
    font-size: 19px;
}

.doctorDes {
    display: flex;
    gap: 6px;
    align-items: start;
    margin-top: 40px;
}

.doctorDes .doctorDesText p {
    font-size: 16px;
}

.doctorDes .doctorDesText {
    /* max-width: 430px; */
    padding-right: 40px;
}

.doctorDes .doctorDesIcon {
    margin-top: 6px;
}

.date_available .form-check-inline .DateChecked {
    border-radius: 25px;
}

.append_slots.append_slotsNew {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.AllDates_Link_new_con .AllDates_Link {
    border: none !important;
    padding: 5px !important;
    box-shadow: none !important;
}

.AllDates_Link_new_con .AllDates_Link a,
.profileSlots .form-check a {
    border-bottom: 1px solid #959595 !important;
    color: #959595 !important;
    font-size: 16px !important;
}

.View_ProfileBtn.View_ProfileBtn2 {
    position: unset !important;
    justify-content: space-between;
    align-items: center;
    max-width: 470px;
    margin: 0px 0 0 auto;
}

.View_ProfileBtn.View_ProfileBtn2 {
    gap: 10px;
}

.View_ProfileBtn.View_ProfileBtn2 .docPriceCallDetail,
.View_ProfileBtn.View_ProfileBtn2 .docPriceCallDetail2 {
    flex: 1;
}

.View_ProfileBtn.View_ProfileBtn2 .docPriceCallDetail2 {
    max-width: 200px;
    margin: auto;
}

.docPriceCallDetail2 button {
    border: none;
    outline: none;
    background-color: #0EA59F;
    padding: 16px 50px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

.date_available.mobdate_new .d_btn_mobile .form-check-inline .DateChecked {
    padding: 6px 25px !important;
}

.star-rating {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.star-icon {
    font-size: 20px !important;
    color: gold !important;
    margin-right: 2px;
}

.star-icon.inactive {
    color: #ccc !important;
}

.review-label {
    font-size: 17px;
    font-weight: 600;
}

.review-score {
    color: #00b3b3 !important;
    font-weight: 600;
    margin-right: 3px;
}

.doctorFeeMobileView {
    display: none;
}

.mobileViewStar {
    display: block;
}

.mobileViewStar {
    display: none;
}

.doctify_MainContainer .Const_Fee {
    width: 100% !important;
    border: unset !important;
    justify-content: end;
}

.doctify_Main.doctify_MainContainer {
    justify-content: end !important;
}

.MobDates_Setting.MobDates_Setting_new {
    display: flex;
    flex-wrap: wrap;
}

.patient_seemore a {
    color: #959595 !important;
    font-size: 16px;
}

.MobDates_Setting_new .form-check a {
    display: block;
    width: 100%;
}

.Filter_consultants form .searchfiled_verfiied .df-flex .SearchField.input-container {
    width: 150px;
}

.doctorDesMobile {
    display: none;
}

.Dates_RadioBtn .upcomingDate {
    font-size: 18px;
}

.MobDates_Setting .form-check-inline label {
    font-size: 18px;
    padding: 7px 25px !important;
}

.append_slotsNew .append_slotsNewInner .form-check a {
    font-size: 18px;
}

.starRatingMobile {
    /* justify-content: center !important; */
    margin: 10px 0;
}

.date_available.mobdate_new .form-check-inline label,
.dietiationCon .MobDates_Setting .patients_packagees a {
    white-space: nowrap;
    font-size: 18px;
}

.dietiationCon {
    display: flex;
    flex-wrap: wrap;
}


/* searchClinics */
.clinicslocation,
.call {
    display: flex;
    gap: 10px;
}

.clinicsContainerInner {
    display: flex;
    gap: 10px;
}

.clinicsLogoCon {
    max-width: 50px;
}

.clinicsLogoCon img,
.clinicsLocCon img {
    width: 100%;
    height: auto;
}

.clinicsBtn {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.clinicsBtn .viewFullProfile,
.clinicsFilterClearButton button {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #DADADA;
    outline: none;
    color: #0EA59F;
}

.clinicsBtn .viewFullProfile a {
    color: #0EA59F;
    text-decoration: none;

}

.clinicsBtn .visitWebsite {
    background-color: #0EA59F;
    padding: 10px 20px;
    border-radius: 10px;

    border: 1px solid #0EA59F;
    outline: none;
}

.clinicsBtn .visitWebsite a {
    color: #fff;
    text-decoration: none;
}

.clinicslocationCon {
    margin-top: 20px !important;
}

.search-clinics-item {
    margin: 30px 0;
    padding: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.ClinicsSearchselect {
    font-size: 16px;
    color: #7a8489 !important;
    font-family: "Inter-Light";
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px;
    min-width: 200px;
}

.ClinicsSearchselect a {

    text-decoration: none;
    font-size: 16px;
    color: #7a8489 !important;

}

.filerButton {
    width: 50px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

#clinicssearchButton {
    background-color: #0ea59f;
    padding: 10px 30px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 7px;
}

.clinicSearchInput input {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    color: #7a8489;
}

.clinicsFilterCon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
    padding: 0 11px;
}

.FilterSelectCon {
    display: flex;
    gap: 10px;
}

.FilterSelectCon .ClinicsSearchselect a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* searchClinics */

/* test  */
.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 5px;
}

.pagination button {
    border: 1px solid #00A6A6;
    background-color: white;
    color: #00A6A6;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    min-width: 36px;
    transition: all 0.3s ease;
}

.pagination button:hover:not(.active):not(:disabled) {
    background-color: #F0FAFA;
}

.pagination button.active {
    background-color: #00A6A6;
    color: white;
}

.pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.loc_dropdown_menu_li {
    width: 100%;
    border-bottom: 1px solid rgb(222, 222, 222);
    padding: 8px 4px;
    max-height: 200px;
}

.loc_dropdown_menu_li a {
    width: 100%;
    padding: 5px 10px;
}

.noRecordText {
    margin: 50px 0 !important;
}

.disabled-btn {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    pointer-events: none;
}

.clinicsFilterButtonCon {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
}

.append_slots.append_slotsNew .form-check.form-check-inline {
    position: unset !important;
}

.AllDates_Link_new_con .form-check:hover {
    background-color: unset !important;
}

.doctorDesText p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* Maximum 3 lines show hongi */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cardColsCon {
    max-height: 120px;
}

.cardColsInnercard2 {
    position: relative;
    /* height: 150px; */
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.cardColsInnercard2 img {
    height: 42px;
    width: 42px;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.cardColsInnercard2 .small {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.cardColsInnercard2:hover img {
    transform: scale(0.8) translateY(-10px);
}

.cardColsInnercard2:hover .small {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.specialist-card,
.medication-card {
    margin: 0 0 10px 0;
}

/* .medicalRecordCon {
    max-height: 238px;
    max-height: 290px;
    overflow-y: auto;
    height: 100%;
} */



/* .medicalRecordConsec {
    height: 290px;
     overflow-y: auto;
} */

.mobileViewStar .star-rating .review-label .text-dark {
    margin-left: 0 !important;
}

.View_ProfileBtn.View_ProfileBtn2 a {
    font-size: 18px !important;
}

.View_ProfileBtn.View_ProfileBtn2 {
    flex-wrap: wrap;
}

.dateSlot .form-check-inline,
.append_slotsNew .append_slotsNewInner .form-check-inline {
    margin: 5px 0;
}

.profileSlotsContainer {
    display: flex;
    flex-wrap: wrap;
}

.profileSlots .form-check {
    padding: 0 !important;
    border: none !important;
    background: none;
    box-shadow: none
}

.append_slotsInnerCon .append_slots .form-check {
    padding: 7px 31px !important;
}

.append_slotsInnerCon .append_slots .form-check a {
    font-size: 18px;
}

.profileSlots {
    width: 100px;
}

.append_slotsInnerCon .append_slots {
    display: flex;
    flex-wrap: wrap;
}

/* test  */

/* appointmentCalender */
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc--button {
    display: none !important;
}

.appointmentCalender .fc-header-toolbar {
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 10px;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div,
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk {
    display: flex;
    align-items: center;
    background-color: #fff;

}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button {
    background: unset;
    color: #000 !important;
    border: none !important;
    padding: 11px;
    text-transform: capitalize !important;

}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-today-button {
    border-right: 1px solid #ddd !important;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-dayGridMonth-button,
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-timeGridWeek-button {
    border-right: 1px solid #ddd !important;
    text-transform: capitalize !important;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button.fc-timeGridDay-button {
    text-transform: capitalize !important;
}


.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div .fc-prev-button,
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div .fc-next-button {
    background-color: #fff;
    border: none;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div .fc-prev-button .fc-icon,
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div .fc-next-button .fc-icon {
    color: #000;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div .fc-prev-button:focus,
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div .fc-next-button:focus,
.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk .fc-button-group button:focus {
    outline: none !important;
    box-shadow: unset !important;
}

.appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div h2.fc-toolbar-title {
    margin: 13px 0px;
    font-size: 18px;
    min-width: 150px;
    text-align: center;
}

.appointmentCalender a {
    text-decoration: none !important;
    color: #000 !important;
}

.activeCalendarcontainer {
    width: 100%;
    transition: all 0.3s ease;
}

.calenderColSidebar {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 100vh;
    box-shadow: 0 0 10px gray;
    position: fixed !important;
    max-width: 400px;
    right: -410px;
    z-index: 1111;
    transition: all 0.3s ease;
}

.calenderColSidebar.calenderColSidebarActive {
    right: 0px;
    transition: all 0.3s ease;
}


.calenderColContainer {
    flex: 1;
}

/* .calenderColContainer.activeCalendarcontainer {
    width: 75%;
    transition: all 0.3s ease;

} */

#calendar .fc-col-header {
    width: 100% !important;
}

.fc-daygrid-body {
    width: 100% !important;
}

.closeBtnAppoitmant {
    position: absolute;
    left: -37px;
    top: -37px;
}

.closeBtnAppoitmant i {
    font-size: 30px;
    color: #000;
    cursor: pointer;
}

/* #calendar .fc-col-header table{
 width: 100% !important;
} */
#calendar .fc-view-harness .fc-dayGridMonth-view table tbody tr td .fc-scroller-harness-liquid .fc-scroller-liquid-absolute .fc-daygrid-body table {
    width: 100% !important;

}

.modalContentAppointment,
#bookingModal .modal-dialog .modal-content,
.modal-dialog {
    margin-top: 120px;
    border-radius: 10px !important;
}

#calendar_time_modal {
    z-index: 1111 !important;
}

.AppoinmentBtnModal {
    max-width: 200px;
    margin: 0 0 0 auto;
}

.fc-h-event {
    background-color: #0EA59F !important;
    border: 1px solid #0EA59F !important;
    font-size: 13px !important;
    padding: 4px !important;
    word-break: break-all;
}

.appointment-card {
    margin: 10px 0 !important;
}

.appointment-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#calendarAccordion .accordion-item button:focus {
    box-shadow: 0 0 0 0.25rem #0ea59f45 !important;
}

#calendarAccordion .accordion-item button::after {
    font-family: "Font Awesome 6 Free";
    /* or "Font Awesome 5 Free" based on your version */
    font-weight: 900;
    /* needed for solid icons */
    content: "\f107";
    /* Unicode for arrow-right */
    color: #0EA59F;
    background-image: unset !important;
}

.main-div .StyleDivs .dropdown ul {
    z-index: 111 !important;
}

.addAppointmentDropdown {
    display: none;
}

.custom-cards-automation {
    border-radius: 10px !important;
    cursor: pointer;
    padding: 10px 40px 40px 40px;
    margin: 0 15px;
    background-color: #e8f7f6 !important;
    border: 1px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(#E8F7F6, #E8F7F6) padding-box,
        linear-gradient(227.19deg, #0EA59F 0.36%, rgba(102, 102, 102, 0) 46.66%, #0EA59F 99.64%, #0EA59F 99.64%) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.custom-cards-automation:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animationCard {
    text-align: center;
}

.animationCardIcon {
    max-width: 90px;
    margin: 20px auto;
    border-radius: 10px;
    padding: 8px 0px;
}

.animationCardIcon i {
    font-size: 50px;
}

.automationCardDes p {
    color: #30B9B3;
}

.patientDetailSideBar .inner-sec .align-items-start .connection-info,
.patientDetailSideBar .inner-sec .align-items-start .connection-info .connection-details p {
    color: #000000 !important;
}

.patientDetailSideBarCon {
    margin-top: 100px;
    margin-bottom: 20px;
}

.patientDetailSideBarScroll {
    border-radius: 10px;
    /* background: #00a69f; */
    border: 2px solid #e6e6e6;
    padding: 1px;
}

.patientDetailSideBar {
    padding: 29px;
    border-radius: 8px;

}

.button-patient.PatientButton {
    border: 1px solid #e6e6e6;
    color: #000 !important;
    background-color: #EAF7F6;
}

.sidebarCardmenu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    /* max-height: 650px;
    overflow-y: scroll; */
}

.sidebarCardmenu li a {
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 5px;
}

.sidebarCardmenu li a img {
    width: 25px;
}

.sidebarCardmenu li {
    border: 1px solid #D9D9D9;
    flex: 1;
    border-radius: 10px;

}

.sidebarCardmenu li a span {
    font-size: 12px;
    text-align: center;
}

.addconnectionActions {
    /* position: absolute; */
    right: 10px;

    display: flex;
}

.addconnectionActions button {
    opacity: 0;
}

.inner-sec.delete-container:hover .addconnectionActions button,
.patient-contact-div:hover .addconnectionActions button {
    opacity: 1;
}

.icons-sec.iconSsec2 {
    margin-right: 7px !important;
}

.commonText2 {
    display: flex;
    gap: 5px;
}


.Care-text.CareText {
    position: unset !important;
}

.createTextAppointment {
    margin-top: unset !important;
    margin: 40px 0 !important;
}

.calendar-heading {
    margin-top: 35px;
}

.patientDetailRightSec {
    flex: 1;
}

.patientDetailSecCon {
    display: flex;
    gap: 10px;
}

.notesButton {
    padding-right: 10px;
    padding-bottom: 10px;
}

.modal-header {
    border-bottom: 1px solid #dee2e6 !important;
}

.patientDetailSecCon {
    margin-top: 12px;
}

.avatar-profile.avatarProfile {
    width: 30px !important;
    height: 30px !important;
}

.avatar-profile.avatarProfile img {
    width: 100% !important;
    height: 100% !important;
}

.message-content.messageContent {
    max-width: 360px !important;
    width: 100% !important;
}

.message.received .seenContainer {
    justify-content: flex-start !important;
}

.notes-container.notesContainer {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.notes-container.notesContainer .notescontainerLeftSec {
    width: 125px;
}

.notes-container.notesContainer .notescontainerRightSec {
    flex: 1;
}

/* appointmentCalender */
/* ahmad 07-24-25*/
.table.letterTable,
.appointmentTableContainer table,
.prescriptions-container-new table,
.transaction-container-content table,
.tasks-content table,

.questionnaire-content-new table,
.documentsTable.custom-table-docs-wrapper table,
#InvoiceTable table {
    border-collapse: separate !important;
    border-spacing: 0 10px;
}

.table.letterTable #tableBody tr td,
.appointmentTableContainer table tbody tr td,
.prescriptions-container-new table tbody tr td,
.custom-table-question-wrapper table tr td,
.transaction-container-content table tr td,
.tasks-content table tr td,
.questionnaire-content-new table tr td,
.documentsTable.custom-table-docs-wrapper table tr td,
  #booking-forms-content .custom-table-docs-wrapper table tr td

{
    background-color: #E8F7F6;
    border-top: 1px solid #E6E6E6 !important;
    border-bottom: 1px solid #E6E6E6 !important;
    padding: 15px 8px !important;
    vertical-align: middle;
    color: #000 !important;
    font-weight: normal !important;
}

/* First td of each row – left rounded corner */
.table.letterTable #tableBody tr td:first-child,
.appointmentTableContainer table tbody tr td:first-child,
.prescriptions-container-new table tbody tr td:first-child,
.custom-table-question-wrapper table tbody tr td:first-child,
.transaction-container-content table tr td:first-child,
.tasks-content table tr td:first-child,

.questionnaire-content-new table tr td:first-child,
.documentsTable.custom-table-docs-wrapper table tr td:first-child,
#InvoiceTable table tr td:first-child,
#booking-forms-content .custom-table-docs-wrapper table tr td:first-child

{
    border-left: 1px solid #E6E6E6 !important;
    border-radius: 10px 0 0 10px !important;
}

/* Last td of each row – right rounded corner */
.table.letterTable #tableBody tr td:last-child,
.appointmentTableContainer table tbody tr td:last-child,
.prescriptions-container-new table tbody tr td:last-child,
.custom-table-question-wrapper table tbody tr td:last-child,
.transaction-container-content table tr td:last-child,
.tasks-content table tr td:last-child,
.questionnaire-content-new table tr td:last-child,
.documentsTable.custom-table-docs-wrapper table tr td:last-child,
#InvoiceTable table tr td:last-child,
#booking-forms-content .custom-table-docs-wrapper table tr td:last-child
{
    border-right: 1px solid #E6E6E6 !important;
    border-radius: 0 10px 10px 0 !important;
}

.letterTable thead th,
.appointmentTableContainer table thead th,
.prescriptions-container-new table thead th,
.custom-table-question-wrapper table tr th,
.transaction-container-content table tr th,
.tasks-content table tr th,
.questionnaire-content-new table tr th,
.documentsTable.custom-table-docs-wrapper table tr th
#booking-forms-content .custom-table-docs-wrapper table tr th
{
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
    border-bottom: 1px solid #fff !important;
    /* white-space: nowrap !important; */
}

.documentsTable.custom-table-docs-wrapper,
.LetterTableContainer,
.appointmentTableContainer,
.prescriptions-container-new,
.transaction-container-content,
.tasks-content,
.questionnaire-content-new,
.documentsTable.custom-table-docs-wrapper,
.table-responsive.custom-table-docs-wrapper
{
    max-height: 90vh !important;
    overflow-y: auto !important;
}

.letterTable th,
.letterTable td,
.appointmentTableContainer table th,
.appointmentTableContainer table td,
.prescriptions-container-new table td,
.prescriptions-container-new table th,
.transaction-container-content table th,
.transaction-container-content table td,
.tasks-content table th,
.tasks-content table td,
.questionnaire-content-new table td,
.questionnaire-content-new table th,
.documentsTable.custom-table-docs-wrapper table th,
.documentsTable.custom-table-docs-wrapper table td,
#booking-forms-content .custom-table-docs-wrapper table td
{
    min-width: 100px;
    text-align: left;
    padding: 15px 10px 30px 10px;
    background-color: #E8F7F6;
}

.letterTable,
.appointmentTableContainer table,
.prescriptions-container-new table,
.transaction-container-content table,
.tasks-content table,
.questionnaire-content-new table,
.documentsTable.custom-table-docs-wrapper table,
#booking-forms-content .custom-table-docs-wrapper table
{
    table-layout: fixed;
    width: 100%;
}

/*  */






.tableInnerDetail {
    background-color: #F0FAF6;
    border-radius: 12px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 0.96px solid #E6E6E6;
    margin-top: 15px;
}

.tableInnerDetail:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.tableMainDetailCon,
#photos-content {
    max-height: 90vh !important;
    padding: 0 10px;
    overflow-y: auto;
}

.bgSuccess,
.DraftBadge,
.ScheduleBadge,
.SentBadge {
    background-color: #0EA59F !important;
    border-radius: 25px !important;
    font-weight: 400 !important;
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    color: #fff !important;
}

.DraftBadge {
    background-color: #60A5FA !important;
}

.ScheduleBadge {
    background-color: #A78BFA !important;
}

.SentBadge {}

.bgFail {
    background-color: red !important;
    border-radius: 25px !important;
    font-weight: 400 !important;
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    color: #fff !important;
}

.bgWarning {
    background-color: #fa9747 !important;
    border-radius: 25px !important;
    font-weight: 400 !important;
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    color: #fff !important;
}

.bgSecondary {
    background-color: #6c757d !important;
    border-radius: 25px !important;
    font-weight: 400 !important;
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    color: #fff !important;
}

.editLetter {
    padding: 8px 10px;
}

.editLetter:hover {
    background-color: #00a69f !important;
}

.delete-letter.deleteLetter {
    padding: 8px 12px;
    background-color: red !important;
}

.deleteRecord .deleteRecordBtn {
    padding: 6px 12px;
    background-color: red !important;
}

.delete-letter.deleteLetter i,
.editLetter i,
.deleteRecord .deleteRecordBtn i,
.btn-edit-template i {
    font-size: 18px !important;
}

.taskDateDeadLineCon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-top: 15px;
}

.taskDateDeadLineCon .text-end p {
    color: #808080 !important;
    font-size: 13px !important;
}

.card-notes.cardNotes .justify-content-between {
    margin-top: 10px;
}

.card-notes.cardNotes .justify-content-between h5 {
    font-size: 20px !important;
    color: #000 !important;

}

.card-notes.cardNotes .justify-content-between h5 .notestitleName {
    color: #00b0ab !important;

}

.notesPrintContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.notesPrintContainer .demoContainer {
    flex-direction: column-reverse !important;
}

.markCompletebtn {
    padding: 10px 15px !important;
    text-decoration: none;
}

.markCompletebtn:focus,
.markCompletebtn:hover,
.print-note:hover {
    background-color: #00a69f !important;
    border-color: #e8f7f6 !important;
    box-shadow: 0 0 0 0.25rem rgb(232 247 246) !important;
    color: #fff !important;
}

.print-note:focus {
    box-shadow: unset !important;
}

.bgSuccess.bg-success {
    background-color: #00a69f !important;
}

.notesFileAtt {
    font-weight: 500;
}

.cancelBtnContainer {
    display: flex;
    align-items: center;
    gap: 5px
}

.cancelBtnContainer h5 {
    margin-bottom: 0 !important;
}

#taskContainer,
#noteContainer {
    max-height: 90vh;
    overflow-y: auto !important;
}

.btn-notes-del.delete-note {
    position: absolute;
    right: 10px;
    top: 8px;
}

.appointments-content-divs .appointment-card.appointmentCard .row .col h6 {
    font-size: 14px !important;
}

.notaskImage {
    margin: 25px 0;
}

.questionnaire-download-btn:hover,
.questionnaire-download-btn:focus {
    background-color: #000000 !important;
    /* border-color: #e8f7f6 !important; */
    box-shadow: unset !important;
    color: #fff !important;

}

.questionnaire-view-btn:hover,
.questionnaire-view-btn:focus {
    background-color: #00a69f !important;
    /* border-color: #e8f7f6 !important; */
    box-shadow: unset !important;
    color: #fff !important;
}

.NotesModalNew {
    max-height: 60vh !important;
    overflow-y: auto !important;
}

.quickyMessageAddBtn {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    border: none;
    outline: none;
    padding: 5px;

}

.QuickSuggestiondropdownMenu {
    max-height: 400px;
    overflow: auto;
    width: 600px;
    padding: 0 !important;
    border: unset !important;
}

.dropup .quickyMessageAddBtn.dropdown-toggle::after {
    content: unset !important;
}

.btn-group.dropup .QuickSuggestiondropdownMenu li {
    padding: 20px 0;
    background: #E8F7F6;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    margin: 0px 10px 10px 10px;
}

.deadLineContainer {
    margin-right: 15px !important;
    margin-top: 15px !important;
}

.phoneNumberValidationCon .iti.iti--allow-dropdown,
.EditPatientModalPhoneNumberCon .iti.iti--allow-dropdown {
    width: 100% !important;
}

.iti__selected-dial-code {
    display: none !important;
}

.EditPatientModalPhoneNumberCon .iti.iti--allow-dropdown .iti__flag-container ul {
    max-width: 300px !important;
    overflow-x: hidden;
}

.CrmLabel {
    text-align: left;
}

.link-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.priceCardMapRow .col-md-4:first-child .features-list li:nth-child(2)::before {
    background-color: #ff9966 !important;
}

.priceCardMapRow .col-md-4:first-child .features-list,
.priceCardMapRow .col-md-4:nth-child(2) .features-list {
    margin-bottom: 40px;
}

.priceCardMapRow .col-md-4:nth-child(3) .features-list {
    margin-bottom: 60px;
}

/* cards plain  */

/* When collapsed (showing 6 items approx) */
.features-list {
    overflow: hidden;
    max-height: 240px;
    /* default collapsed state */
    transition: max-height 0.5s ease;
    /* padding-left: 20px; */
}

/* When expanded, set to a large max-height to show all */
.features-list.expanded {
    max-height: 1000px;
    /* enough height to show all items */
}

.see-more-button {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.select-button {
    margin-top: 10px;
}

/* .features-wrapper {
  overflow: hidden;
  transition: max-height 0.5s ease;
} */
/* cards plain  */
.accountsButtons div {
    flex: 1;
}

.CustomizeFunctionContainer .container :nth-child(2) .col-md-6 .CustomizeFunctionImageCon {
    margin: 0 0 0 auto !important;
}

.booking-modal-content .modal-body form .filter-parent .calendar-appointment .ConsultantCalendar_Wrap .row .wrapper-calender .cal-header.icons .current-date {
    pointer-events: none !important;
}

.booking-modal-content .modal-body form .filter-parent .calendar-appointment .ConsultantCalendar_Wrap .row .wrapper-calender .cal-header.icons span {
    cursor: pointer;
}

.custom-dropdown-wrapper.supplierModalDropdown ul {
    transform: unset !important;
    inset: 38px auto auto 0px !important;
}

.invoiceTitleDes p {
    color: #808080 !important;
    font-weight: 300;
}

.invoiceCardMian {
    box-shadow: 0 0 10px #807f7f4d !important;
}

.invoiceCardMian .card-header {
    margin: 15px !important;
    border-radius: 10px !important;
    background-color: #00a69f !important;
}

.informationCardCon .row .col-md-6 .sender-info,
.informationCardCon .row .col-md-6 .invoice-meta {
    border: unset !important;
    background-color: unset !important;
}

.informationCardConDetailColor {
    color: #808080 !important;
}

.invoicenumInput {
    background-color: #d2eeed !important;
    padding: 10px 10px 0 15px;
    border-radius: 10px;

}

.invoicenumInput label {
    color: #808080 !important;
    font-size: 12px !important;
}

.invoicenumInput input {
    border: none !important;
    outline: none !important;
    background-color: unset !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: #000 !important;

}

.invoicenumInput input:focus {
    box-shadow: unset !important;
}

.invoice-infoAlert {
    background: unset;
    padding: 15px 0 0 0;
    color: #00b3b3 !important;
    display: flex !important;
    justify-content: end;
    align-items: center;
}

.invoice-infoAlert small {
    font-size: 16px !important;
}

#selectPatientDropdown .select2-container .selection .select2-selection,
#invoice-items-table tbody tr td .select2-container .selection .select2-selection,
#invoice-items-table tbody tr td input,
.selectPatientDropdown .select2-container .selection .select2-selection,
#invoice-items-table tbody tr td .select2-container .selection .select2-selection,
#invoice-items-table tbody tr td input {
    background-color: #d2eeed !important;
    border: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00a69f !important;
    color: #fff !important;
}

#invoice-items-table tbody tr,
#invoice-items-table tbody {
    background-color: transparent !important;
}

#invoice-items-table .table-hover>tbody>tr:hover,
#invoice-items-table tbody tr:hover {
    background-color: unset !important;
}

#invoice-items-table tbody tr td .input-group .input-group-text {
    background-color: #00a79f !important;
    color: #fff !important;
}

#invoice-items-table tbody tr td .row-total {
    padding: 13px 10px !important;
    background-color: #d2eeed !important;
    border: unset !important;
}

#invoice-items-table tbody tr td .btn-outline-danger.btn-sm {
    border: none !important;
    outline: none !important;
}

#invoice-items-table tbody tr td .btn-outline-danger.btn-sm:hover {
    background-color: unset !important;
}

#invoice-items-table tbody tr td .btn-outline-danger.btn-sm i {
    font-size: 26px;
}

.CreateinvoiceButtonCon button {
    padding: 9px !important;
    border-radius: 6px !important;
}

.CreateinvoiceButtonCon #add-product-btn,
.backInvoice {
    background-color: unset !important;
    border: 1px solid #D7D7D7 !important;
}

.createInvoice {
    background-color: #00a79f !important;
    border: none !important;
}

.teal {
    color: #00a79f !important;
}

.textmuted {
    color: #808080 !important;
}

.textdark {
    color: #000 !important;
}

.totals-container {
    background: unset !important;
    padding: 20px;
    border-radius: 10px;
}

.totals-container .bg-light.rounded {
    background: unset !important;
}

.emailTemplateSelect {
    padding: 10px !important;

}

.emailTemplateSelect:focus {
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
}

.ckEditorContainer .ck-reset.ck-editor .ck-editor__main .ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
    border-color: #0ea59f !important;
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
}

.emailBackButton i {
    font-size: 22px;
    /* font-weight: bold; */
    color: #909395;
    cursor: pointer;
    margin-bottom: 15px;
}

.emailBackButton i:hover {
    color: #0ea59f;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.EmailCard {
    cursor: pointer;
}

#emailSidebarMenu .offcanvas-body .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;

}

.ckEditorContainer .ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
    color: #0ea59f !important;
}

.Ai-text {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ai-para {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}

.audioParent .form-label {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #808080;
}

.Record-btn {
    width: 100%;
    /* max-width: 300px; */
    height: 39px;
    border-radius: 9px;
    gap: 9px;
    padding: 4px 24px;
    border: 1px solid #30b9b3;
    background-color: transparent;
}

.input-group.inputGroup {
    background-color: #f0efef;
    border-radius: 17px;
    overflow: visible;
}

.quickRegRadio {
    width: 20px !important;
    height: 20px !important;
}

.ComposeLetterTitleInput {
    max-width: 100% !important;
}

.mainCreateQuestionaries {
    display: unset !important;
}

/* project bugs solutions */
.photosAddTaskDelIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none !important;
    outline: none !important;
}

.card-text.cardText p span {
    background-color: unset !important;
    color: unset !important;
    font-family: "Alexandria"
}

.EditProductCancel {
    color: #212529 !important;
}

.break-all {
    word-break: break-all;
}

/* .surgeon-dropdown{
      left: calc(-30px + (100vw - 1200px) / 10) !important;
} */
.clinic-dropdown,
.surgeon-dropdown {
    left: calc(-80px + (100vw - 1200px) / 10) !important;
}

.SelectsBorders {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.commentCon .comment-item .text-secondary {
    text-align: left !important;
}

#questionsParentContainer .questionContainers .options-container .form-check .form-check-label {
    display: flex;
    align-items: center;
}

#questionsParentContainer .questionContainers .options-container .form-check .form-check-label input {
    max-width: 200px !important;
}

#calendar .fc-view-harness .fc-daygrid .fc-scrollgrid-liquid tbody .fc-scrollgrid-section td .fc-scroller-harness .fc-scroller-liquid-absolute .fc-daygrid-body table tbody tr td .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness a .fc-event-main div {
    white-space: normal !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no-docs-found-image {
    max-width: 500px !important;
    margin: auto;
}

.no-docs-found-image img {
    width: 100% !important;
    height: 100% !important;
}

.chat-message-input .emojionearea-inline .emojionearea-editor div {
    display: none !important;
}

.selectBorders {
    border: 1px solid #ced4da !important;
}

/* project bugs solutions */
#BulkEmailDropdown.dropdown-toggle::after {
    display: none !important;
}

#BulkEmailDropdown {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.BulkEmailDropdown i {
    color: #ced4da;

}

.AllStatesDropdownTitle {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #ced4da;
    padding: 11px 12px;
}

.AllStatesdropdown ul li:hover {
    background-color: #f0f0f0;
}

.AllStatesdropdown ul li a {
    padding: 4px 11px !important;
}

#AllStates li:hover {
    background-color: #f0f0f0;
}

#BulkEmailTable.custom-table-wrapper .customed-table tbody .row-style-table td {
    white-space: nowrap;
}

#BulkEmailTable.custom-table-wrapper .customed-table tbody .row-style-table td p {
    font-weight: 300 !important;
}

#fileUploadDiv {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#treatmentDropdown button:focus {
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
}

.footerCardImg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 300px;
    margin-top: 20px !important;
}

.privacyPolicy .info-list {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 20px;
}

.privacyPolicy .info-list li {
    color: unset !important;

}

.leadsButtons {
    background-color: #000 !important;
    border-radius: 5px !important;
}

.CreateListCard.active {
    /* border: 2px solid #c5b09d !important; */
    background: rgb(230, 247, 244) !important;
}

.addPatientBodyScroll {
    max-height: 500px;
    overflow-y: auto !important;
}

.modal-footer.PatientListFooter {
    justify-content: flex-end !important;
}

.modal-footer.PatientListFooter button {
    width: unset !important;
    font-size: 16px;
}

.PatientListFooter .add-btn {
    padding: 10px 23px;
}

.PatientListFooter .cancel-btn {
    background-color: transparent;
    color: gray;
    border: 1px solid #0ea59f;
    padding: 7px 15px;
    border-radius: 5px;
}

.surgeonNameFieldCon {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}




.Patientprofile_DetailsWrap .Patientprofile_Box_Detail .clientprofile form textarea,
.Patientprofile_DetailsWrap .Patientprofile_Box_Detail .clientprofile form select,
.Patientprofile_DetailsWrap .Patientprofile_Box_Detail .clientprofile form input,
#tabContent #home .Doctorprofile_Box_Detail .Doctor_profile_wraper form input,
#tabContent #home .Doctorprofile_Box_Detail .Doctor_profile_wraper form select,
#generalInformation,
#signatureCanvas,
.loginInformationInput {
    border: 1px solid #808080 !important;
    font-weight: 300;
    font-size: 14px;
    background-color: transparent !important;
}

.DoctorMain_Wrap {
    max-width: 1100px;
    margin: 0 auto;
}

/* .emailViewContainer .email-sidebar {
    width: 100% !important;
  } */
/* ahmad */

.text-teal {
    color: #00bfa5;
}

.chart {
    height: 180px;
    position: relative;
}

.bar {
    width: 35px;
    background: linear-gradient(180deg, #00bfa5, #89f7d1);
    border-radius: 8px 8px 0 0;
    position: relative;
    transition: height 0.5s ease, transform 0.3s ease;
}

.bar::after {
    content: attr(data-day);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6c757d;
}

.bar:hover {
    transform: scaleY(1.05);
}

.DashboardscardTableContainer {
    height: 100%;
    overflow-y: auto !important;

}

.Dashboardscard.card {
    border-radius: 12px;
    border: 1px solid #E6E6E6 !important;

}

.chart-container {
    height: 230px;
    position: relative;
}

/* .btn-light {
      font-size: 13px;
      color: #495057;
  } */

.text-teal {
    color: #0EA59F;
}

/* .badge {
      font-weight: 500;
      font-size: 12px;
      border-radius: 12px;
  } */
#dashboardTableUpcoming table thead tr th:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

#dashboardTableUpcoming table thead tr th:last-child {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

#dashboardTableUpcoming table thead tr {
    background-color: #ddf2f2 !important;
}

#dashboardTableUpcoming table thead {
    position: sticky;
    top: 0;
}

#dashboardTableUpcoming table thead tr th {
    padding: 20px;
    color: #808080 !important;
    font-weight: 300;
    font-size: 14px !important;
}

#dashboardTableUpcoming table tbody tr td {
    padding: 20px;
    font-size: 14px !important;
}

#dashboardTableUpcoming table tbody td:nth-child(1),
#dashboardTableUpcoming table tbody td:nth-child(3),
#dashboardTableUpcoming table tbody td:nth-child(5),
#dashboardTableUpcoming table tbody td:nth-child(6),
#dashboardTableUpcoming table tbody td:nth-child(7) {
    color: #0EA59F !important;
}

.stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 10px;
}

.stats div p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.stats div h4 {
    margin: 5px 0 0;
    font-size: 18px;
    color: #000;
}

.chart-container {
    position: relative;
    width: 100%;
    height: 180px;
}

.chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 600;
    color: #1c9cd7;
}




.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reporting-title {
    display: flex;
    align-items: center;
    color: #0d9488;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
}

.reporting-icon {
    width: 20px;
    height: 20px;
    background: #0d9488;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
}

.reporting-icon::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 2px;
    background: white;
    box-shadow: 0 3px 0 white, 0 6px 0 white, 0 9px 0 white;
}

.reporting-dropdown,
.reporting-chart-dropdown,
.leads-dropdown,
.appointments-dropdown {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    color: #64748b;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.kpi-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.vertical-lineimg {
    margin-top: 7px;
}

.kpi-item {
    text-align: center;
    flex: 1;
    position: relative;
}

/* .kpi-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 19%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #4762f8;
} */

.kpi-value {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.kpi-label {
    font-size: 17px;
    color: #64748b;
    font-weight: 500;
}

.gauge-chart-container {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    /* z-index: 10; */
}

.bookingRequestCardCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #00a2ff4d;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.declinebtn {
    background: none;
    color: rgb(233, 88, 88);

}

.bookingRequestCardCon .bookingCard .bookingCardTitle p,
.bookingRequestCardCon .bookingCard .bookingCardDetail p {
    margin-bottom: 0;
    font-size: 14px;
}

.bookingCardsButtons {
    display: flex;
    gap: 15px !important;
}

.bookingCardsButtons button,
.copyLink p {
    font-size: 14px !important;
    border: none;
    outline: none;
}

.bookingRequestMainCardCon {
    max-height: 350px;
    overflow-y: auto;
}

.bookingCardTitle p,
.LinkTitle p {
    color: #0d9488 !important;
    font-size: 16px !important;
}

.infoCon {
    width: 10%;
    text-align: end;
}

.infoCon img {
    width: 18px;
    height: 18px;
}

.registration-link {
    width: 100%;
}

.Registationlink-card {
    margin-top: 1.5rem;
}

#reportingLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
}

#reportingLoader.active {
    display: flex !important;
}

.patientDetailLeftSec .patientDetailSideBarScroll .patientDetailSideBar .connection-card .delete-container {
    max-width: 330px;
}

.consentFormCommentIconsBtn {
    flex-wrap: wrap;
}

.notescontainerRightSec.contentsectionNotes #notes-content #noteContainer .delete-container .cardNotes .card-body .cardText p    {
    word-break: break-all;
}

.swal2-container{
    z-index: 9999999 !important;
}
.PatientservicesCards ,.PatientservicesCards:hover {
    background-color: unset !important;
    /* padding: 2px 10px; */
}
.storeCard{
    /* width: 500px; */
    background: #fff;
    border-radius: 20px;
    padding: 7px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.08);
    flex-direction: row;
}

.storeCard .left{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.storeCard .right{
    text-align: right;
}

.storeCard .right .icon{
    width: 40px;
    display: block;
    margin-left: auto;
    margin-bottom: 5px;
}

.storeCard .right a{
    font-size: 14px;
    color: #00aba9;
    text-decoration: underline;
}
.medicationCon{
    margin-bottom: 33px;
}
.MedicalRecordsCard,.ServicesCard{
    margin-bottom: 0 !important;
}
.storeMainCard,.MedicalRecordsCard,.ServicesCard{
    min-height: 370px;
}

.VitaminsDropdown {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 250px; /* ap apne hisab se adjust kar sakte ho */
    background: #fff;

    border-radius: 5px;
    padding: 12px;
    margin-top: 6px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.painKillerDropdown{
    position: absolute;
       top: 147px;
    right: 56px;
    width: 250px; /* ap apne hisab se adjust kar sakte ho */
    background: #fff;

    border-radius: 5px;
    padding: 12px;
    margin-top: 6px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.medicationDropdown .medInput , .medicationDropdown .addMedicationBtn {
   border-radius: 10px !important;
}
.vitaminCardCon {
    position: relative; /* IMPORTANT */
}
.medicationList button{
    background-color: #00a69f !important;
        padding: 2px 11px;
}
.medicationList{
    max-height: 170px;
    overflow-y: auto;
}
.medicationList li{
    padding-bottom: 6px;
    border-bottom: 1px solid #F5F7F7;
}
.medicationList li button{
    padding: 5px 14px !important;
}
.medicationDropdown button:focus{
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
}
.medicationDropdown button{
    padding: 8px 12px !important;
}
.patientPortalProfile{
    display: flex;
    gap: 10px;
}
.patientPortalProfile .patientPortalProfileInner,.patientPortalProfile .specialistCardTitle{
    flex: 1;
}
.profileCardPatientPortal{
     max-height: 255px;
    min-height: 100%;
}
.PatientPortalBadges{
    max-height: 180px;
    overflow-y: auto;
}
.upcomingAppointmentsTableContainer{
    max-height: 362px;

}
.newLeadTableContainer{
    max-height: 250px;
}

/* changes */

#bookingFormDownloadBtn:focus,#bookingFormOpenPdfBtn:focus ,#bookingFormGuideBtn:focus,#bookingFormInsertSignatureBtn:focus, #bookingFormPreviewWrapper .d-flex.flex-wrap.gap-2 #bookingFormSaveBtn:hover,#bookingFormPreviewWrapper .d-flex.flex-wrap.gap-2 #bookingFormSaveBtn:focus, #addCustomFieldBtn:focus,#triggerScanFields:focus,#bookingFormAddAttachmentBtn:focus ,.open-booking-form-generator:focus ,.open-booking-form-generator:hover ,#bookingFormGeneratorForm .modal-body .bookingFormAlertInfo button:focus ,#bookingFormAddCustomFieldBtn:focus ,#fileUploadArea.fileUploaderEditDocument .booking-upload-card .d-flex.flex-column.flex-sm-row button:focus{
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
        background-color: #00a69f !important;

}
#bookingFormTemplate:focus{
   box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
   border-radius:5px ;
}
.bookingFormAlertInfo ,#bookingFormCustomFieldsWrapper ,#bookingFieldsEmpty{
    background-color: #eefffd !important;
    border: 1px solid #d7f2ef !important;
}
#bookingFormGeneratorForm .modal-body .bookingFormAlertInfo i ,#bookingFormGeneratorForm .modal-body .bookingFormAlertInfo p{
    color: #00a69f !important;
}
#bookingFormGeneratorForm .modal-body .bookingFormAlertInfo button ,#bookingFormAddCustomFieldBtn ,#bookingFormAddAttachmentBtn{
    border: 1px solid #00a69f !important;
    color: #00a69f !important;
}
#bookingFormAddAttachmentBtn:hover{
    color: #fff !important;
}
#bookingFormAddCustomFieldBtn ,#bookingFormAddAttachmentBtn{
    padding: 10px;
    border-radius: 5px;
}
.customDataField,#bookingFormDownloadBtn:hover,#bookingFormOpenPdfBtn:hover ,#bookingFormGuideBtn:hover,#bookingFormInsertSignatureBtn:hover,#bookingFormPreviewWrapper .d-flex.flex-wrap.gap-2 #bookingFormSaveBtn,#addCustomFieldBtn,#triggerScanFields,.booking-form-generator-footer .btn-primary,#bookingFormGeneratorForm .modal-body .bookingFormAlertInfo button:hover ,#bookingFormAddCustomFieldBtn:hover ,#bookingFormAddAttachmentBtn:hover ,.bookingFormSaveBtn:hover {
    background-color: #00a69f !important;
    color: #fff !important;
}
.customDataField{
  border: 1px solid #00a69f !important;
}
#bookingFormCustomFieldsWrapper{
    max-height: 600px;
    overflow-y: auto;
}
#bookingFormCustomFieldsTable thead{
    position: sticky;
    top: 0;
    z-index: 1;
}
#bookingFormCustomFieldsTable thead tr th ,#customFieldsTableWrapper thead tr th{
    background: #00a69f !important;
    color: #fff !important;
    border-bottom: 1px solid #00a69f !important;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 10px !important;
}
#bookingFormCustomFieldsTable .text-muted{
 border-bottom: 1px solid #dee2e6 !important;
}
#bookingFormCustomFieldsTable tbody tr td ,#customFieldsTableWrapper tbody tr td{
    padding: 15px 10px !important;
     white-space: nowrap;
  overflow: hidden;
}

#customFieldsTableWrapper tbody tr td i:hover {
    background-color:#00a69f !important;
    border:1px solid #00a69f !important;
}
.booking-form-edit-field ,#bookingFormOpenTagPicker , #customFieldsTableWrapper tbody tr td .btn-link ,#bookingFormSuggestionBrowse ,#customFieldSuggestionBrowse{
     color: #00a69f !important;
}
.booking-form-edit-field:focus{
    box-shadow: unset !important;
}
.booking-form-generator-footer{
        padding: 15px 1.81rem !important;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
}
.booking-form-generator-footer button ,.bookingFormSaveBtn{
    font-size: 16px !important;
}
.booking-form-generator-footer .btn-primary ,.bookingFormSaveBtn{
        padding: 7px 12px;
}
.composeLetterCardInner{
    max-height: 1300px;
    overflow-y: auto;
}
#fileUploadArea.fileUploaderEditDocument .booking-upload-card .booking-upload-graphic{
    background: #EAFFFE;
}
#fileUploadArea.fileUploaderEditDocument .booking-upload-card .booking-upload-graphic i , #openDynamicTagPicker{
    color: #0EA59F !important;
}
#fileUploadArea.fileUploaderEditDocument .booking-upload-card .d-flex.flex-column.flex-sm-row button{
    background-color: #00a69f !important;
    border: none !important;
    /* color: #fff !important; */
}
#bookingFormPreviewWrapper{
    padding: 16px !important;
}
 #bookingFormSaveBtn{
    border: unset !important;
}
#bookingFormInsertSignatureBtn ,#bookingFormDownloadBtn,#bookingFormOpenPdfBtn ,#bookingFormGuideBtn{
   border:1px solid #00a69f !important;
   color: #00a69f !important;
}
.custom-table-document{
        position: sticky;
    top: 0;
    background: #fff;
}
.DynamicContentTags{
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px 10px;
}

#bookingFormSuggestionWrapper ,#customFieldSuggestionWrapper{
    max-height: 600px;
    overflow-y: auto;

}
#bookingFormSuggestionWrapper .d-flex.justify-content-between ,#customFieldSuggestionWrapper .d-flex.justify-content-between{
    position: sticky;
    top: 0;
    background: #ffff;
    padding: 10px 0;
    z-index: 1111;
}
#bookingFormSuggestionList button.list-group-item ,#customFieldSuggestionList button.list-group-item{
    flex-wrap: wrap;
    gap: 5px;

}
#bookingFormSuggestionList button.list-group-item:hover, #customFieldSuggestionList button.list-group-item:hover{
    background-color: #eefffd !important;
}
#bookingFormSuggestionList button.list-group-item .fw-semibold.text-primary , #customFieldSuggestionList button.list-group-item .fw-semibold.text-primary {
   color: #00a69f !important;
}
#bookingFormSuggestionList button.list-group-item .badge , #customFieldSuggestionList button.list-group-item .badge {
    background-color: #00a69f !important;
    color: #fff !important;
}
.composeLetterCardInner .letter-main-txt{
    position: sticky;
    top: 0;
}
/* changes */





@media(min-width:1401px) {
    .clientZoneCheckupSecCard {
        padding: 28px 20px;
        gap: 10px;
    }

    .clientZoneCheckupCard {
        gap: 5px;
    }


    .container-fluid.leadContainer {
        max-width: 78vw !important;
        width: 100%;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chatCandiateName {
        width: 50% !important;
        min-width: 75px !important;
        font-size: 14px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn {
        padding: 0 0 0 5px !important;
    }

    .transaction-container-content table tr td {
        font-size: 0.8vw !important;
    }


    /* Email Sidebar styles (scoped to this view) */


}

@media (min-width: 1201px) and (max-width: 1400px) {
    .clientZoneCheckupSecCard {
        padding: 28px 20px;
        gap: 10px;
    }

    .clientZoneCheckupCard {
        gap: 5px;
    }

    /* .titleImages {
        height: 65px;
        width: 65px;
    } */

    /* .cardCols {
        padding: 0 !important;
    } */

    .specialistCardTitle {
        padding: 11px 0px 20px 0px;
    }

    .cardColsInner {
        padding: 6px !important;
        margin: 0 4px !important;
    }

    .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chat_time p {
        font-weight: lighter !important;
        font-size: 12px;
    }

    .patient_btn_data_inner_container .chat_text_cn .chat_msg p {
        font-weight: lighter !important;
        font-size: 13px;
    }

    .patient_btn_data_inner_container .chat_text_cn .chat_per_name p {
        font-weight: 100 !important;
        font-size: 15px;
    }

    .inner-sec {
        padding: 10px !important;
    }

    .patientDetailSideBar {
        padding: 29px 18px;
    }

    .icons-sec.iconSsec2 {
        margin-right: 2px !important;
    }

    .common-text {
        font-size: 14px !important;
    }

    .no-data-img,
    .coming-soon-img {
        width: 400px !important;

    }

    .patientDetailLeftSec {
        max-width: 260px !important;
    }

    .notes-container.notesContainer .notescontainerLeftSec {
        width: 88px;
    }

    .transaction-container-content .table tbody td,
    .transaction-container-content .table tbody td .bgSuccess,
    .transaction-container-content .table tbody td .bgWarning,
    .transaction-container-content .table tbody td .bgFail,
    .appointmentTableContainer table tbody td,
    .documentsTable.custom-table-docs-wrapper table tbody td ,
    #booking-forms-content .custom-table-docs-wrapper table tr td span,
        #booking-forms-content .custom-table-docs-wrapper table tr td div
    {
        font-size: 11.5px;
    }

    .confirmedBadgeCon .bgSuccess {
        font-size: 11px !important;
    }

    .container-fluid.leadContainer {
        max-width: 70vw !important;
        width: 100%;
    }

    .InvoicestablesBtns {
        margin: 3px !important;
    }

    .chat_person_img {
        width: 30px !important;
        height: 30px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container {
        padding: 10px 6px !important;
        margin: 8px 10px !important;

    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn {
        padding: 0 0 0 5px !important;

    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chatCandiateName {
        width: 50% !important;
        min-width: 75px !important;
        font-size: 14px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chatCandiateTime {
        font-size: 11px !important;
    }

    #search {
        padding: 13px 10px !important;
    }

    .doc_chatbutton {
        padding: 16px 10px !important;
    }

    /* .Doctor_profile_wraper.surgeonProfile{
        width: 60% !important;
    } */
    .leadFilterButtons button {
        font-size: 14px !important;
    }

    .DoctorMain_Wrap {
        max-width: 900px;
        margin: 0 auto;
    }

    /* Haroon */
    .kpi-section {
        letter-spacing: 1px !important;
    }

    .kpi-label {
        font-size: 14px !important;
    }

    .kpi-value {
        font-size: 17px !important;
    }

    .vertical-lineimg {
        margin-top: 4px !important;
    }

    .registration-link {
        width: 90% !important;
    }
#booking-forms-content .custom-table-docs-wrapper table tr td .booking-actions a ,#booking-forms-content .custom-table-docs-wrapper table tr td .booking-actions button{
    padding: 6px !important;
    height: 30px !important;
}
    /* Haroon */
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hero-img.Doc_img {
        width: 400px;
        margin: auto 0 auto auto;
    }

    .clientZoneCheckupCard {
        gap: 5px;
    }

    .clientZoneCheckupCard,
    .clientZoneCheckupSecCard {
        min-height: 150px;
    }

    .clientZoneCheckupSecCard {
        padding: 10px;
    }

    /* .titleImages {
        height: 55px;
        width: 55px;
    } */

    .specialistCardTitle {
        padding: 11px 0px 20px 0px;
    }

    .cardColsInner {
        padding: 6px !important;
        margin: 0 4px !important;
    }

    .append_slotsInnerCon {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .calenderColContainer.activeCalendarcontainer {
        width: 75%;
        transition: all 0.3s ease;
    }

    .inner-sec {
        padding: 20px 10px;
    }

    .sidebarCardmenu {
        flex-direction: row;
        max-width: 500px;
        overflow: scroll;
    }

    .sidebarCardmenu li {
        min-width: 100px !important;
    }

    .contentsectionNotes {
        margin-top: 15px !important;
    }

    .no-data-img,
    .coming-soon-img {
        width: 300px !important;
    }

    .no-record-content {
        padding: 50px 0;
    }

    .notes-container.notesContainer {
        flex-direction: column;
    }

    .notes-container.notesContainer .notescontainerLeftSec {
        width: 100% !important;
    }

    .transaction-container-content .table tbody td,
    .transaction-container-content .table tbody td .bgSuccess,
    .transaction-container-content .table tbody td .bgWarning,
    .transaction-container-content .table tbody td .bgFail,
    .appointmentTableContainer table tbody td,
    .documentsTable.custom-table-docs-wrapper table tbody td {
        font-size: 11px;
    }

    .priceCardMapRow .col-md-4:nth-child(2) .features-list {
        margin-bottom: 58px;
    }

    .InvoicestablesBtns {
        margin: 3px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chatCandiateName {
        width: 50% !important;
        min-width: 75px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn {
        padding: 0 0 0 5px !important;
    }

    /* .Doctor_profile_wraper.surgeonProfile{
            width: 60% !important;
        } */

    /* Haroon */
    .kpi-label {
        font-size: 14px !important;
    }

    .kpi-value {
        font-size: 20px !important;
    }

    .vertical-lineimg {
        margin-top: 4px !important;
    }

    .registration-link {
        width: 90% !important;
    }
.profileCardPatientPortal{
     max-height:unset;

}
.docChatMainCon {
    max-height: 260px;
    /* Haroon */
}
#booking-forms-content .custom-table-docs-wrapper table tr td .booking-actions a ,#booking-forms-content .custom-table-docs-wrapper table tr td .booking-actions button{
    padding: 6px !important;
    height: 30px !important;
}
}
@media (min-width: 769px) and (max-width: 991px) {

    /* new code */
    .ourStoryImg img {
        width: 100%;
        height: auto;
    }

    .howweDo {
        margin: 20px 0;
    }

    .healthBlogDes {
        margin: 20px 0 40px 0;
        height: unset;
    }

    .blogCard {
        max-width: 500px;
        margin: auto;
    }

    .blogCardImg {
        height: 280px;
    }

    .PatientLogin_Form {
        width: 60%;
        margin: 0 auto;
    }

    .safteyImageCon {
        margin-top: 20px !important;
    }

    .safteyImageCon2 {
        margin-top: 65px !important;
    }

    .clientZoneCheckupCard,
    .clientZoneCheckupSecCard {
        margin: 10px 0;
        justify-content: flex-start;
        gap: 10px;
    }

    .clientZoneCheckupCard {
        padding: 10px 20px;
    }

    .clientZoneCheckupSecCard {
        padding: 28px 20px;
    }

    .titleImages {
        height: 65px;
        width: 65px;
    }

    .specialistCardTitle {
        padding: 11px 0px 20px 0px;
    }

    .cardColsInner {
        padding: 6px !important;
        margin: 0 4px !important;
    }

    .clientZoneSidebar {
        margin-top: 50px;
    }

    .feature-boxCon {
        flex-direction: column;
    }

    .feature-box {
        text-align: center;
        padding: 40px 20px;
    }

    .featureConInner {
        min-height: unset !important;
    }

    /* new code */

    /* testimonial */
    .testimonial-slider {
        text-align: center;
        max-width: 600px;
        margin: auto;
        padding: 40px 20px;
    }

    .testimonial-subtitle {
        font-size: 14px;
        color: #777;
        margin-bottom: 5px;
    }

    .testimonial-title {
        font-size: 24px;
        font-weight: bold;
    }

    .testimonial-title span {
        color: teal;
    }

    .testimonial-quote {
        font-size: 40px;
        color: teal;
        margin: 10px 0;
    }

    .testimonial-item {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 16px;
        color: #555;
        margin-bottom: 20px;

    }

    .testimonial-image {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin: auto;
    }

    .testimonial-name {
        font-size: 18px;
        font-weight: bold;
        color: #222;
    }

    .sugricalPratice {
        padding: 40px 0;
    }

    /* testimonial */

    /* new 5-7-25 */
    .Filter_consultants form .Filter_consultantsFields {
        flex-direction: column;
    }

    .insuranceCarear {
        max-width: 100% !important;
    }

    /* new 5-7-25 */
    .docPriceCallDetail a {
        font-size: 14px;
        padding: 16px 7px !important;
    }

    .docPriceCallDetail2 button {
        padding: 16px 22px !important;
    }

    .Const_FeeNew p,
    .Const_FeeNew h5 {
        font-size: 23px;
    }

    .titleImages {
        width: 100%;
    }

    .medicalRecordCon {
        max-height: 300px;
        overflow-y: scroll;

    }

    .View_ProfileBtn.View_ProfileBtn2 {
        flex-direction: column !important;
    }

    .View_ProfileBtn.View_ProfileBtn2 .docPriceCallDetail,
    .View_ProfileBtn.View_ProfileBtn2 .docPriceCallDetail2 {
        max-width: 100%;
        width: 100%;
    }

    .append_slotsInnerCon {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .append_slotsInnerCon .append_slots .form-check {
        padding: 7px 22px !important;
        margin: 5px 0;
    }

    .append_slotsInnerCon .append_slots .form-check a {
        font-size: 16px;
    }

    .calenderColContainer.activeCalendarcontainer {
        width: 65%;
        transition: all 0.3s ease;
    }

    .modal-dialog.modalDialog {
        max-width: 700px !important;
        width: 100%;
    }

    .sidebarDatePickerContainer {
        flex: 1;
    }

    .custom-cards-automation {
        padding: 10px 15px 40px 15px;
    }

    .patientDetailSideBar {
        padding: 29px 10px;
    }

    .sidebarCardmenu {
        flex-direction: row !important;
    }

    .sidebarCardmenu li {
        min-width: 100px !important;
    }

    .contentsectionNotes {
        margin-top: 15px !important;
    }

    .sidebarCardmenu {
        overflow-y: scroll;
    }

    .sidebarCardmenu {
        flex-direction: row;
        /* max-width: 500px; */
        overflow: scroll;
    }

    .patientDetailSecCon {
        flex-direction: column;
        gap: 10px;
    }

    .patientDetailRightSec,
    .patientDetailLeftSec {
        width: 100%;
    }

    .sidebarCardmenu {
        overflow-y: scroll;
    }

    .no-data-img,
    .coming-soon-img {
        width: 500px !important;
    }

    .no-record-content {
        padding: 50px 0;
    }

    .patientDetailSideBarCon {
        margin-top: unset;
    }

    .notes-container.notesContainer {
        flex-direction: column;
    }

    .notes-container.notesContainer .notescontainerLeftSec {
        width: 100% !important;
    }

    .patientDetailSecCon {
        max-width: 700px;
        margin: auto;
    }

    .QuickSuggestiondropdownMenu {
        width: 400px;
    }

    .priceCardMapRow .col-md-4:first-child .features-list,
    .priceCardMapRow .col-md-4:nth-child(2) .features-list {
        margin-bottom: 61px;
    }

    .accountsButtons {
        flex-wrap: wrap;
        gap: 12px;
    }

    .accountsButtons div {
        width: 100%;
    }

    .accountsButtons div button {
        justify-content: center;
    }

    .signbuttonSurgeon {
        margin-bottom: 12px !important;
    }

    .InvoicestablesBtns {
        margin: 3px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chatCandiateName {
        width: 50% !important;
        min-width: 75px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn {
        padding: 0 0 0 5px !important;
    }

    #inbox .EmailCard .rounded-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 10px;
    }

    /* .Doctor_profile_wraper.surgeonProfile{
        width: 80% !important;
    } */
    .leadFilterButtons button {
        font-size: 14px !important;
    }

    /* Haroon */
    .SurgeonDashboardCard {
        padding: 11px !important;
    }

    .patientDetailLeftSec .patientDetailSideBarScroll .patientDetailSideBar .connection-card .delete-container {
        max-width: 100% !important;
    }

        .specialistCard.clientZoneSidebar{
            margin: 10px 15px 20px 15px;
        }

.VitaminsDropdown {
    position: absolute;
    top: 131px;
    right: -4px;
}
 .patientPortalChatSec {
        margin-top: 20px;
    }
    /* Haroon */
}

@media (min-width: 601px) and (max-width: 768px) {

    /* new code */
    .ourVission {
        text-align: center;
        margin-bottom: 35px;
    }

    .howweDo {
        margin: 20px 0;
    }

    .ourStoryCon {
        text-align: center;
    }

    .ourStory {
        margin-bottom: 20px;
    }

    .aboutUsBanner {
        padding: 50px 0;
    }

    .healthBlogDes {
        margin: 20px 0 40px 0;
        height: unset;
    }

    .blogCardImg {
        height: 280px;
    }

    .blogCard {
        max-width: 500px;
        margin: auto;
    }

    .PatientLogin_Form {
        width: 60%;
        margin: 0 auto;
    }

    .startContainer {
        display: none;
    }

    .mobileviewRating {
        display: none;
    }

    .desktopviewRating {
        display: block;
    }

    .bannerLeftSec h1 {
        text-align: center;
    }

    .keywords {
        display: none;
    }

    .drawerNavigation {
        display: block;
    }

    .sliderTitle h1 {
        margin-top: 40px;
    }

    .aftercare.section_care,
    .review-parent.review-parent2 {
        text-align: center !important;
        margin-top: 40px !important;
    }

    .welc_helthcont .whyChoosedesc {
        margin-right: unset !important;
        text-align: center !important;
    }

    .safteyImageCon {
        margin-top: 20px !important;
    }

    .safteyImageCon2 {
        margin-top: 65px !important;
    }

    .CounterSlider,
    .location {
        margin-top: 60px;
    }

    .clientZoneCheckupCard,
    .clientZoneCheckupSecCard {
        margin: 10px 0;
        justify-content: flex-start;
        gap: 10px;
    }

    .clientZoneCheckupCard {
        padding: 10px 20px;
    }

    .clientZoneCheckupSecCard {
        padding: 28px 20px;
    }

    /* .clientZoneSidebar {
        margin-top: 50px;
    } */

    .message-type-parent {
        width: 90% !important;
        margin: auto !important;
        padding: 0;
        border-radius: 10px;
        /* overflow: hidden; */
    }

    .feature-boxCon {
        flex-direction: column;
    }

    .feature-box {
        text-align: center;
        padding: 40px 20px;
    }

    .featureConInner {
        min-height: unset !important;
    }

    .surgeonBannerLeftSec,
    .surgeonBannerLeftSecForm {
        margin: auto;
    }

    .surgeonBannerLeftSec p {
        text-align: center;
    }

    .CustomizeFunctionImageCon {
        max-width: unset !important;
        margin: unset !important;
    }

    .featureTitle2 {
        text-align: center;
        margin-top: 20px;
    }

    .CustomizeFunctionrow {
        padding: 50px 0 0 0 !important;
    }

    .surgeonButtonContainer {
        gap: 10px;
        flex-wrap: wrap;
    }

    .sugricalPratice {
        padding: 40px 0;
    }

    .inputContainerSurgeon {
        padding-right: 0 !important;
    }

    .pricing-card {
        max-width: 400px;
        margin: 10px auto;
        margin-bottom: 15px !important;
    }

    .featureConInner {
        margin: 0px 20px;
    }

    /* new code */

    /* new 5-7-25 */
    .Filter_consultants form .Filter_consultantsFields {
        flex-direction: column;
    }

    .insuranceCarear {
        max-width: 100% !important;
    }

    .findSurgeonImageMobile {
        display: block !important;
    }

    .findSurgeonImageDesktop {
        display: none;
    }

    .findSurgeonMobileViewImgCon {
        display: flex !important;
        gap: 10px;
    }

    .findSurgeonMobileViewImgCon .find_surgeon_images.findSurgeonImageMobile {
        margin: unset !important;
        height: 200px !important;
        width: 200px !important;
    }

    .findSurgeonImageMobileDes {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .findSurgeonImageMobileDes span {
        display: flex !important;
    }

    .surgeonInfoMobileView {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 12px 0;
        gap: 10px;
    }

    /* new 5-7-25 */
    .doctify_MainContainerMobileDesktop {
        display: none;
    }

    .doctorFeeMobileView {
        display: block;
    }

    .doctorFeeMobileView .Const_FeeNew {
        width: 100% !important;
        border: unset !important;
    }

    .doctorFeeMobileView .doctify_Main {
        justify-content: flex-start;
    }

    .View_ProfileBtn.View_ProfileBtn2 {
        max-width: unset;
        flex-wrap: wrap;
        margin-top: 5px !important;
    }

    .Detai_Txt .Dates_RadioBtn .upcomingDate,
    .mobdate_new {
        display: flex;
        justify-content: flex-start !important;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .Inner_Box_Detail,
    .profile_pricing {
        padding: 20px;
    }

    .doctorDesMobile,
    .mobileViewStar {
        display: block;
    }

    .mobileViewStar {
        max-width: 400px;
    }

    .doctorDesMobile .doctorDes {
        margin-top: 13px !important;
    }

    .doctorDesDesktop,
    .desktopViewStar {
        display: none;

    }

    .findSurgeonImageMobileDes {
        margin-left: unset !important;
    }

    .doctify_Main.doctify_MainContainer {
        justify-content: start !important;
    }

    .doctorDesText p {
        text-align: left !important;
    }

    .date_available.mobdate_new,
    .dietiationCon .MobDates_Setting_new,
    .dateSlot {
        display: flex;
        width: 400px;
        overflow-y: scroll;
        min-width: 100%;
        flex-wrap: unset !important;
    }

    .clinicsBtn {
        margin-top: 20px;
    }

    .clinicsFilterCon {
        flex-direction: column;
    }

    .clinicSearchInput,
    .clinicSearchInput input,
    .FilterSelectCon,
    .SearchField {
        width: 100%;
    }

    .FilterSelectCon .ClinicsSearchselect {
        flex: 1;
    }

    .clinicsFilterButtonCon .SearchField,
    .clinicsFilterButtonCon .clinicsFilterClearButton {
        flex: 1;
    }

    .clinicsFilterButtonCon {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .clinicsFilterButtonCon .SearchField button,
    .clinicsFilterButtonCon .clinicsFilterClearButton button {
        width: 100%;
    }

    .mobileViewDateSetting {
        flex-direction: column;
    }

    .doctorDes .doctorDesText {
        padding-right: 0;
    }

    .titleImages {
        width: 100%;
    }

    .Const_FeeNew {
        margin: 20px 0 20px 0 !important;
    }

    .mobileViewStarCon {
        padding: 0 !important;
    }

    .calenderColSidebar.calenderColSidebarActive {
        display: none !important;
    }

    .calenderColContainer.activeCalendarcontainer {
        width: 100%;
    }

    .sidebarDatePickerContainer {
        display: none;
    }

    .addAppointmentDropdown {
        display: block;
    }

    .sidebarCardmenu li {
        min-width: 100px !important;
    }

    .sidebarCardmenu {
        flex-direction: row !important;
    }

    .patientDetailSideBar {
        margin-top: 0;
    }

    .patientDetailSideBarCon {
        margin-top: 10px;
    }

    .contentsectionNotes {
        margin-top: 25px !important;
    }

    .patientDetailSecCon {
        flex-direction: column;
        gap: 10px;
    }

    .patientDetailRightSec,
    .patientDetailLeftSec {
        width: 100%;
    }

    .sidebarCardmenu {
        overflow-y: scroll;
    }

    .no-data-img,
    .coming-soon-img {
        width: 400px !important;
        height: unset !important;
    }

    .no-record-content {
        padding: 50px 0;
    }

    .notes-container.notesContainer {
        flex-direction: column;
    }

    .notes-container.notesContainer .notescontainerLeftSec {
        width: 100% !important;
    }

    .letterTable,
    .appointmentTableContainer table,
    .prescriptions-container-new table,
    .transaction-container-content table,
    .questionnaire-content-new table,
    .documentsTable.custom-table-docs-wrapper table {
        table-layout: unset !important;
        width: 100%;
    }

    .chat-message-input {
        border-radius: 10px !important;
    }

    .QuickSuggestiondropdownMenu {
        width: 500px;
    }

    .NewStyleDivs {
        width: 100%;
    }

    .invoiceDate {
        padding: 0 !important;
    }

    #invoice-items-table tbody tr td input {
        width: 100px !important;
    }

    .MessageTemplatesContainer,
    .messageTemplateButtons2 {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .messageTemplateButtons button,
    .messageTemplateButtons a,
    .messageTemplateButtons3 button,
    .messageTemplateButtons3 a {
        margin: 3px;

    }

    .messageTemplateButtons3 {
        text-align: left !important;
    }

    .InvoicestablesBtns {
        margin: 3px !important;
    }

    .emailViewContainer .email-sidebar {
        width: 260px !important;
    }

    .emailSidebarColumn {
        height: unset !important;
    }

    #inbox .EmailCard .rounded-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 10px;
    }

    .EmailsearchCon {
        border: 1px solid rgba(0, 0, 0, 0.125);
        margin: 10px 18px;
        border-radius: 10px;
    }

    .toggleEmailSidebar {
        margin: 20px;
    }

    .toggleEmailSidebar i {
        font-size: 25px;
    }

    .emailViewContainer .email-sidebar {
        top: 70px !important;
    }

    .Ai-text.AiText {
        justify-content: flex-start !important;
    }

    .clinic-dropdown,
    .surgeon-dropdown {
        left: calc(-4px + (100vw - 1200px) / 10) !important;
    }

    .header_header.navbarHeader {
        padding: 20px 12px !important;
    }

    .custom_chat_col_right {
        min-height: unset !important;
    }

    .filterRow {
        margin-bottom: 10px !important;
    }

    .filterTopRow {
        margin-top: 10px !important;
    }

    .patientDetailLeftSec .patientDetailSideBarScroll .patientDetailSideBar .connection-card .delete-container {
        max-width: 100% !important;
    }

  .mobileViewColumn{
        padding: 0;
    }

    .medicalRecordCon ,.medicalRecordConsec{
        height: unset !important;
        max-height: unset !important;
    }
   .VitaminsDropdown {
        position: absolute;
        top: 223px;
        left: 42px;
    }

    .patientPortalChatSec {
        padding: 0;
        margin-top: 20px;
    }
        .patientPortalProfileSec {
        padding: 0;
    }
    #booking-forms-content .custom-table-docs-wrapper table
    {
        table-layout: unset !important;
        width: 100%;
    }
}


@media (min-width: 481px) and (max-width: 600px) {

    /* new code */
    .ourVission {
        text-align: center;
        margin-bottom: 35px;
    }

    .howweDo {
        margin: 20px 0;
    }

    .ourStoryCon {
        text-align: center;
    }

    .ourStory {
        margin-bottom: 20px;
    }

    .aboutUsBanner {
        padding: 50px 0;
    }

    .healthBlogDes {
        margin: 20px 0 40px 0;
        height: unset;
    }

    .benifitsCard {
        flex-direction: column;
        text-align: center;
    }

    .Financingpurchase {
        text-align: center;
    }

    .blogCardImg {
        height: 280px;
    }

    .InsDecInnerCon {
        flex-direction: column;
        text-align: center;
    }

    .InsDecInnerConImg {
        margin: auto;
        width: 25px;
    }

    .PatientLogin_Form {
        width: 100%;
        margin: 0 auto;
    }

    .ourStoryImg img {
        width: 100% !important;
        height: auto !important;
    }

    .startContainer {
        display: none;
    }

    .mobileviewRating {
        display: none;
    }

    .desktopviewRating {
        display: block;
    }

    .bannerLeftSec h1 {
        text-align: center;
    }

    .keywords {
        display: none;
    }

    .drawerNavigation {
        display: block;
    }

    .searchOptionComponent {
        display: none;
    }

    .MobileSearchbar {
        display: block;
        width: 93%;
    }

    .sliderTitle h1 {
        margin-top: 40px;
    }

    .aftercare.section_care,
    .review-parent.review-parent2 {
        text-align: center !important;
        margin-top: 40px !important;
    }

    .welc_helthcont .whyChoosedesc {
        margin-right: unset !important;
        text-align: center !important;
    }

    .safteyImageCon {
        margin-top: 20px !important;
    }

    .safteyImageCon2 {
        margin-top: 65px !important;
    }

    .blogbannerTitle h2 {
        text-align: center;
    }

    .CounterSlider,
    .location {
        margin-top: 60px;
    }

    .clientZoneCheckupCard,
    .clientZoneCheckupSecCard {
        margin: 10px 0;
        justify-content: flex-start;
        gap: 10px;
    }

    .clientZoneCheckupCard {
        padding: 10px 20px;
    }

    .clientZoneCheckupSecCard {
        padding: 28px 20px;
    }

    /* .clientZoneSidebar {
        margin-top: 50px;
    } */

    /* .medicalRec {
        margin-top: 25px;
    } */

    .message-type-parent {
        width: 90% !important;
        margin: auto !important;
        padding: 0;
        border-radius: 10px;
        /* overflow: hidden; */
    }

    .feature-boxCon {
        flex-direction: column;
    }

    .feature-box {
        text-align: center;
        padding: 40px 20px;
    }

    .featureConInner {
        min-height: unset !important;
    }

    .surgeonBannerLeftSec,
    .surgeonBannerLeftSecForm {
        margin: auto;
    }

    .surgeonBannerLeftSec p {
        text-align: center;
    }

    .CustomizeFunctionImageCon {
        max-width: unset !important;
        margin: unset !important;
    }

    .featureTitle2 {
        text-align: center;
        margin-top: 20px;
    }

    .CustomizeFunctionrow {
        padding: 50px 0 0 0 !important;
    }

    .surgeonButtonContainer {
        gap: 10px;
        flex-wrap: wrap;
    }

    .sugricalPratice {
        padding: 40px 0;
    }

    .inputContainerSurgeon {
        padding-right: 0 !important;
    }

    .pricing-card {
        max-width: 400px;
        margin: 10px auto;
        margin-bottom: 15px !important;
    }

    .featureConInner {
        margin: 0px 20px;
    }

    /* new code */

    /* new 5-7-25 */
    .Filter_consultants form .Filter_consultantsFields {
        flex-direction: column;
    }

    .insuranceCarear {
        max-width: 100% !important;
    }

    .findSurgeonImageMobile {
        display: block !important;
    }

    .findSurgeonImageDesktop {
        display: none;
    }

    .findSurgeonMobileViewImgCon {
        display: flex !important;
        gap: 10px;
    }

    .findSurgeonMobileViewImgCon .find_surgeon_images.findSurgeonImageMobile {
        margin: unset !important;
        height: 200px !important;
        width: 200px !important;
    }

    .findSurgeonImageMobileDes {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .findSurgeonImageMobileDes span {
        display: flex !important;
    }

    .surgeonInfoMobileView {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 12px 0;
        gap: 10px;
    }

    /* new 5-7-25 */
    .doctify_MainContainerMobileDesktop {
        display: none;
    }

    .doctorFeeMobileView {
        display: block;
    }

    .doctorFeeMobileView .Const_FeeNew {
        width: 100% !important;
        border: unset !important;
    }

    .doctorFeeMobileView .doctify_Main {
        justify-content: flex-start;
    }

    .View_ProfileBtn.View_ProfileBtn2 {
        max-width: unset;
        flex-wrap: wrap;
        margin-top: 5px !important;
    }

    .Detai_Txt .Dates_RadioBtn .upcomingDate,
    .mobdate_new {
        display: flex;
        justify-content: flex-start !important;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .View_ProfileBtn.View_ProfileBtn2 a {
        padding: 16px !important;
        /* font-size: 16px !important; */
    }

    .Inner_Box_Detail,
    .profile_pricing {
        padding: 20px;
    }

    .DocImgDesMainContainer {
        align-items: center;
    }

    .append_slotsNewInner,
    .date_available.mobdate_new,
    .dietiationCon .MobDates_Setting_new,
    .dateSlot {
        display: flex;
        width: 400px;
        overflow-y: scroll;
        min-width: 100%;
        flex-wrap: unset !important;
    }

    /* .date_available.mobdate_new .form-check-inline label {
        background-color: #0ea59f !important;
        color: #fff !important;
        white-space: nowrap;
    } */

    .doctorDesMobile,
    .mobileViewStar {
        display: block;
    }

    .mobileViewStar {
        max-width: 400px;
    }

    .doctorDesDesktop,
    .desktopViewStar {
        display: none;

    }

    .findSurgeonImageMobileDes {
        margin-left: unset !important;
    }

    .doctify_Main.doctify_MainContainer {
        justify-content: start !important;
    }

    .doctorDesText p {
        text-align: left !important;
    }

    .doctify_MainContainer .Const_Fee {
        justify-content: start;
    }

    .append_slotsNewInner .form-check {
        margin: 5px 0;
    }

    .doctify_MainContainer .Const_Fee {
        justify-content: start;
    }

    .mobile-searchbar {
        padding: 16px;
        border-radius: 0;
        display: block;
    }

    /*ahamd added code for fahhar issue  */
    .searchbar-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .search-input.treatment {
        background-color: #fff;
        border-radius: 12px;
        padding: 17px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .search-input .icon {
        color: #11a8a1;
        font-size: 18px;
    }

    .text-one {
        font-weight: 600;
        font-size: 15px;
        color: #000;
    }

    .location-date-wrapper {
        display: flex;
        gap: 10px;
    }

    .search-input.location-new,
    .date {
        background-color: #fff;
        border-radius: 12px;
        padding: 5px 16px;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        flex-direction: column;
        flex: 1;
    }

    .search-button {
        background-color: #1e1e1e;
        color: #fff;
        border-radius: 12px;
        padding: 14px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    /*ahamd added code for fahhar issue  */
    .doctorDesMobile .doctorDes {
        margin-top: 13px !important;
    }

    .clinicsBtn {
        margin-top: 20px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .clinicsBtn button {
        width: 100%;
    }

    .clinicsFilterCon {
        flex-direction: column;
    }

    .clinicSearchInput,
    .clinicSearchInput input,
    .FilterSelectCon,
    .SearchField {
        width: 100%;
    }

    .FilterSelectCon .ClinicsSearchselect {
        flex: 1;
    }

    .clinicsFilterCon {
        flex-direction: column;
    }

    .clinicSearchInput,
    .clinicSearchInput input,
    .FilterSelectCon,
    .SearchField {
        width: 100%;
    }

    .FilterSelectCon .ClinicsSearchselect {
        flex: 1;
    }

    .clinicsFilterButtonCon .SearchField,
    .clinicsFilterButtonCon .clinicsFilterClearButton {
        flex: 1;
    }

    .clinicsFilterButtonCon {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .clinicsFilterButtonCon .SearchField button,
    .clinicsFilterButtonCon .clinicsFilterClearButton button {
        width: 100%;
    }

    .mobileViewDateSetting {
        flex-direction: column;
    }

    .doctorDes .doctorDesText {
        padding-right: 0;
    }

    .titleImages {
        width: 100%;
    }

    .Const_FeeNew {
        margin: 20px 0 20px 0 !important;
    }

    .mobileViewStarCon {
        padding: 0 !important;
    }

    .calenderColSidebar.calenderColSidebarActive {
        display: none !important;
    }

    .calenderColContainer.activeCalendarcontainer {
        width: 100%;
    }

    .sidebarDatePickerContainer {
        display: none;
    }

    .addAppointmentDropdown {
        display: block;
    }

    .sidebarCardmenu li {
        min-width: 100px !important;
    }

    .sidebarCardmenu {
        flex-direction: row !important;
    }

    .patientDetailSideBarCon {
        margin-top: 0;
    }

    .contentsectionNotes {
        margin-top: 10px;
    }

    .contentsectionNotes {
        margin-top: 25px !important;
    }

    .patientDetailSecCon {
        flex-direction: column;
        gap: 10px;
    }

    .patientDetailRightSec,
    .patientDetailLeftSec {
        width: 100%;
    }

    .sidebarCardmenu {
        overflow-y: scroll;
    }

    .no-data-img,
    .coming-soon-img {
        width: 300px !important;
    }

    .no-record-content {
        padding: 50px 0;
    }

    .notes-container.notesContainer {
        flex-direction: column;
    }

    .notes-container.notesContainer .notescontainerLeftSec {
        width: 100% !important;
    }

    .letterTable,
    .appointmentTableContainer table,
    .prescriptions-container-new table,
    .transaction-container-content table,
    .questionnaire-content-new table,
    .documentsTable.custom-table-docs-wrapper table {
        table-layout: unset !important;
        width: 100%;
    }

    .connection-card {
        padding: 0px !important;
    }

    .appointmentTableContainer table tbody tr td,
    .appointmentTableContainer table thead th,
    .prescriptions-container-new table thead th,
    .prescriptions-container-new table tbody td,
    .transaction-container-content table thead td,
    .documentsTable.custom-table-docs-wrapper table thead td {
        font-size: 14px;
    }

    .chat-message-input {
        border-radius: 10px !important;
    }

    .QuickSuggestiondropdownMenu {
        width: 400px;

    }

    .accessMedicalDirectory {
        margin: 20px 0;
    }

    .NewStyleDivs {
        width: 100%;
    }

    .invoiceDate {
        padding: 0 !important;
    }

    #invoice-items-table tbody tr td input {
        width: 100px !important;
    }

    .MessageTemplatesContainer,
    .messageTemplateButtons2 {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .messageTemplateButtons button,
    .messageTemplateButtons a,
    .messageTemplateButtons3 button,
    .messageTemplateButtons3 a {
        margin: 3px;
    }

    .messageTemplateButtons3 {
        text-align: left !important;
    }

    .InvoicestablesBtns {
        margin: 3px !important;
    }

    .emailSidebarColumn {
        height: unset !important;
    }

    #inbox .EmailCard .rounded-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 10px;
    }

    .EmailsearchCon {
        border: 1px solid rgba(0, 0, 0, 0.125);
        margin: 10px 18px;
        border-radius: 10px;
    }

    .toggleEmailSidebar {
        margin: 20px;
    }

    .toggleEmailSidebar i {
        font-size: 25px;
    }

    .emailViewContainer .email-sidebar {
        top: 70px !important;
        width: 260px !important;
    }

    .Ai-text.AiText {
        justify-content: flex-start !important;
    }

    .deadLineContainerInner {
        flex-wrap: wrap !important;

    }

    .clinic-dropdown,
    .surgeon-dropdown {
        left: calc(-4px + (100vw - 1200px) / 10) !important;
    }

    .taskDemoCon {
        flex-wrap: wrap !important;
        align-items: flex-start;
    }

    .taskDemoCon .demo span {
        white-space: normal;
    }

    .header_header.navbarHeader {
        padding: 20px 12px !important;
    }

    .custom_chat_col_right {
        min-height: unset !important;
    }

    .filterRow {
        margin-bottom: 10px !important;
    }

    .filterTopRow {
        margin-top: 10px !important;
    }

    .pricing-card.pricingCard.highlighted {
        margin-top: 25px !important;
    }

    .patientDetailLeftSec .patientDetailSideBarScroll .patientDetailSideBar .connection-card .delete-container {
        max-width: 100% !important;
    }
    #consent-forms-content .table{
        table-layout: unset;
    }
 .consentFormCommentIconsBtn {
        flex-wrap: unset !important;
    }
     .mobileViewColumn{
        padding: 0;
    }
      .medicalRecordCon ,.medicalRecordConsec{
        height: unset !important;
        max-height: unset !important;
    }
     /* .ServicesCard{
         margin-bottom: 20px !important;
    } */
    .VitaminsDropdown {
    position: absolute;
    top: 131px;
    right: -4px;
}
    .painKillerDropdown {
    position: absolute;
    top: 147px;
    right: 20px;
}
.patientPortalChatSec{
    padding: 0;
    margin-top: 20px;
}
.patientPortalProfileSec{
    padding: 0;
}
   #booking-forms-content .custom-table-docs-wrapper table
    {
        table-layout: unset !important;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .ourVission {
        text-align: center;
        margin-bottom: 35px;
    }

    .howweDo {
        margin: 20px 0;
    }

    .ourStoryCon {
        text-align: center;
    }

    .ourStory {
        margin-bottom: 20px;
    }

    .aboutUsBanner {
        padding: 50px 0;
    }

    .benifitsCard {
        flex-direction: column;
        text-align: center;
    }

    .Financingpurchase {
        text-align: center;
    }

    .healthBlogDes {
        margin: 20px 0 40px 0;
        height: unset;
    }

    .InsDecInnerCon {
        flex-direction: column;
        text-align: center;
    }

    .InsDecInnerConImg {
        width: 25px;
        margin: auto !important;
    }

    .PatientLogin_Form {
        width: 100%;
        margin: 0 auto;
    }

    .ourStoryImg img {
        width: 100% !important;
        height: auto !important;
    }

    .startContainer {
        display: none;
    }

    .mobileviewRating {
        display: none;
    }

    .desktopviewRating {
        display: block;
    }

    .bannerLeftSec h1 {
        text-align: center;
    }

    .keywords {
        display: none;
    }

    .keywords-Search {
        display: flex;
        margin-top: 5px;
    }

    .Search-Contents-keyword {
        justify-content: space-between;
        flex-wrap: unset;
        overflow-x: auto;
    }

    .customBadge.searchBadge {
        border-radius: 20px;
        padding: 8px 16px;
        margin: 5px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
    }

    .bg-primary {
        background-color: #36b6b0;
    }

    .selectedBadge {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

    .desktopText,
    .mobiletrust_txt {
        display: none;
    }

    .mobileOnlyText,
    .mobile-Tagline-text {
        display: block;
    }

    .search-treatment-text {
        font-weight: 700;
        font-size: 31px;
        text-align: center;
        color: #1c1c1c;
    }

    .bannerLeftSec.bannerLeftSec.search-main-head {
        margin-top: 30px;
    }

    .Sub-text {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: #ffffff;
    }

    .mobiletrustContainerInner.mobile-trusted-Text-Tag {
        margin-top: 30px;
    }

    .medDirparagraph_1 {
        margin-top: 5px;
    }

    .text-one {
        font-weight: 600;
        font-size: 15px;
        color: #000;
    }



    /* New CSS */

    .mobile-searchbar {
        padding: 16px;
        border-radius: 0;
        display: block;
    }

    .searchbar-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .search-input.treatment {
        background-color: #fff;
        border-radius: 12px;
        padding: 17px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .search-input.location-new,
    .date {
        background-color: #fff;
        border-radius: 12px;
        padding: 5px 16px;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        flex-direction: column;
        flex: 1;
    }

    .search-input .icon {
        color: #11a8a1;
        font-size: 18px;
    }

    .location-date-wrapper {
        display: flex;
        gap: 10px;
    }

    .search-button {
        background-color: #1e1e1e;
        color: #fff;
        border-radius: 12px;
        padding: 14px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .Search-Contents-keyword::-webkit-scrollbar {
        display: none;
    }

    .Search-Contents-keyword {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* New CSS End */

    .drawerNavigation {
        display: block;
    }

    .searchOptionComponent {
        display: none;
    }

    .MobileSearchbar {
        display: block;
        width: 93%;
    }

    .sliderTitle h1 {
        margin-top: 40px;
    }

    .aftercare.section_care,
    .review-parent.review-parent2 {
        text-align: center !important;
        margin-top: 40px !important;
    }

    .welc_helthcont .whyChoosedesc {
        margin-right: unset !important;
        text-align: center !important;
    }

    .safteyImageCon {
        margin-top: 20px !important;
    }

    .safteyImageCon2 {
        margin-top: 65px !important;
    }

    .blogbannerTitle h2 {
        text-align: center;
    }

    .CounterSlider,
    .location {
        margin-top: 60px;
    }

    .clientZoneCheckupCard,
    .clientZoneCheckupSecCard {
        margin: 10px 0;
        justify-content: flex-start;
        gap: 10px;
    }

    .clientZoneCheckupCard {
        padding: 10px 20px;
    }

    .clientZoneCheckupSecCard {
        padding: 28px 20px;
    }

    /* .clientZoneSidebar {
        margin-top: 50px;
    } */

    /* .titleImages {
        height: 55px;
        width: 55px;
    } */

    /* .cardCols {
        padding: 0 !important;
    } */

    .specialistCardTitle {
        padding: 11px 0px 20px 0px;
    }

    .cardColsInner {
        padding: 6px !important;
        margin: 0 4px !important;
    }

    .patient_btn_data_inner_container .chat_text_cn .chat_per_name p {
        font-weight: 100 !important;
        font-size: 15px;
    }

    .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chat_time p {
        font-weight: lighter !important;
        font-size: 12px;
    }

    .patient_btn_data_inner_container .chat_text_cn .chat_msg p {
        font-weight: lighter !important;
        font-size: 13px;
    }

    .message-type-parent {
        width: 90% !important;
        margin: auto !important;
        padding: 0;
        border-radius: 10px;
        /* overflow: hidden; */
    }

    .chat-message-input {
        border-radius: 10px !important;
    }

    .chat-container {
        overflow-x: hidden;
    }

    .feature-boxCon {
        flex-direction: column;
    }

    .feature-box {
        text-align: center;
        padding: 40px 20px;
    }

    .featureConInner {
        min-height: unset !important;
    }

    .surgeonBannerLeftSec {
        margin: auto auto 25px auto;
    }

    .surgeonBannerLeftSecForm {
        margin: auto;
    }

    .surgeonBannerLeftSec p {
        text-align: center;
    }

    .accountsButtons {
        flex-direction: column;
        width: 100%;
    }

    .accountsButtons .google {
        width: 100%;
        /* new code */
    }

    /* .accountsButtons .google button {
        justify-content: center;
        margin: 10px 0;
    } */

    .CustomizeFunctionImageCon {
        max-width: unset !important;
        margin: unset !important;
    }

    .featureTitle2 {
        text-align: center;
        margin-top: 20px;
    }

    .CustomizeFunctionrow {
        padding: 50px 0 0 0 !important;
    }

    .surgeonButtonContainer {
        gap: 10px;
        flex-wrap: wrap;
    }

    .sugricalPratice {
        padding: 40px 0;
    }

    .inputContainerSurgeon {
        padding-right: 0 !important;
    }

    .inputContainerSurgeon button {
        padding: 9px 10px;
    }

    .customDottedCon {
        padding-left: 0px;
    }

    .pricing-card {
        max-width: 400px;
        margin: 10px auto !important;

    }

    .featureConInner {
        margin: 0px 20px;
    }

    /* new 5-7-25 */
    .Filter_consultants form .Filter_consultantsFields {
        flex-direction: column;
    }

    .insuranceCarear {
        max-width: 100% !important;
    }

    .findSurgeonImageMobile {
        display: block !important;
    }

    .findSurgeonImageDesktop {
        display: none;
    }

    .findSurgeonMobileViewImgCon {
        display: flex !important;
        gap: 10px;
    }

    .findSurgeonMobileViewImgCon .find_surgeon_images.findSurgeonImageMobile {
        margin: unset !important;
        height: 200px !important;
        width: 200px !important;
    }

    .findSurgeonImageMobileDes {
        display: flex;
        justify-content: center;
    }

    .findSurgeonImageMobileDes span {
        display: flex !important;
    }

    .surgeonInfoMobileView {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 12px 0;
        gap: 10px;
    }

    /* new 5-7-25 */
    .doctify_MainContainerMobileDesktop {
        display: none;
    }

    .doctorFeeMobileView {
        display: block;
    }

    .doctorFeeMobileView .Const_FeeNew {
        width: 100% !important;
        border: unset !important;
    }

    .doctorFeeMobileView .doctify_Main {
        justify-content: flex-start;
    }

    .View_ProfileBtn.View_ProfileBtn2 {
        max-width: unset;
        flex-wrap: wrap;
        margin-top: 5px !important;
    }

    .Detai_Txt .Dates_RadioBtn .upcomingDate,
    .mobdate_new {
        display: flex;
        justify-content: flex-start !important;
        align-items: flex-start;
        flex-direction: column;
    }

    .View_ProfileBtn.View_ProfileBtn2 a {
        padding: 16px !important;

    }

    .View_ProfileBtn.View_ProfileBtn2 .docPriceCallDetail2 {
        max-width: unset !important;
        margin-top: 10px !important;
    }

    .Mob_Pos_1.Mob_Pos_2 .findSurgeonMobileViewImgCon .findSurgeonImageMobile {
        width: 100% !important;
        height: 350px !important;
    }

    .findSurgeonImageMobileDes h4 {
        margin: 0 !important;
    }

    .doctorDesText p {
        text-align: left;
    }

    .doctorDes {
        margin-top: 10px !important;
    }

    .Inner_Box_Detail,
    .profile_pricing {
        padding: 20px;
    }


    .append_slotsNewInner,
    .date_available.mobdate_new,
    .dietiationCon .MobDates_Setting_new,
    .dateSlot {
        display: flex;
        min-width: 100%;
        width: 230px;
        overflow-y: scroll;
        max-width: 100%;
        flex-wrap: unset !important;
    }

    /* .date_available.mobdate_new .form-check-inline label {
        background-color: #0ea59f !important;
        color: #fff !important;
        white-space: nowrap;
    } */

    .doctorDesMobile,
    .mobileViewStar {
        display: block;
    }

    .doctorDesDesktop,
    .desktopViewStar {
        display: none;
    }

    .findSurgeonImageMobileDes {
        margin-left: unset !important;
    }

    .doctify_Main.doctify_MainContainer {
        justify-content: start !important;
    }

    .doctorDesText p {
        text-align: left !important;
    }

    .doctify_MainContainer .Const_Fee {
        justify-content: start;
    }

    .append_slotsNewInner .form-check {
        margin: 5px 0;
    }

    .SearchField button {
        width: 100%;
    }

    .search-input .d-flex span,
    .location-new .d-flex span {
        font-size: 12px;
    }

    .doctorDesMobile .doctorDes {
        margin-top: 13px !important;
    }

    .star-icon {
        font-size: 20px !important;
    }

    .starRatingMobile {
        flex-wrap: wrap;
    }

    .Const_FeeNew p,
    .Const_FeeNew h5 {
        font-size: 18px;
    }

    .clinicsBtn {
        margin-top: 20px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .clinicsBtn button {
        width: 100%;
    }

    .clinicsFilterCon {
        flex-direction: column;
    }

    .clinicSearchInput,
    .clinicSearchInput input,
    .FilterSelectCon,
    .SearchField {
        width: 100%;
    }

    .FilterSelectCon .ClinicsSearchselect {
        flex: 1;
    }

    .search-clinics-item {
        padding: 35px 10px;
    }

    .clinicsFilterCon {
        flex-direction: column;
    }

    .clinicSearchInput,
    .clinicSearchInput input,
    .FilterSelectCon,
    .SearchField {
        width: 100%;
    }

    .FilterSelectCon .ClinicsSearchselect {
        flex: 1;
    }

    .clinicsFilterButtonCon .SearchField,
    .clinicsFilterButtonCon .clinicsFilterClearButton {
        flex: 1;
    }

    .clinicsFilterButtonCon {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .clinicsFilterButtonCon .SearchField button,
    .clinicsFilterButtonCon .clinicsFilterClearButton button,
    .clinicsFilterClearButton {
        width: 100%;
    }

    .clinicsFilterButtonCon {
        flex-direction: column;
    }

    .doctorDes .doctorDesText {
        padding-right: 0;
    }

    .DocImgDesMainContainer,
    .DocImgDesContainer {
        display: unset !important;
    }

    .findSurgeonMobileViewImgCon {
        flex-direction: column !important;
    }

    .titleImages {
        width: 100%;
    }

    .Const_FeeNew {
        margin: 20px 0 20px 0 !important;
    }

    .mobileViewStarCon {
        padding: 0 !important;
    }

    .calenderColSidebar.calenderColSidebarActive {
        display: none !important;
    }

    .calenderColContainer.activeCalendarcontainer {
        width: 100%;
    }

    .appointmentCalender .fc-header-toolbar {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .appointmentCalender .fc-header-toolbar .fc-toolbar-chunk {
        width: 100% !important;
    }

    .appointmentCalender .fc-header-toolbar .fc-toolbar-chunk div {
        justify-content: center !important;
    }

    .sidebarDatePickerContainer {
        display: none;
    }

    .addAppointmentDropdown {
        display: block;
    }

    .sidebarCardmenu li {
        min-width: 100px !important;
    }

    .sidebarCardmenu {
        flex-direction: row !important;
    }

    .patientDetailSideBarCon {
        margin-top: 0;
    }

    .contentsectionNotes {
        margin-top: 25px;
    }

    .patientDetailSecCon {
        flex-direction: column;
        gap: 10px;
    }

    .patientDetailRightSec,
    .patientDetailLeftSec {
        width: 100%;
    }

    .sidebarCardmenu {
        overflow-y: scroll;
    }

    .no-data-img,
    .coming-soon-img {
        width: 300px !important;
    }

    .no-record-content {
        padding: 50px 0;
    }

    .notes-container.notesContainer {
        flex-direction: column;
    }

    .notes-container.notesContainer .notescontainerLeftSec {
        width: 100% !important;
    }

    .letterTable,
    .appointmentTableContainer table,
    .prescriptions-container-new table table,
    .transaction-container-content table,
    .questionnaire-content-new table,
    .documentsTable.custom-table-docs-wrapper table ,
    #booking-forms-content .custom-table-docs-wrapper table
    {
        table-layout: unset !important;
        width: 100%;
    }

    .connection-card {
        padding: 0px !important;
    }

    .appointmentTableContainer table tbody tr td,
    .appointmentTableContainer table thead th,
    .prescriptions-container-new table thead th,
    .prescriptions-container-new table thead td,
    .transaction-container-content table thead td {
        font-size: 13px;
    }

    .QuickSuggestiondropdownMenu {
        width: 280px;
    }

    .accountsButtons {
        gap: 12px;
    }

    .accountsButtons div {
        width: 100%;
    }

    .accountsButtons div button {
        justify-content: center;
    }

    .signbuttonSurgeon {
        margin-bottom: 12px !important;
    }

    .appleBtn {
        margin-top: 0 !important;
    }

    .accessMedicalDirectory {
        margin: 20px 0;
    }

    .NewStyleDivs {
        width: 100%;
    }

    .invoiceDate {
        padding: 0 !important;
    }

    #invoice-items-table tbody tr td input {
        width: 100px !important;
    }

    .MessageTemplatesContainer {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .messageTemplateButtons button,
    .messageTemplateButtons a,
    .messageTemplateButtons2 button,
    .messageTemplateButtons2 a,
    .messageTemplateButtons3 button,
    .messageTemplateButtons3 a {
        margin: 3px;
    }

    .messageTemplateButtons,
    .messageTemplateButtons2,
    .messageTemplateButtons3 {
        text-align: left !important;
    }

    .InvoicestablesBtns {
        margin: 3px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn .chat_per_name .chatCandiateName {
        width: 50% !important;
        min-width: 75px !important;
    }

    .chatname_container_ah #chat-list-container .chatTitle .patient_btn_data_inner_container .chat_text_cn {
        padding: 0 0 0 5px !important;
    }

    .emailSidebarColumn {
        height: unset !important;
    }

    #inbox .EmailCard .rounded-circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 10px;
    }

    .EmailsearchCon {
        border: 1px solid rgba(0, 0, 0, 0.125);
        margin: 10px 18px;
        border-radius: 10px;
    }

    .toggleEmailSidebar {
        margin: 20px;
    }

    .toggleEmailSidebar i {
        font-size: 25px;
    }

    .emailViewContainer .email-sidebar {
        top: 70px !important;
        width: 260px !important;
    }

    .Ai-text.AiText {
        justify-content: flex-start !important;
    }

    .deadLineContainerInner {
        flex-wrap: wrap !important;

    }

    .clinic-dropdown,
    .surgeon-dropdown {
        left: calc(25px + (100vw - 1200px) / 10) !important;
    }

    .taskDemoCon {
        flex-wrap: wrap !important;
        align-items: flex-start;
    }

    .taskDemoCon .demo span {
        white-space: normal;
    }

    .doctor-select-wrapper {
        margin-left: 0px !important;
    }

    .custom-dropdown-toggle.customdropdownToggle {

        min-width: 190px !important;
    }

    .header_header.navbarHeader {
        padding: 20px 12px !important;
    }

    .custom_chat_col_right {
        min-height: unset !important;
    }

    .filterRow {
        margin-bottom: 10px !important;
    }

    .filterTopRow {
        margin-top: 10px !important;
    }

    .ClinicianCardBody {
        padding: 0 !important;
    }

    .pricing-card.pricingCard.highlighted {
        margin-top: 25px !important;
    }

    .registration-link {
        width: 89% !important;
    }

    .Registationlink-card {
        margin-top: 10px !important;
    }

    .custom-form {
        padding: 12px !important;
    }

    .patientDetailLeftSec .patientDetailSideBarScroll .patientDetailSideBar .connection-card .delete-container {
        max-width: 100% !important;
    }
    #consent-forms-content .table{
        table-layout: unset;
    }
    .consentFormCommentIconsBtn {
        flex-wrap: unset !important;
    }
    .mobileViewColumn{
        padding: 0;
    }
    .medicalRecordCon ,.medicalRecordConsec{
        height: unset !important;
        max-height: unset !important;
    }

   .VitaminsDropdown {
        position: absolute;
        top: 223px;
        left: 42px;
    }
    .painKillerDropdown {
    position: absolute;
    top: 147px;
    right: 20px;
}
.profileCardPatientPortal{
    max-height: unset !important;
}

.patientPortalChatSec{
    padding: 0;
    margin-top: 15px;
}
.patientPortalProfileSec{
    padding: 0;
}
}

.simplepicker-wrapper {
    display: none;
}
