a.cbtn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 4px;
}

a.cbtn.cbnt1 {
    position: relative;
    z-index: 2;
    color: #fff;
    /* background: linear-gradient(87.5deg, #0E472E 6.27%, #4FAC92 78.35%); */
    border: 1px solid #54CCBB;
    border-radius: 5px;
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    overflow: hidden;


    background: linear-gradient(135deg, #0e472e, #4fac92);
    transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;

}

a.cbtn.cbnt1 i {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #fff;
    color: #4FAC92;
    border-radius: 4px;
    margin-top: -15px;
}

/* a.cbtn.cbnt1:hover {
    border-color: #22cd6f;
    background: transparent;
    color: #22cd6f;
    transition: all .3s;
} */

a.cbtn.cbnt1:hover {
    background-color: #4FAC92;
    box-shadow: 0 0 5px #4FAC92,
        0 0 25px #4FAC92,
        0 0 50px #4FAC92,
        0 0 200px #4FAC92;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    color: #fff;
    border: 1px solid transparent;
}

a.cbtn.pricing-btn {
    background: #4FAC92;
    padding-right: 70px;
    position: relative;
    z-index: 2;
    color: #fff;
}

a.cbtn.pricing-btn i {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #fff;
    color: #121517;
    border-radius: 4px;
    margin-top: -15px;
}

a.login-txt {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
}


a.cbtn.cbnt2 {
    /* position: relative;
    z-index: 2;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(43.75% 246.88% at 55.5% 56.25%, #E8E8E8 41.83%, #9E9E9E 100%);
    opacity: 0.9;
    border-radius: 5px;
    color: #fff; */


    position: relative;
    z-index: 2;
    color: #fff;
    background: linear-gradient(0deg, #00000033, rgba(0, 0, 0, 0.2)), radial-gradient(43.75% 246.88% at 55.5% 56.25%, #E8E8E8 41.83%, #9E9E9E 100%);
    border-radius: 5px;
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    overflow: hidden;

    /* background: linear-gradient(135deg, #0e472e, #4fac92); */
    transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
}

a.cbtn.cbnt2 i {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #fff;
    color: #4FAC92;
    border-radius: 4px;
    margin-top: -15px;
}


a.cbtn.cbnt2:hover {
    background-color: #9E9E9E;
    box-shadow: 0 0 5px #9E9E9E,
        0 0 25px #9E9E9E,
        0 0 50px #9E9E9E,
        0 0 200px #9E9E9E;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    color: #fff;
}


/* glow */

a.cbtn.cbnt1 span {
    position: absolute;
    display: block;
}

/* top border */
a.cbtn.cbnt1:hover span:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate1 3s linear infinite;
}


/* right border */
a.cbtn.cbnt1:hover span:nth-child(3) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate2 3s linear infinite;
    animation-delay: 0.75s;
}


/* bottom border */
a.cbtn.cbnt1:hover span:nth-child(4) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate3 3s linear infinite;
    animation-delay: 1.5s;
}



/* left border */
a.cbtn.cbnt1:hover span:nth-child(5) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate4 3s linear infinite;
    animation-delay: 2.25s;
}







/* a.cbtn.cbnt1.glow {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    border: none;

}

a.cbtn.cbnt1.glow:hover {
    background: #4FAC92;
    box-shadow: 0 0 5px #4FAC92,
        0 0 25px #4FAC92,
        0 0 50px #4FAC92,
        0 0 200px #4FAC92;fz
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    color: #fff;
} */


a.cbtn.cbnt1.glow {
    position: relative;
    overflow: hidden;
    border: none;
    background: linear-gradient(135deg, #0e472e, #4fac92);
    color: #fff;
    transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
}

a.cbtn.cbnt1.glow:hover {
    /* don’t override the entire background (shorthand) */
    background-color: #4FAC92;
    /* sits on top of the gradient if needed */
    box-shadow:
        0 0 5px #4FAC92,
        0 0 25px #4FAC92,
        0 0 50px #4FAC92,
        0 0 200px #4FAC92;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    color: #fff;
}




/* a.cbtn.cbnt1.glow:nth-child(1) {
    filter: hue-rotate(270deg);
}

a.cbtn.cbnt1:nth-child(2) {
    filter: hue-rotate(110deg);
} */

a.cbtn.cbnt1.glow span {
    position: absolute;
    display: block;
}

a.cbtn.cbnt1.glow span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate1 3s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

a.cbtn.cbnt1.glow span:nth-child(2) {
    top: -100%;
    right: 0;
    left: unset;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate2 3s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

a.cbtn.cbnt1.glow span:nth-child(3) {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate3 3s linear infinite;
    animation-delay: 1.50s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}


a.cbtn.cbnt1.glow span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate4 3s linear infinite;
    animation-delay: 2.25s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}



/* ************************ */
.glowBtn.glow {
    position: relative;
    transition: 0.5s;
    /* overflow: hidden; */
    /* border: none; */

}

.glowBtn.glow span {
    position: absolute;
    display: block;
}

.glowBtn.glow span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate1 3s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.glowBtn.glow span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate2 3s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.glowBtn.glow span:nth-child(3) {
    /* bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate3 3s linear infinite;
    animation-delay: 1.50s; */
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}


.glowBtn.glow span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate4 3s linear infinite;
    animation-delay: 2.25s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}


/* .glowBtn2.glow2  */

.glowBtn2.glow2 {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    /* border: none; */

}

.glowBtn2.glow2 span {
    position: absolute;
    display: block;
}

.accordion-header.glowBtn2.glow2 { position: relative; }

.accordion-header.glowBtn2.glow2 .accordion-button:not(.collapsed) ~ span:nth-of-type(1) {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate1 3s linear infinite;

}

@keyframes animate5 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.accordion-header.glowBtn2.glow2 .accordion-button:not(.collapsed) ~ span:nth-of-type(2) {

    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate2 3s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate6 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.accordion-header.glowBtn2.glow2 .accordion-button:not(.collapsed) ~ span:nth-of-type(3) {

    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate3 3s linear infinite;
    animation-delay: 1.5s;
}

@keyframes animate7 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.accordion-header.glowBtn2.glow2 .accordion-button:not(.collapsed) ~ span:nth-of-type(4) {

    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #41ffc9);
    box-shadow: 0 0 5px #41ffc9,
        0 0 25px #41ffc9,
        0 0 50px #41ffc9,
        0 0 200px #41ffc9;
    animation: animate4 3s linear infinite;
    animation-delay: 2.25s;
}

@keyframes animate8 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

a.cbtn.cbnt1.btnNoHover:hover {
    -webkit-box-reflect: inherit !important;

}