html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.owl-item .item .box .detail-box p{
    margin-top:40px;
}
.passengers-luggages .form-group-passengers label ,.passengers-luggages .form-group-luggages label{
    color:black; 
}
.heading_container h2 {
  position: relative;
  margin: 0;
  padding: 10px 0;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: #dbc64c;
  background-repeat: no-repeat;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
  background-image: url(../images/hero-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sub_page .hero_area {
  min-height: auto;
  background-image: none;
  background-color: #e1f3fd;
}

.sub_page .service_section {
  margin: 45px auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  margin: 10px 20px;
  padding: 0;
  color: #282828;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center 5px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #0b0b0a;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding-top: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  color: #3b3a3a;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section div#carouselExampleIndicators {
  width: 130%;
  margin-left: -20%;
  position: unset;
}

.slider_section .box {
  padding-left: 15%;
  margin-bottom: 100px;
}

.slider_section .box .detail-box {
  padding-right: 10%;
}

.slider_section .box .detail-box h4 {
  font-weight: bold;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .box .detail-box h1 {
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 3rem;
}

.slider_section .box .img-box {
  margin: 0 7%;
}

.slider_section .box .img-box img {
  width: 100%;
  height:100%;
}

.slider_section .box .btn-box {
  margin-top: 15px;
}

.slider_section .box .btn-box a {
  text-align: center;
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
}

.slider_section .box .btn-box a:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.slider_section .slider_form {
  width: 400px;
  padding: 25px;
  background-color: #282828;
  border-radius: 10px;
  margin: auto;
}

.slider_section .slider_form h4 {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider_section .slider_form form {
  margin: 15px 0;
}

.slider_section .slider_form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
}

.slider_section .slider_form form .btm_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .slider_form form .btm_input input {
  width: calc(95% - 116px);
  margin: 0;
  margin-right: 10px;
}

.slider_section .slider_form form .btm_input button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 116px;
  border: none;
  outline: none;
  background-color: #f7c621;
  color: #ffffff;
}

.slider_section .carousel-indicators {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 10%;
}

.slider_section .carousel-indicators li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #282828;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  background-color: #dbc64c;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box {
  position: relative;
  padding-right: 75px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.about_section .detail-box::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 65%;
  top: 10%;
  right: 25px;
  z-index: 1;
  background-color: #dbc64c;
  background-repeat: no-repeat;
}

.about_section .img-box {
  padding: 75px 45px;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #282828;
  z-index: 1;
  border-radius: 10px;
}

.service_section {
  width: 95%;
  margin: auto;
  border: 1px solid #e5e5e5;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_section .service_container .box .img-box {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.service_section .service_container .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.service_section .service_container .box .detail-box {
  margin-top: 15px;
}

.service_section .service_container .box .detail-box h5 {
  font-weight: bold;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.news_section .news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
}

.news_section .news_container .date-box {
  background-color: #252525;
  padding: 7px 25px;
  color: #ffffff;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}

.news_section .news_container .date-box h6 {
  margin: 0;
}

.news_section .news_container .box {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_section .news_container .box .img-box {
  width: 100%;
}

.news_section .news_container .box .img-box img {
  width: 100%;
}

.news_section .news_container .box .detail-box {
  background-color: #f7c621;
  padding: 15px;
}

.news_section .news_container .box .detail-box h6 {
  font-weight: bold;
  font-size: 18px;
}

.news_section .news_container .box .detail-box p {
  margin: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

.client_section .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-size: 9px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #f7c621;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: -10%;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-white.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  right: -10%;
  background-image: url(../images/next.png);
}

.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-white.png);
}

.client_section .box {
  padding: 35px 45px 15px 45px;
  margin: 15px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.client_section .box .img-box {
  max-width: 125px;
  min-width: 125px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 15px;
}

.client_section .box .detail-box img {
  width: 25px;
}

.client_section .box > div {
  position: relative;
  z-index: 2;
}

.client_section .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #f7c621;
  z-index: 1;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  margin-bottom: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #252525;
  background-size: 15px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: initial;
  bottom: -75px;
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #f7c621;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: -5%;
}

.client_section .owl-carousel .owl-nav .owl-next {
  left: calc(-5% + 55px);
  background-image: url(../images/next.png);
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form {
  padding: 25px;
  background-color: #282828;
  margin: 0 45px;
}

.contact_section .contact_form h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

.contact_section .contact_form form {
  margin: 15px 0;
}

.contact_section .contact_form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
}

.contact_section .contact_form form input.message_input {
  height: 75px;
}

.contact_section .contact_form form button {
  padding: 8px 30px;
  border: none;
  outline: none;
  background-color: #f7c621;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .img-box img {
  width: 100%;
}

.app_section {
  background-color: #f7c621;
  color: #ffffff;
}

.app_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app_section .detail-box h2 {
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
}

.app_section .detail-box .text-box {
  margin-top: 25px;
}

.app_section .detail-box .text-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

.app_section .detail-box .btn-box {
  margin: 25px -5px 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_section .detail-box .btn-box a {
  margin: 5px;
}

.app_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app_section .img-box img {
  max-width: 100%;
}

.why_section .why_container {
  padding-left: 10%;
}

.why_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section .box .img-box {
  min-width: 90px;
  min-height: 90px;
  background-color: #252525;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 45px;
}

.why_section .box .img-box img {
  max-width: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.why_section .box .img-box .img-2 {
  display: none;
  opacity: 0;
}

.why_section .box .detail-box h5 {
  font-weight: bold;
}

.why_section .box .detail-box p {
  margin: 0;
}

.why_section .box:nth-child(2) {
  margin: 35px 0;
}

.why_section .box:hover .img-box {
  background-color: #f7c621;
}

.why_section .box:hover .img-box .img-1 {
  display: none;
  opacity: 0;
}

.why_section .box:hover .img-box .img-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

/* info section */
.info_section {
  background-color: #161616;
  color: #ffffff;
}

.info_section .box {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-align: center;
  margin-bottom: 35px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  width: calc(100% - 55px);
  outline: none;
  color: #000000;
  height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input ::placeholder {
  color: #9a9999;
}

.info_section .info_form form button {
  border: none;
  outline: none;
  background-color: #f7c621;
  width: 55px;
  font-size: 15px;
  text-transform: uppercase;
  background-image: url(../images/right-arrow.png);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.info_section .info_links ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links ul li {
  list-style-type: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_links ul li a {
  color: #ffffff;
  padding: 10px;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_social img {
  width: 35px;
  margin: 0 7px;
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-top: 1px solid #ccc;
}

.footer_section p {
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  width: 55%;
}

.footer_section a {
  color: #000000;
}
/*# sourceMappingURL=style.css.map */
.btn-secondary {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn-wsp {
    color: #fff !important;
    background-color: #28A745 !important;
    border-color: #28A745 !important;
}
.btn-wsp:hover {
    color: #fff !important;
    background-color: #1DC945 !important;
    border-color: #1DC945 !important;
}
.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/*************************/
/*     08. Details 1     */
/*************************/

.accordion .accordion-container {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2.375rem;
	padding-bottom: 1.5rem;
}

.accordion h2 {
	margin-bottom: 1.625rem;
}

.accordion .item {
	margin-bottom: 2rem;
}

.accordion h4 {
	margin-bottom: 0;
}

.accordion span[aria-expanded="true"] .circle-numbering,
.accordion span[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 0.875rem;
	border: 0.125rem solid #113448;
	border-radius: 50%;
	background-color: #113448;
	color: #fff;
	font: 700 1rem/2.125rem "Montserrat", sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #484a46;
	background-color: transparent;
	color: #484a46;
}

.accordion .item:hover span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #113448;
	color: #113448;
}
.bg-primary {
    background-color: #f7c621 !important;
}
.faq_section {
    width: 100%;
    margin: auto;
}
.faq_section .faq_container {
    padding-left: 10%;
	padding-right: 10%;
}
.bg-faq {
    border: 2px solid #252525;
    padding: 3%;
}
a {
    color: #f7c621;
}
.jumbotron {
    padding: 0rem 2rem;
    margin-bottom: 0 !IMPORTANT;
}
.detail-box a {
    color: #161616;
}
.display-1 {
    font-size: 2rem;
}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.3rem;
}
h4, .h4 {
    font-size: 1.15rem;
}

#footer p {
    text-align: inherit;
}
p {
    text-align: justify;
}
.text-uppercase {
    text-transform: inherit !important;
}
.layout_padding2-bottom1 {
    padding-bottom: 10px;
}
.layout_padding-top1 {
    padding-top: 50px;
}
.blg_iner .feature-image img {
    max-width: 100%;
    height: auto;
	    width: 100% !important;
		margin-bottom: 1.5rem !important;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #f7c621;
  text-decoration: underline;
}
.feature-image {
    padding: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: inline-block !important;
    -ms-flex-wrap: inherit !important;
}
.btn-primary {
    color: #fff;
    background-color: #f7c621;
    border-color: #f7c621;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f7c621;
    border-color: #f7c621;
}
/*???*/

/*??????*/

	.carousel-inner{overflow:unset;}
   .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f4af5d;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f4af5d;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #f4af5d;
    --bs-btn-active-bg: #f4af5d;
    --bs-btn-active-border-color: #f4af5d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f4af5d;
    --bs-btn-disabled-border-color: #f4af5d;
}
.carousel-caption{color:unset;}

.pjTbs-map{
 height : 400px;
}
.col-sm-3 .button-pay,.col-sm-3 .pjTbsBtnBack {

width:100%;

}
  .qss-LoadFleets-Body {
    width: 100%;
    margin: 5rem auto;
  }
  .qss-LoadFleets-Body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    /* flex-direction: column; */
  }
  .row {
    display:flex;
    justify-content:space-between;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
  .error{
  color:red;
  }
  .pjTbs-car {
    border: 1px solid #3a3845;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.688rem 1.125rem 1.25rem;
    margin: 0.75rem;
  }
  .pjTbs-car-title {
    color: black;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3a3845;
  }

  /*  */
  .pjTbs-car {
    border: 1px solid #3a3845;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.688rem 1.125rem 1.25rem;
    margin: 0.75rem;
  }
  .pjTbs-car-info,
  .pjTbs-price {
    padding: 5px 0;
  }
  .pjTbs-car-title .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .qss-LoadFleets-Body {
    display: flex;
  }

  .pjTbs-car-info,
  .pjTbs-car-title {
    text-align: center;
  }
  .pjTbs-box {
    width: 400px;
  }
  .qss-LoadFleets-Body .col-sm-6,
  .qss-LoadFleets-Body .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pjTbs-car-image .img-responsive {
    max-width: 224px;
    margin: 10px 0px;
  }
  .pjTbs-car-meta .glyphicon {
    margin: 0 4px;
  }
  .pjTbs-car-meta li {
    padding: 3px 0;
    list-style: none;
  }
  
/**/
/**/
/**/
/**/
.flight-details-airline .form-group label{
    color:black !important;
    font-size:16px !important;
}
.flight-details-airline {
    text-align: start;
    width:100%;
    border:1px solid black;
    margin-top:1em;
    padding:10px 15px;
}
.checkout-pane-price-break {
    width:100%;
    border-top:1px solid black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2em;
    padding-top: 2em;
}
.pjTbs-service-list-row .row:nth-child(3) .list-row { 
    display:flex;
}
.pjTbs-service-list-row .row:nth-child(3){
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.pjTbs-service-list-row{
    color:black;
}
#pjTbsPriceBox {
    width: 100%;
     margin: unset !important; 
}
.jumbotron{
       margin-bottom:0px !important;
       padding: 1rem 0rem 7rem 0rem !important;
}

.pjTbs-subtotal {color:black !important;    text-align: start;}
.jumbotron .container .d-inline-flex p > a ,.jumbotron .container .d-inline-flex i, .jumbotron .container .d-inline-flex a{
    display:none !important;
}
.qss-LoadFleets-Body .pjTbs-car{
    background-color:white !important;
}
.pjTbs-service-list-row .row  p {
    color:black !important;
}
b , strong,.list-row-passenger p , .c-inside-title ,.checkout-pane-price-break label{
    font-weight:bold;
}
.client-details .pane-title, .form-group label{
text-align: start !important;
color:white !important;
}
.pjTbs-service-list .pjTbs-service-list-row{
    height:100% !important;
}
.button-pay
{
    padding: 8px 0 !important;
    border-radius: 5px; !important;
    font-size:16px;
}
.client-details .form-group{
    padding:15px 0 0em 0;
}
.form-group label{
    margin-bottom:5px;
}
.form-group textarea{
    height:150px;
}
/**/
/**/
/**/
/**/
/**/
  
  .qss-Load-Fleets-info {
    max-width: 1429px;
    margin: 0 auto;
    color: #000;
    background-color: #f4af5d;
    border-radius: 4px;
  }
  
  .qss-Load-Fleets-info p{
  color:white !important;
  }
  .qss-Load-Fleets-info .row .col-md-12 p {
    margin: 0;
    padding: 10px;
    text-align: center;
  }

  .pjTbs-service-list {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
  }
  .pjTbs-service-list-row,
  .flight,
  .pjTbs-service-list:nth-child(6) {
    background: #ffffff;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .pjTbs-service-list-row .row .col-sm-5,
  .pjTbs-service-list-row .row .col-sm-4 {
    display: flex;
    column-gap: 5px;
  }
  .pjTbs-service-list-row .row .col-sm-3 strong {
    margin-left: 10px;
  }
  .flight .row .col-sm-6 {
    flex: 0 0 100% !important;
  }
  .flight .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* From here */
  .pjTbs-service-list {
    float: left;
    margin-right: 15px;
  }
  .flight {
    width: auto;
  }
  #pjTbsPriceBox {
    width: 48.8%;
    margin: 0px 1px 0 auto;
  }
  .pjTbs-service-list-row em {
    font-weight: bolder;
  }
  .pjTbs-car-meta li,.pjTbs-car-info,.pjTbs-price,.pjTbs-car-title{color: #000}
  .client-details{color: #fff;
    font-size: 21px;}
  .client-details-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
  }
  .form-group label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
  }
  .pjTbs-subtotal {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #9c9c9c;
  }
  .pjTbs-subtotal p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 10px;
    margin: 0;
  }
  .pjTbs-extras,
  .pjTbs-personal-details {
    background: #ffffff;
    border: 2px solid #9c9c9c;
    border-radius: 5px;
    padding: 30px 25px 30px 25px;
  }
  .pjTbs-box-title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .pjTbs-extras li{
    list-style:none;
  }
  
  .pjTbs-extras li .row em {
    /*  */
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-style: normal;
  }
.pjTbs-extras li:nth-child(1) .row .first_, .pjTbs-extras li:nth-child(1) .row .second_, .pjTbs-extras li:nth-child(1) .row .third_ {
    width: 32.55%;
    background: #eeeeee;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center !important;
    float: none;
}

  .pjTbs-extras li:nth-child(2) .row {
    width: 100%;
    background: #eeeeee;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;
    float: none;
    margin-top: 15px;
  }
  .pjTbs-extras li:nth-child(2) .row {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .pjTbs-extras li:nth-child(2) .row .first_,
  .pjTbs-extras li:nth-child(2) .row .third_ {
    float: none;
    width: auto;
  }
  .pjTbs-personal-details .row .col-sm-6 p,
  .pjTbs-personal-details .row .col-sm-12 p,
  .pjTbs-personal-details > p {
    background: #eeeeee;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;
  }
  .pjTbs-body-actions .row {
    justify-content: center;
  }
  .pjTbs-body-actions .row .col-sm-3 {
    margin-top: 15px;
  }
  .pjTbModal {
    display: none;
  }
  .pjTbs-car-actions input {
    border: 1px solid #bb8e58;
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
    font-size: 16px;
  }
  
  .pjTbs-car-actions input:hover {
    color: var(--bs-btn-hover-color);
    background-color: #e29438;
    border-color: #ac8352;
}
  .pjTbs-car-actions input {
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
  }
  .pjTbs-body form {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #e6e6e6;
    padding: 20px;
  }
  .main_container p {
    color: #000;
  }
  @media (max-width: 992px) {
    .flight {
      width: 100%;
      margin: 0 !important;
    }
    .pjTbs-service-list {
      width: 100%;
    }
    .main_container {
      padding: 30px 0px !important;
    }
    .pjTbs-extras li:nth-child(1) .row .first_,
    .pjTbs-extras li:nth-child(1) .row .second_,
    .pjTbs-extras li:nth-child(1) .row .third_ {
      min-width: 141px;
    }
    .pjTbs-body {
      background: #b2b2b252;
      padding: 40px 10px;
    }
    .pjTbs-body-actions .row {
      flex-direction: column-reverse;
    }
  }
  @media (max-width: 992px) {
  #pjTbsPriceBox {
    width: auto;
    margin: 15px 1px 0 auto;
}}
 @media (max-width: 576px) {
  .pjTbs-extras li:nth-child(1) .row .first_,
  .pjTbs-extras li:nth-child(1) .row .second_,
  .pjTbs-extras li:nth-child(1) .row .third_ {
    width: 100%;
    margin-top:15px;
  }
  }
@media (max-width 340px){
    #pjTbsPriceBox input {
   
    font-size: 12px;
}
}








.qss-Load-Fleets-info {
        text-align: start;
 background-image: linear-gradient(494deg, #f7c621, #906f00a1);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #9c9c9c;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.resultContainer form {
  border: none;
  background: none !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}
#pjTbsPriceBox {
  width: 100%;

  margin: auto;
}

.pjTbsCheckoutForm {
  flex-direction: row-reverse;
  display: flex;
}
.pjTbs-subtotal {
  padding: 10px;
}
.total-and-pay .button-pay{
  width: 100%;
    background-image: linear-gradient(178deg, #e79c44, #673d00);
}
.pjTbs-car-actions input {
  width: 100% !important;
   background-image: linear-gradient(494deg, #f7c621, #906f00a1);
}
@media only screen and (max-width: 768px) {
  .pjTbsCheckoutForm {
    flex-direction: column-reverse !important;
    display: flex;
}
}





.form-group-trip-type {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 10px 0px;
  border: 1px solid #ffffff40;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  padding: 10px;
  border-radius: 4px;
}

.passengers-luggages .form-group-passengers .qss-spinner,
.passengers-luggages .form-group-luggages .qss-spinner {
  display: flex;
  justify-content: space-between;
  gap:10px;
}
.passengers-luggages .form-group-passengers .qss-spinner .qss-spinner-result,
.passengers-luggages .form-group-luggages .qss-spinner .qss-spinner-result {
  width: 60%;
  background: white;
  border: none;
  outline: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  height: 52px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding-left: 10px;
  height: 44px;
  font-weight: 500;
  text-align: center;
}
.form-group input{
background-color:white;
    color: black;
}
.passengers-luggages .form-group-passengers label,
.passengers-luggages .form-group-luggages label {
  font-weight: 600 !important;
  line-height: 22px !important;
  display: flex !important;
  color: var(--color-white) !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  text-align: left !important;
  margin: 10px 0 10px 0 !important;
}
table thead tr th {
  margin: 0 3px 0 3px;
}

.date-time-row {
  display: flex;
  gap: 10px;
  margin-top: 7px;
  padding-left: 5px;
  justify-content: space-between;
  align-items: center;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar {
  display: none;
}
.round-trip-group {
  position: relative;
  z-index: -1;
}
.flatpickr-wrapper {
  position: relative;
}
.open .flatpickr-calendar {
  display: block !important;
  background-color: white;
  margin-top: 10px;
  position: absolute;
  z-index: 1000000;
      border: 1px solid black;
}
.open .round-trip-group {
  position: relative;
  z-index: 0;
}
.date-pick .flatpickr-wrapper #booking_date_one_way,
.date-pick .flatpickr-wrapper #booking_date_round_trip {
  width: 100%;
  background: white;
  border: none;
  outline: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  height: 52px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-size: 15px;
  height: 44px;
  text-align: center;
  font-weight: 500;
}
.one-way-group .one-way .form-group-date,
.round-trip-group .round-trip .form-group-date {
  width: 33%;
}
.time-pick {
  display: flex;
  justify-content: space-between;
  
}
.time-pick select {
      width: 49%;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 500;
    -webkit-appearance: auto;
    border: transparent;
    border-radius: 4px;
}

#one-way-label,
#round-trip-label {
  border-bottom: 1px solid #ffffff2b;
  display: flex;
  flex-direction: column;
  color: white;
}
.one-way-group,
.round-trip-group {
  margin-top: 17px;
  border: 1px solid rgba(255, 255, 255, 0.301);
  border-radius: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
}
.qss-body-actions .qss-search-btn {
  background:  #f4af5d !important;
  color:white !important;
  height: 3em;
  width: 16em;
  border: none;
  border-radius: 4px;
  margin-top: 24px;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
}

tbody tr td span {
  border-radius: 4px;
  width: 24px;
  margin: 2px 3px;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 0px;
}
tbody tr td:hover span {
  background-color: rgba(206, 206, 206, 0.719);
  border: 1px solid rgba(128, 128, 128, 0.349);
  border-radius: 4px;
}
.flatpickr-months {
  display: flex;
  justify-content: space-around;
  margin: 5px 0 2px 0px;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  font-size: 20px;
  font-weight: 500;
}
.flatpickr-current-month {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.flatpickr-current-month span {
  font-weight: 700 !important;
}
thead tr th {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color: #999;
}
table tbody tr .disabled {
  color: rgb(224, 224, 224);
}
table tbody tr td span:active {
  background:  #e1b887;!important;
  color: white;
}
.qss-box {
    position: relative;
    z-index: 0;
    background: #f7c621;
    padding: 20px;
    width: 100%;
    max-width: 420px;
    margin: auto;
}
.round-trip-group {
  position: relative;
  z-index: -1;
}
.qss-body-actions {
  position: relative;
  z-index: -2;
  display: flex;
  justify-content: center;
}
.suggestions {
    display: flex;
    background-color: #ffffff;
    align-items: center;
    font-size: 16px;
    text-align: start;
    line-height: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative !important;
}
.suggestions-li {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: start;
  border: 1px solid transparent;
  width: 99.5%;
  margin: auto;
  color: #6B6A75;
  cursor:pointer;
}
.suggestions-li strong{
font-weight:900;
    color: black;
}
.suggestions-li:hover {
  border: 1px solid #d6d5a8!important;
  border-radius: 4px;
  background-color: #ddddc8!important;
}
span .search-image {
  height: 18px;
  margin: 0 4px 17px 0px;
}
.radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.radio-row .trip-type {
  height: 15px;
  width: 15px;
  accent-color:  #e1b887;!important;
}
.date-time-row .control-label {
  display: flex;
  align-items: center;
  color: white;
}
.round-trip-group {
  display: none;
}

.radio-row label {
  color: white;
}

.qss-spinner-down,
.qss-spinner-up {
  background:  #e1b887;!important;
  color: rgba(241, 241, 241, 1);
  padding: 11px 25px !important;
  font-size: 17px;
  outline: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px){
.banner__container {
    width: 100%;
    flex-direction: column;
}
}
@media (max-width: 640px) {
  .date-time-row
  {    flex-direction: column;}
  .one-way-group .one-way .form-group-date, .round-trip-group .round-trip .form-group-date {
      width: 100%;
  }
  .passengers-luggages .form-group-passengers .qss-spinner .qss-spinner-result, .passengers-luggages .form-group-luggages .qss-spinner .qss-spinner-result {
      padding: 0;
  }
  .form-group-time{
      width: 100%;
  }
  .flatpickr-wrapper{
    width: 100%;
  }
  .date-pick .flatpickr-wrapper #booking_date_one_way, .date-pick .flatpickr-wrapper #booking_date_round_trip {
    width:100%;
  }
  }
  
  
.flatpickr-wrapper
{display: inline-block;position: relative;}
.flatpickr-wrapper input
{cursor: pointer;position: relative;z-index: 1;}
.flatpickr-calendar
{font-size: 13px;
background-color: white;
color: #333;
border-radius: 4px;
position: absolute; top: 100%; left: -100%;
margin-top: 3px;
opacity: 0;
padding: 3px;
border: 1px solid #ddd;
max-height: 0;
z-index: 0;
overflow: hidden;
-webkit-transition: opacity 550ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
transition: opacity 550ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.open .flatpickr-calendar
{
max-height: 315px;
z-index: 100;
opacity: 1;
 
}

.flatpickr-months
{
    color: black;
    padding: 2px;
    text-align: center;
    font-size: 135%;
}

.flatpickr-prev-month,
.flatpickr-next-month
{
    text-decoration: none;
    padding: 0 .4em;
    cursor: pointer;
}

.flatpickr-prev-month { float: left }

.flatpickr-next-month { float: right }

.flatpickr-current-month
{
    padding: 0 .5em;
    font-weight: 300;
}

.flatpickr-current-month span { font-weight: 700 }

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover { color: #f64747 }

.flatpickr-calendar table
{
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}

.flatpickr-calendar thead { font-size: 90% }

.flatpickr-calendar th,
.flatpickr-calendar td { width: 14.3% }

.flatpickr-calendar th
{
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #999;
}

.flatpickr-calendar .slot
{
	cursor: pointer;
}

.flatpickr-day
{
    border: 1px solid transparent;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    width: 32px;
    border-radius: 150px;
    margin: 1px;
}

.flatpickr-calendar td:hover .flatpickr-day
{
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.today .flatpickr-day
{
    border-color: #f64747;
}

td.today:hover .flatpickr-day
{
	border-color: #f64747;
	background-color: #f64747;
	color: white
}

.selected .flatpickr-day
{
    background-color: #446CB3;
    color: #fff;
    border-color: #446CB3;
}

.flatpickr-calendar .disabled,
.flatpickr-calendar .disabled .flatpickr-day,
.flatpickr-calendar .disabled:hover .flatpickr-day
{
    background: transparent;
    border-color: transparent;
    color: #ddd;
    cursor: default;
}

.suggestions-ul{
        height: 28em;
    background-color: white;
    top: 0;
    position: absolute;
    overflow: auto;
    z-index:10;
}
 .form-group-payment-type
 { 
 display: flex !important; 
 justify-content: center;
 gap: 10px !important;
 margin: 25px 0px 25px 0px;
 }
 
 .payment-radio-row 
 { border: 1px solid; border-radius: 4px; text-align: center; display: flex; } input[type="radio"][class^="payment-type"] { display: none; }
 .payment-radio-row label {     position: relative;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 15px;
    background: white;
    color: black !important;} .payment-radio-row label:before { background-color: white; color: white; content: " "; display: block; border-radius: 50%; border: 1px solid grey; position: absolute; top: -29px; width: 25px; height: 25px; text-align: center; line-height: 28px; transition-duration: 0.4s; transform: scale(0); } .payment-radio-row :checked + label:before { content: "✓"; background-color: green; transform: scale(1); }
