.d-flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-card-img {
    width: 100%;
    height: 435px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform .2s;
}

.service-card-box {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.service-card-content-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    position: absolute;
    z-index: 99;
    padding: 30px 20px 20px 20px;
    bottom: 0px;
    width: 100%;
    cursor: pointer;
    height: 40%;
}

.service-card-content-box h5 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}

.service-card-content-box p {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.service-card-btn {
    color: #E2E2E2;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    background-color: transparent;
    border: 0px;
}

.service-card-box:hover .service-card-img {
    transform: scale(1.1);
}

.service-card-box:hover .service-card-content-box {
    background-color: #61B094;
}

.service-card-box:hover {
    border: 3px solid #61B094;
}

.service-d-p-img {
    height: 450px;
    width: 100%;
}

.Key-Features-box {
    background-color: #425BA1;
    filter: drop-shadow(0px 4px 20px rgba(66, 91, 161, 0.30));
    width: 100%;
    padding: 30px;
    border-radius: 10px;
}

.Key-Features-h-1 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(154deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Key-Features-h-2 {
    background: linear-gradient(154deg, #61B094 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}

.Key-Features-P {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /* 150% */
}
.alert {
    width: fit-content !important;
    position: fixed;
    top: 40%;
    right: 0;
    border: 10px 0px 0px 10px !important;
    z-index:99;
    background-color: rgb(101, 186, 147);
    color:#fff;
}
