#grn-city-hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.btn.btn-form-submit:hover
{
    color:#ffffff !important;
}
.city-solar-incentive-layer-col h3 {
    font-size: 24px;
}
.btn-read-more-about {
    background: #ffffff;
    padding: 10px 30px;
    font-weight: 700;
}
.linking-installer
{
 font-weight: 700;   
}
.linking-installer:hover
{
    color: #6FAA43;
}
.btn-read-more-about:hover {
    background: #ffffff;
}
.grn-why-choose-content .btn-estimateCalculato {
    padding: 10px 30px;
    border: 0;
}
#grn-city-hero-section {
    background: url('../../assets/img/hero-section-city.png');
    padding: 80px 0px;
    background-size:cover;
    background-repeat:no-repeat;
    position: relative;
    z-index: 0;
}
.grn-city-hero-heading h1 {
    color: #ffffff;
}
.grn-city-hero-heading p {
    color: #ffffff;
    width:80%;
    margin-bottom: 40px;
}
.grn-city-hero-content {
    background: rgba(237, 241, 255, 0.98);
    padding: 30px;
    border-radius: 30px;
}
.grn-city-hero-content form .form-group
{
    margin-bottom:25px;
}
.grn-city-hero-content form .form-group input
{
   height:45px;
   border-bottom: 1px solid #1a1a1a;
   background:transparent;
   border-top:0;
   border-left:0;
   border-right:0;
   border-radius:0;
}
.grn-city-certificate-section
{
 background:rgba(237, 241, 255, 0.98);
 padding:80px 0;
}
.city-solar-incentive-section {
    background:rgba(237, 241, 255, 0.98);
    padding: 80px 0px;
}
.city-solar-incentive-heading h2 {
    font-size: 35px;
    font-weight: 700;
}
.city-solar-incentive-heading p {
    width: 70%;
    margin: 0 auto 40px auto;
}
.city-solar-incentive-content {
    width: 70%;
    margin: 0 auto;
}
.city-solar-incentive-layer {
    display: flex;
    gap: 20px;
}
.state-solar-incentive-layer h4 {
    font-size: 22px;
    font-weight: 600;
}
#grn-city-netmetring-section {
    background: #ffffff;
    padding: 80px 0px;
}
.grn-city-netmetring-object img {
    width: 100%;
}
.grn-city-netmetring-content {
    background: rgba(30, 47, 59, 1);
    margin-left: -80px;
    padding: 30px;
    margin-top: 100px;
}
.grn-city-netmetring-content h2
{
  color:#ffffff;
}
.grn-city-netmetring-content p
{
  color:#eeeeee;
}
.city-solar-cost-heading h2 {
    color: #ffffff;
    margin-bottom: 20px;
}
.radio-label
{
 display: block;
 padding-bottom: 20px;
}
ul.city-solar-cost-content-dflex li {
    color: #ffffff;
    list-style: disc;
    padding-bottom: 15px;
}
ul.city-solar-cost-content-dflex {
    padding-left:20px;
}
.solar-cost-section form {
    background: rgba(235, 240, 255, 1);
    padding: 24px;
    border-radius: 20px;
}
.solar-cost-section form input {
    height: 50px;
    margin-bottom: 15px;
    margin-top: 8px;
    color: rgba(0, 0, 0, 1);
    background: #ffffff;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border: 0;
    width: 100%;
}
.btn-estimateCalculato {
    background: linear-gradient(to right, #BDE66E 0%, #7CB44B 100%) !important;
    color: #ffffff !important;
}
input[type="radio"] {
    display: none;
}
.custom-radio {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}
.custom-radio::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}
input[type="radio"]:checked + .custom-radio::before {
    background-color: #ed9148;
    border-color: #ed9148;
}
input[type="radio"]:checked + .custom-radio::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}
.custom-radio:hover::before {
    border-color: #ed9148;
}
#grn-city-about-section {
    padding: 80px 0px;
    position:relative;
    background:#ffffff;
}
.grn-city-about-object img {
    width: 100%;
}
.btn-city-shop {
    background: #6FAA43;
    border:0;
    color: #ffffff;
    padding: 10px 35px;
}
.btn-city-shop:hover {
    background: #6FAA43;
    color: #ffffff;
    border:0;
}
.btn-form-submit
{
 background:#1E2F3B !important;
 color:#ffffff;
 padding:10px 25px;
 border-radius:10px !important;
}
.btn-gradient-getStarted {
    padding: 10px 30px;
    background: linear-gradient(to right, #BDE66E 0%, #7CB44B 100%);
    border: 0;
    color: #ffffff;
    font-weight: 600;
}
.btn-gradient-getStarted:hover
{
    color:#ffffff;
}
#grn-why-choose-section
{
   background:#ffffff !important;  
   padding-bottom:80px;
}
.grn-why-choose-object img {
    width: 75%;
}
.grn-why-choose-object 
{
   text-align:center;
}
.city-solar-cost-heading {
    margin-top: 60px;
}