@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.show-more-button {
  display: flex;
  justify-content: end;
}
.show-more-button .btn {
  border-radius: 15px;
  padding: 10px 35px;
  transition: all 0.5s ease;
  border: 1px solid #014CB2;
  background: #014CB2;
  color: #fff;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .show-more-button .btn {
    font-size: 14px;
  }
}
@media (max-width: 1441px) {
  .show-more-button .btn {
    padding: 10px 25px;
  }
}
@media (max-width: 991px) {
  .show-more-button .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 767px) {
  .show-more-button .btn {
    font-size: 12px;
    padding: 8px 15px;
  }
}

.apply-outer-wrap {
  padding: 100px 0 0 0;
}
@media (max-width: 1679px) {
  .apply-outer-wrap {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 991px) {
  .apply-outer-wrap {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .apply-outer-wrap {
    padding: 30px 0 0 0;
  }
}
.apply-outer-wrap .section1 .first-row {
  padding-top: 50px;
}
@media (max-width: 1679px) {
  .apply-outer-wrap .section1 .first-row {
    padding-top: 40px;
  }
}
@media (max-width: 1441px) {
  .apply-outer-wrap .section1 .first-row {
    padding-top: 30px;
  }
}
.apply-outer-wrap .section1 .content {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .apply-outer-wrap .section1 .content {
    padding: 0;
  }
}
.apply-outer-wrap .section1 .para {
  font-size: 18px;
  color: #313646;
  line-height: 1.4;
  padding: 0 0 30px 0;
  margin: 0;
}
@media (max-width: 1679px) {
  .apply-outer-wrap .section1 .para {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .apply-outer-wrap .section1 .para {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .apply-outer-wrap .section1 .para {
    font-size: 13px;
  }
}
.apply-outer-wrap .section1 .listing, .apply-outer-wrap .section1 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .apply-outer-wrap .section1 .listing, .apply-outer-wrap .section1 ul {
    margin-bottom: 20px;
  }
}
.apply-outer-wrap .section1 .listing li, .apply-outer-wrap .section1 ul li {
  list-style: none;
  font-size: 18px;
  color: #313646;
  line-height: 1.4;
  background: url(../img/listing-bg.svg) no-repeat 0 7px/14px;
  padding: 0 0 0 30px;
}
@media (max-width: 1679px) {
  .apply-outer-wrap .section1 .listing li, .apply-outer-wrap .section1 ul li {
    font-size: 16px;
    background-size: 12px;
    background-position: 0 5px;
  }
}
@media (max-width: 1441px) {
  .apply-outer-wrap .section1 .listing li, .apply-outer-wrap .section1 ul li {
    font-size: 14px;
    background-size: 10px;
  }
}
@media (max-width: 991px) {
  .apply-outer-wrap .section1 .listing li, .apply-outer-wrap .section1 ul li {
    font-size: 13px;
  }
}
.apply-outer-wrap .section1 .listing li + li, .apply-outer-wrap .section1 ul li + li {
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .apply-outer-wrap .section1 .listing li + li, .apply-outer-wrap .section1 ul li + li {
    margin-top: 15px;
  }
}
@media (max-width: 1441px) {
  .apply-outer-wrap .section1 .listing li + li, .apply-outer-wrap .section1 ul li + li {
    margin-top: 10px;
  }
}
.apply-outer-wrap .section1 .box-listing {
  border: 1px solid #B5BACD;
  border-radius: 10px;
  height: 100%;
  padding: 30px 45px;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .apply-outer-wrap .section1 .box-listing {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .apply-outer-wrap .section1 .box-listing {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .apply-outer-wrap .section1 .box-listing {
    height: auto;
  }
}
.apply-outer-wrap .section1 .sub-head {
  font-size: 24px;
  color: #00124D;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
  .apply-outer-wrap .section1 .sub-head {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .apply-outer-wrap .section1 .sub-head {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .apply-outer-wrap .section1 .sub-head {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .apply-outer-wrap .section1 .sub-head {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.apply-outer-wrap .section1 .sub-head span {
  color: #014CB2;
}
.apply-outer-wrap .section1 .row-align + .row-align {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .apply-outer-wrap .section1 .row-align + .row-align {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .apply-outer-wrap .section1 .row-align + .row-align {
    padding-top: 20px;
  }
}
.apply-outer-wrap .section1 .img {
  margin: 0;
  padding: 0;
  max-width: 590px;
  border-radius: 30px;
  overflow: hidden;
}
.block {
  display: block !important;
}

.sub-bnr.apply-banner {
  min-height: auto;
  height: 475px;
  background: url(../img/apply-banner.png) no-repeat top center/cover;
}
@media (max-width: 1441px) {
  .sub-bnr.apply-banner {
    height: 410px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr.apply-banner {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .sub-bnr.apply-banner {
    height: 250px;
  }
}
.sub-bnr.apply-banner .title {
  line-height: 1.2;
}
.sub-bnr.apply-banner .tag {
  color: #023DFF;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .sub-bnr.apply-banner .tag {
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .sub-bnr.apply-banner .tag {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .sub-bnr.apply-banner .tag {
    font-size: 14px;
  }
}

.form-content-section-wrap {
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid #D9E2FF;
  position: relative;
}
@media (max-width: 1679px) {
  .form-content-section-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .form-content-section-wrap {
    padding: 20px 0;
  }
}
.form-content-section-wrap .sub-head {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .sub-head {
    font-size: 30px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .sub-head {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .form-content-section-wrap .sub-head {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .sub-head {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .form-content-section-wrap .sub-head {
    font-size: 22px;
  }
}
.form-content-section-wrap .sub-head span {
  color: #014CB2;
}
.form-content-section-wrap .sub-sub-head {
  font-size: 20px;
  color: #203063;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .sub-sub-head {
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .sub-sub-head {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .sub-sub-head {
    font-size: 14px;
  }
}
.form-content-section-wrap .sub-sub-head span {
  color: #014CB2;
}
.form-content-section-wrap .para {
  font-size: 18px;
  color: #313646;
  line-height: 1.4;
  padding: 0 0 20px 0;
  margin: 0;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .para {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .para {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .para {
    font-size: 13px;
  }
}
.form-content-section-wrap .listing {
  padding: 20px 0;
  margin: 0;
}
.form-content-section-wrap .listing li {
  list-style: none;
  font-size: 18px;
  color: #313646;
  line-height: 1.4;
  background: url(../img/listing-bg.svg) no-repeat 0 7px/14px;
  padding: 0 0 0 30px;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .listing li {
    font-size: 16px;
    background-size: 12px;
    padding: 0 0 0 25px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .listing li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .listing li {
    font-size: 13px;
  }
}
.form-content-section-wrap .listing li + li {
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .listing li + li {
    margin-top: 15px;
  }
}
.form-content-section-wrap .select-row {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .form-content-section-wrap .select-row {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.form-content-section-wrap .select-row .form-label {
  font-size: 20px;
  color: #203063;
  margin: 0 0 15px 0;
  padding: 0;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .select-row .form-label {
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .select-row .form-label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .select-row .form-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-content-section-wrap .select-row .form-label {
    margin: 0 0 10px 0;
  }
}
.form-content-section-wrap .select-row .form-label span {
  color: #FF0040;
}
.form-content-section-wrap .select-row .form-select {
  padding: 10px 20px;
  margin: 0;
  height: 82px;
  border-radius: 15px;
  border: 1px solid #BCC5D3;
  font-size: 24px;
  color: #A2A8BD;
  outline: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .select-row .form-select {
    height: 72px;
    font-size: 20px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .select-row .form-select {
    height: 62px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .form-content-section-wrap .select-row .form-select {
    height: 52px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .select-row .form-select {
    height: 42px;
    border-radius: 10px;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .form-content-section-wrap .select-row .form-select {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.form-content-section-wrap .select-row .form-select option {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .form-content-section-wrap .select-row .form-select option {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-content-section-wrap .select-row .form-select option {
    font-size: 16px;
  }
}
.form-content-section-wrap .btn-wrap {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .form-content-section-wrap .btn-wrap {
    margin: 20px 0 0 0;
  }
}
.form-content-section-wrap .btn-wrap .btn {
  height: 52px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  padding: 10px 15px;
  transition: all 0.5s ease;
  border: 1px solid #014CB2;
}
@media (max-width: 1441px) {
  .form-content-section-wrap .btn-wrap .btn {
    height: 45px;
    padding: 10px 12px;
  }
}
@media (max-width: 579px) {
  .form-content-section-wrap .btn-wrap .btn {
    height: 40px;
  }
}
.form-content-section-wrap .btn-wrap .btn span {
  font-size: 16px;
  color: #014CB2;
  font-weight: 600;
  padding-right: 15px;
}
@media (max-width: 1441px) {
  .form-content-section-wrap .btn-wrap .btn span {
    font-size: 14px;
  }
}
@media (max-width: 579px) {
  .form-content-section-wrap .btn-wrap .btn span {
    font-size: 12px;
  }
}
.form-content-section-wrap .btn-wrap .btn .icon {
  width: 15px;
}
@media (max-width: 1441px) {
  .form-content-section-wrap .btn-wrap .btn .icon {
    width: 13px;
  }
}
@media (max-width: 579px) {
  .form-content-section-wrap .btn-wrap .btn .icon {
    width: 12px;
  }
}
.form-content-section-wrap .btn-wrap .btn .icon path,
.form-content-section-wrap .btn-wrap .btn .icon circle {
  stroke: #014CB2;
  transition: all 0.5s ease;
}
.form-content-section-wrap .id-wrap {
  border: 1px solid #BDD9FF;
  border-radius: 15px;
  background: rgba(230, 250, 255, 0.5);
  padding: 25px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .form-content-section-wrap .id-wrap {
    padding: 15px 15px;
  }
}
.form-content-section-wrap .id-wrap .id-content {
  display: flex;
  gap: 20px;
}
@media (max-width: 479px) {
  .form-content-section-wrap .id-wrap .id-content {
    gap: 10px;
  }
}
.form-content-section-wrap .id-wrap .id-content svg {
  flex: 0 0 57px;
}
@media (max-width: 1441px) {
  .form-content-section-wrap .id-wrap .id-content svg {
    flex: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .form-content-section-wrap .id-wrap .id-content svg {
    flex: 0 0 35px;
  }
}
.form-content-section-wrap .id-wrap .id-content .txt {
  flex: 1;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .id-wrap .id-content .txt {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .id-wrap .id-content .txt {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .form-content-section-wrap .id-wrap .id-content .txt {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .form-content-section-wrap .id-wrap .id-content .txt {
    font-size: 10px;
  }
}
.form-content-section-wrap .id-wrap .id-content .txt span {
  display: block;
  font-size: 24px;
  color: #014CB2;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .form-content-section-wrap .id-wrap .id-content .txt span {
    font-size: 20px;
  }
}
@media (max-width: 1441px) {
  .form-content-section-wrap .id-wrap .id-content .txt span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .form-content-section-wrap .id-wrap .id-content .txt span {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .form-content-section-wrap .id-wrap .id-content .txt span {
    font-size: 14px;
  }
}
.form-content-section-wrap .id-wrap .left-col {
  border-right: 1px solid #BDD9FF;
}
@media (max-width: 767px) {
  .form-content-section-wrap .id-wrap .left-col {
    border-right: 0px;
    border-bottom: 1px solid #BDD9FF;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.border {
  border-top: 1px solid #D9E2FF;
  margin: 100px 0 0 0;
}
@media (max-width: 1679px) {
  .border {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .border {
    margin: 30px 0 0 0;
  }
}

.powered-wrap {
  padding: 40px 0 10px 0;
}
.powered-wrap .align-row {
  align-items: center;
}
.powered-wrap .txt {
  font-size: 14px;
  color: #203063;
  font-weight: 500;
}
@media (max-width: 767px) {
  .powered-wrap .txt {
    text-align: center;
    margin-bottom: 20px;
  }
}
.powered-wrap .txt a {
  text-decoration: underline;
  color: #203063;
}
.powered-wrap .btn-wrap {
  margin: 0px 0 0 0;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .powered-wrap .btn-wrap {
    justify-content: center;
  }
}
.powered-wrap .btn-wrap .btn {
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  padding: 10px 15px;
  transition: all 0.5s ease;
  border: 1px solid #014CB2;
  background: #014CB2;
}
@media (max-width: 1441px) {
  .powered-wrap .btn-wrap .btn {
    height: 45px;
    padding: 10px 12px;
  }
}
.powered-wrap .btn-wrap .btn span {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  padding-right: 40px;
}
@media (max-width: 1799px) {
  .powered-wrap .btn-wrap .btn span {
    padding-right: 15px;
  }
}
@media (max-width: 1441px) {
  .powered-wrap .btn-wrap .btn span {
    font-size: 14px;
  }
}
.powered-wrap .btn-wrap .btn .icon {
  width: 15px;
}
@media (max-width: 1441px) {
  .powered-wrap .btn-wrap .btn .icon {
    width: 15px;
  }
}
.powered-wrap .btn-wrap .btn .icon path,
.powered-wrap .btn-wrap .btn .icon circle {
  stroke: #FFFFFF;
  transition: all 0.5s ease;
}

/* anju code */
.form-sec {
  padding: 60px 0px 100px 0px;
}
@media (max-width: 1441px) {
  .form-sec {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .form-sec {
    padding: 30px 0 60px 0;
  }
}
.form-sec .form-outer {
  background: #E6FAFF;
  padding: 64px 53px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .form-sec .form-outer {
    padding: 30px 15px;
  }
}
.form-sec .form-outer .top-sec {
  padding-bottom: 30px;
}
.form-sec .form-outer .form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26.88px;
  color: #00124D;
  padding-bottom: 19px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-title {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .form-sec .form-outer .form-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-title {
    font-size: 14px;
  }
}
.form-sec .form-outer .form-title span {
  color: #014CB2;
}
.form-sec .form-outer .form-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 19px;
  color: #313646;
  font-weight: 300;
}
.form-sec .form-outer .form-content a {
  color: #014CB2;
  font-weight: 600;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-content {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-content {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-content {
    font-size: 12px;
  }
}
.form-sec .form-outer .form-inner {
  background-color: #fff;
  padding: 30px 60px;
  border-radius: 9px;
}
@media (max-width: 1199px) {
  .form-sec .form-outer .form-inner {
    padding: 20px 15px;
  }
}
.form-sec .form-outer .form-inner .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9E2FF;
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .form-header {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-inner .form-header {
    padding-bottom: 10px;
  }
}
.form-sec .form-outer .form-inner .form-header .apply-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48.64px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .form-header .apply-title {
    font-size: 30px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .form-header .apply-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .form-sec .form-outer .form-inner .form-header .apply-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .form-header .apply-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-inner .form-header .apply-title {
    font-size: 20px;
  }
}
.form-sec .form-outer .form-inner .form-header .apply-title .light-blue {
  color: #014CB2;
}
.form-sec .form-outer .form-inner .form-header .sub-sec {
  font-size: 20px;
  font-weight: 500;
  line-height: 30.4px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .form-header .sub-sec {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .form-header .sub-sec {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .form-header .sub-sec {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-inner .form-header .sub-sec {
    font-size: 10px;
  }
}
.form-sec .form-outer .form-inner .form-header .sub-sec span {
  color: #FF0040;
}
.form-sec .form-outer .form-inner .formfield-section {
  padding-top: 49px;
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .formfield-section {
    padding-top: 30px;
  }
}
@media (max-width: 579px) {
  .form-sec .form-outer .form-inner .formfield-section {
    padding-top: 20px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .form-label {
  color: #203063;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.4px;
  padding-bottom: 10px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .formfield-section .form-label {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .formfield-section .form-label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .formfield-section .form-label {
    font-size: 14px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .form-label span {
  color: #FF0040;
}
.form-sec .form-outer .form-inner .formfield-section .form-control {
  height: 82px;
  border: 1px solid #BCC5D3;
  border-radius: 14px;
  padding-left: 33px;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control {
    height: 72px;
    padding-left: 20px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control {
    height: 62px;
  }
}
@media (max-width: 1199px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control {
    height: 52px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control {
    height: 42px;
    padding-left: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .form-control::placeholder {
  font-size: 24px;
  font-weight: 400;
  line-height: 24.48px;
  letter-spacing: -0.01em;
  color: #A2A8BD;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .formfield-section .form-control::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .cover-letter-sec {
  border-bottom: 1px solid #D9E2FF;
  padding-bottom: 82px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .formfield-section .cover-letter-sec {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-inner .formfield-section .cover-letter-sec {
    padding-bottom: 30px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .location {
  padding-top: 46px;
}
@media (max-width: 579px) {
  .form-sec .form-outer .form-inner .formfield-section .location {
    padding-top: 30px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .radio-sec {
  border-bottom: 1px solid #D9E2FF;
  padding-bottom: 72px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .formfield-section .radio-sec {
    padding-bottom: 50px;
  }
}
@media (max-width: 1441px) {
  .form-sec .form-outer .form-inner .formfield-section .radio-sec {
    padding-bottom: 40px;
  }
}
@media (max-width: 579px) {
  .form-sec .form-outer .form-inner .formfield-section .radio-sec {
    padding-bottom: 30px;
  }
}
.form-sec .form-outer .form-inner .formfield-section .check-box-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-inner .formfield-section .check-box-inner {
    flex-wrap: wrap;
  }
}
.form-sec .form-outer .form-inner .boxes {
  width: calc(33.3333333333% - 40px);
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .boxes {
    width: calc(99.5% - 20px);
  }
}
@media (max-width: 579px) {
  .form-sec .form-outer .form-inner .boxes {
    width: 100%;
  }
}
.form-sec .form-outer .form-inner .chk-inner {
  padding-top: 60px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .chk-inner {
    padding-top: 50px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .chk-inner {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .form-sec .form-outer .form-inner .chk-inner {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .chk-inner {
    padding-top: 20px;
  }
}
.form-sec .form-outer .form-inner .chk-inner .form-label {
  padding-bottom: 30px;
  color: #203063;
  position: relative;
  padding-left: 30px;
}
.form-sec .form-outer .form-inner .chk-inner .form-label::before {
  content: "";
  position: absolute;
  background-image: url(../img/diamond.png);
  width: 15px;
  height: 15px;
  left: 0;
  background-repeat: no-repeat;
  top: 6px;
}
.form-sec .form-outer .form-inner .form-check {
  padding: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .form-sec .form-outer .form-inner .form-check {
    padding-bottom: 10px;
  }
}
.form-sec .form-outer .form-inner .form-check-label {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.4px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .form-inner .form-check-label {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .form-inner .form-check-label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .form-inner .form-check-label {
    font-size: 14px;
    line-height: 22px;
  }
}
.form-sec .form-outer .form-inner .form-check-input:checked {
  background-color: #014CB2 !important;
  box-shadow: none;
}
.form-sec .form-outer .form-inner .form-check-input:focus {
  border: none;
  box-shadow: none;
}
.form-sec .form-outer .sub-content {
  padding-top: 34px;
  color: #313646;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.08px;
}
@media (max-width: 1679px) {
  .form-sec .form-outer .sub-content {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .form-sec .form-outer .sub-content {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form-sec .form-outer .sub-content {
    font-size: 14px;
  }
}
@media (max-width: 579px) {
  .form-sec .form-outer .sub-content {
    padding-top: 20px;
  }
}
.form-sec .form-outer .sub-content .bold {
  font-weight: 700;
}
.form-sec .form-outer .radio-qust .form-label {
  position: relative;
  padding-left: 30px;
}
.form-sec .form-outer .radio-qust .form-label::before {
  content: "";
  position: absolute;
  background-image: url(../img/diamond.png);
  width: 15px;
  height: 15px;
  left: 0;
  background-repeat: no-repeat;
  top: 6px;
}

.custom-file-upload {
  position: relative;
  border: 1px dashed #014CB2;
  height: 182px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #fff !important;
}
@media (max-width: 991px) {
  .custom-file-upload {
    height: 140px;
  }
}
.custom-file-upload input[type=file] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.custom-file-upload .file-types {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.custom-file-upload .upload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-file-upload .upload-inner .upload-ico {
  background: linear-gradient(180deg, #D3F8FF 0%, #DBCEFF 100%);
  width: 80px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-right: 36px;
}
@media (max-width: 991px) {
  .custom-file-upload .upload-inner .upload-ico {
    max-width: 60px;
    height: 60px;
  }
}
@media (max-width: 579px) {
  .custom-file-upload .upload-inner .upload-ico {
    display: none;
  }
}
.custom-file-upload .upload-inner .upload-ico img {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .custom-file-upload .upload-inner .upload-ico img {
    max-width: 20px;
  }
}
.custom-file-upload .upload-inner .txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 30.4px;
  color: #000000;
  margin-bottom: 0px;
}
@media (max-width: 1679px) {
  .custom-file-upload .upload-inner .txt {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .custom-file-upload .upload-inner .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .custom-file-upload .upload-inner .txt {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .custom-file-upload .upload-inner .txt {
    font-size: 12px;
  }
}
.custom-file-upload .upload-inner .txt span {
  color: #014CB2;
  text-decoration: underline;
}
.custom-file-upload .upload-inner .file-types {
  margin-bottom: 0px;
  font-family: Funnel Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.32px;
  color: #313646;
}
@media (max-width: 479px) {
  .custom-file-upload .upload-inner .file-types {
    font-size: 12px;
  }
}

.cover-letter-sec .custom-file-upload {
  margin-bottom: 0px;
}

/*# sourceMappingURL=apply.css.map */
