nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .06);
    background: #ffffffe6;
}

a.navbar-brand img {
    height: 75px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 70px;
}

li.button-group {
    line-height: 78px;
}

.footer-logo.mb-2 img {
    width: 70%;
    background: #FFF;
    border-radius: 10px;
    padding: 13px;
}

img.img-responsive {
    height: 43px;
}


.navbar-expand-lg .navbar-nav li.button-group a:hover,
.navbar-expand-lg .navbar-nav li.button-group .active > a,
.navbar-expand-lg .navbar-nav li.button-group a:focus {
    color: snow;
}

#carousel-area {
    min-height: 90px;
}

#sub-category {
    width: 400px;
}

.page-header {
    background-image: none;
    background-color: #efefef;
}

.img-fluid {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 23px;
}

input.form-control.default {
    border-radius: 0;
}

.icon img {
    max-width: 100%;
    max-height: 100%;
    padding: 21%;
    object-fit: cover;
}

#featured .job-featured .content h3 {
    height: 52px;
    overflow: hidden;
}

.bg-gray-custom {
    background: #d6d4d4 !important;
}

.category-list li img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}


.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.autocomplete-title {
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 4;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #000;
}

.autocomplete-title i.far.fa-times-circle {
    float: right;
    color: red;
    margin-top: 3px;
    font-weight: bold;
}

.autocomplete-data {
    max-width: 400px;
}
#featured .job-featured {
    border-left: 0px solid transparent!important;
}
#carousel-area {
    text-align: center;
}