.services ,.service-block {
    border-radius: 30px 150px 30px 30px;
    /* background: #E4EBFF; */
    background-color: #ddf8f5;
    box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
    position: relative;
        }
         .service-block .image-circle {
    padding: 26px;
    border-radius: 5000px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 22, 86, 0.08);
    backdrop-filter: blur(15px);
    display: inline-flex;
    position: absolute;
    right: 0;
    top: -1%;
}
 .service-block .text-block {
    padding: 120px 26px 48px;
}
.service-block .bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 0 0 30px 30px;
    background: #FFF;
}
.mb-16 {
    margin-bottom: 16px;
}
.light-black {
    color: #212627 !important;
}
.gray {
    color: #7A7F85 !important;
}
.cus-btn.small-pad-2 {
    padding: 6px 27px;
}

.cus-btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
    width: fit-content;
    transition: all 0.5s ease;
    padding: 16px 24px;
    background-color: #00d1bd;
    color: #FFF;
    border: 1px solid #00d1bd;
    border-radius: 10px;
}
.color-primary {
    color: #4169E1 !important;
}
.bottom-bar a{
    text-decoration: none;
}
.bottom-bar h6{
    color: #00d1bd;
}
.fw-600 {
    font-weight: 600;
}
