@keyframes animate {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.block {
  display: block;
}

/* css by ali start*/

.myclassfortext {
  text-align: center;
  padding: 10px;
}

.myclassfortexthead {
  font-size: x-large;
}

.myclassfortextbody {
  font-size: medium;
  padding: 2% 5%;
  line-height: 30px;
}

.faq-heading {
  border-bottom: #777;
  padding: 20px 60px;
}

.faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hr-line {
  width: 60%;
  margin: auto;
}

/* Style the buttons that are used to open and close the faq-page body */

.faq-page {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 60%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
  font-size: 19px;
  line-height: 12px;
}

.faq-body {
  margin: auto;
  /* text-align: center; */
  width: 50%;
  padding: auto;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.faq-page:hover {
  background-color: #f9f9f9;
}

/* Style the faq-page panel. Note: hidden by default */

.faq-body {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.faq-page:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

/* css by ali end */

.inline-block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.black {
  color: black;
}

a.link-neutral {
  text-decoration: none;
}

a.link-neutral:visited {
  text-decoration: none;
}

header {
  padding: 12px 0 12px 0;
  text-align: center;
}

.header-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.call-us-button {
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  background: #C8102E;
  color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 0 auto;
}

.hero {
  background-image: url(../images/bg-mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}

.hero-ad-text {
  padding-top: 6px;
  padding-bottom: 4px;
  white-space: nowrap;
  text-align: center;
}

.hero-ad-text .until_date {
  font-weight: bold;
}

.hero:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.6);
}

.hero-content {
  padding: 15px 15px 60px 15px;
  position: relative;
  z-index: 10;
}

.hero-title {
  font-size: 36px;
  line-height: 40px;
  padding: 15px 10px 20px 10px;
}

.hero-text {
  font-size: 18px;
  line-height: 23px;
  padding: 0 0 20px;
  font-weight: 300;
}

.hero-call-banner {
  color: #fff;
  display: inline-block;
  background: #C8102E;
  padding: 15px 20px;
  margin: 0px 0 10px 0;
  border-radius: 30px;
  text-transform: uppercase;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0px 9px 5px 0px rgb(0 0 0 / 20%);
  transition: all 0.6s ease-in-out;
}

.hero-call-banner-link {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  color: white;
}

.hero-list {
  padding: 20px 12px 10px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-list-item {
  font-size: 1.1em;
  width: 50%;
  text-align: left;
  padding: 0 0 16px 0;
  white-space: nowrap;
}

.hero-bottom {
  background: #C8102E;
  color: white;
  padding: 30px 0;
  font-size: 30px;
  line-height: 32px;
}

.hero-bottom-title {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
}



.airlines-serviced {
  background: #e8f0f6;
  padding: 40px 15px 40px;
}

.airlines-title {
  font-size: 30px;
  line-height: 32px;
  padding: 0 0 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.airlines-list {
  list-style: none;
}

.airlines-list li {
  font-size: 25px;
  line-height: 27px;
  padding: 0 0 30px;
  width: 100%;
  font-weight: 300;
}

.airlines-list li strong {
  font-size: 40px;
  font-weight: 400;
  color: #C8102E;
  padding-right: 15px;
  vertical-align: top;
}

.customer-support {
  background-image: url(../images/btmimg-mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 50px 0;
}

.customer-support-column {
  padding: 40px 15px;
}

.customer-support-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 15px;
}

.customer-support-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.about {
  padding: 40px 15px;
  border-bottom: 1px solid #f3f0f0;
}

.about-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
}

.about-link {
  color: #C8102E;
}

.footer {
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 150px;
}

.footer-menu {
  list-style: none;
}

.footer-menu li {
  font-size: 13px;
  line-height: 15px;
  padding: 0 2px;
  font-weight: 300;
  display: inline-block;
}

.footer-copyright {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  padding: 10px 0 0;
}

.banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C8102E;
  text-align: center;
  padding: 30px 20px;
  margin: 0;
  transition: all 0.6s ease-in-out;
  color: white;
}

.banner-close {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size: 44px;
  line-height: 44px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #C8102E;
  border-radius: 50%;
}

.banner-title {
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.banner-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.column-divider {
  display: none;
}

.advantages {
  padding: 0 25px 0 25px;
  margin: 80px 0;
}

.advantages-item {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}

.advantages-item__icon {
  position: relative;
  width: 84px;
}

.advantages-item__icon:before {
  display: block;
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #C8102E;
  position: absolute;
  top: -19px;
  left: 0;
  z-index: -1;
}

.advantages-item__info {
  width: 60%;
}

.advantages-item__heading {
  font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 12px;
}

.advantages-item__description {
  font-size: 1.1em;
  line-height: 1.285714285714286em;
  font-weight: 300;
}

.reservations-desk {
  padding: 0 10px 0 10px;
  margin: 80px auto;
  text-align: center;
  max-width: 767px;
}

.reservations-desk-heading {
  font-size: 26px;
  line-height: 32px;
  padding: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.reservations-desk-body {
  font-weight: 300;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  header {
    padding: 30px 15px 30px 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-link {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .call-us-button {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .hero {
    background-image: url(../images/bg.webp);
  }

  .hero-content {
    padding: 30px 25px;
  }
  .hero-title {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    padding: 0 0 40px;
  }
  .hero-text {
    padding: 0 0 35px;
    font-size: 28px;
    line-height: 40px;
  }
  .hero-list-item {
    font-size: 1.5em;
    width: 50%;
    text-align: left;
    padding: 0 0 24px 0;
  }
  .hero-bottom {
    padding: 45px 0;
    font-size: 48px;
    line-height: 50px;
  }
  .reservations-desk {
    padding: 0 10px 0 10px;
    margin: 80px auto;
    text-align: center;
    max-width: 767px;
  }
  .reservations-desk-heading {
    font-size: 44px;
    line-height: 48px;
    padding: 0 0 20px;
  }
  .reservations-desk-body {
    font-size: 24px;
    padding: 16px 0;
  }
  .airlines-serviced {
    background: #e8f0f6;
    padding: 40px 15px 40px;
  }
  .airlines-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
    padding: 0 0 100px;
  }
  .airlines-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 300px;
  }
  .airlines-list li {
    font-size: 35px;
    line-height: 37px;
    padding: 0 0 60px;
    width: 50%;
  }
  .airlines-list li strong {
    font-size: 64px;
  }
  .customer-support {
    padding: 80px 0;
    background-image: url(../images/btmimg.webp);
  }
  .customer-support-column {
    max-width: 600px;
    margin: auto;
  }
  .customer-support-title {
    font-size: 40px;
    line-height: 42px;
    padding: 20px 0 40px;
  }
  .customer-support-text {
    font-size: 24px;
    line-height: 35px;
  }
  .footer {
    margin-bottom: 200px;
  }
  .footer-menu li {
    font-size: 25px;
    line-height: 27px;
    padding: 0 4px;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 16px;
  }
  .banner-title {
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 25px;
  }
  .banner-link {
    font-size: 45px;
    line-height: 47px;
  }
  .md {
    display: none;
  }
  .advantages {
    display: flex;
    justify-content: center;
  }
  .advantages-item__heading {
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 12px;
  }
  .advantages-item__description {
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 300;
  }
  .hero-ad-text {
    font-size: 24px;
    text-align: left;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1200px) {
  header {
    max-width: 1250px;
    margin: 0 auto;
  }
  .hero-content {
    padding: 100px 50px;
    text-align: left;
  }
  .hero-column {
    width: 50%;
  }
  .hero-title {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    padding: 0 0 40px;
  }
  .hero-text {
    padding: 0 0 35px;
    font-size: 28px;
    line-height: 40px;
  }
  .hero-call-banner {
    padding: 15px 50px;
  }
  .hero-call-banner-link {
    font-size: 60px;
    line-height: 64px;
  }
  .hero-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .hero-bottom-title {
    margin-bottom: 0px;
  }
  .airlines-serviced {
    padding: 140px 80px 100px 80px;
  }
  .airlines-list {
    height: 200px;
  }
  .airlines-list li {
    padding: 0 0 60px;
    width: 33%;
  }
  .customer-support {
    padding: 170px 80px;
    display: flex;
    justify-content: space-around;
  }
  .customer-support-column {
    margin: 0;
    width: 30%;
  }
  .column-divider {
    display: block;
    width: 2px;
    height: 320px;
    background-color: white;
  }
  .lg {
    display: none;
  }
  .about {
    max-width: 1200px;
    margin: auto;
  }
}




.popup {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.popup-inner {
  display: block;
  background: white;
  width: 100%;
  height: 70vh;
}

.popup-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  right: 10px;
  top: 0px;
  font-size: 34px;
  line-height: 64px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: none;
}

.popup-title {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  background-color: #C8102E;
  padding: 12px 0px;
  margin-bottom: 17px;
}

.popup-customer-rep img {
  max-width: 100%;
}

.popup-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 7px;
  position: relative;
}

.popup-service button {
  background: #1569a5;
  border-radius: 50px;
  padding: 12px 15px;
  font-size: 18px;
  border: none;
  color: #fff;
  width: 90%;
  line-height: 22px;
}


.popup-text {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.popup-call {
  border-radius: 47px;
  background: #C8102E;
  display: flex;
  padding: 4px;
  margin-right: 10px;
  margin-left: 7px;
  justify-content: center;
  align-items: center;
}

.popup-phone-circle {
  border: solid 3px #fff;
  height: 45px;
  width: 45px;
  background: #136000 url(../images/phone-icon.png) center center no-repeat;
  margin-left: 7px;
  border-radius: 50%;
}

.popup-call .popup-phone-circle {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.popup-call h4 {
  margin: 0;
  padding-left: 9px;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
}

.popup-call h4 div{
  font-weight: bold;
  color: #ffffff;
  font-size: 27px;
  display: block;
  letter-spacing: 1px;
  transition: unset;
}

@media screen and (min-width: 768px) {
  .popup {
    display: none;
  }
 
}

@media screen and (min-width: 1200px) {
 
}

@keyframes trin {
  from {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }

  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }

  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }

  80% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
}
