body,
html {
	width: 100%;
	height: 100%;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0 !important;
}

button.disabled,
a.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

body,
button,
input,
optgroup,
select,
textarea {
	font-family: uni_neueregular;
}

a,
a:focus,
a:hover {
	outline: 0 !important;
}

button,
hr,
input {
	overflow: visible;
}

a,
img {
	display: inline-block;
}

.slick-slider,
body {
	-webkit-tap-highlight-color: transparent;
}

.clear:after,
.slick-track:after {
	clear: both;
}

.slick-slide,
.width10,
.width15,
.width16,
.width20,
.width25,
.width30,
.width33,
.width40,
.width50,
.width55,
.width60,
.width66,
.width70,
.width75,
.width80,
.width90 {
	float: left;
	min-height: 1px;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-next:before,
.slick-prev:before,
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.input-container .floatlabel,
body {
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: uni_neueheavy;
	src: url(../../fonts/altroz/fontfabric_-_unineueheavy-webfont.woff2) format('woff2'), url(../../fonts/altroz/fontfabric_-_unineueheavy-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: uni_neueregular;
	src: url(../../fonts/altroz/fontfabric_-_unineueregular-webfont.woff2) format('woff2'), url(../../fonts/altroz/fontfabric_-_unineueregular-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-size: 15px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	background: #0b0b0b;
	color: #fff;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #3d93e2;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	cursor: pointer;
}

p {
	line-height: 22px;
}

ul,
ul li {
	list-style: none;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin: 20px 0;
	border: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	border: 0;
	outline: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.slick-list {
	overflow: hidden;
}

button,
select {
	text-transform: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.grecaptcha-badge {
	display: none !important;
}

.clear:after,
.clear:before {
	content: "";
	display: table;
}

.width10 {
	width: 10%;
}

.width15 {
	width: 15%;
}

.width16 {
	width: 16.66666667%;
}

.width20 {
	width: 20%;
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width33 {
	width: 33.33333333%;
}

.width40 {
	width: 40%;
}

.width50 {
	width: 50%;
}

.width55 {
	width: 55%;
}

.width60 {
	width: 60%;
}

.width66 {
	width: 66.66666667%;
}

.width70 {
	width: 70%;
}

.width75 {
	width: 75%;
}

.width80 {
	width: 80%;
}

.width90 {
	width: 90%;
}

.width100 {
	width: 100%;
}

.max_width {
	max-width: 1240px;
	margin: 0 auto;
}

.hiddenDesktop {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.para-content {
	padding: 30px 0;
}

.para-content h1 {
	font-size: 24px;
}

.para-content .color {
	padding: 15px 0 5px;
	color: #3d93e2;
	display: block;
	font-size: 18px;
}

.para-content ol li,
.para-content p,
.para-content ul li {
	margin-bottom: 15px;
	line-height: 22px;
}

.para-content ul {
	padding: 10px 0 0 20px;
	margin: 0;
}

.para-content ul li {
	list-style: circle;
	padding-bottom: 5px;
}

.para-content ol {
	padding-left: 20px;
	padding-top: 10px;
}

.para-content ol li {
	padding-bottom: 5px;
}

#divData .table_inner {
	flex: auto;
	width: 33.3333333%;
	padding: 40px 30px;
}

#divData .tab_table .table_inner:last-child {
	border-right: 1px solid transparent;
}

#divData {
	background-color: #1d1d1d;
}

#divData h3 {
	color: #fff;
}

#divData .table_inner span {
	color: #fff;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	background: 0 0;
	outline: 0;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.slick-list {
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-next:before,
.slick-prev:before,
[dir=rtl] .slick-next:before,
[dir=rtl] .slick-prev:before {
	content: url();
	width: 25px;
}

.slick-slide {
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	z-index: 9;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .25;
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.slick-prev {
	left: 0;
}

[dir=rtl] .slick-prev {
	right: 0;
	left: auto;
}

.slick-next {
	right: 0;
}

[dir=rtl] .slick-next {
	right: auto;
	left: 0;
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	margin: 0 4px;
	display: inline-block;
}

.slick-dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #000;
	text-indent: -9999px;
	cursor: pointer;
}

.main_slider .slick-next:before,
.main_slider .slick-prev:before {
	content: "";
	height: 25px;
	border-top: 2px solid #fff;
	width: 25px;
	display: block;
}

.slick-dots li.slick-active button {
	background-color: #ccb587;
}

.main_slider .slick-next,
.main_slider .slick-prev {
	top: 0;
	bottom: 0;
	margin: auto;
}

.main_slider .slick-prev:before {
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-left: 30px;
}

.main_slider .slick-next:before {
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-right: 30px;
}

.tiago_details {}

.tiago_details>.dark_card .max_width.flex {
	align-items: center;
}

.left_tiago_details {
	position: relative;
	color: #fff;
	padding: 30px 0;
}

.left_tiago_details>span {
	display: block;
	color: #3d93e2;
	margin-bottom: 15px;
}

.left_tiago_details h1,
.left_tiago_details h2 {
	font-size: 25px;
}

.reviews_tiago {
	margin: 15px 0;
}

.left_tiago_details p a,
.reviews_tiago small {
	margin-left: 10px;
}

.reviews_tiago small a {
	color: #fff;
}

.reviews_tiago small a:hover {
	text-decoration: underline;
}

.left_tiago_details p a:hover {
	text-decoration: underline;
}

.reviews_tiago span img {
	width: 25px;
	vertical-align: sub;
	display: inline;
}

.left_tiago_details h4 {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 15px;
}

.left_tiago_details p input {
	font-family: uni_neueregular;
	margin-left: 10px;
	color: #3d93e2;
	border-bottom: 2px solid #3d93e2;
	padding-bottom: 5px;
	background: 0 0;
}

.left_tiago_details p a img,
.left_tiago_details p img {
	width: 10px;
	margin-left: -15px;
	vertical-align: baseline;
}

.left_tiago_details>.city_box {
	left: 160px;
	margin-top: 0;
}

.left_tiago_details>.city_box h4 {
	color: #222;
	padding-bottom: 0;
}

.right_tiago_details {
	padding: 30px 0;
}

.right_tiago_details a {
	position: relative;
	text-align: center;
	display: block;
	color: #fff;
	padding: 15px 0;
}

.feature_img a,
.feature_img h3,
.right_tiago_details a.test_drive_btn img,
.variants_price_section>.dark_card>a {
	display: none;
}

.lead_form {
	padding: 35px 0;
	background: #1d1d1d;
	border-top: 5px solid #0b0b0b;
}

.lead_form h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 6px;
	color: #fff;
}

.home_lead_form {
	margin-top: 30px;
}

.home_lead_form .input-container {
	margin-bottom: 0;
	margin-top: 10px;
}

.paddingRight {
	padding-right: 15px;
}

.paddingLeft {
	padding-left: 15px;
}

.home_lead_form .input-container label {
	color: #7a7a7a;
}

.home_lead_form .input-container .floatlabel {
	border-bottom: 1px solid #7a7a7a;
	color: #fff;
}

.home_lead_form .input-container .floatlabel.filled,
.home_lead_form .input-container .floatlabel:focus {
	border-bottom: 1px solid #7a7a7a;
}

.home_lead_form .btn_popup>a:hover,
.home_lead_form .btn_popup button:hover {
	background: #fff;
	border: 1px solid #3d93e2;
	color: #3d93e2;
}

.home_lead_form small {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	color: #6b6b6b;
}

.home_lead_form form>a {
	float: right;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
}

.home_lead_form form>a:hover {
	color: #3d93e2;
}

.lead_form .success_lead {
	margin-top: 20px;
}

.lead_form .success_lead h5 {
	font-size: 22px;
	color: #c5a861;
}

.whatsapp img {
	padding-right: 5px;
	width: 25px;
	height: auto;
	vertical-align: text-top;
}

.price_lead_form {
	margin: 0;
}

.feature_points {
	padding: 40px;
	background: #242424;
	color: #fff;
}

.feature_points ul li {
	margin-bottom: 10px;
}

.feature_points ul li:last-child {
	margin-bottom: 0;
}

.feature_notes {
	text-align: center;
	padding: 20px;
}

.feature_notes small {
	display: block;
	color: #fff;
}

.right_tiago_details a.offer_btn {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.right_tiago_details a.test_drive_btn {
	background: transparent;
	border: 1px solid #fff;
	margin: 10px 0;
}

.right_tiago_details a.chat_btn {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.right_tiago_details a.test_drive_btn:hover,
.right_tiago_details a.offer_btn:hover,
.right_tiago_details a.chat_btn:hover {
	background: #3d93e2;
	border: 1px solid #3d93e2;
	color: #fff;
}

.right_tiago_details a.chat_btn img {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}

.title {
	padding: 40px 0 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}

.title h1,
.title h4 {
	float: left;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}

.title a {
	float: right;
}

.color-gold {
	color: #3d93e2;
}

.feature_section .tab_section .tab_links.stickyFeatures {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	background: #202020;
	z-index: 9997;
	padding-top: 15px;
}

.feature_section .tab_section .tab_links.stickyFeatures>ul {
	max-width: 1100px;
	margin: 0 auto;
}

.feature_section .tab_section .tab_links>ul {
	padding: 0 55px;
}

.feature_img {
	position: relative;
	width: 65%;
	background: #1d1d1d;
}

.feature_img>img {
	width: 100%;
}

.feature_content {
	width: 45%;
	background: #1d1d1d;
	padding: 4% 4% 0% 4%;
	color: #fff;
	position: relative;
}

.feature_content .list-design {
	padding-top: 20px;
	padding-left: 30px;
}

.feature_content .list-design li {
	font-size: 18px;
	padding-bottom: 5px;
}

.feature_content .list-design li::first-letter {
	color: #3d93e2;
	font-size: 28px;
}

.feature_content .list-design li span {
	color: #3d93e2;
	font-size: 28px;
}

.feature_content.right_content {
	padding-left: 0;
}

.feature_content h3,
.feature_img h3 {
	font-family: uni_neueheavy;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 36px;
	color: #3d93e2;
	transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
}

.feature_content p {
	max-width: 100%;
	font-size: 15px;
	line-height: 22px;
	padding: 15px 0;
	margin-left: 0px;
	color: #fff;
}

.feature_content a,
.feature_img a {
	color: #fff;
	font-size: 16px;
}

.design-read {
	margin-right: 20%;
	float: right;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.feature_content a {
	margin-left: 15px;
}

.feature_content a span,
.feature_img a span {
	font-weight: 700;
	color: #c5a861;
}

.feature_content a span {
	font-size: 28px;
	display: block;
	color: #3d93e2;
}

.feature_content a img,
.feature_img a img {
	display: inline-block;
	width: 20px;
	vertical-align: bottom;
	margin-left: 5px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

.feature_content a:hover img {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
}

.feature_section .tab_btn {
	max-width: 1100px;
	margin: auto;
}

.rotate_degree_section,
.variants_price_section {
	;
}

.reviews_section {
	background: #1d1d1d;
	padding: 50px 0 20px 0;
}

.variants_price_section .tab_section .review_btn .tab_anchor {
	margin-right: 40px;
}

.variants_price_section .tab_section .main_tabs .tab_table .table_inner {
	padding-right: 30px;
}

.color_slider>div {
	animation: fading 8s forwards;
}

@keyframes fading {
	0% {
		opacity: 0;
	}
	100%,
	20%,
	80% {
		opacity: 1;
	}
}

.color_thumbnail img {
	cursor: pointer;
	opacity: .4;
}

.color_thumbnail .slick-current img {
	opacity: 1;
}

.color_thumbnail a.active img {
	opacity: 1;
}

.color_table {
	padding: 40px 80px;
}

.color_table table {
	text-align: center;
	width: 100%;
	color: #d1cfcf;
	border-collapse: collapse;
	font-size: 18px;
}

.color_table table,
.color_table table tr th,
.color_table table tr td {
	border: 2px solid #7e7c7c;
}

.color_table table tr th small {
	font-size: 12px;
}

.color_table table tr th {
	background: #000;
	padding: 10px;
	font-weight: normal;
}

.color_table table tr td {
	padding: 20px 10px;
}

.color_table table tr td img {
	width: 45px;
}

.review_slider {
	max-width: 1100px;
	margin: 0 auto;
}

.review_slider .slick-next.slick-disabled,
.review_slider .slick-prev.slick-disabled {
	opacity: 0;
}

.review_slider .slick-next,
.review_slider .slick-prev {
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 70px;
	background: #3d93e2;
}

.review_slider .slick-next:before,
.review_slider .slick-prev:before {
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	border-top: 2px solid #fff;
}

.review_slider .slick-prev {
	left: -60px;
}

.review_slider .slick-next {
	right: -60px;
}

.review_slider .slick-prev:before {
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-left: 15px;
}

.review_slider .slick-next:before {
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-left: 8px;
}

.review_content {
	position: relative;
	margin: 20px 10px;
}

.review_content h6 img {
	width: 45px;
	float: left;
	margin-right: 15px;
}

.review_content p .t-img {
	width: auto !important;
	padding-bottom: 85px;
	float: left;
	padding-right: 15px;
}

.review_content h6 {
	font-size: 18px;
	padding: 15px 0;
	color: #e4e4e4;
	border-bottom: 1px solid #2b2b2b;
	margin-bottom: 15px;
}

.review_content h6 span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding-top: 5px;
}

.review_content p {
	color: #848484;
	line-height: 22px;
}

.review_content small {
	display: inline-block;
	margin-top: 15px;
	color: #848484;
}

.review_content a {
	font-size: 15px;
	display: inline;
}

.review_content a:hover {
	text-decoration: underline;
}

.loginPopup {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
}

.btn_popup>a,
.btn_popup button,
.main_popup>a {
	display: block;
	text-align: center;
}

.loginPopup .modal-content {
	position: relative;
	background-color: #060707;
	margin: auto;
	width: 35%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
}

@-webkit-keyframes animatetop {
	from {
		top: -50%;
		opacity: 0;
	}
	to {
		top: 50%;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -50%;
		opacity: 0;
	}
	to {
		top: 50%;
		opacity: 1;
	}
}

.loginPopup .modal-content .clear .width60 {
	background: #deb84b;
}

.loginPopup>.modal-content>.closeLogin,
.loginPopup>.modal-content>.closeTestDrive {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.loginPopup .closeLogin img,
.loginPopup .closeTestDrive img {
	width: 25px;
}

.loginPopup .modal-content .flex .width60 {
	position: relative;
}

.loginPopup .modal-content .clear .width60 {
	background: #deb84b;
}

.loginPopup .modal-content .flex .width60 img {
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
	z-index: 1;
}

.main_popup {
	color: #fff;
	padding: 20px 20px 40px;
}

#popupOption,
#popupOptionTDpop {
	padding-bottom: 0;
}

.main_popup h5 {
	font-size: 22px;
}

.main_popup ul {
	margin: 10px 0 0 20px;
}

.main_popup ul li {
	list-style: disc;
	padding-bottom: 8px;
}

.main_popup ul li:last-child {
	padding-bottom: 0;
}

.main_popup>a {
	position: relative;
	padding: 15px 0;
	color: #fff;
	background: #3d93e2;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.main_popup>a>img {
	position: absolute;
	width: 20px;
	right: 20px;
}

.main_popup>a:hover {
	background: 0 0;
	border: 1px solid #fff;
}

.main_popup>a.popup_tnc {
	margin-bottom: 0;
	background: none;
	border: 0;
	font-size: 12px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.main_popup>a.popup_tnc:hover {
	color: #3d93e2;
}

.main_popup a:last-child {
	margin-bottom: 0;
}

.main_popup .agree-text {
	font-size: 13px;
	padding-top: 10px;
}

.form_popup {
	margin-top: 30px;
}

.input-container {
	position: relative;
	margin-bottom: 30px;
}

.input-container.captcha_div {
	margin-bottom: 10px;
}

.input-container label {
	position: absolute;
	top: 0;
	left: 0;
	color: #9c9c9d;
	cursor: text;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}

.input-container .floatlabel {
	border: none;
	border-bottom: 2px solid #9c9c9d;
	font-size: 16px;
	line-height: 20px;
	outline: 0;
	width: 100%;
	padding: 0 0 6px;
	background: 0 0;
	color: #fff;
}

.input-container span.error {
	display: block;
	color: #fff;
	padding-top: 5px;
	font-size: 14px;
}

.input-container .floatlabel.filled,
.input-container .floatlabel:focus {
	border-bottom: 2px solid #fff;
}

.input-container .floatlabel.filled+label,
.input-container .floatlabel:focus+label {
	font-size: 14px;
	top: -18px;
	left: 0;
	color: #3d93e2;
}

.input-container>a,
.input-container>button {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	color: #3d93e2;
	font-weight: 600;
	background: transparent;
	border: 0;
}

.input-container>span.timer {
	position: absolute;
	top: 0;
	right: 0;
	color: #3d93e2;
	font-weight: 600;
}

.input-container>a:hover {
	color: #fff;
}

.btn_popup>a.disabled,
.btn_popup button.disabled {
	background: #999;
}

.btn_popup>a,
.btn_popup button {
	cursor: pointer;
	width: 100%;
	background: #3d93e2;
	border: 1px solid transparent;
	padding: 15px 0;
	color: #fff;
}

.btn_popup>a:hover,
.btn_popup button:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #3d93e2;
}

.btn_popup span {
	display: block;
	text-align: center;
	margin: 15px 0;
	font-size: 14px;
}

.input-container .checkbox {
	display: inline-block;
	text-align: left;
}

.input-container .checkbox-group {
	position: relative;
	height: auto;
	width: 100%;
	display: block;
}

.input-container .checkbox-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.input-container .checkbox-group label {
	position: relative;
	cursor: pointer;
}

.input-container .checkbox-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	top: -2px;
}

.input-container .checkbox-group input:checked+label:after {
	background:transparent;content:'';display:block;position:absolute;top:5px;left: 8px;width:5px;height:10px;border:solid #e2bd4c;border-width:0 2px 2px 0;transform:rotate(45deg);
}

.inner-banner a {
	display: block;
}

.inner-banner img {
	width: 100%;
	height: auto;
}

.card {
	padding-top: 40px;
}

.dark_card {
	background: #0b0b0b;
	;
}

.pricing_content {
	position: relative;
}

.padding {
	padding: 30px 20px 0;
}

.border-top-none {
	border-top: none;
}

.pricing_content h1,
.pricing_content h2 {
	font-size: 24px;
	color: #fff;
}

.pricing_content h1 a,
.pricing_content h2 a {
	margin-left: 10px;
	color: #3d93e2;
	font-size: 15px;
	font-weight: 400;
}

.pricing_content h1 a:hover,
.pricing_content h2 a:hover {
	color: #222;
}

.pricing_content span {
	display: block;
	margin: 15px 0;
}

.pricing_content h5 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	color: #aaa;
}

.pricing_content.padding span h2 {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
}

.city_box,
.pricing_content .twocompare {
	display: none;
}

.pricing_content span input {
	font-family: uni_neueregular;
	margin-left: 10px;
	color: #3d93e2;
	border-bottom: 2px solid #3d93e2;
	padding-bottom: 5px;
	background: transparent;
}

.pricing_content span a {
	margin-left: 10px;
}

.pricing_content span a img,
.pricing_content span img {
	width: 12px;
	vertical-align: baseline;
	margin-left: -15px;
}

.pricing_content p,
.pricing_content span {
	color: #fff;
}

.city_box {
	padding: 10px;
	border: 1px solid #c5c5c5;
	position: absolute;
	background: #fff;
	left: 203px;
	width: 148px;
	z-index: 10;
	margin-top: -15px;
}

.city_box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.city_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.city_box ul li {
	border-bottom: 1px solid #ddd;
}

.city_box ul li:last-child {
	border-bottom: 0;
}

.city_box ul li a {
	display: block;
	font-size: 15px;
	padding: 6px;
	text-transform: uppercase;
}

.city_box ul li a:hover {
	text-decoration: none;
	color: #222;
}

.ui-widget.ui-widget-content {
	padding: 10px;
}

.ui-menu .ui-menu-item {
	border-bottom: 1px solid #ddd;
}

.ui-menu .ui-menu-item:last-child {
	border-bottom: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none !important;
	background: transparent !important;
	color: red;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 6px !important;
	color: #3d93e2 !important;
	outline: 0;
}

.ui-widget-content a {
	display: block;
}

.ui-widget-content a.ui-menu-item-wrapper:hover {
	border: none !important;
	text-decoration: none !important;
	color: #222 !important;
}

.footer_links a,
.tnc a:hover {
	text-decoration: underline;
}

.tab_links {
	border-bottom: 1px solid #2b2b2b;
	margin: 0 20px;
}

.tabswidth60 {
	width: 60%;
}

.tab_anchor {
	cursor: pointer;
}

.slick-slide:focus {
	outline: 0;
}

.tab_anchor h5 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 4px solid transparent;
}

.tab_links .slick-current .tab_anchor h5 {
	display: inline-block;
	color: #3d93e2;
	border-bottom: 4px solid #3d93e2;
}

.tab_links .slick-current .tab_anchor h2 {
	display: inline-block;
	color: #3d93e2;
	border-bottom: 4px solid #3d93e2;
}

.tab_links .slick-current .tab_anchor a {
	display: inline-block;
	color: #3d93e2 !important;
	border-bottom: 4px solid #3d93e2 !important;
}

.tab_links .slick-current .tab_anchor h2 {
	display: inline-block;
	color: #3d93e2 !important;
	border-bottom: 4px solid #3d93e2 !important;
}

footer {
	padding-bottom: 79px;
}

.bottom_footer .view_brands {
	display: none;
}

.footer_breadcrumbs {
	display: block;
	background: #171717;
	padding: 20px 10px;
	color: #fff;
}

.footer_breadcrumbs a {
	color: #fff;
	padding: 0 10px;
}

.footer_breadcrumbs span {
	text-decoration: underline;
	padding: 0 10px;
}

.tab_table {
	padding: 0px 0;
	margin: 0 50px;
}

.tab_table .table_inner:last-child {
	border-right: 1px solid #636363;
}

.border_bottom {
	border-bottom: 1px solid #636363;
}

.border_left {
	border-bottom: 1px solid #636363;
}

.border_right {
	border-bottom: 1px solid #636363;
}

.table_inner {
	width: 33.3333333%;
}

.center {
	text-align: center;
}

.right, .social {
    text-align: left;
    margin-top: 25px;
}

.table_inner h3,
.table_inner span {
	font-size: 18px;
	font-weight: 400;
	color: #cecece
}

.table_inner p span {
	color: #7b7b7b;
	font-size: 15px;
	display: block;
	width: 33.33%;
	float: left;
	border-left: 1px solid #7b7b7b;
	min-height: 50px;
	padding: 0 20px;
}

.table_inner p {
	color: #aaa;
}

.table_inner a {
	font-size: 16px;
	color: #3d93e2;
}

.table_inner a:hover {
	color: #fff;
}

.table_inner h6 {
	font-size: 15px;
	font-weight: 400;
}

.compare_tab_content {
	margin-bottom: 20px;
}

.compare_tab_content .tab_table .table_inner {
	flex: auto;
	width: 33.3333333%;
	padding: 40px 30px;
	border-left: 1px solid #636363;
}

.compare_select_modal {
	padding: 30px 25px 0;
}

.compare_select_modal.stickyOptions {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	margin: auto;
	background: #555;
	padding: 20px 15px 0;
	z-index: 9990;
}

.compare_select_modal.stickyOptions>.max_width>.width33:nth-child(1)>.car_compare {
	margin-left: 30px;
	padding: 0 16px 0 20px;
}

.compare_select_modal.stickyOptions>.max_width>.width33:nth-child(3)>.car_compare {
	margin-right: 30px;
	padding: 0 19px 0 17px;
}

.compare_select_modal.stickyOptions .car_compare {
	padding: 0 35px;
}

.compare_dropdown {
	padding: 0 25px 30px;
	margin-bottom: 40px;
}

.car_compare {
	padding: 0 25px;
}

.car_compare select {
	font-family: uni_neueregular;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align-last: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAATCAMAAADPoV+/AAAAPFBMVEUAAADivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUzivUybPcNIAAAAE3RSTlMATupqWD00ImEq8XFGG4N43dSdT/5caQAAAH1JREFUKM99z0kOwCAMA0CgdKcb+f9fa9WVOBDZBxyFuSTUOwaZctdgZlmZCPA9WZvIytogBcPim4yvwnGkkoZq8M2IVmqhaZmw2F0j1YDFhO7UpQ2yUklDdTazoj21/Wo322D8zFQXzOwCqoQbcXuC0YpG5UgwhzZQz9OZFwXbCSP9dHbEAAAAAElFTkSuQmCC) top 6px right no-repeat;
	background-size: 6%;
}

.car_compare select option {
	color: #222;
}

.car_compare img {
	margin: 20px 0 0;
}

.car_compare h5 {
	font-size: 20px;
	margin-top: 30px;
}

.car_compare p {
	padding: 10px 0;
}

.car_compare a {
	color: #3d93e2;
}

.compare_tabs .tab_anchor {
	margin-right: 100px;
}

.variant_tabs .tab_anchor {
	margin-right: 30px;
}

.tab_title {
	padding: 60px 0 20px;
	margin: 0 50px;
	border-bottom: 1px solid #636363;
}

.tab_title h6 {
	font-size: 22px;
}

.top_footer {
	background: #000;
	padding: 30px 0;
}

.top_footer .flex {
	align-items: center;
	padding: 0 10px;
}

.call_assistance,
.social,
.tnc {
	flex: 1 1 auto;
}

.call_assistance a {
	font-size: 18px;
	color: #3d93e2;
	padding-bottom: 5px;
}

.call_assistance a:hover,
.tnc {
	color: #fff;
}

.tnc a {
	color: #fff;
	padding: 0 30px;
}

.social a {
	margin-right: 15px;
}
.error-msg {
	color: red;
	font-size: 14px;
	padding-top: 5px;
}

h4#lblPriceRange {
	padding: 10px 0px;
}

.navigation {
	background: #000;
}

.greedy-nav a {
	color: #fff;
}

.greedy-nav a.active {
	color: #3d93e2;
}

.greedy-nav a.active:after {
	background: #3d93e2;
}

.greedy-nav .hamburger {
	background: #fff;
}

.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
	background: #fff;
}

.greedy-nav .hidden-links {
	background: #222;
}

.reviews_nexon span img {
	display: inline;
	width: 25px;
	vertical-align: sub;
}

.reviews_nexon {
	margin: 15px 0px;
}


/* code for content on Banner starts */

.inner-banner {
	position: relative;
}

.inner-banner .word_ondesktop_banner {
	font-family: uni_neueheavy;
	color: #494949;
}

.inner-banner .word_onmobile_banner {
	font-family: uni_neueheavy;
	color: #494949;
}

.inner-banner .word_ondesktop_banner.gallery h1.d_banner_content {
	position: absolute;
	top: 29%;
	left: 11%;
	font-size: 9vw;
}

.inner-banner .word_ondesktop_banner.price h1.d_banner_content {
	position: absolute;
	top: 27%;
	left: 20%;
	font-size: 9vw;
}

.inner-banner .word_ondesktop_banner.price h2.d_banner_content {
	position: absolute;
	top: 27%;
	left: 20%;
	font-size: 9vw;
}

.inner-banner .word_ondesktop_banner.specification h1.d_banner_content {
	position: absolute;
	top: 33%;
	left: 1%;
	font-size: 7vw;
}

.inner-banner .word_ondesktop_banner.downloads h1.d_banner_content {
	position: absolute;
	top: 30%;
	left: 4%;
	font-size: 8.5vw;
}

.inner-banner .word_ondesktop_banner.features h1.d_banner_content {
	position: absolute;
	top: 30%;
	left: 5%;
	font-size: 9vw;
}

.inner-banner .word_ondesktop_banner.features h2.d_banner_content {
	position: absolute;
	top: 30%;
	left: 5%;
	font-size: 9vw;
}

.inner-banner .word_ondesktop_banner.variants h1.d_banner_content {
	position: absolute;
	top: 28%;
	left: 7%;
	font-size: 8vw;
}

.inner-banner .word_ondesktop_banner.variants h2.d_banner_content {
	position: absolute;
	top: 28%;
	left: 7%;
	font-size: 8vw;
}


/* code for content on Banner ends */

.sticky-btns{position:fixed;right:20px;z-index:999;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);}
.sticky-btns a{height:50px;line-height:44px;width:50px;background:#fff;border-radius:50%;display:block;margin-bottom:10px;text-align:center;}
.sticky-btns a span img{display:inline-block;width:24px;}
.sticky-btns a.whatsapp-sticky-btns{background:#1bd741;}
.sticky-btns a.whatsapp-sticky-btns span img{width:32px;}
.locate_dealer{position:relative;}
.sticky-btns{
    display:none;
}

@media only screen and (min-width:1025px) {
	.social a:hover img {
		opacity: .6;
	}
	.greedy-nav a:hover,
	.greedy-nav ul li:hover>a {
		color: #3d93e2;
	}
	.greedy-nav a:hover:after,
	.greedy-nav ul li:hover>a::after {
		background: #3d93e2;
	}
}

.cookies {
	display: none;
	background: #202020;
	box-shadow: 0 0 20px #000;
	padding: 10px 30px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99999;
}

.cookies p {
	color: #fff;
	font-size: 14px;
}

.cookies p .ok {
	color: #fff;
	background: #3d93e2;
	border: 1px solid transparent;
	padding: 6px 12px;
	margin-left: 10px;
	font-size: 13px;
}

.cookies p .ok:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

.cookies p a {
	color: #3d93e2;
}

.cookies p a:hover {
	color: #fff;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slideInUp {
	display: block;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@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);
	}
}

.footer-line {
	height: 10px;
	background: #3d93e2;
}

.bottom_footer {
	text-align: center;
	background: #d4d3d1;
	padding: 15px 0;
}

.footer_links {
	padding: 0 50px;
}

.footer_links a {
	color: #1d1d1d;
	padding: 10px;
}

.footer_links a:hover {
	text-decoration: none;
}

.floating_btns {
	position: fixed;
	text-align: center;
	width: 100%;
	background: #202020;
	bottom: 0;
	z-index: 9998;
	box-shadow: 0 0 20px #000;
}

.floating_btns>.right_tiago_details {
	padding: 15px 0;
}

.floating_btns>.right_tiago_details>a {
	display: inline-block;
	width: 25%;
}

.floating_btns>.right_tiago_details a.test_drive_btn {
	margin: 0 10px;
}

.rightImg {
	order: 2;
}

.feature_section>.dark_card {
	padding-top: 10px;
}

.feature_section .tab_section .tab_links {
	padding: 20px 0 0;
	margin: 0;
}

.feature_section .tab_section .tab_links .tab_anchor {
	margin-right: 40px;
}

.feature_section .tab_section .tab_links .tab_anchor h5,
.feature_section .tab_section .tab_links .tab_anchor a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 4px solid transparent;
}

.feature_section .tab_section .tab_links .tab_anchor a.active {
	color: #3d93e2;
	border-bottom: 4px solid #3d93e2;
}

.feature_section .tab_section .tab_links .slick-current .tab_anchor h5 {
	color: #3d93e2;
}

.feature_section .tab_section .tab_links .slick-current .tab_anchor a {
	color: #3d93e2;
}

.specification_section .pricing_content {
	padding-top: 0;
	padding-bottom: 30px;
}

.specification_section .pricing_content h1,
.specification_section .pricing_content h2 {
	margin-bottom: 10px;
}

.download_section {
	margin-bottom: 20px;
}

.specification_section .tab_section .tab_links .compare_tabs .tab_anchor {
	margin-right: 40px;
}

.specification_section .tab_content .tab_table {
	padding: 0;
	margin: 0 50px;
	height: 100px;
	align-items: center;
}

.specification_section .tab_content .tab_table .table_inner:nth-child(2) {
	width: 66.66%
}

.specification_section .tab_content .tab_table .table_inner:nth-child(2) {
	width: 66.66%;
	border: none;
}

.specification_section .tab_content .tab_table .table_inner p {
	font-size: 16px;
	line-height: 26px;
}

.gallery_section {
	background: #000;
	padding: 5px 0;
}

.gallery_section .example-image-link {
	padding: 5px;
}

.download_section .brochures {
	padding: 0 0 40px;
	margin: 0 -10px;
}

.download_section .brochures p {
	padding-top: 10px;
	height: 90px;
	color: #fff;
}

.download_section .brochures a {
	padding: 10px;
	background: #3d93e2;
	color: #fff;
	margin: 10px auto auto;
	text-align: center;
	display: block;
}

.download_section .brochures .width33 {
	padding: 0 10px;
}

.download_section .download-image {
	padding: 20px 0 30px;
	margin: 0 -10px;
}

.download_section .download-image img {
	padding: 0 10px;
}

.download_section .download-image a {
	padding: 10px;
	background: #3d93e2;
	color: #fff;
	text-align: center;
	display: block;
	max-width: 120px;
	margin: 15px auto;
}

.download_section .tab_links {
	margin: 0;
}

.review_container {
	padding: 30px 0;
}

.review_div {
	padding: 0 20px;
}

.review_div h3 {
	font-size: 20px;
	padding: 10px 0 0;
}

.review_div small {
	display: block;
	margin-top: 5px;
}

.review_div p {
	padding: 15px 0;
}

.review_div a {
	background: #3d93e2;
	color: #fff;
	border: 1px solid transparent;
	padding: 12px 25px;
}

.review_div a:hover {
	background: 0 0;
	color: #222;
	border: 1px solid #222;
}

.alert-success {
	padding: 20px;
	min-height: 390px;
}

.alert-success h5 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.alert-success h5 a {
	display: block;
	background: #3d93e2;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: 1px solid transparent;
	padding: 12px 0px;
	text-align: center;
	max-width: 200px;
	margin: 25px auto 0;
}

.alert-success h5 a:hover {
	border: 1px solid #fff;
	background: transparent;
}

.reviews-tab .feature_content p {
	padding: 20px 0 0;
}

.reviews-tab .feature_content small {
	display: block;
	padding: 5px 0 0;
	font-size: 15px;
}

.reviews-tab .feature_content a {
	font-size: 15px;
	text-decoration: underline;
	color: #3d93e2;
	padding-top: 20px;
}

.price_note {
	text-align: center;
	padding: 20px 0;
	background: #202020;
	color: #fff;
	margin-top: 20px;
}

.error_section {
	text-align: center;
	padding: 10% 0;
}

.error_section h2 {
	font-family: uni_neueheavy;
	font-size: 100px;
	margin-bottom: 30px;
	line-height: 1;
	color: #3d93e2;
}

.error_section h2 span {
	display: block;
	font-size: 20px;
	color: #fff;
}

.compare-variants {
	padding: 40px 0 20px 0;
	background: #2d2d2b;
}

.compare-variants h4 {
	float: left;
	color: #3d93e2;
	font-size: 22px;
	font-weight: 400;
}

.compare-variants h4 span {
	display: inline-block;
}

.compare-variants h4 span img {
	height: 30px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: bottom;
}

.feature_content a .small-icon {
	width: auto;
	height: auto;
	vertical-align: sub;
	margin-right: 10px;
}

.product-details {
	padding: 10px 0 20px 30px;
}

.product-details h2 {
	color: #3d93e2;
	padding-bottom: 10px;
}

.product-details h3 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
}

.product-details h4 {
	padding-top: 10px;
}

.product-details p {
	color: #6b6b6b;
	padding-top: 5px;
}

.product-details p .buy {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.product-details p .buy:hover {
	background: #3d93e2;
	border: 1px solid #3d93e2;
	color: #fff;
}

.table-responsive {
	padding: 0;
	margin: 0 50px 20px 50px;
	height: auto;
	align-items: center;
}

.table-responsive table {
	width: 100%;
}

.table-responsive tr td:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	color: #cecece;
	padding: 15px 0 15px 0px;
}

.table-responsive tr td:nth-child(4) {
	border-right: none;
}

.table-responsive tr td {
	color: #7b7b7b;
	font-size: 16px;
	line-height: 22px;
	border-right: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	padding: 10px;
}

.home_page {
	background: #000;
	position: relative;
	height: auto;
	line-height: 0;
	z-index: 99;
}

.home_page video {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
}
    
.gallery_width{position:relative;max-width:800px;margin:auto;}


.video_gallery, .video_gallery-photo{position:relative;padding-bottom:49.8%;padding-top:0px;height:0;border:2px solid #fff;border-radius:5px; margin-bottom: 95px;}


.video_gallery img.placeholder{cursor:pointer;}
.video_gallery-photo img.placeholder{cursor: unset;}
.video_gallery iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;outline:0;}
.gallery_width .slick-arrow{position:absolute;font-size:0;width:50px;height:50px;top:0;bottom:0;margin:auto;z-index:999;cursor:pointer;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;}
.gallery_width .slick-prev{left:-10%;background:url("../../images/altroz/prev-arrow.png") no-repeat center center #222;background-size:15%;}
.gallery_width .slick-next{background:url("../../images/altroz/next-arrow.png") no-repeat center center #222;right:-10%;background-size:15%;}
.gallery_width .slick-disabled{opacity:0.2;pointer-events:none;}
.thumbnail{margin-top:20px;border-radius:5px;}
.thumbnail{opacity:0.3;cursor:pointer;}
#galleryThumbnail .slick-current .thumbnail{border:2px solid #fff;opacity:1;}

.whats-gallery_section{text-align:center;padding-bottom:60px;}
.whats-gallery_section h1{font-size:40px;margin-bottom:30px;}
.whats-gallery_section .video-text{
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -95px;
}
.whats-gallery_section .video-text h3{
    padding-bottom: 5px;
}


.home_slider {
	position: relative;
	overflow: hidden;
}

.home_slider .slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 5%;
	z-index: 999999;
}

.home_slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.home_slider .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
}

.home_slider .slick-dots li.slick-active button {
	background: #fff;
}

.list-style-new {
	padding-left: 50px;
}

.list-style-new li {
	list-style: circle;
	line-height: 23px;
}

.feature_content .second-title {
	padding: 5px 0;
}

.kraz_menu a img {
	vertical-align: bottom;
}

.kraz_right_tiago_details a.offer_btn {
	background: #ed7d31;
	border: 1px solid transparent;
}

.kraz_right_tiago_details a.test_drive_btn:hover {
	background: #ed7d31;
}

.kraz_btn_popup>a,
.kraz_btn_popup button {
	background: #ed7d31;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.kraz_home_lead_form>a:hover {
	color: #ed7d31;
}

.kraz_home_lead_form .input-container .floatlabel.filled+label,
.kraz_home_lead_form .input-container .floatlabel:focus+label {
	color: #ed7d31;
}

.feature_content.kraz_extra_padding {
	padding: 10% 5%;
}

.feature_content.kraz_extra_padding h3 {
	color: #ed7d31;
}

.kraz_all_tabs {
	background: #202020;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	margin: 20px 0;
}

.kraz_all_tabs .kraz_tab_section .tab_links {
	margin: 0;
}

.kraz_all_tabs .kraz_tab_section .all_tabs_btn {
	margin: 0;
	padding: 40px 0 0;
}

.kraz_all_tabs .kraz_tab_section .kraz_tab_main_title,
.kraz_all_tabs .kraz_tab_section .tab_table {
	margin: 0;
}

.kraz_all_tabs .kraz_tab_section .tab_links .all_tabs_btn .tab_anchor {
	margin-right: 80px;
}

.kraz_all_tabs .kraz_tab_section .tab_links .all_tabs_btn .tab_anchor a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 4px solid transparent;
}

.kraz_all_tabs .kraz_tab_section .tab_links .all_tabs_btn .tab_anchor a.active {
	color: #ed7d31;
	border-bottom: 4px solid #ed7d31;
}

.kraz_tabs_btns .tab_anchor,
.kraz_price_tab_btn .tab_anchor {
	margin-right: 40px;
}

.kraz_price_main_tabs .table_inner a {
	color: #ed7d31;
}

.kraz_price_main_tabs .table_inner a:hover {
	color: #222;
}

.tab_links .kraz_tabs_btns .slick-current .tab_anchor h5,
.tab_links .kraz_price_tab_btn .slick-current .tab_anchor h5 {
	color: #ed7d31;
	border-bottom: 4px solid #ed7d31;
}

.kraz_main_tabs .tab_title h6,
.kraz_tab_content .tab_title h6,
.kraz_price_main_tabs .tab_title h6 {
	color: #ed7d31;
	border-bottom: 4px solid #ed7d31;
}

.kraz_tab_main_title {
	padding: 15px 0;
	margin: 0 50px;
	border-bottom: 2px solid #636363;
}

.kraz_tab_main_title .table_inner h3 {
	font-size: 18px;
	font-weight: 600;
}

.kraz_tab_main_title .table_inner p {
	color: #222;
	font-weight: 600;
}

.kraz_variants_section {
	margin: 20px 0;
}

.kraz_video_section>.dark_card {
	padding-bottom: 30px;
}

.kraz_video_section>.dark_card>.title h4 img {
	vertical-align: baseline;
	margin-left: 5px;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.compare-variants a {
	float: right;
}

.compare-variants img {
	display: inline;
}

.banner_section {
	position: relative;
}

.scroll-btn {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 99;
	z-index: 9;
	width: 20px;
	height: 80px;
	cursor: pointer;
}

.scroll-btn span {
	width: 18px;
	height: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	display: block;
	right: 2px;
	top: 4px;
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.scroll-btn span:nth-child(1) {
	animation-delay: 0.3s;
}

.scroll-btn span:nth-child(2) {
	animation-delay: 0.5s;
}

.scroll-btn span:nth-child(3) {
	animation-delay: 0.7s;
}

.scroll-btn span:nth-child(4) {
	animation-delay: 0.9s;
}

.scroll-btn h6 {
	position: absolute;
	left: -150px;
	font-size: 12px;
	background-color: rgba(4, 58, 91, 0.8);
	padding: 6px 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 99;
	color: #fff;
	display: none;
}

.scroll-btn:hover h6 {
	display: block;
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0.50;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}

.background1d1d1d {
	background: #1d1d1d;
}

.iframe_video {
	padding-bottom: 36.8%;
	padding-top: 0;
	height: 0;
	border: 2px solid #fff;
	border-radius: 5px;
	position: relative;
	margin: auto;
	cursor: pointer;
}

.iframe_video iframe {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

@media only screen and (min-width:767px) {
	.gallery_width .slick-prev:hover {
		background-position: center right 24px;
	}
	.gallery_width .slick-next:hover {
		background-position: center left 24px;
	}
}

@media only screen and (min-device-width:1536px) and (max-device-width:2560px) {
	p {
		font-size: 16px;
		line-height: 26px;
	}
	.loginPopup .modal-content {
		width: 50%;
	}
}

@media only screen and (max-width:1440px) {
	.max_width {
		max-width: 1100px;
	}
}

@media only screen and (max-width:1200px) {
	.loginPopup .modal-content {
		width: 75%;
	}
	.design-read {
		position: static;
	}
}

@media only screen and (max-width:1024px) {
	.tabWidth33 {
		width: 33.333333%;
	}
	.loginPopup .modal-content {
		width: 95%;
	}
	.max_width {
		padding: 0 20px;
	}
	.review_slider .slick-prev {
		left: 0;
	}
	.review_slider .slick-next {
		right: 0;
	}
	.review_slider {
		padding: 0 60px;
	}
	.feature_content {
		padding: 2%;
	}
	.feature_content p {
		font-size: 14px;
	}
	.feature_content h3,
	.feature_img h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.feature_points {
		padding: 20px;
	}
	.top_footer .flex {
		padding: 0;
	}
	.tnc a {
		padding: 0 10px;
	}
	.social a {
		margin-left: 10px;
	}
	.floating_btns>.right_tiago_details a.offer_btn,
	.floating_btns>.right_tiago_details a.test_drive_btn,
	.floating_btns>.right_tiago_details a.chat_btn {
		margin: 0 10px;
	}
	.color_table {
		padding: 20px;
	}
	.whats-gallery_section {
		padding: 0 15px 80px;
	}
	.gallery_width {
		max-width: 100%;
		margin: auto;
	}
	.gallery_width .slick-arrow {
		top: auto;
		bottom: -60px;
	}
	.gallery_width .slick-prev {
		left: 40%;
	}
	.gallery_width .slick-next {
		right: 40%;
	}
	.kraz_all_tabs .kraz_tab_section .tab_links .all_tabs_btn .tab_anchor {
		margin-right: 50px;
	}
	.inner-banner .word_ondesktop_banner.gallery h1.d_banner_content {
		position: absolute;
		top: 29%;
		left: 10%;
		font-size: 67px;
	}
	
	.inner-banner .word_ondesktop_banner.price h1.d_banner_content {
		position: absolute;
		top: 30%;
		left: 21%;
		font-size: 67px;
	}

	.inner-banner .word_ondesktop_banner.price h2.d_banner_content {
		position: absolute;
		top: 30%;
		left: 21%;
		font-size: 67px;
	}

	.inner-banner .word_ondesktop_banner.specification h1.d_banner_content {
		position: absolute;
		top: 33%;
		left: 2%;
		font-size: 57px;
	}
	.inner-banner .word_ondesktop_banner.downloads h1.d_banner_content {
		position: absolute;
		top: 30%;
		left: 5%;
		font-size: 64px;
	}
	.inner-banner .word_ondesktop_banner.features h1.d_banner_content {
		position: absolute;
		top: 30%;
		left: 8%;
		font-size: 67px;
	}

	.inner-banner .word_ondesktop_banner.features h2.d_banner_content {
		position: absolute;
		top: 30%;
		left: 8%;
		font-size: 67px;
	}
	.inner-banner .word_ondesktop_banner.variants h1.d_banner_content {
		position: absolute;
		top: 28%;
		left: 6%;
		font-size: 70px;
	}

	.inner-banner .word_ondesktop_banner.variants h2.d_banner_content {
		position: absolute;
		top: 28%;
		left: 6%;
		font-size: 70px;
	}
}

@media only screen and (max-width:991px) {
	.toggleMenuHeight {
		height: 100vh;
		z-index: 9999;
	}
	.hiddenTab {
		display: none;
	}
	.tabWidth50 {
		width: 50%;
	}
	.tabWidth70 {
		width: 70%;
	}
	.tabWidth30 {
		width: 30%;
	}
	.tabswidth60 {
		width: 100%;
	}
	.review_slider {
		padding: 0 40px;
	}
	.feature_section .tab_section .tab_links .tab_anchor {
		margin-right: 20px;
		margin-left: 5px;
		overflow: hidden;
		flex: 0 0 auto;
	}
	.specification_section .tab_content .tab_table .table_inner h3 {
		font-size: 18px;
		padding-right: 20px;
	}
	.specification_section .tab_content .tab_table .table_inner p {
		font-size: 15px;
		line-height: 20px;
	}
	.main_popup {
		min-height: auto;
		padding: 20px 20px 40px;
	}
	.main_popup h5 {
		font-size: 18px;
	}
	.main_popup ul {
		margin: 20px 0 10px 20px;
	}
	.main_popup ul li {
		padding-bottom: 6px;
	}
	.main_popup>a {
		margin-bottom: 15px;
	}
	.feature_section .tab_section .tab_links>ul {
		padding: 0;
	}
	.feature_section .tab_section .tab_links.stickyFeatures>ul {
		padding: 0 20px;
	}
	.kraz_all_tabs .kraz_tab_section .all_tabs_btn {
		padding: 20px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.kraz_all_tabs .kraz_tab_section .tab_links .all_tabs_btn .tab_anchor {
		margin-right: 30px;
	}
}

@media only screen and (max-width:767px) {
	.right {
		text-align: left;
	}
	.width10,
	.width15,
	.width16,
	.width20,
	.width25,
	.width30,
	.width33,
	.width40,
	.width50,
	.width55,
	.width60,
	.width66,
	.width70,
	.width75,
	.width80,
	.width90 {
		float: none;
		width: 100%;
	}
	.mobileWidth50 {
		float: left;
		width: 50%;
	}
	.mobileWidth33 {
		float: left;
		width: 33.3333333%;
	}
	.hiddenDesktop {
		display: block;
	}
	.hiddenMobile {
		display: none;
	}
	.max_width {
		padding: 0 15px;
	}
	.padding,
	.tab_table {
		padding: 20px 0 10px;
	}
	.flex {
		display: block;
	}
	.pricing_content .threecompare,
	.pricing_content p {
		display: none;
	}
	.pricing_content h1,
	.pricing_content h2 {
		font-size: 18px;
	}
	.pricing_content h1 a,
	.pricing_content h2 a {
		margin: 10px 0 0;
	}
	.pricing_content span {
		margin: 10px 0;
	}
	.pricing_content span input {
		width: 30%;
	}
	.pricing_content .twocompare {
		display: inline;
	}
	.tab_links {
		margin: 0;
	}
	.tab_btn {
		width: 100%;
	}
	.tab_anchor h5 {
		font-size: 15px;
	}
	.tab_table {
		position: relative;
		margin: 0;
	}
	.table_inner h3,
	.table_inner span {
		font-size: 16px;
	}
	.table_inner p span {
		color: #7b7b7b;
		font-size: 15px;
		display: block;
		width: 100%;
		float: none;
		border-left: none;
		min-height: unset;
		padding: 0;
	}
	.table_inner {
		width: auto;
		margin-bottom: 10px;
	}
	.table_inner:last-child {
		margin-bottom: 0;
	}
	.table_inner p {
		width: 60%;
	}
	.table_inner.center {
		position: absolute;
		right: 5%;
		top: 50%;
		margin-bottom: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.feature_section .feature_img {
		width: 100%;
		height: 250px;
	}
	.feature_section-mobile .feature_img {
		width: 100%;
		height: auto;
	}
	.feature_section .feature_card {
		background: #fff;
		padding-bottom: 10px;
	}
	.feature_section .feature_content {
		display: block;
		width: 100%;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	}
	.feature_section .feature_content h3 {
		font-size: 20px;
		line-height: normal;
	}
	.feature_section .feature_content p {
		padding: 15px 0 0;
	}
	.feature_section .tab_section .tab_links.stickyFeatures {
		padding-right: 15px;
	}
	.feature_section .tab_section .tab_links.stickyFeatures>ul {
		padding: 0 25px;
	}
	.specification_section .pricing_content p {
		display: block;
	}
	.specification_section .tab_content {
		margin-bottom: 30px;
	}
	.feature_section .tab_section .tab_links .tab_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.specification_section .tab_section .main_tabs .tab_content .tab_title {
		padding: 0;
	}
	.specification_section .tab_content .tab_table {
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px solid #555;
		height: auto;
	}
	.specification_section .tab_content .tab_table .table_inner {
		float: left;
		width: 50% !important;
	}
	.loginPopup .modal-content,
	.specification_section .tab_content .tab_table .table_inner p {
		width: 100%;
	}
	.specification_section .tab_content .tab_table .table_inner p {
		line-height: 22px;
	}
	.left_tiago_details {
		padding: 20px 0;
	}
	.left_tiago_details p input {
		width: 30%;
	}
	.floating_btns>.right_tiago_details {
		padding: 10px;
	}
	.floating_btns>.right_tiago_details a.offer_btn,
	.floating_btns>.right_tiago_details a.test_drive_btn,
	.floating_btns>.right_tiago_details a.chat_btn {
		margin: 0;
	}
	.right_tiago_details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: fixed;
		padding: 10px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9998;
		background: #202020;
		box-shadow: 0 0 20px #000;
	}
	.right_tiago_details a {
		flex: 1 1;
		padding: 0;
	}
	.floating_btns>.right_tiago_details>a {
		width: auto;
	}
	.floating_btns>.right_tiago_details a.test_drive_btn {
		margin: 0 0 0 10px;
		background: #3d93e2;
		border: 1px solid #3d93e2;
		width: 60%;
		height: 50px;
		line-height: 50px;
	}
	.right_tiago_details a.offer_btn {
		background: 0 0;
		border: 1px solid #fff;
		width: 60%;
		height: 50px;
		line-height: 50px;
	}
	.right_tiago_details a.chat_btn span,
	.right_tiago_details a.test_drive_btn span {
		display: none;
	}
	.right_tiago_details a.test_drive_btn img {
		display: block;
		width: 25px;
		margin: auto;
		transform: translateY(12px);
	}
	.right_tiago_details a.chat_btn {
		background: #1bd741;
	}
	.right_tiago_details a.chat_btn {
		display: none;
	}
	.right_tiago_details a.chat_btn img {
		position: relative;
		width: 25px;
		height: auto;
		right: auto;
		transform: translateY(12px);
	}
	.paddingRight {
		padding-right: 0;
	}
	.paddingLeft {
		padding-left: 0;
	}
	.home_lead_form .input-container {
		margin-bottom: 30px;
		margin-top: 0;
	}
	.home_lead_form form>a {
		float: none;
		margin-top: 30px;
	}
	.feature_img {
		width: 100%;
		height: 240px;
	}
	.review_content .t-img {
		width: 70px;
	}
	.review_content img {
		width: 35px;
		margin-right: 10px;
	}
	.review_content h6 span {
		font-size: 14px;
	}
	.review_content p {
		line-height: 18px;
		font-size: 14px;
	}
	.review_slider .slick-next:before,
	.review_slider .slick-prev:before {
		height: 7px;
		width: 7px;
	}
	.review_slider .slick-next,
	.review_slider .slick-prev {
		width: 20px;
		height: 60px;
	}
	.review_slider .slick-prev:before {
		margin-left: 6px;
	}
	.design-read,
	.feature_img h3 {
		position: unset;
		z-index: 2;
	}
	.feature_content a {
		margin-left: 0px;
	}
	.feature_content a span {
		font-size: 18px;
	}
	.feature_content a {
		margin-left: 0;
		font-size: 14px;
	}
	.feature_content a img,
	.feature_img a img {
		width: 16px;
	}
	.feature_img h3 {
		display: block;
		font-size: 35px;
		line-height: 30px;
		color: #fff;
		top: 20px;
		left: 20px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		width: 75%;
		background: none;
		-webkit-background-clip: none;
		-webkit-text-fill-color: #fff;
	}
	.design-read {
		position: unset;
		padding: 10px 0;
		margin-right: 0%;
		float: none;
		width: 100%;
	}
	.feature_img .design-read a span {
		color: #fff;
	}
	.feature_content {
		width: 100%;
	}
	.toggleHeight {
		height: 400px;
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
	}
	.feature_img>img {
		position: absolute;
		width: 100%;
		object-fit: cover;
		height: 100%;
		z-index: 1;
	}
	.feature_section-mobile .feature_img>img {
		position: unset;
		height: auto;
	}
	.feature_img.toggleHeight a {
		display: inline-block;
		width: auto;
		text-align: right;
		font-weight: 500;
		padding: 15px 2px 15px 4px;
		font-size: 12px;
	}
	.feature_img a span {
		font-weight: 500;
	}
	.feature_section .tab_section .tab_links .tab_anchor h5,
	.feature_section .tab_section .tab_links .tab_anchor a {
		font-size: 15px;
	}
	.price_note {
		text-align: left;
		padding: 15px;
	}
	.compare-variants {
		margin: 20px 0 10px 0;
	}
	.compare-variants h4 {
		font-size: 26px;
		padding: 20px 0;
	}
	.compare-variants h4 span img {
		height: 20px;
	}
	.title {
		padding: 20px 0;
		margin-bottom: 0;
		border-bottom: 0;
		text-align: center;
	}
	.title h1,
	.title h4 {
		float: none;
		font-size: 18px;
	}
	.title a {
		display: none;
	}
	.card {
		padding-top: 20px;
	}
	.variants_price_section>.dark_card>a {
		display: block;
		text-align: center;
		padding: 15px 0;
		color: #fff;
		background: #3d93e2;
	}
	.color_thumbnail.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.color_thumbnail.flex li.tab_anchor {
		width: 30%;
		overflow: hidden;
		flex: 0 0 auto;
	}
	.review_content {
		margin: 15px;
		padding: 5px 15px 15px 15px;
		border: 1px solid #555;
	}
	.compare_tabs .tab_anchor,
	.variants_price_section .tab_section .review_btn .tab_anchor,
	.variants_price_section .tab_section .tab_btn .tab_anchor {
		margin-right: 0;
		padding-right: 40px;
	}
	.variants_price_section .tab_section .review_btn .tab_anchor {
		margin-right: 0;
		padding-right: 20px;
	}
	.variants_price_section .tab_section .main_tabs .tab_table .table_inner {
		padding-right: 10px;
	}
	.review_slider {
		padding: 0;
	}
	.review_content h6 {
		font-size: 16px;
		font-weight: normal;
	}
	.city_box {
		left: 154px;
		margin-top: -10px;
	}
	.compare_select_modal {
		padding: 20px 0 0;
	}
	.compare_select_modal .car_compare {
		margin-bottom: 0;
	}
	.compare_select_modal.stickyOptions .car_compare {
		margin: 0;
		padding: 0 5px;
	}
	.compare_select_modal>.max_width {
		padding: 0;
	}
	.compare_select_modal.stickyOptions>.max_width>.width33:nth-child(1)>.car_compare,
	.compare_select_modal.stickyOptions>.max_width>.width33:nth-child(3)>.car_compare {
		margin: 0;
		padding: 0 5px;
	}
	.car_compare,
	.compare_dropdown {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.car_compare h5 {
		font-size: 16px;
		margin-top: 15px;
	}
	.tab_title {
		padding: 10px 0 0;
		margin: 0;
	}
	.tab_title h6 {
		display: inline-block;
		font-size: 20px;
		color: #3d93e2;
		border-bottom: 4px solid #3d93e2;
		padding-bottom: 10px;
	}
	.tab_title h2 {
		display: inline-block;
		font-size: 20px;
		color: #3d93e2;
		border-bottom: 4px solid #3d93e2;
		padding-bottom: 10px;
	}
	.compare_tab_content {
		margin-bottom: 30px;
	}
	.compare_tab_content .tab_table {
		padding: 0;
	}
	.compare_tab_content .tab_table .table_inner {
		float: left;
		width: 50%;
		padding: 20px 15px;
		margin-bottom: 0;
		border-right: none;
		min-height: 115px;
	}
	.compare_tab_content .tab_table .table_inner:nth-child(2) {
		border-right: 1px solid #636363;
	}
	.review_container {
		padding: 0;
	}
	.review_div {
		padding: 20px 0;
	}
	.review_div h3 {
		font-size: 18px;
	}
	.reviews-tab .feature_content {
		position: relative;
		padding-bottom: 65px;
	}
	.reviews-tab .feature_content h3 {
		width: 60%;
	}
	.reviews-tab .feature_content p {
		padding: 10px 0 0;
	}
	.reviews-tab .feature_content small {
		color: #7b7b7b;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.reviews-tab .feature_content a {
		background: #3d93e2;
		color: #fff;
		padding: 15px 10px;
		text-align: center;
		text-decoration: none;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: 0;
	}
	.review_content a {
		position: static;
		right: 0;
		bottom: 20px;
		font-size: 14px;
	}
	.color_table table {
		font-size: 15px;
	}
	.color_table table tr th {
		padding: 5px;
	}
	.color_table table tr td {
		padding: 10px 0;
	}
	.color_table table tr td img {
		width: 35px;
	}
	.social,
	.top_footer {
		text-align: center;
	}
	.top_footer .flex {
		padding: 0 20px;
	}
	.call_assistance a {
		font-size: 16px;
	}
	.tnc {
		padding: 30px 0;
	}
	.tnc a {
		padding: 0 5px;
	}
	.bottom_footer .view_brands {
		display: block;
	}
	.bottom_footer .view_brands a {
		display: block;
		color: #000;
	}
	.bottom_footer .view_brands a:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		margin-left: 15px;
	}
	.download_section .download-image .width33,
	.footer_links a,
	.gallery_section .mobile-width50 .width50 {
		width: 50%;
		float: left;
	}
	.bottom_footer .view_brands a.toggleArrow:after {
		transform: rotate(-315deg);
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
	}
	.alert-success {
		min-height: 370px;
	}
	footer {
		padding-bottom: 70px;
	}
	.footer_links {
		display: none;
		padding: 20px 0 0;
	}
	.footer_links a {
		display: block;
		padding: 10px 0;
		text-align: left;
	}
	.error_section h2 {
		font-size: 80px;
		margin-bottom: 20px;
	}
	.error_section h2 span {
		font-size: 16px;
	}
	.para-content h1 {
		font-size: 18px;
	}
	.gallery_section .max_width {
		padding: 0 5px;
	}
	.gallery_section {
		background: #000;
		padding-top: 5px;
	}
	.gallery_section .example-image-link {
		padding: 5px;
	}
	.download_section .brochures p {
		height: auto;
		padding-bottom: 0;
	}
	.download_section .brochures a {
		margin-bottom: 25px;
	}
	.download_section .download-image {
		margin: 0;
	}
	.download_section .download-image a {
		margin-bottom: 20px;
		max-width: 100px;
		padding: 7px 0;
		font-size: 14px;
	}
	.download_section .download-image img {
		padding: 0 5px;
	}
	.download_section .compare_tabs .tab_anchor {
		padding-right: 20px;
	}
	.cookies {
		padding: 10px;
	}
	.cookies p .ok {
		display: block;
		padding: 7px 10px;
		margin-top: 10px;
	}
	.product-details {
		padding: 0 0 20px 0;
	}
	.home_page {
		height: auto;
	}
	.review_content p .t-img {
		width: 70px!important;
		padding-bottom: 0;
		padding-right: 0px;
	}
	.whats-gallery_section h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.gallery_width .slick-prev {
		left: 35%;
	}
	.gallery_width .slick-next {
		right: 35%;
	}
	#galleryThumbnail {
		display: none;
	}
	.kraz_tab_content .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.kraz_tab_main_title {
		padding: 10px 0;
		margin: 0;
	}
	.kraz_tab_main_title .table_inner h3 {
		font-size: 16px;
	}
	.kraz_tab_content .tab_table {
		padding: 20px 0;
	}
	.kraz_tab_content .table_inner {
		width: 33.3333333%;
		margin: 0;
	}
	.kraz_tab_content .table_inner p {
		width: 100%;
		word-break: break-word;
	}
	.compare-variants #divData .table_inner a {
		float: none;
	}
	#divData .table_inner {
		padding: 0px 0px;
	}
	.scroll-btn {
		bottom: 0px;
		display: none;
	}
	.scroll-btn span {
		width: 12px;
		height: 12px;
	}
	.pricing_content.padding span h2 {
		padding: 5px 5px;
	}
	.video_gallery, .video_gallery-photo{
		margin-bottom: 200px;
	   }
	.whats-gallery_section .video-text{
		bottom: -180px;
	}

	.inner-banner .word_onmobile_banner.gallery h1.m_banner_content {
		position: absolute;
		top: 12%;
		left: 16%;
		font-size: 60px;
	}
	
	.inner-banner .word_onmobile_banner.price h1.m_banner_content {
		position: absolute;
		top: 12%;
		left: 27%;
		font-size: 62px;
	}

	.inner-banner .word_onmobile_banner.price h2.m_banner_content {
		position: absolute;
		top: 12%;
		left: 27%;
		font-size: 62px;
	}
	
	.inner-banner .word_onmobile_banner.specification h1.m_banner_content {
		position: absolute;
		top: 13%;
		left: 2%;
		font-size: 44px;
	}
	
	.inner-banner .word_onmobile_banner.downloads h1.m_banner_content {
		position: absolute;
		top: 13%;
		left: 6%;
		font-size: 57px;
	}
	
	.inner-banner .word_onmobile_banner.features h1.m_banner_content {
		position: absolute;
		top: 12%;
		left: 12%;
		font-size: 58px;
	}
	
	.inner-banner .word_onmobile_banner.features h2.m_banner_content {
		position: absolute;
		top: 12%;
		left: 12%;
		font-size: 58px;
	}

	.inner-banner .word_onmobile_banner.variants h1.m_banner_content {
		position: absolute;
		top: 15%;
		left: 18%;
		font-size: 50px;
	}

	.inner-banner .word_onmobile_banner.variants h2.m_banner_content {
		position: absolute;
		top: 15%;
		left: 18%;
		font-size: 50px;
	}


.sticky-btns{display:block;}
.sticky-btns{position:fixed;right:20px;z-index:999;top:64%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);}
.sticky-btns a{height:50px;line-height:44px;width:50px;background:#fff;border-radius:50%;display:block;margin-bottom:10px;text-align:center;}
.sticky-btns a span img{display:inline-block;width:24px;}
.sticky-btns a.whatsapp-sticky-btns{background:#1bd741;}
.sticky-btns a.whatsapp-sticky-btns span img{width:32px;}
}







@media only screen and (max-width:360px) {
	.table_inner h3,
	.table_inner span {
		font-size: 16px;
	}
	.footer_links a,
	.tab_anchor h5,
	.table_inner a {
		font-size: 14px;
	}
	.compare_tabs .tab_anchor,
	.tab_anchor {
		margin-right: 15px;
	}
}

@media only screen and (max-width:320px) {
	.gallery_width .slick-prev {
		left: 30%;
	}
	.gallery_width .slick-next {
		right: 30%;
	}
}