:root {
  --primary-font: "Poppins", sans-serif;
  /*--primary-font: "Montserrat", sans-serif;*/
  --header-font: "Crimson Text", serif;
  --script-font: "Dancing Script", cursive;

  --primary-color: #158ace;

  --secondary-color: #ff0080;

  --primary-color2: #8a2be2;

  --secondary-color2: #ffa500;

  --primary-dark: #8b690b;
  --brand: #158ac6;
  /* Primary */
  --brand-2: #4da3ff;
  /* Accent */
  --ink: #1f2937;
  --muted: #6b7280;
  --good: #198754;
  /* Tick green */
  --bad: #dc3545;
  /* Cross red */
  --surface: #ffffff;
  --bg: #f6f8fb;
  --ring: rgba(21, 138, 198, 0.25);
}

img {
  max-width: 100%;
}

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

* {
  text-decoration: none;
  transition: 0.5s linear;
}

body {
  font-family: "Open Sans", "Segoe UI Emoji", "Noto Color Emoji",
    "Apple Color Emoji", sans-serif;
  font-size: 16px;
}

/* Website Comparison Starts */

.website-comparison {
  float: left;
  width: 100%;
  padding: 20px 2px;
  background: #e7f3ff;
}

.comparison-footer {
  float: left;
  width: 100%;
  padding: 50px 10px;
  margin-bottom: 30px;
}

.pricing-tiers {
  padding: 10px 30px;
}

@media (max-width: 576px) {
  .pricing-tiers {
    padding: 5px;
  }
}
.down-payment {
  color: var(--brand);
  font-weight: 700;
  font-size: 19px;
}

/* Modern header */
.header-card {
  background: linear-gradient(120deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 138, 198, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.logo img {
  max-width: 190px;
  height: auto;
  display: block;
}

/* Buttons */
.btn-primary-soft {
  background: transparent;
  color: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 999px;
  padding: 10px 16px;
  transition: all 0.2s ease;
}

.btn-primary-soft:hover {
  background: var(--brand);
  color: #fff;
}

.btn-cta {
  background: linear-gradient(45deg, var(--brand), var(--brand-2));
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  box-shadow: 0 10px 20px rgba(21, 138, 198, 0.25);
}

.btn-cta:hover {
  filter: brightness(1.02);
  box-shadow: 0 12px 24px rgba(21, 138, 198, 0.3);
}

/* Pricing cards — modern gradient border + subtle blur */
.card-pricing {
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(21, 138, 198, 0.25), rgba(77, 163, 255, 0.25))
      border-box;
  backdrop-filter: saturate(1.1) blur(2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-pricing:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.card-pricing .badge-tier {
  /* border-radius: 999px; */
  font-weight: 700;
  padding: 0.45rem 0.9rem;
  font-size: 20px;
}

.tier-basic {
  background: #6c757d;
  color: #fff;
}

.tier-mid {
  background: linear-gradient(45deg, var(--brand), var(--brand-2));
  color: #fff;
}

.tier-full {
  background: #fb1f79;
  color: #fff;
}

.price .cost {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--brand);
}

.pill-accent {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(21, 138, 198, 0.08);
  color: var(--brand);
  display: inline-block;
  font-weight: 600;
}

.pill-view-detail a {
  border: 1px solid #a038b0;
  background: transparent;
  color: #a038b0;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.pill-view-detail a:hover {
  border: 1px solid #333;
}

/* Deadline note */
.deal-deadline {
  letter-spacing: 0.2px;
}

#features {
  float: left;
  width: 100%;
}

#features .table > tbody > tr > td {
  padding: 25px 12px !important;
}
/* icons before feature names */
#features .feat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  margin-right: 0.5rem;
  color: var(--brand, #1e3a8a);
  /* falls back if --brand not set */
}

/* keep mobile titles aligned nicely */
#features .mobile-feature-name .feat-icon {
  width: 1.4rem;
}

/* "Recommended" ribbon */
.ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(45deg, var(--brand), var(--brand-2));
  color: #fff;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(21, 138, 198, 0.3);
}

/* Comparison table */
.table-wrap-desktop {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.table-comparison {
  --bs-table-bg: var(--surface);
}

.table-comparison thead th {
  background: #f3f6fb;
  color: #0f172a;
  border-bottom: 2px solid var(--brand);
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-comparison tbody tr:hover td {
  background: #f9fbff;
}

/* Fix: ensure tick/cross colors trump Bootstrap table cell color */
.table-comparison td.tick,
.table-comparison td .tick,
.mobile-feature-list .tick {
  color: var(--good) !important;
  font-weight: 800;
}

.table-comparison td.cross,
.table-comparison td .cross,
.mobile-feature-list .cross {
  color: var(--bad) !important;
  font-weight: 800;
}

/* Decision helper (scoped styles) */
.in-doubt {
  background: #e7f3ff;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  margin: 1.5rem 0;
  float: left;
  width: 100%;
}

.in-doubt .badge-tip {
  background: #fff6e5;
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-weight: 700;
  font-size: 0.75rem;
}

.in-doubt .guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 768px) {
  .in-doubt .guide-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.in-doubt .guide-card {
  background: #fff;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 14px;
  padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.in-doubt .guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.in-doubt .guide-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef7ff;
  color: #158ac6;
  border: 1px solid rgba(21, 138, 198, 0.25);
}

.in-doubt .title {
  font-weight: 800;
  margin: 0.6rem 0 0.4rem;
}

.in-doubt ul {
  margin: 0;
  padding-left: 1.1rem;
}

.in-doubt li {
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.in-doubt .most-popular {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: linear-gradient(45deg, #158ac6, #4da3ff);
  color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.in-doubt .actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.in-doubt .btn-cta {
  background: linear-gradient(45deg, #158ac6, #4da3ff);
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(21, 138, 198, 0.25);
  text-decoration: none;
}

.in-doubt .btn-cta:hover {
  filter: brightness(1.02);
  box-shadow: 0 12px 24px rgba(21, 138, 198, 0.3);
}

/* 1) Clean discs (uses ::marker, no extra markup) */
.in-doubt ul.list-disc {
  list-style: disc;
  padding-left: 1.25rem;
}

.in-doubt ul.list-disc li::marker {
  color: #158ac6;
  /* brand */
}

/* 2) Minimal dashes */
.in-doubt ul.list-dash {
  list-style: none;
  padding-left: 0;
}

.in-doubt ul.list-dash li {
  position: relative;
  padding-left: 1.1rem;
}

.in-doubt ul.list-dash li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #158ac6;
  font-weight: 700;
}

/* 3) Checkmarks (solid, accessible) */
.in-doubt ul.list-check {
  list-style: none;
  padding-left: 0;
}

.in-doubt ul.list-check li {
  position: relative;
  padding-left: 1.5rem;
}

.in-doubt ul.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #198754;
  /* green */
  font-weight: 800;
}

/* 4) Emoji bullets (fun vibe) */
.in-doubt ul.list-emoji {
  list-style: none;
  padding-left: 0;
}

.in-doubt ul.list-emoji li {
  position: relative;
  padding-left: 1.6rem;
}

.in-doubt ul.list-emoji li::before {
  content: "🚀";
  /* change emoji if you like */
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 0.95rem;
}

/* 5) Tiny filled circle via SVG (crisp at all sizes) */
.in-doubt ul.list-dot {
  list-style: none;
  padding-left: 0;
}

.in-doubt ul.list-dot li {
  position: relative;
  padding-left: 1.2rem;
}

.in-doubt ul.list-dot li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #158ac6;
}

/* 6) Bootstrap icon bullet (uses ::before, no extra HTML) */
.in-doubt ul.list-icon {
  list-style: none;
  padding-left: 0;
}

.in-doubt ul.list-icon li {
  position: relative;
  padding-left: 1.5rem;
}

.in-doubt ul.list-icon li::before {
  font-family: "bootstrap-icons";
  content: "\F26E";
  /* bi-dot or pick another icon code */
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1.1rem;
  color: #158ac6;
  line-height: 1;
}

/* Spacing & rhythm (applies to all styled lists) */
.in-doubt ul[class^="list-"] li + li {
  margin-top: 0.35rem;
}

/* In Doubt ends */
/* Mobile feature cards */
.mobile-feature-list {
  display: none;
}

.mobile-feature-card {
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.mobile-feature-name {
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.mobile-feature-description {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.6rem;
}

.mobile-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
}

.mobile-package-col > div {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7280;
}

.mobile-package-col .icon {
  font-size: 1rem;
  margin-top: 0.2rem;
}

/* Desktop-only table vs Mobile cards */
@media (max-width: 767.98px) {
  .table-wrap-desktop {
    display: none;
  }

  .mobile-feature-list {
    display: block;
  }
}

/* Utility chips */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #eef7ff;
  color: var(--brand);
  border: 1px solid var(--ring);
  font-weight: 600;
  font-size: 0.85rem;
}

/* Subtle divider */
.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.12),
    transparent
  );
  border: 0;
}

/* Terms and Conditions Start */
/* ===== Terms & Conditions (scoped) ===== */
.terms {
  margin: 2rem 0 5rem;
  float: left;
  width: 100%;
}

.terms-head .tc-badge {
  background: #eef7ff;
  color: #158ac6;
  border: 1px solid rgba(21, 138, 198, 0.25);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.75rem;
}

.tc-intro {
  color: #6b7280;
  margin: 0.5rem 0 1rem;
}

.terms-card {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(21, 138, 198, 0.18), rgba(77, 163, 255, 0.18))
      border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* Base list styling */
.tc-list {
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 0.6rem;
}

/* Variant: check bullets (default) */
.tc-list-check {
  list-style: none;
}

.tc-list-check li {
  position: relative;
  padding-left: 1.6rem;
  color: #374151;
}

.tc-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #198754;
  font-weight: 900;
  font-size: 0.75rem;
  box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.15);
}

/* Optional alternates: switch the class on <ul> to use these */

/* Disc bullets */
.tc-list-disc {
  list-style: disc;
  padding-left: 1.25rem;
}

.tc-list-disc li::marker {
  color: #158ac6;
}

/* Minimal dot bullets */
.tc-list-dot {
  list-style: none;
  padding-left: 0;
}

.tc-list-dot li {
  position: relative;
  padding-left: 1.1rem;
}

.tc-list-dot li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #158ac6;
}

/* Responsive readability */
@media (min-width: 992px) {
  .tc-list {
    column-count: 2;
    column-gap: 2rem;
  }

  .tc-list > li {
    break-inside: avoid;
  }
}

/* Website Comparison Ends */

/* ===== Monthly Subscription (landscape) ===== */
.mothly-subscription {
  background: #f6f9fc;
  padding: 60px 0 70px;
  color: #1f2a44;
}

.mothly-subscription__title {
  color: #158ace;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.mothly-subscription__subtitle {
  color: #5b6b82;
  font-size: 16px;
  margin-bottom: 28px;
}

/* Card */
.mothly-subscription__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* landscape layout */
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(21, 138, 206, 0.12);
  overflow: hidden;
}

/* Left panel */
.mothly-subscription__left {
  position: relative;
  -ms-flex: 1 1 58%;
  flex: 1 1 58%;
  padding: 28px 28px 26px 28px;
  background: radial-gradient(
      900px 420px at -10% -10%,
      rgba(21, 138, 206, 0.08),
      rgba(21, 138, 206, 0) 60%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.mothly-subscription__ribbon {
  display: inline-block;
  background: #158ace;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(21, 138, 206, 0.25);
  margin-bottom: 14px;
}

.mothly-subscription__headline {
  margin-bottom: 12px;
}
.mothly-subscription__flag {
  display: inline-block;
  color: #0f3652;
  font-size: 13px;
  font-weight: 700;
  background: #eef6fd;
  border: 1px solid #d2e6f7;
  padding: 6px 10px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.mothly-subscription__deal {
  font-size: 40px;
  font-weight: 900;
  color: #0f3652;
  margin: 6px 0 2px;
}
.mothly-subscription__deal small {
  font-size: 14px;
  font-weight: 700;
  color: #6b7c93;
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.mothly-subscription__deal span {
  font-size: 18px;
  color: #5b6b82;
}
.mothly-subscription__setup {
  margin: 4px 0 4px;
  color: #2a7fb6;
  font-weight: 600;
}
.mothly-subscription__compare {
  color: #7d8aa3;
  font-size: 13px;
  margin-bottom: 14px;
}

.mothly-subscription__bullets {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 26px;
}
.mothly-subscription__bullets li {
  margin: 10px 0;
  font-size: 14px;
  color: #445066;
}
.mothly-subscription__bullets i {
  color: #158ace;
  margin-right: 8px;
}

/* Right panel */
.mothly-subscription__right {
  -ms-flex: 1 1 42%;
  flex: 1 1 42%;
  background: linear-gradient(180deg, #158ace, #0f6ea5);
  color: #fff;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mothly-subscription__section-title {
  font-weight: 800;
  letter-spacing: 0.4px;
  margin: 6px 0 14px;
  text-transform: uppercase;
}

.mothly-subscription__schedule {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.mothly-subscription__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 6px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.mothly-subscription__row:last-child {
  border-bottom: 0;
}
.mothly-subscription__label {
  font-weight: 700;
}
.mothly-subscription__value {
  font-weight: 700;
  color: #fff;
}

.mothly-subscription__fineprint {
  font-size: 16px;
  color: rgb(255 176 176);
  margin: 2px 0 14px;
}

/* CTAs */
.mothly-subscription__cta {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #0f3652;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-right: 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}
.mothly-subscription__cta i {
  margin-right: 8px;
}
.mothly-subscription__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.mothly-subscription__cta--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: none;
}
.mothly-subscription__cta--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Responsive */
@media (max-width: 991px) {
  .mothly-subscription__deal {
    font-size: 34px;
  }
  .mothly-subscription__bullets {
    columns: 1;
  }
}
@media (max-width: 767px) {
  .mothly-subscription {
    padding: 46px 0 56px;
  }
  .mothly-subscription__card {
    display: block;
  }
  .mothly-subscription__right {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 10px;
  }
  .mothly-subscription__cta {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .mothly-subscription__cta--ghost {
    margin: 10px 0 0;
  }
}

/* Monthly Subscription Section Ends */
/* ===== Google Reviews Section ===== */
.google-reviews {
  background: #0f1d33; /* dark alt to contrast other sections */
  background-image: radial-gradient(
      900px 380px at -10% -10%,
      rgba(21, 138, 206, 0.18),
      rgba(21, 138, 206, 0) 60%
    ),
    radial-gradient(
      700px 420px at 110% 20%,
      rgba(21, 138, 206, 0.12),
      rgba(21, 138, 206, 0) 60%
    );
  color: #e8f0fa;
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.google-reviews__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin: 0 0 8px;
  font-size: 30px;
}

.google-reviews__subtitle {
  color: #a9bed6;
  margin-bottom: 22px;
  font-size: 16px;
}

/* Rating summary */
.google-reviews__summary {
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
  font-weight: 700;
}
.google-reviews__stars i {
  color: #f8d053;
  margin: 0 2px;
}
.google-reviews__score {
  margin-left: 8px;
  color: #fff;
}
.google-reviews__count {
  margin-left: 6px;
  color: #b7c9df;
  font-weight: 600;
}

/* Plugin wrapper: keeps third-party widget tidy */
.google-reviews__widget {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px;
  min-height: 260px; /* safe space while widget loads */
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

/* CTA button */
.google-reviews__btn {
  display: inline-block;
  margin-top: 26px;
  background: #158ace;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(21, 138, 206, 0.35);
  transition: all 0.25s ease;
}
.google-reviews__btn i {
  margin-right: 8px;
}
.google-reviews__btn:hover {
  background: #0e6ca3;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(21, 138, 206, 0.45);
}

/* Responsive */
@media (max-width: 767px) {
  .google-reviews {
    padding: 48px 0 56px;
  }
  .google-reviews__title {
    font-size: 24px;
  }
  .google-reviews__summary {
    display: block;
    border-radius: 12px;
  }
}

/* Google Reviews End */

/* ===== FAQ Banner Section ===== */
.faq-banner {
  background: linear-gradient(135deg, #158ace, #0f6ea5);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.faq-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/pattern-bg.png") center/cover no-repeat;
  opacity: 0.08;
}

.faq-banner .container {
  position: relative;
  z-index: 2;
}

.faq-banner__title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.faq-banner__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.92);
}

.faq-banner__btn {
  display: inline-block;
  background: #fff;
  color: #158ace;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.faq-banner__btn i {
  margin-right: 8px;
  color: #158ace;
}

.faq-banner__btn:hover {
  background: #f3f8ff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(21, 138, 206, 0.4);
}

/* Responsive */
@media (max-width: 767px) {
  .faq-banner {
    padding: 60px 15px;
  }
  .faq-banner__title {
    font-size: 34px;
  }
  .faq-banner__subtitle {
    font-size: 17px;
  }
  .faq-banner__btn {
    font-size: 16px;
    padding: 12px 26px;
  }
}

/* FAQ Banner Section Ends */

/* ====== Modern Intro Section ====== */
.modern-intro {
  float: left;
  width: 100%;
  background: #f9fafc;
  padding: 60px 0 70px;
  color: #333;
}
.modern-intro__title {
  color: #158ace;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.modern-intro__subtitle {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}
.modern-intro__cards {
  margin-top: 20px;
}
.modern-info__card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-height: 267px;
}
.modern-info__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(21, 138, 206, 0.25);
}
.modern-info__icon {
  font-size: 38px;
  color: #158ace;
  margin-bottom: 18px;
}
.modern-info__title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}
.modern-info__text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .modern-intro__title {
    font-size: 24px;
  }
  .modern-info__card {
    padding: 25px 20px;
  }
  .modern-info__title {
    font-size: 18px;
  }
}

/* Modern Intro Ends */

/* ===== Modern Banner ===== */
/* ===== Modern Banner ===== */
.modern-banner {
  background: #ffffff;
  padding: 50px 0 60px;
  float: left;
  width: 100%;
}
.modern-banner__card {
  position: relative;
  border-radius: 16px;
  background: radial-gradient(
      1100px 380px at 90% -10%,
      rgba(21, 138, 206, 0.18),
      rgba(21, 138, 206, 0) 60%
    ),
    radial-gradient(
      900px 420px at -10% 10%,
      rgba(16, 33, 54, 0.18),
      rgba(16, 33, 54, 0) 60%
    ),
    linear-gradient(180deg, #158ace, #1279b3);
  color: #fff;
  padding: 48px 28px;
  box-shadow: 0 18px 40px rgba(21, 138, 206, 0.35);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Content */
.modern-banner__content {
  max-width: 980px;
  margin: 0 auto;
}
.modern-banner__title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.modern-banner__subtitle {
  margin: 0 0 26px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

/* Buttons */
.modern-banner__actions {
  margin-top: 10px;
}
.modern-banner__btn {
  display: inline-block;
  background: #ffffff;
  color: #0f3652;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  text-decoration: none;
}
.modern-banner__btn:hover,
.modern-banner__btn:focus {
  color: #0d2e46;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}
.modern-banner__btn-icon {
  margin-right: 8px;
}

/* Optional ghost button */
.modern-banner__btn--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin-left: 10px;
  box-shadow: none;
}
.modern-banner__btn--ghost:hover,
.modern-banner__btn--ghost:focus {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

/* Meta line */
.modern-banner__meta {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.modern-banner__meta span {
  display: inline-block;
  margin: 6px 10px 0;
  white-space: nowrap;
}
.modern-banner__meta i {
  margin-right: 6px;
}

/* Decorative shapes */
.modern-banner__shape {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(0.2px);
  transform: rotate(12deg);
  pointer-events: none;
}
.modern-banner__shape--tl {
  top: -60px;
  left: -40px;
}
.modern-banner__shape--br {
  bottom: -70px;
  right: -35px;
  transform: rotate(-10deg);
}

/* Rounded edges shadow to match your screenshot style */
.modern-banner__card:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-banner__title {
    font-size: 30px;
  }
  .modern-banner__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .modern-banner {
    padding: 40px 0 46px;
  }
  .modern-banner__card {
    padding: 36px 20px;
    border-radius: 14px;
  }
  .modern-banner__title {
    font-size: 24px;
    text-transform: none;
  }
  .modern-banner__btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .modern-banner__btn--ghost {
    width: 100%;
    margin-left: 0;
  }
  .modern-banner__shape {
    width: 150px;
    height: 150px;
  }
}

/* Modern Banner Ends */

/* ===== Video Display Section ===== */
.video-display {
  background: #f4f7fa; /* alternate tone to contrast previous blue section */
  padding: 60px 0 70px;
  color: #333;
  text-align: center;
  float: left;
  width: 100%;
}

.video-display__title {
  color: #158ace;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.video-display__subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.video-display__row {
  margin-top: 15px;
}

.video-display__card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 28px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.video-display__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(21, 138, 206, 0.25);
}

.video-display__thumb {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-display__thumb iframe {
  border: none;
  width: 100%;
  height: 340px;
  border-radius: 8px;
}

.video-display__caption {
  font-size: 18px;
  font-weight: 600;
  color: #0f3652;
  margin: 10px 0 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .video-display__title {
    font-size: 28px;
  }
  .video-display__thumb iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .video-display {
    padding: 45px 0 55px;
  }
  .video-display__title {
    font-size: 24px;
  }
  .video-display__subtitle {
    font-size: 15px;
  }
  .video-display__thumb iframe {
    height: 250px;
  }
}

/* Video Display Section Ends */

/* ===== Services Showcase (icon cards) ===== */
.services-showcase {
  background: #e7f3ff;
  padding: 60px 0 70px;
  color: #1c2b3a;
  float: left;
  width: 100%;
}
.services-showcase__title {
  color: #158ace;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.services-showcase__subtitle {
  color: #5a6a80;
  font-size: 16px;
  margin-bottom: 28px;
}

/* grid / equal-height */
.services-showcase__grid {
  margin-top: 10px;
}
.services-showcase__col {
  display: flex;
}
.services-showcase__card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e7edf5;
  box-shadow: 0 10px 24px rgba(17, 26, 44, 0.06);
  padding: 26px 20px;
  margin-bottom: 22px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
}
.services-showcase__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(21, 138, 206, 0.18);
  border-color: rgba(21, 138, 206, 0.25);
}
.services-showcase__card--wide {
  min-height: 160px;
}

/* icon */
.services-showcase__icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 28px;
  color: #158ace;
  background: linear-gradient(
    180deg,
    rgba(21, 138, 206, 0.12),
    rgba(21, 138, 206, 0.04)
  );
  box-shadow: 0 8px 16px rgba(21, 138, 206, 0.15);
}

/* text */
.services-showcase__heading {
  font-size: 18px;
  font-weight: 800;
  color: #0f3652;
  margin: 6px 0 6px;
}
.services-showcase__text {
  font-size: 14px;
  color: #5f6d86;
  margin: 0;
}

/* responsive */
@media (max-width: 991px) {
  .services-showcase__title {
    font-size: 26px;
  }
  .services-showcase__card {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .services-showcase {
    padding: 48px 0 58px;
  }
  .services-showcase__title {
    font-size: 22px;
    text-transform: none;
  }
  .services-showcase__card {
    min-height: 0;
  }
}

/* Services Showcase Ends */

/* ===== Company Features ===== */
.company-features {
  background: #e7f3ff;
  padding: 60px 0 70px;
  color: #333;
  float: left;
  width: 100%;
}

.company-features__title {
  color: #158ace;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.company-features__subtitle {
  color: #586174;
  font-size: 16px;
  margin: 0 auto 36px;
  max-width: 780px;
}

/* Grid: keep same size cards with flex */
.company-features__grid {
  margin-top: 10px;
}
.company-features__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* equal height columns */
}
.company-features__card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ebeff5;
  box-shadow: 0 10px 24px rgba(17, 26, 44, 0.06);
  padding: 26px 20px;
  margin-bottom: 24px;
  text-align: center;
  transition: all 0.25s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 240px;
}

.company-features__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(21, 138, 206, 0.18);
  border-color: rgba(21, 138, 206, 0.25);
}

.company-features__icon {
  display: inline-flex;
  width: 86px;
  height: 86px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 40px;
  color: #158ace;
  background: linear-gradient(
    180deg,
    rgba(21, 138, 206, 0.12),
    rgba(21, 138, 206, 0.04)
  );
  box-shadow: 0 8px 16px rgba(21, 138, 206, 0.15);
}

.company-features__heading {
  font-size: 17px;
  font-weight: 700;
  color: #172033;
  margin: 6px 0 6px;
}

.company-features__text {
  color: #606b85;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .company-features__title {
    font-size: 28px;
  }
  .company-features__card {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .company-features {
    padding: 48px 0 58px;
  }
  .company-features__title {
    font-size: 24px;
    text-transform: none;
  }
  .company-features__subtitle {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .company-features__card {
    min-height: 0;
  }
}

/* Company Features Section Ends */

/* ===== Control Panel Section ===== */
.control-panel {
  background: #f7f9fb;
  padding: 70px 0 80px;
  color: #333;
  text-align: center;
  float: left;
  width: 100%;
}

/* Titles */
.control-panel__title {
  color: #158ace;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.control-panel__subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #1f3a57;
  margin-bottom: 30px;
}

/* Description */
.control-panel__description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 50px;
}

/* Tagline */
.control-panel__tagline {
  font-size: 20px;
  font-weight: 600;
  color: #0f3652;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

/* Image styling */
.control-panel__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(21, 138, 206, 0.25);
  border: 10px solid #fff;
  background: #eaeff4;
  transition: all 0.4s ease;
}

.control-panel__image-wrapper:hover {
  transform: scale(1.01);
  box-shadow: 0 22px 60px rgba(21, 138, 206, 0.35);
}

.control-panel__image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .control-panel__title {
    font-size: 34px;
  }
  .control-panel__subtitle {
    font-size: 19px;
  }
  .control-panel__description {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .control-panel {
    padding: 50px 0 60px;
  }
  .control-panel__title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .control-panel__subtitle {
    font-size: 17px;
  }
  .control-panel__image-wrapper {
    border-width: 6px;
  }
}

/* Control Panel Section Ends */

/* ===== Client Logos Section ===== */
.client-logos {
  position: relative;
  width: 100%;
  padding: 70px 0;
  color: #fff;
  background: url("../images/07.jpg") center center/cover no-repeat;
  overflow: hidden;
  float: left;
  width: 100%;
}

/* Dark overlay for better contrast */
.client-logos__overlay {
  position: absolute;
  inset: 0;
  background: rgb(10 25 47 / 47%);
  z-index: 1;
}

.client-logos .container {
  position: relative;
  z-index: 2;
}

/* Titles */
.client-logos__title {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
}

.client-logos__subtitle {
  font-size: 18px;
  color: #d9e4ee;
  margin-bottom: 45px;
}
.client-logos__cta {
  background: #fff;
  width: 270px;
  margin: 20px auto;
  padding: 10px;
  font-size: 19px;
  border-radius: 10px;
  display: block;
}
.client-logos__cta:hover {
  color: #fff !important;
  background: var(--primary-color);
}

/* Logo grid */
.client-logos__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.client-logos__item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 190px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.client-logos__item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(21, 138, 206, 0.4);
}

.client-logos__img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}

.client-logos__item:hover .client-logos__img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .client-logos__title {
    font-size: 30px;
  }
  .client-logos__subtitle {
    font-size: 16px;
  }
  .client-logos__item {
    width: 160px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .client-logos {
    padding: 50px 0;
  }
  .client-logos__title {
    font-size: 26px;
  }
  .client-logos__grid {
    gap: 14px;
  }
  .client-logos__item {
    width: 140px;
    height: 80px;
  }
}

/* Client Logo Section Ends */

/*Floating whatsapp button*/

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 3px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/*Whatsap Float ends*/
.trends .introText p {
  color: #444;
}
.modern .trends .introText h2 {
  font-size: 28px;
  text-align: center;
  color: var(--primary-color);
}
.modern .trends .introText h3 {
  font-size: 22px;
  color: var(--primary-color);
}
.trends .introText ul li {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #444;
}
.homeDescription2 {
  text-align: center;

  padding: 35px 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px #00000021;
  float: left;
  margin: 0 auto;
  width: 100%;
  background: #158ace;
}
.homeDescriptionBanner {
  text-align: center;
  background: #158ace;
  padding: 35px 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px #00000021;
}
.blockquote p img {
  width: 100%;
  height: auto;
}

.image_side {
  background: #fff;
  padding: 5px;
  height: 150px;
  width: 134px;
  z-index: 11;
  position: absolute;
}
.twovideos {
  margin-top: 80px;
  text-align: center;
}

.navigation {
  border: medium none;
  /* float: left; */
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.navigation .navbar-header {
  margin: 0;
  padding: 0;
  float: left;
  width: 33.3%;
}

.navigation .container {
  padding: 10px 0;
}

.navigation .navbar-header .navbar-brand {
  font-family: roboto;
  font-size: 30px;
  font-weight: 600;
  height: auto;
  letter-spacing: 2px;
  margin-top: 15px;
  padding: 0;
  text-transform: uppercase;
  line-height: 32px;
}

.navbar-brand img {
  width: 264px;
  margin-top: -16px;
  filter: brightness(53.5);
}

.navigation .center_custom {
  float: left;
  margin: 10px 0 0;
  padding: 5px 0 0;
  text-align: center;
  width: auto;
}

.navigation .center_custom ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.navigation .center_custom ul li {
  display: inline-block;
  float: none;
  padding: 0;
}

.navigation .center_custom ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 10px;
  text-transform: uppercase;
}

.navigation .center_custom ul li a:hover {
  color: var(--primary-color);
}

.navigation .center_custom ul li a i {
  border-radius: 50%;
  float: left;
  font-size: 18px;
  height: 40px;
  margin-right: 5px;
  padding: 9px;
  text-align: center;
  width: 40px;
}

.navigation .center_custom ul li a .txt {
  float: left;
  padding: 10px 5px;
}

.navigation .book_btn {
  float: right;
  text-align: right;
  padding-top: 4px;
}

.book_btn.navbar-right a {
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation .container-fluid {
  padding: 0;
}

.navigation .navbar-collapse.collapse {
  float: left;
  padding: 5px 0;
  width: 100%;
}

.navigation .inner_sec {
  padding: 10px 0;
  width: 100%;
  float: left;
}

.navigation .navbar-collapse.collapse ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.navigation .navbar-collapse.collapse ul li {
  display: inline-block;
  float: none;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation .navbar-collapse.collapse ul li a {
  border-radius: 20px;
  padding: 10px 25px;
}

.glyphicon-chevron-left::before {
  content: none;
}

.glyphicon-chevron-right::before {
  content: none;
}

.carousel-inner .item a img,
.carousel-inner .item img {
  width: 100%;
}

.banner .carousel-inner .item img,
.carousel-inner .item a img {
  height: auto !important;
  width: 100%;
}

.modren {
  float: left;
  margin: 0;
  padding: 50px 0;
  /*text-align: center;*/
  width: 100%;
}

.modren .trends {
  margin: 0 auto;
  max-width: 100%;
}

.modren .trends h3 {
  float: left;
  margin: 15px 0;
  width: 100%;
  color: #333;
}

.modren .trends h2 {
  float: left;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}

.modren .trends p {
  float: left;
  font-size: 20px;

  letter-spacing: 1px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  color: #fff;
}

.service {
  float: left;
  margin: 0;
  padding: 50px 0;
  width: 100%;
}
.service p {
  float: left;
  font-size: 19px;

  letter-spacing: 1px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.service h2 {
  float: left;
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.service .thumb {
  cursor: pointer;
  float: left;
  margin: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.service .thumb .inner_thumb {
  left: 0;
  padding: 5px;
  /*position: absolute;*/
  text-align: center;
  top: 0;
  width: 100%;
}

.service .thumb .inner_thumb h3 {
  font-size: 19px;
  margin: 0;

  letter-spacing: 1px;
  line-height: 31px;
}
.service .thumb .inner_thumb_city h3 {
  font-size: 15px;
  text-align: center;
  padding: 12px;
}

.service .thumb:hover img {
  transform: scale(1.1);
}

.black {
  float: left;
  width: 100%;
}

.black .main_div {
  float: left;
  margin: 0;
  max-width: 100%;
  padding: 15px;
  width: 100%;
}

.black .main_div h4 {
  float: left;
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0 0;
  padding: 0;
  text-transform: uppercase;
}

.black .main_div a {
  display: inline-block;
  font-size: 15px;
  float: right;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.carousel-item > div {
  float: left;
}

.carousel-by-item [class*="cloneditem-"] {
  display: none;
}

.carousel-inner .item a img,
.carousel-testi .carousel-inner .item img {
  width: auto;
}

.carousel-testi {
  background-attachment: fixed;
  background-size: cover;
  float: left;
  padding: 75px 0;
  width: 100%;
  position: relative;
}

.carousel-testi::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-testi h2 {
  float: left;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
  width: 100%;
}

.carousel-testi h2::before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 46%;
  position: absolute;
  right: 46%;
}

.carousel-testi .star_ff {
  text-align: center;
  width: 100%;
}

.carousel-testi .star_ff h5 {
  font-size: 25px;
  color: #333;
}

.carousel-testi .item {
  border-radius: 10px;
  padding: 10px 20px;
}

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
  border: none;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
  padding: 10px 7px;
  position: relative;
  margin: 0 0 5px;
}

.carousel-testi blockquote::before {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}

.carousel-testi blockquote::after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 30px;
  right: 0;
  position: absolute;
  bottom: 0;
}

#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  display: none;
}

.highlight {
  float: left;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}

.highlight .patren .inner_thumb .left_sec {
  float: left;
  font-size: 30px;
  height: 100%;
  text-align: right;
  width: 15%;
}

.highlight .patren .inner_thumb .right_sec {
  float: left;
  padding: 0 15px;
  width: 85%;
}

.highlight .patren .inner_thumb {
  float: left;
  padding: 10px 0;
  width: 100%;
}

.highlight .patren .inner_thumb .right_sec h3 {
  float: left;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 100%;
}

.highlight .patren .inner_thumb .right_sec p {
  float: left;
  font-size: 13px;
  margin: 10px 0 0;
  width: 100%;
}

footer {
  float: left;
  padding: 80px 0 0;
  width: 100%;
}

footer .in_sec_ft h3 {
  float: left;
  font-size: 20px;
  margin: 10px 0 25px;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

footer .in_sec_ft h3::before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 40px;
}

footer p {
  font-size: 15px;
  letter-spacing: 1px;
}

footer .in_sec_ft {
  float: left;
  margin: 0;
  width: 100%;
}

footer .information .in_sec_ft ul {
  float: left;
  width: 50%;
}

footer .information .in_sec_ft ul li {
  padding: 0 33px;
}

.in_sec_ft ul li {
  float: left;
  font-size: 15px;
  line-height: 34px;
  padding: 0;
  width: 100%;
}

.in_sec_ft ul li span {
  border-radius: 50%;
  float: left;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-right: 14px;
  text-align: center;
  width: 35px;
}

.copyright_top {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.copyright_top .d1 ul {
  display: inline-block;
  margin: 10px 0 0;
}

.copyright_top .d1 ul li {
  display: inline-block;
}

.copyright_top .d1 ul li a {
  display: inline-block;
  padding: 0 5px;
}

.copyright {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.copyright .d1 {
  height: 82px;
  margin: 20px 0 0;
  padding: 10px 0;
}

.copyright .d1 h3 {
  float: left;
  font-family: roboto;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.copyright .d1 ul {
  display: inline-block;
  margin: 10px 0 0;
}

.copyright .d1 ul li {
  display: inline-block;
}

.copyright .d1 ul li a {
  display: inline-block;
  padding: 0 5px;
}

footer .copyright a {
  text-decoration: none;
}

footer .copyright > p {
  float: left;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}

footer .in_sec_ft ul li span {
  margin-left: 5px;
}

.bottom_slider .carousel-inner .item {
  backface-visibility: hidden;
  perspective: 1000px;
  transition: all 0.4s linear 0;
}

.bottom_slider {
  float: left;
  padding: 55px 0;
  width: 100%;
}

.bottom_slider .container-fluid {
  padding: 0;
}

.bottom_slider .col-xs-12.col-sm-12.col-md-12 {
  padding: 0;
}

.bottom_slider .col-xs-12.col-sm-3.col-md-3 {
  padding: 0 1px;
}

.bottom_slider h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.bottom_slider .item .inner_col h3 {
  float: left;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 26px;
}

.bottom_slider .item .inner_col span {
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0 0;
  text-transform: uppercase;
  width: 100%;
}

.bottom_slider .item .inner_col {
  padding: 0 5px;
  text-align: center;
  width: 100%;
}

.bottom_slider .item .inner_col a {
  border-radius: 0;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
}

.bottom_slider #slider-text {
  padding-top: 40px;
  display: block;
}

.bottom_slider #slider-text .col-md-6 {
  overflow: hidden;
}

.bottom_slider #slider-text h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}

.bottom_slider #slider-text h2::after {
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
}

.bottom_slider #slider-control img {
  padding-top: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .bottom_slider #slider-control img {
    padding-top: 70px;
    margin: 0 auto;
  }
}

.bottom_slider .carousel-showmanymoveone .carousel-control {
  background-image: none;
  width: 1%;
  margin-top: 6%;
}

.bottom_slider .carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}

.bottom_slider .carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active,
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}

@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active,
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active,
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
    display: block;
  }
}

.service .btm_txt {
  float: left;
  padding: 15px;
  width: 100%;
}

.service .btm_txt p {
  font-size: 15px;
  font-weight: 500;
  height: 115px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.in_service .col-sm-4 {
  margin-bottom: 30px;
}

.service_bg {
  float: left;
  padding: 40px 0;
  position: relative;
  width: 100%;
}

.service_bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.service_bg h2 {
  float: left;
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  position: relative;
}

.fleet_slide {
  float: left;
  padding: 60px 0;
  width: 100%;
}

.fleet_slide .thumbnail {
  margin-bottom: 0;
  padding: 0;
}

.fleet_slide .thumbnails .col-sm-3 {
  padding: 2px 0;
}

.fleet_slide #slide-content h2 {
  float: left;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.fleet_slide #slide-content h3 {
  color: #444;
  float: left;
  font-size: 19px;
  font-weight: 400;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 100%;
}

.fleet_slide #slide-content h3 span {
  display: inline-block;
}

.fleet_slide .slide-content h3 span ul {
  display: inline-block;
  margin-left: 50px;
}

.fleet_slide #slide-content h3 span ul li {
  display: inline-block;
  font-weight: 300;
  padding: 0 10px;
}

.fleet_slide #slide-content h3 span ul li:last-child {
  border: none;
}

.fleet_slide #slide-content p {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.fleet_slide #slide-content a {
  float: left;
  font-size: 20px;
  margin: 30px 0 0;
  padding: 8px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.DvCont .thumb-box {
  padding: 1.4em 0 1em;
  margin-left: -1%;
  width: 102%;
}

.DvCont .thumb-box .thumbs-ad li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 1%;
}

.DvCont .thumb-box .thumbs-ad li img {
  width: 100%;
  opacity: 0.8;
}

.DvCont .thumb-box .thumbs-ad li img.active {
  opacity: 1;
}

.DvCont .thumb-box .thumbs-ad li:hover img {
  opacity: 1;
}

.make_reservation {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.make_reservation .main_div {
  margin: 0 auto;
  max-width: 85%;
}

.make_reservation .inner_sec {
  float: left;
  margin: -51px 0 -50px;
  padding: 30px 35px;
  position: relative;
  width: 100%;
}

.make_reservation .inner_sec > h2 {
  float: left;
  font-size: 35px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.make_reservation .inner_sec > h2 strong {
  font-weight: 600;
}

.make_reservation .inner_sec a {
  float: right;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 20px 9px 40px;
  position: relative;
  text-decoration: none;
}

.make_reservation .inner_sec a::before {
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  left: 15px;
  position: absolute;
  top: 3px;
}

.in_testil .carousel-inner {
  padding: 5px 0;
}

.blog {
  background-image: url(../images/blog.jpg);
  background-size: cover;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.thumb_blog {
  float: left;
  width: 100%;
  padding: 50px 0 80px;
}

.thumb_blog .inner {
  border-radius: 12px;
  float: left;
  margin: 30px 0;
  overflow-wrap: break-word;
  padding: 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

.thumb_blog .inner .txt {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.thumb_blog .inner .txt h2 {
  float: left;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
}

.thumb_blog .inner .txt h6 {
  float: left;
  font-family: roboto;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

.thumb_blog .inner .txt p {
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.thumb_blog .inner a {
  display: inline-block;
  font-size: 16px;
  margin: 15px 0 0;
  padding: 8px 35px;
  text-decoration: none;
}

.thumb_blog .main_div {
  margin: 0 auto;
  max-width: 80%;
  text-align: justify;
}

.thumb_blog .main_div p {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 36px;
  font-size: 17px;
  text-align: left;
}
.thumb_blog .main_div h1 {
  float: left;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  text-align: left;
}

.thumb_blog .main_div h2 {
  float: left;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  text-align: left;
}

.contact {
  background-image: url(../images/contact.jpg);
  background-size: cover;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.way {
  float: left;
  margin: 0;
  padding: 50px 0;
  width: 100%;
}

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

.way .left_sec .inner_form {
  border-radius: 0;
  float: left;
  margin: 0 0 20px;
  padding: 20px 10px;
  width: 100%;
  /*	height: 310px */
}

.way .right_sec {
  border-radius: 0;
  float: left;
  margin: 0 0 20px;
  padding: 20px 25px 33px;
  /*	height: 310px */
}

.way h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.way .left_sec .inner_form .form-group input {
  background: 0 0;
  border-radius: 0;
  height: 37px;
}

.way .left_sec .inner_form .form-group textarea {
  background: 0 0;
  border-radius: 0;
}

.way .right_sec .inner {
  height: 198px;
  padding: 15px 30px;
}

.way .right_sec .inner li {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.way .right_sec .inner li a {
  text-decoration: none;
}

.way .right_sec .inner li p {
  float: left;
}

.way .left_sec a {
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.map {
  float: left;
  margin-bottom: -57px;
  width: 100%;
}

.map iframe {
  width: 100%;
}

.last_sec {
  float: left;
  margin-top: 80px;
  width: 100%;
}

.way .left_sec .inner_form:input[placeholder] {
  opacity: 1;
}

.detail_service {
  float: left;
  margin: 60px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.detail_service .inner {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.detail_service .inner h2 {
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 18px 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  font-size: 40px !important;
}

.steps-form-2 {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}

.steps-form-2 .steps-row-2 {
  display: table-row;
}

.steps-form-2 .steps-row-2::before {
  bottom: 0;
  content: " ";
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
  display: table-cell;
  text-align: center;
  position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
  margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
  opacity: 1 !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  border: none !important;
  height: 40px;
  margin-top: 0;
  padding: 0;
  width: 40px;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
  font-size: 1.7rem;
}

.ride_trail {
  background-image: url(../images/reserve.jpg);
  background-size: cover;
  float: left;
  margin: 0;
  padding: 50px 0;
  width: 100%;
}

.ride_trail .inner {
  float: left;
  margin: 0;
  padding: 70px 15px 30px;
  position: relative;
  width: 100%;
}

.ride_trail .inner h3 {
  float: left;
  font-size: 22px;
  margin: 0 0 35px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.ride_trail .inner h3::before {
  bottom: 10px;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  right: 45%;
}

.ride_trail .inner .form-group .input-group input {
  border-radius: 0;
  font-size: 13px;
  height: 40px;
}

.ride_trail .input-group {
  width: 100%;
}

.ride_trail .inner .form-group .input-group .input-group-addon {
  border-radius: 0;
  width: 40px;
}

.ride_trail .inner .move_btn {
  margin-top: 15px;
  text-align: center;
}

.btn.btn-mdb-color.btn-rounded.nextBtn-2.float-right {
  border: medium none;
  display: inline-block;
  font-family: roboto;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 7px 50px;
}

.btn.btn-mdb-color.btn-rounded.prevBtn-2.float-left {
  border: medium none;
  display: inline-block;
  font-family: roboto;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 7px 50px;
}

.btn.btn-mdb-color {
  text-transform: uppercase;
  width: 170px;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
}

.select-selected.select-arrow-active:after {
  top: 7px;
}

.select-items div,
.select-selected {
  cursor: pointer;
  height: 40px;
  padding: 8px 16px;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.realtives {
  position: relative;
}

#owl-demo .item {
  margin: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-demo .item img {
  width: 100%;
  height: 100px;
}

.customNavigation {
  text-align: right;
  visibility: hidden;
}

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ride_trail #demo .inner {
  padding: 5px 10px;
}

.ride_trail #demo .item .inner h3 {
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  margin: 15px 0 10px;
  padding: 0;
}

.ride_trail #demo .item .inner p {
  float: left;
  font-size: 13px;
  margin: 0;
  width: 100%;
}

.ride_trail #demo .item .inner h2 {
  float: left;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

.ride_trail #demo .item .inner a {
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  margin: -10px 0 0;
  padding: 5px 25px;
  position: relative;
  text-decoration: none;
  top: -25px;
}

.ride_trail #demo .item .inner a:hover {
  background: #bdcc29;
}

.ride_trail .customlide {
  border: none;
  padding: 0;
  box-shadow: none;
}

.ride_trail .inner .vechile_custom {
  margin: 0;
}

.ride_trail #demo .inner ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  float: right;
}

.ride_trail #demo .inner .left_sec {
  float: left;
}

.ride_trail #demo .inner ul li {
  display: inline-block;
  padding: 3px 6px;
}

.ride_trail #demo .inner .custom_outer_lugage {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ride_trail .item .inner .color_option {
  border: medium none;
  float: left;
  padding: 0 0 5px;
  width: 100%;
}

.ride_trail .color_option p {
  float: left !important;
  font-size: 14px !important;
  margin: 0 !important;
  width: auto !important;
}

.ride_trail .color_option ul {
  border: none !important;
  float: right;
  text-align: right;
  width: 80%;
}

.ride_trail .color_option ul li {
  border: medium none;
  float: right;
  padding: 0 2px !important;
  width: 22%;
}

.ride_trail .color_option ul li img {
  height: 20px !important;
  cursor: pointer;
}

.ride_trail .color_option ul li:last-child {
  border: none !important;
}

.ride_trail .map_sec ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.ride_trail .map_sec ul li {
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

.customlide #demo {
  float: left;
  padding: 15px;
  width: 100%;
}

.ride_trail .customlide .item {
  float: left;
  padding: 15px 10px;
  text-align: center;
}

.main_vechile {
  margin: 0 auto;
  max-width: 70%;
}

.vechile_custom_btn {
  margin-bottom: 35px;
}

.detail_address select {
  padding: 4px;
  margin: 0;
  border: none;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .detail_address select {
    padding-right: 18px;
  }
}

.detail_address label {
  position: relative;
  width: 100%;
}

.detail_address label::after {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 0 0 2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 8px;
  font-weight: 400;
}

.detail_address label:before {
  content: "";
  right: 4px;
  top: 0;
  width: 23px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  display: block;
}

.detail_address label select {
  border-radius: 0;
  font-size: 13px;
  height: 40px;
  width: 100%;
  font-family: open sans;
  font-weight: 400;
  padding: 0 10px;
}

.detail_address label select option {
  font-size: 13px;
  padding: 10px;
}

.ride_trail .main_div {
  margin: 0 auto;
  max-width: 65%;
}

.ride_trail .ex_black h2 {
  font-size: 22px;
  left: 0;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

.btn.btn-success.btn-rounded.float-right {
  display: inline-block;
  font-family: roboto;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 7px 50px;
}

.ride_trail .loginr_btn {
  float: left;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
}

.ride_trail .loginr_btn .btn.btn-mdb-color {
  margin: 0;
}

.color_option > span {
  float: right;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}

.spin_move .bootstrap-touchspin .input-group-btn button {
  height: 40px;
  border-radius: 0;
}

.spin_move .input-group-addon.bootstrap-touchspin-prefix {
  display: none;
}

.spin_move label {
  font-family: roboto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.detail_address .child_age {
  float: left;
  padding: 0 0 5px;
  width: 100%;
  font-family: roboto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.detail_address label {
  margin-bottom: 0;
}

.spin_move .children_count {
  visibility: hidden;
}

.switch {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.switch + .lable {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: 400;
  cursor: pointer;
}

.switch + .lable::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: 400;
  font-size: 12px;
  content: "\a0";
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}

.switch:checked + .lable::before {
  display: inline-block;
  content: "\f00c";
}

.switch + .lable {
  margin: 0 4px;
  min-height: 24px;
}

.switch + .lable::before {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 12px;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  top: auto;
}

.switch.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  content: "\f00d";
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.switch.switch-bootstrap + .lable::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.switch.switch-bootstrap:checked + .lable::before {
  content: "\f00c";
  text-indent: 6px;
}

.switch.switch-bootstrap:checked + .lable::after {
  left: 32px;
}

.switch-square {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.switch-square + .lable {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: 400;
  cursor: pointer;
}

.switch-square + .lable::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: 400;
  font-size: 12px;
  content: "\a0";
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}

.switch-square:checked + .lable::before {
  display: inline-block;
  content: "\f00c";
}

.switch-square + .lable {
  margin: 0 4px;
  min-height: 24px;
}

.switch-square + .lable::before {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 2px;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  top: auto;
}

.switch-square.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  content: "\f00d";
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.switch-square.switch-bootstrap + .lable::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.switch-square.switch-bootstrap:checked + .lable::before {
  content: "\f00c";
  text-indent: 6px;
}

.switch-square.switch-bootstrap:checked + .lable::after {
  left: 32px;
}

.switch-square.switch-bootstrap + .lable::after {
  border-radius: 2px;
}

.switch_puff {
  float: left;
  padding-top: 5px;
  width: 100%;
}

.switch_puff .switch-primary h5 {
  float: left;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 1px 0;
}

.switch_puff .label-switch.switch-primary {
  margin-top: 30px;
  text-align: right;
  width: 100%;
}

.container1 {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  font-family: roboto;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container1 input:checked ~ .checkmark:after {
  display: block;
}

.container1 .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
}

.round_radio {
  padding-top: 5px;
}

.billing_addrs h4 {
  float: left;
  margin: 0 0 10px;
  padding: 0 0 25px;
  position: relative;
  text-align: center;
  width: 100%;
}

.billing_addrs h4::before {
  bottom: 10px;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  right: 45%;
}

.billing_addrs a {
  font-family: roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: underline;
  float: right;
}

.loginr_btn .btn.btn-mdb-color.navbar-right {
  float: right;
}

.ride_trail .inner .move_btn .skip_btn {
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  top: 2px;
}

.outer_userform {
  float: left;
  width: 100%;
}

.outer_userform .nt_pd {
  padding: 0;
}

.outer_userform .nt_pd label {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: roboto;
}

.outer_userform .nt_pd .login_btnn {
  text-align: center;
}

.outer_userform .nt_pd .login_btnn a {
  border-radius: 5px;
  display: inline-block;
  font-family: roboto;
  font-size: 14px;
  padding: 7px 35px;
  text-decoration: none;
}

.outer_userform .left_custom .register_now {
  margin: 20px 0 0;
  text-align: center;
}

.owl-nav {
  margin: 15px auto 0;
  width: 35px;
  position: absolute;
  top: -45px;
  right: 0;
}

.owl-nav .owl-prev {
  float: left;
  margin-right: 10px;
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  font-size: 25px;
}

.outer_userform ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.outer_userform ul li {
  margin: 0 0 10px;
  padding: 5px 10px;
}

.outer_userform ul li span {
  font-weight: 700;
}

.outer_userform .notes {
  float: left;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}

.outer_userform .notes p {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.outer_userform .payment {
  float: left;
  margin: 20px 0 15px;
  width: 100%;
}

.outer_userform .payment h5 {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px 0 0;
  padding: 5px 0;
}

.outer_userform .payment span {
  display: inline-block;
  font-size: 15px;
  padding: 5px 20px;
}

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

.outer_userform .add_card a {
  font-size: 13px;
  text-decoration: underline;
}

.outer_userform .quote_btn {
  float: left;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.outer_userform .quote_btn .btn.btn-warning {
  border: medium none;
  border-radius: 0;
  font-weight: 600;
  margin: 5px 0 0;
  padding: 10px 0;
  width: 100%;
}

.currentactive {
  border: none !important;
  width: 25px !important;
}

.currentactive a {
  padding: 0 !important;
}

.prevactive {
  pointer-events: none;
  border: none !important;
  height: 64px;
}

.steps-step-2 a {
  pointer-events: none;
}

.btndisable {
  pointer-events: none;
  display: none !important;
}

.spnper {
  font-family: roboto;
  font-weight: 500;
}

#BI .spnper {
  display: inline-block;
  padding: 10px 0;
}

.inner.ex_black .form-group label {
  font-family: roboto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.inner.ex_black
  .outer_userform
  .quote_btn
  .btn.btn-mdb-color.btn-rounded.prevBtn-2.float-left {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}

.owl-dots {
  clear: both;
  float: left;
  margin: 30px 0 15px;
  text-align: center;
  width: 100%;
}

.owl-dots .owl-dot {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin: 0 3px;
  width: 20px;
}

.outer_userform .nt_pd .form-group > label {
  margin: 0 0 5px;
  text-align: left;
}

.skip_btn {
  margin: -15px 0 5px;
  text-align: center;
}

.skip_btn > a {
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: underline;
}

.inner .dropon {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 7px;
  display: none;
}

.inner .dropon .dropdown-menu {
  border-radius: 0;
  left: auto;
  margin: 14px 0 0;
  right: 0;
}

.inner .dropon .dropdown-menu li a {
  padding: 4px 20px 8px;
}

.inner .dropon .dropdown-menu li:last-child a {
  border: medium none;
}

.inner .dropon .dropdown-menu li a:hover {
  background: 0 0;
}

.bootom_bar .steps-step-2 a {
  pointer-events: auto;
}

.bootom_bar {
  float: left;
  margin: 0;
  width: 100%;
}

.bootom_bar .steps-form-2 .steps-row-2::before {
  height: 64px;
  border-radius: 5px;
}

.bootom_bar .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
  border-radius: 50%;
  font-size: 35px;
  height: 55px;
  line-height: 50px;
  margin: 4px 0 0;
  padding: 0;
  transition: all 0.5s linear 0;
  width: 55px;
}

.bootom_bar .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa:hover {
  transition: 0.5s linear;
  transform: scale(1.2);
}

.bootom_bar .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
  border: medium none;
  border-radius: 0;
}

.bootom_bar .steps-form-2 {
  float: left;
  width: 100%;
}

.diff_ress {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  opacity: 0.16;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 3px;
  width: 100%;
  z-index: 9;
}

.in_service {
  padding-bottom: 80px;
}

.in_service .thumb {
  margin: 0;
}

.banner {
  float: left;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.banner .enquiry_custom {
  left: 10.5%;
  position: absolute;
  top: 5%;
}

.banner .enquiry_custom .main_div {
  border-radius: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 395px;
  padding: 60px 15px 20px;
  position: relative;
}

.enquiry_custom .main_div > h2 {
  float: left;
  font-size: 20px;
  font-weight: 400;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.enquiry_custom .input-group-addon {
  border-radius: 0;
  min-width: 40px;
}

.banner .enquiry_custom .main_div .form-control {
  border-radius: 0;
}

.enquiry_custom .col-sm-12,
.enquiry_custom .col-sm-6 {
  padding: 0 5px;
}

.enquiry_custom .btn.btn-default {
  border: medium none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}

.banner .enquiry_custom textarea {
  height: 50px;
}

.enquiry_custom .btn.btn-default {
  border: medium none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}

.faq_sec {
  float: left;
  margin: 0;
  padding: 50px 0;
  width: 100%;
}

.faq_sec .main_div {
  margin: 0 auto;
  max-width: 85%;
}

.faq_sec .main_div h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.faq_sec #accordion .panel-heading {
  padding: 0;
}

.faq_sec #accordion .panel-title a {
  display: block;
  padding: 0.4em 0.6em;
  outline: 0;
  font-weight: 600;
  text-decoration: none;
  line-height: 25px;
}

.faq_sec #accordion .panel-title a.accordion-toggle::before,
.faq_sec #accordion a[data-toggle="collapse"]::before {
  content: "";
  float: left;
  font-family: fontawesome;
  font-size: 24px;
  font-weight: 600;
  margin-right: 1em;
  margin-top: -5px;
}

.faq_sec #accordion .panel-title a.accordion-toggle.collapsed::before,
.faq_sec #accordion a.collapsed[data-toggle="collapse"]::before {
  content: "";
}

.faq_sec h4 a {
  padding: 16px 20px !important;
}

.faq_sec .panel-body {
  line-height: 30px;
  padding: 15px 25px;
}

.faq_sec .panel-group .panel {
  border-radius: 4px;
  margin-bottom: 10px;
}

.ride_trail form {
  margin-bottom: 20px;
}

.in_service .shadow_service {
  float: left;
  margin: 5px;
  width: 100%;
}

.modren .mod_pcustom .trends p {
  text-align: center;
}

.navigation .menu_btn {
  bottom: 0;
  display: none;
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

.navigation .menu_btn > span {
  left: 25px;
  position: absolute;
  z-index: 0;
}

.navigation .navbar-toggle {
  background-image: none;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 8px 10px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 1;
}

.navigation .navbar-toggle .icon-bar {
  border-radius: 1px;
  clear: both;
  display: block;
  float: right;
  height: 2px;
  text-align: right;
  width: 22px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.in_testil .top_icon_social {
  margin: 0 0 30px;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.in_testil .top_icon_social ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.in_testil .top_icon_social ul li {
  display: inline-block;
  padding: 0 10px;
}

.in_testil .top_icon_social ul li a {
  display: inline-block;
  font-size: 24px;
  text-shadow: 1px 0 10px #ccc;
}

.in_testil .top_icon_social ul li a span {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}

.in_testil .top_icon_social ul li a span:hover {
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 479px) {
  .navigation .center_custom ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .ride_trail {
    padding: 20px 0;
  }
  .ride_trail .main_div {
    max-width: 100%;
  }
  .ride_trail .setup-content-2 .col-md-12 {
    padding: 0;
  }
  .btn.btn-mdb-color {
    font-size: 12px;
    width: 140px;
  }
  .ride_trail .ex_black h2 {
    font-size: 14px;
  }
  .ride_trail .inner {
    padding: 60px 0 30px;
    border: none;
  }
  .ride_trail .inner .form-group .input-group input {
    font-size: 11px;
  }
  .btn.btn-mdb-color.btn-rounded.nextBtn-2.float-right {
    font-size: 14px;
    width: 100%;
  }
  .btn.btn-mdb-color.btn-rounded.prevBtn-2.float-left {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 7px 30px;
  }
  .billing_addrs h4 {
    font-size: 15px;
  }
  .billing_addrs a {
    font-size: 12px;
  }
  #owl-demo .item img {
    height: auto;
    width: auto;
  }
  .spin_move .children_count {
    display: none;
  }
  .switch_puff .label-switch.switch-primary {
    margin-top: 20px;
  }
  .ride_trail .inner .move_btn .skip_btn {
    font-size: 16px;
    margin: 0 0 7px;
    width: 100%;
  }
  .btn.btn-mdb-color.btn-rounded.prevBtn-2.float-left {
    width: 100%;
  }
  .btn.btn-success.btn-rounded.float-right {
    width: 100%;
  }
  .navigation .navbar-header {
    width: 100%;
  }
  .navigation .navbar-header .navbar-brand {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .navigation .center_custom {
    margin: 0;
    width: 100%;
  }
  .navigation .center_custom ul li {
    padding: 0;
    width: auto;
  }
  .navigation .center_custom ul li a {
    font-size: 13px;
    padding: 0 5px;
  }
  .navigation .center_custom ul li a i {
    font-size: 20px;
    height: 28px;
    margin-right: 5px;
    padding: 7px;
    width: 28px;
    border-right: 2px solid #e6e6e6;
    color: var(--primary-color);
  }
  .navigation .center_custom ul li a .txt {
    padding: 10px 18px;
  }
  .navigation .book_btn {
    padding: 0 5px 0 0;
    text-align: center;
    width: 100%;
  }
  .book_btn.navbar-right a {
    font-size: 14px;
    margin-top: 0px;
    padding: 11px 12px;
  }
  .banner .enquiry_custom {
    position: static;
  }
  .banner .enquiry_custom .main_div {
    max-width: 100%;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul {
    margin: 0;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul li {
    text-align: left;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul li a {
    border-radius: 0;
  }
  .enquiry_custom .main_div > h2 {
    font-size: 18px;
  }
  .enquiry_custom .btn.btn-default {
    font-size: 16px;
  }
  .modren {
    padding: 20px 0;
  }
  .modren .trends {
    max-width: 100%;
  }
  .modren .trends h2 {
    font-size: 45px;
    margin: 0 0 10px;
    font-weight: 300;
  }
  .modren .trends p {
    font-size: 12px;
    line-height: 28px;
  }
  .service {
    padding: 20px 0;
  }
  .service h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .service .thumb .inner_thumb h3 {
    font-size: 18px;
  }
  .bottom_slider h2 {
    font-size: 45px;
    margin: 0 0 20px;
    font-weight: 300;
  }
  .bottom_slider {
    padding: 20px 0;
  }
  .carousel-testi {
    padding: 25px 0;
  }
  .carousel-testi .star_ff h5 {
    font-size: 16px;
  }
  .carousel-testi blockquote p {
    font-size: 12px;
  }
  .carousel-testi blockquote::before {
    font-size: 14px;
  }
  .carousel-testi blockquote::after {
    font-size: 14px;
  }
  .carousel-testi h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .make_reservation .main_div {
    max-width: 100%;
  }
  .make_reservation .inner_sec {
    margin: 0;
    padding: 15px;
  }
  .make_reservation .inner_sec h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .make_reservation .inner_sec a {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 10px 0 0;
  }
  footer {
    padding: 20px 0 0;
  }
  footer .in_sec_ft h3 {
    margin: 10px 0 15px;
  }
  footer p {
    font-size: 12px;
  }
  footer .in_sec_ft ul li a {
    font-size: 12px;
  }
  footer .information {
    display: inline-block;
    margin-bottom: 10px;
  }
  .in_sec_ft ul li {
    font-size: 12px;
    line-height: 23px;
  }
  .in_sec_ft ul li span {
    margin-bottom: 12px;
  }
  .copyright .d1 {
    height: auto;
  }
  .copyright .d1 h3 {
    font-size: 12px;
  }
  .navigation .navbar-header {
    position: relative;
  }
  .navigation .navbar-header .navbar-toggle {
    margin: 0;
    max-width: 30px;
    position: absolute;
    left: 15px;
    top: 5px;
  }
  .navigation .navbar-header .navbar-brand img {
    margin: 0 auto;
    max-width: 170px;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
  }
  .way .left_sec .inner_form {
    height: auto;
  }
  .way .right_sec {
    float: left;
    height: auto;
  }
  .way .right_sec .inner {
    display: inline-block;
    height: auto;
    padding: 15px;
  }
  .in_sec_ft ul li span {
    margin-right: 10px;
  }
  .way .right_sec .inner li p {
    width: 80%;
  }
  .service .col-sm-4 {
    margin: 0 auto;
    max-width: 100%;
  }
  .fleet_slide .inner #slide-content ul {
    display: inline-block;
    padding: 0 0 0 15px;
  }
  .fleet_slide.odd .slippry_box.thumbnails {
    margin-top: 100px;
  }
  .fleet_slide #slide-content h2 {
    margin-top: 30px;
  }
  .banner .item .carousel-caption p span {
    display: none;
  }
  .navigation .inner_sec {
    padding: 10px 0 0;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin: 0;
  }
  .navigation .container {
    padding: 10px 0 0;
  }
  .navigation .menu_btn {
    display: block;
  }
  .faq_sec #accordion .panel-title a {
    font-size: 14px;
  }
}

@media (min-width: 360px) and (max-width: 479px) {
  .ride_trail #demo .item .inner p {
    font-size: 11px;
  }
  .ride_trail #demo .item .inner h2 {
    font-size: 12px;
  }
  .ride_trail #demo .item .inner h3 {
    font-size: 12px;
    height: 43px;
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  .ride_trail {
    padding: 20px 0;
  }
  .ride_trail .main_div {
    max-width: 100%;
  }
  .ride_trail .setup-content-2 .col-md-12 {
    padding: 0;
  }
  .btn.btn-mdb-color {
    font-size: 12px;
    width: 140px;
  }
  .ride_trail .ex_black h2 {
    font-size: 14px;
  }
  .ride_trail .inner {
    padding: 60px 0 30px;
    border: none;
  }
  .ride_trail .inner .form-group .input-group input {
    font-size: 11px;
  }
  .btn.btn-mdb-color.btn-rounded.nextBtn-2.float-right {
    font-size: 14px;
  }
  .btn.btn-mdb-color.btn-rounded.prevBtn-2.float-left {
    font-size: 14px;
    padding: 7px 30px;
  }
  .billing_addrs h4 {
    font-size: 15px;
  }
  .billing_addrs a {
    font-size: 12px;
  }
  #owl-demo .item img {
    height: auto;
    width: auto;
  }
  .ride_trail #demo .item .inner h3 {
    font-size: 15px;
  }
  .spin_move .children_count {
    display: none;
  }
  .switch_puff .label-switch.switch-primary {
    margin-top: 20px;
  }
  .ride_trail .inner .move_btn .skip_btn {
    padding: 5px 20px;
  }
  .btn.btn-success.btn-rounded.float-right {
    font-size: 16px;
    padding: 5px 50px;
  }
  .navigation .navbar-header {
    width: 100%;
  }
  .navigation .navbar-header .navbar-brand {
    width: 180px;
  }
  .navigation .center_custom {
    margin: 0;
    width: 70%;
  }
  .navigation .center_custom ul li {
    float: left;
    padding: 0;
    width: auto;
  }
  .navigation .center_custom ul li a {
    font-size: 11px;
    padding: 0 5px;
  }
  .navigation .center_custom ul li a i {
    font-size: 10px;
    height: 28px;
    margin-right: 5px;
    padding: 7px;
    width: 28px;
  }
  .navigation .center_custom ul li a .txt {
    padding: 4px 0;
  }
  .navigation .book_btn {
    padding: 0 5px 0 0;
    width: 30%;
  }
  .book_btn.navbar-right a {
    font-size: 10px;
    margin-top: 10px;
    padding: 5px 12px;
  }
  .banner .enquiry_custom {
    position: static;
  }
  .banner .enquiry_custom .main_div {
    max-width: 100%;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul {
    margin: 0;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul li {
    text-align: left;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul li a {
    border-radius: 0;
  }
  .enquiry_custom .main_div > h2 {
    font-size: 18px;
  }
  .enquiry_custom .btn.btn-default {
    font-size: 16px;
  }
  .modren {
    padding: 20px 0;
  }
  .modren .trends {
    max-width: 100%;
  }
  .modren .trends h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .modren .trends p {
    font-size: 12px;
    line-height: 25px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .service {
    padding: 20px 10px;
  }
  .service .col-sm-4 {
    float: left;
    padding: 0 8px;
    width: 50%;
  }
  .service h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .service .thumb {
    margin: 10px 0;
  }
  .service .thumb .inner_thumb h3 {
    font-size: 14px;
  }
  .bottom_slider h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .bottom_slider {
    padding: 20px 0;
  }
  .carousel-testi {
    padding: 25px 0;
  }
  .carousel-testi .star_ff h5 {
    font-size: 16px;
  }
  .carousel-testi blockquote p {
    font-size: 12px;
  }
  .carousel-testi blockquote::before {
    font-size: 14px;
  }
  .carousel-testi blockquote::after {
    font-size: 14px;
  }
  .carousel-testi h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .make_reservation .main_div {
    max-width: 100%;
  }
  .make_reservation .inner_sec {
    margin: 0;
    padding: 15px;
  }
  .make_reservation .inner_sec h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .make_reservation .inner_sec a {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 10px 0 0;
  }
  footer {
    padding: 20px 0 0;
  }
  footer .in_sec_ft h3 {
    margin: 10px 0 15px;
  }
  footer p {
    font-size: 12px;
  }
  footer .in_sec_ft ul li a {
    font-size: 12px;
  }
  footer .information {
    display: inline-block;
    margin-bottom: 10px;
  }
  .in_sec_ft ul li {
    font-size: 12px;
    line-height: 23px;
  }
  .in_sec_ft ul li span {
    margin-bottom: 12px;
  }
  .copyright .d1 {
    height: auto;
  }
  .copyright .d1 h3 {
    font-size: 12px;
  }
  .way .left_sec .inner_form {
    height: auto;
  }
  .way .right_sec {
    float: left;
    height: auto;
  }
  .way .right_sec .inner {
    display: inline-block;
    height: auto;
    padding: 15px;
  }
  .in_sec_ft ul li span {
    margin-right: 10px;
  }
  .way .right_sec .inner li p {
    width: 80%;
  }
  .fleet_slide .inner #slide-content ul {
    display: inline-block;
    padding: 0 0 0 15px;
  }
  .fleet_slide.odd .slippry_box.thumbnails {
    margin-top: 100px;
  }
  .banner .item .carousel-caption p span {
    display: none;
  }
  .navigation .inner_sec {
    padding: 10px 0 0;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin: 0;
  }
  .navigation .container {
    padding: 10px 0 0;
  }
  .navigation .menu_btn {
    display: block;
  }
  .faq_sec #accordion .panel-title a {
    font-size: 14px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .ride_trail .main_div {
    max-width: 100%;
  }
  .ride_trail .setup-content-2 .col-md-12 {
    padding: 0;
  }
  .ride_trail .inner {
    border: none;
  }
  .ride_trail #demo .item .inner h3 {
    font-size: 14px;
    font-weight: 600;
    height: 60px;
  }
  .navigation .inner_sec .navbar-header {
    float: left;
    width: 150px;
  }
  .navigation .navbar-toggle {
    margin-right: 3px;
    padding: 9px 10px;
    position: absolute;
    right: 0;
  }
  .navigation .center_custom {
    float: left;
    margin: 0;
    width: 58%;
  }
  .navigation .center_custom ul li {
    float: left;
    padding: 0;
    width: auto;
  }
  .navigation .center_custom ul li a {
    font-size: 10px;
    padding: 0 3px;
  }
  .navigation .center_custom ul li a i {
    font-size: 10px;
    height: 22px;
    margin-right: 5px;
    padding: 4px;
    width: 22px;
  }
  .navigation .center_custom ul li a .txt {
    padding: 0;
  }
  .navigation .book_btn {
    float: left;
    padding: 0 5px 0 0;
    width: 15%;
  }
  .book_btn.navbar-right a {
    float: left;
    font-size: 10px;
    margin-top: 10px;
    padding: 5px 8px;
    position: relative;
    right: 14px;
  }
  .banner .enquiry_custom {
    position: static;
  }
  .banner .enquiry_custom .main_div {
    max-width: 100%;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul {
    margin: 0;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul li {
    text-align: left;
    width: 100%;
  }
  .navigation .navbar-collapse.collapse ul li a {
    border-radius: 0;
  }
  .enquiry_custom .main_div > h2 {
    font-size: 18px;
  }
  .enquiry_custom .btn.btn-default {
    font-size: 16px;
  }
  .modren {
    padding: 20px 0;
  }
  .modren .trends {
    max-width: 100%;
  }
  .modren .trends h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .modren .trends p {
    font-size: 12px;
    line-height: 25px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #f0ca92;
  }
  .service {
    padding: 20px 15px;
  }
  .service h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .service .col-sm-4 {
    float: left;
    padding: 0 10px;
    width: 50%;
  }
  .service .thumb {
    margin: 10px 0;
  }
  .service .thumb .inner_thumb h3 {
    font-size: 14px;
  }
  .bottom_slider h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .bottom_slider {
    padding: 20px 0;
  }
  .carousel-testi {
    padding: 25px 0;
  }
  .carousel-testi .star_ff h5 {
    font-size: 16px;
  }
  .carousel-testi blockquote p {
    font-size: 12px;
  }
  .carousel-testi blockquote::before {
    font-size: 14px;
  }
  .carousel-testi blockquote::after {
    font-size: 14px;
  }
  .carousel-testi h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .make_reservation .main_div {
    max-width: 100%;
  }
  .make_reservation .inner_sec {
    margin: 0;
    padding: 15px;
  }
  .make_reservation .inner_sec h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .make_reservation .inner_sec a {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 10px 0 0;
  }
  footer {
    padding: 20px 0 0;
  }
  footer .in_sec_ft h3 {
    margin: 10px 0 15px;
  }
  footer p {
    font-size: 12px;
  }
  footer .in_sec_ft ul li a {
    font-size: 12px;
  }
  footer .information {
    display: inline-block;
    margin-bottom: 10px;
  }
  .in_sec_ft ul li {
    font-size: 12px;
    line-height: 28px;
  }
  .in_sec_ft ul li span {
    margin-bottom: 12px;
  }
  .copyright .d1 {
    height: auto;
  }
  .copyright .d1 h3 {
    font-size: 12px;
  }
  footer .copyright a {
    text-decoration: none;
  }
  .way .left_sec .inner_form {
    height: auto;
  }
  .way .right_sec {
    float: left;
    height: auto;
  }
  .way .right_sec .inner {
    display: inline-block;
    height: auto;
    padding: 15px;
  }
  .way .right_sec .inner li p br:first-child {
    display: none;
  }
  .fleet_slide .inner #slide-content ul {
    display: inline-block;
    padding: 0 0 0 15px;
  }
  .fleet_slide.odd .slippry_box.thumbnails {
    margin-top: 100px;
  }
  .banner .item .carousel-caption p span {
    display: none;
  }
  .navigation .inner_sec {
    padding: 10px 0 0;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin: 0;
  }
  .navigation .container {
    padding: 10px 0 0;
  }
  .navigation .menu_btn {
    display: block;
  }
  .faq_sec #accordion .panel-title a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ride_trail .main_div {
    max-width: 80%;
  }
  .ride_trail #demo .item .inner h3 {
    font-size: 14px;
    font-weight: 600;
    height: 60px;
  }
  .navigation .navbar-header {
    width: 185px;
  }
  .navigation .center_custom {
    width: 58%;
  }
  .navigation .center_custom ul li a {
    font-size: 11px;
    padding: 0 5px;
  }
  .navigation .center_custom ul li a i {
    font-size: 18px;
    height: 30px;
    margin-right: 3px;
    padding: 5px;
    width: 30px;
  }
  .navigation .book_btn {
    margin-right: 10px;
  }
  .book_btn.navbar-right a {
    font-size: 12px;
    margin-top: 5px;
    padding: 8px 25px;
  }
  .navigation .center_custom ul li a .txt {
    padding: 5px;
  }
  .navigation .navbar-collapse.collapse ul li {
    font-size: 13px;
  }
  .navigation .navbar-collapse.collapse ul li a {
    padding: 10px 7px;
  }
  .way h3 {
    font-size: 20px;
  }
  .way .right_sec .inner {
    padding: 15px;
  }
  .make_reservation .main_div {
    margin: 0 auto;
    max-width: 88%;
  }
  .make_reservation .inner_sec {
    padding: 20px 35px;
  }
  .make_reservation .inner_sec > h2 {
    font-size: 22px;
    margin: 5px 0 0;
  }
  footer .information {
    width: 66%;
  }
  footer .col-sm-4:last-child {
    width: 100%;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3,
  .carousel-showmanymoveone .cloneditem-4,
  .carousel-showmanymoveone .cloneditem-5 {
    display: block;
  }
  .banner .enquiry_custom {
    left: 0;
    position: relative;
    top: 0;
  }
  .banner .enquiry_custom .main_div {
    max-width: 100%;
  }
  .modren .left_sec iframe {
    height: 196px;
  }
  .modren .trends p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
  }
  .service .thumb .inner_thumb h3 {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ride_trail .main_div {
    max-width: 70%;
  }
  .ride_trail #demo .item .inner h3 {
    font-size: 14px;
    font-weight: 600;
    height: 60px;
  }
  .navigation .navbar-header {
    width: 185px;
  }
  .navigation .center_custom {
    width: 58%;
  }
  .navigation .center_custom ul li a {
    font-size: 11px;
    padding: 0 5px;
  }
  .navigation .center_custom ul li a i {
    font-size: 18px;
    height: 30px;
    margin-right: 3px;
    padding: 5px;
    width: 30px;
  }
  .navigation .book_btn {
    margin-right: 10px;
  }
  .book_btn.navbar-right a {
    font-size: 12px;
    margin-top: 5px;
    padding: 8px 25px;
  }
  .navigation .center_custom ul li a .txt {
    padding: 5px;
  }
  .navigation .navbar-collapse.collapse ul li {
    font-size: 14px;
  }
  .navigation .navbar-collapse.collapse ul li a {
    padding: 10px;
  }
  .banner .enquiry_custom {
    left: auto;
    position: static;
    top: auto;
    float: left;
    padding: 20px 0;
    position: static;
    width: 100%;
  }
  .banner .enquiry_custom .main_div {
    border-radius: 0;
    display: flow-root;
    margin: 0 auto;
    max-width: 730px;
    padding: 60px 15px 20px;
    position: relative;
  }
  .service .thumb .inner_thumb h3 {
    font-size: 14px;
  }
}

@media (min-width: 1250px) and (max-width: 1900px) {
  .banner .carousel-caption {
    left: auto;
    padding-bottom: 30px;
    right: 12%;
    top: 35%;
  }
}

.banner .carousel-inner .homebannercaption p {
  position: fixed;
  top: 20%;
  float: left;
  right: 40px;
  padding: 10px 20px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}

.banner .carousel-inner .homebannercaption p2 {
  position: fixed;
  top: 40%;
  float: left;
  right: 40px;
  padding: 10px 20px;
  line-height: 39px;
  text-transform: uppercase !important;
  font-size: 28px;
  font-weight: 500;
}

.hide-homebannercaption {
  display: block;
}

@media screen and (max-width: 479px) {
  .banner .carousel-inner .homebannercaption p {
    top: 15%;
    right: 5px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
  }
  .hide-homebannercaption {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .banner .carousel-inner .homebannercaption p {
    top: 20%;
    right: 5px;
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
  }
  .hide-homebannercaption {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .banner .carousel-inner .homebannercaption p {
    right: 20px;
    padding: 5px 10px;
    line-height: 26px;
    font-size: 16px;
  }
  .hide-homebannercaption {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .banner .carousel-inner .homebannercaption p {
    right: 20px;
    padding: 5px 10px;
    font-size: 22px;
  }
  .hide-homebannercaption {
    display: none;
  }
}

ul.showbullets {
  list-style: disc !important;
  padding-left: 20px;
  line-height: 30px;
}

.customrowmargin .row {
  margin: 0;
}

.social_top {
  float: right;
  width: 100%;
  text-align: right;
  margin-right: -15px;
}

.social_top ul {
  float: right;
  display: inline-block;
  text-align: right;
}

.social_top ul li {
  float: left;
  margin: 0 2px;
}

@media screen and (max-width: 479px) {
  .social_top {
    float: right;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 20px;
  }
  .social_top ul {
    float: none;
    display: inline-block;
    text-align: center;
    width: 150px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .navigation .center_custom {
    float: left;
    margin: 0;
    width: 62%;
  }
  .social_top {
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 0;
    margin-top: 0;
  }
  .social_top ul {
    float: none;
    display: inline-block;
    text-align: center;
    width: 150px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .navigation .center_custom {
    width: 81%;
    float: left;
  }
  .navigation .navbar-header {
    width: 185px;
    margin: 0 auto;
    float: none;
  }
  .navigation .center_custom ul {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .social_top {
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 0;
    margin-top: 10px;
  }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poiret+One|Roboto:100,300,400,500,700,900);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);
.servicesdetails .main_div {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

/* css script for google translator */

div#google_translate_element {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 9999;
  padding: 10px;
  width: 50px;
  webkit-transform: rotate(-270deg);
  -ff-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.goog-te-gadget-simple {
  font-size: 11pt;

  display: inline-block;
  padding: 10px 5px !important;
  cursor: pointer;
  zoom: 1;
  display: inline;
  text-transform: uppercase;
}

.goog-te-gadget-simple .goog-te-menu-value {
  text-decoration: none !important;
  font-weight: bold !important;
}

.goog-te-gadget img {
  display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  text-decoration: none;
  margin: 2px !important;
}

.gallery_sec h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 12px;
}

/* css script for google translator */

/* script for submenu css */

.navigation .navbar-collapse.collapse ul li ul.subnav {
  display: none;
}

.navigation .navbar-collapse.collapse ul li:hover > ul.subnav {
  display: block;
  float: left;
  width: 100%;
  line-height: 30px;
  position: absolute;
  text-align: left;
  padding: 10px;
  background: linear-gradient(to right, #158ace, #14b299);
  border-bottom: 2px solid #ccab5c;
  border-top: 3px solid #ccab5c;
  min-width: 320px;
  left: -50%;
}

.navigation .navbar-collapse.collapse ul li ul.subnav li {
  float: left;
  width: 100%;
  text-align: center;
}

.navigation .navbar-collapse.collapse ul li ul.subnav li a {
  float: left;
  width: 100%;
  padding: 0px;
}

.navigation .navbar-collapse.collapse ul li ul.subnav li a:hover {
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.submenu-icon {
  width: 16px;
  float: right;
  position: absolute;
  top: 13px;
  right: -7px;
}

@media screen and (max-width: 479px) {
  .navigation .navbar-collapse.collapse ul li:hover > ul.subnav {
    position: relative;
    left: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .navigation .navbar-collapse.collapse ul li:hover > ul.subnav {
    position: relative;
    left: 0;
  }
}

/* script for submenu css */

/* OUR TEAM CSS */

.ourteam_container {
  float: left;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.otmargin {
  margin: 0 auto;
  max-width: 1100px;
}

.otfullwidth {
  float: left;
  width: 100%;
  background: #333;
  padding: 20px;
  color: #fff;
}

.otleft {
  float: left;
  width: 25%;
}

.otimage {
  /*  float: left;
    width: 100%;*/
  margin: 0 auto;
  width: 140px;
}

.otright {
  float: left;
  width: 70%;
  padding-left: 30px;
}

.otname {
  float: left;
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
}

.otname span {
  font-size: 14px;
}

.otdegiantion {
  float: left;
  width: 100%;
  font-size: 24px;
}

.otcontent {
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.slick-slider {
  max-height: 300px;
}

.slick-prev,
.slick-next {
  width: 40px !important;
  background: #ccab5c !important;
  height: 40px !important;
  display: none !important;
}

.slickslider .slick-dots {
  display: block !important;
}

.slick-dots li {
  background: #ccab5c !important;
  border-radius: 50% !important;
}

.slick-dots li button:before {
  font-size: 30px !important;
  color: #fff !important;
}

.otsection.slick-slide {
  height: 220px;
  float: left;
}

a.otviewbtn {
  color: #ccab5c !important;
  text-decoration: none !important;
  font-size: 14px;
}

@media screen and (max-width: 479px) {
  .otleft {
    float: left;
    width: 100%;
  }
  .otright {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .ourteam_container {
    width: 100%;
    height: 500px;
  }
  .otsection.slick-slide {
    height: 500px;
    float: left;
  }
  .otname {
    font-size: 18px;
    margin-top: 20px;
  }
  .otdegiantion {
    font-size: 16px;
  }
  .otcontent {
    font-size: 15px;
  }
  .slickslider .slick-dots {
    display: none !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .otleft {
    float: left;
    width: 100%;
  }
  .otright {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .ourteam_container {
    width: 100%;
    height: 500px;
  }
  .otsection.slick-slide {
    height: 500px;
    float: left;
  }
  .otname {
    font-size: 18px;
    margin-top: 20px;
  }
  .otdegiantion {
    font-size: 16px;
  }
  .otcontent {
    font-size: 15px;
  }
  .slickslider .slick-dots {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .otsection.slick-slide {
    height: 330px;
    float: left;
  }
  .slickslider .slick-dots {
    display: block !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
}

/* OUR TEAM CSS */

/* OUR Services section */

.of_title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;

  height: 100px;
}
.of_title h3 {
  font-size: 18px;
  padding: 12px;
}

.of_title_orange {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.of_title_gold {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.of_title_silver {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.of_title_blue {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.bottom_slider.newourfleetdesign .col-xs-12.col-sm-3.col-md-3 {
  padding: 0 0px;
}

/* OUR Services section */

/* Services details */

.thumb_blog.servicesdetails {
  float: left;
  width: 100%;
  padding: 110px 0 80px;
}

.detail_service .inner h2 {
  background: linear-gradient(to right, #ea5e8d, #8482eb, #2dddfa) !important;
  color: #fff !important;
}

.servicesdetails .main_div {
  max-width: 980px;
}

.previewlivewebsite_btn a {
  color: #158ace;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  background: #f4f4f4;
}
