@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-thumb {
        width: 50%;
    }
}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .getIn-tuchBox {
        padding: 25px;
        margin-left: 5px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counterMiddle {
         box-shadow: none; 
         margin-top: 0px; 
    }
    .counter{
        margin-bottom: 30px;
    }
    .ssingle-pricing {
        margin-bottom: 30px;
    }


    .contact-box-area {
        position: relative;
    }
    .contact-box {
        padding-top: 60px;
    }
    .getIn-tuchBox {
        margin-left: 0;
        margin-bottom: 60px;
    }
    .footer-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-text {
        margin-top: 25px;
        text-align: center;
    }
    .footer-menu {
        text-align: center;
        margin-top: 25px;
    }

}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .counterMiddle {
         box-shadow: none; 
         margin-top: 0px; 
    }
    .counter{
        margin-bottom: 30px;
    }
    .ssingle-pricing {
        margin-bottom: 30px;
    }


    .contact-box-area {
        position: relative;
    }
    .getIn-tuchBox {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .footer-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-text {
        margin-top: 25px;
        text-align: center;
    }
    .footer-menu {
        text-align: center;
        margin-top: 25px;
    }
    .socials-icons a {
        margin-top: 10px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
        .open{
            top: 10px;
        }

        .logo {
             margin-top: 0px; 
        }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 320px) and (max-width: 479px) {
        .open{
            top: 10px;
        }

        .logo {
             margin-top: 0px; 
        }
}