:root {
  --primary-color: #e7811d;
  --secondary-color: #c5c7af;
  --background-dark: #333539;
  --color-dark: #1e1e1e;
  --color-light: white;
  --font: "Helvetica Neue", sans-serif;
}
body.site-mapletree-pan-asia-commercial {
  --primary-color: #009CA5;
}
body.site-mpact {
  --primary-color: #009CA5;
}
body.site-mit {
  --primary-color: #b7c726;
}
body.site-mlt{
  --primary-color: #74489D;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: var(--font-size);
  color: var(--color-dark);
  background-color: #fff;
  position: relative;
}
.noto-sans-font {
  font-family: "Noto", sans-serif !important;
}
.noto-sans-font * {
  font-family: "Noto", sans-serif !important;
}
body.lang-ja_JP {
  font-family: "NotoSansJP", sans-serif !important;
}
body.lang-ja_JP p, 
body.lang-ja_JP h1,
body.lang-ja_JP h2,
body.lang-ja_JP h3,
body.lang-ja_JP h4,
body.lang-ja_JP h5,
body.lang-ja_JP h6, 
body.lang-ja_JP span{
  font-family: "NotoSansJP", sans-serif !important;
}
p,
span {
  margin: 0;
  line-height: 1.2;
}
h1.typography {
  font-size: 118px !important;
}
h2.typography {
  font-size: 89px !important;
}
h3.typography {
  font-size: 65px !important;
}
h4.typography {
  font-size: 38px !important;
}
h5.typography {
  font-size: 24px !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700 !important;
  font-family: "Helvetica Neue", sans-serif !important;
}
p,span{
  font-family: "Helvetica Neue", sans-serif !important;
}
em {
  color: var(--color-dark);
}
a {
  transition: all 0.3s linear;
}
a:hover {
  text-decoration: none;
}
.uk-container {
  padding: 0 !important;
  max-width: 1440px !important;
  margin: auto;
}
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}
.basic-page-content a {
  color: var(--primary-color) !important;
}
.mt-primary-color,
.gform-field-label a.mt-primary-color {
  color: var(--primary-color) !important;
}
.mt-text-underline {
  text-decoration: underline !important;
}
.mt-font-16,
.mt-font-16 * {
  font-size: 16px !important;
}
.primary-link-text {
  color: var(--primary-color);
  background: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}
a.primary-link-text:hover {
  color: var(--primary-color);
  text-decoration: none;
}
a.primary-button {
  background: var(--primary-color);
  color: var(--color-light);
  font-size: 16px;
  line-height: 1.22;
  padding: 16px 32px;
  border-radius: 100px;
}
a.primary-button:hover {
  color: inherit;
  text-decoration: none;
}
.mt-full-width {
  width: 100%;
}
.mt-z-index-9 {
  z-index: 9;
}
.mt-overflow-hidden {
  overflow: hidden;
}
.mt-esg-journey-timeline {
  position: relative;
}
.mt-newsroom-wrapper > div > div > *,
.mt-newsroom-wrapper > div > div > * > * {
  max-width: unset;
}
.mt-esg-journey-timeline::before {
  content: "";
  display: inline-block;
  width: 330px;
  height: 1px;
  background: #707070;
  transform: rotate(90deg);
}
.mt-newsroom-title h2.wp-block-post-title {
  font-size: 38px;
  font-family: var(--font);
}
body.newsroom-category-csr.csr-category-economic .mt-newsroom-post-date,
body.newsroom-category-csr.csr-category-environment .mt-newsroom-post-date {
  /* client requested to hide the date for economic and environment */
  display: none !important;
}
.mt-newsroom-post-date time {
  font-size: 14px;
  color: #707070;
}
.mt-tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.mt-tags a.term-link {
  padding: 7px 15px;
  border: 1px solid #c5c7af;
  border-radius: 33px;
  color: #c5c7af;
  text-decoration: none;
}
.mt-tags a.term-link:hover {
  color: #c5c7af;
  text-decoration: none;
}
.mt-csr-viewall,
.mt-csr-viewall * {
  color: #989a87;
}
.mt-csr-viewall .mt-button-content span {
  height: 15px;
}
/* press release slider part - start */
.carousel {
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
}
.carousel .swiper-slide {
  /* width: 900px; */
  height: 500px;
}
.carousel-item {
  /* width: 900px; */
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: auto;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);
}
.carousel-control {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 60px;
  z-index: 1;
}
.carousel-pagination {
  width: auto !important;
}
.carousel-index {
  background-color: #ffffff59;
  height: 28px;
  width: 28px;
  line-height: 1.8;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.carousel-index.swiper-pagination-bullet-active {
  background-color: #c5c7af80;
}
.carousel-arrow {
  background: url(../images/icons/carousel-arrow.png);
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.carousel-arrow.next {
  transform: rotate(180deg);
}
.carousel-arrow[class*="disabled"] {
  opacity: 0.5;
  pointer-events: none;
}
/* press release slider part - end */
/* property detail carousel part - start */
.property-accordion-carousel .carousel-control,
.property-carousel .carousel-control {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 60px;
  z-index: 1;
}
.property-accordion-carousel .carousel-control .carousel-pagination,
.property-carousel .carousel-control .carousel-pagination {
  position: relative;
  inset: 0 !important;
  transform: none;
}
/* property detail carousel part - end */
.more-stories {
  padding: 70px 0;
  background: #f6f6f4;
}
.more-stories .uk-container {
  padding: 0 100px !important;
  max-width: 1240px !important;
}
.more-header h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 46.4px;
}
.more-footer {
  display: none;
  padding-top: 25px;
  justify-content: center;
}
.card-img {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-desc {
  margin-top: 20px;
}
.card-desc p {
  margin: 0 5px 10px 0;
}
.card-desc p a {
  color: #1e1e1e;
}
.card-desc p a:hover {
  color: #1e1e1e;
  text-decoration: none;
}
.date {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.item-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.item-tag {
  padding: 5px 15px;
  border: 1px solid #c5c7af;
  border-radius: 33px;
  color: #c5c7af;
}
.item-tag:hover {
  color: #c5c7af;
  text-decoration: none;
}
/* Property content - start */
.property-content hr {
  height: 2px;
  background: #c5c7af;
}
.property-content h3.typography {
  font-size: 50px !important;
  line-height: 1.2;
}
.property-content h5.pp-highlight {
  font-size: 20px !important;
}
.property-platform {
  margin-bottom: 10px;
}
.property-platform p {
  font-size: 14px;
  font-weight: 700;
}
.property-address p {
  font-size: 14px;
  color: #707070;
  /* max-width: 456px; */
}
.property-address p a {
  color: var(--primary-color);
  font-weight: 700;
}
.property-address p a:hover {
  text-decoration: none;
}
.property-properties {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.property-properties .property-property p {
  font-weight: 400;
}
.property-property label {
  font-size: 14px;
  color: #989a87;
}
h5.pp-highlight {
  margin: 0;
  color: var(--primary-color);
}
h5.pp-highlight span.pp-unit-sqm {
  font-weight: normal;
}
.property-descriptions {
  margin-top: 40px;
}
.property-descriptions .pp-descirption {
  margin-bottom: 32px;
}
.property-descriptions .pp-expand-control {
  display: flex;
  justify-content: end;
}
.property-descriptions .pp-expand-control a.expand-control {
  color: var(--primary-color);
}
.property-descriptions .pp-expand-control a.expand-control.collapsed img {
  transform: rotate(90deg);
}
.property-accordion-carousel,
.property-carousel {
  margin-top: 75px !important;
  overflow: hidden;
}
.property-accordion-carousel .carousel-item {
  height: 428px;
  border-radius: 20px;
}
.property-carousel .carousel-item {
    height: 428px;
  border-radius: 20px;
}
.property-accordion-carousel .swiper-slide,
.property-carousel .swiper-slide {
  transform: scale(1);
}
.property-accordion-property-thumbnails,
.property-thumbnails {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  appearance: none;
  -webkit-appearance: none;
  scrollbar-width: none;
}
.property-thumbnail {
  height: 155px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  flex: 1 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  scroll-snap-align: start;
}
.property-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-property .pp-description>p+p{
  padding-top: 10px;
}
/* Property content - end */
/* Property GForm - start */
.gform_heading {
  display: none;
}
.gform-theme--foundation .gform_fields {
  row-gap: 20px;
  column-gap: 40px;
}
#gform_fields_1 p {
  line-height: 0 !important;
}
.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework
  .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
  color: #fff;
}
.gform-field-label {
  cursor: pointer;
}
.gform-theme--foundation .gform-grid-row {
  margin-inline: unset;
}
.gform-theme--foundation .gform-grid-row p {
  width: 100%;
}
.name_first input,
.ginput_container input {
  border-radius: 15px !important;
  height: 44px !important;
}
.name_first textarea,
.ginput_container textarea {
  border-radius: 15px !important;
}
.mt-form-fields-pale .ginput_container input:not([type=checkbox]),
.mt-form-fields-pale .ginput_container textarea,
.mt-form-fields-pale .ginput_container .gfield_select {
  background: #E7E8DE ;
}
.gform-field-label,
.gform-field-label a {
  font-weight: 400;
  color: #fff !important;
}
.gform-theme--foundation .gfield input.large {
  height: 44px;
}
.single-property .gform_button,
#gform_submit_button_1,
#gform_submit_button_5 {
  height: 40px !important;
  border-radius: 775px;
  padding: 10px 35px;
  background: var(--primary-color);
  font-size: 16px;
}
.single-property  .gform_validation_errors {
  display: none;
}
input[type="checkbox"].gfield-choice-input {
  height: 20px !important;
  border-radius: 3px !important;
  cursor: pointer;
  background: #ffffffc4;
  border: 1px solid #fff;
}
.property-map .single-map-container {
  max-height: 600px;
  overflow: hidden;
}
/* Property GForm - end */
/* Property Related Projects - start */
.heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-wrap h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 46.4px;
  color: #1e1e1e;
}
.more-projects-filters {
  display: flex;
  gap: 10px;
}
.more-projects-filters .more-projects-filter {
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  background: #fff;
  border: 1px solid var(--primary-color);
  cursor: pointer;
}
.more-projects-filters .more-projects-filter.active {
  background: var(--primary-color);
  color: #fff;
}
.propery-related-section-content {
  margin-top: 10px;
}
.property-related-projects {
  display: none;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.property-related-projects.visible {
  display: flex;
}
.nearby-item {
  flex-basis: calc(25% - (60px / 4));
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.nearby-item .neary-image {
  aspect-ratio: 1.475;
  border-radius: 15px;
  overflow: hidden;
}
.nearby-item .neary-image::after {
  content: "";
  background-image: linear-gradient(1deg, #0000009c, transparent);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.nearby-item .neary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.nearby-item .title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500 !important;
  inset: 0;
  display: flex;
  align-items: end;
}
.nearby-item .title a {
  color: inherit;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: end;
  padding: 20px;
}
.nearby-item .title a:hover {
  text-decoration: none;
}
.related-projects-view-all {
  display: flex;
  justify-content: end;
}
.related-projects-view-all a {
  color: var(--primary-color);
}
.site-mit .related-projects-view-all a img{
  filter: invert(81%) sepia(49%) saturate(434%) hue-rotate(232deg) brightness(139%) contrast(94%);
}
/* Property Related Projects - end */
/* Shortcodes Listing design - Latest Posts - start */
.custom-post-listing > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.custom-post-listing > ul > li {
  flex: 1 0 calc(25% - 60px);
  max-width: 25%;
}
.latest-post-item {
  margin-bottom: 20px;
}
.lp-item-img {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}
.lp-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-item-title {
  margin-bottom: 16px;
}
.lp-item-title p {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
}
.lp-item-footer a {
  font-size: 14px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.lp-item-footer a:hover {
  text-decoration: none;
}
.lp-item-footer a img {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
/* Shortcodes Listing design - Latest Posts - end */
/* Media Overview - Newsroom -start */
.custom-post-listing > ul:has(> li.newsroom-first-post) {
  gap: 40px;
}
.newsroom-first-post {
  max-width: 600px !important;
}
.newsroom-first-post + li {
  max-width: none !important;
}
.first-post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.5px 25px;
  background: var(--primary-color);
  color: var(--color-light);
  font-size: 14px;
  border-bottom-right-radius: 33px;
  line-height: 17.09px;
}
.fp-image {
  width: 600px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.fp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-title a:hover {
  text-decoration: none;
}
.fp-date-mobile {
  display: none;
}
.fp-title h5 {
  margin: 0;
  font-family: var(--font);
}
.fp-date p,
.fp-date-mobile,
.np-info-date {
  font-size: 14px;
  color: #707070;
}
.fp-footer {
  display: flex;
  justify-content: space-between;
}
.fp-footer .tags,
.np-info .tags {
  display: none;
}
.fp-footer .tags ul,
.np-info .tags ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fp-footer .tags a,
.np-info .tags a {
  padding: 6.5px 15px;
  border: 1px solid #c5c7af;
  color: #c5c7af;
  font-size: 14px;
  border-radius: 44px;
}
.fp-footer .tags a:hover,
.np-info .tags a:hover {
  text-decoration: none;
}
.np-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.np-image {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 1.780952381;
  border-radius: 20px;
  overflow: hidden;
}
.np-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.np-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.np-info-title {
  color: #333333;
  font-size: 16px;
  line-height: 19.54px;
}
.np-info-title:hover {
  color: #333333;
}
.np-anchor {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  justify-content: end;
}
.np-anchor a {
  outline: none;
  position: relative;
  width: 42px;
  height: 42px;
}
.np-anchor a img {
  position: absolute;
  left: 0;
  transition: all 0.2s linear;
}
.np-anchor a img:last-child,
.np-anchor a:hover img:first-child {
  opacity: 0;
}
.np-anchor a:hover img:last-child {
  opacity: 1;
}
.mt-case-studies .card-action {
  display: none;
}
.media-randp .mt-item-list .wp-block-image {
  flex-shrink: 0;
}
.media-videos .video-cover {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1.8181818182;
}
.media-videos
  > .wp-block-group
  > .wp-block-group:has(> .wp-block-create-block-mt-button) {
  display: none;
}
.media-videos
  > .wp-block-group
  > .wp-block-group:has(> .wp-block-create-block-mt-button)
  .wp-block-create-block-mt-button {
  text-align: center;
  margin-top: 6px;
}

/*property detail for mpact*/
.site-mapletree-pan-asia-commercial .property-property.floor-area,
.site-mapletree-pan-asia-commercial .property-property.country,
.site-mapletree-pan-asia-commercial .property-property.location,
.site-mapletree-pan-asia-commercial .property-property.platform,
.site-mapletree-pan-asia-commercial .property-property.asset {
  display: none;
}

.site-mapletree-pan-asia-commercial
  .property-property
  .pp-highlight.typography {
  font-size: 38px !important;
}

.site-mapletree-pan-asia-commercial .property-property .pp-unit-sqm {
  font-size: 24px !important;
  font-weight: 700;
}

.site-mapletree-pan-asia-commercial .property-descriptions label {
  display: none;
}
.site-mapletree-pan-asia-commercial
  .property-descriptions
  .pp-expand-control
  a.expand-control.collapsed
  img {
  filter: hue-rotate(152deg) saturate(83%) brightness(84%);
}
.site-mapletree-pan-asia-commercial .expand-control.expanded img {
  filter: hue-rotate(152deg) saturate(83%) brightness(84%);
}

.site-mit 
.property-descriptions
.pp-expand-control
a.expand-control.collapsed
img  {
filter: invert(81%) sepia(49%) saturate(434%) hue-rotate(232deg) brightness(139%) contrast(94%);
}
.site-mit  .expand-control.expanded img {
filter: invert(81%) sepia(49%) saturate(434%) hue-rotate(232deg) brightness(139%) contrast(94%);
}

.site-mlt 
.property-descriptions
.pp-expand-control
a.expand-control.collapsed
img  {
filter: invert(95%) sepia(52%) saturate(158%) hue-rotate(67deg) brightness(96%) contrast(94%);
}
.site-mlt  .expand-control.expanded img {
filter: invert(95%) sepia(52%) saturate(158%) hue-rotate(67deg) brightness(96%) contrast(94%);
}
.site-mapletree-pan-asia-commercial .property-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-mapletree-pan-asia-commercial .property-social a {
  color: #333;
}
.site-mapletree-pan-asia-commercial .checkout {
  flex-basis: 100%;
}
.site-mapletree-pan-asia-commercial .checkout,
.site-mapletree-pan-asia-commercial .instagram,
.site-mapletree-pan-asia-commercial .facebook {
  border: 1px solid #c5c7af99;
  border-radius: 70px;
}
.site-mapletree-pan-asia-commercial .checkout a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 34px;
  column-gap: 8px;
}
.site-mapletree-pan-asia-commercial .instagram a,
.site-mapletree-pan-asia-commercial .facebook a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 37px;
  gap: 8px;
}
.site-mapletree-pan-asia-commercial .checkout a img,
.site-mapletree-pan-asia-commercial .instagram a img,
.site-mapletree-pan-asia-commercial .facebook a img {
  height: 24px;
  object-fit: cover;
}
.site-mapletree-pan-asia-commercial .instagram,
.site-mapletree-pan-asia-commercial .facebook {
  flex-basis: 49%;
}

/* mit - property detail */
/* .site-mit .property-accordion-carousel,
.site-mit .property-carousel {
  margin-top: 0 !important;
} */
.site-mit .property-accordion-carousel {
  margin-top: 0 !important;
}
.property-accordion {
  background: #aab5c433;
}
.property-accordion-item .accordion-title {
  cursor: pointer;
}
.property-accordion-item .accordion-title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  max-width: 1296px;
  margin: auto;
  padding: 25px 28px;
  line-height: 1.25;
  position: relative;
}
.property-accordion-item .accordion-title h3::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/icons/icon-accordion.png) no-repeat 100% 100%;
  width: 19px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
}
.property-accordion-item .accordion-content {
  max-width: 1296px;
  margin: auto;
  padding: 50px 28px;
  display: flex;
  justify-content: space-between;
  column-gap: 70px;
  display: none;
}
.property-accordion-item.open .accordion-content {
  display: flex;
}
.property-accordion-item.open .accordion-title h3::after {
  transform: translateY(-50%);
}
.property-accordion-item .accordion-content .accordion-left {
  flex-basis: 596px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.property-accordion-item .accordion-content .accordion-left p+p {
    padding-top: 10px;
}
.property-accordion-item .accordion-content .accrodion-right {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.property-accordion-item .accordion-content .accrodion-right img {
  width: 100%;
  border-radius: 20px;
}
.property-accordion-item .accordion-content .accrodion-right img + p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000cc;
  padding-left: 10px;
}
.property-accordion-item .accordion-content .accordion-left ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.property-accordion-item .accordion-content .accordion-left h5:has(+ p) {
  margin-bottom: 0;
}

.property-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 24px;
}
.property-item{
 width: 260px;
}

.property-item a img {
  width: 100%;
  max-width: 260px;
  height: 172px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.property-item a h3 {
  font-size: 16px;
  font-weight: 500 !important;
  color: #333;
  margin-top: 20px;

}
body.site-mapletree-pan-asia-commercial .mlt-portfolio > div.our-presence:first-of-type,
body.site-mit .mlt-portfolio > div.our-presence:first-of-type{
  display: none;
}

.mit-desktop-show{
  display: block;
}
.mit-mobile-show{
  display: none;
}
@media screen and (max-width: 959px) {
  .custom-post-listing > ul:has(> li.newsroom-first-post) {
    flex-direction: column;
  }
  .custom-post-listing > ul > li.newsroom-first-post {
    width: 100%;
    max-width: 100% !important;
    flex: 1;
  }
  .fp-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.780952381;
  }
  .fp-title h5 {
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }
  .custom-post-listing > ul li.newsroom-first-post + li {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
    padding-right: 20px;
  }
  .custom-post-listing > ul li.newsroom-first-post + li .newsroom-post {
    width: calc(50% - (30px / 2));
  }
  .np-wrapper {
    height: 100%;
    flex-direction: column;
    gap: 12px;
    margin: 0;
  }
  .np-image {
    display: block;
  }
  .np-info {
    flex-grow: 1;
  }
  .np-info-title {
    flex-grow: 1;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
  }
  .np-anchor {
    display: none;
  }
  .media-videos .custom-post-listing > ul {
    flex-wrap: wrap;
  }
  .media-videos .custom-post-listing .media-video {
    max-width: 100%;
    width: calc(50% - (20px / 2));
    flex: unset;
    /* related case studies shortcode - start */
  }
  .more-stories {
    padding: 50px 0;
  }
  .more-stories .uk-container {
    padding: 0 28px !important;
  }
  .more-header h3 {
    font-size: 32px;
  }
  .more-header a.primary-link-text {
    display: none;
  }
  .more-footer {
    display: flex;
  }
}
@media screen and (max-width: 781px) {
  .media-newsletter .wp-block-column:first-of-type .wp-block-group {
    gap: 8px;
  }
  .media-newsletter .wp-block-column p:first-of-type {
    font-size: 32px !important;
  }
  .media-newsletter .gform_wrapper {
    width: 100%;
  }
  .media-newsletter .gform_wrapper .gform_fields {
    display: flex !important;
    flex-direction: column;
  }
  .media-newsletter .gform_wrapper .gfield input:not([type="checkbox"]) {
    width: 100% !important;
  }
  .media-newsletter .gform_wrapper .gchoice {
    align-items: center;
  }
  .media-newsletter .gform_wrapper #field_submit {
    grid-area: none !important;
    display: flex;
    justify-content: flex-end;
  }
  .media-newsletter
    .gform-theme--foundation
    #field_submit
    input[type="submit"][id*="gform_submit_button_"].gform-button--width-full {
    inline-size: unset !important;
  }
}
@media screen and (max-width: 639px) {
  .featured-newsroom
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    p {
    font-size: 32px !important;
  }
  .first-post-wrapper {
    gap: 12px;
  }
  .fp-date-mobile {
    display: block;
  }
  .fp-title h5 {
    font-size: 16px !important;
  }
  .fp-date {
    display: none;
  }
  .custom-post-listing > ul li.newsroom-first-post + li {
    flex-direction: column;
  }
  .custom-post-listing > ul li.newsroom-first-post + li .newsroom-post {
    width: 100%;
  }
  .np-info {
    gap: 12px;
  }
  .np-info-title {
    font-size: 16px;
  }
  .media-randp .mt-item-list {
    gap: 20px;
  }
  .media-randp .mt-item-list .wp-block-group.is-nowrap {
    gap: 16px;
  }
  .media-randp .mt-item-list .wp-block-image img {
    width: 80px !important;
    height: auto !important;
    aspect-ratio: 0.6666666667;
  }
  .media-randp .mt-item-list .wp-block-image + .wp-block-group {
    width: calc(100% - 96px);
  }
  .media-randp
    .mt-item-list
    .wp-block-image
    + .wp-block-group
    .wp-block-group.is-nowrap {
    gap: 6px;
  }
  .media-randp
    .mt-item-list
    .wp-block-image
    + .wp-block-group
    .mt-button-content {
    padding: 6px 12px;
  }
  .media-videos .custom-post-listing > ul {
    flex-direction: column;
    gap: 40px;
  }
  .media-videos .custom-post-listing .media-video {
    width: 100%;
  }
  .media-videos .custom-post-listing .media-video .video-cover {
    margin-bottom: 12px;
  }
  .media-videos .custom-post-listing .media-video a p {
    font-size: 16px;
  }
  .media-videos
    > .wp-block-group
    > .wp-block-group:has(> .wp-block-create-block-mt-button) {
    display: block;
  }
}
/* Media Overview - Newsroom -end */
/* Media Overview - Reports and Publications - start */
li.rnp-item {
  width: 33.33%;
}
.reports-and-publications-item {
  border: 1px solid #2b2b2a;
  border-radius: 20px;
  display: flex;
  padding: 20px;
  gap: 15px;
  align-items: center;
}
.rnp-cover {
  width: 94px;
  height: 121px;
}
.rnp-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reports-and-publications-item .right-content .report-text {
  font-size: 14px;
  color: #707070;
}
.reports-and-publications-item .right-content .report-title {
  font-size: 16px;
  color: #2b2b2a;
}
.reports-and-publications-item .right-content .tags-wrapper {
  margin-top: 10px;
}
.reports-and-publications-item .right-content .tags-wrapper .tag {
  font-size: 14px;
  color: #c5c7af;
  border: 1px solid #c5c7af;
  padding: 6px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}
/* Media Overview - Reports and Publications - end */
/* Media Overview - Videos - start */
.media-video {
  width: 25%;
}
.media-video .card-item .video-cover {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
  max-height: 200px;
  margin-bottom: 20px;
}
.media-video .card-item .video-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.media-video .card-item .video-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-video .card-item .video-cover .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.media-video .card-item a p {
  color: var(--color-light);
  font-size: 20px;
  line-height: 1.5;
  max-height: calc(1.5em * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.media-video .card-item a:hover {
  text-decoration: none;
}
/* Media Overview - Videos - end */
/* Media Overview - GForm - start */
#gform_wrapper_1 input#input_1_6 {
  pointer-events: none !important;
  opacity: 0.7 !important;
}
#gform_wrapper_3 .gform_heading {
  display: none;
}
#gform_wrapper_3 .gform-footer {
  display: none;
}
#gform_wrapper_3 #gform_fields_3 {
  display: grid;
  grid-template-columns: unset;
  grid-template-areas: "email submit" "check check";
  row-gap: 15px;
}
#gform_wrapper_3 #input_3_1 {
  border: 1px solid transparent;
  height: 40px !important;
  width: 400px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 75px !important;
  color: #fff;
  padding: 10px 24px;
  font-style: italic;
  outline: none;
}
#gform_wrapper_3 #gform_submit_button_3 {
  height: 40px;
  padding: 10px 24px;
  gap: 8px;
  border-radius: 75px;
  background: var(--color-light);
  color: var(--primary-color);
  font-size: 16px;
  border: 1px solid transparent;
}
#gform_wrapper_3 div#field_submit {
  grid-area: submit;
}
div#field_3_1 {
  grid-area: email;
}
fieldset#field_3_3 {
  grid-area: check;
}
/* ESG Download Language Form */
#gform_wrapper_4 .gform_heading {
  display: none;
}
div#field_4_3 .ginput_container {
  width: 100%;
}
div#field_4_3 .ginput_container #input_4_3 {
  border-radius: 80px;
  min-width: 230px;
}
input#gform_submit_button_4 {
  border-radius: 80px;
  padding: 10px 24px;
  line-height: 0.8;
  background: var(--primary-color);
}
@media screen and (max-width: 1039px) {
  .resources-esg .tab-contents .tab-content:first-of-type .gform_fields {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 959px) {
  .resources-banner > .wp-block-group {
    padding: 0 20px !important;
  }
  .resources-banner > .wp-block-group > .wp-block-group {
    min-height: auto !important;
  }
  .resources-banner
    > .wp-block-group
    > .wp-block-group
    > .wp-block-group.has-background {
    aspect-ratio: 1.8055555556;
    background: unset !important;
    padding: 28px !important;
  }
  .site-mapletree-pan-asia-commercial  .resources-banner
    > .wp-block-group
    > .wp-block-group
    > .wp-block-group.has-background {
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.36) 0%, rgba(255, 255, 255, 0) 100%) !important;
  }
  .resources-banner
    > .wp-block-group
    > .wp-block-group
    > .wp-block-group.has-background
    > .wp-block-group {
    min-height: auto !important;
    height: 100%;
    justify-content: center;
  }
  .resources-banner
    > .wp-block-group
    > .wp-block-group
    > .wp-block-group.has-background
    > .wp-block-group
    p {
    font-size: 7vw !important;
  }
  .resources-body-reset > .wp-block-group {
    margin-top: 0 !important;
  }
  .resources-body-reset .tabs-container {
    padding: 30px 0 0;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group.has-background {
    padding-left: 0 !important;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns {
    flex-direction: column;
    gap: 50px;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type {
    padding: 0 30px;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group {
    gap: 20px;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    p {
    width: 100%;
    /* text-align: center; */
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    p:last-of-type {
    line-height: 19.54px;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    p:last-of-type
    br {
    display: none;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    > .wp-block-group {
    width: 100%;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-group {
    max-width: 100% !important;
  }
  .resources-esg .tab-contents .tab-content:first-of-type .gform_wrapper {
    display: flex;
    justify-content: center;
  }
  .resources-esg .tab-contents .tab-content:first-of-type .gform_fields {
    flex-direction: row;
    gap: 10px;
  }
  .resources-esg .tab-contents .tab-content:first-of-type .gform_footer {
    display: none;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:last-of-type {
    padding-left: 30px;
    padding-right: 30px;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .resources-esg
    .tab-contents
    .tab-content:first-of-type
    > .wp-block-group
    > .wp-block-group
    > .wp-block-columns
    > .wp-block-column:last-of-type
    img {
    transform: rotateY(180deg);
    border-radius: 600px !important;
    width: 100% !important;
    height: unset !important;
    max-width: 600px;
    aspect-ratio: 757/347;
    object-fit: cover;
    object-position: center center;
  }
  .resources-publication .media-contents-container {
    padding: 0;
  }
  .resources-publication .media-contents-header {
    padding: 0 25px 8px;
  }
  .resources-publication .media-newsroom-list {
    padding: 0 24px;
  }
  .resources-publication .media-newsroom-item-wrapper {
    padding: 0 24px;
  }
  .resources-publication .media-newsroom-item-image {
    flex-shrink: 0;
    width: 180px;
    height: unset;
    aspect-ratio: 1.5;
  }
  .csr-body .tab-content > .wp-block-group > .wp-block-group {
    padding: 30px 28px 0 !important;
  }
  .csr-body .csr-case-studies-header {
    margin: 0 0 8px;
  }
  .csr-body .csr-item-image {
    flex-shrink: 0;
    width: 180px;
    height: unset;
    aspect-ratio: 1.5;
  }
  .csr-body .csr-item-row {
    padding: 30px 0;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-contents-container {
    padding: 0;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-newsroom-feature-video {
    flex-direction: column;
    gap: 30px;
    margin: 0 0 50px;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-contents-videos-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .resources-esg .tab-contents .tab-content:first-of-type .gform_wrapper form {
    width: 100%;
  }
  .resources-esg .tab-contents .tab-content:first-of-type .gform_fields {
    justify-content: center;
  }
  .resources-esg .tab-contents .tab-content:first-of-type select {
    min-width: 170px !important;
  }
  .resources-publication .media-contents-header {
    position: relative;
    z-index: 2;
  }
  .resources-publication .media-newsroom-filters {
    transform: translateY(calc(100% + 19px));
  }
  .resources-publication .media-newsroom-list {
    padding: 30px 24px 0;
  }
  .resources-publication .media-newsroom-item {
    position: relative;
    border: 0 none;
  }
  .resources-publication .media-newsroom-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: 1px;
    background: #b9b9b980;
  }
  .resources-publication .media-newsroom-item-wrapper {
    flex-direction: column;
  }
  .resources-publication .media-newsroom-item-image {
    width: 100%;
  }
  .csr-body .csr-item-row {
    flex-direction: column;
    gap: 12px;
  }
  .csr-body .csr-item-image {
    width: 100%;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-newsroom-feature-video {
    gap: 12px;
    margin: 0 0 40px;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-newsroom-feature-video
    .feature-video-date,
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-newsroom-feature-video
    .feature-video-desc {
    display: none;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-feature-video-text-wrapper
    h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-contents-videos-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-contents-videos-list
    li {
    gap: 12px;
  }
  .resources-media-video
    .tab-contents
    .tab-content:last-of-type
    .media-contents-videos-list
    p {
    font-size: 16px;
    line-height: 1.2;
  }
}
/* Resources responsive */
/* Capital Management responsive */
@media screen and (max-width: 1024px) {
  .mt-cm-content .tab-contents .tab-content > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-cm-content .tab-contents .tab-content .card-contents {
    padding: 20px;
  }
}
@media screen and (max-width: 959px) {
  .mt-cm-oval {
    padding: 0 0 20px !important;
  }
  .mt-cm-content .tab-contents .tab-content .custom-list-items {
    margin-top: 5px;
  }
  .mt-cm-content .tab-contents .tab-content .card-box {
    gap: 12px;
  }
  .mt-cm-content .tab-contents .tab-content .card-image {
    aspect-ratio: 1.780952381;
  }
  .mt-cm-content .tab-contents .tab-content .card-contents {
    position: relative;
    background: transparent;
    padding: 0;
    border-radius: 0;
    overflow: visible;
  }
  .mt-cm-content .tab-contents .tab-content .card-title h5 {
    color: #000000cc;
    font-size: 20px;
    margin: 0 0 12px;
  }
  .mt-cm-content
    .tab-contents
    .tab-content
    .card-contents
    .custom-tags-wrapper {
    margin: 0;
  }
  .mt-cm-content
    .tab-contents
    .tab-content
    .card-contents
    .custom-tags-wrapper
    ul {
    gap: 6px;
  }
  .mt-cm-content
    .tab-contents
    .tab-content
    .card-contents
    .custom-tags-wrapper
    li {
    color: #00000033;
    border-color: #00000033;
    padding: 6px 12px;
  }
  .mt-cm-content .tab-contents .tab-content .card-action {
    position: absolute;
    bottom: calc(100% + 24px);
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mt-cm-content
    .tab-contents
    .tab-content
    .wp-block-create-block-custom-button
    a {
    font-size: 14px;
  }
  .mt-cm-content .tab-contents .tab-content .custom-list-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 10px;
  }
    .mlt-award-block figure img{
    max-width: 100% !important;
    width: 100% !important;
  }

}
/* Capital Management responsive */
/* Contact Us - GForm - start */
#gform_wrapper_2 {
  margin: 0 !important;
}
#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 #gform_fields_2 {
  row-gap: 30px !important;
}
#gform_wrapper_2
  .wp-container-core-group-is-layout-9
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#gform_wrapper_2 #field_2_7 {
  display: none;
}
#gform_wrapper_2 #label_2_18_1 {
  display: block;
}
#gform_wrapper_2 .gfield_contains_required label::after {
  content: "*";
  color: var(--gf-ctrl-label-color-req);
}
#gform_wrapper_2 input,
#gform_wrapper_2 select,
#gform_wrapper_2 textarea {
  border: none;
  background: #e7e8de;
  outline: none;
}
#gform_wrapper_2 select {
  color: rgba(112, 112, 112, 0.5);
  border-radius: 15px;
  min-height: 44px;
  padding: 12px 12px;
  line-height: 1.5;
}
#gform_wrapper_2 option:not(:first-of-type) {
  color: black;
}
#gform_wrapper_2 textarea {
  height: 88px;
  resize: none;
}
#gform_wrapper_2 .gfield_required {
  display: none;
}
#gform_wrapper_2 .gfield--type-checkbox legend {
  display: none;
}
#gform_wrapper_2 #label_2_18_1 {
  margin: 0 !important;
  line-height: 1.4;
}
#gform_wrapper_2 #label_2_18_1 a {
  color: #333333 !important;
  color: var(--primary-color) !important;
}
#gform_wrapper_2 .gfield-choice-input {
  background-color: transparent;
  border: 1px solid #333333;
  margin-right: 10px;
}
#gform_wrapper_2 .gfield_checkbox .gform-field-label {
  font-size: 14px !important;
  line-height: 1.5;
}
#gform_wrapper_2 input[type="submit"] {
  background-color: var(--primary-color);
  border-radius: 75px;
  color: #fff !important;
  padding: 10px 20px;
  min-width: 100px;
  min-height: 40px;
  box-sizing: border-box;
}
/* Contact Us - GForm - end */
/* Search Result Page - Start*/
body.search .wp-site-blocks > .wp-block-group-is-layout-constrained {
  padding: 50px 0;
  background: #f6f6f4;
}
body.search .wp-block-search__label {
  display: none;
}
body.search .wp-block-search__input {
  border-radius: 57px;
  border: 1px solid #c5c7af;
  background: #fff;
  padding: 10px 40px 10px 40px;
  max-width: 424px;
  font-size: 14px;
  color: #333333;
  /* text-transform: capitalize; */
  outline: none;
  transition: all 0.3s linear;
}
body.search .wp-block-search__input:focus {
  border-color: #33333380;
}
body.search .wp-block-search__button {
  border-radius: 57px;
  background: var(--primary-color);
  width: 104px;
  padding: 10px 20px;
  line-height: initial;
  font-size: 14px;
  border: 1px solid var(--primary-color);
  transition: all 0.3s linear;
}
body.search .wp-block-search__button:hover {
  color: var(--primary-color);
  background: transparent;
}
body.search .wp-block-search {
  margin-bottom: 30px;
}
body.search .wp-block-query-title {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 30px;
}
body.search .wp-site-blocks .wp-block-query {
  margin-top: 0;
}
.breadcrumbs,
.breadcrumbs a {
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 400;
}
body.search .wp-block-post-title {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
  color: #333333;
}
body.search .wp-block-post-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
body.search .wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body.search .wp-block-post-excerpt {
  margin: 0;
}
body.search .wp-block-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
body.search .wp-block-query-pagination {
  justify-content: center;
  padding-top: 20px;
  grid-gap: 0;
}
.page-numbers {
  padding: 5px 10px;
  margin: 0 5px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: 500;
}
.page-numbers:hover,
.current {
  color: rgba(51, 51, 51, 0.5);
  border-radius: 28px;
  background: rgba(197, 199, 175, 0.5);
  text-decoration: none;
}
.wp-block-query-pagination-previous span,
.wp-block-query-pagination-next span {
  color: rgba(51, 51, 51, 0.5);
  text-indent: -999px;
}
.wp-block-query-pagination-previous span::after,
.wp-block-query-pagination-next span::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMDY2NjkgMTAuNTU5OEM2LjkxODI3IDEwLjQxMTMgNi44MzQ5IDEwLjIxIDYuODM0OSAxMC4wMDAxQzYuODM0OSA5Ljc5MDE1IDYuOTE4MjcgOS41ODg4MiA3LjA2NjY5IDkuNDQwMzZMMTEuNTQ1MSA0Ljk2MTlDMTEuNjE4MiA0Ljg4NjI5IDExLjcwNTUgNC44MjU5OCAxMS44MDIxIDQuNzg0NDlDMTEuODk4NyA0Ljc0MyAxMi4wMDI2IDQuNzIxMTYgMTIuMTA3NyA0LjcyMDI0QzEyLjIxMjggNC43MTkzMyAxMi4zMTcxIDQuNzM5MzYgMTIuNDE0NCA0Ljc3OTE3QzEyLjUxMTcgNC44MTg5NyAxMi42IDQuODc3NzYgMTIuNjc0NCA0Ljk1MjA5QzEyLjc0ODcgNS4wMjY0MiAxMi44MDc1IDUuMTE0ODEgMTIuODQ3MyA1LjIxMjFDMTIuODg3MSA1LjMwOTQgMTIuOTA3MSA1LjQxMzY0IDEyLjkwNjIgNS41MTg3NkMxMi45MDUzIDUuNjIzODggMTIuODgzNSA1LjcyNzc2IDEyLjg0MiA1LjgyNDM1QzEyLjgwMDUgNS45MjA5MyAxMi43NDAyIDYuMDA4MjkgMTIuNjY0NiA2LjA4MTMyTDguNzQ1ODEgMTAuMDAwMUwxMi42NjQ2IDEzLjkxODhDMTIuODA4OCAxNC4wNjgxIDEyLjg4ODYgMTQuMjY4MSAxMi44ODY4IDE0LjQ3NTdDMTIuODg1IDE0LjY4MzMgMTIuODAxNyAxNC44ODE4IDEyLjY1NDkgMTUuMDI4NkMxMi41MDgxIDE1LjE3NTQgMTIuMzA5NiAxNS4yNTg2IDEyLjEwMiAxNS4yNjA0QzExLjg5NDQgMTUuMjYyMiAxMS42OTQ1IDE1LjE4MjQgMTEuNTQ1MSAxNS4wMzgyTDcuMDY2NjkgMTAuNTU5OFoiIGZpbGw9IiMzMzMzMzMiIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPg==");
  width: 25px;
  display: block;
  height: 25px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -3px;
  left: -15px;
}
.wp-block-query-pagination-next span::after {
  transform: rotate(180deg);
  left: 0;
}
.wp-block-post-excerpt__excerpt {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* Change this number to limit lines */
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search__inside-wrapper ::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE3LjUgMTcuNUwxMy44NzUgMTMuODc1TTE1LjgzMzMgOS4xNjY2N0MxNS44MzMzIDEyLjg0ODYgMTIuODQ4NiAxNS44MzMzIDkuMTY2NjcgMTUuODMzM0M1LjQ4NDc3IDE1LjgzMzMgMi41IDEyLjg0ODYgMi41IDkuMTY2NjdDMi41IDUuNDg0NzcgNS40ODQ3NyAyLjUgOS4xNjY2NyAyLjVDMTIuODQ4NiAyLjUgMTUuODMzMyA1LjQ4NDc3IDE1LjgzMzMgOS4xNjY2N1oiIHN0cm9rZT0iI0M1QzdBRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  display: block;
  width: 20px;
  height: 20px;
}
/* Search Result Page - End */
/* Corporate Governance Page - Start */
#corporate-table thead {
  border-bottom: 2px solid var(--primary-color);
}
#corporate-table th {
  text-align: left;
  vertical-align: bottom;
  font-weight: 500;
  border: 0;
  padding-left: 0;
  padding-bottom: 8px;
}
#corporate-table th:first-child {
  width: 270px;
}
#corporate-table td {
  padding: 16px 0;
  font-weight: 500;
  border: 0;
}
#corporate-table tr:first-child td {
  padding-top: 24px;
}
#corporate-table tbody tr {
  border-bottom: 1px solid #b5bebf;
}
#corporate-table tbody td:nth-child(n + 3) {
  text-align: left;
}
#corporate-table tbody tr:last-child {
  border-bottom: 0;
}
/* Corporate Governance Page - End */
/* Home Page - Latest News - Start */
.news-wrapper {
  display: flex;
  gap: 20px;
}
.news-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}
.latest-news-img {
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
.latest-news-img a {
  display: block;
  height: 100%;
}
.latest-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.latest-news-img a:hover img {
  transform: scale(1.1);
}
.latest-news-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
span.latest-news-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
}
.latest-news-content a {
  color: #ffffff;
  text-decoration: none;
}
.latest-news-content a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.latest-news-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
  color: inherit;
}
ul.latest-news-tags {
  padding: 0;
  padding-top: 6px;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 6px;
}
ul.latest-news-tags li {
  padding: 6px 12px;
  border: 1px solid var(--secondary-color);
  border-radius: 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.09px;
  color: var(--secondary-color);
}
/* Home Page - Latest News - End */
p.text-rotate {
  transform: rotate(270deg);
  font-family: var(--font) !important;
  max-width: 50px;
}
/* Start News Room*/
.mt-newsroom-wrapper a,
.mt-post-content a,
.media-contacts a {
  text-decoration: none;
  color: var(--primary-color);
}
.mt-newsroom-wrapper a:hover,
.mt-post-content a:hover,
.media-contacts a {
  text-decoration: none;
  color: var(--primary-color);
}
.wp-element-caption {
  display: block !important;
  font-size: 12px;
  font-style: italic;
}
.mt-newsroom-wrapper ol li {
  font-size: 10px;
}
.mt-newsroom-wrapper table tr td {
  vertical-align: top;
}
.mt-newsroom-company-group-wrapper > div:nth-child(even) {
  background-color: #ffffff;
}
.mt-newsroom-company-group-wrapper > div:nth-child(odd) {
  background-color: #e7e8de;
}
/* End News Room*/
/* Search Form */
.search-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-form label {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
}
.search-form p {
  display: none !important;
}
.search-form div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-field {
  flex-grow: 1;
  color: #333;
  font-size: 14px;
  background-image: url("../images/icons/mt-search-gray.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 15px center;
  background-color: #fff;
  border: 1px solid #c5c7af;
  border-radius: 200px;
  padding: 12px 20px 12px 42px;
  outline: none;
  transition: all 0.3s linear;
}
.search-field::placeholder {
  color: #33333380;
}
.search-field:focus {
  border-color: #33333380;
}
.search-submit {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 200px;
  padding: 12px 29px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-submit:hover {
  color: var(--primary-color);
  background: transparent;
}
/* Search Form */
@media screen and (max-width: 1200px) {
  /* Home Page - Commitment - Start */
  .mt-home-commitment .wp-block-image img {
    width: 310px;
  }
  .mt-home-commitment {
    gap: 70px !important;
    padding-right: 120px;
    /* Home Page - Commitment - Ens */
  }
  .mt-awards .tabs.default button {
    font-size: 15px;
  }
  .property-content h3.typography {
    font-size: 32px !important;
  }
  .property-accordion-property-thumbnails,
  .property-thumbnails {
    display: none;
  }
  .property-properties {
    display: flex;
    flex-wrap: wrap;
  }
  .property-property {
    flex: 1 0 47%;
  }
  .property-property:first-child,
  .property-property:nth-child(2) {
    flex: 1 0 100%;
  }
  #mipl-propery-form .gform_fields {
    grid-template-columns: 1fr;
  }
  #mipl-propery-form .gform-footer {
    justify-content: end;
    gap: 0;
    /* Property Related Projects - start */
  }
  .property-accordion-carousel,
  .property-carousel {
    margin-top: 0 !important;
  }
  .property-accordion-carousel .carousel-item
  .property-carousel .carousel-item {
    border-radius: 0;
  }
  .heading-wrap {
    flex-wrap: wrap;
  }
  .more-projects-filters,
  .more-projects-filter {
    width: 100%;
  }
  .nearby-property {
    margin-top: 20px;
  }
  .nearby-item {
    flex-basis: 100%;
  }
  .related-projects-view-all {
    display: flex;
    justify-content: center;
  }
  .related-projects-view-all a {
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 100px;
    background: var(--primary-color);
    color: var(--color-light);
    line-height: 1.22;
  }
  .site-mit .related-projects-view-all a{
    background-color: transparent;
    color: var(--primary-color);
    padding: 0 0 20px 0;
  }
  .related-projects-view-all a img {
    display: none;
  }
  .site-mit .heading-wrap h2 {
    font-size: 32px !important;
  }
}
/*For Tablet */
@media screen and (min-width: 641px) and (max-width: 959px) {
  .mt-tablet-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
    /* Home Page - Latest News - Start */
  }
  .latest-news-img {
    height: 180px;
  }
  span.latest-news-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
  }
  .latest-news-content p {
    font-size: 16px;
    font-weight: 500;
  }
  ul.latest-news-tags {
    padding: 0;
    padding-top: 6px;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 6px;
  }
  ul.latest-news-tags li {
    padding: 6px 12px;
    border: 1px solid var(--secondary-color);
    border-radius: 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.09px;
    color: var(--secondary-color);
    /* Home Page - Latest News - End */
    /* Home Page - Commitment - Start */
  }
  .mt-home-commitment .wp-block-image img {
    width: 310px;
  }
  .mt-home-commitment {
    gap: 70px !important;
    padding-right: 0px;
    padding: 50px 60px !important;
    /* Home Page - Commitment - End */
  }
}
/* Contact Us - GForm - start */
@media screen and (min-width: 768px) and (max-width: 976px) {
  #contact-us-form.wp-block-group {
    grid-template-columns: 1fr;
    gap: 50px !important;
    margin: 0 !important;
  }
  #contact-us-form #gform_wrapper_2 {
    width: 100%;
    max-width: 100%;
  }
  #contact-us-form #gform_fields_2 {
    row-gap: 20px !important;
  }
  #contact-us-form .wp-block-group {
    margin: 0 !important;
  }
  #contact-us-form .wp-block-heading {
    margin: 0 !important;
  }
  body.site-mapletree-pan-asia-commercial #contact-us-form .wp-block-group,
  body.site-mpact #contact-us-form .wp-block-group {
    margin: 0 0 10px 0 !important;
  }
}
/* Contact Us - GForm - end */
/*For Mobile */
/* Contact Us - GForm - start */
@media screen and (max-width: 767px) {
  .mt-mobile-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mpact-grid-2column{
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #contact-us-form.wp-block-group {
    grid-template-columns: 1fr;
    gap: 50px !important;
  }
  #contact-us-form #gform_wrapper_2 {
    width: 100%;
    max-width: 100%;
  }
  #contact-us-form #gform_fields_2 {
    row-gap: 20px !important;
  }
  #contact-us-form h5 {
    font-size: 20px !important;
    margin: 0 0 12px 0 !important;
  }
  #contact-us-form .wp-block-group {
    margin: 0 !important;
  }
  body.site-mapletree-pan-asia-commercial #contact-us-form .wp-block-group.margin-bottom-reset, 
  body.site-mpact #contact-us-form .wp-block-group.margin-bottom-reset {
          margin: 0 0 0px 0 !important;
  }

  body.site-mapletree-pan-asia-commercial #contact-us-form .wp-block-group,
  body.site-mpact #contact-us-form .wp-block-group {
    margin: 0 0 10px 0 !important;
  }
  #contact-us-form p {
    font-size: 14px !important;
  }
  #contact-us-form #gform_wrapper_2 .gform-field-label {
    font-size: 14px !important;
  }
  #contact-us-form .gform-theme--foundation .gform_footer {
    justify-content: flex-end;
  }
  .mpact-coperate-tab {
    gap: 0 !important;
  }
  .mpact-coperate-tab .wp-block-columns {
    margin-bottom: 20px !important;
  }
  .mpact-coperate-tab .wp-block-columns:nth-child(3n + 0) {
    margin-bottom: 0 !important;
  }
}
/* Contact Us - GForm - end */
/* Related Case Studies - start */
.swiper:has(> .custom-swiper) {
  overflow: unset;
}
.custom-swiper {
  box-sizing: border-box;
  overflow: visible;
}
.custom-swiper .swiper-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.custom-swiper .swiper-btn {
  width: 90px;
  height: 40px;
  display: flex;
  gap: 10px;
}
/* .swiper-button-pre{
 top: 0;
 } */
.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
}
.custom-swiper .swiper-button-prev {
  left: 0;
}
.custom-swiper .swiper-button-next {
  right: 0;
}
.custom-swiper a[class*="swiper-button"] {
  margin: 0;
}
.custom-swiper a[class*="swiper-button"] img {
  position: absolute;
  inset: 0;
}
.custom-swiper a[class*="swiper-button"] img:last-child,
.custom-swiper a[class*="swiper-button"]:hover img:first-child {
  opacity: 0;
}
.custom-swiper a[class*="swiper-button"]:hover img:last-child {
  opacity: 1;
}
.custom-swiper
  a[class*="swiper-button"]:not(.swiper-button-disabled)
  img:nth-child(2) {
  opacity: 0;
}
.custom-swiper a[class*="swiper-button"].swiper-button-disabled img:first-child,
.custom-swiper a[class*="swiper-button"].swiper-button-disabled img:last-child {
  opacity: 0;
}
/* .custom-swiper .swiper-button-prev:hover,
 .custom-swiper .swiper-button-next:hover{
 background-color: var(--primary-color);
 border: 2px solid var(--primary-color);
 }
 .custom-swiper .swiper-button-prev:hover img,
 .custom-swiper .swiper-button-next:hover img{
 filter: brightness(0) invert(1);
 } */
/* .custom-swiper .swiper-button-next.swiper-button-disabled, 
 .custom-swiper .swiper-button-prev.swiper-button-disabled{
 background-color: #868686;
 opacity: 1;
 } */
/* .custom-swiper .swiper-button-next.swiper-button-disabled img, 
 .custom-swiper .swiper-button-prev.swiper-button-disabled img{
 filter: brightness(0) invert(1);
 } */
.custom-swiper .swiper-button-prev img {
  transform: rotate(180deg);
}
.custom-swiper .swiper-button-next:after,
.custom-swiper .swiper-rtl .swiper-button-prev:after,
.custom-swiper .swiper-button-prev:after,
.custom-swiper .swiper-rtl .swiper-button-next:after {
  content: "none";
}
.custom-swiper .swiper-slide {
  min-height: 200px;
  position: relative;
  cursor: pointer;
}
.csr-item {
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.csr-item .csr-item-img {
  height: 100%;
  /* position: relative; 
   overflow: hidden; */
}
.csr-item .csr-item-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.custom-swiper .csr-item-text {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-weight: 500;
  text-decoration: none;
}
.custom-swiper .swiper-slide .csr-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-swiper .swiper-ttl {
  color: #1e1e1e;
  font-size: 38px;
  font-weight: 700;
}
.custom-swiper .viewall-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--primary-color);
  text-decoration: none;
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.custom-swiper .csr-item-md-readmore {
  display: none;
}
.custom-swiper .viewall-btn span {
  margin-right: 5px;
}
/* Related Case Studies - start */
/* Properties Listing */
.listing-top {
  background-color: #f6f6f4;
}
.listing-top > .wp-block-columns {
  max-width: 1440px;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0;
}
.listing-top > .wp-block-columns > .wp-block-column:first-of-type {
  flex-grow: 1;
  max-width: 700px;
}
.listing-top > .wp-block-columns > .wp-block-column:last-of-type {
  flex-shrink: 0;
  flex-grow: unset !important;
  flex-basis: unset !important;
}
.listing-top .wp-block-heading {
  font-size: 38px !important;
  margin-bottom: 20px;
}
.listing-top .wp-block-column:nth-child(2) .wp-block-heading {
  font-size: 24px !important;
  margin-bottom: 14px;
}
.listing-top .wp-block-column:nth-child(2) .our-presence .wp-block-heading {
  font-size: 38px !important;
}
.listing-top
  > .wp-block-columns
  > .wp-block-column:last-of-type
  .wp-block-columns {
  grid-gap: 60px;
  margin: 0 !important;
}
.listing-top .wp-block-column:nth-child(2) p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-top .wp-block-column:nth-child(2) .wp-block-columns .wp-block-heading {
  font-size: 38px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.listing-top .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
  width: auto;
  flex: auto;
}
.map-page {
  background-color: #f6f6f4;
}
.map-page .md-container {
  padding: 0 30px;
  box-sizing: content-box;
}
.search-box input {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: calc(100% - 20px) center;
  padding: 10px 20px;
  padding-right: 50px;
  width: 100%;
}
.search-box input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  font-family: var(--font);
}
.search-box {
  margin-bottom: 20px;
  max-width: calc(50% + 16px);
}
/* .mt-map-overflow {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mt-map-overflow::-webkit-scrollbar {
  display: none;
} */
.mt-map-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.mt-map-filters > * {
  flex-shrink: 0;
}
.map-page select {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  border: 1px solid #cad2d3;
  background: #fff;
  /* margin-right: 12px; */
  width: calc(25% - 10px);
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px 8px;
  cursor: pointer;
}
.map-page input:focus-visible,
.map-page select:focus-visible {
  outline: none;
}
.map-page .search-box svg g#Icon-Arrow > path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
.map-page .search-box svg g#Icon-Arrow g path {
  fill: transparent;
}
.map-page form {
  padding-bottom: 40px;
}
#clearall {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -30px;
  display: none;
  white-space: nowrap;
}
#clearall.show {
  display: block;
}
.mt-map-tab {
  display: none;
  background: #fff;
  padding: 20px 0;
}
.mt-map-tab-wrap {
  display: flex;
  justify-content: center;
}
.mt-map-tab-wrap ul {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  background: #f3f3ef;
  border-radius: 200px;
  overflow: hidden;
  padding: 8px 10px;
  margin: 0;
}
.mt-map-tab-wrap ul li button {
  color: #33333380;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.09px;
  background: transparent;
  border: 0 none;
  border-radius: 200px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.mt-map-tab-wrap ul li button.mt-map-view-active {
  color: #fff;
  background: var(--primary-color);
}
.results .col-md-3 {
  width: calc(100% / 3 - 13px);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #d8d6c4;
  background: #fff;
  margin-right: 16px;
  margin-bottom: 16px;
}
.results .col-md-3:nth-child(3n + 3) {
  margin-right: 0;
}
.total {
  width: 100%;
}
.results .col-md-3 img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.results .col-md-3 .image {
  margin-bottom: 20px;
}
.results .col-md-3 h4 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}
.results {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  background-color: #fff;
}
.results .row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: 100%;
  overflow-y: scroll;
  max-height: 700px;
}
/* Scrollbar styling for WebKit-based browsers (Chrome, Edge, Safari) */
.results .row::-webkit-scrollbar {
  width: 8px;
  /* Adjust width */
}
.results .row::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
}
.results .row::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  /* Thumb color */
  border-radius: 10px;
  transition: background 0.3s ease;
}
.results .row::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Darker thumb on hover */
}
.results {
  /* position: absolute;
   top: 0;
   left: -100%; */
  z-index: 2;
  width: 100%;
  max-width: 830px;
  min-width: 830px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  transition: left 0.5s ease;
}
/* .result-inner {
 max-width: 830px;
 position: relative;
 } */
.result-wrapper {
  position: absolute;
  top: 0;
  left: -830px;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease;
  z-index: 11;
  background-color: #fff;
  max-width: 830px;
}
.result-wrapper.show {
  left: 0;
  transition: left 0.5s ease;
}
.map-btn {
  position: absolute;
  right: -160px;
  top: 60px;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(197, 199, 175, 0.5);
  color: #333;
  z-index: 9;
  transition: right 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
.map-btn span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.map-btn:hover {
  color: #333;
}
.map-btn svg {
  margin-right: 8px;
}
.show .map-btn span {
  display: none;
}
.show .map-btn svg {
  transform: rotate(180deg);
  margin-right: 0;
}
.result-wrapper.show .map-btn {
  right: -60px;
  transition: right 0.5s ease;
}
.relative {
  position: relative;
}
.map-container {
  margin-bottom: 0;
  overflow: hidden;
}
.total {
  display: flex;
  justify-content: space-between;
}
.total p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.checkmark {
  max-width: 35px;
  border-radius: 10px 0px;
  background: #e7e8de;
  padding: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
}
.results .col-md-3 .checkmark img {
  width: 100%;
  height: auto;
}
.image {
  position: relative;
}
* {
  box-sizing: border-box;
}
.md-container {
  max-width: 1440px;
  margin: 0 auto;
  /* padding: 0 50px; */
}
/* Style the switch */
.map-page .switch {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
/* Hide the checkbox */
.map-page .switch input {
  display: none;
  /* opacity: 0;
   width: 0;
   height: 0; */
}
/* Slider for the toggle switch */
.map-page .slider {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 26px;
  background-color: #ccc;
  transition: all 0.3s linear;
  border-radius: 25px;
}
/* Switch handle */
.map-page .slider::before {
  position: absolute;
  content: "";
  width: 18px;
  aspect-ratio: 1;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s linear;
}
/* Checkbox checked state */
input:checked + .slider {
  background-color: #4caf50;
}
/* Move the handle to the right when checked */
input:checked + .slider:before {
  transform: translateX(24px);
}
/* Show the dropdown when the checkbox is checked */
input:checked + .slider + .dropdown {
  display: block;
}
#maphover1 {
  height: 563px;
  max-width: 100%;
  margin: 0 auto;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  display: none;
}
#maphover1 #singapore-marker svg path,
#maphover1 #current svg path,
#map-mobile .mapboxgl-marker:hover svg path,
#maphover1 .mapboxgl-marker:hover svg path {
  fill: var(--primary-color);
  opacity: 1;
}
.map-page .sorting {
  display: none !important;
}
.sorting select {
  width: 100%;
  color: var(--primary-color);
  border-radius: unset;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjRTk4MjFEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
  padding-right: 30px;
}
.results .col-md-3:hover {
  border-color: var(--primary-color);
}
.property-item p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.loading-spinner {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.total {
  display: none;
}
.total.showtotal {
  /* display: flex; */
  /* cilent requested to hide this */
  display: none !important;
}
#maphover1 .mapboxgl-popup-content {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 11px 0px rgba(197, 199, 175, 0.25);
  padding: 20px;
  min-width: 230px;
  min-height: 190px;
}
#maphover1 .mapboxgl-popup-content h5 a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
#maphover1 .mapboxgl-popup-content h5 {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#maphover1 .mapboxgl-popup-content h5:hover {
  color: #333;
}
#maphover1 .mapboxgl-popup-content h5:focus-visible {
  outline: none;
}
#maphover1 .mapboxgl-popup-content h4 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font);
  margin: 0;
  margin-top: 6px;
}
.results .col-md-3 h4 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
#maphover1 .mapboxgl-popup-content p {
  color: rgba(51, 51, 51, 0.5);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.office {
  margin-right: 40px;
}
#maphover1 .mapboxgl-popup-content a:hover p,
.content-inner a:hover p {
  color: var(--primary-color);
}
#maphover1 .map-popup-content .content-inner {
  display: flex;
  flex-wrap: wrap;
}
.map-popup-content .links {
  width: 100%;
  margin-top: 15px;
}
.map-popup-content .links a:hover,
.map-popup-content .links a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.mapboxgl-control-container .mapboxgl-ctrl-compass,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-right,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-left {
  display: none;
}
#maphover1 .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  display: none;
}
#maphover1 .mapboxgl-popup {
  left: 80px;
  top: 40px;
  transform: none !important;
  min-width: 273px;
}
#map-mobile .mapboxgl-marker svg,
#maphover1 .mapboxgl-marker svg {
  width: 35px;
}
#map-mobile .mapboxgl-marker svg path,
#maphover1 .mapboxgl-marker svg path {
  fill: #33333360;
}
#maphover1 #singapore-marker svg,
#maphover1 #current svg,
#map-mobile .mapboxgl-marker:hover svg,
#maphover1 .mapboxgl-marker:hover svg {
  width: 50px;
}
.list-popup a {
  display: flex;
  align-items: center;
}
.list-image {
  max-width: 100px;
  height: 100px;
  margin-right: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.wp-site-blocks {
  max-width: 100vw;
  overflow: hidden;
}
.list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#map .mapboxgl-popup {
  min-width: 370px;
}
#map .mapboxgl-popup-content {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #d8d6c4;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
#map .mapboxgl-popup-content h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
  color: #333;
}
#map .mapboxgl-popup-tip {
  display: none;
}
#map .mapboxgl-popup-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font);
  color: #333;
}
#map .mapboxgl-ctrl-compass,
#map .mapboxgl-ctrl-bottom-right,
#map .mapboxgl-ctrl-bottom-left {
  display: none;
}
.property-contact-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.property-contact-info p a {
  color: var(--primary-color);
  font-weight: 500;
  font-family: inherit;
  text-decoration: underline;
}
/** Dropdown **/
[class^="clear"],
.select-all {
  font-size: 14px;
  line-height: 17.09px;
  font-weight: 500;
  color: #333333b2;
}

[class^="clear"],
.active .select-all {
  display: none;
}
.active [class^="clear"] {
  display: block;
}
.search-box {
  display: flex;
}
.search-box input {
  margin-right: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: calc(100% / 4 - 12px);
}
.dropdown:has(.dropdown-menu.show) .dropdown-btn {
  border-color: var(--primary-color);
}

.dropdown-btn {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  text-align: left;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s linear;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font);
}

.dropdown-menu {
  position: absolute;
  width: 100%;
  top: calc(100% + 10px);
  left: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1000;
  /* overflow: hidden; */
  display: none;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 292px;
  overflow: auto;
}
.dropdown-menu ul::-webkit-scrollbar {
  width: 6px; /* Adjust width */
}

.dropdown-menu ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px;
}

.dropdown-menu ul::-webkit-scrollbar-thumb {
  background: var(--primary-color); /* Thumb color */
  border-radius: 10px;
  transition: background 0.3s linear;
}

.dropdown-menu ul::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker thumb on hover */
}

.dropdown-menu li {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s linear;
}
.dropdown-menu li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.dropdown-menu li .sub-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  background: transparent;
  border: 0 none;
  padding: 10px 22px 10px 15px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.dropdown-menu li .sub-btn svg,
.dropdown-menu li .sub-btn svg path {
  transition: all 0.3s linear;
}
.dropdown-menu li:has(.subdropdown.show) .sub-btn {
  color: var(--primary-color);
}
.dropdown-menu li:has(.subdropdown.show) .sub-btn svg path {
  fill: var(--primary-color);
}
.subdropdown {
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  background: #fff;
  min-width: 200px;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.subdropdown.show {
  display: block;
}

.subdropdown-back {
  display: none;
  color: var(--primary-color);
  background: transparent;
  border: 0 none;
  padding: 12px 30px;
  cursor: pointer;
}
.subdropdown-back span svg ployline {
  stroke-width: 2;
}

.dropdown-menu li:hover {
  background: #f9f9f9;
}

.dropdown-menu li > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
}
.dropdown-menu li > label::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6673 1.5L4.25065 7.91667L1.33398 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  border: 1px solid #c5c7af80;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.dropdown-menu li:has(> input:checked) > label::after {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.dropdown-menu input {
  display: none;
}

.dropdown-footer {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

.dropdown-footer span {
  cursor: pointer;
}

.clear {
  color: #888;
}

.apply {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 17.09px;
  font-weight: 500;
}

.site-mapletree-pan-asia-commercial .property-feature p {
  display: none;
  background: var(--primary-color);
  padding: 10px 24px;
  color: #fff;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
/* 
.site-mapletree-pan-asia-commercial .property-carousel {
  margin-top: 0px !important;
} */

/* .apply:hover {
  text-decoration: underline;
} */

.dropdown-menu.show {
  display: block;
}

.mit-netzero-section {
  position: absolute;
  right: 100px;
  top: 30px;
  text-align: right;
}

.mit-netzero-section .wp-block-create-block-mt-button{
  width: 100%;
}

/** Dropdown end **/
@media screen and (max-width: 1039px) {
  .listing-top > .wp-block-columns {
    gap: 50px;
  }
}
@media screen and (max-width: 959px) {
  .listing-top > .wp-block-columns {
    flex-direction: column;
  }
  .listing-top > .wp-block-columns > .wp-block-column:first-of-type {
    max-width: 100%;
  }
  .map-page > .md-container {
    position: relative;
  }
  .search-box {
    max-width: 100%;
  }
  .mt-map-tab {
    display: block;
  }
  .mt-map-overflow {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mt-map-overflow::-webkit-scrollbar {
    display: none;
  }
  .mt-map-filters {
    flex-wrap: nowrap;
  }
  .dropdown {
    position: static;
    width: auto;
    min-width: 220px;
  }
  .dropdown-menu {
    top: 100%;
    border-radius: 0;
  }
  .dropdown-menu li .sub-btn {
    padding: 10px 37px 10px 30px;
  }
  .dropdown-menu:has(.subdropdown.show) {
    left: -100%;
  }
  .dropdown-menu li:has(.subdropdown.show) .sub-btn svg {
    transform: rotate(90deg);
  }
  .dropdown-menu li > label {
    padding: 10px 30px;
  }
  .dropdown-footer {
    padding: 12px 30px;
  }

  .subdropdown {
    left: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .subdropdown-back {
    display: block;
  }

  .map-page .result-wrapper {
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    left: 0;
    transition: opacity 0.3s linear, left 0s ease;
  }
  .map-page .result-wrapper.show {
    opacity: 1;
    pointer-events: auto;
  }
  .map-page .results {
    max-width: 100%;
    min-width: 100%;
    padding: 0 30px 50px;
  }
  .map-page .map-btn {
    display: none;
  }
  .map-page .results .col-md-3 img {
    height: auto;
    aspect-ratio: 1.3951612903;
  }
}
@media screen and (max-width: 781px) {
  .listing-top
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-columns {
    column-gap: 15px;
    row-gap: 30px;
  }
  .listing-top
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-column {
    flex-basis: unset !important;
    /* width: calc(50% - (15px / 2)); */
  }
  .site-mlt .our-presence .wp-block-column{
    min-width: unset !important;
  }
  .site-mapletree-pan-asia-commercial
    .listing-top
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-column:nth-child(4n + 0) {
    display: none;
  }
  .site-mapletree-pan-asia-commercial .listing-top > .wp-block-columns {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 639px) {
  .map-page .results {
    padding: 0 16px 50px;
  }
  .map-page .results .col-md-3 {
    width: calc(100% / 2 - 16px);
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .map-page .results .col-md-3:nth-child(3n + 3) {
    margin-right: 10px;
  }
  #clearall {
    font-size: 14px;
  }
}
/* Properties Listing */
#field_submit input {
  pointer-events: none;
}
.mpact-newsletter-form #field_submit input {
  pointer-events: inherit;
}
#field_submit a {
  border-radius: 80px;
  padding: 10px 24px;
  line-height: 1;
  background: var(--primary-color);
  color: #fff;
  height: 38px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.default a,
.remove input {
  display: none !important;
}
.default input {
  display: block !important;
}
.mt-card-item .accordion-item-content .container {
  max-width: 100% !important;
}
.mt-card-item .custom-list-top {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mt-card-item .accordion-item-content .uk-container > div > div.wp-block-group {
  padding: 80px 100px !important;
}
.mt-card-item .accordion-item-content .wp-block-group > div:first-child {
  padding: 0px !important;
}
.mt-card-item .accordion-block {
  max-width: 100% !important;
}
.mt-card-item .accordion-item-header h5 {
  padding: 24px 100px !important;
}
/* CSR Programmes */
.csr-accordion .accordion-single-item-title {
  max-width: 1240px;
}
/* CSR Programmes */
/* footer */
.footer-group.footer-dropdown-expanded {
  padding-bottom: 75px !important;
}
.footer-mobile-menu {
  display: none !important;
  gap: 0;
}
.footer-mobile-menu-group {
  width: 100%;
  gap: 0;
  margin: 0 !important;
}
.footer-mobile-menu-group:not(:first-of-type) {
  border-top: 1px solid #b5bebf80;
}
.footer-mobile-menu-toggle {
  width: 100%;
}
.footer-mobile-menu-toggle a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.09px;
  padding: 20px 0;
  border: 0 none !important;
  border-radius: 0;
}
.footer-mobile-menu-toggle a:hover {
  color: var(--color);
}
.footer-mobile-menu-toggle a::after {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s linear;
}
.footer-mobile-menu-toggle a[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}
.footer-mobile-menu-group:not(:has(.footer-mobile-menu-content))
  .footer-mobile-menu-toggle
  a::after {
  display: none;
}
.footer-mobile-menu-content {
  padding-bottom: 20px;
}
.footer-main-left,
.footer-main-right {
  flex-basis: unset !important;
}
.footer-main-left {
  width: 930px;
  max-width: calc(100% - 80px);
}
.footer-images-mobile {
  display: none !important;
}
.footer-main-right {
  flex-grow: 1 !important;
}
.footer-sub-menu,
.footer-sub-menu-items {
  flex-wrap: wrap;
  row-gap: 15px;
}
.footer-language {
  display: none !important;
  position: relative;
  width: 100%;
}
.footer-language-toggle a {
  position: relative;
  padding: 6px 40px 6px 15px;
}
.footer-language-toggle a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 8px;
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.footer-language-toggle a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(-180deg);
}
.footer-language-dropdown.uk-drop.uk-open {
  top: calc(100% + 5px) !important;
  left: 0 !important;
  width: auto !important;
  border: 1px solid #c5c7af;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(197, 199, 175, 0.5);
}
.footer-language-dropdown p {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.footer-language-dropdown p:not(:last-of-type) {
  border-bottom: 1px solid #c5c7af;
}
.footer-language-dropdown p a {
  display: block;
  padding: 10px 12px;
}
.footer-linkedin-text {
  display: none !important;
}
#back-to-top {
  cursor: pointer;
}
#back-to-top figure {
  border-radius: 100%;
  transition: all 0.3s linear;
}
#back-to-top:hover figure {
  background: var(--primary-color);
}
.mt-404-page {
  font-family: var(--font) !important;
}

.mt-home-commitment .mt-home-commitment-txt > div {
  max-width: 381px;
}

/* footer */
@media screen and (max-width: 959px) {
  .footer-main-flex {
    flex-direction: column;
  }
  .footer-main-left {
    display: inline-flex;
    width: auto;
    max-width: 100%;
  }
  .footer-right-spacer {
    display: none !important;
  }
  .footer-sub-menu:has(.footer-sub-menu-items) {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-sub-menu-items {
    order: 2;
    column-gap: 16px;
  }
  #back-to-top {
    gap: 10px;
    margin-top: -100%;
  }
}
@media screen and (max-width: 781px) {
  .footer-main-left
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: unset !important;
  }
  body.site-mit .listing-top > .wp-block-columns > .wp-block-column:last-of-type{
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-group {
    padding-top: 50px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
    padding-left: 28px !important;
  }
  .footer-mobile-menu {
    display: flex !important;
  }
  .footer-images-mobile {
    display: flex !important;
  }
  .footer-main-flex {
    margin-top: 30px;
  }
  .footer-main-left {
    display: none !important;
  }
  .footer-images-desktop {
    display: none !important;
  }
  #back-to-top {
    position: relative;
    margin-top: 0;
    margin-bottom: -100%;
    transform: translateY(25px);
    z-index: 2;
  }
  .footer-sub-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-linkedin {
    order: 1;
    margin-bottom: 30px !important;
  }
  .footer-linkedin-text {
    display: block !important;
  }
  .footer-language {
    order: 2;
    display: flex !important;
  }
  .footer-sub-menu {
    order: 3;
    column-gap: 16px;
    /* Home Page - Latest News - Start */
  }
  .home-mt-newroom {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
    position: relative;
  }
  .mt-news-ttl {
    font-size: 32px !important;
    line-height: 39.07px;
  }
  .news-wrapper {
    display: block;
  }
  .home-mt-newroom .mt-button-content {
    position: absolute;
    left: 50%;
    bottom: -30px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
    padding: 18px 26px;
    border-radius: 100px;
    box-sizing: border-box;
    color: #f6f6f4 !important;
    display: inline-flex;
  }
  .home-mt-newroom .mt-button-content span {
    display: none;
  }
  .news-item {
    margin-bottom: 50px;
  }
  .latest-news-img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .latest-news-img a {
    display: block;
    height: 100%;
  }
  span.latest-news-date {
    font-size: 12px;
  }
  .latest-news-content p {
    font-size: 16px;
    line-height: 19.54px;
    /* Home Page - Latest News - End */
    /* Home Page - Commitment - Start */
  }
  .mt-home-commitment {
    gap: 30px !important;
    padding-right: 0px;
    padding: 50px 30px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mt-home-commitment .mt-home-commitment-img {
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
  }
  .mt-home-commitment .mt-home-commitment-img figure {
    margin: 0 auto;
  }
  .mt-home-commitment .mt-home-commitment-txt {
    padding: 0 !important;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
  }
  .mt-home-commitment .mt-home-commitment-txt > div {
    align-items: center;
    max-width: 100%;
  }
  .mt-home-commitment-img figure img {
    width: 100% !important;
    height: auto !important;
    /* Home Page - Commitment - End */
  }
}
/* Map Mobile Start*/
.map-content-mobile {
  display: none;
}
.map-content-mobile.show {
  display: block;
}
/* Map Mobile End*/
/* Oval Right */
.mt-oval-right-block > .wp-block-columns > .wp-block-column:last-of-type {
  padding-right: 30px !important;
}
@media screen and (max-width: 959px) {
  .mt-oval-right-block > .wp-block-columns {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }
  .mt-oval-right-block > .wp-block-columns > .wp-block-column:first-of-type {
    padding: 0 30px !important;
  }
  .mt-oval-right-block.mit-net-zero  > .wp-block-columns > .wp-block-column:first-of-type {
    padding: 0 !important;
  }
  .mt-oval-right-block.mit-net-zero > .wp-block-columns {
    padding: 0 !important;
  }
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group {
    padding: 0 !important;
  }
  .mt-oval-right-block > .wp-block-columns > .wp-block-column:last-of-type {
    padding-left: 30px !important;
  }
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-image {
    float: none;
    margin-inline-start: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-image
    img {
    aspect-ratio: 1.55;
    width: 100% !important;
    max-width: 600px;
    height: auto !important;
    border-radius: 600px !important;
  }
}
@media screen and (max-width: 639px) {
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    > p:first-of-type {
    font-size: 32px !important;
    line-height: 39px !important;
  }
   .mt-oval-right-block.mpact-right-block > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group
    > p:first-of-type {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}
/* Oval Right */
/* Oval Left */
.mt-oval-left-block > .wp-block-columns > .wp-block-column:first-of-type {
  padding-left: 30px !important;
}
@media screen and (max-width: 1200px) {
  .mt-oval-left-block > .wp-block-columns {
    gap: 30px;
  }
  .mt-oval-left-block > .wp-block-columns > .wp-block-column:last-of-type {
    padding-right: 28px !important;
  }
}
@media screen and (max-width: 959px) {
  .mt-oval-left-block > .wp-block-columns {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 30px;
  }
  .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns {
    padding: 0 !important;
    flex-direction: column-reverse !important;
  }
  .mt-cm-oval.mpact-oval-left-about {
    padding: 0 0 50px 0 !important;
    margin: 0 !important;
  }
  .mt-oval-left-block > .wp-block-columns > .wp-block-column:first-of-type {
    padding-right: 30px !important;
  }
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    .wp-block-image {
    float: none;
    margin-inline-end: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    .wp-block-image
    img {
    aspect-ratio: 1.5461538462;
    width: 100% !important;
    max-width: 600px;
    height: auto !important;
    border-radius: 600px !important;
  }
  .mt-oval-left-block > .wp-block-columns > .wp-block-column:last-of-type {
    padding: 0 30px;
  }
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-group {
    padding: 0 !important;
    gap: 20px;
  }
  .mt-oval-left-block .wp-block-group {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 639px) {
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    > .wp-block-group
    > p:first-of-type {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .mt-oval-left-block.mpact-oval-left-about
    > .wp-block-columns
    > .wp-block-column:last-of-type
    > .wp-block-group
    > p:first-of-type {
    font-size: 16px !important;
    line-height: 1.2 !important;;
  }
}
/* Oval Left */
/* About Map */
#maphover1 .mapboxgl-popup {
  opacity: 1 !important;
}
.mt-about-map .map-content-mobile {
  display: none;
}
.mt-about-map .map-content-mobile.show {
  display: flex;
  margin-top: 0;
}
/* .map-content-mobile div:last-child {
 margin-top: 10px;
 } */
.map-content-mobile div a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.mt-about-map .mt-map-navigation {
  padding: 0 30px;
  margin: 0 0 20px;
}
.mt-about-map .mt-map-navigation select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  color: var(--primary-color);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.54px;
  border: 1px solid #c5c7af;
  border-radius: 200px;
  outline: none;
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 15px auto;
  padding: 10px 50px 10px 20px;
  margin: 0 0 20px;
}
.mt-about-map .mt-map-navigation div:has(> .uk-grid) {
  padding: 0 20px;
}
.mt-about-map .mt-map-navigation .uk-grid p {
  color: #33333380;
  font-weight: 500;
  line-height: 19.54px;
  text-align: left !important;
}
.mt-about-map .mt-map-navigation .uk-grid span {
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  line-height: 46.4px;
}
.mt-about-map #map-mobile {
  display: none;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .mt-padding-top .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mt-table-container {
    max-width: 100vw;
  }
  #corporate-table th:first-child {
    width: 280px;
  }
  #corporate-table th {
    width: 200px;
  }
  #corporate-table th:last-child {
    width: 300px;
  }
  .mt-gov-tab .custom-tab-items .wp-block-group {
    width: 100%;
    margin: 0 !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1440px) {
  .mt-about-map > .wp-block-group > .wp-block-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 959px) {
  .mt-about-map > .wp-block-group > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-about-map .mt-map-navigation {
    padding: 0;
  }
  #clearall {
    bottom: 10px;
    right: 25px;
  }
}
@media screen and (max-width: 639px) {
  .mt-about-map > .wp-block-group.has-background {
    background-color: transparent !important;
  }
  .mt-about-map > .wp-block-group:first-of-type {
    padding-bottom: 30px !important;
  }
  .mt-about-map > .wp-block-group:last-of-type {
    margin-block-start: 0;
  }
  .mt-about-map #maphover1 {
    display: none;
  }
  .mt-about-map #map-mobile {
    display: block;
  }
}
/* About Map */
/* Development Capabilities */
.dev-cap-dev-proj .custom-tags-wrapper li {
  cursor: unset;
}
@media screen and (max-width: 1039px) {
  .dev-cap-dev-proj .tabs-container.left .tabs-nav {
    min-width: 180px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1280px) {
  .mpact-home-newsroom  > div.wp-block-columns > div.wp-block-column:last-child div.wp-block-group.mt-mobile-h-padding{
    padding-left: 75px  !important;
  }
}
@media screen and (max-width: 1310px) {
  .mpact-mobile-h-padding {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .mpact-mobile-basic-container {
    padding: 50px 100px !important;
  }
  .mpact-padding-left{
    padding-left: 78px !important;
  }
  .mpact-flex-basis{
    flex-basis: 88% !important;
  }
  .mpact-font-20{
    font-size: 20px !important;
  }
  .mpact-font-30{
    font-size: 30px !important;
  }
  .mpact-key-area{
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .mt-padding-top.mpact-sustainability-tab .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mt-padding-top.mit-sustainability-tab.mpact-sustainability-tab .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* @media screen and (max-width: 1279.9px){
  .mpact-home-newsroom {
    position: relative;
  }
  .mpact-mobile-reset-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mpact-mobile-basic-container {
    padding: 40px 28px !important;
  }
  .mpact-mobile-padding-right {
    padding-right: 28px !important;
  }

  .mpact-padding-left{
    padding-left: 28px !important;
  }

  .mpact-home-newsroom .wp-block-columns {
    flex-direction: column !important;
  }
  .mt-padding-top.mpact-sustainability-tab .tab-contents {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width {
    border-radius: unset !important;
    padding-bottom: 150px !important;
  }
  .mpact-home-newsroom p.sp-value {
    font-size: 28px !important;
  }
  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width
    .mt-button {
    width: 90%;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width
    .mt-button.default.normal
    .mt-button-content {
    padding: 10px 31px;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .mpact-mobile-padding-h-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mpact-home-newsroom{
  padding-bottom: 0 !important;
}
.wp-block-create-block-api-integrated-component {
  max-width: 100% !important;
  width: 100%;
}
.mit-flex-wrap {
  flex-wrap: wrap !important;
}
.mit-flex-basis{
  flex-basis: 100% !important;
}
.mit-mobile-gap-30 {
  gap: 30px !important;
}
.mit-display-none {
  display: none;
}
.mit-width{
  width: 100% !important;
  display: flex !important;
}
.mit-full-width{
  max-width: 100% !important;
}
.mit-margin-h-20 {
  margin-left: 40px !important;
}
.mpact-latest-web {
  border-left-color: transparent !important;
  border-top: 1px solid #b9b9b980;
  border-width: unset !important;
  padding-top: 50px !important;
}
.mpact-padding-v-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 .mpact-home-content > div.wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .mpact-home-content > div > div > div > div.wp-block-group {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .mt-oval-right-block.mpact-right-block > .wp-block-columns > .wp-block-column:last-of-type .wp-block-image {
    float: none;
    margin-inline-start: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mpact-home-content
    > div
    > div:first-child
    > div
    > div.wp-block-group.is-nowrap
    > p:first-child,
  .mpact-home-content
    > div
    > div:first-child
    > div
    > div.wp-block-group.is-nowrap
    > p:last-child {
    font-size: 32px !important;
  }

  .mpact-home-content > div > div > div > div.wp-block-group.is-nowrap > p {
    font-size: 32px !important;
  }
  .mpact-home-content > div > div > div > div.wp-block-group > p {
    font-size: 14px !important;
  }

  .mpact-home-content > div > div.wp-block-group > div > p:first-child {
    font-size: 32px !important;
  }
  .mpact-mobile-padding-0 {
    padding-right: 0 !important;
  }
  .mpact-flex-column {
    flex-direction: column !important;
  }
  .mpact-flex-start{
    align-items: flex-start !important;
  }
  .mpact-newsletter-form_wrapper .mpact-newsletter-form .mpact-subscribe-mail input[type="email"].medium {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; 
  }
  .mpact-newsletter-form_wrapper .mpact-newsletter-form .mpact-subscribe-mail {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mpact-newsletter-form .gfield.gfield--type-submit {
    width: 100%;
  }
  .mpact-mobile-h-padding {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .wp-block-create-block-api-integrated-component {
    max-width: 100% !important;
    width: 100%;
  }
  .mpact-newsletter-form_wrapper {
    width: 100%;
  }
  .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns > .wp-block-column:last-of-type {
    padding: 0 30px;
 }
 .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns > .wp-block-column:first-of-type .wp-block-image {
  float: none;
  margin-inline-end: 0;
  width: 100%;
  display: flex;
  justify-content: center;
 }
 .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns > .wp-block-column:last-of-type {
  padding-right: 28px !important;
 }
 .mt-trust-blk figure img {
  width: 100% !important;
}
.mpact-mobile-padding-v-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mt-oval-right-block.mpact-right-block > .wp-block-columns {
  flex-direction: column;
  gap: 30px;
  padding: 50px 0;
}
.image-width-mobile img{
  width: 64px !important;
  height: 64px !important;
}
  .mit-desktop-show{
    display: none;
  }
  .mit-mobile-show{
    display: block;
  }
} */
@media screen and (max-width: 959px) {
  .dev-cap-dev-proj {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .dev-cap-dev-proj > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .dev-cap-dev-proj .tabs-nav-wrap {
    padding: 0 0 30px;
  }
  .dev-cap-pre-rej > .wp-block-group {
    padding: 50px 30px !important;
  }
  .dev-cap-pre-rej > .wp-block-group > .wp-block-group {
    gap: 20px;
  }
  .dev-cap-pre-rej .custom-toggle-items:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .dev-cap-pre-rej .custom-toggle-items .row {
    background: transparent;
    gap: 12px;
  }
  .dev-cap-pre-rej .custom-toggle-items .img-blk img {
    border-radius: 12px;
  }
  .dev-cap-pre-rej .custom-toggle-items .img-blk .has-no-mobile-image {
    display: block;
  }
  .dev-cap-pre-rej .custom-toggle-items .txt-blk.hasribbon {
    padding: 0;
  }
  .dev-cap-pre-rej .custom-toggle-items .ribbon-text {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .dev-cap-pre-rej .custom-toggle-items .item-full-description {
    margin-top: 0;
  }
  .dev-cap-pre-rej .custom-toggle-items .item-full-description.read-less {
    margin-top: 12px;
  }
}
@media screen and (max-width: 639px) {
  .dev-cap-dev-proj .tab-contents .tab-content .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }
  .dev-cap-dev-proj .tab-contents .tab-content .ec-image-wrapper {
    height: auto;
    aspect-ratio: 1.7142857143;
    border-radius: 12px;
  }
  .dev-cap-dev-proj .tab-contents .tab-content .ec-image-wrapper span {
    font-size: 12px;
    padding: 6px 12px;
  }
  .dev-cap-dev-proj .tab-contents .tab-content .custom-tags-wrapper {
    margin-top: 0;
  }
  .dev-cap-dev-proj .tab-contents .tab-content .custom-tags-wrapper li {
    font-size: 12px;
    padding: 6px 12px;
  }
  .dev-cap-dev-proj .tab-contents .tab-content .ec-content-title p {
    font-size: 16px;
    line-height: 1.2;
  }
  .dev-cap-dev-proj .tab-contents .tab-content .ec-expend-text {
    font-size: 12px;
  }
}
/* Development Capabilities */
.mt-video-content .video-block-play-btn {
  background: rgba(0, 0, 0, 0.25);
}
.mt-video-content p.has-text-color {
  max-width: 570px;
}
.mt-framework p {
  max-width: 770px;
}
.site-mipl-chinese .mt-framework p {
  max-width: 820px;
}
.mt-max-content-320:not(.custom-list-items),
.mt-max-content-320.custom-list-items .custom-list-title h4 {
  max-width: 320px;
}
.mt-max-content-450:not(.custom-list-items),
.mt-max-content-450.custom-list-items .custom-list-title h4 {
  max-width: 450px;
}
.mt-max-content-550:not(.custom-list-items),
.mt-max-content-550.custom-list-items .custom-list-title h4 {
  max-width: 550px;
}
.mt-max-content-580:not(.custom-list-items),
.mt-max-content-580.custom-list-items .custom-list-title h4 {
  max-width: 580px;
}
.mt-max-content-620:not(.custom-list-items),
.mt-max-content-620.custom-list-items .custom-list-title h4 {
  max-width: 620px;
}
.mt-max-content-630:not(.custom-list-items),
.mt-max-content-630.custom-list-items .custom-list-title h4 {
  max-width: 630px;
}

/* Net Zero: Tab but dropdown even on desktop */
.tab-but-dropdown .tabs-container .tabs-nav-wrap .clickr-tabs-dropdown {
  display: block;
}
.tab-but-dropdown .tabs-container .tabs-nav-wrap .clickr-tabs-dropdown-toggle {
  color: var(--color-light);
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.tab-but-dropdown .tabs-container .tabs-nav-wrap .clickr-tabs-dropdown-toggle[aria-expanded="true"] {
  color: #000;
  background: var(--color-light);
  border-color: var(--primary-color);
}
.tab-but-dropdown .tabs-container .tabs-nav-wrap .clickr-tabs-dropdown-toggle svg path {
  stroke: var(--color-light);
}
.tab-but-dropdown .tabs-container .tabs-nav-wrap .clickr-tabs-dropdown-toggle[aria-expanded="true"] svg path {
  stroke: #000;
}
.tab-but-dropdown .tabs-container .tabs-nav-wrap .clickr-tabs-dropdown-content ul li:not(.active-dropdown-item) button  {
  color: #000;
}
.tab-but-dropdown .tabs-nav.center  {
  margin: 0;
}
.tab-but-dropdown .tabs  {
  display: none;
}
/* Net Zero: Tab but dropdown even on desktop */

@media screen and (max-width: 429px) {
  .tab-but-dropdown .wp-block-group-is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* About Chart Tabs */
.mt-chart-tabs .mt--f-aboutcompany-chart-stats > .wp-block-image {
  flex-shrink: 0;
}
@media screen and (min-width: 960px) and (max-width: 1240px) {
  .mt-video-content .video-block-box {
    max-width: 100%;
    width: 400px;
    height: 200px;
  }
  .mt-oval-content {
    padding-left: 100px;
  }
  .mt-csr-framework .mt-oval-content {
    padding-left: 0px;
  }
}
@media screen and (max-width: 959px) {
  .mt--f-aboutcompany-chart-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-height: none;
    padding: 0 10px;
    padding-top: 10px !important;
  }
  .mt--f-aboutcompany-chart-stats
    > div.wp-block-group.is-content-justification-center {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    max-height: none;
    padding-top: 10px !important;
  }
  .mt--f-aboutcompany-chart-stats.mt-cashflow
    .wp-block-group
    .has-global-padding:has(.text-rotate) {
    width: 100% !important;
  }
  .mt--f-aboutcompany-chart-stats
    > div.wp-block-group.is-content-justification-center
    > p:has(strong) {
    font-size: 22px !important;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-group.is-vertical p:has(strong) {
    font-size: 22px !important;
  }
  .mt-capital .wp-block-group:has(.text-rotate) {
    width: 100%;
  }
  .mt--f-aboutcompany-chart-stats.mt-cashflow
    > div.wp-block-group
    > div.wp-block-group
    > p,
  .mt-capital p.text-rotate {
    margin: 0 !important;
  }
  .mt--f-aboutcompany-chart-stats
    > div.wp-block-group
    > div.wp-block-group
    > p.text-rotate,
  .mt-capital p.text-rotate {
    transform: rotate(0deg);
    margin-top: 10px !important;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-group.is-vertical {
    width: calc(50% - 5px);
    align-items: flex-start;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-image {
    width: 100%;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-image img {
    transform: rotate(90deg);
    transform-origin: 53% 70%;
  }
  .mt--f-aboutcompany-chart-stats-wrapper
    > .wp-block-group:has(.wp-block-create-block-mt-button) {
    display: none;
  }
  .mt--f-aboutcompany-chart-stats-wrapper > .wp-block-group:has(.chart-block) {
    width: 100%;
  }
  .mt-chart-tabs .chart-block .block-data {
    max-width: 100%;
    /* Returns */
  }
  .mt-chart-tabs
    .tab-contents
    .custom-tab-items:nth-child(1)
    .mt--f-aboutcompany-chart-stats
    .wp-block-group:has(.text-rotate) {
    width: 100%;
  }
  .mt-chart-tabs
    .tab-contents
    .custom-tab-items:nth-child(1)
    .mt--f-aboutcompany-chart-stats
    .text-rotate {
    width: 100%;
    max-width: none;
    transform: rotate(0);
    margin-top: 10px;
  }
  .mt-latest-news {
    padding: 50px 30px 100px 30px !important;
    position: relative;
  }
  .custom-post-listing > ul {
    flex-wrap: wrap;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 49%;
  }
  .custom-post-listing > ul > li:nth-child(2n + 0) {
    margin-right: -20px;
  }
  .mt-latest-news > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-latest-news .lp-item-img {
    height: 53.333vw;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .mt-latest-news .wp-block-create-block-mt-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mt-latest-news .wp-block-create-block-mt-button .mt-button-content {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 16px 32px;
    color: #fff;
    border-radius: 100px;
  }
  .mt-latest-news
    .wp-block-create-block-mt-button
    .mt-button
    .mt-button-content
    span
    img {
    display: none;
  }
  .mt-csr-stories > div > div {
    padding: 50px 30px !important;
  }
  .mt-csr-stories > div > div > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-csr-stories > div > div > div.is-layout-flex {
    flex-direction: column;
    gap: 136px;
  }
  .mt-csr-stories .wp-block-button__link {
    font-size: 14px !important;
  }
  .mt-csr-journey {
    padding: 50px 30px !important;
  }
  .mt-csr-journey > div.is-layout-flex {
    flex-direction: column !important;
  }
  .mt-csr-journey > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-csr-journey .is-content-justification-right {
    margin-right: 0 !important;
  }
}

/* @media (1310px > width) {
  .mit-flex-wrap {
    flex-wrap: wrap !important;
  }
  .mit-flex-basis{
    flex-basis: 100% !important;
  }
  .mit-mobile-gap-30 {
    gap: 30px !important;
  }
  .mit-display-none {
    display: none;
  }
  .mit-full-width{
    max-width: 100% !important;
  }
  .mit-margin-h-20 {
    margin-left: 40px !important;
  }
  .mpact-latest-web {
    border-left-color: transparent !important;
    border-top: 1px solid #b9b9b980;
    border-width: unset !important;
    padding-top: 50px !important;
  }
  .mpact-padding-v-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
} */
/* About Chart Tabs */
@media screen and (max-width: 1310px) and (min-width: 960px) {
  .mt-latest-news {
    padding: 50px 28px !important;
  }
  .mt-csr-stories > div > div {
    padding: 50px 28px !important;
  }
  .mt-csr-journey {
    padding: 50px 28px !important;
  }
  .mt-csr-accordion .accordion > li .content {
    padding: 0 28px;
  }
}
/* ESG Journey Page - Start */
/* ESG Journey - start */
@media (width < 1120px) {
  .mt-esg-journey-timeline {
    display: none;
  }
  .esg-journey-wrapper {
    display: grid !important;
    grid-template-areas: "year" "text" "image";
    gap: 30px;
  }
  .esg-journey-wrapper .mt-esg-text {
    grid-area: text;
    padding: 0 30px !important;
  }
  .mt-esg-text p {
    text-align: left;
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px solid #707070;
  }
  .esg-journey-wrapper .mt-esg-journey-year {
    grid-area: year;
  }
  .mt-esg-journey-year div {
    justify-content: center;
    align-items: start;
    padding: 0 30px;
  }
  .mt-esg-journey-year div p {
    font-size: 38px;
    text-align: left;
  }
  .esg-journey-wrapper .mt-esg-journey-image {
    grid-area: image;
  }
  .esg-journey-wrapper .mt-esg-journey-image img {
    max-height: 260px;
  }
  .esg-journey-wrapper .mt-esg-journey-image.img-left {
    padding-right: 30px;
  }
  .esg-journey-wrapper .mt-esg-journey-image.img-right {
    padding-left: 40px;
  }
}
/* ESG Journey - end */
/* ESG Joureny Page - End */
/* About Chart Tabs */
/* Leader ship - Rounded Banner - Start */
.csr-board-committee .mt-item-list > .wp-block-group:first-of-type p {
  max-width: 480px;
}
@media (width < 960px) {
  .rounded-banner {
    /* height: 216px !important; */
    border-radius: 20px !important;
    overflow: hidden !important;
  }
  .mt-remove-hpadding-960 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-padding-h-30 {
    padding: 0 30px !important;
  }
  .rounded-banner figure.wp-block-image img,
  .rounded-banner figure {
    width: 100% !important;
    /* height: 100% !important; */
    /* object-fit: cover !important; */
    border-radius: 20px !important;
  }
  .mt-md-f-32 {
    font-size: 32px !important;
  }
  .mt-default-mobile-paddings {
    padding: 50px 30px !important;
  }
  .mt-committees-main-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mt-committees-main-grid > div {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mt-committees-main-grid > div > p {
    font-size: 20px !important;
    padding-right: 28px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .mt-committees-main-grid > div > p::after {
    content: url(../images/icons/mobile-carret.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    transform-origin: center;
  }
  .mt-committees-blocks.expended > p::after {
    transform: scaleY(-1);
  }
  .mt-committees-blocks .mt-committees-content-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
    max-height: 0px !important;
    overflow: hidden !important;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .mt-committees-blocks.expended .mt-committees-content-grid {
    max-height: 100vh !important;
    overflow: hidden !important;
    opacity: 1;
  }
  .mt-committees-content-grid .wp-block-group.is-layout-grid {
    gap: 10px;
  }

  body.site-mapletree-pan-asia-commercial
    .mt-committees-content-grid
    .wp-block-group.is-layout-grid,
  body.site-mpact .mt-committees-content-grid .wp-block-group.is-layout-grid {
    max-width: 100% !important;
  }
}
/* Leader ship - Rounded Banner - End */
@media screen and (max-width: 839px) {
  .mt-oval-content > div.wp-block-group {
    margin-top: 0 !important;
  }
  .mt-oval-content .wp-block-group {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .mt-oval-content
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column
    > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content .wp-block-group.is-layout-grid {
    column-gap: 20px;
  }
}
/*For Mobile */
/* Contact Us - GForm - start */
@media screen and (max-width: 767px) {
  .csr-board-committee .mt-item-list > .wp-block-group:first-of-type p {
    max-width: 100%;
  }
  .mt-mobile-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content > div.wp-block-group {
    margin-top: 0 !important;
  }
  .mt-oval-content .wp-block-group {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 100%;
  }
  .mt-oval-content
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column
    > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content .wp-block-group.is-layout-grid {
    column-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mt-oval-content .wp-block-group > p:has(strong) {
    font-size: 28px !important;
  }
  .mt-oval-content
    .wp-block-group
    > p:not(.mt-exclude-small-font-mobile):has(strong) {
    font-size: 21px !important;
  }
  .mt-oval-content .wp-block-group > p:not(:has(strong)) {
    color: #33333399 !important;
  }
  .mt-newsroomslider {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mt-newsroomslider > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .custom-swiper .swiper-header {
    display: block;
    padding-bottom: 0px;
  }
  .custom-swiper .swiper-btn {
    display: none;
  }
  .custom-swiper .swiper-ttl {
    font-size: 32px;
  }
  .custom-swiper .swiper-wrapper {
    display: block;
  }
  .custom-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .custom-swiper .swiper-slide:nth-child(n + 3) {
    display: none !important;
  }
  .mt-newsroomslider .custom-swiper a.viewall-btn {
    display: block;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--primary-color);
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 100px;
    margin: 0 auto;
    width: 110px;
    text-align: center;
    padding: 10px;
  }
  .mt-newsroomslider .custom-swiper a.viewall-btn img {
    display: none;
  }
  .csr-item {
    margin-bottom: 20px;
    height: unset;
    overflow: unset;
  }
  .csr-item .csr-item-img img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
  }
  .csr-item .csr-item-img::before {
    content: none;
  }
  .custom-swiper .csr-item-text {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    padding-top: 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
  }
  .custom-swiper .csr-item-md-readmore {
    display: block;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
    /* Hide navigation buttons */
    /*contact-us offices Start */
  }
  #our-offices {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #our-offices .tabs-nav-wrap {
    padding: 0 !important;
    width: 100%;
  }
  #our-offices .wp-block-create-block-custom-tabs {
    width: 100%;
  }
  #our-offices .tabs-container.left {
    gap: 30px;
  }
  #our-offices .wp-block-heading {
    font-size: 24px !important;
  }
  #our-offices div.wp-block-group > div.wp-block-group > div > p:first-child {
    font-size: 16px !important;
  }
  #our-offices div.wp-block-group > div.wp-block-group > p {
    font-size: 14px !important;
  }
  #our-offices
    div.wp-block-group
    > div.wp-block-group
    > div
    > p:has(strong):first-child {
    font-size: 32px !important;
  }
  .mt-csr-content > div > div > p:first-child {
    font-size: 16px !important;
  }
  .csr-accordion .tabs-container .tabs-nav-wrap {
    padding: 0 !important;
  }
  .mt-404-page {
    padding: 180px 0px !important;
  }
  .mt-404-page > div.wp-block-group > div.wp-block-group > p {
    font-size: 38px !important;
    /*contact-us offices Stop */
  }
  .mt--f-aboutcompany-chart-stats-wrapper .mt-chart-gp {
    padding: 0px 0 !important;
    grid-template-columns: 1fr !important;
  }
  .mt-vision-blk .wp-block-columns > div.wp-block-column h3,
  .mt-vision-blk .wp-block-columns > div.wp-block-column p {
    max-width: 100% !important;
  }
  #contact-us-form h5.mb-bottom-reset{
    margin-bottom: 0 !important;
  }
}
/* Contact Us - GForm - end */
@media screen and (max-width: 1440px) and (min-width: 960px) {
  .mt-search-result > div.wp-block-columns {
    max-width: 100%;
    padding: 0 100px !important;
  }
  .mt-search-result .wp-block-query.is-layout-flow {
    padding: 0 100px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .mt-mobile-reverse-flex {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .mt-mobile-gap {
    gap: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .country-selector {
    padding: 0 28px;
  }
  .ountry-detail {
    padding: 0 28px;
  }
  .custom-post-listing > ul {
    flex-wrap: wrap;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .mt-mobile-single-gap-xl {
    gap: 130px !important;
  }
}
@media screen and (max-width: 640px) {
  .mt-mobile-revert-button {
    color: #e6811d !important;
    background-color: #fff !important;
  }
  .mt-mobile-revert-button svg path {
    stroke: #e6811d !important;
    /* .mt-gov-oval-block > div.wp-block-group > div.wp-block-columns > div.wp-block-column:not(:first-child) > div.wp-block-group > div.wp-block-group{
     padding-right: 10px !important;
     padding-left: 80px !important;
     } */
  }
  .mt-mobile-revert-arrow {
    position: relative;
    overflow: hidden;
  }
  .mt-mobile-revert-arrow img {
    opacity: 0 !important;
  }
  .mt-mobile-revert-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.5L9 5.5L5 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5.5L9 5.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center;
    background-color: #000000;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child)
    .mt-button-content {
    right: 16px;
    bottom: 20px;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child)
    .wp-block-group:not(.mt-cor-gov-latest) {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mt-gov-oval-block .latest-report {
    padding: 16px 9px;
    gap: 10px;
  }
  .mt-gov-oval-block .latest-report .lr-text h3 {
    font-size: 14px !important;
  }
  .mt-gov-oval-block .latest-report .lr-img {
    width: 30.267vw;
    height: 26.133vw;
  }
  .mt-gov-oval-block .latest-report a.mt-primary-btn {
    font-size: 14px !important;
    padding: 10px 24px !important;
  }
  .mt-gov-oval-block .mt-cor-gov-latest {
    padding: 15px !important;
  }
  .mt-case-studies .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr;
  }
  .mt-case-studies .card-box .card-contents .card-texts .card-title h5 {
    font-size: 16px;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .mit-netzero-section {
    position: absolute;
    right: 17%;
    top: 16%;
    text-align: right;
    margin: 0;
  }
  .mit-netzero-section h3{
    font-size: 8vw !important;
  }
  .mit-netzero-section .wp-block-create-block-mt-button{
    margin-top: -4vw;
  }
  
  .mit-netzero-section .mt-button.default.normal .mt-button-content {
    font-size: 3vw !important;
   }
  
   .mit-mt-font{
    font-size: 27px !important;
   }
   .mit-sustainable-blk .is-layout-grid{
     grid-template-columns: repeat(1, 1fr);
   }
}
/* PCM Map */
.pcm-map-content {
  /* display: none; */
}
.pcm-map-section {
  max-width: 1240px;
}
.pcm-about-us {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.pcm-about-us .pcm-map-content {
  margin: 0;
}
.pcm-map-content-inner {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(197, 199, 175, 0.25);
  padding: 20px;
  max-width: 530px;
}
.pcm-map-content-inner .mapboxgl-popup-content {
  background: unset;
  border-radius: unset;
  box-shadow: unset;
  padding: 0;
  width: 100%;
}
.pcm-map-content-inner select {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  width: 300px;
  height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #c5c7af;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 94%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C5C7AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#single-map svg path,
#map svg path {
  fill: var(--primary-color);
}
.pcm-map-content-inner select:focus-visible {
  outline: none;
}
.pcm-map-content-inner .map-content-mobile-wrapper {
  padding-top: 20px;
}
.row-title {
  padding-bottom: 5px;
}
.row-title p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}
.row-content h5 {
  margin-bottom: 0;
  font-weight: 500 !important;
}
@media (max-width: 1300px) {
  .pcm-about-us {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 500px) {
  .pcm-map-content-inner select,
  .row-content h5 {
    font-size: 14px;
  }
  .pcm-map-content-inner select {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .pcm-about-us {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pcm-map-content-inner {
    padding: 10px;
  }
  .row-title p,
  .pcm-map-content-inner select,
  .row-content h5 {
    font-size: 13px;
  }
}
/* PCM Map */

/* MPACT */
/* The Manager */
@media screen and (max-width: 1200px) {
  .mt-investment-strategy > .wp-block-group {
    padding: 0 30px !important;
    gap: 20px;
  }
  .mt-investment-strategy > .wp-block-group .wp-block-group {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .mt-investment-strategy > .wp-block-group {
    flex-direction: column;
    gap: 30px;
  }
  .mt-investment-strategy > .wp-block-group .wp-block-group {
    width: 100%;
  }
  .mt-investment-strategy > .wp-block-group .wp-block-group p:first-of-type {
    font-size: 32px !important;
  }
}
/* The Manager */
/* MPACT */

/* MIT */
/* The Manager (Investment Strategy) */
.mt-investment-strategy-mit > .wp-block-group > .wp-block-group:last-of-type {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .mt-investment-strategy-mit > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/* The Manager (Investment Strategy) */
/* MIT */

.site-mlt .our-presence .wp-block-column {
  display: flex;
  flex-direction: column-reverse;
  min-width: 140px;
}
.site-mlt .our-presence .block-none {
  display: none;
}
.mit-board-composition-table thead th {
  background: #F3F3EF;
  text-align: left;
  padding: 14px 12px;
  color: #333333;
}
.mit-board-composition-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #E3E3E3 !important;
}
.mit-board-composition-table:not(.expended) tbody tr:nth-child(n+5) {
  display: none;
}

@media screen and (max-width: 720px) {
  .mit-flex-box-custom > *:not(:last-child) {
    flex-basis: 47.3% !important;
 }
}

@media screen and (max-width: 640px) {
  .mpact-margin-reset{
    margin-top: 10px !important;
  }
}

/* Contact Us - GForm - start */
#gform_wrapper_2 {
  margin: 0 !important;
}
#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 #gform_fields_2 {
  row-gap: 30px !important;
}
#gform_wrapper_2
  .wp-container-core-group-is-layout-9
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#gform_wrapper_2 #field_2_7 {
  display: none;
}
#gform_wrapper_2 .gform-field-label {
  display: flex;
  gap: 5px;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 14.9px;
}
#gform_wrapper_2 #label_2_18_1 {
  display: block;
}

#mipl-propery-form #gform_wrapper_2 .mt-form.mt-form-light label.gform-field-label {
    color: #fff !important;
}

#gform_wrapper_2.mt-form_wrapper input[type="submit"] {
  min-height: 40px;
}
#gform_wrapper_2 .gfield_contains_required label::after {
  content: "*";
  color: var(--gf-ctrl-label-color-req);
}
#gform_wrapper_2 input,
#gform_wrapper_2 select,
#gform_wrapper_2 textarea {
  border: none;
  background: #e7e8de;
  outline: none;
}
#gform_wrapper_2 select {
  color: rgba(112, 112, 112, 0.5);
  border-radius: 15px;
  min-height: 44px;
  padding: 12px 12px;
  line-height: 1.5;
}
#gform_wrapper_2 option:not(:first-of-type) {
  color: black;
}
#gform_wrapper_2 textarea {
  height: 88px;
  resize: none;
}
#gform_wrapper_2 .gfield_required {
  display: none;
}
#gform_wrapper_2 .gfield--type-checkbox legend {
  display: none;
}
#gform_wrapper_2 #label_2_18_1 {
  margin: 0 !important;
  line-height: 1.4;
}
#gform_wrapper_2 #label_2_18_1 a {
  color: #333333 !important;
  color: var(--primary-color) !important;
}
#gform_wrapper_2 .gfield-choice-input {
  background-color: transparent;
  border: 1px solid #333333;
  margin-right: 10px;
}
#gform_wrapper_2 .gfield_checkbox .gform-field-label {
  font-size: 14px !important;
  line-height: 1.5;
}
.mt-form input[type=submit] {
  height: 40px !important;
}
.mt-form .gform-grid-col br {
  display: none;
}
.mt-form-light .gfield-choice-input {
  background-color: #ffffff !important;
}
.mt-form textarea::placeholder {
    font-style: italic;
    opacity: 0.5;
    color: #777;
}
/* Contact Us - GForm - end */
/* Search Result Page - Start*/
body.search .wp-site-blocks > .wp-block-group-is-layout-constrained {
  padding: 50px 0;
  background: #f6f6f4;
}
body.search .wp-block-search__label {
  display: none;
}
body.search .wp-block-search__input {
  border-radius: 57px;
  border: 1px solid #c5c7af;
  background: #fff;
  padding: 10px 40px 10px 40px;
  max-width: 424px;
  font-size: 14px;
  color: #333333;
  /* text-transform: capitalize; */
  outline: none;
  transition: all 0.3s linear;
}
body.search .wp-block-search__input:focus {
  border-color: #33333380;
}
body.search .wp-block-search__button {
  border-radius: 57px;
  background: var(--primary-color);
  width: 104px;
  padding: 10px 20px;
  line-height: initial;
  font-size: 14px;
  border: 1px solid var(--primary-color);
  transition: all 0.3s linear;
}
body.search .wp-block-search__button:hover {
  color: var(--primary-color);
  background: transparent;
}
body.search .wp-block-search {
  margin-bottom: 30px;
}
body.search .wp-block-query-title {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 30px;
}
body.search .wp-site-blocks .wp-block-query {
  margin-top: 0;
}
.breadcrumbs,
.breadcrumbs a {
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 400;
}
body.search .wp-block-post-title {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
  color: #333333;
}
body.search .wp-block-post-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
body.search .wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body.search .wp-block-post-excerpt {
  margin: 0;
}
body.search .wp-block-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
body.search .wp-block-query-pagination {
  justify-content: center;
  padding-top: 20px;
  grid-gap: 0;
}
.page-numbers {
  padding: 5px 10px;
  margin: 0 5px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: 500;
}
.page-numbers:hover,
.current {
  color: rgba(51, 51, 51, 0.5);
  border-radius: 28px;
  background: rgba(197, 199, 175, 0.5);
  text-decoration: none;
}
.wp-block-query-pagination-previous span,
.wp-block-query-pagination-next span {
  color: rgba(51, 51, 51, 0.5);
  text-indent: -999px;
}
.wp-block-query-pagination-previous span::after,
.wp-block-query-pagination-next span::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMDY2NjkgMTAuNTU5OEM2LjkxODI3IDEwLjQxMTMgNi44MzQ5IDEwLjIxIDYuODM0OSAxMC4wMDAxQzYuODM0OSA5Ljc5MDE1IDYuOTE4MjcgOS41ODg4MiA3LjA2NjY5IDkuNDQwMzZMMTEuNTQ1MSA0Ljk2MTlDMTEuNjE4MiA0Ljg4NjI5IDExLjcwNTUgNC44MjU5OCAxMS44MDIxIDQuNzg0NDlDMTEuODk4NyA0Ljc0MyAxMi4wMDI2IDQuNzIxMTYgMTIuMTA3NyA0LjcyMDI0QzEyLjIxMjggNC43MTkzMyAxMi4zMTcxIDQuNzM5MzYgMTIuNDE0NCA0Ljc3OTE3QzEyLjUxMTcgNC44MTg5NyAxMi42IDQuODc3NzYgMTIuNjc0NCA0Ljk1MjA5QzEyLjc0ODcgNS4wMjY0MiAxMi44MDc1IDUuMTE0ODEgMTIuODQ3MyA1LjIxMjFDMTIuODg3MSA1LjMwOTQgMTIuOTA3MSA1LjQxMzY0IDEyLjkwNjIgNS41MTg3NkMxMi45MDUzIDUuNjIzODggMTIuODgzNSA1LjcyNzc2IDEyLjg0MiA1LjgyNDM1QzEyLjgwMDUgNS45MjA5MyAxMi43NDAyIDYuMDA4MjkgMTIuNjY0NiA2LjA4MTMyTDguNzQ1ODEgMTAuMDAwMUwxMi42NjQ2IDEzLjkxODhDMTIuODA4OCAxNC4wNjgxIDEyLjg4ODYgMTQuMjY4MSAxMi44ODY4IDE0LjQ3NTdDMTIuODg1IDE0LjY4MzMgMTIuODAxNyAxNC44ODE4IDEyLjY1NDkgMTUuMDI4NkMxMi41MDgxIDE1LjE3NTQgMTIuMzA5NiAxNS4yNTg2IDEyLjEwMiAxNS4yNjA0QzExLjg5NDQgMTUuMjYyMiAxMS42OTQ1IDE1LjE4MjQgMTEuNTQ1MSAxNS4wMzgyTDcuMDY2NjkgMTAuNTU5OFoiIGZpbGw9IiMzMzMzMzMiIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPg==");
  width: 25px;
  display: block;
  height: 25px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -3px;
  left: -15px;
}
.wp-block-query-pagination-next span::after {
  transform: rotate(180deg);
  left: 0;
}
.wp-block-post-excerpt__excerpt {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* Change this number to limit lines */
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search__inside-wrapper ::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE3LjUgMTcuNUwxMy44NzUgMTMuODc1TTE1LjgzMzMgOS4xNjY2N0MxNS44MzMzIDEyLjg0ODYgMTIuODQ4NiAxNS44MzMzIDkuMTY2NjcgMTUuODMzM0M1LjQ4NDc3IDE1LjgzMzMgMi41IDEyLjg0ODYgMi41IDkuMTY2NjdDMi41IDUuNDg0NzcgNS40ODQ3NyAyLjUgOS4xNjY2NyAyLjVDMTIuODQ4NiAyLjUgMTUuODMzMyA1LjQ4NDc3IDE1LjgzMzMgOS4xNjY2N1oiIHN0cm9rZT0iI0M1QzdBRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  display: block;
  width: 20px;
  height: 20px;
}
/* Search Result Page - End */
/* Corporate Governance Page - Start */
#corporate-table thead {
  border-bottom: 2px solid var(--primary-color);
}
#corporate-table th {
  text-align: left;
  vertical-align: bottom;
  font-weight: 500;
  border: 0;
  padding-left: 0;
  padding-bottom: 8px;
}
#corporate-table th:first-child {
  width: 380px;
}
#corporate-table td {
  padding: 16px 0;
  font-weight: 500;
  border: 0;
}
#corporate-table tr:first-child td {
  padding-top: 24px;
}
#corporate-table tbody tr {
  border-bottom: 1px solid #b5bebf;
}
#corporate-table tbody td:nth-child(n + 3) {
  text-align: left;
}
#corporate-table tbody tr:last-child {
  border-bottom: 0;
}
/* Corporate Governance Page - End */
/* Home Page - Latest News - Start */
.news-wrapper {
  display: flex;
  gap: 20px;
}
.news-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}
.latest-news-img {
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
.latest-news-img a {
  display: block;
  height: 100%;
}
.latest-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.latest-news-img a:hover img {
  transform: scale(1.1);
}
.latest-news-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
span.latest-news-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
}
.latest-news-content a {
  color: #ffffff;
  text-decoration: none;
}
.latest-news-content a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.latest-news-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
  color: inherit;
}
ul.latest-news-tags {
  padding: 0;
  padding-top: 6px;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 6px;
}
ul.latest-news-tags li {
  padding: 6px 12px;
  border: 1px solid var(--secondary-color);
  border-radius: 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.09px;
  color: var(--secondary-color);
}
/* Home Page - Latest News - End */
p.text-rotate {
  transform: rotate(270deg);
  font-family: var(--font) !important;
  max-width: 50px;
}
/* Start News Room*/
.mt-newsroom-wrapper a,
.mt-post-content a,
.media-contacts a {
  text-decoration: none;
  color: var(--primary-color);
}
.mt-newsroom-wrapper a:hover,
.mt-post-content a:hover,
.media-contacts a {
  text-decoration: none;
  color: var(--primary-color);
}
.wp-element-caption {
  display: block !important;
  font-size: 12px;
  font-style: italic;
}
.mt-newsroom-wrapper ol li {
  font-size: 10px;
}
.mt-newsroom-wrapper table tr td {
  vertical-align: top;
}
.mt-newsroom-company-group-wrapper > div:nth-child(even) {
  background-color: #ffffff;
}
.mt-newsroom-company-group-wrapper > div:nth-child(odd) {
  background-color: #e7e8de;
}
/* End News Room*/
/* Search Form */
.search-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-form label {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
}
.search-form p {
  display: none !important;
}
.search-form div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-field {
  flex-grow: 1;
  color: #333;
  font-size: 14px;
  background-image: url("../images/icons/mt-search-gray.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 15px center;
  background-color: #fff;
  border: 1px solid #c5c7af;
  border-radius: 200px;
  padding: 12px 20px 12px 42px;
  outline: none;
  transition: all 0.3s linear;
}
.search-field::placeholder {
  color: #33333380;
}
.search-field:focus {
  border-color: #33333380;
}
.search-submit {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 200px;
  padding: 12px 29px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-submit:hover {
  color: var(--primary-color);
  background: transparent;
}

.custom-cn-chartext {
  color: #585e6a;
  font-size: 13px;
  line-height: 1.43;
  margin-top: 8px;
}

body.lang-zh_CN #gform_1 .charleft {
  display: none !important;
}
/* Search Form */
@media screen and (max-width: 1200px) {
  /* Home Page - Commitment - Start */
  .mt-home-commitment .wp-block-image img {
    width: 310px;
  }
  .mt-home-commitment {
    gap: 70px !important;
    padding-right: 120px;
    /* Home Page - Commitment - Ens */
  }
  .mt-awards .tabs.default button {
    font-size: 15px;
  }
  .property-content h3.typography {
    font-size: 32px !important;
  }
  .property-accordion-property-thumbnails,
  .property-thumbnails {
    display: none;
  }
  .property-properties {
    display: flex;
    flex-wrap: wrap;
  }
  .property-property {
    flex: 1 0 47%;
  }
  .property-property:first-child,
  .property-property:nth-child(2) {
    flex: 1 0 100%;
  }
  #mipl-propery-form .gform_fields {
    grid-template-columns: 1fr;
  }
  #mipl-propery-form .gform-footer {
    justify-content: end;
    gap: 0;
    /* Property Related Projects - start */
  }
  .property-accordion-carousel,
  .property-carousel {
    margin-top: 0 !important;
  }
  .property-accordion-carousel .carousel-item,
  .property-carousel .carousel-item {
    border-radius: 0;
  }

  .property-carousel .carousel-item {
    height: 428px;
  }
  .heading-wrap {
    flex-wrap: wrap;
  }
  .more-projects-filters,
  .more-projects-filter {
    width: 100%;
  }
  .nearby-property {
    margin-top: 20px;
  }
  .nearby-item {
    flex-basis: 100%;
  }
  .related-projects-view-all {
    display: flex;
    justify-content: center;
  }
  .related-projects-view-all a {
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 100px;
    background: var(--primary-color);
    color: var(--color-light);
    line-height: 1.22;
  }
  .site-mit .related-projects-view-all a{
    background-color: transparent;
    color: var(--primary-color);
    padding: 0 0 20px 0;
  }
  .related-projects-view-all a img {
    display: none;
  }
  .site-mit .heading-wrap h2 {
    font-size: 32px !important;
  }
}
/*For Tablet */
@media screen and (min-width: 641px) and (max-width: 959px) {
  .mt-tablet-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
    /* Home Page - Latest News - Start */
  }
  .latest-news-img {
    height: 180px;
  }
  span.latest-news-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
  }
  .latest-news-content p {
    font-size: 16px;
    font-weight: 500;
  }
  ul.latest-news-tags {
    padding: 0;
    padding-top: 6px;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 6px;
  }
  ul.latest-news-tags li {
    padding: 6px 12px;
    border: 1px solid var(--secondary-color);
    border-radius: 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.09px;
    color: var(--secondary-color);
    /* Home Page - Latest News - End */
    /* Home Page - Commitment - Start */
  }
  .mt-home-commitment .wp-block-image img {
    width: 310px;
  }
  .mt-home-commitment {
    gap: 70px !important;
    padding-right: 0px;
    padding: 50px 60px !important;
    /* Home Page - Commitment - End */
  }
}




/* Contact Us - GForm - start */
@media screen and (min-width: 768px) and (max-width: 976px) {
  #contact-us-form.wp-block-group {
    grid-template-columns: 1fr;
    gap: 50px !important;
    margin: 0 !important;
  }
  #contact-us-form #gform_wrapper_2 {
    width: 100%;
    max-width: 100%;
  }
  #contact-us-form #gform_fields_2 {
    row-gap: 20px !important;
  }
  #contact-us-form .wp-block-group {
    margin: 0 !important;
  }
  #contact-us-form .wp-block-heading {
    margin: 0 !important;
  }
  body.site-mapletree-pan-asia-commercial #contact-us-form .wp-block-group,
  body.site-mpact #contact-us-form .wp-block-group {
    margin: 0 0 10px 0 !important;
  }
}
/* Contact Us - GForm - end */
/*For Mobile */
/* Contact Us - GForm - start */
/* Related Case Studies - start */
.swiper:has(> .custom-swiper) {
  overflow: unset;
}
.custom-swiper {
  box-sizing: border-box;
  overflow: visible;
}
.custom-swiper .swiper-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.custom-swiper .swiper-btn {
  width: 90px;
  height: 40px;
  display: flex;
  gap: 10px;
}
/* .swiper-button-pre{
 top: 0;
 } */
.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
}
.custom-swiper .swiper-button-prev {
  left: 0;
}
.custom-swiper .swiper-button-next {
  right: 0;
}
.custom-swiper a[class*="swiper-button"] {
  margin: 0;
}
.custom-swiper a[class*="swiper-button"] img {
  position: absolute;
  inset: 0;
}
.custom-swiper a[class*="swiper-button"] img:last-child,
.custom-swiper a[class*="swiper-button"]:hover img:first-child {
  opacity: 0;
}
.custom-swiper a[class*="swiper-button"]:hover img:last-child {
  opacity: 1;
}
.custom-swiper
  a[class*="swiper-button"]:not(.swiper-button-disabled)
  img:nth-child(2) {
  opacity: 0;
}
.custom-swiper a[class*="swiper-button"].swiper-button-disabled img:first-child,
.custom-swiper a[class*="swiper-button"].swiper-button-disabled img:last-child {
  opacity: 0;
}
/* .custom-swiper .swiper-button-prev:hover,
 .custom-swiper .swiper-button-next:hover{
 background-color: var(--primary-color);
 border: 2px solid var(--primary-color);
 }
 .custom-swiper .swiper-button-prev:hover img,
 .custom-swiper .swiper-button-next:hover img{
 filter: brightness(0) invert(1);
 } */
/* .custom-swiper .swiper-button-next.swiper-button-disabled, 
 .custom-swiper .swiper-button-prev.swiper-button-disabled{
 background-color: #868686;
 opacity: 1;
 } */
/* .custom-swiper .swiper-button-next.swiper-button-disabled img, 
 .custom-swiper .swiper-button-prev.swiper-button-disabled img{
 filter: brightness(0) invert(1);
 } */
.custom-swiper .swiper-button-prev img {
  transform: rotate(180deg);
}
.custom-swiper .swiper-button-next:after,
.custom-swiper .swiper-rtl .swiper-button-prev:after,
.custom-swiper .swiper-button-prev:after,
.custom-swiper .swiper-rtl .swiper-button-next:after {
  content: "none";
}
.custom-swiper .swiper-slide {
  min-height: 200px;
  position: relative;
  cursor: pointer;
}
.csr-item {
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.csr-item .csr-item-img {
  height: 100%;
  /* position: relative; 
   overflow: hidden; */
}
.csr-item .csr-item-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.custom-swiper .csr-item-text {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-weight: 500;
  text-decoration: none;
}
.custom-swiper .swiper-slide .csr-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-swiper .swiper-ttl {
  color: #1e1e1e;
  font-size: 38px;
  font-weight: 700;
}
.custom-swiper .viewall-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--primary-color);
  text-decoration: none;
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.custom-swiper .csr-item-md-readmore {
  display: none;
}
.custom-swiper .viewall-btn span {
  margin-right: 5px;
}
/* Related Case Studies - start */
/* Properties Listing */
body.site-mit .listing-top > .wp-block-columns > .wp-block-column:last-of-type {
  width: 50%;
}

.listing-top > .wp-block-columns > .wp-block-column:last-of-type {
  flex-shrink: 0;
  flex-grow: unset !important;
  flex-basis: unset !important;
}
.listing-top .wp-block-heading {
  font-size: 38px !important;
  margin-bottom: 20px;
}
.listing-top .wp-block-column:nth-child(2) .wp-block-heading {
  font-size: 24px !important;
  margin-bottom: 14px;
}
.listing-top .wp-block-column:nth-child(2) .our-presence .wp-block-heading {
  font-size: 38px !important;
}
.listing-top
  > .wp-block-columns
  > .wp-block-column:last-of-type
  .wp-block-columns {
  grid-gap: 60px;
  margin: 0 !important;
}
.listing-top .wp-block-column:nth-child(2) p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-top .wp-block-column:nth-child(2) .wp-block-columns .wp-block-heading {
  font-size: 38px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.listing-top .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
  width: auto;
  flex: auto;
}
.map-page {
  background-color: #f6f6f4;
}
.map-page .md-container {
  padding: 0 30px;
  box-sizing: content-box;
}
.search-box input {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: calc(100% - 20px) center;
  padding: 10px 20px;
  padding-right: 50px;
  width: 100%;
}
.search-box input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  font-family: var(--font);
}
.search-box {
  margin-bottom: 20px;
  max-width: calc(50% + 16px);
}
/* .mt-map-overflow {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mt-map-overflow::-webkit-scrollbar {
  display: none;
} */
.mt-map-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.mt-map-filters > * {
  flex-shrink: 0;
}
.map-page select {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  border: 1px solid #cad2d3;
  background: #fff;
  /* margin-right: 12px; */
  width: calc(25% - 10px);
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px 8px;
  cursor: pointer;
}
.map-page input:focus-visible,
.map-page select:focus-visible {
  outline: none;
}
.map-page .search-box svg g#Icon-Arrow > path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
.map-page .search-box svg g#Icon-Arrow g path {
  fill: transparent;
}
.map-page form {
  padding-bottom: 40px;
}
#clearall {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -30px;
  display: none;
  white-space: nowrap;
}
#clearall.show {
  display: block;
}
.mt-map-tab {
  display: none;
  background: #fff;
  padding: 20px 0;
}
.mt-map-tab-wrap {
  display: flex;
  justify-content: center;
}
.mt-map-tab-wrap ul {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  background: #f3f3ef;
  border-radius: 200px;
  overflow: hidden;
  padding: 8px 10px;
  margin: 0;
}
.mt-map-tab-wrap ul li button {
  color: #33333380;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.09px;
  background: transparent;
  border: 0 none;
  border-radius: 200px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.mt-map-tab-wrap ul li button.mt-map-view-active {
  color: #fff;
  background: var(--primary-color);
}
.results .col-md-3 {
  width: calc(100% / 3 - 13px);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #d8d6c4;
  background: #fff;
  margin-right: 16px;
  margin-bottom: 16px;
}
.results .col-md-3:nth-child(3n + 3) {
  margin-right: 0;
}
.total {
  width: 100%;
}
.results .col-md-3 img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.results .col-md-3 .image {
  margin-bottom: 20px;
}
.results .col-md-3 h4 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}
.results {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  background-color: #fff;
}
.results .row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: 100%;
  overflow-y: scroll;
  max-height: 700px;
}
/* Scrollbar styling for WebKit-based browsers (Chrome, Edge, Safari) */
.results .row::-webkit-scrollbar {
  width: 8px;
  /* Adjust width */
}
.results .row::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
}
.results .row::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  /* Thumb color */
  border-radius: 10px;
  transition: background 0.3s ease;
}
.results .row::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Darker thumb on hover */
}
.results {
  /* position: absolute;
   top: 0;
   left: -100%; */
  z-index: 2;
  width: 100%;
  max-width: 830px;
  min-width: 830px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  transition: left 0.5s ease;
}
/* .result-inner {
 max-width: 830px;
 position: relative;
 } */
.result-wrapper {
  position: absolute;
  top: 0;
  left: -830px;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease;
  z-index: 11;
  background-color: #fff;
  max-width: 830px;
}
.result-wrapper.show {
  left: 0;
  transition: left 0.5s ease;
}
.map-btn {
  position: absolute;
  right: -160px;
  top: 60px;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(197, 199, 175, 0.5);
  color: #333;
  z-index: 9;
  transition: right 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
.map-btn span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.map-btn:hover {
  color: #333;
}
.map-btn svg {
  margin-right: 8px;
}
.show .map-btn span {
  display: none;
}
.show .map-btn svg {
  transform: rotate(180deg);
  margin-right: 0;
}
.result-wrapper.show .map-btn {
  right: -60px;
  transition: right 0.5s ease;
}
.relative {
  position: relative;
}
.map-container {
  margin-bottom: 0;
  overflow: hidden;
}
.total {
  display: flex;
  justify-content: space-between;
}
.total p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.checkmark {
  max-width: 35px;
  border-radius: 10px 0px;
  background: #e7e8de;
  padding: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
}
.results .col-md-3 .checkmark img {
  width: 100%;
  height: auto;
}
.image {
  position: relative;
}
* {
  box-sizing: border-box;
}
.md-container {
  max-width: 1440px;
  margin: 0 auto;
  /* padding: 0 50px; */
}
/* Style the switch */
.map-page .switch {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
/* Hide the checkbox */
.map-page .switch input {
  display: none;
  /* opacity: 0;
   width: 0;
   height: 0; */
}
/* Slider for the toggle switch */
.map-page .slider {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 26px;
  background-color: #ccc;
  transition: all 0.3s linear;
  border-radius: 25px;
}
/* Switch handle */
.map-page .slider::before {
  position: absolute;
  content: "";
  width: 18px;
  aspect-ratio: 1;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s linear;
}
/* Checkbox checked state */
input:checked + .slider {
  background-color: #4caf50;
}
/* Move the handle to the right when checked */
input:checked + .slider:before {
  transform: translateX(24px);
}
/* Show the dropdown when the checkbox is checked */
input:checked + .slider + .dropdown {
  display: block;
}
#maphover1 {
  height: 563px;
  max-width: 100%;
  margin: 0 auto;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  display: none;
}
#maphover1 #singapore-marker svg path,
#maphover1 #current svg path,
#map-mobile .mapboxgl-marker:hover svg path,
#maphover1 .mapboxgl-marker:hover svg path {
  fill: var(--primary-color);
  opacity: 1;
}
.map-page .sorting {
  display: none !important;
}
.sorting select {
  width: 100%;
  color: var(--primary-color);
  border-radius: unset;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjRTk4MjFEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
  padding-right: 30px;
}
.results .col-md-3:hover {
  border-color: var(--primary-color);
}
.property-item p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.loading-spinner {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.total {
  display: none;
}
.total.showtotal {
  /* display: flex; */
  /* cilent requested to hide this */
  display: none !important;
}
#maphover1 .mapboxgl-popup-content {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 11px 0px rgba(197, 199, 175, 0.25);
  padding: 20px;
  min-width: 230px;
  min-height: 190px;
}
#maphover1 .mapboxgl-popup-content h5 a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
#maphover1 .mapboxgl-popup-content h5 {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#maphover1 .mapboxgl-popup-content h5:hover {
  color: #333;
}
#maphover1 .mapboxgl-popup-content h5:focus-visible {
  outline: none;
}
#maphover1 .mapboxgl-popup-content h4 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font);
  margin: 0;
  margin-top: 6px;
}
.results .col-md-3 h4 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
#maphover1 .mapboxgl-popup-content p {
  color: rgba(51, 51, 51, 0.5);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.office {
  margin-right: 40px;
}
#maphover1 .mapboxgl-popup-content a:hover p,
.content-inner a:hover p {
  color: var(--primary-color);
}
#maphover1 .map-popup-content .content-inner {
  display: flex;
  flex-wrap: wrap;
}
.map-popup-content .links {
  width: 100%;
  margin-top: 15px;
}
.map-popup-content .links a:hover,
.map-popup-content .links a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.mapboxgl-control-container .mapboxgl-ctrl-compass,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-right,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-left {
  display: none;
}
#maphover1 .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  display: none;
}
#maphover1 .mapboxgl-popup {
  left: 80px;
  top: 40px;
  transform: none !important;
  min-width: 273px;
}
#map-mobile .mapboxgl-marker svg,
#maphover1 .mapboxgl-marker svg {
  width: 35px;
}
#map-mobile .mapboxgl-marker svg path,
#maphover1 .mapboxgl-marker svg path {
  fill: #33333360;
}
#maphover1 #singapore-marker svg,
#maphover1 #current svg,
#map-mobile .mapboxgl-marker:hover svg,
#maphover1 .mapboxgl-marker:hover svg {
  width: 50px;
}
.list-popup a {
  display: flex;
  align-items: center;
}
.list-image {
  max-width: 100px;
  height: 100px;
  margin-right: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.wp-site-blocks {
  max-width: 100vw;
  overflow: hidden;
}
.list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#map .mapboxgl-popup {
  min-width: 370px;
}
#map .mapboxgl-popup-content {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #d8d6c4;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
#map .mapboxgl-popup-content h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
  color: #333;
}
#map .mapboxgl-popup-tip {
  display: none;
}
#map .mapboxgl-popup-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font);
  color: #333;
}
#map .mapboxgl-ctrl-compass,
#map .mapboxgl-ctrl-bottom-right,
#map .mapboxgl-ctrl-bottom-left {
  display: none;
}
.property-contact-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.property-contact-info p a {
  color: var(--primary-color);
  font-weight: 500;
  font-family: inherit;
  text-decoration: underline;
}
/** Dropdown **/
[class^="clear"],
.select-all {
  font-size: 14px;
  line-height: 17.09px;
  font-weight: 500;
  color: #333333b2;
}

[class^="clear"],
.active .select-all {
  display: none;
}
.active [class^="clear"] {
  display: block;
}
.search-box {
  display: flex;
}
.search-box input {
  margin-right: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: calc(100% / 4 - 12px);
}
.dropdown:has(.dropdown-menu.show) .dropdown-btn {
  border-color: var(--primary-color);
}

.dropdown-btn {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  text-align: left;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s linear;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  width: 100%;
  top: calc(100% + 10px);
  left: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1000;
  /* overflow: hidden; */
  display: none;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 292px;
  overflow: auto;
}
.dropdown-menu ul::-webkit-scrollbar {
  width: 6px; /* Adjust width */
}

.dropdown-menu ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px;
}

.dropdown-menu ul::-webkit-scrollbar-thumb {
  background: var(--primary-color); /* Thumb color */
  border-radius: 10px;
  transition: background 0.3s linear;
}

.dropdown-menu ul::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker thumb on hover */
}

.dropdown-menu li {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s linear;
}
.dropdown-menu li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.dropdown-menu li .sub-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  background: transparent;
  border: 0 none;
  padding: 10px 22px 10px 15px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.dropdown-menu li .sub-btn svg,
.dropdown-menu li .sub-btn svg path {
  transition: all 0.3s linear;
}
.dropdown-menu li:has(.subdropdown.show) .sub-btn {
  color: var(--primary-color);
}
.dropdown-menu li:has(.subdropdown.show) .sub-btn svg path {
  fill: var(--primary-color);
}
.subdropdown {
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  background: #fff;
  min-width: 200px;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.subdropdown.show {
  display: block;
}

.subdropdown-back {
  display: none;
  color: var(--primary-color);
  background: transparent;
  border: 0 none;
  padding: 12px 30px;
  cursor: pointer;
}
.subdropdown-back span svg ployline {
  stroke-width: 2;
}

.dropdown-menu li:hover {
  background: #f9f9f9;
}

.dropdown-menu li > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
}
.dropdown-menu li > label::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6673 1.5L4.25065 7.91667L1.33398 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  border: 1px solid #c5c7af80;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.dropdown-menu li:has(> input:checked) > label::after {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.dropdown-menu input {
  display: none;
}

.dropdown-footer {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

.dropdown-footer span {
  cursor: pointer;
}

.clear {
  color: #888;
}

.apply {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 17.09px;
  font-weight: 500;
}

/* .site-mapletree-pan-asia-commercial .property-feature p {
  display: inline-block;
  background: var(--primary-color);
  padding: 10px 24px;
  color: #fff;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.site-mapletree-pan-asia-commercial .property-carousel {
  margin-top: 0px !important;
} */

/* .apply:hover {
  text-decoration: underline;
} */

.dropdown-menu.show {
  display: block;
}

.mit-netzero-section .wp-block-create-block-mt-button{
  width: 100%;
}

/** Dropdown end **/

.mit-custom-break { /** added because client want to go next line in exact site and text **/
  display: none;
}
@media screen and (max-width: 1039px) {
  .listing-top > .wp-block-columns {
    gap: 50px;
  }
}
@media screen and (max-width: 959px) {
  .listing-top > .wp-block-columns {
    flex-direction: column;
  }
  .listing-top > .wp-block-columns > .wp-block-column:first-of-type {
    max-width: 100%;
  }
  .map-page > .md-container {
    position: relative;
  }
  .search-box {
    max-width: 100%;
  }
  .mt-map-tab {
    display: block;
  }
  .mt-map-overflow {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mt-map-overflow::-webkit-scrollbar {
    display: none;
  }
  .mt-map-filters {
    flex-wrap: nowrap;
  }
  .dropdown {
    position: static;
    width: auto;
    min-width: 220px;
  }
  .dropdown-menu {
    top: 100%;
    border-radius: 0;
  }
  .dropdown-menu li .sub-btn {
    padding: 10px 37px 10px 30px;
  }
  .dropdown-menu:has(.subdropdown.show) {
    left: -100%;
  }
  .dropdown-menu li:has(.subdropdown.show) .sub-btn svg {
    transform: rotate(90deg);
  }
  .dropdown-menu li > label {
    padding: 10px 30px;
  }
  .dropdown-footer {
    padding: 12px 30px;
  }

  .subdropdown {
    left: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .subdropdown-back {
    display: block;
  }

  .map-page .result-wrapper {
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    left: 0;
    transition: opacity 0.3s linear, left 0s ease;
  }
  .map-page .result-wrapper.show {
    opacity: 1;
    pointer-events: auto;
  }
  .map-page .results {
    max-width: 100%;
    min-width: 100%;
    padding: 0 30px 50px;
  }
  .map-page .map-btn {
    display: none;
  }
  .map-page .results .col-md-3 img {
    height: auto;
    aspect-ratio: 1.3951612903;
  }
}
@media screen and (max-width: 767px) {
  .footer-group {
    padding-top: 50px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
    padding-left: 28px !important;
  }
  .footer-mobile-menu {
    display: flex !important;
  }
  .footer-images-mobile {
    display: flex !important;
  }
  .footer-main-flex {
    margin-top: 30px;
  }
  .footer-main-left {
    display: none !important;
  }
  .footer-images-desktop {
    display: none !important;
  }
  #back-to-top {
    position: relative;
    margin-top: 0;
    margin-bottom: -100%;
    transform: translateY(25px);
    z-index: 2;
  }
  .footer-sub-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-linkedin {
    order: 1;
    margin-bottom: 30px !important;
  }
  .footer-linkedin-text {
    display: block !important;
  }
  .footer-language {
    order: 2;
    display: flex !important;
  }
  .footer-sub-menu {
    order: 3;
    column-gap: 16px;
    /* Home Page - Latest News - Start */
  }
  .home-mt-newroom {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
    position: relative;
  }
  .mt-news-ttl {
    font-size: 32px !important;
    line-height: 39.07px;
  }
  .news-wrapper {
    display: block;
  }
  .home-mt-newroom .mt-button-content {
    position: absolute;
    left: 50%;
    bottom: -30px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
    padding: 18px 26px;
    border-radius: 100px;
    box-sizing: border-box;
    color: #f6f6f4 !important;
    display: inline-flex;
  }
  .home-mt-newroom .mt-button-content span {
    display: none;
  }
  .news-item {
    margin-bottom: 50px;
  }
  .latest-news-img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .latest-news-img a {
    display: block;
    height: 100%;
  }
  span.latest-news-date {
    font-size: 12px;
  }
  .latest-news-content p {
    font-size: 16px;
    line-height: 19.54px;
    /* Home Page - Latest News - End */
    /* Home Page - Commitment - Start */
  }
  .mt-home-commitment {
    gap: 30px !important;
    padding-right: 0px;
    padding: 50px 30px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mt-home-commitment .mt-home-commitment-img {
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
  }
  .mt-home-commitment .mt-home-commitment-img figure {
    margin: 0 auto;
  }
  .mt-home-commitment .mt-home-commitment-txt {
    padding: 0 !important;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
  }
  .mt-home-commitment .mt-home-commitment-txt > div {
    align-items: center;
    max-width: 100%;
  }
  .mt-home-commitment-img figure img {
    width: 100% !important;
    height: auto !important;
    /* Home Page - Commitment - End */
  }
}
/* Map Mobile Start*/
.map-content-mobile {
  display: none;
}
.map-content-mobile.show {
  display: block;
}
/* Map Mobile End*/
/* Oval Right */
.mt-oval-right-block > .wp-block-columns > .wp-block-column:last-of-type {
  padding-right: 30px !important;
}
@media screen and (max-width: 959px) {
  .mt-oval-right-block > .wp-block-columns {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }
  .mt-oval-right-block > .wp-block-columns > .wp-block-column:first-of-type {
    padding: 0 30px !important;
  }
  .mt-oval-right-block.mit-net-zero  > .wp-block-columns > .wp-block-column:first-of-type {
    padding: 0 !important;
  }
  .mt-oval-right-block.mit-net-zero > .wp-block-columns {
    padding: 0 !important;
  }
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    > .wp-block-group {
    padding: 0 !important;
  }
  .mt-oval-right-block > .wp-block-columns > .wp-block-column:last-of-type {
    padding-left: 30px !important;
  }
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-image {
    float: none;
    margin-inline-start: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mt-oval-right-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-image
    img {
    aspect-ratio: 1.55;
    width: 100% !important;
    max-width: 600px;
    height: auto !important;
    border-radius: 600px !important;
  }
}
/* Oval Left */
.mt-oval-left-block > .wp-block-columns > .wp-block-column:first-of-type {
  padding-left: 30px !important;
}
@media screen and (max-width: 1200px) {
  .mt-oval-left-block > .wp-block-columns {
    gap: 30px;
  }
  .mt-oval-left-block > .wp-block-columns > .wp-block-column:last-of-type {
    padding-right: 28px !important;
  }
}
@media screen and (max-width: 959px) {
  .mt-oval-left-block > .wp-block-columns {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 30px;
  }
  .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns {
    padding: 0 !important;
    flex-direction: column-reverse !important;
  }
  .mt-cm-oval.mpact-oval-left-about {
    padding: 0 0 50px 0 !important;
    margin: 0 !important;
  }
  .mt-oval-left-block > .wp-block-columns > .wp-block-column:first-of-type {
    padding-right: 30px !important;
  }
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    .wp-block-image {
    float: none;
    margin-inline-end: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:first-of-type
    .wp-block-image
    img {
    aspect-ratio: 1.5461538462;
    width: 100% !important;
    max-width: 600px;
    height: auto !important;
    border-radius: 600px !important;
  }
  .mt-oval-left-block > .wp-block-columns > .wp-block-column:last-of-type {
    padding: 0 30px;
  }
  .mt-oval-left-block
    > .wp-block-columns
    > .wp-block-column:last-of-type
    .wp-block-group {
    padding: 0 !important;
    gap: 20px;
  }
  .mt-oval-left-block .wp-block-group {
    max-width: 100% !important;
  }
}

/* About Map */
#maphover1 .mapboxgl-popup {
  opacity: 1 !important;
}
.mt-about-map .map-content-mobile {
  display: none;
}
.mt-about-map .map-content-mobile.show {
  display: flex;
  margin-top: 0;
}
/* .map-content-mobile div:last-child {
 margin-top: 10px;
 } */
.map-content-mobile div a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.mt-about-map .mt-map-navigation {
  padding: 0 30px;
  margin: 0 0 20px;
}
.mt-about-map .mt-map-navigation select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  color: var(--primary-color);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.54px;
  border: 1px solid #c5c7af;
  border-radius: 200px;
  outline: none;
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 15px auto;
  padding: 10px 50px 10px 20px;
  margin: 0 0 20px;
}
.mt-about-map .mt-map-navigation div:has(> .uk-grid) {
  padding: 0 20px;
}
.mt-about-map .mt-map-navigation .uk-grid p {
  color: #33333380;
  font-weight: 500;
  line-height: 19.54px;
  text-align: left !important;
}
.mt-about-map .mt-map-navigation .uk-grid span {
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  line-height: 46.4px;
}
.mt-about-map #map-mobile {
  display: none;
}
/* @media screen and (max-width: 1280px) and (min-width: 960px) {
  .mt-padding-top .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mt-table-container {
    max-width: 100vw;
  }
  #corporate-table th:first-child {
    width: 280px;
  }
  #corporate-table th {
    width: 200px;
  }
  #corporate-table th:last-child {
    width: 300px;
  }
  .mt-gov-tab .custom-tab-items .wp-block-group {
    width: 100%;
    margin: 0 !important;
    max-width: 100% !important;
  }
} */
@media screen and (max-width: 1440px) {
  .mt-about-map > .wp-block-group > .wp-block-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 959px) {
  .mt-about-map > .wp-block-group > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-about-map .mt-map-navigation {
    padding: 0;
  }
  .site-mit [class*="scroll-indicator"] { 
    position: relative;
  }
  .site-mit [class*="scroll-indicator"]::after,
  .site-mit [class*="scroll-indicator"]::before {
    content: "";
    position: absolute;
    top: 0;
    width: calc( var(--scroll-target-height) / 3 );
    height: calc( var(--scroll-target-height) );
  }
  .site-mit .scroll-indicator-start::after {
    right: 0;
    background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, transparent 80%);
  }
  .site-mit .scroll-indicator-end::before {
    left: 0;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, transparent 80%);
  }
  #clearall {
    bottom: 10px;
    right: 25px;
  }
  .site-mit #clearall {
    bottom: unset !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .mt-about-map > .wp-block-group.has-background {
    background-color: transparent !important;
  }
  .mt-about-map > .wp-block-group:first-of-type {
    padding-bottom: 30px !important;
  }
  .mt-about-map > .wp-block-group:last-of-type {
    margin-block-start: 0;
  }
  .mt-about-map #maphover1 {
    display: none;
  }
  .mt-about-map #map-mobile {
    display: block;
  }
}
/* About Map */
@media screen and (max-width: 1039px) {
  .dev-cap-dev-proj .tabs-container.left .tabs-nav {
    min-width: 180px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1280px) {
  .mpact-home-newsroom  > div.wp-block-columns > div.wp-block-column:last-child div.wp-block-group.mt-mobile-h-padding{
    padding-left: 75px  !important;
  }
}
@media screen and (max-width: 1310px) {
  .mpact-mobile-h-padding {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .mpact-mobile-basic-container {
    padding: 50px 100px !important;
  }
  .mpact-padding-left{
    padding-left: 78px !important;
  }
  .mpact-flex-basis{
    flex-basis: 88% !important;
  }
  .mpact-font-20{
    font-size: 20px !important;
  }
  .mpact-font-30{
    font-size: 30px !important;
  }
  .mpact-key-area{
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .mt-padding-top.mpact-sustainability-tab .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1279.9px){
  .mpact-home-newsroom {
    position: relative;
  }
  .mpact-mobile-reset-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mpact-mobile-basic-container {
    padding: 40px 28px !important;
  }
  .mpact-mobile-padding-right {
    padding-right: 28px !important;
  }

  .mpact-padding-left{
    padding-left: 28px !important;
  }

  .mpact-home-newsroom .wp-block-columns {
    flex-direction: column !important;
  }
  .mt-padding-top.mpact-sustainability-tab .tab-contents {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width {
    border-radius: unset !important;
    padding-bottom: 150px !important;
  }
  .mpact-home-newsroom p.sp-value {
    font-size: 28px !important;
  }
  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width
    .mt-button {
    width: 90%;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width
    .mt-button.default.normal
    .mt-button-content {
    padding: 10px 31px;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .mpact-mobile-padding-h-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mpact-home-newsroom{
  padding-bottom: 0 !important;
}
.wp-block-create-block-api-integrated-component {
  max-width: 100% !important;
  width: 100%;
}
.mit-flex-wrap {
  flex-wrap: wrap !important;
}
.mit-flex-basis{
  flex-basis: 100% !important;
}
.mit-mobile-gap-30 {
  gap: 30px !important;
}
.mit-display-none {
  display: none;
}
.mit-width{
  width: 100% !important;
  display: flex !important;
}
.mit-full-width{
  max-width: 100% !important;
}
.mit-margin-h-20 {
  margin-left: 40px !important;
}
.mpact-latest-web {
  border-left-color: transparent !important;
  border-top: 1px solid #b9b9b980;
  border-width: unset !important;
  padding-top: 50px !important;
}
.mpact-padding-v-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 .mpact-home-content > div.wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .mpact-home-content > div > div > div > div.wp-block-group {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .mt-oval-right-block.mpact-right-block > .wp-block-columns > .wp-block-column:last-of-type .wp-block-image {
    float: none;
    margin-inline-start: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mpact-home-content
    > div
    > div:first-child
    > div
    > div.wp-block-group.is-nowrap
    > p:first-child,
  .mpact-home-content
    > div
    > div:first-child
    > div
    > div.wp-block-group.is-nowrap
    > p:last-child {
    font-size: 32px !important;
  }

.site-mlt .mpact-home-content
  > div
  > div:first-child
  > div
  > div.wp-block-group.is-nowrap
  > p:last-child {
  font-size: 32px !important;
}
.mlt-font-20 {
  font-size: 20px !important;
}

  .mpact-home-content > div > div > div > div.wp-block-group.is-nowrap > p {
    font-size: 32px !important;
  }
  .mpact-home-content > div > div > div > div.wp-block-group > p {
    font-size: 14px !important;
  }

  .mpact-home-content > div > div.wp-block-group > div > p:first-child {
    font-size: 32px !important;
  }
  .mpact-mobile-padding-0 {
    padding-right: 0 !important;
  }
  .mpact-flex-column {
    flex-direction: column !important;
  }
  .mpact-flex-start{
    align-items: flex-start !important;
  }
  .mpact-newsletter-form_wrapper .mpact-newsletter-form .mpact-subscribe-mail input[type="email"].medium {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; 
  }
  .mpact-newsletter-form_wrapper .mpact-newsletter-form .mpact-subscribe-mail {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mpact-newsletter-form .gfield.gfield--type-submit {
    width: 100%;
    /* justify-content: flex-end; */
  }
  body.site-mlt .mpact-newsletter-form .gfield.gfield--type-submit{
    justify-content: center;
  }
  .mpact-mobile-h-padding {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .wp-block-create-block-api-integrated-component {
    max-width: 100% !important;
    width: 100%;
  }
  .mpact-newsletter-form_wrapper {
    width: 100%;
  }
  /* .mpact-key-area{
    grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)) !important;
  } */
  .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns > .wp-block-column:last-of-type {
    padding: 0 30px;
 }
 .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns > .wp-block-column:first-of-type .wp-block-image {
  float: none;
  margin-inline-end: 0;
  width: 100%;
  display: flex;
  justify-content: center;
 }
 .mt-oval-left-block.mpact-oval-left-about > .wp-block-columns > .wp-block-column:last-of-type {
  padding-right: 28px !important;
 }
 .mt-trust-blk figure img {
  width: 100% !important;
}
.mpact-mobile-padding-v-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mt-oval-right-block.mpact-right-block > .wp-block-columns {
  flex-direction: column;
  gap: 30px;
  padding: 50px 0;
}

.property-item {
  width: 100% !important;
  aspect-ratio: 378/200;
}
.property-item a img {
   width: 100%;
   max-width: 100%!important;
   height: auto !important;
}
.mit-netzero-section{
  position: absolute;
  right: 30%;
  /* transform: translateX(-50%); */
  top: 12%;
  text-align: center;
}
.mit-desktop-show{
    display: none;
  }
  .mit-mobile-show{
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .dev-cap-dev-proj {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .dev-cap-dev-proj > .wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .dev-cap-dev-proj .tabs-nav-wrap {
    padding: 0 0 30px;
  }
  .dev-cap-pre-rej > .wp-block-group {
    padding: 50px 30px !important;
  }
  .dev-cap-pre-rej > .wp-block-group > .wp-block-group {
    gap: 20px;
  }
  .dev-cap-pre-rej .custom-toggle-items:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .dev-cap-pre-rej .custom-toggle-items .row {
    background: transparent;
    gap: 12px;
  }
  .dev-cap-pre-rej .custom-toggle-items .img-blk img {
    border-radius: 12px;
  }
  .dev-cap-pre-rej .custom-toggle-items .img-blk .has-no-mobile-image {
    display: block;
  }
  .dev-cap-pre-rej .custom-toggle-items .txt-blk.hasribbon {
    padding: 0;
  }
  .dev-cap-pre-rej .custom-toggle-items .ribbon-text {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .dev-cap-pre-rej .custom-toggle-items .item-full-description {
    margin-top: 0;
  }
  .dev-cap-pre-rej .custom-toggle-items .item-full-description.read-less {
    margin-top: 12px;
  }
}

@media screen and (max-width: 959px) {
  .mt--f-aboutcompany-chart-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-height: none;
    padding: 0 10px;
    padding-top: 10px !important;
  }
  .mt--f-aboutcompany-chart-stats
    > div.wp-block-group.is-content-justification-center {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    max-height: none;
    padding-top: 10px !important;
  }
  .mt--f-aboutcompany-chart-stats.mt-cashflow
    .wp-block-group
    .has-global-padding:has(.text-rotate) {
    width: 100% !important;
  }
  .mt--f-aboutcompany-chart-stats
    > div.wp-block-group.is-content-justification-center
    > p:has(strong) {
    font-size: 22px !important;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-group.is-vertical p:has(strong) {
    font-size: 22px !important;
  }
  .mt-capital .wp-block-group:has(.text-rotate) {
    width: 100%;
  }
  .mt--f-aboutcompany-chart-stats.mt-cashflow
    > div.wp-block-group
    > div.wp-block-group
    > p,
  .mt-capital p.text-rotate {
    margin: 0 !important;
  }
  .mt--f-aboutcompany-chart-stats
    > div.wp-block-group
    > div.wp-block-group
    > p.text-rotate,
  .mt-capital p.text-rotate {
    transform: rotate(0deg);
    margin-top: 10px !important;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-group.is-vertical {
    width: calc(50% - 5px);
    align-items: flex-start;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-image {
    width: 100%;
  }
  .mt--f-aboutcompany-chart-stats .wp-block-image img {
    transform: rotate(90deg);
    transform-origin: 53% 70%;
  }
  .mt--f-aboutcompany-chart-stats-wrapper
    > .wp-block-group:has(.wp-block-create-block-mt-button) {
    display: none;
  }
  .mt--f-aboutcompany-chart-stats-wrapper > .wp-block-group:has(.chart-block) {
    width: 100%;
  }
  .mt-chart-tabs .chart-block .block-data {
    max-width: 100%;
    /* Returns */
  }
  .mt-chart-tabs
    .tab-contents
    .custom-tab-items:nth-child(1)
    .mt--f-aboutcompany-chart-stats
    .wp-block-group:has(.text-rotate) {
    width: 100%;
  }
  .mt-chart-tabs
    .tab-contents
    .custom-tab-items:nth-child(1)
    .mt--f-aboutcompany-chart-stats
    .text-rotate {
    width: 100%;
    max-width: none;
    transform: rotate(0);
    margin-top: 10px;
  }
  .mt-latest-news {
    padding: 50px 30px 100px 30px !important;
    position: relative;
  }
  .custom-post-listing > ul {
    flex-wrap: wrap;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 49%;
  }
  .custom-post-listing > ul > li:nth-child(2n + 0) {
    margin-right: -20px;
  }
  .mt-latest-news > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-latest-news .lp-item-img {
    height: 53.333vw;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .mt-latest-news .wp-block-create-block-mt-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mt-latest-news .wp-block-create-block-mt-button .mt-button-content {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 16px 32px;
    color: #fff;
    border-radius: 100px;
  }
  .mt-latest-news
    .wp-block-create-block-mt-button
    .mt-button
    .mt-button-content
    span
    img {
    display: none;
  }
  .mt-csr-stories > div > div {
    padding: 50px 30px !important;
  }
  .mt-csr-stories > div > div > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-csr-stories > div > div > div.is-layout-flex {
    flex-direction: column;
    gap: 136px;
  }
  .mt-csr-stories .wp-block-button__link {
    font-size: 14px !important;
  }
  .mt-csr-journey {
    padding: 50px 30px !important;
  }
  .mt-csr-journey > div.is-layout-flex {
    flex-direction: column !important;
  }
  .mt-csr-journey > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-csr-journey .is-content-justification-right {
    margin-right: 0 !important;
  }
}

/* About Chart Tabs */
@media screen and (max-width: 1310px) and (min-width: 960px) {
  .mt-latest-news {
    padding: 50px 28px !important;
  }
  .mt-csr-stories > div > div {
    padding: 50px 28px !important;
  }
  .mt-csr-journey {
    padding: 50px 28px !important;
  }
  .mt-csr-accordion .accordion > li .content {
    padding: 0 28px;
  }
}
/* ESG Journey Page - Start */
/* ESG Journey - start */
@media (width < 1120px) {
  .mt-esg-journey-timeline {
    display: none;
  }
  .esg-journey-wrapper {
    display: grid !important;
    grid-template-areas: "year" "text" "image";
    gap: 30px;
  }
  .esg-journey-wrapper .mt-esg-text {
    grid-area: text;
    padding: 0 30px !important;
  }
  .mt-esg-text p {
    text-align: left;
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px solid #707070;
  }
  .esg-journey-wrapper .mt-esg-journey-year {
    grid-area: year;
  }
  .mt-esg-journey-year div {
    justify-content: center;
    align-items: start;
    padding: 0 30px;
  }
  .mt-esg-journey-year div p {
    font-size: 38px;
    text-align: left;
  }
  .esg-journey-wrapper .mt-esg-journey-image {
    grid-area: image;
  }
  .esg-journey-wrapper .mt-esg-journey-image img {
    max-height: 260px;
  }
  .esg-journey-wrapper .mt-esg-journey-image.img-left {
    padding-right: 30px;
  }
  .esg-journey-wrapper .mt-esg-journey-image.img-right {
    padding-left: 40px;
  }
}
/* ESG Journey - end */
/* ESG Joureny Page - End */
/* About Chart Tabs */
/* Leader ship - Rounded Banner - Start */
.csr-board-committee .mt-item-list > .wp-block-group:first-of-type p {
  max-width: 480px;
}
@media (width < 960px) {
  .rounded-banner {
    /* height: 216px !important; */
    border-radius: 20px !important;
    overflow: hidden !important;
  }
  .mt-remove-hpadding-960 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-padding-h-30 {
    padding: 0 30px !important;
  }
  .rounded-banner figure.wp-block-image img,
  .rounded-banner figure {
    width: 100% !important;
    /* height: 100% !important; */
    /* object-fit: cover !important; */
    border-radius: 20px !important;
  }
  .mt-md-f-32 {
    font-size: 32px !important;
  }
  .mt-default-mobile-paddings {
    padding: 50px 30px !important;
  }
  .mt-committees-main-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mt-committees-main-grid > div {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mt-committees-main-grid > div > p {
    font-size: 20px !important;
    padding-right: 28px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .mt-committees-main-grid > div > p::after {
    content: url(../images/icons/mobile-carret.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    transform-origin: center;
  }
  .mt-committees-blocks.expended > p::after {
    transform: scaleY(-1);
  }
  .mt-committees-blocks .mt-committees-content-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
    max-height: 0px !important;
    overflow: hidden !important;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .mt-committees-blocks.expended .mt-committees-content-grid {
    max-height: 100vh !important;
    overflow: hidden !important;
    opacity: 1;
  }
  .mt-committees-content-grid .wp-block-group.is-layout-grid {
    gap: 10px;
  }

  body.site-mapletree-pan-asia-commercial
    .mt-committees-content-grid
    .wp-block-group.is-layout-grid,
  body.site-mpact .mt-committees-content-grid .wp-block-group.is-layout-grid {
    max-width: 100% !important;
  }
  .property-carousel .carousel-item {
    height: unset;
  }
}
/* Leader ship - Rounded Banner - End */
@media screen and (max-width: 839px) {
  .mt-oval-content > div.wp-block-group {
    margin-top: 0 !important;
  }
  .mt-oval-content .wp-block-group {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .mt-oval-content
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column
    > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content .wp-block-group.is-layout-grid {
    column-gap: 20px;
  }
}
/*For Mobile */
/* Contact Us - GForm - start */
@media screen and (max-width: 767px) {
  .csr-board-committee .mt-item-list > .wp-block-group:first-of-type p {
    max-width: 100%;
  }
  .mt-mobile-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content > div.wp-block-group {
    margin-top: 0 !important;
  }
  .mt-oval-content .wp-block-group {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 100%;
  }
  .mt-oval-content
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column
    > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content .wp-block-group.is-layout-grid {
    column-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mt-oval-content .wp-block-group > p:has(strong) {
    font-size: 28px !important;
  }
  .mt-oval-content
    .wp-block-group
    > p:not(.mt-exclude-small-font-mobile):has(strong) {
    font-size: 21px !important;
  }
  .mt-oval-content .wp-block-group > p:not(:has(strong)) {
    color: #33333399 !important;
  }
  .mt-newsroomslider {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mt-newsroomslider > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .custom-swiper .swiper-header {
    display: block;
    padding-bottom: 0px;
  }
  .custom-swiper .swiper-btn {
    display: none;
  }
  .custom-swiper .swiper-ttl {
    font-size: 32px;
  }
  .custom-swiper .swiper-wrapper {
    display: block;
  }
  .custom-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .custom-swiper .swiper-slide:nth-child(n + 3) {
    display: none !important;
  }
  .mt-newsroomslider .custom-swiper a.viewall-btn {
    display: block;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--primary-color);
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 100px;
    margin: 0 auto;
    width: 110px;
    text-align: center;
    padding: 10px;
  }
  .mt-newsroomslider .custom-swiper a.viewall-btn img {
    display: none;
  }
  .csr-item {
    margin-bottom: 20px;
    height: unset;
    overflow: unset;
  }
  .csr-item .csr-item-img img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
  }
  .csr-item .csr-item-img::before {
    content: none;
  }
  .custom-swiper .csr-item-text {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    padding-top: 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
  }
  .custom-swiper .csr-item-md-readmore {
    display: block;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
    /* Hide navigation buttons */
    /*contact-us offices Start */
  }
  #our-offices {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #our-offices .tabs-nav-wrap {
    padding: 0 !important;
    width: 100%;
  }
  #our-offices .wp-block-create-block-custom-tabs {
    width: 100%;
  }
  #our-offices .tabs-container.left {
    gap: 30px;
  }
  #our-offices .wp-block-heading {
    font-size: 24px !important;
  }
  #our-offices div.wp-block-group > div.wp-block-group > div > p:first-child {
    font-size: 16px !important;
  }
  #our-offices div.wp-block-group > div.wp-block-group > p {
    font-size: 14px !important;
  }
  #our-offices
    div.wp-block-group
    > div.wp-block-group
    > div
    > p:has(strong):first-child {
    font-size: 32px !important;
  }
  .mt-csr-content > div > div > p:first-child {
    font-size: 16px !important;
  }
  .csr-accordion .tabs-container .tabs-nav-wrap {
    padding: 0 !important;
  }
  .mt-404-page {
    padding: 180px 0px !important;
  }
  .mt-404-page > div.wp-block-group > div.wp-block-group > p {
    font-size: 38px !important;
    /*contact-us offices Stop */
  }
  .mt--f-aboutcompany-chart-stats-wrapper .mt-chart-gp {
    padding: 0px 0 !important;
    grid-template-columns: 1fr !important;
  }
  .mt-vision-blk .wp-block-columns > div.wp-block-column h3,
  .mt-vision-blk .wp-block-columns > div.wp-block-column p {
    max-width: 100% !important;
  }
}
/* Contact Us - GForm - end */
@media screen and (max-width: 1440px) and (min-width: 960px) {
  .mt-search-result > div.wp-block-columns {
    max-width: 100%;
    padding: 0 100px !important;
  }
  .mt-search-result .wp-block-query.is-layout-flow {
    padding: 0 100px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .mt-mobile-reverse-flex {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .mt-mobile-gap {
    gap: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .country-selector {
    padding: 0 28px;
  }
  .ountry-detail {
    padding: 0 28px;
  }
  .custom-post-listing > ul {
    flex-wrap: wrap;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .mt-mobile-single-gap-xl {
    gap: 130px !important;
  }
}
@media screen and (max-width: 640px) {
  .mt-mobile-revert-button {
    color: #e6811d !important;
    background-color: #fff !important;
  }
  .mt-mobile-revert-button svg path {
    stroke: #e6811d !important;
    /* .mt-gov-oval-block > div.wp-block-group > div.wp-block-columns > div.wp-block-column:not(:first-child) > div.wp-block-group > div.wp-block-group{
     padding-right: 10px !important;
     padding-left: 80px !important;
     } */
  }
  .mt-mobile-revert-arrow {
    position: relative;
    overflow: hidden;
  }
  .mt-mobile-revert-arrow img {
    opacity: 0 !important;
  }
  .mt-mobile-revert-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.5L9 5.5L5 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5.5L9 5.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center;
    background-color: #000000;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child)
    .mt-button-content {
    right: 16px;
    bottom: 20px;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child)
    .wp-block-group:not(.mt-cor-gov-latest) {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mt-gov-oval-block .latest-report {
    padding: 16px 9px;
    gap: 10px;
  }
  .mt-gov-oval-block .latest-report .lr-text h3 {
    font-size: 14px !important;
  }
  .mt-gov-oval-block .latest-report .lr-img {
    width: 30.267vw;
    height: 26.133vw;
  }
  .mt-gov-oval-block .latest-report a.mt-primary-btn {
    font-size: 14px !important;
    padding: 10px 24px !important;
  }
  .mt-gov-oval-block .mt-cor-gov-latest {
    padding: 15px !important;
  }
  .mt-case-studies .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr;
  }
  .mt-case-studies .card-box .card-contents .card-texts .card-title h5 {
    font-size: 16px;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .mit-netzero-section {
    position: absolute;
    right: 17%;
    top: 16%;
    text-align: right;
    margin: 0;
  }
  .mit-netzero-section h3{
    font-size: 8vw !important;
  }
  .mit-netzero-section .wp-block-create-block-mt-button{
    margin-top: -4vw;
  }
  
  .mit-netzero-section .mt-button.default.normal .mt-button-content {
    font-size: 3vw !important;
   }
  
   .mit-mt-font{
    font-size: 27px !important;
   }
   .mit-sustainable-blk .is-layout-grid{
     grid-template-columns: repeat(1, 1fr);
   }
}
/* PCM Map */
.pcm-map-content {
  /* display: none; */
}
.pcm-map-section {
  max-width: 1240px;
}
.pcm-about-us {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.pcm-about-us .pcm-map-content {
  margin: 0;
}
.pcm-map-content-inner {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(197, 199, 175, 0.25);
  padding: 20px;
  max-width: 530px;
}
.pcm-map-content-inner .mapboxgl-popup-content {
  background: unset;
  border-radius: unset;
  box-shadow: unset;
  padding: 0;
  width: 100%;
}
.pcm-map-content-inner select {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  width: 300px;
  height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #c5c7af;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 94%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C5C7AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#single-map svg path,
#map svg path {
  fill: var(--primary-color);
}
.pcm-map-content-inner select:focus-visible {
  outline: none;
}
.pcm-map-content-inner .map-content-mobile-wrapper {
  padding-top: 20px;
}
.row-title {
  padding-bottom: 5px;
}
.row-title p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}
.row-content h5 {
  margin-bottom: 0;
  font-weight: 500 !important;
}
@media (max-width: 1300px) {
  .pcm-about-us {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 959px) {
  .mlt-font-20 {
    font-size: 20px !important; 
  }
  .site-mlt .mpact-home-content > div > div:first-child > div > div.wp-block-group.is-nowrap > p:last-child {
    font-size: 32px !important;
  }
  .column-gap{
    column-gap: 10px;
  }
}

@media screen and (max-width: 1310px) and (min-width:1058.9px) {
    body.site-mit .mega-menu-right {
      padding-right: 0 !important;
  }
    body.site-mit .uk-navbar-center:only-child, .uk-navbar-left, .uk-navbar-right {
      flex-wrap: nowrap !important;
    }
    body.site-mit .uk-navbar-nav>li>a {
      font-size: 14px !important;
    }
    body.site-mit .header-navbar .mega-menu-left .uk-navbar-nav>li>a {
      font-size: 12px !important;
    }
    body.site-mit .nav-search{
      padding: 0 10px 0 16px;
    }
    body.site-mit .uk-navbar-item.uk-logo {
      margin: 0 10px !important;
    }
    body.site-mit .uk-navbar-item.uk-logo {
      width: 100px;
    }
}

@media screen and (max-width: 959px) {
  [class*="mt-max-content"],
  [class*="mt-max-content"] .custom-list-title h4 {
    max-width: 100% !important;
    /*Investment - Mission - Start */
  }
  .mt-investment-mission {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .mt-investment-mission .is-layout-grid {
    grid-template-columns: 1fr;
    margin: 0 !important;
    gap: 50px;
  }
  .mt-investment-mission
    .is-layout-constrained
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 0px;
  }
  .mt-investment-mission .wp-container-content-1 {
    flex-basis: 0;

  }
  .mt-investment-mission :where(.is-layout-flex) {
    gap: 10px !important;
    /* Investment - Mission - End */
    /*Investment - TimeLine - Start */
  }
  .mt-timeline-blk {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    /*Investment - TimeLine - Block */
    /*Property Management - Start */
  }
  .mt-services {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mt-services > .wp-block-group.has-global-padding {
    padding-left: 28px !important;
    padding-right: 28px !important;



  }
  .mt-services .is-layout-grid {
    grid-template-columns: 1fr;


  }
  .mt-services .is-vertical {
    margin: 0 !important;
    /*Property Management - End */
    /*Key Initatives - Start */
  }
  .mt-card-content > .wp-block-group.wp-block-group.has-global-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    /*Key Initatives - End */
    /*Sustainabilily video - Start */
  }
  .mt-video-content {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mt-video-content
    .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* text-align: center; */
    flex-basis: 100% !important;
  }
  .mt-video-content p.has-text-color {
    max-width: 100%;
    width: 100%;
  }
  .mt-video-content .wp-block-group.is-vertical {
    align-items: center;



  }
  .mt-video-content .video-block-box {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 45.6vw;
    max-width: 100%;
  }
  .mt-video-content .wp-block-columns {
    flex-wrap: wrap !important;
    /*Sustainabilily video - End*/
    /*Sustainabilily oval-content - Start */



  }
  .mt-oval-content > div.wp-block-group {
    margin-top: 0 !important;





  }
  .mt-oval-content .wp-block-group {
    border-radius: 0 !important;
  }
  .mt-oval-content
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column
    > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-oval-content .wp-block-group.is-layout-grid {
    column-gap: 80px;
    /*Sustainabilily oval-content - End */
    /*Sustainabilily FrameWork - Start */
  }
  .mt-framework {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-framework > div.wp-block-group {
    margin-top: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mt-framework div > div.wp-block-group > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-framework p {
    max-width: 100%;
    /*Sustainabilily FrameWork - End */
  }
  .mt-card-item
    .accordion-item-content
    .uk-container
    > div
    > div.wp-block-group {
    padding: 30px !important;
  }
  .mt-card-item .accordion-item-header {
    padding: 0 30px !important;
  }
  .mt-card-item .accordion-item-header h5 {
    padding: 20px 0 !important;
  }
  .mt-card-item .card-desc {
    margin: 0 !important;
  }
  .mt-card-item .card-title h5 {
    margin-bottom: 0 !important;
  }
  .mt-card-item .card-action {
    margin: 0 !important;
  }
  .mt-card-item .card-image {
    width: 70px !important;
    height: 70px !important;
  }
  .mt-padding-top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mt-padding-top > div.wp-block-group > div.wp-block-group > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-padding-top .wp-block-create-block-custom-tabs {
    width: 100%;
  }
  .mt-padding-top > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-padding-top .tabs-container .tabs-nav-wrap {
    padding: 0 !important;
  }
  .mt-padding-top .custom-tab-items > div > div > div.is-layout-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 0 0;
    gap: 20px;
    justify-content: center;
  }
  .mt-padding-top
    .custom-tab-items
    > div
    > div
    > div.is-layout-flex
    > div.wp-block-group {
    justify-content: center;
    /* align-items: center; */
    gap: 12px;
    /* text-align: center; */
  }
  .mt-padding-top .custom-tab-items .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
  .mt-padding-top
    .tab-contents
    .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    width: 100%;
  }
  .mt-padding-top
    .tab-contents
    .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
    text-align: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 80px;
  }
  .mt-padding-top .tab-contents .wp-block-create-block-custom-button {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mt-padding-top.mpact-sustainability-tab > div.wp-block-group {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .mt-padding-top.mpact-sustainability-tab
    .custom-tab-items
    .wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  .mpact-finance-blk .wp-block-group.is-layout-grid > div > div.wp-block-group {
    max-width: 100% !important;
  }
  .mpact-mobile-padding-right {
    padding-right: 28px !important;
  }
  
  .mpact-padding-left{
    padding-left: 28px !important;
  }

  .mt-padding-top.mt-padding-top.mpact-sustainability-tab
    .custom-tab-items
    .mpact-complete
    p
    strong {
    font-size: 18px !important;
  }

  /*mpact-finance-blk start*/
  .mpact-finance-blk > div > div.wp-block-group {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mpact-finance-blk > div > div.wp-block-group h3 strong {
    font-size: 32px !important;
  }
  .mpact-finance-blk > div > div.wp-block-group .is-layout-grid {
    grid-template-columns: 1fr;
  }
  /*mpact-finance-blk end*/

  /*mpact-latest-blk start*/
  .mpact-latest-blk > div > div.wp-block-group {
    padding: 50px 28px !important;
  }

  .mpact-latest-blk h2 {
    font-size: 20px !important;
  }

  .mpact-latest-blk .wp-block-group figure {
    aspect-ratio: 166 / 214;
  }

  .mpact-latest-blk.mit-latest-blk .wp-block-group figure {
    aspect-ratio: 169 / 119;
    max-width: 100%;
    width: 100%;
  }

  .mpact-latest-blk .wp-block-group figure img {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
  }

  .mpact-home-content > div.wp-block-group.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .mpact-home-content > div > div > div > div.wp-block-group {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  /* .mpact-home-content
    > div
    > div
    > div
    > div.wp-block-group.is-nowrap
    > p:first-child,
  .mpact-home-content
    > div
    > div
    > div
    > div.wp-block-group.is-nowrap
    > p:last-child {
    font-size: 20px !important;
  } */

  .mpact-home-content > div > div > div > div.wp-block-group.is-nowrap > p {
    font-size: 32px !important;
  }
  .mpact-home-content > div > div > div > div.wp-block-group > p {
    font-size: 14px !important;
  }

  .mpact-home-content > div > div.wp-block-group > div > p:first-child {
    font-size: 32px !important;
  }
  .mpact-mobile-padding-h-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mpact-home-newsroom {
    position: relative;
  }
  .mpact-home-newsroom .wp-block-columns {
    flex-direction: column !important;
  }
  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width {
    border-radius: unset !important;
    padding-bottom: 150px !important;
  }
  .mpact-home-newsroom p.sp-value {
    font-size: 28px !important;
  }
  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width
    .mt-button {
    width: 90%;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .mpact-home-newsroom
    > div.wp-block-columns
    > div:last-child.wp-block-column
    > div
    > div
    > div.wp-block-group.mt-full-width
    .mt-button.default.normal
    .mt-button-content {
    padding: 10px 31px;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  /* .mpact-flex-column {
    flex-direction: column !important;
  }
  .mpact-flex-start {
    align-items: flex-start !important;
  } */
  .gform_fields {
    flex-wrap: wrap !important;
  }
  .mpact-newsletter-form_wrapper {
    width: 100%;
  }
  .gform_fields.top_label {
    gap: 16px !important;
  }
  /* .mpact-newsletter-form_wrapper .mpact-newsletter-form .mpact-subscribe-mail {
    width: 100% !important;
    max-width: 100% !important;
  } */
  /* .mpact-newsletter-form_wrapper
    .mpact-newsletter-form
    .mpact-subscribe-mail
    input[type="email"].medium {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  } */
   .mpact-newsletter-form .gfield.gfield--type-submit {
    justify-content: flex-end;
  }

  /*.wp-block-create-block-api-integrated-component {
    max-width: 100% !important;
    width: 100%;
  } */

  .mpact-mobile-padding-0 {
    padding-right: 0 !important;
  }

  /* .mpact-latest-web {
    border-left-color: transparent !important;
    border-top: 1px solid #b9b9b980;
    border-width: unset !important;
    padding-top: 50px !important;
  } */

  .mpact-relative {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mpact-retail-properties {
    position: absolute !important;
    flex-wrap: wrap;
    top: 0;
    right: -28px !important;
    padding-top: 12px !important;
    padding-right: 30px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
    justify-content: flex-start;
    gap: 12px !important;
    max-width: 300px !important;
  }

  .mpact-key-area {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  /*Sustainabilily mt-newsroomslider Start*/
  .mt-newsroomslider > div.wp-block-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .custom-swiper .swiper-button-prev,
  .custom-swiper .swiper-button-next {
    top: 10px;
    /*Sustainabilily mt-newsroomslider End*/
    /*contact-us offices Start */
  }
  .mpact-mobile-h-padding{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .site-mapletree-pan-asia-commercial .property-social {
    padding-bottom: 40px;
  }

  .site-mapletree-pan-asia-commercial .checkout a {
    padding: 12px 24px;
    font-size: 14px;
  }

  .site-mapletree-pan-asia-commercial .instagram a,
  .site-mapletree-pan-asia-commercial .facebook a {
    padding: 13px 8px;
    gap: 8px;
    font-size: 14px;
  }
  .site-mapletree-pan-asia-commercial .checkout a img,
  .site-mapletree-pan-asia-commercial .instagram a img,
  .site-mapletree-pan-asia-commercial .facebook a img {
    height: 20px;
  }
  .site-mapletree-pan-asia-commercial .instagram,
  .site-mapletree-pan-asia-commercial .facebook {
    flex-basis: 48%;
    font-size: 16px !important;
  }

  #our-offices {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #our-offices .tabs-nav-wrap {
    padding: 0 !important;
    width: 100%;
  }
  #our-offices .wp-block-create-block-custom-tabs {
    width: 100%;
  }
  #our-offices .tabs-container.left {
    gap: 30px;
  }
  #our-offices .wp-block-heading {
    font-size: 24px !important;
  }
  #our-offices div.wp-block-group > div.wp-block-group > div > p:first-child {
    font-size: 16px !important;
  }
  #our-offices div.wp-block-group > div.wp-block-group > p {
    font-size: 14px !important;
  }
  #our-offices
    div.wp-block-group
    > div.wp-block-group
    > div
    > p:has(strong):first-child {
    font-size: 32px !important;
    /*contact-us offices Stop */
    /*search Start*/
  }
  .mt-search-result > div.wp-block-columns {
    max-width: 100%;
    padding: 0 30px !important;
  }
  .mt-search-result .wp-block-query.is-layout-flow {
    padding: 0 30px !important;
  }
  body.search .wp-block-post:not(:last-child) {
    padding-bottom: 10px;
  }
  .mt-search-result .wp-block-post-excerpt__excerpt {
    -webkit-line-clamp: 4;
    line-height: 1.3;
  }
  .page-numbers:hover,
  .current {
    border-radius: 50%;
  }
  .mt-search-result .page-numbers {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    width: 24px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /*search stop*/
    /*Governance Oval Start*/
  }
  .mt-gov-oval-block .wp-block-columns.is-layout-flex {
    flex-direction: column;
    gap: 0 !important;
  }
  .mt-gov-oval-block .wp-block-columns .is-layout-flow {
    flex-basis: 100% !important;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:first-child
    > div.wp-block-group {
    padding: 50px 30px !important;
  }
  .mt-gov-oval-block
    .wp-block-columns
    .is-layout-flow
    > div.has-global-padding
    > p {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: var(--font);
    /* text-align: center !important; */
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child) {
    padding: 0px 0px 50px 0 !important;
    position: relative;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child)
    > div.wp-block-group
    > div.wp-block-group {
    min-height: unset !important;
    margin-top: 0 !important;
    padding-top: 32px !important;
    padding-right: 30px !important;
    padding-bottom: 60px !important;
    border-radius: 0 !important;
    padding-left: 30px !important;
  }
  .mt-gov-oval-block
    > div.wp-block-group
    > div.wp-block-columns
    > div.wp-block-column:not(:first-child)
    .mt-button-content {
    position: absolute;
    right: 40px;
    bottom: 20px;
    /* .mt-gov-oval-block > div.wp-block-group > div.wp-block-columns > div.wp-block-column:not(:first-child) .wp-block-group{
     width: 100% !important;
     max-width: 100% !important;
     } */
    /* .mt-gov-oval-block > div.wp-block-group > div.wp-block-columns > div.wp-block-column:not(:first-child) .wp-block-group > div {
     width: 100%
     } */
  }
  .mt-gov-oval-block .latest-report {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 15px;
  }
  .mt-gov-oval-block .latest-report .lr-text h3 {
    font-size: 14px !important;
  }
  .mt-gov-oval-block .latest-report .lr-img {
    width: 30.267vw;
    height: 26.133vw;
  }
  .mt-gov-oval-block .latest-report a.mt-primary-btn {
    font-size: 14px !important;
    padding: 10px 24px !important;
  }
  .mt-gov-oval-block .mt-cor-gov-latest {
    width: auto !important;
  }
  .mt-gov-oval-block .mt-cor-gov-latest figure {
    flex-shrink: 0;
  }
  .mt-gov-oval-block .mt-cor-gov-latest .mt-button-content {
    position: static !important;
    /*Governance Oval Stop*/
    /*Governance Tab Start*/
  }
  .mt-gov-tab {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-gov-tab .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-gov-tab .custom-tab-items {
    padding-bottom: 30px !important;
  }
  .mt-gov-tab .custom-tab-items > div.wp-block-group:first-child {
    padding-top: 30px !important;
  }
  .mt-gov-tab
    .custom-tab-items
    > div.wp-block-group:first-child
    .is-layout-flex {
    gap: 20px !important;
  }
  .mt-gov-tab .tabs-container .tabs-nav-wrap {
    padding: 0 0px;
  }
  .mt-gov-tab .tabs-container h4 {
    font-size: 32px !important;
  }
  .mt-table-container {
    max-width: 100vw;
    width: 100%;
  }
  #corporate-table table {
    font-size: 14px !important;
    width: 100%;
  }
  .mt-table-container #corporate-table {
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  #corporate-table th,
  #corporate-table td {
    padding: 10px;
    /* Add padding for better readability */
    word-wrap: break-word;
    /* Ensure text wraps inside cells */
    white-space: nowrap;
    /* Prevent text from breaking into new lines within cells */
  }
  #corporate-table th:first-child,
  #corporate-table th {
    width: 200px;
  }
  .mt-gov-tab .custom-tab-items .wp-block-group {
    width: 100%;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    /*Governance Tab Stop*/
    /*Net Zero Progress Start*/
  }
  .mt-progress > div.wp-block-group {
    padding: 50px 30px !important;
  }
  .mt-progress .tabs-nav-wrap {
    padding: 0px 0px 30px 0 !important;
  }
  .mt-progress .custom-tab-items > div.wp-block-group,
  .mt-progress .custom-tab-items > div.wp-block-group > div.wp-block-group {
    padding: 0px !important;
    gap: 20px !important;
  }
  .mt-progress .custom-tab-items > div.wp-block-group > div.wp-block-group {
    gap: 20px !important;
  }
  .mt-progress
    .custom-tab-items
    > div.wp-block-group
    > div.wp-block-group:has(figure) {
    flex-direction: column-reverse !important;
  }
  .mt-progress .wp-block-image > img {
    width: 99.733vw !important;
    height: 54.667vw !important;
    border-radius: 20px;
    /*Net Zero Progress Stop*/
    /*Net Zero Case Studies Start*/
  }
  .mt-case-studies .card-action {
    display: block;
  }
  .mt-case-studies .card-container {
    margin: 0 !important;
  }
  .mt-case-studies {
    padding: 50px 30px !important;
  }
  .mt-case-studies .wp-block-group-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /*Net Zero Case Studies Stop*/
    /* awards start */
  }
  .mt-awards .custom-tab-items > div.wp-block-group {
    padding: 20px 30px !important;
  }
  .mt-awards .data-table-box {
    width: 100%;
    overflow-x: auto;
  }
  .mt-awards table {
    width: 100%;
    border-collapse: collapse;
  }
  .mt-awards .data-table thead tr th,
  .data-table tbody tr td {
    min-width: 70vw;
  }
  .mt-awards .data-table-wrapper {
    gap: 20px;
  }
  .mt-awards .data-table-awards-body td {
    padding: 10px 10px 10px 0;
    /*CSR OVERVIEW*/
  }
  .mt-csr-framework {
    padding: 0 !important;
  }
  .mt-csr-framework > div.is-layout-flex {
    flex-direction: column;
  }
  .mt-csr-framework .mt-oval-content > div.wp-block-group {
    padding: 50px 30px !important;
    border-radius: 0 !important;
  }
  .mt-latest-news {
    padding: 50px 30px 100px 30px !important;
    position: relative;
  }
  .custom-post-listing > ul {
    flex-wrap: wrap;
  }
  .custom-post-listing > ul > li {
    flex: 1 0 100%;
    max-width: 49%;
  }
  .custom-post-listing > ul > li:nth-child(2n + 0) {
    margin-right: -20px;
  }
  .mt-latest-news > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-latest-news .lp-item-img {
    height: 53.333vw;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .mt-latest-news .wp-block-create-block-mt-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mt-latest-news .wp-block-create-block-mt-button .mt-button-content {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 16px 32px;
    color: #fff;
    border-radius: 100px;
  }
  .mt-latest-news .wp-block-create-block-mt-button .mt-button-content p {
    color: inherit;
  }
  .mt-latest-news
    .wp-block-create-block-mt-button
    .mt-button
    .mt-button-content
    span
    img {
    display: none;
  }
  .mt-csr-stories > div > div {
    padding: 50px 30px !important;
  }
  .mt-csr-stories > div > div > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-csr-stories > div > div > div.is-layout-flex {
    flex-direction: column;
    gap: 136px;
  }
  .mt-csr-stories .wp-block-button__link {
    font-size: 14px !important;
  }
  .mt-csr-journey {
    padding: 50px 30px !important;
  }
  .mt-csr-journey > div.is-layout-flex {
    flex-direction: column !important;
  }
  .mt-csr-journey > div > div > div > p:has(strong) {
    font-size: 32px !important;
  }
  .mt-csr-journey .is-content-justification-right {
    margin-right: 0 !important;
  }
  p.text-rotate {
    max-width: 100% !important;
  }
  .mt-trust-blk > div.wp-block-columns {
    flex-direction: column !important;
  }
  .mt-trust-blk figure img {
    width: 100% !important;
  }
  .mit-netzero-section{
    position: absolute;
    right: 25%;
    /* transform: translateX(-50%); */
    top: 20%;
    text-align: center;
  } 
}

@media screen and (max-width: 440.9px) {
  .site-mit .listing-top
  > .wp-block-columns
  > .wp-block-column:last-of-type
  .wp-block-columns {
    column-gap: normal;
  }
  .listing-top .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column{
    width: 30% !important;
  }
  .site-mit .listing-top .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column{
    width: auto !important;
  }
}
@media screen and (max-width: 500px) {
 .mt-width-30{
  width: 30% !important;
 }
.mt-padding-v-10{
  padding-left: 10px !important;
  padding-right: 10px !important;
 }
}

.single-property.site-mlt #wp-admin-bar-edit,
.single-property.site-mapletree #wp-admin-bar-edit,
.single-property.site-mipl-chinese #wp-admin-bar-edit,
.single-property.site-mipl-japan #wp-admin-bar-edit,
.single-property.site-mipl-vietnam #wp-admin-bar-edit,
.single-property.site-mpact #wp-admin-bar-edit,
.mt-none,
.single-property.site-mit #wp-admin-bar-edit {
  /* display: none !important; */
}

/* About us page MIPL retrun block starts */
@media screen and (max-width: 959px) {
  .mt-flex-wrap{
    flex-wrap: wrap !important;
  }
  .mt-flex{
    display: flex !important;
  }
  .mt-width{
    width: 100% !important;
  }
  .mt-max-width{
    max-width: 100% !important;
  }
  .mt-gap-20{
    gap: 20px !important;
  }
  .mt-align-items-start{
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 1279.9px) {
  .mt-padding-top-30{
    padding-top: 30px !important;
  }
}
/* About us page MIPL retrun block end */

#input_6_1:focus,
#input_6_1 option:checked {
  color: #000;/* Text color of selected option */
}
@media (696px > width) {
  .mlt-contact-addresses {
      grid-template-columns: 1fr;
  }
}
@media (min-width: 393px) and (max-width: 460px) {
  .site-mit .mit-custom-break {
    display: inline-block;
  }
}
@media (420px > width) {
  .mlt-home-square {
    padding: 10px !important;
  }

  .custom-list-items-editor.swiper-wrapper {
    grid-template-columns: 1fr;
  }
}
.property-social {
  display: none;
}
.site-mapletree-pan-asia-commercial .property-social {
  display: flex;
}

/* Customer Solutions */
.d-none,
.tab-contents .propery-related-section-top {
  display: none;
}
.tab-contents .propery-related-section-content .nearby-item {
    flex-basis: calc(28% - (60px / 4));
}
@media (max-width: 1200px) {
  .tab-contents .propery-related-section-content .property-related-projects {
    justify-content: center;
  }
  .tab-contents .propery-related-section-content .nearby-item {
    flex-basis: 45%;
  }
}
@media (max-width: 600px) {
  .tab-contents .propery-related-section-content .nearby-item {
    flex-basis: 100%;
  }
  
}
