.head-info-pnl {
  background: rgba(255, 255, 255, 0.6);
  min-height: 265px;
  width: 800px;
  margin: 30px 0 0 0;
  position: absolute;
  top: 25%;
  display: flex;
}
.go-solar-pnl {
  height: 170px;
  width: 100%;
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  margin: -8px 0 0 0;
}

.logo-pnl-contact {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  margin: 0 auto;
  max-width: 980px;
  margin-top: 50px;
}

.justify-content-space-between {
  justify-content: space-between;
}

.btn-send-msg {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  color: #fff;
  border-radius: 30px;
  border: 0px;
  padding: 10px 52px 6px;
  font-size: 20px;
  margin: 15px 0 0 0;
}

.btn-get-solar {
  color: #006cb3;
  border-radius: 30px;
  border: 0px;
  padding: 10px 52px 6px;
  font-size: 20px;
  border: 1px solid #006cb3;
  background-color: white;
  margin: 15px 0 0 0;
}

.logo-wh {
  margin: 20px 20px 20px 50px;
  height: 55px;
}

.go-solar-pnl h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin: 33px 0 0 0;
}

.go-solar-pnl p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.btn-get-quote {
  background: #fff;
  border-radius: 30px;
  color: #006cb3;
  font-weight: 500;
  font-size: 22px;
  border: 0px;
  padding: 9px 33px;
  margin: 35px 0 20px 75px;
}

.btn-get-quote-bottom {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  border: 0px;
  padding: 5px 30px;
  margin: 35px 0 20px 25px;
}

.enq-txt {
  margin-right: 80px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.learn-more-link a {
  color: #fff;
  text-decoration: none;
}

.mobTxt {
  color: #f0f0f1;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
}

.small-txt {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.founderName {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  margin-right: 70px;
}

.founderName span {
  font-weight: 500;
  font-size: 18px;
}

.why-txt {
  font-size: 20px;
  color: #1a1a1a;
  text-align: center;
}

.email-text a {
  color: #006cb3;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.border-bottom-style {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 20px 0;
  margin-bottom: 35px;
}

.boder-gradient {
  position: relative;
}

.boder-gradient {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  /* position: absolute; */
  width: 80%;
  height: 8px;
  /* bottom: 129px;
  left: 0;
  content: ""; */
}

.founder-info {
  padding-right: 48px;
}

.founder-info p {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.enq-pnl {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

.enq-pnl p {
  color: #333;
  font-weight: 500;
  font-size: 22px;
  padding: 40px 0 0 0;
}

.enq-pnl .btn-get-quote-bottom {
  margin: 4px 0 20px 25px !important;
}

.founder-info p a {
  font-size: 18px;
  color: #006cb3;
  font-weight: 500;
  text-decoration: none;
}

.why-txt h4 {
  color: #1a1a1a;
  font-size: 44px;
  margin: 0;
  padding: 0;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tab-panels {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 400;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 0px 15px 6px;
  border: 0px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 23px;
  color: #1a1a1a;
}

.tabset > label::after {
  /* content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d; */
}

input:focus-visible + label {
  outline: 0px solid rgba(0, 102, 204, 1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  /* background: #06c; */
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #006cb3;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 0px 0;
  border-top: 0px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.tabset {
  max-width: 65em;
  margin: 25px 0 0 0;
  padding: 0 60px;
}

.whyus-pnl {
  margin: 0px 0 32px;
  padding: 30px 0;
  background: #f0f0f0;
}

.customer-grid-pnl {
  font-size: 20px;
  color: #1a1a1a;
}

.cust-num {
  font-size: 60px;
  display: block;
  line-height: 50px;
}

.cust-text-1 {
  margin: 5px 0 10px;
  display: inline-block;
}

.customer-grid-pnl p {
  padding: 0 0px;
  max-width: 250px;
}

.btn-primary {
  border: 0px;
  color: #333333;
  padding: 7px 60px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #515151;
}

.btn-primary:hover {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  border: 0px;
  color: #fff;
  border: 1px solid transparent;
}

.btn-act {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  border: 0px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
}

.btn-spc {
  margin-right: 25px;
}

.icn-grid h3 {
  color: #006cb3;
  font-size: 28px;
  font-weight: 400;
  margin: 38px 0 12px;
  letter-spacing: 0;
}

.icn-grid p {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

.bg-grey {
  background-color: #eeeeee;
  padding: 40px 0 25px;
}

.ht-58 {
  height: 58px;
  margin: 10px 0 0 0;
}

.icn-with-title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.icn-with-title span {
  display: inline-block;
}

.icn-with-title img {
  margin-left: 6px;
}

.title-3 {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}

.title-3 strong {
  font-weight: 600;
}

.pnl-space-1 {
  margin-top: 70px;
  margin-bottom: 30px;
}

.bg-grey-col {
  background-color: #f0f0f0;
  padding: 25px 19px;
}

.bg-grey-col p {
  font-size: 18px;
  color: #1a1a1a;
}

.img-wdth {
  width: 100%;
  min-height: -webkit-fill-available;
}

.title-4 {
  font-size: 24px;
  color: #333;
  margin: 25px 0 8px 0;
  font-weight: 400;
}

.title-5 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 20px 0 22px 0;
}

.title-5-inner {
  font-size: 28px;
  color: #333;
  font-weight: 500;
  margin: 20px 0 22px 0;
}

.btn-check-story {
  color: #333333;
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #515151;
  width: 155px;
}

.btn-get-quote-2 {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  border: 0px;
  color: #fff;
  border: 1px solid transparent;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 30px;
  width: 155px;
  text-transform: uppercase;
}

.btn-wrpr {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 22px 0 4px 0;
}

.bg-wh {
  background-color: #fff;
}

.frm-bg {
  background: url("../images/bg-form.jpg") no-repeat top center;
  background-size: cover;
  height: 691px;
}

.title-get-free {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  margin: 165px 0 0 0px;
  letter-spacing: 0;
}

.form-text {
  font-size: 18px;
  color: #fff;
  margin: 10px 0 0 0;
}

.form-section {
  background: rgba(255, 255, 255, 0.5);
  max-width: 890px;
  margin: 50px 0 0 0;
  padding: 35px 10px 25px 22px;
}

.inpt-fld {
  background-color: #fff;
  border-radius: 5px;
  border: 0px;
  padding: 10px 10px 6px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.inpt-fld:focus {
  outline: none;
}

::placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #333;
}

.w-500 {
  width: 100%;
  margin-bottom: 20px;
}

.w-500 input {
  width: 95%;
}

.second-row input {
  width: 95%;
}

.second-row select {
  width: 95%;
  background-color: #fff;
  border-radius: 5px;
  border: 0px;
  padding: 8px 10px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}

.btn-submit {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  color: #fff;
  border: 1px solid transparent;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 30px;
  width: 257px;
  text-transform: uppercase;
}

.own-solar-pnl {
  background: rgba(0, 0, 0, 0.2);
  max-width: 890px;
  margin: 74px 0 0 0;
  padding: 25px 10px 25px 22px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.owl-dot span {
  background-color: #006cb3;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 100%;
}

.banner-icn {
  width: 39px !important;
  height: 49px !important;
}

.bg-white {
  background: #fff;
  width: 570px;
  padding: 29px 0 27px 0;
}

.caption-1 {
  color: #006cb3;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
}

.icn-with-title-innr {
  position: absolute;
  top: -40px;
}

.info-inner-wdth {
  width: 825px;
  margin-top: 70px;
}

.caption-2 {
  color: #006cb3;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  width: 300px;
  line-height: 50px;
}

.caption-2-inner {
  font-size: 37px;
  line-height: 40px;
  width: 402px;
}

.text-35 {
  font-size: 35px;
}

.mt-36 {
  margin-top: 36px !important;
}

.owl-dots {
  bottom: 135px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.nav-active {
  background-color: #fff;
}

@media (min-width: 1440px) {
  .owl-dots {
    max-width: 1320px;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (min-width: 1200px) {
  .owl-dots {
    max-width: 1140px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 1350px) {
  .owl-dots {
    bottom: 95px;
    left: 5px;
  }
}

@media (max-width: 1255px) {
  .owl-dots {
    bottom: 75px;
    left: 6px;
  }
}

@media (max-width: 1199px) {
  .owl-dots {
    display: none;
  }
}

@media (max-width: 600px) {
  .f-none {
    display: block !important;
  }

  .f-none .btn-send-msg,
  .f-none .btn-get-solar {
    width: 100%;
  }
}

.captionWrpr {
  display: flex;
}

.cap-space {
  margin-left: 25px;
  margin-right: 12px;
  margin-top: 25px;
}

.btn-learn-more {
  font-size: 18px;
  font-weight: 500;
  color: #006cb3;
  border-radius: 30px;
  border: 1px solid #006cb3;
  padding: 6px 0px;
  background: #fff;
  width: 137px;
  margin: 15px 0 0 0;
}

.caption-pnl-2 {
  color: #006cb3;
  font-size: 18px;
  font-weight: 500;
  font-size: 21px;
  width: 501px;
}

.caption-inner {
  background-color: #006cb3;
  color: #fff;
}

.cap-fix-wdth {
  max-width: 290px;
  margin: 22px 0 0 35px;
}

.title-clr {
  color: #4d4d4d !important;
}

.residence-sub-title {
  color: #006cb3;
  font-size: 35px;
  font-weight: 500;
}

.cap-inn-txt {
  font-size: 25px !important;
  font-weight: 500;
  text-transform: none;
}

.expense-info {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 0 14px 15px;
  justify-content: center;
  margin: 0 -19px 24px;
}

.pipe {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
}

.contact-form-pnl {
  margin: 0;
}

.topbar {
  background-image: linear-gradient(to right, #016fb6, #36aa59);
  height: 12px;
  width: 100%;
}

.frmWrp {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -260px;
  padding: 0 0 25px 0;
  border: 1px solid #979797;
  border-top: 0;
}

.title-we-are-heal {
  position: absolute;
  top: 13%;
  color: #fff;
  font-size: 49px;
  line-height: 55px;
  left: 30%;
}

.call-us-tody-pnl {
  position: absolute;
  top: 45%;
  color: #143271;
  font-size: 20px;
  line-height: 25px;
  left: 30%;
  font-weight: 500;
}

.enq-pnl-home {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 125px;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  justify-content: space-evenly;
  color: #fff;
  font-size: 18px;
  align-items: center;
}

.topMsg {
  position: absolute;
  z-index: 100;
  font-size: 24px;
  margin: 20% 0 0 0;
  color: #006cb3;
  background: #ffffff96;
  padding: 10px 15px;
  font-weight: 500;
  right: 0;
}

.enq-pnl-home a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.home-sm-link {
  margin: 0;
  padding: 0;
}

.home-map {
  width: 36%;
}

.home-sm-link li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.pipe-vertical {
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  margin: 0 30px;
  padding: 0 30px;
  font-size: 15px;
}

.address-pnl {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 30px;
}

.address-pnl h3 {
  margin: 0 0 0 55px;
}

.address-grid {
  display: flex;
  justify-content: space-between;
}

.add-col {
  width: 255px;
  font-size: 18px;
  margin: 20px 0 40px 10px;
}

.social-media-pnl {
  margin-top: 25px;
}

.add-col div:first-child {
  margin-right: 10px;
}

.contactFrm {
  padding: 0 30px;
}

.map-pnl {
  max-width: 980px;
  margin: 0 auto 25px;
}

.map-pnl img {
  width: 100%;
}

.inptStyle {
  border: 0px;
  border-bottom: 1px solid #979797;
  width: 100%;
  color: #006cb3;
  font-size: 18px;
}

.inptStyle:focus,
.inptStyle:focus-visible {
  border-bottom: 1px solid #006cb3 !important;
  box-shadow: none !important;
  outline: none;
}

.txtareaStyle {
  border: 1px solid #979797;
  resize: none;
  width: 100%;
  margin: 30px 0 0 0;
  height: 100px;
  color: #006cb3;
  font-size: 18px;
  padding: 8px 0 0 8px;
}

.txtareaStyle:focus {
  box-shadow: none !important;
  outline: none;
  border: 1px solid #006cb3 !important;
}

.frmWrp h2 {
  text-align: center;
  margin: 20px 0 35px;
}

.w-980 {
  max-width: 980px;
  margin: 0 auto;
}

#dialog {
  max-width: 730px;
  width: 100%;
  margin: 0 0 0 425px;
  height: 265px;
  border: 0px;
  background: #fff;
  overflow: auto;
}

.dialog2 {
  max-width: 730px;
  width: 100%;
  margin: 0 0 0 0;
  height: 265px;
  border: 0px;
  background: #fff;
  overflow: auto;
  position: absolute;
  z-index: 1000;
  padding: 15px 40px 15px 0;
}

.dialog3 {
  max-width: 730px;
  width: 100%;
  margin: 0 0 0 0;
  height: 265px;
  border: 0px;
  background: #fff;
  overflow: auto;
  position: absolute;
  z-index: 1000;
  padding: 15px 40px 15px 0;
}

#dialog4 {
  max-width: 730px;
  width: 100%;
  margin: 0 0 0 425px;
  height: 265px;
  border: 0px;
  background: #fff;
  overflow: auto;
}

.icn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px !important;
  cursor: pointer;
}

.px-4-custom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.modal-title {
  padding-left: 14px;
}

.modal-body p {
  padding-left: 15px;
  padding-right: 15px;
}

#textarea {
  display: none;
}

#textarea:target {
  display: block;
}

#textarea + ul.controls {
  list-style-type: none;
}

#textarea + ul.controls .hide,
#textarea:target + ul.controls .show {
  display: none;
}

#textarea:target + ul.controls .hide,
#textarea + ul.controls .show {
  display: inline-block;
}

.controls {
  margin: 0;
  padding: 0;
}

.controls a {
  text-decoration: none !important;
}

.img-modi img {
  max-width: 390px;
  margin-right: 20px;
}

.pm-col {
  display: flex;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .go-solar-pnl {
    height: auto;
    padding-bottom: 22px;
  }

  .btn-get-quote {
    margin-left: 0 !important;
  }

  .btn-get-quote {
    margin-top: 8px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .col-center {
    text-align: center;
  }
  .customer-grid-pnl p {
    max-width: 100%;
  }

  .pm-col {
    display: block;
  }

  .topMsg {
    font-size: 18px;
  }

  .img-modi img {
    margin-right: 0px;
  }

  .frmWrp {
    margin-top: 0;
  }

  .px-4-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    margin-left: 10px;
  }

  .btn-act {
    width: 270px;
  }

  .flx-none {
    display: block !important;
    text-align: center;
  }

  #mainNav .navbar-toggler {
    color: #fff;
    border: 1px solid transparent !important;
    background: rgba(0, 0, 0, 0.7);
  }

  .home-map {
    width: 100%;
  }

  .title-we-are-heal {
    position: absolute;
    top: 7%;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    left: 20%;
  }

  .call-us-tody-pnl {
    position: absolute;
    top: 24%;
    color: #143271;
    font-size: 20px;
    line-height: 25px;
    left: 16%;
    font-weight: 500;
  }

  .sm-mob-top {
    margin-top: 15px;
  }

  .enq-pnl-home {
    display: block;
    position: inherit;
    background-color: #222;
    margin: 14px 0 18px;
    padding: 21px 0;
  }

  .home-sm-link {
    margin: 12px 0 0 0;
  }

  .pipe-vertical {
    margin: 0;
    padding: 0;
    border: 0px;
  }

  .flx-none button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .icn-with-title {
    margin-left: 15px;
    margin-top: 22px;
  }

  .title-get-free {
    font-size: 28px;
    margin: 35px 0 0 0px;
  }

  .form-section .col-sm-4 {
    margin-bottom: 15px;
  }

  .w-500 {
    margin-bottom: -15px !important;
  }

  .second-row {
    margin-bottom: -16px;
  }

  .go-solar-pnl p {
    font-size: 15px;
  }

  .why-txt {
    font-size: 17px;
  }

  .why-txt h4 {
    font-size: 32px;
  }

  .tabset {
    padding: 0 0;
  }

  .tabset > label {
    font-size: 16px;
    padding: 0px 5px 6px;
  }

  .fixed-top {
    top: 0;
  }

  .site-logo {
    height: 48px;
    margin: 0px 0 0 0;
  }

  .head-info-pnl {
    position: inherit;
  }

  .owl-dots {
    display: none;
  }

  #mainNav .navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
  }
  #mainNav .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-nav {
    background-color: #fff;
    padding: 8px 0 8px 15px;
  }

  .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000;
  }

  .footer {
    text-align: center;
    font-size: 15px;
  }

  .btn-primary {
    font-size: 20px;
  }

  .tab-panels {
    font-size: 16px;
  }

  .sm-text-left,
  .small-txt {
    text-align: center;
  }

  .enq-txt {
    margin-right: 0;
  }

  .icn-grid h3 {
    font-size: 26px;
    margin: 17px 0 4px;
  }

  .icn-grid p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .go-solar-pnl {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .address-grid {
    display: block;
  }

  .own-solar-pnl {
    display: none;
  }

  .address-grid > div {
    display: block !important;
  }

  .icn-with-title-innr {
    display: none;
  }

  .social-media-pnl {
    text-align: center;
    margin-bottom: 25px;
  }

  .customer-grid-pnl {
    margin-bottom: 30px;
  }

  .cust-text-1 {
    margin: 5px 0 0px;
  }

  .caption-2 {
    font-size: 35px;
    width: auto;
    max-width: 340px;
  }

  .caption-pnl-2 {
    display: none;
  }

  .head-info-pnl {
    margin: 18px 0 8px 0;
    min-height: 183px;
  }

  .head-info-pnl-extra-ht {
    min-height: 230px;
  }

  .founder-info {
    padding-right: 15px;
    padding-top: 24px;
  }

  .captionWrpr {
    padding: 0 0 !important;
  }

  .cap-space {
    display: none;
  }

  .pb-inner {
    padding-bottom: 15px !important;
  }
}
