body {
  margin: 0;
  background-color: var(--kt-primary);
  color: var(--kt-BodyTxt);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

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

[role="button"] {
  cursor: pointer;
}

.h1,
h1 {
  line-height: 48px;
  font-size: 48px;
}

.h2,
.h4,
.h5,
.h6,
h2,
h4,
h5,
h6 {
  font-weight: 700;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

:focus-visible {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 21px;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

:root {
  --kt-primary: #1d4b79;
  --kt-secondary: #e0a409;
  --kt-success: #50cd89;
  --kt-info: #0ea5e9;
  --kt-warning: #ffc700;
  --kt-danger: #f1416c;
  --kt-dark: #181c32;
  --kt-LightBg: #ebf5ff;
  --kt-InputLine: #bbddff;
  --kt-disableBtn: #83a1c0;
  --kt-BodyTxt: #323232;
  --kt-phTxt: #696969;
  --kt-border: #bbddff;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  font-size: 1.15em;
  padding: 11px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.btn img {
  margin: 0px 5px 2px 5px;
  vertical-align: middle;
}

.btn svg {
  margin: 2px 0px 2px 5px;
}

.btn span {
  top: -2px;
  position: relative;
  margin-left: 10px;
}

.btn-primary {
  background-color: var(--kt-primary);
  border-color: var(--kt-primary);
}

.btn-outline-primary {
  background-color: #fff;
  color: var(--kt-primary);
  border: 1px solid var(--kt-primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--kt-primary);
  border-color: var(--kt-primary);
}

.btn-outline-info {
  background-color: #fff;
  color: var(--kt-info);
  border: 1px solid var(--kt-info);
}

.btn-outline-info:hover {
  color: #fff;
  background-color: var(--kt-info);
  border-color: var(--kt-info);
}

.btn-outline-success {
  background-color: #fff;
  color: var(--kt-success);
  border: 1px solid var(--kt-success);
}

.btn-outline-success:hover {
  color: #fff;
  background-color: var(--kt-success);
  border-color: var(--kt-success);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--kt-primary);
  border-color: var(--kt-primary);
}

.btn-outline-primary:hover img {
  filter: brightness(100);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--kt-secondary);
  border-color: var(--kt-secondary);
}

.btn-secondary {
  background-color: var(--kt-secondary);
  border-color: var(--kt-secondary);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--kt-primary);
  border-color: var(--kt-primary);
}

.border-bottom {
  border-bottom: 1px solid var(--kt-border) !important;
}

.border-top,
hr {
  border-top: 1px solid var(--kt-border) !important;
}

.form-control {
  position: relative;
  width: 100%;
  background: #fff;
  outline: 0;
  padding: 10px 20px;
  transition: all 0.3s ease;
  color: var(--kt-primary);
  border: 1px solid var(--kt-InputLine);
  border-radius: 40px;
  font-size: 1em;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e0efff;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 46px;
}

textarea.form-control {
  min-height: 80px;
  border-radius: 15px;
}

/**** Home Page ****/

.home-slider .owl-carousel {
  background-color: #ebf5ff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}

.car-feature ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.home-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  object-position: top center;
}

.home-slider .car-feature {
  position: absolute;
  top: 0;
  right: 0;
}

.home-slider a.btn-slider {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-slider {
  background-color: var(--kt-primary);
  background-color: #1f4e7c;
  padding: 0 0 100px;
}

.header {
  /* background-color: var(--kt-primary); */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
}

.header .top-bar .logo {
  width: 20%;
  text-align: center;
}

.header .top-bar .logo img {
  max-width: 14rem;
}

.header .top-bar {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.header .userLink b {
  display: block;
}

.header .userLink {
  line-height: 1.2;
}

.header .signlink a {
  font-family: "TT Supermolot Neue";
  font-size: 1.1em;
  margin: 5px;
  color: #fff;
}

.header .top-bar .menulink {
  width: 40%;
}

.header .top-bar .call {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}

.header .top-bar .call b {
  font-size: 17px;
}

.header .top-bar .top-right {
  width: 40%;
  text-align: right;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header .top-bar .top-right .btn {
  margin-left: 15px;
  margin-top: -5px;
}

.bannerImg {
  display: flex;
  justify-content: center;
  min-height: 500px;
  align-items: center;
}

.car-feature li span {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 30px;
  height: 30px;
  border-radius: 30px;
  justify-content: center;
  margin-bottom: 5px;
}

.car-feature ul li {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  background-color: #daecff;
  padding: 10px 15px;
  border-radius: 6px;
}

/*Footer start*/
.footerMain {
  background-color: #1c1c1c;
  color: #b1b1b1;
}

.footerCopyright {
  background-color: #303030;
  padding: 28px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.footerTop {
  padding: 80px 0 25px;
}

.footerBox {
  margin-bottom: 25px;
}

.footerBox h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.footerLink {
  margin-bottom: 15px;
}

.footerLink li a {
  position: relative;
  display: inline-block;
  line-height: 100%;
  padding-left: 15px;
}
footer a:hover {
  color: var(--kt-secondary);
}

.footerLink li a:before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  top: 0px;
}

.footerLink li {
  margin-bottom: 10px;
}

.footerLink1 li {
  margin-bottom: 10px;
}

.footerLink1 a {
  display: inline-block;
  line-height: 100%;
  padding-left: 25px;
  position: relative;
}

.footerLink1 a i {
  position: absolute;
  left: 0;
}

/*Footer end*/

/*********** menu *************/

.button_container {
  position: relative;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 10px;
}

.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
}

.overlay:before {
  content: "";
  background: var(--kt-primary);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: left 0.35s ease;
}

.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}

.overlay.open:before {
  left: 0;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay nav {
  position: relative;
  height: 100%;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  z-index: 100;
  display: flex;
  align-items: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  line-height: 50px;
  font-size: 1.2em;
  text-transform: uppercase;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  transform: translateX(-0%);
  height: 1px;
  background: #fff;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hide {
  display: none !important;
}

.chatwithus {
  background-color: var(--kt-secondary);
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

table {
  font-size: 1em;
}

.table-bordered {
  border: 1px solid #bbddff;
  background: #fff;
}

.table-bordered td,
.table-bordered th {
  border: none;
  border-bottom: 1px solid #bbddff;
  vertical-align: middle;
}

.table-bordered th {
  padding: 0.75rem 0.3rem !important;
}

label {
  font-weight: 600;
}

.addPass th:last-child,
.addPass td:last-child {
  width: 100px;
  text-align: center;
}

.addPass th:first-child,
.addPass td:first-child {
  text-align: center;
}

/*********** menu end *************/

.form-content {
  text-align: center;
  padding: 0 30px;
}

.form-content h3 {
  color: #fff;
  text-transform: uppercase;
}

.form-content > p {
  color: #fff;
}

.form-content .sigin-form {
  margin: 0px auto 0;
  text-align: center;
  background-color: var(--kt-LightBg);
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.form-content .sigin-form .or {
  padding: 10px 0px;
  font-weight: 600;
}

.form-content .sigin-form .or:after {
  content: "";
  height: 1px;
  width: 60px;
  display: inline-block;
  background: #000;
  margin: 10px 10px 4px 10px;
}

.form-content .sigin-form .or:before {
  content: "";
  height: 1px;
  width: 60px;
  display: inline-block;
  background: #000;
  margin: 10px 10px 4px 10px;
}

.form-content .form-group {
  text-align: left;
}

.form-content .flink {
  text-align: right;
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-content .slink {
  text-align: center;
  display: block;
  font-weight: 600;
  margin-top: 15px;
}

.form-content .notes {
  margin: 15px 0 15px;
  font-size: 13px;
}

.form-content .inputIcon {
  position: relative;
}

.form-content .inputIcon .form-control {
  padding-right: 40px;
}

.form-content .inputIcon .icon {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.form-content .register-form {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--kt-LightBg);
  padding: 40px;
  border-radius: 30px;
}

.form-content .sgnlink {
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
}

.form-content .register-form .notes {
  margin: 15px 0 30px;
  font-size: 13px;
}

.form-content label {
  font-size: 13px;
  margin: 0px 5px 5px;
}

.form-page {
  min-height: calc(100vh - 200px);
}

.form-page input::-webkit-outer-spin-button,
.form-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tabs ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  justify-content: space-around;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--kt-InputLine);
}

.tabs li {
  width: 50%;
}

.tabs li a {
  background: #fff;
  width: 100%;
  padding: 10px 30px;
  display: block;
  margin: 0;
  cursor: pointer;
  line-height: 18px;
  text-decoration: none;
}

.tabs {
  margin-bottom: 15px;
}

.tabs li a.active {
  background: var(--kt-primary);
  color: #fff;
}

.otpField {
  display: flex;
}

.otpField input {
  margin: 0 5px;
  text-align: center;
}

.otpField input:first-child {
  margin-left: 0;
}

.otpField input:last-child {
  margin-right: 0;
}

.paging {
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: 0;
  color: var(--kt-primary);
  font-weight: 500;
}
.inner-page {
  padding-top: 100px;
  padding-bottom: 50px;
  min-height: calc(100vh - 320px);
}

.inner-page .page-detail {
  background-color: var(--kt-LightBg);
  padding: 30px 30px;
  border-radius: 15px;
  height: 100%;
  min-height: 500px;
}

.inner-page .page-detail h4 {
  margin-bottom: 15px;
  text-align: left;
}

.inner-page .page-detail h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 24px;

}

.inner-page .page-detail h3 {
  margin-bottom: 15px;
  text-align: left;
}

.inner-page .page-detail p {
  margin-bottom: 30px;
}

.contactus-page p {
  font-size: 15px;
  line-height: 1.5;
}
.conTxt i {
  width: 30px;
  margin-top: 5px;
}
.conTxt {
  font-size: 15px;
  line-height: 1.5;
}
.conTxt li {
  margin-bottom: 5px;
  display: flex;
}
.contactImg {
  margin-bottom: 30px;
}

.contactImg img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contactus-page .page-detail {
  background-color: var(--kt-LightBg);
  padding: 30px 30px;
  border-radius: 15px;
  height: 100%;
  min-height: 500px;
}

img {
  max-width: 100%;
}

/*********** menu end *************/
.bookaride-page .ride-form {
  background-color: var(--kt-LightBg);
  padding: 30px 30px;
  border-radius: 15px;
  height: 100%;
}

.bookaride-page .ride-form [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.bookaride-page .addStop {
  cursor: pointer;
  color: var(--kt-primary) !important;
  font-weight: 600;
  margin-right: 5px;
}

.bookaride-page .map-view {
  background: #fff;
  height: 100%;
  width: calc(100% + 40px);
  overflow: hidden;
  margin-left: -40px;
  z-index: 0;
  position: relative;
  border-radius: 0 15px 15px 0;
  padding: 30px 0px 30px 40px;
}

.bookaride-page .list-view {
  background: #fff;
  height: 100%;
  width: calc(100% + 40px);
  overflow: hidden;
  margin-left: -40px;
  z-index: 0;
  position: relative;
  border-radius: 0 15px 15px 0;
  padding: 30px 0px 30px 40px;
}

.bookaride-page .map-view iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.bookaride-page .stopadrs {
  position: relative;
  display: flex;
}

.bookaride-page span.deleteStop {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  background: red;
  padding: 5px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.bookaride-page .viewBtn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  padding: 7px 15px 5px;
  line-height: 18px;
  font-size: 1rem;
}

.bookaride-page .searchTitle {
  font-size: 18px;
  margin-bottom: 15px;
}

.bookaride-page .carImg img {
  width: 100%;
}

.bookaride-page .carlisting .row {
  border-bottom: 1px solid var(--kt-LightBg);
  padding: 15px 0;
}

.bookaride-page .carlisting {
  padding: 0 45px;
}

.bookaride-page .carlisting a.btn {
  font-size: 1rem;
  line-height: 1;
  padding: 9px 20px;
}

.bookaride-page .listing-header {
  border-bottom: 1px solid var(--kt-LightBg);
  padding: 15px 30px 15px;
}

.bookaride-page .loadMore {
  text-align: center;
}

.paymentinfo h4 {
  margin-bottom: 15px;
}

.paymentinfo {
  background-color: var(--kt-LightBg);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  position: relative;
  border-radius: 15px;
  padding: 30px 30px 30px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.dateTime b {
  display: block;
}

.dateTime .serType {
  font-size: 13px;
}

.disTxt {
  text-align: right;
}

.disTxt .value {
  color: #228be6;
  display: block;
  font-weight: 600;
}

.disTxt .lbl {
  font-size: 13px;
}

.carInfo .car-feature {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
}

.carInfo .car-feature li {
  margin-right: 15px;
}

.carInfo .car-feature li img {
  margin-right: 5px;
}

.carInfo .carTitle {
  margin-bottom: 0.2rem;
}

.locDec {
  padding: 0;
  list-style: none;
  margin-left: 18px;
}

.locDec li {
  margin-bottom: 0.3rem;
  position: relative;
}

.locDec li:not(:last-child):after {
  height: 100%;
}

.locDec span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  margin: 6px 10px 0 0;
  vertical-align: top;
  margin-left: -18px;
  z-index: 1;
  position: relative;
}

.locDec .locP span {
  background: #22c55e;
}

.locDec .locD span {
  background: #ef4444;
}

.locDec .locM {
  font-size: 0.9em;
}

.locDec .locM span {
  background: #fff;
  border: 1px solid #343a40;
}

.locDec li:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
  width: 1px;
  border-left: 1px dotted #343a40;
}

.trip-detail {
  background: #fff;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  position: relative;
  border-radius: 15px 0 0 15px;
  padding: 0px 15px 0 0;
  margin-right: -15px;
}

.trip-detail h4.sub-title {
  padding: 30px 30px 15px;
  border-bottom: 1px solid var(--kt-LightBg);
}

.trip-detail .detail-header {
  margin: 15px 30px;
  border-bottom: 1px solid var(--kt-LightBg);
}

.trip-detail .car-info {
  padding: 0 30px;
}

.trip-detail .carNotes textarea.form-control {
  min-height: 70px;
  border-radius: 10px;
}

.trip-detail .link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.trip-detail .moreOpt ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trip-detail .moreOpt ul li {
  margin-right: 15px;
}

.trip-detail .moreOpt ul li img {
  margin-right: 10px;
}

.trip-detail .carNotes {
  padding: 0 30px 15px;
}

.trip-detail .moreOpt {
  padding: 10px 30px 30px;
}

.booking-request {
  background: #fff;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  position: relative;
  border-radius: 15px;
  padding: 0px;
}

.booking-request .passengerList td {
  padding: 0.25rem 0.75rem 0.25rem 0;
  border: none;
}

.booking-request .car-detail .value {
  margin-bottom: 10px;
  display: block;
}

.booking-request .car-detail label {
  margin: 0;
}

.booking-request .routeInfo {
  background: #ebf5ff;
  border-radius: 15px 0 0 15px;
}

.page-title {
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.z-1 {
  z-index: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--kt-primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--kt-primary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-header {
  padding: 1.5rem 1.5rem 1rem;
  border: none;
}

.modal-footer {
  padding: 1rem 1.5rem 1.5rem;
  border: none;
}

.modal-body {
  padding: 0 1.5rem;
}

.modal-content {
  background-color: var(--kt-LightBg);
  border: none;
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .form-content {
    padding: 30px 0 0;
  }
  .form-content .sigin-form {
    padding: 0;
    box-shadow: none;
  }

  .header .top-bar .call {
    display: none;
  }

  .bookaride-page {
    padding: 0 15px;
  }

  .bookaride-page .map-view {
    width: 100%;
    margin: 0px;
    border-radius: 30px;
    padding: 30px 0 50px;
    margin-top: -50px;
    padding-top: 100px;
  }

  .bookaride-page .viewBtn {
    top: 70px;
  }

  .carImg {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .carImg img {
    max-height: 120px;
    object-fit: contain;
  }

  .carlisting {
    padding: 0 30px;
  }

  .trip-detail {
    border-radius: 15px;
    margin: 0;
    padding: 0 0 40px 0px;
  }

  .paymentinfo {
    padding: 30px 30px 30px 40px;
    margin-top: -30px;
    height: auto;
  }

  .disTxt {
    text-align: left;
  }
}

/*Home start*/
.ripple {
  transition: background 0.5s ease;
  position: relative;
}

.ripple:before {
  display: block;
  content: "";
  border: 2px solid #181c32;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.ripple:hover:before {
  animation: ripple 0.8s ease-out infinite;
  animation-delay: 0.2s;
}

@keyframes ripple {
  0% {
    opacity: 1;
  }

  100% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0;
  }
}
.homeCta .ctaCar {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.homeCta {
  background: rgb(41, 89, 137);
  background: linear-gradient(
    90deg,
    rgba(41, 89, 137, 1) 0%,
    rgba(24, 69, 114, 1) 98%
  );
  padding: 35px 0;
}
.homeCta h4 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.homeCta h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0 0 0px;
  max-width: 490px;
  line-height: 24px;
}
.homeCta .btn {
  font-weight: 600;
  font-size: 1.4rem;
  box-shadow: 2px 2px 0px #1e1e1e;
  margin-top: 15px !important;
}

.footerCta .ctaCar {
  position: absolute;
  right: 0;
  bottom: -80px;
}
.footerCta {
  background: rgb(41, 89, 137);
  background: linear-gradient(
    90deg,
    rgba(41, 89, 137, 1) 0%,
    rgba(24, 69, 114, 1) 98%
  );
  padding: 35px 0;
}
.footerCta h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.footerCta h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0 0 0px;
  max-width: 490px;
  line-height: 24px;
}
.footerCta .btn {
  font-weight: 600;
  font-size: 16px;
  box-shadow: 2px 2px 0px #1e1e1e;
  margin-top: 15px !important;
}

.callBtn {
  background-color: #fff;
  font-size: 20px;
  letter-spacing: -0.56px;
  font-weight: 700;
  display: block;
  border-radius: 35px;
  text-align: center;
  line-height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  padding: 14px 90px 14px 25px;
  position: relative;
  color: #1c4977;
  width: 305px;
}

.callBtn p {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.sectionSpace {
  padding: 50px 0;
  background: #fff;
}

.secSmall {
  max-width: 780px;
  margin: 0 auto;
}

.secTitle {
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.subTitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
  color: var(--kt-phTxt);
}

.howSection {
  background-color: #f5f7f8;
}

.howBox {
  text-align: center;
  max-width: 225px;
  margin: 15px auto;
}

.howBox h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--kt-primary);
}

.howBox p {
  font-size: 14px;
  line-height: 21px;
}

.howimg {
  border-radius: 10px;
  box-shadow: 0 0 35px #0000001a;
  background-color: #fff;
  width: 120px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  padding: 10px;
}

.whybox {
  text-align: center;
  margin: 10px 0;
}

.whybox h4 {
  color: var(--kt-primary);
  font-size: 18px;
  font-weight: 500;
}

.whyimg {
  background-color: var(--kt-primary);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  padding: 10px;
}

.fleetBox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.fleetBox img {
  transition: all 0.4s ease-in-out;
}

.fleetBox:hover img {
  transform: scale(1.06);
}

.fleetText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 25px 20px;
}

.fleetText h4 {
  color: #464646;
  font-size: 27px;
  font-weight: 300;
}

.fleetText h6 {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}

.colRight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.colLeft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.whatBox {
  background-color: #71a8d4;
  position: relative;
  margin: 10px 0;
}

.whatContent {
  color: #fff;
  clip-path: polygon(78% 0, 100% 78%, 92% 100%, 0 100%, 0 0);
  background-color: #001428d9;
  left: 0;
  width: 100%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 30px;
  max-width: 100%;
  padding-right: 110px;
}

.whatContent h4 {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  margin-top: 7px;
}

.tstImg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 36px;
  background-color: #d13244;
  width: 2px;
}

.whatContent p {
  color: #cbcbcb;
  margin: 0;
  font-size: 14px;
  padding: 5px 0 15px;
  min-height: 180px;
}

.whatContent h5 {
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 10px;
}
.tstImg {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
}
.tstImg img {
  width: 36px;
  position: absolute;
  left: 10px;
}
.tstImg a {
  position: absolute;
  right: 0;
}

ul.whywe img {
  width: 50px;
  margin-bottom: 10px;
}

ul.whywe {
  display: flex;
  text-align: center;
}

ul.whywe li {
  padding: 5px 15px;
}
.aboutImg {
  height: 100%;
}
.aboutImg img {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .aboutImg img {
    height: 100%;
    object-fit: cover;
  }
}

.home-banner .container {
  position: relative;
  padding: 8.75rem 6.25rem 8.75rem 15rem;
}

.home-banner a.btn.btn-secondary {
  position: absolute;
  bottom: 4rem;
  left: 55.6rem;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 2px 2px 0px #000;
}

.home-banner h2.t1 {
  font-size: 16.875rem;
  color: #eabb41;
  letter-spacing: -1.2rem;
  font-weight: 900;
  line-height: 13.1rem;
  display: inline-block;
}
/* 
.home-banner img {
  position: absolute;
  top: 21.5rem;
  left: 0px;
  width: 37rem;
} */

.home-banner img {
  position: absolute;
  top: 21.5rem;
  left: 0px;
  width: 37rem;
}
.eventDetail {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100px;
  left: 9rem;
  z-index: 0;
  padding-left: 8rem;
  padding: 1rem 3rem 1rem 8rem;
  color: #fff;
  bottom: 4rem;
}

.eventDetail h2 {
  color: #eabb41;
  font-size: 2rem;
}
.eventDetail h3 {
  color: #eabb41;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.eventDetail p {
  font-size: 1.2rem;
  margin: 0;
}

.home-banner h4 {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  margin-left: 0.9rem;
  margin-bottom: 0.9rem;
}

.home-banner h3.t2 {
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 900;
  background: #000;
  padding: 0.5rem 1.875rem;
  display: inline-block;
  position: absolute;
  line-height: 2.25rem;
  left: 54.8rem;
  top: 46%;
}

.home-banner h3.t2:before {
  content: "";
  width: 2.1rem;
  height: 100%;
  background: #000;
  display: inline-block;
  position: absolute;
  right: -1.1rem;
  top: 0;
  transform: skew(330deg);
}

.home-banner h3.t2:after {
  content: "";
  width: 2.1rem;
  height: 100%;
  background: #000;
  display: inline-block;
  position: absolute;
  left: -1.1rem;
  top: 0;
  transform: skew(-30deg);
}

.home-banner h2.t3 {
  font-size: 16.875rem;
  color: #fff;
  letter-spacing: -1.4rem;
  font-weight: 900;
  line-height: 0.7;
  display: inline-block;
  margin-left: 19.6rem;
}

.aboutus-page h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}
.aboutus-page p {
  font-size: 16px;
  line-height: 1.5;
}
.footerBox img {
  max-width: 150px;
}


.footerCopyright .container img {
  width: 210px;
  margin: 10px 0px;
}
.fleetBox.pngImg {
  background: rgb(208, 211, 220);
  background: linear-gradient(
    180deg,
    rgba(208, 211, 220, 1) 0%,
    rgba(241, 240, 245, 1) 100%
  );
}
.fleetBox.pngImg.bgGray {
  background: rgb(241, 240, 245, 1);
  background: linear-gradient(
    0deg,
    rgba(208, 211, 220, 1) 0%,
    rgba(241, 240, 245, 1) 100%
  );
}
.fleetBox.pngImg img {
  height: 10rem;
  margin-top: 13rem;
  width: 90%;
  object-fit: contain;
  margin-bottom: 2rem;
}

.service-areas { background:#fff; padding:30px 15px;}

.fleetBox.fb4 {
  background: rgb(241, 240, 245, 1);
  background: radial-gradient(circle, rgba(208, 211, 220, 1) 0%, rgba(241, 240, 245, 1) 100%);
}

.fleetBox.fb4 img {
  height: 40rem;
  object-fit: contain;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 1199px) {
  .homeCta .ctaCar {
    right: -30px;
    width: 200px;
    bottom: -10px;
  }
}

@media (max-width: 991px) {
 

  .footerTop {
    padding: 40px 0 20px;
  }

  .footerCopyright {
    padding: 20px 0;
  }

  .secTitle {
    line-height: 1.1;
    font-size: 30px;
  }

  .subTitle {
    font-size: 16px;
  }

  .sectionSpace {
    padding: 40px 0;
  }

  .fleetText {
    padding: 15px;
  }

  .fleetText h4 {
    font-size: 24px;
  }

  .fleetText h6 {
    font-size: 14px;
  }

  .homeCta h4 {
    font-size: 16px;
  }

  .homeCta .ctaCar {
    width: 120px;
    bottom: -5px !important;
  }
}

@media (max-width: 767px) {
  .colLeft,
  .colRight {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homeCta {
    text-align: center;
  }

  .callBtn {
    width: auto;
    padding: 10px 25px;
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .callBtn p {
    font-size: 20px;
  }

  .homeCta .ctaCar {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 576px) {
 
  .fleetBox img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
  }
  
  .fb5 img {
    height: 20rem;
  }
  .fb6 img {
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .fleetBox {  
    margin-bottom: 10px;
}
  .fleetBox img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .fleetBox.fb4 img {
    height: 50rem;
    padding-top: 15rem;
    padding-bottom: 5rem;
}

  .fleetBox.pngImg img {
    height: 25rem;
    margin-top: 18rem;
    width: 90%;
    object-fit: contain;
    margin-bottom: 2rem;
  }

  .footerLink li {
    text-align: center;
  }

  .footerTop {
    text-align: center;
  }

  .home-banner {
    padding-top: 10rem;
    position: relative;
  }
  .header .top-bar .logo img {
    max-width: 100%;
  }
  .header .top-bar .menulink {
    width: 30%;
  }
  .header .top-bar .logo {
    width: 40%;
  }
  .home-banner .container {
    max-width: 365px;
    padding: 5.75rem 6.25rem 11.75rem 15rem;
  }
  .home-banner h3.t2 {
    top: 40%;
  }

  html {
    font-size: 5px;
  }

  /*
.home-banner .container { 
  transform: scale(.7);
  padding: 100px 0 120px 0 !important;
  margin-left: -30px;
}
*/

  .home-banner img {
    position: absolute;
    bottom: 0;
    left: -9rem;
    width: 29.5rem;
  }

  .eventDetail h2 {
    font-size: 2.5rem;
  }
  .eventDetail h3 {
    font-size: 2.2rem;
  }
  .eventDetail p {
    font-size: 2rem;
    line-height: 1;
  }
  .home-banner h4 {
    font-size: 2rem;
  }

  .eventDetail {
    padding: 1rem 1rem 1rem 8rem;
    left: 6rem;
    width: 44rem;
    border-radius: 15px;
    bottom: 10px;
  }

  .home-banner a.btn.btn-secondary {
    bottom: 2rem;
    left: 51.6rem;
    padding: 11px 15px;
  }
  .header .top-bar .top-right .btn {
    display: none;
  }
  .footerCta .ctaCar {
    display: none;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 8px;
  }

  /*
  .home-banner .container { padding: 140px 10px 140px 50px; } 
  .home-banner h2.t1 { letter-spacing: -11px; font-size: 140px; } 
  .home-banner h3.t2 { font-size: 14px; padding: 5px 15px; line-height: 18px; top: 47.6%; right: 28%;}  
  .home-banner h2.t3 { letter-spacing: -11px; font-size: 140px; margin-left: 155px;  } 
  .home-banner img { max-width: 272px; top: 56%; }
  .home-banner h3.t2:before { width: 20px; right: -10px; top: 0; }
  .home-banner h3.t2:after { content: "";  width: 20px; left: -10px; top: 0; }
  */
}

@media (min-width: 992px) {
  .footerCopyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner .container {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1399px) {
  .fleetSection .container {
    max-width: 1328px;
  }

  .mostPopular .container {
    max-width: 1328px;
  }
}

/*Home end*/
