.inner-page-banner {
  background-image: url("../images/why-choose-banner.png");
}

.why-choose-us {
  background-image: url("../images/busy-airport-view-with-airplanes-against-clear-sky-2.png");
}

.contact-us {
  background-image: url("../images/contact-img.png");
}

.flight-bg {
  background-image: url("../images/flight.png");
}

.req-wrap {
  background: #fff;
  padding: 60px;
}

.req-wrap h6 {
  color: #000;
  text-align: left;
  font-family: TROS;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

section.touch h6 {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 116px;
  text-transform: uppercase;
}

.touch input {
  width: 100%;
  height: 46px;
  padding: 10px 10px;
  font-size: 16px;
  font-family: 'TROS';
  outline: none;
  background: #181820;
  border: none;
  color: #fff;
}

.touch textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  font-size: 16px;
  font-family: 'TROS';
  outline: none;
  background: #181820;
  border: none;
  color: #fff;
}

section.touch.pt-5.pb-5 {
  background: #111217;
}

.fromTo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fromTo input {
  width: 280px;
  height: 56px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'TROS';
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 1px 13px;
}

.dep input {
  width: 100%;
  height: 56px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'TROS';
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 1px 13px;
}

.fromTo div {
  display: inline-grid;
}

.dep label {
  color: #000000;
  text-align: left;
  font-family: TROS;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fromTo label {
  color: #000000;
  text-align: left;
  font-family: TROS;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.touch label {
  color: #fff;
  text-align: center;
  font-family: TROS;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.why-choose-cards {
  padding-bottom: 50px;
  background-image: url("../images/airpot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.why-choose-cards .heading {
  padding: 20px 10px;
  border-bottom: 1px solid #9696962e;
}

.why-choose-cards .heading h2 {
  color: #000;
  font-family: TROS;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 144.444% */
  text-transform: uppercase;
}

.why-choose-cards .why-choose-card-wrapper {
  padding: 20px 10px;
  border: 1px solid #969696;
  position: relative;
  background-color: #fff;
  border: 1px solid #f15460;
}

.why-choose-cards .why-choose-card-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 200px;
  height: 2px;
  background-color: #ec1e2e;
  display: none;
}

.why-choose-cards .why-choose-card-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 200px;
  height: 2px;
  background-color: #ec1e2e;
  display: none;
}

.why-choose-cards .why-choose-card p {
  color: #969696;
  font-family: Gilroy-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  padding: 10px 0;
  position: relative;
}

.why-choose-cards .why-choose-card.right p::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 2px;
  background-color: #9696962e;
  top: 50px;
  left: 109%;
}

.why-choose-card-wrapper .why-choose-card h2 {
  color: #000;
  font-family: TROS;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 144.444% */
  text-transform: uppercase;
}

.why-choose-card-wrapper .why-choose-card p {
  color: #969696;
  font-family: Gilroy-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}