/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

div.recritment_modal_steps_container div.step_details_container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    /* align-items: center; */
}

div.recritment_modal_steps_container div.step_details_container div.step_count {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.recritment_modal_steps_container div.step_details_container .step_details p {
    margin-bottom: 5px;
}

div.recritment_modal_steps_container div.step_details_container div.step_count {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #757D8D;
    font-weight: 600;
    border: 1px solid #DEDEE9;
    font-size: 20px;
}

div.recritment_modal_steps_container div.step_details_container div.step_count:before {
    content: '';
    width: 1px;
    height: 77px;
    background-color: #DEDEE9;
    left: 24px;
    right: 0;
    position: absolute;
    top: 50px;
}

div.recritment_modal_steps_container div.step_details_container div.step_count {
    position: relative;
    z-index: 1;
}

div.recritment_modal_steps_container div.step_details_container .step_details {
    color: #9292A3;
    font-weight: 600;
    font-size: 12px;
}

div.recritment_modal_steps_container div.step_details_container .step_details p.step_title {
    color: #888888;
    margin: 2px 0px;
    font-size: 15px;
}

div.recritment_modal_steps_container div.step_details_container .step_details span.step_sub_heading {
    text-transform: uppercase;
}

div.recritment_modal_steps_container div.step_details_container:last-child div.step_count:before {
    display: none;
}

div.recritment_modal_steps_container div.step_details_container:last-child {
    margin-bottom: 0px;
}

div.recruitment_btn_contains a {
    background-color: #827B71;
    color: #fff;
    text-decoration: none;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 10px;
    border: 0px;
}

div.recruitment_btn_contains {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

div.recritment_modal_steps_container {
    border: 1px solid #DEDEE9;
    border-style: dashed;
    padding: 20px 20px;
    border-radius: 15px;
}

div.step_details_last .step_count:before {
    display: none;
}

div.recritment_modal_steps_container div.step_details_container:hover div.step_count {
    background-color: #B29E84;
    color: #fff;
    cursor: pointer;
}

div.recritment_modal_steps_container div.step_details_container:hover p.step_title {
    color: #000;
    cursor: pointer;
}

h2.language_heading,
h2.requirement_heading {
    font-size: 25px;
    margin: 10px 0px;
}

/* Change Placeholder color */
*::-webkit-input-placeholder {
    color: #8D8D8D !important;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #8D8D8D !important;
    opacity: 1;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #8D8D8D !important;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #8D8D8D !important;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8D8D8D !important;
}

*::placeholder {
    /* modern browser */
    color: #8D8D8D;
}

label.formlabel {
    color: #002D39;
    font-weight: 600;
}

.form_input {
    border: 0px !important;
    border-bottom: 2px solid #8D8D8D !important;
    box-shadow: none !important;
}

.checkbox_list span.checkbox_val {
    border: 0px;
}

input.btn_submit_form {
    background-color: #FDC228;
    color: #000;
    font-weight: 500;
}

div.submit_btn p {
    text-align: end;
}

p.requirement_content {
    text-align: center !important;
}

p.language_content {
    text-align: center !important;
}

@media screen and (max-width: 1024px) {
    div.recruitment_btn_contains a {
        padding: 8px 25px;
    }

    div.recruitment_btn_contains {
        justify-content: space-between;
    }
}

@media screen and (max-width: 570px) {
    div.recritment_modal_steps_container div.step_details_container div.step_count:before {
        height: 50px;
    }
}

@media screen and (max-width: 464px) {
    div.recruitment_btn_contains a {
        padding: 8px 15px;
    }

    div.recritment_modal_steps_container div.step_details_container {
        display: grid;
        grid-template-columns: 10% 90%;
    }

    div.recritment_modal_steps_container div.step_details_container div.step_count:before {
        height: 65px;
    }
}

@media screen and (max-width: 415px) {
    div.recruitment_btn_contains {
        display: grid;
        text-align: center;
        grid-template-columns: 100%;
    }

    div.recruitment_btn_contains a {
        margin-bottom: 15px;
    }

    div.recritment_modal_steps_container {
/*         padding-bottom: 0px; */
    }

    div.recritment_modal_steps_container div.step_details_container {
        grid-template-columns: 15% 85%;
    }
}

.term-condition li {
    margin-bottom: 1rem;
}