/* Country Visa Details  */

section.country-visa-details {
  padding: 50px 0;
}

section.country-visa-details .flag-card {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 30px;
  background-color: #f6f6f6;
}

section.country-visa-details .flag-card p {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

section.country-visa-details .flag-card img {
  box-shadow: unset;
}

section.country-visa-details .title h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 20px;
}

.importance-list.inner-pages ul li {
  justify-content: flex-start
}

/* Faqs */

.booking-terms.faqs {
  padding: 50px 0 100px;
}

.importance .title h2,
.faqs .title h2 {
  font-size: 30px;
  text-align: center;
  color: #000000;
  font-weight: 900;
}

.faqs .accordion .accordion-item {
  background: #F6F6F6;
}

.faqs .accordion .accordion-btn {
  justify-content: center;
}

.faqs .accordion .accordion-content {
  padding: 0 100px 0;
}

.faqs .accordion .accordion-content p {
  text-align: center;
  font-family: 'raleway', sans-serif;
  font-size: 16px;
  color: #000;
}

.faqs .accordion .accordion-item button .accordion-title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: #000;
}


/* Importance */

.importance {
  padding: 50px 0 50px;
}

.importance p {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-align: center;

}

.importance-list {
  padding: 30px 45px;
  background: #f6f6f6;
  border-radius: 10px;
}

.importance-list {
  margin-top: 30px;
}

.importance-list ul {
  margin: 0;
}

.importance-list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.importance-list ul li svg {
  width: 30px;
  aspect-ratio: 1;
  margin-top: -4px;
}

.importance-list ul li span {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #000;
}


/* Flags */

section.flags {
  padding: 50px 0;
}

.flags .flag-cards-wrapper {
  display: flex;
  --card-gap: 20px;
  row-gap: 100px;
  column-gap: var(--card-gap);
  flex-wrap: wrap;
  justify-content: center;
}

.flag-card {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: calc(20% - var(--card-gap));
}

.flag-card img {
  border-radius: 100%;
  box-shadow: 0 10px 25px 5px #0000002e;
  border: 1px solid #EAEAEA;
  margin-bottom: 5px;
}

.flag-card h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.flag-card a.flag-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.flag-card a.flag-link span.flag-link-text {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.flag-card a.flag-link span.flag-link-icon{
  line-height:0!important;    
}

.flag-card a.flag-link span.flag-link-icon svg {
  width: 14px;
}

/* Terms */

.accordion-content p a {
  color: var(--primary-color);
}

.accordion-content p a:hover {
  text-decoration: underline;
}

/* Global Btn */

a.text-yellow {
  text-decoration: none !important;
  color: #fff !important;
  background-color: var(--primary-color);
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 400ms ease-in-out;
}

a.text-yellow:hover {
  background-color: var(--secondary-color);
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
}

/* UK Flag Phone Number */

img.uk-flag {
  width: 20px;
  height: 12px;
  margin-top: 20px;
}

/* Accredation */

.brand-drawer {
  position: fixed;
  top: 35%;
  right: -280px;
  display: flex;
  transition: all 0.4s ease;
  cursor: pointer;
  width: fit-content;
  z-index: 999;
}

.tab-shown {
  transform: translate(-280px, 0);
}

.brand-drawer-content {
  padding: 20px;
  height: 300px;
  width: 280px;
  display: flex;
  flex-direction: column;
  background-color: #000;
  justify-content: space-between;
  border-radius: 0 0 0 20px;
  align-items: center;
}

.inner-drawer {
  position: relative;
  width: 80px;
  height: 100%;
}

.inner-drawer span {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.brand-drawer-content a:hover {
  background: #383838;
  color: #fff;
}

.icon {
  width: 20%;
  text-align: center;
  margin-right: 5px;
  padding-left: 3px;
}

.acc-brand img {
  width: 80px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.acc-brand {
  font-size: 12px;
  color: #fff;
}

.acc-brand h3 {
  text-align: center;
  font-size: 14px;
}

.accredited-btn {
  background-color: #f8ae1a;
  border: none;
  border-radius: 15px 0 0 15px;
  position: relative;
  width: 50px;
  height: 190px;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accredited-btn span {
  transform: rotate(-90deg);
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 82px;
  right: -38px;
}


.invalid-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: grid;
  place-content: center;
  z-index: 9999;
}

.invalid-overlay.is-on {
  opacity: 1;
  visibility: visible;
}

.invalid-overlay .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px 150px;
  background: #fff;
  border-radius: 20px;
}

.invalid-overlay .content i.fa-regular.fa-circle-xmark {
  color: #e55050;
  font-size: 80px;
}

.invalid-overlay .content p {
  max-width: 400px;
  text-align: center;
  line-height: normal;
}

.invalid-overlay .content h2 {
  color: #000;
  font-weight: 600;
}

.invalid-overlay #close {
  font-family: var(--primary-font);
  background-color: #13aa52;
  border: 1px solid #13aa52;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 40px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.invalid-overlay #close:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.inputs,
.radio {
  text-align: left;
  line-height: 0;
}

.clear-icon,
.radio input,
.sug-list,
.tab-content .tab,
select.inputs option[value=""][disabled] {
  display: none;
}

.button,
.inputs,
.search-btn {
  line-height: 1;
}

.banner-content h2 {
  font-weight: 900;
  line-height: 1.1;
}

#backToTop,
.call {
  bottom: 30px;
}

.contact-btn a,
.contact__info h4,
.search-btn {
  text-transform: uppercase;
}

section.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 70vh;
  z-index: 0;
}

section.banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

section.banner img.banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

section.banner img.shape {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 3;
}

.banner-content h2 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 30px;
}

.brand__info p a:hover,
.contact__info ul li a:hover .link__icon i,
.header .header__links li a,
.input__fields label,
.inputs,
.search-btn,
select.inputs option:hover {
  color: var(--secondary-color);
}

section.flight__form {
  margin-top: -15%;
  position: relative;
  z-index: 20;
}

.flight_form__inner {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.9);
  padding: 25px 55px 35px 55px;
  border-radius: 15px;
}

.input__fields {
  height: 100%;
  padding: 10px 20px;
  border-radius: 13px;
  position: relative;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

span.input__icon {
  position: absolute;
  right: 24px;
  top: 10px;
}

span.input__icon svg {
  width: 18px;
  fill: var(--grey-color);
}

.inputs {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.button:hover .button__icon-wrapper,
.search-btn,
select.inputs option:hover {
  background-color: var(--primary-color);
}

.inputs::placeholder,
select.inputs:required:invalid {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
}

.inputs::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #787878;
}

.inputs:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #787878;
  opacity: 1;
}

.inputs::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #787878;
  opacity: 1;
}

.inputs:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #787878;
}

select.inputs option {
  background-color: var(--secondary-color);
  color: #000;
  border: none;
  font-size: 16px;
  box-shadow: none !important;
}

.search-btn {
  border-radius: 5px;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
}

.sug-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

.sug-list div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.sug-list div:hover {
  background-color: #f0f0f0;
  color: #000;
}

.sug-list div:last-child {
  border-bottom: none;
}

.clear-icon {
  position: absolute;
  right: 20px;
  top: 60%;
  cursor: pointer;
  color: #aaa;
  font-size: 18px;
  transition: color 0.3s;
}

.sticky_number_bar .container a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.copy-right,
.sticky_number_bar h4,
span.trvlrs_title {
  font-size: 14px;
}

.clear-icon:hover {
  color: red;
}

.activity-inner .slick-dots li.slick-active button:before,
.brand__info p a,
.button:hover,
.contact__info ul li a:hover .link__text,
.copy-right a:hover,
.header .header__links li a:hover,
.social__links a:hover i,
.tab-links li.active a {
  color: var(--primary-color);
}

.button {
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
  border: none;
  align-items: center;
  gap: 0.75rem;
  --clr: var(--primary-color);
  background-color: var(--clr);
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  padding: 0.75rem 1.5rem 0.75rem 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button:hover,
.button__icon-wrapper {
  background-color: var(--secondary-color);
}

.fly__dropdown-menu,
.trvlrs__dropdown_menu {
  top: 100%;
  z-index: 10;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%),
    0 9px 28px 8px rgb(0 0 0 / 5%);
  padding: 20px;
  text-align: left;
  left: 0;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  fill: var(--primary-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover .button__icon-wrapper {
  fill: var(--secondary-color);
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.radio {
  display: block;
  cursor: pointer;
  user-select: none;
}

.input__radio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.radio input+span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  color: #fff;
}

.radio input+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}

.radio input+span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--primary-color);
  position: absolute;
  border-radius: 50%;
  top: 3.2px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  transition: 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.radio input:checked+span:after {
  opacity: 1;
  transform: scale(1, 1);
}

.dropdown-wrapper,
.flight-class-dropdown {
  min-width: fit-content;
  line-height: 0;
}

.trvlrs__dropdown {
  position: relative;
  min-width: fit-content;
}

.flight-class-dropdown,
.trvlrs__dropdown_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.trvlrs__dropdown_btn span {
  margin-right: 5px;
}

span.trvlrs_title svg {
  width: 16px;
  height: 16px;
}

.trvlrs__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.activity-inner .slick-dots li,
.trvlrs__close_btn svg,
button.trvlrs__btn svg {
  width: 15px;
  height: 15px;
}

.trvlrs__dropdown_menu {
  display: none;
  position: absolute;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 12px;
  min-width: 300px;
}

.trvlrs__dropdown_menu.active {
  display: block;
}

.trvlrs__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.trvlrs__controls {
  display: flex;
  align-items: center;
}

.flight-class-dropdown .flyt_dropdown_btn,
.trvlrs__close_btn {
  border: none;
  background: 0 0;
}

.trvlrs__dropdown_menu .trvlrs__row h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.trvlrs__count {
  margin: 0 10px;
  width: 10px;
  font-weight: 500;
}

.flight-class-dropdown {
  position: relative;
  display: inline-block;
}

.fly__dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 12px;
  min-width: 250px;
}

.call a,
.sticky_number_bar {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.fly__dropdown-menu label {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
}

.fly__dropdown-menu input[type="radio"] {
  margin-right: 10px;
  accent-color: black;
}

.flight-class-dropdown.active .fly__dropdown-menu,
.tab-content .tab.active {
  display: block;
}

.flyt_dropdown_btn,
.trvlrs__dropdown_btn {
  background-color: transparent;
  color: var(--secondary-color);
  fill: var(--secondary-color);
  margin: 0 auto;
}

.trvlrs__dropdown_btn svg {
  width: 15px;
  height: 15px;
  fill: inherit;
}

.flyt_dropdown_btn svg,
.trvlrs__dropdown_btn svg:nth-child(3) {
  width: 20px;
  height: 20px;
  fill: var(--secondary-color);
}

.flight-class-dropdown .fly__dropdown-menu h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.flights__marquee {
  background-color: #101f46;
}

.marquee.right .marquee-content {
  animation: 40s linear infinite scrollingRight;
}

.marquee-content {
  display: flex;
}

.marquee.right .marquee-content:hover {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 10vw;
  margin: 0 2vw;
}

.marquee-item img {
  display: block;
  width: 250px;
}

@keyframes scrollingRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-144vw);
  }
}

.today__lowest_fare {
  padding: 100px 0 0;
}

.activity-icon {
  margin-bottom: 10px;
}

.activity-inner .activity-item {
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 15px;
}

.activity-content h2 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  color: #101f46;
}

.activity-content p {
  color: #101f46;
  font-weight: 600;
}

.umrah-packages-slider .slick-dots li button:before,
.activity-inner .slick-dots li button:before {
  font-size: 45px;
  color: var(--primary-color);
}

.sticky_number_bar {
  width: 100%;
  background-color: #f8ae1a;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 10px 0;
  cursor: pointer;
  display: none;
}

.sticky_number_bar h2,
.sticky_number_bar h4 {
  color: #fff;
  margin: 0;
}

.sticky_number_bar h2 {
  font-size: 24px;
  font-weight: 700;
}

.sticky_number_bar i {
  font-size: 30px;
  color: #fff;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.tabs {
  margin: 20px;
}

.tab-links {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
}

.tab-links button,
.tab-links li a {
  text-decoration: none;
  padding: 5px 40px 25px;
  border-bottom: 2px solid var(--grey-color);
  color: var(--secondary-color);
  background: 0 0;
  font-size: 16px;
  font-weight: 500;
}

.input_form input:focus,
.tab-links li.active a {
  border-color: var(--primary-color);
}

/* Footer */

.footer {
  background-color: #26262f;
}

.footer .container .row:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.brand__info p {
  color: #e0e0e0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.brand__info p a {
  transition: color 0.3s;
  text-decoration: underline;
}

.brand__info a.footer_logo {
  width: 35%;
}

.contact__info h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.contact__info ul li {
  margin-bottom: 0.5rem;
}

.contact__info ul li a .link__icon i {
  color: #f8ae1a;
  margin-right: 5px;
  transition: all 400ms ease-in-out;
}

.contact__info ul li a {
  display: flex;
  align-items: flex-start;
  transition: all 400ms ease-in-out;
}

.contact__info ul li a .link__text {
  font-size: 15px;
  line-height: 1.5;
  color: #e0e0e0;
  transition: all 400ms ease-in-out;
}

.contact__info ul li a:hover {
  color: var(--primary-color);
}

.bt-1 {
  border-top: 1px solid #eeeeee4d;
}

.footer_logo {
  width: 120px;
}

.copy-right {
  font-weight: 300;
  color: #e0e0e0;
  text-align: right;
}

.call,
.footer_call {
  display: flex;
  align-items: center;
  position: fixed;
  left: 30px;
  z-index: 999;
}

.call .call_txt,
.footer_pp {
  position: relative;
  display: block;
}

.footer_call {
  bottom: 90px;
}

.call a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #f8ae1a;
  border-radius: 10px;
  transition: 0.5s;
}

.call .call_txt {
  line-height: 1.5;
  margin-left: 20px;
  padding: 10px 20px;
  width: 200px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

.call .call_txt:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 20px;
  border: 10px solid transparent;
  border-right: 15px solid rgba(0, 0, 0, 0.8);
}

.call .call_txt i.fa-times {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.wp.submit_call.col-lg-12.col-12 {
  text-align: center;
  margin-top: 15px;
}

.footer_pp {
  width: 300px;
  padding: 10px;
  background-color: #d3d3d3;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.footer_pp .p_h {
  width: 120px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  display: block;
}

.footer_pp p {
  color: #0c8dc6;
  line-height: 18px;
  margin-bottom: 22px;
  padding: 10px 0;
  border-top: 2px solid #0c8dc6;
}

.call .call_txt,
.footer_pp p {
  font-size: 13px;
  font-weight: 500;
}

.call i {
  width: 20px;
}

.theme-search-area-title-sm {
  font-size: 27px;
  letter-spacing: 0.33px;
  text-align: center;
  color: #0c8dc6;
}

#backToTop {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backToTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}

#backToTop:hover {
  cursor: pointer;
  background-color: #333;
}

#backToTop:active {
  background-color: #555;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

.content {
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

.autocomplete-results {
  position: absolute;
  background: #fff;
  z-index: 2;
  top: 100%;
  left: 0;
  font-size: 13px;
  border-top-width: 0;
  border-bottom-color: #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.autocomplete-result:last-child {
  border-bottom-width: 0;
}

.autocomplete-location {
  opacity: 0.8;
  font-size: smaller;
}

.autocomplete-results[data-highlight="0"]> :first-child,
.autocomplete-results[data-highlight="1"]> :nth-child(2),
.autocomplete-results[data-highlight="2"]> :nth-child(3),
.autocomplete-results[data-highlight="3"]> :nth-child(4),
.autocomplete-results[data-highlight="4"]> :nth-child(5),
.autocomplete-results[data-highlight="5"]> :nth-child(6),
.autocomplete-results[data-highlight="6"]> :nth-child(7),
.autocomplete-results[data-highlight="7"]> :nth-child(8) {
  color: #fff;
  background: var(--primary-color);
  border-bottom-color: var(--primary-color);
  outline: solid 1px var(--dark-primary-color);
}

.contact-btn a {
  border: 1px solid #ffae00;
  background-color: #ffae00;
  transition: 0.5s;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.contact-btn p {
  margin: 0;
  color: #fff;
}

/*Loader Flight*/

#loader {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 99999999;
}

.loader {
  text-align: center;
  width: 100%;
  max-width: 53rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.logo__text {
  font-size: 6rem;
  opacity: 1;
  top: 52%;
  position: absolute;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 700;
}

.first__text {
  left: 0;
}

.second__text {
  right: 14rem;
}

.plane-img {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.earth-wrapper,
.plane {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 100%;
}

.earth {
  width: 160px;
  height: 160px;
  background: url("../images/map.webp");
  border-radius: 100%;
  background-size: 340px;
  animation: earthAnim 12s infinite linear;
  margin: 0 auto;
  border: 1px solid #cdd1d3;
}

@keyframes earthAnim {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -340px;
  }
}

.header .cstm-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#button {
  margin: 30px;
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.header .cstm-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header a.logo {
  width: 170px;
}

.header .header__links {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}

.header .header__links li a {
  transition: 0.3s;
  font-size: 13px;
}

.header .social__links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.social__links a {
  transition: 0.3s;
}

.contact-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.valid_phone .button__icon-wrapper {
  width: 20px;
  height: 20px;
}

.valid_phone .button {
  gap: 10px;
}

.valid_phone.flight_form__inner {
  max-width: 80%;
  color: #fff;
  padding: 25px 30px;
}

.innerpages .valid_phone.flight_form__inner {
  max-width: 100%;
}

.valid_phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  margin: 0 auto;
}

.valid_phone h4,
.valid_phone p {
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.input_form input {
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #000;
  border: 1px solid #495057;
  color: #fff;
  border-radius: 5px;
}

#popup-phone-error {
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.mdtimepicker .mdtp__wrapper {
  transform: translate(-50%, -50%);
  top: 50%;
}

#validPhoneNo button[type="submit"].button {
  height: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.testimonial {
  padding: 100px 0 150px;
  background-color: #f7f7f7;
}

.testimonial .review-title h2 {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 35px;
}

.rating {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rating svg {
  width: 30px;
  fill: #febc08;
}

.rating h3 {
  font-family: "Inter", sans-serif;
  color: #1c1c1c;
  font-weight: 800;
  font-size: 20px;
  margin-inline-start: 15px;
}

.review-btn {
  padding: 15px;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 5px;
  background-color: #fdffff;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 20px 20px 50px 15px rgb(0 0 0 / 10%);
}

.review-btn svg {
  width: 40px;
}

.review-btn span {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  color: #1c1c1c;
  font-weight: 600;
}

.review-card-grp {
  margin-top: 50px;
}

.reviews-card {
  padding: 30px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #e5e5dd;
  background: #fff;
}

.avatar {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.reviews-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.arthur h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #141318;
}

.arthur h4 {
  color: #6a6b6c;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.star {
  margin-left: auto;
  width: 40px;
}

.reviews-bottom .rating {
  margin: 20px 0;
}

.reviews-bottom p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.reviews-bottom a {
  color: #000;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-top: 10px;
}

.reviews-bottom a:hover {
  text-decoration: underline;
}

/* Header 2 */

a.dropdown-link {
  display: none;
}

nav {
  width: 100%;
}

nav .wrapper {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  width: 120px;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
  margin-bottom: 0;
}

.nav-links li a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 18px;
  transition: all 0.3s ease;
}



.nav-links li a:hover {
  color: var(--primary-color);
}

ul.nav-links .logo {
  display: none;
}

.nav-links .mobile-item {
  display: none !important;
}

.nav-links .drop-menu {
  position: absolute;
  border-top: 4px solid var(--primary-color);
  background: var(--secondary-color);
  width: 300px;
  line-height: 1.2;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

a.desktop-item i.fa-solid.fa-caret-down {
  font-size: 12px;
  margin-left: 5px;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 45px;
  opacity: 1;
  visibility: visible;
}

ul.drop-menu li {
  border-bottom: 1px solid #ddd;
}

.drop-menu li a {
  color: #000;
  font-size: 15px;
  width: 100%;
  display: block;
  padding: 15px 10px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: capitalize;
}

.mega-box {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 70%;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: var(--secondary-color);
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

ul.mega-links {
  width: 100%;
}

ul.mega-links li:first-child a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 15px;
}

ul.mega-links li a i.fa-solid.fa-arrow-right {
  font-size: 12px;
}

ul.mega-links a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  background-color: transparent !important;
  transition: all 500ms ease;
}

ul.mega-links a:hover {
  color: var(--primary-color);
  margin-left: 5px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.cross-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.dropdown-link {
  padding: 0 !important;
  width: fit-content;
}

/* Counter Section */

.callback {
  position: relative;
  margin: 100px 0 0;
}

.callback:before {
  background-color: #101f46;
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.callback .callback-img {
  min-height: 540px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.counters-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  grid-template-rows: repeat(2, 1fr);
  margin-block: 40px;
}

.counters-wrapper .counter-item:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.counters-wrapper .counter-item:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.counters-wrapper .counter-item:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.counter-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.counter-item img {
  width: 50px;
  object-fit: contain;
}

.counters span {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

.counter-content p {
  color: #fff;
  font-size: 15px;
}

.callback-inner {
  padding: 100px 50px 0;
}

.support-area {
  background-color: #fff;
  box-shadow: 0 15px 55px -15px rgba(0, 0, 0, .1);
  display: flex;
  margin-bottom: -50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px;
  width: fit-content;
}

.support-area .support-icon i {
  font-size: 50px;
  margin-right: 25px;
  color: rgb(16, 31, 70);
}

.support-area h4 {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.support-area a {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
}

/* Activity */

.activity {
  padding: 100px 0 0;
}

/* Gallery */

.best {
  padding: 100px 0 0;
}

.gallery-img {
  width: 100%;
  height: 340px;
  margin: 0 !important;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best .grid .grid-item:nth-child(5) {
  grid-column: span 2;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Looking to book */

.about {
  padding: 100px 0 0;
}

.destination-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px;
  border-radius: 25px;
  box-shadow: rgb(113 112 112 / 25%) 0px 25px 50px -12px;
  min-height: 240px;
  border: 1px solid #ebebeb;
}

.destination-card h3 {
  color: #101f46;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.destination-card ul li i {
  margin-right: 5px;
  color: var(--primary-color);
}

.destination-card ul li a {
  color: #000;
}

/* Contact */

.contact {
  background-color: #101f46;
  padding: 80px 0;
}

.contact .contact-img {
  min-height: 385px;
  margin-top: -135px;
}

.contact-card-wrapper .contact-card {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 25px 0;
  margin-bottom: 30px;
}

.contact-card-wrapper .col-sm-4:nth-child(3) .contact-card {
  border-right: none;
}

.contact-card-wrapper .contact-card i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.contact-card-wrapper .contact-card a {
  color: #fff;
  list-style: none;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.contact-card-wrapper .join-us {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-card-wrapper .join-us h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.contact-card-wrapper .join-us a {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  font-size: 15px;
  line-height: 1.3;
  padding: 15px 30px;
  font-weight: 600;
  transition: all .3s ease;
}

.contact-card-wrapper .join-us a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

/* Inner Pages */

body.inner-pages section.banner {
  height: 60vh;
}

body.inner-pages .innerpages {
  padding-bottom: 100px;
}

body.inner-pages .innerpages .text h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #101f46;
}


body.inner-pages .innerpages .text>* {
  margin: 10px 0;
}

body.inner-pages .innerpages .text a {
  color: var(--primary-color);
}

body.inner-pages .innerpages .text a:hover {
  text-decoration: underline;
}

body.inner-pages .tabs {
  margin: 0;
  padding: 20px 30px;
}

body.inner-pages .tabs .tab-links button,
body.inner-pages .tabs .tab-links li a {
  padding: 15px 20px;
}

body.inner-pages .tabs .tab-content button[type=submit] {
  width: 100%;
}

body.inner-pages .banner-content h2 {
  font-size: 60px;
  margin-bottom: 0;
}

body.inner-pages .banner-content p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Booking terms */

.booking-terms {
  padding-bottom: 100px;
}

/* Accordion */
.accordion .accordion-item {
  margin-bottom: 9px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #dee2e6;
}

.accordion .accordion-btn {
  display: flex;
  justify-content: space-between;
  border: none;
  background: none;
  outline: none;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 20px 18px;
  cursor: pointer;
}

.accordion-btn[aria-expanded="true"] {
  background: #fdeed0;
}

.accordion .accordion-item button .accordion-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  color: #1e1e1e;
  cursor: pointer;
}

.accordion .accordion-btn .accordion-icon {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='24px' height='24px'%3E%3Cpath d='M12 16.586l-6.707-6.707 1.414-1.414L12 13.757l5.293-5.293 1.414 1.414z'/%3E%3C/svg%3E");
}

.accordion-btn[aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(180deg);
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 300ms linear, max-height 300ms linear;
  will-change: opacity, max-height;
}

.accordion #accordion-button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 50em;
  transition: all 300ms linear;
  will-change: opacity, max-height;
  margin-top: 20px;
}

.accordion .accordion-content p {
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #1e1e1e;
}

.accordion-content ul {
  padding-left: 40px;
  list-style: circle;
}

.accordion-content ul li {
  font-size: 18px;
  color: #1e1e1e;
}

/* Contact Form */

.contact-section {
  padding-bottom: 80px;
}

.contact-form {
  padding: 40px;
  background-color: #F0F8FF;
}

.contact-from .form-control {
  padding: 0.775rem 1.05rem;
}

.form-grp {
  margin-bottom: 15px;
}

.form-grp input,
.form-grp textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 15px;
}

.form-grp button[type=submit] {
  padding: 15px 30px;
  border: none;
  background-color: #f8ae1a;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  transition: all ease-in 500ms;
  text-transform: uppercase;
}

.form-grp button[type=submit]:hover {
  background-color: #101f46;
}

.contact-form form .form-grp:last-child {
  margin-bottom: 0;
}

section.contact-section .contact-card {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  gap: 20px;
  height: fit-content;
}


section.contact-section .contact-card .contact-icon {
  background-color: #101f46;
  color: #fff;
  display: block;
  font-size: 25px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 60px;
}

section.contact-section .contact-card .contact-content h4 {
  font-size: 18px;
  font-weight: 700;
}

section.contact-section .contact-card .contact-content a {
  font-size: 15px;
  color: #383838;
}

.follow-us {
  margin-top: 45px;
}

.follow-us h3 {
  font-size: 23px;
  font-weight: 700;
  color: #101f46;
  margin-bottom: 15px;
}

.follow-us ul {
  display: flex;
  gap: 10px;
}

.follow-us ul li a {
  color: #f8ae1a;
  border: 1px solid #f8ae1a;
  display: block;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transition: all 500ms ease-in;
}

.follow-us ul li a:hover {
  color: #101F47;
  border: 1px solid #101F47;
}

/* Google map */

.google-map iframe {
  width: 100%;
}

/* Direct Flights Cards */

section.direct-flights {
  padding: 80px 0 0;
}

.df_card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border-radius: 24px;
  line-height: 1.6;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto 70px;
}

.df_card .content hr {
  margin: 0 auto;
  display: block;
  width: calc(100% - 9px);
  height: 10px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  opacity: 0;
  border-radius: 0 0 100px 100px;
  color: transparent;
}

.df_card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  border-radius: 22px;
  color: #1E1E1E;
  overflow: hidden;
  background: #D5F4FF;
  fill: #1B93B8;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  stroke: #1B93B8;
  min-height: 305px;
}

.df_card .content::before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #F8F8F8;
  z-index: -1;
  transform-origin: bottom;

  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.df_card .content::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #F8F8F8;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.df_card .content svg {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  fill: inherit;
}

.df_card .content .para {
  z-index: 1;
  opacity: 1;
  font-size: 12px;
  line-height: 1.5;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  color: inhert;
}

.df_card .content .link {
  z-index: 1;
  color: #fea000;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.df_card .content h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #06163A;
}

.df_card.active .content hr {
  opacity: 1;
}

.df_card.active .content {
  fill: #fff;
  background: #06163A;
  color: #fff;
  stroke: #fff;
}

.df_card.active .content h4 {
  color: #06163A;
  color: #fff;
}

.df_card.active .content::before {
  rotate: -8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.df_card.active .content::after {
  rotate: 8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.cards_slider {
  position: relative;
}

.cards_slider button.slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 1;
}

.cards_slider button.slick-prev.slick-arrow {
  left: 0;
}

.cards_slider button.slick-next.slick-arrow {
  right: 0;
}

.cards_slider button.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #101f46;
}

.cards_slider button.slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #101f46;
}

/* looking Direct Flights */

.looking-df {
  padding: 100px 0;
}

.looking-df-texts p {
  font-size: 15px;
  color: #535353;
  margin-bottom: 25px;
}

section.looking-df .grid {
  grid-template-columns: 1fr 1fr;
}

section.looking-df .grid .ldf-card:first-child {
  grid-column: span 2;
}

.ldf-card {
  display: flex;
  margin: auto;
  transition: all 2s;
  align-items: end;
  justify-content: flex-end;
  position: relative;
  background-color: #101F46;
}

.ldf-card img {
  position: relative;
  z-index: 1;
  border-radius: 0 0 300px 0;
}

.ldf-card span.title {
  position: absolute;
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
  transition: all 0.6s;
  bottom: 20px;
  right: 20px;
  text-align: center;
}

/* Umrah */

.inner-baner-container {
  /* height: calc(100vh - 118px); */
  overflow: hidden;
  position: relative;
}

.umrah_banner_img {
  height: 100%;
}

.umrah_banner_img img {
  height: 100%;
  object-fit: contain;
}

.umrah_form {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 16%;
  width: 30%;
  background: rgb(248 174 26 / 75%);
  padding: 25px 28px;
  border-radius: 10px;
}

.umrah_form h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.umrah_form p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}

.umrah_form .my_cus_input {
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

.umrah_form select.my_cus_input option[value=""][disabled] {
  display: none;
}

.umrah_form .row .col-md-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.umrah_form .row .col-md-3 {
  padding-right: 4px;
  padding-left: 4px;
}

.umrah_form .my_cus_btn {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  outline: none;
}

.umrah_banner_img .umrah-bannner-items {
  height: 100%;
}

/* Umrah Packages */

section.umrah-packages {
  padding: 100px 0;
}

.umrah-packages-cards ul {
  margin-bottom: 0;
}

.umrah-packages-cards ul li h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.umrah-packages-cards ul li.umrah-packages-btn {
  display: flex;
  gap: 10px;
}

.umrah-packages-cards ul li.umrah-packages-btn .btn-outline,
.umrah-packages-cards ul li.umrah-packages-btn .btn-plane {
  padding: 6px 15px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 500ms ease-in-out;
}

.umrah-packages-cards ul li.umrah-packages-btn .btn-outline {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.umrah-packages-cards ul li.umrah-packages-btn .btn-outline:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.umrah-packages-cards ul li.umrah-packages-btn .btn-plane {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--secondary-color);
}

.umrah-packages-cards ul li.umrah-packages-btn .btn-plane:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

/* Image With Text */

section.img-with-text {
  padding: 100px 0;
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

/* About us */

.about-us {
  padding: 80px 0 0;
}

.about-us .image-placer {
  height: 493px;
}

.about-us .text>* {
  margin-bottom: 10px;
}


.image-placer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cheap Umrah Packages From UK */

.flag_grid {
  padding: 0 0 100px;
}

.flag_grid .inner {
  border-radius: 5px;
  padding: 20px 10px;
  box-shadow: 0 0 0px 1px #f8ae1a;
}

.flag_grid .inner img {
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.flag_grid .inner h4 {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}

.flag_grid .inner button {
  border-radius: 0px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #f8ae1a;
  color: #fff;
  transition: all 0.3s;
  border: none;
}

.umrah-wrapper {
  height: 700px;
}

.umrah-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Policies Text */

.policies_text>* {
  margin-bottom: 20px;
}

.policies_text p,
.policies_text li {
  font-size: 14px;
}

.policies_text h4,
.policies_text h3,
.policies_text h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* Thank You Page */

.thank-you-inner {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.79);
  padding: 40px 30px;
  border-radius: 15px;
  z-index: 5;
  max-width: 820px;
}

.thank-you-text {
  text-align: center;
}

.thank-you-text i.fa-regular.fa-circle-check {
  font-size: 60px;
  color: var(--primary-color);
  margin-bottom: 0.5em;
}

.thank-you-text h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

.thank-you-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.thank-you-text p {
  color: #fff;
  margin-bottom: 2em;
}

/* Umrah Inner pages */

.single-tour {
  padding-bottom: 80px;
}

.single-tour-inner h2 {
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: 900;
  color: #101f46;
}

.single-tour-inner figure.feature-image img {
  width: 100%;
}

.single-tour-inner .tab-container {
  margin: 50px 0;
}

.single-tour-inner .tab-container .tab-content {
  padding: 30px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
}

.single-tour-inner .tab-container .tab-content ul li {
  margin-bottom: 10px;
}

.single-tour-inner .tab-container .nav-tabs .nav-link {
  color: #272727;
  border-radius: 0;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 25px;
}

.single-tour-inner .tab-container .nav-link.active {
  color: #f8ae1a;
}

.sidebar .package-price {
  background-color: #f8ae1a;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.sidebar .package-price .price {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: .2em;
}

.sidebar .widget-bg {
  background-color: #f8f8f8;
  border-bottom: 3px solid #101f46;
  margin-bottom: 30px;
  padding: 30px;
}

.sidebar .package-price .star-wrap i {
  color: #fff;
}

.sidebar .widget-bg .bg-title {
  padding: 20px;
  margin-bottom: 25px;
  background-color: #101f46;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
}

.sidebar .form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  margin-bottom: 10px;
}

.sidebar .form-group {
  margin-bottom: 15px;
}

.form-group.submit-btn {
  display: flex;
  justify-content: center;
}

.sidebar .form-group input,
.sidebar .form-group select {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  padding: 0 10px;
  height: 48px;
  width: 100%;
}

.sidebar .travel-package-content {
  padding: 50px 30px;
  background-color: rgba(6, 22, 58, 0.8);
}

.sidebar .travel-package-content h3 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}

.sidebar .travel-package-content ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.sidebar .travel-package-content ul li i {
  margin-right: 8px;
}

.sidebar .travel-package-content ul li a {
  color: #fff;
  line-height: 1.3;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ops-wrong h3 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.ops-wrong p {
  margin: 10px 0 10px;
  font-size: 15px;
  text-align: center;
}