:root {
    --blue-color: rgb(23, 47, 83);
    --light-white-bg: #f5f5f5;
    --light-white-header: #f0f0f0;
    --light-white-paragraph: #e4e4e4;
    --blue-header: #29406f;
    --dark-paragraph: #3f4042;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    /* allows size percentage */
    height: 100%;
    width: 100%;
    /* fits screen for smaller devices */
    overflow-x: hidden;
    /* background-color: #3b81eb; */
    background-color: var(--light-white-paragraph);
    padding-top: env(safe-area-inset-top);
}

#landing-page {
    position: relative;
    background: url("/images/home/house-solar-panels.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#top-container {
    position: relative;
    display: flex;
    font-family: 'Changa', sans-serif;
    color: #edf5ff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 17.75px;
}

#top-container #top-left-logo-container {
    z-index: 1;
    margin-top: 20px;
    margin-left: 37px;
    width: clamp(90px, 15vw, 190px);
    height: 100%;
}

#top-left-logo-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#top-middle-container {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-top: 20px;
}

#menu-background {
    position: absolute;
    z-index: 0;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(59, 130, 238, 0.9) 40%, rgb(59, 130, 238, 0));
}

.nav-item-container {
    width: 120px;
    text-align: center;
    position: relative;
}

.nav-item {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1px 10px;
}

.nav-item:hover {
    color: #ffffff;
}

.nav-item:hover+.nav-item-dropdown,
.nav-item-dropdown:hover {
    opacity: 1;
    visibility: visible;
}

.nav-item-dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf5ff;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, .2);
    border-radius: 1% 1% 4% 4%;
    z-index: 1;
}

.nav-item-dropdown a {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #194a92;
    padding: 11px 32px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
}

.nav-item-dropdown a:last-child {
    padding-bottom: 18px;
}

.nav-item-dropdown a:first-child {
    padding-top: 18px;
}

.nav-item-dropdown a:hover {
    background-color: #e2edff;
}


#top-right-container {
    z-index: 1;
    width: 190px;
    margin-top: 32px;
    text-align: center;
}

#top-right-container a {
    color: inherit;
    text-shadow: inherit;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
}

#top-right-container a:hover {
    color: #ffffff;
}

#menu {
    display: none;
}

#side-menu {
    font-family: 'DM Sans', sans-serif;
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: .6s;
    white-space: nowrap;
}

#menu-nav-bar {
    background-color: inherit;
    height: 70px;
}

#menu-nav-bar button {
    float: right;
    background-color: inherit;
    color: #b6b6b6;
    width: 30%;
    height: 100%;
    font-size: 50px;
    border: none;
    outline: none;
}

#side-menu a {
    padding: 12px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #b6b6b6;
    display: block;
    transition: .3s;
}

#side-menu a:hover {
    color: #f1f1f1;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    cursor: pointer;
    transition: 1.3s;
}

.menu-dropdown-container {
    display: none;
    padding-left: 7px;
    padding-bottom: 8px;
}

#side-menu div a {
    font-size: 15px;
    font-family: Verdana, sans-serif;
}

.expand-icon {
    vertical-align: text-bottom;
    padding-left: 8px;
}

.phone-icon {
    vertical-align: text-bottom;
    padding-left: 0px;
    padding-right: 8px;
    font-size: 23px !important;
}

#menu-phone {
    font-size: 16px;
}

#landing-page header {
    margin-top: clamp(17px, 5.8vw, 42px);
    text-align: center;
}

#landing-page h1 {
    font-size: 40px;
    color: #edf5ff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.45), 0 0 7px #0046b6;
    font-family: 'PT Serif', serif;
}

#landing-page header p {
    margin-top: 32.5px;
    font-size: 15.65px;
    font-family: 'Doppio One', sans-serif;
    color: #1e3389;
}

#warranty-experince {
    margin-top: 120px;
}

#warranty-experince a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #771212;
    padding: 15px;
    margin: 1vw;
}


#about-us-container {
    background-color: var(--light-white-bg);
    width: 100%;
    display: flex;
    padding-top: 8px;
    padding-bottom: 25px;
}

#who-we-are-container,
#mission-value-container {
    height: 100%;
    width: 50%;
}

#about-us-container-icon {
    width: 55px;
    height: auto;
    margin-top: 20px;
    margin-left: 16px;
}

#who-we-are-container h2,
#mission-value-container h2 {
    font-family: obvia, 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(18.5px, 2vw, 22px);
    float: left;
    color: var(--blue-header);
    margin-left: 5%;
    margin-top: 40px;
}

#who-we-are-container h2 {
    margin-top: 36.5px;
}

#mission-value-container h2 {
    text-align: right;
    margin-top: 28px;
}

#who-we-are-container p,
#mission-value-container p {
    margin: auto;
    line-height: 27px;
    color: var(--dark-paragraph);
    width: 90%;
    margin-top: 14px;
    padding-bottom: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.292vw, 15.5px);
}

#mission-value-container p {
    margin-top: 25px;
}

#difference-warranty {
    background-color: var(--light-white-bg);
}

#the-may-difference-container {
    color: var(--light-white-header);
    background-color: var(--blue-color);
    display: flex;
    border-top-left-radius: 20px 1.5vw;
    border-top-right-radius: 20px 1.5vw;
    padding-top: 18px;
}

#why-choose-us-container,
#warranty-container {
    height: 100%;
    width: 50%;
}

#the-may-difference {
    font-family: obvia, 'Open Sans', sans-serif;
    font-size: clamp(18.5px, 2vw, 22px);
    margin-left: 5%;
    margin-top: 55px;
}

#orange-line {
    float: left;
    width: 33px;
    height: 3.8px;
    background-color: #ec6450;
    border-radius: 3px;
    margin-left: 5%;
    margin-top: 19px;
    margin-right: 18px;
}

#why-choose-us {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: clamp(13px, 1.296vw, 15px);
    margin-left: 10%;
    margin-top: 11px;
}

#why-choose-us-container p {
    margin: auto;
    color: var(--light-white-paragraph);
    line-height: 28px;
    width: 90%;
    margin-top: 30px;
    padding-bottom: 28px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.35vw, 15.5px);
}

#why-choose-us-container p a {
    color: rgb(255, 246, 246);
    font-size: clamp(14px, 1.31vw, 15.5px);
}

#warranty-icon {
    width: 130px;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-left: 43px;
}

#warranty-container h3 {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 18.2px;
    padding-right: 75px;
    margin-top: 60px;
}

#warranty-container p {
    margin: auto;
    color: var(--light-white-paragraph);
    font-size: clamp(14px, 1.208vw, 14.5px);
    line-height: 27px;
    width: 85%;
    margin-top: 58px;
    padding-bottom: 28px;
    font-family: 'DM Sans', sans-serif;
}

#contact-us-container {
    background-color: var(--blue-color);
    text-align: center;
}

#contact-us-container p {
    color: var(--light-white-header);
    font-family: Tahoma, sans-serif;
    margin: 0;
    padding: 59px 5vw 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

#contact-us-container button {
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 13.5px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: #fb782c;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 14px 27px;
    text-decoration: none;
    cursor: pointer;
    transition-duration: .3s;
    box-shadow: 1px 1.5px 4px .5px rgb(0, 0, 0, .2);
    margin-top: 42.5px;
    margin-bottom: 40px;
}

#contact-us-container button:hover {
    background-color: rgb(29, 126, 255);
    color: white;
}

#reviews-containers-container {
    background-color: var(--light-white-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

#reviews-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 4.5vw 0px;
}

#reviews-container img {
    object-fit: contain;
    width: 9.1vw;
    min-width: 65.5px;
    max-width: 93px;
    height: auto;
}

#news-articles-container {
    background-color: var(--blue-color);
    display: flex;
    padding-top: 13px;
    padding-bottom: 113px;
}

#news-articles-main {
    display: flex;
    flex-direction: column;
    min-width: 66%;
}

#news-articles-main header h4 {
    font-family: 'Doppio One', sans-serif;
    font-weight: 600;
    font-size: clamp(18.5px, 1.778vw, 22px);
    color: var(--light-white-header);
    margin-top: 35px;
}

#news-articles-main header {
    font-family: Tahoma, sans-serif;
    line-height: 25px;
    font-size: 16px;
    color: var(--light-white-paragraph);
    margin-left: 3.5%;
    margin-top: 0px;
    padding-right: 27px;
}

#news-articles-main header p {
    font-size: clamp(14.75px, 1.65vw, 16px);
    padding-top: 14px;
}

#article-container {
    margin-top: 25px;
    display: flex;
    justify-content: space-evenly;
    font-family: Arial, sans-serif;
}

.article-box {
    background-color: rgb(224, 224, 224);
    background-color: var(--light-white-bg);
    max-width: 450px;
    width: 44%;
    border-radius: 10px;
    border: medium double #cccdce;
    font-size: clamp(14px, 1.474vw, 18.5px);
}

#article-container img {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 2.5%;
    height: auto;
    border: 1px solid rgb(51, 51, 51, 0.4);
    border-radius: 5px;
}

#article-container .article-box .article-date {
    font-family: inherit;
    color: rgb(110, 110, 110);
    margin: 0;
    margin-top: 7px;
    margin-left: 2.8%;
    text-transform: uppercase;
    font-size: clamp(8px, .63em, 11px);
}

#article-container .article-title {
    font-family: inherit;
    display: inline-block;
    text-decoration: none;
    color: rgb(68, 68, 68);
    margin-left: 3.5%;
    margin-top: 17px;
    font-size: clamp(14px, 1em, 18.5px);
    line-height: 1.4em;
    font-weight: 600;
}

#article-container a:hover {
    color: rgb(32, 105, 173);
}

.article-description-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#article-container .article-box .article-description {
    font-family: inherit;
    font-size: clamp(10px, .89em, 14.35px);
    line-height: 1.55em;
    color: rgb(90, 90, 90);
    margin: 0;
    width: 93%;
}

#article-container .read-more-container>a {
    font-family: inherit;
    color: rgb(13, 89, 151);
    display: inline-block;
    text-decoration: none;
    font-size: clamp(10px, .79em, 13.35px);
    font-weight: bold;
    margin: 2.1em 3.5%;
}

#article-container .read-more-container a:hover {
    color: rgb(0, 64, 138);
}

#more-articles-container {
    min-width: 34%;
    font-family: Tahoma, sans-serif;
}

#more-articles-container .more-articles-title {
    line-height: 1.4;
}

#more-articles-container a:hover {
    color: rgb(255, 255, 255);
}

#more-articles-container>p {
    display: inline-block;
    text-decoration: none;
    font-family: 'Doppio One', sans-serif;
    color: var(--light-white-header);
    font-size: clamp(17px, 1.77vw, 20px);
    font-weight: bold;
    margin-left: 4%;
    margin-top: 53px;
}

#more-articles-container .more-articles-date {
    font-family: Arial, sans-serif;
    color: rgb(221, 221, 221);
    text-transform: uppercase;
    font-size: clamp(9.5px, 1.1vw, 10.51px);
    margin-left: 3.5%;
    margin-top: 45px;
}

#more-articles-container a {
    line-height: 1.35rem;
}

#more-articles-container .more-articles-title {
    font-family: inherit;
    display: block;
    text-decoration: none;
    color: var(--light-white-header);
    margin-left: 3.5%;
    margin-top: 10px;
    padding-right: 5%;
    font-size: clamp(14.5px, 1.7vw, 19px);
    font-weight: 600;
}

#more-articles-container .more-articles-description {
    font-family: Arial, sans-serif;
    color: var(--light-white-paragraph);
    line-height: 23px;
    margin-left: 3.5%;
    margin-right: 7%;
    margin-top: 10px;
    font-size: clamp(12.5px, 1.6vw, 14px);
    padding: 0px;
}

.more-articles-more {
    font-family: Arial, sans-serif;
    color: var(--light-white-header);
    display: inline-block;
    text-decoration: none;
    font-size: clamp(11.5px, 1.1vw, 12.5px);
    font-weight: bold;
    margin-left: 3.5%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer {
    position: relative;
    background-color: #000000;
    color: var(--light-white-header);
    font-family: Helvetica, sans-serif;
}

#footer-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 57px 20px 50px;
}

#footer-company-info-container {
    padding: 0px 112px;
    width: 166px;
    display: flex;
    justify-content: center;
}

.footer-grid-item-company-name {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-left: 2px;
    margin-bottom: 4px;
}

#company-info-grid-container>.footer-grid-item-company-name>a {
    font-family: obvia, 'Open Sans', sans-serif;
    font-size: clamp(14px, 1.75vw, 15.75px);
    font-weight: bold;
}

#footer-company-info {
    color: var(--light-white-header);
    margin: 49px 0;
}

#footer-company-info a {
    color: var(--light-white-header);
    font-size: clamp(11.35px, 0.956vw, 12px);
    text-decoration: none;
}

.footer-grid-item {
    padding-top: 5px;
}

#company-info-grid-container {
    display: grid;
    grid-template-columns: auto auto;
}

#footer-company-info #company-info-grid-container .footer-icon i {
    vertical-align: text-bottom;
    margin-right: 7px;
    font-size: 16.5px !important;
}

#footer ul {
    list-style-type: none;
}

#footer address {
    font-style: normal;
}

#footer-middle-container {
    display: flex;
    min-width: 500px;
    margin-top: 50px;
    padding: 0px 20px;
    font-size: clamp(10px, 1.7vw, 19px);
}

.footer-middle-section-container {
    width: 166.66px;
    display: flex;
    justify-content: center;
}

.footer-middle-section section {
    font-size: clamp(14.5px, 1rem, 19px);
    margin-bottom: 5px;
}

.footer-middle-section li {
    padding: 2.5px;
}

.footer-middle-section a {
    text-decoration: none;
    font-size: clamp(12px, .815em, 13px);
    color: var(--light-white-header);
    margin-left: 1.2px;
    font-family: Helvetica, sans-serif;
}

.footer-middle-section a:hover {
    color: #ffffff;
}

#footer #connect-container {
    width: 166px;
    display: flex;
    justify-content: center;
}

#footer #connect {
    padding: 0px 4px;
    display: inline-block;
    text-align: center;
    margin-top: 73px;
}

#footer #connect p {
    padding-bottom: 15px;
    font-size: clamp(15.5px, 1.8vw, 17.5px);
    font-family: 'Doppio One', sans-serif;
    font-weight: bold;
}

#footer #connect a {
    padding: 5px;
}

#footer .fab {
    color: white;
    font-size: clamp(16.5px, 1.77vw, 20px);
}

#footer .fa-facebook-f:hover {
    color: #4267B2;
}

#footer .fa-twitter:hover {
    color: #1DA1F2;
}

#footer .fa-linkedin-in:hover {
    color: #0E76A8;
}

#footer .fa-youtube:hover {
    color: #FF0000;
}

#footer .fa-instagram:hover {
    color: #FCAF45;
}

#footer #license-insured {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: clamp(10px, 0.916vw, 11.5px);
    padding-left: 13px;
    padding-bottom: 3px;
    color: var(--light-white-paragraph);
}

#footer #license-insured p {
    padding-bottom: 5px;
}

#footer #terms-privacy {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: clamp(10px, 0.916vw, 11px);
    padding-right: 8px;
    padding-bottom: 8px;
}

#terms-privacy a {
    padding-right: 4px;
    color: var(--light-white-paragraph);
    text-decoration: none;
}

#footer #copyright {
    color: var(--light-white-paragraph);
    text-align: center;
    font-size: clamp(11.25px, 1.036vw, 13px);
    margin-top: 50px;
    padding-bottom: 5px;
}

#copyright::first-letter {
    font-size: 135%;
}


@media all and (max-width: 1052px) {
    #warranty-icon {
        width: 115px;
    }

    #warranty-container h3 {
        font-size: 17px;
        margin-top: 55px;
    }

    #warranty-container p {
        margin-top: 51px;
    }
}


@media all and (max-width: 1010px) {
    #top-container #top-left-logo-container {
        margin-top: 15px;
        margin-left: 35px;
        width: clamp(90px, 15vw, 190px);
    }

    #landing-page h1 {
        font-size: 35px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.45), 0 0 4px #0046b6;
    }

    #landing-page header p {
        font-size: 14.5px;
    }

    #top-right-container {
        width: 35px;
    }

    #top-right-container a {
        display: none;
    }

    #warranty-experince {
        margin-top: 110px;
    }

    #warranty-experince a {
        font-size: 13.2px;
    }

    #mission-value-container #about-us-container-icon {
        width: 52px;
        margin-top: 20px;
        margin-left: 16px;
    }

    #who-we-are-container p {
        line-height: 25px;
        padding-bottom: 26px;
    }

    #mission-value-container p {
        line-height: 25px;
        margin-top: 19px;
        padding-bottom: 26px;
    }

    #why-choose-us-container p {
        line-height: 25px;
    }

    #orange-line {
        width: 30px;
        height: 3.7px;
    }

    #warranty-icon {
        width: 110px;
    }

    #contact-us-container p {
        font-size: 16px;
        padding-top: 45px
    }
}


@media all and (max-width: 969px) {
    #warranty-experince a {
        font-size: 12.75px;
    }

    #footer #connect {
        margin-top: 26px;
    }

    #footer-section-container {
        padding: 36px 20px 40px;
    }
}


@media all and (max-width: 966px) {
    #warranty-container h3 {
        font-size: 16px;
        margin-right: 20px;
        line-height: 23px;
    }

    #warranty-icon {
        margin-right: 20px;
    }

    #news-articles-main header h4 {
        margin-top: 27px;
    }
}


@media all and (max-width: 944px) {
    #warranty-container p {
        margin-top: 40px;
    }

    #warranty-container h3 {
        margin-top: 42px;
    }

    #news-articles-container {
        padding-bottom: 30px;
    }
}


@media all and (max-width: 929px) {
    #footer-section-container {
        padding: 36px 0px 40px;
    }

    #footer-company-info-container {
        order: 2;
    }

    .footer-middle-section-container {
        order: 1;
    }

    #connect-container {
        order: 3;
        margin-top: 16px;
    }

    #footer-middle-container {
        margin-top: 30px;
    }

    #footer-company-info {
        margin: 29px 0;
    }

    #footer #copyright {
        margin-top: 35px;
    }
}


@media all and (max-width: 854px) {
    #connect-container {
        margin-top: 5px;
    }
}


@media all and (max-width: 826px) {
    #top-container {
        position: relative;
    }

    #top-container #top-middle-container,
    #top-right-container {
        display: none;
    }

    #top-container #top-left-logo-container {
        width: clamp(100px, 18vw, 190px);
    }

    #menu {
        display: inline-block;
        padding: 30px 40px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 27px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        margin: 5.5px 0;
        border-radius: 15%;
        transition: 0.2s;
        box-shadow: 0.5px 1px rgba(3, 54, 112, .4);
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    #warranty-experince {
        margin-top: 100px;
    }

    #who-we-are-container img {
        width: 40px;
        margin-top: 20px;
        margin-left: 16px;
    }

    #about-us-container #mission-value-container img {
        width: 45px;
        margin-top: 17.5px;
        margin-left: 17px;
    }

    #who-we-are-container h2 {
        margin-top: 30px;
    }

    #mission-value-container h2 {
        margin-top: 22px;
    }

    #who-we-are-container p,
    #mission-value-container p {
        padding-bottom: 18px;
    }

    #orange-line {
        height: 3.5px;
    }
}


@media all and (max-width: 763px) {
    #footer-section-container {
        justify-content: center;
    }

    #footer-middle-container {
        width: 85%;
        justify-content: space-evenly;
        min-width: 0px;
        margin-top: 25px;
    }

    #footer-company-info-container {
        padding-top: 20px;
    }

    #connect-container {
        padding-top: 49px;
        margin: 0px 4vw;
        margin-left: 38px;
    }
}


@media all and (max-width: 744px) {
    #the-may-difference-container {
        flex-direction: column;
    }

    #the-may-difference {
        margin-top: 31px;
    }

    #why-choose-us-container,
    #warranty-container {
        width: 100%;
    }

    #orange-line {
        margin-right: 15px;
    }

    #warranty-icon {
        margin-top: 8px;
        margin-left: 33px;
    }

    #warranty-container h3 {
        padding-top: 8px;
        margin-top: 32px;
        padding-right: 80px;
    }

    #warranty-container p {
        margin-top: 48px;
    }

    #contact-us-container p {
        font-size: 15.5px;
    }

    #contact-us-container button {
        margin-top: 30px;
        font-size: 13px;
        padding: 13px 24px;
    }
}


@media all and (max-width: 727px) {
    #connect-container {
        margin: 0 4vw;
    }
}


@media all and (max-width: 650px) {
    #news-articles-container {
        flex-wrap: wrap;
        padding-bottom: 31px;
    }

    #news-articles-main {
        padding-left: 5px;
        padding-right: 5px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #news-articles-main header h4 {
        margin-top: 27px;
    }

    #news-articles-main header {
        padding-right: 3.5%;
    }

    #article-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    #more-articles-container>p {
        margin-left: 4%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    #more-articles-container .more-articles-date {
        margin-left: 4%;
        margin-top: 25px;
    }

    #more-articles-container .more-articles-title {
        margin-left: 4%;
    }

    #more-articles-container .more-articles-description {
        margin-left: 4%;
        margin-right: 4%;
    }

    .more-articles-more {
        margin-left: 4%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .article-box {
        min-width: 240px;
        margin: 8px;
    }
}


@media all and (max-width: 707px) {

    html,
    body {
        background-color: #000000;
    }

    #landing-page header {
        margin-top: 20px;
    }

    #landing-page h1 {
        font-size: 5.1vw;
    }

    #warranty-experince {
        margin-top: 90px;
    }
}


@media all and (max-width: 675px) {
    #reviews-container {
        justify-content: center;
        margin: 2.75vw 0px;
    }

    #reviews-container img {
        margin: 10px 4vw;
    }
}


@media all and (max-width: 650px) {
    .article-box {
        font-size: clamp(14px, 2.25vw, 18.5px);
    }

    #more-articles-container .more-articles-title {
        font-size: clamp(15px, 2.73vw, 15.5px);
    }

    #more-articles-container .more-articles-description {
        font-size: clamp(13.5px, 2vw, 14px);
    }
}

@media all and (max-width: 649px) {
    #about-us-container {
        display: block;
    }

    #who-we-are-container,
    #mission-value-container {
        width: 100%;
    }

    #about-us-container-icon {
        width: 55px;
        height: auto;
        margin-top: 20px;
        margin-left: 16px;
    }
}


@media all and (max-width: 620px) {
    #landing-page h1 {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.45), 0 0 3px #0046b6;
    }

    #landing-page header p {
        margin: 23px 50px;
        font-size: 14px;
    }

    #warranty-experince a {
        font-size: 12px;
    }
}


@media all and (max-width: 617px) {
    #footer-middle-container {
        width: 100%;
    }
}


@media all and (max-width: 580px) {
    #footer #footer-bottom-container {
        position: relative;
        display: flex;
    }

    #footer #license-insured-terms-privacy-container {
        position: relative;
        order: 2;
        width: 34%;
    }

    #footer #license-insured {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-right: 5px;
    }

    #footer #license-insured p {
        text-align: right;
        width: 100%;
        padding-bottom: 6px;
    }

    #footer #terms-privacy {
        position: relative;
        text-align: right;
        width: 100%;
        padding: 0px;
        margin-bottom: 6px;
    }

    #footer #terms-privacy a {
        width: 100%;
        padding: 0px;
        padding-right: 5px;
    }

    #footer #copyright {
        order: 1;
        text-align: start;
        width: 66%;
        padding-bottom: .5px;
        padding-left: 5px;
        margin-top: auto;
    }
}


@media all and (max-width: 579px) {
    #reviews-container img {
        margin: 10px 6vw;
    }

    #connect-container {
        margin: 0 4.5vw;
    }
}


@media all and (max-width: 540px) {
    #landing-page header p {
        margin: 18px 50px;
    }

    #warranty-icon {
        width: 100px;
    }

    #warranty-container p {
        margin-top: 46px;
    }
}


@media all and (max-width: 534px) {
    #contact-us-container p {
        padding-top: 30px
    }
}


@media all and (max-width: 521px) {
    .article-box {
        min-width: 0px;
        max-width: 303px;
        margin: 8px;
        width: 94%;
        font-size: clamp(14px, 2.95vw, 18.5px);
        font-size: 15px;
    }
}


@media all and (max-width: 518px) {
    #warranty-container h3 {
        font-size: 15px;
    }

    #contact-us-container p {
        font-size: 15px;
    }
}


@media all and (max-width: 516px) {
    #connect-container {
        margin: 0 2vw;
    }
}


@media all and (max-width: 503px) {
    #reviews-container img {
        margin: 10px 5.5vw;
    }
}


@media all and (max-width: 500px) {
    #about-us-container {
        padding-top: 0px;
        padding-bottom: 12px;
    }

    #the-may-difference-container {
        padding-top: 12px;
    }

    #warranty-experince a {
        padding: 10px;
    }

    #who-we-are-container p,
    #mission-value-container p,
    #why-choose-us-container p {
        line-height: 23px;
    }

    #warranty-icon {
        width: 97px;
    }

    #warranty-container p {
        line-height: 25px;
    }
}


@media all and (max-width: 485px) {
    #warranty-container h3 {
        margin-top: 26px;
        padding-top: 0px;
        font-size: 14.7px;
    }

    #warranty-container p {
        margin-top: 30px;
    }

    #warranty-icon {
        margin-top: 12.5px;
        margin-right: 30px;
    }
}


@media all and (max-width: 483px) {
    #top-container #top-left-logo-container {
        margin-top: 15px;
        margin-left: 8%;
    }
}


@media all and (max-width: 480px) {
    #footer-section-container {
        position: relative;
        padding-bottom: 44px;
    }

    #footer-middle-container {
        display: grid;
        grid-row-gap: 50px;
        grid-template-columns: auto auto;
        padding: 0px;
        margin: 0px;
        margin-top: 19px;
    }

    .footer-middle-grid {
        order: 0;
    }

    .footer-middle-section {
        width: 90%;
        margin-left: 16%;
    }

    #footer-company-info-container {
        position: absolute;
        padding: 0px;
        top: 158px;
        left: 55%;
    }
}


@media all and (max-width: 479px) {
    #landing-page header p {
        margin: 18px 42px;
        font-size: 12.52px;
        /* background-color: rgb(255, 0, 0); */
    }

    #warranty-experince a {
        font-size: 11.25px;
    }
}


@media all and (max-width: 467px) {
    #reviews-container img {
        margin: 10px 5vw;
    }
}


@media all and (max-width: 450px) {
    #the-may-difference-container {
        padding-top: 8px;
    }

    #warranty-container p {
        width: 88%;
    }
}


@media all and (max-width: 447px) {
    #warranty-experince a {
        padding: 7px;
    }

    #news-articles-main header h4 {
        margin-top: 23px;
    }
}


@media all and (max-width: 438px) {
    #contact-us-container p {
        padding-top: 27px
    }
}


@media all and (max-width: 436px) {
    #reviews-container img {
        margin: 10px 4.5vw;
    }
}


@media all and (max-width: 427px) {
    #footer #footer-bottom-container {
        flex-direction: column;
    }

    #footer #license-insured-terms-privacy-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #footer #license-insured {
        display: flex;
        flex-direction: column;
    }

    #footer #license-insured p {
        text-align: center;
    }

    #footer #terms-privacy {
        order: 1;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    #footer #copyright {
        order: 2;
        text-align: center;
        width: 100%;
        padding: 0px;
        font-size: clamp(10.5px, 1.036vw, 13px);
        margin-top: 0px;
        margin-bottom: 3px;
    }

    #connect-container {
        margin-bottom: 27px;
    }
}


@media all and (max-width: 416px) {
    #footer-company-info-container {
        left: 55%;
    }
}


@media all and (max-width: 409px) {
    #reviews-container img {
        margin: 10px 4vw;
    }
}


@media all and (max-width: 403px) {
    #contact-us-container p {
        font-size: 14.6px;
    }
}


@media all and (max-width: 393px) {
    #contact-us-container button {
        margin-top: 30px;
        font-size: 12.35px;
        padding: 12px 15px;
    }
}


@media all and (max-width: 391px) {
    #landing-page header p {
        margin: 18px 30px;
    }

    #warranty-experince a {
        font-size: 10.55px;
    }
}


@media all and (max-width: 389px) {
    #footer-company-info-container {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        padding-top: 34px;
    }

    #footer-company-info {
        padding-left: 33px;
    }

    #connect {
        position: absolute;
        width: 121px;
        margin: 0px;
        top: 181px;
        left: auto;
        right: 15.5%;
    }

    #connect a {
        display: inline-block;
        padding: 5px 5px;
    }

    #footer-section-container {
        padding-bottom: 0px;
    }

    #connect-container {
        margin-bottom: 20px;
    }
}


@media all and (max-width: 385px) {
    #reviews-container {
        justify-content: space-evenly;
    }

    #news-articles-container {
        padding-bottom: 20px;
    }
}


@media all and (max-width: 382px) {
    #warranty-experince a {
        padding: 5px;
    }
}


@media all and (max-width: 380px) {
    #warranty-icon {
        margin-right: 0px;
    }

    #warranty-container h3 {
        padding-right: 10px;
    }
}


@media all and (max-width: 370px) {
    #reviews-containers-container {
        padding: 0px 0px;
    }
}


@media all and (max-width: 360px) {
    #warranty-experince {
        margin-top: 30px;
    }

    #warranty-experince a {
        display: block;
        padding: 5px;
    }
}


@media all and (max-width: 357px) {
    #orange-line {
        width: 28px;
        height: 3.3px;
    }

    #warranty-icon {
        margin-left: 21px;
    }

    #warranty-container h3 {
        font-size: 14.3px;
        margin-right: 10px;
        padding-right: 5px;
    }

    #contact-us-container p {
        font-size: 14.5px;
    }
}


@media all and (max-width: 350px) {
    .footer-middle-grid {
        order: 1;
    }

    #footer-section-container {
        padding-bottom: 24px;
    }

    #footer-company-info-container {
        padding-top: 17px;
    }

    #footer-middle-container {
        grid-template-columns: auto;
        margin-top: 19px;
    }

    #connect-container {
        padding-top: 2px;
        margin-bottom: 39px;
    }

    #connect {
        position: relative;
        padding: 0;
        padding-top: 20px;
        margin: 0;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
    }
}


@media all and (max-width: 340px) {
    #warranty-container h3 {
        font-size: 14px;
    }
}


@media all and (max-width: 334px) {
    .article-box {
        font-size: clamp(14px, 2.95vw, 18.5px);
    }
}



@media all and (min-width: 320px) and (max-height: 750px) {
    #warranty-experince {
        margin-top: 30px;
    }
}


@media all and (min-width: 320px) and (max-height: 677px) {
    #landing-page header {
        margin-top: 25px;
    }
}


@media all and (min-width: 320px) and (max-height: 547px) {
    #warranty-experince {
        margin-top: 20px;
    }
}


@media all and (min-width: 320px) and (max-height: 455px) {
    #warranty-experince {
        display: none;
    }
}




@media all and (min-width: 385px) and (max-height: 781px) {
    #warranty-experince {
        margin-top: 50px;
    }
}

@media all and (min-width: 385px) and (max-height: 696px) {
    #landing-page header {
        margin-top: 20px;
    }
}

@media all and (min-width: 385px) and (max-height: 576px) {
    #warranty-experince {
        margin-top: 30px;
    }
}





@media all and (min-width: 450px) and (max-height: 877px) {
    #warranty-experince {
        margin-top: 50px;
    }
}


@media all and (min-width: 450px) and (max-height: 732px) {
    #warranty-experince {
        margin-top: 30px;
    }
}


@media all and (min-width: 450px) and (max-height: 653px) {
    #landing-page header {
        margin-top: 20px;
    }
}


@media all and (min-width: 450px) and (max-height: 565px) {
    #landing-page header {
        margin-top: 20px;
    }
}


@media all and (min-width: 450px) and (max-height: 526px) {
    #warranty-experince {
        display: none;
    }
}




@media all and (min-width: 550px) and (max-height: 820px) {
    #warranty-experince {
        margin-top: 30px;
    }
}

@media all and (min-width: 550px) and (max-height: 800px) {
    #landing-page header {
        margin-top: 20px;
    }
}

@media all and (min-width: 550px) and (max-height: 653px) {
    #warranty-experince {
        display: none;
    }
}



@media all and (min-width: 650px) and (max-height: 877px) {
    #top-container #top-left-logo-container {
        margin-top: 8px;
        margin-left: 30px;
        width: 15vh;
    }

    #warranty-experince {
        margin-top: 50px;
    }
}


@media all and (min-width: 650px) and (max-height: 775px) {
    #landing-page header {
        margin-top: 20px;
    }
}


@media all and (min-width: 650px) and (max-height: 650px) {
    #top-container #top-left-logo-container {
        width: 100px;
    }
}


@media all and (min-width: 650px) and (max-height: 655px) {
    #warranty-experince {
        display: none;
    }
}



@media all and (min-width: 793px) and (max-height: 1130px) {
    #landing-page header {
        margin-top: 20px;
    }

    #warranty-experince {
        margin-top: 70px;
    }
}


@media all and (min-width: 793px) and (max-height: 1030px) {
    #top-container #top-left-logo-container {
        margin-top: 8px;
        margin-left: 30px;
        width: 16vh;
    }
}


@media all and (min-width: 793px) and (max-height: 943px) {
    #landing-page header {
        margin-top: 10px;
    }

    #landing-page h1 {
        font-size: 35px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.45), 0 0 4px #0046b6;
    }

    #landing-page header p {
        font-size: 14px;
    }

    #warranty-experince a {
        font-size: 12px;
    }

    #warranty-experince {
        margin-top: 60px;
    }
}


@media all and (min-width: 793px) and (max-height: 915px) {
    #menu-background {
        display: block;
    }
}


@media all and (min-width: 793px) and (max-height: 852px) {
    #top-container #top-left-logo-container {
        width: 135px;
    }
}


@media all and (min-width: 793px) and (max-height: 825px) {
    #landing-page header {
        margin-top: 0px;
    }

    #landing-page h1 {
        font-size: 32px;
    }

    #landing-page header p {
        font-size: 12.5px;
    }

    #warranty-experince a {
        font-size: 11.2px;
    }
}


@media all and (min-width: 793px) and (max-height: 713px) {
    #warranty-experince {
        display: none;
    }
}