.price-box-o-bonus{
    background: #2a3b9d;
    border-radius: 10px;
    color: #fff;
}
.price-box-o-bonus-2{
    background:#5462b0;
    border-radius: 10px;
    color: #fff;
}

.price-box-o-bonus-3{
    background:#FFF5F5;
    border-radius: 10px;
}

.font-second{
    font-family: 'Montserrat';
}

.animation-new {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.pulsing{
    animation-name: pulsing;
}

@keyframes pulsing {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,.2)
    }
  
    70% {
        transform: scale(1.01);
        box-shadow: 0 0 0 10px transparent
    }
  
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent
    }
}


@media (max-width: 767px) {
    .box-flip.old {
        min-height: 840px;
    }
}

@media (max-width: 575px) {
    .box-flip.old {
        min-height: 800px;
    }
}

@media (max-width: 490px) {
    .box-flip.old {
        min-height: 700px;
    }
}

@media (min-width: 1100px) {
    .box-flip.old {
        min-height: 763px;
    }
}