@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;900&display=swap');

html,
body {
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    /* color: #202945; */
    color:#03446c;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin-top: 140px;
}

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* --whatsapp style */

.whatsapp-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    text-align: right;
}

.whatsapp-chat-notification {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.notification-header {
    text-align: center;
}

a#whatsapp-link {
    background: #4CAF50; /* Green */
    color: white;
    padding: 8px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

a#whatsapp-link:hover {
    background: #45a049; /* Darker green */
    transform: scale(1.05);
}

.whatsapp-button {
    background: none;
    border: none;
    cursor: pointer;
}

.whatsapp-button img {
    width: 70px; /* Adjust the size as needed */
    height: auto;
    transition: transform 0.3s;
}

.whatsapp-button:hover img {
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
}

/* When solar_top_icon is visible, move the button */
.show-whatsapp {
    right: 200px; /* Move the button to the left */
}

/* Hide the notification by default */
#whatsapp-notification {
    display: none;
}



.overlay {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}

.modal {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 640px;
    height: auto;
    padding: 24px;
    gap: 30px;
    background: #fff;
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 888;
    color: #1982C4;
    background: rgba(25 130 196 / .1);
    border-radius: 50%;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: auto;
}

.step-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.step-label {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.step-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.step-help {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}


p.disclosure {
	text-align: justify
}
.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 20px;
}

.controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    outline: 0;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.controls button i {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.back {
    min-width: 50px;
    border-radius: 50%;
    color: #1982C4;
    background: rgba(25 130 196 / .1);
    border-color: #1982C4;
}

.next {
    border-radius: 30px;
    padding: 0 30px;
    color: #fff;
    background: #1982C4;
    border-color: #1982C4;
}

.selection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.selection .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;
    background: #f5f5f5;
    transition: all .3s ease;
}

.selection .card:hover {
    background: rgba(25 130 196 / .1);
}

.selection .card img {
    width: 60px;
    height: auto;
}

.selection .card span {
    color: #1982C4;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.personal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.field {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
    width: 100%;
    border: 1px solid #e0e0e0;
}
.field-2-col {
	width: calc(50% - 10px);
}

.field i {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    min-width: 24px;
}

.field input {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    outline: 0;
    border-radius: 4px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.personal button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    padding: 0 22px;
    border-width: 2px;
    border-style: solid;
    border-radius: 9999px;
    outline: 0;
    color: #fff;
    background: #1982C4;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}

.personal button:hover {
    background: #136090;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1280px;
    height: auto;
    margin: 0 auto;
    z-index: 666;
}

nav::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 100vw;
    height: 80px;
    z-index: 2;
    background: #fff;
    transform: translateX(-50%);
}

.menu {
    display: none;
    z-index: 3;
}

.notice {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    gap: 20px;
    z-index: 1;
    transition: all .3s ease;
}

.notice:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 100vw;
    height: 100%;
    z-index: -1;
    color: #fff;
    background: #1982C4;
    transform: translateX(-50%);
}

.notice span {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
}

.notice span i {
    font-weight: 700;
    font-style: normal;
}

.notice a {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 22px;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #1982C4;
    background: #fff;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease;
}

a.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #202945;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    outline: 0;
    padding: 0;
    z-index: 3;
    word-spacing: 2px;
    letter-spacing: -1px;
    white-space: nowrap;
    text-decoration: none;
}

a.logo:after {
    content: "Prospect \A Home Warranty";
    font-weight: 600;
    white-space: pre-wrap;
}

a.logo i {
    color: #1982C4;
    font-size: 24px;
    font-weight: normal;
}

.links a.logo:hover {
    color: inherit;
    background: inherit;
}

.links {
    display: flex;
    align-items: center;
    height: 100%;
    height: 80px;
    z-index: 3;
}

.links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    outline: 0;
    padding: 0 16px;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s ease;
}

.links a:hover {
    background: #f2f2f4;
}

.actions {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    z-index: 3;
}

.actions .button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    padding: 0 22px;
    border-width: 2px;
    border-style: solid;
    border-radius: 9999px;
    outline: 0;
    color: #1982C4;
    background: #fff;
    border-color: #1982C4;
    text-decoration: none;
    transition: all .3s ease;
}

.actions .button + .button {
    color: #fff;
    background: #1982C4;
    border-color: #1982C4;
}

.actions .button + .button:hover {
    background: #136090;
}

.actions .button:hover {
    background-color: rgba(25 130 196 / .1);
}

header {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 1440px;
    height: auto;
}

header .image {
    right: 0;
}

.recent .NewGutterGroup label {
	font-size: 10px;
    padding-left: 10px;
}

.image {
    position: absolute;
    top: 0;
    display: flex;
    min-width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.image-header {
    background: url("img-2.jpg");
}

.image-kitchen {
    background: url("img-3.jpg");
}

.image-perks {
    background: url("img-6.jpg");
}

.image-obvious {
    background: url("img-9.jpg");
}

.image-obscure {
    background: url("img-7.jpg");
}

.image-work {
    background: url("img-4.jpg");
}

.image-your {
    background: url("img-0.jpg");
}

.image-obscure {
    background: url("img-7.jpg");
}

.image-cover {
    background: url("img-1.jpg");
}

.recent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 1280px;
    gap: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: calc(50% + 40px);
}

.recent label {
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.recent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.recent span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.location {
    display: flex;
    align-items: center;
    width: auto;
    gap: 16px;
    overflow: hidden;
    border-radius: 48px;
    background: #fff;
    padding-left: 16px;
    border: 1px solid #202945;
}

.location i {
    color: #202945;
    font-size: 24px;
    font-weight: lighter;
}

.location input {
    color: #202945;
    width: 140px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    outline: 0;
    border: 0;
    height: 48px;
    background: #fff;
}

.location input::placeholder {
    color: #ccc;
}

.location button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 48px;
    outline: 0;
    padding: 0 16px;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    border-radius: 48px;
    background: #1982C4;
}

main {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1280px;
    height: auto;
    padding: 60px 0;
}

.big {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.title {
    color: #202945;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.divide {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    width: 1440px;
    height: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.divide .image {
    left: 0;
}

.content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 1280px;
    height: auto;
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50%;
}

.content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.content ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.content ul li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f058";
    color: #1982C4;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.more {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.more a {
    color: #1982C4;
}

.coverage {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 800px;
}

.cover-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
    gap: 20px;
    padding: 30px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.cover-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    background: lightgreen;
}

.reasons {
    display: grid;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    tab-size: 4;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.box i {
    color: #1982C4;
    font-size: 80px;
    margin-bottom: 16px;
}

.box span {
    color: #202945;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.box span:last-child {
    font-weight: 400;
}

.message {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 0 #0000,0 0 #0000,0 3px 9px 0 rgba(0,0,0,.14);
    border-radius: 8px;
}

.message i {
    color: #1982C4;
    font-size: 60px;
}

.message span {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.message strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.grid {
    width: 900px;
    gap: 30px;
    text-align: center;
}

.parts {
    width: 900px;
    gap: 30px;
    text-align: center;
}

.lead {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

.stage {
    display: flex;
    flex-direction: column;
    width: 380px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 9px 12px 0 rgb(0 0 0 / 25%);
}

.stage-image {
    display: flex;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.meaning .stage-content {
    gap: 10px;
}

.meaning .stage-content label {
    line-height: 1.3;
}

.meaning .stage-content p {
    font-size: 14px;
}

.stage-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
    text-align: left;
}

.stage-content label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.stage-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.stage-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    padding: 0 22px;
    border-width: 2px;
    border-style: solid;
    border-radius: 9999px;
    outline: 0;
    color: #fff;
    background: #1982C4;
    border-color: #1982C4;
    text-decoration: none;
    margin-top: 24px;
    transition: all .3s ease;
}

.stage-content a:hover {
    background: #136090;
}

.faq {
    width: 900px;
    padding: 80px 0;
    gap: 30px;
}

.drop {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.tab {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.tab button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    outline: 0;
    border: 0;
    color: inherit;
    text-align: left;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease;
}

.tab button:hover {
    color: #1982C4;
    background: rgba(25 130 196 / .1);
}

.tab button:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    font-weight: normal;
    transition: all .3s ease;
}

button.active {
    color: #1982C4;
    background: rgba(25 130 196 / .1);
}

button.active:before {
    transform: rotate(-180deg);
}

.read {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}

.read p {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.read p + p {
    margin-top: 0;
}

.cost {
    gap: 30px;
    text-align: center;
}

.learn {
    width: 500px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

.appliances {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.14);
}

.item svg {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.item label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin: 8px 0;
}

.item span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #d3302e;
}

.client {
    position: relative;
    gap: 40px;
    z-index: 1;
}

.client:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #f5f5f5;
    z-index: -1;
}

.client .subtitle {
    width: 500px;
    text-align: center;
}

.testimonials {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.customer {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.14);
}

.customer label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    text-transform: uppercase;
}

.customer span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.customer p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: #136090;
}

.footer-top,
.footer-bottom {
    width: 1280px;
}

.footer-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 50px 0;
    z-index: 1;
}

.footer-top:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 100vw;
    height: 100%;
    background: #f2f2f4;
    z-index: -1;
    transform: translateX(-50%);
}

.footer-top span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.footer-top p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.footer-top a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1982C4;
    background: #fff;
    outline: 0;
    height: 44px;
    padding: 0 22px;
    border: 2px solid #1982C4;
    border-radius: 9999px;
    text-decoration: none;
    transition: all .3s ease;
}

.footer-top a::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f003";
}

.footer-top a:hover {
    background: rgba(25 130 196 / .1);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #fff;
    padding: 70px 0;
}

.footer-bottom p {
    opacity: .8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-bottom .logo,
.footer-bottom .logo i {
    color: #fff;
}

.footer-bottom .legal {
    display: flex;
    gap: 24px;
}

.footer-bottom .legal a {
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    outline: 0;
    text-decoration: underline;
}

/* --- 2024 09 25  */

.disclaimer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0;
    gap: 4px;
    cursor: pointer;
    text-align: left;
}

.check input {
    margin-right: 8px;
    transform: translateY(-8px);
    height: 40px;
    min-width: 20px;
}

.disclaimer p {
    font-size: 8.5px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    cursor: pointer;
    text-align: left;
    text-transform: initial;
}

.modal-opt {
    display: none;  
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.modal-opt .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 600px; /* Maximum width */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Optional: adding some shadow for better UI */
}

.modal-opt .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-opt .close:hover,
.modal-opt .close:focus {
    color: black;
    text-decoration: none;
}

.modal-opt .warning {
    color: red;
    font-size: 14px;
}

.modal-opt input {
    margin: 0 0 25px;
    border: #ced4da99 solid 1px;
    color: #333;
}

.modal-opt input {
    margin: 20px 0 40px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    color: #646161;
    border: #eee solid 1px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.alert {
    display: block;
    color: red;
    background: rgba(211, 211, 211, 0.38);
    border-radius: 20px;
}

.solar_btn {
    color: #ffffff;
    background: linear-gradient(to right, #1982C4, #67add9);
    height: 35px;
    display: inline-block;
    padding: 0 45px;
    font-weight: 700;
    border-radius: 20px;
    margin: 0 1.25px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    border: 1px solid;
}
.float-right {
    float: right;
}

.contact-box {
    width: 50%;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.contact-box a {
    border: none;
    background: initial;
    display: inline;
    font-weight: 500;
}

.contact-box span {
    color: #3380b9;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.contact-box a::before {
    content: none;
}





@media only screen and (max-width: 1280px) {

    .faq {
        width: 100%;
        padding: 60px 5%;
    }

    .tab button {
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.3;
    }

    .read p {
        font-size: 14px;
    }

    section {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        flex-direction: column;
    }

    .content {
        padding-left: calc(50% + 40px);
    }

    .content ul li {
        font-size: 14px;
    }

    .reasons {
        gap: 30px;
    }

    .box i {
        font-size: 50px;
    }

    .box span {
        font-size: 12px;
    }

    .message i {
        display: none;
    }

    .message span {
        font-size: 14px;
        line-height: 18px;
    }

    .message strong {
        font-size: 16px;
        line-height: 18px;
    }

    nav,
    header {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .divide {
        width: 100%;
    }

    footer {
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-top,
    .footer-bottom {
        width: 100%;
    }

}

@media only screen and (max-width: 1000px) {

    .contact-box {
        width: 95%; 
    }

    .contact-box span {
        color: #3380b9;
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 1;
        /* text-align: justify; */
    }

    .header-modal h2 {
        font-size:1.25rem;
    }
    .header-modal .close {
        position: relative;
    }
    .modal-opt .modal-content {
        width:95%;
    }

    .contact-box a {
        border: none;
        background: initial;
        display: inline;
        font-weight: 300;
    }

    .modal {
        width: 90%;
        height: auto;
        padding: 20px;
        gap: 5px;
    }
	.close {
		position: absolute;
		min-width: 30px;
		height: 30px;
		font-size: 20px;
	}
    .step-label {
        font-size: 15px;
		line-height: 1.2;
    }

    .step-description {
        font-size: 11px;
    }
	.personal {
		gap: 5px;
	}

    .step-help {
        font-size: 9px;
		text-align: justify;
    }
	.field input {
		height: 35px;
	}

    body {
        margin-top: 120px;
    }

    nav::after {
        height: 70px;
    }

    nav.fade {
        height: 70px;
    }

    nav.fade .notice {
        transform: translateY(-100%);
    }
	.field-2-col {
		width: 100%;
	}

    a.logo {
        font-size: 14px;
    }

    .menu {
        display: flex;
        align-items: center;
        height: 70px;
        width: 20px;
        cursor: pointer;
    }

    .menu::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f0c9";
        font-size: 24px;
        font-weight: normal;
    }

    header {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 0;
        padding-left: 0;
    }

    .recent {
        width: 100%;
        gap: 16px;
        padding: 24px 5%;
    }

    .recent label {
        font-size: 24px;
        padding-right: 0;
    }

    .location {
        width: 100%;
    }

    .location input {
        width: 100%;
    }

    .image {
        position: relative;
        width: 100%;
        height: 280px;
    }

    .divide {
        display: flex;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }

    .divide .image {
        height: 220px;
    }

    .content {
        width: 100%;
        gap: 16px;
        padding: 60px 5%;
    }

    .big,
    .title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 16px;
    }

    .notice {
        height: 50px;
    }

    .notice span {
        font-size: 14px;
    }

    .notice a {
        display: none;
    }

    .actions .button:first-child {
        display: none;
    }

    .actions .button {
        font-size: 14px;
        font-weight: 500;
        height: 28px;
        padding: 0 10px;
    }

    .open .links {
        transform: translateY(100px);
    }

    .open .menu::before {
        content: "\f00d";
    }

    .links {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: auto;
        top: -30;
        left: 0;
        background: #fff;
        z-index: 2;
        transform: translateY(-70px);
        transition: all .3s ease;
        box-shadow: 0 3px 9px 0 rgba(0,0,0,.14);
    }

    .links a {
        padding: 0 5%;
        align-items: center;
        justify-content: flex-start;
        height: 40px;
        width: 100%;
        border-top: 1px solid #ccc;
        font-size: initial;
        font-weight: 500;
    }

    .links a:hover{
        font-weight: 600;
        color:black;
    }
    

    .footer-top {
        padding: 24px 0;
    }

    .footer-bottom {
        gap: 30px;
    }

    .footer-bottom .legal {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .box span:nth-child(2) {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .box span:last-child {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .client .subtitle {
        width: 100%;
    }

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

    .customer {
        width: 100%;
    }

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

    .item {
        width: 100%;
    }

    .learn {
        width: 100%;
    }

    .parts {
        width: 100%;
    }

    .lead {
        flex-direction: column;
    }

    .stage {
        width: 100%;
    }

    .grid {
        width: 100%;
    }

    .coverage {
        width: 100%;
    }

    .cover-icon {
        width: 50%;
    }

}