.backgroundlightgreen {
  background: #e2f4fb;
}

.row {
  margin: 0 auto;
  max-width: 1280px;
}

@media (min-width: 768px) {
  .row {
    padding: 10px;
  }
}

.psp-segement {
  margin-bottom: -11%;
}

.row-full {
  position: relative;
  max-width: 100vw !important;
  left: 50%;
  margin-left: -50vw;
  margin-top: -6%;
  margin-bottom: 6%;
}
/*tab style css*/

.network-safety-image1 {
  border-radius: 8px;
}

a {
  color: #04a7e2;
}

  a[href^="tel:"] {
    pointer-events: auto;
  }

.rs-cont.container {
  background: #dff6fe;
  padding-top: 3%;
  padding-bottom: 5%;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 900;
}

.home-owner {
  margin-left: -1%;
}

button#PSP-btn1, button#PSP-btn2 {
  float: right;
  background: #04a7e2;
  color: white;
  text-transform: uppercase;
}

.download-btn {
  background: #04a7e2;
  padding: 3%;
  margin-top: 2%;
  text-align: center;
  color: white;
  border-radius: 50px;
  width: 100%;
  font-size: 18px;
}

textarea#textarea3, .form-gas-application {
  margin-left: 0%;
}

textarea {
  min-height: 0px;
  display: block;
  margin: 1%;
}


/*dropdown filter css starts here*/
select#select-box {
  background-color: aliceblue;
  outline: none;
  height: 70px;
  border: none;
  width: 80%;
}

.tab-navigation {
  margin-bottom: 40px;
  width: 50%;
}

.home-owner input[type="radio"] {
  opacity: 1;
  height: 18px;
  width: 18px;
  position: relative !important;
  left: 1% !important;
  top: 3%;
  margin-right: 19px;
}

input#customernumber, input#first-name, input#last-name, input#email, input#phone28, input#phone29, input#phone34, input#phone35, input#phone {
  width: 100%;
  height: 50px;
  background: white !important;
}

.tab-content {
  text-align: left;
  line-height: 26px;
}

#tab-1 {
  background: #fff;
}

#tab-2 {
  background: #fff;
}

#tab-3 {
  background: #fff;
}

#tab-4 {
  background: #fff;
}

#tab-5 {
  background: #fff;
}


input, select, textarea {
  font-size: 17px;
  line-height: 17px;
  /* border: 1px solid #dedede; */
  border-radius: 3px;
  padding: 12px 14px;
}

.Heater {
  margin-left: -0.9%;
}

.desktop-image {
  display: none;
}

@media (max-width:768px) {
  .mobile-image {
    display: none;
  }

  .download-btn {
    font-size: 14px;
  }

  .tab-navigation {
    margin-bottom: 40px;
    width: 95%;
  }

  select#select-box {
    width: 100%;
  }

  .counter {
    bottom: -44px !important;
  }

  .form-gas-application {
    width: 100%;
    padding: 0.5%;
  }
}
/*dropdown filter css ends here*/
.form__col.form__col--6 {
  width: 50%;
}

.form-gas-application h4 {
  margin-left: 6px;
}

@media (min-width: 1024px) {
  .form__section {
    margin-bottom: 32px;
  }

  .form__section__heading {
    margin-bottom: 48px;
  }

  .form__col {
    margin-bottom: 10px;
  }

    .form__col .validation {
      position: absolute;
      top: 100%;
      max-width: 100%;
    }

  .half-field {
    width: 50%;
  }
}

@media(max-width:768px) {
  .form__col--6 {
    width: 100% !important;
  }

  .form__col {
    width: 100% !important;
  }

  p.terms {
    margin-left: 4% !important;
    margin-top: 10px !important;
  }

  .half-field {
    width: 100%;
  }

  fieldset.answer, .questions, .long-questions {
    margin-left: 10% !important;
  }

  .form-group {
    margin-left: -9% !important;
  }

  .cols-6.radiono {
    margin-top: -7%;
  }
}


.form__col .validation {
  line-height: 1em;
  margin-top: 8px;
  font-weight: 600;
}

.form__col--6 {
  width: 50%;
}

.form__col.form__col--12 {
  width: 100%;
}

.validation, .field-validation-error {
  font-family: "Albert",Helvetica,Arial,sans-serif;
  font-size: 15px;
  /* font-weight: 400;
              line-height: 24px; */
  font-weight: 600;
  color: #e10004;
}

.form__label, label {
  font-weight: 100;
}

.form__label, label {
  font-family: "Albert",Helvetica,Arial,sans-serif;
  font-size: 15px;
  /* font-weight: 400; */
  line-height: 24px;
  /* font-weight: 600; */
}

.form__label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-top: 2%;
  font-weight: 600;
}

.form__col {
  width: 33%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  display: inline-block;
  flex-direction: column;
  /* width: 100%;
              margin-bottom: 18px; */
}

.form__section__heading {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 24px;
}

.form__section__title:last-child {
  margin-bottom: 0;
}

.form__section__title {
  color: #003c71;
}


.form__section {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
  align-items: start;
}

.form__fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

p.form-para {
  font-size: 14px;
}

.survey-form label {
  margin-right: 15px;
  /* display: inline; */
}

fieldset.develop-form, .develop-form1, .develop-form2 {
  margin-left: 5%;
}

p.developer {
  color: #33b4e6;
}


input[name='tnc_required']:checked + label.validation {
  display: none;
}

hr {
  border-bottom: 1px solid #b1dff1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  /* margin: 1.25em 0; */
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    /* display:inline-block; */
  }

    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 1px;
      top: 4px;
      width: 18px;
      height: 18px;
      border: 1px solid #003c71;
      border-radius: 100%;
      background: #fff;
    }

    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #3c8dbc;
      position: absolute;
      top: 7px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

p.terms {
  margin-left: 2%;
}

.form-gas-application {
  width: 100%;
}

.question-survey {
  display: grid;
  margin-bottom: 0%;
  margin-top: 1%;
}

.counter {
  position: absolute;
  bottom: -77px;
  right: 31px;
  font-size: 14px;
}

.checkbox-area h4, p.para-question, .gas-inst h4 {
  margin-bottom: 0%;
}

.apply-radio-button {
  margin-left: -0.3%;
}

textarea#txtNumber3, textarea#txtNumber30 {
  width: 98%;
}

.form-gas-application h4 {
  margin-top: 2%;
  margin-bottom: 1%;
}

.gas-inst {
  margin-top: 2%;
}

.checkbox-area {
  margin-top: 5%;
  margin-bottom: 3%;
}

h4.suspected-heading {
  margin-top: 5%;
}

.gas-appliance {
  margin-top: 2%;
  margin-bottom: -1%;
}

#charCount1, #charCount2, #charCount10 {
  float: right;
}

textarea#textarea30 {
  margin-left: 0%;
}

input#textarea3 {
  margin-bottom: 2%;
  height: 100px;
}

@media (max-width:425px) {
  .desktop-image {
    display: block;
    background-image: url(/-/media/images/multinetgas/PSP/New-Services-Application-Form.jpg);
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: -2%;
  }
}

@media screen and (min-width:426px) and (max-width:500px) {
  .desktop-image {
    display: block;
    background-image: url(/-/media/images/multinetgas/PSP/New-Services-Application-Form.jpg);
    height: 406px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: -2%;
  }
}

@media screen and (min-width:501px) and (max-width:600px) {
  .desktop-image {
    display: block;
    background-image: url(/-/media/images/multinetgas/PSP/New-Services-Application-Form.jpg);
    height: 406px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: -1%;
  }
}

@media screen and (min-width:601px) and (max-width:650px) {
  .desktop-image {
    display: block;
    background-image: url(/-/media/images/multinetgas/PSP/New-Services-Application-Form.jpg);
    height: 406px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: 0%;
  }
}

@media screen and (min-width:651px) and (max-width:700px) {
  .desktop-image {
    display: block;
    background-image: url(/-/media/images/multinetgas/PSP/New-Services-Application-Form.jpg);
    height: 406px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: 1%;
  }
}

@media screen and (min-width:701px) and (max-width:768px) {
  .desktop-image {
    display: block;
    background-image: url(/-/media/images/multinetgas/PSP/New-Services-Application-Form.jpg);
    height: 406px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: 1%;
  }
}

.accordion-margins {
  padding: 3% 0.5%;
}
.accordion-row {
  background: white;
  border-radius: 8px;
}
