@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif;
    color: #000000 !important;
}

:root {
    --primary-color: #5046db;
    --black-color: #000000;
    --white-color: #ffffff;
    --gray-primary: #989898;
    --light-gary-secondary: #383838;
    --lighter-gray: #9d9d9d;
    --bg-light-gray: #f3f3f3a1;
    --bg-gray-color: #e7e7e7;
    --bg-lighter-gray-color: #f3f5f9;
    --bg-light-black: #000000d4;
    --bg-gray: #f5f5f5;
    --border-gray-color: #b3b3b3;
    --border-light-gray-color: #adadad;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    color: var(--black-color);
}

h1 {
    font-size: 26px;
    line-height: 31.47px;
    font-weight: 600;
}

h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 27.84px;
}
h4 {
    font-size: 18.45px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    font-weight: 400;
}
p {
    font-size: 14px;
    font-weight: 400;
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close:hover {
    opacity: 1;
}

/* */

.wrapper {
    background-color: var(--bg-gray-color);
    height: 100%;
    width: 100%;
}

.contact-me-btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 28px;
}

.user-profile-header-detail{
    padding-bottom: 5px;
}

.user-profile-header-detail h5 {
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 400;
    color: var(--gray-primary);
}

/*.desktopview-header #onscroll-header {
    align-items: flex-start;
}
.desktopview-header #onscroll-header.stickyhead {
    align-items: center;
}*/

.profile-wrapper {
    max-width: 661px;
    margin: 0 auto;
    background-color: var(--white-color);
    padding: 30px 80px;
}

.custom-modal-header {
    padding-bottom: 36px;
    padding-top: 29px;
    padding-right: 32px;
}

.custom-fill-btn {
    background-color: var(--black-color);
    border: 1px solid var(--black-color);
    color: var(--white-color);
    border-radius: 10px;
    line-height: normal;
    padding: 11px 29px;
    transition: 0.3s ease-in-out;
}

.custom-fill-btn:hover {
    background-color: var(--bg-light-black);
}

.custom-outline-btn {
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    color: var(--black-color);
    border-radius: 10px;
    line-height: normal;
    padding: 11px 29px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
}

.custom-outline-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
    color: var(--white-color);
}

.custom-modal-header .btn-close {
    --bs-btn-close-opacity: 1;
    font-size: 12px;
}

.vertical-align-center {
    align-items: center;
}

/* videoEffectWrapper */
.videoEffectWrapper {
    display: block;
    clear: both;
    margin-bottom: 70px;
    position: relative;
}
.videoEffectWrapper .closeBtn {
    border-radius: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    border: none;
    padding: 0px;
    bottom: -48px;
    position: absolute;
    margin-top: 0px;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
}

.iframeVideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end videoEffectWrapper */

.sharelinks {
    margin-bottom: 16px;
    padding: 11px 16px;
    transition: 0.3s ease-in-out;
}

.modal-icons {
    width: 32px;
    height: 32px;
    border-radius: 100px;
}

.sharelinks:hover {
    border-radius: 10px;
    background-color: var(--bg-gray);
}

.user-profile img {
    width: 107px;
    height: 120px;
    border-radius: 100%;
    padding-bottom: 11px;
}

.user-profile-detail {
    padding: 4px 0 10px 0;
}

.user-profile-detail h6 {
    color: var(--gray-primary);
}

.user-social-icon {
    background-color: var(--black-color);
    padding: 4px 5px;
    border-radius: 30px;
    vertical-align: middle;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.user-social-icon i {
    color: var(--white-color);
    font-size: 16px;
}

.basedin-tabination-wrapper .profile-tab {
    padding: 6px 16px 6px 16px;
}
.digimaxStyle .primary-btn {
    padding: 6px 16px 6px 16px;
    font-size: 14px;
}

.profile-detail-wrapper {
    padding-top: 48px;
    padding-bottom: 22px;
}

.navbar-nav.custom-navbar-links {
    gap: 20px;
    padding: 16px 30px;
    border: 1.02px solid var(--black-color);
    border-radius: 35px;
}
.custom-navbar-links .nav-link {
    color: var(--black-color);
}

.navbar-nav.custom-navbar-links .nav-link {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
}

.profile-tab-wrapper {
    padding-bottom: 27px;
}

.basedin-tabination-wrapper {
    padding-bottom: 27px;
    /* margin-top: 27px; */
}

.shop-card-main{
    /*margin-bottom: 27px;*/
    margin-bottom: 12px;
}

.based-in-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black-color);
    margin-right: 10px;
}
.profile-tab.active {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.profile-tab {
    background-color: var(--bg-lighter-gray-color);
    border-radius: 44px !important;
    padding: 4px 13px;
    color: var(--light-gary-secondary);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.basedin-tabination-wrapper .nav-tabs {
    gap: 6px;
}

.profile-contents {
    padding-bottom: 40px;
}

.profile-contents h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black-color);
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 28px;
}

.gallery-wrapper h5 {
    font-size: 18.39px;
    line-height: 22.26px;
    font-weight: 500;
    padding-bottom: 3.75px;
}

.gallery-wrapper h6 {
    color: var(--gray-primary) !important;
    line-height: 20.77px;
    font-size: 17.17px;
}

.profile-address {
    color: var(--lighter-gray);
    line-height: 20px;
    font-size: 16px;
}

.footer-dot-icon {
    position: relative;
}

.footer-dot-icon button {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.section-wrapper-top-links {
    padding-bottom: 29px;
}

.section-heading-top-links {
    padding-bottom: 31px;
}

.toplinks-main {
    transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
    overflow: hidden;
}

.toplinks-main:hover {
    transform: scale(1.02);
}

.modal-copy-content {
    color: var(--black-color);
    border: 1px solid var(--border-gray-color);
    border-radius: 10px;
    /* padding: 23px 15px; */
    padding: 18px 15px;
    margin-bottom: 16px;
    background-color: var(--white-color);
    text-decoration: none;
}

.modal-copy-content h6 {
    font-size: 16px;
    font-weight: 500;
}

.modal-footer-content h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-footer-content {
    padding-bottom: 34px;
}

.custom-modal-dialog .modal-content {
    border-radius: 39px;
}

.toplinks-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--black-color);
    border: 1px solid var(--border-gray-color);
    border-radius: 10px;
    padding: 7px 9px;
    margin-bottom: 16px;
    background-color: var(--white-color);
}

.toplinks-wrapper img {
    width: 48px;
    height: 50px;
    border-radius: 6px;
}

.toplinks-wrapper span {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: var(--black-color);
}

.toplinks-wrapper.toplinks-without-image {
    padding: 24px 4px;
}

.report-dentalbio {
    border-top: 0.8px solid var(--border-gray-color);
    border-bottom: 0.8px solid var(--border-gray-color);
    padding: 17px 23px;
}

.report-dentalbio h6 {
    font-weight: 500;
}

.section-wrapper-meditation {
    padding-bottom: 29px;
}

.section-heading-meditation {
    padding-bottom: 31px;
}

.section-heading-blog {
    padding-bottom: 31px;
}

.section-wrapper-blog {
    padding-bottom: 29px;
}

.section-wrapper-gallery {
    padding-bottom: 38px;
}

.section-heading-gallery {
    padding-bottom: 35px;
}

.gallery-wrapper {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gallery-image-main {
    width: 204px;
    height: 204px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 17px;
}

.gallery-img {
    width: 204px;
    height: 204px;
    /* height: auto; */
    border-radius: 20px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.gallery-img:hover {
    transform: scale(1.2);
}

.custom-outline-btn.loadmore-btn {
    margin-top: 22px;
    padding: 11.48px 16px;
    line-height: 18px;
    border: 1.02px solid var(--border-light-gray-color);
}

.section-heading-review {
    padding-bottom: 30px;
}

.section-wrapper-review {
    padding-bottom: 22px;
}

.review-main {
    margin-bottom: 30px;
}

.testimonial-img {
    /*width: 28px;
    height: 28px;*/
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.testimonial-user-detail h6 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.testimonial-user-detail p {
    color: var(--lighter-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.review-profile {
    margin-bottom: 7px;
}

.rating-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.rating-wrapper i {
    font-size: 12px;
}

.testimonial-comment h4 {
    color: var(--lighter-gray);
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    max-width: 350px;
    margin: 0 auto;
}

.testimonial-comment h6 {
    font-weight: 400;
    color: var(--lighter-gray);
    font-size: 12px;
    line-height: 10px;
}

.section-heading-work {
    padding-bottom: 17px;
    /* text-transform: capitalize; */
}

.map-wrapper {
    margin-bottom: 38px;
}

.map-wrapper iframe {
    margin-bottom: 19px;
    border-radius: 10px;
    height: 280px;
}

.map-button {
    gap: 12px;
    margin-bottom: 17px;
}

.primary-btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 28px;
    color: var(--white-color);
    font-weight: 500;
    padding: 3px 13px;
    font-size: 14px;
    line-height: 20px;
}

.section-wrapper-contact {
    margin-bottom: 47px;
}

.map-detail {
    color: var(--lighter-gray);
    line-height: 18px;
    font-size: 16px;
}

.custom-outline-btn.contact-btn {
    border: 1.02px solid var(--black-color);
    padding: 12px 20px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 31px;
}

.custom-modal-header .offcanvas-title {
    font-size: 16px;
    line-height: 19.36px;
    color: var(--black-color);
}

.footer-logo {
    margin-bottom: 14.45px;
}

.blog-detail-wrapper {
    padding: 40px 0;
    margin-top: 48px;
}

.blog-section-heading {
    padding-bottom: 31px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.blog-detail-btn {
    margin-top: 31px;
}

.blog-detail h6 {
    color: var(--lighter-gray);
    line-height: 20px;
    width: 100%;
    max-width: 403px;
    margin: 0 auto;
}

.page-links {
    gap: 18px;
    padding: 16px 20px;
    border: 1.02px solid var(--black-color) !important;
    border-radius: 24px;
}

.page-links li button {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.page-links .nav-link:focus,
.page-links .nav-link:hover {
    color: var(--primary-color);
}

.nav-tabs.page-links .nav-item.show .nav-link,
.nav-tabs.page-links .nav-link.active {
    color: var(--primary-color);
}

.shop-card-wrapper {
    /* border: 1px solid var(--black-color); */
    /*border: 1px solid var(--border-gray-color);*/
    border-radius: 10px;
    /*padding: 10px;*/
    margin-bottom: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}

.shop-card-wrapper p {
    color: #706f6f;
    font-weight: 500;
}

.shop-card-wrapper:hover h6 {
    color: var(--primary-color);
}

.shop-card-wrapper img {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    /*height: 150px;*/
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.shop-card-wrapper h6 {
    font-size: 14px;
    width: 120px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: var(--black-color);
    transition: 0.3s ease-in-out;
    padding-bottom: 3px;
    font-weight: 500;
}

.shop-card-wrapper h5 {
    /*color: var(--gray-primary);*/
    color: #9d9d9c;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 3px;
}

.section-heading-treatment {
    padding-bottom: 31px;
}

.user-profile {
    margin-top: 48px;
}

.user-name {
    font-weight: 500;
    color: var(--black-color);
    padding-bottom: 4px;
}

.digimax-wrapper {
    padding-top: 38px;
}

.custom-outline-btn.btn-learn-more {
    padding: 11.48px 16px;
    font-size: 14px;
    line-height: 18px;
    border: 1.02px solid var(--black-color);
}

.blog-user-detail h6 {
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    color: var(--black-color);
}

.blog-user-detail p {
    color: var(--lighter-gray);
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
}

.custom-outline-btn.back-btn {
    border: 1.02px solid var(--border-light-gray-color);
    font-size: 16px;
    line-height: 18px;
}

.blog-detail-img {
    width: 579px;
    height: 300px;
    border-radius: 9.96px;
}

/* On Scroll Header */
#onscroll-header,
#onscroll-header-mobile {
    padding: 5px 10px;
    border-radius: 40px;
    position: fixed;
    width: calc(661px - 160px);
    z-index: 9;
    min-height: 4rem;
}

#onscroll-header {
    width: calc(661px - 60px);
    left: 50%;
    transform: translateX(-50%);
}

.onscroll-profile img {
    width: 51px;
    height: 51px;
    border-radius: 100px;
}

.stickyhead {
    background: var(--bg-gray-color);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    z-index: 99;
    position: relative;
}
/* On Scroll Header END */

.treatment-wrapper {
    padding-bottom: 28px;
}

.custom-accoradion-wrapper .accordion-item:first-of-type > .accordion-header .accordion-button {
    background-color: transparent;
}

.custom-accoradion-wrapper .accordion-button::after{
    transition: 0.3s ease-in-out;
}

.custom-accoradion-wrapper .accordion-item {
    padding-bottom: 14px;
}

.custom-accoradion-wrapper .accordion-body h6 {
    line-height: 21px;
    font-size: 15px;
}

.accordion.custom-accoradion-wrapper {
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-icon: url("../assets/pluse.png");
    --bs-accordion-btn-icon-transform: none;
    --bs-accordion-btn-icon-width: 14px;
}

.custom-accoradion-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("../assets/minus.png");
}

.accordion-button:focus {
    box-shadow: none;
}

.custom-accoradion-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.custom-accoradion-wrapper .accordion-button {
    color: var(--primary-color);
    padding: 0;
    font-weight: 400;
    line-height: 19.36px;
    /*font-size: 16px;*/
    font-size: 20px;
}

.custom-accoradion-wrapper .accordion-body {
    padding: 12px 0 0 0;
}

.desktopview-header{
    display: block;
}

.mobileview-header,
.user-profile-header-detail {
    display: none;
}

.footer-logo img {
    width: 116px;
}

.mobile-logo{
    width: 116px;
}

.digimax-wrapper img{
    margin-bottom: 5.7px;
}

.digimax-wrapper p{
    font-size: 14px;
    color: var(--lighter-gray);
    font-weight: 500;
    line-height: 18px;
}

.digimax-wrapper p a{
    color: var(--lighter-gray);
    text-decoration: none;
}

digimax-wrapper{
    margin-top: 38px;
}
.custom-modal-header.custom-modal-header-mobile {
    padding-left: 32px;
}

.footer-dentalbio{
    font-size: 18px;
    line-height: 21.78px;
}

.digimax-wrapper img{
    width: 30px;
}