/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header-glob {
        display: none;
    }

    .title-banner {
        font-size: 20px;
        color: white;
    }

    .title-h2 {
        font-size: 13px;
        color: white;
        margin-bottom: 20px;
    }

    .carousel-caption {
        position: absolute;
        top: 0px !important;
        right: 10%;
        bottom: 1.25rem;
        left: 10%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .snip1533 {
        margin: 30px 0px;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-item .w-100 {
        width: 220% !important;
    }

    .click-btn {
        padding: 8px;
        height: 33px;
        font-size: 12px;
    }

    .mb-none {
        display: none !important;
    }

    .drop-menu {
        padding-left: 0px !important;
    }

    .banner {
        padding: 50px 20px 10px 20px;
    }

    .banner-space {
        padding: 10px 4px 30px 4px;
    }

    .glob-lr {
        padding: 40px 20px;
    }

    .testimonial4_slide p {
        color: #ffffff;
        font-size: 16px;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }

    .nav-links li span {
        display: none;
    }

    .inner-pd {
        padding: 0px;
    }

    .body_counter {
        padding-left: 0px;
    }

    .body_counter li {
        width: 46.3%;
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        margin-top: 6rem;
    }

    .body_counter li .gradient-text {
        font-size: 42px;
        padding-bottom: 1rem;
    }

    .testimonial-text {
        p {
            font-size: 12px;
            margin-bottom: 10px;
        }
    }

    .main {
        padding: 12px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}