/*************************1400px*******************************/

@media only screen and (max-width: 1300px){

    .services h2, .clients h2,
    .container_1200, .container-1200 {
        padding: 0 10px;
    }
}


/* Large devices (laptops/desktops, 1200px and down) */
@media only screen and (max-width: 1200px) {

}


/* Medium devices (landscape tablets, 992px and down) */
@media only screen and (max-width: 992px) {
}



/* Small devices (portrait tablets and large phones, 768px and down) */
@media only screen and (max-width: 768px) {

    .rotating img,
    .rotating {
        height: 300px;
    }

    .rotating .views-field.views-field-title {
        font-size: 16px;
        padding-bottom: 14px;
    }
    .rotating .views-field.views-field-body {
        font-size: 22px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about .views-row {
        display: block;
    }
    .about .views-field.views-field-fieldset {
        padding-left: 0;
        padding-top: 0;
    }
    .about .views-row>.views-field {
        width: 100%;
    }

    .about .views-field.views-field-field-image {
        text-align: center;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .about .views-field.views-field-field-image img {
        max-height: 300px;
    }

    .services {
        padding: 30px 0 30px;
        min-height: auto;
    }
    .services h2, .clients h2 {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .services .views-row {
        max-width: 100%;
    }

    .clients .c-block-clients header {
        margin-bottom: 30px;
    }

    .clients .c-block-clients .views-row {
        width: 50%;
    }

    .clients .c-block-clients footer {
        font-size: 33px;
        margin-top: 15px;
    }


    .header {
        padding: 15px 0;
    }
    .header .c_flex {
        flex-wrap: wrap;
    }

    .header .logo {
        width: 100%;
    }

    .header .main-menu {
        width: 100%;
        padding-bottom: 0;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #000;
    }

    .header .main-menu ul {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .header .main-menu a {
        font-size: 18px;
    }


}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .rotating img, .rotating {
        height: 250px;
    }
    .rotating .views-field.views-field-fieldset {
        width: 100%;
    }

    .about {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clients .c-block-clients header,
    .services .views-field.views-field-body ,
    .about .views-field.views-field-body {
        font-size: 18px;
        line-height: normal;
        text-align: center;
    }

    .page-node-contact-us div#block-najdawi-webform form .form-actions input, .about .views-field.views-field-field-link a, .services .views-field.views-field-field-link a, .c-page-about .views-field.views-field-field-link a {
        font-size: 19px;
    }
 
    .clients .c-block-clients footer {
        font-size: 24px;
        margin-top: 5px;
    }

    .clients,
    .services {
        padding: 20px 0;
    }

    .footer .top_footer {
        padding: 30px 0;
        border-bottom: 3px solid #fff;
    }

    .footer .top_footer .contact {
        display: block;
    }

    .footer .top_footer div#block-najdawi-sitebranding-2 {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .footer .bottom_footer {
        padding: 30px 0;
        height: auto;
    }

    .footer .bottom_footer .footer_social nav {
        display: block;
    }

    .footer .bottom_footer .footer_social nav h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }



}


@media only screen and (max-width: 400px) {
}