@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__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 30px;
  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: 25px;
  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-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: 59px;
  line-height: 68px;
  margin-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
}
.inner-page-banner .banner-text p {
  text-align: center;
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
  margin-bottom: 0;
}
.inner-page-banner.liveflight--banner h1 {
  color: var(--yellow);
}
.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;
}
@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.clockRoom-banner .banner-image {
    min-height: 330px;
    height: 330px;
  }
  .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;
  }
}

.explore-delhi {
  background-image: url(../images/explore-delhi.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0 70px;
  color: var(--white);
}
.explore-delhi h2 {
  font-weight: 900;
  font-size: 101px;
  line-height: 122px;
  font-family: "Red Hat Text", serif;
  color: var(--white);
}
.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;
}

@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 .flex-row {
  justify-content: space-between;
}
.download-app .content {
  max-width: 700px;
}
.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;
}
.download-app .content p.categories {
  margin-top: 40px;
  line-height: 35px;
  font-family: "Red Hat Text", serif;
}
.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: 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: 1100px) and (min-width: 768px) {
  .download-app .content {
    max-width: 700px;
  }
  .download-app .content h2 {
    font-size: 40px;
    line-height: 62px;
  }
  .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: 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: 50px 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 !important;
    height: 30px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.baggage-service {
  padding: 50px 0 10px;
}
.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 .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.active img {
  filter: brightness(100);
}
.search-section .nav .nav-item button img {
  width: 45px;
  height: auto;
  margin-right: 4px;
}
.search-section .tab-options {
  border-bottom: 1px solid var(--black);
  display: flex;
  margin-bottom: 25px;
}
.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: 18px;
  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;
}
.search-section .search-box .search-box-inner input:read-only {
  color: #AFAFAF;
}
.search-section .search-box .search-box-inner select {
  border: 0;
  color: var(--primary);
  height: 52px;
  padding: 0 15px;
  width: 100%;
  outline: 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: -10px;
  top: 5px;
  color: #AFAFAF;
}
.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%;
  }
}
@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: 16px;
  }
  .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:last-child {
    margin-top: 19px;
  }
  .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;
  }
}
.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;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .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: 34px;
  line-height: 39px;
  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: 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: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  font-style: normal;
  letter-spacing: 0;
}
.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 (max-width: 768px) {
  .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: 50px;
  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: 25px;
  line-height: 29px;
  letter-spacing: 0px;
}
.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: 767px) {
  .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: 0px;
    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 20px;
  position: relative;
}
.service-bar ul li a {
  color: var(--black);
}
.service-bar ul li::after {
  content: "|";
  position: absolute;
  right: -25px;
  top: -2px;
}
.service-bar ul li:last-child::after {
  display: none;
}

@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: 50px 0 0;
}
.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;
}

@media screen and (max-width: 767px) {
  .delivery-service {
    padding: 20px 0 0;
  }
  .delivery-service .service-table .table-header {
    height: auto;
    padding: 10px 0;
    font-family: "Red Hat Text", serif;
    letter-spacing: 0px;
  }
  .delivery-service .service-table .table-header .flex-row {
    display: block;
    height: auto;
  }
  .delivery-service .service-table .table-header .flex-row .item:last-child {
    padding-left: 0px;
  }
  .delivery-service .service-table .table-body {
    background: #F1F1F1;
  }
  .delivery-service .service-table .table-body .table-row {
    padding: 20px 0;
    display: block;
  }
  .delivery-service .service-table .table-body .table-row:last-child {
    border-bottom: none;
  }
  .delivery-service .service-table .table-body .table-row .item:first-child {
    width: 100%;
    white-space: normal;
    font-size: 16px;
  }
  .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 {
    font-size: 20px;
    padding-left: 0px;
  }
  .delivery-service .delivery-form {
    width: 100%;
  }
  .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: 900px;
  margin: 0 auto;
}
.flyer-tips .title {
  font-family: "NewsSector Amplitude", sans-serif;
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  line-height: 47px;
  color: #FBAD18;
  margin-bottom: 10px;
}
.flyer-tips .description {
  font-family: "Frutiger", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .flyer-tips {
    padding: 30px 15px;
  }
  .flyer-tips .title {
    font-size: 24px;
  }
  .flyer-tips .description {
    font-size: 16px;
  }
}
.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: 17px 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-family: "Frutiger", sans-serif;
  font-weight: bold;
  transform: rotate(45deg);
  position: relative;
  border-radius: 21px;
  transition: all 0.3s ease-in-out;
}
.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-family: "NewsSector Amplitude", sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: left;
}
.prm-flytips-grid .diamond-grid .diamond .text {
  transform: rotate(-45deg);
  max-width: 90px;
  font-family: "Frutiger", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: -webkit-center;
  opacity: 1;
}
.prm-flytips-grid .diamond-grid .diamond:hover {
  background-color: #d97a08;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .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;
  font-family: "NewsSector Amplitude", sans-serif;
  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 {
  /* color: #002C61; */
  /* font-family: "NewsSector Amplitude", sans-serif; */
  /* margin-bottom: 10px; */
  font-family: "Frutiger", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
  /* border-bottom: 14px solid #F7941D; */
  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-family: "Frutiger", sans-serif;
  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-planing-grid .content-block .content .highlight-text {
  font-family: "Frutiger", sans-serif;
  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: 768px) {
  .prm-planing-grid .content-block {
    flex-direction: column;
    text-align: center;
  }
  .prm-planing-grid .content-block .image {
    max-width: 100%;
  }
  .prm-planing-grid .content-block .content {
    padding-left: 0;
  }
}

.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 {
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  font: normal normal bold 35px/40px "Frutiger";
  letter-spacing: 0px;
  color: #FFFFFF;
}
.baggage-info .info-box {
  color: #FFFFFF;
  padding: 30px 0px 0px 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: normal normal normal 25px/28px "Frutiger";
  letter-spacing: 0px;
  color: #002C61;
  text-align: left;
}
.baggage-info .info-box .cta-btn {
  background-color: #002c61;
  /* color: #002C61; */
  /* font-size: 16px; */
  /* font-weight: bold; */
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font: normal 30px/33px "Frutiger", sans-serif;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 0;
}
.baggage-info .info-box .info-image img {
  width: 100%;
  margin: 4px 3px 0px 12px;
}
.baggage-info .section-title {
  /* font-size: 28px; */
  /* font-weight: bold; */
  /* font-family: "NewsSector Amplitude", sans-serif; */
  /* color: #002C61; */
  margin-top: 30px;
  font-family: "NewsSector Amplitude", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #003974;
  text-align: center;
}
.baggage-info .section-description {
  /* font-family: "Frutiger", sans-serif; */
  /* color: #000000; */
  margin-bottom: 20px;
  font-family: "Frutiger", sans-serif;
  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;
}
.baggage-info .baggage-categories .baggage-item h4 {
  margin-top: 10px;
  font-family: "Frutiger", sans-serif;
  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-family: "Frutiger", sans-serif;
  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-family: "Frutiger", sans-serif;
  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: 768px) {
  .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;
  }
}

.airport-info {
  background-color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
}
.airport-info .title {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  font-family: "NewsSector Amplitude", sans-serif;
  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-family: "NewsSector Amplitude", sans-serif;
  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 {
  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 .content-title {
  font-family: "NewsSector Amplitude", sans-serif;
  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 {
  font-family: "Frutiger", sans-serif;
  color: #000000;
  margin-bottom: 10px;
  border-bottom: 14px solid #F7941D;
  font-family: "Frutiger", sans-serif;
  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-family: "Frutiger", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
}
@media (max-width: 768px) {
  .airport-info .content-block {
    flex-direction: column;
    text-align: center;
  }
  .airport-info .content-block .image {
    max-width: 100%;
  }
  .airport-info .content-block .content {
    padding-left: 0;
  }
}
.airport-info .immigration-warning {
  font-family: "Frutiger", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #FF1546;
  text-align: center;
}
.airport-info .immigration-warning a {
  color: #FF1546;
}

.prm-sec {
  background-color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
}
.prm-sec .title {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  font-family: "NewsSector Amplitude", sans-serif;
  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-family: "Frutiger", sans-serif;
  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-family: "Frutiger", sans-serif;
  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-family: "Frutiger", sans-serif;
  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 h3 {
  font: normal normal 900 28px/32px "NewsSector Amplitude";
  letter-spacing: 0px;
  color: #003974;
  text-align: center;
}
.prm-sec .content-block .content .content-disc p {
  font: normal normal normal 25px/28px "Frutiger";
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}
.prm-sec .content-block .content .highlight-text {
  font-family: "Frutiger", sans-serif;
  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: 768px) {
  .prm-sec .content-block {
    flex-direction: column;
    text-align: center;
  }
  .prm-sec .content-block .image {
    max-width: 100%;
  }
  .prm-sec .content-block .content {
    padding-left: 0;
  }
}

.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 {
  font: normal normal 900 42px/49px "NewsSector Amplitude";
  letter-spacing: 0px;
  color: #002C61;
  text-align: left;
}
.Facilities .content .content-text {
  font: normal normal normal 25px/28px "Frutiger";
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}

.immigration {
  background-color: #FFFFFF;
  padding: 22px;
  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: 12px;
  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-family: "Frutiger", sans-serif;
  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;
  font: normal normal normal 25px/28px "Frutiger";
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
.immigration .content-block .content .highlight-text {
  font-family: "Frutiger", sans-serif;
  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;
}
.immigration .right .image {
  flex: 1;
}
.immigration .right .image img {
  width: 100%;
  margin-bottom: 8px;
}
.immigration .right .content-title {
  /* color: #002C61; */
  /* font-family: "NewsSector Amplitude", sans-serif; */
  /* margin-bottom: 10px; */
  font-family: "Frutiger", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #F7941D;
  text-align: center;
  /* border-bottom: 14px solid #F7941D; */
  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 {
  font: normal normal normal 25px/28px "Frutiger";
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
.immigration .left {
  background-color: #F7941D;
  border: 14px solid #F7941D;
}
.immigration .left .image {
  flex: 1;
}
.immigration .left .image img {
  width: 100%;
  margin-bottom: 8px;
}
.immigration .left .content-title {
  /* color: #002C61; */
  /* font-family: "NewsSector Amplitude", sans-serif; */
  /* margin-bottom: 10px; */
  font-family: "Frutiger", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #002C61;
  text-align: center;
  /* border-bottom: 14px solid #F7941D; */
  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 {
  font: normal normal normal 25px/28px "Frutiger";
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}

.special_assistance {
  padding: 22px;
}
.special_assistance .special-assistance {
  color: #FFFFFF; /* White text for readability */
  padding: 20px;
  border-radius: 12px; /* Rounded corners */
  text-align: left;
  margin: auto;
  background: #002C61;
  border-radius: 15px;
}
.special_assistance .special-assistance .title {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-900) var(--unnamed-font-size-42)/var(--unnamed-line-spacing-49) var(--unnamed-font-family-newssector-amplitude);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 900 42px/49px NewsSector Amplitude;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.special_assistance .special-assistance p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: NaNpx;
  opacity: 1;
}
.special_assistance .special-assistance .highlight {
  color: #F7941D; /* Orange color for highlighted text */
  font-weight: bold;
}

.traveling-with-kids .section-title {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-900) var(--unnamed-font-size-42)/var(--unnamed-line-spacing-49) var(--unnamed-font-family-newssector-amplitude);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-002c61);
  text-align: center;
  font: normal normal 900 42px/49px NewsSector Amplitude;
  letter-spacing: 0px;
  color: #002C61;
}
.traveling-with-kids .description {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 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-000000);
  text-align: center;
  font: normal normal normal 25px/28px Frutiger;
  letter-spacing: 0px;
  color: #000000;
}
.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;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-35)/var(--unnamed-line-spacing-40) var(--unnamed-font-family-frutiger);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-f7941d);
  text-align: center;
  font: normal normal bold 35px/40px Frutiger;
  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 .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;
  font: normal normal bold 25px/28px Frutiger;
  letter-spacing: 0px;
}
.traveling-with-kids .highlight-text {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-35)/var(--unnamed-line-spacing-40) var(--unnamed-font-family-frutiger);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-f7941d);
  text-align: center;
  font: normal normal bold 35px/40px Frutiger;
  letter-spacing: 0px;
  color: #F7941D;
}

.help-support {
  background: var(--unnamed-color-002c61) 0% 0% no-repeat padding-box;
  background: #002C61 0% 0% no-repeat padding-box;
  opacity: 1;
}
.help-support .section-title {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-900) var(--unnamed-font-size-42)/var(--unnamed-line-spacing-49) var(--unnamed-font-family-newssector-amplitude);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 900 42px/49px NewsSector Amplitude;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.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: normal normal bold 25px/28px Frutiger;
  letter-spacing: 0px;
  color: #F7941D;
}
.help-support .support-grid .support-item p {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 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-000000);
  text-align: center;
  font: normal normal normal 25px/28px Frutiger;
  letter-spacing: 0px;
  color: #000000;
}

.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: 45px;
  font-family: "Red Hat Text", serif;
  margin-bottom: 30px;
  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 {
  width: 50%;
}
.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: 20px;
  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);
  text-transform: capitalize;
  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;
}
.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: 1200px) 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%;
  }
  .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: 20px;
    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: 10px;
  }
  .footer .bottom-row .social-icons img {
    margin-left: 10px;
  }
  .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;
  }
}
.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: 45px;
  font-family: "Red Hat Text", serif;
  margin-bottom: 30px;
  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 {
  width: 50%;
}
.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: 20px;
  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);
  text-transform: capitalize;
  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;
}
.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: 1200px) 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%;
  }
  .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: 20px;
    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: 10px;
  }
  .footer .bottom-row .social-icons img {
    margin-left: 10px;
  }
  .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;
  }
}
.faq {
  background-color: var(-white);
}
.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: 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(--black);
  text-align: left;
}
.faq .accordion-button::after {
  background-image: url(../images/icons/down-arrow-black.svg);
  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;
}

@media (max-width: 767px) {
  .faq .accordion {
    border: 0;
  }
  .faq .accordion-item {
    margin-bottom: 15px;
  }
  .faq .accordion-button::after {
    width: 12px;
  }
  .faq h2, .faq h3 {
    font-size: 18px;
    line-height: 34px;
  }
  .faq .accordion-body {
    font-size: 16px;
    line-height: 28px;
  }
  .faq .accordion-item .accordion-button {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.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: 0 -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: 42px;
  line-height: 47px;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 15px;
}
.prm-details .prm-detail-item ul {
  margin-bottom: 16px;
}
.prm-details .prm-detail-item ul 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 {
  margin-bottom: 0;
}
.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-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;
}
.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;
}
.prm-details .prm-table .prm-detail .prm-item {
  padding: 30px;
  border-right: 1px solid var(--primary);
  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-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;
}
.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 -20px;
}
.special-assistance .services-list .service {
  width: 25%;
  padding: 0 20px;
  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: 15px;
}
.special-assistance .services-list .service .inner .service-icon {
  margin-right: 10px;
}

@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: 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;
  }
  .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;
  }
}
.shop-grid-section {
  position: relative;
  margin-top: -100px;
  padding-bottom: 60px;
}
.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;
}
.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: #D9D9D9;
}
.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);
}

.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;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  margin: 60px auto 0;
}
.brand-container .brand-card {
  background: #DDDDDD;
  border-radius: 12px;
  padding: 15px 10px;
  text-align: center;
  max-width: 220px;
}
.brand-container img {
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.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: 767px) {
  .shop-grid-section {
    margin-top: -10px;
  }
  .shop-grid-section .inner {
    padding: 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 30px;
  }
  .shop-grid-section .inner .filter-container::-webkit-scrollbar {
    height: 0;
  }
  .shop-grid-section .inner .filter-container .dropdown {
    min-width: 100%;
    font-size: 16px;
  }
  .category-container {
    overflow: auto;
  }
  .category-container::-webkit-scrollbar {
    height: 0;
  }
  .brand-container {
    gap: 10px;
    margin: 20px auto 0;
  }
  .brand-container .brand-card {
    width: calc(50% - 5px);
  }
  .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: 35px;
  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 .info-row {
  display: flex;
  margin-bottom: 20px;
  margin: 0 -15px 40px;
}
.contact-details .info-row .info-coloum:last-child {
  width: 45%;
  padding-left: 5%;
}
.contact-details .info-row .info-coloum:first-child {
  width: 55%;
  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: 25px;
  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: 1200px) and (min-width: 768px) {
  .contact-details .contact-grid .flex-row {
    margin: 0 0px;
  }
  .contact-details .contact-grid .box {
    min-width: 80%;
  }
}
@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 .info-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin: 0 0px 30px;
  }
  .contact-details .info-row .info-coloum:last-child {
    width: 100%;
    padding-left: 0%;
  }
  .contact-details .info-row .info-coloum:first-child {
    width: 100%;
    position: relative;
    padding-right: 0px;
    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: 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;
  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 .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 thead {
  background-color: var(--primary);
  color: var(--white);
}
.portal-table table thead th {
  font-weight: bold;
  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: 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;
  }
  .porter-content .services-list .service:last-child {
    margin-bottom: 0;
  }
  .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: 50px;
}
.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: 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;
}

.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 {
  min-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);
  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: 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-table .waitTimeTitle {
    color: var(--primary);
    color: var(--primary);
    font-size: 20px;
    margin: 0;
  }
  .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: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .timeTracker-details .image-wrapper .content {
    position: absolute;
    left: 10px;
    top: 20px;
    transform: translateY(0%);
    text-align: left;
    max-width: 600px;
  }
  .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: 16px;
    line-height: 28px;
  }
  .timeTracker-details .image-wrapper img.fix-image {
    z-index: 1;
    width: 130px;
  }
}
.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: 25px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 100px;
}
.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;
}
.parking-info .info-box:last-child {
  margin-bottom: 0;
}
.parking-info .section-title {
  font-size: 30px;
  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 .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 th {
  text-align: left;
  background-color: var(--primary);
  font-weight: bold;
}
.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-family: "Red Hat Text", serif;
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}

.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: 50px;
  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: 30px;
  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: 250px;
}
.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;
}

@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;
  }
  .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;
  }
  .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 40px;
}
.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;
}
.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-weight: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.clockRoom-location {
  padding: 25px 0;
}
.clockRoom-location .section__content {
  margin-top: -30px;
}

.why-choose .section__title {
  color: var(--yellow);
}
.why-choose .flex-row {
  justify-content: center;
  margin: 0 -30px;
}
.why-choose .choose-item {
  padding: 20px 30px;
  text-align: center;
  position: relative;
  border-right: 1px 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 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;
}
.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;
}

.cloakroom-contact {
  text-align: center;
}
.cloakroom-contact .section__title {
  margin-bottom: 20px;
}
.cloakroom-contact .inner p {
  color: var(--primary);
  text-align: center;
}

@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;
  }
  .clockRoom-content .waitTime-content-inner .services-list .service {
    width: 50%;
    padding: 0 20px;
    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);
  }
  .why-choose .section__title {
    color: var(--yellow);
  }
  .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;
  }
  .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;
  }
}
.greet-container .inner {
  background-color: var(--yellow);
  border-radius: 14px;
  padding: 20px;
}
.greet-container .bg-blue {
  background-color: var(--primary) !important;
  border-radius: 14px;
  padding: 20px;
}
.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 .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;
}

.atithiya-thanku {
  background-color: var(--white);
  padding: 22px 0px 22px 0px;
}
.atithiya-thanku .content h2 {
  font-size: 41px;
  font-weight: 900;
  line-height: 46px;
  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;
}
.atithiya-thanku strong {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  color: #002C61;
}

@media (max-width: 767px) {
  .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;
  }
}
.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: 54px;
  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: 24px;
  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-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: 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;
  }
}
.loungepage-banner .banner-text {
  top: 50%;
}
.loungepage-banner .banner-text h1 {
  text-align: center;
  font-weight: 900;
  font-size: 59px;
  line-height: 68px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.loungepage-banner .banner-text p {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.loungepage-content {
  margin-top: 0;
}
.loungepage-content .services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}
.loungepage-content .services-list .service {
  width: 23%;
  padding: 0;
}
.loungepage-content .services-list .service .inner {
  padding: 15px 15px;
  font-size: 20px;
}

.loungepage .parking-container {
  background: white;
}
.loungepage .parking-container .section__title {
  text-align: left;
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #003974;
  opacity: 1;
}
.loungepage .parking-container .details_loungepage {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #002C61;
  opacity: 1;
  margin-bottom: 0;
}

.seperator {
  padding: 25px 25px;
}
.seperator .mainseperator {
  border: 2px solid red;
}

@media screen and (max-width: 767px) {
  .loungepage-content {
    padding: 20px;
  }
  .loungepage-content .services-list {
    flex-flow: column;
    justify-content: center;
  }
  .loungepage-content .services-list .service {
    width: 100%;
  }
}
.facilities {
  margin-bottom: 30px;
}
.facilities .container {
  padding: 10px 40px;
}
.facilities h2 {
  text-align: left;
  font-weight: 900;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #003974;
  opacity: 1;
}
.facilities p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #002C61;
  opacity: 1;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}
.facilities-grid .facility-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  border-radius: 8px;
}
.facilities-grid .facility-item img {
  width: 160px;
  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: #002C61;
  margin-bottom: 0;
}
.facilities-grid .facility-item .text p {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #002C61;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .facilities-grid {
    grid-template-columns: 1fr;
  }
  .facility-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .facility-item img {
    width: 100px;
    height: 100px;
  }
  .facility-item .text {
    text-align: center;
  }
}
.security-baggage {
  /* Wrapper */
  /* Individual Box */
  /* Title Styles */
  /* List Styling */
  /* Divider */
}
.security-baggage .special-assistance .special-assistance-inner .title {
  color: var(--white);
}
.security-baggage .special-assistance .services-list {
  display: ruby;
  margin: 0px 0px;
}
.security-baggage .special-assistance .services-list .service {
  width: 30%;
}
.security-baggage .dos-donts-wrapper {
  display: flex;
  justify-content: space-between;
  background: var(--yellow);
  padding: 25px;
  border-radius: 15px;
  align-items: center;
}
.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: 18px;
  font-weight: bold;
  color: #000;
  border-radius: 20px;
  display: inline-block;
}
.security-baggage .dos-list, .security-baggage .donts-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  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;
}
.security-baggage .divider {
  width: 2px;
  height: 356px;
  background: #000;
}

/* Security Procedures Section */
.security-procedures {
  padding: 30px;
  background: #F1F1F1;
}

/* Section Title */
.section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002C61;
  margin-bottom: 20px;
}

/* Info Box */
.info-box {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.info-box .highlighted-text {
  font-size: 30px;
  color: var(--yellow);
  font-weight: 900;
}
.info-box p {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #002C61;
}
.info-box ul {
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #002C61;
}

/* 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 ul {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.Passengers .special-assistance .services-list .service {
  width: 33%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.Passengers .special-assistance .services-list .button-white .inner {
  background-color: var(--white);
}

@media (max-width: 768px) {
  .terminal-assistance {
    flex-direction: column;
    align-items: center;
  }
  .terminal-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.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%;
}

.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: 100%;
  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 {
    margin: 40px -15px 0;
    display: flex;
  }
  .transit-shop .flex-row .item {
    width: 50%;
    padding: 0 15px;
  }
  .transit-shop .flex-row .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .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 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 15px;
  }
  .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;
  }
  .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;
  }
  .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: 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;
  }
}/*# sourceMappingURL=main.css.map */
/*prabhu-code*/
.after-arriving-sec
{
  background: var(--Colors-White-white-300, rgba(242, 244, 247, 0.60));
  padding: 60px 0px;
}
.after-arriving-content-left p
{
  font-size: 18px;
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
  font-weight: 400;
}
.findinter-domes h3.terminalTitle
{
  color: var(--Primary-primary-500, #002C62);
  font-size: 48px;
  font-weight: 400;
}
.findinter-domes p.terminalDesc
{
  font-weight: 500;
}
.inter-domes-tab .terminalBtn span
{
  padding: 14px 40px;
}
.inter-innercontent
{
  padding: 30px 0px 50px 0px;
}
.with-parent
{
  border-radius: 15px;
  background: var(--Secondary-secondary-50, #FEF2E7);
  padding: 20px;
}
.with-parent .within-text .with-title
{
  color: var(--Primary-primary-500, #002C62);
font-size: 24px;
font-style: normal;
font-weight: 700;
}
.with-parent .within-text .with-desc
{
  color: var(--Primary-primary-500, #002C62);
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}
.with-parent .within-text .with-kindly
{
  color: var(--Warning-warning-600, var(--Colors-Warning-warning-600, #A35B23));
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.with-parent .within-text .with-kindly span
{
font-weight: 700;
}
.with-parent .within-text .with-once
{
  color: var(--Black-Black-500, var(--Colors-Grey-Black-500, #24282F));
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.access-parent
{
  margin-top: 25px;
}
.access-parent .access-child
{
  margin-bottom: 25px;
}
.access-parent .access-child
{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.access-parent .access-child:last-child
{
  justify-content: flex-start;
}
.access-parent .access-child p
{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 500;
padding-left: 20px;
margin-bottom: 0px;
}
.video-bgg 
{
  background-color: #D9D9D9;
  padding: 35px 0px;
}
.video-parent
{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
    cursor: pointer;
}
.video-parent .video-play-icon
{
  position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.video-parent .modal-dialog
{
  max-width:1000px;
}
.video-parent .modal-content
{
  background: none;
  border: none;
  border-radius: 0px;
}
.video-parent .modal-content .modal-header
{
  padding: 0px;
    position: relative;
    border: none;
}
.video-parent .modal-content .modal-header .btn-close
{
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  position: absolute;
    right: 0px;
    top: -20px;
    filter: inherit;
    --bs-btn-close-opacity: 1;
}
.video-parent .modal-content .modal-header .btn-close:focus
{
  box-shadow: none;
}
.video-parent .modal-content .modal-body
{
  padding: 0px;
}
.bott-faq
{
  background: var(--Secondary-secondary-50, #FEF2E7);
  padding: 30px 0px;
}
.faq-text .faq-head
{
  color: var(--Black-Black-500, var(--Colors-Grey-Black-500, #24282F));
font-size: 32px;
font-style: normal;
font-weight: 500;
}
.faq-text .faq-subtext
{
  color: var(--Black-Black-500, var(--Colors-Grey-Black-500, #24282F));
font-size: 20px;
font-style: normal;
font-weight: 500;
}
.faq-text .faq-subtext a
{
  color: var(--Info-Info-500, var(--Colors-Info-Info-500, #1563FF));
font-size: 20px;
font-style: normal;
font-weight: 500;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.after-arriving-content ul
{
  margin-bottom: 0px;
}
.after-arriving-content ul li
{
  font-size: 18px;
    color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
}
.after-arriving-content ul li:last-child
{
  padding-bottom: 0px;
}
.after-arriving-content p a 
{
  color: var(--Primary-primary-500, #002C62);
font-style: normal;
font-weight: 400;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.inter-intercontent .access-parent
{
  margin-top: 0px;
}
.inter-intercontent .with-parent
{
  padding: 25px;
}
.inter-img3
{
  width: 263px;
}
.inter-intercontent .access-parent .access-nospace
{
  margin-bottom: 0px;
}
.after-arriving-sec-domes
{
  background: none;
  padding: 30px 0px 0px;
}
.after-arriving-sec-domes .after-arriving-content
{
  background: #F1F2F4;
  padding: 30px 45px 25px 45px;
  border-radius: 15px;
}
.after-arriving-sec-domes .after-arriving-content .after-arriving-content-left p
{
  padding-bottom: 35px;
}
.after-arriving-content-right
{
  text-align: center;
}
.after-arriving-content-right .after-arriving-desc
{
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
font-size: 16px;
font-style: normal;
font-weight: 400;
width: 55%;
margin: 15px auto 0px;
}
.orange-text p
{
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
font-size: 18px;
font-style: normal;
font-weight: 700;
text-align: center;
border-radius: 10px;
background: var(--Secondary-secondary-500, #F77D0D);
padding: 15px 0px;
    width: 95%;
    margin: 30px auto 0px;
}
.within-same-content
{
  margin-bottom: 30px;
}
.within-same-content p
{
  color: var(--Primary-primary-500, #002C62);
font-size: 24px;
font-style: normal;
font-weight: 700;
background: linear-gradient(180deg, #EFEFEF 0.3%, #FFF 99.7%);
border-radius: 10px;
padding: 8px 0px 8px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.within-space
{
  margin-bottom: 30px;
}
.withsame-content .within-desc span
{
  color: var(--Primary-primary-500, #002C62);
font-size: 18px;
font-style: normal;
font-weight: 500;
display: block;
}
.withsame-content .within-desc
{
  color: var(--Black-Black-500, var(--Colors-Grey-Black-500, #24282F));
font-size: 16px;
font-style: normal;
font-weight: 400;
padding-top: 15px;
width: 90%;
}
.kindly-remember p
{
  color: var(--Primary-primary-400, #335681);
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.kindly-remember p span
{
font-weight: 700;
}
.for-more-info
{
  margin-top: 30px;
}
.for-more-info p
{
  color: var(--Secondary-secondary-500, #F77D0D);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 500;
}
.domes-domesintercontent
{
  padding: 30px 0px 10px 0px;
}
.after-domes-international .after-arriving-content-right p
{
  width: 100%;
}
.red-dott 
{
  font-size: 27px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.live-icon {
  align-items: center;
  background-color: #dc2626;
  border-radius: 50%;
  display: flex;
  height: 0.5rem;
  justify-content: center;
  width: 0.5rem;
  margin-left: 10px;
}
.live-icon div {
      animation: pulsate 1.8s ease-out;
      animation-iteration-count: infinite;
      border: 2px solid #dc2626;
      border-radius: 50%;
      height: 1rem;
      margin: 0 -1rem;
      width: 1rem;
  }
@keyframes pulsate {
  0% {
      opacity: 0;
      -webkit-transform: scale(.1);
      transform: scale(.1);
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
}
.content-grid-section .content-grid .content-item .inner h3
{
  font-size: 26px;
}
.running-marquee
{
  width: 65%;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.running-marquee marquee p
{
  color: var(--blue);
    font-size: 18px;
    font-weight: 600;
}
.inter-travel-advisory
{
  margin-top: 0px;
}
.inter-travel-advisory .terminalBtn span {
  padding: 10px 40px;
}
.play-text
{
  text-align: center;
}
.play-text h3
{
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
font-size: 28px;
font-style: normal;
font-weight: 500;
padding-bottom: 10px;
}
.play-text p
{
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
font-size: 18px;
font-style: normal;
font-weight: 400;
}
.before-space
{
  margin: 25px 0px 60px;
}
.before-you h2
{
  color: var(--Primary-primary-500, #002C62);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid #F77D0D;
    padding-bottom: 5px;
    max-width: fit-content;
    margin: 0px auto;
    display: table;
}
.check-parent
{
  border-right: 1px solid #E4E4E7;
  padding: 0px 35px 0px 25px;
  height: 100%;
}
.check-parent h3
{
  color: var(--gray-900, #18181B);
font-size: 20px;
font-style: normal;
font-weight: 500;
padding: 15px 0px 10px;
}
.check-parent p
{
  color: var(--Grey-grey-600, var(--Colors-Grey-grey-600, #667083));
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.check-noborder
{
  border-right: 0px solid #E4E4E7;
}
.play-travel-advisory
{
  padding-bottom: 70px;
}
.delhi-spefic
{
  background:#E8EFFF;
  padding: 80px 0px 80px;
}
.delhi-spespace
{
  margin-bottom: 40px;
}
.at-theairport
{
  background: none;
}
.at-theright h3
{
  color: var(--gray-900, #18181B);
font-size: 28px;
font-style: normal;
font-weight: 500;
border-bottom: 1px solid #707070;
padding-bottom: 12px;
}
.at-theright p
{
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
font-size: 18px;
font-style: normal;
font-weight: 400;
border-bottom: 1px solid #707070;
padding: 10px 0px 10px;
}
.at-theright p:last-child
{
  border-bottom: 0px solid #707070;
}
.at-theright-click a
{
  color: var(--Primary-primary-50, #E6EAEF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 4px;
    background: var(--Primary-primary-500, #002C62);
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: fit-content;
}
.at-theleft img
{
  width: 100%;
}
.at-the-leftt-spacee
{
  padding-left: 40px;
}
.at-the-rightt-spacee
{
  padding-right: 40px;
}
.at-the-top-parent
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.at-theright p span.at-theright-click
{
  display: block;
  margin-top: 10px;
}
.stay-informed-parent img
{
  margin: 0px auto;
  display: table;
}
.stay-informed-parent p
{
  color: var(--Primary-primary-500, #002C62);
font-size: 18px;
font-style: normal;
font-weight: 500;
padding-top: 15px;
}
.stay-informed-parent p a
{
  color: var(--Primary-primary-500, #002C62);
  text-decoration: underline;
}
.stay-info-space
{
  padding: 0px 0px 40px;
}
/*breakpoints*/
@media screen and (max-width: 1540px)
{
  .after-arriving-sec {
    padding: 40px 0px;
}
.faq-text .faq-head {
  margin-bottom: 5px;
}
.after-arriving-sec-domes {
  padding: 30px 0px 0px;
}
}
@media screen and (max-width: 1440px)
{
  .after-arriving-content-left p, .after-arriving-content ul li
  {
    font-size: 16px;
  }
  .findinter-domes h3.terminalTitle
  {
    font-size: 42px;
  }
  .findinter-domes p.terminalDesc {
    font-size: 16px;
}
.inter-domes-tab .terminalBtn span {
  padding: 14px 25px;
}
.inter-innercontent {
  padding: 10px 0px 50px 0px;
}
.with-parent .within-text .with-title
{
  font-size: 22px;
}
.access-parent .access-child p, .with-parent .within-text .with-once {
  font-size: 15px;
  line-height: 22px;
}
.with-parent .within-text .with-kindly
{
  line-height: 22px;
}
.faq-text .faq-head {
  font-size: 28px;
}
.faq-text .faq-subtext, .faq-text .faq-subtext a
{
  font-size: 18px;
}
.after-arriving-content-right .after-arriving-desc
{
  font-size: 15px;
  line-height: 22px;
}
.orange-text p {
  font-size: 16px;
  padding: 12px 0px;
}
.within-same-content p
{
  font-size: 22px;
}
.withsame-content .within-desc span
{
  font-size: 17px;
}
.withsame-content .within-desc {
  font-size: 15px;
  line-height: 22px;
}
.within-space {
  margin-bottom: 25px;
}
.domes-domesintercontent {
  padding: 25px 0px 10px 0px;
}
.for-more-info p
{
  font-size: 28px;
}
.content-grid-section .content-grid .content-card .content-inner
{
  font-size: 15px;
}
.content-grid-section .content-grid .content-card .content-inner span
{
  line-height: 16px;
}
.content-grid-section .content-grid .content-item .inner h3 {
  font-size: 24px;
}
.running-marquee {
  width: 62%
}
.inter-travel-advisory .terminalBtn span {
  padding: 12px 25px;
}
.play-text h3
{
  font-size: 24px;
}
.play-text p
{
  font-size: 16px;
}
.before-space {
  margin: 20px 0px 50px;
}
.before-you h2
{
  font-size: 30px;
}
.check-parent h3
{
  font-size: 18px;
}
.check-parent p {
  font-size: 17px;
  line-height: 26px;
}
.delhi-spefic {
  padding: 60px 0px 60px;
}
.at-theright h3
{
  font-size: 24px;
}
.at-theright p, .at-theright-click a
{
  font-size: 16px;
}
.stay-informed-parent p
{
  font-size: 17px;
}
}
@media screen and (max-width: 1399px)
{
  .inter-travel-advisory .terminalBtn span {
    padding: 10px 25px;
}
.play-text h3 {
  font-size: 22px;
}
.before-you h2 {
  font-size: 26px;
  padding-bottom: 3px;
}
.before-space {
  margin: 20px 0px 40px;
}
.delhi-spefic {
  padding: 50px 0px 50px;
}
}
@media screen and (max-width: 1199px)
{
  .inter-domes-tab .terminalBtn span {
    padding: 14px 15px;
}
.faq-text .faq-head {
  font-size: 26px;
  margin-bottom: 0px;
}
.faq-text .faq-subtext, .faq-text .faq-subtext a {
  font-size: 16px;
}
.inter-travel-advisory .terminalBtn span {
  padding: 10px 15px;
}
.play-text h3 {
  font-size: 21px;
}
.play-text p {
  font-size: 15px;
}
.before-you h2 {
  font-size: 22px;
  padding-bottom: 3px;
}
.check-parent img
{
  width: 55px;
}
.check-parent h3 {
  font-size: 17px;
  padding: 12px 0px 7px;
}
.check-parent p {
  font-size: 16px;
  line-height: 24px;
}
.play-travel-advisory {
  padding-bottom: 50px;
}
.before-you h2 {
  font-size: 20px;
}
.delhi-spefic {
  padding: 45px 0px 45px;
}
.at-theright h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
.at-theright p, .at-theright-click a {
  font-size: 15px;
}
.at-the-leftt-spacee {
  padding-left: 25px;
}
.at-the-rightt-spacee
{
  padding-right: 25px;
}
.stay-informed-parent p {
  font-size: 16px;
  line-height: 22px;
}
.stay-info-space {
  padding: 0px 0px 40px;
}
.delhi-spespace {
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 1025px) and (min-width: 992px)
{
  .after-arriving-content-left p {
    line-height: 22px;
}
.findinter-domes h3.terminalTitle {
  font-size: 36px;
}
.findinter-domes p.terminalDesc {
  font-size: 14px;
}
.inter-domes-tab .terminalBtn span {
  padding: 14px 10px;
}
.inter-domes-tab{
  gap: 20px;
}
.with-parent .within-text .with-title {
  font-size: 20px;
}
.access-parent .access-child p, .with-parent .within-text .with-once {
  line-height: 20px;
}
.video-parent .modal-content .modal-body .ratio iframe
{
  height: 450px;
}
.faq-text .faq-head {
  font-size: 22px;
}
.after-arriving-content-right .after-arriving-desc
{
  width: 75%;
}
.orange-text p {
  font-size: 15px;
  padding: 10px 0px;
}
.within-same-content p {
  font-size: 17px;
}
.withsame-content .within-desc span {
  font-size: 16px;
}
.withsame-content .within-desc {
  font-size: 14px;
  line-height: 21px;
}
.kindly-remember p
{
  font-size: 15px;
}
.for-more-info p {
  font-size: 24px;
}
.running-marquee {
  width: 55%;
}
.inter-travel-advisory .terminalBtn span {
  padding: 8px 15px;
}
}
@media screen and (max-width: 991px)
{
  .after-arriving-content-left p, .after-arriving-content ul li {
    font-size: 15px;
    line-height: 22px;
}
.findinter-domes h3.terminalTitle {
  font-size: 30px;
}
.findinter-domes p.terminalDesc {
  font-size: 15px;
  line-height: 20px;
}
.inter-domes-tab
{
  gap: 15px;
  flex-wrap: wrap;
}
.inter-domes-tab .terminalBtn
{
  font-size: 15px;
}
.with-parent .within-text .with-title {
  font-size: 19px;
}
.video-parent .modal-dialog {
  max-width: 100%;
}
.video-parent .modal-content .modal-body {
  padding: 0px 20px;
}
.video-parent .modal-content .modal-header .btn-close
{
  right: 20px;
}
.access-parent .access-child img
{
  width: 150px;
}
.access-parent .access-child p, .with-parent .within-text .with-once {
  font-size: 14px;
  line-height: 18px;
}
.access-parent .access-child p
{
  padding-left: 15px;
}
.after-arriving-content-right .after-arriving-desc
{
  width: 100%;
}
.orange-text p {
  font-size: 15px;
  padding: 10px 0px;
  width: 100%;
}
.within-same-content p {
  font-size: 17px;
}
.withsame-content .within-desc span {
  font-size: 15px;
}
.withsame-content .within-desc {
  font-size: 14px;
  line-height: 20px;
}
.kindly-remember p
{
  font-size: 15px;
}
.for-more-info p {
  font-size: 22px;
}
.running-marquee {
  width: 45%;
}
.play-text h3 {
  font-size: 20px;
}
.check-parent {
  padding: 0px 15px 0px 15px;
}
.check-parent p {
  font-size: 15px;
  line-height: 22px;
}
.at-the-leftt-spacee, .at-the-rightt-spacee {
  padding-left: 0px;
}
.at-theright h3 {
  font-size: 20px;
  padding-bottom: 7px;
}
.at-theright p, .at-theright-click a {
  font-size: 14px;
}
.at-theright p {
  padding: 6px 0px 10px;
}
.stay-informed-parent p {
  font-size: 15px;
  line-height: 20px;
}
}
@media screen and (max-width: 767px)
{
  .after-arriving-sec {
    padding: 30px 0px;
}
.findinter-domes h3.terminalTitle {
  font-size: 22px;
}
.findinter-domes p.terminalDesc {
  font-size: 14px;
  line-height: 18px;
}
.inter-domes-tab .terminalBtn span {
  padding: 10px 15px;
}
.inter-domes-tab .terminalBtn {
  width: 80%;
}
.with-parent
{
  margin-bottom: 20px;
}
.with-parent .within-text .with-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.access-parent {
  margin-top: 0px;
}
.access-parent .access-child img {
  width: 120px;
}
.access-parent .access-child p {
  padding-left: 10px;
}
.access-parent .access-child:last-child
{
  margin-bottom: 0px;
}
.inter-innercontent {
  padding: 10px 0px 20px 0px;
}
.video-bgg {
  padding: 25px 0px;
}
.bott-faq {
  padding: 25px 0px;
  background: none;
}
.faq-text .faq-head {
  font-size: 24px;
  margin-bottom: 5px;
}
.faq-text .faq-subtext, .faq-text .faq-subtext a {
  font-size: 15px;
  line-height: 22px;
}
.after-arriving-content-left p
{
  text-align: center;
}
.after-arriving-content ul
{
  padding-inline-start: 20px;
}
.after-arriving-content ul li
{
  /* list-style-type: none; */
  position: relative;
  line-height: 20px;
}
.after-arriving-content ul li:before
{
  content: '';
  font-size: 40px;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 10px;
}
.inter-intercontent .with-parent {
  padding: 20px 20px 0px 20px;
}
.inter-intercontent .access-parent .access-child:last-child {
  margin-bottom: 20px;
}
.inter-intercontent .access-parent .row .col-lg-6:nth-child(2) .access-child
{
  flex-direction: row-reverse;
}
.inter-intercontent .access-parent .row .col-lg-6:nth-child(2) .access-child p
{
  padding-left: 0px;
  padding-right: 10px;
}
.after-arriving-sec-domes {
  padding: 30px 0px 70px;
  background: #F1F2F4;
  position: relative;
}
.after-arriving-sec-domes .after-arriving-content {
  background: #F1F2F4;
  padding: 0px 0px 25px 0px;
  border-radius: 0px;
}
.after-arriving-sec-domes .after-arriving-content .after-arriving-content-left p {
  padding-bottom: 20px;
}
.after-arriving-content-right
{
  margin-bottom: 15px;
  width: 100%;
}
.orange-text
{
  position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 100%;
}
.orange-text p {
  margin: 10px auto 0px;
  border-radius: 0px;
  padding: 10px 45px 10px;
}
.withsame-content .within-desc
{
  width: 100%;
}
.within-space {
  margin-bottom: 10px;
}
.for-more-info {
  margin-top: 0px;
}
.for-more-info p {
  font-size: 20px;
  line-height: 24px;
}
.domes-domesintercontent {
  padding: 25px 0px 0px 0px;
}
.video-play-icon img
{
  width: 50px;
}
.content-grid-section .content-grid .content-card .content-card-inner
{
  width: 100%;
}
.security-baggage .special-assistance .services-list .service, .Passengers .special-assistance .services-list .service {
  width: 100%;
}
.security-baggage .divider {
  height: 35px;
  margin-bottom: 10px;
}
#SecurityProcedures {
  margin-bottom: 45px;
}
.running-marquee {
  width: 100%;
}
.site-header-top-left
{
  flex-direction: column;
}
.running-marquee marquee p
{
  font-size: 16px;
}
.play-text h3 {
  font-size: 18px;
}
.check-parent img {
  width: auto;
}
.check-parent {
  padding: 0px 0px 0px 0px;
  margin-bottom: 15px;
  text-align: center;
  border-right: 0px solid #E4E4E7;
}
.check-parent h3 {
  font-size: 16px;
  padding: 10px 0px 7px;
}
.before-space {
  margin: 20px 0px 20px;
}
.play-travel-advisory {
  padding-bottom: 20px;
}
.before-you h2 {
  font-size: 18px;
}
.delhi-spefic {
  padding: 30px 0px 30px;
}
.at-theright
{
  margin-top: 20px;
}
.at-theright h3 {
  font-size: 18px;
  padding-bottom: 8px;
  text-align: center;
}
.at-theright p {
  padding: 7px 0px 10px;
  line-height: 22px;
}
.what-not-carry .row, .what-not-carry .row
{
  display: flex;
    flex-direction: column-reverse;
}
.stay-info-space {
  padding: 0px 0px 30px;
}
.stay-informed-parent p
{
  text-align: center;
}
}
@media (min-width: 750px) and (max-width: 767px)
{
  .access-parent .access-child img {
    width: 100px;
}
.after-arriving-sec-domes {
  padding: 30px 0px 55px;
}
}
/*prabhu-code*/