

.call-to-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
}

.call-to-action.full-width-col {
    align-items: center;
    text-align: justify;
}

.call-to-action h1.title {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
}

.call-to-action .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.call-to-action .subtitle.name {
    font-weight: 600;
    font-size: 17.2073px;
    line-height: 21px;
    color: #AE4F7F;
}

.subtitle.name strong{
    font-weight: 900;
}

/* open job style start */
.feature-section {
    background-color: #FFF9F9;
    padding: 1.5rem 0;
}

.feature {
    margin: 40px auto;
}

.feature-section .title{
    font-weight: 700;
    font-size: 35.8621px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.448276px;
    color: #AE4F7F;
}

.feature-section .subtitle {
    font-weight: 400;
    font-size: 14.3448px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}


/* accordin */
.accordion{
    max-width: 100%;
    width: 100%;
    margin: 0 15px;
    padding: 15px;
}

.accordion .accordion-content{
    margin: 10px 0;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 2px 43px rgba(0, 0, 0, 0.06);
}

.accordion-content .short-tag{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: rgba(15, 112, 235, 1);
    /*width: 60px;*/
    /*height: 60px;*/
    border-radius: 6px;
    margin-right: 1rem;
    padding: 15px;
}

.accordion-content .short-tag .title {
    font-weight: 600;
    font-size: 16.1259px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.604721px;
    color: #FFFFFF;
}

.accordion-content:nth-child(1) .short-tag{    
    background: rgba(15, 112, 235, 1);
}

.accordion-content:nth-child(2) .short-tag{
    background: rgba(255, 171, 2, 1);
}
.accordion-content:nth-child(3) .short-tag{
    background: rgba(2, 184, 217, 1);
}
.accordion-content:nth-child(4) .short-tag{
    background: rgba(255, 86, 49, 1);
}

.accordion-content.open{
    background: #FFFFFF;
    box-shadow: 0 2px 43px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.accordion-content header{
    display: flex;
    min-height: 50px;
    height: 90px;
    padding: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
    text-align: center;
}

.accordion-content header i{
    font-size: 25px;
    color: #AE4F7F;
    margin-left: 1rem;
}

.accordion-content.open header{
    min-height: 35px;
}

.accordion-content header .title{
    width: 58%;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.53753px;
    color: #1E2022;    
    margin-right: 1rem;
    text-align: left;
}

.accordion-content header .short-tag span.title {
    margin-right: 0;
    width: auto;
}

.accordion-content header .job-type .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.50591px;
    color: #77838F;
}

.accordion-content.open .description {
    padding: 20px 40px;
}

.accordion-content .description{
    height: 0;
    padding: 0 40px;
    transition: all 0.2s linear;
    background: #FFFFFF;
    box-shadow: 0px 1.79177px 43.0024px rgba(0, 0, 0, 0.06);
    border-radius: 3.58353px;
}

.accordion-content .description,
.accordion-content .description .lis{
    font-weight: 400;
    font-size: 14.3341px;
    line-height: 22px;
    letter-spacing: 0.53753px;
    color: #393D41;
}

a.button {
    font-weight: 500;
    font-size: 16.5571px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
/* accodrin */

/* open jobs style end */


/* join us */
.file-input-wrap p, .file-input-wrap br {
    padding: 0 !important;
    margin: 0 !important;
}
.file-input-wrap br {
    display: none;
}

.join-section {
    background: rgba(249, 249, 249, 1);
    padding: 1.5rem 0;
}

.join-us {
    margin-top: 40px;
}

.join-us h1.title {
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #AE4F7F;
}


/* form style */
.join-section form {
    width: 100%;
    min-height: 100%;
    padding: 25px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#form .column-md {
    width: 48%;
}

#form .column-lg {
    width: 100%;
}

#form .field {
    display: flex;
    margin: 10px 0px;
    flex-direction: column;
}

.iti.iti--allow-dropdown.iti--show-flags {
    display: flex;
}

.iti__flag-container {
    position: relative;
}

.iti__flag-container {
    border: 1px solid #DCDBDD;
    border-right: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    background: #FFFFFF;
}

input#phone {
    border-left: none;
}

#form .file-input-wrap,
#form select,#form textarea,
#form input {
    position: relative;
    padding: 12px;
    margin-top: 10px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16.56px;
    line-height: 20px;
    color: #8E8D8D;
    /* border: 0px; */
    outline: 0;
    border: 1px solid #DCDBDD;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
    background: #FFFFFF;
    /* border-radius: 5px; */
}

#form input.wpcf7-tel {
    padding-left: 50px;
}

.intl-tel-input {
    width: 100%;
    margin-top: 10px;
}

#form input.button {
    background: #AE4F7F;
    border: none;
    border-radius: 40px;
    padding: 15px 50px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

#form input.button:hover {
    background: #652b48;
}

.select:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: #000;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

#form label {
    font-weight: 600;
    font-size: 20.3596px;
    line-height: 29px;
    color: #AE4F7F;
}

#form .file-input-wrap label.file-input,
#form select,
#form input::placeholder {
    font-weight: 400;
    font-size: 16.56px;
    line-height: 20px;
    color: rgba(142, 141, 141, 1);
}

#form .button-wrap {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    align-self: center;
}

#form .button-wrap input {
    width: auto;
}

#form #file-input{
    display:none;
}

#form .file-input-wrap label {
    color: rgba(142, 141, 141, 1) !important;
}

#form .file-input-wrap label[for='file-input'] *{
    vertical-align:middle;
    cursor:pointer;
}

.file-input-wrap label[for='file-input'] span{
    margin-left: 10px
}

.file-input-wrap .upload-icon {
    margin-right: .5rem;
    color: rgba(142, 141, 141, 1);
}

.file-input-wrap i.remove{
    vertical-align:middle;
    margin-left: 5px;
    cursor:pointer;
    display:none;
}
.upload-icon {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url('../images/icons/cloud-up.svg');
    background-repeat: no-repeat;
}
/* /form style */


.why-join-section {
    padding: 50px 0 0 0;
}

.why-join-section  h2.title {
    font-weight: 700;
    font-size: 35.8621px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.448276px;
    color: #AE4F7F;
}

.why-join-section .card-row {
    margin: 60px 0;
}

.why-join-section .card {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-join-section .icon-wrapper {
    background: transparent;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.why-join-section div.card:nth-of-type(even) .icon-wrapper {
    background: #AE4F7F;
}

img.upside {
    transform: rotate(180deg);
    margin-top: 22px;
    left: 54%;
    height: auto;
    width: 20%;
}

.subtitle {
    color: #77838F;
}

img.path2,
img.path1 {
    position: absolute;
}

img.path1 {
    margin-top: 82px;
    left: 27%;
    height: auto;
    width: 20%;
}
/* /join us */

.feature-section .section-heading {
    line-height: 12px;
}


@media all and (max-width:800px) { 
    .container {
        margin: 3%;
    }
    
    img.path1 {
        margin-top: 72px;
        left: 25%;
    }

    img.upside {
        margin-top: 52px;
        left: 56%;
    }

    /*.accordion-content header a.button {
        padding: 5px 30px;
    }
    .accordion-content header .title {
        max-width: 200px;
    }*/


    .accordion {
        margin: 0 auto;
        padding: 0;
    }

    .accordion-content header {
        display: flex;
        flex-direction: column;
        height: 300px;
    }

    .accordion-content header .title,
    .accordion-content .short-tag {
        width: 100% !important;
        margin-right: 0;
    }

    .accordion-content header .title {
        text-align: center;
    }

    .accordion-content header div,
    .accordion-content header span,
    .accordion-content header i {
        margin: .5rem;
    }

    .accordion-content.open .description {
        padding: 10px;
    }

}


@media all and (max-width:600px) {
    .contain-wrapper,
    .card-row {
        flex-direction: column;
    }

    .why-join-section .card, .why-join-section .card-content {
        width: 100%;
    }

    .message-section .img-wrapper,
    .about-section  .call-to-action {
        margin-bottom: 30px;
    }

    #form .column-md {
        width: 100%;
    }

    .join-section form { 
        padding: 0;
    }

    img.path1,
    img.upside {
        display: none;
    }

    #form .file-input-wrap,
    #form #file-input, 
    #form select, 
    #form input {
        display: flex;
    }
}