.Normal p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
#goToTop {
    background-color: rgb(194 194 194 / 50%)!important;
}


#topbar .top-menu a {
    color: white !important;
    border: 1px solid #ee2e24;
    padding: 5px 14px;
    border-radius: 20px;
    height: 28px !important;
}
#topbar .top-menu a:hover {
    background-color: #ee2e24 !important;
}
#topbar .top-menu li {
    height: 22px !important;
    line-height: 18px !important;
    margin-top: 5px;
}

#topbar .topbar-wrap .col-sm-6 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}



@media (min-width: 991px) {
    #mainMenu nav li.dropdown:after {
        content: "\f107";
        font-family: FontAwesome;
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
        color: #ffffff;
    }
    #mainMenu .dropdown .dropdown-menu {
        background-color: #252525 !important;
    }
}

