@font-face {
  font-family: 'PloniMLv2AAA';
  src: url('../fonts/plonimlv2aaa-regular.woff2') format('woff2'),
       url('../fonts/plonimlv2aaa-regular.woff') format('woff'),
       url('../fonts/plonimlv2aaa-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PloniMLv2AAA';
  src: url('../fonts/plonimlv2aaa-bold.woff2') format('woff2'),
       url('../fonts/plonimlv2aaa-bold.woff') format('woff'),
       url('../fonts/plonimlv2aaa-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.texthead {
  padding: 20px 0;
  background: #fff;
}
.texthead h1 {
  color: #272727;
  font-family: "ploniboldaaa";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 41px;
  text-align: center;
  margin: 0;
}

.dropdown-menu.w-50.dropdown-menu-end.show {
  min-width: 410px;
}
.form-check-input:checked {
  background-color: #0263ad;
  border-color: #0263ad;
}

.form-check.selected .form-check-label {
  font-family: "ploniboldaaa";
  font-size: 18px;
  font-weight: 600;
}
.dropdown-menu.dropdown-menu-end {
  right: -34px !important;
  left: auto !important;
}
.dropdown-menu.dropdownredio {
  max-height: 250px;
  min-height: 0;
  width: 210px;
  border-radius: 0 0 24px 24px;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0 rgba(3, 67, 117, 0.26);
  border: none;
  box-sizing: border-box;
  padding: 20px;
  overflow: auto;
}
.dropdown-menu.dropdownredio label.form-check-label {
  font-size: 18px;
  margin-bottom: 10px;
  color: #353535;
  font-family: "ploniregularaaa";
}
.dropdown-menu.dropdownredio .form-check-input:checked {
  background-color: #0261ab;
  border-color: #0261ab;
}
.hours_slider {
  margin-bottom: 50px;
}
.hours_slider .amount {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  line-height: 22px;
  width: auto;
  direction: rtl;
  color: #0261ab;
  font-family: "ploniboldaaa";
  font-size: 20px;
}
.hours_slider .amount1 {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  line-height: 22px;
  width: auto;
  direction: rtl;
  color: #0261ab;
  font-family: "ploniboldaaa";
  font-size: 20px;
}
.hours_slider label {
  white-space: nowrap;
  color: #353535;
  font-size: 16px;
}
.hours_slider input:focus {
  outline: none;
}
img.information2 {
  display: none;
}
.btn-warning {
  border-radius: 10px;
  background: linear-gradient(90deg, #ff7d15 0%, #ff672d 100%);
  box-shadow: 3px 3px 7px 0 rgba(255, 103, 45, 0.26);
  height: auto;
  color: #ffffff;
  font-family: "ploniboldaaa";
  font-size: 22px;
  line-height: 30px;
  padding: 8px 18px;
  margin-bottom: 15px;
}
.btn-warning:hover {
  background: linear-gradient(180deg, #ff7d15 0%, #f14f11 100%);
  color: #fff;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #fff;
  background-color: #ff6b28;
  border-color: #ff6a2b;
  box-shadow: 0 0 0 0.25rem rgb(255 106 40 / 12%);
}
.btn-outline-primary {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  border: 1px solid #0261ab;
  border-radius: 8px;
  font-family: "ploniboldaaa";
  background-color: #ffffff;
  color: #0261ab;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0261ab;
  border-color: #0261ab;
}

/*search-results-filtered*/
.form-groupchk.radiobox input:checked + label:after {
  top: 6px;
  right: 3px;
  width: 12px;
  height: 12px;
  border: none;
  border-width: inherit;
  transform: 0;
  background: #026cb3;
  border-radius: 2px;
  transform: rotate(0deg);
}
.constipation-item.rfilter {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-outline-primary.closed {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  cursor: default;
}
.btn-outline-primary.closed strong {
  white-space: nowrap;
  width: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.filterlistbox .dropdown-toggle.closed::after {
  content: "\f00d";
  left: 0;
  font-family: FontAwesome;
  font-size: 14px;
  top: 0px;
  color: #353535;
  border: none;
}

/*search-results-no-results*/
.earchresults_noresultsarea {
  padding: 70px 0;
}
.noresultsarea_box {
  max-width: 700px;
  margin: auto;
}
.noresultsarea_box img {
  max-width: 100%;
}

.search-results-scroll {
  padding: 12px 24px;
  width: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0 rgb(3 67 117 / 26%);
  display: none !important;
}
.search-results-scroll .btnoutline {
  color: #353535;
  font-size: 18px;
  font-family: "ploniboldaaa";
  border: none;
  padding: 0;
  box-shadow: none;
}
.search-results-scroll .btnoutline span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  margin-left: 5px;
  color: #0263ad;
}
.search-results-scroll .btn-group {
  margin-left: 50px;
  position: relative;
}
.search-results-scroll .btn-group:last-child:after {
  display: none;
}
.search-results-scroll .btn-group:last-child {
  margin-left: 0;
}
.search-results-scroll .btn-group:after {
  content: "";
  position: absolute;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #d0d0d0;
  top: 0;
}
.search-results-filtterbox .filtterbtn {
  margin: 0px 7px;
  min-width: 41px;
  height: 41px;
  border: 1px solid #0261ab;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #037bbe;
}
.search-results-filtterbox .filtterbtn span {
  position: absolute;
  right: -7px;
  top: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff6e26;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results-scroll .search-results-filtterbox {
  margin-right: 24px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.changeflights_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  font-family: "ploniregularaaa";
}
.changeflights_titlebottom h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  font-family: "ploniregularaaa";
}
.changeflights_titlebottom small {
  color: #ffffff;
  font-size: 20px;
  font-family: "ploniregularaaa";
  display: flex;
  align-items: center;
  justify-content: center;
}
.changeflights_title h2 span {
  filter: brightness(0) invert(1);
  min-width: 26px;
  max-width: 26px;
  margin-left: 8px;
}
.changeflights_title {
  margin-bottom: 24px;
}
.changeflights_titlebottom {
  margin-top: 24px;
}
.changeflights_titlebottom h2 span {
  filter: brightness(0) invert(1);
  min-width: 26px;
  max-width: 26px;
  margin-left: 8px;
}


/*booking-flights-passenger-detailes*/
.headerarea {
  padding: 15px 0;
}
.headerarea .logo {
  max-width: 170px;
}
.headerarea a.btn-link {
  color: #0261ab;
  font-size: 16px;
  font-family: "ploniboldaaa";
  display: flex;
  align-items: center;
  margin-right: -100px;
}
.headerarea a.btn-link span {
  margin-left: 6px;
  font-size: 13px;
}
.headerarea .logo img {
  max-width: 100%;
}

.flightbooking_area {
  padding-bottom: 90px;
}
.flightbooking_area .flightbooking_top h3 {
  position: relative;
  top: -10px;
}
.flightbooking_form h3 {
  color: #353535;
  font-size: 40px;
  font-family: "ploniregularaaa";
  line-height: 40px;
  margin: 0;
}
.flightbooking_form {
  max-width: 100%;
  margin-right: auto;
  margin-top: 0;
}
.Orderdetails_area {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  border: 1px solid rgb(2 97 171 / 25%);
  border-radius: 24px;
  overflow: hidden;
}
.Orderdetails_area .Orderdetails_top h3 {
  background-color: #f0f8ff;
  font-family: "ploniboldaaa";
  color: #0261ab;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
.Orderdetails_area .Orderdetails_top h3 span {
  max-width: 24px;
  margin-left: 13px;
}
.Orderdetails_area .Orderdetails_body {
  box-sizing: border-box;
  padding: 20px;
  background-color: white;
}
.Orderdetails_area .Orderdetails_body .Orderdetails_body_top {
  border-bottom: 1px solid rgb(2 97 171 / 18%);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.Orderdetails_area .Orderdetails_body .Orderdetails_body_top h4 {
  color: #132d42;
  font-family: "ploniboldaaa";
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.Orderdetails_area .Orderdetails_body .Orderdetails_body_top p {
  color: #132d42;
  font-family: "ploniregularaaa";
  font-size: 16px;
  margin: 0;
}

.Orderdetails_area .generalterms_area,
.Orderdetails_area .order_hotel_detail_area
 {
  box-sizing: border-box;
  border-bottom: 1px solid rgb(2 97 171 / 18%);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.Orderdetails_area .generalterms_area h4,
.Orderdetails_area .order_hotel_detail_area h4
 {
  color: #132d42;
  font-family: "ploniboldaaa";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
.Orderdetails_area .generalterms_area ul {
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.Orderdetails_area .generalterms_area ul li {
  color: #132d42;
  font-size: 16px;
  line-height: 24px;
  font-family: "ploniregularaaa";
}

.Orderdetails_area .total_box {
}
.Orderdetails_area .total_box h4 {
  color: #132d42;
  font-family: "ploniboldaaa";
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.Orderdetails_area .total_box .total_box_list {
}
.Orderdetails_area .total_box .total_box_list .total_pbox {
  margin-bottom: 10px;
}
.Orderdetails_area .total_box .total_box_list .total_pbox h5 {
  margin: 0;
  line-height: 14px;
}
.Orderdetails_area .total_box .total_box_list .total_pbox small {
  color: #818181;
  font-size: 14px;
}
.Orderdetails_area .total_box .total_box_list h5 {
  color: #132d42;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.Orderdetails_area .total_box .total_box_list h5 small {
  color: #818181;
}
.Orderdetails_area .total_box .total_box_list span {
  color: #132d42;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}
.Orderdetails_area .total_box .total_box_footer {
}
.Orderdetails_area .total_box .total_box_footer h4 {
  color: #132d42;
  font-family: "ploniboldaaa";
  font-size: 20px;
  margin: 0;
  line-height: 24px;
}
.Orderdetails_area .total_box .total_box_footer span {
  color: #132d42;
  font-family: "ploniboldaaa";
  font-size: 20px;
  margin: 0;
  line-height: 24px;
}

.Orderdetails_minibox {
  border-bottom: 1px solid rgb(2 97 171 / 18%);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.Orderdetails_minibox .Orderdetails_mini_item {
  margin-top: 20px;
}
.Orderdetails_mini_item .Orderdetails_mini_item_dtls {
  padding: 0;
  padding-right: 20px;
  border-right: 1px solid #272727;
  margin-top: 15px;
  margin-right: 8px;
  position: relative;
}
.Orderdetails_mini_item .Orderdetails_mini_item_dtls:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #818181;
  bottom: -1px;
  right: -6px;
}
.Orderdetails_mini_item .Orderdetails_mini_item_dtls:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 1px;
  width: 7px;
  background: #272727;
}
.Orderdetails_mini_item
  .Orderdetails_mini_item_dtls
  .breadcrumb-item-custom
  + .breadcrumb-item-custom::before {
  content: var(--bs-breadcrumb-divider, "|");
  padding-left: 1rem;
  padding-right: 1rem;
}
.Orderdetails_minibox h2 {
  color: #132d42;
  font-family: "ploniboldaaa";
  font-size: 24px;
}
.Orderdetails_minibox .Orderdetails_mini_titlle {
  /* border-radius: 8px;
  background-color: #f3f3f3; */
  padding: 13px 18px;
  position: relative;
}

.Orderdetails_minibox .Orderdetails_mini_titlle:after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  color: #0261ab;
  top: auto;
  line-height: 14px;
  bottom: 15px;
  content: "\f0d8";
}
.Orderdetails_minibox .Orderdetails_mini_titlle.collapsed:after {
  content: "\f0dd";
}
.Orderdetails_minibox .Orderdetails_mini_titlle h4 {
  font-family: "ploniregularaaa";
  font-size: 16px;
  color: #353535;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 13px;
}
.Orderdetails_minibox .Orderdetails_mini_titlle h4 strong {
  display: contents;
  font-family: "ploniboldaaa";
}
.Orderdetails_minibox .Orderdetails_mini_titlle span {
  max-width: 24px;
  width: 100%;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 6px;
}
.Orderdetails_minibox .Orderdetails_mini_item h3 {
  color: #353535;
  font-family: "ploniregularaaa";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 10px 0;
}
.Orderdetails_minibox .Orderdetails_mini_item h3 strong {
  font-family: "ploniboldaaa";
}
.Orderdetails_mini_item_dtls nav {
}
.Orderdetails_mini_item_dtls nav li {
  font-size: 16px;
  font-family: "ploniregularaaa";
}
.Orderdetails_mini_item_dtls nav li span {
  max-width: 30px;
  width: 100%;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 7px;
}
.Orderdetails_mini_item_midel .mini_itembox1 {
  max-width: 47%;
  width: 100%;
  position: relative;
}
.Orderdetails_mini_item_midel .mini_itembox1:after {
  content: "\f0d9";
  left: -10px;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -ms-transition: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.Orderdetails_mini_item_midel .mini_itembox2 {
  max-width: 47%;
  width: 100%;
}
.Orderdetails_mini_item_midel .mini_itembox1 h4 {
  color: #000;
  font-size: 16px;
  margin: 0;
}
.Orderdetails_mini_item_midel .mini_itembox1 h4 strong {
  display: block;
  font-family: "ploniboldaaa";
}
.Orderdetails_mini_item_midel .mini_itembox2 h4 {
  color: #000;
  font-size: 16px;
  margin: 0;
}
.Orderdetails_mini_item_midel .mini_itembox2 h4 strong {
  display: block;
  font-family: "ploniboldaaa";
}
.Orderdetails_mini_item_midel .mini_itembox2 h4 span {
  font-family: "ploniboldaaa";
}
.Orderdetails_mini_item_midel .mini_itembox1 h4 span {
  font-family: "ploniboldaaa";
}

.baggage_area {
  margin-top: 10px;
}
.baggage_area h5 {
  color: #818181;
  font-size: 16px;
  font-family: "ploniregularaaa";
}
.baggage_area h6 {
  margin: 0;
  display: flex;
  align-items: center;
  color: #353535;
  font-family: "ploniregularaaa";
  font-size: 16px;
  line-height: 20px;
  padding-left: 2px;
}
/* .baggage_area h6 span {
  max-width: 24px;
  display: inline-flex;
  vertical-align: middle;
  height: 24px;
  align-items: center;
  margin-left: 6px;
}
.baggage_area h6 span img {
  width: 100%;
  object-fit: contain;
  height: 100%;
} */

.form-floating .form-control:disabled,
.form-floating .form-control[readonly] {
  background-color: #f3f3f3 !important;
  opacity: 1;
  border-color: #f3f3f3 !important;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  font-family: "ploniboldaaa";
}
/*.flightbooking_form_rightbody .accordion-item {background-color: transparent;border: none;border-radius: 0;}
.flightbooking_form_rightbody .accordion-button:not(.collapsed) {background-color: transparent;box-shadow: none;}
.flightbooking_form_rightbody .accordion-item:last-child .accordion-button { border: none; }
.flightbooking_form_rightbody .accordion-button {border-bottom: 1px solid rgb(2 97 171 / 25%);border-radius: 0!important; box-shadow: none!important;color: #353535;font-size: 24px;font-family: 'ploniboldaaa';padding: 24px 0;}
.flightbooking_form_rightbody .accordion-button::after {content: "\f0dd";font-family: FontAwesome;font-size: 12px;background-image: none;transition: transform .2s ease-in-out;text-align: center;align-items: center;line-height: 15px;color: #0261AB;}
*/
.flightbooking_form_rightbox {
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top {
}
.flightbooking_form_rightbox_top.fix {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 0;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(3, 67, 117, 0.26);
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.containercoutom {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
.flightbooking_form_rightbox
  .flightbooking_form_rightbox_top.fix
  .containercoutom {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top .logo {
  display: none;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top.fix .logo {
  display: inline-flex;
  max-width: 170px;
  width: 100%;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top .btn-link {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.flightbooking_form_rightbox .flightbooking_form_rightbox_top.fix a.btn-link {
  color: #0261ab;
  font-size: 16px;
  font-family: "ploniboldaaa";
  display: flex;
  align-items: center;
  margin-right: -100px;
  position: absolute;
  top: 9px;
}
.flightbooking_form_rightbox
  .flightbooking_form_rightbox_top.fix
  a.btn-link
  span {
  margin-left: 6px;
  font-size: 13px;
  min-width: auto;
  border: none;
  height: auto;
}

.flightbooking_form_rightbox .flightbooking_form_rightbox_top a {
  color: #353535;
  font-family: "ploniregularaaa";
  font-size: 24px;
  text-decoration: none;
  margin-left: 15px;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top a.active {
  font-family: "ploniboldaaa";
  color: #0261ab;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top a.fillup span {
  background: linear-gradient(90deg, #059ad5 0%, #0261ab 100%);
  color: #fff;
  border-color: transparent;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top a.active span {
  background: linear-gradient(90deg, #059ad5 0%, #0261ab 100%);
  color: #fff;
  border-color: transparent;
}
.flightbooking_form_rightbox .flightbooking_form_rightbox_top a span {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  border: 1px solid #353535;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
}

.w75 {
  width: 62.666667%;
}
.w35 {
  width: 37.333333%;
}
.flightbooking_form_rightbody {
  border: 1px solid rgb(2 97 171 / 25%);
  border-radius: 24px;
  overflow: hidden;
  margin-top: 24px;
  /* min-height: 200px; */
  background-color: white;
}
.flightbooking_form_rightbody .heading {
  border-radius: 24px 24px 0 0;
  background-color: #f0f8ff;
  box-sizing: border-box;
  padding: 15px 15px;
}
.flightbooking_form_rightbody .footing {
  border-radius: 0 0 24px 24px;
  background-color: #F3F3F3;
  box-sizing: border-box;
  padding: 1.5rem 2.5rem;
}
.flightbooking_form_rightbody .heading h3 {
  color: #353535;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.flightbooking_form_rightbody .heading h3 span {
  font-size: 26px;
  margin-left: 8px;
  color: #0269b1;
}
.flightbooking_form_rightbody .heading h3 span img {
  max-width: 19px;
  /* max-width: 100%; */
  display: inline-flex;
  vertical-align: -1px;
}
.flightbooking_form_rightbody .heading h3 strong {
  color: #0261ab;
  font-size: 24px;
  font-family: "ploniboldaaa";
  margin-left: 5px;
}
.flightformbox {
  box-sizing: border-box;
  padding: 20px;
}
.flightbooking_form_rightbody .heading h3 small {
  font-family: "ploniboldaaa";
  font-size: 16px;
  margin-right: 4px;
}

.flightbooking_form_rightbody .flightbooking_form_middel {
  box-sizing: border-box;
  padding: 30px 15px 40px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem {
  border-bottom: 1px solid #c0d7ea;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  h4 {
  color: #353535;
  font-size: 22px;
  font-family: "ploniboldaaa";
  line-height: 34px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .compositiondropdown_box {
  margin-left: 15px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .compositiondropdown_box
  h6 {
  margin-left: 8px;
  font-size: 14px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .compositiondropdown_box
  .number
  .plus {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  font-size: 10px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .compositiondropdown_box
  .number
  .minus {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  font-size: 10px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .suitcases_box {
  border-radius: 8px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 10px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .suitcases_box
  h4 {
  margin: 0;
  line-height: 20px;
  color: #353535;
  font-size: 15px;
  font-family: "ploniregularaaa";
  display: flex;
  align-items: center;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .suitcases_box
  h4
  strong {
  font-family: "ploniboldaaa";
  font-size: 24px;
  margin-right: 10px;
}

.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow {
  margin-bottom: 10px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow:last-child {
  margin-bottom: 0;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone {
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone
  .tablerowonenumber {
  border-radius: 8px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 8px 15px;
  margin: 0 15px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone
  .tablerowonenumber
  h6 {
  margin: 0;
  color: #353535;
  font-size: 18px;
  font-family: "ploniregularaaa";
  display: flex;
  align-items: center;
  direction: ltr;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone
  p {
  margin: 0;
  color: #0261ab;
  font-size: 16px;
  font-family: "ploniregularaaa";
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone
  .tablerowonenumber
  h6
  strong {
  font-size: 20px;
  font-family: "ploniboldaaa";
  margin-right: 20px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone
  .btn-outline-primary {
  font-family: "ploniregularaaa";
  font-size: 16px;
  line-height: 24px;
}
.flightbooking_form_rightbody
  .flightbooking_form_middel
  .flightbooking_form_middelitem
  .tablerow
  .tablerowone
  h5 {
  color: #818181;
  font-size: 16px;
  font-family: "ploniregularaaa";
  margin: 0;
}
.flightbooking_form_rightbody .flightbooking_form_middel .form-check {
  margin-bottom: 15px;
}
.flightbooking_form_rightbody .flightbooking_form_middel .form-check label {
  color: #353535;
  font-size: 15px;
  font-family: "ploniregularaaa";
  line-height: 20px;
}

.flightbooking_form_rightbox_top.mobail {
  box-sizing: border-box;
  padding: 12px 0px 16px;
  background: linear-gradient(90deg, #059ad5 0%, #0261ab 100%);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  display: none !important;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a {
  font-size: 0;
  position: relative;
  margin: 0;
}
.flightbooking_form_rightbox_top.mobail .btn-link {
  display: inline-block !important;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 0px;
  position: relative;
  margin-top: 0;
  top: -8px;
}
.flightbooking_form_rightbox_top.mobail .btn-link span {
  width: auto;
  min-width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 9px;
  margin: 0;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a:last-child:after {
  display: none;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a::after {
  content: "";
  width: 18px;
  display: inline-block;
  background-color: #fff;
  height: 1px;
  top: -2px;
  position: relative;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a.active {
  font-size: 13px;
  font-family: "ploniboldaaa";
  color: #fff;
  text-decoration: none;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a.fillup span {
  margin-left: 0px;
  background: #fff;
  color: #0261ab;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a.active span {
  margin-left: 4px;
  background: #fff;
  color: #0261ab;
}
.flightbooking_form_rightbox_top.mobail .flightstepmenu a span {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  margin-left: 0px;
  font-size: 10px;
  line-height: 16px;
  align-items: center;
  color: #fff;
}

.flightbooking_form_rightbody
  .flightbooking_form_middel
  .form-check
  label
  span {
  color: #0261ab;
  text-decoration: underline;
  margin: 0 3px;
}
.flightbooking_form_rightbody .flightbooking_form_footer {
  width: 100%;
  border-radius: 0 0 24px 24px;
  background-color: #f3f3f3;
  margin-top: -15px;
  box-sizing: border-box;
  padding: 14px 24px;
}
.flightbooking_form_rightbody .flightbooking_form_footer p {
  margin: 0;
  color: #353535;
  font-size: 14px;
  font-family: "ploniboldaaa";
  /* text-align: left; */
  display: flex;
  align-items: center;
  justify-content: end;
}
.flightbooking_form_rightbody .flightbooking_form_footer p strong {
  color: #353535;
  margin-right: 10px;
  font-size: 26px;
  font-family: "ploniboldaaa";
}

.flightbooking_stickyfooter {
  display: none;
  border-top: 1px solid #0261ab;
  box-sizing: border-box;
  padding: 15px 0;
  background-color: #fff;
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.flightbooking_stickyfooter p {
  color: #353535;
  font-size: 14px;
  font-family: "ploniregularaaa";
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.flightbooking_stickyfooter p strong {
  font-family: "ploniboldaaa";
  color: #353535;
  font-size: 24px;
  margin-right: 7px;
}
.flightbooking_stickyfooter .btn-outline-primary {
  width: 120px;
  font-family: "ploniregularaaa";
  font-size: 16px;
}
.pricingtable-carousel {
  z-index: 0;
}

.owl-carousel .owl-stage-outer {
  padding: 10px 0 30px;
}

.pricingtable-carousel .owl-nav {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -ms-transition: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
  z-index: 2;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.pricingtable-carousel .owl-nav .owl-prev span,
.pricingtable-carousel .owl-nav .owl-next span {
  font-size: 0px;
}
.pricingtable-carousel .owl-nav .owl-prev,
.pricingtable-carousel .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #b1b1b1 !important;
}
.pricingtable-carousel .owl-nav .owl-prev:hover,
.pricingtable-carousel .owl-nav .owl-next:hover {
  background: #0261ab !important;
}
.pricingtable-carousel .owl-nav .owl-prev:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pricingtable-carousel .owl-nav .owl-next:after {
  content: "\f053";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pricingtable-carousel .owl-nav .owl-prev:hover:after,
.pricingtable-carousel .owl-nav .owl-next:hover:after {
  color: #fff;
}
.pricingtable-carousel .owl-nav .owl-prev {
  margin-right: 0px;
  left: 0px;
  position: relative;
}
.pricingtable-carousel .owl-nav .owl-next {
  margin-right: 0px;
  right: 0px;
  position: relative;
}

.pricingtable_box {
  height: auto;
  width: 92%;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(3, 67, 117, 0.26);
  text-align: center;
  border: 1px solid #fff;
  margin: auto;
}
.pricingtable_box.active {
  border-color: #0261ab;
  border-width: 2px;
}
.pricingtable_box .pricingtable_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 40px;
}
.pricingtable_box .pricingtable_head .tagbox {
  border-radius: 16px 16px 0 0;
  background-color: #c2f9dc;
  color: #353535;
  font-size: 16px;
  font-family: "ploniboldaaa";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
.pricingtable_box .pricingtable_head h3 {
  color: #353535;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-family: "ploniboldaaa";
}
.pricingtable_box .pricingtable_head h4 {
  color: #353535;
  font-family: "ploniregularaaa";
  font-size: 16px;
  margin: 0;
}
.pricingtable_box .pricingtable_body {
  box-sizing: border-box;
  padding: 10px 10px 15px;
}
.pricingtable_box .pricingtable_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricingtable_box .pricingtable_body ul li {
  text-align: center;
  border-bottom: 1px solid #b3cfe5;
  padding: 10px 0;
  color: #353535;
  font-family: "ploniregularaaa";
  font-size: 16px;
  height: 40px;
}
.pricingtable_box .pricingtable_body ul li .fa-check {
  color: #05cb63;
  font-size: 16px;
}
.pricingtable_box .pricingtable_body ul li .fa-xmark {
  color: #818181;
  font-size: 16px;
}
.pricingtable_box .pricingtable_footer {
  position: relative;
  bottom: -20px;
}
.pricingtable_box .pricingtable_footer .btn-outline-primary {
  width: auto;
  box-sizing: border-box;
  height: 40px;
  width: 90px;
  font-family: "ploniregularaaa";
  border: 1px solid #353535;
  border-radius: 8px;
  background-color: #ffffff;
  color: #353535;
  line-height: 28px;
}
.pricingtable_box .pricingtable_footer .btn-outline-primary:hover {
  background-color: #0261ab;
  border-color: #0261ab;
  color: #fff;
}
.pricingtable_box.active .btn-outline-primary {
  background-color: #0261ab;
  border-color: #0261ab;
  color: #fff;
}

.form-floating > .form-select.form-control:focus,
.form-floating > .form-select.form-control:not(:placeholder-shown) {
  padding-top: 20px !important;
  color: #818181;
  font-size: 16px !important;
  font-family: "ploniregularaaa";
  line-height: 30px !important;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: none;
}
.pricingtable_leftarea {
  padding-top: 122px;
}
.pricingtable_leftarea ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricingtable_leftarea ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b3cfe5;
  padding: 10px 0;
  height: 40px;
  font-family: "ploniregularaaa";
  color: #353535;
  font-size: 16px;
}
.pricingtable_leftarea ul li span {
  min-width: 17px;
  max-width: 17px;
  margin-left: 5px;
}

.pricingtable-carousel .owl-dots {
  width: 100%;
  text-align: center;
}
.pricingtable-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  margin-right: 5px;
  background-color: #d8d8d8;
  position: relative;
}

.pricingtable-carousel .owl-dots .owl-dot:hover,
.pricingtable-carousel .owl-dots .owl-dot.active {
  border-color: #0261ab;
  background-color: #0261ab;
}

.payment_area {
}
.payment_area h4 {
  font-size: 24px;
  color: #353535;
  font-family: "ploniregularaaa";
  margin-bottom: 0;
}
.payment_area h4 strong {
  margin-right: 10px;
  font-family: "ploniboldaaa";
}
.payment_area p {
  font-size: 14px;
  border-bottom: 1px solid #939393;
  padding-bottom: 6px;
}
.payment_area p span {
  color: #0261ab;
  text-decoration: underline;
}
.payment_area .form-floating .form-control {
  height: 50px;
  border-radius: 20px;
  border-color: #1e8db6;
}
.payment_area .form-floating > label {
  padding: 0.8rem 0.75rem;
}
.payment_area .form-floating > .form-select.form-control:focus,
.payment_area
  .form-floating
  > .form-select.form-control:not(:placeholder-shown) {
  padding-top: 11px !important;
}
.payment_area .question {
  font-size: 24px;
  color: #666;
  padding: 10px 0;
}
.booking_failedbox {
  box-sizing: border-box;
  height: 844px;
  width: 100%;
  border: 1px solid rgb(2 97 171 / 30%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.booking_failedbox .bookingfaildthimble {
  max-width: 330px;
  margin: auto;
  margin-bottom: 24px;
}
.booking_failedbox h2 {
  color: #0261ab;
  font-family: "ploniboldaaa";
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  margin-bottom: 24px;
}

.booking_completedbox {
  box-sizing: border-box;
  height: 844px;
  width: 100%;
  border: 1px solid rgb(2 97 171 / 30%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.booking_completedbox .bookingcompletedthimble {
  max-width: 330px;
  margin: auto;
  margin-top: 24px;
}
.booking_completedbox h2 {
  color: #0261ab;
  font-family: "ploniboldaaa";
  font-size: 30px;
}
.booking_completedbox h3 {
  color: #353535;
  font-family: "ploniboldaaa";
  font-size: 20px;
  margin-bottom: 20px;
}
.booking_completedbox h5 {
  color: #353535;
  font-family: "ploniboldaaa";
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.booking_completedbox p {
  color: #353535;
  font-family: "ploniregularaaa";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  max-width: 400px;
  margin-bottom: 20px;
}
.day.toMonth.valid.tmp.checked.first-date-selected {
  width: 40px;
  border-radius: 50%;
}
.day.toMonth.valid.checked.first-date-selected {
  border-radius: 0 30px 30px 0 !important;
  width: 50px !important;
}
.day.toMonth.valid.checked.last-date-selected {
  border-radius: 30px 0px 0px 30px !important;
  width: 50px !important;
}
input#date-range4-1 {
  display: none;
}
input#date-range4-2 {
  display: none;
}

.flightformbox .flightformbox_itembox {
  margin-top: 10px;
  border-bottom: 1px solid rgb(2 97 171 / 25%);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.flightformbox .flightformbox_itembox:last-child {
  border: none;
  margin-bottom: 0;
}
.flightformbox .flightformbox_itembox .flightformbox_redio .form-check-label {
  font-family: "ploniregularaaa";
  font-size: 18px;
  color: #000;
}
.flightformbox .flightformbox_itembox .flightformbox_redio .form-check {
  margin-left: 20px;
}
.flightformbox
  .flightformbox_itembox
  .flightformbox_redio
  .form-check.selected
  .form-check-label {
  font-family: "ploniboldaaa";
  color: #000;
}
.flightformbox .flightformbox_itembox .flightformbox_redio div.passenger-type {
  font-family: "ploniboldaaa";
  color: #353535;
  font-size: 20px;
  margin: 0;
  min-width: 160px;
}
.flightformbox .flightformbox_itembox .flightformbox_redio div.passenger-type strong{
  color: #0261ab;
}
.flightformbox .flightformbox_itembox .flightformbox_redio div.passenger-type span{
  font-family: 'ploniregularaaa';
}

.flightformbox_itembox .flightformbox_redio {
  margin-bottom: 0;
  position: relative;
}
.flightformcollapse {
  padding-top: 20px;
}
.checkhide {
  display: none !important;
}
.checkhide.highlight {
  display: flex !important;
}
.flightformbox_itembox .form-floating {
  margin-bottom: 12px;
  position: relative;
}
.flightformbox_itembox .form-floating i {
  position: absolute;
  font-size: 18px;
  left: 11px;
  top: 18px;
  color: #0264ad;
  z-index: 0;
}
.flightbooking_form_rightbox .btn-warning {
  padding: 8px 30px;
}
.flightformbox_itembox .form-floating .form-control {
  border-color: #6d6d81;
  border-radius: 8px;
  height: 56px;
  background-color: #ffffff;
  text-align: right;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #c60707 !important;
  background-image: none !important;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754 !important;
  background-image: none !important;
}
.needs-validation label {
  color: #818181;
  font-size: 20px;
  font-family: "ploniregularaaa";
  line-height: 22px;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #000000;
}
.was-validated .form-check-input:valid {
  border-color: #000000;
}
.was-validated .form-check-input:valid:checked {
  background-color: #0375ba;
}
.invalid-feedback {
  color: #c60707;
}
.alert-danger {
  /* display: none!important; */
  border-radius: 16px;
  background-color: #fce8e8;
  color: #c60707;
  font-size: 16px;
  font-family: "ploniregularaaa";
  border: none;
  margin-bottom: 0 !important;
  margin-top: 24px;
}
.was-validated .alert-danger {
  display: flex !important;
}
.form-floating > .form-select.form-control:focus,
.form-floating > .form-select.form-control:not(:placeholder-shown) {
  padding-top: 13px;
  color: #818181;
  font-size: 20px;
  font-family: "ploniregularaaa";
  line-height: 22px;
}

.ui-widget.ui-widget-content.datepicker {
  border: none;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0 rgba(3, 67, 117, 0.26);
  border-radius: 24px;
  padding: 15px;
  min-width: 380px;
  max-width: 100%;
}
.ui-widget.ui-widget-content.datepicker .ui-widget-header {
  border: none;
  background: transparent;
  color: #333333;
  font-weight: bold;
}
.datepicker_tit1 {
  color: #0261ab;
  font-family: "ploniboldaaa";
  font-size: 20px;
  margin-bottom: 24px;
}
.datepicker.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.datepicker.ui-datepicker .ui-datepicker-year {
  height: 42px;
  border-radius: 8px;
  background-color: #f3f3f3;
  border: none;
  font-family: "ploniboldaaa";
  padding: 0 6px;
}
.datepicker.ui-datepicker .ui-datepicker-month {
  height: 42px;
  border-radius: 8px;
  background-color: #f3f3f3;
  font-family: "ploniboldaaa";
  border: none;
  padding: 0 6px;
}
.datepicker.ui-datepicker .ui-widget-content {
  border: none;
}
.datepicker .ui-state-default,
.datepicker .ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #454545;
  font-family: "ploniboldaaa";
  text-align: center;
  font-size: 16px;
}
.datepicker .ui-state-highlight {
  border: 1px solid #0269b1;
  color: #0269b1;
}
.datepicker .ui-state-highlight {
  background: #0269b1;
  color: #fff;
}
.datepicker.ui-datepicker .ui-datepicker-prev,
.datepicker.ui-datepicker .ui-datepicker-next {
  top: 10px;
  cursor: pointer;
}
.datepicker
  .ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
  border: 1px solid #0261ab;
  border-radius: 8px;
  background-color: #ffffff;
  color: #0261ab;
  padding: 6px 30px;
  font-size: 16px;
}
.datepicker
  .ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all:hover {
  background-color: #0261ab;
  color: #fff;
}
.datepicker
  .ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
  display: none;
}

.btn-group.ellipsis {
  display: none;
}
.btn-group.ellipsis .btn-outline-primary {
  border-radius: 8px !important;
  font-size: 20px !important;
  min-width: 36px;
  max-width: 34px;
  line-height: 15px;
  font-weight: 700;
  padding: 6px 15px !important;
  color: #0366af;
  border-color: #0366af !important;
}
.ellipsisbox {
  border: none;
  box-sizing: border-box;
  padding: 20px;
  width: 165px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(3, 67, 117, 0.26);
}
.ellipsisbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ellipsisbox ul li {
  margin: 10px 0;
}
.ellipsisbox ul li a {
  color: #353535;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "ploniregularaaa";
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.ellipsisbox ul li a:hover {
  color: #0263ac;
}
.ellipsisbox ul li a i {
  font-size: 14px;
  color: #0263ac;
}
.modal-header .btn-close {
  font-size: 14px;
}
.compositionarea_body label.checkbox-wrapper {
  width: 100%;
  position: relative;
}
.rangedropdownslider {
  height: 274.3px;
  width: 320px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(3, 67, 117, 0.26);
  box-sizing: border-box;
  padding: 24px;
  border: none;
}

.range-slider {
  zoom: 1;
  margin: 20px 0;
  padding-top: 3.5em;
  position: relative;
  text-align: center;
}
.range-slider:before,
.range-slider:after {
  content: " ";
  display: table;
}
.range-slider:after {
  clear: both;
}
@media (min-width: 640px) {
  .range-slider {
    padding-top: 3.5em;
  }
}
@media (min-width: 1024px) {
  .range-slider {
    padding-top: 3.5em;
  }
}
.range-slider .track {
  bottom: 15px;
  height: 6px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
}
@media (min-width: 640px) {
  .range-slider .track {
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .range-slider .track {
    bottom: 15px;
  }
}
.range-slider .track--full {
  background: #aaa;
  width: 100%;
}
.range-slider .track--included {
  background: #f00;
  border-radius: 3px;
}
.range-slider .slider-thumb {
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 30px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .range-slider .slider-thumb {
    display: block;
  }
}
@media (min-width: 640px) {
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
.range-slider [type="range"] {
  -webkit-appearance: none;
  background: none;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}
@media (min-width: 640px) {
  .range-slider [type="range"] {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type="range"] {
    height: 30px;
  }
}
.range-slider [type="range"]:focus {
  outline: none;
}
.range-slider [type="range"]::-moz-focus-outer {
  border: 0;
}
.range-slider [type="range"]:first-of-type {
  float: left;
  margin-bottom: -30px;
}
@media (min-width: 640px) {
  .range-slider [type="range"]:first-of-type {
    margin-bottom: -30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type="range"]:first-of-type {
    margin-bottom: -30px;
  }
}
.range-slider [type="range"]:last-of-type {
  float: right;
  margin-bottom: 0;
}
.range-slider [type="range"]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type="range"]::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type="range"]::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type="range"]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}
.range-slider [type="range"]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type="range"]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type="range"]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type="range"]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type="range"]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
.range-slider [type="range"]::-ms-thumb {
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type="range"]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type="range"]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}
.range-slider [type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  background: #555;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
}
@media (min-width: 640px) {
  .range-slider [type="range"]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type="range"]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
.range-slider .output,
.range-slider output {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #aaa;
  display: inline-block;
  height: 2.5em;
  left: 50%;
  line-height: 2.5em;
  padding: 0 0.75em;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
}

.flightformarrow {
  position: absolute;
  left: 0;
  top: 0;
}
.flightformarrow.collapsed:after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 16px;
  background-image: none;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  align-items: center;
  line-height: 16px;
  color: #0261ab;
}
.flightformarrow::after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 16px;
  background-image: none;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  align-items: center;
  line-height: 16px;
  color: #0261ab;
}
.pciimg {
  max-width: 180px;
}

#button {
  display: inline-block;

  height: 36px;
  width: 36px;
  background-color: #353535;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.26);
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 5px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  padding: 0px 0px;
  color: #fff;
  font-size: 13px;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#button:hover {
  background-color: #0262ac;
}
#button span {
  display: block;
  font-size: 18px;
  top: 0px;
  position: relative;
}
#button span i {
  line-height: 24px;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.adjust_fillterbox_medial .accordion {
  margin-top: 24px;
}
.adjust_fillterbox_medial .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}
.adjust_fillterbox_medial .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.adjust_fillterbox_medial .accordion-button {
  border: 1px solid #0261ab;
  background-color: #ffffff;
  padding: 14px;
  /* color: #000; */
  color: #353535;
  font-size: 16px;
  border-radius: 10px 10px 0px 0px !important;
}
.adjust_fillterbox_medial .accordion-button.collapsed {
  border-radius: 8px !important;
  border-color: #b1b1b1;
}
.adjust_fillterbox_medial .accordion-button::after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 12px;
  background-image: none;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  align-items: center;
  line-height: 15px;
  color: #0261ab;
}

.adjust_fillterbox_footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #0261ab;
  padding: 15px;
  background-color: #fff;
}

.adjust_fillterbox_footer .btn-group-area {
  padding: 0;
}
.adjust_fillterbox_footer .btn-group-area .save_btn {
  height: 41px;
  width: 124px;
  font-family: "ploniregularaaa";
  color: #0261ab;
  font-size: 18px;
  border: 1px solid #0261ab;
  border-radius: 8px;
  background-color: #ffffff;
  margin-right: 15px;
}
.adjust_fillterbox_footer .btn-group-area .cleanup_btn {
  height: 41px;
  font-family: "ploniregularaaa";
  color: #0261ab;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
}
.adjust_fillterbox_footer .btn-group-area .cleanup_btn:hover {
  background-color: #0261ab;
  color: #fff;
}
.adjust_fillterbox_footer .btn-group-area .save_btn:hover {
  background-color: #0261ab;
  color: #fff;
}

.detailpuppyModal .tip {
  width: 240px !important;
  padding: 16px;
  right: -240px !important;
  top: -49px;
  min-height: 144px !important;
}
.detailpuppyModal .tip p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.detailpuppyModal .tip p span {
  min-width: 14px;
  max-width: 14px;
  margin-left: 10px;
  height: 20px;
  top: 4px;
}

.detailpuppyModal .flightdetails_footermodal {
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  padding: 15px 15px;
  border-top: 1px solid #0261ab;
  background: #fff;
  margin-top: 0;
}
.detailpuppyModal .flightdetails_footermodal .returntoresults_body_bottom h2 {
  color: #353535;
  margin: 0;
  font-size: 16px;
  font-family: "ploniregularaaa";
}
.detailpuppyModal
  .flightdetails_footermodal
  .returntoresults_body_bottom
  h2
  strong {
  font-family: "ploniboldaaa";
  font-size: 24px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.detailpuppyModal .flightdetails_footermodal .returntoresults_body_bottom h3 {
  color: #818181;
  font-size: 14px;
  font-family: "ploniregularaaa";
  margin: 0;
}
.detailpuppyModal .flightdetails_footermodal .btn-warning {
  font-family: "ploniregularaaa";
  font-size: 14px;
  line-height: 24px;
  padding: 6px 22px;
  margin-bottom: 0;
}

.detailpuppyModal .modal-body {
  overflow: auto;
  padding-bottom: 0;
}

.sliders_step1 .tooltip {
  opacity: 1;
  white-space: nowrap;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  direction: ltr;
}
.sliders_step1 .ui-widget.ui-widget-content {
  border: none;
  background-color: #e7e7e7;
  border-radius: 3.5px;
  height: 5px;
}
.sliders_step1 .ui-widget-header {
  background: #0267b0;
}

.sliders_step1 .ui-slider .ui-slider-handle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0261ab;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(2, 65, 114, 0.42);
}

.sliders_step1 .tooltip-inner {
  color: #0261ab;
  font-size: 20px;
  font-family: "ploniboldaaa";
  background-color: transparent;
  left: -100%;
  position: relative;
  padding: 0;
  min-width: 78px;
}
.sliders_step1 .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}
.rangedubleslider {
  margin-bottom: 60px;
}
.rangedubleslider p {
  color: #353535;
  font-size: 16px;
  font-family: "ploniregularaaa";
  margin-bottom: 15px;
}
.sliders_step1 .tooltip-inner span {
  color: #acacac;
  min-width: 78px;
  font-family: "ploniregularaaa";
  max-width: 78px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  /* margin-top: 10px; */
}
.rangedubleslider1 {
  margin-bottom: 50px;
}
.dropstart .dropdown-toggle::before {
  display: none;
}
.ellipsisbox .hiddenclass1199 {
  display: none;
}


.release-fix {
  position: absolute;
  z-index: 100;
  display: none;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg)
    no-repeat center 50%;
}
.fix-box .release-fix {
  display: block;
}

.selectdmodal .modal-dialog {
  max-width: 1150px;
}

.selectdmodal .modal-content {
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(3, 67, 117, 0.26);
}
.selectdmodal .modal-body {
  text-align: center;
  padding: 30px 0;
  height: 100%;
  overflow: auto;
  padding-bottom: 0;
}
.selectdmodal .modal-body .right-section {
  padding-right: 30px;
}
.selectdmodal .modal-header {
  position: relative;
  border: none;
  padding: 0;
}
.selectdmodal .breadcrumb-item + .breadcrumb-item::before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-weight: 900;
  color: #0261ab;
  font-size: 13px;
  padding: 4px;
  margin-left: 7px;
}
.selectdmodal .modal-header .btn-close {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.select-section-area {
  padding: 0;
}
.select-section-area .select-section-area-footer {
  height: auto;
  width: 100%;
  border-radius: 0 0 24px 24px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(3, 67, 117, 0.26);
  position: sticky;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 24px;
}
.select-section-area .select-section-area-footer .btn-warning {
  background: linear-gradient(90deg, #059ad5 0%, #0261ab 100%);
  box-shadow: 3px 3px 7px 0 rgba(3, 67, 117, 0.26);
  margin: 0;
  border: none;
  margin-right: 24px;
  padding: 8px 24px;
  font-size: 20px;
}
.select-section-area .select-section-area-footer h4 {
  margin: 0;
  color: #353535;
  font-size: 16px;
  font-family: "ploniboldaaa";
}
.select-section-area .select-section-area-footer h4 strong {
  font-family: "ploniboldaaa";
  font-size: 24px;
  margin-right: 6px;
}
.select-section-area .select-section-area-head {
  margin-bottom: 40px;
  padding-right: 40px;
}
.select-section-area .select-section-area-head h3 {
  display: flex;
  display: none;
  color: #353535;
  font-family: "ploniboldaaa";
  font-size: 14px;
}
.select-section-area .select-section-area-head h3 .imgifo {
  width: 24px;
}
.select-section-area .select-section-area-head h3 .card {
  margin: 0;
}
.select-section-area .select-section-area-head .tip {
  width: 180px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(3, 67, 117, 0.26);
  box-sizing: border-box;
  padding: 24px;
  position: absolute;
  z-index: 9;
  right: -80px;
  top: 104%;
  left: 0;
  margin: auto;
}
.select-section-area .select-section-area-head .tip:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  top: -17px;
  right: 0;
  margin: auto;
}
.select-section-area .select-section-area-head .breadcrumb {
  margin: 0;
}
.select-section-area .select-section-area-head .breadcrumb .breadcrumb-item {
  font-size: 18px;
  color: #353535;
}
.select-section-area .select-section-area-head h2 {
  color: #0261ab;
  font-size: 30px;
  font-family: "ploniboldaaa";
  margin: 0;
  margin-left: 15px;
}
.select-section-area .row {
  direction: ltr;
}
.SelectBox.card,
.SelectBox.card .card-body,
.SelectBox.card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  direction: rtl;
}
.SelectBox.card .card-header {
  border: 0;
  border-bottom: 1px solid #353535;
  background-color: transparent;
  direction: ltr;
}
.SelectBox ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.SelectBox ul li {
  width: 100%;
  max-width: 9%;
  padding: 0 1px;
  height: 45px;
}
.SelectBox ul li .Headingtext {
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  color: #353535;
}
.SelectBox {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
.SelectSit {
  width: 100%;
  height: 42px;
  position: relative;
  cursor: pointer;
}
.SelectSit input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.SelectSit .SelectSitTextBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  color: #000000;
  font-size: 12px;
  border: 1px solid #000000;
  text-align: center;
  line-height: normal;
}
.SelectSit input[type="checkbox"] ~ .SelectSitTextBox {
  color: #ffffff;
}
.SelectSit.elected-seat input[type="checkbox"] ~ .SelectSitTextBox {
  background-color: #ff672d;
  border-color: transparent;
}
.SelectSit.standard-seat input[type="checkbox"] ~ .SelectSitTextBox {
  background-color: #4d90c4;
  border-color: transparent;
}
/* .SelectSit.wing-seat input[type="checkbox"] ~ .SelectSitTextBox {
  background-color: #af4dc4;
  border-color: transparent;
} */
.SelectSit.exit-line input[type="checkbox"] ~ .SelectSitTextBox {
  background-color: #af4dc4;
  border-color: transparent;
  color: #fff;
}
.SelectSit.Busy input[type="checkbox"]:disabled ~ .SelectSitTextBox {
  background-color: #eeeeee;
  border-color: transparent;
  font-size: 0;
  cursor: no-drop;
  position: relative;
}
/* .SelectSit.exit-line.no-infant
  input[type="checkbox"]
  ~ .SelectSitTextBox::after,
.SelectSit.exit-line.no-infant
  input[type="checkbox"]
  ~ .SelectSitTextBox::before, */
.SelectSit.no-infant input[type="checkbox"] ~ .SelectSitTextBox::after,
.SelectSit.no-infant input[type="checkbox"] ~ .SelectSitTextBox::before,
.SelectSit.Busy input[type="checkbox"]:disabled ~ .SelectSitTextBox::after,
.SelectSit.Busy input[type="checkbox"]:disabled ~ .SelectSitTextBox::before {
  position: absolute;
  left: 21px;
  content: " ";
  height: 46px;
  width: 1px;
  background-color: rgb(255 255 255 / 94%);
  top: -3px;
}

.SelectSitTextBox:before {
  transform: rotate(45deg);
}
.SelectSitTextBox:after {
  transform: rotate(-45deg);
}

.SelectSit.Number input[type="checkbox"] {
  display: none;
}
.SelectSit.Number .SelectSitTextBox {
  border-color: transparent;
  font-size: 15px;
  cursor: initial;
  color: #000 !important;
}
.SelectBox.card .card-body {
  height: 600px;
  overflow-y: auto;
}
.SelectBox.card .card-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.SelectBox.card .card-body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.SelectBox.card .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #adadad;
}
.RightListBox.card,
.RightListBox.card .card-body,
.RightListBox.card .card-header {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: right;
}
.RightListBox.card .card-header {
  margin-bottom: 14px;
}
.RightListBox.card .card-header h4 {
  margin: 0;
  font-family: "ploniboldaaa";
  color: #353535;
  font-size: 24px;
}
.RightListBox.card .card-body .list-group-item {
  padding: 0;
  border: none;
  font-size: 16px;
  margin-bottom: 0px;
  position: relative;
  padding-right: 30px;
  color: #353535;
  margin-bottom: 10px;
}
.RightListBox.card .card-body .list-group-item .box {
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.RightListBox.card {
  margin-bottom: 25px;
  direction: rtl;
}
.RightListBox.RightListBoxCheck.card .card-body .list-group-item {
  padding-right: 0;
}
.travelingCheck {
  position: relative;
  padding: 8px 10px;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  max-width: 88%;
  height: 46px;
}
.travelingCheck input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.travelingCheck .travelingChecktag {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #000;
}
.travelingCheck .travelingChecktag:hover {
  border-color: #ff672d;
}
.travelingCheck input[type="checkbox"]:checked ~ .travelingChecktag {
  background-color: #ff672d;
  color: #ffffff;
  border-color: #ff672d;
}

.travelingCheck .travelingChecktag::after {
  content: "\f269";
  position: absolute;
  top: 1px;
  left: 5px;
  font-size: 18px;
  font-family: "Material-Design-Iconic-Font";
  color: #05cb63;
  opacity: 0;
}
.travelingCheck input[type="checkbox"]:checked ~ .travelingChecktag::after {
  opacity: 1;
}
.RightListBox.RightListBoxCheck.card .card-body {
  height: 336px;
  overflow-y: auto;
  max-width: 200px;
}
.RightListBox.RightListBoxCheck.card .card-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.RightListBox.RightListBoxCheck.card .card-body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.RightListBox.RightListBoxCheck.card .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #adadad;
}
.color1 {
  background-color: #ff672d;
}
.color2 {
  background-color: #4d90c4;
}
.color3 {
  background-color: #af4dc4;
}
.color4 {
  background-color: #eeeeee;
}

@media (min-width: 1200px) {
  .container.px-5 {
    max-width: 100%;
  }
  .container.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1440px) {
  .container.px-5 {
    max-width: 100%;
  }
  .container.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1700px) {
  .btn-group-areatotal .btn-group {
    margin-left: 15px;
    max-width: 12rem;
  }
  .container.px-5 {
    max-width: 1920px;
    margin: auto;
  }
}

@media (max-width: 1399px) {
  .dropdown-menu.dropdownredio label.form-check-label {
    font-size: 16px;
  }
  .search-results-scroll .btnoutline {
    font-size: 16px;
  }
  .search-results-scroll .btn-group {
    margin-left: 34px;
  }
  .search-results-scroll .btn-group:after {
    left: -16px;
  }
  .Orderdetails_minibox .Orderdetails_mini_titlle h4 {
    font-size: 14px;
  }
  .Orderdetails_minibox .Orderdetails_mini_titlle span {
    max-width: 20px;
  }
  .Orderdetails_mini_item_midel .mini_itembox2 h4 {
    font-size: 14px;
  }
  .Orderdetails_mini_item_midel .mini_itembox1 h4 {
    font-size: 14px;
  }
  .baggage_area h6 {
    font-size: 15px;
  }
  .Orderdetails_area .generalterms_area ul li {
    font-size: 14px;
  }
  .Orderdetails_area .generalterms_area h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .Orderdetails_minibox h2 {
    font-size: 22px;
  }
  .Orderdetails_area .Orderdetails_body .Orderdetails_body_top h4 {
    font-size: 22px;
  }
  .flightbooking_form h3 {
    font-size: 36px;
  }
  .flightbooking_form_rightbox .flightbooking_form_rightbox_top a {
    font-size: 20px;
  }
  .flightbooking_form_rightbox {
    padding-left: 10px;
  }
  .flightbooking_form_rightbody .heading h3 strong {
    font-size: 22px;
  }
  .flightbooking_form_rightbody .accordion-button {
    font-size: 22px;
  }
  .flightformbox_itembox .form-floating .form-control {
    height: 52px;
  }
  .needs-validation label {
    font-size: 18px;
    line-height: 20px;
  }
  .form-floating > .form-select.form-control:focus,
  .form-floating > .form-select.form-control:not(:placeholder-shown) {
    font-size: 18px;
    line-height: 20px;
  }
  .flightformbox .flightformbox_itembox .flightformbox_redio .form-check-label {
    font-size: 16px;
  }
  .flightformbox .flightformbox_itembox .flightformbox_redio h4 {
    font-size: 22px;
  }
  .btn-group.ellipsis {
    display: inline-block;
  }
  .hiddenclass {
    display: none;
  }
  .btn-group-areatotal .btn-group {
    margin-left: 10px;
  }
  .pricingtable_box .pricingtable_head h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .pricingtable_box .pricingtable_head h4 {
    font-size: 14px;
    margin: 0;
  }
  .pricingtable_box .pricingtable_head {
    height: 80px;
    padding-top: 34px;
  }
  .pricingtable_box .pricingtable_body ul li {
    padding: 6px 0;
    height: 34px;
    font-size: 14px;
  }
  .pricingtable_box .pricingtable_footer .btn-outline-primary {
    height: 38px;
    width: 84px;
    font-size: 16px;
  }
  .pricingtable_box .pricingtable_body {
    padding: 8px 8px 5px;
  }
  .pricingtable_leftarea ul li span {
    min-width: 14px;
    max-width: 14px;
    margin-left: 5px;
  }
  .pricingtable_leftarea ul li {
    padding: 5px 0;
    height: 34px;
    font-size: 15px;
  }
  .pricingtable_leftarea {
    padding-top: 100px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .form-groupchk.radiobox
    input:checked
    + label:after {
    top: 6px;
    right: 2px;
    width: 10px;
    height: 10px;
  }
  .containercoutom {
    max-width: 1140px;
  }
  .flightbooking_form_rightbox_top.fix {
    padding: 16px 0;
  }
}
@media (max-width: 1279px) {
  .date-picker-wrapper .month-wrapper table .day.checked {
    width: 100%;
  }
  .day.toMonth.valid.checked.first-date-selected {
    width: 100% !important;
  }
  .checkbox-tile {
    height: 40px;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .g-3,
  .gy-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (max-width: 1242px) {
  .headerarea a.btn-link {
    margin-right: -40px;
  }
}

@media (max-width: 1199px) {
  .container.px-5 {
    max-width: 100%;
  }
  .container.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .hiddenclass1199 {
    display: none;
  }
  .date-picker-wrapper .month-wrapper table.month1 {
    width: 100%;
    float: right;
  }
  .date-picker-wrapper .month-wrapper table.month2 {
    width: 100%;
    float: left;
  }
  .ellipsisbox .hiddenclass1199 {
    display: block;
  }

}

@media (max-width: 991px) {

  /*booking-flights*/
  .w35 {
    width: 100%;
  }
  .w75 {
    width: 100%;
  }
  .flightbooking_form_rightbody .heading h3 {
    align-items: start;
    flex-direction: column;
    line-height: 18px;
    font-size: 14px;
  }
  .flightformbox_itembox .flightformbox_redio {
    flex-direction: column;
    align-items: start !important;
  }
  .flightbooking_form_rightbody .heading h3 strong {
    font-size: 20px;
  }
  .ui-widget.ui-widget-content.datepicker {
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important;
    height: 100%;
  }
  .datepicker.ui-datepicker .ui-widget-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-top: 1px solid #0261ab;
  }
  .ui-widget.ui-widget-content.datepicker {
    border-radius: 0;
  }
  .headerarea .logo {
    max-width: 100px;
  }
  .headerarea a.btn-link {
    margin-right: 0;
    font-size: 13px;
  }
  .flightbooking_form_rightbox_top.fix {
    padding: 10px 0;
    background: linear-gradient(90deg, #059ad5 0%, #0261ab 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  }
  .flightbooking_form_rightbox_top.mobail {
    display: block !important;
  }
  .flightbooking_top {
    display: none;
  }
  .flightbooking_form_rightbox .flightbooking_form_rightbox_top {
    display: none !important;
  }
  .flightformbox .flightformbox_itembox .flightformbox_redio h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .flightformbox .flightformbox_itembox .flightformbox_redio .form-check-label {
    font-size: 14px;
  }
  .flightformbox .flightformbox_itembox .flightformbox_redio .form-check {
    margin-left: 10px;
  }
  .form-check-input {
    width: 14px;
    height: 14px;
  }
  .flightformarrow::after {
    font-size: 14px;
  }
  .flightformarrow.collapsed::after {
    font-size: 14px;
  }
  .flightformbox_itembox .form-floating {
    margin-bottom: 0px;
  }
  .flightformbox .flightformbox_itembox {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .flightbooking_area {
    padding-bottom: 0px;
  }
  .Orderdetails_area {
    margin-bottom: 10px;
    display: none;
  }
  .flightbooking_form_rightbox .text-end {
    text-align: center !important;
  }
  .flightbooking_form_rightbox .btn-warning {
    padding: 6px 30px;
    font-size: 18px;
  }
  .flightbooking_stickyfooter {
    display: block;
  }
  .alert-danger {
    font-size: 14px;
    margin-top: 15px;
    line-height: 16px;
  }
  .flightbooking_form_rightbox {
    padding-left: 0;
  }
  .dcolumn {
    flex-direction: column !important;
    text-align: right !important;
    align-items: start !important;
  }
  /* .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .compositiondropdown_box {
    margin-top: 10px !important;
  } */
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .tablerow
    .tablerowone
    h5 {
    margin-bottom: 5px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .tablerow
    .tablerowone
    .btn-outline-primary {
    font-size: 14px;
    line-height: 18px;
  }
  .flightbooking_form_rightbody .flightbooking_form_middel {
    padding: 15px 15px 24px;
  }
  .flightbooking_form_rightbody .flightbooking_form_footer p strong {
    font-size: 20px;
  }
  .flightbooking_form_rightbody .flightbooking_form_footer {
    padding: 9px 15px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .suitcases_box {
    padding: 8px;
    margin-top: 12px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .suitcases_box
    h4
    strong {
    font-size: 20px;
    margin-right: 8px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .suitcases_box
    h4 {
    font-size: 14px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .tablerow
    .tablerowone
    .tablerowonenumber
    h6
    strong {
    font-size: 14px;
    margin-right: 10px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .tablerow
    .tablerowone
    .tablerowonenumber
    h6 {
    font-size: 14px;
  }
  .flightbooking_form_rightbody
    .flightbooking_form_middel
    .flightbooking_form_middelitem
    .tablerow
    .tablerowone
    .tablerowonenumber {
    padding: 5px 9px;
    margin: 0 10px;
  }
  .flightbooking_form_rightbody .flightbooking_form_middel .form-check label {
    font-size: 14px;
    line-height: 18px;
  }
  .flightbooking_form_rightbody .flightbooking_form_middel .form-check {
    margin-bottom: 10px;
  }
  .booking_failedbox .bookingfaildthimble {
    max-width: 170px;
    margin: auto;
    margin-bottom: 16px;
  }
  .booking_failedbox h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 0 15px;
  }
  .booking_failedbox {
    height: 94vh;
    width: 100%;
    margin-top: 14px;
    padding: 30px;
  }
  .booking_failedbox .btn-warning {
    font-size: 18px;
    padding: 6px 24px;
    margin-bottom: 15px;
  }
  .booking_completedbox .bookingcompletedthimble {
    max-width: 170px;
    margin-top: 15px;
  }
  .booking_completedbox {
    height: 91vh;
    margin-top: 15px;
    padding: 30px;
  }
  .booking_completedbox h2 {
    font-size: 18px;
  }
  .booking_completedbox h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .booking_completedbox p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .booking_completedbox h5 {
    font-size: 18px;
  }
  .modal.orderdetailsmodal.show .modal-dialog {
    background-color: #fff;
    padding: 0 15px;
  }

  .Orderdetails_area .Orderdetails_top h3 span {
    max-width: 18px;
    margin-left: 8px;
  }
  .Orderdetails_area .Orderdetails_top h3 {
    font-size: 20px;
    padding: 10px 15px;
  }
  .Orderdetails_area .Orderdetails_body .Orderdetails_body_top h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .Orderdetails_area .Orderdetails_body .Orderdetails_body_top p {
    font-size: 14px;
  }
  .Orderdetails_area .Orderdetails_body .Orderdetails_body_top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .Orderdetails_minibox h2 {
    font-size: 20px;
    margin: 0;
    line-height: 20px;
  }
  .Orderdetails_minibox .Orderdetails_mini_item {
    margin-top: 10px;
  }
  .Orderdetails_minibox .Orderdetails_mini_titlle {
    padding: 7px 15px;
  }
  .Orderdetails_minibox .Orderdetails_mini_titlle span {
    max-width: 18px;
    right: -4px;
    position: relative;
    margin-left: 2px;
  }
  .Orderdetails_area .generalterms_area h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .Orderdetails_area .generalterms_area ul {
    margin-right: 11px;
  }
  .Orderdetails_area .generalterms_area ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .Orderdetails_minibox {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .Orderdetails_area .generalterms_area {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .Orderdetails_area .total_box h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .Orderdetails_area .total_box .total_box_list h5 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .Orderdetails_area .total_box .total_box_list span {
    font-size: 14px;
  }
  .Orderdetails_area .total_box .total_box_list .total_pbox small {
    font-size: 12px;
    line-height: 14px;
    display: block;
  }
  .Orderdetails_area .total_box .total_box_footer h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .Orderdetails_area .total_box .total_box_footer span {
    font-size: 18px;
    line-height: 20px;
  }
  .Orderdetails_area .Orderdetails_body {
    padding: 15px;
  }
  .Orderdetails_area .baggage_area h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .Orderdetails_mini_item .Orderdetails_mini_item_dtls {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 5px;
  }
  .flightformbox {
    padding: 15px;
  }
  .Orderdetails_area .baggage_area .d-flex {
    display: block !important;
    text-align: right !important;
  }

  .orderdetailsmodal .Orderdetails_area.is_stuck {
    position: relative !important;
    width: 100% !important;
    display: block !important;
  }
  .orderdetailsmodal .modal-body {
    padding: 0;
  }
  .orderdetailsmodal .modal-content {
    border: none;
    border-radius: 0;
  }
  .orderdetailsmodal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
  }
  .orderdetailsmodal .modal-dialog {
    margin: 0;
  }
  .orderdetailsmodal .modal-header .btn-close {
    position: absolute;
    left: 15px;
    top: 16px;
    z-index: 99;
  }

  .pricingtable_leftarea {
    display: none;
  }

  /*change-flights*/
  .container.px-5 {
    padding-left: 0.938rem !important;
    padding-right: 0.938rem !important;
  }
  .texthead {
    padding: 10px 0;
  }
  .texthead h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .form-check-input {
    width: 16px;
    height: 16px;
  }
  #button.show {
    display: block;
  }
  #button span {
    top: 5px;
  }
  .noresultsarea_box {
    padding: 50px;
  }

  .selectdmodal .modal-body .right-section .RightListBox.card {
    display: none;
  }
  .selectdmodal .modal-body .right-section {
    padding-right: 0;
  }
  .selectdmodal
    .modal-body
    .right-section
    .RightListBox.RightListBoxCheck.card {
    display: flex !important;
    margin: 0;
  }
  .select-section-area .select-section-area-head {
    margin-bottom: 30px;
    padding-right: 0;
    flex-direction: column;
    align-items: inherit !important;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .select-section-area .select-section-area-head h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .select-section-area .select-section-area-head h3 .imgifo {
    width: 18px;
    margin-left: 6px;
  }
  .select-section-area .select-section-area-head .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .selectdmodal .breadcrumb-item + .breadcrumb-item::before {
    font-size: 11px;
    padding: 2px;
  }

  .RightListBox.RightListBoxCheck.card .card-body {
    height: auto;
    overflow-y: auto;
    max-width: 100%;
  }
  .travelingCheck {
    padding: 6px 8px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  .RightListBox.card .card-header h4 {
    display: none;
  }

  .selectdmodal .modal-body .right-section .travelingCheck {
    padding: 6px 8px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    min-width: 150px;
  }
  .RightListBox.RightListBoxCheck.card .card-body .list-group-item {
    padding-right: 0;
    height: 48px;
    margin: 0;
    margin: 0 4px;
  }
  .select-section-area .select-section-area-footer {
    box-shadow: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 0;
    z-index: 9;
  }
  .selectdmodal
    .modal-body
    .right-section
    .RightListBox.RightListBoxCheck.card
    .list-group.list-group-flush {
    display: flex;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    flex-direction: inherit;
  }

  .selectdmodal .modal-dialog {
    transform: none;
    margin: 0;
  }
  .selectdmodal .modal-content {
    border: none;
    border-radius: 0;
  }
  .selectdmodal .modal-body {
    height: 100vh;
  }
  .selectdmodal .modal-body .right-section {
    padding-right: 0;
    position: fixed;
    bottom: 70px !important;
    width: 100%;
    left: 0;
    padding: 5px 15px;
    z-index: 99;
    background-color: #fff;
  }
  .select-section-area .select-section-area-head h2 {
    font-size: 18px;

    margin-left: 15px;
    text-align: right;
    margin-bottom: 12px;
  }
  .travelingCheck .travelingChecktag {
    font-size: 14px;
  }
  .SelectBox.card .card-body {
    height: auto;
    padding-bottom: 140px;
  }
}

@media (max-width: 479px) {
  .SelectSit.Busy input[type="checkbox"]:disabled ~ .SelectSitTextBox::after,
  .SelectSit.Busy input[type="checkbox"]:disabled ~ .SelectSitTextBox::before {
    left: 15px;
    height: 38px;
    width: 1px;
    top: -3px;
  }
  .SelectSit {
    height: 32px;
  }
  .SelectBox ul li {
    height: 33px;
  }
  .selectdmodal .modal-body .right-section .travelingCheck {
    min-width: 128px;
  }
  .SelectBox ul li .Headingtext {
    height: 30px;
    font-size: 14px;
  }
  .SelectSit .SelectSitTextBox {
    font-size: 10px;
  }
  .SelectBox.card .card-body {
    height: 430px;
    overflow-y: auto;
    padding-bottom: 140px;
  }
  .SelectSit.Number .SelectSitTextBox {
    font-size: 12px;
  }
  .select-section-area .select-section-area-footer .btn-warning {
    padding: 5px 24px;
    font-size: 16px;
  }
  .select-section-area .select-section-area-footer h4 {
    font-size: 14px;
  }
  .select-section-area .select-section-area-footer {
    padding-bottom: 12px;
  }
  .select-section-area .select-section-area-footer h4 strong {
    font-size: 18px;
  }
  .selectdmodal .modal-body .right-section {
    padding-right: 0;
    position: fixed;
    bottom: 52px !important;
    width: 100%;
    left: 0;
    padding: 5px 15px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 -6px 10px 0 rgb(3 67 117 / 22%);
  }
  .SelectBox.card .card-body {
    height: auto;
    overflow-y: auto;
    padding-bottom: 130px;
  }
  .select-section-area .select-section-area-head {
    margin-bottom: 15px;
  }
  .selectdmodal .modal-header .btn-close {
    font-size: 16px;
  }
}


/* Custom */


.passenger_details_main_area .passenger_box_one {
  height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
}

.passenger_details_main_area .passenger_box_one h2 {
  margin: 0 0 0;
  padding: 0 0 0;
  color: #fff;
  position: relative;
  font-size: 30px;
  text-transform: capitalize;
  padding-right: 45px;
  /* direction: ltr; */
}

/* .passenger_details_main_area {
  color: #fff;
} */

.passenger_details_main_area .passenger_box_one h2 .icon {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
}

.passenger_header {
  padding: 20px 20px;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(1, 98, 172, 1) 0%,
      rgba(38, 135, 209, 1) 100%);
}

.passenger_box_two {
  border-radius: 5px;
}

/* .passenger_body {
  padding: 20px 20px;
  min-height: 334px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.passenger_body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(11 102 172 / 95%);
  z-index: -1;
} */

.luggage-selection {
  position: relative;
}
.luggage-selection:not(:last-child):not(:nth-child(3))::after {
  content: '';
  position: absolute;
  width: 2px;
  border: 1px solid #fff;
  top: 14%;
  left: 0;
  height: 80%;
  opacity: 0.3;
}
.passenger_details_main_area .passenger_body button,
.passenger_details_main_area .passenger_body button:active {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
}
.form-control {
  font-family: 'PloniMLv2AAA';
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}