@charset "UTF-8";
/*! Normalise CSS !*/
@import url(normalize.css);
/*! Google Fonts !*/
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #272727;
  font-weight: 400;
  line-height: normal;
  overflow-x: hidden;
  word-wrap: break-word;
  font-family: "Montserrat", sans-serif;
}

p {
  padding: 0rem;
  margin: 0rem 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #272727;
  font-weight: 400;
  line-height: normal;
  word-wrap: break-word;
  font-family: "Montserrat", sans-serif;
}
p:last-child {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: var(--Grey, #333);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #000;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 0.75rem 0.75rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  background-color: #ffcd57;
  transition: box-shadow 0.2s ease;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0rem 0rem 0 rgba(0, 0, 0, 0.1490196078);
  font-weight: 600;
  line-height: 1em;
  font-size: 1.125rem;
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  background: #fff;
  color: #000;
}
.btn:focus span, .btn:active:focus span {
  color: #fff;
}
.btn:hover {
  background-color: #ffc130;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit], [type=radio], [type=checkbox]) {
  display: block;
  width: 100%;
  color: rgb(51, 51, 51);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid rgba(51, 51, 51, 0.35);
  padding: 1.0625rem 1rem;
  background: transparent;
  box-shadow: none;
  margin-bottom: 1.25rem;
  outline: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.35);
  opacity: 1;
}
input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: rgba(51, 51, 51, 0.35);
  opacity: 1;
}

textarea {
  resize: none;
  overflow: hidden;
  display: block;
  width: 100%;
  color: rgb(51, 51, 51);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 0.0625rem solid rgba(51, 51, 51, 0.35);
  padding: 1.0625rem 1rem;
  background: transparent;
  box-shadow: none;
  height: 8.25rem;
  margin-bottom: 1.5rem;
  outline: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
textarea::-moz-placeholder {
  color: #afafaf;
}
textarea::placeholder {
  color: #afafaf;
}

textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 1rem 0.625rem;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

select:focus {
  border: 0.0625rem solid #cccccc;
  outline: none;
  background-color: #fff;
}

select option {
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: normal;
}

label {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0rem 0rem 0.4375rem;
  padding: 0;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-repeat: no-repeat;
  background-size: contain;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #249d8f;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: relative;
  top: 0.1875rem;
}

input[type=checkbox]::before {
  content: "";
  width: 0.75rem;
  height: 0.5625rem;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-size: contain;
  /* Windows High Contrast Mode */
  background-color: transparent;
  left: 0.25rem;
  position: relative;
  top: -0.0875rem;
}

input[type=checkbox]:checked {
  background-size: contain;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
  outline-offset: none;
}

input[type=checkbox]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: none;
  outline-offset: none;
}

input[type=radio]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

.defaultPadding {
  padding: 3rem 0;
}

.highlight {
  color: #d7a122;
  font-weight: 700;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  margin-bottom: 0.9375rem;
}

h2 {
  font-weight: 600;
  font-size: 2.25rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3em;
  margin-bottom: 1.875rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 75rem;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header .container-fluid {
  padding: 1.125rem 2.1875rem;
}
header .header-row {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
header .header-row .logo-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header .header-row .logo-menu .navigation ul li {
  margin: 0;
}
header .header-row .logo-menu .navigation ul li.menu-item-has-children {
  padding: 0;
}
header .header-row .logo-menu .navigation ul li.menu-item-has-children ul.sub-menu {
  border-top: 2px solid #060097;
}
header .header-row .logo-menu .navigation ul li.menu-item-has-children ul.sub-menu li a::after {
  display: none;
}
header .header-row .logo-menu .navigation ul li:nth-child(2) ul.sub-menu li a::after {
  display: block;
}
header .header-row .logo-menu .navigation ul li a {
  font-size: 1.125rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  padding: 14px 1em;
}
header .header-row .logo-menu .navigation ul li a:after {
  font-size: 0.75rem;
  margin: 0 0 0 0.625rem;
}
header .header-row .logo-menu .navigation ul li ul li {
  position: relative;
}
header .header-row .logo-menu .navigation ul li ul li a {
  color: #000;
  display: block;
  word-wrap: break-word;
  padding: 0.6875rem 0.6875rem 0.8125rem !important;
  background-color: rgba(238, 238, 238, 0.4117647059) !important;
  font-size: 1rem;
}
header .header-row .logo-menu .navigation ul li ul li a:after {
  position: absolute;
  right: 0.75rem;
  font-size: 0.9375rem;
  content: "→";
  color: #555;
  top: 0.6875rem;
}
header .header-row .logo-menu .navigation ul li .megamenu-outer {
  min-width: 44.375rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1.75rem;
  min-height: 16.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
header .header-row .logo-menu .navigation ul li:nth-child(3).has-sub:hover ul {
  display: block !important;
}
header .header-row .logo-menu .navigation ul li:nth-child(3).has-sub:hover ul li a {
  padding: 18px !important;
}
header .header-row .logo-menu .navigation ul .close-menu + li ul {
  min-width: 44.375rem;
  display: none;
  flex-wrap: wrap;
  padding: 1.75rem;
  min-height: 16.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0rem 0.25rem 0.625rem -0.125rem rgba(0, 0, 0, 0.1);
  width: 15rem;
  background: #fff;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
  visibility: visible;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 1px;
  transition: unset !important;
  transform: unset !important;
}
header .header-row .logo-menu .navigation ul .close-menu + li ul li {
  width: 34%;
  padding: 0.125rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
header .header-row .logo-menu .navigation ul .close-menu + li ul:before {
  display: block;
  content: "";
  width: 13.5625rem;
  height: 14.375rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  background: url(../images/extract-passport.png) no-repeat 0 0;
  background-size: contain;
}
header .header-row .call-btn .btn {
  padding: 0.8125rem 1.5rem;
}

.banner {
  height: 50.4375rem;
  aspect-ratio: unset;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.banner .btn {
  display: none;
}
.banner .container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5rem;
}
.banner .container .banner-text {
  text-align: center;
}
.banner .container .banner-text h1 {
  color: white;
  margin-top: 0;
}
.banner .container .banner-text p {
  font-size: 1.125rem;
  color: white;
  margin: 0 0 0.625rem 0;
}
.banner .container .banner-text ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .container .banner-text ul li {
  font-size: 1.125rem;
  color: white;
  position: relative;
}
.banner .container .banner-text ul li:last-child::after {
  display: none;
}
.banner .container .banner-text ul li:after {
  content: "|";
  margin: 0 0.3125rem;
}
.banner .container .btn-area {
  margin-top: 1.5rem;
}
.banner .container .btn-area ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .container .btn-area ul li a {
  background-color: #ffcd57;
  padding-top: 1rem;
  padding-right: 1.875rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  gap: 0.375rem;
  white-space: nowrap;
  width: 16.625rem;
  border-radius: 1.875rem;
  box-shadow: 0.375rem 0.375rem 0.5625rem rgba(0, 0, 0, 0.2);
  color: black;
}
.banner .container .boxarea {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.banner .container .boxarea ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.625rem;
}
.banner .container .boxarea ul li {
  padding: 1.125rem;
  min-height: 11.875rem;
  border-radius: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.231372549);
  display: block;
  width: 100%;
  position: relative;
}
.banner .container .boxarea ul li:after {
  content: "";
  position: absolute;
  right: -3.25rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../images/banner-arrow.svg) no-repeat 0 0;
  background-size: 1.6875rem;
  transform: translateY(-50%);
  top: 50%;
}
.banner .container .boxarea ul li:last-child:after {
  display: none;
}
.banner .container .boxarea ul li img {
  width: 2.5rem;
  margin-bottom: 0.75rem;
}
.banner .container .boxarea ul li h5 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1rem;
  color: white;
}
.banner .container .boxarea ul li p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.3em;
  color: white;
}

.logo-section {
  padding: 2.25rem 0;
  background-color: #f9f6fe;
}
.logo-section ul {
  display: flex;
  gap: 1.5rem;
  max-width: 59.375rem;
  margin: 0 auto;
}
.logo-section ul li {
  max-width: 10.6875rem;
}
.logo-section ul li img {
  width: 100%;
}

.rev {
  padding: 3rem 0;
  overflow: hidden;
}
.rev img {
  width: 100%;
}
.rev img.for-desktop {
  display: block;
}
.rev img.for-mobile {
  display: none;
}

.fast-passport {
  padding: 3rem 0;
  background-color: #1e293b;
}
.fast-passport h2 {
  color: white;
  text-align: center;
}
.fast-passport .featurelist ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 1.5rem;
  list-style-type: none;
  padding: 0;
}
.fast-passport .featurelist ul li {
  width: 100%;
  padding: 0.25rem 0.625rem;
  background: #293447;
  border-radius: 0.1875rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  display: grid;
  grid-template-columns: 2.5rem auto;
  align-items: center;
  text-decoration: none;
  box-shadow: none;
  gap: 0.9375rem;
}
.fast-passport .featurelist ul li:hover {
  background-color: #d7a122;
}
.fast-passport .featurelist ul li:hover .icon svg {
  transition: 1.2s all;
  transform: rotate(360deg);
}
.fast-passport .featurelist ul li .icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  transition: all 0.2s;
}
.fast-passport .featurelist ul li .icon svg {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  color: #1e293b;
  fill: #1e293b;
  transition: 1.2s all;
  transform: rotate(0deg);
}
.fast-passport .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.simplicity {
  padding: 3rem 0;
}
.simplicity h2 {
  margin-bottom: 1.875rem;
  text-align: center;
}
.simplicity .row {
  padding: 0 2.5rem;
}
.simplicity .trv-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
.simplicity .trv-bx span {
  font-size: 1.125rem;
  color: #1e293b;
  font-weight: 700;
}
.simplicity .trv-bx img {
  width: 5.5rem;
  height: 5.5rem;
  box-shadow: 0rem 0rem 0 rgba(0, 0, 0, 0.4392156863);
  transition: 1.2s all;
  transform: rotate(0deg);
}
.simplicity .trv-bx:hover img {
  transform: rotate(360deg);
}

.trustindex-box {
  max-width: 380px;
  margin: 5px auto 0;
}
.trustindex-box .text-wraper {
  max-width: 250px;
  margin: 0 auto;
}
.trustindex-box .text-wraper .topimg {
  max-width: 100%;
  margin: 0 auto 20px;
}
.trustindex-box .text-wraper .bottomimg {
  max-width: 200px;
}
.trustindex-box .text-wraper h6 {
  text-align: left !important;
}

.passport {
  padding: 3rem 0;
  background-color: #1e293b;
}
.passport .container {
  max-width: 83.75rem;
}
.passport h2 {
  color: white;
}
.passport h2 span {
  color: #d7a122;
  font-weight: 700;
}
.passport h4 span {
  color: #d7a122;
  font-weight: 700;
}
.passport p {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 1.5rem;
}
.passport h4 {
  color: white;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
}
.passport .logo-tooltip {
  justify-content: flex-start;
}
.passport {
  /* Main Container */
}
.passport .passport-container {
  display: flex;
  gap: 1.25rem;
  max-width: 56.25rem;
  /* Sidebar Navigation */
}
.passport .passport-container .sidebar {
  display: flex;
  flex-direction: column;
  width: 15.625rem;
  gap: 0.625rem;
}
.passport .passport-container .sidebar button {
  font-weight: 400;
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem;
  cursor: pointer;
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s;
  width: 100%;
  border: 0.0625rem solid #4a5a75;
  background-color: transparent;
  color: white;
}
.passport .passport-container .sidebar button:hover:not(.active) {
  background-color: #2c3a50;
  border-color: #6a7a95;
}
.passport .passport-container .sidebar button.active {
  background-color: #ffcd58;
  /* Mustard Yellow */
  color: #1a2332;
  /* Dark text */
  border: none;
}
.passport .passport-container {
  /* Content Area */
}
.passport .passport-container .content-panel {
  display: none;
  flex: 1;
  border: 0.0625rem solid #4a5a75;
  padding: 1.25rem;
  border-radius: 0.25rem;
  color: white;
  background-color: transparent;
}
.passport .passport-container .content-panel.active {
  display: block;
}
.passport .passport-container .content-panel h3 {
  margin-top: 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.passport .passport-container {
  /* Custom List Styling */
}
.passport .passport-container .checklist {
  list-style: none;
  padding: 0;
}
.passport .passport-container .checklist li {
  margin-bottom: 0.4375rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
}
.passport .passport-container .checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: white;
  font-weight: bold;
}
.passport select {
  background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' width='1.625rem' height='1.0027rem' fill='%2367768e' viewBox='57 35.171 26 16.043'%3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'/%3E%3C/svg%3E");
  background-size: 0.8em;
  background-repeat: no-repeat;
  padding: 0.5em 0.8em;
  line-height: normal;
  padding-right: 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 98% 50%;
  height: 2.75rem;
  border-radius: 0.5rem;
  border-color: #ffffff;
  --tw-ring-color: #ffffff !important;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.8225rem;
  letter-spacing: 0rem;
  border: 0.0625rem solid #a7a7a7;
  width: 84%;
  margin-bottom: 0.9375rem;
}
.passport .btn {
  font-size: 0.875rem;
  padding: 0.9375rem 1.875rem;
  text-decoration: none !important;
  background: #ffcd57;
  color: #000;
  font-weight: 600;
  display: inline-block;
  border-radius: 6.25rem;
}
.passport .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.logo-tooltip {
  display: flex;
  justify-content: flex-end;
  margin-top: 4.125rem;
}
.logo-tooltip ul {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo-tooltip ul li {
  min-height: 3.75rem;
  max-width: 6.875rem;
}
.logo-tooltip ul li img {
  width: 100%;
}
.logo-tooltip ul li:nth-child(2) {
  max-width: 11.5625rem;
  width: 100%;
}
.logo-tooltip ul li:nth-child(2) .showtext {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.logo-tooltip ul li:nth-child(2) .showtext img {
  max-width: 2.5rem;
}
.logo-tooltip ul li:nth-child(2) .showtext span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.005rem;
  letter-spacing: 0.0625rem;
  color: #ffffff;
  max-width: 8.4375rem;
  margin-top: 0;
}
.logo-tooltip ul li .tooltip-text {
  display: none;
  background-color: #ffffff;
  color: #4d4d4d;
  text-align: center;
  border-radius: 0.375rem;
  padding: 1.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: lightgrey;
  position: absolute;
  z-index: 1;
  margin-top: 0.625rem;
  margin-left: 0;
  width: 20vw;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.logo-tooltip ul li:hover .tooltip-text {
  display: block;
}

footer .footer-top-part {
  padding: 3.75rem 0 1.25rem;
  background-color: #1e293b;
}
footer .footer-top-part a.logo {
  display: table;
}
footer .footer-top-part a.logo img {
  max-width: 12.5rem;
  max-height: 4.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-top-part h6 {
  max-width: 29.375rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25em;
  font-weight: 700;
  margin: 1rem 0 2rem;
}
footer .footer-top-part h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
footer .footer-top-part ul.social-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
footer .footer-top-part ul.social-icon li {
  display: table;
}
footer .footer-top-part ul.social-icon li a {
  display: table;
  color: #fff;
}
footer .footer-top-part ul.social-icon li a i {
  color: #fff;
  font-size: 1.25rem;
}
footer .footer-top-part ul.link {
  margin-top: 1rem;
}
footer .footer-top-part ul.link li {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 400;
}
footer .footer-top-part ul.link li a {
  color: #fff;
}
footer .footer-top-part ul.contact li {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 400;
}
footer .footer-top-part ul.contact li a,
footer .footer-top-part ul.contact li span {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
footer .footer-top-part ul.contact li a img,
footer .footer-top-part ul.contact li span img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.3rem;
}
footer .footer-mid-part {
  padding: 1.25rem 0;
  background-color: #1e293b;
  border-top: 0.0625rem solid #fff;
}
footer .footer-mid-part .row {
  align-items: flex-end;
}
footer .footer-mid-part img.bbb {
  max-width: 7.8125rem;
  max-height: 3rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
}
footer .footer-mid-part ul {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
footer .footer-mid-part ul li {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 0.5rem;
}
footer .footer-mid-part ul li:last-child a {
  border: none;
  padding-right: 0;
}
footer .footer-mid-part ul li a {
  color: #fff;
  padding-right: 0.35rem;
  border-right: 0.0625rem solid #fff;
}
footer .footer-bottom-part {
  padding: 0.75rem;
}
footer .footer-bottom-part p {
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  margin: 0;
  opacity: 0.5;
}

section.faq-sec {
  padding: 3rem 0;
  background-color: #f2f5f7;
}
section.faq-sec h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
section.faq-sec a.btn {
  margin: 0 auto;
  display: table;
}
section.faq-sec a.btn:hover {
  box-shadow: 0.1875rem 0.5rem 0.75rem 0rem rgba(0, 0, 0, 0.1490196078);
}
section.faq-sec ul {
  margin-bottom: 1.5rem;
}
section.faq-sec ul li {
  background-color: #ffffff;
  border: 0.0625rem solid #e9e9e9;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
section.faq-sec ul li:last-child {
  margin: 0;
}
section.faq-sec ul li.active h5 {
  color: #00478b;
}
section.faq-sec ul li.active h5::after {
  color: #00478b;
  transform: rotate(180deg);
}
section.faq-sec ul li h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  padding: 0.9375rem;
  margin: 0;
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
section.faq-sec ul li h5:hover {
  color: #00478b;
}
section.faq-sec ul li h5:hover::after {
  color: #00478b;
}
section.faq-sec ul li h5::after {
  content: "\f107";
  font-family: fontawesome;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}
section.faq-sec ul li .content {
  display: none;
  padding: 0.9375rem;
  padding-top: 0;
}
section.faq-sec ul li .content p {
  color: rgb(39, 39, 39);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

section.support-sec {
  padding: 3rem 0;
  background-color: #1e293b;
}
section.support-sec .grid-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
section.support-sec .grid-box .grid-item {
  width: 100%;
}
section.support-sec .grid-box .grid-item img {
  max-width: 3.75rem;
  max-height: 3.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
section.support-sec .grid-box .grid-item h5 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0;
  text-align: center;
}

section.real-stories {
  padding: 2.25rem 0;
}
section.real-stories h2 {
  text-align: center;
  margin-bottom: 1.625rem;
}
section.real-stories .top-content-wraper {
  margin-bottom: 2.125rem;
}
section.real-stories .top-content-wraper .clients-stories-slider {
  position: relative;
}
section.real-stories .top-content-wraper .clients-stories-slider .item {
  width: 100%;
  height: auto;
}
section.real-stories .top-content-wraper .clients-stories-slider .item video {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav {
  margin: 0;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button::after {
  content: "\f106";
  font-family: fontawesome;
  font-size: 1.25rem;
  color: #000;
  position: relative;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button span {
  display: none;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button.owl-prev {
  transform: rotate(270deg);
  left: -1.25rem;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button.owl-next {
  transform: rotate(90deg);
  right: -1.25rem;
}
section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button.disabled {
  opacity: 0.4;
}
section.real-stories .bottom-content-wraper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.real-stories .bottom-content-wraper .text-wraper h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.65rem;
  text-align: center;
}
section.real-stories .bottom-content-wraper .text-wraper img.star {
  max-width: 11.25rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
section.real-stories .bottom-content-wraper .text-wraper h6 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.65rem;
  text-align: center;
}
section.real-stories .bottom-content-wraper .text-wraper h6 strong {
  font-weight: 700;
}
section.real-stories .bottom-content-wraper .text-wraper img.google {
  max-width: 11.25rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
section.real-stories .bottom-content-wraper .img-wraper {
  width: 100%;
}
section.real-stories .bottom-content-wraper .img-wraper img.img1 {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
section.real-stories .bottom-content-wraper .img-wraper img.img2 {
  width: 100%;
  height: 7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-wraper.g-rvw h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.65rem;
  text-align: center;
}
.text-wraper.g-rvw img.star {
  max-width: 11.25rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.text-wraper.g-rvw h6 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.65rem;
  text-align: center;
}
.text-wraper.g-rvw h6 strong {
  font-weight: 700;
}
.text-wraper.g-rvw img.google {
  max-width: 11.25rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}

.review-plg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.review-plg .text-wraper {
  max-width: 250px;
  width: 100%;
  flex: 1 0 250px;
}
.review-plg .shrtcd {
  max-width: 78.66%;
  margin: 0px 0 0 -22px;
}
.review-plg .ti-footer.ti-footer-grid.source-Google {
  display: none !important;
}

section.inner-banner {
  position: relative;
  overflow: hidden;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.inner-banner img.bg-img {
  width: 100%;
  height: 28.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.inner-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding-bottom: 7.5rem;
  padding-top: 5.625rem;
}
section.inner-banner .content-wraper h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
section.inner-banner .content-wraper p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

section.our-company {
  padding: 3.75rem 0;
  background-color: #ffffff;
}
section.our-company .text-wraper {
  padding: 1.875rem 0;
}
section.our-company .text-wraper h2 {
  margin-bottom: 15px;
}
section.our-company .text-wraper p {
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
section.our-company img.side-img {
  width: 100%;
  height: 20.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.our-service {
  padding: 3.75rem 0;
  background-color: #f2f5f7;
  box-shadow: 0px 0px rgba(0, 0, 0, 0.4392156863);
}
section.our-service h2 {
  margin-bottom: 15px;
}
section.our-service p {
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
section.our-service img.side-img {
  width: 100%;
  height: 30.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.our-team {
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}
section.our-team::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.our-team img.bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.our-team .container {
  position: relative;
  z-index: 8;
}
section.our-team h2 {
  text-align: center;
  margin-bottom: 0.75rem;
  color: #fff;
}
section.our-team p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75rem;
  text-align: center;
}
section.our-team p:last-child {
  margin: 0;
}

section.our-office {
  padding: 3.75rem 0;
  background-color: #f2f5f7;
}
section.our-office h2 {
  margin-bottom: 0.75rem;
}
section.our-office p {
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.75rem;
}
section.our-office ul.contact-details li {
  margin-bottom: 0.75rem;
}
section.our-office ul.contact-details li .wraper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.our-office ul.contact-details li .wraper svg {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.our-office ul.contact-details li .wraper span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
}
section.our-office .map-wraper {
  width: 100%;
  height: 34.375rem;
  margin-bottom: 2.5rem;
}
section.our-office .map-wraper iframe {
  width: 100%;
  height: 100%;
}
section.our-office ul.accordian li {
  margin-bottom: 1.25rem;
  position: relative;
}
section.our-office ul.accordian li:last-child {
  margin: 0;
}
section.our-office ul.accordian li.active h5 span::after {
  display: none;
}
section.our-office ul.accordian li h5 {
  cursor: pointer;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 1.0625rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.our-office ul.accordian li h5 span {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
section.our-office ul.accordian li h5 span::after {
  content: "";
  width: 1.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
section.our-office ul.accordian li h5 span::before {
  content: "";
  width: 100%;
  height: 1.8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
section.our-office ul.accordian li .content {
  display: none;
  padding: 1.25rem 0.9375rem;
}
section.our-office ul.accordian li .content strong {
  color: #000;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  font-weight: 700;
  font-style: normal;
  display: block;
}
section.our-office ul.accordian li .content strong.color-green {
  color: rgb(62, 141, 107);
}
section.our-office ul.accordian li .content p {
  color: rgb(32, 32, 32);
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0rem;
}
section.our-office ul.accordian li .content span {
  color: #6d6d6d;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  font-weight: 400;
}
section.our-office ul.accordian li .content ul li {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

section.featured {
  padding: 3.75rem 0 5rem;
}
section.featured h2 {
  margin-bottom: 1.25rem;
  text-align: center;
}
section.featured .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
section.featured .flex-box img {
  width: auto;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.testimonials {
  padding: 4.375rem 0;
  background-color: #f2f5f7;
}
section.testimonials h2 {
  margin-bottom: 10px;
  text-align: center;
}
section.testimonials h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 2.3125rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
section.testimonials .client-review {
  padding: 1.875rem;
  position: relative;
}
section.testimonials .client-review .item p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #333;
  margin-bottom: 0.625rem;
  text-align: center;
}
section.testimonials .client-review .item h3 {
  margin: 1rem 0 0;
}
section.testimonials .client-review .item h3 strong {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
  margin-bottom: 0.6rem;
}
section.testimonials .client-review .item h3 span {
  color: rgb(215, 161, 34);
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: center;
}
section.testimonials .client-review .owl-nav {
  margin: 0;
}
section.testimonials .client-review .owl-nav button {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(239, 239, 239, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.testimonials .client-review .owl-nav button::after {
  content: "\f106";
  font-family: fontawesome;
  font-size: 1rem;
  color: #000;
  position: relative;
}
section.testimonials .client-review .owl-nav button span {
  display: none;
}
section.testimonials .client-review .owl-nav button.owl-prev {
  transform: rotate(270deg);
  left: -0.25rem;
}
section.testimonials .client-review .owl-nav button.owl-next {
  transform: rotate(90deg);
  right: -0.25rem;
}
section.testimonials .wraper-box {
  width: 60%;
  margin: 0 auto;
}

.stellarnav ul ul {
  border-radius: 10px;
  overflow: hidden;
}

.whySec2 {
  padding: 3.75rem 0;
  background-color: #f9f6fe;
}
.whySec2 .topTxt {
  margin-bottom: 1.25rem;
}
.whySec2 .topTxt p {
  text-align: center;
  font-size: 1.25rem;
  max-width: 51.25rem;
  margin: 0 auto;
  line-height: 2.1875rem;
}
.whySec2 h2 {
  text-align: center;
  margin-bottom: 0.4rem;
}
.whySec2 .fullWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4392156863);
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #fff;
}
.whySec2 .fullWrap:last-child {
  margin-bottom: 0;
}
.whySec2 .fullWrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.whySec2 .fullWrap:nth-child(odd) .txtDv {
  padding: 0 40px 0 0;
}
.whySec2 .fullWrap .txtDv {
  padding: 0 0 0 40px;
  width: 49%;
}
.whySec2 .fullWrap .txtDv p {
  font-size: 1.125rem;
  line-height: 2.0625rem;
}
.whySec2 .fullWrap .imgDv {
  width: 49%;
}

.fast-passport.whySec3 .featurelist ul li {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 0.625rem;
}

.faq-sec.whySec4 {
  background-color: #fff;
}
.faq-sec.whySec4 h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.faq-sec.whySec4 ul li {
  background-color: #f9f6fe;
  border: none;
}
.faq-sec.whySec4 ul li.active h5 {
  color: #000;
}
.faq-sec.whySec4 ul li.active h5 span::after {
  display: none;
}
.faq-sec.whySec4 ul li h5 {
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-sec.whySec4 ul li h5::after {
  display: none;
}
.faq-sec.whySec4 ul li h5 span {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.faq-sec.whySec4 ul li h5 span::after {
  content: "";
  width: 1.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
.faq-sec.whySec4 ul li h5 span::before {
  content: "";
  width: 100%;
  height: 1.8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
.faq-sec.whySec4 ul li .content {
  padding: 1.25rem;
  padding-top: 0;
}
.faq-sec.whySec4 ul li .content p {
  font-size: 18px;
  line-height: 33px;
}

.whySec5 {
  position: relative;
}
.whySec5 .bg {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.whySec5 .top {
  position: relative;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.66);
  padding: 3.75rem 0;
}
.whySec5 .top h2 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
}
.whySec5 .top h2 span {
  color: #d7a122;
  font-weight: 700;
}
.whySec5 .top .btn {
  margin: 0 auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

section.how-works {
  padding: 3.75rem 0;
  background: #f2f5f7;
}
section.how-works .heading-Txt {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 1.25rem;
}
section.how-works .heading-Txt p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.8571428571;
}
section.how-works .grow-flex-columns {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
section.how-works .grow-flex-columns .each-bx {
  display: flex;
  box-shadow: 0px 12px 20px -10px rgba(0, 0, 0, 0.4392156863);
  padding: 0;
  margin: 1.25rem 0 0 0;
  overflow: visible;
  order: initial;
  border: 0.9375rem;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 1.25rem;
  -moz-column-gap: 0px;
       column-gap: 0px;
  overflow: hidden;
  border-radius: 15px;
}
section.how-works .grow-flex-columns .each-bx:nth-child(odd) {
  flex-direction: row-reverse;
}
section.how-works .grow-flex-columns .each-bx .right-img-bx,
section.how-works .grow-flex-columns .each-bx .left-content-txt {
  max-width: 50%;
  width: 100%;
}
section.how-works .grow-flex-columns .each-bx .left-content-txt {
  padding: 1.875rem;
}
section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx .icon-img {
  width: 3.75rem;
  margin: 0 0 1.25rem;
}
section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx .icon-img svg {
  width: 3.75rem;
  height: 3.75rem;
  transform: rotate(0deg);
  box-sizing: content-box;
  fill: #d7a122;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
}
section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx h2 {
  font-weight: 600;
  margin: 0 0 0.625rem;
}
section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx h2 span {
  color: #d7a122;
}
section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3em;
}

section.how-works2 {
  padding: 3.75rem 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
section.how-works2::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  width: calc(100% + 0px + 0px);
  height: calc(100% + 0px + 0px);
  border-color: inherit;
  background: rgba(0, 0, 0, 0.43);
  opacity: 1;
  z-index: -1;
}
section.how-works2 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
section.how-works2 h2 {
  color: #fff;
}

.contact-wrap h2 {
  text-align: center;
  color: #1e293b;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 45px;
}
.contact-wrap h2 span {
  text-decoration: underline;
  text-decoration-color: #1e293b;
  text-underline-offset: 15px;
}
.contact-wrap .contact-wrapper {
  background: #fff;
  padding: 70px 50px;
  border-radius: 12px;
  margin-bottom: 1.2em;
}
.contact-wrap .contact-wrapper .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 30px;
}
.contact-wrap .contact-wrapper .field {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #1e293b;
  border-radius: 10px;
  height: 58px;
  padding: 0 18px;
}
.contact-wrap .contact-wrapper .field input:not([type=submit], [type=radio], [type=checkbox]) {
  width: 100%;
  margin: 0;
  border: none;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  outline: none;
  color: #000 !important;
  font-size: 16px;
}
.contact-wrap .contact-wrapper .field input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: black;
}
.contact-wrap .contact-wrapper .field input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: black;
}
.contact-wrap .contact-wrapper .full.message-box {
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 18px;
  max-height: 102px;
  margin-bottom: 20px;
  color: #000 !important;
  align-items: flex-start;
}
.contact-wrap .contact-wrapper .full.message-box textarea {
  max-height: 100px;
  border: none;
  color: #000 !important;
  font-size: 16px;
  resize: auto;
}
.contact-wrap .contact-wrapper .full.message-box textarea::-moz-placeholder {
  color: black;
}
.contact-wrap .contact-wrapper .full.message-box textarea::placeholder {
  color: black;
}

section.inner-banner.documentPg {
  text-align: center;
  height: 470px;
}
section.inner-banner.documentPg img {
  -o-object-position: center 45%;
     object-position: center 45%;
  height: 100%;
}
section.inner-banner.documentPg .content-wraper p {
  width: 100%;
  max-width: 48.75rem;
  width: 100%;
  margin: 0 auto 1.25rem;
  font-size: 16px;
  line-height: 22px;
}
section.inner-banner.documentPg .content-wraper .btn {
  margin-top: 0;
}

section.f-doc-sec1 {
  padding: 3.125rem 0;
  background: #f6f6f6;
  text-align: center;
}
section.f-doc-sec1 h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 1.25rem;
}
section.f-doc-sec1 p {
  font-size: 1rem;
  line-height: 1.6em;
  color: #1e293b;
  max-width: 61.5625rem;
  margin: 0 auto 1.25rem;
}

section.f-doc-sec2 {
  padding: 3.75rem 0;
}
section.f-doc-sec2 h2 {
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem;
}
section.f-doc-sec2 h2 span {
  color: #fcb900;
}
section.f-doc-sec2 .row {
  gap: 1.25rem 0;
}
section.f-doc-sec2 .each-box-pass {
  padding: 1.25rem 0.9375rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 205, 87, 0.4196078431);
  border-radius: 0.75rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
  transition: 0.3s ease;
}
section.f-doc-sec2 .each-box-pass .group-pass-content {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}
section.f-doc-sec2 .each-box-pass .group-pass-content figure {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
section.f-doc-sec2 .each-box-pass .group-pass-content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.f-doc-sec2 .each-box-pass .group-pass-content h3 {
  font-weight: 700;
  color: #1e293b;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
section.f-doc-sec2 .each-box-pass .group-pass-content ul.check-trick {
  margin: 0 0 0.625rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
section.f-doc-sec2 .each-box-pass .group-pass-content ul.check-trick li {
  position: relative;
  padding-left: 1.6875rem;
  font-size: 0.9375rem;
  line-height: 1.2em;
}
section.f-doc-sec2 .each-box-pass .group-pass-content ul.check-trick li::before {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/trick-icon.svg) no-repeat;
  background-position: left center;
}
section.f-doc-sec2 .each-box-pass .group-pass-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
section.f-doc-sec2 .each-box-pass .group-pass-btn .btn {
  font-size: 0.9375rem;
  padding: 0.875rem 1.875rem;
  color: #1e293b;
}
section.f-doc-sec2 .each-box-pass:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

section.f-doc-sec3 {
  padding: 3.125rem 0;
  background-color: #f6f6f6;
}
section.f-doc-sec3 h2 {
  font-weight: 700;
  font-size: 2.375rem;
  color: #1e293b;
  text-align: center;
  margin: 0 0 2.5rem;
}
section.f-doc-sec3 h2 span {
  color: #fcb900;
}
section.f-doc-sec3 .row {
  gap: 1.25rem 0;
}
section.f-doc-sec3 .add-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ffcd57;
  border-radius: 0.9375rem;
  padding: 1.25rem;
  flex-basis: 50%;
  background: #fff;
  gap: 3.125rem;
  transition: 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
section.f-doc-sec3 .add-items .add-contents {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
section.f-doc-sec3 .add-items .add-contents h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5625rem;
  font-weight: 700;
}
section.f-doc-sec3 .add-items .add-contents p {
  font-size: 1rem;
  line-height: 1.6;
}
section.f-doc-sec3 .add-items .add-btns a.btn {
  font-size: 1rem;
  padding: 1rem 2.5rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
section.f-doc-sec3 .add-items .add-btns a.btn span {
  width: 0.9375rem;
  margin-left: 0.375rem;
}
section.f-doc-sec3 .add-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

section.faq-sec.otherPg {
  background: #fff;
  padding: 2.1rem 0;
}
section.faq-sec.otherPg ul.accordian {
  margin: 0;
}
section.faq-sec.otherPg ul.accordian li {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
section.faq-sec.otherPg ul.accordian li.active h5 {
  color: #000;
}
section.faq-sec.otherPg ul.accordian li.active h5::after {
  color: #000;
}
section.faq-sec.otherPg ul.accordian li h5 {
  font-size: 1.1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2.1rem;
  padding-left: 0.9375rem;
}
section.faq-sec.otherPg ul.accordian li h5:hover {
  color: #000;
}
section.faq-sec.otherPg ul.accordian li h5::after {
  color: #000;
  font-size: 0.75rem;
  right: 0.7rem;
}
section.faq-sec.otherPg ul.accordian li p {
  font-size: 16px;
  line-height: 1.5em;
  color: rgb(103, 118, 142);
  margin-bottom: 20px;
}
section.faq-sec.otherPg ul.accordian li .content ul {
  padding-left: 30px;
}
section.faq-sec.otherPg ul.accordian li .content ul li {
  font-size: 16px;
  line-height: 24px;
  color: rgb(103, 118, 142);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2px;
}
section.faq-sec.otherPg ul.accordian li .content p:last-child {
  margin-bottom: 0;
}

section.faq-sec2 {
  padding: 0 0 5rem;
}
section.faq-sec2 .group_slide {
  max-width: 1100px;
  width: 100%;
  position: relative;
  padding-top: 2.5rem;
  padding: 2.5rem 2.5rem 0;
  margin: auto;
}
section.faq-sec2 .group_slide .owl-carousel {
  position: relative;
}
section.faq-sec2 .group_slide .owl-stage {
  display: flex;
}
section.faq-sec2 .group_slide .owl-item {
  display: flex;
  margin-left: 2px;
}
section.faq-sec2 .group_slide .item {
  height: 100%;
  display: flex;
}
section.faq-sec2 .group_slide {
  /* ===== Testimonial Card ===== */
}
section.faq-sec2 .group_slide .testimonial-wrap {
  border: 1.5px solid #adadad;
  border-radius: 28px;
  padding: 0.875rem 0.625rem;
  background: #fff;
  display: flex;
  width: 100%;
  align-items: center;
}
section.faq-sec2 .group_slide {
  /* ===== Content ===== */
}
section.faq-sec2 .group_slide .testimonial-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
section.faq-sec2 .group_slide {
  /* ===== Text ===== */
}
section.faq-sec2 .group_slide .testimonial-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #333;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
section.faq-sec2 .group_slide {
  /* ===== Meta ===== */
}
section.faq-sec2 .group_slide .testimonial-meta {
  margin-top: auto;
}
section.faq-sec2 .group_slide .testimonial-meta .author-name {
  display: block;
  font-size: 0.875rem;
  line-height: 2em;
  color: #222;
  margin-bottom: 0.3125rem;
}
section.faq-sec2 .group_slide .testimonial-meta .author-location {
  font-style: normal;
  font-size: 0.75rem;
  color: #050096;
}
section.faq-sec2 .group_slide {
  /* ===== Hover Effect ===== */
}
section.faq-sec2 .group_slide {
  /* ===== Navigation Arrows ===== */
}
section.faq-sec2 .group_slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}
section.faq-sec2 .group_slide .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  padding: 0;
  pointer-events: all;
}
section.faq-sec2 .group_slide .owl-nav button svg {
  width: 18px;
  height: 18px;
  fill: #222;
  transition: opacity 0.2s ease;
}
section.faq-sec2 .group_slide .owl-nav button:hover svg {
  opacity: 0.6;
}
section.faq-sec2 .group_slide .owl-nav .owl-prev {
  left: -2.8125rem;
}
section.faq-sec2 .group_slide .owl-nav .owl-next {
  right: -2.8125rem;
}
section.faq-sec2 .group_slide .owl-nav.disabled {
  display: none;
}
section.faq-sec2 h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  max-width: 54rem;
  margin: 0 auto;
}

.contact-wrap .contact-wrapper #wpcf7-f270-o1 form[data-status=invalid] .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -23px;
  font-size: 0.9em;
  font-weight: 700;
}
.contact-wrap .contact-wrapper #wpcf7-f270-o1 form[data-status=invalid] input + .wpcf7-not-valid-tip {
  left: -20px;
}
.contact-wrap .contact-wrapper #wpcf7-f270-o1 form[data-status=invalid] .form-grid {
  gap: 38px 30px;
}
.contact-wrap .contact-wrapper #wpcf7-f270-o1 form[data-status=invalid] .full.message-box {
  margin-top: 38px;
  margin-bottom: 40px;
}

.agent {
  padding: 2.1rem 0;
}
.agent h1 {
  color: #1e293b;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  margin: 0 0 1.25rem;
}
.agent h2 {
  color: #1e293b;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 2rem 0 1rem;
}
.agent h4,
.agent h3 {
  color: #1e293b;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.2rem;
}
.agent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
}
.agent p:last-child {
  margin-bottom: 17px;
}
.agent p strong,
.agent p a {
  color: #1e293b;
}
.agent p a {
  font-weight: 500;
}
.agent .uagb-heading-text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.agent h3.uagb-heading-text {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 7px;
  font-weight: 700;
}
.agent ul,
.agent ol {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.agent ul li,
.agent ol li {
  color: var(--Body-Text, #505050);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
}
.agent ul li:last-child,
.agent ol li:last-child {
  margin-bottom: 0;
}
.agent ul {
  list-style-type: none;
  padding-left: 1.3rem;
}
.agent ul li {
  list-style-type: disc;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #1e293b;
}
.agent ol {
  list-style-type: decimal;
  padding: 1.75rem 1.2rem;
  background: #f5f7e5;
  padding-left: 2rem;
}
.agent ol li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}
.agent ol li::marker {
  color: #6d593e;
}

.page-id-441 .agent h3.uagb-heading-text {
  font-size: 24px;
  line-height: 31px;
}
.page-id-441 .agent ul li {
  font-size: 15px;
  line-height: 21px;
}
.page-id-441 .agent p:last-child {
  margin-bottom: 22px;
}

.page-id-443 .inner-banner.about-mobile h2,
.page-id-443 .inner-banner.about-mobile h4,
.page-id-441 .inner-banner.about-mobile h2,
.page-id-441 .inner-banner.about-mobile h4 {
  color: #fff;
  text-align: center;
}
.page-id-443 .inner-banner.about-mobile h1,
.page-id-441 .inner-banner.about-mobile h1 {
  font-weight: 700;
}
.page-id-443 .inner-banner.about-mobile h2,
.page-id-441 .inner-banner.about-mobile h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
}

section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx p {
  font-size: 18px;
}

section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx h2 {
  font-size: 36px;
  line-height: 47px;
}

.multi-step-form {
  padding: 5.625rem 0 2.5rem;
}
.multi-step-form * {
  font-family: "Poppins", sans-serif !important;
}
.multi-step-form .step-count-wraper {
  padding: 25px 0px;
}
.multi-step-form .step-count-wraper .steps {
  max-width: 49.25rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
.multi-step-form .step-count-wraper .steps::after {
  content: "";
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 1.75rem;
  width: 65%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.multi-step-form .step-count-wraper .steps button {
  border: none;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0.75rem 0.625rem 0.75rem;
  position: relative;
  z-index: 1;
}
.multi-step-form .step-count-wraper .steps button:last-of-type.active span::after {
  display: none;
}
.multi-step-form .step-count-wraper .steps button.active span {
  background-color: #d7a122 !important;
  color: #fff;
  border: 1px solid transparent;
}
.multi-step-form .step-count-wraper .steps button.active span::after {
  content: "";
  position: absolute;
  left: 53%;
  width: 100%;
  border-bottom: 1px solid #d7a122 !important;
  top: 1.75rem;
}
.multi-step-form .step-count-wraper .steps button.active small,
.multi-step-form .step-count-wraper .steps button.active strong {
  color: #000000;
}
.multi-step-form .step-count-wraper .steps button span {
  display: block;
  background-color: #fff;
  color: #cecece;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  border: 1px solid #cecece;
  margin: 0 auto;
}
.multi-step-form .step-count-wraper .steps button small {
  width: 100%;
  padding: 0.5rem 0 0;
  display: block;
  color: #a8a8a8;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: inherit;
  text-align: center;
}
.multi-step-form .step-count-wraper .steps button strong {
  color: #a8a8a8;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  text-align: center;
}
.multi-step-form .form-content-wraper .container {
  max-width: 71.875rem;
}
.multi-step-form .form-content-wraper .flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.375rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part {
  padding-top: 1.5625rem;
  max-width: 40.1875rem;
  width: 100%;
}
.multi-step-form .form-content-wraper .flex-box .form-part button.btn.btn-default.btn-next,
.multi-step-form .form-content-wraper .flex-box .form-part button.btn.btn-success {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  border-radius: 0px;
  padding: 25.5px 25px;
  white-space: inherit;
}
.multi-step-form .form-content-wraper .flex-box .form-part button.btn.btn-success {
  flex-direction: row-reverse;
  gap: 10px;
  position: relative;
}
.multi-step-form .form-content-wraper .flex-box .form-part button.btn.btn-success::after {
  content: "\f105";
  font-size: 16px;
  font-family: fontawesome;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi-step-form .form-content-wraper .flex-box .form-part #add-applicant-btn {
  background-color: #d7a122;
  color: #fff !important;
  line-height: 1.5;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid #d7a122;
  color: #fff;
  margin: 0 8px 30px auto;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.0784313725);
  padding: 25px 25px 25px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-2 .applicant-content,
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-3 .applicant-content {
  padding: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-2 ul.s-method,
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-3 ul.s-method {
  margin-bottom: 22px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-2 button.btn.btn-default.btn-prev,
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-3 button.btn.btn-default.btn-prev {
  color: #7fb5ff;
  font-size: 14px;
  display: table;
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 16px auto 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset {
  display: none;
  padding: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset:first-of-type {
  display: block;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset.hidden {
  display: none;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset.visible {
  display: block;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper {
  margin: 15px 0;
  padding: 0;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: #f8f9fa;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper.in-cart {
  border: 2px solid #27ae60;
  background: #f0f9f0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper.in-cart:hover {
  border-color: #27ae60;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper.in-cart .applicant-heading {
  background: #27ae60;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper:hover {
  border-color: #1e293b;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading {
  padding: 15px 20px;
  background: #1e293b;
  transition: all 0.3s ease-in-out;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading:hover h4 {
  padding-left: 0.3125rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading h4 {
  color: white;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 12px !important;
  font-size: 16px !important;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading h4 .applicant-full-name {
  font-weight: 500 !important;
  font-style: italic;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  font-size: 14px;
  flex: 1 0 300px;
  max-width: 300px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content {
  padding: 1.25rem;
  transition: all 0.3s ease;
  opacity: 1;
  overflow: hidden;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content h4 {
  color: #969595;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding: 0 8px;
  margin: 0 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content h3 {
  color: #696684;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  margin-bottom: 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content h4.information-text {
  color: #737373;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 10px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .applicant-color-heading {
  margin-bottom: 10px;
  display: block;
  clear: both;
  border: 1px solid #e2e2e2;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .applicant-color-heading.mt-25 {
  margin-top: 1.5625rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .applicant-color-heading.mt-20 {
  margin-top: 20px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .applicant-color-heading h5 {
  background-color: #d7a122;
  color: #fff;
  padding: 0.7rem 0.875rem;
  font-size: 1rem;
  font-weight: 600;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flex-wraper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flex-wraper.flex-wraper2 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 16px;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.tel label {
  left: 20px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.fix-width {
  width: 11.6875rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.fix-width span.select2-container {
  width: 100% !important;
  height: 3rem;
  background-color: #ffffff;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  color: #251d3a;
  border: 1px solid #bfbfbf;
  font-weight: 400;
  margin: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.fix-width span.select2-container span {
  border: none;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.has-value input:not([type=submit]),
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.has-value select {
  padding: 20px 12px 4px !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.has-value input[type=tel] {
  padding: 20px 12px 4px !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.has-value label {
  opacity: 1;
  top: 6px !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.has-value .search-wraper input {
  padding: 20px 32px 4px 12px !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.has-value .select2-selection__rendered {
  padding: 20px 12px 4px !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper label {
  position: absolute;
  left: 20px;
  color: #969595;
  font-weight: 400;
  pointer-events: none;
  white-space: nowrap;
  z-index: 9;
  margin-bottom: 0;
  top: 50%;
  font-size: 12px !important;
  right: 8px;
  margin-top: 0;
  line-height: 1;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper input:not([type=submit]),
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper select {
  width: 100%;
  height: 3rem;
  background-color: #ffffff;
  padding: 12px 40px 12px 12px;
  font-size: 14px;
  border-radius: 4px;
  color: #251d3a;
  border: 1px solid #bfbfbf;
  font-weight: 400;
  margin: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper input:not([type=submit]):focus,
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper select:focus {
  border: 2px solid #d7a122;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper input:not([type=submit])::-moz-placeholder, .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper select::-moz-placeholder {
  color: rgb(37, 29, 58);
  line-height: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper input:not([type=submit])::placeholder,
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper select::placeholder {
  color: rgb(37, 29, 58);
  line-height: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper select {
  background-image: url(../images/step-form-select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 0.3125rem center;
  background-size: 0.875rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content span.method {
  display: block;
  color: rgb(37, 29, 58);
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.s-method {
  margin: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.s-method li {
  padding: 11px;
  color: #251d3a;
  line-height: 1.5;
  font-size: 14px !important;
  border: 1px solid #ddd;
  font-weight: 400 !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.s-method li h6 {
  color: #000;
  line-height: 1.5;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.s-method li strong {
  color: #000;
  line-height: 1.5;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .search-wraper {
  position: relative;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .search-wraper span {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  z-index: 9;
  cursor: pointer;
  margin: auto;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .search-wraper span img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .select2-container {
  width: 100% !important;
  padding: 0;
  background-image: url(../images/step-form-select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 0.3125rem center;
  background-size: 0.875rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .select-text-wraper p {
  font-size: 13px;
  color: rgb(85, 85, 85);
  margin-top: 6px;
  line-height: 1.4;
  padding: 8px;
  background: rgb(249, 249, 249);
  border-left: 3px solid rgb(0, 124, 186);
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 10px;
  display: none;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .select-text-wraper p.active {
  display: block;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio {
  margin-bottom: 26px;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li {
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li input[type=radio]:checked + .check-text-wraper::after {
  border: 5px solid #d7a122;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li .check-text-wraper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  padding-left: 1.7rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li .check-text-wraper::after {
  content: "";
  border-radius: 50%;
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li strong {
  color: rgb(105, 102, 132);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li span.price {
  color: rgb(105, 102, 132);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box {
  background: #fff;
  border: 2px dashed #000;
  padding: 12px 14px;
  margin: 12px 8px 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box:last-of-type {
  margin-bottom: 16px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box p {
  color: rgb(105, 102, 132);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin: 16px 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box {
  width: 100%;
  border: 1px dashed #000 !important;
  margin-bottom: 20px !important;
  position: relative;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box .wraper-box {
  position: relative;
  overflow: hidden;
  padding: 14px 20px 14px 30px !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box .wraper-box::after {
  content: "";
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  cursor: pointer;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  border-radius: 4px;
  margin: auto;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box input[type=checkbox]:checked + .wraper-box::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d7a122;
  color: #fff;
  border: 1px solid #d7a122;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box strong {
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  color: #1b8f3a;
  margin: 20px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box .check-box span {
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .grid-3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-mathor {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-mathor input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-mathor input[type=checkbox]:checked + h5::after {
  border: 5px solid #d7a122;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-mathor h5 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: #494949;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  padding-left: 1.7rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-mathor h5::after {
  content: "";
  border-radius: 50%;
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-mathor h5 img {
  width: 37px;
  height: 23px;
  -o-object-fit: cover;
     object-fit: cover;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details {
  background-color: #fafafa;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  color: #515151;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details p {
  color: #494949;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details p a {
  color: #7fb5ff;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details p a:hover {
  text-decoration: underline;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .flex-wraper {
  gap: 0.75rem;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper label {
  margin-bottom: 0.25rem;
  font-size: 12px;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: rgb(150, 149, 149);
  font-family: Poppins;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 12px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-decoration: none;
  text-shadow: none;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper .wrap {
  margin-bottom: 0.75rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper .wrap input {
  padding: 0 0.75rem;
  width: 100%;
  height: 2.375rem;
  background-color: rgb(250, 250, 250);
  border-radius: 5px;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  border: 1px solid rgb(225, 225, 225);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
  margin: 0;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper .wrap img.pay-img {
  width: 7.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  z-index: 9;
}
.multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper .wrap img.cvc-img {
  width: 1.875rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  z-index: 9;
}
.multi-step-form .form-content-wraper .flex-box .form-part .textarea-wraper {
  margin-bottom: 16px;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part .textarea-wraper textarea {
  height: 10rem;
  resize: auto;
  border-radius: 6px;
}
.multi-step-form .form-content-wraper .flex-box .form-part p.privacy {
  color: #696684;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin-bottom: 36px;
  position: relative;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part p.privacy.privacy2 {
  margin-bottom: 20px;
}
.multi-step-form .form-content-wraper .flex-box .form-part p.privacy a {
  color: #7fb5ff;
}
.multi-step-form .form-content-wraper .flex-box .form-part p.privacy strong.t-price {
  font-weight: 700;
}
.multi-step-form .form-content-wraper .flex-box .form-part p.privacy input {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  cursor: pointer;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #d7a122;
}
.multi-step-form .form-content-wraper .flex-box .form-part small {
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 32px;
  display: block;
  padding: 0 8px;
}
.multi-step-form .form-content-wraper .flex-box .form-part small a {
  color: #7fb5ff;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part {
  padding-top: 1.5625rem;
  max-width: 27.3125rem;
  width: 100%;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap {
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1490196078);
  padding: 35px 35px 30px;
  background: #fafafa;
  padding-top: 16px;
  position: sticky;
  top: 33px;
  margin-bottom: 35px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap h4 {
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  margin-bottom: 19px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_empty {
  width: 100%;
  display: block;
  background: #fae6e6;
  border-radius: 8px;
  padding: 6px 12px 5px 12px !important;
  color: #e15334;
  font-size: 12px;
  margin-bottom: 16px;
  font-family: Poppins;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv {
  display: flex;
  align-items: center;
  padding: 8px 0 25px;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input {
  width: 58%;
  position: relative;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input label {
  opacity: 0;
  font-size: 12px !important;
  position: absolute;
  z-index: 9;
  color: #969595;
  left: 8px;
  top: 6px;
  font-family: Poppins;
  transition: all 0.2s ease-out;
  line-height: 1.3;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input input[type=text] {
  width: 100%;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 12px;
  height: 48px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  margin-bottom: 0;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input input[type=text]:focus {
  border-color: #ff7700;
  box-shadow: 0 0 0 1px #ff7700;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input input[type=text]::-moz-placeholder {
  color: #6d6c6c;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input input[type=text]::placeholder {
  color: #6d6c6c;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input.has-value input[type=text] {
  padding: 20px 12px 4px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input.has-value label {
  opacity: 1;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .inputBtn {
  width: 37.9%;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .inputBtn input[type=submit] {
  width: 100%;
  border: none;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #ff7700;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .inputBtn input[type=submit]:disabled {
  background-color: #c8c8c8;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .sub-total {
  margin-bottom: 0.5rem;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .shipping {
  margin-top: 0.5rem;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .sub-total,
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .shipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .sub-total span.woocommerce-Price-amount.amount bdi,
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .shipping span.woocommerce-Price-amount.amount bdi {
  display: flex;
  align-items: center;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .sub-total span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol,
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal .shipping span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
  display: inline-block;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal span {
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins;
  font-weight: 400;
  color: #2a2550;
  display: block;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal.total {
  border: none;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .subTotal.total span {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal p.midText {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #67768e;
  text-align: center;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal p.midText span {
  font-size: 14px;
  line-height: 22px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal p.midText span strong {
  font-weight: 700;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .cart_wrap {
  margin-bottom: 20px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .cart_wrap span.undoTag {
  color: #e15334;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
  display: none;
  padding: 0 22px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .cart_wrap span.undoTag a {
  color: #ee917c;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .img {
  width: 60px;
  height: 60px;
  border: 1px solid #c0bfbf;
  position: relative;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .img img {
  width: 100%;
  height: 100%;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .img .num {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 20px;
  height: 20px;
  background-color: #82838e;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .info {
  width: 57%;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .info p {
  color: #2a2550;
  font-size: 13px;
  font-family: Poppins;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .info p span {
  font-weight: 700;
  display: block;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  width: 18%;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .price span {
  color: #2a2550;
  font-size: 13px;
  font-family: Poppins;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .price .close {
  width: 18px;
  height: 18px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .price .close i {
  color: #bbbbbb;
  font-size: 12px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  row-gap: 25px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:first-child {
  width: 150px;
  height: 100px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:last-child {
  width: 100px;
  height: 100px;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(3) {
  width: 100%;
  height: auto;
}
.multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(4), .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(5) {
  width: 218px;
  height: 176px;
}
.multi-step-form .form-content-wraper .flex-box .different-address .hiden-box {
  display: none;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
  width: 100%;
}

span.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #251d3a;
  line-height: unset;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 40px 12px 12px !important;
  background-image: url(../images/step-form-select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 0.3125rem center;
  background-size: 0.875rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(255, 255, 255, 0.05);
}

.iti--separate-dial-code .iti__selected-flag::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.passport .passport-container .checklist li {
  margin-bottom: 0.9375rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 16px;
}

button.disabled {
  pointer-events: none;
  border-color: #c8c8c8 !important;
  background-color: #c8c8c8 !important;
  color: #fff !important;
  cursor: inherit !important;
}

.applicant-content {
  display: none;
}

.applicant-wraper.active .applicant-content {
  display: block;
}

.applicant-heading {
  cursor: pointer;
}

.applicant-content {
  display: none;
}

.applicant-wraper.active .applicant-content {
  display: block;
}

.applicant-heading {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applicant-actions {
  display: flex;
  gap: 10px;
  max-width: 179px;
  flex: 1 0 179px;
  justify-content: flex-end;
}

.accordion-toggle {
  cursor: pointer;
  background: #f0b429;
  border: 2px solid white;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}

.remove-applicant {
  background: #f0b429;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  margin-top: 0px !important;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid #d7a122;
  color: #fff;
  border-radius: 4px;
}

.fieldactive .applicant-content {
  display: block;
}

.page-template-tpl-cart-checkout header {
  background-color: rgba(17, 17, 17, 0.0901960784);
}
.page-template-tpl-cart-checkout header .header-row .logo-menu .logo a img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(148deg) brightness(95%) contrast(103%);
}
.page-template-tpl-cart-checkout header .header-row .logo-menu .navigation ul li {
  color: #000000;
}
.page-template-tpl-cart-checkout header .header-row .logo-menu .navigation ul li a {
  color: #000000;
}

section.faq-sec.faq-checkout-pg {
  padding: 10px 0 30px;
  background-color: #ffffff;
}
section.faq-sec.faq-checkout-pg h3 {
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3em;
  margin: 0;
  text-align: left;
}
section.faq-sec.faq-checkout-pg .mx-auto {
  margin-right: unset !important;
  margin-left: unset !important;
}
section.faq-sec.faq-checkout-pg ul.accordian {
  max-width: 45rem;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}
section.faq-sec.faq-checkout-pg ul.accordian li {
  border: 1px solid #1e293b;
  border-radius: 1px;
}
section.faq-sec.faq-checkout-pg ul.accordian li.active h5 span::after {
  display: none;
}
section.faq-sec.faq-checkout-pg ul.accordian li h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #000 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
}
section.faq-sec.faq-checkout-pg ul.accordian li h5 span {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
section.faq-sec.faq-checkout-pg ul.accordian li h5 span::before {
  content: "";
  width: 100%;
  height: 1.8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
section.faq-sec.faq-checkout-pg ul.accordian li h5 span::after {
  content: "";
  width: 1.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
section.faq-sec.faq-checkout-pg ul.accordian li h5::after {
  display: none;
}
section.faq-sec.faq-checkout-pg ul.accordian li .content {
  padding: 10px;
}
section.faq-sec.faq-checkout-pg ul.accordian li .content p {
  font-size: 15px;
  line-height: 1.3em;
  color: #000;
}

section.city-sec {
  padding: 5rem 0;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
section.city-sec .fast-passport-wraper {
  background-color: rgba(255, 205, 87, 0.1098039216);
  border: 1px solid #e9e9e9;
  border-radius: 0.75rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
section.city-sec .fast-passport-wraper .text-wraper h3 {
  color: #1e293b;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  line-height: 1.3em;
}
section.city-sec .fast-passport-wraper .text-wraper h4 {
  color: #272727;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
}
section.city-sec .fast-passport-wraper a.btn {
  background-color: #ffcd57;
  color: #000;
  font-weight: 600;
  padding: 0.9375rem 1.875rem;
  border-radius: 3.125rem;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.city-sec .fast-passport-wraper a.btn:hover {
  background-color: #ffc130;
  box-shadow: 0rem 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
section.city-sec p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #272727;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
section.city-sec h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.4em;
}
section.city-sec ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
section.city-sec ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.6em;
  color: #272727;
}
section.city-sec ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d7a122;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1rem;
  top: 0.25rem;
}
section.city-sec .table-wraper {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
section.city-sec .table-wraper table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
section.city-sec .table-wraper table thead {
  background-color: #1e293b;
}
section.city-sec .table-wraper table thead tr th {
  padding: 1rem;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  white-space: nowrap;
}
section.city-sec .table-wraper table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
section.city-sec .table-wraper table tbody tr:hover {
  background-color: #fff9e6;
}
section.city-sec .table-wraper table tbody tr td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #eeeeee;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.4em;
}
section.city-sec .col-lg-3 .limk-wraper {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
section.city-sec .col-lg-3 .limk-wraper .heading-wraper {
  background-color: #1e293b;
  padding: 1.25rem;
}
section.city-sec .col-lg-3 .limk-wraper .heading-wraper h4 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
section.city-sec .col-lg-3 .limk-wraper ul.link-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.city-sec .col-lg-3 .limk-wraper ul.link-ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
section.city-sec .col-lg-3 .limk-wraper ul.link-ul li::before {
  display: none;
}
section.city-sec .col-lg-3 .limk-wraper ul.link-ul li:last-child {
  border-bottom: none;
}
section.city-sec .col-lg-3 .limk-wraper ul.link-ul li a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-left: 5px solid transparent;
}
section.city-sec .col-lg-3 .limk-wraper ul.link-ul li a:hover {
  color: #d7a122;
  padding-left: 1.5rem;
  background-color: #fcfcfc;
  border-left: 5px solid #d7a122;
}
section.city-sec .col-lg-3 .img-wraper {
  text-align: center;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
section.city-sec .col-lg-3 .img-wraper h6 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.city-sec .col-lg-3 .img-wraper .img-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
section.city-sec .col-lg-3 .img-wraper .img-flex img {
  max-width: 100%;
  height: auto;
  max-height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  section.city-sec .fast-passport-wraper {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
  section.city-sec .fast-passport-wraper .text-wraper h3 {
    font-size: 1.5rem;
  }
  section.city-sec .fast-passport-wraper a.btn {
    width: 100%;
    max-width: 18rem;
  }
  section.city-sec .col-lg-3 {
    margin-top: 3rem;
  }
  section.city-sec .table-wraper {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.city-sec {
    padding: 2.5rem 0;
  }
  section.city-sec .fast-passport-wraper {
    margin-bottom: 2rem;
  }
  section.city-sec .fast-passport-wraper .text-wraper h3 {
    font-size: 1.375rem;
  }
  section.city-sec .fast-passport-wraper .text-wraper h4 {
    font-size: 1rem;
  }
  section.city-sec h5 {
    font-size: 1.125rem;
  }
  section.city-sec .table-wraper table thead tr th {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
  section.city-sec .table-wraper table tbody tr td {
    font-size: 0.8125rem;
    padding: 0.75rem;
  }
  section.city-sec .col-lg-3 .limk-wraper .heading-wraper {
    padding: 1rem;
  }
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(51) {
  top: 0.4%;
  right: 6.4%;
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(52) {
  bottom: 0%;
  left: 18%;
  top: unset !important;
  right: unset !important;
}

section.next-race-sec1 .map-box {
  padding: 31px 64px 8px 87px !important;
}

section.next-race-sec1 {
  padding: 5rem 0;
}

section.next-race-sec1 .form-wraper {
  background: linear-gradient(145deg, #ffffff, #f5f7fa);
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

/* Decorative top border */
section.next-race-sec1 .form-wraper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #1e293b;
  background-size: 300% 100%;
  animation: gradientMove 3s ease infinite;
}

section.next-race-sec1 .form-wraper h5 {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

/* Underline effect for heading */
section.next-race-sec1 .form-wraper h5::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #1e293b;
  border-radius: 2px;
  transition: width 0.3s ease;
}

#city_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

section.next-race-sec1 ul.text {
  flex-wrap: wrap;
}

#city_list li {
  position: relative;
  transition: transform 0.2s ease;
}

.city-link {
  display: block;
  padding: 14px 18px;
  background: white;
  color: #4a5568;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  border: 1px solid #edf2f7;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* City icon before each link */
.city-link::before {
  content: "\f3c5";
  margin-right: 12px;
  font-size: 14px;
  opacity: 0.7;
  font-family: fontawesome;
  font-size: 1.15rem;
  color: #1e293b;
  transition: transform 0.3s ease;
}

/* Hover effect for links */
.city-link:hover {
  background: transparent;
  color: #2d3748;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(30, 41, 59, 0.12);
  padding-left: 25px;
}

.city-link:hover::before {
  opacity: 1;
  transform: scale(1.2);
}

/* Animated background effect on hover */
.city-link:hover::after {
  width: 300px;
  height: 300px;
}

/* Container styling */
#city_list {
  position: relative;
}

/* Responsive design */
@media (max-width: 480px) {
  .form-wraper {
    max-width: 100%;
    margin: 10px;
    padding: 20px 15px;
  }
  .city-link {
    padding: 12px 16px;
    font-size: 15px;
  }
}
section.next-race-sec1 .map-box ul.map-single-part li:nth-child(16) {
  top: 24.2% !important;
  left: 36.1% !important;
  transform: scale(1.1);
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(31) {
  bottom: 37% !important;
  right: 25.8% !important;
  transform: scale(1.15);
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(11) {
  z-index: 1 !important;
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(12) {
  z-index: 1 !important;
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(31).active {
  bottom: 35.4% !important;
  right: 23.4% !important;
  transform: unset !important;
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(16).active {
  top: 23.5% !important;
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(19).active {
  right: 41.7% !important;
}

section.next-race-sec1 .map-box ul.map-single-part li:nth-child(37).active {
  bottom: 3.2% !important;
  right: 16.7% !important;
}

.multi-step-form .subTotal.total span.woocommerce-Price-amount.amount bdi {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.multi-step-form .subTotal.total span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
  display: inline-block;
}

.multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper p {
  float: unset;
  width: 100%;
}

div#order_review .woocommerce-checkout-payment {
  background-color: #fff;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px;
  background-color: #fff;
  padding: 0;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods::before, div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods::after {
  display: none;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe::before, div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe::after {
  display: none;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe input#payment_method_stripe {
  border-radius: 50%;
  border: 1px solid #b4b9be;
  background: #fff;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease-in-out;
  float: left;
  margin: 0.2rem 14px 0;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe input#payment_method_stripe:checked {
  border: 5px solid #d7a122;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe input#payment_method_stripe::before {
  display: none;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe label {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: #494949;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  display: block;
  margin: 0;
  cursor: pointer;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe {
  background-color: #fafafa;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  color: #515151;
  border-top: 1px solid #ddd;
  margin: 14px 0 0;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe::before {
  display: none;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe p.testmode-info {
  color: #494949;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin: 0;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe p.testmode-info strong {
  color: #494949;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
}
div#order_review .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe p.testmode-info a {
  color: #7fb5ff;
}
div#order_review .woocommerce-checkout-payment .form-row.place-order {
  display: none;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  display: none;
}

.page-id-654 header .container-fluid {
  padding: 1.125rem 2.1875rem;
  background: #1e293b;
}

.thankyou-container {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 9rem auto 3rem;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 25px 45px -12px rgba(0, 40, 80, 0.25), 0 6px 18px rgba(0, 0, 0, 0.03);
  padding: 2.5rem 2.8rem;
  color: #1a2b3e;
  border: 1px solid rgba(222, 235, 245, 0.6);
  line-height: 1.5;
  position: relative;
  transition: all 0.2s ease;
}
.thankyou-container h1 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1e293b;
  margin-bottom: 0.4rem;
  line-height: 1.2;
  position: relative;
  background: border-box;
  border-radius: 0.4rem;
  text-align: center;
}
.thankyou-container .greeting {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1f4868;
  border-radius: 1rem;
  margin: 0.9rem 0 1.2rem 0;
  text-align: center;
}
.thankyou-container .message {
  font-size: 1.05rem;
  color: #1f384b;
  background: #f9fcff;
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  margin: 0.8rem 0 1.8rem 0;
  border: 1px solid #d3e3ef;
  box-shadow: 0 12px 22px -14px rgba(30, 60, 90, 0.2);
  line-height: 1.7;
  border-left: 5px solid #025a78;
}
.thankyou-container .message a {
  font-weight: 600;
  white-space: nowrap;
  text-decoration: underline;
  color: #1e293b;
}
.thankyou-container .info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.2rem;
  align-items: center;
  background: #ebf3f8;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin: 1rem 0 1.8rem 0;
  border: 1px solid #bdd6e8;
  font-size: 1.15rem;
  font-weight: 500;
  color: #0b314a;
  box-shadow: inset 0 1px 5px #ffffff, 0 5px 10px rgba(0, 30, 50, 0.1);
  position: relative;
  justify-content: center;
}
.thankyou-container .info-row .info-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 1.2rem 0.3rem 0.9rem;
  border-radius: 30px;
  border: 1px solid #c2d7ea;
  backdrop-filter: blur(2px);
  font-size: 1.05rem;
}
.thankyou-container .back-link {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #1d4e6f;
  text-decoration: none;
  border-radius: 2rem;
  margin: 0.5rem 0 0.8rem 0;
  transition: all 0.2s;
  font-size: 1.1rem;
  background: #ffcd57;
  padding: 0.8rem 2rem;
  border: 1px solid #ffcd57;
  box-shadow: 0 3px 8px rgba(0, 40, 70, 0.1);
  margin: 0 auto 1rem;
}
.thankyou-container hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8db6d0, #bed9ee, #8db6d0, transparent);
  margin: 1.2rem 0 0.2rem 0;
  opacity: 0.7;
}

@media screen and (max-width: 1399px) {
  section.inner-banner .content-wraper {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 85%;
  }
  .banner .container .boxarea ul li {
    min-height: unset;
  }
  .banner .container .btn-area {
    display: none;
  }
  .banner .btn {
    margin-top: 24px;
    display: inline-flex;
    max-width: 261px;
    height: 56px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 12px;
  }
  .banner .btn img {
    margin-right: 10px;
  }
  .banner {
    height: unset;
  }
  .review-plg .shrtcd {
    max-width: 65.66%;
    margin: 0;
  }
  .review-plg .ti-widget.ti-goog .ti-col-2 .ti-review-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.real-stories .bottom-content-wraper .text-wraper h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 82%;
  }
  h1 {
    font-size: 3rem;
  }
  .banner {
    height: 500px;
  }
  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 0.375rem;
    background: #fff;
    margin: 0 0 0.1875rem;
    justify-content: flex-end;
  }
  .stellarnav.mobile .menu-toggle {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .thankyou-container {
    max-width: 750px;
  }
  .banner .container .boxarea ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.225rem;
  }
  .banner .container .boxarea ul li p {
    display: none;
  }
  .banner .container .boxarea ul li:after {
    right: -1.45rem;
  }
  .fast-passport .featurelist ul li .icon {
    width: 2.5rem;
    height: 2.5rem;
    flex: 1 0 2.5rem;
    max-width: 2.5rem;
  }
  .simplicity .row {
    gap: 20px;
  }
  .simplicity .col-md-3 {
    width: calc(50% - 10px);
  }
  .passport h2 {
    text-align: center;
  }
  .passport h2 + p {
    text-align: center;
  }
  .passport .logo-tooltip {
    justify-content: center;
  }
  .call-btn {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
  }
  header .container-fluid {
    padding: 1.125rem 0.6875rem;
  }
  .logo-menu .logo {
    max-width: 150px;
  }
  section.inner-banner img.bg-img {
    min-height: 25rem;
  }
  section.our-company .text-wraper {
    padding: 0;
  }
  section.our-office ul.accordian li .content strong br {
    display: none;
  }
  .whySec2 .fullWrap:nth-child(odd) .txtDv {
    padding: 20px 20px 20px 0;
  }
  .whySec2 .fullWrap .txtDv {
    padding: 20px 0 20px 20px;
  }
  section.how-works .grow-flex-columns .each-bx,
  section.how-works .grow-flex-columns .each-bx:nth-child(odd) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  section.how-works .grow-flex-columns .each-bx .right-img-bx,
  section.how-works .grow-flex-columns .each-bx .left-content-txt {
    max-width: 100%;
  }
  section.how-works .grow-flex-columns .each-bx,
  section.how-works .grow-flex-columns .each-bx:nth-child(odd) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  section.how-works .grow-flex-columns .each-bx .right-img-bx,
  section.how-works .grow-flex-columns .each-bx .left-content-txt {
    max-width: 100%;
  }
  section.faq-sec2 {
    padding: 0 0 3.75rem;
  }
  section.faq-sec2 .group_slide {
    padding: 2.5rem 0.9375rem 0;
  }
  section.faq-sec2 .group_slide .owl-nav .owl-prev {
    left: 0;
  }
  section.faq-sec2 .group_slide .owl-nav .owl-next {
    right: 0;
  }
  section.faq-sec2 .testimonial-wrap {
    padding: 32px 24px;
  }
  section.faq-sec2 .owl-nav .owl-prev {
    left: -30px;
  }
  section.faq-sec2 .owl-nav .owl-next {
    right: -30px;
  }
  section.testimonials .wraper-box {
    width: 100%;
  }
  .review-plg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    flex-direction: column;
  }
  .review-plg .text-wraper {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    flex: auto;
  }
  .ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-reviews-container {
    flex: 100% !important;
    max-width: 100% !important;
  }
  .review-plg .shrtcd {
    width: 100%;
    max-width: 100%;
  }
  .review-plg .shrtcd .ti-widget.ti-goog .ti-col-2 .ti-review-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .trustindex-box .text-wraper {
    max-width: 170px;
    margin: 0 auto;
  }
  .trustindex-box .text-wraper .bottomimg {
    max-width: 150px;
  }
  .passport h2 {
    font-size: 26px;
  }
  section.how-works .grow-flex-columns .each-bx:nth-child(4) .right-img-bx img,
  section.how-works .grow-flex-columns .each-bx:nth-child(5) .right-img-bx img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .thankyou-container {
    max-width: 95%;
    padding: 1rem;
  }
  .thankyou-container h1 {
    font-size: 2rem;
  }
  .thankyou-container .greeting {
    font-size: 1rem;
    margin: 0.9rem 0 0.7rem 0;
  }
  .thankyou-container .message {
    font-size: 1rem;
    padding: 1.3rem 1.3rem;
    line-height: 1.4;
  }
  .thankyou-container .info-row {
    gap: 1rem;
  }
  h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button {
    width: 2.5rem;
    height: 2.5rem;
    position: static;
    margin: 0;
    border: 0.0625rem solid rgb(153, 153, 153);
  }
  section.real-stories .top-content-wraper .clients-stories-slider .owl-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 0.6rem 0 0;
  }
  section.real-stories h2 {
    margin-bottom: 0.875rem;
  }
  section.real-stories .top-content-wraper {
    margin-bottom: 1.5rem;
  }
  section.real-stories .bottom-content-wraper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  section.real-stories .bottom-content-wraper .text-wraper {
    padding-top: 1.2rem;
  }
  section.support-sec .grid-box {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  section.support-sec .grid-box .grid-item h5 {
    font-size: 1.1rem;
    margin: 0.625rem 0 0;
  }
  section.faq-sec h2 {
    margin-bottom: 1.2rem;
  }
  footer .footer-top-part {
    padding: 2.55rem 0 1.25rem;
  }
  footer .footer-top-part a.logo {
    margin: 0 auto;
  }
  footer .footer-top-part h6 {
    max-width: 100%;
    text-align: center;
  }
  footer .footer-top-part h5 {
    text-align: center;
  }
  footer .footer-top-part ul.social-icon {
    justify-content: center;
    margin-bottom: 2rem;
  }
  footer .footer-top-part ul.link {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.7rem;
    margin-bottom: 2rem;
  }
  footer .footer-top-part ul.contact li span br {
    display: none;
  }
  footer .footer-top-part ul.contact li a,
  footer .footer-top-part ul.contact li span {
    justify-content: center;
  }
  footer .footer-mid-part img.bbb {
    max-width: 7.8rem;
    margin: 0 auto;
    display: block;
  }
  footer .footer-mid-part ul {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .banner .container .banner-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
  }
  .banner .container .btn-area ul li a {
    width: 11.725rem;
    flex-direction: column;
    white-space: normal;
    text-align: center;
    padding: 5px 40px;
  }
  .banner .container .btn-area ul li a img {
    width: 15px;
  }
  .banner .container .boxarea ul {
    flex-direction: unset;
  }
  .banner .container .boxarea ul li {
    text-align: center;
    min-height: unset;
  }
  .logo-section ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
  }
  .logo-section ul li {
    max-width: calc(50% - 5px);
  }
  .fast-passport .featurelist ul li {
    padding: 0.75rem 0.625rem;
  }
  .fast-passport .featurelist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .logo-tooltip {
    justify-content: center;
    align-items: center;
  }
  .passport .passport-container {
    flex-direction: column;
  }
  .passport .passport-container .sidebar {
    width: 100%;
  }
  section.inner-banner .content-wraper h1 {
    line-height: 0.8em;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  section.inner-banner .content-wraper p {
    font-size: 1.025rem;
    line-height: 1.8625rem;
  }
  section.our-company {
    padding: 2.5rem 0;
    text-align: center;
  }
  section.our-company .text-wraper p {
    line-height: 1.675rem;
    margin-bottom: 2rem;
  }
  section.our-service {
    padding: 2.5rem 0;
    text-align: center;
  }
  section.our-service h2 {
    margin-top: 2rem;
  }
  section.our-service .text-wraper p {
    line-height: 1.675rem;
  }
  section.our-team p {
    line-height: 1.775rem;
  }
  section.our-team {
    padding: 2.5rem 0;
  }
  section.our-office {
    padding: 2.5rem 0;
  }
  section.our-office ul.accordian {
    margin-bottom: 3rem;
  }
  section.our-office h2 {
    text-align: center;
  }
  section.our-office p {
    line-height: 1.775rem;
    text-align: center;
  }
  section.our-office ul.contact-details li .wraper {
    justify-content: center;
    flex-direction: column;
  }
  section.featured {
    padding: 2.5rem 0;
  }
  section.featured .flex-box img {
    height: 3.5rem;
  }
  section.testimonials {
    padding: 2.5rem 0;
    background-color: #f2f5f7;
  }
  section.testimonials .client-review {
    padding: 1rem 1.875rem;
  }
  section.testimonials .client-review .item p {
    line-height: 1.5rem;
  }
  section.our-office .map-wraper {
    height: 24rem;
  }
  section.our-service img.side-img {
    height: 19.8125rem;
  }
  section.our-company img.side-img {
    height: auto;
  }
  section.our-office ul.accordian li .content p {
    text-align: left;
  }
  section.inner-banner img.bg-img {
    min-height: 22rem;
  }
  .whySec2 .fullWrap .txtDv,
  .whySec2 .fullWrap .imgDv {
    width: 100%;
  }
  .whySec2 .fullWrap .txtDv,
  .whySec2 .fullWrap:nth-child(odd) .txtDv {
    padding: 20px;
  }
  .whySec5 .top {
    padding: 2rem 0;
  }
  html {
    font-size: 100%;
  }
  .banner .container .btn-area {
    display: none;
  }
  .banner .container .banner-text h1 {
    font-size: 32px;
  }
  .banner .container {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }
  .banner .container .banner-text p,
  .banner .container .banner-text ul li {
    font-size: 16px;
  }
  header .header-row .call-btn .btn {
    display: none;
  }
  .banner .container .boxarea ul li {
    max-width: 25%;
  }
  .banner .container .boxarea ul li h5 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 9px;
    color: white;
    text-align: left;
  }
  .banner .container .boxarea ul li img {
    width: 28px;
  }
  .banner .container .boxarea ul li {
    max-width: 25%;
    padding: 0;
    text-align: left;
    background-color: transparent;
  }
  .banner .container {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
  }
  .logo-menu .logo {
    max-width: 170px;
  }
  .banner .container .boxarea {
    padding-top: 0;
    margin-top: 24px;
  }
  .banner .container .boxarea ul li:after {
    right: -5px;
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
  .stellarnav.mobile.right > ul,
  .stellarnav.mobile.left > ul {
    max-width: 100%;
  }
  .logo-section ul {
    gap: 0;
  }
  .logo-section ul li {
    max-width: calc(28% - 5px);
  }
  .logo-section {
    padding: 20px 0;
  }
  h2 {
    font-size: 23px;
  }
  .fast-passport .featurelist ul li {
    padding: 4px 10px;
    font-size: 14px;
    gap: 8px;
  }
  .featurelist {
    padding: 0 10px;
  }
  .btn {
    padding: 14px 28px;
  }
  .logo-tooltip ul li .tooltip-text {
    max-width: 210px;
    width: 100%;
  }
  .simplicity .row {
    padding: 0 0.5rem;
  }
  .passport {
    text-align: left;
  }
  .passport h2,
  .passport p,
  .passport h2 + p {
    text-align: left;
  }
  .passport .logo-tooltip {
    margin-top: 60px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .passport .passport-container .sidebar button {
    font-size: 16px;
    padding: 12px 20px;
  }
  section.real-stories .top-content-wraper {
    padding: 0 24px;
  }
  section.real-stories .top-content-wraper .clients-stories-slider .item video {
    height: unset;
  }
  section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button {
    position: absolute;
    top: 35%;
    transform: translateY(-50%) !important;
  }
  section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button.owl-prev {
    transform: rotate(270deg) translateY(-50%) !important;
    left: 0 !important;
  }
  section.real-stories .top-content-wraper .clients-stories-slider .owl-nav button.owl-next {
    transform: rotate(90deg) translateY(-50%) !important;
    right: 0 !important;
  }
  section.real-stories .bottom-content-wraper {
    display: flex;
    gap: 15px;
    padding: 0 18px;
  }
  section.real-stories .bottom-content-wraper .text-wraper img.google {
    max-width: 98px;
    height: unset;
  }
  section.real-stories .bottom-content-wraper .text-wraper {
    padding-top: 0;
    max-width: 90px;
    width: 100%;
  }
  section.real-stories .bottom-content-wraper .img-wraper img.img1,
  section.real-stories .bottom-content-wraper .img-wraper img.img2 {
    width: 100%;
    height: auto;
  }
  section.real-stories .bottom-content-wraper .text-wraper img.star {
    max-width: 11.25rem;
    max-height: 100px;
    width: 100%;
    height: 100px;
  }
  section.real-stories .top-content-wraper {
    margin-bottom: 0;
  }
  section.real-stories .bottom-content-wraper .text-wraper img.google {
    max-width: 98px;
    height: 100px;
    max-height: 100px;
  }
  section.support-sec .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding: 0 20px;
  }
  section.support-sec .grid-box .grid-item h5 {
    font-size: 15px;
    margin: 0.625rem 0 0;
    line-height: 1.1rem;
  }
  section.support-sec .grid-box .grid-item h5 {
    font-size: 15px;
    margin: 24px 0 0;
    line-height: 1.1rem;
  }
  section.support-sec .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding: 0 18px;
  }
  section.faq-sec ul {
    margin-bottom: 1.5rem;
    padding: 0 14px;
  }
  section.faq-sec h2 {
    margin-bottom: 1.2rem;
    padding: 0 24px;
  }
  section.faq-sec ul li h5 {
    padding: 10px;
    padding-right: 40px;
  }
  footer .footer-top-part a.logo {
    margin: 0;
  }
  footer .footer-top-part h6,
  footer .footer-top-part h5 {
    text-align: left;
  }
  footer .footer-top-part ul.link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  footer .footer-top-part ul.link li {
    width: 100%;
  }
  footer .footer-top-part ul.link {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .footer-top-part ul.social-icon {
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
  footer .footer-top-part ul.contact li a,
  footer .footer-top-part ul.contact li span {
    justify-content: flex-start;
  }
  footer .footer-top-part .container {
    scale: 0.95;
  }
  footer .footer-mid-part ul li a {
    font-size: 11px;
  }
  .stellarnav.mobile.right > ul {
    right: auto;
    left: -120%;
  }
  .stellarnav.mobile.right.openNav > ul {
    left: 0;
  }
  .stellarnav.mobile.right .close-menu {
    position: absolute;
    right: 0;
  }
  .stellarnav.mobile > ul {
    left: 0;
    padding-top: 50px;
  }
  .stellarnav .icon-close:before,
  .stellarnav .icon-close:after {
    border-width: 2px;
  }
  .stellarnav.mobile.right .close-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li > a {
    padding: 25px 15px;
    border-bottom: 0.0625rem solid rgba(129, 129, 129, 0.19);
  }
  .stellarnav.mobile > ul > li > a.dd-toggle {
    top: 10px;
  }
  .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    display: none;
  }
  .stellarnav a.dd-toggle .icon-plus {
    background: url(../images/nav-arw.svg) no-repeat center center;
    width: 16px;
    background-size: 100% 100%;
  }
  .stellarnav li.open > a.dd-toggle .icon-plus {
    transform: rotate(180deg);
  }
  .stellarnav.mobile ul ul {
    background-color: white;
  }
  .stellarnav.mobile ul ul li a {
    border-bottom: 0.0625rem solid rgba(129, 129, 129, 0.19);
  }
  section.our-company {
    padding-top: 0;
  }
  section.our-company .row {
    flex-direction: column-reverse;
  }
  section.our-company .col-md-6 {
    text-align: left;
  }
  section.our-company .col-md-6:nth-child(2) {
    padding: 0;
    margin-bottom: 30px;
  }
  section.our-company .text-wraper h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  section.our-company .text-wraper p {
    margin-bottom: 0;
  }
  section.our-service {
    padding-top: 0;
  }
  section.our-service .col-md-6 {
    text-align: left;
  }
  section.our-service .col-md-6:nth-child(1) {
    padding: 0;
    margin-bottom: 0;
  }
  section.our-office .map-wraper {
    height: 300px;
  }
  section.our-office ul.accordian li h5 {
    margin-bottom: 0;
  }
  section.our-office ul.accordian li .content strong,
  section.our-office ul.accordian li .content p {
    font-size: 16px;
  }
  section.our-office .col-md-6:nth-child(2) {
    text-align: left;
  }
  section.our-office h2,
  section.our-office p {
    text-align: left;
  }
  section.our-office ul.contact-details li .wraper {
    justify-content: flex-start;
    flex-direction: row;
  }
  section.featured .flex-box {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  section.featured .flex-box img {
    height: unset;
  }
  section.inner-banner .content-wraper {
    padding: 0;
  }
  section.inner-banner .content-wraper h1 {
    line-height: 0.8em;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .whySec2 .topTxt p {
    font-size: 18px;
  }
  .whySec2 .fullWrap {
    flex-direction: column-reverse;
  }
  .whySec2 .fullWrap .txtDv p {
    font-size: 16px;
    text-align: left;
    line-height: 27px;
  }
  .whySec2 .fullWrap:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .fast-passport.whySec3 .featurelist ul li,
  .faq-sec.whySec4 ul li h5,
  .faq-sec.whySec4 ul li p,
  .faq-sec.whySec4 ul li .content p {
    font-size: 16px;
  }
  section.faq-sec.whySec4 ul {
    margin-bottom: 0;
    padding: 0px 9px;
  }
  section.how-works {
    padding: 2.5rem 0;
  }
  section.how-works .heading-Txt p {
    font-size: 1rem;
    padding: 0 7px;
  }
  section.how-works .grow-flex-columns .each-bx .left-content-txt {
    padding: 0.9375rem;
  }
  section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx p {
    font-size: 1rem;
  }
  section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx .icon-img,
  section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx .icon-img svg {
    width: 30px;
  }
  .contact-wrap .contact-wrapper {
    padding: 30px 18px;
    padding-bottom: 4rem;
  }
  .contact-wrap .contact-wrapper h2 {
    color: #1e293b;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .contact-wrap .contact-wrapper .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px 20px;
  }
  .contact-wrap .contact-wrapper .field {
    height: 45px;
    padding: 0 12px;
  }
  footer .footer-top-part h6 {
    max-width: 100%;
  }
  section.f-doc-sec1,
  section.f-doc-sec2 {
    padding: 2.5rem 0;
  }
  section.f-doc-sec1 h2 {
    font-size: 1.4375rem;
  }
  section.f-doc-sec1 p {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  section.inner-banner.documentPg .content-wraper p {
    font-size: 0.9375rem;
    line-height: 1.3em;
  }
  section.inner-banner .content-wraper h1 {
    font-size: 2rem;
    line-height: 1.3em;
  }
  section.f-doc-sec3 {
    padding: 2.5rem 0;
  }
  section.f-doc-sec3 h2 {
    font-size: 1.625rem;
    margin: 0 0 1.875rem;
  }
  section.f-doc-sec3 .add-items .add-contents h3 {
    font-size: 1.25rem;
  }
  section.f-doc-sec3 .add-items .add-btns {
    display: flex;
    justify-content: center;
  }
  section.inner-banner {
    height: 21.875rem;
  }
  section.inner-banner.about-mobile {
    height: 21.275rem;
  }
  section.inner-banner.whu-us-mobile {
    height: 18.75rem;
  }
  section.inner-banner img.bg-img {
    height: 100%;
  }
  section.inner-banner img.bg-img {
    min-height: auto;
  }
  section.faq-sec2 {
    padding: 0 0 2.5rem;
  }
  section.faq-sec2 .testimonial-text {
    font-size: 15px;
  }
  .rev img.for-desktop {
    display: none;
  }
  .rev img.for-mobile {
    display: block;
  }
  .simplicity .trv-bx span {
    font-size: 0.9rem;
  }
  .passport select {
    width: 100%;
  }
  footer .footer-bottom-part p {
    font-size: 0.68rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
  }
  section.whySec2 h2 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
  section.how-works .grow-flex-columns .each-bx:nth-child(1) .right-img-bx {
    padding-top: 1.2rem;
  }
  section.how-works .heading-Txt {
    margin: 0 auto 0.35rem;
  }
  section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx h2 {
    font-size: 1.9rem;
  }
  section.how-works .grow-flex-columns .each-bx {
    row-gap: 0;
  }
  section.how-works2 h2 {
    font-size: 28px;
  }
  section.inner-banner.documentPg {
    height: 450px;
  }
  section.f-doc-sec2 .each-box-pass .group-pass-btn {
    justify-content: center;
  }
  section.f-doc-sec2 .each-box-pass .group-pass-btn.more-btn {
    justify-content: flex-start;
  }
  section.faq-sec ul {
    margin-bottom: 1.5rem;
    padding: 0 12px;
  }
  section.faq-sec.otherPg ul.accordian li h5 {
    font-size: 0.9rem;
  }
  section.faq-sec2 h3 {
    font-size: 34px;
    max-width: 20rem;
  }
  .contact-wrap .contact-wrapper .full.message-box textarea {
    line-height: 1.8571428571;
  }
  .review-plg {
    gap: 24px;
  }
  .trustindex-box .text-wraper h6 {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .trustindex-box .text-wraper .bottomimg {
    max-width: 90px;
  }
  .agent h1 {
    font-size: 1.6rem;
  }
  .agent p,
  .agent ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .agent ul li {
    margin-bottom: 0.5rem;
  }
  section.how-works .grow-flex-columns .each-bx .left-content-txt .content-bx h2 {
    font-size: 29px;
    line-height: 38px;
  }
  .review-plg .shrtcd {
    margin-bottom: 2rem;
  }
  .fast-passport .logo-tooltip {
    justify-content: flex-start;
    margin-top: 2rem;
    padding: 0 10px;
  }
  section.how-works .grow-flex-columns .each-bx:nth-child(4) .right-img-bx img,
  section.how-works .grow-flex-columns .each-bx:nth-child(5) .right-img-bx img {
    max-width: 100%;
  }
  section.faq-sec.otherPg ul {
    padding: 0;
  }
  .contact-wrap .contact-wrapper .field input:not([type=submit]) {
    padding: 0.5rem 0;
  }
  .agent h3.uagb-heading-text {
    font-size: 20px;
    line-height: 26px;
  }
  .page-id-443 .inner-banner.about-mobile h2,
  .page-id-441 .inner-banner.about-mobile h2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 9px;
  }
  .page-id-443 .inner-banner.about-mobile h1,
  .page-id-441 .inner-banner.about-mobile h1 {
    margin-bottom: 14px;
  }
  .page-id-443 .inner-banner.about-mobile h4,
  .page-id-441 .inner-banner.about-mobile h4 {
    font-size: 16px;
    line-height: 19px;
  }
  .agent .uagb-heading-text {
    font-size: 16px;
    line-height: 28px;
  }
  .page-id-441 .agent h3.uagb-heading-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
section {
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .multi-step-form .form-content-wraper .flex-box {
    gap: 1.3rem;
    flex-direction: column;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part {
    padding-top: 0;
    max-width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap {
    position: static;
  }
  .multi-step-form .step-count-wraper {
    padding: 25px 0px 0;
  }
  .multi-step-form .step-count-wraper .steps {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.0784313725);
    padding-bottom: 2rem;
  }
  .multi-step-form .form-content-wraper .container {
    max-width: 97%;
  }
  .multi-step-form .step-count-wraper .container {
    max-width: 97%;
  }
  .multi-step-form .step-count-wraper .steps {
    max-width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap {
    padding-top: 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper {
    margin: 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content {
    padding: 0.7rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part #add-applicant-btn {
    margin-top: 16px;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box {
    width: 92%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .img {
    display: none;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(4),
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(5) {
    width: 335px;
    height: 265px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.fix-width {
    width: 18.6875rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper {
    width: 50%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .flex-wraper .pay-fild-wraper {
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box {
    width: 67%;
  }
  section.faq-sec.faq-checkout-pg ul.accordian {
    max-width: 99%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .multi-step-form .form-content-wraper .flex-box {
    gap: 1.3rem;
    flex-direction: column;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part {
    padding-top: 0;
    max-width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap {
    position: static;
  }
  .multi-step-form .step-count-wraper {
    padding: 25px 0px 0;
  }
  .multi-step-form .step-count-wraper .steps {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.0784313725);
    padding-bottom: 2rem;
  }
  .multi-step-form .form-content-wraper .container {
    max-width: 97%;
  }
  .multi-step-form .step-count-wraper .container {
    max-width: 97%;
  }
  .multi-step-form .step-count-wraper .steps {
    max-width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap {
    padding-top: 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper {
    margin: 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content {
    padding: 0.7rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part #add-applicant-btn {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box {
    width: 92%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .img {
    display: none;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(4),
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(5) {
    width: 335px;
    height: 265px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.fix-width {
    width: 18.6875rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .pay-fild-wraper {
    width: 50%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .flex-wraper .pay-fild-wraper {
    width: 100%;
  }
  section.faq-sec.faq-checkout-pg ul.accordian {
    max-width: 99%;
  }
}
@media (max-width: 767px) {
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading h4 {
    white-space: nowrap;
  }
  .multi-step-form .form-content-wraper .flex-box {
    gap: 1.3rem;
    flex-direction: column;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-wraper {
    margin: 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap {
    padding: 0 8px 25px;
  }
  .multi-step-form .step-count-wraper {
    padding: 25px 0px 0;
  }
  .multi-step-form .step-count-wraper .steps {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.0784313725);
    padding-bottom: 2rem;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part {
    padding-top: 0;
    max-width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content {
    padding: 15px 7px;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flex-wraper {
    grid-template-columns: 1fr;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .grid-3 {
    grid-template-columns: 1fr !important;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap {
    position: static;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part #add-applicant-btn {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part button.btn.btn-default.btn-next,
  .multi-step-form .form-content-wraper .flex-box .form-part button.btn.btn-success {
    width: 100%;
    padding: 21px 10px;
    border-radius: 4px;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li .check-text-wraper {
    padding-left: 1.6rem;
    align-items: flex-start;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li strong {
    font-size: 13.1px;
    white-space: nowrap;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li span.price {
    font-size: 13.5px;
    flex: 1;
    text-align: right;
    word-break: break-all;
  }
  .multi-step-form .form-content-wraper .container,
  .multi-step-form .step-count-wraper .container {
    padding: 0 10px;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.inp-radio li:first-child .check-text-wraper::after {
    top: 0.3rem;
    bottom: unset;
    margin: unset;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .addon-box {
    margin: 15px 8px 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .applicant-color-heading + .addon-box {
    margin-top: 1.4rem;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv {
    flex-direction: column;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .input {
    width: 100%;
    padding-right: 8px;
    margin-bottom: 16px;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal .inputDv .inputBtn {
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap {
    padding: 16px 20px 20px;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .total_cal p.midText {
    font-size: 16.5px;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(4),
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(5) {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap img:nth-child(2) {
    width: 90px;
    height: 90px;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .image-wrap {
    justify-content: space-evenly;
  }
  .multi-step-form .form-content-wraper .flex-box .sticky-part .sticky-text-wrap .cart_prdcts .img {
    display: none;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading {
    flex-direction: column;
  }
  .applicant-actions {
    max-width: 100%;
    flex: unset;
    justify-content: space-between;
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-heading h4 {
    white-space: nowrap;
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flid-wraper.fix-width {
    width: 100%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content .flex-wraper.flex-wraper2 {
    display: block;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }
  .iti--separate-dial-code .iti__selected-flag::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset .applicant-content ul.s-method li h6 {
    max-width: 60%;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .payment-option-wraper .payment-details .payment-form .flex-wraper {
    grid-template-columns: 1fr 1fr;
  }
  .multi-step-form fieldset#step-3 .applicant-color-heading {
    padding: 0;
  }
  .multi-step-form fieldset#step-3 h4.information-text {
    padding: 0;
  }
  .multi-step-form fieldset#step-3 .textarea-wraper {
    padding: 0;
  }
  .multi-step-form fieldset#step-3 p.privacy {
    padding: 0;
  }
  .multi-step-form fieldset#step-3 small {
    padding: 0;
  }
  .multi-step-form fieldset#step-3 .payment-option-wraper {
    margin: 0;
  }
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-2 button.btn.btn-default.btn-prev,
  .multi-step-form .form-content-wraper .flex-box .form-part .form-text-wrap fieldset#step-3 button.btn.btn-default.btn-prev {
    font-weight: 400;
  }
}
#AZ,
#NM,
#OK,
#TX {
  fill: #d89a87;
}

#WA,
#OR,
#CA {
  fill: #abd1d3;
}

#NV,
#UT,
#CO,
#MT,
#ID,
#WY {
  fill: #9bb1ba;
}

#ND,
#SP,
#SD,
#NE,
#KS,
#MN,
#IA,
#MO,
#WI,
#IL,
#IN,
#MI,
#IN,
#OH {
  fill: #e8c78b;
}

#AR,
#LA,
#MS,
#KY,
#TN,
#AL,
#FL,
#GA,
#NC,
#SC,
#VA,
#WV,
#MD,
#DC {
  fill: #d7bac7;
}

#AK,
#HI {
  fill: #9d9bbf;
}

#PA,
#DE,
#NY,
#VT,
#NH,
#MA,
#CT,
#ME,
#NJ,
#RI {
  fill: #a9c687;
}

#usa-map path.active {
  fill: #f3c23e !important;
}

#usa-map path {
  stroke: #ffffff;
  stroke-width: 0.75;
}

#usa-map text {
  cursor: pointer;
}

section.next-race-sec1 .map-box {
  padding: 0 !important;
}

#usa-map path.active {
  fill: #202b85;
}

#usa-map text.active {
  fill: rgb(0, 0, 0);
}

@media (max-width: 767px) {
  #city_list ul {
    grid-template-columns: 1fr;
  }
  section.next-race-sec1 .form-wraper h5 {
    font-size: 1.4rem;
  }
  section.next-race-sec1 .form-wraper {
    margin: 2rem 0 0;
  }
  section.next-race-sec1 {
    padding: 2.5rem 0;
  }
}
.state-taxonomy-page {
  padding: 5rem 0;
}

header .header-row .logo-menu .logo a img {
  width: 190px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footer-top-part a.logo img {
  max-width: 190px;
  max-height: 53px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customchk-popup .modal-dialog {
  max-width: 820px;
}
.customchk-popup .modal-dialog .modal-content .modal-body {
  width: 100%;
  background: white;
  border-radius: 36px;
  box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(30, 41, 59, 0.04);
  padding: 2.5rem 3rem;
  position: relative;
  transition: box-shadow 0.2s;
}
.customchk-popup .modal-dialog .modal-content .modal-body button.btn-close {
  float: right;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1e293b;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: -10px -8px 0 0;
  position: relative;
  z-index: 2;
}
.customchk-popup .modal-dialog .modal-content .modal-body button.btn-close::before {
  content: "✕";
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  color: #1e293b;
  transition: color 0.2s, transform 0.1s;
}
.customchk-popup .modal-dialog .modal-content .modal-body h2 {
  color: #1e293b;
  font-size: 2.4rem;
  font-weight: 550;
  letter-spacing: -0.02em;
  margin: 0.2rem 0 0.8rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #d7a122;
  display: inline-block;
  line-height: 1.2;
}
.customchk-popup .modal-dialog .modal-content .modal-body p {
  color: #2d3a4e;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.customchk-popup .modal-dialog .modal-content .modal-body p:first-of-type {
  font-size: 1.1rem;
  color: #2d3a4e;
  background: #f9fafb;
  padding: 1.2rem 1.6rem;
  border-radius: 24px;
  margin: 1.2rem 0 1.8rem 0;
  border-left: 4px solid #d7a122;
  line-height: 1.5;
}
.customchk-popup .modal-dialog .modal-content .modal-body p::nth-last-of-type(2) {
  background: white;
  padding: 1.2rem 1.6rem;
  border-radius: 24px;
  border: 1px solid #e6e9ed;
  box-shadow: 0 4px 10px -8px rgba(0, 0, 0, 0.1);
  font-weight: 480;
  color: #1e293b;
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
  border-left: 5px solid #1e293b;
}
.customchk-popup .modal-dialog .modal-content .modal-body p::nth-last-of-type(2)::before {
  content: "🛡️";
  margin-right: 8px;
  font-size: 1.2rem;
  background: transparent;
}
.customchk-popup .modal-dialog .modal-content .modal-body p:last-of-type {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #eef1f5;
  font-size: 0.98rem;
  color: #4a5a6e;
}
.customchk-popup .modal-dialog .modal-content .modal-body p:last-of-type a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 520;
  padding: 0.2rem 0.4rem;
  border-radius: 20px;
  transition: all 0.15s;
  border-bottom: 2px solid #d7a122;
}
.customchk-popup .modal-dialog .modal-content .modal-body p strong {
  background: #f0f2f5;
  color: #1e293b;
  font-weight: 550;
  font-size: 0.85rem;
  padding: 0.4rem 1.2rem;
  border-radius: 40px;
  display: inline-block;
  letter-spacing: 0.02em;
  border: 1px solid rgba(30, 41, 59, 0.08);
}
.customchk-popup .modal-dialog .modal-content .modal-body h3 {
  color: #1e293b;
  font-size: 1.6rem;
  font-weight: 540;
  margin: 2rem 0 1rem 0;
  display: flex;
  align-items: center;
  border-left: 6px solid #d7a122;
  padding-left: 1.2rem;
  background: linear-gradient(to right, rgba(215, 161, 34, 0.02), transparent);
}
.customchk-popup .modal-dialog .modal-content .modal-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
}
.customchk-popup .modal-dialog .modal-content .modal-body ul:last-of-type {
  background: #fafcff;
  padding: 1.2rem 1.8rem;
  border-radius: 28px;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(215, 161, 34, 0.2);
}
.customchk-popup .modal-dialog .modal-content .modal-body ul li {
  color: #1e293b;
  font-size: 1rem;
  padding: 0.6rem 0 0.6rem 1.8rem;
  position: relative;
  border-bottom: 1px solid rgba(30, 41, 59, 0.06);
}
.customchk-popup .modal-dialog .modal-content .modal-body ul li::before {
  content: "•";
  color: #d7a122;
  font-size: 2.3rem;
  position: absolute;
  left: 3px;
  top: 0.7rem;
  line-height: 1;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  /* new css add on 05.03.2026  */
  .customchk-popup .modal-dialog {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  /* new css add on 05.03.2026  */
  .customchk-popup .modal-dialog .modal-content .modal-body {
    padding: 3rem 1.2rem;
  }
  .customchk-popup .modal-dialog .modal-content .modal-body button.btn-close {
    margin: -42px -8px 0 0;
  }
  .customchk-popup .modal-dialog .modal-content .modal-body h2 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
  .customchk-popup .modal-dialog .modal-content .modal-body h3 {
    font-size: 1.2rem;
  }
  .customchk-popup .modal-dialog .modal-content .modal-body ul:last-of-type {
    padding: 1rem 1.2rem;
    border-radius: 19px;
  }
  .customchk-popup .modal-dialog .modal-content .modal-body p:last-of-type {
    text-align: center;
    margin-bottom: 0;
  }
}
.customchk-popup .modal-dialog {
  max-width: 820px;
  margin: 1% auto;
  height: 95vh;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.customchk-popup .modal-dialog .modal-content .modal-body {
  box-shadow: unset;
}

.modal.fade .modal-dialog .modal-content {
  height: 100%;
}

@media (max-width: 991px) {
  .customchk-popup .modal-dialog {
    max-width: 96%;
    margin: 3% auto;
  }
}/*# sourceMappingURL=style.css.map */