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

:root {
    --primary: #58DBC1;
    --Secondary: #2F3D54;
    --Dark-Green: #023A2F;
}

html {
    scroll-behavior: smooth;
}

#quote {
    scroll-margin-top: 80px;
}

.max1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.site-width {
    max-width: 1440px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

div#faq {
    max-width: 1084px;
    margin: auto;
}

a {
    text-decoration: none;
}

.br8 {
    border-radius: 8px;
}

html {
    scroll-behavior: smooth;
}

p {
    margin-bottom: 16px;
}

body {
    color: var(--Secondary, #2F3D54);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.flx {
    display: flex;
}

.jsp-btw {
    justify-content: space-between;
}

.aln-cntr {
    align-items: center;
}

.aln-str {
    align-self: stretch;
}

.text-cntr {
    text-align: center !important;
}

a.tp-ph-txt {
    color: var(--Secondary, #2F3D54);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.flx.cnt-btns.mt24 a.tp-ph-txt,
.cnt-us a.tp-ph-txt {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
    text-transform: math-auto;
}

.btn,
.btn-call,
.btn-tnq {
    width: fit-content;
    border-radius: 8px;
    border: 1px solid var(--primary, #58DBC1);
    background: var(--primary, #58DBC1);
    color: var(--Secondary, #2F3D54);
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    height: 44px;
    padding: 8px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.gap16 {
    gap: 16px;
}

.gap8 {
    gap: 8px;
}

.ptb24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.plr40 {
    padding-left: 80px;
    padding-right: 80px;
}

/* Foooter css  */
.bg-footer {
    background: rgba(88, 219, 193, 0.20);
}

.ct-loc-box {
    width: 48px;
    height: 48px;
    background-color: var(--primary, #58DBC1);
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pt30 {
    padding-top: 30px;
}

.pd40 {
    padding: 0px 40px;
}

p.phn-at {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 0;
}

.footer-link-head h5 {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.phn-at span {
    color: var(--Dark-Green, #023A2F);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.28px;
    text-transform: capitalize;
}

.mt24 {
    margin-top: 24px;
}

.mt4 {
    margin-top: 4px;
}

p.ftw-txt {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0px;
    text-align: center;
}

.t-center {
    text-align: center;
}

p.ftw-txt.p0 {
    margin-bottom: 0;
}

.max470 {
    max-width: 470px;
}

.pb30 {
    padding-bottom: 30px;
}

.border-b-prime {
    border-bottom: 1px solid var(--primary, #58DBC1);
}

/* Banner css  */

.banner-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 20.49%, rgba(0, 0, 0, 0.00) 101.01%), url(/images/banner-bg.webp) lightgray no-repeat;
    background-size: cover;
    background-position: center;
}

.pd40 {
    padding: 40px;
}

.cust-pd40 {
    padding: 40px 80px 0px;
}

.bg-white {
    background-color: #fff;
}

.banner-col1 {
    flex: 1 50%;
    max-width: 50%;
}

.wrap {
    flex-wrap: wrap;
}

.mrt-16 {
    margin-top: 16px;
}

.mrt-52 {
    margin-top: 52px;
}

.mt56 {
    margin-top: 56px;
}

.mt12 {
    margin-top: 16px;
}

.maxwth750 {
    max-width: 750px;
}

h1.ez-title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2.ez-sub-title {
    color: var(--Primary, #58DBC1);
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banner-txt p {
    color: #fff;
}

/* test margin */

/* Contact form css  */
.bdr-rds16 {
    border-radius: 16px;
}

.gap32 {
    gap: 32px;
}

.gap52 {
    gap: 52px;
}

p.frm-head {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.mt20 {
    margin-top: 20px;
}

/* Exterior Painting Page css */

.bdr-rds12 {
    border-radius: 12px;
}

.icon span.tick-bg::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 100%;
    background-image: url('/images/svg/check_circle.svg');
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.inner-span {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.inner-head {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pd80 {
    padding: 80px;
}

.flx-col {
    flex-direction: column;
}

.align-start {
    align-items: flex-start;
}

.pl-30 {
    padding-left: 30px;
}

.list {
    position: relative;
}

.max550 {
    max-width: 550px;
}

.max540 {
    max-width: 540px;
}

/* Exterior Painting Page css */
.max1440.pd80.pt0,
.pd80.pt0 {
    padding-top: 0;
}


.mrt-32 {
    margin-top: 32px;
}

/* Plus, we offer these additional expert services css  */
.pt40 {
    padding: 40px 0px;
}

.plr80 {
    padding: 0px 80px;
}

.t-center {
    text-align: center;
}

.gap24 {
    gap: 24px;
}

.gap18 {
    gap: 18px;
}

.bg-primary {
    background: rgba(88, 219, 193, 0.20);
}

.rep-box {
    flex: 1 45%;
    max-width: 45%;
}

h2.serv-head {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

h4.paint-txt {
    color: #191814;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    text-transform: capitalize;
}

/* Areas served page css  */

.gap40 {
    gap: 40px;
}

/* Why Choose Us for Your Painting Needs page css */
.aln-unset {
    align-items: unset;
}

h4.pn-nd-txt {
    color: #0E0E0E;

    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.pc-box {
    flex: 1 23%;
}

.treat-border {
    border-radius: 12px;
    border: 1px solid rgba(47, 61, 84, 0.20);
    background: #FFF;
    padding: 28px;
}

.mr-lr-at {
    margin-left: auto;
    margin-right: auto;
}

.text-align {
    text-align: center;
}

/* See Our Work In Action Page css */

.wrk-box {
    flex: 1 48%;
    max-width: 50%;
}

.wrk-box.img-box {
    flex: 1 40%;
}

.btm-txt h1,
.btm-txt p {
    color: var(--Dark-Green, #023A2F);
}

/* Testimonials css  */

.review .owl-item {
    border-radius: 12px;
    /* border: 1px solid rgba(47, 61, 84, 0.20); */
    background: #FFF;
    padding: 24px;
    box-sizing: border-box;
    width: auto;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* position: relative; */
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-carousel .it-flx {
    width: 100%;
}

.t-aln-lft {
    text-align: left;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 1px solid #58DBC1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: var(--primary, #58DBC1) !important;
    border-radius: 80px;
    background: var(--primary, #58DBC1) !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 32px !important;
    display: block;
    color: #000;
}

.owl-carousel button.owl-prev {
    position: absolute !important;
    top: 89px !important;
    left: -33px;
}

.owl-carousel button.owl-next {
    position: absolute;
    right: -40px !important;
    top: 89px !important;
}

.review button:hover {
    border: none;
    background-color: #58DBC1;
    color: rgba(2, 58, 47, 1);
    padding: 10px;
    border-radius: 10px;
}

.review button {
    border: none;
    background-color: #fff;
    color: #58DBC1;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    padding-left: 0;
}

.max362 {
    max-width: 362px;
}

h4.review-head {
    color: #0E0E0E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

span.review-span {
    color: rgba(14, 14, 14, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.review-post {
    color: rgba(25, 123, 255, 1);
}

span.post-n {
    display: block;
}

.gap14 {
    gap: 14px
}

.dsk-none {
    display: none;
}

span.rev-im.pro-ico.cl2 {
    margin-right: 15px;
    background: #ff00b3;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    font-size: 25px;
    margin-right: 0;
}

.gap12 {
    gap: 12px;
}

/* Testimonials end  */

.page-header {
    text-align: center;
}

.pd80.pdt40 {
    padding-top: 40px;
}

.m-ato {
    margin-left: auto;
    margin-right: auto;
}

.mas-wth920 {
    max-width: 920px;
}

.flx.flx-col.align-start.gap12.stretch.list.icon.pl-30 p {
    margin-bottom: 0;
}

.mrt-24 {
    margin-top: 24px;
}

.mrt-12 {
    margin-top: 12px;
}

label.formControlLabel {
    display: none;
}

.formContainer input[type=email],
.formContainer input[type=number],
.formContainer input[type=password],
.formContainer input[type=tel],
.formContainer input[type=text],
.formContainer input[type=url] {
    display: inline-block;
    height: 45px !important;
    padding: 4px;
    margin-bottom: 3px;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #374142;
    width: 100%;
    /* border-radius: 8px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important;
    box-sizing: border-box !important;
    border: none;
    font-family: Poppins;
    outline: none;
}

.formContainer input[type=email]::placeholder,
.formContainer input[type=number]::placeholder,
.formContainer input[type=password]::placeholder,
.formContainer input[type=tel]::placeholder,
.formContainer input[type=text]::placeholder,
.formContainer input[type=url]::placeholder {
    color: #374142;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

textarea#Brief_Project__Description::placeholder {
    color: #374142;
}

.formContainer textarea {
    display: inline-block;
    padding: 4px;
    margin-bottom: 0px;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #374142;
    width: 100%;
    /* border-radius: 8px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important;
    box-sizing: border-box !important;
    border: none;
    font-family: Poppins;
    outline: none;
}

textarea {
    resize: vertical;
}

button#Submit,
button#Submit1 {
    padding: 6px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 56px;
    align-items: center;
    margin-top: 10px;
    border-radius: 4px;
    background: #58DBC1;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}

.formRow {
    display: flex;
    gap: 12px;
}

.frm-container p.frm-head {
    margin-bottom: 20px;
}

.formSpan6,
.formRow .formSpan12 {
    flex: 1 !important;
}

.formContainer button[type=submit][disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.frm-container {
    width: 476px;
    border: 1px solid rgba(2, 58, 47, 0.30);
}

.gap52 {
    gap: 52px;
}

.bn-pd {
    padding: 80px 80px;
}

label#check0-lbl {
    display: flex;
    gap: 8px;
    font-family: Poppins;
    color: #374142;
}

.rsform-block.rsform-block-service.rsform-type-radiogroup .formBody {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

label#Service0-lbl,
label#Service1-lbl {
    display: flex;
    gap: 4px;
    font-family: Poppins;
    color: #374142;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    text-transform: capitalize;
}

a.tp-ph-txt.ph-ic-cr {
    background-color: #fff;
    border-radius: 56px;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2F3D54;
}

.rp-content p.mt4 {
    margin-bottom: 0;
}

.dsk-n-768,
.dsk-n {
    display: none;
}

.wrk-box.img-box img {
    display: flex;
}

.owl-dots {
    display: none;
}

header.header.container-header.full-width.active {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
}

.txt-col .footer-link {
    margin-top: 40px;
}

/* Responsive adjustments */
@media screen and (max-width: 1100px) {
    h1.ez-title {
        font-size: 32px;
    }

    .pd80 {
        padding: 60px;
    }

    h4.pn-nd-txt {
        font-size: 16px;
    }

    .treat-border {
        padding: 24px 16px;
    }

    .inner-head {
        font-size: 28px;
    }

    .owl-carousel button.owl-prev {
        position: absolute !important;
        top: -30% !important;
        right: 60px !important;
    }

    .owl-carousel button.owl-next {
        position: absolute;
        right: 0px !important;
        top: -30% !important;
    }
}

@media screen and (max-width: 991px) {

    .owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev,
    .owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next {
        width: 35px !important;
        height: 35px !important;

    }

    .flx-col1-rev.max-400 {
        max-width: 100%;
    }

    .mrt-52 {
        margin-top: 32px;
    }

    .flx.cnt-btns.mt24 a.tp-ph-txt,
    .cnt-us a.tp-ph-txt {
        font-size: 16px;
        letter-spacing: -0.3px;
    }

    .footer-logo img {
        width: 200px;
    }

    div#mod-custom130 .bn-pd {
        padding-top: 24px;
    }

    .gap32.sowia-sec-cl,
    .flx.gap32.sowia-sec {
        gap: 8px;
    }

    .mb-n {
        display: none;
    }

    .mobile-header a.btn.br8.lt04,
    .mobile-header a.btn-call.br8.lt04 {
        display: none;
    }

    a.btn-call.br8.lt04.dis-mb {
        display: block !important;
        border-radius: 50%;

        padding: 12px;
    }

    .gap52 {
        gap: 32px;
    }

    .dsk-n {
        display: block;
    }

    .mob-none {
        display: none;
    }

    .max1440.pd80.pt0 {
        padding-top: 40px;
    }

    .flx-clmn {
        flex-direction: column;
    }

    .flx.banner-container.jsp-btw.gap52.mob-line {
        flex-direction: column;
    }

    .txt-col {
        margin: 0px 0px;
    }

    .frm-container {
        width: 100%;
    }

    .max550,
    .max540 {
        max-width: 100%;
    }

    .plr80 {
        padding: 0px 40px;
    }

    .mt56 {
        margin-top: 24px;
    }

    h4.aln-str.pn-nd-txt.mt24 {
        margin-top: 12px;
    }

    .treat-border {
        padding: 24px;
    }

    img.logo {
        width: 200px;
        display: flex;
    }

    .header-inner.flx.jsp-btw.ptb24.plr40 {
        align-items: center;
    }

    .flx-dir-rev {
        flex-direction: column-reverse;
    }

    .banner-col1 {
        flex: 1 100%;
        max-width: 100%;
    }

    .pd80 {
        padding: 40px;
    }

    .rep-box {
        flex: 1 100%;
        max-width: 100%;
    }

    .pc-box {
        flex: 1 48%;
    }

    .dsk-none {
        display: block;
    }

    .mob-none {
        display: none;
    }

    .owl-carousel button.owl-prev {
        position: absolute !important;
        top: -30% !important;
        right: 60px !important;
    }

    .owl-carousel button.owl-next {
        position: absolute;
        right: 0px !important;
        top: -30% !important;
    }
}

@media screen and (max-width: 768px) {
    .itemid-110 a.btn-tnq.new.br8 {
        width: 100%;
    }

    .itemid-110 .btn-tq {
        flex-direction: column;
    }

    .header-inner img.logo {
        width: 150px;
        display: flex;
    }

    .owl-carousel button.owl-next {
        right: -4% !important;
        top: 39% !important;
    }

    .flx-col2-rev {
        max-width: 100% !important;
    }

    .owl-carousel button.owl-prev {
        top: 40% !important;
        left: -18px;
    }



    div#mod-custom132 .max1440.pd80.pt0.custpb {
        padding: 0px 24px 0px;
    }

    .owl-nav {
        margin-top: 30px;
    }

    .max1440.pd80.pt0 {
        padding-top: 24px;
    }

    .formRow {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .mb-n-768 {
        display: none;
    }

    .dsk-n-768 {
        display: block;
    }

    footer.max1440.bg-footer.pt30.mb20 {
        padding-top: 0;
    }

    .cust-pd40 {
        padding: 32px 24px 0px 24px;
    }

    .footer-inner.flx.jsp-btw.pb30.border-b-prime {
        gap: 32px;
        flex-direction: column;
    }

    .plr80 {
        padding: 0px 24px;
    }

    .pd80 {
        padding: 40px 24px;
    }

    .ptb24 {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .plr40 {
        padding-left: 24px;
        padding-right: 24px;
    }

    button#Submit,
    button#Submit1 {
        width: 100%;
    }

    .pd40.frm-container {
        padding: 24px;
    }

    .btn,
    .btn-call {
        font-size: 16px;
        width: 100%;
    }

    .wrk-box.img-box img {
        width: 100%;
    }

    span.inner-span {
        font-size: 16px;
    }

    .inner-head {
        font-size: 24px;
    }

    .bn-pd {
        padding: 40px 24px;
    }

    a.tp-ph-txt.phtxt {
        display: none;
    }

    a.tp-ph-txt.ph-ic-cr {
        background-color: #58DBC1;
        border-radius: 40px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #58DBC1;
    }

    .wrk-box {
        flex: 1 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .pc-box {
        flex: 1 100%;
    }

    .visit-icon {
        width: 74px;
        height: 52px;
    }


    h2.serv-head {
        font-size: 20px;
    }
}


/* 12-02-2025 added css  */

.mb0 {
    margin-bottom: 0;
}

p.ab-btn-span {
    color: var(--Dark-Green, #023A2F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}


.gap4 {
    gap: 4px;
}

.max559 {
    max-width: 559px;
}

.max530 {
    max-width: 530px;
}


h2.skils-head {
    font-size: 32px;
}

@media screen and (max-width: 1100px) {
    h2.skils-head {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    p.ab-btn-span {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    h2.skils-head {
        font-size: 24px;
    }
}

.fw-bld {
    font-weight: 700;
}

.max651 {
    max-width: 651px;
}

/* 13-02-2025 added css  */
.fw-pop {
    font-family: Poppins;
}

input#Service10,
input#Service11 {
    margin-right: 5px;
}

.mt8 {
    margin-top: 8px;
}

label#Service10-lbl,
label#Service11-lbl {
    color: #374142;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    text-transform: capitalize;
}

.relative {
    position: relative;
}

.lt04 {
    letter-spacing: -0.4px;
}

.fs18 {
    font-size: 18px !important;
}

.fs16 {
    font-size: 16px !important;
}

a.act-ankr {
    color: #000;
}

/* Banner Section List */
ul.list {
    padding-left: 20px;

}

ul.list li {
    color: #fff;
    margin-bottom: 16px;
    gap: 52px;

}

.flx-col2-rev {
    flex: 1 50%;
    max-width: 58%;
}

.flx-col1-rev {
    flex: 1 40%;
    max-width: 40%;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.banner-txt.text-cntr {
    text-align: center;
}

ul.new-list.flx-rw {
    color: #fff;
    display: flex;
    gap: 26px;
    padding-left: 15px;
}

.max610 {
    max-width: 619px;
}

.jst-cent {
    justify-content: center;
}

.banner-bg.get-free-quote {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.74) 101.01%), url(/images/get-free-quote.webp) lightgray 50% no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-bg.get-free-quote h2 {
    color: #fff;
    font-size: 32px;
}

.max710 {
    max-width: 710px;
}

h1.ez-title.contact {
    font-size: 40px;
}

.unbold span.inner-span.tick-bg {
    color: var(--Secondary, #2F3D54);
    font-size: 16px;
    font-weight: 400;
    font-family: Figtree;
}

.flx.flx-col.align-start.gap4.stretch.list.icon.pl-30 {
    margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
    ul.new-list.flx-rw {
        flex-direction: column;
    }

    .bn-pd {
        padding: 40px 20px;
    }

    .m-auto {
        margin: 0 auto;
    }

    ul.new-list.flx-rw {
        color: #fff;
        display: flex;
        gap: 10px !important;
        padding-left: 15px;
    }

    .banner-bg.get-free-quote h2 {

        font-size: 22px !important;
    }

    .flx-rw.mrt-52.gap30.faq {
        margin-top: 32px;
    }

    .flx.review-container.flx-mb.gap52 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

h2.inner-head.faq {
    text-align: center;
}

.flx-col1-rev.max-400 {
    max-width: 446px;
}

.flx.review-container.flx-mb.gap52 p {
    max-width: 350px;
}

/* add faq page css --- */
button.accordion:hover,
button.accordion:active,
button.accordion:focus {
    text-decoration: none;
}

.flx.review-container.flx-mb.gap52 {
    align-items: center;
}

.accordion {
    color: #2F3D54;
    cursor: pointer;
    text-transform: inherit;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding: 14px 0;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    background: #fff;
    line-height: 25px;
    font-family: 'Figtree';
}

.accordion:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/svg/down-Icon.svg);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: -4px;
}

#faq .accordion {
    margin-bottom: 0px;
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faqbox {
    padding: 32px 24px;
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(47, 61, 84, 0.10);

}

p.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
}

#faq .active:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/svg/up-Icon.svg);
    border-radius: 50px;

    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: -4px;
}

#faq .active.panel.show {
    padding-bottom: 15px;
}

#faq button.accordion.active {
    padding-bottom: 22px !important;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active,
p.accordion:hover {
    background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
    content: '/f079';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
    content: "\2796";
}

/* Style the element that is used for the panel class */

div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;

}

.mrt70 {
    margin-top: 70px
}

.ehf-template-twentytwenty .entry-content p.opty1 {
    opacity: 1 !important;
}

.ehf-template-twentytwenty .entry-content p.opty1.txt-dark {
    opacity: 1 !important;
    color: #08110D !important;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
    text-align: left;
}

.post.type-post .panel.show {
    max-height: max-content;
}

#faq button:focus {
    outline: none;
}

.faqbox ul:not(.list-unstyled):not([list-unstyled]) li {
    padding-left: 0px;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 8px;
}

.panel.show p:last-child {
    margin-bottom: 0;
}

.panel.show p {
    padding-right: 45px;
}

#faq .accordion {
    padding: 0px 40px 0 0 !important;
}

.faqbox a:hover {
    color: #dba521;
}

.page.page-id-79 header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}

button.toggle.nav-toggle.mobile-nav-toggle {
    display: none;
}

@media (max-width: 767px) {
    div#faq .exctg-item.exct-ic10 {
        margin-bottom: 30px;
    }

    .accordion:after {
        margin: 0px 10px;
    }

    .accordion {

        font-size: 20px !important;

    }
}

header#site-header {
    padding-left: 60px;
    padding-right: 60px;
}

.bg-footer .cnt-us.flx.aln-cntr.gap24 {
    gap: 8px;
    align-items: center;

}

.ft-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mnu-flx {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--- end faq sec css */
img.ph-c-tp.mb-n2 {
    display: none;
    width: 12px;
}

.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

.panel.show p {
    font-size: 16px !important;
    font-family: Figtree !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25.6px !important;
}

/*--- faq sec css */
p {
    /* color: #FFF; */
    font-family: Figtree;
    font-size: var(--body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}

.cnt-us img {
    width: 38px;
}

.cnt-us.flx.gap24 {
    /*align-items: flex-start;*/
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.star {
    display: flex;
}

a.btn.br8.lt04.dis-mb,
a.btn-call.br8.lt04.dis-mb {
    display: none;
}

@media (max-width: 991px) {
    .cnt-us img {
        width: 40px;

    }

    a.btn.br8.lt04.dis-mb,
    a.btn-call.br8.lt04.dis-mb,
    {
    display: block !important;
    border-radius: 50%;

    padding: 12px;
}

label#check0-lbl {

    align-items: flex-start;
}

input#check0 {
    margin-top: 5px;
}
}

h3.ftrh3.mt12 {
    color: var(--Secondary, #2F3D54);
    font-family: Figtree;
    font-size: var(--H3, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

p.ftr-txt.mt12 {
    max-width: 457px;
}

a.tp-ph-txt.max470 {
    max-width: 285px;
}

a.tp-ph-txt.fs16 {
    max-width: 320px;
}

/*tq page  */
h1.ez-title.clrblk {
    color: #2F3D54;
    text-align: center;
    font-family: Poppins;
    font-size: var(--H1, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
}

p.ban-txt.mrt-12 {
    max-width: 760px;
    margin: auto;
    padding: 24px 0;
}

hr.hr {
    margin: 32px auto;
    max-width: 800px;
}

.btn-tq {
    display: flex;
    gap: 16px;
    justify-content: center;

}

a.btn.new.br8,
a.btn-tnq.new.br8,
a.btn-call.new.br8 {
    border-radius: 8px;
    border: 2px solid #58DBC1;
    background: #fff;
}

.bg-green {
    background: rgba(88, 219, 193, 0.10);
}

.five-bx {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 56px;
    text-align: center;
}

.bx-1 {
    width: 232px;
    text-align: center;

}

.mx150 {
    max-width: 150px;
    margin: auto
}

.mx120 {
    max-width: 120px;
    margin: auto
}

.bx-1 p {
    margin-top: 18px;
}

.ft-hed h5 {
    color: var(--Secondary, #2F3D54);

    /* H3 */
    font-family: Figtree;
    font-size: var(--H3, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media(max-width: 991px) {

    .five-bx {
        flex-direction: column;
        margin-top: 32px;
    }

    .bg-green {
        text-align: center;
    }

    .bx-1 {
        width: 100%;
    }

    .mx150 {
        max-width: 100%;
        margin: auto
    }

    .mx120 {
        max-width: 100%;
        margin: auto
    }

    .footer-link.ftr-flx {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .hd-btn {
        display: none;
    }

    .footer-inner.flx.jsp-btw.pb30.border-b-prime {
        flex-direction: column;
    }
}

/* Footer links */
.footer-link.ftr-flx {
    display: flex;
    gap: 32px;
}

ul.ftr-list li {
    margin-top: 16px;
}

ul.ftr-list {
    list-style: none;
}

ul.ftr-list a {
    color: var(--Secondary, #2F3D54);
}

ol.mod-breadcrumbs li.mod-breadcrumbs__divider {
    display: none;
}

ol.mod-breadcrumbs {
    display: flex;
    list-style: none;
    gap: 30px;
}

.mod-breadcrumbs__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

li.mod-breadcrumbs__item.breadcrumb-item.active {
    position: relative;
}

li.mod-breadcrumbs__item.breadcrumb-item.active::before {
    content: '';
    background-image: url(../../../../../images/svg/lucide_chevron-right.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: -25px;
}

@media (max-width: 767px) {
    .footer-link.ftr-flx {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .hd-btn {
        display: none;
    }
}

/* 18-03-2026 added css for Home page  */
.itemid-101 .mod-breadcrumbs__wrapper {
    display: none;
}

.cnt-us img.loc-icn {
    width: 38px;
    height: 38px;
}

@media (max-width: 991px) {

    .header-inner.flx.jsp-btw.ptb24.plr40 {
        position: relative;
    }

    .hd-btn {
        display: block;
        position: absolute;
        right: 120px;
    }

    .itemid-113 .menu-header .col-3,
    .itemid-114 .menu-header .col-3,
    .itemid-112 .menu-header .col-3 {
        display: none;
    }

    .itemid-113 .col-3,
    .itemid-114 .col-3,
    .itemid-112 .col-3 {
        max-width: unset;
        flex: unset;
    }

    .itemid-113 .menu-header.d-lg-none.d-flex.align-items-center.justify-content-center.h-100,
    .itemid-114 .menu-header.d-lg-none.d-flex.align-items-center.justify-content-center.h-100,
    .itemid-112 .menu-header.d-lg-none.d-flex.align-items-center.justify-content-center.h-100 {
        justify-items: flex-start !important;
    }

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 63%;
        max-width: 63%;
    }

    .itemid-113 .d-flex.col-3.justify-content-end,
    .itemid-114 .d-flex.col-3.justify-content-end,
    .itemid-112 .d-flex.col-3.justify-content-end {
        justify-content: flex-start !important;
    }

}

@media (max-width: 943px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

}

@media (max-width: 900px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 57%;
        max-width: 57%;
    }
}

@media (max-width: 860px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 54%;
        max-width: 54%;
    }
}

@media (max-width: 818px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 46%;
    }

}

@media (max-width: 701px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 42%;
    }
}

@media (max-width: 645px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 40%;
    }
}

@media (max-width: 768px) {
    .hd-btn {
        right: 56px;
    }
}

@media (max-width: 619px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 37%;
    }
}

@media (max-width: 563px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 34%;
    }
}

@media (max-width: 533px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 31%;
    }
}

@media (max-width: 485px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 28%;
    }
}

@media (max-width: 485px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 0 46%;
        max-width: 25%;
    }
}

/* @media (max-width: 427px) {
    .hd-btn {
        right: 18%;
    }
} */

@media (max-width: 400px) {

    .itemid-113 .col-6,
    .itemid-114 .col-6,
    .itemid-112 .col-6 {
        flex: 0 28%;
        max-width: 25%;
    }

    /* .hd-btn {
        right: 22%;
    } */
}

/* 18-03-2026 added css for Home Page */
footer.bg-footer.pt30.mb20 {
    padding-top: 20px;
}

li.mod-breadcrumbs__item a {
    color: #2F3D54;
}

.cnt-us a.tp-ph-txt {
    color: #2F3D54 !important;
}

.mt16 {
    margin-top: 16px;
}

@media (max-width: 768px) {
    footer.bg-footer.pt30.mb20 {
        padding-top: 8px;
    }
}

.frm-container {

    min-height: 765px;
}

@media (max-width: 768px) {
    .frm-container {

        min-height: 795px;
    }
}

/* 09-04-2026 added for the exterior page banner image  */
.banner-ext-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 39.16%, rgba(0, 0, 0, 0.00) 101.16%), url(/images/exterior-bnn-new.webp) lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1500px) {
    .banner-ext-bg {
        background-position: 0 7%;
    }
}

.home-banner {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
    url("/images/home-img.webp") center / cover no-repeat;
}

/* @media (max-width: 992px) {
  .home-banner {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/home-t.webp") center / cover no-repeat;
  }
}

@media (max-width: 768px) {
  .home-banner {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/home-mb.webp") center / cover no-repeat;
  }
} */


/* interior-page-css */

@media (min-width: 1200px) {
   .interior-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
    url("/images/home-img2.webp") center / cover no-repeat;
}
}

@media (max-width: 1199px) {
  .interior-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
    url("/images/home-img2-1.webp") center / cover no-repeat;
}
}




/* @media (max-width: 992px) {
  .interior-bg {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/interior-t.webp") center / cover no-repeat;
  }
}

@media (max-width: 768px) {
  .interior-bg {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/interior-mb.webp") center / cover no-repeat;
  }
} */

/* cabinet-page-css */
.cabinet-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
    url("/images/home-img4.webp") center / cover no-repeat;
}


@media (min-width:  2000px) {
   .cabinet-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
    url("/images/cabinet.webp") center / cover no-repeat;
}
}

/* @media (max-width: 992px) {
  .cabinet-bg {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/cabinet-t.webp") center / cover no-repeat;
  }
}

@media (max-width: 768px) {
  .cabinet-bg {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/cabinet-mb.webp") center / cover no-repeat;
  }
} */


/* exterior-page-css */
.exterior-bg {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 39.16%, rgba(0, 0, 0, 0.00) 101.16%), url("/images/home-img3.webp") lightgray 50% / cover no-repeat;
}

@media (min-width:  2000px) {
   .exterior-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
    url("/images/exterior.webp") center / cover no-repeat;
}
}


/* @media (max-width: 992px) {
  .exterior-bg {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.665) 0%, rgba(0, 0, 0, 0) 100%),
      url("/images/exterior-t.webp") center / cover no-repeat;
  }
} */

@media (max-width: 768px) {
  .exterior-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url("/images/home-img3.webp") lightgray 50% / cover no-repeat;
  }
}
/* 09-04-2026 added for the exterior page banner image  */
.formBody {
    position: relative;
}
span.formValidation {
    color: #cf4d4d;
    position: absolute;
    background-color: #fff;
    padding: 0 4px;
    right: 0;
    left: 0;
    bottom: -16px;
    font-size: 13px;
    text-align: left;
}
.rsform-block.rsform-block-service.rsform-type-radiogroup {
    margin-top: 18px;
}
header.header.container-header.full-width {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
}
.banner-area {
    padding-top: 110px !important;
}
@media screen and (max-width: 991px) {
    .pd80 {
        padding:20px 80px;
    }
  
}
@media (max-width: 768px) {
    .pd80 {
        padding:20px 20px 40px;
    }
  .banner-area {
    padding-top: 64px !important;
}
  .banner-area {
    padding-top: 64px !important;
}
}

@media (max-width: 768px) {
nav.max1440.pd80.mod-breadcrumbs__wrapper{
   padding:18px 16px 16px !important;
}}



@media (max-width: 768px) {
    .col-2.posab {
        right: 16px !important;
        top: 14px !important;
        padding: 0 ;
    }
}

@media (max-width:768px){
  .header-inner.flx.jsp-btw.ptb24.plr40.aln-cntr {
    padding: 8px 16px !important;
}
}

a.btn-call.br8.lt04.dis-mb img{
    width: 20px;
}