/* 
min-width: 0em
min-width: 31.875em (510px)     -> col-sm
min-width: 48.75em (780px)      -> col-md
min-width: 60.25em (964px)      -> col-xl 
min-width: 83.3125em (1333px)   -> col-xxl 
*/

/* mission, vision, values 1334px > 83.375em*/
@media screen and (max-width: 83.375em){
    .articles_values{
        display: inline-block;
        width: 100%;
    }

    .articles_values div{
        width: 100%;
    }
    .article_padding{
        width: 80%;
        margin: auto;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .article_values_border{
        border: none;
        border-top: 1px solid rgba(84, 84, 84, .1);
        border-bottom: 1px solid rgba(84, 84, 84, .1);
    }
}

@media screen and (max-width: 60.25em){
    .header__results__access span,
    .header__contact__details {
        display: none;
    }
    .tittle_contonus{
        width: 60%;
        /* outline: solid red 2px; */
    }

    }


@media screen and (max-width: 43.5em){
    .main__header__content__div
    {
        display: none;
    }
    .tittle_contonus{
        width: 90%;
    }


 
}

/* Query to dinimize results */
/* 1064px or  68.5em*/
@media screen and (max-width: 68.5em){
    .main_access_results_form{
        margin: auto;
        background-color: var(--main-content-form);
        border-radius: var(--cta-border-radius);
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border: none;
        box-shadow: 1px 0px 5px var(--header-grey-text);
    }
    
    .main_access_results_form fieldset{
        width: calc(50%);
        flex-direction: row;
        flex-wrap: wrap;
        flex-grow: 1;
        border: none;
        box-shadow: none;
    }

    .main_access_results_form label{
        padding-bottom: 1em;
        padding-top: .5em;
    }

}





/* Mobile Screen */
@media screen and (max-width: 31.875em){
    .main__header_content img{
        width: 300px;
    }
    .main__nav__menu{
        display: none;
    }
    .main_hero_banner_alignment{
        height: 300px;
        background-position:initial;
        padding-bottom: 3em;
    }
    .main_hero_banner h1{
        font-size: 2em;
    }
    .main_hero_banner p{
        font-size: 1em;
    }

    /* results - form */
    .main_access_results{
        margin: auto;
        width: 100%;
    }

    .main_access_results_form input{

        text-align: left;
    }
    .main_access_results_form label{
        padding-bottom: 1em;
        padding-top: .5em;
    }

    .btn_results_form{
        padding: .8em 6em;
        margin: 0;
        width: 100%;
    }

    .col{
        width: 90%;
        margin: 0;
        padding: 0;
    }

    .article_about_us{
        width: 90%;
        margin: auto;
        margin-bottom: 0;
        gap: .8em;
    }

    .article_about_us article{
        padding: 0;
    }

    .article_about_us h3{
        margin: auto;
        width: 95%;
        padding-bottom: 1em;
        padding-top: 2em;
    }

    .article_about_us p{
        width: 100%;
        margin: auto auto 1em auto;
        line-height: 1.5em;
    }

    .article_about_us img{
        width: 330px;
        height: auto;
        margin: 1em auto;
    }
    .tittle_contonus{
        width: 80%;
        padding: 1em 0 1em 0;
    }
    .tittle_contonus h1{
        font-size: 1.5em;
        padding-top: 1em;
    }

    .section__feedback{
        width: 80%;
        margin: auto;
    }

    .section_feedback_article{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
    }
    .article_feedback{
        width: 100%;
        height: 100%;
    }
    .article_feedback p{
        font-size: .8em;
        text-align: left;
    }
    .article_padding{
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .article_padding span{
        font-size: 1.8em;
    }
    .footer_company_details{
        display: inline-block;
        width: 100%;
    }
    .footer_company_separator{
        display: none;
    }

}

/* Query to check about us article flow */
@media screen and (max-width: 83.3125em){
    .article_about_us{
        width: 100%;
    }
    .article_about_us article{
        width: 100%;
    }
    .article_about_us img{
        margin: auto;
        width: calc(100%);
    }
    .tittle_contonus{
        width: 80%;
    }
    
}

/* Query to adjust feedback articles to the size */
@media screen and (max-width: 65.875em){
    .section_feedback_article{
        display: inline;
        outline: solid red 2px;
        width: 100%;
    }
    .article_feedback{
        width: 100%;
        height: 10em;
        margin-bottom: 1em;
    }

    .persona_feedback_picture img{
        padding-bottom: .5em
    }

}

/* Query to adjust service location section */
/* limit = 1715px or  107.1875em*/
@media screen and (max-width: 107.1875em){    
    .service_location_distribuition{
        width: 100%;
        display: inline;
        gap: 1em;
        padding-bottom: 12em;
    }

    .service_location_distribuition article{
        margin: auto auto 1em auto;
        height: 12.5em;
    }
    .service_location_article{
        height: auto;
        width: 100%;
        margin: auto;
        gap: 1em;
    }
}

/* limit = 579px or 36.1875em */
@media screen and (max-width: 36.1875em){    
    .service_location_distribuition article{
        height: 9em;
    }
    
    .service_location_article iframe{
        display: none;
    }
    .service_location_article_div a{
        padding: .5em 1em;
    }

    .location_div_spacing{
        padding-bottom: 1em;
        padding-top: .1em;
    }
}

/* footer - limit = 1286px or 80.375em*/
@media screen and (max-width: 80.375em){
    .footer_logo img{
        display: none;
    }
    
    .footer_menu_logo_contact{
        margin: auto;
        justify-content: center;
        padding: 1em 0 1em 0;
    }
    .footer_menu{
        justify-content: center;
        margin: auto;
        margin-top: 0;
    }
}

/* footer - limit = 550px or 34.375em*/
@media screen and (max-width: 34.375em){
    .footer_align{
        width: 90%;
        margin: auto;
        justify-content: center;
    }
    .footer_menu_logo_contact{
        display: inline-block;
        margin: auto;
        justify-content: center;
        width: 100%;
    }    
}