.mobile-hotline-fixed {
    display: block;
    position: fixed;
    top: initial;
    bottom: 5px;
    left: 10px;
    z-index: 999999;
    min-width: 300px;
}
.mobile-hotline-fixed>a {
    display: block;
    position: relative;
    padding: 10px 25px 10px 55px;
    background: #ec1b24;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}
.mobile-hotline-fixed>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    background: #fff url(../images/icon_hotline_mobile.png) center no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    animation-name: tada;
    animation-duration: 0.1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes tada {
    from {
        transform: rotate(-25deg);
    }
    to {
        transform: rotate(25deg);
    }
}
.mobile-hotline-fixed.one{
    bottom: 55px;
}

.color-yellow-bronze {
    background-color: #fba966;
}

.color-blue {
    background-color: #373951;
}
.btn-warning {
  background-color: #fba966 !important;
  border-color: #fba966 !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #fba966 !important;
}
.btn-primary {
  background-color: #10BBA1 !important;
  border-color: #10BBA1 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #10BBA1 !important;
}
a.btn-primary {
    color:white !important;
}
/*a {*/
/*    color:#10BBA1 !important;*/
/*}*/