html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins-Light.otf);
}

@font-face {
  font-family: BebasNeue;
  src: url(fonts/BebasNeueBook.ttf);
}

body,
html {
  height: 100%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.homemaincenterarea img {
  width: 50vw;
  margin-top: 250px;
}

.homeheading {
  position: absolute;
  bottom: 37px;
  text-align: center;
  right: 126px;
}

.homeheading h3 {
  font-family: Poppins-Light;
  font-size: 30px;
  color: #fff;
  text-align: right;
}

.homeheading p {
  color: #fff;
  font-size: 18px;
  text-align: right;
  font-family: Poppins-Light;
}

.homeheading span {
  color: #F0BD2D;
}

/*----------------------------------------------------------------*/
/*------------------------  page 2   -----------------------------*/
/*----------------------------------------------------------------*/
.page2 {
  background-image: url('images/homebanner-min.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}

.page2 h3 {
  margin-top: 40px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  font-weight: bold;
  color: #fff;
}

.page2 li {
  list-style-image: url('images/list.png');
  color: #fff;
  font-size: 12px;
  font-family: Poppins-Light;
  font-weight: 700;
  line-height: 1.6;
}

.page2 ul {
  padding-left: 10px;
}
.page2 ul li {
  font-size: 1.2vw;
  line-height: 2vw;
}
/*----------------------------------------------------------------*/
/*------------------------  page 3   -----------------------------*/
/*----------------------------------------------------------------*/

.page3 {
  background-image: url('images/banner3.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}

.page3 img {}


.page3top a {
  color: #fff;
  font-size: 25px;
  font-family: Poppins-Light;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  left: -50px;
}

.page3middle a {
  color: #fff;
  font-size: 25px;
  font-family: Poppins-Light;
  font-weight: 700;
  line-height: 1.6;
}

.page3bottom a {
  color: #fff;
  font-size: 25px;
  font-family: Poppins-Light;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  left: -50px;
}

.page3top a:hover {
  color: #105A2E;
  text-decoration: none;
}

.page3middle a:hover {
  color: #EF8522;
  text-decoration: none;
}

.page3bottom a:hover {
  color: #0A84BF;
  text-decoration: none;
}

/*----------------------------------------------------------------*/
/*------------------------  page 4   -----------------------------*/
/*----------------------------------------------------------------*/

.page4 {
  background-image: url('images/banner4.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}


.page4top {
  background: rgb(239, 133, 34);
  background: linear-gradient(90deg, rgba(239, 133, 34, 1) 49%, rgba(239, 188, 42, 1) 100%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.page4top h2 {
  color: #fff;
  font-size: 30px;
  font-family: Poppins-Light;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}

.page4middle {
  background: #EBEBEB;
}

.page4middle .m1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page4bottom {
  background: #EBEBEB;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.page4bottom img {
  margin-top: 10px;
  margin-bottom: 15px;

}

/*----------------------------------------------------------------*/
/*------------------------  page 5   -----------------------------*/
/*----------------------------------------------------------------*/

.page5 {
  background-image: url('images/banner5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.page5 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.page5 p {
  margin-top: 20px;
  font-family: Poppins-light;
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.page5middle {
  margin-top: 40px;
}

.page5middle img:hover {
  /* filter: grayscale(100%);
  cursor: pointer; */
}

.page5middle img {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*----------------------------------------------------------------*/
/*------------------------  page 6   -----------------------------*/
/*----------------------------------------------------------------*/

.page6 {
  background-image: url('images/banner6.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding-left: 50px;
}

.page6 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.page6 p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 21px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.page6middle {
  text-align: center;

}

.page6middle img {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
  width: 140px;
  margin-top: 30px;
}

.page6middle li {
  display: inline-block;
  list-style: none;
}

.page6middle img:hover {
  /* filter: grayscale(100%);
  cursor: pointer; */
}

/*----------------------------------------------------------------*/
/*------------------------  page 7   -----------------------------*/
/*----------------------------------------------------------------*/

.page7 {
  background-image: url('images/banner7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
}

.page7 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.page7 p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.page7 td {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 16px;
  color: #fff;
}


.page7 .table>tbody>tr>td {
  vertical-align: inherit;
  text-align: center;
}

.th1 {
  color: #35A449;
  font-size: 30px;
  font-weight: bold;
  font-family: BebasNeue;
}

.th2 {
  color: #F0B325;
  font-size: 30px;
  font-weight: bold;
  font-family: BebasNeue;
}

.th3 {
  color: #3DB6E8;
  font-size: 30px;
  font-weight: bold;
  font-family: BebasNeue;
}

.table-border {
  border-top: 1px solid #fff !important;
}

.page7 .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border: none;
}

/*----------------------------------------------------------------*/
/*------------------------  page 8   -----------------------------*/
/*----------------------------------------------------------------*/
.page8mainheading {
  position: absolute;
  z-index: 9 !important;
  text-align: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8127626050420168) 47%);
}

.page8mainheading p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #fff;
}

.page8 {
  height: 100%;
}

.page8 .row {
  height: 100%;
}

.page8right {
  background-image: url('images/banner8.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
}

.page8rightbottom {
  position: relative;
  bottom: -22%;
}

.page8right h2 {
  margin-top: 130px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.page8left h2 {
  margin-top: 130px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.page8mainheading h2 {

  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.page8 .page8left p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.page8 .page8right p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.page8 .modal p {
  color: #000 !important;
  font-family: Poppins-light;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.page8leftmiddle {
  margin-top: 150px;
}

.page8rightbottom img {
  z-index: 9999;
  height: 14vh;

}

.page8left {
  height: 100vh;
}

.page8leftbottom {
  position: relative;
  bottom: -22%;
}

.page8leftbottom img {

  height: 14vh;
  z-index: 9999;

}

.page8 .modal {
  /* z-index: 99999; */
}

/*
.page8middlebox{
  margin-top: 20px;

}
.page8middle{
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
    box-shadow: 0 0 50px #00000012;
}

.page8middle li{
  font-family:Poppins-light;
  font-size: 11px;
  color: #fff;
}

.page8middleleft{
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(237,32,39);
background: linear-gradient(90deg, rgba(237,32,39,1) 49%, rgba(151,28,31,1) 100%);
}

.page8middleright{

  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(16,90,46);
  background: linear-gradient(90deg, rgba(16,90,46,1) 49%, rgba(61,181,74,1) 100%);
}
*/


.line-chart {
  /* animation: fadeIn 600ms cubic-bezier(.57,.25,.65,1) 1 forwards; */
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aspect-ratio {
  height: 0;
  padding-bottom: 50%; /* 495h / 990w */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/*----------------------------------------------------------------*/
/*------------------------  page 9   -----------------------------*/
/*----------------------------------------------------------------*/

.page9 {
  background: url('images/page8bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.page9 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #000;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.page9 .video {}

.page9 video {

  width: 75%;

  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}







/*----------------------------------------------------------------*/
/*------------------------  page 11  -----------------------------*/
/*----------------------------------------------------------------*/

.page11 {
  background: #F6851F;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
}

.page11 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
}

.page11 h3 {
  font-family: BebasNeue;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
}

.page11 .video {
  margin-top: 40px;
}

.page11 video {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

/*----------------------------------------------------------------*/
/*------------------------  page 10   -----------------------------*/
/*----------------------------------------------------------------*/

.page10 {
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.page10 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #000;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-footer {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.modal-footer span {
  font-family: Poppins-light;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.page10middle {
  margin-top: 30px;
}

.page10middlerightbottom {
  margin-top: 10px;
  padding: 0;
}

.page10middlerighttop {
  padding: 0;
}

.page10rightt {
  padding: 0;
}

.page10details {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.page10details h3 {
  font-family: Poppins-Light;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.page10details p {
  font-family: Poppins-light;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-right: 15px;
}

.img3 li {
  font-family: Poppins-light;
  font-size: 14px;
  color: #fff;
  font-weight: 400;

}

.modleft li {
  font-family: Poppins-light;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.img3 ul {
  padding: 0
}

.modleft small {
  font-family: Poppins-Light;
  font-size: 12px;
  color: #000;
}

.bg {
  border-image: url(images/frame.png) 18 round;
  border-image-width: 5px;
}

.bg1 {
  border-image: url(images/frame.png) 70 round;
  border-width: 47px;
  border-style: solid;
}

.img1 img {
  height: 72vh;
  width: 100%;
  border-radius: 15px;
}

.img2 img {
  height: 35vh;
  width: 100%;
  border-radius: 15px;
}

.img3 img {
  height: 35vh;
  width: 100%;
  border-radius: 15px;
}

.img4 img {
  height: 35vh;
  width: 100%;
  border-radius: 15px;
}

.img5 img {
  height: 35vh;
  width: 100%;
  border-radius: 15px;
}

.modal {
  overflow: scroll;
}

.modal-dialog {
  width: 800px;
}

.modal-dialog img {
  border-radius: 15px;
  height: 121px;
  width: 250px;
}

.modleft {
  /* background: #F1F2F2; */


}

.modleft p {
  font-family: Poppins-light;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 10px;
}

.modleft img {
  margin-bottom: 10px;
}

.modleft h3 {
  font-family: Poppins-light;
  font-size: 21px;
  color: #000;
  font-weight: 700;
}

.modal-dialog h2 {
  margin-top: 10px;
  font-family: BebasNeue;
  font-size: 40px;
  color: #000;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
}

#flipFlop3 p {
  padding: 0 !important;
}

#flipFlop3 h3 {
  font-family: Poppins-light;
  font-size: 18px;
  color: #000;
  font-weight: 600;

}

/*----------------------------------------------------------------*/
/*------------------------  page 12   -----------------------------*/
/*----------------------------------------------------------------*/



.page12 {
  background: url('images/page8bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 50px;
}

.page12 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #000;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.page12 h4 {
  font-family: Poppins-light;
  font-size: 18px;
  color: #000;
}

.page12 p {
  font-family: Poppins-light;
  font-size: 16px;
  color: #000;
}

.page12-icons {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 7px;
  padding-left: 15px;
  margin-top: 20px;
}

.page12 li {
  list-style: none;
}

.page12 li img {
  padding-bottom: 5px;
  width: 4.5vw;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.page12 .tabcontent h3 {
  font-family: Poppins-light;
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 21px;
}

div.net-meter-faq {
  height: 67vh;
  overflow-y: auto;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title>a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #EEEEEE;
}

/*----------------------------------------------------------------*/
/*------------------------  page 13   -----------------------------*/
/*----------------------------------------------------------------*/

.page13 {
  background-image: url('images/solar-house.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 30px;
}

.page13headingscrew1 {
  margin-top: 50px;
  transform: skew(-34deg);
  background: #31A144;
}

.page13headingscrew1 h4 {
  padding: 3px;
  font-size: 21px;
  font-family: Poppins-Light;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transform: skew(34deg);
}

.page13headingscrew2 {

  transform: skew(-34deg);
  background: #EFA928;
}

.page13headingscrew2 p {

  font-size: 16px !important;
  font-family: Poppins-Light !important;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  transform: skew(34deg);
}



.page13 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;

}

.page13heading img {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page13 p {
  margin-top: 10px;
  font-family: Poppins-Light;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;

}

.page13pp {
  text-align: center !important;
}

#London h3 {
  text-align: left !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#London p {
  text-align: left;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#London img {
  width: 165px;
  margin-top: 30px;
}
.page13ul{
  justify-content: space-between;
  list-style-type: square;
}
.page13ul li{
  display: flex;
  align-items: center;
}
.page13ul li i{
  margin-right: 10px;
  color: grey;
  font-size: 10px;
}

.page13 h3 {
  margin-top: 10px;
  font-family: Poppins-Light;
  font-size: 18px;
}

.page13middle {
  text-align: center;
  overflow-x: scroll;
  width: 98vw;

}


.page13middle img {
  width: 165px;
  margin-top: 30px;
}

.page13middle li {

  display: table-cell;
  list-style: none !important;

}

.p13h1 {
  color: #3DB54A;
}

.p13h2 {
  color: #3DB54A;
}

.p13h3 {
  color: #F08521;
}

.p13h4 {
  color: #43BDED;
}

.p13h5 {
  color: #3DB54A;
}

.p13h6 {
  color: #F08521;
}

.p13h7 {
  color: #04344B;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.active {
  display: block;
}



/*----------------------------------------------------------------*/
/*------------------------  page 14   -----------------------------*/
/*----------------------------------------------------------------*/

.page14 {
  background-image: url('images/banner15-01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.page14 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #fff;
  font-weight: bold;

}

.page14 p {
  font-family: Poppins-light;
  font-size: 18px;
  color: #fff;
}

.page14 li {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #fff;
  list-style: auto;
}

.page14middleleft {
  padding-right: 0;
}

.p14link {
  margin-top: 10px;
}

.page14middleleftmiddle {
  background: #3DB6E8;
  padding: 15px;
  margin-top: 50px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;

}

.page14middleright {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.page14middleright h3 {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 21px;
  color: #1A567A;
  font-weight: 600;

}

label {
  font-family: Poppins-light;
  font-size: 12px;
  color: #BCBEC0;
  font-weight: 300;
}

::-webkit-input-placeholder {
  /* Edge */
  font-family: Poppins-light;
  font-size: 16px;
  color: #BCBEC0;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Poppins-light;
  font-size: 12px;
  color: #BCBEC0;
  font-weight: 300;
}

::placeholder {
  font-family: Poppins-light;
  font-size: 12px;
  color: #BCBEC0;
  font-weight: 300;
}

.bbbtn:hover {
  font-family: Poppins-light;
  font-size: 16px;
  color: #fff !important;
  padding-left: 30px;
  padding-right: 30px;
  background: rgb(1, 53, 75);
  background: linear-gradient(90deg, rgba(1, 53, 75, 1) 49%, rgba(21, 120, 174, 1) 100%);
}


.bbbtn {
  font-family: Poppins-light;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  background: rgb(1, 53, 75);
  background: linear-gradient(90deg, rgba(1, 53, 75, 1) 49%, rgba(21, 120, 174, 1) 100%);
}

/*----------------------------------------------------------------*/
/*------------------------  page 14   -----------------------------*/
/*----------------------------------------------------------------*/

.tpage15 {

  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.tpage15 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #000;
  font-weight: bold;

}

.tpage15 h3 {
  font-family: BebasNeue;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}

.tpage15 p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #000;
}

.tpage15middletop {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000;
}

.tpage15-1 {
  border: 1px solid #000;
  -webkit-flex: 1;
  /* Safari */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* Standard syntax */

}

.tpage15-1 p {
  font-family: Poppins-light;
  font-size: 18px !important;
  color: #000;
}

.tpage15-1 li {
  font-family: Poppins-light;
  font-size: 14px;
  color: #000;
}

.p15inner {
  padding: 0;
  min-height: 120px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  /* Standard syntax */

}

.p15inner img {
  width: 80px !important;
  margin-top: 20px;

}

/*----------------------------------------------------------------*/
/*------------------------  page 15   -----------------------------*/
/*----------------------------------------------------------------*/
.page15 {
  background-image: url('images/solar-house\ –\ 1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}



.page15 {
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;

}

.page15 h2 {
  margin-top: 50px;
  font-family: BebasNeue;
  font-size: 2.9vw;
  color: #000;
  font-weight: bold;
  text-align: left;

}

.page15 h3 {
  font-family: Poppins-light;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
}

.page15 p {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.page15 li {
  list-style: none;
}

.page15 img {
  padding-bottom: 15px;
}

.page15left {
  margin-top: 50px;
}

.page15left ul {
  padding: 0px;

}

.page15left li {
  margin-top: 10px;
  font-family: Poppins-light;
  font-size: 18px;
  color: #000;
  text-align: left;
}

/*----------------------------------------------------------------*/
/*------
------------------  slider   -----------------------------*/
/*----------------------------------------------------------------*/

.sunslide {
  position: relative;
  left: 500px;
}

/*----------------------------------------------------------------*/
/*------------------------  Next back icons style-----------------------------*/
/*----------------------------------------------------------------*/
.nexticon {}

.nexticon img {
  position: absolute;
  bottom: 25px;
  right: 15px;
  width: 56px;
}

.backicon {}

.backicon img {
  position: absolute;
  bottom: 25px;
  right: 90px;
  width: 56px;
}

.tradButton {
  padding: 5px 10px;
  border-radius: 10px;
  border: 0;
  color: #902925;
  background-color: #fff;
  border: 1px solid #902925;
  margin-right: 15px;
}

.cleanButton {
  padding: 5px 10px;
  border-radius: 10px;
  border: 0;
  color: #2c5d34;
  background-color: #fff;
  border: 1px solid #2c5d34;

}

.active-chart-btn.tradButton {
  color: #fff !important;
  background: #902925 !important;
}
.active-chart-btn.cleanButton {
  color: #fff !important;
  background: #2c5d34 !important;
}


.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px !important;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.modal-header:after {
  content: none;
}

.modal-header:before {
  content: none;
}

.modal-dialog {
  height: 100%;
}

.modal-content {
  height: 90%;
  background: transparent;
  box-shadow: none;
}


.modal-sub-content {
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  background: #fff;
  /* border-radius: 0 0 10px 10px; */
}

.env-imp-img {
  margin: 20px auto;
  box-shadow: 0 0 18px 4px grey;
  width: 96%;
  height: 337px;
  border-radius: 35px !important;
}

#Tokyo8 .panel-body {
  height: 450px;
  overflow-y: auto;
  width: 100%;
}

#Tokyo8 .panel-body > iframe {
  height: 400px;
  border: 1px solid #bebebe99;
  border-radius: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#Tokyo8::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#Tokyo8 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* for testimonial thumbnails */
.testi-scroll {
  height: 65vh;
  overflow-y: auto;
}
.testi-thumbnails {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8vh 0;
}
.thumbnail-block > iframe {
  height: 100%;
  width: 100%;
}
.thumbnail-block {
  height: 38vh;
  width: 23%;
  padding: 5px 2px;
}

.testi-title {
  text-align: center;
  font-size: 1.1vw;
  font-weight: bold;
  font-family: Poppins-Light;
}

.modleft > img {
  width: 66%;
  height: auto;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

img.img-responsive.nextpp {
  z-index: 10;
}

img.img-responsive.backpp {
  z-index: 10;
}

.pg5-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.pg5-container {
  width: 18%;
  position: relative;
}

.pg5-content {
  background: #fff;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 20px 10px;
  box-shadow: 0 0 14px 2px #2224;
  position: relative;
  width: 100%;
  z-index: 10;
  height: 100%;
}

.pg5-icon {
  background: sandybrown;
  color: #fff;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4vw;
}

.pg5-content-1 {
  margin: 15px 0;
  display: flex;
  align-items: center;
  flex-flow: column;
  font-size: 2vw;
  font-weight: bold;
  font-family: 'Poppins-Light';
}

.pg5-custom-hr {
  width: 50%;
  height: 2px;
  background: red;
  margin-bottom: 18px;
}

.pg5-content-2 {
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
  font-size: 1.2vw;
  width: 80%;
  font-family: 'Poppins-Light';
  font-weight: bold;
}

.pg5-num {
  font-family: 'BebasNeue' !important;
  font-size: 3.7vw;
}

.pg5-bg-block {
  height: 109%;
  background: sandybrown;
  width: 90%;
  position: absolute;
  top: -1.25vw;
  left: 0.8vw;
  border-radius: 10px;
  z-index: 5;
}

/* for page 6 */

.pg6-row {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 8vw);
  font-family: 'Poppins-Light';
  margin-top: 2vw;
}

.pg6-row-left {
  display: flex;
  flex-flow: column;
  color: #fff;
  width: 20vw;
  justify-content: flex-end;
}

.pg6-row-left > div:first-of-type {
  font-size: 3.4vw;
  font-family: 'BebasNeue' !important;
  font-weight: bold;
}
.pg6-row-left > div:last-of-type {
  font-size: 1.1vw;
  font-weight: bold;
}

.pg6-row-right {
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: calc(100% - 21vw);
}

.right-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 8vw;
  justify-content: flex-end;
}

.right-block img {
  width: 100%;
}

.right-block > div:last-of-type {
  font-size: 1.1vw;
  font-weight: bold;
  margin-top: 8px;
}

.pg6-year-row {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: calc(100% - 21vw);
}

.year-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 7vw;
  justify-content: flex-end;
  font-size: 3.4vw;
  font-family: 'BebasNeue' !important;
  font-weight: bold;
  border-radius: 10px;
}

/* for nav overlay */

#overlay {
  width: 100%;
  height: 100%;
  background-color: #00000099;
  position: fixed;
  z-index: 5000;
  display: none;
  justify-content: center;
  align-items: flex-start;
}

.open-overlay {
  display: flex !important;
}

#nav-dialogue {
  width: 97%;
  height: fit-content;
  background-color: #003150;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  display: none;
  font-family: Poppins-Light;
  margin-top: 60px;
}

.open-nav-dialogue {
  display: block !important;
}

#nav-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 45px;
  font-weight: bold;
  font-family: BebasNeue;
}

.nav-content {
  overflow-y: auto;
  height: 87%;
  margin: 15px 0;
  padding-right: 15px;
  display: flex;
  flex-flow: column;
  gap: 25px;
}

.nav-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2%;
}

.nav-block {
  background-color: #001F33;
  width: 15%;
  height: 18vh;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}

.nav-block.active-nav-block {
  border: 2px solid #43c0f3;
  color: #43c0f3;
}

.nav-block-img {
  height: 14vh;
  width: 95%;
  background-color: #0f9d58;
  border-radius: 10px;
  background-size: cover;
  margin-bottom: 12px;
  background-position: center;
}

.nav-block-text {
  height: 13%;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 0.8vw;
}

.nav-content::-webkit-scrollbar {
  width: 10px;
}

.nav-content::-webkit-scrollbar-track {
  background: #d1d1d14d;
  border-radius: 10px;
}

.nav-content::-webkit-scrollbar-thumb {
  background: #9ab4e1;
  border-radius: 10px;
}

.nav-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navmenu-icon {
  background: rgb(44,95,53);
  background: linear-gradient(240deg, rgba(44,95,53,1) 0%, rgba(92,171,85,1) 100%);
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  padding: 0 10px;
  border-radius: 10px;
  z-index: 70;
}