a {
  text-decoration: none !important;
}
.footer-logo {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
    padding-right: 8rem;
}
.myContent.intro.footer {
  border-top: 1px solid #202b3a;
}
.footer-logo p {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #efefef;
    padding-top: 15px;
}

.footer-logo span {
    color: #359BD8;
}
.footer-logo .logo-footer {
    padding-top: 15px;
}

.footer-logo .logo-footer .light-logo {
    height: 26px;
  vertical-align: middle;
}

.footer-heading {
    color: #359BD8;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    font-size: 1.2rem;
    text-shadow: 0px 8px 30px rgba(255, 255, 255, 0.25), 0px 4px 8px rgba(255, 255, 255, 0.06);
}

.footer-link {
    display: block;
    margin-bottom: 20px;
    color: #efefef;
    text-decoration: none;
    font-size: .87rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.footer-link:hover {
    color: #00aaff;
    text-decoration: underline;
}

.contact-info {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #efefef;
}

.bottom-nav {
    transition: transform 0.3s ease;

}
.bottom-nav.hide {
    /* transform: translateY(100%); */
    display: none;
}

.footer-section .accordion-body{
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
}

@media(max-width: 1350px) {
.footer-logo{
    padding-right: 0;
}

}
@media(max-width: 991px) {
  .footer-heading .toggle-icon{
    font-size: 24px;
    color: #fff;
  }
  .footer-logo{
    padding-right: 0;
    align-items: flex-start;
  }
  .footer-logo .logo-footer{
    text-align: left;
  }
  .footer-logo p{
    margin-bottom: 0;
  }
}