* {
  font-family: "Montserrat";
}

.purchase-guide-banner-row {
  background-image: url("../../images/BuyersGuide/hero-l-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.purchase-guide-banner-row > div > h1 {
  padding-top: 97px;
  color: #0033cc;
  font-size: 62px;
  font-weight: bold;
}

.purchase-guide-banner-row > div {
  max-width: 1150px !important;
  margin: auto !important;
}

.purchase-guide-banner-row > div > p {
  font-size: 18px;
}

.purchase-guide-banner-row > div > img {
  position: relative;
  z-index: 4;
  width: 100%;
}

/* Content Flex2 Col starts here */
.content-buyers-guide-wrapper {
  background-image: url("../../images/BuyersGuide/BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.purchase-guide-content-row {
  padding: 40px 40px;
  position: relative;
  top: 0;
  z-index: 44;
}

.purchase-guide-content-row > h4 {
  font-size: 42px;
  font-weight: 500;
}

.purchase-guide-content-row > h3 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}

.purchase-guide-content-row > p {
  font-size: 18px;
}

/* .p-relative > img {
  margin-top: -220px;
  width: 100%;
} */

.px-relative img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .purchase-guide-content-row {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 597px) {
  .purchase-guide-content-row {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1700px) {
  .container-wrapper {
    max-width: 1440px;
    margin: auto;
  }
}
/* Content Flex2 Col ends here */
/* Black Bike Container starts here */
.black-row-wrapper {
  background-color: #000;
  height: auto;
  position: relative;
  top: 0;
}

.bike-content-guide-row {
  padding: 40px 20px;
}

.bike-content-guide-row > h3 {
  color: white;
  font-size: 38px;
}

.bike-content-guide-row > p {
  color: white;
}

/* .left-purchase-row > .row {
  background-image: url("../../images/BuyersGuide/BG (1).png");
  background-size: cover;
  background-repeat: no-repeat;
} */

.bike-container-row-black {
  padding: 40px 0px;
}

.bike-image-black-row-wrapper {
  position: relative;
  top: 0;
  text-align: center;
}

.bike-content-guide-row > a,
.content-bike-purchase > a {
  cursor: pointer;
  background: #0066ff;
  color: #fff;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1080px) {
  .bike-content-guide-row > h3 > br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 640px) {
  .bike-image-black-row-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 598px) {
  .bike-content-guide-row {
    padding: 40px 10px;
  }
  .purchase-guide-banner-row > div > h1 {
    font-size: 48px;
  }
  .purchase-guide-content-row > h4 {
    font-size: 32px;
  }
  .purchase-guide-content-row > h3 {
    font-size: 26px;
  }
}
/* Black Bike Container ends here */
/* Bike Purchase Container starts here */
.bike-purchase-wrapper-row {
  background-image: url("../../images/BuyersGuide/yamaha_assist_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -205px;
  background-color: #000;
  padding: 0px 20px;
}

.content-bike-purchase > h3 {
  font-size: 38px;
  color: white;
  font-weight: 700;
}

.content-bike-purchase > p {
  color: white;
  font-size: 16px;
}

.bold {
  font-weight: 800;
}

@media screen and (max-width: 598px) {
  
}
@media screen and (max-width: 714px) {
 
}
/* Bike Purchase Container ends here *//*# sourceMappingURL=buyers-purchase-guide1.css.map */