@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
:root {
  --primary: #002C61;
  --brandColor:#0059a9;
  --secondary: #2e9c96;
  --success: #41c9a2;
  --white: #fff;
  --red:#FF1546;
  --yellow:#F09C11;
  --orange:#F7941D;
  --bs-heading-color:#0059a9;
  --bs-body-color:#000000;
  --default-btn:#51b749;
  --bs-border-color: #51b749;
  --grey-light:#d1d1d1;
  --bs-font-sans-serif: "Montserrat", sans-serif;
  --bs-font-title: "Edu AU VIC WA NT Hand", cursive;
  --bs-border-radius-zero: 0.2rem;
  --black:#000;
  --grey:#666;
  --tp:transparent;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  --cs-focus:#fd0;
}

html {
  width: 100%;
  overflow-x: hidden;
  font-family: "Red Hat Text", serif;
  font-optical-sizing: auto;
}

body {
  overflow-x: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Red Hat Text", serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--headingColor);
}

a {
  text-decoration: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.flex-row {
  display: flex;
  align-items: center;
}

.section-space {
  padding: 20px 0;
}

.section__title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  font-family: "Red Hat Text", serif;
  color: var(--primary);
}
.section__title.orange {
  color: var(--orange);
}

.section__subTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 47px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  position: relative;
}
.section__subTitle::after {
  content: "";
  width: 380px;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.section__content {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--black);
  max-width: 850px;
  margin: -20px auto 0px;
  text-align: center;
}

.section-caption {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin: -20px auto 30px;
}

.btn {
  width: 196px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  opacity: 0.85;
}
.btn.btn--white {
  background-color: var(--white);
  color: var(--primary);
}
.btn.btn--primary {
  background-color: var(--primary);
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .section__subTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .section__content {
    font-size: 20px;
    line-height: 32px;
  }
}
.top-header {
  background: #E8E8E8;
  height: 70px;
}
.top-header .closeBtn {
  display: none;
}
.top-header .top-header-navbar {
  display: flex;
  justify-content: flex-end;
  height: 70px;
  align-items: center;
}
.top-header .top-header-navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.top-header .top-header-navbar ul li {
  font-size: 20px;
  line-height: 24px;
  font-family: "Red Hat Text", serif;
  opacity: 1;
  margin-left: 35px;
}
.top-header .top-header-navbar ul li:first-child {
  margin-left: 0;
}
.top-header .top-header-navbar ul li a {
  color: var(--primary);
  display: flex;
  align-items: center;
}
.top-header .top-header-navbar ul li a img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.NavIcon {
  display: none;
}

@media screen and (min-width: 768px) {
  .closeBtn {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-header-navbar {
    display: flex;
    justify-content: flex-end;
    height: 70px;
    align-items: center;
  }
  .top-header-navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .top-header-navbar ul li {
    font-size: 14px;
    line-height: 24px;
    font-family: "Red Hat Text", serif;
    opacity: 1;
    margin-left: 35px;
  }
  .top-header-navbar ul li:first-child {
    margin-left: 0;
  }
  .top-header-navbar ul li a {
    color: var(--primary);
    display: flex;
    align-items: center;
  }
  .top-header-navbar ul li a img {
    width: 30px;
    height: auto;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-header {
    height: 76px;
  }
  .top-header .top-header-navbar {
    height: 76px;
  }
  .top-header .top-header-navbar.active ul {
    right: 0;
  }
  .top-header .top-header-navbar.active .closeBtn {
    top: 15px;
    display: block;
    z-index: 11;
    position: absolute;
  }
  .top-header .top-header-navbar .Homenav {
    display: block;
    background: #E8E8E8;
    position: fixed;
    right: -100%;
    height: 100%;
    z-index: 9;
    top: 0;
    width: 80%;
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
  }
  .top-header .top-header-navbar .Homenav li {
    font-size: 20px;
    line-height: 24px;
    font-family: "Red Hat Text", serif;
    opacity: 1;
    margin-left: 0;
    padding: 10px 20px;
  }
  .top-header .top-header-navbar .Homenav li:first-child {
    margin-left: 0;
  }
  .top-header .top-header-navbar .Homenav li a {
    color: var(--primary);
    display: flex;
    align-items: center;
  }
  .top-header .top-header-navbar .Homenav li a img {
    width: 30px;
    height: auto;
    margin-right: 5px;
  }
  .NavIcon {
    width: 19px;
    display: block;
  }
  .NavIcon span {
    width: 100%;
    background: var(--orange);
    display: block;
    margin-bottom: 6px;
    height: 3px;
  }
  .NavIcon span:last-child {
    margin: 0;
  }
}
.logo-wrapper {
  padding: 15px 0;
}
.logo-wrapper .flex-row {
  justify-content: space-between;
  align-items: center;
}
.logo-wrapper .logo {
  width: 300px;
  height: auto;
}
.logo-wrapper .logo img {
  width: 100%;
}
.logo-wrapper .nav-links ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo-wrapper .nav-links ul li {
  font-size: 18px;
  line-height: 22px;
  font-family: "Red Hat Text", serif;
  margin-left: 35px;
}
.logo-wrapper .nav-links ul li a {
  font-family: "Red Hat Text", serif;
  color: var(--primary);
  display: flex;
  align-items: center;
  font-weight: 600;
}
.logo-wrapper .nav-links ul li a img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .logo-wrapper .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .logo-wrapper .nav-links ul li {
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
  }
  .logo-wrapper .nav-links ul li a img {
    height: 25px;
    width: auto;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrapper {
    padding: 10px 0;
  }
  .logo-wrapper .logo {
    position: absolute;
    top: 14px;
    width: 195px;
    left: 13px;
  }
  .logo-wrapper .nav-links {
    width: 100%;
  }
  .logo-wrapper .nav-links.inner-links {
    display: block;
    background: #E8E8E8;
    position: fixed;
    right: -100%;
    height: 100%;
    z-index: 9;
    top: 0;
    width: 80%;
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
  }
  .logo-wrapper .nav-links.inner-links.active {
    right: 0;
    margin: 0;
    padding-top: 20px;
  }
  .logo-wrapper .nav-links.inner-links .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .logo-wrapper .nav-links.inner-links ul {
    display: block;
  }
  .logo-wrapper .nav-links.inner-links li {
    font-size: 20px;
    line-height: 24px;
    font-family: "Red Hat Text", serif;
    opacity: 1;
    margin-left: 0;
    padding: 10px 20px;
  }
  .logo-wrapper .nav-links.inner-links li:first-child {
    margin-left: 0;
  }
  .logo-wrapper .nav-links.inner-links li a {
    color: var(--primary);
    display: flex;
    align-items: center;
  }
  .logo-wrapper .nav-links.inner-links li a img {
    width: 30px;
    height: auto;
    margin-right: 5px;
  }
  .logo-wrapper .nav-links ul {
    width: 100%;
    justify-content: space-around;
  }
  .logo-wrapper .nav-links ul li {
    font-size: 14px;
    margin: 0;
  }
  .logo-wrapper .nav-links ul li a img {
    height: 25px;
    width: auto;
    margin-right: 5px;
  }
  .inner-header {
    display: flex;
    flex-wrap: wrap;
    background: #E8E8E8;
  }
  .inner-header .NavIcon {
    position: absolute;
    right: 15px;
  }
  .inner-header .top-header {
    order: 2;
    white-space: nowrap;
    overflow: auto;
    height: auto;
    background: var(--white);
    padding: 10px 0;
    width: 100%;
  }
  .inner-header .top-header .container {
    padding-right: 0;
  }
  .inner-header .top-header .top-header-navbar {
    height: auto;
    justify-content: space-between;
    width: 100%;
  }
  .inner-header .top-header .top-header-navbar ul {
    overflow: auto;
    width: 100%;
    justify-content: space-between;
  }
  .inner-header .top-header .top-header-navbar ul::-webkit-scrollbar {
    height: 0;
  }
  .inner-header .top-header .top-header-navbar ul li {
    white-space: nowrap;
    margin: 0 10px 0 0;
  }
  .inner-header .top-header .top-header-navbar ul li a {
    font-size: 12px;
    font-weight: 600;
  }
  .inner-header .top-header .top-header-navbar ul li a img {
    height: 20px;
    width: auto;
    margin-right: 5px;
  }
  .inner-header .logo-wrapper {
    order: 1;
    padding: 38px 0;
    width: 100%;
  }
}
.main-banner img {
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-banner img {
    height: 231px;
  }
}

.inner-page-banner {
  position: relative;
}
.inner-page-banner .banner-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 440px;
  height: 440px;
}
.inner-page-banner .banner-overlay {
  position: relative;
}
.inner-page-banner .banner-overlay .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  right: 0;
  left: 0;
  max-width: 1320px;
  color: #FBAD18;
}
.inner-page-banner .banner-overlay .banner-content h2 {
  font-weight: 900;
  font-size: 55px;
}
.inner-page-banner .banner-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
.inner-page-banner .banner-text h1 {
  text-align: center;
  font-weight: 900;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
}
.inner-page-banner .banner-text p {
  text-align: center;
  font-size: 25px;
  line-height: 39px;
  font-weight: 600;
  margin-bottom: 0;
}
.inner-page-banner.liveflight--banner h1 {
  color: var(--yellow);
  font-size: 55px;
  max-width: 1000px;
}
.inner-page-banner.liveflight--banner p {
  font-size: 35px;
  line-height: 40px;
  margin-top: 10px;
}
.inner-page-banner.inter-terminal-banner .banner-text {
  padding: 20px 0;
}
.inner-page-banner.inter-terminal-banner h1 {
  font-size: 59px;
  line-height: 68px;
  max-width: 1200px;
}
.inner-page-banner.inter-terminal-banner p {
  font-size: 25px;
  line-height: 28px;
  margin-top: 10px;
  font-weight: 400;
}
.inner-page-banner.clockRoom-banner .banner-text {
  max-width: 980px;
  margin: 0 auto;
}
.inner-page-banner.clockRoom-banner .banner-text h1 {
  max-width: 100%;
}
.inner-page-banner.clockRoom-banner .banner-text p {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
.inner-page-banner.digiyatra-banner .banner-text {
  top: 50%;
}
.inner-page-banner.digiyatra-banner .banner-text p {
  margin-top: 10px;
  line-height: 43px;
  font-size: 38px;
}
.inner-page-banner.digiyatra-banner .banner-text p:last-child {
  font-size: 25px;
  line-height: 39px;
}
.inner-page-banner.transitPassengers .banner-text {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
.inner-page-banner.transitPassengers .banner-text h1 {
  font-size: 59px;
}
.inner-page-banner.transitPassengers .banner-text p {
  font-weight: 400;
}
.inner-page-banner.ttpBanner .banner-text h1 {
  font-size: 59px;
  max-width: 1000px;
}
.inner-page-banner.arrivingPassangers .banner-text p {
  font-size: 35px;
  line-height: 39px;
  font-weight: 400;
}
.inner-page-banner.airporthotel .banner-text h1 {
  font-size: 59px;
  line-height: 67px;
  max-width: 900px;
}
.inner-page-banner.lost-found-banner .banner-text {
  top: 50%;
  max-width: 680px;
  margin: 0 auto;
}
.inner-page-banner.lost-found-banner h1 {
  font-size: 59px;
  line-height: 67px;
}
.inner-page-banner.lost-found-banner p {
  font-size: 25px;
  line-height: 28px;
  margin-top: 10px;
  font-weight: 400;
}
.inner-page-banner.servicesBanner .banner-text {
  top: 50%;
}
.inner-page-banner.servicesBanner h1 {
  font-size: 42px;
  line-height: 50px;
}
.inner-page-banner.delCare .banner-text {
  top: 50%;
}
.inner-page-banner.delCare h1 {
  font-size: 42px;
  line-height: 50px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .inner-page-banner .banner-image {
    min-height: 330px;
    height: 330px;
  }
  .inner-page-banner .banner-text {
    top: 50%;
  }
  .inner-page-banner .banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner .banner-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .inner-page-banner.ttpBanner .banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner.loungepage-banner .banner-image {
    min-height: 400px;
    height: 400px;
  }
  .inner-page-banner.liveflight--banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner.inter-terminal-banner .banner-text {
    padding: 20px;
  }
  .inner-page-banner.inter-terminal-banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner.inter-terminal-banner p {
    font-size: 20px;
    line-height: 32px;
  }
  .inner-page-banner.clockRoom-banner .banner-image {
    min-height: 380px;
    height: 380px;
  }
  .inner-page-banner.clockRoom-banner .banner-text {
    max-width: 980px;
    margin: 0 auto;
  }
  .inner-page-banner.clockRoom-banner .banner-text h1 {
    max-width: 100%;
  }
  .inner-page-banner.clockRoom-banner .banner-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .inner-page-banner.delCare .banner-text {
    top: 50%;
  }
  .inner-page-banner.delCare h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner.digiyatra-banner .banner-text {
    top: 50%;
  }
  .inner-page-banner.digiyatra-banner .banner-text p {
    font-size: 25px;
    line-height: 32px;
  }
  .inner-page-banner.digiyatra-banner .banner-text p:last-child {
    font-size: 20px;
    line-height: 32px;
  }
  .inner-page-banner.transitPassengers .banner-text {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .inner-page-banner.transitPassengers .banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner.transitPassengers .banner-text p {
    font-weight: 600;
  }
  .inner-page-banner.servicesBanner h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .inner-page-banner.arrivingPassangers .banner-text p {
    font-size: 25px;
    line-height: 32px;
  }
  .inner-page-banner.airporthotel .banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.greet-service .inner-page-banner .banner-text {
  top: 50%;
  padding: 0;
}
.greet-service .inner-page-banner .banner-text h1 {
  font-size: 78px;
  line-height: 90px;
}
@media screen and (max-width: 767px) {
  .greet-service .inner-page-banner .banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.explore-delhi {
  background-image: url(../images/explore-delhi.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0 70px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.explore-delhi::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.explore-delhi .container {
  position: relative;
  z-index: 1;
}
.explore-delhi h2 {
  font-weight: 900;
  font-size: 101px;
  line-height: 122px;
  font-family: "Red Hat Text", serif;
  color: var(--white);
  z-index: 1;
}
.explore-delhi .sub_title {
  font-weight: normal;
  font-size: 45px;
  line-height: 54px;
  font-family: "Red Hat Text", serif;
  color: var(--white);
}
.explore-delhi p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  color: var(--white);
  max-width: 410px;
}
.explore-delhi .action-button {
  margin-top: 40px;
}
.explore-delhi .action-button .btn {
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .explore-delhi {
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 20px;
    padding: 40px 0px 0;
    min-height: 362px;
    margin-bottom: 22px;
  }
  .explore-delhi h2 {
    font-size: 40px;
    line-height: 30px;
    display: block;
  }
  .explore-delhi .sub_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .explore-delhi p {
    font-size: 20px;
    line-height: 32px;
    max-width: 280px;
  }
  .explore-delhi .action-button {
    margin-top: 20px;
  }
  .explore-delhi .action-button .btn {
    width: 140px;
    height: 30px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.download-app {
  background-color: var(--red);
  padding: 35px 0;
  overflow: hidden;
}
.download-app.firsttime-app {
  background: #DDDDDD;
}
.download-app.firsttime-app .content h2 {
  color: var(--primary);
}
.download-app.firsttime-app .content p {
  color: var(--black);
}
.download-app .flex-row {
  justify-content: space-between;
}
.download-app .content {
  max-width: 780px;
}
.download-app .content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 68px;
  line-height: 82px;
  letter-spacing: 0px;
  color: var(--white);
  font-family: "Red Hat Text", serif;
}
.download-app .content p {
  font-size: 28px;
  line-height: 25px;
  font-family: "Red Hat Text", serif;
  color: var(--white);
  text-align: left;
  opacity: 1;
  font-weight: bold;
}
.download-app .content p.categories {
  margin-top: 40px;
  line-height: 35px;
  font-family: "Red Hat Text", serif;
  font-weight: normal;
}
.download-app .content .app-links {
  margin-top: 60px;
  display: flex;
}
.download-app .content .app-links a {
  display: block;
  margin-right: 20px;
}
.download-app .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: -88px;
}
.download-app .image-wrapper .mobileImage {
  width: 322px;
}
.download-app .image-wrapper .hoi {
  width: 92px;
  margin-right: 25px;
  margin-top: 120px;
}

@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .download-app .content {
    max-width: 700px;
  }
  .download-app .content h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .download-app {
    padding-top: 25px;
  }
  .download-app .content {
    max-width: 700px;
  }
  .download-app .content h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .download-app .content h2 p {
    font-size: 22px;
  }
  .download-app .content .image-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: -88px;
  }
  .download-app .content .image-wrapper .mobileImage {
    width: 322px;
  }
  .download-app .content .image-wrapper .hoi {
    width: 92px;
    margin-right: 25px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .download-app .image-wrapper {
    bottom: -120px;
  }
  .download-app .image-wrapper .mobileImage {
    width: 100%;
    display: block;
    margin: auto;
  }
  .download-app .image-wrapper .hoi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .download-app {
    padding: 15px 0;
  }
  .download-app .flex-row {
    display: block;
  }
  .download-app .content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .download-app .content p {
    font-size: 20px;
    line-height: 32px;
    max-width: 220px;
    margin-bottom: 10px;
  }
  .download-app .content p.categories {
    margin-top: 0px;
    font-family: "Red Hat Text", serif;
    font-size: 20px;
    line-height: 32px;
    max-width: 100%;
  }
  .download-app .content .app-links {
    margin-top: 10px;
    display: flex;
  }
  .download-app .content .app-links a {
    display: block;
    margin-right: 20px;
  }
  .download-app .content .app-links a img {
    width: 106px;
  }
  .download-app .image-wrapper {
    bottom: -20px;
  }
  .download-app .image-wrapper .mobileImage {
    width: 254px;
    display: block;
    margin: auto;
  }
  .download-app .image-wrapper .hoi {
    display: none;
  }
}
.service-highlights {
  padding: 45px 0;
  position: relative;
}
.service-highlights::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background/serviceBgLeft.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
}
.service-highlights::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background/serviceBgRight.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: bottom right;
}
.service-highlights .flex-row {
  margin: 0 -5px;
}
.service-highlights .service-item {
  width: 33.33%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
.service-highlights .inner {
  width: 100%;
  position: relative;
  color: var(--white);
}
.service-highlights .inner .service-image img {
  width: 100%;
}
.service-highlights .content {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding: 70px 35px 30px;
  bottom: 0;
}
.service-highlights .content h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  font-family: "Red Hat Text", serif;
  color: var(--white);
}
.service-highlights .content p {
  font-size: 20px;
  line-height: 22px;
  font-family: "Red Hat Text", serif;
  text-align: center;
  margin-bottom: 0;
}
.service-highlights .service-item:first-child .content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #316793 100%);
}
.service-highlights .service-item:nth-child(2) .content {
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FC584C 100%) 0% 0% no-repeat padding-box;
}
.service-highlights .service-item:last-child .content {
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F49660 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 767px) {
  .service-highlights {
    padding: 20px 0;
  }
  .service-highlights::before {
    background-image: url(../images/background/serviceBgLeftmiste.svg);
    width: 213px;
    height: 309px;
    left: -72px;
    top: 110px;
  }
  .service-highlights::after {
    background-image: url(../images/background/serviceBgRightmsite.svg);
    width: 213px;
    height: 309px;
    left: auto;
    bottom: inherit;
    top: 50%;
    right: -100px;
  }
  .service-highlights .flex-row {
    display: block;
  }
  .service-highlights .service-item {
    width: 100%;
    padding: 0;
  }
  .service-highlights .inner {
    width: 80%;
    margin: 0 auto 30px;
  }
  .service-highlights .content {
    padding: 70px 5px 20px;
  }
  .service-highlights .content h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .service-highlights .content p {
    font-size: 20px;
    line-height: 32px;
  }
}
.blogs {
  padding: 50px 0;
  position: relative;
}
.blogs::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background/serviceBgLeft.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
}
.blogs::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background/serviceBgRight.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: bottom right;
}
.blogs .blog-list {
  margin: 0 -15px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.blogs .blog-item {
  width: 33.33%;
  padding: 0 15px;
}
.blogs .blog-item .inner {
  background-color: #F7941D;
  border-radius: 15px;
}
.blogs .blog-item .blog-image img {
  width: 100%;
}
.blogs .blog-item .content {
  padding: 30px 15px 10px 15px;
  text-align: center;
}
.blogs .blog-item .content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  color: var(--primary);
  min-height: 90px;
}
.blogs .blog-item .content .action-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs .blog-item .content .action-button .btn {
  width: 125px;
  height: 29px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .blogs .blog-list {
    margin: 0 -15px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .blogs .blog-item .content h3 {
    min-height: 160px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .blogs .blog-item .content {
    padding: 30px 15px 10px 15px;
    text-align: center;
  }
  .blogs .blog-item .content h3 {
    font-size: 18px;
    line-height: 24px;
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .blogs {
    padding: 25px 0;
  }
  .blogs::before {
    opacity: 0;
  }
  .blogs::after {
    opacity: 0;
  }
  .blogs .blog-list {
    margin: 0;
    overflow: auto;
    width: calc(100% + 15px);
  }
  .blogs .blog-list::-webkit-scrollbar {
    height: 0;
  }
  .blogs .blog-item {
    padding: 0;
    min-width: 80%;
    margin-right: 16px;
  }
  .blogs .blog-item .inner {
    background-color: #F7941D;
    border-radius: 15px;
  }
  .blogs .blog-item .blog-image img {
    width: 100%;
  }
  .blogs .blog-item .content {
    padding: 12px;
    text-align: center;
  }
  .blogs .blog-item .content h3 {
    font-size: 20px;
    line-height: 28px;
    min-height: 115px;
    margin-bottom: 10px;
  }
  .blogs .blog-item .content .action-button {
    margin-top: 20px;
  }
  .blogs .blog-item .content .action-button .btn {
    width: 140px;
    height: 30px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.baggage-service {
  padding: 50px 0 10px;
}
.baggage-service .section__title {
  font-size: 42px;
}
.baggage-service .service-list {
  flex-wrap: wrap;
  margin: 0 -15px;
}
.baggage-service .service-item {
  width: 50%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 40px;
}
.baggage-service .service-item .service-icon {
  margin-bottom: 16px;
}
.baggage-service .service-item h3 {
  color: var(--primary);
  font-family: "Red Hat Text", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.baggage-service .service-item p {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--black);
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .baggage-service {
    padding: 25px 0 10px;
  }
  .baggage-service .section__title {
    font-size: 32px;
  }
  .baggage-service .service-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .baggage-service .service-item .service-icon {
    margin-bottom: 16px;
  }
  .baggage-service .service-item h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .baggage-service .service-item p {
    font-size: 22px;
    line-height: 35px;
  }
}
.search-section {
  position: relative;
  top: -100px;
  z-index: 2;
}
.search-section .search-inner {
  background-color: var(--white);
  padding: 30px 40px;
  border-radius: 15px;
}
.search-section .search-inner.box--shadow {
  box-shadow: 9px 11px 33px rgba(0, 0, 0, 0.1098039216);
}
.search-section .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search-section .nav .nav-item {
  width: 49%;
}
.search-section .nav .nav-item button {
  width: 100%;
  font-family: "Red Hat Text", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: var(--primary);
  background-color: #E2E2E2;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-section .nav .nav-item button.active {
  background-color: var(--primary);
  color: var(--white);
}
.search-section .nav .nav-item button img {
  width: 45px;
  height: auto;
  margin-right: 4px;
}
.search-section .nav .nav-item:last-child .active img {
  filter: invert(1) brightness(1000%);
}
.search-section .tab-options {
  border-bottom: 1px solid var(--black);
  display: flex;
  margin-bottom: 25px;
  display: none;
}
.search-section .tab-options span {
  border-bottom: 3px solid transparent;
  min-width: 120px;
  margin-right: 50px;
  text-align: center;
  position: relative;
  bottom: -2px;
  font-size: 22px;
  color: #AFAFAF;
  cursor: pointer;
}
.search-section .tab-options span.active {
  border-bottom: 3px solid var(--yellow);
  color: var(--primary);
}
.search-section .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-section .search-box .search-box-inner {
  width: calc(100% - 150px);
  border: 2px solid var(--black);
  border-radius: 6px;
  height: 56px;
  font-size: 18px;
  display: flex;
}
.search-section .search-box .search-box-inner input {
  border: 0;
  color: var(--primary);
  height: 52px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.search-section .search-box .search-box-inner input:-moz-read-only {
  color: #AFAFAF;
  background-color: white;
}
.search-section .search-box .search-box-inner input:read-only {
  color: #AFAFAF;
  background-color: white;
}
.search-section .search-box .search-box-inner select {
  border: 0;
  color: var(--primary);
  height: 52px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  background-image: url(../images/icons/arrowDownBlue.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 90%;
}
.search-section .search-box .search-box-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search-section .search-box .search-box-inner .form-controls {
  width: 20%;
  position: relative;
}
.search-section .search-box .search-box-inner .form-controls.type {
  width: 40%;
}
.search-section .search-box .search-box-inner .form-controls::after {
  content: "|";
  position: absolute;
  right: 0px;
  top: 12px;
  color: #AFAFAF;
  z-index: 1;
}
.search-section .search-box .search-box-inner .form-controls:last-child::after {
  display: none;
}
.search-section .search-box .btn {
  height: 56px;
  width: 130px;
}

.content-grid-section {
  background: #214D84;
  position: relative;
}
.content-grid-section::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background/serviceBgLeft.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
}
.content-grid-section::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/background/serviceBgRight.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: bottom right;
}
.content-grid-section .content-grid {
  position: relative;
  z-index: 1;
}
.content-grid-section .content-grid .content-row {
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  margin-top: -50px;
}
.content-grid-section .content-grid .content-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 35px;
}
.content-grid-section .content-grid .content-item .inner {
  color: var(--white);
  text-align: center;
  padding: 35px 20px;
  border-radius: 45px;
  position: relative;
}
.content-grid-section .content-grid .content-item .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-grid-section .content-grid .content-item .inner ul li {
  font-size: 25px;
  line-height: 38px;
  font-family: "Red Hat Text", serif;
  font-weight: normal;
}
.content-grid-section .content-grid .content-item .inner h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  font-family: "Red Hat Text", serif;
  margin-bottom: 35px;
}
.content-grid-section .content-grid .content-item:first-child .inner {
  background: transparent linear-gradient(180deg, #3881A3 0%, rgba(42, 96, 142, 0.8117647059) 100%) 0% 0% no-repeat padding-box;
  background-image: url(../images/WaitTimeTracker.png);
  background-size: cover;
  background-position: center;
}
.content-grid-section .content-grid .content-item:nth-child(2) .inner {
  background: transparent linear-gradient(180deg, #F84F31 0%, rgba(255, 114, 91, 0) 100%) 0% 0% no-repeat padding-box;
  background-image: url(../images/AirPortGuide.png);
  background-size: cover;
  background-position: center;
}
.content-grid-section .content-grid .content-item:nth-child(3) .inner {
  background: transparent linear-gradient(180deg, #FF9155 0%, rgba(122, 76, 44, 0) 100%) 0% 0% no-repeat padding-box;
  background-image: url(../images/ToAirport.png);
  background-size: cover;
  background-position: center;
}
.content-grid-section .content-grid .content-item:nth-child(4) .inner {
  background: transparent linear-gradient(180deg, #AF242B 0%, rgba(237, 28, 37, 0) 100%) 0% 0% no-repeat padding-box;
  background-image: url(../images/DelAirport.png);
  background-size: cover;
  background-position: center;
}
.content-grid-section .content-grid .content-item:nth-child(5) .inner {
  background: transparent linear-gradient(180deg, #3B6C9B 0%, rgba(41, 65, 124, 0) 100%) 0% 0% no-repeat padding-box;
  background-image: url(../images/Booking.png);
  background-size: cover;
  background-position: center;
}
.content-grid-section .content-grid .content-item:last-child .inner {
  background: transparent linear-gradient(180deg, #F99D1C 10%, rgba(42, 96, 142, 0) 100%) 0% 0% no-repeat padding-box;
  background-image: url(../images/QuickHelp.png);
  background-size: cover;
  background-position: center;
}
.content-grid-section .content-grid .content-item .lastUpdate {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.content-grid-section .content-grid .content-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.content-grid-section .content-grid .content-card .content-card-inner {
  width: 50%;
  padding: 0 4px;
}
.content-grid-section .content-grid .content-card .content-card-inner:last-child {
  margin-top: 24px;
  width: 100%;
}
.content-grid-section .content-grid .content-card a.content-card-inner {
  cursor: pointer;
}
.content-grid-section .content-grid .content-card .content-inner {
  background-color: var(--white);
  height: 45px;
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  font-family: "Red Hat Text", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  padding: 0 10px;
}
.content-grid-section .content-grid .content-card .content-inner img {
  margin-right: 5px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .content-grid-section .content-grid .content-item {
    width: 50%;
  }
  .search-section {
    position: relative;
    top: -100px;
    z-index: 2;
  }
  .search-section .search-inner {
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 15px;
  }
  .search-section .search-inner.box--shadow {
    box-shadow: 9px 11px 33px rgba(0, 0, 0, 0.1098039216);
  }
  .search-section .nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .search-section .nav .nav-item {
    width: 49%;
  }
  .search-section .nav .nav-item button {
    width: 100%;
    font-family: "Red Hat Text", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: var(--primary);
    background-color: #E2E2E2;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-section .nav .nav-item button.active {
    background-color: var(--primary);
    color: var(--white);
  }
  .search-section .nav .nav-item button img {
    width: 45px;
    height: auto;
    margin-right: 4px;
  }
  .search-section .tab-options span {
    border-bottom: 3px solid transparent;
    min-width: 120px;
    margin-right: 50px;
    text-align: center;
    position: relative;
    bottom: -2px;
    font-size: 22px;
    color: #AFAFAF;
    cursor: pointer;
  }
  .search-section .tab-options span.active {
    border-bottom: 3px solid var(--yellow);
    color: var(--primary);
  }
  .search-section .search-box .search-box-inner {
    width: calc(100% - 150px);
    border: 2px solid var(--black);
    border-radius: 6px;
    height: 56px;
    font-size: 16px;
    display: flex;
  }
  .search-section .search-box .search-box-inner input {
    padding: 0 5px;
  }
  .search-section .search-box .search-box-inner select {
    padding: 0 5px;
  }
  .search-section .search-box .search-box-inner .form-controls {
    width: 20%;
    position: relative;
  }
  .search-section .search-box .search-box-inner .form-controls.type {
    width: 40%;
  }
  .search-section .search-box .btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .search-section .tab-options span {
    white-space: nowrap;
    font-size: 16px;
  }
  .search-section .search-box {
    display: block;
  }
  .search-section .search-box .search-box-inner {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    border: 0;
    height: auto;
  }
  .search-section .search-box .search-box-inner .form-controls {
    width: calc(50% - 5px);
    border: 1px solid var(--black);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .search-section .search-box .search-box-inner .form-controls input {
    padding: 0 10px;
  }
  .search-section .search-box .search-box-inner .form-controls select {
    background-position: 95%;
  }
  .search-section .search-box .search-box-inner .form-controls.type {
    width: calc(50% - 5px);
  }
  .search-section .search-box .search-box-inner .form-controls::after {
    display: none;
  }
  .search-section .search-box .action-button {
    margin-top: 10px;
  }
  .search-section .search-box .btn {
    height: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search-section {
    top: -70px;
  }
  .search-section .search-inner {
    padding: 14px;
    border-radius: 20px;
  }
  .search-section .nav .nav-item button {
    font-size: 16px;
    height: 53px;
  }
  .search-section .tab-options span {
    white-space: nowrap;
    font-size: 16px;
  }
  .search-section .search-box {
    display: block;
  }
  .search-section .search-box .search-box-inner {
    width: 100%;
    border: 0;
    height: auto;
    display: block;
  }
  .search-section .search-box .search-box-inner .form-controls {
    width: 100%;
    border: 1px solid var(--black);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .search-section .search-box .search-box-inner .form-controls.type {
    width: 100%;
  }
  .search-section .search-box .btn {
    height: 50px;
    width: 100%;
  }
  .content-grid-section .content-grid {
    position: relative;
    z-index: 1;
  }
  .content-grid-section .content-grid .content-row {
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    margin-top: -50px;
  }
  .content-grid-section .content-grid .content-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .content-grid-section .content-grid .content-item .inner {
    border-radius: 20px;
    padding: 15px;
  }
  .content-grid-section .content-grid .content-item .inner ul li {
    font-size: 18px;
    line-height: 27px;
  }
  .content-grid-section .content-grid .content-item .inner h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .content-grid-section .content-grid .content-item .lastUpdate {
    position: static;
    font-size: 16px;
    margin-top: 20px;
    display: block;
  }
  .content-grid-section .content-grid .content-card .content-card-inner {
    margin-top: 15px;
  }
  .content-grid-section .content-grid .content-card .content-card-inner:first-child, .content-grid-section .content-grid .content-card .content-card-inner:nth-child(2) {
    margin-top: 0px;
  }
  .content-grid-section .content-grid .content-card .content-card-inner:last-child {
    margin-top: 15px;
  }
  .content-grid-section .content-grid .content-card .content-inner {
    font-size: 16px;
    height: 40px;
    white-space: nowrap;
  }
  .content-grid-section .content-grid .content-card .content-inner img {
    margin-right: 6px;
    width: 18px;
  }
}
@media screen and (max-width: 480px) {
  .content-grid-section .content-grid .content-item .content-card-inner {
    width: 100%;
    padding: 0 4px;
  }
  .content-grid-section .content-grid .content-item .content-card-inner:nth-child(2) {
    margin-top: 15px;
  }
}
.strip {
  padding: 15px 0;
  background-color: #F7941D;
  background-repeat: no-repeat;
  background-position: top left;
}
.strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strip ul li {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--white);
  margin: 0 15px;
  position: relative;
}
.strip ul li a {
  color: var(--white);
  text-decoration: none;
}
.strip ul li::after {
  position: absolute;
  right: -18px;
  top: 0;
  color: var(--white);
}
.strip ul li:last-child::after {
  display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .strip {
    padding: 25px 0 0;
  }
  .strip ul {
    justify-content: center;
  }
  .strip ul li {
    margin: 0 25px 25px;
  }
}
/* Responsive Styling */
@media (max-width: 767px) {
  .strip {
    padding: 10px 0;
  }
  .strip ul {
    flex-direction: column;
    text-align: center;
  }
  .strip ul li {
    margin: 0;
    border-bottom: 1px #d5811b solid;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .strip ul li::after {
    display: none;
  }
  .strip ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.about-digiyatra {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 30px 0;
}
.about-digiyatra h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 61px;
  letter-spacing: 0;
  color: #F7941D;
  text-align: center;
}
.about-digiyatra p {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
}

.DigiYatra-FAQ {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .about-digiyatra h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .about-digiyatra p {
    font-size: 20px;
    line-height: 32px;
  }
  .about-digiyatra p:last-child {
    margin-bottom: 0;
  }
  .DigiYatra-FAQ.faq {
    padding: 25px 0;
  }
  .DigiYatra-FAQ.faq h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.digiyatra-avail {
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 25px 0;
}
.digiyatra-avail .flex-row {
  justify-content: space-between;
  margin: 0 -15px;
}
.digiyatra-avail .content {
  width: 60%;
  padding: 0 15px;
}
.digiyatra-avail .content h2 {
  font-size: 42px;
  line-height: 47px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: var(--primary);
  text-align: left;
  margin: 0;
}
.digiyatra-avail .content h3 {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: var(--primary);
  text-align: left;
  margin-top: 40px;
}
.digiyatra-avail .content p {
  font-size: 25px;
  line-height: 29px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: var(--black);
  text-align: left;
}
.digiyatra-avail .content p.categories {
  margin-top: 40px;
  line-height: 35px;
}
.digiyatra-avail .content p strong {
  font-weight: bold;
  opacity: 1;
}
.digiyatra-avail .content .points {
  font-weight: bold;
  color: #F7941D;
}
.digiyatra-avail .image-wrapper {
  width: 40%;
  padding: 0 15px;
}
.digiyatra-avail .image-wrapper img {
  width: 100%;
}
.digiyatra-avail .digiyatra-bottom {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .digiyatra-avail {
    padding: 40px 0;
  }
  .digiyatra-avail .flex-row {
    flex-wrap: wrap;
  }
  .digiyatra-avail .content {
    max-width: 100%;
    width: 100%;
  }
  .digiyatra-avail .image-wrapper {
    width: 100%;
    text-align: center;
  }
  .digiyatra-avail .image-wrapper img {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .digiyatra-avail {
    padding: 25px 0;
  }
  .digiyatra-avail .flex-row {
    flex-wrap: wrap;
  }
  .digiyatra-avail .content {
    max-width: 100%;
    width: 100%;
  }
  .digiyatra-avail .content h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .digiyatra-avail .content h3 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 20px;
  }
  .digiyatra-avail .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .digiyatra-avail .image-wrapper {
    width: 100%;
  }
  .digiyatra-avail .image-wrapper img {
    width: 100%;
  }
  .digiyatra-avail .digiyatra-bottom {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.digiyatra-section {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 25px 0 80px;
}
.digiyatra-section .flex-row {
  margin: 0 -15px;
  align-items: flex-end;
}
.digiyatra-section .content {
  width: 55%;
  min-width: 55%;
  padding: 0 15px;
}
.digiyatra-section .content h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: var(--orange);
  text-align: left;
}
.digiyatra-section .content .boardingPass {
  font-size: 90px;
  line-height: 105px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: var(--primary);
  text-align: left;
  margin-bottom: 100px;
}
.digiyatra-section .content .RegisterOnMob {
  font-size: 46px;
  line-height: 54px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  color: var(--black);
  text-align: left;
  margin: 0 0 15px;
}
.digiyatra-section .content p {
  font-size: 25px;
  line-height: 41px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: var(--black);
  text-align: left;
}
.digiyatra-section .image-wrapper {
  width: 45%;
  min-width: 45%;
  padding: 0 15px;
}
.digiyatra-section .image-wrapper img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.digiyatra-section .steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.digiyatra-section .steps .step {
  background-color: var(--primary);
  color: var(--white);
  padding: 20px;
  flex: 1;
  margin: 10px;
  min-width: 220px;
  text-align: center;
  position: relative;
  border: 1px solid #707070;
  border-radius: 20px;
  min-width: 180px;
  text-align: center;
}
.digiyatra-section .steps .step::before {
  content: attr(data-step);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--orange);
  color: var(--white);
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  font-style: normal;
  letter-spacing: 0;
  min-width: 100px;
}
.digiyatra-section .steps .step h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  color: var(--white);
  text-align: center;
  margin: 20px 0px;
  min-height: 120px;
}
.digiyatra-section .steps .step p {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: var(--white);
  text-align: center;
}
.digiyatra-section .steps .step.step-1 {
  background-color: var(--primary);
}
.digiyatra-section .steps .step.step-2 {
  background-color: var(--primary);
}
.digiyatra-section .steps .step.step-3 {
  background-color: var(--primary);
}
.digiyatra-section .steps .step.step-4 {
  background-color: var(--primary);
}

@media screen and (max-width: 1399px) and (min-width: 1201px) {
  .digiyatra-section .content .boardingPass {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .digiyatra-section {
    padding-bottom: 40px;
  }
  .digiyatra-section .flex-row {
    align-items: center;
  }
  .digiyatra-section .content .boardingPass {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .digiyatra-section .content .RegisterOnMob {
    font-size: 40px;
    line-height: 50px;
  }
  .digiyatra-section .image-wrapper img {
    max-width: 100%;
  }
  .digiyatra-section .steps {
    margin-top: 40px;
    gap: 10px;
  }
  .digiyatra-section .steps .step {
    width: calc(50% - 5px);
    flex: initial;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .digiyatra-section {
    padding: 25px 0;
  }
  .digiyatra-section .flex-row {
    display: block;
    flex-wrap: wrap;
  }
  .digiyatra-section .content {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .digiyatra-section .content .RegisterOnMob,
  .digiyatra-section .content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .digiyatra-section .content .RegisterOnMob {
    margin-top: 20px;
  }
  .digiyatra-section .content .boardingPass {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .digiyatra-section .content .text {
    text-align: center;
  }
  .digiyatra-section .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .digiyatra-section .content .image {
    text-align: center;
  }
  .digiyatra-section .image-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .digiyatra-section .steps {
    flex-direction: column;
    margin-top: 30px;
  }
  .digiyatra-section .steps .step {
    margin-bottom: 20px;
  }
  .digiyatra-section .steps .step h3 {
    min-height: initial;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .digiyatra-section .steps .step p {
    font-size: 20px;
    line-height: 32px;
  }
}
.main-content-section {
  background-color: #f1f1f1;
  padding: 35px 0;
  color: var(--primary);
}
.main-content-section h1 {
  font-family: "Red Hat Text", serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0px;
}
.main-content-section p {
  font-family: "Red Hat Text", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
  margin-bottom: 0;
  max-width: 1090px;
}

.content-section.bg-white {
  background-color: var(--white);
  color: var(--black);
  padding: 25px 0;
}
.content-section p {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--black);
  margin-bottom: 0;
}

.text-content-with-image {
  margin: 25px 0;
}
.text-content-with-image .inner {
  background-color: var(--primary);
  padding: 30px;
}
.text-content-with-image .inner .flex-row {
  display: flex;
  justify-content: center;
}
.text-content-with-image .inner .content {
  padding: 0 40px;
  width: 50%;
  min-width: 50%;
}
.text-content-with-image .inner .content h3 {
  color: var(--yellow);
  font-size: 54px;
  margin-bottom: 10px;
  font-weight: 900;
}
.text-content-with-image .inner .content p {
  color: var(--white);
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 27px;
  line-height: 29px;
  letter-spacing: 0px;
}
.text-content-with-image .inner .content .btn {
  font-size: 30px;
}
.text-content-with-image .inner .image {
  width: 50%;
  min-width: 50%;
}
.text-content-with-image .inner .image img {
  width: 100%;
  border-radius: 27px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .text-content-with-image {
    margin: 5px 0 25px;
  }
  .text-content-with-image .inner {
    background-color: var(--primary);
    padding: 20px;
  }
  .text-content-with-image .inner .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-content-section {
    padding: 25px 0;
  }
  .main-content-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .main-content-section p {
    font-size: 22px;
    line-height: 35px;
  }
  .content-section p {
    font-size: 22px;
    line-height: 35px;
  }
  .text-content-with-image {
    margin: 5px 0 25px;
  }
  .text-content-with-image .inner {
    background-color: var(--primary);
    padding: 20px;
  }
  .text-content-with-image .inner .flex-row {
    flex-wrap: wrap;
  }
  .text-content-with-image .inner .content {
    padding: 0 0px;
    width: 100%;
    min-width: 100%;
  }
  .text-content-with-image .inner .content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .text-content-with-image .inner .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .text-content-with-image .inner .image {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
  .text-content-with-image .inner .image img {
    width: 100%;
    border-radius: 27px;
  }
}
.contact-bar {
  background-color: var(--orange);
  color: var(--primary);
  padding: 20px 0;
  margin-bottom: 50px;
}
.contact-bar h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  margin-bottom: 14px;
}
.contact-bar p {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
}
.contact-bar p:last-child {
  margin-bottom: 0;
}
.contact-bar .flex-row {
  margin: 0 -15px;
}
.contact-bar .flex-row .contact-item {
  padding: 0 15px;
}
.contact-bar .flex-row .contact-item:first-child {
  width: 55%;
  position: relative;
  padding-right: 30px;
}
.contact-bar .flex-row .contact-item:first-child::after {
  content: "";
  height: 90px;
  width: 3px;
  background-color: var(--primary);
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-bar .flex-row .contact-item:last-child {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .contact-bar {
    padding: 25px 0;
  }
  .contact-bar h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .contact-bar p {
    font-size: 22px;
    line-height: 35px;
  }
  .contact-bar .flex-row {
    flex-wrap: wrap;
  }
  .contact-bar .flex-row .contact-item:first-child {
    width: 100%;
    position: relative;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .contact-bar .flex-row .contact-item:first-child::after {
    display: none;
  }
  .contact-bar .flex-row .contact-item:last-child {
    width: 100%;
  }
}
.service-bar {
  background-color: var(--orange);
  padding: 30px 0;
  color: var(--black);
}
.service-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.service-bar ul li {
  font-family: "Red Hat Text", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
  color: var(--black);
  margin: 0 17px;
  position: relative;
}
.service-bar ul li a {
  color: var(--black);
}
.service-bar ul li::after {
  content: "|";
  position: absolute;
  right: -23px;
  top: -2px;
}
.service-bar ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .service-bar ul li {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .service-bar {
    padding: 25px 0;
  }
  .service-bar ul li {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-bar {
    padding: 25px 0;
  }
  .service-bar ul {
    display: block;
  }
  .service-bar ul li {
    font-size: 22px;
    line-height: 35px;
    margin: 0;
    border-bottom: 1px var(--black) solid;
    padding: 6px 0;
  }
  .service-bar ul li::after {
    opacity: 0;
  }
  .service-bar ul li:first-child {
    padding-top: 0;
  }
  .service-bar ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.delivery-service {
  padding: 10px 0 0;
}
.delivery-service .section__title {
  font-size: 42px;
}
.delivery-service .service-table .table-header {
  height: 80px;
  background-color: var(--orange);
  color: var(--primary);
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
}
.delivery-service .service-table .table-header .flex-row {
  align-items: center;
  height: 80px;
}
.delivery-service .service-table .table-header .flex-row .item:first-child {
  min-width: 250px;
  position: relative;
}
.delivery-service .service-table .table-header .flex-row .item:last-child {
  flex: 1;
  padding-left: 50px;
}
.delivery-service .service-table .table-body {
  background: #F1F1F1;
}
.delivery-service .service-table .table-body .table-row {
  display: flex;
  min-height: 85px;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
}
.delivery-service .service-table .table-body .table-row:last-child {
  border-bottom: none;
}
.delivery-service .service-table .table-body .table-row .item:first-child {
  min-width: 250px;
  position: relative;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  max-width: 250px;
  padding-right: 20px;
  color: var(--primary);
  position: relative;
}
.delivery-service .service-table .table-body .table-row .item:first-child::after {
  content: "";
  height: 55px;
  width: 3px;
  background-color: var(--primary);
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.delivery-service .service-table .table-body .table-row .item:last-child {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--black);
  flex: 1;
  padding-left: 50px;
}
.delivery-service .delivery-form {
  padding: 30px 0 50px;
}
.delivery-service .delivery-form .delivery-form-inner {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 25px;
}
.delivery-service .delivery-form .flex-row {
  margin: 0 -25px;
  margin-bottom: 20px;
}
.delivery-service .delivery-form .flex-row:first-child {
  margin-bottom: 30px;
}
.delivery-service .delivery-form .flex-row:first-child .form-controls {
  width: 25%;
}
.delivery-service .delivery-form .flex-row .form-controls {
  padding: 0 25px;
  width: 100%;
}
.delivery-service .delivery-form .flex-row .form-controls .form-element {
  background: #E2E2E2;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  border: 0;
  color: rgba(0, 0, 0, 0.2);
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  padding: 0 10px;
}
.delivery-service .delivery-form .flex-row .form-controls label {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--black);
  margin-left: 10px;
  display: inline;
}
.delivery-service .delivery-form .flex-row .action-button {
  margin-top: 30px;
}
.delivery-service .delivery-form .note {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--black);
  margin-bottom: 20px;
}
.delivery-service .delivery-form .color-primary {
  border: 0;
  padding: 0;
}
.delivery-service .delivery-form .color-primary .note {
  color: var(--primary);
}

@media screen and (max-width: 767px) {
  .delivery-service {
    padding: 0px;
  }
  .delivery-service .section__title {
    font-size: 32px;
  }
  .delivery-service .section__subTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .delivery-service .service-table .table-header {
    height: auto;
    padding: 20px 0;
    font-family: "Red Hat Text", serif;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .delivery-service .service-table .table-header .flex-row {
    height: auto;
  }
  .delivery-service .service-table .table-header .flex-row .item {
    width: 50%;
    min-width: 50%;
  }
  .delivery-service .service-table .table-header .flex-row .item:first-child {
    width: 50%;
    min-width: 50%;
  }
  .delivery-service .service-table .table-header .flex-row .item:last-child {
    padding-left: 0px;
    width: 50%;
    min-width: 50%;
  }
  .delivery-service .service-table .table-body {
    background: #F1F1F1;
  }
  .delivery-service .service-table .table-body .table-row {
    padding: 20px 0;
  }
  .delivery-service .service-table .table-body .table-row .item {
    width: 50%;
    min-width: 50%;
  }
  .delivery-service .service-table .table-body .table-row .item:first-child {
    width: 50%;
    min-width: 50%;
    font-size: 18px;
    line-height: 26px;
  }
  .delivery-service .service-table .table-body .table-row .item:first-child::after {
    display: none;
  }
  .delivery-service .service-table .table-body .table-row .item:last-child {
    border-bottom: none;
    font-size: 18px;
    padding-left: 0;
    line-height: 26px;
  }
  .delivery-service .service-table .table-body .table-row:last-child {
    border-bottom: none;
  }
  .delivery-service .delivery-form {
    width: 100%;
    padding-bottom: 25px;
  }
  .delivery-service .delivery-form .delivery-form-inner {
    padding: 15px;
  }
  .delivery-service .delivery-form .note {
    font-size: 20px;
    line-height: 32px;
  }
}
.benefits-section .benefit-header {
  background-color: var(--primary);
  padding-top: 60px;
}
.benefits-section .header {
  text-align: center;
  margin-bottom: 50px;
}
.benefits-section .header h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0px;
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
}
.benefits-section .header .note {
  font-size: 23px;
  color: var(--white);
  line-height: 28px;
}
.benefits-section .nav-tabs {
  justify-content: center;
  border-bottom: 2px solid var(--white);
  justify-content: space-between;
}
.benefits-section .nav-tabs li {
  width: 32%;
  font-size: 21px;
}
.benefits-section .nav-tabs .nav-item .nav-link {
  background: none;
  color: var(--white);
  font-weight: bold;
  border: none;
  padding: 12px 15px;
  transition: all 0.3s ease;
  height: 100%;
}
.benefits-section .nav-tabs .nav-item .nav-link:hover, .benefits-section .nav-tabs .nav-item .nav-link.active {
  background: var(--white);
  color: var(--primary);
  border-radius: 20px 20px 0 0;
}
.benefits-section .tab-content {
  padding: 20px;
  border-radius: 10px;
  margin-top: -1px;
}
.benefits-section .step-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px -15px;
  background: var(--white);
  padding: 0px;
  text-align: left;
  color: var(--black);
}
.benefits-section .step-content .video-container {
  min-width: 50%;
  width: 50%;
  padding: 0 15px;
}
.benefits-section .step-content .video-container img {
  max-width: 100%;
  border-radius: 10px;
}
.benefits-section .step-content .video-container video {
  width: 100%;
  width: 100%;
  height: auto;
}
.benefits-section .step-content .text-content {
  min-width: 50%;
  width: 50%;
  font-size: 25px;
  line-height: 57px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: var(--black);
  text-align: left;
  padding: 0 15px;
}
.benefits-section .step-content .text-content .steps {
  list-style: none;
  margin-bottom: 0;
}
.benefits-section .step-content .text-content .steps li {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 37px;
  display: flex;
  align-items: center;
}
.benefits-section .step-content .text-content .steps li:last-child {
  margin-bottom: 0;
}
.benefits-section .step-content .text-content .steps li::before {
  content: "•";
  font-size: 22px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .benefits-section .heading {
    padding: 0;
  }
  .benefits-section .benefit-header {
    padding: 25px 0;
  }
  .benefits-section .header {
    margin-bottom: 20px;
  }
  .benefits-section .header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .benefits-section .header .note {
    font-size: 20px;
    line-height: 32px;
  }
  .benefits-section .nav-tabs {
    border-bottom: 0;
  }
  .benefits-section .nav-tabs li {
    width: 100%;
    text-align: center;
  }
  .benefits-section .nav-tabs li .nav-link {
    width: 100%;
    border-radius: 20px;
  }
  .benefits-section .nav-tabs li .nav-link.active {
    border-radius: 20px !important;
  }
  .benefits-section .tab-content {
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
  }
  .benefits-section .step-content {
    flex-wrap: wrap;
  }
  .benefits-section .step-content .video-container {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .benefits-section .step-content .text-content {
    padding-left: 0;
    width: 100%;
    min-width: 100%;
  }
  .benefits-section .step-content .text-content .steps li {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
  }
}
.digiyatra-thanku {
  background-color: var(--orange);
  padding: 35px 0px;
}
.digiyatra-thanku .flex-row {
  justify-content: space-between;
  margin: 0 -15px;
}
.digiyatra-thanku .content {
  max-width: 50%;
  min-width: 50%;
  padding: 0 15px;
}
.digiyatra-thanku .content h2 {
  font-size: 41px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0px;
  color: var(--white);
  text-align: left;
}
.digiyatra-thanku .content p {
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: var(--white);
  text-align: left;
}
.digiyatra-thanku .content .note {
  margin-top: 60px;
}
.digiyatra-thanku .image-wrapper {
  max-width: 50%;
  min-width: 50%;
  padding: 0 15px;
}
.digiyatra-thanku .image-wrapper img {
  width: 100%;
}

@media (max-width: 767px) {
  .digiyatra-thanku {
    padding: 25px 0;
    margin-top: 30px;
  }
  .digiyatra-thanku .flex-row {
    flex-wrap: wrap;
  }
  .digiyatra-thanku .flex-row .content {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .digiyatra-thanku .flex-row .content h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .digiyatra-thanku .flex-row .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .digiyatra-thanku .flex-row .image-wrapper {
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .digiyatra-thanku .flex-row .image-wrapper img {
    width: 100%;
  }
}
.flyer-tips {
  background-color: #002C61;
  padding: 40px 20px;
  text-align: center;
}
.flyer-tips .container {
  max-width: 80%;
  margin: 0 auto;
}
.flyer-tips .title {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  line-height: 47px;
  color: #FBAD18;
  margin-bottom: 10px;
}
.flyer-tips .description {
  font-size: 25px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .flyer-tips {
    padding: 25px 0px;
  }
  .flyer-tips .title {
    font-size: 32px;
    line-height: 40px;
  }
  .flyer-tips .description {
    font-size: 20px;
  }
}
.prm-flytips-grid {
  background-color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
}
.prm-flytips-grid .diamond-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.prm-flytips-grid .diamond-grid .row {
  display: flex;
  justify-content: center;
  gap: 58px;
}
.prm-flytips-grid .diamond-grid .diamond {
  width: 175px;
  height: 175px;
  background-color: #DDDDDD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002C61;
  font-weight: bold;
  transform: rotate(45deg);
  position: relative;
  border-radius: 21px;
  transition: all 0.3s ease-in-out;
}
.prm-flytips-grid .diamond-grid .diamond.oneLine .text {
  top: 80px;
  left: 40px;
}
.prm-flytips-grid .diamond-grid .diamond.orange {
  background-color: #F7941D;
  border-radius: 21px;
  color: #FFFFFF;
}
.prm-flytips-grid .diamond-grid .diamond .number {
  margin: 0px 0px 0px -72px;
  transform: rotate(-45deg);
  font-size: 36px;
  line-height: 41px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: left;
  display: flex;
  justify-content: center;
  position: relative;
  left: 18px;
  top: -20px;
}
.prm-flytips-grid .diamond-grid .diamond .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: -webkit-center;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: -13px;
  margin: auto;
}
.prm-flytips-grid .diamond-grid .diamond:hover {
  background-color: #d97a08;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .prm-flytips-grid {
    padding: 25px 15px;
  }
  .prm-flytips-grid .diamond-grid {
    margin: 0;
  }
  .prm-flytips-grid .diamond-grid .diamond .number {
    display: none;
  }
  .prm-flytips-grid .diamond-grid .diamond {
    transform: none;
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }
  .prm-flytips-grid .diamond-grid .diamond .text {
    position: static;
    transform: none;
  }
  .prm-flytips-grid .diamond-grid .diamond.orange {
    border-radius: 10px;
  }
  .prm-flytips-grid .diamond-grid .row {
    margin-bottom: 15px;
    gap: 15px;
  }
  .prm-flytips-grid .diamond-grid .row:last-child {
    margin-bottom: 0;
  }
  .prm-flytips-grid .content-block {
    flex-direction: column;
    text-align: center;
  }
  .prm-flytips-grid .content-block .image {
    max-width: 100%;
  }
  .prm-flytips-grid .content-block .content {
    padding-left: 0;
  }
}

.prm-planing-grid {
  background-color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
}
.prm-planing-grid .title {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  color: #002C61;
  margin-bottom: 20px;
}
.prm-planing-grid .content-block {
  align-items: center;
  background-color: #F7941D;
  border: 14px solid #F7941D;
  border-radius: 15px;
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.prm-planing-grid .content-block .image {
  flex: 1;
  border-bottom: 14px solid #F7941D;
}
.prm-planing-grid .content-block .image img {
  width: 100%;
}
.prm-planing-grid .content-block .content {
  flex: 2;
  text-align: left;
}
.prm-planing-grid .content-block .content .content-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
}
.prm-planing-grid .content-block .content .content-text {
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.prm-planing-grid .content-block .content .highlight-text {
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .prm-planing-grid {
    padding: 20px 0;
  }
  .prm-planing-grid .title {
    font-size: 32px;
    line-height: 39px;
  }
  .prm-planing-grid .content-block {
    flex-direction: column;
    text-align: center;
  }
  .prm-planing-grid .content-block:last-child {
    margin-bottom: 0;
  }
  .prm-planing-grid .content-block .image img {
    min-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .prm-planing-grid .content-block .content {
    flex: 2;
    padding-left: 0;
    text-align: left;
  }
  .prm-planing-grid .content-block .content .content-title {
    font-size: 28px;
    line-height: 35px;
  }
  .prm-planing-grid .content-block .content .content-text {
    font-size: 20px;
    line-height: 26px;
  }
  .prm-planing-grid .content-block .content .highlight-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.baggage-info {
  background-color: #FFFFFF;
  padding: 22px;
  text-align: center;
}
.baggage-info .Info-block {
  padding: 40px 20px;
  text-align: center;
  background-color: #F1F1F1;
  border-radius: 15px;
}
.baggage-info .info-bar {
  background-color: #002C61;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.baggage-info .info-bar h2 {
  margin: 0;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 25px;
  padding: 8px 0;
}
.baggage-info .info-box {
  color: #FFFFFF;
  padding: 30px 20px 0px;
  border-radius: 15px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 39px;
  border-bottom: 5px solid #002c61;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.baggage-info .info-box p {
  max-width: 650px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #002C61;
  text-align: left;
}
.baggage-info .info-box .cta-btn {
  background-color: #002c61;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 0;
  font-size: 25px;
}
.baggage-info .info-box .info-image img {
  width: 100%;
  margin: 4px 3px 0px 12px;
}
.baggage-info .section-title {
  margin-top: 30px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #003974;
  text-align: center;
}
.baggage-info .section-description {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
}
.baggage-info .baggage-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.baggage-info .baggage-categories .baggage-item {
  flex: 1;
  min-width: 300px;
  /* background-color: #FFFFFF; */
  /* border: 4px solid #F7941D; */
  border-radius: 15px;
  /* padding: 15px; */
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #F7941D;
  border-radius: 15px;
}
.baggage-info .baggage-categories .baggage-item img {
  width: 100%;
  border-radius: 15px;
  height: 235px;
}
.baggage-info .baggage-categories .baggage-item h4 {
  margin-top: 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
.baggage-info .baggage-categories .baggage-item p {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  margin: 20px;
}
.baggage-info .footer-note {
  margin-top: 20px;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: left;
}
.baggage-info .footer-note a {
  color: #002C61;
  font-weight: bold;
  text-decoration: none;
}
.baggage-info .footer-note a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .baggage-info .info-box {
    flex-direction: column;
    text-align: center;
  }
  .baggage-info .info-box .info-image {
    max-width: 100%;
  }
  .baggage-info .baggage-categories {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .baggage-info {
    padding: 25px 0;
  }
  .baggage-info .Info-block {
    padding: 20px;
  }
  .baggage-info .info-box {
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }
  .baggage-info .info-box p {
    font-size: 20px;
    line-height: 26px;
  }
  .baggage-info .section-title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 35px;
  }
  .baggage-info .section-description {
    font-size: 20px;
    margin-top: 20px;
    line-height: 26px;
  }
  .baggage-info .baggage-categories .baggage-item h4 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
  }
  .baggage-info .baggage-categories .baggage-item p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 15px 15px;
  }
}
.airport-info {
  background-color: #FFFFFF;
  padding: 40px 20px 0;
  text-align: center;
}
.airport-info .title {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  color: #002C61;
  margin-bottom: 20px;
}
.airport-info .content-block {
  align-items: center;
  background-color: #F7941D;
  border: 14px solid #F7941D;
  border-radius: 15px;
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.airport-info .content-block .image {
  flex: 1;
  border-bottom: 14px solid #F7941D;
}
.airport-info .content-block .image img {
  width: 100%;
}
.airport-info .content-block .contentEgate {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  opacity: 1;
  padding: 12px;
  color: #002C61;
  text-align: left;
  letter-spacing: 0;
  margin-top: 14px;
}
.airport-info .content-block .contentEgate .content-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #003974;
  text-align: left;
}
.airport-info .content-block .contentEgate p {
  font-size: 25px;
  line-height: 30px;
}
.airport-info .content-block .content {
  text-align: left;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  opacity: 1;
  padding: 12px;
  color: #002C61;
  text-align: left;
  letter-spacing: 0;
}
.airport-info .content-block .content p {
  font-size: 25px;
  line-height: 28px;
}
.airport-info .content-block .content .content-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #003974;
  text-align: left;
}
.airport-info .content-block .content .content-text {
  color: #000000;
  margin-bottom: 10px;
  border-bottom: 14px solid #F7941D;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
}
.airport-info .content-block .content .highlight-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
}
@media (max-width: 767px) {
  .airport-info .content-block {
    flex-direction: column;
    text-align: center;
  }
  .airport-info .content-block .image {
    max-width: 100%;
  }
}
.airport-info .immigration-warning {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #FF1546;
  text-align: center;
  margin: 0;
}
.airport-info .immigration-warning a {
  color: #FF1546;
}

@media (max-width: 767px) {
  .airport-info {
    padding: 25px 0;
  }
  .airport-info .title {
    font-size: 32px;
    line-height: 40px;
  }
  .airport-info .content-block .content .content-title {
    font-size: 26px;
    line-height: 32px;
  }
  .airport-info .content-block .contentEgate .content-title {
    font-size: 26px;
    line-height: 32px;
  }
  .airport-info .content-block .content p {
    font-size: 20px;
    line-height: 26px;
  }
  .airport-info .content-block .contentEgate p {
    font-size: 25px;
    line-height: 30px;
  }
  .airport-info .immigration-warning {
    font-size: 20px;
    line-height: 26px;
  }
}
.prm-sec {
  background-color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
}
.prm-sec .title {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  color: #002C61;
  margin-bottom: 20px;
}
.prm-sec .content-block {
  align-items: center;
  background-color: #002C61;
  border: 14px solid #002C61;
  border-radius: 15px;
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.prm-sec .content-block .image {
  flex: 1;
  border-bottom: 14px solid #002C61;
}
.prm-sec .content-block .image img {
  width: 100%;
}
.prm-sec .content-block .content {
  flex: 2;
  text-align: left;
}
.prm-sec .content-block .content .content-title {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #F7941D;
  text-align: center;
}
.prm-sec .content-block .content .content-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.prm-sec .content-block .content .content-disc {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin: 22px 0px 22px 0px;
}
.prm-sec .content-block .content .content-disc:last-child {
  margin-bottom: 0;
}
.prm-sec .content-block .content .content-disc h3 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #003974;
  text-align: center;
}
.prm-sec .content-block .content .content-disc p {
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
}
.prm-sec .content-block .content .highlight-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .prm-sec.first-flyer {
    padding: 25px 0;
  }
  .prm-sec.first-flyer .content-block {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }
  .prm-sec.first-flyer .content-block .image {
    max-width: 100%;
    min-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .prm-sec.first-flyer .content-block .image img {
    min-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    width: 100%;
  }
  .prm-sec.first-flyer .content-block .content {
    padding-left: 0;
  }
  .prm-sec.first-flyer .content-block .content .content-title {
    font-size: 26px;
    line-height: 32px;
  }
  .prm-sec.first-flyer .content-block .content .content-disc {
    font-size: 20px;
    line-height: 26px;
  }
  .prm-sec.first-flyer .content-block .content .content-disc h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.Facilities {
  background-color: #FFFFFF;
  padding: 22px;
  text-align: center;
}
.Facilities .content {
  background: #F1F1F1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /* Converted hex with opacity */
  border-radius: 12px;
  padding: 22px;
}
.Facilities .content .content-title {
  letter-spacing: 0px;
  color: #002C61;
  text-align: left;
  font-size: 42px;
  line-height: 49px;
}
.Facilities .content .content-text {
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  font-size: 25px;
  line-height: 38px;
  font-weight: normal;
  list-style-type: none;
  padding: 0;
}
.Facilities .content .content-text strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .Facilities.first-flyer {
    padding: 25px 0;
  }
  .Facilities.first-flyer .content {
    padding: 20px;
  }
  .Facilities.first-flyer .content .content-title {
    font-size: 32px;
    line-height: 40px;
  }
  .Facilities.first-flyer .content .content-text {
    font-size: 20px;
    line-height: 26px;
  }
  .Facilities.first-flyer .content .content-text strong {
    font-weight: 600;
  }
}
.immigration {
  background-color: #FFFFFF;
  padding: 25px 0;
  text-align: center;
}
.immigration .content-grid {
  display: flex;
}
.immigration .title {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  font-family: "NewsSector Amplitude", sans-serif;
  color: #002C61;
  margin-bottom: 20px;
}
.immigration .content-block {
  align-items: center;
  background-color: #F7941D;
  border: 14px solid #F7941D;
  border-radius: 15px;
  padding: 0px;
  margin: 0 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.immigration .content-block .content {
  flex: 2;
  text-align: left;
}
.immigration .content-block .content .content-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-weight: normal;
}
.immigration .content-block .content .highlight-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.immigration .right {
  background-color: #002C61;
  border: 14px solid #002C61;
  width: 50%;
}
.immigration .right .image {
  flex: 1;
}
.immigration .right .image img {
  width: 100%;
  margin-bottom: 8px;
}
.immigration .right .content-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #F7941D;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 19px;
}
.immigration .right .content-title .subtitle {
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
}
.immigration .left {
  background-color: #F7941D;
  border: 14px solid #F7941D;
  width: 50%;
}
.immigration .left .image {
  flex: 1;
}
.immigration .left .image img {
  width: 100%;
  margin-bottom: 8px;
}
.immigration .left .content-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 19px;
}
.immigration .left .content-title .subtitle {
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .immigration .content-grid {
    flex-wrap: wrap;
  }
  .immigration .title {
    font-size: 32px;
  }
  .immigration .content-block {
    margin: 0;
  }
  .immigration .content-block .content {
    flex: 2;
    text-align: left;
  }
  .immigration .content-block .content .content-text {
    font-size: 20px;
    line-height: 26px;
  }
  .immigration .content-block .content .highlight-text {
    font-size: 20px;
    line-height: 26px;
  }
  .immigration .right {
    width: 100%;
    margin-top: 15px;
  }
  .immigration .right .content-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .immigration .right .content-title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .immigration .left {
    width: 100%;
  }
  .immigration .left .content-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .immigration .left .content-title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.download-app_gray {
  background-color: #DDDDDD;
  padding: 35px 0 0;
  overflow: hidden;
}
.download-app_gray .flex-row {
  justify-content: space-between;
}
.download-app_gray .content {
  max-width: 700px;
  padding-bottom: 30px;
}
.download-app_gray .content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 68px;
  line-height: 82px;
  letter-spacing: 0px;
  color: #002C61;
  text-align: left;
}
.download-app_gray .content p {
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
}
.download-app_gray .content p.categories {
  margin-top: 40px;
  letter-spacing: 0px;
  color: #000000;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
}
.download-app_gray .content .app-links {
  margin-top: 60px;
  display: flex;
}
.download-app_gray .content .app-links a {
  display: block;
  margin-right: 20px;
}
.download-app_gray .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: -71px;
}
.download-app_gray .image-wrapper .mobileImage {
  width: 322px;
}
.download-app_gray .image-wrapper .hoi {
  width: 92px;
  margin-right: 25px;
  margin-top: 231px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .download-app .image-wrapper {
    bottom: -120px;
  }
  .download-app .image-wrapper .mobileImage {
    width: 100%;
    display: block;
    margin: auto;
  }
  .download-app .image-wrapper .hoi {
    display: none;
  }
}
.special_assistance {
  padding: 22px;
}
.special_assistance .special-assistance {
  color: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  margin: auto;
  background: #002C61;
  border-radius: 15px;
}
.special_assistance .special-assistance .title {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 42px;
  line-height: 49px;
}
.special_assistance .special-assistance p {
  font-size: 25px;
  line-height: 28px;
  text-align: left;
  letter-spacing: NaNpx;
  opacity: 1;
}
.special_assistance .special-assistance .highlight {
  color: #F7941D;
  /* Orange color for highlighted text */
  font-weight: bold;
}

@media (max-width: 767px) {
  .special_assistance {
    padding: 20px 0;
  }
  .special_assistance .special-assistance .title {
    font-size: 32px;
    line-height: 40px;
  }
  .special_assistance .special-assistance p {
    font-size: 20px;
    line-height: 26px;
  }
}
.traveling-with-kids .section-title {
  color: var(--unnamed-color-002c61);
  text-align: center;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0px;
  color: #002C61;
  font-weight: bold;
}
.traveling-with-kids .description {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  font-size: 25px;
  line-height: 28px;
}
.traveling-with-kids .content-block {
  background: var(--unnamed-color-002c61) 0% 0% no-repeat padding-box;
  background: #002C61 0% 0% no-repeat padding-box;
  border-radius: 14px;
  padding: 12px;
}
.traveling-with-kids .image img {
  width: 100%;
  background: transparent url("img/Rectangle-703.png") 0% 0% no-repeat padding-box;
  border-radius: 14px;
}
.traveling-with-kids .sub-title {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 12px;
  color: var(--unnamed-color-f7941d);
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #F7941D;
}
.traveling-with-kids .service-item {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}
.traveling-with-kids .service-item p {
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
}
.traveling-with-kids .service-item .highlight {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-25)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-frutiger);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: #F7941D;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 600;
}
.traveling-with-kids .highlight-text {
  text-align: center;
  letter-spacing: 0px;
  font-size: 35px;
  line-height: 40px;
  color: #F7941D;
  margin: 20px 0 60px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .traveling-with-kids .section-title {
    font-size: 32px;
    line-height: 40px;
  }
  .traveling-with-kids .description {
    font-size: 20px;
    line-height: 26px;
  }
  .traveling-with-kids .sub-title {
    font-size: 26px;
    line-height: 35px;
  }
  .traveling-with-kids .service-item p {
    font-size: 20px;
    line-height: 26px;
  }
  .traveling-with-kids .service-item p:last-child {
    margin-bottom: 0;
  }
  .traveling-with-kids .highlight-text {
    font-size: 28px;
    line-height: 35px;
    margin: 20px 0 30px;
  }
}
.help-support {
  background: var(--unnamed-color-002c61) 0% 0% no-repeat padding-box;
  background: #002C61 0% 0% no-repeat padding-box;
  padding: 30px 0;
}
.help-support .section-title {
  color: var(--unnamed-color-ffffff);
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 42px;
  line-height: 49px;
}
.help-support .support-grid {
  display: flex;
}
.help-support .support-grid .support-item {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137), 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 14px;
  width: 100%;
  margin: 9px;
  padding: 22px;
}
.help-support .support-grid .support-item .highlight {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-25)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-frutiger);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-f7941d);
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #F7941D;
}
.help-support .support-grid .support-item p {
  color: var(--unnamed-color-000000);
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}

@media (max-width: 767px) {
  .help-support {
    padding: 25px 0;
  }
  .help-support .section-title {
    font-size: 32px;
    line-height: 37px;
  }
  .help-support .support-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .help-support .support-grid .support-item {
    margin: 0px 0 15px;
    padding: 20px;
  }
  .help-support .support-grid .support-item:last-child {
    margin-bottom: 0;
  }
  .help-support .support-grid .support-item .highlight {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
  }
  .help-support .support-grid .support-item p {
    font-size: 20px;
  }
}
.parkFly-content {
  position: relative;
  margin-top: -100px;
  margin-bottom: 50px;
}
.parkFly-content .parkFly-content-inner {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 50px 0;
  text-align: center;
}
.parkFly-content .parkFly-content-inner .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-top: 30px;
  padding: 0 30px;
}
.parkFly-content .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 22px -20px;
  justify-content: space-between;
}
.parkFly-content .services-list .service {
  width: 343px;
  padding: 0px 13px;
}
.parkFly-content .services-list .service .inner {
  background-color: var(--yellow);
  border-radius: 15px;
  color: var(--primary);
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.footer {
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 50px;
}
.footer .flex-row {
  align-items: flex-start;
  margin: 0 -15px;
}
.footer .footer-column {
  width: 23.33%;
  padding: 0 15px;
}
.footer .footer-column:first-child {
  width: 30%;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-logo img {
  width: 100%;
  max-width: 300px;
}
.footer h3 {
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  margin-bottom: 20px;
  pointer-events: none;
}
.footer p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  max-width: 300px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  font-weight: normal;
  font-size: 22px;
  line-height: 46px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
}
.footer ul li a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer ul li a:hover {
  opacity: 0.85;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer .bottom-row {
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom-row .footer-column:first-child {
  width: 40%;
}
.footer .bottom-row .footer-column + .footer-column {
  width: 60%;
}
.footer .bottom-row .contact-us {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 174px;
  height: 57px;
  background: var(--orange);
  border-radius: 29px;
  padding: 10px;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.footer .bottom-row .contact-us:hover {
  opacity: 0.85;
}
.footer .bottom-row .old-link {
  margin-top: 5px;
}
.footer .bottom-row .old-link a {
  font-size: 20px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.footer .bottom-row .old-link a:hover {
  opacity: 0.85;
  color: cyan;
}
.footer .bottom-row .social-icons {
  display: flex;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.footer .bottom-row .social-icons img {
  height: 24px;
  width: auto;
  margin-left: 15px;
  display: block;
}
.footer .bottom-row .subscribe-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer .bottom-row .subscribe-form h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  width: 100%;
  max-width: 530px;
}
.footer .bottom-row .subscribe-form h3::after {
  display: none;
}
.footer .bottom-row .subscribe-form .subscribe {
  position: relative;
  max-width: 530px;
  width: 100%;
}
.footer .bottom-row .subscribe-form .subscribe input[type=email] {
  width: 100%;
  padding: 8px 15px;
  border: none;
  height: 59px;
  background: #D9D9D9;
  border-radius: 15px;
  font-size: 25px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  color: var(--primary);
}
.footer .bottom-row .subscribe-form .subscribe .btn--subscribe {
  width: 170px;
  height: 43px;
  background: var(--orange);
  border-radius: 9px;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 8px;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.footer .bottom-row .subscribe-form .subscribe .btn--subscribe:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1400px) and (min-width: 1281px) {
  .footer h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .footer h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 0 50px;
  }
  .footer .flex-row {
    display: block;
  }
  .footer .footer-column {
    width: 100%;
    padding: 0 15px;
  }
  .footer .footer-column:first-child {
    width: 100%;
  }
  .footer .footer-logo {
    margin-bottom: 17px;
  }
  .footer .footer-logo img {
    max-width: 260px;
  }
  .footer h3 {
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--white);
    position: relative;
    pointer-events: initial;
  }
  .footer h3::after {
    position: absolute;
    right: 5px;
    width: 18px;
    height: 15px;
    background-image: url(../images/icons/arrowDown.svg);
    top: 15px;
    background-size: cover;
    content: "";
  }
  .footer p {
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
    font-weight: normal;
  }
  .footer ul {
    display: none;
  }
  .footer ul li {
    font-weight: normal;
    font-size: 22px;
    line-height: 46px;
    font-family: "Red Hat Text", serif;
    letter-spacing: 0px;
  }
  .footer ul li a {
    color: var(--white);
    transition: all 0.3s ease-in-out;
  }
  .footer ul li a:hover {
    opacity: 0.85;
  }
  .footer ul li:last-child {
    margin-bottom: 0;
  }
  .footer .bottom-row {
    margin-top: 60px;
  }
  .footer .bottom-row .footer-column {
    width: 100% !important;
  }
  .footer .bottom-row .footer-column + .footer-column {
    width: 100% !important;
  }
  .footer .bottom-row .contact-us {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 174px;
    height: 57px;
    background: var(--orange);
    border-radius: 29px;
    padding: 10px;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    font-family: "Red Hat Text", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
  }
  .footer .bottom-row .contact-us:hover {
    opacity: 0.85;
  }
  .footer .bottom-row .social-icons {
    font-size: 21px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .footer .bottom-row .subscribe-form {
    margin-top: 60px;
  }
  .footer .bottom-row .subscribe-form h3 {
    margin-bottom: 15px;
    line-height: 1.2;
    width: 100%;
    font-size: 22px;
    max-width: 100%;
    border: 0;
  }
  .footer .bottom-row .subscribe-form .subscribe {
    max-width: 100%;
  }
  .footer .bottom-row .subscribe-form .subscribe input[type=email] {
    font-size: 18px;
  }
  .footer .bottom-row .subscribe-form .subscribe .btn--subscribe {
    font-size: 18px;
    width: 130px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .footer .bottom-row .social-icons {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .footer .bottom-row .social-icons .socialbn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer {
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 50px;
}
.footer .flex-row {
  align-items: flex-start;
  margin: 0 -15px;
}
.footer .footer-column {
  width: 23.33%;
  padding: 0 15px;
}
.footer .footer-column:first-child {
  width: 30%;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-logo img {
  width: 100%;
  max-width: 300px;
}
.footer h3 {
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  margin-bottom: 20px;
  pointer-events: none;
}
.footer p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  max-width: 300px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  font-weight: normal;
  font-size: 22px;
  line-height: 46px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
}
.footer ul li a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer ul li a:hover {
  opacity: 0.85;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer .bottom-row {
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom-row .footer-column:first-child {
  width: 40%;
}
.footer .bottom-row .footer-column + .footer-column {
  width: 60%;
}
.footer .bottom-row .contact-us {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 174px;
  height: 57px;
  background: var(--orange);
  border-radius: 29px;
  padding: 10px;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.footer .bottom-row .contact-us:hover {
  opacity: 0.85;
}
.footer .bottom-row .old-link {
  margin-top: 5px;
}
.footer .bottom-row .old-link a {
  font-size: 20px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.footer .bottom-row .old-link a:hover {
  opacity: 0.85;
  color: cyan;
}
.footer .bottom-row .social-icons {
  display: flex;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.footer .bottom-row .social-icons img {
  height: 24px;
  width: auto;
  margin-left: 15px;
  display: block;
}
.footer .bottom-row .subscribe-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer .bottom-row .subscribe-form h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  width: 100%;
  max-width: 530px;
}
.footer .bottom-row .subscribe-form h3::after {
  display: none;
}
.footer .bottom-row .subscribe-form .subscribe {
  position: relative;
  max-width: 530px;
  width: 100%;
}
.footer .bottom-row .subscribe-form .subscribe input[type=email] {
  width: 100%;
  padding: 8px 15px;
  border: none;
  height: 59px;
  background: #D9D9D9;
  border-radius: 15px;
  font-size: 25px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  color: var(--primary);
}
.footer .bottom-row .subscribe-form .subscribe .btn--subscribe {
  width: 170px;
  height: 43px;
  background: var(--orange);
  border-radius: 9px;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 8px;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.footer .bottom-row .subscribe-form .subscribe .btn--subscribe:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1400px) and (min-width: 1281px) {
  .footer h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .footer h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 0 50px;
  }
  .footer .flex-row {
    display: block;
  }
  .footer .footer-column {
    width: 100%;
    padding: 0 15px;
  }
  .footer .footer-column:first-child {
    width: 100%;
  }
  .footer .footer-logo {
    margin-bottom: 17px;
  }
  .footer .footer-logo img {
    max-width: 260px;
  }
  .footer h3 {
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--white);
    position: relative;
    pointer-events: initial;
  }
  .footer h3::after {
    position: absolute;
    right: 5px;
    width: 18px;
    height: 15px;
    background-image: url(../images/icons/arrowDown.svg);
    top: 15px;
    background-size: cover;
    content: "";
  }
  .footer p {
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
    font-weight: normal;
  }
  .footer ul {
    display: none;
  }
  .footer ul li {
    font-weight: normal;
    font-size: 22px;
    line-height: 46px;
    font-family: "Red Hat Text", serif;
    letter-spacing: 0px;
  }
  .footer ul li a {
    color: var(--white);
    transition: all 0.3s ease-in-out;
  }
  .footer ul li a:hover {
    opacity: 0.85;
  }
  .footer ul li:last-child {
    margin-bottom: 0;
  }
  .footer .bottom-row {
    margin-top: 60px;
  }
  .footer .bottom-row .footer-column {
    width: 100% !important;
  }
  .footer .bottom-row .footer-column + .footer-column {
    width: 100% !important;
  }
  .footer .bottom-row .contact-us {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 174px;
    height: 57px;
    background: var(--orange);
    border-radius: 29px;
    padding: 10px;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    font-family: "Red Hat Text", serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
  }
  .footer .bottom-row .contact-us:hover {
    opacity: 0.85;
  }
  .footer .bottom-row .social-icons {
    font-size: 21px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .footer .bottom-row .subscribe-form {
    margin-top: 60px;
  }
  .footer .bottom-row .subscribe-form h3 {
    margin-bottom: 15px;
    line-height: 1.2;
    width: 100%;
    font-size: 22px;
    max-width: 100%;
    border: 0;
  }
  .footer .bottom-row .subscribe-form .subscribe {
    max-width: 100%;
  }
  .footer .bottom-row .subscribe-form .subscribe input[type=email] {
    font-size: 18px;
  }
  .footer .bottom-row .subscribe-form .subscribe .btn--subscribe {
    font-size: 18px;
    width: 130px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .footer .bottom-row .social-icons {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .footer .bottom-row .social-icons .socialbn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.faq {
  background-color: var(--white);
  padding: 50px 0;
}
.faq .accordion {
  border: 0;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  padding: 20px 0 0;
}
.faq h2,
.faq h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  letter-spacing: 0px;
  color: var(--primary);
  text-align: left;
  display: block;
}
.faq .section__title {
  text-align: center;
}
.faq .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--black);
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  padding: 0 22px;
}
.faq .accordion-item:last-child {
  margin-bottom: 0;
  border: 0;
}
.faq .accordion-item .accordion-button {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 20px;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--primary);
  text-align: left;
}
.faq .accordion-button::after {
  background-image: url(../images/icons/Arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  background-size: contain;
  background-position: center;
}
.faq .accordion-button[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.faq .accordion-body {
  padding: 0 0 20px;
  font-size: 24px;
  line-height: 44px;
  color: var(--black);
  text-align: left;
  letter-spacing: 0px;
}

.faqlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqlist li {
  margin-bottom: 10px;
  color: #595959;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.faqlist li:last-child {
  margin-bottom: 0;
}

.faq.Greet-Services-Faq {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .faq {
    padding: 25px 0;
  }
  .faq .accordion {
    border: 0;
  }
  .faq .accordion-item {
    margin-bottom: 15px;
  }
  .faq .accordion-button::after {
    width: 12px;
  }
  .faq h2,
  .faq h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .faq .accordion-body {
    font-size: 20px;
    line-height: 28px;
  }
  .faq .accordion-item .accordion-button {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .faq.Greet-Services-Faq {
    padding: 25px 0;
  }
}
.full-width-image {
  width: 100%;
}
.full-width-image .image {
  overflow: hidden;
  position: relative;
}
.full-width-image .image img {
  width: 100%;
  border-radius: 16px;
}
.full-width-image .image h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}

@media (max-width: 767px) {
  .full-width-image {
    width: 100%;
  }
  .full-width-image .image {
    overflow: hidden;
    position: relative;
  }
  .full-width-image .image img {
    width: 100%;
    border-radius: 16px;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .full-width-image .image h3 {
    font-size: 26px;
    line-height: 34px;
    left: 20px;
  }
}
.prm-section {
  padding: 50px 0;
}
.prm-section .prm-list {
  display: flex;
  margin: 31px -20px;
}
.prm-section .prm-list .prm-list-item {
  padding: 0 20px;
  width: 33.33%;
}
.prm-section .prm-list .inner {
  width: 100%;
  background-color: var(--primary);
  border-radius: 14px;
  padding: 20px;
  position: relative;
}
.prm-section .prm-list .inner img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prm-section .prm-list .inner .content {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
.prm-section .prm-list .inner .content h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--white);
  text-align: left;
  opacity: 1;
  text-align: center;
}

.prm-details {
  padding: 50px 0;
}
.prm-details .prm-detail-item {
  margin-bottom: 35px;
}
.prm-details .prm-detail-item.text--center {
  text-align: center;
}
.prm-details .prm-detail-item.text--center p {
  text-align: center;
}
.prm-details .prm-detail-item:last-child {
  margin-bottom: 0;
}
.prm-details .prm-detail-item h2 {
  font-family: "Red Hat Text", serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 15px;
}
.prm-details .prm-detail-item ul,
.prm-details .prm-detail-item ol {
  margin-bottom: 16px;
}
.prm-details .prm-detail-item ul li,
.prm-details .prm-detail-item ol li {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
}
.prm-details .prm-detail-item ul li:last-child,
.prm-details .prm-detail-item ol li:last-child {
  margin-bottom: 0;
}
.prm-details .prm-detail-item ul li a,
.prm-details .prm-detail-item ol li a {
  text-decoration: underline;
  color: var(--primary);
}
.prm-details .prm-detail-item p {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--black);
  text-align: left;
  opacity: 1;
}
.prm-details .prm-detail-item.color-primary p,
.prm-details .prm-detail-item.color-primary ul li,
.prm-details .prm-detail-item.color-primary ol li {
  color: var(--primary);
}
.prm-details .prm-detail-item.color-primary p:last-child {
  margin-bottom: 0;
}
.prm-details .prm-table {
  border: 1px solid var(--primary);
  margin-top: 40px;
}
.prm-details .prm-table .prm-item {
  width: 33.33%;
}
.prm-details .prm-table .prm-header .prm-item {
  background-color: var(--primary);
  color: var(--white);
  font-family: "Red Hat Text", serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  letter-spacing: 0px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2b507c;
}
.prm-details .prm-table .prm-detail {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--black);
  text-align: center;
  align-items: initial;
  background: var(--white);
}
.prm-details .prm-table .prm-detail .prm-item {
  padding: 30px;
  border-right: 1px solid #2b507c;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prm-details .prm-table .prm-detail .prm-item:last-child {
  border-right: 0;
}
.prm-details .prm-table .prm-detail strong {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.prm-details.bg--gray {
  background: #EDEDED;
}
.prm-details.bg--gray .prm-table {
  border-color: var(--black);
}
.prm-details.bg--gray .prm-table .prm-detail .prm-item {
  border-color: var(--black);
}
.prm-details.Book-Assistance {
  padding-bottom: 25px;
}

.prm-details-grid {
  margin-top: 20px;
}
.prm-details-grid .Exceptions {
  font-size: 25px;
  line-height: 28px;
  color: #000;
  text-align: center;
  margin: 15px 0 40px;
  display: block;
}
.prm-details-grid:last-child {
  margin-bottom: 60px;
}
.prm-details-grid .inner {
  background-color: var(--primary);
  border-radius: 14px;
  padding: 20px;
}
.prm-details-grid .image {
  margin-bottom: 10px;
}
.prm-details-grid .image img {
  width: 100%;
  border-radius: 14px;
}
.prm-details-grid .grid-header {
  background-color: var(--white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--orange);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.prm-details-grid .detail-inner {
  background-color: var(--white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 20px;
}
.prm-details-grid .grid-subtitle {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #003974;
  text-align: center;
  margin-bottom: 15px;
}
.prm-details-grid ul li {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--black);
}

.special-assistance {
  position: relative;
  margin-top: -190px;
  margin-bottom: 50px;
}
.special-assistance .special-assistance-inner {
  background-color: var(--primary);
  border-radius: 20px;
  padding: 30px 20px 0;
  text-align: center;
}
.special-assistance .special-assistance-inner .title {
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--yellow);
  margin-bottom: 15px;
}
.special-assistance .special-assistance-inner .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--white);
  opacity: 1;
  margin-bottom: 30px;
}
.special-assistance .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.special-assistance .services-list.justify-center {
  justify-content: center;
}
.special-assistance .services-list .service {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.special-assistance .services-list .service .inner {
  background-color: var(--yellow);
  border-radius: 15px;
  color: var(--black);
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.special-assistance .services-list .service .inner .service-icon {
  margin-right: 10px;
}

.special-assistance-prm .special-assistance .services-list .service .inner {
  font-size: 25px;
  padding: 12px 8px;
}
.special-assistance-prm .special-assistance .services-list .service .inner .service-icon {
  margin-right: 5px;
}
.special-assistance-prm .section__title {
  font-size: 40px;
}
.special-assistance-prm .prm-details .prm-table .prm-detail strong {
  font-size: 30px;
  line-height: 35px;
}

@media (max-width: 1400px) and (min-width: 991px) {
  .special-assistance .special-assistance-inner .services-list {
    margin: 0 -10px;
  }
  .special-assistance .special-assistance-inner .services-list .service {
    padding: 0 10px;
  }
  .special-assistance .special-assistance-inner .services-list .service .inner {
    padding: 12px 10px;
    min-height: 100%;
  }
  .special-assistance .special-assistance-inner .services-list .service .inner .service-icon {
    margin-right: 5px;
  }
  .special-assistance-prm .special-assistance .services-list .service .inner {
    font-size: 22px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .special-assistance .services-list .service {
    width: 50%;
    margin-bottom: 15px;
  }
  .prm-section .prm-list {
    flex-wrap: wrap;
  }
  .prm-section .prm-list .prm-list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .prm-section .prm-list .prm-list-item:last-child {
    margin-bottom: 0;
  }
  .prm-section .prm-list .inner img {
    height: 200px;
  }
  .prm-details .prm-table .prm-item {
    width: 100%;
  }
  .prm-details .prm-table .prm-header {
    font-size: 32px;
    line-height: 40px;
  }
  .prm-details .prm-table .prm-header .prm-item {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .prm-details-grid#HandBaggage .image,
  .prm-details-grid#CheckedInBaggage .image {
    margin-bottom: 15px;
  }
  .prm-details-grid#HandBaggage .grid-header,
  .prm-details-grid#CheckedInBaggage .grid-header {
    margin-bottom: 15px;
  }
  .prm-details-grid#HandBaggage .inner,
  .prm-details-grid#CheckedInBaggage .inner {
    display: flex;
    flex-direction: column;
  }
  .prm-details-grid#HandBaggage .inner .detail-inner,
  .prm-details-grid#CheckedInBaggage .inner .detail-inner {
    min-height: inherit;
    flex: 1;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .special-assistance {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .special-assistance .special-assistance-inner {
    border-radius: 20px;
    padding: 20px;
  }
  .special-assistance .special-assistance-inner .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .special-assistance .special-assistance-inner .subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .special-assistance .services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .special-assistance .services-list .service {
    width: 100%;
    margin-bottom: 15px;
  }
  .special-assistance .services-list .service .inner {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-section {
    padding: 25px 0;
  }
  .prm-section .prm-list {
    flex-wrap: wrap;
    margin: 25px -20px 0;
  }
  .prm-section .prm-list .prm-list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .prm-section .prm-list .inner img {
    height: 300px;
  }
  .prm-section .prm-list .inner .content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .prm-details {
    padding: 25px 0;
  }
  .prm-details.Book-Assistance {
    padding-bottom: 25px;
  }
  .prm-details .prm-detail-item {
    margin-bottom: 25px;
  }
  .prm-details .prm-detail-item:last-child {
    margin-bottom: 0;
  }
  .prm-details .prm-detail-item p:last-child {
    margin-bottom: 0;
  }
  .prm-details .prm-detail-item h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .prm-details .prm-detail-item ul,
  .prm-details .prm-detail-item ol {
    margin-bottom: 16px;
  }
  .prm-details .prm-detail-item ul li,
  .prm-details .prm-detail-item ol li {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-details .prm-detail-item p {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-details .prm-table {
    border: 1px solid var(--primary);
    margin-top: 10px;
  }
  .prm-details .prm-table .prm-item {
    width: 100%;
  }
  .prm-details .prm-table .prm-header {
    display: none;
  }
  .prm-details .prm-table .prm-detail {
    font-size: 20px;
    line-height: 32px;
    flex-wrap: wrap;
  }
  .prm-details .prm-table .prm-detail .prm-item {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--primary);
  }
  .prm-details .prm-table .prm-detail .prm-item:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .prm-details .prm-table .prm-detail .prm-item:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
  }
  .prm-details .prm-table .prm-detail strong {
    margin-bottom: 10px;
  }
  .prm-details-grid {
    margin-top: 20px;
  }
  .prm-details-grid:last-child {
    margin-bottom: 60px;
  }
  .prm-details-grid .inner {
    background-color: var(--primary);
    border-radius: 14px;
    padding: 20px;
  }
  .prm-details-grid .image {
    margin-bottom: 10px;
  }
  .prm-details-grid .image img {
    width: 100%;
    border-radius: 14px;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .prm-details-grid .grid-header {
    font-size: 26px;
    line-height: 34px;
  }
  .prm-details-grid .grid-subtitle {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-details-grid ul li,
  .prm-details-grid ol li {
    font-size: 20px;
    line-height: 32px;
  }
  .special-assistance-prm .special-assistance .services-list .service .inner {
    font-size: 20px;
    line-height: 32px;
  }
  .special-assistance-prm .special-assistance .services-list .service .inner .service-icon {
    margin-right: 10px;
  }
  .special-assistance-prm .section__title {
    font-size: 32px;
  }
  .special-assistance-prm .prm-details .prm-table .prm-detail strong {
    font-size: 20px;
    line-height: 32px;
  }
}
.shop-grid-section {
  position: relative;
  margin-top: -100px;
  padding-bottom: 20px;
}
.shop-grid-section .inner {
  padding: 30px 55px;
  background-color: var(--white);
  border-radius: 20px;
}
.shop-grid-section .inner p {
  color: var(--black);
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
}
.shop-grid-section .inner .filter-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-grid-section .inner .filter-container .filter-btn {
  padding: 5px 40px;
  border: none;
  background: #F0F0F0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 8px;
  color: var(--primary);
  font-weight: 500;
  font-size: 22px;
}
.shop-grid-section .inner .filter-container .filter-btn.active {
  background: var(--primary);
  color: var(--white);
}
.shop-grid-section .inner .filter-container .filter-btn:hover {
  background: var(--primary);
  color: var(--white);
}
.shop-grid-section .inner .filter-container .dropdown {
  padding: 5px;
  border: none;
  background: #E0E0E0;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: var(--primary);
  height: 45px;
}

.category-container {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.category-container .category-btn {
  padding: 10px;
  border: none;
  background: #F0F0F0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--primary);
  font-weight: 500;
  margin: 0 5px 10px;
}
.category-container .category-btn.active {
  background-color: var(--orange);
  color: var(--white);
}
.category-container .category-btn:hover {
  background-color: var(--orange);
  color: var(--white);
}

.brand-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1160px;
  margin: 60px auto 0;
}
.brand-container .brand-card {
  width: 25%;
  padding: 0 15px;
}
.brand-container .brand-card .brand-card-inner {
  background: #DDDDDD;
  border-radius: 12px;
  padding: 15px 10px;
  text-align: center;
  max-width: 220px;
  margin: 0 auto 30px;
}
.brand-container img {
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  max-width: 100%;
}
.brand-container .brand-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 8px 8px 0;
  font-size: 14px;
  color: var(--primary);
  flex-wrap: wrap;
}
.brand-container .brand-name {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--primary);
  width: 100%;
  margin-bottom: 5px;
}
.brand-container .tag {
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 6px;
  background: white;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-right: 5px;
}

.experience-section {
  margin-bottom: 50px;
  margin-top: 50px;
}
.experience-section .inner {
  background: #F1F1F1;
  border-radius: 15px;
  padding: 30px;
}
.experience-section h2 {
  margin-bottom: 10px;
}
.experience-section p {
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  max-width: 780px;
  margin: 0 auto 20px;
}
.experience-section .feedbackrow {
  width: 100%;
}
.experience-section .feedbackrow .feedbacksubscribe {
  position: relative;
  width: 100%;
}
.experience-section .feedbackrow input[type=text] {
  width: 100%;
  padding: 8px 15px;
  border: none;
  height: 59px;
  background: #FFFFFF;
  border-radius: 15px;
  font-size: 25px;
  line-height: 28px;
  color: var(--primary);
}
.experience-section .feedbackrow .btn--subscribe {
  width: 170px;
  height: 43px;
  background: var(--primary);
  border-radius: 9px;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 8px;
  border: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .brand-container {
    margin: 20px auto 0;
  }
  .brand-container .brand-card {
    width: 33.33%;
  }
  .brand-container .brand-card .brand-card-inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shop-grid-section {
    margin-top: 25px;
  }
  .shop-grid-section .inner {
    padding: 0px 0 20px;
  }
  .shop-grid-section .inner p {
    font-size: 20px;
    line-height: 32px;
  }
  .shop-grid-section .inner .filter-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shop-grid-section .inner .filter-container .filter-btn {
    padding: 5px 20px;
    font-size: 18px;
  }
  .shop-grid-section .inner .filter-container::-webkit-scrollbar {
    height: 0;
  }
  .shop-grid-section .inner .filter-container .dropdown {
    min-width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  .category-container {
    overflow: auto;
  }
  .category-container::-webkit-scrollbar {
    height: 0;
  }
  .brand-container {
    margin: 30px auto 0;
  }
  .brand-container .brand-card {
    width: 50%;
  }
  .brand-container .brand-card .brand-card-inner {
    margin-bottom: 30px;
  }
  .brand-container img {
    width: 100%;
    height: auto;
  }
  .brand-container .brand-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px;
    font-size: 14px;
    color: var(--primary);
  }
  .brand-container .brand-name {
    font-size: 18px;
  }
  .experience-section {
    margin: 20px 0;
  }
  .experience-section .inner {
    padding: 20px;
  }
  .experience-section h2 {
    margin-bottom: 10px;
  }
  .experience-section p {
    font-size: 20px;
    line-height: 32px;
  }
  .experience-section .feedbackrow {
    width: 100%;
  }
  .experience-section .feedbackrow .feedbacksubscribe {
    position: relative;
    width: 100%;
  }
  .experience-section .feedbackrow input[type=text] {
    width: 100%;
    font-size: 14px;
  }
  .experience-section .feedbackrow .btn--subscribe {
    width: auto;
    font-size: 16px;
    height: auto;
    padding: 6px 20px;
  }
}
.flight-list {
  margin-top: -70px;
}
.flight-list .flightdetailtable {
  border-collapse: separate;
  border-spacing: 0 6px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 45px;
  color: var(--black);
}
.flight-list thead {
  background-color: #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}
.flight-list thead th {
  padding: 12px;
  text-align: left;
  border: none;
}
.flight-list thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.flight-list thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.flight-list thead tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}
.flight-list thead tr:last-child th:last-child {
  border-bottom-right-radius: 8px;
}
.flight-list tbody tr {
  background-color: #f9f9f9;
  transition: background 0.3s;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}
.flight-list tbody td {
  padding: 12px;
  border: 1px solid #ccc;
  position: relative;
}
.flight-list tbody td.flight-number img {
  height: 25px;
}
.flight-list tbody td.flight-number span {
  display: block;
  margin-top: 5px;
}
.flight-list tr td:first-child,
.flight-list tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.flight-list tr td:last-child,
.flight-list tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.info-banner {
  background: #F0F0F0;
  opacity: 1;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 16px;
}
.info-banner h3 {
  text-align: center;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  font-size: 42px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 47px;
}
.info-banner p {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}

.disclaimer {
  padding: 0 30px;
  margin-bottom: 50px;
}
.disclaimer h4 {
  font-size: 25px;
  line-height: 30px;
  color: var(--black);
  font-weight: 900;
}
.disclaimer p {
  color: var(--black);
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .content-grid-section-live-flight .search-section {
    top: 0;
    margin-top: 20px;
  }
  .flight-list {
    margin-top: 25px;
  }
  .flight-list .flightdetailtable {
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .flight-list .flightdetailtable thead {
    display: none;
  }
  .flight-list tbody tr {
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
  }
  .flight-list tbody tr:last-child {
    margin-bottom: 0;
  }
  .flight-list tbody tr td {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0 !important;
  }
  .flight-list tbody tr td.flight-details {
    justify-content: center;
  }
  .flight-list tbody tr td.flight-details::before {
    display: none;
  }
  .flight-list tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
  }
  .info-banner {
    padding: 20px;
    margin-bottom: 25px;
  }
  .info-banner h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .info-banner p {
    font-size: 20px;
    line-height: 32px;
  }
  .disclaimer {
    padding: 0px;
    margin-bottom: 25px;
  }
  .disclaimer h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .disclaimer p {
    font-size: 20px;
    line-height: 32px;
  }
}
.contactus-bannerContent {
  background: var(--primary);
  padding: 30px 0;
}
.contactus-bannerContent h1 {
  font-weight: 900;
  font-size: 66px;
  line-height: 1;
  color: var(--yellow);
  margin-bottom: 5px;
}
.contactus-bannerContent p {
  font-size: 25px;
  line-height: 29px;
  color: var(--white);
}
.contactus-bannerContent p strong {
  font-size: 30px;
  display: block;
}
.contactus-bannerContent p:last-child {
  margin-bottom: 0;
}

.contact-details {
  padding: 40px 0;
  background: #F1F1F1;
}
.contact-details .section__title {
  font-size: 42px;
}
.contact-details .info-row {
  display: flex;
  margin-bottom: 20px;
  margin: 0 -15px 40px;
}
.contact-details .info-row .info-coloum:last-child {
  width: 40%;
  padding-left: 5%;
}
.contact-details .info-row .info-coloum a {
  color: var(--primary);
  text-decoration: underline;
}
.contact-details .info-row .info-coloum:first-child {
  width: 60%;
  position: relative;
  padding: 0 15px;
  padding-right: 30px;
}
.contact-details .info-row .info-coloum:first-child::after {
  content: "";
  height: 90px;
  width: 3px;
  background-color: var(--primary);
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-details .info-row .info-coloum h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
  color: var(--primary);
  margin-bottom: 10px;
}
.contact-details .info-row .info-coloum p {
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  font-style: normal;
  color: var(--primary);
}
.contact-details .contact-grid .flex-row {
  margin: 0 -30px;
  flex-wrap: wrap;
}
.contact-details .contact-grid .flex-row .grid-item {
  width: 50%;
  position: relative;
  padding: 0 30px;
}
.contact-details .contact-grid .flex-row .grid-item:last-child {
  width: 100%;
  margin-top: 50px;
}
.contact-details .contact-grid .box {
  background-color: var(--orange);
  padding: 30px 20px;
  border-radius: 14px;
  color: var(--white);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 260px;
  max-width: 70%;
}
.contact-details .contact-grid .box h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  font-style: normal;
  color: var(--primary);
}
.contact-details .contact-grid .box p {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--primary);
  word-wrap: break-word;
}
.contact-details .contact-grid .box a {
  color: var(--primary);
}
.contact-details .contact-grid .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 315px;
  width: 100%;
  border-radius: 9px;
  position: relative;
}
.contact-details .contact-grid .inner.imagebox1 {
  background-image: url(../images/contact_us/image1.png);
}
.contact-details .contact-grid .inner.imagebox2 {
  background-image: url(../images/contact_us/image2.png);
}
.contact-details .contact-grid .inner.imagebox3 {
  background-image: url(../images/contact_us/image3.png);
}

.contact-content-section {
  padding: 40px 0px;
}
.contact-content-section .note {
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
  color: var(--primary);
  margin-bottom: 0;
}

.contact-card-details {
  padding: 0px 0 60px;
}
.contact-card-details .flex-row {
  margin: 0 -40px;
  align-items: initial;
}
.contact-card-details .flex-row .contact-card {
  width: 50%;
  padding: 0 40px;
}
.contact-card-details .flex-row .contact-card .inner {
  border: 1px solid var(--primary);
}
.contact-card-details .flex-row .card-header {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  padding: 0 10px;
  height: 140px;
  display: flex;
  align-items: center;
  color: var(--white);
  justify-content: center;
}
.contact-card-details .flex-row .card-body {
  background: var(--white);
  border: 1px solid var(--primary);
  height: 250px;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-style: normal;
  color: var(--black);
  text-align: center;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.contact-card-details .flex-row .card-body p {
  margin-bottom: 0;
}
.contact-card-details .flex-row .card-body p a {
  color: var(--primary);
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .contact-details {
    padding: 40px 0;
    background: #F1F1F1;
  }
  .contact-details .info-row {
    display: flex;
    margin-bottom: 20px;
    margin: 0 -15px 40px;
  }
  .contact-details .info-row .info-coloum:last-child {
    width: 35%;
    padding-left: 5%;
  }
  .contact-details .info-row .info-coloum:first-child {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .contact-details .contact-grid .flex-row {
    margin: 0 0px;
  }
  .contact-details .contact-grid .box {
    min-width: 85%;
    padding: 20px;
  }
  .contact-details .contact-grid .box h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-details .contact-grid .box p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .contactus-bannerContent {
    padding: 25px 0;
  }
  .contactus-bannerContent h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .contactus-bannerContent p {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-details {
    padding: 25px 0;
  }
  .contact-details .section__title {
    font-size: 32px;
  }
  .contact-details .info-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin: 0 -15px 30px;
  }
  .contact-details .info-row .info-coloum:last-child {
    width: 100%;
    padding: 0 15px;
  }
  .contact-details .info-row .info-coloum:first-child {
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .contact-details .info-row .info-coloum:first-child::after {
    display: none;
  }
  .contact-details .info-row .info-coloum h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .contact-details .info-row .info-coloum p {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-details .contact-grid .flex-row {
    margin: 0 -30px;
    flex-wrap: wrap;
  }
  .contact-details .contact-grid .flex-row .grid-item {
    width: 100%;
    position: relative;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .contact-details .contact-grid .flex-row .grid-item:last-child {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .contact-details .contact-grid .box {
    background-color: var(--orange);
    padding: 30px 20px;
    border-radius: 14px;
    color: var(--white);
    position: relative;
    left: 0px;
    top: 0%;
    transform: none;
    min-height: initial;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .contact-details .contact-grid .box h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .contact-details .contact-grid .box p {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-details .contact-grid .inner {
    border-radius: 0px;
    position: relative;
    background-image: none !important;
    height: auto;
  }
  .contact-content-section {
    padding: 25px 0px;
  }
  .contact-content-section .note {
    font-size: 22px;
    line-height: 32px;
  }
  .contact-card-details {
    padding: 0px 0 20px;
  }
  .contact-card-details .flex-row {
    margin: 0 -40px;
    align-items: initial;
    flex-wrap: wrap;
  }
  .contact-card-details .flex-row .contact-card {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .contact-card-details .flex-row .contact-card .inner {
    border: 1px solid var(--primary);
  }
  .contact-card-details .flex-row .card-header {
    font-size: 26px;
    line-height: 34px;
    height: 100px;
  }
  .contact-card-details .flex-row .card-body {
    font-size: 20px;
    line-height: 32px;
    height: auto;
    padding: 20px 0;
  }
}
.porter-content {
  position: relative;
  margin-top: -100px;
  margin-bottom: 0px;
}
.porter-content .porter-content-inner {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 20px 0;
  text-align: center;
}
.porter-content .porter-content-inner .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-bottom: 30px;
}
.porter-content .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.porter-content .services-list .service {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.porter-content .services-list .service .inner {
  background-color: #dddddd;
  border-radius: 15px;
  color: var(--primary);
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.porter-content .services-list .service .inner.bg--yellow {
  background-color: var(--yellow);
}
.porter-content .services-list .service .inner:hover {
  background-color: var(--primary);
  color: var(--white);
}

.porterservice::before {
  display: none;
}
.porterservice::after {
  display: none;
}
.porterservice .section__title {
  font-size: 33px;
  line-height: 40px;
}
.porterservice .blog-list {
  margin: 0 -15px;
  position: relative;
  z-index: 1;
  align-items: initial;
}
.porterservice .blog-item {
  width: 33.33%;
  padding: 0 15px;
}
.porterservice .blog-item .inner {
  background-color: var(--yellow);
  border-radius: 15px;
  min-height: 100%;
}
.porterservice .blog-item .blog-image {
  padding: 15px;
}
.porterservice .blog-item .blog-image img {
  width: 100%;
}
.porterservice .blog-item .content {
  text-align: center;
  padding: 5px 20px 20px;
}
.porterservice .blog-item .content h3 {
  font-family: "Red Hat Text", serif;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  color: var(--white);
  min-height: inherit;
}
.porterservice .blog-item .content p {
  font-family: "Red Hat Text", serif;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 0;
}

.portal-table {
  width: 100%;
  margin-top: 50px;
}
.portal-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.portal-table table th,
.portal-table table td {
  border: 1px solid var(--white);
  padding: 20px 12px;
  text-align: center;
  color: var(--white);
  font-size: 18px;
}
.portal-table table th a,
.portal-table table td a {
  color: var(--white);
  display: inline-block;
}
.portal-table table thead {
  background-color: var(--primary);
  color: var(--white);
}
.portal-table table thead th {
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}
.portal-table table tbody tr {
  background-color: var(--primary);
}
.portal-table table tbody tr td p {
  margin: 5px 0;
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .porter-content .park-fly .services-list .service .inner {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .porter-content .services-list {
    justify-content: center;
  }
  .porter-content .services-list .service {
    width: 50%;
    margin-bottom: 15px;
  }
  .porter-content .services-list .service:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .porter-content {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .porter-content .porter-content-inner {
    background-color: var(--white);
    border-radius: 20px;
    padding: 30px 0px 0;
    text-align: center;
  }
  .porter-content .porter-content-inner .subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .porter-content .services-list .service {
    width: 100%;
    margin-bottom: 15px;
  }
  .porterservice .section__title {
    font-size: 32px;
    line-height: 40px;
  }
  .porterservice .blog-list {
    margin: 0;
  }
  .porterservice .blog-item {
    padding: 0px;
  }
  .porterservice .blog-item .content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .porterservice .blog-item .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .portal-table {
    width: 100%;
    margin-top: 20px;
  }
  .portal-table table {
    width: 100%;
    margin-bottom: 20px;
  }
  .portal-table table thead {
    display: none;
  }
  .portal-table table tbody tr {
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
  }
  .portal-table table tbody tr td:first-child {
    justify-content: center;
  }
  .portal-table table tbody tr td:first-child::before {
    display: none;
  }
  .portal-table table tbody tr:last-child {
    margin-bottom: 0;
  }
  .portal-table table tbody tr td {
    width: 100%;
    display: flex;
    border-radius: 0 !important;
    text-align: left;
    font-size: 16px;
  }
  .portal-table table tbody tr td.flight-details {
    justify-content: center;
  }
  .portal-table table tbody tr td.flight-details::before {
    display: none;
  }
  .portal-table table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    min-width: 50%;
    width: 50%;
  }
}
.porterpage {
  display: flex;
  justify-content: space-evenly;
  gap: 25px;
}
.porterpage .service {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}
.porterpage .service.active {
  background-color: #232B66;
}
.porterpage .service.active a {
  color: #FFFFFF;
}
.porterpage .service a {
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #002C61;
  opacity: 1;
}
.porterpage .service a .service-text {
  text-align: center;
  padding: 10px 30px;
}

@media (max-width: 768px) {
  .porterpage {
    flex-direction: column;
    align-items: center;
  }
}
.waitTime-content {
  position: relative;
  margin-top: -100px;
  margin-bottom: 20px;
}
.waitTime-content .waitTime-content-inner {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 50px 0;
  text-align: center;
}
.waitTime-content .waitTime-content-inner .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-top: 30px;
  padding: 0 30px;
}
.waitTime-content .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: space-between;
}
.waitTime-content .services-list .service {
  width: auto;
  padding: 0 20px;
}
.waitTime-content .services-list .service .inner {
  background-color: var(--yellow);
  border-radius: 15px;
  color: var(--primary);
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  font-family: "Red Hat Text", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.waitTime-table h2 {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 33px;
  line-height: 38px;
}

.timeTracker-details h2 {
  font-size: 33px;
  line-height: 38px;
  max-width: 850px;
  margin: 0 auto 40px;
}

.waitTime-works {
  padding: 50px 0;
}
.waitTime-works .section__title {
  color: var(--yellow);
}
.waitTime-works .inner {
  text-align: left;
}
.waitTime-works .inner h3 {
  font-size: 35px;
  line-height: 40px;
  color: var(--primary);
  margin-bottom: 15px;
}
.waitTime-works .inner p {
  font-size: 25px;
  line-height: 35px;
  color: var(--black);
  margin-bottom: 0px;
}

.timeTracker-details {
  margin-bottom: 50px;
}
.timeTracker-details .image-wrapper {
  position: relative;
}
.timeTracker-details .image-wrapper .banner-image {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.timeTracker-details .image-wrapper .content {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
}
.timeTracker-details .image-wrapper .content h2 {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 58px;
  text-align: left;
}
.timeTracker-details .image-wrapper .content p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}
.timeTracker-details .image-wrapper img.fix-image {
  position: absolute;
  bottom: 0;
  right: 20px;
  max-height: 450px;
}

.waitTime-table {
  width: 100%;
}
.waitTime-table .flex-row {
  align-items: flex-start;
}
.waitTime-table .waitTimeTitle {
  color: var(--primary);
  font-size: 20px;
  margin: 0;
}

.waitTimetabel {
  width: 100%;
  overflow-x: auto;
  padding: 10px;
}
.waitTimetabel.checkCounter table td:first-child {
  background-color: #e5e9f2;
  font-weight: normal;
}
.waitTimetabel.checkCounter table td span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 4px;
}
.waitTimetabel.checkCounter table td i {
  display: block;
}
.waitTimetabel.checkCounter table td i img {
  width: 60px;
  margin-bottom: 10px;
}
.waitTimetabel table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 11px;
  min-width: 600px;
  background: #fff;
  overflow: hidden;
}
.waitTimetabel table th,
.waitTimetabel table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  background: #fff;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 12px;
}
.waitTimetabel table th:first-child,
.waitTimetabel table td:first-child {
  border-left: 1px solid #ddd;
}
.waitTimetabel table th:last-child,
.waitTimetabel table td:last-child {
  border-right: 1px solid #ddd;
}
.waitTimetabel table th {
  font-weight: normal;
}
.waitTimetabel table thead {
  background-color: #f8f9fa;
  color: #333;
  font-weight: bold;
}
.waitTimetabel table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .waitTime-content .waitTime-content-inner {
    padding: 30px 30px 0;
  }
  .waitTime-content .services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 10px;
    justify-content: center;
  }
  .waitTime-content .services-list .service {
    width: auto;
    padding: 0 20px;
  }
  .waitTime-content .services-list .service .inner {
    background-color: var(--yellow);
    border-radius: 15px;
    color: var(--primary);
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    font-family: "Red Hat Text", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
  }
  .timeTracker-details .image-wrapper .banner-image {
    min-height: 600px;
  }
  .timeTracker-details .image-wrapper .content {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 50%;
  }
  .timeTracker-details .image-wrapper img.fix-image {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-height: initial;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .waitTime-content {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .waitTime-content .waitTime-content-inner {
    padding: 0px;
  }
  .waitTime-content .waitTime-content-inner .subtitle {
    font-size: 18px;
    line-height: 29px;
    opacity: 1;
    margin-top: 10px;
    padding: 0 0px;
  }
  .waitTime-content .services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
    justify-content: space-between;
  }
  .waitTime-content .services-list .service {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .waitTime-content .services-list .service:last-child {
    margin-bottom: 0;
  }
  .waitTime-content .services-list .service .inner {
    font-size: 22px;
    padding: 10px;
  }
  .waitTime-table h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .waitTimetabel {
    padding: 0;
  }
  .waitTimetabel table {
    min-width: 100%;
    font-size: 12px;
    border-spacing: 0 10px;
  }
  .waitTimetabel table th,
  .waitTimetabel table td {
    padding: 8px;
  }
  .waitTime-table {
    width: 100%;
  }
  .waitTime-table .flex-row {
    align-items: flex-start;
    display: block;
  }
  .waitTime-works {
    padding: 20px 0;
  }
  .waitTime-works .inner {
    text-align: left;
  }
  .waitTime-works .inner h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .waitTime-works .inner p {
    font-size: 20px;
    line-height: 32px;
  }
  .timeTracker-details {
    margin-bottom: 50px;
  }
  .timeTracker-details .image-wrapper {
    position: relative;
  }
  .timeTracker-details .image-wrapper .banner-image {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .timeTracker-details .image-wrapper .content {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 600px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .timeTracker-details .image-wrapper .content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .timeTracker-details .image-wrapper .content p {
    color: var(--white);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .timeTracker-details .image-wrapper img.fix-image {
    z-index: 1;
    width: 130px;
    display: none;
  }
}
.arriving-content .prm-details {
  padding: 20px;
  margin-bottom: 30px;
}
.arriving-content .prm-details p:last-child {
  margin-bottom: 0;
}
.arriving-content .prm-details a {
  color: var(--yellow);
}

.arriving-passangers-accordion .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.arriving-passangers-accordion .nav .nav-item {
  width: 49%;
}
.arriving-passangers-accordion .nav .nav-item button {
  width: 100%;
  font-family: "Red Hat Text", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: var(--primary);
  background-color: #E2E2E2;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arriving-passangers-accordion .nav .nav-item button.active {
  background-color: var(--primary);
  color: var(--white);
}

.arriving-passangers-accordion {
  padding: 0 40px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .arriving-passangers-accordion {
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  .arriving-passangers-accordion {
    padding: 0;
  }
  .arriving-passangers-accordion .nav {
    flex-wrap: wrap;
  }
  .arriving-passangers-accordion .nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .arriving-passangers-accordion .nav .nav-item:last-child {
    margin-bottom: 0;
  }
  .arriving-passangers-accordion .nav .nav-item button {
    font-size: 20px;
    line-height: 24px;
  }
}
.parking-banner {
  color: var(--white);
  background: var(--primary);
  margin-top: 50px;
}
.parking-banner .parking-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.parking-banner .content {
  width: 50%;
  padding: 0 50px;
}
.parking-banner .content .section__title {
  font-size: 54px;
  letter-spacing: 0px;
  color: var(--yellow);
  text-align: left;
  justify-content: left;
  margin-bottom: 15px;
}
.parking-banner .content p {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 27px;
  line-height: 32px;
  color: var(--white);
  margin-bottom: 150px;
}
.parking-banner .image-wrapper {
  width: 50%;
}
.parking-banner .image-wrapper .parking-image {
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.parking-info {
  padding: 40px 0;
}
.parking-info .box-wrapper {
  background: #F1F1F1;
  border-radius: 12px;
  padding: 30px;
}
.parking-info .info-box {
  margin-bottom: 50px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.parking-info .info-box:last-child {
  margin-bottom: 0;
}
.parking-info .section-title {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: var(--primary);
  text-align: left;
}
.parking-info .checklist,
.parking-info ul {
  font-family: "Red Hat Text", serif;
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  color: var(--primary);
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.parking-info .checklist li,
.parking-info ul li {
  margin-bottom: 10px;
}
.parking-info .checklist li:last-child,
.parking-info ul li:last-child {
  margin-bottom: 0;
}
.parking-info .checklist ul,
.parking-info ul ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.parking-info .checklist.disk,
.parking-info ul.disk {
  list-style: disc;
  padding-left: 20px;
}
.parking-info .box-wrapper-table {
  background-color: var(--primary);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.parking-info .box-wrapper-table .parking-table {
  width: 100%;
  background: var(--primary);
  border-radius: 15px;
}
.parking-info table {
  width: 100%;
  border-collapse: collapse;
  background: var(--primary);
  color: white;
  font-size: 18px;
}
.parking-info table.fixed {
  table-layout: fixed;
}
.parking-info table th {
  text-align: left;
  background-color: var(--primary);
  font-weight: 600;
}
.parking-info th,
.parking-info td {
  border: 1px solid #FFFFFF;
  padding: 20px 10px;
  text-align: center;
  background-color: var(--primary);
  font-family: "Red Hat Text", serif;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 0;
}
.parking-info p {
  font-family: "Red Hat Text", serif;
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}
.parking-info table.fixed td:first-child {
  text-align: left;
}

.customer-support {
  margin: 25px 0;
}
.customer-support .image-wrapper {
  position: relative;
}
.customer-support .image-wrapper .banner-image {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.customer-support .image-wrapper .container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.customer-support .image-wrapper .content {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
}
.customer-support .image-wrapper .content h2 {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 58px;
  text-align: left;
}
.customer-support .image-wrapper .content p {
  font-family: "Red Hat Text", serif;
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--primary);
}
.customer-support .contact-container {
  margin-top: 70px;
}
.customer-support .contact-container .contact-title {
  font-size: 35px;
  line-height: 40px;
  color: var(--primary);
  font-weight: 600;
}
.customer-support .contact-container .contact-box-wrapper {
  display: flex;
  margin-top: 20px;
}
.customer-support .contact-container .contact-box-wrapper .contact-box {
  display: flex;
  border-radius: 114px;
  padding: 10px 20px;
  background-color: #dddddd;
  align-items: center;
  margin-right: 20px;
  min-width: 290px;
}
.customer-support .contact-container .contact-box-wrapper .contact-box .contact-details {
  padding: 0;
  background-color: transparent;
  color: var(--primary);
  margin-left: 10px;
  font-size: 25px;
}
.customer-support .contact-container .contact-box-wrapper .contact-box .contact-details strong {
  width: 100%;
  margin-bottom: 0px;
  display: block;
  font-size: 17px;
}
.customer-support .contact-container .contact-box-wrapper .contact-box .contact-details a {
  color: var(--primary);
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .parking-banner .image-wrapper .parking-image {
    width: 100%;
    min-height: 500px;
  }
  .customer-support .image-wrapper .banner-image {
    min-height: 500px;
  }
  .customer-support .image-wrapper .content {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .park-fly-content .porter-content-inner .subtitle {
    margin-top: 25px;
  }
  .parking-banner {
    margin-top: 25px;
  }
  .parking-banner .parking-container {
    flex-wrap: wrap;
  }
  .parking-banner .content {
    width: 100%;
    padding: 30px 15px;
  }
  .parking-banner .content .section__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .parking-banner .content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .parking-banner .image-wrapper {
    width: 100%;
  }
  .parking-banner .image-wrapper .parking-image {
    width: 100%;
    min-height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .parking-info {
    padding: 25px 0;
  }
  .parking-info .box-wrapper {
    padding: 25px;
  }
  .parking-info .info-box {
    margin-bottom: 25px;
  }
  .parking-info .info-box:last-child {
    margin-bottom: 0;
  }
  .parking-info .section-title {
    font-size: 26px;
    line-height: 34px;
  }
  .parking-info .checklist,
  .parking-info ul {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .parking-info .box-wrapper-table {
    background-color: var(--primary);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .parking-info .box-wrapper-table .parking-table {
    width: 100%;
    background: var(--primary);
    border-radius: 15px;
  }
  .parking-info table {
    width: 100%;
    border-collapse: collapse;
    background: var(--primary);
    color: white;
    font-size: 18px;
  }
  .parking-info table thead {
    display: none;
  }
  .parking-info table th {
    text-align: left;
    background-color: var(--primary);
    font-weight: bold;
  }
  .parking-info table tr {
    display: block;
    margin-bottom: 10px;
  }
  .parking-info table tr:last-child {
    margin-bottom: 0;
  }
  .parking-info table tr td {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    display: flex;
    text-align: left;
  }
  .parking-info table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    text-align: left;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .parking-info th,
  .parking-info td {
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: center;
    background-color: var(--primary);
    font-family: "Red Hat Text", serif;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    color: var(--white);
    margin-bottom: 0;
  }
  .parking-info p {
    font-size: 20px;
    line-height: 32px;
  }
  .customer-support {
    margin: 0px 0;
    position: relative;
  }
  .customer-support .image-wrapper {
    position: relative;
    z-index: 1;
  }
  .customer-support .image-wrapper::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
  }
  .customer-support .image-wrapper .banner-image {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: 70%;
       object-position: 70%;
  }
  .customer-support .image-wrapper .container {
    position: absolute;
    width: auto;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
  }
  .customer-support .image-wrapper .content {
    left: 10px;
    max-width: 100%;
  }
  .customer-support .image-wrapper .content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .customer-support .image-wrapper .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .customer-support .contact-container {
    margin-top: 40px;
  }
  .customer-support .contact-container .contact-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .customer-support .contact-container .contact-box-wrapper {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .customer-support .contact-container .contact-box-wrapper .contact-box {
    display: flex;
    border-radius: 114px;
    padding: 10px 20px;
    background-color: #dddddd;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
    min-width: 250px;
  }
  .customer-support .contact-container .contact-box-wrapper .contact-box:last-child {
    margin-bottom: 0;
  }
  .customer-support .contact-container .contact-box-wrapper .contact-box .contact-details {
    padding: 0;
    background-color: transparent;
    color: var(--primary);
    margin-left: 10px;
  }
  .customer-support .contact-container .contact-box-wrapper .contact-box .contact-details strong {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
}
.clockRoom-content .waitTime-content-inner {
  padding: 20px 20px 0;
}
.clockRoom-content .waitTime-content-inner .services-list .service .inner {
  padding: 15px 44px;
}
.clockRoom-content .waitTime-content-inner .how-it-works {
  margin-top: 40px;
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner {
  background-color: var(--primary);
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 20px 40px;
  text-align: left;
  color: var(--white);
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner h2 {
  text-align: left;
  color: var(--yellow);
  font-weight: 900;
  font-size: 42px;
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner ul {
  padding: 0 0px 0 20px;
  margin: 0;
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner ul li {
  margin-bottom: 10px;
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner ul li:last-child {
  margin-bottom: 0;
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner ul li h3 {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 10px;
}
.clockRoom-content .waitTime-content-inner .how-it-works .inner ul li p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.clockRoom-location {
  padding: 25px 0;
}
.clockRoom-location .section__title {
  font-size: 35px;
  line-height: 42px;
}
.clockRoom-location .section__content {
  margin-top: -30px;
  color: var(--primary);
}

.why-choose .section__title {
  color: var(--yellow);
  font-size: 42px;
}
.why-choose .flex-row {
  justify-content: center;
  margin: 0 -30px;
}
.why-choose .choose-item {
  padding: 20px 30px;
  text-align: center;
  position: relative;
  border-right: 2px solid #707070;
  width: 33.33%;
}
.why-choose .choose-item:last-child {
  border-right: 0;
}
.why-choose .choose-item .icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose .choose-item h3 {
  color: var(--primary);
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
.why-choose .choose-item p {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--primary);
}

.gray-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}
.gray-table table.has-border {
  border: 1px solid #707070;
}
.gray-table table th {
  padding: 30px 15px;
  border: none;
  font-weight: normal;
  background-color: #DDDDDD;
  color: var(--primary);
  text-align: center;
}
.gray-table table th:first-child {
  border-radius: 15px 0 0 0;
}
.gray-table table th:last-child {
  border-radius: 0 15px 0px 0;
  font-weight: bold;
}
.gray-table table tbody tr td {
  font-size: 22px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid var(--primary);
  background: #F1F1F1;
  color: var(--primary);
}
.gray-table table tbody tr:last-child td {
  border-bottom: 0;
}
.gray-table table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 15px;
}
.gray-table table tbody tr:last-child td:last-child {
  border-radius: 0 0px 15px 0;
}
.gray-table table.fixed-layout {
  table-layout: fixed;
  font-size: 25px;
}
.gray-table table.fixed-layout th:last-child {
  border-radius: 0 15px 0px 0;
  font-weight: normal;
}

.cloakroom-contact {
  text-align: center;
}
.cloakroom-contact .section__title {
  margin-bottom: 20px;
  font-size: 35px;
}
.cloakroom-contact .inner p {
  color: var(--primary);
  text-align: center;
}
.cloakroom-contact .inner p strong {
  color: var(--primary);
  display: block;
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .clockRoom-content .waitTime-content-inner .services-list .service .inner {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .clockRoom-content .waitTime-content-inner .services-list {
    justify-content: center;
    gap: 0;
  }
  .clockRoom-content .waitTime-content-inner .services-list .service {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .clockRoom-content .waitTime-content-inner .services-list .service .inner {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .clockRoom-content .waitTime-content-inner {
    padding: 0;
  }
  .clockRoom-content .waitTime-content-inner .how-it-works {
    margin-top: 25px;
  }
  .clockRoom-content .waitTime-content-inner .how-it-works .inner {
    background-color: var(--primary);
    border: 1px solid #707070;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    color: var(--white);
  }
  .clockRoom-content .waitTime-content-inner .how-it-works .inner h2 {
    font-size: 32px;
  }
  .why-choose {
    padding-bottom: 25px;
  }
  .why-choose .section__title {
    color: var(--yellow);
    font-size: 32px;
    line-height: 40px;
  }
  .why-choose .flex-row {
    flex-wrap: wrap;
  }
  .why-choose .choose-item {
    padding: 0px 30px;
    text-align: center;
    position: relative;
    border-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .why-choose .choose-item:last-child {
    border-right: 0;
    margin-bottom: 0;
  }
  .why-choose .choose-item .icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why-choose .choose-item h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .why-choose .choose-item p {
    font-size: 20px;
    line-height: 32px;
  }
  .clockRoom-location {
    padding: 25px 0 0;
  }
  .clockRoom-location .section__title {
    font-size: 32px;
    line-height: 39px;
  }
  .clockRoom-location .section__content {
    margin-top: -20px;
  }
  .gray-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .gray-table table thead {
    display: none;
  }
  .gray-table table tbody tr {
    display: block;
    margin-bottom: 10px;
  }
  .gray-table table tbody tr:last-child {
    margin-bottom: 0;
  }
  .gray-table table tbody tr td {
    font-size: 20px;
    text-align: center;
    padding: 15px;
    border-bottom: 0;
    background: #F1F1F1;
    color: var(--primary);
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: flex-start;
  }
  .gray-table table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    text-align: left;
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gray-table table tbody tr:last-child td {
    border-bottom: 0;
  }
  .gray-table table tbody tr:last-child td:first-child {
    border-radius: 0px;
  }
  .gray-table table tbody tr:last-child td:last-child {
    border-radius: 0;
  }
  .cloakroom-contact .section__title {
    font-size: 32px;
  }
  .cloakroom-contact .inner p a {
    color: var(--primary);
  }
  .cloakroom-contact .inner p strong {
    color: var(--primary);
    display: block;
  }
}
.greet-container .section__title {
  font-size: 42px;
}
.greet-container .inner {
  background-color: var(--yellow);
  border-radius: 14px;
  padding: 20px;
  width: 100%;
}
.greet-container .bg-blue {
  background-color: var(--primary) !important;
  border-radius: 14px;
  padding: 20px;
  width: 100%;
}
.greet-container .detail-inner {
  background-color: var(--white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 20px;
  margin-top: 12px;
}
.greet-container .detail-inner.detail-height {
  min-height: 43%;
}
.greet-container .grid-header {
  background-color: var(--white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--primary);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.greet-container .grid-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #003974;
  text-align: center;
  margin-bottom: 15px;
}
.greet-container .towbox {
  margin: 30px 0px 22px 0px;
  display: flex;
  gap: 30px;
}
.greet-container .rightheading {
  background-color: var(--white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: var(--yellow);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.greet-container .lefttext {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  font-family: "Red Hat Text", serif;
  letter-spacing: 0px;
  color: #003974;
  text-align: left;
  margin-bottom: 15px;
}
.greet-container img {
  width: 100%;
  border-radius: 14px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.atithiya-thanku {
  background-color: var(--white);
}
.atithiya-thanku .about {
  display: block;
  font-size: 25px;
  line-height: 35px;
}
.atithiya-thanku .content h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 49px;
  letter-spacing: 0px;
  color: var(--primary);
  text-align: left;
}
.atithiya-thanku .content p {
  text-align: left;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
}
.atithiya-thanku ul {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #F7941D;
  list-style-type: none;
  padding-left: 0;
}
.atithiya-thanku strong {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary);
}

@media (max-width: 767px) {
  .greet-container .section__title {
    font-size: 32px;
  }
  .greet-container .inner {
    background-color: var(--yellow);
    border-radius: 14px;
    padding: 20px;
    margin-top: 22px;
  }
  .greet-container .towbox {
    margin: 30px 0px 0px 0px;
    display: flow;
    gap: 30px;
  }
  .prm-details-grid.greet-container .inner {
    background-color: var(--yellow);
  }
  .greet-container .grid-subtitle {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.parking_content .services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
}
.parking_content .services-list .service {
  width: auto;
  padding: 0px;
  margin-bottom: 0;
}
.parking_content .services-list .service .inner.bg--yellow {
  padding: 15px 30px;
}
.parking_content .box-wrapper {
  background: white;
  padding: 0;
}
.parking_content .section__title {
  justify-content: left;
}

.mainparking-banner {
  color: var(--white);
}
.mainparking-banner .parking-container {
  background: var(--primary);
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.mainparking-banner .content {
  width: 50%;
  padding: 0 50px;
}
.mainparking-banner .content .section__title {
  font-size: 50px;
  letter-spacing: 0px;
  color: var(--yellow);
  text-align: left;
  justify-content: left;
  margin-bottom: 15px;
}
.mainparking-banner .content p {
  font-family: "Red Hat Text", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 100px;
}
.mainparking-banner .image-wrapper {
  width: 50%;
  padding: 20px 30px;
}
.mainparking-banner .image-wrapper .parking-image {
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.table_section {
  padding: 30px 0;
}
.table_section .info-banner {
  background-color: white;
  padding: 15px 50px;
}
.table_section .info-banner h3 {
  color: #FBAD18;
  opacity: 1;
  margin-bottom: 20px;
}
.table_section .tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.table_section .tab {
  width: 32%;
  background: #ccc;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  background: #DDDDDD 0% 0% no-repeat padding-box;
}
.table_section .tab.active {
  background: #002C61;
  color: #DDDDDD;
}
.table_section .tabs.text--center .tab {
  text-align: center;
}

.table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
}
.table-wrapper .mainparking-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.table-wrapper .mainparking-table th,
.table-wrapper .mainparking-table td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #F1F1F1;
  color: var(--primary);
}
.table-wrapper .mainparking-table thead {
  background: #DDDDDD;
  color: white;
  font-weight: bold;
}
.table-wrapper .mainparking-table thead th {
  background: #DDDDDD;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.table-wrapper .mainparking-table thead th:first-child {
  border-top-left-radius: 8px;
}
.table-wrapper .mainparking-table thead th:last-child {
  border-top-right-radius: 8px;
}
.table-wrapper .mainparking-table tbody tr {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.table-wrapper .mainparking-table tbody tr:nth-child(even) {
  background-color: #e6f0ff;
}
.table-wrapper .mainparking-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-wrapper .mainparking-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.distance h3 {
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-bottom: 0;
}

.book-now {
  background-color: #002f5b;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.book-now:hover {
  background-color: #004080;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .parking_content .services-list {
    justify-content: center;
  }
  .parking_content .services-list .service .inner.bg--yellow {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.porter-content.park-fly-content.parking_content .porter-content-inner {
    padding-top: 0;
  }
  .parking_content .services-list .service {
    margin-bottom: 0;
    width: 100%;
  }
  .table_section .tab {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .table_section .tab:last-child {
    margin-bottom: 0;
  }
  .table_section .info-banner {
    padding: 0;
  }
  .mainparking-banner .parking-container {
    flex-wrap: wrap;
  }
  .mainparking-banner .content {
    width: 100%;
    padding: 30px 15px;
  }
  .mainparking-banner .content .section__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .mainparking-banner .content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .mainparking-banner .image-wrapper {
    width: 100%;
  }
  .mainparking-banner .image-wrapper .parking-image {
    width: 100%;
    min-height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .distance h3 {
    font-size: 22px;
  }
  .table-wrapper .mainparking-table thead th {
    white-space: nowrap;
    min-width: 220px;
  }
}
.loungepage-banner .banner-text {
  top: 50%;
  max-width: 1000px;
  margin: 0 auto;
}
.loungepage-banner .banner-text p {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 10px;
}

.loungepage .parking-image {
  height: auto;
  min-height: initial !important;
}

.loungepage-content {
  margin-top: 0;
}
.loungepage-content .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: inherit;
}
.loungepage-content .services-list .service {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 15px;
  min-height: 100%;
}
.loungepage-content .services-list .service .inner {
  padding: 15px;
  min-height: 100%;
}

.loungepage .parking-container {
  background: white;
}
.loungepage .parking-container .content {
  padding-left: 0;
}
.loungepage .parking-container .section__title {
  text-align: left;
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.loungepage .parking-container .details_loungepage {
  color: var(--primary);
  margin-bottom: 0;
}
.loungepage .parking-container .image-wrapper {
  padding-right: 0;
}

.seperator {
  padding: 25px 0px;
}
.seperator .mainseperator {
  border: 2px solid #707070;
}

@media screen and (max-width: 767px) {
  .loungepage-content {
    padding: 25px 0;
    margin-bottom: 0;
  }
  .loungepage-content .services-list .service {
    width: 100%;
    margin-bottom: 0;
  }
}
.facilities h2 {
  text-align: left;
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.facilities p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  padding: 15px 0px;
}
.facilities-grid .facility-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  border-radius: 8px;
}
.facilities-grid .facility-item img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.facilities-grid .facility-item .text {
  text-align: left;
}
.facilities-grid .facility-item .text h3 {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 10px;
}
.facilities-grid .facility-item .text p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 0;
}

.bank-card-privileges {
  padding: 50px 0px;
  background: #F1F1F1 0% 0% no-repeat padding-box;
  opacity: 1;
}
.bank-card-privileges .paddingaround {
  padding: 30px 0px;
}
.bank-card-privileges .content-wrapper {
  display: flex;
  align-items: center;
  padding-left: 100px;
  margin-bottom: 30px;
  position: relative;
}
.bank-card-privileges .content-wrapper:last-child {
  margin-bottom: 0;
}
.bank-card-privileges .content-wrapper .image {
  position: absolute;
  left: -50px;
  height: 300px;
  width: 400px;
}
.bank-card-privileges .content-wrapper .image img {
  height: 300px;
  max-width: 100%;
}
.bank-card-privileges .content-wrapper .text {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 400px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
  flex-flow: row-reverse;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  padding-left: 300px;
}
.bank-card-privileges .content-wrapper .text h3 {
  font-size: 33px;
  line-height: 38px;
}

.Gallery .scrollerview {
  background: #F1F1F1;
  padding: 30px;
}
.Gallery .slick-slider {
  margin-bottom: 0;
}
.Gallery .influencer-image {
  padding: 0 15px;
}
.Gallery .influencer-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .bank-card-privileges .content-wrapper {
    flex-flow: column;
  }
  .bank-card-privileges .content-wrapper .image {
    position: relative;
  }
  .bank-card-privileges .content-wrapper .image img {
    margin-left: 0%;
  }
  .bank-card-privileges .content-wrapper .text .left {
    display: none;
  }
}
.myrows .info-banner {
  padding: 15px 0px;
  margin-bottom: 10px;
}
.myrows .removeBackground {
  background: none;
}
.myrows .centretab {
  justify-content: center;
}
.myrows .info-text {
  text-align: center;
}
.myrows .info-text p {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.myrows .info-text h3 {
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.myrows .removeBottomMargin {
  margin-bottom: 0 !important;
}

.backgroundChange {
  background: #F1F1F1;
}

.lounge-pricing {
  background-color: #F1F1F1;
  padding: 0px 0px 40px;
}
.lounge-pricing .pricing-cards {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.lounge-pricing .pricing-cards .pricing-card {
  background: white;
  border-radius: 8px;
  width: 48%;
  min-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #707070;
  text-align: center;
}
.lounge-pricing .pricing-cards .pricing-card h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  padding: 25px 22px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  color: #F7941D;
}
.lounge-pricing .pricing-cards .pricing-card p {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  padding: 20px 0px;
  border-bottom: 1px solid #707070;
  margin: 0px 40px;
}
.lounge-pricing .pricing-cards .pricing-card .noBorder {
  border-bottom: none;
}
.lounge-pricing .pet-policy {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}

@media (max-width: 767px) {
  .pricing-cards {
    flex-direction: column;
    align-items: center;
  }
  .pricing-cards .pricing-card {
    width: 100% !important;
  }
}
.gray-lounge-table {
  display: flex;
  justify-content: center;
}
.gray-lounge-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  border: 1px solid #707070;
  border-radius: 15px;
}
.gray-lounge-table table th {
  padding: 30px 15px;
  border: none;
  background-color: #F1F1F1;
  color: var(--primary);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 1px solid #707070;
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}
.gray-lounge-table table tbody tr td {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--primary);
  padding: 10px;
  border-bottom: 1px solid var(--primary);
  background: white;
  color: var(--primary);
}
.gray-lounge-table table tbody tr:last-child td {
  border-bottom: 0;
  border-radius: 0 0 15px 15px;
}
.gray-lounge-table .table-container {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #707070;
}

.pet-policy {
  padding-top: 30px;
}
.pet-policy p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}

.transit-lounge {
  margin: auto;
  text-align: center;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  background: #F1F1F1 0% 0% no-repeat padding-box;
}
.transit-lounge .image-container {
  width: 100%;
}
.transit-lounge .image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.transit-lounge .content {
  padding: 50px 20px;
}
.transit-lounge .content h2 {
  text-align: center;
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-bottom: 0;
}
.transit-lounge .content p {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  padding: 20px 30px;
}
.transit-lounge .info-boxes {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.transit-lounge .info-boxes .info-box {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 47%;
  min-width: 280px;
  text-align: center;
}
.transit-lounge .info-boxes .info-box p {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
}

.encalmPrive h2 {
  text-align: center;
}
.encalmPrive p {
  text-align: center;
}
.encalmPrive .changecolor {
  font-weight: bold;
  color: #F7941D;
}

@media screen and (max-width: 991px) {
  .facilities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .facilities-grid .facility-item {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
  }
  .facilities-grid .facility-item img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facilities-grid .facility-item .text h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .facilities-grid .facility-item .text p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .loungepage-banner .banner-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .loungepage-content .services-list {
    flex-flow: column;
    justify-content: center;
    gap: 10px;
  }
  .loungepage .parking-container .image-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .loungepage .parking-container .content {
    padding-left: 0;
    padding: 0;
  }
  .seperator {
    padding: 15px 0px;
  }
  .facilities h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .facilities p {
    font-size: 20px;
    line-height: 32px;
  }
  .facilities-grid .facility-item img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .backgroundChange {
    background: #F1F1F1;
    padding: 25px 0;
  }
  .backgroundChange .myrows .removeBackground {
    background: none;
    padding-top: 0;
  }
  .myrows .info-banner {
    padding-top: 0;
  }
  .myrows .info-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .myrows .info-text p:last-child {
    margin-bottom: 0;
  }
  .myrows .info-text h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .bank-card-privileges {
    padding: 25px 0;
  }
  .bank-card-privileges .content-wrapper {
    padding-left: 0;
  }
  .bank-card-privileges .content-wrapper .image {
    position: static;
    width: 100%;
  }
  .bank-card-privileges .content-wrapper .text {
    padding: 20px;
    height: auto;
    min-height: initial;
    font-size: 20px;
    line-height: 32px;
  }
  .bank-card-privileges .content-wrapper .text:last-child {
    margin-bottom: 0;
  }
  .bank-card-privileges .content-wrapper .text h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .lounge-pricing {
    padding: 25px 0px;
  }
  .lounge-pricing .pet-policy {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .transit-lounge .content {
    padding: 20px;
  }
  .transit-lounge .content h2 {
    text-align: left;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .transit-lounge .content p {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    padding: 0;
  }
  .transit-lounge .info-boxes {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .transit-lounge .info-boxes .info-box {
    width: 100%;
  }
  .transit-lounge .info-boxes .info-box p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
  }
  .pet-policy p {
    font-size: 20px;
    line-height: 32px;
  }
  .pet-policy p:last-child {
    margin-bottom: 0;
  }
  .slick-dots {
    bottom: -45px !important;
  }
  .slick-dots li.slick-active button .slick-dot-icon:before {
    margin-top: 0 !important;
    margin-left: 0 !important;
    font-size: 12px !important;
  }
}
.security-baggage {
  padding-bottom: 0;
  /* Wrapper */
  /* Mobile Responsive */
}
.security-baggage .special-assistance .special-assistance-inner {
  padding: 30px 50px 0;
}
.security-baggage .special-assistance .special-assistance-inner .title {
  color: var(--white);
  margin-bottom: 30px;
}
.security-baggage .special-assistance .services-list {
  justify-content: center;
}
.security-baggage .special-assistance .services-list .service {
  width: 33.33%;
  padding: 0 15px;
}
.security-baggage .dos-donts-wrapper {
  display: flex;
  justify-content: center;
  background: var(--yellow);
  padding: 25px;
  border-radius: 15px;
  align-items: stretch;
}
.security-baggage .dos-box,
.security-baggage .donts-box {
  width: 45%;
  text-align: center;
}
.security-baggage .dos-title,
.security-baggage .donts-title {
  background: #ffffff;
  padding: 8px 15px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  border-radius: 15px;
  display: inline-block;
  min-width: 130px;
  line-height: 34px;
}
.security-baggage .dos-list,
.security-baggage .donts-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 50px;
  text-align: left;
}
.security-baggage .dos-list li,
.security-baggage .donts-list li {
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #002c61;
  margin-bottom: 10px;
}
.security-baggage .dos-list li:last-child,
.security-baggage .donts-list li:last-child {
  margin-bottom: 0;
}
.security-baggage .divider {
  width: 10%;
  height: auto;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.security-baggage .divider .internalDivider {
  width: 2px;
  background: #002c61;
  height: inherit;
  min-height: 100%;
}
@media (max-width: 767px) {
  .security-baggage .dos-donts-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .security-baggage .divider {
    width: 80%;
    height: 2px;
    min-height: unset;
  }
  .security-baggage .internalDivider {
    width: 100%;
    height: 2px;
  }
}

/* Security Procedures Section */
.security-procedures {
  padding: 50px 0;
  background: var(--grey-light);
}
.security-procedures .info-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #707070;
}
.security-procedures .info-box .attention {
  color: #ff0000;
}
.security-procedures .info-box .attention a {
  color: #ff0000;
}
.security-procedures .info-box .highlighted-text {
  font-size: 30px;
  color: var(--yellow);
  font-weight: 900;
}
.security-procedures .info-box p {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #002c61;
}
.security-procedures .info-box p:last-child {
  margin-bottom: 0;
}
.security-procedures .info-box ol {
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #002c61;
}

/* Section Title */
.section-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #002c61;
  margin-bottom: 20px;
}

/* Alert Box */
.attention {
  color: #ff0000;
}
.attention a {
  color: #ff0000;
}

/* Assistance Box */
.assistance-box {
  background: #002c61;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
}

.assistance-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Terminal Assistance */
.terminal-assistance {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.terminal-box {
  background: #f7941d;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  color: black;
  font-weight: bold;
  min-width: 150px;
}

.terminal-box h4 {
  font-size: 16px;
  font-weight: bold;
}

.terminal-box p {
  font-size: 14px;
}

.Passengers .special-assistance {
  position: relative;
  margin-top: -84px;
  margin-bottom: 50px;
}
.Passengers .special-assistance .special-assistance-inner .title {
  font-size: 30px;
  color: var(--white);
  text-align: left;
}
.Passengers .section__title {
  font-size: 42px;
  line-height: 47px;
}
.Passengers .section__content {
  font-size: 30px;
  line-height: 39px;
  max-width: 100%;
}
.Passengers ul {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  list-style-type: none;
  padding-left: 10px;
}
.Passengers ul li {
  position: relative;
  padding-left: 25px;
}
.Passengers ul li::after {
  width: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  top: 14px;
  border-radius: 100px;
}
.Passengers .special-assistance .services-list .service {
  width: 33%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.Passengers .special-assistance .services-list .service .inner {
  font-weight: 600;
}
.Passengers .special-assistance .services-list .button-white .inner {
  background-color: var(--white);
}

.checkin {
  background-color: var(--grey-light);
  padding: 22px;
}
.checkin .inner {
  background-color: var(--white);
}
.checkin .inner .grid-header {
  background-color: var(--primary);
  color: var(--white);
}
.checkin .inner .detail-inner {
  background-color: var(--primary);
}
.checkin .inner .detail-inner .grid-subtitle {
  color: var(--white);
}
.checkin .lefttext .bg-org .grid-header {
  background-color: var(--yellow);
  color: var(--white);
}
.checkin .lefttext .bg-org .detail-inner {
  background-color: var(--yellow);
}
.checkin .downbox .grid-header {
  background-color: var(--yellow);
  color: var(--white);
}
.checkin .downbox .detail-inner {
  background-color: var(--yellow);
}

.prohibited .header {
  font-size: 24px;
  font-weight: bold;
  color: #002c61;
  margin-bottom: 10px;
  text-align: center;
}
.prohibited .subtext {
  color: var(--primary) !important;
  text-align: center;
  margin-bottom: 20px !important;
}
.prohibited .subtext.word-break {
  word-break: break-all;
}
.prohibited .items-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.prohibited .item-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d9d9d9;
  padding: 12px 15px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #002c61;
}
.prohibited .item-bar span {
  flex: 1;
  text-align: center;
}
.prohibited .flex-row .inner .content {
  background: var(--yellow) !important;
  max-width: 455px !important;
  left: -58px !important;
  padding: 12px 12px !important;
  height: 265px !important;
}

.lost-found {
  line-height: 5 !important;
}
.lost-found h2 {
  color: var(--white) !important;
}
.lost-found p {
  color: var(--white) !important;
}
.lost-found a {
  padding: 22px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

.lost-contact .contact-container {
  margin-top: 70px;
}
.lost-contact .contact-container .contact-title {
  font-size: 30px;
  line-height: 40px;
  color: var(--primary);
  font-weight: 600;
}
.lost-contact .contact-container .contact-box-wrapper {
  display: flex;
  margin-top: 20px;
}
.lost-contact .contact-container .contact-box-wrapper .contact-box {
  display: flex;
  border-radius: 114px;
  padding: 10px 20px;
  background-color: #dddddd;
  align-items: center;
  margin-right: 20px;
  min-width: 250px;
}
.lost-contact .contact-container .contact-box-wrapper .contact-box .contact-details {
  padding: 0;
  background-color: transparent;
  color: var(--primary);
  margin-left: 10px;
}
.lost-contact .contact-container .contact-box-wrapper .contact-box .contact-details strong {
  width: 100%;
  margin-bottom: 0px;
  display: block;
}

.digiyatra-thanku.security-check {
  padding-top: 50px;
  overflow: hidden;
}
.digiyatra-thanku.security-check .flex-row {
  align-items: flex-end;
}
.digiyatra-thanku.security-check .content {
  max-width: 50%;
  min-width: 50%;
  padding: 0 15px;
  line-height: 3;
}
.digiyatra-thanku.security-check .content h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0px;
  color: var(--white);
  text-align: left;
}
.digiyatra-thanku.security-check .content p {
  font-size: 25px;
  font-weight: normal;
  line-height: 33px;
  text-align: left;
}
.digiyatra-thanku.security-check .content .note {
  margin-top: 60px;
}
.digiyatra-thanku.security-check .content a {
  padding: 22px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
.digiyatra-thanku.security-check .image-wrapper {
  max-width: 50%;
  min-width: 50%;
  padding: 0 15px;
  margin: 0px 0px -35px 3px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.digiyatra-thanku.security-check .image-wrapper img {
  width: 100%;
  max-width: 300px;
}

.customer-support.parking_content .image-wrapper .banner-image {
  min-height: 550px;
}
.customer-support.parking_content .image-wrapper .content h2 {
  font-size: 80px;
  line-height: 90px;
}
.customer-support.parking_content .image-wrapper .content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 70px;
}

.baggage-section {
  padding: 25px 0;
}
.baggage-section .baggage-box .section-title {
  font-size: 42px;
  font-weight: 900;
  text-align: left;
  color: #002c61;
  margin-bottom: 20px;
}
.baggage-section .baggage-box p {
  font-size: 30px;
  line-height: 38px;
}
.baggage-section hr {
  margin: 30px 0;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .customer-support.parking_content .image-wrapper .content {
    max-width: 80%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .security-baggage {
    padding-bottom: 0;
  }
  .security-baggage .special-assistance .services-list .service {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Passengers .special-assistance {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .Passengers .special-assistance .services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .Passengers .special-assistance .services-list .service {
    width: 100%;
    margin-bottom: 15px;
  }
  .Passengers .section__title {
    font-size: 32px;
    line-height: 40px;
  }
  .Passengers .section__content {
    font-size: 20px;
    line-height: 32px;
  }
  .Passengers ul {
    font-size: 20px;
    line-height: 32px;
  }
  .security-baggage .special-assistance {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .security-baggage .special-assistance .special-assistance-inner {
    border-radius: 20px;
    padding: 20px;
  }
  .security-baggage .special-assistance .special-assistance-inner .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .security-baggage .special-assistance .special-assistance-inner .subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .security-baggage .special-assistance .services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .security-baggage .special-assistance .services-list .service {
    width: 100%;
    margin-bottom: 15px;
  }
  .security-baggage .special-assistance .services-list .service .inner {
    font-size: 20px;
    line-height: 32px;
    justify-content: flex-start;
  }
  .security-baggage .dos-donts-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }
  .security-baggage .dos-donts-wrapper .dos-box,
  .security-baggage .dos-donts-wrapper .donts-box {
    width: 100%;
  }
  .security-baggage .dos-list,
  .security-baggage .donts-list {
    margin-top: 25px;
  }
  .security-baggage .dos-list {
    margin-bottom: 25px;
  }
  .security-baggage .dos-list li,
  .security-baggage .donts-list li {
    font-size: 20px;
    line-height: 26px;
  }
  .prm-section {
    padding: 25px 0;
  }
  .prm-section .prm-list {
    flex-wrap: wrap;
  }
  .prm-section .prm-list .prm-list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .prm-section .prm-list .inner img {
    height: 300px;
  }
  .prm-section .prm-list .inner .content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .prm-details {
    padding: 25px 0;
  }
  .prm-details .prm-detail-item {
    margin-bottom: 25px;
  }
  .prm-details .prm-detail-item:last-child {
    margin-bottom: 0;
  }
  .prm-details .prm-detail-item p:last-child {
    margin-bottom: 0;
  }
  .prm-details .prm-detail-item h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .prm-details .prm-detail-item ul {
    margin-bottom: 16px;
  }
  .prm-details .prm-detail-item ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-details .prm-detail-item p {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-details .prm-table {
    border: 1px solid var(--primary);
    margin-top: 10px;
  }
  .prm-details .prm-table .prm-item {
    width: 100%;
  }
  .prm-details .prm-table .prm-header {
    display: none;
  }
  .prm-details .prm-table .prm-detail {
    font-size: 20px;
    line-height: 32px;
    flex-wrap: wrap;
  }
  .prm-details .prm-table .prm-detail .prm-item {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--primary);
  }
  .prm-details .prm-table .prm-detail .prm-item:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .prm-details .prm-table .prm-detail .prm-item:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
  }
  .prm-details .prm-table .prm-detail strong {
    margin-bottom: 10px;
  }
  .prm-details-grid {
    margin-top: 20px;
  }
  .prm-details-grid:last-child {
    margin-bottom: 60px;
  }
  .prm-details-grid .inner {
    background-color: var(--primary);
    border-radius: 14px;
    padding: 20px;
  }
  .prm-details-grid .image {
    margin-bottom: 10px;
  }
  .prm-details-grid .image img {
    width: 100%;
    border-radius: 14px;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .prm-details-grid .grid-header {
    font-size: 26px;
    line-height: 34px;
  }
  .prm-details-grid .grid-subtitle {
    font-size: 20px;
    line-height: 32px;
  }
  .prm-details-grid ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .terminal-assistance {
    flex-direction: column;
    align-items: center;
  }
  .terminal-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .prohibited .item-bar {
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
  }
  .prohibited .item-bar span {
    text-align: center;
    width: 100%;
  }
  .transit-shop.prohibited .inner .content {
    padding: 20px !important;
    min-height: inherit !important;
    height: auto !important;
  }
  .transit-shop.prohibited .subtext {
    font-size: 20px;
    line-height: 30px;
  }
  .digiyatra-thanku.security-check {
    padding-top: 25px;
  }
  .digiyatra-thanku.security-check .flex-row {
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .digiyatra-thanku.security-check .content {
    width: 100%;
    max-width: 100%;
  }
  .digiyatra-thanku.security-check .content h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .digiyatra-thanku.security-check .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .digiyatra-thanku.security-check .content .note {
    margin-top: 30px;
  }
  .digiyatra-thanku.security-check .image-wrapper {
    margin-top: 20px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .digiyatra-thanku.security-check .image-wrapper img {
    width: 100%;
    max-width: 300px;
  }
  /* Security Procedures Section */
  .security-procedures {
    padding: 25px 0;
  }
  .security-procedures .info-box p {
    font-size: 20px;
    line-height: 26px;
  }
  .security-procedures .info-box ol {
    font-size: 20px;
    line-height: 26px;
  }
  .greet-container {
    padding: 0px 0 0;
  }
  .greet-container .Exceptions {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 15px 0 0;
  }
  .greet-container.checkin {
    padding: 20px 0;
  }
  .customer-support.parking_content .image-wrapper .banner-image {
    min-height: 700px;
  }
  .customer-support.parking_content .image-wrapper .content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .customer-support.parking_content .image-wrapper .content p {
    margin-bottom: 30px;
  }
  .baggage-section {
    padding: 25px 0;
  }
  .baggage-section .baggage-box .section-title {
    font-size: 32px;
  }
  .baggage-section .baggage-box p {
    font-size: 20px;
    line-height: 28px;
  }
  .checkin .inner .grid-header {
    background-color: var(--white) !important;
    color: var(--primary) !important;
  }
  .checkin .inner .detail-inner {
    background-color: var(--white) !important;
    color: var(--primary) !important;
  }
  .checkin .inner .detail-inner .grid-subtitle {
    color: var(--primary) !important;
  }
}
.transit-content .services-list {
  justify-content: center;
}
.transit-content .services-list .service {
  width: auto;
}
.transit-content .subtitle {
  margin-top: 40px;
}
.transit-content .transit-form {
  background: #F1F1F1;
  border-radius: 8px;
  padding: 20px;
}
.transit-content .transit-form .input-group {
  display: flex;
}
.transit-content .transit-form .input-group input {
  width: 33.33%;
  border: 0;
  height: 50px;
  padding: 0 10px;
  background: #F1F1F1;
  outline: none;
}
.transit-content .transit-form .action-button {
  margin-top: 30px;
}
.transit-content .transit-form .action-button .btn {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
}

.transit-banner-section {
  padding: 40px 0;
  background-color: var(--yellow);
}
.transit-banner-section .flex-row {
  padding: 20px;
  margin: 0 -15px;
  justify-content: space-between;
  background-color: var(--white);
  border-radius: 15px;
}
.transit-banner-section .flex-row .content {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
}
.transit-banner-section .flex-row .content h3 {
  color: var(--primary);
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
}
.transit-banner-section .flex-row .content p {
  font-size: 25px;
  line-height: 35px;
  color: var(--black);
}
.transit-banner-section .flex-row .content p:last-child {
  margin-bottom: 0;
}
.transit-banner-section .flex-row .image-wrapper {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
}
.transit-banner-section .flex-row .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}

.transit-process {
  padding: 50px 0 0;
}
.transit-process .flex-row {
  flex-wrap: wrap;
  margin: 0 -15px;
}
.transit-process .step {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  border-radius: 30px;
  color: white;
  position: relative;
  width: 50%;
  padding: 0 15px;
}
.transit-process .step-number {
  font-weight: bold;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 1;
}
.transit-process .step-content {
  font-size: 18px;
  line-height: 27px;
  color: var(--white);
  min-height: 180px;
  left: 100px;
  position: relative;
  width: calc(100% - 100px);
  padding: 10px 20px 10px 100px;
  border-radius: 0 20px 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.transit-process .step-content strong {
  display: block;
}
.transit-process .step-content p:last-child {
  margin-bottom: 0;
}
.transit-process .step-content {
  background-color: #ff1546;
}
.transit-process .step:first-child .step-number {
  background-image: url(../images/Step-1.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.transit-process .step:first-child .step-content {
  background-color: #ff1546;
}
.transit-process .step:nth-child(2) .step-number {
  background-image: url(../images/Step-2.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.transit-process .step:nth-child(2) .step-content {
  background-color: #326E93;
}
.transit-process .step:nth-child(3) .step-number {
  background-image: url(../images/Step-3.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.transit-process .step:nth-child(3) .step-content {
  background-color: #F97B40;
}
.transit-process .step:last-child .step-number {
  background-image: url(../images/Step-4.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.transit-process .step:last-child .step-content {
  background-color: #9C1523;
}

.transit-shop {
  padding: 25px 0;
}
.transit-shop .header {
  color: var(--primary);
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 20px;
}
.transit-shop .subtext {
  font-size: 25px;
  line-height: 35px;
  color: var(--black);
  margin-bottom: 0px;
}
.transit-shop .flex-row {
  margin: 40px -15px 0;
}
.transit-shop .flex-row .item {
  width: 50%;
  padding: 0 15px;
}
.transit-shop .flex-row .inner {
  position: relative;
}
.transit-shop .flex-row .inner img {
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  border-radius: 10px;
}
.transit-shop .flex-row .inner .content {
  background: #F1F1F1;
  position: absolute;
  padding: 40px 20px;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  left: -40px;
}
.transit-shop .flex-row .inner .content h3 {
  color: var(--primary);
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.transit-shop .flex-row .inner .content p {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .transit-content .services-list .service:last-child {
    margin-bottom: 15px;
  }
  .transit-process {
    padding: 50px 0 0;
  }
  .transit-process .flex-row {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .transit-process .step {
    width: 100%;
    margin-top: 0;
  }
  .transit-shop {
    padding: 25px 0 0;
  }
  .transit-shop .header {
    color: var(--primary);
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .transit-shop .subtext {
    font-size: 25px;
    line-height: 35px;
    color: var(--black);
    margin-bottom: 0px;
  }
  .transit-shop .flex-row {
    align-items: initial;
  }
  .transit-shop .flex-row .inner {
    position: relative;
    background-color: var(--orange);
    min-height: 100%;
  }
  .transit-shop .flex-row .inner img {
    width: 100%;
    border-radius: 0px;
    height: 320px;
  }
  .transit-shop .flex-row .inner .content {
    position: static;
    border-radius: 0px;
    transform: none;
    max-width: 100% !important;
    padding: 20px !important;
    height: auto !important;
  }
  .transit-shop .flex-row .inner .content h3 {
    color: var(--primary);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .transit-shop .flex-row .inner .content p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .DigiYatra-FAQ {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .transit-content .services-list .service {
    width: 100%;
  }
  .transit-content .services-list .service:last-child {
    margin-bottom: 15px;
  }
  .transit-content .transit-form {
    background: #F1F1F1;
    border-radius: 8px;
    padding: 20px;
  }
  .transit-content .transit-form .input-group {
    display: flex;
    flex-wrap: wrap;
  }
  .transit-content .transit-form .input-group input {
    width: 100%;
    margin-bottom: 20px;
  }
  .transit-content .transit-form .action-button {
    margin-top: 20px;
  }
  .transit-content .subtitle {
    margin-top: 20px;
  }
  .transit-banner-section {
    padding: 25px 15px;
    background-color: var(--yellow);
  }
  .transit-banner-section .flex-row {
    padding: 20px;
    margin: 0 -15px;
    justify-content: space-between;
    background-color: var(--white);
    border-radius: 15px;
    flex-wrap: wrap;
  }
  .transit-banner-section .flex-row .content {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .transit-banner-section .flex-row .content h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .transit-banner-section .flex-row .content p {
    font-size: 20px;
    line-height: 32px;
  }
  .transit-banner-section .flex-row .image-wrapper {
    width: 100%;
    min-width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .transit-banner-section .flex-row .image-wrapper img {
    width: 100%;
    border-radius: 15px;
  }
  .transit-process {
    padding: 25px 0 0;
  }
  .transit-process .flex-row {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .transit-process .step {
    margin: 0px 0 20px 0;
    width: 100%;
    padding: 0 15px 0 0;
  }
  .transit-shop {
    padding: 0 0;
  }
  .transit-shop .header {
    color: var(--primary);
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .transit-shop .subtext {
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 0px;
  }
  .transit-shop .flex-row {
    margin: 20px -15px 0;
    flex-wrap: wrap;
  }
  .transit-shop .flex-row .item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .transit-shop .flex-row .item:last-child {
    margin-bottom: 0;
  }
  .transit-shop .flex-row .inner {
    position: relative;
  }
  .transit-shop .flex-row .inner img {
    min-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 0px;
  }
  .transit-shop .flex-row .inner .content {
    background: #F1F1F1;
    position: static;
    padding: 20px;
    border-radius: 0px;
    top: 50%;
    transform: none;
    max-width: 100%;
    left: -40px;
  }
  .transit-shop .flex-row .inner .content p {
    font-size: 20px;
    line-height: 32px;
  }
}
.airporthotel .services-list {
  justify-content: center;
  gap: 20px;
}
.airporthotel .services-list .service {
  width: 32%;
}
.airporthotel .info-text {
  text-align: left;
}
.airporthotel .info-text p {
  text-align: left;
}

.airporthotelservices {
  padding: 30px 0px;
}
.airporthotelservices .section__title {
  color: var(--primary);
  margin-bottom: 10px;
}
.airporthotelservices .mid_section {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  margin-bottom: 10px;
  padding: 10px 0px;
}
.airporthotelservices .dinning .content h3 {
  font-size: 28px;
}

.hoursection p {
  padding: 10px 0;
}
.hoursection .smallwidth {
  width: auto;
}

.gapsection {
  gap: 10px;
}

.facilities-icons {
  background-color: #F1F1F1;
}
.facilities-icons .icon-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.facilities-icons .icon-grid .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  text-align: center;
  justify-content: center;
}
.facilities-icons .icon-grid .icon-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.facilities-icons .icon-grid .icon-item p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  padding: 0px 5px;
  height: 50px;
  align-items: center;
  display: flex;
}
.facilities-icons .sevenlist {
  gap: 0px;
}
.facilities-icons .sevenlist .sevenitem {
  width: 14%;
}

.colorprimary {
  background-color: var(--primary);
}
.colorprimary .hoursection h3 {
  color: #FBAD18;
}
.colorprimary .hoursection p {
  color: white;
}

.gallerySection .scrollerview {
  background: none;
  padding: 10px;
}
.gallerySection .slick-slider {
  margin-bottom: 0;
}
.gallerySection .slick-dots {
  bottom: -45px !important;
}
.gallerySection .gallaryRow {
  display: flex;
  gap: 20px;
  align-items: center;
}
.gallerySection .gallaryRow .textitem {
  width: 28%;
}
.gallerySection .gallaryRow .textitem h3 {
  text-align: left;
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  letter-spacing: 0px;
  color: #002C61;
  opacity: 1;
}
.gallerySection .gallaryRow .textitem p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #002C61;
  opacity: 1;
}
.gallerySection .gallaryRow .slickitem {
  width: 70%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .table_section .smallwidth {
    width: 32%;
  }
  .airporthotel .services-list {
    gap: 0px;
  }
  .airporthotel .services-list .service {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .table_section .smallwidth {
    width: 48%;
  }
  .table_section {
    padding: 25px 0;
  }
  .airporthotel .services-list {
    gap: 0px;
  }
  .icon-grid {
    align-items: center;
  }
  .icon-grid .icon-item {
    width: 40% !important;
  }
  .airporthotel .services-list .service {
    width: 100%;
  }
  .gallaryRow {
    flex-flow: column;
  }
  .gallaryRow .textitem {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .gallaryRow .slickitem {
    width: 100% !important;
  }
}
.airport_hotel .slick-prev.slick-arrow {
  display: none !important;
}
.airport_hotel .slick-next.slick-arrow {
  display: none !important;
}

.banner-menu {
  background: var(--white);
  border-radius: 75px;
  overflow: hidden;
  margin: 10px auto 0;
  width: 100%;
  max-width: 900px;
}
.banner-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
}
.banner-menu ul li {
  display: flex;
  align-items: center;
  width: 33.33%;
}
.banner-menu ul .tab {
  padding: 21px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 0px;
  color: var(--primary);
  opacity: 1;
  position: relative;
  width: 100%;
}
.banner-menu ul .tab::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #dddddd;
}
.banner-menu ul .tab.active {
  background: #F7931E;
  color: var(--white);
}
.banner-menu ul .tab.active::after {
  display: none;
}

.services-menu-section {
  background: var(--white);
  padding: 20px 0 0;
}
.services-menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0 -30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.services-menu-section ul li {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}
.services-menu-section ul li a {
  font-size: 30px;
  color: var(--black);
  line-height: 40px;
  font-weight: bold;
}
.services-menu-section ul li::after {
  top: 4px;
  content: "|";
  font-size: 30px;
  color: var(--black);
  right: -5px;
  position: absolute;
  line-height: 1;
  font-weight: bold;
}
.services-menu-section ul li:last-child::after {
  display: none;
}

.services-grid {
  background: #DDDDDD;
  padding: 65px 0px 35px;
}
.services-grid .flex-row {
  display: flex;
  margin: 0 -80px;
  flex-wrap: wrap;
}
.services-grid .flex-row .item-box {
  width: 50%;
  padding: 0 80px;
  margin-bottom: 80px;
}
.services-grid .flex-row .item-box .wifi-card {
  width: 100%;
  position: relative;
}
.services-grid .flex-row .item-box .wifi-card .imageover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  height: 400px;
}
.services-grid .flex-row .item-box .wifi-card .text-block {
  position: absolute;
  background-color: var(--white);
  padding: 15px;
  left: -40px;
  top: auto;
  width: 320px;
  border-radius: 8px;
  min-height: 350px;
  bottom: -40px;
}
.services-grid .flex-row .item-box .wifi-card .text-block h3 {
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  line-height: 41px;
  color: var(--primary);
  margin-bottom: 5px;
}
.services-grid .flex-row .item-box .wifi-card .text-block p {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: var(--black);
  margin-bottom: 0;
}
.services-grid .flex-row .item-box .wifi-card .text-block p a {
  text-decoration: underline;
  color: var(--black);
}
.services-grid .flex-row .item-box .wifi-card .text-block p a:hover {
  color: #0800FF;
}

.services-icons {
  padding: 100px 0px 0;
}
.services-icons .icon-grid-service {
  display: flex;
  margin: 0 -20px;
  justify-items: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.services-icons .icon-grid-service .icon-item-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-bottom: 100px;
}
.services-icons .icon-grid-service .icon-item-logo a {
  cursor: pointer;
}
.services-icons .icon-grid-service .icon-item-logo .item-logo {
  height: 100px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.services-icons .icon-grid-service .icon-item-logo .item-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.services-icons .icon-grid-service .icon-item-logo p {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .services-grid .flex-row {
    display: flex;
    margin: 0 -40px;
  }
  .services-grid .flex-row .item-box {
    padding: 0 40px;
  }
  .services-grid .flex-row .item-box .wifi-card .imageover {
    min-height: 400px;
  }
  .services-grid .flex-row .item-box .wifi-card .text-block {
    left: -10px;
    top: auto;
    width: 80%;
    border-radius: 8px;
    min-height: 320px;
    bottom: -50px;
  }
}
@media (max-width: 1024px) {
  .services-icons {
    padding: 80px 0px 0;
  }
  .services-icons .icon-grid-service .icon-item-logo {
    width: 33.33%;
    margin-bottom: 80px;
  }
  .services-grid {
    background: #DDDDDD;
    padding: 40px 0px 20px;
  }
  .services-grid .flex-row {
    align-items: initial;
    margin: 0 -20px;
  }
  .services-grid .flex-row .item-box {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .services-grid .flex-row .item-box .wifi-card {
    width: 100%;
    position: relative;
    min-height: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
  }
  .services-grid .flex-row .item-box .wifi-card .imageover {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 0px;
    height: 300px;
  }
  .services-grid .flex-row .item-box .wifi-card .text-block {
    position: static;
    padding: 15px;
    left: 0;
    top: auto;
    width: 100%;
    border-radius: 0px;
    min-height: initial;
    bottom: 0px;
  }
  .services-grid .flex-row .item-box .wifi-card .text-block h3 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .banner-menu {
    border-radius: 0px;
    background-color: transparent;
  }
  .banner-menu ul {
    flex-wrap: wrap;
  }
  .banner-menu ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    background-color: var(--white);
  }
  .banner-menu ul li:last-child {
    margin-bottom: 0;
  }
  .banner-menu ul .tab {
    padding: 15px;
    font-size: 20px;
  }
  .banner-menu ul .tab::after {
    display: none;
  }
  .services-menu-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .services-menu-section .container ul li {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid black;
    padding-bottom: 20px;
  }
  .services-menu-section .container ul li::after {
    display: none;
  }
  .services-menu-section .container ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .services-icons {
    padding: 50px 0px 0;
  }
  .services-icons .icon-grid-service .icon-item-logo {
    width: 50%;
    margin-bottom: 50px;
  }
  .services-icons .icon-grid-service .icon-item-logo p {
    font-size: 18px;
  }
  .services-grid {
    background: #DDDDDD;
    padding: 40px 0px 0px;
  }
  .services-grid .flex-row .item-box {
    width: 100%;
  }
}
.airline-contact-info {
  padding: 35px 0px 15px;
  background-color: #F1F1F1;
}
.airline-contact-info h1 {
  text-align: center;
  font-size: 42px;
  line-height: 57px;
  color: #FBAD18;
  font-weight: bold;
  margin-bottom: 10px;
}
.airline-contact-info p {
  color: var(--black);
  font-size: 25px;
  line-height: 37px;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.airline-contact-table {
  background-color: var(--white);
  padding: 45px 0;
}
.airline-contact-table .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
.airline-contact-table .services-list .service {
  width: 50%;
  max-width: 450px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.airline-contact-table .services-list .service .inner {
  background-color: #dddddd;
  border-radius: 15px;
  color: var(--white);
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 33px;
  font-family: "Red Hat Text", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.airline-contact-table .services-list .service .inner.bg--yellow {
  background-color: var(--yellow);
}
.airline-contact-table .services-list .service .inner:hover {
  background-color: var(--primary);
  color: var(--white);
}
.airline-contact-table .airline_contact-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.airline-contact-table thead {
  background: var(--black);
  color: var(--white);
  text-align: left;
}
.airline-contact-table thead th {
  color: var(--black);
  padding: 12px;
  border: 1px solid #666666;
  text-align: left;
  background: var(--white);
}
.airline-contact-table td {
  padding: 12px;
  border: 1px solid #666666;
  text-align: left;
  color: #727272;
}
.airline-contact-table tbody tr:nth-child(even) {
  background: #CCCCCC;
}
.airline-contact-table tbody tr:nth-child(even) td {
  color: var(--white);
}

.airline-contactTable .gray-table tr {
  text-align: left;
}
.airline-contactTable .gray-table tr td {
  font-size: 20px;
  text-align: left;
}
.airline-contactTable .gray-table tr td a {
  color: var(--primary);
}
.airline-contactTable .gray-table tr th {
  background: #dddddd;
  font-weight: 600;
  text-align: left;
  font-weight: 600 !important;
}

.airline-support .image-wrapper .content h2 {
  text-align: left;
  font-size: 42px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0px;
  color: var(--primary);
  justify-content: flex-start;
  margin-bottom: 20px;
}
.airline-support .image-wrapper .content p {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 0;
  color: var(--black);
}

@media (max-width: 1200px) and (min-width: 768px) {
  .customer-support .image-wrapper .content {
    max-width: 400px;
  }
  .customer-support .image-wrapper .content h2 {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .airline-contact-info {
    padding: 25px 0px 25px;
  }
  .airline-contact-info h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .airline-contact-info p {
    font-size: 20px;
    line-height: 30px;
  }
  .airline-contact-table {
    padding: 25px 0;
  }
  .airline-contact-table .services-list {
    margin: 0 -20px 20px;
  }
  .airline-contact-table .services-list .service {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .airline-contact-table .services-list .service:last-child {
    margin-bottom: 0;
  }
  .airline-contact-table .services-list .service .inner {
    font-size: 20px;
    line-height: 30px;
  }
  .airline-contact-table .services-list .service .inner.bg--yellow {
    background-color: var(--yellow);
  }
  .airline-contact-table .services-list .service .inner:hover {
    background-color: var(--yellow);
    color: var(--primary);
  }
  .airline-contact-table .airline_contact-table,
  .airline-contact-table thead,
  .airline-contact-table tbody,
  .airline-contact-table th,
  .airline-contact-table td,
  .airline-contact-table tr {
    display: block;
    width: 100%;
  }
  .airline-contact-table thead {
    display: none;
  }
  .airline-contact-table tbody tr {
    margin-bottom: 10px;
    background: var(--white);
  }
  .airline-contact-table tbody td {
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .airline-contact-table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
  }
  .airline-support {
    position: relative;
  }
  .airline-support::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .airline-support .image-wrapper .banner-image {
    min-height: 400px;
  }
  .airline-support .image-wrapper .content {
    z-index: 1;
  }
  .airline-support .image-wrapper .content h2 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .airline-support .image-wrapper .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.wifi_at_del {
  padding: 40px 0px 25px;
  text-align: center;
  background-color: #F1F1F1;
}
.wifi_at_del h1 {
  color: #FBAD18;
  font-size: 42px;
  line-height: 47px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wifi_at_del p {
  font-size: 25px;
  line-height: 33px;
  max-width: 1050px;
  margin: 0 auto 10px;
  color: var(--primary);
}
.wifi_at_del p:last-child {
  margin-bottom: 0;
}

.wifi-flowchart {
  padding: 45px 0;
}
.wifi-flowchart .top-content {
  margin: 0 auto;
}
.wifi-flowchart .top-content p {
  color: var(--primary);
  text-align: center;
  font-size: 25px;
  line-height: 33px;
  max-width: 1050px;
  margin: 0 auto 10px;
  color: var(--primary);
  max-width: 850px;
}
.wifi-flowchart .top-content h2 {
  font-size: 42px;
  line-height: 57px;
  margin: 0 auto 10px;
  color: #FBAD18;
  font-weight: bold;
  text-align: center;
}
.wifi-flowchart .level-1 {
  width: 100%;
  margin: 0px auto 40px;
  max-width: 1080px;
  position: relative;
}
.wifi-flowchart .level-1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #707070;
}
.wifi-flowchart .level-1 .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #707070;
  margin-bottom: 20px;
  justify-content: space-evenly;
}
.wifi-flowchart .level-1 .tab {
  width: 50%;
  padding: 15px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--primary);
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wifi-flowchart .level-2-wrapper {
  position: relative;
  display: flex;
  margin: 0 -30px 0;
  margin-bottom: 0;
}
.wifi-flowchart .level-2-wrapper > li {
  padding: 0 30px;
  width: 50%;
}
.wifi-flowchart .level-2-wrapper li {
  position: relative;
  list-style: none;
}
.wifi-flowchart .level-2-wrapper .headlinebox {
  padding: 5px 0 5px;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0px;
  width: 100%;
  color: var(--primary);
}
.wifi-flowchart .step-box {
  background: var(--orange);
  padding: 20px;
  border-radius: 10px;
  color: var(--white);
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-height: calc(100% - 50px);
}
.wifi-flowchart .step-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wifi-flowchart .step-box ul {
  list-style-type: disc;
  padding: 0px 20px;
}
.wifi-flowchart .step-box ul li {
  margin-bottom: 10px;
  font-size: 25px;
  list-style-type: disc;
  line-height: 32px;
}
.wifi-flowchart .step-box ul li::before {
  display: none;
}
.wifi-flowchart .step-box ul li:last-child {
  margin-bottom: 0;
}
.wifi-flowchart .divider {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-weight: 600;
}
.wifi-flowchart .tab.active {
  background: var(--primary);
  color: var(--white);
}
.wifi-flowchart .level-2 {
  width: 100%;
  margin: 0 auto 0px;
  min-height: 425px;
}

.wifi-Congratulations {
  background: #DDDDDD;
  padding: 75px 0px;
}
.wifi-Congratulations .flex-row {
  display: flex;
  flex-wrap: wrap;
}
.wifi-Congratulations .flex-row .content {
  background-color: white;
  border-radius: 30px;
  padding: 150px 50px;
  width: 100%;
  max-width: 1100px;
  position: relative;
}
.wifi-Congratulations .flex-row .content .inner {
  max-width: 580px;
}
.wifi-Congratulations .flex-row .content .section__title {
  font-size: 42px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
.wifi-Congratulations .flex-row .content p {
  font-size: 25px;
  line-height: 40px;
  color: var(--primary);
}
.wifi-Congratulations .flex-row .content .image-container-congo {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 640px;
  transform: translateY(-50%);
  margin-left: -400px;
}
.wifi-Congratulations .flex-row .content .image-container-congo img {
  width: 100%;
  border-radius: 20px;
}

.wifi-grid-contact {
  margin: 0;
}
.wifi-grid-contact .image-wrapper .content h2 {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .wifi-Congratulations {
    background: #DDDDDD;
    padding: 75px 0px;
  }
  .wifi-Congratulations .flex-row .content {
    max-width: 800px;
    padding: 100px 50px;
  }
  .wifi-Congratulations .flex-row .content .inner {
    max-width: 500px;
  }
  .wifi-Congratulations .flex-row .content .image-container-congo {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 450px;
    transform: translateY(-50%);
    margin-left: -200px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .wifi-Congratulations {
    background: #DDDDDD;
    padding: 75px 0px;
  }
  .wifi-Congratulations .flex-row .content {
    max-width: 100%;
    padding: 50px 30px;
    display: flex;
    align-items: center;
  }
  .wifi-Congratulations .flex-row .content .inner {
    max-width: 50%;
  }
  .wifi-Congratulations .flex-row .content .image-container-congo {
    position: static;
    left: 100%;
    top: 50%;
    width: 50%;
    transform: none;
    margin-left: 0px;
    padding-left: 30px;
  }
  .wifi-flowchart .level-2-wrapper .headlinebox {
    min-height: 92px;
  }
  .wifi-flowchart .step-box {
    min-height: calc(100% - 92px);
  }
}
@media (max-width: 767px) {
  .wifi_at_del {
    padding: 25px 0px 25px;
  }
  .wifi_at_del h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .wifi_at_del p {
    font-size: 20px;
    line-height: 30px;
  }
  .wifi-flowchart {
    padding: 25px 0;
  }
  .wifi-flowchart .top-content {
    margin: 0 auto;
  }
  .wifi-flowchart .top-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .wifi-flowchart .top-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .wifi-flowchart .level-1 {
    display: none;
  }
  .wifi-flowchart .level-1 .menu {
    display: none;
  }
  .wifi-flowchart .level-1 .tab {
    width: 50%;
    padding: 15px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--primary);
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wifi-flowchart .level-2-wrapper {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .wifi-flowchart .level-2-wrapper > li {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .wifi-flowchart .level-2-wrapper > li:last-child {
    margin-bottom: 0;
  }
  .wifi-flowchart .level-2-wrapper:before {
    display: none;
  }
  .wifi-flowchart .level-2-wrapper li {
    width: 100%;
  }
  .wifi-flowchart .level-2-wrapper li::before {
    display: none;
  }
  .wifi-flowchart .level-2-wrapper .headlinebox {
    font-size: 26px;
    line-height: 31px;
  }
  .wifi-flowchart .step-box {
    background: var(--orange);
    padding: 20px;
    border-radius: 10px;
    color: var(--white);
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: initial;
  }
  .wifi-flowchart .step-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .wifi-flowchart .step-box ul {
    list-style-type: disc;
    padding: 0px 20px;
  }
  .wifi-flowchart .step-box ul li {
    font-size: 20px;
    line-height: 30px;
  }
  .wifi-flowchart .tab.active {
    background: var(--primary);
    color: var(--white);
  }
  .wifi-flowchart .level-2 {
    width: 100%;
    margin: 0 auto 0px;
    min-height: 425px;
  }
  .wifi-Congratulations {
    background: #DDDDDD;
    padding: 35px 0px;
  }
  .wifi-Congratulations .flex-row {
    flex-wrap: wrap;
  }
  .wifi-Congratulations .flex-row .content {
    max-width: 100%;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .wifi-Congratulations .flex-row .content .inner {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .wifi-Congratulations .flex-row .content .inner .section__title {
    font-size: 32px;
    line-height: 40px;
  }
  .wifi-Congratulations .flex-row .content .inner p {
    font-size: 20px;
    line-height: 28px;
  }
  .wifi-Congratulations .flex-row .content .image-container-congo {
    position: static;
    left: 100%;
    top: 50%;
    width: 100%;
    transform: none;
    margin-left: 0px;
    padding-left: 0px;
  }
  .customer-support.wifi-grid-contact .image-wrapper .banner-image {
    min-height: 450px;
  }
}
.porter-content-inner.inter-terminal-content {
  padding: 30px 50px 0;
}

.inter-terminal-content .tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.inter-terminal-content .tab {
  width: 32%;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: var(--primary);
  background: #DDDDDD;
  text-transform: uppercase;
}
.inter-terminal-content .tab.active {
  background: #002C61;
  color: #ffffff;
}
.inter-terminal-content .immigrationTab.tabs {
  justify-content: space-between;
}
.inter-terminal-content .nav-item.tab {
  min-width: initial !important;
  margin: 0;
}
.inter-terminal-content .tab-content {
  margin: 0 -50px;
}

.inter-terminal-tables {
  padding-top: 35px;
}
.inter-terminal-tables .section__title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
.inter-terminal-tables .noteBox {
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  color: #002C61;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inter-terminal-tables .gray-table table {
  table-layout: fixed;
}
.inter-terminal-tables .gray-table table th {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid var(--primary);
  text-align: center;
}
.inter-terminal-tables .gray-table table th.center {
  text-align: center;
}
.inter-terminal-tables .gray-table table td {
  text-align: left;
  font-size: 18px;
}
.inter-terminal-tables .gray-table table td.center {
  text-align: center;
}

.shuttle-box .shuttle-info {
  background: url("../images/inter-terminal-connectivity/Group 911.svg") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 30px;
}
.shuttle-box .shuttle-info .shuttle-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.shuttle-box .shuttle-info .shuttle-content .text h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.shuttle-box .shuttle-info .shuttle-content .text ul {
  list-style-type: disc;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 0;
}
.shuttle-box .shuttle-info .shuttle-content .text ul li {
  margin-bottom: 10px;
}
.shuttle-box .shuttle-info .shuttle-content .text ul li:last-child {
  margin-bottom: 0;
}
.shuttle-box .shuttle-info .shuttle-content .image {
  width: 350px;
  display: flex;
}
.shuttle-box .shuttle-info .shuttle-content .image img {
  width: 100%;
}

.video-section {
  background: white;
  padding: 30px 0px;
}
.video-section .video-wrapper {
  position: relative;
  max-width: 100%;
}
.video-section .video-link {
  display: block;
  position: relative;
}
.video-section .video-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-section .video-link img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.video-section .video-wrapper video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 155px;
  height: 155px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.video-section .play-button .play {
  display: flex;
  width: 155px;
  height: 155px;
  background: url("../images/icons/play.svg") no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
}

.terminal-faq {
  padding-top: 25px;
}
.terminal-faq .section__title {
  color: var(--yellow);
  margin-bottom: 20px;
}
.terminal-faq .accordion-item .accordion-button {
  color: var(--black);
  padding-bottom: 10px;
}
.terminal-faq .accordion-body {
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .porter-content-inner.inter-terminal-content {
    padding: 25px 0px;
  }
  .inter-terminal-content .tabs {
    margin-bottom: 0;
  }
  .inter-terminal-content .tab {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .inter-terminal-content .tab:last-child {
    margin-bottom: 0;
  }
  .inter-terminal-content .tab-content {
    margin: 0;
  }
  .inter-terminal-content .nav-item.tab {
    margin: 0 0 10px;
  }
  .inter-terminal-content .nav-item.tab:last-child {
    margin-bottom: 0;
  }
  .inter-terminal-tables {
    padding-top: 15px;
  }
  .inter-terminal-tables .section__title {
    font-size: 28px;
    line-height: 38px;
  }
  .inter-terminal-tables .noteBox {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }
  .inter-terminal-tables .gray-table table {
    table-layout: fixed;
  }
  .inter-terminal-tables .gray-table table th {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
  }
  .inter-terminal-tables .gray-table table td {
    text-align: left;
    font-size: 18px;
  }
  .shuttle-box .shuttle-info {
    background: var(--primary);
  }
  .shuttle-box .shuttle-info .shuttle-content {
    flex-wrap: wrap;
  }
  .shuttle-box .shuttle-info .shuttle-content .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .shuttle-box .shuttle-info .shuttle-content .text h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .shuttle-box .shuttle-info .shuttle-content .image {
    width: 350px;
    display: flex;
    max-width: 100%;
  }
  .shuttle-box .shuttle-info .shuttle-content .image img {
    width: 100%;
  }
  .video-section {
    background: white;
    padding: 30px 0px 0;
  }
  .video-section .play-button {
    width: 55px;
    height: 55px;
  }
  .video-section .play-button .play {
    width: 55px;
    height: 55px;
    background-size: cover;
  }
  .terminal-faq .section__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.lost-found-policy {
  background-color: var(--white);
  color: var(--primary);
  padding: 20px 0;
}
.lost-found-policy p {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 28px;
}

.lostFound-somthing.bank-card-privileges .content-wrapper .image {
  width: 500px;
}
.lostFound-somthing.bank-card-privileges .content-wrapper .text {
  justify-content: center;
  padding-left: 150px;
}
.lostFound-somthing.bank-card-privileges .content-wrapper .text .right {
  max-width: 400px;
}
.lostFound-somthing.bank-card-privileges .content-wrapper .text h3 {
  font-size: 45px;
  line-height: 53px;
  font-weight: bold;
  margin-bottom: 20px;
}
.lostFound-somthing.bank-card-privileges .arrow-button {
  background-color: #F7931E;
  border: none;
  padding: 5px 30px;
  border-radius: 8px;
  cursor: pointer;
}
.lostFound-somthing.bank-card-privileges .arrow-button .arrow {
  font-size: 40px;
  font-weight: bold;
  color: black;
  margin: 0;
  padding: 0;
}
.lostFound-somthing.bank-card-privileges .arrow-button:hover {
  background-color: #E5831A;
}
.lostFound-somthing.bank-card-privileges .arrow-button:active {
  transform: scale(0.95);
}

.lostfound .services-list .service {
  width: 30%;
}

.changelostfound h3 {
  font-weight: bold;
  font-size: 33px;
  line-height: 38px;
  color: #003974 !important;
  text-align: left;
  padding-bottom: 10px;
}
.changelostfound p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
}
.changelostfound .removecolor {
  color: var(--primary);
  text-decoration: underline;
}

.lost-and-found {
  text-align: left !important;
}
.lost-and-found ul {
  color: var(--white);
  font-size: 25px;
  letter-spacing: 0px;
  opacity: 1;
  line-height: 36px;
}

.hrefWhite {
  color: var(--white);
  text-decoration: underline;
}

.baggage-delay h3 {
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 15px;
}

.lost-found-table {
  width: 100%;
  margin-top: 50px;
}
.lost-found-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.lost-found-table table th,
.lost-found-table table td {
  width: 25%;
  border: 1px solid var(--primary);
  padding: 20px 12px;
  text-align: center;
  color: var(--primary);
  font-size: 18px;
  word-break: break-word;
}
.lost-found-table table th a,
.lost-found-table table td a {
  color: var(--primary);
  text-decoration: underline;
}
.lost-found-table table thead {
  background-color: var(--white);
  color: var(--primary);
}
.lost-found-table table thead th {
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.lost-found-table table tbody tr {
  background-color: var(--white);
  padding: 0;
}
.lost-found-table table tbody tr td p {
  margin: 5px 0;
}
.lost-found-table table .mobile-only {
  display: none;
}

.feedback .testimonial {
  text-align: center;
  margin: auto;
  padding: 20px;
}
.feedback .testimonial h3 {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #002C61;
  opacity: 1;
}
.feedback .stars {
  font-size: 25px;
  line-height: 28px;
  color: #F7941D;
  margin: 5px 0;
}
.feedback .testimonial p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--black);
  opacity: 1;
}
.feedback .scrollerview {
  background: none;
}

@media screen and (max-width: 767px) {
  .lost-found-policy {
    background-color: var(--white);
    color: var(--primary);
    padding: 20px 0;
  }
  .lost-found-policy p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .lostfound .services-list .service {
    width: 100%;
  }
  .lost-found-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .lost-found-table thead {
    display: none;
  }
  .lost-found-table tbody tr {
    display: block;
    margin-bottom: 10px;
    background: #F1F1F1;
    padding: 15px;
    border-radius: 5px;
  }
  .lost-found-table td {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    width: 100% !important;
    padding: 10px;
    border-bottom: 0;
    color: var(--primary);
  }
  .lost-found-table td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    min-width: 50%;
    width: 50%;
  }
  .rowspan-content {
    display: block;
    color: var(--primary);
    text-align: left;
    padding: 10px;
    margin-top: -10px;
    border-top: 1px solid #ccc;
  }
  .contact-group {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .lost-found-table table .mobile-only {
    display: block !important;
  }
}
.immigration-content .porter-content-inner {
  padding: 30px 50px 0;
}
.immigration-content .immigrationTab {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.immigration-content .immigrationTab.nav-pills {
  margin-bottom: 40px;
}
.immigration-content .immigrationTab li {
  background: #dddddd;
  color: var(--primary);
  font-size: 22px;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px 0px;
  min-width: 362px;
  margin: 0 30px;
  cursor: pointer;
  padding: 10px 30px;
}
.immigration-content .immigrationTab li.active {
  background-color: var(--primary);
  color: var(--white);
}
.immigration-content .immigrationTab li.nav-item {
  padding: 0;
}
.immigration-content .immigrationTab li.nav-item button {
  width: 100%;
  color: var(--primary);
  padding: 10px;
}
.immigration-content .immigrationTab li.nav-item button.active {
  background-color: var(--primary);
  color: var(--white);
}

.DepartingDEL {
  width: calc(100% + 20px);
  border-radius: 15px;
  background: #f1f1f1;
  overflow: hidden;
  margin: 0 -20px 40px;
}
.DepartingDEL table {
  width: 100%;
}
.DepartingDEL table tr td {
  font-size: 20px;
  color: var(--primary);
  padding: 18px;
  border-top: 1px var(--primary) solid;
}
.DepartingDEL table tr th {
  text-align: center;
  color: var(--primary);
  font-size: 25px;
  background: #dddddd;
  padding: 18px;
}

.DepartingFrom {
  width: 100%;
}
.DepartingFrom.mb-40 {
  margin-bottom: 40px;
}
.DepartingFrom .section__title {
  font-size: 42px;
  line-height: 47px;
  color: var(--yellow);
  margin-bottom: 30px;
}
.DepartingFrom .row {
  width: 100%;
  background: #f1f1f1;
  padding: 30px;
  color: var(--black);
  font-size: 25px;
  line-height: 40px;
}
.DepartingFrom .row .Departingrow {
  width: 100%;
  margin-bottom: 20px;
}
.DepartingFrom .row .Departingrow:last-child {
  margin: 0;
}
.DepartingFrom .row .Departingrow h3 {
  color: var(--primary);
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  margin: 0px 0 5px;
}
.DepartingFrom .row .Departingrow ul {
  margin-bottom: 0;
}
.DepartingFrom .row .Departingrow ul a {
  color: #0800FF;
  text-decoration: underline;
}
.DepartingFrom .row .Departingrow p {
  color: var(--black);
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 5px;
}
.DepartingFrom .row .Departingrow p a {
  color: #0800FF;
  text-decoration: underline;
}
.DepartingFrom .row .Departingrow p:last-child {
  margin-bottom: 0;
}

.Stepsto {
  padding: 25px 0;
}
.Stepsto .section__title {
  font-size: 42px;
  line-height: 47px;
  color: var(--yellow);
  margin-bottom: 10px;
}
.Stepsto .subtitle {
  color: var(--primary);
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  margin: 0px 0 6px;
  text-align: center;
}
.Stepsto .StepstoRow {
  border-radius: 20px;
  width: 100%;
  background: var(--primary);
  padding: 30px;
  margin-top: 30px;
}
.Stepsto .StepstoRow .StepstoBox {
  width: 100%;
  margin-bottom: 40px;
}
.Stepsto .StepstoRow .StepstoBox strong {
  display: block;
  color: var(--orange);
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  padding-bottom: 6px;
}
.Stepsto .StepstoRow .StepstoBox p {
  color: var(--white);
  font-size: 25px;
  line-height: 35px;
}
.Stepsto .StepstoRow .StepstoBox p a {
  color: var(--white);
  text-decoration: underline;
}
.Stepsto .StepstoRow .StepstoBox p a.ClickHere {
  color: var(--black);
  background: var(--white);
  border-radius: 40px;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
}
.Stepsto .StepstoRow .StepstoBox:last-child {
  margin: 0;
}

.ProceedBaggage {
  width: 100%;
  padding: 25px 0 100px;
}
.ProceedBaggage .item-row {
  width: 100%;
  margin-bottom: 30px;
}
.ProceedBaggage .item-row:last-child {
  margin-bottom: 0;
}
.ProceedBaggage .item-row h3 {
  color: var(--orange);
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 15px;
  font-weight: bold;
}
.ProceedBaggage .item-row p {
  color: var(--primary);
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 30px;
}
.ProceedBaggage .item-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ProceedBaggage .item-row ul li {
  color: var(--primary);
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.ProceedBaggage .item-row ul li:last-child {
  margin-bottom: 0;
}
.ProceedBaggage .item-row ul li:after {
  content: "";
  position: absolute;
  left: 0;
  background: var(--primary);
  width: 6px;
  height: 6px;
  top: 14px;
  border-radius: 100px;
}
.ProceedBaggage .item-row ul li strong {
  display: block;
}

@media (max-width: 1280px) {
  .immigration-content .immigrationTab {
    flex-wrap: wrap;
  }
  .immigration-content .immigrationTab li {
    min-width: 48%;
    margin: 0 5px 0;
    padding: 10px;
  }
  .immigration-content .immigrationTab li:last-child {
    margin-bottom: 0;
  }
  .DepartingDEL {
    width: 100%;
    margin: 0 0px 40px;
  }
  .DepartingFrom {
    width: 100%;
  }
  .DepartingFrom .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .immigration-content .porter-content-inner {
    padding: 25px 0 0;
  }
  .immigration-content .immigrationTab {
    flex-wrap: wrap;
  }
  .immigration-content .immigrationTab.nav-pills {
    margin-bottom: 25px;
  }
  .immigration-content .immigrationTab li {
    min-width: 100%;
    margin: 0px;
    padding: 10px 30px;
    margin-bottom: 10px;
  }
  .immigration-content .immigrationTab li:last-child {
    margin-bottom: 0;
  }
  .DepartingFrom {
    width: 100%;
  }
  .DepartingFrom .section__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .DepartingFrom .row {
    margin: 0;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .DepartingFrom .row ul {
    margin-bottom: 0;
  }
  .DepartingFrom .row .Departingrow {
    width: 100%;
    margin-bottom: 20px;
  }
  .DepartingFrom .row .Departingrow:last-child {
    margin: 0;
  }
  .DepartingFrom .row .Departingrow h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0 15px;
  }
  .DepartingFrom .row .Departingrow p {
    font-size: 20px;
    line-height: 30px;
  }
  .Stepsto {
    padding: 25px 0;
  }
  .Stepsto .section__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .Stepsto .subtitle {
    font-size: 26px;
    line-height: 30px;
  }
  .Stepsto .StepstoRow {
    padding: 20px;
    margin-top: 20px;
  }
  .Stepsto .StepstoRow .StepstoBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .Stepsto .StepstoRow .StepstoBox strong {
    display: block;
    color: var(--orange);
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 6px;
  }
  .Stepsto .StepstoRow .StepstoBox p {
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
  }
  .ProceedBaggage {
    width: 100%;
    padding: 0px 0 50px;
  }
  .ProceedBaggage .item-row {
    width: 100%;
    margin-bottom: 20px;
  }
  .ProceedBaggage .item-row:last-child {
    margin-bottom: 0;
  }
  .ProceedBaggage .item-row h3 {
    color: var(--orange);
    font-size: 26px;
    line-height: 30px;
  }
  .ProceedBaggage .item-row p {
    font-size: 20px;
    line-height: 30px;
  }
  .ProceedBaggage .item-row ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
.howCanuse {
  width: 100%;
}
.howCanuse .flex-row {
  align-items: initial;
  justify-content: space-between;
}
.howCanuse .howCanuseBox {
  width: 50%;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}
.howCanuse .howCanuseBox .CanuseBox {
  border-radius: 29px;
  background: var(--orange);
  height: 100%;
  padding: 20px;
}
.howCanuse .howCanuseBox .CanuseBox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.howCanuse .howCanuseBox .CanuseBox ul li {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 14px;
  color: #000000;
  padding-left: 30px;
  background-image: url(../images/rightIcon.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
}
.howCanuse .howCanuseBox .CanuseBox span {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding-left: 30px;
  display: block;
}
.howCanuse .firstofits {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.howCanuse .firstofits p {
  color: #002C61;
  font-size: 25px;
  line-height: 28px;
  width: 70%;
  margin: auto;
}
.howCanuse .Title {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #003974;
}

.DepartureEntryGate {
  width: 100%;
  margin-top: 47px;
}
.DepartureEntryGate .title {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  line-height: 47px;
  color: #FBAD18;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}
.DepartureEntryGate .EntryGate {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #f1f1f1;
}
.DepartureEntryGate .EntryGate > strong {
  display: block;
  background: #dddddd;
  text-align: center;
  color: #002C61;
  font-size: 30px;
  font-weight: 900;
  line-height: 66px;
}
.DepartureEntryGate .EntryGateRow {
  display: flex;
  padding: 30px;
  justify-content: center;
}
.DepartureEntryGate .EntryGateRow img {
  max-width: 100%;
  display: block;
}
.DepartureEntryGate .EntryGatecontent {
  padding-left: 40px;
}
.DepartureEntryGate .EntryGatecontent h4 {
  color: #002C61;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
}
.DepartureEntryGate .EntryGatecontent ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.DepartureEntryGate .EntryGatecontent ul li {
  color: #000000;
  font-size: 25px;
  line-height: 31px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.DepartureEntryGate .EntryGatecontent ul li strong {
  border-radius: 8px;
  background: #fff;
  min-width: 36px;
  min-height: 36px;
  text-align: center;
  margin-right: 15px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Benefits {
  width: 100%;
  position: relative;
  padding: 30px 0;
}
.Benefits:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 382px;
  background: #f1f1f1;
  z-index: -1;
}
.Benefits .title {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  line-height: 47px;
  color: #FBAD18;
  margin-bottom: 10px;
  text-align: center;
}
.Benefits ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
.Benefits ul li {
  color: #000000;
  font-size: 25px;
  line-height: 40px;
  padding-left: 24px;
  position: relative;
}
.Benefits ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  background: #000;
  top: 18px;
  border-radius: 10px;
}
.Benefits p {
  color: #000000;
  font-size: 25px;
  line-height: 40px;
  margin: 0;
}
.Benefits .subheading {
  color: #002C61;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  margin: 0 0 10px;
}

.getReady {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #f1f1f1;
  margin-bottom: 32px;
}
.getReady strong {
  background: #dddddd;
  display: block;
  text-align: center;
  line-height: 63px;
  color: #F7941D;
  font-size: 25px;
  font-weight: bold;
}
.getReady .getReadyRow {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px #002c61 solid;
}
.getReady .getReadyRow p {
  padding: 20px 0;
  width: 30%;
  text-align: center;
  font-size: 20px;
  color: #002C61;
  margin: 0;
}
.getReady > p {
  color: #000000;
  font-size: 25px;
  line-height: 40px;
}

.TrustedTraveller {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.TrustedTraveller h3 {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  line-height: 47px;
  color: #FBAD18;
  text-align: center;
  width: 70%;
  margin: 0 auto 30px;
}
.TrustedTraveller strong {
  color: #002C61;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  margin: 0 0 10px;
  display: block;
}
.TrustedTraveller .Trustedbox {
  background: #F2F2F2;
  max-width: 490px;
  margin: auto;
  padding: 30px 0;
  border-radius: 10px;
  color: #000000;
  font-size: 20px;
  line-height: 35px;
}
.TrustedTraveller .Trustedbox span {
  display: block;
}
.TrustedTraveller .Trustedbox a {
  font-weight: bold;
  color: #000;
}

.TTP-faqs .accordion-item .accordion-button {
  color: var(--black);
}
.TTP-faqs a {
  color: var(--black);
  text-decoration: underline;
}
.TTP-faqs .faq .accordion-body {
  font-size: 25px;
}

@media (max-width: 991px) {
  .DepartureEntryGate {
    margin-top: 25px;
  }
  .DepartureEntryGate .EntryGateRow {
    flex-wrap: wrap;
  }
  .DepartureEntryGate .EntryGateRow img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .DepartureEntryGate .EntryGatecontent {
    padding-left: 0px;
  }
  .howCanuse .howCanuseBox .Title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .howCanuse {
    width: 100%;
  }
  .howCanuse .flex-row {
    flex-wrap: wrap;
  }
  .howCanuse .howCanuseBox {
    width: 100%;
    margin: 0;
    min-height: initial;
  }
  .howCanuse .howCanuseBox .CanuseBox {
    height: 100%;
    margin-bottom: 20px;
    min-height: initial;
  }
  .howCanuse .howCanuseBox .CanuseBox ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .howCanuse .howCanuseBox .CanuseBox span {
    font-size: 20px;
    line-height: 26px;
  }
  .howCanuse .firstofits {
    width: 100%;
    text-align: center;
    padding: 0px 0 25px;
  }
  .howCanuse .firstofits p {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  .howCanuse .Title {
    font-size: 32px;
    text-align: center;
  }
  .Benefits {
    padding: 25px 0 0;
  }
  .Benefits .title {
    font-size: 32px;
    line-height: 40px;
  }
  .Benefits ul {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
  }
  .Benefits ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .Benefits p {
    font-size: 20px;
    line-height: 26px;
  }
  .Benefits .subheading {
    font-size: 26px;
    line-height: 30px;
  }
  .getReady {
    margin-bottom: 20px;
  }
  .getReady strong {
    line-height: 35px;
    font-size: 20px;
    padding: 10px;
  }
  .getReady .getReadyRow {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .getReady .getReadyRow p {
    padding: 15px 10px;
    width: 50%;
  }
  .getReady > p {
    font-size: 20px;
    line-height: 26px;
  }
  .DepartureEntryGate {
    margin-top: 25px;
  }
  .DepartureEntryGate .title {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .DepartureEntryGate .EntryGate {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #f1f1f1;
  }
  .DepartureEntryGate .EntryGate > strong {
    display: block;
    background: #dddddd;
    text-align: center;
    color: #002C61;
    font-size: 30px;
    font-weight: 900;
    line-height: 66px;
  }
  .DepartureEntryGate .EntryGateRow {
    padding: 20px;
    flex-wrap: wrap;
  }
  .DepartureEntryGate .EntryGateRow img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .DepartureEntryGate .EntryGatecontent {
    padding-left: 0px;
  }
  .DepartureEntryGate .EntryGatecontent h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .DepartureEntryGate .EntryGatecontent ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .DepartureEntryGate .EntryGatecontent ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .TrustedTraveller {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  .TrustedTraveller h3 {
    font-size: 32px;
    line-height: 42px;
    width: 100%;
  }
  .TrustedTraveller strong {
    font-size: 26px;
    line-height: 30px;
  }
  .TrustedTraveller .Trustedbox {
    font-size: 20px;
    line-height: 35px;
  }
  .TTP-faqs .faq .accordion-body {
    font-size: 20px;
  }
}
.delCare-content {
  background-color: var(--white);
  padding: 35px 0;
}
.delCare-content p {
  color: var(--primary);
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0;
}

.del-cares-row {
  width: 100%;
  background: #f1f1f1;
  padding: 40px 0;
}
.del-cares-row .section__title {
  color: var(--orange);
  font-size: 42px;
  cursor: pointer;
  background-image: url(../images/caresarrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 0;
}
.del-cares-row:nth-child(even) {
  background-color: var(--white);
}
.del-cares-row:nth-child(even) .del-cares-content .row2 h3 i {
  background-color: #f1f1f1;
}
.del-cares-row .del-cares-content {
  width: 100%;
}
.del-cares-row .del-cares-content .row2 {
  width: 100%;
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px #908a8a solid;
  padding: 40px 0px;
}
.del-cares-row .del-cares-content .row2 h3 {
  display: flex;
  align-items: center;
  color: var(--primary);
  font-size: 30px;
  font-weight: 900;
}
.del-cares-row .del-cares-content .row2 h3 i {
  width: 95px;
  height: 95px;
  background: var(--white);
  border-radius: 8px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.del-cares-row .del-cares-content .row2 p {
  margin: 0 0 6px;
}
.del-cares-row .del-cares-content .row2 p:nth-child(2) {
  margin-bottom: 30px;
}
.del-cares-row .del-cares-content .row2 ul {
  list-style: none;
  margin: 0 0;
  padding: 0;
}
.del-cares-row .del-cares-content .row2 ul li {
  padding-left: 26px;
  position: relative;
  margin: 3px 0;
}
.del-cares-row .del-cares-content .row2 ul li:after {
  content: "✔";
  left: 0;
  position: absolute;
  top: 2px;
}

.del-cares-content .contact {
  margin-top: 10px;
}
.del-cares-content .contact .contactrow {
  border: 1px solid var(--black);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  font-size: 25px;
  line-height: 35px;
}
.del-cares-content .contact .contactrow strong {
  display: block;
  margin: 0;
}
.del-cares-content .contact .contactrow p {
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}
.del-cares-content .contact .contactrow ul {
  width: 50%;
  border-left: 1px solid var(--black);
  padding: 20px !important;
}
.del-cares-content .contact .contactrow ul li {
  padding-left: 0;
}
.del-cares-content .contact .contactrow ul li:after {
  display: none;
  padding-left: 0;
}
.del-cares-content .contact .contactrow.assistance {
  background: #F1F1F1;
  border: 0;
}
.del-cares-content .contact .contactrow.assistance ul {
  width: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .delCare-content {
    padding: 25px 0;
  }
  .delCare-content p {
    font-size: 20px;
    line-height: 26px;
  }
  .del-cares-row {
    padding: 25px 0;
  }
  .del-cares-row .section__title {
    color: var(--orange);
    font-size: 32px;
    padding: 0 20px;
  }
  .del-cares-row .del-cares-content {
    width: 100%;
  }
  .del-cares-row .del-cares-content .row2 {
    padding: 30px 0px;
  }
  .del-cares-row .del-cares-content .row2 h3 {
    font-size: 26px;
  }
  .del-cares-row .del-cares-content .row2 h3 i {
    width: 85px;
    height: 85px;
    min-width: 85px;
    margin-right: 10px;
  }
  .del-cares-content .contact {
    margin-top: 10px;
  }
  .del-cares-content .contact .contactrow {
    font-size: 20px;
    line-height: 26px;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .del-cares-content .contact .contactrow p {
    width: 100%;
    padding: 20px;
  }
  .del-cares-content .contact .contactrow ul {
    width: 100%;
    border-left: 0;
    border-top: 1px solid var(--black);
    padding: 20px;
    text-align: center;
  }
}
.faqmainpage {
  gap: 15px !important;
}
.faqmainpage .service .bg--beachcolor {
  padding: 12px 12px;
  background-color: #dddddd;
  border-radius: 15px;
  color: var(--primary);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3sease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.faqmainpage .service .active {
  background-color: #232B66 !important;
  color: white;
}
.faqmainpage .nav-link {
  padding: 12px 12px;
  background-color: #dddddd;
  border-radius: 15px;
  color: var(--primary);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.faqmainpage .nav-link.active {
  background-color: #232B66;
  color: white;
}

.slight_inner {
  padding: 5px 15px;
}

.faqtable table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.faqtable table th {
  color: white;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px;
}

.faqtable table th:first-child {
  border-top-left-radius: 10px;
}

.faqtable table th:last-child {
  border-top-right-radius: 10px;
}

.faqtable table th {
  color: white;
  background-color: var(--primary);
}

.faqtable table tbody tr td {
  border: 1px solid var(--primary);
}

.faqtable table tbody tr:last-child td {
  border-bottom: 1px solid var(--primary);
}

.gray-table table tbody tr:last-child td:first-child {
  border-radius: 0px;
}

.gray-table table tbody tr:last-child td:last-child {
  border-radius: 0;
}

.orangeColorhead {
  color: #FBAD18 !important;
}

.mainfaqpage {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .faqmainpage .nav-item {
    width: 100%;
  }
  .faqmainpage .nav-item .nav-link {
    width: 100%;
  }
}
.hoi-content .porter-content-inner {
  padding: 20px 50px 0;
}

.boxflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  text-align: center;
}
.boxflex .text-content {
  flex: 1;
  text-align: left;
  font-size: 25px;
  line-height: 28px;
}
.boxflex .text-content ul {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 50px;
}
.boxflex .text-content ul li {
  margin-bottom: 5px;
}
.boxflex .text-content ul li:last-child {
  margin-bottom: 0;
}
.boxflex .download-text {
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
}
.boxflex .app-links {
  display: flex;
}
.boxflex .app-links a {
  display: block;
  margin-right: 20px;
}
.boxflex .image-content {
  width: 50%;
}
.boxflex .image-content img {
  max-width: 100%;
  height: auto;
}

.minHeighthoi {
  min-height: 225px;
}

.hoi-app {
  padding: 0px !important;
}

.newhoiclas {
  padding: 0px !important;
  background: white !important;
}

.Gallery .hoisection {
  padding: 0px;
  padding-right: 20px;
}

.hoiGallery {
  padding: 25px 0;
}
.hoiGallery .hoi-slider {
  width: 100% !important;
}
.hoiGallery .hoi-slider .box1 {
  background-image: url("../images/_hoi/Group 793.png");
}
.hoiGallery .hoi-slider .box2 {
  background-image: url("../images/_hoi/Group 794.png");
}
.hoiGallery .hoi-slider .box3 {
  background-image: url("../images/_hoi/Group 795.png");
}
.hoiGallery .hoi-slider .box4 {
  background-image: url("../images/_hoi/Group 796.png");
}
.hoiGallery .hoi-slider .box5 {
  background-image: url("../images/_hoi/Group 797.png");
}
.hoiGallery .hoi-slider .overlay-text {
  background-size: cover;
  background-position: center;
  height: 403px;
  display: flex;
  justify-content: center;
  position: relative;
  color: white;
  text-align: left;
  flex-flow: column;
  padding: 30px 50px;
  border-radius: 14px;
}
.hoiGallery .hoi-slider .overlay-text h2 {
  color: #FBAD18;
  font-weight: bold;
  margin-bottom: 5px;
}
.hoiGallery .hoi-slider .overlay-text .scrptag {
  width: 50%;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 30px;
}
.hoiGallery .slick-list {
  margin: 0 -10px;
}
.hoiGallery .slick-slide {
  margin: 0 10px;
}
.hoiGallery .slick-dots {
  bottom: -45px;
}
.hoiGallery .slick-arrow {
  display: none !important;
}

.fixedMargin {
  margin-bottom: 15px;
}

.aroundpadding {
  padding: 30px 0px;
}

.glimpseappimage {
  height: 100% !important;
}

.glimpslider {
  background: white;
  padding: 0px !important;
}

.Glimpse-Slider-Box {
  padding: 0px;
}

.hoi-faq {
  padding: 0 0 30px;
  margin-top: 70px;
}
.hoi-faq .section__title {
  margin-bottom: 20px;
}
.hoi-faq .glimpsptag {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0px;
  color: var(--black);
  margin-bottom: 30px;
}
.hoi-faq .accordion-item .accordion-button {
  color: var(--black);
}
.hoi-faq .accordion-body {
  font-size: 25px;
  line-height: 30px;
}

.hoi-app .section__title {
  font-size: 42px;
}
.hoi-app .glimpsptag {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0px;
  color: var(--black);
  max-width: 1100px;
  margin: 0 auto 10px;
}

@media (max-width: 1024px) {
  .scrptag {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .hoiGallery .hoi-slider .overlay-text {
    padding: 30px;
  }
  .hoiGallery .hoi-slider .overlay-text .scrptag {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .hoi-content .porter-content-inner {
    padding: 20px 0px 0;
  }
  .boxflex {
    flex-direction: row;
    text-align: left;
  }
  .boxflex .text-content {
    font-size: 20px;
    line-height: 28px;
  }
  .boxflex .image-content {
    width: 100%;
    margin-top: 25px;
  }
  .hoiGallery {
    padding: 15px 0;
  }
  .hoiGallery .hoi-slider {
    width: 100% !important;
  }
  .hoiGallery .hoi-slider .overlay-text {
    height: 420px;
    padding: 20px;
  }
  .hoiGallery .hoi-slider .overlay-text .scrptag {
    width: 80%;
    margin-top: 20px;
    font-weight: 600;
  }
  .hoi-app .section__title {
    font-size: 32px;
  }
  .hoi-app .glimpsptag {
    text-align: center;
    font-size: 20px;
  }
}/*# sourceMappingURL=main.css.map */