html,
body {
  height: 100%;
  background-color: var(--default-page-bg);
  background: var(--default-page-bg);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .top-section {
    margin-top: 100;
  }
}

@media (min-width: 1024px) {
  .leftmob-filter {
    display: none;
  }
  .log-field-icon {
    position: absolute;
    right: 15px;
    top: 168px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.slidingDiv,
.bookingoption-selection,
.mtmh_left .btn-done,
.smalldevice,
#divLoading,
.airline-preference,
.onoffswitch-fare-checkbox,
.passport-details,
#gstinfoshown,
[data-dir="left"] .rs-tooltip,
.multicitybox,
.closemodifysearch,
.agentCommission,
.agentCommissionShow,
.netPrice,
.netPriceShow,
[data-dir="left"],
.rs-scale span:last-child,
.divnetshow-fare,
.divnetshow {
  display: none;
}

.pd-30 {
  padding: 30px;
}
#email_verify .close {
  margin: 15px;
}
#email_verify .modal-dialog {
  max-width: 400px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mt-2 {
  margin-top: 6px;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt-15 {
  margin-top: 15px;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.mr-5 {
  margin-right: 20px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-20 {
  margin-left: 20px;
}

#divLoading.show {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url("../images/loader_spinner.gif");
  background-color: #666;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

#loadinggif.show {
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 101;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}

.loader-img {
  width: 300px;
  position: absolute;
  left: 39%;
  top: 20%;
  pointer-events: none;
}

.loader-img img {
  width: 100%;
  height: auto;
}

.common-MSGbox {
  width: 450px;
  margin-top: 6%;
}

.common-MSGbox .modal-header {
  border-bottom: 0px;
}

.common-MSGbox .modal-footer {
  border-top: 0px;
}

.common-MSGbox .modal-body,
#searchresponse-Multicitypage .flight-book,
.benifit img,
.flt-name .flt-no,
.flt-from,
.flt-to,
.flt-seat,
.flt-type,
.flt-timeinfo .flt-fare,
.flt-timeinfo h2,
.flight-tkt,
.aligncenter,
.flt-timeinfo h1,
.arrivalbg,
.returnbg,
.login-card h1,
.login-help,
.flight-tkt span,
.flt-timeinfo .flt-fare,
.multycityresult .flt-timeinfo .flt-fare,
.advantage-box h4 {
  text-align: center;
}

.common-MSGbox .modal-body .imgicon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.nopadding-LR {
  padding-left: 0px;
  padding-right: 0px;
}

.userimg {
  height: 30px;
  width: 30px;
  background-color: #e7e7e7;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-top: -20px;
}

.btn-round {
  line-height: 15px;
  border: 2px solid #e7e7e7;
  border-radius: 30px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-round:hover {
  color: #fff;
  background: #e7e7e7;
}

#styleHome .search-area {
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 10px;
}

#styleHome .span1 {
  margin-left: 0px !important;
  padding-left: 50px !important;
  margin-top: 0px !important;
  padding-top: 32px !important;
  padding-bottom: 31px !important;
}

#styleHome .traveller {
  height: 60px;
}

#styleHome .traveller,
#searchresponsepage .traveller {
  cursor: pointer;
  height: 50px;
}

#styleHome .traveller h3 {
  color: #333;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 6px;
}

#styleHome .traveller p {
  color: #575656;

  font-weight: 400;
  padding-left: 20px;
}

#styleHome .btnbig {
  padding-top: 12px;
  padding-right: 64px;
  padding-bottom: 17px;
  padding-left: 60px;
}

.citytrip .btnbig,
.multicitybox .btnbig {
  padding-top: 13px;
  padding-right: 70px;
  padding-bottom: 12px;
  padding-left: 60px;
}

#styleHome #search,
.citytrip #search,
.multicitybox #search {
  padding-left: 0px;
}

#styleHome #origin {
  border-radius: 2px 0px 0px 2px;
}

#styleHome .btnrightround {
  border-radius: 0px 2px 2px 0px;
  height: 50px;
}

#styleHome .list-group {
  z-index: 999;
  position: absolute;
  width: 300px;
  margin-top: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  min-height: 30px;
  max-height: 300px;
  overflow-y: auto;
}

#styleHome .list-group-item,
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  color: #333 !important;
}

#styleHome .depart-flightselect,
#searchresponsepage .depart-flightselect {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444 !important;
  font-weight: 400 !important;
}

.mainDivleft .mtmh_right3:nth-child(n) {
  border-bottom: 0px;
  border-right: 0px;
}

.mainDivright .mtmh_right3:nth-child(n) {
  border-bottom: 0px;
}

.mainDivleft .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.mainDivleft .flightname-info,
.mainDivright .flightname-info {
  width: 30%;
}

#searchresponse-Multicitypage .flightname-info {
  width: 18%;
}

.mainDivleft .flightdepart-info,
.mainDivleft .flightarival-info,
.mainDivright .flightdepart-info,
.mainDivright .flightarival-info {
  width: 22%;
}

#searchresponsepage .flightdepart-info,
#searchresponsepage .flightarival-info,
#searchresponsepage .flighttime-info,
#searchresponsepage .flightfare-info,
#searchresponse-Multicitypage .flightdepart-info,
#searchresponse-Multicitypage .flightarival-info,
#searchresponse-Multicitypage .flighttime-info,
#searchresponse-Multicitypage .flightfare-info {
  padding-right: 0px;
  padding-left: 0px;
  width: 15%;
}

#searchresponse-Multicitypage .base-price,
#searchresponse-Multicitypage .gross-price {
  padding-left: 15px;
  float: left;
  padding-right: 15px;
}
#searchresponsepage .base-price,
#searchresponsepage .gross-price {
  float: left;
  padding-left: 10px;
  padding-right: 16px;
}
#searchresponsepage .flight-book,
#searchresponse-Multicitypage .flight-book {
  padding-left: 0px;
  width: 12%;
}

.filter-ince-net {
  display: flex;
  padding: 15px 0px;
}

.mainDivleft .flightname-info,
.mainDivright .flightname-info {
  word-break: break-all;
}

#styleHome .depart-flightselect input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.btnModify {
  position: absolute;
  right: 14px;
  margin-top: -53px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.alignleft,
.alignright {
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.align-right {
  display: block;
  margin: 0 auto 15px;
  text-align: right;
}

.aligncenter {
  display: block;
  margin: 0 auto 0px;
}

.fa-passwd-reset > .fa-lock {
  font-size: 0.85rem;
}

#searchresponsepage .aligncenter,
#domesticroundtrip-page .aligncenter,
.modifysearcharea .aligncenter {
  display: block;
  margin: 0 auto 14px !important;
  text-align: center;
}

#searchresponse-Multicitypage .topbarfilter {
  left: 22.7%;
  width: 56%;
}

#searchresponse-Multicitypage .rusult-Multycity {
  margin-left: -3.4%;
}

#searchresponse-Multicitypage .multycitySelectedTicket {
  padding-right: 0px;
  padding-left: 0px;
  right: 47px;
}

#searchresponse-Multicitypage .fixed-cell {
  width: 258px;
}

#searchresponse-Multicitypage .selectedflightlogo-col {
  margin-right: 8px;
}

#searchresponse-Multicitypage .selectedflightlogo-col {
  margin-right: 8px;
  width: 45px;
}

#searchresponse-Multicitypage .selectedflight-col {
  width: 100%;
  padding-left: 10px;
}

#searchresponse-Multicitypage .selectedflight-row {
  display: flex;
}

#searchresponse-Multicitypage span.flightfare {
  float: right;
  font-weight: bold;
}

#searchresponse-Multicitypage .selectedflight-row {
  border-bottom: 1px solid #e3e2e2;
  margin-bottom: 10px;
  padding: 10px 15px;
}

#searchresponse-Multicitypage .selectedflight-row:last-child {
  border-bottom: 0px !important;
}

#searchresponse-Multicitypage .price_col {
  padding: 0px !important;
}

#searchresponse-Multicitypage .multycitySelectedTicket .mtmh_row {
  padding-top: 0px;
  border-radius: 10px;
}

#searchresponse-Multicitypage .price_footer {
  padding: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#searchresponse-Multicitypage .selectedflight-row:first-child {
  padding-top: 30px !important;
}

#searchresponse-Multicitypage .bg-gray {
  background-color: transparent;
}

.box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flight-book {
  margin-bottom: 0px;
}

a:focus {
  outline: 0px solid;
}

.clearfix::after,
.form-field::after {
  clear: both;
}

.clearfix::before,
.form-field::before,
.clearfix::after,
.form-field::after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix::after,
.form-field::after {
  clear: both;
}

.clearfix::before,
.form-field::before,
.clearfix::after,
.form-field::after {
  content: " ";
  display: table;
}

.form-padd-botm {
  padding-bottom: 0px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
.navbar-brand > img {
  max-height: 55px;
}
.pax-detail-img {
  max-width: 30%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 5px;
  color: #444;
}

a {
  transition: all 0.1s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3ec1d5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  color: #444;
  text-align: left;
  overflow-x: hidden;
}

.navbar {
  border: 0px solid transparent;
  border-radius: 0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
}
.dropdown-menu {
  border-radius: 0px !important;
}
.dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 15px;
  position: absolute;
  top: -10px;
}

.dropdown-menu::after {
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 15px;
  position: absolute;
  top: -9px;
}

.navbar-nav > li > .dropdown-menu > .dropdown-submenu > .dropdown-menu::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  left: -20px;
  position: absolute;
  top: 13px;
}

.navbar-nav > li > .dropdown-menu > .dropdown-submenu > .dropdown-menu::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  left: -20px;
  position: absolute;
  top: 13px;
}
.dropdown-menu li {
  text-align: justify;
  padding: 4px 0px;
  font-family: "Noto Sans", sans-serif;
}

.dropdown-calender::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 20px;
  position: absolute;
  top: -10px;
}

.dropdown-calender::after {
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 20px;
  position: absolute;
  top: -9px;
}

.loaderarea {
  width: 80%;
  height: 250px;
  margin: 80px auto;
  border-radius: 8px;
  text-align: center;
}

.loaderarea h3 {
  padding-top: 10%;
}

.benifit {
  width: 80px;
  margin: 0 auto;
}

.progress {
  position: relative;
  height: 2px;
  display: block;
  width: 35%;
  background-color: #d6d6d6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 10px auto;
  overflow: hidden;
}

.progress .indeterminate {
  /*   background-color: #DB183C;  */
  background-color: #ed213a; /* fallback for old browsers */
  background-color: -webkit-linear-gradient(to right, #ed213a, #93291e);
  /* Chrome 10-25, Safari 5.1-6 */
  background-color: linear-gradient(to right, #ed213a, #93291e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 1.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: indeterminate 1.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*airline-preference*/
.airline-preference {
  min-width: 200px;
  border: 0px solid #d1d1d1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 260px;
  margin-top: -45px !important;
  padding: 12px;
  border-radius: 3px;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
  z-index: 500;
  right: 186px;
  height: 200px;
}

.airline-preference::before {
  float: left;
  content: "";
  border-bottom: 8px solid #f7f7f7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin: -20px 0 0 15px;
}

.airline-list {
  height: 180px;
  overflow: hidden;
  position: absolute;
  width: 185px;
}

.airline-list {
  height: 180px;
  overflow: hidden;
}

.airline-list:hover,
.filter-scroll:hover {
  overflow-y: scroll;
}

/* width */
.airline-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.airline-list::-webkit-scrollbar-track {
  background: blue;
}

/* Handle */
/* .airline-list::-webkit-scrollbar-thumb {

} */

/* Handle on hover */
.airline-list::-webkit-scrollbar-thumb:hover {
  background: green;
}

.airline-preference .airline-list hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.airline-preference label {
  margin-left: 0px;
}

#searchresponsepage .filter-scroll {
  height: 345px;
}

.filter-scroll {
  height: 320px;
  width: 263px !important;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 5px;
  padding-bottom: 20px;
}

.filter-scroll-rounttrip {
  /* height: 200px; */
  height: auto;
  width: 263px !important;
  /* overflow: hidden; */
  overflow: scroll;
  overflow-y: scroll;
  padding-right: 5px;
  padding-bottom: 20px;
}

.filter-scroll-farebreakup {
  height: 170px;
  width: 256px !important;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 5px;
  padding-bottom: 20px;
}

@supports (scrollbar-width: thin) {
  .no-support {
    display: none;
  }
}
.scrollbar-width-thin {
  scrollbar-width: thin;
  scrollbar-color: #e14b4b #e1e1e1;
}

.scrollbar-width-thin:hover {
  cursor: pointer;
}
.custom-col-md-3 {
  width: 21.6%;
}
.custom-col-md-9 {
  width: 78%;
}
#domesticroundtrip-page .topbarfilter {
  left: 22.6%;
  width: 76%;
}

.ui-autocomplete {
  cursor: pointer;
  max-height: 300px;
  overflow-y: scroll;
}

.mtmh-number-input button {
  width: 3.2rem !important;
}

.depart-flightselect,
.mobile-logo-with-price .price {
  color: var(--default-theme-color) !important;
  font-weight: 400 !important;
}

.ui-menu .ui-menu-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
  color: #000;
}

.ui-menu .ui-menu-item:hover {
  /*when hovering an item:*/
  background-color: #eee !important;
  color: #000;
}

.ui-menu .ui-menu-item-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #eee !important; /* color: #ffffff; */
  border: none !important;
}

.ui-menu .ui-menu-item-wrapper-active {
  border: 1px solid #eee;
}
.word-wrapper {
  margin-right: auto; /* 1 */
  margin-left: auto; /* 1 */

  max-width: 960px; /* 2 */

  padding-right: 10px; /* 3 */
  padding-left: 10px; /* 3 */
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
form {
  margin: 0px;
}

.navbar {
  margin-bottom: 0px;
}

#topbar {
  background: #f5f7f9;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-weight: normal;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}
#topbar .contact-info i {
  padding: 4px;
}

#topbar .contact-info .fa-mobile-alt,
#topbar .contact-info .fa-phone-volume {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}
#topbar .top-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .top-links a:first-child {
  border-left: 0;
}

.float-right {
  float: right !important;
}

.headr-main-b {
  width: 100%;
  border-bottom: solid 2px #db183c;
  padding: 5px;
}

.navbar-default .navbar-toggle {
  border-color: transparent !important;
}

.headr-main-log {
  width: 1200px;
  margin: 0 auto;
  padding: 7px 0% 0px 0%;
}

.headr-log {
  height: 55px;
  width: 180px;
  float: left;
}

.ui-progressbar {
  height: 1em;
}

.ui-widget-content {
  border-radius: 0px;
  border: 0px;
  background: #efefef;
}

.ui-widget.ui-widget-content {
  border: 0px;
}

.ui-widget-header {
  background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: 0px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: 0px;
}

.clr {
  clear: both;
}

.Balance,
.Due,
.Limit {
  float: left;
  padding: 1px 15px;
  margin-left: 1px;
  border-radius: 3px;
  color: #000000;
  text-align: center;
}

.Balance {
  background-color: #f7f7f7;
}

.Due {
  background-color: #f7f7f7;
}

.Limit {
  background-color: #f7f7f7;
}

.balinfo h3 {
  margin-top: 4px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}

.mtmh_left0 {
  padding-left: 0px !important;
}

.mtmh_right0 {
  padding-right: 0px !important;
}

.plR {
  padding-left: 0px;
  padding-right: 0px;
}

.graybg {
  background-color: #b0b0b0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  margin-right: 25px;
}

.offset-23 {
  margin-left: 25%;
}

.offset-60 {
  margin-left: 52%;
}

#searchFlight {
  margin-bottom: 10px;
}

.balinfo {
  text-align: right;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #eeeeee;
  background: #eeeeee;
  font-weight: normal;
  color: #333;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.balinfo p {
  margin-bottom: 1px;
}

.float {
  float: left;
}

.headr-log2 {
  width: 60%;
  float: left;
}

.headr-log2 ul {
  margin-left: 50px;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.headr-log2 ul li {
  float: left;
  padding-top: 18px;
  padding-right: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}

.headr-log2 ul li a {
  list-style: none;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #000;
  margin-top: 1px;
  padding-top: 0%;
  padding-right: 4px;
  padding-bottom: 22px;
  padding-left: 4px;
}

.headr-log2 ul li a:hover {
  border-bottom: 3px solid #db183c;
} /*.headr-log2 ul li a span:hover { color: #DB183C; } 
*/
/* .headr-log2 ul li a span:hover {
	color: #DB183C;*
} */

.float-left {
  float: left !important;
}

.headr-log2-txt {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0% 0%;
}

.padding-LR0 {
  padding-left: 0px;
  padding-right: 0px;
}

.select-trip {
  /* margin-left: 5px; */
  margin-bottom: 10px;
}

.select-catecgory {
  margin-left: -400px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 1024px){
  .select-catecgory {
    margin-left: -170px;
  }
}

@media (max-width: 1023px) and (min-width: 770px){
  .select-catecgory {
    margin-left: 540px;
    margin-top: -40px;
  }
}

.nonstop label {
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

.select-trip li {
  display: inline-block;
  border-radius: 20px;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  transition: all 0.5s ease 0s;
}

.select-catecgory li {
  display: inline-block;
  border-radius: 20px;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  transition: all 0.5s ease 0s;
}

.select-trip .trip-active:hover .fa-plane {
  transform: rotate(360deg);
  transition: 0.9s;
}

.select-catecgory .trip-active:hover .fa-plane {
  transform: rotate(360deg);
  transition: 0.9s;
}

.select-trip1 li {
  display: inline-block;
  border-radius: 20px;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  transition: all 0.5s ease 0s;
}

.select-trip1 .trip-active1:hover .fa-plane {
  transform: rotate(360deg);
  transition: 0.9s;
}

.trip-active1 {
  background-color: var(--default-theme-color);
  color: var(--default-white-color);
}

.flightsearch-bg {
  margin-top: 0px;
  color: var(--default-white-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.flightsearch-bg-yi {
  background-color: #30426a;
  margin-top: -12px;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.flightsearch-bg-yi.flightsearch-background {
  text-align: center;
  background-image: url("../images/background-07.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-5 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.sm-paddingNo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.input-login {
  width: 150px !important;
  height: 28px !important;
  border-radius: 0px !important;
}
.navbar-form p,
.tab-pane h2,
.flt-deals-boxfooter p,
.trending h3,
.flt-timeinfo h3,
.depart-time-boxclose p,
.depart-stop p,
.arrival-time-boxclose p,
.arrival-time-boxclose span,
.accordion-title h1 span,
.mtmh_row h1,
.flt-top-info h2,
.flt-top-info p,
.tab-pane h2,
.address p,
.tkt-issue h3,
.tkt-issue h6,
.tkt-issue p,
.tkt-issue h2,
.trending h3 {
  margin: 0px;
  padding: 0px;
}

.input-cityname,
.input-date {
  border-right-width: 1px;
  border-top-style: none !important;
  border-right-style: solid;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: #fff !important;
  border-right-color: #ccc !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
  padding: 20px;
  font-weight: 600 !important;
  height: 50px;
}

.input-member {
  border-top-style: none !important;
  border-right-style: none;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
  padding: 20px;
  font-weight: 600 !important;
}

.flt-deals-box {
  background-color: #ccc;
  height: 215px;
}

.flt-deals-boxfooter {
  background-color: var(--default-white-color);
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.flt-deals-boxfooter h2 {
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.deals-banner {
  height: 300px;
  background-color: #666;
}
.trending {
  border: 1px solid #ccc;
  background-color: var(--default-white-color);
  overflow: hidden;
  border-radius: 4px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
}
.trending h2,
.trending h3 {
  font-weight: 400;
}
.trending li {
  padding-bottom: 10px;
  list-style-type: square;
  margin-left: 15px;
}

.advantage-box {
  padding-top: 30px !important;
  background-color: var(--default-theme-color);
  overflow: hidden;
  position: relative;
  list-style: none;
  float: left;
  padding: 12px 17px;
  padding-top: 12px;
  background-color: var(--default-white-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 4px;
  height: 220px;
}

.advantage-box h1 {
  color: #272727;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.advantage-box p {
  color: #444;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top :focus {
  background: #3ec1d5;
  color: var(--default-white-color);
  outline: none;
}

.back-to-top :hover {
  background: #3cd6ed;
  color: var(--default-white-color);
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.quantity {
  color: #333 !important;
}

.width120 {
  width: 100%;
  float: left;
}

.flightname-info {
  padding-right: 0px;
}

#searchresponsepage .flightname-info,
#searchresponse-Multicitypage .flightname-info {
  width: 25% !important;
}

.mtmh_filteroneway.ng-scope {
  margin-top: 8px;
}

.traveller-selection-series .adults,
.traveller-selection .children,
.traveller-selection .infants {
  margin-bottom: 10px;
}

.traveller-selection-series .adults .num,
.traveller-selection-series .children .num,
.traveller-selection-series .infants .num {
  padding: 4px 3px;
  border: 2px solid #dfdfdf;
  display: inline-block;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
}

.traveller-selection-series .adults .num:hover,
.traveller-selection-series .children .num:hover,
.traveller-selection-series .infants .num:hover {
  background-color: #d8d8d8;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  color: #353535;
}

.traveller-selection .adults,
.traveller-selection .children,
.traveller-selection .infants {
  margin-bottom: 10px;
}

.traveller-selection .adults .num,
.traveller-selection .children .num,
.traveller-selection .infants .num {
  padding: 3px 3px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  margin-right: 2px;
  border-radius: 4px;
  text-align: center;
  width: 25px;
}

.traveller-selection .adults .num:hover,
.traveller-selection .children .num:hover,
.traveller-selection .infants .num:hover {
  background-color: #d8d8d8;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  color: #353535;
}

.numactive,
.numactive:hover {
  border: 1px solid var(--default-theme-color) !important;
  color: var(--default-white-color);
  background-color: var(--default-theme-color);
}
.width120 p {
  padding-top: 0px;
  font-weight: 400;
}

.width120 p span {
  color: #5a5a5a !important;
}

.width140 {
  width: 140px;
  float: left;
}

.width130 {
  width: 130px;
  float: left;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  /* -moz-appearance: none;  reason for not appearing check box in mozilla*/
  box-shadow: none !important;
}

input [type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.mtmh-number-input {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  border-radius: 5px;
  background-color: var(--default-white-color);
}

.inner-addon {
  position: relative;
} /* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
/* align icon */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
} /* add padding  */
.left-addon input {
  padding-left: 30px;
}

#searchresponsepage .left-addon input {
  padding-left: 50px;
}

.right-addon input {
  padding-right: 30px;
}

.mtmh-number-input,
.mtmh-number-input * {
  box-sizing: border-box;
}

.mtmh-number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3.2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.mtmh-number-input button:before,
.mtmh-number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.mtmh-number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mtmh-number-input input[type="number"] {
  max-width: 3rem;
  padding: 0.3rem;
  border: solid #e5e5e5;
  border-width: 0 1px;
  height: 3.1rem;
  font-weight: bold;
  text-align: center;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 30px;
}

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #e1e1e1;
  text-shadow: none;
}

::selection {
  background: #e1e1e1;
  text-shadow: none;
}

.mtmh_left {
  background-color: rgb(255, 255, 255);
  background-color: var(--default-white-color) !important;
  overflow-y: scroll;
  padding-top: 10px;
  padding-right: 10px;
  /* padding-bottom: 50px; */
  padding-left: 10px;
  /* margin-top: 5px; */
  position: fixed;
  width: max-content;
}

.scroll {
  min-height: 60%;
  /* min-height: 600px; */
}

.mtmh_left-right0 {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.mtmh_bottom-padding30 {
  margin-bottom: 30px;
}

input[type="text"] {
  font-weight: 400 !important;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0px;
  border: 1px solid #ccc;
}

.effect-20,
.effect-21 {
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
}

.input-style {
  border: 1px solid #ccc !important;
  padding: 7px 14px;
  background: transparent; /* font-weight: 600; */
  font-family: inherit;
  height: auto !important;
  border-radius: 0px !important;
}

.travler-info-labl {
  text-align: right;
  padding-left: 0px !important;
  padding-right: 10px !important;
  top: 8px;
}

.slider-container {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 5px;
}

.rs-container {
  width: 95%;
}

.padding-top-bottom {
  padding-top: 5px !important;
  padding-bottom: 30px !important;
}

.mtmh-filterbox h1 {
  text-transform: capitalize;
  margin-bottom: 25px;
}

.rs-container .rs-selected {
  background-color: var(--default-theme-color);
  border: 1px solid var(--default-theme-color);
  transition: all 0.2s linear;
  width: 0;
}

.depart-time-box {
  border-left: 1px solid #e2e2e2;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.row-margin {
  margin-top: 10px;
}

.row-margin-bottom0 {
  margin-bottom: 0px !important;
}

.row2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
  overflow: hidden;
}

.row2 h4 {
  text-decoration: underline;
  margin-top: 30px;
}

.orange-color {
  color: #ff7c35 !important;
}

.flt-logo {
  float: left;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.flt-logo img,
.flt-logo2 img {
  width: 100%;
  height: auto;
}

#domesticroundtrip-page .flt-logo {
  margin-left: 10px !important;
}

.flt-logo1 {
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-left: 0px;
}

.flt-logo1 img {
  width: 100%;
  height: auto;
}

.flt-logo2 {
  float: left;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.flt-logo3 {
  float: left;
  height: 44px;
  width: 60px;
  text-align: center;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 5px;
}

.flt-logo3 img {
  width: 100%;
  height: auto;
}

.flt-name .flt-no,
.flt-from,
.flt-to,
.flt-seat,
.flt-type {
  color: #969495;
}

.flightbooktktinfo .flt-no {
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}

.table-condensed {
  margin-top: 4px;
}

.margin-top10 {
  margin-top: 10px;
}

.flight-tkt span {
  display: block;
}

.review-title {
  background-color: #fafafa;
  padding: 3px 15px 6px;
  min-width: 94px;
  clear: both;
  position: absolute;
  left: -2rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  text-align: center;
  color: #666;
}

.bottom-flt {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #32385b;
  margin-top: 10px;
  margin-bottom: 5px;
}

.flt-timeinfo-bottom h1 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #c9d1ee;
  margin-top: 0px;
  padding-top: 0px;
}
.price-bottom {
  margin-top: 20px;
}

.price-bottom h1 {
  margin-top: 0px;
  padding-top: 0px;
}

.price-bottom h2 {
  margin-top: 0px;
  padding-top: 0px;
}

.flt-timeinfo h1 {
  margin: 0px !important;
  padding: 0px !important;
}
.flt-timeinfo h2 {
  margin: 0px !important;
  padding: 0px !important;
}

#domesticroundtrip-page .roundtrip-farebox .flt-timeinfo h1 {
  color: var(--default-white-color);
}

.dep-info h1 {
  color: #323232;
  margin: 0px !important;
  padding: 0px !important;
}

.dep-info h2 {
  color: var(--default-theme-color);
  margin: 0px !important;
  padding: 0px !important;
}

.dep-info p {
  color: #969495;
  margin-top: 0px !important;
  padding: 0px !important;
  margin-bottom: 2px;
}

.flt-details {
  padding-right: 15px;
  padding-left: 15px;
}

.tabs .tab a {
  padding: 0 10px;
}

.tabs-b-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f6f5f5;
}

.flight-info {
  margin-bottom: 15px;
  margin-top: 10px;
}

.margin-bottom-none {
  margin-bottom: 0px;
}

.flt-details-box {
  margin-right: 10px !important;
  margin-left: 10px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.panelstrip {
  background: #f5f5f5;
  border-radius: 0px 0px 3px 3px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: right;
}

.flight-details-panel {
  display: none;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #e54e3e;
  overflow: hidden;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.flightdetailsAttr {
  color: var(--default-theme-color);
}

.flightdetailsAttr {
  cursor: pointer;
}
.red {
  transition-duration: 0.3s;
}

.red:hover {
  background-color: #e14b4b !important;
}

.green {
  transition: 0.2s;
}

.continueBtn {
  margin-left: 150px;
}

.btn {
  border-radius: 2px;
  color: var(--default-white-color);
  font-size: var(--normal-font);
}

.form-group {
  margin-bottom: 8px;
}

.select-style {
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fafafa url(../images/downarrow-17.png) no-repeat 97% 50%;
  border: 1px solid #ccc !important;
  font-family: inherit;
  height: auto !important;
  border-radius: 0px !important;
}

.select-style select {
  width: 101%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 9px;
  padding-left: 8px;
}

.select-style select :focus {
  outline: none;
}

label {
  margin-left: 0px;
  cursor: pointer;
  display: inline-block;
}

.padding-bottom40 {
  padding-bottom: 40px !important;
}

.icon-color {
  margin-left: 5px;
}

/* .fixed-cell {
	position: fixed;
	width: 278px;
} */

.padding-left0 {
  padding-left: 0px !important;
}

.padding-bottom20 {
  padding-bottom: 40px;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.padding-top0 {
  padding-top: 0px !important;
}

.width50 {
  width: 50%;
}

.modal-header h4 span {
  float: right;
  margin-right: 40px;
  font-weight: 600;
}

.text-center {
  text-align: center !important;
} /* Hide the browser's default radio button */
.pay-throught {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pay-throught input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.modal-body {
  overflow: hidden;
}

::placeholder {
  color: #1e1e1e;
}

::-moz-placeholder {
  color: #1e1e1e;
}

.selectedssr h1 {
  margin: 0px;
  padding: 0px 15px;
}

.selectedssr h4 {
  margin: 0px;
  padding: 15px 0px;
}

.depart-time-boxclose {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #e2e2e2;
  border-right-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
  border-left-color: #e2e2e2;
  width: 25%;
  float: left;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}

.depart-time-boxclose p {
  color: #737272;
}

.depart-time-boxclose span {
  padding: 0px;
  margin: 0px;
}

.departactive {
  border-top-width: 3px !important;
  border-top-style: solid !important;
  padding-bottom: 4px !important;
}

.depart-stop {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #e2e2e2;
  border-right-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
  border-left-color: #e2e2e2;
  width: 33%;
  float: left;
  padding: 6px;
  text-align: center;
}

.depart-stop:hover {
  cursor: pointer;
}

.stopactive {
  color: var(--default-active-color);
}

.stopactive p,
.stopactive span {
  color: var(--default-active-color) !important;
}

.depart-stop a {
  color: #444;
  text-decoration: none;
}

.fa-2x {
  font-size: 0.22em;
}

.fixtop {
  position: fixed;
  z-index: 999;
}

.arrival-time-boxclose {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #e2e2e2;
  border-right-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
  border-left-color: #e2e2e2;
  width: 25%;
  float: left;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}

.arrival-time-boxclose p {
  color: #737272;
}

.arrivalactive {
  border-top-width: 3px !important;
  border-top-style: solid !important;
  border-top-color: #e94747 !important;
  padding-bottom: 4px !important;
}

.depart-stop span {
  padding: 0px;
  margin: 0px;
}

.accordion-title h1 span {
  color: #c1c1c1;
  float: right;
}

.mtmh-filterbox {
  margin: 15px 5px 20px 5px;
}
.tab-content .mtmh-filterbox {
  margin: 15px 5px 0px 5px;
}
.right-padding {
  padding-right: 0px !important;
}

.mtmh_right {
  position: relative;
  padding-bottom: 0px;
  background-color: var(--default-white-color);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-top: 18px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.mtmh_right2 {
  float: left;
  margin-right: 0px;
  margin-left: 0px;
}

.mtmh_right:last-child {
  margin-bottom: 150px !important;
}

.mtmh_right2:last-child {
  margin-bottom: 150px;
}

.mtmh_right3 {
  padding-left: 15px;
  padding-right: 15px;
  background-color: var(--default-white-color);
}

.mtmh_right3:hover {
  cursor: pointer;
}

.mtmh_right3:first-child {
  padding-top: 18px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-left-color: #d8d8d8;
}

.mtmh_right3:last-child {
  padding-top: 18px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}

.mtmh_right4 {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 4px;
}

.mtmh_row {
  padding-bottom: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}

.bg-white {
  background-color: var(--default-white-color);
}

.white-text {
  color: var(--default-white-color) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.price-details-box {
  background-color: #f8f6f6;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  display: none;
}

.price_col {
  width: 100%;
  padding: 15px !important;
}

.price_row {
  width: 100%;
}

.price_row:hover {
  cursor: pointer;
}

.price_row h1,
.incentivebox h1 {
  font-weight: 400;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.price_row h2 {
  font-weight: 400;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 6px;
  margin-bottom: 6px;
}

.mtmh_row-pading {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.mtmh_row h1 span {
  padding-right: 8px;
}

.reviewTitle h1 span {
  padding-right: 0px;
}

.mtmh_row-transparent {
  background-color: transparent;
}

.incentivebox h1:nth-child(2) {
  border-top: 1px solid #efefef;
}

.dep-filter-airlines {
  color: #b5ceda;
  text-transform: uppercase;
}

.dep-filter-airlines:first-child {
  margin-left: 10px;
}

.dep-filter-airlines-active {
  color: var(--default-white-color);
}

.return-filter-airlines {
  color: #b5ceda;
  text-transform: uppercase;
}

.return-filter-airlines-active {
  color: var(--default-white-color);
}

.mtmh_filteroneway .filterdepart {
  margin-left: 22%;
}

.mtmh_filteroneway .filterarrive {
  margin-left: 8%;
}

.mtmh_filteroneway .filterduration {
  margin-left: 6%;
}

.mtmh_filteroneway .filterprice {
  margin-left: 7.5%;
}

#domesticroundtrip-page .dep-filter-airlines.filterdepart {
  padding-left: 15%;
}

#domesticroundtrip-page .dep-filter-airlines.filterarrive {
  margin-left: 7%;
}

#domesticroundtrip-page .dep-filter-airlines.filterduration {
  margin-left: 8%;
}

#domesticroundtrip-page .return-filter-airlines:first-child {
  margin-left: 4%;
}

#domesticroundtrip-page .return-filter-airlines.filterdepart {
  margin-left: 19%;
}

#domesticroundtrip-page .return-filter-airlines.filterarrive {
  margin-left: 7%;
}

#domesticroundtrip-page .return-filter-airlines.filterarrive {
  margin-left: 7%;
}

#domesticroundtrip-page .return-filter-airlines.filterduration {
  margin-left: 6%;
}

.mtmh_row-gray15m p {
  color: #878787;

  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.mtmh_row-gray15m h4 {
  color: #444;

  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 400;
}

.mtmh_row-gray15m h5 {
  color: #444;

  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: normal;
}

.mtmh_row-white {
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  background-color: var(--default-white-color);
}

.mtmh_row-white-border {
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  background-color: var(--default-white-color);
  border: 1px solid var(--default-seconderyborder-color);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.or {
  background-position: 0 -154px;
  display: inline-block;
  height: 33px;
  margin-top: 8px;
  width: 33px;
  background-color: #ccc;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.btn-lg {
  font-weight: 400;
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg); /* Internet Explorer 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg); /* Standard syntax */
}

.icon-font {
  top: 35px;

  margin-top: 10px;
  color: #686767;
}

.mtmh_flt-tkt {
  padding-bottom: 30px;
  background-color: var(--default-white-color);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-top: 30px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid var(--default-seconderyborder-color);
  margin-bottom: 1px;
  position: relative;
}

.mtmh_flt-tkt h5 {
  margin-left: 15px;

  padding-top: 4px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 500;
}

.none {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.mtmh-modify {
  background-color: var(--default-white-color);
  padding: 10px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0),
    0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0),
    0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-group > .btn-inactive:hover {
  background-color: #728f9d;
}

.flt-top-info {
  padding-bottom: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 4px;
  overflow: hidden;
  margin-top: 0px;
}

.flt-top-info p {
  color: #607d8b;
}

.nextday-price {
  background-color: var(--default-white-color);
  padding: 4px;
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}

.nextday-price:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nextday-price:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

.block {
  display: block;
  margin-left: 35px;
  width: 100px;
}

.mtmh-flt-logo {
  float: left;
  height: 30px;
  width: 30px;
}

.active-tab {
  border-top-width: 2px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-color: #e94747;
  padding-bottom: 7px;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.carousel-control {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 45px;
  margin-top: -20px;

  font-weight: 100;
  line-height: 35px;
  color: var(--default-white-color);
  text-align: center;
  background: #222222;
  background-image: none;
  background-repeat: repeat;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 8px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

.carousel-control.right {
  right: -12px;
}

.carousel-control.right {
  left: auto;
}

.carousel {
  margin-bottom: 0;
  padding: 0 40px 0px 40px;
}

.carousel {
  position: relative;
  margin-bottom: 0px;
  line-height: 1;
}

.well {
  min-height: 20px;
  padding: 8px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.text-black {
  color: #444;
  padding-top: 5px;
  font-weight: 500;
}

.text-gray {
  color: #969495;
} /* Reposition the controls slightly */
.carousel-control {
  left: -12px;
}

.carousel-indicators li {
  background: #c0c0c0;
}

.carousel-indicators .active {
  background: #333333;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: var(--default-white-color);
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tab-pane h2 {
  color: #5d952f;
}

.datepicker.dropdown-menu th {
  padding: 10px 10px;
}

.datepicker {
  padding: 10px;
}

.datepicker td {
  font-size: 14px;
}

.datepicker th {
  font-size: 14px;
}

.swipe {
  width: 27px;
  height: 27px;
  background: url(../images/swipe-icn.png) no-repeat;
  transition: all 0.5s ease 0s;
  position: absolute; /*position:absolute;*/
  right: -14px;
  top: 14px;
  z-index: 1;
  cursor: pointer;
  float: left;
  padding-right: 10px;
}

.traveller-selection {
  min-width: 270px;
  background-color: var(--default-white-color);
  border: 0px solid #d1d1d1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 295px;
  margin-top: -83px !important;
  padding: 12px;
  border-radius: 3px;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
  z-index: 2000;
  right: 180px;
  display: none;
}

.traveller-selection::before {
  float: left;
  content: "";
  border-bottom: 8px solid #f7f7f7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin: -20px 0 0 15px;
}

.border-none {
  border-radius: 0px !important;
}

.span2 {
  font-size: 18px !important;
  margin-left: 0px !important;
  padding-left: 50px !important;
  margin-top: 0px !important;
  padding-top: 22px !important;
  padding-bottom: 25px !important;
}

.span2-icon {
  font-size: 22px !important;
  margin-left: 5px !important;
  margin-top: -5px;
  padding-top: 15px !important;
}

.span3-icon {
  font-size: 22px !important;
  margin-left: 5px !important;
  margin-top: -5px;
  padding-top: 16px !important;
  color: #333;
}

.address {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.address h1 {
  text-transform: uppercase;
}

.address p {
  color: #444;
  font-weight: 400;
}

.tkt-issue h5 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #676767;
  font-weight: 600;
}

.bottom-line {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cecdcd;
  min-height: 126px;
}

.left-line {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cecdcd;
}

.left-bottom {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cecdcd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cecdcd;
}

.tkt-issue-company {
  margin-right: 10px;
  margin-left: 20px;
}

.tkt-issue h2 {
  font-weight: 500;
  color: #333;
}

.tkt-issue {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.table-condensed > thead > tr > th {
  padding-left: 10px !important;
}

.table-bordered > tbody > tr > td {
  padding-left: 10px !important;
}

.pt-50 {
  padding-top: 167px;
}

.passportdetails {
  padding-left: 0px !important;
}

.divflightresult .divflightRow:nth-child(2) {
  margin-top: 10px;
}

.allotedssr {
  padding-bottom: 8px;
}

.btn-outline-primary {
  /* color: #4a4a4a; */
  color: #848181;
  border-color: #f7f7f7;
  border-radius: 30px;
  background-color: #f7f7f7;
}

.btn-outline-primary:hover {
  color: #dd5959 !important;
  background-color: var(--default-white-color);
  border-color: #f2f2f2;
}

.allotedseat .btn {
  font-size: 0.9em;
}

.allotedpax {
  padding-right: 10px;
}

/* INVOCE-------*/
.invoiceMainbox {
  margin-right: 50px !important;
  margin-left: 50px !important;
  overflow: hidden;
}

.tkt-invoice h1 {
  font-size: 30px !important;
  font-weight: 600;
}

.divFareDetails > thead > tr > th {
  padding-left: 10px !important;

  font-size: 11.5px;
}

.divFareDetails [colspan="9"] {
  text-align: right;
  font-size: 11.5px;
}

.triptype-info {
  padding: 0px;
}

/* INVOCE-------*/
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables {
    margin-top: 5px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute; /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  } /*	Label the data	*/
  #no-more-tables td:before {
    content: attr(data-title);
  }
}

.travellerdetails {
  font-family: inherit;
}

footer {
  padding: 15px 0px;
  padding-bottom: 0px;
  margin-top: 110px;
  z-index: 999;
  /* position: relative; */
  position: absolute;
  /* bottom: 1; */
  width: 100%;
}

#gstinfoshown input[type="text"] {
  width: 95% !important;
}

footer p {
  text-align: center;
  color: #c7d3f0;
  margin: 0 0 15px;
}

footer h1 {
  text-align: left;
  color: #c7d3f0;
  margin: 0 -154px -13px;
}

footer p a {
  color: #c7d3f0;
  transition: all 0.8s ease 0s;
  padding: 20px 20px 0px 20px;
}

footer h4 {
  color: #f6f6f6 !important;
}

footer ul li a {
  color: #c7d3f0;
  transition: all 0.8s ease 0s;
}

footer ul li a:hover {
  color: #b0c4f0;
}

footer ul li {
  line-height: 180%;
}

.footerbottom-bg {
  background-color: #edeeef;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.footer-contact p {
  color: #c7d3f0;
}

.ssr {
  padding: 10px;
  border: 2px solid #eaeaea;
  float: left;
  margin: 10px;
  width: 180px;
  height: 140px;
  text-align: center;
  transition: 0.3s;
  border-radius: 4px;
}

.ssr:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.ssr p {
  font-family: inherit;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--default-white-color);
  line-height: 30px;
  text-align: center;
  background: #aaa9a9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.flight-tkt hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.citysearch {
  text-align: right;
}

.flightrefund-info {
  display: block;
  padding-top: 5px;
  color: #4d5b7b;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn:hover {
  color: #f9b7b7;
}

.footerbottom-bg p {
  padding-top: 30px;
}

.footer-logo ul {
  display: inline-block;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-logo ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.fab {
  font-size: 25px;
  color: #c7d3f0;
}

.fab:hover {
  font-size: 25px;
  color: #b0c4f0;
}

.social-links a {
  padding-right: 5px;
  padding-left: 5px;
}

.container-login {
  background-color: var(--default-white-color);
  width: 60%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  overflow: hidden;
}

.login-card {
  background-color: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.login-card h1 {
  font-weight: 300;
}

.login-card input[type="submit"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type="text"],
input[type="password"] {
  width: 100%;
  /* margin-bottom: 10px;  EDITED BY AAKASH 12-5-2020 */
  -webkit-appearance: none;
  background-color: var(--default-white-color);
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login {
  text-align: center;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: var(--default-white-color);
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
}

.headingvbg {
  background-image: linear-gradient(92deg, #f0772c, #f95776);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.headingvbg p {
  color: var(--default-white-color) !important;
}

.agent-bg {
  background-color: #30426a;
  margin-top: -10px;
  color: var(--default-white-color);
  padding-top: 80px;
}

.mtmh_row-white-border2 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  background-color: var(--default-white-color);
  border: 1px solid #d8d8d8;
}

.agentinfo h1 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sticky {
  background: #30426a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.top {
  top: 180px;
}

.fixed2 {
  position: fixed;
  margin-top: 150px;
}

.modal-custom400 {
  width: 350px;
}

.login-box {
  padding: 20px;
}

.modal-footer {
  text-align: left;
}

.passport {
  cursor: pointer;
}

.ui-datepicker table {
  font-size: 14px;
}

/* .btn-group > .btn:first-child:not (:last-child ){
border-top-right-radius: 0;
border-bottom-right-radius:0px;}
.btn-group>.btn:not (:first-child ):not (:last-child ){
border-radius
:
 
0;
}
.btn-group
>
.btn
 
:last-child
:not
 
(
:first-child
 
),
.btn-group
>
.dropdown-toggle
 
:not

	
(
:first-child
 
){
border-top-left-radius
:
 
0;
border-bottom-left-radius

} */
.btn-group > .btn-inactive {
  background-color: #607d8b;
}

.btn-group > .btn-inactive :hover {
  background-color: #728f9d;
}

.nextday-price :first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nextday-price :last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

.carousel-control {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 50px;
  margin-top: -20px;
  font-size: 50px;
  font-weight: 100;
  line-height: 35px;
  color: var(--default-white-color);
  text-align: center;
  background: #222222;
  background-image: none;
  background-repeat: repeat;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 8px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

.carousel-control .right {
  right: -12px;
}

.carousel-control .right {
  left: auto;
  right: 15px;
}

.carousel-control .right {
  right: -12px;
}

.carousel-indicators li {
  background: #c0c0c0;
}

.carousel-indicators .active {
  background: #333333;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}

.tabbable-line > .nav-tabs > li .active > a > i {
  color: #404040;
}

.tab-pane h2 {
  color: #5d952f;
}

.datepicker .dropdown-menu th {
  padding: 10px 10px;
}

.datepicker td {
  font-size: 14px;
}

.datepicker th {
  font-size: 14px;
}

.traveller h3 {
  color: #333;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 2px;
}

.traveller p {
  color: #575656;
  font-weight: 400;
  padding-left: 20px;
}

.tkt-issue h1 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.address h1 {
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables {
    margin-top: 5px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  #no-more-tables td:before {
    content: attr(data-title);
  }
}

.clr {
  clear: both;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #eeeeee;
  background: #eeeeee;
  font-weight: normal;
  color: #333;
}

.float {
  float: left;
}

.headr-log2 {
  width: 60%;
  float: left;
}

.headr-log2 ul {
  margin-left: 50px;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.headr-log2 ul li {
  float: left;
  padding-top: 18px;
  padding-right: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}

.headr-log2 ul li a {
  list-style: none;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #000;
  margin-top: 1px;
  padding-top: 0%;
  padding-right: 4px;
  padding-bottom: 22px;
  padding-left: 4px;
}

.padding-LR0 {
  padding-left: 0px;
  padding-right: 0px;
}

.nonstop label {
  color: var(--default-white-color);
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

.deals-banner {
  height: 300px;
  background-color: #666;
}

.trending {
  border: 1px solid #ccc;
  background-color: var(--default-white-color);
  overflow: hidden;
  border-radius: 4px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
}

.trending h2,
.trending h3 {
  font-weight: 400;
}

.trending h3 {
  font-size: var(--fontSize-16);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.mtmh-number-input {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  border-radius: 5px;
  background-color: var(--default-white-color);
}

.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 50px;
}

.right-addon input {
  padding-right: 30px;
}

.mtmh-number-input,
.mtmh-number-input * {
  box-sizing: border-box;
}

.mtmh-number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3.2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.mtmh-number-input button:before,
.mtmh-number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.mtmh-number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mtmh-number-input input[type="number"] {
  max-width: 3rem;
  padding: 0.3rem;
  border: solid #e5e5e5;
  border-width: 0 1px;
  height: 3.1rem;
  font-weight: bold;
  text-align: center;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 30px;
}

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

::-moz-selection {
  background: #e1e1e1;
  text-shadow: none;
}

::selection {
  background: #e1e1e1;
  text-shadow: none;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.mtmh_bottom-padding30 {
  margin-bottom: 30px;
}

.mtmh-filterbox h1 {
  text-transform: capitalize;
  margin-bottom: 25px;
}

.rs-container .rs-selected {
  background-color: #e94747;
  border: 1px solid #d83535;
  transition: all 0.2s linear;
  width: 0;
}

.depart-time-box {
  border-left: 1px solid #e2e2e2;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.row-margin {
  margin-top: 10px;
}

.row-margin-bottom0 {
  margin-bottom: 0px !important;
}

.row2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
  overflow: hidden;
}

.row2 h4 {
  text-decoration: underline;
  margin-top: 30px;
}

.orange-color {
  color: #ff7c35 !important;
}

.text-md {
  color: #666;
}

/*  recheck css 03-04-2020*/ /*  recheck css 03-04-2020*/
/*  recheck css 03-04-2020*/ /*  recheck css 03-04-2020*/

.levelssr,
.origin-flight .airport-name,
.divFareDetails > thead > tr > th,
.travellerdetails,
.ssr p,
.agentinfo h1,
.nonstop label,
.text-lg,
.text-md {
  font-weight: 500 !important;
}

.flt-timeinfo p {
  color: #919191;
  margin-top: -0px !important;
  text-align: center;
  padding: 0px !important;
}

.reviewbtn {
  padding: 8px 15px;
  margin-top: -8px;
}

.waves-effect {
  background-position: center;
  transition: background 0.8s;
}

.waves-effect:hover {
  background: #ea4b4b radial-gradient(circle, transparent 1%, #ea4b4b 1%);
  color: var(--default-white-color);
}

.waves-effect:active {
  background-color: #ea4b4b;
  background-size: 100%;
  transition: background 0s;
  color: var(--default-white-color);
}

#search::placeholder {
  color: var(--default-white-color) !important;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--default-white-color) !important;
}

.departicon img {
  position: absolute;
  z-index: 10;
  top: 16;
  left: 125px;
}

.select-style select:focus {
  outline: none;
}

label {
  font-size: var(--fontSize-12);
  margin-left: 0px;
  font-weight: normal !important;
  cursor: pointer;
  display: inline-block;
}

.icon-colorRed {
  margin-left: 5px;
}

.icon-colorGray {
  color: #d1d1d1;
  margin-left: 5px;
}

.fixed-cell {
  /* position: fixed; */
  width: 278px;
}

.margin-top50 {
  margin-top: 50px !important;
}

.padding-top0 {
  padding-top: 0px !important;
}

.Airlines,
.printpassenger,
.incv-net {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Airlines:last-child,
.incv-net:last-child,
.printpassenger:last-child {
  padding-bottom: 0px;
  z-index: 9;
}

.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.Airlines input,
.incv-net input,
.printpassenger input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.incv-net {
  width: 60%;
  margin-bottom: 5px !important;
}

.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.text-center {
  text-align: center !important;
  padding: 15px;
}
/* Hide the browser's default radio button */
.pay-throught {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pay-throught input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.pay-throught:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.pay-throught input:checked ~ .checkmark2 {
  background-color: #ee6e73;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pay-throught input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.pay-throught .checkmark2:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--default-white-color);
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #b8a58d;
  border-radius: 2px;
}

.checkmark-commission {
  position: absolute;
  top: 0;
  left: 123px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 2px;
}

.roundtrip-farebox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  float: left;
  color: var(--default-white-color);
  border-top: 1px solid #d5d5d5;
  -webkit-box-shadow: 0px 0px 3px 0px #d5d5d5;
  -moz-box-shadow: 0px 0px 3px 0px #d5d5d5;
  box-shadow: 0px 0px 3px 0px #d5d5d5;
  overflow: hidden;
}

.list-group {
  z-index: 999;
  position: absolute;
  width: 300px;
  margin-top: 3px;
  background-color: var(--default-white-color);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  min-height: 30px;
  max-height: 300px;
  overflow-y: auto;
}

.depart-flightselect {
  display: block;
  position: relative;
   padding-left: 29px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400 !important;
}

.mobile-logo-with-price .price {
  font-size: 18px;
}

#domesticroundtrip-page .traveller-selection .depart-flightselect {
  color: #444 !important;
}

.depart-flightselect span {
  font-size: 18px !important;
  /* left: 80px; */
}

.depart-flightselect .flt-seat,
.depart-flightselect .flightrefundable,
.depart-flightselect span > span {
  font-size: 12px !important;
  font-weight: 400;
}

.depart-flightselect input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark4 {
  position: absolute;
  /* top: 3px; */
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.depart-flightselect:hover input ~ .checkmark4 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.depart-flightselect input:checked ~ .checkmark4 {
  background-color: #ee6e73;
  /*  top: 18px; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark4:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.depart-flightselect input:checked ~ .checkmark4:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.depart-flightselect .checkmark4:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--default-white-color);
}

.return-flightselect,
.multycityresult .depart-flightselect {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400 !important;
}

.return-flightselect input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark3 {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.return-flightselect:hover input ~ .checkmark3 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.return-flightselect input:checked ~ .checkmark3 {
  background-color: #ee6e73;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark3:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.return-flightselect input:checked ~ .checkmark3:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.return-flightselect .checkmark3:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--default-white-color);
}

/* On mouse-over, add a grey background color */
.Airlines:hover input ~ .checkmark,
.incv-net:hover input ~ .checkmark-commission,
.printpassenger:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.Airlines input:checked ~ .checkmark,
.incv-net input:checked ~ .checkmark-commission,
.printpassenger input:checked ~ .checkmark {
  background-color: #ee6e73;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Airlines input:checked ~ .checkmark:after,
.incv-net input:checked ~ .checkmark-commission:after,
.printpassenger input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Airlines .checkmark:after,
.incv-net .checkmark-commission:after,
.printpassenger .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#flightitinenarydetails .table-condensed > tbody > tr > td {
  padding: 8px;
}

.printpassenger {
  margin-top: -8px;
}

.gst {
  font-size: 16px !important;
  color: #444 !important;
}

.gst :last-child {
  border: 1px solid #bab2b2;
}

.gst input:checked ~ .checkmark {
  background-color: #ee6e73;
  border: 0;
}

.gst:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.modal-body {
  overflow: hidden;
}

hr {
  border-top: 1px solid #efefef;
  opacity: 0.6;
}

.mtmh_flt-tkt hr {
  border-top: 1px solid #ccc7c7;
  opacity: 0.6;
  margin-left: 15px;
  margin-right: 15px;
}

.trending hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slidingDiv hr {
  border-top: 1px solid #efefef;
  opacity: 0.2;
}

.hr {
  background-color: #f5f1f1;
  border: none;
  height: 1px;
  margin: 0px 0;
  margin-bottom: 0px;
  clear: both;
}

.hr1 {
  margin-top: -10px;
  margin-bottom: -8px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
}

.hr3 {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #32385b;
}

.flight-nostop hr {
  border-top: 1px solid #aaa8a8 !important;
  margin: 5px 35px;
}

.flight-nostop {
  position: relative;
}

.flight-nostop .stoppointbox {
  position: absolute;
  width: 50px;
  left: 35%;
  z-index: 15;
  text-align: center;
  top: -10px;
}

.flight-nostop .stoppointbox i {
  font-size: 0.7em;
}

.mtmh_row {
  padding-bottom: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}

.bg-white {
  background-color: #fff;
}

.white-text {
  color: var(--default-white-color) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.mtmh_row-white15m {
  margin-bottom: 1px;
  padding-top: 15px;
  background: #30426a;
  margin-right: 15px;
  padding-right: 15px;
  margin-left: 15px;
  overflow: hidden;
  /* width: 1140px; */
}

.mtmh_row-white15m p {
  color: var(--default-seconderytheme-color);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.mtmh_row-white15m h4 {
  color: var(--default-white-color);
  font-size: 14px;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 400;
}

.mtmh_row-white15m h5 {
  color: var(--default-white-color);
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: normal;
}

.font16 {
  font-size: 16px;
}

.mtmh_row-white {
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  background-color: var(--default-white-color);
}

.span1 {
  font-size: 18px !important;
  margin-left: 0px !important;
  padding-left: 50px !important;
  margin-top: 0px !important;
  padding-top: 34px !important;
  padding-bottom: 30px !important;
}

.span3 {
  float: left;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.fixed2 {
  position: fixed;
  margin-top: 150px;
}

.modal-custom700 {
  width: 700px;
}

#login-model .modal-body {
  padding: 0px !important;
}

#login-model input[type="text"] {
  font-size: 15px !important;
}

.modal-footer {
  text-align: left;
}

.traveller-selection label {
  font-size: 14px !important;
}

/*************New 20-09-2019******calender****************************************/
.ui-widget-header {
  border: 0px solid #dddddd !important;
  background-color: var(--default-white-color) !important;
}

.ui-state-default {
  padding: 10px !important;
}

#searchresponsepage .ui-datepicker {
  z-index: 999 !important;
  position: fixed !important;
}

#searchresponsepage .traveller-selection {
  z-index: 2000;
}

#searchresponsepage .traveller-selection::before {
  margin: -20px 10 0 15px;
}

#searchresponsepage .traveller-selection {
  right: 210px;
}

.ui-datepicker-group.ui-datepicker-group-first {
  width: 300px !important;
}

#ui-datepicker-div {
  width: 610px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.ui-datepicker-group {
  padding-bottom: 15px !important;
}

#passengerdetailspage #ui-datepicker-div {
  width: 300px !important;
  padding: 10px !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.ui-datepicker-year,
.ui-datepicker-month {
  border: 0px solid #bbb9b9;
  margin-left: 5px !important;
}

#styleHome .ui-datepicker-year,
#styleHome.ui-datepicker-month {
  border: none;
  margin-left: 5px !important;
}

#styleHome .ui-datepicker-year,
#styleHome .ui-datepicker-month,
#searchresponsepage .ui-datepicker-year,
#searchresponsepage .ui-datepicker-month {
  border: 0px;
}

.ui-datepicker-year option {
  font-size: 14px !important;
}

.ui-datepicker-group-last {
  border-left: 1px solid rgba(197, 197, 197, 0.5);
}

.ui-datepicker-month,
.ui-datepicker-year {
  font-size: 16px !important;
}

.ui-datepicker-calendar span,
.ui-state-default {
  font-size: 13px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e6e6e6 !important;
  background-color: var(--default-white-color) !important;
}

.ui-datepicker-calendar {
  margin-top: 18px !important;
  margin-bottom: 0px !important;
}

span[title="Sunday"] {
  color: #d83838 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #d83838 !important;
  color: var(--default-white-color) !important;
}

.ui-state-default.ui-state-highlight {
  font-weight: bold !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: var(--default-white-color) !important;
  background-color: #5370ae !important;
}

.ui-datepicker-header {
  padding-top: 10px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 10px !important;
}

#ui-datepicker-div {
  margin-top: 8px !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 10px !important;
}

.addeventarea {
  padding-top: 10px;
}

.addeventarea li {
  display: inline-block;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px;
  transition: all 0.5s ease 0s;
}

#selectoneway,
#selecttwoway,
#multicity,
#addcity,
#reset,
.remove {
  cursor: pointer;
}

.addeventarea li {
  background-color: var(--default-theme-color) !important;
  margin-right: 20px;
  color: var(--default-white-color);
}

.modifysearcharea .multicitystrip {
  width: 100%;
  overflow: hidden;
}

.closemodifysearch {
  position: absolute;
  right: 0;
  font-size: 30px;
  color: var(--default-white-color);
  margin: 15px 30px;
  cursor: pointer;
  z-index: 50;
}

.modifysearcharea .multicitybox .input-cityname,
.modifysearcharea .multicitybox .input-date,
.modifysearcharea .citytrip .input-cityname {
  padding: 15px 20px 15px 20px;
}

.modifysearcharea .citytrip .input-date {
  padding: 15px 20px 15px 45px;
}

.modifysearcharea .multicitybox .span3-icon,
.modifysearcharea .citytrip .span3-icon {
  padding-top: 18px !important;
}

.modifysearcharea .multicitybox .swipe,
.modifysearcharea .citytrip .swipe {
  top: 15px !important;
}

.modifysearcharea .multicitybox .span1,
.modifysearcharea .citytrip .span1 {
  padding-top: 24px !important;
}

.modifysearcharea .citytrip .traveller h3 {
  margin-top: 0px !important;
  padding-top: 2px !important;
  font-size: 16px;
}

.modifysearcharea .remove,
.remove {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 10px;
  color: var(--default-white-color);
}

.remove {
  margin-top: 20px;
}

.dateinputbox,
.travelnumber {
  border-radius: 0px 2px 2px 0px !important;
}

.fa-times-thin:before {
  content: "\00d7";
  color: var(--default-white-color);
  font-size: 40px;
}

.slidingDiv #origin {
  border-radius: 2px 0px 0px 2px;
}

.home .addeventarea {
  margin-left: 20px;
}

.sticky .traveller {
  background-color: var(--default-white-color);
  padding: 5px 5px 4px 5px;
}

.sticky .multicitybox,
.sticky .citytrip {
  margin-top: 10px;
}

.modifybox ul li {
  color: #f9f9f9;
}

.modifybox .span1 {
  padding-bottom: 29px !important;
}

.arrow {
  margin-right: 15px;
}

.rs-container .rs-selected {
  border: 1px solid #d83535 !important;
  transition: all 0.2s linear;
  width: 0;
}

.mtmh_multicity {
  margin: 0px;
}

.multycityresult {
  width: 33.33333333%;
  float: left;
  margin-bottom: 100px;
}

.multycityresult h1 {
  font-size: 15px;
  color: #6f6f6f;
  margin: 5px !important;
  padding: 0px !important;
}

.multycityresult .flt-timeinfo h1 {
  margin: 0px !important;
}

.multycityresult .mtmh_right3,
.multycityresult .col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.multycityresult > .mtmh_right3 {
  padding-top: 8px;
}

.multycityresult .flt-no,
.multycityresult .flt-type {
  font-size: 11px !important;
}

.multycityresult .mtmh_right3 {
  padding-top: 18px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}

.multycityresult .mtmh_right3:last-child {
  border-bottom-width: 1px;
}

.multycityresult .depart-flightselect span {
  font-size: 15px !important;
}

.multycityresult .depart-flightselect {
  font-size: 16px;
}

.flt-timeinfobg p {
  color: #626161;
  background-color: #f7f7f7 !important;
  border-radius: 4px;
  width: 120px;
  margin: 0 auto;
}

.flightmeal {
  margin-left: 10px;
  margin-right: 10px;
}

.flight-inclusion {
  float: left;
  font-weight: 500;
  background-color: var(--default-white-color);
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 20px;
}
.flight-inclusion-offer {
  float: left;
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
.offer-toggel {
  position: absolute;
  top: -40px;
  width: 76px;
  left: -19px;
  background: #efefef;
  padding: 3px 6px;
  border-radius: 10px;
  text-align: center;
}

.offer-toggel::after {
  border-top: 8px solid rgba(0, 0, 0, 0.15);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 27px;
  position: absolute;
  bottom: -7px;
}
#domesticroundtrip-page .flight-inclusion {
  position: absolute;
  top: -15px;
  right: 0;
}

#domesticroundtrip-page .flightmeal {
  left: 40%;
}

#domesticroundtrip-page .flightrefundableAttr {
  left: 70%;
}

#domesticroundtrip-page .flightMail {
  left: 56%;
}

#domesticroundtrip-page .gross-price {
  padding-right: 10px;
  font-size: 13px !important;
  color: #969495 !important;
  /* position: absolute; */
  /* left: 63%; */
  /* top: 6px; */
}

#domesticroundtrip-page .gross-price span {
  font-size: 13px !important;
}

#domesticroundtrip-page .flight-inclusion {
  background: transparent !important;
  margin-top: 5px;
}

#domesticroundtrip-page .flightmeal {
  margin-left: 0px;
  margin-right: 0px;
}

#domesticroundtrip-page .flightmeal {
  padding-right: 0px;
}

.flightmeal-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 0;
  margin-right: 6px;
}

.flightmeal-txt {
  float: left;
}

.flightmeal-txt span {
  color: var(--default-theme-color);
}
#searchresponsepage .flightrefundableAttr,
#searchresponse-Multicitypage .flightrefundableAttr {
  margin-left: 0px;
  margin-right: 10px;
}

.mulicity-depaturecity {
  color: #b1dafd;
  border-radius: 4px;
  padding: 5px 0px;
}
/* .mulicity-depaturecity label{color:#b1dafd;color:#b1dafd;}
.mulicity-depaturecity .divdepatureinfo{color:#fff; font-size: 14px;}
.mulicity-depaturecity .textstyleupper{
	 text-transform: uppercase;
}
.mulicity-depaturecity span.depaturecitydate{color:#b1dafd !important;}
 */
.divdepaturecitybox label,
.triptype-info label {
  color: #b1dafd;
}

.mulicity-depaturecity .divdepatureCity {
  color: var(--default-white-color) !important;
}

.divselectdepatureCity {
  background: #425379;
  margin-right: 5px;
  min-width: 10%;
  max-width: 24%;
  float: left;
  padding: 5px;
  border-radius: 4px;
}

.divdepaturedate .day,
.divdepaturedate .stop {
  color: #ece9e9;
  font-size: 11px;
}
/* .divdepaturedate .stop {font-size: 11px;} */
.divselectdepatureCity.active {
  background: #63ca29 !important;
  text-decoration: none;
}

.divdepaturedate {
  color: rgba(255, 255, 255, 0.7);
}

.ui-datepicker-month {
  text-align: right;
}

#searchresponsepage .agentCommission,
#searchresponse-Multicitypage .agentCommission {
  position: absolute;
  width: max-content;
  right: 157px;
  color: #444;
}

#searchresponsepage .netPrice {
  position: absolute;
  width: max-content;
  right: 35%;
  color: #444;
}

.flightmeal-icon img {
  width: 100%;
  height: auto;
}

.inclusion-icon img {
  width: 20px;
}

.inclusion-icon {
  width: 20px;
  margin-left: 8px;
}

/* .incentive {
  margin-top: 6px;
   display:flex;
} */

.incentive-txt {
  margin-top: 1px;
  margin-left: 3px;
}

.more-icon {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 17px !important;
  position: relative;
  margin-right: -14px;
}

#domesticroundtrip-page .more-icon i {
  color: #969495;
}

#domesticroundtrip-page .more-icon i:hover {
  color: #373737;
}

#domesticroundtrip-page .more-icon .fa.fa-arrow-circle-down,
#domesticroundtrip-page .more-icon .fa.fa-arrow-circle-up {
  font-size: 18px !important;
  /*  display: none; */
}

.mainDivleft .roundflight-details {
  display: none;
  border-left: 1px solid #d8d8d8;
  background: #fbfbfb;
}

.mainDivright .roundflight-details {
  display: none;
  border-left: 1px solid #d8d8d8;
  background: #fbfbfb;
}

.roundflight-details .tabbable-line > .tab-content {
  background: #fbfbfb;
}

.roundflight-details .nav-tabs > li.active > a {
  background: #fbfbfb;
}

/* .fa-flightmeal::before {
	background-image:url("../images/freemeal.png");
    content:"";
}
 */
.selectedseat,
.selectedmeal,
.selectedbag {
  display: inline;
  float: left;
  margin-left: 10px;
}

.travellerdetailsrow {
  width: 95%;
  padding-left: 160px;
}

.arrivalbg,
.returnbg {
  position: relative;
  background: #dfdede;
  height: 15px;
}

.arrivalbg:before,
.returnbg:before {
  content: "";
  position: absolute;
  top: 00px;
  right: -13px;
  z-index: 1;
  border: solid 8px transparent;
  border-left-color: #dfdede;
}

.selectedseat span,
.selectedmeal span,
.selectedbag span {
  color: #9e9e9e;
}

.ssrinforow {
  margin-top: 5px;
}

.gender {
  width: 90px !important;
}

.tinenarydetailsbox .tkt-issue th,
.tinenarydetailsbox .tkt-issue td {
  font-size: 12px !important;
}

.tinenarydetailsbox .tkt-issue h1 {
  font-weight: 500 !important;
}
/* **************************helper class ********************/
/* **************************helper class ********************/
/* **************************helper class ********************/
.mt-4p {
  margin-top: 4px;
}

.mt-40p {
  margin-top: 20px;
}

.mb-40p {
  margin-bottom: 20px;
}

.flightdeparture .active {
  background-color: #eef5ff !important;
}

/*-------------------------Sjasjo---------------*/
#domesticroundtrip-page .flightname-info span {
  display: block;
}

.resultarea {
  margin-top: 120px;
}

.topbarfilter {
  position: absolute;
  left: 28.5em;
  z-index: 3;
  margin-top: 57px;
  background: #fff;
  width: 60.3em;
  height: 30px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: -1px 4px 4px -3px rgba(171, 171, 171, 1);
  -moz-box-shadow: -1px 4px 4px -3px rgba(171, 171, 171, 1);
  box-shadow: -1px 4px 4px -3px rgba(171, 171, 171, 1);
}

.topbarfiltermulticity {
  margin-top: 77px !important;
}

.topbarfilterroundtrip {
  margin-top: 56px !important;
}

#domesticroundtrip-page .divdepatureinfo h4 {
  position: absolute;
  right: 60px;
  bottom: 14px;
}

.span12 {
  padding: 0px 15px;
}

.well {
  /*   allready available */
  min-height: 20px;
  padding: 8px 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.mtmh_row-white15m h5,
.mtmh_row-white15m h4 {
  margin-bottom: 0px;
}

.mtmh_row-lightred div,
.mtmh_filteroneway div {
  display: inline-block;
  /* margin: 0 10px; */
}

.mtmh_row-lightred .filterdepart,
.mtmh_row-lightred .filterarrive,
.mtmh_row-lightred .filterduration {
  margin-left: 20px;
}

.mtmh_filteroneway .filterairline:hover,
.mtmh_filteroneway .filterdepart:hover,
.mtmh_filteroneway .filterarrive:hover,
.mtmh_filteroneway .filterduration:hover,
.mtmh_filteroneway .filterprice:hover,
.mtmh_row-lightred .filterairline:hover,
.mtmh_row-lightred .filterdepart:hover,
.mtmh_row-lightred .filterarrive:hover,
.mtmh_row-lightred .filterduration:hover,
.mtmh_row-lightred .filterprice:hover {
  cursor: pointer;
}

.dayfilterleft {
  float: left;
}

.dayfilterright {
  float: right;
}

.dayfilterleft span,
.dayfilterright span {
  background-color: var(--default-white-color);
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 30px;
}

.dayfilterleft span:hover,
.dayfilterright span:hover {
  cursor: pointer;
  color: var(--default-white-color);
}

.mtmh_row-lightred {
  padding-bottom: 20px;
  padding-top: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  margin-bottom: 3px;
  margin-top: 0px;
  border-radius: 4px;
}

.dep-filter-airlines.filterprice,
.return-filter-airlines.filterprice {
  position: absolute;
}

.mt150 {
  margin-top: 34px;
}

.scrollup {
  width: 40px;
  height: 140px;
  text-indent: -9999px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 35px;
  display: none;
  background: url(../../static/images/icon_top.png) no-repeat;
  z-index: 999 !important;
}

.divboxActive {
  background-color: #e6fbfb !important;
}

.left.carousel-control img,
.right.carousel-control img {
  width: 30px;
  margin-top: 6px;
}

.multiselect {
  background-color: transparent !important;
  color: var(--default-white-color) !important;
  border: none;
}

.multiselect-native-select {
  float: right;
  margin-right: 50px;
}

.multiselect-container {
  max-height: 200px;
  overflow: auto;
}

.multiselect-container li .checkbox {
  color: #333 !important;
}

.multiselect-native-select .dropdown-menu {
  float: right !important;
  right: 0 !important;
  left: unset;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.Airlines.condition-agreed {
  display: inline-block;
}

.modal-dialog.terms-conditions {
  width: 50%;
}

.terms-conditions label {
  margin-top: 10px;
  color: #444 !important;
}

.modal-dialog.terms-conditions {
  width: 50%;
}

.terms-conditions .modal-body {
  max-height: 300px;
  overflow-y: auto;
}

.passengerbox {
  border: 1px solid #efefef;
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 60px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--default-white-color);
  padding: 20px 20px;
}

p.note {
  font-size: 14px;
}

.note span {
  color: #dd5959;
  font-weight: 500;
}

.ssrpreference {
  margin-top: 5px;
}

.passport {
  padding-top: 5px;
}

#passengerdetailspage .selectpreference {
  padding-left: 15px;
  padding-right: 0px;
}

#passengerdetailspage .selectpreference {
  padding-left: 15px;
  padding-right: 0px;
}

#passengerdetailspage .selectpreference {
  padding-left: 13px;
  padding-right: 0px;
}

.selectpreference .input-style {
  width: 108%;
}

.invoiceTo h1 {
  font-size: 15px;
  font-weight: 500;
}

.tableTheme > tbody > tr > td {
  border: 1px solid #d79f9f;
}

.tableTheme > thead > tr > th {
  border: 1px solid #c46262;
  background-color: var(--default-theme-color);
}

.tableTheme th {
  color: var(--default-white-color);
}

.divFlightInclusions h5,
.divFareDetails h5 {
  margin-left: 0px;
  margin-bottom: 5px;
}

.roundtrip-farebox p.flt-from,
.roundtrip-farebox p.flt-to {
  color: var(--default-white-color) !important;
  opacity: 0.6;
}

.contant-box {
  background-color: var(--default-white-color);
  padding: 30px 15px;
  margin-top: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 4px;
}

.contant-box p,
.contant-box ul li {
  color: #444;
  font-size: 15px;
  line-height: 200%;
  list-style-type: disclosure-closed;
}

.contant-box ul {
  padding-left: 20px;
}

.contant-box h4,
.contant-box h1,
.contant-box h5 {
  font-weight: 500;
}

.contant-box h5 {
  color: #3b4f7d;
  font-size: 1.5em;
  margin-top: 30px;
}

.companylogo {
  width: 300px;
  float: left;
  border: 1px solid #efefef;
  padding: 30px;
  margin: 20px 20px 20px 0px;
  text-align: center;
}

/*start */

.onoffswitch-fare {
  position: relative;
  width: 140px;
  margin-top: -4px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-fare-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  height: 25px;
}

.onoffswitch-fare-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-fare-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-fare-inner:before,
.onoffswitch-fare-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0px;
  color: var(--default-white-color);
  box-sizing: border-box;
  line-height: 25px;
}

.onoffswitch-fare-inner:before {
  content: "Show Breakup";
  padding-left: 3px;
  background-color: #fff;
  color: var(--default-theme-color);
  padding-left: 10px;
}

.onoffswitch-fare-inner:after {
  content: "Hide Breakup";
  padding-right: 15px;
  background-color: var(--default-white-color);
  color: #999999;
  text-align: right;
}

.onoffswitch-fare-switch {
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px;
  background-color: var(--default-white-color);
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 113px;
  border: 1px solid var(--default-theme-color);
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-fare-checkbox:checked
  + .onoffswitch-fare-label
  .onoffswitch-fare-inner {
  margin-left: 0px;
}

.onoffswitch-fare-checkbox:checked
  + .onoffswitch-fare-label
  .onoffswitch-fare-switch {
  right: 0px;
}

.divnetshow-fare h1 {
  margin-bottom: 15px;
}

/*end*/

.onoffswitch {
  position: relative;
  width: 85px;
  margin-top: -4px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  height: 25px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0px;
  font-size: 11px;
  color: var(--default-white-color);
  font-weight: bold;
  box-sizing: border-box;
  line-height: 25px;
}

.onoffswitch-inner:before {
  content: "Show Net";
  padding-left: 10px;
  background-color: #fff;
  color: var(--default-theme-color);
}

.onoffswitch-inner:after {
  content: "Hide Net";
  padding-right: 10px;
  background-color: #fff;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px;
  background-color: var(--default-white-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid var(--default-theme-color);
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.divnetshow h1 {
  margin-bottom: 15px;
}

#addMarkup .modal-body {
  padding-bottom: 25px;
}

.bookingoption {
  border-radius: 4px;
  padding: 4px;
  width: 120px;
  height: 42px;
  text-align: left;
  color: #fbfbfb;
  float: left;
  margin-right: 20px;
  background: #425379;
  position: relative;
  border-bottom: 3px solid #ff3939 !important;
  padding: 10px 5px 15px 28px;
  cursor: pointer;
}

.bookingoption::after {
  position: absolute;
  content: "";
  border-top: 1px solid #b1dafd;
  border-right: 1px solid #b1dafd;
  width: 15px;
  rotate: 45deg;
  height: 15px;
  background: #425379;
  right: -7px;
  bottom: 9;
}

.bookingoption::before {
  position: absolute;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  rotate: 45deg;
  height: 9px;
  background: #425379;
  left: 10px;
  bottom: 16px;
}

.bookingoption-selection {
  background-color: var(--default-white-color);
  border: 0px solid #d1d1d1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  top: 199px;
  position: absolute;
  z-index: 15;
  left: 420px;
  border-radius: 4px;
  padding: 10px;
  color: #333;
}

.category-select-style select {
  background: var(--default-theme-color);
  display: inline-block;
  border-radius: 20px;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  transition: all 0.5s ease 0s;
}

.bookingoption-selection .depart-flightselect {
  color: #333 !important;
  font-size: 14px;
}

.mainDivleft .mtmh_right3 .sme,
.mainDivleft .mtmh_right3 .coupon,
.mainDivleft .mtmh_right3 .corporate,
.mainDivright .mtmh_right3 .sme,
.mainDivright .mtmh_right3 .coupon,
.mainDivright .mtmh_right3 .corporate {
  width: 0px;
  height: 0px;
  border-top: -6px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 1px;
  font-size: 9px;
}

.mtmh_right .sme_one_way,
.mtmh_right .coupon_one_way,
.mtmh_right .corporate_one_way {
  width: 0px;
  height: 0px;
  border-top: -6px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  z-index: 5;
  left: 0px;
  font-size: 9px;
}

.sme_one_way {
  border-left: 40px solid #a8eb12;
  margin-top: -18px;
  margin-left: -1px;
}

.coupon_one_way {
  border-left: 40px solid #7f8184;
  margin-top: -18px;
  margin-left: -1px;
}

.corporate_one_way {
  border-left: 40px solid #ec344d;
  margin-top: -18px;
  margin-left: -1px;
}

.sme_one_way span,
.coupon_one_way span,
.corporate_one_way span {
  rotate: 320deg;
  -webkit-rotate: 320deg;
  position: absolute;
  left: -39px;
  top: 5px;
  color: var(--default-white-color);
}

.sme {
  border-left: 40px solid #a8eb12;
}

.coupon {
  border-left: 40px solid #7f8184;
}

.corporate {
  border-left: 40px solid #ec344d;
}

.sme span,
.coupon span,
.corporate span {
  rotate: 320deg;
  -webkit-rotate: 320deg;
  position: absolute;
  left: -39px;
  top: 5px;
  color: var(--default-white-color);
}

.watermark {
  position: relative;
  margin-left: 60px;
  margin-bottom: 0px;
}

.watermark p {
  position: absolute;
  top: -10px;
  left: 30px;
  color: gray;
  pointer-events: none;
  opacity: 0.2;
}

.bookingprogbox {
  border: 1px solid #c8c8c8;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
}

.bookingprogbox .flt-logo {
  margin-left: 0px;
  border-right: 1px solid #efefef;
  padding-right: 10px;
  width: 60px;
}

.bookingsector {
  color: #444;
  font-size: 1.2rem;
  font-weight: 500;
}

.tktstatus {
  position: absolute;
  right: 20px;
  font-size: 2.5em;
  top: 17px;
}

.bookingprogbox .date {
  font-size: 12px;
  font-weight: 500;
  color: #919191;
}

.bookingprogbox .date span {
  margin-left: 10px;
}

.disabled {
  background-color: #fbfbfb;
  opacity: 0.5;
}

.inboundbooking {
  padding-left: 0px;
}

.outboundbooking h1,
.inboundbooking h1 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

/* .res {
	height: 400px;
	overflow-y: scroll;
} */
.res1 {
  height: 150px;
  overflow-y: scroll;
}

.verifymobile {
  height: 120px;
}

verify_mobile_email {
  height: 285px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.center {
  text-align: center;
}

.width {
  width: 10%;
}

.btn:focus,
.btn:active {
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

button[disabled],
html input[disabled] {
  cursor: default;
  background-color: #efefef;
}

.airline-list-commission-plan {
  min-width: 268px;
  background-color: var(--default-white-color);
  border: 0px solid #d1d1d1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 268px;
  margin-top: -6px !important;
  padding: 12px;
  border-radius: 3px;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
  z-index: 500;
  right: 550px;
  height: 200px;
  display: none;
}

.airline-list-commission-plan::before {
  float: left;
  content: "";
  border-bottom: 8px solid #f7f7f7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin: -20px 0 0 15px;
}

.airline-list-commission-plan .airline-list hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.airline-list-commission-plan label {
  margin-left: 0px;
}
/* New Class Home Page Css 25-11-2020 */ /* New Class Css 25-11-2020 */ /* New Class Css 25-11-2020 */
/* New Class Css 25-11-2020 */ /* New Class Css 25-11-2020 */ /* New Class Css 25-11-2020 */

#domesticroundtrip-page .flightname-info span:nth-child(2),
#domesticroundtrip-page .airlineName,
#searchresponsepage .flightname-info span:nth-child(2),
#searchresponsepage .flightname-info span.airline-name,
.flightsfound h4,
.selectedflightlogo p,
.mtmh_row h1,
.balinfo h3,
.nonstop label,
.travler-info-labl,
.flightbooktktinfo .flt-no,
.origin-flight span.origin-time,
.destination-flight span.origin-time,
.text-md,
.dep-info h1,
.select-style,
label,
.selectedssr h4,
.selectedssr h1,
.selectedssr h4,
.depart-stop p,
.origin-flight .airport-name,
.destination-flight .airport-name,
.destination-flight .airport-Code {
  font-weight: 500;
}

.home-page-search .col-md-6:first-child {
  padding-left: 0px;
}
.home-page-search .trip,
.onewaypage-result .trip,
.domesticroundtrip-page .trip {
  display: inline-flex;
}
.select-catecgory {
  display: flex;
}
.trip-category .select-catecgory li {
  border-radius: 4px;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  border: 1px solid var(--default-translucent-color);
}
.trip-category .select-catecgory li:first-child {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.trip-category .select-catecgory li:last-child {
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.col-md-6.nonstop label.Airlines:last-child {
  margin-left: 0px;
}
.divstripdateinfo .travel-date {
  display: flex;
}
.prevdate,
.nextdate {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  align-items: center;
}
.client-interactive {
  position: fixed;
  right: 0px;
  top: 261px;
  z-index: 10;
  cursor: pointer;
}

.client-interactive li {
  padding: 15px;
  background: var(--default-white-color);
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.client-interactive li .lnr {
  font-size: var(--fontSize-18) !important;
}
.lnr-envelope::before {
  margin-top: 1px;
}
.lnr.lnr-magic-wand {
  margin-left: 1px;
}
.client-interactive li:hover {
  background-color: var(--default-theme-color);
  color: var(--default-white-color);
}
.mtmh_row-white15m .datepriview h5,
.mtmh_row-white15m .datepriview p {
  text-align: center;
}
.mtmh_row-white15m .datepriview p {
  padding-left: 0px;
}

.col-md-2.col-sm-2.origin-flight,
.col-md-2.col-sm-2.destination-flight {
  display: grid;
  justify-content: center;
  text-align: center;
}
.travel-duration,
.baggage-refundable {
  display: flex;
  justify-content: center;
}
.travel-duration div {
  margin: 0px 3px;
}
.col-md-offset-3 {
  margin-left: 126px;
}
.col-md-3.onoffswitch-fare {
  padding: 0px;
}
.onoffswitch-fare-label {
  margin-top: 5px;
}

.navbar .dropdown-toggle,
.navbar .dropdown-menu a {
  cursor: pointer;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0;
    border-bottom: 0.3em solid transparent;
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
}

.bg-dark {
  background-color: #343a40 !important;
}
.navbar-expand-md {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
.navbar-expand-md {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-nav.pull-right .nav-item {
  padding: 0px;
}
.balance.limit,
.balance.due,
.balance.balance,
.balance .credit,
.print.item-list,
.Utility .item-list {
  display: grid;
  justify-content: center;
  align-items: center;
}
.print.item-list,
.wallet.item-list {
  text-align: center;
}
.top-header-item,
.Utility {
  display: inline-flex;
}
.balance-details {
  margin-right: 30px;
}
a.user-login-details div,
.Customer-support .support-no {
  display: grid;
  justify-content: flex-start;
}
a.user-login-details .user-icon {
  width: 40;
  height: 40px;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  font-size: 18px;
  border-radius: 40px;
  background: #f1f1f1;
  margin-right: 10px;
}
.top-header-item .Utility,
.Utility .item-list {
  margin: 0px 10px 0px 0px;
}
.top-header-item .Customer-support {
  margin: 0px 0px 0px 0px;
}
.Customer-support {
  border: none;
  border-radius: 8px;
  padding: 1px 8px;
}

.wallet.item-list,
.print.item-list {
  margin: 0px 8px;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .hot-tag {
  background: var(--default-theme-color);
  border-radius: 10px;
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 1px 5px;
  font-size: 10px;
  color: var(--default-white-color);
  font-weight: 500;
}
.nav-item {
  height: 60px;
  padding: 0px 15px;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.nav-link.user-login-details,
.Customer-support {
  display: inline-flex;
}

.Customer-support {
  position: relative;
}
.Customer-support .support-info {
  position: absolute;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  z-index: 1200;
  color: #1e1e1e;
  top: 50px;
  box-shadow: -1px 4px 5px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 5px -3px rgba(0, 0, 0, 0.75);
  right: 0em;
  width: 335;
}

.support-info .divinfo {
  display: flex;
  font-size: 14px;
}
.support-info .divinfo div:first-child {
  width: 100px;
}
.support-info hr {
  margin-top: 6px;
  margin-bottom: 6px;
}
.support-info .divinfo div {
  margin: 0px 5px;
}
.Balance,
.Due,
.Limit {
  margin-left: 2px !important;
}
.Utility .fa-wallet.icon-image,
.Utility .fa-printer.icon-image {
  width: 22px;
  height: 20px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.Utility .fa-wallet.icon-image img,
.Utility .fa-printer.icon-image img,
.Customer-support .fa-Customersupport.icon-image {
  width: 100%;
}
.Customer-support .fa-Customersupport.icon-image {
  width: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
  margin-right: 10px;
}

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Custom Navbar */
.main-navbar {
  border-top: 1px solid #efefef;
}

.customNavbar,
.navbar-collapse {
  background: #fff;
  color: var(--default-white-color);
  border-bottom: 2px solid #30426a;
}
.header-bg {
  background-color: var(--default-strip-bg);
}
.Utility a {
  color: var(--default-white-color);
}

/* ----- */
.siteNavbar .navbar .navbar-nav > li > a {
  font-weight: normal !important;
}
.navbar .navbar-nav li > a {
  position: relative;
  display: block;
  padding: 18px 10px;
  font-size: 17px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.top-header-item {
  float: right;
}
.navbar-brand {
  float: left;
  max-height: unset !important;
}

.nav-link.user-login-details.dropdown-toggle {
  display: inline-flex !important;
}

/* dashboard */
.top-section {
  display: flex;
  justify-content: space-between;
}

.main-tiles-area {
  width: calc(100% - 380px);
}
.dasboard-page .tiles {
  width: calc(25% - 12px);
  display: inline-flex;
  height: 150px;
  background-color: #fff;
  margin: 0px 12px 15px 0px;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.recent-activity {
  width: 320px;
  margin-left: 20px;
}
.recent-activity .activity-box {
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}
li.nav-item .fa.fa-tachometer {
  margin-right: 5px;
}
.recent-activity .activity-box .title {
  padding: 10px;
  font-size: var(--fontSize-17);
  border-bottom: 1px solid #efefef;
  font-weight: 500 !important;
}
.recent-activity .list-box {
  margin: 10px 0px 0px 0px;
  overflow-y: scroll;
  max-height: 300px;
}
.recent-activity .recent-list .subtitle {
  font-size: 14px;
}
.recent-activity .discription {
  display: flex;
}
.recent-activity .discription span {
  padding: 0px 10px 0px 0px;
}
.recent-activity .recent-list {
  border: 1px solid #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 5px;
  position: relative;
}
.recent-activity .recent-list .timestamp {
  position: absolute;
  right: 15px;
  font-size: var(--fontSize-10);
  bottom: 8px;
}
.main-tiles-area .tiles-icon {
  width: 50px;
  height: 50px;
  margin: 8px auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-tiles-area .tiles-icon .dashboard-icon {
  font-size: 4em;
}
.main-tiles-area .tiles-icon img {
  width: 100%;
}
.main-tiles-area .tiles div {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.main-tiles-area .tiles:hover {
  -webkit-box-shadow: 1px 3px 5px 0px rgba(168, 168, 168, 1);
  -moz-box-shadow: 1px 3px 5px 0px rgba(168, 168, 168, 1);
  box-shadow: 1px 3px 5px 0px rgba(168, 168, 168, 1);
}

.dasboard-page .page-title {
  margin: 15px 0px 15px 0px;
}
.siteNavbar .navbar .dropdown-menu > li > a {
  padding: 8px 20px;
  font-size: 14px !important;
}
.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 0px 5px -1px rgba(191, 191, 191, 1);
  box-shadow: 0px 0px 5px -1px rgba(191, 191, 191, 1);
}

/* Min height for upper most navbar */
/* .navbar.navbar-expand-md.header-bg {
  min-height: 80px !important;
} */
.Customer-support .support-info {
  display: none !important;
  transition-delay: 5s;
  cursor: pointer;
}
.Customer-support:hover .support-info {
  display: block !important;
}
.support-info::after {
  position: absolute;
  top: -7px;
  right: 13px;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
footer .powered-by {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.navbar-brand {
  width: 200px;
}
.navbar.navbar-default > .container {
  padding-right: 0px;
  padding-left: 0px;
}
.roundtrip-farebox .flt-timeinfo-bottom .flt-time {
  margin-top: 5px;
}
.domesticroundtrip-page .mtmh_row-white15m .roundtrip-dateinfo p {
  padding-left: 0px;
}
.onewaypage-result .mtmh_row-gray15m {
  margin-bottom: 10px;
  padding-top: 8px;
  margin-right: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 11;
}
.onewaypage-result .modifysearcharea .mtmh_row-white15m {
  margin-bottom: 1px;
  padding-top: 15px;
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  /* width: 1140px; */
}
.onewaypage-result .col-md-12.margin-top0.modifybox {
  padding-right: 0px;
  padding-left: 0px;
}
.mtmh_row-gray15m.slidingDiv .row.row-margin15 {
  margin-right: 0px;
  margin-left: 0px;
}

.onewaypage-result .flightsearch-bg,
.domesticroundtrip-page .flightsearch-bg {
  padding-top: 0px;
  padding-bottom: 0px;
}

.invoice-customer-info {
  display: flex;
  justify-content: space-between;
}

.flight-filter-section {
  position: relative;
}

.navbar-fixed-top {
  z-index: 10;
}
.mtmh_row-white15m .depart-time-box p {
  padding-left: 0px;
}
.triptype-info .sub__triptype-info {
  display: inline-flex;
  margin-left: 15px;
}
.triptype-info .sub__triptype-info .direction-icon {
  margin: 0px 10px;
}
.divflightfilter .nav-tabs > li.active {
  border-bottom: 4px solid var(--default-theme-color);
}

.divflightfilter .nav-tabs > li > a,
.divflightfilter .nav-tabs > li.active > a,
.divflightfilter .nav-tabs > li.active > a:focus,
.divflightfilter .nav-tabs > li.active > a:hover {
  border: 0px;
}
.divflightfilter .nav-tabs > li > a {
  color: #555 !important;
}
.divflightfilter .nav.nav-tabs {
  margin-bottom: 25px;
}
.media-roundtrip-fare {
  display: none;
}
.domesticroundtrip-page .round-trip-filter {
  position: absolute;
}
.flightsfound h4 span {
  font-weight: normal;
}
#passengerdetailspage .meal-select h3.title {
  padding-left: 20px;
}
th,
td {
  white-space: nowrap;
}
td,
th {
  font-family: "Poppins", sans-serif !important;
}
.col-md-3.divflightfilter {
  z-index: 1;
}
.onewaypage-result .modifysearcharea .divflightfilter.topmargin {
  top: 177;
}
.domesticroundtrip-page #loggingTable {
  margin-bottom: 200px;
}

.row.roundtrip-resultsection {
  display: flex;
}
.roundtrip-resultsection .custom-col-md-3.divflightfilter {
  width: 300px;
}
.custom-col-md-9.mt150.roundtrip-result {
  width: calc(100% - 345px);
}
.topbarfilter.topbarfilterroundtrip.roundtrip-topfilter-section {
  left: 300px;
  width: calc(100% - 340px);
}
.responsive-table.table-container table {
  margin-bottom: 5em;
}
.responsive-table.table-container {
  margin-bottom: 50px;
}

table.tkt-issue.tableTheme,
table.table-condensed.tkt-issue {
  width: 100%;
}

.tkt-issue.divFareDetails th,
.tkt-issue.divFareDetails td {
  white-space: unset;
}
.tkt-issue.tkt-invoice {
  padding-left: 0px;
}
.mtmh_flt-tkt .invoiceMainbox hr {
  margin-left: 0px;
  margin-right: 0px;
}

.onewaypage-result .topbarfilter {
  margin-left: 310px;
  left: unset;
}

.show-device,
.mediabooking-preview {
  display: none;
}
a.flight-link {
  pointer-events: none;
}
.flt-timeinfo .travel-duration span {
  padding: 0px 2px;
  margin-top: 2px;
}

.divflightRow .travel-duration {
  color: #919191;
}
.divflightsubinfo .flt-no,
.divflightinfo .airline-name {
  color: var(--heading-default-color);
}

@media print {
  .invoiceMainbox {
    margin-right: 20px !important;
    margin-left: 20px !important;
    overflow: hidden;
  }
  .mtmh_flt-tkt {
    padding-top: 0px !important;
  }
}
.log-field-icon {
  /* float: right;
  margin-left: -25px;
  margin-top: -27px;
  position: relative; */
  z-index: 2;
  cursor: pointer;
  /* right: 10px; */
}
.modifysearcharea .sticky .mtmh_row-white15m {
  height: 70px;
}
#mainCaptcha {
  color: #fff;
}
.mb-3 {
  margin-bottom: 10px;
}
.forgot-box {
  padding: 50px;
}
.forgot-header h1 {
  margin-bottom: 8px;
}
.forgot-header h4.sub-title {
  margin-bottom: 8px;
}
.forgot-box .action-area {
  padding: 8px 0px;
}
#forgotPass .close {
  margin: 15px;
}
#forgotPass .modal-dialog {
  width: 365px;
  margin: 30px auto;
}
.roundtrip-farebox {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.show-mobile-device,
.device-view-header,
.menu-sidenav,
.leftmob-filter,
.mobile-view {
  display: none;
}

.model-footer-area {
  display: flex;
  justify-content: end;
}
.model-footer-area div {
  margin: 0px 10px;
}
#refresh {
  position: absolute;
  top: 44px;
  right: 30px;
  color: #404040;
}
/* .registration-box .action-btn {
  margin-top: 20px;
} */
.r-row {
  margin-bottom: 10;
}
#mainCaptcha {
  background: #efefef !important;
  color: #000;
  font-weight: bold !important;
  letter-spacing: 5px;
}
#btnLogin {
  margin-top: 20;
}

/*---------Admin---------------*/
.box .box-header.with-border .set-records,
.multi-selectseach-option,
.search-select-type,
.box .box-header.with-border .range-with-status {
  display: inline-flex;
}
.box .box-header.with-border div {
  padding: 0px 5px;
}
.box .box-header.with-border,
.box .box-header.with-border .search-action {
  display: flex;
}
.box .box-header.with-border,
.box-footer.action-btns,
.coustom-col.select-row select {
  width: 100% !important;
}
.box-header.with-border .header-count {
  width: 215px;
}

.box .box-header.with-border .multi-selectseach-option {
  width: calc(100% - 490px);
}

.box .box-header.with-border .single-selectseach-option,
.box .box-header .multi-select-option {
  width: calc(100% - 490px);
}

.admin-coustom-row {
  /* display: inline-flex; */
  width: 100%;
  margin-bottom: 8px;
  /* max-width: 400px; */
}
.admin-coustom-row .titel-label {
  width: 180px;
}
.titel-label {
  padding: 0px 15px;
}

.select-row {
  width: 311px;
}
.box .box-title {
  padding: 15px;
  font-size: 1.3em;
}
.box-header.with-border.box-second-header .header-btn-action {
  width: calc(100% - 215px);
}
.box-header.with-border.box-second-header .header-btn-action {
  display: flex;
  justify-content: flex-end;
}
.single-selectseach-option + .header-btn-action {
  display: inline-flex;
}
.single-selectseach-option + .header-btn-action button {
  margin: 0px 8px;
}
#set_to {
  width: 75px;
}
.header-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .box-header.with-border,
  .box .box-header.with-border,
  .box .box-header.with-border .search-action,
  .box .box-header.with-border .set-records,
  .multi-selectseach-option,
  .search-select-type,
  .admin-coustom-row,
  .box .box-header.with-border .range-with-status {
    display: grid !important;
  }
  .box .box-header.with-border div,
  .admin-coustom-row .titel-label {
    padding: 0px !important;
  }
  .multi-selectseach-option,
  .search-select-type,
  .box-header.with-border .header-count,
  .admin-coustom-row .titel-label,
  .coustom-col.select-row,
  .box .box-header.with-border .single-selectseach-option,
  .box .box-header .header-seach-option.multi-select-option,
  .header-btn-action {
    width: 100% !important;
  }
  .box-header.with-border .set-records,
  .box-header.with-border .search-select-type .select-type,
  .box-header.with-border .search-action {
    margin-bottom: 8px;
  }
  .box-header.with-border .search-action {
    margin-top: 8px;
  }
  .single-selectseach-option + .header-btn-action button {
    margin: 0px;
  }
  .admin-mb-3 {
    margin-bottom: 15px;
  }
  .btn.btn-danger.admin-mr-3 {
    margin-right: 15px;
  }
  .admin-mr-3 {
    margin-right: 15px;
  }
}

.navbar-brand {
  float: left;
  height: unset !important;
}
.col-md-6.padding-LR0.mainDivright,
.col-md-6.padding-LR0.mainDivleft {
  height: 380px;
  overflow-y: auto;
}

.mobile-round-filter,
.mobile-result-view.result-container {
  display: none;
}

.download-app .app-icon {
  width: 170px;
}
.app-icon img {
  width: 100%;
}
.download-app {
  margin-top: 0px;
  display: flex;
  margin-top: 5px;
  justify-content: flex-end;
}
.downloadapp .text {
  margin: 20px 15px 0px 0px;
}
.container.downloadapp.ng-scope {
  text-align: right;
  margin-top: 15px;
}
.offer-toggel {
  display: none;
}

.blink_me {
  animation: blinker 3s linear infinite;
  background-color: #caff8b;
}

.act-link-arrow {
  max-width: 4%;
}
/* travaller popup start */
.trevel-class.ng-scope {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 5px;
}
/* travaller popup end */
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (min-width:700px) and (max-width:1024px) {

  .flight-inclusion {
    

    padding-left:0px;
padding-right:0px; 
    
}
#searchresponsepage .netPrice {
  
    right: 40%;
  
}
}
button.btn.btn-warning.webcheck a {
  text-decoration: none;
  color: #fff;
}
button.btn.btn-warning.webcheck {
  
  margin: 10px;
}

.responsive-table.table-container table tr:nth-child(even) {
  background-color: #e9e9e9;
}