/** Shopify CDN: Minification failed

Line 5952:3 Unexpected ","

**/
.tr8-pro-new{
  text-align:center;
  width:700px;
  margin:30px auto 60px;
}
.spacing{margin-bottom: 70px;}
.tr8-pro-new p{font-size:16px;}

.tr8-section{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.tr8-right-section, .tr8-left-section{
  width:48%;
  align-self:center;
}
.product-name {
	text-align: center;
  margin-top:70px;
  margin-bottom:70px;
}
.product-name h3{margin-bottom:30px;}
.included-product{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.product-1{
  background-color:#191919;
  padding:15px;
}
.product-1 p{
  font-weight:600;
}
.optional{
  text-align:center;
  margin-top:70px;
  margin-bottom:30px;
  font-size:60px;
}
  .optional-bg {
            background-color: #F1F1F1;
            color: #000;
    padding:20px;
        }
/* steamer-program  */
.steamer-team{
  background-image:url("https://cdn.shopify.com/s/files/1/0268/8149/1135/files/program-bg-image.png?v=1696854427");
  background-size:cover;
  height:580px;
  position:relative;
}
.team-member-image {
  position:absolute;
  top:50%;
  left:0;
  right:0;

  text-align:center;
}
.team-member-image h1{
    font-size:50px;
}
.team-member-image p
{
  font-size:16px;
}
.team-consair{
  text-align:center;
}
.steam-apply .btn{
  background-color:#D6222B;
  color:#fff;
  display:inline;
}
.team-consair .team-members{
  display:flex;
  flex-wrap:wrap;
}
.team-consair .team-members h3{
margin-top:10px;
  font-size:30px;
}
.team-consair .team-members .team-1 {
	width: 33.33%;

}
.team-consair .team-members .team-1 img{
  scale:1;
  transition: .5s ease-in-out;
}
.team-consair .team-members .team-1 img:hover{
scale:1.05;
  
}
.apply-now-section{
  background-color:#191919;
  text-align:center;
  padding:25px 0;
}
.apply-now-section p {
	font-size: 16px;
	width: 670px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.apply-now-section a{
  background-color:#D6222B !important;
  color:#fff !important;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.member-detail{
  display:flex;
  flex-wrap:wrap;
}
.mem-img{
  width:20%;
}
.mem-text{
  width:80%;
}
.content-flex{
  display:flex;
}
.social-name{
  display:inline;
}
.small-logos {
	width: 30px;
	aspect-ratio: 1/1;
	margin-left: 1rem;
}
.popup-content {
	background-color: #222224;
	margin: auto;
	padding: 20px;
	width: 80%;
	color: #fff;
	height: 310px;
}
.popup-content p {
	font-size:20px;
	padding: 10px;
	line-height:1.5;
	overflow-y: scroll;
	height: 210px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}
/*End popup styles*/
/* steamer-program end */

/* alpine f1 partnership */
.alpine-team{
  background-image:url("https://cdn.shopify.com/s/files/1/0268/8149/1135/files/ALPINE_00001696_0008.png?v=1697006342");
height: 600px;
  background-size: 100%;
  background-repeat: no-repeat;
  position:relative;
  margin-bottom:70px 0 !important;
}
.first-sim-racing {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top:15%;
  text-align:center;
}
.first-sim-racing p{
  margin-bottom:10px;
}
.first-sim-racing h1{margin-top:10px; font-size:40px;margin-bottom:10px;}
.alpine-video-text {
	padding: 40px 0 0;
}
.alpine-review{
  text-align:center;
}
.alpine-review h2{
  font-size:26px;
}
.alpine-review p{
  padding-top:0px;
}
.alpine-world{
  padding:40px 0 0;
}
.alpine-world h2{
  text-align:center;
  margin-bottom:50px;
}
.alpine-world-img-1 {
	position: relative;
  margin-bottom:30px;
}
.alpine-world-img-1 p {
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	left: 10px;
  font-weight:600;
}
.alpine-world-img-1 img{
    scale:1;
  transition: 0.5s ease-in-out
}
.alpine-world-img-1 img:hover{
scale:1.05;
}
.alpine-world-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alpine-world-img-2 {
	position: relative;
	width: 48%;
	margin-bottom: 30px;
  
}
.alpine-world-img-2 p {
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	left: 10px;
  font-weight:600;
}
.alpine-world-img-2 img {
	height: 400px;
	object-fit: cover;
	width: 100%;
  scale:1;
  transition: 0.5s ease-in-out
}
.alpine-world-img-2 img:hover{
scale:1.05;
}
.ultimate-drive {
  text-align:center;
}
.exp-ultimate {
	display: flex;
	justify-content: space-between;
}
.drive-seconds .seconds {
	font-size: 20px;
	font-weight: 700;
  margin-bottom:10px;
}
.drive-seconds p{
  font-size:16px;
}
.drive-seconds h2{
 margin-bottom:0; 
}
.about-alpine {
	text-align: center;
	padding: 40px 0 0;
}
.about-alpine-flex {
	display: flex;
	flex-wrap: wrap;
  justify-content:space-between;
}
.about-alpine h2{
 margin-bottom:50px; 
}
.about-alpine-flex img{
  width:40%;
}
.about-alpine-flex .about-alpine-team{
  width:60%;
  text-align:left;
}
.alpine-review {
	margin-bottom: 0 !important;
}
.partnership-forever p{
   margin-bottom:10px; 
}
/* alpine f1 partneship */
@media only screen and (max-width:1600px) and (min-width:1200px){
  .popup-content{
    height:250px;
  }
  .popup-content p{
    height:160px;
  }
  .alpine-team{
    margin-bottom:30px !important;
    height:560px !important;
  }
}
@media only screen and (max-width:1199px) and (min-width:768px){
  .product-1{
    margin-bottom:30px;
  }
  .product-name{
    margin-top:30px;
  }
  .optional{
    margin-top:30px;
  }
  .steamer-team{
    height:260px;
  }
  .team-member-image h1 {
	font-size: 30px;
}
  .team-member-image{
    top:35%;
  }
  .team-consair .team-members .team-1 {
	width: 29.33%;
}
  .team-consair .team-members{
    justify-content:space-evenly;
  }
  .team-consair .team-members h3{
    font-size:24px;
  }
  .team-consair p{
     margin-bottom:40px; 
  }
  .first-sim-racing{
  transform:none;
  left:0;
    right:0;
  top:75%;
}
  .partnership-forever h2{
    font-size:36px;
  }
  .alpine-team{
    height:600px;
  }
  .first-sim-racing h1{
    font-size:28px;
  }
  .alpine-video-text {
	padding: 30px 0;
}
  .alpine-video-text {
	padding: 30px 0 0;
}
  .alpine-world {
	padding: 20px 0;
    margin-bottom:0 !important;
}
  .alpine-world h2 {
	margin-bottom: 20px;
  font-size:36px;
  }
  .alpine-world-img-2{
    width:100%;
  }
  .ultimate-drive h2{
   font-size:36px; 
  }
  .drive-second{
    margin-bottom:20px;
  }
  .drive-seconds .seconds{
    font-size:16px;
  }
  .drive-seconds h2{
     margin-bottom:10px; 
  }
  .about-alpine{
    padding:0;
  }
  .about-alpine-flex img {
	width: 100%;
}
  .about-alpine-flex .about-alpine-team{
    width:100%;
  }
  .drive-seconds {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
  .about-alpine h2 {
	margin-bottom: 20px;
    font-size:36px;
}
  .about-alpine-team p{
    padding:20px 0;
  }
}
@media only screen and (max-width:767px) and (min-width:320px){
  .spacing{margin-bottom: 40px;}
  .tr8-pro-new{
  width:100%;
  }
  .tr8-section{
    flex-direction:column;
  } 
  .tr8-section.top-section{
    flex-direction:column-reverse;
  }
  .tr8-right-section, .tr8-left-section {
	width: 100%;
}
  .tr8-left-section{
   margin:30px 0; 
  }
  .product-name {
	margin-top: 0px;
	margin-bottom: 30px;
}
  .product-1{
    margin: 0 auto;
  margin-bottom: 20px;
    width:48%;
  }
  .product-1 p{
    font-size:12px;
  }
  .optional{
    margin-top:10px;
    margin-bottom:30px;
    font-size:40px;
  }
  .steamer-team{
    height:160px;
  }
  .team-member-image h1{
    font-size:20px;
    margin-bottom:10px;
  }
  .team-member-image{
    top:36%;
  }
  .team-members img {
	height: 180px;
}
  .team-consair .team-members .team-1 {
	width: 45%;
}
  .team-consair .team-members{
    justify-content:space-between;
  }
  .team-consair .team-members h3{
    font-size:20px;
  }
  .apply-now-section p{
    width:100%;
  }
  .mem-img {
	width: 100%;
}
  .mem-img img{
    width:100% !important;
  }
  .mem-text {
	width: 100%;
}
  .popup-content{
    width:90%;
    height:auto;
  }
  .popup-content p{
    font-size:16px;
    text-align:justify;
  }
  .content-flex {
	margin-top: 20px;
}
.popup-content a.close {
	top: -70px;
	right: -10px;
}
  .mem-img img{
width:100%;
  }
.first-sim-racing{
  transform:none;
  left:0;
  top:55%;
}
  .alpine-team{
    height:430px;
  }
  .first-sim-racing h1{
    font-size:28px;
  }
  .alpine-video-text {
	padding: 30px 0;
}
  .alpine-video-text {
	padding: 30px 0 0;
}
  .alpine-world {
	padding: 20px 0;
    margin-bottom:0 !important;
}
  .alpine-world h2 {
	margin-bottom: 30px;
}
  .alpine-world-img-2{
    width:100%;
  }
  .exp-ultimate{
    flex-wrap:wrap;
  }
  .drive-second{
    margin-bottom:20px;
  }
  .drive-seconds h2{
     margin-bottom:10px; 
  }
  .about-alpine{
    padding:0;
  }
  .about-alpine-flex img {
	width: 100%;
}
  .about-alpine-flex .about-alpine-team{
    width:100%;
  }
  .drive-seconds {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
  .about-alpine h2 {
	margin-bottom: 20px;
}
  .about-alpine-team p{
    padding:20px 0;
  }
  .drive-seconds .seconds{
    font-size:16px;
  }
}

/**************** race to win form css start ***********************/
.klaviyo-form-T2UBkb span , .klaviyo-form-T2UBkb p {
  font-family:"Avenir Next"!important;
  color:#fff!important;
}
.klaviyo-form-T2UBkb p a{
  color:#fff!important;
  margin-top:15px;
  text-decoration: underline!important;
}
/**************** race to win form css end ***********************/

/**************** New Upsell design CSS start *******************/
.page-content--product .gpo-app .gpo-swatches input:not(.quantity__input){
  display : block !important;
  order:2 !important;
  margin: 10px 0;
}
.page-content--product .gpo-swatch__image{
  width: 0px!important;
  height: 0px!important;
  display:block;
  background-size:cover !important;
  border-radius: 14px;
}
.page-content--product .upsell_all_detail{
  text-align: center;
  margin-top: 10px;
  padding: 1px 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  width:100%;
}
.page-content--product .upsell_price{
  font-weight:600;
  margin-bottom:8px;
  line-height: 18px;
}
.page-content--product .upsell_name{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height:18px;
  word-break: break-word;
}
.page-content--product .gpo-app .gpo-swatches label{
  order:0;
  margin-bottom:0px;
  position:relative;
  overflow:hidden;
  border-radius:14px;
}
body.template_haptic-bass-shaker-kit .page-content--product .gpo-app .gpo-swatches label {
  padding: 1px;
  border: 1px solid #bdb8b8;
  border-radius: 14px;
}
.page-content--product .gpo-app .gpo-element .upsell_detail{
  order:3;
}
.page-content--product .gpo-app .gpo-swatches .gpo-swatch__inner .upsell_image_div img{
  border-radius :0px;
}
.page-content--product .gpo-app .gpo-ov-wrapper.horizontal{
  gap:15px;
}
.page-content--product .gpo-app .gpo-label+.gpo-selected-values.has-value{
  display:none!important;
}
.page-content--product .gpo-app .gpo-element[data-element-id*=image-swatches]{
  margin-bottom:20px;
}
.page-content--product .gpo-app .gpo-element .upsell_all_detail.has-checked{
  background-color: #D5333B;
  border-radius: 14px;
  color:#fff;
}
.upsell_all_detail > .page-content--product .gpo-app input:checked {
  outline: thin dotted yellow;
}
.page-content--product .gpo-app .gpo-ov-extend{
  display:none;
}
.page-content--product .gpo-app .gpo-swatches{
  justify-content: start;
  gap:0;
  display: flex !important;
  flex-direction: column;
  height:100%;
  padding:0 10px;
}
.page-content--product .gpo-app .gpo-ov-wrapper{
  display:block!important;
}
.page-content--product .gpo-element button.slick-arrow{
  color:#fff;
  top:25%!important;
}
.page-content--product  .gpo-element .slick-prev {
  left: -10px;
}
.page-content--product  .gpo-element .slick-next {
  right: -20px;
}
.page-content--product .gpo-app .gpo-label{
  margin-bottom:12px;
}
.stock_main{
  order:4;
  text-align:center;
  max-width:110px;
  width:100%;
  margin-top:auto;
  /* display:none; */
}
.upsell_stock.instock {
  color:#6dbd60;
  font-weight:700;
}
.upsell_stock.preorder {
  color:#f09003;
  font-weight:700;
}
.upsell_stock.outofstock {
  color:#F35046;
  font-weight:700;
}
.test_box.sold_out , .gpo-swatches.image-swatches.sold_out_main_div {
  cursor: default;
  pointer-events: none;
  opacity:0.5;
}
.page-content--product .gpo-app .gpo-label, .page-content--product .gpo-app .gpo-label span.label-content, .page-content--product .gpo-app .gpo-label span.addOn, .page-content--product .gpo-app .gpo-label.required span.label-content::after{
  font-size:16px;
}
.test_box {
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  cursor: pointer;
  z-index:0;
}
.page-content--product .gpo-app .gpo-form__group .slick-prev, .page-content--product .gpo-app .gpo-form__group .slick-next{
  width:10px;
}
.product_info_link{
  background: #f35046;
  border-radius: 5px;
  padding: 1px;
  font-size: 12px;
  width: 75px;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(10%);
  transition: .3s all ease-in-out;
  visibility:hidden;
  opacity:0;
  text-align:center;
  color:#fff;
}
.gpo-swatches:hover .product_info_link{ 
  bottom: 5px;
  opacity: 1;
  visibility: visible;
  transform: translateY(-8%);
  transition: .3s all ease-in-out;
}
.upsell_all_detail.has-checked + .stock_main .upsell_stock.preorder{
  display:block;
}
@media(max-width:1024px){
  .product_info_link{
    display:none;
  }
}
@media(max-width:767px){
  .page-content--product .gpo-app .gpo-form__group{
    padding:0 30px;
  }
  .page-content--product .gpo-app .gpo-label{
    justify-content: center;
  }
  .page-content--product  .gpo-element .slick-next {
    right: -10px;
  }
  .page-content--product  .gpo-element .slick-prev {
    left: -10px;
  }
}
@media(max-width:480px){
  .page-content--product  .gpo-element .slick-next {
    right: -20px;
  }
  .page-content--product  .gpo-element .slick-prev {
    left: -20px;
  }
}
/**************** New Upsell design CSS end *******************/
.gpo-app .gpo-total-text{
  display:none!important;
}

.black_friday_offer{
  background: #aacff7;
  color: black;
  padding: 20px 0px;
  text-align: center;
  font-size: 13px;
  line-height:20px;
  font-weight: 500;
  border-top: 1px solid #0070f950;
  position:relative;
  font-family:"Roboto";
}
.black_friday_offer p{
  max-width:1500px;
  margin:0 auto;
}
.black_friday_offer .black_friday_offer_close{
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor:pointer;
}
.hidden-upsell{
  display:none!important;
}
.included_tag{
    border: 2px solid black;
    color: #fff;
    background-color: #000;
    margin: 10px 0;
    padding: 5px 8px;
    font-size: 14px;
}
.template_haptic-bass-shaker-kit .custom_manual_btn {
  height: 44px !important;
  background: #e92e2e !important;
  box-shadow: none !important;
  color: #fff !important;
  border-radius: 5px;
  border-radius: 5px;
  max-width: 196px;
  margin: 0;
}
.template_haptic-bass-shaker-kit .custom_manual_btn a {
  color: #fff !important;
}
.custom_manual_btn{
  background:transparent!important;
  color:#000!important;
  margin-top:30px;
  border:1px solid #fff!important;
  margin-left:0!important;
  margin-right:0!important;
  max-width:100%!important;
}
.custom_manual_btn:before , .custom_manual_btn:after{
  display:none!important;
}
/**************** simucube activate pedal start *******************/
/**************** common css start *******************/
.section-spacing {
  padding: 100px 0;
}
.section-top-spacing {
  padding-top: 100px;
}
.section-bottom-spacing {
  padding-bottom: 100px;
}
.section-sub-text {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #d5333b;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section-text {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}
.section-content {
  padding-bottom: 50px;
}
@media(max-width:991px){
  .section-spacing {
    padding: 60px 0;
  }
  .section-top-spacing {
    padding-top: 60px;
  }
   .section-text {
    font-size: 50px;
  }
  .section-content {
    padding-bottom: 30px;
  }
}
@media(max-width:575px){
  .section-text {
    font-size: 36px;
    line-height: 1.2;
  }
}
/**************** common css end *******************/

/**************** icon service start *******************/
.icon-service-section {
  padding: 25px 0;
}
.icon-service-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.icon-service-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.icon-service {
  width: 20px;
}
.icon-service img {
  max-width: 20px;
  vertical-align: middle;
}
.icon-text {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media(max-width:768px){
  .icon-service-main {
    display: block;
  }
  .icon-service-content {
    margin-bottom: 10px;
  }
  .icon-service-content:last-child {
    margin-bottom: 0;
  }
}
/**************** icon service end *******************/
/**************** image with text v2 start *******************/
.image-with-text-v2 .promo-grid__bg {
  background-size: cover;
}
.image-with-text-v2 .promo-grid__content {
  width: 100%;
}
.image-with-text-v2 .promo-grid__text-main {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 25%;
}
.image-with-text-v2 .promo-grid__sub-text {
  font-size: 24px;
  line-height: 1.2;
  color: #d5333b;
  margin-bottom: 10px;
}
.image-with-text-v2 .promo-grid__title {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize !important;
  padding-bottom: 10px;
}
.image-with-text-v2 .promo-grid__content_text {
  font-size: 24px;
  line-height: 1.2;
  color: #fff !important;
  padding: 0;
}
.image-with-text-v2 .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale):after, 
.image-with-text-v2 .type-simple .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale):after {
  display: none;
}
@media(max-width:1199px){
  .image-with-text-v2 .promo-grid__text-main {
    padding-top: 60px;
  }
}
@media(max-width:991px){
  .image-with-text-v2 .promo-grid__text-main {
    padding-top: 100px;
    padding-bottom: 40%;
    text-align: center;
  }
}
@media(max-width:768px){
  .image-with-text-v2 .promo-grid__text-main {
    padding-top: 70px;
  }
}
@media(max-width:575px){
  .image-with-text-v2 .promo-grid__text-main {
    padding-bottom: 50%;
    padding-top: 70px;
    text-align: left;
  }
  .image-with-text-v2 .promo-grid__sub-text {
    font-size: 19px;
  }
  .image-with-text-v2 .promo-grid__title {
    font-size: 35px;
  }
  .image-with-text-v2 .promo-grid__content_text {
    font-size: 19px;
  }
}
@media(max-width:390px){
  .image-with-text-v2 .promo-grid__text-main {
    padding-top: 30px;
  }
}
/**************** image with text v2 end *******************/
/**************** logo image start *******************/
.logo-image-main {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.logo-image-section {
  padding: 13px 0;
}
.logo-image-section .logo-bar {
  gap: 20px;
  flex-wrap: nowrap;
}
.logo-image-section .logo-bar,
.logo-image-section .logo-bar__item {
  margin-bottom: 0;
}
@media(max-width:768px){
  .logo-image-section .logo-bar {
    gap: 4px;
  }
}
@media(max-width:575px){
  .logo-image-section .logo-bar {
    flex-wrap: wrap;
  }
  .logo-image-section .logo-bar__item {
    flex: 0 1 42%;
    margin: 0;
  }
  .logo-image-section .logo-bar {
    justify-content: space-between;
  }
}

/**************** logo image end *******************/
/**************** video text v2 start *******************/
.video-text-v2-section .background-media-text__text {
  width: max-content;
  padding: 0;
  background: transparent;
  text-align: left;
  margin-bottom: 30px;
}
.video-title {
  font-size: 60px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 30px;
}
.video-text-v2-section .background-media-text__aligner {
  margin: 0;
  padding: 120px 0;
}
.video-text-v2-section .background-media-text__subtext {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
}
.video-text-v2-section .media-text__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.video-text-v2-section .background-media-text__inner,
.video-text-v2-section .background-media-text__aligner,
.video-text-v2-section .background-media-text__inner .page-width {
  height: 100%;
}
.video-text {
  width: fit-content;
  color: #d5333b;
  font-size: 14px;
  margin: 0;
} 
.video-content-text ul {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  margin: 0;
}
.video-content-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-text ul li {
  list-style: none;
  background: #1A1A1A;
  padding: 4px 20px 4px 20px;
  border-radius: 100px;
  margin-bottom: 0;
}
@media(max-width:768px){
  .video-text-v2-section .background-media-text__video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .video-text-v2-section .background-media-text__video video {
    width: max-content;
    height: 100%;
  }
  .video-text-v2-section .background-media-text__aligner {
    padding: 60px 0;
  }
  .video-text-v2-section .background-media-text__subtext {
    max-width: 440px;
  }
}
@media(max-width:575px){
  .video-text-v2-section .background-media-text__video {
    position: static;
    width: 100%;
    height: max-content;
    vertical-align: middle;
  }
  .video-text-v2-section .background-media-text__aligner {
    padding: 50px 0;
    background: #000;
  }
  .video-text-v2-section,
  .video-text-v2-section .background-media-text__inner, 
  .video-text-v2-section .background-media-text__aligner, 
  .video-text-v2-section .background-media-text__inner .page-width{
    height: auto !important;
  }
  .video-text-v2-section .background-media-text__subtext {
    margin-left: 0;
  }
  .video-title {
    margin-bottom: 20px;
  }
  .video-text ul li {
    display: inline-block;
    padding: 0 3px;
    background: transparent;
  }
  .video-text,
  .video-content-text ul {
    display: inline-block;
  }
  .video-title {
    font-size: 40px;
  }
  .video-text-v2-section .background-media-text__text {
    width: auto;
  }
  .video-text-v2-section .background-media-text__video video {
    width: 100%;
    height: auto;
    position: static;
    vertical-align: middle;
  }
  .video-text {
    font-size: 16px;
  }
}
/**************** video text v2 end *******************/
/**************** background image text v2 start *******************/
.background-image-text-v2 .background-media-text__text {
  width: auto;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.background-image-text-v2 .background-media-sub-text {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #d5333b;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.background-image-text-v2 .background-media-title {
  font-size: 60px;
  line-height: 1.25;
  color: #fff;
  padding-bottom: 30px;
}
.background-image-text-v2 .background-media-text__aligner {
  padding: 20px 0;
  margin: 0;
}
.background-image-text-v2 .background-media-text__inner {
  top: 0;
  bottom: 0;
}
.background-image-text-v2 .background-media-content-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.background-image-text-v2 .background-media-content {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  text-align: center;
}
.background-image-text-v2 .background-media-content-number {
  font-size: 48px;
  line-height: 1.35;
  color: #d5333b;
}
.background-image-text-v2 .background-media-content-text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
} 
.background-image-text-v2 {
  position: relative;
  height: auto !important;
}
.background-image-text-v2 .background-media-text__container {
  position: static;
}
@media(max-width:1199px){
  .background-image-text-v2 .background-media-text__text {
    width: 50%;
    max-width: 600px;
  }
  .background-media-content-text br {
    display: none;
  }
}
@media(max-width:991px){
  .background-image-text-v2 .background-media-text__container {
    height: 100%;
  }
  .background-image-text-v2 .background-media-text__text {
    position: static;
    width: 50%;
    max-width: 600px;
    text-align: left;
    margin: 0;
    padding: 50px 0;
  }
  .background-image-text-v2 .background-media-text__inner {
    position: static;
    transform: none;
  }
  .background-image-text-v2 .background-media-text__container img {
    display: none;
  }
  .background-image-text-v2 .background-media-title {
    font-size: 50px;
  }
  .background-image-text-v2 .background-media-content {
    padding: 15px;
  }
}
@media(max-width:768px){
  .background-image-text-v2 .background-media-title {
    font-size: 38px;
  }
  .background-image-text-v2 .background-media-content-number {
    font-size: 34px;
  }
  .background-image-text-v2 .background-media-text__text {
    width: 80%;
  }
}
@media(max-width:575px){
  .background-image-text-v2 {
    background-image: none !important;
    background: #000 !important
  }
  .background-image-text-v2 .background-media-text__container img {
    display: block;
  }
  .background-image-text-v2 .background-media-sub-text {
    font-size: 16px;
  }
  .background-image-text-v2 .background-media-title {
    font-size: 40px;
  }
  .background-image-text-v2 .background-media-content-number {
    font-size: 40px;
  }
  .background-image-text-v2 .background-media-text__text {
    width: 100%;
    padding: 0;
  }
  .background-image-text-v2 .background-media-content-main {
    grid-template-columns: 1fr 1fr;
  }
  .background-image-text-v2 .background-media-text__aligner {
    padding: 50px 0;
  }
}
/**************** background image text v2 end *******************/
/**************** banner image text start *******************/
.banner-image-text {
  font-size: 60px;
  line-height: 1.2;
  color: #02232b;
  padding-bottom: 30px;
}
.banner-image-text p {
  margin-bottom: 0;
}
.banner-image-text strong {
  color: #d5333b;
  font-weight: 400;
}
.banner-image {
  overflow: hidden;
  padding-bottom: 30px;
}
.banner-image img {
  border-radius: 10px;
  vertical-align: middle;
}
.banner-image-content {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.4;
  color: #02232b;
}
.banner-image-content p {
  margin-bottom: 0;
}
@media(max-width:991px){
  .banner-image-text {
    font-size: 50px;
  }
}
@media(max-width:768px){
  .banner-image-content {
    max-width: 100%;
    width: 100%;
  }
}
@media(max-width:575px){
  .banner-image-text {
    font-size: 40px;
  }
}
/**************** banner image text end *******************/
/**************** image with content start *******************/
.sub-text {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #d5333b;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.image-with-content-text {
  font-size: 60px;
  line-height: 1.2;
  color: #02232b;
}
.image-with-content-section .custom-content{
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.image-with-content-section .custom__item {
  width: 50%;
  margin-bottom: 0;
}
.image-with-content-section .custom__item-inner {
  text-align: left;
  vertical-align: middle;
}
.image-with-content-section .image-with-content-text p {
  margin-bottom: 0;
}
@media(max-width:1199px){
  .image-with-content-section .image-with-content-text {
    font-size: 50px;
  }
}
@media(max-width:991px){
 .image-with-content-section .image-with-content-text {
    font-size: 40px;
  }
}
@media(max-width:768px){
  .image-with-content-section .image-with-content-text {
    font-size: 25px;
  }
  .image-with-content-section .custom-content {
    flex-direction: row-reverse;
  }
  .image-with-content-section .page-width {
    padding: 0;
  }
}
@media(max-width:575px){
  .image-with-content-section .custom-content {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    display: flex;
  }
  .image-with-content-section .custom__item-inner--image_with_content {
   padding: 40px 20px; 
  }
  .image-with-content-section .custom__item {
    padding-left: 0;
  }
  .image-with-content-section .image-with-content-text {
    font-size: 36px;
  }
  .image-with-content-section .custom__item {
    width: 100%;
    margin-bottom: 0;
  }
}
/**************** image with content end *******************/
/**************** video with content start *******************/
.video-content-section .background-media-text__video,
.video-content-section.background-media-text,
.video-content-section .background-media-text__inner,
.video-content-section .background-media-text__video video {
  position: static;
  width: 100%;
  height: 100%;
  transform: none;
}
.video-content-section .animation-cropper {
  display: block;
}
.video-content-section .background-media-text__text {
  width: 100%;
  text-align: center;
  background: transparent;
  padding: 0;
}
.video-content-section .background-media-text__aligner {
  margin: 0;
}
.video-content-section .video-title {
  font-size: 60px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.video-content-section .background-media-text__subtext {
  max-width: 528px;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  margin: auto;
}
.video-content-section .page-width {
  max-width: 1240px;
}
.video-content-section .video-content-wrapper {
  border-radius: 15px;
  padding: 62px;
  background: var(--colorBody);
  overflow: hidden;
}
.background-media-text__video.mobile {
  display: none;
}
@media(max-width:1199px){
  .video-content-section .video-content-wrapper {
    padding: 40px;
  }
}
@media(max-width:991px){
  .video-content-section .video-title {
    font-size: 50px;
    line-height: 1.2;
  }
  .video-content-section .video-content-wrapper {
    padding: 20px;
  }
}
@media(max-width:575px){
  .video-content-section .video-title {
    font-size: 36px;
  }
  .background-media-text__video.desktop {
    display: none;
  }
  .background-media-text__video.mobile {
    display: block;
  }
}
/**************** video with content end *******************/
/**************** charter content start *******************/
.charter-image {
  padding: 5%;
  background-color: rgb(18, 18, 18);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.charter-image img {
  max-width: 100%;
  vertical-align: middle;
}
.charter-content {
  display: flex;
  justify-content: space-between;
}
.charter-image-text {
  width: 40%;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.charter-image-text p {
  margin-bottom: 0;
}
.charter-image-text.right-text {
  color: rgb(113, 113, 113);
}
.charter-image-content {
  padding-bottom: 100px;
}
.charter-image-content:last-child {
  padding-bottom: 0;
}
@media(max-width:991px){
  .charter-image-text {
    width: 50%;
  }
  .charter-content {
    gap: 40px;
  }
  .charter-image-content {
    padding-bottom: 50px;
  }
}
@media(max-width:575px){
  .charter-content {
    flex-direction: column;
    gap: 20px;
  }
  .charter-image-text {
    width: 100%;
  }
}
/**************** charter content end *******************/
/**************** image content v2 start *******************/
.image-with-content-v2 .section-text {
  color: #02232b;
}
.image-with-content-v2 .section-text {
  padding-bottom: 20px;
}
.image-with-content-v2 .rte.featured-row__subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #02232b;
  margin-bottom: 20px;
}
.view-button {
  font-size: 16px !important;
  display: inline-block;
  line-height: 1.6;
  color: #02232b;
  background: transparent;
  border-radius: 30px;
  letter-spacing: .15em !important;
  text-transform: capitalize;
  border: 2px solid #02232b !important;
  margin: 0 !important;
  padding: 12px 42px 8px;
}
.view-button:before,
.view-button:after {
  display: none !important;
}
.image-with-content-v2 .feature-row {
  margin: 0;
}
@media(max-width:991px){
  .image-with-content-v2 .feature-row__item.feature-row__text.feature-row__text--left {
    padding: 20px 20px 0;
  }
}
@media(max-width:768px){
  .image-with-content-v2 .feature-row__item.feature-row__text.feature-row__text--left {
    text-align: left;
  }
  .image-with-content-v2 .page-width {
    padding: 0;
  }
}

/**************** image content v2 end *******************/
/**************** video content v2 start *******************/
.video-content-v2-section .video-content-wrapper {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.video-content-v2-section .section-text strong {
  background: linear-gradient(to right, #fc2e2e, #ed1717, #d20707, #b60000, #d20707, #ed1717, #fc2e2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video-content-v2-section .section-text {
  padding-bottom: 60px;
}
.video-content-v2-section .background-media-text__video video {
  vertical-align: middle;
}
@media(max-width:767px){
  .video-content-v2-section .section-text {
    font-size: 50px;
    line-height: 1.2;
    padding: 0 10px 30px;
  }
}
@media(max-width:575px){
  .video-content-v2-section .section-text {
    font-size: 36px;
    line-height: 1.2;
    padding: 0 10px 30px;
  }
  .video-content-v2-section .section-text strong {
    display: block;
  }
}

/**************** video content v2 end *******************/
/**************** service icon text start *******************/
.service-icon-text-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.service-icon-content {
  text-align: center;
}
.service-icon {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 16px;
}
.service-icon img {
  vertical-align: middle;
}
.service-text {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}
.service-icon-section .section-text {
  text-align: center;
  padding-bottom: 30px;
}
@media(max-width:991px){
  .service-icon-text-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
/**************** service icon text end *******************/
/**************** banner image content start *******************/
.banner-image-content-v2 [data-section-type=promo-grid] {
  background: transparent;
}
.banner-image-content-v2 .promo-grid__bg {
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.banner-image-content-v2 .promo-grid__content:after {
  display: none;
}
.banner-image-content-v2 .section-text {
  padding-bottom: 30px;
}
.button-content {
  padding: 12px 42px;
  border-radius: 99px;
  border: 2px solid #fff;
  display: inline-block;
}
.button-content .button-text {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
}
.button-icon-text {
  display: flex;
  align-items: center;
  gap: 6px;
}
.button-icon-text svg {
  width: 18px;
  height: 18px;
  background-color: #000;
}
@media(max-width:768px){
  .button-content {
    padding: 12px 25px;
  }
}
@media(max-width:575px){
  .banner-image-content-v2 .section-text {
    font-size: 32px;
  }
}
/**************** banner image content end *******************/
/**************** comparison start *******************/
.c-comparison-section{
    padding:70px 0;
  }
  .c-comparison-section .section-header{
    margin-bottom:80px;
  }
  .c-comparison-section .section-content {
    color:#02232b;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0;
  }
  .comparison-subtitle {
    color:#02232b;
    font-size:12px;
    line-height:20px;
    text-transform:uppercase;
  }
  .comparison-title h2{
    font-size:60px;
    line-height:90px;
    color:#02232b;
    margin-bottom:0px;
  }
  .comparison-blocks{
    display:flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
  }
  .comparison-block{
    padding: 0 15px 30px;
    display: flex;
    flex-basis: 50%;
    max-width: 50%;
    flex-direction: column;
  }
  .comparison-block-inner{
    flex-basis: 100%;
    max-width: 100%;
    background: #fff;
  }
  .comparison-block-text-block{
    background-color: #fff;
    padding: 45px 15px 30px;
  }
  .comparison-block-text{
    max-width:85%;
    width:100%;
    margin:0 auto;
  }
  .block-title p {
    font-size:36px;
    line-height:49px;
    font-weight:900;
  }
  .comparison-block-text > p {
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .comparison-block-text .block-title strong{
    background: linear-gradient(to right, #fc2e2e, #ed1717, #d20707, #b60000, #d20707, #ed1717, #fc2e2e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    animation: glowingGradient 5s ease-in-out infinite;
    background-size: 200% 100%;
  }
  .comparison-block-text ul li {
    list-style: none;
    margin: 7px 0;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .comparison-block-text ul{
    margin:0;
  }
  .comparison-block-text ul li:before {
    color: #e80d0d;
    content: "" !important;
    font-family: "Material Icons" !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: liga;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @keyframes glowingGradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
  }
  .comparison-block-image-block{
    background: #E6E6E6;
  }
  .comparison-btn{
    font-size: 15px;
    line-height: 24px;
    color: #e80d0d;
    padding: 16px 40px;
    display: inline-block;
    border: 2px solid #e80d0d;
    border-radius: 99px;
    margin-top: 20px;
    font-weight: 700;
  }
  .comparison-btn:hover{
    background-color: #e80d0d;
    color:#fff;
  }
  @media(max-width:991px){
    .c-comparison-section .section-header{
      margin-bottom:50px;
    }
  }
  @media(max-width:768px){
    .block-title p{
      font-size:30px;
      line-height:33px;
    }
    .comparison-title h2{
      font-size:50px;
      line-height:70px;
    }
    .c-comparison-section .section-header{
      margin-bottom:30px;
    }
  }
  @media(max-width:575px){
    .block-title p{
      font-size:26px;
      line-height:27px;
    }
    .comparison-blocks{
      display:block;
    }
    .comparison-block{
      max-width: 100%;
      padding-left:0;
      padding-right:0;
    }
    .c-comparison-section{
      padding:30px 0;
    }
    .comparison-title h2 {
      font-size: 40px;
      line-height: 50px;
    }
  }
/**************** comparison end *******************/
/**************** product image content start *******************/
.product-image-text-main {
  display: flex;
  gap: 60px;
  padding-bottom: 30px;
}
.product-image-text {
  width: 50%;
  text-align: center;
}
.product-title {
  font-size: 40px;
  line-height: 1.6;
  color: #02232b;
  font-weight: 900;
  padding-bottom: 5px;
}
.product-title p {
  margin-bottom: 0;
}
.product-title strong {
  background: linear-gradient(to right, #fc2e2e, #ed1717, #d20707, #b60000, #d20707, #ed1717, #fc2e2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.product-price {
  font-size: 20px;
  line-height: 1.6;
  color: #02232b;
  padding-bottom: 20px;
}
.product-image {
  background-color: #fff;
  border-radius: 10px;
}
.product-text {
  font-size: 16px;
  line-height: 1.6;
  color: #02232b;
}
.product-text p {
  margin-bottom: 0;
}
.product-details:nth-child(1) {
  border-top: 1px solid rgb(204, 204, 204);
}
.product-details {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 20px 0;
}
.button-content-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
}
.product-image-content-section .button-text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  background: #d5333b;
  text-transform: uppercase;
  padding: 12px 25px;
  border-radius: 99px;
  width: max-content;
  margin: auto;
  display: inline-block;
}
.product-details.mobile {
   display: none;
 }
@media(max-width:991px){
  .product-title {
    font-size: 35px;
  }
  .product-image-text-main {
    gap: 30px;
  }
}
@media(max-width:575px){
   .product-details.mobile {
     padding: 0;
     display: block;
   }
  .product-details-main {
    display: none;
  }
 .product-details ul:nth-child(1) {
    border-top: 1px solid rgb(204, 204, 204);
 }
 .product-details ul {
    margin: 0;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 20px 0;
  }
  .product-details ul li {
    list-style: none;
    margin-bottom: 10px;
  }
  .product-details ul li:last-child {
    margin-bottom: 0;
  }
  .product-details.mobile {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
  .product-image-text-main {
    flex-direction: column;
    padding-bottom: 0;
  }
  .product-details.mobile .product-text {
    padding-bottom: 30px;
  }
  .product-image-text {
    width: 100%;
  }
  .product-image {
    margin-bottom: 30px;
  }
  .product-title {
    font-size: 28px;
  }
}
/**************** product image content end *******************/
.charter-text {
  font-size: 30px;
  line-height: 1.4;
  color: #b3b3b3;
  border-bottom: 1px solid #212121;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.progress-bar-charter-content-section .progress-bar {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.progress-bar-charter-content-section .radio-custom {
  display: none;
}
.progress-bar-charter-content-section .radio-custom-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  color: #838383;
  margin-bottom: 40px;
}
.progress-bar-charter-content-section .radio-custom-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  border: 2px solid #aaa;
  transition: background-color 0.3s, border-color 0.3s;
}
.progress-bar-charter-content-section .radio-custom:checked + .radio-custom-label::before {
   background-color: #000;
   border-color: #494949;
}
.progress-bar-charter-content-section .radio-custom:checked + .radio-custom-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #d5333b;
  border-radius: 50%;
}
.progress-bar-charter-content-section .radio-custom-label:hover::before {
  border-color: #888;
}
.progress-bar-content-main {
  background-color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  padding: 15px;
}
.progress-bar-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}
.progress-bar-number {
  font-size: 16px;
  line-height: 1.4;
  color: #b3b3b3;
}
.progress-bar-text {
  font-size: 16px;
  line-height: 1.4;
  color: #b3b3b3;
  padding-top: 10px;
}
.progress {
  margin: 0 auto;
  padding: 0;
  height: 5px;
  background: #262626;
  border-radius: 6px;
}
.progress .bar {
  position:relative;
  min-width:0%;
  height:100%;
  background: #d5333b;
}
.progress .bar:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #d5333b;
  right: -8px;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  border-radius: 10px;
  margin: auto;
}
.progress-bar-main {
  margin-bottom: 20px;
}
.progress-bar-main:last-child {
  margin-bottom: 0px;
}
.product-progress-text {
  font-size: 16px;
  position: absolute;
  right: -25px;
  bottom: 10px;
  width: 50px;
  color: #d5333b;
  text-align: center;
}
@media(max-width:768px){
  .progress-bar-charter-content-section .radio-custom-label {
    margin-bottom: 20px;
  }
  .progress-bar-text {
    font-size: 14px;
  }
  .progress-bar-charter-content-section .charter-text {
    margin-bottom: 30px;
  }
  .progress-bar-charter-content-section .charter-text {
    font-size: 25px;
  }
  .progress-bar-number {
    font-size: 14px;
  }
  .product-progress-text {
    font-size: 14px;
  }
}
@media(max-width:575px){
  .progress-bar-charter-content-section .radio-custom-label {
    font-size: 18px;
  }
}
@media(max-width:390px){
  .progress-bar-text {
    font-size: 12px;
  }
}
/**************** simucube activate pedal end *******************/
/**************** simucube throttle start *******************/
/**************** simucube image with text start *******************/
.simucube-image-with-text .promo-grid__text-main {
  text-align: left;
  padding: 50px 0;
}
.simucube-image-with-text .promo-grid__text-main {
  max-width: 544px;
  width: 70%;
}
.simucube-image-with-text .promo-grid__sub-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.simucube-image-with-text .promo-grid__title {
  font-size: 29px;
  line-height: 1.6;
  text-transform: inherit !important;
  padding-bottom: 15px;
}
.simucube-image-with-text .promo-grid__content_text {
  font-size: 16px;
  line-height: 1.6;
}
.simucube-image-with-text .button-text {
  font-size: 16px;
  line-height: 1.4;
  color: #d5333b !important;
  font-weight: 600;
  letter-spacing: .15em;
}
.button-text-main {
  text-transform: uppercase;
  margin-top: 20px;
}
.button-text-main a{
  display:inline-flex;
  align-items:center;
  gap:15px;
}
.simucube-image-with-text .button-icon svg {
  width: 14px;
  fill: #d5333b;
  vertical-align: middle;
  margin-bottom: 3px;
}
.simucube-image-with-text .button-icon {
  line-height: 1;
}
@media(max-width:991px){
  .simucube-image-with-text .button-text {
    font-size: 15px;
  }
}
@media(max-width:575px){
  .simucube-image-with-text .promo-grid__container {
    flex-direction: column;
  }
  .simucube-image-with-text .promo-grid__bg {
    position: static;
  }
  .simucube-image-with-text .promo-grid__text-main {
    padding: 30px 0;
  }
  .simucube-image-with-text .promo-grid__container--tint:before,
  .simucube-image-with-text .promo-grid__container:not(.promo-grid__container--boxed) .promo-grid__bg:before {
    display: none;
  }
  .simucube-image-with-text .promo-grid__text-main {
    max-width: 100%;
    width: 100%;
  }
  .simucube-image-with-text .flex-grid__item--simple_NrhVDg {
    min-height: 620px;
  }
  .simucube-image-with-text .promo-grid__title {
    font-size: 23px;
  }
}
/**************** simucube image with text end *******************/
/**************** simucube image with text v2 start *******************/
.simucube_throttle_1.text-and-image-custom , .simucube_throttle_2.text-and-image-custom  {
  background: #03151a;
  color: #fff;
  padding:0;
}
.simucube_throttle_1.text-and-image-custom{
  padding:70px 0;
}
.simucube_throttle_2.text-and-image-custom{
  padding-bottom:70px;
}
.simucube-image-with-text-v2 {
  padding: 100px 0px;
}
.simucube-image-with-text-v2 .feature-row {
  margin: 0;
}
.simucube_throttle_1.text-and-image-custom p.h3 , .simucube_throttle_2.text-and-image-custom p.h3 {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  color: #d5333b;
  font-style: normal;
}
.simucube_throttle_1.text-and-image-custom p.h5 , .simucube_throttle_2.text-and-image-custom p.h5{
  font-size: 29px;
  line-height: 1.4;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  color: #fff;
  font-style: normal;
}
.simucube-image-with-text-v2 .feature-row__text {
  padding: 0 50px;
}
.simucube_throttle_1.text-and-image-custom .rte.featured-row__subtext {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 400;
  color: #fff;
  font-style: normal;
}
.simucube-image-with-text-v2 .feature-row {
  padding-bottom: 70px;
}
.simucube-image-with-text-v2 .feature-row:last-child {
  padding-bottom: 0;
}
@media(max-width:1199px){
  .simucube-image-with-text-v2 .feature-row__text {
    padding: 0 30px;
  }
  .simucube-image-with-text-v2 {
    padding: 70px 0;
  }
}
@media(max-width:991px){
  .simucube-image-with-text-v2 .feature-row {
    flex-direction: row;
  }
  .simucube-image-with-text-v2 .feature-row__text {
    text-align: left;
  }
  .simucube_throttle_1.text-and-image-custom p.h5, .simucube_throttle_2.text-and-image-custom p.h5
  .simucube_throttle_1.text-and-image-custom p.h3 , .simucube_throttle_2.text-and-image-custom p.h3 {
    margin-bottom: 15px;
  }
  .simucube-image-with-text-v2 .feature-row__text {
    padding: 0 20px;
  }
}
@media(max-width:767px){
  .simucube_throttle_1.text-and-image-custom p.h3 , .simucube_throttle_2.text-and-image-custom p.h3 {
    font-size: 14px;
  }
   .simucube-image-with-text-v2 .feature-row__text {
    padding: 0 10px;
  }
}
@media(max-width:575px){
  .simucube-image-with-text-v2 .feature-row {
    flex-direction: column;
  }
  .simucube-image-with-text-v2 .feature-row__text {
    padding: 30px 10px 0;
  }
  .simucube_throttle_1.text-and-image-custom p.h5 , .simucube_throttle_2.text-and-image-custom p.h5 {
    font-size: 23px;
  }
  .simucube-image-with-text-v2 .feature-row {
    padding-bottom: 50px;
  }
}
/**************** simucube image with text v2 end *******************/
/**************** banner image content start *******************/
.banner-image-content-v2 .simcube-banner-content-text .promo-grid__bg {
  border-radius: 0;
}
.banner-image-content-v2 .promo-grid__content {
  min-width: 100%;
}
.simcube-banner-content-text .section-text {
  max-width: 700px;
  width: 80%;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  margin: auto;
}
.simcube-banner-content-text .promo-grid--space-bottom {
  padding: 0;
}
.simcube-banner-content-text .button-content {
  border: none !important;
  background-color: #d5333b;
  padding: 15px 30px;
}
.simcube-banner-content-text .button-content .button-text {
  font-size: 16px;
  font-weight: 600;
  transform: translateX(.75em);
  transition: all 0.5s;
}
.simcube-banner-content-text .button-icon {
  visibility: hidden;
}
.simcube-banner-content-text .icon {
  display: none;
}
.simcube-banner-content-text .button-icon {
  width: auto;
  height: auto;
  fill: #fff;
  background-color: transparent;
}
.simcube-banner-content-text .button-content:hover .button-icon {
  visibility: visible;
  margin-right: 0;
}
.simcube-banner-content-text .button-content:hover .button-text {
  transform: translateX(0);
}
.simcube-banner-content-text .promo-grid__container:not(.promo-grid__container--boxed) .promo-grid__bg:before {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.simcube-banner-content-text .button-icon-text {
  gap: 10px;
}
@media(max-width:991px){
  .simcube-banner-content-text .section-text br {
    display: none;
  }
  .simcube-banner-content-text .promo-grid__content {
    padding: 50px 20px;
  }
}
@media(max-width:575px){
  .simcube-banner-content-text .section-text {
    width: 100%;
    font-size: 28px;
  }
}
/**************** banner image content end *******************/


/* .template_simucube_throttle .okeReviews-widget-holder {
  padding: 30px 30px 30px 30px;
  border-radius: 10px;
  background: #fff;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsSummary-ratingCount, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsAggregate, .okeReviews.okeReviews--theme .okeReviews-review, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsAggregate-summary-total, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-attribute-value, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-sectionedList-list-item, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-date, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-helpful, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-helpful-vote-button, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviews-controls-reviewCount, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-select-input, 
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviews-showMore,
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-widgetNavBar-item,
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-badge--rating {
  color: #0E1311 !important;
}
.template_simucube_throttle .okeReviews .okeReviews-starRating-indicator-layer--foreground {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='80' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.996 11.368l-3.94 2.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37 1.778-4.3c.21-.51.55-.512.762 0l1.78 4.3 4.602.37c.552.046.666.37.237.74l-3.507 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422zm-16 0l-3.94 2.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37 1.778-4.3c.21-.51.55-.512.762 0l1.78 4.3 4.602.37c.552.046.666.37.237.74l-3.507 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422zm-15.873 0l-3.94 2.42c-.475.292-.756.096-.63-.443l1.076-4.53-3.508-3.022c-.422-.363-.324-.693.24-.74l4.602-.37 1.778-4.3c.21-.51.55-.512.762 0l1.778 4.3 4.603.37c.554.046.667.37.24.74l-3.508 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422zm-16.047 0l-3.94 2.42c-.475.292-.757.096-.63-.443l1.076-4.53-3.507-3.022c-.422-.363-.324-.693.238-.74l4.603-.37 1.78-4.3c.21-.51.55-.512.76 0l1.78 4.3 4.602.37c.554.046.667.37.24.74l-3.508 3.02 1.074 4.532c.127.536-.146.74-.628.444l-3.94-2.422zm-15.953 0l-3.94 2.42c-.475.292-.756.096-.63-.443l1.076-4.53L1.12 5.792c-.422-.363-.324-.693.24-.74l4.602-.37L7.74.382c.21-.51.55-.512.762 0l1.778 4.3 4.603.37c.554.046.667.37.24.74l-3.508 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422z' fill='%23FFB829' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}
.template_simucube_throttle  .okeReviews.okeReviews--theme .okeReviews-starRating-indicator-layer:first-of-type {
  filter: brightness(1) !important;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-badge--rating {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 600;
}
.template_simucube_throttle .okeReviews.okeReviews--theme  {
  line-height: 1;
}
.template_simucube_throttle .okeReviews-reviewsAggregate-summary-total {
  font-size: 16px;
  line-height: 1.4;
  margin-left: 0 !important;
}
.template_simucube_throttle .okeReviews-reviewsAggregate-summary {
  flex-direction: column !important;
  align-items: start !important;
}
.template_simucube_throttle .okeReviews-reviewsWidget-header,
.template_simucube_throttle .okeReviews-reviewsWidget-header-controls-writeReview,
.template_simucube_throttle div[data-oke-reviews-nav-bar],
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsAggregate-mod,
.template_simucube_throttle .okeReviews .okeReviews-review-reviewer-product-details-heading,
.template_simucube_throttle .okeReviews .okeReviews-review-reviewer-product-thumbnail,
.template_simucube_throttle .okeReviews-review-reviewer-attributes,
.template_simucube_throttle .okeReviews-review-attributeRatings,
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-recommendation,
.template_simucube_throttle .okeReviews .okeReviews-review-main-heading,
.template_simucube_throttle .okeReviews-review-side .okeReviews-review-reviewer-product-details,
.template_simucube_throttle .okeReviews .okeReviews-review-reviewer-product {
  display: none !important;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-button,
.template_simucube_throttle .okeReviews-review-main-content .okeReviews .okeReviews-review-main-heading {
  display: inline-block !important;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-button {
  font-size: 16px;
  background-color: #0e1311;
  color: #fff;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  text-transform: capitalize;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-button::before,
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-button::after {
  display: none;
}
.template_simucube_throttle  .okeReviews-reviewsAggregate-side-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
.template_simucube_throttle .okeReviews-reviews-controls-sort {
  margin-left: 0 !important;
}
.template_simucube_throttle  .okeReviews.okeReviews--theme .is-okeReviews-reviewsWidget-large .okeReviews-reviewsAggregate-primary {
  justify-content: space-between;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-select:after {
  border: solid #000;
  border-width: 0 1px 1px 0;
  top: 34%;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-reviewsAggregate {
  padding: 0;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-select {
  text-transform: capitalize;
  border: none;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  color: #000;
  font-weight: 600;
}
.template_simucube_throttle .okeReviews .okeReviews-reviewsAggregate-primary {
  border-top: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 10px 0 !important;
  margin: 20px 0 !important;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-widgetNavBar-item {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  text-transform: capitalize;
  text-underline-offset: 8px;
  padding: 0;
}
.template_simucube_throttle .okeReviews.okeReviews--theme {
  display: flex;
  align-items: center;
}
.template_simucube_throttle select#okeReviews-reviews-controls-sort{
  padding-left: 0;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-review-side {
  padding-left: 0;
  padding-right:20px;
  margin-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.template_simucube_throttle .okeReviews-review-reviewer-profile-name {
  font-size: 16px;
  line-height: 1.4;
  color: #0e1311;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-reviewer-profile-status--verified {
  font-size: 12px;
  line-height: 1.4;
  color: #0e1311;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-reviewer-profile {
  margin-bottom: 0;
}
.template_simucube_throttle .okeReviews .okeReviews-review-reviewer-product-details-link {
  font-size: 16px;
  line-height: 1.4;
  color: #0e1311;
}
.template_simucube_throttle .okeReviews .okeReviews-review-reviewer-product-details {
  display: block;
  margin-bottom: 10px;
} 
.template_simucube_throttle .okeReviews-review-main-content {
  font-size: 15px;
  line-height: 1.4;
  color: #0e1311;
}
.template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-review-reviewer-profile-details {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}
.template_simucube_throttle .okeReviews-review-date {
  font-size: 12px;
  line-height: 1.4;
  color: #0e1311;
}
.template_simucube_throttle .review-title {
  font-size: 20px;
  line-height: 1.4;
  color: #02232b;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.review-section {
  background-color: #f0f0f0;
  padding: 70px 0;
}
.template_simucube_throttle .okeReviews .okeReviews-reviewsWidget .okeReviews-review-side-inner {
  width: 12em !important;
}
@media(max-width: 991px){
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsAggregate-mod {
    display: none;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-reviewsAggregate-primary {
    display: flex;
    justify-content:space-between;
  }
}
@media(max-width: 734px){
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-reviewsAggregate-primary {
    flex-direction: row-reverse;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-reviewsAggregate-primary {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media(max-width: 675px){
  .template_simucube_throttle .okeReviews-reviewsAggregate-side-inner {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-button {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    display: block !important;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-reviewsAggregate-primary {
    flex-direction: column-reverse;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme {
    padding-bottom: 20px;
  }
  .okeReviews-reviews-controls-select {
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    padding: 10px 0 !important;
    margin: 25px 0 !important;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme {
    justify-content: end;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-reviewsWidget .okeReviews-review-side {
    border: none;
    padding: 0;
    margin-right: 0;
  }
  .template_simucube_throttle .okeReviews .okeReviews-review-primary {
    padding: 0;
  }
  .template_simucube_throttle .okeReviews .okeReviews-review-reviewer {
    margin-bottom: 0;
  }
  .template_simucube_throttle .okeReviews.okeReviews--theme .okeReviews-select {
    max-width: max-content;
  }
} */

/**************** simucube throttle end *******************/

/******************** simucube link hub start ***********************/

/******************** image with text start ***********************/
.image-with-text-v2 .link_hub_imageText .promo-grid__text-main{
  padding:0px 15px 15px;
  max-width:45%;
  width:100%;
}
.image-with-text-v2 .link_hub_imageText .promo-grid__content{
  padding:150px 0;
}
.image-with-text-v2 .link_hub_imageText .promo-grid__sub-text{
  font-size: 12.8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.image-with-text-v2 .link_hub_imageText .promo-grid__title{
  font-size:54.4px;
  text-transform:none;
}
.image-with-text-v2 .link_hub_imageText .promo-grid__content_text{
  font-size:16px;
  line-height:24px;
}
.link_hub_imageText .promo-grid__content_text ul{
  margin:0;
}
.link_hub_imageText .promo-grid__content_text ul li{
  list-style:none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.link_hub_imageText .promo-grid__content_text ul li:before{
  color: #e80d0d;
  content: "\e876" !important;
  font-family: Material Icons !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: liga;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link_hub_imageText .button-icon{
  display:none;
}
.link_hub_imageText .button-text-main a{
  padding: 15px 20px;
  background: #d5333b;
  border-radius: 30px;
}

@media(max-width:1199px){
  .image-with-text-v2 .link_hub_imageText .promo-grid__text-main{
    max-width: 60%;
    text-align: left;
  }
  .image-with-text-v2 .link_hub_imageText .promo-grid__title{
    font-size:50.4px;
  }
}
@media(max-width:991px){
  .image-with-text-v2 .link_hub_imageText .promo-grid__text-main{
    max-width: 65%;
  }
  .image-with-text-v2 .link_hub_imageText .promo-grid__title{
    font-size:45.4px;
  }
}
@media(max-width:768px){
  .image-with-text-v2 .link_hub_imageText .promo-grid__bg {
    background-size: auto;
    background-position: 80% 0;
  }
  .image-with-text-v2 .link_hub_imageText .promo-grid__title{
    font-size:40.8px;
  }
  .image-with-text-v2 .link_hub_imageText .promo-grid__text-main{
    max-width: 85%;
  }
}
@media(max-width:575px){
  .image-with-text-v2 .link_hub_imageText .promo-grid__title{
    font-size:34.7px;
  }
  .image-with-text-v2 .link_hub_imageText .promo-grid__text-main{
    max-width: 100%;
  }
}
@media(max-width:425px){
  .image-with-text-v2 .link_hub_imageText .promo-grid__title{
    font-size:30.7px;
  }
}

/******************** image with text end ***********************/ 

/********************** simucube link hub end ***********************/
/********************** simucube ultimate image with text start ***********************/
.simucube-ultimate-image-with-text .promo-grid__text-main {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 30px 10px;
}
.simucube-ultimate-image-with-text .promo-grid__title {
  font-size: 25px;
  line-height: 1.4;
  text-transform: inherit !important;
  padding-bottom: 10px;
}
.simucube-ultimate-image-with-text .promo-grid__sub-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.simucube-ultimate-image-with-text .promo-grid__content_text {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .simucube-ultimate-image-with-text .promo-grid__title {
      font-size: 20px;
  }
}
/********************** simucube ultimate image with text end ***********************/
/********************** simucube ultimate service icon text start ***********************/
.simcube-ultimate-service-icon-text .section-text {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  text-align: inherit;
  padding-bottom: 40px;
}
.simcube-ultimate-service-icon-text .section-text-main {
  text-align: center;
}
.simcube-ultimate-service-icon-text .service-icon {
  max-width: 80px;
}
.simcube-ultimate-service-icon-text .service-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: inherit;
}
.simcube-ultimate-service-icon-text .service-icon-content {
  background: #03151a;
  border-radius: 15px;
  padding: 40px;
}
.simcube-ultimate-service-icon-text .service-icon-text-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .simcube-ultimate-service-icon-text .service-icon-content {
    padding: 20px;
  }
  .simcube-ultimate-service-icon-text .service-text {
    font-size: 16px;
  }
  .simcube-ultimate-service-icon-text .service-icon {
    max-width: 60px;
  }
}
@media (max-width: 575px) {
  .simcube-ultimate-service-icon-text .service-icon-text-main {
    grid-template-columns: 1fr 1fr;
  }
  .simcube-ultimate-service-icon-text .service-icon-content {
    padding: 15px;
  }
}
/********************** simucube ultimate service icon text end ***********************/
/********************** simucube ultimate image content start ***********************/
.simucube-ultimate-image-content .feature-row__item {
  min-width: 55%;
  flex: 0 1 55%;
}
.simucube-ultimate-image-content .feature-row__item.feature-row__text {
  min-width: 45%;
  flex: 0 1 45%;
  padding: 20px;
}
.simucube-ultimate-image-content .feature-row {
  margin: 0;
}
.simucube-ultimate-image-content .image-wrap {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .simucube-ultimate-image-content .feature-row__item.feature-row__text {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  div.simucube-ultimate-image-content.text-and-image-custom p.h5{
    width: 100%;
  }
}
/********************** simucube ultimate image content end ***********************/
/********************** simucube ultimate image content start ***********************/
.simucube-ultimate-video-section .video-header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
}
.simucube-ultimate-video-section .video-header h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #101010;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}
.simucube-ultimate-video-section .video-header h5 {
  font-size: 14px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .simucube-ultimate-video-section .video-header h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .simucube-ultimate-video-section .video-header h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
/********************** simucube ultimate image content end ***********************/
/********************** simucube ultimate charter start ***********************/
.simucube-ultimate-charter  .section-description {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.simucube-ultimate-charter .section-content {
  text-align: center;
}
.simucube-ultimate-charter .section-text {
  font-size: 35px;
  line-height: 1.4;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .simucube-ultimate-charter .section-text {
    font-size: 28px;
  }
}
/********************** simucube ultimate charter end ***********************/

/********************** simucube ultimate image with text v2 start ***********************/
.simucube-ultimate-image-with-text-v2 .promo-grid__title {
    font-size: 25px;
    line-height: 1.6;
    text-transform: inherit !important;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
  .simucube-ultimate-image-with-text-v2 .promo-grid__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
/********************** simucube ultimate image with text v2 end ***********************/
/********************** simucube ultimatecustom comparison start ***********************/
.simucube-ultimate-custom-comparison .section-header {
  margin-bottom: 30px;
}
.simucube-ultimate-custom-comparison .comparison-title h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #02232b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 0;
}
.simucube-ultimate-custom-comparison .comparison-block-inner {
  border-radius: 20px;
  overflow: hidden;
}
.comparison-block-star-image {
  max-width: 80px;
  width: 100%;
  line-height: normal;
  margin-bottom: 15px;
}
.simucube-ultimate-custom-comparison .comparison-block-text>p {
  font-size: 13px;
  font-weight: 600;
  color: #02232b;
  margin-bottom: 10px;
}
.simucube-ultimate-custom-comparison .comparison-block-star-image img {
  max-width: 100%;
  vertical-align: middle;
}
.simucube-ultimate-custom-comparison .comparison-block-image-block img  {
  vertical-align: middle;
}
.simucube-ultimate-custom-comparison .comparison-block-inner {
  background-color: transparent;
}
.simucube-ultimate-custom-comparison .comparison-block-text-block {
  background: #f1f1f1;
}
.simucube-ultimate-custom-comparison .comparison-block-image-block {
  height: 300px;
  overflow: hidden;
}
.simucube-ultimate-custom-comparison .comparison-block-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 25%;
}
@media (max-width: 768px) {
  .simucube-ultimate-custom-comparison .comparison-block-text-block {
    padding: 35px 15px 30px;
  }
}
@media (max-width: 575px) {
  .simucube-ultimate-custom-comparison .comparison-block-text {
    max-width: 100%;
  }
  .simucube-ultimate-custom-comparison .comparison-block-image-block {
    height: 200px;
  }
}
/********************** simucube ultimatecustom comparison end ***********************/
/********************** custom Professionals comparison start ***********************/
.custom-professionals-wrapper .page-width {
  max-width: 1270px;
  width: 100%;
}
.custom-professionals-section .section-content {
  text-align: center;
}   
.custom-professionals-section {
  background-color: rgb(240, 240, 240);
}
.custom-professionals-image img {
  vertical-align: middle;
}
.custom-professionals-section .section-text {
  font-size: 29px;
  line-height: 1.6;
  color: #02232b;
  font-weight: 400;
  padding-bottom: 10px;
}
.custom-professionals-section .section-description {
  font-size: 16px;
  line-height: 1.6;
  color: #02232b;
}
.custom-professionals-section .section-description p {
  margin-bottom: 0;
}
.custom-professionals-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.custom-professionals-image-text-main {
  display: grid;
  grid-template-columns: 3fr 4fr;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  margin-top: 0;
  top: -100px;
  left: 40px;
  right: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.custom-professionals-content-main {
  position: relative;
  background-color: #000;
  padding: 40px;
}
.custom-professionals-text-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.custom-professionals-text-image img {
  max-width: 100%;
  vertical-align: middle;
}
.custom-professionals-image-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 5px;
}
.custom-professionals-image-description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.custom-professionals-collapse-text ul  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #666666;
  padding: 10px 0;
  margin-left: 0;
}
.custom-professionals-collapse-text ul li:first-child {
  color: #d5333b;
}
.custom-professionals-collapse-text ul li {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  list-style: none;
  text-transform: uppercase;
}
.custom-professionals-icon-details-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.custom-professionals-icon-details {
  border-radius: 10px;
  background-color: #292929;
  padding: 16px;
}
.custom-professionals-details-icon {
  max-width: 20px;
  width: 100%;
}
.custom-professionals-details-icon img {
  max-width: 100%;
  vertical-align: middle;
}
.custom-professionals-details-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.custom-professionals-details-content:last-child {
  margin-bottom: 0;
}
.custom-professionals-details-icon-text p {
  margin-bottom: 0;
}
.custom-professionals-image {
  position: relative;
  height: 390px;
}
.custom-professionals-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 49%);
}
.custom-professionals-image img {
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
.custom-professionals-main {
  border-radius: 20px;
  overflow: hidden;
}
.custom-professionals-collapse-main {
  padding-bottom: 20px;
  display: block;
  margin-top: 10%;
}
.custom-professionals-collapse-text p {
  margin: 0;
}
.custom-professionals-details-text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  list-style: none;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.custom-professionals-details-icon-text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  list-style: none;
  text-transform: uppercase;
}
.custom-professionals-details-icon-text strong {
  font-weight: 400;
  color: #909090;
}
@media (max-width: 1300px) {
  .custom-professionals-text-image {
    width: 140px;
    height: 140px;
  }
  .custom-professionals-image-text-main {
    top: -80px;
  }
  .custom-professionals-collapse-main {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .custom-professionals-image-text {
    font-size: 24px;
  }
  .custom-professionals-image-text-main {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .custom-professionals-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .custom-professionals-icon-details-main,
  .custom-professionals-image-text-main {
    grid-template-columns: 1fr;
  }
  .custom-professionals-text-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .custom-professionals-collapse-main {
    margin-top: 140px;
  }
  .custom-professionals-content-main {
    padding: 20px;
  }
  .custom-professionals-image-content {
    text-align: center;
  }
  .custom-professionals-image-text {
    font-size: 25px;
  } 
  .custom-professionals-image-text-main {
    top: -10%;
    left: 20px;
    right: 20px;
  }
}
/********************** custom Professionals comparison end ***********************/
/********************** tabel start ***********************/
.table-main .table-content tr td {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #181818;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 15px;
}
.table-main .table-content {
  border-spacing: 0;
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.table-main.table-content tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.table-main .table-content tr td:last-child {
  border-right: none;
}
.table-content tbody tr:last-child td {
  border-bottom: none;
}
.table-main .table-content-v2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .table-main .table-content tr td {
    font-size: 16px;
  }
  .table-main .table-content tr {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .table-main .table-content tr td {
    font-size: 14px;
  }
}
/********************** tabel end ***********************/
/********************** custom banner start ***********************/
.custom-banner-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.custom-banner-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.custom-banner-content-tabel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px 0;
  border-bottom: 2px solid #b4b4b4;
  gap: 5px;
}
.custom-banner-content-tabel:last-child {
  border-bottom: none;
}
.custom-banner-content-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.custom-banner-text p {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .custom-banner-content-main {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .custom-banner-title {
    font-size: 16px;
  }
  .custom-banner-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .custom-banner-content-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/********************** custom banner end ***********************/
/********************** table image content start ***********************/
.table-image-content {
  width: 100%;
  border-collapse: collapse;
}
.table-image-content th, 
.table-image-content td {
  border: 1px solid black;
  padding: 8px;
  text-align: center;
}
.table-image-content th {
  background-color: #f2f2f2;
}
.table-image-content th img {
  max-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.table-image-content tr th:first-child {
  background-color: #4e4d4d;
}
.table-image-content tr th,
.table-image-content tr td {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.table-image-content tr th,
.collapsible-content .rte table tr td:first-child {
  font-weight: 600;
}
.table-image-content tr th:first-child {
  color: #fff;
}
.table-image-content tr td {
  background-color: #fff;
}
@media (max-width: 767px) {
  .table-image-content tr th,
  .table-image-content tr td {
    width: 220px;
  }
  .tab-contents__content .table-wrapper {
    max-width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575px) {
  .table-image-content tr th,
  .table-image-content tr td {
    width: 160px;
  }
  .table-image-content tr th span, .table-image-content tr td {
    font-size: 14px;
  }
}
/********************** table image content end ***********************/
.custom-add__btn[disabled="disabled"] {
  opacity: 0.5;
  pointer-events: none;
}
.affiliates .page-content .grid__item {
  width: 100%;
  left: 0;
  right: 0;
}
.affiliates .main-content > .page-width.page-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.affiliates .grid__item > .section-header {
  display: none;
}
.affiliates .ac-container article p {
  margin-bottom: 25px;
}
.affiliates .aff-partner h4 {
  margin: 0;
}
.affiliates .payout-system h4 {
  margin-top: 0;
}
.affiliates .join-affiliate .join-tr {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.affiliates .payout-system {
  padding: 20px;
}
.affiliates .aff-new {
  margin-bottom: 0;
}
.affiliates .trakracer-red h3 {
  padding-bottom: 0;
}
.affiliates .start-earning {
  padding-top: 30px;
  text-align: center;
}
.affiliates .aff-partner {
  width: calc(33% - 20px);
}
.affiliates .tr-products {
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .affiliates .join-affiliate .join-tr {
    grid-template-columns: 1fr 1fr;
  }
  .join-affiliate .payout-system p {
    width: 100%;
  }
  .affiliates .aff-partner {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .affiliates .join-affiliate .join-tr {
    grid-template-columns: 1fr;
  }
  .affiliates .aff-partner {
    width: calc(100%);
  }
}



/********************** rental page start ***********************/
/********************** rental large video with text start ***********************/
.rental-large-video-with-text .background-media-text__inner {
  max-width: 1500px;
}
.rental-large-video-with-text[data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__inner .animation-contents {
  animation: unset;
  opacity: 1;
}
.rental-large-video-with-text .background-media-text__video {
  position: absolute;
  width: 50%;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  order: 2;
}
.rental-large-video-with-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #424242;
  justify-content: center;
  flex-direction: row-reverse;
}
.rental-large-video-with-text .background-media-text__text {
  width: 100%;
  background: transparent;
  padding: 80px 30px;
}
.rental-large-video-with-text .background-media-text__inner {
  position: static;
  transform: none;
}
.rental-large-video-with-text .background-media-text__aligner {
  max-width: 720px;
  width: 100%;
  margin: 0 0 0 auto;
}
.rental-large-video-with-text .background-media-text__video {
  clip-path: polygon(9% 0%, 100% 0, 100% 100%, 0% 100%);
}
.rental-large-video-with-text .background-media-text__video {
  /* position: static; */
  /* width: 100%; */
}
.rental-large-video-with-text .background-media-text__video iframe,.rental-large-video-with-text .background-media-text__video video {
  position: static;
  height: 100%;
  object-fit: cover;
}
.rental-large-video-with-text.background-media-text {
  position: relative;
}
.rental-large-video-with-text .background-media-text__text .h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: Roboto;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.rental-large-video-with-text .background-media-text__text .h3 {
  font-size: 54px;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 15px;
}
.rental-large-video-with-text .background-media-text__subtext {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}
.rental-large-video-with-text .background-media-text__text .btn:after,
.rental-large-video-with-text .background-media-text__text .btn:before {
  display: none;
}
.rental-large-video-with-text .background-media-text__text .btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  background-color: #DE2330;
  color: #fff;
  margin: 0;
}
@media (min-width:768px){
  body.template_rental-page .background-media-mobile {
    display:none;
  }
}
@media (max-width: 1500px) {
  .rental-large-video-with-text .background-media-text__text {
    padding: 60px 30px;
  }
}
@media (max-width: 991px) {
  .rental-large-video-with-text .background-media-text__text .h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .rental-large-video-with-text {
    background: #424242 !important;
  }
  .rental-large-video-with-text .background-media-text__text {
    text-align: left;
  }
}
@media (max-width:767px){
  body.template_rental-page .background-media-mobile {
    display:block;
  }
  body.template_rental-page .background-media-desktop {
    display:none;
  }
  .rental-large-video-with-text .background-media-text__video {
    position: absolute;
  }
  .rental-large-video-with-text .background-media-text__video {
    clip-path: none;
  }
  .rental-large-video-with-text .background-media-text__text .h3 {
    font-size: 54px;
    line-height: 54px;
  }
  .rental-large-video-with-text .background-media-text__subtext {
    font-size: 16px;
    line-height: 24px;
  }
  .rental-large-video-with-text.background-media-text, .rental-large-video-with-text .background-media-text__video {
    display: flex;
  }
  .rental-large-video-with-text::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .rental-large-video-with-text .background-media-text__aligner {
    margin: 0;
  }
  .rental-large-video-with-text .background-media-text__text {
    padding: 40px 20px;
  }
  .rental-large-video-with-text .background-media-text__video {
    width: 100%;
    height: 100%;
  }
}
/********************** rental large video with text end ***********************/
/********************** custom contact form start ***********************/
.custom-contact-form-section {
  background-color: #fff;
  padding: 80px 0;
}
.custom-contact-form-content-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.custom-contact-form-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
  font-family: Roboto;
  margin-bottom: 25px;
}
.custom-contact-form-list-text {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--typeHeaderPrimary);
  color: #de2330;
  display: inline-block;
  border: 2px solid #DE2330;
  border-radius: 16px;
  padding: 20px;
}
.custom-contact-form-button-text,
.custom-contact-form-button-text p {
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto;
  font-weight: 400;
  color: #000000 !important;
  text-decoration: underline;
}
.custom-contact-form-button-text p {
  margin: 0;
}
.custom-contact-form-list-text ul {
  margin: 0;
}
.custom-contact-form-list-text li {
  list-style: none;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.custom-contact-form-list-text li:first-child {
  font-size: 16px;
  line-height: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #000000;
}
.custom-contact-form-list-text-button {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 120px;
}
.custom-contact-form-customer-review {
  position: relative;
  font-size: 26px;
  line-height: 36px;
  font-family: Roboto;
  font-weight: 700;
  color: #000000;
}
custom-contact-form-customer-review p {
  margin-bottom: 0;
}
.custom-contact-form-customer-review-image svg {
  width: 44px;
  height: 44px;
}
.custom-contact-form-customer-review strong {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #717171;
}
.custom-contact-form-customer-review-image-main {
  display: flex;
  align-items: start;
  gap: 10px;
}
.custom-contact-form .grid__item label,
.form-vertical label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Roboto;
  color: #595959;
}
.custom-contact-form .form-vertical .grid {
  margin-left: 0;
}
.custom-contact-form .grid__item {
  width: 100%;
  padding-left: 0;
}
.custom-contact-form-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--typeHeaderPrimary);
  color: #DE2330;
  margin-bottom: 20px;
}
.custom-contact-form .form-vertical input,
.custom-contact-form .form-vertical textarea {
  width: 100%;
  background-color: #fff;
  color: #000;
  border: none;
}

.custom-contact-form-select-icon {
  position: absolute;
  right: 10px;
}
.custom-contact-form-select {
  position: relative;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.custom-contact-form .form-vertical input::placeholder, 
.custom-contact-form .form-vertical select, 
.custom-contact-form .form-vertical textarea::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #D0D0D0;
}
.custom-contact-form .form-vertical select {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  border: none;
  color: #000;
}
.custom-contact-form .form-vertical {
  background-color: #F6F6F6;
  padding: 32px;
}
.custom-contact-form .form-vertical .btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  background-color: #de2330;
  color: #fff;
  margin: 0 0 0 auto;
  display: block;
}
.custom-contact-form .form-vertical .btn:before,
.custom-contact-form .form-vertical .btn:after {
  display: none;
}
.custom-contact-form .form-vertical p[data-spam-detection-disclaimer] {
  display: none;
}
@media (max-width: 1199px) {
  .custom-contact-form-customer-review {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-contact-form-section {
    padding: 48px 0;
  }
}
@media (max-width: 991px) {
  .custom-contact-form-list-text-button {
    flex-direction: column;
    align-items: start;
  }
  .custom-contact-form-content-main {
    gap: 30px;
  }
  .custom-contact-form-button-text br {
    display: none;
  }
  .custom-contact-form-list-text-button {
    margin-bottom: 30px;
  }
  .custom-contact-form-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .custom-contact-form-content-main {
    grid-template-columns: 1fr;
  }
  .custom-contact-form-text {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-contact-form-list-text {
    font-size: 25px;
    line-height: 25px;
  }
  .custom-contact-form-customer-review {
    font-size: 20px;
    line-height: 28px;
  }
  .custom-contact-form-customer-review-image.right {
    display: none;
  }
  .custom-contact-form .form-vertical {
    padding: 30px 20px;
  }
  .custom-contact-form-section .page-width {
    padding: 0;
  }
  .custom-contact-form-content {
    padding: 0 17px;
  }
  .custom-contact-form-customer-review-image-main {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .custom-contact-form-list-text {
    width: 100%;
  }
}
/********************** custom contact form end ***********************/
/********************** custom contact form start ***********************/
.rental-benifits-section .grid__item {
  position: relative;
}
.rental-benifits-section .text-section {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--typeHeaderPrimary);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  z-index: 2;
}
.rental-benifits-section .image-wrap {
  position: relative;
  margin-bottom: 0;
}
.rental-benifits-section .image-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000066;
  transition: all 0.5s;
  opacity: 1;
  z-index: 1;
}
.rental-benifits-section .image-wrap img {
  filter: grayscale(1);
}
.rental-benifits-section .grid__item:hover .image-wrap img {
  filter: grayscale(0);
}
.rental-benifits-section .grid__item:hover .image-wrap:before,
.rental-benifits-section .grid__item:hover .text-section {
  opacity: 0;
}
.rental-benifits-section .button {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--typeHeaderPrimary);
  background-color: #de2330;
  color: #fff;
  display: inline-block;
  padding: 10px;
}
.rental-benifits-section .button-main {
  text-align: center;
  margin-top: 30px;
  display: block;
}
/********************** custom contact form end ***********************/
/********************** rental page end ***********************/
/********************** new menu Start ***********************/
.site-nav__link--has-dropdown{
  display:flex;
  gap:10px;
  align-items:center;
}
.site-navigation{
  display:flex;
  gap:40px;
}
.medium-up--hide.desktop-up-hide{
  display:block!important;
}
.collection_image_menu {
  font-family: Roboto !important;
  font-weight: 500 !important;
  font-size: 23px !important;
  line-height: 27.6px !important;
  color: #fff !important;
  padding: 12px 16px !important;
  display: block;
}
.alpine_menu:hover {
  color: #407fc0 !important;
  background-color: #fff !important;
  opacity:1!important;
}
.site-nav__dropdown-link:hover{
  opacity:0.7;
}
.menu_image_div {
  width: 188px !important;
  padding-top: 50px;
  max-width: unset!important;
}
.text-center .first_li_contents .megamenu  .grid{
  text-align:left;
}
.first_li_contents .megamenu .h5{
  font-size: 13px!important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #d0d0d0;
  letter-spacing: 2px;
  opacity:0.7;
  margin-bottom:16px;
}
.first_li_contents .site-nav__link{
  padding-left: 0;
  padding-right: 0;
}
.header-layout[data-logo-align=left] .site-header__logo{
  margin-right:0;
}
.header-layout--left-center .header-item--icons .site-nav__icons {
  display: flex;
  align-items: center;
}
.grandchild__link{
  font-size:16px!important;
  font-family:"Roboto", sans-serif!important;
  font-weight:500!important;
  letter-spacing:1px!important;
  color:#fff!important;
  padding:0!important;
  height:29px;
  margin-bottom:4px;
}
.view_all {
  color: #d0d0d0;
  display: block;
  margin-top: 24px;
}
.site-footer {
  padding-top: 64px;
  padding-bottom: 64px;
}
.footer__section{
  margin-bottom:0;
}
.mobile_nav_child{
  display:none;
}
.mobile_nav_child.active{
  display:block;
}
.drawer__scrollable.drawer_panel{
  transition: 0.5s ease-in-out;
}
.drawer_panel.drawer_panel-next{
  transform:translateX(400px);
  visibility:hidden;
  opacity:0;
  transition: 0.5s ease-in-out;
}
.drawer_panel-next .drawer__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 13px 20px;
}
.drawer_panel-next .drawer__header button{
  padding:0;
}
.mobile-nav__link--button.collapsible-trigger.is-open svg{
  transform:rotate(180deg)
}
.mobile-nav__sublist.active .collapsible-trigger.is-open .collapsible-trigger__icon--circle>.icon-chevron-down{
  transform:translate(-50%,-50%) rotate(0deg);
}
.mobile-nav__link--button{
  display: flex;
  align-items: center;
  gap: 15px;
}
.mobile-nav__link--button .mobile-nav__faux-link,
.mobile-nav__sublist .grandchildlist_open .mobile-nav__link {
  font-size: 23px !important;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 27.6px;
  padding-right:0;
}
.mobile-nav__link--button>* {
  flex:none!important;
}
.mobile-nav__grandchildlist .mobile-nav__link{
  font-family: Roboto, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: .05em !important;
  text-transform: capitalize;
}
.alpine_menu {
  background-color: #407fc0 !important;
  color: #fff !important;
}
.site-header--heading-style .site-nav__link {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-transform: capitalize !important;
  font-weight: 600;
}
.drawer-desktop.drawer--right {
  border-radius: 8px;
}
.drawer-desktop.drawer--right.drawer--is-open {
  transform: translate(0);
  right: 0;
  width: 320px;
  top: 110px;
}
.drawer-desktop .drawer__header {
  height: auto;
  padding: 25.5px 20px 5px;
  border: none;
}
.drawer-desktop .drawer__close {
  width: 24px;
  height: 24px;
  text-align: left;
  display: inline-block;
}
.drawer-desktop .drawer__close-button {
  padding: 0;
  right: 0;
}
.site-nav .first_li_contents:nth-child(3) .grid__item:nth-child(2) .grandchild-link .view_all {
  padding-left: 20px !important;
}
.drawer__contents .mobile-nav__social a {
  max-width: max-content;
  padding: 0;
}
.drawer__contents .mobile-nav__social-item {
  flex: 0 1 15%;
  margin: 0;
  border: none;
}
.mobile-nav__sublist .mobile-nav__link {
  font-family: "Roboto";
  font-size: 16px !important;
  font-weight: 500;
  line-height: 19.5px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px !important;
}
.js-drawer-open .main-content:after {
  background-color: #0006;
  opacity: 1 !important;
}
.drawer__close-button .icon {
  width: 24px;
  height: 24px;
}
.site-nav--is-megamenu.site-nav__item {
  font-size: 16px;
  font-family: "Roboto" !important;
  font-weight: 600;
}
.megamenu .site-nav__dropdown-link {
 font-weight: 500;
  display: inline-block;
}
.site-header__logo {
  height: 100%;
}
.site-header__logo a {
  margin-top: -1px;
}
.site-nav__dropdown {
  top: 100%;
}
.mobile-nav__sublist .mobile-nav__grandchildlist .mobile-nav__link {
  padding-left: 35px;
}
.mobile-nav__sublist .grandchildlist_open .mobile-nav__item {
  margin-bottom: 0;
}
@media(min-width:1500px){
  .header-wrapper .site-header .page-width {
    /* max-width: 1600px; */
  }
}
.header-item.header-item--navigation {
  justify-content: center;
}
.site-nav__icons {
  display: flex;
  align-items: center;
}
@media(max-width:1299px){
  .text-center .site-navigation{
    gap:15px;
  }
  .site-header--heading-style .site-nav__link {
    font-size: 15px;
  }
  .collection_image_menu {
    font-size: 21px !important;
  }
}
@media(min-width:1150px){
  .medium-up--hide.desktop-up-hide{
    display:none!important;
  }
}
@media (min-width: 1150px) {
  .site-nav li.first_li_contents:nth-last-child(-n + 2) {
    display: none;
  }
  .drawer__contents .mobile-nav__faux-link {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: #d0d0d0;
    letter-spacing: 2px !important;
    padding-bottom: 5px;
  }
  .mobile-nav__link--button .mobile-nav__faux-link, .mobile-nav--heading-style .mobile-nav__link--top-level {
    font-size: 23px!important;
    color: #fff;
    font-family: 'Roboto'!important;
    text-transform: capitalize!important;
    line-height: 27.6px!important;
    font-weight: 500!important;
  }
  .mobile-nav__link--button .mobile-nav__faux-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-nav__child-item .mobile-nav__faux-link,
  .mobile-nav--heading-style .mobile-nav__link--top-level {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-nav__item--secondary,
  .mobile-nav__item:after {
    display:none;
  }
  .drawer__close-button {
    right: 0;
    padding: 0;
  }
  .drawer__fixed-header, .drawer__header {
    padding: 0;
  }
  .drawer_panel-next .drawer__header {
    border-bottom: none;
  }
}
@media only screen and (min-width: 769px) {
  .site-header--stuck {
    padding: 26px 0 24px;
  }
  .drawer.drawer--right {
    width: 340px;
  }
}
@media(max-width:1149px){
  .site-nav__link-desktop{
    display:none;
  }
  .small--hide.desktop-hide , .header-item--navigation{
    display:none!important
  }
  .drawer.drawer--right{
    top:96px;
  }
  .drawer__header{
    border-bottom:none;
    padding:0;
  }
  .drawer__fixed-header, .drawer__header{
    height:auto;
    padding:0;
  }
  .drawer__close-button{
    right:0!important;
    padding:20px;
    max-height: 64px;
  }
  .drawer__scrollable{
    padding:0 20px;
    gap:5px;
  }
  .drawer__scrollable .mobile-nav{
    margin:0!important;
  }
  .mobile-nav__faux-link, .mobile-nav__link, .mobile-nav__toggle .faux-button, .mobile-nav__toggle button{
    padding:0;
  }
  .mobile-nav__item:after{
    display:none;
  }
  .mobile-nav li{
    margin-bottom:5px;
  }
  .mobile-nav__link--top-level{
    padding:8.21px 0;
    font-size: 23px!important;
    font-family: 'Roboto'!important;
    text-transform: capitalize!important;
    line-height: 27.6px!important;
    font-weight: 500!important;
  }
  .mobile-nav__item--secondary , .mobile-nav__partner-logos {
    display:none;
  }
  .mobile-nav__social .mobile-nav__social-item{
    flex:none;
    border:none;
  }
  .mobile-nav__social a{
    padding:0!important;
  }
  .mobile-nav__social {
    gap: 10px;
  }
  .mobile-nav__social a .icon {
    width: 25px;
    height: 25px;
  }
  .drawer_panel.drawer_panel-next {
    overflow-y: scroll;
  }
  .mobile-nav__sublist > .mobile-nav__sublist {
    height: 100% !important;
  }
}
@media(max-width:768px){
  .site-nav__link--icon.account {
    display: block !important;
  }
  .mobile-nav__social-item svg {
    width: 34px;
  }
}
@media(max-width:699px){
  .drawer {
    width: 100%;
  }
  .drawer.drawer--right {
    top: 85px;
  }
  .mobile-nav__social .mobile-nav__social-item svg {
    width: 40px;
  }
}
@media(max-width:575px){
  .site-header__logo svg {
    max-width: 4em;
  }
  .site-header__logo a {
    width: 140px !important;
  }
  .site-header__logo img {
    max-width: 100%;
  }
}
/********************** New menu end ***********************/
/********************** New footer start ***********************/
.site-footer__linklist a,
.footer__collapsible .footer-title,
.footer__item .footer-text h4,
.footer__collapsible .footer_btn {
  font-size: 17px;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  text-transform: capitalize;
}
.footer__collapsible .footer-title,
.footer__item .footer-text h4 {
  font-weight: 600 !important;
}
.site-footer .grid__item.footer__item--custom {
  padding-top: 0;
}
.footer__collapsible .prose {
  margin-top: 25px;
  margin-bottom: 32px;
}
.footer__collapsible .footer-social-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-icon .icon {
  width: 24px;
  height: 24px;
}
.footer-copyright-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.site-footer .footer__section,
.site-footer .footer__signoff {
  margin-top: 0;
}
.site-footer .footer__small-text {
  padding: 0;
}
.site-footer .icon--payment {
  line-height: 1;
  margin-bottom: 3px;
}
.site-footer .footer__section {
  width: 25%;
  text-align: left !important;
}
.site-footer .footer__section {
  padding-left: 18px;
}

.site-footer .footer__small-text {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}
@media(min-width: 769px) and (max-width: 959px) {
  .site-footer .grid__item.footer__item--custom  {
    padding-top: 40px;
  }
}
@media(max-width: 960px){
  .site-footer .footer__section {
    width: 50%;
  }
}
@media(min-width: 575px) and (max-width: 768px) {
  .site-footer .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    text-align: left;
    margin-left: 0;
  }
  .site-footer .grid__item:not(:first-child):after {
    display: none;
  }
}
@media(max-width: 575px){
  .site-footer .grid {
    text-align: left;
  }
  .site-footer .grid__item:not(:first-child):after {
    display: none;
  }
  .site-footer .grid__item {
    padding-bottom: 32px;
  }
  .footer__collapsible .footer-title, 
  .footer__item .footer-text h4,
  .site-footer__linklist a {
    font-size: 14px;
  }
  .footer-copyright-main {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .site-footer .footer__section {
    width: 100%;
    padding-left: 0;
  }
  .site-footer .grid__item.footer__item--custom {
    padding-bottom: 0;
  }
}
/********************** New footer end ***********************/
/********************** tabel start ***********************/
.table-main .table-content tr td {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #181818;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 15px;
}
.table-main .table-content {
  border-spacing: 0;
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.table-main.table-content tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.table-main .table-content tr td:last-child {
  border-right: none;
}
.table-content tbody tr:last-child td {
  border-bottom: none;
}
.table-main .table-content-v2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .table-main .table-content tr td {
    font-size: 16px;
  }
  .table-main .table-content tr {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .table-main .table-content tr td {
    font-size: 14px;
  }
}
/********************** tabel end ***********************/
/********************** table image content start ***********************/
.table-image-content {
  width: 100%;
  border-collapse: collapse;
}
.table-image-content th, 
.table-image-content td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}
.table-image-content th {
  background-color: #f2f2f2;
}
.table-image-content th img {
  max-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.table-image-content tr th,
.table-image-content tr td {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
}
.table-image-content tr th,
.collapsible-content .rte table tr td:first-child {
  font-weight: 600;
}
.table-image-content tr th:first-child {
  color: #fff;
  background-color: #4e4d4d;
}
.table-image-content tr td {
  background-color: #fff;
}
.compare-chart .page-content > .grid > .grid__item.medium-up--three-quarters {
  width: 100%;
  left: 0 !important;
}
@media (min-width: 1200px) {
  .table-image-content tr th:first-child {
    width: 12%;
  }
}
@media (max-width: 1199px) {
  .table-image-content tr th,
  .table-image-content tr td {
    width: 220px;
  }
  .tab-contents__content .table-wrapper {
    max-width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575px) {
  .table-image-content tr th,
  .table-image-content tr td {
    width: 160px;
  }
  .table-image-content tr th span, .table-image-content tr td {
    font-size: 14px;
  }
}
/********************** table image content end ***********************/
/********************** contact form start ***********************/
.custom-contect-form-v2 {
  background-color: #fff;
}
.template_contact .section-stack__intro .social-icon-text,
.template_contact .section-stack__intro .prose p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.template_contact .section-stack__intro .social-icon-text {
  margin-top: 15px;
}
.custom-contect-form-v2 .form-control .input:placeholder,
.custom-contect-form-v2 .form-control .textarea:placeholder,
.custom-contect-form-v2 .form-control .select {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #D0D0D0;
}
.custom-contect-form-v2 .form-control .input,
.custom-contect-form-v2 .form-control .textarea,
.custom-contect-form-v2 .form-control .form-control-select {
  position: relative;
  border-radius: 0;
  border: none;
  background-color: #fff;
  height: auto;
  padding: 10px;
  outline: none;
  box-shadow: none;
}
.custom-contect-form-v2 .form-control .select:focus-visible {
  border-color: currentColor;
  outline: none;
  box-shadow: none;
}
.custom-contect-form-v2 .form-control .select {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  background-color: transparent;
  z-index: 1;
}
.custom-contect-form-v2 .form-control .floating-label {
  position: static;
  opacity: 1;
  height: max-content;
  padding-bottom: 10px;
  margin-left: 0;
}
.custom-contect-form-v2 .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: start;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.form-control-select {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.custom-contect-form-v2 .custom-contact-form-select-icon {
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  background-color: #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  margin: auto;
}
.custom-contect-form-v2 :is(.input, .textarea):focus ~ .floating-label, 
.custom-contect-form-v2 :is(.input, .textarea):not(:placeholder-shown) ~ .floating-label, 
.custom-contect-form-v2 :is(.input, .textarea, .select):-webkit-autofill ~ .floating-label, 
.custom-contect-form-v2 .select:valid ~ .floating-label {
  transform: none;
}
.custom-contect-form-v2 .contact-form-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template_contact .section-stack__contact {
  width: 100%;
  margin-top: 20px;
}
.custom-contect-form-v2 .section-stack__intro h2 {
  font-size: 54px;
  line-height: 1.4;
  letter-spacing: normal !important;
  color: #000;
}
.custom-contect-form-v2 .grid__item label, 
.custom-contect-form-v2 .form-vertical label,
.custom-contect-form-v2 .required-fields {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}
.custom-contect-form-v2 .contact-form {
  border-radius: 0;
}
.custom-contect-form-v2 .custom-contact-form .form-vertical {
  padding: 32px 24px;
}
.custom-contect-form-v2 .custom-checkbox {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
  user-select: none;
}
.custom-contect-form-v2 .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-contect-form-v2 .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #555;
  transition: all 0.2s ease;
}
.custom-contect-form-v2 .custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #fff;
  border-color: #fff;
}
.custom-contect-form-v2 .custom-checkbox input[type=checkbox]:checked~.checkmark {
  background-color: #000;
  border-color: #000;
}
.custom-contect-form-v2 .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-contect-form-v2 .custom-checkbox input[type="checkbox"]:checked ~ .checkmark::after {
  display: block;
}
.contact-form-button .button {
  border-radius: 0;
  font-size: 20px;
  line-height: 1.4;
  padding: 12px 30px;
}
.template_contact .section-stack__contact.mobile {
  display: none;
}
.custom-contect-form-v2 .input-row {
  align-items: start;
}
.custom-contect-form-v2 .contact-form-text {
  display: flex;
  align-items: start;
  gap: 32px;
}
.custom-contect-form-v2 .form-vertical .form-control-select-order input {
  background-color: transparent;
}
.contact-form-order {
  width: 100%;
  display: inline-block;
}
.custom-contect-form-v2 .form-vertical .form-control-select-order textarea {
  width: 100%;
  font-family: Roboto;
  letter-spacing: normal !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  border: none;
  background: transparent;
  overflow: hidden;
  resize: vertical;
  height: auto;
  min-height: 75px;
  max-height: 300px;
}
.form-control-select-order input {
  width: 100%;
  background-color: transparent;
}
.custom-contect-form-v2 .required-fields {
  text-align: left;
  margin-top: 10px;
}
.custom-contect-form-v2 .form-vertical textarea {
  margin-bottom: 0;
}
.custom-contect-form-v2 .contect-form-message {
  margin-bottom: 30px;
}
.custom-contect-form-v2 .section-stack__contact .prose {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.custom-contect-form-v2 .section-stack__contact .prose a {
  color: #000000;
}
.section-stack {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 40px;
}
.section-stack__contact ul {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 0;
}
.section-stack__contact ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.custom-contect-form-v2 .form-vertical input,
.custom-contect-form-v2 .form-vertical textarea {
  width: 100%;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 10px;
}
.custom-contect-form-v2 .form-vertical .btn {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  background-color: #de2330;
  color: #fff;
  padding: 6px 35px;
  display: block;
}
.form-control-select-order {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
}
.custom-contect-form-v2 .section-stack__contact ul li svg path {
  fill: #000;
}
.custom-contect-form-v2 .select-label-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  text-align: left;
  margin-bottom: 5px;
}
.custom-contect-form-v2 .select-label-text-main {
  margin-top: 20px;
}
.custom-contect-form-v2 .form-vertical select {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  border: none;
  color: #000;
  background-color: transparent;
  background-image: none;
  z-index: 1;
}
@media (max-width: 1199px) {
  .custom-contect-form-v2 .contact-form-text {
    gap: 20px;
  }
  .custom-contect-form-v2 .shopify-section--contact .section {
    padding: 0;
  }
  .custom-contect-form-v2 .section-stack__contact .prose {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .custom-contect-form-v2 .contact-form-button .button {
    padding: 10px 20px;
  }
  .custom-contect-form-v2 .custom-contact-form .form-vertical {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .custom-contect-form-v2 .section-stack {
    grid-template-columns: 1fr;
  }
  .custom-contect-form-v2 .section-stack__intro .social-media {
    gap: 8px !important;
  }
  .custom-contect-form-v2 .section-stack__contact.desktop {
    display: none;
  }
  .custom-contect-form-v2 .section-stack__contact.mobile {
    display: block;
  }
  .custom-contect-form-v2 .section-stack__contact .social-media {
    justify-content: center;
    padding-left: 0;
  }
  .custom-contect-form-v2 .section-stack__intro,
  .custom-contect-form-v2 .section-stack__contact {
    text-align: center;
    color: #000;
  }
  .section-stack__contact ul {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .custom-contect-form-v2 .section-stack__intro .prose h2 {
    font-size: 36px;
  }
  .custom-contect-form-v2 .contact-form-button {
    flex-direction: column;
    gap: 26px;
    align-items: start;
  }
  .custom-contect-form-v2 .contact-form-button .button {
    width: 100%;
  }
  .custom-contect-form-v2 .section-stack__intro h2 {
    font-size: 36px;
  }
  .custom-contect-form-v2 .contact-form-text.grid__item .medium-up--one-half {
    width: 100%;
  }
  .custom-contect-form-v2 .contact-form-text {
    flex-direction: column;
  }
  .custom-contect-form-v2 .form-vertical .btn {
    width: 100%;
    margin: 0;
  }
  .custom-contect-form-v2 .page-width {
    padding: 0;
  }
  .custom-contect-form-v2 .section-stack__intro,
  .custom-contect-form-v2 .section-stack__contact.mobile {
    padding: 0 20px;
  }
}
@media (max-width: 699px) {
  .template_contact .section-stack__contact .social-media {
    gap: 5px !important;
  }
}
/********************** contact form end ***********************/
/********************** image visit text start ***********************/
.image-visit-text {
  padding: 0;
}
.image-visit-text .feature-row {
  align-items: center;
  margin: 0;
  display: grid;
  grid-template-columns: 8fr 4fr;
  background-color: #F1F1F1;
}
.image-visit-text .feature-row__item .feature-row__item-image {
  max-width: 100% !important;
}
div.image-visit-text.text-and-image-custom .h3 {
  font-size: 36px;
  line-height: 1.4;
  font-family: var(--typeHeaderPrimary) !important;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
div.image-visit-text .rte.featured-row__subtext,.image-visit-text .feature-row__text .btn {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  font-family: Roboto;
}
.image-visit-text .feature-row__text .btn {
  text-align: left;
  background-color: transparent;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.image-visit-text .image-wrap.mobile {
  display: none;
}
.image-visit-text .feature-row__item .image-wrap img {
  opacity: 1;
}
div.image-visit-text .rte.featured-row__subtext {
  margin-bottom: 15px;
}
.image-visit-text .feature-row__text .btn:after,
.image-visit-text .feature-row__text .btn:before {
  display: none;
}
.image-visit-text .feature-row__text {
  padding: 30px;
}
.template_contact div.text-and-image-custom {
  background: #000;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1420px) {
  .image-visit-text .container {
    width: 1420px;
  }
}
@media (min-width: 1150px) and (max-width: 1400px) {
  .image-visit-text .feature-row {
    grid-template-columns: 7fr 5fr;
  }
  div.image-visit-text.text-and-image-custom .h3 {
    font-size: 32px;
  }
  .image-visit-text .feature-row__text {
    padding: 6px 15px;
  }
}
@media (max-width: 1199px) {
  .image-visit-text .feature-row {
    grid-template-columns: 6fr 3fr;
  }
  .image-visit-text .feature-row__text {
    padding: 15px;
  }
  div.image-visit-text.text-and-image-custom .h3,
  div.image-visit-text .rte.featured-row__subtext {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .image-visit-text .feature-row__text {
    text-align: center;
    order: 1 !important;
    padding: 40px 32px;
  }
  .image-visit-text .feature-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .image-visit-text .feature-row__item {
    order: 2;
  }
  .image-visit-text .container {
    width: 100%;
  }
  .template_contact .text-and-image-custom {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .image-visit-text .image-wrap.mobile {
    display: block;
  }
  .image-visit-text .image-wrap.desktop {
    display: none;
  }
  .text-columns-section .page-width {
    padding: 0;
  }
}
@media (max-width: 699px) {
  .image-visit-text .feature-row__text {
    padding: 40px 20px;
  }
}
/********************** image visit text end ***********************/
/********************** custom office locations start ***********************/
.template_contact .text-columns-locations {
  background-color: #fff;
  padding-top: 0;
}
.custom-office-locations-icon-v2 {
  padding: 40px;
  box-shadow: none;
  background-color: #F1F1F1;
  border-radius: 0;
}
.custom-office-locations-icon-v2 .text-section {
  gap: 5px;
}
.custom-office-locations-icon-v2 .text-coluns-content .rte-setting {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
}
.custom-office-locations-icon-v2 .text-coluns-content .rte-setting a {
  color: #000000;
}
.custom-office-locations-icon-v2 .text-coluns-content h3 {
  font-size: 28px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 5px;
}
.custom-office-locations-icon-v2 .grid__item {
  display: grid;
  grid-template-columns: 3fr 10fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 0;
}
.template_contact .shopify-section--multi-column {
  background-color: #fff;
}
.custom-office-locations-icon-v2 .section-header {
  margin-bottom: 32px;
}
.custom-office-locations-icon-v2 .section-header h2 {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: normal !important;
  color: #000;
  margin: 0;
}
.custom-office-locations-icon-v2 .section-stack {
  gap: 32px;
}
.custom-office-locations-icon-v2 .section-header {
  display: block;
}
@media (max-width: 1199px) {
  .custom-office-locations-icon-v2 .multi-column {
    grid: unset;
    scrollbar-width: none;
    scroll-snap-type: unset;
    overscroll-behavior-x: unset;
    overflow-x: unset;
    overflow-y: unset;
    grid-template-columns: auto auto;
  }
  .custom-office-locations-icon-v2 {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-office-locations-icon-v2 {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .custom-office-locations-icon-v2 .multi-column {
    grid-template-columns: auto;
    gap: 40px;
  }
  .custom-office-locations-icon-v2 .grid__item {
    display: grid;
    grid-template-columns: 2fr 10fr;
    margin-bottom: 30px;
  }
}
@media (max-width: 699px) {
  .custom-office-locations-icon-v2 {
      padding: 40px 20px;
  }
}
/********************** custom office locations end ***********************/
/********************** multi column text section start ***********************/
.template_contact #shopify-section-trx-text-columns .page-width,
.template_contact .multi-column-content {
  width: 100% !important;
}
.template_contact .multi-column-content {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
  background-color: #fff;
}
.multi-column-text-section h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  letter-spacing: 2px !important;
  margin-bottom: 13px;
}
.multi-column-text-section .multi-column__item .text-section {
  gap: 0;
}
.multi-column-text-section .rte-setting {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.multi-column-text-section .grid__item {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .multi-column-text-section .grid:not(.grid--no-spacing) {
      margin-left: -40px;
  }
  .multi-column-text-section .grid__item {
    padding-left: 40px;
  }
}
@media (max-width: 999px) {
  .multi-column-text-section .multi-column {
    grid: unset;
    scrollbar-width: none;
    scroll-snap-type: unset;
    overscroll-behavior-x: unset;
    overflow-x: unset;
    overflow-y: unset;
    grid-template-columns: auto auto auto;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .multi-column-text-section .multi-column {
    grid-template-columns: auto;
    gap: 40px;
  }
  .custom-office-locations-icon-v2 {
    gap: 20px;
  }
  .template_contact .multi-column-content {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  .multi-column-text-section .grid__item {
    margin-bottom: 30px;
  }
}
/********************** multi column text section end ***********************/
.product__additional-content .tab-contents--has-media .tab-contents__content {
  width: 100%;
}
.grid-product__meta .grid-product__title,
.grid-product__meta .grid-product__vendor,
.grid-product__meta .grid-product__price {
  font-weight: 400;
}
.gpo-form__group .wheel-mount-hidden {
  display: none;
}
/********************** Simulator Assembly Service start ***********************/
.template_assembly-service-product .page-content--product {
  background: #fff;
  color: #000;
}
.template_assembly-service-product .product__price,
.template_assembly-service-product .variant__label,
.template_assembly-service-product .variant__button-label,
.template_assembly-service-product .variant-input-wrap label,
.template_assembly-service-product .product__quantity label {
  color: #000;
}
.template_assembly-service-product .product__quantity label {
  font-size: 16px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}
.template_assembly-service-product .product__price {
  font-size: 20px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 700;
  line-height: 1.4;
}
.template_assembly-service-product .index-section {
  padding: 0;
}
.template_assembly-service-product .c_single_text {
  background-color: #e92e2e;
}
.template_assembly-service-product .c_bass_shaker {
  color: #fff;
}
.template_assembly-service-product .custom-section {
  padding: 70px 0;
}
.template_assembly-service-product .custom-section-inner h2 {
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 7px;
  color:#E92E2E;
}
.template_assembly-service-product .custom-section-inner h4 {
  font-size: 20px;
  font-weight: 600;
  width: 82%;
  text-transform: none;
  line-height: 24px;
  margin-bottom: 20px;
}
.template_assembly-service-product .custom__item {
  margin-bottom: 0;
}
.template_assembly-service-product .custom__item-inner > h4:nth-of-type(2) {
  margin-top: 40px;
}
.template_assembly-service-product .custom-section-inner li {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 14px;
}
.template_assembly-service-product .custom-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.template_assembly-service-product .custom-section-inner .section-image.image-alignment-right {
  order: 2;
}
.template_assembly-service-product .custom-section-inner .section-image.image-alignment-left{
  order:1;
}
.template_assembly-service-product .custom-section-inner .desc-alignment-left{
  order:2;
}
.template_assembly-service-product .c_amp {
  color: #000;
}
.template_assembly-service-product .custom-video {
  padding: 70px 0;
}
.template_assembly-service-product .background-video-block {
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
.template_assembly-service-product .custom-section.c_amp.c_easy_mount .custom-section-inner h2{
  color:#000;
}
.template_assembly-service-product .custom-video video {
  width: 100%;
}
.template_assembly-service-product .video-header {
  text-align: center;
  margin-bottom: 30px;
}
.template_assembly-service-product .video-header h2 {
  font-size: 48px;
  color: #e92e2e;
  font-style: italic;
  font-weight: 800;
}
.template_assembly-service-product .video-header h5 {
  font-size: 20px;
  color: #101010;
  font-weight: 500;
  text-transform: none;
}
.template_assembly-service-product .index-section--footer {
  padding: 70px 0;
}
.template_assembly-service-product .c-button {
  background-color: #e92e2e;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 21px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Bebas Neue Regular';
  letter-spacing: .01em;
  line-height: 1.42;
  text-transform: uppercase;
}
.template_assembly-service-product .c_image_overlay h5 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0;
  font-style: italic;
  color: #fff;
}
.template_assembly-service-product .c_image_overlay h1,
.template_assembly-service-product .c_image_overlay h2 {
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 0;
  font-style: italic;
}
.template_assembly-service-product .c_image_overlay h2 {
  color: #fff;
}
.template_assembly-service-product .c_image_overlay h1 {
  color: #e92e2e;
}
.template_assembly-service-product .c_image_overlay p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.template_assembly-service-product .c-image-inner {
  display: grid;
  grid-template-columns: 0.2fr 2fr 2fr;
  gap: 30px;
}
.template_assembly-service-product .section-logo {
  padding-top: 30px;
}
.template_assembly-service-product .c_image_overlay {
  position: relative;
  padding: 90px 0 25px;
  margin: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0268/8149/1135/files/sport-smoke-white_1.png?v=1718999417);
  background-size: cover;
  height: auto;
  width: 100%;
  overflow:hidden;
}
.template_assembly-service-product .c_image_overlay .custom__item{
  padding-left:0;
}
.template_assembly-service-product .c_recommendations {
  padding: 70px 0;
}
.template_assembly-service-product .c_recommendations .section-header__title {
  color: #101010;
  text-align: left;
}
.template_assembly-service-product [data-button_style="angled"] .btn:before,
.template_assembly-service-product [data-button_style="angled"] .btn:after {
  display: none;
}
.template_assembly-service-product .c_qty_atc {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-bottom:20px;
}
.template_assembly-service-product .product__quantity {
  margin-bottom: 0;
}
.template_assembly-service-product .js-qty__wrapper {
  max-width: 146px;
  color: #000;
  border-radius: 4px;
  border-color: #000;
}
.template_assembly-service-product .js-qty__adjust .icon path {
  fill: #000;
}
.template_assembly-service-product .js-qty__adjust {
  padding: 0 20px;
}
.template_assembly-service-product .c_qty_atc .btn,
.template_assembly-service-product .c_qty_atc .gPreorderBtn {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  height: 44px !important;
  background: #e92e2e !important;
  box-shadow: none !important;
  color: #fff !important;
  border-radius: 5px;
  border-radius: 5px;
  max-width: 196px;
  margin: 0;
}
.template_assembly-service-product .c_qty_atc .gPreorderBtn:hover {
  background: #e92e2e !important;
  color: #fff !important;
}
.template_assembly-service-product .c_qty_atc .btn.klaviyo-bis-trigger{
   max-width: 220px;
}
.template_assembly-service-product .btn--full {
  padding: 9px 20px;
}
.template_assembly-service-product .c_shippping_pay {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 25px;
  margin-top: 30px;
}
.template_assembly-service-product .c_shippping_pay .c_content {
  padding: 24px;
  border-radius: 5px;
}
.template_assembly-service-product .c_shippping_pay .c_content h5 {
  font-size: 14px;
  font-family: "Saira";
  font-weight: 800;
  font-style: italic;
}
.template_assembly-service-product .c_shippping_pay .c_content p {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 0;
}
.template_assembly-service-product .c_content_1 {
  background-color: #000;
  color: #fff;
}
.template_assembly-service-product .c_content_2 {
  background-color: #10101010;
}
.template_assembly-service-product .c_shippping_pay .c_content.c_content_2 p {
  color: #101010;
}
.template_assembly-service-product div.haptic-bass-shaker-kit .product-single__meta div#button-container, 
.template_assembly-service-product div.haptic-bass-shaker-kit .product-single__meta label.variant__label {
  display: none;
}
.template_assembly-service-product div.haptic-bass-shaker-kit .product-single__meta .variant-wrapper.variant-wrapper--button.js {
  margin-bottom: 35px;
}
.template_assembly-service-product .variant-input-wrap input[type=radio]:checked+label {
  font-size: 18px;
  line-height: 20px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  border-color: #000;
  transition: background-color 0.3s;
  padding: 7px 20px;
  margin: 0 10px;
  cursor: pointer;
  border: 1px solid #000;
  text-transform: capitalize;
}
.template_assembly-service-product .variant-input-wrap input[type=radio]+label {
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 0.3s;
  padding: 7px 20px;
  margin: 0 10px;
  cursor: pointer;
}
.template_assembly-service-product .c_desc p {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: lighter;
  margin-bottom: 0;
}
.template_assembly-service-product .c_product_section {
  position: relative;
  margin-bottom: 0px;
}
.template_assembly-service-product .c_product_section select {
  width: 100%;
  border-radius: 5px;
}
.template_assembly-service-product .c_product_section:before {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0268/8149/1135/files/Vector_99.png?v=1718875596");
  position: absolute;
  top: 15px;
  left: auto;
  right: 16px;
  width: 12px;
  height: 9px;
  background-repeat: no-repeat;
  display:none;
}
.template_assembly-service-product .product-single__sku {
  font-family: Roboto, sans-serif!important;
  color: #10101080;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 18px;
}
.template_assembly-service-product .shipping-policy-container,
.template_assembly-service-product .shipping-policy-container a {
  color: #000;
}
.template_assembly-service-product .shipping-policy-container {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.template_assembly-service-product .shipping-policy-container a {
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  text-decoration: underline;
}
.template_assembly-service-product .small--text-center {
  margin-top: 5px;
  margin-bottom: 25px;
}
.template_assembly-service-product [dt-testatt="main"],
.template_assembly-service-product shopify-payment-terms {
  display: none;
}
.template_assembly-service-product .product__thumb-item.slick-current {
  border: none;
  border-bottom: 2px solid #000;
}
.template_assembly-service-product [data-center-text="true"] .payment-icons {
  text-align: left;
}
.template_assembly-service-product .payment-icons li {
  margin: 0 2px;
}
.template_assembly-service-product .ImageHero.ImageHero--large.background-video-block {
  display: flex;
  margin: 0 auto;
  text-align: center;
  max-width: initial;
  justify-content: space-between;
  align-items: center;
  gap:20px;
}
.template_assembly-service-product .ImageHero.ImageHero--large.background-video-block img{
  max-width:50%;
}
.template_assembly-service-product .bannerContainer .ImageHero {
    flex: 1;
    margin: 0 auto;
    text-align: center;
}
.template_assembly-service-product .bannerContainer {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
    align-items: center;
}
.template_assembly-service-product .ImageHero.BannerImg2 img {
    width: 70%;
}
.template_assembly-service-product .ImageHero.BannerImg3 img {
    width: 35%;
}
.template_assembly-service-product .ImageHero.BannerImg2 {
    text-align: right;
}
.template_assembly-service-product p.desc {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: left;
}
.template_assembly-service-product .custom-section.c_amp.imgRight .section-image.image-alignment-left {
    text-align: right;
}
.template_assembly-service-product .custom-section.imgRight .custom-section-inner{
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template_assembly-service-product .custom-section.imgRight .custom-section-inner .section-description , 
.template_assembly-service-product .custom-section.imgRight .custom-section-inner .section-image{
  max-width:50%;
}
.template_assembly-service-product .custom-section.imgRight .custom-section-inner .section-description{
  max-width:370px;
  width:100%;
}
.template_assembly-service-product .custom-banner{
  padding:70px 0;
}
.template_assembly-service-product .custom-banner h2 {
  font-size: 48px;
  font-family: Saira;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 30px;
  color: #000;
}
/* .template_assembly-service-product .grid-product__content{
  border: none;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color:#000;
} */
.template_assembly-service-product .grid-product__price ,
.template_assembly-service-product .grid-product__price--savings{
  color:#000;
}
.template_assembly-service-product .grid-product__price{
  opacity:0.4;
  order:2;
}
.template_assembly-service-product .grid-product__meta div:nth-child(2){
  order:3;
}
.template_assembly-service-product .okeReviews.okeReviews--theme .okeReviews-starRating-indicator-layer--foreground{
  filter: invert(1);
}
.template_assembly-service-product [data-oke-reviews-product-listing-rating] .okeReviews.okeReviews--theme .okeReviews-reviewsSummary{
  margin-bottom:0!important;
}
.template_assembly-service-product .okeReviews .okeReviews-reviewsSummary,
.template_assembly-service-product .okeReviews .okeReviews-reviewsSummary-ratingCount,
.template_assembly-service-product .okeReviews .okeReviews-reviewsSummary-starRating{
  vertical-align:middle;
}
.template_assembly-service-product .okeReviews.okeReviews--theme .okeReviews-reviewsSummary-ratingCount{
  color:#000!important;
}
.template_assembly-service-product .grid-product__content:before{
  display:none;
}
.template_assembly-service-product .gpo-app .gpo-label,
.template_assembly-service-product .gpo-app .gpo-label span.label-content, 
.template_assembly-service-product .gpo-app .gpo-label span.addOn,
.template_assembly-service-product .gpo-app .gpo-label.required span.label-content::after{
  color:#000!important;
}
.template_assembly-service-product .product-single__title {
   font-family: Bebas Neue !important;
   font-weight: 400;
   font-size: 54px;
   line-height: 1;
   letter-spacing: 0 !important;
   margin: 5px 0 0;
}
.site-header .site-nav--has-dropdown .site-nav__link--underline:after {
  border-bottom-color: #fff;
}
.site-header .site-nav--has-dropdown:hover>a {
  background-color: transparent;
  color: #fff !important;
}
.site-header .site-nav__dropdown a {
  background-color: #000;
}
.site-header .site-nav__dropdown .h5 a {
  color: #fff;
}
.site-header .site-nav__dropdown{
  background-color: #000;
}
.template_assembly-service-product .page-content--product .gpo-app .gpo-swatches label {
  padding: 1px;
  border: 1px solid #bdb8b8;
  border-radius: 14px;
}
.template_assembly-service-product .okeReviews.okeReviews--theme .okeReviews-starRating-indicator-layer--foreground {
  filter: invert(1) !important;
}
.template_assembly-service-product .okeReviews.okeReviews--theme .okeReviews-reviewsSummary-ratingCount {
  color: #000;
}
.template_assembly-service-product .c_qty_atc .btn {
  border-radius: 8px;
}
.template_assembly-service-product .c_qty_atc .btn:before,
.template_assembly-service-product .c_qty_atc .btn:after {
  display: none;
}
.payment_types_label_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .5px;
  margin: 0 0 5px;
  color: #000;
}
.template_assembly-service-product .payment_image {
  margin-top: 40px;
}
.template_assembly-service-product .payment_image .footer__section {
  margin-top: 0;
  margin-bottom: 0;
}
.template_assembly-service-product .payment-icons {
  text-align: left;
}
.c_shippping_text a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-top: 40px;
}
.c_shippping_text p {
  margin-bottom: 0;
}
.product-description ul {
  margin-left: 15px;
}
.template_assembly-service-product .product-single__meta {
  text-align: left;
}
.template_assembly-service-product .product__policies {
  text-align: left !important;
}
.template_assembly-service-product .product-single__vendor a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #000;
}
.template_assembly-service-product .js-qty__wrapper .js-qty__adjust:hover {
  background-color: transparent;
  color: transparent
}
.template_assembly-service-product .js-qty__wrapper .js-qty__num:focus {
  border-color: transparent;
}
.template_assembly-service-product .product__thumbs {
  display: flex !important;
}
@media(min-width: 769px) {
  .template_assembly-service-product .product__photos .product__thumbs--below {
      margin-top: 15px !important;
  }
}
@media(max-width:1199px){
  .template_assembly-service-product .c_image_overlay{
    padding-bottom: 30px;
    padding-top:50px;
  }
  .template_assembly-service-product .product-single__title {
    font-size: 42px;
  }
  .template_assembly-service-product .product-single__meta {
    padding-left: 22px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .template_assembly-service-product .c_image_overlay .c-image-inner {
    grid-template-columns: 0.1fr 1fr;
    grid-template-rows: auto auto;
  }
  .template_assembly-service-product .c_image_overlay .section-logo {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .template_assembly-service-product .c_image_overlay .section-description {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .template_assembly-service-product .c_image_overlay .section-image {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }
}
@media (max-width: 1024px) {
  .template_assembly-service-product .c_image_overlay h1,
  .template_assembly-service-product .c_image_overlay h2 {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .template_assembly-service-product .c-image-inner {
    justify-content: center;
  }
  .template_assembly-service-product .c_shippping_pay {
    display: block;
  }
  .template_assembly-service-product .c_shippping_pay .c_content.c_content_1 {
    margin-bottom: 20px;
  }
  .template_assembly-service-product .custom-section{
    padding:40px 0;
  }
  .template_assembly-service-product .custom-section-inner h2 , 
  .template_assembly-service-product .custom-banner h2{
    font-size: 38px;
  }
  .template_assembly-service-product .custom-section-inner {
    display: block;
  }
  .template_assembly-service-product .custom-section-inner .section-image {
    max-width: 700px;
    margin: 0 auto;
    padding-top:25px;
  }
  .template_assembly-service-product .c_single_text h2 {
    font-size: 28px;
    line-height:30px;
  }
  .template_assembly-service-product .custom-section.c_amp.imgRight .section-image.image-alignment-left{
    text-align:center;
  }
  .template_assembly-service-product .ImageHero.ImageHero--large.background-video-block{
    display:block;
  }
  .template_assembly-service-product .ImageHero.ImageHero--large.background-video-block img{
    max-width:100%;
  }
  .template_assembly-service-product .ImageHero.ImageHero--large.background-video-block img:first-child{
    margin-bottom:30px;
  }
  .template_assembly-service-product .custom-section.imgRight .custom-section-inner{
    display:block;
  }
  .template_assembly-service-product .custom-section.imgRight .custom-section-inner .section-description,
  .template_assembly-service-product .custom-section.imgRight .custom-section-inner .section-image{
    max-width:100%;
  }
}
@media (max-width: 768px) {
  .template_assembly-service-product .c-image-inner {
    display: block;
  }
  .template_assembly-service-product .custom__item {
    padding: 0;
  }
  .template_assembly-service-product .video-header h2 {
    font-size: 38px;
  }
  .template_assembly-service-product .c_image_overlay{
    background-image: url(https://cdn.shopify.com/s/files/1/0268/8149/1135/files/mobile_background.jpg?v=1719481228);
    background-size: cover;
  }
  .template_assembly-service-product .c_image_overlay h1,
  .template_assembly-service-product .c_image_overlay h2 {
    font-size: 52px;
  }
  .template_assembly-service-product .c_image_overlay p {
    font-size: 18px;
  }
  .template_assembly-service-product .custom-section,
  .template_assembly-service-product .custom-video,
  .template_assembly-service-product .custom-banner {
    padding: 40px 0;
  }
  .template_assembly-service-product .section-logo{
    padding-top:0;
    text-align: right;
  }
  .template_assembly-service-product .section-description{
    margin-bottom:30px;
  }
  .template_assembly-service-product .c_image_overlay{
    padding-bottom:0;
  }
  .template_assembly-service-product .product-single__sku {
    justify-content: center;
  }
  .template_assembly-service-product .product-single__meta {
    padding-left: 0;
  }
  .template_assembly-service-product .product-single__meta {
    text-align: center;
  },
  .template_assembly-service-product .product-single__meta .template_assembly-service-product .product__policies {
    text-align: center !important;
  }
  .product-single__meta .product-description,
  .template_assembly-service-product .c_qty_atc,
  .template_assembly-service-product .product-single__meta .hc-eta,
  .payment_types_label_text {
    text-align: left;
  }
  .c_shippping_text {
    text-align: left;
    display: block;
  }
  .template_assembly-service-product .price-shipping-text {
    max-width: 200px;
    text-align: left;
    margin: 0 auto;
  }
  .template_assembly-service-product .product-single__title {
    font-size: 54px;
  }
  .template_assembly-service-product .payment_image,
  .c_shippping_text a {
    margin-top: 30px;
  }
  .template_assembly-service-product .page-content--product {
    padding: 80px 0;
  }
  .product-handle__simulator-assembly-service .grid {
    margin-left: 0;
  }
  .product-handle__simulator-assembly-service .grid__item {
    padding-left: 0;
  }
  .product-handle__simulator-assembly-service .product__thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .product-handle__simulator-assembly-service .product__thumbs::-webkit-scrollbar {
    display: none;
  }
  .product-handle__simulator-assembly-service .product__thumbs {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-handle__simulator-assembly-service .product__thumbs--below .product__thumb-item {
    min-width: 80px !important;
    max-width: 100% !important;
  }
  .product-handle__simulator-assembly-service .product__photos .product__photo-dots {
    display: none;
  }
  .product-handle__simulator-assembly-service .product-single__meta {
    margin-top: 30px;
  }
  .product-handle__simulator-assembly-service .product__main-photos {
    margin-left: 0;
    margin-right: 0;
  }
  .product-handle__simulator-assembly-service .product__main-photos .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 585px) {
  .template_assembly-service-product .c_single_text h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .template_assembly-service-product .c_image_overlay h1,
  .template_assembly-service-product .c_image_overlay h2 {
    font-size: 48px;
  }
  .template_assembly-service-product .c-image-inner .section-logo img {
    max-width: 56px;
    width: 100%;
  }
  .template_assembly-service-product .custom-section-inner h2,
  .template_assembly-service-product .custom-banner h2 {
    font-size: 32px;
  }
  .template_assembly-service-product .custom-section-inner h4 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .template_assembly-service-product .c_image_overlay h1,
  .template_assembly-service-product .c_image_overlay h2 {
    font-size: 40px;
  }
  .template_assembly-service-product .c_image_overlay p {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .template_assembly-service-product .product-single__title {
    font-size: 40px;
  }
}
/********************** assembly service page start ***********************/
.assembly-servide-content {
  background-color: #DE2330;
  padding: 10px 10px 5px;
}
.template_assembly-service-product .grid__item h2 {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 96%;
  letter-spacing: normal !important;
  margin-bottom: 0;
}
.assembly-servide-content .rich-text__wrapper {
  max-width: 100%;
}
@media (max-width: 400px) {
  .template_assembly-service-product h2 {
    font-size: 18px;
  }
}
/********************** assembly service page end ***********************/
/********************** assembly benifits section v2 start ***********************/
.assembly-benifits-section-v2.index-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2A2A2A;
} 
.assembly-benifits-section-v2 .section-header h2 {
  position: relative;
  max-width: 768px;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: Roboto !important;
  letter-spacing: 1px !important;
  text-transform: none;
  color: #fff;
  line-height: 1.4;
  padding-top: 50px;
  margin: 0 auto 15px;
}
.assembly-benifits-section-v2 .section-header h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 16px;
  background-color: #DE2330;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.assembly-benifits-section-v2 .section-header .benefit-desc {
  max-width: 768px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin: 0 auto;
}
.assembly-benifits-section-v2 .text-section {
  text-align: left;
  gap: 0;
  padding: 0 10px;
}
.assembly-benifits-section-v2 .text-section .desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
.assembly-benifits-section-v2 .multi-column .text-section .prose p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
.assembly-benifits-section-v2 .text-section .title {
  font-size: 28px;
  line-height: 96%;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400;
  letter-spacing: normal !important;
  color: #fff;
}
.assembly-benifits-section-v2 img {
  border-radius: 0;
}
.assembly-benifits-section-v2 .section-header {
  gap: 0;
}
.assembly-benifits-section-v2 .grid__item {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.assembly-benifits-section-v2 .grid {
  position: relative;
  padding-bottom: 100px;
  margin: 0;
}
.assembly-benifits-section-v2 .grid:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #717171;
}
.assembly-benifits-section-v2 .benifits-trx-image {
  max-width: 100% !important;
}
.assembly-benifits-section-v2 .image-wrap .benifits-trx-image {
  margin-bottom: 20px;
}
.assembly-benifits-section-v2 .trx-benifits-main {
  display: grid;
  row-gap: 20px;
  padding-bottom: 0;
}
@media(min-width: 992px) {
  .assembly-benifits-section-v2 .section-header {
    grid-template-columns: 820px;
  }
  .assembly-benifits-section-v2 .trx-benifits-main {
    grid-template-columns: repeat(5, 1fr);
  }
  .assembly-benifits-section-v2 .multi-column__item {
    grid-column: unset;
  }
  .assembly-benifits-section-v2 img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media(max-width: 1199px) {
  .assembly-benifits-section-v2 .text-section .title {
    font-size: 22px;
  }
}
@media(max-width: 991px) {
  .assembly-benifits-section-v2 .grid:before {
    left: 32px;
    right: 32px;
  }
  .assembly-benifits-section-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .assembly-benifits-section-v2 .multi-column {
    padding-bottom: 80px;
  }
  .assembly-benifits-section-v2.index-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .assembly-benifits-section-v2 .section-header .benefit-desc br {
    display: none;
  }
  .assembly-benifits-section-v2 .grid {
    padding-bottom: 80px;
  }
  .assembly-benifits-section-v2 .section-header h2 br {
    display: none;
  }
  .assembly-benifits-section-v2 .trx-benifits-main {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media(max-width: 768px) {
  .assembly-benifits-section-v2 .text-section .title {
    font-size: 28px;
  }
  .assembly-benifits-section-v2 .multi-column {
    grid: auto / auto-flow 33vw;
  }
  .assembly-benifits-section-v2 #trx-benifits-image {
    row-gap: 64px;
  }
  .assembly-benifits-section-v2 .multi-column .text-section {
    padding: 0 10px;
  }
  .assembly-benifits-section-v2 .grid__item {
    width: 33%;
  }
  .assembly-benifits-section-v2 .page-width {
    padding: 0;
  }
  .assembly-benifits-section-v2 .section-header {
    padding: 0 17px;
  }
  
  .assembly-benifits-section-v2 .trx-benifits-main {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #999 #f0f0f0;
    padding-bottom: 10px;
  }
  .assembly-benifits-section-v2 .grid__item {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 25%;
  }
  .assembly-benifits-section-v2 .trx-benifits-main::-webkit-scrollbar {
    height: 8px;
  }
  .assembly-benifits-section-v2 .trx-benifits-main::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }
  .assembly-benifits-section-v2 .trx-benifits-main::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
  }
  .assembly-benifits-section-v2 .trx-benifits-main::-webkit-scrollbar-thumb:hover {
    background-color: #666;
  }
  .assembly-benifits-section-v2 .grid__item:first-child {
    padding-left: 17px;
  }
}
@media(max-width: 575px) {
  .assembly-benifits-section-v2 .grid__item {
    width: 50%;
  }
  .assembly-benifits-section-v2 .multi-column {
    grid: auto / auto-flow 50vw;
  }
}
/********************** assembly benifits section v2 end ***********************/
/********************** custom image content block start ***********************/
.custom-image-content-block {
  padding-bottom: 100px;
}
.custom-image-content-block .custom-image-text-main {
  border-bottom: 2px solid #717171;
  padding-top: 0;
  padding-bottom: 100px;
}
.custom-image-content-block .custom-image-text-block-hadding {
  position: relative;
  font-size: 22px;
  font-family: Roboto !important;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
  padding: 50px 0 15px;
}
.custom-image-content-block .custom-image-text-block-hadding:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 16px;
  background-color: #de2330;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.custom-image-content-block .custom-image-block-text p {
  font-size: 18px;
  font-weight: 400;
  font-family: Roboto;
  color: #fff;
  line-height: 1.4;
}
.custom-image-content-block.custom-image-text-bloc .custom-image-block-text {
  margin-bottom: 62px;
}
.custom-image-content-block .custom-image-text-block-content {
  background-color: transparent;
  padding: 0;
}
.custom-image-content-block .custom-image-text-content {
  position: relative;
  background-color: #424242;
  padding: 40px 24px;
}
.custom-image-content-block .custom-image-text-block-main {
  gap: 56px;
}
.custom-image-content-block .custom-image-text-block-title {
  font-size: 40px;
  line-height: 96%;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif !important;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.custom-image-content-block .custom-image-text strong {
  font-weight: 600;
  color: #fff;
}
.custom-image-content-block .custom-image-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1px;
}
.custom-image-content-block .custom-image-text-number {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #DE2330;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width: 1200px) {
  .custom-image-content-block .custom-image-text-main .custom-image-text-block-content {
    max-width: 1200px;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .custom-image-content-block .custom-image-text-block-hadding br {
    display: none;
  }
  .custom-image-content-block .custom-image-text-block .page-width {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .custom-image-content-block .custom-image-text-main,
  .custom-image-content-block {
    padding-bottom: 80px;
  }
  .custom-image-content-block .custom-image-text-block-main {
    gap: 30px;
  }
  .custom-image-content-block .custom-image-text-content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .custom-image-content-block .custom-image-text-block-main {
    grid-template-columns: 1fr 1fr;
  }
  .custom-image-content-block .custom-image-text-block .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .custom-image-content-block .custom-image-text-block-main {
    grid-template-columns: 1fr;
  }
  .custom-image-content-block .custom-image-text {
    margin-bottom: 0;
  }
  .custom-image-content-block .custom-image-text-content {
    max-width: 300px;
    margin: 0 auto;
  }
}
/********************** custom image content block end ***********************/
/********************** assembly service text content start ***********************/
.assembly-service-text-content .icon-block {
  display: none;
}
.assembly-service-text-content {
  background-color: #2a2a2a;
  padding-bottom: 100px;
}
.assembly-text-with-icons {
  background-color: #2a2a2a !important;
  padding-bottom: 100px; 
}
.assembly-text-with-icons .section {
  padding-top: 0;
  padding-bottom: 0; 
}
.assembly-service-text-content .grid {
  border-bottom: 2px solid #717171;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.assembly-service-text-content .grid>.grid__item {
  margin-bottom: 0;
}
.assembly-service-text-content .grid__item h3 {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 96%;
  padding-left: 30px;
  min-height: 75px;
  display: inline-block;
  margin-bottom: 30px;
}
.assembly-service-text-content .grid__item h3:after {
  position: absolute;
  content: "";
  width: 16px;
  background-color: #de2330;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.assembly-service-text-content .rte-setting {
  margin-bottom: 0;
}
.assembly-service-text-content .rte-setting p {
  margin: 0;
}
.assembly-service-text-content .rte-setting ul {
  background-color: #424242;
  padding: 10px;
  margin: 0 0 5px;
}
.assembly-service-text-content .rte-setting ul li strong {
  font-size: 22px;
  font-weight: 500;
}
.assembly-service-text-content .rte-setting ul li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  list-style: none;
}
@media(max-width: 1400px) {
  .assembly-service-text-content .grid__item h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media(max-width: 1199px) {
  .assembly-service-text-content .grid__item h3 {
    font-size: 24px;
    padding-left: 25px;
  }
  .assembly-service-text-content .text-with-icons__list {
    gap: 18px;
  }
  .assembly-service-text-content .grid__item h3:after {
    min-height: 65px;
  }
}
@media(max-width: 991px) {
  .assembly-service-text-content .grid {
    padding-bottom: 80px;
  }
}
@media(max-width: 767px) {
  .assembly-service-text-content .grid__item h3 {
    font-size: 40px;
    line-height: 96%;
    letter-spacing: 0 !important;
  }
  .assembly-service-text-content .text-with-icons__list {
    row-gap: 56px;
  }
  .assembly-service-text-content,
  .assembly-text-with-icons {
    padding-bottom: 80px;
  }
  .assembly-service-text-content .grid>.grid__item {
    padding-left: 0;
    margin-bottom: 56px;
  }
  .assembly-service-text-content .grid>.grid__item:last-child {
    margin-bottom: 0;
  }
  .assembly-service-text-content .grid {
    margin-left: 0;
  }
  .text-columns-section.assembly-service-text-content .page-width {
    padding: 0 17px;
  }
}
/********************** assembly service text content end ***********************/
/********************** assembly image with text start ***********************/
.assembly-image-with-text .grid {
  margin: 0;
}
.assembly-image-with-text .section-header h2 {
  position: relative;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  color: #fff;
  padding: 50px 0 15px;
  margin-bottom: 0;
}
.assembly-image-with-text .section-header h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 16px;
  background-color: #de2330;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.assembly-image-with-text .grid__item {
  padding: 0;
}
.assembly-image-with-text .section-header p {
  max-width: 768px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: Roboto;
  color: #fff;
  line-height: 1.4;
  margin: 0 auto;
}
.assembly-image-with-text .multi-column {
  gap: 0;
}
.assembly-image-with-text .multi-column__item,
.assembly-image-with-text .multi-column__item img {
  border-radius: 0;
}
.assembly-image-with-text .trx-benifits-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.assembly-image-with-text .trx-benifits-main .grid__item {
  width: 100%;
}
.assembly-image-with-text.index-section {
  background-color: #2a2a2a;
  padding-bottom: 100px;
}
@media(max-width: 991px) {
  .assembly-image-with-text.index-section {
    padding-bottom: 80px;
  }
}
@media(max-width: 768px) {
  .assembly-image-with-text .multi-column {
    grid-template-columns: repeat(2, 1fr);
  }
  .assembly-image-with-text .multi-column__item, 
  .assembly-image-with-text .multi-column__item img {
    aspect-ratio: 1;
    object-fit: cover;
  }
  .assembly-image-with-text {
    padding-bottom: 80px;
  }
  .assembly-image-with-text .section-header p br {
    display: none;
  }
  .assembly-image-with-text .trx-benifits-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
/********************** Simulator Assembly Service end ***********************/
.template_tr34a-product .product-single__description-wrapper .product-single__description-full,
.template_tr49a-product .product-single__description-wrapper .product-single__description-full  {
  display: none;
}
