#contact-buttons-bar.slide-on-scroll a.contact-button-link.cb-ancor.applynow span.fa {
    margin-top: 5px;
    margin-right: 5px;
}

#contact-buttons-bar.slide-on-scroll a.contact-button-link.cb-ancor.applynow1 span.fa {
    margin-top: 5px;
    margin-right: 5px;
}

#contact-buttons-bar.slide-on-scroll a.contact-button-link.cb-ancor.applynow span.fa.fa-envelope {
    margin-top: 10px;
}

#contact-buttons-bar.slide-on-scroll a.contact-button-link.cb-ancor.applynow span.fa.fa-whatsapp {
    margin-top: 10px;
}

#contact-buttons-bar {
    position: fixed;
    top: 255px;
    right: -50px;
    width: 50px;
}

#contact-buttons-bar.slide-on-scroll {
    position: absolute;
    z-index: 9777899;
}

.contact-button-link {
    display: block;
    width: 50px;
    height: 40px;
    padding: 10px;
    margin-bottom: 2px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    background: #8e8e93;
    color: #fff;
    position: relative;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}

.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
    color: #fff;
    padding: 10px;
    width: 50px;
    text-decoration: none;
}

.contact-button-link.cb-hidden {
    right: -50px;
}

.contact-button-link.applynow {
    background: #f30;
    width: 250px;
    height: 40px;
    transform: rotate(90deg);
    margin-top: 10px;
    right: 95px;
}

.contact-button-link.applynow1 {
    background: #f30;
    width: 235px;
    height: 40px;
    transform: rotate(90deg);
    margin-top: 205px;
    right: 87px;
}

.contact-button-link.applynow2 {
    background: #f30;
    width: 150px;
    height: 40px;
    transform: rotate(90deg);
    margin-top: 91px;
    right: 45px;
}

.contact-button-link.whatsapp {
    background: #59d465;
    width: 42px;
    padding: 13px 5px;
    text-align: center;
    right: -10px;
}

.contact-button-link.email {
    background: #0077b5;
    margin-top: 57px;
    padding: 13px 5px;
    text-align: center;
    width: 41px;
    right: -10px;
}

.contact-button-link.separated {
    margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
    background: transparent;
    color: #000;
    border: 0;
    outline: 0;
    padding: 0;
    width: 50px;
}

.contact-button-link.show-hide-contact-bar:hover {
    color: #000;
    background: #ccc;
    padding: 0;
    width: 50px;
}