@font-face {
  font-family: Pluto-regular;
  src: url(../fonts/PlutoSansCondRegular.otf);
}
@font-face {
  font-family: Pluto-bold;
  src: url(../fonts/PlutoSansCondHeavy.otf);
}

body{
    font-family: Pluto-regular;
}

.header {
    background-color: #fff;
    box-shadow: 0px 5px 10px -3px rgb(0 0 0 / 50%);
    margin-bottom: 1px;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
    background-color: #7dbe80;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.header ul li a .dropdown-content a  {
    color: #000 !important;
    padding: 8px 13px !important;
}
.header .dropdown-content a {
    padding: 10px 19px !important;
    color: #000 !important;
    border-bottom: 2px solid #fff;
}
.header img {
    width: auto;
    height: 45px;
}
.header .navbar{
    padding: 0px;
}
.header ul li a {
    color: #000 !important;
    padding: 22px 20px !important;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 3px solid #ffffff;
    transition: 0.5s;
    cursor: pointer;
}
.header ul li a:hover {
    border-bottom: 3px solid #7dbe80;
    transition: 0.5s;
}
.navbar-toggler {
    padding: 1px 6px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #7dbe80;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.sign-btn {
    background: #7dbe80;
    border-bottom: 2px solid #7dbe80 !important;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.banner-bg{
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-caption{
    bottom: 35%;
}
.carousel-caption h3{
    font-size: 40px;
}
.carousel-caption p{
    font-size: 16px;
    letter-spacing: 1px;
}
.carousel-caption button {
    background-color: #7dbe80;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.how_it_works {
    margin: 60px 0px;
    text-align: center;
}
.how_it_works-heading h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    position: relative;
}
.how_it_works-heading h2::after {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    top: 48px;
    left: 47%;
    height: 3px;
    width: 60px;
}
.how_it_works-heading h2::before {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    bottom: -7px;
    left: 45%;
    height: 3px;
    width: 110px;
}
.how_it_works-heading {
    margin-bottom: 50px;
}
.how_it_works-card div {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7dbe8026;
    border-radius: 50%;
    border: 1px solid rgb(125 190 128 / 32%);
    margin: 10px auto;
}
.how_it_works-card p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.how_it_works-card h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-top: 20px;
}
.about_us {
    background: #7dbe8026;
    padding: 60px 0px;
}
.about_us_text h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    margin-bottom: 40px;
}
.about_us_text h2::after {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    top: 48px;
    left: 0%;
    height: 3px;
    width: 60px;
}
.about_us_text h2::before {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    bottom: -7px;
    left: 0%;
    height: 3px;
    width: 110px;
}
.about_us_text button {
    background: #7dbe80;
    color: #000;
    border: none;
    padding: 9px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.about_us_text p {
    font-size: 14px;
    font-weight: 400;
    color: #3B3B3B;
}
.about_us_text h4 {
    font-size: 18px;
    color: #3B3B3B;
    font-weight: 700;
}
.about_us_img img {
    width: 100%;
}
.download-match-rider {
    margin-top: 60px;
}
.download-match-rider-heading h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.download-match-rider-heading h2::after {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    top: 48px;
    left: 47%;
    height: 3px;
    width: 60px;
}
.download-match-rider-heading h2::before {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    bottom: -7px;
    left: 45%;
    height: 3px;
    width: 110px;
}
.download-match-rider-img img {
    width: 100%;
    padding: 0px 50px;
}
.download-match-rider-text p {
    font-size: 14px;
    color: #666;
}
.download-match-rider-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}
.download-match-rider-btns img {
    width: auto;
    height: 50px;
}
.testimonials{
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.testimonials-heading h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.testimonials-heading h2::after {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    top: 48px;
    left: 47%;
    height: 3px;
    width: 60px;
}
.testimonials-heading h2::before {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    bottom: -7px;
    left: 45%;
    height: 3px;
    width: 110px;
}
.inner-testimonials {
    width: 70%;
    margin: 0 auto;
}
.testimonials-card {
    background: #fff;
    padding: 50px;
    text-align: center;
    border-radius: 8px;
}
.testimonials-card h5 {
    color: #7dbe80;
    font-size: 16px;
    font-weight: 400;
}
.testimonials-card h2 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.testimonials-card p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding-top: 20px;
}
.testimonials-card img {
    width: auto;
    height: 80px;
}
.our_blog_card{
    margin-bottom: 30px;
}
.our_blog {
    padding: 60px 0px;
    background: #efefef;
}
.our_blog_heading h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.our_blog_heading h2::after {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    top: 48px;
    left: 47%;
    height: 3px;
    width: 60px;
}
.our_blog_heading h2::before {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    bottom: -7px;
    left: 45%;
    height: 3px;
    width: 110px;
}
.our_blog_img {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.our_blog_card {
    border: 1px solid #ddd;
}
.our_blog_card p {
    font-size: 14px;
    padding: 0px 20px;
}
.our_blog_card h3 {
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 500;
    color: #333;
}
.our_blog_card button {
    background: #7dbe80;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 7px 13px;
    margin: 10px 10px 30px 20px;
}
.footer {
    background: #181818;
    padding: 60px 0px;
}
.footer_card img {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
}
.footer_card p {
    color: #fff;
    font-size: 15px;
}
.footer_card h4 {
    color: #fff;
    padding-bottom: 11px;
    font-size: 24px;
}
.footer_card h4 span{
    color: #7dbe80;
}
.footer_card li {
    list-style-type: none;
    padding-bottom: 3px;
}
.footer_card li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
.footer_card_btn_group img{
    width: auto;
    height: 48px;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.footer_card button {
    background: #181818;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding: 13px;
    margin-bottom: 10px;
}
.footer_down {
    background: #383939;
    padding: 15px 0px;
    color: #fff;
}
.footer_down_text p {
    margin: 0px;
    font-size: 16px;
}
.footer_down-icons{
    text-align: right;
}
.footer_down-icons a {
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height: 400px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #fff !important;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.testimonials-heading {
    padding-top: 50px;
}
.fade:not(.show) {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header ul li a {
        padding: 21px 8px !important;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {


.header .navbar {
    padding: 10px;
}
.header ul li a{
    padding: 10px 13px !important;
}
.sign-btn{
    text-align: center;
}
.carousel-caption {
    bottom: 25%;
}
.carousel-caption h3 {
    font-size: 24px;
}
.banner-bg{
    min-height: 350px;
}
.how_it_works-heading h2::before{
    left: 31%;
}
.how_it_works-heading h2::after{
    left: 42%;
}
.how_it_works-card {
    margin-bottom: 30px;
}
.about_us_text {
    margin-bottom: 40px;
}
.download-match-rider-heading h2{
    font-size: 25px;
}
.download-match-rider-heading h2::before{
    left: 30%;
}
.download-match-rider-heading h2::after{
    left: 39%;
}
.download-match-rider-btns img {
    margin-bottom: 10px;
}
.download-match-rider-text {
    text-align: center;
}
.testimonials-heading h2{
    font-size: 21px;
}
.testimonials-heading h2::before{
    left: 33%;
}
.testimonials-heading h2::after{
    left: 41%;
}
.testimonials {
    min-height: auto;
    padding: 40px 10px;
}
.slideshow-container{
    height: auto;
}
.our_blog_heading h2::before{
    left: 31%;
}
.our_blog_heading h2::after{
    left: 41%;
}
.our_blog_card {
    margin-bottom: 30px;
}
.footer_card {
    margin-bottom: 40px;
}
}

/*  blog page css start  */


.blog-banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
}
.inner-blog-banner h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    font-size: 40px;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 440px;
    perspective: 1000px;
    margin-bottom: 30px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #7dbe80;
  color: white;
  transform: rotateY(180deg);
  padding: 50px 30px;
  display: flex;
  align-items: center;
}
.blog-sec-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
}
.blog-sec {
    padding: 60px 0px;
}
.flip-card-front h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 22px;
    line-height: 33px;
}
.flip-card-back a {
    background: #fff;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .blog-banner {
        height: 250px;
    }
}

/*  single blog page css  */

.single-blog-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}
.single-blog-content {
    width: 60%;
    margin: 50px auto;
    border-bottom: 5px solid #7dbe80;
    padding-bottom: 50px;
}
.single-blog-content h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
    font-size: 38px;
}
.single-blog-content h3 {
    text-align: center;
    margin: 50px 0px;
    color: #999;
    font-weight: 400;
}
.single-blog-content p {
    font-size: 16px;
    line-height: 31px;
    color: #999;
    word-break: break-all;
}


.single-blog-content-end p {
    line-height: 20px;
}
.single-blog-content ul li a {
    color: #7dbe80;
    font-weight: 400;
}
.single-blog-content ul li {
    padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
    .single-blog-img {
        height: 250px;
    }
    .single-blog-content {
        width: 100%;
        padding: 20px
    }
    .single-blog-content h1{
        font-size: 28px;
    }

}



/*  jobs page css start  */

.jobs-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}
.inner-job-content img {
    width: 100%;
}
.card{
    border: 1px solid rgb(0 0 0 / 0%);
    margin-bottom: 6px;
}
.Management-assistant-text h2 {
    font-size: 24px;
    color: #7dbe80;
}

.jobs-content p {
    font-size: 16px;
    line-height: 31px;
    color: #999;
}
.jobs-content ul li a {
    color: #7dbe80;
    font-weight: 400;
}
.jobs-content ul li {
    padding-bottom: 12px;
    color: #999;
    font-weight: 400;
}
.jobs-content h4 {
    color: #999;
}
.jobs-content h3 {
    text-align: center;
    margin: 50px 0px;
    color: #999;
    font-weight: 400;
}
.jobs-content{
    margin: 50px 0px;
}

@media only screen and (max-width: 767px) {
    .jobs-banner {
        height: 250px;
    }
}


/*  driver signup page css start  */

.ds_banner {
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.ds_section1 {
    background: #fff;
    padding: 60px 0px;
}
.inner_ds_section1 h3 {
    color: #635d5d;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 21px;
    font-weight: 600;
    line-height: 44px;
}
.inner_ds_section1 p {
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: 500;
}
.ds_form {
    width: 60%;
    margin: 50px auto;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
    padding: 30px 30px;
}
.ds_form input {
    border-radius: 0px;
}
.ds_form label span {
    color: #7dbe80;
    font-size: 18px;
}
.ds_form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.ds_form_btn button {
    background: #7dbe80;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
}
.ds_section2 {
    background: #efefef;
    padding: 50px 0px;
}
.ds_section2_text p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}
.ds_section2_text h2 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.ds_section2_text button {
    background: #7dbe80;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
}
.ds_section3 .col-md-8 {
    padding: 0px;
}
.ds_section3 .col-md-4 {
    padding: 0px;
}

.ds_section3-head h3 {
    font-size: 40px;
    color: #fff;
}
.ds_section3-head {
    background: #7dbe80;
    min-height: 150px;
    padding: 20px;
    height: auto;
    text-align: right;
}
.ds_section3-para {
    background: #ddd;
    min-height: 150px;
    height: auto;
    padding: 20px;
}
.ds_section3-para p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.ds_section4 {
    background: #efefef;
    padding: 50px 0px;
    text-align: center;
}
.inner_ds_section4 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
}
.inner_ds_section4 h4 {
    color: #333;
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.ds_section5 {
    background: #7dbe80;
    padding: 50px 0px;
}
.inner_ds_section5 p {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 21px;
    font-style: italic;
    color: #fff;
    font-weight: 400;
}
.ds_section6 {
    background: #efefef;
    padding: 60px 0px;
}
.ds_section6_card {
    background: #fff;
    padding: 30px;
    min-height: 450px;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.5s;
}
.ds_section6_card:hover {
    transform: scale(1.08);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    transition: 0.5s;
}
.ds_section6_card .icon {
    background: #7dbe80;
    width: 100px;
    margin: auto;
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ds_section6_card i {
    font-size: 50px;
    color: #fff;
}
.ds_section6_card p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.ds_section6_card h3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
}
.partners-content img {
    width: auto;
    height: 60px;
    margin: 0px 24px;
}
.partners-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
    position: relative;
}
.partners-heading h2::before {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    bottom: -12px;
    left: 45%;
    height: 3px;
    width: 110px;
}
.partners-heading h2::after {
    content: "";
    position: absolute;
    background-color: #7dbe80;
    top: 55px;
    left: 47%;
    height: 3px;
    width: 60px;
}
.partners {
    padding: 50px 0px;
    text-align: center;
}

/* business service page css start  */

.bs_banner{
    background-size: cover;
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_bs_section1 h1 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
}
.bs_section1 {
    padding: 50px 0px;
    background: #fff;
}
.inner_bs_section1 p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.bs_section2-card-img{
    background-size: cover;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
}
.bs_section2 {
    background: #7dbe80;
    padding: 60px 0px;
}
.bs_section2-card {
    padding: 4px;
}
.bs_section2-card h3 {
    font-size: 22px;
    text-align: center;
    padding: 13px 0px;
    margin: 0px;
    color: #000;
    font-weight: 700;
}
.bs_section3-img{
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.bs_section3 {
    padding: 60px 0px;
}
.bs_section3-heading h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.bs_section3-heading p {
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
    line-height: 28px;
}
.bs_section3-heading ul li {
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
}
.bs_section4-img{
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.bs_section4 {
    padding: 60px 0px;
}
.bs_section4-heading h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.bs_section4-heading p {
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
    line-height: 28px;
}
.bs_section4-heading ul li {
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
}
.bs_section5-img{
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.bs_section5 {
    padding: 60px 0px;
}
.bs_section5-heading h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.bs_section5-heading p {
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
    line-height: 28px;
}
.bs_section5-heading ul li {
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
}
.bs_section6-img{
    background-size: cover;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
}
.bs_section6 {
    padding: 60px 0px;
}
.bs_section6-heading h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.bs_section6-heading p {
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
    line-height: 28px;
}
.bs_section6-heading ul li {
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
}

.bs_section7-img {
    background-size: cover;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    border-radius: 50%;
    margin: auto;
}
.bs_section7 {
    padding: 60px 0px;
    background: #efefef;
}
.bs_section7-heading h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.bs_section7-heading h4 {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.bs_section7-heading p {
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
    margin: 0px;
    line-height: 28px;
}



@media only screen and (max-width: 767px) {
.ds_banner {
    height: 200px;
    background-attachment: initial;
}
.inner_ds_section1 h3 {
    font-size: 20px;
    line-height: 34px;
}
.ds_form {
    width: 100%;
}
.ds_section2_text{
    margin-bottom: 30px;
}
.ds_section3-head h3 {
    font-size: 30px;
}
.inner_ds_section4 h4 {
    font-size: 22px;
}
.inner_ds_section5 p {
    width: 100%;
    font-size: 16px;
}
.bs_banner {
    height: 220px;
    background-attachment: initial;
}
.inner_bs_section1 h1 {
    font-size: 26px;
}
.bs_section2-card {
    margin-bottom: 30px;
}
.bs_section3-img {
    height: 200px;
    background-attachment: initial;
}
.bs_section4-heading h2 {
    font-size: 26px;
}
.bs_section4-img {
    height: 200px;
    background-attachment: initial;
}
.bs_section5-heading h2 {
    font-size: 26px;
}
.bs_section5-img {
    height: 200px;
    background-attachment: initial;
}
.bs_section6-heading h2 {
    font-size: 26px;
}
.bs_section6-img {
    height: 200px;
}
}

/*  press page css start  */

.press-banner{
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flip-card-p {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    margin-bottom: 30px;
}
.flip-card-p-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card-p:hover .flip-card-p-inner {
  transform: rotateY(180deg);
}

.flip-card-p-front, .flip-card-p-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-p-front {
  background-color: #fff;
  color: black;
}

.flip-card-p-back {
  background-color: #7dbe80;
  color: white;
  transform: rotateY(180deg);
  padding: 50px 30px;
  display: grid;
  align-items: center;
}
.press-sec-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
}
.press-sec {
    padding: 60px 0px;
}
.flip-card-p-front h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 22px;
}
.flip-card-p-back a {
    background: #fff;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}


.press-sec-heading h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #999;
    font-weight: 400;
}
.press-sec-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #333;
    position: relative;
}

/*  single press page css start  */

.single-press-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}
.inner-single-press h1 {
    font-size: 46px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.inner-single-press h4 {
    font-size: 22px;
    font-weight: 600;
    color: #999;
    padding-bottom: 20px;
}
.inner-single-press p {
    font-size: 22px;
    font-weight: 400;
    color: #999;
    padding-bottom: 20px;
}
.inner-single-press button {
    background: #7dbe80;
    color: #000;
    border: none;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
}
.single-press-content{
    margin: 60px 0px;
}


/*  faq page css start  */


.faq .card-header {
    background-color: #fff;
    border-bottom: 1px solid #fff;  
    padding: 0px;
}
.faq .card{
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
}
.faq .card-body {
    padding: 5px 0px;
}
.faq ul.nav.nav-pills {
    width: 100%;
    display: grid;
}
.faq-heading .active {
    background: #fff;
    padding: 8px 18px;
}
.faq .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #7dbe80;
}
.faq h2 {
    font-size: 20px;
    color: #7dbe80;
    margin-bottom: 0px;
}
.faq-heading a.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.faq {
    padding: 60px 0px;
    background: #efefef;
}
.faq-heading {
    padding: 15px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
    background-color: #fff;
    margin-bottom: 30px;
}
.faq-banner{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-text-heading h2 {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 40px;
    padding-bottom: 20px;
}
.faq-text-heading p {
    color: #635d5d;
    font-size: 30px;
    text-align: center;
    margin-bottom: 21px;
}
.faq .card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.faq .card-header i {
    color: #7dbe80;
}
.faq .card-body p {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    padding: 0px 20px;
}
.faq .card-body p a {
    color: #7dbe80;
    font-weight: 600;
}
.faq-content .active {
    background: transparent;
    padding: 0;
}


@media only screen and (max-width: 767px) {
    .press-banner {
        height: 250px;
    }
    .single-press-banner {
        height: 200px;
    }       
    .inner-single-press h1 {
        font-size: 24px;
    }
    .inner-single-press h4 {
        font-size: 16px;
    }
    .inner-single-press p {
        font-size: 16px;
    }
    .faq-banner {
        height: 200px;
        background-size: contain;
    }
}

/*  privacy page css start  */

.privacy {
    padding: 60px 0px;
}
.privacy-heading h2 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
}
.privacy-heading h4 {
    color: #666;
    padding-bottom: 40px;
    text-align: center;
}
.privacy-content p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
}
.privacy-content ul li {
    padding-bottom: 12px;
    color: #666;
    font-weight: 400;
}
.privacy-content ol li {
    padding-bottom: 12px;
    color: #666;
    font-weight: 400;
}
.privacy-content a{
    color: #7dbe80;
    font-weight: 400;
}

/*  rhine nectar page css start   */


.rhine-neckar {
    padding: 60px 0px;
    background-color: #efefef;
}
.rhine-neckar-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
    margin-bottom: 60px;
}
.rhine-neckar-form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.rhine-neckar-form input {
    border-radius: 0px;
    background: #efefef;
    border: none;
}
.rhine-neckar-form textarea {
    border-radius: 0px;
    background: #efefef;
    border: none;
    height: 130px;
}
.rhine-neckar-form-btn button {
    background: #7dbe80;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}
.rhine-neckar p {
    text-align: center;
    font-size: 16px;
    color: #333;
}
.rhine-neckar-map {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
}
.rhine-neckar-heading {
    text-align: center;
}
.rhine-neckar-heading h2 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
}
.rhine-neckar-heading h4 {
    color: #666;
    padding-bottom: 40px;
    text-align: center;
}
.rhine-neckar-form h2 {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
}
.rhine-neckar-form h4 {
    color: #666;
    padding-bottom: 10px;
    font-size: 17px;
    text-align: center;
}


/*  stuttgart page css start   */


.stuttgart {
    padding: 60px 0px;
    background-color: #efefef;
}
.stuttgart-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
    margin-bottom: 60px;
}
.stuttgart-form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.stuttgart-form input {
    border-radius: 0px;
    background: #efefef;
    border: none;
}
.stuttgart-form textarea {
    border-radius: 0px;
    background: #efefef;
    border: none;
    height: 130px;
}
.stuttgart-form-btn button {
    background: #7dbe80;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}
.stuttgart p {
    text-align: center;
    font-size: 16px;
    color: #333;
}
.stuttgart-map {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
}
.stuttgart-heading {
    text-align: center;
}
.stuttgart-heading h2 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
}
.stuttgart-heading h4 {
    color: #666;
    padding-bottom: 40px;
    text-align: center;
}
.stuttgart-form h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
}
.stuttgart-form h4 {
    color: #666;
    padding-bottom: 10px;
    font-size: 17px;
    text-align: center;
}



.imprint-heading h2 {
    color: #000;
    padding-bottom: 40px;
    text-align: center;
}
.imprint-heading h4 {
    color: #999;
    font-size: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.imprint-content p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
}
.imprint-content p img{
    width: auto;
    height: 20px;
    margin: 0px 3px;
}
.imprint{
    margin: 50px 0px;
}

/*  marketing kit page css start  */

.mkit-banner {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.press-release-card img {
    width: 100%;
    transition: 0.5s;
}
.press-release-card img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.press-release-card {
    margin-bottom: 50px;
}
.press-release-card h4 {
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.mkit-main-heading {
    padding: 60px 0px;
}
.mkit-main-heading h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #000;
}
.press-release{
    background: #7dbe80;
    padding: 50px 0px;
}
.press-release h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}
.press-release-content {
    margin-top: 50px;
}


.sm_pm-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: 0.5s;
}
.sm_pm-card img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.sm_pm-card {
    margin-bottom: 50px;
}
.sm_pm-card h4 {
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.sm_pm-card p {
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.sm_pm{
    background: #7dbe80;
    padding: 50px 0px;
}
.sm_pm h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}
.sm_pm-content {
    margin-top: 50px;
}




.lp_tp{
    background: #7dbe80;
    padding: 50px 0px;
}
.lp_tp h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}
.lp_tp-card img {
    width: auto;
    height: 150px;
    transition: 0.5s;
}
.lp_tp-card img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.lp_tp-team img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.lp_tp-card h4 {
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.lp_tp-card button {
    background: transparent;
    color: #7dbe80;
    padding: 10px 34px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #7dbe80;
    margin-top: 30px;
    transition: 0.4s;
}
.lp_tp-card button:hover{
    background: #7dbe80;
    color: #fff;
    transition: 0.4s;
}
.lp_tp-card {
    text-align: center;
    margin: 30px 0px;
}
.lp_tp-team p {
    text-align: left;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.lp_tp-content {
    margin: 50px 0px;
}
.App_s_shots-card img {
    width: 100%;
   transition: 0.5s;
}
.App_s_shots-card img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.App_s_shots-card {
    margin-bottom: 50px;
}
.App_s_shots-card h4 {
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.App_s_shots{
    background: #7dbe80;
    padding: 50px 0px;
}
.App_s_shots h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}
.App_s_shots {
    margin-top: 50px;
}
.App_s_shots-content {
    margin: 50px 0px;
}



.Press_inquiries{
    background: #7dbe80;
    padding: 50px 0px;
}
.Press_inquiries h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}
.Press_inquiries-conttent {
    margin: 50px 0px;
}
.Press_inquiries-card-img{
    text-align: right;
    margin-bottom: 30px;
}
.Press_inquiries-card-img img {
    width: auto;
    height: 200px;
    transition: 0.5s;
}
.Press_inquiries-card-img img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.Press_inquiries-card p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .mkit-banner {
        height: 200px;
        background-attachment: initial;
    }
    .mkit-main-heading h2 {
        font-size: 36px;
    }
    .Press_inquiries-card-img {
        text-align: center;
    }
    .Press_inquiries-card {
        text-align: center;
    }


}




/*  15-apr-21 css Abhi */


.job-icon-img {
    text-align: center;
    margin-bottom: 30px;
}

.job-icon-img img {
    width: auto;
    height: 100px;
}
.job_slider_bg {
    background-size: cover;
    height: 150px;
    background-repeat: no-repeat;
}
.owl-nav {
    display: none;
}
.owl-dots {
    margin-top: 20px;
}


.we-are-available-card h3 span {
    font-size: 36px;
}
.we-are-available-card h3 {
    color: #fff;
    font-size: 26px;
}
.we-are-available-card h2 {
    color: #fff;
    font-size: 36px;
}
.we-are-available-card {
    text-align: center;
}
.we-are-available {
    background: #80c284;
    padding: 50px 0px;
}
.we-are-available-card button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 20px 0px;
}
.always-reliable {
    text-align: center;
    margin-top: 50px;
}
.always-reliable img {
    width: 100%;
}
.always-reliable p {
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    margin: 20px auto;
}
.always-reliable h1 {
    font-size: 36px;
    color: #000;
    font-weight: 500;
}
.always-reliable h4 {
    font-size: 20px;
    font-weight: 500;
    color: #999;
    margin: 20px auto;
}
.always-reliable button {
    background: transparent;
    border: 2px solid #7dbe80;
    color: #7dbe80;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0px;
}
.our_blog_card {
    background: #fff;
}
.newsletter {
    background: #efefef;
    padding: 50px 0px;
}
.newsletter-text {
    margin-bottom: 30px;
}
.newsletter-text img {
    width: 100%;
    margin-bottom: 20px;
}
.newsletter-text h3 i {
    color: #80c284;
}
.newsletter-text h3 {
    padding-bottom: 10px;
    color: #000000;
    font-size: 34px;
    text-align: center;
}
.newsletter-form p {
    font-size: 16px;
    padding-top: 20px;
    font-weight: 400;
    color: #666;
}
.newsletter-form input {
    border: none;
    border-radius: 0px;
    background: #ddd;
}
.newsletter-form label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.newsletter-form h4 {
    padding-bottom: 10px;
    color: #999;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.newsletter-form h3 {
    padding-bottom: 10px;
    color: #000000;
    font-size: 34px;
    text-align: center;
}
.newsletter-form-btn button {
    border: 2px solid #81c285;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    color: #80c284;
}
.bs_section3-heading ul li a {
    color: #80c284;
    font-weight: 500;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #80c284;
    color: #fff;
    width: 100%;
    padding: 10px;
}
.screen-reader-response p {
    color: #81c385;
}
.screen-reader-response ul li{
    color: #f11;
}


 
 
/*  team page css start  */

.team-banner{
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.team {
    text-align: center;
    padding: 60px 0px;
}
.team-head h2 {
    color: #000;
    font-weight: 600;
    font-size: 36px;
}
.team-head h4 {
    color: #999;
    font-size: 20px;
    padding: 10px 0px;
}
.team-head p {
    color: #999;
    font-size: 16px;
}
.team-head {
    padding-bottom: 40px;
}
.team-card p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    letter-spacing: 1px;
}
.team-card h3 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
}
.team-card img {
    width: auto;
    height: 150px;
}
.team-card {
    margin-bottom: 30px;
}
.team-btn button {
    background: #80c284;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.mobility-img img {
    width: 100%;
}
.mobility {
    background: #efefef;
    padding: 60px 0px;
}
.mobility-text button {
    background: #80c284;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.mobility-text p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.mobility-text h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
}
.inner-mobility-form h2 {
    text-align: center;
}
.mobility-form{
    padding: 60px 0px;
}
.mobility-ridesharing img {
    width: 100%;
}
.mobility-ridesharing p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
}
.mobility-ridesharing h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
}
.mobility-ridesharing {
    text-align: center;
    padding: 60px 0px;
}
.mobility-our-blog {
    background: #80c284;
    padding: 40px 0px;
}
.mobility-our-blog-btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
}
.mobility-our-blog-card p {
    color: #f7f7f7;
    font-size: 14px;
    letter-spacing: 1px;
}
.mobility-our-blog-card h4 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.mobility-our-blog-btn{
    text-align: center;
}
.log-submit {
    background: #80c284;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
}
.fahrplantool-img img {
    width: 100%;
}
.fahrplantool {
    background: #efefef;
    padding: 60px 0px;
}
.fahrplantool-text button {
    background: #80c284;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.fahrplantool-text p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.fahrplantool-text h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
}
.inner-fahrplantool-form h2 {
    text-align: center;
}
.fahrplantool-form{
    padding: 60px 0px;
}
.fahrplantool-ridesharing img {
    width: 100%;
}
.fahrplantool-ridesharing p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
}
.fahrplantool-ridesharing h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
}
.fahrplantool-ridesharing {
    text-align: center;
    padding: 60px 0px;
}
.fahrplantool-our-blog {
    background: #80c284;
    padding: 40px 0px;
}
.fahrplantool-our-blog-btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
}
.fahrplantool-our-blog-card p {
    color: #f7f7f7;
    font-size: 14px;
    letter-spacing: 1px;
}
.fahrplantool-our-blog-card h4 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.fahrplantool-our-blog-btn{
    text-align: center;
}



.press-sec-heading h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #80c284;
    left: 0;
    top: 17px;
    z-index: -1;
}
.press-sec-heading h2 span {
    background: #fff;
    padding: 0px 12px;
}
.single-blog-content img {
    width: 100%;
}
.bg-green{
    background-color: #80c284;
    padding: 60px 0px;
}
.single-blog-content h5 {
    margin: 50px 0px;
    color: #81c385;
    font-weight: 400;
    font-size: 22px;
}
.table-scroll th {
    background: #80c284;
    color: #fff;
}
.mobility-text ul li {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-bottom: 7px;
}
.fahrplantool-text ul li {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-bottom: 7px;
}
.award-img {
    width: 50%;
    margin: 50px auto;
}
.fahrplantool-add-img {
    padding: 60px 0px;
}
.fahrplantool-add-img img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .carousel-control-prev, .carousel-control-next{
        top: 90px;
    }
    .download-links-imgs {
    display: grid;
    justify-content: space-between;
}
.table-scroll {
    overflow-x: scroll;
    width: 100%;
}
.award-img {
    width: 100%;
    margin: 50px auto;
}
.table-scroll table {
    width: 800px;
}
.inner-matchridergo-sec2 {
    display: grid !important;
}
.matchridergo-sec2-card {
    margin-bottom: 30px;
}

}
.inner-mobility-ridesharing a {
    text-decoration: none !important;
}

.team-head h2{
    position: relative;
}
.team-head h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #80c284;
    left: 0;
    top: 17px;
    z-index: -1;
}
.team-head h2 span {
    background: #fff;
    padding: 0px 12px;
}
.team-head img {
    width: 100%;
}
.team-card {
    margin-bottom: 30px;
    background: #80c284;
    padding: 30px 20px;
    height: 390px;
}
.team_gallery-card{
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
.team-card a {
    color: #000;
    font-size: 22px;
}
.team-card p {
    color: #000;
    font-size: 21px;
}
.team-btn a {
    background: #80c284;
    text-decoration: none
;    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.inner-matchridergo-sec2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.matchridergo-sec2 {
    background: #80c284;
    padding: 60px 0px;
}
.matchridergo-sec2-card-icon i {
    color: #80c284;
    font-size: 22px;
}
.matchridergo-sec2-card-icon {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.matchridergo-sec2-card p {
    color: #fff;
}
.matchridergo-sec2-card h3 {
    color: #fff;
    font-size: 20px;
    padding-top: 13px;
}
.inner-mobility-ridesharing {
    width: 90%;
    margin: auto;
}

.download-links {
    background: #80c284;
    padding: 50px 0px;
}
.download-links-imgs img {
    width: auto;
    height: 50px;
}
.download-links-imgs {
    display: flex;
    justify-content: space-between;
}
.drivers-heading h2 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
}
.driver-content {
    text-align: center;
}
.driver-content-card p {
    font-size: 15px;
    color: #333;
}
.driver-content-card h3 {
    font-size: 26px;
    padding: 10px 0px;
    font-weight: 700;
    color: #333;
}
.driver-content-card {
    margin-bottom: 30px;
}
.drivers{
    background: #efefef;
    padding: 50px 0px;
}
.business_banner img{
    width: 100%;
}
.bgs_section6-img img{
    width: 100%;
}
.about_us_text p a {
    padding: 10px 20px;
    background: #7dbe80;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}
.about_us_text p {
    display: flex;
}
.btns {
    text-align: center;
}
.btns a {
    color: #333;
    font-size: 27px;
    font-weight: 800;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-bottom: 60px;
}
.four-btns {
    background: #80c284;
    padding: 50px 0px;
}
.btns::before {
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: -4px;
    left: 32%;
    height: 3px;
    width: 110px;
}
.btns::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 53px;
    left: 41%;
    height: 3px;
    width: 60px;
}
.inner-mobility-form h5 {
    text-align: center;
    font-size: 22px;
    color: #666;
}
.inner-fahrplantool-form h5 {
    text-align: center;
    font-size: 22px;
    color: #666;
}
.mkit-main-heading h2 {
    position: relative;
}
.mkit-main-heading h2 span {
    background: #fff;
    padding: 0px 12px;
}
.mkit-main-heading h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #80c284;
    left: 0;
    top: 22px;
    z-index: -1;
}
.bs_section3 button {
    background: #7dbe80;
    color: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    margin: 30px 0px;
}
.bs_section4 button {
    background: #7dbe80;
    color: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    margin: 30px 0px;
}
.bs_section5 button {
    background: #7dbe80;
    color: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    margin: 30px 0px;
}
.bs_section6 button {
    background: #7dbe80;
    color: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    margin: 30px 0px;
}
