@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');
@import url("icons.css");
html {
  font-size: 100%;
}
:root {
	--marine-blue: #002274;
	--green-blue: #02c598;
	--ice-blue: #f5f9ff;
	--leafy-green: #44cc3b;
	--dusk: #4a587b;
	--greyish-blue: #6573a5;
	--dark-slate-blue: #22326e;
	--white:#ffffff;
}
body {
	padding: 0;
	margin: 0;
	color: #5c5c5c;
	font-family: "Sarabun", sans-serif;
	font-weight: normal;
	background: #f2f6f9;
}
h1, h2, h3, h4 {
	font-weight: 700;
}
.error.help-block, .error, .error_msg {
	font-size: 12px !important;
	color: #F00;
}
.alertBox {
	display: none; 
	position: fixed;
	top: 20px;
	width: 100%;
	z-index: 999999999;
	text-align: center;
}
.alertBox .alert {
	margin: auto;
	width: 500px;
}
.alert.alert-success h4 {
	font-weight: 500;
	margin-bottom: 10px;
}
.alert.alert-success p {
	margin: 0;
}
.main_banner_container {
	background: rgb(4,109,245);
	background: linear-gradient(90deg, rgba(4,109,245,1) 0%, rgba(0,41,134,1) 56%, rgba(0,40,133,1) 100%);
}
.qjobs_weblisting_header {
	background-color: #002DA5; 
}
/*.navbar-brand {
	max-width: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/
.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;
}
.hire_employees_btn:hover,
.hire_employees_btn {
	/*border: solid 1px var(--white);
	background-color: rgba(255, 255, 255, 0.24);
	color: var(--white);*/
}
.header_top_banner h1 {
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.header_top_banner p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: var(--white);
	margin-bottom: 0px;
}
.header_top_banner.success_page h1 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: normal;
	text-align: center;
}
.header_top_banner.success_page p {
	font-size: 13px;
	line-height: 1.33;
	text-align: center;
}
.bg_light {
	background-color: var(--ice-blue);
}
.about_app_intro_success_page {
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	padding: 8px 0px;
	position: relative;
    z-index: 1;
}
.about_app_intro_success_page_desc {
	font-size: 16px;
	font-weight: 400;
	color: #4a587b;
}
.form_title_desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #4a587b;
}
.form_title_desc span {
	font-weight: 700;
}
.myinfo_apply .form_container {
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.candidate_registration_form_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #4a587b;
}
.gender_button {
	min-width: 80px;
	background-color: rgba(255, 255, 255, 0);
	border: 5px solid transparent;
	border-radius: 50%;
	min-height: 80px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.gender_button .gender_radio_btn {
	opacity: 0;
}
.male_button {
	background-image: url(../images/req/male.svg);
}
.female_button {
	background-image: url(../images/req/female.svg);
}
.gender_button.active {
	border-color: #02c598;
}
.gender_radio_btn:checked + .checked_input {
	background-image: url(../images/req/check_right.svg);
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -8px;
	right: -2px;
	background-color: #FFF;
	border-radius: 50%;
	background-position: center;
}
.english_knowledge_btn_label,
.experience_btn_label,
.education_btn_label {
	width: 100%;
	max-width: 163px;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 15px;
	color: #4a587b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.english_knowledge_wrapper div:last-child label,
.education_details_wrapper div:last-child label,
.education_details_wrapper div:nth-last-child(2) label {
	margin-bottom: 0px;
	}
.english_knowledge_btn_label.active,
.education_btn_label.active,
.experience_btn_label.active {
	background-color: #308eed;
	border-color: 1px solid #308eed;
	color: #FFF;
}
.english_knowledge_btn,
.experience_btn,
.education_btn {
	width: 0px;
	height: 0px;
	opacity: 0;
	position: absolute;
}
.yes_no_thumb {
	width: 25px;
	height: 25px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: auto;
	right: auto;
	margin-left: -25px;
}
.yes_thumb {
	background-image: url(../images/req/yes_thumb.svg);
	margin-top: -5px;
}
.no_thumb {
	background-image: url(../images/req/no_thumb.svg);
	margin-top: -2px;
}
.candidate_registration_form_input_select_outter .select2-container .select2-selection--single {
	height: 40px;
	background-color: rgb(249, 250, 255);
	border: 1px solid rgb(224, 231, 255);
	border-radius: 5px;
	color: #2E384D;
	font-weight: 500;
	font-size: 13px;
	line-height: 36px;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #4a587b;
	font-weight: 400;
	font-size: 15px;
	line-height: 36px;
	text-align: left;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	top: auto;
	margin-top: 9px;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	display: inline-block;
	content: "\e907";
	font-family: 'icomoon';
	color: #1045AC;
	margin-top: 0px;
	margin-left: -12px;
	position: relative;
	top: -6px;
}
.candidate_registration_form_input_select_outter .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b:before {
	content: "\e904";
}
.candidate_registration_form_input_select_outter .select2-container .select2-selection--single {
	background-color: #FFF;
	border: 1px solid #d2d5de;
	text-align: center;
}
.select2-results__options li {
	font-size: 12px;
	line-height: 22px;
}
.candidate_registration_form_input {
	border-radius: 4px;
	border: solid 1px #d2d5de;
	background-color: #FFF;
	height: 40px;
}
.candidate_registration_form_input::-webkit-input-placeholder, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Edge */
	opacity: 0.68;
	font-size: 15px;
	color: #4a587b;
}
.candidate_registration_form_input:-ms-input-placeholder, .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.68;
	font-size: 15px;
	color: #4a587b;
}
.candidate_registration_form_input::placeholder, .select2-container--default .select2-search--inline .select2-search__field::placeholder {
	opacity: 0.68;
	font-size: 15px;
	color: #4a587b;
}
.candidate_registration_form_btn,
.candidate_registration_form_btn:hover {
	width: 100%;
	height: 48px;
	border-radius: 4px;
	background-color: var(--leafy-green);
	display: block;
	cursor: pointer;
	color: #FFF;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.bottom_sticy_btn {
	position: fixed;
	width: 100%;
	background: #FFF;
	bottom: 0px;
	padding: 10px;
	z-index: 12;
	left: 0;
	margin-bottom: 0px !important;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
.bottom_fixer {
	height: 50px;
}
.otp_popup_header {
	background-color: var(--ice-blue);
	border-bottom: 0px;
}
.otp_page_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
	color: var(--dusk);
}
.otp_page_desc, .otp_phone_number {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	color: var(--dusk);
}
.otp_phone_number {
	font-weight: 500;
}
.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;
}
.sbi_invite_banner {
  background-color: var(--darkish-blue-two);
}
.text_application_success {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  color: var(--white);
}
.text_application_desc {
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}
.text_application_desc span {
  font-weight: 700;
  white-space: nowrap;
}
.track_btn:focus,
.track_btn:hover,
.track_btn {
  display: block;
  padding: 15px;
  background-color: #FFF; 
  font-size: 18px;
  font-weight: 500;
  color: var(--dusk);
  text-decoration: none;
}
.page_title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-slate-blue);
}
.job_list_detail_wrapper {
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
}
.company_name_section,
.job_list_detail_cmp_name {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #001242;
}
.company_name_section {
	font-size: 20px;
}
.jd_job_title,
.job_list_detail_job_name {
  font-size: 24px;
  font-weight: 600;
  color: #001242;
}
.jd_job_title {
	font-size: 32px;
}
.verrify_tag {
  background-color: #1A98FF;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.easy_apply_tag {
	background-color: #FDF3DA;
	color: #FF9046;
}
.job_list_detail_salary {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #FF9046;
}
.job_list_detail_salary span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #4A4B4B;
}
.jd_job_salary {
	font-size: 24px;
}

.apply_similar_job {
	font-size: 16px;
	font-weight: 500;
	color: #002DA5;
}
.job_list_detail_job_location, 
.job_list_detail_job_exp {
  font-size: 16px;
  font-weight: normal;
  color: var(--dusk);
}

.apply_btn:hover,
.apply_btn:focus,
.apply_btn {
  border-radius: 100px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  color: #002DA5;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #002DA5;
  line-height: 26px;
  min-width: 130px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.apply_btn:hover {
	background-color:  rgb(0 45 165 / 10%);
}

.apply_btn_outter {
  border-top: solid 1px rgb(151 151 151 / 23%);
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 15px;
}
.media_outter {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 8px;
  border: solid 1px rgba(151, 151, 151, 0.44);
  display: flex;
  align-items: center;
  padding: 5px;
}
.job_list_detail_btn:hover,
.job_list_detail_btn {
  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: 155px;
}
.job_applied_btn,
.job_applied_btn:hover {
  opacity: 0.5;
  cursor: default;
}
.appli_desc {
  font-size: 15px;
  line-height: 1.4;
  color: var(--dusk);
}
.company_logo {
  border-radius: 9px;
  border: solid 1px rgba(151, 151, 151, 0.44);
  background-color: var(--white);
  width: 71px;
  height: 71px;
}
.company_logo img {
  border-radius: 9px;
}
.company_info h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dusk);
}
.company_info h5 span {
  font-size: 14px;
  color: #78829c;
  margin-left: 4px;
  font-weight: 400;
}
.position_name {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-sky-blue);
}
.job_desc_icon {
  width: 28px;
  text-align: center;
}
.job_desc {
  font-size: 14px;
  color: var(--dusk);
}
.refer_friend_btn,
.call_apply_btn,
.refer_friend_btn:hover,
.call_apply_btn:hover {
  display: block;
  height: 48px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
  border: solid 2px var(--green-blue);
  background-repeat: no-repeat;
  text-decoration: none;
  line-height: 48px;
  text-align: center;
}
.refer_friend_btn,
.refer_friend_btn:hover {
  color: var(--dusk);
  border-color: #02c598;
}
.call_apply_btn,
.call_apply_btn:hover {
  background-image: url(../images/sbi/call.svg);
  background-position: center left 20px;
  background-color: var(--green-blue) !important;
  color: #FFF;
}
.footer_app_download_link,
.footer_app_download_link:hover {
  text-decoration: none;
  cursor: pointer;
}
.bottom_dummy {
  height: 90px;
}
.footer_link:hover,
.footer_link:active,
.footer_link {
  text-decoration: none;
}
.sbi_footer {
  position: fixed;
  max-width: 567px;
  margin: 0 auto;
  bottom: 0px;
  right: auto;
  left: auto;
  background: #f2f6ff;
  width: 100%;
  padding: 9px;
  box-shadow: 1px -4px 5px rgb(0 0 0 / 8%);
}
/* 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;
}
/* Find Role, City based jobs Ends */
/* Footer Starts */
footer {
   background-color: #002DA5;
}
.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;
 
  cursor: pointer;
  text-decoration: none;
}
.fb {
  background-image: url(../images/logos/facebook.svg);
}
.twt {
  background-image: url(../images/logos/twitter.svg);
}
.linkedin {
  background-image: url(../images/logos/linkedin.svg);
}
.insta {
  background-image: url(../images/logos/instagram-fill.svg);
}
.bottom_dummy {
  height: 90px;
}
.footer_link:hover,
.footer_link:active,
.footer_link {
  text-decoration: none;
}
.sbi_footer {
  position: fixed;
  max-width: 567px;
  margin: 0 auto;
  bottom: 0px;
  right: auto;
  left: auto;
  background: #f2f6ff;
  width: 100%;
  padding: 9px;
  box-shadow: 1px -4px 5px rgb(0 0 0 / 8%);
}
.footer_title {
  font-size: 16px;
  font-weight: 400;
  color: #22326e;  
}
.footer_title_two {
  font-size: 20px;
  font-weight: 700;
  color: #22326e;  
}
.view_all_btn:active,
.view_all_btn:hover,
.view_all_btn {
	padding: 11px 73px 10px 82px;
    border-radius: 20px;
    border: solid 1px rgba(151, 151, 151, 0.36);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: var(--dark-slate-blue);
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
/* Footer Ends */
@media (max-width: 400px){
  .footer_title {
    font-size: 12px;
  }
  .footer_title_two {
    font-size: 14px;  
  }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.candidate_registration_form_btn,
	.candidate_registration_form_btn:hover {
		width: 300px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.header_top_banner h1 {
		color: var(--white);
		font-size: 28px;
		font-weight: 700;
		line-height: 1.56;
	}
	.header_top_banner p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1;
		color: var(--white);
	}
	.header_top_banner.success_page h1 {
		font-size: 22px;
		font-weight: 500;
		line-height: 1.08;
		letter-spacing: normal;
		text-align: left;
		color: var(--white);
	}
	.header_top_banner.success_page p {
		font-size: 16px;
		line-height: 1.33;
		text-align: left;
	}
	/* Footer Starts */
	footer {
	 background-color: #002DA5;
	}
	.download_caption {
		font-size: 24px;
		margin: 6px 0px 16px 0px;
	}
	/* Footer Ends */
	.modal-md {
		max-width: 350px;
	}
	.bottom_sticy_btn {
		position: relative;
		width: 100%;
		background: #FFF;
		bottom: 0px;
		padding: 0px;
		z-index: 1;
		left: 0;
	    box-shadow: none;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.header_top_banner h1 {
		color: var(--white);
		font-size: 36px;
		font-weight: 700;
		line-height: 1.56;
	}
	.header_top_banner p {
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
		color: var(--white);
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.container-lg {
	    max-width: 1248px;
	}
	.modal-md {
		max-width: 350px;
	}
}

/* New css*/
.bg-blue{
	background-color: #002DA5;
}
.pby_txt{
	color: #F5C545;
	font-size: 18px;
	font-weight: 500;

}