.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgb(255, 255, 255) !important;
}
.navbar-light .navbar-toggler-icon {
  filter: brightness(10) invert(1);
}
.last-para {
  background-color: #2c5f2d;
}
.last-para p {
  text-align: center;
  color: #fff;
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  padding: 25px 0;
}
/* mycss */
body {
  font-family: "Kanit" !important;
  font-weight: 400 !important;
}
a {
  text-decoration: none !important;
}
.dropdown-menu-p.show {
  display: flex !important;
}
@media (max-width: 991px) {
  .side {
    display: none !important;
  }

  .about-txt-hero h1 {
    font-size: 42px !important;
  }
  .dropdown-menu-p.show {
    display: block !important;
  }
  .hd {
    font-size: 42px !important;
  }
}
/* mycss */
.container {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
  display: table;
}
/* 
.side {
    width: 40%;
} */

.mid {
  width: 20%;
  text-align: center;
}
.logofirst-span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 15px;
  letter-spacing: 1px;
}
.logolast-span {
  display: block;
  color: #97bc62;
  font-size: 20px;
  letter-spacing: 1px;
}
.logolast-span img {
  filter: brightness(10);
}
.top-bar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
}

header {
  width: 100%;
  position: absolute;
  z-index: 999;
}
.social-icon {
  display: flex;
  justify-content: end;
}

.social-icon img {
  margin: 10px;
  transition: 0.4s;
}

.social-icon img:hover {
  filter: brightness(0) invert(1);
  transform: translateY(-7px);
}

.dropdown-menu {
  background-color: #2c5f2d !important;
}

.dropdown-item {
  padding: 0.25rem 1.5rem !important;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  color: #fff !important;
  background-color: #2c5f2d;
  transition: 0.3s;
}

.dropdown-item:hover {
  text-decoration: none;
  background-color: #000000 !important;
}
.navbar-toggler:focus {
  outline: none;
}
.side a {
  margin-right: 21px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
  text-decoration: none !important;
}

.side a:hover {
  color: #97bc62;
}

.side a:hover > img {
  filter: brightness(0) invert(1);
  transition: 0.4s;
}

.side i {
  margin-right: 10px;
}
.social-icon a {
  margin-right: 0;
}
.nav-bar {
  width: 100%;
}
.main-bar {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background-color: #ffc000;
  border-radius: 50.5px;
}

.navbar1 {
  width: 80%;
  float: left;
}

.right-side {
  width: 20%;
  float: left;
  display: flex;
  align-items: center;
  background-color: #97bc62;
  border-top-right-radius: 47.5px;
  border-bottom-right-radius: 47.5px;
  padding: 22px 0;
  padding-left: 32px;
  padding-right: 30px;
  position: relative;
}
.right-side a {
  line-height: 21px;
  text-decoration: none !important;
}

.call-box {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  text-align: center;
  color: #ffc000;
  background-color: #97bc62;
  line-height: 63px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navbar1 ul a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #111111;
  padding: 0;
  transition: all 0.4s ease;
  position: relative;
  text-decoration: none;
}

/*new navbar start*/

.navbar-nav li {
  padding: 22px 0;
  padding-right: 15px;
}

.navbar {
  background-color: #2c5f2d;
  border-radius: 47.5px !important;
  padding: 0 0px 0px 38px !important;
}

.nav-link {
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  color: #fff !important;
  background-color: transparent;
  transition: 0.3s;
}

/*new navbar close*/

.right-side span i {
  font-size: 30px;
  color: #ffc000;
}

.right-side span .tag-line {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2px;
}

.right-side span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.right-side span img {
  filter: brightness(10);
}
.navbar1 ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar1 ul li {
  padding: 30.5px 0;
  list-style: none;
  margin-left: 40px;
}

.hero-wrapp {
  background: url("../img/richmond-hero-sec.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 220px 0 50px;
  position: relative;
}
.hero-wrapp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 50%);
}
.hero-wrapp h1 {
  color: #fff;
  font-size: 38px;
}
.slog-para {
  font-size: 20px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px !important;
}
.slog-para span {
  display: block;
}
.hero-main-main {
  padding: 220px 0 40px;
  background-color: #00000026;
}

.hd {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.downloadicons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
.downloadicons img {
  width: 40px;
}
.our-app h4 {
  color: #fff;
  text-align: center;
}
.about-section {
  width: 100%;
  padding: 60px 0 10px 0;
}

.head {
  text-align: center;
  margin: 0 0 20px;
}
.about-section h2 {
  font-size: 32px;
  letter-spacing: inherit;
  font-weight: 600;
  color: #97bc62;
  margin: 10px 0;
}
.head h2 {
  font-size: 40px;
  letter-spacing: inherit;
  font-weight: 700;
  color: #97bc62;
}
.about-section p {
  color: #717171;
  /* font-weight: 600; */
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}
.head p {
  color: #003b46;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.about-txt a {
  color: #2c5f2d;
  text-decoration: none !important;
}
.about-txt p {
  font-size: 18px;
  color: #717171;
  line-height: 34px;
}

.content-btn {
  text-align: center;
  margin: 40px 0;
}

.about-section .modal-dialog {
  max-width: 1200px;
}

.home-hd {
  text-align: left;
  margin: 0;
}

.content-btn button {
  width: 20%;
  padding: 10px;
  background-color: #2c5f2d;
  border: 0;
}
.content-btn button:focus {
  background: #2c5f2d;
  border: none;
  box-shadow: none;
}

.content-btn button:hover {
  background-color: white;
  color: #000;
  box-shadow: 0px 0px 10px #0000008c;
}

.content-btn button:active {
  background-color: #2c5f2d !important;
  border: none;
  color: #fff !important;
}

.our-services {
  padding: 120px 0;
  background-color: #2c5f2d;
}

.service-box {
  background-color: #97bc62;
  border-radius: 10px;
  text-align: center;
  padding: 55.5px 30px;
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
}

.service-box:hover {
  transform: translateY(-5px);
}

.service-box h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-box:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0,
    transparent 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.service-box:hover.service-box:before {
  opacity: 1;
}

.service-box p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.main-airport {
  text-align: center;
}

.airport-section {
  padding: 100px 0;
}
.airport-section h2 {
  color: #2c5f2d;
}
.airport-anchor {
  text-decoration: none;
  color: #000;
}

.airport-anchor:hover {
  color: #000;
  text-decoration: none;
}

.airport-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #97bc62ad;
  opacity: 0.85;
  transition: all 0.4s ease;
  z-index: 1;
}
.main-airport:hover > .airport-box:before {
  height: 100%;
}

.airport-box {
  position: relative;
}

.txt-airport h3 {
  font-size: 14px;
  margin: 0;
  cursor: default;
  color: #fff;
}

.txt-airport {
  padding: 10px 0;
  background-color: #97bc62;
}

.our-fleet {
  padding: 50px 0 0;
  background-color: #2c5f2d;
}

/* .inner-fleet img {
    width: 80%;
} */

.inner-fleet {
  text-align: center;
}

.inner-fleet {
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #97bc62;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-fleet h3 {
  padding: 15px 0px;
  color: #fff;
  margin: 0;
}

.feature-list ul {
  padding: 0;
  margin: 0;
}

.feature-list ul li {
  list-style: none;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #d3d0d0;
}

.feature-list ul li:last-child {
  border: none;
}
.feature-list span {
  color: #fff;
}
.feature-list img {
  filter: brightness(10);
}
.names {
  width: 50%;
}

.numbers {
  width: 50%;
}

.names img {
  width: 20px;
}

/*.inner-fleet:hover{
	
	-webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 2px solid #FFC000;
    border-bottom: 2px solid #FFC000;	
}

.inner-fleet:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.inner-fleet:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.inner-fleet:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 2px solid #FFC000;
    border-right: 2px solid #FFC000;
}

.inner-fleet:before, .inner-fleet:after {
    content: '';
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    transition: all .4s ease;
    border-radius: 10px;
}
*/
.station-services {
  background-color: #97bc62;
  padding: 100px 0;
}
.station-services h2 {
  color: #2c5f2d;
}
.station-services .row {
  justify-content: center;
}

.station-main {
  margin: 0px 0px 10px;
}

.flip-box {
  background-color: transparent;
  width: 250px;
  height: 150px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #2c5f2d;
  color: #fff;
}

.flip-box-back {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c5f2d;
  color: white;
  transform: rotateX(180deg);
}

.flip-box-back h3 {
  font-size: 20px;
  color: #fff;
}

footer {
  background-color: #97bc62;
  padding: 30px 0;
}

.footer-icon {
  display: flex;
  justify-content: space-around;
}

.footer-icon a > img {
  transition: 0.4s;
  filter: brightness(10);
}

.footer-icon a:hover > img {
  filter: brightness(0) invert(1);
  transform: translateY(-7px);
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-nav ul li {
  list-style: none;
  margin-right: 30px;
}

.footer-nav ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.footer-txt {
  text-align: center;
}

.footer-txt span {
  color: #fff;
}
.footer-ser ul li {
  color: #fff;
  list-style-type: none;
}
.footer-ser ul li a {
  color: #fff;
}

.footer-nav ul li:last-child {
  text-align: center;
  margin-right: 0;
}

/*services page css start*/

.service-hd {
  margin: 80px 0 50px;
}

.service-bx span {
  font-size: 25px;
}

.service-bx {
  text-align: center;
  margin: 20px;
}

/*services page css close*/

/*about us page css start*/

.about-hero {
  width: 100%;
  background: url("../img/Untitled-design2.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-txt-hero h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.about-txt-hero {
  text-align: center;
}

.about-txt-hero h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.about-content {
  width: 100%;
  padding: 60px 0;
}

.about-content p {
  font-size: 18px;
  color: #717171;
  line-height: 34px;
}

/*about us page css close*/

/*richmond cars page css start*/
.richmond-cars {
  /* margin: 40px 0 0 0; */
  text-align: left;
}
/*richmond cars page css close*/

/*richmond cabs page css start*/

.richmond-cabs h2 {
  text-align: left;
}

.richmond-cabs .head {
  margin: 40px 0 0;
}

.head h3 {
  font-size: 30px;
  color: #2c5f2d;
  margin: 50px 0 10px;
  text-align: left;
}

/*richmond cabs page css start*/

/*euston page css*/

.eustn-content {
  margin: 40px 0 0;
  text-align: left;
}

/*euston page css*/

/*heathrow page css start*/

.heathrow h3 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.about-txt-hero h3 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.span-h1 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
}

.h1-span {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.heathrow-content {
  width: 100%;
  padding: 35px 0px;
}

.heathrow-content p {
  font-size: 18px;
  color: #717171;
  line-height: 34px;
}

/*heathrow page css close*/

/* contact page css*/

.contct-box {
  text-align: center;
}

.contct-box span {
  font-size: 20px;
}

.contct-box a {
  font-size: 20px;
  color: #000;
}

.contct-box a:hover {
  color: #000;
}

/* .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #66a5ad !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(102 165 173) !important;
} */

.heathrow-content form {
  padding: 50px;
}

.heathrow-content form input {
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #2c5f2d;
}

.heathrow-content form textarea {
  border: 2px solid #2c5f2d;
}

.btn-contact {
  text-align: center;
  margin-top: 50px;
}

.btn-contact a {
  padding: 13px 60px;
  background-color: #2c5f2d;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-contact a:hover {
  box-shadow: 1px 1px 10px #00000059 !important;
  background-color: #fff;
  color: #000 !important;
}

/* contact page css close*/

/*404 page css*/
.content-404 {
  width: 100%;
  height: 100vh;
  background-color: #639aa27a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-404 {
  text-align: center;
  color: #2c5f2d;
  font-size: 80px;
  font-weight: 700;
}

.sub-heading-404 {
  font-size: 35px;
  font-weight: 700;
}

.para-404 {
  font-size: 22px;
  text-align: center;
}

.link-404 {
  color: #2c5f2d;
}

.link-404:hover {
  text-decoration: none;
  color: #2c5f2d;
}

/*404 page css*/



/*media query responsive start*/

@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav li {
    padding: 10px 0;
    padding-right: 10px;
  }
  .nav-link {
    font-size: 15px;
    font-weight: 500;
  }
  .right-side a {
    line-height: 18px;
  }
  .right-side span {
    font-size: 13px;
  }
  .right-side span .tag-line {
    font-size: 12px;
  }
  .dropdown-item {
    font-size: 14px;
  }
  .hero-main-main {
    padding: 0px 0 40px;
  }

  .top-bar {
    flex-wrap: wrap;
  }

  .hero {
    /*height: 1200px;*/
    padding: 390px 0 40px;
  }

  .content-btn button {
    width: 50%;
  }

  .side {
    width: 100%;
    padding: 25px 0;
    text-align: center;
  }
  .side a img {
    filter: brightness(10) !important;
  }

  .mid {
    width: 100%;
    text-align: center;
  }

  .social-icon {
    justify-content: center;
  }

  .side a {
    margin-right: 11px;
  }

  .side a:last-child {
    margin: 0;
  }

  .social-icon i {
    margin-left: 15px;
  }
  .hero-wrapp {
    padding: 155px 0px 40px;
    background-image: none !important;
    background: #022f0b !important;
  }
  .hero-wrapp h1 {
    font-size: 18px;
  }

  .slog-para {
    font-size: 12px;
  }
  .downloadicons {
    margin: 6px 0;
  }
  .downloadicons img {
    width: 25px;
  }
  .head h2 {
    font-size: 24px;
    letter-spacing: revert-layer;
    font-weight: 700;
    color: #97bc62;
  }
  .about-txt p {
    font-size: 16px;
    color: #717171;
    line-height: 32px;
  }
  .head h3 {
    font-size: 22px;
    margin: 20px 0 10px;
  }
  .heathrow-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .eustn-content {
    margin: 0px 0 0;
    text-align: left;
  }
  .call-box {
    width: 53px;
    height: 53px;
    line-height: 53px;
  }
  .right-side {
    padding: 15px 0;
    padding-left: 32px;
    padding-right: 30px;
    position: relative;
  }
  .about-section h2 {
    font-size: 22px;
  }
  .about-section p {
    font-size: 15px;
    line-height: 24px;
  }

  .flip-box {
    width: 100%;
    height: 150px;
  }
  /* .flip-box-front img {
    width: 100%;
} */

  .airport-section .row {
    justify-content: center !important;
  }
  .right-side {
    width: 50%;
  }
  .our-fleet {
    padding: 50px 0 30px;
  }
  .footer-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-icon {
    margin-bottom: 10px;
  }
  .inner-fleet {
    margin-top: 10px;
  }
}
@media screen and (max-width: 475px) {
  .slog-para span {
    display: none;
  }
  .right-side {
    width: 55%;
  }
  .hero-wrapp h1,
  .hero-wrapp p {
    text-align: center;
  }
  .top-bar{
    display: none;
  }
  .hero-wrapp{
    padding: 100px 0px 20px;
  }
  .navbar{
    border-radius: 0 !important;
    padding:.5rem 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapp h1 {
    font-size: 30px;
  }
  .slog-para {
    font-size: 18px;
  }
  .side {
    display: block !important;
  }
  .hero-wrapp {
    padding: 180px 0px 40px;
  }
  .downloadicons img {
    width: 30px;
  }
  .inner-fleet {
    margin-top: 10px;
  }
  .head h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flip-box {
    width: 100%;
  }

  .right-side {
    width: 20%;
  }

  .side a {
    margin-right: 0px;
    color: #ffffff;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .logofirst-span {
    font-size: 18px;
  }
  .logolast-span {
    font-size: 16px;
  }
  .logolast-span img {
    width: 20px;
  }
  .cus-hold-able-wrapper {
    order: 0 !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-link {
    font-size: 14px;
  }
  .navbar-nav li {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav-link {
    font-size: 15px !important;
  }
}
