.background-overLayer {
  background-image: linear-gradient(180deg, #00000045 0%, rgb(18 74 143 / 0%) 50%, #042042a6 100%), url(../images/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: calc(100vh - 20px);
  margin: 10px;
  border-radius: 10px;
}

.w-90 {
  width: 90% !important;
}

.logo-area {
  position: relative;
}

.logo-area img {
  max-height: 60px;
}

.navbar-brand {
  max-width: 200px;
}


.nav-white>.navbar-collapse {
  padding-left: 1rem !important;
  padding-bottom: 0px;
}

.nav-white>.navbar-collapse li {
  border-bottom: 1px solid #4e4e4e4a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-white>.navbar-collapse .form-inline {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.nav-white {
  overflow: hidden !important;
}

/* Curve */
.logo-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 30px;
  height: 30px;
  background: #fff;
  clip-path: path("M0,25 C0,5 25,-14 116,0 L0,0 Z");
}

.btn-guide:hover {
  background-color: #ffffff2b;
}

/* .navbar-toggler-icon {
    filter: invert(1);
} */
.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

.bg-blue {
  background-color: #0d4c7b;
  margin-left: -1rem;
}



.navbar {
  background: transparent;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}





.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 2.3rem;
}


.main-text-section h3 {
  font-style: italic;
  font-weight: 100;
}

.main-text-section h1 {
  font-size: 60px;
}

.main-section {
  color: #fff;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
}

button:focus {
  outline: none !important;
}

.tab-card {
  margin-top: 50px;
  max-width: 380px;
  justify-self: center;
  min-width: 300px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ffffffc2;
}

.nav-tabs .nav-link {
  background-color: #ffffff12;
  color: #fff;
}

.tab-content {
  background-color: #ffffffc9;
  border-radius: 0 0 10px 10px !important;
}

.nav-tabs .nav-link {
  padding: 15px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.btn-charika {
  background-color: #0061A5;
  color: #fff;
  margin: 5px 10%;
  width: 80%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.btn-charika:hover,
.btn-charika:focus,
.btn-charika:active {
  background-color: #01548f;
  color: #fff !important;
  text-decoration: none;
}

.btn-myID {
  background-color: #118ADF;
  color: #fff;
  margin: 5px 10%;
  width: 80%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.btn-myID:hover,
.btn-myID:focus,
.btn-myID:active {
  background-color: rgb(2, 73, 123);
  color: #fff !important;
  text-decoration: none;
}

#myTabContent {
  min-height: 100px;
}

.footer-section {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-card {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 20px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  border-radius: 0 12px 0 0;
}

.contact-card::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -29px;
  width: 30px;
  height: 30px;
  background: #fff;
  clip-path: path("M0,25 C0,5 25,-14 116,0 L0,0 Z");

  transform: scaleY(-1);
}

.contact-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  clip-path: path("M0,25 C0,5 25,-14 116,0 L0,0 Z");
  transform: scaleY(-1);
}

.contact-details {
  width: auto;
}

.btn-download {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
  font-size: larger;
}

.btn-download:hover {
  color: #ebeff9;
  text-decoration: none;
}

.cc-line {
  font-size: smaller;
  /* border-top: 1px solid #ddd; */
  /* margin-top: 4px;
  padding-top: 5px; */
  color: #d1d1d1;
  font-style: italic;
  text-align: end;
}

.cc-line-mobile {
  display: none;
  color: #535353;
}

.cc-line-web {
  margin-top: -40px;
}

.cc-line-web p {
  width: 30%;
  float: right;
  border-top: 1px solid #dddddd73;
}

.contact-details .title a {
  font-size: 0.9rem;
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }


}

@media (min-width: 991px) {
  .navbar-collapse ul li a {
    color: #fff !important;
  }
}

@media (max-width:568px) {
  .main-text-section h1 {
    font-size: 40px;

  }

  .nav-tabs .nav-link {
    background-color: #738189f1;
  }

  #btnBackAirlines {
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
  }

}



@media(max-width:767px) {

  .nav-tabs .nav-link {
    background-color: #738189f1;
  }

  .footer-section {
    position: relative !important;
    margin-top: 30px !important;
  }

  .contact-details {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  .contact-card {
    display: flow;
    margin-left: 0px !important;
  }

  .contact-card::before {
    left: 0px;
  }

  .contact-info-part {
    order: 2;
  }

  .download-app-part {
    order: 1;
  }

  .cc-line {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
  }

  .btn-download {
    margin-top: 1rem !important;
    margin-bottom: 1rem;
  }

  .cc-line-web {
    display: none;
  }

  .cc-line-mobile {
    display: block;
  }

  #faqDropdown {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
  }
}

@media(max-width:991px) {
  .navbar.nav-white {
    /* background: linear-gradient(153deg, #cececed4, #ffffffa1) !important; */
    background-color: #ffffffd9;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-text-section h1 {
    font-size: 50px;
  }

  .tab-card {
    min-width: 290px
  }

  .logo-card {
    min-height: 120px !important;
  }

  .cc-line p {
    width: 48%;
  }

  #faqDropdown {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .tab-card {
    min-width: 310px
  }

  .cc-line p {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .tab-card {
    min-width: 350px
  }

  .main-text-section h1 {
    font-size: 70px;
  }

  .tab-card {
    margin-top: 100px;
  }
}

@media (min-width: 1600px) {}



/* faq css section  */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #1b4b7f;
  width: 100%;
  color: #fff;
}

.nav-pills .nav-link {
  border-bottom: 1px solid #e4e4e4;
}

.card-header {
  background-color: #eaeaea;
}

.card-header:hover {
  background-color: #d0d0d0 !important;
}

.card .card-header h5 {
  font-size: 1rem;
}

.card .card-header h5 a {
  color: #1b4b7f;
  text-decoration: none;
}

.card-block {
  font-size: 0.85rem;
  padding: 10px;
}

.nav-pills a {
  color: #1b4b7f;
}

.nav-pills {
  flex-direction: column;
}

.bg-dark-blue {
  background-color: #1b4b7f;
}

.bg-dark-blue:hover,
.bg-dark-blue:focus,
.bg-dark-blue:active,
.show>.btn-secondary.dropdown-toggle {
  background-color: #154272;
}



.glyphicon {
  right: -5px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.more-less {
  float: right;
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-plus:before {
  content: "\2b";
}




/* airline logos  */
.logo-card {
  display: flex;
  background: rgba(255, 255, 255);
  min-height: 150px;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  border: 2px solid #4f829354;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(88, 113, 136, 0.1);
  margin-top: 20px;
  justify-content: center;
  transition: box-shadow 0.5s ease;
}

.w-90 {
  width: 90%;
}

.logo-card:hover {
  box-shadow: rgb(44 153 251) 0px 5px 15px;
  cursor: pointer;
}

.logo-card .faq-line {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  transition: all 0.3s ease;
  color: #092c54;
  background-color: #fff;
border: 2px solid #092c54;
border-radius: 5px;
  /* background: linear-gradient(0deg, #092c54, #63a5f1); */
  width: 40%;
  font-weight: 500;
  font-style: italic;
  padding: 3px 0 3px 0;
  
  cursor: pointer;
  font-size: small;
}

.logo-card:hover .faq-line {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}



/* faq serchupdate  */

.faq-search-container {
  margin-bottom: 20px;
  display: flex;
  justify-self: flex-end;
}

#faqSearch {
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 16px;
  border: 2px solid #ccc;
}

#faqSearch:focus {
  outline: none;
  border-color: #0056b3;
  box-shadow: none;
}

.highlight {
  background: yellow;
  color: #000;
  font-weight: 600;
  padding: 0 2px;
}

/* .faq-line{
  position: absolute;
  bottom: 0;
  background: #b8b8b8;
    width: 60%;
} */
#btnBackAirlines {
  display: none;
  font-size: small;
  margin-top: -0.7rem;
  font-style: italic;
  color: #836164;
}












@media (max-width: 991.98px) {
  .navbar {
    position: relative;
  }

  .cus-navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fffffff0;
    z-index: 9999;
  }
}

.cus-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.cus-nav-overlay.show {
    opacity: 1;
    visibility: visible;
}

.navbar {
    z-index: 1000;
}

.navbar-collapse {
    z-index: 1001;
}



@media (max-width: 991px) {


  .contact-card::after {
    right: 0px;
  }

  .contact-card::after {
    right: 0px !important;
  }

  .download-app-part {
    order: 1;
  }

  .contact-info-part {
    order: 2;
  }

  .cc-line-web {
    display: none;
  }

  .cc-line-mobile {
    display: block;
  }

  .contact-card {
    flex-direction: column;
  }

  .contact-details {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .responsive-row {
    justify-content: center;
  }

  .cc-line p {
    border-top: 1px solid #ddd;
    width: 100%;
    padding-top: 5px;
    text-align: center;
  }

  .btn-download {
    margin-top: 1rem !important;
    margin-bottom: 1rem;
  }


  
}



/* 
.contact-details {
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}


.contact-details:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
} */


.contact-card .row {
  display: flex;
  flex-wrap: nowrap;
}

.contact-details {
  flex: 1;
}

.contact-details:first-child {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}

  .contact-card{
        flex-direction: column !important;
  }
/* Mobile view */
@media (max-width: 768px) {

    .cc-line p {
      border-top: none;
    }

  .contact-card .row {
    display: block;
  }


  .contact-details:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-details {
    width: 100%;
  }
}

.contact-card .row {
  display: flex;
  flex-wrap: nowrap;
}

.contact-card .contact-details {
  flex: 1;
}

/* only contact divider */
.contact-card .contact-details:first-child {
  border-right: 1px solid #ccc;
  padding-right: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .contact-card .row {
    display: block;
  }

  .contact-card .contact-details:first-child {
    border-right: none;
    /* border-bottom: 1px solid #ccc; */
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

#btnBackAirlines:hover{
  cursor: pointer;
}