@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


/* IBMPlexSans */

@font-face {
    font-family: 'IBMPlexSans';
    font-weight: 400;
    font-style: normal;
    src: url("../../assets/fonts/ibm-flex-sans/IBMPlexSans-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'IBMPlexSans';
    font-weight: 500;
    font-style: normal;
    src: url("../../assets/fonts/ibm-flex-sans/IBMPlexSans-Medium.woff2") format('woff2');
}

@font-face {
    font-family: 'IBMPlexSans';
    font-weight: 600;
    font-style: normal;
    src: url("../../assets/fonts/ibm-flex-sans/IBMPlexSans-SemiBold.woff2") format('woff2');
}

/* montserrat */


@font-face {
    font-family: 'montserrat';
    font-weight: 400;
    font-style: normal;
    src: url("../../assets/fonts/montserrat/Montserrat-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'montserrat';
    font-weight: 500;
    font-style: normal;
    src: url("../../assets/fonts/montserrat/Montserrat-Medium.woff2") format('woff2');
}




@font-face {
    font-family: 'montserrat';
    font-weight: 600;
    font-style: normal;
    src: url("../../assets/fonts/montserrat/Montserrat-SemiBold.woff2") format('woff2');
}



@font-face {
    font-family: 'montserrat';
    font-weight: 700;
    font-style: normal;
    src: url("../../assets/fonts/montserrat/Montserrat-Bold.woff2") format('woff2');
}


* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'montserrat';
    font-weight: 400;
    color: #000000;


}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}


img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1 {
    font-family: 'montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
}

h2 {
    font-family: 'montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
}

h3 {
    font-family: 'montserrat';
    font-weight: 600;
    font-size: 24px;
}

h4 {

    font-family: 'montserrat';

    font-size: 20px;
    font-weight: 600;
}

p {
    font-family: 'montserrat';
    font-weight: 500;
}


.mt-6 {
    margin-top: 60px;
}

.mt-4 {
    margin-top: 40px;
    display: block;
}

.mb-6 {
    margin-bottom: 60px;
}

.blue {
    color: #0270FF;
    font-weight: 600;
}

.header-sec .navbar-menu ul {
    display: flex;
    gap: 35px;
}

input {
    outline: none;
}


.header-sec .navbar-menu {
    display: flex;
    gap: 60px;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.header-sec .dropdown-toggle::after {
    display: none;

}

.header-sec .dropdown-menu.show {
    display: block !important;
    padding: 10px;
    margin-top: 12px !important;
}

.noti-dropdown .dropdown-menu.show li a,
.user-profile .dropdown-menu.show li a {
    font-size: 16px;
    font-weight: 500;
}

.header-sec .user-profile ul {
    display: none;
}

.header-sec .noti-dropdown ul {
    display: none;
}

#user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-sec .row {
    align-items: center;
}

.banner-img {
    text-align: end;
}


.header-sec .header-btn {
    display: flex;
    gap: 20px;
}

.header-sec {
    padding: 45px 0;
    background-color: #e7f1f9;
}

.banner-sec {
    background: linear-gradient(180deg, rgba(16, 116, 188, 0.1) 78.46%, rgba(41, 49, 119, 0.16) 93.16%);
    padding: 80px 0;
}

.header-sec .navbar-menu ul li a {
    font-family: IBMPlexSans;
    font-weight: 400;
    font-size: 18px;
    color: #0D2B46;
    white-space: nowrap;
}

.navbar-btn {
    display: none;
}

.header-sec .navbar-menu ul li a.active {
    font-weight: 500;
    color: #293177;
}

.header-btn .primary-btn {
    font-family: IBMPlexSans;
}

.primary-btn {
    border: 1px solid #0360D9;
    padding: 12px 27px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    background-color: #0360D9 !important;
    font-family: montserrat !important;
}

.primary-btn.sing-up {
    background-color: unset !important;
    color: #0360D9;
}

.banner-content span {
    font-size: 16px;
    font-family: 'montserrat';
    font-weight: 600;
    margin: 50px 0;
    display: block;
}


.content-title {
    display: block;
    font-size: 24px;
    font-family: 'montserrat';
    font-weight: 500;
    margin: 40px 0 24px 0;
}

.health-difference p {
    padding-bottom: 35px;
}

.blog-card span {
    display: block;
    color: #2E2E2E;
    font-size: 14px;
    padding: 0 0 10px 0;
}

.author-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-card h5 {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

.blog-card img {
    border-radius: 10px;
    border-bottom: 0.5px solid #000;
    width: 100%;
}

.author-name {
    color: #2E2E2E;
    font-weight: 600;
}

.author-text img {
    width: 20px !important;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-card {
    border: 1px solid #000000;
    border-radius: 10px;
    height: 100%;
}

.blog-content {
    padding: 10px 20px 15px 20px;
}

.author-text p {
    color: #2E2E2E !important;
    font-weight: 600 !important;
}

.blog-banner-content .post-date {
    font-size: 14px;
}

.blog-content p {
    color: rgb(4 4 4 / 58%);
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
}

.blue-color-border {
    border-bottom: 1px solid rgb(3 96 217 / 33%);
    margin-bottom: 40px;
    display: block;
    padding-bottom: 40px;
}


.blog-sec h2 {
    font-size: 40px;
    font-weight: 700;
    color: #293177;
}

.our-service-sec span {
    margin: 10px 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.our-service-sec .primary-btn {
    margin-top: 30px;
}

.get-in-touch-sec {
    margin: 80px 0;
}

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 120px;
    padding: 25px 0 50px 0;
}

.blog-sec .owl-nav.disabled,
.blog-sec .owl-nav {
    display: flex;
    position: absolute;
    top: -92px;
    right: 0;
    gap: 15px;
}

.form-sec input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 0 12px 20px;
    outline: none;
    border: 1px solid #E0E0E0;
}

.form-sec textarea {
    width: 100%;
    padding: 13px 0 13px 20px;
    resize: none;
    outline: none;
    border: 1px solid #E0E0E0;
    margin-bottom: 15px;

}

.form-sec label {
    font-size: 12px;
    color: #828282;
    cursor: text;
}

.centered {
    float: none;
    margin: 100px auto;
}

.form-sec .form-group {
    position: relative;

    .palceholder {
        position: absolute;
        top: 15px;
        left: 20px;
        color: #B1B1B1;
        display: none;

    }

    .star {
        color: red
    }
}

.submit-btn {
    width: 100%;
    background-color: #0360D9;
    color: #fff;
    font-weight: 700;
    padding: 12px 0;
    border: none;
}


.newslatter-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffff;
    max-width: 320px;
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 20px;
}

.newslatter {
    background-color: #0360D9;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.newslatter span {
    font-size: 20px;
    color: #ffff;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.newslatter-input input::placeholder {
    padding-left: 10px;
}

.newslatter-input i {
    background-color: #1074BC;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.newslatter-input input::placeholder {
    padding: 0;
}

.contact-details ul li {
    display: flex;
    align-items: start;
    gap: 12px;
}

.contact-details ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.get-in-touch-sec h3 span {
    color: #0360D9;
}

.get-in-touch-sec h3 {
    margin-bottom: 20px;
}

.get-in-touch-sec p {
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-details ul li span {
    display: flex;
    flex-direction: column;
}

.newslatter-input input {
    border: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
}

.newslatter-input p {
    margin: 0;
}

.footer-sec h3 {
    font-weight: 600;
    color: #fff;
}

.footer-sec .row {
    padding: 100px 0 50px 0;
}

.footer-sec {
    background-color: #0360D9;
    color: #ffff;
}

.footer-text p:last-child {
    margin-bottom: 0;
}


.footer-text p {
    font-weight: 400;
    margin-bottom: 15px;
}


.footer-text img {
    margin-bottom: 20px;
}

.footer-sec h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.follow-us ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.copy-right p {
    padding: 25px 0;
    border-top: 1px solid #fff;
}

.follow-us ul li i {
    color: #fff;
}

.subscribe-btn {
    display: block;
    margin-top: 15px;
    background-color: #95FC0E;
    border: none;
    padding: 11px 70px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    outline: none;
}

.copy-right p a {
    color: #fff;
}

.follow-us {
    max-width: 200px;
}

.footer-btn input::placeholder {
    font-size: 12px;
    text-align: center;
    color: rgb(0 0 0 / 56%);
}

.footer-btn input {
    width: 220px;
    display: block;
    padding: 8px 8px 8px 30px;
    border-radius: 10px;
    border: unset;
}

.follow-us h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.footer-text {
    max-width: 430px;
}

.form-check-input:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.banner-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.blog-sec.blog-page span {
    padding: 15px 0 30px 0;
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.blog-content span.post-date {
    padding: 0px 0 5px 0;
    color: #2E2E2E;
    font-size: 12px;
}

.banner-sec .banner-text span {
    font-size: 24px;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
    display: block;
}


.breadcrumb-sec .breadcrumb li {
    font-size: 15px;
    color: #021526;
    font-weight: 500;
}

.breadcrumb-sec .breadcrumb li a {

    color: #021526;

}

.breadcrumb-sec .breadcrumb-item.active {
    color: #293177;
}


.breadcrumb-sec .breadcrumb {
    margin: 40px 0 20px 0;
}


.breadcrumb-sec .content-title b {
    font-weight: 600;
    color: #0360d9;
}


.experiences-content h3 {
    margin-top: -50px;
    margin-bottom: 30px;
    color: #293177;
}

.experiences-img img {
    border-radius: 0 90px 90px 0;
}

.qualifications-sec h3 {
    color: #293177;
    margin-bottom: 20px;
}

.qualifications-content ul li::before,
.experiences-content ul li::before,
.image-text ul li::before,
.para-sec ul li::before,
.blood-pressure-sec ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    background-color: #8BC63E;
    color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 20px;
    max-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 15px;
    padding-top: 1px;
    margin-top: 3px;
}

.family-content ul li,
.para-sec ul li {
    display: flex;
    padding-bottom: 15px;
}

.qualifications-content ul li,
.experiences-content ul li {
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: start;
}

.qualifications-sec {
    margin: 80px 0 120px 0;
}

.qualifications-content ul {
    padding-left: 40px;
}

.qualifications-img img {
    border-radius: 90px 0 0 90px;
}

.experiences-content {
    max-width: 540px;
    margin: 0 auto;
}

.our-we-sec {
    margin: 120px 0;
}

.we-work-content span {
    font-size: 20px;
    color: #293177;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.we-work-content li {
    margin-bottom: 80px;
}

.our-client-content ul {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}

.footer-btn input::placeholder {
    padding: 0;
    text-align: start;
}

.our-client-content ul li .review-img {
    margin-left: -20px;
}

.review-card {
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #A8A8A8;
    border-radius: 10px;
    margin-right: 1px;
}

.review-card ul {
    display: flex;
    justify-content: space-between;
}

.review-card ul li {
    display: flex;
}

.review-card ul li span {
    margin-left: 15px;
}

.review-card ul li.star {
    gap: 8px;
}

.review-card ul li.star i {
    color: #F5BF00;
    font-size: 20px;
}

.review-card p {
    padding-top: 30px;
    font-weight: 400;
}

.our-client-abouts {
    background-color: #E7F1F8;
    padding: 80px;
    margin-bottom: 60px;
}


.review-card h6 {
    font-weight: 600;
    color: #2E2E2E;
}

.review-card .review-date {
    padding-top: 0;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    color: #2E2E2E;
}

.our-client-content h2 b {
    color: #0360D9;
    border-bottom: 1px solid;
}

.our-client-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.our-client-content ul li {
    font-weight: 600;
}

.do-we-offer-sec h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blue-color {
    color: #0360D9;
}

.interesting-facts p {
    padding-bottom: 25px;
}

.do-we-offer-sec h4 {
    padding-bottom: 15px;
}

.positive-impact p {
    padding-bottom: 30px;
}

.family-content ul li {
    padding-bottom: 20px;
}

.family-content h5,
.para-sec h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-sec.service {
    margin: 80px 0;
}

.our-service-sec {
    margin: 80px 0;
}

.white-bg {
    background-color: unset;
}

.contact-us-sec .row {
    align-items: center;
    --bs-gutter-x: 0;
}

.get-in-touch h3 {
    font-size: 32px;
    font-weight: 700;
}

.get-in-touch h3 span {
    color: #0360D9;
}

.get-in-touch p {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0 30px 0;
}

.contact-us-sec .contact-details {
    margin-top: 70px;
}

.details-para-inner {
    border-top: 1px solid rgb(0 0 0 / 26%);
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-para-sec {
    margin-bottom: 80px;
}

.blog-details-para-sec p {
    margin-bottom: 10px;
}

.contact-us-sec {
    background-color: #E7F1F8;
    margin-bottom: 100px;
    padding: 80px 0;
}

.get-in-touch {
    background-color: #ffffff;
    padding: 70px;
    border: 1px solid rgb(0 0 0 / 33%);
    border-radius: 10px;
}

.contact-us-sec .row {
    align-items: center;
}


.blog-sec.blog-page .row {
    --bs-gutter-y: 30px;
    --bs-gutter-x: 30px;
}

.view-more-btn {
    text-align: center;
    margin-top: 50px;
}

.blog-sec.blog-page {
    margin-bottom: 80px;
}


.blog-banner-sec .breadcrumb-item.active {
    color: #0F74BC;
    font-family: 'Libre Baskerville';
}

.blog-banner-sec .row {
    align-items: center;
}

.blog-banner-img {
    width: 800px;
    max-width: calc(51vw - var(--bs-gutter-x));
}

.blog-banner-sec {
    overflow: hidden;
}

.blog-banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(var(--bs-gutter-x) * -1);
    background-color: #0360D9;
    width: 51vw;
    z-index: -1;
}

.blog-banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px 0;
}

.blog-banner-content h2 {
    font-weight: 600;
}

.medical-condition-sec {
    padding-top: 80px;
}

.aging-heart-sec h2 {
    margin-bottom: 30px;
}

.blog-banner-sec .blog-banner-content h2 {
    font-size: 32px;
}

.blog-banner-img img {
    border-radius: 40px 0 0 40px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    height: 80%;
    display: block;
    border-left: 1px solid #000000;
    margin-top: 2px;
}

.blog-sec .title-wrapper span {
    font-size: 24px;
    font-weight: 500;
}

.blog-banner-sec .breadcrumb {
    margin-top: 0;
}

.article-content h2 {
    font-size: 32px;
    padding: 5px 0;
}

.article-content p {
    font-size: 14px;
    font-weight: 500;
}

.aging-heart-inner {
    border-top: 1px solid rgb(0 0 0 / 25%);
    padding-top: 25px;
    margin-top: 30px;
}

.medical-condition-sec p {
    color: rgb(0 0 0 / 60%);
}

.medical-condition-sec h3 {
    color: rgb(0 0 0 / 56%);
    padding-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.aging-heart-sec h5 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.vascular-stiffness,
.heart-efficiency {
    margin-top: 15px;
}

.aging-heart-sec img {
    padding: 30px 0;
}

.blood-pressure-sec ul {
    padding-top: 20px;
}

.article-title-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.article-title-wrapper ul {
    display: flex;
    gap: 20px;
}

.article-title-wrapper ul li i {
    color: #0360D9;
}

.article-card {
    background-color: #0360D9;
    padding: 25px;
}

.blood-pressure-sec img {
    padding: 30px 0;
}

.related-blogs {
    margin-bottom: 80px;
}

.article-title-wrapper h5 {
    font-size: 20px;
    color: #293177;
    font-weight: 700;
}

.article-card img {
    width: 100%;
}

.article-content {
    color: #fff;
}

.artical-sec {
    margin-bottom: 80px;
}

.high-blood-pressure span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 80px 0;
}

.high-blood-pressure {
    padding-top: 20px;
}

.sm-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.blood-pressure-sec ul li:last-child {
    margin-bottom: 0;
}

.blood-pressure-sec ul li::before {
    position: absolute;
    left: -35px;
}

.blood-pressure-sec ul li {
    margin-bottom: 15px;
    position: relative;
    margin-left: 35px;
}

.blood-pressure-sec h2 {
    margin-bottom: 30px;
}

.sign-up-sec .signup-card {
    max-width: 100%;
    margin: 0 0 auto auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 40px;
    border: 0.5px solid #0360d940;
    text-align: center;
    width: 500px;
}

.sign-up-sec h2 {
    font-size: 32px;
    font-weight: 500;
    color: #404040;
}

.sign-up-sec .form-sec input {
    background-color: #F8F7F7;
    padding: 12px 10px 12px 20px;
    border-radius: 15px;
}

.check-box #checkboxNoLabel {
    width: 10px;
    height: 10px;
    padding: 10px 10px;
}

.sign-up-sec .form-sec p {
    text-align: start;
    color: #404040;
    margin-bottom: 5px;
}

.sign-up-sec {
    background-image: url('../images/sign-up.png');
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px max(80px, 6%);
}

.sign-up-sec .form-sec h5 {
    color: #404040;
    font-size: 16px;
    font-weight: 500;
}

.sign-up-sec .form-sec .form-group .palceholder {
    top: 42px;
}

.check-box input {
    border-radius: 5px !important;
}

.sign-up-sec .submit-btn {
    background-color: #8BC63E;
    max-width: 160px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.check-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.check-box input {
    width: 26px;
    height: 20px;
    margin: 0;
    border: 1px solid #545454;
    background-color: unset !important;
    box-shadow: unset;
    border-color: unset;
}

.log-in-sec .form-group i {
    position: absolute;
    top: 47px;
    right: 15px;
}

.log-in-sec .form-sec input#password {
    margin-bottom: 0;
}

.forgot {
    text-align: end;
    display: block;
    margin-top: 5px;
    color: #293177;
    font-weight: 500;
}

.log-in-sec .form-sec .form-group {
    position: relative;
}

.sign-up-sec .form-check-input:checked[type=checkbox] {

    background-color: #0360D9 !important;
    border-color: transparent;
}

/* 26-12-2024 */

.blog-sec .owl-stage {
    display: flex;
}

.blog-sec .owl-item {
    display: flex;
    padding-left: 2px;
}

.review-card img {
    width: 52px !important;
    height: 52px;
}

.social-icon {
    text-align: center;
    gap: 15px;
    display: flex;
    justify-content: center;
}

.social-icon img {
    width: 30px;
    height: 30px;
}

.other-device span {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

.social-icon li i {
    font-size: 30px;
}


.my-account-logged img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.my-account-logged {
    display: flex;
    align-items: center;
    gap: 8px;
}

.my-account-logged .dropdown-menu {
    display: none !important;
}

.my-account-logged .dropdown-menu.show {
    display: block !important;
    transform: translate(-45px, 40px) !important;
    min-width: 150px;
    padding: 10px;
}

.my-account-logged .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.my-account-logged .dropdown-menu li {
    margin-bottom: 5px;
}

.my-account-logged ul li img {
    width: 16px;
    height: 16px;
    border-radius: unset;
}

.my-account-logged .dropdown-toggle h5 {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.my-account-logged .dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: 'FontAwesome';
    position: absolute;
    top: -3px;
    right: -20px;
    cursor: pointer;
}


.my-account-logged .dropdown-menu li a {
    font-size: 16px !important;
    display: flex;
    gap: 6px;
    align-items: center;
}

.our-client-abouts .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    top: -30px;
}

.our-client-abouts .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #0360d975;
    border-radius: 50%;
}

.our-client-abouts .owl-dots .owl-dot.active {
    background-color: #0360d9;
}


/* 9-1-2025 */

.header-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.user-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.patient-header-wrapper {
    display: flex;
    justify-content: space-between;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pd-sidebar {
    border: 0.5px solid rgba(0, 0, 0, 0.45);
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.patient-info {
    background-color: #ffff;
    margin-top: -50px !important;
    position: relative;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border: 0.5px solid rgba(0, 0, 0, 1);
    border-radius: 10px;
}

.patient-info ul {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 5px;
}

.patient-info h4 {
    color: #293177;
}

.card-inner-wrapper {
    display: flex;
    align-items: end;
    gap: 10px;
}

.card-box span {
    margin-top: 10px;
    display: block;
    font-weight: 600;
}

.card-box p {
    font-size: 13px;
    font-weight: 400;
}

.card-box {
    border: 0.5px solid rgba(0, 0, 0, 0.45);
    padding: 20px 30px;
    border-radius: 10px;
}

.patient-dashboard-sec .card-box span {
    font-weight: 500;
    font-size: 15px;
}

.card-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.doctors-appointment button {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px !important;
    max-width: 160px;
}

.doctors-appointment .nav-item button {
    border: 1px solid;
    font-weight: 500;
}

.doctors-appointment #pills-tab {
    gap: 10px;
    margin-bottom: 15px;
}

.pd-sidebar ul li a img {
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.pd-sidebar ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.pd-sidebar .active a {
    background-color: #0360D9;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.patient-info ul {
    border: none;
}

.review-card-sec {
    border: 1px solid rgb(3 96 217 / 50%);
    padding: 20px;
    font-size: 14px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.review-content p {
    margin-bottom: 10px;
    font-weight: 500;
}

.attachment-card ul {
    display: flex;
    gap: 30px;
    border-top: 0.5px solid rgba(3, 96, 217, 0.59);
    margin-top: 10px;
    padding-top: 15px;
}

.tooltip-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
}

.tooltip-wrapper button {
    padding: 0;
    border: none;
    height: 20px;
    width: 20px;
}

.review-header h6 {
    font-weight: 500;
}

.review-content {
    padding-left: 40px;
}

.arrow-line::after {
    content: " ";
    border-right: 0.5px solid rgba(3, 96, 217, 0.59);
    border-top: 0.5px solid rgba(3, 96, 217, 0.59);
    width: 6px;
    height: 6px;
    transform: rotate(228deg);
    display: block;
    top: -3px;
    position: absolute;
}

.arrow-line {
    border-top: 0.5px solid rgba(3, 96, 217, 0.59);
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}

.arrow-line::before {
    content: " ";
    border-right: 0.5px solid rgba(3, 96, 217, 0.59);
    border-top: 0.5px solid rgba(3, 96, 217, 0.59);
    width: 6px;
    height: 6px;
    transform: rotate(44deg);
    display: block;
    top: -4px;
    position: absolute;
    right: 0;
}

.pd-sidebar ul li {
    font-size: 10px;
}

.pd-sidebar ul li:last-child {
    margin-bottom: 0;
}

.form-group.primary-concern input {
    padding: 13px 0 30px 20px;
}

.form-group.document-review h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

td {
    border-top: 1px solid #0360D9;
    border-bottom: 1px solid #0360D9;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

tbody tr td:first-child {
    border-left: 1px solid #0360D9;
    border-radius: 10px 0 0 10px;
    padding-left: 30px;
}

tbody tr td:last-child {
    border-right: 1px solid #0360D9;
    border-radius: 0 10px 10px 0;
    padding-right: 30px;
}

table.table tr th:first-child {
    padding-left: 30px;
}

table.table tr th:last-child {
    padding-right: 30px;
}

table.table {
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.doctors-appointment {
    border: 0.5px solid rgba(0, 0, 0, 0.45);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 60px 0;
}

.doctors-appointment .table span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.doctors-appointment .form-sec {
    margin-bottom: 40px;
    padding-right: 70px;
}

.doctors-appointment .form-sec .row {
    --bs-gutter-x: 50px;
}

.doctors-appointment .amount-wrapper {
    display: flex;
    justify-content: space-between;
    border-top: 0.5px solid rgba(3, 96, 217, 0.5);
    border-bottom: 0.5px solid rgba(3, 96, 217, 0.5);
    padding: 15px 0;
    margin: 25px 0;
}

.attachment-card .pay-btn {
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    font-weight: 500;
}

.doctors-appointment #pills-tab .nav-item button {
    border-radius: 30px !important;
    padding: 8px 45px;
    max-width: 165px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.attachment-card h5 {
    font-size: 16px;
    font-weight: 600;
}

.doctors-appointment .amount-wrapper span {
    font-size: 15px;
    font-weight: 700;
}

.attachment-card {
    border: 1px solid rgb(3 96 217 / 50%);
    height: 100%;
    padding: 20px;
    margin-right: 40px;
}

thead tr th {
    background-color: rgba(3, 96, 217, 0.25) !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.pending {
    background-color: #FFF3CD;
    border-radius: 30px;
    padding: 3px 20px;
    display: inline-block;
}

.completed {
    background-color: #DAF2F3;
    border-radius: 30px;
    padding: 3px 10px;
    display: inline-block;
}

.in_progress {
    background-color: #F8D7DA;
    border-radius: 30px;
    padding: 3px 10px;
    display: inline-block;
}

.table img {
    width: 20px;
    height: 20px;
}

.req-consultation {
    margin-top: 40px;
}

.req-consultation .form-sec label {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 10px;
}

.req-consultation .form-group {
    margin-top: 20px;
}

.req-consultation .form-group input {
    background-color: #F8F7F7;
    border-radius: 10px;
}

.red {
    color: red;
}

.req-consultation select.form-select {
    padding: 12px 0 12px 20px;
    background-color: #F8F7F7;
    border-radius: 10px;
    box-shadow: unset;
    border-color: #E0E0E0;
}

.req-consultation .palceholder {
    top: 50px !important;
    font-size: 13px;
    font-weight: 500;
}

.patient-details img {
    width: 100%;
}

.doctors-appointment h3 {
    margin-bottom: 30px;
}

.mobile-nav {
    display: none;
}

.user-profile h3 {
    font-size: 16px;
}

.form-group.document-review {
    padding-right: 40px;
}

.file-upload__label {
    display: block;
    background: #F8F7F7;
    border-radius: .4em;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #DCD7D7;
}

.file-upload__label p {
    font-size: 13px;
    color: #404040;
}

.file-upload__label img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 78px;
    right: 0;
    bottom: 0;
    width: 0;
    height: 46%;
    opacity: 0;
}

.doctors-appointment .form-sec .submit-btn {
    margin-top: 30px;
}

.patient-dashboard-sec .sidebar-icon {
    display: none;
}








@media (max-width: 991px) {
    .header-sec .navbar-menu ul {
        gap: 12px;
    }

    .header-sec .header-btn {
        display: flex;
        gap: 10px;
    }

    .primary-btn {
        padding: 6px 10px;
    }

    .header-sec {
        padding: 20px 0;
    }

    .banner-sec {
        padding-top: 20px;
    }

    .banner-content span {

        margin: 25px 0;
    }

    .health-difference .content-title br {
        display: none;
    }

    .navbar-btn {
        display: none;
    }


    .header-sec .navbar-menu ul li a {
        font-size: 16px;
    }

    .qualifications-content ul {
        padding-left: 0px;
    }

    .we-work-content li {
        margin-bottom: 30px;
    }

    .our-we-sec {
        margin: 60px 0;
    }

    .our-client-abouts {
        padding: 30px;
    }

    .our-client-content ul {

        margin-bottom: 30px;
    }

    .our-we-sec .row {
        align-items: center;
    }

    .contact-us-sec {
        padding: 40px 0;
        margin-bottom: 50px;
    }

    .get-in-touch {
        padding: 20px;
    }

    .contact-us-sec .contact-details {
        margin-top: 40px;
    }

    .get-in-touch {
        margin-top: 30px;
    }

    .contact-us-sec img {
        width: 100%;
    }

    .get-in-touch img {
        width: 30px;
    }

    .sign-up-sec .signup-card {
        width: 700px;
        margin-bottom: 0;
    }

    .blog-banner-content h2 {
        font-size: 22px !important;
    }

    .blog-banner-sec {
        overflow: unset;
        margin-top: 30px;
        position: relative;
    }

    .header-sec .navbar-menu {
        gap: 15px;
    }

    .article-content span {
        display: block;
    }

    .footer-btn {
        margin-top: 50px;
    }

    .blog-sec .title-wrapper span {
        font-size: 16px;
    }

    .high-blood-pressure span {
        font-size: 15px;
        padding: 50px 0;
    }

    .our-client-content h2 {
        font-size: 28px;
    }

    .review-card h6 {

        font-size: 14px;
    }

    .review-card ul li span {
        margin-left: 5px;
    }

    .review-card ul li.star {
        gap: 5px;
    }

    .review-card ul li.star i {
        color: #F5BF00;
        font-size: 16px;
    }

    .our-client-content ul li .review-img {
        margin-left: -30px;
    }

    .review-card {
        padding: 40px 20px;
    }


    .blog-banner-sec .breadcrumb-item.active {
        white-space: nowrap;
    }

    .blog-banner-sec .breadcrumb {
        flex-wrap: nowrap;
        position: absolute;
        top: -35px;
    }

    .blog-banner-content::before {
        width: 52vw;
    }

    .blog-banner-img img {
        border-radius: unset;
    }

    .table-sec {
        overflow-x: scroll;
    }

    .user-profile h3 {
        font-size: 20px;
    }

    .user-profile img {
        width: 35px;
        height: 35px;
    }

    .user-profile {

        gap: 10px;
    }

    .user-profile h3 {
        font-size: 13px;
    }

    .notification img {
        width: 20px;
        height: 20px;
    }

    thead tr th {
        white-space: nowrap;
    }

    tbody tr td:first-child {
        padding-left: 10px;
    }

    td {

        white-space: nowrap;
    }

    .arrow-line::after {
        left: 2px;
    }

    .arrow-line::before {
        right: 2px;
    }

    tbody tr td:last-child {
        padding-right: 10px;
    }

    .patient-info ul {
        gap: 5px;
    }

    .patient-info ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .patient-info {
        padding: 10px;
    }

    .pd-sidebar ul li a {
        font-size: 12px;
    }

    .card-box {
        padding: 15px 8px;
        height: 100%;
    }

    .card-box img {
        width: 35px;
        height: 35px;
    }

    .doctors-appointment {
        margin: 40px 0;
    }

    .review-card-sec {
        margin-bottom: 30px;
    }

    .contact-details ul li {

        gap: 8px;
    }

    .contact-details ul a {
        font-size: 14px;
    }

    .pd-sidebar ul li a img {
        padding: 5px;
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    .patient-info h4 {
        font-size: 16px;
    }

    .pd-sidebar {
        padding: 10px;
    }

    .patient-info ul {
        gap: 0px;
        margin-top: 5px;
        flex-direction: column;
    }

    .arrow-line {
        margin-top: 25px;
        padding-top: 25px;
    }

  
/*    .noti-dropdown .dropdown-menu.show {
        transform: translate3d(642px, 80px, 0px);
    }*/

    .user-profile .dropdown-menu.show {
        transform: translate3d(-19px, 70px, 0px);
    }

}




@media (max-width: 767px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-family: 'montserrat';
        font-weight: 600;
        font-size: 22px;
    }


    .navbar-btn {
        display: block;
        text-align: end;
    }

    .doctors-appointment #pills-tab .nav-item button {
        padding: 8px 25px;
    }

    .doctors-appointment .primary-concern .palceholder {
        top: 84px !important;
    }

    .header-sec.active .navbar-menu {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    .form-sec .form-group {
        .palceholder {
            left: 7px;
        }
    }

    .header-sec .navbar-menu {
        transform: translateX(-100%);
        transition: 0.3s;
        position: fixed;
        z-index: 99;
        top: 0;
        height: 100%;
        left: 0;
        display: block;
        width: 100%;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        padding: 80px 20px 80px 20px;
        overflow-y: scroll;
    }

    .header-sec .navbar-btn {
        display: block;
        position: relative;
        z-index: 100;
        text-align: end;
    }

    .header-sec .navbar-btn .close-icon {
        position: fixed;
        right: 20px;
        top: 30px;
    }

    .header-sec .navbar-menu ul {
        display: flex;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .header-sec.active .hamburger-icon {
        display: none;
    }

    .header-sec .close-icon {
        display: none;
    }

    .header-sec.active .close-icon {
        display: block;
    }

    .experiences-content h3 {
        margin-top: 15px;
    }

    .qualifications-content ul {
        padding-left: 0;
    }

    .experiences-img img,
    .qualifications-img img {
        border-radius: 0;
    }

    .our-client-abouts {
        padding: 50px 0;
    }

    .review-card {
        padding: 15px;
    }

    .our-client-content ul li .review-img {
        margin-left: -25px;
    }

    .newslatter {
        margin-top: 40px;
        padding: 20px;
    }

    .title-wrapper {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .contact-details ul {
        gap: 20px;
    }

    .blog-sec .title-wrapper .primary-btn {
        display: flex;
        width: 100%;
        max-width: 120px;
        margin: 15px auto 0 0;
    }

    .get-in-touch-sec {
        margin: 50px 0;
    }

    .footer-sec .row {
        padding: 30px 0 50px 0;
    }

    .footer-sec h3 {
        margin-bottom: 15px;
        margin-top: 40px;
        font-size: 20px;
    }

    .blog-sec svg {
        width: 25px;
    }

    .blue-color-border {
        margin-bottom: 15px;
        padding-bottom: 25px;
    }

    .blog-sec .owl-nav.disabled,
    .blog-sec .owl-nav {
        top: -72px;
    }

    .follow-us ul {
        justify-content: start;
    }

    .banner-content {
        margin-bottom: 25px;
    }

    .content-title {
        margin: 15px 0 0px 0;
        font-size: 18px;
    }

    .breadcrumb-sec .breadcrumb {
        margin: 20px 0 8px 0;
    }

    .qualifications-sec {
        margin: 20px 0 40px 0;
    }

    .our-we-sec {
        margin: 50px 0;
    }

    .we-work-content li {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .review-card ul li.star {
        gap: 2px;
    }

    .review-card p {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .qualifications-sec .row {
        flex-direction: column-reverse;
    }

    .qualifications-sec h3 {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .sign-up-sec {
        background-image: unset;
        padding: 50px 20px;
    }

    .sign-up-sec .form-sec h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .sign-up-sec .signup-card {
        margin: 0;

    }

    .check-box {

        margin-top: 10px;
    }

    .blog-sec h2 {
        font-size: 28px;

    }

    .blog-sec.blog-page span {

        font-size: 18px;
    }

    .blog-banner-img img {
        border-radius: 0;
    }

    .blog-banner-img {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .blog-banner-content::before {
        width: 101vw;
    }

    .blog-details-para-sec {
        margin-bottom: 60px;
    }

    .blog-banner-sec .breadcrumb-sec .breadcrumb li {
        font-size: 12px;

    }

    .header-sec .navbar-btn i {
        font-size: 30px;
    }

    .header-sec {
        padding: 20px 0;
    }

    .blog-banner-sec .breadcrumb {
        position: unset;
    }

    .blog-banner-sec .breadcrumb-item.active {
        white-space: pre-wrap;
    }

    .blog-banner-sec .breadcrumb-sec {
        margin-bottom: 10px;
    }

    .article-content span {
        margin-top: 10px;
    }

    .blog-banner-sec {
        margin-top: 0;
        overflow: hidden;
    }

    .article-content h2 {
        font-size: 22px;
    }

    .artical-sec {
        margin-bottom: 50px;
    }

    .our-client-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .our-client-content ul li img {
        width: 38px;
        height: 38px;
    }

    .our-client-content ul {
        justify-content: space-between;
    }

    .review-card .review-date {
        padding-bottom: 0;
        font-size: 12px;
    }

    .review-card img {
        width: 40px !important;
        height: 40px;
    }

    .review-card ul li.star i {
        font-size: 12px;
    }

    .header-sec.user-header .mobile-nav {
        display: flex;
        align-items: center;
        margin-right: 50px;
        gap: 10px;
    }

    .navbar-menu .notification,
    .navbar-menu .user-profile {
        display: none;
    }

    .pd-sidebar {
        margin-bottom: 30px;
        display: none;
        padding: 30px 30px;
        border: none;
    }

    .card-box {
        margin-bottom: 30px;
        height: auto;
    }

    .tooltip-wrapper {
        margin-top: 20px;
    }

    .doctors-appointment .palceholder {
        left: 10px;
    }

    .doctors-appointment #pills-tab {
        gap: 15px;
    }

    .user-profile img {
        width: 30px;
        height: 30px;
    }

    .notification img {
        width: 20px;
        height: 20px;
        object-fit: cover;
    }

    .patient-header-wrapper {
        display: flex;
        justify-content: end;
        gap: 10px;
    }

    .header-sec.user-header .navbar-btn {
        position: absolute;
        right: 20px;
    }

    .req-consultation .palceholder {
        font-size: 10px;
    }

    .doctors-appointment .form-sec {
        padding-right: 0;
    }

    .form-group.document-review {
        padding-right: 0;
    }

    .attachment-card {

        margin-right: 0;
    }

    .patient-dashboard-sec .sidebar-icon {
        display: block;
        margin: 10px 0;
    }

    .patient-dashboard-sec .sidebar-icon .close-icon {
        display: none;
    }

    .patient-dashboard-sec.open .close-icon {
        display: block;
    }

    .patient-dashboard-sec.open .hamburger-icon {
        display: none;
    }

    .patient-dashboard-sec.open .pd-sidebar {
        display: block;
    }

    .patient-dashboard-sec .sidebar-icon i {
        font-size: 20px;
    }

    .patient-dashboard-sec .pd-sidebar {
        transform: translateX(-100%);
        transition: 0.3s;
        position: fixed;
        z-index: 100;
        top: 0;
        height: 100%;
        left: 0;
        display: block;
        width: 100%;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        overflow-y: scroll;
    }

    .patient-dashboard-sec.open .pd-sidebar {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    .patient-dashboard-sec {
        position: relative;
    }

    .patient-dashboard-sec .close-icon {
        position: fixed;
        top: 7px;
        right: 10px;
        z-index: 999;
    }

    .patient-dashboard-sec .close-icon i {
        background-color: #0360d9;
        color: #fff;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        font-size: 16px;
        line-height: normal;
        align-items: center;
        border-radius: 50%;
    }

    .header-sec.user-header .mobile-nav a {
        color: #000000;
    }

 
}

@media (min-width: 992px) and (max-width: 1105px) {
    .header-sec .navbar-menu {
        gap: 40px;

        .header-sec .header-btn {
            gap: 15px;
        }

        .header-sec .navbar-menu ul {
            gap: 30px;
        }

        .header-sec .header-btn {
            gap: 15px;
        }

        .header-btn a {
            font-size: 14px;
            padding: 12px 15px;
        }

        #user-profile {
            gap: 8px;
            white-space: pre-wrap;
        }

    }