:root {
    --primary-color: #006d2f;
    --secondry-color: #3a3a3a;
    --territery-color: #d9f7e4;
    --extra-color: #4aad6d;
    --white-color: #ffffff;
    --black-color: #000000;
    --graident-color: radial-gradient(100% 194.77% at 0% 1.37%, #006d59 0%, #4aad6d 100%);
    --radius: 20px;
}

.hero-banner::before {
  background: 
    linear-gradient(0deg, #3a3a3a33, #3a3a3a33),
    radial-gradient(102.36% 70.97% at 55.05% 37.96%, #3a3a3a00 33.17%, #3a3a3aCC 100%),
    linear-gradient(350.95deg, #3a3a3a00 79.64%, #3a3a3aBF 90.54%);
}

.hero-banner.inner-banner::before {
    background: 
        linear-gradient(0deg, #3a3a3a33, #3a3a3a33),
        radial-gradient(102.36% 70.97% at 55.05% 37.96%, #3a3a3a00 17.26%, #3a3a3aCC 100%),
        linear-gradient(0.35deg, #3a3a3a00 69.59%, #3a3a3a80 88.67%);
}



.slider-controls defs stop:first-child{stop-color: #006d2f;}
.slider-controls defs stop:nth-child(2){stop-color: #4aad6d;}

.why-choose-us-tickmark svg path:first-child{ fill: #4aad6d; }
.why-choose-us-tickmark defs stop:first-child{stop-color: #3a3a3a;}
.why-choose-us-tickmark defs stop:nth-child(2){stop-color: #006d2f;}
.why-choose-us-tickmark svg path:nth-child(3){ fill: #ffffff; }

.image-comparison__thumb{ background: #006d2f; }

.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 #3a3a3a80;}
.benifit-box-point ul li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #3a3a3a60;}
.table-content-points ul li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #3a3a3a80;}
.custmize-cleaning-list li::after{border: solid #ffffff; border-width: 0 0 3px 3px; box-shadow: -1px 7px 3px 1px #3a3a3a60;}

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

.contact-img svg path:first-child{ fill: #4aad6d; }
.contact-img defs stop:first-child{stop-color: #006d2f;}
.contact-img defs stop:nth-child(2){stop-color: #4aad6d;}

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