@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
:root {
  --dusk: #4a587b;
  --dark-sky-blue: #308eed;
  --dark-slate-blue: #22326e;
  --dark-slate-blue-two: #162663;
  --dark-slate-blue-three: #212961;
  --dodger-blue-two: #4da1ff;
  --dodger-blue-three: #598bff;
  --pale-grey: #f2f6f9;
  --dark-indigo: #0e1c4a;
  --dodger-blue: #42aaff;
  --sun-yellow: #ffc733;
  --steel: #78829c;
  --white-26: rgba(255, 255, 255, 0.26);
  --green-blue: #02c598;
  --white: #ffffff;
  --cerulean-blue: #046df5;
  --darkish-blue: #002986;
  --darkish-blue-two: #002885;
  --ice-blue: #f5f9ff;
  --marine-blue: #002DA5;
  --leafy-green: #44cc3b;
  --off-blue: #5a6db8;
  --greyish-blue: #6573a5;
  --blue: #0049d8;
}
body, html {
	font-family: 'Sarabun', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.error {
	color: #f00;
	font-size: 13px;
	margin-top: 3px;
}
.main_banner_container {
	background:#002DA5;
	background: linear-gradient(180deg, #002DA5 0%, #00113F 100%);
}
.main_banner_container_inner{
	background-image: url(../../images/v2/banner_grid.svg);
}
/* Home banner Starts */
.qjobs_weblisting_header {
	/*background-color: var(--marine-blue); */
	/*background-image: url(../../images/v2/banner_grid.svg);*/
}
.navbar-brand {
	max-width: 140px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}
.header_nav_link:hover,
.header_nav_link {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 15px;
	font-weight: 500;
}
.find_locations_btn,
.find_locations_btn:hover,
.hire_employees_btn:hover,
.hire_employees_btn {
	display: inline-block;
	padding: 18px 30px;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
	border: #FFFFFF;
	background-color: #FFFFFF;
	color: #002DA5;
}

.color1 {
	color: #F3EB21;
}
.color2 {
	color: #63F321;
}
.color3 {
	color: #21F3B8;
}
.main_bannet_text {
	margin-top: 30px;
}
#job_names {
	min-width: 250px;
	white-space: nowrap;
	min-height: 44px;
}
.main_caption_text {
	font-size: 46px;
    font-weight: 700;
    line-height: 58px;
	color: var(--white);
}
.banner_powrd_by, .quess_txt {
	font-size: 24px;
	line-height: 1.54;
	color: var(--white);
  	font-weight: 500;
}
.quess_txt {
	font-weight: 400;
	font-size: 18px;
}
.banner_cta_btn:hover,
.banner_cta_btn {
	text-decoration: none;
	border-radius: 8px;
    background-color: var(--green-blue);
    font-size: 20px;
    color: var(--white);
    display: inline-block;
    text-shadow: 0 0 white;
    padding: 8px 20px;
}

/* Home banner Ends */
/* We support brands Starts */
.we_support_brands {
  border-top: solid 1px rgba(190, 202, 220, .5);
  padding-top: 40px;
  margin-bottom: 0px;
}
.we_support_brands_title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--dark-slate-blue);
  margin-bottom: 18px;
}
.brand_logos {
  border-right: 0px dashed rgba(190, 202, 220, .5);
  min-height: 110px;
}
.brand_logos img {
  max-width: 100px;
  height: auto;
}
.slick-slide {
	height: auto;
}
.slick-slide>div>div {
  height: 100px;
  padding: 10px 20px;
}
.slick-slide>div>div {
	display: flex !important;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-right: 1px dashed #becadc;
}
.slick-slide>div>div>a>img {
  max-width: 130px;
  height: auto;
}
.slick-slide>div>div>a>img:focus {
	outline: none;
}
.slick-dots {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top: 25px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li button {
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #bdbbbb;
  color: transparent;
  width: 8px;
  height: 8px;
  padding: 0px;
  transition: all 300ms;
  outline: 0px;
}
.slick-dots li.slick-active button {
  background-color: #0095ff;
  border: solid 1px #0095ff;
}
.employers_logo_list_outter .slick-slide,
.featured_in_logo_list_outter .slick-slide {
	border-right: 0px;
	height: 60px;
	margin-right: 20px;
	background-color: #FFF;
}
.employers_logo_list_outter .slick-slide>a,
.featured_in_logo_list_outter .slick-slide>a {
	border: solid 1px #dce3ee;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
}
.featured_in_logo_list_outter .slick-slide>a {
	border-radius: 4px;
}
.employers_logo_list_outter .slick-slide>a>img {
    max-width: 110px;
}
.featured_in_logo_list_outter .slick-slide>a>img {
    max-width: 115px;
}
.jobed_employers_link {
	display: block;
	width: 100px;
    padding: 0 0px 0 5px;
}
.employer_name {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: var(--dark-slate-blue);
  text-decoration: underline;
  text-align: center;
  margin-top: 5px;
}
.jobs_employers_outter {
	height: 165px;
    overflow: hidden;
}
.jobs_employers_list {
	max-width: 1140px;
    overflow: auto;
    overflow-y: hidden;
    padding: 20px 0px;
}
.jobed_employers_link .logo_inner {
	display: flex;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid 0px #b7bfd4;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}
/* We support brands Ends */

/* Top Categories Starts */
.categories_light_bg, .cities_light_bg, .we_support_brands {
	background-color: var(--ice-blue);
}
.cities_light_bg {
	border-top: solid 1px rgb(190 202 220 / 50%);
}
.top_categories_sec_title, .top_cities_sec_title {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: var(--dark-slate-blue);
}
.active_cities_help_txt {
  font-size: 16px;
  font-weight: 400;
  color: var(--dusk);
}
.categories_items_wrapper, .cities_items_wrapper,
.categories_items_wrapper:hover, .cities_items_wrapper:hover {
	border-radius: 16px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
	background-color: rgba(255, 255, 255, 0.94);
	padding: 10px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	transition: all 300ms;
}

.top_types_sect .categories_items_wrapper.active{
	background-color: #5897fb;
}
.cities_items_wrapper,
.cities_items_wrapper:hover {
    border-radius: 8px;
    padding: 8px 14px;
    min-width: 180px;
}
.categories_items_wrapper:hover, .cities_items_wrapper:hover {
	opacity: 0.8;
}
.categories_items_wrapper img {
	border-radius: 12px;
}
.top_categories_item_title, .top_cities_item_title {
	font-size: 18px;
	font-weight: 500;
	color: var(--dark-slate-blue);
	line-height: 32px;
}

.top_types_sect .top_categories_item_title {
	font-size: 13px;
	font-weight: 500;
	color: var(--dark-slate-blue);
	line-height: 22px;
}
.top_types_sect .categories_items_wrapper.active .top_categories_item_title{
	color: #fff;
}
.top_cities_item_title {
	font-size: 18px;
}

.top_cities_item_title span{
	font-size: 14px;
}
.more_option_btn:hover,
.more_option_btn {
	text-decoration: underline;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: var(--blue);
	cursor: pointer;
}
/* Top Categories Ends*/
/* How It Works Starts */
.how_it_works {
  background-color: #22326e;
  padding-top: 16px;
}
.mobile_mocks_outter {
	max-height: inherit;
}
.how_it_works_steps_wrapper {
  max-width: 540px;
}
.how_it_works_steps_wrapper h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}
.how_it_works_steps_wrapper .how_it_works_title_desc {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 44px;
}
.how_it_works_steps {
  border-radius: 8px;
  border: solid 1px #2443b0;
  background-color: #051962;
  padding: 12px;
  color: #FFF;
  margin-bottom: 24px;
  transition: all 300ms ease;
}
.step_1 {
  background-color: #ffffff;
  margin-bottom: 24px;
  color: #22326e;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.21);
}
.how_it_works_icon {
  width: 64px;
  height: 44px;
  background-repeat: no-repeat;
}
.relavent_job_icon {
  background-image: url(../img/how_it_works/business_bag_icon.svg); 
}
.create_resume_icon {
  background-image: url(../img/how_it_works/files_icons.svg);
}
.call_directly {
  background-image: url(../img/how_it_works/call_out_icon.svg);
}
.how_it_works_short_title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.how_it_works_desc {
  font-size: 14px;
  text-align: left;
}
.how_it_works_num {
  font-size: 64px;
  font-weight: 700;
  color: rgb(216 222 247 / .2);
  line-height: normal;
}
.step_1 .how_it_works_num {
  color: #d8def7;
}
/* How It Works Ends */
/* End Your Job Search Starts */
.end_your_job_search {
	background-color: #22326e;
	padding-top: 16px;
}
.end_your_job_search h3 {
	font-size: 22px;
	font-weight: 700;
	color: var(--white);
}
.end_your_job_sarch_about h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 5px;
	margin-top: 0px;
}
.end_your_job_sarch_about p {
	font-size: 14px;
	font-weight: normal;
	color: #fcfdff;
}
/* End Your Job Search Ends */
/* What Candidates Say Starts */
.what_candidate_says_title {
	font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--dark-slate-blue);
    margin-bottom: 0px;
}
.what_candidate_says_desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: -0.1px;
	color: #000000;
	min-height: 150px;
}
.what_candidate_says_details h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.3px;
	color: #323232;
	margin-bottom: 0px;
}
.what_candidate_says_details p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: -0.3px;
	color: #323232;
	margin-bottom: 0px;
}
.what_candidate_says_outter .slick-slide>div>div {
	height: auto;
	padding: 0px;
	display: block !important; 
	text-align: left;
	border-right: 0px;
}
.what_candidate_says_slider_items {
    padding: 30px;
	border-radius: 8px;
	border: solid 1px #e8e8ea;
	margin-right: 0px;
}
.what_candidate_says_outter .slick-slide img {
	display: inline-block;
}
/* What Candidates Say Ends */
/* Numbers Count Starts */
.candidates_clients_sect {

}
.candidates_clients_title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: var(--dark-sky-blue);
}
.candidates_clients_desc {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: var(--dark-slate-blue);
}
/* Numbers Count Ends */
/* Get Early Access Starts */
.get_early_access {
  background-color: #22326e;
  padding: 40px 0px 10px 0px;
}
.get_early_access_feature_wrapper {
  margin-top: 55px; 
}
.for_title {
  font-size: 20px;
  font-weight: 500;
  color: #21c1f3;
  margin-bottom: 10px;
}
.for_title_desc {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 34px;
}
.get_early_access_feature {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    /*background-size: 30px;*/
}
.instant_job_leads {
  background-image: url(../img/get_early_access/instant_leads.svg); 
}
.experts_help {
  background-image: url(../img/get_early_access/pre_screened_candidates.svg);
}
.bestin_class {
  background-image: url(../img/get_early_access/verified_candidates.svg);
}
.support_hiring {
  background-image: url(../img/get_early_access/hiring_candidates.svg);
}
.get_early_access_feature_short_title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  position: relative;
}
.get_early_access_feature_short_title:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #21c1f3;
  position: absolute;
  left: -8px;
  top: 2px;
}
.get_early_access_forms {
  border-radius: 22px;
  box-shadow: 0 2px 8px 0 rgba(4, 11, 38, 0.84);
  background-color: #ffffff;
  padding: 20px;
}
.get_early_access_forms_short_title {
  font-size: 22px;
  font-weight: bold;
  color: #22326e;
}
.get_early_access_forms_short_desc {
  font-size: 16px;
  line-height: 1.5;
  color: #22326e;
}
.get_early_access_desc {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.33;
	color: var(--white);
}
/* Get Early Access Ends */
/* Find Role, City based jobs Starts */
.title_role_jobs {
	font-size: 24px;
	font-weight: 700;
	color: #F5C545;
}
.role_city_names {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
	color: #FFFFFF;
}

.view_more_footer {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: normal;
	color: #ffff;
}
.view_more_footer:hover{
	text-decoration: none;
}
/* Find Role, City based jobs Ends */
/* Footer Starts */
footer {
   /*background-color: #f5f9ff;*/
}
.download_caption {
  font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 6px 0px 16px 0px;
}
.g_play_store_wrapper {
  margin-bottom: 25px;
}
.copy_right_text {
  font-size: 13px;
  color: #fff;
}
.footer_links,
.footer_links:hover,
.footer_links:visited,
.footer_links:focus {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer_social_links:hover,
.footer_social_links:focus,
.footer_social_links {
  display: inline-block;
  background-repeat: no-repeat;
  /*width: 30px;
  height: 30px;*/
  cursor: pointer;
  text-decoration: none;
}
.fb {
  background-image: url(../../images/v3/images/svg/fb_icon.svg);
}
.twt {
  background-image: url(../../images/v3/images/svg/x_icon.svg);
}
.linkedin {
  background-image: url(../../images/v3/images/svg/in_icon.svg);
}
.insta {
	display: none;
  background-image: url(../img/logos/instagram-fill.svg);
}
/* Footer Ends */

/* Secont Page Starts */
.page_sec_banner_title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.32;
	color: var(--white);
	text-shadow: 0 0 #FFF;
}
.page_sec_banner_title span {
  	color: #FF9046;
  	font-weight: 500;
}
.company_logo {
	width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: #fff;
    padding: 4px;
    display: flex;
}
.jobs_list_title {
	font-size: 26px;
	font-weight: 700;
	color: #001242;
}
.job_list_detail_wrapper {
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
}
.job_list_detail_logo {
	display: flex;
    height: 64px;
    width: 64px;
    margin-right: 16px;
    border: 1px solid rgb(204 204 204 / 25%);
    border-radius: 4px;
    overflow: hidden;
    padding: 4px;
}
.job_list_detail_cmp_name {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #001242;
}
.job_list_detail_salary {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: var(--dusk);
}
.job_list_detail_salary span {
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: var(--steel);
}
.job_list_detail_job_name {
	font-size: 24px;
	font-weight: 600;
	color: #001242;
}
.job_list_detail_job_location, 
.job_list_detail_job_exp {
	font-size: 16px;
	font-weight: 500;
	color: #001242;
}
.apply_btn_outter {
	border-top: solid 1px rgb(151 151 151 / 23%);
	margin-left: -8px;
	margin-right: -8px;
	padding-right: 10px;
}
.job_detail_card:hover,
.job_detail_card {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.job_list_detail_btn,
.job_list_detail_btn:hover {
	padding: 8px 20px;
	border-radius: 4px;
	background-color: var(--leafy-green);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	color: var(--white);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	min-width: 120px;
}

.job_list_detail_btn a,
.job_list_detail_btn a:hover {
	color: var(--white);
	text-decoration: none;
}
.view_all_btn {
	padding: 11px 73px 10px 82px;
	border-radius: 20px;
	border: #F5C545;
	background-color: #F5C545;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: normal;
	color: #002DA5;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.jobs_list_filter_wrapper {
	width: 100%;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
	background-color: var(--white);
	border-radius: 6px;*/
	overflow: hidden;
}
.filter_label {
	font-size: 14px;
	color: var(--off-blue);
	margin-bottom: 0px;
}
.beacon_animation {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	z-index: 9;
	right: 10px;
	background-color: #FFF;
}
.sort_by_label {
	font-size: 14px;
	font-weight: normal;
	color: var(--dusk);
	text-align: right;
	margin-right: 10px;
}
.job_list_filters .select2-container {
	width: 100%;
}
.select2-selection.select2-selection--single:focus {
	outline: none;
}
.job_list_filters .select2-container--default .select2-selection--single {
	background-color: #F5F5F5;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 100%;
    height: 36px;
    margin-bottom: 0px;
}
.job_list_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #001242;
	font-size: 16px;
	font-weight: 500;
	padding: 0px;
    line-height: 30px;
	max-width: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sortby_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	max-width: 120px;
}
.job_list_filters .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 21px;
	width: 20px;
	background-image: url(../../images/v3/images/svg/dd_arrow.svg);
	background-repeat: no-repeat;
	
}
.sortby_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
}
.job_list_filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.sortby_filter.job_list_filters .select2-container--default .select2-selection--single {
    /*border: 1px solid #c5cee0;*/
    background-color: #fff;
}
.sortby_filter.job_list_filters .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15px;
}
.sortby_filter.job_list_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0px 13px;
	padding-left: 30px; 
	line-height: 36px;
	color: #5e6272;
	position: relative;
}
.sortby_filter.job_list_filters .select2-container--default .select2-selection--single .select2-selection__rendered:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/sorting.svg);
	display: block;
	left: 6px;
	top: 10px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
	background-color: var(--white);
	border: none;
	margin-top: 10px;
	padding: 12px;
}
.select2-container--open .select2-dropdown--above {
	margin-top: -10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: #f7f9fc;
	border-color: #e8edf4;
	border-radius: 6px;
}
.select2-results__option .select2-results__group {	
	font-size: 16px;
	font-weight: 700;
	line-height: 2.5;
	color: var(--dark-slate-blue);
}
.select2-results__option {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	color: var(--greyish-blue);
}
/* Secont Page Ends */

/* Popup designs Starts */
.popup_label {
	font-size: 15px;
	font-weight: 500;
	color: #78797a;
	margin-bottom: 3px;
}
.popup_select2_dropdown {

}
.popup_select2_dropdown .select2-container {
	width: 100%;
}
.select2-selection.select2-selection--single:focus {
	outline: none;
}
.popup_select2_dropdown .select2-container--default .select2-selection--single {
	background-color: #f7f9fc;
    border: 1px solid #e4e9f2;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
}
.popup_select2_dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
	color: #222b45;
}
.popup_select2_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 16px;
	width: 20px;
	background-image: url(../img/icon/icon-chevron-down.svg);
	background-size: 27px;
	opacity: 0.5;
}
.popup_select2_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.popup_btn,
.popup_btn:hover {
	border-radius: 4px;
	background-color: var(--leafy-green);
	border-color: var(--leafy-green);
	font-size: 16px;
    font-weight: 500;
    line-height: 22px;
	letter-spacing: normal;
	text-align: center;
	color: var(--white);
}
.error_txt {
	font-size: 13px;
	color: #f00;
}
/* Popup designs Ends */
/* Special Notes to some Jobs Starts */
.spl_notes_title,
.spl_notes_title_sub {
	font-size: 22px;
	font-weight: 700;
	color: var(--dark-slate-blue);
	margin-bottom: 18px;
}
.spl_notes_job_desc p {
	font-size: 16px;
	font-weight: normal;
	color: var(--dusk);
}
.spl_notes_title_sub {
	font-size: 18px;
}
.spl_not_skills_respon dt {
	color: var(--dark-slate-blue);
}
.spl_not_skills_respon ul li,
.spl_not_skills_respon ol li {
	color: var(--dark-slate-blue);
	font-size: 16px;
  font-weight: 500;
}
.spl_not_skills_respon ul li p, 
.spl_not_skills_respon ol li p {
	font-weight: 400;
	margin-bottom: 0px;
}
.spl_not_skills_respon dd {
	font-size: 16px;
	font-weight: normal;
	color: var(--dusk);	
}
/* FAQ Starts */
.faq_title {
	font-size: 22px;
  font-weight: 700;
  color: var(--dark-slate-blue);
}
.faq_accordian {

}
.faq_accordian .card {
	border: 0px;
	border-bottom: 1px solid #f1f1f1 !important;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.faq_accordian .card-header {
	background-color: transparent;
	border-radius: 0px;
	border: 0;
	padding: 0;
}
.faq_accordian_btn:hover,
.faq_accordian_btn:focus,
.faq_accordian_btn {
	outline: none;
	font-size: 18px;
  font-weight: 700;
  color: var(--dark-slate-blue);
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  padding-left: 32px;
  transition: all 300ms;
}
.faq_accordian_btn {
	background-image: url(../img/spl_notes/add_fill.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.faq_accordian_btn[aria-expanded="true"] {
	background-image: url(../img/spl_notes/subtract_fill.png);
}
.faq_accordian_body {
	padding: 0;
	padding-top: 15px;
	font-size: 16px;
	font-weight: normal;
	color: var(--dusk);
	padding-left: 32px;	
}

/* FAQ Ends */
/* Special Notes to some Jobs Ends */
@media (max-width: 576px) {
	.mobile_mocks_outter img {
	    max-width: 100%;
	    transition: all 300ms;
	}
   .mobile_mocks_outter img[src="assets/img/how_it_works/feature_mockup_3@2x.png"] {
    	margin-top: -170px;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.loader_div {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
    background-color: rgb(255 255 255 / 70%);
    z-index: 9;
}
.loader {
  margin: 100px auto;
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #046df5, 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.5), -1.8em -1.8em 0 0em rgba(4,109,245, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.7), 1.8em -1.8em 0 0em #046df5, 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.5), 1.8em -1.8em 0 0em rgba(4,109,245, 0.7), 2.5em 0em 0 0em #046df5, 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.5), 2.5em 0em 0 0em rgba(4,109,245, 0.7), 1.75em 1.75em 0 0em #046df5, 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.5), 1.75em 1.75em 0 0em rgba(4,109,245, 0.7), 0em 2.5em 0 0em #046df5, -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.5), 0em 2.5em 0 0em rgba(4,109,245, 0.7), -1.8em 1.8em 0 0em #046df5, -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.5), -1.8em 1.8em 0 0em rgba(4,109,245, 0.7), -2.6em 0em 0 0em #046df5, -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.5), -2.6em 0em 0 0em rgba(4,109,245, 0.7), -1.8em -1.8em 0 0em #046df5;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #046df5, 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.5), -1.8em -1.8em 0 0em rgba(4,109,245, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.7), 1.8em -1.8em 0 0em #046df5, 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.5), 1.8em -1.8em 0 0em rgba(4,109,245, 0.7), 2.5em 0em 0 0em #046df5, 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.5), 2.5em 0em 0 0em rgba(4,109,245, 0.7), 1.75em 1.75em 0 0em #046df5, 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.5), 1.75em 1.75em 0 0em rgba(4,109,245, 0.7), 0em 2.5em 0 0em #046df5, -1.8em 1.8em 0 0em rgba(4,109,245, 0.2), -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.5), 0em 2.5em 0 0em rgba(4,109,245, 0.7), -1.8em 1.8em 0 0em #046df5, -2.6em 0em 0 0em rgba(4,109,245, 0.2), -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.5), -1.8em 1.8em 0 0em rgba(4,109,245, 0.7), -2.6em 0em 0 0em #046df5, -1.8em -1.8em 0 0em rgba(4,109,245, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,109,245, 0.2), 1.8em -1.8em 0 0em rgba(4,109,245, 0.2), 2.5em 0em 0 0em rgba(4,109,245, 0.2), 1.75em 1.75em 0 0em rgba(4,109,245, 0.2), 0em 2.5em 0 0em rgba(4,109,245, 0.2), -1.8em 1.8em 0 0em rgba(4,109,245, 0.5), -2.6em 0em 0 0em rgba(4,109,245, 0.7), -1.8em -1.8em 0 0em #046df5;
  }
}

/*@media (min-width: 576px) {*/
@media screen and (max-width: 767.5px) and (min-width: 556px) {
 .mobile_mask_outter {
    max-width: 412px;
    top: 171px;
  }
  .mobile_mock_main_banner {
    width: 150px;
    max-width: unset;
  }
  .mobile_mocks_outter img {
    width: 190px;
  }
  .mobile_mocks_outter {
    width: 317px;
    max-width: unset;
    max-height: none;
  }
  .how_it_works_steps_wrapper .how_it_works_title_desc {
  	margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
	.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
		padding: 6px;
	}
	.select2-container--default .select2-results__option .select2-results__option {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media screen and (max-width: 600px) and (min-width: 400px) {
  
}
@media screen and (min-width: 768px) {
  
}
@media screen and (min-width: 992px) {
  .sortby_filter_outter {
  	min-width: 160px;
  }
}
.Profile {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.Profile-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0px;
  -webkit-animation: rotate 5.5s 5 linear;
          animation: rotate 5.5s 5 linear;
}
.Profile-border-segment {
  position: absolute;
  top: -10px;
  left: -10px;
}
.Profile-border-segmentContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
}
.Profile-borderMask {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
}
.Profile-border-segmentContainer:nth-child(1) {
  transform: rotate(22.5deg);
}
.Profile-border-segmentContainer:nth-child(1) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.025s;
          animation-delay: 0.025s;
}
.Profile-border-segmentContainer:nth-child(2) {
  transform: rotate(45deg);
}
.Profile-border-segmentContainer:nth-child(2) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.Profile-border-segmentContainer:nth-child(3) {
  transform: rotate(67.5deg);
}
.Profile-border-segmentContainer:nth-child(3) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.075s;
          animation-delay: 0.075s;
}
.Profile-border-segmentContainer:nth-child(4) {
  transform: rotate(90deg);
}
.Profile-border-segmentContainer:nth-child(4) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.Profile-border-segmentContainer:nth-child(5) {
  transform: rotate(112.5deg);
}
.Profile-border-segmentContainer:nth-child(5) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.Profile-border-segmentContainer:nth-child(6) {
  transform: rotate(135deg);
}
.Profile-border-segmentContainer:nth-child(6) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.Profile-border-segmentContainer:nth-child(7) {
  transform: rotate(157.5deg);
}
.Profile-border-segmentContainer:nth-child(7) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.175s;
          animation-delay: 0.175s;
}
.Profile-border-segmentContainer:nth-child(8) {
  transform: rotate(180deg);
}
.Profile-border-segmentContainer:nth-child(8) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.Profile-border-segmentContainer:nth-child(9) {
  transform: rotate(202.5deg);
}
.Profile-border-segmentContainer:nth-child(9) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.225s;
          animation-delay: 0.225s;
}
.Profile-border-segmentContainer:nth-child(10) {
  transform: rotate(225deg);
}
.Profile-border-segmentContainer:nth-child(10) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.Profile-border-segmentContainer:nth-child(11) {
  transform: rotate(247.5deg);
}
.Profile-border-segmentContainer:nth-child(11) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.275s;
          animation-delay: 0.275s;
}
.Profile-border-segmentContainer:nth-child(12) {
  transform: rotate(270deg);
}
.Profile-border-segmentContainer:nth-child(12) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.Profile-border-segmentContainer:nth-child(13) {
  transform: rotate(292.5deg);
}
.Profile-border-segmentContainer:nth-child(13) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.325s;
          animation-delay: 0.325s;
}
.Profile-border-segmentContainer:nth-child(14) {
  transform: rotate(315deg);
}
.Profile-border-segmentContainer:nth-child(14) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.Profile-border-segmentContainer:nth-child(15) {
  transform: rotate(337.5deg);
}
.Profile-border-segmentContainer:nth-child(15) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.Profile-border-segmentContainer:nth-child(16) {
  transform: rotate(360deg);
}
.Profile-border-segmentContainer:nth-child(16) .Profile-border-segment {
  transform-origin: 100px 50%;
  -webkit-animation: scale 2.5s 0 linear;
          animation: scale 2.5s 0 linear;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.Profile-imageMask {
  background: #ccc;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.faq_container {
	height: calc(100vh - 68px);
	overflow: auto;
}
.payment_faq_title {
	font-size: 28px;
	color: #22326e;
	font-weight: 700;
}
.faq_s_no {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 20px;
}
.payment_faq_ques_ans h2 {
	font-size: 18px;
	color: #22326e;
	font-weight: 600;
}
.payment_faq_ques_ans p {
	font-size: 16px;
	color: #22326e;
	font-weight: 400;
}
.payment_faq_ques_ans a {
	font-size: 14px;
	color: #308eed;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}
 /* Footer Section */
.login_footers {
  min-height: 70px;
}
.login_footer {
  background-color: #d9e4ff;
  padding: 4px;
  position: relative;
    bottom: 0px;
    border: solid 1px rgba(89, 139, 255, 0.2);
    box-shadow: 0px 0px rgba(120, 159, 254, 0.11);
    margin-top: 0px;
}
.mobile_footer .login_footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  box-shadow: 0px -1px 9px rgb(101 101 101 / 35%);
  background-color: #fff1d1;
  
  }
.app_img {
  position: relative;
}
.footer_caption {
  font-size: 15px;
  font-weight: 700;
  color: #22326e;
  margin-left: 6px;
  margin-bottom: 3px;
}
.footer_caption_sub {
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px;
  color: #22326e;
}
.mobile_footer .footer_caption {
  font-size: 15px;
}
.mobile_footer .footer_caption_sub {
  font-size: 12px;
}
.desktop .app_img {
  margin-top: 0px;
  position: relative;
  padding-right: 10px;
}
.desktop .footer_caption {
    margin-left: 0px;
}
.login_footer {
	/*background-color: rgb(242 246 255 / 72%);*/
	/*border-radius: 5px 5px 0 0;*/
	padding: 5px;
	margin: 0 auto;
	margin-top: 60px;
	/*margin-bottom: 15px;*/
	position: relative; 
	max-width: 500px;
	width: 100%;
	bottom: 0px;
	left: 0;
	right: 0;
	border: solid 1px rgba(120, 150, 254, 0.11);
}
  .desktop .login_footer {
      margin-top: 0px;
      box-shadow: 0 8px 12px 0 rgba(29, 42, 68, 0.1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

.footer_banner_cta_btn:hover,
.footer_banner_cta_btn {
	text-decoration: none;
	border-radius: 15px;
    background-color: var(--green-blue);
    font-size: 13px;
    color: var(--white);
    display: inline-block;
    text-shadow: 0 0 white;
    padding: 5px 10px;
    font-weight: 400;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  18% {
    transform: scale(0.01, 0.01);
  }
  33% {
    transform: scale(0.01, 0.01);
  }
  51% {
    transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  18% {
    transform: scale(0.01, 0.01);
  }
  33% {
    transform: scale(0.01, 0.01);
  }
  51% {
    transform: scale(1, 1);
  }
}


/*
		Web Prescreening Popup starts here 
*/
.web_screening_questions_content {
	max-width: 340px;
	margin: 0 auto;
}
.web_screening_questions_content .modal-header {
	background-color: #f5f9ff;
}
.web_screening_questions_content .modal-title {
	font-size: 16px;
	font-weight: 700;
	color: #212961;
}
.web_screening_questions_content .modal-title div {
	font-size: 14px;
	font-weight: 400;
	color: #7b8db9;
}
.web_screen_ques_popup_ques_label {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #4a587b;
	margin-bottom: 0px;
}
.web_screen_question_ans_chkbx {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 0;
}
.web_screen_question_ans_btns {
	border-radius: 4px;
	border: solid 1px rgba(33, 41, 97, 0.16);
	background-color: var(--white);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 13px;
	display: block;
	color: #4a587b;
	cursor: pointer;
	position: relative;
	padding-right: 35px;
}
.web_screen_question_ans_chkbx:checked + .web_screen_question_ans_btns {
	border: solid 2px #02c598;
	color: #02c598;
}
.web_screen_question_ans_chkbx:checked + .web_screen_question_ans_btns:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../images/web_prescreening/correct_answer.svg);
	top: 15px;
    right: 15px;
    background-size: cover;
}
.correct_answer:checked + .web_screen_question_ans_btns:after {
	background-image: url(../images/web_prescreening/correct_answer.svg);
}
.correct_answer:checked + .web_screen_question_ans_btns {
	border: solid 2px #02c598;
	color: #02c598;
}
.wrong_answer:checked + .web_screen_question_ans_btns:after {
	background-image: url(../images/web_prescreening/wrong_answer.svg);
}
.wrong_answer:checked + .web_screen_question_ans_btns {
	border: solid 2px #e64546;
	color: #e64546;
}
.web_screening_ques_popup_btn:hover,.web_screening_ques_popup_btn:active,
.web_screening_ques_popup_btn {
	border-radius: 4px;
	background-color: #44cc3b;
	border: solid 1px #44cc3b;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	height: 48px;
	line-height: 38px;
	width: 100%;
}
.candidate_registration_form_label {
  font-size: 15px;
  font-weight: 500;

  line-height: normal;

  color: var(--dusk);
}
.web_screen_popup_input_group .input-group-text {
	border-color: #e4e9f2;
    background-color: #edf1f7;
	font-size: 15px;
	font-weight: 500;
	color: #4a587b;
}
.web_screen_popup_input {
	height: 40px;
	border-radius: 4px;
	border: solid 1px #e4e9f2;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	color: #8f9bb3;
}
.tc_text_otp_popup {
	font-size: 13px;
	text-align: center;
	color: #4a587b;
}
.tc_text_otp_popup a,
.tc_text_otp_popup a:hover {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #308eed;
	text-decoration: underline;
	cursor: pointer;
}
.ques_wrong_ans_msg, .ques_wrong_ans_heading {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.73;
	letter-spacing: normal;
	text-align: center;
	color: var(--dusk);
}
.ques_wrong_ans_msg br {
	display: none;
}
.ques_wrong_ans_heading {
	font-size: 18px;
	font-weight: 700;
}
.find_more_jobs_btn:hover,
.find_more_jobs_btn {
	border-radius: 4px;
    border: solid 2px #308eed;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--dusk);
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 13px;
    text-decoration: none;
}
.error_txt,.error {
	color: #e64546;
	font-size: 13px;
}
.otp_fields .candidate_registration_form_input {
    height: 50px;
    width: 50px;
    font-size: 24px;
    font-weight: 500;
}
.otp_expired_timer {
  font-size: 13px;
  font-weight: 500;
  color: #ec770a
}
.resend_otp_link {
  font-size: 13px;
  color: #21c1f3;
  cursor: pointer;
}
.verified_msg {
  font-size: 13px;
  text-align: left;
}
.failure {
  color: #f00;
}
.successed {
  color: #47A804;
}
.logo-subtxt{
	font-family: IBM Plex Sans;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: -5px 0 0 42px;
}
@media (max-width: 520px) {
	.logo-subtxt{
	margin: -5px 0 0 42px;
	font-size: 11px;
}
}
/*
		Web Prescreening Popup Ends
*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px;
}

/*New Design Start*/
.search_container{
	background-color: #FFFFFF;
	box-shadow: 0px 4px 20px 0px #0000001F;
	padding: 30px 0;
}
.jobs_filter_dd{
	
	background-color: #F5F5F5;
	border-radius: 16px;
	padding: 5px 0;
}
.job_srch_btn,
.job_srch_btn:hover {
	padding: 18px 18px;
	border-radius: 16px;
	background-color: #F5C545;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #002DA5;
	text-decoration: none;
	cursor: pointer;
}
.sortby_wrapper{
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 12px;
}
.verrify_tag{
	background-color: #1A98FF;
	padding: 8px 16px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.eapply_tag{
	background-color: #FDF3DA;
	color: #FF9046;
}
.jd_list_br {
    border-right: 1px solid #C6C7C8;
}
.jl_card_po {
	font-size: 13px;
	font-weight: 400;
	color: #596479;
}
.jd_salary {
	font-size: 24px;
	font-weight: 700;
  	color: #FF9046;
}
.jd_salary span {
	font-size: 16px;
	font-weight: 500;
  	color: #4A4B4B;
}
.jl_action_btn {
	border-radius: 100px;
	background-color: #002DA5;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	border:1px solid #002DA5;
}
.jl_action_btn:hover{
	background-color: #fff;
	color: #002DA5;
	border:1px solid #002DA5;
}
.refer_wrapper{
	background-image: url(../../images/v3/images/svg/refer_banner.svg);
	border-radius: 24px;
	width: 100%;
	
}
.refer_wrapper_inner{
	background: #002DA5D9;
	border-radius: 24px;
	width: 100%;
	min-height: 200px;
}
.refer_txt{
	font-size: 24px;
	font-weight: 600;
	color: #FF9046;
}
.refer_desc{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.refer_action_btn ,
.refer_action_btn:hover{
	border-radius: 100px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #002DA5;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	border:1px solid #fff;
	width: 90%;
}

.filter_wrapper{
	background-color: #FFFFFF;
	border-radius: 24px;
	padding: 12px;
}
.filter_title{
	color: #001242;
	font-size: 24px;
	font-weight: 700;
}
.filter_inner_wrapper{
	background-color: #F5F5F5;
	border-radius: 12px;
	padding: 10px;
}
.filter_inner_title{
	color: #959596;
	font-size: 16px;
	font-weight: 400;
}
.bg-blue{
	background-color: #002DA5;
}
.pby_txt{
	color: #F5C545;
	font-size: 18px;
	font-weight: 500;

}
/*New Design End*/