img {
  max-width: 100%;
}

#ui-datepicker-div {
  z-index: 99 !important;
  width: auto;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  border-radius: 5px;
  display: none;
}
#ui-datepicker-div .ui-widget-header {
  color: #000;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: #097da6;
}
#ui-datepicker-div .ui-widget-header .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(../images/common/next.png) no-repeat 4px;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url(../images/common/back.png) no-repeat 3px;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
  opacity: 1;
  padding: 0;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-state-disabled span {
  color: #d6d6d6;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
  padding: 1px;
  border: 2px solid transparent;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  padding: 8px 10px;
}
#ui-datepicker-div .ui-datepicker-calendar tr:last-child {
  border-bottom: 1px solid #fff;
}
#ui-datepicker-div .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-content .ui-state-active {
  border: 2px solid #097da6;
  border-radius: 11px;
}
#ui-datepicker-div .ui-widget-content .ui-state-hover {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-focus {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled span {
  color: #d6d6d6;
}
#ui-datepicker-div .ui-button {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-button:hover {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-button:focus {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:hover {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-state-active {
  border: 0px;
  background: #097da6;
  font-weight: normal;
  border-radius: 4px;
  color: #000;
}
#ui-datepicker-div .ui-state-hover {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-state-focus {
  border: 0px;
  background: #0797CC;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-title {
  font-family: inherit;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-weight: 700;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-title select option {
  color: #000;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 1;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
}
#ui-datepicker-div .ui-state-disabled span {
  padding: 8px 10px;
  color: #d6d6d6;
}

.ui-datepicker td span {
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td a {
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  right: 10px;
}

#departuredestination {
  position: relative;
}

#arrivaldestination {
  position: relative;
}

@media (max-width: 767px) {
  #ui-datepicker-div {
    left: 0 !important;
    right: 0;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  #ui-datepicker-div table {
    width: 100%;
  }
  #ui-datepicker-div {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.tooltipmodaltoggle {
  max-width: 300px;
  position: absolute;
  display: none;
  z-index: 1111;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tooltipmodaltoggle::before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: "";
  content: "";
  left: 35%;
  top: 33px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #000;
  content: "";
  left: 47%;
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #000;
}
.tooltipmodaltoggle::after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: "";
}

img {
  max-width: 100%;
}

.main-content {
  background: rgba(214, 214, 214, 0.2117647059);
}

.flight-result-info {
  background-color: #f0f4ff;
}
.flight-result-info .progress-stap {
  padding-top: 30px;
}
.flight-result-info .progress-stap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.flight-result-info .progress-stap ul li.active span {
  background-color: #0797CC;
  -webkit-box-shadow: 0 0 0 5px rgba(201, 202, 250, 0.6);
          box-shadow: 0 0 0 5px rgba(201, 202, 250, 0.6);
}
.flight-result-info .progress-stap ul li.active p {
  font-weight: 600;
}
.flight-result-info .progress-stap ul:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  border-bottom: 2px dashed #9d9d9d;
  width: 92%;
  margin: 0 auto;
  z-index: -1;
}
.flight-result-info .progress-stap ul li {
  text-align: center;
}
.flight-result-info .progress-stap p {
  font-size: 14px;
  margin-top: 8px;
}
.flight-result-info .progress-stap span {
  background-color: #92a1a9;
  border-radius: 100%;
  color: #fff;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
  width: 24px;
  margin: 0 auto;
}
.flight-result-info .mainsection {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flight-result-info .left_panel {
  width: 65%;
  padding-right: 25px;
}
.flight-result-info .right_panel {
  width: 35%;
}
.flight-result-info .right_panel .flightdetails {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.flight-result-info .right_panel .flightdetails .title {
  padding: 10px;
  background: #0797CC;
  color: #fff;
}
.flight-result-info .right_panel .flightdetails p {
  padding: 5px 10px;
  color: #7d7d7d;
}
.flight-result-info .right_panel .flightdetails ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flight-result-info .right_panel .flightdetails ul li {
  width: 25%;
}
.flight-result-info .right_panel .flightdetails ul li:first-child {
  border-right: 1px solid #d6d6d6;
  width: 20%;
}
.flight-result-info .right_panel .flightdetails ul li.airlinedetails {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
}
.flight-result-info .right_panel .flightdetails ul li.airlinedetails img {
  width: 40px;
}
.flight-result-info .right_panel .flightdetails ul strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.flight-result-info .right_panel .flightdetails ul small {
  display: block;
  width: 100%;
  text-align: center;
}
.flight-result-info .mainflight_itenary {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.flight-result-info .mainflight_itenary .flightlist_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #a49c9c;
  width: 100%;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg > span {
  width: 5%;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  border-left: 1px dashed #a49c9c;
  padding: 15px 0;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .airlinedetails {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .airlinedetails figure {
  width: 100%;
  text-align: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .airlinedetails figure img {
  max-height: 30px;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .airlinedetails small {
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #707070;
  font-size: 13px;
  word-wrap: break-word;
  padding-bottom: 0;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details .departurecode {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details .departuredate {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details .departuretime {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details .arrivalcode {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details .arrivaldate {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 0;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details .arrivaltime {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details {
  width: 30%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .totalduration {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopsquantity {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 3px 0;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopsquantity::after {
  content: "\f5b0";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  left: 0;
  background: #fff;
  color: rgba(113, 113, 113, 0.431372549);
  z-index: 2;
  top: 0;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopsquantity::before {
  content: "\f5af";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  right: 0;
  background: #fff;
  top: 0;
  color: rgba(113, 113, 113, 0.431372549);
  z-index: 2;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopsquantity hr {
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 13px;
  border: 1px solid rgba(113, 113, 113, 0.431372549);
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopsquantity small {
  height: 8px;
  width: 8px;
  background: #0797CC;
  border-radius: 50%;
  z-index: 2;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopstext {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
  color: green;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .stops_details .stopstext.alert {
  color: red;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg:first-child {
  border-top: 0;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail {
  width: 20%;
  border-left: 1px dashed #a49c9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails .currency {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails .price {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails .booknow {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  text-transform: capitalize;
  background-color: #0797CC;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
  color: #fff;
}
.flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails .flightdetails {
  color: #136eb4;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.flight-result-info .right-search .sortybyul {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flight-result-info .right-search .sortybyul li {
  padding: 12px;
  background: #fff;
  width: 32%;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.flight-result-info .right-search .sortybyul li i {
  color: #d6d6d6;
}
.flight-result-info .right-search .sortybyul li.active i {
  color: #048745;
}
.flight-result-info .filterperitem {
  padding: 10px;
}
.flight-result-info .filterperitem .top-head {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background: #f6f6f6;
}
.flight-result-info .filterperitem .filteritemslist li {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
.flight-result-info .filterperitem .filteritemslist li .checkbox_custom {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  padding-left: 35px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flight-result-info .filterperitem .filteritemslist li .checkbox_custom input {
  opacity: 0;
  position: absolute;
}
.flight-result-info .filterperitem .filteritemslist li .checkbox_custom input:checked ~ .check::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 600;
  left: 5px;
  font-size: 15px;
  top: 4px;
}
.flight-result-info .filterperitem .filteritemslist li .checkbox_custom small {
  color: #0797CC;
}
.flight-result-info .filterperitem .filteritemslist li .checkbox_custom .check {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  left: 0;
  top: 10px;
}
.flight-result-info .filterperitem .searchbox input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #d6d6d6;
  margin: 17px 0 7px;
  border-radius: 5px;
}
.flight-result-info .listing .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #d6d6d6;
}
.flight-result-info .listing .left .top span {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  text-transform: capitalize;
}
.flight-result-info .listing .left .top a {
  color: #048745;
  text-transform: capitalize;
}
.flight-result-info .rangelist li {
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
.flight-result-info .rangelist li > span {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.flight-result-info .tabshead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flight-result-info .tabshead li {
  padding: 10px 25px;
  margin-right: 15px;
  color: #8592a6;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #8592a6;
}
.flight-result-info .tabshead li.active {
  color: #136eb4;
  border-bottom: 2px solid #136eb4;
}
.flight-result-info .flightdetailscontent .legdetail_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}
.flight-result-info .flightdetailscontent .legdetail_result .airlinedetails {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .flightdetailscontent .legdetail_result .airlinedetails figure {
  width: 100%;
  text-align: center;
}
.flight-result-info .flightdetailscontent .legdetail_result .airlinedetails figure img {
  max-height: 50px;
}
.flight-result-info .flightdetailscontent .legdetail_result .airlinedetails small {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  color: #707070;
  font-size: 13px;
}
.flight-result-info .flightdetailscontent .legdetail_result .departure_details {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .flightdetailscontent .legdetail_result .departure_details .departurecode {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .flightdetailscontent .legdetail_result .departure_details .departuredate {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 0;
}
.flight-result-info .flightdetailscontent .legdetail_result .departure_details .departuretime {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .flightdetailscontent .legdetail_result .arrival_details {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .flightdetailscontent .legdetail_result .arrival_details .arrivalcode {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .flightdetailscontent .legdetail_result .arrival_details .arrivaldate {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 0;
}
.flight-result-info .flightdetailscontent .legdetail_result .arrival_details .arrivaltime {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.flight-result-info .flightdetailscontent .legdetail_result .flightclass_seats {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .flightdetailscontent .legdetail_result .flightclass_seats .cabinclasstext {
  margin-bottom: 5px;
}
.flight-result-info .flightdetailscontent .legdetail_result .flightclass_seats img {
  vertical-align: middle;
  margin-right: 5px;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details {
  width: 20%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .totalduration {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopsquantity {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 3px 0;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopsquantity::after {
  content: "\f5b0";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  left: 0;
  background: #fff;
  color: rgba(113, 113, 113, 0.431372549);
  z-index: 2;
  top: 0;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopsquantity::before {
  content: "\f5af";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  right: 0;
  background: #fff;
  top: 0;
  color: rgba(113, 113, 113, 0.431372549);
  z-index: 2;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopsquantity hr {
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 13px;
  border: 1px solid rgba(113, 113, 113, 0.431372549);
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopsquantity small {
  height: 8px;
  width: 8px;
  background: #0797CC;
  border-radius: 50%;
  z-index: 2;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopstext {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
  color: green;
}
.flight-result-info .flightdetailscontent .legdetail_result .stops_details .stopstext.alert {
  color: red;
}
.flight-result-info .flightdetailscontent .title {
  font-weight: 600;
  color: #8592a6;
  background: rgba(209, 230, 249, 0.3411764706);
  padding: 9px;
  border-radius: 5px;
}
.flight-result-info .flightdetailscontent .title span {
  font-weight: 600;
  font-size: 16px;
  color: #0077d7;
  padding-right: 10px;
}
.flight-result-info .perlegdetails {
  padding-top: 15px;
}
.flight-result-info .flightdetailline {
  width: 100%;
  border-bottom: 1px dashed rgba(113, 113, 113, 0.431372549);
  display: block;
  position: relative;
  padding: 5px;
}
.flight-result-info .flightdetailline small {
  position: absolute;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 5px 15px;
  border-radius: 40px;
  font-size: 12px;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  top: -3px;
}
.flight-result-info .baggagedetailscontent {
  display: none;
}
.flight-result-info .baggagedetailscontent table {
  font-family: inherit;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.flight-result-info .baggagedetailscontent table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
.flight-result-info .baggagedetailscontent table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0797cc;
  color: white;
}
.flight-result-info .baggagedetailscontent table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.flight-result-info .baggagedetailscontent .title {
  font-weight: 600;
  color: #8592a6;
  background: rgba(209, 230, 249, 0.3411764706);
  padding: 9px;
  border-radius: 5px;
  margin: 10px 0;
}
.flight-result-info .baggagedetailscontent .title span {
  font-weight: 600;
  font-size: 16px;
  color: #0077d7;
  padding-right: 10px;
}
.flight-result-info .faredetailscontent {
  display: none;
  padding-top: 20px;
}
.flight-result-info .faredetailscontent table {
  font-family: inherit;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.flight-result-info .faredetailscontent table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
.flight-result-info .faredetailscontent table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0797cc;
  color: white;
}
.flight-result-info .faredetailscontent table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.flight-result-info .faresummarytable td[colspan] {
  text-align: right;
  font-weight: 600;
}
.flight-result-info .airlineselectorclearfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
.flight-result-info .airlineselectorclearfilter a {
  color: #136eb4;
  font-weight: 600;
  cursor: pointer;
}
.flight-result-info .totalresultsfound {
  padding-top: 25px;
  font-size: 23px;
  font-weight: 600;
}
.flight-result-info .mainlodingpopup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  font-family: "Poppins" !important;
  font-size: 14px;
}
.flight-result-info .mainlodingpopupcontent {
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 300px;
}
.flight-result-info .blurpart {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  overflow: hidden;
}
.flight-result-info .revalidate_flight {
  cursor: pointer;
}
.flight-result-info .basic_details_single_pax {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.flight-result-info .basic_details_single_pax .paxtitle {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0797CC;
  cursor: pointer;
  color: #fff;
}
.flight-result-info .paxcontent {
  padding: 10px;
}
.flight-result-info .paxcontent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flight-result-info .paxcontent ul li.formcontrolsection {
  width: 32.33%;
  position: relative;
  margin-bottom: 10px;
}
.flight-result-info .paxcontent ul li.formcontrolsection option {
  font-family: arial;
}
.flight-result-info .paxcontent ul li.formcontrolsection select.formcontrol {
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-family: inherit;
}
.flight-result-info .paxcontent ul li.formcontrolsection .labeltitle {
  width: 100%;
  color: rgba(72, 72, 72, 0.8588235294);
  padding-bottom: 5px;
}
.flight-result-info .paxcontent ul li.formcontrolsection .labeltitle small {
  color: red;
}
.flight-result-info .paxcontent ul li.formcontrolsection input.formcontrol {
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-family: inherit;
  text-transform: capitalize;
}
.flight-result-info .paxcontent ul li.formcontrolsection #email {
  text-transform: inherit;
}
.flight-result-info .paxcontent .passportinfo .formcontrolsection {
  width: 24.33%;
}
.flight-result-info .paxcontent .passportdetails {
  padding: 10px;
  background: #0797CC;
  cursor: pointer;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
.flight-result-info .paxcontent .passportdetails .leadpaxdetailcheckbox {
  margin-left: 10px;
}
.flight-result-info ul.priceul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flight-result-info ul.priceul li {
  border: 0 !important;
  padding: 10px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.flight-result-info ul.priceul.total {
  border-top: 1px dashed #d6d6d6;
}
.flight-result-info .paddingzero {
  padding: 0 !important;
}
.flight-result-info .payment-method-box {
  margin: 20px 0 0;
  padding-bottom: 25px;
}
.flight-result-info .payment-method-box .detail-box p {
  color: #0f1c2b;
}
.flight-result-info .payment-method-box .detail-box p i {
  margin-right: 5px;
}
.flight-result-info .details-inner-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.flight-result-info .details-inner-box .heading {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
}
.flight-result-info .detail-box {
  padding: 15px;
}
.flight-result-info .credit-box {
  width: 40%;
  margin: 15px 0 0;
  border: 1px solid #ddd;
  cursor: pointer;
}
.flight-result-info .credit-box .input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
.flight-result-info .credit-box .input-checkbox label::before {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 20px;
  width: 20px;
}
.flight-result-info .credit-box span {
  font-size: 14px;
  color: #008000;
  font-weight: 700;
}
.flight-result-info .input-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.flight-result-info .input-checkbox label::before {
  content: "";
  background-color: transparent;
  border: 1px solid #ddd;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}
.flight-result-info .trems-checkbox .input-checkbox {
  margin-top: 15px;
  margin-top: 15px;
}
.flight-result-info .trems-checkbox a {
  font-weight: 600;
  color: #0f1c2b;
}
.flight-result-info .farerulesa {
  color: #005d95;
  padding-top: 23px;
  display: block;
  padding-right: 13px;
  text-decoration: underline;
}
.flight-result-info .buttonprocedd {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.flight-result-info input.book-b {
  background: #0797CC;
  padding: 10px 40px;
  color: #fff;
  border-radius: 3px;
  font-family: inherit;
}
.flight-result-info a.book-b {
  background: #0797CC;
  padding: 10px 40px;
  color: #fff;
  border-radius: 3px;
  font-family: inherit;
}
.flight-result-info .stickydiv {
  position: sticky;
  top: 0;
}
.flight-result-info .leadpax_basic_details {
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background-color: #fff;
}
.flight-result-info .leadpax_basic_details .paxtitle {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0797CC;
  cursor: pointer;
  color: #fff;
}
.flight-result-info .auto_timeing {
  padding: 20px 0 !important;
  text-align: center;
}
.flight-result-info .auto_timeing span {
  font-size: 34px;
  font-weight: bold;
  color: #0797CC;
  text-align: center;
  border: solid 2px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  line-height: 45px;
  margin-top: 5px;
}
.flight-result-info .flightoptionsdiv {
  width: 100%;
  padding: 10px 0;
  background: #b8bcbf;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
.flight-result-info .flightoptionsdiv .flightdetails {
  padding: 5px 10px;
  cursor: pointer;
  border-right: 1px solid #d6d6d6;
  display: block;
}
.flight-result-info .flightoptionsdiv .farerulesclick {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
}
.flight-result-info .flightoptionsdiv span {
  padding: 5px 10px;
  color: green;
  display: block;
}

.flight_booking .heading {
  font-size: 22px;
  font-weight: 600;
  color: #0797CC;
  margin-bottom: 15px;
}
.flight_booking .inner-box {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.departing-box .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #f0f0f0;
  padding: 10px 15px;
}
.departing-box .top-title span {
  color: #691194;
  font-weight: 600;
}
.departing-box .top-title i {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  border-radius: 50px;
}

.dateshowing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.booking-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-top: 10px;
}
.booking-time strong {
  font-weight: 400;
  width: 50%;
}
.booking-time small {
  display: inline-block;
  background: #f5f5f3;
  border-radius: 10px;
  text-align: center;
  padding: 1px 5px;
}

.airinfo-box {
  padding: 15px;
}
.airinfo-box p {
  margin: 5px 0;
}

.airtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.airtext strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 400;
  width: 50%;
}
.airtext strong img {
  width: 25px;
}
.airtext span {
  width: 50%;
}

.total-kg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #716060;
}

.showmoredetail,
.hidemoreflighttype {
  background: #0797cc;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.flightdetailbox {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
.flightdetailbox .heading {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.flightdetailbox .flexdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flightdetailbox .flexdiv label {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.flightdetailbox .flexdiv .flightdetailopen {
  color: #0683bb;
  border: 1px solid #0683bb;
  border-radius: 5px;
  padding: 2px 30px;
  font-size: 14px;
  cursor: pointer;
}
.flightdetailbox .airtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flightdetailbox .airtext figure {
  width: 50px;
}
.flightdetailbox .airtext figure img {
  width: 100%;
}
.flightdetailbox .airtext .contentdiv label {
  font-size: 16px;
  display: block;
  color: #000;
}
.flightdetailbox .airtext .contentdiv span {
  font-size: 12px;
  display: block;
}
.flightdetailbox .flexflightdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flightdetailbox .flexflightdetail .leftdiv {
  display: block;
  text-align: right;
  margin: 10px 0;
}
.flightdetailbox .flexflightdetail .leftdiv span {
  font-size: 12px;
  display: block;
}
.flightdetailbox .flexflightdetail .leftdiv label {
  font-size: 16px;
  display: block;
}
.flightdetailbox .flexflightdetail .leftdiv strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.flightdetailbox .flexflightdetail .right {
  text-align: left;
}
.flightdetailbox .flexflightdetail .mideldiv {
  text-align: center;
}
.flightdetailbox .flexflightdetail .mideldiv span {
  display: block;
  font-size: 12px;
  color: #000;
  padding: 5px 0;
}
.flightdetailbox .flexflightdetail .mideldiv img {
  width: 100px;
}

.flightpricebox {
  display: block;
  background: #fff;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  margin-bottom: 10px;
}
.flightpricebox .flexprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  padding: 5px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.flightpricebox .flexprice label {
  font-size: 16px;
  display: block;
}
.flightpricebox .flexprice span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.flightpricebox .flexprice strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.flightpricebox .flexprice .airtxt {
  color: #0683bb;
}
.flightpricebox .flexprice .rightdiv {
  text-align: right;
}

.mainpopup_flightdetail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  overflow: auto;
}
.mainpopup_flightdetail .contentpopupbox {
  width: 80%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: auto;
}
.mainpopup_flightdetail .contentpopupbox .closeflightdiv {
  display: block;
  position: absolute;
  top: 30px;
  right: 10px;
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}
.mainpopup_flightdetail .flightdetailsdiv {
  padding: 5px 0;
  border-top: 1px dashed #a49c9c;
  margin-top: 10px;
}
.mainpopup_flightdetail .tabshead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainpopup_flightdetail .tabshead li {
  padding: 10px 25px;
  margin-right: 15px;
  color: #8592a6;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #8592a6;
}
.mainpopup_flightdetail .tabshead li.active {
  color: #136eb4;
  border-bottom: 2px solid #136eb4;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .airlinedetails {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .airlinedetails figure {
  width: 100%;
  text-align: center;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .airlinedetails figure img {
  max-height: 30px;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .airlinedetails small {
  width: 100%;
  text-align: center;
  color: #707070;
  font-size: 13px;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .departure_details {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .departure_details .departurecode {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .departure_details .departuredate {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .departure_details .departuretime {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .arrival_details {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .arrival_details .arrivalcode {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .arrival_details .arrivaldate {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .arrival_details .arrivaltime {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .flightclass_seats {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .flightclass_seats .cabinclasstext {
  margin-bottom: 5px;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .flightclass_seats img {
  vertical-align: middle;
  margin-right: 5px;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details {
  width: 20%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .totalduration {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopsquantity {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 3px 0;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopsquantity::after {
  content: "\f5b0";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  left: 0;
  background: #fff;
  color: rgba(113, 113, 113, 0.431372549);
  z-index: 2;
  top: 0;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopsquantity::before {
  content: "\f5af";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  right: 0;
  background: #fff;
  top: 0;
  color: rgba(113, 113, 113, 0.431372549);
  z-index: 2;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopsquantity hr {
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 13px;
  border: 1px solid rgba(113, 113, 113, 0.431372549);
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopsquantity small {
  height: 8px;
  width: 8px;
  background: #0797CC;
  border-radius: 50%;
  z-index: 2;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopstext {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
  color: green;
}
.mainpopup_flightdetail .flightdetailscontent .legdetail_result .stops_details .stopstext.alert {
  color: red;
}
.mainpopup_flightdetail .flightdetailscontent .title {
  font-weight: 600;
  color: #8592a6;
  background: rgba(209, 230, 249, 0.3411764706);
  padding: 9px;
  border-radius: 5px;
}
.mainpopup_flightdetail .flightdetailscontent .title span {
  font-weight: 600;
  font-size: 16px;
  color: #0077d7;
  padding-right: 10px;
}
.mainpopup_flightdetail .perlegdetails {
  padding-top: 15px;
}
.mainpopup_flightdetail .flightdetailline {
  width: 100%;
  border-bottom: 1px dashed rgba(113, 113, 113, 0.431372549);
  display: block;
  position: relative;
  padding: 5px;
}
.mainpopup_flightdetail .flightdetailline small {
  position: absolute;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 5px 15px;
  border-radius: 40px;
  font-size: 12px;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  top: -3px;
}
.mainpopup_flightdetail #outbounddirect,
.mainpopup_flightdetail #outboundone,
.mainpopup_flightdetail #outboundmorethan,
.mainpopup_flightdetail #inbounddirect,
.mainpopup_flightdetail #inboundone,
.mainpopup_flightdetail #inboundmorethan,
.mainpopup_flightdetail .showwhenresultcomes {
  display: none;
}
.mainpopup_flightdetail .baggagedetailscontent {
  display: none;
}
.mainpopup_flightdetail .baggagedetailscontent table {
  font-family: inherit;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.mainpopup_flightdetail .baggagedetailscontent table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
.mainpopup_flightdetail .baggagedetailscontent table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0797cc;
  color: white;
}
.mainpopup_flightdetail .baggagedetailscontent table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.mainpopup_flightdetail .baggagedetailscontent .title {
  font-weight: 600;
  color: #8592a6;
  background: rgba(209, 230, 249, 0.3411764706);
  padding: 9px;
  border-radius: 5px;
  margin: 10px 0;
}
.mainpopup_flightdetail .baggagedetailscontent .title span {
  font-weight: 600;
  font-size: 16px;
  color: #0077d7;
  padding-right: 10px;
}
.mainpopup_flightdetail .faredetailscontent {
  display: none;
  padding-top: 20px;
}
.mainpopup_flightdetail .faredetailscontent table {
  font-family: inherit;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.mainpopup_flightdetail .faredetailscontent table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
.mainpopup_flightdetail .faredetailscontent table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0797cc;
  color: white;
}
.mainpopup_flightdetail .faredetailscontent table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.mainpopup_flightdetail .faresummarytable td[colspan] {
  text-align: right;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail .pricedetails .price {
    font-size: 15px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details .departurecode {
    font-size: 14px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details .departuretime {
    font-size: 14px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details .arrivalcode {
    font-size: 14px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details .arrivaltime {
    font-size: 14px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .departure_details .departurecode {
    font-size: 14px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .departure_details .departuretime {
    font-size: 14px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .arrival_details .arrivalcode {
    font-size: 14px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .arrival_details .arrivaltime {
    font-size: 14px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .flightclass_seats .cabinclasstext {
    font-size: 13px;
  }
  .flight-result-info .right_panel .flightdetails ul li {
    width: 28%;
  }
  .flight-result-info .auto_timeing {
    padding: 10px !important;
  }
  .flight-result-info .auto_timeing span {
    font-size: 20px;
  }
  .flight-result-info .paxcontent ul li.formcontrolsection .labeltitle {
    font: 13px;
  }
}
@media screen and (max-width: 767px) {
  .flight-result-info .mainsection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flight-result-info .left_panel {
    width: 100%;
    padding-right: 0;
  }
  .flight-result-info .right_panel {
    width: 100%;
    margin-top: 25px;
  }
  .flight-result-info .right_panel .flightdetails .title {
    text-align: center;
  }
  .flight-result-info .right_panel .flightdetails ul li {
    width: auto;
  }
  .flight-result-info .mainflight_itenary .flightlist_single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail {
    width: 100%;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
    border-bottom: 1px dashed #a49c9c;
    margin-bottom: 15px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg > span {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #a49c9c;
    padding-bottom: 15px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result {
    border: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .airlinedetails {
    width: 100%;
    margin-bottom: 15px;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .departure_details {
    width: 35%;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_leftdetail .flightleg .legdetail_result .arrival_details {
    width: 35%;
  }
  .flight-result-info .mainflight_itenary .flightlist_single .flight_rightdetail {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 0;
  }
  .flight-result-info .flightdetailsdiv {
    border: 1px dashed #a49c9c;
    padding: 5px;
  }
  .flight-result-info .tabshead li {
    padding: 6px 0px;
    font-size: 12px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .airlinedetails {
    width: 100%;
    margin-bottom: 10px;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .departure_details {
    width: 30%;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .arrival_details {
    width: 30%;
  }
  .flight-result-info .flightdetailscontent .legdetail_result .flightclass_seats {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 10px 0;
  }
  .flight-result-info .flightdetailline {
    margin-bottom: 15px;
  }
  .flight-result-info .baggagedetailscontent table th {
    font-size: 13px;
  }
  .flight-result-info .baggagedetailscontent table td {
    font-size: 13px;
  }
  .flight-result-info .faredetailscontent table th {
    font-size: 13px;
    padding: 10px 0px;
  }
  .flight-result-info .faredetailscontent table td {
    font-size: 13px;
  }
  .flight-result-info .paxcontent li.formcontrolsection {
    width: 100% !important;
  }
  .flight-result-info .auto_timeing span {
    font-size: 15px;
    padding: 0 8px;
    line-height: inherit;
  }
}
.supplier {
  background: red;
  display: inline-block;
  padding: 5px;
  border-radius: 0 0 5px 0;
  color: #fff;
}

.Travelport {
  background: orange;
}

.Amadeus {
  background: green;
}

.Sabre {
  background: blue;
}

.mainpopup_farerule {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  overflow: auto;
}
.mainpopup_farerule .farerule_content {
  width: 30%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.mainpopup_farerule .farerule_content .closediv {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}
.mainpopup_farerule .farerule_content .closediv .closefarediv {
  font-size: 15px;
  font-weight: 500;
  padding: 5px;
  background: #5e5959;
  border-radius: 5px;
}
.mainpopup_farerule .farerule_content .tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.mainpopup_farerule .farerule_content .tabs-head li {
  padding: 10px;
  border-right: 1px solid #d6d6d6;
  cursor: pointer;
}
.mainpopup_farerule .farerule_content .tabs-head li.active {
  background-color: #0797CC;
  color: #fff;
  border: 0;
}
.mainpopup_farerule .farerule_content .tabs-head li:last-child {
  border: 0;
}
.mainpopup_farerule .farerule_content .tabs-content {
  width: 100%;
  display: none;
}
.mainpopup_farerule .farerule_content .tabs-content:first-child {
  display: block;
}
.mainpopup_farerule .farerule_content .tabs-content ul li {
  display: block;
  margin-bottom: 10px;
}
.mainpopup_farerule .farerule_content .tabs-content ul li h3 {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 1px solid #d6d6d6;
}
.mainpopup_farerule .farerule_content .tabs-content ul li h3:hover {
  background: #0797CC;
  color: #fff;
}
.mainpopup_farerule .farerule_content .tabs-content ul li h3:after {
  content: "";
  background: url(../images/downarrow.svg) no-repeat 95%;
  width: 10px;
  height: 7px;
  position: absolute;
  right: 24px;
  top: 17px;
}
.mainpopup_farerule .farerule_content .tabs-content ul li div {
  display: none;
}

.overflowhidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mainpopup_farerule .farerule_content {
    width: 95%;
  }
}