﻿.testimonials-bottom2.right {
    bottom: 30px;
    position: absolute;
    right: 30px;
}

.testimonials-bottom2.right2 {
    bottom: -130px;
    position: absolute;
    right: -60px;
}

.testimonials-bottom2.right3 {
    bottom: -110px;
    position: absolute;
    right: -100px;
}

.testimonials-bottom2.left {
    bottom: -60px;
    position: absolute;
    left: -30px;
}

.testimonials-bottom2.left2 {
    top: -60px;
    position: absolute;
    left: -80px;
}


.akcico {
    max-height: 50px;
    display: block;
}

html::before {
    background-color: #fff !important;
    background-image: none !important;
    background-color: white !important;
}

.akItem:hover {
    box-shadow: var(--shadow-elevated);
}

.akItem {
    cursor: pointer;
    box-shadow: var(--shadow-default);
    border-radius: 10px;
    justify-content: center;
    height: 300px;
    text-align: center;
}

    .akItem .title {
        font-size: 22px;
    }

.sbox3 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    /* box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);*/
}

.lh40 {
    line-height: 40px;
}

.img_v2 {
    margin: 0 auto;
    max-height: 100px;
    max-width: auto;
}

.img_v1 {
    max-height: 30px;
}

:root {
    --shadow-elevated: 0px 3px 8px 0px rgba(0, 0, 0, 0.15); /* L2 */

    --shadow-default: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    --plt_white: white;
    --plt_gray: #fafafa;
    --akplt: #e3f2f7;
    --plt_1: #4eaccd;
    --plt_2: #044c7f;
    --plt_3: #ffffff;
    --plt_4: #525E88;
    --plt_5: #d1d3d4;
    --plt_6: #6d6e71;
    --plt_7: #03558b;
    --plt_7: #99a4c3;
}

.sbox2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);
    border: 1px solid rgb(200, 200, 200);
}


.brds20 {
    border-radius: 20px;
}

brds10 {
    border-radius: 20px !important;
}

.sz2_2rem {
    font-size: 2.2rem;
}

.sz1_4rem {
    font-size: 1.4rem;
}

.sz1_6rem {
    font-size: 1.6rem;
}

.sz1_9rem {
    font-size: 1.9rem;
}

.sz12 {
    font-size: .8rem;
}

.c_color_plt2 {
    color: #044c7f;
}

.ltr {
    direction: ltr;
}
