/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Poppins";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup, option {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

.filterpopup {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
  top: 0;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.filterpopup.passangerfilter {
  max-width: 900px;
}
.filterpopup.countryfilter {
  max-width: 900px;
}
.filterpopup.countryfilter .inputbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.filterpopup.countryfilter .description {
  width: 50%;
}
.filterpopup.countryfilter .description input {
  width: 50%;
}
.filterpopup .heading {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.filterpopup .inputbox {
  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;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 8px;
}
.filterpopup .inputbox.date {
  background: url(../images/common/date.svg) no-repeat 34%;
}
.filterpopup .inputbox.date input {
  padding-left: 35px;
}
.filterpopup label {
  width: 30%;
  color: #333;
  display: block;
  font-weight: 500;
  font-size: 13px;
}
.filterpopup input {
  cursor: auto !important;
}
.filterpopup input[type=checkbox] {
  cursor: pointer !important;
  border: 0 !important;
}
.filterpopup input, .filterpopup select {
  width: 70%;
  border: 1px solid #333;
  color: #333;
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  text-transform: uppercase;
}
.filterpopup input:hover, .filterpopup select:hover {
  border: 1px solid #367fa9;
  color: #367fa9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.filterpopup .filterbtn {
  background: #8bbf61;
  color: #fff;
  padding: 8px 15px;
  display: block;
  width: auto;
  margin: 0 auto;
  margin-right: 0;
  border-radius: 5px;
  border: 1px solid transparent;
}
.filterpopup .filterbtn:hover {
  border: 1px solid #8bbf61;
  background: #fff;
  color: #8bbf61;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.mfp-container {
  -webkit-transition: all 0.3s 0.12s !important;
  transition: all 0.3s 0.12s !important;
}

.mfp-bg {
  -webkit-transition: opacity 0.3s ease-out !important;
  transition: opacity 0.3s ease-out !important;
  background: rgba(0, 0, 0, 0.77);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}

body {
  background: #eaeaea;
}

.menu-panel {
  background: #210a00;
  width: 17%;
}

.brand-logo {
  text-align: center;
  padding: 10px 0 0;
}
.brand-logo a {
  display: inline-block;
}
.brand-logo img {
  width: 100%;
  max-width: 80%;
}

.menu_list > li {
  border-bottom: 1px solid #444;
}
.menu_list > li > a {
  color: #999;
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu_list > li > a span {
  font-size: 14px;
  font-weight: 500;
}
.menu_list > li > a:hover {
  background: #c0943d;
  color: #fff;
}
.menu_list > li > a:hover::after {
  color: #fff;
}
.menu_list > li > a:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu_list > li i {
  font-size: 14px;
  width: 25px;
}

.menu-sidebar {
  position: fixed;
  width: 17%;
  background: #333;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-color: #367fa9 #e0e0e0;
  scrollbar-width: thin;
}

.submenu_items {
  background: #f9f9f9;
  display: none;
}
.submenu_items > li {
  border-bottom: 1px solid #efefef;
}
.submenu_items > li > a {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 15px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.submenu_items > li > a span {
  font-size: 14px;
  font-weight: normal;
  color: #313131;
}
.submenu_items > li > a:hover {
  background: #fff;
  color: #000;
}
.submenu_items > li i {
  font-size: 14px;
  width: 25px;
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #c0943d;
  border: 0px solid #555555;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .menu-sidebar {
    left: -100%;
    width: 75%;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
  }
  .menu-sidebar.active {
    left: 0;
  }
}
#ui-datepicker-div {
  z-index: 99 !important;
  width: auto;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  padding: 10px;
  border-radius: 5px;
  display: none;
  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-widget-header {
  color: #000;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
}
#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: #42c1d9;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  border: 0px;
  background: #42c1d9;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  top: 0;
}
#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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  top: 0;
}
#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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
#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 #f34213;
  border-radius: 11px;
}
#ui-datepicker-div .ui-widget-content .ui-state-hover {
  border: 0px;
  background: #42c1d9;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-focus {
  border: 0px;
  background: #42c1d9;
  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: #42c1d9;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-button:focus {
  border: 0px;
  background: #42c1d9;
  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: #f34213;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-state-hover {
  border: 0px;
  background: #42c1d9;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-state-focus {
  border: 0px;
  background: #42c1d9;
  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;
}
#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%;
  }
}
body {
  background: #eaeaea;
}

.right-panel {
  width: 81%;
  margin-left: auto;
  padding: 70px 25px 25px;
  padding-left: 0;
}

.top-bar {
  background: #ffffff;
  padding: 12px 15px;
  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;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 83%;
  margin-left: auto;
}
.top-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar i {
  font-size: 14px;
  padding: 0 4px;
  vertical-align: middle;
}

.subscription {
  display: inline-block;
  font-size: 14px;
  color: #367fa9;
  margin-right: 10px;
  text-transform: capitalize;
}
.subscription b {
  display: inline-block;
  border: 1px solid #00a65a;
  border-radius: 2px;
  color: #00a65a;
  padding: 0px 15px;
}

.user_account {
  position: relative;
}
.user_account span {
  color: #367fa9;
  font-size: 14px;
  cursor: pointer;
}

.dropdown_account {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  padding-top: 10px;
  display: none;
}
.dropdown_account li {
  border-bottom: 1px solid #ddd;
}
.dropdown_account li:last-child {
  border-bottom: 0;
}
.dropdown_account a {
  color: #333;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}

@media (max-width: 767px) {
  .top-bar {
    width: 100%;
  }
  .top-bar > div {
    display: none;
  }
  .top-bar .menu_icon {
    display: block;
  }
  .right-panel {
    width: 100%;
    padding: 46px 15px 25px;
    margin-top: 15px;
  }
}
.content-welcome {
  color: #333;
}
.content-welcome .heading {
  text-align: center;
  font-size: 30px;
}
.content-welcome .intitle {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

.upload-fichiers {
  max-width: 90%;
  margin: 0 auto;
}

.upload_items {
  background: #ffffff;
  padding: 15px;
  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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.upload_items figure {
  width: 13%;
  text-align: center;
}
.upload_items i {
  color: #333;
  font-size: 56px;
  color: #A3A3A3;
}
.upload_items .right-content {
  width: 86%;
  padding-right: 10px;
}
.upload_items .title {
  font-size: 16px;
}
.upload_items p {
  font-size: 13px;
}
.upload_items a {
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 7px 12px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  background: #367fa9;
}

@media (max-width: 767px) {
  .content-welcome .heading {
    font-size: 25px;
  }
  .content-welcome .intitle {
    font-size: 15px;
  }
}
.logouploading {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
}
.logouploading .toptitle {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.favicon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 34%;
  margin-top: 20px;
  color: #333;
}
.favicon-box:nth-child(3n) {
  width: 23%;
}
.favicon-box figure {
  width: 140px;
  max-height: 125px;
  min-height: 125px;
  position: relative;
  background-color: #f7f9fa;
  padding: 10px;
  border-radius: 2px;
  border: solid 1px #d3dee7;
}
.favicon-box figure.lastchild {
  min-height: 45px;
  max-height: 45px;
  width: 54px;
  border: dashed 1px #d2d2d2;
}
.favicon-box .right-content {
  width: 60%;
  padding-left: 10px;
}
.favicon-box .right-content.full {
  width: 79%;
}
.favicon-box p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
}
.favicon-box label {
  display: block;
  margin-bottom: 8px;
}
.favicon-box .input-box {
  width: 100%;
}
.favicon-box .input-box select {
  padding: 10px;
  border: 1px solid #d3dee7;
  width: 100%;
}
.favicon-box small {
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.myfile input {
  font-size: 11px;
}

.button-center {
  text-align: center;
  margin-top: 20px;
}

.btnsave {
  display: inline-block;
  background: #00a65a;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 11px;
  border-radius: 4px;
}
.btnsave i {
  vertical-align: middle;
  margin-right: 1px;
  font-size: 18px;
}

.accordion-container {
  position: relative;
}
.accordion-container .p {
  font-size: 13px;
  color: #333;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
}

.set > a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set > a i {
  float: right;
  margin-top: 6px;
  font-size: 20px;
}

.content {
  background-color: #fff;
  display: none;
  padding-top: 10px;
}

.social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
}
.social-info.fullet li {
  width: 32%;
}
.social-info.soc-connection li {
  width: 49%;
}
.social-info span {
  display: block;
  padding: 10px 0;
}
.social-info p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}
.social-info li {
  width: 30%;
  margin-top: 15px;
}
.social-info .inner-heading {
  font-size: 20px;
  font-weight: 600;
}
.social-info i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 2px;
}
.social-info .input-box {
  margin-top: 10px;
}
.social-info label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.social-info input {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 7px 10px;
}
.social-info strong {
  display: block;
  margin: 15px 0 5px;
}
.social-info figure {
  margin-top: 10px;
}

.formbutton {
  text-align: right;
  margin-top: 15px;
}
.formbutton.left {
  text-align: left;
}
.formbutton.center {
  text-align: center;
}
.formbutton button {
  font-size: 13px;
  padding: 7px 10px;
}
.formbutton i {
  font-size: 14px;
}

.header-script {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
}
.header-script .form-group {
  width: 48%;
}
.header-script label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.header-script textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  height: 350px;
}
.header-script textarea:hover {
  border-color: #00a65a;
}

.payment-options {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #ddd;
}
.payment-options.amadeusoption figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-options.amadeusoption figcaption {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #005eb8;
  text-transform: uppercase;
  text-align: center;
  margin-left: 10px;
  line-height: 18px;
}

.paymentcheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-checkbox {
  width: 5%;
}

.payment-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.payment-logo figure {
  width: 20%;
}
.payment-logo .right-content {
  width: 80%;
}
.payment-logo .title {
  font-size: 20px;
  font-weight: 500;
}
.payment-logo figcaption {
  font-size: 12px;
}

.payment-inputbox {
  padding-top: 20px;
  color: #333;
  border: 1px solid #ddd;
  padding: 10px;
  display: none;
}
.payment-inputbox .inner-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
}
.payment-inputbox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment-inputbox .form-group.fullsize {
  margin-top: 20px;
}
.payment-inputbox .form-group.fullsize .input-box {
  width: 100%;
}
.payment-inputbox .form-group input:focus, .payment-inputbox .form-group label:focus {
  border: 1px solid #008d4c;
  color: #008d4c;
}
.payment-inputbox .input-box {
  width: 24%;
  margin-bottom: 15px;
  margin-left: 12px;
}
.payment-inputbox .input-box:nth-child(1), .payment-inputbox .input-box:nth-child(5), .payment-inputbox .input-box:nth-child(9) {
  margin-left: 0;
}
.payment-inputbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.payment-inputbox input, .payment-inputbox select, .payment-inputbox textarea {
  width: 100%;
  padding: 7px 12px;
  border: 1px solid #ddd;
}
.payment-inputbox select {
  padding: 6px 12px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}
.payment-inputbox input:checked + label::after {
  margin-top: 3px;
}
.payment-inputbox .active {
  background-color: #00a65a;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-right: 0;
  display: block;
}
.payment-inputbox .active:hover {
  border: 1px solid #008d4c;
  background-color: #fff;
  color: #008d4c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pay-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.pay-option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.pay-option figure {
  margin-left: 4px;
}

.textlist {
  list-style: disc;
  padding-left: 30px;
  color: #333;
}
.textlist li {
  line-height: 25px;
}
.textlist b {
  font-weight: 500;
}

.inputcheckbox {
  margin-right: 10px;
}

.common-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.common-checkbox label {
  position: relative;
  cursor: pointer;
}

.common-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #A3A3A3;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.common-checkbox label:before:hover {
  border-color: #00a65a;
}

.innercheckbox label:before {
  padding: 9px;
}

.common-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 5px;
  height: 12px;
  border: solid #00a65a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.innercheckbox input:checked + label:after {
  top: 4px;
  left: 8px;
  height: 10px;
}

@media (max-width: 767px) {
  .payment-logo .right-content {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .payment-logo .title {
    font-size: 16px;
  }
  .payment-inputbox .inner-title {
    font-size: 15px;
    text-align: center;
  }
  .payment-inputbox .input-box {
    width: 100%;
  }
}
.domaindiv {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
}
.domaindiv .heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.domaindiv .inputbox {
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.domaindiv input, .domaindiv select {
  padding: 10px 15px;
}
.domaindiv input {
  width: 75%;
  border-right: 1px solid #ddd;
}
.domaindiv select {
  text-align: center;
  -webkit-appearance: Auto;
     -moz-appearance: Auto;
          appearance: Auto;
}
.domaindiv .sbmitbtn {
  background: #00a65a;
  display: block;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-right: 175px;
}
.domaindiv .sbmitbtn:hover {
  background-color: white;
  border: 1px solid #00a65a;
  color: #00a65a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.subscription-top-status {
  background-color: #00a65a;
  color: #fff;
  padding: 2px 20px;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 12px;
  border-radius: 2px;
}

.subscription-plan .heading {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.subscription-plan .row-container {
  background-color: #fff;
  padding: 15px;
}
.subscription-plan .common-deatail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.subscription-plan .common-deatail.detail-space .text-box {
  margin-bottom: 10px;
}
.subscription-plan .left-text {
  width: 25%;
  font-size: 18px;
}
.subscription-plan .right-text {
  width: 75%;
  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;
}
.subscription-plan .text-box {
  width: 24%;
}
.subscription-plan .text-box.width50 {
  width: 49%;
}
.subscription-plan .plan-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.subscription-plan .width-col {
  width: 30%;
  border: 1px dashed #367fa9;
  padding: 10px 15px;
}
.subscription-plan .width-col.expire-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscription-plan .title {
  font-size: 20px;
  color: #367fa9;
  font-weight: normal;
}
.subscription-plan label, .subscription-plan a {
  display: block;
  color: #333;
  font-size: 14px;
}
.subscription-plan label {
  margin-bottom: 8px;
}
.subscription-plan span {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.subscription-plan select, .subscription-plan input {
  width: 100%;
  border: 1px solid #A3A3A3;
  padding: 6px 15px;
  border-radius: 3px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.subscription-plan select:focus, .subscription-plan input:focus {
  border: 1px solid #00a65a;
  color: #00a65a;
}
.subscription-plan .renew-btn {
  color: #fff;
  background: #00a65a;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.subscription-plan .renew-btn:hover {
  background: #fff;
  border: 1px solid #00a65a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #00a65a;
}
.subscription-plan .greentext span {
  color: #00a65a;
}
.subscription-plan .activecolor {
  background-color: #00a65a;
  padding: 3px 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  border-radius: 2px;
  font-size: 13px;
}
.subscription-plan .common-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscription-plan .common-btns .cancel {
  background: #fff;
  border: 1px solid #A3A3A3;
  color: #A3A3A3;
}
.subscription-plan .common-btns .save {
  background: #00a65a;
  color: #ffffff;
}
.subscription-plan .subs-btn {
  background-color: red;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 3px;
}

.adminbreadcrumb {
  margin: 25px 0 25px 15px;
}
.adminbreadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adminbreadcrumb a {
  padding-right: 25px;
  display: block;
  color: #367fa9;
  position: relative;
  font-size: 14px;
}
.adminbreadcrumb a::after {
  content: "/";
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  color: #000;
}

.dashboard {
  margin: 20px 0 20px 0;
}
.dashboard .dashboard-home-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 31%;
  background-color: #fff;
  margin-left: 15px;
  margin-bottom: 20px;
}
.dashboard .icon-bg {
  background-color: #367fa9;
  padding: 23px 27px;
  width: 25%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dashboard .icon-bg.black {
  background-color: #333;
}
.dashboard .icon-bg.green {
  background-color: #00a65a;
}
.dashboard .icon-bg.gold {
  background-color: #c0943d;
}
.dashboard .icon-bg.root {
  background-color: #210a00;
}
.dashboard .icon-bg.cancel {
  background-color: #b50000;
}
.dashboard .icon-bg.dark {
  background-color: #311f17;
}
.dashboard .right {
  padding: 0 10px;
}
.dashboard .big-icon {
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.dashboard .fa-arrow-up {
  margin-right: 5px;
}
.dashboard span {
  display: block;
}
.dashboard strong {
  font-size: 25px;
  font-weight: 500;
}
.dashboard .fa-money-bill, .dashboard .fa-ticket {
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
}

.allbookingdetail {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.11);
          box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.11);
  margin: 15px 15px 30px 15px;
}
.allbookingdetail .top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.allbookingdetail .top-head a {
  display: block;
  color: #367fa9;
  font-size: 15px;
}
.allbookingdetail .heading {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.allbookingdetail a {
  display: block;
  color: #333;
  font-size: 14px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: darkblue;
}
.allbookingdetail table {
  width: 100%;
}
.allbookingdetail table span {
  font-weight: 500;
}
.allbookingdetail th, .allbookingdetail td {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.allbookingdetail th, .allbookingdetail td {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.allbookingdetail td {
  font-weight: normal;
  text-transform: capitalize;
  padding: 10px 0;
}
.allbookingdetail tr {
  white-space: nowrap;
}
.allbookingdetail .green {
  color: #00a65a;
}
.allbookingdetail .red {
  color: #b50000;
}

@media (max-width: 767px) {
  .dashboard .info-box {
    margin: 0 0 15px;
    width: 100%;
  }
  .dashboard .right {
    padding-left: 20px;
  }
  .allbookingdetail {
    margin: 0;
  }
  .allbookingdetail .heading {
    font-size: 18px;
  }
  .allbookingdetail .tabel_re {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .allbookingdetail td {
    border-right: 1px solid #ddd;
    font-size: 13px;
    padding: 6px 10px;
    vertical-align: middle;
    width: auto;
  }
}
.common-boxes .admincontainer {
  padding: 10px 15px;
  background-color: #fff;
}
.common-boxes .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.common-boxes .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-boxes .tabs i {
  margin-right: 5px;
}
.common-boxes .tabs a {
  display: block;
  cursor: pointer;
  padding: 10px 18px;
  margin-right: 15px;
  border-radius: 1px;
  color: #00a65a;
}
.common-boxes .tabs a:hover {
  background-color: #c3f9e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-boxes .tabs .active {
  background: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-boxes .inputflexcontainer {
  display: none;
}
.common-boxes .text-container {
  background-color: #fff;
  padding: 15px;
  margin: 0 auto;
}
.common-boxes .inputbox {
  margin-bottom: 10px;
}
.common-boxes .fullbox {
  width: 100%;
}
.common-boxes .imgbox {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.common-boxes .imgbox p {
  margin-bottom: 5px;
}
.common-boxes .custom-file-upload {
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #367fa9;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
}
.common-boxes .custom-file-upload:hover {
  background-color: #fff;
  color: #367fa9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #367fa9;
}
.common-boxes input[type=file] {
  display: none;
}
.common-boxes .radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.common-boxes .radiobox p {
  margin-left: 15px;
}
.common-boxes .radiobox p:first-child {
  margin-left: 0;
}
.common-boxes .radiobox input {
  width: auto;
}
.common-boxes .radiobox label {
  cursor: pointer;
  display: inline-block;
}
.common-boxes small {
  font-size: 12px;
  color: #5b5b5b;
}
.common-boxes .heading {
  font-size: 16px;
  margin-bottom: 5px;
}
.common-boxes input, .common-boxes textarea, .common-boxes select {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.common-boxes input:focus, .common-boxes textarea:focus, .common-boxes select:focus {
  border: 1px solid #00a65a;
}
.common-boxes .commonheading {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}
.common-boxes .submitbtn {
  background-color: #00a65a;
  color: #fff;
  display: block;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-right: 0;
  cursor: pointer;
}
.common-boxes .submitbtn:hover {
  background-color: #fff;
  color: #00a65a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #00a65a;
}

.filterbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: #fff;
  margin: 10px 0;
  padding: 10px;
}
.filterbox .inputbox {
  width: 24%;
  margin-left: 10px;
}
.filterbox .heading {
  font-size: 16px;
  margin-bottom: 5px;
}
.filterbox input, .filterbox textarea, .filterbox select {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.filterbox input:focus, .filterbox textarea:focus, .filterbox select:focus {
  border: 1px solid #00a65a;
}
.filterbox .submitbtn {
  background-color: #00a65a;
  color: #fff;
  display: block;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 10px;
  cursor: pointer;
}

.url {
  padding: 10px;
  text-align: right;
}
.url a {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 12px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  background: #367fa9;
  cursor: pointer;
}

.additonalfield {
  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;
  margin-bottom: 10px;
}
.additonalfield .requiredfield {
  width: 70%;
}
.additonalfield span {
  display: inline-block;
  font-size: 25px;
  text-align: right;
  cursor: pointer;
}

#btnpdf, #btnexcel {
  background: #ffaf47;
  padding: 8px 26px;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  border: 0;
  font-family: inherit;
  margin: 9px 0px;
}

@media (max-width: 767px) {
  .common-boxes .inputbox {
    width: 100%;
  }
  .filterbox .inputbox {
    width: 100%;
    margin-bottom: 12px;
  }
}
.viewpages {
  background-color: #fff;
  padding: 10px;
}
.viewpages table {
  width: 100%;
}
.viewpages .imgs {
  position: relative;
}
.viewpages .imgs::after {
  content: " ";
  height: 80px;
  width: 200px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.viewpages .textgreen {
  color: #00a65a;
}
.viewpages .textred {
  color: red;
}
.viewpages .fa-trash {
  color: red;
  margin-right: 5px;
}
.viewpages .fa-pen-to-square {
  margin-left: 5px;
}
.viewpages .fas {
  font-size: 18px;
}
.viewpages a {
  display: inline-block;
}
.viewpages th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.viewpages td {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .viewpages {
    overflow: auto;
    white-space: nowrap;
  }
  .viewpages th {
    border-right: 1px solid #ddd;
    text-align: left;
    padding: 8px 10px;
  }
  .viewpages td {
    border-right: 1px solid #ddd;
    text-align: left;
    padding: 8px 10px;
    font-size: 13px;
  }
  .viewpages .imgs::after {
    background: none;
  }
}
.admin-logoin {
  background-image: url(../images/home/login-register.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed;
}
.admin-logoin .adminbox {
  max-width: 450px;
  margin: 0 auto;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
}
.admin-logoin .heading {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.admin-logoin .inputbox {
  margin-bottom: 15px;
}
.admin-logoin input {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.admin-logoin input[type=radio], .admin-logoin input[type=checkbox] {
  width: auto;
  cursor: pointer;
}
.admin-logoin .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.admin-logoin label {
  cursor: pointer;
  font-size: 15px;
}
.admin-logoin a {
  display: block;
  color: #367fa9;
}
.admin-logoin .login {
  background-color: #367fa9;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: 100%;
}

.viewpages .head {
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.template_list {
  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;
}
.template_list .template_single {
  width: 32.33%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
}
.template_list .template_single figure {
  text-align: center;
}
.template_list .template_single figure img {
  height: 450px;
}
.template_list .template_single span.title {
  text-align: center;
  display: block;
}
.template_list .template_single .btnsdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template_list .template_single .btnsdiv a {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.template_list .template_single .btnsdiv a.edit {
  background-color: green;
  color: #fff;
}
.template_list .template_single .btnsdiv a.deactivate {
  background-color: red;
  color: #fff;
}

.customcheckbox input[type=checkbox] {
  position: relative;
  width: 82px;
  height: 30px;
  -webkit-appearance: none;
  background: #ddd;
  outline: none;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.customcheckbox input[type=checkbox]::before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 1px;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgb(0, 0, 0);
}
.customcheckbox input[type=checkbox]::after {
  content: "Off";
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: -17px;
  right: 0;
  top: 3px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customcheckbox input:checked {
  background: #45a31f;
}
.customcheckbox input:checked::after {
  content: "On";
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  right: -17px;
  top: 3px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customcheckbox input:checked[type=checkbox]::before {
  right: 55px;
}

.toptext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.toptext .title {
  font-size: 20px;
  color: #525252;
}
.toptext b {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.toptext span {
  display: inline-block;
  color: #ffffff;
  background: #5cb85c;
  font-size: 15px;
  padding: 2px 4px;
  border-radius: 4px;
}
.toptext span.color {
  background: #ab7a4b;
}

.back_list {
  display: inline-block;
  background: #ffffff;
  color: #525252;
  font-size: 15px;
  padding: 5px 4px;
}
.back_list i {
  font-size: 16px;
  font-weight: 800;
  vertical-align: middle;
  margin-right: 2px;
}

.general-info {
  background: #fff;
  border: 1px solid #bcbcbc;
  margin-bottom: 30px;
}

.top-grid {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
}
.top-grid .title {
  font-size: 18px;
  font-weight: 400;
}
.top-grid select {
  padding: 7px 10px;
  border: 1px solid #bcbcbc;
  width: 300px;
  border-radius: 3px;
}

.innerContent {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innerContent .items {
  width: 30%;
}
.innerContent .items.inwidth {
  width: 33%;
}
.innerContent .input, .innerContent .form-group {
  margin-bottom: 15px;
}
.innerContent label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.innerContent .controls {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
}
.innerContent .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innerContent select {
  padding: 7px 10px;
  font-size: 13px;
  border: 1px solid #bcbcbc;
  width: 35%;
  border-radius: 4px;
}

.update-btn {
  width: 62%;
  font-size: 13px;
  background: #428bca;
  padding: 7px 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
}
.update-btn.nextbtn {
  width: auto;
  padding: 7px 15px;
}
.update-btn.inbtn {
  width: 94%;
  text-align: left;
  padding-left: 15px;
}

.add-flights {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.add-flights button, .add-flights a {
  padding: 8px 16px;
  margin: 25px 0 0px;
  color: #3695d5;
  border: 1px solid #3695d5;
  border-radius: 4px;
  font-size: 16px;
  width: 18%;
}
.add-flights button:hover, .add-flights a:hover {
  background: #3695d5;
  color: #fff;
}
.add-flights button.cancel, .add-flights a.cancel {
  color: #cc3a3a;
  border-color: #cc3a3a;
  padding: 8px 40px;
}
.add-flights button.cancel:hover, .add-flights a.cancel:hover {
  background: #cc3a3a;
  color: #fff;
}
.add-flights button.in, .add-flights a.in {
  width: 32%;
}
.add-flights button.space, .add-flights a.space {
  padding: 8px 40px;
}
.add-flights button.cost, .add-flights a.cost {
  color: #424242;
  border-color: #424242;
  padding: 8px 40px;
}
.add-flights button.cost:hover, .add-flights a.cost:hover {
  background: #424242;
  color: #fff;
}
.add-flights button i, .add-flights a i {
  font-size: 16px;
}

.table_info {
  padding: 15px;
}
.table_info .intext {
  background: #424242;
  color: #fff;
  font-size: 15px;
  padding: 7px 10px;
}

.table-overflow {
  overflow: auto;
  white-space: nowrap;
  margin-top: 10px;
}
.table-overflow.nowborder td {
  border-bottom: 1px solid #bcbcbc;
}
.table-overflow.nowborder td:nth-child(1) {
  border: 0;
}
.table-overflow table {
  width: 100%;
}
.table-overflow .bg-primary {
  background: #3695d5;
}
.table-overflow .bg-primary th {
  color: #fff;
}
.table-overflow .bg-primary .bg {
  background: #fff;
  color: #000;
  padding: 0 20px 0 10px;
}
.table-overflow .border td {
  padding-bottom: 25px;
}
.table-overflow td, .table-overflow th {
  font-weight: 400;
  padding: 9px;
}

.table-Passengers.invertical td {
  vertical-align: baseline;
  border: 0;
  border-bottom: 1px solid #bcbcbc;
}
.table-Passengers.invertical th {
  border: 0;
}
.table-Passengers h2 {
  font-size: 17px;
  margin-bottom: 15px;
}
.table-Passengers h2 b {
  font-size: 17px;
  font-weight: 600;
}
.table-Passengers table {
  width: 100%;
}
.table-Passengers .bgcolor {
  background: #424242;
  color: #fff;
}
.table-Passengers .bgcolor:hover {
  background: #424242;
}
.table-Passengers tr:hover {
  background: #F5F5F5;
}
.table-Passengers tr.bordernone td, .table-Passengers tr.bordernone th {
  border-left: 0;
  border-right: 0;
}
.table-Passengers tr.bordernone .inwidth {
  width: 55px;
}
.table-Passengers th, .table-Passengers td {
  padding: 9px 15px;
  border: 1px solid #bcbcbc;
  text-align: left;
  vertical-align: middle;
}
.table-Passengers td {
  font-size: 14px;
}
.table-Passengers td.incolor {
  color: #ffa500;
}
.table-Passengers td.inbg {
  color: #fff;
  background: #8bbf61;
}
.table-Passengers .text {
  text-align: right;
}
.table-Passengers .center {
  text-align: center;
}
.table-Passengers button, .table-Passengers a {
  background: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #bcbcbc;
  display: inline-block;
}
.table-Passengers a {
  color: #2a6496;
}
.table-Passengers a:hover {
  color: #333;
}
.table-Passengers i {
  color: #797979;
}
.table-Passengers span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.table-Passengers small {
  display: inline-block;
  margin-right: 5px;
}
.table-Passengers label {
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  padding: 2px 4px;
  background: #5cb85c;
  color: #fff;
}
.table-Passengers label i {
  color: #fff;
  vertical-align: middle;
  margin-right: 3px;
}
.table-Passengers .text-success {
  color: #8bbf61;
}
.table-Passengers .text-danger {
  color: #a94442;
}
.table-Passengers .priceNok {
  color: #cc3a3a;
}
.table-Passengers .Payment a {
  background: #cc3a3a;
  font-size: 13px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #cc3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-Passengers .Payment a:hover {
  background: none;
  color: #cc3a3a;
}
.table-Passengers .Payment a:hover i {
  color: #cc3a3a;
}
.table-Passengers .Payment a i {
  color: #fff;
}
.table-Passengers strong {
  font-size: 14px;
}
.table-Passengers img {
  max-height: 28px;
  max-width: 100%;
}

.message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.message-box li {
  width: 48%;
}
.message-box label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.message-box textarea {
  width: 100%;
  border: 1px solid #bcbcbc;
  padding: 15px;
  height: 150px;
  border-radius: 8px;
}

.save-button {
  display: inline-block;
  background: #8bbf61;
  border: 1px solid #8bbf61;
  border-radius: 3px;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}
.save-button:hover {
  color: #8bbf61;
  border-color: #bcbcbc;
  background: none;
}

.general-booking {
  background: #fff;
  border: 1px solid #bcbcbc;
  margin-bottom: 30px;
}
.general-booking .title {
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 400;
  border-bottom: 1px solid #bcbcbc;
}

.bookingtype {
  padding: 20px;
}

.alacarte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alacarte li {
  width: 31%;
}
.alacarte span {
  display: block;
  margin-bottom: 12px;
}
.alacarte span b {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 2px;
}
.alacarte .input-box {
  margin-bottom: 12px;
}
.alacarte label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.alacarte input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
}

.inputflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.inputflex span {
  width: 14%;
  padding: 5px 10px;
  margin: 0;
  border-right: 1px solid #bcbcbc;
}
.inputflex input {
  width: 86%;
  padding: 5px 10px;
  border: 0;
}

.edit-btn {
  display: inline-block;
  background: #3695d5;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
}

.tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #bcbcbc;
}

.tabs-nav li {
  display: inline-block;
  background: #FFF;
  color: #000;
  border-right: 1px solid #bcbcbc;
}

.tabs-nav a {
  display: block;
  padding: 8px 15px;
  color: #000;
}

/* Active tab */
.tabs-nav li.active {
  background: #3695d5;
  color: #fff;
}

.tabs-nav li.active a {
  color: inherit;
}

/* Tab content */
.tabs-content {
  padding: 20px 10px;
  background: #FFF;
  overflow: hidden;
}

.tabs-content IMG {
  margin-right: 10px;
}

/* Hide all but first content div */
.tabs-content .tab_content:not(:first-child) {
  display: none;
}

.viva_request {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
}
.viva_request .top_heading {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.input_flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
}
.input_flex_row .input_roots {
  width: 32%;
}
.input_flex_row .full_roots {
  width: 100%;
}
.input_flex_row label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.input_flex_row input, .input_flex_row select {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.input_flex_row select {
  background: url(../images/common/down.png) no-repeat 95%;
}

.input_files {
  width: 32%;
}
.input_files input {
  line-height: 40px;
}

.input_sn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input_sn_row .row_input {
  width: 18%;
}
.input_sn_row em {
  font-style: normal;
  width: 3%;
  display: inline-block;
  text-align: center;
  margin-top: 26px;
}
.input_sn_row label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.input_sn_row input, .input_sn_row select {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.inpnut_checkbox_row {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-bottom: 15px;
}
.inpnut_checkbox_row .inrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inpnut_checkbox_row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  gap: 5px;
  cursor: pointer;
}
.inpnut_checkbox_row input {
  width: 3%;
}

.save_button {
  text-align: right;
  width: 100%;
}
.save_button button {
  display: inline-block;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  background: #00a65a;
  color: #ffffff;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .input_flex_row .input_roots {
    width: 100%;
  }
  .input_files {
    width: 100%;
  }
  .input_sn_row .row_input {
    width: 100%;
  }
  .input_sn_row em {
    margin: 0;
  }
  .inpnut_checkbox_row {
    width: 100%;
  }
  .inpnut_checkbox_row label {
    width: 100%;
    gap: 12px;
  }
  .inpnut_checkbox_row input {
    width: 7%;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.htlConfirmationSecion {
  padding-top: 15px;
}
.htlConfirmationSecion .bookingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
}
.htlConfirmationSecion .divMid {
  text-align: center;
}
.htlConfirmationSecion .divRigth {
  text-align: right;
}
.htlConfirmationSecion p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.htlConfirmationSecion span {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding-left: 1px;
}
.htlConfirmationSecion .midbtn {
  background: green;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding: 2px 14px;
}
.htlConfirmationSecion .blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color: green;
}
.htlConfirmationSecion .paxdtlDetialsBox {
  background: #fff;
  padding: 10px;
}
.htlConfirmationSecion .paxdtlDetialsBox .Htlheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.htlConfirmationSecion .paxdtlDetialsBox span {
  font-size: 15px;
}
.htlConfirmationSecion .paxdtlDetialsBox b {
  padding: 0 3px;
  color: #ffffff;
  font-weight: 600;
}
.htlConfirmationSecion .paxdtlDetialsBox .fullrow span {
  font-size: 12px;
  font-weight: normal;
}
.htlConfirmationSecion .paxdtlDetialsBox .fullrow b {
  font-weight: 500;
  color: #000;
}
.htlConfirmationSecion table {
  width: 100%;
  margin-top: 14px;
  border: 1px solid #9d9d9d;
}
.htlConfirmationSecion small {
  display: block;
}
.htlConfirmationSecion .trbg {
  border-bottom: 1px solid #9d9d9d;
}
.htlConfirmationSecion .trbg td {
  background: #e1e1e1;
  border-right: 1px solid #9d9d9d;
  padding: 6px;
  text-align: center;
}
.htlConfirmationSecion .trbg td:last-child {
  border-right: 0;
}
.htlConfirmationSecion .trbg small {
  font-size: 12px;
}
.htlConfirmationSecion .redText {
  color: red;
}

.paxMainDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #fff;
  margin-top: 15px;
}
.paxMainDiv a {
  display: inline-block;
  color: #fff;
}
.paxMainDiv a:hover {
  text-decoration: underline;
}
.paxMainDiv .flexHeading {
  background: #333;
  padding: 6px;
  border-radius: 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.BookingleftPax {
  width: 73%;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.BookingleftPax .ToggelHeading {
  background: #ddd;
  color: #333;
}
.BookingleftPax .ToggelHeading a {
  color: #333;
}
.BookingleftPax .paxCommonSpace {
  margin-bottom: 15px;
}
.BookingleftPax .PaxDetailToggele {
  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;
}
.BookingleftPax .ToggelTitle {
  width: 100%;
  background: #eee;
  padding: 8px;
}
.BookingleftPax .divider {
  width: 45%;
  padding-top: 10px;
}
.BookingleftPax .divider1 {
  width: 40%;
  padding: 15px 20px 0 0;
}
.BookingleftPax .flexDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BookingleftPax .paxText {
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #eee;
}
.BookingleftPax article {
  color: #000;
  font-size: 13px;
  padding: 5px;
  text-align: justify;
}

.BookingrightPax {
  width: 25%;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.BookingrightPax .leftsummerybox {
  border: 1px solid #ddd;
}
.BookingrightPax .rmvSpace {
  margin-bottom: 0;
}
.BookingrightPax .flexDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}

.btnsmall {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 10px;
  text-align: center;
  border: none;
  background: #2c4787;
  color: #fcfdfd !important;
  text-decoration: none;
  border-radius: 3px;
}

.cancelbox {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.831372549);
  z-index: 16;
  display: none;
}
.cancelbox .centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.cancelbox .box {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  z-index: 17;
  padding: 10px;
  border-radius: 5px;
}
.cancelbox .heading {
  text-align: center;
  font-size: 20px;
  color: #000;
  padding: 10px 0;
}
.cancelbox textarea {
  border: 1px solid #d6d6d6;
  height: 100px;
  padding: 10px;
  border-radius: 5px;
}
.cancelbox .btndiv {
  margin-top: 15px;
}

.textRed {
  background: red !important;
}
.textRed .blink {
  color: red;
}

.advance-settings {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advance-settings .select2-container {
  width: 100% !important;
}
.advance-settings .setting-main {
  position: relative;
  width: 24%;
}
.advance-settings .setting-item {
  display: block;
  padding: 10px 15px;
  margin: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 1px rgba(53, 64, 82, 0.1);
          box-shadow: 0 0 10px 1px rgba(53, 64, 82, 0.1);
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.advance-settings .setting-item:hover {
  background-color: #f0f0f0;
}
.advance-settings .setting-item label {
  display: block;
  margin-bottom: 5px;
}

.date-filter {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  display: none;
}
.date-filter.active {
  display: block;
}
.date-filter.active select, .date-filter.active input {
  width: 100% !important;
}
.date-filter.active label {
  cursor: pointer;
}
.date-filter .departuredate, .date-filter .arrivaldate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.date-filter label {
  font-weight: bold;
}
.date-filter input {
  margin: 10px 0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 48%;
}
.date-filter .add-button {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.date-filter .add-button:hover {
  background-color: #218838;
}
.date-filter .departuretime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-group, .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form-group input, .form-row input {
  width: unset;
}

.form-group {
  padding: 10px 0px;
}

.button-6 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
          box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu_icon,
select {
  cursor: pointer;
}

.commonheading {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.flex_roots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.flex_roots label {
  display: block;
}
.flex_roots .inputbox {
  width: 48%;
}
.flex_roots .full-row {
  width: 100%;
}
.flex_roots .customcheckbox {
  width: 32%;
}