/* BIG TABLETS TO 1200 */
@media only screen and (max-width: 1200px) {

    * {
        font-size: 18px;
    }

    section {
        padding: 60px 50px;
    }

    .service-icons {
        margin-top: 50px;
    }

    .machinery-images {
        width: 253px;
        height: 190px;
    }

    .section-address {
        padding: 30px 50px;
    }
    

}


/* SMALL TABLET TO BIG TABLET: 768 TO 1024 */
@media only screen and (max-width: 1023px) {

    * {
        font-size: 16px;
    }

    .paragraph-about {
        font-size: 100%;
        line-height: 25px;
    }

    .license {
        width: 48%;
    }

    .machinery-images {
        width: 100%;
        height: 170px;
    }

    .service-icons {
        margin-left: 100px;
        margin-bottom: 25px;
    }

    .hero-text-box-p {
        line-height: 30px;

    }

    .logo {
        height: 60px;
        margin-top: 15px;
    }




    }


/* SMALL PHONES: FROM 481px TO 767px */
@media only screen and (max-width: 767px) {

    .sticky {
        opacity: 1;
    }

    .machinery-images {
        height: 110px;
        
    }

    .license {
        width: 47%;
    }

    .service-icons {
        margin-left: 60px;
    }

    .machine-box {
        margin-left: 10px;
    }
}                       


/* SMALL PHONES: FORM ZERO TO 480PX */
@media only screen and (max-width: 480px) {

    * {font-size: 15px;}

    .navigation-bar-white {
        text-align: center;
    }

    .sticky {opacity: 1;}

    .sticky i {
        color: #2980b9;
        margin-bottom: 50px;
    }

    .sticky li { margin-left: 1px; }

    .logo { margin-left: 17%;}

    nav ul {
        display: none;
    }

    .mobile-nav-icon {
        visibility: visible;
        display: block;
        float: left;
        font-size: 150%;
        margin-top: 35px;
        margin-left: 25px;
        color: #2980b9;
    }

    .main-nav li {
        margin-right: 5px;
    }

    .hero-text-box {
        width: 90%;
        font-size: 120%;
    }

    .license {
        width: 100%;
        margin-left: 0;
    }

    .service-icons {
        margin-left: 34%;
    }

    .machinery-images {
        height: 250px;
    }

    .machine-box {
        margin-top: 20px;
    }

    .machineboxex {
        margin-top: 20px;
    }

    .clients-logo {
        margin: 25px 0;
    }

    .section-machinery {
        display: none;
    }

    /* .section-clients {
        display: none;
    } */

    form input {
        margin-bottom: 15px;
    }

    iframe {

        width: 340px;}