@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//tmc.demourl.com.my/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(165,175,135);
	--wd-entities-title-font: "Figtree", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(144,51,146);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(165,175,135);
	--btn-accented-bgcolor-hover: rgb(150,159,123);
	--btn-font-weight: 400;
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.header-banner {
	background-color: rgb(144,51,146);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(99,118,84);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* ===== Layout ===== */
.tlpgta-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}

.tlpgta-card {
  text-align: center;
}

/* ===== Ring ===== */
.tlpgta-ring {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  animation: tlpgtaOuter 1.3s ease-out forwards;
  background: conic-gradient(
    #903392 var(--tlpgta-outer),
    #ead6e8 0
  );
}

/* Inner ring */
.tlpgta-ring::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  animation: tlpgtaInner 1.3s ease-out forwards;
  animation-delay: 0.2s;
  background: conic-gradient(
    #cfa3c9 var(--tlpgta-inner),
    #f4edf3 0
  );
}

/* ===== Center ===== */
.tlpgta-center {
  position: absolute;
  inset: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tlpgta-center strong {
  font-size: 20px;
}

.tlpgta-center span {
  font-size: 13px;
  color: #777;
}

/* ===== Values ===== */
.tlpgta-values {
  margin-top: 14px;
  font-size: 14px;
}

.tlpgta-values strong {
  color: #903392;
}

.tlpgta-values span {
  color: #777;
}

/* ===== Legend ===== */
.tlpgta-legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
  margin-bottom: 40px;
}

.tlpgta-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.tlpgta-lg-pgta {
  background: #903392;
}

.tlpgta-lg-tl {
  background: #cfa3c9;
}

/* ===== Data values ===== */
.tlpgta-under-35 {
  --tlpgta-outer: 73%;
  --tlpgta-inner: 67%;
}

.tlpgta-over-35 {
  --tlpgta-outer: 83%;
  --tlpgta-inner: 61%;
}



/* Layout */
.success-donuts {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}

.donut-card {
  text-align: center;
}

/* Donut base */
.donut {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  background:
    conic-gradient(
      #903392 var(--enhanced),
      #ead6e8 0
    );
}

/* Inner ring */
.donut::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background:
    conic-gradient(
      #cfa3c9 var(--routine),
      #f4edf3 0
    );
}

/* Center */
.donut-center {
  position: absolute;
  inset: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.donut-center strong {
  font-size: 20px;
}

.donut-center span {
  font-size: 13px;
  color: #777;
}

/* Values */
.donut-values {
  margin-top: 14px;
  font-size: 14px;
}

.donut-values strong {
  color: #903392;
}

.donut-values span {
  color: #777;
}

/* Legend */
.donut-legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
  margin-bottom: 40px;
}

.donut-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.donut-legend .enhanced {
  background: #903392;
}

.donut-legend .routine {
  background: #cfa3c9;
}

/* Percent variables */
.enhanced-83 { --enhanced: 83%; --routine: 63%; }
.enhanced-73 { --enhanced: 73%; --routine: 45%; }
.enhanced-55 { --enhanced: 55%; --routine: 40%; }




html {
  scroll-behavior: smooth;

}

.single-post .whitefont li {
    color: #fff !important;
}


.single-post li {
    margin-bottom: 0px !important;
    line-height: 1.5 !important;
    color: #000;
    font-weight: 400 !important;
}

.whitefont p,
.post-single-page .whitefont h3 {
    color: #fff !important;
}


.wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px !important;
}

.mainservice .vc_col-sm-6 {
    background-color: #f4f4f7 !important;
    padding: 30px 15px;
    border-radius: 10px !important;
    margin: 0px 7.5px !important;
    width: 48.55%;
}

a.btn.btn-color-default.btn-style-default.btn-style-rectangle.btn-size-default.doctorbtn {
    font-family: 'Figtree';
    background-color: transparent;
    border-radius: 30px;
    border: solid 1px #2A6440;
    pointer-events: none !important;
    color: #000;
}

h2 {
    color: #000 !important;
}

.twobox img.attachment-full.size-full {
    border-radius: 10px !important;
}

.twobox .vc_column-inner {
    border-radius: 10px !important;
}

.spbtn a.btn.btn-color-default.btn-size-default.unclickable {
    text-align: left !important;
}


.single-post .vc_toggle_content p {
    color: #000 !important;
}

ul.smallul {
    margin-top: 0px !important;
}

.wd-dropdown-menu .ttborwithcontent li {
    list-style: unset !important;
}

.ttborwithcontent li {
    line-height: 1.3 !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    list-style: disc !important;
    margin-left: 20px !important;
}

.ttborwithcontent p {
    text-decoration: underline !important;
    margin-bottom: 5px !important;
}

.nolistul .smallul li {
    list-style: disc !important;
    margin-left: 30px !important;
    margin-bottom: 0px !important;
}

.wpb_text_column.wpb_content_element.ttbor {
    margin-bottom: 10px !important;
}

.ttbor p {
    text-decoration: underline !important;
}

.menusmalltt h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.menuhome .promo-banner-wrapper {
    margin-bottom: 15px !important;
}

.menuhome .wd-info-box {
    margin-bottom: 10px !important;
}


.menuhome .box-icon-wrapper {
    height: 100px !important;
    overflow: hidden;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.menuhome h4 {
    text-align: center !important;
    color: #fff !important;
}

.whb-main-header .menuhome .info-box-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 15px !important;
}

.smallwdtwo .box-icon-wrapper.box-with-icon.box-icon-simple {
    width: 50% !important;
    margin: auto;
}

a.btn.btn-color-default.btn-style-bordered.btn-style-round.btn-size-default.unclickable.btnmar.btn-icon-pos-left {
    margin-bottom: 10px !important;
}

.smallwdtwo p {
    padding-left: 15px !important;
    padding-right: 15px;
}

.smallwdtwo div {
    --ib-icon-sp: 0px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.greybgg {
    background-color: #f4f4f7 !important;
    padding: 20px;
    border-radius: 10px !important;
}

.greybgg .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0px !important;
}

.specialli ul {
    padding-left: 30px !important;
}

.specialli li::before {
    content: "✔";
    position: absolute;
    margin-left: -20px !important;
}

.specialli li {
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #000 !important;
    list-style: none;
}

.contactrow img.vc_single_image-img.attachment-full {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.widecare .info-box-content h4 {
    color: #fff !important;
}

.widecare .info-box-content {
    padding-left: 20px !important;
}

.widecare .info-box-wrapper {
    background-color: #903292;
border-radius:10px !important;
}

.widecare img.attachment-full.size-full {
    border-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    aside.sidebar-container {
        background-color: #f4f4f7 !important;
        padding: 20px;
        border-radius: 10px !important;
    }

.single-post .vc_toggle_content {
    margin-top: 0px !important;
}

.single-post .vc_toggle_active .vc_toggle_title h4 {
    color: #000 !important;
}

.vc_do_toggle.vc_toggle.vc_toggle_default {
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

.single-post .vc_toggle_title h4 {
    margin-left: 10px !important;
}


.caroli .info-box-inner {
    text-align: left !important;
}

.single-post .wd-single-footer {
    display: none !important;
}



.newsrow .esg-content.eg-hayes-element-27-a {
    margin-bottom: 0px !important;
}

.single-format-video .main-page-wrapper {
    padding-top: 50px !important;
}

.single-format-video h1.wd-entities-title.title.post-title,
.single-format-video header.entry-header {
    display: none;
}




.main-footer .info-box-wrapper div {
    background-color: #903392 !important;
    border-radius: 10px !important;
    --ib-icon-sp: 10px;
}

.main-footer .info-box-content h4 {
    line-height: 1.5 !important;
    padding: 10px !important;
    font-weight: 500 !important;
    padding-top: 5px !important;
}

.main-footer .info-box-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
}



img.vc_single_image-img.attachment-full {
    border-radius: 15px !important;
}


.wd-dropdown-menu a:hover {
    color: #903292 !important;
}

.vc_do_toggle.vc_toggle.vc_toggle_arrow.vc_toggle_color_default {
    background-color: #f4f4f7 !important;
}

.wd-social-icons.icons-size-default .wd-icon {
    color: #903292 !important;
}

#menu-menu-new a.woodmart-nav-link {
    background-color: #ffffff !important;
    padding-right: 40px !important;
    height: 50px !important;
padding-left:40px !important;
    border-radius: 60px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wd-header-nav.wd-header-main-nav.text-right.wd-design-1 {
    flex: unset;
}

strong.topfont {
    color: #fff !important;
}

h3 {
    text-transform: capitalize;
}

.twocol ul {
    column-count: 2 !important;
}

.longlip ul {
    padding-top: 25px !important;
}

.threebox img.attachment-full.size-full {
    border-radius: 10px;
}

h3 {
    margin-bottom: 10px !important;
}

.borderr img {
    border-radius: 10px !important;
}



h1 {
    text-transform: capitalize;
}

.page-id-10451 .specrow figure.wpb_wrapper.vc_figure {
    padding-right: 30px;
}

.specrow img.vc_single_image-img.attachment-full {
    border-radius: 10px;
} 

.specrow figure.wpb_wrapper.vc_figure {
    padding-left: 30px;
}

.vc_icon_element-inner.vc_icon_element-color-white.vc_icon_element-size-xs {
    background-color: #fff !important;
    border-radius: 90px !important;
    width: 20% !important;
    height: 55px !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    color: #803986 !important;
}

.richpd .wpb_text_column.wpb_content_element {
    padding-right: 9%;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.fyitab.vc_row-has-fill {
    border-radius: 20px;
}

.fyitab a {
   
		text-decoration: underline;

}

.fyitab h4 {
    padding-top: 18px;
    color: #fff;
}

.vc_active .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.whitefonttab .vc_active span.vc_tta-title-text {
    color: #fff !important;
}

.noline.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 0 0 5px;
}

.noline .vc_tta-tab.vc_active>a {
    background-color: #803986 !important;
    border-radius: 30px !important;
}

.noline .vc_tta-tab .vc_tta-title-text:after {
    display: none !important;
}

.tabtab .vc_tta-tabs-list .vc_active span.vc_tta-title-text {
    color: #fff !important;
}

.tabtab  ul.vc_tta-tabs-list {
    padding: 30px 0px !important;
}


.tabtab .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
    border-radius: 30px;
    background-color: #84398D !important;
    opacity: 1;
}


.noline .vc_tta-tab {
    color: #000 !important;
    background-color: #E1E5E9 !important;
    border-radius: 30px;
    opacity: 1;
}





.tabtab ul.vc_tta-tabs-list {
    text-align: center;
}


.page-id-10488 .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
    background-color: transparent !important; 
    transition: unset !important;
}



.page-id-10525 h2 {
    color: #000;
}

.roundcorner img.vc_single_image-img.attachment-full {
    border-radius: 20px;
}



ul.twocolul {
    column-count: 2;
}

.wpb_text_column.wpb_content_element.nopaddingfourbox p {
    padding: 10px 0px 30px 0px;
}

.fourboxrow .wpb_single_image.wpb_content_element.vc_align_center {
    width: 40%;
		margin-bottom: 0 !important;
}

.smheight p {
	margin-bottom: 40px !important;
}

table#tablepress-3 .row-6 td.column-2 {
    border-bottom-right-radius: 0px !important;
}

.single-format-quote .twolocation th.column-2 {
    border-top-right-radius: 0px !important;
}

.single-format-quote .twolocation .row-8 td.column-2 {
    border-bottom-right-radius: 0px !important;
}

.single-format-quote .row-8 td.column-2 {
    border-bottom-right-radius: 10px;
}

.single-format-quote th.column-2 {
    border-top-right-radius: 10px;
}

table#tablepress-2 .row-5 td.column-2 {
    border-bottom-right-radius: 10px;
}
table#tablepress-2 .row-5 td.column-1 {
    border-bottom-left-radius: 10px;
}

table#tablepress-2 th.column-1.dt-orderable-none {
    border-radius: 10px 10px 0px 0px;
}

.page-id-9873 .wpb_single_image .vc_single_image-wrapper img {
    border-radius: 20px;
}

table#tablepress-3 .row-6 td.column-3 {
    border-bottom-right-radius: 10px;
}

table#tablepress-3 .row-5 td.column-1 {
    border-bottom-left-radius: 10px;
}

table#tablepress-3 th.column-1 {
    border-radius: 10px 10px 0px 0px;
}

.slcspecialties p {
    padding-left: 25px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.searchfilter p {
    color: #A8A8A8;
}

.wpb_text_column.wpb_content_element.specialist {
   margin-bottom: 20px !important;
   background-color: #e3e3e3;
   padding-top: 30px;
   border-radius: 10px 10px 0px 0px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.searchfilter {
    background-color: #e3e3e3;
    width: 100%;
    padding-top: 10px;
    position: relative;
    left: 15px;
    top: -25px;
}

.page-id-10209 .esg-selected-filterbutton.esg-mobile-filter-button {
    width: 50vh;
    border-radius: 30px !important;
    text-align: left;
    padding-left: 20px !important;
}


.page-id-10209 article.esg-filters.esg-singlefilters {
    padding-bottom: 25px;
    background: #e3e3e3;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    top: -35px;
}

.page-id-10209 .esg-entry-media {
    width: 78%;
}

.page-id-10209 .eg-harding-wrapper .esg-entry-media {
    padding: 100px !important;
}

.page-id-10209 .esg-entry-media-wrapper-not-even {
    display: flex;
    justify-content: center;
}

.page-id-10209 .esg-grid .mainul li.eg-harding-wrapper {
    height: 410px !important;
}



.single-format-quote table {
    font-style: italic;
}

.single-format-quote .related-posts-slider {
    display: none;
}

.singledoctor a.btn.btn-color-default.btn-style-default.btn-style-rectangle.btn-size-default {
    font-family: 'Figtree';
    background-color: transparent;
    border-radius: 30px;
    border: solid 1px #2A6440;
		pointer-events: none !important;
		color: #000;
}

.singledoctor .wpb_text_column.wpb_content_element {
    margin-bottom: 10px !important;
}

.wpb_column.singledoctor.vc_column_container.vc_col-sm-6 {
    padding-right: 25vh;
    padding-top: 100px;
}

.single-format-quote h2 {
    color: #000;
}

.single-format-quote .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 100%;
}




.page-id-10209 .esg-entry-content.eg-harding-content.esg-notalone {
    font-family: 'Figtree';
    line-height: 2 !important;
}

.page-id-10209 li.tp-esg-item {
    background: #e3e3e3 !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

.greyboxdoctor .vc_column-inner {
    border-radius: 20px;
}

.single-format-quote tr.row-8 td.column-3 {
    border-bottom-right-radius: 10px;
}

.single-format-quote tr.row-8 td.column-1 {
    border-bottom-left-radius: 10px;
}

.single-format-quote th.column-3 {
    border-top-right-radius: 10px;
}

.single-format-quote th.column-1 {
    border-top-left-radius: 10px;
}

.single-format-quote td.column-3 {
    font-weight: 500 !important;
    font-size: 15px;
}

.single-format-quote tbody.row-striping.row-hover .column-1 {
    text-align: center !important;
}

.single-format-quote tbody.row-striping.row-hover .column-2 {
    text-align: center !important;
}

.single-format-quote th {
    color: #fff;
    font-family: 'Figtree';
}

.single-format-quote header.entry-header {
    display: none;
}

.single-format-quote .post-single-page h1.wd-entities-title.title.post-title {
    display: none;
}

.single-format-quote .wd-page-nav {
    display: none;
}

.single-format-quote .wd-single-footer {
    display: none;
}

.single-format-quote aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.sidebar-right.area-sidebar-1 {
    display: none;
}


}

.page-id-10200 .esg-filterbutton.selected {
    color: #fff !important;
    border: none !important;
    background-color: #84398D !important;
}

li.cat-item.cat-item-76, li.cat-item.cat-item-77, li.cat-item.cat-item-82 {
    display: none;
}

.post-single-page h3 {
    color: #84398D !important;
}

aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.sidebar-right.area-sidebar-1 {
    padding-top: 35px;
}

h5.widget-title {
    font-family: 'Figtree';
}

div#comments {
    display: none;
}

form#commentform {
    display: none;
}

a.back-to-archive.wd-tooltip {
    display: none !important;
}

.post-single-page h1.wd-entities-title.title.post-title {
    padding-top: 35px;
}

.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light.title-blog {
    display: none;
}

.meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: none;
}

.esg-entry-content.eg-hayes-content.esg-notalone {
    min-height: 220px !important;
}

article.esg-filters.esg-singlefilters {
    padding-bottom: 25px;
}

.page-id-10200 .esg-filterbutton {
    background-color: #E1E5E9 !important;
    border-radius: 30px !important;
    font-family: Figtree;
    font-weight: 400 !important;
    color: #000 !important;
    width: 90px;
    box-shadow: none !important;
    text-align: center !important;
}

.page-id-10200 .esg-filterbutton.selected.esg-allfilter {
    background-color: #84398D !important;
    border-radius: 30px !important;
    font-family: Figtree;
    font-weight: 400 !important;
    color: #fff !important;
    width: 80px;
    box-shadow: none !important;
}
.esg-entry-content.eg-hayes-content.esg-notalone {
    background: #e4e4e4 !important;
		border-radius: 0px 0px 10px 10px !important;
}

.eg-hayes-element-27 {
		padding: 0 !important;
		border-radius: none;
    font-family: 'Figtree';
    color: #84398D !important;
    font-weight: 400;
    text-decoration: underline !important; 
		background: none !important;
}


.eg-hayes-content {
    background: #E4E4E4;
    border-radius: 0px 0px 10px 10px;
    text-align: left;
}

.page-id-10200 .esg-entry-media-wrapper {
    max-height: 250px;
		border-radius: 10px 10px 0px 0px !important;
}

img.alignnone.size-full.wp-image-10189 {
    padding-bottom: 10px;
}


.vc_tta-accordion .wpb_wrapper .vc_single_image-wrapper {
    padding: 20px 0px;
}

.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: #E4E4E4;
    border-radius: 0px 0px 10px 10px !important;
}

.vc_tta-accordion img.vc_single_image-img.attachment-full {
    border-radius: 10px;
}

input#gform_submit_button_1 {
    background-color: #903392;
    color: #fff !important;
    border: none !important;
    font-size: 15px;
    border-radius: 30px;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    background-color: #E1E5E9;
    border-radius: 30px;
    border-style: none;
    padding-left: 20px;
		color: #000000;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
    color: #A9A9A9;
}

.difbr img.vc_single_image-img.attachment-full {
    height: 55vh;
    border-radius: 10px 0px 0px 10px;
}

.wpb_column.branches.vc_column_container {
    padding: 20px 10px;
    background-color: #f3f3f6;
    border-radius: 0px 10px 10px 0px;
		max-height: 55vh;
}

.socialbtn img {
    width: 40px;
    padding-right: 5px;
}

.branches .icons-design-colored .wd-social-icon {
    background-color: #0D5F3E !important;
    color: #fff !important;
}

.branches h3 {
    margin-bottom: 10px;
}

.entry-meta.wd-entry-meta {
    display: none;
}

.hovered-social-icons.wd-tltp.wd-tltp-top {
    display: none;
}

.blog .post-img-wrapp {
    max-height: 200px;
}

.fourboxrow p, .fiveboxrow p {
    padding: 30px;
}

.treatment .info-box-carousel-wrapper .wd-wpb {
    margin-bottom: 0;
    padding: 65px 15px;
		min-height: 305px;
}

.servicerow img.vc_single_image-img.attachment-full {
    border-radius: 10px;
}

.ctarow span.wd-icon.fa.fa-solid.fa-angle-right {
    background-color: #84398D !important;
    color: #fff !important;
}

.success .info-box-carousel-wrapper .wd-wpb {
    margin-bottom: 0;
    padding: 20px 3px;
}

.success .info-box-icon {
    width: 9vh;
}

.advtech img.attachment-full.size-full {
    border-radius: 15px;
}


.milestone .info-box-content {
    padding-top: 20px;
}

.milestone .wd-carousel.wd-grid.info-box-carousel.wd-initialized.wd-horizontal.wd-watch-progress.wd-backface-hidden {
    padding: 35px 70px 0px 70px;
}

.milestone img.attachment-800x600.size-800x600 {
    max-width: 48px;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #84398d;
    background-color: #84398d;
}

.row-6 td.column-1.dt-type-numeric {
    border-bottom-left-radius: 10px;
}

.page-id-9176 .row-6 td.column-2 {
    border-bottom-right-radius: 10px;
}

.tourtab .wpb_column.vc_column_container.vc_col-sm-7 {
    background-color: #f3f3f6;
		border-radius: 0px 30px 30px 0px;
}

.threeboxrow .vc_column-inner {
    padding: 3px;
}

.certrow p.linkbtn {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.certrow a {
    color: #84398d;
    text-decoration: underline;
}

.certrow .vc_column-inner {
    border-radius: 10px;
    height: 370px !important;
}

.exrow .wd-carousel.wd-grid.info-box-carousel.wd-initialized.wd-horizontal.wd-watch-progress.wd-backface-hidden {
    padding-right: 20px;
}

.exrow .info-box-carousel-wrapper .wd-wpb {
    padding: 20px 70px !important;
}

h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    color: #727172;
    font-size: 15px;
}

/* .info-box-wrapper.wd-carousel-item.wd-slide-visible.wd-slide-next {
    padding-left: 0px;
} */

.bignom h1 {
    font-size: 50px;
    font-weight: 900;
    color: #903892;
    line-height: 1.2;
    margin-bottom: 0px !important;
}

.nomar .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

caption {
    display: none;
}

#tablepress-3 td.column-3 {
    font-weight: 400 !important;
    font-size: 15px;
}

table#tablepress-3 td.column-3,
table#tablepress-3 td.column-2,
table#tablepress-3 td.column-1 {
    text-align: center !important;
}


.nomar .wpb_text_column li::before,
.nomar .info-box-content li::before 
/* .nomar .wpb_text_column li::before */ {
    content: "✔";
    position: absolute;
    margin-left: -20px !important;
}

.nomar ul {
    padding-left: 30px !important;
}
.nomar .wpb_text_column li,
.nomar .info-box-content li {
    margin-bottom: 5px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #000 !important;
    list-style: none;
}

.nomar caption {
    display: none;
}

.nomar .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0px;
}


h4.vc_tta-panel-title.vc_tta-controls-icon-position-right {
    margin-top: 5px !important;
}

#tablepress-1 td.column-2,
#tablepress-1 td.column-1.dt-type-numeric {
    text-align: center !important;
}

tbody.row-striping.row-hover .column-2 {
    font-size: 15px;
    font-weight: 400 !important;
    text-align: left !important;
}

tbody.row-striping.row-hover .column-1 {
    font-size: 15px;
    font-weight: 400 !important;
    text-align: left !important;
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey {
    padding: 0px 50px;
}

span.vc_tta-title-text {
    color: #000;
}



.page-id-10488 .vc_active .vc_tta-title-text {
    color: #fff;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
    background-color: #84398d;
}


p.greenfont {
    color: #719e88;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0px;
}

.bannertmc h1 {
    font-size: 48px;
    font-weight: bold;
}

.specrow h1 {
    margin-bottom: 0px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.specrow {
    border-radius: 6px;
}

.min-footer {
    border-top: 1px solid #000;
    font-size: 15px;
	  font-weight: 400;
}

.tourtab img.vc_single_image-img.attachment-full {
   border-radius: 30px 0px 0px 30px;
}

.blorow h3.wd-entities-title.title.post-title {
    color: #fff !important;
}

.tourtab .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0px !important;
}

.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    justify-content: end !important;
    display: flex !important;
    flex-direction: column !important;
}



th.column-2.dt-orderable-none {
    border-top-right-radius: 10px !important;
}

th.column-1.dt-orderable-none.dt-type-numeric {
    border-top-left-radius: 10px !important;
}

.smallgreyfont p {
    font-style: italic;
    color: #9a9999;
    margin-bottom: 5px !important;
}

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #00663c !important;
    color: #fff !important;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500 !important;
}

.tablepress>:where(tbody)>tr>* {
    text-align: center;
    font-weight: 600 !important;
}


h3 {
    color: #000 !important;
    font-weight: bold;
}

.social-form-circle .wd-social-icon {
    border-radius: 50%;
    background-color: #fff !important;
    color: #903392 !important;
    width: 30px !important;
    height: 29px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.contactus span.nav-link-text {
    background-color: #903392 !important;
    color: #fff !important;
}

.fa-angle-right {
    color: #903392 !important;
}

span.wd-icon.fa.fa-solid.fa-angle-right {
    background-color: #fff !important;
    border-radius: 60px !important;
    padding: 5px 7px !important;
    font-size: 12px !important;
    margin-left: 5px !important;
}

.copyrights-wrapper.copyrights-two-columns {
    background-color: #e5e5e5;
    color: #000;
}

.footerrow h4.banner-title {
    font-size: 15px;
    font-weight: 400;
}

.footerrow .promo-banner .wrapper-content-banner {
    padding: 15px 20px;
}

.footerrow p {
    font-size: 17px;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #b3b3b3;
}

.footerrow li a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}


.footerrow ul {
    list-style: none;
    padding-left: 0px;
}

.footerrow img.vc_single_image-img.attachment-full {
    padding-right: 70px;
    padding-top: 30px;
}

.ctacontain .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}
.site-content {
    margin-bottom: 0px;
}

.ctarow a.btn.btn-color-default.btn-style-default.btn-style-round.btn-size-default {
    background-color: #fff;
    color: #903392 !important;
}

strong.whitefont {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
}

.ctarow h1 {
    color: #fff;
    font-size: 43px;
    line-height: 1.2;
}

.vc_do_toggle li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}


strong.topfont {
    font-size: 15px;
    font-weight: 400;
    padding-left:20px !important;
padding-right:20px !important;
}

.whb-top-bar p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 10px;
	  line-height: 1.0; 
}

/* .whb-top-bar h4.info-box-title.title.box-title-style-default {
    font-family: 'Figtree';
    color: #fff;
    font-size: 15px;
} */

.whb-top-bar .whb-column img.attachment-small.size-small {
    width: 28px;
    padding-top: 5px;
    margin-right: 6px;
    margin-left: 20px;
}

.whb-top-bar .whb-column.whb-col-right.whb-visible-lg {
    background-color: #ff1717 !important;
    border-radius: 20px !important;
    padding-bottom: 5px !important;
}

.vc_do_toggle.vc_toggle.vc_toggle_arrow {
    padding: 10px 25px !important;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
    border-color: #fff !important;
}

.vc_toggle_content {
    margin-bottom: 0px !important;
}

.vc_toggle_content p {
    margin-bottom: 10px !important;
}

.vc_toggle_active .vc_toggle_title {
    border-bottom: 1px solid #fff !important;
    padding-bottom: 10px !important;
}

.vc_toggle_active .vc_toggle_title h4 {
    color: #fff !important;
}

.vc_do_toggle.vc_toggle.vc_toggle_arrow.vc_toggle_active {
    background-color: #903392 !important;
}

.vc_toggle_content p {
    color: #fff;
    /* margin-top: 20px; */
}


.vc_do_toggle.vc_toggle.vc_toggle_color_default.vc_toggle_size_md {
    border-radius: 5px;
    margin-bottom: 5px;
}

.vc_toggle_title h4 {
    font-family: 'Figtree';
    font-weight: 600;
    text-align: left !important;
    margin-bottom: 0px !important;
    color: #000;
}

.article-body-container {
    background: unset !important;
}

.blorow a.btn.wd-load-more.wd-blog-load-more.load-on-click {
    display: none;
}

.blorow .post-date.wd-post-date.wd-style-with-bg {
    display: none;
}

.blorow h3.wd-entities-title.title.post-title {
    text-align: left;
    line-height: 1.2;
}


.blorow a {
    font-family: figtree;
    font-weight: 400;
}

.blorow .article-inner {
    border-radius: 10px !important;
}

.spbtn .vc_column-inner {
    padding-right: 0px !important;
}

.spbtn .wd-button-wrapper.text-center.inline-element {
    margin-right: 5px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 20px !important;
}

a.btn.btn-color-default.btn-style-default.btn-style-round {
    background-color: #903392;
    color: #fff !important;
    border: none !important;
}


.spbtn a.btn.btn-color-default.btn-size-default.unclickable {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #006d4f;
}

.smallp p {
    color: #727172;
}

.bigp p {
    font-size: 19px;
}

p {
    line-height: 1.3;
    font-family: 'Figtree';
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.threebox .vc_column-inner {
    border-radius: 10px;
	  height: 330px;
}

.twobox h4.info-box-title.title, 
.threebox h4.info-box-title.title {
    font-family: figtree;
    font-size: 19px !important;
    font-weight: 600;
    color: #000 !important;
}



strong.purplefont {
    color: #903392;
    font-weight: 800;
}

h1 {
    font-family: 'Figtree';
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    font-weight: 300;
}

span.nav-link-text:hover {
    color: #ff6600;
    text-decoration: underline;
}

ul#menu-main-menu {
    width: 900px;
}

span.nav-link-text {
    font-family: figtree;
    font-size: 15px;
    font-weight: 500;
}
@media (min-width: 1025px) {
	.vc_row.wpb_row.vc_row-fluid.whitefont.ctasinglepost {
    padding-bottom: 35px !important;
}

.wd-dropdown-menu .vc_tta-panels {
    padding-left: 2% !important;
}


.menuhome h4 {
    margin-bottom: 0px !important;
}

.menuhome .promo-banner {
    border-radius: 15px !important;
}

.samehiehgtwo .info-box-content {
    height: 150px !important;
}

.menuhome h4 {
    background-color: #903892 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.menuhome .wrapper-content-banner.wd-fill.wd-items-bottom.wd-justify-center {
    padding-left: 0px !important;
padding-bottom:0px !important;
    padding-right: 0px !important;
}

.esg-entry-media-wrapper.esg-entry-media-wrapper-not-even {
    min-height: 220px !important;
    max-height: 220px !important;
}

.single-post li {
    font-size: 15px;
}

.ctasinglepost .vc_column-inner {
    padding-right: 50% !important;
}

/* FIXED SIDEBAR */
.toc-sidebar {
  position: fixed;
  top:50%;
  left: 20px;
  width: 240px;
  background: #f7fafb;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 9999;
}

/* TITLE */
.toc-sidebar h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

/* LIST */
.toc-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-sidebar li {
  margin-bottom: 8px;
}

/* LINK STYLE */
.toc-sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #004e61;
  font-size: 15px;
  line-height: 1.3;
}

/* NUMBER BADGE */
.toc-sidebar a span {
  min-width: 20px;
  min-height: 20px;
  background: #005f75;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

/* ACTIVE ON CLICK */
.toc-sidebar a.active span {
  background: #903292; /* orange highlight like your screenshot */
  color: #fff;
}

/* */
.newsrow .esg-entry-content.eg-hayes-content.esg-notalone {
    min-height: 180px !important;
}

.twobox .info-box-wrapper {
    padding: 15px !important;
}



.menuhome .promo-banner-wrapper {
    border-radius: 15px !important;
}


.threrow p {
    height: 90px !important;
}

.pheightwo p {
    height: 90px !important;
}

.pheight p {
    height: 70px !important;
}

.smallwdtwo p {
    padding-bottom: 35px !important;
}

p.greenfont {
    font-size: 29px;
}

.smallwdtwo p {
    padding-left: 15px !important;
    padding-right: 15px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.smallwdtwo {
    width: 75% !important;
    margin: auto;
}

.specialli li {
    font-size: 15px !important;
}

.bannertmc p.greenfont {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

.contactrow .wpb_single_image.wpb_content_element {
    margin-bottom: 0px !important;
}


.widecare div {
    margin-bottom: 0px !important;
}

aside.sidebar-container {
    margin-top: 40px !important;
}

.eg-hayes-element-27:hover {
    font-size: 15px !important;
}

.wd-dropdown-menu.wd-dropdown.wd-design-full-width.color-scheme-dark {
    margin-top: 7px !important;
    background-color: #f6f1f7 !important;
}

.single-format-video h3 {
    font-size: 32px !important;
    line-height: 1.5 !important;
}

.vc_tta-tabs-list span.vc_tta-title-text {
    line-height: 1.5 !important;
}

.vc_tta-tabs-list span.vc_tta-title-text {
    font-size: 18px !important;
}

.caroli ul {
    min-height: 80px !important;
}

.main-footer .info-box-content h4 {
    font-size: 15px !important;
}

.wd-dropdown-menu .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent !important;
}

.wd-dropdown-menu.wd-dropdown.wd-design-sized.color-scheme-dark {
    background-color: #f6f1f7 !important;
}

.wd-dropdown-menu li {
    list-style: none !important;
}

.main-footer .box-icon-wrapper {
    height: 125px !important;
    overflow: hidden;
}

.minipad .info-box-wrapper.wd-carousel-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.wd-dropdown-menu ul {
    padding-left: 0px !important;
}

.wd-social-icons.icons-design-default {
    text-align: center !important;
}

.whb-general-header .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    flex-grow: 0 !important;
}

.whb-main-header .info-box-wrapper {
    background-color: #903292 !important;
    border-radius: 60px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.vc_icon_element-inner.vc_icon_element-color-white.vc_icon_element-size-xs {
 		font-size: 22px !important;
}

.milestone .wd-carousel.wd-grid.info-box-carousel.wd-initialized.wd-horizontal {
    background-image: url(https://tmc.demourl.com.my/wp-content/uploads/2025/05/TMC-Fertility-line.png) !important;
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: 15px 65px !important;
}

.midfont p {
    width: 80% !important;
    margin: auto;
}


.esg-filterbutton {
    font-size: 15px !important;
}

.esg-filterbutton.selected.esg-allfilter {
    font-size: 15px !important;
}

.eg-hayes-element-27 {
    font-size: 15px;
    line-height: 30px;
}
a.btn.btn-color-default.btn-style-default.btn-style-round {
    font-size: 15px !important;
}

.ctarow a.btn.btn-color-default.btn-style-default.btn-style-round.btn-size-default {
    font-size: 16px !important;
}

.middlefont p {
    padding-left: 20% !important;
    padding-right: 20%;
}

.exrow .bigp p {
    font-size: 19px;
    margin-bottom: 20px;
}

.exrow .info-box-wrapper.wd-carousel-item.wd-slide-visible.wd-slide-next {
    padding-left: 0px;
}


.vc_row.wpb_row.vc_row-fluid.bannertmc {
    height: 420px;
}

.vc_row.wpb_row.vc_row-fluid.servicerow {
    padding: 0px 90px;
}
.fourboxrow .info-box-icon {
        width: 30%;
}
.fiveboxrow .info-box-icon {
        width: 40%;
}
.ctarow .vc_column-inner {
    padding: 60px 0px !important;
}

.negemar h1 {
    position: relative;
    margin-bottom: -200px !important;
}

.smallgreyfont p {
    font-size: 15px !important;
    line-height: 1.2 !important;
}

h3 {
    font-size: 19px !important;
    line-height: 1.2 !important;
}

.contactus span.nav-link-text:after {
    content: "123";
    color: transparent;
    background-image: url(https://tmc.demourl.com.my/wp-content/uploads/2025/04/icon-1.png) !important;
    background-size: 16px !important;
    background-repeat: no-repeat;
    background-position: 7px 0px !important;
    padding-right: 4px !important;
}

.contactus span.nav-link-text {
    padding: 7px 25px !important;
    border-radius: 60px !important;
}

.vc_toggle_title h4 {
    font-size: 19px;
}

.blorow a {
    font-size: 19px;
    line-height: 1.3;
}

span.nav-link-text {
    font-size: 15px !important;
}

ul#menu-main-menu {
    --nav-gap: 18px !important;
}

.main-page-wrapper {
    padding-top: 0px;
}

.threebox img.attachment-full.size-full {
    width: 500px;
}
}

@media (max-width: 576px) {
	.main-page-wrapper {
    padding-top: 0px !important;
}



.vc_row.wpb_row.vc_row-fluid.bannerlong {
    background-position: -120px 0px !important;
}

.main-footer .wd-social-icons.icons-design-default {
    margin-bottom: 20px !important;
}

.main-footer a.wd-social-icon {
    padding: 20px !important;
    height: 60px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 60px !important;
}

.main-footer .wd-social-icons.icons-design-default {
    text-align: center !important;
}

.main-footer .wd-carousel.wd-grid.info-box-carousel.wd-initialized.wd-horizontal {
    --wd-col-sm: 2 !important;
}

.smallwdtwo p {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

.smallwdtwo .wd-info-box {
    margin-bottom: 10px !important;
}

.smallwdtwo .box-icon-wrapper.box-with-icon.box-icon-simple {
    width: 30% !important;
    margin: 0px !important;
}

.vc_row.wpb_row.vc_row-fluid.mobnorpad {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}



.vc_row.wpb_row.vc_inner.vc_row-fluid.greybgg {
    width: 100% !important;
    margin: auto;
}

.vc_row.wpb_row.vc_row-fluid.marnotop {
    margin-top: 0px !important;
    margin-bottom: 35px !important;
}


.vc_row.wpb_row.vc_row-fluid.marnotop {
    margin-top: 0px !important;
}


.tourtab img.vc_single_image-img.attachment-full {
    border-radius: 30px !important;
}

.wpb_column.spectab.vc_column_container.vc_col-sm-7 {
    margin-right: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-radius: 20px;
}

.main-footer .wpb_text_column.wpb_content_element {
    padding-top: 20px !important;
}

.exrow .info-box-carousel-wrapper .wd-wpb {
    padding: 20px 70px !important;
    min-height: 149px !important;
}

.milestone .wpb_single_image.wpb_content_element.vc_align_center {
    position: relative;
    top: -55vh;
}

.vc_row.wpb_row.vc_row-fluid.milestone.vc_row-has-fill {
    height: 534px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.searchfilter p {
    padding: 0px;
    padding-bottom: 25px !important;
}

.minimal-light .esg-dropdown-wrapper {
    width: 97%;
}
.esg-filter-wrapper.dropdownstyle.esg-fgc-2 {
    margin-top: 25px;
    position: relative;
    top: -124px;
		padding: 0px 4px 0px 5px;
}

article.esg-filters.esg-singlefilters {
    height: 50px;
}

.page-id-10209 .esg-entry-media {
    width: 65%;
}

h1 {
    text-align: left !important;
	  font-size: 30px !important;
}

p {
		text-align: left !important;
}

strong.whitefont {
    font-size: 37px;
}

.exrow .info-box-carousel-wrapper h1 {
    font-size: 43px !important;
    text-align: center !important;
}

.exrow .info-box-carousel-wrapper p {
    text-align: center !important;
}

.wpb_text_column.wpb_content_element.specialist {
    padding: 10px 15px 0px;
}

.vc_empty_space {
    display: none;
}
}

