.org-modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.notify-modal {
    width: 40%;
    height: auto;
    background-color: #fff;
}

.notify-modal .modal-heading {
    padding: 3%;
    width: 100%;
    height: auto;
    background: rgba(30, 190, 215, 0.1)
}

.modal-heading {
    display: flex;
    align-items: center;
}

.modal-heading .modal-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(30, 190, 215, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

.modal-heading .modal-title-container .modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #1EBED7;
}

.modal-heading .modal-icon .modal-icon-letter {
    font-size: 30px;
    font-weight: bold;
    color: #1EBED7;
}

.modal-label-input {
    padding: 3%;
    display: flex;
    flex-direction: column;
    margin: 1% 0;
}

.modal-label-input h3 {
    color: rgba(8, 28, 50, 0.80);
    font-weight: bold;
    font-size: 20px;
}

.modal-label-input .modal-label-text {
    font-weight: bolder;
    color: rgba(8, 28, 50, 0.5);
}

.modal-label-input input {
    margin-top: 2%;
    width: 100%;
    height: 2.8rem;
    padding: 0rem 1rem;
    outline: unset;
    color: rgba(8, 28, 50, 0.5);
    border: 1px solid rgba(8, 28, 50, 0.1);
}

.modal-label-input input:focus {
    border: 1px solid #1ebed7;
}

.btn {
    width: 48%;
    height: 2.8rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
    padding: 0rem;
}

.modal-buttons {
    padding: 0 3% 3% 3%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}


.ok-button-thankyou-modal {
    width: 100%;
    background-color: #64cedf !important;
    color: #fff !important;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.modal-buttons .modal-cancel {
    background-color: rgba(8, 28, 50, 0.1);
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6rem;
    color: rgba(8, 28, 50, 0.5);
    justify-content: center;
    order: 2;
}

.modal-buttons .modal-notify {
    background-color: #1ebed7;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6rem;
    justify-content: center;
    color: #fff;
    border: none;
}

.err-msg {
    display: none;
    color: red;
    font-weight: bold;
}


@media(max-width:1100px) {
    .modal-label-input .modal-label-text {
        font-size: 16px;
    }

}

@media(max-width:1060px) {


    .modal-label-input h3 {
        font-size: 18px;

    }
}

@media(max-width:950px) {


    .modal-label-input h3 {
        font-size: 16px;

    }

    .modal-label-input .modal-label-text {
        font-size: 14px;
    }
}


@media(max-width:850px) {


    .modal-label-input h3 {
        font-size: 14px;

    }

    .modal-label-input .modal-label-text {
        font-size: 12px;
    }

    .modal-heading .modal-title-container .modal-title {
        font-size: 22px;
    }

    .modal-buttons .modal-cancel {
        font-size: 15px;
    }

    .modal-buttons .modal-notify {
        font-size: 15px;
    }
}


@media(max-width:740px) {
    .modal-buttons {
        width: 100% !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .modal-buttons .modal-notify {
        width: 100% !important;
        margin-bottom: 5px;
        height: 35px;
    }

    .modal-buttons .modal-cancel {
        width: 100% !important;
        height: 35px;
    }

    .modal-label-input .notify-email {
        height: 35px;
        margin-top: 10px;
    }


    .modal-label-input h3 {
        font-size: 12px;

    }

    .modal-label-input .modal-label-text {
        font-size: 10px;
    }

    .modal-heading .modal-title-container .modal-title {
        font-size: 18px;
    }

    .modal-buttons .modal-cancel {
        font-size: 12px;
    }

    .modal-buttons .modal-notify {
        font-size: 12px;
    }


    .modal-heading .modal-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

}

@media(max-width:630px) {
    .notify-modal {
        width: 50%;
    }
}

@media(max-width:510px) {
    .notify-modal {
        width: 60%;
    }
}

@media(max-width:420px) {
    .notify-modal {
        width: 70%;
    }
}

@media(max-width:365px) {
    .notify-modal {
        width: 80%;
    }
}

@media(max-width:320px) {
    .notify-modal {
        width: 90%;
    }
}

@media(max-width:280px) {
    .notify-modal {
        width: 95%;
    }


}









/* 



########################################################

JOIN US GENERAL

########################################################



*/





/* 



join-us page contents


*/

.content {
    padding-top: 72px;
}

.content .be-part-of-something-cool-general {
    margin: 20px 29%;
    /* text-align: center; */
}

.content .be-part-of-something-cool-general p {
    font-size: 25px;
    font-weight: bold;
}

.join-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10rem;
    /* The size of footer*/
}

.join-us .join-us-form {
    width: 50%;
    padding: 0px 50px 0px 50px;
    border: 1.5px solid #1EBED7;
}

.join-us-form h1 {
    margin: 15px 0px;
    text-align: center;
}

.join-us-form p {
    text-align: center;
}

.join-us-form button.bottom {
    margin: 3px 0 40px 0;
}

.join-us-form p.bottom {
    margin: 0px 0px 15px 0px;
}

.join-us p.ask-general {
    text-align: center;
    margin: 30px;
}

.join-us p.ask-general a {
    color: #1EBED7;
    text-decoration: underline;
}

.join-us-form input,
select {
    border: 1px solid #E6E8EA;
    margin-bottom: 5px;
}

.join-us-form #firstname,
#lastname {
    width: 100%;
    height: 29px;
}

.firstname,
.lastname {
    width: 40%;
    display: inline-block;
    margin-right: 0.3rem;
}

button.individual,
button.organization {
    font-size: 18px;
    width: 40.3%;
    height: 29px;
    margin-right: 0.3rem;
    margin-top: 30px;
}

button.individual {
    color: #fff;
    background: #1EBED7;
    border: 1px solid #1EBED7;
}

button.organization {
    color: #1EBED7;
    background: #fff;
    border: 1px solid #1EBED7;
}

.join-us-form #email-general,
#country-general {
    display: block;
    width: 82.3%;
    height: 29px;
}

.country-general {
    margin-top: 10px
}


.individual {
    cursor: pointer;
}

.organization {
    cursor: pointer;
}

.country-general select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;



    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position-x: 98%;
    background-position-y: 50%;
    padding-left: 15px
}

.join-us-form .form-content {
    margin-left: 15%;
}



/* 


content media queries


*/


@media(max-width:1366px) {
    .content .be-part-of-something-cool-general {
        margin: 20px 31%;
    }

    .join-us .join-us-form {
        width: unset;
    }

    .join-us-form button.bottom {
        margin-bottom: 15px;
    }
}

@media(max-width:1200px) {
    .join-us .join-us-form {
        padding: 10px 100px 30px 100px;
        border: 1.5px solid #1EBED7;
    }

    .content .be-part-of-something-cool-general {
        margin: 20px 15%;

    }

    .join-us-form h1 {
        font-size: 40px;
        margin: 15px 0px;
        text-align: center;
    }

    .join-us p.ask-general {
        font-size: 20px;
    }

    .content p {
        font-size: 20px;
    }

    .join-us-form p.bottom {
        margin-bottom: 40px;
    }

    .content label {
        font-size: 20px;
    }

    .content input,
    select {
        margin-top: 10px
    }

    .join-us-form #firstname,
    #lastname {
        width: 98%;
        height: 35px;
    }

    .firstname,
    .lastname {
        width: 48%;
        /* display: inline-block; */
        margin-right: 0.3rem;
    }

    .join-us-form select {
        margin-bottom: 30px;
    }

    button.individual,
    button.organization {
        font-size: 20px;
        width: 47.5%;
        height: 35px;
        margin-right: 0.3rem;
        margin-top: 30px;
    }

    .join-us-form #email-general,
    #country-general {
        display: block;
        height: 35px;
        width: 97%;
    }

    .join-us-form .form-content {
        margin-left: 0%;
    }
}

@media(max-width:768px) {
    .join-us .join-us-form {
        margin: auto 7%;
        padding: 10px 50px 30px 50px;
        border: 1.5px solid #1EBED7;
    }

    .content .be-part-of-something-cool-general {
        margin: 20px 13%;

    }

    .join-us-form h1 {
        font-size: 35px;
        margin: 15px 0px;
        text-align: center;
    }

    .join-us p.ask-general {
        font-size: 20px;
        margin: 20px;
    }

    .content p {
        font-size: 18px;
    }

    .content label {
        font-size: 18px;
    }

    .content input,
    select {
        margin-top: 5px;
    }

    .join-us-form #firstname,
    #lastname {
        width: 98%;
        height: 35px;
    }

    .firstname,
    .lastname {
        width: 48%;
        margin-right: 0.3rem;
    }

    button.individual,
    button.organization {
        font-size: 18px;
        width: 47.5%;
        height: 35px;
        margin-right: 0.3rem;
        margin-top: 30px;
    }

    .join-us-form #email-general,
    #country-general {
        display: block;
        height: 35px;
        width: 97%;
    }

    .join-us-form .form-content {
        margin-left: 0%;
    }
}

@media(max-width:600px) {
    .join-us .join-us-form {
        padding: 0px 20px 0px 20px;
        border: 1.5px solid #1EBED7;
    }

    .content .be-part-of-something-cool-general {
        text-align: center;
        margin: 20px auto;
    }

    .join-us-form h1 {
        font-size: 30px;
        margin: 15px 0px 10px 0;
        text-align: center;
    }

    .join-us p.ask-general {
        font-size: 17px;
    }

    .content p {
        font-size: 17px;
    }

    .join-us-form p.bottom {
        margin-bottom: 20px;
    }

    .content label {
        font-size: 17px;
    }

    .content input,
    select {
        margin-top: 3px;
    }

    .join-us-form #firstname,
    #lastname {
        width: 100%;
        height: 35px;
    }

    .firstname,
    .lastname {
        width: 100%;
        /* display: inline-block; */
        margin-right: 0.3rem;
    }

    .join-us-form select {
        margin-bottom: 30px;
    }

    button.individual,
    button.organization {
        font-size: 17px;
        width: 100%;
        height: 35px;
        margin-right: 0.3rem;
        margin-top: 30px;
    }

    .join-us-form #email-general,
    #country-general {
        display: block;
        height: 35px;
        width: 100.5%;
    }

    .join-us-form .form-content {
        margin-left: 0%;
    }
}

@media(max-width:375px) {

    button.individual,
    button.organization {
        font-size: 17px;
        height: 35px;
        margin-right: 0.3rem;
        margin-top: 30px;
    }

    .join-us-form select {
        margin-bottom: 20px;
    }
}

@media(max-width:360px) {

    button.individual,
    button.organization {
        font-size: 17px;
        height: 35px;
        margin-right: 0.3rem;
        margin-top: 30px;
    }

    .join-us-form select {
        margin-bottom: 20px;
    }
}

@media(max-width:360px) {

    button.individual,
    button.organization {
        font-size: 17px;
        height: 35px;
        margin-right: 0.3rem;
        margin-top: 30px;
    }

    .join-us-form select {
        margin-bottom: 15px;
    }
}





/* 



########################################################

JOIN US GENERAL

########################################################



*/








/* 
#########################################################
#########################################################
#########################################################
#########################################################
#########################################################
#########################################################
#########################################################
*/


/* 



########################################################

JOIN US MEMBER

########################################################



*/

.join-us-member-section .title {
    display: flex;
    justify-content: center;
}

.join-us-member-section .title .be-part-of-something-cool {
    margin: 20px 0px;
    margin-right: 9%;
}

.join-us-member-section .title .be-part-of-something-cool p {
    font-size: 25px;
    font-weight: bold;
}

.join-us-member-section .title .join-as-company {
    text-align: right;
    margin: 20px 0px;
    line-height: 30px;
    margin-left: 9%;
}

.join-us-member-section .title .join-as-company a {
    color: #1EBED7;
    text-decoration: underline;
}

.join-us-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10rem;
    /* The size of footer*/
}

.join-us-member-form select {
    background: #fff;
}

.join-us-member .join-us-member-form {
    width: 45%;
    padding: 0px 50px 0px 50px;
    border: 1.5px solid #1EBED7;
}

.join-us-member-form h1 {
    margin: 15px 0px;
    text-align: center;
}

.join-us-member-form button.bottom {
    margin: 3px 0 15px 0;
}

.join-us-member-form p {
    text-align: center;
}

.join-us-member-form p.bottom {
    margin: 0px 0px 15px 0px;
}

.join-us-member p.ask {
    text-align: center;
    margin: 30px;
}

.join-us-member p.ask a {
    color: #1EBED7;
    text-decoration: underline;
}

.join-us-member-form input,
select {
    border: 1px solid #E6E8EA;
    margin-bottom: 5px;
}

.join-us-member-form #firstname,
#lastname,
#mpn,
#country-member,
#password1,
#password2 {
    width: 100%;
    height: 29px;
}

.firstname,
.lastname,
.mobile-phone-number,
.country-member,
.password1,
.password2 {
    width: 40.2%;
    display: inline-block;
    margin-right: 0.3rem;
}

.join-us-member-form #email {
    display: block;
    width: 82.3%;
    height: 29px;
}


.country-member select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;



    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-size: 15px 17px;
    background-position-x: 95%;
    background-position-y: 55%;
    padding-left: 15px
}

.join-us-member-form .form-content {
    margin-left: 15%;
}

.ask-2 p {
    text-align: unset;
    margin: 40px 0 20px 0;
}

.button {
    width: 50%;
    margin-left: 75%;
    margin-bottom: 30px;
}

.button .submit-btn {
    color: #fff;
    background: #1EBED7;
    border: #1EBED7;
    width: 35%;
    height: 28px;
}

/* 


checkboxes



*/


.checkboxes {
    display: flex;
    flex-direction: column;
    /* border: 5px solid black; */
}

.checkboxes p {
    text-align: unset;
}

.first-column,
.second-column,
.third-column {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.first-column .team-up {
    margin-left: 60px;
}

.second-column .find-jobs {
    margin-left: 25px;
}

.third-column .other-message {
    margin-left: 10px;
}

.third-column .other-message input {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    width: 160%;
    outline: unset;
}


.first-column p,
.second-column p,
.third-column p {
    margin-left: 25px;
}

#check-1,
#check-2,
#check-3,
#check-4,
#check-5 {
    display: none;
}

.checkbox-1,
.checkbox-2,
.checkbox-3,
.checkbox-4,
.checkbox-5 {
    width: 12px;
    height: 12px;
    position: absolute;
    background-size: 10px;
    margin-left: 3px;
    margin-top: 3px;
}

.checkspan-1,
.checkspan-2,
.checkspan-3,
.checkspan-4,
.checkspan-5 {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #E6E8EA;
}

#check-1:checked+.checkbox-1 {
    background: #1EBED7;
}

#check-2:checked+.checkbox-2 {
    background: #1EBED7;
}

#check-3:checked+.checkbox-3 {
    background: #1EBED7;
}

#check-4:checked+.checkbox-4 {
    background: #1EBED7;
}

#check-5:checked+.checkbox-5 {
    background: #1EBED7;
}







/* 


content media queries


*/

@media(max-width:1700px) {
    .join-us-member-section .title .be-part-of-something-cool {
        margin-right: 8%;
    }

    .join-us-member-section .title .join-as-company {
        margin-left: 8%;
    }

}

@media(max-width:1500px) {
    .join-us-member-section .title .be-part-of-something-cool {
        margin-right: 6%;
    }

    .join-us-member-section .title .join-as-company {
        margin-left: 6%;
    }

}

@media(max-width:1200px) {
    .join-us-member .join-us-member-form {
        padding: 10px 100px 30px 100px;
        border: 1.5px solid #1EBED7;
        width: 80%;
    }

    .join-us-member-section .title .be-part-of-something-cool {
        margin-right: 26%;

    }

    .join-us-member-form h1 {
        font-size: 40px;
        margin: 15px 0px;
        text-align: center;
    }

    .join-us-member p.ask {
        font-size: 20px;
    }

    .join-us-member-section p {
        font-size: 20px;
    }

    .join-us-member-form p.bottom {
        margin-bottom: 40px;
    }

    .join-us-member-section label {
        font-size: 20px;
    }

    .join-us-member-section input,
    select {
        margin-top: 10px;
    }

    .join-us-member-form #firstname,
    #lastname,
    #mpn,
    #country-member,
    #password1,
    #password2 {
        width: 98%;
        height: 35px;
    }

    .firstname,
    .lastname,
    .mobile-phone-number,
    .country-member,
    .password1,
    .password2 {
        width: 48%;
        margin-right: 0.3rem;
    }

    .join-us-member-form #email {
        display: block;
        height: 35px;
        width: 97%;
    }

    .join-us-member-form .form-content {
        margin-left: 0%;
    }

    .first-column .team-up {
        margin-left: 26%;
    }

    .second-column .find-jobs {
        margin-left: 19%;
    }

    .third-column .other-message input {
        width: 32rem;
    }
}

@media(max-width:768px) {

    .join-us-member-section .title .be-part-of-something-cool {
        margin: 20px 0px;
        margin-right: 12%;
    }


    .join-us-member-section .title .join-as-company {
        margin: 20px 0px;
        margin-left: 12%;
    }

    .join-us-member .join-us-member-form {
        margin: auto 7%;
        padding: 10px 50px 30px 50px;
        border: 1.5px solid #1EBED7;
        width: 84%;
    }

    .join-us-member-form h1 {
        font-size: 35px;
        margin: 15px 0px;
        text-align: center;
    }

    .join-us-member p.ask {
        font-size: 20px;
        margin: 20px;
    }

    .join-us-member-section p {
        font-size: 18px;
    }

    .join-us-member-section label {
        font-size: 18px;
    }

    .join-us-member-section input,
    select {
        margin-top: 5px;
    }

    .join-us-member-form #firstname,
    #lastname,
    #mpn,
    #country-member,
    #password1,
    #password2 {
        width: 98%;
        height: 35px;
    }

    .firstname,
    .lastname,
    .mobile-phone-number,
    .country-member,
    .password1,
    .password2 {
        width: 48%;
        margin-right: 0.3rem;
    }

    .join-us-member-form #email {
        display: block;
        height: 35px;
        width: 97%;
    }

    .join-us-member-form .form-content {
        margin-left: 0%;
    }

    .first-column .team-up {
        margin-left: 25%;
    }

    .second-column .find-jobs {
        margin-left: 18%;
    }

    .third-column .other-message input {
        width: 28.5rem;
    }

    .button {
        width: 40%;
        margin-left: 75%;
        margin-bottom: 30px;
    }

    .button .submit-btn {
        color: #fff;
        background: #1EBED7;
        border: #1EBED7;
        width: 40%;
        height: 33px;
    }
}

@media(max-width:600px) {
    .join-us-member-section .title {
        display: block;
    }

    .join-us-member-section .title .be-part-of-something-cool {
        margin: 20px 0 10px 0;
        text-align: center;
    }

    .join-us-member-section .title .join-as-company {
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .join-us-member .join-us-member-form {
        padding: 0px 20px 0px 20px;
        border: 1.5px solid #1EBED7;
    }

    .join-us-member-section .be-part-of-something-cool {
        text-align: center;
        margin: 20px auto;
    }

    .join-us-member-form h1 {
        font-size: 30px;
        margin: 15px 0px 10px 0;
        text-align: center;
    }

    .join-us-member p.ask {
        font-size: 17px;
    }

    .join-us-member-section p {
        font-size: 17px;
    }

    .join-us-member-form p.bottom {
        margin-bottom: 20px;
    }

    .join-us-member-section label {
        font-size: 17px;
    }

    .join-us-member-section input,
    select {
        margin-top: 3px;
    }

    .join-us-member-form #firstname,
    #lastname,
    #mpn,
    #country-member,
    #password1,
    #password2 {
        width: 100%;
        height: 35px;
    }

    .firstname,
    .lastname,
    .mobile-phone-number,
    .country-member,
    .password1,
    .password2 {
        width: 100%;
        /* display: inline-block; */
        margin-right: 0.3rem;
    }

    .join-us-member-form select {
        margin-bottom: 6px;
    }

    .join-us-member-form #email {
        display: block;
        height: 35px;
        width: 100.5%;
    }

    .join-us-member-form .form-content {
        margin-left: 0%;
    }

    .first-column .team-up {
        margin-left: 0%;
    }

    .second-column .find-jobs {
        margin-left: 0%;
    }

    .third-column .other-message input {
        width: 18.9rem;
    }

    .third-column .other-message {
        margin-left: 0px;
    }

    .first-column,
    .second-column,
    .third-column {
        display: block;
        margin-bottom: 0px;
    }

    .checkboxes p {
        margin-bottom: 15px;
    }

    .button {
        width: 30%;
        margin-left: 70%;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .button .submit-btn {
        color: #fff;
        background: #1EBED7;
        border: #1EBED7;
        width: 100%;
        height: 30px;
    }
}

@media(max-width:375px) {
    .join-us-member-form select {
        margin-bottom: 6px;
    }

    .third-column .other-message input {
        width: 16.8rem;
    }
}

@media(max-width:360px) {
    .join-us-member-form select {
        margin-bottom: 6px;
    }

    .third-column .other-message input {
        width: 16.2rem;
    }
}

@media(max-width:320px) {
    .join-us-member-form select {
        margin-bottom: 6px;
    }

    .third-column .other-message input {
        width: 14rem;
    }
}

#captcha_message {
    display: flex;
    justify-content: center;
    color: red;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    transition: all 500ms ease-out;
}

/* 



########################################################

JOIN US MEMBER

########################################################



*/




/* 
#########################################################
#########################################################
#########################################################
#########################################################
#########################################################
#########################################################
#########################################################
*/





/* 



########################################################

JOIN US COMPANY

########################################################

/* 


join-us-member


*/


.join-us-company-section .title {
    display: flex;
    justify-content: center;
}

.join-us-company-section .title .be-part-of-something-cool {
    margin: 20px 0px;
    margin-right: 9%;
}

.join-us-company-section .title .be-part-of-something-cool p {
    font-size: 25px;
    font-weight: bold;
}

.join-us-company-section .title .become-a-member {
    text-align: right;
    margin: 20px 0px;
    margin-left: 9%;
    line-height: 30px;
}

.join-us-company-section .title .become-a-member a {
    color: #1EBED7;
    text-decoration: underline;
}

.join-us-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10rem;
    /* The size of footer*/
}

.join-us-company-form select {
    background: #fff;
}

.join-us-company .join-us-company-form {
    width: 45%;
    padding: 0px 50px 0px 50px;
    border: 1.5px solid #1EBED7;
}

.join-us-company-form h1 {
    margin: 15px 0px;
    text-align: center;
}

.join-us-company-form button.bottom {
    margin: 3px 0 15px 0;
}

.join-us-company-form p {
    text-align: center;
}

.join-us-company-form p.bottom {
    margin: 0px 0px 15px 0px;
}

.join-us-company-section p.ask {
    text-align: center;
    margin: 30px;
}

.join-us-company-section p.ask a {
    color: #1EBED7;
    text-decoration: underline;
}

.join-us-company-form input,
select {
    border: 1px solid #E6E8EA;
    margin-bottom: 5px;
}

.join-us-company-form #firstname,
#lastname,
#mpn,
#country-company,
#company,
#position {
    width: 100%;
    height: 29px;
}

.firstname,
.lastname,
.mobile-phone-number,
.country-company,
.company,
.position {
    width: 40.2%;
    display: inline-block;
    margin-right: 0.3rem;
    margin-bottom: 8px;
}

.country-company select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;



    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-size: 15px 17px;
    background-position-x: 95%;
    background-position-y: 55%;
    padding-left: 15px
}

.join-us-company-form #email,
#company-website {
    display: block;
    width: 82.3%;
    height: 29px;

}

.email,
.company-website {
    margin-bottom: 8px;
}

.join-us-company-form .form-content {
    margin-left: 15%;
}

.button {
    width: 60%;
    margin-left: 61%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.button .submit-btn {
    color: #fff;
    background: #1EBED7;
    border: 1px solid #1EBED7;
    width: 35%;
    height: 28px;
}

/* 


content media queries


*/

@media(max-width:1700px) {
    .join-us-company-section .title .be-part-of-something-cool {
        margin-right: 8%;
    }

    .join-us-company-section .title .become-a-member {
        margin-left: 8%;
    }

}

@media(max-width:1500px) {
    .join-us-company-section .title .be-part-of-something-cool {
        margin-right: 6%;
    }

    .join-us-company-section .title .become-a-member {
        margin-left: 6%;
    }

}



@media(max-width:1200px) {
    .join-us-company .join-us-company-form {
        padding: 10px 100px 30px 100px;
        border: 1.5px solid #1EBED7;
        width: 80%;
    }

    .join-us-company-section .title .be-part-of-something-cool {
        margin: 20px 0;
        margin-right: 26%;

    }

    .join-us-company-form h1 {
        font-size: 40px;
        margin: 15px 0px;
        text-align: center;
    }

    .join-us-company p.ask {
        font-size: 20px;
    }

    .join-us-company-section p {
        font-size: 20px;
    }

    .join-us-company-form p.bottom {
        margin-bottom: 40px;
    }

    .join-us-company-section label {
        font-size: 20px;
    }

    .join-us-company-section input,
    select {
        margin-top: 10px;
    }

    .join-us-company-form #firstname,
    #lastname,
    #mpn,
    #country-company,
    #company,
    #position {
        width: 98%;
        height: 35px;
    }

    .firstname,
    .lastname,
    .mobile-phone-number,
    .country-company,
    .company,
    .position {
        width: 48%;
        margin-right: 0.3rem;
    }

    #company-website {
        width: 96.9%;
        height: 35px;
    }

    .join-us-company-form select {
        margin-bottom: 0px;
    }

    .join-us-company-form #email {
        display: block;
        height: 35px;
        width: 96.9%;
    }

    .join-us-company-form .form-content {
        margin-left: 0%;
    }

    .first-column .team-up {
        margin-left: 26%;
    }

    .second-column .find-jobs {
        margin-left: 19%;
    }

    .third-column .other-message input {
        width: 32rem;
    }

    .button {
        width: 60%;
        margin-left: 70%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .button .submit-btn {
        width: 35%;
        height: 35px;
    }

}

@media(max-width:768px) {

    .join-us-company-section .title .be-part-of-something-cool {
        margin: 20px 80px;
    }

    .join-us-company-section .title .become-a-member {
        margin: 20px 0px;
        margin-left: 12%;
    }

    .join-us-company .join-us-company-form {
        margin: auto 7%;
        padding: 10px 50px 30px 50px;
        border: 1.5px solid #1EBED7;
        width: 84%;
    }

    .join-us-company-section .title .be-part-of-something-cool {
        margin: 20px 0px;
        margin-right: 12%;
    }

    .join-us-company-form h1 {
        font-size: 35px;
        margin: 15px 0px;
        text-align: center;
    }

    .join-us-company p.ask {
        font-size: 20px;
        margin: 20px;
    }

    .join-us-company-section p {
        font-size: 18px;
    }

    .join-us-company-section label {
        font-size: 18px;
    }

    .join-us-company-section input,
    select {
        margin-top: 5px;
    }

    .join-us-company-form #firstname,
    #lastname,
    #mpn,
    #country-company,
    #company,
    #position {
        width: 98%;
        height: 35px;
    }

    .firstname,
    .lastname,
    .mobile-phone-number,
    .country-company,
    .company,
    .position {
        width: 48%;
        margin-right: 0.3rem;
    }

    .join-us-company-form #email {
        display: block;
        height: 35px;
        width: 97%;
    }

    .join-us-company-form .form-content {
        margin-left: 0%;
    }

    .first-column .team-up {
        margin-left: 25%;
    }

    .second-column .find-jobs {
        margin-left: 18%;
    }

    .third-column .other-message input {
        width: 28.5rem;
    }

    .button {
        width: 40%;
        margin-left: 75%;
        margin-bottom: 30px;
    }

    .button .submit-btn {
        width: 40%;
        height: 33px;
    }
}

@media(max-width:600px) {
    .join-us-company-section .title {
        display: block;
    }

    .join-us-company-section .title .be-part-of-something-cool {
        margin: 20px 0 10px 0;
        text-align: center;
    }

    .join-us-company-section .title .become-a-member {
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .join-us-company .join-us-company-form {
        padding: 0px 20px 0px 20px;
        border: 1.5px solid #1EBED7;
    }

    .join-us-company-section .be-part-of-something-cool {
        text-align: center;
        margin: 20px auto;
    }

    .join-us-company-form h1 {
        font-size: 30px;
        margin: 15px 0px 10px 0;
        text-align: center;
    }

    .join-us-company p.ask {
        font-size: 17px;
    }

    .join-us-company-section p {
        font-size: 17px;
    }

    .join-us-company-form p.bottom {
        margin-bottom: 20px;
    }

    .join-us-company-section label {
        font-size: 17px;
    }

    .join-us-company-section input,
    select {
        margin-top: 3px;
    }

    .join-us-company-form #firstname,
    #lastname,
    #mpn,
    #country-company,
    #company,
    #position {
        width: 100%;
        height: 35px;
    }

    .firstname,
    .lastname,
    .mobile-phone-number,
    .country-company,
    .company,
    .position {
        width: 100%;
        /* display: inline-block; */
        margin-right: 0.3rem;
    }

    .join-us-company-form select {
        margin-bottom: 6px;
    }

    .join-us-company-form #email {
        display: block;
        height: 35px;
        width: 100.5%;
    }

    .join-us-company-form .form-content {
        margin-left: 0%;
    }

    .first-column .team-up {
        margin-left: 0%;
    }

    .second-column .find-jobs {
        margin-left: 0%;
    }

    .third-column .other-message input {
        width: 18.9rem;
    }

    .third-column .other-message {
        margin-left: 0px;
    }

    .first-column,
    .second-column,
    .third-column {
        display: block;
        margin-bottom: 0px;
    }

    .checkboxes p {
        margin-bottom: 15px;
    }

    .button {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .button .submit-btn {
        width: 100%;
        height: 35px;
    }

    #company-website {
        width: 100.5%;
    }

}

@media(max-width:375px) {
    .join-us-company-form select {
        margin-bottom: 6px;
    }

    .third-column .other-message input {
        width: 16.8rem;
    }
}

@media(max-width:360px) {
    .join-us-company-form select {
        margin-bottom: 6px;
    }

    .third-column .other-message input {
        width: 16.2rem;
    }

}

@media(max-width:320px) {
    .join-us-company-form select {
        margin-bottom: 6px;
    }

    .third-column .other-message input {
        width: 14rem;
    }
}










/* 



########################################################

JOIN US COMPANY

########################################################



*/



/* 



########################################################

MODAL

########################################################



*/


.active-section {
    display: block;
}

.deactive-section {
    display: none;
}


/* 



########################################################

MODAL

########################################################



*/
/* 

already registered errors

*/


.err {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.error_display {
    display: flex;
}

.box {
    background: white;
    width: 25%;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;

    background-image: url(../images/x-button.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right;
    background-position-y: 0;
}

.box p.x-err-button {
    height: 5px;
    cursor: pointer;
    opacity: 0;
    text-align: right;
    margin-right: -10px;
    margin-top: -15px;
}

#error_message {
    margin: 20px 0;
    color: rgba(8, 28, 50, 0.5);
    text-align: center;
}

#go-to-login-btn {
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #1EBED7;
    width: 100%;
    height: 35px;
}

/* 

confirm activation code

*/

.confirm-activation-code {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.confirm-active {
    display: flex;
}


.confirmation {
    background: #fff;
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;

    background-image: url(../images/x-button.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right;
    background-position-y: 0;
}

.confirmation p.x-button {
    cursor: pointer;
    opacity: 0;
    text-align: right;
    margin-right: -10px;
    margin-top: -15px;
}

.confirm-and-resend {
    width: 100%;
    height: 40px;
}

.confirm-activation-code p {
    font-size: 20px;
    margin-bottom: 2%;
}

#resend {
    cursor: pointer;
    line-height: 40px;
    margin-left: 10%;
    color: #000000;
    background: none;
    width: unset;
    border: none;
}

#resend:hover {
    text-decoration: underline;
}

.confirm-activation-code input {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.confirm-activation-code .confirm-btn {
    color: #fff;
    background: #1EBED7;
    border: #1EBED7;
    width: 50%;
    height: 28px;
}



/* 

confirm activation code media query and email already registered error box

*/

@media(max-width:1200px) {
    .confirmation {
        width: 30%;
    }

    .confirm-activation-code .confirm-btn,
    input {
        height: 40px;
    }

    .box {
        width: 30%;
    }

    .error_message {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .confirmation {
        width: 45%;
    }

    .confirm-activation-code .confirm-btn,
    input {
        height: 40px;
    }

    .box {
        width: 45%;
    }
}

@media(max-width:414px) {
    .confirmation {
        width: 90%;
    }

    .confirm-activation-code .confirm-btn,
    input {
        height: 40px;
    }

    .box {
        width: 90%;
    }
}


/* 


fill out error message


*/

#form_validation {
    font-weight: bold;
    font-size: 16px;
    color: red;
    margin: 20px 0;
}



/* 

Country code

*/

.remove-left-border {
    border-left: none;
}


.input_prefix {
    display: flex;
    align-items: center;
    border: 1px solid #E6E8EA;
    height: 28px;
}

.input_prefix:focus-within {
    border: 1px solid #1EBED7;
}

#mpn {
    height: auto;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

.country-code {
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    outline: none !important;
    border: none !important;
    width: 35px;
    padding-left: 5px !important;
}



/* 

Country code media query

*/


@media(max-width:1200px) {
    .input_prefix {
        height: 35px !important;
    }
}