body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

/************************ standard css ********************/
/************* TITLE ***************/
.sub_title_format {
  color: #003267;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.sub_title_format::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
  margin: 3px 0px 0px !important;
}

h2 {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

h2::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
  margin: 3px 0px 0px !important;
}

.title {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.title::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
  margin: 3px 0px 0px !important;
}

/************* TITLE ***************/
/************* popup ***************/
.modal-header {
  padding: 7px 15px;
  border: 0px;
}

.modal-header .close {
  margin-top: 0px;
  position: absolute;
  z-index: 9;
  right: 10px !important;
}

.modal-header {
  height: auto !important;
  border: 0px !important;
}

.close {
  opacity: 1;
  color: #003267;
}

/************* popup ***************/
/************* Hyper Link ***************/
a {
  color: #00ADEF;
}

a:hover {
  color: #003267;
  text-decoration: none;
  transition: 0.5s ease;
}

/************* Hyper Link ***************/
/************* Button ***************/
.yellow_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.grey_btn {
  border-radius: 50px;
  background: #DBDBDB;
  color: #000000;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.grey_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn_sm {
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn_sm:hover {
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn_sm svg {
  fill: #003267;
  height: 15px;
  width: 15px;
  padding-top: 0px;
}

.yellow_btn_sm:hover svg {
  fill: #ffffff;
  transition: 0.5s ease;
}

/************* Button ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  display: block;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card_view:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

/************* Card View ***************/
/************* flaot ***************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/************* flaot ***************/
/************* flaot ***************/
.text_dark_blue {
  color: #003267;
}

.text_red {
  color: #FF0000 !important;
}

/************* flaot ***************/
/************* Margin ***************/
.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-10 {
  margin-top: 10px;
}

/************* Margin ***************/
/************* padding ***************/
.pr-0 {
  padding-right: 0px;
}

/************* padding ***************/
/************* Inline list ***************/
ul.inline-list {
  padding-left: 0px;
}

ul.inline-list li {
  list-style: none;
  display: inline-block;
}

ul.list {
  padding-left: 16px;
}

ul.list li {
  list-style: disc;
  line-height: 26px;
}

ul.list li::marker {
  color: #00ADEF;
}

/************* Inline list ***************/
/************* list in 2 columns ***************/
ul.two_columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/************* list in 2 columns ***************/
/************************ FOrm css ********************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #00ADEF;
    --active-inner: #fff;
    --focus: 3px rgba(0, 173, 239, 0.3);
    --border: #B5B5B5;
    --border-hover: #00ADEF;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #C2EEFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }

  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }

  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-x`hover);
  }

  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }

  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }

  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }

  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 16px;
    /*line-height: 21px;*/
    display: inline-block;
    /*vertical-align: top;*/
    cursor: pointer;
    /*margin-left: 4px;*/
    color: #333;
    font-weight: 400;
    padding: 0px 5px;
    margin: 0px;
    border: 0px !important;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 0px;
  }

  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }

  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }

  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }

  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }

  input[type=radio]:checked {
    --s: 0.5;
  }
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 1px auto #ffffff;
  outline-offset: 0px;
}

/************************ Form css ********************/
/************* form ***************/
.cust_form {
  text-align: left;
}

.cust_form .form-control {
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 40px;
  padding: 9px 12px;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #EEEEEE !important;
  color: fieldtext !important;
}

.cust_form .form-control:focus, .cust_form .form-control:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: 0.7s ease;
}

.cust_from .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 0rem;
}

.cust_from.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.filter-btn {
  margin-top: 27px !important;
}

label {
  font-size: 16px;
  font-weight: 500 !important;
  border: 0px !important;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 500 !important;
}

.cust_form .form-group {
  margin-bottom: 20px;
}

.cust_form .form-group input {
  margin-bottom: 10px;
}

.cust_form .form-group label.custom-control-label {
  padding-left: 10px;
}

.cust_radio .checkbox-inline, .cust_radio .radio-inline {
  padding-left: 30px;
}

.cust_radio .checkbox-inline input, .cust_radio .radio-inline input {
  margin-left: -30px;
}

.cust_radio p.radio_title {
  font-weight: 500 !important;
}

.cust_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

/************* form ***************/
/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td {
  Color: #ffffff;
  font-weight: 500;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
}

.table thead th, .table thead td {
  vertical-align: middle;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.detele_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #003267;
}

.detele_table_icon svg:hover, .pdf_table_icon svg:hover, .view_table_icon svg:hover {
  fill: #F7ED36;
}

.pdf_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #ff0000;
}

.view_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #00adef;
}

/************* Table ***************/
.custom_form .custom_control {
  margin-bottom: 15px;
}

/************************ Hr form & popup ********************/
.hr_form {
  text-align: left;
}

.hr_form .close img {
  height: 15px;
}

/*.hr_form button.close img{position: absolute; z-index: 9; right:15px;}*/
.hr_popup_list ul {
  padding-left: 16px;
}

.hr_popup_list ul li::marker {
  color: #003267;
}

.close svg {
  fill: #003267;
  height: 15px;
}

.close svg:hover {
  fill: #00ADEF;
}

/*.hr_form .header{ position: relative;} */
.header .modal-title.sub_title_format {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  padding-left: 0px;
}

.hr_popup_list button {
  margin-top: 15px;
}

.hr_popup_list .cust_form {
  margin-top: 15px;
}

.hr_form .modal-header {
  margin-top: 10px;
  border-bottom: 0px;
}

.hr_form .modal-body {
  border-top: 0px;
}

/************************ Hr form & popup ********************/
/************************ Hr flow ********************/
.hr_flow {
  text-align: left;
}

.card_view h2.sub_title_two {
  margin-top: 0px;
  margin-bottom: 20px;
}

.hr_flow .sub_title_format {
  margin-bottom: 20px;
}

.job_details {
  position: relative;
}

.job_details ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.job_details ul li {
  font-size: 16px;
  color: #000000;
  list-style: none;
  line-height: 24px;
  padding-bottom: 10px;
}

.job_details ul li:last-child {
  padding-bottom: 0px;
}

.job_details ul li span {
  color: #003267;
  font-weight: 600;
}

.job_details_list {
  width: 100%;
  /* width: 69% */
}

/*.job_details button{position: absolute; right: 0px; bottom: 0px; display: block;}
.job_opening_details .card_view{height: 22vh;}*/
.job_opening_details .card_view.mb-0 {
  margin-bottom: 0px;
}

.job_details button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
}

.job_details a.yellow_btn_sm {
  /*position: absolute; right: 0px; bottom: 0px; */
  display: inline-block;
  margin-top: 20px;
}

.job_details a.yellow_btn_sm:hover {
  text-decoration: none;
}

/************************ Hr flow ********************/
/************************ JD flow ********************/
.job_info .title {
  margin-top: 0px;
}

.job_info ul li span {
  color: #003267;
  font-weight: 600;
}

.job_info p span {
  color: #003267;
  font-weight: 600;
}

.job_info p {
  font-size: 16px;
}

ul.jd_list li:after {
  content: "|";
  padding: 0px 10px;
  padding: 0px 10px 0px 15px;
  font-size: 16px;
}

ul.jd_list li:last-child:after {
  content: " ";
}

.job_info ul {
  padding-left: 16px;
}

.job_info .top_jd_title {
  padding-left: 0px;
}

.job_info ul.list li {
  margin-left: 0px;
  padding-bottom: 7px;
}

.job_info .border_line {
  position: relative;
}

.job_info .border_line .v_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #888888;
  left: 50%;
}

.border_line .sub_title_format {
  margin-top: 0px;
}

.job_info .title, .job_info .sub_title_format {
  margin-bottom: 15px;
}

/************************ JD flow ********************/
/************************ Apply Now ********************/
.apply_now h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.apply_now .sub_title_format {
  margin-top: 0px;
  margin-bottom: 20px;
}

.apply_now .back_btn {
  margin-top: 10px;
}

.apply_now ul.inline-list li {
  margin-right: 10px;
}

.apply_now ul.inline-list li:last-child {
  margin-right: 0px;
}

.apply_now span.text_dark_blue {
  font-weight: 600;
}

/************************ Apply Now ********************/
a.yellow_btn {
  margin: 0px 0px 10px;
  display: inline-block;
}

a.yellow_btn:hover, a.yellow_btn_sm:hover {
  text-decoration: none;
  transion: 0.5s ease;
  color: #fff;
}

.modal-body {
  text-align: justify;
  padding-top: 0px !important;
}

.hr_popup_list ul li {
  padding-bottom: 10px;
}

.hr_popup_list ul li:last-child {
  padding-bottom: 0px;
}

.hr_popup_list ul {
  padding-bottom: 0px;
}

.label {
  border: 0px !important;
}

.modal-body {
  border-top: 0px !important;
}

.cust_form .yellow_btn {
  margin-top: 15px;
}

.hr_popup_list ul {
  margin-bottom: 10px;
}

.link {
  font-weight: 600;
  margin: 0px !important;
  color: #00ADEF;
}

.job_info .yellow_btn {
  margin-top: 15px;
}

.skills {
  font-family: "Poppins-Regular";
  font-size: 16px;
  overflow: hidden;
  white-space: pre-line;
  text-align: justify;
}

.vallign td {
  vertical-align: top;
}

@media (min-width: 320px) and (max-width: 767px) {
  .filter-btn {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }

  .job_info .border_line .v_line {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 413.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }

  label {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .filter-btn {
    font-size: 14px;
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}