/* ......common css start........ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  /* color: #fff; */
}

/* a:hover {
  color: #fff;
} */

body {
  font-family: "Inter", serif;
}

:root {
  --text-primary: #171717;
  --text-secondary: #525252;
}

.section_gap_80 {
  padding: 80px 0;
}

.section_gap_100 {
  padding: 112px 0;
}

a {
  text-decoration: none;
}

.footer ul {
  list-style: none;
}

p {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
}

h1 {
  color: var(--text-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

p,
ul li {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-brand {
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

}

.btn.btn-search {
  padding: 16px;
  border-radius: 24px;
  background: #081E4F;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.btn.btn-white {
  padding: 12px 48px;
  border-radius: 20px;
  border: 1px solid #1A1A1A;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.btn.btn-common {
  border-radius: 4px;
  background: #F0F0F0;
  padding: 12px 32px;
  color: #1A1A1A;
  font-size: 18px;
}

/* common css end */

/* Upper Header start */
.up_head {
  background: #C8102E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 16px 0;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav_left_item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.nav_left_item p {
  color: white;
  font-size: 16px;
  line-height: 20px;
}

button.nav-link.active {
  color: #071E54 !important;
  font-size: 16px;
  line-height: 24px;
}

.nav-link {
  color: #071E54;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.low_head {
  padding: 24px 0;
  background: white;
}

.navbar {
  padding: 0;
}

.container.d-flex.justify-content-center.align-items-center {
  gap: 28px;
}

/* Upper Header end */
/* lower  Header start*/
.lower_list li a {
  color: var(--text-primary);
}

.lower_list {
  display: flex;
  font-size: 16px;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 24px;
  margin-right: 20px;
  gap: 48px;
  font-family: inter;
}

.nav-link:focus,
.nav-link:hover {
  color: #071E54;
}

link.active {
  color: #071E54 !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between !important;
}

/* lower  Header end*/
/* HERO SECTION START */
.hero {
  background: #012169;
  padding: 90px 0;
}

.hero_home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}

.hero_red_head {
  margin-top: 8px;
  color: #C8102E;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero_card {
  width: 100%;
  max-width: 393px;
  padding: 36px 48px;
  background-color: white;
  border-radius: 12px;
}

.hero_card_home {
  width: 100%;
  padding: 36px 48px;
  background-color: #012169;
  border-radius: 12px;
}

.hero_card_home input {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  border: none;
}

.hero_card_home input::placeholder {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.hero_card .nav-tabs .nav-link {
  color: #071E54 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  opacity: 0.56 !important;
}

.hero_card .nav-tabs .nav-link.active {
  background-color: transparent !important;
  opacity: 1 !important;
  border-bottom: 1px solid white !important;
}

.hero_card_home .nav-tabs .nav-link {
  color: #071E54 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  opacity: 0.56 !important;
}

.hero_card_home .nav-tabs .nav-link.active {
  background-color: transparent !important;
  opacity: 1 !important;
  border-bottom: 1px solid white !important;
}

.hero_card_home .nav-tabs .nav-link {
  color: #FFF !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  opacity: 0.56 !important;
}

.hero_card_home .nav-tabs .nav-link.active {
  background-color: transparent !important;
  opacity: 1 !important;
  border-bottom: 1px solid white !important;
}

.hero_card_home .nav-tabs .nav-link.active::after {
  background-color: transparent !important;
}

.hero_right_side {
  background-image: url(/assets/frontend/images/hero_rounded_right_img.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 48px;
  border-radius: 20px;
}

/* .form-control {
  padding: 16px;
  border-radius: 20px;
  color: #A3A3A3;
  font-size: 14px;
} */

.nav-tabs .nav-link {
  border: none;
  position: relative;
  font-size: 16px;
  color: #071E54;
  opacity: 0.56;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #071E54;
}



ul.nav.nav-tabs.mb-3 {
  gap: 54px !important;
}

.nav-tabs {
  border-bottom: none !important;
}

/* HERO SECTION END */

/*ENGLAND AIRPORT SECTION START  */
.england_airport_parent_head {
  text-align: center;
}

.england_airport_pera {
  margin-top: 28px;
  text-align: center;
  margin-bottom: 56px;
}

.eng_card_parent {
  padding: 24px 20px;
  transition: 0.5s ease-in-out;
  height: 100%;
}


.eng_card_pera {
  margin-top: 12px;
  color: #525252;
}

.eng_card_item {
  text-align: center;
}

.eng_card_head {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 28px;
}

.eng_card_parent:hover {
  background-color: #012169;
}

.eng_card_parent:hover h6 {
  color: white;
}

.eng_card_parent:hover p {
  color: white;
}

.eng_card_parent:hover svg {
  stroke: white !important;
}

.eng_card_parent:hover .hover-svg path {
  stroke: white;
}

/* ENGLAND AIRPORT SECTION END */
/* <!-- PROVIDES SECTION START --> */
.provides {
  background-image: url(/assets/frontend/images/provide_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.provides_parent h1 {
  line-height: 150%;
}

.provides_parent p {
  line-height: 150%;
}

/* <!-- PROVIDES SECTION START --> */

/* SELECT SECTION START */
.select_btn_group button:hover {
  background-color: #012169;
  color: white;
}

.select_btn_group button {
  transition: 1s ease-in-out;
}

.select_img_parent {
  margin-top: 91px;
}

.select_img_left_child {
  padding-left: 142px;
}

/* SELECT SECTION END */

/* <!-- UK CITIES SECTION START --> */
.uk_cities {
  margin-top: 50px;
  margin-bottom: 150px;
}

/* <!-- UK CITIES SECTION END --> */
/* <!-- TESTIMONIAL SECTION START --> */
.testimonial {
  background-color: #012169;
  padding: 160px 0 160px 0;
}

.testimonial_card {
  padding: 24px;
  border: 1px solid #FFF;
  background: #22489C;
  margin-right: 20px;
}

.center {
  margin-top: 64px;
  margin-bottom: 20px;
}

/* <!-- TESTIMONIAL SECTION END --> */

/* <!-- POPULAR TRANSFER SECTION START --> */
.popular_upperpart {
  margin-bottom: 100px;
}

.popular_left_side {
  padding: 24px;
  border-radius: 4px;
  border-radius: 4px;
  background: #F3F3F3;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border-color: none;
  background-color: #012169;
  color: white;
}

/* <!-- POPULAR TRANSFER SECTION END --> */
/* Footer Section Start */
.svg_parent {
  margin-top: 43px !important;
}

.svg_child {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: #F3F3F33F;
  padding-top: 80px;
  padding-bottom: 24px;
}

.footer_head_list li a {
  color: #1A1A1A;
  font-size: 16px;
  line-height: 24px;
}

.footer_head_list li {
  margin-bottom: 24px;
}

.svg_group {
  margin-top: 16px;
}

.all_right_parent {
  margin-top: 24px;
  background: #012169;
  height: 38px;
  border-radius: 4px;
}

.all_right {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

#scrollBtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  background: #18181B;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#whatsappBtn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99;
  background: #31bb31;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

/*............ FOR BUTTON ANIMATION........... */
.lets_btn {
  box-shadow: inset 0 0 0 0 black;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.lets_btn:hover {
  background-color: blue;
  color: white !important;
  box-shadow: inset 400px 50px 0 0 black;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* For Img Animation */
.img_ani {
  transition: 0.2s ease-in-out;
}

.img_ani:hover {
  transform: scale(1.04);
}

.blue_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue_section h1 {
  line-height: 150%;
}

.faq p {
  margin-bottom: 48px;
}

.accordion {
  margin-bottom: 46px;
}

.accordion-item {
  border: 1px solid #E5E5E5 !important;
  border-radius: 0 !important;
  margin-bottom: 24px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  padding: 24px;
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;

}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(./assets/images/plus.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./assets/images/minus.svg);
}

.accordion-body {
  color: #171717;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0 24px 24px 24px;
}

.transfer_card {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 24px;
}

.rating .name {
  color: #1C315E;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}

.rating .date {
  color: #A1A1A1;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-bottom: 16px;
}

.rating .review {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

.rating button {
  color: #000;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 12px 48px;
}

.transfer_btn {
  color: #FFF;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 24px;
  background: #012169;
  padding: 16px 32px;
  border: none;
}

/* 31-12-2024 */
.form-switch .form-check-input {
  width: 50px !important;
  height: 22px !important;
  box-shadow: none !important;
}

.form-switch .form-check-input {
  background-repeat: no-repeat !important;
}


/* Popular Section Start */
  /* .popular_transfer {
    margin-bottom: 80px;
  } */
  
  .popular_transfer_parent {
    padding: 35px 32px 40px 32px;
    gap: 32px;
    align-self: stretch;
    border-radius: 12px;
    background: #FAFAFA;
  }
  
  .popular_head {
    color: var(--text-primary);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.225px;
  }
  
  .popular_pera {
    color: var(--text-secondary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
  }
  
  .popular_card_parent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  
  .popular_card {
    padding: 16px;
    border-radius: 6px;
    background: #FFF;
    max-width: 270px;
  }
  
  .popu_head {
    color: #262D74;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  
  .popu_pera p {
    color: var(--text-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  
  .popu_pera_parent {
    margin-top: 24px;
  }
  
  /* Popular Section End */