:root{
  --lightGray:#f5f4fb;
  --bordergray:#e5e0e0;
  --Lato:"Lato", sans-serif;
  --redressed: "Redressed", cursive;
  --brown:#0034c2;
  --white:#fff;
  --lightblack:#222;
  --lightbrown:#87bceac7;
  --flight:#005aff;
  --Hotal:#5615f9;
  --Cab:#004bfd;
  --Buses:#104599;
  --Visa:#0765eb;
  --MeetGreeet:#5096fa;
  --Airport:#314cc2;
  --darkblue: #032759;
  --Mice:#3b89c7;
}

.btn:focus{
  box-shadow: none;
}
.bg_white{
  background: var(--white) !important;
}

body {
  font-family: "Lato", sans-serif;
  background-color:var(--lightGray);
}
.Lato {
  font-family: "Lato", sans-serif;
}
.redressed {
  font-family: "Redressed", cursive;
}

.btn-design {
  font-size: 17px;
  padding: 8px 50px;
  color: var(--white);
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s ease-in-out;
  border-width: 1px;
  border-style: solid;
  background-color:var(--lightblack);
  border-color: var(--lightblack);
}
/* 

.btn-design:hover {
  background-color: transparent !important;
} */

/* header */
.navbar-nav>.nav-item>.nav-link {
  background-color: var(--MeetGreeet);
  color: var(--white);
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 20px;
  
}

.navbar-nav.traval_items>.nav-item>.nav-link {
height: 38px;
}
nav.navbar.navbar-expand-lg.navbar-light {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.navbar-nav>.nav-item {
  margin-left: 5px;
}

.navbar-nav>.nav-item>.nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--white);
}

.navbar-nav>.nav-item>.nav-link i {
  margin-right: 2px;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  display: block;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 0;
  overflow: hidden;
}

.navbar ul.navbar-nav li.dropdown.show .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu a{
  padding: 10px 15px;
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid var(--bordergray);
}
.navbar ul.navbar-nav li.dropdown.show .dropdown-menu a:hover {
  background-color: var(--lightbrown) !important;
  color:var(--white);
  border-bottom: 1px solid var(--lightbrown);
}
.navbar-nav>.nav-item.AdminPanel>.nav-link {
  background: var(--MeetGreeet);
  padding: 8px 10px;
  color:var(--white);
}
.dropdown .dropdown-toggle::after {
  content: '\f078';
  border: 0;
  font-family: 'Font Awesome 5 Free';
  margin: 0;
  font-weight: 600;
  font-size: 10px;
  position: relative;
  left: 5px;
  top: 2px;
  transition: 0.2s ease-in-out;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.navbar-nav>.nav-item.userName>.nav-link .personname_chart {
  width: 22px;
  height: 22px;
  display: inline-flex;
  background-color: var(--lightblack);
  border-radius: 50%;

  align-items: center;
  justify-content: center;
  margin-right: 8px;
  
}

.navbar-nav>.nav-item.userName>.nav-link .menuitem {
  margin-right: 13px;
  display: inline-block;
}


/* inner header */
.innerTabMenu li.nav-item a {
  background-color: transparent !important;
  color: var(--lightblack) !important;
  padding: 0 10px !important;
  font-size: 15px !important;
  text-align: center !important;
  border-radius: 0  !important;
}

.innerTabMenu li.nav-item a .tab-icon img:nth-child(1) {
  display: block;
}

.innerTabMenu li.nav-item a .tab-icon img:nth-child(2) {
  display: none;
}

.innerTabMenu li.nav-item a.active .tab-icon img:nth-child(2) {
  display: block;
}

.innerTabMenu li.nav-item a.active .tab-icon img:nth-child(1) {
  display: none;
}

.innerTabMenu li.nav-item a.active {
  color:var(--MeetGreeet) !important;
}
.innerTabMenu li.nav-item a .tab-icon {
  width: auto;
  height: 40px;
  overflow: visible;
}
.innerTabMenu li.nav-item a .tab-icon svg{
  fill:var(--lightblack) !important;
  opacity: 0.8;
  width: 35px;
  height: 35px;
}
.innerTabMenu li.nav-item a.active .tab-icon svg{
  fill:var(--MeetGreeet) !important;
}
/* search tabs */
section.tabsWrapper {
  padding-bottom: 200px;
  padding-top: 180px;
}
.tabsWrapper ul#pills-tab {
  background-color: #ffffff9c;
  width: 66%;
  margin: auto;
 
  border-radius: 8px;
  padding: 0 0;
  position: relative;
}

.tabsWrapper ul#pills-tab li {
  margin: 0 10px;
}

.tabsWrapper ul#pills-tab > li > a {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100% !important; */
  height: 80px !important;
  background-color: transparent;
  /* border-bottom: 1px solid red; */
  border-radius: 0;
  position: relative;
  color: #4a4a4a;
  flex-direction: column;
  font-size: 14px;
}

.tabsWrapper ul#pills-tab li a.active {
  color: var(--MeetGreeet) !important;
}

.tabsWrapper ul#pills-tab > li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--MeetGreeet) !important;
  height: 2px;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}

.tabsWrapper ul#pills-tab li a.active::after,
.tabsWrapper ul#pills-tab li a:not(.disabled):hover::after {
  opacity: 1;
  transform: scale(1);
}

/* .tabsWrapper div#pills-tabContent {
  background: #ffffff96;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  top: -48px;
  padding-top: 40px;

} */
.datepicker {
  background-color: transparent;
  font-size: 14px;
}
.timepicker input {
  background-color: transparent;
  
  height: 35px;
}
.tabsWrapper ul#pills-tab {
  z-index: 2;
}
section.tabsWrapper .nav-pills > li.dropdown {
  position:relative;
}
section.tabsWrapper .nav-pills > li.dropdown .dropdown-menu a {
  display: block;
  padding: 6px 15px;
  color: var(--lightblack);
}
section.tabsWrapper .nav-pills > li.dropdown .dropdown-menu a:not(:last-child){
  border-bottom:1px solid var(--lightGray)
}
section.tabsWrapper .nav-pills > li.dropdown .dropdown-menu a:hover{
  text-decoration:none;
  color:var(--brown);
}
section.tabsWrapper .nav-pills > li.dropdown .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  top: 8px !important;
  box-shadow:0 0px 10px 0 rgba(0,0,0,0.15)
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 30px;
  
}
.tab-icon svg{
  width: 40px;
  height: 40px;
  fill:#000000;
  opacity: 0.8;
}

.tab-icon img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width:26px;
}

.tabsWrapper ul#pills-tab li a .tab-icon img.orange-image {
  opacity: 0;
}

.tabsWrapper ul#pills-tab li a.active .tab-icon img.black-image {
  opacity: 0;
}
.tabsWrapper ul#pills-tab li a .tab-icon img.black-image {
  opacity: 1;
}

.tabsWrapper ul#pills-tab li a.active .tab-icon img.orange-image {
  opacity: 1;
}

.tabsWrapper ul#pills-tab li a.active .tab-icon svg{
  fill:var(--MeetGreeet)
}

.tabsWrapper ul#pills-tab li a.disabled::before {
  position: absolute;
  content: "Request Access";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  height: 86%;
  background-color: #808080ba;
  opacity: 1;
  color: #fff;
  z-index: 7;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
}

.tabsWrapper ul#pills-tab li.dropdown .dots_inner {
    height: 30px;
    display: initial;
    align-items: center;
    position: relative;
    display: block;
}


.tabsWrapper ul#pills-tab li.dropdown .dots_inner span {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid var(--lightblack);
    display: inline-block;
    border-radius: 50%;
    top: 10px;
}
.form_title span {
  background-color: #104599;
  padding: 3px 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.meetFrom .form_title {
  margin: 0 !important;
  
}
p.travelClass {
  font-size: 12px;
  margin-bottom: 0;
}

.travellersNumber {
  font-size: 13px;
}
.tabsWrapper ul#pills-tab li.dropdown .dots_inner span::after,.tabsWrapper ul#pills-tab li.dropdown .dots_inner span::before {content: '';position: absolute;left: -18px;top: -1px;width: 10px;height: 10px;border-radius: 50%;border: 1px solid var(--lightblack);display: inline-block;}

.tabsWrapper ul#pills-tab li.dropdown .dots_inner span::after {
    left: auto;
    right: -18px;
}
.tabsWrapper ul#pills-tab li.dropdown span.more {
  font-size: 14px;
}

.tabsWrapper ul#pills-tab li.dropdown span.more i {
  transition: 0.3s ease-in-out;
  font-size: 12px;
}

.tabsWrapper ul#pills-tab li.dropdown.show span.more i {
  transform: rotate(180deg);
}

input.btn.btn-search {
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 60px;
  background-color:red;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  font-weight: 700;
  font-size: 24px;
}

/* who manage  */
.who_manage_wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 30px 0 rgba(var(--lightblack), var(--lightblack), var(--lightblack), 0.1);
  -moz-box-shadow: 0 3px 30px 0 rgba(var(--lightblack), var(--lightblack), var(--lightblack), 0.1);
  box-shadow: 0 3px 30px 0 rgba(var(--lightblack), var(--lightblack), var(--lightblack), 0.1);
  background-color: var(--white);
  padding: 30px 40px;
  margin-top: -60px;
}

.who_manage-head h1 {
  font-size: 29px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 10px;
}

.who_manage-head p {
  font-size: 12px;
  font-weight: 600;
}

ul.manage_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  padding: 0;
  list-style: none;
}

ul.manage_list li.manage_list-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  z-index: 1;
}

ul.manage_list li.manage_list-item::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

ul.manage_list li.manage_list-item h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--lightblack);
  margin-bottom: 10px;
}

ul.manage_list li.manage_list-item p {
  line-height: 18px !important;
  font-size: 14px;
}
ul.manage_list li.manage_list-item p strong {
  color: var(--lightblack);
  font-weight: 800;
}

.btn-primary {
  background-color: #f95e4e;
  border-color: #f95e4e;
}
.btn-primary:hover {
    background-color: transparent;
    color: #f95e4e;
    border-color: #f95e4e;
}
.btn-size {
  padding: 8px 28px;
}



/* search form */
.meetFrom {
  border-radius: 10px;
}
.meetFrom .form-group {
  margin: 0;
  border: solid 1px #f3f3f3;
  padding: 0;
  padding: 10px 10px;
  cursor: pointer;
  
}
.tabsWrapper .meetFrom .form-group{
  background-color:#ffffffdb;  
}
.meetFrom form.row {
  margin: 0;
}
.meetFrom .form-group:last-child {
  border-right: 0;
  display: flex;
  align-items: center;
}
.meetFrom input.btn.btn-design:hover {
  background-color: #333;
  border-color: #333;
  
}
.label1 {
  font-weight: 600;
  font-size: 11px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.label1 i {
  color: var(--MeetGreeet);
  padding-left: 10px;
}
.form-check-label {
 
  font-size: 12px;
}

.travellers {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 80px;
  width: 400px;
  max-width: 600px;
  padding: 20px 40px;
  z-index: 2;
  font-size: 11px;
  box-sizing: content-box;
  color: #4a4a4a;
  display: none;
}
.travellers.showTraval {
  display: block;
}

.travellers ul.guestCounter {
  padding: 0;
  width: auto;
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.travellers ul.guestCounter li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 36px;
  height: 32px;
  position: relative;
  z-index: 2;
}
li.selected {
  color: #fff;
  font-weight: 900;
}
.travellers ul.guestCounter li:hover:after {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: -1;
}
.travellers ul.guestCounter li.selected:after {
  width: 100%;
  height: 38px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: linear-gradient(45deg, var(--MeetGreeet), var(--Buses));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.travellers ul.guestCounter li.travalClass {
  width: auto;
  padding: 0 10px;
}
.travellers ul.lst-item li:last-child {
  position: absolute !important;
  right: -40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
p.grayText {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.btnApply {
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  background-color: var(--MeetGreeet);
  -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  border: 0;
  border: 1px solid var(--MeetGreeet);
  text-align: center;
  width: 100px;
  /* height: 32px; */
  margin-left: auto;
  display: block;
}

.btnApply:hover{
  background-color:transparent;
  color: var(--MeetGreeet);
}

.airport_selected .h1, .airport_selected .h2 {
  font-size: 19px;
  font-weight: 900;
  margin: 0;
}
.airport_selected .h2{
  font-size: 19px;
}
.airport_selected p {
  margin: 0;
  color: #4a4a4a;
  font-size: 11px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Airport_wrapper {
  position: absolute;
  background-color: #fff;
  width: 320px;
  top: 80px;
  left: 0;
  z-index: 9;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.Airport_wrapper .airport_search .input-group-prepend span.input-group-text {
  font-size: 10px;
  padding: 0 8px;
  background-color: transparent;
  border: 0;
}
.airport_search .input-group {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  outline: 0;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.Airport_wrapper .airport_search input.form-control {
  border: none;
  outline: none;
}

.Airport_wrapper .airport_search input.form-control:focus {
  box-shadow: none;
}
.Airport_wrapper .list-title p {
  margin: 0;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
}
.list_wrapper {
  height: 310px;
  overflow-y: auto;
}

.list_wrapper ul.list-unstyled li {
  padding: 5px 10px;
  margin-bottom: 5px;
  display: block;
}
.list_wrapper ul.list-unstyled li:hover {
  background: #f2f2f2;
}

.list_wrapper ul.list-unstyled .airport_list .city_point {
  flex: 1 1 auto;
  max-width: initial;
}

.list_wrapper ul.list-unstyled .airport_list .city_point p.cityname {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-bottom: 5px;
}

.list_wrapper ul.list-unstyled .airport_list .city_point p.airport_name {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

.list_wrapper ul.list-unstyled .airport_list .cityCode {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  width: 60px;
  text-align: right;
}

.ui-timepicker-wrapper{
  max-height: 250px !important;
  width: 200px;
}

.ui-timepicker-list li:not(:last-child){
  border-bottom: 1px solid #ededed;
}

.form-control:focus {
  box-shadow: none;
}
.traveCount {
  font-size: 20px;
  font-weight: 800;
  margin-right: 5px;
}

.quantitiy{
  flex:auto;
  display:flex;
 justify-content:flex-end;
}
.quantitiy .btn-qunty {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lightblack);
  font-size:12px;
  border-radius:0;
  background-color: var(--lightblack);
  color:var(--white);
}
/* .quantitiy .btn-qunty:hover{
  background-color: var(--Buses);
} */

.travellers button.btn-design {
  margin-left: auto;
  display: block;
  padding: 6px 40px;
}

label.travleLeft {
  font-weight: 600;
  font-size: 16px;
}

.quantitiy .quantity-input {
  text-align: center;
  font-weight:500;
  font-size:18px;
  width:80px;
  border:1px solid var(--lightblack);
  height: 35px;
}

.quantitiy .btn-qunty.btn-mins{
  margin-right:-1px;
}
.quantitiy .btn-qunty.btn-plus{
  margin-left:-1px;
}

.travelqunantity {
  width: 300px;
}
.travellers.travelqunantity button.btn-design {
  margin-top: 10px;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/js_jquery-ui.png);
}

/* landing */
section.landing-cart {
  margin: 80px 0px;
}

.landing_carousel .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 30px;
  min-height: 80px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.landing_carousel .item .landing-content {
  flex: 1 1 auto;
  max-width: inherit;
  padding-left: 15px;
}

.landing_carousel .item .landing-img {
  width: 60px;
}

.landing_carousel .item .landing-content p {
  line-height: 18px;
  margin-bottom: 0;
}
.landing_carousel .item .landing-content p a {
  display: block;
}
.landing_carousel .owl-nav {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 100%;
}

.landing_carousel button.owl-prev {
  left: -14px;
}

.landing_carousel button.owl-prev,
button.owl-next {
  position: absolute;
  top: 0;
}

.landing_carousel button.owl-next {
  right: -14px;
  left: auto;
}
.landing_carousel button.owl-prev,
.landing_carousel button.owl-next {
  width: 40px;
  height: 40px;
  background: var(--white) !important;
  -webkit-border-radius: 26.4px !important;
  -moz-border-radius: 26.4px !important;
  border-radius: 26.4px !important;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 0;
  outline: none;
  border: none;
  cursor: pointer;
  border-color: transparent !important;
}

.landing_carousel button.owl-prev i,
.landing_carousel button.owl-next i {
  color: var(--MeetGreeet);
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.owl-theme .owl-nav .disabled i {
  opacity: 0.5;
}

/* footer */
footer {
  padding: 20px 0px;
}


footer{
  background-image: linear-gradient(to left bottom, #0b00ff, #003fff, #005aff, #006ff7, #1281eb);
}

.bg_color{
  background-image: radial-gradient(circle, #0f2c78, #103483, #113c8e, #104599, #0f4da4);
}

 ul.manage_list li.manage_list-item::before {
  
  background-image: linear-gradient(to right top, #000ffc, #0035fe, #004bfd, #005cfb, #166bf6, #0d76f6, #1781f5, #298bf3, #1395f6, #009ff8, #00a8f9, #15b1f9);
}



/* tabs according Color */
/* body.Flight .bg_color,
body.Flight ul.manage_list li.manage_list-item::before {
  background-image: linear-gradient(to left bottom, #0b00ff, #003fff, #005aff, #006ff7, #1281eb);
}
body.Hotal .bg_color,
body.Hotal ul.manage_list li.manage_list-item::before {
  background-image: linear-gradient(to top, #000ffc, #0027fe, #0035ff, #0041ff, #004cff, #0f4dff, #194dff, #204eff, #3044fe, #3d39fd, #4a2bfb, #5615f9);
}
body.Cab .bg_color,
body.Cab ul.manage_list li.manage_list-item::before {
  
  background-image: linear-gradient(to right top, #000ffc, #0035fe, #004bfd, #005cfb, #166bf6, #0d76f6, #1781f5, #298bf3, #1395f6, #009ff8, #00a8f9, #15b1f9);
}
body.Buses .bg_color,
body.Buses ul.manage_list li.manage_list-item::before {
  
  background-image: radial-gradient(circle, #0f2c78, #103483, #113c8e, #104599, #0f4da4);
}
body.Visa .bg_color,
body.Visa ul.manage_list li.manage_list-item::before {
  
  background-image: linear-gradient(to right top, #072b8b, #0d39a2, #1047ba, #0f56d2, #0765eb);
}
body.MeetGreeet .bg_color,
body.MeetGreeet ul.manage_list li.manage_list-item::before {

background-image: linear-gradient(to bottom, #0034c2, #084ed3, #1f67e1, #377eee, #5096fa);
}
body.Airport .bg_color,
body.Airport ul.manage_list li.manage_list-item::before {
  background-image: linear-gradient(to bottom, #0e088d, #202da8, #314cc2, #4369db, #5887f3);
}
body.Mice .bg_color,
body.Mice ul.manage_list li.manage_list-item::before {
  background-image: linear-gradient(to bottom, #0e088d, #202da8, #314cc2, #4369db, #5887f3);
} */


/* button effect  */
.btn-design{
  background-color: var(--Buses);
  border-color:var(--Buses)
}
/* body.Flight .btn-design{
  background-color: var(--flight);
  border-color:var(--flight)
}
body.Hotal .btn-design{
  background-color: var(--Hotal);
  border-color:var(--Hotal)
}
body.Cab .btn-design{
  background-color: var(--Cab);
  border-color:var(--Cab)
}
body.Buses .btn-design{
  background-color: var(--Buses);
  border-color:var(--Buses)
}
body.Visa .btn-design{
  background-color: var(--Visa);
  border-color:var(--Visa)
}
body.MeetGreeet .btn-design{
  background-color: var(--MeetGreeet);
  border-color:var(--MeetGreeet)
}
body.Airport .btn-design{
  background-color: var(--Airport);
  border-color:var(--Airport)
}
body.Mice .btn-design{
  background-color: var(--Mice);
  border-color:var(--Mice)
} */

.btn-design:hover{
  color:var(--white)
}

.rightContent ul.list-inline li img {
  width: 20px;
  height: 25px;
}

.bootBtn button.btn-book {
  border-radius: 50px;
  background: linear-gradient(45deg, var(--darkblue), var(--blue));
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}
/* search Result Page */
.search_result .left-wrapper {
  width: 230px;
  flex-shrink: 0;
  margin-right: 30px;
  z-index: 1;
}
.filter_items p a {
  color:var(--brown);
}
.filter_items p a:hover {
  text-decoration: none;
}
.filter_items p {
  margin: 6px 0;
  font-size: 13px;
}

.filter_items p a i {
  margin-right: 6px;
  font-size: 10px;
}

.right_wrapper {
  flex: 1 1 auto;
  max-width: initial;
}

.flexOne {
  flex: 1;
}

.priceDetails {
  width: 220px;
  background: #f5f5f5;
  border-left: 1px #e6e6e6 solid;
  flex-shrink: 0;
  border-radius: 0 6px 6px 0;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 0px;
  text-align: right;
}

.listingRowInner {
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(138, 107, 118, 0.08);
  cursor: pointer;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  border: solid 1px #bababa;
}
.included_service {
  font-size: 12px;
  line-height: 14px;
  color: #1a7971;
  font-weight: 500;
  margin-top: 10px;
}
.listingRowInner:hover .bgColor {
  background-color: #f4faff;
}

.listingRowInner:hover .priceDetails {
  background-color: #def0ff;
}
.listingImage {
  width: 240px;
  overflow: hidden;
  height: 240px;
}

.bootBtn {
  margin: 10px 0;
}

.bootBtn button.btn-book {
  border-radius: 50px;
  background:var(--MeetGreeet);
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 16px;
  font-weight: 600;
}
.Estimated{
  margin-top:10px;
}
.Estimated span {
  margin-bottom: 10px;
  display: block;
  color: var(--lightblack);
  font-size: 14px;
  line-height: 12px;
}
span.description {
  color: var(--brown);
}

.itemAmount {
  font-weight: 900;
  font-size: 26px;
  line-height: 26px;
}

.rightContent {
  margin-left: 15px;
}

.rightContent .assuredImg label {
  background-color: #341e2f;
  color: #fff;
  font-size: 10px;
  padding: 4px 6px 4px 40px;
  position: relative;
}
.rightContent .assuredImg label span {
  position: absolute;
  top: 0;
  left: 7px;
  width: 20px;
  height: 24px;
  background-color: #ed3438;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  z-index: 1;
}

.rightContent .assuredImg label span::after {
  border: 10px solid #ed3438;
  content: "";
  position: absolute;
  border-left-color: transparent;
  border-bottom-color: transparent;
  bottom: -8px;
  right: 0;
  z-index: -1;
}
.rightContent .assuredImg label span::before {
  border: 10px solid #ed3438;
  content: "";
  position: absolute;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -8px;
  left: 0;
  z-index: -1;
}
.item_content .item-title h1 {
  color: #000000;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0;
}

.listingRowOuter a {
  text-decoration: none;
}
.item_content {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

.serviceList ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

.serviceList ul li {
  width: auto;
  padding: 0 6px;
  border-right: 1px solid #bdbaba;
  font-size: 13px;
  margin-top: 8px;
  color: #696969;
}

section.search_result {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sortBy select {
  border: none;
  background-color: transparent;
  color: #fb654b;
  padding-right: 0px;
  margin-right: 5px;
  position: relative;
  outline: none;
}
.fli-filter-items .filterLabel span.filterLabelRight {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
}

.sortBy select::before {
  content: "";
  font-size: 28px;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #434b67;
  pointer-events: none;
  border: 4px solid red;
}
h1.filter_text {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.filter_items {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.filter_items h3.filter_heading {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fli-filter-items .filterLabel {
  color: #4a4a4a;
  font-size: 14px;
  font-family: lato;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fli-filter-items .custom-control.custom-checkbox {
  margin-bottom: 4px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: var(--white);
  border-color: var(--brown);
  background-color:var(--brown);
}
.serviceList {
  margin-top: 10px;
}

.serviceList ul li:last-child {
  border-right: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.itemRating label.rating-number {
  margin: 0;
  background-color: var(--brown);
  color: var(--white);
  line-height: 8px;
  border-radius: 4px;
  padding: 4px 5px;
  margin-bottom: 5px;
}

.itemRating label.rating-number span.currentRating {
  font-size: 11px;
  line-height: 11px;
  font-weight: 900;
}

.itemRating label.rating-number span.ratingNumber,
.itemRating label.rating-number span.ratingText {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
}
.itemRating p.ratingInfo {
  margin: 0;
  font-size: 10px;
  line-height: 11px;
  color: #4a4a4a;
  text-transform: uppercase;
}

.itemRating p.ratingInfo span.RatingCount {
  font-weight: 900;
}
.item_content ul{
  display: flex;
}
.item_content ul li {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
  margin-right: 20px;
}
.item_content ul {
  display: flex;
  padding: 0 0 0 14px;
  margin: 10px 0;
}
.item_content ul li::marker {
  color: #000;
}


.rightContent ul.list-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.service1 p {
  margin: 0;
  font-size: 13px;
}

.service1 p img {
  width: 38px;
  margin-right: 10px;
  /* font-size: 11px; */
}
.rightContent ul.list-inline li {
  width: 50%;
  margin-bottom: 12px;
}

.rightContent ul.list-inline li img {
  width: 20px;
}

.rightContent ul.list-inline li span {
  font-size: 12px;
  padding-left: 5px;
  color: #4a4a4a;
}

.listingImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.included_text {
  color: #4a4a4a;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

#ex1Slider .slider-selection {
  background: #bababa;
}
#ex1Slider:hover .tooltip {
  opacity: 1;
}
#ex1Slider .slider-selection {
  background: #f55054;
}
.slider-handle {
  background-image: -webkit-linear-gradient(top, #35d491 0, #35d491 100%);
  background-image: -o-linear-gradient(top, #35d491 0, #35d491 100%);
  background-image: linear-gradient(to bottom, #35d491 0, #72e0b2 100%);
}
.rangePrice {
  display: flex;
  justify-content: space-between;
}

.rangePrice span {
  font-size: 12px;
  line-height: 18px;
  color: #797979;
}

.rangePrice span i {
  font-size: 10px;
}
.tabsWrapper.searchPage ul#pills-tab li a {
  height: 50px !important;
  padding: 0 !important;
  font-size: 12px;
}
.tabsWrapper.searchPage ul#pills-tab li a .tab-icon img {
  width: 30px;
}
.tabsWrapper.searchPage ul#pills-tab li a::after {
  bottom: -1px;
}
.tabsWrapper.searchPage ul#pills-tab li a.disabled::before {
  width: 100%;
  height: 100%;
}
section.tabsWrapper.searchPage input.btn.btn-search {
  font-size: 18px;
  line-height: 32px;
}
section.tabsWrapper.searchPage {
  padding: 0;
}
section.tabsWrapper.searchPage ul#pills-tab {
  margin: 0 auto !important;
  border-radius: 0;
}
section.tabsWrapper.searchPage div#pills-tabContent {
  top: -10px;
  padding-top: 20px;
}

/* searchTabs */
.tabsWrapper_inner{
  background-color:#032759;
  padding: 30px 0;
  padding-top: 130px;
}
.searched_text h2, h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.seschOption {
  width: 40px;
  height: 40px;
  background-color: #17a515;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--white);
  box-shadow: 0 10px 10px 0 rgb(99 80 82 / 22%);
  margin-right: 20px;
  cursor: pointer;
}
.selected_Date span {
  text-align: right;
}

.tabsWrapper_inner .meetFrom {
  border-radius: 0;
}

.tabsWrapper_inner .meetFrom .form-group {
  border: none;
  padding: 0 10px 0 0;
}

.tabsWrapper_inner .meetFrom .form-group label {
  color: #fff;
}
.tabsWrapper_inner .meetFrom .row{
  margin: 0;
}
.tabsWrapper_inner .meetFrom .form-group .airport_selected {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
}

.tabsWrapper_inner .meetFrom .form-group .airport_selected .h1 {
  font-size: 19px;
  margin-right: 5px;
}

.tabsWrapper_inner .meetFrom .form-group .travellersNumber {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 4px;
}
.tabsWrapper_inner .meetFrom .form-group .travellersNumber .travelClass{
  margin-left: 5px;
}
.tabsWrapper_inner .meetFrom .form-group .form-control {
  height: 50px;
  border: none;
  background-color:#fff;
}
.seschOption.icon i::before {
  content: '\f00d';
}

.bg-lightornage {
  background-image: linear-gradient(90deg, #fdf0ed, #fdf0ed);
  padding: 15px 0 10px 0;
  transition: all 0.3s linear;
}
ol.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
ol.breadcrumb li.breadcrumb-item {
  font-size: 12px;
  font-weight: 700;
  color: #4a4a4a;
}
ol.breadcrumb li.breadcrumb-item a {
  color: var(--brown);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color:var(--brown);
}
.seviceWrapper h1 {
  font-weight: 900;
  color: var(--lightblack);
  margin-top: 15px;
  line-height: 36px;
  font-size: 36px;
}
.sortBy select {
  border: none;
  background-color: transparent;
  color: var(--MeetGreeet);
  padding-right: 0px;
  margin-right: 5px;
  position: relative;
  outline: none;
}
.bg-brown{
  background-color:var(--brown) ;
}



/* login/registration/forgotpassword */
.login form {
  max-width: 400px;
  margin: auto;
  margin: 40px auto;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 10px;
  background-color: var(--white);
}
.login form .logintitle {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.input-control1 {
  border-radius: 0px;
  border-color: #ddd;
  background-color: var(--white);
  font-size: 14px;
  height: 44px;
}
.input-control1:focus{
  border-color:var(--brown);
}
.login .form-group.form-check label, .login .form-group.form-check a {
  font-size: 14px;cursor: pointer;
}
.login .form-group.form-check a {
  color: var(--brown);
}
.btn-submit {
  /* background: linear-gradient(45deg, var(--brown), var(--Buses));
   */
   background-color: var(--MeetGreeet);
  color: var(--white);
  border-radius: 50px;
  padding: 8px 0px;
  border: 1px solid var(--brown);
  transition: 0.3s ease-in-out;
  display: block;
  width: 100%;
}
.btn-submit:hover {
  background: transparent;
  color: var(--brown);
}
.accountInfo {
  text-align: center;
  padding-top: 20px;
}
.accountInfo p {
  font-size: 14px;
}
.accountInfo p a {
  color: var(--brown);
}


/* msform */
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background:var(--white);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  position: relative;
}

#msform fieldset .form-card h2.fs-title {
  font-size: 40px;
  margin-bottom: 0;
}
.icon_check {
  width: 60px;
  height: 60px;
  background-color: #33d18f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 40px auto;
  color: var(--white);
}
.icon_check i {
  font-size: 24px;
}
.form-card h5 {
  text-align: center;
  font-size: 16px !important;
  color: #2c3e50;
  font-weight: 600;
}
.multiform .card {
  background-color: transparent;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

#msform input.form-control,
#msform textarea {
  padding: 0px 8px 4px 8px;

  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

  font-weight: bold;

  outline-width: 0;
}

#msform .action-button {
  background: var(--MeetGreeet);
  font-weight: bold;
  color: var(--white);
  cursor: pointer;
  padding: 10px 14px;
  margin: 0;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  border: 1px solid var(--MeetGreeet);
  transition: 0.5s ease-in-out;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: transparent;
  color: var(--brown);
}

#msform .action-button-previous {
  font-weight: bold;
  color: var(--brown);
  background-color: var(--white);
  cursor: pointer;
  padding: 10px 14px;
  margin: 0;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  border: 1px solid var(--MeetGreeet);
  transition: 0.5s ease-in-out;
  margin-right: 10px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: var(--MeetGreeet);
  color: var(--white);

}
.multiform label {
  text-align: left;
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.commonly_requested .custom-control {
  align-items: center;
  margin: 10px;
  padding: 12px 40px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 4px;
}



.fs-title {
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* review booking */
section.reviewBooking {
  background-color: var(--brown);
  padding: 15px 0;
  padding-top: 120px;
}
.review_ttile h1 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin: 0;
}
.reviewProgess {
  margin-top: 10px;
}
.reviewProgess ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviewProgess ul li {
  width: 120px;
  position: relative;
}
.reviewProgess ul li span.text {
  color: #626c76;
  font-size: 12px;
  margin-top: 8px;
  display: block;
}
.reviewProgess ul li.active span.text {
  color: #fff;
}
.reviewProgess ul li::after {
  content: "";
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.reviewProgess ul li.active::after {
  background-color: var(--lightblack);
}

.rightPaymentBpx{
  background-color:var(--white) ;
  border: solid 1px #bababa;
}
.PayNow {
  background-color: #f3f9ff;
  padding: 14px;
  position: sticky;
  top: 0;
}
.PayNow button {
  width: 100%;
  border-radius: 4px !important;
  font-weight: 600;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  padding: 9px 0;
}
.paymentInfo {
  border-bottom: solid 1px #bababa;
}
.infoList {
  padding: 12px 0;
  border-bottom: solid 1px #bababa;
}
.infoList span {
  color: #4a4a4a;
  font-size: 14px;
  font-family: lato;
  font-weight: 400;
}
.infoList:nth-child(2) {
  border: none;
  padding-bottom: 0;
}
.paymentInfo {
  border-bottom: solid 1px #bababa;
}
.paymentInfo span.w-100.d-block.text-right.text-muted.small {
  font-size: 12px;
}

.finalPayment {
  padding: 1rem !important;
}
.finalPayment span {
  font-weight: 600;
  font-size: 17px;
}

/* mybooking page */

.my_trips_Section {
  margin-top: 130px;
  margin-bottom: 30px;
}

.my_trips_Section .tab_item {
  background-color: var(--white);
  padding: 10px;
}
.my_trips_Section .tab_item ul.bookingTabs li:not(:last-child) {
  margin-right: 10px;
}
.my_trips_Section .tab_item ul.bookingTabs li button{
border:none;
outline: none;
}
.my_trips_Section .tab_item ul.bookingTabs li button.active {
  background-color: var(--brown);
}

.trip_wrapper:not(:last-child) {
  margin-bottom: 10px;
}
.trip_wrapper {
  background-color: var(--lightGray);
  padding: 10px;
}
.trip_wrapper .mytrips-left h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  margin-right: 14px;
  line-height: 30px;
}
.star_rating {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}
.star_rating li i {
  font-size: 11px;
  color: #cbcbcb;
}
.star_rating li.active i {
  color: var(--Buses);
}

.itemRating p.ratingInfo {
  margin: 0;
  font-size: 10px;
  line-height: 11px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.itemRating p.ratingInfo span.RatingCount {
  font-weight: 600;
}
ul.d-flex.bookingInfo {
  padding: 0;
  margin: 0;
}
.bookingInfo li {
  color: #948c8c;
  list-style: none;
  margin-right: 16px;
  font-size: 13px;
}
.airport_box_inner {
  display: flex;
  flex-wrap: wrap;
}
.airport_box_inner .person_list {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.airport_box_inner .person_list ul {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.airport_box_inner .person_list ul li:not(:last-child) {
  border-right: 1px solid #dbdbdb;
  padding-right: 10px;
}
.airport_box_inner .person_list ul li {
  margin-right: 10px;
}
.airport_box_inner .person_list ul li i {
  color: var(--brown);
  font-size: 16px;
}
.airport_box_inner .airport_box {
  background-color: #fff;
  padding: 6px;
  margin-right: 10px;
  text-align: center;
  width: 160px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 1%);
  border-radius: 10px;
}
.airport_box_inner .airport_box h5 {
  font-size: 10px;
  font-weight: 300;
  color: gray;
  margin: 0;
}
.airport_box_inner .airport_box h2 {
  font-size: 12px;
  margin: 0;
}
.airport_box_inner .airport_box span {
  font-weight: 500;
  font-size: 16px;
}
.cancellation_date {
  margin: 10px;
}
.mytrips-right a.btn.btn-viewbook {
  /* background: linear-gradient(45deg, var(--brown) , var(--Buses)); */
  /* background-position: center; */
  background-color: var(--MeetGreeet);
  color: #fff;
  border-radius: 50px;
  padding: 8px 30px;
  border: 1px solid var(--darkblue);
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.mytrips-right ul.otherLink {
  margin-top: 10px;
  display: block;
}
.mytrips-right ul.otherLink {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mytrips-right ul.otherLink li {
  margin-bottom: 5px;
}
.mytrips-right ul.otherLink li a {
  text-decoration: none;
  color: #222;
}
.mytrips-right ul.otherLink li a {
  color: var(--MeetGreeet) !important;
}


/* myaccount */
.myAccount {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 130px;
  margin-bottom: 60px;
  position: relative;
}

.myAccount .myaccount_sidebar-left {
  width: 100%;
  flex: 0 0 30%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.myaccount_content-right {
  flex: 0 0 70%;
}

.myaccount_content-right {
  background-color: #fff;
  padding: 30px 20px;
}

.accountInfo {
  padding: 0;
}

.accountImage {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 7px solid #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.accountImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accountInfo h1 {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 0;
}

.accountTitle {
  margin-bottom: 20px;
}

ul.listAccount {
  padding: 0;
  list-style: none;
  margin: 0;
}

ul.listAccount li a {
  font-weight: 300;
  font-size: 15px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 0px;
}
ul.listAccount li a:hover {
  color: #0d6efd;
}
.accountInfo p {
  color: #979797;
}

ul.accountList li a {
  display: block;
  padding: 6px 9px;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
  text-decoration: none;
  padding: 10;
}

ul.accountList {
  padding: 0;
  list-style: none;
}
ul.accountList li a p {
  margin: 0;
  font-size: 12px;
  color: #807e7e;
  padding-left: 20px;
}
ul.accountList li a i {
  color: #0771e3;
  font-weight: 900;
  font-size: 18px;
  margin-right: 6px;
}

ul.accountList li a span {
  font-size: 15px;
  font-weight: 400;
}

ul.accountList li a:hover {
  background-color: #efefef;
}

.myaccount_content-right .account_close {
  display: none;
  width: 40px;
  height: 40px;

  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0px -2px 10px 0px rgb(0 0 0 / 5%);
}

.account_wrapper h1 {
  text-align: center;
}

.account_wrapper .account_inner h1 {
  text-align: left;
  font-size: 18px;
  background-color: #f5f5f5;
  padding: 10px;
}

.account_wrapper .account_inner span {
  font-weight: 300;
  font-size: 14px !important;
  color: #c4c4c4 !important;
}

.account_wrapper .account_inner {
  padding-bottom: 25px;
}

.account_wrapper .account_inner h2 {
  margin: 0;
  font-size: 20px;
}

.account_wrapper .account_inner form {
  padding-top: 16px;
}

.account_inner button.btn.btn-primary {
  height: 40px;
  margin-top: 0;
  background-color: #0a6ad1;
  border-color: #0a6ad1;
  padding: 0px 30px;
}

.account_inner button.btn.btn-primary:hover {
  background-color: #0d0808;
  border-color: #0d0808;
}

.btn-signIn {
  display: none;
}
.myaccount_content-right {
  display: none;
}
.myAccount.ShowRight .myaccount_content-right {
  display: block;
}


@media screen and (max-width:767px){
  .myAccount .myaccount_sidebar-left {
    flex: 1 1 auto;
    box-shadow: none !important;
}
.myaccount_content-right {
  flex: 1 1 100%;
}
.myaccount_content-right .account_close {
  display: flex !important;
}
.myAccount {
  flex-wrap: wrap;
}
.myAccount.ShowRight .myaccount_sidebar-left {
  display: none;
}
}


/* footer new */
.footer_inner h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.footer_inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_inner ul li a {
  display: block;
  color: #fff;
  padding: 6px 0px;
  border-bottom: 1px solid #298cdb;
  font-size:13px;
  opacity: 0.6;
}

.footer_inner ul li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.footer_inner ul li:last-child a{
  border-bottom:none;
}
.footer_inner ul.socialIcon li a {
  border: none;
}

.footer_inner ul.socialIcon {
  display: flex;
  align-items: center;
}

.footer_inner ul.socialIcon li {
  /* width: 30px; */
  /* height: 30px; */
  /* display: inline-block; */
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul.paymentIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.paymentIcon li {
  margin-right: 5px;
  width: 50px;
}
.footer_copyright p {
  color: var(--white);
  
  margin: 0;
  font-size: 14px;
}

/* contacat us */
.contactWrapper {
  background-color: #87c1ef;
  padding: 60px;
  padding-top: 150px;
  position: relative;
}

.leftWrapper {
  position: absolute;
  left: 0;
  top: 30px;
  width: 400px;
  background-color: #17426d;
}

.contact_inner {
  position: relative;
  display: flex;
}


.contactDetail {
  padding: 30px 60px 30px 30px;
}

.rightWrapper {
  width: 90%;
  margin-left: auto;
  background-color: #fff;
  padding: 30px;
  padding-left: 350px;
  height: 450px;
}

.contactDetail h3 {
  color: #fff;
  font-size: 22px;
}

.contactDetail ul li i {
  padding: 0;
  /* position: relative; */
  left: -2.6em;
}
.contactDetail ul li,.contactDetail ul li a {
  color: #ffffff5c;
  font-weight: 400;
  font-size: 15px;
}

.contactDetail ul li p {
  margin-bottom: 0;
}

.contactDetail ul li {
  margin-bottom: 20px;
}
.contactDetail ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.contactDetail ul.socialIcon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

.contactDetail ul.socialIcon li a {
  margin-left: 10px;
  margin-right: 10px;
}
.contactDetail p {
  color: #ffffffab;
  font-size: 14px;
  margin-bottom: 30px;
}
.Middle{
  padding: 30px;
  width: 400px;
}
.Middle ul{
  background-color: #87c1ef;
  margin: 0;
  padding: 30px;
  padding-left: 50px;  
}

.Middle h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
}
.Middle ul li p{
  margin-bottom: 0;
}

.Middle ul li {
  margin-bottom: 10px;
}

.Middle ul li,.Middle ul li a {
  color: #fff;
}


.login {margin-top: 100px;margin-bottom: 40px;}
.meetFrom input.btn.btn-design {
  border-radius: 4px !important;
  height:auto;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* sign up */

.login.registration form {
  padding: 30px 0px !important;
}
.right_price {
  margin: 35px 0px;
  background-color: #fff;
  padding: 10px;
}

.right_savingContent h2 {
  font-size: 20px;
  color: #2196f3;
}

/* .right_price .col-md-4:nth-child(2) .saving_poing .icon {
  margin-bottom: 10px;
} */

.right_price .col-md-4 {
  margin-bottom: 15px;
}

.right_price .col-md-4:nth-child(2) .saving_poing .icon svg {
  height: 44px !important;
  margin-bottom: 25px;
}

.right_savingContent h1 {
  font-size: 26px;
  color: #00175a;
  font-weight: 600;
}
.right_savingContent p {
  font-size: 15px;
  color: #00175a;
}

.saving_poing {
  border: 1px solid #ddd;
  padding: 10px;
}

.saving_poing .icon svg {
  width: 50px;
  height: 50px;
  display: block;
  fill: #0963c5;
}
.saving_poing ul {
  padding: 0;
  list-style: none;
  padding-left: 25px;
}

.saving_poing h3 {
  color: #00175a;
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
}

.saving_poing ul li {
  color: #66749c;
  
  line-height: 1.2;
  margin-bottom: 7px;
  font-size: 14px;
  position: relative;
}
.saving_poing ul li::before {
  content: "\f00c";
    margin-left: -25px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 13px;
    color: #0670e3;
    font-weight: 600;
}
.saving_poing a.btn.btn-design {
  display: block;
  background:#006fcf;
  color: #fff;
  border-radius: 4px;
  padding: 10px 0px;
  border: 1px solid #006fcf;
  transition: 0.3s ease-in-out;
  display: block;
  width: 100%;
  font-size: 14px;
}

.saving_poing a.btn.btn-design:hover {
  color: var(--blue);
  background-color: transparent;
}

.login.registration form .logintitle {
  font-size: 20px;
}

.login.registration form .form-group{
  padding: 0 10px;
}


/* view booking page */
.view-bookign-info {margin-top:85px;}
.view-bookign-info .row {
    background-color: #87c1ef;
    padding: 20px 0;
}
.bookign-info_left {
    display: block;
}

.hankshake {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    float: left;
}
.hankshake img {
    width: 100%;
}
.view_info-title {
    color: #fff;
    float: left;
}
.view_info-title h2 {
    font-size: 20px;
    font-weight: 400;
}
.view_info-title p {
    margin: 0;
    font-size: 13px;
}
.view_info-title h2 span {
    font-size: 15px;
}
.view_info-title p span {
    color: #fff;
    background-color: #46ca46;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    margin-left: 8px;
}
.bookign-info_right {
    text-align: right;
}
.bookign-info_right a {
    color: #fff;
    text-decoration: none;
    background-color: #46ca46;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.5s ease-in-out;
}
.bookign-info_right a i {
    font-size: 11px;
}

.viewDetailWrapper {
  margin: 20px;
}
.detail_left {
  background-color: #fff;
  padding: 20px;
}
.detail_left h1 {
  font-size: 22px;
}
.booking_ {
  display: flex;
}
.booking_ .airport_box {
  background-color: #ececec;
  padding: 12px 8px;
  margin-right: 10px;
  text-align: center;
  width: 150px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 1%);
  border-radius: 10px;
}
.booking_ .airport_box h5 {
  font-size: 10px;
  font-weight: 400;
  color: gray;
  margin: 0;
}
.booking_ .airport_box h2 {
  font-size: 14px;
  margin: 5px 0;
  line-height: 18px;

}
.booking_ .airport_box span {
  font-weight: 500;
  font-size: 16px;
}
.booking_ .airport_box.blue {
  background-color: #0670e3;
}

.booking_ .airport_box.blue span,
.booking_ .airport_box.blue h2,
.booking_ .airport_box.blue h5{
  color:#fff;
}
.bookingInformation {
  padding: 30px;
  background-color: #fff;
}

.accordion .card-header {
  border: none;
  padding: 0;
  overflow: hidden;
  margin: 0 !important;
  border: 0;
}

.accordion .card-header button {
  border: 1px solid rgba(0,0,0,.125);
  overflow: hidden;
  padding: 13px 17px;
  color: #212529;
}

.accordion .card-header h2 {border-radius: 0;}

.accordion .card {
  border-radius: 0;
}

.accordion .card-header button:hover,.accordion .card-header button:focus {
  text-decoration: none;
}

.accordion .card-header button:not(.collapsed) {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}

.accordion .card:first-child .card-header button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion .card:last-child .card-header button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card-header button span {
  font-size: 11px;
  margin-left: 4px;
}

.accordion .collapse{
  border: solid rgba(0,0,0,.125);
  border-width: 0 1px;
}

.accordion .card:last-child .collapse {
  border-bottom-width: 1px;
}
.bookingInformation table tr th, .bookingInformation table tr td {
  font-size: 14px;
}
.detail_right {
  background-color: #fff;
  padding: 20px;
  position: sticky;
  top: 0;
}
.detail_right ul {
  padding: 0;
  list-style: none;
}
.detail_right ul li {
  padding: 4px 0px;
  color: #0670e3;
  font-size: 14px;
}
.detail_right ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.detail_right ul li a {
  color: #0670e3;
  text-decoration: none;
  display: block;
}

.serviceDiscription li {
  color: #000 !important;
}
.serviceDiscription ul li i {
  margin-right: 2px;
  font-size: 12px;
}



footer.bg_color {
    background: radial-gradient(circle, #0f2c78, #103483, #113c8e, #104599, #0f4da4) !important;
}

body .bg_color{
  background-size: cover;
  background-position: top center;
  background-image: url('../images/bg/meet_greet-1.jpg');
}

/*
body.Flight .bg_color{
  background-image: url('../images/bg/flight2.jpg');
  background-position: right center;
}
body.holiday .bg_color{
  background-image: url('../images/bg/hotel.jpg');
}
body.airport-parking .bg_color{
  background-image: url('../images/bg/cab.jpg');
}
body.Buses .bg_color{
  background-image: url('../images/bg/Buses.jpg');
}
body.Visa .bg_color{
  background-image: url('../images/bg/visa.jpg');
}
body.airport-lounges .bg_color{
  background-image: url('../images/bg/lounge2.jpg');
  background-position: center;
}
body.covid-pcr-test .bg_color{
  background-image: url('../images/bg/visa.jpg');
}
body.meet-and-greet .bg_color{
  background-image: url('../images/bg/meet_greet-1.jpg');
  background-position: top center;
} */
.text-muted span{
  background-color: #104599;
  padding: 3px 8px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.mb-1{
  margin-bottom: 0px !important;
}

.rightContent ul.list-inline li img {
  width: 20px;
  height: 25px;
}

.tra-tit{
  font-size: 14px !important;
}
.chk-icn{
  width: 30px !important;
  height: 30px;
  background-color: #33d18f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  float: right;
  /* margin: 4px auto; */
  margin-bottom: 10px;
  color: var(--white);
}

.summery_list label {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.summery_list span {
    font-size: 13px;
}

.summery_list .form-group {
    background-color: #f9f9f9;
    width: auto;
    max-width: initial;
    flex: 0 0 33%;
    padding: 8px 10px;
    margin: 0 !important;
    margin-bottom: 4px !important;
}

.summery_list .row {
    justify-content: space-between;
}
.summery_wrapper .item_content ul {
    padding: 0;
}

label.orderID {
    margin: 0;
}

p.orderText {
    font-size: 11px;
    text-align: right;
}


#infantsBlock .row .form-group:nth-child(1),
#childrenBlock .row .form-group:nth-child(1){
    flex: 0 0 7% !important; 
    max-width:7% !important;
    
}

#infantsBlock .row .form-group:nth-child(2),
#childrenBlock .row .form-group:nth-child(2){
    flex: 0 0 15% !important;
    max-width:15% !important;
}

#infantsBlock .row .form-group:nth-child(3),
#childrenBlock .row .form-group:nth-child(3){
    flex: 0 0 18% !important;
    max-width:18% !important;
}

#infantsBlock .row .form-group:nth-child(4),
#childrenBlock .row .form-group:nth-child(4){
    flex: 0 0 20% !important;
    max-width:20% !important;
}

#infantsBlock .row .form-group:nth-child(5),
#childrenBlock .row .form-group:nth-child(5){
    flex: 0 0 25% !important;
    max-width:25% !important;
}

#infantsBlock .row .form-group:nth-child(6),
#childrenBlock .row .form-group:nth-child(6){
    flex: 0 0 15% !important;
    max-width:15% !important;
}


#adultsBlock .row .form-group:nth-child(1) {
    flex: 0 0 6%;
    max-width:6%;
}

#adultsBlock .row .form-group:nth-child(2) {
    flex: 0 0 13% !important;
    max-width: 13% !important;
}

#adultsBlock .row .form-group:nth-child(3),
#adultsBlock .row .form-group:nth-child(4),
#adultsBlock .row .form-group:nth-child(5) {
    flex: 0 0 27% !important;
    max-width: 27% !important;
}
#adultsBlock .form-row>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}