@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: url(../images/tick_circle.svg);
  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: url(../images/tick-clear.svg) no-repeat;
  background-size: contain;
  /* Windows High Contrast Mode */
  background-color: transparent;
  left: 0.25rem;
  position: relative;
  top: -0.0875rem;
}

input[type=checkbox]:checked {
  background: url(../images/tick_gap.svg);
  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;
  /* Main Container */
}
.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 .passport-container {
  display: flex;
  gap: 1.25rem;
  max-width: 56.25rem;
  /* Sidebar Navigation */
  /* Content Area */
  /* Custom List Styling */
}
.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-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 .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;
  /* ===== Testimonial Card ===== */
  /* ===== Content ===== */
  /* ===== Text ===== */
  /* ===== Meta ===== */
  /* ===== Hover Effect ===== */
  /* ===== Navigation Arrows ===== */
}
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-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 .testimonial-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
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 .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 .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;
}

@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) {
  .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) {
  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 {
    background: url(../images/nav-arw.svg) no-repeat center center;
    width: 16px;
    background-size: 100% 100%;
  }
  .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    display: none;
  }
  .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;
}/*# sourceMappingURL=style.css.map */