@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --brand: #134295;
  --secondary: #EC4315;
  --bg-light-blue: #D7E9F3;
  --link-color: #1D242E;
  --heading-color: #212121;
  --dark: #101010;
  --grey: #7B7B7B;
  --border-color: rgba(112, 112, 112, 0.431);
  --br: .875rem;
  --body-text-color: #696969;
  --border-radius: .35rem;
  --white: #ffffff;
  --body-font: "Montserrat", sans-serif;
  --roboto: "Roboto", sans-serif;
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
*::after, *::before {
  margin: 0%;
  padding: 0%;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  font-display: swap;
  line-height: 1.65;
  color: var(--body-text-color);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding-right: 0 !important;
}

.container-fluid {
  max-width: calc(100% - 4rem);
}

@media (min-width: 2000px) {
  .container-fluid {
    max-width: calc(1920px - 4rem);
  }
}
@media (max-width: 575px) {
  .container-fluid {
    max-width: calc(100% - 2rem);
  }
}
.ff-roboto {
  font-family: var(--roboto);
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 0.937rem;
}

.btn {
  font-size: 0.937rem;
}

.bg-light {
  background-color: #F8F8F8 !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-accent {
  background-color: var(--secondary);
}

.bg-gradient {
  background-color: rgba(215, 233, 243, 0.24) !important;
}

.z-index {
  z-index: 99;
  position: relative;
}

.round {
  border-radius: 1.25rem;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.text-accent {
  color: var(--secondary);
}

.text-primary {
  color: var(--brand) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.object-cover {
  object-fit: cover;
  object-position: center center;
}

.spacing-x {
  letter-spacing: 2px;
}

.spacing-x-1 {
  letter-spacing: 1px;
}

.hover-scale {
  transition: all 0.3s ease-in-out;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--dark);
}
a:hover {
  color: var(--brand);
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: none;
}

.btn {
  font-weight: 500;
  font-display: swap;
  font-size: 1rem;
  border-radius: var(--border-radius);
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--dark);
  border-color: var(--dark);
}
.btn-primary.btn-accent {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.btn-primary.btn-accent:hover, .btn-primary.btn-accent:focus, .btn-primary.btn-accent:active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.btn-outline-primary {
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white) !important;
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand) !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark);
}
.btn-white:hover, .btn-white:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-white:hover svg, .btn-white:focus svg {
  color: var(--white);
}

.modal-open {
  padding-right: 0 !important;
}

.scroller * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
}

.scroller *::-webkit-scrollbar {
  width: 12px;
}

.scroller *::-webkit-scrollbar-track {
  background: #eee;
}

.scroller *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #eee;
}

/*------ Disc List Style ------------*/
.disc__list li {
  padding-left: 1.25rem;
  position: relative;
}
.disc__list li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.5rem;
  left: 0%;
  background-color: var(--brand);
  border-radius: 50%;
}
.disc__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.disc__list.lg li::before {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.65rem;
}

.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 0 0.5rem;
  min-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

.pagination .page-item {
  margin: 0.2rem;
}
.pagination .page-item .page-link {
  border: 1px solid #E5E5E5;
  font-weight: 600;
  color: var(--body-text-color);
  border-radius: 0%;
  line-height: 1;
  padding: 0.75rem 0.75rem;
  min-width: 2.5rem;
  text-align: center;
}
.pagination .page-item .page-link img {
  width: 1.125rem;
}
.pagination .page-item .page-link.active {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}
.pagination .page-item.active .page-link {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

@media (max-width: 991.99px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 767.99px) {
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.99px) {
  html {
    font-size: 87.5%;
  }
  .btn {
    font-size: 0.937rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
}
.social__links li {
  margin-bottom: 0;
}
.social__links li a {
  width: 2.25rem;
  border: 1px solid var(--white);
  height: 2.25rem;
  border-radius: 50%;
  color: var(--white);
}
.social__links li a svg {
  width: 1rem;
  height: 1rem;
}
.social__links li a svg path {
  fill: var(--white);
}
.social__links li a:hover, .social__links li a:focus {
  background-color: var(--dark);
  color: var(--white);
}

.navbar .nav-item .nav-link {
  font-size: 1rem;
  color: var(--dark);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
  color: var(--brand);
}
.navbar .nav-item .nav-link:hover .caret {
  transform: rotate(-180deg);
}
.navbar .nav-item.active .nav-link {
  color: var(--brand);
}
.navbar .nav-item.active .nav-link.btn-primary {
  color: var(--white);
  background-color: var(--dark);
}
.navbar .dropdown {
  -webkit-appearance: none;
}
.navbar .dropdown .dropdown-menu {
  position: absolute;
  top: 96%;
  left: 0%;
  width: 100%;
  min-width: min-content;
  transition: all 0.3s ease;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: var(--link-color);
  font-size: 0.937rem;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item:active {
  color: var(--brand);
  background-color: #e9ecef;
}
.navbar .dropdown .dropdown-menu .active > .dropdown-item {
  color: var(--brand);
  border-left: 0.25rem solid var(--brand);
  background-color: #e9ecef;
}
.navbar .dropdown .dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown:hover > .nav-link {
  color: var(--yellow);
}
.navbar .dropdown:hover > .nav-link .caret {
  transform: rotate(-180deg);
}
.navbar .btn-outline-primary:is(:hover, :focus, :active) svg path {
  fill: var(--white);
}
.navbar .navbar-toggler {
  border: 1px solid transparent;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  background-color: var(--yellow);
  color: #fff;
  margin-left: 1rem;
}
.navbar .navbar-toggler span {
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: var(--white);
  display: block;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-toggler span:nth-child(2) {
  margin: 7px 0;
  width: 70%;
}
.navbar .navbar-toggler:hover span:nth-child(1) {
  width: 100%;
}
.navbar .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
}
.navbar .navbar-toggler:hover span:nth-child(2) {
  width: 100%;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar.fixed-top {
  position: fixed;
  background-color: var(--white) !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  animation: mymove 1s ease-in-out;
}

@keyframes mymove {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.sideNav ul.links__list li {
  border-bottom: 1px solid #eee;
}
.sideNav ul.links__list li a {
  display: flex;
  padding: 0.75rem 1rem;
  font-weight: 500;
  color: var(--link-color);
  justify-content: space-between;
  align-self: center;
  font-size: 1rem;
}
.sideNav ul.links__list li a.btn__link::after {
  content: "+";
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--link-color);
}
.sideNav ul.links__list li a.btn__link:not(.collapsed) {
  color: var(--brand);
}
.sideNav ul.links__list li a.btn__link:not(.collapsed)::after {
  content: "−";
  color: var(--brand);
}
.sideNav ul.links__list li a.collapse__btn {
  border-left: 1px solid #eee;
}
.sideNav ul.links__list li a:hover, .sideNav ul.links__list li a:focus, .sideNav ul.links__list li a:active {
  color: var(--brand);
}
.sideNav ul.links__list li .collapse li:first-child {
  border-top: 1px solid #eee;
}
.sideNav .offcanvas__footer .language {
  height: 3rem;
  width: 10rem;
}
.sideNav .offcanvas__footer .social__links {
  justify-content: center !important;
}
.sideNav .offcanvas__footer .social__links li a {
  width: 3rem;
  height: 3rem;
  background-color: var(--brand);
  border-color: var(--brand);
}
.sideNav .offcanvas__footer .social__links li a svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 1500px) {
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
  }
  .navbar .dropdown .dropdown-menu .dropdown .dropdown-menu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    right: -100%;
    left: auto;
    top: 0%;
  }
  .navbar .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-height: 3rem;
    width: auto;
  }
  .top__nav a {
    font-size: 12px;
  }
  .top__nav a svg {
    display: none;
  }
}
footer {
  background-color: #000;
  padding: 3rem 0 0rem 0;
}
footer a {
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 0.937rem;
}
footer a:hover {
  text-decoration: underline;
  color: var(--secondary);
}
footer .border-top {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
footer .copyright__wrapp {
  border-top: 1px solid var(--border-color);
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  min-height: auto;
  height: 3.5rem;
  z-index: 999;
  border: 2px solid var(--white);
  display: none;
}
.backTop svg {
  width: 1.875rem;
  height: 1.875rem;
}
.backTop svg path {
  fill: var(--white);
}
.backTop:hover, .backTop:focus, .backTop:active {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 767.99px) {
  footer .logo__main {
    max-height: 6rem;
    width: auto;
  }
  footer .logo {
    max-height: 4rem;
    width: auto;
  }
}
@media (max-width: 575.99px) {
  .backTop {
    bottom: 4rem;
    right: 1rem;
  }
  .backTop svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.phone__btn {
  background-color: #81d654;
  z-index: 999;
  left: 2rem;
  bottom: 11rem;
  width: 4rem;
  height: 4rem;
}
.phone__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.phone__btn svg path {
  fill: var(--white);
}
.phone__btn:hover, .phone__btn:focus, .phone__btn:active {
  background-color: #65a742;
  color: var(--white);
}

.whatsapp {
  background-color: #2eb843;
  z-index: 999;
  left: 2rem;
  bottom: 5rem;
  -webkit-box-shadow: 0 0 0 #0568A8;
  box-shadow: 0 0 0 #0568A8;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  width: 4rem;
  height: 4rem;
  color: var(--white);
}
.whatsapp svg {
  width: 2rem;
  height: 2rem;
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active {
  background-color: #149a28;
  color: var(--white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2eb843;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #2eb843;
    box-shadow: 0 0 0 0 #2eb843;
  }
  70% {
    -moz-box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 1.25rem rgba(5, 103, 168, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
    box-shadow: 0 0 0 0 rgba(5, 103, 168, 0);
  }
}
@media (max-width: 576px) {
  .phone__btn {
    left: 1rem;
    bottom: 7rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .phone__btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .whatsapp {
    left: 1rem;
    bottom: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .whatsapp svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.check__list li {
  list-style-type: none;
  padding-left: 2rem;
  position: relative;
}
.check__list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: 0%;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23134295' d='M17.47 250.9C88.82 328.1 158 397.6 224.5 485.5c72.3-143.8 146.3-288.1 268.4-444.37L460 26.06C356.9 135.4 276.8 238.9 207.2 361.9c-48.4-43.6-126.62-105.3-174.38-137z' stroke-width='13' stroke='%23134295'/%3E%3C/svg%3E");
}
.check__list.sm li {
  padding-left: 1.5rem;
}
.check__list.sm li::before {
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
}
.check__list.white li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M17.47 250.9C88.82 328.1 158 397.6 224.5 485.5c72.3-143.8 146.3-288.1 268.4-444.37L460 26.06C356.9 135.4 276.8 238.9 207.2 361.9c-48.4-43.6-126.62-105.3-174.38-137z'/%3E%3C/svg%3E");
}

.main__landing__wrapper .logo img {
  height: 5rem;
}
.main__landing__wrapper .content__box {
  min-height: calc(100vh - 8rem);
}
.main__landing__wrapper .content__box .banner {
  transform: scale(1.2);
}
.main__landing__wrapper .content__box .banner2 {
  transform: scale(1);
}
.main__landing__wrapper .content__box .bg__overlay {
  width: 50vw;
  right: 0%;
}
.main__landing__wrapper .content__box.bg-accent .bg__overlay {
  left: 0%;
  right: auto;
  background-color: var(--secondary);
}

@media (max-width: 1699px) {
  .main__landing__wrapper .content__box {
    min-height: 800px;
  }
}
@media (max-width: 1399px) {
  .main__landing__wrapper .logo img {
    height: 4rem;
  }
  .main__landing__wrapper .content__box {
    min-height: 700px;
  }
  .main__landing__wrapper .content__box .banner {
    transform: scale(1.1);
  }
  .main__landing__wrapper .content__box .banner2 {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .main__landing__wrapper .content__box {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .main__landing__wrapper .content__box .bg__overlay {
    width: 130vw;
    right: -20vw;
  }
  .main__landing__wrapper .content__box.bg-accent .bg__overlay {
    left: -20vw;
  }
}
@media (max-width: 575px) {
  .main__landing__wrapper .logo img {
    height: 3rem;
  }
  .main__landing__wrapper .content__box {
    min-height: auto;
  }
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item img.w-100 {
  width: 100% !important;
}

.carousel__top__nav .owl-nav {
  position: absolute;
  top: -5rem;
  right: 0;
  border-radius: 4rem;
  overflow: hidden;
}
.carousel__top__nav .owl-nav .owl-prev,
.carousel__top__nav .owl-nav .owl-next {
  width: 5rem;
  height: 3rem;
  background-color: var(--brand) !important;
  transition: all 0.3s ease-in-out;
}
.carousel__top__nav .owl-nav .owl-prev span,
.carousel__top__nav .owl-nav .owl-next span {
  display: none;
}
.carousel__top__nav .owl-nav .owl-prev.disabled,
.carousel__top__nav .owl-nav .owl-next.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.carousel__top__nav .owl-nav .owl-prev {
  border-right: 1px solid rgba(255, 255, 255, 0.4549019608) !important;
}
.carousel__top__nav .owl-nav .owl-prev:hover,
.carousel__top__nav .owl-nav .owl-next:hover {
  background-color: var(--secondary) !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 16px;
  border-radius: 8px;
}

.header__wrapper .bg__overlay {
  background-image: linear-gradient(71deg, rgba(0, 0, 0, 0.6745098039), rgba(84, 84, 84, 0));
}

@media (max-width: 991px) {
  .header__wrapper .banner {
    min-height: calc(100vh - 4rem);
  }
}
.squre__box {
  width: 2.5rem;
  height: 3rem;
  border-radius: 2rem 2rem 0 0;
  left: 2rem;
}

.get__quote__btn {
  right: 2rem;
  z-index: 99;
  border-radius: 1rem 1rem 0 0;
}

.outline__text {
  color: var(--brand);
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px var(--brand);
  font-size: calc(16rem + 1.5vw);
  font-weight: 900;
  opacity: 0.25;
}

@media (max-width: 1500px) {
  .outline__text {
    font-size: calc(12rem + 1.5vw);
  }
}
@media (max-width: 1199px) {
  .outline__text {
    font-size: calc(9rem + 1.5vw);
  }
}
@media (max-width: 767px) {
  .outline__text {
    font-size: calc(5rem + 1vw);
  }
}
@media (max-width: 575px) {
  .outline__text {
    font-size: calc(4rem + 1vw);
  }
}
.why__choose__list .icon__box {
  background-color: rgba(19, 67, 149, 0.09);
  width: 5rem;
  height: 5rem;
}
.why__choose__list .icon__box svg, .why__choose__list .icon__box img {
  width: 2.5rem;
  height: 2.5rem;
}
.why__choose__list .icon__box svg path, .why__choose__list .icon__box img path {
  fill: var(--brand);
}
.why__choose__list.white__list .icon__box {
  background-color: rgba(255, 255, 255, 0.0941176471);
}
.why__choose__list.white__list .icon__box img {
  filter: contrast(0) brightness(10);
}

@media (max-width: 575px) {
  .why__choose__list .icon__box {
    width: 4rem;
    height: 4rem;
  }
}
.apart__card {
  border: 1px solid #ccc;
}
.apart__card .title {
  color: var(--brand);
}
.apart__card:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.apart__card:hover .title, .apart__card:hover .desc {
  color: var(--white);
}

.flex__card .owl-stage {
  display: flex;
}
.flex__card .owl-stage .owl-item {
  display: flex;
}

.blog__card .title {
  min-height: 6rem;
}

.testi__card.car_repair .thumbnail {
  width: 5rem;
  height: 5rem;
}
.testi__card .stars {
  height: 1.25rem;
  width: auto;
}
.testi__card .description {
  min-height: 11rem;
}
@media (max-width: 991px) {
  .testi__card .description {
    min-height: 8rem;
  }
}
@media (max-width: 575px) {
  .testi__card .description {
    min-height: 15rem;
  }
}

@media (max-width: 767px) {
  .testi__card .thumbnail {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .ps-xxl {
    padding-left: 4rem;
  }
}
.search__box .form-control, .search__box .form-select {
  height: 3rem;
  border-color: var(--white) !important;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .search__box {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1200;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0% !important;
    min-height: 100vh;
  }
  .search__box .btn-primary {
    width: 100%;
    border-radius: 0.5rem;
  }
  .search__box.js-show {
    transform: translateY(0);
  }
}
.search__fixed__btn {
  z-index: 999;
  left: 1rem;
  bottom: 0.5rem;
  max-width: calc(100% - 2rem);
}

.car__card .thubmanil {
  background-color: #E8EDF5;
  aspect-ratio: 4/3;
}
.car__card .btn {
  border-width: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.car__card .btn.accent {
  border-color: var(--secondary) !important;
  color: var(--secondary);
}
.car__card .btn.accent:is(:hover, :active, :focus) {
  background-color: var(--secondary);
}

.car__type__card img {
  height: 2.5rem;
  width: auto;
}

.play__btn {
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.6941176471);
}
.play__btn svg path {
  fill: var(--secondary);
}
.play__btn:hover, .play__btn:focus {
  background-color: var(--white);
}

@media (min-width: 992px) {
  .counter__box {
    left: -12rem;
    position: relative;
    z-index: 11;
  }
}
.carTypeCarousel .owl-stage {
  display: flex;
}
.carTypeCarousel .owl-stage .owl-item {
  display: flex;
  padding: 1px;
}

.search__btn {
  border-radius: 1rem 1rem 0 0;
}

.contact__box .form-control, .contact__box .form-select {
  height: 3.5rem;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  color: var(--dark);
}

.how__work__card {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1019607843), rgba(0, 0, 0, 0.0196078431));
  padding: 2px;
}
.how__work__card .icon {
  width: 5rem;
  height: 5rem;
  background-color: var(--dark);
}
.how__work__card:hover {
  transform: translateX(-0.5rem);
}
.how__work__card:hover .icon {
  background-color: var(--brand);
}

.pricing__card {
  font-size: 0.937rem;
  line-height: 1.5;
}

@media (max-width: 1399px) {
  .pricing__card {
    font-size: 0.875rem;
  }
  .pricing__card .check__list li {
    padding-left: 1.5rem;
  }
  .pricing__card .check__list li::before {
    width: 1rem;
    height: 1rem;
  }
}
.custom__check__list li::marker {
  content: "✅";
  color: inherit;
}

.item__flex .owl-stage, .item__flex .owl-item {
  display: flex;
}

.form-control, .form-select {
  height: 3.5rem;
  padding: 0.5rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.owl-item {
  padding: 1px;
}

.color_dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e8edf5;
  border: 1px solid #dde1e7;
}/*# sourceMappingURL=style.css.map */