/*
$siteMaxWidth: 640px; 
$xs: 0;
$xsm: 374px;
$sm: 576px;
$smd: 767px;
$md: 768px;
$lmd: 992px;
$lg: 1024px;
$xl: 1440px;
$xxl: 1920px;
*/
/* 
%equal-heights {
  display: flex;
  flex-wrap: wrap;
}
 */
/* Brand page mixins */
/* mixin for multiline */
/* Brand page mixins ends*/
@import url("https://fonts.googleapis.com/css?family=Roboto:wght@400,500,700,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800;900&display=swap");
/* Temp 02 Fonts Starts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800;900&display=swap");
.brandPage {
  margin-bottom: 60px;
}
@media (max-width: 815px) {
  .brandPage {
    margin-top: 0;
  }
}
.brandPage h2,
.brandPage h1.home-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 700;
  position: relative;
  padding-left: 56px;
  max-width: 1170px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 815px) {
  .brandPage h2,
  .brandPage h1.home-title {
    padding-left: 96px;
    font-size: 60px;
  }
}
@media (max-width: 815px) {
  .brandPage h2,
  .brandPage h1.home-title {
    margin-left: 15px;
  }
}
.brandPage h2.--reverse,
.brandPage h1.home-title.--reverse {
  color: #ffffff;
}
.brandPage h2.--reverse:after,
.brandPage h1.home-title.--reverse:after {
  background-color: #ffffff;
}
.brandPage h2:after,
.brandPage h1.home-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 815px) {
  .brandPage h2:after,
  .brandPage h1.home-title:after {
    width: 70px;
  }
}
.brandPage h1.home-title {
  display: block;
}
.brandPage .temp2 h1,
.brandPage .temp2 h2 {
  color: #febc11;
}
@media (min-width: 815px) {
  .brandPage .temp2 h1,
  .brandPage .temp2 h2 {
    padding-left: 20px;
    font-size: 50px;
  }
}
.brandPage .temp2 h1::after,
.brandPage .temp2 h2::after {
  display: none;
}
.brandPage .temp2 h1.home-title {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}
.brandPage .btn {
  padding: 19px 35px;
  border-radius: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
}
.brandPage .btn-red {
  color: #fff;
  background-color: #ee2e0a;
  border-color: #ee2e0a;
}
.brandPage .btn-red:hover {
  color: #fff;
  background: rgb(74.1397849462%, 14.3295382669%, 3.1151170145%);
}
.brandPage .btn.red-outline {
  color: #ee2e0a;
  background-color: transparent;
  border: 2px solid #ff0000;
  font-family: "Roboto Cn", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brandPage .btn.red-outline:hover {
  color: #fff;
  background: #ff0000;
}
.brandPage .btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.brandPage .btn-black:hover {
  color: #fff;
  background: rgb(5%, 5%, 5%);
  border-color: rgb(5%, 5%, 5%);
}
.brandPage .adsSection img {
  width: 100%;
}

.brandPage .langSelection h2 {
  font-size: 32px;
  margin: 26px;
}

.langSelection {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
}
.langSelection .langCont {
  background: #ffffff;
  width: 90%;
  max-width: 650px;
  height: 410px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 815px) {
  .langSelection .langCont {
    width: 96%;
    height: auto;
    padding-bottom: 20px;
    min-height: 280px;
  }
}
.langSelection .closePop {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.langSelection .closePop:hover {
  opacity: 1;
}
.langSelection .closePop:before, .langSelection .closePop:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
}
.langSelection .closePop:after {
  transform: rotate(-45deg);
}
.langSelection h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 35px;
  padding-left: 0;
}
.langSelection h2:after {
  display: none;
}
.langSelection .selectLang a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 5px 12px;
}
.langSelection .selectLang a span {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  padding-top: 42px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  height: 110px;
  width: 110px;
  transition: all 0.4s;
}
.langSelection .selectLang a em {
  font-size: 14px;
  color: #666;
  font-style: normal;
  margin-top: 14px;
  display: block;
  text-decoration: none;
}
.langSelection .selectLang a:hover span {
  color: #ffffff;
  background: #ee2e0a;
  transition: all 0.4s;
}

.loader_ajax {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  filter: alpha(opacity=90);
}

.loader_ajax_inner {
  height: 44px;
  width: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
}

/*
.price-info {
    height: 15px;
    width: 15px;
    margin: 0 5px 0 5px;
    background: url('../img/brands/icon-info.svg') no-repeat left top;
    background-size: cover;
    display: inline-block;
    text-indent: -99999px;
}
.brandPricePopup {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999999;
    .modal-dialog {
        max-width: 460px;
    }
    .modal-content { 
        border-radius: 12px;
        -webkit-box-shadow:0 0px 14px rgba(0, 0, 0, .4);
        box-shadow: 0 0px 14px rgba(0, 0, 0, .4); 
    } 
    .modal-body {
        padding: 40px 25px 30px;
        .table-responsive {
            border: 0 none;
        }
        h3 {
            font-family: 'Roboto' !important;    
            font-weight: 700 !important; 
            font-size: 22px !important;
            line-height: 25px;
            color: $black !important;
            margin-bottom: 8px;
            padding-left: 8px;
            text-align: left !important;
        }
        h4 {
            font-family: 'Roboto' !important; 
            font-weight: 500 !important;     
            font-size: 18px !important;
            line-height: 22px;
            color: $black !important; 
            padding-left: 8px;
        }
        table tr th,
        table tr td {
            color: $black;
            font-family: 'Roboto';  
            font-weight: 500;    
            font-size: 16px;
            line-height: 20px;
            color: $black;
            border-top: 0;
        }
        table tr td {
            text-align: right;
            width: 120px;
        }

        table tr:nth-last-child(2) {
            th, td {
                padding-bottom: 20px;
            }
        }
        table tr.total {
            border-top: solid 1px #b2b2b2;
            th, td {
                font-size: 18px;
                font-weight: 700;
                padding-top: 20px;  
            }
        }
        p.disc {
            color: $black;
            font-family: 'Roboto';  
            font-weight: 400;  
            font-size: 13px;
            line-height: 16px;
            color: $black;
            em {
                font-style: italic;
            }
        }
    }
    button.close {
        opacity: 1;
        height: 40px;
        width: 40px;
        border: 0 none;
        top: 5px;
        right: 5px;
        position: absolute;
        z-index: 1;
        &:hover {
            &:before, &:after {
                opacity: .6;
            }
        }
        &:before, &:after {
            position: absolute;
            top: 10px;
            left: 18px;
            content: ' ';
            height: 18px;
            width: 2px;
            background-color: #000;
        }
        &:before {
            transform: rotate(45deg);
        }
        &:after {
            transform: rotate(-45deg);
        }
    }
}
*/
.brandPage {
  margin-bottom: 0;
}
@media (max-width: 815px) {
  .brandPage {
    margin-top: 0px;
  }
}

.navbar-fixed-top {
  margin-bottom: 0 !important;
}

.section-raider .btn-yellow {
  background-color: #FFE806;
  color: #191701;
  padding: 12px 10px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  font-family: "Poppins";
  text-transform: none;
  width: 280px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .section-raider .btn-yellow {
    font-size: 14px;
    padding: 10px;
    line-height: 22px;
    text-align: center;
  }
}
.section-raider .btn-yellow:focus {
  outline: none;
}
.section-raider .btn-yellow.border-yellow {
  background-color: transparent;
  border: 1px solid #FFEF51;
  color: #FFEF51;
}
@media (max-width: 815px) {
  .section-raider .container {
    width: 100%;
  }
}
.section-raider .container .nav-tabs {
  border-bottom: 5px solid #E7E9EC;
  height: 61px;
}
.section-raider .container .nav-tabs > li > a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #999999;
  padding: 12px 15px;
  border: none;
}
.section-raider .container .nav > li > a:focus,
.section-raider .container .nav > li > a:hover {
  background-color: transparent;
  border: none;
  padding: 12px 15px;
}
.section-raider .container .nav-tabs > li.active > a,
.section-raider .container .nav-tabs > li.active > a:focus,
.section-raider .container .nav-tabs > li.active > a:hover {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  border: none;
  border-bottom: 5px solid #096F71;
  border-radius: 0;
}
.section-raider .container .breadcrumb {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 815px) {
  .section-raider .container .breadcrumb {
    padding-left: 24px;
  }
}
.section-raider .container .breadcrumb > li > a,
.section-raider .container .breadcrumb > .active {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 815px) {
  .section-raider .container .breadcrumb > li > a,
  .section-raider .container .breadcrumb > .active {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-raider .container .breadcrumb > li > a {
  font-family: "Poppins";
  font-weight: 400;
  color: #999999;
  margin-bottom: 40px;
}
.section-raider .container .breadcrumb > .active {
  font-family: "Poppins";
  font-weight: 600;
  color: #096F71;
}
.section-raider .container .breadcrumb > li + li:before {
  padding: 0 24px;
  content: "";
  background: url(../img/brands/raider/right-arrow-gray.svg) no-repeat;
  font-size: 32px;
  left: 8px;
  top: 8px;
}
@media (max-width: 815px) {
  .section-raider .container .breadcrumb > li + li:before {
    padding: 0 10px;
    background: url(../img/brands/raider/right-arrow-gray-mobile.svg) no-repeat;
    left: 0;
    top: 5px;
    font-size: 20px;
  }
}

img.lazy {
  background: transparent !important;
}

.section-hero {
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
}
@media (max-width: 815px) {
  .section-hero {
    background-color: #000000;
  }
}
.section-hero #video-container {
  height: 100%;
}
.section-hero #video-container picture img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  border: 0;
}
.section-hero #video-container picture a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-hero #video-container .overlay-area {
  width: 100%;
  height: 85%;
  display: block;
  position: absolute;
  top: 0;
  opacity: 1;
}
.section-hero #image-container .group-btn {
  display: none;
}
.section-hero video {
  height: 100%;
  vertical-align: baseline;
}
.section-hero iframe {
  height: 100vh;
  object-fit: cover;
}
.section-hero .logo-box {
  width: 10%;
  display: block;
  position: absolute;
  bottom: 50%;
  z-index: 1;
  right: 50px;
}
@media (max-width: 815px) {
  .section-hero .logo-box {
    right: 16px;
    bottom: 20%;
  }
}
.section-hero .logo-box > img {
  margin: 0 auto;
  height: 50px;
}
.section-hero .slick-dots {
  position: absolute;
  bottom: 42px;
  left: 45%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 126px;
  height: 25px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  transform: skewX(-45deg);
}
@media (max-width: 815px) {
  .section-hero .slick-dots {
    left: 35%;
  }
}
.section-hero .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.section-hero .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  height: 4px;
  padding: 0px;
  cursor: pointer;
  color: #B3B3B3;
  border: 0;
  outline: none;
  background: #B3B3B3;
  transform: skewX(-45deg);
}
.section-hero .slick-dots li.slick-active button {
  background: #fee706;
}

.bike-info-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 815px) {
  .bike-info-box {
    padding-bottom: 36px;
    background-image: none;
    z-index: unset;
    position: absolute;
    padding: 0px;
    bottom: 10px;
  }
}

.bike-info {
  display: flex;
  justify-content: center;
  background-color: #000000;
  height: 150px;
}
@media (max-width: 815px) {
  .bike-info {
    padding-bottom: 24px;
    display: block;
    margin: 0 32px;
  }
}
.bike-info .price-txt,
.bike-info .kpmh-txt {
  padding: 0 40px;
  color: #ffffff;
}
@media (max-width: 815px) {
  .bike-info .price-txt,
  .bike-info .kpmh-txt {
    padding: 0 20px;
  }
}
.bike-info .price-txt .price,
.bike-info .kpmh-txt .price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: normal;
  padding-bottom: 4px;
  margin: 0;
}
@media (max-width: 815px) {
  .bike-info .price-txt .price,
  .bike-info .kpmh-txt .price {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
  }
}
.bike-info .price-txt .price span,
.bike-info .kpmh-txt .price span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  text-transform: lowercase;
}
.bike-info .price-txt .price-info-txt,
.bike-info .kpmh-txt .price-info-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-transform: lowercase;
}
@media (max-width: 815px) {
  .bike-info .price-txt .price-info-txt,
  .bike-info .kpmh-txt .price-info-txt {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.bike-info .smartxonnect-desc-wrap,
.bike-info .disc-desc-wrap {
  display: flex;
}
@media (max-width: 815px) {
  .bike-info .smartxonnect-desc-wrap {
    padding-bottom: 16px;
  }
}

.group-btn {
  align-items: center;
  justify-content: center;
  background: none;
  height: auto;
}
@media (max-width: 815px) {
  .group-btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    background: none;
    padding: 0;
  }
}
.group-btn {
  /*.book-now-btn {
      width: 170px;
      position: absolute;
      right: 20%;
      bottom: 130px;
      @media (max-width: 815px) {
          position: static;
      }
      @media (min-width: 1700px) {
          right: 21%;
          bottom: 210px;
      }
  }*/
}
.group-btn .play-btn {
  position: absolute;
  bottom: 290px;
  left: 50%;
  background-color: transparent;
}
.group-btn .play-btn img {
  width: 50px;
  height: 50px;
}
@media (min-width: 1700px) {
  .group-btn .play-btn {
    bottom: 380px;
  }
}
@media (max-width: 815px) {
  .group-btn .play-btn {
    bottom: 250px;
    left: 45%;
  }
}
.group-btn .btn-yellow,
.group-btn .border-yellow {
  margin: 0 28px;
}
@media (max-width: 815px) {
  .group-btn .btn-yellow,
  .group-btn .border-yellow {
    margin: 0 0 0px;
  }
}
.group-btn .btn-yellow.border-yellow {
  display: flex;
  justify-content: center;
  padding: 0;
  border: none;
}
@media (max-width: 815px) {
  .group-btn .btn-yellow.border-yellow {
    margin: 0px auto 0;
  }
}
@media (max-width: 815px) {
  .group-btn .btn.btn-yellow.btn-ar {
    margin: 16px auto 0;
  }
}

.slidein {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.fadein {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.hide {
  display: none;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.controls {
  display: flex;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  align-items: center;
  transition: opacity 0.2s;
  z-index: 2;
}
@media (max-width: 815px) {
  .controls {
    top: 0;
    bottom: unset;
    justify-content: flex-end;
    background: transparent;
    height: unset;
  }
}
.controls .control-button {
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s;
  padding: 0;
  margin: 0;
}
.controls .control-button:hover {
  opacity: 1;
}
.controls .control-button .tvsm-icons {
  color: #ffffff;
  font-size: 26px;
}
.controls .control-button.play-button {
  height: 40px;
  width: 40px;
  display: none;
  color: #ffffff;
}
@media (max-width: 815px) {
  .controls .control-button.play-button {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 40%;
    display: none;
  }
}
.controls .control-button.sound-button {
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
@media (max-width: 815px) {
  .controls .control-button.sound-button {
    height: 39px;
    width: 39px;
    top: 20px;
    right: 20px;
  }
}
.controls .control-button.fullscreen-button {
  height: 35px;
  width: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
@media (max-width: 815px) {
  .controls .control-button.fullscreen-button {
    height: 30px;
    width: 30px;
    bottom: 0;
  }
}
.controls .control-button svg {
  stroke: #fff;
  fill: transparent;
}
.controls .timeline {
  -webkit-appearance: none;
  width: calc(100% - 125px);
  height: 0.5em;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background-size: 0% 100%;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 815px) {
  .controls .timeline {
    display: none;
  }
}
.controls .timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0.8);
}
.controls .timeline::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0.8);
}
.controls .timeline::-ms-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0.8);
}
.controls .timeline::-webkit-slider-thumb:hover {
  background-color: #fff;
}
.controls .timeline:hover::-webkit-slider-thumb {
  opacity: 1;
}
.controls .timeline::-moz-range-thumb:hover {
  background-color: #fff;
}
.controls .timeline:hover::-moz-range-thumb {
  opacity: 1;
}
.controls .timeline::-ms-thumb:hover {
  background-color: #fff;
}
.controls .timeline:hover::-ms-thumb {
  opacity: 1;
}
.controls .timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.controls .timeline::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.controls .timeline::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.video-container.playing .controls {
  opacity: 0;
}

.video-container:hover .controls {
  opacity: 1;
}

.group-btn .btn-yellow {
  margin: 0 10px;
  width: 170px;
  position: relative;
  bottom: 220px;
  left: 3%;
}
@media (max-width: 815px) {
  .group-btn .btn-yellow {
    left: 0;
    bottom: 0px;
    height: 40px;
    width: 100px;
  }
}
@media (min-width: 815px) and (max-width: 1000px) {
  .group-btn .btn-yellow {
    bottom: 70px;
    left: 22%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .group-btn .btn-yellow {
    bottom: 100px;
    left: 22%;
  }
}
@media (min-width: 1700px) {
  .group-btn .btn-yellow {
    left: 25%;
    bottom: 280px;
  }
}

@media (max-width: 815px) {
  .group-btn .book-a-testride-btn {
    display: none;
  }
}

@media (max-width: 815px) {
  .book-now-btn {
    display: none;
  }
}

.section-metaverse {
  padding: 20px 0 80px;
  background: #000000;
}
@media (max-width: 815px) {
  .section-metaverse {
    padding: 40px 0 80px 0;
  }
}
.section-metaverse .motovers-slider .gal-top-img {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 815px) {
  .section-metaverse .motovers-slider .gal-top-img {
    height: auto;
    flex-flow: column;
  }
}
.section-metaverse .motovers-slider .gal-top-img img {
  background: transparent;
}
.section-metaverse .motovers-slider .gal-top-img iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 815px) {
  .section-metaverse .motovers-slider .gal-top-img iframe {
    height: 260px;
  }
}
@media (max-width: 815px) {
  .section-metaverse .motovers-slider .slick-list {
    padding: 0 !important;
  }
}
.section-metaverse .motovers-slider .slick-dots {
  bottom: -70px;
}
@media (max-width: 815px) {
  .section-metaverse .motovers-slider .slick-dots {
    bottom: -60px;
    height: 28px;
  }
}
.section-metaverse .motovers-slider .slick-dots li {
  height: 4px;
  width: 28px;
}
.section-metaverse .motovers-slider .slick-dots li.slick-active {
  background-color: #FFE806;
  height: 4px;
  width: 28px;
  transform: skewX(-40deg);
}
.section-metaverse .motovers-slider .slick-dots li.slick-active button::before {
  opacity: 0;
}
.section-metaverse .motovers-slider .slick-dots li button {
  color: #B3B3B3;
  height: 4px;
  width: 28px;
}
.section-metaverse .motovers-slider .slick-dots li button::before {
  color: #B3B3B3;
  font-size: 30px;
  content: "";
  background-color: #B3B3B3;
  height: 4px;
  width: 28px;
  transform: skewX(-40deg);
  opacity: 1;
}

.section-award {
  background-color: #000000;
  height: 354px;
  padding-bottom: 40px;
}
@media (max-width: 815px) {
  .section-award {
    height: 240px;
    padding-bottom: 0;
  }
}
.section-award .slick-prev,
.section-award .slick-next {
  width: 28px !important;
  height: 40px !important;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  top: 28%;
  display: none !important;
}
.section-award .slick-prev {
  left: 12%;
}
.section-award .slick-prev:before {
  content: "";
  display: block;
  width: 28px !important;
  height: 40px !important;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  background: url(../../img/brands/n360c/gallery-arrow-yellow-left.png) 0 0 no-repeat;
}
@media (max-width: 815px) {
  .section-award .slick-prev:before {
    background-size: 50% !important;
  }
}
@media (max-width: 1366px) {
  .section-award .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1280px) {
  .section-award .slick-prev {
    left: 17%;
  }
}
@media (max-width: 1024px) {
  .section-award .slick-prev {
    left: 21%;
  }
}
@media (max-width: 991px) {
  .section-award .slick-prev {
    left: 9%;
  }
}
@media (max-width: 815px) {
  .section-award .slick-prev {
    left: 12%;
  }
}
@media (max-width: 480px) {
  .section-award .slick-prev {
    left: 2px;
  }
}
.section-award .slick-next {
  right: 12%;
}
.section-award .slick-next:before {
  content: "";
  display: block;
  width: 28px !important;
  height: 40px !important;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  background: url(../../img/brands/n360c/gallery-arrow-yellow-right.png) 0 0 no-repeat;
}
@media (max-width: 815px) {
  .section-award .slick-next:before {
    background-size: 50% !important;
  }
}
@media (max-width: 1366px) {
  .section-award .slick-next {
    right: 15%;
  }
}
@media (max-width: 1280px) {
  .section-award .slick-next {
    right: 17%;
  }
}
@media (max-width: 1024px) {
  .section-award .slick-next {
    right: 21%;
  }
}
@media (max-width: 991px) {
  .section-award .slick-next {
    right: 9%;
  }
}
@media (max-width: 815px) {
  .section-award .slick-next {
    right: 12%;
  }
}
@media (max-width: 480px) {
  .section-award .slick-next {
    right: -8px;
  }
}

.raider-award-slider .gal-top-img {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 815px) {
  .raider-award-slider .gal-top-img {
    height: 180px;
  }
}
.raider-award-slider .gal-top-img img {
  background: transparent;
}
@media (max-width: 815px) {
  .raider-award-slider .slick-list {
    padding: 0 !important;
  }
}
.raider-award-slider .slick-dots {
  bottom: -24px;
}
@media (max-width: 815px) {
  .raider-award-slider .slick-dots {
    bottom: -40px;
    height: 28px;
  }
}
.raider-award-slider .slick-dots li {
  height: 4px;
  width: 28px;
}
.raider-award-slider .slick-dots li.slick-active {
  background-color: #FFE806;
  height: 4px;
  width: 28px;
  transform: skewX(-40deg);
}
.raider-award-slider .slick-dots li.slick-active button::before {
  opacity: 0;
}
.raider-award-slider .slick-dots li button {
  color: #B3B3B3;
  height: 4px;
  width: 28px;
}
.raider-award-slider .slick-dots li button::before {
  color: #B3B3B3;
  font-size: 30px;
  content: "";
  background-color: #B3B3B3;
  height: 4px;
  width: 28px;
  transform: skewX(-40deg);
  opacity: 1;
}

.section-variants {
  background-color: #fff;
  padding: 20px 0 10px 0;
  scroll-margin-top: 50px;
}
@media (max-width: 815px) {
  .section-variants {
    padding: 32px 0 40px 24px;
    height: auto;
    scroll-margin-top: 60px;
  }
}
.section-variants .container {
  height: 100%;
}
@media (max-width: 815px) {
  .section-variants .container {
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
.section-variants .container .nav-tabs {
  height: 54px;
}
@media (max-width: 815px) {
  .section-variants .container .nav-tabs {
    border-bottom: 3px solid #e7e9ec;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    white-space: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: normal;
    flex-wrap: nowrap;
  }
}
.section-variants .container .nav-tabs li a.tfttab, .section-variants .container .nav-tabs li a.sxctab, .section-variants .container .nav-tabs li a.ssetab {
  position: relative;
}
.section-variants .container .nav-tabs li a.tfttab::after, .section-variants .container .nav-tabs li a.sxctab::after, .section-variants .container .nav-tabs li a.ssetab::after {
  position: absolute;
  content: "New";
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  top: -14px;
  right: -15px;
  display: block !important;
  background-color: #FFE806;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0px;
  padding: 2px 5px;
}
@media (max-width: 815px) {
  .section-variants .container .nav-tabs li a.tfttab::after, .section-variants .container .nav-tabs li a.sxctab::after, .section-variants .container .nav-tabs li a.ssetab::after {
    top: -2px;
    right: 5px;
  }
}
@media (max-width: 815px) {
  .section-variants .container .nav-tabs li {
    min-width: 90px;
    text-align: center;
    margin: 0;
    float: inherit;
  }
}
.section-variants .container .nav-tabs > li > a,
.section-variants .container .nav > li > a:focus,
.section-variants .container .nav > li > a:hover {
  padding: 0 0 17px 0;
  margin-right: 40px;
  font-family: "Poppins";
  font-weight: 400;
  outline: 0;
}
@media (max-width: 815px) {
  .section-variants .container .nav-tabs > li > a,
  .section-variants .container .nav > li > a:focus,
  .section-variants .container .nav > li > a:hover {
    font-size: 14px;
    line-height: normal;
    padding: 17px 0 17px 0;
    margin: 0;
    text-align: center;
  }
}
.section-variants .container .nav-tabs > li.active > a,
.section-variants .container .nav-tabs > li.active > a:focus,
.section-variants .container .nav-tabs > li.active > a:hover {
  padding: 0 0 17px 0;
  margin-right: 40px;
  outline: 0;
}
@media (max-width: 815px) {
  .section-variants .container .nav-tabs > li.active > a,
  .section-variants .container .nav-tabs > li.active > a:focus,
  .section-variants .container .nav-tabs > li.active > a:hover {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    border-bottom: 3px solid #000;
    padding: 17px 0 17px 0;
    margin-right: 0px;
  }
}
.section-variants .container .nav-tabs li:last-child a,
.section-variants .container .nav-tabs > li.active:last-child a {
  margin-right: 0;
}
@media (max-width: 815px) {
  .section-variants .container .nav-tabs li:last-child a,
  .section-variants .container .nav-tabs > li.active:last-child a {
    margin-right: 0px;
  }
}
.section-variants h2 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  padding: 0;
  margin: 0;
}
@media (max-width: 815px) {
  .section-variants h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
.section-variants h2::after {
  display: none;
}
.section-variants .nav-tab-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
@media (max-width: 815px) {
  .section-variants .nav-tab-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.section-variants .igo-assist-container {
  text-align: center;
  padding: 25px 0 0 0;
}
@media (max-width: 815px) {
  .section-variants .igo-assist-container {
    margin-right: 24px;
    padding: 15px 0 0 0;
  }
}
.section-variants .igo-assist-container .assist-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  margin: 0px 0;
  padding: 0px;
}
@media (max-width: 815px) {
  .section-variants .igo-assist-container .assist-text {
    font-size: 16px;
  }
}
.section-variants .igo-assist-container .assist-text span {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 815px) {
  .section-variants .igo-assist-container .assist-text span {
    font-size: 16px;
  }
}

.color-name {
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins";
  color: #666666;
  font-weight: 400;
}
@media (max-width: 815px) {
  .color-name {
    order: 2;
    font-size: 14px;
    line-height: 22px;
    color: #4d4d4d;
  }
}
.color-name span {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  color: #000;
  font-family: "Poppins";
}
@media (max-width: 815px) {
  .color-name span {
    font-size: 14px;
    line-height: 22px;
  }
}

.color-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: 1.25rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .color-tabs {
    top: 3.125rem;
  }
}
@media (max-width: 815px) {
  .color-tabs {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    order: 1;
  }
}
@media (min-width: 1025px) {
  .color-tabs {
    top: 0;
  }
}
.color-tabs ul {
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 815px) {
  .color-tabs ul {
    text-align: left;
    order: 1;
    margin-bottom: 18px;
  }
}
.color-tabs ul li {
  display: inline-block;
  border-radius: 50%;
  margin: 0 1rem;
}
@media (max-width: 815px) {
  .color-tabs ul li {
    margin: 0 1.1875rem;
  }
}
.color-tabs ul li.active {
  border: 2px solid #fff;
}
.color-tabs ul li.active a {
  border: 2px solid #000;
  width: 48px;
  height: 48px;
}
@media (max-width: 815px) {
  .color-tabs ul li.active a {
    width: 36px;
    height: 36px;
  }
}
.color-tabs ul li.active.yellow a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #ffbb38;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.yellow a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ffbb38;
  }
}
.color-tabs ul li.active.blue a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #2b2475;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.blue a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #2b2475;
  }
}
.color-tabs ul li.active.red a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #c91116;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.red a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #c91116;
  }
}
.color-tabs ul li.active.black a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #0f0f11;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.black a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #0f0f11;
  }
}
.color-tabs ul li.active.orange-yellow a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #cc782a;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.orange-yellow a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #cc782a;
  }
}
.color-tabs ul li.active.forza-blue a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #007ed9;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.forza-blue a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #007ed9;
  }
}
.color-tabs ul li.active.nardo-grey a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #bcd0d9;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.nardo-grey a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #bcd0d9;
  }
}
.color-tabs ul li.active.deadpool a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #ba0f27;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.deadpool a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ba0f27;
  }
}
.color-tabs ul li.active.wolverine a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #dac71c;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.wolverine a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #dac71c;
  }
}
.color-tabs ul li.active.doomsday a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #1f8c1f;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.doomsday a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #1f8c1f;
  }
}
.color-tabs ul li.active.panther a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #530669;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.panther a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #530669;
  }
}
.color-tabs ul li.active.ironman a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #dbdbdb;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.ironman a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #dbdbdb;
  }
}
.color-tabs ul li.active.Mercury-Grey a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #9DBAD5;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.Mercury-Grey a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #9DBAD5;
  }
}
.color-tabs ul li.active.Nitro-green a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #D0D159;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.Nitro-green a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #D0D159;
  }
}
.color-tabs ul li.active.metallic-blue a {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #154caf;
}
@media (max-width: 815px) {
  .color-tabs ul li.active.metallic-blue a {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #154caf;
  }
}
.color-tabs ul li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 815px) {
  .color-tabs ul li a {
    width: 28px;
    height: 28px;
  }
}
.color-tabs ul li a:before {
  content: "";
  width: 50%;
  height: 100%;
  display: inline-block;
}
.color-tabs ul li a:before {
  float: left;
  background-color: #154caf;
  border-radius: 50%;
}
.color-tabs ul li.yellow a:before {
  background-color: #ffbb38;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.blue a:before {
  background-color: #2b2475;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.red a:before {
  background-color: #c91116;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.black a:before {
  background-color: #0f0f11;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.orange-yellow a:before {
  background-color: #cc782a;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.forza-blue a:before {
  background-color: #007ed9;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.nardo-grey a:before {
  background-color: #bcd0d9;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.deadpool a {
  position: relative;
  overflow: hidden;
  transform: rotate(-60deg);
}
.color-tabs ul li.deadpool a:before, .color-tabs ul li.deadpool a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.color-tabs ul li.deadpool a:before {
  top: 0;
  background-color: #ba0f27;
  border-radius: 0px;
}
.color-tabs ul li.deadpool a:after {
  bottom: 0;
  background-color: #151416;
}
.color-tabs ul li.panther a {
  position: relative;
  overflow: hidden;
  transform: rotate(-60deg);
}
.color-tabs ul li.panther a:before, .color-tabs ul li.panther a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.color-tabs ul li.panther a:before {
  top: 0;
  background-color: #530669;
  border-radius: 0px;
}
.color-tabs ul li.panther a:after {
  bottom: 0;
  background-color: #151416;
}
.color-tabs ul li.ironman a {
  position: relative;
  overflow: hidden;
  transform: rotate(-60deg);
}
.color-tabs ul li.ironman a:before, .color-tabs ul li.ironman a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.color-tabs ul li.ironman a:before {
  top: 0;
  background-color: #dbdbdb;
  border-radius: 0px;
}
.color-tabs ul li.ironman a:after {
  bottom: 0;
  background-color: #ba0f27;
}
.color-tabs ul li.wolverine a {
  position: relative;
  overflow: hidden;
  transform: rotate(-60deg);
}
.color-tabs ul li.wolverine a:before, .color-tabs ul li.wolverine a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.color-tabs ul li.wolverine a:before {
  top: 0;
  background-color: #dac71c;
  border-radius: 0px;
}
.color-tabs ul li.wolverine a:after {
  bottom: 0;
  background-color: #9fabb4;
}
.color-tabs ul li.doomsday a {
  position: relative;
  overflow: hidden;
  transform: rotate(-60deg);
}
.color-tabs ul li.doomsday a:before, .color-tabs ul li.doomsday a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.color-tabs ul li.doomsday a:before {
  top: 0;
  background-color: #1f8c1f;
  border-radius: 0px;
}
.color-tabs ul li.doomsday a:after {
  bottom: 0;
  background-color: #151416;
}
.color-tabs ul li.Mercury-Grey a:before {
  background-color: #9DBAD5;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.Nitro-green a:before {
  background-color: #D0D159;
  width: 100%;
  border-radius: 50%;
}
.color-tabs ul li.metallic-blue a:before {
  background-color: #154caf;
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 815px) {
  .color-tabs > .ar-btn-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 80px;
  }
}
.color-tabs > .ar-btn-box > a {
  width: 204px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: inherit;
  color: #4d4d4d;
}
@media (max-width: 815px) {
  .color-tabs > .ar-btn-box > a {
    text-transform: capitalize;
  }
}
.color-tabs > .ar-btn-box > a > img {
  height: 22px;
  width: 22px;
}
@media (max-width: 815px) {
  .color-tabs > .ar-btn-box > a > img {
    height: 20px;
    width: 20px;
  }
}
.color-tabs > .ar-btn-box > a .rightarrow,
.color-tabs > .ar-btn-box > a i {
  font-size: 14px;
}
.color-tabs > .ar-btn-box > a .rightarrow {
  color: #4d4d4d;
}
.color-tabs > .ar-btn-box > a .ar {
  color: #096f71;
  font-size: 20px;
}

.variant-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}
@media (max-width: 815px) {
  .variant-footer {
    flex-wrap: wrap;
    margin: 0;
  }
}

.price-details-wrap {
  width: 100%;
}
@media (max-width: 815px) {
  .price-details-wrap {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
  }
}
.price-details-wrap .price-details {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 815px) {
  .price-details-wrap .price-details {
    display: block;
  }
}
.price-details-wrap .price-details .price {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  color: #000;
}
.price-details-wrap .price-details .price-type {
  font-size: 14px;
  font-family: "Poppins";
  display: flex;
  padding: 0 10px 3px;
  color: #000;
  align-items: flex-end;
}
@media (max-width: 815px) {
  .price-details-wrap .price-details .price-type {
    padding: 0;
    display: block;
  }
}
.price-details-wrap .note {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  padding: 5px;
  font-style: italic;
}
@media (max-width: 815px) {
  .price-details-wrap .note {
    padding: 5px 0 0 0px;
  }
}
.price-details-wrap .tvs-state-dropdown,
.price-details-wrap .tvs-city-dropdown {
  margin: 0 5px;
  position: relative;
  min-width: 150px;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-value-box,
.price-details-wrap .tvs-state-dropdown .tvs-city-value-box,
.price-details-wrap .tvs-city-dropdown .tvs-state-value-box,
.price-details-wrap .tvs-city-dropdown .tvs-city-value-box {
  text-transform: capitalize;
  color: #000;
  background: transparent;
  border-bottom: solid 1px #000;
  padding: 0 25px 0 2px;
  font-weight: 400;
  border-radius: 0;
  font-family: "Poppins";
  cursor: pointer;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-value-box .tvs-arrow,
.price-details-wrap .tvs-state-dropdown .tvs-city-value-box .tvs-arrow,
.price-details-wrap .tvs-city-dropdown .tvs-state-value-box .tvs-arrow,
.price-details-wrap .tvs-city-dropdown .tvs-city-value-box .tvs-arrow {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #096f71;
  border-bottom: solid 2px #096f71;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  bottom: 15px;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 10px;
  border: solid 1px #000;
  border-top: 0;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search {
  width: 100%;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input {
  width: 100%;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 2px;
  color: #000;
  font-family: "Poppins";
  font-weight: 400;
  padding: 8px 5px;
  font-size: 14px;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input::placeholder,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input::placeholder,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input::placeholder,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input::placeholder,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input::placeholder,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input::placeholder,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input::placeholder,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input::placeholder {
  color: #000;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list {
  max-height: 200px;
  overflow: auto;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar {
  width: 10px;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 20px;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item {
  color: #000;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  text-transform: capitalize;
}
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item:hover,
.price-details-wrap .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item:hover {
  background: #f5f5f5;
}

#viewThreeD {
  margin: 0 auto;
  max-width: 100%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  position: relative;
  z-index: 0;
  background-size: cover;
  height: 400px !important;
  width: 641px !important;
}
#viewThreeD::after {
  display: none;
  position: absolute;
  content: "";
  background: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/360View/webp/view360-shadow-img.webp") top -3px center no-repeat;
  bottom: 0px;
  width: 100%;
  z-index: 6;
  height: 52px;
}
@media (max-width: 815px) {
  #viewThreeD::after {
    background: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/360View/webp/view360-shadow-mobile-img.webp") top center no-repeat;
    bottom: 10px;
  }
}
@media (max-width: 815px) {
  #viewThreeD {
    height: 260px !important;
    width: 450px !important;
    background-size: 100% 100%;
  }
}
@media (min-width: 320px) and (max-width: 428px) {
  #viewThreeD {
    height: 230px !important;
    width: 350px !important;
    background-size: 100% 100%;
  }
}

.color-wrapper {
  background: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/360View/webp/raider-bg-logo.webp") top 35px center no-repeat;
  background-size: auto;
  margin-bottom: 0px;
}
@media (max-width: 815px) {
  .color-wrapper {
    background: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/360View/webp/raider-bg-logo-mobile.webp") no-repeat;
    background-position: 0 -15px;
    background-size: 343px 120px;
    height: 290px;
    width: 100%;
    margin: 0 12px 10px -12px;
  }
}
.color-wrapper #slider {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  background-size: 100% 100%;
  border: 0;
  height: 1px;
  width: 550px;
  margin-top: 20px;
}
@media (max-width: 815px) {
  .color-wrapper #slider {
    background: rgba(0, 0, 0, 0.3);
    background-size: 100% 100%;
    height: 1px;
    width: 86%;
    margin-left: 10px;
    bottom: 0px;
  }
}
.color-wrapper #slider::after {
  position: absolute;
  content: "";
  background: none;
  width: 50px;
  height: 30px;
  left: 49.5%;
  top: 60px;
}
@media (max-width: 815px) {
  .color-wrapper #slider::after {
    background: none;
    background-size: 100% 100%;
    width: 50px;
    height: 30px;
    top: 2px;
    display: block;
    left: 45%;
  }
}
.color-wrapper #slider .drag-msg {
  font-size: 2rem;
  background: none;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  padding-top: 30px;
}
@media (max-width: 815px) {
  .color-wrapper #slider .drag-msg {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    position: static;
  }
}
.color-wrapper #slider.ui-slider .ui-slider-handle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -20px;
  background: #000;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  margin-left: 0;
}
.color-wrapper #slider.ui-slider .ui-slider-handle:after {
  content: "360";
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-performance-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 948px;
  background-color: #09100e;
  padding: 30px 0px;
  scroll-margin-top: 50px;
}
@media (max-width: 815px) {
  .section-performance-slider {
    padding: 0px 0px;
    min-height: unset;
    scroll-margin-top: 62px;
  }
}
.section-performance-slider {
  /* Carousel */
}
.section-performance-slider .bg-video {
  width: 777px;
  height: 815px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 815px) {
  .section-performance-slider .bg-video {
    width: 100%;
    height: 815px;
  }
}
.section-performance-slider img.video-gradient {
  z-index: 999;
  position: absolute;
  bottom: 60px;
  left: 181px;
}
@media (max-width: 815px) {
  .section-performance-slider img.video-gradient {
    bottom: 185px;
    left: 0;
  }
}
.section-performance-slider .section-heading {
  font-family: "Poppins";
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 815px) {
  .section-performance-slider .section-heading {
    font-size: 30px;
  }
}
.section-performance-slider .variant-list-dropdown {
  margin-left: auto;
}
.section-performance-slider .variant-list-dropdown .dropdown-toggle {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  width: 200px;
  padding: 10px 15px;
  font-family: "Poppins";
  font-weight: 400;
  border: 0;
  text-align: left;
}
.section-performance-slider .variant-list-dropdown .dropdown-toggle .caret {
  width: 10px;
  height: 10px;
  border: 0;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
}
.section-performance-slider .variant-list-dropdown .dropdown-menu {
  background: #222827;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.section-performance-slider .variant-list-dropdown .dropdown-menu li a {
  padding: 5px 15px;
  display: block;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.section-performance-slider .variant-list-dropdown .dropdown-menu li a:hover {
  background: none;
}
.section-performance-slider .carousel {
  position: relative;
}
.section-performance-slider .carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.section-performance-slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible;
  height: 715px;
}
@media only screen and (max-width: 700px) {
  .section-performance-slider .carousel-inner {
    background: transparent;
  }
}
.section-performance-slider .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.section-performance-slider .carousel-item {
  display: none;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.section-performance-slider .carousel-item .product-img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.section-performance-slider .carousel-item .product-img .bg-video {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  margin: 90px;
}
.section-performance-slider .carousel-item .carousel-content {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
}
.section-performance-slider .carousel-item .carousel-content h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #ffe806;
}
@media (max-width: 815px) {
  .section-performance-slider .carousel-item .carousel-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-performance-slider .carousel-item .carousel-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}
.section-performance-slider .carousel-item .carousel-content p::before {
  content: "";
  display: block;
  width: 42px;
  border-top: 4px solid #096f71;
  position: absolute;
  left: -15px;
  top: 22px;
  transform: rotate(-90deg);
}
.section-performance-slider .carousel-item .carousel-content p.performance::before {
  content: "";
  display: block;
  width: 63px;
  border-top: 4px solid #ffe806;
  position: absolute;
  left: -25px;
  top: 35px;
  transform: rotate(-90deg);
}
.section-performance-slider .carousel-item .carousel-content a {
  color: #ffe806;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-left: 20px;
  margin-top: 25px;
  display: block;
}
.section-performance-slider .carousel-item .carousel-content a > i {
  font-size: 14px;
}
@media (prefers-reduced-motion: reduce) {
  .section-performance-slider .carousel-item {
    transition: none;
  }
}
.section-performance-slider .tab-pane.active .carousel-item.active,
.section-performance-slider .tab-pane.active .carousel-item-next,
.section-performance-slider .tab-pane.active .carousel-item-prev {
  display: block;
}
.section-performance-slider .carousel-item-next:not(.carousel-item-left),
.section-performance-slider .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.section-performance-slider .carousel-item-prev:not(.carousel-item-right),
.section-performance-slider .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.section-performance-slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.section-performance-slider .carousel-fade .carousel-item.active,
.section-performance-slider .carousel-fade .carousel-item-next.carousel-item-left,
.section-performance-slider .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.section-performance-slider .carousel-fade .active.carousel-item-left,
.section-performance-slider .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .section-performance-slider .carousel-fade .active.carousel-item-left,
  .section-performance-slider .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.section-performance-slider .carousel-control-prev,
.section-performance-slider .carousel-control-next {
  position: absolute;
  top: 0px;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.section-performance-slider .carousel-control-prev div,
.section-performance-slider .carousel-control-next div {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  padding: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .section-performance-slider .carousel-control-prev,
  .section-performance-slider .carousel-control-next {
    transition: none;
  }
}
.section-performance-slider .carousel-control-prev:hover,
.section-performance-slider .carousel-control-prev:focus,
.section-performance-slider .carousel-control-next:hover,
.section-performance-slider .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.section-performance-slider .carousel-control-prev {
  right: 6%;
}
.section-performance-slider .carousel-control-next {
  right: 2%;
}
.section-performance-slider .carousel-control-prev-icon,
.section-performance-slider .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.section-performance-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12.0625 23.875L19.9375 16L12.0625 8.125' stroke='white' stroke-width='2.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.section-performance-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12.0625 23.875L19.9375 16L12.0625 8.125' stroke='white' stroke-width='2.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.section-performance-slider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -120px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin: 0 auto;
}
@media (max-width: 815px) {
  .section-performance-slider .carousel-indicators {
    bottom: 0;
  }
}
.section-performance-slider .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
  transition: opacity 0.6s ease;
  color: #fff;
  width: 56px !important;
  position: relative;
  height: auto;
  background: none;
  border: none;
  text-indent: unset;
  margin: 0;
  margin-left: -10px !important;
  border-radius: 0;
  display: block;
  padding-top: 40px;
}
.section-performance-slider .conneted-line {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(255deg);
  position: absolute;
  left: 85px;
  top: -3px;
  opacity: 1;
}
.section-performance-slider .carousel-indicators li:nth-child(1) p {
  margin-left: -3px;
}
.section-performance-slider .carousel-indicators li:nth-child(4) {
  padding-top: 0px;
}
.section-performance-slider .carousel-indicators li:nth-child(4) p {
  margin-left: -5px;
}
.section-performance-slider .carousel-indicators li:nth-child(4) .conneted-line {
  transform: rotate(-75deg);
}
.section-performance-slider .carousel-indicators li:nth-child(7) p {
  margin-left: -25px;
}
.section-performance-slider .carousel-indicators li:nth-child(8) {
  padding-top: 0px;
}
.section-performance-slider .carousel-indicators li:nth-child(8) p {
  margin-left: -10px;
}
.section-performance-slider .carousel-indicators li:nth-child(8) .conneted-line {
  transform: rotate(-75deg);
}
.section-performance-slider .carousel-indicators li:nth-child(12) p {
  margin-left: -5px;
}
.section-performance-slider .carousel-indicators li:nth-child(16) {
  padding-top: 0;
}
.section-performance-slider .carousel-indicators li:nth-child(16) p {
  margin-left: -25px;
}
.section-performance-slider .carousel-indicators li:nth-child(16) .conneted-line {
  transform: rotate(-65deg);
}
.section-performance-slider .carousel-indicators li a.conneted-btn-1 {
  width: 10px;
  height: 10px;
  border: 1px solid #ffe806;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 66px;
  z-index: 1;
  content: "";
}
.section-performance-slider .carousel-indicators li a.conneted-btn-1.active {
  background: #ffe806 !important;
}
.section-performance-slider .carousel-indicators li a.conneted-btn-2 {
  width: 10px;
  height: 10px;
  border: 1px solid #ffe806;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 78px;
  z-index: 1;
  content: "";
}
.section-performance-slider .carousel-indicators li a.conneted-btn-2.active {
  background: #ffe806 !important;
}
.section-performance-slider .carousel-indicators li a.conneted-btn-3 {
  width: 10px;
  height: 10px;
  border: 1px solid #ffe806;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 76px;
  z-index: 1;
  content: "";
}
.section-performance-slider .carousel-indicators li a.conneted-btn-3.active {
  background: #ffe806 !important;
}
.section-performance-slider .carousel-indicators li a.conneted-btn-4 {
  width: 10px;
  height: 10px;
  border: 1px solid #ffe806;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 65px;
  z-index: 1;
  content: "";
}
.section-performance-slider .carousel-indicators li a.conneted-btn-4.active {
  background: #ffe806 !important;
}
@media (prefers-reduced-motion: reduce) {
  .section-performance-slider .carousel-indicators li {
    transition: none;
  }
}
.section-performance-slider .indicator {
  width: 32px;
  text-align: center;
}
.section-performance-slider .indicator p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #b3b3b3;
  margin-top: 5px;
}
.section-performance-slider .indicator-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ffe806;
  position: relative;
}
.section-performance-slider .indicator-icon > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #b3b3b3;
  font-size: 24px;
}
.section-performance-slider .carousel-indicators .active {
  background-color: transparent;
}
.section-performance-slider .carousel-indicators .active .indicator-icon {
  background-color: #ffe806;
  border: 1px solid #ffe806;
}
.section-performance-slider .carousel-indicators .active .indicator-icon > i {
  color: #000;
  opacity: 1;
}
.section-performance-slider .carousel-indicators .active .conneted-line {
  border: 1px solid #ffe806;
}
.section-performance-slider .carousel-indicators .active .conneted-line::before {
  background: #ffe806;
}
.section-performance-slider .carousel-indicators .active .indicator p {
  color: #ffe806;
}
@media only screen and (max-width: 700px) {
  .section-performance-slider .carousel-control-prev,
  .section-performance-slider .carousel-control-next {
    top: 15px;
  }
  .section-performance-slider .carousel-control-prev {
    right: 14%;
  }
  .section-performance-slider .carousel-control-next {
    right: 2%;
  }
  .section-performance-slider .carousel-item .carousel-content {
    top: 10px;
  }
  .section-performance-slider .carousel-item .product-img {
    position: absolute;
    top: 280px;
  }
  .section-performance-slider .carousel-item .product-img .bg-video {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    margin: -40px auto 0;
  }
  .section-performance-slider .carousel-indicators {
    overflow: scroll;
    width: auto;
    justify-content: flex-start;
  }
  .section-performance-slider .carousel-indicators::-webkit-scrollbar {
    display: none;
  }
  .section-performance-slider .carousel-indicators li {
    display: block;
    flex: none;
    left: 195px;
  }
}
.section-performance-slider .performance-tabs-wrap {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
}
@media (max-width: 815px) {
  .section-performance-slider .performance-tabs-wrap {
    text-align: left;
    padding-top: 20px;
  }
}
.section-performance-slider .nav-tabs {
  height: 65px !important;
  display: inline-flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
  margin-left: auto;
}
@media (max-width: 815px) {
  .section-performance-slider .nav-tabs {
    height: 54px !important;
  }
}
.section-performance-slider .nav-tabs > li {
  margin-right: 40px !important;
}
@media (max-width: 815px) {
  .section-performance-slider .nav-tabs > li {
    margin-right: 32px !important;
  }
}
.section-performance-slider .nav-tabs > li:last-child {
  margin-right: 0 !important;
}
.section-performance-slider .nav-tabs > li > a {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  padding: 12px 0 !important;
  color: #b3b3b3 !important;
  opacity: 0.5;
  border: none;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .section-performance-slider .nav-tabs > li > a {
    padding: 12px 0 !important;
  }
}
@media (max-width: 815px) {
  .section-performance-slider .nav-tabs > li > a {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: auto;
  }
}
.section-performance-slider .nav > li > a:focus,
.section-performance-slider .nav > li > a:focus-visible,
.section-performance-slider .nav > li > a:focus-within,
.section-performance-slider .nav > li > a:hover {
  background-color: transparent;
  border: none;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .section-performance-slider .nav > li > a:focus,
  .section-performance-slider .nav > li > a:focus-visible,
  .section-performance-slider .nav > li > a:focus-within,
  .section-performance-slider .nav > li > a:hover {
    padding: 12px 0 !important;
    padding-left: 0 !important;
  }
}
.section-performance-slider .nav-tabs > li.active > a,
.section-performance-slider .nav-tabs > li.active > a:focus,
.section-performance-slider .nav-tabs > li.active > a:hover {
  color: #ffffff !important;
  opacity: 1;
  border: none;
  border-bottom: 5px solid #096f71;
  border-radius: 0;
  background: none;
  font-weight: 400 !important;
  margin: auto;
}

.feature-slieder-wrap .slide-details {
  text-align: center;
}
.feature-slieder-wrap .slide-details .slide-content {
  margin-top: 80px;
  padding-bottom: 30px;
}
.feature-slieder-wrap .slide-details .slide-content h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: normal;
}
.feature-slieder-wrap .slide-details .slide-content p {
  font-family: "Poppins";
  font-size: 14px;
  color: #fff;
  margin: 12px 0;
}
.feature-slieder-wrap .slide-details .slide-content a {
  font-family: "Poppins";
  font-size: 12px;
  color: #ffe806;
  text-decoration: underline;
  display: inline-block;
}

.feature-lanidng-page {
  background-color: #010B0B;
  padding: 42px 0px;
  margin-top: 0px;
}
@media (min-width: 1440px) {
  .feature-lanidng-page .container {
    width: 1300px;
  }
}
@media (min-width: 2560px) {
  .feature-lanidng-page .container {
    width: 2300px;
  }
}
@media (max-width: 815px) {
  .feature-lanidng-page .container .breadcrumb {
    padding-left: 0;
  }
}
@media (max-width: 815px) {
  .feature-lanidng-page {
    padding: 32px 0 40px 0;
    margin-top: 0px;
  }
}
.feature-lanidng-page h2 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  padding: 0;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 815px) {
  .feature-lanidng-page h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 816px) {
  .feature-lanidng-page h2 {
    margin-left: 0;
  }
}
.feature-lanidng-page h2::after {
  display: none;
}
.feature-lanidng-page .tab-content > .tab-pane {
  text-align: left;
  margin-top: 30px;
}
.feature-lanidng-page .tab-content > .tab-pane .feature-details {
  position: relative;
}
.feature-lanidng-page .tab-content > .tab-pane .feature-details span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.feature-lanidng-page .tab-content > .tab-pane .feature-details img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 414px) {
  .feature-lanidng-page .tab-content > .tab-pane .feature-details img {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 393px) {
  .feature-lanidng-page .tab-content > .tab-pane .feature-details img {
    width: 100%;
  }
}
.feature-lanidng-page .tab-content > .tab-pane span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 90px;
  width: calc(100% - 30px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .feature-lanidng-page .tab-content > .tab-pane span {
    bottom: 80px;
  }
}
@media (max-width: 540px) {
  .feature-lanidng-page .tab-content > .tab-pane span {
    bottom: 100px;
  }
}
.feature-lanidng-page .tab-content > .tab-pane h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  height: 70px;
  margin: 10px 0;
  color: #fff;
}
.feature-lanidng-page .tab-content > .tab-pane .single-image .feature-details {
  position: relative;
}
.feature-lanidng-page .tab-content > .tab-pane .single-image .feature-details span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.feature-lanidng-page .tab-content > .tab-pane .single-image .feature-details img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 414px) {
  .feature-lanidng-page .tab-content > .tab-pane .single-image .feature-details img {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 393px) {
  .feature-lanidng-page .tab-content > .tab-pane .single-image .feature-details img {
    width: 100%;
  }
}
.feature-lanidng-page .tab-content > .tab-pane .single-image span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 90px;
  width: calc(100% - 30px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .feature-lanidng-page .tab-content > .tab-pane .single-image span {
    bottom: 80px;
  }
}
@media (max-width: 540px) {
  .feature-lanidng-page .tab-content > .tab-pane .single-image span {
    bottom: 80px;
  }
}
.feature-lanidng-page .tab-content > .tab-pane .single-image h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  height: 70px;
  margin: 10px 0;
  color: #fff;
}
.feature-lanidng-page .features-tabs {
  height: 93px;
}
@media (max-width: 815px) {
  .feature-lanidng-page .features-tabs {
    height: unset;
  }
}
.feature-lanidng-page .nav-tabs {
  height: 65px !important;
  display: inline-flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
  width: 100%;
}
@media (max-width: 815px) {
  .feature-lanidng-page .nav-tabs {
    width: unset;
    height: 54px !important;
  }
}
.feature-lanidng-page .nav-tabs > li {
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .feature-lanidng-page .nav-tabs > li {
    padding-right: 0;
  }
}
.feature-lanidng-page .nav-tabs > li > a:first-child {
  padding-left: 0 !important;
}
.feature-lanidng-page .nav-tabs > li:last-child {
  padding-right: 0 !important;
}
.feature-lanidng-page .nav-tabs > li > a {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  padding: 12px 35px !important;
  color: #B3B3B3 !important;
  opacity: 0.5;
  border: none;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .feature-lanidng-page .nav-tabs > li > a {
    padding: 12px 22px !important;
  }
}
@media (max-width: 815px) {
  .feature-lanidng-page .nav-tabs > li > a {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: auto;
  }
}
.feature-lanidng-page .nav > li > a:focus,
.feature-lanidng-page .nav > li > a:focus-visible,
.feature-lanidng-page .nav > li > a:focus-within,
.feature-lanidng-page .nav > li > a:hover {
  background-color: transparent;
  border: none;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 35px !important;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .feature-lanidng-page .nav > li > a:focus,
  .feature-lanidng-page .nav > li > a:focus-visible,
  .feature-lanidng-page .nav > li > a:focus-within,
  .feature-lanidng-page .nav > li > a:hover {
    padding: 12px 22px !important;
    padding-left: 0 !important;
  }
}
.feature-lanidng-page .nav-tabs > li.active > a,
.feature-lanidng-page .nav-tabs > li.active > a:focus,
.feature-lanidng-page .nav-tabs > li.active > a:hover {
  color: #FFFFFF !important;
  opacity: 1;
  border: none;
  border-bottom: 5px solid #096F71;
  border-radius: 0;
  background: none;
  font-weight: 400 !important;
  margin: auto;
}
.feature-lanidng-page .nav-tab-wrap {
  margin: 32px 0;
}
@media screen and (max-width: 995px) {
  .feature-lanidng-page .nav-tab-wrap {
    overflow: scroll;
    margin: 0;
  }
  .feature-lanidng-page .nav-tab-wrap::-webkit-scrollbar {
    width: 0px;
  }
  .feature-lanidng-page .nav-tab-wrap::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 0, 0);
  }
  .feature-lanidng-page .nav-tab-wrap::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
}

.console-page {
  background: #000000;
  padding: 80px 135px 56px 135px;
}
.console-page .container {
  max-width: 100%;
}
@media (max-width: 815px) {
  .console-page .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.console-page .slick-dots {
  bottom: -24px;
}
@media (max-width: 815px) {
  .console-page .slick-dots {
    bottom: 27px;
  }
}
.console-page .slick-dots li {
  height: 4px;
  width: 24px;
}
.console-page .slick-dots li.slick-active {
  background-color: #FFE806;
  height: 4px;
  width: 24px;
  transform: skewX(-40deg);
}
.console-page .slick-dots li.slick-active button::before {
  opacity: 0;
}
.console-page .slick-dots li button {
  color: #B3B3B3;
  height: 4px;
  width: 24px;
}
.console-page .slick-dots li button::before {
  color: #B3B3B3;
  font-size: 30px;
  content: "";
  background-color: #B3B3B3;
  height: 4px;
  width: 24px;
  transform: skewX(-40deg);
  opacity: 1;
}

.console-page-heading {
  margin: 60px 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.console-page-heading .title {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 48px;
  margin: 0;
}
.console-page-heading .nav-tabs {
  height: 65px !important;
  display: inline-flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 815px) {
  .console-page-heading .nav-tabs {
    width: unset;
    height: 54px !important;
    order: 0;
    margin-bottom: 16px;
  }
}
.console-page-heading .nav-tabs > li {
  margin-right: 40px !important;
}
@media (max-width: 815px) {
  .console-page-heading .nav-tabs > li {
    margin-right: 32px !important;
  }
}
.console-page-heading .nav-tabs > li:last-child {
  margin-right: 0 !important;
}
.console-page-heading .nav-tabs > li > a {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  padding: 12px 0 !important;
  color: #B3B3B3 !important;
  opacity: 0.5;
  border: none;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .console-page-heading .nav-tabs > li > a {
    padding: 12px 0 !important;
  }
}
@media (max-width: 815px) {
  .console-page-heading .nav-tabs > li > a {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: auto;
  }
}
.console-page-heading .nav > li > a:focus,
.console-page-heading .nav > li > a:focus-visible,
.console-page-heading .nav > li > a:focus-within,
.console-page-heading .nav > li > a:hover {
  background-color: transparent;
  border: none;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .console-page-heading .nav > li > a:focus,
  .console-page-heading .nav > li > a:focus-visible,
  .console-page-heading .nav > li > a:focus-within,
  .console-page-heading .nav > li > a:hover {
    padding: 12px 0 !important;
    padding-left: 0 !important;
  }
}
.console-page-heading .nav-tabs > li.active > a,
.console-page-heading .nav-tabs > li.active > a:focus,
.console-page-heading .nav-tabs > li.active > a:hover {
  color: #FFFFFF !important;
  opacity: 1;
  border: none;
  border-bottom: 5px solid #096F71;
  border-radius: 0;
  background: none;
  font-weight: 400 !important;
  margin: auto;
}

.console-thumbnail-dispaly {
  position: relative;
  height: 480px;
  background: #555;
  overflow: hidden;
}
.console-thumbnail-dispaly .console-img {
  width: 100%;
  height: 100%;
  background: #000;
}
.console-thumbnail-dispaly .console-img img, .console-thumbnail-dispaly .console-img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.console-thumbnail-dispaly .console-img img.console-image-bike.web, .console-thumbnail-dispaly .console-img video.console-image-bike.web {
  display: block;
}
@media (max-width: 815px) {
  .console-thumbnail-dispaly .console-img img.console-image-bike.web, .console-thumbnail-dispaly .console-img video.console-image-bike.web {
    display: none;
  }
}
.console-thumbnail-dispaly .console-img img.console-image-bike.mobile, .console-thumbnail-dispaly .console-img video.console-image-bike.mobile {
  display: none;
}
@media (max-width: 815px) {
  .console-thumbnail-dispaly .console-img img.console-image-bike.mobile, .console-thumbnail-dispaly .console-img video.console-image-bike.mobile {
    display: block;
  }
}

.console-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 120px 105px 23px 23px;
  opacity: 0.8;
}
.console-text .console-title {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  overflow: hidden;
  color: #FFE806;
  padding-bottom: 10px;
  margin: 0;
  line-height: 32px;
}
.console-text .console-subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  color: #FFFFFF;
  margin: 0;
  line-height: 24px;
}

@media only screen and (min-width: 815px) {
  .console-slider .slick-track {
    transform: none !important;
    left: auto !important;
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
    display: flex;
  }
  .console-slider .console-item {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: 0.4s ease-in-out 0s;
    position: relative;
  }
  .console-slider:not(:hover) .console-item.slick-current,
  .console-slider .console-item:hover {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .console-img img, .console-img video {
    opacity: 0.3;
    transition: 0.3s ease-in-out 0.2s;
  }
  .console-text .console-title span,
  .console-text .console-subtitle span {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .console-slider:not(:hover) .slick-current .console-text .console-title span,
  .console-slider:not(:hover) .slick-current .console-text .console-subtitle span {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease-in-out 0.4s;
  }
  .console-slider:hover .console-item:hover .console-text .console-title span,
  .console-slider:hover .console-item:hover .console-text .console-subtitle span {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease-in-out 0.4s;
  }
  .console-slider:not(:hover) .slick-current .console-img img, .console-slider:not(:hover) .slick-current .console-img video {
    opacity: 1;
  }
  .console-slider .console-item:hover .console-img img,
  .console-slider .console-item:hover .console-img video {
    opacity: 1;
  }
}
.progress-bar-console {
  position: absolute;
  width: 0%;
  height: 4px;
  background: #096F71;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}
@media (max-width: 815px) {
  .progress-bar-console {
    display: none;
  }
}

.console-slider:not(:hover) .slick-current .progress-bar-console {
  width: 100%;
}
.console-slider .console-item:hover .progress-bar-console {
  width: 100%;
}

@media (max-width: 815px) {
  .console-page {
    position: relative;
    padding: 0;
  }
  .console-page .console-item {
    margin: 0 !important;
  }
  .console-page .progress-bar-white {
    position: absolute;
    width: 60%;
    height: 4px;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 111;
  }
  .console-page .console-page-heading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 82%);
    margin: 0;
    width: 100%;
    padding: 32px 24px 79px 24px;
    margin-bottom: 0;
    opacity: 0.7;
    flex-wrap: wrap;
  }
  .console-page .console-page-heading .title {
    font-size: 28px;
    line-height: 36px;
    order: 1;
  }
  .console-page .console-thumbnail-dispaly {
    height: 800px;
    position: relative;
  }
  .console-page .console-text {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 25px 38px 24px;
    height: 186px;
    width: 100%;
  }
  .console-page .console-text .console-title {
    padding-bottom: 16px;
  }
  .console-page .console-text .console-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
}
.specification-section {
  background: #000;
  background-color: transparent;
  padding: 50px 0 0;
}
.specification-section .tech-spec-title {
  font-family: "Poppins";
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.specification-features-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto 56px;
  max-width: 1200px;
}
@media (max-width: 815px) {
  .specification-features-row-1 {
    margin-bottom: 32px;
    flex-wrap: wrap;
    overflow: auto;
    padding: 0 0 0 0;
    margin-right: 8px;
    justify-content: flex-start;
  }
  .specification-features-row-1::-webkit-scrollbar {
    background-color: transparent;
  }
}
.specification-features-row-1 .specification-features-item {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 200px;
}
@media (max-width: 815px) {
  .specification-features-row-1 .specification-features-item {
    min-width: 50%;
    margin-bottom: 20px;
  }
}
.specification-features-icon {
  margin-right: 18px;
  align-self: flex-start;
  width: 28px;
  vertical-align: middle;
  margin-top: 8px;
  color: #ffffff;
  font-size: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@media (max-width: 815px) {
  .specification-features-icon {
    width: 20px;
    font-size: 16px;
  }
}

.specification-features-description {
  flex: 1;
}
.specification-features-description .specification-title {
  font-family: "Poppins";
  color: #000;
  font-weight: 600;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 9.6px;
  line-height: 36px;
  white-space: nowrap;
}
@media (max-width: 815px) {
  .specification-features-description .specification-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.specification-features-description .specification-title span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
}
.specification-features-description .specification-subtitle {
  font-family: "Poppins";
  color: #303030;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 26px;
}
@media (max-width: 815px) {
  .specification-features-description .specification-subtitle {
    font-size: 12px;
    line-height: 18px;
  }
}

.specification-features-row-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 815px) {
  .specification-features-row-2 {
    padding: 0 48px;
    flex-direction: column;
  }
}
.specification-features-row-2 .btn {
  border-radius: 5px;
  box-shadow: none;
  margin: 0 10px 0;
  border: solid 1px #ffe806;
}
.specification-features-row-2 .download-icon-text {
  font-family: "Poppins";
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
  border: solid 1px #7d7d7d;
  width: 280px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 815px) {
  .specification-features-row-2 .download-icon-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
}
.specification-features-row-2 .download-icon-img {
  display: inline-block;
  margin-left: 10px;
  width: 18px;
}

.new-feature .specification-section .tech-spec-title {
  color: #fff;
}
.new-feature .specification-section .specification-features-icon {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}
.new-feature .specification-section .specification-features-description .specification-title {
  color: #fff;
}
.new-feature .specification-section .specification-features-description .specification-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.new-feature .specification-section .specification-features-row-2 {
  justify-content: center;
}
.new-feature .specification-section .specification-features-row-2 .download-icon-text {
  color: #ffe806;
  border-color: #ffe806;
}

.all-space-view-section {
  background-color: #000000;
  padding: 125px 0px 80px;
}
@media (max-width: 815px) {
  .all-space-view-section {
    padding: 32px 0px 80px;
    margin-top: 64px;
  }
}
.all-space-view-section .container .heading {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 23px;
}
@media (max-width: 815px) {
  .all-space-view-section .container .heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 815px) {
  .all-space-view-section .container {
    width: 100%;
    padding: 0px 24px;
  }
}
.all-space-view-section .container ol.breadcrumb {
  padding-left: 0px;
}
.all-space-view-section .container .tab-web {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web {
    display: none;
  }
}
.all-space-view-section .container .tab-web .row-div {
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.all-space-view-section .container .tab-web .row-div h3 {
  width: 50%;
  margin-bottom: 40px;
  padding: 0;
}
.all-space-view-section .container .tab-web .row-div h3.title {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
}
.all-space-view-section .container .tab-web .row-div h3.title span {
  color: #FFE806;
}
.all-space-view-section .container .tab-web .row-div P {
  width: 50%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFEF51;
  float: right;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.all-space-view-section .container .tab-web .row-div P a {
  text-decoration: none;
  display: inherit;
}
.all-space-view-section .container .tab-web .row-div P a img {
  padding-left: 8px;
  cursor: pointer;
}
.all-space-view-section .container .tab-web .row-div P a:hover {
  color: #FFEF51;
}
.all-space-view-section .container .tab-web .season_tabs {
  position: relative;
  min-height: 360px;
  /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.all-space-view-section .container .tab-web .season_tab {
  float: left;
  clear: both;
  width: 40%;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_tab {
    width: 100%;
  }
}
.all-space-view-section .container .tab-web .season_tab label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  position: relative;
  left: 1px;
  width: 100%;
  height: auto;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_tab label {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
}
.all-space-view-section .container .tab-web .season_tab label img.tab-image {
  padding-right: 30px;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_tab label img.tab-image {
    width: 98px;
    height: 72px;
    padding-right: 25px;
  }
}
.all-space-view-section .container .tab-web .season_tab label img.arrow-right {
  width: 32px;
  height: auto;
  position: absolute;
  right: 24px;
}
.all-space-view-section .container .tab-web .season_tab [type=radio] {
  display: none;
}
.all-space-view-section .container .tab-web .season_content {
  position: absolute;
  top: 0;
  left: 40%;
  padding-left: 56px;
  background: #020407;
  right: 0;
  bottom: 0;
  border: 0px solid #ccc;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_content {
    left: 0%;
    top: auto;
    padding-left: 0px;
  }
}
.all-space-view-section .container .tab-web .season_content .tab-card {
  background-color: #070F1C;
}
.all-space-view-section .container .tab-web .season_content .tab-card img {
  width: 100%;
  background-color: #0c1a30;
}
.all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text {
  height: 646px;
  overflow-y: auto;
}
.all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text h3 {
  color: #FFE806;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  padding: 30px 48px;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 8px;
  }
}
.all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0px 56px;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul {
    padding: 0px 8px;
  }
}
.all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul li {
  display: block;
  padding-right: 26px;
}
.all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul li .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 21.3945px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  .all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul li .title {
    font-size: 15px;
  }
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul li .title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
.all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul li p {
  font-family: "Poppins";
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 39px;
  margin-bottom: 36px;
}
@media (max-width: 1366px) {
  .all-space-view-section .container .tab-web .season_content .tab-card .tab-card-text ul li p {
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.all-space-view-section .container .tab-web .season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
}
.all-space-view-section .container .tab-web [type=radio]:checked ~ label {
  background: #070F1C;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FFE806;
  z-index: 2;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-web [type=radio]:checked ~ label {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
}
.all-space-view-section .container .tab-web [type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
.all-space-view-section .container .tab-mobile {
  padding-top: 0px;
  padding-bottom: 40px;
  display: none;
}
@media (max-width: 815px) {
  .all-space-view-section .container .tab-mobile {
    display: block;
  }
  .all-space-view-section .container .tab-mobile .row-div {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }
  .all-space-view-section .container .tab-mobile .row-div h3 {
    width: 60%;
    margin-bottom: 24px;
    padding: 0;
  }
  .all-space-view-section .container .tab-mobile .row-div h3.title {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
  }
  .all-space-view-section .container .tab-mobile .row-div h3.title span {
    color: #FFE806;
    display: initial;
  }
  .all-space-view-section .container .tab-mobile .row-div span {
    display: block;
    width: 23px;
  }
  .all-space-view-section .container .tab-mobile .row-div P {
    width: 30%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFEF51;
    float: right;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .all-space-view-section .container .tab-mobile .row-div P a {
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .all-space-view-section .container .tab-mobile .row-div P a img {
    margin-left: 10px;
    width: 32px;
    cursor: pointer;
    float: right;
  }
  .all-space-view-section .container .tab-mobile .row-div P a:hover {
    color: #FFEF51;
  }
  .all-space-view-section .container .tab-mobile .row-div P a:focus {
    color: #FFEF51;
  }
  .all-space-view-section .container .tab-mobile input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .all-space-view-section .container .tab-mobile .row {
    display: flex;
  }
  .all-space-view-section .container .tab-mobile .row .col {
    flex: 1;
  }
  .all-space-view-section .container .tab-mobile .row .col:last-child {
    margin-left: 1em;
  }
  .all-space-view-section .container .tab-mobile {
    /* Accordion styles */
  }
  .all-space-view-section .container .tab-mobile .tabs {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }
  .all-space-view-section .container .tab-mobile .tabs .tab {
    width: 100%;
    color: white;
    overflow: hidden;
    padding: 0px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #070F1C;
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding: 0px 0px;
    cursor: pointer;
    margin-bottom: 28px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab label span {
    display: block;
    text-align: left;
    margin: 0 auto;
    float: left;
    color: #ffffff;
    width: 100%;
    padding-left: 25px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab label img.tab-image {
    max-width: 98px;
    height: 72px;
    width: 100%;
    display: block;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab label {
    /* Icon */
  }
  .all-space-view-section .container .tab-mobile .tabs .tab label:hover {
    background: #070F1C;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab label::after {
    content: url("../../img/brands/raider/blog/arrow.png");
    width: auto;
    height: auto;
    text-align: center;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.35s;
    margin-right: 20px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab .tab-content img {
    background: #0c1a30;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab .tab-content label.inner-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #070F1C;
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 20px 8px;
    position: relative;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab .tab-content label.inner-label span {
    display: block;
    text-align: left;
    margin: 0 auto;
    float: left;
    color: #FFE806;
    width: 100%;
    padding-left: 0px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab .tab-content label.inner-label::after {
    content: url("../../img/brands/raider/blog/arrow.png");
    width: auto;
    height: auto;
    text-align: center;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.35s;
    margin-right: 20px;
    transform: rotate(180deg);
    position: absolute;
    top: 26px;
    right: 0;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab ul {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0px 8px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab ul li {
    display: block;
    padding-right: 15px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab ul li .title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab ul li p {
    font-family: "Poppins";
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab-content {
    max-height: 0;
    padding: 0;
    color: #333;
    background: #070F1C;
    transition: all 0.35s;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #333;
    cursor: pointer;
  }
  .all-space-view-section .container .tab-mobile .tabs .tab-close:hover {
    background: #070F1C;
  }
  .all-space-view-section .container .tab-mobile input:checked + .tab-label {
    display: none;
    background: #070F1C;
  }
  .all-space-view-section .container .tab-mobile input:checked + .tab-label::after {
    transform: rotate(180deg);
  }
  .all-space-view-section .container .tab-mobile input:checked ~ .tab-content {
    max-height: 100%;
    padding: 0;
    margin-bottom: 28px;
  }
}

.section-season-bike {
  background: #070f1c;
  padding: 80px 0 0px 0;
}
@media (max-width: 815px) {
  .section-season-bike {
    padding: 32px 0 0px 0;
  }
}
@media (max-width: 815px) {
  .section-season-bike .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-season-bike .season-bike-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
  padding: 0 55px 0 0px;
}
@media (max-width: 815px) {
  .section-season-bike .season-bike-heading {
    margin-bottom: 24px;
    padding: 0 26px 0 24px;
  }
}
.section-season-bike .season-bike-heading .bike-title h4 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 815px) {
  .section-season-bike .season-bike-heading .bike-title h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-season-bike .season-bike-heading .bike-link a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffe806;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 815px) {
  .section-season-bike .season-bike-heading .bike-link a {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-season-bike .season-bike-heading .bike-link a .tvsm-icons {
  font-size: 14px;
  margin-left: 8px;
}
.section-season-bike .nav-tabs {
  height: 65px !important;
  display: inline-flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 815px) {
  .section-season-bike .nav-tabs {
    width: unset;
    height: 54px !important;
    order: 0;
    margin-bottom: 16px;
  }
}
.section-season-bike .nav-tabs > li {
  margin-right: 40px !important;
}
@media (max-width: 815px) {
  .section-season-bike .nav-tabs > li {
    margin-right: 32px !important;
  }
}
.section-season-bike .nav-tabs > li:last-child {
  margin-right: 0 !important;
}
.section-season-bike .nav-tabs > li > a {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  padding: 12px 0 !important;
  color: #b3b3b3 !important;
  opacity: 0.5;
  border: none;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .section-season-bike .nav-tabs > li > a {
    padding: 12px 0 !important;
  }
}
@media (max-width: 815px) {
  .section-season-bike .nav-tabs > li > a {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: auto;
  }
}
.section-season-bike .nav > li > a:focus,
.section-season-bike .nav > li > a:focus-visible,
.section-season-bike .nav > li > a:focus-within,
.section-season-bike .nav > li > a:hover {
  background-color: transparent;
  border: none;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .section-season-bike .nav > li > a:focus,
  .section-season-bike .nav > li > a:focus-visible,
  .section-season-bike .nav > li > a:focus-within,
  .section-season-bike .nav > li > a:hover {
    padding: 12px 0 !important;
    padding-left: 0 !important;
  }
}
.section-season-bike .nav-tabs > li.active > a,
.section-season-bike .nav-tabs > li.active > a:focus,
.section-season-bike .nav-tabs > li.active > a:hover {
  color: #ffffff !important;
  opacity: 1;
  border: none;
  border-bottom: 5px solid #096f71;
  border-radius: 0;
  background: none;
  font-weight: 400 !important;
  margin: auto;
}

.season-slider {
  overflow: hidden;
}

.season-slider-item {
  position: relative;
}
.season-slider-item .slick-slide {
  margin: 0 20px !important;
}
.season-slider-item .thumbnail {
  background: #070f1c;
  transform: scale(0.9);
  transition: 300ms ease-in-out 0s;
  position: relative;
  opacity: 0.6;
  border: none !important;
  height: 100%;
  padding: 0px;
}
@media (max-width: 815px) {
  .season-slider-item .thumbnail {
    height: auto;
  }
}
.season-slider-item .thumbnail .text {
  position: absolute;
  left: 0;
  bottom: 27px;
  padding-left: 20px;
  z-index: 111;
}
@media (max-width: 815px) {
  .season-slider-item .thumbnail .text {
    position: static;
    padding-left: 5px;
  }
}
.season-slider-item .thumbnail .text p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 815px) {
  .season-slider-item .thumbnail .text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.season-slider-item .video-thumb video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.season-slider-item .video-thumb iframe {
  width: 100%;
  height: 100%;
  min-width: 920px;
  min-height: 515px;
}
@media (max-width: 815px) {
  .season-slider-item .video-thumb iframe {
    min-width: 300px;
    min-height: 175px;
  }
}
.season-slider-item .img-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.season-slider-item .video-progress-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  background: #ffe806;
  overflow: hidden;
  color: transparent;
  z-index: 11;
  width: 0;
  transition: 300ms ease-in 0s;
  margin: auto 0px;
  text-align: center;
  width: 0;
  display: block;
}
@media (max-width: 815px) {
  .season-slider-item .video-progress-bar {
    height: 3px;
    top: 6px;
    left: 0px;
    width: 100%;
  }
}
.season-slider-item .video-overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: 300ms ease-in 0s;
}
.season-slider-item .video-button {
  cursor: pointer;
  width: auto;
  height: auto;
}
@media (max-width: 815px) {
  .season-slider-item .video-button {
    width: 36px;
    height: auto;
  }
}
.season-slider-item .video-buttonimg {
  height: auto;
}
@media (max-width: 815px) {
  .season-slider-item .video-buttonimg {
    width: 36px;
    height: auto;
  }
}
.season-slider-item .video-on .video-overlay {
  visibility: hidden;
}

.slick-center .thumbnail {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 815px) {
  .thumbnail {
    transform: scale(0.92) !important;
  }
  .slick-center .thumbnail {
    transform: scale(1.08) !important;
  }
}
/*********instagram images section*********/
.insta-season-bike-section {
  padding: 0 0 0 135px;
  background: #070f1c;
}
@media (max-width: 815px) {
  .insta-season-bike-section {
    padding: 0 0 0 16px;
  }
}

.insta-season-bike-item {
  position: relative;
  margin-left: 15px;
  display: inline-table;
  margin-right: 15px;
}
@media (max-width: 815px) {
  .insta-season-bike-item {
    margin-left: 7px;
    margin-right: 7px;
    width: 182px;
    height: 286px;
  }
}
.insta-season-bike-item .insta-season-bike-img-holder {
  width: 370px;
  height: 370px;
  display: block;
}
@media (max-width: 815px) {
  .insta-season-bike-item .insta-season-bike-img-holder {
    width: 182px;
    height: 286px;
  }
}
.insta-season-bike-item .insta-season-bike-img-holder img {
  width: 100%;
  height: 100%;
}
.insta-season-bike-item .insta-season-bike-img-holder img.insta-season-bike-image {
  display: block;
}
.insta-season-bike-item .insta-season-bike-img-holder img.insta-season-bike-image.mobile {
  display: none;
}
@media (max-width: 815px) {
  .insta-season-bike-item .insta-season-bike-img-holder img.insta-season-bike-image.mobile {
    display: block;
  }
}
@media (max-width: 815px) {
  .insta-season-bike-item .insta-season-bike-img-holder img.insta-season-bike-image {
    display: none;
  }
}

.insta-season-bike-box {
  display: flex;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 96px;
}
@media (max-width: 815px) {
  .insta-season-bike-box {
    padding-bottom: 0;
    display: flex;
  }
}
.insta-season-bike-box::-webkit-scrollbar {
  height: 10px;
}
@media (max-width: 815px) {
  .insta-season-bike-box::-webkit-scrollbar {
    height: 0;
  }
}
.insta-season-bike-box::-webkit-scrollbar-track {
  border-radius: 10px !important;
  background: transparent;
}
@media (max-width: 815px) {
  .insta-season-bike-box::-webkit-scrollbar-track {
    display: none;
  }
}
.insta-season-bike-box::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: #096f71;
  position: relative;
  z-index: 9999;
}
@media (max-width: 815px) {
  .insta-season-bike-box::-webkit-scrollbar-thumb {
    display: none;
  }
}

.scroll-bar {
  width: 100%;
  border-bottom: 2px solid #096f71;
  z-index: 99;
  position: relative;
  height: 40px;
  top: -44px;
}
@media (max-width: 815px) {
  .scroll-bar {
    display: none;
  }
}

.insta-season-bike-item-text {
  background: rgba(7, 15, 28, 0.5);
  backdrop-filter: blur(6px);
  position: absolute;
  bottom: 0;
  padding: 8px 0 8px 16px;
  width: 100%;
}
@media (max-width: 815px) {
  .insta-season-bike-item-text {
    width: 100%;
  }
}
.insta-season-bike-item-text .text-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #ffe806;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 815px) {
  .insta-season-bike-item-text .text-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.insta-season-bike-item-text .text-para {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
@media (max-width: 815px) {
  .insta-season-bike-item-text .text-para {
    font-size: 12px;
    line-height: 18px;
  }
}
.insta-season-bike-item-text .text-para img {
  width: 20px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  padding-bottom: 6px;
}
@media (max-width: 815px) {
  .insta-season-bike-item-text .text-para img {
    padding-right: 10px;
  }
}

.testimonial-card {
  background: #0c1a30;
  color: #fff;
  width: 940px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  min-height: 465px;
  opacity: 0.6;
  transform: scale(0.9);
}
@media (max-width: 815px) {
  .testimonial-card {
    min-height: auto;
    display: block;
    margin: 0 10px;
  }
}
.testimonial-card-image {
  min-width: 265px;
  min-height: 265px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-card-image img {
  width: 100%;
  max-height: 100%;
}
.testimonial-card-review {
  margin-left: 50px;
}
@media (max-width: 815px) {
  .testimonial-card-review {
    margin-left: 0;
  }
}
.testimonial-card-review p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 25px;
}
.testimonial-card-review .testimonial-card-name {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 28px;
  color: #ffe806;
}

.slick-center .testimonial-card {
  opacity: 1;
  transform: scale(1);
}

.testimonial-slider .slick-dots {
  bottom: -50px;
  right: 0;
  width: 100%;
}
@media (max-width: 815px) {
  .testimonial-slider .slick-dots {
    bottom: -40px;
    height: 28px;
    width: 100%;
    right: 0;
  }
}
.testimonial-slider .slick-dots li {
  height: 4px;
  width: 24px;
}
.testimonial-slider .slick-dots li.slick-active {
  background-color: #ffe806;
  height: 4px;
  width: 24px;
  transform: skewX(-40deg);
}
.testimonial-slider .slick-dots li.slick-active button::before {
  opacity: 0;
}
.testimonial-slider .slick-dots li button {
  color: #b3b3b3;
  height: 4px;
  width: 24px;
}
.testimonial-slider .slick-dots li button::before {
  color: #b3b3b3;
  font-size: 30px;
  content: "";
  background-color: #b3b3b3;
  height: 4px;
  width: 24px;
  transform: skewX(-40deg);
  opacity: 1;
}

.fight-for-right-section {
  background: #070F1C;
  padding: 80px 0 20px 0;
}
@media (max-width: 815px) {
  .fight-for-right-section {
    padding: 30px 14px 30px 14px;
  }
}
.fight-for-right-section .fight-for-right-slider {
  overflow: hidden;
}
.fight-for-right-section .fight-for-right-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 51px;
}
@media (max-width: 815px) {
  .fight-for-right-section .fight-for-right-slider .slick-dots {
    margin-top: 0px;
  }
}
.fight-for-right-section .fight-for-right-slider .slick-dots li {
  width: 24px;
  height: 4px;
}
@media (max-width: 815px) {
  .fight-for-right-section .fight-for-right-slider .slick-dots li {
    width: 20px;
  }
}
.fight-for-right-section .fight-for-right-slider .slick-dots button {
  width: 24px;
  height: 4px;
  background: #fff;
  transform: skewX(-45deg);
  margin: 0 auto;
  padding: 0px;
  display: none;
}
@media (max-width: 815px) {
  .fight-for-right-section .fight-for-right-slider .slick-dots button {
    width: 20px;
  }
}
.fight-for-right-section .fight-for-right-slider .slick-dots button::before {
  content: "";
  height: 4px;
  width: 24px;
}
@media (max-width: 815px) {
  .fight-for-right-section .fight-for-right-slider .slick-dots button::before {
    width: 20px;
  }
}
.fight-for-right-section .fight-for-right-slider .slick-dots .slick-active button {
  background: #FFE806;
  width: 24px;
  height: 4px;
}
@media (max-width: 815px) {
  .fight-for-right-section .fight-for-right-slider .slick-dots .slick-active button {
    width: 20px;
  }
}
.fight-for-right-section .fight-for-right-slider .slick-slide {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.fight-for-right-box {
  transform: scale(0.9);
  transition: all 0.6s ease;
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 815px) {
  .fight-for-right-box {
    transform: scale(0.8);
    width: autoj-i;
  }
}
.fight-for-right-box.slick-current {
  transform: scale(1.05);
}
@media (max-width: 815px) {
  .fight-for-right-box.slick-current {
    transform: scale(0.92);
  }
  .fight-for-right-box.slick-current .slick-slide {
    margin: 0 auto;
  }
}

.fight-for-right-items {
  overflow: hidden;
  background-color: #0C1A30;
  padding: 36px 36px 57px 37px;
  position: relative;
}
@media (max-width: 815px) {
  .fight-for-right-items {
    padding: 16px 18px 10px 25px;
  }
}
.fight-for-right-items .fight-right-img-holder {
  width: 266px;
  position: absolute;
  right: 36px;
  bottom: 0;
}
@media (max-width: 815px) {
  .fight-for-right-items .fight-right-img-holder {
    width: 119px;
    right: 11px;
  }
}
.fight-for-right-items .fight-right-img-holder img {
  width: 100%;
  transition: all 0.6s ease;
}

.fight-for-right-text {
  position: relative;
  z-index: 1;
  color: white;
}
.fight-for-right-text .fight-for-heading {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  color: #FFE806;
  margin: 0;
  line-height: 36px;
}
@media (max-width: 815px) {
  .fight-for-right-text .fight-for-heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.fight-for-right-text .fight-for-para {
  padding-top: 46px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  line-height: 28px;
}
@media (max-width: 815px) {
  .fight-for-right-text .fight-for-para {
    font-size: 14px;
    padding-top: 4px;
    line-height: 22px;
  }
}
.fight-for-right-text .fight-for-sub-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  padding-top: 16px;
  color: #FFFFFF;
  margin: 0;
  line-height: 80px;
}
@media (max-width: 815px) {
  .fight-for-right-text .fight-for-sub-heading {
    font-size: 40px;
    line-height: 40px;
  }
}
.fight-for-right-text .fight-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 22px;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 815px) {
  .fight-for-right-text .fight-text {
    font-size: 12px;
    padding-top: 15px;
    line-height: 18px;
  }
}
.fight-for-right-text .take-pledge {
  padding-top: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFEF51;
  margin: 0;
  display: inline-block;
  line-height: 26px;
}
@media (max-width: 815px) {
  .fight-for-right-text .take-pledge {
    font-size: 14px;
    padding-top: 16px;
    line-height: 22px;
  }
}
.fight-for-right-text .take-pledge i {
  font-size: 12px;
  margin-left: 8px;
}

.price-section {
  background: #000000;
  padding: 80px 135px;
  scroll-margin-top: 50px;
}
@media (max-width: 768px) {
  .price-section {
    padding: 32px 9px 40px 9px;
    scroll-margin-top: 62px;
  }
}
.price-section .price-offer .nav-tabs {
  border: solid 1px #ffe806;
  height: auto;
  display: inline-block;
  transform: skewX(-20deg);
  padding: 1px;
}
@media (max-width: 815px) {
  .price-section .price-offer .nav-tabs {
    width: 100%;
  }
}
.price-section .price-offer .nav-tabs li {
  margin: 0;
  min-width: 190px;
  border: 0;
  color: #ffe806;
  text-align: center;
}
@media (max-width: 815px) {
  .price-section .price-offer .nav-tabs li {
    min-width: auto;
    width: 50%;
  }
}
.price-section .price-offer .nav-tabs li a {
  font-weight: 500;
  background: none;
  font-size: 18px;
  transform: skewX(20deg);
  line-height: normal;
  padding: 10px;
  color: #ffe806;
}
.price-section .price-offer .nav-tabs li a:hover, .price-section .price-offer .nav-tabs li a:focus {
  padding: 10px;
}
.price-section .price-offer .nav-tabs li.active {
  background: #ffe806;
  color: #000;
}
.price-section .price-offer .nav-tabs li.active a {
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}
.price-section .price-offer .nav-tabs li.active a:hover, .price-section .price-offer .nav-tabs li.active a:focus {
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}
.price-section .price-offer .nav-tabs li:hover a {
  border: 0;
}
.price-section .offer-details h4 {
  font-family: "Poppins";
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
}
.price-section .offer-details p {
  font-family: "Poppins";
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.price-section .offer-details #location-error {
  position: absolute;
}
@media (max-width: 815px) {
  .price-section .offer-details #location-error {
    position: static;
    font-size: 14px;
    width: 230px;
  }
}
.price-section .offer-details .location .location-field {
  display: flex;
  align-items: flex-start;
}
.price-section .offer-details .location .formfield.group {
  position: relative;
}
.price-section .offer-details .location .formfield.group input {
  background: #333;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  min-width: 295px;
  border-radius: 0;
  border: 0;
  padding: 10px 45px 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 815px) {
  .price-section .offer-details .location .formfield.group input {
    min-width: 230px;
  }
}
.price-section .offer-details .location .formfield.group .detect-location {
  position: absolute;
  right: 12px;
  top: 0;
}
.price-section .offer-details .location .formfield.group .detect-location img {
  position: relative;
  top: 12px;
  right: 0;
}
.price-section .offer-details .location .formfield.group .ctaDetect {
  opacity: 0;
  position: absolute;
  right: -10px;
  top: 1px;
  z-index: 99;
  width: 50px;
  height: 45px;
  padding: 0;
  margin: 0;
  min-width: auto;
}
.price-section .offer-details .location .formfield.group .ui-widget-content {
  width: 100% !important;
  max-height: 200px;
  overflow: auto;
}
.price-section .offer-details .location .error-message {
  color: #f12a00;
}
.price-section .offer-details .location .btn.primary-btn {
  background: #ffe806;
  color: #000;
  text-transform: capitalize;
  padding: 10px 20px;
  font-family: "Poppins";
  font-weight: 400;
  border: 0;
  margin: 0 0 0 10px;
  border-radius: 0;
}
.price-section .offer-details .location .btn.primary-btn:focus {
  outline: 0;
}
.price-section .offer-details .location .location-name {
  margin-top: 10px;
  font-family: "Poppins";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.price-section .offer-details .location .location-name span {
  font-weight: 500;
  color: #fff;
}
.price-section .offer-details .offer-valid-details {
  margin-top: 50px;
  display: none;
}
.price-section .offer-details .offer-valid-details .offer-duration {
  color: #ffe806;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
}
.price-section .offer-details .offer-valid-details .offer-list-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 815px) {
  .price-section .offer-details .offer-valid-details .offer-list-wrap {
    flex-direction: column;
  }
}
.price-section .offer-details .offer-valid-details .offer-list-wrap .offer-list {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 815px) {
  .price-section .offer-details .offer-valid-details .offer-list-wrap .offer-list {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
  }
}
.price-section .offer-details .offer-valid-details .offer-list-wrap .offer-list:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #9dc5c6;
  position: absolute;
  left: 0;
}
.price-section .offer-details .offer-valid-details .offer-list-wrap .offer-list .label {
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 815px) {
  .price-section .offer-details .offer-valid-details .offer-list-wrap .offer-list .label {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.price-section .offer-details .offer-valid-details .offer-list-wrap .offer-list .value {
  font-family: "Poppins";
  font-size: 32px;
  font-style: italic;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.price-section .offer-details .action-btn {
  display: none;
}
@media (max-width: 815px) {
  .price-section .offer-details .action-btn {
    flex-direction: column;
  }
}
.price-section .offer-details .action-btn .btn-yellow {
  width: 250px;
  text-align: center;
}
@media (max-width: 815px) {
  .price-section .offer-details .action-btn .btn-yellow {
    width: 100%;
  }
}
.price-section .offer-details .action-btn .btn-yellow + .btn-yellow {
  margin-left: 10px;
}
@media (max-width: 815px) {
  .price-section .offer-details .action-btn .btn-yellow + .btn-yellow {
    margin: 10px 0 0;
  }
}
.price-section .offer-details .saving-details {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  font-weight: 900;
  background: url(/tvs-raider/-/media/Brand-Pages-Webp/offers/saving-bg.png) no-repeat;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
  padding: 25px 25px 15px;
  background-size: cover;
  display: none;
}
@media (max-width: 815px) {
  .price-section .offer-details .saving-details {
    font-size: 22px;
    padding: 25px;
  }
}
.price-section .wrapper-head {
  display: flex;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .price-section .wrapper-head {
    flex-direction: column;
  }
}
.price-section .wrapper-head .wrapper-left,
.price-section .wrapper-head .wrapper-right {
  flex: 1 0 50%;
}
@media (max-width: 768px) {
  .price-section .wrapper-head .wrapper-left,
  .price-section .wrapper-head .wrapper-right {
    flex-direction: column;
  }
}
.price-section .wrapper-head .wrapper-left h4 {
  color: #ffffff;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .price-section .wrapper-head .wrapper-left h4 {
    font-size: 28px;
    line-height: 40px;
  }
}
.price-section .wrapper-head .wrapper-right .input-class {
  width: 675px;
  height: 48px;
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: none;
}
.price-section .wrapper-head .wrapper-right .arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.price-section .wrapper-head .wrapper-right .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.price-section .varient-content .content-text {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-section .varient-content .content-text {
    margin-bottom: 20px;
  }
}
.price-section .varient-content .content-text h4 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .price-section .varient-content .content-text h4 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.price-section .varient-content .content-text h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.price-section .varient-content .content-text h3 span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 25px;
}
@media (max-width: 768px) {
  .price-section .varient-content .content-text h3 span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .price-section .varient-content .content-text h3 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.price-section .varient-content .content-text p,
.price-section .varient-content .content-text .exPrice {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
}
@media (max-width: 768px) {
  .price-section .varient-content .content-text p,
  .price-section .varient-content .content-text .exPrice {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
}
.price-section .varient-content .content-text > p {
  margin-top: 10px;
}
.price-section .varient-content .priceTabel .nav-tabs {
  width: 80%;
  margin-bottom: 10px;
}
@media (max-width: 815px) {
  .price-section .varient-content .priceTabel .nav-tabs {
    width: 100%;
  }
}
.price-section .varient-content .priceTabel .nav-tabs > li {
  width: 50%;
  text-align: center;
  margin-bottom: 0;
}
.price-section .varient-content .priceTabel .nav-tabs > li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0;
  padding: 16px 15px;
}
@media (max-width: 1280px) {
  .price-section .varient-content .priceTabel .nav-tabs > li > a {
    font-size: 16px;
  }
}
@media (max-width: 815px) {
  .price-section .varient-content .priceTabel .nav-tabs > li > a {
    font-size: 12px;
    padding: 16px 4px;
  }
}
.price-section .varient-content .priceTabel .nav-tabs > li.active > a,
.price-section .varient-content .priceTabel .nav-tabs > li.active > a:focus,
.price-section .varient-content .priceTabel .nav-tabs > li.active > a:hover {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 15px;
}
@media (max-width: 1280px) {
  .price-section .varient-content .priceTabel .nav-tabs > li.active > a,
  .price-section .varient-content .priceTabel .nav-tabs > li.active > a:focus,
  .price-section .varient-content .priceTabel .nav-tabs > li.active > a:hover {
    font-size: 16px;
  }
}
@media (max-width: 815px) {
  .price-section .varient-content .priceTabel .nav-tabs > li.active > a,
  .price-section .varient-content .priceTabel .nav-tabs > li.active > a:focus,
  .price-section .varient-content .priceTabel .nav-tabs > li.active > a:hover {
    font-size: 12px;
    padding: 16px 4px;
  }
}
.price-section .varient-content .priceTabel .tab-content > .active {
  display: inline-block;
}
.price-section .varient-content ul.list-type-price {
  position: relative;
  list-style: none;
}
.price-section .varient-content ul.list-type-price li p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .price-section .varient-content ul.list-type-price li p {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
}
.price-section .varient-content ul.list-type-price li::before {
  content: url("../../img/brands/raider/blog/price-arrow.png");
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
}
.price-section .varient-content .btnCntNew {
  display: flex;
  justify-content: center;
  opacity: 0;
}
.price-section .varient-content .btnCntNew a {
  width: 500px;
}
@media (max-width: 768px) {
  .price-section .varient-content .btnCntNew a {
    width: 100%;
  }
}
.price-section .varient-content .button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .price-section .varient-content .button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.price-section .varient-content .button-row a {
  margin: 5px;
}
.price-section .varient-content .button-row .btn-yellow {
  width: 270px !important;
}
@media (max-width: 768px) {
  .price-section .varient-content .button-row .btn-yellow {
    width: 100% !important;
  }
}
@media (max-width: 250px) {
  .price-section .varient-content .button-row .btn-yellow {
    width: 100% !important;
  }
}
.price-section .price-slider .carousel-indicators {
  bottom: -20px;
}
@media (max-width: 768px) {
  .price-section .price-slider .carousel-indicators {
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
  }
}
.price-section .price-slider .carousel-inner {
  top: -40px;
}
.price-section .price-slider .carousel-indicators li {
  width: 24px;
  height: 4px;
  background: #b3b3b3;
  transform: skewX(-45deg);
  border-radius: 0;
  border: 0;
  margin: 0 4px;
}
.price-section .price-slider .carousel-indicators li.active {
  background: #ffe806;
}
.price-section .price-slider .left.carousel-control {
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12.0625 23.875L19.9375 16L12.0625 8.125' stroke='white' stroke-width='2.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: 1px solid #ccc;
  background-size: 28px;
  transform: rotate(180deg);
  opacity: 1;
}
@media (max-width: 768px) {
  .price-section .price-slider .left.carousel-control {
    display: block;
  }
}
.price-section .price-slider .right.carousel-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12.0625 23.875L19.9375 16L12.0625 8.125' stroke='white' stroke-width='2.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: 1px solid #ccc;
  background-size: 28px;
  opacity: 1;
}
@media (max-width: 768px) {
  .price-section .price-slider .right.carousel-control {
    display: block;
  }
}
@media (min-width: 1200px) {
  .price-section .container {
    width: 100%;
  }
}
.price-section .tvs-state-dropdown, .price-section .tvs-city-dropdown {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.price-section .tvs-state-dropdown .tvs-state-value-box, .price-section .tvs-state-dropdown .tvs-city-value-box, .price-section .tvs-city-dropdown .tvs-state-value-box, .price-section .tvs-city-dropdown .tvs-city-value-box {
  padding: 10px;
  background: #333333;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.price-section .tvs-state-dropdown .tvs-arrow, .price-section .tvs-city-dropdown .tvs-arrow {
  width: 10px;
  height: 10px;
  border-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(315deg);
  right: 15px;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container, .price-section .tvs-state-dropdown .tvs-city-dropdown-container, .price-section .tvs-city-dropdown .tvs-state-dropdown-container, .price-section .tvs-city-dropdown .tvs-city-dropdown-container {
  background: #333;
  padding: 0 10px 10px;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search {
  width: 100%;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input {
  width: 100%;
  border: 0;
  background: #000 url("../../img/brands/raider/price/Search.png") no-repeat 98% 5px;
  border-radius: 0;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  padding: 8px 5px;
  font-size: 14px;
  text-transform: capitalize;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input::placeholder, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input::placeholder, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input::placeholder, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input::placeholder, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-search input::placeholder, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-search input::placeholder, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-search input::placeholder, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-search input::placeholder {
  color: #fff;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list {
  max-height: 200px;
  overflow: auto;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar {
  width: 10px;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-track, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-track {
  background: #444;
  border-radius: 20px;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list::-webkit-scrollbar-thumb, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 20px;
}
.price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-state-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-state-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-state-dropdown-list .tvs-city-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-state-dropdown-list-item, .price-section .tvs-city-dropdown .tvs-city-dropdown-container .tvs-city-dropdown-list .tvs-city-dropdown-list-item {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  text-transform: capitalize;
}

.section-emi {
  background-color: #010b0b;
  color: #fff;
  padding: 80px 0;
  margin-top: 0px;
}
@media (max-width: 815px) {
  .section-emi {
    padding: 40px 0;
    margin-top: 65px;
  }
}
.section-emi .price-offer .nav-tabs {
  border: solid 1px #ffe806;
  height: auto;
  display: inline-block;
  transform: skewX(-20deg);
  padding: 1px;
}
@media (max-width: 815px) {
  .section-emi .price-offer .nav-tabs {
    width: 100%;
  }
}
.section-emi .price-offer .nav-tabs li {
  margin: 0;
  min-width: 190px;
  border: 0;
  color: #ffe806;
  text-align: center;
}
@media (max-width: 815px) {
  .section-emi .price-offer .nav-tabs li {
    min-width: auto;
    width: 50%;
  }
}
.section-emi .price-offer .nav-tabs li a {
  font-weight: 500;
  background: none;
  font-size: 18px;
  transform: skewX(20deg);
  line-height: normal;
  padding: 10px;
  color: #ffe806;
}
.section-emi .price-offer .nav-tabs li a:hover, .section-emi .price-offer .nav-tabs li a:focus {
  padding: 10px;
}
.section-emi .price-offer .nav-tabs li.active {
  background: #ffe806;
  color: #000;
}
.section-emi .price-offer .nav-tabs li.active a {
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}
.section-emi .price-offer .nav-tabs li.active a:hover, .section-emi .price-offer .nav-tabs li.active a:focus {
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}
.section-emi .price-offer .nav-tabs li:hover a {
  border: 0;
}
.section-emi .offer-details h4 {
  font-family: "Poppins";
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
}
.section-emi .offer-details p {
  font-family: "Poppins";
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
.section-emi .offer-details #location-error {
  position: absolute;
}
@media (max-width: 815px) {
  .section-emi .offer-details #location-error {
    position: static;
    font-size: 14px;
    width: 230px;
  }
}
.section-emi .offer-details .location .location-field {
  display: flex;
  align-items: flex-start;
}
.section-emi .offer-details .location .error-message {
  color: #f12a00;
}
.section-emi .offer-details .location .formfield.group {
  position: relative;
}
.section-emi .offer-details .location .formfield.group input {
  background: #333;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  min-width: 295px;
  border-radius: 0;
  border: 0;
  padding: 10px 45px 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 815px) {
  .section-emi .offer-details .location .formfield.group input {
    min-width: 230px;
  }
}
.section-emi .offer-details .location .formfield.group .detect-location {
  position: absolute;
  right: 12px;
  top: 0;
}
.section-emi .offer-details .location .formfield.group .detect-location img {
  position: relative;
  top: 12px;
  right: 0;
}
.section-emi .offer-details .location .formfield.group .ctaDetect {
  opacity: 0;
  position: absolute;
  right: -10px;
  top: 1px;
  z-index: 99;
  width: 50px;
  height: 45px;
  padding: 0;
  margin: 0;
  min-width: auto;
}
.section-emi .offer-details .location .formfield.group .ui-widget-content {
  width: 100% !important;
  max-height: 200px;
  overflow: auto;
}
.section-emi .offer-details .location .error-message {
  display: none;
}
.section-emi .offer-details .location .btn.primary-btn {
  background: #ffe806;
  color: #000;
  text-transform: capitalize;
  padding: 10px 20px;
  font-family: "Poppins";
  font-weight: 400;
  border: 0;
  margin: 0 0 0 10px;
  border-radius: 0;
}
.section-emi .offer-details .location .location-name {
  margin-top: 10px;
  font-family: "Poppins";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.section-emi .offer-details .location .location-name span {
  font-weight: 500;
  color: #fff;
}
.section-emi .offer-details .offer-valid-details {
  margin-top: 50px;
  display: none;
}
.section-emi .offer-details .offer-valid-details .offer-duration {
  color: #ffe806;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
}
.section-emi .offer-details .offer-valid-details .offer-list-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 815px) {
  .section-emi .offer-details .offer-valid-details .offer-list-wrap {
    flex-direction: column;
  }
}
.section-emi .offer-details .offer-valid-details .offer-list-wrap .offer-list {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 815px) {
  .section-emi .offer-details .offer-valid-details .offer-list-wrap .offer-list {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
  }
}
.section-emi .offer-details .offer-valid-details .offer-list-wrap .offer-list:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #9dc5c6;
  position: absolute;
  left: 0;
}
.section-emi .offer-details .offer-valid-details .offer-list-wrap .offer-list .label {
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 815px) {
  .section-emi .offer-details .offer-valid-details .offer-list-wrap .offer-list .label {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.section-emi .offer-details .offer-valid-details .offer-list-wrap .offer-list .value {
  font-family: "Poppins";
  font-size: 32px;
  font-style: italic;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.section-emi .offer-details .action-btn {
  display: none;
}
@media (max-width: 815px) {
  .section-emi .offer-details .action-btn {
    flex-direction: column;
  }
}
.section-emi .offer-details .action-btn .btn-yellow {
  width: 250px;
  margin-right: 10px;
}
@media (max-width: 815px) {
  .section-emi .offer-details .action-btn .btn-yellow {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.section-emi .offer-details .action-btn .btn-yellow + .btn-yellow {
  margin-left: 10px;
}
@media (max-width: 815px) {
  .section-emi .offer-details .action-btn .btn-yellow + .btn-yellow {
    margin: 10px 0 0;
  }
}
.section-emi .offer-details .saving-details {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  background: url(/tvs-raider/-/media/Brand-Pages-Webp/offers/saving-bg.png) no-repeat;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
  padding: 25px 25px 15px;
  background-size: cover;
  display: none;
}
.section-emi > .container > h1,
.section-emi > .container > h2 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}
.section-emi > .container > h1::after,
.section-emi > .container > h2::after {
  display: none;
}
.section-emi > .container > h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 24px 0;
}
@media (max-width: 815px) {
  .section-emi > .container > h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-emi > .container > h2,
.section-emi > .container > h2.heading-2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (max-width: 815px) {
  .section-emi > .container > h2,
  .section-emi > .container > h2.heading-2 {
    font-size: 24px;
    line-height: 32px;
    margin: 60px 0;
  }
}
@media (max-width: 815px) {
  .section-emi > .container > h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }
}
.section-emi > .container .breadcrumb {
  margin-bottom: 48px;
  padding-left: 0;
}
@media (max-width: 815px) {
  .section-emi > .container .breadcrumb {
    margin-bottom: 35px;
  }
}
.section-emi .scheme-item-web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 32px 25px 18px;
  border-left: 5px solid #9dc5c6;
  position: relative;
}
@media (max-width: 815px) {
  .section-emi .scheme-item-web {
    border-left: none;
    padding: 16px 19px;
  }
  .section-emi .scheme-item-web::after {
    position: absolute;
    content: "";
    left: 1px;
    top: 12px;
    width: 3px;
    height: 56px;
    background-color: #9dc5c6;
  }
}
.section-emi .scheme-item-mobile {
  display: none;
}
@media (max-width: 815px) {
  .section-emi .scheme-item-mobile {
    position: relative;
  }
}
.section-emi .scheme-discount {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  margin: -20px 0 0 0;
  padding: 0;
  width: 140px;
}
@media (max-width: 815px) {
  .section-emi .scheme-discount {
    font-size: 40px;
    line-height: 48px;
    width: 120px;
    margin: -12px 0 0 0;
  }
}
.section-emi .scheme-txt {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px 0;
  padding: 0;
  width: 148px;
  height: 48px;
}
@media (max-width: 815px) {
  .section-emi .scheme-txt {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.section-emi .slick-slider .slick-track {
  display: block !important;
}
@media (max-width: 815px) {
  .section-emi .slick-slider .slick-track {
    margin: 0 !important;
  }
}
.section-emi .heading-2 {
  margin-top: 80px;
}
@media (max-width: 815px) {
  .section-emi .heading-2 {
    margin-top: 64px;
  }
}
.section-emi .disclaimer-txt {
  font-family: "Poppins";
  font-weight: 400;
  padding: 20px 0;
}
@media (max-width: 815px) {
  .section-emi .disclaimer-txt {
    font-size: 12px;
  }
}

.scheme-slider img {
  height: 20px;
}
.scheme-slider .slick-dots {
  bottom: -44px;
}
@media (max-width: 815px) {
  .scheme-slider .slick-dots {
    bottom: -24px;
    height: 4px;
  }
}
.scheme-slider .slick-dots li {
  height: 4px;
  width: 24px;
}
.scheme-slider .slick-dots li.slick-active {
  background-color: #096f71;
  height: 4px;
  width: 24px;
  transform: skewX(-50deg);
}
.scheme-slider .slick-dots li.slick-active button::before {
  opacity: 0;
}
.scheme-slider .slick-dots li button {
  color: #b3b3b3;
  height: 4px;
  width: 24px;
}
.scheme-slider .slick-dots li button::before {
  color: #b3b3b3;
  font-size: 30px;
  content: "";
  background-color: #b3b3b3;
  height: 4px;
  width: 24px;
  transform: skewX(-50deg);
  opacity: 1;
}
.scheme-slider .slick-slide {
  margin: 0;
}
.scheme-slider .scheme-item > .row {
  display: block;
}
@media (max-width: 815px) {
  .scheme-slider .scheme-item > .row {
    display: none;
  }
}
.scheme-slider .scheme-item > .scheme-item-mobile {
  display: none;
}
@media (max-width: 815px) {
  .scheme-slider .scheme-item > .scheme-item-mobile {
    display: block;
  }
}

.emi-box {
  display: flex;
}
@media (max-width: 815px) {
  .emi-box {
    display: block;
  }
}
.emi-box .slider-wrapper {
  width: 45%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 815px) {
  .emi-box .slider-wrapper {
    width: 100%;
    border: none;
  }
}
.emi-box .heading-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.emi-box .loan-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 815px) {
  .emi-box .loan-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.emi-box .variant-btn li {
  width: 140px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 815px) {
  .emi-box .variant-btn li {
    width: 110px;
    font-size: 18px;
    line-height: 26px;
    color: #9dc5c6;
  }
}
.emi-box .variant-btn li.active {
  border: 1px solid #2b71b8;
}
.emi-box .variant-btn li.loan-month {
  width: 90px;
}
.emi-box .variant-btn li.icon-box {
  color: #fff;
}
.emi-box .variant-btn li .size-xxiv-xx {
  padding-left: 20px;
}
@media (max-width: 815px) {
  .emi-box .variant-btn li .size-xxiv-xx {
    padding-left: 10px;
  }
}
.emi-box .slider-bar .ui-slider {
  border: 0;
  background-color: #042c2d;
  height: 4px;
  cursor: pointer;
  box-shadow: none;
  overflow: inherit;
  max-height: inherit;
  min-width: inherit;
  max-width: inherit;
}
.emi-box .slider-bar .ui-slider-handle {
  border: 3px solid #fff !important;
  padding: 4px;
  background: #096f71;
  top: -8px;
  margin-left: 0;
  cursor: pointer;
  outline: none;
  transform: translate(-50%);
}
.emi-box .slider-bar .dot-number span {
  width: 29px;
  margin-right: -16px;
  display: block;
  position: relative;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 815px) {
  .emi-box .slider-bar .dot-number span {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
  }
}
.emi-box .slider-bar .dot-number span.select-value {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-right: -12px;
}
@media (max-width: 815px) {
  .emi-box .slider-bar .dot-number span.select-value {
    font-size: 16px;
    line-height: 24px;
    color: #9dc5c6;
  }
}
.emi-box .btn.emi-button {
  padding: 4px 12px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-transform: none;
  background: #e6f1f1;
  border: 0;
  box-shadow: none;
  margin: 0;
}
@media (max-width: 815px) {
  .emi-box .btn.emi-button {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
.emi-box .btn.emi-button:first-child {
  border-radius: 4px 0 0 4px;
}
.emi-box .btn.emi-button:last-child {
  border-radius: 0 4px 4px 0;
}
.emi-box .btn.emi-button.active, .emi-box .btn.emi-button.active.focus, .emi-box .btn.emi-button.active:focus {
  color: #fff;
  background: #096f71;
  outline: none;
  outline-offset: 0;
}

.breakup-wrapper {
  width: 55%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 24px;
  padding: 40px;
}
@media (max-width: 815px) {
  .breakup-wrapper {
    width: 100%;
    border: none;
    margin-left: 0;
    padding: 24px 0 0 0;
  }
}
.breakup-wrapper > h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 815px) {
  .breakup-wrapper > h4 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }
}
.breakup-wrapper .chart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breakup-wrapper #pieChart {
  margin: 0 auto 40px auto;
  width: 333px !important;
  height: 333px !important;
}
@media (max-width: 815px) {
  .breakup-wrapper #pieChart {
    margin: 0 0 0 -5px;
    width: 193.96px !important;
    height: 192px !important;
  }
}
.breakup-wrapper .paylable-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 815px) {
  .breakup-wrapper .paylable-wrap {
    display: block;
    text-align: center;
  }
}
.breakup-wrapper .paylable-wrap p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0 0 8px 0;
}
@media (max-width: 815px) {
  .breakup-wrapper .paylable-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
}
.breakup-wrapper .paylable-wrap .emi-month,
.breakup-wrapper .paylable-wrap .total_payble {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 815px) {
  .breakup-wrapper .paylable-wrap .emi-month,
  .breakup-wrapper .paylable-wrap .total_payble {
    font-size: 28px;
    line-height: 36px;
    color: #539a9c;
    text-align: left;
  }
}
.breakup-wrapper .paylable-wrap .btn-yellow {
  width: 180px;
}
@media (max-width: 815px) {
  .breakup-wrapper .paylable-wrap .btn-yellow {
    margin: 0;
  }
}
.breakup-wrapper .paylable-txt-box {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 60px;
}
@media (max-width: 815px) {
  .breakup-wrapper .paylable-txt-box {
    margin: 0 16px 32px 16px;
  }
}
.breakup-wrapper .paylable-txt-box > div {
  margin-right: 16px;
}

.price-select .pin-input {
  width: 100%;
  outline: none;
}

.price-select .pin-input::placeholder {
  color: #2b71b8;
}

.price-select .select-box {
  height: 4.2rem;
  line-height: 3.8rem;
  border-radius: 2rem;
  -webkit-appearance: none;
  box-shadow: 0px 3px 6.8px 0.2px rgba(0, 0, 0, 0.15);
  border: solid 2px #e6e6e6;
  background-color: #fbfbfb;
  cursor: pointer;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 35px !important;
}

@media (min-width: 992px) {
  .price-select .select-box {
    z-index: 4;
    height: 4.2rem;
    line-height: 3.8rem;
    box-shadow: 0px 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  }
}
.price-select .select-box span {
  pointer-events: none;
}

.price-select .select-box:after {
  background: -moz-linear-gradient(top, #192841 0%, #800000 100%);
  background: -webkit-linear-gradient(top, #192841 0%, #800000 100%);
  background: linear-gradient(to right, #192841 0%, #800000 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  content: "chevrondown";
  position: absolute;
  right: 1.9rem;
  top: 0.8rem;
}

@media (min-width: 768px) {
  .price-select .select-box:after {
    top: 1rem;
  }
}
.price-select .select-box.open {
  z-index: 4;
}

.price-select .select-box.open:after {
  transform: rotate(180deg);
}

.price-select .dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  border-radius: 2rem;
  box-shadow: 0px 14px 19.7px 4.3px rgba(0, 0, 0, 0.3);
  border: 2px solid #e6e6e6;
  background-color: #fbfbfb;
  margin: auto;
  right: 0;
  cursor: pointer;
  padding: 0;
}

.price-select .dropdown ul {
  max-height: 20rem;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .price-select .dropdown ul {
    max-height: 22rem;
  }
}
.price-select .dropdown li {
  padding: 0.8rem 1.8rem;
  border-bottom: #d9d9d9 1px solid;
  color: #4d4d4f;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .price-select .dropdown li {
    padding: 1rem 1.8rem;
  }
}
.price-select .dropdown li:last-child {
  border-bottom: 0;
}

.price-select .dropdown ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
  border-radius: 5rem;
  height: 16rem;
}

.price-select .dropdown ul::-webkit-scrollbar {
  width: 4px;
  background-color: #d9d9d9;
  border-radius: 5rem;
}

.price-select .dropdown ul::-webkit-scrollbar-thumb {
  background-color: #2b71b8;
  border-radius: 5rem;
}

.calc-emi-btn {
  padding: 0.4rem 1.8rem !important;
}

@media (min-width: 992px) {
  .calc-emi-btn {
    padding: 0.8rem 3.2rem !important;
  }
}
.calc-emi-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.32) !important;
}

.calc-emi-btn i {
  right: -1.2rem;
  vertical-align: middle;
  line-height: 20px;
}

.calc-emi-btn.open i {
  transform: rotate(180deg);
  top: -3px;
}

.emi-sec {
  border-bottom: 1px solid #e6e7e8;
  z-index: 2;
}

.emi-sec.open {
  padding: 0 !important;
}

.emi-sec.open:after,
.emi-sec.open:before {
  display: none;
}

.emi-sec:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 2.1rem;
  border-top: 1.8rem solid #114161;
  border-left: 1.5rem solid transparent;
  left: -1.5rem;
}

@media (min-width: 992px) {
  .emi-sec:after {
    bottom: 0.6rem;
    border-top: 2.6rem solid #114161;
    border-left: 2.4rem solid transparent;
    left: -2.3rem;
  }
}
@media (min-width: 1600px) {
  .emi-sec:after {
    bottom: 1rem;
    border-left: 2.2rem solid transparent;
    left: -2.2rem;
  }
}
@media (min-width: 1920px) {
  .emi-sec:after {
    bottom: 1.5rem;
  }
}
.emi-sec:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 2.1rem;
  border-top: 1.8rem solid #114161;
  right: -1.5rem;
  border-right: 1.5rem solid transparent;
}

@media (min-width: 992px) {
  .emi-sec:before {
    bottom: 0.4rem;
    border-top: 2.6rem solid #114161;
    right: -2.2rem;
    border-right: 2.2rem solid transparent;
  }
}
@media (min-width: 1600px) {
  .emi-sec:before {
    bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .emi-sec:before {
    bottom: 1.5rem;
  }
}
.emi-sec .heading-dis {
  width: 87%;
  margin: auto;
}

@media (min-width: 992px) {
  .section-emi .calc-tab {
    width: 66%;
    display: inline-block;
    vertical-align: top;
  }
}
.section-emi .calc-tab .heading {
  width: 20rem;
  text-align: center;
  margin: auto;
}

@media (min-width: 992px) {
  .section-emi .calc-tab .heading {
    width: auto;
    text-align: left;
  }
}
.section-emi .variant-btn li.active .icon-box {
  color: #fff;
  margin-right: -1px;
  background-image: linear-gradient(to top, #398ee5, #2b71b8);
}

.section-emi .variant-btn li:last-child {
  margin-right: 0;
}

.section-emi .variant-btn.value-type,
.section-emi .box-border .btn-group {
  margin-right: 10px;
}

.section-emi .variant-btn.value-type li {
  position: relative;
}
.section-emi .variant-btn.value-type li::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 107px;
  height: 1px;
  background-color: rgba(230, 241, 241, 0.3);
}
@media (max-width: 815px) {
  .section-emi .variant-btn.value-type li::after {
    width: 100px;
  }
}

.section-emi .variant-btn.value-type li.loan-month {
  position: relative;
}
.section-emi .variant-btn.value-type li.loan-month::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: rgba(230, 241, 241, 0.3);
}
@media (max-width: 815px) {
  .section-emi .variant-btn.value-type li.loan-month::after {
    width: 75px;
  }
}

.section-emi .variant-btn.value-type input {
  border: 0;
  width: 130px;
  background: transparent;
  text-align: center;
  outline: none;
}

.section-emi .variant-btn.value-type .loan-month input {
  border: 0;
  width: 60px;
  background: transparent;
  text-align: center;
  outline: none;
}

@media (min-width: 992px) {
  .section-emi .variant-btn.value-type input {
    width: 130px;
  }
}
.section-emi .variant-btn.value-type input::placeholder {
  color: #192841;
  font-weight: 500;
}

.section-emi .variant-btn.month-type input {
  border: 0;
  width: 3.3rem;
  background: transparent;
  text-align: center;
  margin-right: 0;
  outline: 0;
}

@media (min-width: 992px) {
  .section-emi .variant-btn.month-type input {
    width: 3rem;
  }
}
.section-emi .variant-btn.month-type input::placeholder {
  color: #192841;
  font-weight: 500;
}

.section-emi .box-border {
  margin-bottom: 20px;
  padding: 24px 30px;
}
@media (max-width: 815px) {
  .section-emi .box-border {
    padding: 0 0 20px 0;
    margin-bottom: 32px;
  }
}

.section-emi .emi-slide .loan-title span {
  display: block;
}

@media (min-width: 992px) {
  .section-emi .emi-slide .loan-title span {
    display: inline-block;
  }
}
.section-emi .emi-slide.loan-tenure .slider-bar .dot-number {
  width: 25%;
}

.section-emi .emi-slide.loan-tenure .slider-bar .dot-number:first-child {
  position: absolute;
}

.section-emi .emi-slide.interest-rate .slider-bar .dot-number {
  width: 25%;
}

.section-emi .emi-slide.interest-rate .slider-bar .dot-number:first-child {
  position: absolute;
}

.section-emi .slider-bar {
  opacity: 0;
  margin: 0 12px;
}

.section-emi .slider-bar > .loanamountbar > span,
.section-emi .slider-bar > .loantenurebar > span,
.section-emi .slider-bar > .interestbar > span {
  content: "";
  height: 4px;
  background-color: #096f71;
  display: flex;
  width: 0;
}

.section-emi .slider-bar .ui-slider-handle span {
  display: none;
  width: 4.2rem;
  height: 2.9rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  background-color: #2b71b8;
  color: #fff;
  position: absolute;
  top: -4.6rem;
  left: -1.7rem;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  outline: none;
  cursor: default;
}

@media (min-width: 1920px) {
  .section-emi .slider-bar .ui-slider-handle span {
    left: -1.5rem;
  }
}
.section-emi .slider-bar .ui-slider-handle span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: rgba(43, 113, 184, 0);
  border-top-color: #2b71b8;
  border-width: 6px;
  margin-left: -6px;
  margin-top: -1px;
}

.section-emi .slider-bar .slide-number {
  display: flex;
  padding-right: 10px;
}

.section-emi .slider-bar .dot-number {
  position: relative;
  padding-top: 22px;
  min-width: 5%;
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5) !important;
}

.section-emi .slider-bar .dot-number:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  background: #623636;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: auto;
  pointer-events: none;
  display: none;
}

.section-emi .slider-bar .dot-number:first-child {
  position: absolute;
  display: block;
}

.section-emi .slider-bar .dot-number:first-child span {
  margin: 0;
  left: -12px;
}

.section-emi .slider-bar .dot-number:first-child:after {
  left: 0;
  right: auto;
}

.section-emi .loan-detail {
  background-color: transparent;
  width: 25%;
  vertical-align: top;
  border-radius: 6px;
  margin-top: 0;
}
@media (max-width: 815px) {
  .section-emi .loan-detail {
    width: 40%;
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-emi .loan-detail {
    background-position: 1.5rem 0;
    background-size: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .section-emi .loan-detail {
    background-position: top;
    box-shadow: 0 0 14.6px 3.4px rgba(0, 0, 0, 0.22);
    border-radius: 6px 0 0 6px;
    margin-top: 0;
    display: inline-block;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.section-emi .loan-detail .amount-wrapper {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .section-emi .loan-detail .amount-wrapper {
    flex-direction: column;
  }
}
.section-emi .loan-detail .amount-wrapper .loan-amount {
  width: 100%;
  display: flex;
}

@media (min-width: 992px) {
  .section-emi .loan-detail .amount-wrapper .loan-amount {
    width: auto;
  }
}
.section-emi .loan-detail .amount-wrapper .loan-amount .legend-amt {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  display: flex;
}

.section-emi .loan-detail .amount-wrapper .loan-amount .legend-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.section-emi .loan-detail .amount-wrapper .badge-raider,
.section-emi .loan-detail .amount-wrapper .badge-raider {
  width: 8px;
  height: 46px;
  margin-right: 10px;
  margin-top: 14px;
}

.section-emi .loan-detail .amount-wrapper .badge-raider.-principal {
  background: #096f71;
}

.section-emi .loan-detail .amount-wrapper .badge-raider.-interest {
  background: #112545;
}

.section-emi .loan-detail .loan-amount {
  color: rgba(255, 255, 255, 0.5);
}

.section-emi .loan-detail .loan-amount.monthly-emi {
  color: #fff;
  margin-top: 30px;
  padding-left: 0;
}
@media (max-width: 815px) {
  .section-emi .loan-detail .loan-amount.monthly-emi {
    margin-top: 20px;
  }
}

.section-emi .center-border:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 33rem;
  margin: 0.6rem auto 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
}

.section-emi .view-btn {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

@media (min-width: 992px) {
  .section-emi .view-btn {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
.bike-variant {
  min-width: 215px;
  display: inline-block;
}

@media (min-width: 576px) and (max-width: 992px) {
  .emi-breakup-pop .modal-header .close {
    top: 13px;
    right: 13px;
    margin: 0;
    padding: 0;
  }
}
.emi-breakup-pop .modal-dialog {
  max-width: initial;
  border-radius: 1rem;
  box-shadow: 0px -2px 79.2px 7.8px rgba(0, 0, 0, 0.42);
  margin: 4.6rem auto 0;
  width: calc(100% - 30px);
}

@media (min-width: 576px) and (max-width: 992px) and (orientation: landscape) {
  .emi-breakup-pop .modal-dialog {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .emi-breakup-pop .modal-dialog {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .emi-breakup-pop .modal-dialog {
    width: 37.18%;
  }
}
.emi-breakup-pop .modal-dialog .modal-content {
  border-radius: 1rem;
}

.emi-breakup-pop .yealy-breckup {
  border: solid 1px #dddddd;
  border-radius: 1rem;
  box-shadow: 0px 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  margin: 1.6rem 0 2.8rem;
}

.emi-breakup-pop .yealy-breckup .heading {
  background: rgba(43, 113, 184, 0.1);
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
}

.emi-breakup-pop .yealy-breckup .heading li {
  width: 26%;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .heading li {
    width: 25%;
  }
}
.emi-breakup-pop .yealy-breckup .heading li:first-child {
  width: 22%;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .heading li:first-child {
    width: 15.5%;
  }
}
.emi-breakup-pop .yealy-breckup .sub-heading li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.emi-breakup-pop .yealy-breckup .sub-heading li:last-child {
  border-bottom: 0;
}

.emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell {
  width: 26%;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell {
    width: 25%;
  }
}
.emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell:first-child {
  width: 22%;
  padding-left: 1.6rem;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell:first-child {
    width: 15.5%;
  }
}
.emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell i {
  font-style: normal;
}

.size-xxiv-xx,
.size-xviii-xiv {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 815px) {
  .size-xxiv-xx,
  .size-xviii-xiv {
    font-size: 18px;
    line-height: 26px;
    color: #9dc5c6;
  }
}

.size-xxiv-xx {
  width: 10px;
}

.predefined-interest {
  padding: 0 30px 24px;
}
@media (max-width: 815px) {
  .predefined-interest {
    padding: 0 0 20px 0;
  }
}
.predefined-interest .btn {
  width: 51px;
  height: 24px;
  padding: 3px 12px;
  border: 1px solid #9dc5c6;
  background-color: transparent;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #e6f1f1;
  margin: 0 16px 0 0;
  box-shadow: none;
  border-radius: 0;
}
.predefined-interest .btn:focus, .predefined-interest .btn:active:focus, .predefined-interest .btn.active:focus, .predefined-interest .btn.focus, .predefined-interest .btn:active.focus, .predefined-interest .btn.active.focus {
  background: #9dc5c6;
  border: 1px solid #042c2d;
  outline: none;
  color: #042c2d;
}
.predefined-interest .btn:last-child {
  margin-right: 0;
}

.blog-section {
  position: relative;
  background: #070F1C;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 70px 0px 40px;
  overflow: hidden;
}
.blog-section .slick-prev,
.blog-section .slick-next {
  width: 40px !important;
  height: 40px !important;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  top: 28%;
}
.blog-section .slick-prev {
  left: 12%;
}
.blog-section .slick-prev:before {
  content: "";
  display: block;
  width: 40px !important;
  height: 40px !important;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  background: url(../../img/brands/raider/blog-section/left-arrow.png) 0 0 no-repeat;
}
@media (max-width: 576px) {
  .blog-section .slick-prev:before {
    background-size: 50% !important;
  }
}
@media (max-width: 1366px) {
  .blog-section .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1280px) {
  .blog-section .slick-prev {
    left: 17%;
  }
}
@media (max-width: 1024px) {
  .blog-section .slick-prev {
    left: 21%;
  }
}
@media (max-width: 991px) {
  .blog-section .slick-prev {
    left: 9%;
  }
}
@media (max-width: 576px) {
  .blog-section .slick-prev {
    left: 12%;
  }
}
@media (max-width: 480px) {
  .blog-section .slick-prev {
    left: 2%;
  }
}
.blog-section .slick-next {
  right: 12%;
}
.blog-section .slick-next:before {
  content: "";
  display: block;
  width: 40px !important;
  height: 40px !important;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  background: url(../../img/brands/raider/blog-section/right-arrow.png) 0 0 no-repeat;
}
@media (max-width: 576px) {
  .blog-section .slick-next:before {
    background-size: 50% !important;
  }
}
@media (max-width: 1366px) {
  .blog-section .slick-next {
    right: 15%;
  }
}
@media (max-width: 1280px) {
  .blog-section .slick-next {
    right: 17%;
  }
}
@media (max-width: 1024px) {
  .blog-section .slick-next {
    right: 21%;
  }
}
@media (max-width: 991px) {
  .blog-section .slick-next {
    right: 9%;
  }
}
@media (max-width: 576px) {
  .blog-section .slick-next {
    right: 12%;
  }
}
@media (max-width: 480px) {
  .blog-section .slick-next {
    right: -8%;
  }
}
.blog-section .heading {
  margin-left: 10px;
  margin-top: 0px;
  font-family: "Poppins" !important;
  font-weight: 600;
  font-style: italic;
}
.blog-section .heading span {
  font-family: "Poppins" !important;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ffffff;
  display: block;
  padding: 0px 0px 0px 80px;
}
.blog-section .container {
  position: relative;
}
.blog-section .container .blog-slider {
  margin-top: 50px;
}
.blog-section .container .slick-prev, .blog-section .container .slick-next {
  position: absolute;
  top: 50%; /* Vertically center */
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  opacity: 0.7;
}
.blog-section .container .slick-prev:hover, .blog-section .container .slick-next:hover {
  opacity: 1;
}
.blog-section .container .slick-prev {
  left: -70px;
}
.blog-section .container .slick-next {
  right: -70px;
}
.blog-section .container .slick-slider .slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-content: flex-end !important;
  justify-content: center !important;
  align-items: flex-end !important;
}
.blog-section .container .slick-slider .slick-slide {
  height: auto;
}
.blog-section .container .slick-slider .slick-dots {
  position: initial;
  width: 100%;
  padding: 30px 0px 0px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.blog-section .container .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0px 0px;
}
@media (max-width: 576px) {
  .blog-section .container .slick-slider .slick-list {
    padding: 0px 24px;
  }
}
.blog-section .container .slick-slider.slick-dotted {
  margin-bottom: 0px;
  margin-top: 50px;
}
.blog-section .container {
  padding: 0px 0px;
}
@media (max-width: 576px) {
  .blog-section .container {
    width: 100%;
  }
}
.blog-section .container .prev-btn, .blog-section .container .next-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-section .container .prev-btn:hover, .blog-section .container .next-btn:hover {
  background-color: #555;
}
.blog-section .container .prev-btn {
  left: 10px;
}
.blog-section .container .next-btn {
  right: 10px;
}
.blog-section .container .blog-slider .console-item.slick-slide {
  margin: 0px 10px;
  height: auto;
}
.blog-section .container .blog-slider .console-item {
  background: #FFFFFF;
}
.blog-section .container .blog-slider .console-item .console-thumbnail {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 800px;
  position: relative;
}
@media (max-width: 576px) {
  .blog-section .container .blog-slider .console-item .console-thumbnail {
    height: auto;
  }
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card {
  background: #1F1F1F;
  margin: 0px auto;
  width: unset;
  height: 100%;
  display: block;
  padding-bottom: 20px;
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card .card-content .card-img {
  width: 100%;
  height: auto;
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card .card-content .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFE806;
  font-family: "Poppins";
  font-style: italic;
  line-height: 23px;
  padding: 10px 15px;
  margin: 0;
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card .card-content .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Poppins";
  line-height: 24px;
  padding: 5px 15px;
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card .card-content .card-date {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Poppins";
  line-height: 24px;
  padding: 5px 15px;
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card .card-content .cta {
  display: flex;
  justify-content: center;
}
.blog-section .container .blog-slider .console-item .console-thumbnail .blog-card .card-content .cta .read-btn {
  background: #FFE806;
  font-size: 16px;
  font-weight: 900;
  color: #000000;
  font-family: "Poppins";
  line-height: 21px;
  text-align: center;
  padding: 10px 20px;
}
@media (max-width: 576px) {
  .blog-section .container .blog-slider .console-item .console-thumbnail .demo-cls {
    height: 183px;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
  }
}
.blog-section .container .blog-slider .slick-dots {
  z-index: 9;
}
@media (max-width: 576px) {
  .blog-section .container .blog-slider .slick-dots {
    z-index: 9;
  }
}
.blog-section .container .blog-slider .slick-dots .slick-active {
  background-color: #FFE806;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
.blog-section .container .blog-slider .slick-dots .slick-active button {
  color: #B3B3B3;
  background: #FFE806;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}
.blog-section .container .blog-slider .slick-dots .slick-active button::before {
  opacity: 0;
}
.blog-section .container .blog-slider .slick-dots li {
  height: 10px;
  width: 10px;
}
@media (max-width: 576px) {
  .blog-section .container .blog-slider .slick-dots li {
    margin: 34px 5px;
  }
}
.blog-section .container .blog-slider .slick-dots li.slick-active {
  background-color: #FFE806;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
.blog-section .container .blog-slider .slick-dots li.slick-active button::before {
  opacity: 0;
}
.blog-section .container .blog-slider .slick-dots li button {
  color: #B3B3B3;
  background: #B3B3B3;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}
.blog-section .container .blog-slider .slick-dots li button::before {
  color: #B3B3B3;
  font-size: 30px;
  content: "";
  background-color: #B3B3B3;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  opacity: 1;
}

@media (max-width: 480px) {
  .blog-section {
    padding: 0px 0px 0px;
  }
  .blog-section .heading {
    font-family: "Poppins";
    font-style: italic;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 111;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
  }
  .blog-section .heading span {
    padding: 32px 0 0 24px;
    display: block;
  }
  .blog-section .container {
    position: relative;
  }
  .blog-section .container .blog-slider .console-item.slick-slide {
    margin: 0px 25px !important;
    height: auto;
  }
  .blog-section .container .blog-slider .console-item.slick-slide .console-thumbnail .blog-card:hover {
    background: #FFFFFF;
    position: absolute;
    bottom: 20px;
    margin: auto 20px;
    padding: 20px;
  }
  .blog-section .container .blog-slider .console-item.slick-slide .console-thumbnail .blog-card .card-btn button {
    font-family: "Poppins";
    display: inline-flex;
    flex-direction: column;
    background: #E6F1F1;
    color: #042C2D;
    justify-content: center;
    align-items: center;
    padding: 3px 12px;
    border: 1px solid #042C2D;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 5px;
  }
  .blog-section .container .blog-slider .console-item.slick-slide .console-thumbnail .blog-card .card-profile {
    margin-top: 20px;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .blog-section .container .blog-slider .console-item.slick-slide .console-thumbnail .blog-card .card-profile img {
    width: 46px;
    height: 46px;
    margin-right: 8px;
  }
  .blog-section .container .blog-slider .console-item.slick-slide .console-thumbnail .blog-card .card-profile .profile-details h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0px;
  }
  .blog-section .container .blog-slider .console-item.slick-slide .console-thumbnail .blog-card .card-profile .profile-details p {
    font-family: "Poppins";
    font-style: normal;
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
}
.shop-merchandise-section {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  scroll-margin-top: 50px;
}
@media (max-width: 815px) {
  .shop-merchandise-section {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    scroll-margin-top: 62px;
  }
}
.shop-merchandise-section .shop-merchandise-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: top center;
  width: 100%;
  height: 100%;
  max-height: 454px;
  padding: 0px 0px;
}
.shop-merchandise-section .shop-merchandise-background.visible {
  background-image: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/shop-merchandise/webp/shop-merchandise-banner.webp");
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .shop-merchandise-section .shop-merchandise-background {
    height: 605px;
    max-height: 605px;
    padding: 70px 0px;
  }
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background {
    height: 100%;
    max-height: initial;
  }
  .shop-merchandise-section .shop-merchandise-background.visible {
    background-image: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/shop-merchandise/webp/shop-merchandise-banner-mob.webp");
  }
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container {
    width: 100%;
    padding: 0px 24px;
  }
}
.shop-merchandise-section .shop-merchandise-background .container h1 {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container h1.heading {
    margin-top: 14px;
  }
}
.shop-merchandise-section .shop-merchandise-background .container h1.heading span.shop-merchandise {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-top: 64px;
  color: #FFFFFF;
  display: block;
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container h1.heading span.shop-merchandise {
    font-size: 28px;
    line-height: 36px;
    margin-top: 32px;
  }
}
.shop-merchandise-section .shop-merchandise-background .container .align-center-class {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 64px;
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container .align-center-class {
    margin-top: 64px;
    margin-bottom: 54px;
  }
}
.shop-merchandise-section .shop-merchandise-background .container .align-center-class a.view-all-cta {
  padding: 10px;
  background: #FFE806;
  width: 280px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  border: 0px solid;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
}
.shop-merchandise-section .shop-merchandise-background .container .align-center-class a.view-all-cta:hover {
  text-decoration: none;
  color: #000000;
}
.shop-merchandise-section .shop-merchandise-background .container .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 48px 0px;
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container .title-box {
    background: rgba(0, 0, 0, 0);
    padding: 0px 0px;
    margin: 0px 0px;
  }
  .shop-merchandise-section .shop-merchandise-background .container .title-box:hover {
    text-decoration: none;
    color: #FFFFFF;
  }
}
.shop-merchandise-section .shop-merchandise-background .container .title-box h3 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 0px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container .title-box h3 {
    padding: 60px 0px;
    border-bottom: 1px solid #FFE806;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .shop-merchandise-section .shop-merchandise-background .container .title-box h3:hover {
    text-decoration: none;
    color: #FFFFFF;
  }
}
@media (max-width: 815px) {
  .shop-merchandise-section .shop-merchandise-background .container .title-box h3 a {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    display: block;
  }
}
.shop-merchandise-section .shop-merchandise-background .container .title-box h3 a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.shop-merchandise-section .shop-merchandise-background .container .title-box h3 a:focus {
  text-decoration: none;
  color: #FFFFFF;
}
.shop-merchandise-section .shop-merchandise-background .container .title-box h3 i {
  font-size: 14px;
  color: #FFE806;
  margin-top: 12px;
}

/* SMARTXCONNECT NEW SECTION CSS*/
.xconnect-new {
  background: #fff;
}
.xconnect-new .section-heading {
  font-family: "Poppins";
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  color: #000;
}
@media (max-width: 815px) {
  .xconnect-new .section-heading {
    font-size: 30px;
  }
}
.xconnect-new .panel-default {
  border: 0;
  border-bottom: solid 1px #bdbdbd;
  border-radius: 0;
  position: relative;
}
.xconnect-new .panel-default.panel {
  margin: 0;
}
.xconnect-new .panel-default a {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
}
.xconnect-new .panel-default a:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 5px;
  top: 12px;
  transform: rotate(-135deg);
  transition: all 0.3s ease;
}
.xconnect-new .panel-default a.collapsed {
  font-weight: 400;
}
.xconnect-new .panel-default a.collapsed:after {
  transform: rotate(45deg);
}
.xconnect-new .panel-default a:hover, .xconnect-new .panel-default a:focus {
  color: #000;
}
.xconnect-new .panel-default .panel-body {
  padding-top: 0;
}
.xconnect-new .panel-default .panel-body .smartxonnect-content p {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  line-height: normal;
  margin: 0;
}
.xconnect-new .panel-default .panel-body .smartxonnect-img {
  display: none;
  margin: 20px 0;
}
@media (max-width: 815px) {
  .xconnect-new .panel-default .panel-body .smartxonnect-img {
    display: block;
    position: relative;
  }
  .xconnect-new .panel-default .panel-body .smartxonnect-img img {
    width: 100%;
  }
}
.xconnect-new .panel-default .panel-body .smartxonnect-img video {
  width: 100%;
}
.xconnect-new .smartXonnect-img-wrapper {
  min-height: 250px;
  text-align: center;
  position: relative;
}
@media (max-width: 815px) {
  .xconnect-new .smartXonnect-img-wrapper {
    display: none;
  }
}
.xconnect-new .smartXonnect-img-wrapper video {
  width: 100%;
  height: 100%;
}
.xconnect-new .video-thumbnail {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.xconnect-new .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xconnect-new .video-thumbnail .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.xconnect-new .video-thumbnail .play-video img {
  width: 50px;
  height: 50px;
}
.xconnect-new .video-thumbnail .play-video:after {
  display: none;
}
.xconnect-new .download-app {
  display: flex;
  padding-bottom: 30px;
}
@media (max-width: 815px) {
  .xconnect-new .download-app {
    justify-content: space-between;
  }
}
.xconnect-new .download-app a {
  margin-right: 20px;
}
@media (max-width: 815px) {
  .xconnect-new .download-app a {
    margin-right: 0;
  }
}

.section-gallery {
  height: auto;
  background-color: #010B0B;
  scroll-margin-top: 50px;
}
@media (max-width: 815px) {
  .section-gallery {
    padding: 0px;
    height: auto;
    scroll-margin-top: 62px;
  }
}
@media (min-width: 1980) and (max-width: 2000px) {
  .section-gallery .container {
    width: 1600px;
    padding: 2px;
  }
}
.section-gallery .container {
  width: 1180px;
}
@media (max-width: 815px) {
  .section-gallery .container {
    width: 100%;
    padding: 2px;
  }
}
.section-gallery .container .heading span {
  font-family: "Poppins" !important;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-top: 0px;
  color: #ffffff;
  display: block;
  padding: 0px 0px 0px 0px;
}
.section-gallery .container .nav-tab-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 80px 5px 58px 5px;
}
@media (max-width: 815px) {
  .section-gallery .container .nav-tab-wrap {
    display: block;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 0px 5px 32px 5px;
  }
}
.section-gallery .container .nav-tab-wrap h1 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media (max-width: 815px) {
  .section-gallery .container .nav-tab-wrap h1 {
    font-size: 28px;
    line-height: 36px;
    padding: 0 22px;
    margin-bottom: 24px;
    margin-top: 32px;
  }
}
.section-gallery .container .nav-tab-wrap h1::after {
  display: none;
}
.section-gallery .container > .tab-pane {
  text-align: center;
}
.section-gallery .container .cta {
  margin: 28px auto;
  text-align: center;
}
.section-gallery .container .cta button {
  padding: 10px;
  background: #FFE806;
  width: 280px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  border: 0px solid;
  text-transform: capitalize;
  border: 0;
}
.section-gallery .container .cta button:hover, .section-gallery .container .cta button:focus, .section-gallery .container .cta button:focus-visible, .section-gallery .container .cta button:focus-within {
  border: 0;
  outline: 0;
}
.section-gallery .container .nav-tabs {
  border-bottom: 0px solid rgba(255, 255, 255, 0);
}
@media (max-width: 815px) {
  .section-gallery .container .nav-tabs {
    display: flex;
    justify-content: center;
  }
}
.section-gallery .container .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1;
  border: 0px solid transparent;
  border-radius: 0px 0px;
  margin: 0px;
}
.section-gallery .container .nav-tabs > li > a {
  font-family: "Poppins";
  width: 162px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 15px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
.section-gallery .container .nav > li > a:focus,
.section-gallery .container .nav > li > a:hover {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
.section-gallery .container .nav-tabs > li.active > a,
.section-gallery .container .nav-tabs > li.active > a:focus,
.section-gallery .container .nav-tabs > li.active > a:hover {
  font-family: "Poppins";
  font-weight: 400;
  width: 162px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 15px;
  color: #FFE806;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 3px solid #096F71;
}
.section-gallery .tab-content {
  text-align: center;
}
.section-gallery .container__img-holder {
  width: 33.3333333%;
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 0px;
  margin-left: 0px;
  cursor: pointer;
  border: 0px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 815px) {
  .section-gallery .container__img-holder {
    width: 100%;
  }
}
.section-gallery .container__img-holder video {
  padding: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 200px;
  background-color: #414141;
}
.section-gallery .container__img-holder a.pause-btn {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-gallery .container__img-holder a.play-btn {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-gallery .container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}
.section-gallery .container .container__img-holder img {
  width: 100%;
  height: 100%;
  display: block;
}
.section-gallery .container .row {
  margin-right: 0;
  margin-left: 0;
}
.section-gallery .container .web-container {
  position: relative;
  display: block;
}
@media (max-width: 815px) {
  .section-gallery .container .web-container {
    display: none;
  }
}
.section-gallery .container .web-container .container__img-holder.images {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 5px 3px 5px;
  cursor: pointer;
}
.section-gallery .container .web-container .container__img-holder.images img {
  width: 100%;
  height: 216px;
  display: block;
  object-fit: cover;
}
.section-gallery .container .web-container .container__img-holder:nth-child(3n+1).images {
  margin-left: 0;
}
.section-gallery .container .responsive-container {
  position: relative;
  display: none;
}
@media (max-width: 815px) {
  .section-gallery .container .responsive-container {
    display: block;
    padding-bottom: 0px;
  }
}
.section-gallery .container .responsive-container .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.section-gallery .container .responsive-container .flexbox .column {
  flex: 50%;
  max-width: 50%;
  padding: 2px;
}
.section-gallery .container .responsive-container .flexbox .column:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.section-gallery .container .responsive-container .flexbox .column img {
  vertical-align: middle;
  width: 184px;
  height: 184px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 820px) {
  .section-gallery .container .responsive-container .flexbox .column img {
    width: 370px;
    height: 370px;
  }
}
@media (max-width: 414px) {
  .section-gallery .container .responsive-container .flexbox .column img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 390px) and (max-width: 393px) {
  .section-gallery .container .responsive-container .flexbox .column img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 375px) {
  .section-gallery .container .responsive-container .flexbox .column img {
    width: 184px;
    height: 184px;
  }
}
@media (max-width: 360px) {
  .section-gallery .container .responsive-container .flexbox .column img {
    width: 175px;
    height: 175px;
  }
}
.section-gallery .container .responsive-container .flexbox .column img.odd-height {
  width: 200px;
  height: 258px;
}
@media (min-width: 768px) and (max-width: 820px) {
  .section-gallery .container .responsive-container .flexbox .column img.odd-height {
    width: 370px;
    height: 420px;
  }
}
@media (max-width: 414px) {
  .section-gallery .container .responsive-container .flexbox .column img.odd-height {
    width: 200px;
    height: 258px;
  }
}
@media (min-width: 390px) and (max-width: 393px) {
  .section-gallery .container .responsive-container .flexbox .column img.odd-height {
    width: 190px;
    height: 240px;
  }
}
@media (max-width: 375px) {
  .section-gallery .container .responsive-container .flexbox .column img.odd-height {
    width: 184px;
    height: 240px;
  }
}
@media (max-width: 360px) {
  .section-gallery .container .responsive-container .flexbox .column img.odd-height {
    width: 175px;
    height: 230px;
  }
}
.section-gallery .container {
  /* Popup Styling */
}
.section-gallery .container .img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1111;
}
.section-gallery .container .img-popup img {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
  object-fit: cover;
  opacity: 0;
  position: relative;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
@media (max-width: 815px) {
  .section-gallery .container .img-popup img {
    width: 100%;
    height: 280px;
    max-width: 327px;
    max-height: 280px;
  }
}
.section-gallery .container .popup-control {
  position: relative;
}
.section-gallery .container .popup-card {
  position: relative;
}
.section-gallery .container .popup-card .counter {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -25px;
  left: 0;
  cursor: pointer;
  z-index: 11111111;
}
@media (max-width: 815px) {
  .section-gallery .container .popup-card .counter {
    top: -25px;
    left: 0;
  }
}
.section-gallery .container .popup-card .counter P {
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 70px;
  margin: 0;
}
.section-gallery .container .popup-card .counter P span {
  padding: 0px;
  display: inline-block;
}
.section-gallery .container .popup-card .nxt-prv {
  display: inline-flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-gallery .container .popup-card .nxt-prv a {
  margin: 50px 10px 10px 10px;
}
.section-gallery .container .popup-card .nxt-prv img {
  width: 42px;
  height: 42px;
  padding: 0px;
  margin: 10px;
}
.section-gallery .container .popup-card .download-icon {
  cursor: pointer;
}
.section-gallery .container .popup-card .download-icon img {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0px;
  bottom: 60px;
}
@media (max-width: 815px) {
  .section-gallery .container .popup-card .download-icon img {
    width: 36px;
    height: 36px;
    right: 0px;
    bottom: 60px;
  }
}
.section-gallery .container .popup-card .imp-img {
  width: 500px;
  height: auto;
  max-width: 640px;
  max-height: 480px;
}
@media (max-width: 815px) {
  .section-gallery .container .popup-card .imp-img {
    width: 100%;
    height: auto;
    max-width: 320px;
    max-height: 280px;
  }
}
.section-gallery .container .close-btn {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
  z-index: 11111111;
}
@media (max-width: 815px) {
  .section-gallery .container .close-btn {
    top: -20px;
    right: 0;
  }
}
.section-gallery .container .close-btn .bar {
  height: 2px;
  background: #ffffff;
}
.section-gallery .container .close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}
.section-gallery .container .close-btn .bar:nth-child(2) {
  transform: translateY(-2px) rotate(-45deg);
}
.section-gallery .container .opened {
  display: flex;
}
.section-gallery .container .opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}
@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 800px) {
  .section-gallery .container .container .container__img-holder:nth-child(1n+1) {
    margin-left: 0px auto;
  }
  .section-gallery .container .container__img-holder {
    width: 100%;
    max-width: 366px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    line-height: 1;
    margin-left: 0px;
  }
}
.section-gallery .read-more-btn {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 216px;
  width: 282px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
@media (min-width: 768px) and (max-width: 820px) {
  .section-gallery .read-more-btn {
    width: 380px;
    height: 370px;
  }
}
@media (max-width: 414px) {
  .section-gallery .read-more-btn {
    height: 206px;
    width: 206px;
  }
}
@media (min-width: 390px) and (max-width: 393px) {
  .section-gallery .read-more-btn {
    width: 190px;
    height: 200px;
  }
}
@media (max-width: 375px) {
  .section-gallery .read-more-btn {
    height: 184px;
    width: 183px;
  }
}
@media (max-width: 360px) {
  .section-gallery .read-more-btn {
    width: 175px;
    height: 175px;
  }
}
.section-gallery .read-more-btn a {
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
}
.section-gallery .read-more-btn a:hover {
  color: #FFFFFF;
}

.row-nw:after {
  content: "";
  display: table;
  clear: both;
}

.column-50 {
  float: left;
  width: 50%;
}

.vid-wrapper {
  text-align: center;
  padding: 20px;
}

.vid {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid;
  padding: 2px;
  cursor: pointer;
}

h2.vid-head {
  font-size: 20px;
  color: #333;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
  width: 500px;
  height: auto;
  z-index: 99999;
}
@media (max-width: 815px) {
  .iframe-wrapper {
    width: 100%;
    height: 100%;
    max-width: 327px;
    max-height: 280px;
  }
}
.iframe-wrapper .counter {
  text-align: left;
}
.iframe-wrapper .counter p {
  margin: 0px;
}
.iframe-wrapper .counter p span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 11px 0px;
}
.iframe-wrapper a.download-icon img {
  position: absolute;
  right: 0px;
}
.iframe-wrapper .nxt-prv {
  display: inline-flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.iframe-wrapper .nxt-prv a {
  margin: 50px 10px 10px 10px;
}

.iframe-wrapper .close-video {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  right: 0;
  background: url("../../img/brands/raider/blog/close-btn.png") rgba(255, 255, 255, 0);
  border-radius: 50%;
  background-size: cover;
}

.video {
  position: relative;
}
.video a.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video a.pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wickedness-section {
  background: #010B0B;
}
.wickedness-section .wickedness-section-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 473px;
  height: 100%;
  display: block;
}
.wickedness-section .wickedness-section-background.visible {
  background-image: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/wickedness/webp/wickedness-background.webp");
}
@media (max-width: 815px) {
  .wickedness-section .wickedness-section-background {
    display: none;
  }
}
@media (max-width: 815px) {
  .wickedness-section .wickedness-section-background {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 259px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wickedness-section .wickedness-section-background.visible {
    background-image: url("/tvs-raider/-/media/tvsv2/brand-pages/Raider2/wickedness/webp/wickedness-background-image-mobile.webp");
  }
}

.wickedness-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media only screen and (min-width: 815px) {
  .wickedness-content {
    height: 473px;
  }
}
.wickedness-img-holder {
  width: 420px;
  padding-bottom: 44px;
}
@media (max-width: 815px) {
  .wickedness-img-holder {
    width: 260px;
    padding-bottom: 20px;
  }
}
.wickedness-img-holder .wickedness-image {
  width: 100%;
}

.wickedness-text {
  width: 534px;
  text-align: center;
}
@media (max-width: 815px) {
  .wickedness-text {
    width: 311px;
  }
}
.wickedness-text .wickedness-para {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 815px) {
  .wickedness-text .wickedness-para {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.section-gallery.video-gallery {
  height: auto;
  background-color: #010B0B;
  padding: 48px 0px 0px;
}
@media (max-width: 815px) {
  .section-gallery.video-gallery {
    padding: 0px 0;
    height: auto;
  }
}
.section-gallery.video-gallery .container {
  padding: 50px 0;
}
@media (min-width: 1980) and (max-width: 2000px) {
  .section-gallery.video-gallery .container {
    width: 1600px;
    padding: 2px;
  }
}
.section-gallery.video-gallery .container {
  width: 1180px;
}
@media (max-width: 815px) {
  .section-gallery.video-gallery .container {
    width: 100%;
    padding: 0px 2px 0px;
  }
}
.section-gallery.video-gallery .container .heading {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-top: 30px;
  margin-bottom: 27px;
}
@media (max-width: 815px) {
  .section-gallery.video-gallery .container .heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    margin-left: 24px;
  }
}
.section-gallery.video-gallery .container P {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 815px) {
  .section-gallery.video-gallery .container P {
    margin-left: 24px;
  }
}
.section-gallery.video-gallery .container ul.breadcrumb {
  padding: 0px;
  margin-bottom: 27px;
  list-style: none;
  background-color: transparent;
}
@media (max-width: 815px) {
  .section-gallery.video-gallery .container ul.breadcrumb {
    margin-left: 24px;
  }
}
.section-gallery.video-gallery .container .gallery-box {
  width: 100%;
  height: 600px;
  overflow: auto;
}
@media (max-width: 815px) {
  .section-gallery.video-gallery .container .gallery-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.section-gallery.video-gallery .container #style-1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #B3B3B3;
}
.section-gallery.video-gallery .container #style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #B3B3B3;
}
.section-gallery.video-gallery .container #style-1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #096F71;
}

.gallery-box.scrollbar .web {
  width: 100%;
}
@media (max-width: 815px) {
  .gallery-box.scrollbar .web {
    width: 100%;
  }
}
@media (max-width: 815px) {
  .gallery-box.scrollbar .web.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.gallery-box.scrollbar .web.row .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 815px) {
  .gallery-box.scrollbar .web.row .col-md-4 {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.section-gallery.photo-gallery {
  height: auto;
  background-color: #010B0B;
  padding: 48px 0px 0px;
}
@media (max-width: 815px) {
  .section-gallery.photo-gallery {
    padding: 0px 0;
    height: auto;
  }
}
.section-gallery.photo-gallery .container {
  padding: 50px 0;
}
@media (min-width: 1980) and (max-width: 2000px) {
  .section-gallery.photo-gallery .container {
    width: 1600px;
    padding: 2px;
  }
}
.section-gallery.photo-gallery .container {
  width: 1180px;
}
@media (max-width: 815px) {
  .section-gallery.photo-gallery .container {
    width: 100%;
    padding: 0px 2px;
  }
}
.section-gallery.photo-gallery .container .heading {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-top: 30px;
  margin-bottom: 27px;
}
@media (max-width: 815px) {
  .section-gallery.photo-gallery .container .heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    margin-left: 24px;
  }
}
.section-gallery.photo-gallery .container P {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 815px) {
  .section-gallery.photo-gallery .container P {
    margin-left: 24px;
  }
}
.section-gallery.photo-gallery .container .gallery-box {
  width: 100%;
  height: 600px;
  overflow: auto;
}
@media (max-width: 815px) {
  .section-gallery.photo-gallery .container .gallery-box {
    width: 100%;
    height: 100%;
  }
}
.section-gallery.photo-gallery .container #style-1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #B3B3B3;
}
.section-gallery.photo-gallery .container #style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #B3B3B3;
}
.section-gallery.photo-gallery .container #style-1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #096F71;
}

.section-gallery.photo-gallery .container .web-container .container__img-holder.images {
  padding: 10px 0px 10px;
}

.section-gallery.photo-gallery .container .web-container .row .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-box.scrollbar .web-container {
  width: 97%;
}

.footer-section {
  background: #010B0B;
  position: relative;
  overflow: hidden;
}
.footer-section .bike-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 600px;
}
.footer-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.footer-section .footer-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 815px) {
  .footer-section .footer-items {
    min-height: 600px;
  }
}

.footer-context {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 815px) {
  .footer-context {
    margin-top: 30px;
  }
}
.footer-context .row-1 {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 815px) {
  .footer-context .row-1 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.footer-context .row-1 a + a {
  margin-left: 50px;
}
@media (max-width: 815px) {
  .footer-context .row-1 a + a {
    margin: 24px 0 24px 0;
  }
}
.footer-context .row-2 {
  display: flex;
  margin-bottom: 39px;
}
@media (max-width: 815px) {
  .footer-context .row-2 {
    flex-direction: column;
    margin-bottom: 38px;
  }
}
.footer-context .row-2 a + a {
  margin-left: 50px;
}
@media (max-width: 815px) {
  .footer-context .row-2 a + a {
    margin: 24px 0 0 0;
  }
}
.footer-context .box {
  transform: translateX(600%);
}
.footer-context .box-1 {
  transition: transform 3s ease;
  transition-delay: 1.8s;
  margin: 0;
}
.footer-context .box-2 {
  transition: transform 3s ease;
  transition-delay: 2.5s;
  margin: 0;
}
.footer-context .box-3 {
  transition: transform 3s ease;
  transition-delay: 3.2s;
  margin: 0;
}
.footer-context .box-4 {
  transition: transform 3s ease;
  transition-delay: 3.9s;
  margin: 0;
}
.footer-context .box.show {
  transform: translateX(0);
}
.footer-context .social-icons {
  list-style: none;
  display: flex;
  width: 288px;
  justify-content: center;
  align-items: center;
}
.footer-context .social-icons .links + .links {
  margin-left: 32px;
}

.footer-box {
  height: 100%;
}
.footer-box .mobile {
  display: none;
}
@media (max-width: 815px) {
  .footer-box .mobile {
    display: block;
  }
}
.footer-box .desktop {
  display: block;
}
@media (max-width: 815px) {
  .footer-box .desktop {
    display: none;
  }
}

@media (min-width: 1440px) and (max-width: 2560px) {
  .footer-box .star-1 {
    position: absolute;
    top: 62%;
    left: 22%;
  }
  .footer-box .star-2 {
    position: absolute;
    left: 18%;
    top: 37%;
  }
  .footer-box .star-3 {
    position: absolute;
    top: 30%;
    left: 75%;
  }
  .footer-box .star-4 {
    position: absolute;
    top: 56%;
    right: 19%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .footer-box .star-1 {
    position: absolute;
    top: 63%;
    left: 21%;
  }
  .footer-box .star-2 {
    position: absolute;
    left: 19%;
    top: 37%;
  }
  .footer-box .star-3 {
    position: absolute;
    top: 30%;
    left: 75%;
  }
  .footer-box .star-4 {
    position: absolute;
    top: 56%;
    right: 16.5%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .footer-box .star-1 {
    position: absolute;
    top: 57%;
    left: 14%;
  }
  .footer-box .star-2 {
    position: absolute;
    left: 22%;
    top: 15.2%;
  }
  .footer-box .star-3 {
    position: absolute;
    top: 42%;
    left: 83%;
  }
  .footer-box .star-4 {
    position: absolute;
    top: 79%;
    right: 15%;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  .footer-box .star-1 {
    position: absolute;
    top: 59%;
    left: 6%;
  }
  .footer-box .star-2 {
    position: absolute;
    left: 13%;
    top: 17.2%;
  }
  .footer-box .star-3 {
    position: absolute;
    top: 44%;
    left: 90%;
  }
  .footer-box .star-4 {
    position: absolute;
    top: 80%;
    right: 7%;
  }
}
/* NEW FOOTER CSS START */
@media (min-width: 1200px) {
  footer .container {
    width: 100% !important;
  }
}
.innerpage .navbar {
  margin-bottom: 0px;
}
.innerpage .brandPage .breadcrumbWrapper {
  background-color: #f4f4f4;
  border-radius: 0;
  padding: 16px 0 8px 5px;
  position: static;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  z-index: 3;
}
.innerpage .brandPage .breadcrumbWrapper .breadcrumb li a {
  font-size: 12px;
}