* {
    padding: 0px;
    margin: 0px auto;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
}

.font {
    font-family: 'Inter', sans-serif;
    font-family: 'Manrope', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
}

input:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.container {
    max-width: 1575px;
    margin: 0 auto;
}

.wrapper-top-bg {
    background: url(../images/top-bg.png) no-repeat top left;
}

.wrapper-bottom-right-bg {
    background: url(../images/bottom-bg.png) no-repeat bottom right;
}

.wrapper-bottom-left-bg {
    background: url(../images/bottom-left-bg.png) no-repeat 77px bottom;
}

@media screen and (max-width: 1366px) {
    .wrapper-top-bg {
        background: url(../images/top-bg.png) no-repeat top left;
    }
    .wrapper-bottom-right-bg {
        background: url(../images/bottom-bg.png) no-repeat bottom right;
        background-size: 900px auto;
    }
    .wrapper-bottom-left-bg {
        background: url(../images/bottom-left-bg.png) no-repeat 77px bottom;
    }
    .wrapper-bottom-left-bg {
        background: url(../images/bottom-left-bg.png) no-repeat 0px bottom;
    }
}

.job-type-section {
    padding: 130px 0;
}

.job-type-row {
    display: flex;
    flex-wrap: wrap;
}

.job-type-left-box {
    box-shadow: 0px 0px 18px rgba(26, 24, 24, 0.10);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 67.62px 0 0 67.62px;
    padding: 90px 65px 0 95px;
    position: relative;
    width: 50%;
}

.job-type-right-box {
    box-shadow: 0px 0px 18px rgba(26, 24, 24, 0.10);
    background: rgba(11, 13, 94, 0.76);
    border-radius: 0 67.62px 67.62px 0;
    padding: 98px 105px 0 58px;
    position: relative;
    width: 50%;
}

.job-type-left-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.grid-border-bottom {
    position: absolute;
    bottom: 35px;
    z-index: 100;
    width: calc(100% - 34px);
    height: 1px;
    background: #E6E7E9;
    left: 17px;
}

.job-type-left-box li {
    color: #0C1E5B;
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.job-type-left-box li input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.job-type-left-box li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 17px;
    height: 214px;
    z-index: 9;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #707070;
    border-radius: 8px;
    width: 100%;
}

.job-type-left-box li:hover label {
    background: #E8FBF2;
    border-color: #E8FBF2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.job-type-left-box li .check {
    display: block;
    position: absolute;
    border: 1px solid #707070;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    top: 17px;
    right: 17px;
    z-index: 9;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 5px;
    margin: auto;
    background: #fff;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border: #707070 1px solid;
}

input[type=radio]:checked~.check::before {
    background: #0DFF92;
    border-color: #0DFF92;
}

input[type=radio]:checked~label {
    background-color: #E8FBF2;
    border-color: #E8FBF2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
}

.next-bttn {
    width: 100%;
    display: block;
}

.next-bttn button {
    background-color: #DA2A56;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-radius: 12px;
    padding: 15px 0;
    width: 100%;
    border: 2px solid #DA2A56;
}

.next-bttn button:hover {
    background-color: #fff;
    color: #DA2A56;
}

.job-type-right-box h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0 0 35px 0;
    padding: 10px 0 30px 0;
}

.job-type-right-box h2::before {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.job-type-right-box h2::after {
    width: 50%;
    height: 20px;
    border-radius: 10px;
    background-color: #72FF77;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.job-type-right-box p {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    font-family: 'Nunito Sans', sans-serif;
}

.right-image {
    padding-top: 0;
}

.right-image img {
    float: right;
    margin-right: -50px;
    padding-top: 100px;
}

.big img {
    width: auto;
    height: 450px;
}

.form-col {
    padding-bottom: 37px;
}

.form-check {
    padding-bottom: 60px;
}

.form-col label,
.form-check label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 0 16px 16px 16px;
    color: #0C1E5B;
    display: block;
}

.form-col input[type="text"],
.form-col input[type="email"],
.form-col input[type="number"],
.form-col input[type="password"] {
    border: 1px solid #707070;
    font-size: 20px;
    height: 54px;
    padding: 0 16px;
    color: #707070;
    width: 100%;
    border-radius: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.form-col textarea {
    border: 1px solid #707070;
    font-size: 20px;
    height: 214px;
    padding: 10px 16px;
    color: #707070;
    width: 100%;
    border-radius: 8px;
    font-family: 'Nunito Sans', sans-serif;
    resize: none;
}

.form-col button {
    background-color: #DA2A56;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 12px;
    padding: 15px 52px;
    border: 2px solid #DA2A56;
    margin-right: 10px;
}

.form-col button:hover {
    background-color: #fff;
    color: #DA2A56;
}

.form-col select {
    border: 1px solid #707070;
    font-size: 20px;
    height: 54px;
    padding: 0 16px;
    color: #707070;
    width: 100%;
    border-radius: 8px;
    font-family: 'Nunito Sans', sans-serif;
    background-color: #fff;
}

@media screen and (max-width: 1156px) {
    .job-type-section {
        padding: 30px 0;
    }
    .job-type-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .job-type-left-box {
        box-shadow: 0px 0px 18px rgba(26, 24, 24, 0.10);
        border-radius: 20px;
        padding: 15px;
        width: 100%;
        margin-bottom: 30px;
    }
    .job-type-right-box {
        box-shadow: 0px 0px 18px rgba(26, 24, 24, 0.10);
        border-radius: 20px;
        padding: 15px;
        width: 100%;
    }
    .right-image img {
        margin-right: 0px;
        padding-top: 50px;
    }
    .job-type-right-box h2 {
        font-size: 28px;
    }
    .job-type-right-box p {
        font-size: 16px;
        padding: 0 0 20px 0;
    }
    .next-bttn button {
        font-size: 16px;
    }
    .form-col label,
    .form-check label {
        font-size: 18px;
    }
    .form-col select {
        font-size: 16px;
    }
    .form-col input[type="text"] {
        font-size: 16px;
    }
    .form-col button {
        margin-right: 8px;
    }
    .form-col {
        padding-bottom: 22px;
    }
    .form-col label,
    .form-check label {
        padding: 0 16px 10px 16px;
    }
}