#f1_container, .cardui_container {
    position: relative;
    margin: 10px auto;
    width: 100%;

    z-index: 1;
    padding: 0px;
   /* border: 3px solid #003676;
    border-radius: 20px;*/
    height: 230px;

}
.cardui_container:before{

    content: '';
    position: absolute;
    left: -10px;
    top: calc(50% - 21px);
    width: 25px;
    height: 41px;
    display: block;
    background: url(../png/arr1.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: 25px 23px;
    background-color: #fff;

    background-position-y: center;

}
.orange .cardui_container:before{
    background-color: #fbc627;
}
.cardui_container:after{

    content: '';
    position: absolute;
    right: -52px;
    top: calc(50% - 39px);
    width: 55px;
    height: 36px;
    display: block;
    background: transparent;
    border-radius: 0;
    border-bottom: 5px solid #003676;

}
#cards .wpb_column:first-child .cardui_container:before, #cardsrow  .wpb_column:first-child .cardui_container:before{
    content: none;
}
#cards .wpb_column:last-child .cardui_container:after, #cardsrow .wpb_column:last-child .cardui_container:after{
    content: none;
}
#f1_container, .cardui_container {
    perspective: 1000px;
}
#f1_card, .cardui_container .shadow_cart {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
#f1_container:hover #f1_card, .cardui_container:hover .shadow_cart {
    transform: rotateY(180deg);

}
.face, .cardui_container .card_face{
    position: absolute;
    width: 100%;
   /* height: 100%;*/
    backface-visibility: hidden;
    border: 3px solid #003676;
    border-radius: 20px;
    height: 230px;
    padding: 30px 10px;
    text-align: center;

}
.face.back , .card_face_back{
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;

    color: white;
    text-align: center;
    /*background-color: #aaa;*/
    border: 3px solid #003676;
    border-radius: 20px;
    height: 230px;
    padding: 30px 12px;

}
.cardui_container i{
    font-size: 50px;
    color: #003676;
}
.cardui_container h3{
    min-height: 70px;
}
.cardui_container p{
    line-height: 1.4;
    letter-spacing: initial;
    color: #000;
}


 /*

 mobile cars ui */
 .cardui_container_mobile {
    position: relative;
    max-width: 20%;
    min-width: 300px;
    height: 400px;
    width: 100%;
    margin: 0 auto 100px;
}

 .content_cardui_mob {
    position: absolute;
    opacity: 0;
    top: 2em;
    left: 10%;
    width: 80%;
    margin: 0 auto;
     z-index: 1;
}

 .content_cardui_mob.active{
    display: block !important;
    margin: 0 auto;
    opacity: 1;
    transition: ease-in-out 1s;
     z-index: 2;
}
 .cardui_mob {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 2em 0;
    height: 440px;
    box-sizing: border-box;
    transition: .3s ease;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.35);
}

.cardui_mob:first-child,
.cardui_mob:nth-child(2),
.cardui_mob:nth-child(3){
    background:#d8d8d8;
     height: 18px;
     border-radius: 5px 5px 0 0;
     padding: 0;
     box-shadow: none;
 }

.cardui_mob:first-child {
     margin: 0 30px;
     background:#d8d8d8;
 }

.cardui_mob:nth-child(2) {
     margin: 0 20px;
 }
.cardui_mob:nth-child(3) {
    margin: 0 10px;
}

.cardui_mob .progress-container {
    background: rgba(37, 117, 252, 0.2);
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.cardui_mob .progress-container .step {
    background-color: #2575fc;
    height: 6px;
    width: 33%;
    border-radius: 0 0 0 5px;
}
.cardui_mob p {
    margin-top: 0;
}
.cardui_mob a:before {
     content: '';
     position: absolute;
     bottom: 2px;
     left: 0;
     width: 0%;
     border-bottom: 2px solid #333;
     transition: 0.3s;
 }
.cardui_mob a:hover:before {
     width: 80%;
 }
.cardui_mob  a{
    padding: 10px 0;
}
#cardsrowblock .cardui_container_mobile p{
    margin-bottom: 0;
}
#cardsrowblock h3{
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}