@font-face {
  font-family: ToyotaType-Bold;
  src: url(https://content.partsdistributor.in/fonts/ToyotaType-Bold.eot);
  src: url(https://content.partsdistributor.in/fonts/ToyotaType-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(https://content.partsdistributor.in/fonts/ToyotaType-Bold.ttf)
      format("truetype"),
    url(https://content.partsdistributor.in/fonts/ToyotaType-Bold.svg#ToyotaType-Bold)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ToyotaType-Regular;
  src: url(https://content.partsdistributor.in/fonts/ToyotaType-Regular.eot);
  src: url(https://content.partsdistributor.in/fonts/ToyotaType-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://content.partsdistributor.in/fonts/ToyotaType-Regular.ttf)
      format("truetype"),
    url(https://content.partsdistributor.in/fonts/ToyotaType-Regular.svg#ToyotaType-Regular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ToyotaType-Semibold;
  src: url(https://content.partsdistributor.in/fonts/ToyotaType-Semibold.eot);
  src: url(https://content.partsdistributor.in/fonts/ToyotaType-Semibold.eot?#iefix)
      format("embedded-opentype"),
    url(https://content.partsdistributor.in/fonts/ToyotaType-Semibold.ttf)
      format("truetype"),
    url(https://content.partsdistributor.in/fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: ToyotaType-Regular;
}

:root {
  --secound-color: #e10a1d;
  --font-color-primary: #11111c;
  --font-color-secondary: #333333;
  --sub-title-font-color: #6b7280;
  --content-font-color: #4b5563;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p,
a {
  font-size: 14px;
}

/*Buttons*/
.btn-primary {
  background: var(--secound-color);
  color: #ffffff;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 8px 0;
  font-size: 13px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/*scroll*/
body {
  -ms-overflow-style: scrollbar;
}

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #e80000;
}

/*Common*/

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-40 {
  width: 40%;
}

.w-10 {
  width: 10%;
}

.title-primary {
  color: var(--font-color-secondary);
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}

.sub-title-primary {
  color: var(--sub-title-font-color);
  text-align: center;
  margin: 15px 0;
  font-size: 17px;
}

.sub-heading-title {
  font-size: 26px;
  color: #999999;
}

.sec-padding {
  padding: 65px 0 70px;
}

.ind-title-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ind-title-wrap {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .title-primary {
    font-size: 24px;
  }

  .sec-padding {
    padding: 41px 0 70px;
  }

  .ind-title-wrap {
    padding-bottom: 0px;
  }

  .main-wrapper {
    margin-top: 110px !important;
  }
}

.main-wrapper {
  margin-top: 75px;
}

/*Header Nav Start*/
.nav-wrapper {
  padding: 13px 0px;
  background: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #d1d5db;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#divHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.nav-brand-name {
  color: var(--secound-color);
  text-transform: uppercase;
  font-size: 24px;
  font-family: ToyotaType-Bold;
}

.nav-brand-name:hover,
.nav-brand-name:focus {
  color: var(--secound-color);
  opacity: 0.9;
}

#navbarSupportedContent {
  transition: 1s;
}

.nav-wrapper .navbar-nav {
  gap: 24px;
}

.nav-wrapper .navbar-nav .nav-link {
  color: var(--font-color-primary);
  font-size: 13px;
  line-height: 11px;
  font-weight: 700;
}

.navbar-ul-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
}

.nav-toggle-btn {
  display: none;
}

.navbar-collapse {
  flex-grow: 0;
}

.nav-wrapper .navbar-collapse {
  gap: 40px;
}

.nav-logo-mobile {
  display: none;
}

.navbar-toggler {
  border: none !important;
}

.nav-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.navbar-toggler-icon {
  width: 28px;
  height: 4px;
  background: var(--font-color-primary);
}

.nav-btn-wrapper:focus,
.nav-btn-wrapper:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

.pl-15 {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .nav-logo-mobile {
    display: block;
  }

  .nav-logo-distop {
    display: none;
  }

  .nav-toggle-btn {
    display: block;
  }

  .navbar-toggle-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #000000;
    transition: 0.5s;
  }

  .navbar .container {
    justify-content: space-between;
  }

  .navbar-toggle-wrapper .navbar-ul-wrapper {
    display: block;
    padding: 20px;
  }

  .navbar-toggle-wrapper .navbar-ul-wrapper .nav-item {
    margin: 10px 0;
  }

  .navbar-toggle-wrapper .navbar-ul-wrapper .nav-item .nav-link {
    color: #ffffff;
  }

  .mob-d-none {
    right: 200%;
    transition: 1s;
  }

  .nav-brand-name {
    font-size: 19px;
    /* border-right: 1px solid rgba(209, 213, 219, 1); */
    padding-right: 15px;
    margin: 0;
  }
}

@media only screen and (max-width: 390px) {
  .nav-brand-name {
    padding-right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-wrapper .navbar-nav {
    gap: 5px;
  }
}

/*Header Nav End*/

/*Swiper Carousel banner Start*/
.swiper-pagination-bullet {
  background: var(--secound-color);
  opacity: 1;
  border-radius: 15px;
  width: 12px;
  height: 3px;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 18px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 1.5px;
}

/*Swiper Carousel banner End*/

/*Our Brand Promises Start*/

.our-promis-wrapper {
  padding: 33px 0;
}

.network-sec-wrapper {
  background: var(--secound-color);
  padding: 15px 0;
  color: #ffffff;
}

.network-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 15px 0;
}

.network-title {
  font-size: 35px;
  font-weight: 600;
}

.network-content {
  font-size: 13px;
  line-height: 17px;
  font-weight: 100;
}

.network-border .network-inner-wrap {
  border-right: 1px solid #ffffff;
}

.network-border .network-inner-wrap:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .network-title {
    font-size: 28px;
  }

  .network-inner-wrap {
    padding: 6px 0;
  }

  .network-content {
    font-size: 12px;
  }

  .network-border .network-inner-wrap:nth-child(even) {
    border: 0;
  }

  .network-border {
    row-gap: 35px !important;
  }

  .network-sec-wrapper {
    padding: 25px 0;
  }
}

/*Our Brand Promises End*/

/*Our Products Start*/
.product-item-wrapper {
  border: 1px solid #d1d5db;
  border-radius: 15px;
  padding: 20px 15px;
  margin: 10px;
}

.product-title {
  font-weight: 700;
  color: var(--font-color-secondary);
}

.product-content-wrap {
  margin-top: 5px;
}

.product-content {
  color: var(--content-font-color);
  font-weight: 100;
  line-height: 19px;
  font-size: 14px;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-item {
  row-gap: 25px;
}

@media only screen and (max-width: 1024px) {
  .product-item-wrapper {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-title {
    font-size: 17px;
  }

  .product-item-wrapper {
    padding: 10px 10px;
  }

  .product-content {
    font-size: 13px;
  }

  .btn-primary {
    margin-top: 10px;
  }

  .prod-p-ctrl {
    padding: 0 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/*Our Products End*/

/*About Us Start*/
.about-sec-wrapper {
  background: #f3f4f6;
}

.about-title {
  color: var(--font-color-primary);
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
}

.about-content {
  color: var(--content-font-color);
  font-size: 13px;
  margin: 15px 0;
}

.about-content-wrapper {
  padding: 0 15px 15px;
}

.about-img {
  border-radius: 35px;
}

.img-abt-left {
  padding-left: 5%;
}

.img-abt-right {
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .about-img {
    border-radius: 10px;
  }

  .about-content-wrapper {
    margin-top: 20px;
    padding: 0 10px 15px;
  }

  .about-title {
    font-size: 25px;
    margin-bottom: 23px;
  }

  .about-reverse {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .img-abt-right {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .img-abt-left {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/*About Us End*/

/*Blog Start*/
.blog-img-br {
  border: 1px solid #d1d5db;
  border-bottom: 0;
}

.blog-content-wrapper {
  padding: 30px 25px 20px;
  color: var(--font-color-primary);
  border: 1px solid #d1d5db;
}

.blog-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: ToyotaType-Semibold;
}

.blog-content {
  font-weight: 500;
  font-size: 12px;
  color: var(--font-color-primary);
  margin-bottom: 15px;
  line-height: 18px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 4; */
  /* line-clamp: 4; */
  -webkit-box-orient: vertical;
}

.blog-content p {
  padding: 0.2rem;
}

.blog-hash-wrap {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.blog-hash-wrap a {
  text-decoration: none;
  text-transform: capitalize;
  margin: 5px 0 5px;
  color: #3b82f6;
  font-size: 13px;
  font-weight: 0;
}

.blog-img-br {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.blog-content-wrapper {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fs-14 {
  font-size: 14px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.blog-page-btn {
  border: none;
  background: transparent;
  color: #171717;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
}

.page-num-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page-num-wrapp .page-num {
  color: #171717;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 12px;
}

.page-num-wrapp .page-num.active {
  color: #525252;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 12px 17px;
}

@media only screen and (max-width: 767px) {
  .blog-hash-wrap {
    row-gap: 0;
    margin-bottom: 10px;
  }

  .blog-hash-wrap a {
    margin: 2px 0;
  }

  .blog-content-wrapper {
    padding: 20px 20px;
  }

  .pagination-wrapper {
    gap: 10px;
  }

  .blog-content {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-content-wrapper {
    padding: 15px 11px;
  }

  .blog-hash-wrap {
    row-gap: 0;
    margin-bottom: 10px;
  }

  .blog-hash-wrap a {
    margin: 0px 0;
    font-size: 11px;
  }

  .blog-content {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .blog-title {
    font-size: 12px;
  }

  .blog-content {
    font-size: 11px;
  }
}

/*Blog End*/

/*Contact Start*/
.contact-title {
  color: var(--font-color-secondary);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}

.contact-form-wrapper {
  margin: 30px 0;
}

/*Form*/
.contact-form-inner {
  margin: 25px 0;
}

.form-label {
  color: var(--font-color-primary);
  font-size: 14px;
}

.form-label span {
  color: var(--secound-color);
}

.form-control {
  border: 1px solid #d1d5db;
  padding: 8px 15px;
  font-size: 13px;
}

.form-control::placeholder {
  color: #d1d5db;
}

.form-ctrl-textarea {
  resize: none;
  height: 120px;
}

.contact-form-btn {
  background: var(--secound-color);
  color: #ffffff;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 15px;
  margin-top: 0;
  font-weight: 600;
}

/**/
.contact-left-wrapper {
  padding-right: 25%;
  border-right: 1px solid #d1d5db;
}

.contact-right-wrapper {
  padding-left: 15%;
}

.contact-sub-title {
  margin: 10px 0 15px;
  color: var(--font-color-primary);
  font-size: 17px;
}

.contact-p {
  margin: 10px 0;
  color: var(--font-color-primary);
  font-size: 13px;
}

.contact-in-wrap {
  display: flex;
  align-items: center;
}

.contact-c-info {
  display: flex;
  align-items: start;
  justify-content: start;
  text-decoration: none;
  color: var(--font-color-primary);
  font-size: 13px;
  gap: 15px;
}

.contact-c-info img {
  margin-top: 5px;
}

.contact-c-info span p:last-child {
  font-size: 11px;
}

.contact-c-info span p:first-child {
  color: var(--font-color-primary);
  font-size: 13px;
}

.contact-info-wrapper {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.contact-right-wrapper .contact-info-wrapper {
  border-bottom: 1px solid #d1d5db;
}

.contact-right-wrapper .contact-info-wrapper:last-child {
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-left-wrapper {
    padding-right: 11%;
  }

  .contact-right-wrapper {
    padding-left: 11%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-left-wrapper {
    padding: 0 2%;
  }

  .contact-right-wrapper {
    padding: 0 2%;
  }

  .contact-left-wrapper {
    border: 0;
  }

  .form-control {
    padding: 13px 15px;
  }

  .contact-right-wrapper .contact-info-wrapper:last-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .contact-title {
    text-align: center;
    padding-bottom: 20px;
  }
}

/*Contact End*/
/*Testimonials Start*/
.testimonial-inner {
  padding: 22px 32px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
}

.content-test {
  margin-top: 20px;
}

.testimonial-title {
  font-size: 15px;
  font-weight: 0;
  margin-bottom: 10px;
}

.test-border {
  display: block;
  width: 50px;
  height: 1px;
  background: var(--secound-color);
}

.start-wrapper {
  color: #fab005;
}

.testimonial-p {
  color: var(--font-color-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: justify;
  margin: 6px 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*Testimonials Swiper Start */
.testimonial-pagination .swiper-pagination-bullet {
  background: #fef2f2;
  width: 20px;
  transition: 0.5s;
}

.swiper-pagination {
  position: relative;
}

.testimonial-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secound-color);
  width: 30px;
  transition: 1s;
}

.Testimonialsswiper.swiper {
  padding-bottom: 60px;
}

/*Testimonials Swiper End */

/*Testimonials End*/
/*Footer Start*/
.footer-wrapper {
  border-top: 7px solid var(--secound-color);
  background-color: var(--font-color-secondary);
  padding: 40px 0 0;
}

.footer-headind {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.footer-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-ul-wrapper {
  list-style: none;
}

.footer-ul-wrapper li {
  margin: 10px 0;
}

.footer-ul-wrapper li .footer-a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 200;
}

.footer-ul-wrapper-2 {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}

.footer-ul-wrapper-2 li .footer-a-i {
  padding-left: 10px;
  border-left: 1px solid #ffffff;
  display: flex;
  align-items: center;
}

.footer-ul-wrapper-2 li:first-child .footer-a-i {
  border: 0;
}

.footer-ul-wrapper li .footer-a-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  gap: 15px;
}

.footer-ul-wrapper li .footer-a-item .ft-img-c {
  height: 30px;
  width: 30px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-ul-wrapper li .footer-a-item {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 200;
}

.footer-hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
  margin: 45px 3% 0px;
  opacity: 1;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-headind {
    font-size: 22px;
  }

  .footer-title {
    font-size: 18px;
  }
}

/*Footer End*/

/*Store Locator page Start*/

.store-locator-body {
  background: #f9fafc;
}

/*Section 1 Start*/
.store-loc-sec-1-wrapper {
  padding: 40px 0;
}

.loc-near-retail-wrapper {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 5px;
}

.loc-sec-1-title {
  font-weight: 500;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #d1d5db;
  padding: 15px;
  font-family: ToyotaType-Semibold;
  display: block;
  text-decoration: none;
  color: #231f20;
}

.loc-1-content-wrapper {
  padding: 15px;
}

.loc-1-tab-btn {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  width: 100%;
  padding: 7px 0;
  font-weight: 500;
  font-size: 14px;
  font-family: ToyotaType-Semibold;
}

.loc-1-tab-btn.active {
  background: var(--secound-color);
  color: #ffffff;
}

.loc-1-tab-content-wrapper {
  margin-top: 30px;
}

.loc-1-form-inp {
  padding: 12px 10px;
}

.loc-1-form-inp::placeholder {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.loc-1-search-btn {
  font-size: 14px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.loc-1-search-btn img {
  height: 1.15rem;
}

.loc-near-retail-wrapper {
  position: relative;
}

.loc-1-advnc-form-inner {
  align-items: center;
}

.loc-1-advnc-label {
  font-weight: 500;
  font-family: ToyotaType-Semibold;
}

.loc-advnc-input {
  color: #9ca3af;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 11px;
}

.loc-advnc-input option {
  background: #fff;
  border: 0;
}

.loc-1-select-wrap {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .loc-sec-1-dir-reverse {
    flex-direction: column-reverse;
    row-gap: 33px;
  }
}

/*Section 1 End*/
/*Section 2 Start*/
.loc-s2-title {
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--font-color-primary);
  font-size: 30px;
}

.loc-sec-2-wrapper {
  padding: 20px 0;
}

.loc-sec-2-review-inner {
  display: flex;
  color: #dfb300;
  gap: 10px;
}

.loc-sec-2-review-inner > span {
  font-weight: 600;
  font-size: 14px;
}

.loc-sec-2-review-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.loc-sec-2-review-num {
  font-size: 13px;
  color: #9ca3af;
  font-family: ToyotaType-SemiBold;
}

.loc-sec-2-contact-p {
  font-size: 13px;
  font-weight: 500;
}

.loc-sec-2-contact-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}

.loc-2-clocl-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.loc-sec2-open {
  background: #ecfdf5;
  font-size: 13px;
  color: #16a34a;
  padding: 7px 13px;
  border-radius: 15px;
  font-weight: 600;
  text-align: center;
}

.loc-sec-2-contact-info-wrap {
  height: 550px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}

/**/
.loc-sec-2-contact-info-wrap {
  -ms-overflow-style: scrollbar;
}

.loc-sec-2-contact-info-wrap::-webkit-scrollbar-track {
  background-color: #f5f5f500;
}

.loc-sec-2-contact-info-wrap::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f500;
}

.loc-sec-2-contact-info-wrap::-webkit-scrollbar-thumb {
  background-color: #766f69;

  border-radius: 10px;
}

.loc-contact-retail-wrapper {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  margin-bottom: 35px;
}

.btn-secoundary-loc {
  background: var(--font-color-secondary);
  color: #ffffff;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 550;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
}

.btn-loc-sec-2-dir {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 550;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 0;
}

.btn-third-loc {
  background: var(--font-color-primary);
  color: #ffffff;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 550;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
}

.loc-sec-2-map-wrapper {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .loc-s2-title {
    font-size: 26px;
  }

  .loc-sec-2-contact-info-wrap {
    height: auto;
    padding: 0;
    overflow: auto;
  }

  .store-loc-sec-1-wrapper {
    padding: 25px 0 35px;
  }

  .loc-sec-2-map-wrapper {
    height: 500px;
  }

  .btn-secoundary-loc {
    padding: 12px 0;
  }

  .btn-third-loc {
    padding: 10px 0;
  }

  .section-banner {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .loc-sec-2-map-wrapper {
    height: 450px;
  }

  .loc-sec-1-dir-reverse {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}

/*Section 2 End*/

/*Location Inner Page Start*/
.location-inner-main {
  padding: 30px 0;
}

/*Location Inner Section 1 Start */
.locin-breadcrumb-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.locin-breadcrumb-wrap .locin-breadcrumb {
  color: var(--font-color-primary);
  font-size: 14px;
  text-decoration: none;
  font-family: ToyotaType-Semibold;
}

.locin-breadcrumb-wrap .locin-breadcrumb-icon {
  color: var(--font-color-primary);
  font-size: 14px;
  text-decoration: none;
}

.location-inner-sec-space {
  padding: 40px 0;
}

/*Location Inner Section 1 End */
/*Location Inner Section 2 Start */
.loc-inner-contact-wrapper {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  margin-bottom: 35px;
  position: sticky;
  top: 86px;
}

.locin-sec-2-title {
  font-weight: 500;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #d1d5db;
  padding: 15px;
}

.locin-sec-2-contact-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.locin-sec-2-contact-fp {
  font-size: 13px;
  color: var(--font-color-primary);
  font-weight: 530;
}

.locin-sec2-contact-a {
  font-size: 13px;
  font-weight: 530;
  color: #4c92e3;
  text-decoration: none;
  cursor: pointer;
}

.locin-sec2-contact-a:hover {
  text-decoration: underline;
}

.locin-sec2-link-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.locin-sec2-link-wrap .locin-sec2-link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 8px 13px;
}

.locin-sec2-link-wrap .locin-sec2-link span.locin-sec-2-contact-fp {
  font-size: 12px;
  font-weight: 550;
  color: var(--font-color-primary);
}

.locin-sec-2-title {
  color: #231f20;
}

.locin-contact-d-wrapper {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 20px 25px;
}

.locin-sec2-title {
  font-weight: 600;
  font-family: ToyotaType-Semibold;
}

.locin-sec2-close-wrap {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 10px 0 20px 0;
  flex-wrap: wrap;
  list-style: none;
}

.locin-sec2-close-wrap li {
  color: #231f20;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.locin-sec2-close-wrap li:first-child {
  list-style: none;
  color: var(--secound-color);
}

.closed {
  list-style: none;
  color: var(--secound-color);
}

.open {
  list-style: none;
  color: #16a34a !important;
}

.locin-sec2-content-wrapper {
  margin: 20px 0 10px 0;
}

.loc-inner-sec-2-tab-h {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  border-bottom: 1px solid #d1d5db;
}

.loc-inner-sec-2-tab-btn {
  background: none;
  border: none;
  color: #30261d;
  font-size: 17px;
  font-weight: 600;
  padding: 8px 0 13px;
}

.loc-inner-sec-2-tab-btn.active {
  position: relative;
}

.loc-inner-sec-2-tab-btn.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--secound-color);
  left: 0;
  bottom: 0;
}

.loc-inner-tab1-title {
  color: #11111c;
  font-size: 17px;
  font-weight: 600;
}

.loc-inner-tab1-subtitle {
  color: #231f20;
  font-size: 13px;
  font-weight: 600;
}

.loc-inner-tab1-p {
  color: #231f20;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.loc-inner-tab1-close {
  color: #ef4444;
  background: #fef2f2;
  font-size: 13px;
  padding: 7px 13px;
  border-radius: 15px;
  font-weight: 600;
  text-align: center;
}

.tab1-date-align {
  align-items: center;
  margin-top: 10px;
}

.tab-1-margin {
  margin: 20px 0;
}

.ftic {
  font-size: 5px;
  color: var(--font-color-primary);
}

.tab1-list-item {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 12px;
  color: var(--font-color-primary);
  font-weight: 500;
}

.tab1-map-wrapper {
  height: 550px;
  border-radius: 5px;
}

.photo-tab-wrapper {
  margin: 20px 0;
}

.contact-tab-wrap .tab-contact-inner:first-child {
  border-right: 1px solid #d1d5db;
}

.contact-tab-wrap .tab-contact-inner:last-child {
  padding-left: 8%;
}

.contact-tab-wrap {
  margin-bottom: 30px;
}

.abt-sec-p {
  color: #231f20;
  font-size: 14px;
}

.abt-business-wrap {
  padding: 40px 0;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
}

.review-sec-wrapper {
  padding: 40px 0;
}

.review-sec-num-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-num-h1 {
  color: #231f20;
  font-size: 40px;
  font-weight: 700;
}

.review-h5 {
  font-size: 20px;
  color: #231f20;
}

.review-width-wrap {
  width: 100%;
  background: #e9ebee;
  border-radius: 15px;
  height: 16px;
}

.review-width-inner {
  height: 100%;
  background: #fbbf24;
  border-radius: 15px;
}

.fs-16 {
  font-size: 16px;
}

.review-align {
  margin-bottom: 8px;
}

.write-review-wrap {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 19px 10px;
}

.review-msg-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.review-msg-btn {
  padding: 6px 20px;
  background: #f3f4f6;
  color: #322312;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.review-msg-btn.active {
  background: var(--secound-color);
  color: #ffffff;
}

.review-msg-cmt-wrap {
  margin: 40px 0 0;
}

.review-cmt-title {
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
}

.review-cmt-start-wrap {
  display: flex;
  gap: 2px;
  align-items: center;
}

.review-cmt-start-wrap img {
  width: 13px;
}

.cmt-post-date {
  font-size: 14px;
  color: #666666;
}

.cmt-post-wrap {
  margin-top: 5px;
}

.riview-msg-p {
  margin: 15px 0;
}

.review-msg-cmt-inner {
  margin: 20px 0;
}

.locin-qr-wrapper {
  background: #fff;
  border-top: 1px solid #d1d5db;
  padding-bottom: 20px;
}

.qr-wrapper-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-qr-download {
  background: var(--secound-color);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
}

/*Location Inner Section 2 End */
/*Location Inner Section 3 Start */
.faq-wrapper {
  background: #f3f4f6;
  padding: 40px;
}

.faq-title {
  font-size: 18px;
  color: #231f20;
  font-weight: 600;
}

.faqaccordion-item-wrapper {
  background: #fff;
  margin: 20px 0;
  border: 1px solid #d1d5db;
  border-radius: 5px;
}

.faqaccordion-btn {
  border: 0;
  background: transparent;
  width: 100%;
  text-align: start;
  padding: 15px;
  color: #231f20;
  font-size: 14px;
  position: relative;
}

.faqaccordion-collapse.collapse.show {
  border-top: 1px solid #d1d5db;
}

.faqaccordion-btn.collapsed::after {
  content: "";
  position: absolute;
  background: url(https://content.partsdistributor.in/images/icons/down-arrow.svg)
    center center no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
}

.faqaccordion-btn::after {
  content: "";
  position: absolute;
  background: url(https://content.partsdistributor.in/images/icons/up-arrow.svg)
    center center no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
}

.faqaccordion-collapse {
  background-color: #ffffff;
}

.faqaccordion-body {
  padding: 15px;
  color: #231f20;
  font-size: 14px;
}

.btn-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  border: 0;
  box-shadow: rgb(0 0 0 / 23%) 0px 0px 4px -1px;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 20px;
  display: none;
}

.btn-w-100 {
  padding: 0 5px;
}

/*Location Inner Section 3 End */
@media only screen and (max-width: 767px) {
  .btn-reviews {
    display: block;
  }

  .location-inner-main {
    padding: 20px 0;
  }

  .locin-sec2-close-wrap {
    gap: 20px;
  }

  .loc-inner-sec-2-tab-btn {
    font-size: 13px;
    font-weight: 700;
  }

  .tab1-map-wrapper {
    height: 546px;
  }

  .store-locator-body {
    background: #fff;
  }

  .locin-contact-d-wrapper {
    padding: 0 11px;
  }

  .loc-inner-tab1-close {
    font-size: 12px;
  }

  .loc-inner-tab1-title {
    font-size: 17px;
  }

  .review-num-h1 {
    font-size: 38px;
  }

  .review-h5 {
    font-size: 12px;
    font-weight: 600;
  }

  .review-width-wrap {
    height: 9px;
  }

  .str-img-r {
    width: 14px;
  }

  .abt-sec-p {
    font-size: 14px;
  }

  .select-rating {
    display: none;
  }

  .write-review-wrap {
    padding: 0;
  }

  .btn-loc-sec-2-dir {
    padding: 12px 0;
  }

  .faq-wrapper {
    padding: 0;
  }

  .mobile-information {
    display: block !important;
  }

  .desktop-information {
    display: none !important;
  }

  .locin-sec-2-title {
    padding: 27px 0;
  }

  .review-sec-wrapper {
    border-bottom: 1px solid #d1d5db;
  }

  .review-msg-wrap {
    gap: 4px;
    justify-content: space-between;
    padding: 0 !important;
  }

  .cmt-post-date-wrap {
    justify-content: space-between;
  }

  .review-msg-cmt-inner {
    align-items: center;
  }

  .review-msg-btn {
    padding: 6px 16px;
  }

  .mobile-d-none {
    display: none;
  }

  .contact-tab-wrap .tab-contact-inner:last-child {
    padding-left: 15px;
  }

  .contact-tab-wrap .tab-contact-inner:first-child {
    border: 0;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  /* .loc-near-retail-wrapper .loc-1-content-wrapper {
  padding: 15px 15px 70px;
} */
  /* .loc-near-retail-wrapper {
    height: 380px;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .locin-sec2-close-wrap {
    row-gap: 10px;
  }

  .review-width-wrap {
    height: 8px;
  }

  .str-img-r {
    width: 13px;
  }

  .review-h5 {
    font-size: 16px;
  }

  .select-rating {
    font-size: 13px;
  }

  .mobile-information {
    display: block !important;
  }

  .desktop-information {
    display: none !important;
  }

  /* .loc-near-retail-wrapper {
    height: 365px;
  } */
}

@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .loc-sec-1-dir-reverse {
    row-gap: 0;
    flex-direction: row;
    align-items: center;
  }

  .btn-w-100 {
    width: 100%;
  }

  .loc-sec-2-contact-info-wrap {
    height: 470px;
  }

  .ipad-width {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1290px) {
  .blog-hash-wrap {
    row-gap: 0;
  }

  .blog-content-wrapper {
    padding: 19px;
  }

  .blog-hash-wrap a {
    margin: 3px 0;
  }

  .loc-inner-tab1-close {
    padding: 7px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 98% !important;
  }

  .swiper-button-next {
    right: 40%;
    transform: translateX(-40%);
  }

  .swiper-button-prev {
    left: 45%;
    transform: translateX(-45%);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
  }

  #Locationinnerswipper.swiper,
  #Storlocatorswipper.swiper {
    padding-bottom: 25px;
  }
}

.product-content-wrap {
  margin: 10px 0 0;
}

/*index-2 Page Start*/
.btn-product {
  color: var(--secound-color);
  text-decoration: none;
  margin: 15px 0 5px;
  font-size: 14px;
  font-family: ToyotaType-Semibold;
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-product i {
  margin-top: 2px;
}

.blog-content-wrapper-pa {
  border: 1px solid #d1d5db;
  padding: 15px;
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*index-2 Page End*/
/*Location near 2 Page End*/
.service-align-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--font-color-primary);
  font-size: 16px;
  font-weight: 500;
}

.serv-ce-title {
  color: var(--font-color-primary);
  font-size: 14px;
  font-weight: 500;
}

.attribute-ul-wrapper {
  margin-bottom: 20px;
}

.social-line-wrap {
  padding: 20px 0 40px;
}

.social-line .page-num.active {
  background: #ffffff;
}

.near-by-retailer-overflow {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  margin-top: 15px;
}

.near-by-retailer-overflow {
  -ms-overflow-style: scrollbar;
}

.near-by-retailer-overflow::-webkit-scrollbar-track {
  background-color: #f5f5f500;
}

.near-by-retailer-overflow::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f500;
}

.near-by-retailer-overflow::-webkit-scrollbar-thumb {
  background-color: #e8000000;
}

/*Location near 2  Page End*/
.footer-a,
.nav-wrapper .navbar-nav .nav-link {
  text-transform: capitalize;
}

.form-error-msg {
  color: #dd1d10;
  font-size: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  padding-top: 5px;
}

/* Mask for the background */

.loader {
  width: 100%;
  text-align: center;
  left: 0 !important;
  right: 0;
  position: absolute;
}

.loader > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader .bounce1 {
  background-color: #ff5050;
}

.loader .bounce2 {
  background-color: #62b75f;
}

.loader .bounce3 {
  background-color: #5fa3ff;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mask {
  position: absolute;
  background-color: #000;
  display: none;
}

.masking {
  position: absolute;
  background-color: #fff;
  display: none;
  display: block;
  width: 100%;
  height: 91%;
  left: 0;
  z-index: 9;
  bottom: 0;
}

.anchor-text {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

.anchor-text:hover {
  text-decoration: underline;
}

[disabled] {
  cursor: not-allowed;
}

.loc-sec2-close {
  background: #ff000023;
  font-size: 13px;
  color: var(--secound-color);
  padding: 7px 13px;
  border-radius: 15px;
  font-weight: 600;
  text-align: center;
}

.date-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-inner-tab1-open {
  color: #16a34a;
  background: #ecfdf5;
  font-size: 13px;
  padding: 7px 13px;
  border-radius: 15px;
  font-weight: 600;
  text-align: center;
}

/* map */

[role="dialog"] {
  max-width: 20vw !important;
}

.gm-ui-hover-effect {
  width: 0px;
  height: 30px !important;
}

@media only screen and (min-width: 300px) and (max-width: 1023px) {
  [role="dialog"] {
    max-width: 80vw !important;
  }
}

#map .loc-contact-retail-wrapper,
#map .loc-sec-1-title {
  border: none;
  padding: 0;
  margin-bottom: 0px !important;
}

#map h3 {
  font-family: ToyotaType-Bold;
  font-size: 20px;
}

/* map */

.footer-copy-right {
  color: #ffffff;
}

.hastag-text {
  color: #0d6efd;
}

#alretLoad {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.alert-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.principal-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.principal-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonials-padding {
  padding: 50px 0 20px;
}

/* .right-navbar-brand {
  border-right: none;
  text-decoration: none;
  padding-top: 24px;
} */

.dynamic-display-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 2rem;
}

.dynamic-display-no-data h1 {
  font-size: 22px;
}

#pagination .page-num {
  padding: 0;
  border: 0;
}

.page-num .page-link {
  color: inherit;
  background: 0;
  border: 1px solid #dee2e6;
  font-size: 14px;
  border-radius: 4px !important;
}

.page-num.active .page-link {
  background: #e80000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.page-num .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgb(186 156 156 / 14%);
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .nav-wrapper .navbar-nav .nav-link {
    font-size: 12px;
  }
}

/*Terms*/
.terms-conditions {
  font-family: "ToyotaType-Regular";
}
.terms-conditions h4 {
  color: #11111c;
  font-size: 18px;
  font-weight: 600;
  font-family: "ToyotaType-Semibold";
  margin: 30px 0 25px;
}
.terms-conditions h2 {
  font-weight: 600;
  font-family: "ToyotaType-Semibold";
  margin: 15px 0 20px;
  font-size: 24px;
  color: #11111c;
}
.terms-conditions p {
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 40px;
  text-align: justify;
}
