html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family:montserrat;
}

h2 {
    font-family: montserrat;
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: inherit;
}
 
.slicknav_menu {
	display:none;
}

.menu {
	margin-top: 5px;
}


.section_details{
	padding:30px 0;
}
.section_details h2 {
    font-family: montserrat;
    color: #000;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px; 
}
.section_details p {
    font-family: montserrat;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

p {
    font-family: montserrat;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}



#nav_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    padding-bottom: 50px;
}
#nav_area,
#nav_area * {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#nav_area.dark {
    background: #1d1d1d;
    padding-bottom: 20px;
}

#nav_area.dark .enquery p {
    display: none;
}
#nav_area.dark .menu_area {
    padding-top: 28px;
}
#nav_area.dark .logo {
}

#full_img img{
	width:100%;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
}
.logo{
	padding-top: 0;
	width: 200px;
}
.logo img{
	width:100%;
}
#nav_area.dark .logo {
	width: 100px;
}
#nav_area.dark {
	height: 70px;
}
.menu_area {
    text-align: center;
	padding-top:65px;
}
.menu_area ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu_area ul li{
	display:inline-block;
	padding-right:20px;
}
.menu_area ul li a,
.menu_area ul li span {
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
    cursor: pointer;
	font-size: 14px;
}
.menu_area dropdown {
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
    cursor: pointer;
	font-size: 14px;
	overflow: hidden
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
/*.dropdown {
  float: left;
  overflow: hidden;
}*/

ul.dropdown-menu{ background-color:rgba(0,0,0,0.7); text-align: left; border-top:10px solid rgba(0,0,0,0);}
ul.dropdown-menu li a{ width:100%;  }
ul.dropdown-menu li{ width:100%; padding:0 10px; }
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.enquery{
	padding-top:20px;
}
.enquery p {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.btn-query {
    background: #fff;
    border: 0px solid;
    line-height: 30px;
    width: 100%;
    color: #295478;
    font-weight: 700;
}

#Redefined{
	padding:90px 0;
}
.redefined_Details{}
.redefined_Details h2{
	font-weight:400;
}
.redefined_Details h3{
	color:#999999;
	padding-top:10px;
	font-weight:400;
    font-size: 24px;
}
.redefined_Details p{
	font-weight:300;
	color:#000000;
	padding-top:20px;
}
.redefined_img{}
.redefined_img img{
	width:100%;
}
#Redefined hr {
    border: 0.5px solid #ccc;
}
.redefin_price{}
.redefin_price h3{
	font-weight:700;
}
.redefin_price h2{
	font-weight:900;
	padding:5px 0;
}

.submit p{
	padding-bottom:20px;
	text-align:center;
}
.submit input {
    background: #f2f2f2;
    border: 0px solid;
    line-height: 40px;
    width: 75%;
    padding-left: 15px;
}
.btn-submit {
    background: #4c4c4c;
    color: #fff;
    line-height: 40px;
    border: 0px solid;
    padding: 0 15px;
}
.download {
    text-align: center;
}
.download p{
	padding-bottom:20px;
	text-align:center;
}
.btn-download{
	background: #4c4c4c;
    color: #fff;
    line-height: 40px;
	width:45% !Important;
	border:0px solid;
}
button.btn-download.white {
    background: #f2f2f2;
    color: #676767;
}



#feature_section{
	background:url(../img/2_Pricing/3_pricing_banner.jpg);
	width:100%; 
	background-size:cover;
	
}
#feature_section.anythingbutstandard {
	background:url(../img/2_Pricing/anything-but-standard.jpg);
	background-size:cover;
}

.feature_deails{
	text-align:right;
	float:right;
	padding:90px 0;
}

.feature_deails h2{
	color:#fff;
	font-weight:300;
}
.feature_deails h3{
	color:#e4a73b;
	font-size:18px;
	font-weight:700;
	padding:20px 0;
}
.feature_deails p{
	color:#fff;
	font-weight:300;
}


#vehicle_area {
    padding: 0 0 90px 0;
    overflow: hidden;
     
}
.select{
	padding: 30px 0 100px 0;
	text-align: center;
}
.select h2 {
	font-weight: 400;
}
.select p {
	font-weight:300;
	text-align:center;
	font-size:22px;
}
.select p strong {
	font-weight: 700;
}





.tabspan {
  padding-top: 30px;
  margin-bottom: 20px;
  position: relative; 
  background:; 
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabsss {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    margin: auto;
    text-align: center;
	z-index: 999;
}
.tabsss li {
  float: left;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
	width: 16.666%;
}
.tabsss a {
  color: #fff;
  background: #545454;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #f2f2f2;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  
}
.tabs_item:first-child {
  display: block;
}

.current a {
  background-color: #eff0f2;
  color: #888;
}

.tab_title {
    position: absolute;
    top: -10px;
    font-size: 20px;
    font-weight: 400;
    left: 10% !important;
}


 
 
 a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs {
    border-bottom: none;
    position: relative;
    background: #f5f5f5;
    width: 100%;
    padding: 0;
}
 
.tab .nav-tabs li.active a{
   background:#eff0f2 !Important; 
}
.tab .nav-tabs li a:after{
    
}
li.active {
    background: #eff0f2 !Important;
    box-shadow: 0px 10px 30px #999;
}



li.active p {
    background: #494949;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    font-weight: 700;
}
 
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}


.tab-content.mys.tabs {
    position: unset;
}
.nav>li>a { 
    padding: 0 !IMPORTANT;
}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
   
    background-color: transparent !important;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 33.333%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.nav-tabs>li p {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.tabs_item img {
	width: 100%;
    padding: 30px 10px 0px 10px;
    margin: auto;
    float: none;
}
.nav.nav-tabs img {
    width: auto;
    max-height: 180px;
}

.dow {
    width: 100% !IMPORTANT;
    margin-bottom: 10px;
}
.tabs_detils_here {
    padding: 30px 0;
}


.car_details {
    padding: 25px 0 0 0;
    overflow: hidden;
    width: 100%;
}
.car_details ul{
	margin-top:20px;
}
.car_details ul li {
    float: unset;
    line-height: inherit;
    font-weight: 400;
    font-size: 12px;
}
.tabs_full_img {
    margin-top: 50px;
}

.car_details ul li:before {
    width: 5px;
    height: 5px;
    content: "";
    background: #2d2d2d;
    display: block;
    float: left;
    margin-top: 9px;
    border-radius: 100%;
    margin-right: 7px;
}
.car_details h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
}
.car_details h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
}
.mys hr { 
    border-top: 1px solid #333 !IMPORTANT;
}


.span_round {
    background: #4e525b;
    width: 100%;
    padding: 5px;
	border-radius:50px;
}

.span_round p {
    color: #fff;
    font-size: 13px;
    text-align: right;
    font-weight: 700;
    padding-right: 5px;
}
.span_round span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    float: left;
    margin-top: 2px;
}

.col-md-3.space {
    padding-right: 10px;
    padding-left: 10px;
}
.black:nth-child(1) {
    background: #363636;
    width: 30PX;
    height: 30PX;
    display: block;
    border-radius: 100%;
    float: right;
    margin-right: 10px;
}
.black:nth-child(2){
    background:#fff; 
	border:2px solid #363636;
	width: 28PX;
    height: 28PX;
	display: block;
	 border-radius: 100%;
}
.up p{
	color:#4c4c4cl;
	font-size:12px;
	line-height:15px;
}
.up h1{
	color:#000;
	font-size:16px;
	font-weight:700;
}

.space{
	margin:0;
	padding:0;
}


#feature_section_two{
	background:url(../img/3_time_for_an_upgrade/9_timeForAnUpgrade_banner.jpg);
	width:100%;
	background-size:cover; 
	
}


.feature_deails.two {
    text-align: left;
}



.mytab {
    line-height: 50px;
    border-bottom: 1px solid;
}
#owl-carusal .owl-buttons {
    margin-top: -28px;
}

#owl-carusal.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 1px 30px;
    padding: 3px 10px;
    font-size: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
	margin-top: -2% !important;
}
div#owl-carusal {
    padding-top: 50px;
    padding-bottom: 50px;
}


div#owl-carusal {
    padding-top: 50px;
    padding-bottom: 50px;
}




#not_justity {
    padding: 70px 0;
    position: relative;
    background: url(../img/4_unmatched_offroadability/imgbg.png);
    height: 100%;
    background-size: contain;
}

div#owl-carusal-two {
    padding-top: 50px;
    padding-bottom: 50px;
}





#owl-carusal-two .owl-buttons {
    margin-top: -28px;
}

#owl-carusal-two.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 1px 30px;
    padding: 3px 10px;
    font-size: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
	margin-top: -2% !important;
}
.side_img {
    width: 40%;
    position: absolute;
    right: 0;
    top: 100px;
}
.side_img img{
	width:100%;
}




#feature_section_three{
	background:url(../img/4_unmatched_offroadability/15_unmatched_offroadability_banner.jpg);
	width:100%; 
	background-size:cover;
	
}

.side_img_another {
    width: 32%;
    position: absolute;
    left: 0;
    top: 0;
}
.side_img_another img{
	width:100%;
}

#owl-carusal-three .owl-buttons {
    margin-top: -28px;
}

#owl-carusal-three.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 1px 30px;
    padding: 3px 10px;
    font-size: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
	margin-top: -2% !important;
}



#owl-carusal-four .owl-buttons {
    margin-top: -28px;
}

#owl-carusal-four.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 1px 30px;
    padding: 3px 10px;
    font-size: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
	margin-top: -2% !important;
}




#feature_section_four{
	background:url(../img/5_exterior/19_exterior_banner.jpg);
	width:100%; 
	background-size:cover;
	
}


#feature_area_here{
	padding:70px 0;
}

.tab-content {
    overflow: hidden;
}

ul.nav.nav-tabs.mytbas {
    background: #fff !Important;
}

ul.nav.nav-tabs.mytbas li.active {
    background: #fff !Important;
	 border-bottom: 3px solid #727272;
}

ul.nav.nav-tabs.mytbas li {
    border-bottom: 3px solid #cdcdcd;
    margin: 5px;
    width: 23.5%;
}


.feature_list{}
.feature_list ul{
	margin:0;
	padding:0;
}
.feature_list ul li{
	display:inline-block;
	padding-right:20px;
}
.feature_list h3 {
    float: left;
    font-weight: 700;
    font-size: 20px;
    padding-right: 20px;
    margin-top: -5px;
}

#feature_section_five{
	background:url(../img/6_interior/25_interior_banner.jpg);
	width:100%; 
	background-size:cover;
	
}



#electornic{
	 
}
.electornic{
	width:50%;
	float:left;
}
#electornic img{
	width:100%;
}

.electornic_tab {
    padding: 40px 40px 0 30px;
}

.tabspanss{
	margin:0;
}
section#electornic {
    overflow: hidden;
}

#feature_section_sevens{
	background:url(../img/7_storage/32_storage_banner.jpg);
	width:100%; 
	background-size:cover;
	
}

.details_here h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}


#view_area{
	padding:70px 0;
}

 
 
.tab-block {
  width: 100%;
  
}
.tab-block .tab-mnu {
  display: block;
  list-style: none;
}
.tab-block .tab-mnu:after {
  content: '';
  display: table;
  clear: both;
}
.tab-block .tab-mnu li {
    box-sizing: border-box;
    float: left;
    color: #000;
    width: 200px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    font-weight: 700;
}
.tab-block .tab-mnu li:not(:last-child) {
  border-right: 1px solid #4c607c;
}
.tab-block .tab-mnu li:hover:not(.active) {
   
}
.tab-block .tab-mnu .active {
  background: #545454 !important;
  color: #fff;
  border-bottom: 1px solid #eaecec;
  cursor: default;
}
.tab-block .tab-cont {
  box-sizing: border-box;
  border-top: 1px solid white;
  background-color: white;
  color: #292d2f;
}
 
 
.tab-blocks {
  width: 100%;
  
}
.tab-blocks .tab-mnus {
  display: block;
  list-style: none;
}
.tab-blocks .tab-mnus:after {
  content: '';
  display: table;
  clear: both;
}
.tab-blocks .tab-mnus li {
    box-sizing: border-box;
    float: left;
    color: #000;
    width: 200px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    font-weight: 700;
}
.tab-blocks .tab-mnus li:not(:last-child) {
  border-right: 1px solid #4c607c;
}
.tab-blocks .tab-mnus li:hover:not(.active) {
   
}
.tab-blocks .tab-mnus .active {
  background: #545454 !important;
  color: #fff;
  border-bottom: 1px solid #eaecec;
  cursor: default;
}
.tab-blocks .tab-conts {
  box-sizing: border-box;
  border-top: 1px solid white;
  background-color: white;
  color: #292d2f;
}
 
.Storage_post{}
.single_plant.mypost {
    text-align: center;
    width: 14%;
    float: left;
    padding: 10px;
}
.single_plant.mypost img{
	width:100%;
}
.single_plant.mypost h2{
	font-size:14px;
	font-weight:900;
}
.single_plant.mypost p {
    text-align: center;
    font-size: 12px !Important;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 0px;
}

.tabs_post p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
	position:relative;
}


.tabs_post p:before {
    width: 36%;
    display: block;
    height: 2px;
    background: #000;
    content: "";
    padding-top: 5px;
    left: 0;
    position: absolute;
    top: 10px;
}
.tabs_post p:after {
    width: 36%;
    display: block;
    height: 2px;
    background: #000;
    content: "";
    padding-top: 5px;
	right: 0;
    position: absolute;
    top: 10px;
}

#feature_section_eight{
	background:url(../img/8_go_offroad/42_go_offroad_banner.jpg);
	width:100%; 
	background-size:cover;
	
}

.btn-goto.my {
    background: #000000;
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    border-radius: 50px;
    width: 130px;
    margin-top: 15px;
}
.btn-goto i {
    width: 17px;
    height: 17px;
    border: 1px solid;
    border-radius: 100%;
    padding-top: 3px;
    margin-right: 7px;
    font-size: 10px;
}

.scrollTop {
  position: fixed;
  right: 5%;
  bottom: 10px;
  
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}
i.fa.fa-hand-o-up {
    background: #010101;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    padding-top: 6px;
    font-size: 25px;
}
.single_plant.myimage.fullimg.text-center h2 {
    font-size: 19px;
}

.feature_list {
    margin: 0 auto;
    text-align: center;
}

.feature_list ul {
    margin: 0;
    padding: 0;
    float: left;
}


.feature_list ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 15px !Important;
}

.small-thumb {
	width: 50px;
	margin-right: 10px;
	margin-bottom: -5px;
}

.redefin_price h2 {
	font-size: 55px;
	line-height: 55px;
}
#contact_form {
	padding: 50px 0;
	text-align: center;
}
.hbspt-form fieldset {
	margin: auto !important;
}

.img-slideshow,
.options-table {
	padding: 30px;
}
.img-slideshow img {
	width: 12%;
	display: inline-block;
	outline: 1px solid #fff;
	padding: 0;
}
.options-table table td {
	border-bottom: 1px solid #ccc;
	background: #fff;
	font-size: 13px;
	color: #000;
	padding: 5px;
}
.options-table table th {
	background: #1d1d1d;
	color: #fff;
	padding: 5px;
	font-weight: 700;
	font-size: 13px;
}
.options-table table th span {
	float: right;
	font-size: 12px;
	font-style: italic;
}

.modal-body{ position:relative; }
.modal-body .close{ position: absolute; top:15px; right:15px; z-index:2000;}
.modal-body h3{ padding:15px; }
#flag{ display:none;}
.caret{border-top: 4px solid #fff !important;}
#mobile-nav{ display:none;position:absolute; top:25px; right:25px; }