/* Minification failed. Returning unminified contents.
(207,19): run-time error CSS1039: Token not allowed after unary operator: '-dark-text'
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

p {
  line-height: 1.4em; }

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #ededed;
  background: rgba(121, 122, 121, 0.1); }

.container {
  max-width: 1366px;
  margin: 0 auto; }

section {
  overflow: hidden; }

.text-center {
  text-align: center; }

.text-block {
  display: block;
  margin-bottom: 30px; }

.flex-container {
  flex-wrap: wrap;
  gap: 3%; }
  .flex-container.flex-2col > div {
    flex: 0 47%; }
  .flex-container.flex-reverse {
    flex-direction: row-reverse; }
  .flex-container.flex-4-3col {
    align-items: center; }
    .flex-container.flex-4-3col > div:first-child {
      flex: 0 63%; }
    .flex-container.flex-4-3col > div:last-child {
      flex: 0 32%; }
  .flex-container.flex-3-4col > div:first-child {
    flex: 0 32%;
    width: 100%; }
  .flex-container.flex-3-4col > div:last-child {
    flex: 0 62%;
    width: 100%; }
  .flex-container.flex-1col-3col {
    gap: 0 !important; }
    .flex-container.flex-1col-3col > div:first-child {
      flex: 0 30%; }
    .flex-container.flex-1col-3col > div:last-child {
      flex: 0 70%; }
  .flex-container.flex-3col > div {
    flex: 30.33% !important; }
  @media screen and (max-width: 980px) {
    .flex-container .flex-container.flex-2col > div {
      flex: 0 100%;
      display: block; }
    .flex-container.flex-1col-3col {
      gap: 0 !important; }
      .flex-container.flex-1col-3col > div:first-child {
        flex: 0 40%; }
      .flex-container.flex-1col-3col > div:last-child {
        flex: 1 auto; }
    .flex-container.flex-3col > div {
      flex: 30.33% !important; } }
  @media screen and (max-width: 580px) {
    .flex-container.flex-2col > div {
      flex: 0 100%;
      padding: 0px 10px;
      display: flex;
      align-content: center;
      justify-content: center; }
    .flex-container.flex-1col-3col {
      gap: 0 !important; }
      .flex-container.flex-1col-3col > div:first-child {
        flex: 0 100%; }
      .flex-container.flex-1col-3col > div:last-child {
        flex: 1 auto; }
    .flex-container.flex-3col > div {
      flex: 30.33%; } }

footer {
  padding: 60px 0;
  color: black;
  font-size: 1rem;
  font-weight: 500; }
  footer .row {
    align-items: center; }
  footer .credits {
    padding-top: 30px;
    text-align: center; }
  footer ul li {
    list-style: none;
    padding: 13px 0;
    border-bottom: 1px solid #d3d3d3; }
  footer i {
    margin-right: 10px; }
  footer .flex-container {
    justify-content: center;
    align-items: center;
    text-align: center; }
  @media screen and (max-width: 480px) {
    footer .list-inline li {
      display: block;
      text-align: center; }
      footer .list-inline li a {
        display: block;
        padding: 8px 1em; }
    footer .flex-container div {
      flex: 0 100%; } }

.developer-div {
  background-color: rgba(255, 255, 255, 0.815);
  color: black;
  margin-top: 120px;
  margin-bottom: 120px;
  line-height: 40px;
  width: 500px;
  padding: 20px;
  border-radius: 30px; }
  .developer-div h1 {
    padding-left: 20px; }
  .developer-div h2 {
    padding-left: 20px;
    padding-bottom: 20px; }
  .developer-div p {
    margin-left: 20px; }
  .developer-div ul li {
    list-style: none;
    padding-left: 30px; }
  @media screen and (max-width: 580px) and (max-width: 980px) {
    .developer-div {
      width: 350px;
      margin-left: 12px;
      margin-top: 20px; }
      .developer-div h1 {
        font-size: 20px;
        padding: 10px; }
      .developer-div h2 {
        font-size: 18px; }
      .developer-div p {
        font-weight: 500; } }

header {
  position: fixed;
  z-index: 800;
  background-color: #fff;
  padding: 5px 0;
  width: 100%; }
  header .page-logo img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    header .page-logo {
      width: 300px; } }
  @media screen and (max-width: 580px) {
    header .container {
      width: 90%; }
    header nav h1 {
      font-size: 24px !important; }
    header .page-logo {
      overflow: hidden;
      height: 70px !important;
      width: 70px !important; }
      header .page-logo img {
        max-width: unset !important;
        height: 70px;
        width: auto; } }
  @media screen and (max-width: 425px) {
    header .menu-nav .btn-border {
      min-width: 120px !important; } }

header nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px; }
  header nav h1 {
    font-size: 22px;
    font-weight: 900;
    color: black; }
  header nav a {
    display: flex;
    align-items: center; }
  header nav .page-logo {
    display: inline;
    height: 42px;
    width: 42px;
    cursor: pointer; }
  header nav .menu-nav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center; }
    header nav .menu-nav ul li {
      list-style: none; }
    header nav .menu-nav ul li a {
      color: var(--dark-text);
      font-weight: 700;
      transition: all 200ms linear;
      font-size: 14px; }
    header nav .menu-nav ul li a:hover {
      color: #006eff;
      letter-spacing: .1rem;
      transition: all 200ms linear; }
    @media screen and (max-width: 980px) {
      header nav .menu-nav ul {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 999;
        right: 0;
        padding: 0;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
        transition: all 200ms ease-in-out; }
        header nav .menu-nav ul li {
          list-style: none;
          display: block; }
          header nav .menu-nav ul li a {
            padding: 6px 1em;
            display: block; } }
  @media only screen and (max-width: 980px) {
    header nav .menu-nav button.menu.opened + ul {
      width: 300px !important;
      height: auto !important;
      padding: 30px; } }
  @media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
    header nav a h1 {
      font-size: 25px !important; }
    header nav a .page-logo {
      height: 40px !important;
      width: 43px !important; }
    header nav svg {
      height: 35px !important;
      width: 40px !important; } }

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0; }
  .menu .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  .menu .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6; }
  .menu .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6; }
  .menu .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6; }
  .menu.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6; }
  .menu.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6; }
  .menu.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6; }
  @media screen and (max-width: 980px) {
    .menu {
      display: flex !important; } }

.justify-content-md-center {
  -webkit-justify-content: center !important;
  justify-content: center !important; }

.error {
  font-size: 12px;
  color: red;
  margin-top: 4px !important; }

.border-red {
  border-color: red !important; }

.btn-light-blue {
  background-color: #0aa6d1; }

.btn-dark-blue {
  background-color: darkblue; }

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: .8rem 2.8rem;
  border-radius: 5rem;
  border-top-left-radius: 0;
  cursor: pointer;
  color: white;
  font-size: 20px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  border-style: none; }
  .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: -1;
    transition: .2s linear;
    clip-path: circle(0% at 0% 5%); }
  .btn:hover::before {
    clip-path: circle(100%); }
  .btn:hover {
    color: white; }

.bg-white {
  background-color: white; }

.bg-gray {
  background-color: gray; }

.bg-green {
  background-color: green; }

.bg-pink {
  background-color: pink; }

.bg-orange {
  background-color: orange !important; }

.bg-purple {
  background-color: purple; }

.bg-mint {
  background-color: mediumspringgreen; }

.bg-yellow {
  background: yellow; }

.bg-redwood {
  background-color: #a45a52; }

.bg-onix {
  background-color: #353839; }

.bg-english-red {
  background-color: #ab4b52; }

.bg-platinum {
  background-color: #e5e4e2; }

.bg-custom-blue {
  background-color: #e6f5ff; }

.bg-gradient-blue {
  background: #a5dce7;
  background: -webkit-linear-gradient(top left, #a5dce7, #4c9664);
  background: -moz-linear-gradient(top left, #a5dce7, #4c9664);
  background: linear-gradient(to bottom right, #a5dce7, #4c9664); }

.bg-powered-blue {
  background-color: #b0e0e6; }

.bg-outerspace-black {
  background-color: #414a4c; }

.parallax2 {
  background-image: url(../images/product.png);
  min-height: 75vh;
  padding: 80px 0;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat; }

.promo-sec .parallax {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background.jpg);
  min-height: 55vh;
  padding: 80px 0;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }

.main .swiper {
  position: relative;
  width: calc(100%-20%);
  height: calc(65vh - 4rem); }
  .main .swiper .caption-div {
    position: absolute;
    margin-top: -230px;
    height: 150px;
    width: 100%; }
    .main .swiper .caption-div h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      font-size: 3rem;
      text-align: center;
      text-shadow: 5px 5px 5px black;
      color: #ff0 !important; }
    .main .swiper .caption-div h1:hover {
      letter-spacing: .1rem;
      transition: all 200ms linear; }
  .main .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .main .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
    .main .swiper {
      width: calc(100%-20%);
      height: calc(95vh - 4rem); }
      .main .swiper .swiper-button-next {
        display: none; }
      .main .swiper .swiper-button-prev {
        display: none; }
      .main .swiper .caption-div {
        margin-top: -250px; }
        .main .swiper .caption-div h1 {
          font-size: 25px; } }
.main .main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 800;
  width: 1160px; }
  .main .main-content input[type=text], .main .main-content select, .main .main-content textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-size: 18px;
    cursor: pointer; }
  .main .main-content .card-div {
    height: 190px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .main .main-content .card-div .card-box {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid lightgrey;
      border-radius: 15px;
      padding: 20px;
      height: 118px;
      width: 877px;
      margin-top: 109px;
      background-color: rgba(255, 255, 255, 0.815); }
      .main .main-content .card-div .card-box h1 {
        display: flex;
        justify-content: left;
        cursor: pointer; }
    .main .main-content .card-div .card-label {
      text-transform: uppercase;
      line-height: 16px;
      margin-bottom: 8px;
      margin: 0;
      color: black !important;
      cursor: pointer; }
    .main .main-content .card-div .select-promo {
      margin-top: -20px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 7px; }
      .main .main-content .card-div .select-promo #serviceForm {
        width: 780px;
        display: flex;
        gap: 10px;
        justify-content: space-evenly;
        align-items: center; }
        .main .main-content .card-div .select-promo #serviceForm .now-serving {
          margin-top: 38px;
          border-radius: 10px;
          border: none;
          color: white;
          padding: 10px;
          font-weight: 700;
          font-size: 18px;
          background: Orange; }
        .main .main-content .card-div .select-promo #serviceForm .now-serving:hover {
          -webkit-transition: opacity 1s ease-in-out;
          transition: all 200ms linear; }
      .main .main-content .card-div .select-promo label {
        display: flex;
        justify-content: left;
        margin-top: 12px;
        font-size: 18px;
        font-weight: 500;
        color: black !important;
        cursor: pointer; }
        .main .main-content .card-div .select-promo label #motorId-error {
          margin-top: 4px; }
      .main .main-content .card-div .select-promo .promo-btn {
        display: flex;
        justify-content: center;
        border: none;
        border-radius: 20px;
        margin-top: -3px; }
        .main .main-content .card-div .select-promo .promo-btn button {
          height: 40px;
          width: 150px;
          border-radius: 10px;
          border: none;
          background-color: green;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          color: #e6f5ff;
          cursor: pointer;
          margin-top: 38px; }
      .main .main-content .card-div .select-promo button:hover {
        background-color: #296cd3;
        transition: all 200ms linear;
        color: white;
        letter-spacing: .1rem; }
      .main .main-content .card-div .select-promo button:active {
        opacity: 0.7; }
  @media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
    .main .main-content .card-div {
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main .main-content .card-div .card-box {
        height: 332px;
        width: 298px;
        display: block;
        border: 1px solid lightgrey;
        border-radius: 15px;
        margin-top: 110px;
        background-color: rgba(255, 255, 255, 0.815); }
        .main .main-content .card-div .card-box h1 {
          font-size: 20px;
          cursor: pointer; }
      .main .main-content .card-div .card-label {
        text-transform: uppercase;
        line-height: 9px;
        margin-bottom: 8px;
        margin: 0;
        cursor: pointer; }
      .main .main-content .card-div .select-promo {
        align-content: center;
        padding: 7px;
        margin-top: 5px;
        margin-bottom: 10px; }
        .main .main-content .card-div .select-promo #serviceForm {
          display: block;
          margin-top: -30px; }
          .main .main-content .card-div .select-promo #serviceForm .now-serving {
            text-align: center;
            margin-top: 15px;
            width: 214px; }
        .main .main-content .card-div .select-promo label {
          display: flex;
          justify-content: left;
          margin-top: 25px;
          margin-bottom: 5px;
          font-size: 14px;
          font-weight: 500;
          cursor: pointer; }
        .main .main-content .card-div .select-promo input[type=text], .main .main-content .card-div .select-promo select, .main .main-content .card-div .select-promo textarea {
          width: 100%;
          padding: 12px;
          border: 1px solid #ccc;
          border-radius: 4px;
          resize: vertical;
          font-size: 15px;
          cursor: pointer; }
        .main .main-content .card-div .select-promo .promo-btn {
          display: flex;
          border: none;
          margin-top: -15px;
          border-radius: 20px; }
          .main .main-content .card-div .select-promo .promo-btn button {
            width: 214px;
            margin-bottom: 10px;
            font-size: 16px !important; }
          .main .main-content .card-div .select-promo .promo-btn button:hover {
            background-color: #296cd3;
            transition: all 200ms linear;
            color: white;
            letter-spacing: .1rem; }
          .main .main-content .card-div .select-promo .promo-btn button:active {
            opacity: 0.7; } }

#offers-sec {
  padding-bottom: 40px; }
  #offers-sec h1 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
  #offers-sec .swiper-wrapper {
    margin-left: 60px; }
  #offers-sec .swiper {
    width: calc(100%-20%);
   /* height: calc(30vh - 4rem); */
  }
    #offers-sec .swiper .pagination_ div[class^="swiper-button"]::after {
      display: none; }
    #offers-sec .swiper .pagination_ div[class^="swiper-button"] {
      height: 25px;
      width: 25px;
      border: 1px solid #e0e0e0;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
    #offers-sec .swiper .pagination_ div[class^="swiper-button"] img {
      width: 65%; }
    #offers-sec .swiper .swiper-slide img {
      width: 60%;
      height: 100%;
      object-position: center;
      border-radius: 20px; }
    #offers-sec .swiper .swiper-slide img:hover {
      transition: all 200ms linear;
      margin: -10px 0 0 0; }
  @media screen and (max-width: 980px) {
    #offers-sec .container {
      padding: 0 1em;
      margin: 20px; }
    #offers-sec .swiper-wrapper {
      margin-left: 0px; }
    #offers-sec .swiper {
      width: calc(100%-30%);
      height: calc(40vh - 4rem); }
      #offers-sec .swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: 20px; } }
  @media only screen and (max-width: 600px) {
    #offers-sec .container {
      padding: 0 1em;
      margin: 20px; }
    #offers-sec .swiper {
      width: calc(100%-30%);
      height: calc(50vh - 4rem); }
      #offers-sec .swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: 20px; } }

#milestone {
  padding: 30px 0; }
  #milestone h1 {
    text-align: center;
    margin-bottom: 70px; }
  #milestone .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #milestone .box {
    background-color: rgba 227 235 227/52%;
    padding: 1rem;
    text-align: center;
    border-radius: 20px; }
    #milestone .box i {
      height: 6.5rem;
      width: 6.5rem;
      line-height: 6.5rem;
      font-size: 3rem;
      color: black;
      background: #d0dfeb;
      border-radius: 50%;
      margin-top: -59px;
      margin-bottom: .5rem; }
    #milestone .box .count p {
      border-radius: 10px;
      background-color: rgba(255, 165, 0, 0.515);
      font-size: 30px;
      font-weight: 700;
      color: black;
      text-align: center; }
    #milestone .box h3 {
      font-size: 1.5rem;
      color: black;
      padding: 1rem 0; }
  @media screen and (max-width: 1243px) {
    #milestone .row {
      display: block;
      margin-left: 20px;
      margin-right: 20px; }
      #milestone .row .count {
        display: flex;
        justify-content: center;
        align-items: center; }
        #milestone .row .count p {
          border-radius: 10px;
          background-color: rgba(255, 165, 0, 0.515);
          font-size: 30px;
          font-weight: 700;
          color: black;
          text-align: center;
          width: 215px; }
      #milestone .row .box {
        margin-bottom: 65px;
        margin-top: -19px; }
        #milestone .row .box:nth-child(even) {
          border-radius: 50px; }
        #milestone .row .box:hover {
          border-radius: .5rem; }
        #milestone .row .box i {
          height: 6.5rem;
          width: 6.5rem;
          line-height: 6.5rem;
          font-size: 3rem;
          color: black;
          background: #c6d6e1;
          border-radius: 50%;
          margin-top: -30px;
          margin-bottom: 1.5rem; }
        #milestone .row .box p {
          font-size: 30px;
          font-weight: 700;
          text-align: center; }
        #milestone .row .box h3 {
          font-size: 1.5rem;
          color: black;
          padding: 1rem 0; } }

#about-us {
  padding: 60px 0; }
  #about-us h1 {
    text-align: center; }
  #about-us .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  #about-us h2 {
    margin-bottom: 20px; }
  #about-us p:last-of-type {
    margin-bottom: 20px;
    text-align: justify;
    margin-right: 30px;
    margin-left: 30px; }
  @media screen and (max-width: 980px) {
    #about-us .about-img {
      display: flex;
      justify-content: center;
      height: 300px;
      overflow: hidden;
      margin-bottom: 30px; }
    #about-us .row {
      padding: 30px 0 !important;
      display: block; } }

#mechanic {
  padding: 40px 0;
  background-position: center 140px;
  font-weight: 600; }
  #mechanic h1 {
    text-align: center; }
  #mechanic .container .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  #mechanic .mechanic-sec {
    position: relative;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  #mechanic .mechanic-photo {
    margin: 25px;
    height: 190px;
    width: 200px;
    align-items: center; }
    #mechanic .mechanic-photo img {
      margin-left: 20px;
      height: 160px;
      width: 160px;
      border-radius: 50%; }
    #mechanic .mechanic-photo p {
      margin-top: 0;
      margin-bottom: 5rem;
      text-align: center; }
    #mechanic .mechanic-photo h5 {
      margin: 0; }
  @media screen and (max-width: 580px) and (max-width: 980px) {
    #mechanic .mechanic-sec {
      display: inline;
      margin-top: -8px;
      margin-bottom: -63px;
      cursor: pointer; }
      #mechanic .mechanic-sec .mechanic-photo {
        margin-bottom: 40px; } }

#locate-us {
  padding: 60px 0; }
  #locate-us h1 {
    text-align: center; }
  #locate-us .row {
    padding: 60px 0;
    display: flex;
    justify-content: space-between; }
    #locate-us .row ul li {
      list-style: none;
      padding: 13px 0;
      border-bottom: 1px solid #d3d3d3; }
    #locate-us .row i {
      margin-right: 10px; }
  @media screen and (max-width: 980px) and (max-width: 500px) {
    #locate-us .map-area iframe {
      height: 300px;
      overflow: hidden;
      padding-right: 270px;
      margin-top: 20px; }
    #locate-us .row {
      padding: 30px 0 !important;
      display: block;
      margin-left: 20px;
      margin-right: 20px; } }

#reviews {
  padding-bottom: 40px; }
  #reviews .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-bottom: 10px; }
    #reviews .rating .checked {
      color: orange; }
  #reviews h1 {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px; }
  #reviews .swiperReview {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px; }
  #reviews .card {
    border-radius: 25px;
    background-color: #FFF; }
  #reviews .image-content,
  #reviews .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    height: 220px;
    margin-top: -30px; }
  #reviews .image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0; }
  #reviews .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 100%;
    background-color: black;
    border-radius: 25px 25px 0 25px; }
  #reviews .overlay::before,
  #reviews .overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px; }
  #reviews .card-image {
    position: relative;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
    margin-top: 25px; }
  #reviews .card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid black; }
  #reviews .name {
    font-size: 18px;
    font-weight: 500;
    color: #333; }
  #reviews .description {
    font-size: 14px;
    color: #707070;
    text-align: justify;
    margin-top: 10px;
    padding: 15px; }
  #reviews .button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease; }
  #reviews .button:hover {
    background: #265DF2; }
  #reviews .swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease; }
  #reviews .swiper-navBtn:hover {
    color: #4070F4; }
  #reviews .swiper-navBtn::before,
  #reviews .swiper-navBtn::after {
    font-size: 35px; }
  #reviews .swiper-button-next {
    right: 20px; }
  #reviews .swiper-button-prev {
    left: 20px; }
  #reviews .swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1; }
  #reviews .swiper-pagination-bullet-active {
    background-color: #4070F4; }
  @media screen and (max-width: 768px) {
    #reviews .overlay {
      height: 50%; }
    #reviews .image-content,
    #reviews .card-content {
      margin-top: 10px; }
    #reviews .rating {
      margin-top: -55px; }
    #reviews .image-content,
    #reviews .card-content {
      margin-top: 10px;
      height: 210px; }
    #reviews .description {
      margin-top: -10px;
      font-size: 12px; }
    #reviews .slide-content {
      margin: 0 10px; }
    #reviews .swiper-navBtn {
      display: none; } }

.c-black {
  color: black; }

.c-red {
  color: #8f0808; }

.c-white {
  color: white; }

.c-yellow {
  color: yellow; }

.c-blue {
  color: lightblue; }

.heading {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
  color: #130f40; }
  .heading span {
    color: #8f0808; }

@keyframes fadeIn {
  0% {
    transform: translateY(3rem);
    opacity: 0; } }
.plan .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  justify-items: center;
  align-content: center; }
  .plan .box-container .box {
    width: 80%;
    border-bottom: 0.2rem solid #130f40;
    border-width: .1rem;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: #130f40;
    text-transform: none;
    margin: 1rem 0; }
    .plan .box-container .box section {
      padding: 5rem 9%; }
  .plan .box-container .box {
    position: relative;
    padding: 3rem;
    border-radius: .5rem;
    position: relative;
    margin-bottom: 2rem;
    background-color: rgba(255, 255, 255, 0.815); }
    .plan .box-container .box .btn {
      color: #fff;
      position: absolute;
      bottom: -2rem;
      right: 2rem;
      border-style: none; }
    .plan .box-container .box .package-name {
      text-align: center; }
    .plan .box-container .box .services {
      padding-bottom: 20px;
      text-align: center;
      color: gray;
      font-size: 1rem; }
    .plan .box-container .box .list {
      margin-bottom: 2px; }
      .plan .box-container .box .list p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 15px;
        color: #666;
        padding-bottom: 5px; }
        .plan .box-container .box .list p i {
          color: green;
          margin-right: 5px; }
    .plan .box-container .box .plan-price {
      font-size: 2rem;
      font-weight: bolder;
      color: #130f40; }
      .plan .box-container .box .plan-price span {
        font-size: 2rem; }
@media (max-width: 991px) {
  .plan .heading {
    font-size: 1.4rem; }
  .plan .box-container {
    justify-content: center;
    margin-top: -25px; }
    .plan .box-container .box {
      width: 70%; }
      .plan .box-container .box .package-name {
        font-size: 25px; }
      .plan .box-container .box .list {
        margin-bottom: 2px; }
        .plan .box-container .box .list p {
          font-size: 15px;
          color: #666;
          padding-bottom: 5px; } }

.back-div {
  margin-top: 100px;
  margin-left: 20px; }
  .back-div .btn {
    color: #fff; }

.ribbon {
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #3bafda;
    background: linear-gradient(#3bafda 0%, #3bafda 100%);
    position: absolute;
    top: 19px;
    letter-spacing: 1px;
    left: -21px; }
    .ribbon span::before {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #2494be;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #2494be; }
    .ribbon span::after {
      content: "";
      position: absolute;
      right: 0;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #2494be;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #2494be; }

.booking .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  justify-items: center;
  align-content: center; }
  .booking .box-container .box {
    width: 80%;
    border-bottom: 0.2rem solid #130f40;
    border-width: .1rem;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: #130f40;
    text-transform: none;
    margin: 1rem 0; }
    .booking .box-container .box section {
      padding: 5rem 9%; }
  .booking .box-container .box {
    position: relative;
    width: 350px;
    padding: 3rem;
    border-radius: .5rem;
    position: relative;
    margin-bottom: 2rem;
    background-color: rgba(255, 255, 255, 0.815); }
    .booking .box-container .box .btn {
      color: #fff;
      position: absolute;
      bottom: -2rem;
      right: 2rem;
      border-style: none; }
    .booking .box-container .box .package-name {
      text-align: center; }
    .booking .box-container .box .services {
      padding-bottom: 20px;
      text-align: center;
      color: gray;
      font-size: 1rem; }
    .booking .box-container .box .list {
      margin-bottom: 2px; }
      .booking .box-container .box .list p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 15px;
        color: #666;
        padding-bottom: 5px; }
        .booking .box-container .box .list p i {
          color: green;
          margin-right: 5px; }
    .booking .box-container .box .plan-price {
      font-size: 2rem;
      font-weight: bolder;
      color: #130f40; }
      .booking .box-container .box .plan-price span {
        font-size: 2rem; }
@media (max-width: 991px) {
  .booking .heading {
    font-size: 1.4rem; }
  .booking .box-container {
    justify-content: center;
    margin-top: -25px; }
    .booking .box-container .box {
      width: 70%; }
      .booking .box-container .box .package-name {
        font-size: 25px; }
      .booking .box-container .box .list {
        margin-bottom: 2px; }
        .booking .box-container .box .list p {
          font-size: 15px;
          color: #666;
          padding-bottom: 5px; } }

.booking-form {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 20px; }
  .booking-form h1 {
    margin-bottom: 20px; }
  .booking-form .row {
    border: 1px solid lightgrey;
    border-radius: 15px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.815); }
  .booking-form input[type=text], .booking-form select {
    width: 278px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 15px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; }
  @media (max-width: 991px) {
    .booking-form {
      margin-top: -20px;
      margin-bottom: 0px; } }

.booking-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .booking-btn .back {
    margin-right: 25px; }

.addon-box {
  height: 200px; }

.progress-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .progress-bar .step-wizard-list {
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10; }
  .progress-bar .step-wizard-item {
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 500px;
    position: relative; }
  .progress-bar .step-wizard-item + .step-wizard-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: gray;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10; }
  .progress-bar .progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent; }
  .progress-bar .progress-count:after {
    content: "";
    height: 30px;
    width: 30px;
    background: green;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10; }
  .progress-bar .progress-count:before {
    content: "";
    height: 4px;
    width: 11px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center; }
  .progress-bar .progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px; }
  .progress-bar .current-item .progress-count:before,
  .progress-bar .current-item ~ .step-wizard-item .progress-count:before {
    display: none; }
  .progress-bar .current-item ~ .step-wizard-item .progress-count:after {
    height: 30px;
    width: 30px; }
  .progress-bar .current-item ~ .step-wizard-item .progress-label {
    opacity: 0.5; }
  .progress-bar .current-item .progress-count:after {
    background: #fff;
    border: 2px solid forestgreen; }
  .progress-bar .current-item .progress-count {
    color: gray;
    background-color: forestgreen; }
  .progress-bar .ongoing-item .progress-count:before,
  .progress-bar .current-item ~ .step-wizard-item .progress-count:before {
    display: none; }
  .progress-bar .ongoing-item ~ .step-wizard-item .progress-count:after {
    height: 30px;
    width: 30px; }
  .progress-bar .ongoing-item ~ .step-wizard-item .progress-label {
    opacity: 0.5; }
  .progress-bar .ongoing-item .progress-count:after {
    background: #fff;
    border: 2px solid gray; }
  .progress-bar .ongoing-item .progress-count {
    color: gray; }
  @media (max-width: 991px) {
    .progress-bar .step-wizard-item {
      min-width: 85px;
      margin-top: 25px; }
    .progress-bar .progress-count {
      font-size: 12px;
      height: 30px;
      width: 30px; }
    .progress-bar .progress-label {
      font-size: 10px;
      font-weight: 500;
      margin-top: 10px; } }

.customer-table .row, .mechanic-table .row {
  margin: 20px 20px 70px 20px; }
.customer-table #customers, .customer-table #mechanic, .mechanic-table #customers, .mechanic-table #mechanic {
  border-collapse: collapse;
  width: 100%; }
  .customer-table #customers thead tr th, .customer-table #mechanic thead tr th, .mechanic-table #customers thead tr th, .mechanic-table #mechanic thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #414a4c;
    color: white; }
  .customer-table #customers td, .customer-table #customers th, .customer-table #mechanic td, .customer-table #mechanic th, .mechanic-table #customers td, .mechanic-table #customers th, .mechanic-table #mechanic td, .mechanic-table #mechanic th {
    border: 1px solid #ddd;
    padding: 8px; }
  .customer-table #customers tr:nth-child(even), .customer-table #mechanic tr:nth-child(even), .mechanic-table #customers tr:nth-child(even), .mechanic-table #mechanic tr:nth-child(even) {
    background-color: #f2f2f2; }
  .customer-table #customers tr:hover, .customer-table #mechanic tr:hover, .mechanic-table #customers tr:hover, .mechanic-table #mechanic tr:hover {
    background-color: #ddd; }
.customer-table .badge-customer, .mechanic-table .badge-customer {
  background-color: gray;
  color: white;
  padding: 0px 6px;
  text-align: center;
  border-radius: 19px; }
.customer-table .badge-mechanic, .mechanic-table .badge-mechanic {
  background-color: green;
  color: white;
  padding: 0px 6px;
  text-align: center;
  border-radius: 19px; }
.customer-table .badge, .mechanic-table .badge {
  font-size: 12px;
  background-color: gray;
  color: white;
  padding: 0px 6px;
  text-align: center;
  border-radius: 15px; }

.addon-table .row {
  margin: 20px 20px 70px 20px; }
.addon-table #addon {
  border-collapse: collapse;
  width: 100%; }
  .addon-table #addon thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #414a4c;
    color: white; }
  .addon-table #addon td, .addon-table #addon th {
    border: 1px solid #ddd;
    padding: 8px; }
  .addon-table #addon tr:nth-child(even) {
    background-color: #f2f2f2; }
  .addon-table #addon tr:hover {
    background-color: #ddd; }
.addon-table .action-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 30px 20px 20px; }
  .addon-table .action-btn .bck-btn {
    padding: 5px;
    width: 50px;
    border-radius: 5px;
    border-style: none; }
  .addon-table .action-btn .next-btn {
    padding: 5px;
    width: 70px;
    border-radius: 5px;
    border-style: none; }
  .addon-table .action-btn .bck-btn:hover, .addon-table .action-btn .next-btn:hover {
    opacity: 0.8;
    transition: all 200ms linear; }

.confirm .heading {
  font-size: 25px;
  margin-top: 25px; }
.confirm .confirm-back .btn {
  color: black !important; }
  .confirm .confirm-back .btn::before {
    background-color: white; }
@media (max-width: 991px) {
  .confirm .heading {
    font-size: 20px; }
  .confirm p {
    text-align: justify;
    margin-right: 20px;
    margin-left: 20px; }
  .confirm img {
    margin-top: -45px; } }

/* ===========
   Tables
 =============*/
.error {
  color: red;
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px !important; }

.parsley-error {
  border-color: red !important; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }

.parsley-errors-list.filled {
  display: block; }

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: red; }

/*# sourceMappingURL=main.css.map */

