@charset "utf-8";
.financeBannerText h2,
.financeBannerText p {
  color: #fff;
  margin: 0 auto;
  font-family: Pragmatica;
  text-align: center;
}
.ebitda_container,
.eps,
.eps_container,
.pat,
.roce,
.turnover_container {
  position: relative;
}
@font-face {
  font-family: Pragmatica;
  src: url('../fonts/Pragmatica-Bold.eot');
  src: url('../fonts/Pragmatica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pragmatica-Bold.woff2') format('woff2'),
    url('../fonts/Pragmatica-Bold.woff') format('woff'),
    url('../fonts/Pragmatica-Bold.ttf') format('truetype'),
    url('../fonts/Pragmatica-Bold.svg#Pragmatica-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Pragmatica;
  src: url('../fonts/PragmaticaBlack.eot');
  src: url('../fonts/PragmaticaBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PragmaticaBlack.woff2') format('woff2'),
    url('../fonts/PragmaticaBlack.woff') format('woff'),
    url('../fonts/PragmaticaBlack.ttf') format('truetype'),
    url('../fonts/PragmaticaBlack.svg#PragmaticaBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: prg65;
  src: url('prg65.eot');
  src: url('prg65.eot?#iefix') format('embedded-opentype'),
    url('prg65.woff2') format('woff2'), url('prg65.woff') format('woff'),
    url('prg65.ttf') format('truetype'), url('prg65.svg#prg65') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Pragmatica;
  src: url('../fonts/Pragmatica-Italic.eot');
  src: url('../fonts/Pragmatica-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pragmatica-Italic.woff2') format('woff2'),
    url('../fonts/Pragmatica-Italic.woff') format('woff'),
    url('../fonts/Pragmatica-Italic.ttf') format('truetype'),
    url('../fonts/Pragmatica-Italic.svg#Pragmatica-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Pragmatica;
  src: url('../fonts/Pragmatica.eot');
  src: url('../fonts/Pragmatica.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pragmatica.woff2') format('woff2'),
    url('../fonts/Pragmatica.woff') format('woff'),
    url('../fonts/Pragmatica.ttf') format('truetype'),
    url('../fonts/Pragmatica.svg#Pragmatica') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Pragmatica;
  src: url('../fonts/PragmaticaExtraBold.eot');
  src: url('../fonts/PragmaticaExtraBold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/PragmaticaExtraBold.woff2') format('woff2'),
    url('../fonts/PragmaticaExtraBold.woff') format('woff'),
    url('../fonts/PragmaticaExtraBold.ttf') format('truetype'),
    url('../fonts/PragmaticaExtraBold.svg#PragmaticaExtraBold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Pragmatica;
  src: url('../fonts/PragmaticaLight.eot');
  src: url('../fonts/PragmaticaLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PragmaticaLight.woff2') format('woff2'),
    url('../fonts/PragmaticaLight.woff') format('woff'),
    url('../fonts/PragmaticaLight.ttf') format('truetype'),
    url('../fonts/PragmaticaLight.svg#PragmaticaLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.graph_container {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
}
.kpival {
  width: 20%;
}
.kpival span {
  font-size: 28px;
  color: #ea3a29;
}

.kpival p {
  font-size: 12px;
}
.financeBannerText {
  margin: 25% auto 0;
  display: block;
  width: 800px;
  text-align: center;
}
.financeBannerText h2 {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  line-height: 66px;
}
.financeBannerText p {
  font-weight: 300;
  font-size: 28px;
  line-height: 14px;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 24px;
}
.titlevalue p,
.titlevalue p span.chairman_rupee {
  color: #ed8b00;
}
.finhigh .bannerBlock {
  box-shadow: none;
}
#fin_grosssales img {
  width: auto;
  height: auto;
  margin-left: 22%;
}
.titlevalue p {
  font-family: Pragmatica;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
.titlevalue p span {
  font-size: 14px;
  color: #333;
}
#fin_grosssales .titlevalue {
  position: absolute;
  left: 25%;
  top: 0;
}
.eps_container {
  float: none;
  width: 100%;
}
#chart_cashop,
#chart_eps,
#chart_turnover {
  width: 100%;
  height: 25em;
  background: #fff;
}
.eps {
  margin: 0;
}
.eps .titlevalue {
  position: absolute;
  z-index: 1;
  background-color: #ffd100;
  left: 5%;
  top: -10%;
  padding: 30px;
}
.eps .titlevalue p,
.eps .titlevalue p span.chairman_rupee {
  color: #333 !important;
  line-height: 30%;
}
.pat .titlevalue {
  position: absolute;
  right: 12%;
  top: 5%;
}
.eva_container .titlevalue p span,
.mkt_container .colblue p,
.mkt_container .colblue p span,
.pat .titlevalue p,
.pat .titlevalue p span,
.roce .titlevalue p,
.roce .titlevalue p span {
  color: #fff;
}
.pat .titlevalue p,
.roce .titlevalue p {
  line-height: 120%;
}
.pat .titlevalue p span,
.roce .titlevalue p span {
  line-height: 100%;
  display: inline-block;
}
#chart_ebitda,
#chart_ebitdacr,
#chart_eva,
#chart_grosssales,
#chart_mkt {
  width: 100%;
  height: 25em;
}
.eva_container,
.mkt_container {
  width: 100%;
  position: relative;
  float: none;
}
.mkt .colblue {
  background-color: #0f0e9a;
  min-height: 150px;
  padding: 15px;
}
.charttopbox .box,
.charttopbox .left,
.charttopbox .right {
  padding: 5px 10px;
  display: inline-block;
}
.mkt_container .titlevalue {
  position: absolute;
  bottom: -15%;
  left: 5%;
}
.ebitda_container {
  width: 100%;
}
.charttopbox {
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  z-index: 9;
  top: -40px;
  left: 100px;
}
.charttopbox .left {
  background: #00543c;
  color: #d2dd07;
}
.charttopbox .right {
  background: #d2dd07;
  color: #00543c;
}
.charttopbox .box {
  background: #49824d;
  color: #fff;
}
.cashop .charttopbox,
.pat .charttopbox {
  top: -60px;
}
.ebitda .charttopbox,
.roce .charttopbox {
  top: -45px;
}
.eps .charttopbox {
  top: -55px;
}
.eva .charttopbox,
.mkt .charttopbox {
  top: -35px;
}
.charttopbox p {
  font-size: 16px;
  line-height: 18px;
  font-family: Pragmatica;
  font-weight: 300;
  text-transform: uppercase;
}
.charttopbox h2,
.charttopbox span {
  font-weight: 700;
  font-family: Pragmatica;
}
.charttopbox h2 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
.charttopbox span {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.charttopbox .chairman_rupee {
  font-family: RupeeForadian;
  margin: 0;
  padding: 0;
}
.cfo h2,
.cfo p {
  display: inline-block;
}
.ebitda_container .titlevalue {
  width: 100%;
  padding-left: 90px;
  padding-top: 20px;
  position: absolute;
  top: -70px;
  left: 20px;
}
.ebitda_container .titlevalue p {
  color: #cedc00;
  padding: 5px 15px 15px;
  background-color: #00543c;
  display: inline-block;
}
.ebitda_container .titlevalue p span {
  color: #cedc00;
  line-height: 150%;
  display: inline-block;
}
.ebitda_container .left32pc p {
  color: #00543c;
  padding: 5px 15px 15px;
  background-color: #cedc00;
  display: inline-block;
}
.ebitda_container .left32pc p span {
  color: #00543c;
  line-height: 150%;
  display: inline-block;
}
.evd .box {
  background: #312883;
}
.eva_container .titlevalue {
  float: right;
}
.eva_container .titlevalue p {
  background-color: #71c5e8;
  display: inline-block;
  color: #fff;
  padding: 5px 25px 25px;
  margin-top: -100px;
}
#chart_Test,
#chart_roce {
  height: 25em;
  width: 100%;
}
.roce .titlevalue {
  position: absolute;
  right: 5%;
  top: 5%;
}
.cashop_container {
  text-align: center;
  position: relative;
}
.cashop .titlevalue {
  position: absolute;
  z-index: 1;
  background-color: #ffd100;
  left: 10%;
  padding: 20px;
  bottom: -3%;
}
.cashop .titlevalue p,
.cashop .titlevalue p span.chairman_rupee {
  color: #4a0d4c !important;
  line-height: 60%;
  text-align: left;
}
.cashop_container img {
  width: 100%;
  height: auto;
}
.cashop .charttopbox .box {
  background: #fee600;
  color: #4a085f;
}
.chartfootnote {
  text-align: right;
  width: 100% !important;
  font-size: 0.6em;
  padding: 0.5em;
  clear: both;
}
.allchartfootnote,
.chartfootnote span {
  font-size: 10px;
  line-height: 12px;
}
.allchartfootnote {
  font-family: Pragmatica;
  font-weight: 300;
  color: #333;
  text-align: center;
  float: none;
  clear: both;
  padding-top: 50px;
}
.floatL {
  float: left;
}
.padT20 {
  padding-top: 20px;
}
.lineht10pc {
  line-height: 1px !important;
}
.left32pc {
  left: 155px !important;
}
.bot0 {
  bottom: 0 !important;
}
.padT70-1 {
  padding-top: 70px !important;
}
.rocectp .box {
  background: #f29200;
}
.mktctb .box {
  background: #0f0e9a;
}
.eps .box {
  background: #fee600;
  color: #4b0d4c;
}
.dkblue {
  background-color: #0f0e9a !important;
  color: #fff !important;
}
.ltblue {
  background-color: #71c5e8 !important;
  color: #0f0e9a !important;
}
@media only screen and (max-width: 1920px) and (min-width: 1700px) {
  #chart_Test,
  #chart_roce,
  #chart_turnover {
    width: 100%;
  }
  .pat .titlevalue {
    right: 10%;
  }
}
@media only screen and (max-width: 1400px) {
  .pat .titlevalue {
    right: 3%;
  }
}
@media only screen and (max-width: 1366px) {
  .cashop .titlevalue {
    bottom: -12%;
  }
  #chart_Test,
  #chart_roce,
  #chart_turnover {
    width: 100%;
  }
  .titlevalue.left32pc {
    left: 155px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #fin_grosssales img {
    width: 100%;
    margin-left: 0;
  }
  .pat .titlevalue {
    background-color: #678c42;
    padding: 20px;
    z-index: 9;
    top: -15%;
  }
  #chart_Test,
  #chart_roce,
  #chart_turnover,
  .eva_container {
    width: 100%;
  }
  .roce .titlevalue {
    background-color: #e5aa6f;
    padding: 20px;
    z-index: 999;
    top: -35%;
  }
  .cashop_container video {
    width: 100%;
    height: auto;
  }
  .pat .titlevalue p {
    line-height: 6%;
  }
  .eps .titlevalue {
    padding: 10px;
  }
  .roce .charttopbox {
    top: -78px;
  }
  #section_pat,
  #section_roce {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  .eps_container {
    float: none;
    width: 100%;
  }
  .cashop_container img {
    width: 99%;
    height: auto;
  }
  .mkt_container {
    width: 100%;
  }
  #chart_eps tspan {
    color: #000;
  }
  .titlevalue p {
    font-size: 40px;
  }
  .titlevalue p span {
    font-size: 20px;
  }
  .roce .titlevalue {
    top: -25%;
  }
}
@media only screen and (max-width: 920px) {
  .finhigh .chairman_bannerpos p {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .ebitdaWrapper .ebitda_container .titlevalue p {
    padding: 5px 25px 0;
  }
  .ebitdaWrapper .ebitda_container .titlevalue .chairman_rupee {
    margin-top: 19px;
  }
  #chart_Test,
  #chart_ebitda,
  #chart_ebitdacr,
  #chart_eps,
  #chart_eva,
  #chart_mkt,
  #chart_roce,
  #chart_turnover,
  .ebitda {
    min-height: 25em;
  }
  .titlevalue.left32pc {
    left: 27% !important;
  }
  .titlevalue.left32pc span {
    line-height: 1px !important;
  }
  .ebitda_container .titlevalue {
    padding-left: 0;
    bottom: 0;
  }
  .ebitda_container .chartfootnote {
    width: 300px;
    bottom: 0;
  }
  .cashop .titlevalue {
    padding: 10px;
  }
  .financeBannerText {
    width: 100%;
  }
  .ebitda_container .titlevalue p {
    line-height: 1em;
    min-height: 90px;
  }
  .roce .titlevalue {
    top: -30%;
  }
  #section_grosssales {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .titlevalue.left32pc {
    left: 30% !important;
  }
}
@media only screen and (max-width: 700px) {
  .ebitda_container .titlevalue {
    left: -20px;
  }
  .titlevalue.left32pc {
    left: 25% !important;
  }
}
@media only screen and (max-width: 680px) {
  .chartfootnote {
    width: 320px;
  }
  #section_pat {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 660px) {
  .mkt .colblue {
    min-height: 80px;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .mkt_container .floatL img {
    display: none;
  }
  .ebitda_container .chartfootnote {
    width: 100%;
    bottom: -10%;
  }
  .ebitda_container .titlevalue {
    bottom: 0;
    left: 20px;
  }
  .mkt .colblue {
    height: 130px;
  }
  .mkt_container .chartfootnote {
    bottom: -14%;
    width: 40%;
  }
  .pat .titlevalue {
    top: -18%;
  }
  .mkt_container {
    width: 100%;
  }
  .titlevalue.left32pc {
    left: 45% !important;
  }
}
.cash-background,
.note-background {
  background: #f7eafc;
  width: 50%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 565px) {
  .roce .titlevalue {
    padding: 10px;
  }
  .eva_container {
    width: 100%;
  }
  .cashop .titlevalue {
    padding: 20px;
    bottom: -20%;
  }
  .allchartfootnote.cashop_foot {
    padding-top: 60px;
  }
  .financeBannerText {
    padding-top: 20px;
  }
  .financeBannerText h2 {
    font-size: 32px;
    line-height: 125%;
  }
  .financeBannerText p {
    font-size: 18px;
    line-height: 125%;
  }
  .roce .charttopbox {
    top: 5px;
  }
}
@media only screen and (max-width: 520px) {
  #fin_grosssales .charttopbox {
    left: 50px;
  }
  #fin_grosssales .right.yellow {
    float: right;
  }
}
@media only screen and (max-width: 500px) {
  .mkt_container .chartfootnote {
    bottom: -18%;
  }
}
@media only screen and (max-width: 480px) {
  .mkt_container .chartfootnote {
    right: 0;
  }
  .roce .titlevalue {
    top: -25%;
  }
  .roce .charttopbox {
    top: 0;
  }
  #fin_grosssales .right.yellow {
    float: right;
  }
}
@media only screen and (max-width: 460px) {
  .cashop .titlevalue {
    bottom: -25%;
  }
  .eps .titlevalue {
    top: -20%;
  }
  .mkt_container .chartfootnote {
    width: 90%;
    bottom: -25%;
  }
  .allchartfootnote {
    padding-top: 80px;
  }
  #fin_grosssales .right.yellow {
    display: inline-block;
    width: 54%;
    float: none;
  }
  #fin_grosssales .charttopbox {
    top: -45px;
    left: 30px;
  }
  #fin_grosssales .charttopbox .right.yellow h2,
  #fin_grosssales .charttopbox .right.yellow p {
    display: inline;
  }
}
@media only screen and (max-width: 420px) {
  .ebitda_container .chartfootnote {
    bottom: -14%;
  }
  .titlevalue.left32pc {
    left: 50% !important;
  }
}
@media only screen and (max-width: 400px) {
  .cashop .titlevalue {
    bottom: -35%;
  }
}
@media only screen and (max-width: 380px) {
  #fin_grosssales .titlevalue {
    left: 5%;
  }
  #fin_grosssales .titlevalue p {
    line-height: 10%;
  }
  .ebitda_container .titlevalue {
    bottom: 0;
  }
  .titlevalue p {
    font-size: 36px;
  }
  .ebitda_container .chartfootnote {
    bottom: -16%;
  }
  #section_pat {
    padding-bottom: 100px;
  }
  .pat .titlevalue {
    top: -25%;
  }
  #section_ebitda {
    padding-bottom: 30px;
  }
  .roce .charttopbox {
    top: -10px;
  }
  #fin_grosssales .charttopbox {
    left: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .cashop .titlevalue {
    bottom: -20%;
    padding: 0;
  }
  .ebitda_container .titlevalue {
    bottom: 5%;
  }
  .ebitda_container .titlevalue p {
    font-size: 20px;
    min-height: 60px;
  }
  .ebitda_container .chartfootnote {
    bottom: -10%;
  }
  #fin_grosssales .charttopbox {
    left: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .mkt_container .chartfootnote {
    bottom: -30%;
  }
  .allchartfootnote {
    padding-top: 120px;
  }
  #fin_grosssales .charttopbox {
    left: 0 !important;
    padding: 0;
    top: -40px;
  }
  #fin_grosssales .right.yellow {
    width: 55%;
  }
}
@media (max-width: 768px) {
  ebitda_container {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .charttopbox {
    left: 20px;
  }
  #fin_grosssales .charttopbox {
    left: 20px;
  }
}
.note-background {
  height: 200%;
  bottom: 0;
}
.cash-background {
  height: 55%;
  top: 0;
}
.economic-background {
  background: #e3f3ff;
  width: 25%;
  height: 120%;
  position: absolute;
  top: 21%;
  right: 0;
  z-index: -1;
}
.earnings-background {
  background: #e3f3ff;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.ebitda1-background {
  background: #e3f3ff;
  width: 25%;
  height: 65%;
  position: absolute;
  top: -55%;
  left: 0;
  z-index: -1;
}
.ebitda2-background,
.return-background {
  background: #ececfd;
  position: absolute;
  z-index: -1;
}
.ebitda2-background {
  width: 35%;
  height: 150%;
  top: 0;
  right: 0;
}
.return-background {
  width: 65%;
  height: 58%;
  bottom: 0;
  left: 0;
}
.chart-block {
  padding: 0 1em 1em 0;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  margin: 0.5em;
}
.banner-copy p {
  color: #74a5d6;
  font-size: 1em;
}
.graph-block1 {
  width: 27%;
}
.graph-block2 {
  width: 73%;
  padding-left: 1em;
}
.figures {
  font-weight: 500;
}
.inner-highlights .flex {
  flex-direction: column;
}
.highlights-block .col2 .col-1,
.highlights-block .col2 .col-2 {
  margin-bottom: 3em;
  padding-left: 4em;
  position: relative;
}
.highlights-block img {
  width: 3.2em;
}
.highlights-block h3 {
  font-size: 1.8em;
}
.boxes {
  bottom: 0;
  width: 4em;
  left: 14%;
  z-index: 0;
}
.boxes2 {
  top: -22%;
  width: 4em;
  left: 14%;
}
.dot1,
.dot3 {
  top: -4.5em;
  width: 4em;
}
.dot1 {
  right: 20%;
}
.boxes3 {
  bottom: -8%;
  width: 4em;
  left: 14%;
}
.dot3 {
  right: 14%;
}
@media only screen and (max-width: 980px) {
  .boxes {
    width: 2em;
    left: 15px;
  }
  .boxes2,
  .boxes3 {
    left: unset;
    right: 15px;
    width: 2em;
  }
  .dot1 {
    right: 15px;
    top: -1.5em;
    width: 2em;
  }
  .boxes2 {
    top: -1%;
  }
  .boxes3 {
    bottom: -12%;
  }
  .dot3 {
    left: 15px;
    top: -2.5em;
    width: 2em;
  }
  .graph-block1,
  .graph-block2 {
    width: 100%;
    padding-left: 0;
  }
}
#chart_1,
#chart_2,
#chart_22,
#chart_3,
#chart_4,
#chart_5,
#chart_6,
#chart_7,
#chart_8,
#chartdiv,
.chartdiv {
  width: 80%;
  height: 350px;
}
#chart tspan,
#chart2 tspan,
#chart3 tspan,
#chart4 tspan,
#chart5 tspan,
#chart_1 tspan,
#chart_2 tspan,
#chart_22 tspan,
#chart_3 tspan,
#chart_4 tspan,
#chart_5 tspan,
#chart_6 tspan,
#chart_7 tspan,
#chart_8 tspan,
#chartdiv tspan,
.chartdiv tspan {
  font-size: 11px;
  font-weight: 700;
  color: #000 !important;
  font-family: Pragmatica;
}
#circle_1 {
  width: 100%;
  height: 300px;
}
#circle_2 {
  width: 100%;
  height: 400px;
}
.apexcharts-toolbar {
  top: -20px !important;
  display: none !important;
}
.apexcharts-zoomin-icon {
  margin-right: 6px;
}
.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(1) !important;
}
.apexcharts-pan-icon {
  transform: scale(0.8) !important;
}
.apexcharts-pan-icon,
.apexcharts-reset-icon {
  width: 25px !important;
  height: 25px !important;
}
text {
  font-family: 'Unilever Shilling' !important;
}
