.elementor_btn_custom {
    background: transparent;
    border: none;
    cursor: pointer;
}
.elementor_btn_custom.btn_gradient {
    border-radius: 35px;
    background-image: linear-gradient(to left, #9758be, #3197ce);
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: 0.6s ease;
    min-height: 60px;
}
.elementor_btn_custom.btn_gradient:hover {
    background-image: linear-gradient(to left, #3197ce, #9758be);
}
.elementor_btn_custom.btn_gradient:hover a {
    color: #fff;
    text-decoration: none;
}
.elementor_btn_custom.btn_gradient a {
    color: #fff;
    text-decoration: none;
}
.elementor_btn_custom.btn_gradient .btn_icon {
    color: #fff;
    font-size: 26px;
    margin-right: 10px;
}
.elementor_btn_custom.btn_gradient .btn_icon i {
    color: #fff;
    font-size: 26px;
    margin-right: 10px;
}
.elementor_btn_custom.btn_gradient .text_button {
    font-family: 'Open sans', sans-serif;
}
.elementor_btn_custom.btn_gradient .text_button p {
    margin-bottom: 0;
    text-align: left;
    line-height: 18px;
}
.elementor_btn_custom.btn_standard {
    border: solid 3px #448bcb;
    border-radius: 35px;
    background: #fff;
    padding: 6px 20px;
    color: #448bcb;
    font-weight: 600;
    font-size: 18px;
    transition: 0.6s ease;
    min-height: 60px;
}
.elementor_btn_custom.btn_standard:hover {
    background: #448bcb;
}
.elementor_btn_custom.btn_standard:hover a {
    color: #fff;
    text-decoration: none;
}
.elementor_btn_custom.btn_standard:hover a .btn_icon {
    color: #fff;
}
.elementor_btn_custom.btn_standard:hover a .btn_icon i {
    color: #fff;
}
.elementor_btn_custom.btn_standard a {
    color: #448bcb;
    text-decoration: none;
}
.elementor_btn_custom.btn_standard .btn_icon {
    color: #448bcb;
    font-size: 26px;
    margin-right: 10px;
}
.elementor_btn_custom.btn_standard .text_button {
    font-family: 'Open sans', sans-serif;
}
.elementor_btn_custom.btn_standard .text_button p {
    margin-bottom: 0;
    text-align: left;
    line-height: 18px;
}
.elementor_btn_custom.btn_standard .text_button p i {
    color: #fff;
    font-size: 26px;
    margin-right: 10px;
}
