@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:root {
    --blue: #1d3490;
    --orange: #fa8c16;
    --grey: #565656;
    --white: #fff;
}
a,
img {
    border: 0px;
    outline: 0px;
}
a {
    text-decoration: none;
    color: black;
}
html {
    width: 100%;
    height: auto;
}
p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    min-height: 100%;
}
.main_fluid {
    width: 100%;
    display: block;
}
.wrapper {
    max-width: 893px;
    position: relative;
    margin: auto;
    padding: 0px 15px;
    @media (max-width: 767px) {
        padding: 0px 25px;
    }
}
header {
    background: linear-gradient(
        90deg,
        rgba(45, 80, 224, 1) 0%,
        rgba(22, 52, 179, 1) 100%
    );
    .header-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .get-estimation {
        margin-top: 0px;
        a,
        span {
            color: var(--white);
            font-weight: 600;
        }
        a {
            width: 209px;
            font-weight: 700;
            @media (max-width: 767px) {
                height: 52px;
                width: 176px;
            }
        }
    }
}
.get-estimation {
    margin-top: 40px;
    a {
        width: 263px;
        color: var(--white);
        border-radius: 5px;
        font-weight: 600;
        font-size: 20px;
        background: var(--orange);
        text-align: center;
        text-decoration: none;
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        @media (max-width: 767px) {
            height: 52px;
            width: 263px;
        }
    }
    span {
        font-weight: 600;
        font-size: 11px;
        text-align: center;
        color: var(--grey);
        width: 100%;
        display: block;
        margin-top: 3px;
    }
}
section.walkintub-section {
    padding: 30px 0px;
    background: url(assets/luxury-bg.png) no-repeat top center;
    width: 100%;
    background-position: center 20%;
    @media (max-width: 767px) {
        padding: 15px 0px 30px;
    }
    .date {
        p {
            text-align: center;
            font-weight: 400;
            font-size: 12px;
            line-height: 25px;
            color: #565656;
        }
    }
    h1 {
        color: var(--blue);
        font-weight: 800;
        font-size: 2.563rem;
        margin-top: 30px;
        line-height: 55px;
        @media (max-width: 767px) {
            font-size: 40px;
            line-height: 53px;
            margin-top: 15px;
        }
    }
    .luxuryimages {
        display: flex;
        gap: 10px;
        margin: 30px 0px 15px;
        .image {
            width: 100%;
        }
        img {
            width: 100%;
        }
        .image:last-child {
            @media (max-width: 767px) {
                display: none;
            }
        }
    }
}
.center-hd {
    text-align: center;
    h2 {
        font-weight: 700;
        font-size: 37px;
        line-height: 60px;
        text-align: center;
        color: var(--blue);
        margin-bottom: 10px;
        @media (min-width: 768px) and (max-width: 893px) {
            font-size: 30px;
        }
    }
    p {
        text-align: center;
    }
}
section.keyfeatures {
    background: #f4f4f4;
    padding: 40px 0px;
    .center-hd {
        p {
            @media (max-width: 767px) {
                text-align: left;
            }
        }
    }
    .features {
        display: grid;
        grid-template-columns: 285px 1fr;
        grid-gap: 30px;
        margin: 30px 0px 60px;
        align-items: center;
        @media (max-width: 767px) {
            grid-template-columns: auto;
            margin: 30px 0px 38px;
        }
        .left-features {
            ul {
                list-style-type: none;
                li {
                    font-weight: 400;
                    font-size: 17px;
                    line-height: 35px;
                    position: relative;
                    padding-left: 35px;
                    &:before {
                        background: url("/themes/homeowners/assets/listicon.png")
                            no-repeat;
                        content: "";
                        width: 24px;
                        height: 21px;
                        position: absolute;
                        top: 8px;
                        left: 0px;
                    }
                }
            }
        }
        .image {
            text-align: right;
            position: relative;
            @media (max-width: 767px) {
                margin: 0px -25px;
                img {
                    width: 100%;
                }
            }
            .serviceimg {
                position: absolute;
                bottom: -5px;
                left: 28px;
                @media (max-width: 767px) {
                    display: none;
                }
            }
            .tubicon {
                position: absolute;
                bottom: -24px;
                right: -30px;
                @media (min-width: 768px) and (max-width: 893px) {
                    right: -15px;
                }
                @media (max-width: 767px) {
                    position: absolute;
                    top: -35px;
                    right: 15px;
                    width: auto;
                }
            }
        }
    }
}
.discoversection {
    padding: 40px 0px;
    @media (max-width: 767px) {
        display: none;
    }
    h2 {
        font-weight: 700;
        font-size: 37px;
        line-height: 60px;
        margin-bottom: 15px;
        color: var(--blue);
    }
    p {
        margin-bottom: 30px;
    }
}
.bathsection {
    padding: 40px 0px 60px;
    width: 100%;
    position: relative;
    .center-hd {
        position: relative;
        z-index: 1;
        h2,
        p {
            margin-bottom: 0px;
            color: white;
            @media (max-width: 767px) {
                text-align: left;
            }
        }
        h2 {
            a {
                color: var(--white);
            }
            @media (max-width: 767px) {
                line-height: 45px;
            }
        }
    }
    .bgimage {
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
        img {
            width: 100%;
        }
        img {
            width: 100%;
            text-align: center;
            @media (min-width: 768px) {
                width: auto;
                height: 437px;
                margin: auto;
            }
        }
    }
    .image {
        position: relative;
        z-index: 1;
        margin-bottom: 10px;
        img {
            width: 100%;
        }
    }
    .label {
        width: 100%;
        padding: 18px 20px;
        background: #2d50e0;
        text-align: center;
        margin: 32px 0px 28px;
        position: relative;
        &:after {
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid #2d50e0;
            position: absolute;
            left: 0px;
            right: 0px;
            top: -20px;
            z-index: 1;
            content: "";
            margin: auto;
        }
        p {
            a {
                color: var(--white);
            }
            font-weight: 600;
            font-size: 25px;
            line-height: 30px;
            @media (min-width: 768px) and (max-width: 893px) {
                font-size: 20px;
            }
            @media (max-width: 767px) {
                line-height: 35px;
            }
        }
    }
}
@media (min-width: 768px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}
.qualifysection {
    padding: 0px 0px 30px;
    h2 {
        font-weight: 700;
        font-size: 37px;
        line-height: 60px;
        margin-bottom: 15px;
        color: var(--blue);
        @media (max-width: 767px) {
            line-height: 50px;
        }
    }
    p {
        margin-bottom: 20px;
    }
    .image {
        margin: 30px 0px 50px;
        img {
            width: 100%;
        }
    }
}
.footer {
    background: #eeeeee;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap: wrap;
    a {
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
}
