a{
    color: white;
    font-family: 'arial';
    font-weight: bold;
}

a:hover {
  text-decoration: none !important;
  color: white;
}

div .border:hover {
    background-color: #0c3b9e;
}

#map {
    height: auto;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
    margin: 0;
    padding: 0;
}

.search {
    border-radius: 45px;
}

input {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 2px solid white;
    height: 34px;
}

.btn_search {
    background: white;
    border: 1px solid white;
    font-size: 20px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.buy-link {
    display: none
}
.search-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px 5px;
    margin-bottom: 0
}
.search-field {
    border: none !important;
    box-shadow: 0 0 0 0 !important;
}

.col-4{
    margin-bottom: 30px;
}

img.buy-img {
    max-height: 90%;
    max-width: 90%;
}

.container.px-4.mt-3.mb-3{
  overflow: auto;
  height: 675px;
}

ul.nav.top-menu li{
}

ul.nav.top-menu form{
    justify-content: center;
    align-items: center;
    display: flex;
}

.country-box select{
    margin: 20px 0;
}

.container .row .col-lg-4{
  margin-bottom: 25px
}
.nav.pull-right.top-menu{
    justify-content: center;
    align-items: center;
}