.service-section .service-icon svg {
    width: 2em;
    height: 2em;
    display: block;
    fill: #ffffff;
    font-size: 23px;  
}
.service-icon {
    background: var(--main);
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    padding: 12px;
}


.service-icon .image-crop {
    display: block;
    width: 3em;
    height: 3em;
    vertical-align: middle;
    line-height: 3em;
}


.wash-stribe-payment {
    position: relative;
}
.loader {
    position: absolute;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    top: 50%;
    left: 50%
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}
.loading .loader {
    opacity: 1
}
.loader .circular {
    animation: rotatekey 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #000;
    stroke-linecap: round
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}


.wash_payment_list .box_added_content {
    display: none;
}
.show_box_added {
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}