img {
  max-width: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font: 100% "Poppins", sans-serif;
  font-weight: normal;
  font-family: "Poppins";
  font-size: 14px;
}

p {
  line-height: 25px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Poppins";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Poppins";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-top {
  background: #eaeff2;
  padding: 10px 0;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header-top a {
  display: inline-block;
  color: #0f1c2b;
}
.header-top .left li {
  display: inline-block;
}
.header-top .left li::after {
  content: "|";
  display: inline-block;
  color: #0f1c2b;
  padding-left: 5px;
}
.header-top .left li:last-child::after {
  display: none;
}
.header-top .left img {
  vertical-align: middle;
  margin-right: 2px;
}
.header-top .right a {
  margin-left: 5px;
}
.header-top .right img {
  vertical-align: middle;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header a {
  display: inline-block;
  color: #0f1c2b;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header ul a {
  padding: 40px 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.header ul a:hover {
  color: #fff;
}
.header ul a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  background: #fd5900;
  z-index: -1;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  height: 181%;
}
.header ul a.active {
  position: relative;
  color: #fff;
}
.header ul a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  background: #fd5900;
  z-index: -1;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  height: 181%;
}

.footer {
  background: #142533;
  color: #fff;
  padding: 30px 0;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-box {
  width: 15%;
}
.footer .footer-space {
  width: 18%;
}
.footer a {
  display: inline-block;
  color: #fff;
}
.footer .footer-logo {
  display: block;
}
.footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
}
.footer span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.footer .icons img {
  vertical-align: middle;
}
.footer .title {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.footer ul a {
  display: block;
  color: #7b8389;
  font-size: 13px;
  margin: 0 0 5px;
}
.footer p {
  font-size: 13px;
  color: #7b8389;
}

.copayright {
  text-align: center;
  padding: 15px 0;
  text-align: center;
  background: #0f1c2b;
}
.copayright p {
  font-size: 14px;
  color: #7b8389;
  font-weight: 700;
}

.banner {
  position: relative;
}
.banner figure {
  text-align: center;
}
.banner figure img {
  max-width: 100%;
}
.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0f1c2b;
  padding: 50px 0 0;
}
.banner .left {
  width: 50%;
  margin: 45px 0 0;
}
.banner .title {
  font-size: 42px;
  text-transform: uppercase;
}
.banner .heading {
  font-size: 78px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 60px;
}
.banner span {
  font-size: 22px;
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 1px dashed #0f1c2b;
}
.banner p {
  font-size: 34px;
  font-style: italic;
  padding: 15px 0 0;
}

.banner-form {
  width: 30%;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #0f1626;
  -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}
.banner-form .heading-form {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.banner-form .heading-form::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #fd5900;
  width: 65px;
  margin: 0 auto;
}
.banner-form .input-box {
  margin: 0 0 15px;
}
.banner-form input {
  background: #eaeff2;
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #0f1c2b;
}
.banner-form input::-webkit-input-placeholder {
  color: #7b8389;
  opacity: 100%;
}
.banner-form input::-moz-placeholder {
  color: #7b8389;
  opacity: 100%;
}
.banner-form input:-ms-input-placeholder {
  color: #7b8389;
  opacity: 100%;
}
.banner-form input::-ms-input-placeholder {
  color: #7b8389;
  opacity: 100%;
}
.banner-form input::placeholder {
  color: #7b8389;
  opacity: 100%;
}
.banner-form .forgot-password {
  color: #2367B0;
  text-decoration: underline;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 15px;
}
.banner-form .loginbtn {
  margin-top: 15px;
  width: 100%;
  font-size: 21px;
  background: #fd5900;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px;
}

.checkboxbtn {
  border-top: 1px dashed #0f1c2b;
  border-bottom: 1px dashed #0f1c2b;
  padding: 10px 0;
}
.checkboxbtn .checkbtn input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkboxbtn .checkbtn label {
  position: relative;
  cursor: pointer;
}
.checkboxbtn .checkbtn label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #2367B0;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkboxbtn .checkbtn input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banner-bottom {
  padding: 140px 0 40px;
  color: #0f1c2b;
}
.banner-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-bottom .content {
  text-transform: uppercase;
}
.banner-bottom .title {
  font-size: 17px;
  font-weight: 500;
}
.banner-bottom .heading {
  font-size: 26px;
  font-weight: 700;
}
.banner-bottom ul li {
  display: inline-block;
  padding-left: 18px;
}

.travel-exparts {
  background: #eaeff2;
  padding: 40px 0;
  color: #0f1c2b;
}
.travel-exparts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.travel-exparts .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
.travel-exparts .logoicon {
  width: 15%;
}
.travel-exparts .right {
  width: 85%;
}
.travel-exparts span {
  font-size: 14px;
}
.travel-exparts .heading {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.travel-exparts p {
  font-size: 14px;
  padding: 20px 0;
  color: #7b8389;
  text-align: justify;
}
.travel-exparts figure {
  width: 44%;
}

.we-offer {
  padding: 40px 0;
  color: #0f1c2b;
}
.we-offer .heading {
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.we-offer .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #fd5900;
  width: 65px;
  margin: 0 auto;
}
.we-offer span {
  color: #7b8389;
  font-weight: 800;
  font-size: 32px;
}
.we-offer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.we-offer ul li {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.we-offer figure {
  width: 30%;
}
.we-offer .text {
  width: 63%;
}
.we-offer .title {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  padding: 0 0 6px;
}
.we-offer p {
  font-size: 13px;
  font-style: italic;
}

.weare-box {
  padding: 40px 0;
  background: #eaeff2;
  color: #0f1c2b;
}
.weare-box .top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.weare-box .top-text p {
  width: 72%;
  font-size: 14px;
  font-style: italic;
}
.weare-box .heading {
  font-size: 32px;
  font-weight: 800;
  width: 25%;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.weare-box .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #fd5900;
  width: 65px;
}
.weare-box span {
  color: #7b8389;
  font-weight: 800;
  font-size: 32px;
}
.weare-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
}
.weare-box ul li {
  width: 30%;
  text-align: center;
}
.weare-box .title {
  font-size: 22px;
  font-weight: 800;
  padding: 13px 0 10px;
}
.weare-box p {
  font-size: 14px;
  font-style: italic;
}

.subsribe-box {
  padding: 30px 0;
  background: #2367B0;
  color: #fff;
}
.subsribe-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subsribe-box .left {
  width: 37%;
  text-align: right;
}
.subsribe-box .heading {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
}
.subsribe-box p {
  font-size: 17px;
  font-style: italic;
}
.subsribe-box .right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subsribe-box input {
  width: 80%;
  background: #fff;
  padding: 15px;
  font-size: 17px;
  font-style: italic;
}
.subsribe-box input::-webkit-input-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.subsribe-box input::-moz-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.subsribe-box input:-ms-input-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.subsribe-box input::-ms-input-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.subsribe-box input::placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.subsribe-box button {
  width: 20%;
  color: #fff;
  padding: 15px;
  background: #fd5900;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}

.header-inner {
  padding: 10px 0;
}

.header-profile-box a {
  display: inline-block;
  font-size: 15px;
  color: #0f1c2b;
  margin-left: 10px;
}
.header-profile-box img {
  vertical-align: middle;
  margin-right: 3px;

    max-height: 108px;
}

.search-top {
  padding: 15px;
  border: 1px solid #D3D3D3;
  margin-top: 15px;
  border-radius: 50px;
}

.search-top input {
  width: 50%;
  background: url(../images/home/search.svg) no-repeat 0%;
  padding: 0 20px;
  font-size: 15px;
}

.search-top input::-webkit-input-placeholder {
  color: #1B1C1F;
  opacity: 100%;
  font-weight: 300;
}

.search-top input::-moz-placeholder {
  color: #1B1C1F;
  opacity: 100%;
  font-weight: 300;
}

.search-top input:-ms-input-placeholder {
  color: #1B1C1F;
  opacity: 100%;
  font-weight: 300;
}

.search-top input::-ms-input-placeholder {
  color: #1B1C1F;
  opacity: 100%;
  font-weight: 300;
}

.search-top input::placeholder {
  color: #1B1C1F;
  opacity: 100%;
  font-weight: 300;
}

.credit-boxing {
  padding: 20px 20px 0 0;
}

.credit-boxing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.credit-boxing ul li {
  padding: 20px 15px;
  background: #ffffff;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 20px 20px 0;
}

.credit-boxing .inner-text {
  width: 66%;
  text-align: center;
  color: #1B1C1F;
}

.credit-boxing span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}

.credit-boxing label {
  font-size: 16px;
  font-weight: 800;
}

.credit-boxing .border {
  border: 2px solid #D3D3D3;
  margin: 5px 0 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
}

.credit-boxing .border::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -2px;
  border: 2px solid #FFC013;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  right: 100px;
}

.tasks-box {
  width: 100%;
  text-align: center;
}

.tasks-box strong {
  display: inline-block;
  padding: 5px 18px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #1B1C1F;
  color: #ffffff;
  font-size: 14px;
}

.recent-flight-booking-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}

.flight-booking-left {
  width: 49%;
  background: #ffffff;
  -webkit-box-shadow: -1px 2px 8px -1px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 2px 8px -1px rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
}

.flight-booking-left .heading {
  padding: 20px;
  font-size: 15px;
  color: #1B1C1F;
  font-weight: 600;
  border-bottom: 1px solid #D3D3D3;
}

.flight-booking-left .heading i {
  vertical-align: middle;
  color: #FFC013;
  margin-right: 10px;
  font-size: 22px;
}

.flight-booking-left table {
  width: 100%;
}

.flight-booking-left table tr {
  border-bottom: 1px solid #D3D3D3;
}

.flight-booking-left table tr td {
  padding: 15px 0 15px 20px;
  color: #1B1C1F;
}

.flight-booking-left table strong {
  font-weight: 600;
}

.flight-booking-left span {
  display: block;
  padding-bottom: 5px;
}

.flight-booking-left .f-dac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flight-blog {
  width: 49%;
}
.flight-blog ul {
	height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-blog ul li {
  width: 49%;
  margin: 0 0 10px;
}
.flight-blog a {
  display: block;
}

.header-bottom {
  background: #142533;
}
.header-bottom i img {
  vertical-align: middle;
}
.header-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-bottom ul a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 12px 0;
}
.header-bottom ul a img {
  vertical-align: middle;
  margin-left: 2px;
}

.search-box-main {
  background: #eaeff2;
  padding: 30px 0;
  color: #0f1c2b;
}
.search-box-main .heading {
  font-size: 25px;
  font-weight: 500;
}
.search-box-main p {
  font-size: 15px;
  padding: 0 0 15px;
}
.search-box-main .search-tab a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  background: #fd5900;
  font-weight: 500;
}
.search-box-main .search-tab img {
  vertical-align: middle;
  margin-right: 3px;
}
.search-box-main .search-box {
  background: #fff;
  padding: 15px;
}

.search-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.search-location .input-box {
  width: 27%;
}
.search-location .in-space {
  width: 15%;
}
.search-location label {
  display: block;
  padding: 0 0 8px;
  font-size: 15px;
}
.search-location input, .search-location select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 14px;
}
.search-location input::-webkit-input-placeholder, .search-location select::-webkit-input-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.search-location input::-moz-placeholder, .search-location select::-moz-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.search-location input:-ms-input-placeholder, .search-location select:-ms-input-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.search-location input::-ms-input-placeholder, .search-location select::-ms-input-placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.search-location input::placeholder, .search-location select::placeholder {
  color: #0f1c2b;
  opacity: 100%;
}
.search-location select {
  background: url(../images/search/down.svg) no-repeat 95%;
}

.searchbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.searchbottom a {
  display: inline-block;
  background: #fd5900;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 8px 25px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
.searchbottom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.searchbottom label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #0f1c2b;
}
.searchbottom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: #7b8389;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.searchbottom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.radiobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radiobtn .in {
  margin-right: 20px;
}
.radiobtn [type=radio]:checked,
.radiobtn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radiobtn [type=radio]:checked + label,
.radiobtn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0f1c2b;
}
.radiobtn [type=radio]:checked + label:before,
.radiobtn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radiobtn [type=radio]:checked + label:after,
.radiobtn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fd5900;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radiobtn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radiobtn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}



.flags{
  margin:0;
  
}
.flag{
  box-sizing:content-box;
  display:inline-block;
  position:relative;
  width:1em;
  height:1em;
  margin:0;
  background:#fff;
  border-radius:50%;
  border:solid #eee;
  overflow:hidden;
  box-shadow:0;
  opacity:.5;
  transition: 1s;
}
.flag:hover, .flag.active{
  border-radius:50%;
  box-shadow:0 0 .2em #666;
  opacity:1;
  transform:rotate(-360deg);
}
/* UK */
.en{
  background:rgb(200,10,10);
}

.en:after{

}
.en:before{
  display:block;
  content:"";
  width:0;
  height:0;
  position:absolute;
  left:.5em;
  border-style: solid;
  border-width: 0 0 .5em 1em;
  border-color: transparent  transparent  transparent rgb(10,100,150);
  box-shadow:0 0 0 .125em #fff;
}
.en:after{
  display:block;
  content:"";
  position:absolute;
  background:#fff;
  width:.125em;
  height:.65em;
  left:66%;
  transform:rotate(60deg);
}

/* Wales CY */
.cy:before{
  background:rgb(10,150,10);
  display:block;
  position:absolute;
  bottom:0;
  content:"";
  width:1em;
  height:0.5em;
}
.cy:after{
  display:block;
  content:"";
  width:.5em;
  height:0.5em;
  position:absolute;
  top:.25em;
  left:.25em;
  background:rgb(200,10,10);
  border-radius:50% 50% 0 ;
}
/* Francais FR */
.fr:before{
  background:rgb(10,100,150);
  display:block;
  position:absolute;
  bottom:0;
  content:"";
  width:.333em;
  height:1em;
}
.fr:after{
  display:block;
  content:"";
  width:.333em;
  height:1em;
  float:right;
  background:rgb(200,10,10);
}
/* Italiano IT */
.it:before{
  background:rgb(10,150,10);
  display:block;
  position:absolute;
  bottom:0;
  content:"";
  width:.333em;
  height:1em;
}
.it:after{
  display:block;
  content:"";
  width:.333em;
  height:1em;
  float:right;
  background:rgb(200,10,10);
}
/* Deutchland DE */
.de{
  background:rgb(200,10,10);
}
.de:before{
  background:rgb(255,200,0);
  display:block;
  position:absolute;
  bottom:0;
  content:"";
  width:1em;
  height:.333em;
}
.de:after{
  display:block;
  content:"";
  width:1em;
  height:.333em;
  background:rgb(0,0,0);
}

/* Belgique be */
.be{
  background:rgb(255,200,0);
}
.be:before{
  background:rgb(0,0,0);
  display:block;
  position:absolute;
  content:"";
  height:1em;
  width:.333em;
}
.be:after{
  background:rgb(200,10,10);
  display:block;
  content:"";
  width:.333em;
  height:1em;
  float:right;
}


.openmenu{
	display:none;
}

.flags a{
cursor:pointer;
}


.header-profile-box .profildiv{
	position:relative;
}

.header-profile-box .profildiv .profile{
	    position: absolute;
      z-index: 9999;
    top: 32px;
    background: #fff;
    border: 1px solid #d6d6d6;
}
.header-profile-box .profildiv .profile a{
	    display: block;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}



@media (max-width: 767px) {
  .banner .container{
    position: relative;
  }
  .banner .left {
    display: none;
}
.banner-form {
  width: 100%;
}
}