body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  background-color: #ffffff;
}
.suggestions{
    position:relative !important;
}
.suggestions-ul{
        height: 30em !important;
    overflow: auto !important;
    position: absolute !important;
    top: 0 !important;
    background: white !important;
    z-index: 10 !important;
    
}
.fromto-label{
    color:white !important;
}
.flatpickr-calendar {

    top: 57% !important;
    left: -1% !important;
    
}
.main-done{
    width:100%;
}
.layout_padding {
  padding: 90px 0;
}
.blog_section .container .row .col-md-6{
    padding:0 10px;
}
.blog_section .container .row .col-md-6 .box{
    height:100%;
}
.layout_padding2 {
  padding: 45px 0;
}
.owl-dots{
    display: flex;
    justify-content: center;
}
.owl-dot{
    height: 8px;
    width: 35px;
    margin: 0 2px;
    background: #ff7474;
    border-radius: 15%;
    border: 0px solid #ff7474;
}
.owl-dots .active {
    background: #000;
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1b1f71;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  padding: 15px 0;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  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 {
  z-index: 99999;
  padding: 0;
}

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

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.navbar-brand span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  font-weight: bold;
  text-align: right;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.user_option a {
  background-color: #ff7070;
  padding: 7px 30px;
  border-radius: 5px;
  color: #ffffff;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 0px 0;
  
  color: #ffffff;
}

.slider_section .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.slider_section div#carouselExampleControls {
  overflow: hidden;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

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

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  top: 50%;
  border-radius: 5px;
  font-size: 28px;
  color: #1b1f71;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  opacity: 0.9;
}

.slider_section .carousel-control-prev {
  left: 20px;
}

.slider_section .carousel-control-next {
  right: 20px;
}

/* end slider section */
.book_section .book_form {
  background-color: #ffffff;
  padding: 45px 25px 40px 25px;
  margin: -90px auto 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.book_section .book_form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.book_section .book_form .form-group .select_arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #585858;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.book_section .book_form .input-group-text {
  background-color: #1b1f71;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book_section .book_form .form-control {
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  position: relative;
  background-color: #f2f2f2;
}

.book_section .book_form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.book_section .book_form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book_section .book_form .btn-box button {
  display: inline-block;
  padding: 8px 65px;
  background-color: #ff7070;
  border: 1px solid #ff7070;
  color: #ffffff;
  border-radius: 0;
  margin-top: 15px;
}

.book_section .book_form .btn-box button:hover {
  background-color: transparent;
  color: #ff7070;
}

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

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #1b1f71;
  border: 1px solid #1b1f71;
  color: #ffffff;
  border-radius: 5px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #1b1f71;
}

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

.why_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
      height: 18em;
  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;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  padding: 25px 25px 45px 25px;
  background: #ff7070;
  color: #ffffff;
      margin: 0 5px;
}



.why_section .box .img-box {
  min-width: 90px;
  min-height: 90px;
  max-width: 90px;
  margin-bottom: 20px;
  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;
  border-radius: 100%;
  background-color: #ffffff;
}

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

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

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

.app_section {
  background-color: #1b1f71;
}

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

.app_section .detail-box {
  color: #ffffff;
}

.app_section .detail-box .heading_container h2 {
  color: #ffffff;
}

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

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

.app_section .detail-box a img {
  width: 100%;
  border-radius: 5px;
}

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

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .carousel-indicators {
  position: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.client_section .carousel-indicators li {
  text-indent: unset;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 5px;
}

.client_section .carousel-indicators li img {
  width: 100%;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  width: 90px;
  height: 90px;
}

.client_section .detail-box {
  text-align: center;
}

.client_section .detail-box h5 {
  font-weight: 600;
}

.client_section .detail-box p {
  position: relative;
}

.client_section .detail-box p i {
  position: absolute;
  font-size: 48px;
  z-index: -1;
  color: #eef1f5;
}

.client_section .detail-box p i.fa-quote-left {
  top: -10px;
  left: 0;
}

.client_section .detail-box p i.fa-quote-right {
  bottom: 0;
  right: 0;
}

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  padding: 25px;
}

.blog_section .box .img-box {
  position: relative;
}

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

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

.blog_section .box .detail-box .blog_date {
  color: #1b1f71;
  font-weight: 600;
}

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

.blog_section .box .detail-box p {
  font-size: 15px;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: #ff7070;
  border: 1px solid #ff7070;
  color: #ffffff;
  border-radius: 0;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #ff7070;
}

.info_section {
  background-color: #1b1f71;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 10px;
}

.info_section .row > div {
  margin-bottom: 35px;
}

.info_section .contact_nav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .contact_nav a i {
  font-size: 22px;
  margin-right: 10px;
}

.info_section .contact_nav a:hover {
  color: #ff7070;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .social_box a {
  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;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #ff7070;
  border-color: #ff7070;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff7070;
  border: 1px solid #ff7070;
  color: #ffffff;
  border-radius: 0px;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #ff7070;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
  background-color: #1b1f71;
  border-top: 1px solid #ccc;
}
.d-flex.justify-content-start img {
    padding: 14px 0px;
}

.footer_section p {
  color: #fefefe;
  padding: 25px 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.service_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.faq_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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;
}
.client_section {
    background-color: #1b1f71;
}
.book_section {
    background-color: #1b1f71;
}
.slider_section .detail-box a {
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
}
.bg-primary {
    background-color: #ff7070 !important;
}
a {
    color: #ff7070;
}
.jumbotron {padding: 0rem 2rem;}
.header_section {
    padding: 15px 0;
    background-color: #1b1f71;
}
.btn-wsp {
    color: #fff;
    background-color: #28A745;
    border-color: #28A745;
}
.btn-wsp:hover {
	color: #fff;
	background-color: #107728;
	border-color: #107728;
}
img{
    height: auto;
}
.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;
  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;
}
.footer_section img {
    margin: 0 7px;
}
.info_links {
    display: flex;
    justify-content: center;
}
p {
    text-align: justify;
}
.display-1, .display-4 {
    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;
}
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: #ff7070;
    text-decoration: underline;
}
.feature-image {
    padding: 0;
}
.blg_iner .feature-image img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
    margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .info_section .info_links ul {
    flex-direction: column;
    align-items: center;
  }
}
.breadcrumb {
    display: -ms-flexbox;
    display: inline-block !important;
}
.btn-primary {
    color: #fff;
    background-color: #ff7070;
    border-color: #ff7070;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1b1f71;
    border-color: #1b1f71;
}
/*                     */
/*                     */
/*                     */
/*                     */

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

.pjTbs-map{
 height : 497px;
}
.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;
  }
  

  
  .qss-Load-Fleets-info {
    max-width: 1429px;
    margin: 0 auto;
    color: #000;
    background-color: #1b1f71;
    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%;
    gap: 1em;
    float: left;
  }
.pjTbs-service-list .pjTbs-service-list-row{
      margin-top:1em;
  }
  /*.qss-Load-Fleets-info div{*/
  /*    text-align:center !important;*/
  /*}*/
  .fleetsInfo-Title{
      font-size:22px;
  }
  .pjTbs-service-list-row,
  .flight,
  .pjTbs-service-list:nth-child(6) {
    background: #ffffff;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    padding: 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-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: #000;
  }
  .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;
}
}

/**/
/**/
/**/
/**/
.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 {
    /*background-image: linear-gradient(178deg, #e79c44, #673d00);*/
  background: linear-gradient(11deg, rgba(255,112,112,1) 30%, rgba(27,31,113,1) 118%);
  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:0 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);*/
    background: linear-gradient(11deg, rgba(255,112,112,1) 30%, rgba(27,31,113,1) 118%);
}
.pjTbs-car-actions input {
  width: 100% !important;
       background: linear-gradient(11deg, rgba(255,112,112,1) 30%, rgba(27,31,113,1) 118%);
}
@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: #fff !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;
}

#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:  #1b1f71 !important;
  color:#fff !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:  #1b1f71 !important;
  color: white;
}
.qss-box {
    position: relative;
    z-index: 0;
    background: #ff7070;
    padding: 20px;
    width: 100%;
    max-width: 460px;
    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;
}
.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:  #1b1f71 !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: #1b1f71  ;!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
}
.client-details .pane-title{font-size:25px !important;    text-align: start;
    margin-bottom: 20px; }
.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;
}

.jumbotron {
        background-color: #1b1f71 !important;
            padding: 2em 0;
}
.jumbotron .qss-search form {
       .qss-box {
    position: relative;
    z-index: 0;
    background: #ff7070;
    padding: 20px;
    width: 100% !important;
    max-width: 460px;
    margin: auto;
}
}
 .form-group-payment-type{ display: flex !important; gap: 10px !important; margin: 25px 0px 25px 0px;justify-content: center; gap: 3em !important; }  input[type="radio"][class^="payment-type"] { display: none; } 
 .payment-radio-row label { 
     position: relative;
    margin: 0px;
    padding: 7px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 15px;
    color: black !important;
    background: white;
    background: white; } .payment-radio-row label:before { background-color: white; color: white; content: " "; display: block; border-radius: 50%; border: 1px solid grey; position: absolute; top: -27px; 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); }
</style>