:root {
    --color1: #ffffff;
    --color2: #000000;
    --color3: #237c39;
    --color4: #2c2e35;
    --color5: #de2326;
    --color6: #ffc62c;
    --Polymath: "Polymath";
    --Barlow_Condensed: "Barlow Condensed", sans-serif;
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 300;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Light.otf");
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 400;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Regular.otf");
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 500;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Medium.otf");
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 600;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Semibold.otf");
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 700;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Bold.otf");
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 800;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Black.otf");
}

@font-face {
    font-family: "Polymath";
    font-style: normal;
    font-weight: 900;
    src: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/font/PolymathDisp-Super.otf");
}

.html,
body,
div,
span,
applet,
object,
iframe,
img,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Polymath", sans-serif !important;
}

p,
span,
a {
    font-family: "Polymath", sans-serif !important;
    letter-spacing: 1px;
    margin: 0;
}

.landing-main {
    width: 100%;
    overflow-x: hidden;
}

.mid-container-main {
    width: 100%;
    margin: 107px 0 0;
}

/* Header Navbar CSS  */

.header-main {
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: var(--color5);
    border-top: 20px solid var(--color3);
    padding: 21px 0px;
    align-items: center;
}

.slider-main-div {
    height: 650px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
    margin: 0 60px;
}

.logo img {
    max-width: 375px;
}

.top-nav {
    display: flex;
}

.top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.top-nav ul li {
    padding: 0 15px;
}

.activee {
    color: var(--color6) !important;
    font-weight: 800;
}

.top-nav ul li a {
    text-decoration: none;
    color: var(--color1);
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-phone-no {
    text-decoration: none;
    color: var(--color1);
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.top-nav ul li a:hover {
    color: var(--color1);
}

.toggle-menu {
    display: none;
    cursor: pointer;
}

.toggle-menu .menu-icon,
.toggle-menu .close-icon {
    font-size: 1.5rem;
    color: var(--color1);
    padding-right: 10px;
    display: none;
}

.toggle-menu .close-icon {
    color: var(--color1);
    padding-right: 10px;
}

.seprator {
    display: flex;
    align-items: center;
}

.fLno {
    font-size: 17px;
    color: white;
}

.logo {
    line-height: 10px;
}





@media (max-width: 1290px) {
    .top-nav ul li {
        padding: 0 5px;
    }

    .top-nav ul li a {
        font-size: 18px;
    }

    .nav-phone-no {
        font-size: 18px;
    }
}

@media (max-width: 1190px) {
    .header-content {
        margin: 0px 25px;
    }
}


@media (max-width: 600px) {
    .header-content {
        margin: 0 10px 0px 10px;
    }

    .bennar-3-br {
        display: block;
    }
}

@media (max-width: 500px) {
    .logo img {
        max-width: 275px;
    }
}

@media (max-width: 400px) {
    .logo img {
        max-width: 230px;
    }
}

@media (max-width: 1100px) {
    .header-content {
        margin: 0px 60px;
    }

    .top-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: var(--color5);
        width: 100%;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        z-index: 99;
    }

    .top-nav.active {
        display: flex;
    }

    .toggle-menu {
        display: block;
        margin-left: 20px;
    }

    .toggle-menu .menu-icon {
        display: inline;
    }

    .toggle-menu.active .menu-icon {
        display: none;
    }

    .toggle-menu.active .close-icon {
        display: inline;
    }

    .top-nav ul li {
        width: 100%;
        text-align: left;
        padding: 7px 20px !important;
    }

    .top-nav ul {
        width: 100%;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
        padding: 14px 0;
        flex-direction: column;
    }

    .seprator {
        display: none;
    }

    .nav-phone-no {
        width: 60%;
        margin-top: 3px;
        font-size: 21px;
        text-align: end;
    }
}


@media (max-width: 750px) {
    .header-content {
        margin: 0px 15px;
    }
}

@media (max-width: 650px) {
    .logo img {
        max-width: 270px;
    }
}

@media (max-width: 600px) {
    .header-content {
        margin: 0px;
    }
}

@media (max-width: 530px) {
    .logo img {
        max-width: 220px;
    }
}

@media (max-width: 500px) {
    .nav-phone-no {
        font-size: 18px;
    }
}



@media (max-width: 450px) {
    .nav-phone-no {
        display: none;
    }
}

/* Header Navbar End  */

/* Slider CSS */
.slider-mox {
    position: relative;
    width: 100%;
    height: 730px;
    overflow: hidden;
}

.slide-mox {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 0;
    transform: translateX(100%);
}

.slide-mox.active {
    opacity: 1;
    transform: translateX(0);
}

.slide-mox.previous {
    transform: translateX(-100%);
}

.slider-content-submain h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

.slider-content-submain p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: var(--color1);
    font-weight: 500;
}

.section-1-right-side-para2 h5 {
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--color1);
}

.quote-button {
    background-color: var(--color5);
    border: none;
    color: var(--color1);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    /* margin-top: 9px; */
    /* line-height: 20px; */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 13px;
}

.quote-button:hover {
    background-color: var(--color5);
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border: 1px solid var(--color5);
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: var(--color5);
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color3);
    color: var(--color1);
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
}

.arrow.left {
    left: 1px;
}

.arrow.right {
    right: 1px;
}

.arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.slider-content-main {
    color: var(--color1);
}

.slider-content-submain {
    color: var(--color1);
}

/* Slider CSS END  */

/* SECTION-1 CSS  */
.section-1-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* background-color: black; */
}

.section-1-right-side-h1 {
    font-size: 4rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 1;
    margin-bottom: 20px;
}

.section-1-right-side-h1-number a {
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--color6);
}

.call-text {
    margin: 0px;
    letter-spacing: 1.6px;
    text-transform: none;
    font-weight: 600;
}

.unique-divider {
    color: #ffc62c;
    border: 1px solid #ffc62c;
    width: 520px;
    margin: 0;
}

.section-1-right-side-para1 {
    margin-top: 20px;
}

.section-1-right-side-para1 p {
    font-size: 2.2rem;
    margin-bottom: 20px;
    /* word-spacing: 5px; */
    letter-spacing: 2px;
    color: var(--color1);
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 37px;
}

.section-1-right-side-para2 {
    margin: 20px 0px !important;
}

.section-1-main-content {
    position: relative;
    z-index: 1;
    color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.section-1-btn-br {
    display: none;
}

.section-1-mobile-br {
    display: none;
}

@media (max-width: 1025px) {
    .slider-mox {
        height: 620px !important;
    }

    .slider-main-div {
        height: 575px !important;
    }

    .section-1-right-side-h1 {
        font-size: 3rem !important;
    }

    .section-1-right-side-para1 p {
        font-size: 2rem;
    }

    .section-1-right-side-para2 h5 {
        font-size: 2.5rem;
    }

    .section-1-right-side-h1-number a {
        font-size: 2.1rem;
    }

    .section-1-btn-main {
        margin-top: 30px !important;
    }
}

@media (max-width: 990px) {
    .mid-container-main {
        width: 100%;
        margin: 112px 0 0;
        margin-top: 107px;
    }
}

@media (max-width: 768px) {
    .banner1-head-br {
        display: none;
    }

    .slider-inner-content-div {
        width: 100%;
    }

    .section-1-right-side-para1 p {
        font-size: 1.7rem;
        line-height: 32px;
    }

    .slider-main-div {
        height: 550px !important;
    }
}

@media (max-width: 650px) {
    .mid-container-main {
        margin-top: 97px;
    }

    .section-1-btn-br {
        display: block;
    }

    .section-1-btn-main .quote-button {
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .slider-inner-content-div br {
        display: none;
    }

    .section-1-btn-br {
        display: block !important;
    }

    .slider-mox {
        height: 860px !important;
    }

    .slider-main-div {
        height: 1100px !important;
        width: 85% !important;
        margin: 0px 45px !important;
    }

    .section-1-right-side-h1 {
        font-size: 2.2rem !important;
    }

    .section-1-right-side-para2 h5 {
        font-size: 2.5rem;
        letter-spacing: 1.5px;
    }

    .section-1-right-side-para1 p {
        font-size: 1.4rem;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .section-1-btn-main {
        margin-top: 15px !important;
    }

    .slider-inner-content-div,
    .section-1-hr-warper {
        text-align: center;
    }

    .section-1-hr-warper .unique-divider {
        display: none;
    }

    .section-1-hr-warper {
        display: flex;
        justify-content: center;
    }

    .section-1-hr-warper div {
        width: 275px;
        border-top: 1px solid #ffc62c;
    }

    .section-1-btn-main {
        text-align: center;
    }

    .section-1-btn-warper {
        display: flex;
        justify-content: center;
    }

    .section-1-mobile-br {
        display: block !important;
    }

    .section-1-btn-main .quote-button {
        line-height: 22px;
        letter-spacing: 2px;
    }
}

@media (max-width: 550px) {
    .slider-mox {
        height: 830px !important;
    }

    .slider-main-div {
        height: 1050px !important;
        width: 85% !important;
        margin: 0px 45px !important;
    }
}

@media (max-width: 520px) {
    .section-1-mobile-br {
        display: none !important;
    }

    .slider-main-div {
        height: 1020px !important;
        width: 81% !important;
    }
}

@media (max-width: 530px) {
    .mid-container-main {
        margin-top: 94px;
    }
}

@media (max-width: 500px) {
    .mid-container-main {
        margin-top: 93px;
    }

    .slider-mox {
        height: 780px !important;
    }

    .slider-main-div {
        height: 1000px !important;
        width: 82% !important;
        margin: 0px 45px !important;
    }
}

@media (max-width: 460px) {
    .section-1-mobile-br {
        display: block !important;
    }

    .section-1-right-side-h1 {
        font-size: 2rem !important;
    }

    .section-1-right-side-para2 h5 {
        font-size: 2rem;
        letter-spacing: 1.2px;
    }

    .section-1-right-side-para1 p {
        font-size: 1.1rem;
        line-height: 22px;
        letter-spacing: 0.5px;
    }

    .section-1-btn-main .quote-button {
        line-height: 15px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .slider-mox {
        height: 685px !important;
    }

    .slider-main-div {
        height: 885px !important;
    }

    .section-1-right-side-para2 h5 {
        font-size: 1.9rem;
        letter-spacing: 1.2px;
    }

    .section-1-right-side-para2 {
        margin: 15px 0px !important;
    }

    .section-1-right-side-para1 {
        margin-top: 14px;
    }

    .section-1-right-side-h1-number a {
        font-size: 1.8rem;
    }

    .section-1-right-side-h1 {
        margin-bottom: 15px;
    }
}

@media (max-width: 450px) {
    .header-main {
        padding-bottom: 22px 0px;
    }

    .section-1-mobile-br {
        display: none !important;
    }

    .slider-main-div {
        height: 850px !important;
        width: 80% !important;
    }

    .slider-mox {
        height: 665px !important;
    }

    .section-1-right-side-h1 {
        font-size: 1.8rem !important;
    }

    .section-1-right-side-para2 h5 {
        font-size: 1.8rem;
    }

    .section-1-right-side-h1-number a {
        font-size: 1.6rem;
    }
}

@media (max-width: 430px) {
    .section-1-mobile-br {
        display: block !important;
    }

    .slider-main-div {
        height: 800px !important;
        width: 78% !important;
    }

    .slider-mox {
        height: 630px !important;
    }

    .section-1-right-side-h1 {
        font-size: 1.8rem !important;
    }

    .section-1-right-side-para2 h5 {
        font-size: 1.5rem;
    }

    .section-1-right-side-h1-number a {
        font-size: 1.4rem;
    }

    .section-1-right-side-h1 {
        margin-bottom: 10px;
    }

    .section-1-right-side-para2 {
        margin: 10px 0px !important;
    }

    .section-1-right-side-para1 p {
        font-size: 1rem;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin-bottom: 14px;
    }

    .section-1-right-side-h1-number a {
        margin: 22px 0px !important;
        font-size: 28px;
    }
}

@media (max-width: 395px) {
    .section-1-mobile-br {
        display: none !important;
    }

    .slider-main-div {
        height: 730px !important;
        width: 78% !important;
    }

    .slider-mox {
        height: 580px !important;
    }
}

/* SECTION-1 CSS END  */

/* section-2 desgin */
.section-2-container {
    position: relative;
    width: 100%;
    background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/Section1.png") no-repeat center center/cover;
}

.section-2-background-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    /* Gradient from black to transparent */
    /* background-color: black; */
}

.section-2-main-content {
    position: relative;
    z-index: 1;
    color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
    height: 100%;
}

.section-2-left-side {
    width: 50%;
}

.section-2-right-side {
    width: 42%;
    text-align: left;
}

.section-2-right-side-para {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 15px 0px;
}

.section-right-side-para-heding {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffc62c;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
}

.section-right-side-para-minhead {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #ffc62c;
    letter-spacing: 1.4px;
    margin-bottom: 0px;
}

.section-2-right-side-h1 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 700;
    margin: 10px 0px !important;
}

.section-2-feature {
    margin-bottom: 10px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .section-2-content {
        flex-direction: column;
        padding: 20px;
    }

    .section-2-left-side {
        display: none;
    }

    .section-2-right-side {
        width: 100%;
        text-align: center;
    }

    .section-2-right-side-h1 {
        font-size: 2.2rem;
        line-height: 36px;
    }

    .section-2-background-overlay {
        background: none;
    }

    .section-4-background-overlay {
        background: none;
    }

    .quote-button {
        padding: 15px 15px;
        border-radius: 10px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }
}

/* section-3 desgin */
.section-3-container {
    position: relative;
    width: 100%;
    background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/Section2.png") no-repeat center center/cover;
}

.section-3-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-3-main-content {
    position: relative;
    z-index: 1;
    color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
    height: 100%;
}

.section-3-left-side {
    width: 50%;
}

.section-3-right-side {
    width: 50%;
    text-align: left;
}

.section-3-right-side-para {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--color1);
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 15px 0px;
}

.section-3-right-side-h1 {
    font-size: 2rem;
    color: var(--color1);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
    margin: 10px 0px !important;
}

.section-3-feature {
    margin-bottom: 10px;
    line-height: 1.3;
}

.section-3-head-br {
    display: none;
}

/* Responsive design */
@media (max-width: 1160px) {
    .section-3-head-br2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-3-content {
        flex-direction: column;
        padding: 20px;
    }

    .section-3-left-side {
        width: 100%;
        text-align: center;
    }

    .section-3-left-side br {
        display: none;
    }

    .section-3-right-side {
        display: none;
    }

    .section-3-right-side-h1 {
        font-size: 2.2rem;
        line-height: 36px;
    }

    .section-3-main-content {
        padding: 100px 100px 100px 70px;
    }

    /* 
    .section-3-right-side-para {
        font-size: 1rem;
        font-weight: 200;
    } */
}

/* section-4 design */

.section-4-container {
    /* margin-top: 20px; */
    position: relative;
    width: 100%;
    background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/Section3.png") no-repeat center center/cover;
}

.section-4-background-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.section-4-main-content {
    position: relative;
    z-index: 1;
    color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
    height: 100%;
}

.section-4-left-side {
    width: 50%;
}

.section-4-right-side {
    width: 44%;
    text-align: left;
}

.section-4-right-side-para {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    /* margin: px 0px; */
}

.section-4-right-side-h1 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 700;
    margin: 10px 0px !important;
}

.section-4-feature {
    margin-bottom: 10px;
    line-height: 1.3;
}

.section-4-btn-main {
    margin-top: 15px !important;
}

.section-4-btn-main .quote-button {
    line-height: 22px;
    font-size: 18px;
}

/* Responsive design */
@media (max-width: 768px) {
    .section-4-content {
        flex-direction: column;
        padding: 20px;
    }

    .section-4-left-side {
        display: none;
    }

    .section-4-right-side {
        width: 100%;
        text-align: center;
    }

    .section-4-right-side br {
        display: none;
    }

    .section-4-background-overlay {
        background: none;
    }

    .overlay-pest-section {
        background: none !important;
    }
}

/* Section 2,3,4 Mix Midiea query Start */

.section-2-mobile-br,
.section-3-mobile-br,
.section-4-mobile-br {
    display: none;
}

.right-with-para p img {
    display: none;
}

@media (max-width: 1200px) {

    .section-2-right-side br,
    .section-3-right-side br,
    .section-4-right-side br {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-4-btn-warper {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .section-4-btn-mobile-br {
        display: none !important;
    }

    .section-2-right-side br,
    .section-3-right-side br,
    .section-4-right-side br {
        display: block;
    }

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: none !important;
    }

    .right-with-para {
        justify-content: center !important;
    }

    .right-with-para p {
        justify-content: center;
    }
}

@media (max-width: 600px) {

    .section-2-right-side br,
    .section-3-right-side br,
    .section-4-right-side br {
        display: none;
    }

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: block !important;
    }

    .section-2-main-content,
    .section-3-main-content,
    .section-4-main-content {
        padding: 50px 30px !important;
    }

    .section-3-right-side-para-highlight {
        color: #ffc62c;
    }

    .section-4-btn-main {
        width: 320px !important;
    }
}

@media (max-width: 500px) {

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: block !important;
    }

    .section-2-main-content,
    .section-3-main-content,
    .section-4-main-content {
        padding: 20px 10px !important;
    }

    .section-2-right-side-h1,
    .section-3-right-side-h1,
    .section-4-right-side-h1 {
        font-size: 1.8rem;
        line-height: 28px;
    }

    .section-2-right-side-para,
    .section-3-right-side-para,
    .section-4-right-side-para {
        font-size: 1rem;
        margin: 10px 0px;
        letter-spacing: 0.5px;
        line-height: 1.3;
    }

    .right-with-para p {
        font-size: 1rem !important;
        line-height: 1.3 !important;
        letter-spacing: 0.8px !important;
    }
}

@media (max-width: 450px) {

    .section-2-right-side br,
    .section-3-right-side br,
    .section-4-right-side br {
        display: none;
    }

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: none !important;
    }

    .section-4-btn-main .quote-button {
        line-height: 19px;
        font-size: 15px;
    }

    .section-4-btn-mobile-br {
        display: block !important;
    }

    .section-4-btn-main {
        width: 270px !important;
    }
}

@media (max-width: 430px) {

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: block !important;
    }

    .section-2-main-content,
    .section-3-main-content,
    .section-4-main-content {
        padding: 20px 10px !important;
    }

    .section-2-right-side-h1,
    .section-3-right-side-h1,
    .section-4-right-side-h1 {
        font-size: 1.5rem !important;
        line-height: 24px;
    }

    .section-2-right-side-para,
    .section-3-right-side-para,
    .section-4-right-side-para {
        font-size: 13.5px !important;
        margin: 14px 0px;
        line-height: 1.2;
    }

    .right-with-para p {
        margin-bottom: 10px !important;
        font-size: 13.5px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.5px;
    }

    .right-with-para img {
        margin-right: 8px;
        width: 15px;
    }
}

@media (max-width: 430px) {
    .quote-button span {
        font-size: 28px !important;
    }
}

@media (max-width: 400px) {

    .section-2-right-side-h1,
    .section-3-right-side-h1,
    .section-4-right-side-h1 {
        font-size: 1.4rem !important;
        line-height: 22px;
    }

    .section-2-right-side-para,
    .section-3-right-side-para,
    .section-4-right-side-para {
        font-size: 13.5px !important;
        margin: 10px 0px;
        line-height: 1.2;
    }
}

@media (max-width: 390px) {
    .section-4-btn-main .quote-button {
        line-height: 16px;
        font-size: 13px;
        width: 260px;
    }

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: block !important;
    }

    .section-2-main-content,
    .section-3-main-content,
    .section-4-main-content {
        padding: 20px 10px !important;
    }

    .section-2-right-side-h1,
    .section-3-right-side-h1,
    .section-4-right-side-h1 {
        font-size: 1.3rem !important;
        line-height: 21px;
    }

    .section-2-right-side-para,
    .section-3-right-side-para,
    .section-4-right-side-para {
        font-size: 0.9rem;
        margin: 10px 0px;
        line-height: 1.2;
    }

    .right-with-para p {
        font-size: 0.9rem !important;
        line-height: 1.1;
    }
}

@media (max-width: 380px) {

    .section-2-mobile-br,
    .section-3-mobile-br,
    .section-4-mobile-br {
        display: none !important;
    }
}

/* Section 2,3,4 Mix Midiea query End */

/* Section-4 css End */

/* SECTION-5 CSS Start */

/* section-6 new tree image style  */
.section-5-container {
    position: relative;
    width: 100%;

    background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/Section4.png") no-repeat center center/cover;
}

.section-5-container-inner {
    padding: 60px;
    text-align: center;
}

.section5-heading {
    position: relative;
    color: #ffffff;
    /* margin-left: 80px; */
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section5-subheading {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 10px;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.step {
    width: 33.33%;
    /* height: 200px; */
    text-align: center;
}

.step p {
    color: #ffc62c;
    text-align: center;
    font-size: 27px;
    margin-top: 15px;
    letter-spacing: 1.2px;
    line-height: 23px;
    font-weight: 600;
}

.circle-middel-arrow {
    width: 5%;
    margin-bottom: 4%;
    text-align: center;
}

.circle-middel-arrow img {
    width: 30px;
    height: 30px;
}

.circle img {
    width: 54%;
    height: 85%;
}

.section-5-slesh-icon-mobile {
    display: none;
}

.section-5-br-mobile {
    display: none;
}

@media (max-width: 840px) {
    .section5-subheading br {
        display: none;
    }

    .circle img {
        width: 73%;
    }
}

@media (max-width: 800px) {
    .circle-middel-arrow {
        display: none;
    }

    .steps {
        flex-wrap: wrap;
    }

    .step {
        width: 40%;
        margin-bottom: 4%;
        gap: 5%;
    }

    .step p {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .step p {
        font-size: 21px;
    }

    .section-5-slesh-icon {
        display: none;
    }

    .section-5-slesh-icon-mobile {
        display: block;
    }

    .section-5-container-inner {
        padding: 50px 40px;
    }
}

@media (max-width: 600px) {
    .section-5-container {
        margin-top: -1px;
    }

    .section-5-br-mobile {
        display: block !important;
    }

    .steps {
        flex-direction: column;
    }

    .step {
        width: 80%;
        margin-bottom: 10%;
    }
}

@media (max-width: 500px) {
    .section-5-container-inner {
        padding: 40px 30px;
    }
}

@media (max-width: 470px) {
    .section5-heading {
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .section5-subheading {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media (max-width: 440px) {
    .section5-heading {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.8px;
    }

    .section5-subheading {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media (max-width: 370px) {
    .section-5-br-mobile {
        display: none !important;
    }
}

/* SECTION-5 CSS END */

/* Slide in from the right */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Slide in from the left */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animation classes */
.slide-in-right {
    animation: slideInFromRight 1s ease-out forwards;
}

.slide-in-left {
    animation: slideInFromLeft 1s ease-out forwards;
}

.hidden1 {
    opacity: 0;
}

/* SECTION-2,3, 4,5 CSS END  */

/* SECTION-7 CSS Start*/
.section7-subsection-main {
    position: relative !important;
}

.section-7-hr {
    color: #ffc62c;
    border: 1px solid;
    width: 400px;
    width: 68%;
    margin-right: auto;
    margin-left: 0;
}

/* SECTION-7 Part2- footer part CSS Start */

.section7-subsection-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
    background-color: #00aeef;
    /* background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/Links/footerbgnew.png") no-repeat center/cover; */
    color: white;
}

.info {
    flex: 1;
    max-width: 600px;
    margin-bottom: 20px;
}

.info .h1-section7 {
    font-size: 3.2rem;
    margin: 0 0 29px;
    line-height: 1;
    font-weight: 800;
}

.info p {
    font-size: 1.6rem;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 5px;
}

.info .contact a {
    font-size: 3.5rem;
    text-decoration: none;
    -webkit-text-decoration: none;
    font-weight: 400;
    color: var(--color6, #fff);
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image img {
    max-width: 90%;
    height: 100%;
    border-radius: 50%;
}

.Subsection-2-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Subsection-2-footer-left,
.Subsection-2-footer-right {
    min-width: 300px;
    margin-bottom: 20px;
}

.Subsection-2-footer-right .parahead {
    color: var(--color6, #fff);
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 15px;
}

.divider {
    border-left: 2px solid var(--color6);
    height: 230px;
    margin-top: 10px;
}

.fade-in,
.zoom-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 2s ease;
}

.zoom-in {
    transform: scale(0.8);
}

.fade-in.active,
.zoom-in.active {
    opacity: 1;
    transform: translateY(0);
}

.zoom-in.active {
    transform: scale(1);
}

.Subsection-2-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.divider {
    border-left: 2px solid var(--color6);
    height: 230px;
    margin-top: 10px;
}

.Subsection-2-footer-right h2 {
    color: var(--color5);
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.Subsection-2-footer-left h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.Subsection-2-footer-left p,
.Subsection-2-footer-right p {
    margin: 5px 0;
    font-size: 15pt;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: var(--color1);
}

.mobile-view-btn {
    display: none;
}

.section-7-subsection-2-btn-text-mobile {
    display: none;
}

.section7-subsection-2 .image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;

    position: absolute;
    top: 37%;
    right: 10%;
    z-index: 2;
}

.section-7-footer-br {
    display: none;
}

.subsection-2-footer-br {
    display: none;
}

.section-7-subsection-2-btn-text {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    color: var(--color1);
    word-spacing: 0px !important;
}

@media screen and (max-width: 1450px) {
    .section7-subsection-2 .image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47%;

        position: absolute;
        top: 35%;
        right: 6%;
        z-index: 1;
    }
}

@media screen and (min-width: 1496px) {
    .section7-subsection-2 .image {
        top: 38%;
        right: 5%;
    }
}

@media screen and (min-width: 1500px) {
    .section7-subsection-2 .image {
        top: 38%;
        right: 5%;
    }
}

@media screen and (min-width: 1570px) {
    .Subsection-2-footer {
        width: 100%;
    }

    .section7-subsection-2 .image {
        top: 40%;
        right: 5%;
    }

    /* .section7-subsection-2 .image img {
            width: 300px;
        } */
}

@media screen and (min-width: 1800px) {
    .section7-subsection-2 .image {
        top: 44%;
        right: 5%;
    }

    .image img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1450px) {
    .Subsection-2-footer {
        padding-top: 100px !important;
    }

    /* .section7-subsection-2 .image img {
            width: 300px;
        } */
}

@media screen and (max-width: 1350px) {
    .Subsection-2-footer {
        padding-top: 100px !important;
    }

    .section7-subsection-2 .image {
        top: 35%;
        right: 5%;
    }

    /* .section7-subsection-2 .image img {
            width: 300px;
        } */
}

@media screen and (max-width: 1215px) {
    .section7-subsection-2 .image {
        top: 33%;
        right: 5%;
    }
}

@media screen and (max-width: 1100px) {
    .info {
        width: 35%;
    }

    .section7-subsection-2 .image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65%;
        position: static;
    }

    .image img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .section7-subsection-2 .image {
        top: 20%;
        right: 0%;
    }
}

@media screen and (max-width: 960px) {
    .info h1 {
        font-size: 2.7rem;
        margin-bottom: 29px;
        line-height: 52px;
        margin-top: 0px;
    }

    .info .h1-section7 {
        font-size: 2.9rem;
    }

    .divider {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .display-view-btn {
        display: none !important;
    }

    .mobile-view-btn {
        display: block !important;
    }

    .section-7-subsection-2-btn-text {
        display: none !important;
    }

    .section-7-subsection-2-btn-text-mobile {
        display: block !important;
    }


    .info {
        width: 100%;
        margin-bottom: 0px;
    }

    .section7-subsection-2 .image {
        width: 100%;
        justify-content: center;
    }

    .section-7-subsection-2-btn-text {
        margin-top: 8px !important;
    }

    .section7-subsection-2 .image img {
        max-width: 85%;
    }

    .section7-subsection-2 {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .info h1 {
        font-size: 2.5rem;
        margin-bottom: 29px;
        line-height: 52px;
        margin-top: 0px;
    }

    .Subsection-2-footer-left {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .Subsection-2-footer-right {
        padding-top: 20px !important;
        border-top: 2px solid var(--color5);
        width: 100% !important;
    }

    .info p {
        font-size: 2.1rem;
        margin: 16px 0;
        font-weight: 600;
        letter-spacing: 2px;
        word-spacing: 5px;
    }

    .section-7-hr {
        color: #ffc62c;
        border: 1px solid;
        width: 400px;
        margin: auto;
    }

    .Subsection-2-footer-left p,
    .Subsection-2-footer-right p {
        font-size: 16.5pt;
        line-height: 25pt;
    }

    .Subsection-2-footer-right {
        padding-top: 40px !important;
        border-top: none;
        width: 100% !important;
    }

    /* .section-7-btn {
        background-color: var(--color6);
        color: var(--color2);
    } */
}

@media (max-width: 768px) {
    .display-view-btn {
        display: none !important;
    }

    .section7-subsection-2 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .info {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .info h1 {
        font-size: 2.8rem;
    }

    .Subsection-2-footer {
        flex-direction: column;
        text-align: center;
    }

    .Subsection-2-footer-right p br {
        display: none;
    }

    .subsection-2-footer-br2 {
        display: none;
    }

    .info hr {
        text-align: center;
        margin: revert !important;
    }

    .section-7-footer-br {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .section7-subsection-2 {
        padding: 60px 40px !important;
    }

    .subsection-2-footer-br {
        display: block;
    }

    .Subsection-2-footer-left p,
    .Subsection-2-footer-right p {
        font-size: 15.5pt;
        line-height: 22pt;
    }
}

@media (max-width: 560px) {
    .info .h1-section7 {
        font-size: 2.73rem;
    }

    .subsection-2-footer-br {
        display: none;
    }
}

@media (max-width: 550px) {
    .section-7-hr {
        color: #ffc62c;
        border: 1px solid;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .info .h1-section7 {
        font-size: 2.4rem;
        line-height: 40px;
    }

    .section7-subsection-2 {
        padding: 60px 30px !important;
    }
}

@media (max-width: 450px) {
    .section7-subsection-2 {
        padding: 30px !important;
    }
}

@media (max-width: 420px) {
    .info .h1-section7 {
        font-size: 2.2rem;
        line-height: 36px;
    }
}

@media (max-width: 350px) {
    .info .h1-section7 {
        font-size: 1.8rem;
        line-height: 29px;
    }
}

@media (max-width: 768px) {
    .display-view-btn {
        display: none !important;
    }

    .section7-subsection-2 {
        flex-direction: column;
        text-align: center;
        padding: 50px;
    }

    .button-main-container {
        display: flex;
        justify-content: center;
    }

    .info {
        width: 100%;
    }

    .Subsection-2-footer {
        flex-direction: column;
        text-align: center;
    }

    .image {
        display: none;
    }
}

/* SECTION-7 CSS ENDS*/

/* FOOTER CSS  */
footer {
    width: 100%;
    display: block;
    background: var(--color3) !important;
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

.footerBottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0;
    width: 100%;
}

footer .footerBottom p {
    color: var(--color1);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1.7px;
    margin: 5px !important;
}

footer .footerBottom p a {
    color: var(--color1);
    font-size: 18px;
    font-weight: 500;
}

.footer-main {
    padding: 0 20px;
    margin: 0 60px;
}

footer .footerBottom .fLogo {
    max-width: 253px;
}

footer a {
    color: var(--color1);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
}

footer .footerBottom .fLogo img {
    width: 100%;
}

.footer-mobile-br {
    display: none;
}

.footer-pre {
    padding-top: 5px !important;
}

@media (max-width: 1280px) {
    footer {
        padding: 20px 0;
    }
}

@media (max-width: 950px) {
    .footerBottom p br {
        display: none;
    }
}

@media (max-width: 900px) {
    .footer-main {
        padding: 0 0px;
        margin: 0 30px;
    }

    footer .footerBottom p a {
        font-size: 17px;
    }

    footer .footerBottom p {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .footerBottom {
        justify-content: center;
        text-align: center;
    }

    .footer-mobile-br {
        display: block !important;
    }

    .fLicenceNo {
        margin-top: 8px;
    }

    footer {
        padding-bottom: 10px;
    }

    footer .footerBottom p a {
        font-size: 15px;
    }

    footer .footerBottom p {
        font-size: 14px;
    }
}

@media (max-width: 552px) {
    .footer-mobile-br {
        display: none !important;
    }
}

@media (max-width: 500px) {
    footer .footerBottom p a {
        font-size: 14px;
    }

    footer .footerBottom p {
        font-size: 14px;
    }
}

@media (max-width: 475px) {
    .footer-mobile-br {
        display: block !important;
    }

    footer .footerBottom p a {
        font-size: 13px;
    }

    footer .footerBottom p {
        font-size: 12px;
    }

    .footer-main {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 450px) {
    .footer-mobile-br {
        display: none !important;
    }

    .footer-main {
        padding: 0px 10px;
    }
}

@media (max-width: 400px) {
    .footer-mobile-br {
        display: block !important;
    }

    .footer-main {
        padding: 0px 4px;
    }

    footer .footerBottom p a {
        font-size: 11px;
    }

    footer .footerBottom p {
        font-size: 9.5px;
    }

    .fLicenceNo {
        margin-top: 5px;
    }
}

@media (max-width: 390px) {
    .footer-mobile-br {
        display: none !important;
    }
}

/* FOOTER CSS ENDS  */

/* MODAL CSS  */

.modal::before,
.modal::after {
    box-sizing: border-box;
}

.modal-content::before,
.modal-content::after {
    box-sizing: border-box;
}

.modal-form::before,
.modal-form::after {
    box-sizing: border-box;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    margin: 20px 0;
    font-family: "Polymath", sans-serif !important;
}

.modal-content {
    box-sizing: border-box;
    background-image: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Section4.png");
    background-size: cover;
    background-position: center;
    margin: auto;
    padding: 20px;
    width: 50%;
    max-height: 85vh;
    border-radius: 10px;
    position: fixed;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    /* Allows scrolling */
    scrollbar-width: none;
    /* Hides scrollbar in Firefox */
}

.modal-content::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar in Chrome & Edge */
}

.modal-content h2 {
    text-align: center;
    color: var(--color1);
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.modal-content h5 {
    text-align: center;
    color: var(--color1);
    font-size: 16.5px;
    margin: 0px;
    letter-spacing: 1px;
}


.close {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: var(--color1);
}

select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1.2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: black !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
}

input {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.form-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-group-two {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.input-container {
    display: flex;
    flex-direction: column;
    width: 48%;
}

#StateRegion {
    text-transform: uppercase !important;
}

.input-state input::placeholder {
    text-transform: none !important;
}

.modal-form .error {
    color: #fff;
    font-size: 13px;
}

.modal-form {
    margin: 20px 80px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: var(--color1);
    font-size: 13px;
    letter-spacing: 1px;
}

.checkbox-container input {
    width: auto;
    margin-right: 10px;
}

.submit-btn {
    background: var(--color3);
    font-family: "Polymath", sans-serif !important;
    color: white;
    font-size: 18px;
    padding: 12px;
    border: none;
    letter-spacing: 1.5px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.submit-btn:hover {
    background: #0a3d1e;
}

.policy-text {
    font-size: 13px;
    margin-top: 10px;
    color: var(--color1);
    line-height: 1.1;
}

.policy-text a {
    color: var(--color1);
    text-decoration: none;
}

input::placeholder {
    color: black;
}

select::placeholder {
    color: black;
    padding-right: 40px;
    /* Space for custom arrow */
}

.open-modal-btn {
    padding: 10px 20px;
    font-size: 18px;
    background: #12592c;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.open-modal-btn:hover {
    background: var(--color3);
}

.banner-3-br {
    display: none;
}

.model-subhead-br {
    display: none;
}


/* MODAL CSS ENDS */

@media screen and (max-width: 1100px) {
    .modal-content h2 {
        font-size: 20px;
    }

    .modal-content h5 {
        font-size: 13px;
    }

    .modal-form {
        margin: 20px 20px;
    }
}

@media screen and (max-width: 900px) {
    .modal-content {
        width: 80%;
    }

    .modal-content h2 {
        font-size: 30px;
    }

    .modal-content h5 {
        font-size: 17.5px;
    }
}

@media screen and (max-width: 800px) {
    .modal-content {
        width: 80%;
    }

    .modal-content h2 {
        font-size: 20px;
    }

    .modal-content h5 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
        padding: 15px;
    }

   
    .form-group,
    .form-group-two {
        /* flex-direction: column; */
        gap: 0px;
    }

    .form-group input {
        width: 100%;
    }

    .modal-form {
        margin: 20px;
        box-sizing: border-box;
    }

    .checkbox-container {
        font-size: 12px;
    }

    .submit-btn {
        font-size: 16px;
        padding: 10px;
    }

    .policy-text {
        font-size: 12px;
        width: 100%;
    }

    .open-modal-btn {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .feature-left-icon {
        justify-content: center;
    }

    .feature-left-icon .feature-p {
        text-align: center !important;
    }

    .feature-right-icon {
        justify-content: center;
    }

    .feature-right-icon .feature-p {
        text-align: center !important;
    }

    .feature-right-icon .feature-p p br {
        display: block !important;
    }

    .feature-left-icon .feature-p p br {
        display: block !important;
    }

    .model-msg br {
        display: block !important;
    }

    .section-7-subsection-2-dates br {
        display: block !important;
    }

    .slide-mox:nth-child(1) {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Banner.png") no-repeat center right / cover !important;
    }

    .slide-mox:nth-child(2) {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Banner2.png") no-repeat center right / cover !important;
    }

    .slide-mox:nth-child(3) {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Banner3.png") no-repeat center right / cover !important;
    }

    .section-2-container {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Section1.png") no-repeat center center/cover;
    }

    .section-3-container {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Section2.png") no-repeat center center/cover;
    }

    .section-4-container {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Section3.png") no-repeat center center/cover;
    }

    .section-5-container {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/HolidayLighting/lendingpage/mobile/Section4.png") no-repeat center center/cover;
    }

    .pest-control-left-section {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/Links/MobileResize/Backyard.jpg") no-repeat center/cover;
    }

    .overlaywithi {
        background: url("https://bllv.s3.us-west-1.amazonaws.com/Assets/mqx/lp/Links/MobileResize/Mist.jpg") no-repeat center/cover;
    }
}

@media (max-width: 565px) {
    .model-head-br {
        display: none;
    }
}

@media (max-width: 550px) {
    .slider-mox {
        height: 765px;
    }

    .banner-3-br {
        display: block !important;
    }

    .info .contact a {
        font-size: 2.7rem;
    }
}

@media (max-width: 500px) {

    .form-group,
    .form-group-two {
        flex-direction: column;
        gap: 0px;
    }

    .input-container {
        width: 100%;
    }

    .model-subhead-br {
        display: block;
    }
}

@media (max-width: 430px) {
    .thank-you-message {
        margin-bottom: 45px;
    }

    .model-msg strong {
        color: var(--color1);
        font-size: 16px;
        letter-spacing: 1px;
    }

    .model-msg {
        color: var(--color1);
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 1px;
    }

    .section-7-hr {
        width: 85%;
    }

    .info .contact a {
        font-size: 2rem;
    }
}

@media (max-width: 400px) {
    .section-1-right-side-para1 {
        font-size: 1.1rem;
    }

    .modal-content h2 {
        font-size: 17px;
        margin-top: 30px;
    }
}

@media (max-width: 1300px) {
    .subsection-2-footer-br2 {
        display: none;
    }
}

@media (max-width: 1300px) {
    .location-list br {
        display: none !important;
    }
}

@media (max-width: 370px) {
    .info .contact a {
        font-size: 3rem;
    }
}

.section-1-right-side-h1-number a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.thank-you-message {
    padding-top: 60px !important;
    height: 100% !important;
}

.thank-you-message p {
    padding: 29px !important;
    padding-top: 0px;
}

.model-msg strong {
    color: var(--color1);
    font-size: 30px;
    letter-spacing: 1px;
}

.model-msg {
    color: var(--color1);
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2.4px;
    margin-top: -35px;
}

.error-popup-message {
    text-align: center;
    font-size: 13px !important;
    color: #cc0c0c;
}

.error-checkboxs-message {
    text-align: center;
    font-size: 13px !important;
    color: #cc0c0c !important;
}

/* section-7-subsection2 css  */

.location-list {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 5px;
}

.separator {
    white-space: nowrap;
}

.hidden {
    display: none;
}

.locations-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: left;
    padding: 10px 0px;
    width: 100%;
    /* max-width: 788px; */
    /* margin: auto; */
    align-content: flex-start;
}

.location {
    font-size: 22px;
}

@media (max-width: 991px) {
    .divider {
        display: none !important;
    }

    .location-list,
    .Subsection-2-footer-left {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .section-right-side-para-heding {
        font-size: 1.8rem;
    }

    .learn-about-section p {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .learn-about-section-subhead {
        font-size: 18px !important;
        padding-top: 20px;
        font-weight: 400 !important;
        letter-spacing: 1px !important;
        line-height: 24px;
    }

    .learn-about-br {
        display: block;
    }

    .middle-divider {
        font-size: 22px !important;
    }

    .Subsection-2-footer-right {
        padding-top: 0px !important;
    }

    .Subsection-2-footer {
        padding-top: 25px !important;
    }
}

@media (max-width: 500px) {
    .learn-about-section p {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .learn-about-section-subhead {
        font-size: 13px !important;
        padding-top: 15px;

        letter-spacing: 1.2px !important;
        line-height: 20px;
    }

    .Subsection-2-footer-left p {
        font-size: 13pt;
        line-height: 18pt;
    }

    .section-right-side-para-minhead {
        font-size: 1rem;
    }

    .slider-mox {
        height: 615px;
    }

    .middle-divider {
        font-size: 20px !important;
    }
}

@media (max-width: 465px) {
    .learn-about-section {
        padding: 30px 15px;
    }

    .subsection-2-footer-br {
        display: block;
    }

    .Subsection-2-footer-left p {
        font-size: 11pt;
        line-height: 18pt;
    }

    .section-right-side-para-heding {
        font-size: 1.3rem;
        line-height: 21px;
    }

    .middle-divider {
        font-size: 18px !important;
    }
}

@media (max-width: 430px) {
    .middle-divider {
        font-size: 16px !important;
    }

    .learn-about-section p {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .learn-about-section-subhead {
        font-size: 12px !important;
        padding-top: 15px;
        letter-spacing: 1px !important;
        line-height: 20px;
    }

    .Subsection-2-footer-left p {
        font-size: 9pt;
        line-height: 15pt;
    }

    .Subsection-2-footer-right .parahead {
        font-size: 22px;
        line-height: 25px;
    }

    .location {
        font-size: 20px;
    }

    .section-7-subsection-2-btn-text {
        font-size: 14px !important;
    }
}

@media (max-width: 400px) {
    .subsection-2-footer-br {
        display: none;
    }
}

@media (max-width: 395px) {
    .learn-about-section p {
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .learn-about-section-subhead {
        font-size: 11px !important;
        padding-top: 15px;
        letter-spacing: 1px !important;
        line-height: 16px;
    }

    .middle-divider {
        font-size: 14px !important;
    }

    .Subsection-2-footer-left p {
        font-size: 9pt;
        line-height: 13pt;
    }

    .Subsection-2-footer-right .parahead {
        font-size: 20px;
        line-height: 23px;
    }
}

.right-with-para {
    display: flex;
    align-items: baseline;
}

.right-with-para p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color1);
    line-height: 1.3;
    letter-spacing: 1px;
}

.right-with-para img {
    margin-right: 8px;
}

/* section-7 btn style  */

.section-7-btn {
    padding-bottom: 10px;
}

.quote-button span {
    font-size: 32px;
    font-weight: 700;
}

.section-4-btn-mobile-br {
    display: none;
}

/* .toggle-menu-inner {
    display: grid;
    justify-content: right;
    justify-items: end;
}

.mobile-view-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--color1);
    text-decoration: none;

}


@media (max-width: 815px) {
    .header-content {
        margin: 0px;
    }
}

@media (max-width: 660px) {
    .logo img {
        max-width: 275px;
    }

}

@media (max-width: 600px) {


    .mid-container-main {
        margin-top: 111px;
    }

}

@media (max-width: 530px) {
    .logo img {
        max-width: 230px;
    }


}

@media (max-width: 480px) {
    .logo img {
        max-width: 200px;
    }

    .mobile-view-text {
        font-size: 18px;
    }

    .mid-container-main {
        margin-top: 106px;
    }
} */