/*   index.html   */
.single_service .icon i {
    height: 65px;
}
.boxed-btn4 {
    background: #009DFF;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.boxed-btn4:hover {
		background: #fff;
    color: #009DFF !important;
    border: 1px solid #009DFF;
}
/*   login.html   */
.form-popup .form-popup-headline.primary {
		background: none;
    background-color: #009DFF;
}
.button.primary {
    background-color: #009DFF;
}
p a.primary {
    color: #009DFF;
}
.button.primary:hover {
    background-color: #007bff;
}
/* product.html */
.header-wrap {
    background-color: #ffffff;
}
figure.logo img {
    width: 135px;
    margin-top: 20px;
}
.section-headline-wrap {
    background: none;
    background-color: #009DFF;
}
.outer-ring {
    background: -webkit-linear-gradient(to right, #83C4FF, #007bff);
    background: linear-gradient(to right, #83C4FF, #007bff);
}
