:root {
    --primary-color: #174f74;
    --secondry-color: #041e2e;
    --territery-color: #fffef4;
    --extra-color: #5ea8d6;
    --white-color: #ffffff;
    --black-color: #000000;
    --graident-color: radial-gradient(100% 194.77% at 0% 1.37%, #174f74 0%, #5ea8d6 100%);
    --radius: 20px;
}

.hero-banner::before {
  background: 
    linear-gradient(0deg, #041e2e33, #041e2e33),
    radial-gradient(102.36% 70.97% at 55.05% 37.96%, #041e2e00 33.17%, #041e2eCC 100%),
    linear-gradient(350.95deg, #041e2e00 79.64%, #041e2eBF 90.54%);
}

.hero-banner.inner-banner::before {
    background: 
        linear-gradient(0deg, #041e2e33, #041e2e33),
        radial-gradient(102.36% 70.97% at 55.05% 37.96%, #041e2e00 17.26%, #041e2eCC 100%),
        linear-gradient(0.35deg, #041e2e00 69.59%, #041e2e80 88.67%);
}



.slider-controls defs stop:first-child{stop-color: #174f74;}
.slider-controls defs stop:nth-child(2){stop-color: #5ea8d6;}

.why-choose-us-tickmark svg path:first-child{ fill: #5ea8d6; }
.why-choose-us-tickmark defs stop:first-child{stop-color: #041e2e;}
.why-choose-us-tickmark defs stop:nth-child(2){stop-color: #174f74;}
.why-choose-us-tickmark svg path:nth-child(3){ fill: #ffffff; }

.image-comparison__thumb{ background: #174f74; }

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

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

.contact-img svg path:first-child{ fill: #5ea8d6; }
.contact-img defs stop:first-child{stop-color: #174f74;}
.contact-img defs stop:nth-child(2){stop-color: #5ea8d6;}

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