/* process */
.process-container {
    margin-top: 75px;
    width: 100%;
    height: auto;
    display: flex;
}
.process-content {
    width: 50%;
    height: 100%;
}
.process-content-inner {
    margin-left: 25%;
}
.process-title {
    border-radius: 25px 25px 25px 25px;
    font-size: 1.425rem;
    width: 155px;
    height: 45px;
    letter-spacing: 0.5px;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: -2%;
    margin-bottom: 15px;
}
.process-content-inner h1 {
    width: 80%;
    font-size: 44px;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-weight: 600;
}
.process-content-inner p {
    margin-top: 15px;
    width: 85%;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #4e5158;
}

.process-line {
    margin-top: 35px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.process-line-0 {
    width: 100%;
    height: 155px;
    display: flex;
    margin-bottom: 25px;
}
.process-line-1 {
    width: 100%;
    height: 155px;
    display: flex;
    margin-bottom: 25px;
}
.process-line-2 {
    width: 100%;
    height: 155px;
    display: flex;
    margin-bottom: 25px;
}
.process-line-3 {
    width: 100%;
    height: 155px;
    display: flex;
    margin-bottom: 25px;
}
.process-line-icon::after {
    content: ' ';
    position: absolute;
    width: 1.25px;
    transform: translate(25%, 25%);
    height: 150px;
    background-color: #dae0dc;
    z-index: -1;
}
.line-icon::after {
    display: none;
}
.process-line-icon {
    width: 125px;
    height: 125px;
    display: flex;
    background-color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.process-line-icon img {
    width: 75px;
    height: 75px;
}
.process-line-content {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.process-line-content h6 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.process-line-content p {
    margin-top: 12.5px;
    font-size: 18px;
    line-height: 25px;
}
.process-form {
    width: 49%;
    height: auto;
    margin-top: 3%;
    margin-right: 1%;
    display: flex;
    align-items: center;
}
.process-form img {
    width: 100%;
    height: 100%;
    border-radius: 35px 0 0 35px;
    -o-object-fit: cover;
    object-fit: cover;
}
.process-form-inner {
    position: absolute;
    margin-left: 5%;
    width: 25%;
    height: 75%;
    border-radius: 35px;
    opacity: 0.9;
}
.process-form-inner h3 {
    display: flex;
    margin-top: 15%;
    justify-content: center;
    color: black;
    font-size: 2.25rem;
    margin-bottom: 10%;
}
.form-group {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 10%;
}
.form-group input {
    display: flex;
    width: 375px;
    height: 60px;
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 20px;
    background-color: #ecf2f6;
    border: none;
    border-radius: 50px;
}
.form-group select {
    display: flex;
    width: 375px;
    height: 60px;
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 20px;
    background-color: #ecf2f6;
    border: none;
    border-radius: 50px;
}
.form-sent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    margin-left: 10%;
    padding: 0 !important;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    background-color: #3f78e0;
    font-size: 1.5rem;
    letter-spacing: 1px;

    color: white;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .process-line {
        margin-left: -5%;
    }
}
@media screen and (min-width: 350px) and (max-width: 400px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 32px;
    }
    .process-content-inner p {
        font-size: 18px;
        line-height: 30px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }
    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
        font-size: 16px;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 100px;
        height: 100px;
    }
    .process-line-icon img {
        width: 65px;
        height: 65px;
    }
    .process-line-icon::after {
        height: 35%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 5%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: auto;
    }
    .process-form-inner form {
        width: 100%;
        height: auto;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 7.5%;
    }
    .form-group input {
        width: 100%;
        font-size: 18px;
    }
    .form-sent {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 400px) and (max-width: 449px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 34px;
    }
    .process-content-inner p {
        font-size: 20px;
        line-height: 33px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }

    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
        font-size: 18px;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 45%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: auto;
    }
    .process-form-inner form {
        width: 100%;
        height: auto;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 7.5%;
    }
    .form-group input {
        width: 100%;
        font-size: 18px;
    }
    .form-sent {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }

    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 38%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: auto;
    }
    .process-form-inner form {
        width: 100%;
        height: auto;
    }
    .process-form-inner select {
        width: 100%;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 7.5%;
    }
    .form-group input {
        width: 100%;
        font-size: 18px;
    }
    .form-sent {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }

    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 25%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: 67.5%;
    }
    .process-form-inner form {
        width: 100%;
        height: auto;
    }
    .process-form-inner select {
        width: 100%;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 6%;
    }
    .form-group input {
        width: 100%;
    }
    .form-sent {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }

    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 25%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: 67.5%;
    }
    .process-form-inner h3 {
        margin-top: 5%;
    }
    .process-form-inner form {
        width: 100%;
        height: auto;
    }
    .process-form-inner select {
        width: 100%;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 6%;
    }
    .form-group input {
        width: 100%;
    }
    .form-sent {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }
    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 25%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: 67.5%;
    }
    .process-form-inner h3 {
        margin-top: 5%;
    }
    .process-form-inner form {
        width: 100%;
        height: auto;
        margin-top: -3%;
    }
    .process-form-inner select {
        width: 100%;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 6%;
    }
    .form-group input {
        width: 100%;
    }
    .form-sent {
        margin-top: -10px;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1050px) {
    .process-container {
        flex-direction: column;
        height: auto;
    }
    .process-content {
        width: 100%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }
    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 25%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 100%;
        height: 625px;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        margin-top: 10%;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
        height: 67.5%;
    }
    .process-form-inner h3 {
        margin-top: 5%;
    }
    .process-form-inner form {
        width: 100%;
        height: 450px;
    }
    .process-form-inner select {
        width: 100%;
        margin-top: -3%;
    }
    .form-group {
        width: 100%;
        margin-left: 0;
        margin-bottom: 6%;
    }
    .form-group input {
        margin-top: -3%;
        width: 100%;
    }
    .form-sent {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1051px) and (max-width: 1199px) {
    .process-container {
        flex-direction: row;
        height: auto;
    }
    .process-content {
        width: 50%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }
    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 25%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 50%;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        width: 42%;
        height: 67.5%;
    }
    .process-form-inner h3 {
        margin-top: 5%;
    }
    .process-form-inner form {
        width: 100%;
        height: 450px;
    }
    .process-form-inner select {
        width: 100%;
        margin-top: -3%;
    }
    .form-group {
        width: 80%;
    }
    .form-group input {
        width: 100%;
    }
    .form-sent {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .process-container {
        flex-direction: row;
        height: auto;
    }
    .process-content {
        width: 50%;
    }
    .process-content-inner {
        margin-left: 10%;
    }
    .process-content-inner h1 {
        width: 95%;
        font-size: 36px;
    }
    .process-line-0 {
        height: auto;
    }
    .process-line-1 {
        height: auto;
    }
    .process-line-2 {
        height: auto;
    }
    .process-line-3 {
        height: auto;
    }
    .process-line-content h6 {
        width: 95%;
    }
    .process-line-content p {
        width: 90%;
    }
    .process-line-icon {
        flex-shrink: 0;
        width: 125px;
        height: 125px;
    }
    .process-line-icon img {
        width: 85px;
        height: 85px;
    }
    .process-line-icon::after {
        height: 25%;
        transform: translate(50%, 50%);
    }
    .process-form {
        width: 50%;
    }
    .process-form img {
        border-radius: 0;
    }
    .process-form-inner {
        width: 42%;
        height: 67.5%;
    }
    .process-form-inner h3 {
        margin-top: 5%;
    }
    .process-form-inner form {
        width: 100%;
        height: 450px;
    }
    .process-form-inner select {
        width: 100%;
        margin-top: -3%;
    }
    .form-group {
        width: 80%;
    }
    .form-group input {
        width: 100%;
    }
    .form-sent {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1450px) and (max-width: 1825px) {
    .process-form-inner {
        width: 30%;
    }
}
