@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;
}

button {
  background-color: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
}

button:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

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

header {
  border-bottom: 1px solid #77b8ec;
  position: absolute;
  z-index: 1;
  width: 100%;
  line-height: 0 !important;
}

header marquee {
  background-color: #146cb2;
  color: white;
}

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: #146cb2;
}

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

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

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

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

.hero-section {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  background-image: url(../pics/hero_bg_1_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../pics/hero_overlay_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-section .hero-right-side {
  margin: 150px auto 0 0;
}

.hero-section .hero-right-side .txt {
  color: white;
  position: relative;
  margin-top: 30px;
}

.hero-section .hero-right-side h1 {
  position: relative;
  color: white;
  font-size: 25px;
  font-weight: 700;
}

.hero-section .hero-right-side .header-offer {
  color: white;
  width: 100%;
  margin: 20px auto;
  position: relative;
}

.hero-section .hero-right-side .header-offer p {
  font-size: 17px;
  float: left;
  width: 50%;
}

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

.hero-section .hero-right-side .card .card-body {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.hero-section .hero-right-side .card .card-body img {
  width: 75%;
  margin: 0 auto;
  display: block;
}

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

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

.hero-section .search-form h2 {
  text-align: center;
  margin: 0px auto 20px auto;
  font-weight: 700;
  position: relative;
}

.hero-section .search-form h2 span {
  color: #146cb2;
}

.hero-section .search-form .search-bar .inputs_section {
  margin-bottom: 20px;
}

.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: #146cb2;
  margin-right: 10px;
  font-size: 20px;
  line-height: inherit;
}

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

.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: #146cb2;
  padding: 0 !important;
}

.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: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  padding: 20px 50px;
  outline: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 17px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.hero-section .search-form .search-bar .inputs_section .search_btn:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

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

.services .container-fluid .card {
  text-align: center;
  transition: 0.3s all ease-in-out;
}

.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;
}

.steps {
  margin: 80px 0px;
  background-color: white;
  z-index: -1;
}

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

.steps h2 span {
  color: #146cb2;
}

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

.feedback {
  background-image: url("../pics/testi_bg_1.jpg");
  z-index: 1;
  padding: 60px 0px;
  margin-top: 0px;
  position: relative;
}

.feedback::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f9c51c;
  opacity: 0.2;
  z-index: -1;
}

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

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

.feedback .heading h2 span {
  color: #146cb2;
}

.feedback .heading p {
  color: #146cb2;
  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: transparent;
  background-clip: border-box;
  border-radius: 11px;
  border: none;
}

.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: #146cb2;
}

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

.feedback p {
  font-size: 18px;
  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;
  margin: 80px 0px;
}

.about .heading .sub-title {
  font-size: 22px;
  color: #146cb2;
  margin-top: 30px;
}

.about .heading h2 {
  font-size: 54px;
  font-weight: 700;
}

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

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

.about .about-text p:nth-child(1) {
  border: 1.5px solid rgba(120, 120, 120, 0.1098039216);
  box-shadow: 0px 2px 16px rgba(120, 120, 120, 0.1098039216);
  padding: 30px;
  font-size: 15px;
  color: #787878;
}

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

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

.covid-sec {
  margin: 80px 0px;
}

.taxi-online {
  text-align: center;
  background-image: url("../pics/pattern_bg_3.png");
  background-color: #f9c51c;
  padding: 20px 0px;
  width: 100%;
}

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

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

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

.taxi-online .srch-taxi:hover {
  background-color: #f9c51c;
  color: #146cb2;
}

footer {
  background-color: #146cb2;
}

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

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

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, #f9c51c, #146cb2);
  transition: 0.3s all;
}

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

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: #f9c51c;
}

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

footer .copyright {
  border-top: 1px solid white;
  text-align: center;
  background-image: linear-gradient(45deg, #f9c51c 65%, #146cb2 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 img {
  width: 30px;
}

footer .copyright img {
  width: 70px;
}

.btn-personal {
  background-color: #146cb2 !important;
  color: #f9c51c !important;
  border: none !important;
  font-size: inherit !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  outline: none !important;
  text-decoration: none !important;
  display: block !important;
}

.banner {
  padding: 200px 0px 100px 0px;
  position: relative;
  background-image: url(../pics/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #146cb2;
  opacity: 0.7;
}

.banner h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: relative;
}

.contact-wrapper {
  margin: 50px 0px;
}

.contact-wrapper .contact-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-wrapper .contact-detail .contact-box {
  width: 30%;
  background-color: #77b8ec;
  padding: 30px 60px;
  text-align: center;
  border-radius: 10px;
}

.contact-wrapper .contact-detail .contact-box p {
  margin: 0;
}

.contact-wrapper .contact-detail .contact-box i {
  font-size: 40px;
  margin-bottom: 20px;
}

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

.contact-sec .contact-form {
  width: 60%;
  margin: 0 auto;
  background-color: rgba(120, 120, 120, 0.0509803922);
  padding: 30px;
  border-radius: 10px;
}

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

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

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

.contact-sec .contact-form button {
  background-color: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  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: #f9c51c;
  color: #146cb2 !important;
}

.contact-sec .contact-form .book-now {
  background-color: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  padding: 10px 45px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}

.contact-sec .contact-form .book-now:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

.contact-sec .contact-form .return {
  background-color: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  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: #f9c51c;
  color: #146cb2 !important;
}

.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: #146cb2;
  left: 0;
  top: 18px;
  border-radius: 50px;
}

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

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

.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;
  background-color: #77b8ec;
}

.faq .questions .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
}

.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: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  padding: 13px 20px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

.page-heading a:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

.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;
  background-color: #77b8ec;
}

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

.book-car .address-detail .summary-detail .thead {
  font-weight: 600;
  margin-bottom: 0;
}

.book-car .address-detail .summary-detail .tdata {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: normal;
}

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

.taxi-listing .listing .listing-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  width: 100%;
  margin: 0px 12px 25px 12px;
  border-bottom: 1px solid #146cb2;
}

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

.taxi-listing .listing .listing-box .car-image h5 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

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

.taxi-listing .listing .listing-box .car-image p {
  float: left;
  margin: 0 10px;
}

.taxi-listing .listing .listing-box .car-image p i {
  margin-right: 5px;
  font-size: 20px;
}

.taxi-listing .listing .listing-box .lower-text {
  width: 25%;
}

.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: #146cb2;
}

.taxi-listing .listing .listing-box .lower-text .book-btn {
  background-color: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  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: #f9c51c;
  color: #146cb2 !important;
}

.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: #146cb2;
}

.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: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  margin-top: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.invoice-sec .payment_card .card-btn:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

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

.invoice-sec .Receipts:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

.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: #146cb2;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 15px 0px 0px 0px;
}

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

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

.invoice-sec .invoice-detail .price h4 {
  color: #f9c51c;
}

.invoice-sec .invoice-detail button {
  background-color: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  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: #f9c51c;
  color: #146cb2 !important;
}

.invoice-sec h5 {
  color: #146cb2;
  font-size: 24px;
  font-weight: 600;
}

.invoice-sec .thanks {
  text-align: center;
  color: #f9c51c;
  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 .invoice_box {
  margin-bottom: 40px;
}

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

.invoice-sec .invoice_box .invoice-icon i {
  font-size: 28px;
  color: #77b8ec;
}

.invoice-sec .invoice_box .timedate-text p {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1411764706);
  padding: 0px 0px 10px 0px;
}

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

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

@media (min-width: 320px) and (max-width: 620px) {
  header nav .navbar-collapse {
    background: #146cb2;
  }

  .banner img {
    height: 130px;
  }

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

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

  .hero-section .header-offer p {
    margin-bottom: inherit;
    float: none !important;
    width: 100% !important;
  }

  .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: #77b8ec;
    margin-bottom: 10px;
    padding: 10px;
  }

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

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

  .taxi-listing .listing .listing-box .lower-text {
    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;
  }

  .contact-wrapper .contact-detail .contact-box {
    width: 100%;
    margin: 10px 0px;
  }
}

@media (min-width: 621px) and (max-width: 768px) {
  header nav .navbar-collapse {
    background: white;
  }

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

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

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

  .hero-section .header-offer p {
    margin-bottom: inherit;
    float: none !important;
    width: 100% !important;
  }

  .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;
  }

  .contact-wrapper .contact-detail .contact-box {
    padding: 30px 3px;
  }
}

@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;
    float: none !important;
    width: 100% !important;
  }

  .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-bg {
    height: 400px !important;
  }
}

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

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

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

.blogs {
  margin: 80px 0px;
}

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

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

.blogs .heading h2 span {
  color: #146cb2;
}

.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: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.blogs .blog-detail-btn:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

.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;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#myBtn:hover {
  bottom: 55px;
}

#myBtn::before {
  background: no-repeat 50% 50%;
  position: absolute;
  content: "";
  right: 0;
  width: 59px;
  height: 72px;
  background-image: url(../pics/footer-car.png);
}

.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 #146cb2;
  padding: 10px 0px;
}

.blog-wrapper .card .blog-info i {
  color: #146cb2;
  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: #146cb2;
  color: #f9c51c;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  color: #000000 !important;
}

.blog-wrapper .card .blog-detail:hover {
  background-color: #f9c51c;
  color: #146cb2 !important;
}

.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: #146cb2;
  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: #f9c51c;
}

.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: #146cb2;
}

.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: #77b8ec;
}

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

.slick-dots li.slick-active button:before {
  color: #146cb2 !important;
}

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

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

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

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

.services-sec {
  margin: 80px 0px;
}

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

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

.services-sec .heading-p {
  width: 60%;
  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;
}

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

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

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

.services-sec .services-boxes .card .card-title {
  position: absolute;
  bottom: 50px;
  left: 10px;
  color: white;
  font-weight: 700;
}

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


.preloader {
  z-index: 999999999999999;
  background: rgba(179, 179, 247, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
  animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
  animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.car__line--top {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.car__line--middle {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.car__line--bottom {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(-1%);
  }

  100% {
    transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }

  100% {
    transform: translateY(3%);
  }
}

@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }

  25% {
    stroke-dashoffset: 22;
  }

  50% {
    stroke-dashoffset: 0;
  }

  51% {
    stroke-dashoffset: 0;
  }

  80% {
    stroke-dashoffset: -22;
  }

  100% {
    stroke-dashoffset: -22;
  }
}

@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }

  25% {
    stroke-dashoffset: 22;
  }

  50% {
    stroke-dashoffset: 0;
  }

  51% {
    stroke-dashoffset: 0;
  }

  80% {
    stroke-dashoffset: -22;
  }

  100% {
    stroke-dashoffset: -22;
  }
}

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