* {
  transition: all 0.5s linear;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

html,
body {
  font-size: 100%;
  scroll-behavior: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}

.logo {
  width: 160px;
}

.hero-area {
  background: url(../images/hero-area-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}

.hero-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-area .container {
  position: relative;
  z-index: 3;
}

.main-services {
  padding: 0;
  list-style-type: none;
}

.main-services li {
  background: url(../images/arrow-outlines.svg) no-repeat left center;
  background-size: 20px 20px;
  color: #fff;
  font-size: 18px;
  padding-left: 25px;
  margin: 0.5rem 0;
}

.hero-area-video {
  display: block;
  width: 100%;
  height: 300px;
}

.welcome-area {
  padding: 4rem 0;
}

.welcome-area .heading {
  color: #3ccd57;
  font-size: 50px;
}

@media (max-width: 991.98px) {
  .welcome-area .heading {
    font-size: 40px;
  }
}

.ideal-supply-wrapper {
  border: 3px solid #ef3f43;
  padding: 0.5rem;
}

.ideal-supply-text {
  font-size: 14px;
}

.ideal-supply-text a {
  text-decoration: underline;
}

.ideal-supply-text a:hover {
  text-decoration: none;
}

.ideal-supply-logo {
  display: block;
  max-width: 200px;
  margin: auto;
}

.welcome-msg {
  font-size: 18px;
}

.welcome-area .welcome-msg:nth-of-type(1) {
  margin-bottom: 1.5rem;
}

.energy-management {
  border-top: 2rem solid #3ccd57;
  border-bottom: 2rem solid #3ccd57;
}

.em-heading {
  font-size: 30px;
}

.em-contents {
  /* border: 2px solid #000; */
  padding: 2rem;
}

.em-text {
  font-size: 18px;
}

.blue-btn {
  border: 1px solid #00ccff;
  color: #fff;
  background: #00ccff;
  outline: 0 !important;
  font-size: 16px;
  padding: 5px 10px;
}

.blue-btn:hover {
  color: #00ccff;
  background: #fff;
}

#energy-management-slider {
  max-width: 400px;
  border: 2px solid #000000;
  margin-bottom: 1rem;
}

#energy-management-slider img {
  height: 300px;
  object-fit: cover;
}

#energy-management-slider .carousel-control-next,
#energy-management-slider .carousel-control-prev {
  opacity: 1 !important;
}

#energy-management-slider .carousel-control-next i,
#energy-management-slider .carousel-control-prev i {
  font-size: 30px;
}

@media (max-width: 1199.98px) {
  .em-contents {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 1906px) and (min-width: 1200px) {
  .em-img-height {
    height: 674px;
    object-fit: cover;
  }
}

.start-price-label {
  position: absolute;
  bottom: 7%;
  right: 7%;
  width: 200px;
  height: 200px;
  background: rgba(50, 92, 58, 0.6);
  border: 3px solid #3ccd57;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-price-label span {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 576.98px) {
  .start-price-label {
    position: absolute;
    bottom: 7%;
    right: 7%;
    width: 150px;
    height: 150px;
  }

  .start-price-label span {
    text-align: center;
    color: #fff;
    font-size: 22px;
  }
}

.pdf-link {
  display: block;
  color: #000;
  font-size: 15px;
  margin: 0.5rem 0 0;
}

.pdf-link img {
  width: 15px;
  margin-right: 5px;
}

.pp-header {
  background: url(../images/panel-package-bg.jpg) no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 1;
}

.pp-header .content {
  background: rgba(0, 0, 0, 0.75);
  padding: 1rem 0;
}

.pp-header .content .container {
  color: #fff;
  font-size: 30px;
}

.sqaure-d-logo {
  width: 300px;
}

.homeline-logo {
  width: 150px;
}

.schneider-electric-logo {
  width: 200px;
}

.panel-package-details .heading {
  font-size: 30px;
  text-shadow: 2px 2px grey;
}

@media (min-width: 992px) {
  .panel-package-details .heading {
    color: #fff;
  }
}

.panel-package-details .text {
  font-size: 20px;
}

.panel-package-details-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -9.3rem;
  margin-bottom: 4rem;
}

.bulk-breaker-buy {
  border-top: 2rem solid #3ccd57;
  border-bottom: 2rem solid #3ccd57;
}

.bbb-top-text {
  font-style: italic;
  font-size: 18px;
}

.bbb-heading {
  color: #3ccd57;
  font-size: 40px;
}

.bbb-text {
  font-size: 22px;
}

.question-wrapper {
  display: flex;
  align-items: center;
}

.question-wrapper span {
  width: 80%;
}

.question-wrapper i {
  width: 20%;
}

@media (max-width: 1580px) and (min-width: 1200px) {
  .section-5-img-height {
    height: 619px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .bbb-contents {
    padding-left: 3%;
  }
}

@media (max-width: 1199.98px) {
  .bbb-contents {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.sp-header {
  background: url(../images/surge-protection-bg.jpg) no-repeat;
  background-size: cover;
  height: 400px;
}

.sp-header .content {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 0 1rem;
}

.sp-header .content .heading,
.sp-header .content .text {
  color: #fff;
}

.sp-header .content .heading {
  font-size: 35px;
}

.sp-header .content .text {
  font-size: 20px;
}

.spd-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.spd-wrapper .heading {
  color: #3ccd57;
  font-size: 35px;
}

.spd-name {
  font-weight: bold;
  font-size: 18px;
}

.spd-img {
  width: 150px;
  margin: 1rem 0;
}

.spd-content .wrapper {
  width: 150px;
}

.disconnect-switches {
  border-top: 2rem solid #3ccd57;
  border-bottom: 2rem solid #3ccd57;
}

@media (min-width: 1200px) {
  .disconnect-switches .content {
    padding-left: 5%;
  }
}

.disconnect-switches .heading {
  color: #3ccd57;
  font-size: 35px;
  font-weight: bold;
}

.ds-text {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1450px) and (min-width: 1200px) {
  .ds-text {
    font-size: 18px;
  }
}

@media (max-width: 1024px) and (min-width: 991px) {
  .ds-text {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .ds-text {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .ds-img {
    width: 150px;
  }

  .disconnect-switches .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.harmony {
  background: url(../images/harmony-image.png) no-repeat;
  background-size: cover;
  padding: 4rem 0;
}

.hr-heading {
  color: #3ccd57;
  font-size: 40px;
}

.hr-text {
  color: #fff;
  font-size: 20px;
}

.hr-text-more {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.footer {
  padding: 4rem 0 0;
}

.footer .heading {
  color: #3ccd57;
  font-size: 40px;
  font-weight: bold;
}

.footer-logo-wrapper {
  padding: 2rem 0;
  position: relative;
}

.footer-logo {
  width: 200px;
}

.footer-logo-wrapper a {
  position: fixed;
  bottom: 2rem;
  right: 5%;
  z-index: 10;
}

.footer-logo-wrapper a:hover {
  text-decoration: none;
}

.video-element {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.remove-element {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 103;
  cursor: zoom-out;
}

.video-element iframe {
  display: block;
  width: 1024px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 105;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200.98px) {
  .video-element iframe {
    width: 800px;
    height: 550px;
  }
}

@media (max-width: 991.98px) {
  .video-element iframe {
    width: 600px;
    height: 400px;
  }
}

@media (max-width: 768.98px) {
  .video-element iframe {
    width: 100%;
    height: 400px;
  }
}
