:root {
    --primary-color: #1a6eab;
    --secondry-color: #032641;
    --territery-color: #f3f3fe;
    --extra-color: #48aef9;
    --white-color: #ffffff;
    --black-color: #000000;
    --graident-color: radial-gradient(100% 194.77% at 0% 1.37%, #1a6eab 0%, #48aef9 100%);
    --radius: 20px;
}

.hero-banner::before {
  background: 
    linear-gradient(0deg, #03264133, #03264133),
    radial-gradient(102.36% 70.97% at 55.05% 37.96%, #03264100 33.17%, #032641CC 100%),
    linear-gradient(350.95deg, #03264100 79.64%, #032641BF 90.54%);
}

.hero-banner.inner-banner::before {
    background: 
        linear-gradient(0deg, #03264133, #03264133),
        radial-gradient(102.36% 70.97% at 55.05% 37.96%, #03264100 17.26%, #032641CC 100%),
        linear-gradient(0.35deg, #03264100 69.59%, #03264180 88.67%);
}



.slider-controls defs stop:first-child{stop-color: #1a6eab;}
.slider-controls defs stop:nth-child(2){stop-color: #48aef9;}

.why-choose-us-tickmark svg path:first-child{ fill: #48aef9; }
.why-choose-us-tickmark defs stop:first-child{stop-color: #032641;}
.why-choose-us-tickmark defs stop:nth-child(2){stop-color: #1a6eab;}
.why-choose-us-tickmark svg path:nth-child(3){ fill: #ffffff; }

.image-comparison__thumb{ background: #1a6eab; }

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

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

.contact-img svg path:first-child{ fill: #48aef9; }
.contact-img defs stop:first-child{stop-color: #1a6eab;}
.contact-img defs stop:nth-child(2){stop-color: #48aef9;}

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