/*csutom stylesheet*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

body {
    font-family: "Manrope", serif;
}

body.home header {
  position: absolute;
  width: 100%;
  z-index: 1;
}

header {
    background:#ffffff;
}

input::placeholder {
  color: #999 !important;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #999 !important;
}

input::-moz-placeholder {
  color: #999 !important;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

select:has(option[value=""]:checked)  {
  color: #999 !important;
}

select option {
    color: #212529 !important;
}

nav#nav {
    flex-direction: column;
    z-index: 2;
}

#nav .logo-right {
    width:90px !important;
}

.logo-left {
    width:50px !important;
    border-radius: 5px;
}

#nav .navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
    align-items: center;
}

.nav-link {
    color:#000000;
    font-size: 14px;
}

.nav-link.active {
    border-bottom: solid 2px #000000 !important;
}

#navbarSupportedContent-wrapper {
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    width: 100%;
}

/***/
* {
  transition: all 0.3ms;
}

a {
  text-decoration: none;
  color: #212529;
}

.bg-site-dark {
  background-color: #353942;
}

.page-title {
  padding: 9rem 0 3rem 0;
}

.grey-nav {
  opacity: 0.95;
  background-color: rgb(229 227 220);
}

.font-40 {
  font-size: 40px;
}

.bg-brush-green {
  position: relative;
}

.bg-brush-green:after {
  content: "";
  background: url('../img/brush-green.png') no-repeat left bottom;
  position: absolute;
  height: 100%;
  width: 150%;
  inset-inline-start: -12%;
  bottom: 0;
  background-size: contain;
  z-index: -1;
}

.navbar-brand img {
  width: 180px;
}

#main {
  min-height: 80vh;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#wrapper-banner {
  background: #EDF2F3;
  border-radius: 0px 0px 40px 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.hero .title {
  color: #0b3947;
  font-size: 5rem;
}

.hero .btn {
  display: inline-flex;
  align-self: center;
  border-radius: 05rem;
  font-size: 18px;
  font-weight: 700;
  padding: 0.7rem 1.7rem;
  margin-top: 2rem;
  background: #ffffff80;
}

.hero .btn:hover {
  background: #ffffff;
}

.hero .desc {
  font-size: 23px;
  margin-top: 1rem;
}

.abt-txt {
  padding: 2rem 2rem 1.5rem 2rem;
  text-align: justify;
}

.abt-txt>* {
  color: #ffffff;
}

.abt-txt h4 {
  font-size: 37px;
  line-height: 41px;
}

.abt-txt p {
  font-size: 18px;
  line-height: 23px;
}

/* .fade-text {
    opacity: 1; 
    transition: opacity 0.3s ease; 
    position: relative;
} */
.feature-card {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  padding-top: 2.2rem;
  margin: 1.5rem 0;
  text-align: center;
}

.feature-card:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 82%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  border-radius: 10px;
  box-shadow: 10px 10px 30px -30px #000000;
}

.feature-card .title {
  font-size: 16px;
}

.feature-card .desc {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
}

.countries-wrap {
  padding: 1.5rem;
  background-color: rgb(255 255 255 / 30%);
}

.tac-wrap {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.tac-wrap article {
  font-size: 13px;
}

footer {
  padding-top: 3rem;
  background: #e9e9e9;
  margin-top: 10em !important;
}

.list-inline {
  text-decoration: none;
  display: block;
}

.list-inline li {
  display: inline-block;
}

.list-inline li:not(:last-child):after {
  content: '|';
  margin: 0 10px;
}

/*stepform*/
#sec-apply-form {
  margin-bottom: 220px;
}

#application-form {
  position: relative;
}

#progress-bar-wrapper {
  position: absolute;
  right: 13px;
  top: -7px;
  min-width: 600px;
  max-width: 100%;
  z-index: 2;
}

#progressBar {
  background: linear-gradient(138.18deg, #857de8 0%, #ff878d 94.44%) !important;
  font-weight: 600;
}

.steps-form-wrap {
  background: transparent;
  padding: 0px;
  border-radius: 1.1rem;
  margin: 0 0 5rem 0;
}

.steps-form-wrap h3.sg-form-h-sm {
  display: inline-block;
  color: #000000;
  background-color: #e7fef4;
  border-color: #008d4c;
  font-weight: 600;
  border-radius: 7px;
  padding: 0px 12px;
  position: relative;
  top: -31px;
  left: 2px;
}

.steps-form-wrap.review h3.sg-form-h-sm {
  top: 0px;
  left: 0px;
}

.steps {
  padding-top: 0.5rem;
}

.steps.step-two,
.steps.step-three {
    border: solid 1px #d5e1e2;
    border-radius: 15px;
    padding: 1.5rem;
}

.sg-form-h-sm,
.sg-form-h-md {
  font-weight: 800;
  line-height: 32px;
  color: #0b3947;
}

.sg-form-h-sm {
  font-size: 12px;
}

.sg-form-h-md {
  font-size: 32px;
}

.sg-form .form-outline {
  margin-bottom: 2.2rem;
}

.sg-form .form-label {
  color: #575757;
  background: transparent;
  font-size: 13px !important;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.sg-form .form-label:after {
    content:'*';
    color: #d50000;
    padding-left: 4px;
}

.select2-selection__arrow {
    display:none !important;
}

.select2-container img {
    width:20px;
    height:20px;
    border:solid 1px #d4d4d4;
    border-radius:100px;
}

.sg-form input,
.sg-form select,
.sg-form .select2-selection {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  cursor: pointer;
  height: auto;
  border-radius: 10px;
  padding: 18px 40px 12px 16px;
  border-color: #b0c1c5;
  line-height: normal;
}

.sg-form .select2-selection__rendered {
    line-height: normal !important;
}

.sg-form input:hover,
.sg-form select:hover {
  border: solid 1px #575757 !important;
}

.sg-form input:focus,
.sg-form select:focus {
  box-shadow: none;
}

.sg-form .form-outline .field-icon {
  position: absolute;
  top: 54%;
  right: 10px;
}

.passport-info-card {
  border-color: #d5e1e2;
  border-radius: 15px;
  padding: 1rem;
}

.passport-info-card .title {
  border-bottom: 1px solid #d5e1e2;
}

.pasport-badge {
  position: absolute;
  left: 0;
  top: -31px;
}

.pasport-badge .badge {
  background: #0b3947;
}

.passport-info-card .sg-form-h-sm {
  font-size: 17px;
}

.passport-info-card h6 {
  font-size: 14px;
}

.passport-info-card .img {
  margin: 1rem 0;
}

.passport-info-card .desc {
  font-size: 12px;
  color: #426671;
  line-height: 20px;
}

.sg-btn {
  font-size: 18px;
  font-weight: 700;
  border: 2px solid rgb(253, 239, 197);
  border-radius: 15px;
  color: #000000;
  height: auto;
  padding: 0 3rem;
  background: rgb(253, 239, 197);
  background: -moz-linear-gradient(99deg, rgba(253, 239, 197, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background: -webkit-linear-gradient(99deg, rgba(253, 239, 197, 1) 0%, rgba(241, 241, 241, 1) 100%);
  background: linear-gradient(99deg, rgba(253, 239, 197, 1) 0%, rgba(241, 241, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdefc5", endColorstr="#f1f1f1", GradientType=1);
}

.sg-btn:hover {
  border-color: #000;
}

.steps-form-wrap.form .step {
  display: none;
  position: relative;
  border: none;
  border-radius: 15px;
  margin-top: 50px;
  padding: 0rem;
}

.buttons {
  margin-top: 20px;
}

.buttons button {
  display: inline-block;
}

#payment-info {
    background: #fcce8d;
    background: linear-gradient(90deg, rgb(255 248 239) 0%, rgb(255 248 239) 100%);
    border: solid 1px #fce2cc;
    padding: 5px 10px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    border-radius: 6px;
    font-weight:bold;
}

.row.cycles h3 {
  color: #7C0000;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.row.cycles h3:before {
  content: "";
  display: block;
  border: solid 1px #7C0000;
  position: absolute;
  width: 48px;
  top: 48%;
  left: -65px;
}

.row.cycles h3:after {
  content: "";
  display: block;
  border: solid 1px #7C0000;
  position: absolute;
  width: 48px;
  top: 48%;
  right: -65px;
}

#form-navigation .col-12 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.date-dropdowns {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.date-dropdowns .select-wrapper {
  flex-grow: 1;
  position: relative;
}

.date-dropdowns .select-wrapper::before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOS4yOTM4OSAxMy43MDgxQzkuNjg0NDMgMTQuMDk4NiAxMC4zMTg3IDE0LjA5ODYgMTAuNzA5MiAxMy43MDgxTDE2LjcwODEgNy43MDkyNEMxNy4wOTg2IDcuMzE4NjkgMTcuMDk4NiA2LjY4NDQ0IDE2LjcwODEgNi4yOTM4OUMxNi4zMTc1IDUuOTAzMzQgMTUuNjgzMyA1LjkwMzM0IDE1LjI5MjcgNi4yOTM4OUwxMCAxMS41ODY2TDQuNzA3MjggNi4yOTcwMUM0LjMxNjczIDUuOTA2NDYgMy42ODI0OCA1LjkwNjQ2IDMuMjkxOTMgNi4yOTcwMUMyLjkwMTM5IDYuNjg3NTYgMi45MDEzOSA3LjMyMTgxIDMuMjkxOTMgNy43MTIzNkw5LjI5MDc2IDEzLjcxMTJMOS4yOTM4OSAxMy43MDgxWiI+PC9wYXRoPgo8L3N2Zz4=');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  position: absolute;
  top: 16px;
  right: 6px;
  pointer-events: none;
}

.date-dropdowns .select-wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#btn-prev {
  background: none !important;
  padding: 10px;
  border: none;
  font-size: 16px;
}

.toast-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.toast-header {
    background:#e6e6e6 !important;
    color:#dc3545 !important;
}

.list-group.track-info {
  display: flex;
  flex-direction: row;
}

.list-group.track-info li {
  text-align: left;
  flex-grow: 1;
}

.list-group-item+.list-group-item {
    border-top-width: 1px !important;
}

.payment-summary-info ul {
  display: flex;
  flex-direction: row;
    flex-wrap: wrap;
    margin-bottom:0px !important;
}

.payment-summary-info .list-group-item {
    width:50%;
}

#home-cta,
#sticky-cta .cta {
    background-color: #a72921;
    font-size: 1.4em;
    padding: 10px 60px;
    border:solid 3px #a72921;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px #4d4c4c;
    -moz-box-shadow: 2px 2px 5px #4d4c4c;
    -ms-box-shadow: 2px 2px 5px #4d4c4c;
    box-shadow: 2px 2px 5px #4d4c4c;
    -webkit-text-shadow: 1px 1px 3px #4d4c4c;
    -moz-text-shadow: 1px 1px 3px #4d4c4c;
    -ms-text-shadow: 1px 1px 3px #4d4c4c;
    text-shadow: 1px 1px 3px #4d4c4c;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}

#home-banner #home-cta:active,
#home-banner #home-cta:hover,
#sticky-cta .cta:active,
#sticky-cta .cta:hover {
    background-color: transparent !important;
    color: #a72921 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;
}

#home-banner-text {
    text-align:center;
    margin:60px auto;
}

#home-banner-text * {
    color:#000000 !important;
    font-family: "Source Serif 4", serif !important;
}

#home-banner-text h1 {
    font-size:36px;
    font-weight:400;
}

#home-banner-text h3 {
    font-size: 20px !important;
    font-weight: 300;
    letter-spacing: 5px;
}

body.scrolled #sticky-cta
{
    display: block !important;
    position: fixed;
    top: 0px;
    background: #f6f6f6;
    border-bottom:solid 1px #d4d4d4;
    z-index: 9999999;
    width: 100%;
    text-align: center !important;
    border-top: none;
}

body.scrolled #sticky-cta .container {
    display:flex;
    justify-content: space-between;
}

body.scrolled #sticky-cta .navbar-brand img {
    width: 75px;
}

body.scrolled #sticky-cta .navbar-brand .logo-right {
    width: 55px !important;
}

body.scrolled #sticky-cta .cta {
    font-size: 1em;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 7px 28px;
    box-shadow:none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
}

#home-banner {
  margin: 100px auto;
}

#home-banner img {
    width: 52%;
    height: 360px;
    margin: 0px auto;
    margin-bottom:50px;
}

#home-banner .banner-img-1 {
    width:180px !important;
    height:auto !important;
}

#home-banner img.visit {
    width:80%;
}

#home-banner-sbs a:hover {
    color:#212529 !important;
}

#home-main-content h6 {
  font-size: 1.11rem;
}

#home-main-content p {
  font-size: 17px;
}

.fi-wrapper {
    position:relative;
}

.fi-wrapper label {
    content: 'Choose File';
    background:#147347;
    color:#ffffff;
    position:absolute;
    width: 112px;
    top: 0px;
    left: 0px;
    padding: 10px 0px;
    z-index:2;
}

.fi-wrapper.bg-blue label {
    background:#837AE9;
}

#npm-popup .modal-footer {
    justify-content: center;
}

#btn-close-npm-popup {
    color: #ffffff;
    border: 2px solid #008d4c;
    background: #008d4c;
    background: -moz-linear-gradient(99deg, #008d4c 0%, #0fcc75 100%);
    background: -webkit-linear-gradient(99deg, #008d4c 0%, #0fcc75 100%);
    background: linear-gradient(99deg, #008d4c 0%, #0fcc75 100%);
    border-radius: 6px;
    padding: 0.5em 20px;
    display: block;
    margin: 0em auto;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

.btn-next {
    background: #008d4c !important;
    background: -moz-linear-gradient(99deg, #008d4c 0%, #0fcc75 100%) !important;
    background: -webkit-linear-gradient(99deg, #008d4c 0%, #0fcc75 100%) !important;
    background: linear-gradient(99deg, #008d4c 0%, #0fcc75 100%) !important;
    color:#ffffff !important;
    border: 2px solid #008d4c !important;
    font-size: 17px;
    padding: 0.5rem 0.5rem;
    width:100%;
}

.btn-next:hover,
#btn-payment:hover {
    background: transparent !important;
    color: #008d4c !important;
}

#step-2 {
}

#app-form-title .bg-brush-green:after {
    height: 100%;
    width: 100%;
    inset-inline-start: 1%;
    bottom: -3px;
}

#loader
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999999 !important;
}

#loader img
{
    width: 64px;
    height: 64px;
}

#travel-requirements {
    text-align:center;
}
    
#travel-requirements .row-cols-1 {
    gap: 2rem;
    flex-wrap: wrap;
}

#travel-requirements .col-lg-4 .req-wrapper {
    background:#EDF2F3;
    border-radius: 16px;
    width: 100%;
    padding: 85px 0px;
}

#travel-requirements h4 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1rem !important;
    font-weight: bold;
}

#travel-requirements p {
    font-size: 13px;
    margin-top: 10px;
}

#travel-requirements .req-wrapper i {
    color:#3a2b00;
    font-size:30px;
}

.sec-actions .mx-auto {
    width: 380px;
    font-size: 16px;
}

.sec-actions.review .mx-auto {
    width: 100%;
    font-size: 16px;
}

#insur_wrap {
    background: #fff0d8 !important;
    width:auto;
    margin: auto;
    display: block;
    text-align: center !important;
    margin: 0px 0px 18px;
    padding: 5px 0px 0px;
    position:relative;
}

#insurance_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position:relative;
}

#insurance_wrap img {
    margin-top: 7px;
}

#pricing_wrap em,
#insurance_wrap span {
    margin-top: 8px;
    margin-right: 18px;
    padding: 0px 16px 0px 0px;
    border-right: solid 1px #b4b4b4;
    height: 30px;
}

#pricing_wrap em {
    margin-top: 1px;
}

#insurance_wrap .form-outline {
    width: 280px;
    margin-bottom:0px !important;
}

#insur_wrap:after,
#insurance_wrap .form-outline:after {
    content: "▼";
    position: absolute;
    bottom: 13px;
    right: 12px;
    opacity: 0.8;
    font-size: 11px;
}

#dynamicToast {
    z-index: 999999999;
}

#sticky-payment
{
    display: none !important;
    position: fixed;
    bottom: -2px;
    background: #f3f0fd;
    border-top: solid 2px #af60e9;
    z-index: 9999999;
    width: 100%;
    text-align: center !important;
    padding:0px 8px;
}

#sticky-payment span {
    color: #8E1E26;
    font-size: 18px;
    font-weight: bold;
}

#sticky-payment .container {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#lbl-sticky-payment {
    display:block;
}

#lnk-sticky-zinna-payment span {
    background: #7c2fc4 !important;
    background: linear-gradient(90deg, rgba(124, 47, 196, 1) 0%, rgba(178, 99, 235, 1) 100%) !important;
    padding: 11px 83px !important;
    font-weight: bold;
}

#lnk-zinna-payment span:hover,
#lnk-sticky-zinna-payment span:hover {
    background: #2C2E2F !important;
}

#sa-right .hl {
    display: flex;
    margin-top: 20px;
}

#sa-right .nx {
    padding: 8px;
}

#sa-right .ma {
    background-color: rgb(231 238 239 / 1);
}

#sa-right .lr {
    border-radius: 8px;
}

#sa-right .qg {
    color: rgb(11 57 71 / 1);
}

#sa-right .hk {
    display: inline;
}

#sa-right .ix {
    width: 24px;
}

#sa-right .hx {
    height: 24px;
}

#sa-right img, 
#sa-right svg {
    display: block;
    vertical-align: middle;
}

#sa-right .gn {
    margin-left: 8px;
}

#sa-right .sf {
    font-size: .75rem;
    line-height: 20px;
}

#sa-right .qf {
    color: rgb(66 102 113 / 1);
}

#sa-right .sc {
    font-size: .875rem;
    line-height: 24px;
}

.text-small {
    font-size: 11px !important;
    color: #575757;
}

.col-md-12.last {
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}

.col-md-12.last .form-outline {
    border:none !important;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@media screen and (max-width:768px) {
  header {
    padding: 0px 12px;
    border-bottom: solid 1px #d4d4d4;
  }
  
  #logo-text,
  #nav .w-logo-right {
      display:none !important;
  }
  
  nav#nav {
    flex-direction: row;
  }
  
  #nav .container {
      width:100%;
  }
  
  #nav .navbar-brand {
    margin-right: -30px;
  }
  
  .navbar-brand img {
      width:100px;
  }
  
  #nav .logo-right {
    width: 70px !important;
    margin-right: 127px;
    }
    
  .navbar-toggler {
    background: #fcfaf5 !important;
    font-size: 15px;
  }
  
  #navbarSupportedContent-wrapper {
      border: none !important;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 160px;
    text-align: right;
  }


  #navbarSupportedContent {
    position: relative;
  }

  #navbarSupportedContent .navbar-nav {
    position: absolute;
    top: 3px;
    right: 0px;
    text-align:left;
  }

  #navbarSupportedContent li a {
    background: linear-gradient(77deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 49%, rgba(255, 255, 255, 1) 100%);
    border: solid 1px #d4d4d4;
    padding: 10px 40px 10px 15px;
    border-radius: 8px;
    margin-right:0px !important;
    white-space: nowrap;
  }

  #main {
    background-size: auto 100%;
  }

  #home-banner {
    margin: 130px auto 140px;
  }

  #home-banner .title {
    font-size: 2.2rem;
  }

  #home-banner .desc {
    font-size: 20px;
  }

  .banner.img img {
    max-width: 100%;
  }

  #home-banner img {
    width: 85%;
    height: 180px;
    margin: 0px auto 50px;
  }

  #home-banner .banner-img-1 {
    margin-top: 100px !important;
    width: 120px !important;
  }
  
  #home-banner img.visit {
      width: 98%;
    }

  #home-cta,
  #sticky-cta .cta {
    margin-top: 0px;
    font-size: 18px;
  }

  .feature-card {
    max-width: 70%;
    margin: auto;
    padding: 12px 0px;
    margin-bottom: 20px;
  }
  
  #application-form .step {
        margin-top: 25px;
        padding: 0px;
  }

  #progress-bar-wrapper {
    display: none !important;
    min-width: 125px;
  }

  .steps-form-wrap {
    padding: 0rem 0px;
    margin-bottom: 0px;
  }

  .steps-form-wrap h3.sg-form-h-sm {
    font-size: 12px;
    margin-bottom:0px !important;
    padding: 0px 8px;
    border-radius: 6px;
    line-height: 25px;
  }

  .sg-form select {
    padding-right: 15px;
  }

  .passport-info-card {
    margin-top: 70px;
  }

  .page-content {
    width:100% !important;
  }
  
  #form-content,
  .passport-info-card {
      display:none !important;
  }
  
  #app-form-title {
    margin-top: .5rem !important;
    margin-bottom: 2rem !important;
  }
  
    #travel-requirements h3 {
        font-size:16px !important;
    }
    
    #travel-requirements .row-cols-1 {
        align-items: flex-start;
        padding-top: 10px !important;
    }
    
    #travel-requirements h4 {
        font-size:16px !important;
    }
    
    
    #travel-requirements .req-wrapper i {
        font-size:60px;
    }
  
  #app-form-title h2 {
      font-size: 16px !important;
      margin-top:10px !important;
    }
  
    #app-form-title strong {
        font-size: 14px !important;
    }
  
    #application-form .steps {
    }
  
    #application-form .form-outline {
        margin-bottom: 1.8rem;
    }
    
    #form-navigation .col-12 {
        margin-top:20px !important;
        margin-bottom:40px !important;
    }
    
    #form-navigation button {
        margin-top:0px !important;
    }

    #npm-popup .modal-content {
        margin-top:0px !important;
    }

    .sec-actions .mx-auto {
        width:auto;
    }
    
    .sec-actions .form-check {
        width:300px;
        margin: auto;
    }

    body.scrolled #sticky-cta {
        top:auto;
        bottom: 0px;
    }
    
    .form-sec-title {
        margin-top: 38px !important;
    }
    
    .payment-form-wrapper {
        margin-top:0px !important;
    }
    
    .payment-summary-info small {
        font-size: 12px !important;
    }
    
    .payment-summary-info h6 {
        font-size: 13px !important;
    }
    
    #payment-info {
        font-size: 15px;
    }
    
    #lnk-zinna-payment,
    #review-sp {
        display:none !important;
    }
    
    #sticky-payment {
        display:block !important;
    }
    
    .btn-next.review {
        font-size: 18px;
        padding: 0.5rem 2rem;
    }

    #pricing_wrap em,
    #insurance_wrap span {
        margin-right: 10px;
        padding-right: 8px;
    }

    #home-banner-text h1 {
        font-size:28px;
    }
    
    #home-banner-text h3 {
        font-size: 14px !important;
        letter-spacing: 2px;
    }
}