@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --black: #000000; 
    --light-black: #000000; 
    --gray:#6B7280;
    --light-gray:#807B7B;
    --theme:#093566;
    --white:#ffffff;
    --placeholder-color:#6E7073;
}
body {
  font-family: "Montserrat", sans-serif;
}
.footer-list .footer-menu a:hover
{
    color:#fff !important;
    font-size:16px !important;
}
header.sticky {
    position: fixed;
    background: #fffffff2;
    width: 100%;
    z-index: 9999;
    transition: all 0.35s;
}
.nav-link {
    font-size: 15px;
    padding: 10px 15px !important;
    font-weight: 600;

    color: #000;
    border-radius: 30px;
    margin: 0 5px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin: 0 auto;
}
.nav-link:focus, .nav-link:hover {
    background-color: var(--theme);
    color: var(--white);
}
.btn.btn-theme {
    font-size: 15px;
    font-weight: 700;
    padding: .75rem 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    background-color: var(--theme);
    border:none;
    color: var(--white);
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    z-index: 1;
  overflow: hidden;
}
.btn.btn-theme:hover {
  color: #fff !important;
}

.btn.btn-theme::after {
  content: '';
  position: absolute;
  background-color: var(--black);
  z-index: -1;
  padding: 0.25em 0.5em;
  display: block;
  transition: all 0.35s;
}
.btn.btn-theme.bg-black::after {
 background-color: var(--theme)
}
.btn.btn-theme:hover::after {
  /* Hover effect for the overlay slide effect */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.35s;
}

.btn.btn-theme::after {
  top: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
}
h1 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: capitalize;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
h5 {
    font-size: 1.35rem;
    font-weight: 700;
}
h6 {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: 700;
}
p{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--light-black);
}
.bold{
    font-weight: 700;
}
.sec-pad{
    padding: 60px 0;
}
.banner-content h2{
    font-weight: 900;
}
.navbar-brand {
    height: 80px;
    padding: 0 !important;
    transition: all 0.35s;
}
.navbar-brand img{
    height: 100%;
    width: 100%;
}
.sticky .navbar-brand {
    height: 60px;
    padding: 0 !important;
}
.banner {
      background-image: url(../img/home_banner.jpg);
    padding: 40px 0;
}
.banner-form {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 15px -3px #0000001A;

}
.banner-img {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}
.car{
    width: 100%;
    height: auto;
    -webkit-animation: linear;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
    position: relative;
    left: 0;
}
@-webkit-keyframes run {
    0% {
        left: 0;
    }
    50% {
        left:10%;
    }
}
.form-select {
    display: block;
    width: 100%;
    padding: .675rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 2rem !important;
    color: var(--placeholder-color);
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 16px 12px;
    border: 1px solid #D9D9D9B2;
    box-shadow: 0px 2px 2px 0px #0000000D;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .675rem .75rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--black);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D9D9D9B2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0px 2px 2px 0px #0000000D;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
     border-color: none;
    outline: 0;
    box-shadow: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D9D9D9B2;
    outline: none;
    border-radius: 6px;
}
.select2-results__option {
    padding: .575rem 1rem;
    font-size: 13px;
    font-weight: 500;
    user-select: none;
    -webkit-user-select: none;
}
.form-check-input{
    cursor: pointer;
}
.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
    box-shadow: 0 0 0 0.25rem rgb(255 218 219);
}
.form-check-input:focus {
    border-color: #c42128;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 218 219);
}
 label.form-check-label {
    color: var(--black) !important;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.product-list a {
    text-decoration: none;
}
.form-check a {
    color: var(--theme);
}
::placeholder{
    color: var(--placeholder-color) !important;
}
.or {
    position: relative;
    color: var(--light-gray);
    font-size: 14px;
    font-weight: 600;
    padding-top: 1rem;
}
.or::before {
    position: absolute;
    content: "";
    background-color: #A8A6A6;
    height: 1px;
    width: 40%;
    left: 10px;
    bottom: 12px;
}
.or::after {
    position: absolute;
    content: "";
    background-color: #A8A6A6;
    height: 1px;
    width: 100px;
     width: 40%;
    right: 10px;
    bottom: 12px;
}
p.credit-card {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.phone-call {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--theme);
    text-decoration: none;
    width: 100%;
    display: block;
}
.call-now{
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    width: 100%;
    display: block;
}

.about-img {
    height: 500px;
    width: 100%;
}
.about-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-box {
    padding: 2.5rem;
    border-radius: 25px;
}
.product-list img {
    border-radius: 30px;
    height: 200px;
    margin-bottom: 1rem;
    object-fit: contain;
}
.owl-dots {
    text-align: center;
    padding-top: 20px;
}
.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #15151540;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: var(--theme);
  width: 30px;
  border-radius: 6px;
}
.advantages{
    position: relative;

    padding: 40px 0;
}
.advantages ul li {
    color: #000;
    list-style: none;
    display: flex;
    align-items: center;
    text-align: left;
    grid-gap: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}
.brand-list img {
    height: 80px;
    object-fit: contain;
}
.advantages ul li img {
    background: #FFFFFFD4;
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.adv-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.adv-img img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.company-list {
    text-align: left;
    border: solid 1px #d9d9d9b2;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px #0000000D;
    transition: all 0.35s;
}
.company-list:hover{
 box-shadow: none;
}
.company-list h4 {
    font-size: 14px;
    /* line-height: 24px; */
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    height: 30px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    text-align: left;
}
.company-list img {
    height: 20px;
    margin-right: 5px;
}
.company a{
    font-size: 20px;
    color: var(--black);
    text-decoration: none;
}
.w-250{
    width: 250px !important;
}
.owl-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
}
.owl-nav button {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 150px;
    right: 150px;
}
.owl-nav button img{
    width: 12px !important;
}
.owl-nav button:focus {
    outline: none;
}
.inner-banner {
        background: var(--theme);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.part{
     background-color: #fafafa;
}
.part-list {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.35s;
    background:#ffffff;
    border: solid 5px #fff;
}
.part-list:hover {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 25px;
}
.part-img {
    height: 150px;
    width: 100%;
}
.part-list img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.part-list h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.part-list a {
    color: var(--black);
}
.part-list h5 img {
    height: 50px;
    width: 50px;
}
.ques {
    background: #0000000D;
}
.benefits-list {
    background-color: var(--theme);
    padding: 30px;
    border-radius: 100px;
    text-align: center;
    height: 200px;
    width: 150px;
}
.benefits-list h4{
    font-size: 1.1rem;
    font-weight: 800;
}
.benefits-list img {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}
ul.stargrp {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
ul.stargrp img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}
.testimonial-list {
    background: #F4F4F4;
    padding: 30px;
    border-radius: 30px;
    margin-top: 30px;
}
.testimonial-list h4 {
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 700;
}
.testimonial-list p {
    color: var(--gray);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    min-height: 115px;
}
.owl-next{
    display: none;
}
.owl-prev{
    display: none;
}
.car-parts{
    position: relative;
    overflow: hidden;
}
.car-parts-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
.quality-auto{
    background: #093566;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.quality-list {
    background: #ffffffeb;
    border-radius: 25px;
    padding: 30px;
    height: 200px;
    margin-top: 30px;
}
.quality-list h4 {
    font-size: 20px;
}
.qty-img {
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
}
.form-box {
    box-shadow: 0px 6px 15px -2px #0000001F;
    padding: 2.5rem;
    border-radius: 25px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    max-width: 350px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme);
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single {
    padding: .775rem 1rem;
    font-size: 14px;
    border: 1px solid #D9D9D9B2;
    box-shadow: 0px 2px 2px 0px #0000000D;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--placeholder-color);
    line-height: 22px;
    text-align: left;
}
.inner-form {
    background: linear-gradient(180deg, #5B9BE2 28.7%, #003877 100%);
    padding: 100px 0;
}
.paypal img {
    height: 100px;
}
.form-label {
    color: var(--black);
    margin-bottom: .5rem;
    font-size: 14px;
}
.form-box.form-box-h1.mb-4 {
    height: 750px;
}
.form-box.form-box-h2 {
    height: 500px;
}
sup {
    top: -.5em;
    color: #f91c25;
    font-size: 16px;
}
canvas#signatureCanvas {
    /* border: solid 1px #ccc; */
    border: 1px solid #D9D9D9B2;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    box-shadow: 0px 2px 2px 0px #0000000D;
    border-radius: 6px;
    margin: 2rem auto;
}
.shipping-logos {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: end;
}
.shipping-logos img {
    height: 45px;
    width: 120px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
}
.running-text {
    font-size: 1.1rem;
}
.con-content {
    width: 70%;
}
.footer-top {
    background: linear-gradient(180deg, #093566 82.5%, #093566 82.51%);
}
.footer-list h4 {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.footer-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-list .footer-menu li {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 24px;
    text-decoration: none;
}
.footer-list .footer-menu a{
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer-list .footer-menu a:hover{
    color: var(--theme);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.social-media {
    list-style: none;
    display: flex;
    grid-gap: 20px;
    padding: 0;
    margin-top: 20px;
}
.footer-list svg:hove{
    stroke: red;
}
.footer-bottom {
    background: #4483CA;
    padding: 15px 0
}
.footer-bottom img {
    height: 40px;
}
.footer-bottom p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
ul.social-media a{
     background: #093566;
        height: 30px;
    width: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.35s;
}
ul.social-media a:hover {
    background: #4483ca;

}
iframe{
    width: 100%;
    height: 180px;
}
.car-parts-img img {
    object-fit: cover;
    width: 100%;
}
.about-content a {
    color: var(--theme);
}
.con-img {
    /* background-color: transparent; */
    /* background-image: linear-gradient(135deg, #0045FF 0%, #BD29F2 100%); */
    background: linear-gradient(180deg, #5B9BE2 31.5%, #003877 100%);
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.con-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.con-list {
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 20px 0px #E3F2FD;
    padding: 25px;
    margin-bottom: 30px;
    display: flex;
    grid-gap: 30px;
}
.con-content h4 {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
}
.con-content a {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--light-black);
    text-decoration: none;
}
.con-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--light-black);
}
.get-in-touch {
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 20px 0px #E3F2FD;
    padding: 30px;
}
.mb-20{
margin-bottom: 20px;
}
.map iframe {
    height: 400px;
}
.policy h4 {
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.policy li{
    font-size: 16px;
    font-weight: 500;
    color: var(--light-black);
    line-height: 26px;
    margin-bottom: 20px;
}
.wrapper {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 70px;
  transform: translate(-50%,-50%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media (min-width: 1399.98px) { 
 .nav-link {
    font-size: 16px;
}
.btn.btn-theme {
    font-size: 16px;
}
h2 {
    font-size: 2.2rem;
}
h5 {
    font-size: 1.4rem;
}
p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .775rem 1rem;
    font-size: 14px;
 }
 .form-select {
    padding: .775rem 1rem;
    font-size: 14px;
 }
 .footer-list .footer-menu a {
    font-size: 16px;
}
.footer-list .footer-menu li {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 26px;
}
.footer-bottom p {
    font-size: 16px;
}
.quality-list h4 {
    font-size: 22px;
}
.testimonial-list p {
    color: var(--gray);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    min-height: 115px;
}
}
@media (max-width: 991.98px) { 
    .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin: 0 auto;
    display: block;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: -100%;
    position: fixed;
    top: 95px;
    height: 100vh;
    width: 50%;
    padding: 30px;
    background: #ffffff;
    transition: all 0.35s;
}
.navbar-collapse.show {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: 0;
    width: 80%;
    z-index: 999;
}
.form-box.form-box-h1 {
    height: auto !important;
}
.form-box.form-box-h2 {
    height: auto !important;
    margin-bottom: 2rem;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.nav-link {
    padding: 15px 20px !important;
    margin-bottom: 20px;
}
a.btn.btn-theme.btn-14.bg-black {
    width: 100%;
}
.about-img {
    height: auto;
    width: 100%;
}
.about-img {
    text-align: center;
    margin-bottom: 30px;
}
.banner-img {
    margin-top: 50px;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.flex-dr{
    flex-direction: column-reverse;
}
.ques-content {
    margin-bottom: 30px;
}
.benefits-list {
    padding: 30px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality-list {
    background: #C42128CC;
    border-radius: 25px;
    padding: 30px;
    height: auto;
    margin-top: 30px;
}
.car-parts-img {
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 30px;
}
.footer-list {
    margin-bottom: 30px;
}
.footer-bottom p {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    margin-top: 10px;
}
.adv-img {
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.wrapper {
    display: inline-block;
}
}
@media (max-width: 767px){
h2 {
    font-size: 1.8rem;
}
.benefits-list {
    padding: 30px;
    height: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.con-list {
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 20px 0px #E3F2FD;
    padding: 30px;
    margin-bottom: 30px;
    display: block;
    grid-gap: 30px;
}
.con-content {
    width: auto;
}
.con-list {
    margin-bottom: 30px !important;
}
.running-text {
    display: block;
    height: 40px;
}
}