/* Large devices (desktops, 992px and up) */
@media(min-width:992px) and (max-width:1199px) {
    .header_marque .mrq_p {
         width: 14%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media(min-width:768px) and (max-width:991px) {
    .header_marque .mrq_p {
        width: 13%;
        font-size: 10px;
    }
    
}

/*Small devices (landscape phones, 576px and up)*/
@media(min-width:576px) and (max-width:767px) {
    header_marque {
        padding: 0px;
    }

    .header_marque .mrq_p {
        width: 14%;
        padding: 3px;
        font-size: 8px;
    }

    .header_content a {
        float: left;
    }

    .copy_part p {
        float: left;
    }

    .spinner-5 {
        margin-left: 45px;
    }
}
/* mobile drivice */
@media(min-width:320px) and (max-width:575px) {

    .header_marque {
        padding: 0px;
    }

    .header_marque .mrq_p {
        font-size: 10px;
        padding: 2px;
    }

    .header_content a {
        float: left;
    }

    .copy_part p {
        float: left;
    }

    .spinner-5 {
        margin-left: 45px;
    }
}

/* mobile extra drivice */
@media(min-width:321px) and (max-width:480px) {

    /*about us part start*/
    .logo_part img {
        width: 180px;
        height: 70px;
    }

    .logo_part .spinner-3 {
        right: 75px;
        top: -15px;
    }

    .news_part img {
        height: 70px;
    }

    .header_marque {
        padding: 0px;
    }

    .header_marque .mrq_p {
        font-size: 8px;
        padding: 4px;
    }

    .header_content a {
        float: left;
    }

    .copy_part p {
        float: left;
    }

    .spinner-5 {
        margin-left: 45px;
    }


    /*about us part end*/
}