@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900|Source+Sans+Pro:200,300,400,600,700,900");
body {
  line-height: 1; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none;
  color: #000; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  outline: 0 !important;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html, body {
  outline: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

a:focus {
  outline: none;
  outline-offset: inherit; }

button:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-color: transparent; }

p {
  margin-bottom: 0; }

ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

ul {
  padding: 0;
  margin-left: 0; }

.form-control:focus {
  box-shadow: none;
  outline: none;
  outline-offset: inherit;
  border: none; }

.btn_center {
  display: block;
  margin: 0 auto; }

/*==== FLIGHT LIST STYLE SCC ====*/
.flight-list-page {
  background-color: #f8f8f8; }

.flight-list-banner .image-holder {
  position: relative; }
  .flight-list-banner .image-holder:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .flight-list-banner .image-holder img {
    height: 600px;
    width: 100%;
    object-fit: cover; }
  .flight-list-banner .image-holder .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1; }
    .flight-list-banner .image-holder .text-box nav .breadcrumb {
      padding: 0;
      margin: 0;
      background-color: transparent;
      border-radius: 0; }
      .flight-list-banner .image-holder .text-box nav .breadcrumb .breadcrumb-item {
        font-size: 14px;
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        .flight-list-banner .image-holder .text-box nav .breadcrumb .breadcrumb-item a {
          font-size: 14px;
          color: #fff;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 700;
          text-transform: uppercase; }
        .flight-list-banner .image-holder .text-box nav .breadcrumb .breadcrumb-item.active {
          color: #d73240; }
        .flight-list-banner .image-holder .text-box nav .breadcrumb .breadcrumb-item.breadcrumb-item {
          padding-left: 5px; }
          .flight-list-banner .image-holder .text-box nav .breadcrumb .breadcrumb-item.breadcrumb-item:before {
            color: #fff;
            padding-right: 5px; }
    .flight-list-banner .image-holder .text-box h1 {
      color: #fff;
      font-size: 38px;
      text-transform: uppercase;
      letter-spacing: 8px;
      margin: 22px 0; }
    .flight-list-banner .image-holder .text-box p {
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .flight-list-banner .image-holder .text-box p span {
        color: #d73240;
        font-weight: 700; }

.flight-list-sec {
  padding: 30px 0; }
  .flight-list-sec .flight-sidebar {
    background-color: #fff;
    padding: 0 20px; }
    .flight-list-sec .flight-sidebar .widget {
      border-bottom: 1px solid #ededed;
      padding: 18px 0 40px;
      margin-bottom: 20px; }
      .flight-list-sec .flight-sidebar .widget h3 {
        color: #222222;
        letter-spacing: 1px;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 26px; }
      .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group {
        position: relative;
        margin-bottom: 10px; }
        .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group:last-child {
          margin-bottom: 0; }
        .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group .form-control {
          background-color: #f8f8f8;
          border: none;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          color: #b9b9b9;
          font-size: 14px;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          padding-left: 45px;
          height: 50px;
          text-align: left; }
          .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group .form-control::placeholder {
            color: #b9b9b9; }
        .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group span {
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translate(0, -50%); }
          .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group span img {
            width: 15px; }
        .flight-list-sec .flight-sidebar .widget.search-box .search-box-inner form .form-group button {
          margin-top: 30px; }
      .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li {
        margin-bottom: 32px; }
        .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li a {
          color: #222222;
          font-size: 14px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li a:hover {
            color: #d73240; }
        .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li.active a {
          color: #d73240; }
        .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li.active ul li a {
          color: #b9b9b9; }
        .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li:last-child {
          margin-bottom: 0; }
        .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li ul {
          padding-top: 32px;
          padding-left: 22px; }
          .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li ul li a {
            font-size: 12px;
            color: #b9b9b9;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400; }
            .flight-list-sec .flight-sidebar .widget .categories-box-inner ul li ul li a:hover {
              color: #d73240; }
      .flight-list-sec .flight-sidebar .widget .price-range-box-inner .noUi-target {
        background-color: #ededed;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        height: 3px;
        margin: 0; }
        .flight-list-sec .flight-sidebar .widget .price-range-box-inner .noUi-target .noUi-connect {
          background-color: #d73240; }
        .flight-list-sec .flight-sidebar .widget .price-range-box-inner .noUi-target .noUi-handle {
          border: none;
          box-shadow: none;
          background-color: #d73240;
          top: -5px;
          right: -4px;
          width: 8px;
          height: 12px;
          cursor: pointer; }
          .flight-list-sec .flight-sidebar .widget .price-range-box-inner .noUi-target .noUi-handle:after {
            display: none; }
          .flight-list-sec .flight-sidebar .widget .price-range-box-inner .noUi-target .noUi-handle:before {
            display: none; }
      .flight-list-sec .flight-sidebar .widget .price-range-box-inner .price-range-value {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 11px;
        margin-bottom: 31px; }
        .flight-list-sec .flight-sidebar .widget .price-range-box-inner .price-range-value .price-range-value-inner {
          position: relative; }
          .flight-list-sec .flight-sidebar .widget .price-range-box-inner .price-range-value .price-range-value-inner span {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: 0;
            font-size: 12px;
            color: #bebebe;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700; }
      .flight-list-sec .flight-sidebar .widget.airlines-box .airlines-box-inner ul li {
        margin-bottom: 5px; }
      .flight-list-sec .flight-sidebar .widget .review-score-box-inner ul {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .flight-list-sec .flight-sidebar .widget .review-score-box-inner ul li p {
          color: #222222;
          font-size: 14px; }
          .flight-list-sec .flight-sidebar .widget .review-score-box-inner ul li p img {
            margin-left: 5px; }
  .flight-list-sec .flight-detail .flight-filter .flight-filter-left {
    display: flex;
    align-items: center; }
    .flight-list-sec .flight-detail .flight-filter .flight-filter-left .form-control {
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      color: #b9b9b9;
      height: 50px;
      padding-left: 22px;
      margin-right: 30px;
      background: #fff url(../images/up-down-arrow.png) 89% center no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      .flight-list-sec .flight-detail .flight-filter .flight-filter-left .form-control:last-child {
        margin-right: 0; }
  .flight-list-sec .flight-detail .flight-filter .flight-filter-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .flight-list-sec .flight-detail .flight-filter .flight-filter-right p {
      color: #999999;
      font-size: 14px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400; }
    .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul {
      display: flex;
      align-items: center; }
      .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul li a {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        margin-left: 20px; }
        .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul li a img {
          width: 15px; }
        .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul li a:hover {
          background-color: #d73240; }
          .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul li a:hover img {
            filter: brightness(600%); }
      .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul li.active a {
        background-color: #d73240; }
        .flight-list-sec .flight-detail .flight-filter .flight-filter-right ul li.active a img {
          filter: brightness(600%); }
  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box {
    background-color: #fff;
    margin-top: 30px; }
    .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-book-btn {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 20px;
      padding-top: 20px; }
      .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-book-btn .btn-primary {
        width: 120px; }
    .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail {
      display: flex;
      padding: 25px 0; }
      .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder {
        max-width: 200px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder img {
          max-width: 146px; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder:after {
          position: absolute;
          content: "";
          right: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: #eaeaea; }
      .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box {
        max-width: 500px;
        width: 100%;
        padding: 0 30px; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box p {
          color: #222222;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-bottom: 16px; }
          .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box p span {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            color: #d73240; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box h3 {
          color: #222222;
          font-size: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin-bottom: 18px; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 27px; }
          .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff {
            display: flex;
            align-items: center; }
            .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff img {
              width: 23px; }
            .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner {
              margin-left: 12px; }
              .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner h4 {
                color: #222222;
                font-size: 12px;
                text-transform: uppercase;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 400;
                margin-bottom: 7px; }
              .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner span {
                color: #b9b9b9;
                font-size: 12px;
                text-transform: uppercase;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 400; }
            .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff.flight-landing img {
              transform: rotate(60deg); }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .book-now-btn {
          display: flex;
          align-items: center; }
          .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .book-now-btn .view-more {
            color: #bebebe;
            font-size: 12px;
            letter-spacing: 1px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            display: flex;
            align-items: center; }
            .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .book-now-btn .view-more img {
              width: 13px;
              margin-right: 7px; }
            .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .book-now-btn .view-more:hover {
              color: #d73240; }
      .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .oneway-flight {
        text-align: center;
        max-width: 130px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .oneway-flight:after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: #eaeaea; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .oneway-flight p {
          font-size: 24px;
          color: #d73240;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 700;
          line-height: 18px; }
    .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-socail-btn {
      padding: 0 20px 20px; }
      .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-socail-btn ul {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-socail-btn ul li a.btn-primary {
          display: flex;
          align-items: center;
          width: 120px;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
          .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-socail-btn ul li a.btn-primary img {
            width: 15px;
            height: 15px;
            margin-right: 6px; }
  .flight-list-sec .flight-detail .flight-detail-list .call_banner {
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #eaeaea;
    border-radius: 8px; }
    .flight-list-sec .flight-detail .flight-detail-list .call_banner:before {
      -webkit-animation: ringNaja 1.6s linear infinite;
      animation: ringNaja 1.6s linear infinite;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: url(../images/ring.svg) no-repeat;
      width: 36px;
      height: 36px;
      background-size: cover;
      content: '';
      display: inline-block;
      margin-right: 20px; }
    .flight-list-sec .flight-detail .flight-detail-list .call_banner p {
      font-size: 17px;
      margin: 0px; }
    .flight-list-sec .flight-detail .flight-detail-list .call_banner strong {
      color: #222222;
      font-weight: 600 !important; }
    .flight-list-sec .flight-detail .flight-detail-list .call_banner .promoNumber {
      font-weight: 900;
      color: #222222;
      font-size: 30px;
      position: relative;
      top: 4px;
      text-decoration: underline; }
    .flight-list-sec .flight-detail .flight-detail-list .call_banner .btn-info {
      color: #fff;
      position: relative;
      top: -3px;
      background: #d73240;
      border: none;
      cursor: pointer;
      margin-left: 20px; }
  .flight-list-sec .flight-detail .flight-pagination {
    margin-top: 25px; }
    .flight-list-sec .flight-detail .flight-pagination ul {
      text-align: center; }
      .flight-list-sec .flight-detail .flight-pagination ul li {
        display: inline-block;
        color: #bebebe;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700; }
        .flight-list-sec .flight-detail .flight-pagination ul li.prev-btn {
          float: left; }
        .flight-list-sec .flight-detail .flight-pagination ul li.next-btn {
          float: right; }
        .flight-list-sec .flight-detail .flight-pagination ul li.active .pagination-link {
          background-color: #d73240;
          color: #fff; }
        .flight-list-sec .flight-detail .flight-pagination ul li a.pagination-link {
          color: #bebebe;
          font-size: 12px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }

#input-select,
#input-number,
#input-select2,
#input-number2 {
  padding: 0 0 0 7px;
  margin: 0;
  width: auto;
  border: none;
  font-size: 12px;
  color: #bebebe;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

#input-number,
#input-number2 {
  width: 65px;
  text-align: right;
  margin: 0 -15px 0 0px;
  background-color: transparent; }

.noUi-horizontal {
  height: 10px;
  margin-bottom: 30px; }
  .noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -10px;
    border-radius: 50%;
    outline: 0; }

@-webkit-keyframes ringNaja {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  12.5% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  25% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  37.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  50% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  62.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  75% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  87.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes ringNaja {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  12.5% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  25% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  37.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  50% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  62.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  75% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  87.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
/*==== ONLINE FLIGHT ENGUIRY STYLE SCC ====*/
.flight-enqiury-page .flight-list-banner .image-holder img {
  height: 315px; }
.flight-enqiury-page .flight-list-banner .text-box ul {
  display: flex;
  align-items: center; }
  .flight-enqiury-page .flight-list-banner .text-box ul li {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600; }
    .flight-enqiury-page .flight-list-banner .text-box ul li img {
      max-width: 36px;
      height: auto;
      transform: rotate(90deg);
      margin: 0 13px; }
.flight-enqiury-page .flight-list-banner .text-box p {
  display: flex;
  align-items: center;
  margin-top: 8px;
  letter-spacing: 1px; }
  .flight-enqiury-page .flight-list-banner .text-box p img {
    max-width: 20px;
    height: auto;
    margin-right: 8px; }
  .flight-enqiury-page .flight-list-banner .text-box p:first-child {
    margin-top: 0; }
.flight-enqiury-page .flight-enquiry-sec {
  padding: 50px 0;
  background-color: #eee; }
  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail {
    border: 1px solid #d73240;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail h3 {
      background-color: #d73240;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1px;
      padding: 5px 10px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box {
      padding: 20px 0; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .image-holder {
        text-align: center; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .departure-text h4 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 18px;
        font-weight: 700;
        color: #282828; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .departure-text h4 img {
          max-width: 17px;
          transform: rotate(50deg);
          margin: -9px 2px 0px 0px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .departure-text span {
        color: #222222;
        font-size: 13px;
        font-weight: normal;
        display: block;
        margin: 5px 0 9px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .departure-text p {
        color: #222222;
        font-size: 14px;
        font-weight: normal; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .flight-direction {
        border: 1px solid #e6e6e6;
        position: relative;
        z-index: 1;
        margin-top: 10px 0 0 0; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .flight-direction::before {
          background: #e6e6e6;
          border-radius: 50%;
          color: #0a3152;
          content: "";
          height: 15px;
          left: -2px;
          position: absolute;
          top: -7px;
          width: 15px; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .flight-direction::after {
          background: #e6e6e6;
          border-radius: 50%;
          color: #0a3152;
          content: "";
          height: 15px;
          position: absolute;
          right: -2px;
          top: -7px;
          width: 15px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .stop {
        background: #e6e6e6;
        border-radius: 50%;
        height: 15px;
        margin-left: 47%;
        margin-top: -8px;
        width: 15px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .stop-box {
        border: 1px solid #e6e6e6;
        margin-left: 36%;
        margin-top: 6px;
        padding: 8px 10px;
        position: relative;
        text-align: center;
        width: 70px;
        font-size: 14px;
        z-index: 1; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .stop-box:after {
          background: #EEEEEE;
          border-left: 1px solid #e6e6e6;
          border-top: 1px solid #e6e6e6;
          content: "";
          height: 10px;
          left: 42%;
          position: absolute;
          top: -6px;
          transform: rotate(45deg);
          width: 10px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .time-duration span {
        font-size: 13px;
        color: #282828;
        display: block;
        margin-top: 10px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send {
      padding: 25px 25px 5px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group {
        margin-bottom: 20px;
        position: relative; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group .form-control {
          background-color: #fff;
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          padding-left: 40px;
          text-align: left;
          height: 50px;
          font-size: 14px;
          color: #b9b9b9; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group span {
          position: absolute;
          top: 50%;
          left: 10px;
          transform: translate(0, -50%);
          color: #bebebe;
          font-size: 22px; }
          .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group span img {
            max-width: 17px;
            width: 100%; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group p {
          color: #999999;
          font-size: 14px;
          line-height: 18px; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group.instructions-text textarea.form-control {
          height: 73px; }
        .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send .form-group.instructions-text span {
          transform: translate(0, 0) rotate(90deg);
          top: 10px; }
  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h4 {
      color: #d73240;
      font-size: 24px;
      letter-spacing: 1px;
      padding: 20px 0 15px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h3 {
      background-color: #d73240;
      color: #fff;
      font-size: 38px;
      padding: 15px 0 20px; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h3 span {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
        display: inline-block; }
      .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h3 small {
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin-top: 22px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy p {
      font-size: 16px;
      line-height: 20px;
      color: #000;
      padding: 11px 15px; }
  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-call {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-call p {
      color: #000;
      font-size: 16px;
      line-height: 22px;
      padding: 15px; }
    .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-call span {
      color: #fff;
      background-color: #d73240;
      display: block;
      font-size: 32px;
      padding: 10px 0; }

/*==== CONTACT US STYLE SCC ====*/
.contact-banner {
  background-color: #6b6b6b;
  text-align: center;
  padding: 72px 0 65px; }
  .contact-banner .contact-banner-inner .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: center; }
    .contact-banner .contact-banner-inner .breadcrumb .breadcrumb-item {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400; }
      .contact-banner .contact-banner-inner .breadcrumb .breadcrumb-item:before {
        color: #fff; }
      .contact-banner .contact-banner-inner .breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400; }
  .contact-banner .contact-banner-inner h1 {
    color: #fff;
    font-size: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 20px; }

.contact-inner {
  padding: 70px 0; }
  .contact-inner .contact-inner-left form .form-group {
    margin-bottom: 30px; }
    .contact-inner .contact-inner-left form .form-group .form-control {
      color: #b9b9b9;
      font-size: 14px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      border: 1px solid #dedede;
      border-radius: 5px;
      height: 60px; }
      .contact-inner .contact-inner-left form .form-group .form-control:focus {
        border-color: #d73240; }
    .contact-inner .contact-inner-left form .form-group textarea.form-control {
      height: 215px; }
    .contact-inner .contact-inner-left form .form-group a.btn-subscribe {
      width: 150px;
      height: 50px;
      font-size: 12px; }
  .contact-inner .contact-inner-right .text-box {
    margin-bottom: 29px; }
    .contact-inner .contact-inner-right .text-box h3 {
      color: #222222;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 15px; }
    .contact-inner .contact-inner-right .text-box p {
      font-size: 14px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      color: #bebebe;
      line-height: 26px; }
    .contact-inner .contact-inner-right .text-box .contact-location {
      margin-top: 25px; }
      .contact-inner .contact-inner-right .text-box .contact-location ul li {
        display: flex;
        align-items: center;
        color: #bebebe;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 30px; }
        .contact-inner .contact-inner-right .text-box .contact-location ul li a {
          color: #222222; }
          .contact-inner .contact-inner-right .text-box .contact-location ul li a:hover {
            color: #d73240; }
        .contact-inner .contact-inner-right .text-box .contact-location ul li img {
          max-width: 25px;
          margin-right: 20px; }
        .contact-inner .contact-inner-right .text-box .contact-location ul li:last-child {
          margin-bottom: 0; }
    .contact-inner .contact-inner-right .text-box .contact-socail {
      margin-top: 50px; }
      .contact-inner .contact-inner-right .text-box .contact-socail ul {
        display: flex;
        align-items: center; }
        .contact-inner .contact-inner-right .text-box .contact-socail ul li {
          margin-right: 30px; }
          .contact-inner .contact-inner-right .text-box .contact-socail ul li:last-child {
            margin-right: 0; }
          .contact-inner .contact-inner-right .text-box .contact-socail ul li a {
            color: #bebebe;
            font-size: 16px; }
            .contact-inner .contact-inner-right .text-box .contact-socail ul li a:hover {
              color: #d73240; }

.btn-primary {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #d73240;
  width: 99px;
  height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1.3px; }
  .btn-primary.btn-small {
    width: 77px; }

.btn-primary:hover {
  background-color: #bb1421;
  border-color: #bb1421;
  transition: all 0.5s ease-in-out; }

.btn-subscribe {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #d73240;
  width: 137px;
  height: 59px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1.3px; }

.btn-subscribe:hover {
  background-color: #bb1421;
  border-color: #bb1421;
  transition: all 0.5s ease-in-out;
  color: #fff; }

.btn-warning {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #fcb80b;
  width: 124px;
  height: 48px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1.3px; }

.btn-warning:hover {
  color: #fff; }

/*==== RADIO BUTTON STYLE ====*/
/* The radio */
.radio {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radio input:checked .checkround {
      background-color: #fff; }
      .radio input:checked .checkround:after {
        display: block; }
  .radio .checkround {
    position: absolute;
    top: 0px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%; }
    .radio .checkround:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 8px;
      border: solid;
      border-color: #f8204f;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.radio input:checked ~ .checkround:after {
  display: block; }

/*==== CHECKBOX STYLE ====*/
.check {
  display: block;
  position: relative;
  padding: 5px 0 5px 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  color: #bebebe;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .check input:checked .checkmark {
      background-color: #fff; }
  .check .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #f8f8f8;
    border-color: #eaeaea;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .check .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid;
      border-color: #d73240;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block; }

/*==== DATE RANGE PICKER STYLE ====*/
.datepicker-dropdown {
  min-width: 270px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-left: 26px; }

.datepicker-dropdown table {
  width: 100%; }

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
  color: #A9A9A9;
  padding-top: 10px;
  font-size: 12px; }

.datepicker tbody td {
  border: 1px solid #E8E8E8; }

.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #bb1421;
  background-image: none;
  border-radius: 0;
  padding-bottom: 0 !important; }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover, .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background-color: #d73240;
  color: #fff;
  padding-bottom: 0 !important; }

.datepicker .datepicker-switch {
  font-size: 16px;
  color: #000; }

.datepicker .prev, .datepicker .next {
  color: transparent;
  position: relative; }

.datepicker .prev:after {
  background-image: url(../images/arrow-left.png);
  content: '';
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.datepicker .next:after {
  background-image: url(../images/arrow-right.png);
  content: '';
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(0, -50%); }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: transparent; }

.datepicker-dropdown:after, .datepicker-dropdown:before {
  content: none; }

/*==== QUANTITY DROPDOWN STYLE SCC ====*/
.classSelect {
  width: 100%;
  padding: 0 0 0 15px;
  border: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 57px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: rgba(40, 40, 40, 0.8);
  position: relative; }
  .classSelect:after {
    position: absolute;
    content: "";
    background: url(../images/down-arrow.svg) no-repeat;
    background-size: 15px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px; }
  .classSelect .travelCount {
    margin-right: 5px;
    position: static !important;
    top: 0 !important;
    transform: translate(0, 0) !important;
    color: rgba(40, 40, 40, 0.8) !important;
    font-size: 14px !important; }
  .classSelect:focus {
    box-shadow: none; }

.selectClass {
  display: none;
  position: absolute;
  left: 0;
  right: 619px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  height: auto;
  width: 300px;
  padding: 25px;
  z-index: 10000000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px; }
  .selectClass:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 100%; }
  .selectClass div {
    overflow: hidden;
    margin: 7px 0 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .selectClass input[type=text] {
    float: left;
    width: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    padding: 0;
    text-align: left;
    border: none; }
  .selectClass strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    display: block;
    float: left;
    text-align: left;
    padding: 0px 1px 0 0;
    width: 164px; }
  .selectClass .dec {
    background-position: 0 0; }
  .selectClass .button {
    margin: 0;
    text-indent: -9999px;
    cursor: pointer;
    width: 33px;
    height: 29px;
    float: left;
    text-align: center;
    background: url(../images/add_minus.png) no-repeat; }
  .selectClass .inc {
    background-position: -33px 0px !important; }
  .selectClass [type="radio"]:checked {
    position: absolute;
    left: -9999px; }
  .selectClass [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }

.selectClass [type="radio"]:checked + label, .selectClass [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #222222;
  width: 100%; }

.selectClass [type="radio"]:checked + label:before, .selectClass [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #efefef;
  border-radius: 100%;
  background: #fff; }

.selectClass [type="radio"]:checked + label:after, .selectClass [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ef4836;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.selectClass [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.selectClass [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/*==== HEADER STYLE SCC ====*/
.header {
  padding: 21px 0 34px;
  background-color: #fff; }
  .header .top-header .header-phone {
    margin-top: 17px; }
    .header .top-header .header-phone h2 {
      font-size: 36px;
      color: #282828;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 2px; }
      .header .top-header .header-phone h2 img {
        margin-right: 9px;
        width: 29px; }
    .header .top-header .header-phone span {
      color: rgba(34, 34, 34, 0.6);
      font-size: 12px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      display: block; }
      .header .top-header .header-phone span a {
        color: rgba(34, 34, 34, 0.6); }
        .header .top-header .header-phone span a:hover {
          color: #d73240; }
  .header .navigation .navbar {
    padding: 0; }
    .header .navigation .navbar .navbar-nav .nav-item {
      margin-right: 40px; }
      .header .navigation .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        color: #282828;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        .header .navigation .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #d73240; }
      .header .navigation .navbar .navbar-nav .nav-item.active .nav-link {
        color: #d73240; }
      .header .navigation .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0; }

/*==== BANNER  STYLE SCC ====*/
.banner-sec .banner-left {
  padding: 40px 40px 33px;
  background-color: #ef4836; }
  .banner-sec .banner-left .banner-left-inner {
    max-width: 515px;
    margin-left: auto; }
    .banner-sec .banner-left .banner-left-inner .title h3 {
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom: 5px; }
    .banner-sec .banner-left .banner-left-inner .title h2 {
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 36px;
      text-transform: uppercase;
      letter-spacing: 6px;
      margin-bottom: 6px; }
    .banner-sec .banner-left .banner-left-inner .title p {
      color: rgba(255, 255, 255, 0.6);
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      font-size: 16px; }
    .banner-sec .banner-left .banner-left-inner .banner-flight-detail {
      margin-top: 42px; }
      .banner-sec .banner-left .banner-left-inner .banner-flight-detail ul {
        display: flex;
        align-items: center;
        margin-bottom: 35px; }
        .banner-sec .banner-left .banner-left-inner .banner-flight-detail ul li {
          margin-right: 27px; }
      .banner-sec .banner-left .banner-left-inner .banner-flight-detail form .form-group {
        margin-bottom: 25px; }
        .banner-sec .banner-left .banner-left-inner .banner-flight-detail form .form-group label {
          color: #fff;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          font-size: 13px;
          margin: 0 0 16px 0;
          letter-spacing: 1px;
          display: block; }
        .banner-sec .banner-left .banner-left-inner .banner-flight-detail form .form-group .form-control {
          color: rgba(40, 40, 40, 0.8);
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          font-size: 14px;
          background-color: rgba(255, 255, 255, 0.8);
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          width: 100%;
          height: 57px;
          border: none; }
        .banner-sec .banner-left .banner-left-inner .banner-flight-detail form .form-group select.form-control {
          background: rgba(255, 255, 255, 0.8) url(../images/down-arrow.svg) 96% center no-repeat;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-size: 15px; }
.banner-sec .banner-right {
  background-color: #b2b2b2;
  height: 100%; }
  .banner-sec .banner-right .banner-right-box {
    height: 100%; }
    .banner-sec .banner-right .banner-right-box .image-holder {
      position: relative;
      height: 100%; }
      .banner-sec .banner-right .banner-right-box .image-holder:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); }
      .banner-sec .banner-right .banner-right-box .image-holder img {
        height: 100%;
        object-fit: cover; }
      .banner-sec .banner-right .banner-right-box .image-holder .text-box {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1; }
        .banner-sec .banner-right .banner-right-box .image-holder .text-box .price {
          color: #fff;
          font-size: 22px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .banner-sec .banner-right .banner-right-box .image-holder .text-box ul {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 25px 0 20px; }
          .banner-sec .banner-right .banner-right-box .image-holder .text-box ul li {
            margin: 0 5px; }
            .banner-sec .banner-right .banner-right-box .image-holder .text-box ul li img {
              width: 12px;
              height: 12px; }
        .banner-sec .banner-right .banner-right-box .image-holder .text-box h2 {
          font-size: 48px;
          color: #fff;
          letter-spacing: 9px;
          text-transform: uppercase;
          margin-bottom: 15px; }
        .banner-sec .banner-right .banner-right-box .image-holder .text-box span {
          color: #fff;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          font-size: 18px;
          display: block;
          text-transform: uppercase; }
        .banner-sec .banner-right .banner-right-box .image-holder .text-box p {
          color: rgba(255, 255, 255, 0.6);
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          max-width: 500px;
          margin: 30px auto 0; }
  .banner-sec .banner-right .owl-carousel,
  .banner-sec .banner-right .owl-stage-outer,
  .banner-sec .banner-right .owl-stage,
  .banner-sec .banner-right .owl-item,
  .banner-sec .banner-right .item {
    height: 100%; }
.banner-sec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.banner-sec .owl-theme .owl-dots .owl-dot span {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease-in-out; }
.banner-sec .owl-theme .owl-dots .owl-dot.active span, .banner-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  transition: all 0.5s ease-in-out; }

/*==== FOOTER STYLE SCC ====*/
.footer {
  background-color: #515151;
  padding: 35px 0; }
  .footer .footer-inner p {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 0 11px;
    max-width: 480px; }
  .footer .footer-inner .footer-card ul li {
    display: inline-block; }
  .footer .footer-inner .footer-card span {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
    display: block; }
  .footer .footer-inner .title h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px; }
  .footer .footer-inner .footer-socail {
    margin-top: 19px; }
    .footer .footer-inner .footer-socail ul {
      display: flex;
      align-items: center; }
      .footer .footer-inner .footer-socail ul li {
        margin-right: 23px; }
        .footer .footer-inner .footer-socail ul li:last-child {
          margin: 0; }
        .footer .footer-inner .footer-socail ul li a {
          color: #fff;
          font-size: 20px; }
          .footer .footer-inner .footer-socail ul li a:hover {
            color: #d73240; }
  .footer .footer-inner .footer-customer h3 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 36px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: -35px;
    margin-bottom: 13px; }
    .footer .footer-inner .footer-customer h3 img {
      margin-right: 5px; }
  .footer .footer-inner .footer-customer a {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px; }
    .footer .footer-inner .footer-customer a:hover {
      color: #d73240; }

/*==== HEDDING STYLE ====*/
.heading {
  text-align: center; }

.heading p {
  color: #d73240;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border-bottom: 5px solid #d73240;
  padding-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 3px; }
.heading h1 {
  color: #222222;
  font-size: 32px;
  letter-spacing: 6px;
  margin-top: 15px;
  text-transform: uppercase; }

/*==== POPULAR FLIGHTS STYLE ====*/
.popular-flight {
  padding: 80px 0 112px; }
  .popular-flight .popular-flight-detail {
    margin-top: 60px; }
    .popular-flight .popular-flight-detail .popular-flight-box {
      border: 1px solid #efefef; }
      .popular-flight .popular-flight-detail .popular-flight-box .image-holder img {
        min-height: 215px;
        object-fit: cover; }
      .popular-flight .popular-flight-detail .popular-flight-box .text-box {
        padding: 30px 20px; }
        .popular-flight .popular-flight-detail .popular-flight-box .text-box h4 {
          color: #222222;
          font-size: 14px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 400;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin-bottom: 15px; }
          .popular-flight .popular-flight-detail .popular-flight-box .text-box h4 strong {
            color: #d73240; }
        .popular-flight .popular-flight-detail .popular-flight-box .text-box p {
          color: #bebebe;
          font-size: 12px;
          letter-spacing: 1px;
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 400;
          text-transform: uppercase; }
          .popular-flight .popular-flight-detail .popular-flight-box .text-box p span {
            color: #d73240; }
        .popular-flight .popular-flight-detail .popular-flight-box .text-box h3 {
          color: #222222;
          font-size: 16px;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin: 15px 0; }
        .popular-flight .popular-flight-detail .popular-flight-box .text-box .book-now-btn {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 27px; }
          .popular-flight .popular-flight-detail .popular-flight-box .text-box .book-now-btn .view-more {
            color: #bebebe;
            font-size: 12px;
            letter-spacing: 1px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            display: flex;
            align-items: center; }
            .popular-flight .popular-flight-detail .popular-flight-box .text-box .book-now-btn .view-more img {
              width: 13px;
              margin-right: 7px; }
            .popular-flight .popular-flight-detail .popular-flight-box .text-box .book-now-btn .view-more:hover {
              color: #d73240; }
    .popular-flight .popular-flight-detail .owl-theme .owl-nav {
      margin: 0;
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
      .popular-flight .popular-flight-detail .owl-theme .owl-nav [class*=owl-] {
        margin: 0;
        font-size: 18px !important;
        background-color: #f8f8f8 !important;
        border: 5px solid #fff !important;
        color: #222222;
        width: 50px;
        height: 50px;
        transition: all 0.5s ease-in-out;
        border-radius: 50%; }
        .popular-flight .popular-flight-detail .owl-theme .owl-nav [class*=owl-]:hover {
          color: #fff;
          background-color: #d73240 !important;
          transition: all 0.5s ease-in-out; }
        .popular-flight .popular-flight-detail .owl-theme .owl-nav [class*=owl-].owl-prev {
          float: left;
          position: relative;
          left: -28px; }
        .popular-flight .popular-flight-detail .owl-theme .owl-nav [class*=owl-].owl-next {
          float: right;
          position: relative;
          right: -28px; }

/*==== DETINATIONS WORLD STYLE ====*/
.destination-world {
  background-color: #f8f8f8;
  padding: 80px 0 82px; }
  .destination-world .destination-world-detail {
    margin-top: 70px; }
    .destination-world .destination-world-detail .destination-world-box {
      border: 1px solid #efefef;
      background-color: #fff;
      margin-bottom: 30px; }
      .destination-world .destination-world-detail .destination-world-box .image-holder {
        position: relative; }
        .destination-world .destination-world-detail .destination-world-box .image-holder .hot-price {
          background-color: #d04c57;
          color: #fff;
          font-size: 10px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          padding: 9px 14px 7px;
          display: inline-block;
          letter-spacing: 1px;
          position: absolute;
          left: 20px;
          top: 20px;
          z-index: 1; }
          .destination-world .destination-world-detail .destination-world-box .image-holder .hot-price.best-price {
            background-color: #24c442; }
        .destination-world .destination-world-detail .destination-world-box .image-holder:after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: 100%;
          height: 99%;
          background-color: rgba(0, 0, 0, 0.2); }
        .destination-world .destination-world-detail .destination-world-box .image-holder img {
          min-height: 248px;
          object-fit: cover; }
      .destination-world .destination-world-detail .destination-world-box .text-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px; }
        .destination-world .destination-world-detail .destination-world-box .text-box .text-inner h3 {
          color: #222222;
          font-size: 16px;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .destination-world .destination-world-detail .destination-world-box .text-box .text-inner span {
          color: #bebebe;
          font-size: 12px;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          margin: 6px 0 8px; }
          .destination-world .destination-world-detail .destination-world-box .text-box .text-inner span img {
            margin-right: 10px;
            width: 23px; }
        .destination-world .destination-world-detail .destination-world-box .text-box .text-inner h4 {
          color: #222222;
          font-size: 14px;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 400;
          letter-spacing: 1px;
          text-transform: uppercase; }
          .destination-world .destination-world-detail .destination-world-box .text-box .text-inner h4 strong {
            color: #d73240; }

/*==== PRICE CHOOSE STYLE ====*/
.price-choose {
  padding: 80px 0 112px; }
  .price-choose .price-choose-inner {
    margin-top: 30px; }
    .price-choose .price-choose-inner .price-choose-box {
      margin-top: 28px; }
      .price-choose .price-choose-inner .price-choose-box h3 {
        font-size: 20px;
        color: #222222;
        margin-bottom: 8px; }
      .price-choose .price-choose-inner .price-choose-box p {
        font-size: 16px;
        color: #222222;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        line-height: 25px;
        max-width: 500px;
        min-height: 47px; }

/*==== LETS SUBSCRIBE STYLE ====*/
.lets-subscribe {
  background-color: #6b6b6b;
  padding: 80px 0 112px; }
  .lets-subscribe .heading h1 {
    color: #fff; }
  .lets-subscribe .heading p {
    color: #fff;
    border-color: #fff; }
  .lets-subscribe .subscribe-mail {
    max-width: 770px;
    margin: 63px auto 0; }
    .lets-subscribe .subscribe-mail form {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .lets-subscribe .subscribe-mail form .form-control {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.6);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        height: 59px;
        width: calc(100% - 137px);
        box-shadow: none;
        margin-right: 30px; }
        .lets-subscribe .subscribe-mail form .form-control::placeholder {
          color: rgba(255, 255, 255, 0.6); }
        .lets-subscribe .subscribe-mail form .form-control:focus {
          border-color: #d73240; }

@media (max-width: 1199px) {
  .banner-sec .banner-left .banner-left-inner {
    max-width: 100%; }

  .popular-flight .popular-flight-detail .popular-flight-box .text-box {
    padding: 20px 15px; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner:before {
    margin-right: 10px; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner p {
    font-size: 14px; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner .promoNumber {
    font-size: 22px;
    margin-right: 5px; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h4 {
    font-size: 20px; } }
@media (max-width: 991px) {
  .header {
    padding: 20px 0; }

  .header .top-header .header-phone {
    margin-top: 0; }

  .header-logo {
    margin: 9px 0; }

  .navigation {
    margin-top: 20px; }

  .navigation .navbar-toggler {
    background-color: #d73240;
    border: none;
    padding: 9px 10px 3px;
    border-radius: 0; }

  .navigation .navbar-toggler span {
    background: url(../images/menu-icon.svg) no-repeat; }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 2;
    width: 100%;
    background-color: #fff; }

  .navbar {
    justify-content: flex-end; }

  .header .navigation .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px; }

  .banner-sec .banner-left {
    padding: 25px 15px 15px; }

  .banner-sec .banner-left .banner-left-inner .banner-flight-detail form .form-group .form-control {
    font-size: 13px;
    height: 42px; }

  .banner-sec .banner-left .banner-left-inner .banner-flight-detail form .form-group {
    margin-bottom: 15px; }

  .banner-sec .banner-left .banner-left-inner .banner-flight-detail {
    margin-top: 30px; }

  .banner-sec .banner-right .banner-right-box .image-holder .text-box {
    padding: 0 15px; }

  .banner-sec .banner-left .banner-left-inner .title h2 {
    font-size: 30px;
    letter-spacing: 2px; }

  .banner-sec .banner-right .banner-right-box .image-holder .text-box h2 {
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 5px; }

  .banner-sec .banner-right .banner-right-box .image-holder .text-box ul {
    padding: 15px 0 15px; }

  .navigation {
    margin-top: 20px; }

  .heading h1 {
    font-size: 20px; }

  .footer .footer-inner .footer-customer h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px; }

  .footer .footer-inner .footer-socail ul li {
    margin-right: 10px; }

  .footer {
    padding: 30px 0; }

  .flight-list-sec .flight-sidebar .widget {
    padding: 20px 0;
    margin-bottom: 0; }

  .flight-detail {
    margin-top: 30px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box {
    padding: 0 10px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner {
    margin-left: 10px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner h4 {
    margin-bottom: 0; }

  .contact-inner .contact-inner-right .text-box .contact-socail ul li {
    margin-right: 20px; }

  .flight-enquiry-left {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .heading p {
    padding-bottom: 10px; }

  .container {
    max-width: 100%; }

  .popular-flight,
  .destination-world,
  .price-choose,
  .lets-subscribe {
    padding: 50px 0; }

  .popular-flight .popular-flight-detail .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -5px; }

  .popular-flight .popular-flight-detail .owl-theme .owl-nav [class*=owl-].owl-next {
    right: -5px; }

  .popular-flight .popular-flight-detail .owl-theme .owl-nav {
    top: 49%; }

  .popular-flight .popular-flight-detail,
  .destination-world-detail,
  .lets-subscribe .subscribe-mail {
    margin-top: 30px; }

  .destination-world .destination-world-detail {
    margin-top: 0; }

  .destination-world .destination-world-detail .destination-world-box {
    margin-bottom: 0;
    margin-top: 30px; }

  .destination-world .destination-world-detail .destination-world-box .text-box {
    padding: 15px 10px; }

  .btn-primary {
    width: 90px;
    height: 35px; }

  .destination-world .destination-world-detail .destination-world-box .text-box .text-inner h3 {
    font-size: 14px;
    letter-spacing: 0px; }

  .destination-world .destination-world-detail .destination-world-box .text-box .text-inner h4 {
    letter-spacing: 0; }

  .price-choose .price-choose-inner .price-choose-box p {
    min-height: auto; }

  .price-choose .price-choose-inner .price-choose-box h3 {
    margin-bottom: 5px; }

  .price-choose .price-choose-inner .price-choose-box {
    margin-top: 20px; }

  .footer-card,
  .footer-socail {
    margin-bottom: 30px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder {
    max-width: 170px; }

  .flight-list-banner .image-holder img {
    height: 360px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder img {
    max-width: 100px; }

  .contact-inner {
    padding: 50px 0; }

  .contact-inner .contact-inner-right .text-box:last-child {
    margin-bottom: 0; }

  .contact-banner {
    padding: 50px 0; }

  .contact-banner .contact-banner-inner h1 {
    font-size: 30px;
    letter-spacing: 3px; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner .promoNumber {
    font-size: 14px;
    top: 0; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner:before {
    width: 25px;
    height: 25px; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner .btn-info {
    margin-left: 10px;
    font-size: 14px; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-send {
    padding: 20px 15px 0; }

  .flight-send .btn-subscribe {
    width: 130px;
    height: 45px; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .stop-box {
    margin-left: 0;
    margin-top: 10px;
    left: 50%;
    transform: translate(-50%, 0); }

  .flight-enqiury-page .flight-enquiry-sec {
    padding: 50px 0 20px; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h3 {
    font-size: 28px;
    padding: 15px 0 15px; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-economy h3 small {
    margin-top: 10px; }

  .flight-enquiry-left {
    margin-top: 0; }

  .flight-list-banner .image-holder .text-box h1 {
    font-size: 28px;
    margin: 10px 0; } }
@media (max-width: 575px) {
  .header .top-header .header-phone h2 {
    font-size: 22px; }

  .banner-sec .banner-right {
    min-height: 350px; }

  .banner-sec .banner-right .banner-right-box .image-holder .text-box p {
    font-size: 14px;
    line-height: 20px;
    max-width: 500px;
    margin: 10px auto 0; }

  .banner-sec .banner-right .banner-right-box .image-holder .text-box ul {
    padding: 10px 0; }

  .banner-sec .banner-right .banner-right-box .image-holder .text-box h2 {
    font-size: 30px; }

  .banner-sec .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 10px; }

  .popular-flight .popular-flight-detail .owl-theme .owl-nav {
    top: 49%; }

  .heading h1 {
    font-size: 18px;
    letter-spacing: 2px; }

  .lets-subscribe .subscribe-mail form .form-control {
    height: 45px;
    margin-right: 15px;
    width: calc(100% - 105px); }

  .btn-subscribe {
    height: 45px;
    width: 105px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail {
    padding: 20px 10px;
    flex-direction: column;
    text-align: center;
    align-items: center; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder {
    margin-bottom: 20px;
    max-width: 100%; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .image-holder:after {
    display: none; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box {
    padding: 0;
    width: 100%;
    max-width: 100%; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .book-now-btn {
    justify-content: center; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .oneway-flight {
    max-width: 100%;
    margin-top: 30px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .oneway-flight:after {
    display: none; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner {
    margin-left: 5px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff {
    padding: 0 10px; }

  .flight-list-sec .flight-detail .flight-detail-list .flight-detail-box .flight-detail-box-detail .text-box .flight-timing .flight-takeoff .flight-takeoff-inner {
    text-align: left; }

  .flight-list-sec .flight-detail .flight-filter .flight-filter-right {
    margin-top: 30px; }

  .flight-list-sec .flight-detail .flight-pagination ul li a.pagination-link {
    font-size: 12px;
    width: 25px;
    height: 25px;
    margin-top: 5px; }

  .flight-list-banner .image-holder .text-box h1 {
    font-size: 26px;
    letter-spacing: 6px;
    margin: 13px 0; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner p {
    margin-top: 15px; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner {
    flex-direction: column; }

  .flight-list-sec .flight-detail .flight-detail-list .call_banner .btn-info {
    display: block;
    margin: 15px auto 0; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box {
    text-align: center;
    padding: 20px 15px; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .departure-text h4 {
    justify-content: center !important;
    margin: 10px 0; }

  .flight-enquiry-box .text-right {
    text-align: center !important; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .departure-text p {
    margin: 0 0 10px 0; }

  .flight-enqiury-page .flight-enquiry-sec .flight-enquiry-detail .flight-enquiry-box .stop {
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0); } }
@media (max-width: 479px) {
  .header .top-header .header-phone h2 {
    font-size: 12px; }

  .header .top-header .header-phone h2 img {
    margin-right: 5px;
    max-width: 17px; }

  .header .top-header .header-phone span {
    font-size: 10px; }

  .header-logo {
    margin: 0px 0; }

  .lets-subscribe .subscribe-mail form {
    flex-direction: column; }

  .lets-subscribe .subscribe-mail form .form-control {
    margin-right: 0;
    width: 100%; }

  .lets-subscribe .subscribe-mail form .btn-subscribe {
    width: 100%;
    margin-top: 10px; }

  .flight-list-sec .flight-detail .flight-pagination ul li.prev-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; }

  .flight-list-sec .flight-detail .flight-pagination ul li.next-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }

  .flight-list-banner .image-holder img {
    height: 220px; }

  .flight-list-banner .image-holder .text-box h1 {
    font-size: 22px;
    letter-spacing: 2px; } }

/*# sourceMappingURL=custom.css.map */
