.carousel-indicators {
	bottom: -15px;
}
@media screen and (max-width: 991px) {
	.carousel-indicators {
		bottom: -5px;
   }
}
.carousel-indicators [data-bs-target] {
	opacity: 1;
	width: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 5px;
}
@media screen and (max-width: 991px) {
	.carousel-indicators [data-bs-target] {
		width: 20px;
		margin: 0px 3px;
   }
}
.carousel-indicators .active {
	background-color: var(--primary-color-red);
}
.carousel-inner .carousel-item {
	width: 100%;
}
.carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover;
}
.carousel-inner .carousel-item img.mob-banner {
	display: none;
}
@media screen and (max-width: 767px) {
	.carousel-inner .carousel-item img.desk-banner {
		display: none;
   }
	.carousel-inner .carousel-item img.mob-banner {
		display: block;
   }
}
.hero-banner-section .carousel-caption {
	width: 100%;
	left: 0px;
	right: auto;
	text-align: unset;
	height: 100%;
	top: 0px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-evenly;
	padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.hero-banner-section .carousel-caption {
		justify-content: flex-start;
		padding-top: 75px;
   }
}
.hero-banner-section .carousel-caption .banner-btn {
	margin-left: 7%;
}
@media screen and (max-width: 767px) {
	.hero-banner-section .carousel-caption .banner-btn {
		width: 100%;
		position: absolute;
		bottom: 40px;
		width: 90%;
		left: 50%;
		margin: 0px;
		transform: translateX(-50%);
   }
}
.hero-banner-section .carousel-caption .banner-heading {
	font-size: 5rem;
	font-weight: 600;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
	color: #fff;
	margin-left: 7%;
	line-height: 1.4;
}
@media screen and (max-width: 1279px) {
	.hero-banner-section .carousel-caption .banner-heading {
		font-size: 4rem;
   }
}
@media screen and (max-width: 767px) {
	.hero-banner-section .carousel-caption .banner-heading {
		font-size: 3rem;
		margin-left: 24px;
		width: 50%;
   }
}
@media screen and (max-width: 479px) {
	.hero-banner-section .carousel-caption .banner-heading {
		font-size: 2.5rem;
		line-height: 1.4;
   }
}
.hero-banner-section .carousel-caption .product-badge {
	background: url(clientlib-base-global/resources/images/product-badge.svg) no-repeat center center / cover;
	width: 150px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
}
@media screen and (max-width: 1200px) {
	.hero-banner-section .carousel-caption .product-badge {
		background-size: 120px auto;
		width: 120px;
		top: 10px;
   }
}
.hero-banner-section .carousel-caption .btn-wrapper {
	display: flex;
	gap: 20px;
	justify-content: end;
}
.product-banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 630px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}
.product-banner-section::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0px;
	top: 0px;
}
.product-banner-section .banner-row {
	align-items: center;
	position: relative;
}
.product-banner-section .banner-logo {
	margin-bottom: 30px;
}
.product-banner-section .banner-logo img {
	max-height: 75px;
}
.isRedBTN .product-banner-section .banner-logo img {
	max-height: 300px;
}
.product-banner-section .right-side-caption {
	text-align: right;
	color: #fff;
}
.product-banner-section .right-side-caption .action-btn-container {
	justify-content: end;
}
.product-banner-section .right-side-caption .banner-heading {
	font-size: 4.28rem;
	font-family: var(--font-regular);
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 16px;
	margin-left: 0px;
}
.product-banner-section .right-side-caption .prod-price {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 3.42rem;
	font-weight: 700;
}
.product-banner-section .right-side-caption .prod-price span {
	font-size: 1.25rem;
	font-weight: 400;
}
.product-banner-section .right-side-caption.left-side-caption {
	text-align: left;
}
.product-banner-section .right-side-caption.left-side-caption .action-btn-container {
	justify-content: start;
}

.executive-banner .banner-heading {
    padding-bottom: 136px;
}

.isRedBTN .executive-banner .banner-heading {
    padding-bottom: 25px;
}

@media screen and (max-width: 1200px) {
	.product-banner-section {
		height: 500px;
   }
}
@media screen and (max-width: 767px) {
	.product-banner-section {
		height: inherit;
		padding: 30px 0px;
   }
	.product-banner-section .banner-row .banner-row-toggle {
		flex-direction: column;
   }
	.product-banner-section .banner-logo {
		margin-bottom: 15px;
   }
	.product-banner-section .banner-logo img {
		max-height: 50px;
   }
	.product-banner-section .banner-image {
		max-width: 75%;
		margin: auto;
		margin-bottom: 30px;
   }
	.product-banner-section .right-side-caption {
		text-align: center;
   }
	.product-banner-section .right-side-caption br {
		display: none;
   }
	.product-banner-section .right-side-caption .action-btn-container {
		justify-content: center;
   }
	.product-banner-section .right-side-caption.left-side-caption {
		text-align: center;
   }
	.product-banner-section .right-side-caption.left-side-caption .action-btn-container {
		justify-content: center;
   }
}
@media screen and (max-width: 600px) {
	.product-banner-section .left-side-image {
		display: none;
   }
	.product-banner-section .right-side-caption .banner-image {
		max-width: 100%;
		padding: 0px;
		display: block !important;
		margin-bottom: 15px;
		margin-top: 20px;
   }
	.product-banner-section .right-side-caption .banner-heading {
		font-size: 24px;
		font-family: var(--font-medium);
		margin-bottom: 10px;
   }
	.product-banner-section .right-side-caption .banner-subheading {
		font-size: 18px;
		font-family: var(--font-regular);
   }
	.product-banner-section .right-side-caption .prod-price {
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 2rem;
   }
}
@media screen and (max-width: 360px) {
	.product-banner-section .action-btn-container {
		flex-direction: column;
   }
}

.banner-content-left {
   flex-direction: row-reverse;
}
.banner-content-caption-left {
	text-align: left !important;
 }
 .banner-content-action-button-left {
	justify-content: left !important;
 }
@media screen and (max-width: 767px) {
	.banner-content-caption-left {
		text-align: center !important;
 	}
 	.banner-content-action-button-left {
		justify-content: center !important;
 	}
}

.product-banner-bg-img {
	display: none;
}

.isvidavariant .product-banner-bg-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.isvidavariant .product-banner-bg-img img {
	max-height: unset;
}

.isvidavariant .product-banner-section {
  position: relative;
  @media screen and (max-width: 991px) {
	padding: 0;
  }
  @media screen and (min-width: 992px) {
	height: 881px;
	background-position: unset;
	padding-left: 100px;
	padding-top: 180px;
	align-items: unset;
  }
}

.isvidavariant .product-banner-section::before {
	background: unset;
}

.isvidavariant .banner-heading {
  @media screen and (max-width: 991px) {
	max-width: 22rem;
	margin-bottom: 100px !important;
	text-align: left;
  }
  @media screen and (min-width: 992px) {
	padding-bottom: 32px;
  }
}

.hero-banner-section.isvidavariant:not(.isRedBTN) .banner-heading p {
  color: #222222;
  @media screen and (min-width: 992px) {
    font-family: var(--font-pp-neue-montreal);
    font-size: 80px;
    font-weight: 600;
    line-height: 96px;
  }
  @media screen and (max-width: 991px) {
	font-family: var(--font-pp-neue-montreal);
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
  }
}
 
.hero-banner-section.isRedBTN .banner-heading p {
	color: white;
	@media screen and (min-width: 992px) {
		font-family: var(--font-tstar-medium);
		font-size: 60px;
		font-weight: 600;
		line-height: 72px;
	}
	@media screen and (max-width: 991px) {
		font-family: var(--font-tstar-medium);
		font-size: 40px;
		font-weight: 200;
		line-height: 48px;
	}
}

.isvidavariant .banner-row {
	align-items: start;
}

.isvidavariant .right-side-caption .action-btn-container {
	@media screen and (min-width: 992px) {
		gap: 24px;	
	}
	@media screen and (max-width: 991px) {
		gap: 16px;	
	}
}

.hero-banner-section .btn-primary {
	padding: 12px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	@media screen and (max-width: 991px) {
		font-size: 16px;
	}
}
.hero-banner-section .btn-secondary {
	padding: 12px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	@media screen and (max-width: 991px) {
		font-size: 16px;
	}
}

.hero-banner-section.isvidavariant:not(.isRedBTN) .btn-primary {
	background: #FF5310;
	color: #fff;
	font-family: var(--font-pp-neue-montreal);
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	color: #fff;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
}

.hero-banner-section .btn-primary:visited {
	color: #fff !important;
}
.hero-banner-section.isvidavariant:not(.isRedBTN) .btn-secondary {	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 100%;
	background: #fff;
	color: #222;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 700;
	border-radius: 8px;
	border: 1px solid #FF5310;
	cursor: pointer;
}

@media (min-width: 476px) and (max-width: 991px) {
	.right-side-caption {
		margin: 32px;
	}
}

@media screen and (max-width: 476px) {
	.banner-content-caption-left {
		margin-top: 24px;
		text-align: start !important;
	}

	.right-side-caption {
		margin: 16px;
	}

	.right-side-caption .action-btn-container {
		flex-direction: column;
	}
}

.europe-banner-container {
  height: auto;
  aspect-ratio: 2.48275862;
  position: relative;
  width: 100%;
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  .europe-banner-container {
    aspect-ratio: 0.56904401;
  }
}
.europe-banner-container .image-container {
  height: auto;
  aspect-ratio: 2.48275862;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container {
    aspect-ratio: 0.56904401;
  }
}
.europe-banner-container .image-container .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .banner-img.desktop {
    display: none;
  }
}
.europe-banner-container .image-container .banner-img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .banner-img.mobile {
    display: block;
  }
}
.europe-banner-container .image-container .heading-text {
  color: #fff;
  font-size: 80px;
  line-height: normal;
  position: absolute;
  font-style: italic;
  top: 10%;
  left: 6%;
  font-weight: 900;
  font-family: var(--font-transducer-bold);
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .heading-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .heading-text {
    font-size: 33px;
    left: 17%;
    top: 45%;
  }
}
.europe-banner-container .image-container .heading-text .small-text {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .heading-text .small-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .heading-text .small-text {
    font-size: 14px;
  }
}
.europe-banner-container .image-container .heading-text .second-line {
  text-align: right;
}
.europe-banner-container .image-container .price-button-container {
  position: absolute;
  left: 6%;
  color: #fff;
  font-family: var(--font-transducer-medium);
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container {
    left: 20px;
    right: 20px;
  }
}
.europe-banner-container .image-container .price-button-container .showroom-price {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .showroom-price {
    font-size: 19px;
  }
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .price-button-container .showroom-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .price-text {
    font-size: 14px;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper button {
    width: 164px;
    padding: 12px 16px;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper .know-more {
  border: 1px solid var(--white);
  padding: 10px 24px;
  color: var(--white);
  font-family: var(--font-transducer-regular);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03px;
  text-decoration: none !important;
  max-height: 48px;
  width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 170px;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .know-more:hover {
  color: red;
  border: 1px solid red;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper .know-more {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch {
  border: 1px solid var(--white);
  background-color: var(--white);
  padding: 10px 24px;
  font-family: var(--font-transducer-regular);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.03px;
  color: var(--black);
  max-height: 48px;
  width: 100%;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 170px;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch:hover {
  color: red;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch:hover .red-arrow-icon {
  display: block !important;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch:hover .black-arrow-icon {
  display: none;
}
@media screen and (max-width: 1600px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch {
    padding: 10px 14px;
  }
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch .getin-touch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  min-width: 163px;
}
.europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch .getin-touch-wrapper .red-arrow-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .price-button-container .button-wrapper .getin-touch {
    font-size: 14px;
    line-height: 24px;
    max-height: 40px;
    padding: 10px 14px;
  }
}
.europe-banner-container .image-container .top-img {
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .top-img {
    top: 62%;
    max-width: unset;
    height: 7px;
  }
}
.europe-banner-container .image-container .bottom-img {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .europe-banner-container .image-container .bottom-img {
    bottom: unset;
    top: 20px;
    height: 7px;
  }
}

.hero-message-section {
  padding: 40px 80px 40px 80px;
  text-align: center;
  background: var(--secondary-color-200);
  position: relative;
}
.hero-message-section::before {
  position: absolute;
  content: "";
  width: 13.5714rem;
  height: 100%;
  left: 0;
  top: 0;
  background: url("clientlib-base-global/resources/images/bg-image.svg") no-repeat center center/cover;
}
@media screen and (max-width: 70.7857rem) {
  .hero-message-section::before {
    width: 7.3571rem;
    height: 60%;
  }
}
@media screen and (max-width: 70.7857rem) {
  .hero-message-section {
    padding: 2.8571rem 0rem;
  }
}
@media screen and (max-width: 479px) {
  .hero-message-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero-message-section .largeheading {
  margin-bottom: 1.7143rem;
}
.imagebanner .bike-product-prant{
    width: 100%;
  }
.img-btn-variant{
  height: 28px;
  padding: 1px;
  min-width: 100px;
  font-size: 15px;
  display: table-cell;
}

.bikeDetailsSection .bike-detail-content .quickProductDetail {
  border: none;
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .img-btn-variant{
    padding: 5px;
  }
}
.custom-specification-section {
	max-height: 100vh;
}
.specification-section .specification-nav {
	 width: 320px;
	 padding: 72px 0px 0px 0px;
	 height: 800px;
	 max-height: 100vh;
}
 .specification-section .specification-nav .nav-link {
	 font-size: 1.7143rem;
	 font-family: var(--font-regular);
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 text-transform: capitalize;
	 padding: 15px 15px 15px 37.5px;
}
 .specification-section .specification-nav .nav-link .h-icon {
	 margin-right: 15px;
}
 .specification-section .specification-nav .nav-link:before {
	 border-bottom: 0;
	 border-left: 5px solid #ededed;
	 height: 100%;
}
 .specification-section .specification-nav .nav-link:hover {
	 font-family: var(--font-heavy);
	 color: var(--primary-color-black);
}
 .specification-section .specification-nav .nav-link:hover .h-icon:before {
	 background-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active {
	 background: transparent;
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 .specification-section .specification-nav .nav-link.active:before {
	 border-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: var(--primary-color-red);
}
.specification-section .specification-nav .nav-link.active .active-icon {
	 display:inline-block;
}
.specification-section .specification-nav .nav-link.active  .inactive-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .active-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .inactive-icon {
	 display:inline-block;
}

 .specification-section .tab-content {
	 width: 100%;
	 height: 100%;
}
 .specification-section .tab-content .tab-pane {
	 height: 100%;
}
 .specification-section .specification-image {
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
	 position: relative;
	 filter: grayscale(100%);
}
 .specification-section .specification-content {
	 flex: 1;
	 padding: 0px 0px 0px 0px;
	 position: relative;
}
 .specification-section .specification-content .product-page-title {
	 position: absolute;
	 color: #fff;
	 top: 72px;
	 left: 32px;
	 z-index: 2;
}
 .specification-section .specification-content .product-page-title::before {
	 transform: none;
	 left: 0px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .product-page-title {
		 top: 50px;
		 left: 24px;
	}
}
 .specification-section .specification-content .detail-specification {
	 background: rgba(0, 0, 0, 0.9);
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 width: 100%;
	 padding: 32px;
	 color: #fff;
	 max-height: 70%;
	 overflow-y: auto;
	 padding-bottom: 100px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .detail-specification {
		 padding: 24px;
		 padding-bottom: 70px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .detail-specification {
		 padding-bottom: 16px;
	}
}
 .specification-section .specification-content .spacified-detail-row {
	 display: flex;
	 flex-wrap: wrap;
}
 .specification-section .specification-content .spacified-detail-row .spacified-detail {
	 width: 25%;
	 margin-bottom: 24px;
	 padding-right: 10px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 33%;
		 margin-bottom: 15px;
	}
}
 @media screen and (max-width: 1024px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 50%;
	}
}
 .specification-section .specification-content .specified-btn-wrapper {
	 position: absolute;
	 bottom: 36px;
	 left: 32px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 bottom: 24px;
		 left: 24px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 display: none;
	}
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-nav {
		 height: 700px;
		 padding: 50px 0px;
		 width: 300px;
	}
}
 @media screen and (max-width: 767px) {
	 .specification-section .specification-nav {
		 width: 100px;
	}
	 .specification-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 10px 10px 10px 10px;
		 font-size: 14px;
		 font-family: var(--font-medium);
	}
	 .specification-section .specification-nav .nav-link:before {
		 border-color: transparent;
	}
	 .specification-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
}
 @media screen and (max-width: 479px) {
	.custom-specification-section {
		max-height: none;
	}
	.specification-section .mob-btn-container {
		display: flex !important;
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.premium-specific-section {
	 background: var(--gradient-black);
	 padding-top: 78px;
}
 .premium-specific-section .specification-nav {
	 width: 100%;
	 height: inherit;
	 border-top: 2px solid #4c4c4c;
	 padding: 0px 80px;
	 flex-wrap: nowrap;
	 justify-content: space-between;
}
 .premium-specific-section .specification-nav .nav-link {
	 color: var(--secondary-color-600);
	 padding: 40px 24px 30px 24px;
}
 .premium-specific-section .specification-nav .nav-link.active {
	 background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%);
}
 .premium-specific-section .specification-nav .nav-link:hover, .premium-specific-section .specification-nav .nav-link.active {
	 color: #fff;
}
 .premium-specific-section .specification-nav .nav-link:hover .h-icon:before, .premium-specific-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: #fff;
}
 .premium-specific-section .specification-nav .nav-link::before {
	 border: 0;
	 width: 2px;
	 height: 20px;
	 top: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 background: #4c4c4c;
}
 .premium-specific-section .specification-title {
	 color: #fff;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}
 .premium-specific-section .specification-item-container {
	 display: flex;
	 margin-top: 50px;
	 height: 550px;
}
 .premium-specific-section .specification-item-container .specification-left-item {
	 width: 45%;
	 padding-left: 80px;
	 padding-right: 24px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row {
	 position: relative;
	 padding-bottom: 60px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row .spacified-detail {
	 width: 50%;
	 color: #fff;
}
 .premium-specific-section .specification-item-container .specified-btn-wrapper {
	 bottom: 0px;
	 left: 0px;
}
 .premium-specific-section .specification-image {
	 width: 55%; 
	 right: 0;
	 height: 100%;
}
 .premium-specific-section .specification-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media screen and (max-width: 1279px) {
	 .premium-specific-section .specification-nav {
		 padding: 0px 40px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .premium-specific-section {
		 padding-top: 50px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px 30px;
	}
	 .premium-specific-section .specification-item-container {
		 margin-top: 35px;
		 height: 500px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 width: 50%;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 50%;
	}
}
 @media screen and (max-width: 991px) {
	 .premium-specific-section {
		 padding-top: 40px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px;
	}
	 .premium-specific-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 24px;
	}
	 .premium-specific-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
	 .premium-specific-section .specification-item-container {
		 height: 450px;
		 margin-top: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-specific-section {
		 padding-top: 35px;
	}
	 .premium-specific-section .specification-content {
		 padding-bottom: 100px;
	}
	 .premium-specific-section .specification-item-container {
		 flex-direction: column;
		 height: inherit;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper {
		 bottom: 32px;
		 display: flex;
		 width: 100%;
		 padding: 0px 16px;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper .btn {
		 width: 100%;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 position: unset;
		 padding-bottom: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 100%;
		 padding-left: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 position: relative;
		 width: 100%;
		 height: 300px;
	}
}
 @media screen and (max-width: 600px) {
	 .premium-specific-section .specification-nav .nav-link {
		 padding: 16px;
		 font-size: 0;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 padding-bottom: 24px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 height: 250px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 16px;
		 padding-right: 16px;
	}
}


.mob-specified-btn-wrapper {
	margin: 15px auto !important;
}

.isvidavariantpremiumproducts.specification-section {
	padding: 80px;
	background-color: rgba(255, 255, 255, 1);
}

.isvidavariantpremiumproducts.premium-specific-section {
	background: none;
}

.isvidavariantpremiumproducts.grunge-bg::before {
	display: none;
}

.isvidavariantpremiumproducts .common-section {
	padding: 0px;
}

.isvidavariantpremiumproducts .premium-page-subtitle {
	font-family: var(--font-pp-neue-montreal);
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	@media screen and (max-width: 991px) {
		font-size: 14px;
		margin-bottom: 4px;
	}
}

.isvidavariantpremiumproducts .left-border-icon {
	display: none;
}

.isvidavariantpremiumproducts .premium-page-title {
	font-family: var(--font-pp-neue-montreal) !important;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 600;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	@media screen and (max-width: 991px) {
		font-size: 24px;
	}
}

.isvidavariantpremiumproducts .specification-nav {
	border-top: none !important;
	padding: 0;
}

.isvidavariantpremiumproducts .specification-nav .nav-link {
	border-bottom: 2px solid #E4EAF1;
	font-family: var(--font-pp-neue-montreal);
	color:rgba(36, 36, 36, 1);
	font-size: 24px;
}

.isvidavariantpremiumproducts .specification-nav .nav-link:hover, .isvidavariantpremiumproducts .specification-nav .nav-link.active {
	color: #242424;
	font-family: var(--font-pp-neue-montreal);
	font-weight: 600;
}

.isvidavariantpremiumproducts .specification-nav .nav-link::before {
	background-color: #4c4c4c00;
}

.isvidavariantpremiumproducts .specification-nav .nav-link.active::after{
	content: "";
	border-bottom: 3px solid rgba(255, 83, 16, 1);
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

.isvidavariantpremiumproducts .specification-nav .nav-link.active {
	color:rgba(36, 36, 36, 1);
	font-weight: 600;
	background: none;
	font-family: var(--font-pp-neue-montreal);
}

.isvidavariantpremiumproducts .scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremiumproducts .specification-item-container {
	column-gap: 75px;
	margin-top: 55px;
}

.isvidavariantpremiumproducts .specification-item-container .specification-left-item {
	padding: 0px;
}

.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .label {
	font-family: var(--font-pp-neue-montreal);
	color: #222222;
	font-size: 18px;
	font-weight: 400;
} 

.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .val {
	font-family: var(--font-pp-neue-montreal);
	font-size: 28px;
	color: #242424;
	font-weight: 500;
}

.isvidavariantpremiumproducts .specification-item-container .specification-image img{
	border-radius: 24px;
}

.isvidavariantpremiumlighttheme.specification-section {
	padding: 80px 0;
	background-color: rgba(255, 255, 255, 1);
}

.isvidavariantpremiumlighttheme.premium-specific-section {
	background: none;
}

.isvidavariantpremiumlighttheme.grunge-bg::before {
	display: none;
}

.isvidavariantpremiumlighttheme .common-section {
	padding: 0px;
}

.isvidavariantpremiumlighttheme .premium-page-subtitle {
	font-family: var(--font-medium);
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	padding: 0px 80px;
	@media screen and (max-width: 991px) {
		font-size: 14px;
		margin-bottom: 4px;
		padding: 0;
	}
}

.isvidavariantpremiumlighttheme .left-border-icon {
	display: none;
}

.isvidavariantpremiumlighttheme .premium-page-title {
	font-family: var(--font-heavy) !important;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 900;
	color: rgba(34, 34, 34, 1);
	text-transform: uppercase;
	padding: 0px 80px;
	@media screen and (max-width: 991px) {
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 16px;
		padding: 0;
	}
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-container {
	position: relative;
}

.isvidavariantpremiumlighttheme .specification-nav {
	border: none;
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-nav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 4px solid #EDEDED;
	margin: 0 -20px;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link {
	font-family: var(--font-medium);
	color:rgba(36, 36, 36, 1);
	font-size: 24px;
	font-weight: 400;
	@media screen and (max-width: 991px) {
		font-size: 0;
	}
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link:hover, .isvidavariantpremiumlighttheme .specification-nav .nav-link.active {
	color: #242424;
	font-family: var(--font-heavy);
	font-weight: 900;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link::before {
	width: 4px;
	height: 20px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #EDEDED;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active::before {
	background: #da2022;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active {
	background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%) !important;
	color:rgba(36, 36, 36, 1);
	font-weight: 900;
	background: none;
	font-family: var(--font-heavy);
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
  border-top: 4px solid #EDEDED;
}

.isvidavariantpremiumlighttheme .specification-nav .nav-link.active::after {
	border-color: #da2022;
}

.isvidavariantpremiumlighttheme .scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.isvidavariantpremiumlighttheme .specification-item-container {
	padding: 0 80px;
	column-gap: 75px;
	margin-top: 55px;
	@media screen and (max-width: 991px) {
		padding: 0;
	}
	@media (min-width: 600px) and (max-width: 991px) {
		padding: 0 20px;
	}
}

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item {
	padding: 0px;
}

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .label {
	font-family: var(--font-medium);
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	@media screen and (max-width: 991px) {
		font-family: var(--font-medium);
		font-size: 14px;
		font-weight: 400;
	}
} 

.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail .val {
	font-family: var(--font-heavy);
	font-size: 28px;
	color: #242424;
	font-weight: 900;
	@media screen and (max-width: 991px) {
		font-family: var(--font-heavy);
		font-size: 18px;
		font-weight: 900;
	}
}

@media (max-width: 600px) {
	.isvidavariantpremiumproducts.premium-specific-section {
		padding: 32px 20px;
	}

	.isvidavariantpremiumproducts .specification-item-container {
		flex-direction: column-reverse;
		column-gap: 20px;
		margin-top: 40px;
	}

	.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row {
		display: block;
	}

	.isvidavariantpremiumproducts .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail {
		width: 100%;
	}

	.isvidavariantpremiumproducts .specification-nav .nav-link {
		padding: 16px;
		font-size: 0;
 }

 .isvidavariantpremiumlighttheme.premium-specific-section {
		padding: 32px 20px;
	}

	.isvidavariantpremiumlighttheme .specification-item-container {
		column-gap: 20px;
		margin-top: 40px;
	}

	.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row {
		display: block;
	}

	.isvidavariantpremiumlighttheme .specification-item-container .specification-left-item .spacified-detail-row .spacified-detail {
		width: 100%;
	}

	.isvidavariantpremiumlighttheme .specification-nav .nav-link {
		padding: 16px;
		font-size: 0;
	}
}
.executive-specifications-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 height: 100%;
	 position: relative;
}

.common-section.service.about-hero{
	padding-top: 10px;
}

 .executive-specifications-section .spec-container {
	 width: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 padding: 24px 50px 50px;
}

.executive-specifications-section .largeheading {
	margin-bottom: 18px;
 }
 
 .executive-specifications-section .spec-tab-container .tab-content {
	 padding: 32px 0;
}
 .executive-specifications-section .spec-details-list {
	 font-size: 24px;
}
 .executive-specifications-section .spec-details-list .spec-label {
	 font-family: var(--font-medium);
	 color: var(--secondary-color-400);
	 display: block;
}
 .executive-specifications-section .spec-details-list .spec-value {
	 font-family: var(--font-bold);
	 color: #fff;
}
 @media screen and (max-width: 991px) {
	 .executive-specifications-section {
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	 .executive-specifications-section .spec-container {
		 padding: 24px 16px;
	}
	 .executive-specifications-section .spec-tab-container .tab-content {
		 padding: 16px 0;
	}
	 .executive-specifications-section .spec-details-list {
		 font-size: 14px;
	}
	 .executive-specifications-section .spec-details-list .spec-label {
		 font-size: 12px;
		 display: block;
	}
}

.pe-spec-nav.nav .nav-link {
	 display: flex;
	 align-items: center;
	 font-size: 24px;
	 color: var(--secondary-color-500);
	 gap: 16px;
}
 .pe-spec-nav.nav .nav-link .h-icon {
	 width: 32px;
	 height: 32px;
}
 .pe-spec-nav.nav .nav-link.active .active-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active .inactive-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .active-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .inactive-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active, .pe-spec-nav.nav .nav-link:focus, .pe-spec-nav.nav .nav-link:hover {
	 color: #fff;
}
 .pe-spec-nav.nav .nav-link.active .h-icon::before, .pe-spec-nav.nav .nav-link:focus .h-icon::before, .pe-spec-nav.nav .nav-link:hover .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .pe-spec-nav.nav li:first-child .nav-link {
	 padding-left: 0;
}
 @media screen and (max-width: 991px) {
	 .pe-spec-nav.nav .nav-link .h-icon {
		 width: 24px;
		 height: 24px;
	}
	 .pe-spec-nav.nav li:first-child .nav-link {
		 padding-left: 10px;
	}
}
 @media screen and (max-width: 767px) {
	.custom-text-center {
		text-align: center;
	}
}
.custom-executive-container {
  height: 760px;
  max-height: 900px;
	position: relative;
}
.explore-tab-section {
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 100% 43%;
  margin-top: 30px;
}
.explore-tab-section .bike-product-prant a {
  text-align: center;
}
.explore-tab-section .explore-div {
  display: flex;
  justify-content: flex-end;
}
.nav-link:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
  background: linear-gradient(to right, #ff0000 5%, #000000 50%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section Init .tab-wrapper .tab-nav-tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .explore-tab-section {
    background-image: none !important;
    overflow: hidden;
  }
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper {
    margin-top: 30px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant {
    display: block;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 30%;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant a img.bike-product-img {
    margin: 0 auto;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant p {
    font-size: var(--font-size12);
    color: var(--text-color-black);
    font-family: var(--font-tstar-bold);
    font-weight: var(--font-weight-900);
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .layout-2 .bike-product-prant {
    width: 30%;
    margin: 0 22px 15px 22px;
  }
}
.tab-content-p {
  padding: 0 !important;
}
.service-p {
  padding: 0 !important;
}

#sub-link {
	padding: 12px 30px;
}
#sub-link::after {
	display: none;
}
@media screen and (max-width: 767px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/recommendation/clientlibs/less/recommendation.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/recommendation/clientlibs/less/recommendation.less on line 48, column 3:
47 .findahero-section .findahero-form .form-col:last-child {
48   padding-right: calc(var(--bs-gutter-x) * 0.5);
49 }


(uncompiled LESS src is included below)
*****************************************************/
.findahero-section .findahero-title {
  padding: 3.4286rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .findahero-section .findahero-title {
    padding-bottom: 20px;
  }
}
.findahero-section .findahero-form {
  padding-bottom: 3.4286rem;
  align-items: flex-end;
}

.findahero-section .findahero-form .form-select:focus {
  border-bottom: 2px solid #000;
}

#recommendationForm .select-wrapper select {    
  font-family: 'T-Star-Pro-Medium';
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}


#recommendationForm div select option {  
  color: #242424;
  font-size: 16px;
  font-family: 'T-Star-Pro-Medium';
}

.findahero-section .findahero-form .custom-inner-select .form-select {
  padding: 0;
}

.findahero-section .findahero-form .bootstrap-select .dropdown-toggle:focus::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid grey;
}

.findahero-section .findahero-form .form-col:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (max-width: 991px) {
  .findahero-section .findahero-form .form-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .findahero-section .findahero-form {
    padding-bottom: 20px;
  }
  .findahero-section .findahero-form .action-btn-container {
    margin-top: 15px;
  }
  .findahero-section .findahero-form .action-btn-container .btn {
    width: 100%;
  }
}

.custom-inner-select .form-select {
  padding-right: 35px;
}

.book-bike-ride .popup-container .popup-body,
.book-bike-ride .popup-container .popup-content {
  padding: 0px !important;
}
@media screen and (max-width: 991px) {
  .book-bike-ride .popup-container .popup-body,
  .book-bike-ride .popup-container .popup-content {
    background-color: #fff;
  }
}

@media screen and (max-width: 700px) {
  .book-bike-ride .popup-container .book-ride-modal {
    flex-direction: column;
  }

  .book-bike-ride .popup-container .book-ride-modal img {
    max-height: 400px;
  }

  .book-bike-ride .popup-container .book-ride-modal .desktop-img {
    display: none;
  }

  .book-bike-ride .popup-container .book-ride-modal .mobile-img {
    display: block !important;
  }
}

.book-bike-ride .popup-container .book-ride-modal .mobile-img {
  display: none;
}

.book-bike-ride .popup-container .book-ride-modal {
  display: flex;
}

.book-bike-ride .popup-container .book-ride-modal,
.book-bike-ride .popup-container .bike-recommended-modal {
  position: relative;
  height: 100%;
}

.book-bike-ride .popup-container .bike-recommended-modal {
  display: flex;
  justify-content: flex-start;
}

.book-bike-ride .popup-container .bike-recommended-no-result-modal {
  position: relative;
  height: 100%;
}
.book-bike-ride .popup-container .bike-recommended-no-result-modal .recommend-bikes{
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .bike-recommended-modal {
    padding-left: 300px;
  }
}
@media screen and (max-width: 991px) {
  .book-bike-ride .popup-container .book-ride-modal,
  .book-bike-ride .popup-container .bike-recommended-modal {
    padding-left: 0px;
  }
}
.book-bike-ride .popup-container .testride-form-container {
  padding: 56px 35px 24px;
}
.book-bike-ride .popup-container .testride-form-container .right-form-col {
  animation: none;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .testride-form-container {
    padding: 24px 35px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .book-bike-ride .popup-container .testride-form-container {
    overflow: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .testride-form-container {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
  }
}
.book-bike-ride .popup-container .recommend-bikes {
  padding: 50px 25px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.book-bike-ride .popup-container .recommend-bikes h3 {
  margin-bottom: 20px;
  padding: 0px 15px;
  color: var(--primary-color-grey);
}
@media screen and (max-width: 1200px) {
  .book-bike-ride .popup-container .recommend-bikes .btn {
    font-size: 14px;
    min-width: 105px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .recommend-bikes {
    padding: 24px 0;
  }
}
.book-bike-ride .popup-container .book-ride-img {
  width: 400px;
  top: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .book-ride-img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .book-ride-img {
    width: 100%;
    height: 150px;
    position: static;
  }
}

.recommend-bikes-row {
  display: flex;
}
.recommend-bikes-row .recommend-bike-col {
  width: 15vw;
  padding: 0px 15px;
  margin: 0px 12px;
  &:last-child {
    position: relative;
    &::after {
      position: absolute;
      content: '';
      right: -30px;
      width: 30px;
      height: 1%;
    }
  }
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item {
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  position: relative;
  background: #EDEDED no-repeat top center/100% auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: inherit;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img {
  margin: 20px 0px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img img {
  max-height: 200px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-logo {
  max-height: 30px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item h5.recommend-bike-price {
  color: var(--primary-color-black);
  font-weight: 700;
  margin-bottom: 15px;
}
.max-width-col {
  max-width: 25%;
}
@media screen and (max-width: 991px) {
  .recommend-bikes-row .recommend-bike-col {
    padding: 0px 5px;
  }
  .recommend-bikes-row .recommend-bike-col .recommend-bike-item {
    padding: 16px;
    align-items: center;
  }
  .recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img img {
    max-height: 140px;
  }
  .max-width-col {
    max-width: initial;
  }
}

.recommended-sect-height{
  height: 385px;
  width: 17vw;
}

#recommendationForm .select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▾";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  font-size: 20px;
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/heroworld/clientlibs/css/heroworld.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/heroworld/clientlibs/css/heroworld.less on line 54, column 3:
53   .custom-articles-list {
54 		padding-bottom: calc(var(--bs-gutter-x) * .5);
55 	}


(uncompiled LESS src is included below)
*****************************************************/
.btn-link {
	background: var(--gradient-red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-decoration: none;
	font-size: 16px;
	font-family: var(--font-bold);
	cursor: pointer;
  }
  
.heroworld-section {
	background: var(--gradient-grey);
	padding-top: 72px;
  }
  .heroworld-section .articles-list {
	padding-top: 45px;
  }
  .heroworld-section .articles-list .col-lg-4 .col-6 .article-box .article-link-bar {
	display: none;
  }
  .heroworld-section .article-box {
	position: relative;
	padding-bottom: 10px;
	width: 100%;
  }
  .heroworld-section .article-box img {
	width: 100%;
  }
  .heroworld-section .article-box .article-link-bar {
	padding: 8px 16px 16px 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	background: rgba(255, 255, 255, 0.75);
  }
  .heroworld-section .article-box.box-left {
	padding-right: 5px;
	width: 50%;
  }
  .heroworld-section .article-box.box-right {
	padding-left: 5px;
	width: 50%;
  }
  @media screen and (max-width: 991px) {
	.heroworld-section {
	  padding-top: 40px;
	}
  }
  
  .custom-articles-list {
		padding-bottom: calc(var(--bs-gutter-x) * .5);
	}
.stats-section {
	 position: relative;
	 background: var(--primary-color-black) url("clientlib-base-global/resources/images/stats-bg.svg") no-repeat center;
	 margin-bottom: 118px;
}
 .stats-section .section-sub-text {
	 margin-bottom: 4rem;
	 max-width: 51.4286rem;
}
 .stats-section .stats-top-section {
	 padding: 20px 0 100px;
}
 .stats-section .stats-bottom-section {
	 padding-top: 3.4286rem;
	 padding-bottom: 3.4286rem;
	 background: linear-gradient(160.69deg, rgba(181, 0, 0, 0.5) 22.35%, rgba(255, 0, 0, 0.5) 68.47%, rgba(181, 0, 0, 0.5) 114.59%);
}
 .stats-section .stats-data {
	 display: flex;
	 gap: 3.2143rem;
}
 .stats-section .stats-data .st-value {
	 font-size: 3.9286rem;
	 font-family: var(--font-medium);
	 font-style: italic;
}
 .stats-section .stats-data .st-text {
	 font-size: 1.2857rem;
	 display: block;
}
 .stats-section .bike-img {
	 display: inline-block;
	 position: absolute;
	 bottom: -60px;
	 z-index: 2;
	 left: 29%;
	 width: 38.5%;
	 margin: 0 auto;
}

@media screen and (min-width: 1600px) {
	.stats-section .bike-img img{
		width: 75%;
	}	
}

@media screen and (min-width: 992px) {
	html[lang="fr-FR"] .stats-section .bike-img {
		left: 23% !important;
	}
	html[lang="de-DE"] .stats-section .bike-img {
		left: 23% !important;
	}
	html[lang="es-ES"] .stats-section .bike-img {
		left: 30% !important;
	}
	html[lang="it-IT"] .stats-section .bike-img {
		left: 25% !important;
   	}
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
	html[lang="fr-FR"] .stats-section .bike-img {
		width: 35% !important;
	}
	html[lang="de-DE"] .stats-section .bike-img {
		width: 35% !important;
	}
	html[lang="es-ES"] .stats-section .bike-img {
		width: 33.5% !important;
	}
}

@media screen and (min-width: 992px) {
	html[lang="fr-FR"] .stats-section .stats-data {
		gap: 2.5rem;
   	}
	html[lang="de-DE"] .stats-section .stats-data {
		gap: 2.5rem;
   	}
	html[lang="es-ES"] .stats-section .stats-data {
		gap: 1.5rem;
   	}
	html[lang="it-IT"] .stats-section .stats-data {
		gap: 2.5rem;
   	}
}

 @media screen and (max-width: 991px) {
	
	 .stats-section {
		 background-position: center 80px;
		 background-size: 140%;
		 margin-bottom: 0;
	}
	 .stats-section .stats-top-section {
		 padding-top: 20px;
	}
	 .stats-section .stats-data {
		 justify-content: center;
	}
	 .stats-section .stats-data .st-value {
		 font-size: 24px;
	}
	 .stats-section .stats-data .st-text {
		 font-size: 12px;
	}
	 .stats-section .bike-img {
		 width: 290px;
		 bottom: auto;
		 left: calc(50% - 145px);
	}
	 .stats-section .stats-bottom-section {
		 padding-top: 100px;
	}
}

.testride-section {
  display: flex;
  position: relative;
}
.requestcallback .request-callback .popup-container {
  position: fixed;
  transition: bottom 0.5s ease-out;
  bottom: -100%;
  transform: translate(0, 50%);
}
@media screen and (max-width: 760px) {
  .requestcallback .request-callback .popup-container {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 580px) {
  .requestcallback .request-callback .popup-container {
    transform: translateY(50%);
    bottom: 50% !important;
  }
}
.requestcallback .popup-content .close-icon {
  border: none;
  background: transparent;
  padding: 0;
}
.callBackForm .send-otp-btn {
  padding: 8px 32px;
  margin-top: 4px;
}
.callBackForm .action-btn-container .buttonBookTheRide:focus,
.callBackForm .action-btn-container .buttonBookTheRide:hover {
  box-shadow: none;
}
.popup-container.show {
  bottom: 50vh !important;
}
@media screen and (max-width: 760px) {
  .popup-container.show {
    bottom: 0 !important;
  }
}
.testride-section.background-image::before {
  position: absolute;
  content: "";
  width: 12.2857rem;
  height: 180px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("clientlib-base-global/resources/images/testride-bg-art.svg") no-repeat left top / contain;
}
.offers-container-img {
  width: 100%;
  object-fit: contain;
}
.requestcallform .form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.requestcallform .form-container .phone-grid {
  position: relative;
}
.requestcallform .form-container .send-otp-btn {
  position: absolute;
  top: 50%;
  border: none;
  right: 0;
  background: transparent;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  min-width: unset;
  width: fit-content;
}
.requestcallform .form-container .send-otp-btn:focus,
.requestcallform .form-container .send-otp-btn:focus-visible {
  box-shadow: none;
  outline: 1px solid;
}
@media screen and (max-width: 913px) {
  .requestcallform .form-container {
    grid-template-columns: 1fr;
  }
  .requestcallform .form-container input {
    font-size: 16px;
  }
}
.column {
  display: flex;
}
.left-col {
  margin-right: 32px;
}
.right-col {
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .testride-section::before {
    width: 136px;
  }
}
@media screen and (min-width: 992px) {
  .testride-section.hoverAnimationActive:hover .offers-containers {
    width: 40%;
  }
  .testride-section.hoverAnimationActive .offers-containers {
    width: 58%;
  }
}
.testride-section .testride-form-container {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 40%;
}
.testride-form-container.margin-none {
  margin: 0;
  padding: 0;
}
.requestcallform.europe-form {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 530px;
}
.requestcallform .otp-container {
  position: relative;
}
.requestcallform .resend-otp-btn {
  position: absolute;
  right: 40px;
  top: 60%;
}
.requestcallform.callBackForm .requestCallCitySelect {
  border: none;
  border-bottom: 2px solid #999;
  display: block;
  width: 100%;
  height: 34px;
  color: grey !important;
  font-size: 18px;
  font-weight: 500;
  font-family: 'T-Star-Pro-Medium';
}
.requestcallform.callBackForm .requestCallCitySelect:focus {
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}
.requestcallform select {
  border-bottom: 2px solid #999;
  color: #999;
  font-family: 'T-Star-Pro-Medium';
}
.requestcallform select option {
  color: #000;
}
.requestcallform.callBackForm select:valid {
  color: #000 !important;
}
.requestcallform.callBackForm .requestCallCitySelect option {
  color: #000;
}
.testride-section .testride-form-container .testride-form {
  margin-top: 32px;
}
.testride-section .testride-form-container .right-form-col {
  opacity: 1;
}
.testride-section .offers-container {
  position: absolute;
  right: 0;
  display: flex;
  transition: all 0.3s ease;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .testride-section {
    flex-direction: column;
  }
  .testride-section .testride-form-container {
    padding-top: 40px;
    padding-bottom: 32px;
    margin-right: 0;
  }
  .testride-section .offers-container {
    position: static;
    width: 100%;
  }
  .right-col {
    margin-left: 0px;
  }
  .column {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 913px) {
  .form-container {
    grid-template-columns: 1fr;
  }
}
.input-suffix {
  position: relative;
  display: flex;
}
.input-suffix .suffix-button {
  position: absolute;
  right: 0;
  padding: 2px 7px;
  min-width: fit-content;
  font-family: var(--font-medium);
  text-transform: initial;
  font-size: 1rem;
}
.timer-suffix {
  position: absolute;
  right: 40px;
  top: 60%;
}
.form-control {
  border-color: #999;
}
.form-control:disabled {
  border-color: #999;
}
.form-check-custom {
  display: -webkit-inline-box;
}
.error--message,
.validate--msg,
.text-success,
.max-validate--msg,
.invalid-otp-message {
  position: absolute;
}
.req-call-back-img {
  object-fit: fill;
}
.requestcallform .consent-checkbox-container .checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.requestcallform .consent-checkbox-container .checkbox-group .checkbox-container {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.multistep-form .main-container {
  display: flex;
  padding-top: 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container {
    flex-direction: column;
  }
}
.multistep-form .main-container .image-container {
  width: 25%;
}
@media screen and (max-width: 1025px) {
  .multistep-form .main-container .image-container {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .image-container {
    width: 100%;
  }
}
.multistep-form .main-container .multistep-form-container {
  width: 64%;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .multistep-form .main-container .multistep-form-container {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1025px) {
  .multistep-form .main-container .multistep-form-container {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .multistep-form-container {
    width: 100%;
    padding: 20px;
  }
}
.multistep-form .main-container .multistep-form-container .form-heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .multistep-form-container .form-heading {
    margin-bottom: 20px;
  }
}
.multistep-form .main-container .multistep-form-container .hero-icon {
  position: absolute;
  top: 40px;
  right: 90px;
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .multistep-form-container .hero-icon {
    display: none;
  }
}
.multistep-form .main-container .multistep-form-container .form-fields-container .first-step,
.multistep-form .main-container .multistep-form-container .form-fields-container .second-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .multistep-form-container .form-fields-container .first-step,
  .multistep-form .main-container .multistep-form-container .form-fields-container .second-step {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.multistep-form .main-container .multistep-form-container .button-container {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .multistep-form-container .button-container {
    margin-top: 20px;
  }
}
.multistep-form .main-container .multistep-form-container .button-container .multistep-button {
  border: none;
  border-radius: 8px;
  background: var(--primary-btn-bg);
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
}
.multistep-form .main-container .multistep-form-container .button-container .multistep-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc !important;
}
.multistep-form .main-container .multistep-form-container .button-container .back-btn {
  color: #EC0101;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .multistep-form .main-container .multistep-form-container .disclaimer {
    margin-top: 10px;
  }
}
.multistep-form .popup-content {
  overflow: hidden !important;
}
@media screen and (max-width: 768px) {
  .multistep-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
  }
}
.request-callback .container {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .multistep-form-container input {
    font-size: 16px !important;
  }
}

.modal-popup.modal-small .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.modal-popup.modal-small h4 {
  margin-bottom: 24px;
  font-weight: 700;
}
.modal-popup.modal-small h5 {
  margin-bottom: 12px;
}
.modal-popup.modal-small .form-check {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.1429rem;
}
.modal-popup.modal-small .form-check label {
  color: var(--primary-color-grey);
}
.modal-popup.modal-small .success-icon-container {
  width: 41%;
}
.modal-popup.modal-small .booking-detail {
  font-size: 1.5rem;
}
.modal-popup.modal-small .booking-detail p {
  font-size: 1.5rem;
}
.modal-popup.modal-large {
  height: 100vh;
  width: 100vw;
}
.modal-popup.modal-large .popup-container {
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal-popup.modal-large .popup-container {
    max-height: 90%;
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .modal-popup.modal-large .book-ride-modal .desktop-img {
    max-width: 50%;
  }
}
.modal-popup.multistep-form .popup-container {
  max-height: 442px;
  max-width: 1024px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container {
    max-height: 80vh;
    max-width: 350px;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container {
  padding: 0;
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form {
  position: relative;
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .main-container {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .main-container {
    flex-direction: column;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .image-container {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .image-container {
    width: 100%;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .image-container img {
  aspect-ratio: 0.83333333;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .image-container img {
    max-height: unset;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container {
  padding: 40px 40px 32px;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container {
    padding: 20px;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .form-heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .form-heading {
    margin-bottom: 20px;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .hero-icon {
  display: none;
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .form-fields-container .first-step,
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .form-fields-container .second-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .form-fields-container .first-step,
  .modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .form-fields-container .second-step {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .button-container {
  margin-top: 8px;
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .button-container .multistep-button {
  border: none;
  border-radius: 8px;
  background: var(--primary-btn-bg);
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .button-container .back-btn {
  color: #EC0101;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal-popup.multistep-form .popup-container .testride-form-container .multistep-form .multistep-form-container .disclaimer {
  margin-top: 0;
}
.modal-popup.multistep-form .popup-container .book-ride-modal {
  display: block;
}

@media only screen and (max-width: 767px) {
  .common-section .nav .nav-link {
    font-size: 16px;
  }
}

#ngWebsite {
  .bike-detail {
    .bike-detail-content {
      .bike-logo img {
        max-height: 50px;
      }
    }
}
}

.grecaptcha-badge {
  visibility: hidden;
}

.get-in-touch-cta {
  border: 1px solid var(--white);
  background-color: var(--white);
  padding: 16px 14px;
  font-family: var(--font-transducer-regular);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.03px;
  color: var(--black);  
  max-height: 48px;
  text-align: center;
  width: fit-content;
  height: 100%;
  display: flex;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .get-in-touch-cta {
      min-width: 163px;
  }
}

.get-in-touch-cta:hover {
  color: var(--text-color-danger-red);
}

.get-in-touch-cta:hover .black-aarrow-icon {
  display: none;
}

.get-in-touch-cta:hover .red-aarrow-icon {
  display: block;
}

.red-aarrow-icon {
  display: none;
}

.get-in-touch-cta img {
  width: 100%;
  height: 100%;
  max-height: 24px;
  max-width: 24px;
  margin-left: 2px;
  align-self: center;
}

.mm-bike-list .mm-bike-item {
  max-width: 232px;
}

/* Select2 css */

.select2-search--dropdown {
    position: absolute;
    top: 0;
    height: 28px;
    transform: translateY(-100%);
    border: none;
    padding: 0;
    width: 94%;
}

@media screen and (max-width: 768px) {
    
  .select2-search--dropdown {
      position: unset;
      top: unset;
      height: unset;
      transform: unset;
      border: unset;
      padding: unset;
      width: unset;
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  height: 88%;
  background: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ee2326 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .text-muted {
  color: #fff !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 2px solid grey;
  border-radius: 0;
  height: 32px;
}

.select2-container .select2-search__field,
.select2-container--default .select2-selection--single {
  font-size: 16px;
}

.select2-container--default .select2-selection--multiple {
  border: none;
  border-bottom: 2px solid #b5b5b5;
  border-radius: 0;
  background-color: transparent;
  max-height: 35px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 2px solid #000;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border: none;
  border-bottom: 2px solid #000;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 18px;
  line-height: 23px;
  height: 22px;
  font-family: 'T-Star-Pro-Medium';
  color: #fff;
  margin-left: 0;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-left: 4px;
}

@media screen and (max-width: 767px) {
  .select2-container .select2-search--inline .select2-search__field {
  font-size: 16px;
  line-height: 20px;  
}
}