.features .feture-tabs .nav-link {
    text-transform: CAPITALIZE;
}

.sp_features {
    padding: 11px 23px !important;
    border-radius: 6px !important;
    box-shadow: 0px 2px 15px rgb(1 41 112 / 8%) !important;
}
.section2 {
    padding: 130px 0;
}
.ab_border {
    border-radius: 5px;
}

input.form-control.login {
    border-radius: 50px !important;
}
form.php-email-form.shadow{
    border-radius: 10px;
}
.header .logo img {
    height: 50px;
    margin-right: 6px;
}
.header .logo img {
    max-height: 50px;
}


/* grapics section */

.serCard_img img {
    width: 64px;
    margin-bottom: 6px;
}
.serCard_img {
    display: flex;
    justify-content: center;
}

.service_card {
    padding: 2rem 1rem;
    border-bottom: 2px solid #3f51b5;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgb(1 41 112 / 8%) !important;
}
.service_card:hover {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.serCard_Text {
    text-align: center;
    font-weight: 700;
    color: #020202;
}
.seeCategori {
    font-size: 1.5rem;
    color: #3f51b5;
    font-weight: 500;
}
.values .box2 h3 {
    font-size: 19px;
    text-align: left;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
}
.values .box2 {
    border: 1px solid #e8ebf1;
    border-radius: 5px;
}
.prcingi{
    border-top: 1px solid #e8ebf1;
}
.stprice {
    font-size: 0.7rem;
    text-transform: uppercase;
}
.stprice b {
    font-size: 1rem;
    color: #012970;
}
.values .box img {
    padding: 0;
    transition: 0.5s;
    transform: scale(1);
    margin-bottom: 1.2rem;
    width: 304px;
    height: 202px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}