body {
    margin: 0;
    padding: 0;
}

a.header-style-link {
    color: #000000 !important;
    opacity: 1;
}

button.header-login-btn {
    padding: 0.8rem;
    line-height: 0.5;
    color: #ffffff !important;
    font-weight: 500;
    width: 80px;
    opacity: 1;
    font-size: 0.9rem;
    border-radius: 0.358rem;
    outline: none;
    border: 2px solid #7367f0;
    background-color: #7367f0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

button.header-login-btn:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
}

.terms-headere-bar {
    min-height: 70px;
    height: 100%;
    background-color: #f8f8f8;
}

.logo-header img {
    width: 100%;
}

.logo-header {
    width: 55px;
}

.footer-logo {
    width: 100px;
}

.footer-logo img {
    width: 100%;
}

footer.terms-footer {
    background-color: #f8f8f8;
    padding: 30px 0;
}

a.footer-links {
    font-size: 16px;
    color: #888888;
    text-decoration: none;
    font-weight: 400;
}

h1.footer-email-heading {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

ul.footer-link-list {
    padding: 0;
    margin-top: 10px;
}

ul.footer-link-list li {
    list-style: none;
    margin-bottom: 5px;
}

ul.footer-link-list li a {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

ul.footer-link-list li a:hover {
    color: #000000;
}

.social-links {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.social-links a i {
    width: 40px;
    height: 40px;
    background-color: #3ebdc2;
    color: #ffffff;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

.social-links a i:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
}

h1.term-page-heading {
    font-size: 42px;
    margin-top: 50px;
}

p.terms-common-text {
    color: #888888;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}

.all-content-box {
    min-height: 52vh;
    height: 100%;
    padding-bottom: 15px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler{
    border: none !important;
}

@media(max-width: 770px) {
    .social-links a i {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}