.banner-image {
    width: 100%;
    height: 100%;
}
.banner {
    text-align: center;
    min-height: 120px;
}
.banner form {
    display: none;
}
.banner .header-message {
    color: #FFF;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    position: absolute;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
    top: 15%;
    text-align: center;
}

@media (min-width: 770px) {
    .banner .header-message {
        font-size: 40px;
    }

    .banner form {
        display: block;
    }
}
h2.sites {
    color: #38A6FF;
    font-size: 26px;
    font-weight: 700;
    /* padding-left: 55px; */
}
.top-sites {
    background-color: #F9F9F9;
}
.most-active-divers {
    background-color: #FFF;
    /* padding-left: 6.5%; */
    padding-top: 46px;
    padding-bottom: 62px;
}
.diver-cont {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 16px;
    min-height: 140px;
}
.active-divers-head {
    /* padding-left: 40px; */
    font-size: 26px;
    color: #38A6FF;
    font-weight: 700;
}
.diver-info-cont {
    position: relative;
}
.diver-info {
    /* position: absolute; */
    /* bottom: -75px; */
    font-size: 13px;
    color: #484848;
}
.dives-here {
    /* left: 0px; */
}
.time {
    /* left: 35%; */
}
.total-dives {
    /* left: 75%; */
}
.diver-name {
    font-size: 17px;
    color: #38A6FF;
    font-weight: 700;
}
.stat {
    font-size: 20px;
    color: #38A6FF;
    font-weight: 700;
}
.recent-dives.log-container .slider-img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}
.recent-dives.log-container {
    margin: 1em;
}
.slider-img {
    width: 100%;
    min-height: auto;
    max-height: auto;
}
.slider-mini {
    border-radius: 10px;

    /* height: 450px;
    width: 700px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 5px; */
}
.slider-mini div.slick-list {
    border-radius: 5px;
}
.log-container {
    margin: 1em;
    margin-left: 15%;
    margin-right: 15%;
}
.log-info {
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.log-info .slider-img {
    border-radius: 10px 10px 0 0;
}
.user-info {
    text-align: left;
    margin: 0.5em;
}
.image-desc {
    padding-left: 20px;
    padding-right: 20px;
}
.filters {
    text-align: center;
    background-color: #494B63;
    /* min-height: 62px; */
}
.filters,
.filters .fa-filter,
.filters button {
    color: #FFF;
}
.filter-btn {
    background-color: #38A6FF;
    font-size: 15px;
    width: 188px;
    min-height: 45px;
}
.filters select {
    max-width: 174px;
    height: 42px;
    display: inline-block;
    margin: 10px;
}
.filters strong {
    font-size: 17px;
}
/* .header-message input {
    font-size: 15px;
    max-width: 25%;
    left: 37.5%;
    position: absolute;
} */

.header-message .input-group {
    width: 30%;
    margin: 0 auto;
}

.header-message .input-group-append {
    border-radius: 0 6px 6px 0;
    background-color: white;
}

.header-message .input-group-append i {
    color: #38A6FF !important;
}

.search-btn button {
    position: absolute;
    right: 36%;
    background-color: #FFF;
    height: 37px;
    border-left: none;
    border-radius: 0 5px 5px 0;
    width: 45px;
}
.search-btn .fa-search {
    color: #38A6FF;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
}
