input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.auth-error-alert {
  background: #fef4f6 !important;
  color: #f0506e !important;
}

.error-msg {
  color: #f0506e;
  font-size: 14px;
}

.invalid-feedback {
  color: #e53f5f;
  font-weight: 300 !important;
  font-size: 15px;
}

.is-invalid {
  border-color: #f0506e;
}

/* datepicker custom css */
/* #ndp-header {
    background-color: #ff8383;
}

.ndp-next,
.ndp-prev {
    background-color: #47075d;
}
.ndp-date,
.ndp-current {
    background-color: #fddce2 !important;
    border: 1px solid #c5dbec !important;
}
div#ndp-nepali-box td.ndp-current a {
    color: #1e87f0;
    display: block;
}
.ndp-selected {
    border: 1px solid #26d875 !important;
    background: #90f39c !important;
} */
#ndp-month-select,
#ndp-year-select {
  /* background-color: #fddce2 !important;
    border: 1px solid #eca4b1 !important; */
  padding-left: 20px !important;
}

.table-condensed {
  width: 100%;
}
.adult-pax,
.child-pax,
.infant-pax {
  height: 40px !important;
  /* width: 81px !important; */
}
.uk-icon-button.minus,
.uk-icon-button.plus {
  border-color: #e8e8e8;
  color: #000;
}
.uk-icon-button.minus:focus,
.uk-icon-button.minus:hover,
.uk-icon-button.minus:focus,
.uk-icon-button.plus:hover {
  /* background-color: #e8e8e8; */
  color: #fff;
  /* outline: 0; */
  /* border-color: transparent; */
}
.search-form-container {
  display: none;
}
.search-form-container.uk-active {
  display: block;
}

.ku-btn-remove-city.uk-button-text::before {
  content: "x";
  top: 0 !important;
  border-bottom: 0 !important;
}

.ku-btn-remove-city {
  color: rgb(212, 13, 13);
}

.ku-btn-remove-city:hover {
  color: rgb(212, 13, 13);
}

@media screen and (max-width: 400px) {
  .multi-city {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top-switcher li {
    padding: 0 20px;
  }
  .ku-hidden-sm {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .cabin-type-content {
    /* margin-top: 28px; */
  }
}

.progress-bar-success {
  background-color: green;
  color: white;
}
.uk-button-danger {
  background-color: transparent;
  color: #e2294c;
  border-color: #e2294c;
}

.kv-upload-progress .progress {
  height: 15px !important;
}

.kv-upload-progress .progress-bar {
  height: 15px !important;
}

.kv-upload-progress {
  font-size: 9px;
  text-align: center;
}

.chopper-location-list::-webkit-scrollbar {
  width: 4px;
}

.chopper-location-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chopper-location-list::-webkit-scrollbar-thumb {
  background-color: #004cff; /* darkgrey;*/
  /* outline: 1px solid slategrey; */
}

.kv-file-zoom {
  display: none;
}
.file-preview .fileinput-remove {
  display: none;
}
.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  display: none;
}
.file-preview {
  border-radius: none;
  border: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.ja_noTitle .ja_body {
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  padding: 35px 20px;
}
.ja_btn_wrap.optBack {
  background: transparent;
  margin: 0;
}
.ja_btn_wrap.optBack a {
  font-size: 15px;
}
.mandatory {
  color: #dd3030;
}
#kvFileinputModal {
  display: none;
}

.ku-time-outbound-departure {
  display: none;
}

.ku-time-outbound-label :checked + span {
  background: #4b9342;
  color: white;
}

.ku-time-outbound-label span {
  display: inline-block;
  background: #4b93421a;
  padding: 5px;
  margin: 2px;
  line-height: 2em;
  text-align: center;
}

.ku-time-outbound-arrival {
  display: none;
}

.rs-container .rs-selected {
  background-color: #4b9342;
  border: 1px solid #4b9342;
}

.rs-container .rs-pointer {
  background-color: #4b9342;
}

.rs-tooltip {
  background: #4b9342;
  border: 1px solid #4b9342;
}

.rs-container .rs-pointer::after {
  border-top: 8px solid #4b9342;
}

.daterangepicker > .left {
  margin-right: 25px !important;
}

.daterangepicker > .right {
  margin-right: 25px !important;
}

.ku-form-error {
  border-color: #e73a3a;
}

.uk-notification-message-danger {
  background-color: #f0506e;
  border-radius: 15px;
  line-height: 1.5;
  color: #fff;
}

.uk-notification-message-success {
  background-color: #3fd775;
  border-radius: 15px;
  line-height: 1.5;
  color: #fff;
}

.uk-notification-message {
  padding: 20px !important;
}

.uk-notification-message > div {
  font-size: 14px;
}

.hs-loader {
  position: fixed !important;
  z-index: 1011;
}

.uk-form-danger,
.uk-form-danger:focus {
  color: #666;
}
.ui-datepicker-title select:not([class*="uk-"]):not([multiple]):not([size]) {
  height: unset;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.operated-by {
  color: #999;
  text-align: left;
  margin-left: 46px;
  padding: 0;
  margin-top: -7px;
  position: absolute;
}
.operated-by-booking {
  color: #999;
  margin-top: -18px;
  position: absolute;
  margin-left: -82px;
  text-align: center;
  width: 155px;
}
@media (max-width: 480px) {
  .operated-by {
    margin-left: -33px;
  }
}
@media (min-width: 700px) and (max-width: 950px) {
  .operated-by {
    margin-left: -31px;
  }
}

.disable-btn {
  background: #ededed !important;
  border: 2px solid #eee;
  color: #000 !important;
}

/* body{
  min-height: 100vh;
} */

@media (min-width: 950px) {
  .site-min-hight {
    min-height: 620px;
  }
}
.margin-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.top-55 {
  top: 55px !important;
}
.article-info {
  overflow-y: scroll;
  max-height: 155px;
}

/* 
Nepali Calendar

*/
#ndp-nepali-box {
  width: 300px;
}
#ndp-table table {
  width: 300px;
}
#currentMonth #ndp-month-select,
#currentMonth #ndp-year-select {
  height: 36px !important;
  font-size: 16px !important;
}

.ndp-header select option {
  font-size: 16px !important;
}
#ndp-table th {
  font-size: 18px;
}
#ndp-table td a {
  font-size: 18px;
}
/* 
Travel inquiry
*/
.travel-inquiry-detail table {
  background: #eeeeee59;
}
@media (max-width: 480px) {
  .uk-modal-container {
    height: 100vh;
  }
  .uk-modal-dialog {
    overflow-y: scroll;
    height: 80vh;
  }
  .travel-inquiry h4 button {
    float: left !important;
    margin-top: 10px;
  }
}
.uk-button-success {
  background-color: transparent;
  color: #28a644;
  border-color: #28a644;
}

.travel-inquiry-detail .comment-group {
  background: #f7f7f78c;
  padding-left: 10px;
}

.travel-inquiry-detail .comment-group .uk-comment-list {
  border-bottom: 2px solid #eee;
  margin-bottom: -12px;
  padding-bottom: 5px;
}
.travel-inquiry-detail .uk-comment-list .uk-comment-primary {
  background-color: transparent;
  padding: 10px;
}
.travel-inquiry-detail .uk-comment-list .uk-comment-primary:hover {
  background: rgb(95 89 165 / 5%);
}

.travel-inquiry-detail .uk-comment-list .uk-comment-title {
  font-size: 18px;
  padding-bottom: 5px;
}

.travel-inquiry-detail .uk-comment-list .uk-comment-header {
  margin-bottom: 5px;
}
.user-info img {
  width: 100px;
  height: auto;
}
/* 
flight search results
*/

.flight-content .ku-element .uk-card .uk-card-body {
  padding: 10px 10px;
}
.flight-content .ku-element .uk-card .uk-card-body .uk-button-primary {
  line-height: 32px;
  border-radius: 6px;
}
.flight-content
  .ku-element
  .uk-card
  .uk-card-body
  .el-item
  .el-content.uk-margin-top {
  margin-top: 5px !important;
}

.flight-content .ku-element .uk-card .flight-details .uk-accordion-title {
  padding: 5px 15px;
  font-size: 13px;
}
.flight-content
  .ku-element
  .uk-card
  .flight-details
  .uk-accordion-title::before {
  width: 1.2em;
  height: 1.2em;
}
.uk-section-small {
  padding-top: 10px;
  padding-bottom: 20px;
}
.flight-content .form-group,
.uk-margin {
  margin-bottom: 10px;
}
.modify-search-form-section .uk-container-large .tm-grid-expand .uk-card {
  padding: 5px 20px;
}

.modify-search-form-section .uk-margin {
  margin-top: 5px !important;
}
.whatsapp-btn .uk-position-bottom-right {
  margin-bottom: 60px;
  z-index: 1000;
}

@media (min-width: 1024px) and (max-width: 2000px) {
  .search-card-box {
    padding: 0px 10px !important;
  }
}

.whatsapp-btn .uk-position-bottom-right img {
  width: 300px;
}
#wa_btn-content {
  padding: 5px 10px !important;
}

.mountain-page .el-content ul {
  list-style: none;
  padding-left: 0px !important;
}

.mountain-page .el-content ul li:nth-child(1) {
  background: url("/storage/website/svgs/svg-contact.svg") left center no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}

.mountain-page .el-content ul li:nth-child(2) {
  background: url("/storage/website/svgs/svg-cellphone.svg") left center
    no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}

.mountain-page .el-content ul li:nth-child(3) {
  background: url("/storage/website/svgs/svg-mail.svg") left center no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}

/* 
 */
.convenience-fee-row {
  margin-top: 15px !important;
}

/* 
    login page
     */
@media (min-width: 1024px) and (max-width: 1910px) {
  .login-container .uk-container {
    margin-top: 10px;
  }
  .login-container .uk-card-body {
    padding: 20px 40px;
  }
}
.login-container .uk-section {
  padding: 0px;
}

.login-container .uk-card-body {
  padding-top: 0px;
}
.login-container .uk-card-body .uk-margin-top {
  margin-top: 6px;
}
.login-from-group {
  margin: 10px 0px;
}

/* notification icon design */

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  background: #dddddd;
  border: none;
  outline: none;
  border-radius: 50%;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
  position: absolute;
  top: -12px;
  right: -15px;
  /* width: 25px; */
  /* height: 25px; */
  padding: 6px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.notification-widget {
  right: -30px;
  top: 60px;
  width: 30%;
  left: inherit !important;
}
.notification-widget a {
  text-decoration: none !important;
}
.notification-widget .notification-list {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
}

.notification-widget .notification-list .uk-alert {
  margin-bottom: 0px;
  padding: 8px 12px 7px 10px;
  background-color: #fff;
}
.notification-widget .notification-list .uk-alert:hover {
  background-color: rgb(95 89 165 / 5%);
}

.notification-widget .notification-list .uk-alert {
  margin-top: 5px;
  padding-top: 5px;
}
.notification-widget .notification-list label {
  color: #abb2b7;
}
.notification-header h5 {
  font-size: 18px;
}
.notification-header .unread-total {
  float: right;
  background-color: #2878b8;
  border-radius: 2px;
  margin-right: 10px;
}

@media (max-width: 750px) {
  .notification-widget {
    margin-right: 30px;
  }
  .tm-header-mobile {
    z-index: 10;
  }

  .notification-widget .mark-as-read {
    right: 0px;
    top: 14px;
  }
}
.whatsapp-chat {
  flex-shrink: 0;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  transition: all 0.5s ease 0s;
  animation: 2s ease 1s infinite normal none running hJgPhc;
  text-decoration: none !important;
  background-color: rgb(77, 194, 71) !important;
  margin: 0 0 20px 0 !important;
  position: fixed !important;
  bottom: 10px;
  right: 20px;
  z-index: 999999999 !important;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
.pulse {
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}

.hithere {
  animation: hithere 2s ease infinite;
}
@keyframes hithere {
  30% {
    transform: scale(1.2);
  }
  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.swing {
  transform-origin: top center;
  animation: swing 2s ease infinite;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 750px) {
  .whatsapp-chat {
    width: 40px;
    height: 40px;
  }

  .whatsapp-btn .uk-position-bottom-right img {
    width: 300px;
  }
  #wa_btn-content {
    padding: 5px 10px !important;
  }
  .date-list-mobile {
    background-color: #fff;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 10px !important;
  }
  .date-list-mobile .btn-group-mobile button {
    font-size: 15px;
    width: 100%;
    border-radius: 0px !important;
    line-height: 26px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .date-list-mobile .mobile-date-list {
    width: 110px;
    float: left;
  }
  /* mobile responsive css */
  .search-list-box {
    margin-top: 0px !important;
  }
  .search-card-box {
    margin-top: 0px;
    padding-top: 0px !important;
  }
  .search-card-box .domestic-price-box {
    margin-top: -20px !important;
  }
  .search-card-box .domestic-price-box .refundable-price {
    margin-top: 5px;
  }
  .flight-content-1 .ku-element .uk-card {
    border-radius: 3px !important;
  }

  .flight-content-1
    .ku-element
    .uk-card
    .uk-margin-remove-first-child
    > :first-child {
    margin-top: 0 !important;
  }
  .flight-content-1
    .ku-element
    .uk-card
    .uk-card-body
    .uk-width-expand
    .el-image {
    max-width: 20px;
    height: auto;
    box-sizing: border-box;
  }

  .flight-content-1 .ku-element .uk-card .uk-card-body .el-item h3 {
    font-size: 17px;
    margin-top: -30px !important;
  }
  .flight-content-1 .ku-element .uk-card .uk-card-body .el-item h4 {
    font-size: 15px;
    line-height: 15px;
  }
  .flight-content-1 .ku-element .uk-card .uk-card-body .el-item strong {
    font-size: 10px !important;
    font-weight: 600;
  }
  .flight-content-1 .ku-element .uk-card .uk-card-body .search-result-plane {
    height: 2px;
    /* width: 90%; */
  }

  /* .flight-content-1 .ku-element .uk-card .uk-card-body .uk-grid-margin .uk-first-column{
   margin-top: -44px !important;
} */

  .flight-content-1 .ku-element .uk-card .uk-card-body .uk-text-muted {
    font-size: 14px;
  }

  .flight-content-1 .ku-element .uk-card .uk-card-body .el-content .uk-button {
    width: 40%;
    font-size: 13px;
    padding: 0 10px !important;
    position: absolute;
    left: 5px;
    bottom: -35px;
  }

  .flight-content-1
    .ku-element
    .uk-card
    .uk-card-body
    .el-item
    .uk-margin-small-bottom {
    margin-bottom: 0px !important;
  }
  .flight-content-1 .ku-element .uk-card .uk-card-body .price-box {
    margin-top: -25px;
  }
  .uk-card .ku-element .el-content hr {
    display: none;
  }

  .border-bottom-in-search {
    display: none;
  }
  .search-result-plane .el-content .uk-text-muted {
    font-size: 12px;
  }

  /* .flight-content-1 .ku-element .uk-card .uk-card-body .uk-panel>:last-child {
    margin-bottom: 0;
    line-height: 10px;
} */
}

/* Time remaining notification */
.time-remain-box {
  position: fixed;
  z-index: 10;
  top: 50%;
  text-align: right;
  right: 0;
}

.footer-fix-sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #23428e;
  text-align: center;
  z-index: 10;
}

.footer-fix-sticky strong {
  z-index: 10;
  font-size: 15px;
  padding: 5px;
  margin: 0px;
  color: #fff;
  font-weight: 500;
}

.footer-fix-sticky strong .uk-icon {
  margin-right: 5px;
}

/* .footer-fix-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  padding: 50px;
  font-size: 20px;
} */

.margin-top-10 {
  margin-top: 10px;
}

#input-password {
  display: none;
}
#login-model {
  margin-top: 1%;
}
@media (max-width: 750px) {
  #login-model {
    margin-top: 35%;
  }
  .top-55 {
    top: 15px !important;
  }
}

.search-result-section .booking-subnav-check {
  border: 2px solid #f9fafd !important;
}

.search-result-section .booking-subnav .uk-active .booking-subnav-link {
  background-color: #23428e !important;
  color: #fff;
  font-size: 0.8rem;
}

@media (min-width: 640px) {
  .popup-ad-modal {
    height: 100vh;
    vertical-align: middle;
  }
  .popup-ad-modal.uk-modal {
    padding: 0 !important;
  }
}
.price-before-discount {
  text-decoration: line-through;
  width: 100%;
}
.top-10px {
  margin-top: 10px;
}
.home-small-banner {
  width: 100%;
  height: auto;
  padding: 30px 0px 30px 0px;
}
.home-small-banner img {
  width: 100%;
}
.card-box-small {
  color: #2d2d2d;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0);
  width: 70%;
  margin: auto;
}

.home-small-banner .uk-slider-items {
  margin: auto;
}

@media (max-width: 640px) {
  .home-small-banner img {
    height: 45px;
    width: 100%;
  }
  .card-box-small {
    width: 100%;
    margin: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-small-banner {
    padding: 0;
    padding-left: 20px;
  }
  .translate-1000 {
    transform: translate3d(-371.797px, 0px, 0px) !important;
  }
}

@media (min-width: 640px) {
  .translate-1000 {
    transform: translate3d(-841px, 0px, 0px) !important;
  }
}
.reedem-point-btn {
  padding: 7px;
  background: #b78700;
  border: 1px solid transparent;
  color: #fff !important;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  border-radius: 8px;
  background-origin: border-box;
}

.blog-group {
  /* margin-top: 15px !important; */
}
.blog-group .uk-card {
  padding: 10px;
}
.package-title {
  text-align: center;
  margin: 10px 0px 0px 10px;
  line-height: 20px;
  min-height: 40px;
}
.blog-group h1{
  text-align: center;
}
.blog-group h1 a {
  color:#2d2d2d;

}

.blog-group h1 a:hover {
  color:#1c4dc0;
  
}

@media (max-width: 640px) {
  .blog-group .uk-card-body {
    padding-left: 22px !important;
  }
  .uk-panel p{
  overflow: hidden;
  word-wrap: break-word;
}
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .blog-group {
    margin-left: 28px !important;
  }
}
.owl-carousel .owl-item img {
  max-height: 250px;
}
/* light box */

/* .demo {
  width: 100%;
} */

.blog-group .owl-carousel .uk-card-default {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.blog-group .owl-carousel .owl-item .uk-card-default {
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 600px) and (min-width: 479px) {
  .blog-group .uk-card {
    margin-left: 9%;
  }
}

@media screen and (max-width: 600px) and (min-width: 540px) {
  .blog-group .uk-card {
    margin-left: 14%;
  }
}

#offcanvas-flip {
    display: none;
}
body.loaded #offcanvas-flip {
    display: block;
}
.profile-navbar{
  display: none;
}


@media screen and (max-width: 1200px) {
.uk-nav li>a{
  padding: 0 !important;

}
}
.home-about-us{
  background: url(../../storage/website/svgs/vector-bird-yellow.svg);
   background-repeat: no-repeat, repeat;
  margin-top: 10px;
}
.home-about-us .about-us-title{
text-align: center;
}
.about-us-title strong{
  color:#355eaa;
}
.home-about-us p{
   text-align: center;
}
.about-us-title h1{
  font-size: 32px;
 line-height: 0.9;
}
/* new added */

.visa-checklist-title {
    position: relative;
    display: inline-block;
    font-size: 28px; /* Adjust as needed */
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3e50; /* Title color */
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 10px 30px;
   
}

.visa-content {
    position: relative;
    padding: 25px;
    background: #ffffff; /* Pure white background for contrast */
    /* border: 2px solid #3498db; */
    /* border-radius: 15px; */
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-top: 20px;
    color: #2c3e50; /* Text color */
    font-size: 16px;
    line-height: 1.8;
}

.visa-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right,#355eaa,#16a0cf); /* Decorative top bar gradient */
    border-radius: 15px 15px 0 0;
}

.visa-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.visa-content p {
    margin: 10px 0;
    font-size: 16px;
    color: #555; /* Softer text color for readability */
}

.visa-content ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.visa-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 16px;
    color: #2c3e50;
}

.visa-content ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.blog-title-group p{
  text-align: center;
}

.selected-flight{
  border: 2px solid #23428E !important;
    /* background: #ebebeb !important; */
    background: rgb(230, 243, 255);
}

.booking-subnav-domestic .booking-subnav-link{
      border: 2px solid #5f6065 !important;
}

@media screen and (max-width: 480px) {
.booking-subnav-domestic li{
  margin-bottom: 10px;

}
}

/* ticket issue and payment failed design  */

 .ticket-failed-box,
    .payment-failed-box {
        border: 1px solid #f0506e;
        background-color: #fff1f3;
        border-radius: 8px;
        padding: 30px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .ticket-failed-box .uk-icon-button,
    .payment-failed-box .uk-icon-button {
        background-color: #f0506e;
        color: white;
        border-radius: 50%;
    }

    .ticket-failed-box .uk-card-title,
    .payment-failed-box .uk-card-title {
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }

    .ticket-failed-box p,
    .payment-failed-box p {
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
    }

    .social-media-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .social-media-list li {
      display: inline-block;
      margin-left: 10px;
  }