/* new colors */
.validation-message, .validation-error {
  color: red;
}

.success-message {
  color: green;
}

.alert.alert-success.vehical-confirm, .alert-danger {
  margin-bottom: -20px !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.tooltip.in {
  opacity: 1 !important;
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  transition: initial;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.tooltip.top .tooltip-arrow {
  border-top-color: #101010 !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #101010 !important;
}

.tooltip-inner {
  background-color: #101010;
  color: #ffffff;
  padding: 10px;
  font-size: 12px;
  width: 287px;
  box-shadow: 5.3px 10.8px 17.6px 0.4px rgba(70, 80, 101, 0.45);
}
.tooltip-inner ul {
  padding-left: 0px;
  list-style: none;
}
.tooltip-inner ul li {
  color: #ffffff;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  min-height: auto !important;
  padding-left: 14px;
  width: 100% !important;
}
.tooltip-inner ul li::before {
  content: "\f192";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 8px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.tooltip-inner p {
  color: #ffffff !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
}

.font-style-wrap {
  font-family: "Montserrat", sans-serif;
}

.home_page_form {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 15px 15px 70px;
  max-width: 465px;
  width: 100%;
  margin-left: auto;
  border-radius: 5px;
}
@media (max-width: 1440px) {
  .home_page_form {
    padding: 15px 15px 40px;
    max-width: 405px;
  }
}
@media (max-width: 1199px) {
  .home_page_form {
    padding: 50px 0 60px;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .home_page_form {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .home_page_form {
    padding: 45px 15px 15px;
  }
}
@media (max-width: 1199px) {
  .home_page_form #home_ride_form, .home_page_form #home_ride_form1 {
    border-radius: 5px;
    padding: 40px 30px 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 575px) {
  .home_page_form #home_ride_form, .home_page_form #home_ride_form1 {
    padding: 20px 15px 20px;
  }
}
.home_page_form .yes-box {
  line-height: 0.7;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.home_page_form .input-box {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .home_page_form .input-box {
    max-width: 515px;
  }
}
.home_page_form .input-box li {
  display: inline-block;
  list-style: none;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 20px;
}
.home_page_form .input-box li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home_page_form .input-box li {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.home_page_form .input-box .btn-box {
  margin-right: 0;
  min-height: auto;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .home_page_form .input-box .btn-box {
    margin-top: 0;
  }
}
.home_page_form .input-box .btn-box .primary-main_btn {
  width: 100%;
}
.home_page_form .input-box.calculated_fare, .home_page_form .input-box.calculated_fare1 {
  margin-top: 21px;
}
.home_page_form .input-box.calculated_fare .primary-main_btn, .home_page_form .input-box.calculated_fare1 .primary-main_btn {
  width: 100%;
}
.home_page_form .input-title {
  float: left;
  font-size: 14px;
  color: #101010;
  margin-bottom: 8px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 567px) {
  .home_page_form .input-title {
    float: none;
  }
}
.home_page_form .select-option {
  float: right;
}
.home_page_form .select-option label {
  font-weight: 600;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 16px;
  color: #222629;
}
@media (max-width: 567px) {
  .home_page_form .select-option label {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .home_page_form .select-option label {
    font-weight: 400;
  }
}
.home_page_form .text-input {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  color: #101010;
  font-weight: 500;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .home_page_form .text-input {
    padding: 10px 15px;
    height: 41px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
  }
}
.home_page_form select:focus {
  outline: 0;
}
.home_page_form input:focus,
.home_page_form button:focus {
  outline: 0;
}
.home_page_form .notes-input {
  min-height: 125px;
}
.home_page_form .fare_title {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .home_page_form .fare_title {
    margin-bottom: 25px;
  }
}
.home_page_form .fare_title .fare_title_h4 {
  background-image: linear-gradient(180deg, #d6e4f4 50%, #f7fafd 120%);
  text-align: center;
  padding: 24px 20px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .home_page_form .fare_title .fare_title_h4 {
    padding: 14px 15px;
    margin-bottom: 26px;
  }
}
.home_page_form .fare_title .fare_title_h4 h4, .home_page_form .fare_title .fare_title_h4 .calc-heading {
  font-size: 22px;
  line-height: 1;
  color: #090d27;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .home_page_form .fare_title .fare_title_h4 h4, .home_page_form .fare_title .fare_title_h4 .calc-heading {
    font-size: 16px;
  }
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles {
  text-align: center;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li {
  margin-right: 10px;
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li:last-child {
  margin-right: 0;
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] {
  opacity: 0;
  position: absolute;
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] + label {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
  color: #101010;
  position: relative;
  padding: 0 15px 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] + label {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] + label {
    font-size: 15px;
    padding: 0 8px 10px;
  }
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] + label img {
  margin-right: 5px;
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 6px solid #030626;
  transition: all 0.3s 0s ease-in-out;
}
@media (max-width: 575px) {
  .home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio] + label:after {
    border-bottom-width: 4px;
  }
}
.home_page_form .fare_title .fare_title_vehicles .choose_vehicles li input[type=radio]:checked + label:after {
  left: 0;
  right: auto;
  width: 100%;
}
.home_page_form #enter_ride_details .input-box {
  max-width: none;
}

.booking_form .home_page_form {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
  padding: 30px;
}
@media (max-width: 1199px) {
  .booking_form .home_page_form {
    box-shadow: none;
    padding: 0;
  }
}
.booking_form .home_page_form .input-box {
  max-width: 100%;
}

.pick_icon, .drop_icon {
  margin-right: 0 !important;
}
.pick_icon a, .drop_icon a {
  color: #090d27;
}

.info-icon {
  position: relative;
}
.info-icon .tooltiptext {
  visibility: hidden;
  max-width: 300px;
  background-color: #101010;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -38px;
  opacity: 0;
  transition: 0.3s;
  transform: translate3d(0px, 20px, 0px);
}
.info-icon .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #101010 transparent transparent transparent;
}
.info-icon:hover .tooltiptext {
  box-shadow: 5.3px 10.8px 17.6px 0.4px rgba(70, 80, 101, 0.45);
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.input-radio-option {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.input-radio-option:last-child {
  margin-right: 0;
}
.input-radio-option i {
  font-size: 16px;
  line-height: 1;
  color: #222629;
  color: #101010;
}
.input-radio-option label {
  cursor: pointer;
  position: relative;
  padding-left: 22px;
}
.input-radio-option label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #090d27;
}
.input-radio-option input[type=radio] {
  display: none;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input-radio-option input[type=radio]:checked + label:before {
  content: "";
  width: 16px;
  height: 16px;
  padding: 2px;
  padding: 2px;
  border: 1px solid #090d27;
  display: inline-block;
  color: #14a96d;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding-left: 2px;
  padding-top: 2px;
  line-height: 1;
}
.input-radio-option input[type=radio]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(228deg, #07c1f9 0%, #5f63bf 100%);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.checkbox-input {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.checkbox-input:last-child {
  margin-right: 0;
}
.checkbox-input i {
  border: 1px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
}
.checkbox-input label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.checkbox-input label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #101010;
  border-radius: 4px;
}
.checkbox-input input[type=checkbox] {
  display: none;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox-input input[type=checkbox]:checked + label:before {
  content: "\f00c";
  width: 21px;
  height: 21px;
  border: 2px solid #090d27;
  display: inline-block;
  color: #ffffff;
  background: #002663;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding-left: 2px;
  padding-top: 2px;
  line-height: 1;
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

.switch-toggle-cust {
  cursor: pointer;
  text-indent: -9999px;
  width: 75px;
  height: auto;
  background: #ffffff;
  border-radius: 100px;
  border: 2px solid #159959;
  position: relative;
  overflow: hidden;
}

.onoffswitch-inner {
  display: block;
  width: 178px;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 40%;
  height: 24px;
  padding: 0;
  line-height: 27px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-right: 42px;
  background-color: #159959;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 14px;
  background-color: #ffffff;
  color: #159959;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 41px;
  border: 2px solid #159959;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

input:checked + .switch-toggle-cust {
  background: #159959;
}
input:checked + .switch-toggle-cust .onoffswitch-inner {
  margin-left: 0;
}
input:checked + .switch-toggle-cust .onoffswitch-switch {
  right: 0;
}

input:checked + .switch-toggle-cust:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.inner-hero-wrap {
  background-image: url("/storage/images/home/inner-hero-1.png");
  background-size: cover;
  padding: 95px 0;
}
.inner-hero-wrap .main-heading {
  color: #ffffff;
}

.ride-form {
  max-width: 100%;
  padding: 0;
}
.ride-form .return__address ul li {
  min-height: auto;
}
.ride-form .main-heading {
  text-align: left;
}
.ride-form .input-title {
  float: none;
}
.ride-form form {
  margin-top: 0px;
}
.ride-form form .bottom-spacing {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .ride-form form .bottom-spacing {
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .ride-form .form-location {
    text-align: center;
  }
}
.ride-form .child-safety-wrap {
  margin-bottom: 60px;
}
.ride-form .round-trip-wrap .switch-toggle {
  margin-right: 18px;
  margin-top: 4px;
}
.ride-form .round-trip-wrap .mute-text {
  margin: 0 10px;
}
@media (max-width: 567px) {
  .ride-form .round-trip-wrap .mute-text {
    margin-left: 0;
  }
}
.ride-form .round-trip-wrap .Yes-trip {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
.ride-form .mute-text {
  font-size: 14px;
  color: #101010;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}
.ride-form .location-container {
  display: inline-block;
  vertical-align: top;
}
.ride-form .add-locations {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
.ride-form .add-location,
.ride-form .remove-location {
  display: inline-block;
  margin-right: 20px;
}
.ride-form .add-stop-location {
  display: block;
}
.ride-form .add-stop-location .input-box {
  display: inline-block;
  margin-right: 20px;
}
.ride-form .flight_no {
  max-width: 265px;
  width: 100%;
}
@media (max-width: 567px) {
  .ride-form .flight_no {
    max-width: 100%;
  }
}
.ride-form .pick-date .input-box {
  text-align: left;
}
.ride-form .pick-date .input-box li {
  position: relative;
  max-width: 264px;
  vertical-align: middle;
}
.ride-form .pick-date .input-box li:last-child {
  margin-top: -2px;
  width: auto;
  min-height: auto;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .ride-form .pick-date .input-box li {
    max-width: 100%;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
}
.ride-form .input-box {
  text-align: left;
}
@media (max-width: 767px) {
  .ride-form .input-box {
    text-align: center;
  }
}
.ride-form .input-box .sync-icon {
  max-width: 20px;
  padding-top: 37px;
}
@media (max-width: 767px) {
  .ride-form .input-box .sync-icon {
    transform: rotate(90deg);
    padding-top: 0;
  }
}
.ride-form .info-icon {
  cursor: pointer;
}
.ride-form .info-icon i {
  border: 1px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
}
.ride-form .pick-date .info-icon {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .ride-form .pick-date .info-icon {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .ride-form .pick-date .input-box li {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .ride-form .pick-date .input-box li {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .ride-form .pick-date .input-box li:last-child {
    margin-right: 0;
  }
}
.ride-form .optional-location .qty {
  display: inline-block;
}
.ride-form .qty {
  display: inline-block;
  /* Hide HTML5 Up and Down arrows. */
}
@media (max-width: 567px) {
  .ride-form .qty {
    text-align: center;
  }
}
.ride-form .qty .info-icon {
  vertical-align: top;
  margin-left: 20px;
}
.ride-form .qty input[type=number]::-webkit-outer-spin-button,
.ride-form .qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ride-form .qty input[type=number] {
  -moz-appearance: textfield;
}
.ride-form .qty button, .ride-form .qty .increment-btn {
  display: inline-block;
  background: #e7e7e7;
  border-radius: 50%;
  width: 48px;
  height: 48px !important;
  line-height: 1;
  float: none;
  padding: 14px 0;
  cursor: pointer;
  margin-top: 0;
  border: none;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 20px !important;
}
.ride-form .qty button:hover, .ride-form .qty .increment-btn:hover {
  background: #002663;
  color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1882352941);
}
.ride-form .qty input {
  border: 0;
  text-align: center;
  font-size: 18px;
  width: 40px;
}
.ride-form .bootstrap-datetimepicker-widget {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1882352941);
}
.ride-form .bootstrap-datetimepicker-widget ul li {
  margin: 0;
  min-height: auto !important;
  max-width: 100% !important;
}
.ride-form .bootstrap-datetimepicker-widget ul li table thead tr:first-child {
  background: #002663;
}
.ride-form .bootstrap-datetimepicker-widget ul li table thead tr th {
  padding: 20px 10px;
}
.ride-form .bootstrap-datetimepicker-widget ul li table thead tr th:hover {
  background: #002663 !important;
  color: #fff !important;
}
.ride-form .bootstrap-datetimepicker-widget ul li table tbody {
  background: #ffffff;
}
.ride-form .bootstrap-datetimepicker-widget ul li table tbody tr td {
  text-align: center;
}
.ride-form .bootstrap-datetimepicker-widget ul li table tbody tr td .glyphicon {
  color: #090d27;
}
.ride-form .bootstrap-datetimepicker-widget ul li table tbody tr td button {
  background: #002663;
  border: 2px solid #090d27;
}
.ride-form .bootstrap-datetimepicker-widget ul li table tbody tr td button:hover, .ride-form .bootstrap-datetimepicker-widget ul li table tbody tr td button:focus {
  background: #ffffff;
  color: #090d27;
}
.ride-form .bootstrap-datetimepicker-widget ul li table tbody tr .active {
  background: #002663 !important;
}
.ride-form .bootstrap-datetimepicker-widget ul li .timepicker {
  padding: 5px;
}
.ride-form .bootstrap-datetimepicker-widget ul li .timepicker td {
  text-align: center;
}
.ride-form .bootstrap-datetimepicker-widget ul li .timepicker td .glyphicon {
  color: #090d27;
}
.ride-form .bootstrap-datetimepicker-widget ul li .timepicker td button {
  background: #002663;
  border: 2px solid #090d27;
}
.ride-form .bootstrap-datetimepicker-widget ul li .timepicker td button:hover, .ride-form .bootstrap-datetimepicker-widget ul li .timepicker td button:focus {
  background: #ffffff;
  color: #090d27;
}
.ride-form .increment-btn {
  margin-right: 20px;
}
.ride-form .stop_location {
  margin-top: 15px;
}
.ride-form .stop_location .text-input {
  max-width: 400px;
  width: 80%;
  margin-bottom: 15px;
}
.ride-form .stop_location span {
  padding: 13px 10px;
  display: inline;
  text-align: center;
  background: red;
  height: 42px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}
.ride-form .stop_location i {
  color: #ffffff;
  font-size: 20px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .ride-form .input-box {
    position: relative;
  }
  .ride-form .xs-icon-hide {
    position: absolute !important;
    top: 0;
    right: 2px;
  }
}

.vehicle-hero-wrap {
  background-image: url("/storage/images/home/select-vehicle.jpg");
}

.hidden-content {
  display: none;
}
.hidden-content.more_feature {
  display: block;
}
.hidden-content .name-text {
  display: block;
  margin-top: 0;
  font-size: 15px !important;
}
.hidden-content .close-btn {
  text-align: right;
  cursor: pointer;
}
.hidden-content .close-btn i {
  font-size: 25px;
}
.hidden-content p {
  font-size: 11px;
}
.hidden-content .est-rate {
  display: inline-block;
  width: 340px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .hidden-content .est-rate {
    width: 100% !important;
  }
}
.hidden-content .est-rate .pricing-details {
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 567px) {
  .hidden-content .est-rate .pricing-details {
    text-align: left;
  }
}
.hidden-content .est-rate .pricing-details li {
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.hidden-content .est-rate .pricing-details li .left {
  float: left;
  text-transform: capitalize;
}
@media (max-width: 567px) {
  .hidden-content .est-rate .pricing-details li .left {
    width: auto;
  }
}
.hidden-content .est-rate .pricing-details li .right {
  float: right;
}
.hidden-content .est-rate .pricing-details li:first-child {
  border-top: none;
  padding-top: 0;
}
.hidden-content .more_feature_box {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 20px;
}
.hidden-content .more_feature_box .input-title {
  color: #101010;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}
.hidden-content .more_feature_box .feature-full-list {
  margin-bottom: -5px;
}
.hidden-content .more_feature_box .feature-full-list li {
  margin-bottom: 5px !important;
}
.hidden-content .price_detail_box {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .hidden-content .price_detail_box {
    padding: 10px 6px;
  }
}
.hidden-content .price_detail_box .input-title {
  color: #101010;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
.hidden-content .price_total_wrap {
  padding: 0 15px;
}
.hidden-content .price_total_wrap .pricing-details li {
  font-size: 20px;
  line-height: 1;
  color: #002663;
  font-weight: 700;
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .hidden-content .price_total_wrap .pricing-details li {
    font-size: 18px;
  }
}

.hidden-content.active {
  display: block;
}

.feature-full-list {
  vertical-align: top;
  padding-left: 0;
  width: calc(100% - 346px);
  display: inline-block;
}
@media (max-width: 991px) {
  .feature-full-list {
    width: 100% !important;
    text-align: left;
  }
}
.feature-full-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px !important;
  color: #333;
  font-size: 15px;
  position: relative;
  padding-left: 12px;
}
.feature-full-list li::before {
  top: 10px;
  left: 0;
  position: absolute;
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
  .feature-full-list .name-text {
    text-align: center;
  }
}

.filter-btn {
  display: none;
}
@media (max-width: 767px) {
  .filter-btn {
    position: fixed;
    display: inline-block;
    top: 262px;
    transition: left 0.4s ease;
    left: 0px;
    font-size: 20px;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #002663;
    padding: 10px 15px;
    z-index: 9;
  }
}

.filter-in {
  z-index: 99;
  left: 288px;
  transition: left 0.4s ease;
}

.search-in {
  z-index: 9999;
  top: 0;
  left: 0 !important;
  transition: left 0.4s ease;
  width: 300px;
  height: 100%;
  display: inline-block !important;
}

.search-bar {
  max-width: 290px;
  float: left;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .search-bar {
    left: -320px;
    top: 0;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    transition: left 0.4s ease;
    border-radius: 0;
  }
}
.search-bar .filter-wrap {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c3c3c3;
}
.search-bar .filter-wrap .filter-title {
  font-size: 25px;
  color: #101010;
  font-weight: 600;
  float: left;
  margin: 0;
}
.search-bar .filter-wrap span {
  float: right;
  font-size: 16px;
  font-weight: 600;
}
.search-bar .filter-wrap span a {
  text-decoration: none;
  color: #090d27;
  text-transform: uppercase;
}
.search-bar .input-title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  color: #101010;
}
.search-bar .select-box-cls {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}
.search-bar .select-box-cls .input-title {
  font-size: 15px;
  text-transform: uppercase;
}
.search-bar .check-input {
  padding-left: 0;
}
.search-bar .check-input li {
  list-style: none;
}
.search-bar .check-input .checkbox-input {
  width: 100%;
}
.search-bar .checkbox-input {
  width: 100%;
  vertical-align: top;
}
.search-bar .checkbox-input label {
  font-size: 16px;
  color: #101010;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 28px;
}
.search-bar .checkbox-input input[type=radio] {
  display: none;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-bar .checkbox-input input[type=radio]:checked + label:before {
  content: "\f00c";
  width: 21px;
  height: 21px;
  border: 2px solid #090d27;
  display: inline-block;
  color: #ffffff;
  background: #002663;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding-left: 2px;
  padding-top: 2px;
  line-height: 1;
}

.right-panel-vehicle {
  width: calc(100% - 310px);
  float: right;
  min-height: 342px;
}
@media (max-width: 767px) {
  .right-panel-vehicle {
    width: 100%;
  }
  .right-panel-vehicle .vehicle-image {
    text-align: center;
    width: 150px !important;
    margin-bottom: 10px;
  }
}
.right-panel-vehicle .title-wrap .main-heading {
  text-align: left;
  display: inline-block;
}
.right-panel-vehicle .title-wrap p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  margin-left: 10px;
}
.right-panel-vehicle .vehicle-detail-block {
  border: 1px solid #d7d7d7;
  padding: 20px 10px;
  margin-bottom: 10px;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  border-radius: 8px;
}
.right-panel-vehicle .vehicle-detail-block:hover {
  background: rgba(231, 231, 231, 0.2117647059);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1882352941);
}
@media (max-width: 1349px) {
  .right-panel-vehicle .vehicle-detail-block {
    padding: 15px 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .right-panel-vehicle .vehicle-detail-block {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .right-panel-vehicle .vehicle-detail-block {
    text-align: center;
  }
}
@media (max-width: 567px) {
  .right-panel-vehicle .vehicle-detail-block {
    width: 100%;
    max-width: 300px;
    padding: 15px 20px;
    margin: 20px auto;
  }
}
.right-panel-vehicle .vehicle-detail-block .vehicle-image {
  display: inline-block;
  vertical-align: top;
  width: 168px;
  margin-right: 15px;
}
.right-panel-vehicle .vehicle-detail-block .vehicle-image img {
  width: 100%;
  height: 100%;
}
.right-panel-vehicle .vehicle-detail-block .name-text {
  margin-top: 0;
  font-size: 20px;
  color: #101010;
}
@media (max-width: 1199px) {
  .right-panel-vehicle .vehicle-detail-block .name-text {
    font-size: 18px;
  }
}
.right-panel-vehicle .vehicle-detail-block .vehicle-desciption {
  display: inline-block;
  width: calc(100% - 198px);
}
@media (max-width: 991px) {
  .right-panel-vehicle .vehicle-detail-block .vehicle-desciption {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .right-panel-vehicle .vehicle-detail-block .vehicle-desciption {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .vehicle-name {
    text-align: left;
  }
}

.main-details {
  padding-left: 0;
  margin-bottom: 0;
}
.main-details .primary-btn {
  padding: 12px 30px !important;
}
@media (max-width: 575px) {
  .main-details .primary-btn {
    padding: 10px 24px !important;
  }
}
.main-details .name-text {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #101010;
}
@media (max-width: 1199px) {
  .main-details .name-text {
    font-size: 18px;
  }
}
.main-details li {
  list-style: none;
  display: inline-block;
  width: 215px;
  margin-right: 20px;
  margin-bottom: 15px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .main-details li {
    width: 150px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .main-details li {
    width: 43% !important;
  }
}
@media (max-width: 767px) {
  .main-details li {
    width: 150px;
    vertical-align: top;
  }
}
@media (max-width: 567px) {
  .main-details li {
    width: 100% !important;
  }
}
.main-details li:last-child {
  margin-right: 0;
  width: 100px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .main-details li:last-child {
    width: 100% !important;
  }
}
.main-details li:first-child {
  width: 350px;
}
@media (max-width: 1349px) {
  .main-details li:first-child {
    width: 245px;
  }
}
@media (max-width: 1199px) {
  .main-details li:first-child {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .main-details li:first-child {
    width: 255px;
  }
}
.main-details li .rate-text {
  font-size: 22px;
  margin-top: 0;
  color: #090d27;
}
.main-details li .charges-col {
  padding-left: 0;
}
.main-details li .charges-col li {
  width: auto !important;
  display: inline-block;
  list-style: none;
  margin-right: 0;
  padding: 0 10px;
  border-right: 1px solid #f1f1f1;
}
.main-details li .charges-col li:last-child {
  border: 0;
}
@media (max-width: 1366px) {
  .main-details li .charges-col li {
    display: block;
    border: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .main-details li .charges-col li {
    display: inline-block;
    border-right: 1px solid #f1f1f1;
  }
}
@media (max-width: 567px) {
  .main-details li .charges-col li {
    display: inline-block;
    border-right: 1px solid #f1f1f1;
  }
}
.main-details li .more-link {
  font-size: 17px;
  line-height: 1.56;
  color: #101010;
  font-weight: 400;
  cursor: pointer;
}
.main-details li .more-link:hover {
  color: #090d27;
}
.main-details li .more-link a {
  padding-bottom: 5px;
  color: #101010;
  text-decoration: underline;
}
.main-details li .text-color {
  font-size: 16px;
  font-weight: 300;
  color: #101010;
}
.main-details li .feature-list {
  padding-left: 0;
}
.main-details li .feature-list li {
  width: auto !important;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
}
.main-details li .feature-list li img {
  width: 11px;
  height: 16px;
}
.main-details li .feature-list li i {
  font-size: 18px;
}

.confirm-wrap {
  background-image: url("/storage/images/home/confirm.jpg");
}

.confirm-vehile_details {
  text-align: center;
}

.confirm-vehicle {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.confirm-vehicle .main-details li {
  vertical-align: top;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .confirm-vehicle .main-details li .vehicle-name {
    margin-bottom: 20px !important;
  }
}
.confirm-vehicle .main-details li .feature-list li {
  margin-bottom: 0px;
  width: auto !important;
  margin-bottom: 0 !important;
}
.confirm-vehicle .main-details li:last-child {
  width: 220px;
}
@media (max-width: 1349px) {
  .confirm-vehicle .main-details li:last-child {
    width: 162px;
  }
}
.confirm-vehicle .main-details li:first-child {
  width: 320px;
}
@media (max-width: 1349px) {
  .confirm-vehicle .main-details li:first-child {
    width: 225px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .confirm-vehicle .main-details li {
    width: 300px !important;
  }
}
@media (max-width: 567px) {
  .confirm-vehicle .main-details li {
    width: 100% !important;
  }
}
.confirm-vehicle .main-details li .rate-text {
  font-size: 24px;
}
@media (max-width: 567px) {
  .confirm-vehicle .main-details .charges-col {
    text-align: center;
  }
}
.confirm-vehicle .main-details .charges-col li {
  display: inline-block;
  border-right: 1px solid #f1f1f1;
}
.confirm-vehicle .tip_input {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  min-width: 55px;
  width: auto;
  height: auto;
  vertical-align: top;
  box-shadow: 0 2px 4px 0 rgba(119, 119, 119, 0.3);
  overflow: hidden;
  text-transform: capitalize;
  margin-right: 10px;
}
.confirm-vehicle .tip_input label {
  width: 100%;
  text-align: center;
  font-weight: normal;
  padding: 14px 10px 11px;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  vertical-align: top;
  line-height: 1;
}
.confirm-vehicle .tip_input label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  top: 0;
  color: #1b1f23;
  border: 1px solid #1b1f23;
}
.confirm-vehicle .tip_input label span {
  position: relative;
  z-index: 9;
  display: block;
}
.confirm-vehicle .tip_input label span i {
  display: inline-block;
  margin-left: 3px;
  vertical-align: top;
  font-size: 13px;
  margin-top: -1px;
}
.confirm-vehicle .tip_input input[type=radio] {
  display: none;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.confirm-vehicle .tip_input input[type=radio]:checked + label {
  color: #ffffff;
}
.confirm-vehicle .tip_input input[type=radio]:checked + label:before {
  content: "";
  border-color: #159959;
  background: #159959;
}
.confirm-vehicle .tip_input_other input {
  max-width: 115px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #101010;
  padding: 11px 12px 9px;
  box-shadow: -1px 3px 2px 0 rgba(119, 119, 119, 0.27);
  line-height: 1;
}
.confirm-vehicle .tip_input_other .edit-tip-icon {
  font-size: 14px;
  line-height: 42px;
  width: 40px;
  height: 39px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: #159959;
  color: #fff;
  margin-left: 8px;
  box-shadow: -1px 3px 2px 0 rgba(119, 119, 119, 0.27);
  cursor: pointer;
}
.confirm-vehicle .tip_input_other .validation-tip-error {
  display: block;
  color: red;
  margin-top: 12px;
}
.confirm-vehicle .content .more-link {
  background-color: #ebebeb;
  padding: 12px 18px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575px) {
  .confirm-vehicle .content .more-link {
    padding: 10px 18px;
  }
}
.confirm-vehicle .coupon {
  margin: 20px 0px;
}
.confirm-vehicle .coupon form#apply_coupon_form {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.confirm-vehicle .coupon form#apply_coupon_form .coupon-label-input {
  margin-bottom: 0px !important;
  max-width: 320px;
}
.confirm-vehicle .coupon form#apply_coupon_form .coupon-label-input label {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}
.confirm-vehicle .coupon form#apply_coupon_form .coupon-label-input input.coupon-text-input {
  width: 100%;
  height: 41px;
  padding: 8px 12px;
  font-weight: 500;
}
.confirm-vehicle .coupon form#apply_coupon_form .coupon-label-input input.coupon-text-input:disabled {
  background: #e5e5e5;
  opacity: 0.5;
  border: 1px solid #ccc;
  cursor: not-allowed;
}
@media (max-width: 480px) {
  .confirm-vehicle .coupon .validation-message {
    max-width: 200px;
    font-size: 13px;
    display: inline-block;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.confirm-vehicle .coupon .coupon-btn-wrap {
  text-align: end;
}
.confirm-vehicle .coupon .coupon-btn-wrap .primary-btn {
  padding: 10px 15px;
  font-size: 14px;
}
.confirm-vehicle .coupon .coupon-btn-wrap .primary-btn.remove {
  background-color: red;
  border-color: red;
}
.confirm-vehicle .coupon .coupon-btn-wrap .primary-btn.remove:hover {
  background-color: #fff;
  color: red !important;
  border-color: red;
}

.confirm-page .hidden-content {
  text-align: left;
}
.confirm-page .sub-heading {
  font-size: 25px;
  color: #101010;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.4;
  display: inline-block;
}
@media (max-width: 1366px) {
  .confirm-page .sub-heading {
    font-size: 22px;
  }
}
.confirm-page .upgrade-section {
  margin-top: 30px;
}
.confirm-page .upgrade-section .text-red {
  color: #ff4146;
  font-size: 25px;
}
.confirm-page .upgrade-section .right-panel-vehicle {
  max-width: 970px;
  width: 100%;
  float: none;
  margin: 20px auto;
}
.confirm-page .estimate-cost-wrap {
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .confirm-page .estimate-cost-wrap .main-heading {
    font-size: 24px;
  }
}
.confirm-page .estimate-cost-wrap .text-red {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .confirm-page .estimate-cost-wrap .text-red {
    font-size: 24px;
  }
}
.confirm-page .estimate-cost-wrap .btn-list {
  margin: 30px 0 12px;
}
.confirm-page .estimate-cost-wrap img {
  max-width: 150px;
  margin: 0 auto 20px;
  display: block;
  border: 1px solid #ddd;
  padding: 5px;
}
.confirm-page .estimate-cost-wrap .create-acc-btn {
  display: inline-block;
}
@media (max-width: 1366px) {
  .confirm-page .estimate-cost-wrap .create-acc-btn {
    font-size: 16px !important;
  }
}
.confirm-page .estimate-cost-wrap .primary-main_btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .confirm-page .estimate-cost-wrap .primary-main_btn {
    font-size: 16px !important;
  }
}
.confirm-page .feature-full-list, .confirm-page .est-rate {
  width: 100%;
}
.confirm-page .feature-full-list .name-text, .confirm-page .est-rate .name-text {
  text-align: center;
}

.confirm-page-block .user_detail .pick-date {
  border: 1px solid #f1f1f1;
  padding: 20px;
  padding-bottom: 10px;
}
.confirm-page-block .user_detail .pick-date:hover {
  background: rgba(231, 231, 231, 0.2117647059);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1882352941);
}
.confirm-page-block .user_detail .pick-date ul li {
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (min-width: 1366px) {
  .confirm-page-block .user_detail .pick-date ul li .form-group {
    max-width: 264px;
  }
}
@media (max-width: 1366px) {
  .confirm-page-block .user_detail .pick-date ul li {
    max-width: 240px;
  }
  .confirm-page-block .user_detail .pick-date ul li:last-child {
    max-width: 240px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .confirm-page-block .user_detail .pick-date ul li {
    max-width: 190px;
  }
  .confirm-page-block .user_detail .pick-date ul li:last-child {
    max-width: 190px !important;
  }
}
@media (max-width: 767px) {
  .confirm-page-block .user_detail .pick-date ul li {
    margin-right: 32px;
  }
}
@media (max-width: 675px) {
  .confirm-page-block .user_detail .pick-date ul li {
    max-width: 100% !important;
  }
  .confirm-page-block .user_detail .pick-date ul li:last-child {
    max-width: 100% !important;
    width: 100%;
  }
}
.confirm-page-block .text-red {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  float: right;
}
.confirm-page-block .text-red a {
  color: #090d27;
  text-decoration: none;
}
.confirm-page-block .btn-list {
  margin: 30px 0;
}
.confirm-page-block .create-wrap {
  border: solid 1px #f1f1f1;
  background-color: #ffffff;
  padding: 40px 20px;
}
.confirm-page-block .create-wrap:hover {
  background: rgba(231, 231, 231, 0.2117647059);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1882352941);
}
.confirm-page-block .create-wrap .create-acc-btn {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 567px) {
  .confirm-page-block .create-wrap .create-acc-btn {
    margin-bottom: 10px;
  }
}
.confirm-page-block .ride-wrap {
  border: solid 1px #e1e1e1;
  background-color: #fafafa;
  padding: 20px 20px;
  min-height: 335px;
  border-radius: 12px;
}
.confirm-page-block .ride-wrap ul {
  padding-left: 0;
}
.confirm-page-block .ride-wrap ul li {
  list-style: none;
  margin-bottom: 20px;
}
.confirm-page-block .ride-wrap ul li:last-child {
  margin-bottom: 0;
}
.confirm-page-block .ride-wrap ul li p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 3px;
  color: #101010;
}
.confirm-page-block .ride-wrap ul li .text-red {
  margin-top: 0;
  text-align: right;
  float: right;
}
@media (max-width: 567px) {
  .confirm-page-block .ride-wrap ul li .text-red {
    float: none;
    text-align: left;
  }
}
.confirm-page-block .ride-wrap .vehicle-img {
  width: 185px;
  margin-right: 20px;
  display: inline-block;
}
.confirm-page-block .ride-wrap .vehicle-img img {
  width: 100%;
  height: 100%;
}
.confirm-page-block .ride-wrap .input-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}
.confirm-page-block .ride-wrap .conf_vechile_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .vehicle-img {
  width: 30%;
  margin-right: 0;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .vehicle-img {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .vehicle-img {
    text-align: center;
  }
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .vehicle-img img {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .vehicle-img img {
    max-width: 170px;
  }
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details {
  width: 70%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .main-details {
    width: 100%;
  }
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details > li {
  width: 60% !important;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .main-details > li {
    padding-left: 0;
    padding-right: 16px;
  }
}
@media (max-width: 480px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .main-details > li {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details > li:last-child {
  width: 40% !important;
}
@media (max-width: 1199px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .main-details > li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .main-details > li:last-child {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details .feature-list li {
  font-size: 15px;
  display: block;
  margin-right: 0;
  margin-bottom: 2px;
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details .feature-list li i {
  font-size: 15px;
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details .charges-col {
  padding: 0;
}
@media (max-width: 480px) {
  .confirm-page-block .ride-wrap .conf_vechile_wrap .main-details .charges-col {
    text-align: center;
  }
}
.confirm-page-block .ride-wrap .conf_vechile_wrap .main-details .charges-col li {
  padding: 0;
}

.payment-hero-wrap {
  background-image: url("/storage/images/home/payment.jpg");
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.card-detail-new {
  background: #fff;
  padding: 20px 20px 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.card-detail-new [name=name_on_card] {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #101010;
}
.card-detail-new [name=name_on_card]::-moz-placeholder {
  color: #808080;
  font-weight: 500;
}
.card-detail-new [name=name_on_card]::placeholder {
  color: #808080;
  font-weight: 500;
}
.card-detail-new .label {
  color: rgb(76.5, 76.5, 76.5);
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.card-detail-new .form-control {
  border: 0;
  border-bottom: 1px solid rgb(18.5625, 26.8125, 80.4375);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  height: 44px;
  padding: 14px 2px 12px 22px;
}
.card-detail-new .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
}
.card-detail-new .form-control::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
}
.card-detail-new .form-control:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
}
.card-detail-new .form-control:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
}
@media (max-width: 567px) {
  .card-detail-new .col {
    flex-basis: auto;
  }
}
.card-detail-new .card_icons {
  position: relative;
}
.card-detail-new .card_icons .form-control {
  padding-right: 115px;
}
@media (max-width: 480px) {
  .card-detail-new .card_icons .form-control {
    padding-right: 20px;
    padding-bottom: 62px;
  }
}
.card-detail-new .card_icons img {
  position: absolute;
  bottom: 11px;
  right: 0;
  max-width: 100px;
}
@media (max-width: 480px) {
  .card-detail-new .card_icons img {
    left: 0;
    right: auto;
  }
}

.form-icon {
  position: relative;
}
.form-icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  left: 0;
  color: #090d27;
  opacity: 0.8;
}
.form-icon input {
  padding-left: 21px;
}
.form-icon.card-number:before {
  content: "\f2c0";
}
.form-icon.card-holder:before {
  content: "\f09d";
}
.form-icon.card-expire:before {
  content: "\f073";
}
.form-icon.secure-code:before {
  content: "\f023";
}

.payment-blocks {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .payment-blocks {
    margin: 0;
  }
}
.payment-blocks .input-title {
  margin: 30px 0;
  color: #101010;
  font-size: 18px;
}
@media (max-width: 767px) {
  .payment-blocks .input-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .payment-blocks .sub-heading {
    font-size: 20px;
  }
}
.payment-blocks .left-panel {
  border: solid 1px #e1e1e1;
  width: 100%;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  background-color: #fafafa;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .payment-blocks .left-panel {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-blocks .left-panel #payment-modal .panel-body {
  padding: 0;
}
.payment-blocks .left-panel #payment-modal #cash-error {
  position: relative;
}
.payment-blocks .left-panel #payment-modal .form-group br {
  display: none;
}
.payment-blocks .left-panel #payment-modal input[name=payment_popup] {
  margin-bottom: 10px;
}
.payment-blocks .left-panel #payment-modal #payment-request-button {
  margin-bottom: 20px;
}
.payment-blocks .left-panel #payment-modal .choose-text {
  color: #101010;
  font-size: 16px;
}
.payment-blocks .left-panel #payment-modal .card-type {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  background: #ffffff;
  color: #1b1f23;
  padding: 10px;
  width: 100%;
  height: 45px;
}
.payment-blocks .left-panel #payment-modal .card-type label {
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
}
.payment-blocks .left-panel #payment-modal .card-type label:hover {
  color: #090d27;
}
.payment-blocks .left-panel #payment-modal .card-type label:hover::before {
  border: 2px solid #090d27;
}
.payment-blocks .left-panel #payment-modal .card-type label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  top: 0;
  color: #1b1f23;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.payment-blocks .left-panel #payment-modal .card-type input[type=radio] {
  display: none;
  position: absolute;
  width: 25%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.payment-blocks .left-panel #payment-modal .card-type input[type=radio]:checked + label {
  color: #090d27;
}
.payment-blocks .left-panel #payment-modal .card-type input[type=radio]:checked + label:before {
  content: "";
  border: 2px solid #090d27;
}
.payment-blocks .left-panel .primary-main_btn {
  width: 100%;
}
@media (max-width: 767px) {
  .payment-blocks .left-panel .primary-main_btn {
    font-size: 14px !important;
  }
}
.payment-blocks .left-panel .create-acc-btn {
  width: 100%;
  background: #e7e7e7;
}
@media (max-width: 767px) {
  .payment-blocks .left-panel .create-acc-btn {
    font-size: 14px !important;
  }
}
.payment-blocks .left-panel .table-responsive {
  margin-bottom: 40px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.payment-blocks .left-panel .table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.payment-blocks .left-panel .table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.payment-blocks .left-panel .table-responsive::-webkit-scrollbar-thumb {
  background: #090d27;
  border-radius: 5px;
}
.payment-blocks .left-panel .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #090d27;
}
.payment-blocks .left-panel .card-details-table table tbody tr td {
  white-space: initial;
}
.payment-blocks .left-panel table {
  background-color: #ffffff;
  margin-bottom: 0;
}
.payment-blocks .left-panel table tbody tr th {
  border-right: 0;
  font-weight: 400;
  width: 100px;
  color: #101010;
  font-size: 15px;
  padding: 10px;
  padding-left: 22px;
}
.payment-blocks .left-panel table tbody tr td {
  color: #101010;
  border-right: 0;
  padding: 10px;
  padding-left: 22px;
  border-left: 0;
  font-size: 15px;
  min-width: 100px;
  width: 100%;
  white-space: nowrap;
}
.payment-blocks .left-panel table tbody tr td input {
  width: 100%;
  border: 0;
}
.payment-blocks .left-panel table tbody tr td input:focus {
  outline: 0;
}
.payment-blocks .left-panel table tbody tr .card-name, .payment-blocks .left-panel table tbody tr .month-year, .payment-blocks .left-panel table tbody tr .cvv {
  width: 100px;
}
.payment-blocks .left-panel table tbody tr .month-year input {
  width: 27px;
}
.payment-blocks .left-panel table tbody tr .card-no input {
  width: 178px;
}
.payment-blocks .left-panel table tbody tr .card-name input {
  width: 128px;
}
.payment-blocks .right-panel {
  border: solid 1px #e1e1e1;
  width: 100%;
  float: right;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-color: #fafafa;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .payment-blocks .right-panel {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-blocks .right-panel .sub-heading, .payment-blocks .right-panel .input-title, .payment-blocks .right-panel .gst {
  display: inline-block;
}
.payment-blocks .right-panel p {
  color: #101010;
  margin-bottom: 5px;
}
.payment-blocks .right-panel .main-footer {
  margin: 10px 0;
}
.payment-blocks .right-panel .input-title {
  margin-bottom: 10px;
}
.payment-blocks .right-panel .right-side {
  float: right;
}
.payment-blocks .right-panel .tax-body {
  margin-top: 20px;
}
.payment-blocks .right-panel .tax-body .input-title {
  margin: 0;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .payment-blocks .right-panel .tax-body .input-title {
    width: auto;
  }
}
@media (max-width: 567px) {
  .payment-blocks .right-panel .tax-body .input-title {
    width: auto;
    line-height: 1.25;
  }
}
.payment-blocks .right-panel .tax-body .gst {
  font-size: 14px;
  font-weight: normal;
}
.payment-blocks .right-panel .tax-body p {
  margin: 0;
}
.payment-blocks .secure-icon {
  margin-bottom: 22px;
}
.payment-blocks .secure-icon img {
  margin-left: 28px;
}
@media (max-width: 567px) {
  .payment-blocks .secure-icon img {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .payment-blocks .secure-icon {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-blocks .new-card {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.payment-blocks .new-card .validation-message {
  display: block;
}
.payment-blocks .address_block {
  max-width: 460px;
  width: 100%;
}

.payment_form-section label {
  color: #101010;
  font-weight: 400;
}
.payment_form-section .text-input {
  border: 1px solid #adadad;
  background: #fff;
  width: 100%;
  padding: 0 14px;
  height: 45px;
  outline: none;
  border-radius: 5px;
}

.payment-header_section .main-heading {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .payment-header_section .main-heading {
    width: 100%;
  }
}
.payment-header_section .pay_account {
  width: 50%;
  display: inline-block;
  text-align: right;
}
@media (max-width: 991px) {
  .payment-header_section .pay_account {
    display: none;
  }
}
.payment-header_section .pay_account .primary-main_btn {
  width: 164px;
}
@media (max-width: 480px) {
  .payment-header_section .pay_account {
    width: 100%;
  }
  .payment-header_section .pay_account .primary-main_btn {
    width: 100%;
  }
}

.modal {
  padding-left: 15px;
}

.modal-dialog {
  margin: 100px auto;
}

.modal_login .modal-header {
  padding-top: 0;
}
.modal_login .modal-header .login-heading {
  margin-top: 15px;
  display: inline-block;
}
.modal_login .modal-header .close {
  background: #090d27;
  padding: 14px 16px;
  opacity: 1;
  color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal_login .login-section {
  min-height: auto;
  border: 0;
}

.account-payment_section {
  float: left;
}
@media (max-width: 991px) {
  .account-payment_section {
    float: none;
  }
}

.payment_description-section {
  float: right !important;
}
@media (max-width: 991px) {
  .payment_description-section {
    float: none !important;
  }
}

.has_account {
  margin-bottom: 30px;
}
.has_account .forget-text {
  display: inline-block;
}
.has_account .primary-main_btn {
  width: auto !important;
  padding: 6px 22px !important;
  height: auto !important;
}
@media (max-width: 480px) {
  .has_account .primary-main_btn {
    width: 100% !important;
  }
}

.sign_btn_show {
  display: none;
  font-size: 18px;
  margin-top: 30px;
}
.sign_btn_show a {
  color: #090d27;
}
@media (max-width: 991px) {
  .sign_btn_show {
    display: block;
  }
}

.driver-detail-wrap {
  background-image: url("/storage/images/apply-for-job.jpg");
}

.driver-form {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  margin-top: 57px;
}
@media (max-width: 767px) {
  .driver-form {
    margin-top: 40px;
  }
}
.driver-form .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .driver-form .form-group {
    margin-bottom: 14px;
  }
}
.driver-form .form-group + .form-group:last-child {
  margin-bottom: 0;
}
.driver-form .apply-for-text {
  font-size: 15px;
  color: #101010;
  font-weight: 300;
  margin-left: 28px;
  margin-bottom: 20px;
}
.driver-form p {
  color: #605f5f;
  font-size: 11px;
}
.driver-form .input-text {
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-size: 13px !important;
  color: #000;
  font-weight: 500;
  padding: 11px 20px;
  outline: none;
  height: 46px;
}
.driver-form .primary-btn {
  padding: 12px 40px !important;
}
.driver-form .browse-input {
  width: 135px;
  position: relative;
  padding: 0px;
  margin-right: 20px;
  display: inline-block;
}
.driver-form .browse-input input {
  width: 135px;
  position: absolute;
  top: 0;
  opacity: 0;
  height: 42px;
  left: 0;
  cursor: pointer;
}
.driver-form .browse-input::before {
  width: 135px;
  content: "Browse..";
  display: inline-block;
  background: #159959;
  border: 2px solid #159959;
  color: #ffffff;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  height: 42px;
  padding: 6px;
}

.nav-arrows {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .nav-arrows {
    display: none;
  }
}
.nav-arrows .breadcrumb {
  padding: 0px;
  background: transparent;
  list-style: none;
  overflow: hidden;
  margin: 0;
  font-size: 0px;
  border-radius: 4px;
}
.nav-arrows .breadcrumb li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  border: 0;
  padding: 0;
}
@media (max-width: 1440px) {
  .nav-arrows .breadcrumb li {
    width: 210px;
  }
}
@media (max-width: 1199px) {
  .nav-arrows .breadcrumb li {
    width: 183px;
  }
}
.nav-arrows .breadcrumb li:first-child a {
  border-left: 1px solid #ccc;
}
.nav-arrows .breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: linear-gradient(90deg, #fff, #ececec);
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1199px) {
  .nav-arrows .breadcrumb li a {
    padding-left: 27px;
    padding-right: 0;
    font-size: 15px;
  }
}
.nav-arrows .breadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 20px solid #ececec;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 100%;
  z-index: 99;
}
.nav-arrows .breadcrumb .completed a, .nav-arrows .breadcrumb .active a {
  background: linear-gradient(to left, #002663, #0d3f8f);
  color: #fff;
  border-color: #000 !important;
}
.nav-arrows .breadcrumb .completed a::after, .nav-arrows .breadcrumb .active a::after {
  border-left-color: #002663;
}
.nav-arrows .breadcrumb .completed a::before, .nav-arrows .breadcrumb .active a::before {
  border-left: 21px solid #080808;
}
.nav-arrows .breadcrumb > li + li:before {
  padding: 0;
  content: "";
}

.thankyou-page {
  margin: 164px 0;
  padding: 38px;
}
@media (max-width: 991px) {
  .thankyou-page {
    margin: 80px 0;
    padding: 10px 15px;
  }
}
.thankyou-page p {
  color: #090d27;
  font-size: 16px;
}
.thankyou-page .login-page_btn {
  margin-top: 20px;
}

#internal_start-section {
  padding: 50px 0;
}
#internal_start-section .main-heading {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 18px;
  text-transform: none;
}
@media (max-width: 767px) {
  #internal_start-section .main-heading {
    font-size: 22px;
  }
}
#internal_start-section .main-heading:after {
  display: none;
}
#internal_start-section .ride-form .ride_address li {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  #internal_start-section .ride-form .ride_address li {
    width: 100%;
  }
}
#internal_start-section .ride-form .ride_address li.sync-icon {
  width: 80px;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 15px;
  max-width: none;
  padding-top: 43px;
}
@media (max-width: 767px) {
  #internal_start-section .ride-form .ride_address li.sync-icon {
    width: auto;
    padding-top: 0;
  }
}
#internal_start-section .ride-form .info-icon i {
  font-size: 11px;
  width: 18px;
  height: 18px;
}
#internal_start-section .field_space li {
  margin-right: 20px;
}
#internal_start-section .field_space .bootstrap-datetimepicker-widget li {
  margin-right: 0;
}

.payment-detail-card .input-title {
  margin-top: 0;
}

#payment-request-button .gpay-button {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
  background-color: #000;
  width: 100%;
  border-radius: 5px;
  border: none;
  margin-bottom: 16px;
  min-height: 45px;
  padding: 13px 24px 11px;
}

.summary_roundtrip_titile {
  margin-top: 20px;
}

.hero-block-style {
  background-position: center;
  background-size: cover;
  padding: 110px 0;
}
.hero-block-style.hr-block-style {
  position: relative;
}
.hero-block-style .hr-blog-heading {
  position: relative;
  z-index: 1;
}
.hero-block-style .hr-blog-banner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.hero-block-style .hr-blog-banner img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block-style.hr-padding {
  padding: 0px;
  position: relative;
}
.hero-block-style.hr-padding .hr-banner {
  padding: 50px 0;
  min-height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hero-block-style.hr-padding .hr-banner {
    min-height: unset;
  }
}
.hero-block-style.hr-padding .hr-banner .cityname {
  color: #ffffff;
  width: 40%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .hero-block-style.hr-padding .hr-banner .cityname {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .hero-block-style.hr-padding .hr-banner .cityname {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
  }
}
.hero-block-style.hr-padding .hr-banner .cityname .main-heading {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.3;
}
.hero-block-style.hr-padding .hr-banner .cityname .main-heading::after {
  display: none;
}
@media (max-width: 1199px) {
  .hero-block-style.hr-padding .hr-banner .cityname .main-heading {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .hero-block-style.hr-padding .hr-banner .cityname .main-heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero-block-style.hr-padding .hr-banner .cityname .main-heading {
    font-size: 24px;
    line-height: 1.3;
  }
}
.hero-block-style.hr-padding .hr-banner .cityname .city-description {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .hero-block-style.hr-padding .hr-banner .cityname .city-description {
    line-height: 2;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-block-style.hr-padding .hr-banner .cityname .city-description {
    font-size: 14px;
    line-height: 1.6;
  }
}
.hero-block-style.hr-padding .calc {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
@media (max-width: 1199px) {
  .hero-block-style.hr-padding .calc {
    position: static;
  }
}
@media (max-width: 1199px) {
  .hero-block-style.hr-padding .calc .booking_form {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .hero-block-style.hr-padding .calc .booking_form {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .hero-block-style.hr-padding .calc .booking_form {
    width: 40%;
  }
}
.hero-block-style .main-heading {
  color: #ffffff;
  margin-bottom: 0;
}
.hero-block-style .main-heading.hr-head {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  color: #090d27;
  margin-bottom: 40px;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .hero-block-style .main-heading.hr-head {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-block-style .main-heading.hr-head {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-block-style .main-heading.hr-head {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.hero-block-style .main-heading::after {
  display: none;
}
@media (max-width: 575px) {
  .hero-block-style .main-heading {
    font-size: 24px;
    line-height: 1.3;
  }
}
.hero-block-style .sub-heading {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .hero-block-style .sub-heading {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-block-style .sub-heading {
    font-size: 16px;
  }
}
.hero-block-style .service-commit {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin: 50px 0 0 0;
}
@media (max-width: 1440px) {
  .hero-block-style .service-commit {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .hero-block-style .service-commit {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-block-style .service-commit {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .hero-block-style .service-commit {
    margin-left: 8vw;
    gap: 20px;
  }
}
.hero-block-style .service-commit .commit {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-block-style .service-commit .commit {
    width: calc(50% - 15px);
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-block-style .service-commit .commit {
    width: 100%;
    justify-content: flex-start;
  }
}
.hero-block-style .service-commit .commit img {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .hero-block-style .service-commit .commit img {
    width: 35px;
  }
}
@media (max-width: 575px) {
  .hero-block-style .service-commit .commit img {
    width: 25px;
  }
}
.hero-block-style .service-commit .commit h5 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero-block-style .service-commit .commit h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-block-style .service-commit .commit h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hero-block-style {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .hero-block-style {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .hero-block-style.for-mobile {
    height: 700px;
  }
}
@media (max-width: 640px) {
  .hero-block-style.dark .main-heading {
    color: #090d27;
  }
  .hero-block-style.dark .sub-heading {
    color: #090d27;
  }
  .hero-block-style.dark .service-commit .commit h5 {
    color: #090d27;
  }
}

.hr-para-spacing {
  margin-bottom: 40px !important;
}
@media (max-width: 1199px) {
  .hr-para-spacing {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .hr-para-spacing {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .hr-para-spacing {
    margin-bottom: 10px !important;
  }
}

.hire-taxi-limo .terminal-wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .hire-taxi-limo .terminal-wrapper {
    margin-bottom: 70px !important;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .hire-taxi-limo .terminal-wrapper {
    margin-bottom: 50px !important;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .terminal-wrapper {
    margin-bottom: 40px !important;
  }
}
.hire-taxi-limo .terminal-wrapper .terminal .img-wrapper img {
  width: 100%;
  max-width: 100%;
}
.hire-taxi-limo .terminal-wrapper .terminal .terminal-details {
  padding: 30px;
  background: #ebf1f9;
}
@media (max-width: 480px) {
  .hire-taxi-limo .terminal-wrapper .terminal .terminal-details {
    padding: 20px;
  }
}
.hire-taxi-limo .terminal-wrapper .terminal .terminal-details h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .hire-taxi-limo .terminal-wrapper .terminal .terminal-details h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.hire-taxi-limo .terminal-wrapper .terminal .terminal-details .terminal-doors {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .hire-taxi-limo .terminal-wrapper .terminal .terminal-details .terminal-doors {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hire-taxi-limo .terminal-wrapper .terminal .terminal-details .terminal-doors {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .hire-taxi-limo .terminal-wrapper .terminal .terminal-details .terminal-doors {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .terminal-wrapper .terminal .terminal-details .terminal-doors span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
  }
}
.hire-taxi-limo .terminal-wrapper .terminal .terminal-details .terminal-doors span.limo-door {
  margin-right: 4vw;
}
.hire-taxi-limo .pick-drop-parking .main_title {
  text-align: left;
  max-width: 950px;
}
.hire-taxi-limo .pick-drop-parking .sub-heading {
  font-size: 22px;
  line-height: 35px;
  color: #000000;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .hire-taxi-limo .pick-drop-parking .sub-heading {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.hire-taxi-limo .parking-list ul {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .hire-taxi-limo .parking-list ul {
    padding-left: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .parking-list ul {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.hire-taxi-limo .parking-list ul .list-no {
  position: absolute;
  left: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hire-taxi-limo .parking-list ul .list-no {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .parking-list ul .list-no {
    font-size: 16px;
  }
}
.hire-taxi-limo .parking-list ul .lists {
  list-style: none;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hire-taxi-limo .parking-list ul .lists {
    margin-bottom: 15px;
  }
}
.hire-taxi-limo .parking-list ul .lists .list-head {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hire-taxi-limo .parking-list ul .lists .list-head {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .parking-list ul .lists .list-head {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.hire-taxi-limo .parking-list ul .lists .arrow {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .hire-taxi-limo .parking-list ul .lists .arrow {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .parking-list ul .lists .arrow {
    padding-left: 20px;
  }
}
.hire-taxi-limo .parking-list ul .lists .arrow:before {
  position: absolute;
  left: 0;
  background-image: url("/storage/images/list-arrow.png");
  background-size: 13px 12px;
  width: 20px;
  height: 35px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .hire-taxi-limo .parking-list ul .lists .arrow:before {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .hire-taxi-limo .parking-list ul .lists .arrow:before {
    background-size: 9px 8px;
    width: 18px;
    height: 23px;
  }
}
.hire-taxi-limo .parking-list ul .lists .img-wrappper {
  max-width: 900px;
}
.hire-taxi-limo .parking-list ul .lists .img-wrappper img {
  width: 100%;
  max-width: 100%;
}

.parking-options {
  background-color: #ebf1f9;
}
.parking-options .parking-cards {
  display: flex;
  gap: 55px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .parking-options .parking-cards {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .parking-options .parking-cards {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .parking-options .parking-cards {
    gap: 40px;
  }
}
.parking-options .parking-cards .card {
  width: calc(33.33% - 38px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .parking-options .parking-cards .card {
    width: calc(33.33% - 27px);
  }
}
@media (max-width: 1199px) {
  .parking-options .parking-cards .card {
    width: calc(50% - 25px);
  }
}
@media (max-width: 991px) {
  .parking-options .parking-cards .card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .parking-options .parking-cards .card {
    width: 100%;
  }
}
.parking-options .parking-cards .card .card-head .parking-spot {
  padding: 30px 17px;
  background: #090d27;
  color: white;
  margin: 0;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .parking-options .parking-cards .card .card-head .parking-spot {
    padding: 20px 17px;
    font-size: 20px;
  }
}
.parking-options .parking-cards .card .card-desc {
  border: 1px solid #d6e4f4;
  background-color: #fff;
  padding: 30px 40px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.parking-options .parking-cards .card .card-desc .parking-type {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .parking-options .parking-cards .card .card-desc .parking-type {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.parking-options .parking-cards .card .card-desc .park-service {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .parking-options .parking-cards .card .card-desc .park-service {
    margin-bottom: 30px;
  }
}
.parking-options .parking-cards .card .card-desc .primary-main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: stretch;
  line-height: 1.4;
  cursor: default;
}
.parking-options .parking-cards .card .card-desc .primary-main_btn:hover {
  background-color: #1d9e5f;
  color: #fff !important;
}

.facts_sec {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .facts_sec {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .facts_sec {
    padding: 45px 0;
  }
}
.facts_sec .facts_wrap {
  width: 100%;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .facts_sec .facts_wrap {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .facts_sec .facts_wrap {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .facts_sec .facts_wrap {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .facts_sec .facts_wrap {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  .facts_sec .facts_wrap {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .facts_sec .main_title {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  .facts_sec .main_title br {
    display: none;
  }
}
.facts_sec .facts_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .facts_sec .facts_row {
    flex-wrap: wrap;
  }
}
.facts_sec .facts_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto;
  width: 100%;
  max-width: 678px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_img {
    top: 20px;
    max-width: 548px;
  }
}
@media (max-width: 1199px) {
  .facts_sec .facts_img {
    display: none;
  }
}
.facts_sec .facts_img img {
  width: 100%;
}
.facts_sec .facts_left {
  z-index: 2;
}
@media (max-width: 1199px) {
  .facts_sec .facts_left {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .facts_sec .facts_left {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .facts_sec .facts_left {
    margin-bottom: 16px;
  }
}
.facts_sec .facts_right {
  z-index: 2;
}
.facts_sec .facts_right .facts_list {
  margin-left: auto;
}
.facts_sec .facts_list {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1199px) {
  .facts_sec .facts_list {
    max-width: 100% !important;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 25px !important;
    position: relative;
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .facts_sec .facts_list {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .facts_sec .facts_list {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px !important;
    font-weight: 500;
    padding-left: 52px;
  }
}
.facts_sec .facts_list:last-child {
  margin-bottom: 0 !important;
}
.facts_sec .facts_list span {
  display: none;
}
@media (max-width: 1199px) {
  .facts_sec .facts_list span {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .facts_sec .facts_list span {
    top: 4px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .facts_sec .facts_list span {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .facts_sec .facts_list br {
    display: none;
  }
}
.facts_sec .facts_list1 {
  max-width: 500px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list1 {
    max-width: 380px;
  }
}
.facts_sec .facts_list2 {
  max-width: 380px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list2 {
    max-width: 320px;
  }
}
.facts_sec .facts_list3 {
  max-width: 360px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list3 {
    max-width: 300px;
  }
}
.facts_sec .facts_list4 {
  max-width: 360px;
}
.facts_sec .facts_list5 {
  max-width: 470px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list5 {
    max-width: 420px;
  }
}
.facts_sec .facts_list6 {
  max-width: 488px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list6 {
    max-width: 400px;
  }
}
.facts_sec .facts_list7 {
  max-width: 380px;
  margin-bottom: 45px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list7 {
    max-width: 310px;
    margin-bottom: 25px;
  }
}
.facts_sec .facts_list8 {
  max-width: 350px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list8 {
    max-width: 280px;
    margin-bottom: 30px;
  }
}
.facts_sec .facts_list9 {
  max-width: 370px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list9 {
    max-width: 310px;
    margin-bottom: 20px;
  }
}
.facts_sec .facts_list10 {
  max-width: 450px;
}
@media (max-width: 1440px) {
  .facts_sec .facts_list10 {
    max-width: 380px;
  }
}
.facts_sec.hr-facts .facts_img {
  max-width: 580px;
  top: 0;
}
.facts_sec.hr-facts .facts_list {
  margin-bottom: 60px;
}
.facts_sec.hr-facts .facts_list4 {
  max-width: 410px;
}
.facts_sec.hr-facts .facts_list5 {
  max-width: 480px;
}
.facts_sec.hr-facts .facts_list6 {
  max-width: 540px;
}
.facts_sec.hr-facts .facts_list7 {
  max-width: 400px;
}
.facts_sec.hr-facts .facts_list8 {
  max-width: 370px;
}
.facts_sec.hr-facts .facts_list9 {
  max-width: 490px;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .facts_sec.hr-facts .facts_list9 {
    padding-left: 65px;
  }
}
@media (max-width: 575px) {
  .facts_sec.hr-facts .facts_list9 {
    padding-left: 52px;
  }
}
.facts_sec.hr-facts .facts_list10 {
  max-width: 490px;
}
@media (max-width: 1440px) {
  .facts_sec.hr-facts .facts_img {
    max-width: 480px;
  }
  .facts_sec.hr-facts .facts_list {
    margin-bottom: 45px;
  }
  .facts_sec.hr-facts .facts_list2 {
    max-width: 340px;
  }
  .facts_sec.hr-facts .facts_list4 {
    max-width: 350px;
  }
  .facts_sec.hr-facts .facts_list5 {
    max-width: 420px;
  }
  .facts_sec.hr-facts .facts_list7 {
    max-width: 320px;
  }
  .facts_sec.hr-facts .facts_list8 {
    max-width: 290px;
  }
  .facts_sec.hr-facts .facts_list9 {
    max-width: 400px;
  }
}

.airport-lounges {
  background-color: #ebf1f9;
}
.airport-lounges .main_title {
  text-align: left;
}
@media (max-width: 991px) {
  .airport-lounges .main_title {
    margin-bottom: 30px;
  }
}
.airport-lounges .list-heading {
  font-size: 22px;
  line-height: 35px;
  color: #000000;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .airport-lounges .list-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .airport-lounges .list-heading {
    font-size: 18px;
    line-height: 1.4;
  }
}
.airport-lounges .lounge-list ul {
  position: relative;
  margin-bottom: 50px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .airport-lounges .lounge-list ul {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .airport-lounges .lounge-list ul {
    margin-bottom: 30px;
  }
}
.airport-lounges .lounge-list ul .lists {
  list-style: none;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .airport-lounges .lounge-list ul .lists {
    margin-bottom: 15px;
  }
}
.airport-lounges .lounge-list ul .lists .list-head {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .airport-lounges .lounge-list ul .lists .list-head {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .airport-lounges .lounge-list ul .lists .list-head {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.airport-lounges .lounge-list ul .lists .arrow {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .airport-lounges .lounge-list ul .lists .arrow {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .airport-lounges .lounge-list ul .lists .arrow {
    padding-left: 20px;
  }
}
.airport-lounges .lounge-list ul .lists .arrow:before {
  position: absolute;
  left: 0;
  background-image: url("/storage/images/list-arrow.png");
  background-size: 13px 12px;
  width: 20px;
  height: 35px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .airport-lounges .lounge-list ul .lists .arrow:before {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .airport-lounges .lounge-list ul .lists .arrow:before {
    background-size: 9px 8px;
    width: 18px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .airport-lounges .lounge-list .note-h {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .airport-lounges .lounge-list .note-h {
    font-size: 16px;
  }
}

.shopping-at-airport {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .shopping-at-airport {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .shopping-at-airport {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .shopping-at-airport {
    padding: 45px 0;
  }
}
.shopping-at-airport .shopping-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .shopping-at-airport .shopping-wrapper {
    align-items: self-start;
  }
}
@media (max-width: 991px) {
  .shopping-at-airport .shopping-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .shopping-at-airport .shopping-wrapper {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .shopping-at-airport .shopping-wrapper {
    gap: 25px;
  }
}
.shopping-at-airport .shopping-wrapper .shopping-airport-img {
  max-width: 50%;
  width: 100%;
  position: sticky;
  top: 180px;
}
@media (max-width: 991px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-img {
    max-width: 100%;
    position: unset;
  }
}
.shopping-at-airport .shopping-wrapper .shopping-airport-img .img-wrappper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.shopping-at-airport .shopping-wrapper .shopping-airport-img .img-wrappper img {
  width: 100%;
}
.shopping-at-airport .shopping-wrapper .shopping-airport-content {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content {
    width: 100%;
    max-width: unset;
  }
}
.shopping-at-airport .shopping-wrapper .shopping-airport-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #090d27;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content h2 {
    font-size: 20px;
  }
}
.shopping-at-airport .shopping-wrapper .shopping-airport-content .shopping-airport-text {
  line-height: 35px;
  font-size: 18px;
  color: #101010;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content .shopping-airport-text {
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .shopping-at-airport .shopping-wrapper .shopping-airport-content .shopping-airport-text {
    line-height: 1.6;
    font-size: 14px;
  }
}
.shopping-at-airport .shopping-wrapper .shopping-airport-content .explore {
  font-weight: 700;
  color: #090d27;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
.shopping-at-airport .shopping-wrapper .shopping-airport-content .explore:hover {
  color: #159959;
}

.company-page .about-block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .company-page .about-block {
    margin-bottom: 30px;
  }
}

.letter-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .letter-wrap .main-heading.left {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .letter-wrap .main-heading.left::after {
    margin-left: auto;
  }
}
.letter-wrap .letter-text {
  max-width: 620px;
  width: 100%;
}
@media (max-width: 991px) {
  .letter-wrap .letter-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .letter-wrap .letter-text {
    max-width: 100%;
  }
}
.letter-wrap .letter-text .description {
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .letter-wrap .letter-text .description {
    margin: 12px 0;
  }
}
.letter-wrap .letter-text .read_btn {
  margin: 25px 0;
}
.letter-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .letter-wrap img {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .letter-wrap img {
    margin-top: 15px;
  }
}

.area-service-main {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .area-service-main {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .area-service-main {
    padding: 45px 0;
  }
}
.area-service-main .wrapper .area-service-description h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #090d27;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1440px) {
  .area-service-main .wrapper .area-service-description h2 {
    font-size: 38px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  .area-service-main .wrapper .area-service-description h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .area-service-main .wrapper .area-service-description h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .area-service-main .wrapper .area-service-description h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.area-service-main .wrapper .area-service-description p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .area-service-main .wrapper .area-service-description p {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .area-service-main .wrapper .area-service-description p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .area-service-main .wrapper .area-service-description p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.area-service-main.hr-vip-badge {
  background-color: #ecf2f9;
}
.area-service-main.hr-vip-badge .wrapper {
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  .area-service-main.hr-vip-badge .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .area-service-main.hr-vip-badge .wrapper {
    gap: 60px;
  }
}
.area-service-main.hr-vip-badge .wrapper .area-service-description h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .area-service-main.hr-vip-badge .wrapper .area-service-description h2 {
    text-align: center;
  }
}
.area-service-main.hr-vip-badge .wrapper .area-service-description p {
  text-align: left;
}
@media (max-width: 767px) {
  .area-service-main.hr-vip-badge .wrapper .area-service-description p {
    text-align: center;
  }
}
.area-service-main.hr-vip-badge .wrapper .vip-section {
  min-width: 260px;
  max-width: 100%;
  position: sticky;
  top: 190px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .area-service-main.hr-vip-badge .wrapper .vip-section {
    min-width: 220px;
  }
}
.area-service-main.hr-vip-badge .wrapper .vip-section figure {
  display: flex;
  justify-content: center;
}
.area-service-main.hr-vip-badge .wrapper .vip-section p {
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 30px;
}

.what-we-offer {
  background-image: url("/storage/images/we-offer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.what-we-offer .main_title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.what-we-offer .main_title h2 {
  color: #ffffff;
}
@media (max-width: 575px) {
  .what-we-offer .main_title h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .what-we-offer .main_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .what-we-offer .main_title {
    margin-bottom: 30px;
  }
}
.what-we-offer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .what-we-offer .row {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .what-we-offer .row {
    margin-bottom: -40px;
  }
}
@media (max-width: 575px) {
  .what-we-offer .row {
    margin-bottom: -30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1199px) {
  .what-we-offer .row > div {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .what-we-offer .row > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .what-we-offer .row > div {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.what-we-offer .row .choose-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-we-offer .row .choose-listing .choose_list_img {
  background-color: #ebf1f9;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .what-we-offer .row .choose-listing .choose_list_img {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
    padding: 26px;
  }
}
@media (max-width: 575px) {
  .what-we-offer .row .choose-listing .choose_list_img {
    width: 85px;
    height: 85px;
    margin-bottom: 15px;
    padding: 24px;
  }
}
.what-we-offer .row .choose-listing .choose_list_img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 70px;
}
@media (max-width: 767px) {
  .what-we-offer .row .choose-listing .choose_list_img img {
    max-width: 100%;
    height: auto;
  }
}
.what-we-offer .row .choose-listing .sub-title {
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  max-width: 250px;
  text-align: center;
}
@media (max-width: 991px) {
  .what-we-offer .row .choose-listing .sub-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .what-we-offer .row .choose-listing .sub-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .what-we-offer .row .choose-listing .sub-title br {
    display: none;
  }
}

.airport-journey {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .airport-journey {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .airport-journey {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .airport-journey {
    padding: 45px 0;
  }
}
.airport-journey .how-ride {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1199px) {
  .airport-journey .how-ride {
    align-items: self-start;
  }
}
@media (max-width: 991px) {
  .airport-journey .how-ride {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .airport-journey .how-ride {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .airport-journey .how-ride {
    gap: 25px;
  }
}
.airport-journey .how-ride .how-ride-img {
  max-width: 50%;
  width: 100%;
  position: sticky;
  top: 180px;
}
@media (max-width: 991px) {
  .airport-journey .how-ride .how-ride-img {
    max-width: 100%;
  }
}
.airport-journey .how-ride .how-ride-img .img-wrappper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .airport-journey .how-ride .how-ride-img .img-wrappper {
    border-radius: 5px;
  }
}
.airport-journey .how-ride .how-ride-img .img-wrappper img {
  width: 100%;
}
.airport-journey .how-ride .how-ride-content {
  width: 50%;
}
@media (max-width: 991px) {
  .airport-journey .how-ride .how-ride-content {
    width: 100%;
  }
}
.airport-journey .how-ride .how-ride-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #090d27;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .airport-journey .how-ride .how-ride-content h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .airport-journey .how-ride .how-ride-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .airport-journey .how-ride .how-ride-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .airport-journey .how-ride .how-ride-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.airport-journey .how-ride .how-ride-content p {
  line-height: 35px;
  font-size: 18px;
  color: #101010;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .airport-journey .how-ride .how-ride-content p {
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .airport-journey .how-ride .how-ride-content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .airport-journey .how-ride .how-ride-content p {
    line-height: 1.6;
    font-size: 14px;
  }
}

.map-hero-wrap {
  background-image: url("/storage/images/map-covered.jpg");
}
@media (max-width: 767px) {
  .map-hero-wrap {
    background-image: url("/storage/images/map-covered-mob.jpg");
  }
}

.map-img {
  text-align: center;
}

.services-hero-wrap {
  background-image: url("/storage/images/services-banner.jpg");
}

.review-banner {
  background-image: url("/storage/images/testimonial-banner.jpg");
}

@media (max-width: 640px) {
  .toronto-banner.for-mobile {
    background-image: url("/storage/images/toronto-pearson-airport-limo-mobile.jpg");
  }
}
@media (min-width: 641px) {
  .toronto-banner {
    background-image: url("/storage/images/toronto-pearson-airport-limo.jpg");
  }
}

@media (max-width: 640px) {
  .billy-bishop-banner.for-mobile {
    background-image: url("/storage/images/billy-bishop-airport-limo-mobile.jpg");
  }
}
@media (min-width: 641px) {
  .billy-bishop-banner {
    background-image: url("/storage/images/billy-bishop-airport-limousines.jpg");
  }
}

@media (max-width: 640px) {
  .jhon-c-banner.for-mobile {
    background-image: url("/storage/images/john-c-munro-hamilton-airport-limo-mobile.jpg");
  }
}
@media (min-width: 641px) {
  .jhon-c-banner {
    background-image: url("/storage/images/john-c-munro-hamilton-airport.jpg");
  }
}

@media (max-width: 640px) {
  .buffalo-niagara-banner.for-mobile {
    background-image: url("/storage/images/buffalo-niagara-international-airport-mobile.jpg");
  }
}
@media (min-width: 641px) {
  .buffalo-niagara-banner {
    background-image: url("/storage/images/buffalo-niagara-international-airport-limo.jpg");
  }
}

.service-ride-wrap {
  background-image: url("/storage/images/home/ride-choice.jpg") !important;
}
.service-ride-wrap .ride-services-text {
  max-width: 400px;
  width: 100%;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .service-ride-wrap .ride-services-text {
    max-width: 100%;
    text-align: center;
  }
}
.service-ride-wrap .ride-services-text .sub-heading {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.service-ride-wrap .ride-services-text p {
  margin: 30px 0;
  color: #ffffff;
  line-height: 1.56;
  font-size: 16px;
}
@media (max-width: 767px) {
  .service-ride-wrap .ride-services-text p {
    margin: 18px 0;
  }
}
.service-ride-wrap .ride-right-block {
  text-align: center;
}
.service-ride-wrap .ride-right-block .ride-hexa,
.service-ride-wrap .ride-right-block .ride-text {
  margin-left: auto;
  margin-right: auto;
}

.pick-block .pick-details {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .pick-block .pick-details {
    margin-top: 40px;
  }
}
.pick-block img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pick-block img {
    margin-bottom: 20px;
  }
}
.pick-block .ride-services-text {
  max-width: 400px;
  width: 100%;
  margin-left: 77px;
}
@media (max-width: 991px) {
  .pick-block .ride-services-text {
    margin-left: 0px;
  }
}
.pick-block .ride-services-text .sub-heading {
  color: #101010;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
}
.pick-block .ride-services-text p {
  margin: 30px 0;
  font-size: 16px;
  color: #101010;
}

.career-wrap {
  background-image: url("/storage/images/home/career.jpg") !important;
  background-size: cover;
}
.career-wrap .career-block {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .career-wrap .career-block {
    margin-top: 25px;
  }
}
.career-wrap .career-block ul {
  padding-left: 0;
}
.career-wrap .career-block ul li {
  list-style: none;
  margin-bottom: 55px;
}
.career-wrap .career-block ul li p {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.career-wrap .career-block ul li p:before {
  position: absolute;
  bottom: 0;
  content: "";
  background: #ffffff;
  height: 2px;
  width: 100%;
}
.career-wrap .career-block ul li a {
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
}
.career-wrap .career-block ul li:hover p:before {
  border-bottom: 2px solid #090d27;
}
.career-wrap .career-block ul li:hover a {
  color: #090d27;
}
.career-wrap .primary-btn {
  margin: 30px 0;
  padding: 10px 49px !important;
}

@media (max-width: 1499px) {
  .map-img {
    overflow-x: auto;
    width: 100%;
  }
}
.map-img img {
  height: 100%;
  min-height: 450px;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .map-img img {
    height: 100%;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.policy-hero-wrap {
  background-image: url("/storage/images/privacy_policy.jpg");
}

.policy-page img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.policy-page .commitment_wrap .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .policy-page .commitment_wrap .row > div {
    width: 100%;
  }
}
.policy-page .commit-block {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .policy-page .commit-block {
    max-width: 100%;
  }
}
.policy-page .commit-block h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .policy-page .commit-block h2 {
    text-align: center;
  }
}
.policy-page .commit-block h2::after {
  margin: 12px 0 0;
}
@media (max-width: 991px) {
  .policy-page .commit-block h2::after {
    margin: 12px auto 0;
  }
}
.policy-page .commit-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .policy-page .commit-block p {
    text-align: center;
  }
}
.policy-page .safety-text-section .small-heading {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .policy-page .safety-text-section .small-heading {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .policy-page .safety-text-section .small-heading {
    font-size: 20px;
    line-height: 22px;
  }
}
.policy-page .safety-text-section p {
  text-align: center;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.policy-page .safety-text-section .col-block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .policy-page .safety-text-section .col-block {
    margin-bottom: -18px;
  }
}
.policy-page .safety-text-section .col-block > div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .policy-page .safety-text-section .col-block > div {
    width: 100%;
    margin-bottom: 18px;
  }
}
.policy-page .safety-text-section .col-block > div .col_block_wrap {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 50px 30px;
  box-shadow: 3px 5px 20px rgba(1, 2, 2, 0.16);
}
@media (max-width: 767px) {
  .policy-page .safety-text-section .col-block > div .col_block_wrap {
    padding: 25px 20px;
  }
}
.policy-page .ceo-view {
  background: url("/storage/images/home/ceo.jpg");
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .policy-page .ceo-view {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .policy-page .ceo-view {
    padding: 70px 0;
  }
}
.policy-page .ceo-view .ceo-text {
  max-width: 1000px;
  margin: 0 auto;
}
.policy-page .ceo-view p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 19px;
  line-height: 37px;
  font-style: italic;
}
@media (max-width: 575px) {
  .policy-page .ceo-view p {
    font-size: 17px;
    line-height: 30px;
  }
}
.policy-page .ceo-view .small-heading {
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .policy-page .ceo-view .small-heading {
    margin-top: 18px;
    font-size: 18px;
  }
}
.policy-page .partner-section .main-heading {
  text-align: left;
}
@media (max-width: 991px) {
  .policy-page .partner-section .main-heading {
    text-align: center;
  }
}
.policy-page .partner-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .policy-page .partner-section p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .policy-page .mb_20px {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .policy-page .mb_20px {
    margin-bottom: 22px;
  }
}

.small-padding {
  padding: 30px 0 0;
}

.cancellation-hero-wrap {
  background: url("/storage/images/cancellataion-policy.jpg");
}

.cancellation-section p {
  color: #101010;
  line-height: 26px;
  text-align: center;
}

.help-hero-wrap {
  background-image: url("/storage/images/help.jpg");
}

.help-page .small-heading {
  font-size: 22px;
  color: #101010;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}
.help-page p {
  color: #101010;
  line-height: 1.88;
  margin-bottom: 0;
}
.help-page p a {
  color: #090d27;
  text-decoration: none;
}
@media (max-width: 567px) {
  .help-page .phone-no {
    display: inline-block;
    margin-right: 10px;
  }
}
.help-page .phone-no a {
  color: #090d27;
  text-decoration: none;
}
.help-page .img-section,
.help-page .help-details-block,
.help-page .selection-block {
  display: inline-block;
  vertical-align: top;
}
.help-page .main-help-block {
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .help-page .main-help-block {
    text-align: center;
  }
}
.help-page .img-section {
  width: 40%;
}
@media (max-width: 991px) {
  .help-page .img-section {
    width: 100%;
  }
}
.help-page .img-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.help-page .selection-block {
  width: 20%;
  max-width: 200px;
}
@media (max-width: 991px) {
  .help-page .selection-block {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.help-page .selection-block ul {
  padding-left: 0;
  display: inline-block;
  margin: 0 22px;
}
.help-page .selection-block ul li {
  list-style: none;
  margin-bottom: 20px;
}
.help-page .selection-block img {
  vertical-align: top;
}
.help-page .help-details-block {
  width: 40%;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .help-page .help-details-block {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.help-page .help-details-block .head {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .help-page .help-details-block .head {
    margin-top: 20px;
    margin-left: 0;
  }
}
.help-page .help-details-block .head .small-heading {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.help-page .help-details-block ul {
  padding-left: 0;
}
.help-page .help-details-block ul li {
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 35px 0;
}
.help-page .help-details-block ul li:last-child {
  border: 0;
}
.help-page .help-details-block ul li .img-custom,
.help-page .help-details-block ul li .custom-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.help-page .help-details-block ul li .img-custom .small-heading,
.help-page .help-details-block ul li .custom-text .small-heading {
  margin-top: 0;
}
@media (max-width: 991px) {
  .help-page .help-details-block ul li .img-custom .small-heading,
  .help-page .help-details-block ul li .custom-text .small-heading {
    text-align: center;
  }
}
.help-page .help-details-block ul li .img-custom .fa-light,
.help-page .help-details-block ul li .custom-text .fa-light {
  width: 64px;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 300;
  padding: 15px;
  border: 2px solid #002663;
  border-radius: 50%;
  color: #002663;
}
@media (max-width: 991px) {
  .help-page .help-details-block ul li .img-custom,
  .help-page .help-details-block ul li .custom-text {
    display: block;
  }
}
@media (max-width: 991px) {
  .help-page .help-details-block ul li .img-custom {
    margin-bottom: 10px;
  }
}
.help-page .help-details-block ul li .custom-text {
  margin-left: 30px;
}
.help-page .follow-block {
  margin-top: 40px;
  margin-left: 200px;
}
@media (max-width: 991px) {
  .help-page .follow-block {
    margin-left: 0;
  }
}
.help-page .follow-block .follow-text {
  color: #101010;
  font-weight: 500;
}
@media (min-width: 991px) {
  .help-page .follow-block .follow-text {
    font-size: 20px;
  }
}
.help-page .follow-block .small-text {
  font-size: 12px;
  color: #101010;
}
@media (min-width: 991px) {
  .help-page .follow-block .small-text {
    font-size: 14px;
  }
}
.help-page .follow-block .follow-rydeus {
  color: #101010;
}
@media (min-width: 991px) {
  .help-page .follow-block .follow-rydeus {
    font-size: 16px;
  }
}
.help-page .follow-block .follow-rydeus i {
  margin-left: 20px;
  color: #090d27;
}

.landing-hero-wrap {
  background-image: url(/storage/images/home/landing.jpg);
  display: table;
  width: 100%;
  min-height: 300px;
}
.landing-hero-wrap .main-heading {
  display: table-cell;
  vertical-align: middle;
}

.landing-description {
  color: #101010;
  line-height: 1.88;
  font-size: 16px;
  text-align: center;
}

.landing_page-section {
  background: #f9f9f9;
}
.landing_page-section .sub-heading {
  color: #101010;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}
@media (max-width: 991px) {
  .landing_page-section .sub-heading {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .landing_page-section .sub-heading {
    font-size: 23px;
  }
}

.prearrage-hero-wrap {
  background-image: url("/storage/images/pre_arranged.jpg");
}

.pre-arranged_page .description {
  margin-bottom: 0;
  line-height: 26px;
  color: #101010;
}
.pre-arranged_page a {
  color: #090d27;
  text-decoration: underline;
}
.pre-arranged_page ul {
  margin-bottom: 0;
  margin-top: 15px;
}
.pre-arranged_page ul li {
  margin-bottom: 10px;
}

.your-choice .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
.your-choice .row .col-sm-4 {
  padding: 0 20px;
  margin-bottom: 40px;
}
.your-choice .row .col-sm-4 .choice-content {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  padding: 40px;
  height: 100%;
  padding-bottom: 20px;
}
.your-choice .row .col-sm-4 .choice-content .choice-image {
  margin-bottom: 20px;
}
.your-choice .row .col-sm-4 .choice-content .choice-image img {
  vertical-align: middle;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.your-choice .row .col-sm-4 .choice-content .choice-text h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 15px;
}
.your-choice .row .col-sm-4 .choice-content .choice-text p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #101010;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .your-choice .row .col-sm-4 {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .your-choice .row .col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .your-choice .row {
    margin: 0 -10px -40px;
  }
}

.contact-us-hero-wrap {
  background-image: url("/storage/images/contact-banner.jpg");
}

.contact_info {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .contact_info {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contact_info {
    padding-bottom: 60px;
  }
}
.contact_info .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .contact_info .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .contact_info .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .contact_info .row {
    margin-bottom: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contact_info .col-sm-4 {
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .contact_info .col-sm-4 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .contact_info .col-sm-4 {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .contact_info .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 15px;
  }
}
.contact_info .col-sm-4 .info_wrap {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 56px 80px;
  height: 100%;
}
@media (max-width: 1440px) {
  .contact_info .col-sm-4 .info_wrap {
    padding: 65px 62px;
  }
}
@media (max-width: 1200px) {
  .contact_info .col-sm-4 .info_wrap {
    padding: 66px 34px;
  }
}
@media (max-width: 991px) {
  .contact_info .col-sm-4 .info_wrap {
    height: 280px;
    padding: 36px 15px;
  }
}
@media (max-width: 767px) {
  .contact_info .col-sm-4 .info_wrap {
    padding: 39px 20px;
    height: auto;
  }
}
.contact_info .col-sm-4 .info_wrap .info_img {
  margin-bottom: 20px;
}
.contact_info .col-sm-4 .info_wrap .info_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70px;
  width: 70px;
}
@media (max-width: 767px) {
  .contact_info .col-sm-4 .info_wrap .info_img img {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 567px) {
  .contact_info .col-sm-4 .info_wrap .info_img img {
    height: 50px;
    width: 50px;
  }
}
.contact_info .col-sm-4 .info_wrap h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #101010;
}
.contact_info .col-sm-4 .info_wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #101010;
  word-wrap: break-word;
}
@media (min-width: 991px) {
  .contact_info .col-sm-4 .info_wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact_info .col-sm-4 .info_wrap p {
    margin-bottom: 0px;
  }
}
.contact_info .col-sm-4 .info_wrap p a {
  color: #101010;
  font-size: 14px;
}
.contact_info .col-sm-4 .info_wrap p a:hover {
  text-decoration: none;
}

.missisauga_map .map_wrap img {
  width: 100%;
  height: auto;
}

.service_detail .service_detail_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.service_detail .service_detail_row .service_detail_left {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .service_detail .service_detail_row .service_detail_left {
    width: 100%;
  }
}
.service_detail .service_detail_row .service_detail_right {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .service_detail .service_detail_row .service_detail_right {
    width: 100%;
  }
}
.service_detail .home_page_form {
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media (max-width: 1199px) {
  .service_detail .home_page_form {
    padding: 0;
  }
}
.service_detail .choice-image {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .service_detail .choice-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service_detail .choice-image {
    margin-bottom: 25px;
  }
}
.service_detail .choice-image img {
  max-width: 100%;
  border-radius: 10px;
}
.service_detail .choice-text {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .service_detail .choice-text {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .service_detail .choice-text {
    margin-bottom: 30px;
  }
}
.service_detail .choice-text h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  color: #090d27;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .service_detail .choice-text h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .service_detail .choice-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service_detail .choice-text h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.service_detail .choice-text h4,
.service_detail .choice-text h3 {
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  color: #090d27;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .service_detail .choice-text h4,
  .service_detail .choice-text h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .service_detail .choice-text h4,
  .service_detail .choice-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .service_detail .choice-text h4,
  .service_detail .choice-text h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.service_detail .choice-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .service_detail .choice-text p {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .service_detail .choice-text p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service_detail .choice-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.service_detail .choice-text p:last-child {
  margin-bottom: 0;
}
.service_detail .choice-text p a {
  color: #159959;
  text-decoration: underline;
  font-weight: 700;
}

.hero-block-style.fleet_hero_sec {
  background-image: url("/storage/images/fleet-banner.jpg");
}
@media (max-width: 767px) {
  .hero-block-style.fleet_hero_sec {
    background-image: url("/storage/images/fleet-banner-mob.jpg");
  }
}

.fleet_vehicles_sec {
  background-color: #ecf2f9;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .fleet_vehicles_sec {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .fleet_vehicles_sec {
    padding: 0 15px;
  }
}
.fleet_vehicles_sec .fleet_vehicles_img {
  text-align: center;
}
.fleet_vehicles_sec .fleet_vehicles_img img {
  height: auto;
  max-width: 100%;
  margin-top: -80px;
}
@media (max-width: 991px) {
  .fleet_vehicles_sec .fleet_vehicles_img img {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .fleet_vehicles_sec .fleet_vehicles_img img {
    margin-top: -40px;
  }
}
@media (max-width: 575px) {
  .fleet_vehicles_sec .fleet_vehicles_img img {
    margin-top: -25px;
  }
}

.luxuary_fleet_sec .main_title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .luxuary_fleet_sec .main_title {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .luxuary_fleet_sec .main_title {
    margin-bottom: 15px;
  }
}
.luxuary_fleet_sec .luxuary_fleet_txt {
  text-align: center;
}
.luxuary_fleet_sec .luxuary_fleet_txt p {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .luxuary_fleet_sec .luxuary_fleet_txt p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .luxuary_fleet_sec .luxuary_fleet_txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.luxuary_fleet_sec .luxuary_fleet_txt p:last-child {
  margin-bottom: 0;
}

.booking_remember_sec .booking_remember_txt li,
.booking_remember_sec .booking_remember_txt p {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .booking_remember_sec .booking_remember_txt li,
  .booking_remember_sec .booking_remember_txt p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .booking_remember_sec .booking_remember_txt li,
  .booking_remember_sec .booking_remember_txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.booking_remember_sec .booking_remember_txt li:last-child,
.booking_remember_sec .booking_remember_txt p:last-child {
  margin-bottom: 0;
}
.booking_remember_sec .booking_remember_txt ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .booking_remember_sec .booking_remember_txt ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .booking_remember_sec .booking_remember_txt ul {
    margin-bottom: 20px;
  }
}
.booking_remember_sec .booking_remember_txt ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .booking_remember_sec .booking_remember_txt ul li {
    margin-bottom: 15px;
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .booking_remember_sec .booking_remember_txt ul li {
    padding-left: 22px;
    margin-bottom: 10px;
  }
}
.booking_remember_sec .booking_remember_txt ul li:last-child {
  margin-bottom: 0;
}
.booking_remember_sec .booking_remember_txt ul li:before {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 0px;
  color: #169a5a;
}

@media (max-width: 1199px) {
  .hero_sec.booking_page .hero_form .home_page_form {
    padding: 60px 0 60px;
  }
}
@media (max-width: 575px) {
  .hero_sec.booking_page .hero_form .home_page_form {
    padding: 50px 15px 50px;
  }
}

/* ========= airport we serve section start ========== */
.airport_serve {
  background-color: #ecf2f9;
}
.airport_serve .main_title {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.airport_serve .airport_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1199px) {
  .airport_serve .airport_cards {
    gap: 30px;
  }
}
.airport_serve .airport_cards .airport_card {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1199px) {
  .airport_serve .airport_cards .airport_card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .airport_serve .airport_cards .airport_card {
    width: 100%;
  }
}
.airport_serve .airport_cards .airport_card figure {
  height: 100%;
}
.airport_serve .airport_cards .airport_card figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.airport_serve .airport_cards .airport_card h3 {
  background-color: rgba(9, 13, 39, 0.8);
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 25px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .airport_serve .airport_cards .airport_card h3 {
    padding: 20px;
    line-height: 1.6;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .airport_serve .airport_cards .airport_card h3 {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .airport_serve .airport_cards .airport_card h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .airport_serve .airport_cards .airport_card h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
.airport_serve .airport_cards .airport_card h3 a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  transition: 0.2s;
}
.airport_serve .airport_cards .airport_card h3 a:hover {
  color: #169a5a;
}

/* ========= airport we serve section end ========== */
/* ========= exclusive features section start ========== */
.exclusive_feature .feature_list {
  max-width: 950px;
  margin: 0 auto;
}
.exclusive_feature .feature_list ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: auto auto;
  padding-left: 0px;
}
@media (max-width: 575px) {
  .exclusive_feature .feature_list ul {
    grid-template-columns: auto;
  }
}
.exclusive_feature .feature_list ul li {
  line-height: 2.1;
  position: relative;
  margin-left: 100px;
  color: #090d27;
  font-weight: 500;
}
@media (max-width: 767px) {
  .exclusive_feature .feature_list ul li {
    margin-left: 50px;
  }
}
.exclusive_feature .feature_list ul li::before {
  position: absolute;
  content: url("");
  height: 10px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  background: linear-gradient(228deg, #07c1f9 0%, #5f63bf 100%);
}
@media (max-width: 991px) {
  .exclusive_feature .feature_list ul li::before {
    height: 8px;
    width: 8px;
    left: -15px;
  }
}
@media (max-width: 575px) {
  .exclusive_feature .feature_list ul li::before {
    height: 6px;
    width: 6px;
    left: -15px;
  }
}

/* ========= exclusive features section end ========== */
/* ========= book ride steps video section start ========== */
.book_ride_steps {
  background-color: #0155b7;
}
.book_ride_steps .for-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .book_ride_steps .for-mobile {
    display: block;
  }
}
.book_ride_steps .for-mobile.padding-wrap {
  padding-bottom: 0px;
}
.book_ride_steps .for-mobile.padding-wrap h2 {
  color: #fff;
}
.book_ride_steps .for-mobile.padding-wrap p {
  color: #fff;
  font-weight: 400;
}
.book_ride_steps .content-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 991px) {
  .book_ride_steps .content-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0px;
  }
}
.book_ride_steps .content-wrapper .book-from-step-gif.padding-wrap {
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .book_ride_steps .content-wrapper .book-from-step-gif.padding-wrap {
    padding-top: 0px;
  }
}
.book_ride_steps .content-wrapper .book-from-step-gif.padding-wrap video {
  vertical-align: bottom;
}
@media (min-width: 991px) {
  .book_ride_steps .content-wrapper .book-from-step-gif.padding-wrap video {
    margin-left: -40px;
  }
}
@media (max-width: 575px) {
  .book_ride_steps .content-wrapper .book-from-step-gif.padding-wrap video {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .book_ride_steps .content-wrapper .padding-wrap {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .book_ride_steps .content-wrapper .padding-wrap .main_title {
    display: none;
  }
}
.book_ride_steps .content-wrapper .padding-wrap .main_title h2 {
  color: #fff;
}
.book_ride_steps .content-wrapper .padding-wrap .main_title p {
  color: #fff;
  font-weight: 500;
}
.book_ride_steps .content-wrapper .padding-wrap .steps {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .book_ride_steps .content-wrapper .padding-wrap .steps {
    grid-template-columns: repeat(2, auto);
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .book_ride_steps .content-wrapper .padding-wrap .steps {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .book_ride_steps .content-wrapper .padding-wrap .steps .step {
    max-width: 280px;
  }
}
.book_ride_steps .content-wrapper .padding-wrap .steps .step span {
  margin-bottom: 20px;
  display: inline-block;
}
.book_ride_steps .content-wrapper .padding-wrap .steps .step p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}
.book_ride_steps .content-wrapper .padding-wrap .book-ride {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .book_ride_steps .content-wrapper .padding-wrap .book-ride {
    flex-direction: column;
    justify-content: center;
  }
}
.book_ride_steps .content-wrapper .padding-wrap .book-ride p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .book_ride_steps .content-wrapper .padding-wrap .book-ride p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .book_ride_steps .content-wrapper .padding-wrap .book-ride p {
    text-align: center;
    font-size: 16px;
  }
}
.book_ride_steps .content-wrapper .padding-wrap .book-ride a {
  padding: 14px 28px;
  font-size: 16px;
  white-space: nowrap;
}

/* ========= book ride steps video section end ========== */
/* ========= toronto-area-new-page section start ========== */
.faq-wrapper .faq {
  border-bottom: 1px solid rgba(71, 71, 71, 0.2117647059);
}
.faq-wrapper .faq h4 {
  padding: 30px 20px;
  padding-right: 40px !important;
  position: relative;
  margin: 0;
  font-size: 16px;
  color: #090d27;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-wrapper .faq h4 {
    padding: 25px 10px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq h4 {
    padding: 20px 10px;
  }
}
.faq-wrapper .faq h4:not(:first-child) {
  border-top: 1px solid rgba(71, 71, 71, 0.2117647059);
}
.faq-wrapper .faq h4::after {
  content: "\f107";
  color: #090d27;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  display: block;
  transition: 0.4s;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 575px) {
  .faq-wrapper .faq h4::after {
    font-size: 18px;
  }
}
.faq-wrapper .faq h4.up::after {
  content: "\f106";
}
.faq-wrapper .faq .faq-content {
  margin: 0;
  padding: 0 20px 30px 20px;
  color: #090d27;
}
@media (max-width: 767px) {
  .faq-wrapper .faq .faq-content {
    padding: 0 10px 25px 10px;
  }
}

/* ========= toronto-area-new-page section end ========== */
/* Locate me address styling */
@media (max-width: 1440px) {
  #home_ride_form .input-box, #home_ride_form1 .input-box {
    max-width: 315px;
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  #home_ride_form .input-box, #home_ride_form1 .input-box {
    max-width: 515px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #home_ride_form .input-box, #home_ride_form1 .input-box {
    max-width: 440px;
  }
}
@media (max-width: 480px) {
  #home_ride_form .input-box, #home_ride_form1 .input-box {
    margin: 0 10px;
  }
}
#home_ride_form .input-box #pickup-addresss .locate_me, #home_ride_form .input-box #pickup-addresss .dropof_locate_me, #home_ride_form .input-box #dropof-addresss .locate_me, #home_ride_form .input-box #dropof-addresss .dropof_locate_me, #home_ride_form1 .input-box #pickup-addresss .locate_me, #home_ride_form1 .input-box #pickup-addresss .dropof_locate_me, #home_ride_form1 .input-box #dropof-addresss .locate_me, #home_ride_form1 .input-box #dropof-addresss .dropof_locate_me {
  position: absolute;
  top: 50%;
  right: 11px;
  cursor: pointer;
  transform: translateY(-50%);
}
#home_ride_form .input-box #pickup-addresss .locate_me .fa-street-view, #home_ride_form .input-box #pickup-addresss .dropof_locate_me .fa-street-view, #home_ride_form .input-box #dropof-addresss .locate_me .fa-street-view, #home_ride_form .input-box #dropof-addresss .dropof_locate_me .fa-street-view, #home_ride_form1 .input-box #pickup-addresss .locate_me .fa-street-view, #home_ride_form1 .input-box #pickup-addresss .dropof_locate_me .fa-street-view, #home_ride_form1 .input-box #dropof-addresss .locate_me .fa-street-view, #home_ride_form1 .input-box #dropof-addresss .dropof_locate_me .fa-street-view {
  font-size: 20px;
}
#home_ride_form .input-box #pickup-addresss1 .locate_me, #home_ride_form .input-box #pickup-addresss1 .dropof_locate_me, #home_ride_form .input-box #dropof-addresss1 .locate_me, #home_ride_form .input-box #dropof-addresss1 .dropof_locate_me, #home_ride_form1 .input-box #pickup-addresss1 .locate_me, #home_ride_form1 .input-box #pickup-addresss1 .dropof_locate_me, #home_ride_form1 .input-box #dropof-addresss1 .locate_me, #home_ride_form1 .input-box #dropof-addresss1 .dropof_locate_me {
  position: absolute;
  top: 50%;
  right: 11px;
  cursor: pointer;
  transform: translateY(-50%);
}
#home_ride_form .input-box #pickup-addresss1 .locate_me .fa-street-view, #home_ride_form .input-box #pickup-addresss1 .dropof_locate_me .fa-street-view, #home_ride_form .input-box #dropof-addresss1 .locate_me .fa-street-view, #home_ride_form .input-box #dropof-addresss1 .dropof_locate_me .fa-street-view, #home_ride_form1 .input-box #pickup-addresss1 .locate_me .fa-street-view, #home_ride_form1 .input-box #pickup-addresss1 .dropof_locate_me .fa-street-view, #home_ride_form1 .input-box #dropof-addresss1 .locate_me .fa-street-view, #home_ride_form1 .input-box #dropof-addresss1 .dropof_locate_me .fa-street-view {
  font-size: 20px;
}

.pt-with-breadcrumb {
  padding-top: 40px !important;
}
@media (max-width: 1440px) {
  .pt-with-breadcrumb {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .pt-with-breadcrumb {
    padding-top: 20px !important;
  }
}

.company-main-row .company-hero-wrap {
  background-image: url("/storage/images/new-design/company-bg-banner.jpg");
}
.company-main-row .breadcrumb-block {
  background-color: #ebf1fa;
}
.company-main-row .company-philosophy-experience {
  background-color: #ebf1fa;
}
.company-main-row .company-philosophy-experience .main_title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #090d27;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .company-main-row .company-philosophy-experience .main_title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .company-main-row .company-philosophy-experience .main_title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .company-philosophy-experience .main_title h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.company-main-row .company-philosophy-experience .main_title p {
  font-weight: 500;
  line-height: 1.6;
}
.company-main-row .company-philosophy-experience .experience-wrap .main-heading {
  max-width: 560px;
  margin-top: 5%;
  font-size: 36px;
  color: #090d27;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .company-main-row .company-philosophy-experience .experience-wrap .main-heading {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .company-main-row .company-philosophy-experience .experience-wrap .main-heading {
    max-width: unset;
    text-align: center;
    margin-top: unset;
  }
}
@media (max-width: 767px) {
  .company-main-row .company-philosophy-experience .experience-wrap .main-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .company-philosophy-experience .experience-wrap .main-heading {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.company-main-row .company-philosophy-experience .experience-wrap .experience-text {
  max-width: 560px;
}
@media (max-width: 991px) {
  .company-main-row .company-philosophy-experience .experience-wrap .experience-text {
    max-width: unset;
  }
}
.company-main-row .company-philosophy-experience .experience-wrap .experience-text .description {
  color: #000;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 991px) {
  .company-main-row .company-philosophy-experience .experience-wrap .experience-text .description {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company-main-row .company-philosophy-experience .experience-wrap .experience-text .description {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .company-philosophy-experience .experience-wrap .experience-text .description {
    font-size: 14px;
  }
}
.company-main-row .company-philosophy-experience .experience-wrap figure {
  border-radius: 10px;
  overflow: hidden;
}
.company-main-row .company-philosophy-experience .experience-wrap figure img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.company-main-row .service-standards {
  padding-bottom: 0px;
}
.company-main-row .service-standards .heading-description {
  margin-bottom: 50px;
}
.company-main-row .service-standards .heading-description h2.section-heading {
  font-size: 36px;
  line-height: 1.4;
  color: #090d27;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .company-main-row .service-standards .heading-description h2.section-heading {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .company-main-row .service-standards .heading-description h2.section-heading {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .company-main-row .service-standards .heading-description h2.section-heading {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .company-main-row .service-standards .heading-description h2.section-heading {
    font-size: 24px;
    line-height: 1.3;
  }
}
.company-main-row .service-standards .heading-description .description {
  margin-bottom: 0px;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 991px) {
  .company-main-row .service-standards .heading-description .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company-main-row .service-standards .heading-description .description {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .service-standards .heading-description .description {
    font-size: 14px;
  }
}
.company-main-row .service-standards .standards-wrap {
  display: flex;
  flex-wrap: wrap;
}
.company-main-row .service-standards .standards-wrap .standards-points {
  width: 33.33%;
  height: 25vw;
  max-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 15px;
}
@media (max-width: 1199px) {
  .company-main-row .service-standards .standards-wrap .standards-points {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .company-main-row .service-standards .standards-wrap .standards-points {
    width: 100%;
  }
}
.company-main-row .service-standards .standards-wrap .standards-points h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  max-width: 65%;
  margin: 0px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .company-main-row .service-standards .standards-wrap .standards-points h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .company-main-row .service-standards .standards-wrap .standards-points h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .company-main-row .service-standards .standards-wrap .standards-points h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .company-main-row .service-standards .standards-wrap .standards-points h4 br {
    display: none;
  }
}
.company-main-row .thanks-team-main .main_title p {
  font-weight: 500;
  line-height: 1.6;
}
.company-main-row .thanks-team-main .thanks-team-wrap .main-heading {
  max-width: 560px;
  margin-top: 60px;
  color: #090d27;
  text-transform: capitalize;
  margin-left: auto;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .main-heading {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .main-heading {
    max-width: unset;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .main-heading {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .main-heading {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.company-main-row .thanks-team-main .thanks-team-wrap .thanks-team-text {
  max-width: 560px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .thanks-team-text {
    max-width: unset;
    text-align: center;
  }
}
.company-main-row .thanks-team-main .thanks-team-wrap .thanks-team-text .description {
  color: #000;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 991px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .thanks-team-text .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .thanks-team-text .description {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .thanks-team-main .thanks-team-wrap .thanks-team-text .description {
    font-size: 14px;
  }
}
.company-main-row .thanks-team-main .thanks-team-wrap figure {
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.09));
}
.company-main-row .thanks-team-main .thanks-team-wrap figure img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.company-main-row .luxury-experience {
  background-image: url("/storage/images/new-design/luxury-experience-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.company-main-row .luxury-experience .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.company-main-row .luxury-experience .content-wrapper .heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .company-main-row .luxury-experience .content-wrapper .heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .company-main-row .luxury-experience .content-wrapper .heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .luxury-experience .content-wrapper .heading {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.company-main-row .luxury-experience .content-wrapper .description {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 991px) {
  .company-main-row .luxury-experience .content-wrapper .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company-main-row .luxury-experience .content-wrapper .description {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .company-main-row .luxury-experience .content-wrapper .description {
    font-size: 14px;
  }
}
.company-main-row .luxury-experience .content-wrapper .comn_btn {
  text-align: center;
}
.co-operate-bg {
  background-image: url("/storage/images/inner_page/co-operate-bg.jpg");
  padding: 150px 0;
}

.text-left {
  text-align: left !important;
}

.pt-2 {
  padding-top: 20px;
}

.mb-1 {
  margin-bottom: 10px;
}

.img-fluid {
  width: 100%;
}

.align-vertical {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.align-vertical .img-fluid {
  margin-top: 0;
}
@media (max-width: 991px) {
  .align-vertical .img-fluid {
    margin-top: 30px;
  }
}

.blue-bg-sec.why-us-main {
  background-color: #030626;
  background-image: none;
  margin-top: 100px;
}
.blue-bg-sec.why-us-main .text-white {
  color: #fff;
}
.blue-bg-sec.why-us-main .cards {
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .blue-bg-sec.why-us-main .cards {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .blue-bg-sec.why-us-main .cards {
    gap: 15px;
  }
}
.blue-bg-sec.why-us-main .cards .card {
  text-align: center;
  padding: 45px 40px;
  max-width: calc(33% - 30px);
  border-radius: 0;
}
@media (max-width: 991px) {
  .blue-bg-sec.why-us-main .cards .card {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .blue-bg-sec.why-us-main .cards .card {
    padding: 15px;
  }
}
.blue-bg-sec.why-us-main .cards h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .blue-bg-sec.why-us-main .cards h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.blue-bg-sec.why-us-main .cards .card-text {
  margin-bottom: 0 !important;
  font-weight: 600 !important;
}

.custom-form {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .custom-form {
    padding-top: 40px;
  }
}
.custom-form .main_title {
  margin-bottom: 15px;
}
.custom-form h2 {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 30px;
}
.custom-form .form-group {
  margin-bottom: 35px;
  position: relative;
}
.custom-form .form-group h4 {
  font-size: 18px;
  font-weight: 600;
  color: #090d27;
  margin-bottom: 15px;
  margin-top: 15px;
}
.custom-form .form-control {
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  height: 50px;
  box-shadow: none;
  font-weight: 600;
}
.custom-form .form-control:focus {
  box-shadow: none;
  border-color: #c2c2c2;
}
.custom-form .border-b {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.custom-form h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
}
.custom-form .primary-main_btn {
  padding: 16px 40px !important;
  margin-top: 10px;
}
.custom-form .validation-error, .custom-form .validation-message {
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: -35px;
}

.right_colmn {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 0;
  min-height: 624px;
}

.customer-view .tooltip.in {
  opacity: 1 !important;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  transition: initial;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.customer-view .tooltip-inner {
  background-color: #101010;
  color: #ffffff;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  box-shadow: 5.3px 10.8px 17.6px 0.4px rgba(70, 80, 101, 0.45);
}
.customer-view .tooltip-inner ul {
  padding-left: 0px;
}
.customer-view .tooltip-inner ul li {
  color: #ffffff;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  min-height: auto !important;
  padding-left: 14px;
}
.customer-view .tooltip-inner ul li::before {
  content: "\f192";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 8px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.customer-view .tooltip-inner p {
  color: #ffffff !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .customer-view .filter-btn {
    display: inline-block;
    position: fixed;
    display: inline-block;
    transition: left 0.4s ease;
    left: 0;
    top: 262px;
    font-size: 20px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #002663;
    padding: 10px 15px;
    z-index: 99;
  }
}

.side-bar {
  max-width: 290px;
  float: left;
  background: #ffffff;
  width: 100%;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
  transition: left 0.4s ease-in-out;
  z-index: 9999;
}
@media (max-width: 991px) {
  .side-bar {
    left: -290px;
    top: 0;
    height: 100%;
    position: fixed;
  }
}
.side-bar .menu_section .side-menu li {
  border-bottom: 1px solid #e7e7e7;
}
.side-bar .menu_section .side-menu li a {
  color: #101010;
  font-size: 16px;
  padding: 18px 15px;
}
.side-bar .menu_section .side-menu li a i {
  margin-right: 5px;
}
.side-bar .menu_section .side-menu li a:hover {
  color: #090d27;
  background-color: #ffffff;
}
.side-bar .menu_section .side-menu li:hover {
  background: #ffffff;
  border-right: 5px solid #090d27;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0784313725);
}
.side-bar .menu_section .side-menu .active {
  background: #ffffff;
  border-right: 5px solid #090d27;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0784313725);
}
.side-bar .menu_section .side-menu .active a {
  color: #090d27;
}

.filter-in-menu {
  z-index: 99;
  left: 300px;
  transition: left 0.4s ease;
}

.customer-content {
  width: calc(100% - 328px);
  margin-left: 15px;
  float: left;
}
@media (max-width: 991px) {
  .customer-content {
    width: 100%;
    margin-left: 0;
  }
}
.customer-content .content-wrap {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
  background: #ffffff;
  border-radius: 4px;
  padding: 0 20px;
  padding-bottom: 20px;
}
.customer-content .content-wrap select,
.customer-content .content-wrap .input-text {
  width: 100%;
  padding: 7px 8px;
  height: 40px;
  box-shadow: none;
}
.customer-content .content-wrap select::-moz-placeholder, .customer-content .content-wrap .input-text::-moz-placeholder {
  color: #a9acb7;
}
.customer-content .content-wrap select::placeholder,
.customer-content .content-wrap .input-text::placeholder {
  color: #a9acb7;
}
.customer-content .content-wrap select:focus,
.customer-content .content-wrap .input-text:focus {
  border-color: #669cf7;
  outline: 0;
  box-shadow: none;
}
.customer-content .content-wrap .delete-button {
  display: inline-block;
  margin-left: 5px;
}
.customer-content .content-wrap .delete-button .remove-btn-simple {
  background-color: transparent;
  color: #337ab7;
  border: 0;
}
.customer-content .content-wrap .main-heading {
  margin: 20px 0;
  font-size: 27px;
  font-weight: 500;
  text-transform: none;
}
.customer-content .content-wrap .main-heading::after {
  display: none;
}
@media (max-width: 767px) {
  .customer-content .content-wrap .main-heading {
    font-size: 22px;
  }
}
.customer-content .content-wrap .active-tag {
  font-weight: 600;
  margin-bottom: 5px;
  color: #838383;
}
.customer-content .content-wrap .switch-toggle {
  margin-left: 0;
  margin-top: 10px;
}
.customer-content .content-wrap label {
  color: #838383;
  font-weight: 600;
}
.customer-content .content-wrap .form-block {
  border-radius: 4px;
  margin-top: 20px;
}
.customer-content .content-wrap .table-wrap {
  margin-top: 30px;
}
.customer-content .content-wrap .create-data {
  margin-bottom: 20px;
}
.customer-content .content-wrap .view-wrap {
  margin-top: 30px;
}
.customer-content .content-wrap .view-wrap table {
  border: 1px solid #d9dee3;
  margin-bottom: 0;
}
.customer-content .content-wrap .view-site {
  max-height: 323px;
  overflow-y: auto;
}
.customer-content .content-wrap .table-responsive {
  margin-bottom: 10px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.customer-content .content-wrap .table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.customer-content .content-wrap .table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.customer-content .content-wrap .table-responsive::-webkit-scrollbar-thumb {
  background: #337ab7;
  border-radius: 5px;
}
.customer-content .content-wrap .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #337ab7;
}
.customer-content .content-wrap .form-wrap {
  margin-top: 30px;
}
.customer-content .content-wrap .form-wrap .create-btn {
  padding: 10px 22px;
}
.customer-content .content-wrap table {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .customer-content .content-wrap table {
    white-space: nowrap;
  }
}
.customer-content .content-wrap table .input-group-addon {
  padding: 6px 2px;
}
.customer-content .content-wrap table .input-daterange .form-control {
  padding: 6px;
}
.customer-content .content-wrap table thead {
  background: #101010;
}
.customer-content .content-wrap table thead tr th {
  color: #ffffff;
  border: 1px solid rgba(221, 221, 221, 0.5803921569);
}
.customer-content .content-wrap table thead tr th:last-child {
  text-align: center;
}
.customer-content .content-wrap table tbody tr th {
  width: 30%;
  border-right: 1px solid #d9dee3;
  text-transform: capitalize;
}
.customer-content .content-wrap table tbody tr td {
  vertical-align: middle;
}
.customer-content .content-wrap table tbody tr td img {
  width: 250px;
  height: 200px;
}
.customer-content .content-wrap table tbody tr td:last-child {
  width: 210px;
}
.customer-content .content-wrap .heading-tag {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #ededed;
}
.customer-content .content-wrap .heading-tag .main-heading, .customer-content .content-wrap .heading-tag .book-ride-button {
  display: inline-block;
}
.customer-content .content-wrap .heading-tag .book-ride-button {
  float: right;
  font-weight: 600;
  margin: 16px 0;
}
@media (max-width: 567px) {
  .customer-content .content-wrap .heading-tag .book-ride-button {
    display: none;
  }
}
.customer-content .content-wrap .heading-tag .sm-book-show {
  float: right;
  font-weight: 600;
  margin: 16px 0;
  display: inline-block;
}
.customer-content .content-wrap .heading-tag .sm-book-show a {
  padding: 4px 10px !important;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
@media (min-width: 568px) {
  .customer-content .content-wrap .heading-tag .sm-book-show {
    display: none;
  }
}
.customer-content .content-wrap .custom-file-input {
  width: 183px;
  position: relative;
  padding: 0px;
  margin-bottom: 17px;
  margin-right: 20px;
  display: inline-block;
}
.customer-content .content-wrap .custom-file-input input {
  width: 183px;
  position: absolute;
  top: 0;
  opacity: 0;
  height: 40px;
  left: 0;
}
.customer-content .content-wrap .custom-file-input::before {
  width: 183px;
  content: "\f030  Upload Photo";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: rgba(255, 255, 255, 0.6705882353);
  border: 1px dashed #dddddd;
  border-radius: 3px;
  padding: 12px 27px;
  outline: none;
  color: black;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #ffffff;
  font-size: 14px;
  text-align: center;
}
.customer-content .content-wrap .switch-toggle-cust {
  cursor: pointer;
  text-indent: -9999px;
  width: 100px;
  height: auto;
  background: #ffffff;
  border-radius: 100px;
  border: 2px solid #ffb822;
  position: relative;
  overflow: hidden;
}
.customer-content .content-wrap .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.customer-content .content-wrap .onoffswitch-inner:before, .customer-content .content-wrap .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}
.customer-content .content-wrap .onoffswitch-inner:before {
  content: "ON";
  padding-right: 55px;
  background-color: #ffb822;
  color: #FFFFFF;
  text-align: right;
}
.customer-content .content-wrap .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #ffffff;
  color: #999999;
  text-align: right;
}
.customer-content .content-wrap .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 62px;
  border: 2px solid #ffb822;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.customer-content .content-wrap input:checked + .switch-toggle-cust {
  background: #ffb822;
}
.customer-content .content-wrap input:checked + .switch-toggle-cust .onoffswitch-inner {
  margin-left: 0;
}
.customer-content .content-wrap input:checked + .switch-toggle-cust .onoffswitch-switch {
  right: 0;
}
.customer-content .content-wrap input:checked + .switch-toggle-cust:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.welcome-heading {
  color: #989191;
  font-size: 22px;
  margin-bottom: 20px;
}

.news-data {
  background: #f6f6f6;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 10px;
  margin-top: 20px;
  position: relative;
}
.news-data .date-col {
  font-family: "Montserrat", sans-serif;
}
.news-data .date-col p {
  color: #101010;
  font-weight: 600;
  font-size: 18px;
}
.news-data .date-col .pickup_address span {
  color: #159959;
  margin: 0 7px;
  font-size: 20px;
  font-weight: 700;
}
.news-data .date-col .date-text {
  color: #7b7a7a;
  font-weight: 600;
  font-size: 16px;
}
.news-data .date-col .date-text b {
  font-weight: 800;
}
.news-data .status {
  text-align: right;
  font-weight: 600;
  width: 115px;
  float: right;
  min-height: 82px;
  position: relative;
}
.news-data .status .pay-btn {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #0ea279;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.news-data .date-month {
  float: left;
  width: 65px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.17), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 567px) {
  .news-data .date-month {
    float: none;
    margin-bottom: 10px;
  }
}
.news-data .date-month .month, .news-data .date-month .date {
  padding: 3px 14px;
  font-weight: 600;
  font-size: 20px;
}
.news-data .date-month .month {
  background: #159959;
  color: #ffffff;
}
.news-data .date-month .date {
  background: #ffffff;
  color: #101010;
  padding: 7px 14px;
  font-size: 22px;
}
.news-data .news-wrap {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: calc(100% - 200px);
}
@media (max-width: 567px) {
  .news-data .news-wrap {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.news-data .news-wrap .time-date {
  color: #101010;
}
.news-data .news-wrap .time-date ul {
  padding-left: 0;
}
.news-data .news-wrap .time-date ul li {
  list-style: none;
  margin-bottom: 8px;
}

.support-section {
  margin-top: 60px;
}
.support-section .support-list {
  padding-left: 0;
}
@media (max-width: 991px) {
  .support-section .support-list {
    text-align: center;
  }
}
.support-section .support-list li {
  list-style: none;
  width: 100px;
  height: 100px;
  background: #ffb822;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
}
@media (max-width: 991px) {
  .support-section .support-list li {
    display: inline-block;
    margin-right: 5px;
  }
}
.support-section .support-list li i {
  font-size: 24px;
}
.support-section .support-list li p {
  font-weight: 600;
  font-size: 16px;
}
.support-section .support-list li:first-child {
  background: #159959;
}
.support-section .support-list li .nav-link {
  padding: 26px 10px;
}
.support-section .support-list .active {
  background: #ffffff !important;
  color: #159959;
  border: 2px solid #159959;
}
.support-section .file-upload {
  display: inline-block;
  margin-bottom: 30px;
}
.support-section #fileList {
  padding-left: 0;
  display: inline-block;
}
.support-section #fileList li {
  list-style: none;
}
.support-section .file-select {
  width: 183px;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.support-section .file-select:before {
  width: 183px;
  content: "Choose File";
  display: inline-block;
  background: #337ab7;
  border-radius: 0;
  padding: 12px 27px;
  outline: none;
  color: #ffffff;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.support-section .file-select input {
  width: 183px;
  position: absolute;
  top: 0;
  opacity: 0;
  height: 40px;
  left: 0;
}
.support-section .phone-no-text {
  padding-left: 0;
}
.support-section .phone-no-text li {
  list-style: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.support-section .phone-no-text .create-btn {
  border-radius: 0;
  padding: 15px 20px;
}
.support-section .phone-no-text .create-btn a {
  color: #ffffff;
  text-decoration: none;
}
.support-section .phone-content {
  background: #e7e7e7;
  border-radius: 4px;
}
.support-section .phone-content .card-header {
  padding: 10px 25px;
  background: #101010;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.support-section .phone-content .phone-details {
  padding: 10px 25px;
}
.support-section .info-content.show {
  display: none !important;
}
.support-section .info-content.fade.active {
  display: block !important;
}
.support-section textarea {
  min-height: 115px;
}

.customer-view .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.customer-view .form-row > .col,
.customer-view .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.customer-view .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.customer-view .card-detail-new {
  background: #fff;
  padding: 20px 20px 0;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.customer-view .card-detail-new .label {
  color: rgb(76.5, 76.5, 76.5);
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.customer-view .card-detail-new .form-control {
  border: 0;
  border-bottom: 1px solid rgb(18.5625, 26.8125, 80.4375);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  height: 44px;
  padding: 14px 2px 12px 22px;
}
.customer-view .card-detail-new .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
}
.customer-view .card-detail-new .form-control::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
}
.customer-view .card-detail-new .form-control:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
}
.customer-view .card-detail-new .form-control:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
}
@media (max-width: 567px) {
  .customer-view .card-detail-new .col {
    flex-basis: auto;
  }
}
.customer-view .form-icon {
  position: relative;
}
.customer-view .form-icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  left: 0;
  color: #090d27;
  opacity: 0.8;
}
.customer-view .form-icon input {
  padding-left: 21px;
}
.customer-view .form-icon.card-number:before {
  content: "\f2c0";
}
.customer-view .form-icon.card-holder:before {
  content: "\f09d";
}
.customer-view .form-icon.card-expire:before {
  content: "\f073";
}
.customer-view .form-icon.secure-code:before {
  content: "\f023";
}
.customer-view .payment-blocks {
  margin: 0;
}
.customer-view .payment-blocks .upper-detail-block {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .customer-view .payment-blocks .upper-detail-block {
    display: flex;
    flex-flow: wrap;
  }
}
.customer-view .payment-blocks .input-title {
  margin: 30px 0;
  color: #101010;
  font-size: 18px;
}
@media (max-width: 991px) {
  .customer-view .payment-blocks .sub-heading {
    font-size: 20px;
  }
}
.customer-view .payment-blocks .left-panel {
  border: solid 1px #f1f1f1;
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  box-shadow: 3px 6px 8px 3px rgba(0, 0, 0, 0.1098039216);
}
@media (min-width: 1200px) {
  .customer-view .payment-blocks .left-panel {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .customer-view .payment-blocks .left-panel {
    margin-left: auto;
    margin-right: auto;
  }
}
.customer-view .payment-blocks .left-panel #payment-modal .panel-body {
  padding: 0;
}
.customer-view .payment-blocks .left-panel #payment-modal .choose-text {
  color: #101010;
  font-size: 16px;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  background: #ffffff;
  color: #1b1f23;
  padding: 10px;
  width: 100%;
  height: 45px;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type label {
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type label:hover {
  color: #090d27;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type label:hover::before {
  border: 2px solid #090d27;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  top: 0;
  color: #1b1f23;
  border: 1px solid #ccc;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type input[type=radio] {
  display: none;
  position: absolute;
  width: 25%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type input[type=radio]:checked + label {
  color: #090d27;
}
.customer-view .payment-blocks .left-panel #payment-modal .card-type input[type=radio]:checked + label:before {
  content: "";
  border: 2px solid #090d27;
}
.customer-view .payment-blocks .left-panel .create-btn {
  width: 100%;
  padding: 12px 0;
}
.customer-view .payment-blocks .left-panel .table-responsive {
  margin: 40px 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.customer-view .payment-blocks .left-panel .table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.customer-view .payment-blocks .left-panel .table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.customer-view .payment-blocks .left-panel .table-responsive::-webkit-scrollbar-thumb {
  background: #002663;
  border-radius: 5px;
}
.customer-view .payment-blocks .left-panel .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #002663;
}
.customer-view .payment-blocks .left-panel table {
  background-color: #ffffff;
  margin-bottom: 0;
}
.customer-view .payment-blocks .left-panel table tbody tr th {
  border-right: 0;
  font-weight: 400;
  width: 30%;
  color: #101010;
  font-size: 15px;
  padding: 10px;
  padding-left: 22px;
}
.customer-view .payment-blocks .left-panel table tbody tr td {
  color: #101010;
  border-right: 0;
  padding: 10px;
  padding-left: 22px;
  border-left: 0;
  font-size: 15px;
  width: 70%;
}
.customer-view .payment-blocks .left-panel table tbody tr td input {
  width: 100%;
  border: 0;
}
.customer-view .payment-blocks .left-panel table tbody tr td input:focus {
  outline: 0;
}
.customer-view .payment-blocks .left-panel table tbody tr .month-year, .customer-view .payment-blocks .left-panel table tbody tr .cvv {
  width: 100px;
}
.customer-view .payment-blocks .left-panel table tbody tr .month-year input {
  width: 35px;
}
.customer-view .payment-blocks .left-panel table tbody tr .card-no input {
  width: 156px;
}
@media (max-width: 1199px) {
  .customer-view .payment-blocks .left-panel table tbody tr .card-no input {
    width: 120px;
  }
}
.customer-view .payment-blocks .main-head {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.customer-view .payment-blocks .right-panel {
  border: solid 1px #f1f1f1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 6px 8px 3px rgba(0, 0, 0, 0.1098039216);
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-color: #fafafa;
}
@media (min-width: 1200px) {
  .customer-view .payment-blocks .right-panel {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .customer-view .payment-blocks .right-panel {
    float: none;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later input {
  width: 100%;
  max-width: 200px;
  height: 41px;
  padding: 8px 12px;
  font-weight: 500;
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later .primary-btn {
  max-width: unset;
  width: unset;
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later .validation-message {
  color: red;
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later .form-group.val_label {
  margin-bottom: 5px;
  display: flex;
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later .form-group.val_label input.text-input {
  max-width: 100%;
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later .form-group.val_label input.text-input:focus-visible {
  outline-width: 0;
  outline: -webkit-focus-ring-color auto 0px !important;
}
.customer-view .payment-blocks .right-panel .tax-body .coupon.pay-later .form-group.val_label input.text-input:focus {
  outline-width: 0;
  outline: -webkit-focus-ring-color auto 0px !important;
}
.customer-view .payment-blocks .right-panel .sub-heading, .customer-view .payment-blocks .right-panel .input-title, .customer-view .payment-blocks .right-panel .gst {
  display: inline-block;
}
.customer-view .payment-blocks .right-panel p {
  color: #101010;
  margin-bottom: 5px;
}
.customer-view .payment-blocks .right-panel .main-footer {
  margin: 10px 0;
}
.customer-view .payment-blocks .right-panel .input-title {
  margin-bottom: 10px;
}
.customer-view .payment-blocks .right-panel .right-side {
  float: right;
}
.customer-view .payment-blocks .tax-body {
  margin-top: 20px;
}
.customer-view .payment-blocks .tax-body .input-title {
  margin: 0;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .customer-view .payment-blocks .tax-body .input-title {
    width: 120px;
  }
}
@media (max-width: 567px) {
  .customer-view .payment-blocks .tax-body .input-title {
    width: 120px;
  }
}
.customer-view .payment-blocks .tax-body .gst {
  font-size: 14px;
  font-weight: normal;
}
.customer-view .payment-blocks .tax-body p {
  margin: 0;
}
.customer-view .payment-blocks .secure-icon {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.customer-view .payment-blocks .secure-icon img {
  margin-left: 28px;
}
@media (max-width: 991px) {
  .customer-view .payment-blocks .secure-icon img {
    margin-left: 12px;
  }
}
.customer-view .payment-blocks .new-card {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.customer-view .payment-blocks .new-card .table-responsive {
  margin: 10px 0;
  margin-bottom: 20px;
}
.customer-view .payment-blocks .new-card .validation-message {
  display: block;
}
.customer-view .payment-blocks .address_block {
  max-width: 270px;
}

.app_ride_data {
  display: none;
}

.customer-ride_app {
  display: none;
}

.filter_button {
  display: none;
}

@media (max-width: 480px) {
  .landing-page .navbar-default .navbar-header .navbar-toggle {
    float: left;
    left: auto;
    margin-top: 0;
    background: transparent;
  }
  .landing-page .navbar-default .navbar-header .navbar-toggle .icon-bar {
    width: 23px;
    height: 3px;
  }
  .landing-page .navbar-default .navbar-header .navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
  }
  .landing-page .navbar-default .icon-tab {
    top: 4px;
  }
  .landing-page .navbar-default .icon-tab .create-icon {
    margin-right: 0;
  }
  .landing-page .navbar-default .icon-tab .create-icon i {
    font-size: 22px;
  }
  .landing-page .navbar-default .icon-tab .app-hide {
    display: none !important;
  }
  .landing-page .app_section_hide {
    display: none;
  }
  .landing-page .home_page_form.app-home_form .input-box .btn-box {
    max-width: 100%;
  }
  .landing-page .home_page_form.app-home_form .input-box .btn-box .primary-main_btn {
    width: 100%;
  }
  .landing-page .home_page_form.app-home_form .input-title {
    font-size: 14px;
    font-weight: 400;
  }
  .landing-page .home_page_form.app-home_form .select-option label {
    font-size: 13px;
    font-weight: 400;
  }
  .landing-page .home_page_form.app-home_form .info-icon {
    position: relative;
  }
  .landing-page .home_page_form.app-home_form .info-icon .tooltiptext {
    visibility: hidden;
    max-width: 300px;
    background-color: #101010;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -38px;
    opacity: 0;
    transition: 0.3s;
    transform: translate3d(0px, 20px, 0px);
  }
  .landing-page .home_page_form.app-home_form .info-icon .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #101010 transparent transparent transparent;
  }
  .landing-page .home_page_form.app-home_form .info-icon:hover .tooltiptext {
    box-shadow: 5.3px 10.8px 17.6px 0.4px rgba(70, 80, 101, 0.45);
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .landing-page .ride-choice-wrap .app_choose_vehicle {
    display: block !important;
  }
  .landing-page .app_choose_vehicle .item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .landing-page .ride-choice-wrap .ride-listing .car-img {
    width: auto;
    padding: 0;
  }
  .landing-page .stick {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .landing-page .stick-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: -1px 2px 1px rgba(156, 136, 136, 0.4509803922);
  }
  @keyframes fadeheader {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .landing-page .app-footer_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 15px;
    background: #090d27;
    gap: 10px;
  }
  .landing-page .app-footer_btn.stick {
    display: flex;
  }
  .landing-page .app-footer_btn .primary-main_btn {
    font-size: 12px !important;
    width: 100%;
    border-radius: 0 !important;
    z-index: 999;
    padding: 15px 10px !important;
    height: auto !important;
    background-color: #23294d;
  }
  .landing-page .app-footer_btn .primary-main_btn.call-us {
    background-color: #23294d;
    border-color: #23294d;
  }
  .landing-page .app-footer_btn .primary-main_btn.book-ride {
    background-color: #159959;
    border-color: #159959;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .landing-page .app-footer_btn .primary-main_btn.book-ride:hover {
    color: #159959 !important;
  }
  .landing-page .user-public-menu {
    right: 0 !important;
  }
  .landing-page .rides-table table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .landing-page .rides-table table tbody tr {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .landing-page .rides-table table tbody tr td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    display: block;
    width: 100% !important;
  }
  .landing-page .rides-table table tbody tr td::before {
    position: absolute;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(1):before {
    content: "ID";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(2):before {
    content: "Payment ID";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(3):before {
    content: "Booking Date";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(4):before {
    content: "From";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(5):before {
    content: "To";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(6):before {
    content: "Paid Amount";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(7):before {
    content: "Status";
  }
  .landing-page .rides-table table tbody tr td:nth-of-type(8):before {
    content: "Action";
  }
  .landing-page .app_ride_data {
    display: block;
  }
  .landing-page .app_ride_data .news-data .date-col .pickup_address span {
    display: block;
  }
  .landing-page .app_ride_data .news-data .status {
    width: calc(100% - 70px);
  }
  .landing-page .app_ride_data .news-data .status .create-btn {
    margin-bottom: 10px;
  }
  .landing-page .app_ride_data .news-data .news-wrap {
    margin-top: 12px;
  }
  .landing-page .app_ride_data .news-data .view-btn i {
    font-size: 14px;
    padding-right: 6px;
  }
  .landing-page .ride-form .qty {
    text-align: left;
  }
  .landing-page .ride-form .qty button {
    margin-right: 5px;
  }
  .landing-page .ride-form .qty label {
    vertical-align: middle;
    width: 75%;
  }
  .landing-page .ride-form .primary-main_btn {
    width: 100%;
  }
  .landing-page .right-panel-vehicle .showing-result {
    display: none;
  }
  .landing-page .vehicle-name {
    text-align: center;
  }
  .landing-page .confirm-page .estimate-cost-wrap .btn-list {
    width: 100%;
  }
  .landing-page .confirm-page .estimate-cost-wrap .btn-list .primary-main_btn, .landing-page .confirm-page .estimate-cost-wrap .btn-list .create-acc-btn {
    width: 100%;
  }
  .landing-page .payment-blocks .address_block {
    max-width: 180px;
    width: 100%;
  }
  .landing-page .payment-blocks .right-panel {
    padding: 40px 12px 20px;
  }
  .landing-page .payment-blocks .right-panel .right-side {
    text-align: right;
    max-width: 100px;
    width: 100%;
  }
  .landing-page .login-section .login-page_btn {
    width: 100%;
  }
  .landing-page .login-section .sign_in-btn {
    width: 100%;
  }
  .landing-page .filter_button {
    display: block;
    width: 100%;
    background: #ffffff;
    border: 2px solid #e7e7e7;
    color: #7b7a7a;
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  .landing-page .filter_button i {
    margin-right: 5px;
  }
  .landing-page .filter_button:focus {
    outline: 0;
  }
  .landing-page .customer-ride_app .back-btn, .landing-page .customer-ride_app .reset-btn {
    width: 49%;
    text-align: center;
  }
  .landing-page .customer-ride_app input, .landing-page .customer-ride_app select {
    height: 40px;
  }
  .landing-page .ride-customer {
    display: none;
  }
  .landing-page .card_view_app .card-body {
    padding: 10px;
    background: linear-gradient(135deg, rgb(61, 61, 61) 0%, rgb(71, 71, 71) 12%, rgb(82, 82, 82) 25%, rgb(56, 56, 56) 39%, rgb(15, 15, 15) 61%, rgb(33, 33, 33) 66%, rgb(0, 0, 0) 79%, rgb(23, 23, 23) 91%, rgb(15, 15, 15) 100%);
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .landing-page .card_view_app .card-body img {
    width: 50px;
    height: 50px;
  }
  .landing-page .card_view_app .card-body .name_card {
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
  }
  .landing-page .card_view_app .card-body .valid-text {
    font-size: 10px;
    width: 40px;
  }
  .landing-page .card_view_app .card-body .card_number {
    font-size: 16px;
  }
  .landing-page .card_view_app .card-body .default {
    float: right;
    font-size: 10px;
  }
  .landing-page .card_view_app .card-body .globe_img {
    text-align: right;
    float: right;
    width: 100px;
    height: 60px;
  }
  .landing-page .card_view_app .card-body .action-card {
    float: right;
  }
  .landing-page .card_view_app .card-body .action-card form {
    display: inline-block;
  }
  .landing-page .card_view_app .card-body .action-card i {
    color: #ffffff;
    font-size: 18px;
    margin-left: 8px;
  }
  .landing-page .card_view_app .card-body .action-card button {
    background: transparent;
    border: 0;
  }
  .landing-page .customer-content .content-wrap table {
    white-space: initial;
  }
  .landing-page .customer-content .content-wrap table tbody tr td, .landing-page .customer-content .content-wrap table tbody tr th {
    white-space: initial;
  }
  .landing-page input, .landing-page select, .landing-page textarea {
    font-size: 14px !important;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1400px !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 576px !important;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100% !important;
  }
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #0654b0;
}

::selection {
  color: white;
  background: #0654b0;
}

body {
  font-size: 14px;
  line-height: 26px;
  color: #101010;
}
@media screen and (min-width: 991px) {
  body p,
  body ul,
  body li {
    font-size: 16px;
  }
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0;
}

p a {
  color: #159959;
  text-decoration: underline;
  font-weight: 700;
}
p a:hover {
  color: #159959;
}

.main_title {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .main_title {
    margin-bottom: 28px;
  }
}
.main_title h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #090d27;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main_title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .main_title h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .main_title h2 {
    font-size: 23px;
  }
}
.main_title p {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}
.main_title p.comn-hr-text {
  font-weight: 500;
}
@media (max-width: 767px) {
  .main_title p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main_title p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
  }
}

.parking-icon {
  content: url("/storage/images/parking.png");
  max-width: 28px;
  width: 100%;
  height: auto;
  top: 5px;
}
@media (max-width: 767px) {
  .parking-icon {
    max-width: 22px;
    top: 2px;
  }
}

.comn-hr-text {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .comn-hr-text {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .comn-hr-text {
    font-size: 14px;
    line-height: 24px;
  }
}

.comn_btn {
  margin-top: 20px;
}
.comn_btn a,
.comn_btn button {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fffafa;
  background: #1d9e5f;
  border: 2px solid #1d9e5f;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: 0;
  text-transform: none;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .comn_btn a,
  .comn_btn button {
    font-size: 15px;
    padding: 13px 20px;
  }
}
.comn_btn a:hover,
.comn_btn button:hover {
  background: none;
  color: #1d9e5f !important;
}

.grey_bg {
  background-color: #ecf2f9;
}

.img-reset {
  width: auto;
  height: auto;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.51);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.cc-banner,
.cc-window {
  color: #ffffff;
  padding: 10px 15px !important;
  background: #002663;
}
.cc-banner .cc-link,
.cc-window .cc-link {
  color: #ffffff !important;
  opacity: 1;
}
.cc-banner .cc-compliance a,
.cc-window .cc-compliance a {
  border: 1px solid #090d27;
  background: #002663;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.cc-banner .cc-compliance a:hover, .cc-banner .cc-compliance a:focus,
.cc-window .cc-compliance a:hover,
.cc-window .cc-compliance a:focus {
  background: #ffffff;
  color: #090d27;
  border: 2px solid #ffffff;
}

.public-page {
  font-family: "Montserrat", sans-serif;
}
.public-page .landing-page {
  padding-top: 175px;
}
@media (max-width: 1199px) {
  .public-page .landing-page {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  .public-page .landing-page {
    padding-top: 157px;
  }
}
@media (max-width: 767px) {
  .public-page .landing-page {
    padding-top: 157px;
  }
}
@media (max-width: 575px) {
  .public-page .landing-page {
    padding-top: 150px;
  }
}
.public-page .landing-page .head-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 998;
}
.public-page .landing-page .primary-btn {
  border-radius: 0;
  background: #159959;
  padding: 0;
  border: 2px solid #159959;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  transition: 0.3s all ease-in-out;
  outline: 0;
}
.public-page .landing-page .primary-btn a {
  font-weight: 700;
  padding: 11px 27px;
  line-height: 20px;
  color: white !important;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  transition: 0.3s all ease-in-out;
}
.public-page .landing-page .primary-btn:hover,
.public-page .landing-page .primary-btn .focus {
  background: #ffffff;
  color: #159959 !important;
}
.public-page .landing-page .primary-btn:hover a,
.public-page .landing-page .primary-btn .focus a {
  color: #159959 !important;
}
@media (max-width: 567px) {
  .public-page .landing-page .primary-btn {
    font-size: 16px;
    padding: 12px 22px;
  }
  .public-page .landing-page .primary-btn a {
    padding: 0;
  }
}
.public-page .landing-page .primary-main_btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fffafa;
  background: #1d9e5f;
  border: 2px solid #1d9e5f;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: 0;
  text-transform: none;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .public-page .landing-page .primary-main_btn {
    font-size: 15px;
    padding: 13px 20px;
  }
}
.public-page .landing-page .primary-main_btn a {
  font-weight: 500;
  padding: 0px 14px;
  line-height: 15px;
  color: white !important;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
.public-page .landing-page .primary-main_btn:hover,
.public-page .landing-page .primary-main_btn .focus {
  background: none;
  color: #1d9e5f !important;
}
.public-page .landing-page .primary-main_btn:hover a,
.public-page .landing-page .primary-main_btn .focus a {
  color: #090d27 !important;
}
.public-page .landing-page .primary-main_btn.process-payment {
  height: auto;
  padding: 16px 30px;
}
.public-page .landing-page .primary-main_btn.process-payment i {
  display: inline-block;
  margin-right: 5px;
}
.public-page .landing-page .gpay_btn .primary-main_btn {
  background: #000;
  border-color: #000;
  color: #fff !important;
  padding: 11px 22px 10px;
  cursor: pointer;
}
.public-page .landing-page .create-acc-btn {
  border-radius: 0px;
  background: #f1f1f1;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  color: #000;
  border: 2px solid #f1f1f1;
  transition: all 0.3s 0s ease-in-out;
  border-radius: 6px;
}
.public-page .landing-page .create-acc-btn a {
  padding: 0;
  line-height: 20px;
  color: #159959;
  text-decoration: none;
  font-weight: 500;
}
.public-page .landing-page .create-acc-btn:hover {
  background: white;
  border: 2px solid #159959;
  color: #159959 !important;
}
.public-page .landing-page .create-acc-btn:hover a {
  color: #159959 !important;
}
@media (max-width: 567px) {
  .public-page .landing-page .create-acc-btn {
    font-size: 16px;
  }
}
.public-page .pagination li a {
  color: #090d27;
}
.public-page .pagination .active a {
  background-color: #090d27;
  border-color: #090d27;
  color: #ffffff;
}
.public-page .pagination .active:hover a {
  background-color: #090d27;
  border-color: #090d27;
  color: #ffffff;
}
.public-page .btn-box .primary-main_btn,
.public-page .calculated_fare .primary-main_btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fffafa;
  background: #1d9e5f;
  border: 2px solid #1d9e5f;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: 0;
  text-transform: none;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .public-page .btn-box .primary-main_btn,
  .public-page .calculated_fare .primary-main_btn {
    padding: 13px 20px;
  }
}
.public-page .btn-box .primary-main_btn a,
.public-page .calculated_fare .primary-main_btn a {
  font-weight: 500;
  padding: 0px 14px;
  line-height: 15px;
  color: white !important;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
.public-page .btn-box .primary-main_btn:hover,
.public-page .btn-box .primary-main_btn .focus,
.public-page .calculated_fare .primary-main_btn:hover,
.public-page .calculated_fare .primary-main_btn .focus {
  background: #ffffff;
  color: #090d27 !important;
}
.public-page .btn-box .primary-main_btn:hover a,
.public-page .btn-box .primary-main_btn .focus a,
.public-page .calculated_fare .primary-main_btn:hover a,
.public-page .calculated_fare .primary-main_btn .focus a {
  color: #090d27 !important;
}
.public-page .btn-box .primary-main_btn.process-payment,
.public-page .calculated_fare .primary-main_btn.process-payment {
  height: auto;
  padding: 16px 30px;
}
.public-page .btn-box .primary-main_btn.process-payment i,
.public-page .calculated_fare .primary-main_btn.process-payment i {
  display: inline-block;
  margin-right: 5px;
}
.public-page .btn-box .primary-main_btn.calculate_estimate:hover,
.public-page .btn-box .primary-main_btn.calculate_estimate .focus, .public-page .btn-box .primary-main_btn.calculate_estimate1:hover,
.public-page .btn-box .primary-main_btn.calculate_estimate1 .focus,
.public-page .calculated_fare .primary-main_btn.calculate_estimate:hover,
.public-page .calculated_fare .primary-main_btn.calculate_estimate .focus,
.public-page .calculated_fare .primary-main_btn.calculate_estimate1:hover,
.public-page .calculated_fare .primary-main_btn.calculate_estimate1 .focus {
  color: #1d9e5f !important;
}
.public-page .calculated_fare .primary-main_btn:hover, .public-page .calculated_fare .primary-main_btn.focus,
.public-page .calculated_fare1 .primary-main_btn:hover,
.public-page .calculated_fare1 .primary-main_btn.focus {
  color: #1d9e5f !important;
}
.public-page .calculated_fare .estimated-price,
.public-page .calculated_fare1 .estimated-price {
  margin-top: 9px;
  display: inline-block;
}
@media (max-width: 480px) {
  .public-page .calculated_fare .estimated-price,
  .public-page .calculated_fare1 .estimated-price {
    margin-top: 0px;
  }
}

.hero-wrap .hero_form .home_page_form .input-box li.estimated-li {
  width: auto;
  padding-right: 20px;
}

.price_detail_box {
  margin-top: 15px;
}

.padding-wrap {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .padding-wrap {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .padding-wrap {
    padding: 55px 0 60px;
  }
}
@media (max-width: 575px) {
  .padding-wrap {
    padding: 45px 0 50px;
  }
}

.bottom-spacing {
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .bottom-spacing {
    margin-bottom: 30px;
  }
}

.text-center {
  text-align: center;
}

.main-heading {
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  color: #090d27;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .main-heading {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .main-heading {
    font-size: 22px;
  }
}
.main-heading.left {
  text-align: left;
}
.main-heading.left::after {
  margin-left: 0;
  margin-right: auto;
}
.main-heading.white {
  color: #ffffff;
}

.hide-topbar .landing-page {
  padding-top: 135px;
}
@media (max-width: 1199px) {
  .hide-topbar .landing-page {
    padding-top: 90px;
  }
}
.top_bar {
  background: #090d27;
  padding: 7px 0;
}
.top_bar.hide-topbar {
  display: none;
}
@media (max-width: 767px) {
  .top_bar {
    padding: 9px;
    display: block;
  }
}
.top_bar .top_bar_note {
  color: #fffefe;
  font-weight: 500;
  display: flex;
  padding: 0 50px;
}
@media (max-width: 600px) {
  .top_bar .top_bar_note {
    padding: 0;
  }
}
.top_bar .top_bar_note p {
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin: 0px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .top_bar .top_bar_note p p {
    line-height: 1.5;
  }
}
.top_bar .top_bar_note p a {
  text-decoration: underline;
  color: #07c1f9;
  display: inline-block;
}
.top_bar .top_bar_note i {
  font-size: 18px;
  position: absolute;
  right: 5%;
  cursor: pointer;
  padding: 5px;
}
@media (max-width: 600px) {
  .top_bar .top_bar_note i {
    font-size: 16px;
    right: 5px;
  }
}

.navbar-default {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e1e1e1 !important;
  border: 0 !important;
}
@media (min-width: 1199px) {
  .navbar-default {
    padding-bottom: 39px;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .navbar-default {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    padding: 21px 0 20px;
  }
}
@media (max-width: 575px) {
  .navbar-default {
    padding: 17px 0 17px;
  }
}
.navbar-default .header_row {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
@media (min-width: 1200px) {
  .navbar-default .header_row {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .navbar-default .header_row {
    margin: 0;
  }
}
.navbar-default .header_row .container {
  display: none;
}
@media (max-width: 1199px) {
  .navbar-default .header_row .container {
    display: block;
  }
}
.navbar-default .navbar-header .navbar-toggle {
  background-color: #159959 !important;
}
@media (max-width: 575px) {
  .navbar-default .navbar-header .navbar-toggle {
    border-radius: 0;
  }
}
.navbar-default .header_menu_items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar-default .header_menu_items .navbar-right {
  float: none !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .navbar-default .header_menu_items .navbar-right {
    display: none;
  }
}
.navbar-default .header_menu_items .navbar-right .sign-in {
  margin-right: 8px;
  white-space: nowrap;
}
.navbar-default .header_menu_items .navbar-right .sign-in:last-child {
  margin-right: 0;
}
.navbar-default .header_menu_items .navbar-right .sign-in a {
  padding: 14px 28px;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}
.navbar-default .header_menu_items .navbar-right .sign-in a:hover {
  color: #ffffff;
  background-color: #159959;
}
@media (max-width: 1440px) {
  .navbar-default .header_menu_items .navbar-right .sign-in a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .navbar-default .header_menu_items .navbar-right .sign-in a {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .header_menu_items .navbar-right .sign-in a {
    padding: 14px;
  }
}
.navbar-default .header_menu_items .navbar-right .sign-in.primary-btn {
  border-radius: 0;
}
.navbar-default .header_menu_items .navbar-right .sign-in.primary-btn a:hover {
  color: #159959 !important;
  background-color: #ffffff !important;
}
@media (max-width: 1440px) {
  .navbar-default .header_menu_items .navbar-right .sign-in.primary-btn a {
    padding: 14px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .header_menu_items .navbar-right .sign-in.primary-btn a {
    padding: 14px;
  }
}
@media (max-width: 575px) {
  .navbar-default .navbar-nav .create-icon {
    border-radius: 0 !important;
  }
}
.navbar-default .navbar-nav .create-icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar-default .navbar-header {
  display: flex;
  align-items: center;
}
.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  width: 151px;
  height: 47px;
}
@media (max-width: 1440px) {
  .navbar-default .navbar-header .navbar-brand {
    width: 120px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-header .navbar-brand {
    width: 111px;
    height: auto;
  }
}
.navbar-default .navbar-header .navbar-brand img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 151px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .navbar-default .navbar-header .navbar-brand img {
    width: 112px;
  }
}
.navbar-default .navbar-header .canadian-owned {
  width: 107px;
  height: 41px;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .navbar-default .navbar-header .canadian-owned {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .navbar-default .navbar-header .canadian-owned {
    margin-left: 20px;
  }
}
.navbar-default .header_menu {
  width: calc(100% - 180px);
}
.navbar-default .left-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  white-space: nowrap;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
@media (min-width: 1200px) {
  .navbar-default .left-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 1440px) {
  .navbar-default .left-menu {
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .navbar-default .left-menu {
    margin-left: 0px;
    margin-right: 5px;
  }
}
.navbar-default .left-menu li {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
.navbar-default .left-menu li a {
  display: inline-block;
}
.navbar-default .left-menu li a:before {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 3px;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  background: #002663;
}
@media (max-width: 1199px) {
  .navbar-default .left-menu li a:before {
    background: #ffffff !important;
  }
}
.navbar-default .left-menu li a:hover:before {
  width: 100%;
  bottom: -1px;
}
.navbar-default .left-menu li a:hover a {
  color: #090d27 !important;
}
@media (max-width: 1199px) {
  .navbar-default .left-menu li a:hover a {
    color: #ffffff !important;
  }
}
.navbar-default .left-menu .active a {
  background-color: transparent !important;
  color: #090d27 !important;
}
@media (max-width: 1199px) {
  .navbar-default .left-menu .active a {
    color: #ffffff !important;
  }
}
.navbar-default .left-menu .active a:before {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 2px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  display: inline-block;
  left: 0;
  right: auto;
  margin: 0 auto;
  background: #002663;
}
.navbar-default .left-menu .active:hover a {
  background-color: transparent;
}
.navbar-default .navbar-nav .create-icon {
  display: none;
  background: #101010;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 9px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .create-icon {
    display: inline-block;
    border-radius: 0;
  }
  .navbar-default .navbar-nav .create-icon:hover {
    border-radius: 0px !important;
  }
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .create-icon.app-hide {
    display: none;
  }
}
.navbar-default .navbar-nav .create-icon:hover {
  border-radius: 4px;
  background: #090d27;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4196078431);
}
.navbar-default .navbar-nav .create-icon a {
  padding: 0px;
  display: inline-flex;
}
.navbar-default .navbar-nav .create-icon i {
  font-size: 20px;
  color: #ffffff;
}
.navbar-default .navbar-nav li a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #101010;
  font-weight: 600;
  padding: 7px 15px;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .navbar-default .navbar-nav li a {
    padding: 7px 10px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav li a {
    padding: 10px 9px;
  }
}
.navbar-default .navbar-nav .hover-btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.navbar-default .navbar-nav .hover-btn:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #090d27;
  box-shadow: inset 0px 0px 0px #090d27;
  display: block;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.navbar-default .navbar-nav .hover-btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -1px;
  width: 0%;
  height: 2px;
  background: #090d27;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.navbar-default .navbar-nav .hover-btn:hover {
  background: #ffffff !important;
  border-left: 2px solid #090d27;
  border-right: 2px solid #090d27;
  border-radius: 0;
}
.navbar-default .navbar-nav .hover-btn:hover a {
  color: #090d27 !important;
}
.navbar-default .navbar-nav .hover-btn:hover::before, .navbar-default .navbar-nav .hover-btn:hover::after {
  width: 100%;
}
.navbar-default .navbar-collapse.collapse {
  height: 100% !important;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-collapse {
    height: 100% !important;
    padding-bottom: 5px;
    left: -300px;
    padding: 30px;
    position: fixed;
    top: 0;
    border-top: 0;
    background: rgb(21, 153, 89);
    z-index: 9999;
    width: 300px;
    transition: left 0.4s ease;
  }
  .navbar-default .navbar-collapse .left-menu li {
    width: 100%;
    transform: translateX(-240px);
    transition: 0.5s ease-in-out 0.5s;
  }
  .navbar-default .navbar-collapse.in {
    left: 0;
  }
  .navbar-default .navbar-collapse.in .left-menu li:nth-child(1) {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
  .navbar-default .navbar-collapse.in .left-menu li:nth-child(2) {
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  .navbar-default .navbar-collapse.in .left-menu li:nth-child(3) {
    transform: translateX(0);
    transition: transform 0.9s ease-in-out;
  }
  .navbar-default .navbar-collapse.in .left-menu li:nth-child(4) {
    transform: translateX(0);
    transition: transform 1.2s ease-in-out;
  }
  .navbar-default .navbar-collapse.in .left-menu li:nth-child(5) {
    transform: translateX(0);
    transition: transform 1.5s ease-in-out;
  }
  .navbar-default .navbar-collapse.in .left-menu li:nth-child(6) {
    transform: translateX(0);
    transition: transform 1.8s ease-in-out;
  }
  .navbar-default .container {
    position: relative;
  }
  .navbar-default .navbar-header {
    float: none;
    margin-right: 0;
  }
  .navbar-default .navbar-header .navbar-toggle {
    position: absolute;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0;
    background: #002663;
    height: 40px;
    width: 45px;
    right: 15px;
    display: inline-block;
    padding: 11px 11px;
    border: 0;
    text-align: center;
    z-index: 99;
    border-radius: 0;
  }
  .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav {
    display: block;
    margin: 0;
  }
  .navbar-default .navbar-nav li {
    position: relative;
  }
  .navbar-default .navbar-nav li a {
    padding: 13px 0 3px;
    color: #ffffff !important;
  }
  .navbar-default .navbar-right {
    display: none;
  }
  .navbar-default .icon-tab {
    position: absolute;
    right: 76px;
  }
  .navbar-default .icon-tab .user-public-menu .public-user-view .user-profile {
    padding: 0;
  }
  .navbar-default .icon-tab.after_login {
    top: -44px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .navbar-default .icon-tab.after_login {
    top: -20px;
    right: 70px !important;
  }
}
.border-style-primary {
  border-radius: 0;
  border: solid 2px #465065;
  background: white;
}

.hero_sec {
  position: relative;
}
.hero_sec .hero-wrap {
  background-color: #dbdbdd;
  background-size: cover;
  background-position: center center;
  padding: 90px 0;
  min-height: 750px;
}
@media (min-width: 575px) {
  .hero_sec .hero-wrap.hr-toronto-area-bg {
    background-image: url("/storage/images/NewTorontoArea/toronto-area-hero-bg.jpg");
  }
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap.hr-toronto-area-bg {
    background-image: url("/storage/images/NewTorontoArea/toronto-area-hero-bg-mobile.jpg");
  }
}
@media (min-width: 1199px) {
  .hero_sec .hero-wrap.hr-toronto-area-bg {
    min-height: 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .hero_sec .hero-wrap.hr-toronto-area-bg {
    background-position: inherit;
  }
}
.hero_sec .hero-wrap.hr-toronto-area-bg .hero_txt {
  max-width: 710px;
}
.hero_sec .hero-wrap.hr-toronto-area-bg .hero_txt .hero_img img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 767px) {
  .hero_sec .hero-wrap.hr-toronto-area-bg .hero_txt .hero_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .hero_sec .hero-wrap {
    padding: 60px 0;
    min-height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_sec .hero-wrap {
    background-position: -50px 0;
  }
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap {
    padding: 30px 0;
    min-height: 360px;
  }
}
.hero_sec .hero-wrap .hero_txt {
  text-align: center;
  max-width: 700px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1440px) {
  .hero_sec .hero-wrap .hero_txt {
    max-width: 660px;
  }
}
@media (max-width: 1024px) {
  .hero_sec .hero-wrap .hero_txt {
    margin: 0 auto;
  }
}
.hero_sec .hero-wrap .hero_txt .hero-main-head {
  font-size: 40px;
  line-height: 1;
  color: #090d27;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  .hero_sec .hero-wrap .hero_txt .hero-main-head {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .hero_sec .hero-wrap .hero_txt .hero-main-head {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt .hero-main-head {
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}
.hero_sec .hero-wrap .hero_txt .hero_txt_sub {
  font-size: 18px;
  line-height: 24px;
  color: #090d27;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero_sec .hero-wrap .hero_txt .hero_txt_sub {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt .hero_txt_sub {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 16px;
  }
}
.hero_sec .hero-wrap .hero_txt ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 29px;
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt ul {
    margin-bottom: 16px;
  }
}
.hero_sec .hero-wrap .hero_txt ul li {
  font-size: 18px;
  line-height: 24px;
  color: #090d27;
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .hero_sec .hero-wrap .hero_txt ul li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt ul li {
    font-size: 11px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.hero_sec .hero-wrap .hero_txt ul li:last-child {
  margin-right: 0;
}
.hero_sec .hero-wrap .hero_txt ul li i {
  background-image: linear-gradient(228deg, #07c1f9 0%, #5f63bf 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
  margin-top: 4px;
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt ul li i {
    margin-right: 3px;
    font-size: 10px;
    margin-top: 6px;
  }
}
.hero_sec .hero-wrap .hero_txt .hero_img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hero_sec .hero-wrap .hero_txt .hero_img img {
    width: 100%;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .hero_sec .hero-wrap .hero_txt .hero_img img {
    max-width: 460px;
  }
}
@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt .hero_img img {
    max-width: 290px;
  }
}
@media (min-width: 768px) {
  .hero_sec .item1 {
    background-image: url("/storage/images/airport-limo-services.jpg");
  }
}
@media (max-width: 767px) {
  .hero_sec .item1 {
    background-image: url("/storage/images/rydeus_home_bg_mob.jpg");
    padding: 50px 0;
    min-height: 510px;
    background-position: 30% 50%;
  }
}
@media (max-width: 599px) {
  .hero_sec .item1 {
    min-height: 460px;
    background-position: 15% 50%;
  }
}
@media (max-width: 480px) {
  .hero_sec .item1 {
    min-height: 380px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .hero_sec .item2 {
    background-image: url("/storage/images/airport-limo-toronto_.jpg");
  }
}
@media (max-width: 767px) {
  .hero_sec .item2 {
    background-image: url("/storage/images/toronto-airport-limousine.jpg");
    padding: 50px 0;
    min-height: 510px;
    background-position: 30% calc(0px + 75%);
  }
}
@media (max-width: 599px) {
  .hero_sec .item2 {
    min-height: 460px;
  }
}
@media (max-width: 480px) {
  .hero_sec .item2 {
    min-height: 380px;
    padding: 30px 0;
    background-image: url("/storage/images/toronto-airport-limo-mob.jpg");
  }
}
@media (max-width: 1199px) {
  .hero_sec .item3 {
    min-height: unset;
    padding: 10vw 0;
  }
}
@media (max-width: 991px) {
  .hero_sec .item3 {
    min-height: unset;
    padding-bottom: 20vw;
  }
}
@media (max-width: 767px) {
  .hero_sec .item3 {
    padding-bottom: 35vw;
  }
}
@media (max-width: 480px) {
  .hero_sec .item3 {
    padding-bottom: 45vw;
    padding-top: 15vw;
  }
}
.hero_sec .item3 .hero_txt {
  text-align: left;
  margin-top: 0px !important;
}
@media (max-width: 1199px) {
  .hero_sec .item3 .hero_txt {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero_sec .item3 .hero_txt {
    margin-top: calc(20px + 1vw) !important;
  }
}
@media (max-width: 1199px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .percentage {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .percentage {
    font-size: 20px;
    margin-top: 15px;
  }
}
.hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap .coupon_notice {
  font-size: 18px;
}
@media (max-width: 991px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap .coupon_notice {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap .coupon_notice {
    margin: 0 30px 20px;
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap .coupon_notice {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group .form-group {
    flex-direction: column;
    gap: 15px;
  }
}
.hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group .validation-message {
  text-align: left;
  width: 100%;
  display: inline-block;
}
@media (max-width: 640px) {
  .hero_sec .item3 .hero_txt .discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group .validation-message {
    text-align: center;
  }
}
.hero_sec .hero_form {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  max-width: 1370px;
  margin: auto;
  z-index: 4;
}
@media (max-width: 1440px) {
  .hero_sec .hero_form {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .hero_sec .hero_form {
    position: static;
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .hero_sec .hero_form {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hero_sec .hero_form {
    max-width: 546px;
  }
}
@media (min-width: 1199px) {
  .hero_sec .hero_form.hr-toronto-area-form .home_page_form {
    padding: 15px 15px 40px;
  }
}
@media (max-width: 575px) {
  .hero_sec .hero_form.hr-toronto-area-form .home_page_form {
    padding: 45px 15px 45px;
  }
}
.hero_sec .hero_form .home_page_form .input-box li {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .hero_sec .hero_form .home_page_form .input-box li {
    margin-bottom: 20px;
  }
}
.hero_sec .hero_form .home_page_form .input-box li.btn-box {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .hero_sec .hero_form .home_page_form .input-box li.btn-box {
    margin-top: 0;
  }
}
.hero_sec .hero_form .home_page_form .input-box li:last-child {
  margin-bottom: 0;
}
.hero_sec .hero_form .home_page_form .input-box .validation-message {
  font-size: 14px;
}
.hero_sec .hero_form .home_page_form .select-option label {
  font-weight: 600;
}
@media (max-width: 575px) {
  .hero_sec .hero_form .home_page_form .select-option label {
    font-weight: 400;
  }
}
.hero_sec .hero_form .home_page_form .select-option .input-radio-option i {
  font-weight: 300;
}
.hero_sec .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
@media (max-width: 600px) {
  .hero_sec .owl-dots {
    bottom: 0;
  }
}

.specifications {
  background-color: rgba(9, 13, 39, 0.7450980392);
  position: relative;
  margin-top: -96px;
  padding: 35px 0;
  display: none;
}
@media (max-width: 1440px) {
  .specifications {
    margin-top: -82px;
    padding: 28px 0;
  }
}
@media (min-width: 1199px) {
  .specifications {
    display: block;
  }
}
.specifications .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .specifications .wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .specifications .wrapper .sepecify {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .specifications .wrapper .sepecify {
    width: 100%;
  }
}
.specifications .wrapper .sepecify span {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .specifications .wrapper .sepecify span {
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .specifications .wrapper .sepecify span {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .specifications .wrapper .sepecify span img {
    width: 20px;
  }
}
.specifications .wrapper .sepecify span p {
  color: #fffefe;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1440px) {
  .specifications .wrapper .sepecify span p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .specifications .wrapper .sepecify span p {
    font-size: 16px;
  }
}
.specifications.for-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .specifications.for-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .specifications.for-mobile {
    margin-top: 0px;
  }
}
.specifications.for-mobile .wrapper .sepecify {
  width: 50%;
}
@media (max-width: 575px) {
  .specifications.for-mobile .wrapper .sepecify span {
    align-items: flex-start;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .specifications.for-mobile .wrapper .sepecify span {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .specifications.for-mobile .wrapper .sepecify span p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .specifications.for-mobile .wrapper .sepecify span img {
    width: 14px;
    margin-top: 6px;
  }
}

.why-choose-wrap .main_title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .why-choose-wrap .main_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .main_title {
    margin-bottom: 30px;
  }
}
.why-choose-wrap .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .why-choose-wrap .row {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .why-choose-wrap .row {
    margin-bottom: -40px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .row {
    margin-bottom: -30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1199px) {
  .why-choose-wrap .row > div {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .why-choose-wrap .row > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .row > div {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.why-choose-wrap .choose-listing .choose_list_img {
  background-color: #ebf1f9;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .why-choose-wrap .choose-listing .choose_list_img {
    width: 110px;
    height: 110px;
    margin-bottom: 32px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .choose-listing .choose_list_img {
    width: 85px;
    height: 85px;
    margin-bottom: 15px;
  }
}
.why-choose-wrap .choose-listing .choose_list_img.car img {
  max-width: 75px;
  max-height: 75px;
  width: 100%;
}
@media (max-width: 767px) {
  .why-choose-wrap .choose-listing .choose_list_img img {
    max-width: 100%;
    height: auto;
  }
}
.why-choose-wrap .choose-listing .sub-title {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .why-choose-wrap .choose-listing .sub-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .choose-listing .sub-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.why-choose-wrap .choose-listing .description {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  width: 100%;
  max-width: 265px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .why-choose-wrap .choose-listing .description {
    max-width: 345px;
  }
}
@media (max-width: 991px) {
  .why-choose-wrap .choose-listing .description {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .why-choose-wrap .choose-listing .description {
    font-size: 12px;
    line-height: 20px;
  }
}
.why-choose-wrap.grey_bg .choose-listing .choose_list_img {
  background-color: #d8e7fb;
}

.ride-choice-wrap {
  background-image: url(/storage/images/home/rydeus_choice.jpg);
  background-size: cover;
}
.ride-choice-wrap .ride-text {
  line-height: 1.88;
  text-align: center;
  max-width: 298px;
  margin-top: 38px;
  width: 100%;
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-text {
    margin: 0 auto;
  }
}
.ride-choice-wrap p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.56;
}
.ride-choice-wrap .ride-hexa {
  padding: 22px 48px;
  position: relative;
  width: 298px;
  height: 172.05px;
  background: #090d27;
  margin: 86.03px 0;
  border-left: solid 5px #090d27;
  border-right: solid 5px #090d27;
}
.ride-choice-wrap .ride-hexa::before, .ride-choice-wrap .ride-hexa::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 210.72px;
  height: 210.72px;
  transform: scaleY(0.5774) rotate(-45deg);
  left: 38.6411px;
  background: #090d27;
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-hexa::before, .ride-choice-wrap .ride-hexa::after {
    width: 172.72px;
    height: 171.72px;
    left: 30.6411px;
  }
}
.ride-choice-wrap .ride-hexa::before {
  top: -105.3589px;
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-hexa::before {
    top: -85.3589px;
  }
}
.ride-choice-wrap .ride-hexa:after {
  bottom: -105.3589px;
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-hexa:after {
    bottom: -85.3589px;
  }
}
.ride-choice-wrap .ride-hexa .main-heading {
  position: relative;
  z-index: 99;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-hexa .main-heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-hexa {
    width: 244px;
    height: 117.05px;
    padding: 18px 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
.ride-choice-wrap .ride-hexa .main-heading {
  font-size: 40px;
}
@media (max-width: 767px) {
  .ride-choice-wrap .ride-hexa .main-heading {
    font-size: 30px;
  }
}
.ride-choice-wrap .ride-listing {
  margin-top: 50px;
  padding-left: 0;
}
@media (max-width: 567px) {
  .ride-choice-wrap .ride-listing {
    text-align: center;
  }
}
.ride-choice-wrap .ride-listing li {
  list-style: none;
  margin-bottom: 18px;
}
.ride-choice-wrap .ride-listing li:hover .car-img img {
  transform: scale(1.2);
}
@media (max-width: 480px) {
  .ride-choice-wrap .ride-listing li:hover .car-img img {
    transform: scale(1);
  }
}
.ride-choice-wrap .ride-listing li:hover .car-name h5 {
  color: #090d27;
}
.ride-choice-wrap .ride-listing .car-img {
  display: inline-block;
  width: 30%;
  float: left;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) and (min-width: 767px) {
  .ride-choice-wrap .ride-listing .car-img {
    width: 45%;
  }
}
@media (max-width: 567px) {
  .ride-choice-wrap .ride-listing .car-img {
    width: 100%;
    float: none;
  }
}
.ride-choice-wrap .ride-listing .car-img img {
  transition: all 0.4s ease;
}
.ride-choice-wrap .ride-listing .car-name {
  display: inline-block;
  width: 70%;
  float: left;
}
@media (max-width: 1200px) and (min-width: 767px) {
  .ride-choice-wrap .ride-listing .car-name {
    width: 55%;
  }
}
@media (max-width: 567px) {
  .ride-choice-wrap .ride-listing .car-name {
    width: 100%;
    float: none;
  }
}
.ride-choice-wrap .ride-listing .car-name h5 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.ride-choice-wrap .app_choose_vehicle {
  display: none !important;
}

.personal-ride-wrap {
  background-color: #090d27;
}
.personal-ride-wrap .main-heading::after {
  background-color: #ffffff;
}
.personal-ride-wrap .personalized_lists {
  display: flex;
  justify-content: center;
  margin: 0 -21px -20px;
}
.personal-ride-wrap .personalized_lists .personalized_list {
  width: 20%;
  padding: 0 21px;
  margin-bottom: 20px;
}
.personal-ride-wrap .personalized_lists .personalized_list .personalized_box {
  background-color: #fff;
  padding: 37px 20px 32px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.personal-ride-wrap .personalized_lists .personalized_list .personalized_box:hover {
  border-color: #1fa67a;
}
.personal-ride-wrap .personalized_lists .personalized_list .personalized_box .personalized_box_img {
  min-height: 52px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-ride-wrap .personalized_lists .personalized_list .personalized_box p {
  font-size: 22px;
  line-height: 24px;
  color: #101010;
  font-weight: 700;
  margin-bottom: 0;
}

.area-wrap {
  background-image: url("/storage/images/area-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.area-wrap.customers-love p {
  max-width: 1100px !important;
}
.area-wrap.customers-love p a {
  color: #159959;
  text-decoration: underline;
  font-weight: 700;
}
.area-wrap .main_title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .area-wrap .main_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .area-wrap .main_title {
    margin-bottom: 25px;
  }
}
.area-wrap .main_title h2 {
  color: #fff;
}
.area-wrap .main_title p {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.area-wrap.with-select .area-back .areas_list {
  max-width: 1150px;
  margin: 0 auto;
}
.area-wrap.with-select .area-back .areas_list ul li {
  width: 25%;
}
@media (max-width: 1199px) {
  .area-wrap.with-select .area-back .areas_list ul li {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .area-wrap.with-select .area-back .areas_list ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .area-wrap.with-select .area-back .areas_list ul li {
    margin-bottom: 15px;
  }
}
.area-wrap .area-back ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -25px;
}
@media (max-width: 575px) {
  .area-wrap .area-back ul {
    margin-bottom: -15px;
  }
}
.area-wrap .area-back ul li.show-list-area {
  display: inline-block;
}
.area-wrap .area-back ul li {
  position: relative;
  list-style: none;
  width: 25%;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .area-wrap .area-back ul li {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .area-wrap .area-back ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .area-wrap .area-back ul li {
    margin-bottom: 15px;
  }
}
.area-wrap .area-back ul li .inner .location-name {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.area-wrap .area-back ul li .inner .location-name:before {
  content: "";
  background-image: url("/storage/images/area-location-icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 21px;
  position: absolute;
  left: 0px;
  top: 4px;
}
@media (max-width: 575px) {
  .area-wrap .area-back ul li .inner .location-name:before {
    top: 3px;
    width: 9px;
    height: 13px;
  }
}
.area-wrap .area-back ul li .inner .location-name a {
  color: #fff;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .area-wrap .area-back ul li .inner .location-name {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .area-wrap .area-back ul li .inner .location-name {
    font-size: 13px;
    line-height: 17px;
    padding-left: 18px;
  }
}
.area-wrap .area-back .more_section {
  display: none;
}
.area-wrap .area-back .more-area {
  text-align: center;
}
.area-wrap .comn_btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .area-wrap .comn_btn {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .area-wrap .comn_btn {
    margin-top: 25px;
  }
}
.area-wrap .comn_btn button {
  min-width: 160px;
}
@media (max-width: 575px) {
  .area-wrap .comn_btn button {
    min-width: 140px;
  }
}

.know_sec.hr_luxury_rydeus .main_title {
  max-width: unset;
}
.know_sec .main_title {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .know_sec .main_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .know_sec .main_title {
    margin-bottom: 25px;
  }
}
.know_sec .know_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 1199px) {
  .know_sec .know_row {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .know_sec .know_row {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_row {
    margin-bottom: 40px;
  }
}
.know_sec .know_row .know_col {
  width: 50%;
}
@media (max-width: 1199px) {
  .know_sec .know_row .know_col {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .know_sec .know_row .know_col {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_row .know_col {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .know_sec .know_row .know_col:last-child {
    margin-bottom: 0;
  }
}
.know_sec .know_row:nth-child(2n) {
  flex-direction: row-reverse;
}
.know_sec .know_row:nth-child(2n) .know_txt {
  margin-left: 0;
}
.know_sec .know_row:nth-child(2n) .know_img {
  text-align: right;
}
@media (max-width: 767px) {
  .know_sec .know_row:nth-child(2n) .know_img.know_feature {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 90px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_row:nth-child(2n) .know_img.know_feature {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 60px;
  }
}
.know_sec .know_row:nth-child(2n) .know_img.know_feature ul {
  right: auto;
  left: -25px;
}
@media (max-width: 1199px) {
  .know_sec .know_row:nth-child(2n) .know_img.know_feature ul {
    left: 0;
  }
}
.know_sec .know_row:last-child {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .know_sec .know_row:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .know_sec .know_row:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_row:last-child {
    margin-bottom: 0;
  }
}
.know_sec .know_txt {
  max-width: 565px;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .know_sec .know_txt {
    max-width: 485px;
  }
}
@media (max-width: 1199px) {
  .know_sec .know_txt {
    max-width: 100%;
  }
}
.know_sec .know_txt h2 {
  font-size: 30px;
  line-height: 39px;
  color: #090d27;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .know_sec .know_txt h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_txt h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 13px;
  }
}
.know_sec .know_txt p {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .know_sec .know_txt p {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.know_sec .know_txt p:last-child {
  margin-bottom: 0;
}
.know_sec .know_txt ul {
  padding-left: 16px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .know_sec .know_txt ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_txt ul {
    margin-bottom: 12px;
  }
}
.know_sec .know_txt ul:last-child {
  margin-bottom: 0;
}
.know_sec .know_txt ul.hr-area-new-toronto {
  list-style: none;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .know_sec .know_txt ul.hr-area-new-toronto {
    padding-left: 20px;
  }
}
.know_sec .know_txt ul.hr-area-new-toronto li {
  position: relative;
}
.know_sec .know_txt ul.hr-area-new-toronto li:before {
  position: absolute;
  content: url("");
  height: 10px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  background: linear-gradient(228deg, #07c1f9 0%, #5f63bf 100%);
}
@media (max-width: 991px) {
  .know_sec .know_txt ul.hr-area-new-toronto li:before {
    height: 8px;
    width: 8px;
    left: -15px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_txt ul.hr-area-new-toronto li:before {
    height: 6px;
    width: 6px;
    left: -15px;
  }
}
.know_sec .know_txt ul li {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .know_sec .know_txt ul li {
    font-size: 17px;
    line-height: 31px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_txt ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
.know_sec .know_txt ul li:last-child {
  margin-bottom: 0;
}
.know_sec .know_img {
  position: relative;
}
.know_sec .know_img img {
  width: 100%;
  height: auto;
  max-width: 579px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .know_sec .know_img img {
    border-radius: 6px;
  }
}
@media (max-width: 1199px) {
  .know_sec .know_img.know_feature {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .know_sec .know_img.know_feature {
    max-width: 100%;
    padding-top: 30px;
    padding-right: 90px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_img.know_feature {
    padding-top: 20px;
    padding-right: 60px;
  }
}
.know_sec .know_img.know_feature ul {
  position: absolute;
  top: -30px;
  right: -25px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .know_sec .know_img.know_feature ul {
    right: 0;
  }
}
@media (max-width: 767px) {
  .know_sec .know_img.know_feature ul {
    top: 0;
    right: 0;
  }
}
.know_sec .know_img.know_feature ul li {
  display: block;
  width: 161px;
  height: 154px;
  border-radius: 10px;
  filter: drop-shadow(0 0 43.5px rgba(0, 0, 0, 0.27));
  background-color: #ffffff;
  margin-bottom: 22px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #090d27;
  font-weight: 500;
  padding: 30px 12px;
}
@media (max-width: 767px) {
  .know_sec .know_img.know_feature ul li {
    width: 140px;
    height: 130px;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 25px 12px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_img.know_feature ul li {
    width: 100px;
    height: 79px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 12px 8px;
    font-weight: 600;
    border-radius: 7px;
  }
}
.know_sec .know_img.know_feature ul li strong {
  font-size: 40px;
  line-height: 1.1;
  display: block;
  color: #0055b8;
}
@media (max-width: 767px) {
  .know_sec .know_img.know_feature ul li strong {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .know_sec .know_img.know_feature ul li strong {
    font-size: 22px;
  }
}
.know_sec.new1 {
  background-color: #ecf5ff;
}
.know_sec.new1 .main_title {
  max-width: unset;
  margin-bottom: unset;
}
.know_sec.new1 .main_title h2 {
  margin-bottom: 30px;
}
.know_sec.new1 .content p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.know_sec.new1 .content p:not(:last-child) {
  margin-bottom: calc(10px + 1vw);
}
@media (max-width: 767px) {
  .know_sec.new1 .content p {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .know_sec.new1 .content p {
    font-size: 14px;
  }
}

.owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #002663 !important;
}

.join-us-hero-wrap {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .join-us-hero-wrap {
    padding: 70px 0;
  }
}
.join-us-hero-wrap .banner-text {
  text-align: center;
  font-weight: 500;
  line-height: 35px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .join-us-hero-wrap .banner-text {
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
  }
}

.join-us-page .main_title {
  margin-bottom: 0px;
}
.join-us-page .main_title h2 {
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .join-us-page .main_title h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .join-us-page .main_title h2 {
    font-size: 22px;
  }
}
.join-us-page .main_title p {
  margin: 15px auto 0px;
  max-width: 770px;
  font-weight: 500;
}

.hiring-wrap.join-us {
  padding-top: 0px;
}
.hiring-wrap.join-us .hiring_boxes .hiring_box:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box {
    margin-bottom: 35px;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box:last-child {
  margin-bottom: 0;
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .row {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .row > div {
    width: 100%;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_wrap {
  max-width: 640px;
}
@media (max-width: 991px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_wrap {
    max-width: none;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_wrap {
    margin-bottom: 20px;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text {
  max-width: 640px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text {
    max-width: none;
    margin-left: 0;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h4,
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h3 {
  font-size: 30px;
  line-height: 39px;
  color: #090d27;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h4,
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h4,
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h4,
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text .apply-btn {
  font-weight: 500;
  color: #0055b8;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .hiring-wrap.join-us .hiring_boxes .hiring_box .hiring_text .apply-btn {
    font-size: 16px;
  }
}
.hiring-wrap.join-us .hiring_boxes .hiring_box:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.hiring-wrap.join-us .hiring_boxes .hiring_box:nth-child(2n) .hiring_wrap {
  margin-left: auto;
}
.hiring-wrap.join-us .hiring_boxes .hiring_box:nth-child(2n) .hiring_text {
  margin-left: 0;
}

.subscribe-wrap {
  background-color: #002663;
  padding: 36px 0;
}
.subscribe-wrap .sub_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.subscribe-wrap .sub_row .sub-now {
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 50px;
}
@media (max-width: 1440px) {
  .subscribe-wrap .sub_row .sub-now {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .subscribe-wrap .sub_row .sub-now {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .subscribe-wrap .sub_row .sub-now {
    font-size: 20px;
  }
}
.subscribe-wrap .sub_row .sub_form form {
  margin-bottom: 0px;
}
.subscribe-wrap input {
  padding: 10px 175px 10px 20px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #101010;
  width: 490px;
  padding-left: 18px;
  height: 45px;
  background-color: #f7f7f7;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .subscribe-wrap input {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .subscribe-wrap input {
    width: 410px;
  }
}
@media (max-width: 575px) {
  .subscribe-wrap input {
    width: 330px;
    padding: 10px 145px 10px 15px;
  }
}
.subscribe-wrap input:focus {
  outline: none;
}
.subscribe-wrap #subscription-form .primary-main_btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px !important;
  background-color: #159959 !important;
  border-color: #159959 !important;
  color: #ffffff !important;
  min-width: 158px;
  border-radius: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .subscribe-wrap #subscription-form .primary-main_btn {
    min-width: auto;
    padding: 10px 12px;
    font-size: 14px;
  }
}
.subscribe-wrap p:last-child {
  margin-bottom: 0;
}
.subscribe-wrap .form-group:last-child {
  margin-bottom: 0;
}
.subscribe-wrap .validation-message {
  position: absolute;
  font-size: 13px;
  left: 0;
}
.subscribe-wrap .recaptcha > div > div {
  margin: 0 auto;
}
.subscribe-wrap .recaptcha + .validation-error {
  text-align: center;
}

.chat-wrap {
  padding: 70px 15px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.chat-wrap::before {
  display: none;
}
.chat-wrap::after {
  display: none;
}
@media (max-width: 1199px) {
  .chat-wrap {
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .chat-wrap {
    padding: 60px 15px 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .chat-wrap {
    padding: 45px 15px 45px;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .chat-wrap .col-sm-3 {
    width: 50%;
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .chat-wrap .col-sm-3 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.chat-wrap .col-sm-3:last-child {
  margin-bottom: 0;
}
.chat-wrap a {
  text-decoration: none;
}
.chat-wrap p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 600;
}
.chat-wrap p a {
  color: #ffffff;
  transition: 0.3s all ease-in-out;
}
.chat-wrap p a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .chat-wrap p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .chat-wrap p {
    line-height: 1.6;
  }
}
.chat-wrap .logo-sec {
  width: calc(25% - 15px);
}
@media (max-width: 1199px) {
  .chat-wrap .logo-sec {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .chat-wrap .logo-sec {
    width: 100%;
  }
}
.chat-wrap .footer_logo {
  margin-bottom: 20px;
}
.chat-wrap .footer_logo img {
  width: 100%;
  max-width: 151px;
}
@media (max-width: 575px) {
  .chat-wrap .footer_logo img {
    max-width: 100px;
    height: auto;
  }
}
.chat-wrap .footer_info {
  margin-bottom: 30px;
  max-width: 350px;
}
@media (max-width: 1199px) {
  .chat-wrap .footer_info {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .chat-wrap .footer_info {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .chat-wrap .footer_info {
    margin-bottom: 25px;
  }
}
.chat-wrap .footer-car img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .chat-wrap .footer-car img {
    width: 100%;
    max-width: 280px;
  }
}
.chat-wrap h4,
.chat-wrap h3 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.chat-wrap h4 strong,
.chat-wrap h3 strong {
  border-bottom: 1px solid #090d27;
  display: inline-block;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .chat-wrap h4,
  .chat-wrap h3 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .chat-wrap h4,
  .chat-wrap h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .chat-wrap h4,
  .chat-wrap h3 {
    font-size: 17px;
  }
}
.chat-wrap .footer_nav {
  padding-left: 60px;
  width: calc(37% - 15px);
}
@media (max-width: 767px) {
  .chat-wrap .footer_nav h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
    margin-bottom: 15px;
  }
}
.chat-wrap .footer_nav.quick-links {
  padding-left: 40px;
  width: calc(18% - 15px);
}
.chat-wrap .footer_nav.quick-links h4 strong {
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .chat-wrap .footer_nav.quick-links {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .chat-wrap .footer_nav.quick-links {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .chat-wrap .footer_nav.quick-links {
    width: 100%;
  }
  .chat-wrap .footer_nav.quick-links ul {
    display: flex;
    flex-wrap: wrap;
  }
  .chat-wrap .footer_nav.quick-links ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .chat-wrap .footer_nav.quick-links {
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .chat-wrap .footer_nav {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .chat-wrap .footer_nav {
    padding-left: 0;
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .chat-wrap .footer_nav {
    width: 100%;
  }
}
.chat-wrap .footer_nav .airport-serve {
  margin-bottom: 30px;
}
.chat-wrap .footer_nav ul {
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid #090d27;
}
@media (max-width: 575px) {
  .chat-wrap .footer_nav ul {
    padding-left: 15px;
  }
}
.chat-wrap .footer_nav ul:last-child {
  border-bottom: none;
}
.chat-wrap .footer_nav ul.hours li {
  text-transform: lowercase;
}
.chat-wrap .footer_nav li {
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1199px) {
  .chat-wrap .footer_nav li {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .chat-wrap .footer_nav li {
    margin: 7px 0;
  }
}
@media (max-width: 575px) {
  .chat-wrap .footer_nav li {
    margin: 6px 0;
    font-weight: 600;
    line-height: 20px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .chat-wrap .footer_nav li {
    margin-bottom: 10px;
    line-height: 1.8;
  }
}
.chat-wrap .footer_nav li:last-child {
  margin-bottom: 0;
}
.chat-wrap .footer_nav li a {
  color: #ffffff;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 575px) {
  .chat-wrap .footer_nav li a {
    white-space: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .chat-wrap .footer_nav li a {
    white-space: normal;
  }
}
.chat-wrap .footer_nav li a:hover {
  color: #0dbbf5;
}
.chat-wrap .footer_nav li::before {
  position: absolute;
  content: url("");
  height: 8px;
  width: 8px;
  top: 14px;
  left: -18px;
  background: linear-gradient(228deg, #07c1f9 0%, #5f63bf 100%);
}
@media (max-width: 575px) {
  .chat-wrap .footer_nav li::before {
    height: 6px;
    width: 6px;
    top: 8px;
    left: -15px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .chat-wrap .footer_nav li::before {
    top: 9px;
  }
}
.chat-wrap .cards-n-address {
  width: calc(20% - 15px);
}
@media (max-width: 1199px) {
  .chat-wrap .cards-n-address {
    max-width: unset;
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .chat-wrap .cards-n-address {
    width: 100%;
  }
}
.chat-wrap .cards-n-address .footer_hours h4 {
  padding-bottom: 10px !important;
  margin: 0;
}
@media (max-width: 767px) {
  .chat-wrap .cards-n-address .footer_hours h4 {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
.chat-wrap .cards-n-address .footer_hours h4 p {
  font-size: 13px;
  text-transform: lowercase;
}
@media (max-width: 575px) {
  .chat-wrap .cards-n-address .footer_hours h4 p {
    font-size: 12px;
  }
}
.chat-wrap .cards-n-address .footer_card {
  margin-bottom: 30px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: right;
}
@media (max-width: 1199px) {
  .chat-wrap .cards-n-address .footer_card {
    justify-content: start;
  }
}
footer.footer-content {
  padding: 0;
  background-color: #0f0f0f;
}
@media (max-width: 1199px) {
  footer.footer-content .text-right {
    text-align: left;
  }
}
footer.footer-content .address_section {
  display: inline-block;
  max-width: 260px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  footer.footer-content .address_section {
    display: block;
  }
}
@media (max-width: 767px) {
  footer.footer-content .address_section {
    max-width: none;
  }
}
footer.footer-content .address_section i {
  color: #090d27;
  font-size: 22px;
  margin-right: 5px;
}
footer.footer-content .footer-call {
  max-width: 230px;
  display: inline-block;
  text-align: end;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  footer.footer-content .footer-call {
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer.footer-content .footer-call {
    max-width: 280px;
  }
}
footer.footer-content .footer-call a {
  color: #ffffff;
  transition: 0.3s all ease-in-out;
}
footer.footer-content .footer-call a:hover {
  color: #0dbbf5;
}
footer.footer-content .f_social_links {
  padding-left: 0;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  footer.footer-content .f_social_links {
    display: block;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
footer.footer-content .f_social_links li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
footer.footer-content .f_social_links li:last-child {
  margin-right: 0;
}
footer.footer-content .f_social_links li a img {
  width: 30px;
}
footer.footer-content .f_social_links li a {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002663;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  transition: 0.3s all ease-in-out;
}
footer.footer-content .f_social_links li a:hover {
  background-color: #ffffff;
  color: #002663;
}
footer .footer-wrap {
  background-color: #000;
  padding: 12px 0;
}
@media (max-width: 767px) {
  footer .footer-wrap {
    padding-top: 18px;
  }
}
footer .footer-wrap .left-block {
  font-size: 14px;
  line-height: 26px;
  color: #888888;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 575px) {
  footer .footer-wrap .left-block {
    letter-spacing: 2px;
    font-size: 12px;
  }
}
footer .footer-wrap .left-block a {
  color: #888888;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
footer .footer-wrap .left-block a:hover {
  opacity: 0.8;
}
footer .footer-wrap .right-block {
  float: right;
  padding: 13px 0;
}
@media (max-width: 767px) {
  footer .footer-wrap .right-block {
    padding: 10px 0;
  }
}
footer .footer-wrap .right-block ul {
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-wrap .right-block ul li {
  font-size: 15px;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #465065;
  padding: 0 12px;
}
footer .footer-wrap .right-block ul li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  footer .footer-wrap .right-block ul li {
    margin-bottom: 10px;
  }
}
footer .footer-wrap .right-block ul li a {
  text-decoration: none;
  color: #101010;
}
footer .footer-wrap .right-block ul li:hover a {
  color: #090d27;
}
@media (max-width: 767px) {
  footer .footer-wrap .right-block {
    float: none;
    text-align: center;
  }
}

.navbar-default .sm-view {
  display: none !important;
}
@media (max-width: 1205px) {
  .navbar-default .sm-view {
    display: inline-block !important;
  }
}
.navbar-default .user-public-menu {
  display: inline-block;
  padding-left: 0;
  margin-left: 8px;
  margin-top: 1px;
}
@media (max-width: 1205px) {
  .navbar-default .user-public-menu {
    margin-top: 0;
  }
}
.navbar-default .user-public-menu ul {
  padding-left: 0;
}
.navbar-default .user-public-menu li {
  list-style: none;
}
.navbar-default .user-public-menu.mob_only {
  display: none;
}
@media (max-width: 1199px) {
  .navbar-default .user-public-menu.mob_only {
    display: inline-block;
    vertical-align: top;
  }
}
.navbar-default .public-user-view,
.navbar-default .public-user-view.open {
  position: relative;
}
.navbar-default .public-user-view .dropdown-menu,
.navbar-default .public-user-view.open .dropdown-menu {
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  position: absolute;
  background: #ffffff;
  margin-top: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  right: 0;
  left: auto !important;
  width: 252px;
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.1803921569);
  border-radius: 6px;
}
.navbar-default .public-user-view .dropdown-menu .setting-list,
.navbar-default .public-user-view.open .dropdown-menu .setting-list {
  padding-left: 0;
  margin-top: 30px;
}
.navbar-default .public-user-view .dropdown-menu .setting-list.hr-list li:hover a,
.navbar-default .public-user-view.open .dropdown-menu .setting-list.hr-list li:hover a {
  color: #ffffff !important;
}
.navbar-default .public-user-view .dropdown-menu .setting-list li,
.navbar-default .public-user-view.open .dropdown-menu .setting-list li {
  list-style: none;
  border-bottom: 1px solid #f7f8fa;
  margin-right: 0;
}
.navbar-default .public-user-view .dropdown-menu .setting-list li:hover,
.navbar-default .public-user-view.open .dropdown-menu .setting-list li:hover {
  background: #f7f8fa;
}
.navbar-default .public-user-view .dropdown-menu .setting-list li:hover a,
.navbar-default .public-user-view.open .dropdown-menu .setting-list li:hover a {
  color: #090d27 !important;
}
.navbar-default .public-user-view .dropdown-menu .setting-list li.sign-out-btn,
.navbar-default .public-user-view.open .dropdown-menu .setting-list li.sign-out-btn {
  border-bottom: none;
}
.navbar-default .public-user-view .dropdown-menu .setting-list li a,
.navbar-default .public-user-view.open .dropdown-menu .setting-list li a {
  padding: 12px 20px;
  text-decoration: none;
  color: #172d44 !important;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.navbar-default .public-user-view .dropdown-menu .setting-list li a i,
.navbar-default .public-user-view.open .dropdown-menu .setting-list li a i {
  margin-right: 10px;
}
@keyframes slideInDown {
  0% {
    transform: translateY(5%);
    visibility: visible;
  }
  100% {
    transform: translateY(10%);
  }
}
.navbar-default .public-user-view .dropdown-menu .user-profile:focus, .navbar-default .public-user-view .dropdown-menu .user-profile:hover,
.navbar-default .public-user-view.open .dropdown-menu .user-profile:focus,
.navbar-default .public-user-view.open .dropdown-menu .user-profile:hover {
  background-color: transparent;
}
.navbar-default .public-user-view .dropdown-menu .menu-profile,
.navbar-default .public-user-view.open .dropdown-menu .menu-profile {
  background: #090d27;
  padding: 30px;
  padding-top: 25px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.navbar-default .public-user-view .dropdown-menu .menu-profile img,
.navbar-default .public-user-view.open .dropdown-menu .menu-profile img {
  width: 55px;
  position: absolute;
  bottom: -26px;
  height: 55px;
  left: 41%;
  right: auto;
  margin: 0 auto;
  border: 2px solid #090d27;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 0 11px 0px rgba(0, 38, 99, 0.4784313725);
  background: #ffffff;
}
.navbar-default .public-user-view .dropdown-menu .menu-profile span,
.navbar-default .public-user-view.open .dropdown-menu .menu-profile span {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.navbar-default .public-user-view .user-profile,
.navbar-default .public-user-view.open .user-profile {
  text-decoration: none;
  padding: 12px 5px !important;
  text-align: center;
  position: relative;
  background: none !important;
}
.navbar-default .public-user-view .user-profile:focus,
.navbar-default .public-user-view.open .user-profile:focus {
  background-color: transparent;
}
.navbar-default .public-user-view .user-profile img,
.navbar-default .public-user-view.open .user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #090d27;
  padding: 5px;
}
.navbar-default .public-user-view .user-profile .name-user,
.navbar-default .public-user-view.open .user-profile .name-user {
  color: #101010;
}
.navbar-default .public-user-view .user-profile .name-user:hover,
.navbar-default .public-user-view.open .user-profile .name-user:hover {
  color: #090d27;
}
@media (max-width: 1199px) {
  .navbar-default .public-user-view .user-profile .name-user,
  .navbar-default .public-user-view.open .user-profile .name-user {
    display: none;
  }
}
.navbar-default .public-user-view .user-profile span,
.navbar-default .public-user-view.open .user-profile span {
  color: #101010;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
  height: auto !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #D6D6D6;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #090d27;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.content-slider li {
  text-align: center;
  color: #FFF;
  width: 100%;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td:hover {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: rgba(95, 99, 104, 0.23) !important;
  color: #777777;
  cursor: not-allowed;
}

.gpay_btn .primary-main_btn {
  background: #000;
  border-color: #000;
  color: #fff !important;
  padding: 11px 22px 10px;
  cursor: pointer;
}

#whatsapp-chat-widget #wa-widget-send-button {
  margin: 0 0 32px 0 !important;
  right: 25px;
  height: 50px;
  width: 50px;
  padding: 6px;
}
@media (max-width: 767px) {
  #whatsapp-chat-widget #wa-widget-send-button {
    margin: 0 0 20px 0 !important;
    right: 20px;
  }
}
#whatsapp-chat-widget #wa-widget-send-button .wh-svg-icon + div {
  display: none;
}
#whatsapp-chat-widget .wa-chat-box {
  bottom: 45px !important;
  right: 26px;
}
@media (max-width: 767px) {
  #whatsapp-chat-widget .wa-chat-box {
    bottom: 30px !important;
  }
}

.home_service_sec .fleet_filter {
  max-width: 1400px;
  margin: auto;
}
.home_service_sec .fleet_filter .filter-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .home_service_sec .fleet_filter .filter-button-group {
    margin-bottom: 30px;
  }
}
.home_service_sec .fleet_filter .filter-button-group .button {
  background: #f7f7f7;
  border: none;
  font-size: 22px;
  color: #000;
  line-height: 1;
  padding: 18px 20px;
  min-width: 180px;
  font-weight: 600;
  margin-bottom: 5px;
  border-bottom: 2px solid #f7f7f7;
  position: relative;
}
.home_service_sec .fleet_filter .filter-button-group .button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background: #e1e1e1;
  right: 0;
  top: 11px;
}
.home_service_sec .fleet_filter .filter-button-group .button:last-child:after {
  display: none;
}
.home_service_sec .fleet_filter .filter-button-group .button.current {
  background: #f7f7f7;
  color: #101010;
  border-bottom: 2px solid #002663;
}
@media (max-width: 950px) {
  .home_service_sec .fleet_filter .filter-button-group .button {
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .home_service_sec .fleet_filter .filter-button-group .button {
    margin: 3px;
  }
}
@media (max-width: 575px) {
  .home_service_sec .fleet_filter .filter-button-group .button {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.home_service_sec .fleet_filter .grid {
  margin-bottom: -40px;
}
@media (max-width: 950px) {
  .home_service_sec .fleet_filter .grid {
    margin-bottom: -30px;
  }
}
.home_service_sec .fleet_filter .element-item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .home_service_sec .fleet_filter .element-item {
    width: 50%;
  }
}
@media (max-width: 950px) {
  .home_service_sec .fleet_filter .element-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home_service_sec .fleet_filter .element-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.home_service_sec .fleet_filter .home_service_box {
  cursor: pointer;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15));
}
@media (max-width: 950px) {
  .home_service_sec .fleet_filter .home_service_box {
    padding-left: 16px;
  }
}
.home_service_sec .fleet_filter .home_service_box img {
  max-width: 100%;
  height: 225px;
  padding-left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 950px) {
  .home_service_sec .fleet_filter .home_service_box img {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .home_service_sec .fleet_filter .home_service_box img {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .home_service_sec .fleet_filter .home_service_box img {
    height: auto;
    min-height: 210px;
  }
}
.home_service_sec .fleet_filter .home_service_box h4 {
  margin: 0;
  padding: 16px 20px;
  color: #101010;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
}
@media (max-width: 950px) {
  .home_service_sec .fleet_filter .home_service_box h4 {
    font-size: 19px;
  }
}

.home_service_sec .fleet_filter .filter-button-group .button {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.home_service_sec .grid {
  margin: 0 auto;
  padding: 10px;
  perspective: 1300px;
}

.home_service_sec .grid-item {
  width: 380px !important;
  height: 290px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1200px) {
  .current-grid .grid-item:nth-child(4) {
    left: 17% !important;
  }
  .current-grid .grid-item:nth-child(5) {
    left: 50% !important;
  }
}
@media (max-width: 480px) {
  .home_service_sec .fleet_filter .grid {
    width: 100% !important;
  }
  .home_service_sec .grid-item {
    width: 320px !important;
    height: 266px;
  }
  .home_service_sec .fleet_filter .home_service_box {
    padding-left: 0px;
  }
}
.service_sec .main_title {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.service_sec.review {
  padding-top: 0;
}
.service_sec.review .row {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.service_sec.review .review-btn {
  text-align: center;
}
.service_sec .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1199px) {
  .service_sec .row {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .service_sec .row {
    margin-bottom: -25px;
  }
}
@media (max-width: 575px) {
  .service_sec .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.service_sec .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.service_sec .row > div:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service_sec .row > div {
    width: 50%;
    margin-bottom: 30px;
  }
  .service_sec .row > div:nth-child(n+5) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .service_sec .row > div {
    margin-bottom: 25px;
  }
  .service_sec .row > div:nth-child(n+5) {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .service_sec .row > div {
    padding-left: 6px;
    padding-right: 6px;
  }
  .service_sec .row > div:nth-child(n+5) {
    margin-top: 0px;
  }
}
.service_sec .row .review-content {
  display: flex;
  gap: 45px;
  background: #ebf1f9;
  padding: 80px 105px 80px 70px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 1440px) {
  .service_sec .row .review-content {
    padding: 60px 75px 60px 60px;
  }
}
@media (max-width: 1200px) {
  .service_sec .row .review-content {
    padding: 50px 65px 50px 50px;
  }
}
@media (max-width: 991px) {
  .service_sec .row .review-content {
    padding: 40px 60px 40px 40px;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .service_sec .row .review-content {
    padding: 50px 30px 40px;
    gap: 20px;
  }
}
.service_sec .row .review-content .google-logo {
  position: absolute;
  right: 50px;
  top: 40px;
}
@media (max-width: 1440px) {
  .service_sec .row .review-content .google-logo {
    right: 40px;
    top: 35px;
  }
}
@media (max-width: 1200px) {
  .service_sec .row .review-content .google-logo {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .service_sec .row .review-content .google-logo {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .service_sec .row .review-content .google-logo {
    top: 20px;
    right: 20px;
    width: 20px;
  }
}
.service_sec .row .review-content .review-img img {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .service_sec .row .review-content .review-img img {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .service_sec .row .review-content .review-img img {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .service_sec .row .review-content .review-img img {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .service_sec .row .review-content .review-img img {
    margin-top: 5px;
  }
}
.service_sec .row .review-content .name-star-review h3 {
  display: inline-block;
  margin-bottom: 0;
}
.service_sec .row .review-content .name-star-review h3 a {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #101010;
  text-decoration: none;
}
@media (max-width: 991px) {
  .service_sec .row .review-content .name-star-review h3 a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service_sec .row .review-content .name-star-review h3 a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .service_sec .row .review-content .name-star-review h3 a {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
  }
}
.service_sec .row .review-content .name-star-review span {
  color: #f7a11d;
  font-size: 18px;
  transform: translate(5px, -2px);
  display: inline-flex;
  gap: 3px;
}
@media (max-width: 991px) {
  .service_sec .row .review-content .name-star-review span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service_sec .row .review-content .name-star-review span {
    font-size: 14px;
    margin-bottom: 15px;
    transform: unset;
  }
}
.service_sec .row .review-content .name-star-review p {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .service_sec .row .review-content .name-star-review p {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .service_sec .row .review-content .name-star-review p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service_sec .row .review-content .name-star-review p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.service_sec .row .review-content .name-star-review p:last-child {
  margin-bottom: 0;
}
.service_sec .service_box {
  background-color: #ebf1f9;
  height: 100%;
}
.service_sec .service_box .service_box_img {
  overflow: hidden;
  aspect-ratio: 1.1;
}
.service_sec .service_box .service_box_img img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
}
.service_sec .service_box .service_box_img img:hover {
  transform: scale(1.1);
}
.service_sec .service_box .service_box_txt {
  padding: 30px 24px 30px;
}
@media (max-width: 1440px) {
  .service_sec .service_box .service_box_txt {
    padding: 25px 20px 35px;
  }
}
@media (max-width: 575px) {
  .service_sec .service_box .service_box_txt {
    padding: 13px 13px 15px;
  }
}
.service_sec .service_box .service_box_txt h4,
.service_sec .service_box .service_box_txt h3 {
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .service_sec .service_box .service_box_txt h4,
  .service_sec .service_box .service_box_txt h3 {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .service_sec .service_box .service_box_txt h4,
  .service_sec .service_box .service_box_txt h3 {
    font-size: 15px;
    line-height: 1.3;
  }
}
.service_sec .service_box .service_box_txt h4 a,
.service_sec .service_box .service_box_txt h3 a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: all 0.3s 0s ease-in-out;
  letter-spacing: -0.5px;
}
.service_sec .service_box .service_box_txt h4 a:hover,
.service_sec .service_box .service_box_txt h3 a:hover {
  color: #1d9e5f;
}

.sitemap-main .links {
  margin-bottom: 40px;
}
.sitemap-main .links.map-covered {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sitemap-main .links {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .sitemap-main .links {
    margin-bottom: 20px;
  }
}
.sitemap-main .links .links-wrapper {
  -moz-column-count: 5;
       column-count: 5;
}
@media (max-width: 1440px) {
  .sitemap-main .links .links-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) {
  .sitemap-main .links .links-wrapper li {
    min-width: 25%;
  }
}
@media (max-width: 1199px) {
  .sitemap-main .links .links-wrapper li {
    min-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .sitemap-main .links .links-wrapper li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sitemap-main .links .links-wrapper li {
    min-width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .sitemap-main .links .links-wrapper li {
    margin-bottom: 0;
  }
  .sitemap-main .links .links-wrapper li a {
    font-size: 14px;
    line-height: 2;
  }
}
.sitemap-main .links .links-wrapper li.order-1 {
  order: 1;
}
.sitemap-main .links .links-wrapper li.order-2 {
  order: 2;
}
.sitemap-main .links .links-wrapper li.order-3 {
  order: 3;
}
.sitemap-main h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #090d27;
}
@media (max-width: 1440px) {
  .sitemap-main h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .sitemap-main h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sitemap-main h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .sitemap-main h2 {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
.sitemap-main ul {
  list-style-type: none;
  padding-left: 0;
}
.sitemap-main ul li a {
  color: #0055b8;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 991px) {
  .sitemap-main ul li a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sitemap-main ul li a {
    font-size: 14px;
    line-height: 2;
  }
}
.sitemap-main ul li a:hover, .sitemap-main ul li a:focus {
  cursor: pointer;
  color: #159959;
  text-decoration: none;
}

.book_cta {
  text-align: center;
}
.book_cta p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .book_cta p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .book_cta p {
    font-size: 20px;
    line-height: 30px;
  }
}
.book_cta .book_cta_call {
  display: inline-block;
  margin-left: 8px;
  color: #0055b8;
  text-decoration: none;
  transition: all 0.3s 0s ease-in-out;
}
.book_cta .book_cta_call:hover {
  color: #1d9e5f;
}
.book_cta .primary-main_btn {
  margin-left: 30px;
  min-width: 160px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .book_cta .primary-main_btn {
    display: block !important;
    margin-left: 0;
    margin-top: 20px;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .book_cta .primary-main_btn {
    min-width: 140px;
    max-width: 140px;
    margin-top: 15px;
  }
}
.book_cta span {
  display: inline-block;
  margin: 0 10px;
}
.book_cta span.book_cta_title {
  margin: 0;
}
@media (max-width: 767px) {
  .book_cta span.book_cta_title {
    display: block;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .book_cta span.book_cta_title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}

.book_cta_sec {
  background-color: #030626;
  padding: 33px 0;
}
.book_cta_sec.hr-cta .book_cta {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .book_cta_sec.hr-cta .book_cta .book_cta_title {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .book_cta_sec.hr-cta .book_cta .book_cta_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.book_cta_sec.bg-light {
  background-color: #ecf2f9;
}
.book_cta_sec.bg-light .book_cta p {
  color: #000;
}
.book_cta_sec .book_cta p {
  color: #fff;
}
.book_cta_sec .book_cta .book_cta_call {
  color: #fff;
}
.book_cta_sec .book_cta .book_cta_call:hover {
  color: #1d9e5f;
}

.hr-yyz-airport, .ytz-airport, .yhm-airport {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .hr-yyz-airport, .ytz-airport, .yhm-airport {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .hr-yyz-airport, .ytz-airport, .yhm-airport {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .hr-yyz-airport, .ytz-airport, .yhm-airport {
    padding: 45px 0;
  }
}
.hr-yyz-airport .yyz-airport-wrapper, .ytz-airport .yyz-airport-wrapper, .yhm-airport .yyz-airport-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .hr-yyz-airport .yyz-airport-wrapper, .ytz-airport .yyz-airport-wrapper, .yhm-airport .yyz-airport-wrapper {
    align-items: self-start;
  }
}
@media (max-width: 991px) {
  .hr-yyz-airport .yyz-airport-wrapper, .ytz-airport .yyz-airport-wrapper, .yhm-airport .yyz-airport-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hr-yyz-airport .yyz-airport-wrapper, .ytz-airport .yyz-airport-wrapper, .yhm-airport .yyz-airport-wrapper {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .hr-yyz-airport .yyz-airport-wrapper, .ytz-airport .yyz-airport-wrapper, .yhm-airport .yyz-airport-wrapper {
    gap: 25px;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-img, .ytz-airport .yyz-airport-wrapper .yyz-airport-img, .yhm-airport .yyz-airport-wrapper .yyz-airport-img {
  max-width: 50%;
  width: 100%;
  position: sticky;
  top: 180px;
}
@media (max-width: 991px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-img, .ytz-airport .yyz-airport-wrapper .yyz-airport-img, .yhm-airport .yyz-airport-wrapper .yyz-airport-img {
    max-width: 100%;
    position: unset;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-img .img-wrappper, .ytz-airport .yyz-airport-wrapper .yyz-airport-img .img-wrappper, .yhm-airport .yyz-airport-wrapper .yyz-airport-img .img-wrappper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-img .img-wrappper img, .ytz-airport .yyz-airport-wrapper .yyz-airport-img .img-wrappper img, .yhm-airport .yyz-airport-wrapper .yyz-airport-img .img-wrappper img {
  width: 100%;
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content, .ytz-airport .yyz-airport-wrapper .yyz-airport-content, .yhm-airport .yyz-airport-wrapper .yyz-airport-content {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content, .ytz-airport .yyz-airport-wrapper .yyz-airport-content, .yhm-airport .yyz-airport-wrapper .yyz-airport-content {
    width: 100%;
    max-width: unset;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content h2, .ytz-airport .yyz-airport-wrapper .yyz-airport-content h2, .yhm-airport .yyz-airport-wrapper .yyz-airport-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #090d27;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content h2, .ytz-airport .yyz-airport-wrapper .yyz-airport-content h2, .yhm-airport .yyz-airport-wrapper .yyz-airport-content h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content h2, .ytz-airport .yyz-airport-wrapper .yyz-airport-content h2, .yhm-airport .yyz-airport-wrapper .yyz-airport-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content h2, .ytz-airport .yyz-airport-wrapper .yyz-airport-content h2, .yhm-airport .yyz-airport-wrapper .yyz-airport-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content h2, .ytz-airport .yyz-airport-wrapper .yyz-airport-content h2, .yhm-airport .yyz-airport-wrapper .yyz-airport-content h2 {
    font-size: 20px;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text {
  line-height: 35px;
  font-size: 18px;
  color: #101010;
  margin-bottom: 35px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text {
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .yyz-airport-text {
    line-height: 1.6;
    font-size: 14px;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now {
  line-height: 35px;
  font-size: 18px;
  color: #101010;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now {
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now {
    line-height: 1.6;
    font-size: 14px;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now.location, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now.location, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now.location {
  margin-bottom: 10px;
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now.mail img, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now.mail img, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now.mail img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(87%) saturate(1455%) hue-rotate(193deg) brightness(98%) contrast(101%);
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now img, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now img, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now img {
  position: absolute;
  left: 0;
  top: 7px;
  margin-right: 10px;
  width: 19px;
}
@media (max-width: 575px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now img, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now img, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now img {
    top: 3px;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now a {
  text-decoration: none;
  transition: 0.3s;
  line-height: 35px;
  font-size: 18px;
  color: #101010;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now a {
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now a {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now a {
    line-height: 1.6;
    font-size: 14px;
  }
}
.hr-yyz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a:hover, .ytz-airport .yyz-airport-wrapper .yyz-airport-content .call-now a:hover, .yhm-airport .yyz-airport-wrapper .yyz-airport-content .call-now a:hover {
  color: #159959;
}

.hourly_wrap {
  border: 2px solid #090d27;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hourly_wrap input {
  position: absolute;
  opacity: 0;
}
.hourly_wrap label {
  padding: 12px 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.hourly_wrap input:checked + label {
  background-color: #090d27;
  color: #fff;
}

.duration {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .duration > .form-group {
    width: 100%;
  }
}
.duration .minutes {
  margin-left: 50px;
}
@media (max-width: 575px) {
  .duration .minutes {
    margin-left: 0;
  }
}

.testimonials-section {
  background-image: url("/storage/images/testimonails.jpg");
  background-size: cover;
  background-position: center center;
}
.testimonials-section .main_title h2 {
  color: #fff;
}
.testimonials-section .testimonial_review_img {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonials-section .testimonial_review_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials-section .testimonial_review_img {
    margin-bottom: 28px;
  }
}
.testimonials-section .testimonial_review_img img {
  max-width: 500px;
  height: auto;
}
@media (max-width: 991px) {
  .testimonials-section .testimonial_review_img img {
    max-width: 620px;
    width: 100%;
  }
}
.testimonials-section .testimonial_txt {
  max-width: 400px;
}
@media (max-width: 1440px) {
  .testimonials-section .testimonial_txt {
    max-width: 340px;
  }
}
@media (max-width: 1199px) {
  .testimonials-section .testimonial_txt {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .testimonials-section .testimonial_txt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonials-section .testimonial_txt {
    text-align: center;
  }
}
.testimonials-section .testimonial_txt p {
  font-size: 18px;
  line-height: 35px;
  color: #fffefe;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .testimonials-section .testimonial_txt p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonials-section .testimonial_txt p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.testimonials-section .testimonial_txt p strong {
  text-transform: uppercase;
}
.testimonials-section .testimonials-slider .owl-dots {
  margin-top: 20px;
  line-height: 0;
}
.testimonials-section .testimonials-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 6px;
  opacity: 0.2;
  transition: all 0.3s 0s ease-in-out;
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 575px) {
  .testimonials-section .testimonials-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
.testimonials-section .testimonials-slider .owl-dots .owl-dot span {
  display: none;
}
.testimonials-section .testimonials-slider .owl-dots .owl-dot.active {
  background-color: #0055b8;
  opacity: 1;
}
.testimonials-section.testimonials-new-design1 {
  background-image: unset;
}
.testimonials-section.testimonials-new-design1 .main_title h2 {
  color: #090d27;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider {
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider {
    padding-left: unset;
    padding-right: unset;
  }
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead {
  width: 26%;
  padding: 40px;
  background-color: #ecf5ff;
  border: 1px solid #9bc7f9;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead {
    width: 100%;
  }
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .bussines-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1440px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .bussines-name {
    font-size: 22px;
  }
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .rating-star {
  color: #ffa41c;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .reviews-count {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .power-by {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .review-us-btn {
  padding: 20px 60px 20px 20px;
  position: relative;
  border-radius: 5px;
  filter: drop-shadow(0.618px 1.902px 4px rgba(0, 0, 0, 0.15));
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .google-review-lead .review-us-btn::after {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("/storage/images/Google_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  background-color: white;
  padding: 7px;
  border-radius: 50%;
  background-origin: content-box;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel {
  width: 74%;
  position: relative;
  overflow: hidden;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel {
    padding: 0 20px;
  }
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-item {
  margin: 10px 10px 10px 0px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-item a {
  text-decoration: none;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data {
  padding: 30px;
  padding-right: 15px;
  background: white;
  max-width: 100%;
  box-shadow: 0px 3px 7.5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data:before {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  background-image: url("/storage/images/Google_logo.png");
  background-size: contain;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 15px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating figure {
  max-width: 90px;
  width: 100%;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating figure {
    height: 50px;
    max-width: 50px;
  }
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating figure img {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating .name {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.25;
}
@media (max-width: 1440px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating .name {
    font-size: 18px;
  }
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating .name strong {
  font-weight: 600;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating .post-date {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name-img-rating .star-ratings {
  color: #ffa41c;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .comment {
  color: #000;
  height: 130px;
  overflow-y: scroll;
  line-height: 1.7143;
  font-size: 14px;
  padding-right: 15px;
  margin-bottom: 0px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .comment::-webkit-scrollbar {
  width: 4px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .comment::-webkit-scrollbar-track {
  background: #cacaca;
  border-radius: 4px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .comment::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 4px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .comment::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data p, .testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .testimonial-data .name {
  color: #000;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  padding: 0px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav button:hover {
  background-color: unset;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav button span {
  font-size: 40px;
  line-height: 0.7;
  font-weight: 600;
  color: #0055b8;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav .owl-prev {
  left: -22px;
}
.testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav .owl-next {
  right: 25px;
}
@media (max-width: 767px) {
  .testimonials-section.testimonials-new-design1 .testimonials-slider .owl-carousel .owl-nav .owl-next {
    right: 20px;
  }
}

.home_blog_sec .main_title {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .home_blog_sec .main_title p {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home_blog_sec .main_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .home_blog_sec .main_title {
    margin-bottom: 30px;
  }
}
.home_blog_sec .home_blog_wrap .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .home_blog_sec .home_blog_wrap .row {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .home_blog_sec .home_blog_wrap .col-md-4 {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .col-md-4 {
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .home_blog_sec .home_blog_wrap .col-md-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_blog_sec .home_blog_wrap .col-md-4 {
    width: 100%;
  }
}
.home_blog_sec .home_blog_wrap .home_blog_box {
  height: 100%;
  background-color: #ecf5ff;
  padding: 20px 20px 60px;
  filter: drop-shadow(1.792px 4.668px 10px rgba(0, 0, 0, 0.05));
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .home_blog_box {
    padding: 15px 15px 40px;
  }
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt {
  padding: 35px 20px 10px;
}
@media (max-width: 1440px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt {
    padding: 30px 10px 0;
  }
}
@media (max-width: 767px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt {
    padding: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt {
    padding: 20px 5px 0;
  }
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_title {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 16px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_title {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
  }
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_title a {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  color: #000;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_title a:hover {
  color: #1d9e5f;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_desc p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_desc p {
    font-size: 15px;
    line-height: 22px;
  }
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_desc p:last-child {
  margin-bottom: 0;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_desc a {
  text-decoration: underline;
  color: #000;
  transition: all 0.3s 0s ease-in-out;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_txt .blog_desc a:hover {
  color: #159959;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_img {
  position: relative;
  overflow: hidden;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_img img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.home_blog_sec .home_blog_wrap .home_blog_box .home_blog_img img:hover {
  transform: scale(1.1);
}
@media (max-width: 1050px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_img img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_img img {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .home_blog_box .home_blog_img img {
    height: 220px;
  }
}
.home_blog_sec .home_blog_wrap .comn_btn {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home_blog_sec .home_blog_wrap .comn_btn {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .comn_btn {
    margin-top: 30px;
  }
}
.home_blog_sec .home_blog_wrap .comn_btn a {
  min-width: 160px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .home_blog_sec .home_blog_wrap .comn_btn a {
    min-width: 140px;
  }
}

.blog_listing_sec {
  padding: 100px 0 50px;
}
@media (max-width: 991px) {
  .blog_listing_sec {
    padding: 70px 0px 30px;
  }
}
@media (max-width: 767px) {
  .blog_listing_sec {
    padding: 65px 0 25px;
  }
}
.blog_listing_sec .home_blog_wrap .row .col-md-4 {
  margin-bottom: 65px;
}
@media (max-width: 1050px) {
  .blog_listing_sec .home_blog_wrap .row .col-md-4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .blog_listing_sec .home_blog_wrap .row .col-md-4 {
    margin-bottom: 40px;
  }
}
.blog_listing_sec .pagination {
  margin: 20px 0 50px;
}
.blog_listing_sec .pagination li a {
  padding: 8px 14px;
  font-weight: 700;
}

.blog_detail_sec {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .blog_detail_sec {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .blog_detail_sec {
    padding: 55px 0 60px;
  }
}
.blog_detail_sec .blog_detail {
  max-width: 1240px;
  margin: auto;
}
.blog_detail_sec .blog_detail h1,
.blog_detail_sec .blog_detail h2,
.blog_detail_sec .blog_detail h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #101010;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog_detail_sec .blog_detail h1,
  .blog_detail_sec .blog_detail h2,
  .blog_detail_sec .blog_detail h3 {
    margin-top: 25px;
    margin-bottom: 12px;
  }
}
.blog_detail_sec .blog_detail h1:first-child,
.blog_detail_sec .blog_detail h2:first-child,
.blog_detail_sec .blog_detail h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .blog_detail_sec .blog_detail h2 {
    font-size: 26px;
  }
}
.blog_detail_sec .blog_detail h2 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .blog_detail_sec .blog_detail h3 {
    font-size: 22px;
  }
}
.blog_detail_sec .blog_detail p,
.blog_detail_sec .blog_detail li {
  margin-bottom: 15px;
}
.blog_detail_sec .blog_detail p:last-child,
.blog_detail_sec .blog_detail li:last-child {
  margin-bottom: 0;
}
.blog_detail_sec .blog_detail li {
  margin-bottom: 5px;
}
.blog_detail_sec .blog_detail li::marker {
  font-weight: 700;
  color: #090d27;
}
.blog_detail_sec .blog_detail ul,
.blog_detail_sec .blog_detail ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog_detail_sec .blog_detail ul:last-child,
.blog_detail_sec .blog_detail ol:last-child {
  margin-bottom: 0;
}
.blog_detail_sec .blog_detail pre {
  margin: 20px 0;
}
.blog_detail_sec .blog_detail blockquote {
  margin: 40px 0;
  padding: 20px 20px;
  font-size: 16px;
  border: 1px solid #090d27;
}
@media (max-width: 575px) {
  .blog_detail_sec .blog_detail blockquote {
    margin: 26px 0;
    font-size: 15px;
    padding: 18px 15px;
  }
}
.blog_detail_sec .blog_detail p img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 8px 20px 25px;
}
@media (max-width: 1050px) {
  .blog_detail_sec .blog_detail p img {
    margin: 20px 0 20px;
    float: none;
    display: block;
  }
}
@media (min-width: 640px) {
  .blog_detail_sec .blog_detail p.for-mobile img {
    display: none;
  }
}
@media (max-width: 640px) {
  .blog_detail_sec .blog_detail p.for-mobile + p img {
    display: none;
  }
}
.blog_detail_sec .blog_detail a {
  color: #159959;
  text-decoration: underline;
  transition: all 0.3s 0s ease-in-out;
}
.blog_detail_sec .blog_detail a:hover {
  color: #159959;
}
.blog_detail_sec .blog_detail:after {
  content: "";
  display: table;
  clear: both;
}

.touch_sec .touch_box {
  max-width: 1190px;
  border-radius: 15px;
  box-shadow: -8.485px 8.485px 20px rgba(1, 2, 2, 0.16);
  background-color: #fff;
  padding: 60px 52px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .touch_sec .touch_box {
    padding: 50px 32px;
  }
}
@media (max-width: 767px) {
  .touch_sec .touch_box {
    padding: 40px 32px 45px;
  }
}
@media (max-width: 575px) {
  .touch_sec .touch_box {
    padding: 30px 22px 35px;
    border-radius: 12px;
  }
}
.touch_sec .touch_box .main_title {
  margin-bottom: 30px;
}
.touch_sec .touch_box .main_title h2 {
  color: #090d27;
}
.touch_sec .touch_box .main_title:after {
  display: none;
}
.touch_sec .touch_box .touch_fields {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -18px;
}
.touch_sec .touch_box .touch_fields .touch_field {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 18px;
}
.touch_sec .touch_box .touch_fields .touch_field.half_field {
  width: 50%;
}
@media (max-width: 575px) {
  .touch_sec .touch_box .touch_fields .touch_field.half_field {
    width: 100%;
  }
}
.touch_sec .touch_box .touch_fields .touch_field.captcha > div > div {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .touch_sec .touch_box .touch_fields .touch_field.captcha > div > div {
    width: 280px !important;
    height: 72px !important;
  }
}
@media (max-width: 575px) {
  .touch_sec .touch_box .touch_fields .touch_field.captcha iframe {
    transform: scale(0.92);
    margin: -4px 0 0 -10px;
  }
}
.touch_sec .touch_box .touch_fields .touch_field input,
.touch_sec .touch_box .touch_fields .touch_field textarea {
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-size: 12px !important;
  color: #000;
  font-weight: 500;
  padding: 11px 20px;
  outline: none;
}
@media (max-width: 575px) {
  .touch_sec .touch_box .touch_fields .touch_field input,
  .touch_sec .touch_box .touch_fields .touch_field textarea {
    padding: 10px 16px;
  }
}
.touch_sec .touch_box .touch_fields .touch_field textarea {
  height: 150px;
}
@media (max-width: 575px) {
  .touch_sec .touch_box .touch_fields .touch_field textarea {
    height: 110px;
  }
}
.touch_sec .touch_box .touch_fields .touch_field .validation-message {
  font-size: 13px;
}
.touch_sec .touch_box .touch_fields .touch_field.submit_btn {
  text-align: center;
}
.touch_sec .touch_box .touch_fields .touch_field.submit_btn .primary-main_btn {
  min-width: 160px;
  color: #fff;
  background: #159959;
  background-color: rgb(21, 153, 89);
  padding: 15px 22px;
  border: 2px solid #159959;
  font-size: 16px !important;
  font-weight: 700;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
  line-height: 15px;
  width: auto;
}
.touch_sec .touch_box .touch_fields .touch_field.submit_btn .primary-main_btn:hover {
  color: #159959 !important;
  background-color: #ffffff;
}
.touch_sec .touch_box .touch_fields .touch_field.touch_success {
  margin-bottom: 0;
}
.touch_sec .touch_box .touch_fields .touch_field.touch_success .success-message.active {
  background-color: #dbeddb;
  color: #007500;
  border: 1px solid #9dd29d;
  padding: 9px 15px 10px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 18px;
}

.services_main_description {
  background-color: #ebf1f9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .services_main_description {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .services_main_description {
    padding: 55px 0 60px;
  }
}
@media (max-width: 575px) {
  .services_main_description {
    padding: 45px 0;
  }
}
.services_main_description .wrapper h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #090d27;
}
@media (max-width: 991px) {
  .services_main_description .wrapper h2 {
    line-height: 1.45;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .services_main_description .wrapper h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .services_main_description .wrapper h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.services_main_description .wrapper .inner-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  color: #000;
}
@media (max-width: 767px) {
  .services_main_description .wrapper .inner-text {
    font-size: 16px;
    line-height: 2;
  }
}
@media (max-width: 575px) {
  .services_main_description .wrapper .inner-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.services_main_description .wrapper .inner-text span {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .services_main_description .wrapper .inner-text span {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .services_main_description .wrapper .inner-text span {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services_main_description .wrapper .inner-text span {
    margin-bottom: 15px;
  }
}
.services_main_description.light-bg {
  background-color: #fff;
}

.services_airport_main {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .services_airport_main {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .services_airport_main {
    padding: 45px 0;
  }
}
.services_airport_main .wrapper .airport_fare_clac {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_fare_clac {
    gap: 40px;
  }
}
.services_airport_main .wrapper .airport_fare_clac .airport_img {
  width: calc(65% - 30px);
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_fare_clac .airport_img {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .services_airport_main .wrapper .airport_fare_clac .airport_img {
    order: 1;
    width: 100%;
  }
}
.services_airport_main .wrapper .airport_fare_clac .airport_img figure {
  border-radius: 10px;
  overflow: hidden;
}
.services_airport_main .wrapper .airport_fare_clac .airport_img figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .services_airport_main .wrapper .airport_fare_clac .airport_img figure {
    position: sticky;
    top: 175px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_fare_clac .airport_img figure {
    border-radius: 5px;
  }
}
.services_airport_main .wrapper .airport_fare_clac .fare_calc {
  width: calc(35% - 30px);
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_fare_clac .fare_calc {
    width: calc(50% - 30px);
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .services_airport_main .wrapper .airport_fare_clac .fare_calc {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_fare_clac .fare_calc .card {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .services_airport_main .wrapper .airport_description {
    order: 2;
    width: 100%;
  }
}
.services_airport_main .wrapper .airport_description.hr-rm-space .one {
  margin-bottom: 0;
}
.services_airport_main .wrapper .airport_description a {
  color: #159959;
  text-decoration: underline;
  font-weight: 700;
}
.services_airport_main .wrapper .airport_description .hr-mr-0 {
  margin-bottom: 0 !important;
}
.services_airport_main .wrapper .airport_description ul {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_description ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services_airport_main .wrapper .airport_description ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description ul {
    padding-left: 25px;
  }
}
.services_airport_main .wrapper .airport_description ul li {
  margin-bottom: 10px;
}
.services_airport_main .wrapper .airport_description li,
.services_airport_main .wrapper .airport_description p {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_description li,
  .services_airport_main .wrapper .airport_description p {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .services_airport_main .wrapper .airport_description li,
  .services_airport_main .wrapper .airport_description p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description li,
  .services_airport_main .wrapper .airport_description p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.services_airport_main .wrapper .airport_description .one {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description .one {
    margin-bottom: 25px;
  }
}
.services_airport_main .wrapper .airport_description .one h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  color: #090d27;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_description .one h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services_airport_main .wrapper .airport_description .one h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description .one h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.services_airport_main .wrapper .airport_description .one p:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_description .one p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services_airport_main .wrapper .airport_description .one p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description .one p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.services_airport_main .wrapper .airport_description .two h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  color: #090d27;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .services_airport_main .wrapper .airport_description .two h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description .two h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.services_airport_main .wrapper .airport_description .two p:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .services_airport_main .wrapper .airport_description .two p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services_airport_main .wrapper .airport_description .two p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services_airport_main .wrapper .airport_description .two p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.services_book_ride {
  padding: 100px 0;
  background-color: #ebf1f9;
}
@media (max-width: 767px) {
  .services_book_ride {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .services_book_ride {
    padding: 45px 0;
  }
}
.services_book_ride.hr-area-toronto-book-ride .wrapper .call-us {
  margin-bottom: 50px;
}
.services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac {
  max-width: 1200px;
  margin: 0 auto;
  gap: 0px;
}
@media (max-width: 1199px) {
  .services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac {
    gap: 60px;
  }
}
.services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac .services_fare_calc {
  margin-left: -210px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac .services_fare_calc {
    margin-left: unset;
    margin-top: unset;
  }
}
.services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac .book_ride_img {
  max-width: 880px;
  max-height: 480px;
}
@media (max-width: 1199px) {
  .services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac .book_ride_img {
    max-width: 800px;
  }
}
.services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac .book_ride_img figure {
  border-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  height: 100%;
}
.services_book_ride.hr-area-toronto-book-ride .wrapper .book_ride_fare_clac .book_ride_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.services_book_ride .wrapper h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #090d27;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .services_book_ride .wrapper h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services_book_ride .wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .services_book_ride .wrapper h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.services_book_ride .wrapper .call-us {
  font-weight: 700;
  text-align: center;
  margin-bottom: 120px;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .services_book_ride .wrapper .call-us {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .services_book_ride .wrapper .call-us {
    margin-bottom: 70px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .services_book_ride .wrapper .call-us {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .services_book_ride .wrapper .call-us {
    font-size: 14px;
    padding: 0 30px;
    margin-bottom: 25px;
  }
}
.services_book_ride .wrapper .call-us a {
  text-decoration: none;
  color: #0055b8;
  transition: 0.3s;
}
.services_book_ride .wrapper .call-us a:hover {
  color: #159959;
}
.services_book_ride .wrapper .book_ride_fare_clac {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .services_book_ride .wrapper .book_ride_fare_clac {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .services_book_ride .wrapper .book_ride_fare_clac {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .services_book_ride .wrapper .book_ride_fare_clac {
    gap: 40px;
  }
}
.services_book_ride .wrapper .book_ride_fare_clac .book_ride_img {
  max-width: 675px;
  width: 100%;
}
@media (max-width: 1199px) {
  .services_book_ride .wrapper .book_ride_fare_clac .book_ride_img {
    max-width: 800px;
  }
}
.services_book_ride .wrapper .book_ride_fare_clac .book_ride_img figure {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .services_book_ride .wrapper .book_ride_fare_clac .book_ride_img figure {
    border-radius: 5px;
  }
}
.services_book_ride .wrapper .book_ride_fare_clac .book_ride_img figure img {
  width: 100%;
  max-width: 100%;
}
.services_book_ride .wrapper .book_ride_fare_clac .services_fare_calc {
  max-width: 460px;
}
@media (max-width: 1199px) {
  .services_book_ride .wrapper .book_ride_fare_clac .services_fare_calc {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}

.why-us-main {
  background-image: url("/storage/images/why-us-bg.jpg");
  color: #ffffff;
  padding: 100px 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .why-us-main {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .why-us-main {
    padding: 45px 0;
  }
}
.why-us-main .heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .why-us-main .heading h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us-main .heading h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.why-us-main .heading .description {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  max-width: 1195px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .why-us-main .heading .description {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .why-us-main .heading .description {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .why-us-main .heading .description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.why-us-main .cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .why-us-main .cards {
    gap: 15px;
  }
}
.why-us-main .cards .card {
  width: 100%;
  border-radius: 5px;
  max-width: calc(25% - 23px);
  padding: 30px;
  transition: 0.3s all;
  background: #ffffff;
  color: #101010;
  position: relative;
  min-height: 150px;
  background-image: linear-gradient(to right, hsl(0, 0%, 100%), hsl(0, 0%, 100%));
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.why-us-main .cards .card a {
  transition: 0.3s;
}
.why-us-main .cards .card::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(228deg, #07c1f9 0%, #5f63bf 100%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.why-us-main .cards .card:hover {
  color: #ffffff;
}
.why-us-main .cards .card:hover a {
  color: #000;
}
.why-us-main .cards .card:hover .card-no {
  color: #fff;
}
.why-us-main .cards .card:hover:before {
  opacity: 1;
}
@media (max-width: 1199px) {
  .why-us-main .cards .card {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .why-us-main .cards .card {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .why-us-main .cards .card {
    max-width: calc(50% - 8px);
    padding: 15px;
  }
}
.why-us-main .cards .card .card-text {
  flex-grow: 1;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .why-us-main .cards .card .card-text {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .why-us-main .cards .card .card-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us-main .cards .card .card-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.35;
  }
}
.why-us-main .cards .card .card-no {
  text-align: end;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  opacity: 0.149;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .why-us-main .cards .card .card-no {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .why-us-main .cards .card .card-no {
    margin: 0;
    font-size: 28px;
  }
}

.book-ride-main {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .book-ride-main {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .book-ride-main {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .book-ride-main {
    padding: 45px 0;
  }
}
.book-ride-main .book-ride {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1199px) {
  .book-ride-main .book-ride {
    align-items: self-start;
  }
}
@media (max-width: 991px) {
  .book-ride-main .book-ride {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .book-ride-main .book-ride {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .book-ride-main .book-ride {
    gap: 25px;
  }
}
.book-ride-main .book-ride .book-ride-img {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .book-ride-main .book-ride .book-ride-img {
    max-width: 100%;
  }
}
.book-ride-main .book-ride .book-ride-img .img-wrappper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.book-ride-main .book-ride .book-ride-img .img-wrappper img {
  width: 100%;
}
.book-ride-main .book-ride .book-ride-content {
  width: 50%;
}
@media (max-width: 991px) {
  .book-ride-main .book-ride .book-ride-content {
    width: 100%;
  }
}
.book-ride-main .book-ride .book-ride-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #090d27;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .book-ride-main .book-ride .book-ride-content h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .book-ride-main .book-ride .book-ride-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .book-ride-main .book-ride .book-ride-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .book-ride-main .book-ride .book-ride-content h2 {
    font-size: 20px;
  }
}
.book-ride-main .book-ride .book-ride-content .book-ride-text {
  line-height: 35px;
  font-size: 18px;
  color: #101010;
  margin-bottom: 35px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .book-ride-main .book-ride .book-ride-content .book-ride-text {
    line-height: 2;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .book-ride-main .book-ride .book-ride-content .book-ride-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .book-ride-main .book-ride .book-ride-content .book-ride-text {
    line-height: 1.6;
    font-size: 14px;
  }
}
.book-ride-main .book-ride .book-ride-content .call-now {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  max-width: 450px;
}
.book-ride-main .book-ride .book-ride-content .call-now a {
  text-decoration: none;
  color: #0055b8;
  transition: 0.3s;
}
.book-ride-main .book-ride .book-ride-content .call-now a:hover {
  color: #002d7a;
}
@media (max-width: 575px) {
  .book-ride-main .book-ride .book-ride-content .call-now {
    font-size: 16px;
    max-width: 340px;
    margin-bottom: 15px;
  }
}
.book-ride-main .book-ride .book-ride-content .book-ride-btn {
  display: inline-block;
  padding: 12px 29px;
  background-color: #159959;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #159959;
  transition: 0.3s;
  text-align: center;
}
.book-ride-main .book-ride .book-ride-content .book-ride-btn:hover {
  background-color: #ffffff;
  color: #159959;
}
@media (max-width: 1440px) {
  .book-ride-main .book-ride .book-ride-content .book-ride-btn {
    padding: 12px 24px;
  }
}
@media (max-width: 575px) {
  .book-ride-main .book-ride .book-ride-content .book-ride-btn {
    font-size: 15px;
    padding: 13px 20px;
    line-height: 1;
  }
}

.fleet_sec {
  background-color: #ecf2f9;
}
.fleet_sec.global_leader {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .fleet_sec.global_leader {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .fleet_sec.global_leader {
    padding: 55px 0 60px;
  }
}
@media (max-width: 575px) {
  .fleet_sec.global_leader {
    padding: 45px 0 50px;
  }
}
.fleet_sec.global_leader .fleet_wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .fleet_sec.global_leader .fleet_wrap {
    padding-bottom: 30px;
  }
}
.fleet_sec .main_title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.fleet_sec .fleet_wrap .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .row {
    margin-bottom: -25px;
  }
}
.fleet_sec .fleet_wrap .row > div {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .row > div {
    margin-bottom: 25px;
  }
}
.fleet_sec .fleet_wrap .fleet_box {
  background-color: #fff;
  border: 1px solid #d6e4f4;
  height: 100%;
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_img {
  position: relative;
  overflow: hidden;
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_img img:hover {
  transform: scale(1.1);
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt {
  padding: 30px 25px 25px;
  border-top: 1px solid #d6e4f4;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1440px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt {
    padding: 30px 20px 25px;
  }
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt {
    padding: 20px 15px 15px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left {
  width: calc(100% - 96px);
  padding-right: 10px;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left {
    width: calc(100% - 85px);
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left h4 {
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left h4 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left h3 {
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left p {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_left p {
    font-size: 13px;
    line-height: 20px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right {
  width: 96px;
  text-align: center;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right {
    width: 85px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul {
    margin-bottom: 12px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul li {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul li {
    margin-right: 18px;
  }
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul li {
    font-size: 17px;
    line-height: 1;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul li:last-child {
  margin-right: 0;
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul li img {
  display: block;
  margin: 0 auto 6px;
  min-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right ul li img {
    margin-bottom: 5px;
    width: 21px;
    height: 20px;
    min-height: auto;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right a {
  color: #0055b8;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  transition: all 0.3s 0s ease-in-out;
}
@media (max-width: 575px) {
  .fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right a {
    font-size: 13px;
  }
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right a:hover {
  color: #1d9e5f;
}
.fleet_sec .fleet_wrap .fleet_box .fleet_box_txt .fleet_box_txt_right a:after {
  content: "";
  border-bottom: 1px solid currentColor;
  display: block;
}
.fleet_sec .book_cta {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .fleet_sec .book_cta {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .fleet_sec .book_cta {
    margin-top: 25px;
  }
}

.global_leader {
  padding: 30px 0;
  position: relative;
}
.global_leader:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent, #d6e4f4 20%, #d6e4f4 80%, transparent);
}
.global_leader .global_gallery .gallery_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -25px;
}
@media (max-width: 1199px) {
  .global_leader .global_gallery .gallery_wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .global_leader .global_gallery .gallery_wrap {
    margin-bottom: -12px;
  }
}
.global_leader .global_gallery .gallery_wrap .wrap-img {
  padding: 0 54px;
  position: relative;
  min-height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img {
    margin-bottom: 12px;
    padding: 0 12px;
  }
}
.global_leader .global_gallery .gallery_wrap .wrap-img::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, transparent, #d6e4f4 15%, #d6e4f4 85%, transparent);
}
@media (max-width: 575px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img::after {
    background-image: linear-gradient(0deg, transparent, #d6e4f4 40%, #d6e4f4 60%, transparent);
  }
}
.global_leader .global_gallery .gallery_wrap .wrap-img:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img:nth-child(3n):after {
    display: none;
  }
}
.global_leader .global_gallery .gallery_wrap .wrap-img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 575px) {
  .global_leader .global_gallery .gallery_wrap .wrap-img img {
    height: auto;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 80px;
    width: 100%;
  }
}

.hiring-wrap .hiring_boxes .hiring_box {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hiring-wrap .hiring_boxes .hiring_box {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap .hiring_boxes .hiring_box {
    margin-bottom: 35px;
  }
}
.hiring-wrap .hiring_boxes .hiring_box:last-child {
  margin-bottom: 0;
}
.hiring-wrap .hiring_boxes .hiring_box .row {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hiring-wrap .hiring_boxes .hiring_box .row > div {
    width: 100%;
  }
}
.hiring-wrap .hiring_boxes .hiring_box .hiring_wrap {
  max-width: 640px;
}
@media (max-width: 991px) {
  .hiring-wrap .hiring_boxes .hiring_box .hiring_wrap {
    max-width: none;
    margin-bottom: 26px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap .hiring_boxes .hiring_box .hiring_wrap {
    margin-bottom: 20px;
  }
}
.hiring-wrap .hiring_boxes .hiring_box .hiring_wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.hiring-wrap .hiring_boxes .hiring_box h4,
.hiring-wrap .hiring_boxes .hiring_box h3 {
  font-size: 22px;
  line-height: 24px;
  color: #101010;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .hiring-wrap .hiring_boxes .hiring_box h4,
  .hiring-wrap .hiring_boxes .hiring_box h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .hiring-wrap .hiring_boxes .hiring_box h4,
  .hiring-wrap .hiring_boxes .hiring_box h3 {
    margin-bottom: 10px;
  }
}
.hiring-wrap .hiring_boxes .hiring_box p {
  margin-bottom: 9px;
}
@media (max-width: 575px) {
  .hiring-wrap .hiring_boxes .hiring_box p {
    margin-bottom: 6px;
  }
}
.hiring-wrap .hiring_boxes .hiring_box .link_btn a {
  font-weight: 600;
  text-decoration: underline;
  color: #101010;
}
.hiring-wrap .hiring_boxes .hiring_box .link_btn a:hover {
  color: #090d27;
}
.hiring-wrap .hiring_boxes .hiring_box .hiring_text {
  max-width: 640px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hiring-wrap .hiring_boxes .hiring_box .hiring_text {
    max-width: none;
    margin-left: 0;
  }
}
.hiring-wrap .hiring_boxes .hiring_box:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.hiring-wrap .hiring_boxes .hiring_box:nth-child(2n) .hiring_wrap {
  margin-left: auto;
}
.hiring-wrap .hiring_boxes .hiring_box:nth-child(2n) .hiring_text {
  margin-left: 0;
}

.safety_sec {
  background-color: #ecf5ff;
}
.safety_sec .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .safety_sec .row {
    margin-bottom: -40px;
  }
}
.safety_sec .row > div {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .safety_sec .row > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .safety_sec .main_title {
    margin-bottom: 40px;
  }
  .safety_sec .main_title h2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.safety_sec .main_title p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .safety_sec .main_title p {
    max-width: 400px;
  }
}
.safety_sec .safety_wrap {
  text-align: center;
}
.safety_sec .safety_wrap .safety_box_img {
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .safety_sec .safety_wrap .safety_box_img {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .safety_sec .safety_wrap .safety_box_img {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .safety_sec .safety_wrap .safety_box_img img {
    max-width: 100%;
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .safety_sec .safety_wrap .safety_box_img img {
    padding: 20px;
  }
}
.safety_sec .safety_wrap .safety_box_txt {
  max-width: 310px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .safety_sec .safety_wrap .safety_box_txt {
    max-width: 380px;
  }
}
.safety_sec .safety_wrap .safety_box_txt h4 {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 575px) {
  .safety_sec .safety_wrap .safety_box_txt h4 {
    font-size: 18px;
  }
}
.safety_sec .safety_wrap .safety_box_txt h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 575px) {
  .safety_sec .safety_wrap .safety_box_txt h3 {
    font-size: 18px;
  }
}
.safety_sec .safety_wrap .safety_box_txt p {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 575px) {
  .safety_sec .safety_wrap .safety_box_txt p {
    font-size: 15px;
    line-height: 23px;
  }
}
.safety_sec .safety_wrap .safety_box_txt p:last-child {
  margin-bottom: 0;
}

.bottom-pad {
  padding-bottom: 0;
}

.billy-bishop-airport-parking.hire-taxi ul, .hire-taxi.hire-taxi ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
}
.billy-bishop-airport-parking.hire-taxi .jhon-c-airport-parking-img, .hire-taxi.hire-taxi .jhon-c-airport-parking-img {
  margin-bottom: 50px;
}
.billy-bishop-airport-parking.hire-taxi .jhon-c-airport-parking-img .img-wrappper img, .hire-taxi.hire-taxi .jhon-c-airport-parking-img .img-wrappper img {
  max-width: 100%;
  width: 100%;
}
.billy-bishop-airport-parking ul, .hire-taxi ul {
  padding-left: 20px;
  list-style-type: number;
}
.billy-bishop-airport-parking ul:not(:last-of-type), .hire-taxi ul:not(:last-of-type) {
  padding-bottom: 20px;
}
.billy-bishop-airport-parking ul.arrow li, .hire-taxi ul.arrow li {
  padding-left: 30px;
  position: relative;
}
.billy-bishop-airport-parking ul.arrow li:before, .hire-taxi ul.arrow li:before {
  position: absolute;
  left: 0;
  background-image: url(/storage/images/list-arrow.png);
  background-size: 13px 12px;
  width: 20px;
  height: 35px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 767px) {
  .billy-bishop-airport-parking ul.arrow li:before, .hire-taxi ul.arrow li:before {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .billy-bishop-airport-parking ul.arrow li:before, .hire-taxi ul.arrow li:before {
    background-size: 9px 8px;
    width: 18px;
    height: 23px;
  }
}
.billy-bishop-airport-parking p, .billy-bishop-airport-parking li, .hire-taxi p, .hire-taxi li {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .billy-bishop-airport-parking p, .billy-bishop-airport-parking li, .hire-taxi p, .hire-taxi li {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .billy-bishop-airport-parking p, .billy-bishop-airport-parking li, .hire-taxi p, .hire-taxi li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
  }
}
.billy-bishop-airport-parking .sub-heading, .hire-taxi .sub-heading {
  font-size: 22px;
  line-height: 35px;
  color: #000000;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .billy-bishop-airport-parking .sub-heading, .hire-taxi .sub-heading {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .billy-bishop-airport-parking .sub-heading, .hire-taxi .sub-heading {
    font-size: 18px;
  }
}
.billy-bishop-airport-parking .list-head, .hire-taxi .list-head {
  font-weight: 700;
}
.billy-bishop-airport-parking .billy-bishop-airport-parking-img, .hire-taxi .billy-bishop-airport-parking-img {
  margin: 60px 0;
}
.billy-bishop-airport-parking .billy-bishop-airport-parking-img img, .hire-taxi .billy-bishop-airport-parking-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .billy-bishop-airport-parking .billy-bishop-airport-parking-img, .hire-taxi .billy-bishop-airport-parking-img {
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .billy-bishop-airport-parking .billy-bishop-airport-parking-img, .hire-taxi .billy-bishop-airport-parking-img {
    margin: 30px 0;
  }
}
.billy-bishop-airport-parking .note, .hire-taxi .note {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .billy-bishop-airport-parking .note, .hire-taxi .note {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .billy-bishop-airport-parking .note, .hire-taxi .note {
    font-size: 16px;
  }
}

.legacy-of-john-c-airport .main_title {
  margin-bottom: 0;
}
.legacy-of-john-c-airport .main_title h2 {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .legacy-of-john-c-airport .main_title h2 {
    margin-bottom: 28px;
  }
}
.legacy-of-john-c-airport .airport-things-image .img-wrapper {
  display: flex;
  justify-content: center;
  row-gap: 20px;
  margin-top: 60px;
}
.legacy-of-john-c-airport .airport-things-image .img-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .legacy-of-john-c-airport .airport-things-image .img-wrapper {
    flex-wrap: wrap;
  }
  .legacy-of-john-c-airport .airport-things-image .img-wrapper figure {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .legacy-of-john-c-airport .airport-things-image .img-wrapper {
    margin-top: 40px;
    align-items: center;
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .legacy-of-john-c-airport .airport-things-image .img-wrapper {
    margin-top: 30px;
    flex-direction: column;
  }
  .legacy-of-john-c-airport .airport-things-image .img-wrapper figure {
    width: initial;
  }
}

.highlights-of-buffalo-niagara-airport .main_title {
  margin-bottom: 0;
}
.highlights-of-buffalo-niagara-airport .main_title h2 {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .highlights-of-buffalo-niagara-airport .main_title h2 {
    margin-bottom: 28px;
  }
}
.highlights-of-buffalo-niagara-airport .img-wrappper img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .highlights-of-buffalo-niagara-airport .img-wrappper {
    display: none;
  }
}

.bufalo-airport-rates .main_title {
  margin-bottom: 0;
}
.bufalo-airport-rates .main_title h2 {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .bufalo-airport-rates .main_title h2 {
    margin-bottom: 28px;
  }
}
.bufalo-airport-rates .parking-rates {
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
.bufalo-airport-rates .parking-rates .parking-rates-wrapper {
  max-width: 900px;
}
.bufalo-airport-rates .parking-rates .parking-rates-wrapper table {
  margin-bottom: 20px;
}
.bufalo-airport-rates .parking-rates .parking-rates-wrapper table .hours {
  min-width: 90px;
}
.bufalo-airport-rates .parking-rates .parking-rates-wrapper table th {
  font-weight: 700 !important;
  background-color: #090d27;
  color: #fff !important;
}
.bufalo-airport-rates .parking-rates .parking-rates-wrapper table td, .bufalo-airport-rates .parking-rates .parking-rates-wrapper table th {
  padding: 10px 15px;
  border: 1px solid grey;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bufalo-airport-rates .parking-rates .parking-rates-wrapper table td, .bufalo-airport-rates .parking-rates .parking-rates-wrapper table th {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .bufalo-airport-rates .parking-rates .parking-rates-wrapper table td, .bufalo-airport-rates .parking-rates .parking-rates-wrapper table th {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
  }
}
.bufalo-airport-rates .parking-rates .parking-rates-wrapper .note {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .bufalo-airport-rates .parking-rates .parking-rates-wrapper .note {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .bufalo-airport-rates .parking-rates .parking-rates-wrapper .note {
    font-size: 16px;
  }
}
.bufalo-airport-rates .parking-map .img-wrappper img {
  max-width: 100%;
  width: 100%;
}

.highlights-of-buffalo-niagara-airport .img-wrappper img {
  max-width: 100%;
  width: 100%;
}
.highlights-of-buffalo-niagara-airport .heighlight-points {
  display: none;
}
@media (max-width: 991px) {
  .highlights-of-buffalo-niagara-airport .heighlight-points {
    display: block;
  }
}
.highlights-of-buffalo-niagara-airport .heighlight-points ul {
  padding: 0;
  list-style: none;
}
.highlights-of-buffalo-niagara-airport .heighlight-points ul li {
  display: flex;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .highlights-of-buffalo-niagara-airport .heighlight-points ul li {
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
  }
}
.highlights-of-buffalo-niagara-airport .heighlight-points ul li span {
  font-size: 32px;
  font-weight: 700;
  color: #090d27;
  margin-right: 20px;
  display: inline-block;
  min-width: 44px;
  text-align: center;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .highlights-of-buffalo-niagara-airport .heighlight-points ul li span {
    font-size: 28px;
    margin-right: 15px;
    min-width: 39px;
  }
}
@media (max-width: 575px) {
  .highlights-of-buffalo-niagara-airport .heighlight-points ul li span {
    font-size: 26px;
    margin-right: 10px;
    min-width: 36px;
    margin-top: 5px;
  }
}

.contact-info {
  margin-right: 30px;
}
.contact-info p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.contact-info p a {
  font-weight: 500 !important;
}
@media (max-width: 1199px) {
  .contact-info {
    display: none;
  }
}

.navbar-default .navbar-collapse.in .left-menu li:nth-child(7) {
  transform: translateX(0);
  transition: transform 1.8s ease-in-out;
}

@media (max-width: 575px) {
  .hero_sec .hero-wrap .hero_txt ul li {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .booking_page .hero-wrap {
    background-image: url("/storage/images/airport-limo-services.jpg");
  }
}
@media (max-width: 767px) {
  .booking_page .hero-wrap {
    background-image: url("/storage/images/rydeus_home_bg_mob.jpg");
    padding: 50px 0;
    min-height: 510px;
    background-position: 30% 50%;
  }
}
@media (max-width: 599px) {
  .booking_page .hero-wrap {
    min-height: 460px;
    background-position: 15% 50%;
  }
}
@media (max-width: 480px) {
  .booking_page .hero-wrap {
    min-height: 380px;
    padding: 30px 0;
  }
}

.coupon-code-main .discount-coupon-wrapper {
  background-image: url("/storage/images/five-percent-off.jpg");
  padding: 30px 100px;
  display: flex;
  gap: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .coupon-code-main .discount-coupon-wrapper {
    align-items: center;
    gap: 25px;
    padding: 70px;
  }
}
@media (max-width: 1199px) {
  .coupon-code-main .discount-coupon-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper {
    padding: 70px 50px;
  }
}
@media (max-width: 575px) {
  .coupon-code-main .discount-coupon-wrapper {
    padding: 70px 20px;
  }
}
.coupon-code-main .discount-coupon-wrapper h3 {
  font-size: 51px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 55%;
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .coupon-code-main .discount-coupon-wrapper h3 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .coupon-code-main .discount-coupon-wrapper h3 {
    width: 100%;
    text-align: center;
  }
  .coupon-code-main .discount-coupon-wrapper h3 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .coupon-code-main .discount-coupon-wrapper h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper h3 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .coupon-code-main .discount-coupon-wrapper h3 {
    font-size: 30px;
  }
}
.coupon-code-main .discount-coupon-wrapper h3 span {
  color: #169a5a;
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap {
  width: 60%;
}
@media (max-width: 1440px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap {
    width: 100%;
  }
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap .coupon_notice {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap .coupon_notice {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap .coupon_notice {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap .coupon_notice {
    margin: 10px 0 30px 0;
  }
}
@media (max-width: 575px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap .coupon_notice {
    margin-top: 0px;
  }
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group {
  width: 100%;
  position: relative;
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group {
    flex-direction: column;
    gap: 15px;
  }
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group input {
  width: calc(100% - 217px);
  height: 52px;
  border: 2px solid transparent;
  padding: 10px 20px;
  border-right-width: 0px;
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group input:focus-visible {
  outline: 0;
  border-color: #1d9e5f;
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group input {
    width: 100%;
    border-right-width: 2px;
  }
}
@media (max-width: 575px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group input {
    padding: 10px;
  }
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group .primary-main_btn:hover {
  background-color: #fff;
}
@media (max-width: 767px) {
  .coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .form-group .primary-main_btn {
    width: 100%;
  }
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .validation-message {
  position: absolute;
  top: calc(100% + 5px);
  font-weight: 500;
}
.coupon-code-main .discount-coupon-wrapper .coupon-form-wrap #unlock-coupon-form .btn-group .success-message {
  position: absolute;
  top: calc(100% + 5px);
  font-weight: 600;
  color: #169a5a;
}
.coupon-code-main .discount-coupon-wrapper.on-hero-sec h3.percentage {
  font-size: 28px;
  font-weight: 500;
}
.coupon-code-main .discount-coupon-wrapper.on-hero-sec h3.percentage span {
  color: #1d9e5f;
  font-weight: 600;
}

.discount-coupon-wrapper.on-hero-sec {
  max-width: 550px;
}
.discount-coupon-wrapper.on-hero-sec h3.percentage {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.discount-coupon-wrapper.on-hero-sec h3.percentage span {
  color: #1d9e5f;
  font-weight: 600;
}
.discount-coupon-wrapper.on-hero-sec .coupon-form-wrap .coupon_notice {
  font-weight: 500;
  margin-bottom: 30px;
}
.discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group {
  width: 100%;
}
.discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group .form-group {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group .form-group input {
  flex-grow: 1;
  padding: 9px 20px;
  border: 1px solid rgba(19, 19, 19, 0.1803921569);
}
.discount-coupon-wrapper.on-hero-sec .coupon-form-wrap #unlock-coupon-form .btn-group .form-group .primary-main_btn:hover {
  background-color: #fff;
}

#internal_start-section .ride-wrap .confirm-vehile_details .confirm-vehicle .coupon .apply-btn-wrap {
  margin-left: 0px !important;
  width: 100% !important;
}
#internal_start-section .ride-wrap .confirm-vehile_details .confirm-vehicle .coupon .apply-btn-wrap .btn-primary {
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #002663;
  background-color: #fff;
  color: #002663;
}
#internal_start-section .ride-wrap .confirm-vehile_details .confirm-vehicle .coupon .apply-btn-wrap .btn-primary:focus {
  outline: 0 !important;
  border-color: #002663 !important;
}
#internal_start-section .ride-wrap .confirm-vehile_details .confirm-vehicle .coupon .apply-btn-wrap .btn-primary:hover {
  background-color: #002663;
  color: #fff;
}
#internal_start-section .ride-wrap .confirm-vehile_details .confirm-vehicle .coupon .apply-btn-wrap .btn-primary i {
  font-size: 20px;
  font-weight: 400;
}

#couponModal .modal-content .modal-header {
  padding: 25px 20px 15px 25px;
  position: relative;
}
#couponModal .modal-content .modal-header:after, #couponModal .modal-content .modal-header:before {
  display: none;
}
#couponModal .modal-content .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
#couponModal .modal-content .modal-header .close {
  margin-top: 0px;
  opacity: 1;
  border: 2px solid #002663;
  border-radius: 50%;
  line-height: 14px;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#couponModal .modal-content .modal-header .close span {
  line-height: inherit;
  display: inline-block;
  font-size: 24px;
  color: #002663;
}
#couponModal .modal-content .modal-body {
  padding: 30px 15px;
}
#couponModal .modal-content .modal-body #couponForm .no-coupon {
  margin-bottom: 0px;
  color: red;
  font-weight: 500;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  background: #ffeded;
}
#couponModal .modal-content .modal-body #couponForm #coupon .coupon-bar {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #f2f2f2;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#couponModal .modal-content .modal-body #couponForm #coupon .coupon-bar .name-coupon-wrap {
  display: flex;
  flex-direction: column;
}
#couponModal .modal-content .modal-body #couponForm #coupon .coupon-bar .name-coupon-wrap span.coupon_code {
  border: 2px dashed #002663;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #002663;
  font-weight: 600;
}
#couponModal .modal-content .modal-body #couponForm #coupon .coupon-bar .apply-coupon {
  background-color: #159959;
  border: 2px solid #159959;
  padding: 6px 15px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
}
#couponModal .modal-content .modal-body #couponForm #coupon .coupon-bar .apply-coupon:focus {
  outline: 0;
}
#couponModal .modal-content .modal-body #couponForm #coupon .coupon-bar .apply-coupon:hover {
  color: #159959;
  background-color: #ffffff;
}

.coupen-remove {
  margin: 0;
  padding: 10px;
  justify-content: space-between;
  max-width: 435px;
  border: 1px solid #002663;
  border-radius: 4px;
}
.coupen-remove h3 {
  font-weight: 700 !important;
}
.coupen-remove span {
  color: #808080;
  font-size: 13px;
  margin-top: -4px;
  display: block;
  font-weight: 500 !important;
}
.coupen-remove .right-side {
  margin-bottom: 0;
}
.coupen-remove .btn-primary {
  border: 0;
}

.btn-blue-border {
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #002663;
  background-color: #fff;
  color: #002663;
}
.btn-blue-border:focus {
  outline: 0 !important;
  border-color: #002663 !important;
}
.btn-blue-border:hover {
  background-color: #002663;
  color: #fff;
}
.btn-blue-border i {
  font-size: 20px;
  font-weight: 400;
}

.apply-coupon.disabled:focus {
  outline: 0;
}
.apply-coupon.disabled:hover {
  color: #fff !important;
  background-color: #159959 !important;
}

.blue-btn {
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  background-color: #002663;
  border: 2px solid #002663;
}
.blue-btn:focus {
  outline: none !important;
}
.blue-btn:hover {
  background-color: #fff;
  border: 2px solid #002663;
  color: #002663;
}

.font-semibold {
  font-weight: 600;
}

.text-green {
  color: #159959;
}

.coupen-discount {
  border-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 480px) {
  .offer-applied .text-green {
    margin-left: 5px;
  }
}

.icon-tab .call-icon {
  background-color: #0654b0 !important;
  width: auto !important;
  margin-right: 16px !important;
}
.icon-tab .call-icon i {
  font-size: 25px !important;
}

.icon-tab.after_login .call-icon {
  margin-right: 5px !important;
}
