.window-replacement-cost-estimator {
    form {
        position: relative !important;
        z-index: 2 !important;
    }
}

.contact-us-page {
    .contact-form {
        position: relative !important;
        z-index: 2 !important;
    }
}
@media screen and (max-width: 2880px) {
    html {
        font-size: 28px;
    }
    .container {
        width: 95%;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 95px;
            }
            .description {
                font-size: 1rem;
                width: 70%;
            }
        }

        .bottom-global-search {
            margin-top: 1rem;
            min-height: 19rem;
            bottom: -4rem;
            #First {
                form {
                    label {
                        font-size: 1.6rem;
                    }
                }
            }
        }
    }

    .icons-sec {
        margin-bottom: -0.5rem;
        margin-top: 2rem;
        .inside-icons-sec {
            .each-icon {
                p {
                    font-size: 0.9rem;
                }
            }
        }
    }
}

@media screen and (max-width: 2570px) {
    html {
        font-size: 26px;
    }
    .container {
        width: 95%;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 80px;
            }
            .description {
                font-size: 1rem;
                width: 77%;
            }
        }

        .bottom-global-search {
            margin-top: 1rem;
            min-height: 19rem;
            bottom: -3rem;
        }
    }
}

@media screen and (max-width: 2402px) {
    html {
        font-size: 24px;
    }
    .container {
        width: 95%;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 70px;
            }
            .description {
                font-size: 1rem;
            }
        }

        .bottom-global-search {
            margin-top: 1rem;
            min-height: 20rem;
            z-index: 1;
        }
    }
}

@media screen and (max-width: 2135px) {
    html {
        font-size: 22px;
    }
    .container {
        width: 95%;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 65px;
            }
        }
        .bottom-global-search {
            min-height: 18rem !important;
            bottom: -4rem;
            z-index: 0;
            margin-top: 2rem;
        }
    }
}

@media screen and (max-width: 1923px) {
    html {
        font-size: 20px;
    }
    .container {
        width: 95%;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 60px;
            }
            .description {
                width: 80%;
            }
        }
    }
}

@media screen and (max-width: 1755px) {
    html {
        font-size: 18px;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 55px;
            }
        }
    }
}

@media screen and (max-width: 1540px) {
    html {
        font-size: 20px;
    }
    .container {
        width: 95%;
        margin: auto;
        box-sizing: border-box;
    }

    .hero {
        height: 100vh;
        nav {
            .right-side {
                .flex70 {
                    flex: 0 1 65%;
                }
                .blog-links {
                    flex: 0 1 38%;
                }
                .right-img1,
                .right-img2 {
                    width: 41%;
                    margin-left: 0rem;
                }
                .right-img1 {
                    width: 55%;
                }
                .our-blog {
                    font-size: 0.8rem !important;
                }
            }
            .become-parnter {
                padding: 0.7rem 0.8rem;
                font-size: 0.7rem;
                font-weight: 600;
            }
        }
        .heading-content {
            margin-top: 0rem;
            width: 60%;
            .heading {
                font-size: 52px;
            }
            .sub-heading {
                font-size: 1.3rem;
            }
            .description {
                width: 70%;
                font-size: 0.8rem;
                margin-bottom: 2rem;
            }
            .hero-vector1 {
                position: absolute;
                width: 7rem;
                right: 8rem;
                bottom: 12rem;
            }
        }

        .bottom-global-search {
            min-height: 13rem !important;
            background-position: left;
            bottom: -2.5rem;
            #First {
                /* bottom: 4.5rem; */
            }
            form {
                /* margin-left: 6rem; */
                /* width: 90%; */
                /* right: 0; */
                label {
                    font-size: 1.2rem !important;
                }
                .input-sec {
                    input {
                        font-size: 0.8rem !important;
                        padding: 0.8rem 0.7rem !important;
                    }
                    input::placeholder {
                        font-size: 0.8rem !important;
                    }
                    .checknow-btn {
                        font-size: 0.8rem !important;
                        padding: 0.8rem 0.7rem !important;
                    }
                }
            }
        }
    }

    .home-owners {
        /* margin-top: -3rem; */
        position: relative;
        padding: 1rem 0;
        /* padding-top: 4rem; */
        /* height: 25rem; */
        .left-sec {
            h2 {
                font-size: 1.5rem;
            }
        }

        .right-sec {
            height: 7rem;

            .content-figure {
                img {
                    width: 3rem;
                }
            }
            .content {
                font-size: 0.7rem;
            }
            .stars {
                position: absolute;
                right: 8rem !important;
                bottom: 0.5rem;
            }
        }
    }
    .icons-sec {
        margin-bottom: 1rem;
        margin-top: -1rem;
        .inside-icons-sec {
            width: 50%;
            .each-icon {
                figure {
                    width: 1.5rem;
                    height: 1.5rem;
                    padding: 1rem;
                }
                p {
                    font-size: 0.7rem;
                }
            }
        }
    }
    .about-details {
        .inside-about {
            .left-article {
                h3 {
                    font-size: 1.8rem;
                }
                p {
                    font-size: 0.8rem;
                }
            }
            .list-of-details {
                margin-top: -3rem;
                article {
                    h5 {
                        font-size: 0.9rem;
                    }
                    p {
                        font-size: 0.8rem;
                    }
                }
            }
        }
    }
    .window-install {
        height: 4.5rem;
        margin-top: -3rem !important;
        .content {
            h4 {
                font-size: 2.3rem;
            }
        }
        form {
            .input-sec {
                margin-top: 2.2rem !important;
                input {
                    padding: 0.7rem 0.7rem;
                    font-size: 0.8rem !important;
                }
                input::placeholder {
                    font-size: 0.8rem;
                }
                .checknow-btn {
                    font-size: 0.8rem;
                    padding: 0.7rem 0.4rem;
                }
            }
        }
    }

    .how-its-work {
        width: 90%;
        margin: auto;
        margin-top: 0rem;
        .inside-how-its-work {
            margin-top: 6rem;
            padding: 0rem 0;
            width: 95.5%;
            .article2 {
                .each-questionaire {
                    width: 100%;
                    h6 {
                        font-size: 2rem;
                    }
                    p {
                        font-size: 0.9rem;
                    }
                    span {
                        font-size: 0.8rem;
                    }
                }
            }
        }
    }

    .bottom-form-sec {
        margin-top: 2rem;
        form {
            .input-sec {
                margin-top: 0.5rem !important;
                input {
                    padding: 0.9rem 0.7rem !important;
                    font-size: 0.8rem !important;
                }
                input::placeholder {
                    font-size: 0.8rem;
                }
                .checknow-btn {
                    font-size: 0.8rem;
                    padding: 0.9rem 0.4rem;
                }
            }
        }
    }

    /* inner pages */
    .thank-you-header {
        width: 90%;
        figure {
            margin-top: 2rem;
            h3 {
                font-size: 1.5rem;
            }
        }
    }
    .window-replacement-cost-estimator {
        .heading {
            width: 75%;
        }
    }

    .options {
        .radio-btn {
            width: 80% !important;
        }
    }

    .select-window-types {
        width: 97% !important;
    }

    .projects-take-place {
        .input-sec-prices {
            input {
                font-size: 0.9rem !important;
                padding: 0.7rem 0.3rem !important;
            }
        }
    }

    .priority-for-you {
        width: 65%;
        form {
            label {
                text-wrap: noWrap;
            }

            .input-sec-quote {
                input {
                    width: 95% !important;
                    padding: 0.7rem 0.5rem !important;
                    font-size: 0.8rem !important;
                }
            }
        }
    }

    .telephone-email-quote {
        form {
            input {
                padding: 0.7rem 1rem !important;
                font-size: 1rem !important;
            }
            input::placeholder {
                font-size: 0.7rem !important;
            }
        }
    }
    .window-replacement-cost-estimator {
        .prioritized {
            .bottom-text-prioritised {
                width: 65% !important;
            }
        }

        form {
            position: relative;
            z-index: 2;
        }
    }
    /* .global-persons .global-person {
        height: 270px !important;
    } */
    /* .global-persons {
        figure {
            margin-bottom: -3rem;
        }
        .global-person1 {
            margin-bottom: -1.5rem !important;
        }
        .global-person2 {
            margin-bottom: -1.8rem !important;
        }
        .inner-nav-btns {
            margin-top: -2rem;
        }
    } */

    .global-persons {
        position: relative;
        z-index: 1;
        margin-top: 2rem;

        .flex14 {
            flex: 0 1 16%;
        }
        .flex12 {
            flex: 0 1 14%;
        }
        figure {
            margin-bottom: -3rem;
            position: relative;
            padding-bottom: 0.4rem;
        }
        .inner-nav-btns {
            margin-top: -3rem;
            top: -2rem;
        }
    }

    .hero-innerpage {
        height: 100% !important;
    }

    .contact-us-page {
        .contact-form {
            position: relative;
            z-index: 2;
        }
    }

    .contact-hero-innerpage {
        height: 100% !important;
        form {
            button {
                font-size: 0.9rem !important;
            }
        }
    }

    .hero-form-inner-two-four-page {
        .global-persons {
            padding-top: 0rem;
            margin-top: -2rem;
            margin-bottom: -0.5rem;
            figure {
                margin-bottom: -3rem;
            }
        }
    }
}

@media screen and (max-width: 1520px) {
    /* @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .hero .bottom-global-search {
            margin-top: -7.5rem !important;
        }
        .hero .icons-sec {
            border: 1px solid red;
        }
    } */
    /* @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .icons-sec {
                border: 1px solid red;
            }
        }
    } */

    .quote-page-one-blade {
        .window-replacement-cost-estimator {
            .global-persons {
                .inner-nav:nth-child(1) {
                    display: none;
                }
                .inner-nav:nth-child(2) {
                    margin-left: 1.8rem;
                }
            }
        }
    }
}

@media screen and (max-width: 1298px) {
    .hero {
        /* height: 100% !important; */
    }

    .thank-you-header {
        width: 90%;
        figure {
            margin-top: 2rem;
            h3 {
                font-size: 1.5rem;
            }
        }
    }
    .container {
        width: 95% !important;
    }

    .column_flex1290 {
        flex-direction: column-reverse;
    }

    .hero {
        nav {
            .right-side {
                margin-right: 0rem;
                figure {
                    margin-right: 2rem;
                    flex: 0 1 100% !important;
                }
                .right-img1,
                .right-img2 {
                    width: 41%;
                    margin-left: 0rem;
                }
                .right-img1 {
                    width: 80%;
                    margin-right: 0.5rem;
                }
                .right-img2 {
                    width: 60%;
                }
                .become-parnter {
                    margin-left: 2.5rem;
                }
            }
            .our-blog {
                display: none !important;
            }
            .flex30 {
                flex: 0 1 60%;
            }
            .flex20 {
                flex: 0 1 100%;
                margin-right: 1rem;
            }
            .flex7 {
                flex: 0 1 20%;
            }
        }
    }

    .hero .heading-content {
        width: 100%;
        .heading {
            font-size: 50px;
            margin-top: 1.5rem;
        }
        .description {
            font-size: 1.1rem;
            width: 81%;
        }
    }

    .hero .heading-content .hero-vector1 {
        display: none;
    }

    .hero .icons-sec .inside-icons-sec {
        width: 75%;
    }

    .hero .bottom-global-search {
        background-size: cover;
        background-position: right;
        min-height: 18rem !important;
        position: relative;
        /* top: -4.2rem; */
        bottom: 4rem;
    }
    .hero .bottom-global-search #First {
        width: 100%;
        right: 0;
        margin-right: 1rem;
        form {
            width: 80%;
            margin: auto;
            label {
                font-size: 1rem !important;
            }
        }
    }

    /* hero section end  */
    .column_flex580 {
        flex-direction: column;
    }
    /* home owners  */
    .home-owners {
        position: relative;
        /* margin-top: -8rem; */
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 18rem;
        .left-sec {
            margin-bottom: 1rem;
            line-height: 1.2;
            h2 {
                text-align: center;
                font-size: 2rem !important;
            }
        }
        .right-sec {
            margin-top: 0.7rem !important;
            .content-figure {
                margin-bottom: 1rem;
                .person1 {
                    margin: 0 0.4rem;
                    width: 4rem;
                }
                .person2 {
                    margin: 0 0.4rem;
                    width: 4rem;
                }
                .person3 {
                    margin: 0 0.4rem;
                    width: 4rem;
                }
            }
            .flex65 {
                flex: 0 1 100% !important;
                margin-left: 0rem !important;
                text-align: center;
            }
            .content {
                width: 85%;
                text-align: center;
                margin: auto !important;
                font-size: 1rem !important;
                span {
                    text-align: center !important;
                    display: block;
                    margin-left: 3.5rem;
                    margin-top: 1rem;
                }
                .stars {
                    margin-top: 1rem;
                }

                br {
                    display: none;
                }
            }
            .stars {
                position: absolute;
                right: 4rem !important;
                bottom: -1rem;
            }
            .nav-ind {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 95%;
                margin-top: -1rem;
                margin-left: -0.5rem;
            }
        }
    }

    .icons-sec {
        margin-top: 2rem;
    }
    /* home owners end  */

    /* .about details start  */
    .about-details {
        margin: 3rem 0;
        margin-bottom: 5rem;
        .inside-about {
            grid-template-columns: repeat(1, 1fr);
            width: 100%;
            .left-article {
                h3 {
                    width: 80%;
                    font-size: 2rem;
                }
            }
        }
    }
    /* about details end */

    .window-install {
        .content {
            margin-top: -1rem;
            h4 {
                font-size: 2.2rem;
            }
            p {
                font-size: 1.2rem;
            }
        }
        form {
            width: 95%;
            margin-top: -1rem;
        }
    }

    .how-its-work {
        width: 100% !important;
        .inside-how-its-work {
            grid-template-columns: repeat(1, 1fr);
            .article1 {
                height: 30rem;
            }
        }
    }
    .bottom-form-sec {
        form {
            width: 100% !important;
            label {
                font-size: 1.4rem;
            }
        }
    }
    .footer {
        .bottom-footer {
            ul {
                width: 60%;
            }
        }
    }

    /* our nblog section */
    .hero-article {
        min-height: 100%;
        nav {
            .flex7 {
                flex: 0 1 20%;
            }
        }
        .heading {
            width: 90%;
            margin-top: 1rem;
            h2 {
                font-size: 2.2rem;
            }
        }
    }
    .trending-articles {
        .banner-article {
            position: relative;
            .content {
                position: absolute;
                left: 0;
                width: 83%;
                bottom: -1rem;
            }
        }

        .list-of-articles {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 0rem !important;
        }
    }

    .latest-articles {
        .list-of-articles {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 0rem !important;
        }
    }

    .hero-innerpage {
        height: 100% !important;
    }

    .window-replacement-cost-estimator {
        .heading {
            width: 100% !important;
            .heading-top {
                border-radius: 1rem;
                margin-top: 2rem;
                padding: 1.5rem 0.8rem;
                line-height: 1.3;
                h3 {
                    font-size: 1.8rem;
                }
                p {
                    font-weight: 300;
                    line-height: 1.5;
                }
            }
        }

        .options {
            width: 100%;
            form {
                .radio-btn {
                    width: 100%;
                    margin: 0 !important;
                    div {
                        margin-bottom: 1rem;
                    }
                }
                .align-center {
                    line-height: 1.5;
                    align-items: unset;
                }
            }
            .select-window-types {
                margin-top: 2rem;
                .list-of-icons {
                    width: 80%;
                    grid-template-columns: repeat(4, 1fr);
                    margin-top: 0.5rem;
                    margin-left: 0.2rem;
                }
            }
            h4 {
                font-size: 1.7rem;
                text-align: left;
                line-height: 1.4;
            }
        }
    }

    .global-persons {
        padding-top: 9rem;
        margin-top: 10rem !important;
        margin-top: -1rem;
        /* figure {
            margin: 0;
        } */

        .inner-nav-btns {
            height: 50px !important;
            top: 2rem !important;
            margin-top: -12rem !important;

            position: absolute;
            left: 40%;
            right: 40%;
        }
        .flex10 {
            flex: 0 1 15%;
        }
        .global-person1,
        .global-person2 {
            position: absolute;
            width: 42%;
            bottom: -1rem;
        }
        .global-person1 {
            /* bottom: -8rem; */
            width: 45%;
            left: 38%;
        }
        .global-person2 {
            left: 20%;
            width: 39%;
            /* bottom: -8rem; */
        }
    }

    .contact-hero-innerpage {
        position: relative;
        .global-persons {
            padding-top: 10rem;
            margin-top: 4rem;
            margin-bottom: -0.5rem;

            .inner-nav-btns {
                margin-top: -15rem;
                position: absolute;
                left: 40%;
                right: 40%;
            }
            .flex10 {
                flex: 0 1 15%;
            }
            .global-person1,
            .global-person2 {
                position: absolute;
                width: 35%;
                bottom: 0rem;
            }
            .global-person1 {
                /* bottom: -8rem; */
                left: 42%;
                width: 38%;
            }
            .global-person2 {
                left: 27%;
                width: 33%;
                /* bottom: -8rem; */
            }

            .flex14 {
                flex: 0 1 18%;
            }
        }
    }

    .hero-form-inner-two-four-page {
        .global-persons {
            margin-top: 0rem;
            padding-top: 14rem;
            margin-top: 3rem !important;
            bottom: -0.5rem !important;
        }
    }

    .global-persons {
        .inner-nav-btns-telephon-sec {
            top: 7rem !important;
        }
    }

    /* .global-persons {
        padding-top: 15rem;
        width: 98% !important;
        margin: auto !important;
        figure {
            flex: 0 1 25% !important;
            margin-top: -13rem !important;
        }
        .global-person {
            width: 160px !important;
            height: 160px !important;
        }
        .global-person2 {
            position: absolute;
            bottom: 0rem;
            left: 25%;
            z-index: 99;
            img {
                width: 220px !important;
                height: 220px !important;
            }
        }
        .global-person1 {
            bottom: 0rem;
            position: absolute;
            right: 28%;
            img {
                width: 220px !important;
                height: 220px !important;
            }
        }

        .inner-nav-btns {
            margin-top: -33rem !important;
            left: 40%;
            width: 20%;
            right: 35%;
            height: fit-content !important;
            position: absolute;
        }
    } */

    .window-involved-1 {
        .windows {
            width: 100% !important;
            align-items: unset !important;
            justify-content: center;
        }
        h4 {
            text-align: left !important;
            line-height: 1.3;
        }
    }
    .inside-window-involved {
        flex-wrap: wrap;
        .flex25 {
            flex: 0 1 32%;
        }
        p {
            margin-bottom: 1rem;
        }
        justify-content: center;
    }

    .options-options {
        width: 100% !important;
        margin-top: 0rem !important;
        h4 {
            text-align: left !important;
            font-size: 1.8rem !important;
        }
        .flex30 {
            flex: 0 1 45%;
            margin-bottom: 0.5rem;
        }
        .options-list-list {
            flex-wrap: wrap;
        }
    }

    .projects-take-place {
        width: 100% !important;
        margin-top: 2rem !important;
        h4 {
            text-align: left;
            line-height: 1.5;
        }
        .flex30 {
            flex: 0 1 50%;
            margin-bottom: 0.5rem;
        }
        .input-sec-prices {
            input {
                width: 97% !important;
            }
            button {
                text-wrap: noWrap;
                width: 100% !important;
            }
        }
    }

    .priority-for-you {
        width: 100% !important;
        .flex30 {
            flex: 0 1 100% !important;
            margin-bottom: 1rem;
            label {
                text-wrap: noWrap !important;
                font-size: 1.1rem !important;
            }
        }
        h4 {
            text-align: left;
            font-weight: 600;
            line-height: 1.3;
        }

        .input-sec-quote {
            h5 {
                font-weight: 600;
                text-align: left;
            }
            input {
                width: 90% !important;
            }
        }
        .select-option {
            label {
                font-size: 1rem !important;
            }
        }

        .btn-sec {
            width: 100% !important;
            h6 {
                font-size: 1.4rem !important;
            }
            button {
                font-size: 1.1rem;
            }
        }
    }

    .telephone-email-quote {
        width: 100% !important;
        .input-sec-quote-sec {
            h5 {
                text-align: left !important;
                font-size: 1.7rem !important;
                font-weight: 600;
            }
            input {
                width: 95% !important;
                padding: 0.9rem 0.5rem !important;
            }
        }
        .btn-sec {
            width: 80% !important;
            h6 {
                font-size: 1.8rem !important;
            }
        }
    }

    .prioritized {
        height: 100%;
        figure {
            width: 30% !important;
        }
        .content {
            .inside-content {
                position: relative;
                h2 {
                    font-size: 2.2rem !important;
                }
                h6 {
                    margin-top: 1rem !important;
                    font-size: 1.2rem !important;
                }
                p {
                    margin-bottom: 2rem !important;
                    width: 95% !important;
                }
                width: 100% !important;
                .bottom-text-prioritised {
                    width: 80% !important;
                    padding: 0.5rem 2.5rem;
                    margin: 0 auto;
                    border-radius: 4rem;
                    /* margin-top: -5rem !important; */
                    /* position: absolute !important; */
                    /* bottom: -8rem !important; */
                    position: static !important;
                    font-size: 0.9rem !important;
                }
            }
        }
    }

    .contact-hero-innerpage {
        height: 100% !important;
    }
    .contact-us-page {
        /* overflow-x: hidden !important; */
        .heading {
            .heading-top {
                padding: 1.5rem 0.5rem !important;
                h3 {
                    font-size: 2.5rem;
                }
                p {
                    width: 70%;
                    margin: auto;
                    margin-top: 1rem;
                    line-height: 1.5;
                }
            }
        }
        .heading,
        .contact-form {
            width: 100%;
        }
        .contact-form {
            margin-top: 1rem;
            form {
                /* overflow: hidden; */
                width: 100%;
                .input-section {
                    /* width: 100%; */
                    display: flex;
                    flex-direction: column;
                    input {
                        width: 97.5%;
                        padding: 1rem 0.5rem;
                        display: block;
                        font-size: 1rem;
                    }
                    textarea {
                        width: 97%;
                        display: block !important;
                        font-size: 1rem;
                    }
                    select {
                        width: 100% !important;
                        display: block !important;
                        font-size: 1rem;
                        padding: 1rem 0.2rem;
                    }
                }
            }
        }

        button {
            text-wrap: noWrap;
            width: fit-content !important;
            left: 1% !important;
            right: 2% !important;
            position: relative;
        }

        /* .global-persons {
            margin-top: 5rem;
            figure {
                margin-bottom: 0rem;
            }
        } */
    }

    .terms-policy-coockie-page {
        .terms-content,
        .privacy-content {
            width: 90%;
        }
        .hero-article {
            height: 100% !important;
            padding-bottom: 4rem !important;
            .heading {
                margin-top: 4rem;
                h2 {
                    text-align: left;
                    margin-left: 0rem;
                    font-size: 2.5rem !important;
                }
                .hori-line-1 {
                    margin-left: 0rem !important;
                    width: 90%;
                }
                .hori-line-2 {
                    width: 60%;
                    margin-left: 0rem;
                }
            }
        }
    }

    .hero-article {
        min-height: 100% !important;
        padding-bottom: 3rem;
    }
}

/* @media screen and (max-width: 980px) {
    .hero {
        height: 80vh !important;
    }
    .hero .bottom-global-search {
        background-size: cover;
        background-position: right;
        min-height: 18rem !important;
        position: relative;
        top: -2.2rem;
    }
} */

/* Home Page */
@media screen and (max-width: 589px) {
    html {
        font-size: 15px;
    }
    .container {
        width: 90%;
    }

    .thank-you-header {
        width: 90%;
        figure {
            margin-top: 2rem;
            img {
                width: 2rem;
            }
            h3 {
                font-size: 1.3rem;
                margin-left: 0.5rem;
            }
        }
    }
    .hero {
        height: 100% !important;
        nav {
            .flex70 {
                flex: 0 1 50%;
            }
            .flex7 {
                flex: 0 1 30%;
                position: relative;
                left: 0 !important;
                margin-left: 0rem;
            }
            .flex50 {
                flex: 0 1 55%;
            }
            .flex20 {
                flex: 0 1 100%;
                margin-right: 0rem;
            }
            .flex30 {
                flex: 0 1 15% !important;
            }

            .right-side {
                flex-direction: column-reverse;
                align-items: center;
                margin-right: -0.5rem !important;

                .become-parnter {
                    text-wrap: noWrap;
                    width: 100%;
                    padding: 1rem 1.3rem !important;
                    font-size: 1.1rem;
                    margin-left: 0rem;
                }
                .flex20 {
                    flex: 0 1 30% !important;
                }
                figure {
                    justify-content: space-around !important;
                    /* margin-right: -5rem; */
                    /* border: 1px solid red; */
                    /* margin-left: 8rem; */
                    margin-top: 1rem;
                    margin-right: 0rem;
                    margin-left: 1rem;
                }
                .right-img1 {
                    margin-right: -0.3rem;
                    margin-top: 0.5rem;
                    width: 80% !important;
                }
                .right-img2 {
                    /* margin-left: -2rem !important; */
                    width: 65% !important;
                    /* margin: auto; */
                }
            }
        }
        .our-blog {
            display: none;
        }
        .heading-content {
            margin-bottom: 2rem !important;
            margin-top: 2rem !important;

            width: 80% !important;
            .heading {
                font-size: 2.5rem !important;
                line-height: 1;
            }
            .sub-heading {
                font-size: 1.4rem !important;
                font-weight: 600;
            }

            .description {
                width: 95% !important;
                line-height: 1.5;
                display: none;
            }

            .hero-vector1 {
                display: none;
            }
        }

        .bottom-global-search {
            padding: 3rem 0;
            /* padding-bottom: 6rem !important; */
            background-color: #00b67a;
            margin-bottom: -4rem;
            #First {
                width: 90%;
                left: -0.6rem !important;
                flex-direction: column;
                top: 6rem;
                form {
                    width: 100% !important;
                    margin-left: 0rem;
                    flex-direction: column !important;
                    div {
                        flex-direction: column !important;
                    }
                    label {
                        font-size: 2.2rem !important;
                        margin: -1rem auto -2rem auto !important;
                        padding-bottom: 1rem;
                        text-align: center;
                        display: block;
                        width: 100%;
                        line-height: 1.2;
                    }
                    .input-sec {
                        margin-top: 1rem;
                        background: none;
                        /* margin-top: 3rem; */
                        padding-bottom: 1rem;
                        input {
                            width: 95%;
                            text-align: center;
                            border-radius: 2rem;
                            margin-bottom: 1rem;
                            margin-top: 1rem;
                            padding: 1.2rem 0.7rem !important;
                            background-color: white;
                        }
                        .checknow-btn {
                            width: 100%;
                            font-size: 1.1rem !important;
                            padding: 1.2rem 0.7rem !important;
                        }
                    }
                }
            }
        }
    }
    .description1 {
        display: block;
        text-align: center;
        color: white;
        line-height: 1.2;
    }

    .column_flex580 {
        flex-direction: column;
    }
    .column_reverse_flex580 {
        flex-direction: column-reverse;
    }

    .home-owners {
        position: relative;
        padding-top: 3rem;
        /* margin-top: -8rem; */
        padding-bottom: 3rem;
        min-height: 25rem;
        .left-sec {
            margin-bottom: 1rem;
            line-height: 1.2;
            h2 {
                text-align: center;
                font-size: 2.6rem !important;
                br {
                    display: none;
                }
            }
        }
        .right-sec {
            margin-top: 0.7rem !important;
            .content-figure {
                margin-bottom: 1rem;
                .person1 {
                    margin: 0 0.4rem;
                    width: 4rem;
                }
                .person2 {
                    margin: 0 0.4rem;
                    width: 4rem;
                }
                .person3 {
                    margin: 0 0.4rem;
                    width: 4rem;
                }
            }
            .flex65 {
                flex: 0 1 100% !important;
                margin-left: 0rem !important;
                text-align: center;
            }
            .content {
                width: 85%;
                text-align: center;
                margin: auto !important;
                font-size: 1rem !important;
                span {
                    text-align: center !important;
                    display: block;
                    margin-left: 1.5rem;
                    margin-top: 1rem;
                }
                .stars {
                    margin-top: 1rem;
                }

                br {
                    display: none;
                }
            }

            .stars {
                position: absolute;
                right: 4rem !important;
                bottom: 0rem;
            }
            .nav-ind {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 90%;
                margin-top: 0.5rem;
                margin-top: -2rem;
            }
        }
    }

    .icons-sec {
        padding: 1.5rem 0 !important;
        padding-bottom: 3rem !important;
        /* margin-top: 2rem !important; */
        margin: 2rem auto !important;
        margin-top: -1rem !important;
        .inside-icons-sec {
            width: 99% !important;
            flex-wrap: wrap;
            /* margin-top: -1rem; */
            justify-content: center;
            .each-icon {
                width: 30%;
            }
            .line {
                width: 40%;
            }
            .disabled-line {
                display: none !important;
            }
        }
    }

    .about-details {
        margin-top: 1rem !important;
        padding: 2rem 0;
        margin-bottom: 2rem;
        .inside-about {
            grid-template-columns: repeat(1, 1fr);
            width: 100%;
            .left-article {
                h3 {
                    font-size: 1.8rem;
                    line-height: 1.4;
                }
            }
            h5 {
                font-size: 1.3rem !important;
            }
            p {
                font-size: 1rem !important;
            }
            .list-of-details {
                article {
                    margin-top: -1rem !important;
                    margin-bottom: 1rem !important;
                }
            }
        }
    }

    .window-install {
        /* visibility: hidden; */
        position: relative;
        height: 100% !important;
        padding-bottom: 4rem;
        background-size: cover;
        .content {
            /* margin-top: -8rem; */
            h4 {
                font-size: 2.5rem !important;
                line-height: 1.3;
                font-weight: 800;
            }
            p {
                line-height: 1.3;
                font-size: 2.2rem;
                font-weight: 700;
                width: 80%;
                margin: auto;
            }
        }
        form {
            width: 90%;
            background: none !important;
            bottom: 1rem !important;
            margin-top: 0rem !important;
            div {
                flex-direction: column;
            }
            label {
                font-size: 2.2rem !important;
                font-weight: 700;
                text-align: center !important;
                margin: auto;
            }

            .input-sec {
                background: none;
                border: none;
                box-shadow: none;
                input {
                    width: 95%;
                    text-align: center;
                    border-radius: 2rem;
                    margin-bottom: 0.5rem;
                    padding: 1rem 0.7rem !important;
                    background-color: white;
                }
                .checknow-btn {
                    width: 100%;
                    margin-top: 0.5rem;
                    font-size: 1.1rem !important;
                    padding: 1rem 0.7rem !important;
                }
            }
        }
        .below-search-bar {
            width: 90%;
            margin-top: 0rem;
            /* margin-bottom: 2rem; */
            .below-form-img {
                display: none;
            }
            .below-form-img-1 {
                display: block;
            }
            img {
                width: 60%;
            }
        }
    }

    .how-its-work {
        width: 100% !important;
        .inside-how-its-work {
            width: 100% !important;
            grid-template-columns: repeat(1, 1fr) !important;
            margin-top: 0rem !important;
            .article2 {
                padding: 2rem 2rem;
                .vector {
                    display: none;
                }
                .each-questionaire {
                    margin-top: 2rem;
                    width: 100%;
                    h6 {
                        font-size: 3rem !important;
                    }
                    p {
                        font-size: 1rem !important;
                    }
                    span {
                        font-size: 1rem !important;
                    }
                }
            }
            .article1 {
                height: 25rem;
            }
            .article4 {
                height: 25rem;
                margin: auto;
                margin-top: 5rem;
                width: 93%;
            }
            .article3 {
                padding: 1rem 1rem;
            }
        }
    }

    .bottom-form-sec {
        /* visibility: hidden; */
        margin-top: 0rem;
        form {
            width: 100%;
            background: none;
            div {
                flex-direction: column;
            }
            label {
                font-size: 2.2rem !important;
                text-align: center !important;
                margin: auto;
                font-weight: 700 !important;
                line-height: 1.4;
            }
            .input-sec {
                background: none !important;
                border: none;
                box-shadow: none;
                input {
                    width: 95%;
                    text-align: center;
                    border-radius: 2rem;
                    margin-bottom: 1rem;
                    background-color: white;
                }
                .checknow-btn {
                    width: 100%;
                    font-size: 1rem !important;
                }
            }
        }
    }

    .footer {
        .above-footer {
            a {
                font-size: 1.1rem !important;
                font-weight: 600;
                padding: 1.2rem 4rem;
            }
            span {
                width: 90%;
                margin: auto;
                font-size: 1rem;
                margin-top: 1rem;
            }
        }
        .bottom-footer {
            ul {
                width: 90%;
                li {
                    a {
                        font-size: 0.9rem;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 589px) {
    .hero-innerpage {
        height: 100% !important;
        position: relative;
    }
    .contact-hero-innerpage,
    .hero-innerpage {
        figure {
            .right-img1 {
                margin-top: 0.7rem !important;
            }
        }
    }
    .window-replacement-cost-estimator {
        .heading {
            width: 100% !important;
            .heading-top {
                border-radius: 1rem;
                margin-top: 2rem;
                padding: 1.5rem 0.8rem;
                line-height: 1.3;
                h3 {
                    font-size: 3rem;
                }
                p {
                    font-weight: 300;
                    line-height: 1.5;
                }
            }
        }

        .options {
            width: 100%;
            form {
                .radio-btn {
                    width: 100%;
                    margin: 0 !important;
                    div {
                        margin-bottom: 1rem;
                    }
                }
                .align-center {
                    line-height: 1.5;
                    align-items: unset;
                }
            }
            .select-window-types {
                margin-top: 2rem;
                .list-of-icons {
                    width: 80%;
                    margin: auto !important;
                    margin-left: 2.2rem !important;
                    margin-top: 1rem !important;
                    grid-template-columns: repeat(3, 1fr) !important;
                    /* margin-right: -1rem;
     margin-left: 1rem; */
                    margin-top: 0.5rem;
                    margin-left: 0.2rem;
                }
            }
            h4 {
                font-size: 1.7rem;
                text-align: left;
                line-height: 1.4;
            }
        }
    }

    .window-involved-1 {
        .windows {
            width: 100% !important;
            align-items: unset !important;
            justify-content: center;
        }
        h4 {
            text-align: left !important;
            line-height: 1.3;
        }
    }
    .inside-window-involved {
        flex-wrap: wrap;
        .flex25 {
            flex: 0 1 32%;
        }
        p {
            margin-bottom: 1rem;
        }
        justify-content: center;
    }

    .options-options {
        width: 100% !important;
        margin-top: 0rem !important;
        h4 {
            text-align: left !important;
            font-size: 1.8rem !important;
        }
        .flex30 {
            flex: 0 1 45%;
            margin-bottom: 0.5rem;
        }
        .options-list-list {
            flex-wrap: wrap;
        }
    }

    .projects-take-place {
        width: 100% !important;
        margin-top: 2rem !important;
        .flex30 {
            margin-bottom: 1rem;
        }
        label {
            display: block;
            text-wrap: noWrap;
        }
        h4 {
            text-align: left;
            line-height: 1.5;
        }
        .input-sec-prices {
            input {
                width: 97% !important;
            }
            button {
                text-wrap: noWrap;
                width: 100% !important;
            }
        }
    }

    .global-persons {
        padding-top: 20rem;
        margin-top: 1rem !important;
        margin-top: -1rem;
        /* figure {
            margin: 0;
        } */

        .inner-nav-btns {
            height: 50px !important;
            top: 2rem !important;
            margin-top: -1rem !important;

            position: absolute;
            left: 40%;
            right: 40%;
        }
        .flex10 {
            flex: 0 1 15%;
        }
        .global-person1,
        .global-person2 {
            position: absolute;
            width: 42%;
            bottom: -0rem;
        }
        .global-person1 {
            /* bottom: -8rem; */
            width: 45%;
            left: 38%;
        }
        .global-person2 {
            left: 20%;
            width: 39%;
            /* bottom: -8rem; */
        }
    }

    .contact-hero-innerpage {
        position: relative;
        .global-persons {
            padding-top: 12rem;
            margin-top: 4rem;
            margin-bottom: -0.5rem;

            .inner-nav-btns {
                margin-top: -15rem;
                position: absolute;
                left: 40%;
                right: 40%;
            }
            .flex10 {
                flex: 0 1 15%;
            }
            .global-person1,
            .global-person2 {
                position: absolute;
                width: 35%;
                bottom: 0rem;
            }
            .global-person1 {
                /* bottom: -8rem; */
                left: 42%;
                width: 38%;
            }
            .global-person2 {
                left: 27%;
                width: 33%;
                /* bottom: -8rem; */
            }

            .flex14 {
                flex: 0 1 18%;
            }
        }
    }

    .hero-form-inner-two-four-page {
        .global-persons {
            margin-top: 0rem;
            padding-top: 14rem;
            bottom: -0.5rem !important;
        }
    }

    .global-persons {
        .inner-nav-btns-telephon-sec {
            top: -3rem !important;
        }
    }

    /* .global-persons {
        padding-top: 18rem !important;
        width: 98% !important;
        margin: auto !important;
        figure {
            flex: 0 1 25% !important;
            margin-top: -13rem !important;
        }
        .global-person {
            width: 160px !important;
            height: 160px !important;
        }
        .global-person2 {
            position: absolute;
            bottom: 0rem;
            left: 3rem !important;
            z-index: 99;
            img {
                width: 180px !important;
                height: 180px !important;
            }
        }
        .global-person1 {
            bottom: 0rem;
            position: absolute;
            right: 3rem !important;
            img {
                width: 180px !important;
                height: 180px !important;
            }
        }

        .inner-nav-btns {
            margin-top: -38rem !important;
            left: 40%;
            width: 20%;
            bottom: 17rem;
            right: 35%;
            height: fit-content !important;
            position: absolute;
        }
    } */

    .priority-for-you {
        width: 100% !important;
        .flex30 {
            flex: 0 1 100% !important;
            margin-bottom: 1rem;
            label {
                text-wrap: noWrap !important;
                font-size: 1.1rem !important;
            }
        }
        h4 {
            text-align: left;
            font-weight: 600;
            line-height: 1.3;
        }

        .input-sec-quote {
            h5 {
                font-weight: 600;
                text-align: left;
            }
            input {
                width: 90% !important;
            }
        }
        .select-option {
            label {
                font-size: 1rem !important;
            }
        }

        .btn-sec {
            width: 100% !important;
            h6 {
                font-size: 1.4rem !important;
            }
            button {
                font-size: 1.1rem;
            }
            p {
                width: 100% !important;
            }
        }
    }

    .telephone-email-quote {
        width: 100% !important;
        .input-sec-quote-sec {
            h5 {
                text-align: left !important;
                font-size: 1.7rem !important;
                font-weight: 600;
            }
            input {
                width: 90% !important;
                padding: 0.9rem 0.5rem !important;
            }
        }
        .btn-sec {
            width: 100% !important;
            h6 {
                font-size: 1.8rem !important;
            }
        }
    }

    .prioritized {
        figure {
            width: 30% !important;
        }
        .content {
            .inside-content {
                position: relative;
                h2 {
                    font-size: 2.2rem !important;
                }
                h6 {
                    margin-top: 1rem !important;
                    font-size: 1.2rem !important;
                }
                p {
                    margin-bottom: 2rem !important;
                    width: 95% !important;
                }
                width: 100% !important;
                .bottom-text-prioritised {
                    width: 80% !important;
                    padding: 0.5rem 2.5rem;
                    margin: 0 auto;
                    border-radius: 4rem;
                    position: static;
                    font-size: 1rem !important;
                }
            }
        }
    }

    .contact-hero-innerpage {
        height: 100% !important;
    }
    .contact-us-page {
        /* overflow-x: hidden !important; */
        .heading {
            .heading-top {
                padding: 1.5rem 0.5rem !important;
                h3 {
                    font-size: 2.5rem;
                }
                p {
                    width: 70%;
                    margin: auto;
                    margin-top: 1rem;
                    line-height: 1.5;
                }
            }
        }
        .heading,
        .contact-form {
            width: 100%;
        }
        .contact-form {
            margin-top: 1rem !important;

            form {
                width: 100%;
                .input-section {
                    display: flex;
                    flex-direction: column;
                    input {
                        width: 97% !important;
                        display: block !important;
                    }
                    textarea {
                        width: 97% !important;
                        display: block !important;
                    }
                    select {
                        width: 101% !important;
                        display: block !important;
                        padding: 1rem 0.4;
                    }
                }
            }
        }

        button {
            text-wrap: noWrap;
            width: fit-content !important;
            left: 1% !important;
            right: 2% !important;
            position: relative;
        }
    }

    .footer {
        .above-footer {
            span {
                width: 85% !important;
            }
            .trust-secure-icons {
                width: 60%;
                img {
                    width: 45% !important;
                }
            }
        }
        ul {
            width: 90% !important;
        }
    }

    /* our blog section  */
    .trending-articles {
        .banner-article {
            position: relative;
            .content {
                position: absolute;
                left: 0;
                width: 83%;
                bottom: -1rem;
            }
        }

        .list-of-articles {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 0rem !important;
        }
    }

    .middle-banner-article {
        .content {
            flex: 0 1 100%;
            padding: 1rem 1rem !important;
            h4 {
                text-align: center;
                span {
                    display: inline-block;
                    text-align: center;
                }
            }
            p {
                text-align: center;
                width: 90%;
                margin: auto;
            }
            a {
                margin: auto;
                margin-bottom: 2rem !important;
            }
        }
    }

    .latest-articles {
        .list-of-articles {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .bottom-banner-sec {
        br {
            display: none;
        }
        span {
            display: block;
            text-align: center;
            font-size: 2.1rem;
        }

        article {
            /* display: block; */
            .content {
                align-items: center;
                display: block;
                width: 100%;
                h5 {
                    width: 100%;
                    span {
                        font-size: 1.3rem;
                    }
                    font-size: 2.1rem !important;
                    text-wrap: wrap;
                    text-align: center;
                    small {
                        font-size: 2rem;
                        display: block;
                        width: 100%;
                    }
                }
                a {
                    text-wrap: noWrap;
                    margin-top: 2rem !important;
                    display: block;
                }
            }
        }
    }

    .content-article {
        .content-data {
            width: 100% !important;
        }
        .latest-article {
            margin-top: 2rem;
        }
    }

    /* terms page */
    .terms-policy-coockie-page {
        .hero-article {
            height: 100% !important;
            padding-bottom: 4rem !important;
            .heading {
                h2 {
                    text-align: left;
                    margin-left: 0rem;
                    font-size: 2.8rem !important;
                }
                .hori-line-1 {
                    margin-left: 0rem !important;
                    width: 90%;
                }
                .hori-line-2 {
                    width: 60%;
                    margin-left: 0rem;
                }
            }
        }
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 14px;
    }

    .hero {
        .bottom-global-search {
            /* min-height: 25rem !important; */
            #First {
                top: 0rem !important;
            }
        }
    }
    .home-owners {
        /* height: 28rem; */
        .left-sec {
            h2 {
                font-size: 2.2rem !important;
            }
        }
    }

    .global-persons {
        .inner-nav-btns-telephon-sec {
            top: -3rem !important;
        }
    }
}

@media screen and (max-width: 414px) {
    .hero {
        .bottom-global-search {
            /* min-height: 30rem !important; */
            #First {
                top: 2rem !important;
            }
        }
    }

    .global-persons {
        .inner-nav-btns {
            height: 50px !important;
            top: 2rem !important;
            margin-top: -1rem !important;

            position: absolute;
            left: 40%;
            right: 40%;
        }
    }

    .global-persons {
        .inner-nav-btns-telephon-sec {
            top: -3rem !important;
        }
    }
}

@media screen and (max-width: 393px) {
    html {
        font-size: 13px;
    }
    .hero {
        .heading-content {
            width: 100% !important;
            margin-top: 0.6rem !important;
            .heading {
                font-size: 3rem;
                line-height: 1.15;
            }
        }
    }

    .hero {
        .bottom-global-search {
            /* min-height: 30rem !important; */
            #First {
                top: 2rem !important;
                top: 0rem !important;
            }
        }
    }
    .home-owners {
        height: 28rem !important;
    }
    .global-persons {
        .inner-nav-btns {
            margin-top: -10rem;
            top: 0rem;
            bottom: 2rem;
            position: absolute;
            left: 40%;
            right: 40%;
        }
    }

    .global-persons {
        .inner-nav-btns-telephon-sec {
            top: -3rem !important;
        }
    }
}

@media screen and (max-width: 378px) {
    html {
        font-size: 12px;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 3rem !important;
                margin-bottom: 1rem;
            }
        }
        .bottom-global-search {
            /* min-height: 30rem !important; */
            #First {
                /* bottom: -2rem; */
            }
        }
    }
    .home-owners {
        min-height: 28rem !important ;
    }
}

@media screen and (max-width: 378px) {
    html {
        font-size: 12px;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 3rem !important;
                margin-bottom: 1rem;
            }
        }
        .bottom-global-search {
            /* min-height: 30rem !important; */
            #First {
                bottom: 0rem !important;
            }
        }
    }
    .home-owners {
        height: 28rem !important;
    }
}
@media screen and (min-width: 280px) and (max-width: 330px) {
    html {
        font-size: 10px;
    }

    .hero {
        .heading-content {
            .heading {
                font-size: 2rem !important;
                margin-bottom: 1rem;
            }
        }
        .bottom-global-search {
            /* min-height: 30rem !important; */
            #First {
                top: 0rem !important;
                form {
                    /* margin-top: -1rem !important; */
                }
            }
        }
    }
}
