a {
    text-decoration: none;
  }

/* p{
    font-size: 13px;
} */

.btm_gift_intro a{
    color: #BC59A8;
    font-weight: bold;
}

.btm_gift_intro p{
    text-align: justify;
}

.footer-links ul {
    list-style: none;
    padding-left: 0px;
    
}

.footer-links ul a{
    color: black;
    font-size: 13px;
    font-weight: bold;
}

.footer-links h4{
    font-weight: bold;
    color: #BC59A8;
}

/* .signup-form input {
    width: 350px;
} */

.social-links a {
    margin: 5px;
    font-size: 30px;
    color: #BC59A8;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 995;
    background: #ffbb33;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: black;
    line-height: 0;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
.btm_gift_intro p{
    font-size:15px;
}