@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;
    background: #f6f6f8;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

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: 'BlenderPro-Medium';
    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: 'Cutmark';
    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 {
    position: relative;
    z-index: 9;
}

section.side_bar {
    position: relative;
    z-index: 1;
    background: #a459fe;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2vh;
    margin: 10px 0 10px 10px;
    border-radius: 20px;
}

.side-bar-logo {
    text-align: center;
    /* border-bottom: 1px solid #fff; */
    background: #8d54d1;
    padding: 40px;
    border-radius: 20px;
}

.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: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 25px 0 25px 20px;
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    position: relative;
    z-index: 1;
    border-radius: 60px;
}

ul.slidebar_menu li:last-child a {
    border: 0;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    /* background-color: #fff; */
    color: #140342;
}

ul.slidebar_menu a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 108px;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/bg-shap.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: .2s all;
}

ul.slidebar_menu a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 14vh;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/bg-shap1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: .2s all;
}

ul.slidebar_menu a:hover::after,
ul.slidebar_menu a.active::after {
    width: 50px;
}

ul.slidebar_menu a:hover::before,
ul.slidebar_menu a.active::before {
    width: 100%;
}

img.lougout-img {
    width: 20px;
    filter: invert(1);
}

ul.slidebar_menu a img {
    /* transition: .2s all; */
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(71%) sepia(44%) saturate(5551%) hue-rotate(221deg) brightness(101%) contrast(99%);
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(32%) saturate(1380%) hue-rotate(121deg) brightness(95%) contrast(101%);
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: #f4f4f4;
    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; */
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}

img.search-voice {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}

ul.header-profile-list i {
    font-size: 18px;
    color: #00d3aa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #dee6ea;
    border-radius: 50%;
}

.slidebar_menu {
    margin-left: 32px;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {}

li.list-item a {
    border-bottom: 0;
}

.slidebar_menu i.fa-solid.fa-angle-down.rotate {
    transform: rotate(180deg);
}

.slidebar_menu i {
    transition: .3s all;
}


/* Sidebar SEction End */


/*  Header Nav Bar Start */

.search-nav {
    background: #f4f4f4;
    position: relative;
    z-index: 9;
    padding: 15px 30px 15px 30px;
    margin-bottom: 0;
    /* border-left: 1px solid #e9e9eb; */
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 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: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 70px;
    height: 60px;
    padding-left: 50px;
    font-family: 'Montserrat';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox i {
    font-size: 18px;
    color: #00d3aa;
    position: relative;
    z-index: 1;
    /* border: 1px solid #e7e7e7; */
    /* width: 40px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.notift-icon span,
a.mailbox span {
    width: 10px;
    height: 10px;
    background: #00d3aa;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 9px;
    border-radius: 10px;
    z-index: 1;
    border: 2px solid #fff;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 10px;
    align-items: center;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.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: #a459fe;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

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: #8d54d1;
}

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;
    width: 230px;
    background: #a459fe;
    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: #8d54d1;
}

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: #8d54d1;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #ffffff;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #140342;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 70px;
    width: 200px;
    background: #a459fe;
    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: #8d54d1;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    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%;
}


/* Profile Box */

ul.slidebar_menu a i {
    position: absolute;
    right: 15px;
}

ul.sub-menu {
    padding-left: 40px;
    padding-bottom: 10px;
    padding: 10px 0px 10px 40px;
}

ul.sub-menu li a {
    padding: 0;
    border: 0;
}

.logout-button {
    margin-top: 120px;
    margin-bottom: 20px;
    text-align: center;
}

.logout-button a {
    background: #00d3aa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 0 30px 0 20px;
}


/* Page Content */

.dashboar_page-content {
    border-radius: 20px;
    margin: 10px 30px;
}


/*Notification Start*/

.notification-txt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d5d5d5;
    padding: 20px;
    margin: 0 0 10px;
    border-radius: 5px;
}

.notification-txt ul li h6 {
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 0;
    color: #666666;
}

.notification-txt ul li h6 span {
    color: #256c42;
}

.notification-txt ul li h6 i {
    font-size: 16px;
    color: #256c42;
    margin-right: 10px;
}

.notification-txt ul li h5 {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #256c42;
    margin: 0;
}

.notification-txt ul li i:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0fff6;
    color: #256c42;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8b8b8b;
}


/*Notification Start*/


/* Home Page Start */

.welcome-box {
    background-image: url(../images/welcome-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 30px;
    border-radius: 15px;
}

.welcome-text h2 {
    font-size: 28.31px;
    color: #ffffff;
    margin-bottom: 10px;
}

.welcome-text p {
    font-size: 12px;
    color: #fff;
    width: 50%;
    line-height: 20px;
    font-weight: 600;
}

.btn-1 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background: #00d3aa;
    padding: 14px 16px;
    display: inline-flex;
    border-radius: 55px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.btn-1:hover {
    background: #8d54d1;
    color: #fff;
}

.home-page {
    padding-bottom: 0;
}

.theme-bg {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 50px;
}

.timeline {
    position: relative;
    padding-left: 25px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ccc;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #43bd8e;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #00d3aa;
}

.timeline-item label {
    display: block;
    cursor: pointer;
}

.timeline-item input[type="radio"] {
    display: none;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card {
    background-color: #a459fe;
    color: white;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card * {
    color: #fff !important;
    /* font-size: 11px; */
    /* line-height: 20px; */
}

.timeline-item input[type="radio"]:checked+.timeline-item-card i {
    color: #ffffff !important;
}

.timeline-item-card {
    padding: 15px 15px;
    border-radius: 7px;
    background: #f6f6f6;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card p {
    color: #fff;
}

html .timeline-item-card small i {
    background: #8d54d1;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    opacity: 0;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
}

.result-status-box {
    padding-top: 50px;
}

h6.mb-0.text-muted {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.timeline h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.timeline-item span {
    font-size: 12px;
}

.timeline-item-card p {
    font-size: 11px;
    line-height: 18px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card i.fa-solid.fa-check {
    opacity: 1;
}

.result-status-box h2 {
    padding: 10px 0 30px 0px;
}

.adipisicing-box {
    margin-top: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 0;
}

.theme-head {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.adipsing-head {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.adp-bx {
    padding: 16px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0;
}

.adp-bx>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 83%;
}

.adips-icon {
    width: 15% !important;
}

.adips-image {}

.adips-image img {
    width: 180px;
    height: 80px;
    object-fit: contain;
    border-radius: 15px;
}

.adips-text h4 {
    font-size: 16px;
    color: #101010;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.adips-text p {
    font-size: 12px;
    color: #aaabae;
    line-height: 20px;
    margin: 0;
    width: 82%;
}

.adips-icon span {
    width: 50px;
    height: 80px;
    background: #00d3aa;
    display: grid;
    place-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 90px;
    margin-left: auto;
    font-family: 'BlenderPro-Medium';
}


/* Online Consultation */

.online-consultation {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 810px;
    overflow-y: scroll;
}

.onln-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.onln-text h3 {
    font-size: 16px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: .3px;
}

.onln-text h6 {
    font-size: 11px;
    color: #858484;
    text-transform: uppercase;
    margin: 0;
}

.buton-time {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
}

.buton-time a {
    padding: 5px 20px 5px 20px;
}

.buton-time span {
    font-size: 11px;
    color: #777777;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.timeline-item-card h6 {
    justify-content: space-between !important;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: .5px;
}

.timeline-item-card span {
    font-size: 16px;
}

.onln-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.onln-image img {
    width: 70px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.online-consultation::-webkit-scrollbar {
    display: none;
}


/* Online Consultation */


/* Home Page End */


/* Online Consultation Page */

.video-call-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.main-call-box {
    position: relative;
    z-index: 1;
    width: 101%;
}

.main-call-box img.call-1 {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

ul.call-tools {
    position: absolute;
    bottom: 4%;
    margin: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto 0;
}

ul.call-tools li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

ul.call-tools li button {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 75px;
    height: 47px;
    border: 0;
}

ul.call-tools li button:last-child {
    background: #df6a64;
}

.voice-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: rgb(141 84 209 / 72%);
    height: 62px;
    padding: 10px;
    border-radius: 100px;
}

.voice-user h6 {
    font-size: 13px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

ul.call-tools li:last-child {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.call-users {
    background: #fff;
    padding: 0 15px;
    border-radius: 15px;
    width: 21%;
}

.user-1 {
    position: relative;
    z-index: 1;
    margin: 15px 0;
}

.user-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.user-1 h4 {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #000000a3;
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
}


/* Chat Box */

.chat-messages {
    flex: 1;
    padding: 0 0px 15px;
    overflow-y: auto;
}

.message {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.message.sent {
    justify-content: flex-end;
}

.message img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-position: top;
    object-fit: cover;
}

.message.received .text {
    background: transparent;
    color: #8ea1b4;
}

.message .text {
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 60%;
    position: relative;
    line-height: 19px;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}

.message.sent .text {
    background-color: rgb(141, 84, 209);
    color: white;
}

#MessageForm {
    /* padding: 10px; */
    /* display: flex
; */
    width: 100%;
    position: relative;
}

.chat-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    max-width: 90%;
    background: #fff;
    margin: 0 auto 0px 0px;
    position: relative;
    z-index: 1;
}

.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-icons button {
    border: 0;
    background: transparent;
    border-right: 1px solid #dddddd;
    padding: 0 10px 0 0;
}

.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: absolute;
    right: -11%;
    bottom: 0;
    top: 0;
    margin: auto;
}

.chat-input-wrapper .mic-btn .fa-microphone {
    color: #00d3aa;
    font-size: 18px;
}

.chat-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
}


/* Chat Box */


/* Notify Box */

.consul-notif-box {
    padding: 20px 15px 2px;
    border-radius: 20px;
    background: #fff;
}

.cons-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.notify-list .d-flex {
    align-items: center;
    gap: 15px;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

.notif-text h6 {
    font-size: 13px;
    color: #040404;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.notif-text p {
    font-size: 12px;
    color: #565656;
    margin: 0;
}

img.notf {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

img.notf-1 {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 5px;
}

.consult-box {
    margin-top: 30px;
    height: 430px;
}


/* Notify Box */


/* Online Consultation Page */


/* Consultation Page */

.consultaion-page .adips-image img {
    height: 100px;
}

.consultaion-page .theme-head {
    font-size: 28px;
}


/* Consultation Page */


/* Payment Page */

.payment_card {
    background: #8d54d1;
    padding: 25px;
    border-radius: 20px;
}

.payment_card h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.payment_card p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 10px;
}

input.amount {
    width: 100%;
    background: #f5f6fa;
    height: 55px;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 20px;
}

.infor-head h3 {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.payment_card label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.credit_paypal a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 20px;
}

.credit_paypal a img {
    filter: invert(1);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.credit_paypal {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.payment_card form input,
.payment_card form select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 40px;
    background: transparent;
    padding: 0 8px;
    color: #fff;
    font-size: 13px;
    -webkit-appearance: auto;
}

.payment_card form input::placeholder {
    color: #fff;
}

a.fade-item.fade-item-3.tf-btn.btn-light-icon.animate-hover-btn.btn-xl.radius-3 {
    background: #00d3aa;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 20px 40px;
    text-align: center;
    display: inline-flex;
    margin-top: 20px;
}

.month_year {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.card-name {
    padding: 2px 0 20px 0;
}

.payment-bg {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
}

.payment_card form select {
    background: #8d54d1;
}

.save-payment-box {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px 50px;
}

.save-payment-box {}

.saved-pay-head h2 {
    font-size: 28px;
}

ul.saved-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    margin: 10px 0;
    transition: .5s all;
    border: 1px solid transparent;
    border-radius: 10px;
}

ul.saved-list li .method-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.saved-list li:hover,
ul.saved-list li.active {
    background: #fff;
    border-color: #c9c9c9;
    box-shadow: 2px 11px 20px 0 #7c9f9847;
}

ul.saved-list li span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: #878787;
}

ul.saved-list li h6 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

ul.saved-list li .method-content img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

ul.saved-list .btn-1 {
    color: #00d3aa;
    background: #ddfaf4;
}

.history-box {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px 20px;
    margin-top: 30px;
}

.history-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.history-box .table thead {
    background: #f2f2f2;
    border: 0 !important;
}

.history-box .table thead th {
    border: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #3f3f3f;
}

.history-box .table tbody td {
    font-size: 11px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 600;
    line-height: 16px;
    vertical-align: middle;
    border: 0;
    padding: 12.5px 3px;
}

.history-box .table tbody tr {
    transition: .5s all;
    border: 1px solid transparent !important;
    border-radius: 15px;
}

.history-box .table tbody tr:hover {
    box-shadow: 0px 0px 20px 0 #7c9f9847;
    background: #fff;
    border-color: #c9c9c9;
}


/* Payment Page */


/* Notification Page */

.notify-page.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;
}

.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: #00d3aa;
    background: transparent;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    border: 1px solid #07d4ab;
    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;
}

h2.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    font-size: 28px;
}


/* Notification Page */


/* Help Center Page Starts */

.hcen-box {
    padding: 180px 60px;
    background: #fff;
    border-radius: 30px;
}

.hcen-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hcen-heading h2 {
    padding: 0;
}

.hcen-heading-issue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto 50px auto;
}

.hcen-heading h2 {
    font-size: 26px;
    line-height: 30px;
    list-style: upper-alpha;
    margin-bottom: 0;
}

.hcen-issue {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 50px;
}

.hcen-issue-input {
    width: 70%;
    height: 100%;
}

.hcen-issue-input input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #0000002e;
    border-radius: 50px;
    color: #000;
}

.hcen-card {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    border: 1px solid #00000026;
    border-radius: 30px;
}

.hcen-txt h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    color: #000;
}

.hcen-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0px;
}

.hcen-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #00d3aa;
    border-bottom: 1px solid #ddfaf4;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.hcen-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100px;
    background-color: #ddfaf4;
    border: 1px solid #008080;
    border-radius: 10px;
}

.hcen-issue-btn button {
    border: 0;
    background: transparent;
    margin-left: -55px;
}

.hcen-heading p {
    margin: 0;
}

.hcen-txt p {
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    margin: 0;
}


/* Help Center Page End */


/* Profile Page Start */

.setting-main-all {
    padding: 40px;
}

.prf-heading h2 {
    font-size: 25px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 700;
}

.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;
    background: #eeeeee;
    border-radius: 45px;
    color: #000;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
}

.setting-main-all form label {
    font-size: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-color: rgb(4 4 4 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    -webkit-appearance: auto;
    font-weight: 500;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
}

.setting-main-all .nav-link.active {
    color: #fff;
    position: relative;
    background: #00d3aa;
    border-radius: 34px;
}

.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: #00d3aa;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    border: 0;
}

.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;
    margin-bottom: 60px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: rgb(54, 54, 54);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    color: #434343;
    height: 43px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 50px;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
}

.pofile-chg-box {
    padding: 0 20px;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #cacaca;
}

.bar {}

.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;
}

.followers-btn a {
    background: #ff00c0;
    border: unset;
    color: #fff;
    padding: 12px 25px;
    border-width: 1px;
    border-color: rgb(54, 54, 54);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 0, 192);
}

.Setting-main-box {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
}

.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;
}

.prf-heading {
    width: 50%;
    margin-top: -86px;
}

.setting-main-all .save-payment-box {
    padding: 20px;
}

.setting-main-all .adipisicing-box {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

button.disconnect {
    text-transform: uppercase;
    border: unset !important;
    background: #00d3aa;
    border-radius: 45px;
    color: #fff;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    padding: 15px 50px;
}

button.connect {
    text-transform: uppercase;
    border: unset !important;
    background: #eeeeee;
    border-radius: 45px;
    color: #000;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    padding: 15px 50px;
}

.setting-main-all .adips-text {
    width: 300px;
}

.setting-main-all .adips-image img {
    width: 80px;
}


/* Profile Page End */


/* Appointment Page Start */

div#datepicker table th,
div#datepicker table td {
    text-align: center;
}

table.ui-datepicker-calendar thead tr th {
    font-weight: 700 !important;
}

.ui-datepicker-title span {
    font-size: 20px;
    color: #000;
}

div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #000;
    font-weight: 600;
    /* background: #400056ad; */
    font-size: 18px;
    border: 1px solid;
}

div#datepicker table a.ui-state-default.ui-state-active {
    background: #a459fe;
    color: #fff;
}

section.booking-sec {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}

.btn-1 {
    height: 50px;
    padding: 0 30px;
    background: #8d54d1;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    font-size: 15px;
    line-height: 0;
}

.btn-1:hover {
    color: #fff;
    background: #601f77;
}

div#datepicker table th {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border: 1px solid;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin: 30px 0 30px;
}

.ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}

.ui-datepicker-header>a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #a459fe;
    background: #fff;
    border: 1px solid #a459fe;
}

div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    font-weight: 200;
    color: #0000009e;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
}

div#datepicker table a.ui-state-default:hover {
    background: #ad6afe;
    color: #fff;
}

.containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
}

section.calendly-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 40px 0;
}

.calender-wrapper {
    height: 100%;
    border: transparent;
    background: transparent;
    /* border-radius: 10px; */
}

.company-info {
    padding: 20px;
}

.company-info h3 {
    margin: 10px 0 20px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a9c;
    margin: 0 0 20px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47%;
    border: 1px solid #8d54d1;
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    margin-right: 8px;
}

.time-slot.active>span {
    background: #a459fe;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    color: #fff;
}

.time-slot>div {
    width: 0;
    overflow: hidden;
}

.wrapper-time {
    border: 1px solid #393939;
    border-radius: 0;
    padding: 10px 20px;
    background: transparent;
}

.slot-wrapper {
    text-align: center;
}

a {
    text-decoration: none;
}

div#datepicker table td {
    height: 80px;
    border: 1px solid;
}

.book-form input,
.book-form textarea {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    background: #ffffff;
}

.book-form textarea {
    height: 150px;
}

.quote-frm {
    padding-top: 40px;
}

.quote-frm h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.more-detai {
    margin: 0 0 20px;
}

.doct-portfolio {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}

.doc-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.doc-details ul li i {
    font-size: 15px;
    color: #000;
}

.doc-details ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    justify-content: start;
}

.doc-img img {
    border-radius: 5px;
    object-fit: cover;
    height: 170px;
    width: 170px;
    margin: 0 0 0 auto;
    display: block;
    box-shadow: 0 0 8px #ccc;
    /* border-radius: 50%; */
}

.doc-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #400056;
    border-radius: 8px;
    background: transparent;
    margin: 0 0 24px;
}

.doc-wrap .doc-details {
    width: 60%;
}

.doc-wrap .doc-img {
    width: 40%;
}

.doc-details p {
    width: 96%;
    font-size: 15px;
    color: #000;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border: 1px solid;
}

.wrapper-time .btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 0;
}

.wrapper-time .btn-1:hover {
    background: #000;
}

.book-page .prf-heading {
    margin: 0;
}

.book-page {
    background: #fff;
    padding: 60px 30px;
    border-radius: 20px;
}

.book-page .prf-top-head {
    padding-bottom: 15px;
}

.book-page input,
.book-page textarea {
    width: 100%;
    height: 50px;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 5px 0 30px;
}

.book-page input::placeholder,
.book-page textarea::placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.book-page label {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.book-page textarea {
    height: 150px;
    padding: 15px;
}

.book-page .booking-checkbox {
    display: flex;
}

.book-page .booking-checkbox input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.book-page .profile-buton {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Appointment Page End */


/* Confirmation Page */

.confirmation-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.confirmation-header {
    text-align: center;
    margin-bottom: 2rem;
}

.confirmation-icon {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 1rem;
}

.confirmation-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.confirmation-subtitle {
    color: #6c757d;
    margin-bottom: 2rem;
}

.details-section {
    margin-bottom: 2rem;
}

.details-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: var(--primary-color);
}

.detail-item {
    display: flex;
    margin-bottom: 0.8rem;
}

.detail-label {
    font-weight: 600;
    width: 120px;
    color: #495057;
}

.detail-value {
    flex: 1;
}

.additional-info {
    background-color: var(--light-gray);
    padding: 1rem;
    border-radius: 6px;
    margin-top: 2rem;
}

.additional-info-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

 :root {
    --primary-color: #4a6fa5;
    --success-color: #28a745;
    --text-color: #333;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
}


/* Confirmation Page */


/* Reshedule Page */

 :root {
    --primary-color: #4a6fa5;
    --danger-color: #dc3545;
    --text-color: #333;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
}

.main-content {}

.reshedle-apointment .manage-appointment-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin: 0 auto;
}

.reshedle-apointment .current-appointment {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed var(--border-color);
}

.reshedle-apointment .section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}

.reshedle-apointment .detail-item {
    display: flex;
    margin-bottom: 0.8rem;
}

.reshedle-apointment .detail-label {
    font-weight: 600;
    width: 120px;
    color: #495057;
}

.reshedle-apointment .detail-value {
    flex: 1;
}

.reshedle-apointment .action-section {
    margin-top: 2rem;
}

.reshedle-apointment .action-tabs {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 1.5rem;
}

.reshedle-apointment .tab {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-weight: 500;
}

.reshedle-apointment .tab.active {
    border-bottom-color: #a459fe;
    color: #a459fe;
}

.reshedle-apointment .tab.danger {}

.reshedle-apointment .tab-content {
    display: none;
}

.reshedle-apointment .tab-content.active {
    display: block;
}

.reshedle-apointment .calendar-container {
    margin-top: 1rem;
}

.reshedle-apointment .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.reshedle-apointment .calendar-month {
    font-weight: 600;
    font-size: 1.1rem;
}

.reshedle-apointment .calendar-nav {
    display: flex;
    gap: 0.5rem;
}

.reshedle-apointment .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.reshedle-apointment .calendar-day-header {
    text-align: center;
    font-weight: 600;
    padding: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.reshedle-apointment .calendar-day {
    text-align: center;
    padding: 0.75rem;
    border-radius: 4px;
    cursor: pointer;
}

.reshedle-apointment .calendar-day:hover {
    background-color: var(--light-gray);
}

.reshedle-apointment .calendar-day.available {
    background-color: #e8f4ff;
    color: var(--primary-color);
    font-weight: 600;
}

.reshedle-apointment .calendar-day.selected {
    background-color: var(--primary-color);
    color: white;
}

.reshedle-apointment .calendar-day.unavailable {
    color: #adb5bd;
    cursor: not-allowed;
}

.reshedle-apointment .time-slots {}

.reshedle-apointment .time-slot {
    padding: 0.75rem;
    text-align: center;
    border: 1px solid #a459fe;
    border-radius: 4px;
    cursor: pointer;
    width: 46%;
    margin: 0 0 30px 10px;
}

.reshedle-apointment .time-slot:hover {
    background-color: var(--light-gray);
}

.reshedle-apointment .time-slot.selected {
    background-color: #a459fe;
    color: white;
    border-color: #a459fe;
}

.reshedle-apointment .cancel-reason {
    margin-top: 1.5rem;
}

.reshedle-apointment textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    resize: vertical;
    min-height: 100px;
    margin-bottom: 1rem;
}

.reshedle-apointment .action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.reshedle-apointment .btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.reshedle-apointment .btn-primary {
    background-color: #00d3aa;
    color: white;
}

.reshedle-apointment .btn-danger {
    background-color: #00d3aa;
    color: white;
}

.reshedle-apointment .btn-outline {
    background-color: transparent;
    border: 1px solid #a459fe;
    color: #a459fe;
}

.reshedle-apointment .btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}


/* Reshedule Page */

.onln-text {
    width: 74%;
}

.onln-image {
    width: 20%;
}

.parent_dropdown {
    position: relative;
}

.sub_child {
    display: none;
    list-style: none;
    padding: 0 0 20px 60px;
    margin: 0;
}

.parent_dropdown.active .sub_child {
    display: block;
}
.sub_child a {
    padding: 0 !important;
}

ul.sub_child a:before, ul.sub_child a:after {
    display: none;
}

li.parent_dropdown.active i {
    transform: rotate(180deg);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}


/* Session Page */
.packages-section {
    font-family: 'Rajdhani', sans-serif;
    margin-top: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 0;
}

.packages-section .section-title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.packages-section .section-subtitle {
}

.packages-section .package-box {
    /* background: linear-gradient(135deg, #8d54d1, #a459fe); */
    padding: 30px 20px 100px;
    border-radius: 12px;
    /* color: #fff; */
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #a459fe;
}

.packages-section .package-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    /* color: #fff; */
    font-weight: 700;
}

.packages-section .package-box .price {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    font-size: 19px;
    /* color: #fff; */
}

.packages-section .package-box ul {
    padding-left: 18px;
    margin: 40px 0 0;
}

.packages-section .package-box ul li {
    margin-bottom: 8px;
    font-size: 16px;
    list-style: disc;
    font-family: 'BlenderPro-Medium';
}

.packages-section .package-box .note {
}

.packages-section .package-box.featured {
    /* background: linear-gradient(135deg, #a459fe, #8d54d1); */
}
.packages-section .package-box:hover {
    box-shadow: 0 0 8px 0 #a459fe7d;
}
.packages-header {
    height: 60px;
}
.packages-body {text-align: center;position: absolute;left: 0;right: 0;bottom: 5%;margin: auto;}

.packages-body a {
    background: #00d3aa;
    color: #000;
}
/* Session Page */

  /* BEGIN: HEADER SEC CSS */
.calendly-wrapper_page .ui-datepicker-header {
    margin: 10px 0;
}

.calendly-wrapper_page .ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}



.calendly-wrapper_page .containers {
    max-width: 100%;
}

.calendly-wrapper_page section.calendly-wrapper {
    height: auto;
    padding: 20px 0;
    justify-content: flex-start;
}

.calendly-wrapper_page .calender-wrapper {
    padding: 20px;
    border-left: 1px solid #ddd;
    height: 100%;
    border-right: 1px solid #ddd;
}


.calendly-wrapper_page .logo-sec {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.calendly-wrapper_page img {
    max-width: 50%;
    background: #a459fe;
}

.calendly-wrapper_page .badges i {
    font-size: 20px;
}

.calendly-wrapper_page .ui-datepicker-header>a:not(.ui-state-disabled) {
    cursor: pointer;
}

.calendly-wrapper_page .time-active .containers,
.calendly-wrapper_page .form-active .containers {
    max-width: 1100px;
}

.calendly-wrapper_page .wrapper-time {
    padding: 30px;
    height: 100%;
    max-height: 570px;
    overflow-y: scroll;
    padding-top: 0;
    margin: 7px;
    border: 0;
}

.calendly-wrapper_page p.bgText {
    font-size: 20px;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 25px 0;
}

.calendly-wrapper_page .time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    border: 2px solid #a459fe;
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: #a459fe;
    cursor: pointer;
}


.calendly-wrapper_page .wrapper-time::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.calendly-wrapper_page .wrapper-time::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
}

.calendly-wrapper_page .wrapper-time::-webkit-scrollbar-thumb {
    background-color: rgb(109, 109, 109);
    border-radius: 99px;
}

.calendly-wrapper_page .time-slot.active>span {
    background: #6d6d6d;
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    border-radius: 6px;
}

.calendly-wrapper_page .time-slot:hover {
    border-color: #a459fe;
}

section.calendly-wrapper:not(.time-active) .col.tim-col {
    width: 0;
    flex: 0;
}

section.calendly-wrapper:not(.time-active) .col.tim-col>div {
    padding: 0;
}

.calendly-wrapper_page .time-active .tim-col,
.calendly-wrapper_page .time-active .tim-col>div {
    transition: 0.3s all;
}

.calendly-wrapper_page .time-slot.active {
    border-color: transparent;
    gap: 6px;
}

.calendly-wrapper_page .time-slot>div {
    width: 0;
    overflow: hidden;
}

.calendly-wrapper_page .time-slot.active>div {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #a459fe;
    height: 50px;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s all;
    white-space: nowrap;
}

.calendly-wrapper_page section.calendly-wrapper.form-active .col:nth-child(2) {
    display: none;
}

.calendly-wrapper_page section.calendly-wrapper:not(.form-active) .col:nth-child(4) {
    display: none;
}

.calendly-wrapper_page section.calendly-wrapper.form-active .col:nth-child(4) {
    flex: auto;
    width: 30%;
}

.calendly-wrapper_page .form-sec {
    padding: 20px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.calendly-wrapper_page .form-sec input {
    max-width: 100%;
    min-width: 400px;
    height: 45px;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
}

.calendly-wrapper_page .form-sec label {
    display: block;
    font-weight: 600;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 6px;
}

.calendly-wrapper_page .form-sec textarea {
    max-width: 100%;
    min-width: 400px;
    height: 80px;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
}

.calendly-wrapper_page  button {
    height: 50px;
    border-radius: 99px;
    padding: 0 30px;
    background: #00d3aa;
    color: #fff;
    border: 0;
    font-weight: 600;
}

.calendly-wrapper_page .form-sec p {
    max-width: 440px;
}

.calendly-wrapper_page .form-sec a {
    font-weight: 600;
}

.calendly-wrapper_page {
position: relative;
}

.groupss-box {
    position: relative;
    background: #fff;
    padding: 25px;

    border-radius: 12px;
    margin: 0 0 25px;
    text-align: center;
}

.groupss-box a {
    background: #00d3aa;
    color: #fff;
    width: 90%;
    display: inline-flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    font-size: 18px;
    border-radius: 50px;
}

.groupss-box h2 {
    font-size: 30px;
}


/*Login Start*/

.log-p {
    padding: 50px 100px;
    position: relative;
}

.log-form {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    padding: 40px 30px 30px 30px;
}

.inner-banner-sec {
    background-image: url(../images/inneer-banner.jpg);
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-text h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 0;
}

.inner-banner-text {
    margin-left: 15px;
}

ul.dropdown-menu2.chg li {
    padding: 15px 70px !important;
}

.log-form.chg1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* background: #dedede; */
    right: -70px;
    top: 60px;
}

.log-form-heading ul li h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 600;
}

.log-form-heading {
    position: relative;
    z-index: 9999;
}

.log-form-input input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form {
    position: relative;
}

.log-form:after {
    content: "";
    position: absolute;
    /* background: #f5f6fa; */
    width: 100%;
    height: 135px;
    top: 0;
    left: 0;
    z-index: 1;
}

.log-form-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.log-form-heading ul li p {
    font-size: 12px;
    color: #aaabac;
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.log-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 22px 30px;
    margin-top: 25px;
    background: unset;
    border-radius: 5px;
}

.btn-submits {
    background: #8d54d1;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
}

.btn-submits:hover {
    color: #fff;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20px;
}

.log-form-footer input {
    width: 20px;
}

.log-form-footer a {
    color: #b7b6b6;
    font-size: 14px;
    font-weight: 600;
}

.log-form p {
    color: #000000;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.log-form p a {
    text-decoration: underline;
    color: #008080;
}

.login-with h2 {
    font-size: 21px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Montserrat';
}

.login-with {
    margin-top: 35px;
}

.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 30px;
}

.login-with ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1976d2;
    border-radius: 5px;
    padding: 20px 25px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.login-with ul li h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}

li.back-colour {
    background: #121212 !important;
}

li.back-colour1 {
    background: #d84938 !important;
}

.login-with ul li i {
    font-size: 25px;
}

.log-form-input button.btn-1:before {
    width: 110px;
}

.log-form-input button.btn-1 {
    background: #8d54d1;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
}

.btn-contact-log {
    text-align: center;
    margin-top: 20px;
}

.news-slide .slick-list.draggable {
    padding-right: 150px;
}

.account-head h3 {
    font-size: 34.35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    right: 12px;
    bottom: 22px;
    cursor: pointer;
}

.logn-check input[type="checkbox"] {
    display: none;
}

.logn-check label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

section.log-p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0000001f;
    margin: 0 auto;
}

.logn-check label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #008080;
    border-radius: 4px;
    background-color: white;
}

.logn-check input[type="checkbox"]:checked+label::before {
    background-color: #008080;
    border-color: #008080;
    content: '✔';
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    top: 0;
    bottom: 0;
    display: grid;
    place-content: center;
}

.login-header {
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding: 10px 0;
    background: #8d54d1;
}

.log-form-heading p {
    padding: 0;
    margin: 0;
}

.log-form-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card h6 {
    color: #fff;
}

html .timeline-item-card small i {
    background: #fff;
    color: #008080 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container p {
    color: #737c88;
}

a.toggle-btn {
    display: none;
    color: #000;
}

a.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.login-with ul li a {
    color: #fff;
}

html {
    overflow-x: hidden;
}
.login-header img {
    width: 7%;
}

/*Login End*/
button.fade-item.fade-item-3.tf-btn.btn-light-icon.animate-hover-btn.btn-xl.radius-3 {
    background: #00d3aa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 0;
    margin: 20px 0 0;
    width: fit-content;
    padding: 0 60px;
    gap: 0;
}