@font-face {
    font-family: regular;
    src: url(../fonts/worksans/WorkSans-Regular.ttf);
}
@font-face {
    font-family: light;
    src: url(../fonts/worksans/WorkSans-Light.ttf);
}
@font-face {
    font-family: medium;
    src: url(../fonts/worksans/WorkSans-Medium.ttf);
}
@font-face {
    font-family: semiBold;
    src: url(../fonts/worksans/WorkSans-SemiBold.ttf);
}
@font-face {
    font-family: bold;
    src: url(../fonts/worksans/WorkSans-Bold.ttf);
}
@font-face {
    font-family: sintony-regular;
    src: url(../fonts/sintony/Sintony-Regular.ttf);
}
@font-face {
    font-family: sintony-bold;
    src: url(../fonts/sintony/Sintony-Bold.ttf);
}

body, div, p, a, h1, h2, h3, h4, h5, h6, span {
    font-family: regular;
    color:#000000;
}
.container.margin {
    max-width: 800px;
}
.job_hero {
    background: #C6485D;
    padding: 68px 0px;
    background-image: url(../images/hero_bg.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.job_search {
    position: relative;
}
.job_search input[type="text"] {
    padding: 21px 23px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    width: 100%;
    padding-right: 205px;
}
input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.job_search input[type="text"]::placeholder {
    color: #373737;
}
.search_btn {
    background: #E2AF45;
    color: black;
    border: none;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 13px 45px;
    border-radius: 4px;
    font-size: 18px;
    font-family: medium;
}
.jh_inner h1 {
    font-size: 44px;
    font-family: sintony-bold;
    color: white;
    margin-bottom: 25px;
}
.country_head {
    background: #EFF6F5;
    padding: 100px 0px;
}
.ch_inner h2 {
    font-size: 44px;
    font-family: sintony-bold;
    color: #000000;
    margin-bottom: 25px;
}
.country_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.cl_img img {
    width: 59px;
}
.cl_single {
    display: flex;
}
.cl_desc {
    width: 100%;
    padding-left: 12px;
}
.cl_desc h3 {
    font-size: 20px;
    font-family: 'sintony-bold';
}
.cl_desc p {
    margin: 0;
    color: #373737;
    font-size: 16px;
    margin-top: -6px;
}
.cl_single {
    display: flex;
    background: white;
    padding: 23px 17px;
    border-radius: 4px;
    align-items: center;
}
.jp_head h2 {
    font-size: 24px;
    font-family: 'sintony-bold';
}
.jp_head a {
    color: #C6485D;
    font-size: 16px;
    font-family: semiBold;
    float: right;
    text-align: right;
    display: inline-block;
    margin-top: -34px;
}
.pjl_single {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 23px;
    position: relative;
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-right: 115px;
    margin-top: 15px;
}
.job_date {
    position: absolute;
    right: 20px;
}
.pgl_desc h4 {
    font-size: 18px;
    font-family: 'medium';
}
.pgl_desc p {
    font-size: 15px;
    font-family: light;
    margin: 0;
}
.pgl_desc p img {
    width: 14px;
    position: relative;
    top: -1px;
    margin-right: 6px;
}
.company_logo img {
    width: 39px;
    height: auto;
}
.jp_head {
    margin-bottom: 25px;
}
.section_gap {
    margin: 90px 0px;
}
.jp_list a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none;
}
.job_panel {
    margin-top: 70px;
}
.job_panel:first-child {
    margin-top: 0;
}
.jlh_inner h5 {
    color: black;
    font-size: 16px;
    font-family: semiBold;
}
.jlh_inner h1 {
    font-size: 60px;
    font-family: bold;
    margin-top: 32px;
    margin-bottom: 15px;
}
.jlh_inner p {
    font-size: 18px;
    margin-bottom: 55px;
}
.joblist_search a {
    background: #C6485D;
    padding: 17px;
    border-radius: 4px;
}
.joblist_search input {
    font-family: sintony-regular;
    font-size: 16px;
    padding: 15px;
    border-radius: 4px;
    border: none;
}
.job_list_head {
    background: #EFF6F5;
    padding: 60px 0px;
}
.joblist_search a img {
    width: 26px;
    position: relative;
}
.joblist_search {
    display: grid;
    grid-template-columns: 44% 44% 60px 1fr;
    grid-column-gap: 15px;
}
#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    font-size: 24px;
    padding: 0;
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
#main #faq .card .card-header .btn-header-link.collapsed:after, 
#main #faq .card .card-header .btn-header-link:after {
    content: "";
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 8px;
    background-position: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}
a.btn.btn-header-link.collapsed:after {
    rotate: 180deg;
    margin-top: 14px !important;
}
.jobs .accordion>.card>.card-header {
    padding: 0;
    background: transparent;
    border: none;
    margin-bottom: 15px;
}
.jobs .form-check-label {
    margin-bottom: 0;
    color: #212121;
    font-size: 16px;
    width: 100%;
    padding-left: 9px;
}
.jobs .form-check-inline .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.jobs .form-check-inline {
    align-items: normal;
    margin: 7px 0px;
    width: 100%;
}
.jobs .form-check-label span {
    font-family: light;
}
.jobs .card {
    border: none;
}
#main #faq .card .card-header .btn-header-link:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.jl_heading {
    background: #F6F6F6;
    border-radius: 4px;
    padding: 15px;
    display: grid;
    grid-template-columns: 50% 30% 20% 1fr;
    grid-column-gap: 15px;
}
.jl_heading div {
    color: #707070;
    font-family: medium;
    font-size: 13px;
}
.jld_img img {
    width: 39px;
    height: 39px;
    object-fit: contain;
}
.jl_desc .c_1 h3 {
    font-size: 16px;
    font-family: 'medium';
    margin: 0;
}
.jl_desc .c_1 {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.jl_desc {
    display: grid;
    grid-template-columns: 50% 30% 20% 1fr;
    grid-column-gap: 15px;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.jl_desc .c_2 {
    font-size: 16px;
    font-family: 'medium';
}
.jl_desc .c_3 {
    font-size: 14px;
    color: #535353;
}
a:hover {
    text-decoration: none !important;
}
.back {
    color: #535353;
}
.back img {
    width: 16px;
    margin-right: 10px;
}
.back:hover {
    color: inherit;
}
.jd_meta {
    font-size: 14px;
}
.jdh_conent h1 {
    font-size: 24px;
    font-family: medium;
    margin-top: 20px;
    margin-bottom: 15px;
}
.jd_header .container {
    background: #F5F5F5;
    padding: 30px 35px;
}
.jd_header .apply_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.apply_btn a {
    font-size: 18px;
    color: #000000;
    font-family: bold;
    border: 1px solid black;
    padding: 12px 24px;
    border-radius: 4px;
    display: inline-block;
}
.jd h2 {
    font-size: 22px;
    font-family: 'medium';
}
.jdh {
    font-size: 16px;
    margin-top: 15px;
}
.jdh span {
    font-family: 'medium';
}
.job_detail {
    margin-top: 40px;
    margin-bottom: 60px;
}
.dj_panel h3 {
    font-size: 16px;
    font-family: 'medium';
    margin-bottom: 10px;
}
.dj_panel {
    margin-top: 35px;
}
.dj_panel p {
    font-size: 16px;
    font-family: 'regular';
    color: #535353;
}
.jr_value {
    font-size: 16px;
    color: #535353;
}
.jr h3 {
    font-size: 22px;
    font-family: 'medium';
}
.jr {
    margin-top: 45px;
}
.jd_header {
    margin-top: 65px;
}
.job_s h2 {
    font-size: 22px;
    font-family: 'medium';
    margin-bottom: 35px;
}
.js_single h4 {
    font-size: 16px;
    font-family: 'medium';
}
.js_single h5 {
    font-size: 16px;
    color: #535353;
}
.js_single {
    margin-top: 25px;
}
.job_s {
    border-left: 1px solid #D0D0D0;
    padding-left: 60px;
}