﻿.hidden {
    display: none !important;
}

.flex-menu a {
    width: 80% !important;
}

    .flex-menu a.apply {
        width: 100px !important;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        border: none !important;
    }

.flex-menu div {
    position: relative;
}

.box {
    padding: 10px 0px;
    background: #FFF;
    text-align: center;
    border-radius: 50px;
    border: 5px solid #31446D;
    padding: 20px 30px;
    height: 570px;
    margin-top: 30px;
    position: relative;
}

    .box > img {
        border-radius: 50%;
        width: 50%;
        margin-top: 20px;
    }

.box-text {
    font-family: Cabin_Condensed-Regular;
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    margin: 10px 0;
    left: 0;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 340px;
    padding: 0 10px;
}

.box-title {
    font-family: HeadingNowTrial-67Extrabold;
    color: #0A2A7D;
    font-size: 31px;
    font-weight: bolder;
    margin: 20px 0;
    line-height: 1.4;
}

.box-title-m {
    font-size: 25px;
}

.box > .buttons {
    /*margin-top: 13px;*/
    left: 0;
    right: 0;
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.box .btn-more,
.box .btn-apply {
    color: #fff;
    margin-top: 7px;
    border-radius: 35px;
    width: 80%;
}

    .box .btn-apply:hover {
        background-color: #039EE1;
       
    }

    .box .btn-more:hover {
        background-color: #225DC8;
    }

.box .btn-more {
    background-color: #103D8F;
}

.box .btn-apply {
    background-color: #0544FA;
}

.box .violator {
    width: 150px;
    position: absolute;
    left: -36px;
    top: -48px;
}
