@charset "UTF-8";
body, html {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    background-color: #fff;
}

footer {
    padding: 10px;
    line-height: 25px;
    border-top: 1px solid #cfcfcf
}

footer .logos {
    display: none !important;
}

#wrapper {
    margin: 50px auto;
}

.logos {
    border-bottom: 1px solid #efefef;
}

.default-field,
.bot-field,
.temp-field{
    display: none;
}

img[usemap] {
    width: auto;
    max-height: 650px;
}

.mobile {
    display: none;
}

.row {
    margin: 20px auto !important;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    header .logos {
        display: none !important;
    }

    header .navbar-brand {
        font-size: 16px;
    }

    footer .logos {
        display: flex !important;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    #wrapper,
    .row {
        margin: 10px auto !important;
    }

    .container,
    .container-fluid{
        padding: 0;
    }

    .col {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .card-body{
        padding: 7px !important;
    }

    .card-header {
        font-size: 12px;
        padding: 5px !important;
    }

    .ocean-img {
        height: 400px;
    }
}