.s-page {
    padding: 60px 0;
}
.list-block {
    margin: 70px 0;
}
.s-block {
    margin-bottom: 60px;
}
.s-block.odd .row {
    flex-direction: row-reverse;
}
.s-block .s-thumb {
    width: 50%;
    margin: auto;
    display: flex;
}
.s-block .s-content {
    padding: 60px 60px 50px;
    background: #f2f2f2;
    border-radius: 20px;
    position: relative;
    text-align: center;
}
.s-block .title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.s-block .s-content .number {
    background: var(--color-primary);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    font-weight: bold;
    font-size: 20px;
}
.s-block .s-content .c-button-8 {
    min-width: 200px;
    margin-top: 25px;
}
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #fff;
}
.c-form-border::placeholder {
    color: #fff;
}
.c_input::placeholder {
    color: #fff;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
    color: #fff;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon>i {
    color: var(--primary-color);
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #fcc602;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #fcc602;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
/* END c-form-border */
.p_form {
    padding: 30px 40px;
    margin: 0 15%;
    color: #fff;
    border-radius: 12px;
    margin-top: 60px;
    box-shadow: #c37e13 0px 3px 8px;
    background: rgb(255, 255, 255);
    background-image: url(/images/bgs/bg-about.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
.p_form .c-headline-66 .c_name span {
    text-align: center;
    font-size: 28px;
    font-family: 'Merriweather';
    font-weight: bold;
    position: relative;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.p_form .c-headline-66 {
    margin-bottom: 30px;
}
.p_form::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    --background-overlay: '';
    background: linear-gradient(304deg, rgba(255, 149, 1, 0) 0%, rgba(255, 149, 1, 0.55) 25%, rgba(26, 44, 50, 0.94) 51%, rgba(26, 44, 50, 1) 89%, rgba(26, 44, 50, 1) 100%);
}
#form_apply{
	position: relative;
	z-index: 2;
}
.p_form {
	position: relative;
	z-index: 1;
}
.heading-title {
	position: relative;
}
@media screen and (max-width: 992px) {
    .p_form {
        padding: 30px 20px;
        margin: 0 10px;
        margin-top: 30px;
    }
    .heading-title {
        text-align: center;
    }
}