.bg1 {
    background: #F9FBFE !important;
}

.bg2 {
    background: #6c0f0f !important;
}

.owl-item.active.center .testimonial-text {
    background: #750000 !important;
}

.owl-item.active.center .testimonial-text p {
    color: #fff !important;
}

.site-button1 {
    background: #25D366 !important;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
}

.site-button2 {
    background: yellow !important;
    color: #000;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
}

.site-button1:hover {
    color: #fff;
}

video {
    width: 100%;
    margin-bottom: 20px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 60px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.floatphone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 60px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}