.h_cover {
  background-image: url("../images/bg.jpg");
  padding: 20px 0;
  background-size: cover;
  color: #fff;
  text-transform: capitalize;
}

.h_cover .page_path p {
  display: inline-block;
  position: relative;
  margin: 5px 10px 0;
  opacity: 0.8;
}

.h_cover .page_path p::after {
  content: ">";
  position: absolute;
  left: 110%;
  font-size: 18px;
}

.h_cover .page_path p:last-child::after {
  content: none;
}

.page_content {
  padding: 30px 0;
}

.page_content a {
  text-decoration: none;
  color: #2991d6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page_content .services_numbers {
    max-width: 60%;
    margin: auto;
  }
}

/* Car Booking */
.car_booking {
  padding: 30px 0;
}
.car_booking .item {
  text-decoration: none;
  color: #333;
}
.car_booking .item i {
  display: block;
  font-size: 50px;
  margin: 20px 0;
  color: #6ec1e4;
}

.car_booking .item:hover i {
  color: #679998;
}

/* Airport */
.airport form {
  padding-top: 30px;
}

label {
  text-transform: capitalize;
}

.submit,
.submit:hover {
  background-color: #2991d6;
  color: #fff;
  padding: 4px 30px;
  border-color: #2991d6;
}

/* Executive */
.pa-label {
  margin-bottom: 10px;
}

.executive-img {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 30px;
}

.executive-img .center-img {
  width: 350px;
}

.center-img img {
  width: 300px;
  border-radius: 20px;
}

.nots a {
  color: #2991d6;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
}

/* Documents */
.doc video {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}

/* services Page */
.services-items .service {
  padding: 6px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.services-items .service a {
  color: #111;
}
.services-items .service .img,
.services-items .service .post-footer {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.02);
}

.services-items .service h4,
.service-page .service h4 {
  opacity: 0.8;
  font-size: 20px;
  line-height: 1.4;
  padding: 6px;
  font-weight: 500;
}
.services-items .service p,
.service-page .service p {
  opacity: 0.77;
  padding: 6px;
  margin-bottom: 15px;
  font-weight: normal;
}

.services-items .service .post-footer {
  text-align: right;
  padding: 10px 6px;
}
.services-items .service .post-footer a {
  color: #44c6f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  padding-left: 4px;
  border-left: 1px solid rgb(204, 204, 204);
}
.services-items .service .post-footer a:hover {
  text-decoration: underline;
}
.services-items .service .post-footer a i {
  color: rgb(204, 204, 204);
  padding: 0 5px;
}


/* 404 */
.p_404 img{
}
.p_404 .bth{
  background-color: #2991d6;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 6px;
}

/* Search Result */

.search_result  .service .post_header *{
  color: #333;
}