.container-bigbox-box {
    background: #6f7d88;
    background: #F0F;
    color: #FFF;
    padding: 10px;
    min-height: 75px;
    text-align: center;
    margin: 0;
    margin-top: -10px;
    margin-bottom: -10px;

}


.container-bigbox-box {
    background: rgba(255,255,255,.95);
    height: 100%;
    border-top: 2px #4483a4 solid;
    padding-left: 0;
    padding-right: 0;
    color: #000;
}
.container-bigbox-box .content {
    height: calc(100% - 50px);
}
.container-bigbox-box .content .col {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.container-bigbox-box .content .col .circle {
    background: #6f7d88;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: #FFF;
    line-height: 95px;
    font-size: 50px;
    margin-bottom: 30px;
}
.container-bigbox-box .content .col p:last-of-type {
    margin-bottom: 0;
}
.container-bigbox-box .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container-bigbox-box .button .col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.container-bigbox-box .button .btn {
    height: 50px;
    width: 100%;
    background: #4483a4;
    color: #FFF;
    border-radius: 0:;
    line-height: 34px;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    cursor: text !important;
}
@media (max-width: 997.98px)  { /* ~xs~sm~md */
    section.threeboxes>.row>* {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }
}




.container-bigbox-box.slider_highlight {
    box-shadow: inset 0 -2px 0 4px #4483a4;
}
.container-bigbox-box.slider_highlight .content .col .circle {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: -20px 0 10px 0;
    line-height: 135px;
    animation: pulse_circle1 1000ms 1;
}


@keyframes fade_background1 {
    0% {
        background: #FFF;
    }
    100% {
        background: rgba(219,243,255,1);
    }
}
@keyframes pulse_circle1 {
    0% {
        box-shadow: 0 0 0 0 rgba(111,125,136,1);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(111,125,136,0);
    }
}
