html,
body {
    font-family: "Roboto", Arial, sans-serif !important;
}

@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}


.nav-left-icon img {
    max-width: unset !important;
}

.close-button .icon-caret-up::before {
    content: none !important;
}

#app-ongig-container .searchcontainer a.button2,
#app-ongig-container .searchcontainer a.button,
#app-ongig-container .searchcontainer .search-btn {
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.375rem 0.75rem !important;

}

@media (min-width: 1130px) {
    .component-nav-top .nav-container .nav-items-center>ul {
        padding-top: 18px !important;
    }
}

@media (min-width: 1200px) {
    .site-footer p {
        margin-bottom: 25px !important;
    }

}

@media (min-width: 730px) {
    .site-footer p {
        margin-bottom: 40px !important;
    }
}

.social-icons [class^="icon-"]:before,
.social-icons [class*=" icon-"]:before {
    content: "" !important;
}



#app-ongig-container .searchcontainer .checkbox.checkbox-sm label {
    left: 18px !important;
    top: 20px !important;
}


.button2 {
    padding: 4px 16px !important;
    background: #80539c !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0 !important;
}