:root {
    --green: #27ae60;
    --black: #192a56;
    --light-color: #666;
    --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
body {
    font-family: "Poppins", sans-serif;
}
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}
*:focus {
    outline: 2px solid var(--green);
    /* border: 1px solid var(--green); */
}
.btn-primary {
    background-color: var(--green);
    border: 1px solid gray;
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: var(--black);
}
.btn-primary:focus {
    background-color: var(--green);
}

p {
    margin-bottom: 0.5rem;
}
.logout-form i {
    padding-right: 1rem;
}
.logout-form button {
    display: block;
    background-color: #fff;
    border: none;
    background-image: none;
    color: #666666;
    border-right: 0 none;
    text-align: left;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
    font-weight: 600;
}
.title {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.breadcrumb {
    margin-bottom: 2rem;
}
.breadcrumb-item a {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--light-color);
}
.sub-heading {
    font-weight: 600;
    font-size: 1.8rem;
}
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999999;
}
.whatsapp-float img {
    width: 60px;
    /* border: 2px solid var(--black);
    border-radius: 50%; */
}
.contacts-for-user a {
    text-decoration: none;
    color: #fff;
}
.follow-us-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
}
.follow-us-section p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}
.icons-of-social-media {
    display: flex;
}
.icons-of-social-media a {
    margin-right: 1.1rem;
}
.icons-of-social-media a i {
    color: #fff;
    font-size: 2rem;
}
.footer-section {
    margin-top: 2rem;
}
.sub-line {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

@media (max-width: 800px) {
    .follow-us-section p {
        font-size: 1rem;
    }
    .icons-of-social-media a i {
        color: #fff;
        font-size: 1.5rem;
    }
}

footer {
    margin-top: 2rem;
    position: relative;
    background: #111;
    padding-top: 40px;
    color: #fff;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3 {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 2rem;
}
.footer-content p {
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li {
    margin: 0 10px;
}
.socials a {
    text-decoration: none;
    color: #fff;
    padding: 5px;
}
.socials a i {
    font-size: 2rem;
    width: 20px;
    transition: color 0.4s ease;
}
.socials a:hover i {
    color: #0ff;
}
.footer-bottom {
    background: #000;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p {
    float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a {
    color: #44bae8;
    font-size: 16px;
    text-decoration: none;
}
.footer-bottom span {
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 200;
}
.footer-menu {
    float: right;
}
.footer-menu ul {
    display: flex;
}
.footer-menu ul li {
    padding-right: 10px;
    display: block;
    font-size: 1.1rem;
}
.footer-menu ul li a {
    color: #cfd2d6;
    text-decoration: none;
}
.footer-menu ul li a:hover {
    color: #27bcda;
}
@media (max-width: 500px) {
    .footer-menu ul {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
