@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* font-family: 'Lato', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* font-family: "Playfair Display", serif; */
body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  letter-spacing: .5px;
}
html, body {
  margin: 0;
}
p {
  line-height: 24px;
  font-size: 14px;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #333;
  padding: 0;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto !important;
}
/* buttons */
.btn-style-1 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 0;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0px;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #029E9D;
}
.btn-style-1:hover {
  color: #fff;
  background-color: #017B7B;
}
.btn-style-2 {
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border: 0px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1893d8+0,5773ba+100 */
  background: #1893d8; /* Old browsers */
  background: -moz-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1893d8 0%, #5773ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1893d8', endColorstr='#5773ba', GradientType=0); /* IE6-9 */
}
.btn-style-3 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 0;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #1893D8;
}
.btn-style-3:hover {
  color: #fff;
  background-color: #1893D8;
}
.btn-style-4 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  border: 1px solid #FDC703;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #FDC703;
}
.btn-style-4:hover {
  color: #000;
  background-color: #D5A701;
}
.btn-style-5 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  border: 1px solid #BCE7E6;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #fff;
}
.btn-style-5:hover {
  color: #000;
  background-color: #fff;
}
.btn-style-6 {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  color: #fff;
  border: 0;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #029E9D;
}
.btn-style-6:hover {
  color: #fff;
  background-color: #018281;
}
.bg-color {
  background-color: #F4FFFF;
}
.sidebar-submit-btn {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  border: 0px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  text-transform: capitalize;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1893d8+0,5773ba+100 */
  background: #1893d8; /* Old browsers */
  background: -moz-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1893d8 0%, #5773ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1893d8', endColorstr='#5773ba', GradientType=0); /* IE6-9 */
}
.sidebar-submit-btn:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5773ba+0,1893d8+99 */
  background: linear-gradient(to bottom, rgba(87, 115, 186, 1) 0%, rgba(24, 147, 216, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* section-title */
.section-title h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #029E9D;
  padding-bottom: 8px;
  position: relative;
}
.section-title .small-title {
  color: #FDC703;
  font-size: 22px;
  margin-bottom: 6px;
}
.section-title-style1 {
  text-align: center;
  margin-bottom: 30px;
}
.section-title-style1 .section-title-style1-small-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  margin-bottom: 6px;
}
.section-title-style1 .section-title-style1-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
  color: #029E9D;
}
.section-title-style2 {
  text-align: center;
  margin-bottom: 30px;
}
.section-title-style2 .section-title-style2-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: #029E9D;
  margin-bottom: 6px;
}
.section-title-style2 .section-title-style2-small-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}
.section-title-style3 {
  text-align: center;
  margin-bottom: 30px;
}
.section-title-style3 .section-title-style3-title {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #029E9D;
  margin-bottom: 6px;
  position: relative;
  padding-top: 20px;
}
.section-title-style3 .section-title-style3-title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FDC703;
}
.section-title-style4 h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  position: relative;
  font-family: "Playfair Display", serif;
}
.section-title-style5 {
  text-align: center;
  margin-bottom: 30px;
}
.section-title-style5 .section-title-style5-title {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  color: #029E9D;
  margin-bottom: 6px;
  position: relative;
  padding-bottom: 20px;
}
.section-title-style5 .section-title-style5-title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FDC703;
}
.head-text {
  font-size: 14px;
  color: #fff;
}
.header-upper {
  background-color: #029E9D;
  padding: 10px 0;
}
.header-lower {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-link {
  text-align: right;
}
.header-link li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.login-btn a {
  background-color: #1893D8;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
}
.headernavigation .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  padding: 10px 16px;
}
.headernavigation .navbar-nav .nav-item .nav-link span.nav-icon {
  width: 25px;
  height: 25px;
  display: block;
  margin: auto auto 6px auto;
}
.headernavigation .navbar-nav .nav-item .nav-link span.nav-icon img {
  max-width: none;
}
.headernavigation .navbar-brand {
  margin-right: 50px;
}
.headernavigation .navbar-nav .nav-item .nav-link:hover {
  color: #021850
}
.choose-your-flight-type {
  background-color: #f8fcff;
  border: 1px solid #BCE7E6;
  font-size: 12px;
}
.headernavigation .navbar-toggler span {
  background: #0055a5
}
.headernavigation .navbar-toggler {
  border: none;
  padding: 10px 6px;
  background-color: #029E9D;
  outline: none !important
}
.headernavigation .navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff
}
.headernavigation .navbar-toggler span + span {
  margin-top: 4px;
  width: 18px
}
.headernavigation .navbar-toggler span + span + span {
  width: 10px
}
.home-banner {
  /*background-image: url("../img/home-banner.webp");
  background-repeat: repeat-x;
  background-position: top center;*/
  position: relative;
  z-index: 2;
  padding: 60px 0 20px 0;
}
.home-banner-image {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  top: 0px;
  left: 0px;
  z-index: -1;
  text-align: center;
  overflow: hidden;
}
.home-banner-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-text {
  text-align: center;
}
.banner-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  line-height: 42px;
  margin-bottom: 10px;
}
.banner-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.form-main-tabs {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #D1D1D1;
}
.form-main-tabs .nav-tabs {
  padding: 10px;
}
.form-main-tabs .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: 0;
  background-color: transparent;
  padding: 10px 20px;
}
.form-main-tabs .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #029E9D;
  color: #029E9D;
}
.form-main-tabs .tab-content {
  padding: 15px;
}
.home-search-form {
  position: relative;
}
.home-search-form input[type="text"], .home-search-form input[type="datetime-local"], .home-search-form .form-select {
  border: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.home-search-form input[type="text"]::placeholder {
  line-height: 32px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.searchable input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  display: block;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}
.searchable {
  position: relative;
}
.searchable input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  display: block;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}
.searchable ul {
  display: none;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #add8e6;
  border-top: none;
  max-height: 150px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 5;
}
.searchable ul li {
  padding: 7px 9px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  color: #6e6e6e;
}
.searchable ul li.selected {
  background-color: #e8e8e8;
  color: #333;
}
.home-search-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #029E9D;
}
.trending-searches-home li:first-child {
  color: #000;
  font-weight: 500;
}
.search-result-img-div {
  position: absolute;
  width: 100%;
}
.search-result-img-div .image-caption {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 2;
}
.search-result-img-div .image-caption span {
  padding: 6px 10px;
  font-size: 12px;
  background-color: #00FFFD;
  color: #000;
  font-weight: 600;
}
.searchbtn {
  background-color: #fdc703;
  display: inline-block;
  padding: 6px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 6px;
  border: 0px;
}
.searchbtn-2 {
  background-color: #1893D8;
  display: inline-block;
  padding: 6px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 0px;
}
.searchbtn-2:hover {
  background-color: #0d86ca;
}
.box-style-1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 110px 15px 15px 15px;
  position: relative;
  width: 100%;
  margin-top: 95px;
}
.box-style-1:hover {
  border: 1px solid #029E9D;
}
.box-style-1 .image {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
}
.box-style-1 .title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-style-1 .box-style-1-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.box-style-1 .passengers-number {
  font-size: 13px;
  color: #000;
}
.starting-price {
  display: inline-block;
  background-color: #FDC703;
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.starting-price:hover {
  background-color: #DDAE02;
}
.box-style-2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-style-2:hover {
  border: 1px solid #029E9D;
}
.box-style-2 .des {
  padding: 25px 15px 15px 15px;
}
.box-style-2 .image {
  position: relative;
}
.box-style-2 .starting-price {
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.box-style-2 .title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.box-style-2 .box-style-2-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.box-style-2 .passengers-number {
  font-size: 14px;
  color: #000;
}
.box-style-4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-style-4:hover {
  border: 1px solid #029E9D;
}
.box-style-4 .des {
  padding: 25px 15px 15px 15px;
}
.box-style-4 .image {
  position: relative;
}
.box-style-4 .starting-price {
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.box-style-4 .title {
  font-size: 20px;
  line-height: 24px;
  color: #029E9D;
  font-weight: 600;
  margin-bottom: 6px;
}
.box-style-4 .box-style-4-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 500;
  color: #000;
}
.box-style-4 .passengers-number {
  font-size: 14px;
  color: #000;
}
.destination-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.destination-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.destination-box:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.destination-box .des {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}
.destination-box .title a {
  font-size: 22px;
  color: #fff;
}
.destination-box .des p {
  margin-bottom: 0px;
  color: #fff;
}
.box-style-3 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-style-3:hover {
  border: 1px solid #029E9D;
}
.box-style-3 .des {
  padding: 15px 15px 15px 15px;
}
.box-style-3 .image {
  position: relative;
}
.box-style-3 .title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.box-style-3 .box-style-3-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.box-style-3 .post-date {
  font-size: 14px;
  color: #000;
}
.readmore {
  background-color: #1893d8;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
}
.testimonial-item {
  position: relative;
}
.testimonial-item .img {
  display: inline-block;
  margin: auto;
  width: 100%;
}
.testimonial-item .img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-item:hover .img img {
  border: 3px solid #029E9D;
}
.testimonial-position {
  float: left;
  width: 100%;
}
.testimonial-item h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.testimonial-item label {
  color: #000;
  margin-bottom: 0px;
}
.testimonial-item p {
  color: #000;
  font-style: italic;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}
.footer-main {
  background-color: #029E9D;
  padding-top: 40px;
}
.footer-text {
  color: #fff;
  font-size: 14px;
}
.footer-contact li {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
}
.footer-contact li:last-child {
  padding-bottom: 0px;
}
.footer-title {
  position: relative;
  font-size: 34px;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.footer-title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  left: 0px;
  bottom: 0px;
}
.footer-link li {
  padding-bottom: 8px;
}
.footer-link li:last-child {
  padding-bottom: 0px;
}
.footer-link li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.footer-link li a:hover {
  color: #021850;
}
.footer-bottom {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 10px 20px 0px 20px;
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
}
.footer-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #029E9D;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
}
.footer-social a:hover {
  background-color: #021850;
  color: #fff;
}
.form-main {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 6px;
  backdrop-filter: blur(8px);
}
.trending-searches-home li {
  padding-bottom: 8px;
}
.trending-searches-home li a {
  background-color: #f5f5f5;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  color: #000;
  border-radius: 6px;
  font-weight: 500;
}
.fare-type .form-check-input[type="checkbox"] {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  margin-top: 4px;
}
.fare-type .form-check {
  margin-bottom: 0px;
}
.fare-type .form-check .form-check-label {
  color: #000;
  font-size: 12px;
}
.fare-type .col-form-label {
  color: #000;
  font-weight: 500;
}
.book-idf-text {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-align: right;
}
.book-idf-text a {
  color: #000;
  text-decoration: underline;
}
.counter-main {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px;
}
.counter-main li {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.counter-main li:last-child {
  border-right: 0px;
}
.counter-main li .number {
  font-size: 40px;
  color: #029E9D;
  font-weight: 600;
}
.counter-main li .title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.inner-head-main {
  padding: 100px 0;
  position: relative;
}
.inner-head-main3 {
  padding: 40px 0 18px 0;
  position: relative;
  margin-bottom: 50px;
}
.inner-head-main3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-head-main4 {
  padding: 50px 0 50px 0;
  position: relative;
}
.inner-head-main4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-head-img img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top
}
.inner-head-box {
  text-align: center;
}
.inner-head-box h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.inner-head-box h1 span {
  color: #029E9D;
}
.inner-head-box2 {
  text-align: center;
}
.inner-head-box2 h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.inner-head-box2 h1 span {
  color: #029E9D;
}
.inner-head-box2 .inner-head-box2-text {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.inner-head-box3 {
  text-align: center;
}
.inner-head-box3 h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.inner-head-box3 h1 span {
  color: #029E9D;
}
.inner-head-main:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-head-main2 {
  padding: 100px 0;
  position: relative;
  background-color: #029e9d;
}
.inner-head-box2 {
  text-align: center;
}
.inner-head-box2 h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.form-style1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px 15px 5px 15px;
}
.form-style1 input[type="text"] {
  border: 0px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 25px 0px 15px;
}
.form-style1 .searchbtn2 {
  width: 100%;
  text-align: center;
  height: 57px;
  line-height: 46px;
}
.form-style1 .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #029E9D;
}
.form-style1 .form-floating {
  position: relative;
}
.form-style1 .form-floating i {
  position: absolute;
  top: 50%;
  font-size: 14px;
  right: 12px;
  transform: translateY(-50%);
}
.searchbtn2 {
  background-color: #5773BA;
  display: inline-block;
  padding: 6px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 0;
}
.sidebar-title {
  color: #1893D8;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 0px 10px 0px;
}
.side-filter-main-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 100%;
}
.side-filter-main-box hr {
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.side-filter-main-box-title {
  color: #029E9D;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.side-filter-categories {
  padding: 0px 15px 0px 15px;
}
.side-filter-categories .form-check .form-check-input {
  width: 15px;
  height: 15px;
  background-color: #D9D9D9;
}
.side-filter-categories .form-check .form-check-input:checked {
  background-color: #029E9D;
  border-color: #029E9D;
}
.side-filter-categories .form-check-label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.side-filter-categories .form-check {
  margin-bottom: 10px;
}
.side-price-range {
  padding: 0px 15px 0px 15px;
  position: relative;
}
.side-price-range .output {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.side-duration {
  padding: 0px 15px 0px 15px;
}
.side-duration .form-check-label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.side-duration .form-check .form-check-input {
  width: 15px;
  height: 15px;
  background-color: #D9D9D9;
}
.side-duration .form-check .form-check-input:checked {
  background-color: #029E9D;
  border-color: #029E9D;
}
.listing-box-main-1 {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.listing-box-main-1:hover {
  border: 1px solid #029E9D;
}
.listing-box-main-1 .content-box {
  padding: 10px 10px 10px 0px;
}
.listing-box-main-1 .content-box .title {
  font-size: 24px;
  color: #029E9D;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  margin-bottom: 8px;
}
.listing-box-main-1 .content-box .title .jet-capacity {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.listing-box-main-1 .content-box .detail {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.listing-box-main-1 .content-box .jet-info li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
}
.listing-box-main-1 .content-box .jet-info li:last-child {
  padding-bottom: 0px;
}
#myList .listing-box-main-1 {
  display: none;
}
.seats-bnt {
  border: 1px solid #1893d8;
  color: #1893d8;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}
.book-now-btn {
  background-color: #5773BA;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.book-now-btn-2 {
  background-color: #036564;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  border: 0px;
}
.book-now-btn-2:hover {
  background-color: #024b4a;
}
.more-detail-btn {
  background-color: transparent;
  color: #0C519C;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  border: 0px;
}
.loadmore-btn {
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1893d8+0,5773ba+100 */
  background: #1893d8; /* Old browsers */
  background: -moz-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1893d8 0%, #5773ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1893d8', endColorstr='#5773ba', GradientType=0); /* IE6-9 */
}
.private-jet-details-title {
  text-align: center;
  margin-top: -50px;
}
.private-jet-details-title span {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  font-weight: 600;
  border: 2px solid #029E9D;
  padding: 10px 20px;
}
.side-info-main {
  background-color: #F1F1F1;
  padding: 15px;
}
.side-info-main .title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.side-info-main ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.side-info-main ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.side-info-main .des {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.sign-up-main {
  width: 100%;
  display: flex;
  height: 100vh;
  position: relative;
  align-items: center;
}
.sign-up-left {
  position: relative;
  width: 50%;
  background-image: url("../img/sign-up-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  z-index: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.sign-up-left:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
.sign-up-right {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sign-up-left-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.sign-up-main .sign-up-left > .row, .sign-up-main .sign-up-right > .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.sign-up-form .title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #029E9D;
}
.sign-up-form .des {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.signin-btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
  border: 0px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1893d8+0,5773ba+100 */
  background: #1893d8; /* Old browsers */
  background: -moz-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1893d8 0%, #5773ba 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1893d8 0%, #5773ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1893d8', endColorstr='#5773ba', GradientType=0); /* IE6-9 */
}
.account-no {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.account-no a {
  color: #FD037B;
}
.request-a-quote-form {
  border: 1px solid #1893D8;
  border-radius: 6px;
  padding: 20px 20px 30px 20px;
  background-color: #FAFFFF;
  position: relative;
}
.request-a-quote-form .form-label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.request-a-quote-form input[type="text"], .request-a-quote-form input[type="email"], .request-a-quote-form select {
  font-size: 14px;
  color: #000;
}
.request-a-quote-form button {
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.check-type-main label.btn {
  background-color: #1893D8;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  border: 0px;
}
.check-type-main label.btn:hover {
  background-color: #1893D8;
  color: #fff;
}
.check-type-main .btn-check:checked + .btn {
  background-color: #0970AA;
  color: #fff;
}
.membership-title {
  background-color: #029E9D;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 10px 10px;
  line-height: 32px;
}
.pricing-box {
  border: 1px solid #E2E8F0;
  width: 100%;
  border-radius: 16px;
  padding: 15px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-box .pricing-head .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.pricing-box .pricing-head .price {
  color: #029E9D;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
.pricing-box .pricing-head .year-month {
  font-size: 16px;
  font-weight: 500;
}
.pricing-box .pricing-info {
  padding-top: 10px;
  margin-bottom: 40px;
}
.pricing-box .pricing-info li {
  padding-bottom: 10px;
  color: #475569;
  font-size: 15px;
  font-weight: 400;
}
.pricing-box .pricing-info li:last-child {
  padding-bottom: 0px;
}
.pricing-box .pricing-info li i {
  color: #10B981;
  margin-right: 6px;
}
.pricing-main-div {
  margin-top: 20px;
}
.pricing-box .btn-div {
  margin-top: auto;
}
.discover-our-private-charter-btn {
  background-color: #1893D8;
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: -15px 10px 0px 10px;
}
.clear-filters-box {
  background-color: #F7F7F7;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
}
.clear-filters-box .title {
  color: #1893D8;
  font-size: 14px;
  font-weight: 600;
}
.clear-filters-box a {
  color: #1893D8;
  font-size: 14px;
  font-weight: 600;
}
.side-link-private-charters-for-rent {
  margin: 10px;
}
.side-link-private-charters-for-rent li {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.side-link-private-charters-for-rent li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}
.side-link-private-charters-for-rent li.active a, .side-link-private-charters-for-rent li a:hover {
  color: #fff;
  background-color: #FDC703;
}
.side-link-private-charters-for-rent li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.counter-area {
  background-image: url(../img/counter-bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.counter-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(87, 115, 186, 0.5);
  top: 0px;
  left: 0px;
  z-index: -1;
}
.single-counter-box {
  position: relative;
}
.single-counter-box .icon-wrap {
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 100px;
  margin: auto auto 10px auto;
  font-size: 40px;
  border-radius: 100%;
  vertical-align: top;
  text-align: center;
  background-color: #5773BA;
  border: 10px solid rgba(255, 255, 255, 0.6);
}
.single-counter-box .text-wrap .counter-info-text span {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  line-height: 54px;
}
.single-counter-box .text-wrap h4 {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.about-text .title {
  color: #029E9D;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
}
.call-to-action-area {
  position: relative;
  background-image: url(../img/call-to-action-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
  text-align: center;
}
.call-to-action-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.call-to-action-area h2 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}
.form-style-main {
  background-color: #FDC703;
  padding: 15px 15px 45px 15px;
  border-radius: 6px;
  position: relative;
  margin: -80px 0px 0px 0px;
}
.form-style2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px 15px 5px 15px;
  background-color: #fff;
}
.form-style2 input[type="text"], .form-style2 select {
  border: 0px;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
  padding: 15px 25px 15px 15px;
}
.form-style-main .searchbtn2 {
  text-align: center;
  height: 57px;
  line-height: 46px;
  position: absolute;
  bottom: -25px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.form-style2 .form-label, .form-style2 .form-label-select {
  font-size: 12px;
  font-weight: 600;
  color: #029E9D;
}
.form-style2 .form-floating {
  position: relative;
}
.form-style2 .form-floating i {
  position: absolute;
  top: 50%;
  font-size: 14px;
  right: 12px;
  transform: translateY(-50%);
}
.listing-box-main-2 {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.listing-box-main-2:hover {
  border: 1px solid #029E9D;
}
.listing-box-main-2 .content-box {
  padding: 10px 10px 10px 0px;
}
.listing-box-main-2 .content-box .title {
  font-size: 24px;
  color: #029E9D;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  margin-bottom: 8px;
}
.listing-box-main-2 .content-box .title .jet-time {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.listing-box-main-2 .content-box .detail {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.listing-box-main-2 .content-box .jet-info li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.empty-leg-available {
  color: #FD037B;
  font-size: 18px;
  font-weight: 500;
}
.listing-box-main-3 {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.listing-box-main-3:hover {
  border: 1px solid #029E9D;
}
.listing-box-main-3 .content-box {
  padding: 10px 10px 10px 0px;
}
.listing-box-main-3 .title {
  font-size: 18px;
  color: #029E9D;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  margin-bottom: 8px;
  padding: 10px 10px 5px 10px;
}
.listing-box-main-3 .title a {
  color: #029E9D;
}
.listing-box-main-3 .content-box .detail {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.listing-box-main-3 .content-box .jet-info li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.listing-box-main-4 {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.listing-box-main-4:hover {
  border: 1px solid #029E9D;
}
.listing-box-main-4 .content-box {
  padding: 10px 10px 10px 0px;
}
.listing-box-main-4 .content-box .title {
  font-size: 24px;
  color: #029E9D;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  margin-bottom: 8px;
}
.listing-box-main-4 .content-box .title .jet-price {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-align: right;
}
.listing-box-main-4 .content-box .title .jet-price span {
  display: block;
  font-size: 11px;
  text-decoration: line-through;
}
.listing-box-main-4 .content-box .detail {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.listing-box-main-4 .content-box .jet-info li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.box-style-5 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 110px 15px 15px 15px;
  position: relative;
  width: 100%;
  margin-top: 95px;
}
.box-style-5:hover {
  border: 1px solid #029E9D;
}
.box-style-5 .image {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
}
.box-style-5 .title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-style-5 .box-style-5-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.box-style-5 .passengers-number {
  font-size: 14px;
  font-weight: 500;
  color: #1893D8;
}
.view-detail-btn {
  display: inline-block;
  background-color: #1893D8;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.view-detail-btn:hover {
  background-color: #1893D8;
}
.contact-info-main {
  background-color: #1893D8;
  padding: 15px;
}
.contact-info-main .contact-info-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-info-main .contact-info-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-info-main .title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}
.contact-info-main .des {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.column-text .title {
  font-size: 26px;
  color: #029E9D;
  border-bottom: 1px dashed #029E9D;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.column-text ul li {
  position: relative;
  font-size: 14px;
  color: #000;
  padding-bottom: 8px;
  padding-left: 15px;
}
.column-text ul li:after {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  left: 0px;
  font-weight: 700;
  top: 0px;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-times-circle {
  display: inline-block;
  color: #029E9D;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-times-circle {
  display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-chevron-down {
  display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-chevron-down {
  display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  position: relative;
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-box .accordion-item .accordion-header i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
  background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
  color: #333 !important;
  padding: 20px 20px !important;
  font-size: 14px;
  background-color: #f7f6f4;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: left;
}
.faq-box .accordion-item {
  margin-bottom: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px !important;
}
.faq-box .accordion-item:last-child {
  margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
  padding: 0px;
  border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
  line-height: 24px;
  padding: 25px 25px 25px 25px;
  color: #333;
  margin-top: 1px;
  background-color: #f5f5f5;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  color: #029E9D !important;
  padding: 20px !important;
  font-size: 14px;
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3) !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: left;
}
.faq-box .accordion-item .accordion-body ul {
  margin-left: 15px;
}
.faq-box .accordion-item .accordion-body ul li {
  list-style: circle;
}
.blog-item {
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-item .blog-item-img {
  overflow: hidden;
}
.blog-item .blog-item-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-item .blog-item-title {
  line-height: 22px;
}
.blog-item .blog-item-title a {
  font-size: 18px;
  color: #029E9D;
}
.blog-item .blog-item-meta li {
  float: left;
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 12px;
}
.blog-item .blog-item-meta li:first-child {
  padding-left: 0px;
}
.blog-item .blog-item-meta li:last-child {
  padding-right: 0px;
}
.blog-item .blog-item-meta li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 8px;
  background-color: #333;
  top: 50%;
  opacity: 0.2;
  transform: translateY(-50%);
  right: 0px;
}
.blog-item .blog-item-meta li:last-child:after {
  display: none;
}
.blog-item .blog-item-meta li a {
  color: #1f71ff;
}
.blog-item .breadmore {
  font-size: 16px;
  color: #029E9D;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item .breadmore:hover {
  color: #000;
}
.blog-item .breadmore:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #029E9D;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.image-box-1 .des {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.image-box-1 .des:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e5e9ed;
  z-index: -1;
  opacity: 0.4;
  left: -100%;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-box-1:hover .des:before {
  left: 0px;
}
.horizontal-line-main {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px 10px;
  align-items: center;
}
.horizontal-div-box {
  width: 100%;
  position: relative;
}
.horizontal-div-box:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.horizontal-div-box:last-child:after {
  display: none;
}
.horizontal-div-box:last-child {
  border-right: 0px;
}
.from-select-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-div-box .form-select {
  height: 45px;
  padding-left: 42px;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  border-radius: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.horizontal-div-box input[type=text] {
  height: 42px;
  padding-left: 42px;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  border-radius: 0px;
  width: 100%;
}
.horizontal-div-box .select2-container--default .select2-selection--single .select2-selection__rendered, .horizontal-div-box input[type=text]::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.horizontal-div-box input[type=number] {
  height: 45px;
  padding-left: 42px;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  border-right: 0px;
}
.addflight-btn {
  border: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}
.addflight-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.close-div {
  width: 100px;
  margin-left: 6px;
}
.close-div button {
  border: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #b00016;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.close-div button span {
  display: none;
}
.form-second input[type=text], .form-second input[type=email], .form-second select {
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #000;
}
.form-second .form-label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.horizontal-div-inner-box {
  position: relative;
}
.form-error {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  font-weight: 500;
  color: red;
  padding: 4px 8px;
}
.select2-container {
  z-index: 9999;
}
.select-div .select2-container {
  width: 100% !important;
}
.select-div .select2-container--default .select2-selection--single {
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.home-search-form-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.home-search-form-border .row .col {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.home-search-form-border .row .col:last-child {
  border-right: 0px;
}
.home-search-form-border .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.home-search-form-border select, .horizontal-div-box select {
  background-color: transparent;
  border: 0px;
}
.select2-results__option--selectable {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
.select2-container--open .select2-dropdown {
  border-radius: 0px;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, .25);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #029E9D;
}
.passenger-form-main-div {
  position: relative;
}
.passengerselect-btn {
  cursor: pointer;
  line-height: 32px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.select-passenger-form {
  position: absolute;
  top: -140px;
  left: 0px;
  display: block;
  z-index: 9999;
  width: 225px;
  background-color: #029E9D;
}
.select-passenger-form:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  z-index: -1;
  width: 15px;
  height: 15px;
  background-color: #029E9D;
  transform: rotate(45deg);
  right: 0px;
  margin: auto;
}
.select-passenger-form .title {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.select-passenger-btn-main {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.select-passenger-btn-main input[type=text] {
  height: 28px;
  border-top: 1px solid #9eacaf;
  border-bottom: 1px solid #9eacaf;
  font-size: 13px;
  padding: 5px 6px;
  width: 40px;
  margin: 0 28px;
  background-color: #fff !important;
  text-align: center;
}
.select-passenger-btn-main .minus {
  width: 28px;
  height: 28px;
  left: 0;
  background: rgba(5, 47, 54, .6);
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  display: block;
  color: #fff;
  line-height: 28px;
}
.select-passenger-btn-main .plus {
  width: 28px;
  height: 28px;
  right: 0;
  background: rgba(5, 47, 54, .6);
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  display: block;
  color: #fff;
  line-height: 28px;
}
.passenger-submit-btn {
  width: 100%;
  display: inline-block;
  background-color: #fdc703;
  padding: 8px 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.select-passenger-body {
  margin: 10px;
}
.quote-select-div {
  padding-left: 42px;
}
.sortrowwrap .summary {
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000;
}
.sortrowwrap .summary span.divider {
  margin: 0px 10px;
}
.sortrow-option {
  display: flex;
  align-items: center;
  justify-content: end;
}
.modify-search-btn {
  border: 1px solid #000;
  padding: 10px 20px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.modify-search-btn:hover {
  background-color: #000;
  color: #fff;
}
.sortdropdown .btn {
  border: 0px;
  padding: 10px 20px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.sortdropdown .dropdown-menu {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px rgba(0, 0, 0, .1);
  padding: 0px;
}
.sortdropdown .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sortdropdown .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.sortdropdown .dropdown-menu li .dropdown-item {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 16px;
}
.amentiesicon {
  display: flex;
  margin-top: 10px;
}
.amentiesicon li {
  display: inline-block;
  margin-right: 4px;
}
.amentiesicon li:last-child {
  margin-right: 0px;
}
.amentiesicon li .icon {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: #000;
  background-image: url(../img/sprite-icon.webp)
}
.amentiesicon li .icon.bag {
  background-position: -40px 0;
}
.home-multi-city-form .horizontal-line-main {
  border-radius: 0px;
  padding: 6px 6px;
}
.home-multi-city-form .horizontal-line-main .from-select-icon {
  display: none;
}
.home-multi-city-form .horizontal-line-main .quote-select-div {
  padding-left: 0px;
}
.home-multi-city-form .horizontal-line-main .horizontal-div-box input[type="text"] {
  padding: 0px 10px 0px 10px;
  height: auto;
}
.home-multi-city-form .horizontal-line-main .passengerselect-btn {
  padding-left: 10px;
}
.home-multi-city-form .horizontal-line-main .select-passenger-btn-main input[type="text"] {
  height: 28px;
}
.filter-div .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 600;
}
.filter-div {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.side-price-range-trackmain {
  position: relative;
}
.side-price-range2 {
  position: relative;
  margin: 0px 15px 0px 15px;
}
.side-price-range2 input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: -8px;
  background-color: transparent;
  pointer-events: none;
}
.side-price-range2 .slider-track {
  width: 100%;
  height: 5px;
  position: relative;
  border-radius: 0px;
}
.side-price-range2 input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.side-price-range2 input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}
.side-price-range2 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 0;
  pointer-events: auto;
  border: 1px solid #ddd;
  background: #fff url("../img/side-price-range-icon.webp") no-repeat center center;
}
.side-price-range2 input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 0;
  pointer-events: auto;
  border: 1px solid #ddd;
  background: #fff url("../img/side-price-range-icon.webp") no-repeat center center;
}
.side-price-range2 input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #3264fe;
}
.side-price-range2 .values {
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-top: 8px;
}
.side-price-range2 .values i {
  font-size: 14px;
}
.flight-details-banner-main {
  background-image: url("../img/inner-head-img.webp");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.flight-details-banner-main:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0px;
  z-index: -1;
}
.flight-details-banner-title {
  font-size: 40px;
  font-weight: 700;
  color: #029e9d;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  line-height: 40px;
}
.flight-detail-sidebar-carousel .carousel-item img {
  border-radius: 6px;
}
.flight-detail-sidebar-carousel .carousel-control-prev {
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #FDC703;
  display: inline-block;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  opacity: 1;
  color: #000;
}
.flight-detail-sidebar-carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 12px;
  height: 12px;
}
.flight-detail-sidebar-carousel .carousel-control-next {
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #FDC703;
  display: inline-block;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  opacity: 1;
  color: #000;
}
.flight-detail-sidebar-carousel .carousel-control-next .carousel-control-next-icon {
  width: 12px;
  height: 12px;
}
.trip-summary-sidebar .card-header {
  text-align: center;
  background-color: #FDC703;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.trip-summary-sidebar .list-group-item {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.trip-summary-sidebar .list-group-item:nth-last-child(4) {
  background-color: #c8f7f6;
}
.trip-summary-sidebar .list-group-item:nth-last-child(3) {
  background-color: #94e1e0;
}
.trip-summary-sidebar .list-group-item .sidebar-summary-from-to {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.trip-summary-sidebar .list-group-item .sidebar-summary-from-to .name {
  margin-right: 10px;
  font-weight: 700;
}
.sidebar-total-amout {
  color: #000;
  font-size: 16px !important;
  font-weight: 600;
}
.flight-details-content-right .title {
  font-size: 24px;
  font-weight: 700;
  color: #029e9d;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 30px;
}
.flight-detail-time-main-div {
  border: 1px solid #BCE7E6;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
}
.flight-detail-time-center {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.flight-detail-time-center:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.destination-airport-box {
  text-align: center;
}
.destination-airport-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #029e9d;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: underline;
  line-height: 30px;
}
.destination-airport-box .airport-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  line-height: 22px;
}
.destination-airport-box .form-select {
  background-color: #1893D8;
  border: 0px;
  font-weight: 600;
  color: #fff;
}
.date-and-hours-div {
  width: 214px;
  height: auto;
  background-image: url("../img/date-and-hours-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  margin: auto;
  text-align: center;
  padding-top: 75px;
}
.date-and-hours-div .hours {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  line-height: 22px;
}
.date-and-hours-div .date {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
}
.all-specifications-title {
  background-color: #029E9D;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
}
.specifications-tabs {
  border: 1px solid #BCE7E6;
  border-radius: 6px;
}
.specifications-tabs .nav-tabs .nav-link {
  color: #000;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 600;
}
.specifications-tabs .nav-tabs .nav-link.active {
  border: 0px;
  color: #0C519C;
  border-bottom: 1px solid #0C519C;
}
.specifications-tabs .tab-content {
  padding: 15px;
}
.specifications-general-feature-box {
  text-align: center;
}
.specifications-general-feature-box .icon {
  font-size: 26px;
  color: #029E9D;
  font-weight: 600;
}
.specifications-general-feature-box .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.specifications-features-list li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-bottom: 8px;
}
.specifications-features-list li a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding-bottom: 8px;
}
.specifications-features-list li span.title {
  font-weight: 600;
}
.specifications-amenities-list {
  margin-left: 15px;
}
.specifications-amenities-list li {
  font-size: 16px;
  list-style: disc;
  color: #000;
  font-weight: 400;
  padding-bottom: 8px;
}
.specifications-photo-gallery-img img {
  border-radius: 6px;
}
.specifications-photo-gallery-carousel .owl-nav button.owl-prev, .specifications-photo-gallery-carousel .owl-nav button.owl-next {
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  line-height: 26px !important;
  text-align: center;
  background-color: #FDC703 !important;
  border: 0px;
  color: #000 !important;
}
.specifications-photo-gallery-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
}
.specifications-photo-gallery-carousel .owl-nav button.owl-prev {
  position: relative;
  left: 10px;
}
.specifications-photo-gallery-carousel .owl-nav button.owl-next {
  float: right;
  position: relative;
  right: 10px;
}
.cruise-video-box iframe {
  border: 0px;
  width: 100%;
  height: 230px;
}
.cruise-video-box {
  border: 1px solid #12a7b2;
  height: 100%;
  position: relative;
}
.youtube-play-btn {
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  cursor: pointer;
  margin-top: -36px;
  position: absolute;
  background: url("../img/youtube-paly-icon.webp") no-repeat center center;
  background-size: 50px 50px;
}
.dashboard-main-div {
  background-color: #f8fafc;
}
.dashboard-sidebar-link {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dashboard-sidebar-link li {
  margin-bottom: 1px;
}
.dashboard-sidebar-link li a {
  font-size: 15px;
  color: #111;
  display: inline-block;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
}
.dashboard-sidebar-link li.active a, .dashboard-sidebar-link li a:hover {
  color: #000;
  background-color: #fdc703;
}
.dashboard-sidebar-link li a .fa-angle-right {
  display: none;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 2;
}
.dashboard-sidebar-link li.active a .fa-angle-right, .dashboard-sidebar-link li a:hover .fa-angle-right {
  display: inline-block;
}
.dashboard-main-title {
  color: #029E9D;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 24px;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
}
.dashboard-box-style1 {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dashboard-box-style1 .number {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.dashboard-box-style1 .text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.dashboard-box-style2 {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dashboard-box-title {
  color: #029E9D;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.dashboard-user-detail li {
  padding-bottom: 12px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.dashboard-user-detail li:last-child {
  padding-bottom: 0px;
}
.dashboard-user-detail li .user-detail-right {
  color: #666;
}
.member-since-text {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 600;
}
.dashboard-edit-btn {
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  background-color: #f8fcff;
  border: 1px solid #bce7e6;
  border-radius: 4px;
  padding: 2px 8px;
}
.personal-information-detail li {
  padding-bottom: 12px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.personal-information-detail li:last-child {
  padding-bottom: 0px;
}
.personal-information-detail li .user-detail-right {
  color: #666;
  width: 220px;
}
.personal-photo-div {
  display: flex;
  align-items: center;
}
.personal-photo-div .image-div {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #eeeeee;
  border-radius: 100%;
  margin-right: 8px;
  overflow: hidden;
}
.personal-photo-div .text {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 600;
}
.personal-information-detail li .user-detail-right .form-control {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.my_profile-edit-country {
  width: 212px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: #000;
  font-weight: 500;
  padding: 2px 0;
}
.my_profile-edit-country .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.flight-booking-review-page-main {
  margin: -60px 0px 30px 0px;
  z-index: 5;
  position: relative;
}
.flight-booking-review-page-center {
  background-color: #fff;
  border: 1px solid #969696;
  border-radius: 5px;
  padding: 15px;
}
.airlines-main {
  display: flex;
  align-items: center;
}
.airlines-main .airline-logo {
  width: 70px;
  height: 70px;
  border: 1px solid #9F9797;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 8px;
}
.airlines-main .airline-des .title {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #029E9D;
  margin-bottom: 2px;
}
.airlines-main .airline-des .sub-title {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #5A5A5A;
}
.flight-booking-review-edit-btn {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #000;
  display: inline-block;
  background-color: #F8FCFF;
  border: 1px solid #029E9D;
  padding: 10px;
  border-radius: 7px;
}
.airlines-info-box-main {
  background-color: #F3F3F3;
  border: 1px solid #969696;
  padding: 10px;
  border-radius: 10px;
}
.airlines-info-box-des {
  text-align: center;
}
.airlines-info-box-des .title {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 6px;
}
.airlines-info-box-des .sub-title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #5A5A5A;
}
.booking-review-date-and-hours-div {
  width: 100px;
  height: auto;
  background-image: url("../img/date-and-hours-bg-2.webp");
  background-repeat: no-repeat;
  background-position: center top;
  margin: auto;
  text-align: center;
  padding-top: 45px;
}
.booking-review-date-and-hours-div .hours {
  font-size: 14px;
  font-weight: 500;
  color: #535353;
  margin-bottom: 4px;
  line-height: 22px;
}
.adults-number {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #036564;
  margin-bottom: 8px;
}
.pets-number {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #036564;
}
.airlines-info-box-right {
  position: relative;
}
.airlines-info-box-right:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #535353;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.booking-review-des p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}
.review-amenitie-box {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #036564;
}
.sidebar-checkout-div-top {
  border: 1px solid #029E9D;
  background-color: #EFFFFD;
  border-radius: 10px;
}
.sidebar-checkout-div-top .title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #029E9D;
  padding: 14px 6px;
}
.booking-amount-div {
  padding: 10px 10px;
  border-bottom: 1px solid #029E9D;
}
.booking-amount-div .booking-amount-div-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-amount-div .booking-amount-div-center .booking-amount-div-center-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}
.booking-amount-div .booking-amount-div-center .booking-amount-div-price {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}
.protection-div {
  padding: 10px 10px;
  border-bottom: 1px solid #029E9D;
}
.protection-div .protection-div-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}
.protection-div .protection-div-des {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.total-amount-div {
  padding: 10px 10px;
  border-bottom: 1px solid #029E9D;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-amount-div .total-amount-div-title {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
}
.total-amount-div .total-amount-div-price {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
}
.booking-note-div {
  padding: 10px 10px;
}
.booking-note-div .booking-note-div-title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.booking-note-div .booking-note-div-des {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.sidebar-terms-of-service-box {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  background-color: #CCCCCC;
  border-radius: 10px;
  padding: 10px;
}
.sidebar-terms-of-service-box a {
  color: #096294;
  font-weight: 600;
}
.check-out-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8183b+0,e33233+100 */
  background: linear-gradient(to bottom, rgba(216, 24, 59, 1) 0%, rgba(227, 50, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.flight-details-tabsmain .nav-tabs li .nav-link {
  padding: 8px;
  text-align: center;
}
.flight-details-tabsmain .nav-tabs {
  border: 0px;
}
.flight-details-tabsmain .nav-tabs li .nav-link {
  border: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #f5f5f5;
}
.flight-details-tabsmain .nav-tabs li:last-child .nav-link {
  border-right: 0px;
}
.flight-details-tabsmain .nav-tabs li .nav-link.active {
  border: 0px;
  background-color: #029e9d;
  border-right: 1px solid #029e9d;
}
.flight-details-tabsmain .nav-tabs li .flighttab-btn-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.flight-details-tabsmain .nav-tabs li .flighttab-btn-date {
  font-size: 13px;
  color: rgb(132, 132, 132);
  font-weight: 600;
}
.flight-details-tabsmain .nav-tabs li .flighttab-btn-time {
  font-size: 13px;
  color: rgb(132, 132, 132);
  font-weight: 600;
}
.flight-details-tabsmain .nav-tabs li .nav-link.active .flighttab-btn-title, .flight-details-tabsmain .nav-tabs li .nav-link.active .flighttab-btn-date, .flight-details-tabsmain .nav-tabs li .nav-link.active .flighttab-btn-time {
  color: #fff;
}
.flight-details-tabsmain .tab-content {
  padding: 15px 0px 15px 0px;
}
.flight-details-sorted-by {
  display: flex;
  align-items: center;
  background-color: #c8f7f6;
  padding: 10px 10px;
}
.flight-details-sorted-by li {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.flight-details-sorted-by li a {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}
.flight-details-sorted-by li:first-child {
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}
.destination-airport-box .destination-airport-time {
  color: #1893D8;
  font-weight: 600;
  font-size: 18px;
}
.flight-detail-price-div {
  text-align: right;
}
.flight-detail-price-div .price {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 24px;
}
.flight-detail-price-div .person-div {
  font-weight: 500;
  font-size: 11px;
  color: #4a4a4a;
}
.flight-detail-price-div .selectbtn {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border: 1px solid #029e9d;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .22);
}
.flight-detail-price-div .selectedbtn {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border: 1px solid #029e9d;
  padding: 6px 10px;
  background-color: #029e9d;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .22);
}
.charter-listing-search-main-div-center {
  max-width: 1700px;
  margin: auto;
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
}
.charter-listing-search-form-radio-div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.charter-listing-search-form-radio-div .form-check-label {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}
.charter-listing-search-form-radio-div .form-check {
  display: flex;
  align-items: center;
}
.charter-listing-search-form-radio-div .form-check .form-check-input {
  margin-top: 0px;
}
.charter-listing-search-form-radio-div .form-check-input[type="radio"] {
  width: 18px;
  height: 18px;
  border-color: rgba(0, 0, 0, 0.4);
}
.plus-minus-div a {
  background-color: #1893D8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
}
.plus-minus-div a:hover {
  background-color: #0973AE;
}
.form-field-div-main {
  background-color: #fff;
  border: 1px solid #7C8DB0;
  border-radius: 6px;
  padding: 0px 10px;
}
.form-field-div-main .row .col.form-field-border {
  border-right: 1px solid #7C8DB0;
}
.form-field-div-main .row .col.form-field-border:last-child {
  border-right: 0px;
}
.form-field-div-box {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.form-field-div-box .form-field-div-box-title {
  white-space: nowrap;
  margin-right: 6px;
  font-size: 14px;
}
.form-field-div-box .form-field-div-box-field {
  width: 100%;
}
.form-field-div-box .form-field-div-box-field .select-div .js-example-basic-single {
  /* display: none; */
  /* visibility: hidden; */
  background-color: transparent;
  border: 0;
  background: none;
}
.form-field-div-box .form-field-div-box-field .select-div {
  position: relative;
}
.form-field-div-box .form-field-div-box-field .select-div .select2-selection__arrow {
  display: none;
}
.form-field-div-box .form-field-div-box-field .select-div .select-div-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.form-field-div-box .select2-container .select2-selection--single {
  height: auto;
}
.form-field-div-box .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
.departing-date input {
  padding: 0;
  border: 0;
  white-space: normal;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  z-index: 2;
  position: relative;
  background-color: transparent;
}
.departing-date input:focus {
  background-color: transparent;
}
.departing-date input::placeholder {
  line-height: 20px;
  color: #000;
  font-weight: 600;
}
.departing-date input:focus {
  box-shadow: none;
}
.passengers-div input {
  padding: 0;
  border: 0;
  white-space: normal;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  width: 80px;
}
.new-searchbtndiv {
  position: absolute;
  left: 0;
  right: 0px;
  margin: auto;
}
.charter-listing-main-div-center {
  max-width: 1560px;
  margin: auto;
  position: relative;
}
.search-result-img-div {
  position: relative;
}
.search-result-carousel-img .carousel-control-prev {
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  opacity: 1;
}
.search-result-carousel-img .carousel-control-prev .carousel-control-prev-icon {
  width: 12px;
  height: 12px;
}
.search-result-carousel-img .carousel-control-next {
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  opacity: 1;
}
.search-result-carousel-img .carousel-control-next .carousel-control-next-icon {
  width: 12px;
  height: 12px;
}
.search-result-carousel-img .carousel-item img {
  border-radius: 6px;
}
.charter-listing-box-main {
  background-color: #FBFBFB;
  border: 1px solid #E7E6E6;
  border-radius: 6px;
  margin-bottom: 20px;
}
.charter-listing-box-main .charter-listing-box-des {
  padding: 15px 15px 15px 0px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-box-title-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-box-title-header .charter-listing-box-title {
  font-size: 24px;
  font-weight: 600;
  color: #036564;
  line-height: 30px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-box-title-header .charter-listing-box-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div {
  display: flex;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-div-box {
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 10px 6px 0;
  margin: 6px 10px 6px 0;
  width: 100%;
  justify-content: center;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-div-box .facility-icon {
  color: #0C519C;
  font-size: 14px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-div-box .facility-text {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-div-box:last-child {
  padding: 6px 0px 6px 0;
  margin: 6px 0px 6px 0;
  border-right: 0px;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-div-box .facility-icon {
  margin-right: 6px;
}
.charter-listing-box-main .listing-detail-div-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.charter-listing-box-main .listing-detail-div-box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .listing-detail-box {
  text-align: center;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .listing-detail-box .listing-detail-box-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .listing-detail-box .listing-detail-box-title .flighttimeinfo {
  color: #F06111;
  font-size: 11px;
  font-weight: 600;
  margin-left: 6px;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .listing-detail-box .listing-detail-box-time {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .listing-detail-box .listing-detail-box-date {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .stop-hr-div {
  text-align: center;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .stop-hr-div .stop-text-main {
  border-bottom: 1px solid #115CAD;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .stop-hr-div .stop-text-main .stop-icon {
  color: #0C519C;
  font-size: 14px;
}
.charter-listing-box-main .charter-listing-box-des .listing-detail-div-box .stop-hr-div .stop-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.charter-listing-box-main .listing-detail-facility-div-box {
  width: 100%;
  text-align: center;
}
.charter-listing-box-main .listing-detail-facility-div-box .facility-icon {
  margin-right: 6px;
  color: #0C519C;
  font-size: 14px;
}
.charter-listing-box-main .listing-detail-facility-div-box .facility-text {
  color: #0C519C;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}
.listing-detail-facility-div-box-disable .facility-text {
  color: #CBCBCB !important;
}
.more-detail-btn[aria-expanded="false"] .fa-circle-chevron-up {
  display: none;
}
.more-detail-btn[aria-expanded="true"] .fa-circle-chevron-down {
  display: none;
}
.listing-more-detail-des .card {
  border: 0px;
  background-color: transparent;
}
.listing-more-detail-des .card-body {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.sort-by-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.sort-by-div select {
  margin-right: 6px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.sort-by-div select:last-child {
  margin-right: 0px;
}
.sort-by-div .form-floating select {
  border-color: #cbd4e6;
}
.empty-leg-checkbox .form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.empty-leg-checkbox .form-check-label {
  color: #000;
  font-weight: 600;
}
.charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-disabled .facility-icon, .charter-listing-box-main .charter-listing-box-des .charter-listing-facility-div .listing-facility-disabled .facility-text {
  color: #ababab;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 70px;
}
.sort-by-title {
  font-size: 13px;
  font-weight: 500;
}
.add-flight-btn {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  border: 0;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
  background-color: #029E9D;
}
.add-flight-btn:hover {
  color: #fff;
  background-color: #017B7B;
}
.add-flight-btn.btn-sm {
  padding: 6px 10px;
  font-size: 11px;
}
.sign-in-up-with-google-btn {
  display: inline-block;
  background-color: #F3F9FA;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 6px;
}
.sign-in-up-with-google-btn:hover {
  background-color: #E3EBEC;
}
.booking-details-tabs .nav-tabs {
  border-bottom: 3px solid #969696;
}
.booking-details-tabs .nav-tabs .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #535353;
  text-transform: uppercase;
  border: 0px;
}
.booking-details-tabs .nav-tabs .nav-item .nav-link.active {
  color: #029E9D;
  border-bottom: 3px solid #029E9D;
  margin-bottom: -3px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.booking-details-tabs .nav-tabs .nav-item .nav-link.form-complete {
  color: #029E9D;
  border-bottom: 3px solid #969696;
  margin-bottom: -3px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.booking-details-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #029E9D;
  border-bottom: 3px solid #029E9D;
  margin-bottom: -3px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.booking-detail-same-box {
  border: 1px solid #969696;
  border-radius: 6px;
}
.booking-detail-same-box-body {
  padding: 15px;
}
.booking-detail-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  background-color: #029E9D;
  border-radius: 6px 6px 0px 0px;
}
.booking-detail-title small {
  font-size: 12px;
}
.input-box {
  position: relative;
}
.input-box .input-box-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.booking-details-gender-div {
  background-color: #F4FFFF;
  border: 1px solid #029E9D;
  border-radius: 6px;
  padding: 9px 6px 6px 15px;
  height: 50px;
}
.input-box input[type='text'], .input-box input[type='email'], .input-box input[type='number'] {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background-color: #F4FFFF;
  border: 1px solid #029E9D;
  border-radius: 6px;
  padding: 6px 6px 6px 15px;
  height: 50px;
}
.country-code-box {
  height: 50px;
}
.country-code-box .iti--allow-dropdown {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background-color: #F4FFFF;
  border: 1px solid #029E9D;
  border-radius: 6px;
  padding: 6px 6px 6px 15px;
  height: 50px;
  width: 100%;
}
.country-code-box .iti--allow-dropdown .iti__flag-container, .country-code-box .iti--separate-dial-code .iti__flag-container {
  width: 100%;
}
.country-code-box .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.country-code-box .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.country-code-box .iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 12px;
}
.country-code-box .iti__arrow {
  margin-left: auto;
}
.country-code-box .iti__country-list {
  margin: 6px 0 0 -1px;
  z-index: 100;
}
.input-box select.form-select {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background-color: #F4FFFF;
  border: 1px solid #029E9D;
  border-radius: 6px;
  padding: 6px 6px 6px 15px;
  height: 50px;
}
.input-date-of-birth-icon {
  background-image: url("../img/calendar-black-icon.webp");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.common-input-box {
  background-color: #F4FFFF;
  border: 1px solid #029E9D;
  border-radius: 6px;
  padding: 6px 6px 6px 15px;
  height: 50px;
}
.common-input-box .select-div {
  z-index: 10;
  position: relative;
}
.select-country-code .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 0px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.select-country-code .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select-country-code .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent #000 transparent;
}
.input-box input[type='text']:focus, .input-box input[type='email']:focus {
  box-shadow: none;
  background-color: transparent;
}
.select-country-code .select-div .js-example-basic-single {
  background-color: transparent;
  border: 0;
  background: none;
}
.input-box input[type='text']::placeholder, .input-box input[type='email']::placeholder {
  color: #000;
}
.input-box .form-select {
  border: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  padding-left: 0px;
}
.input-box .form-select:focus {
  box-shadow: none;
  background-color: transparent;
}
.add-another-traveler-link {
  font-size: 16px;
  color: #1893D8;
  display: inline-block;
  font-weight: 600;
  border: 0px;
  background-color: transparent;
  padding: 0px;
}
.remove-another-traveler-link {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border: 0px;
  background-color: transparent;
  padding: 0px;
}
.another-traveler-main-div.another-traveler-main-div-active {
  display: block;
}
.input-box .form-check {
  margin-bottom: 0px;
}
.input-box .form-check .form-check-label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.input-box .form-check input[type='radio'] {
  background-color: #C1C1C1;
  border-color: #C1C1C1;
  border-width: 3px;
}
.input-box .form-check input[type='radio']:checked {
  background-color: #fff;
  border-color: #029E9D;
}
.plus-minus-div-mobile-title {
  display: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}
.plus-minus-div-mobile-title button {
  font-size: 12px;
  font-weight: 600;
  color: #029E9D;
  background-color: transparent;
  border: 0px;
}
.plus-minus-div-mobile {
  display: none;
}
.popular-filter-sidebar-main-div {
  padding: 0px;
}
.popular-filter-sidebar-main-div .navbar-toggler {
  color: #029E9D;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-bottom: 2px;
  width: 100%;
}
.popular-filter-sidebar-main-div .navbar-toggler:focus {
  box-shadow: none;
}
.popular-filter-sidebar-main-div .navbar-toggler[aria-expanded='false'] .fa-chevron-down {
  display: inline-block;
}
.popular-filter-sidebar-main-div .navbar-toggler[aria-expanded='true'] .fa-chevron-down {
  display: none;
}
.popular-filter-sidebar-main-div .navbar-toggler[aria-expanded='true'] .fa-chevron-up {
  display: inline-block;
}
.popular-filter-sidebar-main-div .navbar-toggler[aria-expanded='false'] .fa-chevron-up {
  display: none;
}
.stops-tooltip {
  font-size: 13px;
}
.booking-detail-same-box-information-des .booking-detail-same-box-information-title {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 8px;
}
.booking-detail-same-box-information-des p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.booking-detail-same-box-information-des ul {
  margin-left: 15px;
}
.booking-detail-same-box-information-des ul li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  list-style: disc;
  padding-bottom: 6px;
}
.confirm-form-check {
  display: flex;
  align-items: center;
}
.confirm-form-check .form-check-label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}
.confirm-form-check .form-check-input {
  width: 20px;
  height: 20px;
  background-color: #D0D0D0;
  border: 0px;
  margin-top: 0px;
}
.confirm-form-check .form-check-input:checked {
  background-color: #029E9D;
}
.confirm-form-check .form-check-input:focus {
  box-shadow: none;
}
.proceed-with-payment-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 0;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  background-color: #036564;
}
.proceed-with-payment-btn:hover {
  color: #fff;
  background-color: #00504f;
}
.preview-your-details-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #115CAD;
  border: 2px solid #115CAD;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
}
.preview-your-details-btn:hover {
  color: #fff;
  background-color: #115CAD;
}
.sidebar-price-details-main-div {
  background-color: #F4FFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sidebar-price-details-main-div .sidebar-price-detail-title {
  text-align: center;
  background-color: #029E9D;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 6px;
}
.sidebar-price-details-main-div .sidebar-price-detail-summary-div {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.sidebar-price-details-main-div .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box {
  /* display: flex;
  justify-content: space-between;*/
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.sidebar-price-details-main-div .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box:last-child {
  margin-bottom: 0px;
}
.sidebar-price-details-main-div .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box .sidebar-price-detail-summary-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: 140px;
  float: left;
}
.sidebar-price-details-main-div .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box .sidebar-price-detail-summary-des {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.sidebar-complete-protection-div {
  padding: 0px 16px 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-complete-protection-div .complete-protection-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.sidebar-complete-protection-div p {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}
.sidebar-total-price-div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0px 16px 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-total-price-div .sidebar-total-price-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-total-price-div .sidebar-total-price-des {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-note-div {
  padding: 0px 16px 15px 16px;
}
.sidebar-note-div ul {
  margin-left: 15px;
}
.sidebar-note-div ul li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  list-style: disc;
  padding-bottom: 4px;
}
.sidebar-note-div ul li:last-child {
  padding-bottom: 0px;
}
.sidebar-terms-service {
  background-color: #F4FFFF;
  padding: 15px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar-terms-service a {
  color: #096294;
}
.sidebar-promo-code-div {
  background-color: #F4FFFF;
  position: relative;
  border-radius: 10px;
}
.sidebar-promo-code-div .sidebar-promo-code-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sidebar-promo-code-div input {
  background-color: transparent;
  padding: 15px 15px 15px 50px;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: 1px solid #029E9D;
}
.sidebar-promo-code-div input:focus {
  background-color: transparent;
}
.sidebar-promo-code-div input::placeholder {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.confirm-your-details-main-title {
  color: #036564;
  font-size: 26px;
  font-weight: 600;
  line-height: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.confirm-your-details-main-title small {
  font-size: 13px;
  color: #000;
  width: 100%;
  display: inline-block;
}
.booking-confirmation-no-div {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  padding-bottom: 8px;
}
.booking-confirmation-no-div span {
  color: #333;
}
.Status-confirmed {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Status-confirmed .add-spare-seats {
  color: #0979B8;
  font-size: 16px;
  line-height: 24px;
}
.Status-confirmed .add-spare-seats a {
  color: #0979B8;
}
.Status-confirmed .status-confirmed-text {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  background-color: #036564;
  border-radius: 4px;
  padding: 6px 12px;
  margin-left: 6px;
}
.confirm-your-detailsModal .modal-content {
  border: 0px;
}
.confirm-your-detailsModal .modal-header {
  background-color: #029E9D;
}
.confirm-your-detailsModal .modal-header .modal-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.aircraft-info-main {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 15px 15px 5px 15px;
  background-color: #fff;
}
.aircraft-info-box {
  text-align: center;
  margin-bottom: 10px;
}
.aircraft-info-box .aircraft-info-box-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.aircraft-info-box .aircraft-info-box-text {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.aircraft-details-main .card-header {
  background-color: #029E9D;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.aircraft-detail-ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.aircraft-detail-ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.aircraft-detail-ul li .aircraft-detail-ul-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.aircraft-detail-ul li .aircraft-detail-ul-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.aircraft-detail-ul li .aircraft-detail-ul-text .aircraft-detail-ul-text-color {
  color: #029E9D;
}
.passenger-details-main .card-header {
  background-color: #029E9D;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.passenger-detail-title {
  color: #029E9D;
  font-size: 16px;
  font-weight: 600;
}
.edit-your-detail-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #115CAD;
  border: 2px solid #115CAD;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
}
.edit-your-detail-btn:hover {
  color: #fff;
  background-color: #115CAD;
}
.confirm-your-detail-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #036564;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  background-color: #036564;
}
.confirm-your-detail-btn:hover {
  color: #fff;
  background-color: #00504f;
}
.booking-details-tab-main-div {
  border: 1px solid #D8D8D8;
  background-color: #F6FFFF;
  padding: 15px;
  border-radius: 6px;
}
.sidebar-price-details-main-div2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sidebar-price-details-main-div2 .sidebar-price-detail-title {
  text-align: center;
  background-color: #029E9D;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 6px;
}
.sidebar-price-details-main-div2 .sidebar-price-detail-summary-div {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.sidebar-price-details-main-div2 .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sidebar-price-details-main-div2 .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box:last-child {
  margin-bottom: 0px;
}
.sidebar-price-details-main-div2 .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box .sidebar-price-detail-summary-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.sidebar-price-details-main-div2 .sidebar-price-detail-summary-div .sidebar-price-detail-summary-box .sidebar-price-detail-summary-des {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.sidebar-stop-hr-div {
  text-align: center;
}
.sidebar-stop-hr-div .sidebar-stop-text-main {
  border-bottom: 1px solid #115CAD;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.sidebar-stop-hr-div .sidebar-stop-text-main .sidebar-stop-icon {
  color: #0C519C;
  font-size: 14px;
}
.sidebar-stop-hr-div .sidebar-stop-text {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 14px;
}
.sidebar-listing-detail-main {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-listing-detail-box {
  text-align: center;
}
.sidebar-listing-detail-box-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-listing-detail-box-time {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.sidebar-total-price-div2 {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px 15px 16px;
  /*background-color: #f0f9f9;*/
  border-radius: 0px 0px 10px 10px;
}
.sidebar-total-price-div2 .sidebar-total-price-title2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.sidebar-total-price-div2 .sidebar-total-price-des2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.sidebar-grand-total-prices-text {
  padding: 0px 16px 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.sidebar-grand-total-prices-text p {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}
.sidebar-other-details-div {
  background-color: #F4FFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sidebar-other-details-div .sidebar-other-detail-title {
  text-align: center;
  background-color: #029E9D;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 6px;
}
.sidebar-other-detail-ul {
  padding: 15px;
  margin-left: 15px;
}
.sidebar-other-detail-ul {
  list-style-type: decimal;
}
.sidebar-other-detail-ul li {
  list-style-type: decimal;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}
.sidebar-other-detail-ul li:last-child {
  padding-bottom: 0px;
}
.spare-seat-link {
  display: inline-block;
  color: #1893D8;
  font-size: 14px;
  font-weight: 600;
}
.header-page-style-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0px;
  text-align: center;
}
.header-page-style-2-title h1 {
  color: #017574;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.your-confirmed-details-tabs .nav-tabs {
  border-bottom: 1px solid #B6B6B6;
}
.your-confirmed-details-tabs .nav-tabs .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #535353;
  border: 0px;
}
.your-confirmed-details-tabs .nav-tabs .nav-item .nav-link.active {
  color: #029E9D;
  border-bottom: 3px solid #029E9D;
  margin-bottom: -3px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.your-confirmed-booking-detail-main-box {
  margin-bottom: 20px;
}
.your-confirmed-booking-detail-main-box:last-child {
  margin-bottom: 0px;
}
.your-confirmed-booking-detail-main-box .card-header {
  background-color: #edf5f5;
  font-size: 18px;
  color: #036564;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.your-confirmed-booking-detail-main-box .card-header .your-confirmation-No-box {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.aircraft-info-main2 {
  background-color: #fff;
}
.aircraft-info-box2 {
  text-align: center;
  margin-bottom: 10px;
}
.aircraft-info-box2 .aircraft-info-box2-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.aircraft-info-box2 .aircraft-info-box2-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.your-confirmed-detail-box2 {
  text-align: center;
}
.your-confirmed-stop-hr-div2 {
  text-align: center;
}
.your-confirmed-detail-box2-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.your-confirmed-detail-box2-time {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.your-confirmed-stop-hr-div2 .your-confirmed-stop-text-main2 {
  border-bottom: 1px solid #115CAD;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.your-confirmed-stop-hr-div2 .your-confirmed-stop-text2 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 25px;
}
.your-confirmed-stop-hr-div2 .your-confirmed-stop-text-main2 .your-confirmed-stop-icon2 {
  color: #0C519C;
  font-size: 14px;
}
.your-confirmed-details-tabs .card-footer {
  background-color: #edf5f5;
}
.your-confirmed-detail-summary-div {
  padding: 10px 0px;
}
.your-confirmed-detail-summary-div .your-confirmed-detail-summary-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.your-confirmed-detail-summary-div .your-confirmed-detail-summary-box:last-child {
  margin-bottom: 0px;
}
.your-confirmed-detail-summary-div .your-confirmed-detail-summary-box .your-confirmed-detail-summary-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.your-confirmed-detail-summary-div .your-confirmed-detail-summary-box .your-confirmed-detail-summary-des {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.your-confirmed-booking-grand-total-main-div .your-confirmed-booking-grand-total-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.your-confirmed-booking-grand-total-main-div .your-confirmed-booking-grand-total-price {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
.your-confirmed-detail-summary-des-big-text {
  font-size: 18px;
  font-weight: 700;
}
.your-confirmed-booking-grand-total-border {
  background-color: rgba(0, 0, 0, 0.2);
  height: 60px;
  width: 1px;
  position: relative;
  margin-left: auto;
}
.aircraft-info-main3 {
  background-color: #fff;
}
.aircraft-info-box3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.aircraft-info-box3 .aircraft-info-box3-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-right: 6px;
}
.aircraft-info-box3 .aircraft-info-box3-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.empty-leg-flight-checkbox .form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.empty-leg-flights-page-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.empty-leg-flight-listing-box {
  background-color: #F2F2F2;
  border-radius: 6px;
  margin-bottom: 20px;
}
.empty-leg-flight-listing-box:last-child {
  margin-bottom: 0px;
}
.empty-leg-flight-listing-box .empty-leg-flight-listing-box-des {
  padding: 10px 10px 10px 0px;
}
.empty-leg-flight-listing-box .empty-leg-flight-listing-box-des .empty-leg-flight-listing-box-des-title-main {
  font-size: 18px;
  font-weight: 600;
  color: #036564;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.empty-leg-flight-listing-box .empty-leg-flight-listing-box-des .empty-leg-flight-listing-box-des-title-main span:nth-child(2) {
  margin: 0px 8px;
  font-size: 13px;
}
.empty-leg-flight-listing-box .empty-leg-flight-listing-box-des .empty-leg-flight-listing-box-des-info li {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding-bottom: 8px;
}
.empty-leg-flight-listing-box .empty-leg-flight-listing-box-des .empty-leg-flight-listing-box-des-info li .empty-leg-flight-listing-icon {
  color: #0C519C;
  font-size: 15px;
  display: inline-block;
  width: 22px;
}
.empty-leg-flight-more-detail-btn {
  background-color: transparent;
  color: #0C519C;
  display: inline-block;
  padding: 0px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  border: 0px;
}
.empty-leg-flight-more-detail-btn[aria-expanded="false"] .fa-circle-chevron-up {
  display: none;
}
.empty-leg-flight-more-detail-btn[aria-expanded="true"] .fa-circle-chevron-down {
  display: none;
}
.empty-leg-flight-listing-more-detail-des .card-body {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.empty-leg-flight-listing-more-detail-des .card {
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.empty-leg-flight-listing-box-price-main {
  text-align: right;
}
.empty-leg-flight-listing-box-price-div {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: right;
}
.empty-leg-flight-listing-box-price-main .empty-leg-flight-listing-box-price-Negotiable {
  font-size: 14px;
  font-weight: 600;
  color: #F06111;
  margin-bottom: 8px;
}
.empty-leg-flight-book-now-btn {
  background-color: #036564;
  display: inline-block;
  padding: 6px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 0px;
}
.empty-leg-flight-book-now-btn:hover {
  background-color: #00504f;
}
.flight-booking-back-btn {
  position: relative;
  display: inline-block;
  color: #115CAD;
  border: 0;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  background-color: transparent;
}
.charter-listing-header-banner {
  /*display: none;*/
}
.charter-listing-box-btn-div {
  text-align: right;
}
.error-text {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}
.another-traveler-minus-btn {
  color: #0C519C;
}
.add-another-traveler-link-btn[aria-expanded="false"] .add-another-traveler-minus {
  display: none;
}
.add-another-traveler-link-btn[aria-expanded="true"] .add-another-traveler-plus {
  display: none;
}
.sidebar-price-details-main-div-toggle {
  padding: 0;
  margin-bottom: 15px;
}
.sidebar-price-details-main-div-toggle .navbar-collapse {
  flex-flow: column;
}
.empty-leg-flight-listing-box-des-title-mobile {
  display: none;
}
.group-charter-flights-intro-text .group-charter-flights-intro-text-small-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin-bottom: 6px;
}
.group-charter-flights-intro-text .group-charter-flights-intro-text-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #029E9D;
  margin-bottom: 8px;
}
.group-charter-flights-intro-text p {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}
.group-charter-flights-benefits-corporate-travel-area {
  background-color: #fffbed;
  padding: 40px 0;
}
.group-charter-flights-benefit-box {
  border: 4px solid #FDC703;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 15px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.group-charter-flights-benefit-box:hover {
  background-color: #029E9D;
  border-color: #029E9D;
}
.group-charter-flights-benefit-box .group-charter-flights-benefit-box-title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #029E9D;
}
.group-charter-flights-benefit-box:hover .group-charter-flights-benefit-box-title {
  color: #fff;
}
.group-charter-flights-how-it-works-area {
  padding: 40px 0;
}
.group-charter-flights-how-it-works-timeline-main {
  position: relative;
}
.group-charter-flights-how-it-works-timeline-main:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #1893D8;
}
.group-charter-flights-how-it-work-left-box {
  text-align: right;
  position: relative;
  padding: 0px 15px 0px 0px;
  margin-bottom: 30px;
}
.group-charter-flights-how-it-work-left-box:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #FDC703;
  border: 3px solid #1893D8;
  top: 10px;
  right: -24px;
}
.group-charter-flights-how-it-work-left-box .group-charter-flights-how-it-work-left-box-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
  margin-bottom: 6px;
}
.group-charter-flights-how-it-work-left-box .group-charter-flights-how-it-work-left-box-des {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  margin-bottom: 20px;
}
.group-charter-flights-how-it-work-left-box .group-charter-flights-how-it-work-left-border-icon {
  width: 100%;
  height: 1px;
  background-color: #FDC703;
  position: relative;
}
.group-charter-flights-how-it-work-left-box .group-charter-flights-how-it-work-left-border-icon:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("../img/group-charter-flights-how-it-work-left-border-icon.webp");
  background-repeat: no-repeat;
  right: -5px;
  top: -12px;
}
.group-charter-flights-how-it-work-right-box {
  text-align: left;
  position: relative;
  padding: 0px 0px 0px 15px;
  margin-bottom: 30px;
}
.group-charter-flights-how-it-work-right-box:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #FDC703;
  border: 3px solid #1893D8;
  top: 10px;
  left: -24px;
}
.group-charter-flights-how-it-work-right-box .group-charter-flights-how-it-work-right-box-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
  margin-bottom: 6px;
}
.group-charter-flights-how-it-work-right-box .group-charter-flights-how-it-work-right-box-des {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  margin-bottom: 20px;
}
.group-charter-flights-how-it-work-right-box .group-charter-flights-how-it-work-right-border-icon {
  width: 100%;
  height: 1px;
  background-color: #FDC703;
  position: relative;
}
.group-charter-flights-how-it-work-right-box .group-charter-flights-how-it-work-right-border-icon:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("../img/group-charter-flights-how-it-work-right-border-icon.webp");
  background-repeat: no-repeat;
  left: -5px;
  top: -12px;
}
.search-for-group-travel-categories-form-input .form-control {
  border: 1px solid #0EBCBB;
  background-color: #CEF6F6;
  border-radius: 30px;
  height: 60px;
  padding-right: 50px;
}
.search-for-group-travel-categories-form-input .form-control::placeholder {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.search-for-group-travel-categories-form-input {
  position: relative;
  margin-bottom: 30px;
}
.search-for-group-travel-categories-form-input .search-for-group-travel-categories-form-input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #000;
  transform: translateY(-50%);
}
.private-plane-group-trip-box {
  text-align: center;
  padding: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #029E9D;
  height: 100%;
}
.private-plane-group-trip-box .private-plane-group-trip-box-img {
  width: 100%;
}
.private-plane-group-trip-box .private-plane-group-trip-box-img img {
  max-width: 100%;
  width: 100%;
}
.private-plane-group-trip-box .private-plane-group-trip-box-des-main {
  padding: 10px;
}
.private-plane-group-trip-box .private-plane-group-trip-box-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.private-plane-group-trip-box .private-plane-group-trip-box-des {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.private-plane-group-trip-box .private-plane-group-trip-read-more {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  background-color: #1893D8;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 6px;
}
.private-plane-group-trip-box .private-plane-group-trip-read-more i {
  font-size: 10px;
}
.private-plane-group-trip-box .private-plane-group-trip-read-more:hover {
  color: #fff;
  background-color: #0F7EBD;
}
.private-plane-group-trip-carousel .owl-nav {
  top: 50%;
  right: 0;
  left: 0;
  position: absolute;
  margin-top: 0px;
  z-index: 1;
  transform: translateY(-50%);
  display: none;
}
.private-plane-group-trip-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 10px !important;
  line-height: 30px;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 100% !important;
  margin: 0px !important;
  border: 0px !important;
}
.private-plane-group-trip-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -16px !important;
}
.private-plane-group-trip-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -16px !important;
}
.private-plane-group-trip-carousel .owl-nav {
  top: 50%;
  right: 0;
  left: 0;
  position: absolute;
  margin-top: 0px;
  z-index: 1;
  transform: translateY(-50%);
  display: none;
}
.private-plane-group-trip-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 10px !important;
  line-height: 30px;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 100% !important;
  margin: 0px !important;
  border: 0px !important;
}
.private-plane-group-trip-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -16px !important;
}
.private-plane-group-trip-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -16px !important;
}
.group-charter-flights-list-area {
  padding: 30px 0 30px 0;
}
.box-style-6 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.box-style-6:hover {
  border: 1px solid #029E9D;
}
.box-style-6 .des {
  padding: 25px 15px 15px 15px;
}
.box-style-6 .image {
  position: relative;
}
.box-style-6 .image img {
  width: 100%;
}
.box-style-6 .passengers-number {
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: inline-block;
  background-color: #FDC703;
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.box-style-6 .title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.box-style-6 .box-style-6-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.box-style-6 .passengers-number {
  font-size: 14px;
  color: #000;
}
.group-charter-flights-faq-area .section-title-style3 .section-title-style3-title {
  font-size: 48px;
}
.group-charter-flights-faq-accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #adadad;
  border-radius: 8px;
  overflow: hidden;
}
.group-charter-flights-faq-accordion .accordion-item .accordion-header .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #029E9D;
}
.group-charter-flights-faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}
.group-charter-flights-faq-accordion .accordion-item .accordion-body, .group-charter-flights-faq-accordion .accordion-item .accordion-body p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.group-charter-flights-faq-accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0px;
}
.business-travel-charters-intro-text .business-travel-charters-intro-text-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  margin-bottom: 8px;
}
.business-travel-charters-intro-text p {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}
.business-travel-charter-text-box {
  margin-bottom: 30px;
}
.business-travel-charter-text-box .business-travel-charter-text-box-title {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  background-color: #FDC703;
  color: #000;
  padding: 16px 20px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 8px;
}
.business-travel-charter-text-box p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.business-travel-charter-text-box p:last-child {
  margin-bottom: 0px;
}
.business-travel-charter-text-box-img {
  margin-bottom: 30px;
  margin-left: 15px;
}
.business-travel-charter-text-box-img img {
  border-radius: 10px;
  -webkit-box-shadow: -10px 10px 0px 0px rgba(2, 158, 157, 1);
  -moz-box-shadow: -10px 10px 0px 0px rgba(2, 158, 157, 1);
  box-shadow: -10px 10px 0px 0px rgba(2, 158, 157, 1);
}
.overlook-view-at-our-charter-area {
  padding: 20px 0px 0px 0px;
}
.overlook-view-box-image img {
  border-radius: 8px;
}
.business-travel-charters-faq-area {
  padding: 20px 0px 20px 0px;
}
.modal-listing-detail-box {
  text-align: center;
}
.modal-listing-detail-box-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-listing-detail-box-time {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.modal-listing-detail-box-title .flighttimeinfo {
  color: #F06111;
  font-size: 10px;
  font-weight: 600;
  margin-left: 6px;
}
.sidebar-other-details-navbars-div {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidebar-other-details-navbars-div .navbar-toggler {
  background-color: #029E9D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 12px;
  border: 0px;
  width: 100%;
  text-align: left;
  position: relative;
}
.sidebar-other-details-navbars-div .navbar-toggler i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-other-details-navbars-div .navbar-toggler:focus {
  box-shadow: none;
}
.sidebar-other-details-navbars-div .navbar-toggler[aria-expanded="false"] .fa-circle-minus {
  display: none;
}
.sidebar-other-details-navbars-div .navbar-toggler[aria-expanded="true"] .fa-circle-plus {
  display: none;
}
.you-booking-for-spare-seat-div {
  background-color: #FFD9D9;
  padding: 8px 10px;
  color: #E30000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 20px;
}
.group-charter-flights-benefits-corporate-travel-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #029E9D;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  margin-bottom: 15px;
}
.group-charter-flights-list-area-mobile {
  display: none;
}
.private-plane-group-trip-area-mobile {
  display: none;
}
.private-plane-group-trip-area-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.private-plane-group-trip-area-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  background-color: #fff !important;
  border-radius: 100% !important;
  color: #029E9D !important;
}
.amenities-form-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 0px;
  background-color: #D9D9D9;
}
.amenities-form-check .form-check-label {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}
.amenities-form-check .form-check-input:checked {
  background-color: #34A853;
}
.sidebar-detail-box-date {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.amenties-ul {
  margin-left: 15px;
}
.amenties-ul li {
  list-style: disc;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-left: 0px;
}
.business-tour-charter-area-carousel .owl-stage .owl-item {
  padding-right: 1px;
}
.business-tour-charter-area-carousel .owl-nav {
  width: 100%;
}
.business-tour-charter-area-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  background-color: #029E9D !important;
  border-radius: 100% !important;
  color: #fff !important;
}
.in-flight-experience-carousel .owl-nav {
  width: 100%;
}
.in-flight-experience-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  background-color: #029E9D !important;
  border-radius: 100% !important;
  color: #fff !important;
}
.overlook-charter-carousel .owl-nav {
  width: 100%;
}
.overlook-charter-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  background-color: #029E9D !important;
  border-radius: 100% !important;
  color: #fff !important;
}
.overlook-charter-mobile {
  display: none;
}
.you-booking-for-group-travel-div {
  background-color: #FFC36A;
  padding: 8px 10px;
  color: #602200;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 20px;
}
.empty-leg-flight-listing-box .empty-leg-flight-listing-box-des .empty-leg-flight-listing-box-des-title-main .flighttimeinfo {
  color: #F06111;
  font-size: 10px;
  font-weight: 600;
  margin-left: 6px;
  display: inline-block;
}
.sidebar-amenities-main-div {
  background-color: #C1FBFF;
  border-radius: 6px;
  margin: 10px 10px 0px 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar-amenities-text {
  color: #115CAD;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.sidebar-amenities-text small {
  font-size: 12px;
}
.sidebar-amenities-price {
  color: #115CAD;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.sidebar-amenitiesModal-content .modal-header {
  background-color: #029E9D;
}
.sidebar-amenitiesModal-content .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.sidebar-amenitiesModal-content .modal-header .btn-close {
  background-image: none;
  color: #fff;
  opacity: 1;
  font-size: 22px;
}
.private-jet-memberships-inner-head {
  padding: 20px 0;
}
.private-jet-memberships-plan-tab-link {
  text-align: center;
}
.private-jet-memberships-plan-tab-link .nav-tabs {
  display: inline-block;
  background-color: #029E9D;
  padding: 8px;
  border-radius: 40px;
}
.private-jet-memberships-plan-tab-link .nav-tabs .nav-item {
  display: inline-block;
}
.private-jet-memberships-plan-tab-link .nav-tabs .nav-item .nav-link {
  border: 0px;
  border-radius: 40px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}
.private-jet-memberships-plan-tab-link .nav-tabs .nav-item .nav-link.active {
  color: rgba(100, 116, 139, 0.84);
}
.membership-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 0;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #029E9D;
  width: 100%;
}
.membership-btn:hover {
  color: #fff;
  background-color: #027E7D;
}
.pricing-box.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#029e9d+0,026d81+100 */
  background: linear-gradient(to bottom, rgba(2, 158, 157, 1) 0%, rgba(2, 109, 129, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 0px;
}
.pricing-box.active .pricing-head .title, .pricing-box.active .pricing-head .price, .pricing-box.active .pricing-info li, .pricing-box.active .pricing-info li i {
  color: #fff;
}
.pricing-box.active .membership-btn {
  background-color: #fff;
  color: #000;
}
.dashboard-sidebar-user-header .dashboard-sidebar-user-name {
  font-size: 17px;
  color: #029E9D;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.dashboard-sidebar-user-header .dashboard-sidebar-user-email {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}
.dashboard-sidebar-user-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.dashboard-upcoming-trips {
  border: 1px solid #C5C5C5;
}
.dashboard-upcoming-trips .card-header {
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  background-color: #ececec;
}
.status-confirmed-badge {
  color: #fff;
  font-size: 12px;
  background-color: #22A54E;
  display: inline-block;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
}
.dashboard-upcoming-trips table tr th {
  font-size: 14px;
  color: #000;
}
.dashboard-upcoming-trips table tr td {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.dashboard-spend-summary-div {
  border: 1px solid #C5C5C5;
}
.dashboard-spend-summary-div .card-header {
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spend-summary-year-dropdown button {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 0px;
  background-color: transparent;
  padding: 0px;
}
.dashboard-overall-summary-div {
  border: 1px solid #C5C5C5;
}
.dashboard-overall-summary-div .card-header {
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  background-color: #ececec;
  text-align: center;
}
.dashboard-overall-summary-box {
  background-color: #fff;
  margin-bottom: 20px;
}
.dashboard-overall-summary-box:last-child {
  margin-bottom: 0px;
}
.dashboard-overall-summary-box .number {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.dashboard-overall-summary-box .text {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
.dashboard-main-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.dashboard-write-a-review-lnik-div {
  text-align: right;
}
.dashboard-write-a-review-lnik {
  color: #fff;
  font-size: 13px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
}
.dashboard-write-a-review-lnik:hover {
  background-color: #008483;
}
.dashboard-reset-lnik {
  color: #fff;
  font-size: 16px;
  background-color: #087DBF;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
}
.dashboard-reset-lnik:hover {
  background-color: #026daa;
}
.dashboard-no-reviews-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.dashboard-no-reviews-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.dashboard-no-reviews-des {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
}
.dashboard-reviews-box-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.dashboard-reviews-box-div:last-child {
  margin-bottom: 0px;
}
.dashboard-reviews-box-title {
  font-size: 20px;
  color: #036564;
  font-weight: 700;
  text-transform: uppercase;
}
.dashboard-reviews-box-reviewed {
  font-size: 15px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 10px;
}
.dashboard-reviews-box-div-des p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.dashboard-reviews-box-rating-box-main {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dashboard-reviews-box-rating-box {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.dashboard-reviews-box-rating-box:last-child {
  margin-bottom: 0px;
}
.dashboard-reviews-box-rating-box-title {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}
.dashboard-reviews-box-rating-box-star {
  font-size: 15px;
  color: #FDC703;
  font-weight: 500;
}
.date-of-experience-div {
  color: #fff;
  font-size: 16px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.date-of-experience-div span {
  font-size: 14px;
}
.dashboard-reviews-box-img img {
  border-radius: 4px;
}
.dashboard-write-review-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.dashboard-write-review-form-rating-box-main {
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #029E9D;
  background-color: #F4FFFF;
}
.dashboard-write-review-form-rating-box {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.dashboard-write-review-form-rating-box-title {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}
.dashboard-write-review-form-rating-box-star {
  font-size: 15px;
  color: #FDC703;
  font-weight: 500;
}
.dashboard-write-review-form .form-select {
  border: 1px solid #029E9D;
  background-color: #F4FFFF;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 16px 10px;
}
.dashboard-write-review-form textarea {
  border: 1px solid #029E9D;
  background-color: #F4FFFF;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 10px 10px;
}
.dashboard-write-review-form input[type="file"] {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.upload-photo-form-text-box {
  border: 1px solid #029E9D;
  background-color: #F4FFFF;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 6px;
  padding: 6px;
}
.dashboard-write-review-submit-btn-div {
  text-align: center;
}
.dashboard-write-review-submit-btn {
  color: #fff;
  font-size: 16px;
  background-color: #036564;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  border: 0px;
}
.dashboard-write-review-submit-btn:hover {
  background-color: #008483;
}
.dashboard-booking-details-main-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link {
  font-size: 19px;
  color: #999999;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #CBCBCB;
  border-radius: 0px;
  padding: 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #029E9D;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #0B7877;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link img {
  margin-right: 4px;
}
.dashboard-booking-details-tabs .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 15px;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #029E9D;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #0B7877;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link .dashboard-booking-details-tab-icon2 {
  display: none;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link.active .dashboard-booking-details-tab-icon1 {
  display: none;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link.active .dashboard-booking-details-tab-icon2 {
  display: block;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link:hover .dashboard-booking-details-tab-icon2 {
  display: block;
}
.dashboard-booking-details-tabs .nav-tabs .nav-link:hover .dashboard-booking-details-tab-icon1 {
  display: none;
}
.dashboard-all-journey-box {
  border: 1px solid #C5C5C5;
  margin-bottom: 15px;
}
.dashboard-all-journey-box .card-header {
  position: relative;
  background-color: #ececec;
}
.dashboard-all-journey-box-title-main {
  font-size: 20px;
  color: #036564;
  font-weight: 600;
}
.dashboard-all-journey-box-title-main span {
  font-size: 15px;
  color: #000;
}
.dashboard-all-journey-box-pnr-no {
  font-size: 16px;
  color: #535353;
  font-weight: 600;
}
.dashboard-all-journey-box-pnr-no span {
  color: #000000;
}
.dashboard-all-journey-status-main-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dashboard-all-journey-status-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 4px;
}
.dashboard-all-journey-status-booked-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #00802B;
  margin-right: 4px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}
.dashboard-all-journey-status-print-link {
  font-size: 18px;
  color: #087DBF;
  font-weight: 600;
  margin-left: 8px;
  text-transform: uppercase;
  display: inline-block;
}
.dashboard-listing-detail-main {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px 15px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
}
.dashboard-listing-detail-box {
  text-align: center;
}
.dashboard-listing-detail-box-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-listing-detail-box-time {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-detail-box-date {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-stop-hr-div {
  text-align: center;
}
.dashboard-stop-hr-div .dashboard-stop-text-main {
  border-bottom: 1px solid #115CAD;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.dashboard-stop-hr-div .dashboard-stop-text-main .dashboard-stop-icon {
  color: #0C519C;
  font-size: 14px;
}
.dashboard-stop-hr-div .dashboard-stop-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 14px;
}
.dashboard-all-journey-status-cancelled-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #FF3F3F;
  margin-right: 4px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}
.dashboard-all-journey-status-confirmed-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #1893D8;
  margin-right: 4px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}
.dashboard-no-canceled-booking-main-div {
  text-align: center;
}
.dashboard-no-canceled-booking-img {
  margin-bottom: 10px;
}
.dashboard-no-canceled-booking-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
.dashboard-no-canceled-booking-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.dashboard-create-new-lnik-div {
  text-align: right;
}
.dashboard-create-new-lnik {
  color: #fff;
  font-size: 16px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
}
.dashboard-create-new-lnik:hover {
  background-color: #008483;
}
.dashboard-my-reports-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.dashboard-my-reports-table th {
  text-align: center;
  color: #0B7877;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-my-reports-table td {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.dashboard-my-report-date {
  display: block;
  color: #999999;
  font-size: 14px;
}
.dashboard-my-reports-table-overdue {
  background-color: #FFF2E8;
  color: #DA6600;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}
.dashboard-my-reports-table-approved {
  background-color: #dbf2e8;
  color: #0B7877;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}
.dashboard-my-reports-table-reimbursed {
  background-color: #23B378;
  color: #ffffff;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}
.dashboard-my-travel-document-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.dashboard-my-travel-document-table th {
  text-align: center;
  color: #0B7877;
  font-size: 16px;
  font-weight: 600;
}
.dashboard-my-travel-document-table td {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-my-travel-document-no-data {
  text-align: center;
}
.dashboard-my-travel-document-no-data-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.dashboard-my-travel-document-no-data-title a {
  color: #029E9D;
}
.new-my-travel-document-uploadModal-box .modal-content {
  border-radius: 0px;
}
.new-my-travel-document-uploadModal-box .modal-header {
  background-color: #F8F8FD;
}
.new-my-travel-document-upload-form .form-label {
  color: #C9312E;
  font-size: 14px;
  font-weight: 500;
}
.my-travel-document-upload-save-btn {
  color: #fff;
  font-size: 16px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  border: 0px;
}
.my-travel-document-upload-save-btn:hover {
  background-color: #008483;
}
.new-my-travel-document-upload-form .form-label {
  color: #C9312E;
  font-size: 14px;
  font-weight: 500;
}
.my-travel-document-upload-cancel-btn {
  color: #fff;
  font-size: 16px;
  background-color: #FD5454;
  display: inline-block;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  border: 0px;
}
.my-travel-document-upload-cancel-btn:hover {
  background-color: #EA3F3F;
}
.my-report-upload-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.my-report-upload-form .form-label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.my-report-upload-form input[type="file"], .my-report-upload-form .form-select {
  border-radius: 0px;
}
.my-report-upload-form .actions ul {
  justify-content: center;
  display: flex;
}
.my-report-upload-form .actions ul li {
  display: inline-block;
}
.my-report-upload-form .actions ul li a {
  margin: 0px 4px;
}
.my-report-upload-form .actions ul li:first-child a {
  color: #fff;
  font-size: 16px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
}
.my-report-upload-form .actions ul li:first-child a:hover {
  background-color: #008483;
}
.my-report-upload-form .actions ul li:nth-child(2) a {
  color: #fff;
  font-size: 16px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
}
.my-report-upload-form .actions ul li:nth-child(2) a:hover {
  background-color: #008483;
}
.my-report-upload-form .actions ul li:nth-child(3) a {
  color: #fff;
  font-size: 16px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
}
.my-report-upload-form .actions ul li:nth-child(3) a:hover {
  background-color: #008483;
}
.issuing-country-select {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 6px 10px;
}
.my-report-upload-form .wizard ul > li, .my-report-upload-form .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.my-report-upload-form .wizard > .steps .current-info, .my-report-upload-form .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.my-report-upload-form .wizard > .content > .title, .my-report-upload-form .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.my-report-upload-form .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.my-report-upload-form .wizard > .steps ul {
  display: flex;
  margin-bottom: 20px;
}
.my-report-upload-form .wizard > .steps > ul > li {
  width: 100%;
  position: relative;
  text-align: center;
}
.my-report-upload-form .wizard > .steps > ul > li:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  background-color: #999999;
  height: 1px;
  width: 80px;
  transform: translateY(-50%);
}
.my-report-upload-form .wizard > .steps > ul > li:last-child:after {
  display: none;
}
.my-report-upload-form .wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.my-report-upload-form .wizard > .steps a, .my-report-upload-form .wizard > .steps a:hover, .my-report-upload-form .wizard > .steps a:active {
  display: block;
  width: auto;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.my-report-upload-form .wizard > .actions .disabled a {
  background: #eee;
  color: #aaa;
}
.my-report-upload-form .wizard > .actions .disabled a:hover {
  background: #eee;
  color: #aaa;
}
.my-report-upload-form .wizard > .steps .disabled a, .my-report-upload-form .wizard > .steps .disabled a:hover, .my-report-upload-form .wizard > .steps .disabled a:active {
  cursor: default;
}
.my-report-upload-form .wizard > .steps a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.my-report-upload-form .wizard > .steps .disabled a .number {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #EFF3F9;
  display: inline-block;
  border-radius: 100%;
}
.my-report-upload-form .wizard .steps ul li.current a .number {
  background-color: #0084FF;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
}
.my-report-upload-form .wizard > .steps .current a, .my-report-upload-form .wizard > .steps .current a:hover, .my-report-upload-form .wizard > .steps .current a:active {
  background: #fcfcfc;
  color: #111;
  cursor: default;
}
.my-report-upload-form .wizard > .steps .done a, .my-report-upload-form .wizard > .steps .done a:hover, .my-report-upload-form .wizard > .steps .done a:active {
  background: #fcfcfc;
  color: #111;
  cursor: default;
}
.my-report-upload-form .wizard > .steps .done a .number {
  background-color: #0084FF;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
}
.my-report-upload-form .wizard > .steps .error a, .my-report-upload-form .wizard > .steps .error a:hover, .my-report-upload-form .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.my-report-upload-form .wizard > .content {
  background: #fff;
  display: block;
  margin: 0.5em;
  min-height: 18em;
  overflow: hidden;
  position: relative;
  border: 1px dashed #6D7383;
}
.my-report-upload-form .wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.my-report-upload-form .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.my-report-upload-form .wizard > .content > .body ul {
  list-style: disc !important;
}
.my-report-upload-form .wizard > .content > .body ul > li {
  display: list-item;
}
.pagination-div {
  display: flex;
  justify-content: flex-end;
}
.pagination-div ul li .page-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.pagination-div ul li.active .page-link {
  color: #fff;
  background-color: #029E9D;
  border-color: #029E9D;
}
.dashboard-write-review-cancel-btn {
  color: #fff;
  font-size: 16px;
  background-color: #FD5454;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  border: 0px;
}
.dashboard-write-review-cancel-btn:hover {
  background-color: #EA3F3F;
}
.upload-photo-form-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
}
.show-hide-password-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
  color: #828282;
  font-size: 18px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.show-hide-password-icon.clicked-show-hide-password .fa-eye-slash {
  display: block;
}
.show-hide-password-icon .fa-eye-slash {
  display: none;
}
.show-hide-password-icon.clicked-show-hide-password .fa-eye {
  display: none;
}
.show-hide-password-icon2 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
  color: #828282;
  font-size: 18px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.show-hide-password-icon2.clicked-show-hide-password .fa-eye-slash {
  display: block;
}
.show-hide-password-icon2 .fa-eye-slash {
  display: none;
}
.show-hide-password-icon2.clicked-show-hide-password .fa-eye {
  display: none;
}
.dashboard-my-expense-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.dashboard-my-expense-table th {
  text-align: center;
  color: #0B7877;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-my-expense-table td {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-my-expense-table-imgtext-td {
  display: flex;
}
.dashboard-my-expense-table-imgtext1 {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.dashboard-my-expense-table-img {
  margin-right: 6px;
}
.dashboard-my-expense-table-imgtext2 {
  color: #3F8DFB;
}
.my-expense-table-view {
  font-size: 15px;
  color: #3F8DFB;
  margin-right: 6px;
}
.my-expense-table-download {
  font-size: 15px;
  color: #0A7877;
  margin-right: 6px;
}
.my-expense-table-delete {
  font-size: 15px;
  color: #DC3545;
}
.dashboard-my-reports-table-rejected {
  background-color: #FF4646;
  color: #fff;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}
.dashboard-my-reports-table-submitted {
  background-color: #029E9D;
  color: #fff;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}
.my-expenses-create-new-modal-form .col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: right;
  line-height: 20px;
}
.my-expenses-create-new-modal-form .form-control {
  border: 1px solid #808080;
  font-size: 15px;
  color: #000;
}
.my-expenses-create-new-modal-form .form-control::placeholder {
  font-size: 15px;
  color: #000;
}
.my-expenses-create-new-modal-form .form-select {
  border: 1px solid #808080;
  font-size: 15px;
  color: #000;
}
.share-on-emailModal .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.share-on-email-form .select-div .select2-container--default .select2-selection--multiple {
  border: 1px solid #029E9D;
  padding: 10px;
}
.share-on-email-form .select2-container--default .select2-selection--multiple .select2-selection__choice, .share-on-email-form .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 6px;
}
.multiple-email-select .multiple_emails-container {
  border: 1px solid #029E9D !important;
  padding: 10px;
}
.multiple-email-select .multiple_emails-email {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.multiple-email-select .multiple_emails-close {
  float: none;
  position: absolute;
  right: 0px;
}
.dashboard-booking-detail-write-a-review-lnik {
  color: #087DBF;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
.dashboard-booking-detail-write-a-review-lnik:hover {
  color: #000;
}
.dashboard-listing-detail-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-select-your-trip-date-title {
  color: #000;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 6px;
}
.dashboard-select-your-trip-date .form-control {
  border: 1px solid #029E9D;
  background-color: #F4FFFF;
  padding: 10px;
  height: 45px;
}
.generate-report-btn {
  color: #fff;
  font-size: 14px;
  background-color: #029E9D;
  display: inline-block;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  border: 0px;
  height: 45px;
  width: 100%;
}
.generate-report-btn:hover {
  background-color: #008483;
}
.my-report-actions-link {
  color: #087DBF;
  font-size: 16px;
}
.empty-leg-flights-intro-text-title {
  font-size: 36px;
  color: #029E9D;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  line-height: 44px;
}
.empty-leg-flights-intro-text-title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 150px;
  height: 3px;
  background-color: #FDC703;
}
.empty-leg-flights-intro-text-div p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.empty-leg-flight-title-1-div {
  text-align: center;
}
.empty-leg-flight-title-1 {
  font-size: 36px;
  color: #029E9D;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  line-height: 44px;
}
.empty-leg-flight-title-1-line {
  width: 150px;
  height: 3px;
  background-color: #FDC703;
  margin: auto;
  margin-bottom: 10px;
}
.empty-leg-flight-title-1-div p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.empty-leg-flight-title-2 {
  font-size: 24px;
  color: #000202;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  line-height: 44px;
  text-align: center;
}
.empty-leg-book-flight-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.empty-leg-book-flight-box-icon {
  width: 100px;
  height: 100px;
  border-radius: 20px 20px 20px 0px;
  text-align: center;
  line-height: 90px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin: auto auto 10px auto;
  box-shadow: inset -4px 4px 30px rgba(255, 255, 255, 0.5), inset 4px 4px 30px #D1D9E6;
}
.empty-leg-book-flight-box-title {
  font-size: 20px;
  color: #029E9D;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}
.empty-leg-book-flight-box-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.empty-leg-book-flight-box-arrow {
  position: absolute;
  top: 0px;
  right: -130px;
}
.empty-leg-book-flight-box-main-div .row .col:nth-child(2) .empty-leg-book-flight-box .empty-leg-book-flight-box-arrow {
  top: 50px;
}
.empty-leg-book-flight-box-btn-div {
  text-align: center;
  margin-bottom: 20px;
}
.view-available-flights-btn {
  background-color: #1893D8;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 0px;
}
.view-available-flights-btn:hover {
  background-color: #0d86ca;
}
.request-a-quote-btn {
  background-color: #029E9D;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 0px;
}
.request-a-quote-btn:hover {
  background-color: #008281;
}
.empty-leg-flight-title-3 {
  font-size: 36px;
  color: #029E9D;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  line-height: 44px;
}
.empty-leg-flight-title-3-line {
  width: 150px;
  height: 3px;
  background-color: #FDC703;
  margin-bottom: 10px;
}
.book-empty-leg-flights-with-us-box-div li {
  position: relative;
  padding: 0px 0px 30px 90px;
}
.book-empty-leg-flights-with-us-box-div li:last-child {
  position: relative;
  padding: 0px 0px 0px 90px;
}
.book-empty-leg-flights-with-us-box-div {
  position: relative;
}
.book-empty-leg-flights-with-us-box-div:after {
  position: absolute;
  content: "";
  width: 3px;
  background-color: #FDC703;
  height: 100%;
  left: 35px;
  top: 0px;
  z-index: -1
}
.book-empty-leg-flights-with-us-box-icon {
  width: 70px;
  height: 70px;
  background-color: #029E9D;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}
.book-empty-leg-flights-with-us-box-title {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  width: 100%;
  display: inline-block;
}
.book-empty-leg-flights-with-us-box-text {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  width: 100%;
  display: inline-block;
}
.book-empty-leg-flights-with-us-area {
  padding: 20px 0px 0px 0px;
}
.available-empty-leg-route-table tr th, .available-empty-leg-route-table tr td {
  text-align: center;
}
.available-empty-leg-route-table tr th {
  background-color: #E9E9E9;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.available-empty-leg-route-table tr td {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.available-empty-leg-route-table-footer-text {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.available-empty-leg-route-table-footer-text a {
  color: #115CAD;
}
.private-charter-flights-intro-text-title {
  font-size: 36px;
  color: #029E9D;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  line-height: 44px;
}
.private-charter-flights-intro-text-title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 150px;
  height: 3px;
  background-color: #FDC703;
}
.private-charter-flights-intro-text-div p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.why-choose-private-charter-flight-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.why-choose-private-charter-flight-box-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.why-choose-private-charter-flight-box-title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 35px;
  font-family: 'Oswald', sans-serif;
}
.why-choose-private-charter-flight-box-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.why-choose-private-charter-flight-inner-icon-box1 {
  width: 195px;
  height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 110px 110px 0px 110px;
}
.why-choose-private-charter-flight-inner-icon-box2 {
  width: 153px;
  height: 153px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
}
.why-choose-private-charter-flight-inner-icon-box-number {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.why-choose-private-charter-flight-box-main-div {
  margin: 30px 0px 0px 0px;
}
.why-choose-private-charter-flight-box-main-div .row .col:first-child .why-choose-private-charter-flight-inner-icon-box1, .why-choose-private-charter-flight-box-main-div .row .col:first-child .why-choose-private-charter-flight-inner-icon-box-number {
  background-color: #41A233;
}
.why-choose-private-charter-flight-box-main-div .row .col:nth-child(2) .why-choose-private-charter-flight-inner-icon-box1, .why-choose-private-charter-flight-box-main-div .row .col:nth-child(2) .why-choose-private-charter-flight-inner-icon-box-number {
  background-color: #EE9500;
}
.why-choose-private-charter-flight-box-main-div .row .col:nth-child(3) .why-choose-private-charter-flight-inner-icon-box1, .why-choose-private-charter-flight-box-main-div .row .col:nth-child(3) .why-choose-private-charter-flight-inner-icon-box-number {
  background-color: #3F9FDC;
}
.why-choose-private-charter-flight-box-main-div .row .col:nth-child(4) .why-choose-private-charter-flight-inner-icon-box1, .why-choose-private-charter-flight-box-main-div .row .col:nth-child(4) .why-choose-private-charter-flight-inner-icon-box-number {
  background-color: #EC5700;
}
.private-charter-flights-explore-our-fleet-box {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 7px;
  margin-bottom: 30px;
}
.private-charter-flights-explore-our-fleet-box-des {
  padding: 10px;
}
.private-charter-flights-explore-our-fleet-box-title {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  line-height: 27px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 5px;
}
.private-charter-flights-explore-our-fleet-box-title a {
  color: #000;
}
.private-charter-flights-explore-our-fleet-box-text {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.private-charter-flights-explore-our-fleet-box-text span {
  width: 100%;
  display: inline-block;
}
.private-charter-flights-explore-our-fleet-box-img img {
  width: 100%;
}
.how-to-book-private-charter-flight-ul {
  position: relative;
  margin-top: 30px;
}
.how-to-book-private-charter-flight-ul li {
  position: relative;
  padding: 0px 0px 40px 45px;
}
.how-to-book-private-charter-flight-ul:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #1893D8;
  left: 13px;
  top: -20px;
  z-index: -1;
}
.how-to-book-private-charter-flight-ul li:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FDC703;
  border: 4px solid #1893D8;
  border-radius: 100%;
  left: 0px;
  top: 0px;
}
.how-to-book-private-charter-flight-box-text {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
}
.how-to-book-private-charter-flight-box-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #FDC703;
}
.how-to-book-private-charter-flight-box-line-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 18px;
  color: #FDC703;
  transform: translateY(-50%);
}
.private-charter-flight-unmatched-comfort-box {
  margin-bottom: 20px;
}
.private-charter-flight-unmatched-comfort-box-des {
  background-color: #FFFFFF;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.private-charter-flight-unmatched-comfort-box-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}
.private-charter-flight-unmatched-comfort-box-title a {
  color: #000;
}
.private-charter-flights-unmatched-comfort-area {
  padding: 20px 0px;
}
.inner-head-main5 {
  padding: 75px 0 75px 0;
  position: relative;
}
.inner-head-main5:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.inner-head-img5 img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-fit: cover;
  object-position: center center;
}
.inner-head-box5 {
  text-align: center;
}
.inner-head-box5 h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.inner-head-box5-breadcrumb {
  display: inline-block;
  text-align: center;
  margin-bottom: 0px;
}
.inner-head-box5-breadcrumb li {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  font-size: 18px;
  line-height: 24px;
}
.inner-head-box5-breadcrumb li a {
  color: #029E9D !important;
}
.inner-head-box5-breadcrumb li:before {
  color: #fff !important;
  font-size: 14px;
}
.popular-countrie-list-area {
  padding: 30px 0;
}
.popular-countrie-list-box {
  border: 1px solid #BEB5B5;
  border-radius: 20px 20px 5px 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-countrie-list-box-star-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(12, 17, 31, 0.24);
  box-shadow: inset 7px 0px 20px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 46px;
  display: flex;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.popular-countrie-list-box-star-icon {
  color: #FFCD6B;
  margin-right: 6px;
}
.popular-countrie-list-box-img img {
  width: 100%;
  height: 237px !important;
  object-fit: cover;
  object-position: center center;
}
.popular-countrie-list-box-title {}
.popular-countrie-list-box-des {
  padding: 15px;
}
.popular-countrie-list-box-title {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 6px;
}
.popular-countrie-list-box-text {
  font-family: 'Montserrat', sans-serif;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.popular-countrie-list-box-bottom {
  border-top: 1px solid #BEB5B5;
  padding-top: 10px;
  margin-top: 10px;
}
.popular-countrie-starting-from-title {
  font-family: "Montserrat", sans-serif;
  color: rgb(104, 104, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.popular-countrie-starting-from-price {
  font-family: 'Montserrat', sans-serif;
  color: #0C111F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.popular-countrie-starting-from-price small {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.popular-countrie-list-box-book-now-btn {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #029E9D;
  border-radius: 45px;
  padding: 12px 20px;
  display: inline-block;
}
.popular-countrie-pagination {
  text-align: center;
  justify-content: center;
  display: flex;
}
.popular-countrie-pagination .page-link {
  background-color: #CBCBCB;
  border-color: #CBCBCB;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 29px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-countrie-pagination .page-item {
  margin: 0px 3px;
}
.popular-countrie-pagination .page-item:first-child .page-link, .popular-countrie-pagination .page-item:last-child .page-link {
  border-radius: 100%;
  line-height: 25px;
}
.popular-countrie-pagination .page-item.active .page-link {
  background-color: #029E9D;
  color: #fff;
  border-color: #029E9D;
}
.popular-countrie-pagination .page-item.blank .page-link {
  background-color: transparent;
  border-color: transparent;
}
.countries-detail-area {
  padding: 30px 0;
}
.countries-detail-content-img {
  position: relative;
}
.countries-detail-content-img img {
  border-radius: 20px;
  width: 100%;
  height: 420px !important;
  object-fit: cover;
  object-position: center center;
}
.countries-detail-content-star-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(12, 17, 31, 0.24);
  box-shadow: inset 7px 0px 20px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 46px;
  display: flex;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.countries-detail-content-star-box-icon {
  color: #FFCD6B;
  margin-right: 6px;
}
.countries-detail-content-with-img-div {
  background-color: #f2fbfa;
  border-radius: 20px 20px 8px 8px;
  margin-bottom: 30px;
}
.countries-detail-content-with-img-div-des {
  padding: 15px;
}
.countries-detail-content-title1 {
  color: #0C111F;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  border-bottom: 1px solid #BEB5B5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.countries-detail-content-with-img-div-des p {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.countries-detail-content-with-img-div-des p:last-child {
  margin-bottom: 0px;
}
.countries-detail-content-title2 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 10px;
}
.countries-detail-basic-informationul li:nth-of-type(even) {
  background-color: #fff
}
.countries-detail-basic-informationul li:nth-of-type(odd) {
  background-color: #f2fbfa;
}
.countries-detail-basic-informationul li {
  padding: 0px 12px;
}
.countries-detail-basic-information-title {
  color: #0C111F;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  width: 210px;
  display: inline-block;
  border-right: 1px solid #B3B3B3;
  margin-right: 20px;
  padding: 12px 0px;
}
.countries-detail-basic-information-text {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.countries-detail-content-other-box {
  margin-bottom: 30px;
}
.book-trip-detail-box {
  background-color: #fff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}
.book-trip-detail-box:last-child {
  margin-bottom: 0px;
}
.book-trip-detail-box-img img {
  border-radius: 100%;
}
.book-trip-detail-box-img-right-div-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.book-trip-detail-box-img-right-div-text {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
.book-trip-detail-box-des-main-div-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 4px;
}
.book-trip-detail-box-des-time-div {
  text-align: center;
}
.book-trip-detail-box-des-time-div-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.book-trip-detail-box-des-time-div-title-small {
  color: #535252;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.book-trip-detail-box-des-center {
  text-align: center;
}
.book-trip-detail-box-des-center-title1 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.book-trip-detail-box-des-center-title2 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.book-trip-detail-box-des-center-line {
  width: 100%;
  height: 1px;
  background-color: #979797;
  position: relative;
}
.book-trip-detail-box-des-center-line:before {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #BEB5B5;
  position: absolute;
  content: "";
  left: 0px;
  top: -4px;
  border-radius: 100%;
}
.book-trip-detail-box-des-center-line:after {
  width: 8px;
  height: 8px;
  background-color: #BEB5B5;
  border: 1px solid #BEB5B5;
  position: absolute;
  content: "";
  right: 0px;
  top: -4px;
  border-radius: 100%;
}
.book-trip-detail-box-des-main-div {
  border-left: 2px dashed #979797;
  border-right: 2px dashed #979797;
  padding: 0px 15px;
}
.book-trip-detail-box-price-div {
  text-align: center;
}
.book-trip-detail-box-price-title1 {
  font-family: 'Montserrat', sans-serif;
  color: #0C111F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.book-trip-detail-box-price-title-small {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.book-trip-detail-box-book-now-btn {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #029E9D;
  border-radius: 45px;
  padding: 10px 18px;
  display: inline-block;
  margin-top: 10px;
}
.view-all-aircraft-btn {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #029E9D;
  border-radius: 45px;
  padding: 10px 18px;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.countries-detail-popular-destinations-area {
  background-color: rgba(2, 158, 157, 0.05);
  border-radius: 8px;
  padding: 15px;
}
.countries-detail-popular-destination-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.countries-detail-popular-destination-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.19%, #111111 100%);
}
.countries-detail-popular-destination-img img {
  width: 100%;
  height: 285px !important;
  object-fit: cover;
  object-position: center center;
}
.countries-detail-popular-destination-img-last img {
  height: 285px !important;
}
.countries-detail-popular-destination-img3 img {
  height: 138px !important;
}
.countries-detail-popular-destination-img-location {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  z-index: 1;
}
.countries-detail-popular-destination-carousel {
  position: relative;
}
.countries-detail-popular-destination-carousel-next-prev {
  position: absolute;
  top: 0px;
  right: 0px;
}
.countries-detail-popular-destination-carousel .carousel-control-prev {
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #029E9D;
  display: inline-block;
  bottom: auto;
  top: -37px;
  border-radius: 100%;
  opacity: 1;
  position: relative;
}
.countries-detail-popular-destination-carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 12px;
  height: 12px;
}
.countries-detail-popular-destination-carousel .carousel-control-next {
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #029E9D;
  display: inline-block;
  bottom: auto;
  top: -37px;
  border-radius: 100%;
  opacity: 1;
  position: relative;
}
.countries-detail-popular-destination-carousel .carousel-control-next .carousel-control-next-icon {
  width: 12px;
  height: 12px;
}
.countries-detail-basic-information-table table tr td {
  border: 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.countries-detail-basic-information-table table tr th {
  border: 0px;
  color: #0C111F;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  border-right: 1px solid #B3B3B3;
  padding: 10px;
}
.countries-detail-basic-information-table table tr:nth-of-type(even) th, .countries-detail-basic-information-table table tr:nth-of-type(even) td {
  background-color: #fff
}
.countries-detail-basic-information-table table tr:nth-of-type(odd) th, .countries-detail-basic-information-table table tr:nth-of-type(odd) td {
  background-color: #f2fbfa;
}
.countries-detail-sidebarmain {
  border: 1px solid #BEB5B5;
  border-radius: 8px;
  overflow: hidden;
}
.countries-detail-sidebar-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  border-left: 5px solid #029E9D;
  padding: 10px 0 10px 6px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.countries-detail-sidebar-other-countries-div-des {
  padding: 0px 15px 15px 15px;
}
.countries-detail-sidebar-other-countries-div {
  background-color: #F2FAFA;
  margin-bottom: 30px;
}
.countries-detail-sidebar-other-countries-box-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.countries-detail-sidebar-other-countries-box-starting-from {
  font-family: 'Montserrat', sans-serif;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}
.countries-detail-sidebar-other-countries-box-price {
  font-family: 'Montserrat', sans-serif;
  color: #0C111F;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.countries-detail-sidebar-other-countries-box-price small {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.countries-detail-sidebar-other-countries-box-img img {
  border-radius: 8px;
}
.countries-detail-sidebar-other-countries-box {
  border-bottom: 1px dashed #BEB5B5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.countries-detail-sidebar-other-countries-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.countries-detail-sidebar-other-countries-see-more-div {
  text-align: center;
  padding-bottom: 10px;
}
.countries-detail-sidebar-other-countries-see-more-div a {
  font-family: 'Montserrat', sans-serif;
  color: #029E9D;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}
.countries-detail-sidebar-special-offers-box-main {
  padding: 0px 15px 15px 15px;
}
.countries-detail-sidebar-special-offers-box-img {
  margin-bottom: 10px;
}
.countries-detail-sidebar-special-offers-box-title {
  font-family: 'Montserrat', sans-serif;
  color: #535252;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.countries-detail-sidebar-special-offers-box-title span {
  color: #029E9D;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.countries-detail-sidebar-special-offers-box-img img {
  border-radius: 100%;
}
.countries-detail-sidebar-special-offers-box {
  text-align: center;
  margin-bottom: 20px;
}
.countries-detail-sidebar-why-avatarjet-area {
  background-color: #F2FAFA;
  margin-bottom: 30px;
}
.countries-detail-sidebar-why-avatarjet-box-main {
  padding: 0px 15px 0px 15px;
}
.countries-detail-sidebar-why-avatarjet-box-headtext {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.countries-detail-sidebar-why-avatarjet-box {
  padding: 10px;
  border: 1px solid #A09F9F;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}
.countries-detail-sidebar-why-avatarjet-box-icon {
  margin-bottom: 4px;
}
.countries-detail-sidebar-why-avatarjet-box-title1 {
  font-family: 'Montserrat', sans-serif;
  color: #0C111F;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
}
.countries-detail-sidebar-why-avatarjet-box-title2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.countries-detail-sidebar-any-question-box-main {
  padding: 0px 15px 15px 15px;
}
.countries-detail-sidebar-any-question-box-ul li {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 6px;
}
.countries-detail-sidebar-any-question-box-ul li:last-child {
  padding-bottom: 0px;
}
.countries-detail-sidebar-any-question-box-ul li {
  font-size: 13px;
  line-height: 21px;
}
.countries-detail-faq-area-title {
  font-family: 'Montserrat', sans-serif;
  color: #029E9D;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.countries-detail-faq-area {
  padding: 20px 0px 20px 0px;
}
.countries-detail-faq-accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #adadad;
  border-radius: 8px;
  overflow: hidden;
}
.countries-detail-faq-accordion .accordion-item .accordion-header .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #029E9D;
}
.countries-detail-faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}
.countries-detail-faq-accordion .accordion-item .accordion-body, .countries-detail-faq-accordion .accordion-item .accordion-body p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.countries-detail-faq-accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0px;
}
.included-excluded-tabs-div .nav-item {
  margin-right: 6px;
}
.included-excluded-tabs-div .nav-tabs {
  border: 0px;
  margin-bottom: 20px;
}
.included-excluded-tabs-div .nav-item:last-child {
  margin-right: 0px;
}
.included-excluded-tabs-div .nav-item .nav-link {
  background-color: #CBCBCB;
  padding: 6px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 45px;
  border-color: #CBCBCB;
}
.included-excluded-tabs-div .nav-item .nav-link.active {
  background-color: #029E9D;
  color: #fff;
  border-color: #029E9D;
}
.included-excluded-list-ul li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 8px;
}
.included-excluded-list-ul li i {
  color: #3EB750;
}
.popular-route-list-box {
  border: 1px solid #BEB5B5;
  border-radius: 20px 20px 5px 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-route-list-box-star-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(12, 17, 31, 0.24);
  box-shadow: inset 7px 0px 20px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 46px;
  display: flex;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.popular-route-list-box-star-icon {
  color: #FFCD6B;
  margin-right: 6px;
}
.popular-route-list-box-img img {
  width: 100%;
}
.popular-route-list-box-title {}
.popular-route-list-box-des {
  padding: 15px;
}
.popular-route-list-box-title {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.popular-route-list-box-bottom {
  border-top: 1px solid #BEB5B5;
  padding-top: 10px;
  margin-top: 10px;
}
.popular-route-list-box-book-now-btn {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #029E9D;
  border-radius: 45px;
  padding: 12px 20px;
  display: inline-block;
}
.popular-route-starting-from-title {
  font-family: 'Montserrat', sans-serif;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.popular-route-starting-from-price {
  font-family: 'Montserrat', sans-serif;
  color: #0C111F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.popular-route-starting-from-price small {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.popular-route-list-box-city-name {
  color: #4E5561;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #BEB5B5;
  border-radius: 60px;
  padding: 6px 12px;
}
.popular-route-list-box-city-name-arrow {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  background-color: #111827;
  border-radius: 40px;
  padding: 2px 20px;
}
.popular-route-list-box-city-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popular-route-list-box-round-trip-box {
  border: 1px solid #E4EBF1;
  background-color: #F5F8FA;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
}
.popular-route-list-box-round-trip-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px 0px 0px;
}
.popular-route-list-box-round-trip-box-sub-box {
  margin-right: 6px;
  color: #4E5561;
  font-size: 13px;
  font-weight: 500;
}
.popular-route-list-box-round-trip-box-sub-box i {
  color: #029E9D;
}
.popular-route-list-box-round-trip-box-sub-box:last-child {
  margin-right: 0px;
}
.popular-route-list-box-round-trip-hours-box {
  border: 1px solid #E4EBF1;
  background-color: #F5F8FA;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
  color: #4E5561;
  font-size: 13px;
  font-weight: 500;
}
.popular-route-list-box-round-trip-hours-box i {
  color: #029E9D;
  margin-right: 4px;
}
.popular-route-list-box-title-img {
  width: 30px;
  height: 30px;
}
.popular-route-list-box-title-img img {
  border-radius: 100%;
}
.popular-airport-list-box {
  border: 1px solid #BEB5B5;
  border-radius: 20px 20px 5px 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-airport-list-box-star-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(12, 17, 31, 0.24);
  box-shadow: inset 7px 0px 20px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 46px;
  display: flex;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.popular-airport-list-box-star-icon {
  color: #FFCD6B;
  margin-right: 6px;
}
.popular-airport-list-box-img img {
  width: 100%;
}
.popular-airport-list-box-des {
  padding: 15px;
  position: relative;
}
.popular-airport-list-box-title {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 6px;
  position: relative;
  padding-right: 60px;
}
.popular-airport-list-box-text {
  font-family: 'Montserrat', sans-serif;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.popular-airport-list-box-lable {
  position: absolute;
  top: 0px;
  right: -6px;
  padding: 4px 8px;
  border: 1px solid #000000;
  border-radius: 11px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #0C111F;
  display: inline-block;
}
.import-add-expense-btn {
  color: #fff;
  font-size: 13px;
  background-color: #1893D8;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  border: 0px;
}
.import-add-expense-btn:hover {
  background-color: #128BCE;
}
.import-expense-modal-div .modal-title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 24px;
  color: #029E9D;
  font-weight: 600;
}
.import-expense-form {
  border: 1px dashed #6D7383;
  padding: 15px;
}
.import-expense-modal-div .modal-header {
  border-bottom: 0px;
  padding-bottom: 2px;
}
.import-expense-form .form-label {
  text-align: center;
  color: #000000;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.import-expense-form-text1 {
  text-align: center;
  color: #000000;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.import-expense-form-download-sample-template-div {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.download-sample-template-btn {
  color: #000;
  font-size: 16px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #A6A6A6;
}
.download-sample-template-btn i {
  color: #008483;
}
.download-sample-template-btn:hover {
  background-color: #008483;
  border-color: #008483;
  color: #fff;
}
.download-sample-template-btn:hover i {
  color: #fff;
}
.reset-btn {
  color: #000;
  font-size: 16px;
  background-color: #D9D9D9;
  display: inline-block;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  border: 0px;
}
.reset-btn:hover {
  background-color: #222;
  color: #fff;
}
.import-expense-form-error-text-box {
  color: #FF0000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.import-expense-form-error-text-box p {
  color: #FF0000;
  margin-bottom: 0px;
}
.add-bulk-expenses-modal-div .modal-header {
  border-bottom: 0px;
  padding-bottom: 2px;
}
.add-bulk-expenses-modal-div .modal-title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 24px;
  color: #029E9D;
  font-weight: 600;
}
/*.add-bulk-expenses-modal-div .modal-dialog {
  max-width: 1320px;
}*/
.add-bulk-expenses-modal-select-trip-div {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 4px 6px;
  background-color: #fff;
}
.expense-date-div input[type="text"] {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  padding: .375rem .75rem !important;
  line-height: 1.5 !important;
  height: auto !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.add-bulk-expenses-modal-delete-link {
  color: #FD5454;
  font-size: 18px;
}
.add-bulk-expenses-modal-table table tr th {
  color: #373940;
  font-weight: 500;
  text-align: center;
}
.add-more-expenses-link {
  color: #029E9D;
  font-weight: 500;
  font-size: 14px;
}
.add-bulk-expenses-modal-table-mobile-title {
  display: none;
}
.cookiemessage {
  width: 100%;
  max-width: 510px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  background-color: #029E9D;
  border-radius: 6px;
  filter: drop-shadow(0px 7px 30px rgba(42, 53, 58, .3));
  justify-content: space-between;
  align-items: center;
  display: flex;
  border: 1px solid rgba(255, 255, 255, .3);
  position: fixed;
  bottom: 10px;
  padding: 6px 15px;
  z-index: 2000000002 !important;
}
.dvCookieMessagetext {
  line-height: 14px !important;
  font-size: 9px !important;
  letter-spacing: 0.4px !important;
}
.cookiemessage p {
  margin-bottom: 0;
  color: #fff
}
.cookiemessage p a {
  color: #ffd60a !important;
  text-decoration: underline
}
.cookiemessage button {
  background-color: #ffc702;
  border: 0;
  padding: 4px 10px;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 6px;
  display: inline-block
}
.thank-you-page-main-div {
  padding: 50px 0 520px 0;
  position: relative;
}
.thank-you-page-head {
  text-align: center;
}
.thank-you-page-head-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #029E9D;
  line-height: 42px;
  margin-bottom: 20px;
}
.thank-you-page-head-explore-more-btn {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #029E9D;
  border-radius: 45px;
  padding: 10px 18px;
  display: inline-block;
  margin-top: 10px;
}
.thank-you-page-main-div-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.thank-you-page-main-div-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.scroll-top {
  display: none;
  position: fixed;
  bottom: 80px;
  text-align: center;
  right: 1%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background-color: #333;
  text-decoration: none;
  border-radius: 6px;
  z-index: 999;
  /* background-image: url("../img/common-icon-list.webp?v=2");
  background-repeat: no-repeat;
  background-position: 1px -16px; */
}
.scroll-top:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #000
}
