.user-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-sidebar ul li {
  background: #ddd;
  margin-bottom: 8px;
}
.user-sidebar ul li.active {
  background: transparent;
  border-right: 0px !important;
  border: 2px solid #b8b8b8;
}
.user-sidebar ul li.active a {
  font-weight: bold;
}
.user-sidebar ul li a {
  display: block;
  padding: 15px 20px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  cursor: pointer;
}
.application-form h3 {
  display: none;
}
.application-form form,
.application-form .form-main,
.application-form .work-form {
  border: 0px solid #b8b8b8;
  padding: 70px 35px 35px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-top: 0px;
  border-right: 0px;
  margin-top: 0;
}
.personnal .application-form form,
.work .application-form form {
  border: none;
  padding: 0;
}
.work .prograss-bar {
  border-left: 0px solid #b8b8b8;
  padding-bottom: 50px;
}

.work .application-form .work-form {
  padding-top: 30px;
  top: -15px;
  position: relative;
}
.upload .prograss-bar {
  border-left: 0px solid #b8b8b8;
  padding-bottom: 50px;
}
.upload .application-form form {
  position: relative;
  top: -15px;
  padding-top: 0;
}
.profile-image {
  text-align: center;
}
.personnal .application-form .form-main {
  padding-top: 0;
  margin-top: 0px;
}
.personnal .application-form h4 {
  margin: 0;
}
.disclosure .prograss-bar {
  border-left: 0px solid #b8b8b8;
}
.application-form form .deceased-block textarea {
  max-width: 100%;
  width: 100%;
  display: block;
}
.disclosure form p {
  font-family: "Montserrat";
}
.disclosure .deceased-block {
  margin-bottom: 30px;
}
.disclosure form {
  position: relative;
  top: -15px;
}
.family .application-form form {
  margin-top: 50px;
  padding: 0px 35px 35px;
}
h1.entry-title {
  text-align: center;
  color: #000;
  font-family: "Montserrat";
  font-size: 42px;
  margin: 20px 0;
}
.application-form label {
  color: #000;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 11px;
  flex: 1 0 30%;
  max-width: 30%;
  margin-bottom: 15px;
}
.application-form input,
.application-form select,
.application-form textarea {
  border: 1px solid #b8b8b8;
  font-family: "Montserrat";
  flex: 1 0 70%;
  max-width: 70%;
  margin-bottom: 15px;
  outline: none !important;
  box-shadow: none;
}
.application-form select[name="dob_day"],
.application-form select[name="dob_month"],
.application-form select[name="dob_year"],
.application-form select[name="fatherdob_day"],
.application-form select[name="fatherdob_month"],
.application-form select[name="fatherdob_year"],
.application-form select[name="motherdob_day"],
.application-form select[name="motherdob_month"],
.application-form select[name="motherdob_year"],
.application-form select[name="sibling_dob_day"],
.application-form select[name="sibling_dob_day"],
.application-form select[name="sibling_dob_day"],
.application-form select[name="child_dob_day"],
.application-form select[name="spousedob_day"],
.application-form select[name="spousedob_month"],
.application-form select[name="child_dob_month"],
.application-form select[name="child_dob_year"],
.application-form select[name="spousedob_year"],
.application-form select[name="wejoined_year"],
.application-form select[name="wejoined_month"],
.application-form select[name="weleft_year"],
.application-form select[name="weleft_month"] {
  flex: 1 0 22%;
  max-width: 22%;
  margin-right: 5px;
  outline: none !important;
  box-shadow: none;
}
div#siblings-container select[name="sibling_dob_day"],
div#siblings-container select[name="sibling_dob_month"],
div#siblings-container select[name="sibling_dob_year"] {
  flex: 1 0 22%;
  max-width: 22%;
  margin-right: 5px;
  outline: none !important;
  box-shadow: none;
}
.application-form input[name="homepcode"],
.application-form input[name="homenumber"],
.application-form input[name="officepcode"],
.application-form input[name="officenumber"],
.application-form input[name="emergencyhomearea"],
.application-form input[name="emergencyhomenumber"],
.application-form input[type="number"],
.application-form input[name="wehomepcode"],
.application-form input[name="number"],
.application-form input[name="character_code"],
.application-form input[name="characternumber"],
.application-form input[name="wehomenumber"] {
  flex: 1 0 30%;
  max-width: 30%;
  margin-right: 5px;
  outline: none !important;
  box-shadow: none;
}
.application-form input[name="fatherdeceased"],
.application-form input[name="motherdeceased"],
.application-form input[name="sibling_deceased"],
.application-form input[type="radio"] {
  flex: 1 0 5%;
  max-width: 5%;
  margin: 0px;
  outline: none !important;
  box-shadow: none;
}

.application-form input[type="submit"][name="save_form"] {
  height: 50px !important;
  background-color: #eb1e23 !important;
  border: 1px solid #ddd !important;
  color: white !important;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 300;
  line-height: 34px;
  flex: 1 0 30%;
  max-width: 70%;
  margin: 0 auto;
  width: 200px;
}
.application-form {
  border: 2px solid #b8b8b8;
}
.dashboard-container ul {
  list-style: none;
}
.dashboard-container li a {
  height: 50px !important;
  background-color: #eb1e23 !important;
  border: 1px solid #ddd !important;
  color: white !important;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 300;
  line-height: 34px;
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: center;
}
.application-form h4 {
  display: block;
  width: 100%;
  font-weight: 300;
  font-family: "Montserrat";
  margin-top: 30px;
}

.user-sidebar ul li a.active {
  border-top: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8;
  border-left: 2px solid #b8b8b8;
  border-right: 2px solid #fff;
  border-right: 0;
  color: #000;
  background: #fff !important;
  font-weight: bold;
}
div#siblings-container label {
  width: 28% !important;
}
#siblings-container,
.sibling-entry {
  display: flex;
  flex-flow: row wrap;
}
.deceased-block {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  flex-flow: row wrap;
  width: 100%;
}
.deceased-block label,
.deceased-block input {
  margin-bottom: 0;
}
.deceased-block label {
  flex: 1 0 28%;
  max-width: 28%;
}
button#addSibling:hover,
button#addSibling:focus {
  background: #eb1e23;
  color: #fff;
  border: 1px solid #eb1e23;
}
.elementor .application-form hr {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  border-color: #b8b8b8;
}
button#addSibling {
  border: 1px solid #b8b8b8;
  color: #000;
  margin-left: 30%;
  width: 100%;
  margin-bottom: 15px;
}
#siblings-container .deceased-block {
  margin-bottom: 20px;
}
button#addSibling b {
  font-size: 24px;
  line-height: 0;
}
.application-form select[name="primary_datefrom"],
select[name="primary_dateto"],
select[name="secondary_datefrom"],
select[name="secondary_dateto"],
select[name="college_datefrom"],
select[name="college_dateto"],
select[name="technical_datefrom"],
select[name="technical_dateto"],
select[name="post_datefrom"],
select[name="post_dateto"] {
  flex: 1 0 33%;
  max-width: 33%;
  margin-right: 10px;
}
.honour-awards {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.honour-awards label,
.honour-awards textarea {
  flex: 1 0 100%;
  max-width: 100%;
}
.educational-tabs-block {
  display: block;
  width: 100%;
  clear: both;
}
.education-lists {
  margin-bottom: 20px;
}
.education-lists ul {
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: space-between;
  padding: 0;
}
.college-block {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
}
.college-block .deceased-block {
  margin-bottom: 20px;
}
button.add-button,
button#save_sibling_form,
button#save_children_form,
button#save_character_form {
  margin-left: 30%;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #b8b8b8;
  color: #000;
}
button.add-button:hover,
button.add-button:focus,
button#save_sibling_form:hover,
button#save_sibling_form:focus,
button#save_children_form:hover,
button#save_children_form:focus,
button#save_character_form:hover,
button#save_character_form:focus {
  background: #eb1e23;
  color: #fff;
  border: 1px solid #eb1e23;
}

button.add-button b {
  font-size: 24px;
  line-height: 0;
}
.education .application-form form {
  margin-top: 0px;
  padding-top: 0;
}
.my-application-details .application-form form {
  position: relative;
  top: -23px;
}
.education .prograss-bar {
  border-left: 0px solid #b8b8b8;
  padding-bottom: 58px;
}
.personnal .prograss-bar {
  border-left: 0px solid #b8b8b8;
  padding-bottom: 114px;
}
.secondaryawards label {
  max-width: 100%;
  display: block;
}
.secondaryawards textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}
.secondaryawards {
  width: 100%;
}
.skill-block-content {
  display: block;
  width: 100%;
  position: relative;
}
.skill-block-content table {
  width: 100%;
  border: 1px solid #b8b8b8;
}
.deceased-block.personal label {
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.deceased-block.personal {
  margin-bottom: 20px;
}
.deceased-block.personal input[type="checkbox"] {
  flex: 1 0 5%;
  max-width: 5%;
}
.deceased-block.personal.status select {
  flex: 1 0 20%;
  max-width: 20%;
  margin-right: 10px;
}
.deceased-block.personal.status {
  align-items: center;
}
.deceased-block.personal.status input,
.deceased-block.personal.status span {
  margin-bottom: 15px;
}
.deceased-block.personal.status span {
  margin-right: 15px;
}
.deceased-block.personal input[type="checkbox"],
.deceased-block.personal span {
  margin-bottom: 15px;
}
.skill-block-content table th {
  width: 30%;
  text-align: left;
}
.skill-block-content table tbody > tr:nth-child(odd) > td,
.skill-block-content table tbody > tr:nth-child(odd) > th {
  background: transparent;
}
.skill-block-content table td,
.skill-block-content table th {
  border: none;
}
button.btn.btn-delete {
  background: transparent;
  border: none;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 20px;
}

/* progress bar */
.prograss-bar {
  border-top: 0px solid #b8b8b8;
}
.prograss-bar p {
  font-weight: bold !important;
  color: #25ad67 !important;
  margin-bottom: 0px;
  border-bottom: 2px solid #ddd;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0px 10px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.family .prograss-bar {
  border-left: 0px solid #b8b8b8;
}
.prograss-bar progress[value] {
  background-color: #86e5b4 !important;
  background-size: 35px 20px, 100% 100%, 100% 100% !important;
  appearance: none !important;
  border: none !important;
  width: 350px !important;
  height: 28px !important;
  margin-left: 5px;
  margin-right: 5px;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  top: 36px;
}
.dropdown-content ul {
  padding-left: 0;
  list-style: none;
}
.user-info li {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
}
.user-info li:last-child {
  color: #000;
  opacity: 0.7;
}
.dropdown-content .user-info ul li {
  border-bottom: none;
}
.header-user-info {
  display: flex;
  /* justify-content: space-between;*/
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.header-user-info .icon .fa {
  color: #000;
  font-size: 80px;
}
.dropdown-content ul li {
  border-bottom: 1px solid #ddd;
}
.dropdown-content ul li a:hover {
  color: #000;
}
.dropdown-content:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #f1f1f1 transparent;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
/*.dropdown:hover .dropdown-content {display: block;}*/
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.error-message.p {
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat;
  color: red;
  text-align: center;
}
.disable-formdata {
  pointer-events: none;
  opacity: 0.2;
  cursor: none;
}
/* css for reason, assignments */
.deceased-block.personal#reasonContainer label {
  font-weight: 400 !important;
  font-size: 16px !important;
  display: block !important;
  width: 100% !important;
}
.deceased-block.personal#reasonContainer input {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
}
.deceased-block.personal#assignmentsContainer label {
  font-weight: 400 !important;
  font-size: 16px !important;
  display: block !important;
  width: 100% !important;
}
.deceased-block.personal#assignmentsContainer input {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
}
/* jobs inner page custom fields title styles */
div.wjportal-jobdetail-wrapper
  div.wjportal-job-data-wrp
  div.wjportal-custom-field {
  padding: 15px 0 !important;
  margin-left: 10px !important;
  margin-right: 0px !important;
}
/* Application */
.education-lists ul li.active a {
  font-weight: 700 !important;
}
/* Job Inner page */
div.wjportal-job-desc p + ul {
  list-style: circle;
}
div.wjportal-job-desc ul {
  list-style: square;
}
div.wjportal-job-desc ul p + ul {
  list-style: square;
}
/*****work experience****/
.application-form label.termscheck-work {
  flex: 1 0 95%;
  max-width: 95%;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
}
.application-form input.termscheck-work-input {
  flex: 1 0 5%;
  max-width: 5%;
  align-self: flex-start;
  margin-top: 5px;
}
.application-form label.persom-emergency {
  font-size: 18px;
  font-weight: 400;
  flex: 1 0 60%;
  max-width: 60%;
}
.application-form label.persom-emergency + input {
  flex: 1 0 40%;
  max-width: 40%;
}
.work .application-form form#character-ref + form {
  margin: 0 auto;
  text-align: center;
}
#form-error-msg p {
  color: red;
  text-align: center;
  margin-bottom: -20px;
  font-family: "Montserrat";
  font-weight: 500;
}
#error_status p {
  color: red;
  text-align: center;
  margin-bottom: -20px;
  font-family: "Montserrat";
  font-weight: 500;
}
.select-others-college,
.select-others-technical,
.select-others-post {
  display: none;
}
/* work availability checkbox */
.deceased-block.personal input[type="checkbox"]#psavailability,
.deceased-block.personal input#psavailability + span {
  margin-bottom: 0;
  line-height: normal;
}
#availability-divid {
  margin-bottom: 15px;
  padding: 6px 10px !important;
  margin-right: 5px;
}
/* css for disclosure add fields */
.deceased-block.personal#healthproblemContainer label,
deceased-block.personal#employeenameContainer label,
deceased-block.personal#employeerelationContainer label,
deceased-block.personal#broadnameContainer label,
deceased-block.personal#broadpositionContainer label,
deceased-block.personal#brodcompanyContainer label,
deceased-block.personal#broadrelationContainer label,
.labeldivclass,
deceased-block.personal#telecommnameContainer label,
deceased-block.personal#telecommpositionContainer label,
deceased-block.personal#telecommcompanyContainer label,
deceased-block.personal#telecommrelationContainer label,
.labeldivclass {
  font-weight: 400 !important;
  font-size: 16px !important;
  display: block !important;
  width: 100% !important;
}
.deceased-block.personal#healthproblemContainer input,
.deceased-block.personal#employeenameContainer input,
.deceased-block.personal#employeerelationContainer input,
.deceased-block.personal#broadnameContainer input,
.deceased-block.personal#broadpositionContainer input,
.deceased-block.personal#brodcompanyContainer input,
.deceased-block.personal#broadrelationContainer input,
.deceased-block.personal#telecommnameContainer input,
.deceased-block.personal#telecommpositionContainer input,
.deceased-block.personal#telecommcompanyContainer input,
.deceased-block.personal#telecommrelationContainer input {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
}
/* for radio button are effected by cookie popup */
body input[type="checkbox"],
body input[type="radio"] {
  -webkit-appearance: auto !important;
}
.uninav-cookie-law-container {
  width: 290px !important;
}
/* LOgin popup */
.headeruser-info-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #999;
}

.header-user-icon {
  flex: 1 0 30%;
  max-width: 30%;
}
.header-user-icon img {
  border-radius: 50% !important;
  margin: 0 auto;
  text-align: center;
}

.headeruser-info-content {
  flex: 1 0 70%;
  max-width: 70%;
  padding-left: 30px;
}
.headeruser-info-content h4,
.headeruser-info-content h5 {
  margin-bottom: 0px;
}
.headeruser-info-content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.headeruser-info-content h5 {
  color: #999;
  font-size: 14px;
}
/* Mobile responsive */
@media screen and (max-width: 768px) {
  header .elementor-widget-social-icons {
    display: none;
  }
  a.header-login-block {
    line-height: 55px;
    align-items: center;
  }
  body .elementor-nav-menu--dropdown .elementor-item,
  body .elementor-nav-menu--dropdown .elementor-sub-item {
    letter-spacing: normal !important;
  }
  body nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0;
    left: 0 !important;
  }
  body .megamenu-dropdown-content .header h2 {
    font-size: 16px;
  }

  body .megamenu-dropdown-content {
    overflow-y: auto;
    max-height: 100vh;
  }
  footer .elementor-element.e-child,
  footer .elementor-element.elementor-widget-social-icons,
  footer .elementor-element.elementor-widget-nav-menu {
    width: 100% !important;
    text-align: center;
  }
  footer ul.elementor-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-flow: row wrap;
    margin: 0 auto !important;
    text-align: center;
  }
  footer .elementor-nav-menu a,
  footer .elementor-nav-menu a:focus,
  footer .elementor-nav-menu a:hover {
    line-height: 20px;
    padding: 0px 10px;
    text-align: center;
    margin: 0 auto;
  }
  /* login page start */
  .login-block .wjportal-form-wrp.wjportal-login-form,
  .wjportal-main-wrapper .wjportal-form-wrp.wjportal-login-form {
    width: 100% !important;
  }
  div.wjportal-form-wrp form p.login-username label,
  div.wjportal-form-wrp form p.login-password label {
    width: 40% !important;
  }
  /* login page start */
  /* Subsidiaries */
  .subidiaries-child-block .e-con.e-child {
    height: 176px !important;
    flex: 0 0 25%;
  }
  .subidiaries-child-block .e-con.e-child img {
    height: 100% !important;
    object-fit: contain;
  }
  .elementor-element.elementor-element-f6c7d07.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 10px 0px;
  }
  /* */
  .elementor-image-gallery .gallery-size-full {
    display: flex;
    flex-wrap: wrap;
  }
  .elementor-image-gallery .gallery-size-full figure {
    flex: 0 0 25%;
  }
  /* About Us*/
  .elementor-element.elementor-element-2fea99b.e-con-full.e-flex.e-con.e-child {
    width: 30%;
  }
  .elementor-element.elementor-element-4248088.e-con-full.e-flex.e-con.e-child {
    width: 70%;
  }
  .elementor-widget-container {
    font-size: 12px;
  }
  .elementor-widget-container > ul {
    padding-left: 20px;
  }
  .elementor-element.elementor-element-a0083c6.elementor-widget__width-initial.elementor-widget.elementor-widget-video {
    width: 70%;
    transform: translateY(30%);
  }
  .headeryoutube h3 {
    transform: translateY(200%);
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 14px;
  }
  .elementor-element.elementor-element-fd8e504.e-con-full.e-flex.e-con.e-child {
    width: 45%;
  }
  .elementor-element.elementor-element-5fbf2de.e-con-full.e-flex.e-con.e-child {
    width: 45%;
  }
}
@media screen and (max-width: 425px) {
  .subidiaries-child-block .e-con.e-child {
    height: 80px !important;
  }
  .elementor-location-footer {
    transform: translateY(100%);
  }
  h2.elementor-heading-title.elementor-size-default {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body .megamenu-dropdown-content .column {
    float: none;
    width: 100%;
  }
  body .megamenu-dropdown-content {
    top: 95px;
  }
  .elementor-testimonial .swiper-lazy {
    height: 400px !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .top-header-wrapper .elementor-element.e-child {
    width: 50% !important;
  }
  .top-header-wrapper .elementor-widget-social-icons {
    width: 28% !important;
  }
  footer .elementor-element.e-child > .e-child {
    padding-bottom: 0;
    padding-top: 10px;
  }
  footer .elementor-element.e-child:last-child {
    padding-top: 0;
  }
}
/*
.elementor-location-footer {
	transform: translateY(100%);
}
*/

/* after remove view port meta tag */

@media (min-width: 1025px) {
  footer.elementor-element.footer-section.e-flex .footer-wraper {
    display: flex !important;
    justify-content: space-between !important;
    width: 92% !important;
    margin: 0 auto !important;
    flex-flow: row;
    align-items: center !important;
  }
  body footer .footer-wraper .elementor-element.e-child:first-child {
    width: 33% !important;
    text-align: left;
    padding-left: 0;
  }
  body footer .footer-wraper .elementor-element.e-child > .e-child {
    width: auto !important;
  }
  body footer .footer-wraper .elementor-element.e-child:nth-child(2) {
    width: 66% !important;
    text-align: right;
    padding-right: 0;
  }
  body footer .elementor-element.e-child:nth-child(2) > .e-child {
    width: 100% !important;
    display: flex;
    justify-content: end;
  }
  footer
    .footer-wraper
    .elementor-element.e-child:nth-child(2)
    .elementor-element.elementor-widget-social-icons,
  footer
    .footer-wraper
    .elementor-element.e-child:nth-child(2)
    .elementor-element.elementor-widget-nav-menu {
    width: auto !important;
  }
  footer ul.elementor-nav-menu {
    flex-flow: row nowrap;
  }
}

body .elementor-nav-menu--dropdown .elementor-item,
body .elementor-nav-menu--dropdown .elementor-sub-item {
  letter-spacing: normal !important;
}
footer .elementor-element.e-child,
footer .elementor-element.elementor-widget-social-icons,
footer .elementor-element.elementor-widget-nav-menu {
  width: 100% !important;
  text-align: center;
  gap: 0;
}
footer ul.elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-flow: row wrap;
  margin: 0 auto !important;
  text-align: center;
}
footer .elementor-nav-menu a,
footer .elementor-nav-menu a:focus,
footer .elementor-nav-menu a:hover {
  line-height: 20px;
  padding: 0px 10px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .partner-gallery.e-con > .e-con-inner,
  body .subsidiaries-block {
    max-width: 100%;
  }
  .e-con .elementor-widget.elementor-widget.updates-blog-post-block {
    margin-bottom: 80px;
  }
  .partner-gallery,
  .privacy-policy {
    margin-bottom: 80px !important;
  }
  .footer-wraper .e-child {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1120px) and (min-width: 1024px) {
  header .elementor-widget-social-icons {
    width: 20% !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  header .elementor-nav-menu--main .elementor-item {
    padding: 14px 5px !important;
  }
  body .top-header-wrapper .elementor-widget-social-icons {
    width: 32% !important;
  }
}

@media screen and (max-width: 992px) {
  body .career-testmonial-slider .elementor-testimonial__content {
    width: 400px;
    margin-left: 60%;
  }
  body .career-testmonial-slider h2 {
    font-size: 28px;
  }
  body .career-testmonial-slider .elementor-testimonial__text {
    font-size: 14px !important;
    line-height: normal !important;
  }
}

@media screen and (max-width: 1120px) {
  body .career-testmonial-slider.top-slider h2 {
    font-size: 28px;
    margin: 20.8px 0;
  }
  body .career-testmonial-slider.top-slider .elementor-testimonial__content {
    margin-left: 45%;
  }
  .jobslist-all {
    margin-bottom: 100px !important;
  }
  .wjportal-form-wrp.wjportal-register-form {
    margin-bottom: 120px !important;
  }
}
.g-recaptcha {
  margin-bottom: 10px;
}
.wjportal-form-wrp.wjportal-register-form,
.logged-in .jobslist-all {
  margin-bottom: 120px !important;
}

/* Application new login using profile page*/
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 0.8s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-login-block span.login-icon {
  background-image: url("https://assets.abs-cbn.com/universalnav/live/img/header-icons.png");
  background-size: 220px;
  background-position: -75px -3px;
  background-repeat: no-repeat;
  width: 31px;
  height: 28px;
  display: inline-block;
  margin-top: 0px;
}

/* h1 tag seo */
h1.banner-title-seo {
  font-weight: 100;
}
.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus {
  background-color: #eb1e23;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
}
.page-numbers {
  padding: 8px 16px;
  font-size: 14px;
  margin: 0 !important;
}

/*contact Us*/
.contactus-mail-icon li:first-child .elementor-icon-list-text {
  color: #eb1c23 !important;
}

/* Postion title swap to top  start*/ 
	.wjportal-jobs-middle-wrp {
	  display: flex;
	  flex-direction: column;
	}

	/* Move job title to top */
	.wjportal-jobs-middle-wrp > .wjportal-jobs-data:nth-child(2) {
	  order: 0;
	}

	/* Then company name */
	.wjportal-jobs-middle-wrp > .wjportal-jobs-data:nth-child(1) {
	  order: 1;
	}

	/* Then location and department */
	.wjportal-jobs-middle-wrp > .wjportal-jobs-data:nth-child(3) {
	  order: 2;
	}

	/* Move application deadline to bottom */
	.wjportal-jobs-middle-wrp > .wjportal-custom-field-wrp {
	  order: 3;
	}
/* Postion title swap to top  end*/ 

