@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* font-family: "Montserrat", sans-serif; */


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat';
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 25px;
    margin: 0 0 20px;
}


/***** Font Files *****/

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Cutmark';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    /* font-family: 'Rajdhani'; */
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-family: 'montserrat';
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 13px;
}

h5 {
    font-family: 'montserrat';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Sidebar SEction Start */

.dashboard_page-box {
    background: #fff;
    position: relative;
    z-index: 9;
}

section.side_bar {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 1%;
    background: #fff;
    z-index: 0;
    transition: 0.5s;
    right: 0;
    width: 14.7%;
}

.side-bar-logo {
    text-align: center;
    border-bottom: 1px solid #fff;
    background: #fff;
    padding: 41px 0px;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}

.profile-pic {
    position: relative;
}

.profile-pic img {
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #101010;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 0 0 15px;
    width: 100%;
    height: 60px;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    background: #e90004;
    color: #fff;
    border-radius: 7px;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    object-fit: contain;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: invert(1);
}

.side-bar-logout-box a {
    background: #e90004;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    height: 70px;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 60px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    width: 100%;
    height: 100%;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

li.list-item {
    position: relative;
}

.profile-pic {
    position: relative;
}

.profile-pic h3 {
    background: #fff;
    width: fit-content;
    padding: 5px 20px;
    margin: 0;
    border-radius: 6px;
    color: #151515;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
}

.profile-pic img {
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}


/* Sidebar SEction End */


/*  Header Nav Bar Start */

.search-nav {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 24px 30px 24px 30px;
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 7px;
    height: 60px;
    padding-right: 80px;
    font-family: 'Montserrat';
    background: transparent;
}

.header-search input::placeholder {
    text-transform: uppercase;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}

ul.header-profile-list li {
    position: relative;
    z-index: 1;
}

a.mailbox i {
    font-size: 22px;
    color: #918f8f;
    position: relative;
    z-index: 1;
    border: 1px solid #dbdbdb;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

a.mailbox span {
    width: 7px;
    height: 7px;
    background: #e90004;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 16px;
    border-radius: 16px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
}

.user-profile-img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
    border: 3px solid #e90004;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #e90004;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    top: 55px;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #000;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    top: 55px;
    width: 230px;
    background: #e90004;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #000;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #212529;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #e90004;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    left: 0;
    width: 150px;
    top: 55px;
    background: #e90004;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #000000;
}

.user-profile-info h4>span {
    display: block;
    font-size: 12px;
    color: #777777;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    width: 100%;
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}

.bookmark-icon {
    font-size: 18px;
    color: #6b6b6b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #d7d7d7;
    border-radius: 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* Profile Box */


/* Page Content */

.main-wrap {
    background: #eeeeee;
    padding: 30px 30px;
    border-radius: 10px 0 0 10px;
    position: relative;
    z-index: 1;
}


/* Welcome Box  */

.welcome-box {
    position: relative;
    z-index: 1;
}

.welcome-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.welcome-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    background: #fff;
    margin: auto;
    width: 60%;
    height: 75%;
    padding: 0 0 0 20px;
    display: block;
    place-content: center;
    border-radius: 10px;
}

.welcome-content h2 {
    font-size: 28.31px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.welcome-content p {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    line-height: 20px;
}

.theme-btn {
    display: inline-flex;
    background: #e90004;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
}

.theme-btn:hover {
    background: #000;
    color: #fff !important;
}


/* WelCome Box */


/* Services Box */

.theme-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 1px rgba(145, 117, 105, 0.11);
    padding: 25px;
}

.service-head {
    border-bottom: 1px solid #cccccc;
    margin: 0 10px 20px;
}

.service-body .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.serv-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.serv-text h3 {
    font-size: 16px;
    color: #1e1e1e;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
    margin: 0 0 5px;
}

.serv-text p {
    color: #4b5058;
    font-size: 11px;
    line-height: 17px;
    font-weight: 600;
}

.serv-text a {
    padding: 10px 30px;
}

.service-body .slick-prev,
.service-body .slick-next {
    top: -65px;
    right: 3%;
    left: auto;
    opacity: 1;
}

.service-body .slick-prev {
    right: 10%;
}

.service-body .slick-prev:before,
.service-body .slick-next:before {
    position: absolute;
    content: '\f054';
    width: 35px;
    height: 35px;
    background: transparent;
    opacity: 1;
    border-radius: 50px;
    color: #7c7c7c;
    font-size: 14px;
    display: grid;
    place-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
}

.service-body .slick-prev:before {
    content: '\f053';
}

.slick-prev:hover:before,
.slick-next:hover:before {
    background: #e90004;
    color: #fff;
}

.hm-apoint-box ul {
    margin: 0;
}

.service-box {
    margin-top: 30px;
}


/* Services Box */


/* Appointment Box */

.hm-apoint-box ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.hm-apoint-box ul {
    margin: 0;
}

.sch-image {
    width: 80px;
    height: 60px;
    background: #eeeeee;
    display: grid;
    place-content: center;
    border-radius: 10px;
}

.hm-apoint-box ul li:last-child {
    border-bottom: 0;
}

.sch-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.sch-text p {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}

.hm-apoint-box {
    padding: 13px 30px;
}


/* Appointment Box */


/* UpComming Box */

.calendar-nav button:hover {
    box-shadow: 0 0 0px 1px #e90004;
    border-color: #e90004;
    color: #e90004;
}

.calendar-container {
    padding: 0;
    text-align: center;
}


/* Month Display Styling */

.month-display {
    font-size: 13px;
    margin-bottom: 10px;
    color: #0e0e0e;
    text-transform: uppercase;
    font-weight: 600;
}


/* Date Row Styling */

.date-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2px;
    margin: 20px 0;
}


/* Date Item */

.date-item {
    width: 50px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    /* background-color: #444; */
    color: #000;
    transition: 0.3s;
    padding: 4px;
}


/* Day and Date Styling */

.day {
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.date {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}


/* Active Date Styling */

.date-item.active {
    background-color: #e90004;
    color: #fff;
    width: 50px;
    height: 75px;
    display: grid;
    place-content: center;
    border-radius: 5px;
}

.date-item:hover {
    background-color: #e90004;
}


/* Navigation Arrows */

.calendar-nav {
    display: flex;
    justify-content: space-between;
    margin-top: -35px;
}

.calendar-nav button {
    background-color: transparent;
    border: none;
    color: #ccc;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 40px;
    padding: 2px 1px 0 0;
}

.upcoming-bx {
    margin-top: 30px;
}

.upcoming-bx h2 {
    font-size: 18.78px;
    color: #0e0e0e;
    text-transform: uppercase;
    text-align: center;
}

.date-item.active .date,
.date-item.active .day {
    color: #fff;
}

.date-item:hover .date,
.date-item:hover .day {
    color: #fff;
}

ul.upcm {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

ul.upcm li:first-child {
    width: 30%;
}

ul.upcm li:last-child {
    width: 70%;
}

ul.upcm img {
    border-radius: 10px;
    width: 85px;
    height: 93px;
    object-fit: cover;
}

ul.upcm p {
    font-size: 12px;
    color: #e90004;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-weight: 700;
}

ul.upcm p img {
    width: auto;
    height: auto;
}

ul.upcm h6 {
    font-size: 14px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}

ul.upcm h6 span {
    font-size: 12px;
    color: #a7a7a7;
    display: block;
}


/* UpComming Box */


/* My Appointment Page */

.filtr-div {
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.my-appoint-head {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.my-appoint-main .upcoming-bx {
    margin: 0;
}

.my-appoint-head h2 {
    font-size: 28px;
    color: #232323;
    text-transform: uppercase;
    margin: 0;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.filter-icon {
    color: #555;
    font-size: 18px;
}

.filter-text {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.year-dropdown {
    position: relative;
    display: inline-block;
}

.year-display {
    padding: 12px 35px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    min-width: 80px;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.year-display::after {
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.year-options {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 5px;
    z-index: 9;
}

.year-options.show {
    display: block;
}

.year-option {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.year-option:hover {
    background-color: #f5f5f5;
}

ul.my-appointment-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    border-left: 10px solid #e9e9e9;
    border-radius: 5px;
    padding-left: 5px;
    margin: 25px 0 0;
}

ul.my-appointment-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.my-app-image img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.my-app-det h5 {
    font-size: 13.5px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    font-weight: 600;
}

.my-app-det p {
    font-size: 12px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
}

.my-app-schd p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
}

.my-app-schd i {
    color: #000;
}

.my-app-btn a {
    height: 70px;
    display: inline-flex;
    align-items: center;
    width: 50px;
    display: grid;
    place-content: center;
}

img.right-arrow {
    opacity: .5;
}

ul.my-appointment-list:hover img.right-arrow {
    opacity: 1;
    filter: invert(1);
}

.my-app-btn {
    height: 90px;
    background: #ebebeb;
    display: grid;
    place-content: center;
    border-radius: 5px;
    width: 50px;
}

ul.my-appointment-list li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e9e9e9;
}

ul.my-appointment-list li:last-child::before {
    width: 0;
}

ul.my-appointment-list:hover .my-app-btn {
    background: #e90004;
}

ul.my-appointment-list:hover .my-app-schd i {
    color: #e90004;
}

ul.my-appointment-list:hover {
    border-left-color: #e90004;
}

.booking-calender .calendar-container {}

.booking-calender .month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.booking-calender .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    text-align: center;
}

.booking-calender .date-item {
    padding: 0px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 40px !important;
    color: #000 !important;
    height: fit-content !important;
}

.booking-calender .date-item .day {
    font-size: 11px;
    color: #8f8f8f;
    font-weight: 300;
    margin: 1.5px 0;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.booking-calender .date-item:hover,
.booking-calender .date-item.selected {
    background-color: #e90004;
    color: white !important;
}

.booking-calender .month-header button {
    width: 35px;
    height: 35px;
    border: 1px solid #443e3ecc;
    border-radius: 50px;
    color: #443e3ecc;
    background: transparent;
}

.booking-calender .month-header button:hover {
    border-color: #e90004;
    color: #e90004;
}

.booking-calender .calendar-container h2 {
    font-size: 21.15px;
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.booking-calender h2 {
    font-size: 30px;
    text-align: left;
    padding: 0 0 14px 30px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.booking-calender .date-item:hover,
.booking-calender .date-item.selected .day {
    color: #fff !important;
}

.booking-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 300px;
}

.booking-checkbox input {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.date-item:hover .day {
    color: #fff;
}


/* My Appointment Page */


/* Report Page */

.page-header h2 {
    font-size: 28.31px;
    color: #232323;
    margin: 0;
}

.elips-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.elips-dropdown {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 5px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.elips-dropdown a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    width: 110px;
}

.elips-dropdown a:hover {
    background-color: #f2f2f2;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.responsive-table {
    margin-top: 30px;
}

table.table th {
    background: #f5f5f5;
    border: 0;
    padding: 15px;
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
}

table.table td {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    vertical-align: middle;
    border: 0;
    padding: 13px 10px;
}

table.table td img {
    padding: 10px;
    border: 1px solid #dedede;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.elip-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.table {
    margin: 0;
}


/* Report Page */


/* Profile Page  */


/* Profile Page Start */

.setting-main-all {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px 0 0 0;
}

.prf-heading h2 {
    font-size: 28.31px;
    margin: 0;
}

.setting-main-all ul#myTab {
    border: 1px solid;
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
    border: 0;
    gap: 10px;
}

.setting-main-all .nav-link {
    text-transform: uppercase;
    border: unset !important;
    border-radius: unset;
    background: #eeeeee;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.setting-main-all form label {
    font-size: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 50px;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #000;
    border: 2px solid #e7e7e7;
    appearance: auto;
}

.prf-input input[type="password"]::placeholder {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
}

.setting-main-all .nav-link.active {
    color: #fff;
    position: relative;
    background: #917569;
    border-radius: 4px;
}

.setting-main-all form textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(0 0 0 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
    height: 100px;
    resize: none;
}

.setting-main-all form button {
    font-size: 14px;
    color: #ffffff;
    background: #e90004;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 5px;
    border: 0;
    letter-spacing: 1px;
    font-family: 'BlenderPro-Medium';
}

.pofile-chg-box h5 {
    font-size: 25px;
    color: rgb(20 20 20);
    text-transform: uppercase;
}

.pofile-chg-box ul li img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 30px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    height: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    font-size: 14.79px;
    color: #434343;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
}

.pofile-chg-box {
    padding: 0 20px;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

.prf-top-head button {
    border: 0;
}

.follower-box {
    border: 1px solid;
    border-radius: 20px;
    padding: 30px 20px;
    background: #1d1d1d;
    margin-bottom: 20px;
}

ul.followers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.follower-box h4 {
    font-size: 32px;
    font-family: "BlenderPro";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0;
}

ul.followers p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
    text-transform: uppercase;
}

.followers-btn {
    display: flex;
    justify-content: center;
}

.Setting-main-box {
    border-radius: 15px;
    height: 100%;
}

.setting-main-all form input::placeholder {
    color: #8b8b8b;
}

.prf-input h2 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}


/* Profile Page End */

.secondary-user-form {
    margin-top: 40px;
}

.remove-row {
    right: 0;
    left: auto;
    display: flex;
    width: 100%;
    justify-content: end;
}

h3.col-12 {}

.secondary-user-form h3.col-12 {
    font-size: 40px;
    font-family: 'BlenderPro-Medium';
    text-align: center;
    margin-bottom: 40px;
}


/* Profile Page  */


/* Login Page */

.login-pagee {
    height: 100vh;
}

.login-pag-logo {
    text-align: center;
    margin-bottom: 50px;
}

.login-pag-logo img {
    width: 15%;
}

.log-form.chg1 {
    background: #fff;
    padding: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 115%;
    height: 100%;
    display: block;
    align-content: center;
    padding-right: 100px;
}

.log-form-heading h2 {
    font-size: 31px;
    color: #292e38;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.log-form-heading p {
    font-size: 14px;
    color: #9e9595;
    font-family: 'BlenderPro-Medium';
}

.log-form-input label {
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    color: #9e9595;
    margin: 10px 0 0;
}

.log-form-input input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    margin: 10px 0;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}

.log-form-input input::placeholder {
    color: #7c7c7c;
    text-transform: uppercase;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    bottom: 26px;
    right: 2%;
    margin: auto;
    display: flex;
    align-items: center;
}

.btn-contact-log button {
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #fff;
    background: #e90004;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 15px 0;
}

.log-form-footer a {
    font-size: 14px;
    color: #a5aab5;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 30px;
    gap: 20px;
}

.login-with ul li {
    width: 100%;
    text-align: center;
    background: #1976d2;
    height: 55px;
    display: grid;
    place-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}

.login-with ul li i {
    color: #fff;
}

li.back-colour {
    background: #121212 !important;
}

li.back-colour1 {
    background: #d84938 !important;
}

.login-image img {
    width: 90%;
    margin-left: auto;
    display: block;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.log-form-footer {
    text-align: end;
}


/* Login Page */


/* Notification Page */

.notify-page.theme-box {
    height: 80vh;
}

.mail-tile {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
    border-radius: 10px;
}

.cont-mal {
    display: flex;
    align-items: center;
    /* width: 40%; */
    gap: 15px;
}

.cont-mal>i {
    font-size: 20px;
    margin-right: 10px;
    color: #ef4144;
    background: #ef414408;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    border: 1px solid #ef4144;
    border-radius: 5px;
}

.cont-mal h6 {
    font-size: 18px;
    color: #030303;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin: 0;
}

.cont-mal span {
    font-size: 12px;
    color: #7a7a7a;
    display: block;
    text-transform: none;
}

.mail-tile>div>span {
    font-size: 17px;
    color: #938989;
    font-weight: 600;
}

button.detelt-mail {
    height: 55px;
    width: 55px;
    border-radius: 5px;
    background: #f3f0f0;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    margin-left: 70px;
}


/* Notification Page */


/* Chat Page */

.chat-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    max-width: 100%;
    background: #fff;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.chat-icons button {
    border: 0;
    background: transparent;
    border-right: 1px solid #dddddd;
    padding: 0 10px 0 0;
}

.chat-icons button:last-child {
    border: 0;
}

.chat-input-wrapper .emoji-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #aaa;
}

.chat-input-wrapper .chat-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
}

.chat-input-wrapper .chat-icons {
    display: flex;
    gap: 15px;
    margin-left: 10px;
}

.chat-input-wrapper .chat-icons .icon {
    color: #aaa;
    font-size: 16px;
    cursor: pointer;
}

.chat-input-wrapper .mic-btn {
    border: none;
    cursor: pointer;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(242, 241, 241);
    width: 52px;
    height: 48px;
    position: relative;
    right: 0%;
    bottom: 0;
    top: 0;
    margin: auto;
}

.chat-input-wrapper .mic-btn .fa-microphone {
    color: red;
    font-size: 18px;
}

.sideNav2 {
    height: 100%;
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(55px);
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: auto;
    /* border: 1px solid #ffffff21; */
    padding: 0;
    /* height: 640px; */
    /* overflow-y: scroll; */
}

.chat-top-input {
    padding: 0 20px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddebf4;
}

.client-input {
    position: relative;
    width: 85%;
}

form.chat-top-input-form input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: montserrat;
    padding: 15px 10px;
}

.client-input input {
    background: #ffffff;
    border-radius: 5px;
    color: #101010;
    text-transform: inherit;
    border: 0;
}

.client-input button {
    color: #000;
    background: transparent;
    font-size: 14px;
    border: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 8px;
    border-radius: 5px;
}

.group {
    display: grid;
    grid-template-columns: 54px calc(100% - 55px);
    grid-template-rows: repeat(2, 30px);
    width: calc(100% - 10px);
    /* margin: 10px; */
    padding: 10px 30px;
    list-style-type: none;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
}

.avatar {
    grid-row: 1 / span 2;
    /* background-color: white; */
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    /* padding: 10px; */
    position: relative;
}

.GroupName {
    font-weight: 500;
    padding: 0px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.GroupDescrp {
    width: 100%;
    padding: 0px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    color: #000;
    line-height: 17px;
}

span.time {
    font-size: 11px;
    color: #cfdbe3;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 50%;
}

span.non-active-dot.active {}

span.non-active-dot {
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    background: #d4e1ea;
    padding: 1px;
    position: absolute;
    top: 25px;
    right: 12px;
    border-radius: 10px;
    z-index: 1;
}

.avatar img {
    height: 45px;
    width: 45px;
    margin: auto;
    border-radius: 50%;
}

span.n-message {
    position: absolute;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e90004;
    color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
}

li.group.actve-chat {
    background: #e90004;
}

span.non-active-dot.active {
    background-color: #e90004;
}

.MessageContainer {
    flex: 1;
}

.chat-box {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.chat-header.dot-relative {
    position: relative;
}

.chat-header {
    padding: 27.5px 20px;
    border-bottom: 1px solid #ddebf4;
    display: flex;
    justify-content: space-between;
}

.chat-header.dot-relative span.dot {
    width: 10px;
    height: 10px;
    right: unset;
    left: 15%;
    top: 43%;
    transform: translateY(-55%);
    position: absolute;
    color: #000;
    background: #e90004;
    border-radius: 60px;
}

.chat-header span {}

.chat-header span {
    font-size: 17px;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.chat-header .icons i {}

.chat-messages {
    flex: 1;
    padding: 35px;
    overflow-y: auto;
}

.message {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 24px;
}

.message.sent {
    justify-content: flex-end;
}

.message img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-position: top;
}

.message.received .text {
    background: transparent;
    color: #8ea1b4;
}

.message .text {
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 60%;
    position: relative;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}

.message.sent .text {
    background: #e90004;
    color: white;
}

#MessageForm {
    /* padding: 10px; */
    /* display: flex; */
    width: 100%;
    position: relative;
}

.chat-page-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

form.chat-top-input-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 5px;
}

form.chat-top-input-form a {
    width: 35px;
    border-right: 1px solid #000;
    color: #000;
}

section.Chat {
    position: relative;
    z-index: 1;
}

section.Chat::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ddebf4;
}

.chat-page-box .col-lg-4 {
    padding: 0;
}

.chat-page-box .col-lg-8 {
    padding: 0;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.chat-header .icons i {
    border-left: 1px solid #c9d6df;
    padding: 0 10px 0 20px;
    margin-left: 0;
    color: #e90004;
    font-size: 20px;
}

.chat-header .icons i:first-child {
    border: 0;
}

li.group.actve-chat * {
    color: #fff;
}

li.group.actve-chat span.non-active-dot.active {
    background: #fff;
}


/* Chat Page */


/* Schedule Box */

.form-container {
    margin-bottom: 20px;
}

.form-title {
    color: #232323;
    margin-bottom: 25px;
    font-size: 28.31px;
    text-transform: uppercase;
}

.btn-submit {
    background-color: #e90004;
    color: white;
    padding: 15px 25px;
    font-weight: bold;
    width: 100%;
}

.btn-secondary-user {
    background-color: #6c757d;
    color: white;
    margin-bottom: 20px;
    padding: 15px 0;
}

.secondary-form {
    border: 2px dashed #e90004;
    position: relative;
    padding: 25px;
    border-radius: 10px;
}

.remove-form {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.theme-box label {
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.form-container .form-select,
.form-container input {
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}


/* Schedule Box */


/* User Page */

table.user-table {
    width: 100%;
    border-collapse: collapse;
}

table.user-table th,
table.user-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

table.user-table th {
    color: #666;
    font-size: 14px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-weight: 600;
    font-size: 14px;
}

.role {
    color: gray;
    font-size: 13px;
}

.action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.action-btn:hover {
    color: black;
}


/* User Page */


/*Dashedboard Start*/

button.mobile-menu,
button.close-sidebar-button {
    height: 40px;
    width: 40px;
    display: flex;
    font-size: 14px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    border: 2px solid #ce2838;
}

button.mobile-menu:hover,
button.close-sidebar-button:hover {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #ce2838;
}

button.mobile-menu:hover i,
button.close-sidebar-button:hover i {
    transition: ease-in-out;
    transition-duration: 0.5s;
    transform: rotate(360deg);
}

button.mobile-menu i,
button.close-sidebar-button i {
    transition: ease-in;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

/*Dashedboard Start*/

.patient-table {
    overflow-x: scroll;
}

.patient-table table#appointment-table {
    min-width: 1050px;
}

.report-page.theme-box table.table.table-bordered.align-middle {
    min-width: 700px;
}

.report-page.theme-box .responsive-table {
    overflow-x: scroll;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {

    .booking-calender .calendar-grid {
        grid-template-columns: repeat(5, 1fr);
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .booking-calender .calendar-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .dashboard_page-box #sidebar {
        width: 24.666667%;
    }

    section.side_bar {
        height: 100%;
        width: 22.5%;
        padding: 0px 0px 70px;
    }

    .main-wrap {
        height: 100vh;
        padding: 10px 10px;
    }

    .user-profile-box {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .booking-calender .calendar-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 1px;
    }

    .theme-box {
        padding: 10px;
    }

    .booking-calender .calendar-container h2 {
        font-size: 14px;
    }

    .theme-box.my-appoint-main {
        padding: 30px 40px;
    }







}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    section.side_bar {
        width: 30.5%;
    }

    .chat-page-box .col-lg-4 {
        height: 0px !important;
    }

    .user-profile-box {
        align-items: flex-start;
        flex-direction: column;
    }





}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    section.side_bar {
        min-height: fit-content;
        left: 0;
        overflow: hidden;
        width: 0;
    }

    .chat-page-box .col-lg-4 {
        height: 0px !important;
    }

    section.side_bar {
        transition: 0.3s ease;
        transform: translateX(-150%);
    }

    section.side_bar.show {
        z-index: 9;
        width: 300px;
        padding: 15px;
        max-width: 80%;
        transform: translateX(0);
        box-shadow: 0px 0px 14px 5px #0000001f;
    }

    ul.header-profile-list {
        margin-right: 0px;
        margin-top: 25px;
        justify-content: space-between;
    }

    .user-profile-box {
        justify-content: space-between;
        flex-wrap: wrap;
        border: none;
    }

    .main-wrap {
        padding: 10px 0px;
    }

    .side-bar-logo {
        gap: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dashboard_page-box .row {
        margin: 0px auto;
    }

}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .chat-page-box .col-lg-4 {
        height: 0px !important;
    }


    section.side_bar {
        transform: translateX(-150%);
        transition: 0.3s ease;
    }

    section.side_bar.show {
        z-index: 9;
        width: 300px;
        padding: 15px;
        max-width: 80%;
        transform: translateX(0);
        box-shadow: 0px 0px 14px 5px #0000001f;
    }

    ul.header-profile-list {
        margin-right: 0px;
        margin-top: 25px;
        justify-content: space-between;
    }

    .user-profile-box {
        justify-content: space-between;
        border: none;
        flex-wrap: wrap;
    }

    .main-wrap {
        padding: 10px 0px;
    }

    .side-bar-logo {
        gap: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    ul.order-list li {
        width: 145px;
    }

    .side-bar-logout-box a {
        width: 90%;
    }

    .dashboard_page-box .row {
        margin: 0px auto;
    }

    .search-nav {
        padding: 10px 0px 15px 0px;
    }

    .welcome-box img {
        height: 450px;
    }

    .welcome-content {
        left: 4%;
        width: 92%;
        height: fit-content;
        padding: 30px 10px;
    }

    .welcome-content h2 {
        font-size: 19.31px;
        margin-bottom: 10px;
    }

    .service-box {
        margin-top: 15px;
    }

    .theme-box {
        padding: 10px;
    }

    h2 {
        font-size: 20px;
    }

    .hm-apoint-box {
        margin-top: 10px;
    }

    ul.slidebar_menu a {
        padding: 0 0 0 10px;
    }

    .booking-calender .calendar-grid {
        gap: 2px;
        grid-template-columns: repeat(5, 1fr);
    }

    table.table th {
        padding: 7px;
        font-size: 12px;
    }

    .booking-calender .calendar-container h2 {
        font-size: 12.15px;
    }

    .booking-calender .month-header button {
        width: 30px;
        height: 30px;
    }

    .theme-btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    .my-appoint-head {
        margin-bottom: 5px;
    }

    .my-appoint-head h2 {
        font-size: 20px;
    }

    .responsive-table {
        margin-top: 10px;
    }

    .form-title {
        margin-bottom: 25px;
        font-size: 14.31px;
    }

    .date-item {
        width: fit-content;
        height: 45px;
        font-size: 12px;
        padding: 2px;
    }

    .upcoming-bx h2 {
        font-size: 14.78px;
        margin-top: 20px;
    }

    .setting-main-all .row,
    .setting-main-all .col-lg-4,
    .setting-main-all .col-lg-6,
    .setting-main-all .col-lg-8,
    .setting-main-all .col-lg-12,
    .setting-main-all .prf-input,
    .setting-main-all .prf-button,
    .setting-main-all .pofile-chg-box {
        padding: 0;
    }

    .setting-main-all form button {
        font-size: 13px;
        padding: 10px 20px;
    }

    .setting-main-all {
        padding: 2px;
    }


    .address-search-container input {
        padding-left: 40px !important;
    }

    .setting-main-all form input,
    .setting-main-all form select {
        margin-bottom: 10px;
    }

    .prf-input h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .prf-heading h2 {
        font-size: 17.31px;
    }




}