body {
  font-family: Poppins;
}

#header-content .navbar {
  width: 100%;
  padding: 15px 0;
}
#header-content .navbar .navbar-nav li a.nav-link {
  color: #586167;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  #header-content .navbar .navbar-nav li a.nav-link {
    font-size: 13px;
    padding: 8px 12px;
  }
}
#header-content .navbar .navbar-nav li a.active {
  color: #1D2B35;
  font-weight: 600;
}
#header-content .navbar .navbar-nav li a.btn-login {
  color: #1D2B35;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #F1B603;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 50px;
}
#header-content .navbar .mobile-nav {
  display: none;
}
@media (max-width: 991.98px) {
  #header-content .navbar .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header-content .navbar .button-nav {
  margin-right: 27px;
}
#header-content .navbar .button-nav li a {
  color: #586167;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header-content .navbar .button-nav li a i {
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  #header-content .navbar .button-nav li a {
    font-size: 13px;
    padding: 8px 12px;
  }
}
#header-content .navbar .navbar-toggler,
#header-content .navbar .btn-close {
  border-color: transparent;
  border: none;
}
#header-content .navbar .navbar-toggler:focus,
#header-content .navbar .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.about {
  padding: 70px 0;
  background-position: bottom right;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}
.about .about_content {
  width: 496px;
}
@media (max-width: 768px) {
  .about .about_content {
    width: 100%;
    margin: 20px 0;
  }
}
.about .about_content .about_title h3 {
  color: #1D2B35;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .about .about_content .about_title h3 {
    font-size: 22px;
  }
}
.about .about_content .about_title h3 span {
  color: #F1B603;
}
.about .about_content .about_description {
  color: #586167;
  font-size: 14px;
  font-style: normal;
  padding: 12px 0;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.about .about_content .contact_list .call-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about .about_content .contact_list .call-list .common_props {
    width: 41px;
  }
}
.about .about_content .contact_list .call-list a {
  text-decoration: none;
}
.about .about_content .contact_list .call-list li {
  margin-left: 10px;
}
.about .about_content .contact_list .call-list .call-details > span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #586167;
  text-transform: capitalize;
}
.about .about_content .contact_list .call-list a.call_now {
  color: #1D2B35;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  font-style: normal;
}

.banner {
  background-image: url("../img/Banner.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.banner .banner_content {
  text-align: center;
  position: absolute;
  top: 23%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.banner .banner_content h2 {
  color: var(--Secondary-Color, #1D2B35);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .banner .banner_content h2 {
    font-size: 32px;
  }
}
.banner .banner_content h2 span {
  color: var(--Primary-Color, #F1B603);
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .banner .banner_content h2 span {
    font-size: 32px;
  }
}
.banner .banner_content p {
  color: var(--Taxt-Color, #586167);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 15px 0;
  line-height: normal;
}
.banner .banner_content .banner_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 36px;
	font-size: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #ffffff;
  background: #1D2B35;
}

.cities {
  margin-bottom: 20px;
  margin-top: -50px;
}
.cities .cities-bg {
  border-radius: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  position: relative;
}
.cities .cities-bg .vr {
  position: absolute;
  top: 33%;
  left: 25%;
  height: 40%;
  width: 2px;
  background: #1D2B35;
  opacity: 1;
}
.cities .cities-bg .vr1 {
  position: absolute;
  top: 33%;
  left: 50%;
  height: 40%;
  width: 2px;
  background: #1D2B35;
  opacity: 1;
}
.cities .cities-bg .vr2 {
  position: absolute;
  top: 33%;
  left: 75%;
  height: 40%;
  width: 2px;
  background: #1D2B35;
  opacity: 1;
}
@media (max-width: 768px) {
  .cities .cities-bg .vr,
  .cities .cities-bg .vr1,
  .cities .cities-bg .vr2 {
    display: none;
  }
}
.cities .cities-bg .cities-list .cites_detail {
  text-align: center;
  padding: 27px 46px;
}
@media (max-width: 768px) {
  .cities .cities-bg .cities-list .cites_detail {
    padding: 20px 17px;
  }
}
.cities .cities-bg .cities-list .cites_detail .count {
  color: #1D2B35;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .cities .cities-bg .cities-list .cites_detail .count {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .cities .cities-bg .cities-list .cites_detail .count {
    font-size: 16px;
  }
}
.cities .cities-bg .cities-list .cites_detail > span {
  color: #586167;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .cities .cities-bg .cities-list .cites_detail > span {
    font-size: 13px;
  }
}

.work {
  padding: 90px 0;
  background-color: #FBF9FE;
}
@media (max-width: 768px) {
  .work {
    padding: 60px 0;
  }
}
.work .work-content {
  padding-bottom: 20px;
}
.work .work-content p {
  text-align: center;
}
.work h2 {
  color: var(--Secondary-Color, #1D2B35);
  text-align: center;
  padding-bottom: 20px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .work h2 {
    font-size: 28px;
  }
}
.work h2 span {
  color: var(--Primary-Color, #F1B603);
}
.work .work-boxes {
  margin-top: 60px;
  position: relative;
}
.work .work-boxes:before {
  content: "";
  background-image: url(../img/line.png);
  width: auto;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
@media (max-width: 767.98px) {
  .work .work-boxes:before {
    display: none;
  }
}
.work .w2 {
  margin-top: 50px;
}
.work .w3 {
  margin-top: -20px;
}
.work .w4 {
  margin-top: 60px;
}
.work .work-card {
  text-align: center;
  border: none;
  background-color: transparent;
}
.work .work-card .card-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.work .card-img-top {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  border-radius: 8px;
  background: var(--Primary-Color, #F1B603);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
}
.work .card-img-top-dark {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  border-radius: 8px;
  background: #1D2B35;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
}

.choose_us {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .choose_us {
    margin: 20px 0;
  }
}
.choose_us .choose_us_content .content-heading {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .choose_us .choose_us_content .content-heading {
    padding-bottom: 14px;
  }
}
.choose_us .choose_us_content .content-heading h2 {
  color: var(--Secondary-Color, #1D2B35);
  /* Heading 1 */
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .choose_us .choose_us_content .content-heading h2 {
    font-size: 32px;
  }
}
.choose_us .choose_us_content .content-heading h2 span {
  color: var(--Primary-Color, #F1B603);
  /* Heading 1 */
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .choose_us .choose_us_content .content-heading h2 span {
    font-size: 32px;
  }
}
.choose_us .choose_us_content .content-heading p {
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.choose_us .choose_us_content .Choose-list {
  margin-bottom: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.choose_us .choose_us_content .Choose-list .choose-icon {
  border-radius: 8px;
  border: 3px solid #FFF;
  background: var(--Primary-Color, #F1B603);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  .choose_us .choose_us_content .Choose-list .choose-icon {
    padding: 10px;
  }
}
.choose_us .choose_us_content .Choose-list li {
  margin: auto 0;
}
.choose_us .choose_us_content .Choose-list li .choose-details .rental {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.choose_us .choose_us_content .Choose-list li .choose-details p {
  margin-bottom: 0;
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.choose_taxi {
  background-image: url("../img/ChooseBG.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .choose_taxi {
    padding: 40px 0;
  }
}
.choose_taxi h2 {
  padding-bottom: 40px;
  color: #1D2B35;
  text-align: center;
  /* Heading 1 */
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .choose_taxi h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
}
.choose_taxi h2 span {
  color: var(--Primary-Color, #F1B603);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .choose_taxi h2 span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .choose_taxi .taxi_content {
    text-align: center;
    padding-bottom: 20px;
  }
}
.choose_taxi .taxi_content h3 {
  color: var(--Secondary-Color, #1D2B35);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .choose_taxi .taxi_content h3 {
    font-size: 20px;
  }
}
.choose_taxi .taxi_content button.taxi_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: var(--Primary-Color, #F1B603);
  text-decoration: none;
  color: #1D2B35;
}
@media (max-width: 768px) {
  .choose_taxi .taxi_content button.taxi_btn {
    padding: 12px 24px;
  }
}
@media (max-width: 768px) {
  .choose_taxi .taxi_logo {
    width: 100%;
    height: 250px;
  }
}
.choose_taxi .taxi_detail {
  border-radius: 10px;
  background-color: #1D2B35;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: right;
  padding: 35px;
  width: 80%;
}
@media (max-width: 768px) {
  .choose_taxi .taxi_detail {
    margin: 20px;
    width: 96%;
  }
}
.choose_taxi .taxi_detail .taxi_list_title {
  color: #ffffff;
  width: 100%;
}
.choose_taxi .taxi_detail .taxi_list_title h4 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.choose_taxi .taxi_detail .list_detail {
  text-align: right;
  color: #ffffff;
  text-align: right;
  /* p-text-medium */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.choose_taxi .taxi_detail .list_detail .includes_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.choose_taxi .taxi_detail .list_detail .includes_logo li {
  padding: 4px 0px 4px 6px;
}
.choose_taxi .owl-custom-prev {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -10%;
  /* Adjust the distance from the bottom as needed */
  left: 0;
  right: 10%;
  text-align: center;
  z-index: 1;
  /* Adjust the z-index as needed */
}
.choose_taxi .owl-custom-next {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -10%;
  /* Adjust the distance from the bottom as needed */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  /* Adjust the z-index as needed */
}
.choose_taxi .owl-custom-prev img,
.choose_taxi .owl-custom-next img {
  width: 40px;
  /* Adjust the width as needed */
  height: 40px;
  /* Adjust the height as needed */
}
.choose_taxi .owl-custom-prev {
  left: 10px;
  /* Adjust the left position as needed */
}
.choose_taxi .owl-custom-next {
  right: 10px;
  /* Adjust the right position as needed */
}

.testimonial-sec {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .testimonial-sec {
    padding: 30px 0;
  }
}
.testimonial-sec .testimonial {
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 20px 0;
  background-color: #FBF9FE;
}
.testimonial-sec .testimonial .quotes {
  width: 64.94px;
  height: 46.58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px auto;
}
.testimonial-sec .testimonial .user {
  width: 112.8px;
  height: 112px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px auto;
}
.testimonial-sec .owl-carousel {
  position: relative;
}
.testimonial-sec .testimonial-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-sec .owl-testimonial-prev {
  left: 10px;
  /* Adjust the left position as needed */
}
.testimonial-sec .owl-testimonial-next {
  right: 10px;
  /* Adjust the right position as needed */
}
.testimonial-sec .owl-testimonial-prev img,
.testimonial-sec .owl-testimonial img {
  width: 40px;
  /* Adjust the width as needed */
  height: 40px;
  /* Adjust the height as needed */
}

#footer-content {
  position: relative;
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: bottom;
  text-transform: capitalize;
}
#footer-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--Secondary-Color, #1D2B35);
  z-index: -1;
}
#footer-content .footer-top .footer-text .footer-top-text {
  color: #586167;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#footer-content .footer-top img.footer_logo {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  #footer-content .footer-top img.footer_logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#footer-content .bg {
  background-color: #F1B603;
  padding: 20px 135px;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 28% 100%);
          clip-path: polygon(0 1%, 100% 0%, 100% 100%, 28% 100%);
}
@media (max-width: 768px) {
  #footer-content .bg {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 10px 10px;
    margin: 30px 0 20px 0;
  }
}
#footer-content .contact_list .call-list {
  padding-left: 50px;
}
@media (max-width: 768px) {
  #footer-content .contact_list .call-list {
    padding-left: 0;
  }
}
#footer-content .contact_list .call-list .call-details .call_title {
  color: var(--White-text, #FFF);
  text-transform: capitalize;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#footer-content .contact_list .call-list .call-details .call_now {
  color: var(--Secondary-Color, #1D2B35);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
#footer-content .footer-menu {
  padding: 40px 0;
}
@media (max-width: 768px) {
  #footer-content .footer-menu {
    padding: 20px 0;
  }
}
#footer-content .footer-menu h2 {
  padding-bottom: 20px;
  color: var(--White-text, #FFF);
  /* Heading 3 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  #footer-content .footer-menu h2 {
    padding-bottom: 14px;
    font-size: 17px;
  }
}
#footer-content .footer-menu .working-count {
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  #footer-content .footer-menu .working-count {
    padding-bottom: 14px;
  }
}
#footer-content .footer-menu .working-count h5 {
  color: var(--Primary-Color, #F1B603);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#footer-content .footer-menu .working-count span {
  color: var(--White-text, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
#footer-content .footer-menu .working-count .nav-menu {
  list-style: none;
  padding: 0;
  color: #ffffff;
}
#footer-content .footer-menu .working-count .nav-menu li a.active {
  color: #F1B603;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
#footer-content .footer-menu .working-count .nav-menu li a {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding: 10px 0;
}
#footer-content .footer-menu .working-count .footer-contact {
  padding-bottom: 20px;
}
#footer-content .footer-menu .working-count .footer-contact .footer-icon {
  padding-right: 10px;
}
#footer-content .footer-menu .working-count .footer-contact .footer-detail a.call_now {
  text-decoration: none;
  color: var(--White-text, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
#footer-content .copyright {
  text-align: center;
  padding: 20px 0;
  padding-top: 220px;
}
@media (max-width: 768px) {
  #footer-content .copyright {
    padding: 14px 0 Im !important;
  }
}
#footer-content .copyright span {
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.product {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .product {
    margin: 30px 0;
  }
}

.product-card {
  border: none;
  border-radius: 16px;
  background: #FBF9FE;
  padding: 41px;
  margin-bottom: 20px;
	height:600px;
}
@media (max-width:991px){
	.product-card {
		height: 95%;
	}
}
.product-card .card-title {
  text-align: center;
}
.product-card .taxi_detail {
  padding: 20px 0;
}
.product-card .taxi_detail .taxi_list_title {
  color: #1D2B35;
  width: 100%;
}
.product-card .taxi_detail .taxi_list_title h4 {
  color: #1D2B35;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card .taxi_detail .list_detail {
  text-align: right;
  color: #586167;
  text-align: right;
  /* p-text-medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-card .taxi_detail .list_detail .includes_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-card .taxi_detail .list_detail .includes_logo li {
  padding: 4px 0px 4px 6px;
}
.product-card .book_now {
  color: var(--Secondary-Color, #1D2B35);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: var(--Primary-Color, #F1B603);
  text-decoration: none;
  margin: 0 auto;
}

.about_testimonial {
  margin: 60px 0;
  text-align: center;
  position: relative;
}
.about_testimonial .testimonial-card {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about_testimonial .testimonial-card {
    width: 100%;
  }
}
.about_testimonial .left-quotes {
  display: block;
  width: 50px;
  height: 204px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 40%;
  left: -81%;
}
@media (max-width: 991px) {
  .about_testimonial .left-quotes {
    display: block;
    width: 50px;
    height: 204px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 40%;
    left: -100%;
  }
}
.about_testimonial .right-quotes {
  display: block;
  width: 50px;
  height: 204px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 70%;
  right: -77%;
}
@media (max-width: 991px) {
  .about_testimonial .right-quotes {
    display: block;
    width: 50px;
    height: 204px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 80%;
    right: -100%;
  }
}
.about_testimonial .user-img {
  width: 141px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #FFF;
  margin: 0 auto;
  display: block;
}
.about_testimonial .testimonial-desc p {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.about_testimonial .user-name h4 {
  color: var(--Secondary-Color, #1D2B35);
  /* Heading 3 */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-banner {
  background-color: #FBF9FE;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  position: relative;
  text-align: center;
}
.about-banner .banner-desc {
  text-align: center;
  position: absolute;
  top: 23%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.about-banner .banner-desc h2 {
  color: var(--Secondary-Color, #1D2B35);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-banner .banner-desc h2 span {
  color: var(--Primary-Color, #F1B603);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-banner .banner-desc .about-nav {
  text-align: center;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-banner .banner-desc .about-nav .active {
  color: var(--Secondary-Color, #1D2B35);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.about-banner .banner-desc a {
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contact .choose_us_content .content-heading {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .contact .choose_us_content .content-heading {
    padding-bottom: 20px;
  }
}
.contact .choose_us_content .content-heading h2 {
  color: var(--Secondary-Color, #1D2B35);
  /* Heading 1 */
  font-size: 48px;
  padding-bottom: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact .choose_us_content .content-heading h2 {
    font-size: 32px;
  }
}
.contact .choose_us_content .content-heading h2 span {
  color: var(--Primary-Color, #F1B603);
  /* Heading 1 */
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact .choose_us_content .content-heading h2 span {
    font-size: 32px;
  }
}
.contact .choose_us_content .content-heading p {
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}
.contact .choose_us_content .Choose-list {
  margin-bottom: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact .choose_us_content .Choose-list .choose-icon {
  border-radius: 8px;
  border: 3px solid #FFF;
  background: var(--Primary-Color, #F1B603);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  .contact .choose_us_content .Choose-list .choose-icon {
    padding: 10px;
  }
}
.contact .choose_us_content .Choose-list li {
  margin: auto 0;
}
.contact .choose_us_content .Choose-list li .choose-details .rental {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact .choose_us_content .Choose-list li .choose-details p {
  margin-bottom: 0;
  color: var(--Taxt-Color, #586167);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.contact-us-form .contact-form-title h2 {
  color: var(--Taxt-Color, #586167);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 22px;
  padding-top: 14px;
}
.contact-us-form .contact-form input {
  margin-bottom: 28px;
  border-radius: 50px;
  border: 1px solid #DADDDE;
  background: var(--White-text, #FFF);
  height: 50px;
  padding-left: 24px;
}
.contact-us-form .contact-form textarea {
  margin-bottom: 28px;
  border-radius: 20px;
  border: 1px solid #DADDDE;
  background: var(--White-text, #FFF);
  padding-left: 24px;
  padding-top: 20px;
}
.contact-us-form .contact-form .btn-custom {
  color: var(--Secondary-Color, #1D2B35);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: var(--Primary-Color, #F1B603);
}

.sign-up {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .sign-up {
    margin: 30px 0;
  }
}
.sign-up .person-detail-form,
.sign-up .vechile-name,
.sign-up .dl-detail {
  padding-bottom: 30px;
}
.sign-up .person-detail-form h2,
.sign-up .vechile-name h2,
.sign-up .dl-detail h2 {
  padding-bottom: 30px;
  color: var(--Secondary-Color, #1D2B35);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sign-up .person-detail-form .form-group,
.sign-up .vechile-name .form-group,
.sign-up .dl-detail .form-group {
  margin-bottom: 30px;
}
.sign-up .person-detail-form .form-group input,
.sign-up .vechile-name .form-group input,
.sign-up .dl-detail .form-group input {
  height: 50px;
  border-radius: 50px;
  border: 1px solid #DADDDE;
  background: var(--White-text, #FFF);
  padding-left: 20px;
}
.sign-up .person-detail-form .form-group label,
.sign-up .vechile-name .form-group label,
.sign-up .dl-detail .form-group label {
  padding-left: 20px;
  padding-bottom: 7px;
  color: var(--Secondary-Color, #1D2B35);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sign-up .person-detail-form .form-group input.custom-file-label::after,
.sign-up .vechile-name .form-group input.custom-file-label::after,
.sign-up .dl-detail .form-group input.custom-file-label::after {
  border-radius: 50px;
  content: "Choose File";
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #28a745;
  /* Change the background color as needed */
  color: #fff;
  /* Change the text color as needed */
  border-radius: 0 50px 50px 0;
  cursor: pointer;
}
.sign-up .btn-signup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: var(--Primary-Color, #F1B603);
  color: var(--Secondary-Color, #1D2B35);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .btn-close {
  position: absolute;
  right: -3%;
  top: -2%;
  background-color: #1D2B35;
  color: #ffffff;
  border-radius: 50px;
}
.modal .modal-body {
  padding: 50px 60px;
  width: 100%;
  border-radius: 10px;
  background: var(--White-text, #FFF);
}
.modal .modal-body h2 {
  color: var(--Secondary-Color, #1D2B35);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.modal .modal-body .done {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.modal .modal-body .done img {
  max-width: 100%;
}
.modal .modal-body .done h2 {
  padding: 30px 0;
}
.modal .modal-body .center-pos {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.modal .modal-body .center-pos .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.modal .modal-body .nav-tabs .nav-item.show .nav-link,
.modal .modal-body .nav-tabs .nav-link.active {
  border: none;
}
.modal .modal-body .nav-tabs {
  border: none;
  padding: 40px 0;
  margin: 0 auto;
}
.modal .modal-body .nav-tabs .nav-link.active {
  color: var(--Secondary-Color, #1D2B35);
  /* Button Text */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: var(--Primary-Color, #F1B603);
}
.modal .modal-body .nav-tabs .nav-link {
  color: var(--Secondary-Color, #1D2B35);
  /* Button Text */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border-radius: 50px;
  background: #FAF8F3;
  margin: 0 14px;
}
.modal .modal-body .form-group {
  margin-bottom: 20px;
}
.modal .modal-body .form-group label {
  color: var(--Secondary-Color, #1D2B35);
  /* Button Text */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 6px;
  padding-left: 6px;
}
.modal .modal-body .form-group input {
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #DADDDE;
  background: var(--White-text, #FFF);
  padding-left: 20px;
}
.modal .modal-body .book-now {
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
}
.modal .modal-body .btn-signup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: var(--Primary-Color, #F1B603);
  color: var(--Secondary-Color, #1D2B35);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  /* Initially hide the button */
}
.whatsapp-button img {
  max-width: 70px;
}

.icon-area {
  padding: 50px 0;
}
.icon-area .icon-card {
  border: none;
  text-align: center;
}
.icon-area .icon-card .icon {
  border-radius: 8px;
  border: 3px solid #FFF;
  background: var(--Primary-Color, #F1B603);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), -10px -10px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.icon-area .icon-card h4 {
  color: #000;
  font-size: 20px;
  padding: 20px 0;
}
.icon-area .icon-card p {
  color: #586167;
  font-size: 17px;
}

.taxi-area {
  padding: 60px 0;
  background-color: #1D2B35;
}
.taxi-area h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.taxi-area h2 span {
  color: #F1B603;
}
.taxi-area p {
  color: #586167;
  font-size: 16px;
  padding: 12px 0;
}
.taxi-area .call-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .taxi-area .call-list .common_props {
    width: 41px;
  }
}
.taxi-area .call-list a {
  text-decoration: none;
}
.taxi-area .call-list li {
  margin-left: 10px;
}
.taxi-area .call-list .call-details > span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #586167;
  text-transform: capitalize;
}
.taxi-area .call-list a.call_now {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  font-style: normal;
}