/* 
 * Core variables findmyfare and mixins
 */
/*------------------------------------*\
  # fonts.
\*------------------------------------*/
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Regular.woff2"); }
/*------------------------------------*\
  # fonts color schema.
\*------------------------------------*/
/*------------------------------------*\
  #color variation.
\*------------------------------------*/
/*------------------------------------*\
  # error messages color schema
\*------------------------------------*/
/*------------------------------------*\
  # Font size
\*------------------------------------*/
/*------------------------------------*\
  # Footer font size 
\*------------------------------------*/
/*------------------------------------*\
  # font size variation.
\*------------------------------------*/
/*------------------------------------*\
  # buttons
\*------------------------------------*/
/*------------------------------------*\
  # buttons hover effects
\*------------------------------------*/
/*------------------------------------*\
  # margin & padding 
\*------------------------------------*/
/*------------------------------------*\
  #font colors 
\*------------------------------------*/
/*--------------------------------------*\
    #Layout config
\*------------------------------------*/
/*--------------------------------------*\
    #sub pages
\*------------------------------------*/
/*--------------------------------------*\
    # common min-height
\*------------------------------------*/
/*------------------------------------*\
  # fonts.
\*------------------------------------*/
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Regular.woff2"); }
/*------------------------------------*\
  # fonts color schema.
\*------------------------------------*/
/*------------------------------------*\
  #color variation.
\*------------------------------------*/
/*------------------------------------*\
  # error messages color schema
\*------------------------------------*/
/*------------------------------------*\
  # Font size
\*------------------------------------*/
/*------------------------------------*\
  # Footer font size 
\*------------------------------------*/
/*------------------------------------*\
  # font size variation.
\*------------------------------------*/
/*------------------------------------*\
  # buttons
\*------------------------------------*/
/*------------------------------------*\
  # buttons hover effects
\*------------------------------------*/
/*------------------------------------*\
  # margin & padding 
\*------------------------------------*/
/*------------------------------------*\
  #font colors 
\*------------------------------------*/
/*--------------------------------------*\
    #Layout config
\*------------------------------------*/
/*--------------------------------------*\
    #sub pages
\*------------------------------------*/
/*--------------------------------------*\
    # common min-height
\*------------------------------------*/
body {
  background: #ffffff;
  font-family: "Roboto", sans-serif; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li .new-item {
      position: absolute;
      font-size: 7px;
      font-weight: bold;
      color: #ffffff;
      background: #ff0000;
      padding: 1px 5px;
      border-radius: 2px;
      top: 4px;
      right: 5px; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 7px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #dedede; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

/*------------------------------------*\
  # fonts.
\*------------------------------------*/
@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Roboto-Regular.woff2"); }
/*------------------------------------*\
  # fonts color schema.
\*------------------------------------*/
/*------------------------------------*\
  #color variation.
\*------------------------------------*/
/*------------------------------------*\
  # error messages color schema
\*------------------------------------*/
/*------------------------------------*\
  # Font size
\*------------------------------------*/
/*------------------------------------*\
  # Footer font size 
\*------------------------------------*/
/*------------------------------------*\
  # font size variation.
\*------------------------------------*/
/*------------------------------------*\
  # buttons
\*------------------------------------*/
/*------------------------------------*\
  # buttons hover effects
\*------------------------------------*/
/*------------------------------------*\
  # margin & padding 
\*------------------------------------*/
/*------------------------------------*\
  #font colors 
\*------------------------------------*/
/*--------------------------------------*\
    #Layout config
\*------------------------------------*/
/*--------------------------------------*\
    #sub pages
\*------------------------------------*/
/*--------------------------------------*\
    # common min-height
\*------------------------------------*/
@media only screen and (min-width: 1200px) {
  .navbar-container {
    width: 1260px; }

  .show-in-tab {
    display: none !important; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hide-in-responsive {
    display: none !important; }

  .show-in-tab {
    display: block !important; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-container {
    width: 835px; }

  .hide-in-responsive {
    display: none !important; }

  .hide-in-tab {
    display: none !important; }

  .show-in-tab {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .dropdown-mobile {
    display: block !important; }

  .dropdown-desktop {
    display: none !important; }

  .navbar-brand {
    margin-left: 10px; }

  .nav > li > a {
    padding: 0 16px; }

  .show-in-tab {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .dropdown-mobile {
    display: none !important; }

  .dropdown-desktop {
    display: block !important; } }
.navbar {
  margin-bottom: 0px; }
  .navbar .nav-label h2 {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 6px; }
  .navbar .navbar-header .promo-logo img {
    margin-top: 7px;
    border-left: 1px solid #e8e8e8;
    max-width: 145px; }

.navbar-brand {
  height: 54px;
  padding: 17px 8px;
  margin-right: 10px; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #045894;
  background: none; }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-nav {
  margin: 7.5px -15px;
  margin-top: 0px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
        border-bottom: 1px solid #e0e0e0; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 4px;
          padding-bottom: 3px;
          padding-left: 6px;
          padding-right: 6px; } }

.navbar-nav > li > a {
  color: #526775; }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #045894; }
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }
.navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar {
  margin-bottom: 0px; }

.custom-max-with-1240 {
  max-width: 1240px; }

.navbar-right > li > a {
  padding: 14px 15px;
  border-right: 1px solid #dedede; }
.navbar-right li:last-child a {
  border: none; }

.navbar-default .navbar-nav > li > a {
  min-height: 56px;
  color: #526775; }

.header-dropdown > li > a {
  display: block;
  padding: 12px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #526775;
  white-space: nowrap;
  font-size: 14px; }
  .header-dropdown > li > a h2 {
    font-size: 14px;
    white-space: nowrap;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 400; }

span.acc-icon {
  background: url(https://fmffiles.s3.amazonaws.com/files/my-account-icon.-FMF1505127612.png); }

.open span.acc-icon {
  background: url(https://fmffiles.s3.amazonaws.com/files/my-account-icon-hover.-FMF1505127724.png); }

.dropdown-desktop .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0;
  background: #f8f8f8;
  border: none;
  border-top-right-radius: 0;
  padding: 0px 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  min-width: initial; }

.dropdown-desktop .dropdown-menu:before {
  content: " ";
  width: 9px;
  height: 9px;
  position: absolute;
  top: -8px;
  left: 44%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px 9px;
  border-color: transparent transparent #ffffff transparent; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background: none;
  background-color: #3f90ca; }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  z-index: 3;
  position: relative; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 12px;
    font-weight: 500;
    text-shadow: none; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #ffffff;
      background-color: #045894; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #045894; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border: none;
    border-radius: 0px;
    border-color: #045894; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dcdcdc; }
    .navbar-default .navbar-toggle .icon-bar {
      border-radius: 0px;
      height: 3px;
      background-color: #045894; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    background-color: #045894;
    color: #ffffff; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.fmf-call {
  padding: 16px 15px;
  border-right: 1px solid #dedede; }
  .fmf-call span {
    display: inline-block;
    margin-right: 4px;
    color: #045894;
    font-size: 1.1em;
    font-weight: 500; }
    .fmf-call span img {
      margin-bottom: 3px; }

.fmf-call:hover {
  background: transparent !important; }

.fmf-my-account span.acc-icon {
  display: inline-block;
  margin-right: 4px; }
.fmf-my-account span {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top; }

.fmf-lang {
  padding: 15px !important; }

/* navigation icons */
.hicon {
  width: 37px;
  height: 25px;
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/nav-icons-sprite.png");
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto; }

.hicon-nav-icon-flight {
  background-position: -1px 2px; }

.hicon-nav-icon-hotel {
  background-position: -38px 2px; }

.hicon-nav-icon-holiday {
  background-position: -76px 2px; }

.hicon-nav-icon-things {
  background-position: -114px 2px; }

.hicon-nav-icon-gifts {
  background-position: -152px 2px; }

.hicon-nav-icon-more {
  background-position: -190px 2px; }

.open .hicon-nav-icon-more {
  background-position: -190px -22px; }

.hicon-nav-icon-fplush {
  background-position: -228px 2px; }

.hicon-nav-icon-account {
  background-position: -266px 2px; }

.hicon-nav-icon-visa {
  background-position: -269px 2px; }

.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-flight, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-flight, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-flight, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-flight, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-flight {
  background-position: -1px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-hotel, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-hotel, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-hotel, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-hotel, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-hotel {
  background-position: -38px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-holiday, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-holiday, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-holiday, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-holiday, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-holiday {
  background-position: -76px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-things, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-things, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-things, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-things, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-things {
  background-position: -114px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-gifts, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-gifts, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-gifts, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-gifts, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-gifts {
  background-position: -152px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-more, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-more, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-more, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-more, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-more {
  background-position: -190px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-fplush, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-fplush, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-fplush, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-fplush, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-fplush {
  background-position: -228px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-account, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-account, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-account, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-account, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-account {
  background-position: -266px -22px; }
.navbar-default .navbar-nav > li > a:hover .hicon-nav-icon-visa, .navbar-default .navbar-nav > li > a:focus .hicon-nav-icon-visa, .navbar-default .navbar-nav > .active > a .hicon-nav-icon-visa, .navbar-default .navbar-nav > .active > a:hover .hicon-nav-icon-visa, .navbar-default .navbar-nav > .active > a:focus .hicon-nav-icon-visa {
  background-position: -269px -22px; }

@media (min-width: 320px) and (max-width: 479px) {
  .navbar .navbar-header .promo-logo img {
    max-width: 135px;
    margin-top: 6px;
    border-left: none; } }
@media (max-width: 320px) {
  .navbar .navbar-header .promo-logo img {
    max-width: 96px;
    margin-top: 13px;
    border-left: none; } }
@media (min-width: 480px) and (max-width: 767px) {
  .header .navbar .nav-icon {
    float: left;
    margin-right: 6px;
    margin-top: 2px; }
  .header .navbar .nav-label {
    line-height: 36px; }
  .header .navbar .nav .new-item {
    top: 8px;
    width: 25px;
    left: 116px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-container {
    width: 100%; }

  .dropdown-desktop .fmf-lang {
    display: none; }

  .navbar .navbar-header .promo-logo img {
    margin-top: 12px;
    max-width: 115px;
    margin-left: -20px; }

  .navbar .nav-label h2 {
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 6px; }

  .navbar .navbar-nav > li > a {
    padding-left: 2px; }

  .navbar .navbar-right > li > a {
    padding: 14px 12px; }

  .navbar .fmf-my-account span.acc-icon {
    display: inline-block;
    margin-right: 0px; }

  .navbar .navbar-nav .fmf-call {
    padding: 16px 5px; }

  .navbar .navbar-nav .fmf-call span {
    font-size: 1.0em; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-header .promo-logo img {
    margin-top: 7px;
    max-width: 140px;
    margin-left: -20px; }

  .navbar .navbar-nav > li > a {
    padding-left: 4px; }

  .navbar .fmf-my-account span {
    margin-right: -2px;
    margin-left: 8px; } }
/*------------------------------------*\
  #COUNTRY PICKER
\*------------------------------------*/
.country-flag {
  width: 20px;
  height: 12px;
  float: right; }

.flg {
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/flg-spritesheet.png");
  background-repeat: no-repeat;
  display: block; }

.flg-afg {
  width: 20px;
  height: 12px;
  background-position: -1px -1px; }

.flg-alg {
  width: 20px;
  height: 12px;
  background-position: -1px -15px; }

.flg-ame {
  width: 20px;
  height: 12px;
  background-position: -1px -29px; }

.flg-ang {
  width: 20px;
  height: 12px;
  background-position: -1px -43px; }

.flg-ant {
  width: 20px;
  height: 12px;
  background-position: -1px -57px; }

.flg-arg {
  width: 20px;
  height: 12px;
  background-position: -1px -71px; }

.flg-arm {
  width: 20px;
  height: 12px;
  background-position: -1px -85px; }

.flg-austl {
  width: 20px;
  height: 12px;
  background-position: -1px -99px; }

.flg-austr {
  width: 20px;
  height: 12px;
  background-position: -1px -113px; }

.flg-aze {
  width: 20px;
  height: 12px;
  background-position: -1px -127px; }

.flg-bahm {
  width: 20px;
  height: 12px;
  background-position: -1px -141px; }

.flg-bahr {
  width: 20px;
  height: 12px;
  background-position: -1px -155px; }

.flg-ban {
  width: 20px;
  height: 12px;
  background-position: -1px -169px; }

.flg-bar {
  width: 20px;
  height: 12px;
  background-position: -1px -183px; }

.flg-belg {
  width: 20px;
  height: 12px;
  background-position: -1px -197px; }

.flg-belu {
  width: 20px;
  height: 12px;
  background-position: -1px -211px; }

.flg-ben {
  width: 20px;
  height: 12px;
  background-position: -1px -225px; }

.flg-bhu {
  width: 20px;
  height: 12px;
  background-position: -1px -239px; }

.flg-bol {
  width: 20px;
  height: 12px;
  background-position: -1px -253px; }

.flg-bos {
  width: 20px;
  height: 12px;
  background-position: -1px -267px; }

.flg-bot {
  width: 20px;
  height: 12px;
  background-position: -1px -281px; }

.flg-bra {
  width: 20px;
  height: 12px;
  background-position: -1px -295px; }

.flg-bru {
  width: 20px;
  height: 12px;
  background-position: -1px -309px; }

.flg-bul {
  width: 20px;
  height: 12px;
  background-position: -1px -323px; }

.flg-burk {
  width: 20px;
  height: 12px;
  background-position: -1px -337px; }

.flg-buru {
  width: 20px;
  height: 12px;
  background-position: -1px -351px; }

.flg-camb {
  width: 20px;
  height: 12px;
  background-position: -1px -365px; }

.flg-camr {
  width: 20px;
  height: 12px;
  background-position: -1px -379px; }

.flg-can {
  width: 20px;
  height: 12px;
  background-position: -1px -393px; }

.flg-cap {
  width: 20px;
  height: 12px;
  background-position: -1px -407px; }

.flg-cen {
  width: 20px;
  height: 12px;
  background-position: -1px -421px; }

.flg-cha {
  width: 20px;
  height: 12px;
  background-position: -1px -435px; }

.flg-chil {
  width: 20px;
  height: 12px;
  background-position: -1px -449px; }

.flg-chin {
  width: 20px;
  height: 12px;
  background-position: -1px -463px; }

.flg-chr {
  width: 20px;
  height: 12px;
  background-position: -1px -477px; }

.flg-coc {
  width: 20px;
  height: 12px;
  background-position: -1px -491px; }

.flg-col {
  width: 20px;
  height: 12px;
  background-position: -1px -505px; }

.flg-com {
  width: 20px;
  height: 12px;
  background-position: -1px -519px; }

.flg-coo {
  width: 20px;
  height: 12px;
  background-position: -1px -533px; }

.flg-cos {
  width: 20px;
  height: 12px;
  background-position: -1px -547px; }

.flg-cro {
  width: 20px;
  height: 12px;
  background-position: -1px -561px; }

.flg-cyp {
  width: 20px;
  height: 12px;
  background-position: -1px -575px; }

.flg-cze {
  width: 20px;
  height: 12px;
  background-position: -1px -589px; }

.flg-dem {
  width: 20px;
  height: 12px;
  background-position: -1px -603px; }

.flg-den {
  width: 20px;
  height: 12px;
  background-position: -1px -617px; }

.flg-dji {
  width: 20px;
  height: 12px;
  background-position: -1px -631px; }

.flg-eas {
  width: 20px;
  height: 12px;
  background-position: -1px -645px; }

.flg-ecu {
  width: 20px;
  height: 12px;
  background-position: -1px -659px; }

.flg-egy {
  width: 20px;
  height: 12px;
  background-position: -1px -673px; }

.flg-equ {
  width: 20px;
  height: 12px;
  background-position: -1px -687px; }

.flg-eri {
  width: 20px;
  height: 12px;
  background-position: -1px -701px; }

.flg-est {
  width: 20px;
  height: 12px;
  background-position: -1px -715px; }

.flg-eth {
  width: 20px;
  height: 12px;
  background-position: -1px -729px; }

.flg-fal {
  width: 20px;
  height: 12px;
  background-position: -1px -743px; }

.flg-far {
  width: 20px;
  height: 12px;
  background-position: -1px -757px; }

.flg-fij {
  width: 20px;
  height: 12px;
  background-position: -1px -771px; }

.flg-fin {
  width: 20px;
  height: 12px;
  background-position: -1px -785px; }

.flg-fra {
  width: 20px;
  height: 12px;
  background-position: -1px -799px; }

.flg-freg {
  width: 20px;
  height: 12px;
  background-position: -1px -813px; }

.flg-frep {
  width: 20px;
  height: 12px;
  background-position: -1px -827px; }

.flg-gab {
  width: 20px;
  height: 12px;
  background-position: -1px -841px; }

.flg-geo {
  width: 20px;
  height: 12px;
  background-position: -1px -855px; }

.flg-ger {
  width: 20px;
  height: 12px;
  background-position: -1px -869px; }

.flg-gha {
  width: 20px;
  height: 12px;
  background-position: -1px -883px; }

.flg-gib {
  width: 20px;
  height: 12px;
  background-position: -1px -897px; }

.flg-grec {
  width: 20px;
  height: 12px;
  background-position: -1px -911px; }

.flg-gren {
  width: 20px;
  height: 12px;
  background-position: -1px -925px; }

.flg-gua {
  width: 20px;
  height: 12px;
  background-position: -1px -939px; }

.flg-gui {
  width: 20px;
  height: 12px;
  background-position: -1px -953px; }

.flg-guy {
  width: 20px;
  height: 12px;
  background-position: -1px -967px; }

.flg-hai {
  width: 20px;
  height: 12px;
  background-position: -1px -981px; }

.flg-hun {
  width: 20px;
  height: 12px;
  background-position: -1px -995px; }

.flg-ice {
  width: 20px;
  height: 12px;
  background-position: -1px -1009px; }

.flg-ind {
  width: 20px;
  height: 12px;
  background-position: -1px -1023px; }

.flg-indo {
  width: 20px;
  height: 12px;
  background-position: -1px -1037px; }

.flg-ira {
  width: 20px;
  height: 12px;
  background-position: -1px -1051px; }

.flg-ire {
  width: 20px;
  height: 12px;
  background-position: -1px -1065px; }

.flg-isr {
  width: 20px;
  height: 12px;
  background-position: -1px -1079px; }

.flg-ita {
  width: 20px;
  height: 12px;
  background-position: -1px -1093px; }

.flg-jam {
  width: 20px;
  height: 12px;
  background-position: -1px -1107px; }

.flg-jap {
  width: 20px;
  height: 12px;
  background-position: -1px -1121px; }

.flg-jor {
  width: 20px;
  height: 12px;
  background-position: -1px -1135px; }

.flg-kaz {
  width: 20px;
  height: 12px;
  background-position: -1px -1149px; }

.flg-ken {
  width: 20px;
  height: 12px;
  background-position: -1px -1163px; }

.flg-kir {
  width: 20px;
  height: 12px;
  background-position: -1px -1177px; }

.flg-kuw {
  width: 20px;
  height: 12px;
  background-position: -1px -1191px; }

.flg-kyr {
  width: 20px;
  height: 12px;
  background-position: -1px -1205px; }

.flg-lao {
  width: 20px;
  height: 12px;
  background-position: -1px -1219px; }

.flg-lat {
  width: 20px;
  height: 12px;
  background-position: -1px -1233px; }

.flg-leb {
  width: 20px;
  height: 12px;
  background-position: -1px -1247px; }

.flg-les {
  width: 20px;
  height: 12px;
  background-position: -1px -1261px; }

.flg-lib {
  width: 20px;
  height: 12px;
  background-position: -1px -1275px; }

.flg-lit {
  width: 20px;
  height: 12px;
  background-position: -1px -1289px; }

.flg-lux {
  width: 20px;
  height: 12px;
  background-position: -1px -1303px; }

.flg-maca {
  width: 20px;
  height: 12px;
  background-position: -1px -1317px; }

.flg-mace {
  width: 20px;
  height: 12px;
  background-position: -1px -1331px; }

.flg-mad {
  width: 20px;
  height: 12px;
  background-position: -1px -1345px; }

.flg-malaw {
  width: 20px;
  height: 12px;
  background-position: -1px -1359px; }

.flg-malay {
  width: 20px;
  height: 12px;
  background-position: -1px -1373px; }

.flg-mald {
  width: 20px;
  height: 12px;
  background-position: -1px -1387px; }

.flg-mali {
  width: 20px;
  height: 12px;
  background-position: -1px -1401px; }

.flg-malt {
  width: 20px;
  height: 12px;
  background-position: -1px -1415px; }

.flg-mar {
  width: 20px;
  height: 12px;
  background-position: -1px -1429px; }

.flg-maura {
  width: 20px;
  height: 12px;
  background-position: -1px -1443px; }

.flg-maurs {
  width: 20px;
  height: 12px;
  background-position: -1px -1457px; }

.flg-may {
  width: 20px;
  height: 12px;
  background-position: -1px -1471px; }

.flg-mex {
  width: 20px;
  height: 12px;
  background-position: -1px -1485px; }

.flg-mol {
  width: 20px;
  height: 12px;
  background-position: -1px -1499px; }

.flg-mong {
  width: 20px;
  height: 12px;
  background-position: -1px -1513px; }

.flg-montg {
  width: 20px;
  height: 12px;
  background-position: -1px -1527px; }

.flg-montr {
  width: 20px;
  height: 12px;
  background-position: -1px -1541px; }

.flg-mor {
  width: 20px;
  height: 12px;
  background-position: -1px -1555px; }

.flg-moz {
  width: 20px;
  height: 12px;
  background-position: -1px -1569px; }

.flg-mya {
  width: 20px;
  height: 12px;
  background-position: -1px -1583px; }

.flg-nam {
  width: 20px;
  height: 12px;
  background-position: -1px -1597px; }

.flg-nau {
  width: 20px;
  height: 12px;
  background-position: -1px -1611px; }

.flg-nep {
  width: 20px;
  height: 12px;
  background-position: -1px -1625px; }

.flg-neth {
  width: 20px;
  height: 12px;
  background-position: -1px -1639px; }

.flg-nethan {
  width: 20px;
  height: 12px;
  background-position: -1px -1653px; }

.flg-newcl {
  width: 20px;
  height: 12px;
  background-position: -1px -1667px; }

.flg-newz {
  width: 20px;
  height: 12px;
  background-position: -1px -1681px; }

.flg-nig {
  width: 20px;
  height: 12px;
  background-position: -1px -1695px; }

.flg-niu {
  width: 20px;
  height: 12px;
  background-position: -1px -1709px; }

.flg-norf {
  width: 20px;
  height: 12px;
  background-position: -1px -1723px; }

.flg-north {
  width: 20px;
  height: 12px;
  background-position: -1px -1737px; }

.flg-norw {
  width: 20px;
  height: 12px;
  background-position: -1px -1751px; }

.flg-oma {
  width: 20px;
  height: 12px;
  background-position: -1px -1765px; }

.flg-pak {
  width: 20px;
  height: 12px;
  background-position: -1px -1779px; }

.flg-pap {
  width: 20px;
  height: 12px;
  background-position: -1px -1793px; }

.flg-par {
  width: 20px;
  height: 12px;
  background-position: -1px -1807px; }

.flg-per {
  width: 20px;
  height: 12px;
  background-position: -1px -1821px; }

.flg-phi {
  width: 20px;
  height: 12px;
  background-position: -1px -1835px; }

.flg-pol {
  width: 20px;
  height: 12px;
  background-position: -1px -1849px; }

.flg-por {
  width: 20px;
  height: 12px;
  background-position: -1px -1863px; }

.flg-pue {
  width: 20px;
  height: 12px;
  background-position: -1px -1877px; }

.flg-qat {
  width: 20px;
  height: 12px;
  background-position: -1px -1891px; }

.flg-rep {
  width: 20px;
  height: 12px;
  background-position: -1px -1905px; }

.flg-reu {
  width: 20px;
  height: 12px;
  background-position: -1px -1919px; }

.flg-rom {
  width: 20px;
  height: 12px;
  background-position: -1px -1933px; }

.flg-rus {
  width: 20px;
  height: 12px;
  background-position: -1px -1947px; }

.flg-rwa {
  width: 20px;
  height: 12px;
  background-position: -1px -1961px; }

.flg-sa {
  width: 20px;
  height: 12px;
  background-position: -1px -1975px; }

.flg-saih {
  width: 20px;
  height: 12px;
  background-position: -1px -1989px; }

.flg-saip {
  width: 20px;
  height: 12px;
  background-position: -1px -2003px; }

.flg-sam {
  width: 20px;
  height: 12px;
  background-position: -1px -2017px; }

.flg-sao {
  width: 20px;
  height: 12px;
  background-position: -1px -2031px; }

.flg-sau {
  width: 20px;
  height: 12px;
  background-position: -1px -2045px; }

.flg-sen {
  width: 20px;
  height: 12px;
  background-position: -1px -2059px; }

.flg-ser {
  width: 20px;
  height: 12px;
  background-position: -1px -2073px; }

.flg-sey {
  width: 20px;
  height: 12px;
  background-position: -1px -2087px; }

.flg-sie {
  width: 20px;
  height: 12px;
  background-position: -1px -2101px; }

.flg-sin {
  width: 20px;
  height: 12px;
  background-position: -1px -2115px; }

.flg-sk {
  width: 20px;
  height: 12px;
  background-position: -1px -2129px; }

.flg-slok {
  width: 20px;
  height: 12px;
  background-position: -1px -2143px; }

.flg-slon {
  width: 20px;
  height: 12px;
  background-position: -1px -2157px; }

.flg-sol {
  width: 20px;
  height: 12px;
  background-position: -1px -2171px; }

.flg-spa {
  width: 20px;
  height: 12px;
  background-position: -1px -2185px; }

.flg-sri {
  width: 20px;
  height: 12px;
  background-position: -1px -2199px; }

.flg-sur {
  width: 20px;
  height: 12px;
  background-position: -1px -2213px; }

.flg-sva {
  width: 20px;
  height: 12px;
  background-position: -1px -2227px; }

.flg-swa {
  width: 20px;
  height: 12px;
  background-position: -1px -2241px; }

.flg-swe {
  width: 20px;
  height: 12px;
  background-position: -1px -2255px; }

.flg-swi {
  width: 20px;
  height: 12px;
  background-position: -1px -2269px; }

.flg-tai {
  width: 20px;
  height: 12px;
  background-position: -1px -2283px; }

.flg-taj {
  width: 20px;
  height: 12px;
  background-position: -1px -2297px; }

.flg-tan {
  width: 20px;
  height: 12px;
  background-position: -1px -2311px; }

.flg-tha {
  width: 20px;
  height: 12px;
  background-position: -1px -2325px; }

.flg-the {
  width: 20px;
  height: 12px;
  background-position: -1px -2339px; }

.flg-tog {
  width: 20px;
  height: 12px;
  background-position: -1px -2353px; }

.flg-ton {
  width: 20px;
  height: 12px;
  background-position: -1px -2367px; }

.flg-tri {
  width: 20px;
  height: 12px;
  background-position: -1px -2381px; }

.flg-tun {
  width: 20px;
  height: 12px;
  background-position: -1px -2395px; }

.flg-turkm {
  width: 20px;
  height: 12px;
  background-position: -1px -2409px; }

.flg-turky {
  width: 20px;
  height: 12px;
  background-position: -1px -2423px; }

.flg-tuv {
  width: 20px;
  height: 12px;
  background-position: -1px -2437px; }

.flg-uae {
  width: 20px;
  height: 12px;
  background-position: -1px -2451px; }

.flg-uga {
  width: 20px;
  height: 12px;
  background-position: -1px -2465px; }

.flg-uk {
  width: 20px;
  height: 12px;
  background-position: -1px -2479px; }

.flg-ukr {
  width: 20px;
  height: 12px;
  background-position: -1px -2493px; }

.flg-uru {
  width: 20px;
  height: 12px;
  background-position: -1px -2507px; }

.flg-us {
  width: 20px;
  height: 12px;
  background-position: -1px -2521px; }

.flg-uzb {
  width: 20px;
  height: 12px;
  background-position: -1px -2535px; }

.flg-van {
  width: 20px;
  height: 12px;
  background-position: -1px -2549px; }

.flg-ven {
  width: 20px;
  height: 12px;
  background-position: -1px -2563px; }

.flg-vie {
  width: 20px;
  height: 12px;
  background-position: -1px -2577px; }

.flg-wal {
  width: 20px;
  height: 12px;
  background-position: -1px -2591px; }

.flg-yem {
  width: 20px;
  height: 12px;
  background-position: -1px -2605px; }

.flg-zam {
  width: 20px;
  height: 12px;
  background-position: -1px -2619px; }

.flg-zim {
  width: 20px;
  height: 12px;
  background-position: -1px -2633px; }

.item-right {
  float: right;
  margin-left: 20px; }

.item-airport {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #b3afaf;
  width: 100%; }

.ui-autocomplete {
  max-height: 330px; }

.ui-widget {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1em; }

.ui-autocomplete {
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
  overflow: auto; }

.ui-state-hover, .ui-autocomplete .ui-state-active, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-autocomplete .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-autocomplete .ui-state-focus .item-airport, .ui-widget-header .ui-state-focus .item-airport {
  border-color: #a5d6ef;
  background: #c3e2f1;
  font-weight: normal;
  color: #164880;
  cursor: pointer; }
  .ui-state-hover .item-airport, .ui-autocomplete .ui-state-active .item-airport, .ui-widget-header .ui-state-hover .item-airport, .ui-state-focus .item-airport, .ui-autocomplete .ui-state-focus .item-airport, .ui-widget-header .ui-state-focus .item-airport, .ui-autocomplete .ui-state-focus .item-airport .item-airport, .ui-widget-header .ui-state-focus .item-airport .item-airport {
    color: #516984; }

.ui-menu .ui-menu-item a {
  padding: 2px .6em; }

.ui-menu .ui-menu-item .child-item {
  padding-left: 32px;
  background-image: url("../images/sub-airport-icon.png");
  background-repeat: no-repeat;
  background-position: 18px 7px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0px; }

.ui-autocomplete-category {
  font-weight: bold;
  padding: .3em .8em;
  margin: .8em 0 .2em;
  margin-bottom: 0px;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 11px; }

.ui-autocomplete-visa-category {
  font-weight: bold;
  padding: .3em .1em;
  margin: .8em 0 .2em;
  margin-bottom: 0px;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 12px; }

.ui-menu .ui-menu-item {
  display: block;
  width: initial;
  clear: both; }

.ui-autocomplete a {
  color: #6f6f6f; }

.list-header {
  padding: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid #333; }

.fmf-countires {
  padding: 2px 12px;
  max-height: 350px;
  overflow: auto; }
  .fmf-countires .country-item {
    cursor: pointer; }

.input-bar {
  position: relative;
  display: block;
  width: 100%; }

.input-bar:before, .input-bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #87a1bf;
  transition: 0.2s ease all; }

.input-bar:before {
  left: 50%; }

.input-bar:after {
  right: 50%; }

.input-field input:focus ~ .input-bar:before, .input-field input:focus ~ .input-bar:after {
  width: 50%; }

.ui-autocomplete-category .country-name {
  color: #5f5f5f; }

.input-field label {
  font-weight: normal; }

.ui-autocomplete-loading {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("https://fmffiles.s3.amazonaws.com/expedia-hotels/widget-preload.gif") !important;
  background-repeat: no-repeat, no-repeat;
  background-position: 10px  7px !important; }

/*------------------------------------*\
  #DATE PICKER
\*------------------------------------*/
.ui-datepicker {
  width: 54em !important;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  padding-bottom: 7px;
  font-family: "Roboto", Arial, sans-serif; }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 500;
    color: #888888; }
  .ui-datepicker th {
    font-weight: 500;
    font-size: 12px;
    color: #989898; }
  .ui-datepicker td {
    padding: 0px;
    border: 1px solid #eaeaea; }
  .ui-datepicker .ui-datepicker-header {
    background: transparent;
    font-weight: normal;
    border: none; }
    .ui-datepicker .ui-datepicker-header .ui-icon {
      background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/datepicker-next-pre.png"); }
  .ui-datepicker td span, .ui-datepicker td a {
    padding: 14px;
    text-align: center; }
  .ui-datepicker .ui-datepicker-prev span {
    background-position: -6px -6px; }
  .ui-datepicker .ui-datepicker-next span {
    background-position: -33px -6px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: 2px; }
  .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #717171;
    font-size: 16px; }
  .ui-datepicker .ui-widget-header .ui-state-hover {
    border: none;
    background: transparent;
    cursor: pointer; }
  .ui-datepicker .datepicker-wrapper .header-content {
    padding: 12px 11px 10px 11px;
    color: #565656;
    font-size: 14px;
    background: #f3f3f3;
    border-bottom: 1px solid #e6e6e6; }
    .ui-datepicker .datepicker-wrapper .header-content .header-title {
      float: left;
      font-weight: 500; }
    .ui-datepicker .datepicker-wrapper .header-content .date-details {
      float: right; }
      .ui-datepicker .datepicker-wrapper .header-content .date-details .holiday-img img {
        margin-bottom: 2px;
        margin-right: 1px; }
    .ui-datepicker .datepicker-wrapper .header-content .header-subtitle {
      margin-right: 4px;
      font-weight: 500; }
    .ui-datepicker .datepicker-wrapper .header-content .holiday-types {
      font-size: 11px;
      font-weight: 500;
      color: #929292; }
      .ui-datepicker .datepicker-wrapper .header-content .holiday-types strong {
        font-weight: bold; }
  .ui-datepicker .ui-datepicker-group {
    padding-top: 4px;
    padding-bottom: 5px; }

.dp-highlight-one .ui-state-default {
  background: #bfedfa;
  color: #153c96; }

.dp-highlight-end .ui-state-default {
  background: #3a0900 !important;
  color: #FFF; }

.dp-highlight .ui-state-default {
  background: #d5e6ff;
  color: #164880; }

.multicity-calendar .dp-highlight .ui-state-default {
  background: initial;
  color: #717171; }
.multicity-calendar .ui-state-hover {
  background-color: #045894;
  color: #FFF; }

.dp-highlight .ui-state-hover {
  background-color: #045894 !important;
  color: #FFF !important; }

.dp-highlight-clicked .ui-state-default {
  background-color: #d5e6ff;
  color: #164880; }

.startDay .ui-state-default {
  background-color: #045894 !important;
  color: #FFF !important; }

.endDay .ui-state-default {
  background-color: #045894 !important;
  color: #FFF !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #045894 !important;
  color: #FFF !important; }

.holiday a {
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/holiday-pointer.png") !important;
  background-repeat: no-repeat !important;
  background-position: top 3px right 3px !important; }

.holiday .ui-state-default {
  color: #f99857; }

.hidex {
  display: none; }

.widget-datepicker {
  background: transparent;
  padding-top: 10px; }

.ui-datepicker {
  padding: 17px;
  padding-top: 0px;
  background: transparent;
  box-shadow: none;
  border: none;
  z-index: 3 !important; }
  .ui-datepicker .datepicker-wrapper {
    background: #FFF;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
    border-radius: 0px; }

#ui-multicity-datepicker-div {
  padding: 17px;
  background: transparent;
  box-shadow: none;
  border: none;
  z-index: 3 !important; }
  #ui-multicity-datepicker-div .datepicker-wrapper {
    background: #FFF;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
    border-radius: 0px; }

.departure-date-pop:before {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/widget-picker-arrow.png");
  background-repeat: no-repeat;
  left: 62%;
  display: block;
  position: absolute;
  top: 7px;
  display: none; }

.return-date-pop:before {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/widget-picker-arrow.png");
  background-repeat: no-repeat;
  left: 83%;
  display: block;
  position: absolute;
  top: 7px;
  display: none; }

/*------------------------------------*\
  #TRAVELLER DETAILS POP
\*------------------------------------*/
.traveller-details-popup {
  position: absolute;
  width: 236px;
  left: -22px;
  background-color: #FFF;
  padding: 14px 14px 14px 14px;
  border-radius: 0px;
  overflow: auto;
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
  z-index: 1; }
  .traveller-details-popup .traveller-count-wrapper .tr-row {
    border-bottom: 1px solid #efecec;
    padding: 8px 0; }
    .traveller-details-popup .traveller-count-wrapper .tr-row .tr-label {
      font-size: 14px;
      font-weight: 500;
      color: #7b7b7b;
      line-height: 32px; }
      .traveller-details-popup .traveller-count-wrapper .tr-row .tr-label span {
        font-size: 11px;
        color: #a5a5a5; }
  .traveller-details-popup .class-type-wrapper {
    padding-top: 8px; }
    .traveller-details-popup .class-type-wrapper .class-type {
      display: block;
      text-align: center;
      padding: 8px;
      margin: 4px 0;
      border: 1px solid #b7b7b7;
      border-radius: 2px;
      color: #868686;
      font-size: 14px;
      font-weight: normal;
      text-decoration: none; }
    .traveller-details-popup .class-type-wrapper .selected {
      background-color: #045894;
      border-color: #01497d;
      box-shadow: inset 0 0 10px #00487b;
      color: #fff; }
  .traveller-details-popup .done-wrapper .btn-done {
    float: right;
    color: #ffffff;
    background-color: #7d7d7d;
    padding: 4px 12px;
    border-radius: 2px;
    margin-top: 5px;
    display: block;
    font-size: 13px;
    text-decoration: none; }
  .traveller-details-popup .done-wrapper .btn-done:hover {
    color: #fff;
    background-color: #676767; }
  .traveller-details-popup .rounded-spinner {
    width: 96px; }
    .traveller-details-popup .rounded-spinner button {
      background: transparent;
      border-radius: 20px !important;
      width: 26px;
      height: 26px;
      border: 2px solid #b7b7b7;
      margin: 0 2px !important;
      padding: 0px;
      background-position: -4px;
      outline: none; }
    .traveller-details-popup .rounded-spinner button:focus {
      outline: none; }
    .traveller-details-popup .rounded-spinner .form-control {
      background: transparent;
      font-size: 21px;
      font-weight: 500;
      color: #777777;
      border: none;
      box-shadow: none;
      padding: 0px; }
    .traveller-details-popup .rounded-spinner .btn-minus {
      background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/icon-spinner-minus.png");
      background-repeat: no-repeat; }
    .traveller-details-popup .rounded-spinner .btn-plus {
      background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/icon-spinner-plus.png");
      background-repeat: no-repeat; }
  .traveller-details-popup .number-spinner {
    width: 86px;
    float: right; }
    .traveller-details-popup .number-spinner .number {
      font-size: 20px;
      display: inline-block;
      width: 26px;
      text-align: center;
      font-weight: 500;
      color: #777777; }
    .traveller-details-popup .number-spinner .btn-default {
      border-radius: 20px;
      width: 26px;
      height: 26px;
      border: 2px solid #b7b7b7;
      margin: 0 2px;
      margin-top: -6px;
      padding: 0px;
      background-position: -4px;
      outline: none; }
    .traveller-details-popup .number-spinner .btn-default:focus {
      background-color: transparent; }
  .traveller-details-popup .warning-wrapper .warn-message {
    font-size: 12px;
    text-align: center;
    color: #d23737;
    background-color: #ffe2e2;
    padding: 4px;
    border: 1px solid #ffc6c6;
    border-radius: 0px; }

.widget-bg {
  padding: 13px 0 26px 0;
  z-index: 1;
  position: relative;
  background-image: radial-gradient(circle, #0670a3, #046a9b, #035c93, #02558b, #014d83); }
  .widget-bg .widget {
    /* trip type buttons */
    /* inputs */
    /* Search Buttons */
    /* multicity options */ }
    .widget-bg .widget .trip-type-wrapper {
      padding: 12px 0px 18px 0; }
      .widget-bg .widget .trip-type-wrapper .btn-trip-type {
        padding: 5px 13px;
        border-radius: 12px;
        color: #7ba9ca;
        font-weight: 500;
        margin: 2px;
        text-decoration: none;
        font-size: 12px;
        background-color: #003d69; }
      .widget-bg .widget .trip-type-wrapper .btn-trip-type:hover {
        background: #a2c1d8;
        color: #003d69; }
      .widget-bg .widget .trip-type-wrapper .selected {
        background-color: #FFF;
        color: #003d69; }
      .widget-bg .widget .trip-type-wrapper .selected:hover {
        background-color: #FFF;
        color: #003d69; }
    .widget-bg .widget .input-content-wrapper {
      margin-top: 6px; }
    .widget-bg .widget .input-content-wrapper .col-md-6 {
      padding: 0px; }
    .widget-bg .widget .input-content-wrapper .input-wrapper {
      width: 45%;
      float: left; }
      .widget-bg .widget .input-content-wrapper .input-wrapper .input-label label {
        color: #FFF;
        font-size: 14px;
        font-weight: normal; }
      .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper {
        position: relative; }
        .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner {
          display: block;
          width: 100%;
          /* FF 4-18 */
          /* FF 19+ */
          /* IE 10+ */ }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus {
            outline: none;
            border: 1px solid #0172c3;
            box-shadow: 0px 0px 7px #ffffff;
            border-radius: 3px;
            cursor: text;
            caret-color: #045894; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus::-webkit-input-placeholder {
            color: #efefef; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus:-moz-placeholder {
            color: #efefef; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus::-moz-placeholder {
            color: #efefef; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus:-ms-input-placeholder {
            color: #efefef; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
            background-color: #FFFFFF;
            border: 1px solid transparent;
            border-radius: 2px;
            height: 38px;
            color: #888888;
            font-size: 15px;
            /* font-weight: 500; */
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            padding: 0 20px 0 47px;
            cursor: pointer;
            box-shadow: 1px 2px 5px #004f88; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-depart {
            background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
            background-position: 2px -34px;
            background-repeat: no-repeat; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-return {
            background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
            background-repeat: no-repeat;
            background-position: 2px -73px; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-hotel {
            background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
            background-repeat: no-repeat;
            background-position: 0 -181px; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-date {
            background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
            background-repeat: no-repeat;
            background-position: 2px 3px; }
          .widget-bg .widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-traveller {
            background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
            background-repeat: no-repeat;
            background-position: -2px -143px;
            padding: 0 10px 0 36px;
            cursor: pointer; }
    .widget-bg .widget .input-content-wrapper .lg-input-wrapper {
      width: 46%;
      float: left; }
    .widget-bg .widget .input-content-wrapper .md-input-wrapper {
      width: 33%;
      float: left;
      padding: 0 3px;
      padding-right: 1px; }
    .widget-bg .widget .input-content-wrapper .change-direction-wrapper {
      width: 7%;
      float: left;
      /* margin: 0 auto; */
      padding-top: 32px;
      text-align: center;
      margin: 0 2px; }
      .widget-bg .widget .input-content-wrapper .change-direction-wrapper .btn-change-direction {
        width: 26px;
        height: 26px;
        display: inline-block;
        background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
        background-repeat: no-repeat;
        background-position: 0 -260px; }
      .widget-bg .widget .input-content-wrapper .change-direction-wrapper .btn-multicity-direction {
        width: 26px;
        height: 26px;
        display: inline-block;
        background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
        background-repeat: no-repeat;
        background-position: 0 -225px; }
    .widget-bg .widget .button-content .col-md-6 {
      padding: 0px; }
    .widget-bg .widget .button-content .cheap-wrap {
      position: relative; }
      .widget-bg .widget .button-content .cheap-wrap .btn-cheap-together-rec {
        top: 22px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 10px;
        border-color: transparent #2bac36 transparent;
        position: absolute;
        right: 312px; }
      .widget-bg .widget .button-content .cheap-wrap .btn-cheap-together-tran {
        width: 79px;
        height: 36px;
        padding: 4px 12px;
        background: #2bac36;
        position: absolute;
        right: 310px;
        top: 1px;
        border-radius: 3px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        text-shadow: 1px 1px 1px #218029; }
    .widget-bg .widget .button-content .col-md-12 {
      padding-right: 0px;
      padding-left: 0px; }
    .widget-bg .widget .button-content .search-btn-container {
      margin-top: 10px; }
      .widget-bg .widget .button-content .search-btn-container .btn-search {
        border: none;
        border-radius: 2px;
        outline: none;
        color: #FFF;
        padding: 8px 13px;
        padding-left: 13px;
        margin-right: 5px;
        font-weight: 400;
        font-size: 16px;
        box-shadow: 0px 0px 5px #00528c;
        padding-left: 41px;
        background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
        background-position: 11px -107px;
        background-repeat: no-repeat; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-flight-plus-hotel {
        background-color: #1e8bc3;
        text-shadow: 1px 1px 1px #146994;
        box-shadow: 0 4px #036ea5; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-flight-plus-hotel:hover {
        background-color: #1e8fca; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-flight-plus-hotel:active {
        box-shadow: 0 3px #036ea5;
        background-color: #1e8bc3;
        transform: translateY(2px); }
      .widget-bg .widget .button-content .search-btn-container .btn-search-make-trip {
        background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/holiday/myt-logo.png");
        background-position: 4px;
        color: #add0e8;
        background-color: transparent;
        border: 1px solid #6b9dc1; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-make-trip:hover {
        background-position: 4px;
        background-color: #0360a2; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-flight {
        background-color: #fb4f0f;
        text-shadow: 1px 1px 3px #d63a00;
        box-shadow: 0 4px #d0400a; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-flight:hover {
        background-color: #ff5314; }
      .widget-bg .widget .button-content .search-btn-container .btn-search-flight:active {
        box-shadow: 0 3px #d0400a;
        background-color: #f54809;
        transform: translateY(2px); }
      .widget-bg .widget .button-content .search-btn-container .or {
        color: #89bde2;
        margin-right: 6px; }
    .widget-bg .widget .multicity-options .multicity-content-wrapper {
      margin-top: 12px;
      padding: 8px 0; }
    .widget-bg .widget .multicity-options .close-input-wrapper .close-multiinput {
      width: 18px;
      height: 18px;
      background-image: url("https://fmffiles.s3.amazonaws.com/files/icon-multicity-close.-FMF1505127309.png");
      background-position: 0px -27px;
      background-repeat: no-repeat;
      display: inline-block;
      margin-left: 14px;
      position: relative;
      top: 35px;
      cursor: pointer;
      float: left; }
    .widget-bg .widget .multicity-options .close-input-wrapper .button-wrapper {
      padding-top: 22px; }
    .widget-bg .widget #multicity-option-2, .widget-bg .widget #multicity-option-3, .widget-bg .widget #multicity-option-4 {
      display: none; }
    .widget-bg .widget .add-city-wrapper {
      margin-top: 2px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .widget-bg .widget .add-city-wrapper .btn-add-city {
        display: inline-block;
        margin-top: 1px;
        color: #FFF;
        background-color: #004d84;
        border: 1px solid #1a669d;
        box-shadow: 0px 0px 3px #004779;
        padding: 8px 10px;
        border-radius: 3px;
        position: relative;
        top: 2px;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .widget-bg .widget .add-city-wrapper .btn-add-city span {
          font-size: 12px;
          color: #a0bed4; }
      .widget-bg .widget .add-city-wrapper .btn-add-city:hover {
        background-color: #00406d; }
    .widget-bg .widget .add-city-wrapper:before {
      content: "";
      border-top: 1px solid #004779;
      display: block;
      position: relative;
      top: 22px;
      box-shadow: 1px 1px 1px #2e73a5; }

.cheaper-arrow-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #2bac36;
  position: absolute;
  top: 10px;
  right: -8px; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0; }

.direct-flight .custom-check {
  color: #7db9e4;
  text-decoration: none;
  cursor: pointer;
  padding: 18px 0px 0px 20px;
  display: block;
  line-height: 20px;
  float: left; }
  .direct-flight .custom-check i {
    font-size: 1.2em;
    vertical-align: text-bottom;
    width: 20px; }

.multi-select-wrapper {
  float: left;
  margin-top: 10px; }
  .multi-select-wrapper .fmf-select {
    position: relative;
    width: 180px; }
    .multi-select-wrapper .fmf-select .select-pop {
      position: absolute;
      top: 40px;
      background-color: #FFF;
      width: 100%;
      box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.2);
      z-index: 1; }
      .multi-select-wrapper .fmf-select .select-pop option {
        padding: 10px;
        background-color: #333; }
  .multi-select-wrapper .select-box {
    background-color: #045894;
    border: 1px solid #70b7ea;
    border-radius: 2px;
    height: 38px;
    color: #888888;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    height: 38px; }
  .multi-select-wrapper .fmf-select > .select-box > span.placeholder {
    color: #8aaac1; }
  .multi-select-wrapper .fmf-select > .select-box > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer; }
  .multi-select-wrapper .fmf-select > .select-box > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer; }
  .multi-select-wrapper .fmf-select > .select-box > label > i {
    background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/icons/select-box-arrow.png");
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer; }

/**************************** 
 * # Breadcrumb
 ****************************
 */
.breadcrumb-wrapper {
  background-color: #01528c; }
  .breadcrumb-wrapper .breadcrumb {
    background: transparent;
    color: #fff;
    margin: 0px; }
    .breadcrumb-wrapper .breadcrumb ul {
      margin: 0px;
      padding: 4px 0;
      padding-top: 10px;
      clear: both;
      display: inline-block; }
      .breadcrumb-wrapper .breadcrumb ul li {
        display: block;
        margin: 0 4px;
        float: left; }
        .breadcrumb-wrapper .breadcrumb ul li a {
          color: #b1c5d4;
          font-size: 12px; }
      .breadcrumb-wrapper .breadcrumb ul .breadcrumb_arrow a {
        width: 12px;
        height: 21px;
        background: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-holidays/breadcrumb_sprites.png") -14px -10px;
        display: block; }
      .breadcrumb-wrapper .breadcrumb ul .breadcrumb_home a {
        width: 18px;
        height: 21px;
        background: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-holidays/breadcrumb_sprites.png") -51px -11px;
        display: block; }
      .breadcrumb-wrapper .breadcrumb ul .current {
        background: #00416f;
        border-radius: 3px;
        padding: 2px 6px;
        font-size: 12px;
        color: #a8b8c3; }

.leaderborad {
  position: relative;
  z-index: 0;
  background-color: #0562a5; }
  .leaderborad .callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 60%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 38px;
    width: 26px;
    /* background-color: #333; */
    background-image: url("https://fmffiles.s3.amazonaws.com/files/leaderborad-next-pre.-FMF1505127437.png");
    background-repeat: no-repeat;
    margin-top: -45px; }
  .leaderborad .callbacks_nav:active {
    opacity: 1.0; }
  .leaderborad .callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 5%; }
  .leaderborad .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 5%; }

.discover-more-deal {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 10; }
  .discover-more-deal .discover {
    color: #fff;
    padding: 4px 24px;
    background-image: linear-gradient(313deg, rgba(253, 41, 0, 0.9), rgba(255, 71, 0, 0.9));
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
    line-height: 25px;
    cursor: pointer;
    text-decoration: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    display: inline-block; }
    .discover-more-deal .discover i {
      padding-left: 8px;
      padding-right: 8px; }
  .discover-more-deal a:hover {
    background: linear-gradient(313deg, #e62500, #ef4200);
    color: #ffffff; }

/* 
 * Core variables findmyfare and mixins
 */
.fmf-footer {
  background: #f3f3f3; }
  .fmf-footer .fmf-list {
    text-align: center;
    padding-top: 24px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px; }
    .fmf-footer .fmf-list ul {
      margin-bottom: 0px; }
      .fmf-footer .fmf-list ul li {
        list-style: none;
        display: inline-block; }
        .fmf-footer .fmf-list ul li a {
          padding: 8px 32px 8px 32px;
          color: #677884;
          cursor: pointer;
          text-decoration: none;
          font-size: 16px; }
          .fmf-footer .fmf-list ul li a:hover {
            color: #212121; }
      .fmf-footer .fmf-list ul li:first-child {
        border-left: none; }
  .fmf-footer .fmf-infor {
    margin-top: 32px; }
    .fmf-footer .fmf-infor .h1-findmyfare {
      color: #677884;
      font-size: 24px;
      margin: 0 0 15px;
      font-weight: normal; }
    .fmf-footer .fmf-infor p.h3-findmyfare {
      color: #677884;
      font-size: 24px; }
    .fmf-footer .fmf-infor p.list-of-products {
      color: #677884;
      font-size: 12px;
      margin-bottom: 16px; }
    .fmf-footer .fmf-infor p.fmf-des {
      font-size: 14px;
      color: #677884;
      line-height: 20px; }
    .fmf-footer .fmf-infor .fmf-list-dep .fmf-list-block p {
      color: #677884;
      font-size: 16px; }
    .fmf-footer .fmf-infor .fmf-list-dep .fmf-list-block ul {
      padding-left: 0px; }
      .fmf-footer .fmf-infor .fmf-list-dep .fmf-list-block ul li {
        list-style: none; }
        .fmf-footer .fmf-infor .fmf-list-dep .fmf-list-block ul li a {
          color: #677884;
          font-size: 14px;
          cursor: pointer;
          text-decoration: none;
          line-height: 25px; }
          .fmf-footer .fmf-infor .fmf-list-dep .fmf-list-block ul li a:hover {
            color: #212121; }

.fmf-footer-wrapper {
  background: #045894;
  padding-top: 32px; }
  .fmf-footer-wrapper .fmf-social {
    text-align: center; }
    .fmf-footer-wrapper .fmf-social ul {
      padding-left: 0px;
      margin-bottom: 0px; }
      .fmf-footer-wrapper .fmf-social ul li {
        list-style: none;
        display: inline-block;
        margin-right: 8px; }
        .fmf-footer-wrapper .fmf-social ul li a {
          width: 34px;
          height: 34px;
          margin-right: 16px;
          background: #cee5f5;
          color: #045894;
          border-radius: 50px;
          vertical-align: middle;
          display: table-cell;
          font-size: 1.2em;
          line-height: 28px; }
        .fmf-footer-wrapper .fmf-social ul li a:hover {
          color: #212121;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  .fmf-footer-wrapper .fmf-copyright {
    text-align: center;
    font-size: 11px;
    color: #dae6ef;
    margin-top: 14px;
    margin-bottom: 24px; }

.fmf-trust {
  margin-top: 8px;
  margin-bottom: 24px; }
  .fmf-trust ul {
    padding-left: 0px; }
    .fmf-trust ul li {
      list-style: none;
      display: inline-block;
      margin-right: 16px; }
      .fmf-trust ul li span {
        font-size: 11px;
        font-weight: 400;
        color: #737373;
        display: block;
        margin-bottom: 8px;
        color: #707c80; }

/*****************************
 *  Footer imgs
 *****************************
 */
.footer_img {
  background: url("https://fmffiles.s3.amazonaws.com/site-v7/homepage-flights/icons/logo-sprite.png") no-repeat top left;
  width: 50px; }

.footer_img.Zero12-FMF1502711739 {
  background-position: -10px 0;
  width: 70px;
  height: 46px; }

.footer_img.visa_master_am-FMF1483341604 {
  background-position: 0 -56px;
  width: 190px;
  height: 34px; }

.footer_img.civil {
  background-position: 0 -100px;
  width: 60px;
  height: 39px; }

.footer_img.iata {
  background-position: 0 -149px;
  height: 32px; }

.footer_img.positivessl-icon {
  background-position: 0 -191px;
  width: 40px;
  height: 43px; }

.footer_img.SATA_WINNER_LOGO_2016-FMF1502711719 {
  background-position: 0 -244px;
  height: 44px; }

.footer_img.tourism {
  background-position: 0 -298px;
  width: 45px;
  height: 38px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .fmf-footer .fmf-list ul li a {
    padding: 8px 32px 8px 17px; } }
.page-content-header {
  width: 100%;
  text-align: center; }
  .page-content-header h2 {
    font-weight: normal;
    padding: 16px 0;
    font-size: 24px;
    color: #6f6f6f; }

.page-content-description {
  width: 100%;
  text-align: center; }

.initial-hiddden {
  display: none; }

/* validations styles */
.validation-msg {
  position: absolute;
  background-color: #ff6360;
  color: #FFF;
  border: 1px solid #ff4f4c;
  box-shadow: 0px 0px 3px #ff0400;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 12px;
  z-index: 3; }

.validation-msg:before {
  content: "";
  width: 13px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #ff6360;
  position: absolute;
  top: -7px;
  left: 20%; }

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5; }

.widget-bg .widget-title h1 {
  color: #99b8ce;
  font-size: 14px;
  padding: 6px 0;
  margin: 0;
  font-weight: normal; }

.widget-bg .widget-title {
  display: inline-block;
  padding: 0 18px 0 0; }

.content-title {
  text-align: left;
  color: #fb4f0f; }

.content-description {
  text-align: left;
  font-size: 16px;
  display: block;
  color: #4d5a64;
  line-height: 1.9; }

body {
  background: #f5f5f5;
  font-family: Roboto, sans-serif !important; }

.buslayout.modal-body {
  padding: 0px !important;
  min-height: 400px; }

.buslayout .seat-arrangement {
  min-height: 200px;
  margin: 0 auto;
  display: table;
  position: relative; }

.buslayout .seat-details {
  margin: 0 auto 20px auto;
  display: table; }

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

.buslayout .seats {
  border: 1px solid #ccc;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  min-width: 300px;
  position: relative;
  text-align: center;
  line-height: 1; }

.buslayout .seat span {
  list-style: none !important;
  margin: 0 5px !important;
  display: block;
  cursor: default;
  width: 24px;
  height: 24px; }

.buslayout ul.seat-detl li {
  list-style: none !important;
  margin: 0 5px !important;
  display: inline-block;
  cursor: default;
  font-size: 13px; }

.buslayout ul.seat-detl span {
  vertical-align: middle; }

.buslayout ul.seat-detl i {
  vertical-align: middle; }

.buslayout ul.seat-detl {
  padding: 7px 10px;
  display: table; }

.buslayout #travel-details {
  border-left: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 5px 15px 15px;
  min-height: 600px; }

.buslayout .seat-arrangement .title {
  margin-top: 20px;
  text-align: center;
  font-size: 13px; }

.buslayout .frnt-title {
  position: absolute;
  display: block;
  top: 59%;
  left: -3%;
  font-size: 13px;
  background-color: white;
  z-index: 1; }

.buslayout .frnt-seat img {
  width: 24px; }

.buslayout .bk-title {
  position: absolute;
  display: block;
  top: 59%;
  left: 97%;
  font-size: 13px;
  background-color: white;
  z-index: 1; }

.buslayout .loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; }

.buslayout .loading p.heading {
  font-size: 22px;
  font-weight: 600;
  margin-top: 12px; }

.buslayout i.green {
  color: green; }

.buslayout .selected {
  color: #f6921e; }

.buslayout i.grey {
  color: grey; }

.buslayout i.orange {
  color: #cc2e1c; }

.buslayout .flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1); }

.buslayout .mar-rt-12 {
  margin-right: 12px; }

.buslayout .card {
  margin: 15px auto 0 auto;
  display: table;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px #e4e4e4;
  -moz-box-shadow: 0 0 3px 1px #e4e4e4;
  box-shadow: 0 0 3px 1px #e4e4e4;
  padding: 10px;
  width: 100%; }

.buslayout #seatlist {
  padding: 5px 15px 15px;
  min-height: 600px; }

.buslayout .trvl-name .buslayout .seat-number {
  font-size: 13px;
  font-weight: bold; }

.buslayout .totl-amt {
  font-size: 17px;
  font-weight: 600;
  color: #4e4e4e; }

.buslayout .trvl-type {
  margin-bottom: 15px; }

.buslayout .trvl-type, .buslayout .trvl-date, .buslayout .seat-num {
  font-size: 13px;
  color: #8a8888;
  word-break: break-all; }

.buslayout .trvl-date {
  position: relative; }

.buslayout .borad-name, .buslayout .amt {
  font-size: 14px;
  color: #8a8888;
  word-break: break-all; }

.buslayout .strt-time, .buslayout .end-time {
  font-size: 17px;
  word-break: break-all;
  color: #4e4e4e;
  font-weight: 600;
  margin-bottom: -2px; }

.buslayout .trvl-heading {
  font-size: 13px;
  word-break: break-all;
  color: #000;
  margin-bottom: 6px; }

.buslayout .mar-top--7 {
  margin-top: -7px !important; }

.buslayout .seat-no {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px; }

.buslayout .material-icons.arrow {
  font-size: 24px !important;
  color: #7b7979; }

.buslayout .btncontainer {
  margin-top: 20px; }

.buslayout #droplocation, .buslayout #pickuplocation {
  width: 100%; }

.buslayout .mar-top-20 {
  margin-top: 20px; }

.buslayout .mar-bot-2 {
  margin-bottom: 2px; }

.buslayout .mar-bot-10 {
  margin-bottom: 10px; }

.buslayout .mar-bot-25 {
  margin-bottom: 25px; }

.buslayout .cursor {
  cursor: pointer !important; }

.buslayout .btn-gendr {
  margin-right: -3px;
  border-radius: 1px;
  background-color: white;
  padding-bottom: 0px !important; }

.buslayout #btn-female {
  border: 1px solid #ccc;
  border-left: none; }

.buslayout #btn-male {
  border: 1px solid #ccc;
  border-right: none; }

.buslayout .btn-gendr.active {
  border: 1px solid #337ab7 !important; }

.buslayout .btn-gendr.active > i {
  color: #337ab7; }

.buslayout .disabled {
  pointer-events: none;
  opacity: 0.5; }

.buslayout .gender {
  text-align: center;
  margin-top: 10px; }

.buslayout .droplocation, .buslayout .pickuplocation {
  height: 140px;
  overflow-y: auto;
  width: 100%; }

button:focus {
  outline: 0 !important; }

.buslayout .left {
  float: left;
  display: inline-block; }

.buslayout .right {
  float: right;
  display: inline-block; }

.buslayout .rotate-title {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important; }

.buslayout .trvl-date .center {
  position: absolute;
  left: 0;
  right: 0;
  top: 18%;
  display: inline-block;
  text-align: center; }

.buslayout .trvl-date .center hr {
  width: 27%; }

.buslayout hr {
  border-top: 1px solid #e0e0e0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.buslayout .trvl-date .center .busimg {
  position: absolute;
  top: 20%;
  right: 47%;
  background: white; }

.buslayout .empty {
  width: 2px;
  height: 21px; }

.b-layout {
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block; }

.b-layout-bus-icon-already-booked {
  width: 24px;
  height: 21px;
  background-position: -1px -1px; }

.b-layout-bus-icon-already-booked-female {
  width: 24px;
  height: 21px;
  background-position: -27px -1px; }

.b-layout-bus-icon-available {
  width: 24px;
  height: 21px;
  background-position: -53px -1px; }

.b-layout-bus-icon-clicked {
  width: 24px;
  height: 21px;
  background-position: -79px -1px; }

.b-layout-bus-icon-female {
  width: 10px;
  height: 20px;
  background-position: -105px -1px; }

.b-layout-bus-icon-male {
  width: 8px;
  height: 20px;
  background-position: -117px -1px; }

.b-layout-bus-icon-reserved {
  width: 24px;
  height: 21px;
  background-position: -127px -1px; }

.b-layout-bus-icon-stearing {
  width: 30px;
  height: 30px;
  background-position: -153px -1px; }

.swal2-popup #swal2-content {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px; }

.buslayout .btn-continue {
  background-color: #1e8bc3;
  text-shadow: 1px 1px 1px #146994;
  border: none;
  border-radius: 2px;
  outline: 0;
  color: #FFF;
  padding: 8px 22px;
  margin-right: 5px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 0 5px #00528c;
  width: 100%; }

.bus.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.bus.container:before, .container:after {
  content: " ";
  display: table; }

.bus.container:after {
  clear: both; }

.bus.main-wrp {
  margin-top: 15px;
  margin-bottom: 15px; }

.bus .filter-wrp-rsult {
  border: 1px solid #e4e4e4;
  min-width: 270px;
  min-height: 300px;
  background: #fff; }

.bus .content_tbl {
  border: 1px solid #e4e4e4;
  background: #fff; }

.bus .search_trvl-wrap, .bus .page-info-wrap {
  background: #e9eced;
  margin-bottom: 10px; }

.bus-inner-wrap, .bus .search_tbl-wrap {
  padding: 12px 0 12px;
  cursor: pointer; }

.bus .content_tbl {
  padding: 5px 0 0px;
  margin-bottom: 14px; }

.bus .search_tbl-wrap {
  margin-top: 15px; }

.bus .contnt-tbl-wrap {
  padding: 0px 0px 9px;
  margin-top: 15px;
  text-align: center; }

.bus .pagination-wrap {
  background: #e9eced;
  padding: 12px;
  text-align: right;
  margin-top: 15px; }

.bus .pagination-in {
  text-align: right; }

.bus .page-info {
  text-align: left; }

.bus .contnt-tbl-wrap > p {
  font-size: 20px;
  font-weight: 600; }

.bus .sort-list-header > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  color: #337dc2;
  font-size: 13px;
  text-align: left;
  padding-right: 11px; }

.bus .sort-list-header > li.customized::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: transparent;
  transition: width .3s; }

.bus .sort-list-header > li.customized:hover::after, .bus .sort-list-header > li.selected::after {
  width: 100%;
  background: #045894; }

.bus .sort-list-content, .bus .sort-list-header {
  padding-left: 14px;
  padding-right: 0px; }

.bus .sort-list-header {
  height: 20px; }

.bus .sort-list-content > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 11px; }

.bus .sort-list-content .cnt-operators {
  font-weight: 500;
  color: #757575;
  width: 25%;
  text-align: left; }

.bus .sort-list-content .cnt-depart, .bus .sort-list-content .cnt-arrive {
  width: 10%;
  font-weight: 500;
  color: #797979;
  text-align: left; }

.bus .sort-list-content .cnt-trvlseats {
  width: 10%;
  font-weight: 500;
  color: #797979;
  text-align: center; }

.bus .sort-list-content .cnt-duration {
  width: 10%;
  font-weight: 500;
  color: #797979;
  text-align: center; }

.bus .sort-list-content .cnt-price {
  width: 19%;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #6fc337;
  line-height: 22px; }

.bus .sort-list-content .cnt-btn-wrp {
  width: 15%; }

.bus .sort-list-header .depart, .bus .sort-list-header .arriv, .bus .sort-list-header .trvlseats, .bus .sort-list-header .duration {
  width: 10%;
  text-align: left; }

.bus .sort-list-header .price {
  width: 19%;
  text-align: center; }

.bus .sort-list-header .btn-wrp {
  width: 13%; }

.bus .sort-list-header .operators {
  width: 25%;
  text-align: left; }

.bus .trvl-dtl-wrap .cmt-date {
  display: block;
  font-size: 13px; }

.trvl-feature {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #868686;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.bus .trvl-dtl-wrap {
  color: #333;
  letter-spacing: .041em; }

.bus .btn-book-seat {
  background-color: #045894;
  color: #cfebff;
  padding: 7px 13px;
  border-radius: 3px;
  margin: auto 0px;
  display: inline-block;
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 13px; }

.bus .btn-link {
  padding: 7px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  font-size: 11px;
  color: #666; }

.bus .btn-link:hover {
  border: 1px solid #a2a2a2;
  color: #000;
  box-shadow: 1px 1px 2px 0 #ccc; }

.bus .btn-link:disabled {
  pointer-events: none !important;
  cursor: not-allowed; }

.bus .pagin-btn {
  min-width: 34px; }

.bus .sort-list-header > li .icon-arrow {
  margin-left: 2px;
  visibility: hidden; }

.bus .sort-list-header > li:hover .icon-arrow, .bus .sort-list-header > li.selected .icon-arrow {
  visibility: visible; }

.mar-rt-3 {
  margin-right: 3px; }

.mar-lt-3 {
  margin-left: 3px; }

.bus .filter_wrapper {
  margin-bottom: 12px; }

.bus .filter_wrapper .number_flight_wrapper {
  background: #fff; }

.bus .filter_wrapper .number_flight_wrapper .reset {
  cursor: pointer; }

.bus .filter_wrapper .number_flight_wrapper div {
  padding: 15px; }

.bus .filter_wrapper .number_flight_wrapper div i {
  font-size: 14px;
  color: #045894; }

.bus .disabled {
  pointer-events: none;
  opacity: 0.5; }

.bus .filter_wrapper {
  position: initial;
  padding-right: 0; }
  .bus .filter_wrapper .fixed-top {
    position: fixed;
    top: 15px;
    width: min-content;
    width: -moz-min-content; }
  .bus .filter_wrapper .fixed-bottom {
    position: absolute;
    bottom: 0;
    top: initial;
    width: min-content;
    width: -moz-min-content; }
  .bus .filter_wrapper .filter-scrolling-wrapper {
    width: 100%;
    border: 1px solid #e4e4e4; }

.bus .filter_wrapper .filter_wrap {
  background: #fff; }

.bus .filter_wrapper .filter_wrap .filtername {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee; }

.bus .filter_wrapper .filter_wrap .filtername div.filter-n {
  font-size: 1em;
  color: #0D47A1; }

.bus .filter_wrapper .filter_wrap .filtername div.min-i {
  color: #0D47A1;
  line-height: 20px; }

.bus .filter_wrapper .filter_wrap .headerfiltertype .filter_content {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 160px; }

.animate-icon {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  color: #8a8888;
  margin-right: 2px; }

@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-5px); } }
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-5px); } }
/* hover */
.bus .hover14 div {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 4px 0px 4px 0px; }

.bus .hover14 div::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.bus .hover14 div::before {
  -webkit-animation: shine 1.6s infinite ease-in-out 0s;
  animation: shine 1.6s infinite ease-in-out 0s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.bus .loader-block-rw {
  margin: 4px 0px 4px 0px;
  padding: 12px;
  min-height: 28px;
  border: 1px solid #e4e4e4;
  background: #fff; }

.bus .loader-block {
  background: #e4e4e4;
  width: 100%; }

.bus .loader-block-rw .mr {
  margin: 4px 0px 4px 0px; }

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  background: #ffffff; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
  font: normal normal normal 12px/1 'Glyphicons Halflings';
  content: '\e013';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  color: #4297ca;
  xtransition: all .2s; }

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1); }

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada; }

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada;
  cursor: not-allowed; }

.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed; }

.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #66afe9; }

.custom-checkbox > label:hover:before {
  border: 1px solid #88D2FF !important; }

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
  border: 1px solid #E4E4E4 !important; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-default input[type="radio"] + label::after {
  background-color: #4297ca;
  outline: 0; }

.radio-default input[type="radio"]:checked + label::before {
  border-color: #4297ca;
  outline: 0; }

.filter_wrapper .filter_wrap .headerfiltertype .filter_content .custom-checkbox {
  padding-bottom: 5px; }

.filter_wrapper .filter_wrap .headerfiltertype .filter_content .custom-checkbox label {
  font-size: 0.92em;
  font-weight: normal;
  color: #333; }

.bus .filter_sm {
  color: #045894;
  font-size: 15px;
  margin-bottom: 20px;
  cursor: pointer; }

.bus .number_flight_wrapper .heading {
  font-weight: 500; }

@media (max-width: 991px) {
  .bus .bus-inner-wrap .btn-trvl-wrp, .bus .search_tbl-wrap .btn-trvl-wrp {
    text-align: left !important;
    margin-top: 10px; }

  .bus .filter_wrapper {
    display: none; }

  .buslayout .seat {
    display: block !important; }

  .buslayout .seat span {
    display: inline-block !important; }

  .buslayout .seats {
    min-width: 200px !important; }

  .buslayout #seatlist {
    min-height: 400px; }

  .buslayout .mar-rt-12 {
    margin-right: 0px !important;
    margin-bottom: 10px !important; }

  .buslayout .frnt-title {
    top: 13% !important;
    left: 42% !important; }

  .buslayout .bk-title {
    top: 98% !important;
    left: 42% !important; }

  .buslayout .rotate {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }

  .buslayout .seat-details {
    margin: 10px auto 20px auto;
    text-align: center; }

  .buslayout .rotate-title {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important; }

  .buslayout ul.seat-detl li {
    margin: 2px 5px !important; }

  .bus .sort-list-content .cnt-operators {
    width: 26% !important; }

  .bus .sort-list-content, .bus .sort-list-header {
    padding-left: 6px !important;
    padding-right: 3px !important; }

  .bus .sort-list-content .cnt-depart, .bus .sort-list-content .cnt-arrive {
    width: 16% !important;
    text-align: center !important; }

  .bus .sort-list-content .cnt-duration {
    width: 20% !important; }

  .bus .sort-list-header .operators {
    width: 26% !important; }

  .bus .sort-list-header .depart, .bus .sort-list-header .arriv, .bus .sort-list-header .trvlseats {
    width: 16% !important; }

  .bus .sort-list-header .duration {
    width: 20% !important; }

  .bus .sort-list-header > li, .bus .sort-list-content > li {
    font-size: 12px !important;
    padding-right: 1px !important;
    vertical-align: top !important; }

  .bus .sort-list-content .cnt-btn-wrp {
    width: 98% !important; }

  .bus .btn-book-seat {
    float: right;
    font-size: 12px !important; }

  .bus .sort-list-header > li .icon-arrow {
    margin-left: 0px; }

  .bus.container {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .bus .sort-list-header .price {
    width: 16%; }

  .buslayout .seat-arrangement .title {
    margin-bottom: 24px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .bus .bus-inner-wrap .btn-trvl-wrp, .bus .search_tbl-wrap .btn-trvl-wrp, .bus .search_tbl-wrap .btn-trvl-wrp {
    text-align: right !important; }

  .bus .sort-list-content, .bus .sort-list-header {
    padding-left: 14px !important;
    padding-right: 15px !important; }

  .bus .sort-list-header .price, .bus .sort-list-content .cnt-price {
    width: 18%; }

  .bus .sort-list-content .cnt-depart, .bus .sort-list-content .cnt-arrive, .bus .sort-list-content .trvlseats {
    width: 12% !important; }

  .bus .sort-list-header .operators, .bus .sort-list-content .cnt-operators {
    width: 16% !important; }

  .bus .sort-list-header .depart, .bus .sort-list-header .arriv, .bus .sort-list-header .trvlseats {
    width: 12% !important;
    text-align: center !important; }

  .bus .sort-list-header .duration, .bus .sort-list-content .cnt-duration {
    width: 17% !important;
    text-align: center !important; }

  .bus .sort-list-content .cnt-btn-wrp, .bus .sort-list-header .cnt-btn-wrp {
    width: 14% !important; }

  .bus .sort-list-header > li, .bus .sort-list-content > li {
    padding-right: -1px !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .bus .number_flight_wrapper .heading {
    display: none; }

  .bus .number_flight_wrapper .reset {
    float: right; }

  .bus .sort-list-header > li, .bus .sort-list-content > li {
    font-size: 13px !important; }

  .bus .sort-list-header .operators, .bus .sort-list-content .cnt-operators {
    width: 15% !important; }

  .bus.container {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .bus .btn-book-seat {
    font-size: 13px !important; }

  .bus .sort-list-content, .bus .sort-list-header {
    padding-left: 15px !important;
    padding-right: 16px !important; } }
@media (max-width: 767px) {
  .buslayout #seatlist {
    min-height: 350px !important;
    height: 350px !important;
    overflow: auto; } }
body {
  background: #f5f5f5;
  font-family: Roboto, sans-serif !important; }

.main-wrp {
  margin-top: 20px !important; }

.bus-paymnt {
  margin: 0 auto;
  position: relative; }

.bus-paymnt .detail-line {
  margin-top: 20px; }

.bus-paymnt .img-wrap {
  position: relative; }

.bus-paymnt .img-wrap .busimg {
  position: absolute;
  top: 24px; }

.bus-paymnt .trvl-wrp {
  font-size: 13px;
  color: #8a8888;
  word-break: break-all;
  position: relative; }

.bus-paymnt .strt-time, .bus-paymnt .end-time {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: -3px; }

.bus-paymnt .fare-wrap .final-paymnt {
  font-size: 19px;
  font-weight: 700;
  color: #565656; }

.bus-paymnt .detail-line-wrap {
  list-style: none outside none;
  overflow: visible;
  position: relative; }

.bus-paymnt .details-wrap .grey {
  color: #757573;
  font-weight: 600; }

.bus-paymnt .paymnt-logo .inline {
  display: inline-block; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp {
  height: 2px;
  background-color: #005994;
  width: 93%;
  display: block;
  margin: 0 auto; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .review, .bus-paymnt .detail-line-wrap .detail_inner_wrp .travelr-dtl {
  color: #333;
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 20px; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment {
  color: #333;
  display: block;
  float: right;
  width: auto; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .active strong {
  background-color: #045894;
  color: #fff;
  box-shadow: none; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp strong {
  background-color: #f8f9f9;
  border: 2px solid #f8f9f9;
  border-radius: 50%;
  box-shadow: 0 0 4px #045894 inset;
  color: #045894;
  display: inline-block;
  padding: 5px 12px; }

.bus-paymnt .booking-wrap .termsncon {
  line-height: 2.5; }

.bus-paymnt .radio-default {
  margin-bottom: 2px !important; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment strong {
  position: absolute;
  text-align: center;
  top: -20px;
  right: 28px;
  font-size: 16px; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .travelr-dtl strong {
  float: left;
  font-size: 16px;
  left: 48%;
  position: absolute;
  text-align: center;
  top: -20px; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .review strong {
  float: left;
  position: absolute;
  text-align: center;
  top: -20px;
  font-size: 16px; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .review span {
  display: inline-block;
  font-size: 14px;
  margin-left: -30px;
  margin-top: 20px;
  color: #999;
  position: relative; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .active {
  font-weight: 700; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .travelr-dtl span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  float: left;
  text-align: left;
  margin: 20px auto 0 -30px;
  color: #999;
  position: relative; }

.bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment span {
  color: #999;
  display: inline-block;
  float: right;
  font-size: 14px;
  margin-right: -35px;
  margin-top: -42px;
  text-align: right; }

.bus-paymnt .final_pay_rt {
  font-size: 15px;
  color: #7b7979;
  font-weight: 500; }

.payment.display_details {
  background-color: #eaebeb;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #fff; }

.bus-paymnt .login-social .btn-facebook {
  position: absolute;
  top: 118px;
  left: 0px; }

.bus-paymnt .btn-facebook {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff !important; }

.bus-paymnt .login-social .fa-facebook {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.payment .selection_heading, .payment .selection_subheading {
  font-size: 16px;
  color: #666;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 7px; }

.bus-paymnt .signin-left span {
  font-size: 11px;
  color: #7b7979; }

.bus-paymnt .badge {
  border-radius: 0px !important;
  padding: 6px !important;
  margin-left: 15px; }

.bus-paymnt .seperator .vertical {
  width: 1px;
  height: 90px;
  background: #A0A2A0;
  position: relative; }

.bus-paymnt .seperator span {
  text-align: center;
  display: block; }

.bus-paymnt .btn-change-bus:hover, .btn-forgot-pass:hover {
  background: #245286;
  box-shadow: 0 4px 2px -2px rgba(51, 122, 183, 0.25); }

.bus-paymnt .btn-change-bus, .btn-forgot-pass {
  background: #5a8dc7;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 2px -2px rgba(51, 122, 183, 0.25);
  padding: 7px 13px; }

.bus-paymnt .btn-guest-register, .bus-paymnt .btn-login {
  width: 100%; }

.bus-paymnt .btn-guest-register :hover, .bus-paymnt .btn-orange :hover {
  background: #D85600;
  border: 1px solid #D85600; }

.bus-paymnt .btn-guest-register, .bus-paymnt .btn-orange {
  background: #ff6600;
  border-radius: 0px;
  color: #fff;
  border: 1px solid #ff6600;
  box-shadow: 0 4px 2px -2px rgba(51, 122, 183, 0.25); }

.bus-paymnt .thrd-step .pay_amt .total_title {
  font-size: 17px; }

.bus-paymnt .thrd-step .pay_amt .total_amt {
  font-size: 24px;
  font-weight: 700;
  color: #565656; }

.bus-paymnt .btn-pay, .bus-paymnt .btn-proceed {
  width: 100%; }

.bus-paymnt .btn-green:hover {
  background: #269d34;
  border: 1px solid #269d34; }

.bus-paymnt .btn-green {
  background: #3fb84d;
  border-radius: 0px;
  color: #fff;
  border: 1px solid #3fb84d;
  box-shadow: 0 4px 2px -2px rgba(51, 122, 183, 0.25); }

.bus-paymnt .mar-top {
  margin-top: 15px; }

.bus-paymnt #forget_pass {
  cursor: pointer;
  color: #69737d;
  text-decoration: underline; }

.bus-paymnt input {
  border-radius: 2px !important; }

.bus-paymnt .errors-list {
  color: red !important;
  padding: 12px; }

.bus-paymnt .trvler-wrap {
  padding: 20px 0px 0px 0px;
  margin-left: 0;
  list-style: none; }

.bus-paymnt .trvler-wrap > li {
  color: #3e4141;
  line-height: 30px; }

.bus-paymnt .trvler-wrap > li.name {
  width: 25%; }

.bus-paymnt .trvler-wrap > li.trvlr {
  width: 15%; }

.bus-paymnt .trvler-wrap > li.title, .trvler-wrap > li.age {
  width: 10%; }

.trvler-wrap > li.gender {
  width: 12%; }

.bus-paymnt ul.trvler-wrap > li {
  display: inline-block;
  vertical-align: top; }

.bus-paymnt .booking_sumry .heading {
  font-size: 16px;
  font-weight: 700; }

.bus-paymnt .booking_sumry .subheading {
  font-weight: 500; }

.bus-paymnt .sub-title {
  color: grey;
  display: block; }

.bus-paymnt .paymnt-md {
  padding: 0px;
  margin-bottom: 5px; }

.bus-paymnt .paymnt-md .nav > li a {
  padding: 2px 7px !important;
  color: #000; }

.bus-paymnt .paymnt-md .nav > li {
  color: #666 !important;
  float: left;
  margin: 0;
  padding: 14px 0px;
  text-decoration: none;
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: -48px 6px 25px #f8f8f8 inset;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 3px solid #f8f8f8 !important;
  font-family: LatoRegular;
  font-size: 14px; }

.bus-paymnt .paymnt-md .nav > li.active, .bus-paymnt .paymnt-md .nav > li:focus, .bus-paymnt .paymnt-md .nav > li:hover {
  background-color: #fff !important;
  background-image: none;
  color: #045894 !important;
  position: relative;
  box-shadow: none !important;
  border-left: 3px solid #045894 !important; }

.bus-paymnt .paymnt-md .nav > li.active > a, .bus-paymnt .paymnt-md .nav-pills > li.active > a:focus, .bus-paymnt .paymnt-md .nav-pills > li.active > a:hover {
  color: #045894;
  background-color: transparent !important; }

.bus-paymnt .nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

.bus-paymnt .cards_wrap {
  color: #333;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  cursor: pointer; }

.bus-paymnt .paymnt-card-wrap {
  padding: 12px; }

.bus-paymnt .collapse-heading a {
  color: #333 !important;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
  text-decoration: none; }

.bus-paymnt .collapse-heading > a:before {
  content: "\f0d7";
  float: right !important;
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 23px;
  transition: all 0.5s;
  color: grey; }

.bus-paymnt .collapse-heading > a.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "\f0d7"; }

.bus-paymnt .cards_wrap .visa_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 37px; }

@media (max-width: 320px) {
  .bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment span {
    margin-right: -52px;
    margin-top: -60px; } }
@media (max-width: 991px) {
  .bus-paymnt .booking-wrap, .bus-paymnt .thrd-step .pay_amt {
    text-align: center; }

  .bus-paymnt .cards_wrap .visa_desc {
    font-size: 12px;
    display: block; }

  .bus-paymnt .thrd-step .pay_amt .total_amt {
    font-size: 15px; }

  .bus-paymnt .thrd-step .pay_amt .total_title {
    font-size: 15px; }

  .bus-paymnt .trvler-wrap > li.title, .trvler-wrap > li.gender, .trvler-wrap > li.age {
    margin-top: 10px;
    width: 37%; }

  .bus-paymnt .trvler-wrap > li.trvlr {
    margin-top: 10px;
    width: 100%; }

  .bus-paymnt .trvler-wrap > li.name {
    margin-top: 10px;
    width: 61%; }

  .bus-paymnt .fare-wrap .final-paymnt {
    font-size: 17px; }

  .bus-paymnt .btn-change-bus {
    margin-top: 12px;
    font-size: 13px; }

  .payment .selection_heading, .payment .selection_subheading {
    font-size: 13px; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp {
    width: 80%; }

  .bus-paymnt .busimg img {
    width: 90%; }

  .bus-paymnt .strt-time, .bus-paymnt .end-time {
    font-size: 15px; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp .travelr-dtl strong {
    left: 50%; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment strong {
    right: -5px; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp .review, .bus-paymnt .detail-line-wrap .detail_inner_wrp .travelr-dtl {
    width: 44%; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment span {
    margin-top: -40px; }

  .bus-paymnt .login-social .btn-facebook {
    position: relative;
    top: 0px; }

  .bus-paymnt .login-social {
    margin-top: 15px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .bus-paymnt .cards_wrap .visa_desc {
    display: inline-block; }

  .bus-paymnt .fare-wrap .final-paymnt {
    font-size: 15px; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment span {
    margin-right: -33px;
    margin-top: 12px; }

  .bus-paymnt .detail-line-wrap .detail_inner_wrp {
    width: 91%; }

  .bus-paymnt .btn-change-bus {
    margin-top: 0px; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .bus-paymnt .detail-line-wrap .detail_inner_wrp .make-payment span {
    margin-top: -42px; }

  .bus-paymnt .trvler-wrap > li.trvlr {
    width: 15%; }

  .bus-paymnt .trvler-wrap > li.title, .trvler-wrap > li.age {
    width: 12%; }

  .bus-paymnt .trvler-wrap > li.name {
    width: 32%; }

  .trvler-wrap > li.gender {
    width: 15%; } }
.widget-bg .bus-widget .btn-search-bus:hover {
  background-color: #1e8fca; }
.widget-bg .bus-widget .btn-search-bus:active {
  box-shadow: 0 3px #036ea5;
  background-color: #1e8bc3;
  transform: translateY(2px); }
.widget-bg .bus-widget .widget-title {
  color: #99b8ce;
  font-size: 14px;
  padding: 10px 0; }
.widget-bg .bus-widget .input-content-wrapper .col-md-6 {
  padding: 0px; }
.widget-bg .bus-widget .input-content-wrapper .input-wrapper {
  width: 45%;
  float: left; }
  .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-label label {
    color: #FFF;
    font-size: 14px;
    font-weight: normal; }
  .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper {
    position: relative; }
    .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner {
      display: block;
      width: 100%; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus {
        background-color: #c1d8e8;
        outline: none;
        border: 1px solid #0172c3;
        box-shadow: 0px 0px 7px #00b5ff;
        border-radius: 3px;
        cursor: text;
        caret-color: #045894; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
        background-color: #FFFFFF;
        border: 1px solid transparent;
        border-radius: 2px;
        height: 38px;
        color: #888888;
        font-size: 15px;
        /* font-weight: 500; */
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        padding: 0 20px 0 47px;
        cursor: hand;
        box-shadow: 1px 2px 5px #004f88; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-depart {
        background-image: url("https://fmffiles.s3.amazonaws.com/files/bus-icon.png");
        background-repeat: no-repeat;
        background-position: 8px 8px; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-return {
        background-image: url("https://fmffiles.s3.amazonaws.com/files/bus-icon.png");
        background-repeat: no-repeat;
        background-position: 8px 8px; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-hotel {
        background-image: url("https://fmffiles.s3.amazonaws.com/site-v7/icons/icon-hotel-cb5264ebf2.png");
        background-repeat: no-repeat;
        background-position: 5px 4px; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-date {
        background-image: url("https://fmffiles.s3.amazonaws.com/files/icon-date.-FMF1505127830.png");
        background-repeat: no-repeat;
        background-position: 2px 5px; }
      .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
        background-image: url("https://fmffiles.s3.amazonaws.com/files/bus-seat-icon.png");
        background-repeat: no-repeat;
        background-position: 8px 9px; }
.widget-bg .bus-widget .input-content-wrapper .lg-input-wrapper {
  width: 46%;
  float: left; }
.widget-bg .bus-widget .input-content-wrapper .md-input-wrapper {
  width: 50%;
  float: left;
  padding: 0 3px;
  padding-right: 1px; }
.widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper {
  width: 7%;
  float: left;
  /* margin: 0 auto; */
  padding-top: 32px;
  text-align: center;
  margin: 0 2px; }
  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
    background-repeat: no-repeat;
    background-position: 0 -225px; }
.widget-bg .bus-widget .room-content .room-label {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  background-color: #ececec;
  color: #888;
  padding: 8px 7px;
  position: relative; }
  .widget-bg .bus-widget .room-content .room-label .remove-room {
    width: 13px;
    height: 13px;
    background-image: url("../images/icon-close-room.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer; }
.widget-bg .bus-widget .room-content .count-wrapper {
  padding: 0 2px; }
.widget-bg .bus-widget .room-content .ages .label-child-age {
  color: #9c9999;
  font-weight: 500;
  font-size: 12px; }
.widget-bg .bus-widget .room-content .ages select {
  padding: 2px;
  margin: 4px 2px; }
.widget-bg .bus-widget .room-content .ages .label-child-age {
  display: none; }
.widget-bg .bus-widget .room-content .ages .hide-age {
  display: none; }
.widget-bg .bus-widget .room-content .ages .show-age {
  display: inline-block !important; }
.widget-bg .bus-widget .hide-room-content {
  display: none; }
.widget-bg .bus-widget .btn-add-remove-room {
  padding: 8px 15px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  text-decoration: none; }
.widget-bg .bus-widget .room-btn-wrapper {
  padding-top: 6px;
  margin-bottom: 12px;
  margin-top: 8px; }
  .widget-bg .bus-widget .room-btn-wrapper #btn-add-room {
    background-color: #045894;
    border-color: #025794;
    border: none;
    outline: none;
    margin-left: 4px; }
  .widget-bg .bus-widget .room-btn-wrapper #btn-remove-room {
    color: #757575;
    border: 1px solid #b7b7b7; }

.widget-bg .bus-widget .button-content .search-btn-container .btn-search-bus {
  background-color: #fb4f0f;
  text-shadow: 1px 1px 3px #d63a00;
  box-shadow: 0 4px #d0400a; }

.bus-widget #bus-seat-count {
  text-align: center;
  width: 10px !important;
  margin: 6px;
  color: #888888;
  border-color: #ffffff !important;
  border: none !important;
  cursor: hand !important;
  background-color: #ffffff !important;
  opacity: 1; }

.bus-widget .minus, .bus-widget .plus {
  margin-top: 5px !important;
  color: #888888 !important;
  height: 26px;
  background-color: #fff;
  width: 30px;
  font-size: 12px !important;
  line-height: 0.7;
  padding-left: 10px; }

.bus-widget .minus {
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important; }

.bus-widget .plus {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important; }

.bus-widget .minus {
  margin-right: -5px !important; }

.bus-widget .minus:focus, .bus-widget .minus:active, .bus-widget .minus:hover {
  background-color: #ffffff !important;
  border-color: #cccccc !important; }

.bus-widget .plus:focus, .bus-widget .plus:active, .bus-widget .plus:hover {
  background-color: #ffffff !important;
  border-color: #cccccc !important; }

.bus-widget .plus:disabled {
  cursor: default !important; }

.bus-widget .minus:disabled {
  cursor: default !important; }

.bus-widget-drop-link {
  padding: 10px 0.4em !important; }

.widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
  padding: 0 20px 0 30px; }

@media (max-width: 319px) {
  .widget-bg .bus-widget .input-content-wrapper .md-input-wrapper {
    width: 100% !important; }

  .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
    background-image: none; }

  .bus-widget #bus-seat-count {
    width: 30px !important;
    margin-top: 7px; }

  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    background-image: none; }

  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper {
    width: 10%;
    margin: 0px 0px; }

  .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
    padding: 0 20px 0 0px; } }
@media (min-width: 320px) and (max-width: 479px) {
  .bus-widget .bus-depart {
    width: 100% !important; }

  .bus-widget #bus-seat-count {
    width: 30px !important;
    margin-top: 7px; }

  .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
    background-image: none; }

  .widget-bg .bus-widget .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
    padding: 0 20px 0 0px; }

  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    background-image: none; }

  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper {
    width: 10%;
    margin: 0px 0px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper {
    width: 6%;
    margin: 0 0px; }

  .widget-bg .bus-widget .input-content-wrapper .lg-input-wrapper {
    width: 47%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .widget-bg .bus-widget .input-content-wrapper .change-direction-wrapper {
    width: 6%;
    margin: 0 0px; }

  .widget-bg .bus-widget .input-content-wrapper .lg-input-wrapper {
    width: 47%; } }
.widget-bg .bus-widget-result {
  padding-top: 8px; }
  .widget-bg .bus-widget-result .btn-search-bus:hover {
    background-color: #1e8fca; }
  .widget-bg .bus-widget-result .btn-search-bus:active {
    box-shadow: 0 3px #036ea5;
    background-color: #1e8bc3;
    transform: translateY(2px); }
  .widget-bg .bus-widget-result .input-content-wrapper .col-md-6 {
    padding: 0px; }
  .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper {
    width: 45%;
    float: left; }
    .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-label label {
      color: #FFF;
      font-size: 14px;
      font-weight: normal; }
    .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper {
      position: relative; }
      .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner {
        display: block;
        width: 100%; }
        .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner input:focus {
          background-color: #04528a;
          border: 3px solid #0361AF;
          border-radius: 1px;
          cursor: text;
          caret-color: #ffffff; }
        .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
          height: 38px;
          background-color: #04528a;
          border-radius: 1px;
          border: 3px solid #04528a;
          color: #fff;
          font-size: 15px;
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 50px;
          box-shadow: none !important; }
        .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-depart {
          background-image: url("https://fmffiles.s3.amazonaws.com/files/bus-icon-result.png");
          background-repeat: no-repeat;
          background-position: 11px 4px; }
        .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-return {
          background-image: url("https://fmffiles.s3.amazonaws.com/files/bus-icon-result.png");
          background-repeat: no-repeat;
          background-position: 11px 4px; }
        .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-date {
          background-image: url("https://fmffiles.s3.amazonaws.com/files/calendar-result.png");
          background-repeat: no-repeat;
          background-position: 11px 4px; }
        .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
          background-image: url("https://fmffiles.s3.amazonaws.com/files/bus-seat-result.png");
          background-repeat: no-repeat;
          background-position: 11px 6px; }
  .widget-bg .bus-widget-result .input-content-wrapper .lg-input-wrapper {
    width: 46%;
    float: left; }
  .widget-bg .bus-widget-result .input-content-wrapper .md-input-wrapper {
    width: 36%;
    float: left;
    padding: 0 3px;
    padding-right: 1px; }
  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper {
    width: 7%;
    float: left;
    /* margin: 0 auto; */
    padding-top: 5px;
    text-align: center;
    margin: 0 2px; }
    .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper .btn-change-direction {
      width: 26px;
      height: 26px;
      display: inline-block;
      background-image: url(https://fmffiles.s3.amazonaws.com/site-v7/home-page-sprite/widget.png);
      background-repeat: no-repeat;
      background-position: 0 -222px; }
  .widget-bg .bus-widget-result .room-content .room-label {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    background-color: #ececec;
    color: #888;
    padding: 8px 7px;
    position: relative; }
    .widget-bg .bus-widget-result .room-content .room-label .remove-room {
      width: 13px;
      height: 13px;
      background-image: url("../images/icon-close-room.png");
      background-repeat: no-repeat;
      position: absolute;
      right: 10px;
      top: 11px;
      cursor: pointer; }
  .widget-bg .bus-widget-result .room-content .count-wrapper {
    padding: 0 2px; }
  .widget-bg .bus-widget-result .room-content .ages .label-child-age {
    color: #9c9999;
    font-weight: 500;
    font-size: 12px; }
  .widget-bg .bus-widget-result .room-content .ages select {
    padding: 2px;
    margin: 4px 2px; }
  .widget-bg .bus-widget-result .room-content .ages .label-child-age {
    display: none; }
  .widget-bg .bus-widget-result .room-content .ages .hide-age {
    display: none; }
  .widget-bg .bus-widget-result .room-content .ages .show-age {
    display: inline-block !important; }
  .widget-bg .bus-widget-result .hide-room-content {
    display: none; }
  .widget-bg .bus-widget-result .btn-add-remove-room {
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-decoration: none; }
  .widget-bg .bus-widget-result .room-btn-wrapper {
    padding-top: 6px;
    margin-bottom: 12px;
    margin-top: 8px; }
    .widget-bg .bus-widget-result .room-btn-wrapper #btn-add-room {
      background-color: #045894;
      border-color: #025794;
      border: none;
      outline: none;
      margin-left: 4px; }
    .widget-bg .bus-widget-result .room-btn-wrapper #btn-remove-room {
      color: #757575;
      border: 1px solid #b7b7b7; }

.widget-bg .bus-widget-result .button-content .search-btn-container .btn-search-bus {
  background-color: #fb4f0f;
  text-shadow: 1px 1px 3px #d63a00;
  box-shadow: 0 4px #d0400a; }

.bus-widget-result #bus-seat-count {
  text-align: center;
  width: 10px !important;
  margin: 4px;
  color: #ffffff;
  border-color: #ffffff !important;
  border: none !important;
  cursor: hand !important;
  background-color: #04528a !important;
  opacity: 1; }

.bus-widget-result .minus, .bus-widget-result .plus {
  margin-top: 3px !important;
  height: 26px;
  width: 30px;
  font-size: 12px !important;
  line-height: 0.7;
  padding-left: 10px;
  background-color: #056C9E;
  color: #ffffff !important;
  border: 1px solid #ffffff !important; }

.bus-widget-result .minus {
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important; }

.bus-widget-result .plus {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important; }

.bus-widget-result .minus {
  margin-right: -5px !important; }

.bus-widget-result .minus:focus, .bus-widget-result .minus:active, .bus-widget-result .minus:hover {
  background-color: #056C9E !important;
  border-color: #ffffff !important; }

.bus-widget-result .plus:focus, .bus-widget-result .plus:active, .bus-widget-result .plus:hover {
  background-color: #056C9E !important;
  border-color: #ffffff !important; }

.bus-widget-result .plus:disabled {
  cursor: default !important;
  opacity: 0.5; }

.bus-widget-result .minus:disabled {
  cursor: default !important;
  opacity: 0.5; }

.bus-widget-drop-link {
  padding: 10px 0.4em !important; }

.widget-bg .bus-widget-result .button-content .search-btn-container {
  margin-top: 0px; }

.widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
  padding: 0 20px 0 35px; }

@media (max-width: 319px) {
  .widget-bg .bus-widget-result .input-content-wrapper .md-input-wrapper {
    width: 100% !important; }

  .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
    background-image: none; }

  .bus-widget-result #bus-seat-count {
    width: 30px !important;
    margin-top: 7px; }

  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    background-image: none; }

  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper {
    width: 10%;
    margin: 0px 0px; }

  .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
    padding: 0 20px 0 0px; } }
@media (min-width: 320px) and (max-width: 479px) {
  .bus-widget-result .bus-depart {
    width: 100% !important; }

  .widget-bg .bus-widget-result .input-content-wrapper .bus-depart {
    width: 100% !important; }

  .bus-widget-result #bus-seat-count {
    width: 30px !important;
    margin-top: 7px; }

  .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .input-icon-seat {
    background-image: none; }

  .widget-bg .bus-widget-result .input-content-wrapper .input-wrapper .input-text-wrapper .input-text .input-inner .txt-dep-ret {
    padding: 0 20px 0 0px; }

  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    background-image: none; }

  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper {
    width: 10%;
    margin: 0px 0px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper {
    width: 6%;
    margin: 0 0px; }

  .widget-bg .bus-widget-result .input-content-wrapper .lg-input-wrapper {
    width: 47%; }

  .widget-bg .bus-widget-result .input-content-wrapper .md-input-wrapper {
    width: 50%;
    padding: 0 3px !important; }

  .widget-bg .bus-widget-result .button-content .search-btn-container {
    margin-top: 20px !important;
    margin-bottom: -25px !important; }

  .widget-bg .widget .button-content .search-btn-container .btn-search {
    margin-right: 0px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .widget-bg .bus-widget-result .input-content-wrapper .change-direction-wrapper {
    width: 6%;
    margin: 0 0px; }

  .widget-bg .bus-widget-result .input-content-wrapper .lg-input-wrapper {
    width: 47%; }

  .widget-bg .bus-widget-result .input-content-wrapper .md-input-wrapper {
    width: 39%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-bg .bus-widget-result .input-content-wrapper .md-input-wrapper {
    width: 50%; }

  .widget-bg .bus-widget-result .button-content .search-btn-container {
    margin-top: 15px !important; } }
/**************************** 
 * # Media Query max : 319px
 ****************************
 */
@media (max-width: 319px) {
  .widget-bg .widget .button-content .cheap-wrap {
    position: relative; }
    .widget-bg .widget .button-content .cheap-wrap .btn-cheap-together-rec {
      top: 8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 10px;
      border-color: transparent #2bac36 transparent;
      position: absolute;
      left: 58px;
      -ms-transform: rotate(89deg);
      /* IE 9 */
      -webkit-transform: rotate(89deg);
      /* Chrome, Safari, Opera */
      transform: rotate(89deg); }
    .widget-bg .widget .button-content .cheap-wrap .btn-cheap-together-tran {
      width: 124px;
      height: 21px;
      padding: 4px 12px;
      background: #2bac36;
      right: -30px;
      position: absolute;
      left: 0;
      top: -11px;
      border-radius: 3px;
      line-height: 1.4;
      text-align: center;
      color: #fff;
      font-size: 10px;
      font-weight: 400; }

  .container .login-outer .login-form-component .login-icon-inner .out-col-12-wrap .col9-log-wrap p {
    font-size: 12px;
    text-align: left;
    color: #777373;
    margin: 7px 0px 7px;
    font-weight: 500; }

  .container .register-outer .login-form-component .login-icon-inner .out-col-12-wrap .col9-log-wrap p {
    font-size: 12px;
    text-align: left;
    color: #777373;
    margin: 7px 0px 7px;
    font-weight: 500; }

  .day-desc-inner-line {
    -webkit-transform: rotate(90deg) !important;
    height: 220px !important; } }
@media (min-width: 319px) and (max-width: 360px) {
  .container .con-out-buisnes .buisness-componetnt-inner .offer-text-wrap .topic-offer {
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0px; }

  .container .con-out-buisnes .buisness-componetnt-inner .offer-text-wrap {
    color: #fff;
    text-align: left;
    padding-left: 5px;
    padding-right: 0px; } }
/****************************
* # Media Query min: 320px max : 479px
****************************
*/
@media (max-width: 479px) {
  .tabList li a {
    font-size: 12px; }

  .ui-autocomplete {
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto; }

  .traveller-details-popup {
    left: 0;
    right: 0;
    margin: 0 auto; }

  .input-inner input {
    background-image: none !important;
    padding: 0 10px !important; }

  .widget-bg .widget .trip-type-wrapper .btn-trip-type {
    padding: 5px 12px; }
  .widget-bg .widget .button-content .cheap-wrap {
    position: relative;
    top: 3px;
    margin-bottom: 12px; }
    .widget-bg .widget .button-content .cheap-wrap .btn-cheap-together-rec {
      top: 8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 10px;
      border-color: transparent #2bac36 transparent;
      position: absolute;
      right: 312px;
      -ms-transform: rotate(89deg);
      /* IE 9 */
      -webkit-transform: rotate(89deg);
      /* Chrome, Safari, Opera */
      transform: rotate(89deg); }
    .widget-bg .widget .button-content .cheap-wrap .btn-cheap-together-tran {
      width: 124px;
      height: 21px;
      padding: 4px 12px;
      background: #2bac36;
      right: -30px;
      position: absolute;
      left: 0;
      top: -11px;
      border-radius: 3px;
      line-height: 1.4;
      text-align: center;
      color: #fff;
      font-size: 10px;
      font-weight: 400; }
  .widget-bg .widget .button-content .search-btn-container {
    width: 100%; }
    .widget-bg .widget .button-content .search-btn-container .btn-search {
      width: 100%;
      margin-top: 10px;
      background-image: none; }
  .widget-bg .widget .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    width: 14px;
    background-repeat: no-repeat;
    background-size: 99%;
    background-position: 0 4px; }
  .widget-bg .widget .input-content-wrapper .lg-input-wrapper {
    width: 45%; }
  .widget-bg .widget .input-content-wrapper .md-input-wrapper {
    width: 49%;
    padding-left: 0px;
    margin-right: 2px; }
  .widget-bg .widget .input-content-wrapper .xs-input-wrapper {
    width: 100%;
    padding-left: 2px;
    margin-right: 2px; }
  .widget-bg .widget .input-content-wrapper .travellers-input-wrapper {
    width: 100%;
    padding-top: 20px; }

  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 5px 0px !important; }

  .whybook {
    background-image: none; }

  .leaderborad .callbacks_nav {
    top: 77%; }

  .address-infor p {
    color: #2c3e50;
    padding-left: 0px; }

  .call-us-any h3 {
    text-align: center;
    font-size: 14px;
    color: #2c3e50; }

  .container .con-package_holi-topic-wrap .wrap-package-holiday-topic h3 {
    font-size: 20px; }

  .container .con-recommended-holiday-wrap .wrap-contnt-holiday-topic h3 {
    font-size: 20px; }

  .perfect-holiday-full-wrap .container .con-perfect_holi-topic-wrap .wrap-perfect-holiday-topic h3 {
    font-size: 20px; }

  .offers-wrapper-holiday .con-slider-wrap h3 {
    font-size: 20px; }

  .leaderborad-wrap-thingstodo .leaderborad .callbacks_nav.prev {
    display: none; }

  .leaderborad-wrap-thingstodo .leaderborad .callbacks_nav.next {
    display: none; }

  .container .instalment-component-wrap-mob .logo-install-mob {
    display: block;
    text-align: center;
    padding-bottom: 18px; }

  .container .con-installment-plan-page-wrap .wrap-installment-plan-page-topic p {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #4d5a64;
    line-height: 1.9;
    padding-left: 20px;
    padding-right: 20px; }

  .container .con-installment-plan-inner-wrap .wrap-installment-inner-topic p {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #4d5a64;
    padding-left: 20px;
    line-height: 1.9;
    padding-right: 20px; }

  .container .login-outer .login-form-component .login-icon-inner .sign-in-prptxt {
    padding-top: 12px; }

  .container .login-outer .login-form-component .login-icon-inner .out-col-12-wrap {
    background-color: #fff;
    margin-bottom: 43px;
    padding-left: 6px;
    border-radius: 2px; }

  .container .login-outer .login-form-component {
    padding-bottom: 24px; }

  .container .register-outer .login-form-component .login-icon-inner .sign-in-prptxt {
    padding-top: 12px; }

  .container .register-outer .login-form-component .login-icon-inner .out-col-12-wrap {
    background-color: #fff;
    margin-bottom: 43px;
    padding-left: 6px;
    border-radius: 2px; }

  .container .register-outer .login-form-component {
    padding-bottom: 24px; }

  .container .flight-status-tab-component-wrap .tab-pane {
    padding: 10px 0px;
    overflow: scroll; }

  .container .flight-status-tab-component-wrap .card .nav > li > a {
    padding: 11px 29px; }

  .container .con-flight-status-wrap .wrap-flight-status-page-topic h3 {
    padding-left: 8.5%; }

  .e-gift_card-out-wrap-out .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 24px; }

  .e-gift_card-out-wrap-out .tab-pane .centra {
    width: 390px; }

  .faq-container-wrapper .faq-wrap {
    margin-top: 0px;
    margin-bottom: 0px; }

  .e-gift_card-out-wrap-out .tab-content .button, .e-gift_card-out-wrap-out .tab-content input, .e-gift_card-out-wrap-out .tab-content select, .e-gift_card-out-wrap-out .tab-content textarea {
    width: 336px; }

  .img-reward {
    width: 100%; }

  .profile-main-wrapper .container-fluid .navigation ul li {
    list-style: none;
    display: block;
    width: 100%; }

  .profile-main-wrapper .container-fluid .profile-menubar {
    background-color: #074069;
    padding-bottom: 20px;
    padding-right: 0px; }

  .profile-main-wrapper .container-fluid .rightside {
    padding-left: 15px; }

  .career-inner-page-wrapper .inner-block-career .box-border .form-wrapper .form-inner-box .full-name {
    font-size: 14px;
    color: #807d7d;
    font-weight: 500;
    padding-top: 8px;
    float: left; }

  .careers-tab .container .career-tab-out .tab-content .no-vacncy-form .form-vancany .form-wrapper .form-inner-box .full-name {
    font-size: 14px;
    color: #807d7d;
    font-weight: 500;
    padding-top: 8px;
    float: left; }

  .career-inner-page-wrapper .out-block {
    padding-left: 15px; }

  .mobile-pop-bg .mobile-app .ios-app {
    text-align: center;
    padding-top: 20px; }

  .mobile-pop-bg .mobile-app .anroid-app {
    text-align: center; }

  .col-inner-mob-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center; }

  .mobile-pop-container-wrapper .info-container .mobile-pop-img-wrap .mobile-pop-txt-p p {
    margin: 0 0 -0px;
    text-align: center;
    color: #808080;
    font-weight: 400;
    font-size: 16px; }

  .mobile-pop-bg-2 .col-mob-img-2 {
    padding-top: 0px;
    padding-bottom: 48px;
    text-align: center; }

  .quick-flight .col-mob-img-3 {
    padding-top: 48px;
    text-align: center;
    display: block; }

  .quick-flight .wrap-mobile-upper-txt1 {
    margin-top: 72px;
    margin-bottom: 48px; }

  .mobile-pop-search-result .wrap-mobile-upper-txt1 {
    margin-top: 72px;
    margin-bottom: 48px; }

  .mobile-pop-search-result .col-mob-img-2 {
    padding-top: 8px;
    padding-bottom: 48px;
    text-align: center; }

  .div-back-down-input .con-inner h4 {
    text-align: left;
    display: block;
    line-height: 1.3;
    margin-top: 0px;
    font-weight: 500;
    font-size: 20px; }

  .div-back-down-input {
    background-color: #f9f9f9;
    height: auto;
    padding-bottom: 20px; }

  .mobile-app .anroid-app a img {
    width: 100%; }
  .mobile-app .ios-app a img {
    width: 100%; }

  .div-back-mobile .con-inner h4 {
    text-align: left;
    display: block;
    line-height: 1.4; }

  .mobile-pop-container-wrapper .info-container .mobile-pop-img-wrap {
    margin-bottom: 40px;
    height: 140px; }

  .mobile-pop-container-wrapper .info-container .mobile-pop-img-wrap .mobile-pop-txt-p {
    padding-top: 4px; }

  .widget-bg .widget .button-content .search-btn-container .or {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 8px; }

  .things-wrap-des-cl {
    padding-left: 0px;
    padding-bottom: 259px; }

  .things-to-do-detail-new .main-wrapper .book-wrap-activity .wrap-inner {
    text-align: left;
    margin-top: 0px;
    padding-left: 0px; }

  .things-to-do-detail-new .main-wrapper .book-wrap-activity .book-btn {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 22px; }

  .corporate-right .right-qs {
    font-size: 17px; }

  .corporate-bottom-container {
    font-size: 17px;
    padding-right: 0px !important;
    padding-left: 0px !important; }

  .corporate-bg {
    background-position: center 0px !important; }

  .corporate-bottom-container .phnNo {
    text-align: left !important; }

  .container .con-out-buisnes .buisness-componetnt-inner .proceed-btn button {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 3px;
    border: 1px solid #fb4f0f;
    background-color: #fb4f0f;
    color: #fff;
    font-weight: 400;
    margin-top: 7px; }

  .write-to-us-wrapper {
    background: radial-gradient(circle at 53% 76%, #2794be, #01528c);
    height: 570px;
    margin-bottom: 36px;
    padding: 16px; }

  .write-to-us-wrapper .inner-write-us-wrap .write-us-col {
    border-right: none; }

  .write-to-us-wrapper .inner-write-us-wrap .write-form-modal {
    margin: 0 auto;
    border-right: none;
    min-height: 170px; }

  .location-con .address-infor .mob-contact-new p {
    color: #777676;
    padding-left: 18px; }

  .contact-tell-us p {
    background: #045894;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: left;
    font-size: 13px;
    margin: 0px;
    padding-right: 16px;
    padding-left: 16px; }

  .contact-us .contact-us-modal .contact-formtop .clse-icn {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
    font-weight: 300;
    margin-top: -5px;
    /* left: -1px; */ }

  .write-to-us-wrapper .inner-write-us-wrap .write-form-modal-2 .modal-lg {
    width: 97%; }

  .write-to-us-wrapper .inner-write-us-wrap .write-form-modal-2 .modal-lg .mob-mdl-height {
    height: 500px !important; }

  .day-desc-inner-line {
    height: 180px;
    width: 200px; }

  .day-desc-inner-text-4 {
    position: absolute;
    top: 85px;
    left: 140px; }

  .widget-bg .widget .input-content-wrapper .change-direction-wrapper .btn-change-direction {
    display: none; }

  .location-con .address-infor .map-icon-conatct {
    padding-right: 5px;
    text-align: right; }

  .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    font-size: 15px; } }
@media only screen and (max-width: 479px) {
  .bank-row {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 16px; }
    .bank-row .pull-right, .bank-row .pull-left {
      width: 100%; }

  .things-to-do-detail-new {
    padding-right: 0px;
    padding-left: 15px; }

  .corporate-box-header {
    font-size: 17px; }

  .container .con-out-buisnes {
    background: url(https://fmffiles.s3.amazonaws.com/home-sub/for_men.png);
    height: 500px;
    background-size: 100%;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 16px;
    padding: 0px 15px;
    background-size: cover; }

  .container .con-out-buisnes .buisness-componetnt-inner .bs-comp-logo img {
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .odometer {
    font-size: 35px; }

  .ui-datepicker {
    width: 100% !important;
    top: 55px !important;
    padding-right: 5px !important;
    padding-left: 5px !important; } }
@media (min-width: 320px) and (max-width: 479px) {
  .fmf-best-price .box-infor {
    text-align: center; }

  .fmf-best-price-flight-hotel .box-infor-flight-hotel {
    text-align: center; }

 /****************************
* # fmf-moreinfor
****************************
*/
  .app-downloads .anroid-app {
    text-align: center; }
    .app-downloads .anroid-app img {
      max-width: 160px; }
  .app-downloads .ios-app {
    text-align: center; }
    .app-downloads .ios-app img {
      max-width: 160px; }

  .fmf-app-dep h3 {
    text-align: center; }
  .fmf-app-dep p {
    text-align: center; }

  .wrap-out-cont-deal .container .deal-head-txt h2 {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: grey; }

  .cheaper-arrow-left {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2bac36;
    position: absolute;
    top: 19px;
    right: 104px; }

  .container .wrap-home-holiday-outer .wrap-out-hm-holi .wrap-holiday-inner_box-2 .box-inner-holiday-inner-2 button {
    margin-top: 32px; }

  .container .offer-tab-component-wrap .span12 .btn-group {
    padding-left: 28px; }

  .container .offer-tab-component-wrap .span12 .btn-group .pad-mobile-tb-btn {
    margin-top: 12px; }

  .container .offer-tab-component-wrap .span12 .btn-group .btn-info {
    padding: 7px 18px;
    border-radius: 27px;
    width: 133px;
    margin-right: 12px;
    border: 1px solid #d2d1d1;
    color: #737365;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .container .login-outer .login-form-component .login-icon-inner .out-col-12-wrap .col9-log-wrap p {
    font-size: 12px;
    text-align: left;
    color: #777373;
    margin: 7px 0px 7px;
    font-weight: 500; }

  .container .login-outer .login-form-component .form-inner .wrap-check .checkbox label,
  .container .login-outer .login-form-component .form-inner .wrap-check .radio label {
    min-height: 27px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #808080;
    font-size: 13px; }

  .container .login-outer .login-form-component .form-inner .wrap-check .login-forgot-pw-wrap span {
    font-weight: 400;
    cursor: pointer;
    color: #808080;
    font-size: 13px; }

  .container .register-outer .login-form-component .login-icon-inner .out-col-12-wrap .col9-log-wrap p {
    font-size: 12px;
    text-align: left;
    color: #777373;
    margin: 7px 0px 7px;
    font-weight: 500; }

  .container .register-outer .login-form-component .form-inner .wrap-check .checkbox label,
  .container .register-outer .register-form-component .form-inner .wrap-check .radio label {
    min-height: 27px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #808080;
    font-size: 13px; }

  .container .register-outer .login-form-component .form-inner .wrap-check .login-forgot-pw-wrap span {
    font-weight: 400;
    cursor: pointer;
    color: #808080;
    font-size: 13px; }

  .list-step .list {
    margin-left: 0px; }

  .list-step .list .to .first-d {
    width: 5%; }

  .list-step .list .to .first-f {
    display: inline-block;
    width: 90%; }

  .about-container-wrapper .about-container {
    text-align: center;
    padding: 30px 15px 50px 15px; }

  .testmonial-wrapper .tem-box .wid-sharing {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .tabList li a {
    font-size: 12px; }

  .profile-main-wrapper .container-fluid .user-pic {
    margin-top: 0px;
    padding-top: 24px; }

  .mobile-pop-search-result .wrap-mobile-upper-txt1 .mobile-txt-h2 {
    line-height: 1.5; }

  .div-back-mobile {
    height: 380px; }

  .div-back-mobile .con-inner .provide-txt p {
    line-height: 1.6; }

  .div-back-mobile .con-inner .input-wrap-mobile-num {
    padding-right: 0px;
    padding-left: 0px; }

  .corporate-left {
    margin-bottom: 20px; }

  .day-desc .top-box {
    padding: 20px 20px 20px 20px; }

  .day-desc .top-box .top-box-one, .top-box-two, .top-box-four, .top-box-three {
    margin-bottom: 20px; }

  .day-desc .top-box .top-box-three {
    margin-top: 30px; }

  .day-desc-inner-text-2 {
    padding-top: 20px;
    margin-left: 65px; }

  .day-desc-inner-text {
    margin-left: 65px;
    padding-top: 15px; }

  .day-desc-inner-text-3 {
    text-align: center !important; }

  .day-desc-inner-line {
    -webkit-transform: rotate(90deg) !important; }

  .location-con .address-infor .loc-tp-email {
    padding-left: 10px; }

  .location-con .address-infor .mob-contact-new p {
    color: #777676;
    padding-left: 6px; }

  .location-con .address-infor .location-topic .join-txt {
    padding-left: 54px; }

  .list-down-numbers .table > tbody > tr > td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fbfbfb !important;
    font-size: 11px; } }
/****************************
 * # Media Query min: 480px max : 767px
 ****************************
 */
@media (min-width: 767px) {
  .ui-datepicker-group-first .ui-datepicker-next {
    display: none; } }
@media (max-width: 767px) {
  .ui-datepicker-group-first {
    width: 100% !important; }

  .datepicker-hide-in-mobile {
    display: none; }
    .datepicker-hide-in-mobile .ui-datepicker-calendar, .datepicker-hide-in-mobile .ui-datepicker-title {
      display: none; }

  .holiday-types {
    display: none; }

  .ui-datepicker {
    width: 99% !important;
    right: 4px !important; }

  .header .navbar .nav-icon {
    float: left;
    margin-right: 6px;
    margin-top: 2px; }
  .header .navbar .nav-label {
    line-height: 36px; }
  .header .navbar .nav .new-item {
    top: 8px;
    width: 25px;
    left: 116px; }

  .wrap-out-cont-deal .container .deal-wrap-outer .deal-head-txt {
    text-align: center; }
    .wrap-out-cont-deal .container .deal-wrap-outer .deal-head-txt h2 {
      font-size: 20px; }
  .wrap-out-cont-deal .container .deal-wrap-outer .wrap-deal-btn {
    float: left;
    padding-top: 12px; }

  .container .wrap-hotel-home-best-destination .hvrbox
  .hvrbox-layer_top-mob {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    border-radius: 3px; }

  .container .wrap-hotel-home-best-destination .hvrbox .book-srap-before-hv {
    opacity: 0; }

  .container-holiday .wrap-hotel-home-best-destination .hvrbox .book-srap-before-hv {
    opacity: 1; }

  .container-holiday .wrap-hotel-home-best-destination .hvr-mb {
    height: 250px !important; }

  .hvrbox {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

  .mob-pad1-hotel-hm {
    padding-left: 16px; }

  .container .wrap-hotel-home-best-destination .pad-left-best-dest {
    padding-left: 16px; }

  .container .wrap-hotel-home-best-destination .pad-right-best-dest {
    padding-right: 14px; }

  .container .wrap-hotel-home-best-destination {
    padding: 0px; }

  .container .wrap-hotel-home-best-destination .hvr-mb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    width: 724px;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px; }

  .container .wrap-hotel-home-best-destination .hvrbox .hvrbox-layer_top h5 a .hotel-nme-topic-left {
    float: left;
    width: 100%;
    line-height: 1.5; }

  .container .wrap-hotel-home-best-destination .hvrbox .hvrbox-layer_top h5 a .hotel-nme-topic-right {
    width: 100%;
    float: left; }

  .container .wrap-pack-holiday {
    background-image: none; }

  .container .wrap-activities-destination .hvrbox .book-srap-before-hv {
    opacity: 0; }

  .container .wrap-activities-destination .hvrbox .hvrbox-layer_top {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }

  .container .wrap-activities-destination .pad-left-best-dest {
    padding-right: 0px; }

  .container .login-outer .login-form-component .form-inner .wrap-check {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 12px; }

  .container .register-outer .login-form-component .form-inner .wrap-check {
    padding-bottom: 12px; }

  .container .register-outer .login-form-component .form-inner .wrap-check .control {
    font-size: 13px; }

  .container .login-outer .login-form-component .form-inner .wrap-check .control {
    font-size: 13px; }

  .terms-container-wrapper .terms-wrap ol {
    border-right: none; }

  .container .airline-component-wrap .air-box-wrapper .air-logo-box img {
    max-width: 135px; }

  .gift-card-leaderboard .slideDescInner h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300; }
  .gift-card-leaderboard .slideDescInner h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 23px;
    margin-top: 0px; }

  .col-mobile-widget {
    padding-left: 0px;
    padding-right: 0px; }

  .update-btn-wrap {
    margin-top: 8px;
    padding-left: 15px; }

  .buslayout #seatlist {
    min-height: 350px !important;
    height: 350px !important;
    overflow: auto; } }
@media (min-width: 480px) and (max-width: 767px) {
  .ui-datepicker {
    width: 99% !important; }

  .fmf-best-price .box-infor {
    text-align: center;
    max-width: 75%;
    margin: 0 auto; }
  .fmf-best-price .list-step .list {
    margin-left: 0px; }
  .fmf-best-price .about-container-wrapper .about-container {
    text-align: center;
    padding: 30px 15px 50px 15px; }

  /****************************
* # fmf-moreinfor
****************************
*/
  .app-downloads .anroid-app {
    text-align: center; }
    .app-downloads .anroid-app img {
      max-width: 160px; }
  .app-downloads .ios-app {
    text-align: center; }
    .app-downloads .ios-app img {
      max-width: 160px; }

  .fmf-app-dep h3 {
    text-align: center; }
  .fmf-app-dep p {
    text-align: center; }

  .container .login-outer .login-form-component .login-icon-inner .out-col-12-wrap {
    background-color: #fff;
    margin-bottom: 43px;
    padding-left: 6px;
    border-radius: 2px; }

  .container .register-outer .login-form-component .login-icon-inner .out-col-12-wrap {
    background-color: #fff;
    margin-bottom: 43px;
    padding-left: 6px;
    border-radius: 2px; }

  .img-reward {
    width: 60%; }

  .modal-backdrop {
    display: block !important; }

  #btn-search-activity {
    background-color: #4ca72d;
    border-radius: 2px;
    color: #FFF;
    border: 1px solid #4ca72d;
    padding: 8px 49px;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block; }

  .corporate-left {
    margin-bottom: 20px; }

  .corporate-bg {
    background-position: center 0px !important; }

  .corporate-bottom-container .phnNo {
    text-align: left !important; }

  .slider-con-prp-feature {
    padding-top: 24px;
    padding-left: 113px;
    padding-right: 123px; }

  .container .con-out-buisnes .buisness-componetnt-inner .bs-comp-logo img {
    margin-top: 30px;
    margin-bottom: 30px; }

  .container .con-out-buisnes {
    background: url(https://fmffiles.s3.amazonaws.com/home-sub/for_men.png);
    height: 430px;
    background-size: 100%;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 16px;
    padding: 0px 15px;
    background-size: cover; }

  .container .con-out-buisnes .buisness-componetnt-inner .proceed-btn button {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 3px;
    border: 1px solid #fb4f0f;
    background-color: #fb4f0f;
    color: #fff;
    font-weight: 400;
    margin-top: 9px; }

  .write-to-us-wrapper {
    background: radial-gradient(circle at 53% 76%, #2794be, #01528c);
    height: 570px;
    margin-bottom: 36px;
    padding: 16px; }

  .write-to-us-wrapper .inner-write-us-wrap .write-us-col {
    border-right: none; }

  .write-to-us-wrapper .inner-write-us-wrap .write-form-modal {
    margin: 0 auto;
    border-right: none;
    min-height: 170px; }

  .write-to-us-wrapper .inner-write-us-wrap .write-form-modal-2 .modal-lg {
    width: 97%; }

  .write-to-us-wrapper .inner-write-us-wrap .write-form-modal-2 .modal-lg .mob-mdl-height {
    height: 600px !important; }

  .day-desc-inner .top-box, .bottom-box {
    width: 100%; }

  .day-desc .top-box-one {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding-left: 20px; }

  .day-desc .top-box-two {
    width: 50%;
    float: left;
    margin-bottom: 20px; }

  .day-desc .top-box-three {
    width: 30%;
    float: left; }

  .day-desc .top-box-four {
    width: 40%;
    float: left; }

  .day-desc .top-box-five {
    width: 30%;
    float: left; } }
/****************************
 * # Media Query max:991 AND min: 768px max : 991px
 ****************************
 */
@media (max-width: 991px) {
  	/****************************
   * # Widget Responsive
   *****************************/
  .widget-bg .widget .input-content-wrapper .col-md-6 {
    padding-bottom: 20px; }
  .widget-bg .widget .multicity-options .multicity-content-wrapper {
    border-top: 1px solid #1a669d; }
    .widget-bg .widget .multicity-options .multicity-content-wrapper .md-input-wrapper {
      width: 100%; }
  .widget-bg .widget .multicity-options .close-input-wrapper .close-multiinput {
    width: 45px;
    height: 45px;
    background-image: url("../../dist/images/icon-multicity-close.png");
    background-position: -20px 0px;
    float: right;
    margin-right: 2px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 35px;
    cursor: pointer; }
  .widget-bg .hotel-widget .input-content-wrapper .lg-input-wrapper {
    width: 100%;
    margin-bottom: 20px; }

  .container .login-outer .login-form-component .login-icon-inner .sign-in-prptxt {
    padding-top: 14px; }

  .container .register-outer .login-form-component .login-icon-inner .sign-in-prptxt {
    padding-top: 14px; }

  .container .airline-component-wrap .box-wrap-mob {
    padding-top: 24px; }

  .promotion-wrapper .promo-info {
    padding-top: 4px;
    text-align: center; }

  .careers-tab .tab-content .career-position-out {
    border: none; }

  .str-offer img {
    width: 250px; }

  .container .con-out-buisnes .buisness-componetnt-inner .proceed-btn a {
    margin-top: 10px; }

  .direct-flight {
    width: 100%;
    margin-bottom: 16px; }

  .myt-container {
    background-position: center bottom; } }
@media (min-width: 768px) and (max-width: 991px) {
  .partners-wrapper .partners .partners-row .partners-col {
    width: 20%; }

  .wrap-out-cont-deal .container .deal-wrap-outer .wrap-deal-btn {
    padding-left: 6px; }

  .navbar-container {
    width: 100%; }

  .dropdown-desktop .fmf-lang {
    display: none; }

  .container .offer-tab-component-wrap .span12 .btn-group .btn-info {
    padding: 7px 15px;
    border-radius: 27px;
    width: 123px;
    margin-right: 12px;
    border: 1px solid #d2d1d1;
    color: #737365;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .about-container-wrapper .about-container {
    text-align: center;
    padding: 30px 15px 50px 15px; }

  .e-gift_card-out-wrap-out .nav > li {
    position: relative;
    display: block;
    min-width: 27px; }

  .e-gift_card-out-wrap-out .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 13px;
    font-size: 12px; }

  .e-gift_card-out-wrap-out .gift-small-col3-left {
    height: 53px; }

  .e-gift_card-out-wrap-out .gift-small-col3-right {
    height: 53px; }

  .e-gift_card-out-wrap-out .nav > li {
    font-size: 12px; }

  .container .airline-component-wrap .air-box-wrapper .air-logo-box img {
    max-width: 135px; }

  .profile-main-wrapper .container-fluid .navigation ul li {
    list-style: none;
    display: block;
    width: 185px;
    border-bottom: 1px solid #f1f5f1;
    border-bottom: none !important;
    color: #353535;
    font-size: 14px;
    padding-left: 14px;
    border-radius: 4px;
    font-weight: 400; }

  .careers-tab .nav-tabs > li > a {
    border: none;
    color: #666;
    padding: 10px 9px; }

  .career-inner-page-wrapper .out-block {
    padding-left: 15px; }

  .mobile-pop-bg .mobile-app .ios-app {
    text-align: center; }

  .mobile-pop-bg .mobile-app .anroid-app {
    text-align: center;
    padding-bottom: 20px; }

  .div-back-mobile .con-inner h4 {
    line-height: 1.4; }

  .mobile-pop-container-wrapper .info-container .mobile-pop-img-wrap .mobile-pop-txt-p p {
    margin: 0 0 -0px;
    text-align: center;
    color: #808080;
    font-weight: 400;
    font-size: 16px; }

  .mobile-pop-bg-2 .col-mob-img-2 {
    padding-top: 0px;
    padding-bottom: 46px;
    display: block;
    text-align: center; }

  .mobile-pop-bg-2 .wrap-mobile-upper-txt1 {
    margin-top: 60px;
    margin-bottom: 48px; }

  .quick-flight .wrap-mobile-upper-txt1 {
    margin-top: 32px;
    margin-bottom: 48px; }

  .mobile-pop-search-result .wrap-mobile-upper-txt1 {
    margin-top: 60px;
    margin-bottom: 48px; }

  .mobile-pop-search-result .col-mob-img-2 {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center; }

  .div-back-down-input .con-inner #btn_send-mob {
    margin-bottom: 24px; }

  .div-back-down-input .con-inner h4 {
    line-height: 1.4; }

  .mobile-pop-container-wrapper .info-container .mobile-pop-img-wrap .mobile-pop-txt-p {
    padding-top: 10px; }

  .mobile-pop-container-wrapper .info-container .mobile-pop-img-wrap {
    margin-bottom: 40px;
    height: 155px; }

  #btn-search-activity {
    background-color: #4ca72d;
    border-radius: 2px;
    color: #FFF;
    border: 1px solid #4ca72d;
    padding: 8px 14px;
    margin-top: 17px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block; }

  .things-to-do-detail-new .wrapper-second-rw-activty .back-img .activty-image-slide {
    background-image: url(https://fmffiles.s3.amazonaws.com/thingsToDo/Phuket-Thailand_196936655.jpg);
    height: 430px;
    background-size: cover;
    background-position: center; }

  .things-to-do-detail-new {
    padding-right: 0px;
    padding-left: 6px; }

  .corporate-left {
    margin-bottom: 20px;
    min-height: auto; }

  .corporate-right {
    min-height: auto;
    padding-bottom: 20px; }

  .corporate-bg {
    background-position: center 0px !important; }

  .corporate-content-list {
    width: 100%; }

  .corporate-content-list-left {
    width: 50%;
    float: left; }

  .corporate-content-list-right {
    width: 50%;
    float: left; }

  .corporate-bottom-container .phnNo {
    text-align: left !important; }

  .container .con-out-buisnes .buisness-componetnt-inner .bs-comp-logo img {
    margin-top: 10px;
    text-align: center;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px; }

  .container .con-out-buisnes {
    height: 350px;
    background-size: 100%;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 50px;
    padding: 20px 19px; }

  .container .con-out-buisnes .buisness-componetnt-inner .offer-text-wrap .topic-offer {
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0px; }

  .container .con-out-buisnes .buisness-componetnt-inner .proceed-btn button {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 3px;
    border: 1px solid #fb4f0f;
    background-color: #fb4f0f;
    color: #fff;
    font-weight: 400;
    /* margin-top: 48%; */
    /* float: right; */
    margin-top: 0px; }

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

  .location-con .address-infor .scil-icon {
    padding-left: 4px !important; }

  .location-con .address-infor .location-address p img {
    padding-right: 8px; }

  .write-to-us-wrapper {
    background: -webkit-radial-gradient(53% 76%, circle, #2794be, #01528c);
    background: -o-radial-gradient(53% 76%, circle, #2794be, #01528c);
    background: radial-gradient(circle at 53% 76%, #2794be, #01528c);
    height: 230px;
    margin-bottom: 36px;
    padding: 16px; }

  .day-desc-inner .top-box, .bottom-box {
    width: 100%; }

  .day-desc .top-box-one {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding-left: 20px; }

  .day-desc .top-box-two {
    width: 50%;
    float: left;
    margin-bottom: 20px; }

  .day-desc .top-box-three {
    width: 30%;
    float: left; }

  .day-desc .top-box-four {
    width: 40%;
    float: left; }

  .day-desc .top-box-five {
    width: 30%;
    float: left; }

  .container .con-out-buisnes .buisness-componetnt-inner .proceed-btn {
    padding-right: 0px;
    padding-left: 0px; } }
/****************************
 * # Media Query min: 992px max : 1199px
 ****************************
 */
@media (max-width: 1199px) {
  .flex-offer-over-wrap {
    max-height: 226px; }

  .flex-img-over-wrap-holiday {
    height: 130px; }

  .contact-infor .con-infor p {
    margin: 0px;
    font-size: 16px; }

  .container .wrap-activities-destination .activities-inn-dv {
    margin-top: 24px; }

  .dots-list ol {
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
    list-style: none !important; }

  .dots-list ol li:before {
    display: none; }

  .dots-list ol li .date {
    display: none; }

  .container .installment-page-txt {
    padding-left: 10px; }

  .container .travel-form h4 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .container .visa-flag-wrap .flag-wrap img {
    text-align: center;
    width: 90%; }

  .day-desc-inner-text {
    line-height: 1.7 !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .partners-wrapper .partners .partners-row .partners-col {
    width: 20%;
    margin-top: 16px; }

  .wrap-out-cont-deal .container .deal-wrap-outer .wrap-deal-btn {
    padding-left: 6px; }

  .e-gift_card-out-wrap-out .tab-content .button, .e-gift_card-out-wrap-out .tab-content input, .e-gift_card-out-wrap-out .tab-content select, .e-gift_card-out-wrap-out .tab-content textarea {
    max-width: 280px; }

  .container .login-outer .login-form-component .login-icon-inner {
    padding-right: 26px; }

  .container .login-outer .login-form-component .form-inner {
    padding-left: 26px; }

  .container .register-outer .login-form-component .login-icon-inner {
    padding-right: 26px; }

  .container .register-outer .login-form-component .form-inner {
    padding-left: 26px; }

  .e-gift_card-out-wrap-out .nav > li {
    position: relative;
    display: block;
    min-width: 80px; }

  .e-gift_card-out-wrap-out .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-size: 12px; }

  .e-gift_card-out-wrap-out .gift-small-col3-left {
    height: 52px; }

  .e-gift_card-out-wrap-out .gift-small-col3-right {
    height: 52px; }

  .container .airline-component-wrap .air-box-wrapper .air-logo-box img {
    max-width: 118px; }

  .profile-main-wrapper .container-fluid .navigation ul li {
    list-style: none;
    display: block;
    width: 160px;
    border-bottom: 1px solid #f1f5f1;
    border-bottom: none !important;
    color: #353535;
    font-size: 14px;
    padding-left: 14px;
    border-radius: 4px;
    font-weight: 400; }

  .profile-main-wrapper .container-fluid .navigation ul li a {
    padding: 15px 0px 15px 0px;
    display: block;
    cursor: pointer;
    color: #d2d2d2;
    margin-left: 8px; }

  .profile-main-wrapper .container-fluid .navigation ul li a span {
    padding: 5px 20px 5px 5px;
    font-size: 11px; }

  .careers-tab .nav-tabs > li > a {
    border: none;
    color: #666; }

  .careers-tab .container .career-tab-out .tab-content .career-position-out img {
    width: 192px; }

  .career-inner-page-wrapper .out-block {
    padding-left: 15px; }

  .things-to-do-detail-new {
    padding-right: 0px;
    padding-left: 0px; }

  #btn-search-activity {
    background-color: #4ca72d;
    border-radius: 2px;
    color: #FFF;
    border: 1px solid #4ca72d;
    padding: 8px 27px;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block; }

  .corporate-bg {
    background-position: center 0px !important; }

  .corporate-right {
    min-height: 664px; }

  .container .con-out-buisnes {
    background: url(https://fmffiles.s3.amazonaws.com/home-sub/for_men.png);
    height: 260px;
    background-size: 100%;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 50px;
    padding: 15px 16px; }

  .container .con-out-buisnes .buisness-componetnt-inner .offer-text-wrap {
    color: #fff;
    /* text-align: left; */
    padding-left: 32px; }

  .container .con-out-buisnes .buisness-componetnt-inner .bs-comp-logo {
    vertical-align: middle;
    padding-left: 0px; }

  .location-con .address-infor .location-address {
    padding-left: 32px; }

  .location-con .address-infor .location-address-3 {
    padding-left: 10px; }

  .location-con .address-infor .mob-contact-new {
    padding-left: 50px; }

  .container .con-out-buisnes .buisness-componetnt-inner .proceed-btn {
    padding-right: 0px;
    padding-left: 0px; } }
@media (min-width: 1199px) {
  .container .login-outer .login-form-component .form-inner {
    padding-left: 40px;
    padding-right: 30px; }

  .container .login-outer .login-form-component .login-icon-inner {
    padding-left: 30px;
    padding-right: 40px; }

  .container .register-outer .login-form-component .login-icon-inner .sign-in-prptxt {
    padding-bottom: 12px; }

  .container .register-outer .login-form-component .form-inner {
    padding-left: 40px;
    padding-right: 30px; }

  .container .register-outer .login-form-component .login-icon-inner {
    padding-left: 30px;
    padding-right: 40px; }

  .things-to-do-detail-new {
    padding-right: 0px;
    padding-left: 0px; } }

/*# sourceMappingURL=fmf-theme-bus.css.map */
