@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('fontello.css');
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height:100%;
    scroll-behavior: smooth;
}

body{
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

*{
	font-family: 'Montserrat', sans-serif;
	font-weight:500
}

label,
p {
    margin: 0;
	font-weight:normal
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0
}

textarea{
	vertical-align:middle;
}

ul {
    padding: 0;
    margin: 0
}
li{
	list-style:none;
}

dl,
ol,
ul {
    margin-bottom: 0
}
.htmlFixed{
	overflow:hidden
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
.top_bar{
	background:#fff200;
	color:#000;
	padding: 10px 30px;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.top_social{
	float:right;
}
.top_social li{
	float:left;
}
.top_social li + li{
	margin-left:10px;
}
.top_social li a{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	line-height:30px;
	text-align:center;
	background:#383838;
	color:#fff200;
	border-radius:50%;
}
.top_social li.external_link{
	margin-right:10px
}
.top_social li.external_link a{
	background:transparent;
	color:#383838;
	border-radius: 0;
	width:auto;
	font-weight:700;
	letter-spacing: -0.3px;
}
.top_address{
	float:left;
	line-height:30px;
	font-weight:700;
	color:#383838;
	letter-spacing: -0.3px;
}
.top_address > i{
	margin-right:10px
}
.the_header{
	background:#fff;
	position:relative;
	padding: 20px 30px;
	z-index:5 !important;
	box-shadow: 0 0 30px rgb(0 0 0 / 11%);
}
.the_logo img{
	height:40px
}
a.for_dealer{
	float:right;
	position:relative;
	color:#383838;
	padding-left: 55px;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}
.for_dealer i{
	position:absolute;
	left:0;
	top: -5px;
	font-size: 40px;
}
.for_dealer i::before{
	margin:0
}
.for_dealer span{
	display:block;
	font-size: 16px;
	margin-bottom: 2px;
}
.absolute_menu{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	margin-top: 10px;
}
.absolute_menu ul{
	white-space:nowrap;
}
.absolute_menu li{
	display:inline
}
.absolute_menu li + li{
	margin-left:20px;
}
.absolute_menu li a{
	color:#383838;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:700
}
.absolute_menu .for_dealer{
	display:none;
}
.banner_area{
	background-size:cover !important;
	background-repeat:no-repeat !important;
	width:100%;
	position:relative;
	display:flex;
	align-items:center;
	padding: 100px 0;
	background-position: center !important;
}
.banner_area::before{
	content:'';
	backdrop-filter:blur(10px);
	position:absolute;
	background: rgba(0,0,0,.4);
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.ba_table{
	display:table;
	table-layout:fixed;
	width:100%;
	position:relative;
	z-index:2
}
.ba_table > div{
	display:table-cell;
	vertical-align:middle;
}
.ba_form{
	width: 550px;
}
.form_outline{
	padding: 30px 15px 0;
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.form_outline::before{
	background: #fff200;
	z-index:-1;
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:45px;
	border-radius:30px;
}
.form_inner{
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border-radius: 30px;
	border: 3px solid #fff200;
	padding: 30px;
}
.fo_text{
	padding: 0 110px 0 15px;
	position:relative;
}
.fo_text img{
	position:absolute;
	right: 40px;
	top:0;
	width: 60px;
	transform: rotate(-35deg);
}
.fo_text > span{
	font-weight: 700;
	font-size: 20px;
	color: #383838;
	letter-spacing: -0.3px;
	margin-bottom: 5px;
	display: inline-block;
}
.fo_text > p{
	margin:0 0 15px;
	font-weight: 500;
	font-size: 15px;
	line-height: normal;
}
.form_row{
	margin-bottom: 15px;
	width:calc(50% - 15px);
	float:right;
}
.form_row:nth-child(2n+1){
	float:left
}
.form_row label{
	display:block;
	font-weight:600;
	position:relative;
}
.form_row label > i{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	font-size: 18px;
	opacity: .4;
}
.form_row label > span{
	position:absolute;
	left:35px;
	top:0;
	line-height:40px;
	pointer-events:none;
	font-weight:600;
	transition:all .3s;
}
.form_row input{
	width:100%;
	border:1px solid #ddd;
	border-width:0 0 1px;
	height:40px;
	padding-left:35px;
}
.form_row input:valid ~ span,
.form_row input:focus ~ span{
	top: -23px;
	left:0;
	font-size:11px;
	opacity:.7
}
.ba_form_send{
	margin-top:15px;
	line-height:50px;
	background:#282828;
	color:#fff200;
	width:100%;
	text-align:center;
	border-radius:30px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px
}
.capitalize{
	text-transform:capitalize
}
.ba_texts{
	padding-right: 50px;
}
.ba_texts h1{
	color:#fff;
	margin:0 0 30px;
	font-size: 47px;
	font-weight:800;
	line-height: normal;
}
.ba_texts h1 span{
	display:block;
	font-weight:400
}
.ba_texts p{
	color:#fff;
	font-size: 22px;
}
.rowSection{
	padding:80px 0;
	position:relative;
}
.forHeaderSpace{
	position:absolute;
	top:-80px;
	width:100%;
	left:0;
	opacity:0;
	pointer-events:none;
}
.all_adv{
	display:table;
	table-layout:fixed;
	width:100%;
}
.all_adv > div{
	display:table-cell;
	vertical-align:middle;
}
.adv_list{padding-left: 30px;}
.adv_lister{
	display:inline-block;
	vertical-align:middle;
	margin-bottom: -25px;
}
.adv_list_item{
	width:50%;
	float:left;
	color: #282828;
	position:relative;
	padding-left:80px;
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 700;
	height: 45px;
	display: flex;
	align-items: center;
	line-height: 22px;
}
.adv_list_item i{
	position:absolute;
	left:15px;
	top: 50%;
	line-height: 45px;
	width: 45px;
	background:#fff200;
	text-align:center;
	font-size: 26px;
	color:#383838;
	border-radius:50%;
	transform: translateY(-50%);
}
.all_adv > div:first-child .adv_list_item{
	justify-content:flex-end;
	padding:0 80px 0 0
}
.all_adv > div:first-child .adv_list_item i{
	left:auto;
	right:15px;
}
.adv_shape{
	text-align:center;
	width: 500px;
}
.adv_shape img{
	border-radius: 10px;
	width: 100%;
}
.about_area{
	width:100%;
	flex-wrap: wrap;
	align-items: center;
}
.about_area_overlay{
	position:relative;
}
.about_area_overlay + .about_area_overlay{
	margin-top: 95px;
}
.about_area_overlay + .about_area_overlay .about_area{
	flex-direction:row-reverse	
}
.about_area_overlay + .about_area_overlay .about_area .aa_text > div{
	padding:0 40px 0 0
}
.aa_img{
	position:relative;
}
.aa_img::before{
	content:'';
	position:absolute;
	left:-15px;
	top:-15px;
	bottom:-15px;
	right:60px;
	background:#383838;
	z-index:-1;
	border-radius:20px
}
.about_area_overlay + .about_area_overlay .about_area .aa_img::before{
	right:-15px;
	left:60px;
	background:#fff200
}
.aa_img img{
	width:100%;
	border-radius:10px
}
.aa_text{
	margin-top: 30px;
}
.aa_text > div{
	position: relative;
	z-index:2;
}
.aa_text h3{
	color:#282828;
	margin: 0 0 30px;
	font-weight:700;
	font-size: 28px;
}
.aa_text p{
	font-size:16px;
	line-height: 28px;
	color:#282828;
	font-weight: 500;
}
.aa_text p + p{
	margin-top:15px
}
.section_title{
	margin-bottom:30px;
}
.section_title h2{
	color:#282828;
	margin: 0 0 30px;
	font-weight:700;
	font-size: 28px;
	line-height: normal;
	text-transform: uppercase;
}
.section_title p{
	font-size:16px;
	line-height: 28px;
	color:#282828;
	font-weight: 500;
}
.about_row .section_title{
	margin-bottom:45px
}
.firstVideo{
	position:relative;
	padding-bottom: 80px;
}
.firstVideo::before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height: calc(60% + 40px);
	width:100%;
	background:#fff200;
}
.xx_1{
	width:850px;
	margin:0 auto;
	max-width:100%;
}
.xx_1 > a{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-top:15px;
}
.xx_1 > a::before{
	content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: 120px;
    background: #383838;
    z-index: -1;
    border-radius: 20px;
}
.xx_1 > a::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border-radius:10px;
	/* background: rgba(0,0,0,.2); */
}
.xx_1 a > img{
	width:100%;
	border-radius:10px;
}
.xx_1 > a span.b_text{
	position:absolute;
	left:30px;
	top:30px;
	background:rgba(0,0,0,.7);
	color:#fff;
	padding: 10px 20px 10px 60px;
	border-radius:30px;
	z-index: 2;
	font-size: 14px;
}
.xx_1 > a span.b_text img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	height: 20px;
}
.likeRow::before,
.likeRow::after{
    content:'';
    display:table
}
.likeRow::after{
    clear:both;
}
.video_row{
	margin:0 -15px;
}
.video_row > div{
	float:left;
	width:25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.video_row > div:nth-child(4n+1){
	clear:left
}
.video_item{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding: 0;
}
.video_item img{
	width:100%;
	border-radius:10px;
	height: 250px;
	object-fit: cover;
}
.video_item > div{
	position:relative;
}
.video_item > img{
	height:auto;
	width: 45px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 50px;
	z-index: 2;
}
.video_item span{
	color: #282828;
	font-size: 16px;
	padding: 30px 0 0;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.video_item span i{
	font-style:normal;
	overflow: hidden;
	font-weight: inherit;
}
.video-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-play-button img{
	width:100px;
}
.vr_overlay{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0 0 -30px
}
section.pt0{
	padding-top:0
}
#map {
    width: 100%;
    margin-bottom: -6%;
}
.all_packs{

}
.all_packs > div{
}
.packs_explain{
	padding-bottom: 70px;
}
.pack_properties{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.pack_properties li{
	float: left;
	position:relative;
	font-size:16px;
	padding-left: 35px;
	width: 50%;
	margin-bottom: 30px;
	padding-right: 30px;
}
.pack_properties li:nth-child(2n+1){
	clear:left
}
.pack_properties li::before{
	content:'';
	position:absolute;
	left:0;
	top: 2px;
	width: 18px;
	height: 18px;
	background:#fff200;
	/* border: 2px solid #282828; */
	border-radius:50%;
}
.pack_properties li::after{
	content:'\e804';
	font-family:'fontello';
	position:absolute;
	left: 5px;
	top: 3px;
	font-size: 11px;
	font-weight: bold;
}
.pa_item{
	border-radius: 10px;
	width: calc(33.33333333% - 23px);
	display:inline-block;
	vertical-align: top;
	background:#fff;
	position:relative;
	box-shadow: 0 0 30px rgb(0 0 0 / 11%);
}
.pa_item + .pa_item{
	margin-left: 30px;
}
.pa_item h3{
	margin: 0 0 20px;
	background:#fff200;
	color:#282828;
	font-size: 20px;
	font-weight:700;
	padding: 15px 0;
	text-align:center;
	position: relative;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	border-radius: 10px 10px 0 0;
}
.pa_item h1{
	text-align:center;
	font-weight:800;
	font-size: 50px;
	margin: 0 0 20px;
}
.pa_item h1 sup{
	font-size: 20px;
	font-weight:700;
	top: -18px;
}
.pa_item p{
	padding:0 15px;
	font-weight: 700;
	color:#282828;
	font-size: 16px;
}
.pa_item ul{
	margin: 20px 0;
}
.pa_item ul li{
	clear:both;
	width:100%;
	padding: 8px 30px 8px 30px;
	font-weight:500;
	font-size: 15px;
	color: #282828;
	text-transform: capitalize;
	position:relative;
	line-height: 20px;
	text-align: center;
}
.pa_item ul li span{
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
	font-weight:700
}
.pa_item ul li span .icon-check2{
	color:#26af4a;
}
.pa_item ul li span .icon-close2{
	color: #ef6363;
}
.pa_item ul li + li{
	border-top:1px solid #eaeaea;
}
.pa_item > a{
	display:inline-block;
	vertical-align:middle;
	margin: 0 0 20px;
	background: #fff200;
	padding:0 15px;
	line-height: 42px;
	color: #282828;
	border-radius:30px;
	font-weight: 700;
	width: 80%;
	font-size: 14px;
	position: relative;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.pa_item > a::before{
	content:'\e812';
	font-family:'fontello';
	margin-right:10px
}
.pa_item ul li.blue1{
	color: #a7a7a7;
	font-weight: 500;
}
.packs_area > div:nth-child(2){
	/* transform: scale(1.1); */
	/* position:relative; */
	/* z-index:2; */
	/* box-shadow: 0 0 30px rgb(0 0 0 / 11%); */
}
.the_ribbon{
	position:absolute;
	right:30px;
	top: 42px;
	height:60px;
	z-index:1;
}
.link_text{
	margin-top: 40px;
	color:#383838;
	font-weight:600;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 16px;
}
.link_text a{
	text-decoration:underline;
	color: inherit;
	font-weight: 700;
}



.accordion-header2{
  border-radius: 35.5px;
  background: #fff;
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  padding-left: 40px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 20px 0;
  box-shadow: 0 0 5px #e3e3e3;
}
#noPadding{
  padding: 0;
  user-select: none;
}
.accordion-body__contents2{
  padding: 30px 40px 0 40px;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  line-height: 1.31;
  color: #282828;
}
.accordion__item{
  margin-bottom: 20px
}
#noPadding .accordion-header2{
  position: relative;
  overflow: hidden;
}
#noPadding .accordion-header2::after{
  content: '\f078';
  font-family: 'FONTAWESOME';
  font-size: 14px;
  color: #282828;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .3s;
}
#noPadding .active .accordion-header2{
  color: #fff;
}
#noPadding .accordion-header2 span{
  cursor: pointer;
  padding-left: 40px;
  z-index: 4;
  position: relative;
  width: calc(100% - 70px);
  display: inline-block;
  font-weight: 700;
}
#noPadding .accordion-header2::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #282828;
  opacity: 0;
  transition: all .5s;
  width: 0;
}
#noPadding .active .accordion-header2::before{
  opacity: 1;
  width: 100%;
}
#noPadding .active .accordion-header2::after{
  transform: rotate(180deg) translateY(50%);
  color: #fff;
}
.accordion-body__contents2 * {
	font-size:14px
}
.accordion-body__contents2 ul{
	list-style-type: circle;
	margin:15px 0;
	padding-left: 20px;
}
.accordion-body__contents2 ul li{
	clear:both;
	list-style: disc;
}
.js-accordion-body{
	display:none
}
.other_brands{
	text-align:center;
}
.other_brands li{
	display:inline-block;
	vertical-align:middle;
}
.other_brands li + li{
	margin-left:40px;
}
.other_brands li img{
	height: 37px;
	/* opacity:.7; */
	/* filter: grayscale(1); */
	transition:all .3s;
}
.other_brands li:hover img{
	filter:none;
	opacity:1
}
#footer_v2{
	background:#fff;
	padding: 80px 0;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.white_bg01 .basic_h1{
	/* color:#fff; */
}
.footer_left{
	float:left;
	width:400px;
}
.footer_right{
	float:right;
	width:400px;
}
.footer_logo{
	height: 30px;
}
.footerList{
}
.footerList li{
	clear:both;
}
.footerList li + li{
	margin-top: 10px;
}
.footerList li a{
	color: #282828;
	font-size:16px;
	font-weight:500
}
.footerList li a:hover{
	text-decoration:underline
}
a.customer_services{
	position:relative;
	padding-left: 55px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-weight:500;
	color: #282828;
	font-size: 28px;
	line-height: 30px;
}
.customer_services span{
	font-weight: 700;
	font-size: 16px;
	display:block;
}
.customer_services img{
	position:absolute;
	width: 40px;
	left:0;
	top:50%;
	transform:translateY(-50%);
	margin-top: 7px;
}

.footer_right > div{
	text-align:right;
	width:100%;
}
.footer_right > div + div{
	margin-top: 15px;
}
.ma_addres a{
	font-size: 18px;
	color: #282828;
	font-weight:500;
}
.footer_bottom{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	padding-top:30px;
	border-top: 1px solid #dddddd;
}
.footer_bottom > div:nth-child(1){
	float:left;
}
.footer_bottom > div:nth-child(2){
	float:right;
}
.footer_app li{
	float:left;
}
.footer_app li + li{
	margin-left:15px;
}
.footer_cpy{
	line-height: 30px;
	color: #282828;
	font-weight: 600;
}
.footer_cpy strong{
	font-weight:700
}
.pack_modal{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:30px;
	overflow-y:auto;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,.9);
	z-index:99999
}
.pack_modal.pm_active{
	display:flex;
}
a{
	cursor:pointer;
}
.pm_closer{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.pack_modal > div{
	position:relative;
	z-index:2;
	background:#fff;
	border-radius:10px;
	width: 600px;
	max-width:100%;
	min-height:300px;
	padding:0 30px 30px 30px
}
.pm_image{
	margin:0 -30px
}
.pack_modal > div img{
	width:100%;
	border-radius:10px 10px 0 0;
	margin-bottom:30px;
}
.pm_title{
	margin:0 0 15px;
	padding-bottom:15px;
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	color:#282828;
	font-size: 20px;
}
.pack_modal p{
	font-weight:600;
	line-height: 20px;
}
.pm_row{
	margin-top: 15px;
}
.pm_row span{
	font-weight:700;
	color:#282828;
	font-size:18px;
	margin-bottom:15px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.pm_row ul{
	list-style-type: circle;
    padding-left: 20px;
	margin:15px 0
}
.pm_row ul li{
	list-style: disc;
	font-weight:600
}
.pm_back{
	position:absolute;
	right: 20px;
	top: 20px;
	width:45px;
	line-height:45px;
	text-align:center;
	color: #fff;
	border-radius:50%;
	font-size: 20px;
}

.videopopupjs{
    background-color: rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    content:'X';
    font-family:'Verdana';
    border-radius:50%;
    background:#333;
    line-height:2.2;
    font-size:13px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:500px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:500px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
#fx77{
	margin:0 -15px
}
#fx77 > div{
	margin-bottom:30px;
	width:50%;
	float:left;
	padding:0 15px;
}
#fx77 > div:nth-child(2n+1){
	clear:left
}
.oa_item{
	color:#383838;
	border-radius:10px;
	position:relative;
	padding-left: 63px;
}
.oa_item i{
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width: 45px;
	line-height: 45px;
	font-size: 26px;
	background:#fff200;
	border-radius:50%;
	display: inline-block;
	vertical-align: middle;
}
.oa_item span{
	font-weight:700;
	margin: 10px 0 13px;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.oa_item p{
	font-weight:500;
	font-size: 15px;
}
.sss_row + #footer_v2,
.about_row + #footer_v2{
	padding-top:80px
}
.menu_trigger,
.menu_overlay,
.absolute_menu > img{
	display:none;
}
.mapWidth{
	width:100%;
}
.v2_adv_item{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	height: 100%;
	align-content: flex-start;
	box-shadow: 0 0 30px rgb(0 0 0 / 11%);
}
.v2_adv_item i{
    line-height: 50px;
    width: 50px;
    background: #fff200;
    text-align: center;
    font-size: 30px;
    color: #383838;
    border-radius: 50%;
    position:absolute;
    left:0;
    top:0;
}
.v2_adv_item span{
	padding: 0 25px 0 65px;
	text-align:left;
	width:100%;
	font-size: 17px;
	font-weight:700;
	margin: 0 0 15px;
	position:relative;
	height: 50px;
	align-items:center;
	display: flex;
	line-height: 24px;
}
.v2_adv_item p{
	font-weight:500;
	font-size:15px;
}
.flexRow{
	display: flex;
    flex-wrap: wrap;
	margin-bottom:-30px
}
.flexRow > div{
	margin-bottom:30px
}


/* resposnive */

@media(max-width:1400px){
	.absolute_menu li + li{
		margin-left:15px
	}
	.the_logo img{
		height:35px;
	}
	.absolute_menu li a{
		font-size:14px;
	}
	.for_dealer i{
		font-size:36px
	}
	a.for_dealer{
		padding-left:52px;
		font-size:16px
	}
	.for_dealer span{
		font-size:15px
	}
}
@media(max-width:1200px){
	.video_row > div{
		width:50%;
	}
	.video_row > div:nth-child(2n+1){
		clear:left
	}
	.ba_form{
		width:500px
	}
	.ba_texts h1{
		font-size:40px;
	}
	.ba_texts p{
		font-size:20px;
	}
	a.for_dealer{
		display:none;
	}
	.menu_trigger{
		display:block;
		float:right;
		line-height:35px;
		font-size:20px
	}
	.menu_trigger i{
		position:relative;
		left:-15px
	}
	.menu_overlay{
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		z-index:998;
		background:rgba(0,0,0,.7);
		visibility:hidden;
		opacity:0;
		transition:all .3s;
		display:block;
	}
	.menu_overlay.overlay_act{
		visibility:visible;
		opacity:1
	}
	.absolute_menu{
		position:fixed;
		left:0;
		top:0;
		z-index:999;
		width: 350px;
		height:100%;
		background:#fff200;
		transform:none;
		overflow: hidden;
		transition:all .3s;
		transform:translateX(-350px);
	}
	.absolute_menu.am_active{
		transform:none;
	}
	.absolute_menu li{
		display:block;
		clear:both;
		transition: all .3s;
		transform: translateY(-15px);
		visibility: hidden;
		opacity: 0;
	}
	.absolute_menu.am_active li:nth-child(1){
		transition-delay:.4s
	}
	.absolute_menu.am_active li:nth-child(2){
		transition-delay:.5s
	}
	.absolute_menu.am_active li:nth-child(3){
		transition-delay:.6s
	}
	.absolute_menu.am_active li:nth-child(4){
		transition-delay:.7s
	}
	.absolute_menu.am_active li:nth-child(5){
		transition-delay:.8s
	}
	.absolute_menu.am_active li:nth-child(6){
		transition-delay:.9s
	}
	.absolute_menu.am_active li:nth-child(7){
		transition-delay:1s
	}
	.absolute_menu.am_active li:nth-child(8){
		transition-delay:1.1s
	}
	.absolute_menu.am_active li {
		transform: none;
		visibility: visible;
		opacity: 1;
	}
	.absolute_menu li + li{
		margin-left:0
	}
	.absolute_menu > ul {
		position: absolute;
		left: 30px;
		top: 30px;
		right: 30px;
		bottom: 130px;
		overflow-y: auto;
		z-index: 2;
	}
	.absolute_menu > ul > li:first-child a {
		padding-top: 0;
	}
	.absolute_menu > ul > li:last-child a {
		padding-bottom: 0;
	}
	.absolute_menu > ul > li > a {
		padding: 8px 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		font-weight: 900;
		text-transform: capitalize;
		letter-spacing: 0px;
		width: 100%;
	}
	.absolute_menu .for_dealer{
		display:block;
		position:absolute;
		left:30px;
		bottom:30px;
		transform: translateY(15px);
		opacity: 0;
		transition:all .3s;
	}
	.absolute_menu > img {
		display:block;
		position: absolute;
		top: 50%;
		right: -240px;
		transform: translateY(-50%) translateX(100%) rotate(-90deg);
		height: 100px;
		opacity: .1;
		pointer-events: none;
		transition: all 1s;
	}
	.absolute_menu.am_active > img {
		transform: translateY(-50%) translateX(0) rotate(-90deg);
		transition-delay: .3s;
	}
	.absolute_menu.am_active .for_dealer {
		transform: none;
		transition-delay: 1s;
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px){
	.absolute_menu  .for_dealer i {
		font-size: 50px;
		top: -6px;
	}
	.absolute_menu .for_dealer span {
		font-size: 18px;
	}
	.absolute_menu  .for_dealer{
		font-size:20px;
		padding-left: 70px;
	}
}
@media(max-width:992px){
	.about_area{
		display:block;
	}
	.about_area > div{
		width:100%;
	}
	.aa_text > div{
		padding:0
	}
	.about_area_overlay + .about_area_overlay {
		margin-top: 30px;
	}
	.aa_text{
		margin-top:30px
	}
	.about_area_overlay + .about_area_overlay .about_area .aa_text > div {
		padding:0;
	}
	.other_brands li img{
		height:25px
	}
	.other_brands li + li {
		margin-left: 30px;
	}
	.all_adv{
		display:block;
	}
	.all_adv > div{
		display:block;
		padding:0;
		width:100%;
	}
	.adv_list{
		margin-top:30px;
	}
	.adv_list_item i{
		left:0;
	}
	.adv_list_item{
		padding-left:60px
	}
	.adv_lister .adv_list_item:nth-child(2n+2){
		padding-left:75px;
	}
	.adv_lister .adv_list_item:nth-child(2n+2) i{
		left:15px;
	}
	.banner_area::before{
		display:none;
	}
	.banner_area{
		background:transparent !important
	}
	.ba_texts h1,
	.ba_texts p{
		color:#282828
	}
	.ba_table{
		display:block;
	}
	.ba_table > div{
		display:block;
		padding:0;
		width:100%;
	}
	.ba_texts h1{
		font-size:32px;
	}
	.banner_area{
		padding: 40px 0 0;
	}
	.ba_form{
		margin-top: 30px;
	}
	.top_address{
		display:none
	}
	.top_social{
		width:100%;
		text-align:right
	}
	.top_social li{
		display:inline-block;
		float:none;
	}
	.top_social li:first-child{
		float:left
	}
	.ba_texts{
		text-align:center
	}
	.pa_item{
		width:100%;
	}
	.pa_item + .pa_item {
		margin-left: 0;
		margin-top: 15px;
	}
	.packs_area > div:nth-child(2){
		transform:none;
	}
	.other_brands{
		white-space:nowrap;
		overflow-x:auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch
	}
	.other_brands::-webkit-scrollbar{
		display: none;
	}
	.footer_left,
	.footer_right{
		width:300px;
	}
}
@media(max-width:768px){
	.about_row .section_title {
		margin-bottom: 30px;
	}
	.flexRow > div{
		margin-bottom:15px;
	}
	.flexRow{
		margin-bottom:-15px
	}
	.pa_item ul li{
		padding-bottom:8px;
		padding-top:8px;
	}
	#noPadding .js-accordion-item:last-child{
		margin-bottom:0
	}
	.accordion-header2{
		padding:15px 0
	}
	#noPadding .accordion-header2 span{
		padding-left:30px
	}
	.accordion-body__contents2 {
		padding: 30px 15px 10px 15px;
	}
	.footer_cpy{
		font-size:13px;
		line-height: 28px;
	}
	.aa_text p{
		font-size:14px;
		line-height:22px
	}
	.sss_row + #footer_v2, .about_row + #footer_v2{
		padding-top:10px
	}
	.customer_services img{
		margin:0
	}
	.ma_addres a{
		font-size:16px
	}
	.footer_logo{
		height: 23px;
	}
	.footer_bottom{
		padding-top:15px;
		margin-top:15px;
	}
	#footer_v2{
		padding:0 0 40px
	}
	.footer_left{
		display:none
	}
	a.customer_services{
		font-size:22px;
	}
	.customer_services span{
		font-size:14px;
		line-height: normal;
	}
	.footer_left,
	.footer_right{
		width:100%;
	}
	.footer_right{
		margin-top:30px
	}
	.footer_right > div{
		text-align:left
	}
	.other_brands li + li {
		margin-left: 20px;
	}
	.link_text{
		font-size:14px
	}
	#fx77 > div{
		width:100%;
	}
	.oa_item p{
		font-size:14px;
		line-height: 22px;
	}
	.video_row > div{
		width:100%;
	}
	.pa_item h1{
		font-size:40px
	}
	.pa_item h1 sup {
		font-size: 18px;
		top: -16px;
	}
	.the_ribbon{
		top: 28px;
	}
	.pack_properties li,
	.pack_properties li:nth-child(2n+1){
		float:none;
		font-size:14px;
		clear:both;
		width:100%;
		padding-right: 0;
	}
	.pa_item ul li{
		font-size:14px
	}
	.pa_item ul{
		margin:15px 0
	}
	.pa_item > a{
		line-height:40px;
		font-size:15px
	}
	.packs_explain{
		padding-bottom:30px
	}
	.pa_item h3 {
		font-size: 18px;
		padding: 15px 0;
	}
	.rowSection{
		padding:40px 0
	}
	.section_title h2{
		font-size:20px;
		margin-bottom:15px
	}
	.section_title p{
		font-size:14px;
		line-height:22px
	}
	.adv_list_item i {
		line-height: 40px;
		width: 40px;
		font-size: 22px;
	}
	.adv_list_item {
		padding-left: 50px;
	}
	.adv_lister .adv_list_item:nth-child(2n+2) {
		padding-left: 65px;
	}
	.adv_list_item{
		font-size:15px;
		line-height: normal;
	}
	.ba_texts h1 {
		font-size: 28px;
		margin-bottom:20px
	}
	.fo_text img{
		display:none;
	}
	.fo_text{
		padding-right:0
	}
	.form_row,
	.form_row:nth-child(2n+1){
		float:none;
		width:100%;
	}
	.ba_texts p{
		font-size:16px;
		font-weight: 500;
	}
	.the_header{
		padding:15px;
	}
	.the_logo img{
		height:30px;
	}
	.menu_trigger{
		line-height:30px;
		font-size:18px
	}
	.absolute_menu .for_dealer {
		font-size: 18px;
	}
	.absolute_menu .for_dealer i {
		font-size: 39px;
	}
	.absolute_menu .for_dealer span {
		font-size: 16px;
	}
	.absolute_menu > img {
		right: -220px;
		height: 90px;
	}
	.absolute_menu{
		width: 280px;
		transform:translateX(-280px);
	}
	.absolute_menu > ul > li > a{
		font-size:14px
	}
	.top_bar{
		padding:10px 15px;
	}
	.top_social li a{
		width:25px;
		line-height:25px;
		font-size: 13px;
	}
	.top_social li + li{
		margin-left:5px
	}
}
