:root {
  --olive-green: #a4b48c;
  --link-blue: #7ba8a8;
  --text-grey: #4a4a4a;
  --border-grey: #cccccc;
}

.capital-border {
  border: 1px solid #8b7b60;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.capital-bkr {
  background: #e8e5df;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.leadership-block {
  background: #ecebe9;
  border-radius: 8px;
  box-shadow: 1px 3px 14px -5px rgba(0, 0, 0, 0.42);
  margin-top: 80px;
}

.leadership-img {
  margin-top: -80px;
}

.finleft{border-left:1px solid #000}

.finthin-blue{border-bottom:1px solid #789BAE;}
.finleft-blue{border-left:1px solid #789BAE;}
.committee-block {
  background: #edebea;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}

.committee-bkr {
  position: relative;
  background:
    linear-gradient(90deg, #fff0 80%, #fff 20%), url(../images/comm-bkr.png);
  background-size: cover;
  border-radius: 10px 0 0 10px;
  margin-left: 8px;
  margin-top: 8px;
}

.comm-img {
  margin-top: -20px;
}

.committee-bkr::after {
  content: "";
  position: absolute;
      left: -8px;
    top: -8px;
    height: calc(100% + 16px);
  background: #7b8769;
  border-radius: 9px;
  width: 40%;
  z-index: -1;
}

.matters-bkr {
  background: #f4f3eb;
  padding: 25px;
  border-radius: 10px 0 0 10px;
}

.matters-block {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}

.matters-block::after {
     content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    height: calc(100% + 14px);
    background: #b4c946;
    border-radius: 9px;
    width: 40%;
    z-index: -1;
}

.matters-block img {
  border-radius: 10px;
}

.below-img {
  font-weight: 600;

  color: #13466a;
  padding-top: 15px;
  font-size: 20px;
}

.positioned-p {
  font-size: 20px;
  font-weight: 500;
  color: #13466a;
  position: absolute;
  top: 7px;
  left: 7px;
}

.contributing-image {
  position: relative;
  padding-left: 20px;
  padding-top: 30px;
}

.our-approach-h {
  font-size: 20px;
  color: #877363;
  font-weight: 600;
}

.contributing-wrap {
  padding: 10px;
  border: #6b8a7d solid 3px;
  border-radius: 15px;
}

.contribution-p {
  font-size: 19px;
  font-weight: 500;
  color: #213262;
}

.title-contritute {
  margin-bottom: 5px;
}

.remove-margin-b {
  margin-bottom: 0;
}

.space-btwn {
  margin-top: 15px;
}

td.finheadergreenradius-TR-green {
  font-size: 14px;
}

td.fingradientradius-TL-green {
  font-size: 18px;
}

.radius-green-m {
  background: #b6ca48;
  color: #fff;
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.green-r-m {
  border: 2px solid #b6ca48;
  border-radius: 0 0 12px 12px;
  border-top: none;
  height: calc(100% - 66px);
}

.inblock-text-18 {
  font-size: 18px;
  text-align: center;
}

.radius-dgreen {
  background: #6d837b;
  color: #fff;
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.dgreen-r {
  border: 2px solid #6d837b;
  border-radius: 0 0 12px 12px;
  border-top: none;
  height: calc(100% - 66px);
}

.radius-blue {
  background: #779baf;
  color: #fff;
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.blue-r {
  border: 2px solid #779baf;
  border-radius: 0 0 12px 12px;
  border-top: none;
  height: calc(100% - 66px);
}

.quality-p-style {
  color: #8c8f49;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 10px;
}

.green-border-block {
  background: #faf8f5;
  border: #b6ca48 solid 2px;
  padding: 10px;
  border-radius: 6px;
}

.green-border::after {
  content: "";
  position: absolute;
  left: 44%;
  bottom: -56px;
  background: url(../images/green-arrow-down.jpg);
  width: 52px;
  height: 60px;
}

.stakeholder-wrap p {
  font-size: 20px;
  margin-bottom: 0;
}

.stakeholder-wrap {
  padding: 65px 30px 20px 30px;
  border-radius: 30px;
  min-height: 100%;
  position: relative;
}

.switch-llightblue {
  color: #88cfd0;
}

.lined-about-box-top img {
  max-width: 35px;
  margin-bottom: 10px;
}

.switch-dorange {
  color: #c2974a;
}

.sitch-dolive {
  color: #a2b390;
}

.switch-bg-llightbrown {
  background-color: #faf7e5;
}

.switch-bg-llblue {
  background-color: #edf6f7;
}

.m-top-space {
  margin-top: 100px;
}

.icom-top {
  position: absolute;
  top: -52px;
  left: 32%;
  max-width: 110px;
}

.switch-bg-lgray {
  background-color: #E8E9E9 !important;
}

.green-border {
  padding: 10px 20px;
  border: 4px solid #b6ca48;
  border-radius: 10px;
  margin-bottom: 20px;
  border-radius: 15px;
  position: relative;
  padding: 15px;
}

.stakeholder-universe-text {
  text-align: center;
  color: #6b8a7d;
  font-weight: 500;
  margin-bottom: 20px;
}

.gradient-heading.inverse {
  background: linear-gradient(
    -90deg,
    rgba(119, 139, 126, 1) 22%,
    rgba(182, 201, 73, 1) 97%
  );
}

.rounded-green-bdr {
  border: 2px solid #b5cb48;
  border-radius: 15px;
  position: relative;
  padding: 15px;
  margin-bottom: 70px;
}

.rounded-green-bdr:after {
  content: url(../images/pg7-img.png);
  position: absolute;
  right: 50%;
  bottom: -46px;
  transform: rotate(90deg);
}

.munfactured-cap {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  background-color: #e3eaf0;
  color: #779aae;
  padding-left: 140px;
  margin-left: 20px;
  margin-bottom: 70px;
  margin-top: 80px;
  border-radius: 10px;
}

.capital-icon-cont {
  position: absolute;
  position: absolute;
  left: -30px;
  top: 45%;
  transform: translate(0, -50%);
  z-index: 4;
}

.nat-cap {
  background-color: #f1f4de !important;
  color: #b6c846 !important;
}

.social-cap {
  background-color: #ecf6f7 !important;
  color: #87d1d1 !important;
}

.fincap {
  background-color: #f9f8f2 !important;
  color: #867261 !important;
}

.admin-blk {
  border: 3px solid #809286;
  border-radius: 20px;
  padding: 14px 12px;
}

/* stakeholder page styles */
.stakeholder-card {
  position: relative;
  background: #f9f9f9;
  border-radius: 15px;
  text-align: left;
  height: 100%;
  border: 5px solid transparent;
}

.stakeholder-card .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.stakeholder-card h5 {
  text-align: center;
  margin-bottom: 15px;
}

.card-content {
  padding: 15px;
}

.green-card {
  border-color: #788b7e;
}

.green-card .circle {
  background: #788b7e;
}

.gold-card {
  border-color: #aea058;
}

.gold-card .circle {
  background: #aea058;
}

.blue-card {
  border-color: #789bae;
}

.blue-card .circle {
  background: #789bae;
}

.olive-card {
  border-color: #a3b289;
}

.olive-card .circle {
  background: #a3b289;
}

.green-card-title {
  background-color: #d7ddd9;
  padding: 41px 0px 3px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gold-card-title {
  background-color: #dddec9;
  padding: 41px 0px 3px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gold-card-title h5 {
  color: #ac9f54 !important;
}

.blue-card-title {
  background-color: #d7e1e7;
  padding: 41px 0px 3px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.olive-card-title {
  background-color: #e4e8dc;
  padding: 41px 0px 3px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* stakeholder page styles end */
/* transition to low carbo styles */
.switch-bg-gray {
  background: #e6e7e8;
}

.switch-main-limegreen {
  background: #b6ca48;
}

.full-height-bg {
  padding: 10px;
  min-height: calc(100% - 85px);
}

.custom-def-height {
  min-height: calc(100% - 255px);
}

.full-height-bg.switch-bg-lightgreen {
  border-bottom: 2px solid #b5cb48;
}

.full-height-bg.switch-bg-lblue {
  border-bottom: 2px solid #668098;
}

.border-bottom-grey {
  border-bottom: 2px solid #788b7e;
}

.full-height-bg.switch-bg-gray {
  border-bottom: 2px solid #788b7e;
}

.def-h-heading .emb-arrow {
  border: 2px solid #b5cb48;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  padding: 15px;
  height: auto;
}

.def-h-heading .emb-arrow:after {
  content: url(../esg/images/pg7-img.png);
  position: absolute;
  right: -37px;
  top: 20%;
}

.def-h-heading .radius-green {
  min-height: 75px;
}

.stripe-across-green {
  background: #b5cb48;
  padding: 5px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 35px;
}

.action-holder {
  background: #788b7e;
  padding: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  text-align: center;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}

.action-holder:before {
  content: url(../esg/images/icons/assest1.png);
  position: absolute;
  border: 1px solid #788b7e;
  top: -25px;
  left: 40%;
  padding-left: 0;
  padding-top: 5px;
  height: 45px;
  background: #fff;
  width: 45px;
  border-radius: 50%;
}

.action-holder.asset-2:before {
  content: url(../esg/images/icons/assest2.png);
  border: 1px solid #918f48;
}

.action-holder.asset-3:before {
  content: url(../esg/images/icons/assest3.png);
  border: 1px solid #a9d1d3;
}

.action-holder.asset-4:before {
  content: url(../esg/images/icons/assest4.png);
  border: 1px solid #668098;
}

.action-holder.asset-5:before {
  content: url(../esg/images/icons/assest5.png);
  border: 1px solid #514038;
}

.action-content-holder {
  border: 2px solid #788b7e;
  border-radius: 7px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 30px;
  min-height: 120px;
  display: flex;
  align-items: center;
  position: relative;
}

.action-content-holder.arrow-facedown2 {
  border-color: #918f48;
}

.action-content-holder.arrow-facedown3 {
  border-color: #a9d1d3;
}

.action-content-holder.arrow-facedown4 {
  border-color: #668098;
}

.action-content-holder.arrow-facedown5 {
  border-color: #514038;
}

.action-content-holder::before {
  content: url(../esg/images/icons/green-arrow-down.png);
  position: absolute;
  bottom: -28px;
  left: 50%;
}

.action-content-holder.arrow-facedown2::before {
  content: url(../esg/images/icons/gold-arrow-down.png);
  bottom: -29px;
}

.action-content-holder.arrow-facedown3::before {
  content: url(../esg/images/icons/skyblue-arrow-down.png);
  bottom: -26px;
}

.action-content-holder.arrow-facedown4::before {
  content: url(../esg/images/icons/blue-arrow-down.png);
  bottom: -26px;
}

.action-content-holder.arrow-facedown5::before {
  content: url(../esg/images/icons/brown-arrow-down.png);
  bottom: -27px;
}

.action-bottom-content {
  padding: 10px;
  border-radius: 8px;
  min-height: 220px;
  margin-bottom: 10px;
}

.switch-color-1 {
  background: #e4e8e5;
  border-radius: 7px;
}

.switch-color-2 {
  background: #e9e9da;
  border-radius: 7px;
}

.switch-color-3 {
  background: #eef6f6;
  border-radius: 7px;
}

.switch-color-4 {
  background: #e0e6ea;
  border-radius: 7px;
}

.switch-color-5 {
  background: #dcd9d7;
  border-radius: 7px;
}

.switch-main-bg-green {
  background: #788b7e;
}

.stripe-middle-green {
  margin-bottom: 10px;
  background: #b5cb48;
  padding: 5px;
  min-height: 33px;
}

.stripe-middle-green-first {
  border-top-left-radius: 15px;
}

.stripe-middle-green-last {
  border-top-right-radius: 15px;
}

.space-gutters-right {
  margin-right: 15px;
}

/* close here */
.glosary-box-holder-box {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.glosary-box-holder-box-fixed {
  position: fixed;
  top: 0;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.glosary-box-name {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #A3B289;
  margin-right: 3px;
  margin-left: 3px;
  transition: all 0.2s linear;
  font-size: 20px;
  font-weight: 400;
  min-width: 29px;
  text-align: center;
  margin-bottom: 15px;
}

.glosary-mainbox {
  margin: 5px;
}

.glosary-box-name:hover {
  background:#51745B;
}

.glosary-box-name.active {
  background:  #51745B;
}

.glosary-box-name-holder {
  display: flex;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #51745B;
}

.glosary-box-name-text {
  width: 250px;
  padding: 10px;
  color: #51745B;
  font-weight: 600;
  background: #E8E9E9;
}

.glosary-box-wraper {
  display: none;
}

.glosary-box-wraper-show {
  display: block;
}

.glosary-box-name-decrip {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.glosary-box-wraper-show {
  width: 100%;
}

.l-graph-img {
  background-color: #e4e5e3;
  padding: 10px;
  border-radius: 30px;
}

.graph-heading-text {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  padding: 25px;
}

.glosary-mainbox-show .glosary-box-name-holder {
  border-top: 0px solid #939598;
}

.glosary-mainbox-show .glosary-box-wraper {
  display: block;
}

.model-img-blocked {
  text-align: center;
  width: 100%;
}

.performance-heading {
  font-weight: 500;
  color: #6b8a7d;
  font-size: 20px;
  margin-bottom: 5px;
}

.performance-heading span {
  display: block;
  font-size: 24px;
}

.performance-heading2 {
  background: #a1b290;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

.dot-pattern {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a5cf4e, #5f837b) border-box;
  border-radius: 80px 0 80px 0;
  border: 3px solid transparent;
  height: 100%;
}

.dot-pattern div {
  background: url(../esg/images/dot-pattern.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 25px 60px;
  border-radius: 80px 0 80px 0;
  height: 100%;
}

.dot-pattern div p {
  text-align: center;
}

.dot-pattern div .pattern-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #6b8a7d;
}

.dot-pattern div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dot-pattern p {
  margin-bottom: 0;
}

.case-study-border-no-bg-img {
  border: 3px solid #708d7f;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
  padding: 30px;
}

.empower-people {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 55px;
  margin-bottom: 20px;
}

.reporting-boundary-inner-leaf .scrollable {
  width: 100%;
  overflow-x: hidden;
}

.empower-people:before {
  content: url(../images/icons/empower-people.png);
  top: 20%;
  position: absolute;
  left: 0px;
}

.env-stewardship {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 55px;
  margin-bottom: 20px;
}

.env-stewardship:before {
  content: url(../images/icons/env-stewardship.png);
  top: 20%;
  position: absolute;
  left: 0px;
}

.switch-case-bg {
  background: #f8f7f2 !important;
}

.case-study-topic {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #708d7f;
  position: absolute;
  top: -20px;
  left: 30px;
  width: 15%;
}

.case-study-topic p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
  text-transform: uppercase;
}

.lgreen-grad-box {
  margin-top: 15px;
  padding: 20px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #dae3a7 30%, #bdc6bf 73%);
}

.future-focus-curve {
  margin-top: -20px;
  margin-bottom: 15px;
}

.future-focus-curve p {
  color: #aeca3d;
  font-weight: 600;
  font-size: 20px;
}

.gradient-heading {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(119, 139, 126, 1) 22%,
    rgba(182, 201, 73, 1) 97%
  );
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 19px;
}

.gradient-heading-2 {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(109, 131, 126, 1) 22%,
    rgba(109, 131, 126, 1) 97%
  );
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 19px;
  margin-bottom: 0 !important;
}

.radius-green {
  background: #b6ca48;
  color: #fff;
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}

.finthickright {
  border-right: 3px solid #acc956 !important;
}

.line-out-left,
.line-head-right {
  position: relative;
}

.line-out-left::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #60827a;
  top: 23px;
  left: -10px;
  height: 0px;
  width: 15px;
}

.line-out-left::after {
  content: "";
  position: absolute;
  border-left: 1px dashed #60827a;
  top: 25px;
  left: -11px;
  height: 99%;
  width: 1px;
}

.line-head-right::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #60827a;
  top: 23px;
  right: -10px;
  height: 0px;
  width: 15px;
}

.line-out-left.red-height::after {
  height: 71%;
}

.rehab-successes-header {
  background: #60827a;
  padding: 7px 18px;
  padding-right: 40px;
  padding-top: 12px;
  border-radius: 20px 0 20px 0;
  position: relative;
  color: #fff;
  font-weight: 500;
}

.rehab-successes-body {
  background: #f3f8ea;
  padding: 10px 17px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}

.rehab-successes-arrow {
  position: absolute;
  right: 13px;
  top: 30%;
}

.green-color-block {
  width: 10px;
  height: 10px;
  background: #f3f8ea;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.body-color-block {
  width: 26px;
  height: 40px;
  background: #f3f8ea;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

.rehab-dashed-blue-border {
  position: absolute;
  right: -26px;
  top: 12px;
}

.rehab-dashed-blue-border-second {
  position: absolute;
  left: -26px;
  top: 12px;
  z-index: -1;
}

.dotted-underlinergt {
  border-right: 2px dotted #6b8b7e;
}

.business-wrapper-natu {
  border: 2px solid #698262;
  border-radius: 35px;
  padding: 20px;
  position: relative;
  padding-right: 150px;
  margin-left: 0px;
  margin-top: -30px;
  background: #fff;
}

.business-image-natu {
  position: absolute;
  top: -3px;
  right: -3px;
  padding: 7px;
  border: 6px solid #fff;
  border-left: 2px solid #698262;
  border-bottom: 2px solid #698262;
  border-radius: 35px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 2;
}

.no-border-b {
  border-bottom: unset !important;
}

.business-capitals {
  border: 2px solid #698262;
  margin-top: 25px;
  margin-bottom: 30px;
}

.bus-text-wrap {
  border-bottom: 1px solid #000;
  padding: 20px 15px;
  min-height: 100%;
}

.desktop-heading {
  color: #8b7b60;
}

.mobile-heading {
  color: #8b7b60;
  display: none;
}

.resposnible-block {
  padding: 25px;
  position: relative;
  padding-right: 150px;
  border-radius: 50px;
  min-height: 100%;
  margin-bottom: 25px;
}

.responsible-img {
  position: absolute;
  right: 15px;
  bottom: 40px;
}

.border-lb {
  position: relative;
  border-top-left-radius: 0px;
  /* border-left: 2px dashed #000;
  border-bottom: 2px dashed #000;
  border-right: 2px dashed #000; */
}

.border-lb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  right: 0px;
  top: 40px;
  border-radius: 50px;
  border: 2px dashed;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 2px solid #fff;
  z-index: -1;
}

.border-lb::after {
  background: transparent !important;
  content: "";
  position: absolute;
  width: 58px;
  height: 50px;
  right: 0px;
  top: -11px;
}

.border-rt {
  position: relative;
  /* border-top: 2px dashed #000;
  border-right: 2px dashed #000; */
}

.border-rt::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  right: -3px;
  bottom: -5px;
  border: 2px dashed #000;
  border-radius: 50px;
  border-top: 2px dashed #000;
  border-bottom: 0px solid #0000;
  border-left: 0px dashed #000;
  border-right: 0px dashed #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-rt::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 102%;
  height: 50px;
  right: -6px;
  bottom: -15px;
}

.border-last {
  position: relative;
  /* border-top: 2px dashed #000;
  border-right: 2px dashed #000; */
}

.border-last::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -1px;
  bottom: -5px;
  border: 2px dashed #000;
  border-radius: 50px;
  border-bottom: 2px dashed #000;
  border-top: 0px solid #0000;
  border-left: 2px dashed #000;
  border-right: 2px dashed #000;
  border-top-right-radius: 0;
}

.border-last::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 58px;
  height: 50px;
  left: 0px;
  top: -11px;
}

.border-last h5 {
  position: relative;
  z-index: 1;
}

.no-bder-left {
  border-left: 0px;
}

.committe-box {
  position: relative;
}

.committe-box p {
  color: #fff;
  bottom: 15px;
  left: 20px;
  position: absolute;
  margin-bottom: 0;
}

.graph-bkr {
  background: #E5E5E3;
  border-radius: 10px;
  padding: 15px;
}

.graph-bkr p {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}

.graph-bkr p i {
  font-style: normal;
  font-weight: normal;
}

.social-intro-block {
  border-left: 6px solid #afcb39;
  border-top: 6px solid #afcb39;
  border-top-left-radius: 19%;
}

.social-intro-block h1 {
  font-weight: 600;
  font-size: 65px;
  margin-top: -8px !important;
}

.social-key-block {
  background: #f5f3eb;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: -1;
}

.borderthick-green {
  border-bottom: 3px solid #afcb39;
}

.borderthick-greenlft {
  border-left: 3px solid #afcb39;
}

.del-bkr {
  background: #f2f8e9;
  padding: 20px;
}

.del-icon {
  position: relative;
  padding: 20px 0;
  padding-left: 60px;
}

.del-icon img {
  position: absolute;
  left: 0px;
  top: 7px;
  max-width: 55px;
}

.header-topleft-radius {
  background: #a5cf4d;
  color: #fff;
  font-weight: 500;
  border-top-left-radius: 20px;
}

.header-botleft-radius {
  background: #a5cf4d;
  color: #fff;
  font-weight: 500;
  border-bottom-right-radius: 20px;
}

.header-green {
  background: #a5cf4d;
  color: #fff;
  font-weight: 500;
}

.finrightthick-white {
  border-right: 2px solid #fff;
}
.finthick-white{
  border-bottom: 2px solid #fff;
}

.risk-bkr {
  background: #f0f4de;
}

.finthingrey {
  border-bottom: 1px solid #58595b;
}

.looking-heading {
  background: #b3c847;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.further-block {
  border: 3px solid #b3c847;
  border-radius: 10px;
  padding: 15px;
}

.further-block table {
  font-size: 18px;
}

.looking-heading p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
}

.foreword-border {
  border: 2px dotted #7a6349;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}

.switch-lgrey {
  color: #bcbdc0 !important;
}

.impact-on-sale {
  border-radius: 20px;
  background: #f4f9eb;
  padding: 10px;
}

.aligned-bg-section {
  padding: 5px;
  border-radius: 20px;
}

.social-graph-section {
  border-radius: 20px;
  background: #f4f9eb;
  padding: 20px;
  margin: 20px 0px 0px 0px;
}

.social-graph-heading {
  font-weight: 500;
}

.sub-social-graph-heading {
  text-align: center;
}

.communinites-graphs-section {
  border-radius: 20px;
  background: #f4f9eb;
  padding: 20px;
  height: 100%;
}

.hazardous-section {
  background: #f4f9eb;
  padding: 20px;
  margin-bottom: 10px;
}

.hazardous-heading {
  font-weight: normal;
}

.future-focus-section {
  background: #f4f9eb;
  padding: 15px;
}

.img-border {
  border-radius: 20px;
}

.name-block {
  position: relative;
  bottom: auto;
}

.textlower {
  text-transform: none !important;
}

.mhight-100 {
  height: 100px;
}

.mhight-50 {
  height: 50px;
}

.padding-10L {
  padding-left: 10px !important;
}

.member-circle {
  position: relative;
}

.switch-dgrey {
  color: #4c4d4f !important;
}

.switch-dgreen {
  color: #6b8a7d !important;
}

.switch-darkgrey2 {
  color: #8a8d49 !important;
}

.gradient-border {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #b4c84e, #74887d) border-box;
  border-radius: 10px;
  border: 4px solid transparent;
  padding: 20px;
}

.switch-bg-gradient {
  background: linear-gradient(to right, #74887d, #b4c84e);
}

.radius-10 {
  border-radius: 10px;
}

.green-border {
  border: 2px solid #b6ca47;
  background: #faf8f5;
}

.summary-invest-committee {
  right: 0 !important;
  bottom: 0 !important;
}

.summary-audit-committee {
  width: 140px !important;
  height: 140px !important;
}

.summary-audit-committee:after {
  width: 150px !important;
  height: 80px !important;
}

.img-movedown {
  margin-bottom: -20px;
}

.member-name-cirlce {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  background: #a5cf4e;
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: 9;
}

/* tabs styles */
a.tab-nav-link:hover {
  background: #63857c;

  color: #fff;
  border-radius: 15px;
}

.shift-up {
  margin-top: -50px;
  display: inline-block;
}

.list li.finthnn {
  border-bottom: 1px solid #a5cf4e;
  padding-bottom: 4px;
}

.grnblkC {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #f2f5de;
  padding: 10px !important;
}

.finthinrediuslefttop {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  border-top: 2px solid #a5cf4e;
  border-left: 2px solid #a5cf4e;
}

.f-20 {
  font-size: 18px;
  font-weight: 400;
}

.f-30 {
  font-size: 30px;
  font-weight: 500;
}

.div-line {
  border-right: 1px solid #aecb37;
}

.div-gradient {
  background: linear-gradient(
    90deg,
    rgba(181, 201, 74, 1) 22%,
    rgba(116, 136, 125, 1) 86%
  );
  padding: 10px;
  height: 100%;
  color: #fff;
  margin-right: 5px;
}

.seven-f {
  font-size: 30px;
  color: #aecb37;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-relv {
  position: relative;
}

.p-relv h3 {
  position: absolute;
  top: -65px;
  left: 40%;
}

.social-right-block-curve {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  background: #f9f8f2;
}

.social-rightbottom-block-curve {
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  background: #f9f8f2;
}

.social-right-block-curve {
  background: #f9f8f2;
}

.social-block {
  background: #f9f8f2;
}

.border-thick-round {
  border-radius: 15px;
  border: 9px solid #41433d;
  border-top: 0px;
  padding: 15px;
  padding-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /* min-height: 360px; */
  margin-bottom: 15px;
      height: calc(100% - 60px);
}

.top-thin-border-top {
  background: #e8dee1;
  border: 1px solid #41433d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 15px;
  padding: 10px 20px 5px 20px;
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.border-olive-thick5 {
  border: 9px solid #6a7243;
  border-top: 0px;
}

.thin-olive-1 {
  border: 1px solid #6a7243;
  border-bottom: 0px;
}

.border-lblue-thick5 {
  border: 9px solid #759db6;
  border-top: 0px;
}

.thin-lblue-1 {
  border: 1px solid #759db6;
  border-bottom: 0px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: flex-end;
  justify-content: flex-end;
}

.sliderhomeboxedbg {
  margin-bottom: 30px;
}

.tab-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3b2a25;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.curved-box-climate-texed {
  background: #f0f4de;
  border-bottom: 2px dashed #6b8a7d;
  padding: 20px;
  padding-left: 0;
  float: left;
  color: #4c3932;
  font-size: 17px;
  font-weight: 400;
}

.curved-box-climate-texedlast {
  border-bottom: 0px dashed;
}

.curved-box-climate-texed img {
  float: left;
  margin-right: 20px;
  max-width: 45px;
  margin-bottom: 5px;
}

.curved-box-climate-header {
  text-align: center;
  border-bottom: 2px dashed;
  height: 100%;
  vertical-align: middle;
  display: grid;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 25px;
  font-weight: 500;
  color: #6b8a7d;
}

.curved-box-climate-texed-img {
  float: left;
  width: 45px;
  margin-right: 20px;
}

.curved-box-climate-texed-imgtexed {
  float: left;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
}

.curved-box-climate-headerlast {
  border-bottom: 0px dashed;
}

.curved-box-climate {
  position: relative;
  padding-bottom: 30px;
}

.curved-box-climate-lined {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.curved-box-climate-gradientbox {
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);

  width: 32.33%;
  padding: 30px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a5cf4e, #5f837b) border-box;
  border-radius: 80px 0 80px 0;
  border: 3px solid transparent;
}

.box-arrow {
  border: 1px solid #a5cf4e;
  border-radius: 15px;
  position: relative;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  /* vertical centering */
}

.box-arrow:after {
  content: "";
  position: absolute;
  right: -21px;
  top: 40%;
  background: url(../esg/images/arrow-green.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 40px;
}

.box-lgreen {
  background: #f1f4de;
  border-radius: 15px;
  position: relative;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.box-arrow p,
.box-lgreen p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}

.line-green {
  border-bottom: 1px solid #b6c947;
  padding: 5px;
  margin-bottom: 10px;
}

.radius-20 {
  border-radius: 20px;
}

.nav-tabs .tab-nav-item.show .tab-nav-link,
.nav-tabs .tab-nav-link.active {
  color: #aecb36 !important;
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #aecb36 !important;
}

ul li.tab-nav-item a {
  color: #4c3932;
}

.btn.btn-primary {
  background: transparent;
  color: transparent;
  border: 0;
}

.nextButton {
  position: relative;
}

.nextButton:before {
  content: url(../images/icons/arrow-right.png);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}

.prevButton {
  position: relative;
}

.prevButton:before {
  content: url(../images/icons/arrow-left-rec.png);
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none;
  border: 0;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

/* tabs styles end */

/* chairmans styles */

.lbrown-bg {
  margin-top: 20px;
  background: #f8f6f0;
  width: 100%;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  overflow: hidden;
}

.lbrown-bg {
  position: relative;
}

.lbrown-bg::before {
  content: url(../images/topleft-bdr.png);
  position: absolute;
  top: 0;
  left: 0;
}

.lbrown-bg::after {
  content: url(../images/bottomright-bdr.png);
  position: absolute;
  bottom: -8px;
  right: 0;
}

.block-content {
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

.block-quoute-txt-center {
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 50px;
}

.block-quoute-txt-center p {
  color: #678780;
}

.block-quoute-txt-center .leader-name {
  font-weight: 600;
  color: #4c3932;
  margin-top: 30px;
}

.block-quoute-txt-center .leader-title {
  font-weight: 400;
  color: #3b2a25;
}

.btn-home-link a {
  background: #b0d665;
  color: #fff !important;
  display: inline-block;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #b0d665;
  padding-right: 40px;
  padding-left: 30px;
  border-radius: 10px;
  position: relative;
  text-decoration: none !important;
  max-width: 400px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-home-link a:after {
  content: "";
  background: url("../images/icons/arrow-right-rec-white.png") no-repeat;
  width: 22px;
  height: 22px;
  margin-bottom: 30px;
  position: absolute;
  right: 10px;
  top: 11px;
  transition: 2s ease;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-home-link a:hover {
  background: #fff;
  color: #b0d665 !important;
  border: 1px solid #b0d665;
}

/* end chairmans styles */

.member-name-cirlce:after {
  content: "";
  width: 190px;
  height: 100px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 3px solid #a5cf4e;
  border-bottom-color: rgb(165, 207, 78);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom: 0;
  display: block;
  transform: rotate(-120deg);
  position: absolute;
  bottom: 10%;
  left: -25%;
}

.member-name-cirlce p {
  margin-bottom: 0px;
  color: #fff;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.member-name-cirlce p span {
  display: block;
  font-weight: normal;
}

.member-highlight-block {
  padding: 20px;
  background: #f6faef;
  border-radius: 15px;
  margin-bottom: 15px;
}

.member-highlight-block p {
  line-height: 1.2;
}

.member-highlight-block .small-text {
  font-weight: bold;
  color: #4b3932;
  margin-bottom: 0px;
  font-size: 18px;
}

.member-highlight-block .big-text {
  font-weight: bold;
  color: #a5cf4e;
  margin-bottom: 0px;
  display: block;
  font-size: 40px;
}

.bkr-greenish-radius {
  background: #f4f9eb;
  padding: 20px;
  border-radius: 20px;
}

.member-bottom-border {
  border-bottom: 2px solid #a5cf4e;
}

.pull-txt {
  margin-left: -20px;
  margin-bottom: 0;
}

.tbl-border {
  border-top: 1px dotted #604a43;
  border-bottom: 3px solid #604a43;
  padding: 5px 0;
  margin: 20px 0;
}

.brown-thick {
  border-bottom: 3px solid #604a43;
}

.bord-lft {
  position: relative;
}

.bord-lft:before {
  position: absolute;
  content: "";
  border-left: 1px dotted #604a43;
  height: 100%;
  left: -15px;
  top: 0;
}

.bordergrey-dotedright {
  border-right: 3px dotted #497996;
}

.border-grey-doted {
  border-bottom: 3px dotted #497996;
  margin: 5px 0px;
}

.tbl-heading {
  background: #b0d665;
  padding: 10px 5px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 7px;
}

.l-0:before {
  left: 0;
}

.show-txt {
  display: none;
}

.high-txt {
  font-weight: 800;
}

.high-txt span {
  font-size: 20px;
  font-weight: 600;
  color: #b0d665;
  display: block;
}

.h-auto-100 {
  height: calc(100% - 20px);
}

.h-auto-100 div {
  height: 100%;
}

.top-left-bord-green-ethic {
  border-top-left-radius: 15px;
  padding: 10px 0 0 10px;
  border: solid #a5cf4e;
  border-width: 3px 0 0 3px;
  margin-bottom: 30px;
}

.top-left-bord-green-ethic div {
  background-color: #f6faef;
  padding: 20px;
  padding-bottom: 0px;
  border-top-left-radius: 15px;
}

.rad-header {
  padding: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.dotted-underline {
  padding-bottom: 4px;
  border-bottom: 3px dotted #6b8b7e;
  margin-bottom: 10px;
}

.dotted-underline-right {
  border-right: 3px dotted #6b8b7e;
}

.dotted-underlineblue {
  border-bottom: 3px dotted #629bae;
}

.radius-tb {
  border-radius: 20px 0 20px 0;
}

.img-brd-cnt {
  position: relative;
}

.brd-grey-curved {
  background: #5f827a;
  border-radius: 30px 0 30px 0;
  padding: 10px;
}

.title-brd-txt {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.designation-txt {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.img-brd-cnt::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  border-right: #a8d056 solid 2px;
  height: 50%;
  width: 100%;
  border-bottom-right-radius: 30px;
}

.tab-nav-item a {
  color: #4c3932;
}

.top-right-bord-green-ethic {
  border-top-right-radius: 15px;
  padding: 10px 10px 0 0;
  border: solid #a5cf4e;
  border-width: 3px 3px 0 0;
  margin-bottom: 30px;
}

.top-right-bord-green-ethic div {
  background-color: #f6faef;
  padding: 20px;
  padding-bottom: 0px;
  border-top-right-radius: 15px;
}

.findotted {
  border-bottom: 2px dotted #4b3832;
}

.dottedblock-whitebg {
  border: 2px dotted #a5cf4e;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
}

.first-topblock-bio {
  background: #5e9fbb;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.second-topblock-bio {
  background: #87d1d1;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.third-topblock-bio {
  background: #a5cf4e;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.first-botblock-bio {
  background: #d9e9f0;
  padding: 15px 10px;
  border-radius: 10px;
  min-height: 127px;
  position: relative;
}

.second-botblock-bio {
  background: #e6f4f5;
  padding: 15px 10px;
  border-radius: 10px;
  min-height: 127px;
  position: relative;
}

.third-botblock-bio {
  background: #ebf4d9;
  padding: 15px 10px;
  border-radius: 10px;
  min-height: 127px;
  position: relative;
}

.first-botblock-bio:before,
.second-botblock-bio:before {
  content: "";
  position: absolute;
  border-right: 1px dotted #7a6349;
  right: -4%;
  top: 0;
  height: 100%;
}

.green-intro {
  font-size: 24px;
  font-weight: bold;
  color: #b0d665;
}

.h-80 {
  height: 80%;
}

.tab-controller {
  padding: 20px 0px;
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}

.tab-selector-btn {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  background: #70948e;
  display: inline-block;
  padding: 5px;
  padding-right: 5px;
  padding-left: 60px;
  color: #fff;
  border-radius: 5px;
  webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tab-selector-btn img {
  margin-right: 10px;
  webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.tab-selector-btn:hover {
  background: #b0d665;
  color: #70948e;
}

.tab-selector-btn:hover img {
  transform: translateY(-50%) rotate(90deg);
}

.tab-selector-btn-active {
  background: #b0d665;
  color: #70948e;
}

.tab-selector-btn-active img {
  transform: translateY(-50%) rotate(90deg);
}

.ceo-block {
  display: none;
}

.green-heading {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #a5cf4e;
  padding: 5px 10px;
  font-size: 18px;
}

.tbl-borderdotted {
  border-top: 1px dotted #604a43;
  padding: 2px 0;
  margin: 2px 0;
}

.case-study-block h2,
.case-study-block-lft h2 {
  font-size: 40px;
}

.case-study-block h3,
.case-study-block-lft h3 {
  font-size: 30px;
  color: #7a6349;
  font-weight: 400;
  margin-bottom: 1em;
}

.case-study-block {
  border-top: 3px solid #a5cf4e;
  border-right: 3px solid #a5cf4e;
  padding: 1em 1em 0 0;
  border-top-right-radius: 30px;
}

.case-study-inner-block {
  background: #f4f9eb;
  padding: 20px;
  border-top-right-radius: 30px;
}

.case-study-white-block {
  background: #fff;
}

.case-study-block-lft {
  border-top: 3px solid #a5cf4e;
  border-left: 3px solid #a5cf4e;
  padding: 1em 0 0 1em;
  border-top-left-radius: 30px;
}

.case-study-inner-block-lft {
  background: #f4f9eb;
  padding: 20px;
  border-top-left-radius: 30px;
}

.case-study-white-block {
  background: #fff;
}

.switch-lgreen-casestudy {
  background: #a5cf4e;
}

.padding-15LR {
  padding-left: 15px;
  padding-right: 15px;
}

.bottom-ceo {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #604a43;
}

/*About exxaro*/
.about-exxaro-bord {
  border: 1px dotted #4c4d4f;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
}

.about-exxaro-bord .small-text {
  font-weight: bold;
  color: #4b3932;
  margin-bottom: 0px;
  font-size: 18px;
}

.about-exxaro-bord .big-text {
  font-weight: bold;
  color: #a5cf4e;
  margin-bottom: 0px;
  display: block;
  font-size: 40px;
}

.about-exxaro-numbers .small-text {
  font-weight: bold;
  color: #4b3932;
  margin-bottom: 0px;
  font-size: 18px;
}

.about-exxaro-numbers .big-text {
  font-weight: bold;
  color: #a5cf4e;
  margin-bottom: 0px;
  display: block;
  font-size: 40px;
}

.about-exxaro-minerals {
  padding: 10px;
  background: #867057;
  border-radius: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.about-exxaro-minerals-txt {
  padding: 20px;
  border-radius: 15px;
  background: #eeeae5;
}

.about-exxaro-energy {
  padding: 10px;
  background: #7ac4c9;
  border-radius: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}

.about-exxaro-energy-txt {
  padding: 20px;
  border-radius: 15px;
  background: #eff8f7;
}

.mining-operations-bord {
  border: 1px dotted #4c4d4f;
  padding: 10px;
  border-radius: 15px;
}

.mineral-assets-bord {
  border: 1px dotted #4c4d4f;
  padding: 10px;
  border-radius: 15px;
}

.mine-info {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
}

.about-mines-bg {
  background: #f0ece7;
  padding: 20px;
}

.about-mines-lightbg {
  background: #eff7f8;
  padding: 20px;
}

.natural-icon-block {
  position: relative;
}

.natural-icon-block span {
}

.nat-icon:before {
  content: "";
  position: absolute;
  background: url("../images/icons/natural-icon.png") no-repeat;
  width: 75px;
  height: 71px;
  right: 0;
  bottom: 0;
}

.hum-icon:before {
  background: url("../images/icons/hum-icon.png") no-repeat;
}

.social-icon:before {
  background: url("../images/icons/soc-icon.png") no-repeat;
}

.man-icon:before {
  background: url("../images/icons/man-icon.png") no-repeat;
}

.fin-icon:before {
  background: url("../images/icons/fin-icon.png") no-repeat;
}

.dotted-bot-bord {
  border-bottom: 1px dotted #000;
  margin: 20px 0;
}

.border-rad {
  border-radius: 9px;
}

.tagsimg p {
  padding: 17px 0;
  padding-left: 80px;
  position: relative;
  margin-bottom: 0;
}

.tagsimg p img {
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/***water-security-management.php***/
.gradient-bordr {
  border: 3px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to bottom, #497996, #a4ce4c) border-box;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding: 20px;
  position: relative;
}

.wind-mill-block .text-block {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
}

.wind-mill-block .text-block p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-bottom: 0;
}

.future-grad-blok {
  position: relative;
  border: 3px solid transparent;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #f4f9eb;
  background-clip: padding-box;
  padding: 16px;
}

.future-grad-blok::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: linear-gradient(to left, #497996, #a4ce4c);
  content: "";
  z-index: -1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.case-heading {
  color: #fff;
  font-size: 16px;
  background: #a1b291;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 400;
  z-index: 2;
}

.case-heading span {
  font-size: 24px;
}

.case-study-blk {
  position: relative;
  border: 4px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a1b291, #87d1d1) border-box;
  border-bottom-left-radius: 30px;
  padding: 15px;
  border-top: 0;
}

.case-study-inner-blk {
  background: #ebf6f5;
  padding: 15px;
}

/*focus*/
.green-box-focus {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  width: 70%;
  text-align: center;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a5cf4e, #5f837b) border-box;
  border-radius: 80px 0 80px 0;
  border: 3px solid transparent;
}

.green-box-focus h2 {
  color: #afcb38;
}

.gradient-green {
  background:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(to right, #a5cf4e, #5f837b) border-box;
  padding: 20px;
}

/*Committee*/

.bg-lbrown-border-comm {
  background: #f8f6f0;
  padding: 20px;
  border-radius: 50px 0px;
}

.bg-lbrown-border-comm::before {
  background: linear-gradient(90deg, #8bb660 20%, #497996 80%);
  content: "";
  top: 0px;
  left: 0px;
  border-top-left-radius: 30px;
}

.lbrown-bg-comm::after {
  content: url(../images/curve-grad-small.png);
  position: absolute;
  bottom: -12px;
  right: -5px;
}

.lbrown-bg-comm::before {
  content: url(../images/curve-grad-small-left.png);
  position: absolute;
  top: -5px;
  left: -9px;
}

.lbrown-bg-comm {
  margin-top: 20px;
  background: #f8f6f0;
  width: 100%;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  overflow: hidden;
  position: relative;
  padding: 30px;
}

.block-content-comm {
  border-top-left-radius: 18px;
  border-bottom-right-radius: 12px;
  padding: 20px 29px;
}

/*Committee end*/

/***BLOCKS***/
.block-green {
  background: #f0f4de;
  padding: 20px;
}

.caption-italic {
  font-size: 12px;
  font-style: italic;
}

.green-box {
  position: relative;
}

.offset-icon {

  border-radius: 30px 30px 30px 30px;
  color: #fff;
  padding: 0px;

  margin: 10px 10px;
  padding-bottom: 10px;
 
 
}
.offset-icon span{
  display: block;
}
.offset-icon img {
  margin-left: -30px;  
   
}

.gradient-text {
    position: relative;
    top: -27px;
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(181, 201, 74, 1) 38%, rgba(116, 136, 125, 1) 62%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.circle-num-drkgrey
 {  font-size: 26px;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #708D7F;
    border-radius: 50%;
}

.tbl-header-greens {
  background: #afcb38;
  color: #fff;
  font-weight: 500;
}

.tbl-header-greens-radius-left {
  border-top-left-radius: 20px;
}

.tbl-header-greens-radius-right {
  border-bottom-right-radius: 20px;
}

.tbl-white-right {
  border-right: 3px solid #fff;
}

.bg-lbluep {
  margin-top: 40px;
}

.graph-heading {
  background: #a5cf4c;
  color: #fff;
  font-weight: 600;
  padding: 12px 12px 12px 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.graph-row {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin: 0 auto;
  text-align: center;
}

.graph-lineP {
  border-bottom: 1px solid #000000;
  margin: 5px 0;
}

.switch-dgreen img {
  float: left;
  margin: 5px;
}

.curved-box-climate-texed {
  background: #f0f4de;
  width: 100%;
}

.blu-block {
  background: #e5f4f3;
  padding: 20px;
}

.blu-box {
  
      margin-left: 20px;
  border-radius: 10px;
  background: #E5EAED;
  position: relative;
}
.cenn-text{padding: 8px;}

.bg-run-acrosss {
  margin-top: 35px;
  background: #5f827a;
  position: relative;
  padding: 8px 0 10px 15px;
}

.gry-block {
  background: #f8f7f2;
  padding: 20px;
}

/***water-security-management.php***/

/***delivering-sustainable-value-creation***/

.cross-holder {
  position: relative;
  padding-right: 30px;
}

.cross-img {
  position: absolute;
  right: -10px;
  top: 60px;
}

.inline-text {
  display: inline;
}

.curved-box-climate-texed .add-margin-bot-arrow {
  margin-bottom: 30px;
}

.add-margin-left-value {
  margin-left: 6px;
}

/***delivering-sustainable-value-creation end***/

.column-heading {
  background-color: #f0f4de;

  padding: 10px 20px;
}

.column-p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #6c8a7d;
}

.column-list {
  padding: 10px 3px;
  border: 1px solid #b6ca48;
  margin-top: 10px;
  min-height: 310px;
}

.commitie-list-style {
  padding-left: 17px;
  margin-left: 19px;
  list-style: disc;
}

.esg-b-border {
  border-bottom: 1px solid #5e9fba;
}

.tractor-text-block {
  position: relative;
  padding-bottom: 165px;
}

.tractor-block {
}

.esg-purpose {
  width: 100%;
  background-image: linear-gradient(to right, #b8c949, #70867e);
  padding: 30px;
  border-radius: 5px;
}

.esg-purpose .delivering-para {
  font-size: 22px;
  line-height: 26px;
}

.esg-purpose-right .delivering-para {
  font-size: 22px;
  line-height: 26px;
}

.tractor-block-right {
  position: absolute;
  right: 0;
  top: 0;
}

.esg-purpose-right {
  width: 100% !important;
  background-image: linear-gradient(to right, #70867e, #b8c949);
  padding: 30px !important;
  border-radius: 5px;
}

/*striving for carbon-neutrality*/
.strive-tbl-sec-cont {
  position: relative;
}

.strive-block {
  height: 100%;
  padding: 8px;
}

.strive-tbl-sec2 {
  background: #f0f4de !important;
}

.strive-tbl-sec-cont .finthin-green {
  border-bottom: 1px solid #acc956 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.striving-bg {
  background: url("../esg/images/strive-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  height: 100%;
}

.strive-block h2 {
  margin-bottom: 10px;
  display: none;
}

.partnering-section .finthin-green {
  border-bottom: 1px solid #acc956 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.partnering-blocks {
  height: 100%;
}

.partnering-block1 {
  position: relative;
  font-weight: 500;
  border: 1px solid #b6ca48;
  border-radius: 20px;
  padding: 10px 16px;
  padding-right: 40px;
  margin-right: 30px;
  display: flex;
  place-items: center;
}

.partnering-block1 img {
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
}

.partnering-block2 {
  background: #f0f4de !important;
  padding: 17px 10px;
  border-radius: 10px;
  margin-left: 10px;
}

.strive-headers {
  font-weight: 500;
}

.finthickgreen-right {
  border-right: 2px solid #acc956 !important;
}

.finthickgreen-top {
  border-top: 2px solid #acc956 !important;
}

.finthickgreen-top-right {
  border-top: 3px solid #acc956 !important;
  border-right: 3px solid #acc956 !important;
}

/*reflecting*/
.block-2-cont {
  padding-top: 75px !important;
}

.refl-date-2::before {
  content: "";
  position: absolute;
  height: 38px;
  width: 25px;
  left: -29px;
  top: -4px;
  background: #fff;
  z-index: 0;
}

.refl-cont-block-1 {
  position: relative;
}

.refl-cont-block-2 {
  position: relative;
  margin-left: 7px;
}

.refl-cont-block-2::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 50px;
  left: 0;
  left: -11px;
  top: 18px;
  border-left: 2px solid #e3eaba;
  border-top: 2px solid #e3eaba;
  border-top-left-radius: 8px;
  z-index: 999;
}

.refl-cont-block-2::after {
  content: "";
  position: absolute;
  height: 107px;
  width: 20px;
  left: -15px;
  top: -78px;
  background: #fff;
  z-index: 0;
}

.txt-content-last {
  position: relative;
}

.txt-content-last::before {
  content: "";
  position: absolute;
  height: 110%;
  width: 2px;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e3eaba;
  z-index: -1;
}

.refl-cont-block-last {
  border: none !important;
  position: relative;
  margin-left: 7px;
}

.refl-cont-block-last::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 50px;
  left: -9px;
  top: 18px;
  border-left: 2px solid #e3eaba;
  border-top: 2px solid #e3eaba;
  border-top-left-radius: 8px;
  z-index: 999;
}

.refl-cont-block-last::after {
  content: "";
  position: absolute;
  height: 70px;
  width: 20px;
  left: -22px;
  top: -9px;
  background: #fff;
  z-index: 0;
}

.refl-img-1 {
  margin-bottom: -19px;
  position: relative;
  z-index: 0;
  left: -2px;
  background: #fff;
}

.date-2018 {
  position: relative;
  z-index: 1;
  margin-right: 2px;
}

.refl-cont-block {
  border: 2px solid #e3eaba;
  border-top: none;

  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-right: 15px;
  padding-bottom: 10px;
  height: 100%;
}

.txt-content ul {
  margin-bottom: 0;
}

.refl-date {
  background: #e3eaba;
  border-radius: 22px;
  padding: 10px 35px;
  font-weight: 900;
  color: #4b3831 !important;
  font-size: 21px;
  margin-left: 19px;
  position: relative;
}

.refl-date .date-img {
  width: 44px;
  left: -25px;
  position: absolute;
  display: inline-block;
  z-index: 999;
}

.txt-content {
  padding: 10px 20px;
}

/*reflecting//*/

/* remuneration-committee-chairperson.php */
.img-flt {
  position: relative;
  right: -100px;
}

.rem-quote-box {
  width: 100%;
  display: block;
  border: 3px solid #b6c947;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
}

.img-icon {
  position: absolute;
  left: 14px;
  top: -52px;
  z-index: 5;
}

.intro-rem {
  font-size: 24px;
}

.findotted-line {
  border-bottom: 2px dotted #6b8a7d;
}

.improving-block {
  background: #f1f4de;
  border-radius: 15px;
  padding: 15px;
  font-weight: bold;
  height: 100%;
}

.im-green-line {
  border-bottom: 1px solid #aecb37;
  margin: 8px 0;
}

.supporting-tbl .switch-bg-lightbrown {
  font-weight: 500;
}

/*Absolute emissions for all operations*/
.absolute-emissions {
  border-radius: 15px;
  padding: 15px;
  background: #e5e5e3;
}

.emissions-graph-heading {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: 500;
  line-height: 1;
}

.emissions-graph-heading sub {
  border-bottom: 1px solid #000;
  background: #e5e5e3;
}

.emissions-graph {
  margin-bottom: 5px;
  padding-right: 70px;
}

/*Absolute emissions for all operations*/

.big-green-letter {
  font-size: 30px;
  font-weight: 400;
  color: #a2c435;
  padding-bottom: 0px;
}

.performed-blocks {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.performed-blocks-lower {
  border-right: 1px solid #acc956 !important;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.performed-gradient {
  background-color: #6D837B;
  padding: 7px;
  color: #fff;
  margin-bottom: 5px;
}

.performed-blocks{
  border: 2px solid #ACB491;
  border-radius: 15px;
  padding: 5px;
}


.performed-medium {
  line-height: 1.4;
  font-size: 24px;
  font-weight: 500;
  color: #5f837a !important;
}

.performed-big {
  font-size: 30px;
  font-weight: 400;
  color: #a2c435;
  padding-bottom: 0px;
}

td.supporting-header {
  background: #b6ca48;
  padding: 8px !important;
  color: #fff;
}

.supporting-header-left {
  border-top-left-radius: 20px;
}

.supporting-header-right {
  border-top-right-radius: 20px;
}

.supporting-tbl tr td {
  padding: 2px 15px;
}

.supporting-tbl tr td ul {
  margin-bottom: 0;
}

.monitoring-cont {
  margin-top: 80px;
}

.monitoring-block {
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #aecb37;
  position: relative;
  height: 100%;
}

.internal-block::before {
  content: "Internal performance measures";
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: -60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(119, 139, 126, 1) 22%,
    rgba(182, 201, 73, 1) 97%
  );
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 19px;
}

.external-block::before {
  content: "External performance measures";
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: -60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(119, 139, 126, 1) 22%,
    rgba(182, 201, 73, 1) 97%
  );
  border-radius: 25px 25px 0 0;
  padding: 10px;
  font-size: 19px;
}

.credit-list li {
  margin-bottom: 15px;
}

ul.credit-list {
  margin: 0px 0px 15px 44px;
}

ul.credit-list li {
  list-style: none;
}

.credit-list li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  left: -36px;
  top: 8px;
  border-radius: 50%;
  background: #000;
}

.scope-img {
  float: right;
}

.scope-txt {
  position: relative;
  padding-left: 44px;
}

.scope-txt img {
  position: absolute;
  left: 0px;
  top: 5%;
}

.scope-txt2 {
  position: relative;
  padding-left: 44px;
  padding-right: 60px;
}

.scope-txt2 .img-left {
  position: absolute;
  left: 0px;
  top: 5%;
}

.scope-txt2 .img-right {
  position: absolute;
  right: 0px;
  top: 5%;
}

.initiatives-blocks {
  height: 100%;
  padding: 20px;
  border-radius: 15px;
}

.initiatives-lime {
  border: 2px solid #aecb37;
}

.initiatives-blue {
  border: 2px solid #629bae;
}

.initiatives-olive {
  border: 2px solid #a1b290;
}

.classify-section .finthin-dgreen {
  border-bottom: 1px solid #6b8a7d !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.classify-section {
  border: 2px solid #6b8a7d;
  border-radius: 15px;
  padding: 20px;
}

.contributing-blocks {
  border: 1px solid #6b8a7d;
  padding: 10px;
  height: 100%;
  margin-bottom: 5px;
  margin-left: 7px;
}

.remove-margin-left {
  margin-left: 0;
}

.showcasing-header {
  border: 4px solid #fff;
  border-radius: 15px;
  padding: 15px;
}

/*prioritising-climate-change-mitigation-adaptation-and-resilience//*/

/*Integrating mine closure and rehabilitation*/

.column-ones {
  display: flex;
  place-items: center;
}

.performed-section .finthin-green {
  border-bottom: 1px solid #acc956 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.txt-content-last-adjust::before {
  height: 135%;
}

.cenergi-head {
  background: #789baf;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  position: relative;
  color: #fff;
  padding: 13px;
  padding-bottom: 3px;
  padding-left: 92px;
  padding-right: 31px;
  display: inline-block;
  margin-left: 16px;
}

.cenergi-head img {
  position: absolute;
  left: 14px;
  top: -22px;
  border: 3px solid #fff;
  border-radius: 50px;
}

.cenergi-cont {
  border: 2px solid #789baf;
  border-radius: 16px;
  padding: 14px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.integrated-stages-heading {
  text-align: center;
  margin-bottom: 13px;
  padding-bottom: 5px;
}

.stages-headin1 {
  border-bottom: 2px solid #a5cf4b;
}

.stages-headin2 {
  border-bottom: 2px solid #5f837a;
}

.stages-headin3 {
  border-bottom: 2px solid #88d1d1;
}

.stages-headin4 {
  border-bottom: 2px solid #5f837a;
}

.stages-headin5 {
  border-bottom: 2px solid #b6852c;
}

.stages-headin6 {
  border-bottom: 2px solid #867261;
}

.switch-light-blue {
  color: #88d1d1 !important;
}

.switch-light-brown {
  color: #b6852c !important;
}

.stages-headin8 {
  color: #60a489;
}

.switch-green-blue {
  border-bottom: 2px solid #60a489;
}

.management-approach-cont {
  border: 2px solid #6b8b7e;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 10px;
}

.lines-block div {
  border-bottom: 1px solid #a5cf4c;
  margin-bottom: 10px;
  margin-top: 6px;
  padding-bottom: 3px;
}

.social-impacts-cont {
  border: 2px solid #6b8b7e;
  background-color: #f1f4de;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 10px;
}

.social-impacts-cont p {
  margin-bottom: 0;
}

.social-impacts-blocks h3 {
  margin-bottom: 5px;
}

.social-impacts-blocks {
  border-right: 1px solid #b6c947;
  height: 100%;
  margin-bottom: 10px;
}

/*Integrating mine closure and rehabilitation//*/

/*Unpacking our strategy CSS start */
.upack-our-strgy {
  background: #f4f2ea;
  border-radius: 14px;
  padding: 18px 22px;
  margin-top: 20px;
}

.text-md {
  color: #000;
  font-size: 18px;
}

.sus-diviver {
  border-bottom: 1px solid #8b8d4a;
  margin-bottom: 16px;
}

.speed-scale-blk-container {
  position: relative;
  margin-top: 18px;
}

.speed-scale-top-blk {
  background: #779bae;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.speed-scale-blk-container:nth-child(2) .speed-scale-top-blk {
  background: #8B7B60;
}

.speed-scale-blk-container:nth-child(2) .speed-scale-blk {
  border: 1px solid #8B7B60;
}

.speed-scale-blk-container:nth-child(3) .speed-scale-top-blk {
  background: #91b1b3;
}

.speed-scale-blk-container:nth-child(3) .speed-scale-blk {
  border: 1px solid #91b1b3;
}

.speed-scale-blk-container:nth-child(4) .speed-scale-top-blk {
  background: #ab9f52;
}

.speed-scale-blk-container:nth-child(4) .speed-scale-blk {
  border: 1px solid #ab9f52;
}

.speed-scale-blk-container:nth-child(5) .speed-scale-top-blk {
  background: #6c827b;
}

.speed-scale-blk-container:nth-child(5) .speed-scale-blk {
  border: 1px solid #6c827b;
}

.speed-scale-img {
  position: absolute;
  background: #fff;
  border-radius: 0 0 26px;
  top: -14px;
  left: 0;
  width: 54px;
  height: 54px;
}

.speed-scale-blk {
  position: relative;
  z-index: 1;
  border: 1px solid #779bae;
  border-radius: 0 0 8px 8px;
  padding: 26px 12px 6px 12px;
  margin-top: -22px;
}

.future-oos-blk {
  background: #f1eeea;
  padding: 12px 15px;
  margin-top: 16px;
}

.tier-blk {
  background: #a1b290;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  max-width: 380px;
  margin: auto;
}

.tier-blk-bod {
  border: 2px solid #a1b290;
  border-radius: 14px;
  text-align: center;
  padding: 30px 20px 9px 20px;
  margin-top: -23px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch-black {
  color: #000 !important;
}

.green-header {
  background-color: #a0b190;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

.finthinb {
  border-bottom: 1px solid #4d3933 !important;
}

.strategy-block,
.btm-arrow {
  border: 2px solid #a0b190;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-top: -13px;
}

.strategy-block::before {
  content: url("../images/srt-arrow.png");
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-ptag {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.btm-arrow::before {
  content: url("../images/srt-arrow.png");
  position: absolute;
  right: 204px;
  top: 99%;
  transform: translateY(-50%);
  transform: rotate(90deg);
}

.bg-beigh {
  background-color: #f4f3ec;
  padding: 40px;
  border-radius: 10px;
}

.frame-h {min-height: 230px;}

.frameb-7 {
  border-radius: 10px;
  border: 1px solid #483e38;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-7 {
  background: #483e38;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frameb-1 {
  border-radius: 10px;
  border: 1px solid #a9d2d5;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-1 {
  background: #a9d2d5;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frameb-2 {
  border-radius: 10px;
  border: 1px solid #aa9f4f;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-2 {
  background: #aa9f4f;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frameb-6 {
  border-radius: 10px;
  border: 1px solid #a2b189;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-6 {
  background: #a2b189;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frameb-3 {
  border-radius: 10px;
  border: 1px solid #798668;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-3 {
  background: #798668;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frameb-5 {
  border-radius: 10px;
  border: 1px solid #6d847c;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-5 {
  background: #6d847c;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frameb-4 {
  border-radius: 10px;
  border: 1px solid #759baf;
  padding: 35px 20px;
  margin-top: -26px;
}

.frame-header-4 {
  background: #759baf;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 24px 76px;
}

.frame-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #f4f3ec;
  border-radius: 0 0 26px;
  top: -2px;
  left: -1px;
  width: 54px;
  height: 54px;
}

.framework-cont {
  position: relative;
  margin-top: 18px;
}

.order-lg-6 {
  order: 6 !important;
}

.order-lg-7 {
  order: 7 !important;
}

.order-lg-8 {
  order: 8 !important;
}

.order-lg-9 {
  order: 9 !important;
}

.order-lg-5 {
  order: 5 !important;
}

.coal-blk-wrapper {
  position: relative;
  margin-top: 22px;
}


.scaling-improves {
    background-color: #A4B38A;
    padding: 8px;
    border-radius: 8px;
    height: 100%;
   color:#fff;
    
}	
.report-container {
  background: #fff;
  margin: 0 auto;
}

.report-header {
  background-color: var(--olive-green);
  color: white;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 10px;
}

.report-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px dashed #000;
  padding: 15px 10px;
  align-items: start;
}

.report-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding:20px 0;
}

.report-link {
  color: var(--link-blue);
  text-decoration: underline;
  font-size: 0.95rem;
  line-height: 1.2;
  align-items: self-start !important;
}

.report-link:hover {
  color: #5a8282;
}

.page-number {
  font-size: 0.9rem;
  color: #333;
}

.report-content {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 15px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background:#E8E9E9;
}



.gh-dashboard-container {

}

/* Badge styling */
.gh-badge {
  display: inline-block;
  background-color: #9eb18c;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* Grid setup */
.gh-main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* Base Card Styling */
.gh-card, .gh-full-width-card {
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  font-weight: 500;
}

/* Vertical accents inspired by image_7669cf.png */
.gh-card::before {
  content: "";
    position: absolute;
    left: -10px;
    top: 9%;
    height: 87%;
    width: 1px;
    background: rgba(0, 0, 0);
}

/* ...EXCEPT for the very first one in the grid */
/* Remove the line for the 1st and 4th blocks (starts of the rows) */


.gh-full-width-card {
  width: 100%;
  box-sizing: border-box;
}

/* Unique Color Classes */
.gh-card--blue      { background-color: #ecf2f6; }
.gh-card--taupe     { background-color: #dcd7d0; }
.gh-card--beige     { background-color: #f7f3e9; }
.gh-card--taupe-alt { background-color: #e6e0d9; }
.fw-500 {font-weight:500; color:#6D837B;text-align: center;}


/* Mobile Responsiveness */
@media (max-width: 850px) {
  .gh-main-grid {
    grid-template-columns: 1fr;
  }
}





.coal-blk {
  background: #aba052;
  border-radius: 7px;
  color: #fff;
  padding: 5px 16px;
  position: absolute;
  top: -16px;
  left: 25px;
  min-width: 300px;
}


.report-greenblockL { background:#A3B289; color:#fff;   font-weight:600; -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px; }
.report-greenblockRow { background:#A3B289; color:#fff;   font-weight:600; }
.report-greenblockRow span, .report-greenblockR  span { font-weight:400}
.report-greenblockR { background:#A3B289; color:#fff;   font-weight:600; -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px; }

.report-greenblkWhiteLine { border-right:2px solid #fff;}
.report-column-thin { background:#E8E9E9; border-bottom:1px solid #000;padding:15px !important}
.report-column { background:#E8E9E9;padding:15px !important}
 .outlook-bg-lgreen{
            background: #E8E9E9;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

 .process-list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  border-top: 1px solid #7a8c7a; /* Top line for the first item */
}

.process-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #7a8c7a; /* Horizontal separators */
}

.number {
  font-size: 48px;
  font-weight: bold;
  margin-right: 20px;
  min-width: 40px;
  line-height: 1;
  
  /* Gradient effect for the numbers */
  background: linear-gradient(to bottom, #9eb08d, #6b7a61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text {
  margin: 0;
  font-size: 18px;
  color: #211D1E; /* Dark teal/green text */
  line-height: 1.4;
  padding-top: 8px; /* Aligns text with the top of the number */
}




.col-lg-6:nth-child(2) .coal-blk-wrapper .coal-blk {
  background: #7b8668;
}

.col-lg-6:nth-child(2) .coal-blk-wrapper .coal-cntent .coal-blk-img::after {
  border-top: 6px solid #7b8668;
  border-left: 6px solid #7b8668;
  border-bottom: 6px solid #7b8668;
}

.coal-cntent {
  background: #f4f2ea;
  border-radius: 10px;
  padding: 36px 16px 16px 24px;
  min-height: 686px;
}

.coal-blk-img {
  position: relative;
}

.coal-blk-img::after {
  position: absolute;
  content: "";
  left: 0;
  border-top: 6px solid #aba052;
  border-left: 6px solid #aba052;
  border-bottom: 6px solid #aba052;
  width: 170px;
  height: 100%;
}

.coal-sm-blk {
  background: #aba052;
  max-width: 588px;
  padding: 6px 8px;
  text-align: left;
  min-height: auto !important;
}

.coal-sm-bod {
  border: 2px solid #aba052;
  text-align: left;
  display: block;
  min-height: 425px;
}

.col-lg-6:nth-child(2) .tier-blk-container .coal-sm-blk {
  background: #7b8668;
}

.col-lg-6:nth-child(2) .tier-blk-container .coal-sm-bod {
  border: 2px solid #7b8668;
}

.energy-bod {
  border: 2px solid #779aae;
  min-height: 227px;
  text-align: left;
  display: block;
}

.r-energy-blk {
  background: #779aae;
  min-height: auto !important;
}

.r-energy-bod::after {
  border-top: 6px solid #779aae;
  border-left: 6px solid #779aae;
  border-bottom: 6px solid #779aae;
}

/*Unpacking our strategy CSS end */

/*Case Study CSS start */

.case-stdy-container {
  position: relative;
  display: flex;
  gap: 16px;
}

.case-stdy-container::before {
    position: absolute;
    content: '';
    border: 2px solid #4b3832;
    border-right: 0;
    left: 0;
    top: 0;
    width: 34px;
    height: 100%;
}

.case-stdy-container::after {
    position: absolute;
    content: '';
    border: 2px solid #4b3832;
    border-left: 0;
    right: 0;
    top: 0;
    width: 470px;
    height: 100%;
}

.case-stdy-strip {
    border-left: 20px solid #4b3832;
    border-radius: 6px 0 0 6px;
    margin: 14px 0 14px 10px;
}

.case-stdy-wrapper {
    background: #F4F3EB;
    border-radius: 8px 0 0 8px;
    padding: 0 22px;
}

.case-stdy-blk {
    background: #4b3832;
    border-radius: 6px;
    color: #fff;
    width: fit-content;
    padding: 8px 44px 8px 14px;
}

.camp-benefits-blk {
    background: #F0F4DE;
    border: 2px solid #908F47;
    border-radius: 14px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.camp-benefits-line {
   border-top: 2px dotted #908F47;
   margin-top: 3px;
   padding-top: 3px;
}

.camp-benefits-bod {
    border-left: 2px dotted #908F47;
    padding-left: 6px;
}

/*Case Study CSS end */

.key-actions-left {
    background: #B6C945;
    border-radius: 8px 0 0 8px;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.key-actions-left p {
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin-top: 6px;
}

.key-actions-right {
    position: relative;
    
    align-items: center;
    border: 2px solid #B6C945;
    border-radius: 0 8px 8px 0;
    padding: 20px;
    min-height: 137px;
    margin-top: 3px;
        height: calc(100% - 6px);
}

.key-actions-right::before {
    position: absolute;
    content: '';
    border-top: 3px solid #B6C945;
    top: -5px;
    width: 250px;
    left: -2px;
}

.key-actions-right::after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #B6C945;
    bottom: -5px;
    width: 250px;
    left: -2px;
}

.oee-heading-blk {background: #F4F3EC;border-radius: 8px 0 0 8px;padding: 30px 26px;}

.oee-img {position: relative;}
.oee-img img {border-radius: 10px 0 0 10px;}
.oee-img::after {
    position: absolute;
    content: '';
    border-top: 6px solid #B5CB4A;
    border-bottom: 6px solid #B5CB4A;
    border-left: 6px solid #B5CB4A;
    height: 427px;
    width: 200px;
    left: 0;
    top: -6px;
    border-radius: 8px 0 0 8px;
}

.ooe-gov-blk {
    background: #A2B287;
    color: #fff;
    border-radius: 8px;
    width: max-content;
    padding: 4px 14px;
    margin-top: 16px;
}

.board-acc-sm {
    position: relative;
    left: 4px;
    background: #E9E4E3;
    border-top: 1px solid #433D39;
    border-left: 1px solid #433D39;
    border-right: 1px solid #433D39;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 6px 0;
    max-width: 298px;
}
        
.board-acc-lg {
    border: 5px solid #433D39;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    padding: 8px;
    height: 100%;
}
        
.col-lg-3:nth-child(2) .board-acc-sm {
    background: #F5F8E4;
    border-top: 1px solid #B4CB3C;
    border-left: 1px solid #B4CB3C;
    border-right: 1px solid #B4CB3C;
}
        
.col-lg-3:nth-child(2) .board-acc-lg {
    border: 5px solid #B4CB3C;
    border-top: 0;
}

.col-lg-3:nth-child(3) .board-acc-sm {
    background: #EAEFF2;
    border-top: 1px solid #759FAF;
    border-left: 1px solid #759FAF;
    border-right: 1px solid #759FAF;
}
        
.col-lg-3:nth-child(3) .board-acc-lg {
    border: 5px solid #759FAF;
    border-top: 0;
}
        
.col-lg-3:nth-child(4) .board-acc-sm {
    background: #F9F4E6;
    border-top: 1px solid #EAC540;
    border-left: 1px solid #EAC540;
    border-right: 1px solid #EAC540;
}
        
.col-lg-3:nth-child(4) .board-acc-lg {
    border: 5px solid #EAC540;
    border-top: 0;
}

.energy-plcy-container {
    border: 4px solid #433D39;
    border-radius: 8px;
    padding: 4px;
}

.energy-plcy-blk-sm {
    background: #E9E4E3;
    border-radius: 3px;
    padding: 20px;
    min-height: 88px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ooe-arrow {margin: -4px 0;}
.ooe-arrow-2 {position: relative;z-index: 1;transform: rotate(-180deg);}
.energy-plcy-wrapper > .energy-plcy-container:nth-child(3) {border: 4px solid #A4AF88;}
.energy-plcy-wrapper > .energy-plcy-container:nth-child(3) .energy-plcy-blk-sm {background: #ECF0E7;}
.energy-plcy-wrapper > .energy-plcy-container:nth-child(5) {border: 4px solid #6F887F;}
.energy-plcy-wrapper > .energy-plcy-container:nth-child(5) .energy-plcy-blk-sm {background: #E2E7E5;}
.energy-plcy-wrapper > .energy-plcy-container:nth-child(7) {border: 4px solid #779AB2;}
.energy-plcy-wrapper > .energy-plcy-container:nth-child(7) .energy-plcy-blk-sm {background: #E3EBEF;}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(1) {position: relative;border: 4px solid #8E923F;}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(1)::after {
    position: absolute;
    content: '';
    background-image: url('images/ooe-arrow-down.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
    top: 22px;
    left: -43px;
}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(1) .energy-plcy-blk-sm {background: #E9E8DA;}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(3) {border: 4px solid #A4D5CF;}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(3) .energy-plcy-blk-sm {background: #EDF5F5;}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(5) {position: relative;border: 4px solid #AA9B4D;}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(5)::after {
    position: absolute;
    content: '';
    background-image: url('images/ooe-arrow-down.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
    top: 22px;
    left: -43px;
}
.col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(5) .energy-plcy-blk-sm {background: #EEECDD;}
.mt-38 {margin-top: 38px;}
.esg-cmm-line {position: relative;}
.esg-cmm-line::after {
    position: absolute;
    content: '';
    border-top: 1px solid #C4C2C3;
    width: 33px;
    right: -33px;
    bottom: 0;
}

/* navigating this report */
  .hyper-navigate-link {
      border-radius: 15px;
      padding: 8px;
      margin-bottom: 15px;
  }

  .mat-rial-the {
      border-right: 3px solid #6D837B;
      height: 100%;
  }

  .inner-mat-rial-text {
      margin-bottom: 15px;
  }

  .navi-mw {
      width: 50px !important;
  }


 .border-lime-thick5 {
        border: 9px solid #B6CA47 !important;
        border-top: 0px !important;
    }

    .thin-lime-1 {
        border: 1px solid #B6CA47 !important;
        border-bottom: 0px !important;
    }

    .border-orange-thick5 {
        border: 9px solid #E0CA5E !important;
        border-top: 0px !important;
    }

    .thin-orange-1 {
        border: 1px solid #E0CA5E !important;
        border-bottom: 0px !important;
    }

   .top-thin-border-top-line {

        position: relative !important;
        /* important */
    }

    .top-thin-border-top-line::after {
        position: absolute;
        content: '';
        border-top: 1px solid #C4C2C3;
        width: 33px;
        right: -33px;
        bottom: 0;
    }

/* navigating this report */

.environment-bg {background: #EEEBD9;}
.environment-text {color: #B68316;}
.environment-rgt-line {border-right: 1px solid #B68316;}

.social-bg {background: #E2E5DD;}
.social-text {color: #6D837B;}
.social-rgt-line {border-right: 1px solid #6D837B;}

.governance-bg {background: #E5EAEF;}
.governance-text {color: #497996;}
.governance-rgt-line {border-right: 1px solid #497996;}


/****************    MEDIA QUERIES  *********************/

@media (max-width: 1399px) {
  .tier-blk {
    max-width: 320px;
    line-height: 18px;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .oee-img::after {height: 370px;}
  .oee-heading-blk {padding: 12px 16px;}
  .board-acc-sm {max-width: 253px;}
  .energy-plcy-blk-sm {min-height: 111px;}
  .col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(1)::after {top: 31px;}
  .col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(5)::after {top: 34px;}

  .oee-img::after {height: 312px;}
  .oee-heading-blk {padding: 8px 9px;}
  .board-acc-sm {max-width: 208px;}

  .energy-bod {
    min-height: 274px;
  }
}

@media screen and (max-width: 1200px) {
  .action-content-holder {
    min-height: 160px;
  }

  .action-bottom-content {
    min-height: 350px;
  }
}

@media screen and (max-width: 1199px) {
     .top-thin-border-top-line.line2::after {
        content: none; /* removes the pseudo element */
    
}
  .pull-txt {
    margin-left: 0;
  }

  .tier-blk {
    max-width: 256px;
  }

  .tier-blk-bod {
    min-height: 163px;
  }

  .coal-sm-bod {
    min-height: 537px;
  }

  .energy-bod {
    min-height: 325px;
  }
}

@media screen and (max-width: 1024px) {
  .customers-integrated-rsp {
    margin-top: 7%;
  }

  .shift-up {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .list-margin-unset {
    margin: 0px 0px 15px 9px !important;
  }
}

@media screen and (max-width: 991px) {
  .top-thin-border-top-line::after {

            border-top: unset !important;

        }
  .leadership-img {
    margin-top: 0px;
  }

  .camp-benefits-bod {border-left: unset;margin-top: 13px;}
  .camp-benefits-line {
      border-top: unset;
      margin-top: 13px;
      padding-top: 0;
  }

  .leadership-block {
    margin-top: 0px;
  }

  .desktop-heading {
    display: none;
  }

  .mobile-heading {
    display: block;
    text-align: center;
  }

  .border-lb {
    position: relative;

    border: unset;
  }

  .border-rt {
    position: relative;

    border: unset;
  }

  .resposnible-block {
    border: 2px dashed #000;
    margin-bottom: 25px;
    border-radius: 50px;
    min-height: auto;
  }

  .border-rt::before {
    content: "";
    background: transparent;
    position: absolute;
  }

  .border-lb::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 58px;
    height: 50px;
    right: 0px;
    top: -11px;
  }

  .key-actions-left {border-radius: 8px 8px 0 0;}
  .key-actions-right {border-radius: 0 0 8px 8px;margin-top: 0;}
  .key-actions-right::before {display: none;}
  .key-actions-right::after {display: none;}

  .border-rt::before {
    content: "";
    position: absolute;

    border: 0px dashed #000;
  }

  .border-rt::after {
    background: transparent !important ;
    content: "";
    position: absolute;
    width: 102%;
  }

  .border-last {
    position: relative;
  }

  .border-last::before {
    content: "";
    position: absolute;

    border: 0px dashed #000;
  }

  .border-last::after {
    background: transparent !important;
    content: "";
    position: absolute;
    width: 58px;
    height: 50px;
    left: 0px;
    top: -11px;
  }

  .border-lb::before {
    content: "";
    background: transparent;
    position: absolute;
    border: 0px dashed #000;
  }

  .border-rt::after .radius-green {
    min-height: auto;
  }

  .coal-sm-bod {
    min-height: auto;
  }

  .energy-bod {
    min-height: auto;
  }

  .tier-blk-bod {
    min-height: auto;
  }

  .tier-blk {
    max-width: 380px;
    min-height: auto;
  }

  .order-sm-6 {
    order: 6 !important;
  }

  .order-sm-7 {
    order: 7 !important;
  }

  .order-sm-8 {
    order: 8 !important;
  }

  .order-sm-9 {
    order: 9 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .performed-blocks-lower {
    border-right: none !important;
  }

  .div-line {
    border: 0;
  }

  .box-arrow {
    margin-right: 20px;
  }

  .emb-arrow:after {
    display: none;
  }

  .emb-arrow {
    height: auto;
    margin-bottom: 15px !important;
  }

  .action-holder:before {
    left: 45%;
  }

  .action-content-holder::before {
    left: 45%;
  }

  .action-content-holder {
    min-height: auto;
  }

  .action-bottom-content {
    min-height: auto;
    margin-bottom: 40px;
  }

  .margin-left-50 {
    margin-left: 0;
  }

  .space-gutters-right {
    margin-right: 0;
  }

  .stripe-middle-green {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .stripe-middle-green p {
    display: block !important;
  }

  /*striving for carbon-neutrality*/
  .strive-block h2 {
    display: block;
  }

  .strive-tbl-sec-cont {
    padding-right: 0;
  }

  .strive-tbl-sec-cont::before {
    width: 0;
  }

  .partnering-blocks {
    height: unset;
  }

  .partnering-block1 {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .partnering-block1 img {
    top: unset;
    bottom: -21px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
  }

  .oee-img::after {height: 100%;top: 0;}
  .oee-heading-blk {margin-bottom: 20px;}
  .board-acc-lg {height: auto;margin-bottom: 20px;}
  .col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(1)::after {
      transform: translateX(-50%);
      top: -46px;
      left: 50%;
  }

  .col-lg-6.align-self-end > div > .energy-plcy-container:nth-child(5)::after {display: none;}

  .partnering-block1 {
    padding: 20px 10px;
  }

  .partnering-block2 {
    margin-left: unset;
  }

  .border-thick-round {
    min-height: auto;
  }

  /*striving for carbon-neutrality*/

  .member-name-cirlce {
    bottom: 0px;
    right: 5%;
  }

  .btm-rgt-bdr {
    min-height: auto !important;
  }

  .block-quoute-txt-center {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lft-bdr {
    border-left: 0px dotted #6b8a7d !important;
  }

  .notes-blocks {
    height: auto !important;
    border-right: 0px dotted #6b8a7d !important;
  }

  .btm-rgt-bdr {
    border-bottom: 2px dotted #6b8a7d !important;
    border-right: 0px dotted #6b8a7d !important;
    height: auto !important;
    margin-bottom: 20px;
  }

  .lft-bdr-only {
    border-left: 0px dotted #6b8b7e !important;
    border-bottom: 0px dotted #6b8b7e !important;
    padding-left: 15px;
    height: auto !important;
    margin-bottom: 20px;
  }

  .bordergrey-dotedright {
    border-right: 0px dotted #497996;
    border-bottom: 3px dotted #497996;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }

  .curved-box-climate-texed-imgtexed {
    float: left;
    width: 100% !important;
  }

  .name-block {
    position: relative;
    bottom: auto;
  }

  .member-highlight-block {
    display: inline-block;
    width: calc(50% - 10px);
  }

  .member-highlight-block:first-child {
    margin-right: 10px;
  }

  .member-bottom-border {
    border: none;
  }

  .show-txt {
    display: block;
  }

  .hide-txt {
    display: none;
  }

  .bord-lft:before {
    display: none;
  }

  .blocks-responsive {
    margin-top: 20px;
  }

  .first-botblock-bio:before,
  .second-botblock-bio:before {
    content: "";
    border-right: none;
  }

  .second-topblock-bio {
    margin-top: 5px;
  }

  .third-topblock-bio {
    margin-top: 6px;
  }

  .customers-integrated-rsp {
    margin-top: 7%;
  }

  .communinites-graphs-section {
    height: 95%;
    margin-bottom: 20px;
  }

  .liabilities-responsive {
    margin-top: 20px;
  }

  .tbl-heading {
    margin-top: 20px;
  }

  .dottedborder {
    height: 90% !important;
  }

  .no-findottedleft {
    border-left: none !important;
  }

  .no-mr-5 {
    margin-right: 0rem !important;
  }

  .center-on-resp {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center !important;
  }

  .wind-mill-block .text-block p {
    position: unset;
    transform: unset;
  }

  .wind-mill-block .text-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .wind-mill-block .gradient-bordr {
    margin-right: 0 !important;
  }

  .tractor-text-block {
    padding-bottom: 0;
  }

  .tractor-block {
    display: none;
  }

  .tractor-block-right {
    display: none;
  }

  .esg-purpose {
    width: 100% !important;
    margin-left: 0;
    padding: 30px;
  }

  .esg-purpose-right {
    width: 100% !important;
    margin-left: 0;
    padding: 30px;
  }

  .curved-box-climate-texed-imgtexed {
    padding: 20px;
    padding-top: 0;
  }

  .curved-box-climate-texed {
    padding-top: 0;
  }

  .curved-box-climate-header {
    margin-bottom: 20px;
  }

  .curved-box-climate-lined {
    display: none;
  }

  .curved-box-climate-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  .curved-box-climate-texed-img {
    width: 100%;
    text-align: center;
  }

  .curved-box-climate-headerlast {
    border-bottom: 2px dashed;
  }

  .curved-box-climate-texed img {
    float: unset;
    margin-right: auto;
    margin-left: auto;
    max-width: 45px;
    margin-bottom: 5px;
    transform: rotate(90deg);
    /* Equal to rotateZ(45deg) */
  }

  .curved-box-climate-texed-imgtexed {
    padding: 20px;
    padding-top: 0;
  }

  .curved-box-climate-texed {
    padding-top: 0;
  }

  .curved-box-climate-header {
    margin-bottom: 20px;
  }

  .curved-box-climate-lined {
    display: none;
  }

  .curved-box-climate-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  .curved-box-climate-texed-img {
    width: 100%;
    text-align: center;
  }

  .curved-box-climate-headerlast {
    border-bottom: 2px dashed;
  }

  .curved-box-climate-texed img {
    float: unset;
    margin-right: auto;
    margin-left: auto;
    max-width: 45px;
    margin-bottom: 5px;
    transform: rotate(90deg);
    /* Equal to rotateZ(45deg) */
  }

  .line-out-left::before,
  .line-out-left::after,
  .line-head-right::before {
    display: none !important;
  }

  .rehab-dashed-blue-border {
    display: none;
  }

  /**prioritising-climate-change**/
  .monitoring-block {
    height: unset;
  }

  .external-block {
    margin-top: 70px;
  }

  .improving-block {
    height: unset;
    margin-bottom: 10px;
  }

  .block-2-cont {
    padding-top: 10px !important;
  }

  .refl-cont-block-2::after {
    width: 0;
  }

  .refl-cont-block-2::before {
    content: unset;
  }

  .refl-cont-block-2 {
    margin-left: unset;
  }

  .refl-cont-block-last::before {
    content: unset;
  }

  .txt-content-last::before {
    height: 119%;
  }

  /**prioritising-climate-change**/

  .social-impacts-blocks {
    border-right: unset;
    border-bottom: 1px solid #b6c947;
  }

  .mat-rial-the{
    border-right: none;
    border-bottom: 3px solid #6D837B;
    height: auto;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 768px) {
  .munfactured-cap {
    font-size: 18px;
    padding: 15px;
    padding-left: 100px;
    margin-bottom: 50px;
    line-height: 1;
  }

  .case-stdy-container::after {width: 280px;}

  .no-findottedleft {
    border-left: none;
  }

  .pull-txt {
    margin-left: -20px;
  }

  .mhight-100 {
    height: 0px;
  }

  .mhight-50 {
    height: 0px;
  }

  .about-exxaro-bord {
    margin-top: 20px !important;
  }

  .blocks-responsive {
    margin-top: 20px;
  }

  .about-exxaro-txt-resp {
    margin-top: 30px;
  }

  .first-botblock-bio:before,
  .second-botblock-bio:before {
    content: "";
    border-right: none;
  }

  .liabilities-responsive {
    margin-top: 20px;
  }

  .tbl-heading {
    margin-top: 20px;
  }

  .communinites-graphs-section-rsp {
    margin-top: 20px;
  }

  .communinites-graphs-section {
    height: 95%;
    margin-bottom: 30px;
  }

  .no-mr-5 {
    margin-right: 0rem !important;
  }

  .center-on-resp {
    text-align: center;
  }
}

@media screen and (max-width: 760px) {
  ul.nav {
    width: 100%;
    justify-content: flex-start;
  }

  ul.na li.tab-nav-item {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /**prioritising-climate-change**/
  .initiatives-blocks {
    height: unset;
    margin-bottom: 10px;
  }

  /**prioritising-climate-change**/
}

@media screen and (max-width: 606px) {
  .customers-integrated-rsp-two {
    margin-top: 12%;
  }

  .our-report-boundary-one {
    width: 86% !important;
  }
}

@media (max-width: 575px) {
  .speed-scale-top-blk {
    padding: 12px 62px;
    position: relative;
    z-index: 11;
  }

  .speed-scale-img {
    top: -16px;
    width: 44px;
    height: 44px;
  }

  .speed-scale-img img {
    width: 40px;
  }

  .case-stdy-container::after {width: 150px;}
}

@media screen and (max-width: 565px) {
  .member-highlight-block {
    display: block;
    width: 100%;
  }

  .member-highlight-block:first-child {
    margin-right: 0px;
  }

  .member-name-cirlce {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    border-radius: 0px;
    padding: 15px 0;
    margin: 20px 0px;
  }

  .member-name-cirlce:after {
    display: none;
  }

  .member-name-cirlce p {
    width: 100%;
    position: relative;
    transform: none;
    left: 0px;
  }
}

@media screen and (max-width: 427px) {
  .pull-txt {
    margin-left: 0px;
  }
}

@media screen and (max-width: 399px) {
    .case-stdy-container::after {width: 60px;}
}
