body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
ul, li {
    display: block;
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.header {
    /*background: url('/network/images/bg-index.jpg') no-repeat center top / cover;*/
    padding-top: 57px;
    color: #fff;
    padding-bottom: 50px
}
.log-in {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #8CC63F;
    color: white;
    text-align: center;
    height: 36px;
    width: 80px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}
.sign-up > i{
    font-size:20px;
}
.sign-up {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #3992B6;
    color: white;
    text-align: center;
    height: 36px;
    width: 50px;
    border: none;
    cursor: pointer;
}
.create-your-mbutic {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #8CC63F;
    color: white;
    text-align: center;
    height: 36px;
    width: 185px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}
.logo {
    display: block;
}
.header-title {
    text-align: center;
    display: block;
}
.nav, .search-form {
    display: flex;
    align-items: center;
}
.main-section-1 {
    width: 70%;
}
.custom-select {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.custom-select select {
    display: none;
}
.select-selected {
    border-radius: 5px;
    background-color: #8CC63F;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent transparent;
    cursor: pointer;
    user-select: none;
}
.select-items {
    position: absolute;
    background-color: #8CC63F;
    border-radius: 5px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.input-keyword {
    margin-left:5px;
    position: relative;
    height:42px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    background-color: white;
    padding: 8px 16px;
}
.custom-select-location {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.custom-select-location select {
    display: none;
}
.submit-btn {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #8CC63F;
    color: white;
    text-align: center;
    width: 95px;
    padding: 0;
    margin-left:5px;
    height:42px;
    border: none;
    cursor: pointer;
}
.search-container {
    display: flex;
}
.main-section, .nav-section {
    display: flex;
}
.main-section-2 {
    width: 30%;
    margin-top: 0px;
}
.ad {
    width: 100%;
    height: 500px;
    background-color: white;
    border-radius: 5px;
}
.custom-select-lenguage {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.custom-select-lenguage select {
    display: none;
}
.custom-select-select {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.custom-select-select select {
    display: none;
}
.select-add-selection {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #8CC63F;
    color: white;
    text-align: center;
    height: 36px;
    width: 195px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
.second-form {
    display: flex;
    margin-left: auto;
}
.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:0px;
}
.menu {
    width: 995px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    background-color: #8CC63F;
    height: 36px;
    border-radius: 5px;
}
.menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.menu li {
    margin-right: 35px;
}
#last-li {
    margin: 0px !important;
}
.business-directory {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color:#3992B6;
    color: white;
    text-align: center;
    height: 36px;
    width: 170px;
    border: none;
    cursor: pointer;
}
