/*/////////////////////////////////////////////////////////////////////////
//                                                                       //
//       DESIGNED & DEVELOPED BY IKOKAS DIGITAL AGENCY                   //
//                                                                       //
//      YOU ARE UNDER SURVEILLANCE OF IKOKAS DIGITAL AGENCY              //
//                                                                       //
// ILLEGAL HACKING ATTEMPT IS SUBJECT TO A SERIOUS INTERNATIONAL CRIME   //
//                                                                       //
/////////////////////////////////////////////////////////////////////////
*/
/*Author: Bharat Kumar Sharma*/

/* ==================================Common================================= */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --sbi-first-color: #2D2D2D;
    --sbi-light-color: #5DC9E8;
    --sbi-fourth-color: #8FC6BF;
    --sbi-fifth-color: #ACACAC;
    --sbi-dark-color: #2D7D96;
    --sbi-green-color: #6FAF4A;
    --sbi-border-color-1: #6FA2B2;
    --sbi-gray-bg: #fafafa;
    --sbi-font: 'Open Sans', sans-serif;
}

* {
    outline: 0;
    box-shadow: none;
    font-family: var(--sbi-font);
}

html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    color: var(--sbi-first-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--sbi-first-color);
    font-weight: bold;
    margin: 0;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.4rem;
  color: var(--sbi-dark-color);
  font-weight: 600;
}

h3 {
    font-size: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
}

.text-md {
    font-size: 1.8rem;
    font-weight: bold;
}

.fw-regular{
  font-weight: normal !important;
}

p {
    margin-bottom: 1.6rem;
}

p.lg {
  font-size: 1.8rem;
}

img {
    max-width: 100%;
}

.bt {
    color: var(--sbi-first-color) !important;
}

.gt {
    color: var(--sbi-green-color) !important;
}

.dt {
  color: var(--sbi-dark-color) !important;
}

.gb {
  background-color: var(--sbi-gray-bg) !important;
}

.mb--1 {
  margin-bottom: 1rem !important;
}

.mb--2 {
    margin-bottom: 2rem !important;
}

.mb--3 {
  margin-bottom: 3rem !important;
}

.mb--4 {
    margin-bottom: 4rem !important;
}

.mb--15 {
    margin-bottom: 1.5rem !important;
}

.mt--15 {
  margin-top: 1.5rem !important;
}

.mx--15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.cover {
  background-size: cover !important;
}

.no-repeat {
  background-repeat: no-repeat !important;
}

.gap{
  padding-top: 7.7rem !important;
  padding-bottom: 7.7rem !important;
}

.gap-bottom {
  margin-bottom: 7.7rem !important;
}

.gap-top {
  margin-top: 7.7rem !important;
}

.gap-bottom-md {
  margin-bottom: 5.8rem !important;
}

.gap-bottom-sm {
    margin-bottom: 3.4rem !important;
}

.gap-top-sm {
  margin-top: 3.4rem !important;
}

.gap-y {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.form-block > label {
    color: var(--sbi-first-color);
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.1rem;
}

.radio-block label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    transition: all 0.3s;
    border: 1px solid var(--sbi-fourth-color);
    font-size: 1.6rem;
    color: var(--sbi-first-color);
    margin-right: 1.2rem;
  }
  
  .radio-block input[type="radio"] {
    display: none;
  }
  
  .radio-block input[type="radio"]:checked + label {
    background-color: var(--sbi-light-color);
    border: 1px solid transparent;
    color: #ffffff;
  }

  .radio-block label:nth-last-child(1) {
    margin-right: 0;
  }

  .form-field {
    border: 1px solid var(--sbi-fourth-color);
    height: 4.4rem;
    font-size: 1.6rem;
    padding: 0 1.7rem;
    width: 100%;
  }
  
  .form-field.hf {
    width: 50%;
  }

  ::-webkit-input-placeholder { /* Edge */
    color: var(--sbi-fifth-color);
    font-size: 1.6rem;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--sbi-fifth-color);
    font-size: 1.6rem;
  }
  
  ::placeholder {
    color: var(--sbi-fifth-color);
    font-size: 1.6rem;
  }

  .form-block {
    margin-bottom: 3.4rem;
  }

  .form-calculated-result {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--sbi-dark-color);
    width: 100%;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.2rem;
    border: 1px solid var(--sbi-border-color-1);
    padding: 1.2rem 0;
    text-align: center;
  }

  .form-calculated-result.disable,
  #household_consumption:invalid .form-calculated-result {
    color: #9E9E9E;
    border: 1px solid var(--sbi-fifth-color);
  }

  .form-title-block > div > div > span {
    display: block;
  }

  .form-title-block {
    margin-bottom: 5.8rem;
    margin-top: 3rem;
  }

  .cal-wrap p {
    font-weight: 500;
    color: var(--sbi-first-color);
  }

  a.btn-v,
  button.btn-v {
    background: transparent linear-gradient(270deg, #71B384 0%, #439CBC 100%) 0% 0% no-repeat padding-box;
    padding: 1.3rem 3rem;
    width: 100%;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    display: inline-block;
  }

  a.btn-v.disable,
  button.btn-v.disable,
  #household_consumption:invalid a.btn-v,
  #household_consumption:invalid button.btn-v{
    background: #DADADA;
    color: #9E9E9E;
    pointer-events: none;
  }

  .radio-block.rectangle-shape label {
    padding: 1rem 1.8rem;
    width: auto;
}

#personal_conveyance,
#public_transport,
.final-result,
.pc-block,
.pt-block {
    display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

table {
    width: 100%;
    border-collapse: collapse;
}

td, 
th {
    border: 1px solid #B2D6E6;
    text-align: left;
    padding: 1rem;
    font-size: 1.3rem;
  }

  table th {
    font-weight: bold;
  }

  table tbody td {
    border-bottom: 0;
    font-weight: 500;
  }

  table tfoot td {
    background-color: var(--sbi-green-color);
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
  }
  
  .chart-legend {
    font-size: 1.4rem;
    color: var(--sbi-first-color);
    font-weight: 600;
    margin-top: 1.5rem;
  }

  .chart-legend li {
    list-style: none;
  }

  .chart-legend li span {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 5px;
  }

  .chart-legend li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
  }

  canvas#progress-chart {
    width: 100% !important;
}

.ov-blocks {
  display: flex;
}

.ov-blocks > div {
  flex: 1;
  margin-right: 1rem;
  padding: 3rem 0;
  background-color: #f2f9ff;
}

.ov-blocks > div:nth-last-child(1) {
  margin-right: 0;
}

.ov-img-block {
  margin-bottom: 1.5rem;
}

.ov-img-block img {
  height: 6.5rem;
}

.ov-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.arrow-steps {
  display: flex;
}

.arrow-steps .step {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--sbi-first-color);
  cursor: default;
  margin: 0 3px;
  padding: 1.8rem 0 1.8rem 4.5rem;
  min-width: 180px;
  position: relative;
  background-color: #C8E5F2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
  flex-grow: 1;
}

.arrow-steps .step:nth-child(1) {
  padding: 1.8rem 0 1.8rem 1.8rem;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
  content: " ";
  position: absolute;
  top: 0;
  right: -3.7rem;
  width: 0;
  height: 0;
  border-top: 4rem solid transparent;
  border-bottom: 4.4rem solid transparent;
  border-left: 3.9rem solid #C8E5F2;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
    left: 0;
    border-left: 3.7rem solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step span.position-relative:before {
  content: "";
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    width: 8px;
    border-bottom: 3px solid var(--sbi-dark-color);
    height: 17px;
    border-right: 3px solid var(--sbi-dark-color);
    transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    opacity: 0;
}

.arrow-steps .step.done span.position-relative:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.active {
  background: transparent linear-gradient(269deg, #71B384 0%, #439CBC 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}

.arrow-steps .step.active:after {
	border-left: 3.8rem solid #71B384;
}

header {
  padding: 1.6rem 0;
}

.banner {
  padding-top: 7.7rem;
  padding-bottom: 11.5rem;
}

.banner h1,
.bst {
  color: #ffffff;
}

.bst {
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
}

.banner-logo-block {
  margin-bottom: 1.9rem;
  width: 30.8rem;
}

.banner {
  height: 54rem;
}

ul.tick-list {
  padding: 0;
    width: 82%;
    margin: 0 auto;
    margin-left: 18px;
}

.tick-list li {
  list-style: none;
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  font-weight: 600;
  font-size: 1.7rem;
}

.tick-list li::before {
  content: "";
    background-color: transparent;
    position: absolute;
    left: 0.5rem;
    top: 0.2rem;
    width: 0.7rem;
    border-bottom: 0.3rem solid #71B384;
    height: 1.4rem;
    border-right: 0.3rem solid #71B384;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.of-title-img-block {
  position: absolute;
    bottom: 4.7rem;
    left: 0;
    z-index: 1;
    width: 100%;
}

.of-title-img-block img {
  width: 100%;
}

.of-wrapp > .container > .fw-bold {
  margin-bottom: 12.7rem;
}

.esg-governance-wrap p.lg {
  font-size: 1.8rem;
  margin-bottom: 4.3rem;
}

.esg-governance-wrap p.lg:nth-last-child(1) {
  margin-bottom: 0;
}

.accodn-wrapp {
  background-color: #f1f9f6;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  padding: 2rem 0;
  background-color: transparent;
  font-size: 3rem;
  font-weight: 600;
  color: var(--sbi-dark-color);
  box-shadow: none !important;
  border-bottom: 1px solid var(--sbi-light-color);
}

.accordion-item {
  border: 0;
  background-color: transparent;
}

.accordion-button img {
  margin-right: 3rem;
}

.accordion-button::after {
  background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 28px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  background-image: url('../img/arrow.svg');
}

.link-color {
  color: #1FA8E1 !important;
  display: block;
  margin-top: 1.2rem;
}

.more-text {
  display: none;
}

.disclaimer {
  border: 1px solid #dddddd;
    padding: 5rem 0;
    margin-top: 5rem;
}

.footer-link-arrow {
  width: 0.8rem;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

footer {
  padding: 5rem 0;
}

.header-text {
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--sbi-light-color);
}

.log-block img {
  width: 12.6rem;
}

div#error {
  color: red;
}

.goal-title-block {
  color: var(--sbi-dark-color);
  font-weight: 600;
  font-size: 3rem;
}

.esg-goal-block ul {
  margin: 0;
  padding: 0;
}

.esg-goal-block ul li {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 25px;
}

.esg-goal-block ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.esg-goal-block ul li::after {
  content: '';
    background-image: url(../img/flag-bullet.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 21px;
    position: absolute;
    top: 4px;
    left: 0;
}

.goal-title-im-block img {
  width: 5.6rem;
}

.esg-goal-wrap {
  background-image: url(../img/esg-goal-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}





































@media(min-width: 767px) {
  .pl--gap {padding-left: 5rem !important;}
  .ov-title span {display: block;}
  .egr-cnt-wrap > div {padding-right: 14rem;}
  .mobile-only {display: none;}
  .esg-goal-wrap .gx-5 {--bs-gutter-x: 8rem;}
}

@media(min-width: 1400px) {
  html{font-size: 12px;}
  ul.tick-list {width: 100%;}
  .of-tick-block:nth-child(1) ul {margin-left: 1rem;}
  .of-tick-block:nth-child(2) ul {width: 83%;}
  .of-tick-block:nth-child(3) ul {margin-left: 0rem;}
}

@media(min-width: 1500px) {
  html{font-size: 13px;}
  .of-tick-block:nth-child(2) ul {width: 100%;}
}

@media(min-width: 1600px) {
  html{font-size: 14px;}
  .of-title-img-block {bottom: 5.7rem;}
  .of-tick-block:nth-child(1) ul {margin-left: -2rem;}
  .of-tick-block:nth-child(3) ul {margin-left: 5rem;}
}

@media(min-width: 1900px) {
  html{font-size: 15px;}
  .of-title-img-block {bottom: 7.7rem;}
  ul.tick-list {margin-left: 2.9rem}
  .of-title-img-block img {width: 98%;}
  .of-tick-block:nth-child(1) ul {margin-left: -4rem;}
  .of-tick-block:nth-child(3) ul {margin-left: 5rem;}
}

@media(max-width: 1200px) {
    html {font-size: 10px;}
}

@media(max-width: 991px) {
    html {font-size: 8px;}
    .ov-img-block img {height: 5rem;}
    .of-title-img-block {display: none;}
    ul.tick-list {width: 100%; margin-left: 0;}
    .of-wrapp > .container > .fw-bold {margin-bottom: 7rem;}
}

@media(max-width: 767px) {
    html {font-size: 8px;}

    .accordion-button, 
    .accordion-button:not(.collapsed) {
      font-size: 2.4rem;
    }

    .ov-blocks {flex-wrap: wrap;}
    .ov-blocks > div {flex: none; padding: 1.5rem 2rem; width: 74%; margin: 0 auto; margin-bottom: 10px; display: flex; align-items: center;}
    .ov-img-block {margin-bottom: 0; margin-right: 10px;}
    .ov-blocks > div:nth-last-child(1) {margin-right: auto;}
    .ov-img-block img {height: 4.5rem;}
    .arrow-steps {overflow-y: hidden; overflow-x: auto;}
    .arrow-steps::-webkit-scrollbar {display: none;}
    .container {width: 95%;}
    .arrow-steps .step:after, .arrow-steps .step:before {right: -3.6rem;}
    .form-calculated-result {padding: 4.2rem 0;}
    .final-result .col-md-5.pl--gap {margin-top: 15px; text-align: center;}
    .chart-legend li {justify-content: center;}
    .esg-governance-wrap p.lg {position: relative; padding-left: 30px;}
    .esg-governance-wrap p.lg::before {content: ''; background-color: #ffffff; position: absolute; top: 8px; left: 0; border-radius: 100%; width: 10px; height: 10px;}
    .accordion-button img {width: 32px;}
    .of-tick-block {margin-bottom: 20px;}
    .of-tick-block:nth-last-child(1) {margin-bottom: 0px;}
    .desktop-only {display: none;}
    .esg-goal-block {margin-bottom: 30px;} 
    .esg-goal-block:nth-last-child(1) {margin-bottom: 0;} 
    
}







