@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: initial !important;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.btn-personal {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  font-size: inherit;
  padding: 10px 20px;
  border-radius: 10px;
  outline: none;
  text-decoration: none;
  display: block;
}

.btn-personal:hover {
  background-color: #273178;
  color: #f1ac45;
}

.btn-custom {
  padding: 7px 20px !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
}

.auto-output-search {
  height: 400px;
  overflow-y: scroll;
}

header {
  border-bottom: 1px solid #fbce89;
  background-color: #273178;
}

header .navbar-toggler {
  border: 1px solid white;
  color: white;
  outline: none;
}

header .navbar-brand img {
  width: 100px;
}

header nav .nav-item {
  margin: 10px;
}

header nav .nav-item:hover {
  background-color: #f1ac45;
}

header nav .nav-item:hover .nav-link {
  color: white;
}

header nav .nav-item .nav-link {
  color: #f1ac45;
}

header nav .navbar-collapse {
  flex-grow: inherit !important;
}

.pac-container {
  z-index: 10000 !important;
}

.hero-section {
  padding-bottom: 100px;
}

.hero-section h1 {
  text-align: center;
  color: white;
  width: 50%;
  margin: 10% auto 0 auto;
  font-weight: 700;
}

.hero-section .header-offer {
  display: flex;
  flex-wrap: wrap;
  color: white;
  width: 75%;
  margin: 20px auto;
  justify-content: space-between;
}

.hero-section .header-offer p {
  font-size: 17px;
  margin-bottom: 0;
}

.hero-section .header-offer p i {
  margin-right: 10px;
  font-size: 25px;
}

.hero-section .search-form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(255, 255, 255, 0.5490196078);
  margin: 0 auto 0 auto;
  width: 90%;
  padding: 25px;
  position: relative;
}

.hero-section .search-form .search-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.hero-section .search-form .search-bar .inputs_section label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 10px;
  border-radius: 10px;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.3215686275);
  border-radius: 7px;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .icon i {
  color: #f1ac45;
  margin-right: 10px;
  font-size: 20px;
  line-height: inherit;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input {
  min-width: 290px;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input input {
  width: 100%;
  border: none;
  outline: none;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input input::-moz-placeholder {
  color: rgb(197, 197, 197);
  font-size: 14px;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input input::placeholder {
  color: rgb(197, 197, 197);
  font-size: 14px;
}

.hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .tab button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #273178;
}

.hero-section .search-form .search-bar .inputs_section .map {
  display: none;
}

.hero-section .search-form .search-bar .inputs_section .map iframe {
  margin: 15px auto;
  display: block;
  width: 100%;
}

.hero-section .search-form .search-bar .inputs_section .search_btn {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px 30px;
  outline: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 17px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  margin-top: 32px;
}

.hero-section .search-form .search-bar .inputs_section .search_btn:hover {
  background-color: #273178;
  color: #f1ac45;
}

.hero-section .hero-box {
  width: 50%;
  margin: 50px auto 0px auto;
}

.hero-section .hero-box .card .card-body {
  text-align: center;
}

.hero-section .hero-box .card .card-body i {
  color: #ff9900;
  margin-top: 15px;
}

.services {
  background-color: white;
}

.services .container-fluid {
  padding: 0px;
}

.services .container-fluid .card {
  text-align: center;
  transition: 0.3s all ease-in-out;
  background-color: rgba(39, 49, 120, 0.0705882353);
}

.services .container-fluid .card:hover {
  box-shadow: 0px 2px 15px rgba(128, 128, 128, 0.2509803922);
  position: relative;
  z-index: 1;
}

.services .container-fluid .card img {
  width: 12%;
  margin: 15px auto 0px auto;
  display: block;
}

.services .container-fluid .card p {
  color: #787878;
  font-size: 15px;
}

.services-sec {
  padding: 80px 0px;
  background-color: white;
}

.services-sec h2 {
  font-size: 40px;
  font-weight: 700;
  color: #273178;
}

.services-sec h2 span {
  color: #f1ac45;
}

.services-sec .heading-p {
  width: 100%;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 500;
  color: #787878;
}

.services-sec .services-boxes .card {
  border: none;
  margin: 20px 0px;
  position: relative;
  transition: 0.3s all;
  border-radius: 20px;
  overflow: hidden;
}

.services-sec .services-boxes .card:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
  content: "";
  background-image: linear-gradient(180deg, transparent, #f1ac45);
}

.services-sec .services-boxes .card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
  content: "";
  background-image: linear-gradient(180deg, #f1ac45, #273178);
  transition: 0.3s all;
  opacity: 0.8;
}

.services-sec .services-boxes .card img {
  height: 235px;
  transition: 0.3s all;
}

.services-sec .services-boxes .card .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-weight: 700;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.service-detail .heading h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
}

.steps {
  background-color: white;
  padding: 60px 0px;
  z-index: -1;
}

.steps h2 {
  font-size: 40px;
  font-weight: 700;
  color: #273178;
}

.steps h2 span {
  color: #f1ac45;
}

.steps .heading-p {
  width: 60%;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 500;
  color: #787878;
}

.steps .step-box {
  margin-top: 50px;
  text-align: center;
}

.steps .step-box .step-icon {
  text-align: center;
  padding: 30px;
  color: #273178;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.steps .step-box .step-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #273178;
  width: 100%;
  height: 100%;
  border-radius: 65% 35% 32% 68%/43% 44% 56% 57%;
  z-index: -1;
  opacity: 0.1;
}

.steps .step-box .step-icon i {
  font-size: 40px;
}

.steps .step-box h4 {
  font-size: 25px;
  margin-top: 30px;
  font-weight: 600;
  color: #273178;
}

.steps .step-box p {
  color: #787878;
  width: 85%;
  margin: 0 auto;
}

.feedback {
  background-color: #273178;
  padding: 60px 0px;
  margin-top: 0px;
}

.feedback .heading {
  text-align: center;
}

.feedback .heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #f1ac45;
}

.feedback .heading h2 span {
  color: #f1ac45;
}

.feedback .heading p {
  color: #ffffff;
  width: 60%;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .feedback .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .feedback .padding {
    padding: 1rem;
  }
}

.feedback .padding {
  padding: 5rem;
}

.feedback .card {
  position: relative;
  display: flex;
  width: 600px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border-radius: 11px;
}

.feedback .card .media {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
  margin: 20px auto;
}

.feedback .card .card-body {
  padding: 0rem 1rem;
  text-align: center;
}

.feedback .card .card-body .feedback-star i {
  color: #f1ac45;
}

.feedback .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.feedback p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.feedback h4 {
  line-height: 0.2 !important;
}

.feedback .items {
  width: 100%;
  margin: 40px auto;
}

.feedback .slick-track {
  height: 320px !important;
}

.feedback .slick-slide {
  margin: 10px;
}

.feedback .media iframe,
.feedback .media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
  display: flex;
  align-items: center;
}

.feedback .media-content:before {
  content: "";
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px);
}

.feedback .circle .media-content:before {
  width: 40%;
  left: 30%;
}

.feedback .profile-image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px;
}

.feedback .card-title {
  font-size: 18px;
  font-weight: 600;
}

.about {
  background-color: white;
  padding: 60px 0px;
}

.about .heading {
  text-align: center;
}

.about .heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #273178;
}

.about .heading h2 span {
  color: #f1ac45;
}

.about .about-text {
  margin: 80px 0px 0px 0px;
}

.about .about-text p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.about .image img {
  width: 100%;
}

.svg-wave {
  background-color: #ffffff;
}

footer {
  background-color: #273178;
}

footer .taxi-online {
  text-align: center;
  border-bottom: 1px solid #787878;
}

footer .taxi-online h2 {
  color: #f1ac45;
  font-size: 40px;
  font-weight: 700;
}

footer .taxi-online p {
  color: #ffffff;
  width: 60%;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 500;
}

footer .taxi-online .srch-taxi {
  background-color: #f1ac45;
  color: #273178;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 80px auto;
  border-radius: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .taxi-online .srch-taxi:hover {
  background-color: #5d67b6;
  color: #f1ac45;
}

footer .footer-nav .footer-nav-box {
  margin-top: 80px;
  color: white;
}

footer .footer-nav .footer-nav-box h4 {
  color: white;
  font-size: 18px;
  font-weight: 800;
}

footer .footer-nav .footer-nav-box ul {
  padding: 0;
  list-style-type: none;
}

footer .footer-nav .footer-nav-box ul li {
  color: white;
  margin-bottom: 10px;
  position: relative;
  padding: 5px;
}

footer .footer-nav .footer-nav-box ul li::before {
  width: 0;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #f1ac45, #273178);
  transition: 0.3s all;
}

footer .footer-nav .footer-nav-box ul li:hover::before {
  width: 70%;
}

footer .footer-nav .footer-nav-box ul li a {
  color: white;
  text-decoration: none;
  z-index: 1;
  position: relative;
  font-size: 14px;
}

footer .footer-nav .footer-nav-box .social-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

footer .footer-nav .footer-nav-box .social-icon li {
  border: 1px solid;
  margin: 0px 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  padding: 5px 0px;
  text-align: center;
}

footer .footer-nav .footer-nav-box .social-icon li::before {
  display: none;
}

footer .footer-nav .footer-nav-box .social-icon li:hover {
  color: #f1ac45;
}

footer .footer-nav .footer-nav-box .social-icon li:hover a {
  color: #f1ac45;
}

footer .copyright {
  border-top: 1px solid white;
  text-align: center;
  background-image: linear-gradient(45deg, #273178 65%, #f1ac45 35%);
  padding: 30px;
  margin-top: 80px;
  color: white;
}

footer .copyright .copyright-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .copyright .copyright-data .footer-logo-nf {
  cursor: pointer;
}

footer .copyright .copyright-data .footer-logo-nf img {
  width: 30px;
}

footer .copyright img {
  width: 70px;
}

.banner {
  padding: 0px 0px;
  position: relative;
}

.banner .banner-bg {
  background-image: url(../pics/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 278px;
}

.banner img {
  width: 100%;
}

.banner h1 {
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: 700;
  width: auto;
  left: 26%;
  top: 50%;
  transform: translate(-36%, -50%);
}

.meet-and-greet-info label {
  width: 100%;
}

.meet-and-greet-info label span {
  float: right;
}

.meet-and-greet-info .box {
  background: #fff url(../pics/meet-and-greet-icon.png) no-repeat 96% center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 13px 12px;
}

.meet-and-greet-info input[type=checkbox] {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0;
}

.contact-sec {
  margin-top: 80px;
  border-bottom: 2px dashed;
  padding-bottom: 80px;
  border-color: #fbce89;
}

.contact-sec .contact-text {
  width: 77%;
}

.contact-sec .contact-text h2 {
  color: #273178;
  font-size: 40px;
  font-weight: 700;
}

.contact-sec .contact-text h2 span {
  color: #f1ac45;
}

.contact-sec .contact-text p {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 500;
}

.contact-sec .contact-text h5 {
  margin-top: 25px;
  font-weight: 700;
}

.contact-sec .contact-text h5 i {
  color: #f1ac45;
  font-size: 25px;
  margin-right: 10px;
}

.contact-sec .contact-form {
  width: 77%;
}

.contact-sec .contact-form .form-control {
  border: 1px solid rgba(120, 120, 120, 0.2509803922);
  padding: 15px 10px;
}

.contact-sec .contact-form .form-control:focus {
  box-shadow: none;
  border-color: #f1ac45;
}

.contact-sec .contact-form label {
  font-weight: 600;
}

.contact-sec .contact-form button {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 45px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}

.contact-sec .contact-form button:hover {
  background-color: #273178;
  color: #f1ac45;
}

.contact-sec .contact-form .return {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-sec .contact-form .return:hover {
  background-color: #273178;
  color: #f1ac45;
}

.faq {
  margin-top: 80px;
}

.faq .questions {
  width: 75%;
  margin: 0 auto;
}

.faq .questions .tab-content {
  width: 100%;
}

.faq .questions .nav-pills .nav-link {
  text-align: left;
  color: #787878;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.faq .questions .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #f1ac45;
  left: 0;
  top: 18px;
  border-radius: 50px;
}

.faq .questions .nav-pills .active {
  background-color: transparent !important;
  color: #273178 !important;
  font-weight: 700;
}

.faq .questions .nav-pills .active::before {
  background: #273178;
}

.faq .questions .accordion-item {
  margin: 0px 0px 20px 0px;
  border: 1px solid #787878;
  border-radius: 10px;
  overflow: hidden;
}

.faq .questions .accordion-item .accordion-header button {
  font-size: 20px;
  font-weight: 600;
}

.faq .questions h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.page-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
  align-items: center;
}

.page-heading h3 {
  font-weight: 600;
}

.page-heading a {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 13px 20px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

.page-heading a:hover {
  background-color: #273178;
  color: #f1ac45;
}

.book-car .address-detail .summary-detail {
  padding: 20px 10px;
  list-style-type: none;
  box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.1411764706);
  border-radius: 10px;
  margin: 20px 0px;
}

.book-car .address-detail .summary-detail li {
  margin: 10px;
}

.book-car .address-detail .summary-detail .thead {
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
}

.book-car .address-detail .summary-detail .tdata {
  margin-bottom: 0px;
  color: #787878;
  font-weight: 400;
  float: right;
}

.taxi-listing {
  margin-top: 80px;
}

.taxi-listing .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.taxi-listing .listing .listing-box {
  padding: 0px;
  width: 30%;
  margin: 0px 12px 25px 12px;
  box-shadow: 0px 4px 8px rgba(141, 141, 141, 0.1803921569);
  border-radius: 10px;
}

.taxi-listing .listing .listing-box .car-image {
  padding: 10px;
}

.taxi-listing .listing .listing-box .car-image img {
  margin: 0 auto;
  display: block;
  height: 80px;
}

.taxi-listing .listing .listing-box .lower-text h5 {
  text-align: center;
  margin-top: 45px;
  font-size: 25px;
  font-weight: 600;
}

.taxi-listing .listing .listing-box .lower-text ul {
  padding: 0;
  list-style-type: none;
}

.taxi-listing .listing .listing-box .lower-text ul li {
  border-bottom: 1px solid rgba(191, 191, 191, 0.4901960784);
  padding: 10px;
}

.taxi-listing .listing .listing-box .lower-text ul li p {
  margin-bottom: 0;
  font-weight: 500;
}

.taxi-listing .listing .listing-box .lower-text ul li p span {
  float: right;
  color: #787878;
  font-size: 15px;
}

.taxi-listing .listing .listing-box .lower-text ul li p i {
  width: 20px;
  color: #f1ac45;
}

.taxi-listing .listing .listing-box .lower-text .book-btn {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.taxi-listing .listing .listing-box .lower-text .book-btn:hover {
  background-color: #273178;
  color: #f1ac45;
}

.information-form .contact-form {
  width: 100%;
  box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.1411764706);
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 10px;
}

.information-form .contact-form h5 {
  font-weight: 600;
}

.hide {
  display: none;
  padding-top: 30px;
}

.hide label {
  font-weight: 700;
}

#myDIV {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.Manage_booking .contact-form {
  margin: 0 auto;
  display: block;
  box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.1411764706);
  padding: 20px;
  border-radius: 10px;
}

.Manage_booking .contact-form .easy-way i {
  color: #f1ac45;
}

.invoice-sec .payment_card {
  box-shadow: 0px 4px 8px rgba(128, 128, 128, 0.3098039216);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0px;
}

.invoice-sec .payment_card img {
  width: 100%;
  margin: 20px 0px;
}

.invoice-sec .payment_card .card-btn {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.invoice-sec .payment_card .card-btn:hover {
  background-color: #273178;
  color: #f1ac45;
}

.invoice-sec .Receipts {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 30px;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}

.invoice-sec .Receipts:hover {
  background-color: #273178;
  color: #f1ac45;
}

.invoice-sec .invoice-detail {
  box-shadow: 0px 4px 8px rgba(128, 128, 128, 0.3098039216);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 10px 20px 10px;
}

.invoice-sec .invoice-detail .price {
  background-color: #fbce89;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0px 10px 10px 0px;
}

.invoice-sec .invoice-detail .price i {
  font-size: 40px;
  color: #273178;
  margin-bottom: 20px;
}

.invoice-sec .invoice-detail .price h2 {
  font-weight: 700;
}

.invoice-sec .invoice-detail button {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
  margin-right: 15px;
}

.invoice-sec .invoice-detail button:hover {
  background-color: #273178;
  color: #f1ac45;
}

.invoice-sec h5 {
  color: #5d67b6;
  margin-bottom: 0;
}

.invoice-sec .thanks {
  text-align: center;
  color: #273178;
  margin-top: 5px;
  margin-bottom: 50px;
}

.invoice-sec .thanks h2 {
  font-size: 40px;
  font-weight: 700;
}

.invoice-sec .thanks p {
  font-size: 20px;
  font-weight: 700;
}

.invoice-sec .failed {
  text-align: center;
  color: #fc4a48;
  margin-top: 5px;
  margin-bottom: 50px;
}

.invoice-sec .failed h2 {
  font-size: 40px;
  font-weight: 700;
}

.invoice-sec .failed p {
  font-size: 20px;
  font-weight: 700;
}

.invoice-sec .invoice_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.invoice-sec .invoice_box .invoice-text {
  margin-left: 20px;
  width: 100%;
}

.invoice-sec .invoice_box .invoice-icon i {
  font-size: 50px;
  color: #5d67b6;
}

.invoice-sec .invoice_box .timedate-text p {
  margin-bottom: 10px;
}

.invoice-sec .invoice-text p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #5d67b6;
}

.invoice-sec .invoice-text span {
  color: #787878;
  font-weight: 400;
  font-size: 15px;
  float: right;
}

@media (min-width: 320px) and (max-width: 620px) {
  .hero-section .hero-box {
    width: 100%;
  }

  .banner h1 {
    font-size: 23px;
    left: 40%;
    top: 35%;
  }

  .banner img {
    height: 130px;
  }

  .hero-section h1 {
    width: 100%;
  }

  .hero-section .header-offer {
    width: 100%;
  }

  .hero-section .header-offer p {
    margin-bottom: inherit;
  }

  .hero-section .search-form {
    width: 100%;
  }

  .hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input {
    min-width: inherit;
  }

  .slick-arrow {
    display: none !important;
  }

  .steps h2 {
    font-size: 32px;
  }

  .steps .heading-p {
    width: 100%;
  }

  .feedback .heading h2 {
    font-size: 32px;
  }

  .feedback .heading p {
    width: 100%;
  }

  .about .heading h2 {
    font-size: 32px;
  }

  .about .about-text {
    margin: 0px;
  }

  .questions {
    width: 100% !important;
  }

  .questions .align-items-start {
    display: block !important;
  }

  .questions .nav-pills {
    display: -webkit-box;
    flex-wrap: nowrap;
    flex-direction: row !important;
    overflow: auto;
    width: 100%;
    background-color: #fbce89;
    margin-bottom: 10px;
    padding: 10px;
  }

  .contact-sec .contact-form {
    width: 100% !important;
  }

  .taxi-listing .listing .listing-box {
    width: 100%;
  }

  footer .footer-nav .footer-nav-box {
    margin-top: 20px;
  }

  footer .copyright {
    padding: 15px;
  }

  footer .copyright .copyright-data {
    display: block;
  }

  footer .copyright .copyright-data div {
    margin-top: 10px;
  }

  .slick-dots {
    position: relative !important;
  }
}

@media (min-width: 621px) and (max-width: 768px) {
  .hero-section .hero-box {
    width: 100%;
  }

  .banner h1 {
    font-size: 30px;
  }

  .hero-section h1 {
    width: 100%;
  }

  .hero-section .header-offer {
    width: 100%;
  }

  .hero-section .header-offer p {
    margin-bottom: inherit;
  }

  .hero-section .search-form {
    width: 100%;
  }

  .hero-section .search-form .search-bar {
    flex-direction: column;
  }

  .hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input {
    min-width: 76%;
  }

  .hero-section .search-form .search-bar .inputs_section .search_btn {
    text-align: center;
  }

  .slick-arrow {
    display: none !important;
  }

  .steps h2 {
    font-size: 32px;
  }

  .steps .heading-p {
    width: 100%;
  }

  .feedback .heading h2 {
    font-size: 32px;
  }

  .feedback .heading p {
    width: 100%;
  }

  .about .heading h2 {
    font-size: 32px;
  }

  .about .about-text {
    margin: 20px;
  }

  .faq .questions {
    width: 100%;
  }

  .contact-sec .contact-form {
    width: 100%;
  }

  .contact-sec .contact-text {
    width: 100%;
  }

  .taxi-listing .listing .listing-box {
    width: 46%;
  }

  footer .footer-nav .footer-nav-box {
    margin-top: 20px;
  }

  footer .copyright {
    padding: 15px;
  }

  footer .copyright .copyright-data div {
    margin-top: 10px;
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  .hero-section .search-form {
    width: 80%;
  }

  .hero-section .search-form .search-bar .inputs_section {
    width: 100%;
  }

  .hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input {
    min-width: 70%;
  }

  .hero-section .search-form .search-bar .inputs_section .search_btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .taxi-listing .listing .listing-box {
    width: 46%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .banner h1 {
    font-size: 30px;
  }

  .hero-section h1 {
    width: 100%;
  }

  .hero-section .header-offer {
    width: 100%;
  }

  .hero-section .header-offer p {
    margin-bottom: inherit;
  }

  .hero-section .search-form {
    width: 100%;
  }

  .hero-section .search-form .search-bar .inputs_section .autocomplete_inputs .input {
    min-width: inherit;
  }

  .slick-arrow {
    display: none !important;
  }

  .steps h2 {
    font-size: 32px;
  }

  .steps .heading-p {
    width: 100%;
  }

  .feedback .heading h2 {
    font-size: 32px;
  }

  .feedback .heading p {
    width: 100%;
  }

  .about .heading h2 {
    font-size: 32px;
  }

  .about .about-text {
    margin: 20px;
  }

  footer .footer-nav .footer-nav-box {
    margin-top: 20px;
  }

  footer .copyright {
    padding: 15px;
  }

  footer .copyright .copyright-data div {
    margin-top: 10px;
  }
}

.previous-trip {
  margin-top: 50px;
}

.previous-trip .trip-table {
  overflow: auto;
}

.terms .term-header {
  width: 85%;
  margin: 50px auto 30px auto;
  display: block;
  text-align: center;
}

.terms .term-header p {
  font-weight: 600;
}

.terms .conditions {
  margin-bottom: 24px;
}

.terms .conditions h2 {
  font-size: 20px;
  font-weight: 600;
}

.terms .conditions p {
  color: #787878;
}

@media (min-width: 1441px) and (max-width: 2560px) {
  .banner h1 {
    left: 32% !important;
  }
}

@media (min-width: 2561px) and (max-width: 5000px) {
  .banner-bg {
    height: 400px !important;
  }

  .banner h1 {
    left: 37% !important;
  }
}

@media (min-width: 5001px) and (max-width: 8000px) {
  .banner-bg {
    height: 800px !important;
  }

  .banner h1 {
    left: 43% !important;
  }

  .wave {
    height: 800px !important;
  }
}

.wave {
  background-image: url(../pics/wave.svg);
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: white;
}

.auto-output-search.auto-is-active {
  left: 0% !important;
}

.preloader {
  z-index: 999999999999999;
  background: rgba(226, 230, 255, 0.8196078431);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preloader .preloader-spinner {
  position: absolute;
  left: 46%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #273178;
  border-top: 8px solid #f1ac45;
  border-bottom: 8px solid #f1ac45;
  animation: preloader-anime 1.4s ease infinite;
}

.preloader .preloader-spinner:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  border-radius: inherit;
  opacity: 0.9;
  transform: translate(-50%, -50%);
  border: 10px solid #273178;
  border-left: 10px solid #f1ac45;
  border-right: 10px solid #f1ac45;
}

.preloader .preloader-spinner:after {
  position: absolute;
  content: "";
  width: 300%;
  height: 300%;
  left: 50%;
  top: 50%;
  border-radius: inherit;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border: 12px solid #273178;
  border-top: 12px solid #f1ac45;
  border-bottom: 12px solid #f1ac45;
}

@keyframes preloader-anime {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.blog-wrapper {
  margin: 40px 0px 80px 0px;
}

.blog-wrapper a {
  text-decoration: none !important;
  color: #000000 !important;
  transition: 0.3s all;
  display: flow-root;
  border-radius: 10px;
  margin-bottom: 25px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.blog-wrapper a:hover {
  box-shadow: 0px 10px 15px rgba(128, 128, 128, 0.1803921569);
}

.blog-wrapper a:hover img {
  opacity: 0.5;
}

.blog-wrapper .card {
  border: none;
}

.blog-wrapper .card .card-body p {
  font-size: 15px;
  color: #787878;
}

.blog-wrapper .card img {
  height: 250px;
  transition: 0.3s all;
}

.blog-wrapper .card .blog-info {
  border-bottom: 1px dashed #f1ac45;
  padding: 10px 0px;
}

.blog-wrapper .card .blog-info i {
  color: #f1ac45;
  margin-right: 2px;
}

.blog-wrapper .card .blog-info p {
  margin-bottom: 0;
  font-size: 15px;
}

.blog-wrapper .card .blog-info .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.blog-wrapper .card .blog-info .right p {
  margin-left: 20px;
}

.blog-wrapper .card .blog-detail {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  color: #000000 !important;
}

.blog-wrapper .card .blog-detail:hover {
  background-color: #273178;
  color: #f1ac45;
}

.blog-detail-wrapper {
  margin: 80px 0px;
}

.blog-detail-wrapper .card {
  border: none;
}

.blog-detail-wrapper .blog-detail-media {
  margin-bottom: 20px;
}

.blog-detail-wrapper .blog-detail-media a {
  background-color: #f1ac45;
  border-radius: 50px;
  padding: 10px;
  width: 45px;
  display: inline-block;
  text-align: center;
  color: black;
  margin: 10px 10px 10px 0px;
}

.blog-detail-wrapper .blog-detail-media a i {
  color: #273178;
}

.blog-detail-wrapper .blog-detail-right-side {
  width: 80%;
  margin-left: auto;
}

.blog-detail-wrapper .blog-detail-right-side .category {
  margin: 80px 0px;
}

.blog-detail-wrapper .blog-detail-right-side .category ul {
  padding: 0;
}

.blog-detail-wrapper .blog-detail-right-side .category ul li {
  list-style-type: none;
  border-bottom: 1px solid #787878;
  padding: 10px 5px;
}

.blog-detail-wrapper .blog-detail-right-side .category ul li a {
  color: #787878;
  text-decoration: none;
}

.blog-detail-wrapper .blog-detail-right-side .category ul li a span {
  float: right;
}

.blog-detail-wrapper .blog-detail-right-side .category ul li a:hover {
  color: #f1ac45;
}

.blog-detail-wrapper .blog-detail-right-side .covid a {
  color: #787878;
  text-decoration: none;
}

.blog-detail-wrapper .blog-detail-right-side .covid a:hover {
  color: #fbce89;
}

.blog-detail-wrapper .blog-detail-right-side .card {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.205);
}

.related-blogs h4 {
  margin-bottom: 50px;
}

.related-blogs a {
  color: #787878;
  text-decoration: none;
}

.related-blogs a:hover {
  color: #fbce89;
}

.related-blogs a .card {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.205);
}

.blogs {
  padding: 80px 0px;
  background-color: white;
}

.blogs .heading {
  text-align: center;
  margin-bottom: 50px;
}

.blogs .heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #273178;
}

.blogs .heading h2 span {
  color: #f1ac45;
}

.blogs a {
  text-decoration: none;
  color: #000000;
}

.blogs a .card-img-top {
  height: 260px;
}

.blogs .card {
  transition: 0.3s all ease;
}

.blogs .card:hover {
  box-shadow: 0px 10px 15px rgba(128, 128, 128, 0.2392156863);
}

.blogs .blog-detail-btn {
  background-color: #f1ac45;
  color: #273178;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.blogs .blog-detail-btn:hover {
  background-color: #273178;
  color: #f1ac45;
}

.blogs .blog-grid .img-fluid {
  height: 136px !important;
}

.blogs .blog-grid .card-title {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.blogs .blog-grid .blog-grid-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

/*# sourceMappingURL=main.css.map */