* {
  padding: 0;
  margin: 0;
  --primary-font: "Outfit", sans-serif;
  --raleway-font: "Raleway", sans-serif;
  --headings-font: "Playfair Display", serif;
  --bg-primary-color: #191b24;
  --bg-white: #ffffff;
  --bg-secondary-color: blue;
  --bg-black: #000000;
  --bg-form: #333333;
  --bg-airway-color: #eb2226;
}

body {
  font-family: var(--primary-font);
  color: var(--bg-primary-color);
}

ul,
a {
  list-style-type: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

.menu-btn {
  background-color: transparent !important;
  border-radius: 5px;
  border: none !important;
}

.menu-btn i {
  font-size: 20px;
  color: #fff;
}

.menu-toggle i {
  display: none;
}

.head {
  padding: 18px 0 18px 0;
  background-color: var(--bg-secondary-color);
}

.header-section {
  max-width: 560px;
  width: 100%;
  align-items: center;
}

.call-whatsapp {
  max-width: 335px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.call {
  max-width: 168px;
  width: 100%;
}

.call a {
  background-color: var(--bg-primary-color);
  color: var(--bg-white);
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.call a i {
  font-size: 25px;
  rotate: -40deg;
  margin-right: 5px;
}

.call a:hover {
  background-color: #00266b;
}

.call img {
  margin-right: 9px;
}

.whatsapp-call-section a {
background-color: var(--bg-white);
  color: var(--bg-primary-color);
  padding: 9px 18px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--bg-primary-color);
  transition: all 0.5s ease;
}

.whatsapp-call-section a:hover {
  background-color: var(--bg-white);
}

.whatsapp-call-section {
  max-width: 154px;
  width: 100%;

}

.whatsapp-call-section i {
  margin-right: 9px;
  font-size: 26px;
}

.nav-logo {
  margin-right: 33px;
}

.stellarnav.mobile.left>ul {
  left: 0;
  top: 81px;
  background-color: var(--bg-white);
}

.banner-head {
  padding: 38px 0 52px;
  background: #ffd60047 no-repeat center;
  background-size: cover;
  /* margin-bottom: 95px; */
  /* margin-top: 145px; */
  min-height: 470px;
}

.banner-heading,
.main-form-query {
  z-index: 5;
  position: relative;
}

.no-ban .main-form-query {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.stellarnav.mobile.active>ul,
.stellarnav.mobile>ul>li a {
  color: black;
}

.stellarnav ul li:hover {
  background-color: #e5e5e5;
}

.stellarnav ul li a {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--raleway-font);
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.banner-heading h1 {
	font-size: 60px;
	font-weight: 700;
	font-family: var(--headings-font);
	text-align: center;
	padding-bottom: 117px;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.button-three ul li button.active {
  background-color: var(--bg-secondary-color) !important;
}

.button-three ul li button {
  padding: 13.5px 30px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background-color: #f5f5f5 !important;
  color: var(--bg-primary-color) !important;
  height: 100%;
  font-family: var(--raleway-font);
  border-radius: 0 !important;
}

.main-banner-form form {
  padding: 12px 15px 16px;
  background-color: var(--bg-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.trip-type label {
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--raleway-font);
  padding-left: 8px;
}

.trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/way-elipse.png");
  background-position: center;
  background-size: 10px;
}

.trip-type .form-check-input:checked {
  background-color: transparent;
  border-color: var(--bg-black);
}

.trip-type .form-check {
  padding: 0;
}

.trip-type .form-check-input[type="radio"] {
  border-radius: 50%;
  border: 1px solid black;
  box-shadow: none;
  margin-left: 0;
}

.trip-information> :not(:last-child) {
  margin-right: 10px;
}

.trip-information> :not(:nth-last-child(5)) {
  border-radius: 10px;
}

.main-banner-form .form-input.captcha {
  flex: 0 0 120px;
}

.main-banner-form .form-input.captcha input {
  height: 60px;
  border: none;
}

textarea.error::placeholder,
input.error::placeholder {
  color: #f00;
}

.trip-informaation>input:first-of-type,
.trip-information .choose input {
  background: #f5f5f5 url("../images/origin.png") no-repeat !important;
  background-position: 10px 19px !important;
}

.choose input {
  padding: 18px 10px 18px 42px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--raleway-font);
}

.trip-type {
  padding-bottom: 12px;
  gap: 0 22px;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  color: #333333;
  opacity: 1;
}

.banner-head {
  background-size: cover;
  background-position: center;
}

.banner-head::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  inset: 0;
}

.trip-information .choosee input {
  background: #f5f5f5 url("../images/dest.png") no-repeat;
  background-position: 10px 19px;

}

.choosee input {
  padding: 18px 10px 18px 42px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--raleway-font);
}

.trip-informaation input {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--raleway-font);
  border: none;
  padding: 14px 25px;
}

.trip-duration {
  padding: 6px 22px 0px 34px;
  background-color: #f5f5f5 !important;
  max-width: 240px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
}

.trip-duration .date {
  max-width: 100px;
}

.trip-duration input,
.trip-duration label {
  border: none;
  font-size: 14px;
  font-family: var(--raleway-font);
  font-weight: 700;
  background-color: transparent;
  outline: none;
}

.trip-duration input {
  width: 100%;
}

.date img {
  position: absolute;
  top: 4px;
  right: 0px;
}

.trip-duration .date.date-retirn {
  max-width: 79px;
}

.trip-duration::placeholder {
  color: var(--bg-primary-color);

}

.passengerss {
	padding: 9px 18px;
	font-weight: bold;
	background-color: #f5f5f5 !important;
	max-width: 264px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
}
.passengerss select {
  font-weight: bold;
  appearance: none;
  padding-right: 12px;
  background-size: 8px;
}

.passengerss i {
  position: absolute;
  right: -3px;
  top: 56%;
  transform: translateY(-50%);
  font-size: 12px;
}

.passengerss select {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--raleway-font);
}

.select-underline::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: black;
  bottom: 2px;
  left: 2px;
}

.select-underline {
  top: -2px;
}

.passengerss label {
  font-size: 14px;
  font-family: var(--raleway-font);
  font-weight: 700;
  color: #333333;

}

.submit-button button {
  max-width: 185px !important;
  border: none;
  background-color: var(--bg-primary-color);
  color: white;
  font-family: var(--raleway);
  font-weight: 700;
  transition: all 0.5s ease;
  padding: 18px 44px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.submit-button button:hover {
  background-color: var(--bg-secondary-color);
}

.choose {
   max-width: 348px; 
  width: 100%;
}

.choosee {
  max-width: 340px;
  width: 100%;
}

.submit-button button img {
  margin-left: 10px;
}

label.error {
  display: none !important;
}

.manage-booking input:not(:last-of-type) {
  padding-left: 50px !important;
}

.manage-booking input:first-of-type,
.manage-booking input:nth-of-type(2) {
  background: #f5f5f5 url("../images/user-icon.png") no-repeat;
  background-position: 20px center;
  max-width:350px;
  border-radius: 10px;
}

.manage-booking input {
  font-size: 16px;
  font-weight: var(--bold);
  border: none;
  padding: 16px 20px;
}

/* .manage-booking input:nth-of-type(2) {
  background: #f5f5f5 url("../images/ticket-icon.png") no-repeat;
  background-position: 20px center;
  max-width: 261px;
  width: 100%;
  border-radius: 10px;
} */

.manage-booking input:nth-of-type(3) {
  background: #f5f5f5 url("../images/mail-icon-2.png") no-repeat;
  background-position: 20px center;
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
}

.manage-booking input:nth-of-type(4) {
  background: #f5f5f5 url("../images/tel-icon.png") no-repeat;
  background-position: 20px center;
  max-width: 185px;
  width: 100%;
  border-radius: 10px;
}

.manage-booking> :not(:last-child) {
  margin-right: 10px;
}

.manage-booking input:focus-visible {
  border: none;
}

.manage-booking input:nth-of-type(5) {
  max-width: 185px;
  width: 100%;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.cheap-heading h2 {
  font-size: 43.53px;
  font-weight: 700;
  font-family: var(--headings-font);
  text-align: center;
}

.cheap-heading span {
  color: #ff0000;
  font-size: 60.94px;
  font-weight: 700;
}

.cheap-flights {
  margin-top: 32px;
}

.all-flights {
  margin-top: 48px;
}

.flight-data {
  background-color: #660033;
  padding: 20px 21px;
  border-radius: 10px;
}

.airline-name {
  width: 158px;
  height: 128px;
  background-color: var(--bg-white);
  border-radius: 10px;
  border: 2px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flight-name {
  padding: 28px 15px 10px;
}

.flight-name p {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--raleway-font);
  color: var(--bg-white);
  text-transform: uppercase;
  text-align: center;
}

.flight-name span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--headings-font);
  color: var(--bg-white);
  text-transform: uppercase;
  word-spacing: 1px;
  text-align: center;
  letter-spacing: 7px;
}

.design-fly {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 6px;
  background-color: #bbb;
  /* light gray */
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
}

.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
  display: inline-block;
  text-align: left;
  color: black;
}

.flights-offer {
  margin-top: 39px;
  margin-bottom: 249px;
}

.city-to-city {
  margin-top: 56px;
  margin-bottom: 50px;
}

.flight-package {
  max-width: 261px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  z-index: 9;
}

.airport-to-airport {
  height: 120px;
  background-color: var(--bg-secondary-color);
  border-radius: 10px;
  padding: 25px 20px 0px 20px;
}

.first-city p {
  font-size: 25px;
  font-weight: 900;
  font-family: var(--raleway-font);
  text-transform: uppercase;
}

.plane-design {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.details {
  position: absolute;
  top: 66px;
  background-color: var(--bg-white);
  border-radius: 10px;
  border-top: 1px solid var(--bg-primary-color);
  padding: 27px 60px;
  box-shadow: 0px 18px 40px -2px rgba(0, 0, 0, 10%);
  max-width: 261px;
  width: 100%;
}

.flight-price {
  margin-top: 14px;
}

.flight-price p {
  font-size: 43px;
  font-weight: 800;
}

.flight-price small {
  font-size: 25px;
  font-weight: 400;
}

.flight-price sup {
  font-size: 25px;
  font-weight: 400;
  top: -8px;
  left: -2px;
}

.flight-price span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.button-detail {
  max-width: 112px;
  width: 100%;
  margin: auto;
  margin-top: 25px;

}

.button-detail a:first-child {
  width: 50px;
  height: 50px;
  background-color: var(--bg-secondary-color);
  border: 1px solid #cecece;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transition: all 0.4s ease;
}

.button-detail a:first-child:hover {
  background-color: #f2f2f2;
}

.button-detail a:last-child {
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border: 1px solid #cecece;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

.button-detail a:last-child:hover {
  background-color: var(--bg-secondary-color);
}

.number {
  position: absolute;
  left: -50px;
  bottom: -185px;
}

.number span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  font-family: var(--headings-font);
  line-height: 0px;
}

.flights-offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;

}

.visa-scrollbar {
  background-color: #f2f2f2;
  padding-top: 57px;
  padding-bottom: 83px;
}

.scrollbar {
  background-color: var(--bg-white);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
  padding: 38px 10px 22px 38px;
}

.visa-scrollbar .scrollbar-content {
  height: 550px;
}

.visa-scrollbar .scrollbar-thumb {
  background: #333333 !important;
  border-radius: 0;
}

.makkah-content p {
  font-size: 17px;
  font-weight: 400;
  color: #6e7b8e;
  line-height: 25px;
  padding-bottom: 25px;
}

.makkah-content ul li {
  font-size: 17px;
  font-weight: 400;
  color: #6e7b8e;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.makkah-content ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bg-primary-color);
  left: 6px;
  top: 9px;
}

.makkah-content ol li {
  font-size: 17px;
  font-weight: 400;
  color: #6e7b8e;
  margin-bottom: 8px;
}

.makkah-content h1 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 18px;

}

.makkah-content {
  padding-right: 33px;
}

.makkah-content h2 {
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	padding-bottom: 18px;
}

.makkah-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 18px;

}

.makkah-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 18px;

}

.makkah-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 18px;

}

.makkah-content h6 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 18px;
}

.makkah-content span {
  color: var(--bg-secondary-color);
}

.makkah-content a {
  color: var(--bg-secondary-color);
  transition: all 0.4s ease;
  text-decoration: underline;
}

.makkah-content a:hover {
  color: #191b24;
}

.footer {
  padding-top: 48px;
  padding-bottom: 51px;

}

.contact-foot p {
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-secondary-color);
  text-transform: uppercase;

}

.contact-foot a {
  font-size: 15px;
  font-weight: 400;
  color: #f2f2f2;
  transition: all 0.4s ease;

}

.contact-foot a:hover {
  color: var(--bg-secondary-color);
}

.footer-contact-mail {
  max-width: 751px;
  width: 100%;
  margin-top: 44px;
}

.footer-logo-contact {
  max-width: 1200px;
  width: 100%;
}

.contact-foot span {
  font-size: 15px;
  font-weight: 400;
  color: #f2f2f2;
  max-width: 202px;
  width: 100%;
  display: block;

}

.contact-menu {
  margin-top: 57px;
  padding: 13px 104px;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  position: relative;
  z-index: 99;
}

.contact-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 890px;
  width: 100%;
  margin: auto;
}

.contact-menu ul li:not(:nth-last-of-type(1)) {
  margin-right: 90px;
}

.contact-menu ul li a {
  font-size: 13.54px;
  font-weight: 400;
  color: var(--bg-white);
  text-transform: capitalize;
  transition: all 0.5s ease;
  position: relative;
}

.contact-menu ul li a:hover {
  color: var(--bg-secondary-color);
}

.copywrite {
  padding: 13px 0;
  background-color: #0a0a0a;
}

.copywrite p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: var(--bg-white);

}

.page-content P {
  font-size: 15px;
  font-weight: 400;
  color: #6e7b8e;
  line-height: 25px;
  padding-bottom: 42px;

}

.page-content {
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-content h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--headings-font);
  margin-bottom: 31px;
}

.page-content h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--headings-font);
  margin-bottom: 32px;
}

.page-content h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--headings-font);
  margin-bottom: 32px;
}

.page-content h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--headings-font);
  margin-bottom: 32px;
}

.page-content h5 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--headings-font);
  margin-bottom: 32px;
}

.page-content h6 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--headings-font);
  margin-bottom: 32px;
}

.page-content a {
  color: var(--bg-secondary-color);
  text-decoration: underline;
}

.page-content span {
  color: var(--bg-secondary-color);
  font-size: 19px;

}

.page-content strong {
  color: var(--bg-secondary-color);
  font-weight: 700;
}

.page-content ul>li {
  position: relative;
  padding-left: 26px;
  list-style: none;
  color: #6e7b8e;
  padding-bottom: 10px;
}

.page-content ul>li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 6px;
  left: 0;
  background-color: var(--bg-black);
}

.page-content ul,
.page-content ol {
  margin: 0 0 28px;
}

.error-section {
  padding-top: 83px;
  padding-bottom: 107px;
}

.err-sec-img {
  text-align: center;
}

.error-button a {
  font-size: 18px;
  font-weight: 800;
  font-family: var(--raleway-font);
  background-color: #212121;
  border-radius: 10px;
  color: var(--bg-white);
  padding: 16px 21px;
  transition: all 0.4s ease;
}

.error-button a:hover {
  background-color: var(--bg-secondary-color);
  color: var(--bg-black);
}

.error-button {
  width: 100%;
  margin: auto;
  position: relative;
  top: -18px;
  text-align: center;
}

.thankyou {
  padding-top: 102px;
  padding-bottom: 143px;
}

.for-submitting span {
  font-size: 29px;
  font-weight: 600;
  font-family: var(--raleway-font);
  background-color: #191b24;
  color: var(--bg-white);
  padding: 6px 10px;
  border-radius: 10px;

}

.for-submitting {
  max-width: 834px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.for-submitting p {
  margin-top: 46px;
  font-size: 18px;
  font-weight: 600;
}

.sub-button {
  width: 100%;
  margin: auto;
  margin-top: 100px;
  text-align: center;
}

.sub-button a {
  font-size: 18px;
  font-weight: 800;
  font-family: var(--raleway-font);
  background-color: #212121;
  border-radius: 10px;
  color: var(--bg-white);
  padding: 16px 21px;
  transition: all 0.4s ease;
}

.thanku-detail {
  position: absolute;
  top: 358px;
  left: 251px;
}

.sub-button a:hover {
  background-color: var(--bg-secondary-color);
  color: var(--bg-black);
}

.banner-headingg h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--headings-font);
  text-align: center;
  padding-bottom: 117px;
  color: var(--bg-white);
}

.in-head .call a {
  background-color: var(--bg-white);
  color: var(--bg-secondary-color);
  transition: all 0.5s ease;
}

.in-head .call a:hover {
  background-color: var(--bg-airway-color);
}

.in-head .whatsapp-call-section a {
  color: var(--bg-white);
  border: 2px solid var(--bg-white);
  transition: all 0.5s ease;
}

.in-head .whatsapp-call-section a:hover {
  background-color: var(--bg-airway-color);
}

.main-airway h2 {
  font-size: 55px;
  font-weight: 700;
  font-family: var(--headings-font);
  color: var(--bg-secondary-color);
  text-align: center;
}

.main-airway span {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--headings-font);
  color: var(--bg-airway-color);
}

.airways-cheapest {
  background-color: #f5f5f5;
  padding-top: 38px;
}

.aiways-details {
  padding: 8px 20px 12px;
  background-color: var(--bg-white);
  box-shadow: 0 0 29px 1px rgba(0, 0, 0, 10%);
  border-radius: 10px;
  margin-bottom: 24px;
  height: 122px;
}

.airways-dataa {
  margin-top: 40px;
}

.economy p {
  font-size: 12px;
  font-weight: 500;
  color: var(--bg-primary-color);
  text-transform: capitalize;
}

.airport-airwayss {
  margin-top: 6px;
}

.airports {
  margin-top: 1px;
}

.airport-airwayss p {
  font-size: 25px;
  font-weight: 900;
  font-family: var(--raleway-font);
  text-transform: uppercase;

}

.plane-icons {
  position: relative;
  max-width: 151px;
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plane-icon-airway {
  position: absolute;
  top: -12.4px;
}

.airport-call a {
  width: 31.69px;
  height: 31.69px;
  border-radius: 5px;
  background-color: var(--bg-secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

.airport-call a:hover {
  background-color: var(--bg-airway-color);
}

.price-call p {
  font-size: 34.9px;
  font-weight: 800;
  color: var(--bg-airway-color);
  line-height: 24px;
}

.price-call small {
  font-size: 20.08px;
  font-weight: 400;
}

.price-call sup {
  font-size: 20.08px;
  font-weight: 400;
  top: -5px;
  left: -2px;
}

.contact-menu.in-menu {
  border-top: 1px solid #274974;
  border-bottom: 1px solid #274974;
}

.contact-foot.in-fo a:hover {
  color: var(--bg-airway-color);
}

.contact-menu.in-menu ul li a:hover {
  color: var(--bg-airway-color);
}

.banner-head.in-bann {
  padding: 39px 0 46px;
}

.button-three.in-three ul li button.active img {
  filter: brightness(100);
}

.button-three.in-three ul li button.active {
  color: var(--bg-white) !important;
}

.button-three.in-three ul li button img {
  filter: brightness(0);
  margin-right: 8px;
}

.red-inq .trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/Ellipse-pink.png");
  background-position: center;
  background-size: 10px;
  box-shadow: none;
  border: 1px solid var(--bg-airway-color) !important;
}

.red-inq .submit-button button {
  background-color: var(--bg-secondary-color);
}

.red-inq .submit-button button:hover {
  background-color: var(--bg-airway-color);
}

.visa-scrollbar.in-vi .scrollbar-thumb {
  background: var(--bg-secondary-color) !important;
  border-radius: 0;
}

.main-airway.br-head h2 {
  color: var(--bg-black);

}

.main-airway.br-head span {
  color: var(--bg-secondary-color);
}

.emi-inq .trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/Ellipse-pink.png");
  background-position: center;
  background-size: 10px;
  box-shadow: none;
  border: 1px solid var(--bg-secondary-color) !important;
}

.emi-inq .submit-button button {
  background-color: var(--bg-black);
}

.emi-inq .submit-button button:hover {
  background-color: var(--bg-black);
}

.emi-inq .button-three ul li button.active {
  background-color: var(--bg-black) !important;
}

.contact-menu.out-menu {
  border-top: 1px solid #ff2626;
  border-bottom: 1px solid #ff2626;
}

.contact-foot.out-fo a:hover {
  color: var(--bg-black);
}

.contact-menu.out-menu ul li a:hover {
  color: var(--bg-black);
}

.contact-menu.inn-menu {
  border-top: 1px solid #749e67;
  border-bottom: 1px solid #749e67;
}

.contact-foot.inn-fo a:hover {
  color: var(--bg-black);
}

.contact-menu.inn-menu ul li a:hover {
  color: var(--bg-black);
}

.in-heads .call a {
  background-color: var(--bg-white);
  color: var(--bg-secondary-color);
}

.in-heads .whatsapp-call-section a {
  color: var(--bg-airway-color);
  border: 2px solid var(--bg-white);
  transition: all 0.5s ease;
}

.in-heads .call a:hover {
  background-color: var(--bg-airway-color);
}

.emi-inqu .submit-button button {
  background-color: var(--bg-airway-color);
}

.emi-inqu .submit-button button:hover {
  background-color: var(--bg-black);
}

.emi-inqu .button-three ul li button.active {
  background-color: var(--bg-airway-color) !important;
}

.emi-inqu .trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/Ellipse-pink.png");
  border: 1px solid var(--bg-airway-color) !important;
}


.contact-menu.qat-menu {
  border-top: 1px solid #7d2651;
  border-bottom: 1px solid #7d2651;
}

.contact-foot.qat-fo a:hover {
  color: #a80154;
}

.contact-menu.qat-menu ul li a:hover {
  color: #a80154;
}

.int-head .call a {
  background-color: var(--bg-white);
  color: var(--bg-airway-color);
}

.int-head .whatsapp-call-section a {
  color: var(--bg-white);
  border: 2px solid var(--bg-white);
  transition: all 0.5s ease;
}

.int-head .call a:hover {
  background-color: var(--bg-secondary-color);
}

.int-head .whatsapp-call-section a:hover {
  background-color: var(--bg-secondary-color);
}

.sin-inq .trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/blue-ellipse.png");
  background-position: center;
  background-size: 10px;
  box-shadow: none;
  border: 1px solid var(--bg-airway-color) !important;
}

.sin-inq .submit-button button {
  background-color: var(--bg-secondary-color);
}

.sin-inq .submit-button button:hover {
  background-color: var(--bg-airway-color);
}

.contact-menu.thai-menu {
  border-top: 1px solid #553279;
  border-bottom: 1px solid #553279;
}

.contact-foot.thai-fo a:hover {
  color: #d6b22f;
}

.contact-menu.thai-menu ul li a:hover {
  color: #d6b22f;
}

.visa-scrollbar.thai-vi .scrollbar-thumb {
  background: var(--bg-airway-color) !important;
  border-radius: 0;
}

.thai-inqu .submit-button button {
  background-color: var(--bg-airway-color);
}

.thai-inqu .submit-button button:hover {
  background-color: var(--bg-secondary-color);
}

.thai-inqu .button-three ul li button.active {
  background-color: var(--bg-airway-color) !important;
}

.thai-inqu .trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/thai-ellipse.png");
  border: 1px solid var(--bg-airway-color) !important;
}

.thai-head .call a {
  background-color: var(--bg-white);
  color: var(--bg-airway-color);
}

.thai-head .whatsapp-call-section a {
  color: var(--bg-white);
  border: 2px solid var(--bg-white);
  transition: all 0.5s ease;
}

.thai-head .call a:hover {
  background-color: var(--bg-secondary-color);
}

.thai-head .whatsapp-call-section a:hover {
  background-color: var(--bg-secondary-color);
}

.contact-form-inner {
  background-color: #eaeef0;
  padding: 65px 50px 44px 56px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


.contact-form-inner p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 35px;
  font-family: var(--raleway-font);
  line-height: 1;
}

.contact-form-inner .form-control {
  height: 67px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 21px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: var(--raleway-font);
}

.contact-form-inner textarea.form-control {
  min-height: 172px;
}

.answer-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form-inner .form-check-input:checked[type="checkbox"] {
  background-color: #333333;
  background-image: none;
  border-radius: 2px;
  border: 5px solid #eaeef0;
}

.contacting {
  margin-bottom: 74px;
}

.contact-form-inner .form-check-input[type="checkbox"] {
  width: 19px;
  height: 19px;
  outline: 1px solid #888a8b;
  background-color: transparent;
  border-radius: 2px;
  margin-right: 12px;
}

.contact-form-inner .form-check-input[type="checkbox"]:focus {
  border: 5px solid #eaeef0;
  box-shadow: none;
}

.contact-form-inner .form-check-label {
  font-weight: 600;
  font-size: 16px;
  color: var(--bg-black);
  font-weight: var(--raleway-font);
}

.button-submits {
  max-width: 157px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.button-submits .submit-btn {
  background-color: #ffd600;
  border-radius: 10px;
  padding: 21px 37px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--raleway-font);
  transition: all 0.4s ease;

}

.button-submits .submit-btn:hover {
  background-color: #000000;
  color: var(--bg-white);
}

.button-submits .submit-btn img {
  filter: brightness(0);
  width: 22px;
  height: 22px;
  transition: all 0.4s ease;

}

.button-submits .submit-btn:hover img {
  filter: brightness(100);
  transition: all 0.4s ease;
}

.banner-head.some-ban {
  padding: 72px 0 52px;
}

.da-ai .airport-airwayss {
  margin-top: 0;
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-datepicker .ui-datepicker-header {
  background-color: var(--bg-airway-color);
  color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--bg-airway-color) !important;
  background: none;
  color: var(--bg-airway-color) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qatar-inq .trip-type .form-check-input:checked[type="radio"] {
  background-image: url("../images/qatar-ellipse.png");
  background-position: center;
  background-size: 10px;
  box-shadow: none;
  border: 1px solid var(--bg-secondary-color) !important;
}

.qatar-inq .submit-button button {
  background-color: var(--bg-secondary-color);
}

.qatar-inq .submit-button button:hover {
  background-color: var(--bg-airway-color);
}

.contact-menu.singa-menu {
  border-top: 1px solid #264681;
  border-bottom: 1px solid #264681;
}

.contact-foot.singa-fo a:hover {
  color: var(--bg-secondary-color);
}

.contact-menu.singa-menu ul li a:hover {
  color: var(--bg-secondary-color);
}

.trip-group {
  position: relative;
}

.trip-group.load::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

footer {
  background: #121212 url('../images/ban.png');
}

.inner-page .banner-heading h1 {
  padding-bottom: 5px;
}

.inner-page .no-ban .main-form-query {
  top: 60%;
  transform: translateY(-60%);
}
#pills-home .trip-information .trip-type > div {
	flex: 0 0 32.3%;
	/* width: 100%; */
}
/* #pills-home .trip-information .trip-type{
  padding: 0;
} */
.banner-heading p {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 7px #000;
}


.makkah-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-family: 'Open Sans', Arial, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.makkah-content th {
  background-color: #2c3e50; /* Dark blue */
  color: white;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.makkah-content td {
  padding: 10px 15px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1.5;
}

.makkah-content tr td{
  flex:1 0 0;
}
.makkah-content tr{
  display: flex;
}

.makkah-content tr:nth-child(even) {
  background-color: #f8f9fa; /* Light gray for zebra striping */
}

.makkah-content tr:hover {
  background-color: #f1f5f9; /* Lighter blue on hover */
}
.dd-toggle {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

/* Banner Start */
.content-banner .heading h3 {
	font-size: 25px;
	font-family: var(--raleway-font);
	font-weight: 600;
	margin: 20px auto;
}
/* Banner End */
.inner-page #pills-home .trip-information .trip-type > div {
	flex: 0 0 31.3%;
}