:root {
    --primary-color: #0355a4;
    --secondry-color: #6eb8d8;
    --territery-color: #d1e8ff;
    --extra-color: #408ed9;
    --white-color: #eff4ff;
    --black-color: #000000;
    --graident-color: radial-gradient(100% 194.77% at 0% 1.37%, #0355a4 0%, #408ed9 100%);
    --radius: 20px;
}

.hero-banner::before {
  background: 
    linear-gradient(0deg, #6eb8d833, #6eb8d833),
    radial-gradient(102.36% 70.97% at 55.05% 37.96%, #6eb8d800 33.17%, #6eb8d8CC 100%),
    linear-gradient(350.95deg, #6eb8d800 79.64%, #6eb8d8BF 90.54%);
}

.hero-banner.inner-banner::before {
    background: 
        linear-gradient(0deg, #6eb8d833, #6eb8d833),
        radial-gradient(102.36% 70.97% at 55.05% 37.96%, #6eb8d800 17.26%, #6eb8d8CC 100%),
        linear-gradient(0.35deg, #6eb8d800 69.59%, #6eb8d880 88.67%);
}



.slider-controls defs stop:first-child{stop-color: #0355a4;}
.slider-controls defs stop:nth-child(2){stop-color: #408ed9;}

.why-choose-us-tickmark svg path:first-child{ fill: #408ed9; }
.why-choose-us-tickmark defs stop:first-child{stop-color: #6eb8d8;}
.why-choose-us-tickmark defs stop:nth-child(2){stop-color: #0355a4;}
.why-choose-us-tickmark svg path:nth-child(3){ fill: #eff4ff; }

.image-comparison__thumb{ background: #0355a4; }

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

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

.contact-img svg path:first-child{ fill: #408ed9; }
.contact-img defs stop:first-child{stop-color: #0355a4;}
.contact-img defs stop:nth-child(2){stop-color: #408ed9;}

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