/* font-family: 'Poppins', sans-serif;*/

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

* {
	padding: 0;
	margin: 0;
	border: none;
	box-sizing: border-box;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #070606;
	display: inline-block;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
dt,
th {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

ul {
	padding: 0 0 0 0px;
}

ol {
	padding: 0 0 0 0px
}

ul ul,
ol ol {
	margin: 0px 0;
}

ul li,
ol li {
	list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
	margin: 0 0 0px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

legend {
	white-space: normal;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	empty-cells: show;
	border: none;
}

table table {
	margin: 0
}

th,
td {
	border: none;
	padding: 8px 10px
}

caption,
th,
td {
	font-weight: normal;
	background: #fff
}

body {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

body {
	background-color: #fff;
	overflow-x: hidden;
}

svg:not(:root).svgImg {
	overflow: visible
}

.svgImg {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
	font-size: 22px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
	position: relative;
}

.trans,
path,
circle,
rect,
poligon {
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a[href^="mailto"] {
	word-break: break-all;
}

details,
details summary {
	padding-left: 0;
	background-image: none;
	-webkit-appearance: none;
}

details summary::-webkit-details-marker {
	display: none;
}

button:focus {
	outline: 0px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

/*------------------------------------------------------------- General css End -------------------------------------------------------------*/
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.imgMain {
	position: relative;
	text-align: center;
}

.absoImg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
	max-height: 100%;
	border-radius: 0;
}

textarea {
	resize: none;
}

input,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

svg:not(:root).svgImg {
	overflow: visible
}

.svgImg {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
	font-size: 22px;
}

::-moz-selection {
	background-color: rgba(236, 64, 0, 0.45);
	color: #fff;
}

::selection {
	background-color: rgba(236, 64, 0, 0.45);
	color: #fff;
}

::-webkit-selection {
	background-color: rgba(236, 64, 0, 0.45);
	color: #fff;
}

label.error,
div.error,
span.wpcf7-not-valid-tip,
.captchaDiv span.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	top: -20px;
	width: auto;
	height: auto;
	margin: 0;
	-webkit-font-smoothing: auto;
	line-height: normal;
	font: 11px/11px arial;
	background: #fb0101;
	padding: 5px 5px 4px;
	color: #fff;
}

.captchaDiv span.wpcf7-not-valid-tip {
	right: inherit;
	left: 0;
}

label#email_chimp-error.error {
	right: inherit;
	left: 20px;
	z-index: 2;
}

label.error:after,
div.error:after,
span.wpcf7-not-valid-tip:after {
	border-color: #fb0101 transparent transparent;
	-moz-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-right: 6px solid transparent;
	border-style: solid;
	border-width: 6px;
	content: " ";
	height: 0;
	left: 20px;
	margin-left: -10px;
	position: absolute;
	top: 100%;
	width: 0;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
	display: none !important;
}

div.wpcf7-response-output {
	float: left;
	width: 100%;
	margin: 0;
	padding: 6px 10px;
	margin-top: 20px;
}

.checkboxDiv .wpcf7-list-item {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: initial;
}

.checkboxDiv .wpcf7-list-item:not(:last-child) {
	margin-right: 30px;
}

.checkboxDiv .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	cursor: pointer;
}

.checkboxDiv .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 24px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.checkboxDiv .wpcf7-list-item .wpcf7-list-item-label::before,
.checkboxDiv .wpcf7-list-item .wpcf7-list-item-label::after {
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.checkboxDiv .wpcf7-list-item .wpcf7-list-item-label::before {
	content: "";
	width: 19px;
	height: 19px;
	display: inherit;
	border: 1px solid #000;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 1;
	line-height: 16px;
}

.checkboxDiv .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	position: absolute;
	left: 6px;
	z-index: 2;
	top: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	opacity: 0;
}

.checkboxDiv input[type="checkbox"]:checked~.wpcf7-list-item-label::after {
	opacity: 1;
}

.checkboxDiv input[type="checkbox"]:checked~.wpcf7-list-item-label::before {
	background-color: #df1d3a;
	border-color: #df1d3a;
}

.radioDiv .wpcf7-list-item {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: initial;
}

.radioDiv .wpcf7-list-item:not(:last-child) {
	margin-right: 34px;
}

.radioDiv .wpcf7-list-item input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	cursor: pointer;
}

.radioDiv .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}

.radioDiv .wpcf7-list-item .wpcf7-list-item-label::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inherit;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 1;
	line-height: 16px;
}

.radioDiv .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 4px;
	z-index: 2;
	top: 4px;
	opacity: 0;
	background: #ff682b;
	border-radius: 50%;
}

.radioDiv input[type="radio"]:checked~.wpcf7-list-item-label::after {
	opacity: 1;
}

/*Deafult Radio and checkbox Css Start */
.checkboxDiv .checkbox {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: initial;
}

.checkboxDiv .checkbox:not(:last-child) {
	margin-right: 30px;
}

.checkboxDiv .checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	cursor: pointer;
}

.checkboxDiv .checkbox .checkbox-label {
	position: relative;
	padding: 0 0 0 24px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	color: #212121;
}

.checkboxDiv .checkbox .checkbox-label::before,
.checkboxDiv .checkbox .checkbox-label::after {
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.checkboxDiv .checkbox .checkbox-label::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inherit;
	border: 1px solid rgba(33, 33, 33, 0.40);
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 1;
	line-height: 16px;
}

.checkboxDiv .checkbox .checkbox-label::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 11px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	position: absolute;
	left: 5px;
	z-index: 2;
	top: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	opacity: 0;
}

.checkboxDiv input[type="checkbox"]:checked~.checkbox-label::after {
	opacity: 1;
}

.checkboxDiv input[type="checkbox"]:checked~.checkbox-label::before {
	background-color: #df1d3a;
	border-color: #df1d3a;
}

.radioDiv .radioLabel {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: initial;
}

.radioDiv .radioLabel:not(:last-child) {
	margin-right: 34px;
}

.radioDiv .radioLabel input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	cursor: pointer;
}

.radioDiv .radioLabel .radioLabel-label {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}

.radioDiv .radioLabel .radioLabel-label::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inherit;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 1;
	line-height: 16px;
}

.radioDiv .radioLabel .radioLabel-label::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 4px;
	z-index: 2;
	top: 4px;
	opacity: 0;
	background: #ff682b;
	border-radius: 50%;
}

.radioDiv input[type="radio"]:checked~.radioLabel-label::after {
	opacity: 1;
}



/*Deafult Radio and checkbox Css End*/

/* ------------placeholder css Start------------------ */
/* WebKit, Edge */
::-webkit-input-placeholder {
	color: #757575;
	opacity: 1;
}

/* Firefox 4-18 */
:-moz-placeholder {
	color: #757575;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #757575;
	opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
	color: #757575;
	opacity: 1;
}

/* Edge */
::-ms-input-placeholder {
	color: #757575;
	opacity: 1;
}

/* MODERN BROWSER */
::placeholder {
	color: #757575;
	opacity: 1;
}

/*-------------placeholder css Start------------------*/



.star {
	position: relative;
	display: block;
}

.star::after {
	content: "*";
	color: #FF0000;
	position: absolute;
	right: 8px;
	top: 2px;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1366px;
	padding: 0 15px;
}

.fixbody {
	overflow: hidden;
}

.overlay {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.fixbody .overlay {
	visibility: visible;
	opacity: 1;
}

iframe {
	display: block;
}

.form-group {
	position: relative;
	margin-bottom: 15px;
}

.inputField {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	padding: 0 20px;
	color: #757575;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	border: 1px solid #BDBDBD;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.inputField.selectField {
	background-image: url('../images/angle_down_ison.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px;
	padding-right: 35px;
	text-overflow: ellipsis;
	cursor: pointer;
}

.form-group .inputField:focus {
	border-color: rgba(33, 33, 33, 0.50);
}


/*Cms Css Start*/
.cmsPage,
.cmsPage p {
	font: 400 16px/24px 'Poppins', sans-serif;
	color: #757575;
}

.cmsPage p:not(:last-child) {
	margin-bottom: 15px;
}

.cmsPage h1,
.cmsPage h2,
.cmsPage h3,
.cmsPage h4,
.cmsPage h5,
.cmsPage h6,
.cmsPage ul {
	display: block;
	margin-bottom: 10px;
	color: #000000;
}

.cmsPage ul {
	margin-bottom: 20px;
}

.cmsPage h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 45px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.cmsPage h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.cmsPage h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.cmsPage h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.cmsPage h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.cmsPage h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.cmsPage ol+h1,
.cmsPage ol+h2,
.cmsPage ol+h3,
.cmsPage ol+h4,
.cmsPage ol+h5,
.cmsPage ol+h6,
.cmsPage p+h1,
.cmsPage p+h2,
.cmsPage p+h3,
.cmsPage p+h4,
.cmsPage p+h5,
.cmsPage p+h6 {
	margin-top: 30px
}

.cmsPage h1+h2,
.cmsPage h2+h1,
.cmsPage h2+h3,
.cmsPage h3+h4,
.cmsPage h4+h5,
.cmsPage h5+h6 {
	margin-top: 20px
}

.cmsPage ul+h1,
.cmsPage ul+h2,
.cmsPage ul+h3,
.cmsPage ul+h4,
.cmsPage ul+h5,
.cmsPage ul+h6 {
	margin-top: 30px
}

.cmsPage h2+ul,
.cmsPage h2+ol {
	margin-top: 15px;
}

.cmsPage .underline,
.underline {
	text-decoration: underline
}

.cmsPage strong,
.bold,
.cmsPage .bold {
	font-weight: 600;
	color: #070606;
}

.cmsPage .italic,
.cmsPage em,
.italic {
	font-style: italic
}

.cmsPage a,
.cmsPage ol li,
.cmsPage ul li {
	font: 400 16px/24px 'Poppins', sans-serif;
	color: #070606;
}

.cmsPage a {
	color: #ec4000;
	-moz-transition: .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.cmsPage ol,
.cmsPage ul {
	margin-left: 0;
}

.cmsPage ul li {
	display: table;
	padding-left: 24px;
	position: relative;
	margin-bottom: 8px;
}

.cmsPage ul>li:before {
	content: '';
	background: #ec4000;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 3px;
}

.cmsPage ol li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 8px;
}

.cmsPage ol {
	margin-bottom: 15px;
	counter-reset: list;
	list-style: none;
	padding-left: 0;
	counter-reset: section
}

.cmsPage ol>li:before {
	color: #ec4000;
	font-weight: 600;
	position: absolute;
	left: 0;
	counter-increment: section;
	content: counter(section) '.';
}

.cmsPage ol:last-child,
.cmsPage ul:last-child {
	margin-bottom: 0
}

.cmsPage ol li a,
.cmsPage ul li a {
	color: #ec4000;
	text-decoration: underline;
}

.cmsPage img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0
}

.cmsPage img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0
}

.cmsPage img.aligncenter {
	display: block;
	margin: 10px auto
}

.cmsPage img {
	border-radius: 0px;
}

.cmsPage ol+h4 {
	margin-top: 40px
}

.cmsPage p+ol {
	margin-top: 15px
}

.cmsPage ol+ul,
.cmsPage ul+ol,
.cmsPage ul+ul,
.cmsPage ol+ol {
	margin-top: 30px
}

.cmsPage li p+ul {
	margin-top: -10px
}

.cmsPage ul.listing li span {
	position: relative
}

.cmsPage ul.listing li>span:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 8px
}

.cmsPage .tablebox {
	overflow-x: auto;
	position: relative
}

.cmsPage table {
	width: 100%;
	margin-bottom: 20px;
}

.cmsPage table,
.cmsPage th,
.cmsPage td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.cmsPage table td,
.cmsPage td {
	padding: 10px;
}

.cmsPage table a {
	display: block;
}

.cmsPage table a img {
	max-width: calc(100% - 30px);
}

.cmsPage table td p {
	margin: 0 0 10px;
}

.cmsPage ul li strong,
.cmsPage ul li bold {
	color: #070606;
}

.cmsPage small {
	font-size: 15px;
	line-height: 1.2em;
	color: #939598;
	display: block;
	margin-bottom: 20px;
}

.cmsPage iframe+small+h2 {
	margin-top: 67px;
}

.cmsPage p+iframe,
.cmsPage p>iframe {
	margin-top: 30px;
}

.cmsPage p+p>small {
	margin-top: -15px;
}

/*CMS style end*/

.btn {
	font-size: 16px;
	color: #212121;
	background-color: #ffffff;
	border-radius: 8px;
	border: 2px solid #212121;
	line-height: 46px;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-family: "Poppins", sans-serif;
	min-width: 180px;
	font-weight: 600;
	padding: 0px 15px;
}

.btn-red {
	background-color: #F91313;
	color: #fff;
	border-color: #F91313;
}

.sectionSpace {
	padding-top: 95px;
	padding-bottom: 95px;
}

.com-padd-top {
	padding-top: 95px;
}

.com-padd-btm {
	padding-bottom: 95px;
}

.pagecomSpace-sixty {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pagecomSpace-top-hundredninety {
	padding-top: 190px;
	padding-bottom: 0px;
}


.sec_title {
	font-size: 45px;
	line-height: 70px;
	font-weight: 600;
	color: #000;
}

.Sectitle-wrap {
	display: flex;
	align-items: center;
}

.link-ViewAll {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 500;
	position: relative;
	margin-left: auto;
}

.link-ViewAll::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #F91313;
	position: absolute;
	left: 0px;
	margin: auto;
	bottom: -8px;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}




/* ------------Header CSS Start-------------- */
.header.headerfixed {
	border-bottom: 1px solid rgba(117, 117, 117, 0.10);
	background: #fff;
}

.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left {
	width: 26%;
}

.header-right {
	width: calc(100% - 26%);
}

.header-top {
	position: relative;
}

.headertopDiv {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-top::before {
	content: '';
	position: absolute;
	background-color: #FFF3F3;
	width: 1500px;
	height: 40px;
	z-index: -1;
}

.headerfixed {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 10;
	margin: auto;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.callnow-btn {
	margin-left: 35px;
}

.callnow-btn .callnow-link {
	background-color: #F91313;
	min-width: 181px;
	min-height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.callnow-btn .callnow-link i.fa {
	margin-right: 10px;
}

.socialmedia .socialmediaUl {
	display: flex;
}

.socialmedia .socialmediaUl li+li {
	margin-left: 23px;
}

.socialmedia .socialmediaUl li a i.fa {
	font-size: 16px;
}

.header-bottom {
	display: flex;
	justify-content: flex-end;
	padding: 30px 0px 30px 0px;
}

nav.MenuRow .menuUl {
	display: flex;
}

nav.MenuRow .menuUl>li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
	position: relative;
	-moz-transition: .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

nav.MenuRow .menuUl li a {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #212121;
}

nav.MenuRow .menuUl>li:not(:first-child) {
	margin-left: 69px;
}

.menuUl li>ul {
	opacity: 0;
	position: absolute;
	background: #fff;
	border-top: 3px solid #F91313;
	color: #000;
	min-width: 220px;
	text-align: left;
	z-index: 1;
	top: calc(100% + 11px);
	left: 0px;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
}

.menuUl>li ul li {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}

.menuUl>li ul li:not(last-child) {
	border-bottom: 1px solid #e2e2e2
}

.menuUl>li ul li a {
	font-size: 16px;
	line-height: 25px;
	color: #000;
	padding: 8px 12px;
	width: 100%;
	display: block;
}

.menuUl li>ul::before {
	content: '';
	border-bottom: 8px solid #F91313;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: 30px;
	top: -8px;
	z-index: 4;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: 0.5s ease-in-out all;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
}

.menuUl>li .arrow {
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	float: right;
	border: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 20px;
	height: 20px;
}

.menuUl>li .arrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	margin-top: 9px;
}

.deviceDetect .sub-menu {
	display: none;
	opacity: 1;
	visibility: visible;
	-webkit-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset;
}

.noDeviceDetect .menuUl li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.noDeviceDetect .menuUl>li .arrow {
	pointer-events: none;
}

.MenuIcon {
	margin-left: 38px;
	margin-right: 0px;
	display: none;
}

.headerfixed.hFixed .header-bottom {
	padding: 15px 0px 15px 0px;
}

.headerfixed.hFixed .logo img {
	max-width: 90%;
}

.header-bottom,
.logo img {
	transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
}


/*side menu*/
.sideMenuDiv {
	position: fixed;
	right: 0px;
	background: #fff;
	top: 0;
	transition: .5s ease-in-out all;
	transform: translateX(110%);
	z-index: 999999;
	height: 100%;
	width: 100%;
	max-width: 300px;
	padding-bottom: 50px;
	box-shadow: 2px 2px 11px 3px rgba(0, 0, 0, 0.4);
}

.open_menu {
	transition: .5s ease-in-out all;
	-webkit-transition: .5s ease-in-out all;
	-moz-transition: .5s ease-in-out all;
	-ms-transition: .5s ease-in-out all;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
}

.sideMenuDiv span.close {
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
}

.sideMenuDiv span.close::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 25px;
	background: #000;
	left: 10px;
	top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.sideMenuDiv span.close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 25px;
	background: #000;
	left: 10px;
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.sideMenuDiv .sideMenu {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.sideMenu .sub-menu li {
	position: relative;
	width: 100%;
}

.sideMenu>ul>li {
	width: 100%;
	position: relative;
}

.sideMenu>ul>li>a {
	padding: 7px 20px;
	line-height: 21px;
	font-size: 15px;
	font-weight: 600;
	display: block;
}

.sideMenu ul li a {
	border-top: 1px solid #e4e4e4;
}

.sideMenu>ul>li.current-menu-parent>a,
.sideMenu>ul>li.current-menu>a {
	color: #ffffff;
	font-weight: 600;
	background: #F91313;
}

.sideMenu>ul>li .sub-menu {
	width: 100%;
	top: auto;
	left: auto;
	position: inherit;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
	transform: none;
	margin: 0;
	display: none;
	transition: none;
}

.sideMenu>ul>li .sub-menu>li>a {
	padding: 5px 20px 5px 45px;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.sideMenu>ul>li .sub-menu>li.current-menu-parent>a,
.sideMenu>ul>li .sub-menu>li.current-menu>a {
	color: #F91313;
	font-weight: 700;
}

.sideMenu>ul>li .sub-menu>li>a::before {
	content: "";
	background: url('../images/double-arrow-right.svg') no-repeat center center;
	background-size: cover;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	left: 30px;
}

.sideMenu>ul>li .sub-menu>li.current-menu-parent>a::before,
.sideMenu>ul>li .sub-menu>li.current-menu>a::before {
	background: url('../images/double-arrow-right-red.svg') no-repeat center center;
	background-size: cover;
}

.sideMenu>ul>li .arrow {
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 35px;
	z-index: 9;
	cursor: pointer;
	background-color: #f7f7f7;
}

.sideMenu>ul>li .arrow::before {
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	-ms-transform: rotate(45deg) translate(50%, 50%);
	-moz-transform: rotate(45deg) translate(50%, 50%);
	-o-transform: rotate(45deg) translate(50%, 50%);
	-webkit-transform: rotate(45deg) translate(50%, 50%);
	transform: rotate(45deg) translate(50%, 50%);
	position: absolute;
	top: 6px;
	right: 0px;
	font-size: 0px;
	background: 0px;
	left: 0px;
	margin: auto;
}

.sideMenu>ul>li .arrow.minus::before {
	-moz-transform: rotate(-136deg);
	-ms-transform: rotate(-136deg);
	-webkit-transform: rotate(-136deg);
	transform: rotate(-136deg);
	top: 15px;
}

.sideMenu>ul>li .arrow.minus {
	background-color: #F91313;
}

.sideMenu>ul>li .arrow.minus::before {
	border-color: #ffffff;
}

/*sidemenu end*/
/* ------------Header CSS End-------------- */



/* ----------------------------- */
.bnr-cnt {
	width: 54%;
	max-width: 720px;
	padding-right: 59px;
}

.bnr-img {
	width: 46%;
}

.bnr-img img {
	max-width: inherit;
}

.banner-title {
	font-weight: 500;
	color: #0A0A0A;
	font-size: 67px;
	line-height: 84px;
	position: relative;
	letter-spacing: -1.34px;
	padding-bottom: 26px;
}

.banner-title::before {
	content: '';
	width: 62px;
	height: 6px;
	background-color: #F91313;
	position: absolute;
	top: -26px;
	left: 0px;
	border-radius: 3px;
}

.banner-title strong {
	font-weight: 700;
	color: #F91313;
}

.bannerMain {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.bnrcntRow {
	position: absolute;
	max-width: 662px !important;
	/*left: 15px;*/
	top: 12%;
	transform: translateY(23%);
	-webkit-transform: translateY(23%);
	-moz-transform: translateY(23%);
}

.bnr-Desc {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #757575;
}

.bnrsearch-box {
	background-color: #fff;
	box-shadow: -1px 3px 28px #00000014;
	border-radius: 15px;
	min-height: 110px;
	position: absolute;
	width: 100%;
	display: flex;
	bottom: 23%;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(23%);
	-webkit-transform: translateY(23%);
	-moz-transform: translateY(23%);
}

.homebannerSec .container {
	position: relative;
}

.search-box select {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #000000;
	border: none;
	width: 100%;
	padding: 0px 0px 0px 45px;
	height: 100%;
	background-position: right 20px center !important;
}

.search-box {
	border-right: 1px solid rgba(0, 0, 0, 0.24);
	width: calc(100%/4);
}

.btn-search {
	border: none;
}

.keywords-input {
	width: 26.5%;
}

.keywords-input .inputField {
	border: none;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
}

/* WebKit, Edge */
.keywords-input .inputField::-webkit-input-placeholder {
	color: rgba(117, 117, 117, 0.75);
	opacity: 1;
}

/* Firefox 4-18 */
.keywords-input .inputField:-moz-placeholder {
	color: rgba(117, 117, 117, 0.75);
	opacity: 1;
}

/* Firefox 19+ */
.keywords-input .inputField::-moz-placeholder {
	color: rgba(117, 117, 117, 0.75);
	opacity: 1;
}

/* IE 10-11 */
.keywords-input .inputField:-ms-input-placeholder {
	color: rgba(117, 117, 117, 0.75);
	opacity: 1;
}

/* Edge */
.keywords-input .inputField::-ms-input-placeholder {
	color: rgba(117, 117, 117, 0.75);
	opacity: 1;
}

/* MODERN BROWSER */
.keywords-input .inputField::placeholder {
	color: rgba(117, 117, 117, 0.75);
	opacity: 1;
}

.SearchBtn {
	width: 23.7%;
}

.SearchBtn .btn-search {
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	border-radius: 15px;
}

.location-Sel .selectField {
	border-radius: 15px 0px 0px 15px;
}

/* ----------------------------- */


/* ------------Just Arrived Css Start-------------- */
.arriveDesc {
	max-width: 570px;
}

.arriveDesc p:not(:last-child) {
	margin-bottom: 45px;
}

.arrived-Box {
	position: relative;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.arrived-Box .arrived-img {
	position: relative;
	overflow: hidden;
}

.arrived-img img {
	transition: all .4s ease-in-out;
}

.arrived-Box .arrivedCnt {
	margin-top: 55px;
	position: relative;
	margin-bottom: 80px;
}

.car-badge {
	position: absolute;
	width: 86px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 20px;
	bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 37px;
	border-radius: 6px;
}

.used-badge {
	background-color: #F91313;
	color: #fff;
}

.new-badge {
	background-color: #F9CB13;
	color: #000;
}

.arrivedCnt .arrived-title {
	font-size: 22px;
	line-height: 30px;
	color: #212121;
	font-weight: 500;
	padding-bottom: 5px;
}

.arrivedCnt .arrived-price {
	font-size: 18px;
	line-height: 24px;
	color: #757575;
	font-weight: 500;
}

.arrivedboxs-main {
	padding-top: 132px;
}

.arrived-link {
	position: absolute;
	bottom: -80px;
	opacity: 0;
	visibility: hidden;
}

/* ------------Just Arrived Css End-------------- */


/* ---------------Explore Our Range Css Start---------------------- */
.brand-Box {
	background: #FFFFFF;
	border: 1px solid rgba(117, 117, 177, 0.30);
	padding: 0px 40px 0px 46px;
	min-height: 369px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.explorenow-Btn {
	width: 0px;
}

.brand-logo,
.brand-Desc {
	padding-bottom: 35px;
}

span.brand-logo img {
	max-height: 110px;
	width: fit-content;
}

#brand .row [class*="col-"] {
	margin-bottom: 32px;
}

.browse-txt {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.category-menu ul.categUl {
	margin-bottom: 50px;
}

.category-menu ul.categUl li {
	font-size: 18px;
	line-height: 44px;
	font-weight: 400;
	color: #757575;
	cursor: pointer;
	float: none;
	background: unset;
	padding: unset;
	margin: unset;
}

.category-menu ul.categUl li.current {
	color: #F91313;
	font-weight: 600;
	font-size: 18px;
	line-height: 44px;
}

#category .category-box {
	border: 1px solid rgba(117, 117, 117, 0.3);
}

#category .category-box {
	display: flex;
	align-items: center;
	padding: 16px;
	min-height: 100%;
	justify-content: space-evenly;
}

#category .category-box .category-title {
	font-size: 26px;
	line-height: 36px;
	color: #212121;
	font-weight: 600;
	padding-bottom: 20px;
}

#category .row [class*="col-"] {
	margin-bottom: 32px;
}

/* ---------------Explore Our Range Css End---------------------- */


/* ---------- Our Key Difference Css Start------------- */
.OurKeyDifferenDiv {
	padding-top: 54px;
}

.OurKeyDiffere-box {
	border: 1px solid #C8C8C8;
	padding: 40px 40px 0px;
	display: flex;
	flex-direction: column;
	min-height: 234px;
	position: relative;
	z-index: 1;
}

.OurKeyDiffere-icon {
	margin-bottom: 30px;
}

.OurKeyDiffere-title {
	font-size: 24px;
	line-height: 35px;
	color: #000000;
	font-weight: 600;
}

.OurKeyDiffere-box::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.support-box::before {
	background-image: url('../images/support-trans.png');
}

.quality-box::before {
	background-image: url('../images/quality-trans.png');
}

.range-box::before {
	background-image: url('../images/huge-trans.png');
}

.made-box::before {
	background-image: url('../images/made-trans.png');
}

/* ---------- Our Key Difference Css End------------- */


/* ---------- Our Categories Css Start------------- */
.bg-grey-half {
	position: relative;
}

.CategBoxDiv {
	padding: 63px 0px 0px 0px;
}

.bg-grey-half::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #F6F6F6;
	z-index: -1;
	min-height: 283px;
}

.categ-link {
	background-color: #FFFFFF;
	border: 2px solid #ECECEC;
	max-width: 311px;
	min-height: 132px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.categ-link .catego-name {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	font-weight: 600;
	padding-left: 17px;
}

.categ-link:hover {
	border-color: #F91313;
	box-shadow: 0px 0px 15px #00000017;
}

.categ-link:hover .catego-name {
	color: #F91313;
}

/* ---------- Our Categories Css End------------- */


/* Footer Sticky CSS Start */
.footer-bg {
	background-color: #3D3D48;
}

.footer_main {
	padding: 80px 0px;
}

.ftr-Desc {
	margin: 25px 0px 52px 0px;
	max-width: 304px;
}

.ftr-Desc p {
	font-size: 14px;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.61);
}

.ftr-socialDiv ul.social_links {
	display: flex;
}

.ftr-socialDiv ul.social_links li+li {
	margin-left: 30px;
}

.ftr-socialDiv ul.social_links li a {
	color: #FFFFFF;
}

.ftr_links_title {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 22px;
}

.ftr_links {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.ftr_links li a {
	color: rgba(255, 255, 255, 0.36);
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
}

.ftr_contact_info li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.36);
}

.ftr_contact_info li a {
	color: rgba(255, 255, 255, 0.36);
}
.ftr_contact_info li a:hover {
	color: #F91313;
}

.ftr_contact_info li::before {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #F91313;
	font-size: 18px;
	line-height: 22px;
	font-family: 'FontAwesome';
}

.ftr_contact_info li.ftr_address::before {
	content: "\f041";
}

.ftr_contact_info li.ftr_phno::before {
	content: "\f095";
}

.ftr_contact_info li.ftr_email::before {
	content: "\f0e0";
}

.row [class*="col-xl"].ftr_col-info {
	width: 25%;
	flex: 0 0 auto;
}

.row [class*="col-xl"].ftr_col-link {
	/* width: 20%; */
	width: 16%;
	flex: 0 0 auto;
}

.row [class*="col-xl"].ftr_col-link.ftr_col_brand-link {
	width: 20%;
	flex: 0 0 auto;
}

.row [class*="col-xl"].ftr_col-Contac {
	width: 22%;
	flex: 0 0 auto;
}

.social_links li a i.fa {
	font-size: 20px;
}

.copyright {
	background-color: #212121;
}

.copyrightCnt {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	display: flex;
	justify-content: space-between;
}

.copyrightCnt p span a {
	color: #fff;
}

.multiAdd>a {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	border: 1px solid #c2c2c2;
	font: 400 14px/31px;
	padding: 0 10px;
	text-align: center;
	margin: 0 7px 10px 0;
	transition: 300ms all;
	-webkit-transition: 300ms all;
}

.multiAdd>a:nth-child(3n) {
	margin-right: 0
}

/* .multiAdd > a:before{content:'';display:inline-block;vertical-align:middle;background:url('') no-repeat;width:8px;height:12px;margin:-2px 8px 0 0} */
.multiAdd>a.active {
	background-color: #ef1b1f;
}

.multiAdd a:hover {
	color: #fff;
}

.add_details {
	padding-top: 5px;
}

.add_details>li {
	color: #fff;
	font-size: 16px;
	padding-bottom: 13px;
}

.tabiLi li.addLI {
	display: none
}

.tabiLi li.active {
	display: inline-block;
	width: 100%;
}

.add_details>li.addLI {
	display: none
}

.add_details>li.active {
	display: inline-block;
	width: 100%;
}

/* Footer Sticky CSS End */

/*Back to top start*/
.back-to-top {
	position: fixed;
	bottom: 80px;
	right: 12px;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
	background-color: transparent;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.back-to-top .btns {
	width: 46px;
	height: 46px;
	line-height: 50px;
	padding: 0;
	position: relative;
	border-radius: 50%;
	border: 1px solid #F91313;
	transition: .3s;
	color: #F91313;
	text-align: center;
	display: inline-block;
	background: 0 0;
}

.scrollTop span::after {
	content: '';
	width: 14px;
	height: 14px;
	border-bottom: 5px solid #F91313;
	border-left: 5px solid #F91313;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	margin: auto;
	left: 0;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}

/*Back to top end*/

/* ---------Service Sec css Star---------- */
.serviceRow {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.service-col {
	width: 50%;
	position: relative;
}

.service-img {
	max-width: inherit;
}

.serviceRow .service-col:nth-child(odd) {
	padding-right: 5px;
}

.serviceRow .service-col:nth-child(even) {
	padding-left: 5px;
}

.serviceCnt .service-title {
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 34px;
}

.serviceCnt .btn-explorenow {
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	color: #212121;
	background-color: #FFFFFF;
	border: 2px solid #212121;
	max-width: 180px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.serviceCnt {
	position: absolute;
	top: 0px;
	min-height: 100%;
}

.serviceCnt .privacy-icon {
	background-color: #fff;
	width: 90px;
	height: 90px;
	margin-bottom: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.serviceRow .service-col:nth-child(odd) .serviceCnt {
	right: 205px;
	max-width: 580px;
	top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.serviceRow .service-col:nth-child(even) .serviceCnt {
	left: 75px;
	max-width: 580px;
	top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------Service Sec css End---------- */


/* ------------Testimonial Sec Css Start--------------- */
.testimonialSec {
	background-color: #FFF3F3;
}

.testimonial_slider {
	padding-top: 114px;
	margin: 0 -20px;
}

.testimonial_slider:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 1000%;
	height: 100%;
	background-color: #fff3f3;
	z-index: 1;
}

.testimonialDiv .slick-list {
	overflow: inherit;
}

.testimonial-Desc {
	padding-bottom: 42px;
}

.testimonial-Desc p {
	font-size: 18px;
	line-height: 27px;
	color: #212121;
	font-weight: 500;
}

.testimonial-box {
	background-color: #fff;
	padding: 63px 71px 37px 90px;
	border-radius: 15px;
	position: relative;
}

.testimonial-box:not(:last-child) {
	margin-right: 60px;
}

.quoteDiv {
	position: absolute;
	top: -29px;
	left: -29px;
	background-color: #F91313;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quoteDiv img {
	width: 47px;
	height: 38px;
}

.testimonial-box .authors {
	display: flex;
}

.authors .author-name {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #212121;
}

.authors .author-position {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #757575;
}

.rating-star {
	padding-bottom: 24px;
}

.rating-star .ratingUl {
	display: flex;
}

.rating-star .ratingUl li:not(:last-child) {
	margin-left: 4px;
}

.authors {
	display: flex;
	flex-direction: column;
}

/* ------------Testimonial Sec Css End--------------- */

/* ----------About Us sec Css start----------- */
.aboutSec {
	background-color: #F6F6F6;
	padding-bottom: 76px;
}

.aboutSec .container {
	position: relative;
}

.about-Cnt .about-title {
	font-size: 45px;
	line-height: 59px;
	color: #212121;
	font-weight: 600;
	padding-bottom: 25px;
}

.aboutMain {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-img {
	width: 54%;
}

.about-Cnt {
	width: 37%;
	padding-right: 48px;
	padding-top: 116px;
}

.about-btn a.btn-readmore {
	background-color: #000;
	max-width: 226px;
	min-height: 213px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	position: relative;
}

.about-btn a.btn-readmore span {
	position: relative;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.about-btn a.btn-readmore span::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #F91313;
	position: absolute;
	bottom: -5px;
	left: 0px;
	margin: auto;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.aboutDesc {
	margin-bottom: 90px;
}

.about-btn {
	position: relative;
}

.about-small-img {
	position: absolute;
	bottom: -21%;
	left: -12.9%;
}

.about-big-img {
	position: absolute;
	bottom: -210px;
	right: -275px;
}

.about-btn::after {
	content: '';
	width: 81px;
	height: 76px;
	position: absolute;
	bottom: -76px;
	left: 227px;
	display: inline-flex;
	background-color: #F91313;
}

/* ----------About Us sec Css end----------- */
.accoContain {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	visibility: hidden;
}

.accoContain.in {
	opacity: 1;
	visibility: visible;
}

.accoContain.current {
	display: block;
}


/* ---------Breadcrum Sec css Start----------- */
.breadcrumSec {
	padding: 30px 0px 40px;
}

.breadcrumDiv .breadcrumbUl {
	display: flex;
}

.breadcrumDiv .breadcrumbUl li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

.breadcrumDiv .breadcrumbUl li a {
	color: #757575;
}

.breadcrumDiv .breadcrumbUl li span {
	color: #212121;
}

.breadcrumDiv .breadcrumbUl li:not(:last-child) {
	padding-right: 30px;
}

.breadcrumDiv .breadcrumbUl li:not(:last-child)::after {
	content: '/';
	font-weight: 400;
	color: #757575;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0px;
	right: 10px;
}

.pageTitWrap .Pagetitle {
	font-size: 23px;
	line-height: 70px;
	color: #212121;
	font-weight: 600;
}

.prdsortSel {
	display: flex;
	align-items: center;
}

.prdsortSel .sort-txt {
	font-size: 20px;
	line-height: 30px;
	color: rgba(117, 117, 117, 0.75);
	font-weight: 500;
}

.prdfeatureSel .inputField {
	border: none;
}

/* ---------Breadcrum Sec css End----------- */



/* -------Listing Page css start------- */
.prdSearch-box {
	position: relative;
	width: 100%;
}

.prdSearch-box .prdsearch-icon {
	background-image: url('../images/prd-search.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	position: absolute;
	width: 14px;
	height: 14px;
	display: inline-block;
	top: 18px;
	left: 14px;
	cursor: pointer;
}

.prdsearch-inputField {
	border: 1px solid rgba(117, 117, 117, 0.15);
	border-radius: 8px;
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	line-height: 24px;
	font-weight: 400;
	width: 100%;
	min-height: 48px;
	padding: 0px 15px 0px 38px;
}

.prdSearch-Div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(117, 117, 117, 0.15);
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.prdsearch-inputField::placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField::-webkit-input-placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField:-moz-placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField::-moz-placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField:-ms-input-placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField::-ms-input-placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField::placeholder {
	color: rgba(117, 117, 117, 0.75);
	font-size: 11px;
	font-weight: 500;
}

.prdsearch-inputField {
	color: #212121;
	font-size: 14px;
}

.filterTitle {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #212121;
	position: relative;
	cursor: pointer;
	padding: 20px 0px;
}

.filterscr {
	max-height: 140px;
	overflow: auto;
}

.filterscr::-webkit-scrollbar { width: 3px; background-color: rgba(0, 0, 0, 0.15);border:1px solid transparent; }
.filterscr::-webkit-scrollbar-thumb { background-color: #F91313;border-radius: 6px;width:4px;height:34px;}
.filterscr::-webkit-scrollbar-track { background: #f1f1f1; }
.filterscr * { scrollbar-width: thin;scrollbar-color: #F91313 #f1f1f1; }

.filterCnt .filterUl li a {
	font-size: 18px;
	line-height: 36px;
	color: #757575;
	font-weight: 400;
	display: block;
}

.filterCnt .filterUl li.active a {
	color: #F91313;
	position: relative;
}

.filterCnt .filterUl li {
	position: relative;
}

.filterCnt .filterUl li.active .ctg-close {
	position: absolute;
	right: 5px;
	top: 2px;
	color: #F91313;
}

.filterTitle::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 35px;
	background: #757575;
	width: 14px;
	height: 2px;
}

.filterTitle::before {
	content: '';
	position: absolute;
	right: 21px;
	top: 29px;
	background: #757575;
	width: 2px;
	height: 14px;
}

.filterTitle.filterOpen::before {
	opacity: 0;
	visibility: hidden;
}

.filterBody {
	border-bottom: 1px solid #e0e0e0;
}

.filterCnt {
	display: none;
	padding-bottom: 15px;
}

.prd-listRow {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.filterCol {
	width: 22.2%;
}

.prdlistCol {
	width: calc(100% - 25.5%);
}

.filterBody .commen-slider .range-bar .ui-slider-handle {top:-10px;}

.prd-refineSrch a {
	font-size: 18px;
	line-height: 30px;
	color: #212121;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.prd-refineSrch a span {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.filterBody:nth-child(2) .filterTitle {
	border-top: 1px solid #e0e0e0;
}

.prd-refineSrch {
	padding-bottom: 30px;
}

.prdlist-Cnt .prdlist-title {
	font-size: 20px;
	line-height: 28px;
	color: #212121;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 28px;
}

.arrivedCnt .arrived-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.prdlist-Cnt .prdlist-sub-title {
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	font-weight: 400;
}

.prdlist-optbtn .optbtnUl li {
	font-size: 10px;
	line-height: 16px;
	color: #212121;
	font-weight: 400;
	padding: 6px 10px;
	border: 1px solid rgba(33, 33, 33, 0.20);
	border-radius: 6px;
}

.prdlist-optbtn .optbtnUl li:not(:last-child) {
	margin-right: 6px;
}

.prdlist-optbtn .optbtnUl {
	display: flex;
}

.prdlist-box {
	background-color: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 15px;
	padding-bottom: 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.prdlist-Cnt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.prdlist-price-cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prdlist-price .price-txt {
	font-size: 20px;
	line-height: 28px;
	color: #F91313;
	font-weight: 700;
}

.prdlist-price .govtchange-txt {
	font-size: 10px;
	line-height: 16px;
	color: #757575;
	font-weight: 400;
}

.enquire-button .btn-Enquire {
	background-color: #212121;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 8px;
	min-width: 127px;
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prdlist-title-cnt {
	border-bottom: 1px solid rgba(117, 117, 117, 0.15);
	padding: 16px 16px 16px 16px;
}

.prdlist-price-cnt {
	padding: 16px 16px 0px 16px;
}

.prdlist-optbtn {
	padding-top: 13px;
}

.prdlist-img {
	position: relative;
}

.wishlist {
	position: absolute;
	top: 17px;
	right: 17px;
}

.wishlist i.fa-heart-o {
	color: #757575;
	font-size: 20px;
}

.wishlist i.fa-heart {
	color: #F91313;
	font-size: 20px;
}

.prdlist-img img {
	border-radius: 15px 15px 0px 0px;
}

.prdlistCol .row {
	margin-right: -6.5px;
	margin-left: -6.5px;
}

.prdlistCol .row [class*='col-'] {
	padding-right: 6.5px;
	padding-left: 6.5px;
	padding-bottom: 30px;
}

.prd-badge {
	position: absolute;
	width: 70px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 11px;
	bottom: 11px;
	font-weight: 600;
	font-size: 10px;
	line-height: 16px;
	border-radius: 6px;
}

/* ------Paginations css Start------- */
.paginations {
	width: 100%;
	display: block;
	padding-top: 13px;
}

.paginations .pagiUl {
	display: flex;
}

.paginations .pagiUl li.current a {
	background-color: #212121;
	color: #fff;
}

.paginations .pagiUl li a {
	border: 1px solid #000000;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	border-radius: 50%;
}

.paginations .pagiUl li a i.fa {
	font-size: 16px;
}

.paginations .pagiUl li:not(:last-child) a {
	margin-right: 7px;
}

/* ------Paginations css End------- */
.mobileFileterDiv {
	display: none;
}

.filterBtn {
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	padding: 8px;
	background: #eeeeee;
	border: 1px solid #cbcbcb;
	cursor: pointer;
}

/* -------Listing Page css end------- */


/* -----------Product list Detail Css Start------------- */
.prdlistsub-title {
	color: #757575;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.prdrelated-Div {
	border-top: 1px solid rgba(117, 117, 117, 0.31);
	padding: 42px 0px 0px 0px;
}

.prdrelated-Div .row {
	margin-right: -6px;
	margin-left: -6px;
}

.prdrelated-Div .row [class*='col-'] {
	padding-right: 6px;
	padding-left: 6px;
}

.prdrelated-title {
	font-size: 20px;
	line-height: 30px;
	color: #212121;
	font-weight: 600;
	padding-bottom: 33px;
}

.prdtailRow {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 60px;
}

.dtSliderCol {
	width: 58%;
}

.dtEnquiryfrmCol {
	width: 38.5%;
}

.dtSlideImg {
	position: relative;
	display: block;
}

.dtThumbImg {
	position: relative;
	border: 1px solid transparent;
	cursor: pointer;
}

.slick-current .dtThumbImg {
	border-color: #F91313;
}

.dtSliderMain .slick-arrow {
	width: 24px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.83);
}

.dtSliderMain .slick-arrow::before {
	content: '';
	background-image: url('../images/dtlider-arrow.svg');
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
	display: flex;
	font-size: inherit;
}

.dtThumbSlider .slick-next {
	right: -1px;
}

.dtThumbSlider .slick-prev {
	left: 0px;
}

.dtSliderMain .slick-prev::before {
	transform: rotate(180deg);
}

.dtSlider {
	padding-bottom: 8px;
}

.dtThumbSlide {
	padding: 0px 3px;
}

.dtThumbSlider {
	margin-left: -3px;
	margin-right: -3px;
}

.dtThumbImg img {
	width: 100%;
}

.dt-serviceRow {
	display: flex;
	padding-bottom: 22px;
}

.dt-serviceCol {
	border: 2px solid rgba(33, 33, 33, 0.12);
	border-radius: 6px;
	width: 21.6%;
	display: flex;
	padding: 11px 5px 11px 17px;
}

.dt-serviceCol:not(:last-child) {
	margin-right: 10px;
}

.dt-serviImg {
	padding-right: 10px;
}

.dt-serviCnt .dt-servisubtit {
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	font-weight: 500;
}

.dt-serviCnt .dt-servitit {
	font-size: 14px;
	line-height: 20px;
	color: #212121;
	font-weight: 600;
}

.dtSliderMain {
	padding-bottom: 33px;
}

.dt-commentDesc p a {
	color: #0072E5;
	font-weight: 600;
}

.dt-comtitle {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #212121;
	font-weight: 600;
	padding: 18px 31px 24px 31px;
	border-bottom: 1px solid rgba(117, 117, 117, 0.27);
}

.dt-comtitle::after {
	content: '';
	width: 57px;
	height: 4px;
	background-color: #F91313;
	display: flex;
	position: absolute;
	bottom: -2px;
	border-radius: 2px;
}

.dt-combox {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	background: #FFFFFF;
}

.dt-combox:not(:last-child) {
	margin-bottom: 20px;
}

.dt-comcnt {
	padding: 24px 34px 30px 31px;
}

.dt-detailCnt.dt-comcnt {
	padding: 32px 45px 40px 48px;
}

.dt-detailbox .dt-comtitle {
	padding: 30px 48px 21px 48px;
}

.dt-detailCol {
	display: flex;
	justify-content: space-between;
}

.dt-detailCol:not(:last-child) {
	padding-bottom: 20px;
}

.dt-detailCol .dtdetail-title {
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	font-weight: 600;
}

.dt-detailCol .dtdetail-cntdt {
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	font-weight: 400;
}

.dtdetail-cntdt .dtsubCnt-txt {
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	font-weight: 400;
	padding-top: 8px;
}

.dtdetail-cntdt .dtsmall-txt {
	font-size: 15px;
	line-height: 22px;
	color: #757575;
	font-weight: 400;
}

.dt-specifiCol .dtspecifi-title {
	padding: 22px 32px 22px 48px;
	cursor: pointer;
}

.dt-specifiCol:nth-child(odd) .dtspecifi-title {
	background-color: rgba(233, 233, 233, 0.50);
}

.dt-specifiCol:last-child .dtspecifi-title {
	border-radius: 0px 0px 15px 15px;
}

.dt-specifiCol:last-child .dtspecifi-title.filterOpen {
	border-radius: 0px;
}

.dt-specifiCol:last-child .dtspecifi-details {
	border-radius: 0px 0px 15px 15px;
	border-bottom: none;
}

.dtspecifi-title {
	color: #212121;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	position: relative;
}

.dtspecifi-title::after {
	content: '';
	position: absolute;
	right: 32px;
	top: 35px;
	background: #272727;
	width: 14px;
	height: 2px;
}

.dtspecifi-title::before {
	content: '';
	position: absolute;
	right: 38px;
	top: 29px;
	background: #272727;
	width: 2px;
	height: 14px;
}

.dtspecifi-title.filterOpen::before {
	opacity: 0;
	visibility: hidden;
}

.dtspecifi-details {
	display: none;
}

.dt-specifibox .dt-comtitle {
	padding: 29px 32px 21px 48px;
}

.dtspecifi-details {
	padding: 20px 32px 20px 48px;
	border-bottom: 1px solid rgba(233, 233, 233, 0.50);
	background: rgb(223, 223, 223, 0.10);
}

.specifi-name {
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	font-weight: 600;
}

.specifi-cntdt {
	font-size: 16px;
	line-height: 22px;
	color: #212121;
	font-weight: 400;
}

.dtspecifi-body:not(:last-child) {
	padding-bottom: 10px;
}

.dt-enquiryfrm .dtenquiry-title {
	font-size: 26px;
	line-height: 36px;
	color: #212121;
	font-weight: 600;
	padding: 22px 32px 21px 32px;
	border-bottom: 1px solid rgba(117, 117, 117, 0.27);
}

.dtenquiryfrm-body {
	padding: 29px 36px 25px 32px;
}

.dtenquiryfrm-col .inputField {
	height: 59px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 22px;
	color: #212121;
}

.dtenquiryfrm-col textarea.inputField {
	height: 153px;
	padding: 20px 0px 10px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #212121;
}

.dtenquiryfrm-col.row {
	margin-right: -5px;
	margin-left: -5px;
}

.dtenquiryfrm-col.row [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.dt-financeCol.dt-combox,
.dt-enquiryfrm.dt-combox {
	border-radius: 6px;
}

.dtfinace-priceCol {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 36px 21px 32px;
	border-bottom: 1px solid rgba(117, 117, 117, 0.27);
}

.dtfinace-price .dtprice-txt {
	font-size: 30px;
	line-height: 43px;
	color: #F91313;
	font-weight: 700;
}

.dtfinace-price .dtgovtchange-txt {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-weight: 500;
}

.dtenquire-button .btn-Enquire {
	background-color: #212121;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
	border-radius: 8px;
	min-width: 175px;
	min-height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dtfinace-logoCol {
	display: flex;
	align-items: center;
	padding: 25px 32px 0px 32px;
}

.dtestimate-txt {
	font-size: 20px;
	line-height: 28px;
	color: #212121;
	font-weight: 500;
	width: 62%;
}

.dt-termCol {
	background-color: #EFEFEF;
	padding: 12.5px 30px;
	margin-bottom: 1px;
}

.dt-termCol .dt-termDesc {
	font-size: 14px;
	line-height: 20px;
	color: #212121;
	font-weight: 400;
}

.dt-quoteBtnCol {
	border-top: 1px solid rgba(117, 117, 117, 0.27);
	padding: 24px 32px 21px;
}

.dt-quoteBtnCol .btn-quote {
	min-width: 153px;
	line-height: 39px;
	margin-right: 25px;
}

.dt-quoteBtnCol .disclamier-link {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #0072E5;
}

.dtratestRow {
	display: flex;
	padding: 16px 32px 12px 32px;
}

.dtratestRow .dtrateEstCol {
	width: 33.3%;
}

.dtrateEstCol .dtrateEst-price {
	font-size: 18px;
	line-height: 25px;
	color: #212121;
	font-weight: 600;
}

.dtrateEstCol .dtrateEst-subtitle {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-weight: 400;
}

.lbltext {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-weight: 400;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* WebKit, Edge */
.dtenquiryfrm-col textarea.inputField::-webkit-input-placeholder {
	color: #757575;
	opacity: 1;
	font-weight: 400;
}

/* Firefox 4-18 */
.dtenquiryfrm-col textarea.inputField:-moz-placeholder {
	color: #757575;
	opacity: 1;
	font-weight: 400;
}

/* Firefox 19+ */
.dtenquiryfrm-col textarea.inputField::-moz-placeholder {
	color: #757575;
	opacity: 1;
	font-weight: 400;
}

/* IE 10-11 */
.dtenquiryfrm-col textarea.inputField:-ms-input-placeholder {
	color: #757575;
	opacity: 1;
	font-weight: 400;
}

/* Edge */
.dtenquiryfrm-col textarea.inputField::-ms-input-placeholder {
	color: #757575;
	opacity: 1;
	font-weight: 400;
}

/* MODERN BROWSER */
.dtenquiryfrm-col textarea.inputField::placeholder {
	color: #757575;
	opacity: 1;
	font-weight: 400;
}

/* -----------Product list Detail Css End------------- */
.filterCol .filterBox {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding-bottom: 90px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.commen-slider {
	width: 100%;
	padding-top: 10px;
}

.commen-slider .ui-slider .ui-slider-range {
	background-color: #F91313;
}

.commen-slider .ui-slider-horizontal {
	height: 3px;
	border: none;
	background-color: #939598;
	width: calc(100% - 35px);
	margin: 0px auto;
}

.commen-slider .ui-state-default,
.pricerange-slider .ui-widget-content .ui-state-default {
	background-color: #F91313;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	border: none;
	top: -.4em;
	margin-left: -1em;
}

.rangetxt {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	width: calc(100% - 20px);
}

.rangetxt .rangelbl {
	font-size: 12px;
	color: #616161;
	line-height: 16px;
	font-weight: 400;
}

.range-value {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
}

.slider-inputField {
	border: 1px solid rgba(117, 117, 117, 0.15);
	min-height: 34px;
	width: 34%;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 20px;
}

.slider-inputField:focus {
	border-color: #F91313;
}

.slider-btn {
	min-width: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}

.prd-more {
	cursor: pointer;
	color: #212121;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
}

.prd-more::before {
	content: '+';
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #212121;
	position: absolute;
	top: -1px;
	left: 0px;
}

.prd-more:hover,
.prd-more:hover::before {
	color: #F91313;
}

/* -----------loader css Start------------ */

.overlay-loader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/*.overlay-loader .overlayDoor::before, .overlay-loader .overlayDoor::after { content: ""; position: absolute; width: 50%; height: 100%; background: rgba(33, 33, 33, 0.35); transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1); transition-delay: 0.8s; }*/
.overlay-loader .overlayDoor::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.35);
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	/*transition-delay: 0.8s;*/
	left: 0;
}

.overlay-loader .overlayDoor::before {
	left: 0px;
}

/*.overlay-loader .overlayDoor::after { right: 0px; }*/
.overlay-loader.loaded .overlayDoor::before {
	opacity: 0;
	visibility: hidden;
}

/*.overlay-loader.loaded .overlayDoor::after { right: -50%; }*/
.overlay-loader.loaded .overlayContent {
	opacity: 0;
	margin-top: -15px;
}

.overlay-loader .overlayContent {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
	width: 80px;
	height: 80px;
	/*width: 128px; height: 128px;*/
	border: 3px solid #fff;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	position: relative;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader .inner {
	width: 40px;
	height: 40px;
	/*width: 64px; height: 64px;*/
	border: 3px solid transparent;
	border-top: 3px solid #fff;
	border-radius: 50%;
	-webkit-animation: spinInner 1s linear infinite;
	animation: spinInner 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spinInner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-720deg);
	}
}

/* -----------loader Css End------------ */

.enquire-button.only-enq-btn-div {
	padding: 22px 22px 0;
}

.prdlist-title-cnt.border-bottom-0,
.border-bottom-0 {
	border-bottom: 0px;
}

section.com-space-60,
.com-space-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}


.sec_title.font-34 {
	font-size: 34px;
	line-height: 1.3;
}

.sec_title.font-28 {
	font-size: 28px;
	line-height: 1.3;
}

.sec_title.related-prd-title {
	margin-bottom: 15px;
}

.bg-grey {
	background-color: #F6F6F6;
}

.prdlist-title a {
	display: block;
}

.brand-cms-txt {
	padding-left: 25px;
}

.prdlist-img-link {
	display: block;
	position: relative;
	overflow: hidden;
}

.prdlist-img-link .prdlist-img {
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.prdlist-img-link .absoImg {
	transition: all .4s ease-in-out;
}

.prdlist-img-link .prdlist-title {
	transition: all .4s ease-in-out;
	font-size: 18px;
}

.brand-360-div {
	margin: 25px 0 0 0;
}

.virtualBtn:before {
	content: '';
	background: url("../images/sprite-2.png") no-repeat -37px -43px;
	width: 54px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.virtualBtn {
	height: 66px;
	border: 1px #ddd solid;
	vertical-align: middle;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-align: left;
	color: #F91313;
	border-color: #F91313;
}

.virtualBtn .btnTxt {
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	text-align: left;
}

/* contact us page css start */
.contact-sec {
	position: relative;
}

.sec_title.contact-title {
	font-size: 40px;
	line-height: 53px;
	margin-bottom: 35px;
}

.contact-form-div .inputField {
	border: 1px solid #E0E0E0;
	font-size: 14px;
	border-radius: 8px;
	padding: 0 30px;
}

.contact-form-div .form-group {
	margin-bottom: 30px;
}

.contact-form-div textarea.inputField {
	height: 120px;
	padding: 20px 30px;
}

.contact-info-right {
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	margin-left: 15%;
}

.contact-info-title {
	font-size: 26px;
	line-height: 1;
	color: #212121;
	font-weight: 600;
	padding: 25px 30px;
	border-bottom: 1px solid #E0E0E0;
}

.contact-info-list {
	padding: 25px 30px 35px 30px;
}

.contact-info-list li {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.contact-info-list li:last-child {
	margin-bottom: 0;
}

.contact-info-list li .ci-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF3F3;
	border-radius: 100%;
	margin-right: 15px;
}

.contact-info-list li .ci-txt {
	font-size: 18px;
	font-weight: 500;
	color: #757575;
	line-height: 25px;
	max-width: calc(100% - 65px);
}
.contact-info-list li .ci-txt a {
	color: #757575;
}
.contact-info-list li .ci-txt a:hover {
	color: #F91313;
}
.contact-map {
	margin-top: 65px;
}

/* contact us page css end */

/* thank you and 404 page css start */
.breadcrumSec.withPageTitle {
	background-color: #F9F9F9;
}

.breadcrumb-page-title {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1.24px;
	color: #212121;
	margin: 40px 0 30px;
	line-height: 1;
}

section.com-space-65,
.com-space-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.thank-error-innr {
	text-align: center;
}

.th-er-msg {
	margin: 50px auto 25px;
	font-size: 16px;
	line-height: 22px;
	color: #424242;
	letter-spacing: -0.16px;
	max-width: 474px;
}

.th-er-btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.th-er-btns .btn {
	text-align: center;
	margin: 0 15px;
}

.btn.btn-black {
	background-color: #212121;
	color: #fff;
	border-color: #212121;
}

.th-er-btns .btn.btn-black {
	min-width: 160px;
	text-align: center;
}

.th-er-btns .btn.btn-red {
	min-width: 200px;
	text-align: center;
}

/* thank you and 404 page css end */

/*product detail page css start*/
.product_details_main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.sec_title.font-34 {
	font-size: 34px;
	line-height: 1.3;
	text-transform: capitalize;
}

.sec_title.font-28 {
	font-size: 28px;
	line-height: 1.3;
	text-transform: capitalize;
}

.product_details_left {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

.product_details_left .slider-nav-2 {
	order: -1;
	width: 150px;
	margin-right: 15px;
}

.product_details_left .product_slider.product_slider_2 {
	max-width: calc(100% - 165px);
}

.tech_specs {
	width: 40%;
	padding-left: 5%;
}

.prod_slider_2 {
	border: 1px solid #dfdfdf;
}

.product_box {
	position: relative;
}

.product_box a {
	display: block;
	position: relative;
	overflow: hidden;
}

.tech_list {
	border: 1px solid #e6e7e8;
	margin-top: 17px;
	margin-bottom: 40px;
}

.tech_list li {
	border-bottom: 1px solid #e6e7e8;
	padding: 13px 20px;
	width: 100%;
	display: inline-block;
}

.tech_list li:nth-child(odd) {
	background: #f5f5f5;
}

.tlist_title {
	font-size: 18px;
	width: 50%;
	display: inline-block;
	font-weight: 300;
}

.tlist_title.pull-right {
	font-weight: 500;
	word-break: inherit;
	text-align: right;
}

.tech_specs .cmsPage table {
	border-collapse: collapse;
}

.tech_specs .cmsPage table tr td {
	padding: 10px 20px;
	font-weight: 400;
}

.tech_specs .cmsPage table tr:nth-child(odd) td {
	background: #f5f5f5;
}

.tech_specs .cmsPage table tr td:nth-child(odd) {
	text-align: left;
}

.tech_specs .cmsPage table tr td:nth-child(even) {
	color: #000;
}

.product_extra_details {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.detailTab li {
	float: left;
	cursor: pointer;
	background-color: #eee;
	padding: 11px 25px;
	margin-right: 5px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	font: 700 18px/22px 'Poppins', sans-serif;
	color: #575757;
}

.detailTab li.current {
	color: #fff;
	background: #F91313;
	position: relative;
}

.product_extra_details .detailTab li.current:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #F91313;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
}

.product_extra_details h2 {
	display: none;
}

.accoContain {
	float: left;
	width: 100%;
	display: none;
	font-weight: 400;
}

.accoContain.current {
	display: block;
}

.accocontain_inner {
	border: 1px solid #eee;
	width: 100%;
	float: left;
}

.accocontain_inner li {
	border-bottom: 1px solid #eee;
	width: 40%;
	float: left;
	padding: 9px 0;
	font: 16px/26px 'Poppins', sans-serif;
}

.product_extra_2 .accocontain_inner li {
	padding: 9px 20px;
	border-bottom: 0px;
}

.product_extra_2 .accocontain_inner li:nth-child(even) {
	width: 40%;
}

.product_extra_2 .accocontain_inner li.BlankLi {
	padding: 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #eee;
}

.product_extra_2 .accocontain_inner li.BlankLi:last-child {
	border-bottom: 0;
}

.inContent.cmsPage,
.inContent.cmsPage p,
.inContent.cmsPage ul li,
.inContent.cmsPage ol li {
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
}

.slider-nav-2 .product_box {
	border: 1px solid #dfdfdf;
	margin: 0 0 10px;
	max-width: 150px;
}

.product_details_left .sec_title {
	order: -2;
	width: 100%;
}

/*product detail page css end*/

.prdlist-price .price-txt.old-price {
	color: #757575;
	font-weight: 600;
	font-size: 18px;
	text-decoration: line-through;
}

.arrived-price.old-price {
	font-size: 16px;
	line-height: 24px;
	color: #757575 !important;
	font-weight: 500;
	text-decoration: line-through;
	margin-left: 5px;
}

.dtfinace-price .dtprice-txt .old-price {
	color: #757575;
	font-weight: 600;
	margin-left: 10px;
	font-size: 86%;
	text-decoration: line-through;
}

.testimonialSec.bg-white {
	background-color: #ffffff;
}

.testimonial_slider_new .testimonial-box {
	background-color: #fff;
	padding: 0px 0px 25px 90px;
	border-radius: 15px;
	position: relative;
	margin: 0 0 35px !important;
	border-bottom: 1px solid #eee;
}

.testimonial_slider_new .testimonial-box:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0px !important;
	border-bottom: 0px;
}

.testimonial_slider_new .testimonial-box .quoteDiv {
	width: 66px;
	height: 66px;
	top: 0;
	left: 0;
}

.testimonial_slider_new .testimonial-box .quoteDiv img {
	width: 35px;
	height: auto;
}

/* header top strip numbers start */
.callnow-btn.mobile-call-btn {
	display: none;
}

.location-numbers {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #FFF3F3;
}

.location-numbers li.loc-phone-icon+li {
	border-left: 0;
}

.location-numbers li~li {
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #ddd;
}

.header-top::before {
	display: none;
}

.location-numbers::before {
	content: '';
	position: absolute;
	background-color: #FFF3F3;
	width: 1500px;
	height: 40px;
	z-index: -1;
	left: 100%;
}

.location-numbers li {
	font-size: 14px;
	line-height: 40px;
}

.location-numbers li strong {
	font-weight: 500;
}

.location-numbers li.loc-phone-icon {
	background-color: #F91313;
	font-size: 16px;
	width: 30px;
	height: 100%;
	text-align: center;
	color: #fff;
}

/* .location-numbers li a{display: flex;align-items: center;column-gap: 3px;} */
.location-numbers li,
.location-numbers li a {
	white-space: nowrap;
}

/* header top strip numbers end*/

/*sitemap page css start*/
.siteMain li:first-child {
	padding-top: 10px
}

.siteMain li:last-child {
	border-left: 0;
	padding-left: 16px
}

.siteMain li ul li:last-child {
	padding-bottom: 0
}

.siteMain li {
	border-left: 1px solid #F91313;
	padding-left: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	position: relative;
	padding-bottom: 10px
}

.siteMain li ul li:first-child {
	padding-top: 5px;
}

.siteMain li ul li:first-child:before {
	top: 16px;
}

.siteMain li:before,
.siteMain li:last-child:after {
	position: absolute;
	content: '';
	left: 0;
	background: #F91313
}

.siteMain {
	padding: 0 0 0 15px
}

.siteMain li:before {
	height: 1px;
	width: 8px;
	top: 12px;
	margin: auto 0
}

.siteMain li:last-child:after {
	top: 0;
	width: 1px;
	height: 12px
}

.siteMain li:first-child:after {
	height: auto;
	bottom: 12px
}

.siteMain li:first-child:before {
	top: 22px
}

.sitUlTitle {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	padding-bottom: 5px;
	font-family: "Poppins", sans-serif;
}

.siteMain li a {
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 0;
}

.siteMain .sub-menu {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	min-width: unset;
	box-shadow: unset;
	border-bottom: unset;
	top: unset;
	left: unset;
	right: unset;
	bottom: unset;
	background: unset;
}

/*sitemap page css end*/

/* dealer page css start */
.dealer_map {
	border: 10px solid #f1f1f1;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.directoryitem {
	margin-top: 50px;
}

.directoryInner {
	border: 1px solid #dfdfdf;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 100%;
}

.directorytitle {
	padding: 10px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	background: #f5f5f5;
	color: #000;
	border-bottom: 1px solid #dfdfdf;
}

.directoryimage {
	width: 45%;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.directoryimage img {
	max-width: 70%;
}

.directorydesc {
	width: 55%;
	padding: 15px 0px 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
}

.directoryaddress {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 20px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.directoryphone {
	margin: 10px 0;
}

i.dphone {
	background: url("../images/sprite.png") no-repeat -240px -40px;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
}

.directoryphone a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0 10px;
	display: inline-block;
	vertical-align: bottom;
	pointer-events: none;
}

.directoryphone {
	margin: 10px 0;
	display: flex;
}

i.demail {
	background: url("../images/sprite.png") no-repeat -271px -41px;
	width: 20px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}

.direemail a {
	pointer-events: inherit;
}

/* dealer page css end */

.ui-widget.ui-widget-content.ui-autocomplete {
	font-size: 14px;
	max-width: 296px;
	border: 1px solid rgba(117, 117, 117, 0.15);
	border-radius: 6px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	line-height: 20px;
	z-index: 9999;
}

.ui-widget.ui-widget-content.ui-autocomplete li:not(:last-child) {
	border-bottom: 1px solid rgba(117, 117, 117, 0.15);
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper {
	padding: 3px 12px;
}

.ui-widget.ui-widget-content.ui-autocomplete li div.ui-state-active {
	background: #FFF3F3;
	border-color: transparent;
}

/*Blog section start*/
.blog-grid-main {
	margin-top: 25px;
}

.blog-box {
	position: relative;
}

.blog-img,
.blog-img a {
	position: relative;
	overflow: hidden;
}

.blog-img img {
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.blog-img a {
	display: block;
}

.blog-txt {
	padding-top: 15px;
}

.blog-title {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 10px;
}

.blog-title a {
	color: inherit;
}

.blog-date {
	font-size: 15px;
	color: #a7a9ac;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

/*.blog-date:after{content: ""; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background-color: #F91313;}*/
.blog-desc {
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.blog-txt a.link {
	color: #F91313;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}

.blog-img .absoImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*Blog section end*/


.prdlike-row .prdlike-col {
	padding-left: 5px;
	padding-right: 5px;
}

.prdlike-col>.slick-track {
	margin-left: auto !important;
	margin-right: auto !important;
}



/*---------Great Aussie Caravans Start -----------*/
.section_Title {
	color: #000000;
	font-size: 26px;
	line-height: 59px;
	text-transform: capitalize;
	text-align: center;
}

.section_TitleH2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 70px;
	color: #212121;
}

.gray_bg {
	background-color: #F5F5F5;
}

.caravans_infoWrapper {
	margin: 45px 0 72px;
}

.text-strong {
	color: #000;
	font-style: italic;
}

.caravans_infoWrapper .cmsPage {
	max-width: 620px;
	width: 100%;
}

.caravans_infoWrapper .cmsPage p:not(:last-child) {
	margin-bottom: 25px;
}

.caravans_infoWrapper .th-er-btns {
	margin-top: 50px;
}

/* vans */
.dark_para {
	font-size: 18px;
	color: #212121;
	line-height: 21px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vans_showcaseWrapper {
	padding: 92px 140px 118px;
}

.vans_wrapper_bg {
	background-color: #ffffff;
	border-radius: 30px;
	max-width: 1640px;
	width: 100%;
	padding: 91px 20px 107px;
}

.vans_wrapper_bgSpace {
	margin-top: 93px;
}

.caravans_boxWrapper {
	margin-top: 46px;
}

.caravans_boxWrapper .row {
	justify-content: center;
}

.caravans_boxWrapper [class*="col-"] {
	margin-bottom: 30px;
}

.caravans_boxWrapper.caravans_boxWrapper_left .row {
	justify-content: left;
}

.caravans_box {
	border: 1px solid #C8C8C8;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	max-width: 420px;
	height: 100%;
	width: 100%;
}

.caravans_box_head {
	padding: 49px 15px 0px;
}

.caravans_box_head img {
	max-width: 397px;
	width: 100%;
	object-fit: contain;
}

.caravans_box.full_caravans_box .caravans_box_head {
	padding: 0;
}

.caravans_box.full_caravans_box .caravans_box_head img {
	max-width: 100%;
}

.caravans_box_body {
	text-align: center;
	max-width: 325px;
	width: 100%;
	margin: 0 auto;
	padding: 44px 30px 30px;
}

.caravans_box_body img {
	max-width: 250px;
	width: 100%;
	object-fit: contain;
}

.caravans_box_body img,
.caravans_product_title {
	margin-bottom: 16px;
}

.caravans_box_body .btn {
	margin-top: 50px;
}

/* .caravans_box_body p{margin:16px auto 56px;min-height:63px;height:100%;} */
.category_badge {
	background-color: #F91313;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 8px;
	max-width: 300px;
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 40px;
	left: -65px;
	transform: rotate(-35deg);
	text-transform: uppercase;
}

/* why choose */
.why_chooseSection {
	margin: 90px 0;
}

.whyChoose_sectionSpace {
	margin-top: 46px;
}

.whyChoose_box_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.choose_col {
	padding: 0 6px;
	width: calc(100% / 4);
}

.whyChoose_box {
	border-radius: 15px;
	border: 1px solid #C8C8C8;
	text-align: center;
	min-height: 335px;
	height: 100%;
	margin: 0 0px 12px;
}

.whyChoose_box_head {
	background-color: #FFE3E3;
	padding: 34px 15px;
	border-radius: 15px;
	height: 212px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whyChoose_box_head img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.whyChoose_box_body {
	padding: 12px 25px;
	min-height: 119px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 0 0 15px 15px;
	flex-direction: column;
}

.Great_aussie_sectionImage img {
	width: 100%;
	max-height: 757px;
	height: 100%;
	object-fit: cover;
}

/* stock section */
.stockBox_section {
	margin: 146px 0 93px;
}

.stock_box {
	background-color: #F91313;
	color: #ffffff;
	padding: 37px 51px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stock_boxLeft {
	display: flex;
	align-items: center;
}

.stock_boxLeft img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.stock_boxLeft_info {
	margin-left: 32px;
}

.stock_title {
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
}

.stock_subTitle {
	font-size: 14px;
	text-transform: capitalize;
}

.stock_box .btn:hover {
	background-color: #000000;
	color: #ffffff;
}

/*---------Great Aussie Caravans end -----------*/


/*---------Great Aussie Caravans Details Start -----------*/
.caravans_detailsSec .breadcrumSec {
	padding-bottom: 0;
}

.caravans_details_section {
	margin: 30px 0 50px;
}

.caravans_detailsInfo_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 82px;
}

.caravans_detailsInfo .section_titleH4 {
	line-height: 30px;
}

.caravans_details_section .caravans_box {
	max-width: 100%;
	border-radius: 6px;
	max-height: 440px;
	height: 100%;
}

.caravans_details_section .caravans_box_head img {
	max-width: 500px;
}

.caravans_brandLogo {
	max-width: 339px;
	width: 100%;
	margin-bottom: 18px;
}

.section_titleH4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 21px;
}

.caravans_details_section .caravans_infoWrapper {
	margin: 40px 0 52px;
}

.slides_img {
	max-width: 460px;
	width: 100%;
}

.slides_img img {
	max-width: 100%;
	width: 100%;
}

.details_imgSlider.slick-slider {
	margin: 0 -13.5px 80px;
}

.details_imgSlider .slick-slide {
	margin: 0 13.5px;
}

.caravans_slider_section .slick-dots li {
	width: 13px;
	height: 13px;
}

.caravans_slider_section .slick-dots li button {
	width: 13px;
	height: 13px;
	background-color: #F91313;
	opacity: 0.32;
	border-radius: 50%;
}

.caravans_slider_section .slick-dots li button:before {
	width: 13px;
	height: 13px;
	line-height: 13px;
	color: transparent;
}

.caravans_slider_section .slick-dots {
	bottom: -43px;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.carvans_storm_slider .slick-dots {
	display: none;
}

/* floor plan tabs */
.floor_plan {
	margin: 43px 0 91px;
}

.floor_planTabs {
	margin-top: 43px;
}

/* tabs css  */
.tabs {
	width: 100%;
	border-radius: 15px;
	border: 1px solid #CCCCCC;
}

.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 20px 10px 0 30px;
	min-height: 70px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tabs-nav li {
	float: left;
	font-weight: bold;
	padding: 8px 10px 20px;
	cursor: pointer;
}

.tabs-nav li a {
	text-decoration: none;
	color: #212121;
	font-weight: 400;
	position: relative;
	transition: font-weight 0.3s ease;
}

.tabs-nav li a::after {
	content: '';
	display: block;
	width: 57px;
	background-color: #F91313;
	border: 2px solid #F91313;
	border-radius: 60px;
	position: absolute;
	bottom: -18px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tabs-nav li:hover a,
.tabs-nav li.active a {
	font-weight: bold;
}

.tabs-nav li.active a::after,
.tabs-nav li:hover a::after {
	opacity: 1;
}

.tab_data_wrapper {
	display: none;
	padding-top: 3px;
	background-color: #FFF;
	border-radius: 0 0 15px 15px;
}

.tab-content.active .tab_data_wrapper,
.tab-content2.active .tab_data_wrapper,
.tab-content.active .floor_planWrapper,
.tab-content2.active .more_featureList {
	display: block;
}

.tab_title {
	background-color: #3D3D48;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 59px;
	padding: 30px;
}

.mob_tab_title {
	padding: 20px;
	background: #3D3D48;
	color: #ffffff;
	display: none;
}

/* .mob_tab_title svg{width:20px;height:20px;display:none;}*/
.plusminus {
	font-size: 20px;
}

.floor_planWrapper {
	padding: 73px 48px;
}

.floor_planWrapper img {
	width: 100%;
}

.more_details_tabs {
	margin: 78px 0 82px;
}

.more_details_tabs .tab_data_wrapper {
	padding-top: 0;
}

.more_details_tabs .tabs-nav {
	display: inline-block;
}

.more_details_tabs .tabs-nav li {
	margin: 0 28px;
}

.more_details_tabs .tabs-nav li:first-child {
	margin: 0;
}

.feature_mob_tabTitle {
	display: none;
	font-weight: 600;
	padding: 8px 0;
	border-bottom: 1px solid #C8C8C8;
}

.more_featureList li {
	padding: 20px 20px 20px 56px;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	color: #212121;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	width: 100%;
}

.more_featureList li span {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 28px;
}

.more_featureList li span::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #F91313;
	border-radius: 50%;
	margin-right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.more_featureList li span strong {
	font-weight: 500;
}

.more_featureList li:nth-child(odd) {
	background-color: #E9E9E9;
}

.more_featureList li:nth-child(even) {
	background-color: #ffffff;
}

.more_featureList li:last-child {
	border-radius: 0 0 15px 15px;
}

.more_details_tabs .stock_box {
	margin-top: 45px;
}

.Choose_model_section {
	margin-bottom: 124px;
}

.Choose_model_section .caravans_slider_section {
	margin-top: 26px;
}

.Choose_model_section .caravans_slider_section .slick-dots {
	bottom: -52px;
}

.Choose_model_section .caravans_box {
	max-width: 100%;
}

.choose_Caravans_Slider .slick-slide {
	margin: 17.5px;
}

/*---------Great Aussie Caravans Details end -----------*/


/*--------- Kea page start -----------*/
.vans_wrapper_bg.no_scheme_Vans {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.no_badge {
	display: none;
}

.caravans_product_title {
	font-size: 22px;
	color: #F91313;
	font-weight: 500;
	line-height: 30px;
}

.white_caravans_box {
	background-color: #ffffff;
}

.white_caravans_box .caravans_box_head img {
	max-width: 320px;
	margin: 0 auto;
}

.white_caravans_box .dark_para {
	line-height: 26px;
}

/*--------- Kea page end -----------*/

/*--------- Kea-Details page start -----------*/
.kea_details_section .caravans_slider_section {
	margin-bottom: 120px;
}

.Specifications_tabs .more_featureList li span {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 460px;
	width: 100%;
}

.Specifications_tabs.more_details_tabs .tabs-nav {
	display: flex;
	align-items: center;
	padding: 20px 160px 0px 40px;
}

.kea_Choose_model_section .caravans_box_body {
	max-width: 100%;
}

.kea_Choose_model_section .slick-track,
.caravans_slider_section .slick-track {
	display: flex !important;
}

.kea_Choose_model_section .slick-slide,
.caravans_slider_section .slick-slide {
	height: auto;
}

/*--------- Kea-Details page end -----------*/

/*--------- sunfinder Caravans Details start -----------*/
.sunfinder_caravans_detailsSec .caravans_box_head {
	padding: 0 !important;
}

.sunfinder_caravans_detailsSec .caravans_details_section .caravans_box_head img {
	max-width: 100%;
}

.sunfinder_caravans_detailsSec .caravans_details_section .caravans_infoWrapper {
	margin: 30px 0 42px;
}

.sunfinder_caravans_detailsSec .tabs-nav {
	padding: 20px 100px 0;
}

.sunfinder_caravans_detailsSec .caravans_detailsTabs .floor_planWrapper {
	padding: 43px 48px;
}

.sunfinder_caravans_detailsSec .caravans_detailsTabs .floor_planWrapper img {
	margin: 0 auto;
	width: 70%;
	display: block;
}

.sunfinder_caravans_detailsSec .why_chooseSection,
.terrain_choose_model,
.active_caravans_details_sec .why_chooseSection {
	padding: 90px 0;
	margin: 0;
}

.terrain_choose_model .caravans_box {
	border: 0px;
}

.terrain_choose_model .caravans_product_title {
	font-size: 26px;
}

.terrain_choose_model .caravans_box_body {
	max-width: 100%;
	background-color: #ffffff;
	padding: 44px 30px 55px;
}

/* .terrain_choose_model .caravans_box_body p{margin: 16px auto 15px;min-height: 43px;} */
.light_para {
	font-weight: 400;
}

/*--------- sunfinder Caravans Details end -----------*/

/*--------- zig-zag section start -----------*/
.zig_zagBox_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
	max-height: 757px;
}

.zig_zag_box {
	height: 100%;
	max-height: inherit;
}

.zig_zag_box img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.zig_zag_info {
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zig_zag_info.zig_zag_infoLight {
	background-color: #ffffff;
}

.zig_zag_infoData {
	max-width: 471px;
	width: 100%;
}

.zig_zag_title {
	font-size: 45px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 59px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.zig_zag_para {
	color: #757575;
}

/*--------- zig-zag section end -----------*/


/*--------- Video-tour section start -----------*/
.video_tour {
	margin: 85px 0 100px
}

.video_tour .zig_zag_para {
	margin: 20px 0 60px;
	text-align: center;
}

.video_tour iframe {
	min-height: 662px !important;
	height: 100%;
	width: 100% !important;
}

/*--------- Video-tour section end -----------*/

.headertopDiv .location-numbers li a[href^="tel"] {
	white-space: nowrap;
}

.home-brn {
	position: relative;
	height: 622px;
	overflow: hidden;
}

.home-brn.slick-initialized {
	height: unset;
	overflow: unset;
}

.home-brn .slick-track {
	display: flex;
	flex-direction: row;
}

.contentMainSec {
	padding-top: 126px;

}





/*---------Media Query Start -----------*/
@media only screen and (min-width:1200px) {

	a[href^="sms"],
	a[href^="tel"] {
		pointer-events: none;
	}

	a[href^="mailto"] {
		word-break: break-all;
	}

	a:hover,
	.ftr-socialDiv ul.social_links li a:hover,
	.ftr_links li a:hover,
	.copyrightCnt p span a:hover,
	.dt-commentDesc p a:hover,
	.dt-quoteBtnCol .disclamier-link:hover {
		color: #F91313;
	}

	.link-ViewAll:hover::after {
		width: 0px;
	}

	.blog-txt a.link:hover {
		color: #000;
	}

	.arrived-Box:hover .arrivedCnt .arrived-price.old-price {
		font-size: 24px;
	}

	.prdlist-img-link:hover .absoImg {
		transform: scale(1.1);
	}

	.prdlist-img-link:hover .prdlist-title {
		color: #F91313;
	}

	.virtualBtn:hover {
		color: #fff;
		background: #F91313;
	}

	.virtualBtn:hover:before {
		background-position: -37px -6px;
	}

	.btn:hover {
		background-color: #F91313;
		border-color: #F91313;
		color: #FFFFFF;
	}

	.brand-Box:hover {
		box-shadow: 0px 7px 21px #00000014;
	}

	/* .brand-Box:hover .btn { background-color: #F91313; border-color: #F91313; color: #FFFFFF; } */
	.category-menu ul.categUl li a:hover {
		color: #F91313;
		font-weight: 600;
	}

	.callnow-btn .callnow-link:hover {
		background-color: #000;
	}

	.menuUl>li ul li a:hover {
		background-color: #F91313;
		color: #ffffff;
	}

	.link-ViewAll:hover {
		color: #000;
	}

	.link-ViewAll:hover {
		color: #F91313;
	}

	nav.MenuRow .menuUl>li>a:hover {
		color: #F91313;
	}

	.btn-red:hover {
		background-color: #0A0A0A;
		border-color: #0A0A0A;
	}

	.btn-explorenow:hover {
		background-color: #F91313;
		color: #fff;
		border-color: #F91313;
	}

	.about-btn a.btn-readmore:hover {
		color: #F91313;
	}

	.about-btn a.btn-readmore:hover span::after {
		width: 0;
	}

	.arrived-Box .arrived-img a:hover .absoImg {
		transform: scale(1.1);
	}

	.arrived-Box:hover {
		position: relative;
		transform: translateY(-70px);
		-webkit-transform: translateY(-70px);
		-moz-transform: translateY(-70px);
		height: calc(100% + 70px);
	}

	.arrived-Box:hover .arrivedCnt .arrived-price {
		font-size: 30px;
		color: #F91313;
	}

	.arrived-Box:hover .arrived-link {
		opacity: 1;
		visibility: visible;
	}

	#category .category-box:hover {
		box-shadow: 0px 7px 21px #00000014;
	}

	#category .category-box:hover .btn {
		background-color: #F91313;
		border-color: #F91313;
		color: #FFFFFF;
	}

	.breadcrumDiv .breadcrumbUl li a:hover,
	.filterCnt .filterUl li a:hover {
		color: #F91313;
	}

	.enquire-button .btn-Enquire:hover,
	.dtenquire-button .btn-Enquire:hover {
		background-color: #F91313;
	}

	.paginations .pagiUl li a:hover {
		background-color: #212121;
		color: #fff;
	}

	.filterCnt .filterUl li.active a:hover::after,
	.filterCnt .filterUl li.active .ctg-close:hover {
		color: #212121;
	}

	.prd-more:hover,
	.prd-more:hover::before {
		color: #F91313;
	}

	.contact-info-list li a.ci-txt:hover {
		color: #F91313;
	}

	.btn.btn-black:hover {
		background-color: #F91313;
		color: #fff;
		border-color: #F91313;
	}

	.tabs-nav li {
		min-width: calc(100% / 9 - 20px);
	}

	.tabs-nav li a {
		display: block;
	}

}

@media only screen and (min-width:992px) {}

/* common css for below screen 1366 */
@media only screen and (max-width:1366px) {
	.bnrcntRow {
		max-width: 50%;
	}

	.banner-title {
		font-size: 56px;
		line-height: 64px;
	}

	.bnrsearch-box {
		width: 97%;
		min-height: 90px;
	}

	.bnr-cnt {
		padding-right: 45px;
		position: relative;
	}

	.location-Sel .selectField,
	.search-box select {
		padding: 0px 0px 0px 30px;
	}

	.sectionSpace {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.about-img {
		width: 52%;
	}

	.about-Cnt {
		width: 45%;
		padding-top: 90px;
		padding-right: 35px;
	}

	.aboutDesc {
		margin-bottom: 70px;
	}

	.about-btn a.btn-readmore {
		max-width: 200px;
		min-height: 200px;
	}

	.about-btn::after {
		width: 70px;
		height: 70px;
		left: 201px;
		bottom: -70px;
	}

	.about-big-img {
		right: -164px;
	}

	.about-big-img img {
		width: 60%;
	}

	.about-small-img {
		left: 0px;
		bottom: -35%;
	}

	.arrivedboxs-main {
		padding-top: 110px;
	}

	.sec_title {
		font-size: 42px;
		line-height: 60px;
	}

	.serviceRow .service-col:nth-child(odd) .serviceCnt {
		right: 25px;
		top: 0px;
		left: 15px;
	}

	.serviceRow .service-col:nth-child(even) .serviceCnt {
		left: 25px;
		right: 15px;
		top: 0px;
	}

	.serviceCnt .service-title {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	.serviceCnt .privacy-icon {
		width: 75px;
		height: 75px;
		margin-bottom: 20px;
	}

	.serviceCnt .service-title br {
		display: none;
	}

	.serviceCnt .btn-explorenow {
		max-width: 160px;
		min-height: 46px;
	}

	.footer_main {
		padding: 60px 0px;
	}

	.pageTitWrap .Pagetitle {
		font-size: 36px;
		line-height: 60px;
	}

	.breadcrumSec {
		padding: 25px 0px;
	}

	.prdSearch-Div {
		margin-bottom: 25px;
		padding-bottom: 20px;
	}

	.filterCol {
		width: 22.5%;
	}

	.prdlistCol {
		width: calc(100% - 25%);
	}

	.prdlist-Cnt .prdlist-title,
	.prdlist-price .price-txt {
		font-size: 18px;
		line-height: 26px;
	}

	.prdlist-title-cnt {
		padding: 12px;
	}

	.prdlist-price-cnt {
		padding: 12px 12px 0px 12px;
	}

	.prdlistCol .row [class*='col-'] {
		padding-bottom: 25px;
	}

	.filterTitle {
		padding: 15px 0px;
	}

	.filterCnt .filterUl li a {
		line-height: 40px;
	}

	.ftr-Desc {
		max-width: 355px;
	}

	.row [class*="col-xl"].ftr_col-info {
		width: 22.5%;
	}

	/*.row [class*="col-xl"].ftr_col-link { width: 22.5%; }*/
	.row [class*="col-xl"].ftr_col-Contac {
		width: 22.5%;
	}

	.testimonial-box:not(:last-child) {
		margin-right: 45px;
	}

	.quoteDiv {
		width: 90px;
		height: 90px;
	}

	.dtEnquiryfrmCol {
		width: 39%;
	}

	.dt-comtitle {
		padding: 15px 25px 20px 25px;
	}

	.dt-comcnt {
		padding: 20px 25px 25px 25px;
	}

	.dt-detailbox .dt-comtitle,
	.dt-specifibox .dt-comtitle {
		padding: 25px 35px 20px 35px;
	}

	.dt-detailCnt.dt-comcnt {
		padding: 25px 35px 30px 35px;
	}

	.dt-specifiCol .dtspecifi-title,
	.dtspecifi-details {
		padding: 20px 30px 20px 35px;
	}

	.prdtailRow {
		padding-bottom: 45px;
	}

	.prdrelated-Div {
		padding: 35px 0px 0px 0px;
	}

	.dtenquiryfrm-body,
	.dt-enquiryfrm .dtenquiry-title {
		padding: 20px 25px;
	}

	.dtSliderMain {
		padding-bottom: 25px;
	}

	.dtfinace-priceCol {
		padding: 15px 25px;
	}

	.dtfinace-logoCol {
		padding: 20px 25px 0px 25px;
	}

	.dtratestRow {
		padding: 15px 25px 10px 25px;
	}

	.dt-quoteBtnCol {
		padding: 20px 25px 15px;
	}

	.prdrelated-title {
		padding-bottom: 25px;
	}

	.search-box select {
		background-position: right 20px center !important;
	}

	.sec_title.contact-title {
		font-size: 38px;
		line-height: 1.3;
	}

	.contact-map {
		margin-top: 40px;
	}

	.header-left {
		width: 22%;
	}

	.header-right {
		width: calc(100% - 22%);
	}

	.location-numbers li {
		font-size: 13px;
	}

	.location-numbers li~li {
		margin-left: 5px;
	}

	.vans_showcaseWrapper {
		padding: 92px 60px 118px;
	}

	.vans_wrapper_bg {
		padding: 60px 20px 100px;
	}

	/* brand details */

}

/* common css for below screen 1199 */
@media only screen and (max-width:1199px) {

	/*Cms Css Start*/
	.cmsPage h1 {
		font-size: 35px;
		line-height: 1.5em;
	}

	.cmsPage h2 {
		font-size: 28px;
		line-height: 1.5em;
	}

	.cmsPage h3 {
		font-size: 24px;
		line-height: 1.5em;
	}

	.cmsPage h4 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.cmsPage h5 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.cmsPage h6 {
		font-size: 16px;
		line-height: 1.5em;
	}

	.cmsPage,
	.cmsPage p {
		line-height: 1.3em;
	}

	.cmsPage,
	.cmsPage p {
		font: 400 14px/22px 'Poppins', sans-serif;
	}

	/*Cms Css End*/
	nav.MenuRow .menuUl>li:not(:first-child) {
		margin-left: 45px;
	}

	.banner-title {
		font-size: 48px;
		line-height: 60px;
	}

	.bnr-Desc {
		font-size: 18px;
		line-height: 28px;
	}

	.bnr-cnt {
		padding-right: 30px;
		width: 52%;
	}

	.bnr-img {
		width: 45%;
	}

	.search-box select {
		padding: 0px 20px 0px 20px;
	}

	.bnrsearch-box {
		min-height: 70px;
	}

	.SearchBtn {
		width: 23%;
	}

	.SearchBtn .btn-search {
		font-size: 16px;
		line-height: 24px;
	}

	.search-box select,
	.inputField {
		font-size: 18px;
		line-height: 28px;
	}

	.sec_title {
		font-size: 38px;
		line-height: 48px;
	}

	.brand-Box {
		padding: 0px 20px 0px 20px;
		min-height: 300px;
	}

	.btn {
		min-width: 140px;
		line-height: 40px;
		font-size: 14px;
	}

	.brand-logo,
	.brand-logo {
		padding-bottom: 15px;
	}

	.about-Cnt .about-title {
		font-size: 34px;
		line-height: 40px;
		padding-bottom: 15px;
	}

	.about-img {
		width: 52%;
	}

	.about-Cnt {
		width: 45%;
		padding-right: 0px;
		padding-top: 50px;
	}

	.about-btn a.btn-readmore {
		max-width: 140px;
		min-height: 140px;
	}

	.about-btn::after {
		width: 60px;
		height: 60px;
		bottom: -60px;
		left: 140px;
	}

	.arrived-link {
		position: relative;
		bottom: 0px;
		opacity: 1;
		visibility: visible;
		padding-top: 20px;
	}

	.arrived-Box .arrivedCnt {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.pagecomSpace-top-hundredninety {
		padding-top: 120px;
	}

	.about-big-img {
		right: 0px;
		bottom: -160px;
	}

	.about-small-img {
		left: 0px;
		bottom: -30%;
	}

	.about-big-img img,
	.about-small-img img {
		width: 190px;
	}

	.arrivedboxs-main {
		padding-top: 60px;
	}

	.arrivedCnt .arrived-title {
		font-size: 20px;
		line-height: 28px;
	}

	.arriveDesc p:not(:last-child) {
		margin-bottom: 30px;
	}

	.quoteDiv {
		width: 60px;
		height: 60px;
	}

	.quoteDiv img {
		width: 30px;
		height: 34px;
	}

	.testimonial-box:not(:last-child) {
		margin-right: 40px;
	}

	.testimonial-box {
		padding: 30px 40px 30px 40px;
	}

	.testimonial-Desc p {
		font-size: 16px;
		line-height: 26px;
	}

	.testimonial-Desc {
		padding-bottom: 30px;
	}

	.rating-star {
		padding-bottom: 15px;
	}

	.sectionSpace {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	/*.testimonialDiv { padding-top: 70px; } */
	.OurKeyDiffere-box {
		padding: 25px 25px 0px;
		min-height: 200px;
	}

	.OurKeyDiffere-title {
		font-size: 18px;
		line-height: 26px;
	}

	.OurKeyDiffere-icon {
		margin-bottom: 15px;
	}

	.OurKeyDifferenDiv,
	.CategBoxDiv {
		padding-top: 30px;
	}

	.bg-grey-half::before {
		height: 40%;
		min-height: 220px;
	}

	.categ-link .catego-name {
		padding-left: 15px;
		font-size: 16px;
		line-height: 26px;
	}

	.categ-link {
		min-height: 110px;
	}

	.serviceCnt .service-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.serviceCnt .service-title br {
		display: none;
	}

	.serviceRow .service-col:nth-child(odd) .serviceCnt {
		right: 15px;
		left: 15px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		max-width: 100%;
		width: calc(100% - 35px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.serviceCnt .btn-explorenow {
		max-width: 160px;
		min-height: 45px;
	}

	.serviceCnt .privacy-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.serviceCnt .privacy-icon img {
		padding: 10px;
	}

	.serviceRow .service-col:nth-child(even) .serviceCnt {
		left: 15px;
		right: 15px;
		max-width: 100%;
		width: calc(100% - 35px);
		top: 0px;
		bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.row [class*="col-xl"].ftr_col-info {
		width: 22%;
	}

	.row [class*="col-xl"].ftr_col-Contac {
		width: 22%;
	}

	.ftr_contact_info li {
		font-size: 16px;
		line-height: 20px;
	}

	.ftr_links li a {
		font-size: 16px;
		line-height: 30px;
	}

	.row [class*="col-xl"].ftr_col-link {
		width: 18%;
	}

	.ftr_links_title {
		padding-bottom: 15px;
		font-size: 20px;
		line-height: 28px;
	}

	.footer_main {
		padding: 50px 0px;
	}

	.categ-link img {
		width: 33%;
	}

	.ftr-Desc {
		margin: 20px 0px 30px 0px;
	}

	.callnow-btn .callnow-link {
		min-width: 160px;
	}

	.callnow-btn {
		margin-left: 20px;
	}

	.header-left {
		width: 30%;
	}

	.header-right {
		width: calc(100% - 30%);
	}

	.header-bottom {
		padding: 20px 0px 20px 0px;
	}

	.headerfixed.hFixed .header-bottom {
		padding: 10px 0px 10px 0px;
	}

	.logo img {
		max-width: 90%;
	}

	.headerfixed.hFixed .logo img {
		max-width: 80%;
	}

	.pagecomSpace-sixty {
		padding-top: 40px;
		padding-bottom: 0px;
	}

	.browse-txt {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.category-menu ul.categUl {
		margin-bottom: 30px;
	}

	.aboutDesc {
		margin-bottom: 50px;
	}

	.bnrcntRow {
		max-width: 530px;
		left: 15px;
	}

	#category .category-div .category-title {
		font-size: 24px;
		line-height: 30px;
	}

	#category .category-div {
		padding: 12px;
	}

	#brand .row [class*="col-"] {
		margin-bottom: 25px;
	}

	.about-small-img {
		bottom: -35%;
	}

	.prdlist-img img {
		width: 100%;
	}

	.filterCol {
		width: 27%;
	}

	.prdlistCol {
		width: calc(100% - 30%);
	}

	.prd-refineSrch {
		padding-bottom: 20px;
	}

	.prdSearch-Div {
		margin-top: 10px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.pageTitWrap .Pagetitle {
		font-size: 28px;
		line-height: 38px;
	}

	.breadcrumSec {
		padding: 20px 0px 20px;
	}

	.dt-serviceRow {
		padding-bottom: 15px;
	}

	.dt-serviceCol:not(:last-child) {
		margin-right: 7px;
	}

	.dt-serviceRow {
		flex-wrap: wrap;
	}

	.dt-serviceCol {
		width: calc(100%/4 - 7px);
		margin-bottom: 7px;
		padding: 5px 10px 5px 10px;
	}

	.dtfinace-price .dtprice-txt {
		font-size: 26px;
		line-height: 34px;
	}

	.dt-detailCol:not(:last-child) {
		padding-bottom: 15px;
	}

	.dtratestRow .dtrateEstCol {
		width: 50%;
	}

	.dtenquire-button .btn-Enquire {
		min-width: 140px;
		min-height: 42px;
	}

	.dtestimate-txt {
		font-size: 18px;
		line-height: 26px;
	}

	.dt-termCol .dt-termDesc {
		font-size: 12px;
	}

	.dt-quoteBtnCol .btn-quote {
		min-width: 148px;
		line-height: 36px;
		margin-right: 15px;
	}

	.dt-enquiryfrm .dtenquiry-title {
		font-size: 22px;
		line-height: 32px;
		padding: 15px 20px;
	}

	.dtenquiryfrm-body {
		padding: 15px 20px;
	}

	.dt-comtitle {
		padding: 15px 25px 20px 25px;
	}

	.dt-detailbox .dt-comtitle,
	.dt-specifibox .dt-comtitle {
		padding: 15px 25px 15px 25px;
	}

	.dt-detailCnt.dt-comcnt {
		padding: 20px 25px;
	}

	.dt-termCol {
		padding: 10px 20px;
	}

	.dtfinace-priceCol,
	.dtratestRow,
	.dtspecifi-details {
		padding: 15px 20px;
	}

	.dtfinace-logoCol {
		padding: 15px 20px 0px 20px;
	}

	.dtrateEstCol .dtrateEst-price {
		font-size: 16px;
		line-height: 22px;
	}

	.dt-specifiCol .dtspecifi-title {
		padding: 15px 25px;
	}

	.dtspecifi-title::before {
		top: 19px;
	}

	.dtspecifi-title::after {
		top: 25px;
	}

	.dt-serviCnt .dt-servitit {
		font-size: 13px;
	}

	.prdtailRow {
		padding-bottom: 35px;
	}

	.prdrelated-Div {
		padding: 25px 0px 0px 0px;
	}

	.location-Sel .selectField,
	.search-box select {
		padding: 0px 0px 0px 20px;
	}

	.testimonial_slider {
		margin: 0;
	}

	.testimonial_slider:before {
		display: none;
	}

	.testimonialDiv .slick-list {
		overflow: hidden;
	}

	.testimonial_slider {
		padding-top: 0px !important;
	}

	.testimonial-box:not(:last-child) {
		margin-top: 70px;
	}

	section.com-space-60,
	.com-space-60 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.brand-cms-txt {
		padding-left: 0;
	}

	.contact-info-right {
		margin-left: 0;
	}

	.sec_title.contact-title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.contact-form-div .form-group {
		margin-bottom: 20px;
	}

	.contact-info-list {
		padding: 25px 20px;
	}

	.contact-info-title {
		padding: 20px;
	}

	.contact-info-list li {
		margin-bottom: 20px;
	}

	.contact-info-list li .ci-txt {
		font-size: 16px;
		line-height: 1.4;
		max-width: calc(100% - 59px);
	}

	.contact-info-list li .ci-icon {
		width: 44px;
		height: 44px;
	}

	section.com-space-65,
	.com-space-65 {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	/* product detail page css start */
	.product_details_main {
		flex-wrap: wrap;
	}

	.sec_title.font-34 {
		font-size: 28px;
	}

	.sec_title.font-28 {
		font-size: 22px;
	}

	.product_details_left {
		width: 100%;
		margin-bottom: 25px;
	}

	.tech_specs {
		width: 100%;
		padding-left: 0;
	}

	/* product detail page css end */

	.prdlist-price .price-txt.old-price {
		font-size: 16px;
	}

	.location-numbers {
		width: 100%;
		justify-content: space-between;
	}

	.location-numbers::before {
		left: unset;
	}

	.location-numbers li~li {
		border-left: 0;
	}

	.ui-widget.ui-widget-content.ui-autocomplete {
		max-width: 268px;
	}

	li.multiAdd>a:hover {
		background-color: #ef1b1f;
		color: #fff
	}

	.vans_showcaseWrapper {
		padding: 50px 0;
	}

	.why_chooseSection {
		margin: 40px 0;
	}

	.whyChoose_box_wrapper {
		flex-wrap: wrap;
	}

	.stockBox_section {
		margin: 100px 0 93px;
	}

	.zig_zag_infoData {
		max-width: 390px;
	}

	/* brand details */
	.caravans_detailsInfo_wrapper {
		grid-gap: 50px;
	}

	.caravans_brandLogo {
		max-width: 300px;
	}

	.tabs-nav {
		padding: 20px 15px 0;
	}

	.more_featureList li {
		padding: 20px;
	}

	.home-brn {
		height: 440px;
	}
}

/*1199px css end*/

/* common css for below screen 1024 */
@media only screen and (max-width:1024px) {
	.carvans_storm_slider .slick-dots {
		display: block;
	}
}

/*1024px css end*/

/* common css for below screen 991 */
@media only screen and (max-width:991px) {
	.homebannerSec .slick-track {
		display: flex !important;
	}

	.homebannerSec .home-brn {
		margin-bottom: 20px;
	}

	.bannerMain {
		flex-wrap: wrap;
		height: 100%;
	}

	.bnr-cnt {
		width: 100%;
		padding: 0px;
	}

	.bnr-img {
		width: 100%;
		text-align: center;
	}

	.banner-title {
		font-size: 34px;
		line-height: 44px;
	}

	.bnrcntRow {
		padding: 20px 0px;
	}

	.bnrcntRow {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}

	.bnr-cnt {
		max-width: 100%;
	}

	.bnr-img img {
		max-width: 100%;
		object-fit: cover;
		height: 100%;
	}

	.bnrsearch-box {
		width: 100%;
		position: relative;
		bottom: 0px;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}

	.bnr-Desc br {
		display: none;
	}

	.banner-title {
		padding-bottom: 20px;
	}

	.bnrsearch-box {
		background-color: transparent;
		box-shadow: none;
	}

	.search-box {
		border-right: none;
	}

	.location-Sel,
	.SearchBtn {
		width: 100%;
	}

	.search-box .selectField {
		border: 1px solid rgba(112, 112, 112, 0.24);
		border-radius: 6px;
	}

	.bnrsearch-box {
		flex-wrap: wrap;
		padding-bottom: 42px;
	}

	.search-box select {
		padding: 9px 15px 9px 15px;
		background-position: right 20px center !important;
	}

	.category-Sel {
		width: calc(50% - 6px);
	}

	.category-Sel:nth-of-type(3n) {
		margin-left: 12px;
	}

	.search-box {
		margin-bottom: 9px;
	}

	.keywords-input:nth-of-type(5n) {
		width: calc(50% - 6px);
		margin-left: 12px;
	}

	.keywords-input .inputField {
		border: 1px solid rgba(112, 112, 112, 0.24);
		padding: 10.5px 15px 10.5px 15px;
		border-radius: 6px;
		height: inherit;
	}

	.SearchBtn .btn-search {
		border-radius: 6px;
		min-height: 46px;
	}

	.SearchBtn {
		margin-top: 8px;
	}

	.search-box select,
	.inputField {
		font-size: 16px;
		line-height: 26px;
	}

	.sectionSpace,
	section.com-space-60,
	.com-space-60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sec_title {
		font-size: 32px;
		line-height: 40px;
	}

	.pagecomSpace-sixty {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.header-top {
		position: inherit;
	}

	.header-top::before {
		width: 100%;
		left: 0px;
	}

	.category-menu ul.categUl {
		display: flex;
		margin-bottom: 0px;
	}

	.category-menu {
		display: flex;
		padding-bottom: 10px;
	}

	.browse-txt {
		margin-bottom: 5px;
	}

	.link-ViewAll::after {
		bottom: 14px;
	}

	.category-menu ul.categUl li+li {
		margin-left: 15px;
	}

	/*.header-left { margin-top: 40px; }*/
	.brand-Box {
		padding: 0px 15px 0px 15px;
	}

	.cmsPage,
	.cmsPage p {
		font: 400 14px/22px 'Poppins', sans-serif;
	}

	.about-big-img,
	.about-small-img {
		display: none;
	}

	.aboutDesc {
		margin-bottom: 40px;
	}

	.link-ViewAll::after {
		bottom: -5px;
	}

	.arriveDesc p:not(:last-child) {
		margin-bottom: 20px;
	}

	.arriveDesc {
		max-width: 100%;
	}

	.pagecomSpace-top-hundredninety {
		padding-top: 60px;
	}

	.arrivedCnt .arrived-title {
		font-size: 18px;
		line-height: 24px;
	}

	.arrived-Box .arrivedCnt {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.arrived-link {
		padding-top: 15px;
	}

	.arrivedboxs-main {
		padding-top: 40px;
	}

	.MenuRow {
		display: none;
	}

	.category-menu .link-ViewAll::after {
		bottom: 10px;
	}

	.categ-link {
		max-width: 100%;
		min-height: 90px;
	}

	.CategBoxDiv .row [class*='col-'] {
		padding-bottom: 30px;
	}

	.bg-grey-half::before {
		height: 30%;
		min-height: 160px;
	}

	.arrivedboxs-main .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.arrivedboxs-main .row [class*='col-'] {
		padding-right: 5px;
		padding-left: 5px;
	}

	.btn {
		min-width: 150px;
		min-height: 36px;
	}

	.OurKeyDifferenDiv .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.OurKeyDifferenDiv .row [class*='col-'] {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 10px;
	}

	.about-Cnt {
		padding-top: 30px;
	}

	.testimonial-box:not(:last-child) {
		margin-right: 30px;
	}

	.quoteDiv {
		top: -30px;
		left: -15px;
	}

	.testimonial-box {
		padding: 30px 30px 20px 30px;
	}

	.testimonial-Desc {
		padding-bottom: 20px;
	}

	.serviceCnt .service-title {
		font-size: 20px;
		line-height: 28px;
	}

	.serviceCnt .privacy-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.serviceCnt .btn-explorenow {
		max-width: 140px;
		min-height: 40px;
		font-size: 14px;
		line-height: 22px;
	}

	.footer_main {
		padding: 30px 0px;
	}

	.row [class*="col-xl"].ftr_col-info,
	.row [class*="col-xl"].ftr_col-link,
	.row [class*="col-xl"].ftr_col-Contac {
		width: 50%;
	}

	.ftr_col-info {
		padding-bottom: 30px;
	}

	.car-badge {
		width: 60px;
		height: 30px;
	}

	#category .category-box .category-title {
		font-size: 20px;
		line-height: 30px;
	}

	#category .category-box {
		padding: 10px;
	}

	#category .row [class*="col-"] {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#category .row {
		margin-right: -10px;
		margin-left: -10px;
	}

	#category .category-img {
		padding-right: 15px;
	}

	.OurKeyDiffere-box {
		min-height: 180px;
	}

	.filterMobile {
		padding: 15px 15px 15px;
	}

	.filterBoxTitle {
		width: calc(100% - 48px);
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		color: #000000;
		font-weight: 700;
		text-transform: uppercase;
		padding: 5px 0px;
	}

	.filterClose {
		position: relative;
		display: inline-block;
		margin: auto;
		width: 35px;
		height: 35px;
		vertical-align: middle;
	}

	.filterClose span {
		width: 24px;
		height: 3px;
		background: #000;
		border-radius: 2px;
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.filterClose.activeFilterClose span {
		background: transparent;
	}

	.filterClose span::before,
	.filterClose span::after {
		content: '';
		background: #000;
		width: 24px;
		height: 3px;
		position: absolute;
		border-radius: 2px;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		left: 0;
		right: 0;
		margin: auto;
	}

	.filterClose.activeFilterClose span::before {
		top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.filterClose.activeFilterClose span::after {
		top: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.filterClose span::before {
		top: -6px;
	}

	.filterClose span::after {
		top: 6px;
	}

	.filterCol {
		position: fixed;
		right: 0px;
		background: #fafafa;
		top: 0;
		z-index: 999;
		height: 100%;
		width: 100%;
		max-width: 450px;
		padding-bottom: 50px;
		box-shadow: 2px 2px 11px 3px rgb(0 0 0 / 40%);
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-ms-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-wwebkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		padding: 0px;
	}

	.filterCol_open {
		transition: .5s ease-in-out all;
		-webkit-transition: .5s ease-in-out all;
		-moz-transition: .5s ease-in-out all;
		-ms-transition: .5s ease-in-out all;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		opacity: 1;
		visibility: visible;
	}

	.filterBody {
		padding: 0px 15px;
	}

	.prd-refineSrch {
		padding: 0px 15px 15px;
	}

	.filterBody:nth-child(2) .filterTitle {
		border-top: none;
	}

	.prd-refineSrch {
		border-bottom: 1px solid #e0e0e0;
	}

	.filterTitle::after {
		top: 24px;
	}

	.filterTitle::before {
		top: 18px;
	}

	.prdsortSel .sort-txt {
		font-size: 18px;
		line-height: 28px;
	}

	.pageTitWrap .Pagetitle {
		font-size: 26px;
		line-height: 36px;
	}

	.breadcrumSec {
		padding: 15px 0px;
	}

	.prdlistCol {
		width: 100%;
	}

	.mobileFileterDiv {
		display: block;
	}

	.enquire-button .btn-Enquire {
		min-width: 110px;
		min-height: 30px;
	}

	.prdlist-Cnt .prdlist-title,
	.prdlist-price .price-txt {
		font-size: 16px;
		line-height: 22px;
	}

	.prdlistCol .row [class*='col-'] {
		padding-bottom: 20px;
	}

	.filterTitle {
		font-size: 18px;
		line-height: 28px;
	}

	.filterCnt .filterUl li a {
		font-size: 16px;
		line-height: 30px;
	}

	.header-left {
		width: 50%;
	}

	.header-right {
		width: calc(100% - 50%);
	}

	.prdtailRow {
		flex-wrap: wrap;
	}

	.dtSliderCol {
		width: 100%;
		margin-bottom: 20px;
	}

	.dtEnquiryfrmCol {
		width: 100%;
	}

	.breadcrumDiv .breadcrumbUl li:not(:last-child) {
		padding-right: 25px;
	}

	.dt-detailCol .dtdetail-title,
	.dt-detailCol .dtdetail-cntdt,
	.specifi-name,
	.specifi-cntdt {
		font-size: 14px;
		line-height: 20px;
	}

	.dt-enquiryfrm .dtenquiry-title {
		font-size: 20px;
		line-height: 30px;
	}

	.dtfinace-price .dtprice-txt {
		font-size: 22px;
		line-height: 30px;
	}

	.prdtailRow {
		padding-bottom: 25px;
	}

	.prdSearch-box {
		padding: 20px 15px 10px;
	}

	.prdsearch-inputField {
		min-height: 44px;
	}

	.prdSearch-box .prdsearch-icon {
		top: 36px;
		left: 26px;
		font-size: 13px;
	}

	.filterTitle {
		padding: 10px 0px;
	}

	.prdSearch-Div {
		flex-wrap: wrap;
	}

	.prdSearch-Div .pageTitWrap {
		width: 100%;
		padding-bottom: 8px;
	}

	.location-Sel .selectField,
	.search-box select {
		padding: 9px 15px 9px 15px;
	}

	.keywords-input .inputField {
		font-size: 18px;
		line-height: 24px;
	}

	.filterCnt .filterUl li.active .ctg-close {
		top: 1px;
	}

	.sec_title.contact-title {
		font-size: 22px;
	}

	.contact-info-title {
		font-size: 22px;
	}

	.contact-info-list {
		padding: 20px;
	}

	.contact-info-list li .ci-txt {
		font-size: 14px;
	}

	section.com-space-65,
	.com-space-65 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.th-er-msg {
		margin: 40px auto 20px;
	}

	.breadcrumb-page-title {
		margin: 30px 0 20px;
		font-size: 34px;
	}

	.prdlist-price .price-txt.old-price {
		font-size: 14px;
	}

	.row [class*="col-xl"].ftr_col-Contac,
	.row [class*="col-xl"].ftr_col-link.ftr_col_other-link {
		margin-top: 25px;
	}

	.location-numbers {
		width: 100%;
		justify-content: flex-start;
	}

	.location-numbers li {
		font-size: 11px;
	}

	.location-numbers li~li {
		margin-left: 10px;
		margin-right: 6.5%;
	}

	.location-numbers li.loc-phone-icon {
		margin-left: -15px;
	}

	.ui-widget.ui-widget-content.ui-autocomplete {
		max-width: 420px;
	}

	.headertopDiv li a {
		line-height: 1.2;
		align-content: center;
		display: flex;
		flex-direction: column;
	}

	.headertopDiv .location-numbers li strong {
		display: block;
	}

	.MenuIcon {
		display: inline-block;
	}

	.caravans_infoWrapper .cmsPage {
		max-width: 100%;
	}

	.dark_para {
		font-size: 16px;
	}

	/* .caravans_box_body p{margin: 16px auto 36px;} */
	.vans_wrapper_bg {
		padding: 30px 20px 50px;
	}

	.vans_wrapper_bgSpace {
		margin-top: 60px;
	}

	.caravans_box_body img {
		max-width: 220px;
	}

	.stock_box {
		padding: 37px 15px;
	}

	.stock_boxLeft_info {
		margin-left: 15px;
	}

	/* zig-zag */
	.zig_zag_info {
		padding: 40px 30px;
	}

	.zig_zag_para {
		font-size: 14px
	}

	.choose_col {
		width: calc(100% / 2);
	}

	/* brand details */
	.caravans_detailsInfo_wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}

	.caravans_detailsInfo_wrapper .caravans_box_head {
		padding: 49px 15px 30px;
	}

	.caravans_detailsInfo {
		text-align: center;
	}

	.caravans_details_section .caravans_box {
		max-width: 70%;
		margin: 0 auto;
	}

	.tabs {
		border-radius: 0;
		border: 0;
	}

	.mob_tab_title,
	.feature_mob_tabTitle {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tabs-nav,
	.tab_title,
	.more_details_tabs .tabs-nav,
	.Specifications_tabs.more_details_tabs .tabs-nav {
		display: none;
	}

	/* .mob_tab_title svg{display: block;} */
	.tab_data_wrapper {
		padding-top: 0;
		display: block;
		border-radius: 0;
	}

	.floor_planWrapper {
		display: none;
		border: 1px solid #CCCCCC;
		padding: 30px 40px;
	}

	.tab-content {
		margin-bottom: 5px;
	}

	.floor_plan {
		margin: 40px 0;
	}

	.floor_planTabs {
		margin-top: 10px;
	}

	.more_details_tabs {
		margin: 40px 0 50px;
	}

	.more_featureList {
		display: none;
	}

	.more_featureList li {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 12px;
	}

	.more_featureList li:last-child {
		border-radius: 0;
	}

	/* sunfinder Caravans Details */
	.sunfinder_caravans_detailsSec .caravans_detailsTabs .floor_planWrapper img {
		width: 100%;
	}

	/* Video-tour */
	.video_tour {
		margin: 40px 0 60px;
	}

	.home-brn {
		height: inherit;
	}

	.category-Sel:nth-of-type(5n) {
		margin-left: 12px;
	}
}

/*991px css end*/

/* common css for below screen 767 */
@media only screen and (max-width:767px) {
	.sec_title {
		font-size: 28px;
		line-height: 38px;
	}

	.serviceRow .service-col:nth-child(odd),
	.serviceRow .service-col:nth-child(even) {
		padding-right: 0px;
		padding-left: 0px;
	}

	.service-col {
		width: 100%;
		margin-bottom: 5px;
	}

	.serviceCnt .privacy-icon {
		width: 50px;
		height: 50px;
	}

	.serviceCnt .service-title {
		font-size: 24px;
		line-height: 30px;
	}

	.sectionSpace,
	section.com-space-60,
	.com-space-60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.about-btn::after {
		display: none;
	}

	.about-btn a.btn-readmore {
		background-color: transparent;
		max-width: inherit;
		min-height: inherit;
		color: #000;
		justify-content: flex-start;
	}

	.aboutDesc {
		margin-bottom: 15px;
	}

	.about-Cnt .about-title {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutMain {
		flex-wrap: wrap;
	}

	.about-img {
		width: 100%;
		text-align: center;
	}

	.about-Cnt {
		width: 100%;
	}

	.aboutSec {
		padding-bottom: 45px;
	}

	.pagecomSpace-top-hundredninety {
		padding-top: 40px;
	}

	.btn {
		min-width: 150px;
		min-height: 32px;
		line-height: 36px;
	}

	.CategBoxDiv .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	.CategBoxDiv .row [class*='col-'] {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 10px;
	}

	.categ-link .catego-name {
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
	}

	.car-badge {
		width: 50px;
		height: 28px;
		font-size: 12px;
		line-height: 30px;
	}

	.arrivedCnt .arrived-title {
		font-size: 14px;
		line-height: 24px;
	}

	.arrivedCnt .arrived-price {
		font-size: 14px;
		line-height: 20px;
	}

	.testimonial-box:not(:last-child) {
		margin-right: 15px;
	}

	.ftr-Desc {
		max-width: 100%;
	}

	.row [class*="col-xl"].ftr_col-info {
		width: 100%;
	}

	.row [class*="col-xl"].ftr_col-link {
		width: 100%;
	}

	.row [class*="col-xl"].ftr_col-Contac {
		width: 100%;
	}

	.ftr_links {
		flex-direction: row;
	}

	.ftr_links li {
		position: relative;
	}

	.ftr_links li:not(:last-child)::after {
		content: '';
		width: 1px;
		height: 20px;
		background-color: rgba(255, 255, 255, 0.36);
		display: inline-block;
		position: absolute;
		right: 10px;
		margin: auto;
		top: 5px;
	}

	.ftr_links li a {
		margin-right: 20px;
	}

	.footer_main .row [class*='col-'] {
		padding-bottom: 33px;
	}

	.footer_main {
		padding: 40px 0px 0px;
	}

	.ftr_contact_info li {
		margin-bottom: 15px;
	}

	.testimonial-Desc p {
		font-size: 14px;
		line-height: 22px;
	}

	.copyrightCnt {
		font-size: 13px;
		line-height: 22px;
		padding: 10px 0px;
	}

	/*Cms Css Start*/
	.cmsPage h1 {
		font-size: 30px;
		line-height: 1.5em;
	}

	.cmsPage h2 {
		font-size: 24px;
		line-height: 1.5em;
	}

	.cmsPage h3 {
		font-size: 22px;
		line-height: 1.5em;
	}

	.cmsPage h4 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.cmsPage h5 {
		font-size: 18px;
		line-height: 1.5em;
	}

	.cmsPage h6 {
		font-size: 16px;
		line-height: 1.5em;
	}

	.cmsPage img.alignright,
	.cmsPage img.alignleft,
	.cmsPage img.align-right,
	.cmsPage img.align-left {
		float: none;
		display: inline-block;
		margin: 10px auto 20px auto;
	}

	.cmsPage ul li {
		padding-left: 24px;
	}

	/*Cms Css End*/
	#category .category-box .category-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 15px;
	}

	.OurKeyDiffere-title {
		font-size: 16px;
		line-height: 24px;
	}

	.prdsearch-inputField {
		font-size: 14px;
		line-height: 22px;
	}

	.prdlist-box {
		padding-bottom: 15px;
	}

	.prdsortSel .sort-txt {
		font-size: 16px;
		line-height: 24px;
	}

	.pageTitWrap .Pagetitle {
		font-size: 24px;
		line-height: 32px;
	}

	.breadcrumDiv .breadcrumbUl li {
		font-size: 12px;
		line-height: 18px;
	}

	.prdlistsub-title {
		font-size: 14px;
		line-height: 22px;
	}

	.dt-specifiCol .dtspecifi-title,
	.dt-specifibox .dt-comtitle,
	.dt-detailCnt.dt-comcnt,
	.dt-detailbox .dt-comtitle,
	.dt-quoteBtnCol {
		padding: 15px 20px;
	}

	.dt-quoteBtnCol .btn-quote {
		min-width: 120px;
		margin-right: 10px;
	}

	.dtenquiryfrm-col .inputField {
		height: 45px;
	}

	.prdtailRow {
		padding-bottom: 20px;
	}

	.prdrelated-Div {
		padding: 20px 0px 0px 0px;
	}

	.dtfinace-price .dtprice-txt {
		font-size: 20px;
		line-height: 28px;
	}

	.dtfinace-price .dtgovtchange-txt {
		font-size: 12px;
		line-height: 18px;
	}

	.dtenquire-button .btn-Enquire {
		min-width: 120px;
		min-height: 36px;
		font-size: 14px;
		line-height: 24px;
	}

	.dtestimate-txt {
		font-size: 16px;
		line-height: 24px;
	}

	.dt-enquiryfrm .dtenquiry-title {
		font-size: 18px;
		line-height: 24px;
	}

	.keywords-input .inputField {
		font-size: 16px;
		line-height: 22px;
	}

	.bnrsearch-box {
		padding-bottom: 30px;
	}

	.brand-cms-txt {
		padding: 10px 15px 15px;
		border: 1px solid #eee;
		margin-bottom: 20px;
	}

	.brand-360-div {
		text-align: center;
	}

	.virtualBtn {
		padding: 12px 20px;
		height: auto;
		font-size: 14px;
	}

	.sec_title.contact-title {
		text-align: center;
	}

	.form-group.submit-group {
		text-align: center;
	}

	.contact-info-right {
		margin-top: 25px;
	}

	.contact-form-div textarea.inputField {
		height: 90px;
		padding: 10px 20px;
	}

	.contact-form-div .inputField {
		padding: 0 20px;
		border-radius: 4px;
	}

	.contact-map iframe {
		height: 300px;
	}

	section.com-space-65,
	.com-space-65 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.breadcrumb-page-title {
		margin: 20px 0 10px;
		font-size: 28px;
	}

	.th-er-msg {
		margin: 25px auto 15px;
		font-size: 16px;
		line-height: 22px;
	}

	.th-er-btns .btn {
		margin: 0 6px;
	}

	.th-er-btns .btn.btn-red,
	.th-er-btns .btn.btn-black {
		min-width: auto;
	}

	/* product detail page css start */
	.product_details_left {
		margin-bottom: 35px;
	}

	.sec_title.font-34 {
		font-size: 24px;
	}

	.sec_title.font-28 {
		font-size: 20px;
	}

	.product_details_left .product_slider.product_slider_2 {
		max-width: 100%;
	}

	.product_details_left .slider-nav-2 {
		order: unset;
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.slider-nav-2 .product_box {
		margin: 0 5px;
	}

	.accMainDiv .resp-accordion {
		background: #222;
		clear: both;
		color: #fff;
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px 15px;
		border-bottom: 1px solid #b0b0b0;
		font-size: 16px;
		font-weight: 600;
	}

	.accMainDiv .resp-accordion.minus {
		background: #ed2024;
	}

	.resp-accordion:before {
		position: absolute;
		content: '';
		width: 2px;
		height: 20px;
		background: #fff;
		right: 24px;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
	}

	.resp-accordion:after {
		position: absolute;
		content: '';
		height: 2px;
		width: 20px;
		background: #fff;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.resp-accordion.minus:before {
		transform: rotate(-90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		opacity: 0;
		visibility: hidden;
	}

	.product_detail_page .product_extra_details .resp-accordion {
		display: block;
		position: relative;
	}

	.detailTab {
		display: none;
	}

	div.inContent {
		margin: -1px -15px 0;
	}

	.accoContain .accocontain_inner {
		border: none;
	}

	.accoContain .accocontain_inner li {
		font-size: 14px;
		width: 100%;
	}

	div.product_extra_2 .accocontain_inner li:nth-child(even) {
		width: 100%;
	}

	.accoContain {
		opacity: 1;
		visibility: visible;
	}

	.accocontain_inner ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	div.product_extra_2 .accocontain_inner li {
		border-bottom: 1px solid #eee;
	}

	div.product_extra_2 .accocontain_inner li.BlankLi {
		display: none;
	}

	.product_extra_details {
		margin-top: 20px;
	}

	/* product detail page css end */

	.arrived-price.old-price {
		margin-left: 3px;
	}

	.row [class*="col-xl"].ftr_col-Contac,
	.row [class*="col-xl"].ftr_col-link.ftr_col_other-link {
		margin-top: 0px;
	}

	.row [class*="col-xl"].ftr_col-link.ftr_col_brand-link {
		width: 100%;
	}

	.headertopDiv {
		flex-wrap: wrap;
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	.callnow-btn.mobile-call-btn {
		display: inline-block;
		width: 100%;
		position: relative;
		margin: 0;
		text-transform: capitalize;
	}

	.callnow-btn.mobile-call-btn .callnow-link {
		cursor: pointer;
	}

	.callnow-btn.mobile-call-btn:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: #ffffff transparent transparent transparent;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 0;
		cursor: pointer;
	}

	.callnow-btn.mobile-call-btn.open::before {
		border-width: 0px 6px 8px 6px;
		border-color: transparent transparent #fff transparent;
	}

	.location-numbers {
		flex-wrap: wrap;
		margin: 0 -15px;
		width: calc(100% + 30px);
		display: none;
		position: absolute;
		top: 40px;
		width: calc(100% + 15px);
		background: #fff;
		left: 0;
		z-index: 9999;
	}

	.location-numbers.active {
		display: flex;
	}

	.location-numbers li.loc-phone-icon {
		display: none;
	}

	.location-numbers li {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eee;
		font-size: 14px;
	}

	.location-numbers li a {
		display: block;
	}


	.directoryimage {
		width: 45%;
	}

	.directorydesc {
		width: 55%;
	}

	.directoryaddress {
		font-size: 15px;
		font-weight: 600;
	}

	.directoryphone a {
		font-size: 14px;
		cursor: default;
	}

	.directoryitem {
		margin-top: 30px;
	}

	.directorytitle {
		font-size: 18px;
	}

	.blog-title {
		font-size: 18px;
	}

	.blog-date {
		padding-bottom: 0;
	}


	/*.slick-dots li button:before{  color: #f91313; font-size: 12px;}*/
	/*.slick-dots li.slick-active button:before {  opacity: 1;    color: #f91313;}*/

	.section_TitleH2 {
		font-size: 35px;
		line-height: normal;
	}

	.section_titleH4 {
		font-size: 20px;
	}

	.caravans_infoWrapper {
		margin: 25px 0 40px;
	}

	.caravans_infoWrapper .cmsPage p:not(:last-child) {
		margin-bottom: 15px;
	}

	.caravans_box {
		max-width: 100%;
	}

	.caravans_boxWrapper {
		margin-top: 15px;
	}

	.vans_wrapper_bg {
		padding: 30px 40px 50px;
	}

	.vans_wrapper_bg.no_scheme_Vans {
		padding: 0 40px;
	}

	.stockBox_section {
		margin: 50px 0;
	}

	.stock_box,
	.stock_boxLeft {
		flex-direction: column;
		justify-content: center;
	}

	.stock_boxLeft_info {
		margin: 20px 0;
		text-align: center;
	}


	/* zig-zag */
	.zig_zagBox_wrapper {
		grid-template-columns: repeat(1, 1fr);
		max-height: initial;
	}

	.zig_zag_info {
		justify-content: flex-start;
		order: 2;
	}

	.zig_zag_infoData {
		max-width: 100%
	}

	.zig_zag_title {
		font-size: 26px;
		line-height: normal;
		margin-bottom: 10px;
	}

	/* brand details */
	.caravans_brandLogo {
		max-width: 250px;
	}

	.caravans_details_section .caravans_infoWrapper {
		margin: 20px 0 30px;
	}

	.location-numbers li~li {
		margin-left: 0px;
		margin-right: 0%;
	}

	.location-numbers li a {
		display: flex;
		flex-direction: row;
		padding: 5px 0px;
		justify-content: center;
	}

	.location-numbers::before {
		display: none;
	}

	.location-numbers {
		position: relative;
		top: 0;
	}

	.headertopDiv .location-numbers li strong {
		margin-right: 5px;
	}

	.headerfixed {
		position: relative;
	}

	.hFixed {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 10;
		margin: auto;
		-webkit-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.headerfixed+.headerPadd {
		height: inherit !important;
	}

	.contentMainSec {
		padding-top: 0px;
	}

	.header-top {
		width: 100%;
	}

	.callnow-btn.mobile-call-btn .callnow-link {
		width: 100%;
		max-width: 100%;
	}
}

/*767px css end*/

/* common css for below screen 600 */
@media only screen and (max-width:600px) {
	.prdlistCol .row [class*='col-'] {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.prdlist-optbtn .optbtnUl li {
		padding: 3px 5px;
	}

	.enquire-button .btn-Enquire {
		min-width: 90px;
	}

	.prdlist-Cnt .prdlist-title,
	.prdlist-price .price-txt {
		font-size: 14px;
		line-height: 20px;
	}

	.prdlistCol .row [class*='col-'] {
		padding-bottom: 15px;
	}

	.dt-serviceCol {
		width: calc(100%/2 - 4px);
	}

	.dt-serviceCol:not(:last-child) {
		margin-right: 0px;
	}

	.dt-serviceCol:nth-child(odd) {
		margin-right: 8px;
	}

	.contact-info-list li .ci-icon {
		width: 38px;
		height: 38px;
		margin-right: 12px;
	}

	.contact-info-list li .ci-txt {
		max-width: calc(100% - 50px);
	}

	.contact-info-list li .ci-icon img {
		max-height: 16px;
		max-width: 16px;
	}
}

/* common css for below screen 575 */
@media only screen and (max-width:575px) {
	.blog-box {
		margin-bottom: 20px;
	}

	.blog-date {
		font-size: 14px;
	}

	.section_Title {
		line-height: normal;
	}

	.zig_zag_info {
		padding: 40px 15px;
	}

	/* brand details */
	.caravans_details_section .caravans_box {
		max-width: 100%;
	}

	.section_titleH4 {
		line-height: 30px;
	}

	.more_featureList li span {
		padding-left: 20px;
	}

	.more_featureList li span::before {
		width: 8px;
		height: 8px;
	}

	/* sunfinder Caravans Details */
	.sunfinder_caravans_detailsSec .why_chooseSection,
	.terrain_choose_model,
	.active_caravans_details_sec .why_chooseSection {
		padding: 50px 0;
	}
}

/*575px css end*/


/* common css for below screen 479 */
@media only screen and (max-width:479px) {
	.sec_title {
		font-size: 26px;
		line-height: 36px;
	}

	.copyrightCnt {
		font-size: 10px;
		line-height: 20px;
	}

	#category .category-img {
		max-width: 160px;
		padding-right: 10px;
	}

	.categ-link {
		min-height: 80px;
	}

	.prdlistCol .row [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.prdlist-Cnt .prdlist-title,
	.prdlist-price .price-txt {
		font-size: 16px;
		line-height: 22px;
	}

	.pageTitWrap .Pagetitle {
		font-size: 22px;
		line-height: 30px;
	}

	.serviceCnt .service-title {
		font-size: 20px;
		line-height: 26px;
	}

	.serviceCnt .privacy-icon {
		width: 36px;
		height: 36px;
	}

	.serviceCnt .privacy-icon img {
		padding: 6px;
	}

	.logo img {
		max-width: 100%;
	}

	.keywords-input .inputField {
		font-size: 14px;
		line-height: 20px;
	}

	.brand-Box {
		padding: 10px 15px;
	}

	.about-Cnt .about-title {
		font-size: 24px;
		line-height: 30px;
	}

	.inputField.selectField {
		padding-right: 25px;
		background-position: right 10px center !important;
	}

	.th-er-msg {
		font-size: 14px;
		line-height: 20px;
	}

	.testimonial_slider_new .testimonial-box {
		padding: 0px 0px 25px 60px;
	}

	.testimonial_slider_new .testimonial-box .quoteDiv {
		width: 40px;
		height: 40px;
	}

	.testimonial_slider_new .testimonial-box .quoteDiv img {
		width: 20px;
	}

	.quickLinks-sitemenu {
		margin-bottom: 20px;
	}

	.directoryimage,
	.directorydesc {
		width: 100%;
	}

	.directorydesc {
		padding: 20px;
	}

	.directoryaddress {
		padding-right: 0;
	}

	.prdlist-Cnt .prdlist-title {
		min-height: auto;
	}

	.ui-widget.ui-widget-content.ui-autocomplete {
		max-width: 345px;
	}

	.vans_wrapper_bg {
		padding: 30px 15px;
	}

	.category_badge,
	.dark_para {
		font-size: 14px;
	}

	.stock_title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.stock_subTitle {
		font-size: 13px;
		line-height: normal;
	}

	/* kea */
	.kea_details_section .caravans_slider_section {
		margin-bottom: 90px;
	}

	/* brand details */
	.caravans_detailsInfo_wrapper {
		grid-gap: 30px;
	}

	.Choose_model_section {
		margin-bottom: 90px;
	}

	.Choose_model_section .caravans_slider_section .slick-dots {
		bottom: -30px;
	}

	.more_featureList li {
		padding: 12px 15px;
		font-size: 13px;
		line-height: normal;
	}

	.more_featureList li span {
		padding-left: 18px;
	}

	.more_featureList li span::before {
		width: 6px;
		height: 6px;
	}

	.mob_tab_title {
		padding: 15px;
		font-size: 15px;
	}

	.feature_mob_tabTitle {
		font-size: 15px;
	}

	/* zig-zag */
	.video_tour .zig_zag_para {
		margin: 20px 0 30px;
	}

	/*--------- sunfinder Caravans Details -----------*/
	.sunfinder_caravans_detailsSec .caravans_details_section .caravans_infoWrapper {
		margin: 20px 0;
	}
}

/*479px css end*/

/* common css for below screen 400 */
@media only screen and (max-width:400px) {
	.section_TitleH2 {
		font-size: 28px;
		line-height: normal;
	}

	.section_titleH4 {
		font-size: 17px;
	}

	.whyChoose_box_head,
	.whyChoose_box_body {
		padding: 15px;
	}

	.choose_col {
		width: calc(100% / 1);
	}

	.whyChoose_box {
		min-height: 220px;
	}

	.whyChoose_box_head {
		height: 130px;
	}

	.whyChoose_box_head img {
		max-width: 130px;
	}

	.whyChoose_box_head svg {
		width: 80px;
		height: 80px;
	}

	.whyChoose_box_body {
		min-height: 100px;
		height: 100%;
	}

	.whyChoose_sectionSpace {
		margin-top: 30px;
	}

	.vans_wrapper_bg {
		padding: 30px 0px;
	}

	.vans_wrapper_bg.no_scheme_Vans {
		padding: 0;
	}

	.caravans_box_body {
		padding: 44px 10px 30px;
	}

	.caravans_box_body img {
		max-width: 190px;
	}

	.category_badge {
		font-size: 12px;
	}

	.Specifications_tabs .more_featureList li span strong {
		text-align: right;
	}

	/* brand details */
	.caravans_brandLogo {
		max-width: 220px;
	}

	.floor_planWrapper {
		padding: 30px 20px;
	}

	.caravans_slider_section .slick-dots li button,
	.caravans_slider_section .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}

	.Choose_model_section {
		margin-bottom: 60px;
	}
}

/* common css for below screen 350 */
@media only screen and (max-width:350px) {
	.bnrsearch-box .inputField.selectField {
		font-size: 14px;
	}

	.ui-widget.ui-widget-content.ui-autocomplete {
		max-width: 290px;
	}

	.category_badge {
		top: 35px;
		left: -62px;
	}

	.breadcrumDiv .breadcrumbUl {
		flex-wrap: wrap;
	}
}

/* common css for screen size between 480 to 767 */
@media only screen and (min-width:480px) and (max-width:767px) {}

/* common css for screen size between 568 to 767 */
@media only screen and (min-width:568px) and (max-width:767px) {}

/* common css for screen size between 600 to 767 */
@media only screen and (min-width:600px) and (max-width:767px) {}

/* common css for screen size between 768 to 1199 */
@media only screen and (min-width:768px) and (max-width:1199px) {}

/* common css for screen size between 768 to 1023 */
@media only screen and (min-width:768px) and (max-width:991px) {}

/* common css for screen size between 1024 to 1199 */
@media only screen and (min-width:992px) and (max-width:1199px) {}

/* common css for screen size between 375 to 812 portrait */
@media only screen and (min-width:375px) and (max-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {}

/* common css for screen size between 375 to 812 landscape*/
@media only screen and (min-width:375px) and (max-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {}

.stockContent {
	margin-bottom: 20px;

}

@media only screen and (min-width:768px) {
	.readMoreBtn:hover {
		color: #ed2024;
	}

	.viewMoreMain {
		/* margin-bottom:18px;*/
		float: right;
	}

	.readMoreBtn {
		position: relative;
		background: transparent;
		color: #ed2024;
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		margin-left: 0px;
		margin-bottom: 0px;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#Desc_Box_Div {
		display: inline-block;
		width: 100%;
		-moz-transition: height 1s ease;
		-webkit-transition: height 1s ease;
		-o-transition: height 1s ease;
		transition: height 1s ease;
		height: 92px;
		overflow: hidden;
		font-family: 'Poppins', sans-serif;
	}

	.readMoreContentDiv {
		margin-bottom: 35px;
	}

	/* tabs css */

}

@media only screen and (max-width:767px) {
	.readMoreBtn:hover {
		color: #ed2024;
	}

	.viewMoreMain {
		/* margin-bottom: 18px; */
		float: right;
	}

	.readMoreBtn {
		position: relative;
		background: transparent;
		color: #ed2024;
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		margin-left: 0px;
		margin-bottom: 0px;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#Desc_Box_Div {
		display: inline-block;
		width: 100%;
		-moz-transition: height 1s ease;
		-webkit-transition: height 1s ease;
		-o-transition: height 1s ease;
		transition: height 1s ease;
		height: 140px;
		overflow: hidden;
		font-family: 'Poppins', sans-serif;
	}

	.readMoreContentDiv {
		margin-bottom: 35px;
	}
}

/*------------ Add This Code in style.css file for video Slide ------------- */

/*------------ Detail Slider Video -----------*/
.dtSlider .dtSlidevideo {
	width: 775px;
	height: 500px;
	margin: auto;
}

@media only screen and (max-width:1199px) {
	.dtSlider .dtSlidevideo {
		width: 678px;
		height: 455px;
	}
}

/* common css for screen size between 992 to 1024 */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.dtSlider .dtSlidevideo {
		width: 558px;
		height: 375px;
	}
}

@media screen and (max-width: 991px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 540px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 448px;
	}
}

@media screen and (max-width: 767px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 380px;
	}
}

@media screen and (max-width: 557px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 305px;
	}
}

@media screen and (max-width: 480px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 400px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 375px) {
	.dtSlider .dtSlidevideo {
		width: 100%;
		height: 205px;
	}
}


.contentMainSec .dt-commentDesc p,
.contentMainSec .dt-commentDesc ul li { font: 400 16px / 24px 'Poppins', sans-serif; color: #757575; }
.contentMainSec .dt-commentDesc strong, 
.contentMainSec .dt-commentDesc .bold { color: #757575;}
.cmsPage ul li:before{top: 6px;}
.cmsPage .text-strong {    font-style: normal;}  
