/****
 * @file
 * Subtheme specific CSS.
 */
/* code added from custom module google snippet */
/*@import url("https://use.typekit.net/kmu1giq.css");*/
/*
    Created on : 10 Oct, 2025, 20:30:29 PM
    Author     : BDT
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

@font-face {
  font-family: 'Agenda-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Agenda-Regular'), url('/themes/custom/indiadermacell/fonts/agenda-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Agenda-Light';
  font-style: normal;
  font-weight: normal;
  src: local('Agenda-Light'), url('/themes/custom/indiadermacell/fonts/ufonts.com_agenda-light.woff') format('woff');
}

@font-face {
  font-family: 'Agenda-Black';
  font-style: normal;
  font-weight: normal;
  src: local('Agenda-Black'), url('/themes/custom/indiadermacell/fonts/ufonts.com_agenda-black.woff') format('woff');
}

@font-face {
  font-family: 'Agenda-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Agenda-Bold'), url('/themes/custom/indiadermacell/fonts/ufonts.com_agenda-bold.woff') format('woff');
}

/********** Fonts Styles End **********/


/* Common Style Start */
* {
    font-family: "Agenda-Light" !important;
    font-style: normal;
    font-size: 18px;
    color: #040503;
}

#main {
    max-width: 100%;
    overflow: hidden;
}

html, body, footer.site-footer {
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
}

.bdt-link a,
a.bdt-bg-green,
.bdt-two-column-image-content-section .bdt-main-content .bdt-link a,
.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list a.bdt-description-list-link,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards .bdt-tab-button-card a,
footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-copyright-wrapper a {
    text-decoration: none;
}

.bdt-bg-grey,
header nav .bdt-main-navigation-container {
    background-color: #F0F0F0;
}

.bdt-bg-grey {
    padding: 40px 60px;
    border: 1px solid #F0F0F0;
}

.bdt-border-radious-style {
    border-radius: 10px;
}

footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-logo-container,
footer.site-footer .copyright-section,
footer.site-footer .bdt-site-footer-logo-links-wrapper:after {
    background-color: #003768;
}

.bdt-bg-grey,
.bdt-bg-grey-layout-section {
    background-color: #F0F0F0;
}

a:hover,
.bdt-blue,
.bdt-proven-healing-slider-view-block .slick-dots li.slick-active,
.bdt-dermacell-awm-proven-healing-slider-view-block .slick-dots li.slick-active,
.bdt-main-page-breadcrump-wrapper .breadcrumb .breadcrumb-item a,
header nav .bdt-main-navigation-container .bdt-main-navigation-links ul.nav li.nav-item.active .nav-link,
header nav .bdt-main-navigation-container .bdt-main-navigation-links ul.nav li.nav-item .nav-link:hover,
.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list a.bdt-description-list-link:hover,
.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-big-txt,
.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-medium-txt,
.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-small-txt,
.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter sup,
.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter,
footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-link-container ul.nav li.nav-item a.nav-link {
    color: #003768;
}

.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list a.bdt-description-list-link,
header nav .bdt-main-navigation-container .bdt-main-navigation-links ul.nav li.nav-item .nav-link {
    color: #000000;
}

.bdt-green,
.bdt-main-page-breadcrump-wrapper .breadcrumb .breadcrumb-item.active,
.bdt-main-page-breadcrump-wrapper .breadcrumb .breadcrumb-item a:hover,
footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-link-container ul.nav li.nav-item a.nav-link:hover,
footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-copyright-wrapper a:hover,
.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter-title {
    color: #a2ad00;
}

header nav .bdt-main-navigation-container {
    width: 100%;
}

.bdt-image-content-layout-section {
    padding-left: 10px;
    padding-right: 10px;
}

.bdt-section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Common Style End */

/* Breadcrump Style Start */
.bdt-main-page-breadcrump-wrapper {
    margin-top: 20px;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.bdt-main-page-breadcrump-wrapper .breadcrumb {
    margin-bottom: 0 !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0;
}

.bdt-main-page-breadcrump-wrapper .breadcrumb .breadcrumb-item a {
    text-decoration: none;
}

.bdt-main-page-breadcrump-wrapper .bdt-page-title {
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    padding: 20px 0 10px 0;
}

.bdt-main-page-breadcrump-wrapper .bdt-page-title,
.bdt-main-page-breadcrump-wrapper .breadcrumb .breadcrumb-item.active,
.bdt-main-page-breadcrump-wrapper .breadcrumb .breadcrumb-item a {
    font-weight: 700;
    font-family: agenda-bold !important;
}
/* Breadcrump Style End */

/* Top Nav Style Start */
header nav.navbar {
    padding: 20px 0 0 0;
}

header nav .bdt-main-navigation-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #F0F0F0;
    border-radius: 50px;
}

header nav .bdt-main-navigation-container .bdt-main-navigation-logo img {
    width: 260px;
}

header nav .bdt-main-navigation-container .bdt-main-navigation-links ul.nav li.nav-item {
    padding-right: 20px;
}

header nav .bdt-main-navigation-container .bdt-main-navigation-links ul.nav li.nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Agenda-bold" !important;
    font-size: 16px;
}
/* Top Nav Style End */

/* Footer Section Style Start */
footer.site-footer .bdt-site-footer-bg {
    background-color: transparent;
}

footer.site-footer .site-footer__bottom {
    margin-top: 0 !important;
}

footer.site-footer .bdt-site-footer-logo-links {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

footer.site-footer .bdt-site-footer-logo-links-wrapper:after {
    display: block;
    width: 100%;
    height: 60px;
    content: "";
    position: relative;
    top: -10px;
    border: 1px solid #003768;
    border-top-right-radius: 10px;
    border-bottom-width: 3px;
    border-bottom-color: transparent;
}

footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-logo-container {
    border: 1px solid #003768;
    border-radius: 10px;
    padding: 20px 0;
}

footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-link-container {
    padding-top: 15px;
}



footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-link-container ul.nav li.nav-item:not(:last-child) a.nav-link:after {
    content: " | ";
}

footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-logo-container,
footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-social-icons-wrapper {
    width: 30%;
    text-align: center;
}

footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-copyright-wrapper,
footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-link-container {
    width: 70%;
}

footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-logo-container img.bdt-site-footer-logo-img {
    width: 280px;
    height: auto;
}

footer.site-footer .copyright-section {
    border: 1px solid #003768;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    top: -9px;
}

footer.site-footer .bdt-site-footer-social-icons-copyright-container {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-social-icons-wrapper a.bdt-site-footer-social-icon-link {
    display: inline-block;
    padding-right: 10px;
}

footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-copyright-wrapper {
    text-align: right;
    padding-right: 50px;
}

footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-copyright-wrapper a,
footer.site-footer .bdt-site-footer-social-icons-copyright-container .bdt-site-footer-copyright-wrapper p {
    color: #FFFFFF;
}
/* Footer Section Style End */

/* Home Page Style Start */
.bdt-two-column-image-content-section {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.bdt-two-column-image-content-section .bdt-main-content {
    width: 50%;
    padding-left: 20px;
}

.bdt-two-column-image-content-section .bdt-main-image {
    width: 50%;
}

.bdt-two-column-image-content-section.bdt-right-image .bdt-main-image .field--type-image {
    text-align: center;
}

.bdt-two-column-image-content-section.bdt-left-image .bdt-main-image .field--type-image {
    text-align: left;
}

.bdt-two-column-image-content-section .bdt-main-image .field--type-image {
    float: none;
}

.bdt-two-column-image-content-section .bdt-main-image .field--type-image img,
.bdt-two-column-image-content-section .bdt-main-image .field--type-image {
    margin: 0;
}

.bdt-two-column-image-content-section .bdt-main-image .field--type-image img {
    width: 580px;
    height: auto;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-big-title span,
.bdt-two-column-image-content-section .bdt-main-content .bdt-big-title,
.bdt-two-column-image-content-section .bdt-main-content .bdt-title span,
.bdt-two-column-image-content-section .bdt-main-content .bdt-title {
    font-weight: 700;
    line-height: 1.2;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-big-title{
    line-height: 1;
    margin-bottom: 10px;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-big-title span,
.bdt-two-column-image-content-section .bdt-main-content .bdt-big-title {
    font-size: 40px;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-title span,
.bdt-two-column-image-content-section .bdt-main-content .bdt-title {
    font-size: 30px;
}

/* .bdt-main-sub-title,
.bdt-main-sub-title span,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-main-title,
.bdt-global-innovation-section .bdt-global-innovation-title span,
.bdt-global-innovation-section .bdt-global-innovation-title {
    padding-bottom: 25px;
} */

.bdt-two-column-image-content-section .bdt-main-content .bdt-description {
    padding: 0px 60px 0px 0px;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-description p {
    color: #596180;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-description.bdt-black-color p {
    color: #040503;
    font-size: 18px;
    margin-bottom: 15px;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-description p .bdt-italic {
    font-weight: 600;
}

.expect_during_treatment li p strong{
    font-family: "Agenda-Bold" !important;
    font-weight: 300 !important;
}
.patient_info_section{
    width: 90%;
}

a.bdt-italic.bdt-blue{
    text-decoration: none;
}

#about_lifenet_link{
    text-decoration: underline !important;
    color: #000000 !important;
}

.about_us_connect{
    font-size: 40px !important;
}

.bdt-italic,
.bdt-two-column-image-content-section .bdt-main-content .bdt-description .bdt-description-note-box p.bdt-italic,
.bdt-two-column-image-content-section .bdt-main-content .bdt-description p .bdt-italic {
    font-style: italic;
    font-family: "Agenda-Bold" !important;
}

.bdt-description.bdt-black-color a{
    text-decoration: none  !important;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-description .bdt-description-note-box {
    padding: 10px 20px;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    margin-bottom: 15px;
    border-radius: 10px;
}

.bdt-two-column-image-content-section .bdt-main-content .bdt-description .bdt-description-note-box p {
    margin-bottom: 0;
}

.bdt-link a,
a.bdt-bg-green,
.bdt-contact-us-form-section form.bdt-contact-us-form .form-actions input.form-submit,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards .bdt-tab-button-card a,
.bdt-two-column-image-content-section .bdt-main-content .bdt-link a {
    padding: 15px 30px;
    display: inline-block;
    border-radius: 8px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
}

.bdt-link a,
a.bdt-bg-green:hover,
.bdt-contact-us-form-section form.bdt-contact-us-form .form-actions input.form-submit,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards .bdt-tab-button-card a,
.bdt-two-column-image-content-section .bdt-main-content .bdt-link a {
    background-color: #003768;
    border: 1px solid #003768;
}

.bdt-link a:hover,
a.bdt-bg-green,
.bdt-contact-us-form-section form.bdt-contact-us-form .form-actions input.form-submit:hover,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards .bdt-tab-button-card a:hover,
.bdt-two-column-image-content-section .bdt-main-content .bdt-link a:hover {
    background-color: #a2ad00;
    border: 1px solid #a2ad00;
}

.bdt-bg-grey-layout-section {
    padding: 40px 0;
}

.bdt-main-sub-title,
.bdt-main-sub-title span,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-main-title,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-main-title sup,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-main-title span,
.bdt-global-innovation-section .bdt-global-innovation-title span,
.bdt-global-innovation-section .bdt-global-innovation-title sup,
.bdt-global-innovation-section .bdt-global-innovation-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.bdt-global-innovation-section .bdt-global-innovation-title span,
.bdt-global-innovation-section .bdt-global-innovation-title {
    padding-top: 60px;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item {
    padding: 15px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    background-color: #FFFFFF;
    width: 40%;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter sup,
.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper {
    padding-bottom: 60px;
}

.bdt-proven-healing-title-warapper .bdt-proven-healing-title,
.bdt-proven-healing-title-warapper .bdt-proven-healing-title span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 25px;
    text-align: center;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy,
.bdt-proven-healing-slider-view-block ul.blazy {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item {
    width: calc(100%/3);
    border: 1px solid #F0F0F0;
    background-color: #F0F0F0;
    border-radius: 10px;
    height: 560px;
    overflow: hidden;
    padding-bottom: 20px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .slide__caption,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .slide__caption {
    padding-top: 0 !important;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card .bdt-proven-healing-img-wrapper img,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card .bdt-proven-healing-img-wrapper img {
    width: 80px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-desc-wrapper,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-desc-wrapper {
    margin-top: 30px;
    padding: 0 15px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card .bdt-proven-healing-content-wrapper .bdt-proven-healing-name-wrapper,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card .bdt-proven-healing-content-wrapper .bdt-proven-healing-name-wrapper {
    color: #000000;
    font-weight: 700;
}

.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card .bdt-proven-healing-content-wrapper .bdt-proven-healing-role-wrapper,
.bdt-dermacell-awm-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-desc-wrapper p,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-top-card .bdt-proven-healing-content-wrapper .bdt-proven-healing-role-wrapper,
.bdt-proven-healing-slider-view-block ul.blazy li.list-group-item .bdt-proven-healing-section .bdt-proven-healing-desc-wrapper p {
    color: #53565A;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-arrow::before,
.bdt-proven-healing-slider-view-block .slick-arrow::before {
    content: none;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-arrow,
.bdt-proven-healing-slider-view-block .slick-arrow {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-arrow.slick-prev,
.bdt-proven-healing-slider-view-block .slick-arrow.slick-prev {
    background-image: url('../images/slider_prev_arrow.svg');
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-arrow.slick-next,
.bdt-proven-healing-slider-view-block .slick-arrow.slick-next {
    background-image: url('../images/slider_next_arrow.svg');
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick__arrow,
.bdt-proven-healing-slider-view-block .slick__arrow {
    left: 42%;
    top: 113%;
    transform: translateY(-108%);
    width: 16%;
}

.bdt-proven-healing-slider-view-block .slick--view--proven-healing-view .slide .item-list {
    position: relative;
    top: 0;
}

.bdt-proven-healing-slider-view-block .slick--view--proven-healing-view .slide .item-list,
.bdt-dermacell-awm-proven-healing-slider-view-block .slick__arrow,
.bdt-dermacell-awm-proven-healing-slider-view-block .slick-dotted.slick-slider,
.bdt-proven-healing-slider-view-block .slick__arrow,
.bdt-proven-healing-slider-view-block .slick-dotted.slick-slider {
    z-index: 10;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-dotted.slick-slider,
.bdt-proven-healing-slider-view-block .slick-dotted.slick-slider {
    margin-bottom: 120px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-dots,
.bdt-proven-healing-slider-view-block .slick-dots {
    bottom: -93px;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-dots li,
.bdt-proven-healing-slider-view-block .slick-dots li {
    display: none;
}

.bdt-dermacell-awm-proven-healing-slider-view-block .slick-dots li:nth-child(-n+3),
.bdt-proven-healing-slider-view-block .slick-dots li:nth-child(-n+3) {
    display: inline-block;
}

.bdt-proven-healing-bg-container {
    height: 50px;
    padding: 0;
    margin: 0;
}

.bdt-proven-healing-title-warapper{
    margin-bottom: 0 !important;
}

.bdt-proven-healing-bg-container .bdt-proven-healing-bg-section {
    background-color: #a2ad00;
    color: transparent;
    height: 430px;
    position: relative;
    top: -380px;
    z-index: 1;
}
/* Home Page Style End */

/* Dermacell AWM Page Style Start */
.bdt-tab-details-container {
    padding: 40px 20px;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 4px;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-desc p {
    font-size: 16px;
    text-align: center;
    padding: 10px 60px;
}

.bdt-tab-details-container .bdt-tab-product-cards-container {
    margin-top: 60px;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards,
.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards {
    gap: 20px;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card {
    flex-direction: column;
    gap: 15px;
    width: calc(100%/4);
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-img-wrapper {
    padding: 15px;
    border-radius: 50%;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-img-wrapper img {
    width: 100px;
    height: 100px;
    padding: 10px;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-img-wrapper,
.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper {
    padding: 20px;
    border-radius: 10px;
    height: 180px;
    overflow: hidden;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper .bdt-tab-product-card-content-title,
.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper .bdt-tab-product-card-content-desc p {
    font-size: 16px;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper .bdt-tab-product-card-content-title {
    font-weight: 700;
    padding-bottom: 10px;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead {
    background-color: #a2ad00;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table tbody tr {
    background-color: #FFFFFF;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead tr th {
    font-weight: 700;
    color: #003768;
    width: 20%;
    padding: 20px;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead tr th:first-child {
    border-top-left-radius: 4px;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead tr th:last-child {
    border-top-right-radius: 4px;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead tr th,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead tr th,
.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table tbody tr td {
    border:1px solid #E6E6E6;
}

.bdt-tab-details-container .bdt-tab-flex-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.bdt-tab-details-container .bdt-tab-flex-wrapper .bdt-tab-content-flex-block,
.bdt-tab-details-container .bdt-tab-flex-wrapper .bdt-tab-img-flex-block {
    width: 50%;
}

.bdt-tab-details-container .bdt-tab-flex-wrapper .bdt-tab-img-flex-block .bdt-tab-prod-img-wrapper img.bdt-tab-prod-img {
    width: 600px;
    height: auto;
}

.block-field-blocknodepagefield-products-tab ul.nav-tabs,
.block-field-blocknodepagefield-products-tab ul.nav-tabs li.nav-item a.nav-link {
    border: none;
}

.block-field-blocknodepagefield-products-tab ul.nav-tabs {
    justify-content: space-between;
}

.block-field-blocknodepagefield-products-tab ul.nav-tabs li.nav-item a.nav-link {
    padding: 20px 60px;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #003768;
}

.dermacell_awm_title{
    padding-bottom: 10px;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter{
    padding-bottom: 0 !important;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper .bdt-global-innovation-counter-item .bdt-global-innovation-counter-title{
    position: relative;
    top: -7px;
}

.bdt-blue.bdt-tab-main-title{
    padding-bottom: 10px;
}

#clinical_reports_data .bdt-blue.bdt-main-sub-title{
    padding-bottom: 10px;
}

.dermacell_awm_sub_title{
    padding-bottom: 10px;
}

.block-field-blocknodepagefield-products-tab ul.nav-tabs li.nav-item a.nav-link.active {
    background-color: #a2ad00;
    border: 1px solid #a2ad00;
    color: #FFFFFF;
    font-weight: 600;
}

.bdt-align-left,
.bdt-align-left p {
    text-align: left !important;
}

.bdt-padding-left-0 {
    padding-left: 0 !important;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards .bdt-tab-button-card a {
    width: 300px;
    text-align: center;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item {
    width: calc(100%/3);
    height: 388px;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-bg-img img {
    width: 420px;
    height: auto;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents {
    position: relative;
    top: -308px;
    padding: 15px 10px;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-big-txt,
.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-medium-txt,
.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-small-txt {
    display: block;
    text-align: center;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-big-txt {
    font-size: 24px;
    font-weight: 700;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-medium-txt {
    font-size: 16px;
    font-weight: 600;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents .bdt-proven-performance-complex-small-txt {
    font-size: 16px;
    font-weight: 400;
}

.bdt-data-report-section .bdt-description-lists-wrapper {
    padding: 30px 40px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list {
    padding: 0 0 15px 10px;
}

.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list a.bdt-description-list-link,
.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list {
    font-size: 16px;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper .bdt-tab-product-card-content-desc ul.bdt-tab-product-card-content-desc-lists {
    list-style-type: none;
    margin: 0;
    text-align: left;
    padding: 5px;
}
/* Dermacell AWM Page Style End */

/* About Us Page Style Start */
.bdt-contact-box-section .bdt-contact-box-desc {
    padding: 10px 150px;
}
/* About Us Page Style End */

/* Contact Us Page Style Start */
.bdt-contact-us-form-section form.bdt-contact-us-form {
    padding: 20px;
    margin: 0 12rem;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-email-phone-group .form-item-e-mail, 
.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-email-phone-group .webform-telephone--wrapper,
.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-name-group .form-item-first-name, 
.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-name-group .form-item-last-name {
    width: 50%;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-email-phone-group .webform-telephone--wrapper {
    margin-bottom: 0 !important;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-email-phone-group .webform-telephone--wrapper .iti {
    width: 100%;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-name-group,
.bdt-contact-us-form-section form.bdt-contact-us-form .bdt-contact-us-email-phone-group {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .form-actions {
    margin-top: 2rem;
    text-align: center;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .form-actions input.form-submit {
    width: 20%;
}

.bdt-contact-us-form-section form.bdt-contact-us-form strong.error.form-item--error-message {
    display: inline-block;
    font-size: 12px;
    color: #d44950;
}
/* Contact Us Page Style End */

/* Agenda Font related styles starts */
.bdt-big-title{
    font-family: "Agenda-bold" !important;
}

.bdt-big-title .bdt-green{
    font-family: "Agenda-bold" !important;
}
.bdt-two-column-image-content-section.bdt-right-image .bdt-content-section{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bdt-two-column-image-content-section.bdt-left-image .bdt-content-section{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bdt-link{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}
.bdt-global-innovation-section .bdt-global-innovation-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-global-innovation-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-global-innovation-counter-item .bdt-global-innovation-counter{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-global-innovation-counter-item .bdt-global-innovation-counter-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-global-innovation-section .bdt-global-innovation-counter-wrapper{
    gap: 22px;
}

.bdt-two-column-image-content-section.bdt-left-image .bdt-content-section .bdt-title.bdt-blue{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-two-column-image-content-section.bdt-left-image .bdt-content-section .bdt-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-proven-healing-title-warapper  .bdt-proven-healing-title.bdt-blue{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-proven-healing-title-warapper  .bdt-proven-healing-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-proven-healing-name-wrapper{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

footer.site-footer .bdt-site-footer-logo-links .bdt-site-footer-link-container ul.nav li.nav-item a.nav-link{
    /* font-family: "Agenda-bold" !important; */
    font-weight: 700;   
}

.bdt-two-column-image-content-section.bdt-right-image .bdt-content-section .bdt-title.bdt-blue{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

sup.bdt-blue-anchor-letters{
    top: -1em;
    font-size: 20px;
    /* left: -10px; */
}

 sup.patient_info_sup{
     left: -10px;
 }

.bdt-two-column-image-content-section.bdt-left-image .bdt-content-section .bdt-title.bdt-blue a{
    text-decoration: none;
}

.bdt-two-column-image-content-section.bdt-right-image .bdt-content-section .bdt-title.bdt-blue a{
    text-decoration: none !important;
}

footer .nav-link::after{
    margin-left: 14px;
}

.bdt-two-column-image-content-section.bdt-right-image .bdt-content-section .bdt-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-contact-box-section .bdt-main-sub-title.bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.block-field-blocknodepagefield-products-tab ul.nav-tabs li.nav-item a.nav-link{
    /* font-family: "Agenda-bold" !important; */
    font-weight: 700;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-main-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-main-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-tab-details-container .bdt-tab-product-cards-container .bdt-tab-product-cards .bdt-tab-product-card .bdt-tab-product-card-content-wrapper .bdt-tab-product-card-content-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-table table.table thead tr th{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-tab-details-container .bdt-tab-details-wrapper .bdt-tab-button-cards-container .bdt-tab-button-cards .bdt-tab-button-card a{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-proven-performance-complex-wrapper .bdt-blue.bdt-main-sub-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-proven-performance-complex-wrapper .bdt-blue.bdt-main-sub-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-proven-performance-complex-wrapper .bdt-proven-performance-complex-items .bdt-proven-performance-complex-item .bdt-proven-performance-complex-contents span{
    font-family: "Agenda-bold" !important;
}

.bdt-data-report-section .bdt-blue.bdt-main-sub-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-data-report-section .bdt-blue.bdt-main-sub-title .bdt-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-contact-us-form-section .bdt-contact-us-title-wrapper .bdt-blue.bdt-main-sub-title{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-contact-us-form-section form.bdt-contact-us-form .form-actions input.form-submit{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.bdt-contact-us-link-wrapper a.bdt-bg-green{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
}

.dermacell-address-section {
    background-color: #14345A;
    color: #ffffff;
    padding: 50px 20px;
  }
  
  .dermacell-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px; /* increased space for better visual balance */
    max-width: 1100px;
    margin: 0 auto;
    /* flex-wrap: wrap; */
  }
  

  
  .dermacell-column {
    width: 300px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .dermacell-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff !important;
    font-family: "Agenda-bold" !important;
    font-weight: 700 !important;
  }

  .treatment_info{
    list-style: disc;
  }
  
  .dermacell-column p {
    color: #fff !important;
    font-family: "Agenda-light" !important;
    margin: 0;
  }
  
.expect_during_treatment p{
    margin-bottom: 0;
}

.expect_during_treatment ol{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

  .dermacell-column a {
    color: #ffffff;
  }
  
  .dermacell-column a:hover {
    text-decoration: underline;
  }
  
  .dermacell-divider {
    width: 1px;
    background-color: #E6E6E6;
    height: auto;
    min-height: 120px; /* ensures divider is visually balanced */
    align-self: center;
  }
  
  @media (max-width: 968px) {
    .dermacell-container {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
    .dermacell-divider {
      display: none;
    }
    .dermacell-column {
      text-align: center;
    }
  }
  

 .bdt-proven-healing-slider-view-block .slick-dots li button::before{
    color: #fff !important;
    opacity: 1 !important;
    font-size: 20px;
  }

  .bdt-dermacell-awm-proven-healing-slider-view-block .bdt-proven-healing-slider-view-block .slick-dots li button::before{
    color: #C6C7C5 !important;
    opacity: 1 !important;
    font-size: 20px;
  }

  .slick-dots li.slick-active button:before{
    color: #003768 !important;
    opacity: 1 !important;
    font-size: 20px;
  }

  .dermacell_privacy h1{
    font-family: "Agenda-bold" !important;
    font-weight: 700;
    color: #003768 !important;
  }

  .dermacell_privacy p, .dermacell_privacy li{
    font-weight: 500;
    color: #003768 !important;
  }

  .dermacell_privacy strong{
    font-family: "Agenda-bold" !important;
    font-weight: 500;
    color: #003768 !important;
  }

  .bdt-blue-anchor-letters {
    color: #003768;
    font-family: "agenda-bold" !important;
    text-decoration:none;
    font-weight: 500 !important;
}

.bdt-data-report-section .bdt-description-lists-wrapper .bdt-description-lists .bdt-description-list a{
    color: #000000 !important;
    text-decoration: none;
}

.bdt-global-innovation-section .bdt-global-innovation-title{
    padding-bottom: 40px !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
  color: #A09F9F !important;
  }

  .bdt-two-column-image-content-section .bdt-main-content .bdt-title.contact_description_AWM{
    padding-bottom: 0 !important;
  }

  .dermacell_sup_link{
    font-family: "Agenda-Bold"  !important;
    font-size: 18px;
  }

  .dermacell_sup_link_a{
    text-decoration: none !important;
  }

  .bdt-two-column-image-content-section .bdt-main-content .bdt-title.patient_info_title{
    padding-bottom: 0 !important;
  }

  .site-footer__bottom.bdt-site-footer-logo-links-wrapper{
    border-top: none !important;
  }
/* Additional Changes Start */
.bdt-dark-blue {
    color: #0d6efd !important;
}

.bdt-txt-bold {
    font-weight: bold !important;
}

.bdt-remove-underline {
    text-decoration: none !important;
}
/* Additional Changes End */