﻿html,
body {
    background-color: #fff;
}

#content {
    background-color: #fff;
    color: #000;
    padding: 100px 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 540px;
}

.simple-box {
    margin: 0 auto;
    max-width: 980px;
}

.footer1 {
    margin-top: 0 !important;
}


/*
    universal form shared elements
*/

.userLoggedIn .hideIfLoggedIn {
    display: none;
}

.universalFormHiddenNotifications {
    display: none;
}

.universal_form_error_msg_box {
    font-size: 20px;
    color: red;
    padding: 5px 10px;
}

#universalFormSuccessMsgBox {
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    color: #212121;
}

/*
    apple temp alert
*/
.apple_temp_notice {
    text-align: center;
    color: #757575;
    display: block;
    font-size: 16px; 
    vertical-align: top;
    line-height: 1.3em;
    padding-top: 12px;
}
    .apple_temp_notice .apple_alert_sign_box,
    .apple_temp_notice .apple_alert_text_box {
        vertical-align: bottom;
        display: inline-block;
    }
    .apple_temp_notice .apple_alert_sign_box {
    }
    .apple_temp_notice a {
        color: #039be5;
    }
    


/* 
    form and other stuff
*/

.request-form-wrap-box {
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    border-radius: 10px;
    padding: 35px 30px 50px 30px;
}
    .request-form-wrap-box h1 {
        padding: 0 10px 0 10px;
        font-size: 26px;
        text-align: center;
        color: #212121;
        font-weight: 100 !important;
        line-height: 1.2em;
    }

    form {
        margin: 0;
    }

.form_row {
    width: 98%;
    margin: 0 auto;
    text-align: center;
}

    .form_row .form_col {
        box-sizing: border-box;
        width: 47%;
        margin: 0 1%;
        display: inline-block;
        vertical-align: top;
    }

    .form_row .form_1_col {
    }

    .form_row .form_2_col {
    }
    .universal_form_recaptcha_box {
        padding: 20px 0; 
        width: 96%;
        margin: 0 auto;
    }
    

.userLoggedIn .form_row .user_requirements_col_js {
    width: 97%;
}

.form_row_1 {
    margin-bottom: 20px;
}

.form_row_2 {
    padding-bottom: 35px;
}

    .form_row_2 .form_1_col {
        text-align: left;
    }

    .form_row_2 .form_2_col {
        text-align: right;
    }
    .upload_block_description {
        font-size: 16px;
        padding: 10px 5px;
        line-height: 1.3em;
    }

.form_row_3 {
    padding-bottom: 0;
}


input.one_row_input,
form.universalForm .user_phone,
form.universalForm select {
    height: 45px;
    border: 1px solid #bdbdbd !important;
}

input.one_row_input,
form.universalForm .user_phone {
    box-sizing: border-box;
    padding: 4px 6px;
    display: inline-block;
}


input.one_row_input {
    width: 100%;
}

select[name="countrycode"] {
    width: 25%;
    float: left;
}

input.user_phone {
    width: 69.5%;
    width: -webkit-calc(73% - 14px);
    width: -moz-calc(73% - 14px);
    width: calc(73% - 14px);
    float: right;
}
/* textarea */
.user_requirements_col_js textarea {
    width: 100%;
    height: 15em;
    border: 1px solid #bdbdbd !important;
    box-sizing: border-box;
}

.form_row_2 .universalFormMultifileUploader {
    clear: both;
    width: 96%;
    margin: 0 auto;
}



form.universalForm select[name="companysize"] {
    float: right;
    width: 34%;
}

form.universalForm input[name="company"] {
    float: left;
    width: 64%;
}


input.universalFormSubmit {
    width: 260px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    white-space: nowrap;
    padding: 0;
    font-size: 22px;
    font-weight: 100 !important;
}


/*
    Customers row section
*/
.customers_row_section {

}
    /*.kp_big_customers_logos_v_1-main_title {
        font-size: 26px;
    }*/



@media (max-width: 990px) {
    .simple-box {
        max-width: 90%;
    }
}



@media (max-width: 740px) {
    .request-form-wrap-box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .user_requirements_col_js textarea {
        height: 8em;
    }

    .form_row_1 .form_1_col,
    .form_row_1 .form_2_col,
    .form_row_2 .form_1_col,
    .form_row_2 .form_2_col {
        width: 98%;
        text-align: center;
    }

}

@media (max-width: 680px) {
    .simple-box {
        max-width: 100%;
    }
}

@media (max-width: 490px) {
    .request-form-wrap-box {
        padding: 5px 0 35px 0;
        border-bottom: 1px solid #eeeeee;
        border-radius: 0;
    }

    .customers_row_section .customers_row_header {
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .universal_form_recaptcha_box {
        padding: 20px 0; 
        width: 100%;
        margin: 0 auto;
    }
    
}

@media (max-width: 420px) {
    .request-form-wrap-box h1 {
        font-size: 22px;
    }
}


/* .customers__clients-list */
.customers__clients-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    max-width: 900px;
    margin: 40px auto 100px auto;
    padding: 0 20px;
}

/* .customers__clients-item */
.customers__clients-item {
    margin: 20px 20px;
    height: 60px;
}

/* .customers__clients-logo */
.customers__clients-logo {
    height: 100%;
    max-width: 100%;
}}