/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 25 2024 | 04:16:12 */
a.el-content.uk-button.uk-button-default:after,a.el-link.uk-button.uk-button-default:after {
    content: "";
    background: url("/wp-content/uploads/2024/09/button-arrow-icon.svg")0px 0px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
}
a.el-content.uk-button.uk-button-default {
    background: #00AFEF !important;
    border-radius: 50px;
    padding: 0px 15px;
    border: none;
    color: #e1e1e1 !important;
    font-size: 18px;
    letter-spacing: 0px;
    border: 1px solid #00AFEF;
    transition: all 1s;
    line-height: 40px;
}
a.uk-button.uk-button-default {
    background: #00AFEF !important;
    border-radius: 50px;
    padding: 0px 15px;
    border: none;
    color: #e1e1e1 !important;
    font-size: 18px;
    letter-spacing: 0px;
}
.phone-header-button a.uk-button.uk-button-default:before {
    content: "";
    background: url("/wp-content/uploads/2024/09/phone-icon-header.svg")0px 0px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    margin-right: 7px;
    vertical-align: middle;
}
.single-arrow-button a.el-content {
    font-size: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.single-arrow-button a.el-content:after {
    content: "";
    background: url("/wp-content/uploads/2024/09/arrow-right-icon.svg")0px 0px no-repeat;
    width: 22px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}
.single-arrow-button a.el-content:hover:after{
    background: url("/wp-content/uploads/2024/09/arrow-right-grey.svg")0px 0px no-repeat;
}
.single-arrow-button a.el-content:hover {
    background: #00AFEF;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
}
a.el-content.uk-button.uk-button-default:hover {
    background: transparent !important;
    border: 1px solid #fff;
}
a.el-content.uk-button.uk-button-default:hover:after,
a.el-link.uk-button.uk-button-default:hover:after{
    background:url("/wp-content/uploads/2024/09/arrow-right-grey.svg")0px 0px no-repeat;
}