
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, p, span, ul, li, ol, h1, h2, h3, dd, dt{
    font-family: 'Roboto', sans-serif;
}

a:hover{
    text-decoration: none;
}

.navbar{
    background-color: #FFFFFF;
    border-bottom: 1px solid #F1F1F1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}


.navbar .nav-item{
    padding-right: 10px;
    color:#000;
    text-transform: uppercase;
    font-weight: 500;
}

.main-banner {
    display: flex;
    height: 550px;
    background: no-repeat center center/cover fixed;
}

.main-banner form {
    text-transform: uppercase;
    background: rgba(105, 105, 105, 0.7);
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: 300;
    margin: auto;
}

.search-input {
    position: relative;
    border: 1px #bbb solid;
    width: 800px;
    padding: 10px;
    background: #FFF;
    border-radius: 3px;
    margin: 0 auto;
}

footer{
    padding: 25px 0;
    background: linear-gradient(120deg, #B4D454 0%, #B4D454 60%, #C4DD76 60%, #C4DD76 68%, #B4D454 68%);
    color: #fff;
}

#region-list .container{
    padding: 40px 0;
    text-align: center;
    border-top: 1px #bbb solid;
    border-bottom: 1px #bbb solid;
}

.region-name{
    color:#333333;
    font-size: 18px;
    text-transform: capitalize ;
    transition: 0.5s all;
}

.region-name:hover{
    transform: scale(1.3);
    
    color:#B4D454;
}

.header{
    color:#888888;
}
.company-name{
    color:#B4D454;
}
.company-list-row{
    padding: 20px 0;
    border-top: 1px #bbb solid;
    border-bottom: 1px #bbb solid;
}


.other-busines{
    padding: 10px;
    border: 1px #eee solid;
}

.btn-offers{
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.other-busines h2{
    font-size: 20px;
}

.company-list-wrapper{
    padding: 40px 10px;
    border: 1px #efefef solid;
}

.region-menu-list{
    margin: 5px 0;
    border: 1px #BBB solid;
    padding: 8px 30px 8px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.region-menu{
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
}

/*
.category-company-name{
    font-size: 20px;
}

.category-image{
    max-height: 150px;   
}

.category-name{
    color: #000;
}*/