@media only screen and (min-width: 768px) {

    #whatsapp {
        display: none;
    }

    .hamburger {
        display: none;
    }

}


@media only screen and (max-width: 1500px) {
    .slider-height {
        height: 400px;
    }
}

/*md only*/
@media (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 290px;
    }

    .navbar-nav {
        max-width: 70%;
    }

    .page-header-da {
        background-position: 0px;
    }

    .team-info-wrapper {
        font-size: 12px;
    }

    .team-info-wrapper .team-contact a {
        font-size: 12px;
    }

    .team-info-wrapper ul li {
        font-size: 12px;
    }

    .navbar-nav {
        margin: 25px 50px;
        margin-right: 0;
    }

    .intern-nav {
        width: 100%;
        max-width: 100%;
        position: relative;
        right: 0;
        background-color: rgb(0, 186, 179);
        margin: 0;
        padding: 25px 30px;
        height: 100%;
    }

    .header h1 {
        font-size: 30px;
    }
}

/*sm only*/
@media (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 250px;
    }

    .row-eq-height {
        display: block;
    }

    .navbar-nav {
        margin: 0;
        float: right !important;
    }
}

/* md */
@media only screen and (max-width: 1200px) {
    .logo img {
        max-height: 120px;
    }
}

/* sm */
@media only screen and (max-width: 992px) {


    .slider .slider-text {
        line-height: 250px;
    }

    .slider .slider-text {
        font-size: 25px;
    }

    .slider .slider-text .bigFont {
        font-size: 35px;
    }

    .navbar-collapse {
        margin-top: 0;
    }

    .navbar-right {
        position: relative;
    }

    .logo img {
        max-height: 80px;
    }

    #whatsapp {
        display: inline-block;
    }

    .carousel-inner > .item {
    }

    .slider-box-text-wrapper {
        display: none;
    }

    .gallery-image img {
        width: 100%;
    }
}

/* xs */
@media only screen and (max-width: 768px) {
    .slider-height {
        height: 180px;
    }

    .slider .slider-text {
        font-size: 15px;
    }

    .slider .slider-text .bigFont {
        font-size: 25px;
    }

    .logo img {
        max-height: 60px;
    }

    #services-slider .fill {
        min-width: 100%;
        height: auto;
        overflow: hidden;
    }

    #services-slider .slider-image-box {
        height: 200px;
        overflow: hidden;
    }

    .contactText-wrapper {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .col-sm-hide {
        display: none !important;
    }

    #services-slider div {
        height: auto;
    }

    #services-slider {
        height: auto;
    }

    .login-box {
        position: relative;
    }

    .navbar-collapse {
        padding-bottom: 15px;
    }

    .row-eq-height {
        display: -webkit-box;
        display: block;

    }

    .rowBgImage {
        display: none;
    }

    .map-btn {
        position: relative;
    }

    .navbar-nav {
        margin: auto;
        text-align: center;
    }

    .navbar-grimm .navbar-nav > li > a::after {
        content: '';
    }


    .navbar-nav .open .dropdown-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .slider-height {
        height: 0px;
    }

    .logo img {
        max-height: 60px;
    }

    .slider {
        display: none;
    }

    .slider-wave {
        display: none;
    }

    #content {
        margin-top: 100px;
    }

    .contactBoxes {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

