* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;

}

body {

    color: #0D0805;
    font-family: "Reddit Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

}

img {
    max-width: 100%;
}

h1,

h2,

h3,

h4,

h5 {

    color: #0D0805;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 800;
}

.cl-wt {
    color: #fff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.site-width {

    max-width: 1440px;

    padding-left: 100px;

    padding-right: 100px;

    margin: auto;

}

.mx1440 {
    max-width: 1440px;
}

span.blu {
    color: #0399D5;
}

.clr-txt {
    color: #1E1E1E !important;
}

.f3-bg,
.blu-foot {

    background: #f1efef;

}

.blu-bg {

    background-color: #023E8A;

}

.wht-bg {
    background-color: #ffffff;
}

.t-center {

    text-align: center;

}

.m-auto {

    margin-left: auto;

    margin-right: auto;

}

.pt56 {

    padding-top: 56px;

}

.pt20 {

    padding-top: 35px;

}

.pb56 {

    padding-bottom: 56px;

}

.mt16 {

    margin-top: 16px;

}

.mb16 {

    margin-bottom: 16px;

}

.mt24 {

    margin-top: 24px;

}

.mt8 {
    margin-top: 8px;
}

.mb24 {

    margin-bottom: 24px;

}

.mt32 {

    margin-top: 32px;

}

.mb32 {

    margin-bottom: 32px;

}

.mt50 {

    margin-top: 50px;

}

h1 {
    color: #FFF;
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {

    font-size: 28px;

}

h4 {

    font-size: 24px;

}

h5 {

    font-size: 20px;

}

.flex {

    display: flex;
}

.align-center {

    align-items: center;

}

.align-unset {

    align-items: unset;

}

.jst-cnt {

    justify-content: center;

}

.spc-btw {

    justify-content: space-between;

}

.gap30 {

    gap: 30px;

}

.gap56 {

    gap: 56px;

}

.gap100 {

    gap: 100px;

}

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

.txw {
    color: rgb(255 255 255);
}

.txw80 {
    color: rgb(255 255 255 / 80%);
}

.txw-f8 {
    color: #F8F9FA;
}

.lh0 {
    line-height: 0;
}

.col.mx553,
.mx553 {
    max-width: 553px;
}

.col.mx732,
.mx732 {
    max-width: 734px;
}

.pdt50 {
    padding: 50px 0;
}

.mgl100 {
    margin-left: 100px;
}

.mgr100 {
    margin-right: 100px;
}

.wrp {
    flex-wrap: wrap;
}

.gap24 {
    gap: 24px;
}

.mx667 {
    max-width: 667px;
}

.mx860 {
    max-width: 860px;
}

.mx100 {
    max-width: 100% !important;
}

.mx1034 {
    max-width: 1034px;
}

.bdr24 {
    border-radius: 24px;
}

.mx866 {
    max-width: 866px;
}

.mx595 {
    max-width: 595px;
}

/* header  */

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999999999;
    background: transparent;
}

.header-inner {
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-hed-btns {
    gap: 12px;
}

.tp-phone-col a {
    display: flex;
    align-items: center;
    color: #1E1E1E;
    line-height: 24px;
    text-decoration: none;
    gap: 8px;
}

.enq-btn a {
    border-radius: 100px;
    border: 1px solid #202020;
    background: #202020;
    padding: 10px 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.mt64 {
    margin-top: 64px;
}

.mt80 {
    margin-top: 80px;
}

/* banner */
.banner-bg {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.80) 50%), url(/images/banner-bg-truck-nr.webp) lightgray 50% / cover no-repeat;
    background-position: center;
    background-size: cover;
}

header.banner-bg {
    background-position: top;
}

/* to make the background of the header on scroll  */
header.scrolled {
    position: sticky;
    width: 100%;
    background: #ffffff !important;
}

.bnr-pd {
    padding: 150px 0 65px 0;
}

.col.bn-col1 {
    max-width: 707px;
}
.col.bn-col1 h1  {
    max-width: 649px;
}
.col.bn-col1 p  {
    max-width: 598px;
}

.col.bn-col2 {
    max-width: 521px;
}

.bn-btm-txt {
    line-height: 28px;
    color: #Fff;
}

.con-btn a {
    border-radius: 100px;
    /* border: 1px solid #202020; */
    background: #A8EF7E;
    padding: 10px 24px;
    color: #0D0805;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    display: flex;
    max-width: fit-content;
    gap: 8px;
}

.banner-bg .con-btn a {
    /* border: 1px solid #fff; */
    background: #A8EF7E;
    color: #0D0805;
}

.form-cont {
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #ffffff;
}

h2.frm-hed {
    color: #202020;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 24px;
    /* text-box-trim: trim-start;
    text-box-edge: cap alphabetic; */
}


/* .con-btn a img.blck-fltr {
    filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(104%);
} */

/* footer */
.ft-pdx {
    padding: 112px 0;
}

h4.ft-hed {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

li.serv-at,
li.phn-at {
    display: flex;
    gap: 8px;
    padding: 12px 0;
}

ul li.phn-at:first-of-type {
    padding: 0;
}

a.log-tct,
span.log a,
span.log {
    color: #202020;
    text-decoration: none;
}

/* section 1 */
.flex .col.mx606,
.mx606 {
    max-width: 606px;
}

.flex .col.mx578,
.mx578 {
    max-width: 578px;
}

.flex .col.mx614,
.mx614 {
    max-width: 614px;
}

img.img-gbl {
    border-radius: 24px;
}

.two-list ul.chk-lst {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

ul.chk-lst li {
    padding-left: 32px;
    position: relative;
    color: #1E1E1E;
}

.two-list ul.chk-lst li {
    flex: 1 46%;
}

ul.chk-lst li:before {
    content: "";
    background: url(/images/pool/svg/check-circle.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

.two-list ul.chk-lst li:nth-of-type(even) {
    max-width: 241px;
}

.two-list ul.chk-lst li:nth-of-type(odd) {
    max-width: 274px;
}

.list-div.t2-col-lst {
    display: flex;
    gap: 38px;
}

.t2-col-lst ul.chk-lst {
    flex: 1;
}

.t2-col-lst ul.chk-lst:nth-of-type(odd) {
    max-width: 282px;
}

.t2-col-lst ul.chk-lst:nth-of-type(even) {
    max-width: 256px;
}

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

.col2.chs-us-p {
    border-radius: 16px;
    border: 1px solid #023E8A;
    padding: 24px;
}

h3.h4hed {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.chs-us-p p {
    color: #ffffff;
}

/* .igui-scope audio, .igui-scope canvas, .igui-scope img, .igui-scope video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 16px;
} */
.city-list ul.chk-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.city-list ul.chk-lst li {
    padding: 16px 16px 16px 32px;
    padding-left: 32px;
    border-radius: 50px;
    background: #fff;
}

.city-list ul.chk-lst li:before {
    top: 15px;
    left: 4px;
}

.city-list ul.chk-lst li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}



.enq-btn.wht-btn a {
    /* border: 1px solid #A8EF7E; */
    background: #A8EF7E;
    color: #0D0805;
    font-weight: 700;
    font-size: 18px;
}

/* faq */
.accordion-item {
    padding: 24px 16px;

}

div :has(> .accordion-item-header.active) {
    padding: 16px;
}

.accordion-item-header {
    position: relative;
    cursor: pointer;
    color: #202020;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    padding-left: 45px;
}

.accordion-item-header::after {
    content: "";
    background-image: url(../../../../../images/pool/svg/plus.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

.accordion-item-header.active::after {
    content: "";
    background-image: url(../../../../../images/pool/svg/minus.svg);
    background-repeat: no-repeat;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-left: 45px;
}

.accordion-item-body-content p {
    color: #0D0805;
    margin-top: 16px;
}

/* faq */
.for-col-flx .galry {
    flex: 1;
}

/* form */
label.formControlLabel {
    display: none;
}

.form-inn .formContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.form-inn .formContainer .formRow {
    display: flex;
    gap: 16px;
    width: 100%;
}

.form-inn .formContainer .formRow .formSpan12,
.form-inn .formContainer .formRow .formSpan6 {
    width: 100%;
}

.form-inn .formBody input,
.form-inn .formBody textarea,
.form-inn .formBody select {
    color: #6B6B6B;
    font-family: "Reddis Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    width: 100%;
}

textarea {
    resize: vertical;
}

.form-inn .formBody input::placeholder,
.form-inn .formBody textarea::placeholder {
    color: #6B6B6B;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.form-inn .formBody input:focus-visible,
.form-inn .formBody textarea:focus-visible,
.form-inn .formBody button:focus-visible {
    outline: 0;
}

.form-inn .formBody button {
    border-radius: 8px;
    border: 1px solid #A8EF7E;
    background: #A8EF7E;
    padding: 14px 24px;
    color: #202020;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    margin-top: 8px;
    position: relative;
}

.form-inn .formBody button::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 30%;
    background-image: url(/images/pool/svg/send.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 19px;
    height: 16px;
}

/* submit button css */

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

[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

/* submit button css */
hr.pool-hr {
    border: 0;
    background: #F3F6FD;
    height: 1px;
}

/* 04-11-2025 added css start on New Landing Page start  */
.f3-bg {
    background: #f1efef;
}

.mt56 {
    margin-top: 56px;
}

.gap24 {
    gap: 24px;
}

.wrp {
    flex-wrap: wrap;
}

.f3-bg .col2.new-chs-up-p {
    background-color: #fff;
    align-items: flex-start;
    text-align: start;
    display: block;
}

.f3-bg .col2.chs-us-p {
    border-radius: 16px;
    border: 1px solid #E8EDFB;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f3-bg .col2 {
    flex: 1 30%;
    max-width: 32%;
}

.f3-bg .num span {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    color: #1E1E1E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.f3-bg h3.h4hed {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.mt16 {
    margin-top: 16px;
}

.mx100 {
    max-width: 100% !important;
}

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

/* 04-11-2025 added css start on New Landing Page END  */





/* Powerful Houston house landing page design css start  */

/* .rsform-block-time label.formControlLabel,
.rsform-block-date label.formControlLabel,
.rsform-block.rsform-block-date-and-time.rsform-type-jquerycalendar label.formControlLabel,
.rsform-block.rsform-block-date-and-time2.rsform-type-jquerycalendar label.formControlLabel {
    display: block;
    margin-bottom: 8px;
} */

.cnt-lks-flx {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

span.log-img {
    display: flex;
}

ul.ftr-link2 span.log-img a {
    display: flex;
}

ul.ftr-link2 li.phn-at {
    display: flex;
    align-items: center;
}

strong.formRequired,
button#btnjQ1_0,
button#btnjQ1_1,
button#btnjQ3_0,
button#btnjQ3_1 {
    display: none;

}


.container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.box {
    background-color: white;
    padding: 15px;
    border-radius: 0 24px 24px 0;
    box-shadow: -6px 0px 0px #6070c2;
    border: 2px solid #6070c2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 250px;
    width: 100%;
}

.icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.text .subtitle {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
    display: block;
}

.text .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.brd-b {
    border-top: 1px solid #6070c2;
    width: 100%;
    max-width: 222px;
}

.bck-im-set {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hs-wsh {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(/images/rs-w_600-cg_true-m-3f1be62d-458w-1.webp);
}

.dck-pat-wsh {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(/images/rs-w_600-cg_true-m66-780a91a1-458w-2.webp);
}

.dr-sid-cln {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(/images/rs-w_600-cg_true-m66-780a91a1-458w-2.webp);
}

.roof-cln {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(/images/pool/roof-clean.webp);
}

.fn-cln {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(/images/pool/fence-clean.webp);
}

.cmr-pw-wsh {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(/images/rs-w_600-cg_true-ae436ec4-458w-3.webp);
}

ul.wht-lst {
    color: #F8F9FA;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

ul.wht-lst li {
    padding-left: 32px;
    position: relative;
}



ul.wht-lst.p-lst li::before {
    position: absolute;
    content: "";
    background-image: url(../../../../../images/pool/svg/lt-bl-chck.svg);
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(0%) sepia(10%) saturate(1009%) hue-rotate(319deg) brightness(83%) contrast(83%);
}

.mx950 {
    max-width: 950px;
}

.rdy-pd {
    padding: 50px 81px;
}

ul.p-lst {
    color: #1E1E1E;
}

.col-wht h3.h4hed {
    color: #1E1E1E;
}

.col-wht p {
    color: #6b6b6b;
}

.f3-bg.col-wht .mx50 {
    flex: 1 48%;
    max-width: 50%;
}


img.img-gbl.cust-br {
    border-radius: 0 24px 24px 0;
}

.blu-foot h2,
.blu-foot h4 {
    color: #1E1E1E;
}

.blu-foot p {
    color: #6B6B6B;
}

img.grm-icn.mt5,
img.ph-icn {
    filter: invert(1);
}

/* rev start  */
.owl-carousel .owl-item img {
    width: auto !important;
}

.rev-cl2 {
    margin: auto;
}

p.date {
    display: flex;
    gap: 5px;
    margin-bottom: 0;
}

.owl-carousel .flex {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.review .star {
    max-width: 130px;
    padding-top: 15px;
}

.review .rev-info {
    padding-top: 15px;
}

.review .pro-ico {
    max-width: 50px;
    margin-right: 15px;
}

.review .owl-item {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 24px;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #6070c2;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-prev svg,
.owl-carousel.owl-loaded.owl-drag>.owl-nav .owl-next svg {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 36px;
    position: absolute !important;
    top: 5px !important;
}

.owl-carousel button.owl-prev {
    position: absolute;
    top: 35%;
    left: -29px;
}

.owl-carousel button.owl-next {
    position: absolute;
    right: -28px;
    top: 35%;
}

.owl-carousel h4 {
    color: #fff;
    font-family: var(--outfit);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.owl-carousel .date img.goggle-ic {
    width: 49px !important;
}

p.cl-g.text-center a {
    color: #cf1f25;
}

p.rev-pera {
    color: #D22026;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.owl-item {
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.10) !important;
}

.owl-carousel .owl-item img.pro-ico {
    max-width: 56px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
    border-radius: 50px;
}

.owl-carousel .owl-item h4 {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.owl-carousel .owl-nav:nth-child(2) {
    display: none;
}




/*rev sec */

/* --- custom review ----*/
@media (max-width:768px) {
    .owl-nav {
        display: flex;
        justify-content: center;
    }

    .owl-carousel button.owl-prev {
        position: relative;
        left: auto;
    }

    .owl-carousel button.owl-next {
        position: relative;
        left: auto;
    }

    /* --- custom review ----*/
}

/* rev end  */

.cypy-flx {
    justify-content: space-between;
    padding: 24px 0;
}

.brd-top {
    border-top: 1px solid #1E1E1E;
}

.tp-phone-col img {
    filter: invert(1);
}

.f3-bg .col2.chs-us-p.bck-im-set {
    padding: 90px 24px;
}

.dsk-none {
    display: none;
}



/* Powerful Houston house landing page design css End  */

.rev-sec .owl-dots {
    display: none;
}

.rev-sec .owl-item {
    padding-top: 0;
    padding-bottom: 0;
}

ul.ftr-link2.mt24 img,
.flex.flx-dir.gap24.cypy-flx img {
    filter: brightness(0) saturate(100%) invert(5%) sepia(6%) saturate(11%) hue-rotate(314deg) brightness(94%) contrast(91%);
}

.clr-txw-wht {
    color: #fff;
}

ul.wht-lst li::before {
    position: absolute;
    content: "";
    background-image: url(../../../../../images/pool/svg/bl-chck.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 26px;
    top: 0;
    left: 0;
}

a.bl-ankr {
    color: #F8F9FA;
}

.site-lg h4 a {
    color: #212226;
    direction: ltr;
    font-family: Montserrat, "Montserrat Fallback";
    font-weight: 800;
}

.site-lg {
    background-color: #caf2b3 !important;
    border-style: solid !important;
    border-width: 3px !important;
    color: rgb(0, 0, 0);
    font-weight: 800;
    display: initial;
    font-family: 'Open Sans', 'Open Sans Fallback';
    font-style: normal;
    padding: 10px;
}

.banner-bg .con-btn a img {
    filter: brightness(0) saturate(100%) invert(2%) sepia(20%) saturate(120%) hue-rotate(314deg) brightness(97%) contrast(86%);
}

h4.site-lg-tile {
    text-align: center;
}

.con-btn.wht-btn a img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(214%) hue-rotate(327deg) brightness(97%) contrast(94%);
}

h3.pool-hed {
    font-size: 16px;
}

h4.pool-hed {
    font-size: 16px;
}

.col.mx707.lh0.wht-bg {
    background-image: url(/images/vc-trk.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.col.mx707.lh0.wht-bg img.img-gbl.cust-br {
    opacity: 0;
}

.upper-line {
    width: 89px;
    height: 4px;
    padding: 1px;
    background: var(--Primary, #A8EF7E);
}

.upper-line.mx-cust {
    width: 133px;
}

.mx795 {
    max-width: 795px;
}

.grn-box {
    flex: 1 23%;
    max-width: 23%;
    padding: 24px;
    border-radius: 24px;
    background: var(--Primary, #A8EF7E);
}

.fw700 {
    font-weight: 700;
}

.con-btn a.blck-ankr {
    background: #0D0805;
    color: #FAFFF8;
    border-radius: 800px;

}

.gap32 {
    gap: 32px;
}

ul.power-lst li {
    padding-left: 28px;
    font-family: "Reddit Sans";
    font-size: var(--Body, 16px);
    line-height: normal;
    margin-top: 18px;
    color: var(--Black, #0D0805);
    position: relative;
}

ul.power-lst li:first-of-type {
    margin-top: 0;
}

ul.power-lst li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(/images/pool/svg/disc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prps-pd {
    padding: 50px 50px 50px 81px;
}

.blk-bg {
    border-radius: 32px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.80) 36.43%), url(/images/serve-bg.webp) lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}

.blu-foot {
    background-color: #A8EF7E;
}

.blu-foot p {
    color: #0D0805;
}

.blck-clr {
    background: var(--Black, #0D0805);

}

.blck-clr span {
    color: #FEFEFE;
    font-family: "Poppins";

}

.pd15 {
    padding: 15px 0;
}

.con-btn a:hover {
    background: #0D0805;
    color: #FAFFF8;
    transition: all 0.2s linear;
}


.con-btn a:hover img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(104%);
}

@media(max-width: 1400px) {
    .grn-box {
        flex: 1 31%;
        max-width: 32%;
    }
}


@media (max-width: 1304px) {
    .form-inn .formBody button::before {
        left: 29%;
    }
}

@media (max-width: 1280px) {
    .site-width {
        padding-left: 80px;
        padding-right: 80px;
    }

    .mgl100 {
        margin-left: 80px;
    }
}

@media (max-width: 1147px) {
    .form-inn .formBody button::before {
        left: 26%;
    }
}


@media (max-width: 1065px) {
    .grn-box {
        flex: 1 48%;
        max-width: 48%;
    }
}

@media (max-width: 1050px) {
    .prps-pd {
        padding: 32px 0 50px 20px;
    }

    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mgl100 {
        margin-left: 40px;
    }

    .pdr100 {
        margin-right: 40px;
    }

}

@media (max-width: 991px) {
    /* .banner-bg.mb-bn-bg {
        background: #202020;
        margin-top: -5px;
    } */


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

    .mt64 {
        margin-top: 52px;
    }

    .mt56 {
        margin-top: 32px;
    }

    .con-btn a {
        padding: 10px;
    }

    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pb56 {
        padding-bottom: 40px;
    }

    .pt56 {
        padding-top: 40px;
    }

    h1 {
        font-size: 44px;
        line-height: 50px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .bnr-pd {
        padding: 120px  0 60px 0;
    }


    .ft-pdx {
        padding: 40px 0;
    }

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

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

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

    .col.bn-col2,
    .flex .col.mx606,
    .mx606,
    .flex .col.mx578,
    .mx578,
    .flex .col.mx614,
    .mx614,
    .col.mx732,
    .mx732,
    .col.mx553,
    .mx553 {
        max-width: 100%;
    }

    h2.frm-hed {
        font-size: 20px;
    }

    .mt50.tbmt0 {
        margin-top: 0;
    }

    .pdt50.pdr100,
    .pdt50.mgl100 {
        padding: 24px 40px;
        margin: 0;
    }

    .prps-pd {
        padding: 24px;
    }

    .accordion-item-header {
        font-size: 18px;
        line-height: 24px;
    }

    .for-col-flx .galry {
        flex: 1 48%;
    }

    .t2-col-lst ul.chk-lst:nth-of-type(odd),
    .t2-col-lst ul.chk-lst:nth-of-type(even),
    .two-list ul.chk-lst li:nth-of-type(odd),
    .two-list ul.chk-lst li:nth-of-type(even) {
        max-width: 48%;
    }

    img.img-gbl {
        border-radius: 24px;
    }

    .faq.gap56 {
        gap: 0;
    }

    .mob-none {
        display: none;
    }

    .dsk-none {
        display: block;
    }

    img.img-gbl.cust-br {
        border-radius: 24px 24px 0 0;
    }

    .form-inn .formBody button::before {
        left: 36%;
    }

}

@media (max-width: 879px) {
    .grn-box {
        flex: 1 45%;
        max-width: 45%;
    }
}

@media (max-width: 856px) {
    .f3-bg .col2 {
        flex: 1 48%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    img.dsk-none.mb-bn-im {
        width: 100%;
    }

    /* .banner-bg.mb-bn-bg {
        background: #202020;
        text-align: center;
    } */

    .flex.flx-dir.gap24.cypy-flx {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .site-width {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pb56 {
        padding-bottom: 32px;
    }

    .pt56 {
        padding-top: 32px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .bnr-pd {
        padding: 120px 0 48px 0;
    }

    .top-hed-btns .enq-btn {
        display: none;
    }

    .bn-btm-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-bg {
        background-size: cover;
        background-position: 47% bottom;
    }

    .mbgap40 {
        gap: 40px;
    }

    .con-btn a {
        display: flex;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .form-cont {
        padding: 24px 16px;
    }

    .form-inn .formBody button {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .mbgap32 {
        gap: 32px;
    }



    .pdt50.pdr100,
    .pdt50.mgl100 {
        padding: 16px 16px;
        padding-bottom: 40px;
        margin: 0;
        margin-top: -8px;
    }

    .t2-col-lst ul.chk-lst:nth-of-type(odd),
    .t2-col-lst ul.chk-lst:nth-of-type(even),
    .two-list ul.chk-lst li:nth-of-type(odd),
    .two-list ul.chk-lst li:nth-of-type(even) {
        max-width: 100%;
        flex: 1 100%;
    }

    .two-list ul.chk-lst li:nth-of-type(2) {
        margin-top: 16px;
    }

    .list-div.t2-col-lst {
        gap: 16px;
        flex-wrap: wrap;
    }

    .two-col-flx.mt50 {
        margin-top: 24px;
    }

    .col2,
    .f3-bg .col2 {
        flex: 1 100%;
        max-width: 100%;
    }

    h3.h4hed {
        font-size: 18px;
        line-height: 24px;
    }

    .city-list ul.chk-lst {
        gap: 22px;
        justify-content: flex-start;
    }

    .city-list ul.chk-lst li a {
        font-size: 16px;
        line-height: 20px;
    }

    .city-list ul.chk-lst li {
        flex: 1 100%;
        /* padding: 0;
        padding-left: 24px; */
    }

    .city-list ul.chk-lst li:before {
        top: 18px;
        width: 20px;
        height: 20px;
    }

    .prps-pd {
        padding: 32px 24px;
        padding-bottom: 40px;
    }

    .list-div.mt32.con-lst,
    ul.ftr-link2.mt32 {
        margin-top: 16px;
    }

    li.serv-at,
    li.phn-at {
        padding-left: 0;
    }

    .container {
        flex-direction: column;
        align-items: center;
    }

    .box {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .tp-phone-col {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 664px) {
    .form-inn .formBody button::before {
        left: 34%;
    }
}

@media (max-width: 631px) {
    .f3-bg.col-wht .mx50 {
        flex: 1 100%;
        max-width: 100%;
    }

}

@media (max-width: 586px) {
    .form-inn .formBody button::before {
        left: 31%;
    }

}

@media (max-width: 519px) {
    .form-inn .formBody button::before {
        left: 28%;
    }

}

@media (max-width: 500px) {
    .grn-box {
        flex: 1 100%;
        max-width: 100%;
    }
}



@media (max-width: 480px) {
    .enq-btn a {
        width: 100%;
        text-align: center;
    }

    .icon {
        font-size: 30px;
    }

    .text .title,
    .text .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 447px) {
    .form-inn .formBody button::before {
        left: 25%;
    }

}

@media (max-width: 394px) {
    .form-inn .formBody button::before {
        left: 20%;
    }

}