   .container {
     max-width: 800px;
     margin: 0 auto;
   }

   .more-about-roof-wrap h1 {
     text-align: center;
     padding: 20px 0;
     font-size: 34px;
     font-weight: 600;
   }

   /*.more-about-roof .more-about-roof-wrap {
     background: #fff;
     border-radius: 25px;
     padding: 50px 0;
     box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
   }*/

   .roof-two {
     display: flex;
     justify-content: center;
   }

   .flat-roof {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 15px;
   }

   .flat-roof button {
     background: #fff;
     border: 0;
     display: flex;
     padding: 28px;
     justify-content: center;
     align-items: center;
     font-size: 20px;
     border-radius: 10px;
     height: 45px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     cursor: pointer;
     text-transform: capitalize;
   }

   .flat-roof button svg {
     width: 20px;
     height: 20px;
   }

   .flat-roof button span {
     padding-left: 0px;
     text-transform: capitalize;
   }

   .four-roof-direction {
     /*  background: #d3d3d33b;*/
     padding: 25px 25px 0px 25px;
     margin: 50px 0 20px;
   }

   .roof-two.shading-cls {
     padding: 25px 25px 0px 25px;
     margin: 50px 0 20px;
   }

   .direction-list {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 30px;
   }

   .direction-list button {
     background: #fff;
     border: 0;
     display: flex;
     padding: 28px;
     justify-content: center;
     align-items: center;
     font-size: 20px;
     border-radius: 10px;
     height: 45px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     cursor: pointer;
   }

   .direction-list button svg {
     width: 20px;
     height: 20px;
   }

   .direction-list span {
     /*  padding-left: 15px;*/
     text-transform: capitalize;
   }

   .done-btn {
     display: flex;
     justify-content: center;
   }


   button.done {
     background-color: #f7941d;
     border: 0;
     font-size: 20px;
     padding: 15px 30px;
     border-radius: 50px;
     cursor: pointer;
     color: #fff;
     transition: 0.5s all;
     margin-bottom: 40px;
   }

   button.done:hover {
     background-color: #2e3192;
     transition: 0.5s all;
   }

   @media (max-width: 767px) {
     .direction-list button {
       padding: 10px 15px;
       font-size: 18px;
       height: auto;
     }

     .user-value button {
       width: 85%;
       flex-direction: column-reverse;
       padding: 35px 10px;
     }

     .flat-roof button span {
       padding-left: 4px;
     }

     .direction-list button svg {
       width: 15px;
       height: 15px;
     }

     .flat-roof button {
       padding: 15px;
       font-size: 18px;
       flex-wrap: wrap;
       height: auto;
     }

     .direction-list {
       flex-wrap: wrap;
       gap: 20px;
     }

     .more-about-roof-wrap h1 {
       padding: 0;
       margin-top: 20px;
       font-size: 30px;
       margin-bottom: 25px;
     }

     .flat-roof {
       flex-wrap: wrap;
     }
   }

   .container {
     max-width: 800px;
     margin: 0 auto;
   }


   .solarenegry-logo {
     display: flex;
     justify-content: center;
   }

   .page-slash {
     text-align: right;
     width: 50%;
   }

   .page-slash .line-arrow span {
     background-color: #ffcc00;
     width: 15px;
     height: 6px;
     display: inline-block;
     border-radius: 10px;
   }

   .page-slash {
     position: absolute;
     display: flex;
     right: 20px;
     gap: 15px;
     justify-content: center;
     flex-wrap: wrap;
     width: 50px;
     font-size: 24px;
     font-weight: 600;
   }

   .solarenegry-logo {
     position: relative;
   }

   .line-arrow {
     display: flex;
     flex-direction: row;
     gap: 5px;
   }

   .edit-way {
     padding-top: 50px;
   }

   .edit-text-way {
     display: flex;
     justify-content: center;
     text-transform: capitalize;
   }

   .edit-text-way span svg {
     width: 20px;
     height: 20px;
     padding-left: 5px;
   }

   .solarenegry-section h1 {
     text-align: center;
     font-size: 34px;
     text-transform: capitalize;
   }

   .solarenegry-section p {
     text-align: center;
     font-size: 18px;
   }

   .input-number {
     display: flex;
     justify-content: center;
     border: 3px solid #ffcc00;
     max-width: 300px;
     margin: 0 auto;
     padding: 25px;
     border-radius: 15px;
     margin-top: 30px;
     align-items: center;
   }

   .input-number .icon-spark svg {
     width: 40px;
     height: 40px;
   }

   .input-value {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 80%;
   }

   .input-value input {
     border: 0;
     font-size: 50px;
     font-weight: 800;
     width: 100%;
     text-align: center;
   }

   .input-value input:focus {
     border: 0;
     outline: 0;
   }

   span.icon-spark {
     width: 10%;
   }

   .kwh {
     width: 10%;
     font-size: 20px;
     font-weight: 600;
   }

   .useage {
     text-align: center;
     margin: 15px;
     text-transform: capitalize;
     font-size: 20px;
     text-decoration: underline;
     font-weight: 700;
   }

   .people {
     text-align: center;
     font-size: 20px;
     text-transform: capitalize;
     padding: 30px;
   }

   .user-value {
     display: flex;
     justify-content: center;
     gap: 20px;
     flex-wrap: wrap;
   }

   .user-value button {
     background: #fff;
     border: 0;
     display: flex;
     padding: 28px;
     justify-content: center;
     align-items: center;
     font-size: 18px;
     border-radius: 10px;
     height: 45px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     cursor: pointer;
     width: 35%;
   }

   button.actve-button {
     border: 3px solid #fdca00;
   }

   .user-content {
     text-align: center;
     padding: 50px;
     font-size: 25px;
     text-transform: capitalize;
     font-style: italic;
   }

   .bottom-section {
     border-radius: 20px;
     box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
       0 5px 14px 0 rgba(0, 0, 0, 0.18);
     padding: 15px 25px;
     display: flex;
   }

   .price-estimation {
     width: 20%;
     display: flex;
     flex-wrap: wrap;
   }

   .payback {
     width: 80%;
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
     gap: 45px;
   }


   span.price {
     color: #000;
     font-weight: 700;
   }

   .payback .label {
     color: #a9a9a9;
     text-transform: capitalize;
     font-size: 18px;
     padding-right: 15px;
   }

   .payback>div {
     display: flex;
     flex-direction: column;
   }


   .payback>div span:last-child {
     font-weight: 700;
     font-size: 16px;
   }

   @media (max-width: 575px) {
     .solarenegry-section h1 {
       font-size: 30px;
     }

     .solarenegry-section p {
       font-size: 16px;
       padding: 10px;
     }

     .input-number {
       padding: 15px;
       margin: 15px;
     }

     .input-number .icon-spark svg {
       width: 30px;
       height: 30px;
     }

     .input-value input {
       font-size: 30px;
     }

     .useage {
       font-size: 16px;
     }

     .people {
       font-size: 18px;
       padding: 10px 10px 25px;
     }

     .user-value {
       flex-wrap: wrap;
     }

     .user-content {
       padding: 30px;
       font-size: 20px;
     }

     .bottom-section {
       flex-wrap: wrap;
       flex-direction: column;
     }

     .payback {
       width: 100%;
       justify-content: flex-start;
       padding-top: 15px;
       gap: 35px;
     }

     button.next-button {
       width: 40px;
       height: 40px;
     }

     .price-estimation {
       width: 100%;
       flex-direction: column;
     }

     .page-slash {
       font-size: 18px;
     }

     .solarenegry-wrap {
       padding: 40px 0;
     }
   }

   /* Page 3 */
   .container {
     max-width: 800px;
     margin: 0 auto;
   }

   /* .solarenegry-wrap {
     background: #fff;
     border-radius: 25px;
     padding: 50px 0;
     box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
   }*/

   .solarenegry-logo {
     display: flex;
     justify-content: space-between;
     padding: 0 25px;
   }

   .page-slash {
     text-align: right;
     width: 50%;
   }

   .page-slash .line-arrow span {
     background-color: #ffcc00;
     width: 15px;
     height: 6px;
     display: inline-block;
     border-radius: 10px;
   }

   .page-slash {
     /* position: absolute; */
     display: flex;
     right: 20px;
     gap: 15px;
     justify-content: center;
     flex-wrap: wrap;
     width: 50px;
     font-size: 24px;
     font-weight: 600;
   }

   .solarenegry-logo {
     position: relative;
   }

   .line-arrow {
     display: flex;
     flex-direction: row;
     gap: 5px;
   }

   .edit-way {
     padding-top: 50px;
   }

   .edit-text-way {
     display: flex;
     justify-content: center;
     text-transform: capitalize;
   }

   .edit-text-way span svg {
     width: 20px;
     height: 20px;
     padding-left: 5px;
   }

   .solarenegry-section h1 {
     text-align: center;
     font-size: 34px;
     text-transform: capitalize;
   }

   .solarenegry-section p {
     text-align: center;
     font-size: 18px;
   }

   .input-number {
     display: flex;
     justify-content: center;
     border: 3px solid #ffcc00;
     max-width: 300px;
     margin: 0 auto;
     padding: 25px;
     border-radius: 15px;
     margin-top: 30px;
     align-items: center;
   }

   .input-number .icon-spark svg {
     width: 40px;
     height: 40px;
   }

   .input-value {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 80%;
   }

   .input-value input {
     border: 0;
     font-size: 50px;
     font-weight: 800;
     width: 100%;
     text-align: center;
   }

   .input-value input:focus {
     border: 0;
     outline: 0;
   }

   span.icon-spark {
     width: 10%;
   }

   .kwh {
     width: 10%;
     font-size: 20px;
     font-weight: 600;
   }

   .useage {
     text-align: center;
     margin: 15px;
     text-transform: capitalize;
     font-size: 20px;
     text-decoration: underline;
     font-weight: 700;
   }

   .people {
     text-align: center;
     font-size: 20px;
     text-transform: capitalize;
     padding: 30px;
   }

   .user-value {
     display: flex;
     justify-content: center;
     gap: 20px;
   }

   .user-value button {
     background: #fff;
     border: 0;
     display: flex;
     padding: 28px;
     justify-content: center;
     align-items: center;
     font-size: 18px;
     border-radius: 10px;
     height: 45px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     cursor: pointer;
   }



   button.actve-button {
     border: 3px solid #fdca00;
   }

   .user-content {
     text-align: center;
     padding: 50px;
     font-size: 25px;
     text-transform: capitalize;
     font-style: italic;
   }

   .bottom-section {
     border-radius: 20px;
     box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
       0 5px 14px 0 rgba(0, 0, 0, 0.18);
     padding: 15px 25px;
     display: flex;
   }

   .price-estimation {
     width: 20%;
     display: flex;
     flex-wrap: wrap;
   }

   .payback {
     width: 80%;
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
     gap: 45px;
   }

   span.price {
     color: #000;
     font-weight: 700;
   }

   .payback .label {
     color: #a9a9a9;
     text-transform: capitalize;
     font-size: 18px;
     padding-right: 15px;
     padding-bottom: 6px;
   }

   .payback>div {
     display: flex;
     flex-direction: column;
   }

   button.next-button {
     background-color: #f7941d;
     border: 0;
     padding: 0;
     width: 50px;
     height: 50px;
     border-radius: 50px;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .payback>div span:last-child {
     font-weight: 700;
     font-size: 16px;
   }

   span.green {
     color: #24b36b;
     font-weight: 600;
   }

   .kwh-sec {
     display: flex;
     justify-content: center;
     padding: 40px 0;
     gap: 80px;
     align-items: center;
     text-align: center;
   }

   .green {
     color: #24b36b;
   }

   .red {
     color: red;
   }

   .kwh-value {
     display: flex;
     font-size: 25px;
     font-weight: 700;
   }

   .kwh-value svg {
     width: 20px;
     height: 20px;
   }



   .right-sec {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
   }

   .icon-small svg path {
     fill: #24b36b;
   }

   button.back-arrow {
     border: 0;
     background: transparent;
     cursor: pointer;
   }

   .number {
     display: flex;
   }

   span.minus svg {
     width: 40px;
   }

   .input-number {
     padding-left: 10px;
     padding-right: 15px;
   }

   span.plus svg {
     width: 40px;
     cursor: pointer;
   }

   .input-number input[type="text"] {
     border: 0;
     font-size: 40px;
     width: auto;
     display: flex;
     font-weight: 600;
     justify-content: center;
     align-items: center;
     width: 100%;
     text-align: center;
   }

   span.minus {
     width: 20%;
     text-align: center;
     cursor: pointer;
   }

   span.plus {
     width: 20%;
     text-align: center;
     cursor: pointer;
   }


   @media (max-width: 575px) {
     .kwh-sec {
       flex-wrap: wrap;
       gap: 20px;
     }

     .solarenegry-section h1 {
       font-size: 30px;
     }

     .solarenegry-section p {
       font-size: 16px;
     }

     .input-number {
       padding: 15px;
     }

     .input-number .icon-spark svg {
       width: 30px;
       height: 30px;
     }

     .input-value input {
       font-size: 30px;
     }

     .useage {
       font-size: 16px;
     }

     .people {
       font-size: 18px;
       padding: 10px 10px 25px;
     }

     .user-value {
       flex-wrap: wrap;
     }

     .user-content {
       padding: 30px;
       font-size: 20px;
     }

     .bottom-section {
       flex-wrap: wrap;
       flex-direction: column;
     }

     .payback {
       width: 100%;
       justify-content: flex-start;
       padding-top: 15px;
       gap: 35px;
     }

     button.next-button {
       width: 40px;
       height: 40px;
     }

     .price-estimation {
       width: 100%;
       flex-direction: column;
     }

     .page-slash {
       font-size: 18px;
     }

     .solarenegry-wrap {
       padding: 40px 0;
     }
   }

   /* Page 4 */
   .container {
     max-width: 800px;
     margin: 0 auto;
   }

   .solarenegry-wrap {
     background: #fff;
     border-radius: 25px;
     padding: 50px 0 0;
     box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
   }

   .solarenegry-logo {
     display: flex;
     justify-content: space-between;
     padding: 0 25px;
   }

   .page-slash {
     text-align: right;
     width: 50%;
   }

   .page-slash .line-arrow span {
     background-color: #ffcc00;
     width: 15px;
     height: 6px;
     display: inline-block;
     border-radius: 10px;
   }

   .page-slash {
     /* position: absolute; */
     display: flex;
     right: 20px;
     gap: 15px;
     justify-content: center;
     flex-wrap: wrap;
     width: 50px;
     font-size: 24px;
     font-weight: 600;
   }

   .solarenegry-logo {
     position: relative;
   }

   .line-arrow {
     display: flex;
     flex-direction: row;
     gap: 5px;
   }

   .edit-way {
     padding-top: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .edit-text-way {
     display: flex;
     justify-content: center;
     text-transform: capitalize;
     border-bottom: 1px solid;
   }

   .edit-text-way span svg {
     width: 20px;
     height: 20px;
     padding-left: 5px;
   }

   .solarenegry-section h1 {
     text-align: center;
     font-size: 34px;
     text-transform: capitalize;
     margin-bottom: 0;
   }

   .solarenegry-section p {
     text-align: center;
     font-size: 18px;
   }

   .input-number {
     display: flex;
     justify-content: center;
     border: 3px solid #f7941d;
     max-width: 300px;
     margin: 0 auto;
     padding: 25px;
     border-radius: 15px;
     margin-top: 30px;
     align-items: center;
   }

   .input-number .icon-spark svg {
     width: 40px;
     height: 40px;
   }

   .input-value {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 80%;
   }

   .input-value input {
     border: 0;
     font-size: 50px;
     font-weight: 800;
     width: 100%;
     text-align: center;
   }

   .input-value input:focus {
     border: 0;
     outline: 0;
   }

   span.icon-spark {
     width: 10%;
   }

   .kwh {
     width: 10%;
     font-size: 20px;
     font-weight: 600;
     padding-right: 10px;
     display: block;
     margin-right: 10px;
   }

   .useage {
     text-align: center;
     margin: 15px;
     text-transform: capitalize;
     font-size: 20px;
     text-decoration: underline;
     font-weight: 700;
   }

   .people {
     text-align: center;
     font-size: 20px;
     text-transform: capitalize;
     padding: 30px;
   }

   .user-value {
     display: flex;
     justify-content: center;
     gap: 20px;
   }

   .user-value button {
     background: #fff;
     border: 0;
     display: flex;
     padding: 28px;
     justify-content: center;
     align-items: center;
     font-size: 18px;
     border-radius: 10px;
     height: 45px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     cursor: pointer;
   }

   .user-value span.icon-user {
     width: 30px;
     height: 30px;
     padding-left: 10px;
     display: flex;
   }

   button.actve-button {
     border: 3px solid #f7941d;
   }

   .user-content {
     text-align: center;
     padding: 50px;
     font-size: 25px;
     text-transform: capitalize;
     font-style: italic;
   }

   .bottom-section {
     border-radius: 20px;
     box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
       0 5px 14px 0 rgba(0, 0, 0, 0.18);
     padding: 15px 25px;
     display: flex;
   }

   .price-estimation {
     width: 20%;
     display: flex;
     flex-wrap: wrap;
   }

   .payback {
     width: 80%;
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
     gap: 45px;
   }

   .price-estimation span {
     color: #a9a9a9;
     text-transform: capitalize;
     font-size: 18px;
     margin-right: 10px;
   }

   span.price {
     color: #000;
     font-weight: 700;
   }

   .payback .label {
     color: #a9a9a9;
     text-transform: capitalize;
     font-size: 18px;
     padding-right: 15px;
     padding-bottom: 6px;
   }

   .payback>div {
     display: flex;
     flex-direction: column;
   }



   .payback>div span:last-child {
     font-weight: 700;
     font-size: 16px;
   }

   span.green {
     color: #24b36b;
     font-weight: 600;
   }

   .kwh-sec {
     display: flex;
     justify-content: center;
     padding: 40px 0;
     gap: 80px;
     align-items: center;
     text-align: center;
   }

   .green {
     color: #24b36b;
   }

   .kwh-value {
     display: flex;
     font-size: 25px;
     font-weight: 700;
   }

   .kwh-value svg {
     width: 20px;
     height: 20px;
   }

   .right-sec {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
   }

   .icon-small svg path {
     fill: #24b36b;
   }

   button.back-arrow {
     border: 0;
     background: transparent;
   }

   .number {
     display: flex;
     align-items: center;
   }

   span.minus svg {
     width: 40px;
   }

   .input-number {
     padding-left: 10px;
     padding-right: 15px;
   }

   span.plus svg {
     width: 40px;
     cursor: pointer;
   }

   .input-number input[type="text"] {
     border: 0;
     font-size: 40px;
     width: auto;
     display: flex;
     font-weight: 600;
     justify-content: center;
     align-items: center;
     width: 100%;
     text-align: center;
   }

   span.minus {
     width: 20%;
     text-align: center;
     cursor: pointer;
   }

   span.plus {
     width: 20%;
     text-align: center;
     cursor: pointer;
   }

   .enter-details {
     text-align: center;
     max-width: 400px;
     margin: 0 auto;
   }

   .enter-details h3 {
     text-align: center;
     font-size: 28px;
     text-transform: capitalize;
     padding: 25px 0;
     margin-bottom: 0;
   }

   .appointment label {
     display: none;
   }

   .appointment input {
    width: 100% !important;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: unset;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: 1;
    max-width: 100% !important;
}

   .warpper {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 50px 15px;
   }

   .tabs {
     background-color: #eeeeee;
     border-radius: 50px;
     padding: 10px;
   }

   .tab {
     cursor: pointer;
     padding: 10px 20px;
     margin: 0;
     display: inline-block;
     color: #8f8f8f;
     background-color: #eeeeee;
     border: 0;
     border-radius: 50px;
     font-size: 22px;
     font-weight: 700;
   }

   .panels {
     background: #fffffff6;
     border: 2px solid #dddddd;
     min-height: 200px;
     width: 100%;
     max-width: 500px;
     border-radius: 15px;
     overflow: hidden;
     padding: 20px;
     margin-top: 25px;
     text-align: center;
   }

   .panel {
     display: none;
     animation: fadein 0.8s;
   }

   @keyframes fadein {
     from {
       opacity: 0;
     }

     to {
       opacity: 1;
     }
   }

   .panel-title {
     font-size: 1.5em;
     font-weight: bold;
   }

   .radio {
     display: none;
   }

   #one:checked~.panels #one-panel,
   #two:checked~.panels #two-panel,
   #three:checked~.panels #three-panel {
     display: block;
   }

   #one:checked~.tabs #one-tab,
   #two:checked~.tabs #two-tab,
   #three:checked~.tabs #three-tab {
     background: #fff;
     color: #000;
     border: 3px solid #ffcc00;
   }

   @media (max-width: 575px) {
     .flat-roof {
       flex-wrap: wrap;
     }

     .form-group {
       display: flex;
       flex-direction: column;
     }

     .panels {
       width: 80%;
     }

     .tabs {
       padding: 25px 15px;
       text-align: center;
     }

     .kwh-sec {
       flex-wrap: wrap;
       gap: 20px;
     }

     .solarenegry-section h1 {
       font-size: 30px;
     }

     .solarenegry-section p {
       font-size: 16px;
     }

     .input-number {
       padding: 15px;
       margin: 15px;
     }

     .input-number .icon-spark svg {
       width: 30px;
       height: 30px;
     }

     .input-value input {
       font-size: 30px;
     }

     .useage {
       font-size: 16px;
     }

     .people {
       font-size: 18px;
       padding: 10px 10px 25px;
     }

     .user-value {
       flex-wrap: wrap;
     }

     .user-content {
       padding: 30px;
       font-size: 20px;
     }

     .bottom-section {
       flex-wrap: wrap;
       flex-direction: column;
     }

     .payback {
       width: 100%;
       justify-content: flex-start;
       padding-top: 15px;
       gap: 20px;
       flex-wrap: wrap;
     }

     button.next-button {
       width: 40px;
       height: 40px;
     }

     .price-estimation {
       width: 100%;
       flex-direction: column;
     }

     .page-slash {
       font-size: 18px;
     }

     .solarenegry-wrap {
       padding: 40px 0 0;
     }

     .enter-details {
       padding: 0 15px;
     }
   }

   .error-cls {
     color: red;
     font-weight: weight;
     font-size: 24px;
   }

   .mt-20 {
     margin-top: 20px;
   }

   .actionbtn {
     margin-top: 30px;
   }

   .flat-roof .active-btn,
   .direction-list .active-btn {
     background: #f7941d;
     color: white;
   }

   .right-sec.red .icon-small svg path {
     fill: red;
   }

   span.price-res {
     font-weight: 700;
     color: gray;
   }

   .solarenegry-section h1,
   h2,
   h3,
   h4,
   h5,
   .more-about-roof h1,
   h2,
   h3,
   h4,
   h5 {
     color: #2e3192;
   }

   @media(max-width:767px) {
     .user-value button {
       width: 85%;
       flex-direction: column-reverse;
       padding: 35px 10px;
     }
   }
.solarenegry-title.battery {
    margin-top: 50px;
}
.roof-two.shading-cls.battery-roof {
    margin-top: 5px;
}
.kwh-cls input[type="text"]{
  width: 100%;
}
.appointment .form-group {
  display: flex;
  flex-direction: column;
}
.extra-wpform-field {
  display: none;
}
.solarenegry-wrap .wpforms-field,.solarenegry-wrap .wpforms-submit{
  margin-left: 100px;

}
 .done-btn {
     display: flex !important;
     justify-content: center !important;
   }


   button.done {
     background-color: #f7941d !important;
     border: 0  !important;
     font-size: 20px  !important;
     padding: 11px 34px  !important;
     border-radius: 50px  !important;
     cursor: pointer  !important;
     color: #fff  !important ;
     transition: 0.5s all  !important;
     margin-bottom: 40px  !important;
   }

   button.done:hover {
     background-color: #2e3192  !important;
     transition: 0.5s all  !important;
   }
.cancel-back-btn{
	margin-top: -82px !important;
    margin-left: 300px !important;
}
@media(max-width:767px) {
    .elementor-element-a52ac69 {
    width: 100% !important;
}

.solarenegry-wrap .wpforms-field, .solarenegry-wrap .wpforms-submit {
    margin-left: 0;
}

form#wpforms-form-12865 {
    padding: 15px;
}

.wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
}    
}
 .next-wrap {
    background: #f7941d;
    border-radius: 0px 0px 15px 25px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.book a {
    background-color: #2e3192;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.book-arrow {
    width: 30px;
    height: 30px;
}

span.book-arrow svg path {
    stroke: white;
}

.next-inner {
    font-size: 24px;
    color: #fff;
}

.book a:hover {
    color: #fff;
}

span.book-arrow {}
.bottom-section {
border-radius: 20px 20px 0 0;
}
@media(max-width:767px) {
.next-inner {
    font-size: 16px;
    line-height: 26px;
}
}
.mt-25{
margin-top:25px;	
}