
.about-us-standard {
    background-image: linear-gradient(#ffffff, #ffffff);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.step .number {
    font-size:5em;
    margin-left:-70px;
    opacity:.3;
   margin-top:20px;
}
.step h3 {
    margin-top: -100px !important;
    font-size:30px;
}

.steps-img {
    float: right;
}



.feature-options {
    padding: 40px;
    color: #ffffff;
    min-height: 500px;
    text-align: left;
    background-color: #00347D;
    background-image:url("../images/job-posting/hiring_process_bg.webp");
    background-size: contain, cover;
    border-radius: 20px;
    
}

.feature-options h3{
    font-size: 28px;
    text-align:center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}

.feature-options i{
    font-size: 3em;
    display:block;
    text-align: center;
    margin:20px;
}

.featurebox2 i{
    font-size: 3em;
    display:block;
    text-align: center;
}

.formbox{
    margin-top:0px;
    padding-top:40px;
    padding-bottom:40px;
    padding-left:30px;
    padding-right:30px;
    border-radius: 15px;
    border: solid 2px #f0f0f0;
    background-color: #ffffff;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.no-card{
    font-size: 11.5px;
    
}
.formbox h1 {
    font-size: 2em;
    line-height: 1.4em;
    color: #1C6BC1;
    font-weight: 600;
}
.formbox p {
    font-size: 1.1em;
    line-height: 1.6em; 
    margin-top: 0;
    padding-top: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #333E49;
}

.main-quote {
    font-size: 2em;
}

.post-btn {
    font-weight:500;
}

.ques h3 {
    font-size: 22px;
    margin-top:30px;
    margin-bottom:10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.ans {
    font-size: 18px;
    line-height: 28px;
}
.shape-faq{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
   
}
.shape-faq img {
    width: 100%;
    max-width: 349px;
    position: relative;
    right: -130px;
    top: -20px;
}
.feature-points {
    padding-top: 120px;
}

.feature-points h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.feature-points h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.feature-points h2 span {
    font-size: 0.5em;
    display:block;
}

.hiring-process {
    background-color: #00347D;
    background-image:url("./images/job-posting/hiring_process_bg.webp");
    background-size: contain, cover;
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 150px;
    padding-right: 150px;
}
.hiring-process img {
    width:100%;
}
.hiring-process h3 {
    color: #ffffff;
    font-weight: 600;
}

.theme-list-item li {
    font-weight: 400;
}

.example-img {
    margin-top:-50px;
    z-index: -999;
    position: relative; 
}

.user-reviews-block {
    background-color: #fff2f0;
    min-height: 300px;
    margin-top: 0;
    padding-left: 100px;
    padding-right: 100px;
}

.user-reviews-block h3{
    font-weight: 600;
}

.user-review{
    padding:50px;
    font-weight: 400;
}

.user-review span {
    font-size: 40px;
    display: block;
    line-height: 10px;
}
.user-review-name {
    font-size: 22px;
    margin-top:50px;
    font-weight:600;
}
.user-review-company{
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.h2-heading {
    font-size: 40px;
    font-weight: 600;
}


/* Mobile Responsive*/


@media (max-width: 767px) { 

    .formbox {
        margin-left: 10px;
        margin-right: 15px;
    }

    .header-image {
        width: 50%;
        margin-left: 25%;
    }

    .formbox h1 {
        font-size: 2em;
    }
    .formbox p {
        font-size: 1em;
        line-height: 1.6em; 
    }

    .main-quote {
    font-size: 1.3em;
    padding-left: 20px;
    padding-right:20px;
    }

    .feature-points {
        padding-top: 60px;
    }

    .feature-points h2 {
        font-size: 30px;
    }
    

    .hiring-process{
        padding-left: 20px;
        padding-right: 20px;
    }

    .hiring-process h3 {
        font-size: 30px;
    }

    .step{
        padding-left:50px;
    }
    .step .number {
        font-size:4em;
        margin-left:-50px;
        
    }
    .feature-options {
        min-height:100px;
        margin-bottom: 20px;
        text-align: center;
    }
    .feature-options h3{
        font-size: 22px;
    }

    .h2-heading {
        font-size: 30px;
    }
    .user-reviews-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .user-review-company {
        border-bottom: 1px solid #f2dfdc;
        padding-bottom:10px;
    }
    .user-review-name{
        margin-top:0;
    }
    .user-review{
        padding-top:0;
    }
    .shape-faq{
        display: none;
    }
}