html, body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}

.banner {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.flying {
  width: 640px;
  display: block;
  margin: 0 auto;
}

.carousel-inner .carousel-item img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 70px;
}

/*------------*/
.header {
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 15px !important;
  padding: 5px 15px;
}
.header nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.top_bar {
  padding: 5px 0;
  padding-bottom: 0;
  padding-top: 30px;
  margin-bottom: 15px;
}
.top_bar ul {
  display: flex;
  margin-bottom: 0;
}
.top_bar ul.left_area li {
  border-right: 1px solid #fff;
}
.top_bar ul.left_area li a {
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
}
.top_bar ul.left_area li a i {
  padding-right: 2px;
}
.top_bar ul.left_area li a:hover {
  color: #000;
}
.top_bar ul.left_area li:last-child {
  border: 0;
}
.top_bar ul.left_area li:last-child a {
  padding-left: 10px;
  margin-right: 0;
}

/*------*/
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  height: 45px;
  animation: smoothScroll 1s forwards;
  padding: 5px 15px;
}

.fixed-header .logo img {
  width: 215px;
}

.fixed-header .search .form-control {
  height: 35px;
  font-size: 15px;
}

.fixed-header .nice-select {
  line-height: 23px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*------*/
.logo img {
  width: 285px;
}

.side_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.side_menu .check {
  color: #014073;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.side_menu .check:hover {
  color: #000;
}

.user_log {
  font-size: 14px;
  margin-left: 15px;
  color: #014073;
  text-transform: uppercase;
}
.user_log:hover {
  color: #000;
}

.reg_modal .nav {
  background: #014073;
  justify-content: center;
  margin: 15px;
  border-radius: 15px;
}

.reg_modal .nav .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.reg_modal .nav .nav-item .nav-link {
  border: 0;
  color: #fff;
  text-decoration: none;
}

.reg_modal .nav .nav-item .nav-link.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 0.25rem;
  border-radius: 15px;
}

.reg_modal .md-form {
  margin-bottom: 15px !important;
}

.reg_modal .form-control {
  border-radius: 0;
  height: 45px;
}

.reg_modal .btn.btn-block {
  background: #000;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  width: 180px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}

.reg_modal .btn.btn-block:hover {
  background: #014073;
  color: #fff;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  top: 24px !important;
  color: #000;
  opacity: 1;
  font-size: 20px;
  right: 15px;
}

.welcome {
  padding: 60px 0 20px;
}
.welcome h3 {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 35px;
}
.welcome h3 span {
  color: #014073;
  font-weight: bold;
  text-transform: uppercase;
}
.welcome h3 span emp {
  color: #23989f;
}
.welcome p {
  line-height: 34px;
  font-weight: 300;
}

.search {
  margin: 0 0 0;
}

.search .form-inline {
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.search .form-control {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  height: 50px;
  margin-right: 5px;
}

.search .btn {
  color: #014073;
  border-radius: 16px;
  font-size: 18px;
  height: auto;
  position: absolute;
  right: 15px;
}

.search .btn:hover {
  color: #ffc619;
}

.home_form {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #014073;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 35px;
  box-shadow: 0px 0px 18px -10px #000;
  margin-top: 50px;
}

.banner_img_new {
  position: relative;
}
.banner_img_new .home_form {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
  z-index: 6;
}

.banner_img_new img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  height: 450px;
}

.banner_img_new h1 {
  color: #cc2127;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.carousel-caption {
  padding-bottom: 0;
  bottom: 0;
}

.further_offer {
  text-decoration: none;
  color: #000;
}

.further_offer:hover {
  text-decoration: none;
  color: #000;
}

.package_title {
  font-size: 21px;
  color: #495057;
}

.home_text_offers {
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.home_text_offers .carousel-item h2 {
  font-size: 70px;
  letter-spacing: 10px;
  margin-bottom: 0;
}
.home_text_offers .carousel-item p {
  margin-bottom: 0;
}

/*--------------*/
.booking_area .parent_content {
  border-radius: 0;
  position: relative;
  z-index: 99;
}
.booking_area .parent_content img.soon {
  width: auto;
  min-height: auto;
  height: auto;
}
.inner_row {
  position: relative;
  margin-top: 10px;
}

.parent_nav {
  width: 100%;
  justify-content: left;
}

.parent_nav .nav-link {
  background: transparent;
  color: #495057;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #014073;
}
.parent_nav .nav-link i {
  margin-right: 5px;
}

.parent_nav .nav-link.active {
  background: #014073;
  color: #fff;
}

.child_nav {
  justify-content: center;
  margin-bottom: 10px;
}

.child_nav .nav-item:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.child_nav .nav-item:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.child_nav .nav-item .nav-link {
  color: #495057;
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid transparent;
}

.child_nav .nav-item .nav-link.active {
  border: 0;
  background: #014073;
  position: relative;
  color: #fff;
}

.action_area {
  background: #fafafa;
  padding: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.icon {
  text-align: center;
}

.icon img {
  width: 41px;
}

.icon p {
  text-align: center;
  margin-bottom: 0;
}

.flight_num {
  display: none;
}

.selection {
  background: #fff;
  position: relative;
}

.selection label {
  text-align: center;
  text-transform: uppercase;
  color: #595a5a;
  display: block;
}

.selection .form-control {
  color: #000;
  border: 0;
  height: 60px;
  padding: 2px 10px;
  font-weight: 500;
  box-shadow: none;
  font-size: 18px;
  background: transparent;
  position: relative;
  padding-bottom: 20px;
  border: 1px solid #dadfe6;
  border-radius: 0;
  margin-bottom: 25px;
}

.selection .form-control::placeholder {
  color: #000;
}

.selection span {
  color: #000;
  position: absolute;
  left: 11px;
  font-size: 14px;
  top: 6px;
  font-weight: 500;
}

.selection small {
  color: #535353;
  position: absolute;
  bottom: 8px;
  left: 11px;
  font-size: 12px;
  white-space: nowrap;
  width: 92%;
  overflow: hidden;
  font-weight: 300;
}

.double_date.disable {
  position: relative;
}

.double_date.disable .form-control {
  color: #ccc;
  border-color: #ccc;
}

.double_date.disable .form-control::placeholder {
  color: #ccc;
}

.double_date.disable .disabled_span {
  position: absolute;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #ccc;
  left: 6px;
}

.return_date_new .form-control {
  font-size: 17px;
}

.typeahead {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #014073;
  box-shadow: 0px 0px 7px -3px #000;
}
.typeahead li a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.typeahead li a:hover, .typeahead li a:active {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-left: 7px;
}

.scroll a {
  color: #014073;
  display: block;
}

.scroll a:hover {
  color: #000;
}

.scroll_down {
  bottom: -23px;
}

.scroll_up {
  top: -12px;
}

.travller {
  position: relative;
}

.travller .selection .form-control {
  background-position: right;
  background-size: 25px;
}

.travller .collapsing, .travller .collapse {
  position: absolute;
  top: 65px;
  width: 300px;
  left: 0;
  background: #fff;
  z-index: 5;
}

.travller .collapsing .card, .travller .collapse .card {
  border-radius: 0;
}

.travller .collapsing .input-group .form-control, .travller .collapse .input-group .form-control {
  padding-left: 0;
  border-radius: 0;
  text-align: center;
}

.travller .collapsing .input-group .btn, .travller .collapse .input-group .btn {
  background: #014073;
  color: #fff;
  border-radius: 0;
}

.travller .collapsing .input-group .btn i, .travller .collapse .input-group .btn i {
  position: relative;
  top: auto;
  transform: translateY(0);
  left: 0;
  color: #fff;
}

.travller .collapsing .form-control, .travller .collapse .form-control {
  border: 1px solid #014073;
  text-align: center;
}

.travller .collapsing .input-group, .travller .collapse .input-group {
  margin-bottom: 10px;
}

.search_btn {
  background: #014073;
  height: 45px;
  color: #fff;
}

.search_btn:hover {
  background: #000;
  color: #fff;
}

.search_btn i {
  color: #fff;
}

.ui-state-disabled {
  opacity: 0.5;
}

.three_in_row .form-control {
  width: 70px;
}

.default {
  background: #014073;
  color: #fff;
  border-radius: 25px;
  padding: 12px;
  font-weight: bold;
}

.default:hover {
  background: #32c4c2;
  color: #fff;
}

.multi_city .icon {
  width: 50px;
}

.multi_city .icon p {
  font-size: 10px;
}

.date_multi .form-control {
  width: 100px;
}

.add_remove {
  text-align: right;
}

.add_remove .btn {
  background: #014073;
  color: #fff;
  border-radius: 25px;
}

.add_remove .btn i {
  margin-left: 8px;
}

.add_remove .btn:hover {
  background: #ffc619;
  color: #000;
}

.carousel.carousel-fade .carousel-item {
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}

.carousel.carousel-fade .active.carousel-item {
  opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

/*--SCROLLER CODE---*/
.scroller {
  position: relative;
  margin-top: 15px;
  padding-top: 30px;
}

.scroller .leftLabel {
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  left: 0;
  top: 2px;
}

.scroller .rightLabel {
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  right: 0;
  top: 2px;
}

.scroller .leftLabel:before, .scroller .rightLabel:before {
  content: "Rs:";
  padding-right: 2px;
}

.scroller .nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border: 1px solid #D3D3D3;
}

.scroller .nstSlider .leftGrip {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}

.scroller .nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}

.scroller .nstSlider .rightGrip {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}

.scroller .nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}

.scroller .nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #014073;
  height: 8px;
  top: -1px;
}

.scroller .nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

/*------------*/
/*----DATE PICKER STYLE--------*/
.ui-datepicker {
  background: #014073;
  width: 250px;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 5px 10px;
  background: none;
  border: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #000;
  margin-top: 9px;
  background: #fff;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  color: #000;
  margin-top: 9px;
  background: #fff;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  background: #014073;
  color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  display: inline-block !important;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  padding: 0 10px;
  color: #014073;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid rgba(248, 147, 29, 0.05);
  padding: 0;
}

.ui-datepicker .ui-datepicker-calendar td a {
  color: #000;
  background: none;
  border: 0;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #014073;
  color: #fff !important;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #014073;
  color: #fff;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
  color: #014073;
}

/*------------*/
.scroll_dottom {
  text-align: center;
  margin-top: 15px;
}

.scroll_dottom a {
  color: #000;
  text-decoration: none;
}

.scroll_dottom a i {
  display: block;
  -webkit-animation-name: downup;
  animation-name: downup;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: border 0.35s ease;
  -webkit-transition: border 0.35s ease;
}

@-webkit-keyframes downup {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downup {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
  }
  100% {
    transform: translateY(0);
  }
}
/*-----*/
.offer_detail_new .swiper-button-next, .offer_detail_new .swiper-button-prev {
  display: none;
}

.next_desti {
  padding: 30px 0;
  position: relative;
  padding-bottom: 0;
}

.next_desti h2 {
  color: #014073;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  /**/
}

.next_desti h5 {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.next_desti h5 a {
  color: #ffc619;
  display: none;
}

.next_desti h5 a:hover {
  color: #014073;
}

.next_desti .swiper-button-prev {
  left: -60px;
  right: auto;
  background-image: url("../images/arrow_left.png");
}

.next_desti .swiper-button-next {
  right: -60px;
  left: auto;
  background-image: url("../images/arrow_right.png");
}

.locations {
  position: relative;
}
.locations .img {
  position: relative;
}
.locations .img img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
}
.locations .desc {
  z-index: 1;
  padding: 15px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(35, 152, 159, 0.8);
  border-top: 1px solid #23989f;
  border-bottom-left-radius: 35px;
}
.locations .desc h4 {
  font-size: 22px;
  color: #fff;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.locations .desc h4 small {
  display: block;
  font-size: 13px;
  color: #fafafa;
}

.locations .desc .offer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.locations .desc .offer p {
  color: #fff;
  margin-bottom: 0;
}

.locations .desc .offer p i {
  color: #ffc619;
}

.locations .desc .offer p span {
  color: #014073;
}

.locations .desc .offer .save {
  width: 42px;
}

.contact_form {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23989f+0,1fa697+100 */
  background: rgb(35, 152, 159); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(35, 152, 159) 0%, rgb(31, 166, 151) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(35, 152, 159) 0%, rgb(31, 166, 151) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(35, 152, 159) 0%, rgb(31, 166, 151) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#23989f", endColorstr="#1fa697",GradientType=0 ); /* IE6-9 */
  margin-top: 50px;
  background-size: cover;
  padding: 30px 0;
}
.contact_form .container {
  position: relative;
  z-index: 9;
}

.inner_form {
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px;
}
.inner_form h3 {
  color: #000;
}

.inner_form label {
  color: #014073;
}

.inner_form .form-control {
  border-radius: 0;
  margin-bottom: 15px;
  height: 45px;
}

.inner_form textarea {
  height: 150px !important;
  max-height: 150px;
  max-width: 100%;
}

.inner_form .btn {
  background: #000;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  width: 180px;
  font-weight: bold;
}

.inner_form .btn:hover {
  background: #fff;
  color: #000;
}

.inner_form .btn i {
  margin-right: 10px;
}

.app_section h2 {
  color: #fff;
}
.app_section h2 small {
  display: block;
}

.app_section h2 img {
  width: 150px;
}

.app_section p {
  color: #fff;
}

.app_section ul {
  display: flex;
}

.app_section ul li {
  margin-right: 15px;
}

.app_section ul li img {
  width: 160px;
}

.selection .form-control.trip_from {
  background: #fff url(../images/trip.png) no-repeat;
  background-position: right;
  background-size: 30px;
}

/*-----*/
#modify .banner_img_new {
  display: none;
}

#modify .modal-header {
  padding: 0;
  border: 0;
}

#modify .modal-content {
  border-radius: 0;
}

#modify .modal-body {
  padding: 15px;
}

#modify .modal-lg {
  max-width: 1140px;
}

/*-----*/
.mask {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.48);
  height: 100%;
  z-index: 99;
  display: none;
}

.mask.active {
  display: block;
}

/*------------*/
.inner_banner {
  min-height: auto !important;
  padding-bottom: 25px;
}

.inner_banner .booking_area {
  margin-top: 25px;
}

.inner_banner .banner_img_new {
  display: none;
}

.action_div {
  position: relative;
}

.flight_modify {
  background: #fff;
  border-radius: 25px;
  padding: 15px 30px;
  margin-top: 50px;
}

.flight_modify label {
  margin-right: 10px;
}

.flight_modify .form-control {
  background: #8c8c8c;
  border-radius: 15px;
  color: #fff;
}

.flight_modify .form-control::placeholder {
  color: #fff;
}

.flight_modify [class*=col-] {
  border-right: 1px solid #8c8c8c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flight_modify [class*=col-]:last-child {
  border: 0;
}

.flight_list {
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0px 1px 10px 0.2px rgba(65, 200, 194, 0.1);
  border: 1px solid rgba(1, 64, 115, 0.3215686275);
}

.flight_list .link {
  background: #c0fffc;
  height: 15px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.flight_list .link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 2px;
  background: #014073;
}

.flight_list .link.link1 {
  background: #fafafa;
  margin-bottom: 0;
}

.legend label {
  background: #41c8c2;
  padding: 5px;
  border-radius: 0;
  text-transform: uppercase;
}
.legend label i {
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

.legend p {
  font-size: 18px;
  margin-bottom: 0;
}

.legend p span {
  display: block;
  font-size: 16px;
}

.stop ul {
  display: flex;
  justify-content: space-between;
}

.stop ul li {
  font-size: 14px;
}

.stop ul li.stop_show {
  border-right: 1px solid #595a5a;
  margin-left: 10px;
  position: relative;
}

.stop ul li.stop_show span {
  width: 8px;
  height: 8px;
  background: #595a5a;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.stop ul li:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
  font-size: 13px;
}

.stop ul li span {
  display: block;
  width: 50px;
}

.search .nice-select .list li:first-child {
  display: none;
}

.fares_flight {
  display: flex;
  align-items: center;
}

.fares_flight h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 0;
}

.fares_flight .btn {
  background: #014073;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.fares_flight .btn:hover {
  background: #ffc619;
  color: #000;
}

.airline {
  text-align: center;
}

.airline img {
  width: 100px;
  margin: 0 auto;
}

.airline p {
  color: #595a5a;
  margin-bottom: 5px;
}

.airline h5 {
  font-weight: normal;
  font-size: 14px;
}

.airline h5 i {
  color: #014073;
}

.line {
  height: 25px;
  background: #595a5a;
  width: 1px;
  margin: 10px auto;
}

.btn.btn_default {
  background: #ffc619;
  color: #000;
  border-color: #ffc619;
}

.btn.btn_default:hover {
  background: #014073;
  color: #fff;
  border-color: #014073;
}

#booking .btn {
  background: #ffc619;
  color: #000;
  border-color: #ffc619;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

#booking .btn:hover {
  background: #014073;
  color: #fff;
  border-color: #014073;
}

.bottom_sec {
  background: #fff;
  padding: 10px;
  margin: 0 -20px -20px;
  display: flex;
  justify-content: space-between;
}

.bottom_sec .btn {
  background: #5acec1;
  border-radius: 0;
  padding: 5px 16px;
  color: #fff;
}

.bottom_sec .btn:hover {
  background: #fff;
  color: #000;
}

.bottom_sec ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_sec ul li {
  padding: 0 15px;
  border-right: 1px solid #ffc619;
}

.bottom_sec ul li:last-child {
  border-right: 0;
}

.bottom_sec ul li a {
  color: #000;
  text-decoration: none;
}

.bottom_sec ul li a:hover {
  color: #014073;
}

.add_dest {
  background: #014073;
  color: #fff;
  border-radius: 0;
  margin-right: 15px;
  margin-top: 15px;
}

.add_dest:hover {
  background: #000;
  color: #fff;
}

.group_ticket_listing .flight_list {
  padding-top: 0;
}
.group_ticket_listing .flight_list .row {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.group_ticket_listing .flight_list .airline h1 {
  font-size: 19px;
  margin-bottom: 0;
}
.group_ticket_listing .flight_list .airline h1 i {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}
.group_ticket_listing .flight_list .airline h5 {
  margin-top: 5px;
  margin-bottom: 0;
}
.group_ticket_listing .flight_list .flight_desc h4 {
  font-size: 15px;
  color: #014073;
}
.group_ticket_listing .flight_list .flight_desc h4 small {
  color: #41c8c2;
  font-weight: 700;
}
.group_ticket_listing .flight_list .legend p {
  font-size: 16px;
  margin-bottom: 0;
}

.filter h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #595a5a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter h4 a {
  font-size: 14px;
  text-decoration: none;
  color: #014073;
}

.filter h4 a:hover {
  color: #353535;
}

.filter_row {
  margin-bottom: 30px;
}

.filter_row h5 {
  color: #014073;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.filter_row .btn-group {
  display: flex;
  justify-content: space-between;
}

.filter_row .btn-group .btn {
  border-radius: 0;
  background-color: transparent;
  color: #014073;
  height: 40px;
  line-height: 25px;
  font-size: 19px;
  border-radius: 10px !important;
  margin-right: 10px;
  width: 50px;
}

.filter_row .btn-group .btn.active {
  background-color: #014073;
  color: #fff;
  border-color: #014073;
}

.filter_row .opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.filter_row .opt h5 {
  font-size: 14px;
  color: #b3b0b0;
  margin-bottom: 0;
}

.custom-control-label {
  color: #595a5a;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  box-shadow: none;
  border-color: #41c8c2;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #41c8c2;
  background-color: #41c8c2;
  box-shadow: none;
}

.filter_icon {
  justify-content: flex-end;
  padding: 17px 0 0;
  display: none;
}

.filter_icon img {
  width: 35px;
}

.further_detail {
  margin-top: 25px;
}

.further_detail .btn {
  box-shadow: none !important;
}

.further_detail .btn[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.further_detail .card .flight_info {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.further_detail .airline_info {
  display: flex;
}

.further_detail .airline_info img {
  margin-right: 10px;
  width: 60px;
}

.further_detail .airline_info p {
  line-height: 16px;
}

.further_detail .airline_info p small {
  display: block;
}

.further_detail .airline_info p strong {
  display: block;
  font-size: 12px;
}

.further_detail .offers {
  display: flex;
  justify-content: space-between;
}

.further_detail .offers li {
  color: #dcdcdc;
}

.further_detail .offers li.active i {
  color: #014073;
}

.fare-tabs {
  background: #303030;
  padding: 15px;
  height: 100%;
}

.fare-tabs .nav {
  border-bottom: 1px solid #595959;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.fare-tabs .nav .nav-item .nav-link {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px 10px 10px;
}

.fare-tabs .nav .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
}

.fare-tabs .table {
  color: #fff;
  font-size: 13px;
}

.fare-tabs .table tr th {
  border-bottom: 1px solid #595959;
  border-top: 0;
}

.fare-tabs .table tr td {
  border-bottom: 1px solid #595959;
  border-top: 0;
}

.fare-tabs .table tr td h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.fare-tabs .table tr td p {
  margin-bottom: 0;
  font-size: 12px;
  color: #b8b8b8;
}

.fare-tabs .table tr.border-none td {
  border-bottom: 0;
  padding-bottom: 0;
}

.fare-tabs .info h4 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.fare-tabs .info p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

.fare-tabs .btn {
  width: 100%;
  margin-top: 8px;
  color: #fff;
  background: #014073;
}

.fare-tabs .btn:hover {
  background: #000;
}

.source_destination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.source_name h4 {
  font-size: 17px;
  margin-bottom: 0;
}

.source_name p {
  font-size: 13px;
  color: #003923;
}

.layover2 {
  max-width: 65%;
  flex: 0 0 65%;
  display: flex;
  justify-content: center;
  position: relative;
}

.layover2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #003923;
  top: 30px;
}

.layover2 .stops {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  text-align: center;
}

.layover2 .stops i {
  color: #014073;
}

.layover2 .stops span.dot {
  width: 10px;
  height: 10px;
  background-color: #003923;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

.layover2 .stops span.name {
  color: #9b9999;
  margin-top: 5px;
}

.layover2 .stops span.duration {
  color: #003923;
  font-size: 12px;
}

/*-----------*/
.group_list {
  border: 1px solid #014073;
  margin-bottom: 15px;
}
.group_list .flight_info_colored {
  margin-top: 0;
  padding: 20px 15px;
}
.group_list .source_destination {
  padding: 0 15px;
}

.flight_info_colored {
  background: #014073;
  padding: 20px 25px;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.flight_info_colored h4 {
  color: #fff;
  text-align: right;
  line-height: 15px;
}
.flight_info_colored h4 span {
  display: block;
  font-size: 14px;
}
.flight_info_colored h4 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
.flight_info_colored h4 strong {
  margin-left: 15px;
  font-size: 17px;
}
.flight_info_colored .btn {
  background-color: #41c8c2;
  color: #fff;
  border-radius: 0;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
}

.info h2 i {
  padding: 0 15px;
}

.info p {
  background: #ffc619;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  border-radius: 15px;
  border-radius: 20px;
  padding: 6px 30px;
}

/*---------*/
.flight_detail_row {
  background: #fafafa;
}

.airline_plan_info {
  padding: 25px;
  height: 100%;
  border: 1px solid #595a5a;
}

.airline_plan_info ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.airline_plan_info ul li {
  color: #014073;
  justify-content: center;
}

.airline_plan_info ul li img {
  margin-right: 8px;
}

.airline_plan_info ul li h2 {
  font-size: 14px;
  color: #014073;
}

.airline_plan_info ul li h2 span {
  display: block;
  font-size: 14px;
}

.journey_info {
  padding: 10px 50px 0;
}

.journey_info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.journey_info ul li p {
  color: #595a5a;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.journey_info ul li p label {
  background: #41c8c2;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 4px 25px;
}

.journey_info ul:last-child {
  margin-bottom: 0;
}

.journey_info ul:last-child p label {
  margin-bottom: 0;
}

.journey_info h5 {
  font-size: 20px;
  color: #595a5a;
}

.layover {
  background: #41c8c2;
  padding: 20px;
  position: relative;
  margin: 15px 0;
}

.layover h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.layover h4 span {
  display: block;
  text-transform: lowercase;
}

.layover p {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #595a5a;
}

.layover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -19px;
  height: 140px;
  z-index: -1;
  width: 2px;
  background-color: #595a5a;
}

.fares {
  margin-top: 25px;
}

.fares .airline_plan_info {
  background: #014073;
}

.fares .journey_info {
  padding: 15px 0;
}

.fares .journey_info ul {
  display: block;
}

.fares .journey_info ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.fares .journey_info ul li span {
  padding-right: 25px;
}

.fares .journey_info ul li.total {
  background: #014073;
  color: #fff;
  margin-left: -30px;
  margin-bottom: -15px;
  padding: 15px 0 15px 30px;
  font-size: 20px;
}

.fares_accept {
  text-align: right;
  margin-top: 15px;
}

.fares_accept .btn {
  font-size: 17px;
  border-radius: 15px;
  width: 205px;
}

.blocks {
  background: #fafafa;
  padding: 15px;
  margin-bottom: 25px;
}

.blocks h4 {
  font-size: 22px;
  color: #014073;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blocks ul li {
  color: #595a5a;
  margin-bottom: 15px;
}

.right_info {
  position: relative;
  z-index: 1;
}

.right_info .flight_info_colored {
  margin-top: 10px;
}

.right_info .info {
  justify-content: center;
}

.right_info .info h2 {
  font-size: 19px;
}

.right_info .journey_info {
  padding: 10px 0;
}

.right_info .journey_info ul li p {
  font-size: 15px;
}

.right_info .journey_info ul li p label {
  font-size: 13px;
}

.right_info .journey_info h5 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 9px;
}

.right_info .airline_plan_info {
  padding: 10px;
}

.right_info .airline_plan_info ul li {
  font-size: 14px;
  text-align: center;
}

.right_info .layover {
  padding: 10px 15px;
}

.right_info .layover h4 {
  font-size: 14px;
}

.right_info .fares .journey_info ul li {
  font-size: 14px;
}

.right_info .fares .journey_info ul li.total {
  margin-left: -15px;
  margin-bottom: -10px;
  margin-right: -15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
}

.right_info .fares .journey_info ul li span {
  padding-right: 0;
}

.session_footer {
  display: flex;
  justify-content: center;
}

.session_footer .btn {
  background-color: #014073 !important;
  border-color: #014073 !important;
}

.session_footer .btn:hover {
  background-color: #000;
  color: #fff;
}

.modal-backdrop {
  background: #000;
}

.modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 21px -7px #000;
}

.payment_opt ul {
  background: #fff;
}

.payment_opt ul li {
  border-bottom: 1px solid #ababab;
  margin-bottom: 15px;
}

.payment_opt ul li a {
  display: block;
  color: #595a5a;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
}

.payment_opt ul li a img {
  width: 90px;
  margin-right: 25px;
}

.payment_opt ul li a.active {
  color: #014073;
  background: #fff url(../images/small_check.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 21px;
}

.payment_opt .modal-footer {
  border: 0;
  padding-top: 0;
  justify-content: center;
}

.payment_opt .modal-footer .btn {
  background: #014073;
  color: #fff;
  border: 0;
  font-size: 17px;
  border-radius: 25px;
  padding: 7px 28px;
}

.payment_opt .modal-footer .btn:hover {
  background: #ffc619;
  color: #000;
}

.confirmation {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.8rem;
  display: none;
}

.confirmation img {
  width: 130px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single, .select2-container--open .select2-dropdown--below {
  left: 0;
  width: 100%;
  top: 0;
}

.select2-container span {
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../images/dropdown.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/*-------------*/
.bg_gray {
  background: #fafafa;
  padding: 15px;
}

.top_message h3 {
  color: #19b861;
}

.top_message p {
  color: #595a5a;
}

.title_red {
  color: #014073;
  margin: 15px 0;
}

.user_info h4 {
  text-transform: uppercase;
  color: #014073;
  font-weight: 900;
  font-size: 20px;
}

.user_info label {
  color: #014073;
}

.user_info .form-control {
  border-radius: 0;
  border-color: #ababab;
  height: 45px;
  margin-bottom: 15px;
}

.user_info select {
  background: #fff url("../images/dropdown.png");
  background-repeat: no-repeat;
  background-position: 95% 57%;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------*/
#email_modal .btn {
  background: #014073;
  color: #fff;
  border-color: #014073;
}

.label-info {
  background-color: #014073 !important;
}

/*------------*/
.action_button_control {
  text-align: right;
}

.action_button_control .btn {
  background: #ffc619;
  color: #000;
  border-color: #ffc619;
  border-radius: 0;
}

.action_button_control .btn:hover {
  background: #000;
  color: #fff;
}

.user_in {
  position: relative;
  margin-right: 10px;
}

.user_in .main_user {
  background: transparent;
  color: #014073;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  box-shadow: none !important;
  padding: 0;
  padding-top: 0;
  transition: all 0.5s ease;
}

.user_in .main_user img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s ease;
}

.user_in .main_user span {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 17px;
}

.user_in .main_user i {
  transform: rotate(0);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  ms-transform: rotate(180deg);
  o-transform: rotate(180deg);
  transition: all 0.2s linear;
}

.user_in .main_user.collapsed i {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  ms-transform: rotate(0);
  o-transform: rotate(0);
}

.user_in #user_setting {
  position: absolute;
  width: 300px;
  background: #f5f5f5;
  right: 0;
  top: 43px;
  z-index: 99;
  padding: 25px;
}

.user_in #user_setting ul {
  display: block;
  margin-bottom: 15px;
}

.user_in #user_setting ul li {
  display: block;
  margin-left: 0;
}

.user_in #user_setting ul li a {
  padding: 3px 0;
  display: block;
  color: #000;
  text-decoration: none;
}

.user_in #user_setting ul li a:hover {
  color: #014073;
}

.user_in #user_setting .btn {
  border-radius: 0;
}

.user_in #user_setting .btn i {
  margin-right: 8px;
}

.user_in #user_setting .btn:nth-child(2) {
  background: #828282;
  color: #fff;
  margin-right: 16px;
}

.user_in #user_setting .btn:nth-child(2):hover {
  background: #000;
  color: #fff;
}

.user_in #user_setting .btn:nth-child(3) {
  background: #014073;
  color: #fff;
}

.user_in #user_setting .btn:nth-child(3):hover {
  background: #000;
  color: #fff;
}

.filter {
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  padding: 10px 15px;
}

#modify .modal-header {
  padding: 15px;
}

#modify .booking_area {
  margin-top: 10px;
}

/*------------*/
.ticket-info .legend {
  background: #fff;
  border: 1px solid #014073;
  padding: 12px 20px;
  margin-bottom: 20px;
}

.ticket-info .legend p {
  font-size: 17px !important;
  color: #2d2b2b;
  margin-bottom: 0;
}

.ticket-info .legend p i {
  color: #014073;
  margin-right: 8px;
  margin-left: 15px;
}

.info_area {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.info_area ul {
  margin-bottom: 0;
}

.info_area ul li {
  font-size: 14px;
  text-transform: uppercase;
}

.info_area ul li strong {
  font-size: 14px;
}

.info_area ul li strong.confirm {
  color: #8dc63f;
}

.info_area ul li strong.pending {
  color: #014073;
}

.info_area ul li strong.cancel {
  color: #F50408;
}

.info_area ul li strong.refund {
  color: #1837F1;
}

.info_area ul li img {
  width: 45px;
  margin-right: 5px;
}

.reserve-top .info h5 {
  font-size: 17px;
}

.reserve-top .info h5 span {
  color: #014073;
}

.further_detail .info h2 {
  font-size: 22px;
}

/*------------*/
.offer_banner {
  position: relative;
}

.offer_banner img {
  width: 100%;
  border: 2px solid #014073;
  border-left: 0;
  height: 300px;
  object-fit: cover;
}

.offer_banner .on_banner_button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.offer_banner .on_banner_button .btn {
  background: #014073;
  color: #fff;
  width: 210px;
  display: block;
  margin: 0 auto;
  padding: 7px 15px;
  border-radius: 25px;
}

.offer_banner .on_banner_button .btn:hover {
  background: #ffc619;
  color: #000;
}

.offer_banner .banner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  width: 45%;
  margin: 0 auto;
}

.offer_banner .banner_text p {
  color: #ffc619;
  font-size: 20px;
}

.offer_banner .banner_text p span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.offer_banner .banner_text h5 {
  display: inline-block;
  color: #fff;
  border: 1px dashed #000;
  border-radius: 15px;
  padding: 8px;
}

.gal_link img {
  height: 170px;
  object-fit: cover;
  border: 4px solid #fff;
  width: 100%;
}

.offer_detail_new {
  margin-top: 25px;
}

.offer_block {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #d4d4d4;
  background-color: #fff;
  margin-bottom: 25px;
}

.offer_block .have_bg {
  background: #fafafa;
  padding: 15px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  margin-bottom: 0;
}

.offer_block p {
  line-height: 27px;
  color: #666;
  padding: 15px;
  font-size: 14px;
  color: #9f9f9f;
}

.offer_block .table {
  font-size: 13px;
  margin-bottom: 0;
}

.offer_block ul {
  padding: 15px;
  margin-left: 15px;
}

.offer_block ul li {
  line-height: 34px;
  color: #666;
  font-size: 14px;
}

.offer_block h5 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}

.offer_block h4 {
  font-size: 16px;
}

.offer_block h6 {
  font-size: 14px;
  font-weight: normal;
  color: #9f9f9f;
  line-height: 27px;
}

.offer_block .subscribe {
  position: relative;
  display: flex;
  align-items: center;
}

.offer_block .subscribe i {
  position: absolute;
  left: 10px;
  top: 50%;
  float: left;
  margin: -9px 0 0;
  color: #ccc;
}

.offer_block .subscribe .form-control {
  border: 1px solid #cdcecf !important;
  color: #bfbfbf;
  font-size: 14px;
  padding: 8px 8px 9px 35px;
  width: 75%;
  height: 45px;
  border-radius: 0;
}

.offer_block .subscribe .btn {
  width: 25%;
  height: 45px;
  background: #0493b4;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.inner_div {
  padding: 15px;
}

.book_this {
  background: #014073;
  color: #fff;
  border-radius: 0;
  font-size: 25px;
  margin-top: 25px;
  float: right;
}

.book_this:hover {
  background: #ffc619;
}

/*------------*/
select {
  display: none !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: white;
  border-radius: 0;
  border: solid 1px #ced4da;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 37px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  text-transform: capitalize;
}

.nice-select p {
  color: rgba(0, 0, 0, 0.8);
  padding-right: 11px;
  padding-top: 0px;
  padding-bottom: 7px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  opacity: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #f2f2f2;
  border-radius: 0;
  /* box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);*/
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 999;
  width: 100%;
  /*	max-height: 190px;
  	overflow-y: scroll;*/
  border: 1px solid #808080;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 39px;
  list-style: none;
  min-height: 39px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  border-bottom: 1px solid #118795;
}

.nice-select .option a {
  color: #000;
}

.nice-select .option a:hover {
  color: #000;
  color: #d9660a;
  text-decoration: none;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f2f2f2;
}

.nice-select .option:hover {
  color: #fff;
  background: #014073;
}

.nice-select .option.selected {
  font-weight: bold;
}

.offer_detail_new .nav-tabs .nav-item .nav-link {
  color: #5c5b5b;
  padding: 6px 40px;
}

.offer_detail_new .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid transparent;
}

.offer_detail_new .nav-tabs .nav-item .nav-link.active {
  color: #014073;
  border: 0;
  border-bottom: 1px solid #014073;
}

.offer_detail_new .tab-content {
  margin-top: 20px;
}

.offer_detail_new .tab-content h6 i {
  color: #ffc619;
}

.offer_detail_new .tab-content iframe {
  width: 100%;
  height: 350px;
}

.review h4 {
  color: #014073;
  font-size: 20px;
  margin: 25px 0;
}

.review h5 {
  color: #ffc619;
  margin-bottom: 0;
}

.review h6 {
  margin-bottom: 0;
}

.review_percen {
  position: relative;
}

.review_percen .base {
  background: #ebebeb;
  width: 100%;
  border-radius: 25px;
  height: 35px;
}

.review_percen .fill {
  background: #014073;
  border-radius: 25px;
  height: 25px;
  margin-top: -30px;
  margin: -30px 6px 0;
}

.review_percen .fill.hindred {
  width: 100%;
}

.review_percen .fill.ninty {
  width: 90%;
}

.review_percen .fill.eighty {
  width: 80%;
}

.review_percen .fill.seventy {
  width: 70%;
}

.review_percen .fill.sixty {
  width: 60%;
}

.review_percen .fill.fifty {
  width: 50%;
}

.review_percen .fill.fourty {
  width: 40%;
}

.review_percen .fill.thirty {
  width: 30%;
}

.review_percen .fill.twenty {
  width: 20%;
}

.review_percen .fill.ten {
  width: 10%;
}

.user_review_img img {
  width: 80px;
  border-radius: 50%;
}

.user_review h6 {
  margin-bottom: 15px;
}

.user_review p {
  font-size: 13px;
}

.rating {
  text-align: center;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.rating p {
  color: #ffc619;
  margin-bottom: 5px;
}

.rating i {
  color: #aeaeae;
  font-size: 25px;
}

.review_form label {
  color: #014073;
  margin-bottom: 5px;
}

.review_form textarea {
  height: 90px !important;
  max-height: 90px !important;
  max-width: 100%;
}

.review_form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  height: 45px;
}

.review_form .btn {
  width: 350px;
  background: #014073;
  color: #fff;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  height: 35px;
}

.review_form .btn:hover {
  background: #ffc619;
  color: #000;
}

.review_form .nice-select:after {
  opacity: 1 !important;
}

/*------------*/
.centering {
  max-width: 1300px;
  margin: 50px auto;
  text-align: left;
}

.lightbox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}

.lightbox {
  position: absolute;
  background: white;
  z-index: 1000;
}

.spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}

.next_img {
  position: absolute;
  color: #fff;
  font-size: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.9;
}

.next_img:hover {
  opacity: 1;
}

.prev_img {
  position: absolute;
  color: #fff;
  font-size: 50px;
  left: 10px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.9;
}

.prev_img:hover {
  opacity: 1;
}

/*------------*/
.cms_banner {
  position: relative;
}

.cms_banner .cms_banner_title {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.cms_banner .cms_banner_title h1 {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 41px;
}

.about_us h2 {
  color: #014073;
  font-size: 30px;
}

.about_us h2 span {
  display: block;
  font-size: 20px;
}

.bg_area_text {
  background: #014073;
  padding: 30px 20px;
  text-align: center;
  margin: 20px 0;
}

.bg_area_text h3 {
  color: #fff;
}

.bg_area_text h3 span {
  display: block;
}

.about_us h4 {
  color: #014073;
}

.about_us ul {
  padding-left: 0;
  list-style-position: inside;
}

.about_us ul li {
  line-height: 40px;
}

/*------------*/
/*----TOURSIM SECTION------*/
.hotel_offer img {
  border: 0;
}

.infos {
  padding: 15px;
}

.infos h3 {
  color: #014073;
  font-size: 22px;
  padding: 15px 0;
  margin-bottom: 0;
}

.infos .bg {
  background: #fafafa;
  padding: 15px;
}

.infos label {
  color: #014073;
}

.infos label:hover ~ label {
  color: #014073;
}

.infos .form-control {
  height: 50px;
  border: 1px solid #ababab;
  font-size: 14px;
  border-radius: 7px;
}

.infos select {
  display: block !important;
}

.infos textarea {
  max-height: 150px;
  max-width: 100%;
  height: 150px !important;
}

.infos .btn.plan {
  background: #014073;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 300px;
  margin-top: 15px;
  font-size: 18px;
}

.infos .btn.plan:hover {
  background: #ffc619;
  color: #000;
}

.increamenter .form-control {
  padding-left: 0;
  border-radius: 0;
  text-align: center;
}

.increamenter .btn {
  background: #014073;
  color: #fff;
  border-radius: 0;
  height: 50px;
}

.increamenter .btn i {
  position: relative;
  top: auto;
  transform: translateY(0);
  left: 0;
  color: #fff;
}

.top_search h4 {
  font-size: 20px;
}
.top_search h4 a {
  color: #014073;
}
.top_search .contact_now {
  background: #636363;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
}
.top_search .contact_now:hover {
  background: #014073;
}
.top_search .sector_selection {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.top_search .sector_selection .btn {
  background-color: #41c8c2;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px;
}
.top_search .sector_selection .btn:hover {
  background-color: #014073;
}
.top_search .sector_selection .btn.active {
  background-color: #014073;
}
.top_search .sector_selection .btn:first-child {
  margin-left: 0;
}
.top_search .sector_selection .btn:last-child {
  margin-right: 0;
}

.group_ticket_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group_ticket_top h2 {
  color: #014073;
  margin-bottom: 0;
  font-size: 22px;
}
.group_ticket_top .group_search {
  display: flex;
  width: 35%;
}
.group_ticket_top .group_search .form-control {
  border-radius: 0;
  height: 45px;
  width: 100%;
  font-size: 14px;
}
.group_ticket_top .group_search .btn {
  background-color: #014073;
  color: #fff;
  border-radius: 0;
  height: 45px;
}
.group_ticket_top .group_search .btn:hover {
  background-color: #41c8c2;
}

.tour_img {
  position: relative;
  margin-top: -33px;
}
.tour_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  border-bottom: 13px solid #014073;
  border-right: 13px solid transparent;
}
.tour_img:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  border-bottom: 13px solid #014073;
  border-left: 13px solid transparent;
}

.tour_img .swiper-container {
  height: auto;
}

.tour_img img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.tour_img .swiper-pagination {
  opacity: 1;
  bottom: 0;
}

.tour_img .swiper-pagination .swiper-pagination-bullet-active {
  background: #014073;
}

.tour_img .swiper-button-prev, .tour_img .swiper-button-next, .tour_img .button-next, .tour_img .button-prev {
  width: 15px;
  height: 25px;
  filter: brightness(1) sepia(10) hue-rotate(0) saturate(0);
  background-color: #fff;
  padding: 14px;
  border-radius: 5px;
  background-size: 10px;
}

.transportation {
  position: relative;
  text-align: center;
}

.transportation i {
  color: #014073;
  margin-top: 9px;
}

.transportation:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 25px;
  top: 18px;
  background: #000;
}

.transportation:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  width: 25px;
  top: 18px;
  background: #000;
}

.trip_desc h4 {
  font-size: 21px;
  color: #383535;
}

.trip_desc h4 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.trip_desc h4 span small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.trip_desc h4 span i {
  color: #ccc;
}

.date_duration {
  text-align: center;
  background: #fff;
  padding: 7px 0;
  margin: 10px 0 0;
}

.date_duration h5 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}

.date_duration h5 i {
  font-size: 16px;
  color: #014073;
  margin-right: 5px;
  margin-left: 5px;
}

.facilities {
  margin-top: 15px;
}

.facilities p {
  font-size: 14px;
  margin-bottom: 0;
}

.facilities p i {
  margin-right: 8px;
  color: #014073;
}

.facilities ul.car_desc li {
  line-height: 32px;
  font-size: 15px;
}

.facilities ul.car_desc li i {
  color: #014073;
  width: 30px;
  text-align: center;
  display: inline-block;
}

.facilities ul.car_desc li img {
  width: 20px;
  height: auto;
}

.includes h4 {
  font-size: 20px;
}

.includes ul {
  margin-bottom: 0;
}

.includes ul li {
  font-size: 14px;
  line-height: 28px;
}

.includes ul li i {
  color: green;
  padding-right: 10px;
}

.rent_car .alert {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rent_car img {
  height: auto;
  width: 80%;
}

.bottom_sec {
  background: #014073;
  padding: 5px;
  margin: 0 -20px -20px;
  display: flex;
  justify-content: space-between;
}
.bottom_sec .btn {
  margin-bottom: 0;
  width: 210px;
}

.bottom_sec h1 {
  font-size: 25px;
  margin-bottom: 0;
  color: #014073;
  font-weight: bold;
}

.bottom_sec h1 small {
  color: #2f2f2f;
  font-size: 18px;
}

.modify_hotel .btn {
  background: #014073;
  color: #fff;
  border-radius: 0;
}

.modify_hotel .btn:hover {
  background: #ffc619;
  color: #000;
}

.bottom_sec .btn:hover {
  background: #fff;
  color: #000;
}

.bottom_sec ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_sec ul li {
  padding: 0 15px;
  border-right: 1px solid #5acec1;
  color: #fff;
  font-size: 14px;
}

.bottom_sec ul li:last-child {
  border-right: 0;
}

.bottom_sec ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.bottom_sec ul li a:hover {
  color: #5acec1;
}

.tour_desc {
  width: 100%;
  height: 100%;
}

.inner_desc_trip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f7f7f7;
  padding: 15px;
}

.inner_desc_trip h1 {
  font-size: 36px;
  font-weight: bold;
}

.inner_desc_trip small {
  font-size: 18px;
  color: #014073;
}

.inner_desc_trip .btn {
  background: #014073;
  color: #fff;
  display: block;
  width: 100%;
  margin-top: 15px;
}

.inner_desc_trip .btn:hover {
  background: #000;
}

.inner_desc_trip .datepicker .ui-widget.ui-widget-content {
  margin: 0 auto !important;
}

.inner_desc_trip .datepicker .ui-widget.ui-widget-content .ui-icon, .inner_desc_trip .datepicker .ui-widget.ui-widget-content .ui-widget-content .ui-icon {
  background-image: url("https://code.jquery.com/ui/1.10.4/themes/ui-lightness/images/ui-icons_222222_256x240.png") !important;
}

.tour_detail_new {
  padding-top: 25px;
}

.tour_detail_new h1 {
  font-size: 36px;
}

.itinery {
  margin-top: 25px;
  padding: 15px;
  border: 1px solid #f7f7f7;
  margin-bottom: 25px;
}

.itinery .days {
  align-items: center;
  margin-bottom: 25px;
}

.itinery .days .date_item {
  margin-right: 15px;
}

.itinery .days .date_item h2 {
  font-size: 25px;
  color: #014073;
}

.itinery .days .date_item h2 span {
  font-size: 19px;
  color: #666;
}

.itinery .day_desc {
  padding: 10px;
  background: #fefefe;
  width: 100%;
  border: 1px solid #f6f6f6;
}

.itinery .day_desc ul {
  margin-bottom: 0;
  display: flex;
}

.itinery .day_desc ul li {
  font-size: 14px;
  padding: 0 8px;
}

.itinery .day_desc ul li i {
  color: #000;
  width: 23px;
  text-align: center;
  margin-right: 5px;
}

.itinery .day_desc h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itinery .day_desc h5 .btn {
  padding: 6px 12px;
  color: #fff !important;
  border-radius: 0;
  display: block;
  margin-top: 8px;
  background-color: #014073;
  width: 185px;
}

.itinery .day_desc h5 .btn:hover {
  background-color: #000;
  color: #fff !important;
}

.offer_detail_new .form-group i {
  padding-right: 8px;
}

.offer_banner #hotelCarousel img {
  height: 375px;
  margin-bottom: 0;
}

.day_desc .pass_row {
  display: flex;
  justify-content: space-between;
}

.day_desc .pass_row .left_area h4 {
  font-size: 16px;
}

.day_desc .pass_row .left_area h4 span {
  display: block;
  font-size: 12px;
  color: #555555;
}

.day_desc .pass_row .right_area .form-control {
  width: 60px;
  text-align: center;
  border: 0;
  margin-top: -3px;
  padding: 0;
  background: transparent;
}

.day_desc .pass_row .right_area .input-group-btn {
  background: #014073;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  box-shadow: none !important;
}

.day_desc .pass_row .right_area .input-group-btn .btn {
  padding: 0;
}

.day_desc .pass_row .right_area .input-group-btn .btn:focus {
  box-shadow: none !important;
}

.day_desc .pass_row .right_area .input-group-btn i {
  font-size: 10px;
  color: #fff;
  vertical-align: initial;
  margin-top: 0;
}

.btn_red {
  background: #014073;
  color: #fff;
  border-radius: 0;
  width: 150px;
}

.btn_red:hover {
  background: #000;
  color: #fff;
}

/*------------*/
.trip_rate .date_duration h5 {
  padding: 10px 5px;
}

.trip_rate table {
  text-align: center;
}

.trip_rate table td {
  font-weight: 900;
  font-size: 17px;
}

.trip_rate .promocode {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.trip_rate .promocode .btn {
  background: #014073;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  width: 110px;
}

.trip_rate .promocode .form-control {
  border-radius: 0;
}

.trip_rate .promocode .btn:hover {
  background: #000;
}

/*----RENT A CAR--------*/
.rent_a_car {
  background: #fff;
  height: 98%;
  padding: 10px;
}

.rent_a_car .swiper-slide {
  display: flex;
  align-items: center;
}

.rent_a_car img {
  background: #fff;
  widows: 100%;
  height: auto;
}

.rent_car_du {
  text-align: left;
}

.rent_car_du h5:first-child {
  margin-bottom: 10px;
}

.rent_car_du h5 i {
  font-size: 13px;
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: baseline;
}

.date_duration h5 i img {
  width: 18px;
}

.rent_car_facilities h4 {
  font-size: 18px;
  font-weight: bold;
}

.rent_car_facilities ul {
  display: flex;
}

.rent_car_facilities ul li {
  font-size: 13px;
  padding-right: 10px;
}

.rent_car_facilities ul li:last-child {
  padding-right: 0;
}

.rent_car_facilities ul li i {
  color: #199A00;
}

/*------------*/
footer {
  background: #fff;
  padding: 35px 0;
  margin-top: 0;
  text-align: center;
}
footer .footer_logo img {
  width: 350px;
}

footer p {
  color: #000;
  margin-bottom: 0;
  border-top: 1px solid #323232;
  padding-top: 15px;
}

footer .links {
  display: flex;
  justify-content: center;
}

footer .links li a {
  color: #000;
  text-decoration: none;
  padding-right: 15px;
}

footer .links li a:hover {
  color: #014073;
}

footer .social {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

footer .social li a {
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
}

footer .social li a:hover {
  border-color: #014073;
  color: #014073;
}

/*----------------------*/
@media screen and (max-width: 1396px) {
  .logo img {
    width: 190px;
  }
  .carousel-inner .carousel-item img {
    width: 88%;
  }
  .search .form-control {
    font-size: 15px;
  }
  .parent_nav {
    height: 120px;
  }
  .banner_img_new h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 941px) {
  .banner {
    height: auto !important;
    min-height: 500px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .next_desti .swiper-button-prev {
    left: -15px;
  }
  .next_desti .swiper-button-next {
    right: -15px;
  }
  .locations .desc {
    width: 90%;
    margin-top: -35px;
  }
  .inner_banner {
    min-height: 130px;
  }
  .selection .form-control {
    margin-bottom: 10px;
  }
  #pills-multicity .selection .form-control {
    margin-bottom: 0;
  }
  .flight_modify {
    margin-top: 25px;
  }
  .flight_modify label {
    width: 65px;
  }
  .flight_modify [class*=col-]:nth-child(even) {
    border-right: 0;
  }
  footer p {
    font-size: 14px;
  }
  footer .links li a {
    padding-right: 10px;
    font-size: 14px;
  }
  .filter_icon {
    display: flex;
  }
  .sorting {
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    width: 280px;
    max-width: 280px;
    margin-right: -350px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: 0.25s;
    z-index: 13;
    right: 0;
  }
  .sorting.sorting-show {
    margin-right: 0;
  }
  .journey_info {
    padding: 10px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .booking_area .parent_content .btn.default {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .flight_modify [class*=col-] {
    border-right: 0;
  }
  .flight_modify .form-control {
    width: 80%;
  }
  #pills-multicity .selection .form-control {
    margin-bottom: 10px;
  }
  .icon {
    text-align: left;
    margin-bottom: 10px;
  }
  .icon p {
    text-align: left;
  }
  footer {
    text-align: center;
  }
  footer p {
    margin-bottom: 15px;
  }
  footer ul {
    justify-content: center !important;
  }
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .flight_info_colored h4 {
    margin-top: 15px;
  }
  .flying {
    width: 100%;
  }
  .banner_img_new h1 {
    font-size: 46px;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 530px) {
  .fares_flight h2 {
    font-size: 4.7vw;
  }
  .legend label {
    font-size: 12px;
  }
  .legend p {
    font-size: 3vw;
  }
  .stop ul li {
    font-size: 2.5vw;
  }
  .stop ul li.stop_show {
    margin-left: 0;
    margin-right: 10px;
  }
  .stop ul li:last-child {
    font-size: 2.5vw;
  }
  .line {
    height: 25px;
  }
  .flight_modify .form-control {
    width: 75%;
  }
  .flight_modify label {
    width: 20%;
  }
  .banner_img_new h1 {
    margin-top: -18vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 440px) {
  .parent_nav .nav-link {
    padding: 7px 14px 20px;
    font-size: 14px;
  }
  .swiper-slide {
    margin-right: 20px !important;
  }
  .header {
    position: relative;
    padding: 5px 10px;
  }
  .header .navbar {
    justify-content: flex-end;
  }
  .header .navbar .collapse, .header .navbar .collapsing {
    position: absolute;
    left: 0;
    width: 100%;
    top: 45px;
    z-index: 9999;
    padding: 0 10px;
    background: #fff;
  }
  .home_form {
    padding: 15px;
  }
  .banner {
    background-position: bottom;
  }
  .locations .desc {
    width: 100%;
  }
  .top_bar {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .child_nav .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 13px;
  }
  .info p {
    padding: 6px 10px;
    font-size: 14px;
  }
  .info h2 {
    font-size: 21px;
  }
  .side_menu .check {
    font-size: 3vw;
    text-transform: capitalize;
  }
  .user_in .main_user span {
    font-size: 3vw;
  }
  .search {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .banner_img_new h1 {
    margin-top: 0;
    font-size: 5vw;
  }
  .carousel-inner .carousel-item img {
    margin-bottom: 50px;
    display: none !important;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo .toggle-button {
    margin-right: 8px;
    width: 26px;
  }
  .parent_nav {
    height: auto;
    flex-direction: row !important;
    justify-content: center;
    margin-bottom: 13px;
    padding: 0;
  }
  .scroll {
    display: none;
  }
  .parent_nav .nav-link {
    border-top: 1px solid #ffc619;
    padding: 10px 15px;
  }
  .inner_row {
    margin-top: 0;
  }
  .child_nav .nav-item .nav-link.active:after {
    top: 32px;
  }
  .return_date_new {
    padding-right: 0 !important;
  }
  .next_desti h2 {
    margin-bottom: 20px !important;
    font-size: 6vw;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .inner_form h3 {
    font-size: 6vw;
  }
  .contact_form {
    margin-top: 25px;
  }
  .carousel-caption {
    padding-bottom: 0;
    bottom: 0;
    position: relative;
    left: 0;
    padding-top: 0;
  }
  .scroll_dottom {
    display: none;
  }
  .next_desti {
    padding: 10px 0;
  }
  .double_date.disable .disabled_span {
    left: 3px;
    width: 97%;
  }
  .app_section {
    text-align: center;
    margin-top: 50px;
  }
  .app_section ul {
    justify-content: center;
  }
  .app_section ul li {
    margin-right: 15px;
    margin-left: 0;
  }
  footer {
    margin-top: 50px;
  }
  .typeahead {
    z-index: 9999;
  }
  .ui-datepicker.ui-datepicker-multi {
    width: 80% !important;
  }
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
  }
  .travller .collapsing, .travller .collapse {
    top: 103px;
  }
  .top_search .btn {
    margin: 0;
  }
  .departure_section_new:before, .arrival_section_new:before {
    display: none;
  }
  .departure_section_new:after {
    top: 9px;
    right: 0px;
    font-size: 10px;
  }
  .arrival_section_new:after {
    top: 9px;
    left: -1px;
    font-size: 10px;
  }
  .bottom_sec {
    flex-direction: column;
  }
  .bottom_sec ul {
    margin-bottom: 8px;
    justify-content: flex-start;
  }
  .bottom_sec ul li {
    font-size: 11px;
    padding: 0 10px;
  }
  .bottom_sec ul li a {
    font-size: 11px;
  }
  .bottom_sec ul li:first-child {
    padding-left: 0;
  }
  .legend p span {
    font-size: 3vw;
    font-weight: bold;
  }
  .legend p {
    font-size: 2.5vw;
  }
  .airline h5 {
    font-size: 3vw;
  }
  .selection small {
    width: 86%;
  }
  .double_date .form-control {
    font-size: 15px;
  }
  .return_date_new .form-control {
    font-size: 15px;
  }
  .return_date_new {
    padding-left: 0;
  }
  footer .links li a {
    font-size: 3vw;
  }
  fares_flight {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom_sec .btn {
    padding: 4px 16px;
    color: #fff;
    margin: 0;
    font-size: 13px;
  }
  .fares_flight {
    justify-content: space-between;
  }
  .top_search {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  .top_search p {
    padding: 5px;
    display: none;
  }
  .top_search h4 {
    font-size: 20px;
  }
  .top_search h4 a {
    color: #014073;
  }
  .top_search .first-sec {
    border: 0 !important;
    margin-bottom: 0;
  }
  .top_search .contact_now {
    background: #636363;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
  }
  .top_search .contact_now:hover {
    background: #014073;
  }
  .tour_img {
    position: relative;
  }
  .tour_img img {
    height: 240px;
    object-fit: cover;
  }
  .tour_img .swiper-pagination {
    opacity: 1;
    bottom: 0;
  }
  .tour_img .swiper-pagination .swiper-pagination-bullet-active {
    background: #014073;
  }
  .tour_img .swiper-button-prev, .tour_img .swiper-button-next, .tour_img .button-next, .tour_img .button-prev {
    width: 15px;
    height: 25px;
    filter: brightness(2) sepia(5) hue-rotate(1) saturate(1);
    background-color: #f8931d;
    padding: 14px;
    border-radius: 0;
    background-size: 10px;
  }
  .transportation {
    position: relative;
    text-align: center;
  }
  .transportation i {
    color: #014073;
    margin-top: 9px;
  }
  .transportation:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 25px;
    top: 18px;
    background: #000;
  }
  .transportation:after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    width: 25px;
    top: 18px;
    background: #000;
  }
  .trip_desc h4 {
    font-size: 24px;
    color: #383535;
  }
  .date_duration {
    text-align: center;
  }
  .date_duration h5 {
    font-weight: normal;
    font-size: 16px;
  }
  .date_duration h5 i {
    font-size: 16px;
    color: #014073;
    margin-right: 5px;
    margin-left: 5px;
  }
  .facilities {
    background: #f7f7f7;
    border: 1px solid #fff;
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .facilities p {
    font-size: 14px;
  }
  .facilities p i {
    margin-right: 8px;
    color: #014073;
  }
  .first-sec .col-md-8 {
    display: none;
  }
  .first-sec .col-md-2.text-right {
    text-align: left !important;
  }
  #bestFareDiv, #bestTimeDiv {
    display: none;
  }
  .inner_banner {
    padding-bottom: 0 !important;
  }
  .sorting {
    z-index: 999;
  }
  .filter_icon a {
    margin-top: -48px;
    position: relative;
    z-index: 999;
  }
  .modal-header .close {
    right: 15px;
    color: #000;
    opacity: 1;
  }
  .double_date {
    padding-right: 0 !important;
  }
  .travller .selection {
    padding-right: 0;
  }
  .action_div {
    padding-top: 0 !important;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .flight_list .link {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .layover2 {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .source_name h4 {
    font-size: 3.5vw;
  }
  .title_red {
    font-size: 6vw;
    text-transform: capitalize;
  }
  .user_info h4 {
    font-size: 5vw;
  }
  .left_area .row.mb-3 {
    margin-bottom: 0 !important;
  }
  .select2-container {
    margin-bottom: 15px !important;
  }
  .fares_accept .btn {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 47px;
  }
  .right_info {
    display: none;
  }
  .action_button_control .btn {
    font-size: 3vw;
    margin-bottom: 5px;
  }
  .action_button_control {
    text-align: center;
    margin-top: 15px;
    border: 0;
  }
  .ticket-info .legend p {
    font-size: 3.5vw !important;
    color: #2d2b2b;
    margin-bottom: 15px;
    text-align: left;
  }
  .ticket-info .legend {
    padding: 12px 0px;
  }
  .ticket-info .legend p .dpt_plane, .ticket-info .legend p .arvl_plane {
    display: block;
    margin-bottom: 5px;
  }
  .info_area {
    margin-top: 15px;
  }
  .info_area [class*=col-] {
    margin-bottom: 15px;
  }
  .bg_gray .table.border-0.mb-0 td {
    width: 100%;
    display: block;
  }
  .bg_gray .table.border-0.mb-0 td .table {
    margin-bottom: 0;
  }
  .bg_gray .table.border-0.mb-0 td .table td:nth-child(2) {
    display: none;
  }
  .select2-container--default .select2-selection--single, .select2-container--open .select2-dropdown--below {
    left: 0;
    width: 100%;
  }
  .user_in .main_user img {
    width: 20px;
    height: 20px;
  }
  .user_in {
    margin-right: 0;
  }
  .cancel_div img {
    width: 100%;
  }
  .user_in .main_user {
    text-transform: capitalize;
  }
  .flight_num {
    display: block;
    color: #014073;
    margin-bottom: 6px;
  }
  .select2-container span {
    width: 100%;
    display: block;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px !important;
  }
}
@media screen and (max-width: 380px) {
  .search .btn {
    font-size: 15px;
  }
  .icon {
    width: 50px;
  }
  .icon p {
    font-size: 12px;
  }
  .selection .form-control {
    width: 100%;
  }
  .three_in_row .form-control {
    width: 50px;
  }
  .flight_list {
    padding: 10px;
  }
  .stop ul li span {
    width: 38px;
  }
  .bottom_sec {
    margin: 0 -10px -10px;
  }
  .bottom_sec ul li a {
    font-size: 2.5vw;
  }
}

/*# sourceMappingURL=style.css.map */
