@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  background-color: #efefef;
  font-family: 'Montserrat-Regular', sans-serif !important;
  padding-top: 70px; }

.booking-form {
  margin: auto;
  background: #ffffff; }

.searchFrom .tabed-search-form {
  padding: 10px;
  border: 1px solid #e5e5e5; }
  .searchFrom .tabed-search-form .nav-tabs {
    margin-bottom: 10px;
    font-weight: 700; }
    .searchFrom .tabed-search-form .nav-tabs li {
      font-size: 14px; }
      .searchFrom .tabed-search-form .nav-tabs li a {
        padding: 5px 2px 8px;
        color: #707377;
        border: none;
        border-bottom: none;
        text-transform: uppercase; }
        .searchFrom .tabed-search-form .nav-tabs li a:hover {
          background: none;
          border: none; }
    .searchFrom .tabed-search-form .nav-tabs li.active a {
      background: none;
      border: none;
      color: #333333;
      padding: 5px 2px;
      border-bottom: 3px solid #f43b3b; }
.searchFrom form {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  margin-top: 20px; }
.searchFrom .search-type-row {
  display: none; }
.searchFrom .inline-pax .form-group {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px; }
  .searchFrom .inline-pax .form-group:nth-child(3n + 1) {
    padding-left: 0; }
  .searchFrom .inline-pax .form-group:nth-child(3n) {
    padding-right: 0; }
.searchFrom .form-group .control-label {
  text-align: left; }
.searchFrom .form-group .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none; }
.searchFrom .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0; }
.searchFrom .ui-spinner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0; }
  .searchFrom .ui-spinner .ui-spinner-input {
    display: block;
    background: #fff;
    margin: 0; }
  .searchFrom .ui-spinner a.ui-spinner-button {
    background-color: #f9f9f9;
    background-image: url(images/spinner.png);
    background-repeat: no-repeat;
    background-position: -33px center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #bababa;
    height: 16px;
    top: 13px;
    right: 27px; }
  .searchFrom .ui-spinner a.ui-spinner-button.ui-state-hover {
    background-color: #fcfcfc; }
  .searchFrom .ui-spinner a.ui-spinner-button.ui-spinner-up {
    right: 7px;
    background-position: -1px center; }
.searchFrom .hasDatepicker {
  background: url(images/calendar.png) no-repeat right center #fff; }

.ui-autocomplete {
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd; }
  .ui-autocomplete .ui-menu-item a {
    color: #666d77; }
  .ui-autocomplete .ui-menu-item a.ui-state-focus {
    margin: 0;
    background-color: #969696;
    color: #fff; }

select {
  -webkit-appearance: none; }

input[type="text"]:focus {
  outline: none; }
input[type="text"]:hover {
  border: 1px solid #a3a3a3; }

input[type="submit"] {
  height: 36px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 30px;
  background: #2f4173;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 36px;
  color: #fff;
  border-color: #2f4173;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active {
    background: #0c1f30;
    box-shadow: none;
    color: #ffffff;
    outline: none; }

#MSF_tab_control {
  display: flex; }
  #MSF_tab_control li {
    width: 115px; }
    #MSF_tab_control li a {
      background-color: white;
      margin-top: 0;
      border: 0;
      padding-top: 3px !important;
      padding-bottom: 3px !important;
      border-right: 1px solid #e5e5e5;
      color: #8a8a8a;
      border-radius: 0; }
    #MSF_tab_control li.active a {
      color: #1f2c51;
      background-color: #fff; }

label {
  font-weight: 400; }

.pax-count-lbl {
  width: 100%; }

#MSF_pax_types span {
  width: 100%; }

#MSF_search_form_do:focus, #MSF_search_form_do:hover {
  background-color: #122b40; }

.ui-autocomplete {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

.ui-widget {
  font-family: 'Montserrat-Regular', sans-serif !important; }

.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background: #1f2c51 !important;
  color: #ffffff !important; }

.none-multicity .row .col-sm-6:first-child {
  padding-right: 0px; }

.multicity .add-new-flight {
  height: 36px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #1f2c51;
  border: none;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 36px;
  color: #fff;
  cursor: pointer; }
  .multicity .add-new-flight:hover {
    background: #122b40;
    text-decoration: none; }
.multicity .add-new-flight-col {
  text-align: right;
  margin-bottom: 15px; }

#MSF_pax_types {
  padding-right: 15px; }
  #MSF_pax_types .col-sm-4 {
    padding-right: 0px; }
    #MSF_pax_types .col-sm-4 .form-group {
      padding-right: 0px; }

.pax-type-col {
  display: flex;
  padding-right: 0; }

.other-pax-btn {
  height: 37px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  background: #1f2c51;
  font-weight: 700;
  margin-left: 10px;
  line-height: 36px;
  color: #fff;
  box-shadow: none;
  outline: 0;
  border: 0;
  margin-top: 24px;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 10px 8px 10px 8px;
  top: 25px;
  text-decoration: none; }
  .other-pax-btn:hover {
    background: #122b40;
    text-decoration: none;
    color: #fff; }

.other-pax-popup {
  -webkit-box-shadow: 0 2px 4px #ccc;
  -moz-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc;
  z-index: 900;
  position: absolute;
  border: 1px solid #dedede;
  padding: 10px;
  background: white;
  width: 280px;
  margin-left: -104px;
  margin-top: -185px;
  display: none; }
  .other-pax-popup.display-other-pax-popup {
    display: block !important; }
  .other-pax-popup .form-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .other-pax-popup .form-group .ui-spinner.ui-widget.ui-widget-content.ui-corner-all {
      float: right;
      width: 40%;
      border: 1px solid #dedede;
      border-radius: 3px;
      height: 28px; }
      .other-pax-popup .form-group .ui-spinner.ui-widget.ui-widget-content.ui-corner-all input {
        height: 28px; }
    .other-pax-popup .form-group label {
      min-width: 125px;
      max-width: 145px;
      margin-bottom: 0px; }
    .other-pax-popup .form-group .passenger-type-input {
      border: 0 solid #fff; }
    .other-pax-popup .form-group .ui-spinner a.ui-spinner-button {
      top: 5px;
      opacity: 1; }
  .other-pax-popup .ADT_CHD_INF_count.class_SRC {
    display: block;
    width: 100px; }
  .other-pax-popup:before {
    content: "";
    position: absolute;
    left: 127px;
    bottom: -5px;
    width: 25px;
    background: #fff;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg); }

#MSF_ADT,
#MSF_CHD,
#MSF_INF {
  font-size: 12px; }

#MSF_SRC,
#MSF_BRV,
#MSF_NMQ,
#MSF_DIS {
  border: 0px solid #ccc;
  padding-top: 4px;
  padding-top: 3px;
  font-size: 12px; }

.close-cloned-row {
  display: none;
  margin-top: 31px;
  position: relative;
  color: #ffffff;
  right: -5px;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  background: #1f2c51; }
  .close-cloned-row span {
    position: relative;
    top: 5px;
    left: 9px; }

.multicity-field {
  display: flex; }
  .multicity-field .add-new-flight-row {
    width: 100%; }

.change-language-ul {
  padding-left: 0;
  margin-bottom: 30px; }
  .change-language-ul li {
    display: inline-block; }
    .change-language-ul li a {
      background: #656464;
      color: #ffffff;
      padding: 10px;
      text-decoration: none; }
    .change-language-ul li.select-persian {
      margin-left: -4px; }
    .change-language-ul li.active a {
      background-color: #122b40;
      text-decoration: none; }

@media (max-width: 767px) {
  .searchFrom .tabed-search-form .nav-tabs {
    text-align: center; }
    .searchFrom .tabed-search-form .nav-tabs li {
      width: 30% !important;
      display: inline-block; }
      .searchFrom .tabed-search-form .nav-tabs li:last-child a {
        border-right: 1px solid #ffffff !important; }

  .other-pax-popup {
    margin-left: -219px; }
    .other-pax-popup:before {
      left: 242px; }

  #MSF_pax_types {
    width: 100%;
    display: flex; }
    #MSF_pax_types .col-sm-4 {
      width: 33%; }

  .pax-type-col {
    padding-right: 15px; }

  .none-multicity .row .col-sm-6:first-child {
    padding-right: 15px; }

  .searchFrom .ui-spinner .ui-spinner-input {
    padding-left: 6px; } }

/*# sourceMappingURL=main.css.map */
