/* Scss Document */
@font-face {
  font-family: 'Unilever Shilling';
  src: url("../fonts/UnileverShilling-Bd.eot");
  src: url("../fonts/UnileverShilling-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/UnileverShilling-Bd.woff2") format("woff2"), url("../fonts/UnileverShilling-Bd.woff") format("woff"), url("../fonts/UnileverShilling-Bd.ttf") format("truetype"), url("../fonts/UnileverShilling-Bd.svg#UnileverShilling-Bd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Unilever Shilling';
  src: url("../fonts/UnileverShilling-Md.eot");
  src: url("../fonts/UnileverShilling-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/UnileverShilling-Md.woff2") format("woff2"), url("../fonts/UnileverShilling-Md.woff") format("woff"), url("../fonts/UnileverShilling-Md.ttf") format("truetype"), url("../fonts/UnileverShilling-Md.svg#UnileverShilling-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Unilever Shilling';
  src: url("../fonts/UnileverShilling.eot");
  src: url("../fonts/UnileverShilling.eot?#iefix") format("embedded-opentype"), url("../fonts/UnileverShilling.woff2") format("woff2"), url("../fonts/UnileverShilling.woff") format("woff"), url("../fonts/UnileverShilling.ttf") format("truetype"), url("../fonts/UnileverShilling.svg#UnileverShilling") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Unilever Shilling';
  src: url("../fonts/UnileverShilling-It.eot");
  src: url("../fonts/UnileverShilling-It.eot?#iefix") format("embedded-opentype"), url("../fonts/UnileverShilling-It.woff2") format("woff2"), url("../fonts/UnileverShilling-It.woff") format("woff"), url("../fonts/UnileverShilling-It.ttf") format("truetype"), url("../fonts/UnileverShilling-It.svg#UnileverShilling-It") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: RupeeForadian;
  src: url(../fonts/Rupee_Foradian.eot);
  src: url(../fonts/Rupee_Foradian.eot) format("embedded-opentype"), url(../fonts/Rupee_Foradian.woff2) format("woff2"), url(../fonts/Rupee_Foradian.woff) format("woff"), url(../fonts/Rupee_Foradian.ttf) format("truetype"), url(../fonts/Rupee_Foradian.svg#Rupee_Foradian) format("svg"); }
.rs {
  font-family: RupeeForadian; }

/* .viewport { padding-bottom: 50px !important; } */
* {
  margin: 0; }

/* WEBKIT SCROLLBAR */
/* **************** */
::-webkit-scrollbar {
  width: 3px;
  height: 8px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.5); }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #1d5079;
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.6); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(120, 120, 120, 0.4); }

/* .rs{ font-family: 'RupeeForadian';} */
.wow {
  visibility: hidden; }

.scroll-hide {
  overflow: hidden; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

html,
body {
  height: 100%;
  font-family: 'Unilever Shilling';
  /* @include transition; */ }

body {
  overflow: inherit; }

.mt0 {
  margin-top: 0px; }

.pt0 {
  padding-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.pb0 {
  padding-bottom: 0px; }

.ml0 {
  margin-left: 0px; }

.pl0 {
  padding-left: 0px; }

.mr0 {
  margin-right: 0px; }

.pr0 {
  padding-right: 0px; }

.m0 {
  margin: 0px; }

.p0 {
  padding: 0px; }

.mt5 {
  margin-top: 5px; }

.pt5 {
  padding-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.pb5 {
  padding-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.pl5 {
  padding-left: 5px; }

.mr5 {
  margin-right: 5px; }

.pr5 {
  padding-right: 5px; }

.m5 {
  margin: 5px; }

.p5 {
  padding: 5px; }

.mt10 {
  margin-top: 10px; }

.pt10 {
  padding-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pb10 {
  padding-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.pl10 {
  padding-left: 10px; }

.mr10 {
  margin-right: 10px; }

.pr10 {
  padding-right: 10px; }

.m10 {
  margin: 10px; }

.p10 {
  padding: 10px; }

.mt15 {
  margin-top: 15px; }

.pt15 {
  padding-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.pb15 {
  padding-bottom: 15px; }

.ml15 {
  margin-left: 15px; }

.pl15 {
  padding-left: 15px; }

.mr15 {
  margin-right: 15px; }

.pr15 {
  padding-right: 15px; }

.m15 {
  margin: 15px; }

.p15 {
  padding: 15px; }

.mt20 {
  margin-top: 20px; }

.pt20 {
  padding-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pb20 {
  padding-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.pl20 {
  padding-left: 20px; }

.mr20 {
  margin-right: 20px; }

.pr20 {
  padding-right: 20px; }

.m20 {
  margin: 20px; }

.p20 {
  padding: 20px; }

.mt25 {
  margin-top: 25px; }

.pt25 {
  padding-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.pb25 {
  padding-bottom: 25px; }

.ml25 {
  margin-left: 25px; }

.pl25 {
  padding-left: 25px; }

.mr25 {
  margin-right: 25px; }

.pr25 {
  padding-right: 25px; }

.m25 {
  margin: 25px; }

.p25 {
  padding: 25px; }

.mt30 {
  margin-top: 30px; }

.pt30 {
  padding-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pb30 {
  padding-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.pl30 {
  padding-left: 30px; }

.mr30 {
  margin-right: 30px; }

.pr30 {
  padding-right: 30px; }

.m30 {
  margin: 30px; }

.p30 {
  padding: 30px; }

.mt35 {
  margin-top: 35px; }

.pt35 {
  padding-top: 35px; }

.mb35 {
  margin-bottom: 35px; }

.pb35 {
  padding-bottom: 35px; }

.ml35 {
  margin-left: 35px; }

.pl35 {
  padding-left: 35px; }

.mr35 {
  margin-right: 35px; }

.pr35 {
  padding-right: 35px; }

.m35 {
  margin: 35px; }

.p35 {
  padding: 35px; }

.mt40 {
  margin-top: 40px; }

.pt40 {
  padding-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pb40 {
  padding-bottom: 40px; }

.ml40 {
  margin-left: 40px; }

.pl40 {
  padding-left: 40px; }

.mr40 {
  margin-right: 40px; }

.pr40 {
  padding-right: 40px; }

.m40 {
  margin: 40px; }

.p40 {
  padding: 40px; }

.mt45 {
  margin-top: 45px; }

.pt45 {
  padding-top: 45px; }

.mb45 {
  margin-bottom: 45px; }

.pb45 {
  padding-bottom: 45px; }

.ml45 {
  margin-left: 45px; }

.pl45 {
  padding-left: 45px; }

.mr45 {
  margin-right: 45px; }

.pr45 {
  padding-right: 45px; }

.m45 {
  margin: 45px; }

.p45 {
  padding: 45px; }

.mt50 {
  margin-top: 50px; }

.pt50 {
  padding-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pb50 {
  padding-bottom: 50px; }

.ml50 {
  margin-left: 50px; }

.pl50 {
  padding-left: 50px; }

.mr50 {
  margin-right: 50px; }

.pr50 {
  padding-right: 50px; }

.m50 {
  margin: 50px; }

.p50 {
  padding: 50px; }

.mt55 {
  margin-top: 55px; }

.pt55 {
  padding-top: 55px; }

.mb55 {
  margin-bottom: 55px; }

.pb55 {
  padding-bottom: 55px; }

.ml55 {
  margin-left: 55px; }

.pl55 {
  padding-left: 55px; }

.mr55 {
  margin-right: 55px; }

.pr55 {
  padding-right: 55px; }

.m55 {
  margin: 55px; }

.p55 {
  padding: 55px; }

.mt60 {
  margin-top: 60px; }

.pt60 {
  padding-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pb60 {
  padding-bottom: 60px; }

.ml60 {
  margin-left: 60px; }

.pl60 {
  padding-left: 60px; }

.mr60 {
  margin-right: 60px; }

.pr60 {
  padding-right: 60px; }

.m60 {
  margin: 60px; }

.p60 {
  padding: 60px; }

.mt65 {
  margin-top: 65px; }

.pt65 {
  padding-top: 65px; }

.mb65 {
  margin-bottom: 65px; }

.pb65 {
  padding-bottom: 65px; }

.ml65 {
  margin-left: 65px; }

.pl65 {
  padding-left: 65px; }

.mr65 {
  margin-right: 65px; }

.pr65 {
  padding-right: 65px; }

.m65 {
  margin: 65px; }

.p65 {
  padding: 65px; }

.mt70 {
  margin-top: 70px; }

.pt70 {
  padding-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pb70 {
  padding-bottom: 70px; }

.ml70 {
  margin-left: 70px; }

.pl70 {
  padding-left: 70px; }

.mr70 {
  margin-right: 70px; }

.pr70 {
  padding-right: 70px; }

.m70 {
  margin: 70px; }

.p70 {
  padding: 70px; }

.mt75 {
  margin-top: 75px; }

.pt75 {
  padding-top: 75px; }

.mb75 {
  margin-bottom: 75px; }

.pb75 {
  padding-bottom: 75px; }

.ml75 {
  margin-left: 75px; }

.pl75 {
  padding-left: 75px; }

.mr75 {
  margin-right: 75px; }

.pr75 {
  padding-right: 75px; }

.m75 {
  margin: 75px; }

.p75 {
  padding: 75px; }

.mt80 {
  margin-top: 80px; }

.pt80 {
  padding-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pb80 {
  padding-bottom: 80px; }

.ml80 {
  margin-left: 80px; }

.pl80 {
  padding-left: 80px; }

.mr80 {
  margin-right: 80px; }

.pr80 {
  padding-right: 80px; }

.m80 {
  margin: 80px; }

.p80 {
  padding: 80px; }

.mt90 {
  margin-top: 90px; }

.pt90 {
  padding-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pb90 {
  padding-bottom: 90px; }

.ml90 {
  margin-left: 90px; }

.pl90 {
  padding-left: 90px; }

.mr90 {
  margin-right: 90px; }

.pr90 {
  padding-right: 90px; }

.m90 {
  margin: 90px; }

.p90 {
  padding: 90px; }

.mt100 {
  margin-top: 100px; }

.pt100 {
  padding-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.pb100 {
  padding-bottom: 100px; }

.ml100 {
  margin-left: 100px; }

.pl100 {
  padding-left: 100px; }

.mr100 {
  margin-right: 100px; }

.pr100 {
  padding-right: 100px; }

.m100 {
  margin: 100px; }

.p100 {
  padding: 100px; }

.mt110 {
  margin-top: 110px; }

.pt110 {
  padding-top: 110px; }

.mb110 {
  margin-bottom: 110px; }

.pb110 {
  padding-bottom: 110px; }

.ml110 {
  margin-left: 110px; }

.pl110 {
  padding-left: 110px; }

.mr110 {
  margin-right: 110px; }

.pr110 {
  padding-right: 110px; }

.m110 {
  margin: 110px; }

.p110 {
  padding: 110px; }

/*Color Var*/
.white {
  color: #ffffff !important; }

.white-f1f1 {
  color: #f1f1f1; }

.black {
  color: #000 !important; }

.black-333 {
  color: #333333 !important; }

.black-646464 {
  color: #646464; }

.black-4D4D4F {
  color: #4d4d4f; }

.hul-blue-color {
  color: #005eff !important; }

.hul-blue-color2 {
  color: #001f82 !important; }

.hul-blue-color3 {
  color: #005eef !important; }

.hul-blue-color5 {
  color: #1f36c7 !important; }

.hul-blue-color6 {
  color: #005eee !important; }

.hul-orange-color {
  color: #f89420 !important; }

.hul-orange-color2 {
  color: #ffc000 !important; }

.hul-green-color {
  color: #00a889 !important; }

.hul-green-color2 {
  color: #008651 !important; }

.hul-red-color {
  color: #e1423d !important; }

.hul-red-color2 {
  color: #ffebeb !important; }

.hul-pruple-color {
  color: #b342c5 !important; }

.hul-pruple-color2 {
  color: #f6dfff !important; }

.hul-pink-color2 {
  color: #ef8ccd !important; }

.Bg-white {
  background-color: #ffffff !important; }

.Bg-white-f1f1 {
  background-color: #f1f1f1; }

.Bg-black {
  background-color: #000; }

.Bg-black-333 {
  background-color: #333333; }

.Bg-black-666 {
  background-color: #666666; }

.Bg-black-646464 {
  background-color: #646464; }

.Bg-hul-blue-color {
  background-color: #005eff; }

.Bg-hul-blue-color3 {
  background-color: #005eef; }

.Bg-hul-blue-color4 {
  background-color: #e6eaf0; }

.Bg-hul-blue-color5 {
  background-color: #1f36c7; }

.Bg-hul-blue-color6 {
  background-color: #005eee !important; }

.Bg-hul-orange-color {
  background-color: #f89420; }

.Bg-hul-pink-color2 {
  background-color: #ef8ccd !important; }

.Bg-hul-green-color {
  background-color: #00a889 !important; }

.Bg-hul-green-color2 {
  background-color: #008651 !important; }

.Bg-hul-green-color3 {
  background-color: #01603a !important; }

/*Font Size*/
/* Fonts Size Var */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important;
  line-height: 24px; }

.fs22 {
  font-size: 22px;
  line-height: 28px; }

.fs24 {
  font-size: 24px !important;
  line-height: 32px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs30 {
  font-size: 30px; }

.fs32 {
  font-size: 32px; }

.fs36 {
  font-size: 36px;
  line-height: 39px; }

.fs40 {
  font-size: 40px !important;
  line-height: 40px; }

.fs44 {
  font-size: 44px !important;
  line-height: 40px; }

.fs46 {
  font-size: 46px; }

.fs48 {
  font-size: 48px; }

.fs50 {
  font-size: 50px !important; }

.fs52 {
  font-size: 52px; }

.fs54 {
  font-size: 54px; }

.fs56 {
  font-size: 56px;
  line-height: 55px; }

.fs60 {
  font-size: 60px !important;
  line-height: 65px; }

.fs65 {
  font-size: 65px !important;
  line-height: 65px; }

.fs70 {
  font-size: 70px;
  line-height: 54px; }

.fs72 {
  font-size: 72px; }

.fs75 {
  font-size: 75px;
  line-height: 73px; }

.fs85 {
  font-size: 85px; }

.fs90 {
  font-size: 90px; }

.fs100 {
  font-size: 100px; }

.fs120 {
  font-size: 120px; }

/*Be Roboto Font-weight Var*/
.font-weight-1 {
  font-weight: 100; }

.font-weight-2 {
  font-weight: 200 !important; }

.font-weight-3 {
  font-weight: 300 !important; }

.font-weight-4 {
  font-weight: 400 !important; }

.font-weight-5 {
  font-weight: 500 !important; }

.font-weight-6 {
  font-weight: 600; }

.font-weight-7 {
  font-weight: 700 !important; }

.font-weight-8 {
  font-weight: 800 !important; }

.font-weight-9 {
  font-weight: 900 !important; }

#KedarLele {
  padding-top: 50px; }

#innerbanner {
  width: 100%;
  height: calc(100vh - 68px);
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 68px; }
  #innerbanner.customer-bnr {
    background-image: url(../images/planet-and-society/planet-and-society.jpg); }
  #innerbanner .common-container {
    height: calc(100vh - 68px);
    position: relative; }
    #innerbanner .common-container .caption-wrp {
      max-width: 440px;
      position: absolute;
      bottom: 50px;
      left: 0%; }
      @media (max-width: 1300px) {
        #innerbanner .common-container .caption-wrp {
          padding-left: 20px;
          padding-right: 20px;
          bottom: 25px; } }

.hul-birth {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .hul-birth .common-container {
      max-width: 850px; }
      .hul-birth .common-container p {
        font-size: 12px; } }

.sustainability-roadmap {
  background-color: #fffbeb;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .sustainability-roadmap .common-container {
      max-width: 850px; }
      .sustainability-roadmap .common-container p {
        font-size: 12px; } }

.esg-performance {
  background-color: #e9fbff;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .esg-performance .common-container {
      width: 1024px; } }
  .esg-performance .esgBoxes {
    height: 100%; }
    .esg-performance .esgBoxes .boxesInner {
      background-color: #fff;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 16px;
      padding-right: 16px;
      border-radius: 10px;
      border: 1px solid #fff;
      text-align: center;
      min-height: 420px;
      position: relative; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .esg-performance .esgBoxes .boxesInner {
          min-height: 360px; } }
      @media (max-width: 991px) {
        .esg-performance .esgBoxes .boxesInner {
          margin-bottom: 16px; } }
      .esg-performance .esgBoxes .boxesInner .icon {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 0.5rem;
        border: 1px solid #005eef;
        margin-bottom: 1rem; }
      .esg-performance .esgBoxes .boxesInner .num {
        font-weight: 600;
        font-size: 92px;
        text-align: center;
        letter-spacing: -0.025em;
        line-height: 1;
        color: #005eef;
        margin-bottom: 16px; }
        @media (min-width: 1200px) and (max-width: 1400px) {
          .esg-performance .esgBoxes .boxesInner .num {
            font-size: 32px; } }
        .esg-performance .esgBoxes .boxesInner .num span {
          font-size: 30px; }
          @media (min-width: 1200px) and (max-width: 1400px) {
            .esg-performance .esgBoxes .boxesInner .num span {
              font-size: 20px; } }
      .esg-performance .esgBoxes .boxesInner p {
        text-align: center; }
        @media (min-width: 1200px) and (max-width: 1400px) {
          .esg-performance .esgBoxes .boxesInner p {
            font-size: 12px; } }
        .esg-performance .esgBoxes .boxesInner p:last-child {
          position: absolute;
          bottom: 5px;
          right: 5px;
          margin: 0; }
    .esg-performance .esgBoxes:hover .boxesInner {
      border: 1px solid #005eef;
      box-shadow: 0px 20px 40px rgba(0, 94, 239, 0.2); }

.ksh {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .ksh .common-container {
      width: 1024px; } }
  .ksh .kshBoxes .boxesInner {
    background-color: #fbf0ff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    border-radius: 8px;
    position: relative; }
    @media (max-width: 991px) {
      .ksh .kshBoxes .boxesInner {
        margin-bottom: 16px; } }
    .ksh .kshBoxes .boxesInner h4 {
      color: #9c44c0;
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 32px; }
    .ksh .kshBoxes .boxesInner .icon {
      width: 150px;
      height: 150px;
      margin: 0 auto 32px; }
    .ksh .kshBoxes .boxesInner .num {
      color: #9c44c0;
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 8px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .ksh .kshBoxes .boxesInner .num {
          font-size: 32px; } }
      .ksh .kshBoxes .boxesInner .num span {
        font-size: 20px; }
    .ksh .kshBoxes .boxesInner p {
      font-size: 22px;
      line-height: 1.5; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .ksh .kshBoxes .boxesInner p {
          font-size: 12px; } }
      .ksh .kshBoxes .boxesInner p:last-child {
        position: absolute;
        right: 10px;
        bottom: 10px;
        margin-bottom: 0; }
  .ksh .linktoesg {
    display: flex;
    width: fit-content;
    flex-direction: row;
    background-color: #9c44c0;
    color: #fff;
    align-items: center;
    margin: 30px auto; }
    .ksh .linktoesg span {
      display: block; }
      .ksh .linktoesg span:first-child {
        max-width: 315px;
        padding-left: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-right: 1px solid #fff;
        font-size: 15px; }
        @media (max-width: 767px) {
          .ksh .linktoesg span:first-child {
            max-width: 290px;
            font-size: 14px; } }
      .ksh .linktoesg span:last-child {
        width: 50px;
        text-align: center; }

.fancybox-content {
  padding: 30px !important;
  background-color: #fff;
  width: 1000px; }
  .fancybox-content .popupHeading {
    border-radius: 30px;
    padding: 16px 32px;
    display: table;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px; }
  .fancybox-content .popup-subheading {
    font-weight: bold;
    margin-bottom: 16px; }

@media (min-width: 768px) {
  .clicktograph {
    bottom: 25px;
    left: -25px; } }

/*# sourceMappingURL=planet-and-society.css.map */
