* {
  -webkit-touch-callout: none;
  -webkit-user-select: text;
}

.flash {
  color: #fff;
  padding: 1em;
  margin: 10px 0;
  border-radius: 24px;
}

.flash-notice {
  background-color: #4caf50;
}

.flash-alert {
  background: #fe5443;
}

input[type='email'],
input[type='password'],
input[type='tel'] {
  direction: ltr;
}

/*========================= Web fonts ===========================*/
@font-face {
  font-family: 'PloniMLv2AAA';
  src: url("/assets/PloniMLv2AAA-Regular-d9e8538a.eot");
  src: url("/assets/PloniMLv2AAA-Regular-d9e8538a.eot?#iefix") format('embedded-opentype'),
    url("/assets/PloniMLv2AAA-Regular-37eb320a.woff2") format('woff2'),
    url("/assets/PloniMLv2AAA-Regular-3995ac7a.woff") format('woff'),
    url("/assets/PloniMLv2AAA-Regular-0f947df5.ttf") format('truetype'),
    url("/assets/PloniMLv2AAA-Regular-9773ee7b.svg#PloniMLv2AAA-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PloniMLv2AAA';
  src: url("/assets/PloniMLv2AAA-Light-8c86d055.eot");
  src: url("/assets/PloniMLv2AAA-Light-8c86d055.eot?#iefix") format('embedded-opentype'),
    url("/assets/PloniMLv2AAA-Light-22180657.woff2") format('woff2'),
    url("/assets/PloniMLv2AAA-Light-7cca1621.woff") format('woff'),
    url("/assets/PloniMLv2AAA-Light-9be8e526.ttf") format('truetype'),
    url("/assets/PloniMLv2AAA-Light-082c6a41.svg#PloniMLv2AAA-Light") format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PloniMLv2AAA';
  src: url("/assets/PloniMLv2AAA-Bold-60a1f841.eot");
  src: url("/assets/PloniMLv2AAA-Bold-60a1f841.eot?#iefix") format('embedded-opentype'),
    url("/assets/PloniMLv2AAA-Bold-b7be861d.woff2") format('woff2'),
    url("/assets/PloniMLv2AAA-Bold-846c7e04.woff") format('woff'),
    url("/assets/PloniMLv2AAA-Bold-143f1feb.ttf") format('truetype'),
    url("/assets/PloniMLv2AAA-Bold-6d0dc977.svg#PloniMLv2AAA-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PloniMLv2AAA';
  src: url("/assets/PloniMLv2AAA-Medium-5884dd74.eot");
  src: url("/assets/PloniMLv2AAA-Medium-5884dd74.eot?#iefix") format('embedded-opentype'),
    url("/assets/PloniMLv2AAA-Medium-c7610d3f.woff2") format('woff2'),
    url("/assets/PloniMLv2AAA-Medium-e8433361.woff") format('woff'),
    url("/assets/PloniMLv2AAA-Medium-07b46d6a.ttf") format('truetype'),
    url("/assets/PloniMLv2AAA-Medium-acd1d33e.svg#PloniMLv2AAA-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*======================== Basic css ==========================*/
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  color: inherit;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  color: #2e69e7;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* body */
body {
  font-family: 'PloniMLv2AAA';
  font-size: 16px;
  font-weight: 400;
  background: #f5f5f5;
  color: #1f2024;
  margin: 0;
  padding: 0;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

/*======================= main_wrapper start =========================*/
.main_wrapper {
  /* max-width: 960px; */
  width: 100%;
  background: #fff;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header_area {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  padding: 12px 16px;
  position: fixed;
  top: 0;
  z-index: 1024;
  transition: all 0.3s ease-in-out;
}

.header_area.header_fixed {
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  z-index: 1024;
}

.header_main {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.hamburger_btn button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.hamburger_btn button img {
  width: 24px;
}

.header_logo img {
  max-width: 120px;
}

.user_icon img {
  width: 30px;
}

/* ofcanvas_menu */
.ofcanvas_menu {
  max-width: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
}

.ofcanvas_menu.show {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: -16px;
  visibility: visible;
  opacity: 1;
}

.ofcanvas_menu ul {
  padding-top: 30px;
}

.ofcanvas_menu ul li {
  text-align: center;
  padding: 12px 0;
}

.ofcanvas_menu ul li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.834%;
  text-align: center;
  transition: 0.2s all ease;
  text-decoration: none;
}

.ofcanvas_menu ul li a:hover {
  opacity: 0.8;
}

.close_btn button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 24px;
}

.close_btn button img {
  width: 24px;
}

/* main_content */
.main_content {
  padding-top: 50px;
}

/*==================== index page start ======================*/
.main_contentIndex {
  padding-top: 0;
}

.header_areaIndex {
  background: transparent;
}

.header_logoIndex img {
  max-width: 142px;
}

.banner_item img {
  width: 100%;
}

.main_body {
  background: #fff;
  padding: 24px 28px 10px;
  border-radius: 24px 24px 0px 0px;
  margin-top: -100px;
  position: relative;
  z-index: 9;
}

.title_cnt {
  text-align: center;
  padding-bottom: 8px;
}

.title_cnt h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 103.846%;
  color: #191919;
  text-align: center;
  margin: 0;
}

.title_cnt h3 strong {
  font-weight: 700;
  display: block;
  text-align: center;
}

.fly_cnt {
  padding: 16px 0px 28px;
}

.fly_cnt h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2e69e7;
  text-align: right;
  margin-bottom: 4px;
}

.fly_cnt p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.412%;
  color: #636363;
  margin: 0;
}

.count_part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.count_title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1f2024;
  margin: 0;
}

.count_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 15px;
}

.count_item button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.count_item button img {
  width: 24px;
}

.count_item .counter {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #636363;
  width: 25px;
  display: block;
  text-align: center;
}

.benefit_area {
  background: #f8f9fe;
  padding: 12px 16px;
  margin-bottom: 24px;
  border-radius: 16px;
}

.benefit_area h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.085px;
  color: #1f2024;
  margin: 0;
}

.benefit_area ul li {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 94%;
  letter-spacing: 0.17px;
  color: #636363;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.benefit_area ul li img {
  width: 10px;
}

.benefit_area ul li a {
  color: #2e69e7;
}

.step_area {
  border: 1px solid #2e69e7;
  padding: 21px 24px 25px;
  border-radius: 24px;
  text-align: center;
}

.step_title h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2e69e7;
  text-align: center;
  margin: 0;
}

.step_title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2e69e7;
  text-align: center;
  margin-bottom: 16px;
}

.step_item {
  margin-bottom: 40px;
  text-align: center;
}

.step_item img {
  width: 70px;
}

.step_item h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2e69e7;
  text-align: center;
  margin: 5px 0px;
}

.step_item p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212121;
  text-align: center;
  margin: 0;
}

.step_item p strong {
  font-weight: 500;
}

.faq_area {
  padding: 24px 0;
}

.faq_area h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2e69e7;
  text-align: right;
  text-shadow: 0px 0px 9.8px #fff;
  margin: 0;
}

.faq_area .question {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1f2024;
  text-align: right;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 12px;
  text-decoration: none;
}

.faq_area .question img {
  width: 14px;
  margin-top: 7px;
}

.faq_area .answer {
  display: none;
  margin: 1em 1.25em 1em 0;
}

.faq_area .question.active img {
  transform: rotate(180deg);
}

.footer_logo img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

.footer_logo p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7c7c7c;
  text-align: center;
  margin-top: 12px;
}

.footer_logo div {
  color: #2e69e7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-top: 10px;
}

.footer_logo div a {
  text-decoration: none;
}

.footer_logo {
  border-top: 1px solid #d8d8d8;
  background: #fff;
  padding: 30px 0px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 220px;
}

.footer_logo.short {
  margin-bottom: 0;
}

.footer_part {
  max-width: 100%;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 1em 30px;
  box-shadow: 0px -2px 10.4px 0px rgba(160, 154, 154, 0.25);
  position: fixed;
  bottom: 0;
  right: 0;
  margin-top: auto;
  z-index: 9;
}

.footer_part ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  letter-spacing: 0.15px;
  color: #1f2024;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  margin-bottom: 10px;
}

.footer_part ul li:last-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
}

.footer_part .number {
  width: 40px;
}

.footer_btnIndex input {
  display: block;
  background-color: #2e69e7;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  padding: 14px 10px;
  border: none;
  border-radius: 80px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 32px;
}

.footer_btnIndex input:hover {
  opacity: 0.85;
}

/*====================== inquiry page start ========================*/
.inquiry_area {
  padding: 110px 29px 1em;
}

.inquiry_title {
  text-align: center;
}

.inquiry_title img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}

.inquiry_title h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1f2024;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.inquiry_field {
  padding-top: 38px;
}

.inquiry_field input {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  width: 100%;
  display: block;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  outline: none;
  padding: 4px 10px 8px;
  text-align: center;
}

.inquiry_field input::placeholder {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  color: #1f2024;
  opacity: 1;
}

.inquiry_cnt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer_btn {
  padding: 24px 30px;
  text-align: center;
  margin-top: auto;
}

.footer_btn a,
.footer_btn button {
  all: unset;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background: #2e69e7;
  display: block;
  text-align: center;
  padding: 12px 15px;
  border-radius: 50px;
  transition: 0.2s all ease;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
}

.footer_btn a:hover,
.footer_btn button:hover {
  opacity: 0.85;
}

/*======================== passengers page start ==========================*/
.header_arrow img {
  width: 24px;
}

.header_title {
  margin: 0 auto;
}

.header_title h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  color: #2e69e7;
  text-align: center;
  margin: 0;
  margin-right: -24px;
}

.footer_plusBtn {
  margin-top: auto;
  padding: 24px;
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
}

.footer_plusBtn img {
  max-width: 72px;
}

.passengers_area {
  padding: 15px 28px 24px;
}

.passengers_upper h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 122.727%;
  color: #1f2024;
  text-align: right;
  margin-bottom: 5px;
}

.passengers_upper p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.727%;
  color: #1f2024;
  text-align: right;
  margin: 0;
}

.passengers_upper p a {
  color: #2e69e7;
}

.passengers_upper {
  margin-bottom: 24px;
}

.passengers_box {
  background: #fff;
  padding: 15px 22px 18px 16px;
  filter: drop-shadow(4px 1px 18.6px rgba(230, 230, 230, 0.9));
  margin-bottom: 16px;
  border-radius: 10px;
  position: relative;
}

.passengers_box h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.passengers_box h3 img {
  width: 24px;
}

.passengers_box h3 a {
  z-index: 2;
  padding: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.passengers_box p a {
  color: #636363;
  text-decoration: none;
}

.passengers_box p a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.passengers_box h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #1f2024;
  text-align: right;
  margin: 1px 0px;
}

.passengers_box p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #636363;
  text-align: right;
  direction: ltr;
}

.passengers_box p span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 1px;
}

/* popup start */
.popup {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(238, 238, 238, 0.3);
  padding: 15px 15px;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup_dialog {
  max-width: 312px;
  width: 100%;
  margin: auto;
}

.popup_content {
  background: #fff;
  padding: 24px 24px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.popup_title h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.273%;
  letter-spacing: -0.17px;
  color: #1f2024;
  text-align: center;
  margin-bottom: 5px;
}

.popup_title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  color: #636363;
  text-align: center;
}

.code_inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px 0px;
  direction: ltr;
}

.code_inputs input {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  color: #1f2024;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #2d69e6;
}

.code_inputs input::placeholder {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  color: #1f2024;
  opacity: 1;
}

.code_cnt p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.647%;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}

.code_cnt p a {
  color: #2684ff;
}

.popup_btn button,
.popup_btn a {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 141.176%;
  color: #fff;
  background: #2e69e7;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 15px;
  border: none;
  outline: none;
  border-radius: 80px;
  transition: 0.2s all ease;
  cursor: pointer;
  text-decoration: none;
}

.popup_btn span {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.647%;
  color: #636363;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.popup_btn button:hover,
.popup_btn a:hover {
  opacity: 0.85;
}

.close-btn {
  font-size: 16px;
  font-weight: 700;
  color: #2e69e7;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 15px;
}

.userexit_cnt {
  padding: 8px 0 24px;
  text-align: center;
}

.userexit_cnt p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #1f2024;
  margin: 0;
}

.userexit_cnt p a {
  color: #2e69e7;
}

.popup_title2 {
  margin-bottom: 20px;
}

/* aditional_btn */
.aditional_btn {
  padding: 0 25px 20px;
}

.aditional_btn a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  border-radius: 80px;
  background: #2e69e7;
  display: block;
  text-align: center;
  padding: 12px 15px;
  margin-top: 10px;
}

/*======================== after-completing-payment start ======================*/
.payment_area {
  padding: 10px 28px;
}

.payment_upper {
  text-align: center;
}

.payment_upper img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}

.payment_upper h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1f2024;
  text-align: center;
  margin: 12px 0px 22px;
}

.payment_box {
  background: #f6f6f6;
  padding: 24px 20px 26px 24px;
  border-radius: 24px;
}

.payment_box ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  letter-spacing: 0.15px;
  color: #1f2024;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.payment_box ul li strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.15px;
  color: #1f2024;
}

.payment_box ul li:last-child {
  margin-bottom: 0;
  padding-top: 10px;
}

.payment_box ul li span {
  width: 36px;
}

.payment_feature {
  padding-top: 1em;
}

.payment_feature h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1f2024;
  margin-bottom: 17px;
}

.feature_details {
  display: flex;
  align-items: flex-start;
  gap: 8.5px;
  margin-bottom: 16px;
}

.feature_dticon img {
  max-width: 35px;
}

.feature_dtcnt {
  width: calc(100% - 44px);
}

.feature_dtcnt h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2e69e7;
  margin-bottom: 2px;
}

.feature_dtcnt p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212121;
  margin: 0;
}

/*==================== main-passenger-2 page start ======================*/
.main_content2 {
  padding-bottom: 200px;
}

.passenger_footer {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 26px 30px 24px;
  box-shadow: 0px -2px 10.4px 0px rgba(160, 154, 154, 0.25);
  position: fixed;
  bottom: 0;
  margin-top: auto;
}

.passenger_footer p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.15px;
  color: #1f2024;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.passenger_footer a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background: #2e69e7;
  display: block;
  text-align: center;
  padding: 12px 15px;
  border-radius: 80px;
  transition: 0.2s all ease;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code_inputs input[type='number'] {
  -moz-appearance: textfield;
}

.passenger_footer a:hover {
  opacity: 0.85;
}

.passenger_mainarea {
  padding: 5px 28px 200px 28px;
}

.passenger2_upper h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  margin: 0;
}

.passenger2_upper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #1f2024;
  margin: 0;
}

.passenger2_upper p a {
  color: #2e69e7;
}

.offer_box {
  padding: 10px 16px;
  outline: 0.72px solid #d8d8d8;
  border-radius: 10px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s all ease;
  cursor: pointer;
}

.offer_box:hover,
.offer_box:has(input[type='radio']:checked) {
  outline: 2px solid #2e69e7;
}

.offer_left span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 60.669%;
  color: #2e69e7;
}

.offer_right h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  color: #2e69e7;
  margin: 0;
}

.offer_right p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.529%;
  color: #636363;
  margin: 0;
}

.validity_title h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  margin: 0;
}

.validity_title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #1f2024;
  margin: 0;
}

.validity_title p a {
  color: #2e69e7;
}

/* custom_checkbox */
.custom_checkbox {
  margin-top: 14px;
}

.custom_checkbox label {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
  text-align: right;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  height: 18px;
  width: 18px;
  background: transparent;
  border: 2px solid #1d1b20;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
}

.custom_checkbox input:checked ~ .checkmark {
  background-color: transparent;
}

.checkmark:after {
  content: '';
  width: 6px;
  height: 10px;
  border: solid #1d1b20;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 1px;
  display: none;
}

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/*==================== main-passenger page start ======================*/
.passenger_info h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2e69e7;
  margin-bottom: 30px;
}

.passenger_field {
  margin-bottom: 45px;
}

.passenger_field input {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  text-align: right;
  padding: 5px 4px;
}

.passenger_field input::placeholder {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  color: #1f2024;
  opacity: 1;
}

.account_box {
  border: 1px solid #e5e7eb;
  padding: 15px 16px 12px;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.account_left img {
  max-width: 25px;
}

.account_right h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  margin: 0;
}

.account_right p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #1f2024;
  line-height: 150%;
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

/* accordion */
.accordion_item {
  margin-top: 46px;
}

.accordion_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0px 2px 5px;
  border-bottom: 1px solid #e6e6e6;
}

.accordion_title h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
}

.accordion_title img {
  width: 12px;
}

.accordion_title.active img {
  transform: rotate(180deg);
}

.accordion_body {
  padding: 30px 16px 12px;
  display: none;
}

.accordion_field {
  margin-bottom: 24.5px;
}

.accordion_field label {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #999;
  text-align: right;
  display: block;
  margin: 0;
}

.accordion_field input {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
  width: 100%;
  display: block;
  text-align: right;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 2px 2px 5px;
  outline: none;
}

.accordion_field input::placeholder {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  color: #1f2024;
  opacity: 1;
}

.accordion_btn button {
  font-family: 'PloniMLv2AAA', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background: #2e69e7;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 15px;
  border: none;
  outline: none;
  border-radius: 50px;
  transition: 0.2s all ease;
  cursor: pointer;
}

.accordion_btn button:hover {
  opacity: 0.85;
}

/*=================== program page start =====================*/
.program_area {
  padding: 8px 28px 20px;
}

.profile_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.profile_cnt h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  color: #1f2024;
  text-align: right;
  margin: 0;
}

.profile_cnt h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #1f2024;
  line-height: 132%;
  text-align: right;
  margin: 2px 0px;
}

.profile_cnt p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  color: #636363;
}

.profile_icon a {
  text-decoration: none;
  color: black;
}

.profile_icon img {
  width: 34px;
}

.package_item {
  padding-top: 24px;
}

.package_item h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  margin-bottom: 16px;
}

.package_box {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  filter: drop-shadow(-2px 3px 43.4px rgba(230, 230, 230, 0.8));
  display: flex;
  align-items: center;
  gap: 16px;
}

.package_cnt h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2e69e7;
  text-align: right;
  margin-bottom: 2px;
}

.package_cnt p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
  text-align: right;
  margin: 0;
}

.progress-container {
  position: relative;
  width: 78px;
  height: 78px;
}

.progress-circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: conic-gradient(
    #2e69e7 0deg,
    #2e69e7 0deg,
    #e0e0e0 0deg,
    #e0e0e0 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: blue;
  position: relative;
}

.progress-circle::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 65px;
  background: white;
  border-radius: 50%;
}

.progress-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 102.375%;
  color: #2e69e7;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-text span {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5%;
  text-align: center;
  display: block;
  margin-bottom: 4px;
}

.pb-1 {
  padding-bottom: 1em;
}

.progress-text.ended {
  color: #e0e0e0;
}

.package_title2 {
  padding: 24px 0px;
}

.package_title2 h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  margin: 0;
}

.package_title2 p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #1f2024;
  margin: 0;
}

.browse_box {
  padding: 10px 16px;
  border-radius: 20px;
  border: 0.715px solid #d8d8d8;
  margin-bottom: 16px;
}

.browse_box h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  color: #2e69e7;
  margin: 0;
}

.browse_box p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.529%;
  color: #636363;
  margin: 0;
}

.balance_part {
  padding-top: 2em;
}

.balance_part h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #1f2024;
  margin-bottom: 12px;
}

.balance_box {
  background: #fff;
  padding: 16px 16px 17px;
  border-radius: 10px;
  filter: drop-shadow(4px 1px 18.6px rgba(230, 230, 230, 0.9));
}

.balance_box h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1f2024;
}

.balance_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1f2024;
  margin: 6px 0 8px;
}

.balance_box a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2e69e7;
}

.upload_btn {
  padding: 24px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.upload_btn a {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.176%;
  color: #fff;
  border: 2px solid #2e69e7;
  background: #2e69e7;
  display: inline-flex;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 25px;
  box-shadow: 0px 0px 3px 0px rgba(25, 25, 25, 0.25);
  text-decoration: none;
}

.upload_btn a img {
  width: 16px;
}

.balane_cntModal {
  padding: 8px 0px 24px;
  text-align: center;
}

.balane_cntModal p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(99, 99, 99, 0.76);
  text-align: center;
}

.balane_cntModal p a {
  color: #2e69e7;
}

.cross_button {
  margin-bottom: 12px;
  text-align: left;
  margin-top: -5px;
  margin-left: -5px;
}

.cross_button .close-btn {
  font-size: 20px;
  right: initial;
  left: 0px;
  top: 0px;
  position: initial;
}
