:root {
    --primary-color: #47ad4e;
    --secondry-color: #0e2034;
    --territery-color: #d5feda;
    --extra-color: #28652b;
    --white-color: #ffffff;
    --black-color: #0e2034;
    --graident-color: radial-gradient(100% 194.77% at 0% 1.37%, #47ad4e 0%, #28652b 100%);
    --radius: 20px;
}

.hero-banner::before {
  background: 
    linear-gradient(0deg, #0e203433, #0e203433),
    radial-gradient(102.36% 70.97% at 55.05% 37.96%, #0e203400 33.17%, #0e2034CC 100%),
    linear-gradient(350.95deg, #0e203400 79.64%, #0e2034BF 90.54%);
}

.hero-banner.inner-banner::before {
    background: 
        linear-gradient(0deg, #0e203433, #0e203433),
        radial-gradient(102.36% 70.97% at 55.05% 37.96%, #0e203400 17.26%, #0e2034CC 100%),
        linear-gradient(0.35deg, #0e203400 69.59%, #0e203480 88.67%);
}



.slider-controls defs stop:first-child{stop-color: #47ad4e;}
.slider-controls defs stop:nth-child(2){stop-color: #28652b;}

.why-choose-us-tickmark svg path:first-child{ fill: #28652b; }
.why-choose-us-tickmark defs stop:first-child{stop-color: #0e2034;}
.why-choose-us-tickmark defs stop:nth-child(2){stop-color: #47ad4e;}
.why-choose-us-tickmark svg path:nth-child(3){ fill: #ffffff; }

.image-comparison__thumb{ background: #47ad4e; }

.pricing_box ol li::after, .pricing_box ul li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #0e203480;}
.benifit-box-point ul li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #0e203460;}
.table-content-points ul li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #0e203480;}
.custmize-cleaning-list li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #0e203460;}

.why-choose-us-inner::before{ background: #0e203499; }
.contact-details::before { background: linear-gradient(0deg, #0e203499, #0e203499), linear-gradient(0deg, #0e203499, #0e203499); }

.contact-img svg path:first-child{ fill: #28652b; }
.contact-img defs stop:first-child{stop-color: #47ad4e;}
.contact-img defs stop:nth-child(2){stop-color: #28652b;}

.socical-media svg g:nth-child(2) path { fill: #0e2034; }
