body,
html {
  height: 100%;
  font-family: "Poppins", sans-serif;
}
.hero-section-top-icon {
  margin-bottom: 25px !important;
}
.hero-section-bottom-d-parent p {
  margin-bottom: 0px;
  font-size: 16px;
}
a {
  cursor: pointer !important;
}
p {
  font-size: 18px;
}
.navbar {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ffffff40;
}
.navbar-brand {
  font-weight: bold;
  color: #ffd700 !important;
  font-size: 1.5rem;
}
.nav-link {
  color: #ffffff !important;
  margin-left: 1rem;
  font-weight: 500;
}
.btn-see-more {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
.hero-section {
  background-image: url("https://oneairjet.com/wp-content/uploads/2024/09/image-1-5.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.hero-title {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: "prata";
}
.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-family: "Poppins";
  font-weight: 400;
}
p.hero-subtitle-scnd {
  font-size: 21px;
  font-family: "Poppins";
  font-weight: 500;
  margin-bottom: 24px;
}
.btn-solar {
  background-color: #c3a53c;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 400;
  border-radius: 5px;
  font-family: "Poppins";
}
.hero-section-top {
  max-width: 690px;
  margin: auto;
  text-align: center;
}
a.btn.btn-solar img {
  height: 20px;
  width: 20px;
}
.need-it-section {
  margin-top: 3rem;
}
.need-it-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
.tab-group {
  display: flex;
  gap: 2rem;
}
.tab {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.tab.active {
  border-bottom-color: #ffd700;
}
.offcanvas {
  background-color: #1a1a1a;
  transition: transform 0.3s ease-in-out;
}
.offcanvas-header {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-title {
  color: #ffd700;
  font-weight: bold;
  font-size: 2rem;
}
.offcanvas-body {
  padding: 1.5rem;
}
.offcanvas .nav-link {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding: 1rem 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.offcanvas .nav-link:hover {
  color: #ffd700 !important;
  transform: translateX(10px);
}
.offcanvas .nav-link i {
  margin-right: 1rem;
  font-size: 1.4rem;
}
.offcanvas .btn-see-more {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.offcanvas .btn-see-more:hover {
  background-color: #ffd700;
  color: #1a1a1a;
}
.offcanvas-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icons a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #ffd700;
}
.menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.menu-icon span:nth-child(1) {
  top: 0px;
}
.menu-icon span:nth-child(2) {
  top: 8px;
}
.menu-icon span:nth-child(3) {
  top: 16px;
}
.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.menu-icon.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.hero-section-bottom-parent {
  display: flex;
  gap: 25px;
  align-items: center;
  height: auto;
  margin-bottom: 50px;
}

.hero-section-child {
  display: contents;
}
/* 	footer	 */
footer {
  background: #0d0d0e;
  padding: 70px 0 0;
}
.footer-logo-col p {
    color: #fafafa;
    margin-top: 30px;
    font-size: 16px;
    padding: 15px 0;
    margin: 0;
	max-width: 550px;
}
.page-template-templateshome-php .footer-logo-col p.homeDescription {
    display: block;
    max-width: 550px;
}
.footer-logo-col p.homeDescription {
    display: block;
    max-width: 550px;
}
.footer-social-links {
    display: flex;
    justify-content: space-between;
    max-width: 90px;
    margin-bottom: 20px;
	gap: 12px;
}
footer h4 {
  color: #fefefe;
  font-size: 21px;
  font-weight: bold;
}
.footer-quick-links a {
  text-decoration: none;
}
.footer-logo-col p span {
    font-weight: 600;
}
.footer-quick-links a h5 {
  font-size: 17px;
  color: #fafafa;
  font-family: "Poppins";
  margin-top: 20px;
  font-weight: 400 !important;
}
.footer-payment-method {
  display: flex;
  flex-direction: column;
}
.footer-payment-method a {
  margin-top: 12px;
}
.footer-payment-method-col {
  display: flex;
  max-width: 200px;
  flex-direction: column;
  margin-left: auto;
}
.footer-quick-link-col {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  max-width: 170px;
}
.row.second-row {
  border-top: 1px solid #fefefe7a;
  padding-top: 20px;
  text-align: center;
}

.copyright-text p {
  color: #fefefe9e;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400 !important;
}
/* private jet		 */
section.privateJet {
  background: #fff;
  padding: 100px 0;
}
.private-title-section img {
  margin: auto;
  display: flex;
  justify-content: center;
}
.privateJet .row {
  align-items: center;
}
.privateAbr-section-img {
  width: 100%;
}

.privateAbr-section-img img {
  width: 100%;
  height: 100%;
}
.privateChoose-section .privateAbr-section-info {
  padding-left: 10px;
}

.privateAbr-section-info {
  max-width: 480px;
}

.privateAbr-section .privateAbr-section-img {
  margin-left: -50px;
}
.privateChoose-section .privateAbr-section-img {
  margin-top: -70px !important;
}

.private-title-section {
  padding-bottom: 40px;
}
.privateAbr-section-info p {
  color: #515050;
  font-family: "Poppins";
  padding-bottom: 20px;
}

.privateAbr-section-info h3 {
  font-family: "Prata";
  font-weight: 400;
  font-size: 30px;
}

.privateAbr-section-info a {
  padding: 10px 20px;
}
.privateChoose-section {
  padding-top: 20px;
}

/* news letter section		 */
section.subscribeNews {
  background: url("https://oneairjet.com/wp-content/uploads/2024/09/Newsletter-banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 190px 0;
  text-align: center;
}
.secTitle {
  font-family: "Prata";
  font-weight: 400;
  font-size: 46px;
  color: #0d0d0e;
  text-transform: capitalize;
}

.subscribeInfo p {
  font-family: "Poppins";
  font-weight: 400;
  color: #626262;
  font-size: 21px;
}
.subscribeInfo input {
  padding: 10px;
  border: none;
  border-radius: 5px 0 0 5px;
  width: 100%;
  margin: 10px 0 0;
  max-width: 400px;
  color: #9a9a9a;
}
.subscribeInfo input:focus {
  outline: none;
  box-shadow: 0 0 10px #d37968;
}
.subscribeInfo button {
  background: #c3a53c;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  right: 5px;
}
.subscribeInfo button img {
  width: 23px !important;
}
input[type="email"]::placeholder {
  color: #9a9a9a;
  font-family: "Poppins";
}

/* 		Luxury Section */
section.luxury {
  background: url("https://oneairjet.com/wp-content/uploads/2024/09/Section.png");
  padding: 250px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.luxury .btnRequest {
  font-size: 20px;
}
section.luxury h2 {
  color: #fff;
}
.luxury-content-info p {
  color: #fff;
  margin-bottom: 40px;
}
.luxury-content-info {
  text-align: center;
}
.btnRequest {
  display: flex;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #c3a53c;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  min-width: 170px;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btnRequest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0e;
  z-index: -1;
  transition: transform 0.4s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.btnRequest:hover::before {
  transform: scaleX(1);
}
.btnRequest:hover {
  color: #fff;
}
.btnRequest span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: transform 0.4s ease;
}
.btnRequest:hover span {
  transform: translateX(10px);
}
.hero-section-top a.btn.btn-solar.btn-lg:hover {
  background: #fff;
  color: #0d0d0e;
}
/* core values section		 */
.core-info-section {
  display: flex;
  background: linear-gradient(to left, #f5f3f1 70%, #fff 30%);
  margin-top: 60px;
}
.core-info-img {
  height: 100%;
  padding: 40px 0;
}
.core-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secTitle {
  font-size: 44px;
  font-weight: 400;
  font-family: "Prata";
  text-align: center;
  padding-bottom: 10px;
}
.core-info-section-left-parent {
  padding-top: 40px;
  padding-left: 20px;
}
.coreValues-title-section img {
  margin: auto;
  display: flex;
  justify-content: center;
}

section.core-section {
  padding: 60px 0;
}
.core-info-section-left-child h3 {
  font-size: 23px;
  font-family: "Prata";
  font-weight: 400;
  padding-top: 15px;
  color: #0d0d0e;
  margin-top: 10px;
}
#howIt-works-disturbing .how-it-works-fly-section-left{
    gap: 10px;
}
.core-info-section-left-child p {
    color: #626262;
    margin: 0;
    padding: 0;
}
.core-info-section-left-child {
  max-width: 410px;
}
.core-info-section-left-child img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.core-info-section-left-parent .core-info-section-left-child:nth-child(2) {
  padding-top: 80px;
}
/* Slider container */
.testimonial-slider {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0 20px;
}
.slick-next::before,
.slick-prev:before {
  content: none;
}
.slick-arrow img {
  width: 42px;
  height: 42px;
}
.slide {
  text-align: center;
}
.rating-image {
  width: 100px;
  margin-bottom: 20px;
}
.testimonial-description {
  font-size: 18px;
  color: #333;
  max-width: 810px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.client-name {
  font-size: 18px;
  font-weight: 400;
  color: #0d0d0e;
  font-family: "Prata";
  margin: 0;
}

.client-designation {
  font-size: 16px;
  color: #626262;
}
.slick-arrow {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-center .slide {
  transform: scale(1.1);
}
.slick-slide img {
  display: block;
  margin: 0px auto 10px;
  border-radius: 8px;
}
.parenertLogo-img {
  width: 100%;
  max-width: 265px;
  height: 92px;
}
.parenertLogo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.our-partners {
  background: #f5f3f1;
  padding: 100px 0;
}
section.instantChr {
  padding: 70px 0 50px;
}
/*  swiper		 */
.swiper-container-section {
  width: 100%;
  overflow-x: hidden !important;
  padding: 80px 0;
  position: relative;
  min-height: fit-content !important;
}
#services {
    background: #F5F3F1 !important;
}
.swiper-container {
  padding-left: 40px;
  width: calc(100% - 40px);
}
.swiper-wrapper {
  margin-left: auto;
}
.swiper-slide {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.swiper-slide h4 {
  color: #0d0d0e;
  font-size: 26px;
  font-family: "Prata";
  font-weight: 400;
  text-transform: capitalize;
}
.swiper-slide p {
  color: #626262;
  font-family: "Poppins";
}
.swiper-slide img {
  width: 100%;
  margin-bottom: 15px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-button-prev:after {
  content: none;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-prev {
  left: 10px;
}
.our-services .private-title-section h2 {
  text-align: left;
}
.our-services .private-title-section img {
  margin-left: 0;
}
.swiper-button-next {
  right: 10px;
}
.swiperArrow {
  position: absolute;
  top: 120px;
  right: 70px;
}
.swiperArrow .swiper-button-prev {
  left: -100px;
}
.navbar-fixed {
  background-color: #29292e;
}
footer a {
  cursor: pointer;
}
footer a.nav-link {
  margin-left: 0;
}
section.privateJet h2 {
  max-width: 610px;
  margin: auto;
}
.subscribeInfo input {
  margin-top: 0px !important;
}
/* button		 */
#hero-Section-btn-setting {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #c3a53c;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}
#hero-Section-btn-setting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #626262;
  z-index: -1;
  transition: transform 0.4s ease;
  transform: scaleX(0);
  transform-origin: left;
}
#hero-Section-btn-setting:hover::before {
  transform: scaleX(1);
}
#hero-Section-btn-setting:hover {
  color: #fff;
}
#hero-Section-btn-setting span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: transform 0.4s ease;
}
#hero-Section-btn-setting:hover span {
  transform: translateX(10px);
}
#hero-Section-btn-setting img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.twitter-logo {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
.twitter-logo:hover {
  filter: brightness(0) saturate(100%) invert(77%) sepia(45%) saturate(1960%)
    hue-rotate(3deg) brightness(99%) contrast(104%);
}
.slick-arrow,
.swiperAks {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  border: 2px solid #2d2c31;
}
.slick-arrow img,
.swiperAks img {
  width: 24px;
  height: 24px;
}
.slick-arrow,
.swiperAks {
  background: transparent;
}
.slick-arrow:hover,
.swiperAks:hover {
  background: #c3a53c;
  border: 1px solid #c3a53c;
}
.slick-arrow:hover svg,
.swiperAks:hvoer svg {
  filter: brightness(0) saturate(100%) invert(100%);
}
.slick-arrow:hover img,
.swiperAks:hover img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.screen-reader-response {
  display: none;
}

.subscribeNews button.subsaBtn:hover {
  background: #0d0d0e !important;
}
.cusronSlide {
  position: relative; /* Ensure positioning for the button */
  overflow: hidden; /* Hide overflow */
}

.slide-button.mineSlide-btn {
  display: none;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #2d2c31;
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  min-width: 270px;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Poppins";
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.cusronSlide:hover a.slide-button.mineSlide-btn {
  display: block !important;
}
img.rating-image {
  max-width: 170px;
  width: 100%;
}
.row.align-items-center .col-lg-3:nth-child(4) {
  display: flex;
  justify-content: flex-end;
}
/*  */
.home .wrap-form {
  margin-top: 0px !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-response-output {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}


/* About Us section */
.aboutUs-section {
    margin-top: 70px;
    margin-bottom: 50px;
/*     background: #F5F3F1; */
    padding: 70px 0;
}
.privateAbr-section.aboutUs-parent .row {
    display: flex;
    align-items: center;
}
/* Fly My Pet Page  */
.privateAbr-section-info.aboutUs-content p {
    padding-bottom: 0;
}
.page-template-templatesfly-my-pet-php nav {
    background: #00000099;
    padding: 10px 0 15px!important;
	border: none !important;
}
.bannerSection {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.bannerSection-top  {
	max-width: 690px;
}
.bannerSection {
    padding: 200px 0 !important;
}
.bannerSection .bannerSection-child {
    color: #fff;
    text-align: left;
    max-width: 690px !important;
    display: flex;
    flex-direction: column;
	position: relative;
}
.bannerSection-title {
    font-size: 60px;
    line-height: 90px;
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.2;
	font-family: "prata";
}
.aboutSection-btn-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin-top: 10px;
}
a.bannerSection-second-button.btn-solar.btn-lg {
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
	display: flex;
	align-items: center;
}
section.bannerSection .hero-overlay {
    bottom: 30px;
}
.seatsDesc.sold-out-text {
    color: #C3A53C;
    font-weight: 900 !important;
}
.seatsDesc.sold-out-text strong {
    color: #626262;
    font-weight: 600;
}
a.bannerSection-first-button.btn-solar.btn-lg {
    text-decoration: none;
}
.bannerSection-description {
    font-size: 1.2rem;
    font-family: "Poppins";
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    padding: 0 0 20px;
}
.aboutSection-btn-container .btn-solar {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    color: white;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: color 0.3s ease;
}
.aboutSection-btn-container .btn-solar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.5s ease-in-out;
    z-index: -1; 
}
.bannerSection-first-button::before {
    background-color: red;
}
.bannerSection-second-button::before {
    background-color: black;
}
.aboutSection-btn-container .btn-solar:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.aboutSection-btn-container .btn-solar:hover {
    color: white;
}
.privateAbr-section-img.aboutUs-image {
    margin: 0;
}
#subScribe-New-flymypet p,
#subScribe-New-flymypet h2{
    margin-bottom: 0;
}
#subScribe-New-flymypet .subscribeInfo {
    max-width: 840px;
    margin: auto;
}
.beforeYou-fly-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 15px;
}
.beforeYou-fly-content-child img {
    width: 100%;
}
.beforeYou-fly-content-child {
    width: 25%;
}
.beforeYou-fly-content-child p {
    margin: 0;
    padding: 0;
    color: #626262 !important;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
}
.beforeYou-fly-content-child h4 {
    margin: 30px 0 10px;
    padding: 0;
    color: #0d0d0e;
    font-size: 26px;
    font-family: "Prata";
    font-weight: 400;
    text-transform: capitalize;
}
#howIt-works-disturbing.how-it-works-fly h2 {
    margin-left: 0;
} 
p.beforeFly-description {
    padding: 0;
    margin: 0;
}



.page-template-templatesfly-my-pet-php .privateAbr-section-info.whyChoose-us-content {
    align-items: baseline;
}
#fly-my-pet-services h2 {
    margin: 0;
}
#fly-my-pet-services {
    padding: 100px 0;
}
.how-it-works-fly-section-left {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
}

.how-it-works-fly-section-left-parent {
    padding-left: 40px;
}

.how-it-works-fly .row {
    display: flex;
    align-items: center;
}

.how-it-works-fly-section-left-parent h2 {
    margin: 0;
    padding: 0;
    text-align: left;
}
.how-it-works-flysection {
    display: flex;
    background: linear-gradient(to left, #f5f3f1 70%, #fff 30%);
    margin-top: 20px;
}
.travel-Section-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
	padding-top: 30px;
}

.travel-Section-button a {
    width: 100%;
    text-align: center;
}

.privateAbr-section-info.whyChoose-us-content {
    border-left: 1px solid #626262;
    padding-left: 15px;
    margin-top: 30px;
    padding-top: 20px;
}

.why-choose-us-Section {
    margin: 40px 0;
}
.why-choose-us-Section h2 {
    text-align: left;
}
.privateAbr-section-info.whyChoose-us-content {
    max-width: 100%;
}
.how-it-works-fly h2 {
    max-width: 720px;
    margin: auto;
}
/* faq accordian */
.accordion-button::after {
  display: none;
}
.accordion-button::before {
   content: "";
  width: 40px;
  height: 20px;
  background: url('https://oneairjet.com/wp-content/uploads/2025/07/Add.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::before {
  content: "";
  width: 40px;
  height: 20px;
  background: url('https://oneairjet.com/wp-content/uploads/2025/07/Add-1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
div#faqAccordion {
    border: none !important;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #00000036;
    text-align: left;
    padding: 0;
     transition: all 0.3s ease;
}
.accordion-item h2 button {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
     transition: all 0.3s ease;
    font-family: "Poppins";
    font-weight: 600;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease;
    padding-top: 0;
    font-size: 18px;
    color: #5C5C5C;
    font-family: "Poppins";
    font-weight: 400;
}

.accordion-collapse.collapse {
     transition: all 0.3s ease;
}
.faq-Section {
    margin: 120px 0 80px;
}
.faq-Section .accordion-button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
a.btnRequest.bannerSection-scndbutton {
    background: transparent;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

a.btnRequest.bannerSection-scndbutton:hover {
    border: 1px solid #000;
}
.privateAbr-section-info.aboutUs-content h2 {
    text-align: left;
    margin: 0;
}

.privateAbr-section-info.aboutUs-content {
    padding-left: 20px;
}
/* Featured Post */
#featuredFlight p {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 400;
    font-family: "Poppins";
	max-width: 680px;
}
#featuredFlight p strong {
    font-weight: bold;
}
.featured-post-content-info {
	margin-top: 40px;
}
#featuredFlight .cusronSlide {
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
}
.private-title-section p {
    max-width: 650px;
}
.featuredBtn a {
    width: 100%;
}

.featuredBtn {
    margin-top: 20px;
}
.routeDesc,
.departureDesc,
.seatsDesc,
.priceDesc,
.petsIncluded{
    position: relative;
    padding-left: 50px !important;
    margin-bottom: 20px !important;
}
#featuredFlight h4,
.postTitle{
	padding-left: 42px;
	position: relative;
}
.routeDesc::before,
.departureDesc::before,
.seatsDesc::before,
.priceDesc::before,
.petsIncluded::before{
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute;
}
#featuredFlight h4::before,
.postTitle::before{
    content: "";
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
}
.routeDesc::before{
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/tabler_route.png');
}
.departureDesc::before{
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/simple-line-icons_calender.png');
}
.seatsDesc::before{
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/ph_seat-fill.png');
}
.priceDesc::before{
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/solar_dollar-broken.png');
}
.petsIncluded::before{
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/dashicons_pets.png');
}
#featuredFlight h4::before,
.postTitle::before{
	background: url('https://oneairjet.com/wp-content/uploads/2025/07/Group-19.png');
}
#featuredFlight .swiperArrow {
    top: 140px;
}
.accordion-header .accordion-button {
    color: #3E3E3E !important;
}
.disclaimerFeat p {
    max-width: 1050px !important;
    margin: auto !important;
    text-align: center;
}

.disclaimerFeat {
    padding: 10px 30px;
    background: #c3a53c42;
    border-radius: 10px;
    max-width: 1090px;
    margin: 70px auto 0;
}
#featuredFlight {
    padding: 80px 0 0;
}


/* Flight post */
.single-flight nav {
    background: #000000f0;
}
.flightBook-child h2,
.reviewConfirm-data h2{
    font-size: 46px;
    text-align: center;
	font-family: "prata";
}

.flightBook-child p {
    text-align: center;
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
}
.flightBook-child h3 {
    margin-top: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: "prata";
    color: #0d0d0e;
	font-size: 34px;
}
.postTitle::before {
    width: 30px !important;
    height: 30px !important;
}

.flight-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flight-details .postTitle {
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: "prata";
    font-size: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.bannerSection.flightBook-parent {
    padding: 200px 0 100px!important;
}
.bannerSection.flightBook-parent {
    padding: 200px 0 100px!important;
}
.flight-info p {
    margin: 0;
    padding: 0;
}
.flight-info {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
	 gap: 30px;
	justify-content: center;
	max-width: 1090px;
}
.accordion-item:last-of-type {
    border-radius: 0 !important;
}

.flight-details .flight-info p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.single-flight .routeDesc, 
.single-flight .departureDesc, 
.single-flight .seatsDesc, 
.single-flight .priceDesc, 
.single-flight .petsIncluded {
	padding-left: 40px !important;
}


/* Flight post Form */
.wpforms-field-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.fieldContent {
    max-width: 50%;
    width: 100% !important;
}
.fieldContent input {
    width: 100% !important;
    max-width: 100% !important;
	border-radius: 7px;
	height: 40px;
}
.contentInfo-parent {
    display: flex;
    gap: 20px;
}

.passenger-form, .pet-form {
    margin-bottom: 20px;
  }

  .passenger-form h3, .pet-form h3 {
    margin-bottom: 10px;
  }

  .formInfo-content-parent input {
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    max-width: 300px;
  }


/* modal popup click into join waitlist button start */
.modal {
  display: none;           
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;  
  align-items: center;
}
#waitlistModalLabel {
    font-family: "Prata";
    font-weight: 400;
    text-transform: capitalize;
    font-size: 26px;
}
.modal.active { 
	display: flex;
}
#waitlistModal .modal-close {
  position: absolute;
  top: 0.5rem; right: 0.75rem;
  font-size: 1.5rem;
  cursor: pointer;
}
#waitlistModal .modal-header {
    padding: 0;
    gap: 10px;
    border: none;
	flex-direction: column;
    text-align: center;
}
#waitlistModal .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 0;
	border-radius: 8px;
    position: relative;
	background: #fff;
}
#waitlistModal.show .modal-dialog {
    max-width: 600px;
    width: 100%;
}
#waitlistModal p {
    margin: 0;
    padding: 0;
}
#waitlistModal .joinForm-name.cForm h5 {
    font-size: 18px;
    font-family: 'Poppins';
    color: #626262;
    font-weight: 600;
    margin-top: 20px;
}
#waitlistModal .joinForm-name-input.cInput {
    display: flex;
    gap: 12px;
}
#waitlistModal input[type="text"]::placeholder,
#waitlistModal input[type="tel"]::placeholder,
#waitlistModal textarea::placeholder{
    color: #a6a6a6;
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-size: 16px;
}
#waitlistModal input[type="text"] {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
#waitlistModal .joinForm-name.cForm {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#waitlistModal .modal-body .routeDesc {
    padding-left: 40px !important;
    margin: 10px 0!important;
}
#waitlistModal input.wpcf7-form-control.wpcf7-submit.has-spinner.btnRequest {
    max-width: 100px !important;
    background: #C3A53C;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 20px;
    padding: 10px 0;
    width: 100%;
    min-width: 130px;
    transition: 0.5s all ease;
	margin-top: 15px;
}
#waitlistModal input.wpcf7-form-control.wpcf7-submit.has-spinner.btnRequest:hover {
    background: #000;
}
#waitlistModal .modal-body {
    padding-bottom: 40px;
}
#waitlistModal .btn-closes {
    margin-left: auto;
    border: none;
    background: none;
}

#waitlistModal .btn-closes img {
    width: 30px;
    height: 30px;
}
#waitlistModal .modal-header {
    padding: 0 20px;
}

#waitlistModal .modal-body {
    padding: 30px 20px 40px;
}
/* .page-template-templateshome-php .footer-logo-col p {
    display: none;
}

.page-template-templateshome-php .footer-social-links {
    padding-top: 40px;
} */
.page-template-templateshome-php .footer-logo-col p.exceptHome-description {
    display: none;
}

.footer-logo-col p.homeDescription {
    display: none;
}
.page-template-templateshome-php .footer-logo-col p.homeDescription {
    display: block;
}
.footer-logo-col img {
    width: 160px;
}
/* join waitlist modal popup style end */


.inputParent {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.passengerForm-child,
.petForm-child{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.passengerForm-child h5,
.petForm h5{
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #C3A53C;
    text-align: center;
}
.cStyle {
    max-width: 49%;
    width: 100%;
}
.flDevice.cStyle {
    max-width: 100%;
    width: 100%;
}
.cStyle label {
    color: #626262;
    font-weight: 600;
    padding-bottom: 6px;
}

.cStyle label,
.cStyle input,
.cStyle select,
.cStyle textarea{
    width: 100%;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
}
.cStyle input,
.cStyle select,
.cStyle textarea{
    border-radius: 10px;
    background: #FAFAFA;
    font-size: 18px;
    padding: 8px 10px;
    height: 44px;
	border: 1px solid #a6a6a6;
	color: #626262;
}
.cStyle textarea {
	height: 120px;
}
.cStyle input::placeholder, .cStyle select::placeholder, .cStyle textarea::placeholder {
    font-weight: 400;
    font-size: 16px !important; 
	color: #A6A6A6;
}
.inputFields.fieldContent label {
    color: #626262;
    font-weight: 600;
    font-family: 'Poppins';
    padding-bottom: 6px;
}
.starixColor {
	color: #FF4141;
}
#passengerForms, #petForms {
    background: #F8F8F8;
    padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid #a6a6a6;
    margin-top: 20px;
}
#passengerForms h4,
#petForms h4{
    font-family: "prata";
    font-size: 30px;
}
.passportPassenger,
.petHealthCertificate,
.petPicture,
.petVaccination{
  position: relative;
  width: 200px;
  height: 50px; 
  background-color: #f4f5f7; 
  border: 1px solid #dcdfe6; 
  cursor: pointer;
  color: transparent; 
  font-size: 0; 
  padding-left: 50px; 
}

.passportPassenger::before,
.petHealthCertificate::before,
.petPicture::before,
.petVaccination::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px; 
  width: 20px;
  height: 20px;
  background-image: url('https://oneairjet.com/wp-content/uploads/2025/07/iconoir_attachment.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
/* .passportPassenger::-webkit-file-upload-button,
.petHealthCertificate::-webkit-file-upload-button,
.petPicture::-webkit-file-upload-button,
.petVaccination::-webkit-file-upload-button{
  display: none; 
}
.passportPassenger::file-selector-button ,
.petHealthCertificate::file-selector-button,
.petPicture::file-selector-button,
.petVaccination::file-selector-button {
  display: none;
}
.passportPassenger:focus,
.petHealthCertificate:focus,
.petPicture:focus,
.petVaccination:focus{
  outline: none;
  border-color: #5e9ed6;
} */
.btnParent-form-nav {
    display: flex;
    margin-top: 20px;
}

.btnParent-form-nav #nextPassengerBtn,
.btnParent-form-nav #nextPetBtn{
    margin-left: auto;
}

.btnParent-form-nav #prevPassengerBtn,
.btnParent-form-nav #prevPetBtn{
    margin-right: auto;
}
.bookingDetail-btn {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.termsBox-tag label {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 6px;
}
.termsBox-tag #agreeTerms {
    max-width: 30px;
    margin-bottom: 0;
    height: 16px;
    width: 16px;
    color: #626262 !important;
    border-radius: 20px !important;
    font-family: 'Poppins';
    font-weight: 600 !important;
}
.termsBox-tag {
    margin-bottom: 30px;
    max-width: 320px;
}

.termsBox-tag a {
    color: #C3A53C !important;
    font-weight: 600;
    font-family: 'Poppins';
}
/*  */
input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.passportPassenger,
.petPicture,
.petHealthCertificate,
.petVaccination{
    padding-left: 40px !important;
}
.petRecover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.petRecover .petStatement {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
#file-name,
.passportPassenger,
.petPicture{
    display: none;
}
.passportPassenger {
  display: none;
}

.placeholder-text {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  color: #555;
  min-width: 250px;
}

/*  */


/* passenger information data  */

#savedBookingDetails h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

#savedBookingDetails .details-container {
	display: flex;
	flex-direction: column; 
	margin-bottom: 20px;
}


#savedBookingDetails .info-section,
#savedBookingDetails .info-container{
	margin-bottom: 10px;
}

#savedBookingDetails .cost-container,
#savedBookingDetails .info-box-wrapper{
	background-color: #f9f9f9;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#savedBookingDetails .cost-container h4,
#savedBookingDetails .info-box h4{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Prata";
}

#savedBookingDetails .cost-container p,
#savedBookingDetails .info-box p{
	margin: 5px 0;
	font-family: "Poppins";
	font-size: 18px;
}
#savedBookingDetails .info-box {
    	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#savedBookingDetail .info-section {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    max-width: 50%;
    width: 100%;
}

#savedBookingDetails .info-section p {
    border-bottom: 1px solid #E1E1E1;
}
.btnParent-form-nav {
    display: flex;
    justify-content: space-between;
}
.reviewConfirm-data .btnParent-form-nav {
    margin-top: 40px;
} 

.details-container .cost-container,
.totalReview-price,
#savedBookingDetails .details-container .cost-container,
.btnRequest.bannerSection-scndbutton,
.bookedSeatsDesc,
.inputFields.fieldContent.pId-display,
.priceField-content,
.pasenText-remove{
    display: none;
}

#savedBookingDetails .details-container .info-section {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
#savedBookingDetails .details-container .info-section p {
    padding: 10px 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
#savedBookingDetails .details-container .info-section h4 {
    margin-bottom: 20px;
    padding-top: 10px;
}

.swiper-slide.cusronSlide.sold-out-slide {
    position: relative;
}
.swiper-slide.cusronSlide.sold-out-slide::before {
    content: "";
    position: absolute;
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/Frame-2147225932-1.png');
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

/* single flight details */
.petInput-changed {
    display: flex;
}
.petInput-changed input {
    margin-bottom: 0;
    border-right: none !important;
    border-radius: 0 0 0 0px;
	text-align: center;
}
.petInput-changed button{
    background: #C3A53C;
    padding: 0px 10px;
    border: 1px solid #C3A53C;
    color: #fff;
    font-size: 20px;
}
.petInput-changed button:first-child {
    border-radius: 6px 0px 0px 6px;
}
.petInput-changed button:last-child {
    border-radius: 0px 6px 6px 0px;
}
.hero-section-top-icon{
	margin-bottom:25px!important;
}
.passengerTabContainer, .petTabContainer {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.passengerTabContainer a, .petTabContainer a {
	flex-grow: 1;
	text-decoration: none;
	text-align: center;
}
#passengerFormsContainer,
#petFormsContainer{
    padding-top: 40px;
}
.passenger-tab-link.activePassengerTab, .pet-tab-link.activePetTab {
    border-bottom: 2px solid #C3A53C;
    color: #C3A53C;
    padding: 5px 10px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins';
}
.passenger-tab-link, .pet-tab-link {
    border-bottom: 1px solid #A6A6A6;
    color: #A6A6A6;
    padding: 5px 10px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins';	
}
.petRecover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.petRecover .petStatement {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
#bookingMsg {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    max-width: 680px;
}
#totalWeight {
    display: none;
}
#bookingLink {
    color: #C3A53C;
    font-family: 'Poppins';
    font-weight: 500;
}
.petrInformation-text-add li {
    list-style: disc;
    max-width: 680px;
    font-family: 'Poppins';
    color: #626262;
    padding-top: 6px;
}
#petForms{
    position: relative;
}
#petForms::before {
    position: absolute;
    content: "";
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/Group-33510.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    right: 0;
    top: 0;
}

/* terms and conditions wala  */
#signatureModalLabel {
    font-family: "prata";
    font-size: 48px;
	font-weight: 400;
}
.signature-block {
    display: none;
}
.passnegerTabbing-parent {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    margin-left: auto;
    max-width: fit-content;
    gap: 50px;
}
h3.cancerl {
    display: none;
}
.gold-line {
    width: 40px;
    height: 2px;
    background-color: goldenrod;
    border-radius: 4px;
    margin: 10px 0;
    margin-top: 16px;
}

.pasengerTabing-cmn p {
    font-family: 'Poppins';
    font-weight: 400;
    color: #626262;
}
.pasengerTabing-cmn.active p {
    font-weight: 600;
}
.passnegerTabbing-parent.firstPage-passenger-tab {
    margin: 60px auto 0;
}
.valueOfsignature-input {
    display: none;
}

.reviewConfirm-parent {
    display: flex;
    align-items: center;
}
.reviewCost-tab-main p {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 8px;
    font-weight: 400 !important;
    font-family: 'Poppins';
}

.reviewCost-tab-main {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.reviewCost-tab-main p strong {
    font-weight: 600;
    color: #626262;
    font-family: 'Poppins';
}

.cost-container h4 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    color: #626262;
    padding: 16px 0px;
}

.reviewCost-tab-main p:last-child {
    color: #C3A53C;
    font-weight: 600;
    font-size: 18px;
}

.reviewCost-tab-main p:last-child strong {
    color: #C3A53C;
}
/* featured Departure */
.reviewDeparture {
    background: #F8F8F8;
    padding: 30px 20px 20px;
    border-radius: 20px;
}
.depFirst {
    display: flex;
    gap: 10px;
    width: 25%;
}
.departureTop {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}
.departureBottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 30px 13px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 14px;
    gap: 13px;
}
.depThird img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.reviewDeparture-parent {
    margin-top: 30px;
}
.depFirst img {
    height: 30px;
    width: 30px;
}
.reviewDeparture p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.departureBottom h5 {
    color: #626262;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
}
.departureBottom p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #626262;
}
.departureTop h5,
.departureBottom h5{
    font-family: 'Poppins';
    margin-bottom: 0;
    font-weight: 600;
    color: #626262;
    line-height: 22px;
    font-size: 18px;
}
.departureBottom p{
    padding-top: 10px;
}
.departureTop p,
.departureBottom p{
    font-weight: 400;
    color: #626262;
    font-family: 'Poppins';
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
}
.departureTop h5,
.departureBottom h5{
    font-family: 'Poppins';
    margin-bottom: 0;
    font-weight: 600;
    color: #626262;
    line-height: 24px;
    font-size: 18px;
}
.departureBottom p{
    padding-top: 10px;
}
.departureTop p,
.departureBottom p{
    font-weight: 400;
    color: #626262;
    font-family: 'Poppins';
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
}
.depThird {
    width: 30%;
}
.depSecond {
    width: 10%;
}
.mobile-depThird {
    display: none;
}

#savedBookingDetails .details-container .info-section p {
    font-family: 'Poppins';
    color: #626262;
    font-weight: 400;
    font-size: 18px;
}
#savedBookingDetails .details-container .info-section p strong{
    font-weight: 600;
}
.securePayment-info-parent p {
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
}
.securePayment-info {
    display: flex;
    gap: 6px;
}
.securePayment-info p {
    font-weight: 600 !important;
    color: #626262 !important;
    margin-top: 0 !important;
}
.securePayment-info-parent {
    margin-top: 40px;
    max-width: 1120px;
}
.securePayment-info-parent p {
    font-weight: 400;
    font-family: 'Poppins';
    color: #626262;
    margin-top: 12px;
}
.desclimerReview-tab {
    max-width: 1080px;
    margin: 50px auto 20px;
    background: #c3a53c30;
    padding: 30px 20px 20px;
    border-radius: 10px;
}
.desclimerReview-tab p {
    max-width: 1050px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    color: #626262;
    margin: 0;
    padding: 0;
}
#goBackBtn,
#goBackBtn-popup{
    background: #fff;
    border: 1px solid #C3A53C;
    color: #C3A53C;
    border-radius: 8px;
}
#flightBook-parent {
    position: relative;
}
#flightBook-parent::before {
    position: absolute;
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/top-plane.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 300px;
    left: 0;
    height: 200px;
    top: 10%;
}
#flightBook-parent::after {
    position: absolute;
    background: url('https://oneairjet.com/wp-content/uploads/2025/07/paws.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 100px;
    right: 0;
    height: 200px;
    top: 6%;
}


/* payment integration */
#cardFormModal .modal-dialog {
    max-width: 600px !important;
    width: 100%;
}
#cardFormModal .modal-title {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 26px;
}
#cardFormModal .modal-title,
#cardFormModal h3,
#cardFormModal table td{
    font-family: 'Poppins';
    color: #626262 !important;
    font-weight: 600 !important;
}
#cardFormModal h3{
    font-size: 24px;
}
 #cardFormModal table td {
     font-size: 18px;
 }
#cardFormModal table tr{
    padding-top: 20px;
}
#cardFormModal button {
    max-width: 0px;
    width: 100%;
    margin: 0;
}
#cardFormModal h3 {
    text-align: center;
}
#card-form table {
    caption-side: bottom;
    border-collapse: collapse;
    vertical-align: middle;
    align-items: center;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: auto;
}
#cardFormModal .modal-content tr input {
    background: #fff;
    padding: 10px 20px;
    color: #A6A6A6;
    border: 1px solid #A6A6A6;
}
#cardFormModal .modal-content tr input::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #A6A6A6;
}
#cardFormModal .modal-content tr:last-child input {
    background: #C3A53C;
    color: #fff;
    max-width: 100%;
    width: 100%;
    transition: 0.5s ease;
}
#cardFormModal .modal-content tr:last-child input:hover {
    background: #000;
}
.petSpecies,
.petTemperament{
    padding-right: 30px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23696868' stroke-width='1' d='M1 2L4 5L7 2' /%3E%3C/svg%3E") !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
}

/* payemnt integration end*/
/* successfull Message start*/
#payment-conformation h2 {
    font-family: "Prata";
     font-size: 50px;
    font-weight: 400;
    color: #101010;
    text-transform: capitalize;
    margin-top: 30px;
}

#payment-conformation .success-wrap h3 {
    font-family: "Prata";
    font-size: 44px;
    font-weight: 400;
    color: #101010;
    text-transform: capitalize;
    margin-top: 30px;
}

#payment-conformation .success-wrap {
    max-width: 780px;
    margin: auto;
    text-align: center;
}

#payment-conformation .success-wrap p,
#payment-conformation .wysiwyg p{
    font-family: "Poppins";
    color: #626262;
    font-weight: 400;
    font-size: 16px;
}
.ch138 #top {
    background: #00000052;
}
.ch138 #top h1{
    font-family: "prata";
    font-size: 70px;
}
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
/* successfull Message end*/

/* new updated style */
.hero-section-bottom-parent-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.hero-section-bottom-parent-left h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.hero-section-bottom-parent.home-next .hero-section-bottom-d-parent p {
  margin-bottom: 0px;
  font-size: 12px;
  padding-bottom: 0px;
}

.hero-section-bottom-parent.home-next {
  justify-content: space-between;
}

.hero-section-bottom-parent-right img {
  border-radius: 12px;
}

.privateAbr-section-info a {
	padding : 12px 24px;
	min-width : unset;
	max-width: max-content;
}

.privateAbr-section-info.aboutUs-content {
	margin-right : 50px;
	max-width : 100%;
}

.reviewConfirm-data {
	margin-top: 200px;
	display: none;
	margin-bottom: 100px;
}

#services .swiper-container .swiper-slide {
	border-radius : 0px;
}

#services .swiper-container {
	padding-left : 120px;
}

.testimonial-slider .secTitle {
	text-align : left;
}

.testimonial-slider .private-title-section p {
	max-width : 850px;
}

.hero-section__home__new .hero-title {
	font-size : 92px;
	padding : 0px;
	
}

.hero-section__home__new .hero-section-top {
	max-width : 994px;
}

.hero-section__home__new .hero-subtitle {
	font-size : 25px;
	padding : 0px;
	margin-bottom : 24px;
}

.hero-section__home__new .hero-subtitle-scnd {
	padding-bottom : 0px;
}

.hero-section__home__new #hero-Section-btn-setting {
	padding: 16px 32px;
	font-size : 24px;
}

.hero-section__home__new #hero-Section-btn-setting img {
	width : 23px;
}

.hero-section__home__new #hero-Section-btn-setting {
	padding : 16px 32px;
	font-size : 24px;
}

.our-services--new#services .swiperAks {
	width : 52px;
	height : 52px;
}

.swiperArrow .swiper-button-prev {
	left : -110px;
}

.our-services--new#services .slide-button.mineSlide-btn {
	bottom : 180px;
}

/* A CSS Starts */

 .btnRequest:after, #prevPetBtn.btnRequest:after, #prevPassengerBtn.btnRequest:after {
    content: url(https://oneairjet.com/wp-content/uploads/2025/07/Vector-3.svg);
    max-height: 20px;
}
#goBackBtn.btnRequest, #prevPassengerBtn.btnRequest, #prevPetBtn.btnRequest, #goBackBtn-popup.btnRequest{
	flex-direction: row-reverse;
}
#goBackBtn.btnRequest:after,
#goBackBtn-popup.btnRequest::after{
	content: url(https://oneairjet.com/wp-content/uploads/2025/07/Vector-4.svg);
    max-height: 20px;
}
#goSubmit-popup {
    border: 1px solid #c3a53c;
}

#prevPetBtn.btnRequest:after, #prevPassengerBtn.btnRequest:after{
	    transform: rotate(180deg);
} 
#goSubmit-popup {
    border: 1px solid #c3a53c;
}

#signatureModal .modal-header {
    border: none;
}

#signatureModal .modal-footer {
    border: none;
}
#signatureModal label  {
    font-family: 'Poppins';
    font-weight: 600;
    color: #626262;
    
}
#typedSignature {
    background: #FAFAFA;
    color: #a6a6a6;
    font-family: 'Poppins';
    font-weight: 400;
}

#typedSignature::placeholder {
    color: #a6a6a6;
    font-weight: 400 !important;
    font-family: 'Poppins';
}





/* A CSS Ends */

.btnRemove-before::after {
    content: none !important;
}


/*fly my pet page qa*/
#apniCls-add-ki .privateAbr-section-info.aboutUs-content {
    max-width: 540px;
}
#howIt-works-disturbing .how-it-works-fly-section-left-parent {
    gap: 10px;
}
.page-template-templatesfly-my-pet-php .aboutUs-section {

     background: #F5F3F1; 

}
.page-template-templatesfly-my-pet-php .disclaimerFeat p {
    font-weight: 600 !important;
}
.sub-menu li a:hover {
    background: hsl(46deg 51% 51% / 60%);
}
#featuredFlight h4 {
    padding-left: 53px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    line-height: 44px;
}
.hero-overlay {
    display: none !important;
}
.navbar-expand-lg .navbar-nav {
    gap: 10px;
}
a#bookDetailsBtn {
    font-weight: 400;
    color: #fff !important;
    width: max-content;
    margin-top: 24px;
}
.page-template-templatesfly-my-pet-php .private-title-section p {
    padding-left: 7px !important;
}
#subScribe-New-flymypet a {
    width: max-content;
    margin: auto;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: block;
    background: red;
}
.wpcf7 .wpcf7-response-output {
    position: relative;
    max-width: 100%;
    margin-top: 0px !important;
    margin-inline: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    background: #C3A53C;
    color: #fff;
}

.passengerTabContainer, .petTabContainer {
    flex-wrap: wrap;
    gap: 10px;
}

/*terms and conditions*/
#signatureModal .modal-content {
  max-height: 80vh; /* or use px like 600px */
  overflow-y: auto;
}
#signatureModal .modal-content::-webkit-scrollbar {
  width: 8px;
}
#signatureModal .modal-content::-webkit-scrollbar-thumb {
  background-color: #c3a53c;
  border-radius: 4px;
}
#signatureModal .modal-content h4{
  font-family: "prata";
  font-size: 26px;
  font-weight: 400;
  color: #0D0D0E;
  line-height: 40px;
}
#signatureModal .modal-content p{
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #626262;
}

.reviewCost-tab-main p:nth-child(3),
.reviewCost-tab-main p:nth-child(4){
    display: none;
}
/* 	media queries	 */
@media (max-width: 1440px) {
.depFirst {
    width: 32%;
}
.depSecond {
    width: 10%;
}
	.depThird {
    width: 26%;
}
	.depThird img {
    height: 80px;
    width: 100%;
}
.petRecover .petStatement {
    font-size: 12px;
}

}
@media (max-width: 1266px) {
  .privateAbr-section-info {
    max-width: 430px;
  }
	.petRecover .petStatement {
		font-size: 12px;
	}
	
}
@media (max-width: 1199px) {
  .privateChoose-section .privateAbr-section-img {
    margin-top: 0px !important;
  }
  .privateAbr-section .privateAbr-section-img {
    margin-left: 0px;
  }
	.petRecover {
		flex-wrap: wrap;
		gap: 0px;
		padding-bottom: 10px;
	}
	.depSecond {
		width: 9%;
	}
	.depThird {
		width: 20%;
	}
	.depFirst {
		width: 31%;
	}
}
@media screen and (max-width: 1024px) {
  .swiper-container-section {
    overflow-x: hidden !important;
    min-height: fit-content !important;
  }
  .core-info-section-left-child {
    width: 49%;
	margin-bottom: 20px;
  }
  .how-it-works-fly-section-left,
	.beforeYou-fly-content{
	 flex-wrap: wrap;
  }
	.beforeYou-fly-content-child {
    width: 49%;
    margin-bottom: 30px;
	}
	.bannerSection {
    padding: 260px 0 !important;
}
	
#featuredFlight .cusronSlide,
.featuredBtn{
	height: auto;
}
#featuredFlight .cusronSlide h4,
.featured-post-content-info{
    height: 100%;
}
	.privateAbr-section-info.aboutUs-content {
    padding-left: 10px;
}
	#savedBookingDetails .details-container .info-section p {
		font-size: 18px;
	}
	#flightBook-parent::before,
	#flightBook-parent::after{
		content: "";
	}
	.how-it-works-fly h2 {
        padding-top: 40px;
    }
    #fly-my-pet-services {
    padding-bottom: 70px;
}
#howIt-works-disturbing .how-it-works-fly-section-left {
    padding-top: 40px;
}
.passengerTabContainer, .petTabContainer {
    flex-wrap: wrap;
    gap: 10px;
}
}
@media (max-width: 991px) {
  .testimonial-description {
    font-size: 16px;
    max-width: 580px;
  }
  .nav-link {
    margin-left: 0;
  }
  .footer-logo-col p {
    font-size: 14px;
    margin-top: 0px;
  }
  footer h4 {
    font-size: 16px;
  }
  .footer-quick-links a h5 {
    font-size: 14px;
  }
  footer {
    padding: 50px 0 0;
  }
  .secTitle {
    font-size: 36px;
  }
  .subscribeInfo p,
	#featuredFlight p{
    font-size: 16px;
  }
  section.subscribeNews {
    background-size: 100% 100%;
    padding: 130px 0;
  }
  .core-info-section {
    padding-top: 0px;
    background: linear-gradient(to bottom, #fff 30%, #f5f3f1 30%);
    margin-top: 0;
  }
  .core-info-img {
    height: 450px;
    padding: 40px 0 0;
  }
  .core-info-section-left-parent .core-info-section-left-child:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .core-info-section-left-child h3 {
    font-size: 26px;
  }
  .core-info-section-left-child p {
    font-size: 16px;
  }
  section.core-section {
    padding: 60px 0 0;
  }
  section.luxury {
    padding: 120px 0;
  }
  .privateChoose-section {
    padding-top: 80px;
  }
  .privateChoose-section .privateAbr-section-info {
    padding-left: 0px;
  }
  .privateAbr-section-info p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .privateAbr-section-info h3 {
    font-size: 26px;
  }
  .swiper-slide h4 {
    font-size: 20px;
  }
  .swiper-slide p {
    font-size: 16px;
  }
  .swiperArrow {
    position: absolute;
    top: 120px;
    right: 20px;
  }
  .swiperArrow .swiper-button-next,
  .swiperArrow .swiper-button-prev {
    width: 34px !important;
    height: 29px !important;
  }

  .swiperArrow .swiper-button-prev {
    left: -90px;
  }
  .offcanvas-header a {
    width: 130px;
    height: 40px;
  }

  .offcanvas-header a img {
    height: 100%;
    width: 100%;
  }
  .core-info-section-left-parent {
    padding-left: 0px;
  }
.beforeYou-fly-content-child {
    width: 48%;
}
	.how-it-works-fly-section-left-parent {
    padding-left: 0;
    margin-top: 80px;
}
	.how-it-works-fly-section-left {
    gap: 13px;
}
	.how-it-works-fly-section-left-parent {
    padding-left: 0;
    margin-top: 80px;
}
	.aboutUs-section {
     margin-top: 0px; 
}
	.privateAbr-section-info.aboutUs-content {
    padding-left: 0px;
}
	.disclaimerFeat {
		margin: 70px auto 70px;
	}
	.cStyle {
		max-width: 100%;
		width: 100%;
	}
	.petRecover {
		padding-bottom: 0px;
	}
	.passnegerTabbing-parent {
		margin: auto;
	}
	.reviewConfirm-parent {
		flex-wrap: wrap;
	}

	.reviewConfirm-parent h2 {
		text-align: center;
		margin: auto auto 30px;
	}
	.passnegerTabbing-parent {
		gap: 15px;
	}
	.pasengerTabing-cmn p {
		padding: 0;
		font-size: 16px;
	}
	#savedBookingDetails .details-container .info-section h4 {
		margin-bottom: 10px;
		padding-top: 10px;
	}
	#savedBookingDetails .details-container .info-section p {
		font-size: 16px;
	}
	.mobile-depThird {
		display: block;
	}
	.desktop-depThird {
		display: none;
	}
	.departureBottom {
		flex-wrap: wrap;
	}
	.depFirst {
		width: 100%;
	}
	.depSecond {
		width: 100%;
	}
	.depThird {
		width: 100%;
	}
	.depThird img {
		height: 290px;
		width: 100%;
		object-fit: contain;
	}
	.departureBottom {
		justify-content: center;
		margin: auto;
		text-align: center;
		gap: 30px;
	}
	.depFirst {
		flex-wrap: wrap;
		justify-content: center;
	}
	.departureBottom {
		margin-top: 20px;
	}
	#signatureModal p {
        font-size: 16px;
    }
    #signatureModalLabel {
        font-size: 36px;
    }
.ch138 #top h1{
    font-size: 42px;
}


#signatureModal .modal-content h4{
  font-size: 24px;
  line-height: 37px;
}
#signatureModal .modal-content p{
  font-size: 16px;
}

}
@media (max-width: 767px) {
  .slick-arrow {
    top: 36%;
  }
  .slick-prev {
    left: -40px;
  }
  .testimonial-description {
    font-size: 14px;
    max-width: 410px;
  }
  .slick-next {
    right: -35px;
  }
  .slick-arrow img,
  button.slick-prev.slick-arrow img {
    width: 24px;
    height: 24px;
  }
  .hero-title {
    font-size: 40px;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .navbar {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .footer-quick-link-col,
  .footer-payment-method-col {
    margin: 50px 0 0;
  }
  .secTitle {
    font-size: 30px;
  }
  p.hero-subtitle-scnd {
    font-size: 18px;
  }
  .core-info-section-left-parent {
    padding-top: 20px;
  }
  .core-info-section-left-parent .core-info-section-left-child:first-child {
    padding-bottom: 20px;
  }
  .core-info-section-left-parent .core-info-section-left-child:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .swiper-slide p {
    font-size: 14px;
    max-width: 200px;
  }
  .swiper-slide h4 {
    font-size: 17px;
  }
  .privateChoose-section {
    padding-top: 20px;
  }
  .privateAbr-section-img img {
    padding-top: 20px;
  }
  .privateChoose-section .privateAbr-section-info {
    padding-top: 30px;
  }
  section.privateJet {
    padding: 50px 0;
  }
  .swiperArrow .swiper-button-prev {
    left: -100px;
  }
  .swiperArrow .swiper-button-next,
  .swiperArrow .swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
  }
	.beforeYou-fly-content-child {
    width: 100%;
}
	.core-info-section-left-child {
    width: 100%;
}
	.core-info-section-left-child {
		max-width: 100%;
		text-align: center;
	}
	.how-it-works-fly-section-left-parent h2 {
		text-align: center;
	}
	.beforeYou-fly-content-child {
		width: 100%;
	}
	.beforeYou-fly-content-child {
		margin-bottom: 30px;
	}
	.beforeYou-fly-content-child:last-child {
		margin-bottom: 0;
	}
	.privateAbr-section-info {
		max-width: 100%;
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.why-choose-us-section-content,
	.why-choose-us-Section h2,
	#fly-my-pet-services h2,
	#fly-my-pet-services p,
	.beforeYou-fly-content-child h4,
	.aboutUs-section p{
		text-align: center;
	}
	.privateAbr-section-img.whyChoose-us-image {
		margin-top: 30px;
	}

	.how-it-works-fly-section-left {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#featuredFlight p {
		max-width: 410px;
	}
	.privateAbr-section-info h3 {
    font-size: 24px;
    text-align: center;
}

.bannerSection-title {
    font-size: 56px;
}
	.bannerSection {
    padding: 220px 0 !important;
}
.privateAbr-section-info.whyChoose-us-content {
	align-items: baseline;
}
.why-choose-us-section-content h3,
.privateAbr-section-info.aboutUs-content p,
.why-choose-us-section-content,
.why-choose-us-Section h2{
    text-align: left;
}
	#savedBookingDetails .details-container .info-section {
		max-width: 100%;
	}
	#savedBookingDetails .info-box {
		flex-wrap: wrap;
	}
    #signatureModalLabel {
        font-size: 26px;
    }
    #goBackBtn-popup {
        width: 100%;
    }
    #goSubmit-popup {
        width: 100%;
        margin-top: 15px;
    }
    #signatureModal p {
        font-size: 16px;
    }
    #signatureModal .modal-dialog {
        width: 96%;
        margin: auto;
    }
    #flightBook-parent::before,
    #flightBook-parent::after{
        content: none;
    }
    .flight-info {
        justify-content: flex-start;
    }
    .single-flight .routeDesc, .single-flight .departureDesc, .single-flight .seatsDesc, .single-flight .priceDesc, .single-flight .petsIncluded {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #flightBook-parent .formInfo-content-parent {
        margin-top: 40px;
    }
    .desclimerReview-tab p,
    .securePayment-info-parent p,
    .reviewCost-tab-main p strong,
    .reviewCost-tab-main p{
        font-size: 16px;
    }
    .reviewConfirm-parent h2 {
        font-size: 36px;
    }
    #payment-conformation h2 {
        font-size: 32px;
    }
    
     #payment-conformation .success-wrap h3 {
        font-size: 26px;
        line-height: 30px;
    }
.ch138 #top h1{
    font-size: 36px;
}

.how-it-works-flysection {
    background: linear-gradient(to left, #f5f3f1 100%, #fff 30%);
    padding-top: 40px;
}
.how-it-works-fly-section-left-parent {
    margin-top: 10px;
}
.privateAbr-section-info.aboutUs-content h2 {
    text-align: center;
    margin: 0;
}
.aboutUs-section {
    padding-top: 0;
}
.page-template-templatesfly-my-pet-php .aboutUs-section{
    padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 30px;
}

.travel-Section-button {
    flex-wrap: wrap;
}
#howIt-works-second-disturbing .how-it-works-fly h2 {
    padding-top: 0px;
}
#howIt-works-disturbing .how-it-works-fly h2{
    padding-top: 50px;
}
.page-template-templatesfly-my-pet-php .faq-Section {
    margin: 80px 0 60px;
}
.page-template-templatesfly-my-pet-php .privateAbr-section-info.aboutUs-content {
    margin: 40px 5px;
    gap: 15px;
}

.page-template-templatesfly-my-pet-php .privateAbr-section-info.aboutUs-content p {
    margin: 0 0 8px;
    text-align: center;
}
}
@media screen and (max-width: 767px) {
	.privateAbr-section-info.whyChoose-us-content {
		align-items: center;
	}
	.why-choose-us-section-content h3,
	.privateAbr-section-info.aboutUs-content p,
	.why-choose-us-section-content,
	.why-choose-us-Section h2{
		text-align: center;
	}
	#waitlistModal.show .modal-dialog {
		max-width: 85%;
		width: 100%;
		margin: auto;
	}
	#waitlistModal .modal-content {
		padding: 20px 10px 0;
	}
	#waitlistModal .joinForm-name-input.cInput {
		flex-wrap: wrap;
	}
	#waitlistModal .joinForm-name-input.cInput span {
		width: 100%;
	}
	#waitlistModal .modal-header {
		padding: 0 10px;
	}

	#waitlistModal .modal-body {
		padding: 30px 6px 40px;
	}
	.pasengerTabing-cmn.active p {
		font-size: 16px;
	}
}
@media screen and (max-width: 660px) {
#featuredFlight .swiperArrow {
    top: 100px;
}
	#featuredFlight p {
    max-width: 410px;
}

.travel-Section-button {
    flex-wrap: wrap;
    max-width: 300px;
    margin: auto;
    padding: 20px 0 0;
}
	
#featuredFlight .row {
    padding: 0 15px;
}
#bookingForm .inputParent {
    flex-wrap: wrap;
}
#bookingForm .fieldContent {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
}
.page-template-templatesfly-my-pet-php .privateAbr-section-info.aboutUs-content {
    margin: 40px 5px;
    gap: 15px;
}

.page-template-templatesfly-my-pet-php .privateAbr-section-info.aboutUs-content p {
    margin: 0 0 8px;
}

#featuredFlight h4::before{
    width: 28px;
    height: 28px;
}
#featuredFlight h4 {
    margin-bottom: 0;
    padding-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 36px;
    font-size: 26px;
    height: auto !important;
}

}
@media screen and (max-width: 480px) {
  .subscribeInfo input {
    width: 100%;
    max-width: 260px;
  }
  .secTitle {
    font-size: 25px;
    padding: 0 5px;
  }
  .hero-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .hero-section-top .btn-solar {
    margin-top: 10px;
  }
  .core-info-section-left-child h3 {
    font-size: 17px;
  }
  .core-info-section-left-child p {
    font-size: 14px;
  }
  .luxury-content-info p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 14px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .coreValues-title-section {
    max-width: 230px;
    margin: auto;
  }
  .secTitle {
    font-size: 22px;
    line-height: 33px;
  }
  .privateAbr-section-img {
    width: 60%;
  }
  .privateAbr-section .privateAbr-section-img {
    margin-left: auto;
  }
  .privateChoose-section {
    padding-top: 0;
  }
  .privateChoose-section {
    margin-top: -40px;
  }
  .privateAbr-section .privateAbr-section-img {
    width: 60%;
    margin-top: 10px;
  }
  .privateAbr-section-info p {
    font-size: 14px;
  }
  .privateChoose-section .privateAbr-section-info {
    padding-top: 30px;
  }
  .private-title-section {
    padding-bottom: 40px;
    max-width: 380px;
    margin: auto;
  }
  .testimonial-description {
    max-width: 410px;
  }
  .slick-next {
    right: -38px;
  }
  .slick-prev {
    left: -38px;
  }
  .client-designation {
    font-size: 12px;
  }
  .client-name {
    font-size: 14px;
  }
  .slick-slide img {
    margin: 0px auto 20px;
  }
  .slick-arrow,
  .swiperAks {
    width: 32px;
    height: 32px;
  }
  .swiperArrow .swiper-button-next,
  .swiperArrow .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
  }
  .swiperArrow .swiper-button-prev {
    left: -82px;
  }

  .hero-section-bottom-parent {
    margin-top: 30px;
  }
  .core-info-section-left-parent .core-info-section-left-child {
    min-height: 300px;
  }
  .hero-section-bottom-parent img {
    width: 180px !important;
  }
  .hero-section-bottom-d-parent h4 {
    font-size: 18px;
  }
  .hero-section-bottom-d-parent p {
    font-size: 14px;
  }
	.privateAbr-section-img.whyChoose-us-image,
	.privateAbr-section-img.aboutUs-image{
		margin-top: 30px;
		max-width: 100% !important;
		width: 100% !important;
	}
	section#featuredFlight .swiper-container {
    padding: 0 0 0 10px;
}
	.bannerSection-title {
    font-size: 42px;
    text-align: center;
    line-height: 60px;
}
.bannerSection-description {
    font-size: 16px;
    text-align: center;
}
.aboutSection-btn-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.bannerSection {
    padding: 180px 0 !important;
}
.privateAbr-section-info h3 {
    font-size: 20px;
    line-height: 30px;
}

.how-it-works-fly-section-left h3,
.beforeYou-fly-content h4{
    font-size: 20px;
}
#fly-my-pet-services {
    padding-bottom: 50px;
}
.faq-Section {
    margin-top: 70px;
}
.privateAbr-section-img.aboutUs-image {
    margin-top: 0;
}
.aboutUs-section {
    padding-top: 50px;
}
.accordion-header .accordion-button,
.accordion-body,
.beforeYou-fly-content p,
.beforeFly-description{
    font-size: 16px;
}

#faqAccordion {
    margin-top: 20px;
}
		/* join waitlist modal start 	 */
	#waitlistModalLabel {
		font-size: 22px;
	}
	#waitlistModal p {
		font-size: 16px;
	}
	#waitlistModal .modal-body {
		padding: 10px 0 20px;
	}
	#waitlistModal .joinForm-name.cForm h5 {
		font-size: 16px;
		margin-top: 10px;
	}
	#waitlistModal input.wpcf7-form-control.wpcf7-submit.has-spinner.btnRequest {
		margin-top: 5px;
	}
	#waitlistModal .modal-body {
		max-height: 500px; 
		overflow-y: auto; 
	  }
	/* join waitlist modal end */
	
	.passnegerTabbing-parent {
		flex-wrap: wrap;
		justify-content: center;
	}
.pasengerTabing-cmn {
    max-width: 100%;
    width: 100%;
}
	.gold-line {
    margin-top: 0px;
}
	#savedBookingDetails .details-container .info-section h4 {
    text-align: center;
}
#petForms h4 {
    margin-top: 50px;
}
#reviewConfirm-data .btnParent-form-nav {
    flex-wrap: wrap;
    gap: 20px;
}
#goBackBtn.btnRequest, #submitBookingBtn.btnRequest {
    width: 100%;
}
.how-it-works-fly h2 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 40px;
}
.page-template-templatesfly-my-pet-php .why-choose-us-section-content h3,
.page-template-templatesfly-my-pet-php .why-choose-us-section-content p,
.page-template-templatesfly-my-pet-php .why-choose-us-section-content{
    text-align: left;
}
.page-template-templatesfly-my-pet-php .privateAbr-section-info.whyChoose-us-content {
    margin: 10px 0 0;
}
#faqAccordion {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media (max-width: 380px) {
  .subscribeInfo input {
    width: 100%;
    max-width: 220px;
  }
  .slick-arrow {
    top: 70%;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .core-info-section-left-parent .core-info-section-left-child {
    min-height: 330px;
  }

  .hero-section {
    min-height: 110vh !important;
    height: 110vh !important;
  }
  .hero-content {
    min-height: 110vh !important;
    height: 110vh !important;
  }
  .hero-section-bottom-parent img {
    width: 140px !important;
  }

}




@media (min-width: 1024px) and (max-width: 1367px) {
    .dd--a-review-slider .slick-left-arrow.slick-arrow {
        left: 31%;
    }
}

@media (min-width: 1024px) and (max-width: 1367px) {
    .dd--a-review-slider .slick-right-arrow.slick-arrow {
        left: 38%;
    }
}


@media (max-width : 1300px) {
	.hero-section__home__new .hero-section-top {
		max-width: 650px;
	}
	
	.hero-section__home__new .hero-title {
		font-size: 60px;
	}
	
	.hero-section__home__new .hero-subtitle {
		font-size : 18px;
	}
	
	.hero-section__home__new #hero-Section-btn-setting {
		font-size : 20px;
	}
	
	.our-services--new#services .slide-button.mineSlide-btn {
		font-size: 18px;
    	min-width: 230px;
	}
}

@media (max-width: 992px) {
   .hero-section__home__new .hero-title {
        font-size: 40px;
    }
	
	.hero-section__home__new #hero-Section-btn-setting {
		padding : 14px 26px;
		font-size : 18px;
	}
	
	.hero-section-bottom-parent.home-next {
		flex-direction : column;
	}
}


@media (max-width : 767px) {
	.our-services--new#services .swiper-container {
		padding-left : 80px
	}
	
	.hero-section__home__new .hero-title {
		font-size : 30px;
	}
	
	.testimoial-slider--new {
		padding : 20px 0px;
	}
	
	.aboutUs-section--new .privateAbr-section-info.aboutUs-content {
		margin-right : 0px;
	}
	
	.privatejet-section--new .privateChoose-section .row {
    	flex-direction: column-reverse;
	}
	
	.privatejet-section--new p {
		text-align : center;
	}
	
	.testimoial-slider--new.testimonial-slider .secTitle , .testimoial-slider--new p {
		text-align : center;
	}
}


@media (max-width : 576px) {
	.our-services--new#services .swiper-container {
		padding-left : 20px
	}
	
	.swiperArrow .swiper-button-prev {
		left : -80px;
	}
	
	#services .swiperArrow .swiper-button-next, #services .swiperArrow .swiper-button-prev {
		width : 38px !important;
		height : 38px !important;
	}
	
	#services .slick-arrow img, #services .swiperAks img {
		width : 18px;
		height : 18px;
	}
	#cardFormModal .modal-content {
        min-width: auto;
        width: 96%;
    }
    #savedBookingDetails .details-container .info-section p {
        gap: 15px;
    }
    .flight-details .postTitle {
        font-size: 24px;
    }
}





@media (min-width: 992px) and (max-width: 1026px) {
  .petBreed {
    margin-top: 26px;
  }
}
