.Our-Services {
  /* background: #FFD600 !important; */
  width: 100%;
  padding-top: 8px;
  margin-bottom: 30px;
  height: auto;
}

.services-card {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.services-head {
  text-align: center;
  margin-bottom: 23px;
  color: #262626;
  margin-top: 35px;
  font-weight: 700;
}

.services-img {
  border: #262626 5px solid;
  border-style: double;
  width: 300px;
  margin-bottom: 7px;
}

body {
  overflow-x: hidden;
}

.airport-services {
  /* background-color: #FFD600; */
  width: 100%;
  padding-top: 8px;
  margin-bottom: 30px;
  height: auto;
}

.airport-cards {
  text-align: center;
  margin-bottom: 22px;
  width: 100%;
}

.airport-card-img {
  width: 200px !important;
  border: #262626 2px solid;
  border-radius: 50%;
}

.station-services {
  /* background-color: #FFD600; */
  width: 100%;
  padding-top: 20px;
  margin-bottom: 30px;
}

.station-cards {
  margin-bottom: 30px;
}

.airport-btn {
  background-color: #ffffff !important;
  font-weight: 600 !important;
  color: #262626 !important;
  border-radius: 0 !important;
  border: #262626 1px solid !important;
  padding: 5px !important;
  font-size: 18px !important;
}

.airport-btn:hover {
  background-color: #262626 !important;
  color: #ffffff !important;
}

.stations-card-img {
  height: 220px !important;
}

.our-application {
  margin-top: 40px;
  width: 100%;
}

.appStoreLinks {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 13px !important;
}

.Our-fleet {
  background-color: #ffffff;
  margin-bottom: 60px !important;
  width: 100%;
}
.fleet-box {
  padding: 35px 20px;
  margin: 7px;
  align-items: center;
  border: #262626 2px solid;
  text-align: center;
  /* background-color: #FFD600; */
}

.details-car ul li {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.card-row {
  width: 100%;
}


.our-application {
  padding-top: 25px;
  margin-bottom: 40px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media(max-width:576px){
.appStoreLinks{
  padding-top: 0 !important;
  display: flex;
  gap: 2px !important;
}
.bt-img{
  margin-bottom: 10px !important;
  width: 100%;
}
}

.bt-img {
  margin-bottom: 30px;
}

.main-footer {
  /* background-color: #FFD600; */
  width: 100%;
}

.ft-img {
  width: 35px;
}

.bottom-bar {
  background-color: #262626;
  height: auto;
  width: 100%;
  padding: 8px;
  color: #ffffff;
}

.anchor-head {
  color: #262626 !important;
}

/* .main-footer{
    width: 100%;
    border-top: #262626 2px solid;
} */

.divider {
  border: #262626 1px solid;
}

.footer-elements {
  width: 100%;
  text-align: center;
}

@media (max-width: 576px) {
  .main-footer {
    text-align: center !important;
  }
}

.Privacy-policy {
  color: #ffffff !important;
}

.contact-card-section {
  margin-top: 45px;
  margin-bottom: 45px;
}
.contact-card {
  border: none;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  box-shadow: 10px 10px 5px #6b5f5f;
  padding: 12px;
  width: 300px;
  background-color: #262626;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contact-card a {
  text-decoration: none !important;
  color: #ffffff !important;
}

.contact-card h3 {
  color: #ffffff;
}

.contact-card p {
  color: #ffffff;
}

.contact-card:hover {
  background-color: #ffffff;
  color: #262626;
  border: #262626 1px solid;
}

.contact-card:hover h3,
.contact-card:hover p,
.contact-card:hover a {
  color: #262626 !important;
}

.error-content {
  text-align: center;
  margin-bottom: 45px;
}

.error-contentn h2 {
  font-weight: 900 !important;
}

.about-text-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-banner h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 24px !important;
  color: #ffd600;
  line-height: 1.2;
  font-family: inherit;
  margin-top: 0;
}


@media(max-width: 768px){
  .hero-banner{
  height: auto !important;
  padding-bottom: 22px;
}
.hero-banner h3{
  font-size: 20px;
  
}

.hero-banner h1{
  font-size: 20px;
}
}


.inner-hero{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


@media (max-width: 768px) {
    .mobilePhone {
        position: absolute;
        right: 18px;
        top: 18px;
        display: inline-block;
        width: 45px;
        height: 36px;
        background: url(../contents/images/phoneIconHeader.png) center center / 19px no-repeat;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        border-radius: 5px;
    }
}

#emailRender{
  color: #262626;
}