.footer-links li a {
    color: #373433 !important;
    font-size: 16px;
    line-height: 35px;
}
.footer-links p {
    color: #373433 !important;
    font-size: 14px;
}
.footer-top {
    background: #e8f6ff;
    width: 100%;
    overflow: hidden;
}
.footer-links h6 {
    color: #3a3285;
    font-family: "Playfair Display";
}
.footer-links a {
    color: #3a3285;
}
.bottom-footer {
    border-color: #555555 !important;
}
.social-icon {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #333;
}
.address-sec span {
    line-height: 23px;
}
.social-icon:hover {
    transform: scale(1.3);
    color: #f58220 !important;
}
.pulseplay a {
    color: #3a3285;
}
.pulseplay a:hover {
    color: #f58220;
}
.contact-info i {
    color: #3a3285;
}
.footer-links a:hover {
    color: #f58220 !important;
}

.subscribe-input {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-radius: 0;
    line-height: 2;
}
.main-btn {
    background: #fff;
    color: #3a3285;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    width: 287px;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    line-height: 1.6;
}
form#newsletterForm {
    height: 57px;
}
.btn.main-btn:hover {
    background-color: #10054d;
    color: #fff;
    border: 1px solid #fff !important;
}
.main-btn:hover svg path {
    stroke: #fff;
}
footer.footer-top a {
    text-decoration: none !important;
}
.subscribe-section {
    background-image: url(/images/needHelp.png?3d9e78ba25f739a6730da4f76a4f99c3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scroll-to-top {
    display: none;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: #292179;
    z-index: 999;
}
.scroll-to-top i.fas.fa-arrow-up {
    padding-top: 11px;
}

