.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    box-shadow: 0 0 2px 0 rgb(56 69 84 / 20%);
}
.hamburger-menu {
    padding: 1em;
    display: none;
    text-transform: uppercase;
}
.main-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    align-items: center;
    justify-content: center;
}
.main-menu li {
    padding: 33px 3px;
    position: relative;
}
.main-menu li.active {
    padding: 31px 1px;
}
.main-menu .main-menu-logo, .header.fixed .main-menu .main-menu-logo {
    padding: 0 50px;
}
.main-menu .main-menu-logo .site-logo {
    width: 230px;
}
.main-menu .main-menu-logo a {
    padding: 0;
}
.main-menu .main-menu-logo img {
    width: 100%;
    margin: 0 auto;
}
.header.fixed .main-menu .main-menu-logo img {
    max-width: 130px;
}
.main-menu li a {
    display: flex;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.8;
    font-weight: 700;
    color: var(--white);
}
.main-menu li a:hover, .header.fixed .main-menu li a:hover {
    color: var(--lightgreen);
}
.main-menu li.active a { border: 2px solid; border-radius: 15px; }
.menu-item-search .minisearch { padding: 20px 30px; -webkit-transform: translateY(0); transform: translateY(0); }
.menu-item-search .minisearch .sf-input { border: 1px solid #dfe5e8; }
.menu-item-search .minisearch .sf-input { width: 100%; height: 40px; outline: none; font-size: 14px; border-radius: 4px; padding: 0 40px 0 10px; color: var(--darkgreen); background-color: #f4f6f7; }
.menu-item-search .minisearch .sf-submit-icon { position: absolute; right: 20px; width: 40px; height: 40px; }
.menu-item-search .minisearch .sf-submit-icon:before { content: "\f002"; width: 100%; height: 40px; line-height: 40px; text-align: center; color: var(--darkgreen); font-family: "Font Awesome 5 Free"; font-weight: 600; }
.menu-item-search .minisearch .sf-submit { position: absolute; border: 0; margin: 0; right: 20px; width: 40px; height: 40px; cursor: pointer; background: rgba(0, 0, 0, 0); }

.header .container { position: relative; }
.header .dropdown {
    position: absolute;
    top: 40px;
    right: calc(var(--bs-gutter-x) * .5);
}
.header .dropdown .btn-dropdown {
    min-width: 10rem;
    position: relative;
    color: var(--lightgreen);
    background-color: var(--white);
}
.header .dropdown .btn-dropdown:focus {
    box-shadow: none;
}
.header .dropdown .btn-dropdown:after {
    content: "\f063";
    position: absolute;
    left: 50%;
    margin: 0;
    opacity: 0;
    border: none;
    bottom: -12px;
    font-size: 18px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .dropdown .btn-dropdown.show:after {
    opacity: 1;
    -webkit-transform: translate(-50%,20px);
    transform: translate(-50%,20px);
}
.header .dropdown .dropdown-menu {
    padding: 0;
    border: none;
    display: block;
    text-align: center;
    border-radius: 6px;
    top: unset !important;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}
.header .dropdown ul li .dropdown-item {
    line-height: 1.5;
    color: var(--white);
    background-color: var(--lightgreen);
}
.header .dropdown .btn-dropdown,
.header .dropdown ul li .dropdown-item {
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 6px;
    letter-spacing: 0.03em;
}

/* Header Fixed */
.header.fixed { background-color: rgba(255,255,255,0.95); }
/* .header.fixed .navbar { padding: 0; } */
.header.fixed .main-menu li { padding: 18px 3px; }
.header.fixed .main-menu li.active { padding: 16px 1px; }
.header.fixed .main-menu li a { color: var(--themecolor); }
.header.fixed .main-menu li.active a { color: var(--darkgreen); }
.header.fixed .dropdown { top: 22px; }
.header.fixed .dropdown .btn-dropdown { color: var(--white); background-color: var(--lightgreen); }
.header.fixed .dropdown .btn-dropdown:after { bottom: -7px; color: var(--lightgreen); }
.header.fixed .dropdown .dropdown-menu { margin-top: -7px !important; }
/* Header Fixed */

/* Mobile Menu */
.header .header-logo-box { width: 130px; }
.header .header-logo-box img { width: 100%; }
.header:not(.fixed) .header-logo-box img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
/* Mobile Menu */

.h1_homepage { font-size: 50px; font-weight: 700; line-height: 1.38; letter-spacing: 0.05em; text-transform: uppercase; }

/* Banner */
.homepage .main, .homepage.main { display: flex; padding-top: 16.5%; align-items: center; justify-content: center; }
.banner-wrap { display: flex; margin: 0 auto; flex-flow: column; text-align: center; align-items: center; color: var(--white); justify-content: center; }
.banner-wrap .banner-title { line-height: 1; font-size: 80px; font-weight: 200; text-transform: uppercase; }
.banner-wrap .banner-subtitle { line-height: 1; font-size: 58px; font-weight: 700; margin: 15px 0 45px; text-transform: uppercase; }
.banner-wrap .banner-desc { font-size: 20px; color: #b4b4b4; max-width: 894px; line-height: 1.55; }
/* Banner */

/* Why Ecosmart */
.why_ecosmart { padding: 6% 0; }
.why_ecosmart .h1_homepage { margin-bottom: 15px; }
.why_ecosmart .why_ecosmart_desc { font-size: 19px; margin: 0 auto; line-height: 1.6; max-width: 795px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
/* Why Ecosmart */

/* Get Estimate */
.get_estimate { padding: 30px 20px; background-color: #EBF6F6; }
.get_estimate_desc { font-size: 24px; line-height: 1.5; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; }
.get_estimate .btn-estimate { width: auto; padding: 14px 28px; }
.get_estimate .btn-estimate:hover { color: var(--lightgreen); background-color: transparent; border-color: var(--lightgreen); }
/* Get Estimate */

/* Contact Section */
.contact_section { padding: 7% 0; }
.contact_section .h1_homepage { color: var(--white); }
.quickfinder { margin: 10px 0; }
.quickfinder-item-inner { padding: 20px 0; }
.quickfinder-item-inner i { color: #F44336; font-size: 16px; }
.quickfinder-item-inner .quickfinder-item-title { margin: 15px 0; font-size: 20px; font-weight: 700; line-height: 1.5; color: var(--white); }
.quickfinder-item-inner .quickfinder-item-desc { color: #9E9E9E; font-size: 14px; line-height: 1.8; }
.quickfinder-item-inner .quickfinder-item-desc a { color: #9E9E9E; }
.quickfinder-item-inner .quickfinder-item-desc a:hover { color: var(--lightgreen); }
/* Contact Section */

/* Copyright */
.copyright-section { padding: 5% 0; }
.copyright-section span { color: #f44336; }
.copyright-section p {text-align: right; }
.footer-menu ul {margin: 0;padding: 0;display: flex;flex-wrap: wrap;}
.footer-menu ul li {list-style-type: none;margin: 0 30px 0 0;font-weight: 700;text-transform: uppercase;}
.footer-menu ul li:last-child {margin: 0;}
/* Copyright */



@media only screen and (min-width: 992px) {
    .header .header-logo-box { display: none; }
    .main-menu li.installer-portal { display: none; }
    .main-menu li a { text-transform: uppercase; }
    .main-menu li.menu-item-search > a { border: none; min-width: 26px; font-size: 16px; padding-left: 7px; padding-right: 3px; }
    .main-menu li.menu-item-search > a:before { content: "\f002"; font-family: "Font Awesome 5 Free"; }
    .main-menu li.menu-item-search.search_active > a:before { content: "\f00d"; }
    .menu-item-search .minisearch { position: absolute; left: 0; top: 100%; opacity: 0; width: 280px; padding: 20px; visibility: hidden; border: 1px solid #dfe5e8; background-color: var(--white); -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
    .menu-item-search.search_active .minisearch { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }
}
@media only screen and (min-width: 1200px) {
    
}
@media only screen and (max-width: 1199.98px) {
    .h1_homepage { font-size: 40px; }
    .main-menu { justify-content: flex-start; }
    .main-menu .main-menu-logo, .header.fixed .main-menu .main-menu-logo { padding: 0 30px; }
    .banner-wrap .banner-title { font-size: 68px; }
    .banner-wrap .banner-subtitle { font-size: 50px; line-height: 1.1; margin-bottom: 30px; }
    .banner-wrap .banner-desc { font-size: 18px; line-height: 1.4; }
    /* .why_ecosmart .h1_homepage { margin-bottom: 30px; } */
    .why_ecosmart .why_ecosmart_desc { font-size: 17px; }
    .get_estimate_desc { font-size: 22px; }
}
@media only screen and (max-width: 991.98px) {
    .header .container { display: flex; align-items: self-start; justify-content: space-between; }
    .header .navbar { position: static; }
    .header .navbar-toggler { padding: 0; border: none; }
    .header .navbar-toggler:focus { border: none; box-shadow: none; }
    .header:not(.fixed) .navbar-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
    .header .navbar-collapse { position: absolute; top: 56px; left: 0px; right: 0px; }
    .header .main-menu { flex: 1; flex-flow: column; align-items: flex-start; }
    .header .main-menu .main-menu-logo { display: none; }
    .header .main-menu li { width: 100%; padding: 0 !important; background-color: #f4f6f7; border-bottom: 1px solid #dfe5e8; border-left: 4px solid transparent; }
    .header .main-menu li.active { background-color: var(--white); border-left-color: var(--lightgreen); }
    .header .main-menu li a { border: none; font-weight: 500; padding: 16px 30px; color: var(--themecolor); }
    .header .main-menu li.active a { color: var(--lightgreen); }
    .main-menu li.menu-item-search > a { padding: 0 !important; }
    .header .dropdown { display: none; }
    .get_estimate_desc { font-size: 20px; }
    .quickfinder-item-inner .quickfinder-item-title { font-size: 18px; }
}
@media only screen and (max-width: 767.98px) {
    .h1_homepage { font-size: 36px; }
    .banner-wrap .banner-title { font-size: 58px; }
    .banner-wrap .banner-subtitle { font-size: 42px; margin-bottom: 15px; }
    .banner-wrap .banner-desc { font-size: 16px; }
    .why_ecosmart, .contact_section { padding: 40px 0; }
    /* .why_ecosmart .h1_homepage { margin-bottom: 20px; } */
    .why_ecosmart .why_ecosmart_desc { font-size: 16px; }
    .get_estimate_desc { font-size: 18px; }
    .contact_section { padding-bottom: 20px; }
    .footer-menu ul { display: block; margin-bottom: 10px; }
    .footer-menu ul li { margin: 0 0 10px 0; }
    .copyright-section p {text-align: center; }
}
@media only screen and (max-width: 575.98px) {
    .header .main-menu li a, .menu-item-search .minisearch { padding: 15px; }
    .banner-wrap br { display: none; }
    .banner-wrap .banner-title { font-size: 48px; }
    .banner-wrap .banner-subtitle { font-size: 32px; }
    .copyright-section { padding: 30px 0; }
}
@media only screen and (max-width: 420.98px) {
    .banner-wrap .banner-title { font-size: 36px; }
    .banner-wrap .banner-subtitle { font-size: 22px; }
}