.hs-button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    opacity: .75;
    color: #fff;
}

.hs-button.hs-custom-button {
    max-width: max-content;
}

.hs-button.center, .hs-cta-button.center {
    text-align: center;
    margin-left: auto!important;
    margin-right: auto!important;
}

.hs-button.right, .hs-cta-button.right {
    margin-left: auto!important;
}

.hs-button.hs-custom-button.default-button-blue {
    background-color: #2f99d6;
}

.hs-button.circle-arrow.arrow-right::before {
    content: unset;
    display: none;
}

.hs-button.circle-arrow.arrow-right::after {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="%232398d4" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m14.523 18.787s4.501-4.505 6.255-6.26c.146-.146.219-.338.219-.53s-.073-.383-.219-.53c-1.753-1.754-6.255-6.258-6.255-6.258-.144-.145-.334-.217-.524-.217-.193 0-.385.074-.532.221-.293.292-.295.766-.004 1.056l4.978 4.978h-14.692c-.414 0-.75.336-.75.75s.336.75.75.75h14.692l-4.979 4.979c-.289.289-.286.762.006 1.054.148.148.341.222.533.222.19 0 .378-.072.522-.215z" fill-rule="nonzero"/></svg>');    background-size: 100%;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    transform: translateY(0.2em);
    border: unset;
    border-radius: unset;
}

.hs-button.circle-arrow.arrow-right:hover::after {
    transform: translate(0.2em, 0.2em);
}

.hs-button, input[type="submit"], input[type="button"] {
    width: auto;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 125%;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 22px;
    background-color: #1be5b5;
    border-radius: 16px 0px;
    outline: 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.hs-button-text-before{
    font-size: 14px;
    font-weight: 600;
}

.hs-button-text-before .hs-button{
    display: inline-block;
    margin-left: 0.6em;
    font-size: inherit;
    margin-top: 0.8em;
}

.hs-button a {
    color: #fff;
    text-decoration: none;
}

.hs-button a p {
    font-weight: 600;
}


{# Button style starts: circle-arrow #}

.hs-button.circle-arrow {
    color: #1271b9;
    background-color: unset;
    padding: 0;
}

.hs-button.circle-arrow a {
    color: #1271b9;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.hs-button.circle-arrow a div {
    display: inline;
    margin-top: 1em;
    margin-bottom: 1em;
}

.hs-button.circle-arrow::after {
    content: '\203A';
    border: 1px solid #1271b9;
    border-radius: 100%;
    width: 1.7em;
    height: 1.7em;
    display: inline-block;
    padding: 0.5em;
    transform: translateY(-0.1em);
    line-height: 0.5em;
    margin-left: 0.5em;
}

.hs-button.circle-arrow:hover::after {
    transform: translate(0.5em, -0.1em);
    border-color: transparent;
}

.hs-button.circle-arrow::after {
    transition: 0.2s;
}

.hs-button.circle-arrow::before {
    content: '';
    position: absolute;
    width: 0.8em;
    height: 1px;
    background-color: #1271b9;
    bottom: 1.85em;
    right: 2.3em;
}

.hs-button.circle-arrow:hover::before {
    opacity: 1;
    transform: translateX(0.5em);
}

.hs-button.circle-arrow::before {
    transition: 0.2s;
    opacity: 0;
}

{# Button style ends: circle-arrow #}



{# Button style starts: circle-arrow-2 #}

.hs-button.circle-arrow-2 {
    color: #1271b9;
    background-color: unset;
    padding: 0 0 0 2.7em;
}

.hs-button.circle-arrow-2::before {
    content: '';
    position: absolute;
    top: -0.3em;
    left: 0;
    background-image: url('https://www.buddyhealthcare.com/hubfs/page-content/2020/arrow-icon.svg');
    width: 2em;
    height: 2em;
    background-size: 100%;
}

.hs-button.circle-arrow-2 a {
    color: #1271b9;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

{# Button style ends: circle-arrow-2 #}



{# Button style: rounded-corners #}
.hs-button.rounded-corners {
    border-radius: 32px;
    padding: 1.3em 1.9em;
}
{# Button style ends: rounded-corners #}



{# Button style: square-rounded-corners #}
.hs-button.square-rounded-corners {
    border-radius: 10px;
    padding: 1.3em 1.9em;
}
{# Button style ends: rounded-corners #}