@import url("font_config.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  font-family: "Gustan", Arial, sans-serif;
}
.main_header {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.container {
  --bs-gutter-x: 0;
}
.header_container {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 240px);
}
.header_logo img {
  width: 200px;
  margin-top: 14px;
}
.header_buttons {
  display: flex;
}
.header_button {
  font-family: "Gustan3";
  height: 60px;
  width: 60px;
  border: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.header_login {
  width: 90px;
  color: #323849;
  font-size: 14px;
  background: #fff;
}
.header_search {
  background: rgba(50, 56, 73, 0.4);
}
.header_menu {
  padding: 18px 16px;
  width: 106px;
  background: #dc2a5f;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.header_menu span {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.header_login img {
  display: none;
}
.hero_container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero_container h1 {
  font-family: "Gustan2";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.2px;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.hero_container .pathway_boxes {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.hero_container .pathway_box {
  font-family: "Gustan3";
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  height: 10em;
  padding: 0.75em;
  margin: 0 1px 1px 0;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #323849;
}
.hero_container .pathway_box:hover {
  background-color: #00b1e3;
  color: #fff;
  text-decoration: none;
}
.login_container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.light_bg {
  background: rgba(30, 34, 44, 0.98);
  transition: unset !important;
}
.lightbox_body h1 {
  font-size: 30px;
  line-height: 1.27;
  letter-spacing: -0.6px;
  margin: 0 0 0.666667em;
  font-weight: 400;
}
.lightbox_body h2 {
  font-size: 22px;
  line-height: 1.14;
  margin: 0 0 3.181818em;
  font-weight: 400;
}
.lightbox_body > div {
  display: flex;
  width: 62.5%;
  gap: 2px;
}
.lightbox_body > div > input {
  margin: 0;
  font-size: 16px;
  border: solid 1px #373d4f;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: none;
  border-right: solid 2px transparent;
  margin-bottom: 2px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #373d4f;
  color: #fff;
}
.lightbox_body > div > input::placeholder {
  color: #fff;
  font-style: italic;
}
.lightbox_body > div > button {
  margin: 0;
  height: 50px;
  border: solid 1px transparent !important;
  opacity: 0.3 !important;
}

.btn__primary {
  text-transform: uppercase !important;
  background-color: #dc2a5f !important;
  color: #fff !important;
  -webkit-transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out !important;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out !important;
  cursor: not-allowed !important;
  pointer-events: unset !important;
  border-radius: unset !important;
}

.lightbox_body > div > input:focus,
#header_search_lightbox .lightbox_body > div > button:focus {
  border-color: #888 !important;
  outline: none !important;
  border-right: 1px solid transparent !important;
}
.promo_wrapper {
  background: #8cb83a;
  position: relative;
  padding-top: 51px;
  padding-bottom: 155px;
  margin-top: -105px;
}
#promo_container {
  max-width: 1400px;
  width: calc(100% - 240px);
  margin: 0 auto;
}
.promo {
  display: flex;
  width: 1000px;
  max-width: none;
  margin-left: calc(50% - 400px);
  margin-right: 0;
}
.promo .promo_left {
  border-right: solid 1px;
  margin-right: 50px;
}
.promo_left h1 {
  font-family: "Gustan3";
  font-size: 30px;
  line-height: 1.27;
  letter-spacing: -0.6px;
  text-align: left;
  color: #323849;
  width: 250px;
  padding-top: 0;
  padding-right: 50px;
  margin: -8px 0;
}
.promo_right {
  width: 100%;
}
.promo_body {
  display: flex;
  margin: -7px 0 -6px;
}
.promo .promo_right .promo_body p {
  font-family: "Gustan2";
  font-size: 15px;
  margin: 0;
  line-height: 1.67;
  font-weight: 400;
  color: #3a3a3e;
}
.promo .promo_right .promo_body p a {
  color: #323849;
  text-decoration: none;
  border-bottom: dotted 1px;
}
.promo .promo_right .promo_body p a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.promo_right .promo_body img {
  width: 150px;
  flex-shrink: 0;
  height: 37px;
  margin-top: 7px;
  margin-left: 50px;
}
.footer {
  margin-top: -105px;
  background: none;
  border: none;
  clear: both;
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer_visa_search {
  background: linear-gradient(
    to top,
    rgba(30, 34, 44, 1) 0%,
    rgba(30, 34, 44, 1) 50%,
    rgba(30, 34, 44, 0) 50%
  );
}
.footer_visa_container {
  max-width: 1400px;
  width: calc(100% - 240px);
  margin: 0 auto;
}
.footer_visa_search_box {
  max-width: 800px;
  padding: 40px 50px;
  margin: 0 auto;
  background: #f2f2f2;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 210px;
  justify-content: space-between;
}
.footer_visa_search_box h1 {
  font-family: "Gustan3";
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: normal;
  color: #323849;
  margin: 0;
  padding: 0;
}
.footer_visa_search_box p {
  font-family: "Gustan2";
  font-size: 16px;
  line-height: 1.1;
  color: #323849;
  margin: 0;
}
.footer_links {
  background: #1e222c;
}
.footer_primary_links {
  display: flex;
  flex-wrap: wrap;
  padding: calc(4.2em - 9px) 0 3.5em;
}
.footer_primary_links a {
  font-family: "gustan3";
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  margin-top: 9px;
  margin-right: calc(100% / 17.5);
  white-space: nowrap;
}
.footer_primary_links a:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.footer_secondary_links {
  padding: 2em 0 2em;
  margin-bottom: 0;
  border-top: solid 1px #313848;
}
.footer_secondary_links li {
  font-family: "gustan2";
  font-size: 13px;
  line-height: 2.31;
  letter-spacing: 0.33px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
}
.footer_secondary_links li a {
  color: #fff;
}
.footer_links .footer_secondary_links li::after {
  content: "|";
  margin: 0 30px;
}
.footer_logos {
  background: #000;
}
.footer_logos .footer_visa_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5em 0;
}
.compound_logos a {
  display: inline-block;
}
.compound_logos a img {
  width: 265px;
  vertical-align: middle;
}
#shielded_log {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 3em;
}
.compound_logos {
  display: flex;
  align-items: center;
}
.footer_logos a {
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.footer_logos a:hover {
  opacity: 1;
}
.footer_logos img {
  width: 265px;
  vertical-align: middle;
}
.footer {
  background-color: #8cb83a;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.header {
  min-height: 50px;
}
.banner {
  background-color: rgb(0, 0, 0);
}
.banner .inner {
  height: 4.875rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.inner {
  box-sizing: content-box;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.inner #realme_logo {
  width: 280px;
  padding-top: 0;
  margin: 0 1rem 0 0 !important;
  object-fit: contain;
}
.inner .third_party_logo {
  background-repeat: no-repeat;
  background-position: 100%;
  flex: 1 0 auto;
  background-size: contain;
  height: 2.375rem;
}
.inner .third_party_logo img {
  float: right;
  height: 2.375rem;
}
.banner-message {
  padding-top: 1.46875rem;
  padding-bottom: 1.5rem;
}
.banner-message {
  font-family: "Gustan";
  font-size: 0.938rem;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #4c4c4c;
  display: flex;
  flex-flow: column nowrap;
  padding-top: 0.8125rem;
  padding-bottom: 0.875rem;
}
.banner-message .inner {
  position: relative;
}
.banner-message .inner * {
  font-size: 0.938rem;
  max-width: 45rem;
  margin: 0;
}
.banner-message .back-icon {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/left_arrow_Icon_RealMe.png);
  background-size: 22px;
  background-repeat: no-repeat;
}
.banner-message .return-link {
  font-weight: 600;
  padding-left: 0.9375rem;
  margin-left: 1rem !important;
}
.banner-message a {
  color: #4c4c4c;
}
.banner-message.error {
  color: #222;
}
.banner-message.error {
  background-color: #fcf3f3;
}
.banner-message .inner * {
  font-size: 0.938rem;
  max-width: 45rem;
  margin: 0;
}
#main {
  flex: 1;
  opacity: 0;
}
div.page {
  background-color: #fff;
}
div.page .inner {
  padding-top: 1.8125rem;
  padding-bottom: 2.5rem;
}
div.split-page {
  display: block;
}
h2 {
  font-family: "Gustan";
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 1.29;
  color: #ff2c00;
}
.realme {
  font-family: "Gustan3";
}
.details {
  font-family: "Gustan2";
  font-size: 0.938rem;
  font-weight: 400;
  margin: 1.5rem 0;
}
p {
  margin: 0;
}
ul.radio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.radio-list li,
ul.radio-list li:hover {
  display: block;
  position: relative;
  margin: 0.1rem;
}
ul.radio-list li input[type="radio"],
ul.radio-list li:hover input[type="radio"] {
  position: absolute;
  opacity: 0;
}
ul.radio-list li input,
ul.radio-list li label,
ul.radio-list li:hover input,
ul.radio-list li:hover label {
  margin: 0;
  font-family: "Gustan2";
  font-weight: 400;
}
input[type="radio"] {
  accent-color: #d64309;
}
input,
select {
  background-color: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-radius: 1rem;
  box-sizing: border-box;
  color: #000;
  font-family: Inter;
  font-size: 0.938rem;
  height: 3.25rem;
  padding-left: 1rem;
  width: 100%;
}
input,
select {
  background-color: #f2f2f2 !important;
}
input,
select {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
ul.radio-list li label,
ul.radio-list li:hover label {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  z-index: 9;
  cursor: pointer;
}
ul.radio-list li .check,
ul.radio-list li:hover .check {
  display: block;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.12);
  height: 1rem;
  width: 1rem;
  top: 0.3rem;
  left: 0;
  box-sizing: border-box;
  border: solid 1px #b3b3b3;
}
#api {
  margin: 0 auto;
}
#api div.intro {
  display: none;
}
.entry {
  position: relative;
}
div.attrEntry,
div.entry-item {
  position: relative;
}
.control {
  position: relative;
}
input,
select {
  background-color: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-radius: 1rem;
  box-sizing: border-box;
  color: #000;
  font-family: "Gustan2";
  font-size: 0.938rem;
  height: 3.25rem;
  padding-left: 1rem;
  width: 100%;
}
div.entry-item > input[type="text"]:placeholder-shown:not(:focus) + label,
div.entry-item > input[type="password"]:placeholder-shown:not(:focus) + label {
  font-size: 0.938rem;
  font-family: "Gustan2";
  top: 0.875rem;
  color: black;
}
div.attrEntry > select + label,
div.attrEntry > input[type="text"] + label,
div.attrEntry > input[type="password"] + label,
div.entry-item > input[type="text"] + label,
div.entry-item > input[type="password"] + label {
  position: absolute;
  top: 0.1875rem;
  left: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
label {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.938rem;
}
.error,
.highlightError,
.invalid,
.highlightError + label,
.invalid + label {
  color: #c70000;
}
.entry .entry-item + .entry-item {
  margin-top: 1rem;
}
div.attrEntry,
div.entry-item {
  position: relative;
}
div.attrEntry,
div.entry-item {
  position: relative;
}
div.entry-item > input[type="password"]:placeholder-shown:not(:focus) + label {
  font-size: 0.938rem;
  top: 0.875rem;
}
button.btn.primary {
  color: #fff;
  background-color: #d64309;
  border: none;
}
.btn-icon {
  display: flex;
}
.btn {
  font-size: 0.9rem;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  margin-top: 1.5rem;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.8rem 5rem 0.8rem 1rem;
  text-align: left;
  width: 15rem;
  height: 3.25rem;
  line-height: 1.6rem;
  white-space: nowrap;
  text-decoration: none !important;
  vertical-align: middle;
}
.btn-icon section,
.btn-icon span,
.btn-icon img {
  pointer-events: none;
}
.btn-icon section {
  display: flex !important;
}
.img-icon {
  width: 25px !important;
  height: 25px !important;
  margin-right: 0.6rem;
}
#forgotUsernamePassword {
  margin-top: 1.5em;
}
button.accountButton {
  display: inline;
  font-family: "Gustan2";
  color: #d64309;
  font-weight: 600;
  text-decoration: none;
  background: 0 0 !important;
  border: none;
  padding: 0 !important;
  cursor: pointer;
  font-size: 100%;
}
div.split-page div.split-page-section.split-page-left {
  padding-right: 3.875rem;
}
div.split-page div.split-page-section.split-page-right {
  border-left: 1px solid #d1d1d1;
  padding-left: 5rem;
}
.btn.primary {
  color: #fff;
  background-color: #d64309;
  border: none;
}
#header,
#footer {
  min-height: 50px;
}
.bg-web-tangerine {
  background-color: #d64309 !important;
}
footer {
  flex: 1 1 auto;
  font-family: "Gustan2";
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
footer nav {
  display: flex;
  flex-flow: column nowrap;
}
footer nav a {
  color: #fff;
  display: block;
  line-height: 2rem;
  font-size: 0.8125rem;
}
footer #langform ul {
  list-style: none;
  color: #fff;
  font-size: 0.875rem;
  padding-left: 0;
  margin: 0;
}
footer #langform ul li {
  display: inline-block;
  margin-right: 1rem;
}
footer #langform ul li a,
footer #langform ul li span,
footer #langform ul li strong {
  margin: 0;
}
footer #langform ul a {
  color: #fff;
  cursor: pointer;
}
footer hr {
  border: 0.5px solid #fff;
  margin: 1.625rem 0;
  height: 0;
}
hr {
  height: 2px;
  color: #d1d1d1;
  background: #fff !important;
  border: 0;
  font-size: 0;
}
footer .copyright {
  color: #fff;
  font-size: 0.875rem;
  height: 1.375rem;
}
footer {
  padding-bottom: 0 !important;
}
.registration-list li {
  font-family: "Gustan2";
}
.registration-list li::marker {
  background-color: red !important;
  color: red;
}
.registration-heading {
  padding-bottom: 1.125rem;
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 1.875rem;
}
.registration-list {
  padding-left: 1rem;
}
.minimum-characters {
  font-family: "Gustan2";
  font-size: 14px;
}
.required-input::after {
  content: " *";
  color: red;
  margin-left: -0.07rem;
}
.btn-red {
  background-color: #fbece6 !important;
  color: #c43d08 !important;
  border: none !important;
}
.btn-green,
.verifyCode {
  background-color: #008022 !important;
  color: #fff !important;
  border: none !important;
}
.newPassword_li {
  border-top: 3px solid #d1d1d1;
  margin-top: 2rem;
  padding-top: 2rem;
}
.newPassword_li h4 {
  font-family: "Gustan2";
  font-weight: 600;
}
.small {
  font-family: "Gustan1";
  font-size: 16px;
}
.list-style-red-dot {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.list-style-red-dot li {
  font-family: "Gustan2";
  flex-basis: 40%;
}
.list-style-red-dot li::marker {
  color: red;
}
.form-header {
  justify-content: space-between;
}
.form-header b {
  margin-left: 10px;
}
.form-header-right a {
  margin-left: 3rem;
}
.form-help-link {
  font-weight: 600;
  border-bottom: 1px solid blue;
}

.header-left {
  background-color: #e6f5f9;
  padding: 20px 0 20px 20px;
}
.header-right {
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px;
}
.verification-ul li {
  list-style: circle;
  line-height: 30px;
}
.verification-ul li a {
  color: black !important;
  font-weight: 600;
}
.Verifiaction-form {
  width: 400px;
}
.Verifiaction-form input,
select {
  height: auto;
  width: auto;
  border-radius: 2px;
}
.Verifiaction-form .form-input {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.Verifiaction-form .form-custom {
  width: 182.4px;
}
.Verifiaction-form .submit-button {
  padding: 8px 40px;
  background-color: #00b1e3 !important;
  color: #fff;
}
.verification-heading {
  color: #0099CB !important;
  font-family: "Gustan2";
}
.nav {
  padding-bottom: 0.3rem;
}
.nav .nav-item {
  margin-right: 50px;
}
.nav .nav-item a {
  color: #fff;
  font-family: "Gustan2";
}
.nav-underline .nav-link.active {
  color: #fff;
}
.nav-underline .nav-link.active {
  color: #dc2a5f;
}
.nav-underline .nav-link:focus {
  color: #dc2a5f;
}
.nav .nav-item a:hover {
  color: #dc2a5f;
}
.applications h3 {
  font-family: "Gustan3";
}
.applications p {
  font-family: "Gustan2";
  font-size: 14px;
}
.custom-container {
  max-width: 1200px;
  width: calc(100% - 240px);
}
.search-for-apply {
  text-align: end;
}
.search-for-apply input {
  width: auto;
  height: auto;
  border-radius: 2px;
  padding: 8px 0;
}
.search-for-apply i {
  border: 1px solid gray;
  padding: 5px;
}
.search-for-apply a {
  display: inline-block;
  padding: 8px 20px;
  text-transform: uppercase;
  background-color: #d30845;
  color: #fff;
  font-family: "Gustan2";
  border-radius: 2px;
}
.tabel th,
td {
  padding: 20px 0.5rem !important;
}
.Principal-applicants {
  text-transform: uppercase;
}
.application-type {
  text-transform: capitalize;
}
.option span {
  border: 1px solid blue !important;
  padding: 8px 5px;
}
th {
  text-transform: capitalize !important;
}
.show-button {
  text-align: center;
  padding: 10px;
}
#loginButton {
  font-size: 18px;
  display: none;
  padding: 15px 80px;
  color: #fff;
  background-color: #dc2a5f;
  border-radius: 50px;
}
@media only screen and (max-width: 1639px) {
  .hero_container {
    padding: 180px 0 340px;
  }
}
@media only screen and (max-width: 1239px) {
  .promo {
    margin: 0 auto;
    width: auto;
    max-width: 800px;
  }
  #promo_container {
    width: calc(100% - 225px);
  }
  .promo .promo_left h1 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: normal;
    width: 200px;
    padding-right: 20px;
    margin: -6px 0;
    font-weight: 600;
  }
  .promo_body {
    flex-direction: column;
    margin: -5px 0 -5px;
  }
  .promo_body p {
    font-size: 12px !important;
  }
  .promo_body img {
    margin-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 4px !important;
  }
  .footer_visa_container {
    width: calc(100% - 225px);
  }
}
@media (max-width: 944px) {
  .header_login img {
    display: block;
  }
  .hero_container {
    padding-top: 145px;
    padding-bottom: 265px;
  }
  .header_buttons .header_button {
    width: 53px;
    height: 53px;
  }
  .header_buttons .header_menu {
    width: auto;
    height: 53px;
    padding: 18px 16px;
    width: 106px;
    background: #dc2a5f;
    display: flex;
    justify-content: space-between;
    color: #fff;
  }
  .header_menu img {
    height: 17px;
  }
  .header_logo img {
    width: 163px;
    margin-top: 7px;
  }
  .header_container {
    width: 90%;
    margin: 0 auto;
  }
  .custom-container {
    width: 90%;
    margin: 0 auto;
  }
  .hero_container h1 {
    font-size: 20px;
  }
  .promo_wrapper {
    margin-top: -112.5px;
  }
  #promo_container {
    width: 100%;
    margin: 0;
  }
  .promo {
    margin-right: auto;
    width: 80%;
  }
  .promo_body {
    flex-direction: column;
  }
  .promo_body p {
    font-size: 12px !important;
  }
  .footer {
    margin-top: -112.5px;
  }
  .footer_visa_container {
    width: 100%;
  }
  .footer_visa_search_box {
    width: 80%;
    height: 225px;
    padding: 40px 100px;
  }
  .footer_visa_search_box h1 {
    font-size: 20px;
    line-height: 1.25;
  }
  .footer_visa_search_box p {
    font-size: 13px;
    line-height: 1.54;
  }
  .footer_primary_links {
    flex-direction: column;
    padding: 3.9em 0 0;
  }
  .footer_primary_links a {
    font-size: 16px;
    line-height: 1.56;
    margin-right: 0;
    margin-top: 0;
    padding: 0.44em 5% 0.52em;
    border-bottom: solid 1px #313848;
  }
  .footer_secondary_links li {
    display: block;
    line-height: 1.38;
    padding: 0 5%;
  }
  .footer_secondary_links li a {
    padding: 0.5em 0;
    display: inline-block;
  }
  .footer_secondary_links li::after {
    display: none;
  }
  .footer_logos .footer_visa_container {
    width: 100%;
    padding: 3.5em 5%;
  }
}
@media (max-width: 750px) {
  .header_logo img {
    width: 118px;
    margin-top: 6px;
  }
  .header_buttons .header_button {
    width: 43px;
    height: 43px;
  }
  .header_buttons .header_menu {
    width: auto;
    height: 43px;
    padding: 13px;
  }
  .header_buttons .header_menu span {
    display: none;
  }
  .hero_container {
    padding-bottom: 225px;
  }
  .hero_container h1 {
    margin-bottom: 36px;
  }
  .pathway_boxes {
    flex-wrap: wrap;
    justify-content: start !important;
  }
  .pathway_boxes .pathway_box {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.1px;
    width: auto;
    height: auto;
    white-space: nowrap;
  }
  .hero_container h1 {
    font-size: 14px;
  }
  .promo_wrapper {
    padding-top: 0;
    padding-bottom: 145px;
  }
  #promo_container {
    width: 90%;
    padding: 0 24px;
    margin: 0 auto;
  }
  .promo {
    width: auto;
    flex-direction: column;
  }
  .promo_left {
    border: none !important;
    margin: 0 !important;
  }
  .promo_left h1 {
    border: none;
    text-align: center;
    padding: 1em 0 0.8em !important;
    margin: 0 !important;
    width: auto !important;
  }
  .footer_visa_search_box {
    width: 90%;
    padding: 20px 24px 25px;
  }
  .footer_logos .footer_visa_container {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5em 5%;
  }
  .footer_logos .compound_logos {
    margin-bottom: 2em;
  }
  .footer_logos a img {
    width: 185px;
  }
  .footer_secondary_links li a {
    font-size: 12px;
  }
  .list-style-red-dot {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  .Verifiaction-form {
    width: auto;
  }
  .Verifiaction-form input,
  .form-custom {
    width: 150px !important;
  }
  .form-footer input {
    width: auto !important;
  }
}
@media (max-width: 894px) {
  .banner {
    margin-bottom: 1rem;
  }
  .entry {
    margin-top: 1rem;
  }
  div.split-page div.split-page-section.split-page-right {
    padding-left: 0;
    border: none;
    margin-top: 2rem;
  }
  #select-left {
    display: none;
  }
}
@media (max-width: 500px) {
  .banner .inner #realme_logo {
    width: 200px;
  }
  .banner .inner .third_party_logo img {
    max-width: 150px;
  }
  .search-for-apply {
    text-align: center;
  }
  .search-for-apply a {
    margin-top: 20px;
  }
  .search-for-apply input {
    width: 80%;
  }
}
@media (max-width: 430px) {
  .banner .inner #realme_logo {
    width: 150px;
  }
  .search-for-apply {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .banner .inner #realme_logo {
    width: 100px;
  }
  .banner .inner .third_party_logo img {
    max-width: 100px;
  }
  .form-header-right a {
    margin-left: 10px;
  }
}
@media (min-width: 576px) {
  h2 {
    line-height: 1.46;
    margin-bottom: 1.375rem;
  }
  .details {
    font-size: 0.938rem;
  }
  h2 {
    line-height: 1.46;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 895px) {
  .banner .inner {
    height: 7.8125rem;
  }
  .banner .third_party_logo {
    height: 4.125rem;
  }
  .banner .third_party_logo img {
    height: 4.125rem;
  }
  .banner-message .back-icon {
    height: 1.71875rem;
  }
  .banner-message {
    padding-top: 1.46875rem;
    padding-bottom: 1.5rem;
  }
  div.split-page {
    display: flex;
  }
  div.split-page .mobile-split-select {
    display: none;
  }
  div.split-page div.split-page-section {
    display: block;
    width: 50%;
  }
  div.split-page div.split-page-section {
    padding-top: 0;
  }
  div.split-page div.split-page-section .hideInMobile {
    display: block;
  }
  div.split-page div.split-page-section h2 {
    display: block;
  }
  .footer {
    padding: 0;
  }
  footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  footer nav {
    flex-flow: row nowrap;
  }
  footer nav a {
    display: inline-block;
    margin-right: 3rem;
    line-height: 1rem;
  }
  footer .language-selector {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .single-page {
    width: 45.9375rem;
  }
}
@media (min-width: 1140px) {
  .inner {
    margin-left: auto;
    margin-right: auto;
    width: 67.5rem;
  }
}
