/*End Core Variables*/
body {
  font-family: 'Roboto', sans-serif !important;
  color: #3C505A !important;
  font-weight: 400;
  font-size: 14px;
}
.overlay {
  width: 100%;
  background-color: #3C505A;
  display: inline-block;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.text-16 {
  font-size: 16px;
  opacity: 0.9;
  display: inline-block;
  width: 100%;
}
img {
  max-width: 100%;
}
.theme-btn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #3C505A;
  background-color: #3C505A;
  color: #ffffff;
  font-weight: 500 !important;
  font-size: 16px;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.theme-btn:hover {
  background-color: transparent;
  color: #3C505A;
  transition: 0.5s;
}
.pink-btn {
  background-color: #DC0086;
  border-color: #DC0086;
}
.pink-btn:hover {
  background-color: transparent;
  color: #DC0086;
}
a.theme-btn {
  color: #ffffff !important;
  line-height: 50px;
  text-decoration: none !important;
}
a.theme-btn:hover {
  color: #3C505A !important;
}
a {
  cursor: pointer;
  color: #3C505A;
}
a:hover {
  text-decoration: none;
  color: #3C505A;
}
a:visited,
a:visited {
  color: #3C505A;
}
p {
  margin: 0;
}
.container {
  max-width: 1170px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
h1,
h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0px;
  color: #3C505A;
  margin: 0;
  font-weight: 600;
}
.h1 {
  font-size: 58px;
}
h3 {
  font-size: 22px;
  letter-spacing: 0px;
  font-weight: 600;
}
section {
  display: inline-block;
  width: 100%;
}
.discription {
  padding-bottom: 30px;
  text-align: center;
}
.discription p {
  font-size: 16px;
  letter-spacing: 0px;
  opacity: 0.9;
  max-width: 770px;
  display: inline-block;
}
.form-check-label {
  margin-left: 31px;
  opacity: 0.9;
  text-align: left;
  position: relative;
  top: 4px;
  font-weight: 300;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input {
  width: 100%;
}
.label {
  width: 100%;
  display: inline-block;
  opacity: 0.9;
  margin-bottom: 7px;
}
form {
  width: 100%;
  display: inline-block;
}
.confirm-btn {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.form-check {
  padding-left: 0;
  max-width: 539px;
  text-align: left;
  width: 100%;
  display: inline-block;
}
.password {
  position: relative;
}
.password .see-pass {
  position: absolute;
  right: 31px;
  bottom: 11px;
  display: inline-block;
}
.password .see-pass i.fa {
  color: #3C505A;
  opacity: 0.2;
  font-size: 24px;
}
input[type="checkbox"] {
  content: url(../images/checkbox.jpg);
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  margin-left: 0;
}
input[type="checkbox"]:checked {
  content: url(../images/checkbox-input-active.svg);
}
input[type="radio"] {
  content: url(../images/radio.jpg);
  cursor: pointer;
  width: 16px;
  height: 16px;
}
input[type="radio"]:checked {
  content: url(../images/radio-button-active.svg);
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
button,
input {
  outline: none !important;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
  outline: none !important;
}
* {
  box-sizing: border-box;
  letter-spacing: 0.2px;
}
button:not(.primary) {
  box-shadow: none !important;
}
select:focus,
select,
input[type="text"],
input[type="date"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea {
  border: 1px solid #3C505A66;
  border-radius: 4px;
  height: 50px;
  padding: 0px 10px 0px 20px;
  color: #3C505A !important;
  font-size: 12px !important;
  background-color: transparent;
}
textarea {
  resize: none;
  padding-top: 17px;
  width: 100%;
  height: 80px;
}
.common-main {
  display: inline-block;
  width: 100%;
  padding: 60px 0 300px 0;
  text-align: center;
}
.common-main p {
  padding: 10px 0 30px 0;
}
.line-title {
  border-bottom: 1px solid #3C505A19;
  padding: 30px 0;
  margin-bottom: 30px;
}
.oops-main {
  display: inline-block;
  width: 100%;
  padding: 00px 0 100px 0;
}
.oops-main .oops-detail {
  width: 100%;
  display: inline-block;
  max-width: 270px;
  float: right;
  padding-top: 150px;
}
.oops-main .oops-detail img {
  display: none;
}
.oops-main .oops-detail p {
  padding: 30px 0;
}
.line-title.for-res h3 .fa,
.line-title1.for-res h3 .fa {
  display: none;
}

.discount-main>img {
    width: 100%;
}

/*responsive*/
@media (max-width: 1280px) {
  .h1 {
    font-size: 38px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .line-title,
  .line-title1 {
    border-bottom: 1px solid #3C505A19;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
    border-top: 1px solid #3C505A19;
  }
  .line-title.for-res,
  .line-title1.for-res {
    width: auto;
    margin: 0 -20px 30px -20px;
    padding: 10px 20px;
  }
  .line-title.for-res .fa,
  .line-title1.for-res .fa {
    font-weight: 300;
    float: right;
    font-size: 27px;
  }
  .line-title.for-res i.fa.fa-angle-down,
  .line-title1.for-res i.fa.fa-angle-down {
    display: inline-block;
  }
  .line-title.for-res.active i.fa.fa-angle-up,
  .line-title1.for-res.active i.fa.fa-angle-up {
    display: inline-block;
  }
  .line-title.for-res.active i.fa.fa-angle-down,
  .line-title1.for-res.active i.fa.fa-angle-down {
    display: none;
  }
  .oops-main {
    padding-bottom: 60px;
  }
  .oops-main .line-title {
    padding: 0px 10px 20px 20px;
    border-top: 0;
  }
  .oops-main .discription,
  .oops-main .title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .oops-main .oops-detail {
    max-width: 100%;
  }
  .oops-main .container {
    padding: 0;
  }
  .oops-main .container .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .oops-main .oops-detail {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .oops-main .oops-detail img {
    display: inline-block;
    margin-top: 30px;
  }
  .oops-main .col-md-6:last-child {
    display: none;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  .password .see-pass i.fa {
    font-size: 18px;
  }
}
.banner {
  padding: 220px 0 80px 0;
  background-image: url('../../images/styles/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner:before {
  content: "";
  display: inline-block;
  background-color: #3C505A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.banner .container {
  position: relative;
}
.banner .h1 {
  color: #ffffff;
}
.banner .banner-title {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-bottom: 145px;
}
.banner .banner-title ul li {
  display: inline-block;
  padding: 0 22px;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.banner .banner-title ul li span {
  width: 20px;
  height: 20px;
  background-color: #DC0086;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 3px;
}
.tab-div {
  width: 100%;
  display: inline-block;
  padding: 0 100px;
}
.tab-div .nav-tabs {
  border-bottom: 0;
}
.tab-div .nav-tabs .nav-link {
  width: 220px;
  padding: 0 0 0 0px;
  border-radius: 0;
  border-width: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  transition: 0.5s;
}
.tab-div .nav-tabs .nav-link span {
  background-color: #F6F6F6;
  display: inline-block;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 50px;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.tab-div .nav-tabs .nav-link.active {
  transition: 0.5s;
  border-bottom-color: rgba(60, 80, 90, 0.8);
}
.tab-div .nav-tabs .nav-link.active span {
  background-color: rgba(60, 80, 90, 0.8);
  color: #ffffff;
}
.tab-div .tab-content {
  background-color: rgba(60, 80, 90, 0.8);
  padding: 40px 30px;
  position: relative;
  top: 1px;
}
.tab-div .tab-content form {
  display: inline-flex;
  align-items: flex-end;
}
.tab-div .tab-content form .form-group {
  margin-bottom: 0;
  padding-right: 10px;
}
.tab-div .tab-content form .form-group:last-child {
  padding: 0;
}
.tab-div .tab-content form .form-group label {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 4px;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.tab-div .tab-content form .form-group input {
  background-color: #ffffff;
  padding-left: 10px;
}
.tab-div .tab-content form.form-main input[type="date"]{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}
.tab-div .tab-content form .form-group select {
  background-color: #ffffff;
  padding-left: 3px;
}
.tab-div .tab-content form.form-main input[type="text"] {
  width: 110px;
}

.tab-div .tab-content form.create-flight-plan input[type="text"],
.tab-div .tab-content form.create-flight-plan input[type="date"],
.tab-div .tab-content form.create-flight-plan.form-main select,
.tab-div .tab-content form.create-flight-plan.form-main input[name="id"] {
  width: 100%;
}

.tab-div .tab-content form.form-main input[type="date"] {
  width: 140px;
}
.tab-div .tab-content form.form-main select,
.tab-div .tab-content form.form-main input[name="id"] {
  width: 67px;
}
.tab-div .tab-content form.form-main input[name="flight_id"] {
  width: 95px;
}
.tab-div .tab-content form.form-main .theme-btn {
  width: 200px;
  background-color: #DC0086;
  border-color: #DC0086;
}
.tab-div .tab-content form.form-main .theme-btn:hover {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.tab-div .tab-content form#departure_board {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.tab-div .tab-content form#departure_board .text-16 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 15px;
}
.tab-div .tab-content form#departure_lounge input {
  width: 345px;
}
.how-it-work {
  padding: 90px 0 0 0;
  position: relative;
}
.how-it-work:before {
  content: "";
  width: 100%;
  height: 861px;
  background-color: #F6F6F6;
  display: inline-block;
  position: absolute;
  top: 330px;
  left: 0;
}
.how-it-work .work-title {
  width: 100%;
  display: inline-block;
  padding-bottom: 60px;
}
.how-it-work .work-title h2 {
  padding-bottom: 20px;
}
.how-it-work .work-options {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 170px;
}
.how-it-work .work-options .col-md-3 {
  padding: 0 40px;
}
.how-it-work .work-options .work-icon {
  width: 90px;
  height: 90px;
  background-color: #3C505A;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 40px;
}
.how-it-work .work-options img {
  margin-bottom: 40px;
}
.how-it-work .work-options h3 {
  padding-bottom: 20px;
}
.how-it-work .work-options p {
  opacity: 0.9;
  font-weight: 300;
}
.how-it-work .director-console {
  width: 100%;
  display: inline-block;
  padding: 0 100px 120px 100px;
}
.how-it-work .director-console img {
  width: 100%;
}
.how-it-work .director-console .console-discription {
  width: 100%;
  display: inline-block;
  padding-right: 100px;
}
.how-it-work .director-console .console-discription h2 {
  text-align: left;
  padding-bottom: 20px;
}
.how-it-work .director-console .console-discription p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 40px;
}
.discount-main {
  position: relative;
}
.discount-main .discount-inner {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  bottom: 0;
  height: 176px;
  margin: auto;
}
.discount-main .discount-inner h2 {
  color: #ffffff;
}
.discount-main .discount-inner .discription {
  padding: 20px 0;
}
.discount-main .discount-inner .discription p {
  color: #ffffff;
}
.discount-main .discount-inner .theme-btn:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}
.discount-main .discount-inner .app-btn {
  width: 100%;
  display: inline-block;
}
.discount-main .discount-inner .app-btn .appimg {
  width: 50%;
  float: left;
  padding: 0 5px;
}
.choices-main {
  padding: 90px 0;
}
.choices {
  width: 100%;
  display: inline-block;
}
.choices .choices-inner {
  width: 100%;
  display: inline-block;
  padding: 0 0px;
}
.choices .choices-inner .choices-img {
  display: inline-block;
  width: 100%;
  padding-right: 15px;
}
.choices .choices-inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.choices .choices-inner ul li {
  width: 50%;
}
.choices .choices-inner .choices-discription {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.choices .choices-inner .choices-discription p {
  padding: 20px 0 40px 0;
  opacity: 0.9;
}
.choices.img-right {
  padding-top: 70px;
}
.choices.img-right .choices-inner .choices-img {
  padding-right: 0;
  padding-left: 15px;
}
.blog {
  padding: 90px 0;
}
.blog .blog-title {
  display: inline-block;
  width: 100%;
}
.blog .blog-title h2 {
  text-align: left;
}
.blog .blog-title .text-16 {
  margin-bottom: 5px;
}
.blog .blog-inner {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.blog .blog-inner .blog-detail {
  width: 100%;
  display: inline-block;
  background-color: #F6F6F6;
  border-radius: 4px;
  transition: 0.5s;
  overflow: hidden;
}
.blog .blog-inner .blog-detail .blog-img {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.blog .blog-inner .blog-detail:hover {
  box-shadow: 0px 2px 15px #0000001F;
  transition: 0.5s;
}
.blog .blog-inner .blog-detail:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.blog .blog-inner .blog-detail img {
  width: 100%;
  transition: transform 0.5s;
}
.more-blog {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.blog-discription {
  padding: 20px 20px 40px 20px;
  width: 100%;
  display: inline-block;
}
.blog-discription a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  padding-top: 10px;
  width: 100%;
  display: inline-block;
}
.blog-discription .news {
  opacity: 0.9;
  margin-right: 10px;
}
.blog-discription .date {
  opacity: 0.9;
  font-weight: 300;
}
.for-responsive {
  display: none;
}
/*responsive*/
@media (max-width: 1280px) {
  .banner {
    padding: 109px 0 30px 0;
  }
  .banner .banner-title {
    padding-bottom: 100px;
  }
  .banner .banner-title ul li {
    padding: 0 7px;
  }
  .banner .banner-title ul li span {
    width: 14px;
    height: 14px;
    top: 0px;
  }
  .tab-div {
    padding: 0 0;
    text-align: center;
  }
  .tab-div .tab-content {
    max-width: 952px;
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .tab-div nav {
      display: inline-block;
      position: relative;
      left: -35px;
  }
}
@media (max-width: 991px) {
  .for-responsive {
    display: inline-block;
    width: 100%;
  }
  .tab-div nav {
      left: 0;
      width: 100%;
  }
  .for-responsive h2 {
    color: #ffffff;
    padding-bottom: 10px;
  }
  .for-responsive a {
    float: right;
    width: 100%;
    text-align: right;
  }
  .for-responsive a .fa {
    color: #ffffff;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50%;
    font-weight: 200;
    font-size: 16px;
  }
  body.mobile-page-home {
    overflow: hidden;
  }
  .tab-div .tab-content {
    padding: 0;
    margin: 0;
  }
  .tab-div .tab-content .tab-pane {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(60, 80, 90, 0.8);
    padding: 20px 20px 40px 20px;
    z-index: 9;
    display: none;
    height: 100%;
    overflow-y: scroll;
  }
  .tab-div .tab-content .tab-pane.mobile-active {
    display: inline-block;
    width: 100%;
  }
  .tab-div .tab-content form {
    display: inline-block;
  }
  .tab-div .tab-content form .form-group {
    padding: 0 0 10px 0;
  }
  .tab-div .tab-content form .form-group:nth-child(3),
  .tab-div .tab-content form .form-group:nth-child(4),
  .tab-div .tab-content form .form-group:nth-child(5),
  .tab-div .tab-content form .form-group:nth-child(6) {
    width: 50%;
    float: left;
  }
  .tab-div .tab-content form .form-group:nth-child(3),
  .tab-div .tab-content form .form-group:nth-child(5) {
    padding-right: 5px;
  }
  .tab-div .tab-content form .form-group:nth-child(4),
  .tab-div .tab-content form .form-group:nth-child(6) {
    padding-left: 5px;
  }
  .tab-div .tab-content form .form-group:last-child {
    width: 100%;
    float: left;
    padding-top: 30px;
    text-align: center;
  }
  .tab-div .tab-content form.form-main input,
  .tab-div .tab-content form.form-main select {
    width: 100% !important;
  }
  .how-it-work .work-options {
    padding-bottom: 50px;
  }
  .how-it-work .work-options .col-md-3 {
    padding: 0 10px 50px 10px;
  }
  .how-it-work .director-console {
    padding: 0 5px 50px 5px;
  }
  .tab-div {
    padding: 0;
  }
  .tab-div .nav-tabs .nav-link {
    width: 50%;
    text-align: center;
  }
  .tab-div .nav-tabs .nav-link span {
    padding-left: 0;
    line-height: 24px;
    padding: 12px 0;
  }
  .tab-div .nav-tabs .nav-link.active span {
    background-color: #F6F6F6;
    color: #3C505A;
  }
  .banner .container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .how-it-work {
    padding: 50px 0 0 0;
  }
  .how-it-work .container {
    padding: 0;
  }
  .how-it-work .director-console {
    padding: 60px 20px;
  }
  .how-it-work .director-console .col-md-6:last-child {
    display: none;
  }
  .how-it-work .director-console .console-discription {
    padding-right: 0;
    text-align: center;
  }
  .how-it-work .director-console .console-discription h2,
  .how-it-work .director-console .console-discription p {
    text-align: left;
  }
  .how-it-work .work-title {
    padding: 0 20px 10px 20px;
  }
  .how-it-work:before {
    display: none;
  }
  .how-it-work .work-options {
    position: relative;
    padding: 0 20px;
  }
  .how-it-work .work-options h3 {
    padding-bottom: 10px;
  }
  .how-it-work .work-options img {
    margin-bottom: 20px;
  }
  .how-it-work .work-options:before {
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    background-color: #F6F6F6;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
  }
  .discount-main {
    overflow: hidden;
  }
  .discount-main img {
    max-width: inherit;
  }
  .discount-main .discount-inner {
    padding: 0 20px;
  }
  .choices-main {
    padding: 60px 0;
  }
  .choices-main .choices .choices-inner .choices-img {
    padding: 0 !important;
  }
  .choices-main .choices .choices-inner ul li {
    width: 100%;
    text-align: center;
  }
  .choices-main .choices .choices-inner .choices-discription {
    padding-top: 30px;
  }
  .choices-main .choices .choices-inner .choices-discription p {
    padding: 20px 0 30px 0;
  }
  .choices-main .choices.img-right {
    padding-top: 50px;
  }
  .choices-main .choices.img-right li:first-child {
    order: 1;
  }
  .discount-main .discount-inner .app-btn .appimg {
    width: 100%;
    padding-bottom: 10px;
    text-align: center !important;
  }
  .blog {
    padding: 60px 0;
  }
  .blog .blog-inner .blog-detail {
    margin-bottom: 20px;
  }
}
@media (max-width: 387px) {
  .tab-div {
    padding: 0;
  }
  .tab-div .nav-tabs .nav-link {
    width: 50%;
    text-align: center;
  }
  .tab-div .nav-tabs .nav-link:nth-child(3) span {
    padding: 0;
  }
}
