html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kfeature-product-div,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figcaption,figure,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border:0; font:inherit; font-size:100%; outline:0; vertical-align:baseline; margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block; zoom:1;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:none;}
a{background:transparent; color:#000; outline:none; text-decoration:none; vertical-align:baseline; word-break: break-word; margin:0; padding:0;}
a:hover { text-decoration:none;}

abbr[title],dfn[title] {border-bottom:1px dotted; cursor:help;}
input,select {vertical-align:middle; border:none; outline:none; border-radius:0; font-family: "Poppins", sans-serif;}
input:focus{border:none; outline:none; -webkit-appearance:none;}
select::-ms-expand {display: none;}
select:focus{border:none; outline:none;  -webkit-appearance:none;}
textarea{border:none; outline:none;  -webkit-appearance:none;}
html {-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;}.deals-price span
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button; -webkit-border-radius: 0; cursor:pointer;}
button[disabled],input[disabled] {cursor:default; font-family: "Poppins", sans-serif;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box; padding:0;}
input[type="search"] {-moz-box-sizing:content-box; -webkit-appearance:textfield; -webkit-box-sizing:content-box; box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
input::-moz-focus-inner {border:0;padding:0;}
input[type="text"], input[type="name"], input[type="email"], input[type="date"], input[type="tel"]{ outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -webkit-appearance: none; font-weight:400; border:none;}
input[type="text"]:focus, input[type="name"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="tel"]:focus{ outline:none;}
textarea {overflow:auto;vertical-align:top; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -webkit-appearance: none; font-weight:400; border:none; font-family: "Poppins", sans-serif;}
textarea:focus{ outline:none;}
a, input, img, button{-webkit-transition:all .3s ease-in; -moz-transition:all .3s ease-in; -ms-transition:all .3s ease-in; -o-transition:all .3s ease-in; transition:all .3s ease-in;}
input[type="checkbox"]{-webkit-appearance: checkbox;}
input[type="radio"]{-webkit-appearance:radio;}

h1,h2,h3,h4,h5,h6 {font-weight:400; font-family: "Poppins", sans-serif; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
img{width: auto\9; max-width: 100%; height: auto; max-height: 100%; /* ie8 */border:none;}
*{ margin:0px; padding:0px;}
nav ul {list-style:none;}
ul{ list-style:none;}
strong{ font-weight:700;}
.nopad{ padding-bottom:0px !important;}     
em{ font-style:italic;}
div, ul, li, a, ol, p, span, figure, section, input, textarea{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
body{color: #000 !important; font-family: "Poppins", sans-serif; font-size:16px; font-weight:400; margin:0px; padding:0px; text-align:left; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; line-height:1; 
	margin: 0; overflow-x: hidden;}
.site{ width:100%; max-width: 100%; float:left; overflow: hidden; position: relative;}
p{
	margin: 0 0 20px 0;
}

a:focus {
	outline: none;
}

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

*{
	box-sizing: border-box;
}


.page{
	margin: 0;
}

.site-header{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.top-bar{
	width: 100%;
	background: #017CC7;
	padding: 10px 0;
}
.top-bar ul{
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 53px;
}
.top-bar ul li{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
}
.top-bar ul li strong{
	color: #FFF100;
}
.top-bar ul li a{
	color: #fff;
}
.top-bar ul li a:hover{
	color: #FFF100;
}
.top-bar ul li:before{
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -32px;
	content: "";
	transform: translateY(-50%);
}
.top-bar ul li:first-child:before{
	display: none;
}
.main-header{
	width: 100%;
	display: flex;
	padding: 20px 0 0;
	position: relative;
  	z-index: 9;
}
.main-header-wraper{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header-lft{
	display: inline-flex;
	align-items: flex-end;
	gap: 0 40px;
}
.logo{
	width: 80px;
	padding: 0 0 20px 0;
}
.logo a{
	float: left;
}
.main-menu{
	display: flex;
	align-items: center;
	gap: 0 27px;
	list-style: none;
}
.main-menu > li{
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	position: relative;
}
.main-menu > li:before{
	width: 9px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='20' viewBox='0 0 9 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.088 0.768L3.816 19.088H0.792L5.064 0.768H8.088Z' fill='%23017CC7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 18px;
	left: -18px;
	content: "";
}
.main-menu > li:first-child:before{
	display: none;
}
.main-menu > li > a{
	float: left;
	color: #003365;
	padding: 20px 0;
}
.main-menu > li:hover > a{
	color: #017CC7;
}
.main-menu .sub-menu{
	width: 240px;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 9px 15px 0 rgba(0,0,0,.1);
	transform: translateY(10px);
	transition:all .3s ease-in;
}
.main-menu > li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.main-menu .sub-menu > li{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
}
.main-menu .sub-menu > li > a{
	width: 100%;
	float: left;
	color: #003365 !important;
	padding: 15px 0;
}
.main-menu .sub-menu > li > a:hover{
	color: #017CC7 !important;
}
.main-menu .sub-menu > li + li{
	border-top: 1px solid #ccc;
}
.main-menu > li.current-menu-item > a{
	color: #017CC7 !important;
}
.main-menu .sub-menu > li.current-menu-item > a{
	color: #017CC7 !important;
}
.header-rgt{
	width: auto;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px 0;
	padding: 0 0 20px 0;
}
.header-rgt h6{
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	line-height: 23px;
	text-transform: uppercase;
}
.header-rgt h6 a{
	color: #017CC7;
}
.header-rgt h6 a:hover{
	color: #003365;
}
.header-rgt p{
	color: #003365;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}
.header-rgt p br{
	display: none;
}
.site-footer{
	width: 100%;
	background: #003365;
	display: flex;
	padding: 60px 0;
}
.footer-top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.ft-col{
	display: flex;
	flex-direction: column;
	padding: 0 15px 0 0;
}
.ft-col1{
	width: 18.58%;
}
.ft-col2{
	width: 22.78%;
}
.ft-col3{
	width: 22.45%;
}
.ft-col4{
	width: 22.61%;
}
.ft-col5{
	width: 13.58%;
	padding: 0;
}
.ft-logo{
	width: 80px;
}
.ft-logo a{
	float: left;
}
.ft-col h6{
	color: #FFF100;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.ft-col p{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}
.ft-col p a{
	color: #FFF100;
}
.ft-col p a:hover{
	color: #fff;
}
.ft-col p.ft-address{
	margin: 0 0 40px 0;
}
.ft-col ul{
	display: inline-flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ft-col ul li{
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
.ft-col ul li + li{
	margin: 10px 0 0 0;
}
.ft-col ul li a{
	color: #fff;
}
.ft-col ul li a:hover{
	color: #FFF100;
}
.ft-social{
	width: 100%;
	display: inline-flex;
	gap: 0 20px;
}
.ft-social a svg path{
	transition:all .3s ease-in;
}
.ft-social a:hover svg path{
	fill: #FFF100;
}
.footer-btm{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	margin: 124px 0 0 0;
}
.copy-rights{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.footer-btm ul{
	display: inline-flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-btm ul li{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 0 0 27px;
	position: relative;
}
.footer-btm ul li:before{
	width: 7px;
	height: 15px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='17' viewBox='0 0 6 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.716 0.742L1.936 16.534H0.018L3.798 0.742H5.716Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
}
.footer-btm ul li + li{
	margin: 0 0 0 20px;
}
.footer-btm ul li a{
	color: #fff;
}
.footer-btm ul li a:hover{
	color: #FFF100;
}
.main-section{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.hero-slider{
	width: 100%;
}
.hero-slide a{
	width: 100%;
	height: 500px;
	float: left;
	position: relative;
}
.hero-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-slide .banner-content{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px 0;
	padding-left: calc((100% - 1216px) / 2);
	transform: translateY(-50%);
}
.banner-top{
	width: 800px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px 0;
}
.banner-top h1{
	color: #FFF100;
	font-size: 64px;
	font-weight: 900;
	font-style: italic;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
}
.banner-top p{
	color: #FFF;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
.banner-btm{
	width: 720px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.banner-btm ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 0 8px;
	padding: 0;
	margin: 0 0 20px 0;
}
.banner-btm ul li{
	color: #FFF100;
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	line-height: 23px;
	text-transform: uppercase;
	padding: 0 0 0 16px;
	position: relative;
}
.banner-btm ul li:before{
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
	content: "";
}
.banner-btm h4{
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0;
}
.banner-btm h4 strong{
	color: #FFF100;
	font-weight: 900;
}
.banner-btm p{
	color: #FFF100;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
.hero-slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	bottom: 27px;
	transform: translateX(-50%);
}
.hero-slider .slick-dots li{
	width: 10px;
	height: 10px;
}
.hero-slider .slick-dots li button{
	width: 10px;
	height: 10px;
	background: #fff;
	text-indent: -9999px;
	border: none;
	border-radius: 50%;
	padding: 0;
	transition:all .3s ease-in;
}
.hero-slider .slick-dots li:hover button{
	background: #FFF100;
}
.hero-slider .slick-dots li.slick-active button{
	background: #FFF100;
}
.bullet-strip-wraper{
	width: 100%;
	display: flex;
	padding: 18px 0;
}
.bullet-strip{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.bullet-strip h5{
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
.bullet-strip ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bullet-strip ul li{
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
}
.bullet-strip ul li:before{
	float: left;
	font-size: 16px;
	content: "☑️";
	margin: -1px 10px 0 0;
}
.icn-box-wraper{
	width: 100%;
	display: flex;
	padding: 50px 0;
	overflow: hidden;
}
.icn-box-wraper ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -32px;
}
.icn-box-wraper ul li{
	width: 25%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	border-left: 1px solid#fff;
	padding: 0 32px;
}
.icn-box-wraper ul li:first-child{
	border-left: none;
}
.icn-box-wraper ul li img{
	margin: 0 0 20px 0;
}
.icn-box-wraper ul li h6{
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.icn-box-wraper ul li a{
	color: #FFF100;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
}
.icn-box-wraper ul li a:hover{
	color: #fff;
}
.txt-cta-wraper{
	width: 100%;
	background: url("../images/bg-pattern.jpg") left bottom repeat-x;
	background-size: auto;
	display: flex;
	padding: 80px 0;
}
.txt-cta{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.txt-cta h3{
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.txt-cta p{
	width: 100%;
	max-width: 800px;
	color: #003365;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.txt-cta p:last-child{
	margin: 0;
}
.page_breadcum.full-txt p{
	max-width: 100%;
}
.txt-cta a{
	color: #017CC7;
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	line-height: 23px;
	text-transform: uppercase;
}
.txt-cta a:hover{
	color: #003365;
}
.cta-banner-wraper{
	width: 100%;
	background-repeat: no-repeat !important;
  	background-size: cover !important;
	display: flex;
	padding: 60px 0;
}
.cta-banner{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 75px;
}
.cta-banner-lft{
	width: calc(100% - 226px);
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 30px 0 0;
}
.cta-banner-lft h3{
	color: #FFF100;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.cta-banner-lft p{
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}
.cta-banner-rgt{
	width: 226px;
}
.cta-banner-rgt a{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 16px 10px;
}
.cta-banner-rgt a:hover{
	background: #FFF100 !important;
	color: #003365 !important;
}
.map-hours-wraper{
	width: 100%;
	display: flex;
	padding: 60px 0;
	position: relative;
}
.map-hours-wraper:before{
	width: 60%;
	height: 100%;
	background: #017dc7;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.map-hours-wraper:after{
	width: 40%;
	height: 100%;
	background: #003466;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.map-hour{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}
.map-lft{
	width: 416px;
	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
	padding: 0 32px 0 0;
}
.map-rgt{
	width: calc(100% - 416px);
}
.map-rgt iframe{
	width: 80%;
	float: right;
	height: 400px;
}
.map-lft h3{
	color: #FFF100;
	font-size: 34px;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.map-lft p{
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.map-lft a{
	color: #FFF100;
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	line-height: 23px;
	text-transform: uppercase;
}
.map-lft a:hover{
	color: #003466;
}
.map-lft .hours{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 40px 0 0 0;
}
.map-lft .hours h6{
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}
.map-lft .hours ul{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}
.map-lft .hours ul li{
	width: 100%;
	display: flex;
}
.map-lft .hours ul li + li{
	margin: 10px 0 0 0;
}
.map-lft .hours ul li span{
	width: 33.33%;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.map-lft .hours ul li span strong{
	color: #FFF100;
}
.testimonial-wraper{
	width: 100%;
	background: url("../images/testimonial-bg.jpg") left bottom repeat-x;
	background-size: auto;
	padding: 60px 0;
}
.testimonial-wraper .container{
	width: 1400px;
}
.testimonial-wraper h2{
	width: 100%;
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.testimonial-slider{
	width: 100%;
	padding: 0 72px;
}
.testimonial-slide{
	width: 100%;
	display: flex !important;
	flex-direction: row;
	align-items: center;
}
.testimonial-lft{
	width: calc(100% - 416px);
}
.testimonial-lft img{
	width: 100%;
	float: left;
}
.testimonial-lft iframe{
	width: 100%;
	float: left;
	aspect-ratio: 16/9;
}
.testimonial-rgt{
	width: 416px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 0 32px;
}
.testimonial-rgt h6{
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 18px 0;
}
.testimonial-rgt img{
	margin: 0 0 18px 0;
}
.testimonial-rgt h5{
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}
.testimonail-txt{
	display: inline-flex;
	flex-direction: column;
}
.testimonail-txt p{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
.testimonail-txt p:last-child{
	margin: 0;
}
.testimonial-slider .slick-arrow{
	width: 40px;
	height: 40px;
	background-color: #003365;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M9.41892 16L11.5 14.1333L4.66216 8L11.5 1.86667L9.41892 0L0.5 8L9.41892 16Z' fill='%23FFF100'/%3E%3C/svg%3E");
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	border: none;
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
	padding: 0;
	left: 0;
	top: 50%;
	transition:all .3s ease-in;
	transform: translateY(-50%);
}
.testimonial-slider .slick-arrow:hover{
	background-color: #017dc7;
}
.testimonial-slider .slick-arrow.slick-next{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M2.58108 0L0.5 1.86667L7.33784 8L0.5 14.1333L2.58108 16L11.5 8L2.58108 0Z' fill='%23FFF100'/%3E%3C/svg%3E");
	left: auto;
	right: 0;
}
.testimonial-wraper.right .testimonial-slide{
	flex-direction: row-reverse;
}
.testimonial-wraper.right .testimonial-rgt{
	padding: 0 32px 0 0;
}
.deals-wraper{
	width: 100%;
	display: flex;
	padding: 60px 0;
}
.deals-wraper h2{
	width: 100%;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.deals-wraper ul{
	width: 100%;
	display: flex;
	gap: 32px;
}
.deals-wraper ul li{
	width: calc(50% - 16px);
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.deals-wraper ul li a{
	width: 100%;
	height: 100%;
	background: #017CC7;
	display: flex;
	flex-direction: column;
}
.deals-wraper ul li a:hover .deals-top img{
	transform: scale(1.05);
}
.deals-top{
	width: 100%;
	height: 324px;
}
.deals-top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .3s ease-in;
}
.deals-btm{
	width: 100%;
	display: flex;
	padding: 20px;
}
.deals-price{
	width: 50%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 14px 0 0;
}
.deals-price span{
	color: #FFF100;
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	line-height: 60px;
	text-transform: uppercase;
}
.deals-txt{
	width: 50%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	border-left: 1px solid #fff;
	padding: 0 0 0 20px;
}
.deals-txt h6{
	color: #FFF;
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}
.deals-txt span{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px 0;
}
.deals-txt strong{
	color: #FFF100;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transition:all .3s ease-in;
}
.deals-txt strong:hover{
	color: #fff;
}

.new-vehicle-wraper{
	width: 100%;
	background: url("../images/testimonial-bg.jpg") left bottom repeat-x;
	background-size: auto;
	display: flex;
	padding: 60px 0;
}
.new-vehicle-wraper .container{
	width: 1400px;
}
.new-vehicle-wraper h2{
	width: 100%;
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.vehicle-slider{
	width: 100%;
	padding: 0 56px;
	margin: 0 0 24px 0;
}
.vehicle-slider .slick-arrow{
	width: 40px;
	height: 40px;
	background-color: #003365;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M9.41892 16L11.5 14.1333L4.66216 8L11.5 1.86667L9.41892 0L0.5 8L9.41892 16Z' fill='%23FFF100'/%3E%3C/svg%3E");
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	border: none;
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
	padding: 0;
	left: 0;
	top: 50%;
	transition:all .3s ease-in;
	transform: translateY(-50%);
}
.vehicle-slider .slick-arrow:hover{
	background-color: #017dc7;
}
.vehicle-slider .slick-arrow.slick-next{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M2.58108 0L0.5 1.86667L7.33784 8L0.5 14.1333L2.58108 16L11.5 8L2.58108 0Z' fill='%23FFF100'/%3E%3C/svg%3E");
	left: auto;
	right: 0;
}
.vehicle-slider .slick-track{
	display: flex;
}
.vehicle-slider li{
	height: auto;
	padding: 16px;
}
.vehicle-slider li a{
	height: 100%;
	background: #017CC7;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.new-vehicle-top{
	width: 100%;
	height: 151px;
}
.new-vehicle-top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in;
}
.new-vehicle-btm{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}
.new-vehicle-price{
	color: #FFF100;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.new-vehicle-btm h6{
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.new-vehicle-btm strong{
	color: #FFF100;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition:all .3s ease-in;
}
.new-vehicle-btm strong:hover{
	color: #fff;
}
.vehicle-slider li a:hover .new-vehicle-top img{
	transform: scale(1.05);
}
.new-btn-wraper{
	width: 100%;
	display: flex;
	justify-content: center;
}
.new-btn-wraper a{
	background: #003365;
	color: #FFF100;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 16px 36px;
}
.new-btn-wraper a:hover{
	background: #FFF100;
	color: #003365;
}

.page_breadcum-wrapper{
	padding: 53px 0 56px;
}
.page_breadcum-wrapper h1{
	text-align:center;
	font-size:64px;
	font-style:italic;
	font-weight:900;
	line-height:60px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom: 31px;
}
.page_breadcum{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.page_breadcum-wrapper .page_breadcum h1:last-child{
	margin: 0;
}
.page_breadcum-wrapper p{
	color:#fff100;
	text-align:center;
	font-size:21px;
	font-style:italic;
	font-weight:900;
	line-height:23px;
	text-transform:uppercase;
	margin-bottom:0;
}
.form-inner{
	border-radius:20px;
	background: #fff;
	box-shadow:0 5px 5px 0 rgba(0,0,0,.15);
	padding:34px 40px 40px;
}
.form-wrapper{
	background:#ececec;
	padding:60px 0;
}
.form-inner .gform_heading{
	display:none;
}
.form-inner .gfield_label{
	color:#343434!important;
	font-family:Poppins!important;
	font-size:14px!important;
	font-weight:600!important;
	line-height:24px!important;
	padding-bottom:9px!important;
	margin-bottom:0!important;
}
.form-inner .ginput_container input::placeholder,.form-inner .ginput_container textarea::placeholder{
	color:#ccc;
	opacity: 1;
}
.form-inner .ginput_container input,.form-inner .ginput_container textarea{
	border-radius:5px!important;
	border:1px solid #ccc!important;
	background:#f9f9f9!important;
	padding:0 16px!important;
	color:#343434!important;
	font-family:Poppins!important;
	font-size:14px!important;
	font-weight:600!important;
	height: 54px !important;
	line-height:24px!important; 
	outline: none !important; 
	box-shadow: none !important;
}
.form-inner .ginput_container input[type="checkbox"]{
	width: 20px !important;
	height: 20px !important;
}
.form-inner .ginput_container textarea{
	height: 146px !important; 
	min-block-size: inherit !important;
	padding: 10px 16px !important;
}
.form-inner .gform-theme--foundation .gform_fields{
	column-gap:32px;
	row-gap:13px;
}
.form-inner .ginput_container_consent input{
	padding:0 !important;
}
.form-inner .gform_footer .gform_button{
	border-radius:8px!important;
	background-color:#003365!important;
	color:#fff100!important;
	text-align:center!important;
	font-size:16px!important;
	font-weight:700!important;
	text-transform:uppercase!important;
	padding:10px 36px!important;
	line-height:21px!important;
	outline: none !important;
	box-shadow: none !important;
}
.form-inner .gform_footer .gform_button:hover{
	background:#fff100!important;
	color:#003365!important;
}
.ginput_container.ginput_container_consent{
	margin-top:21px;
	margin-bottom:10px;
}
.form-inner .ginput_container_consent label{
	font-weight:700!important;
}
.image-content-inner{
	display:flex;
	align-items:center;
	gap:32px;
	flex:0 0 50%;
}
.image-content-inner + .image-content-inner{
	margin: 60px 0 0 0;
}
.image-content-inner.img-right{
	flex-direction: row-reverse;
}
.image-content-wrapper{
	padding:60px 0;
}
.image-content-inner>div{
	flex:0 0 calc(50% - 16px);
}
.image-content-inner h2{
	color:var(--PA---Dark-Blue,#003365);
	font-size:34px;
	font-style:italic;
	font-weight:900;
	line-height:34px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.image-content-inner p{
	color:#333;
	font-family:Poppins;
	font-size:14px;
	font-style:normal;
	font-weight:600;
	line-height:24px; 
	margin-bottom: 11px;
}
.image-content-inner p:last-child{
	margin: 0;
}
.image-content-inner .content-wrap h6{
	color:#017cc7;f
	ont-family:Poppins;
	font-size:18px;
	font-style:normal;
	font-weight:800;
	line-height:20px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.img-wrap img{
	width:100%;
}
.image-content-wrapper.right .image-content-inner{
	flex-direction:row-reverse;
}
.features-wrap{
	background:#003365;
	padding: 50px 0;
}
.features-wrap>.container{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
}
.feature-content-box{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 0;
	justify-content: center;
	padding: 0;
	margin: 0 -32px;
}
.feature-content-box li{
	width: 33.33%;
	display: inline-flex;
	flex-direction: column;
	gap: 10px 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-left: 1px solid #fff;
	padding: 0 32px;
}
.feature-content-box li:nth-child(3n+1){
	border-left: none;
}
.feature-content-box li h3{
	color:#fff;
	text-align:center;
	font-family:Poppins;
	font-size:34px;
	font-style:italic;
	font-weight:900;
	line-height:34px;
	text-transform:uppercase;
}
.feature-content-box li p{
	color:#fff100;
	text-align:center;
	font-family:Poppins;
	font-size:14px;
	font-style:normal;
	font-weight: 600;
	line-height:24px;
	margin: 0;
}

.top-bar ul.top-slider{
	display: none;
}
.mob-menu-btn{
	display: none;
}
.mob-call{
	display: none;
}

.mobile-menu-wraper{
	width: 100%;
	height: calc(100vh - 157px);
	background: #003365;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: fixed;
	top: 157px;
	left: -100%;
	padding: 0 20px 20px;
	overflow-y: auto;
	transition: all .3s ease-in;
	z-index: 999;
}
.mobile-menu-wraper.active{
	left: 0;
}
.mob-menu-content{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px 0;
}
.mob-menu-content p{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
}
.mob-menu-content p strong{
	color: #FFF100;
}
.mob-menu-content p a{
	color: #fff !important;
}
.mob-menu-content p a:hover{
	color: #FFF100 !important;
}
.mobile-menu-wraper ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.mobile-menu-wraper ul > li{
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 40px 0 0;
}
.mobile-menu-wraper ul > li > a{
	width: 100%;
	float: left;
	color: #fff !important;
	padding: 20px 0;
}
.mobile-menu-wraper ul > li > a:hover{
	color: #FFF100 !important;
}
.mobile-menu-wraper ul > li .sub-menu{
	display: none;
}
body.overflow-hidden{
	overflow: hidden;
}

.image-content-inner .img-wrap img.img-radius{
	border-radius: 20px;
}

.mobile-menu-wraper ul > li .menu-dropdown{
	width: 35px;
	height: 54px;
	background: url(../images/down-icn.png) no-repeat center;
	background-size: 15px auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: all .3s ease-in;
}

.mobile-menu-wraper ul > li > .sub-menu{
	width: 100%;
	float: left;
	padding: 0 0 20px 15px;
	margin: 0;
}
.mobile-menu-wraper ul > li > .sub-menu li{
	width: 100%;
	float: left;
	border: none !important;
	padding: 0;
}
.mobile-menu-wraper ul > li > .sub-menu li + li{
	margin: 15px 0 0 0;
}
.mobile-menu-wraper ul > li > .sub-menu li a{
	width: 100%;
	float: left;
	padding: 5px 0;
}
.mobile-menu-wraper ul > li .menu-dropdown.active{
	transform: rotate(180deg);
}

.partners-wrap{
	width: 100%;
	display: flex;
	padding: 60px 0;
}
.partners-wrap h2{
	width: 100%;
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.partners-wrap ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	padding: 0;
	margin: 0;
}
.partners-wrap ul li{
	flex: 0 0 calc(50% - 16px);
	background: #fff;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 28px 0;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 50px 40px 40px;
}
.partners-wrap ul li img{
	max-width: 200px;
	max-height: 70px;
}
.partners-wrap ul li p{
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin: 0;
}

.content-box-wrap{
	width: 100%;
	background: #003365;
	display: flex;
	padding: 60px 0;
}
.content-box-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px 0;
	margin: 0 0 40px 0;
}
.content-box-top h2{
	color: #FFF100;
	font-size: 34px;
	font-weight: 900;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.content-box-top p{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.content-box-top p:last-child{
	margin: 0;
}
.content-box-wrap ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	padding: 0;
	margin: 0;
}
.content-box-wrap ul li{
	flex: 0 0 calc(25% - 24px);
	background: #017CC7;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	gap: 10px 0;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
.content-box-wrap ul li h6{
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.content-box-wrap ul li p{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin: 0;
}

.img-box-wrap{
	width: 100%;
	display: flex;
	padding: 60px 0;
}
.img-box-wrap h2{
	width: 100%;
	float: left;
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.img-box-wrap ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	padding: 0;
	margin: 0;
}
.img-box-wrap ul li{
	flex: 0 0 calc(33.33% - 22px);
	background: #ECECEC;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
.img-box-wrap ul li img{
	margin: 0 0 20px 0;
}
.img-box-wrap ul li h6{
	color: #003365;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.img-box-wrap ul li p{
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin: 0;
}
.ifame-wraper{
	width: 100%;
	display: flex;
	padding: 60px 0;
}
.ifame-box{
	width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 40px;
}

.single-vehicle{
	width: 100%;
	display: flex;
}
.single-vehicle-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-top: 1px solid #ccc;
	padding: 60px 0 40px;
}
.single-vehicle-top h1{
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.single-vehicle-top .back-btn{
	color: #003365 !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.single-vehicle-top .back-btn:hover{
	color: #017CC7 !important;
}
.vehicle-img-slider{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.vehicle-img-slider .slider-for{
	width: 100%;
}
.vehicle-img-slider .slider-nav{
	width: 100%;
	background: #ECECEC;
	padding: 20px 70px;
}

.vehicle-img-slider .slider-nav .slick-arrow{
	width: 40px;
	height: 40px;
	background-color: #003365;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M9.41892 16L11.5 14.1333L4.66216 8L11.5 1.86667L9.41892 0L0.5 8L9.41892 16Z' fill='%23FFF100'/%3E%3C/svg%3E");
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	border: none;
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
	padding: 0;
	left: 20px;
	top: 50%;
	transition:all .3s ease-in;
	transform: translateY(-50%);
}
.vehicle-img-slider .slider-nav .slick-arrow:hover{
	background-color: #017dc7;
}
.vehicle-img-slider .slider-nav .slick-arrow.slick-next{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M2.58108 0L0.5 1.86667L7.33784 8L0.5 14.1333L2.58108 16L11.5 8L2.58108 0Z' fill='%23FFF100'/%3E%3C/svg%3E");
	left: auto;
	right: 20px;
}
.vehicle-img-slider .slider-nav .slick-track{
	display: flex;
	gap: 10px;
}
.vehicle-img-slider .slider-nav .thumb-slide{
	height: 112px;
}
.vehicle-img-slider .slider-nav .thumb-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vehicle-img-slider .slider-nav .thumb-slide.slick-slide{
	cursor: pointer;
	position: relative;
}
.vehicle-img-slider .slider-nav .thumb-slide.slick-slide:after{
	width: 0;
	height: 4px;
	background: #FFF100;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	transform: translateX(-50%);
	transition:all .5s ease-in;
}
.vehicle-img-slider .slider-nav .thumb-slide.slick-current.slick-slide{
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.vehicle-img-slider .slider-nav .thumb-slide.slick-current.slick-slide:after{
	width: 100%;
}
.vehicle-specs{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #ECECEC;
	padding: 40px 0;
}
.price-box{
	width: 43.33%;
	min-height: 213px;
	background: #017CC7;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.price-box span{
	color: #FFF100;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.price-box h6{
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	font-style: italic;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.vehicle-specs ul{
	width: 36.51%;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	list-style: none;
	padding: 0 40px;
	margin: 0;
}
.vehicle-specs ul li{
	display: inline-flex;
	align-items: center;
}
.vehicle-specs ul li strong{
	width: 165px;
	color: #003365;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}
.vehicle-specs ul li span{
	width: calc(100% - 165px);
	color: #017CC7;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
}
.cta-grp{
	width: 20.15%;
	display: inline-flex;
	flex-direction: column;
	gap: 14px 0;
}
.cta-grp a{
	width: 100%;
	float: left;
	background: #003365;
	color: #FFF100 !important;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 13.5px 15px;
}
.cta-grp a:hover{
	background: #017CC7;
}

.vehicles-details{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 32px;
	border-bottom: 1px solid #ECECEC;
	padding: 40px 0;
	margin: 0 0 60px 0;
}
.vehicle-desc{
	flex: 0 0 calc(50% - 16px);
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.vehicle-desc h3{
	color: #017CC7;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.vehicle-desc p{
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 15px 0;
}
.vehicle-desc p:last-child{
	margin: 0;
}
.vehicle-desc p strong{
	color: #003365;
}
.vehicle-features{
	flex: 0 0 calc(50% - 16px);
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.vehicle-features h3{
	color: #017CC7;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.columns-wrapper{
	width: 100%;
	display: flex;
}
.columns-wrapper ul{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.columns-wrapper ul li{
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 0 0 0 20px;
	position: relative;
}
.columns-wrapper ul li:before{
	width: 5px;
	height: 5px;
	background: #333;
	position: absolute;
	top: 9.5px;
	left: 5px;
	content: "";
	border-radius: 50%;
}
.columns-wrapper ul li + li{
	margin: 5px 0 0 0;
}
.main-slide{
	height: 665px;
}
.main-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-popup-wraper{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	display: none;
	z-index: 99;
}
.popup-box{
	width: 600px;
	max-height: calc(100vh - 60px);
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow-y: auto;
}
.popup-close{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	transition:all .3s ease-in;
}
.popup-close:hover{
	opacity: 0.7;
}
.popup-close svg{
	width: 20px;
	height: 20px;
}


.content-wraper{
	width: 100%;
	display: flex;
	padding: 60px 0;
}
.content-wraper h2{
	width: 100%;
	float: left;
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.content-wraper h3{
	width: 100%;
	float: left;
	color: #017CC7;
	font-size: 32px;
	font-weight: 900;
	font-style: italic;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.content-wraper h4{
	width: 100%;
	float: left;
	color: #017CC7;
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.content-wraper h5{
	width: 100%;
	float: left;
	color: #017CC7;
	font-size: 28px;
	font-weight: 900;
	font-style: italic;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.content-wraper h6{
	width: 100%;
	float: left;
	color: #017CC7;
	font-size: 26px;
	font-weight: 900;
	font-style: italic;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.content-wraper p{
	width: 100%;
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 20px 0;
}
.content-wraper p:last-child{
	margin: 0;
}
.content-wraper p a{
	color: #017CC7 !important;
}
.content-wraper p a:hover{
	color: #003365 !important;
}
.page_breadcum-wrapper.not-found-heading{
	background: #017cc7;
}
.error-404.not-found{
	width: 100%;
	display: flex;
	padding: 60px 0 80px;
}
.error-txt{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.error-txt img{
	max-width: 600px;
	margin: 0 0 20px 0;
}
.error-txt p{
	width: 100%;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	font-family: Poppins;
	line-height: 28px;
	text-align: center;
	margin: 0 0 20px 0;
}
.error-txt a{
	background: #003365;
	color: #FFF100;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 16px 30px;
}
.error-txt a:hover{
	background: #FFF100 !important;
	color: #003365 !important;
}
.inventory-con{
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 70px 0;
}
.inventory-con h1{
	width: 100%;
	color: #017CC7;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.filter-layout{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.filter-layout .filter-entry{
	width: 100%;
	display: inline-flex;
	align-content: center;
	justify-content: flex-end;
	gap: 15px;
	margin: 0 !important;
}
.ymc-smart-filter-container .filter-layout3 .btn-all{
	display: none;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter{
	width: auto;
	margin: 0;
}
.filter-layout .filter-entry .filter-title{
	color: #003365;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active{
	color: #017CC7;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	padding: 0 24px 0 0;
	position: relative;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active .arrow{
	border: solid #017CC7;
	border-width: 0 3px 3px 0;
	top: 5px;
	right: 2px;
	padding: 4px;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive{
	width: 235px;
	background: #017CC7;
	top: 15px;
	left: auto;
	right: 0;
	padding: 20px 15px 15px 15px;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive::before{
	background: #017CC7;
	left: auto;
	right: 10px;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive .btn-close{
	font-size: 20px;
	top: 10px;
	right: 10px;
}
.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item{
	padding: 5px 0;
}
.ymc-smart-filter-container .filter-layout3 .posts-found{
	width: 100%;
	color: #003365;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 -20px 0;
}
.ymc-smart-filter-container .filter-layout3 .selected-items{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ymc-smart-filter-container .filter-layout3 .selected-items .item{
	background: #003365;
	margin: 0;
}
.ymc-smart-filter-container .filter-layout3 .selected-items .item small{
	width: 14px;
	height: 17px;
	font-size: 13px;
}
.ymc-smart-filter-container .container-posts .post-custom-layout{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin: 0 0 40px 0;
}
.ymc-smart-filter-container .container-posts .post-custom-layout .post-item{
	flex: 0 0 calc(33.33% - 22px);
	border: none;
	padding: 0;
}
.ymc-smart-filter-container .container-posts .post-custom-layout .post-item a{
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	margin: 0;
	overflow: hidden;
}
.post-custom-layout .post-item .vehicle-img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.post-custom-layout .post-item .vehicle-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .3s ease-in;
}
.ymc-smart-filter-container .container-posts .post-custom-layout .post-item a:hover .vehicle-img img{
	transform: scale(1.05);
}
.vehicle-box-con{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}
.vehicle-box-con h6{
	width: 100%;
	color: #003365;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.vehicle-box-con .box-price{
	color: #017CC7;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.vehicle-box-con .box-specs{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 10px 0;
	margin: 10px 0;
}
.vehicle-box-con .box-specs .box-spec{
	width: 33.33%;
	color: #003365;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	text-align: center;
	border-left: 1px solid #ECECEC;
}
.vehicle-box-con .box-specs .box-spec:first-child{
	border-left: none;
}
.vehicle-box-con .box-specs .box-spec strong{
	color: #003365;
	font-size: 14px;
	font-weight: 700;
}
.vehicle-box-con .box-specs .box-spec p{
	color: #003365;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.ymc-smart-filter-container .container-posts .post-custom-layout .post-item .view-btn{
	color: #017CC7;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition:all .3s ease-in;
}
.ymc-smart-filter-container .container-posts .post-custom-layout .post-item .view-btn:hover{
	color: #003365;
}
.ymc-smart-filter-container .pagination-numeric{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.ymc-smart-filter-container .pagination-numeric li{
	margin: 0;
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers{
	width: 40px;
	height: 40px;
	color: #017CC7;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 100%;
	padding: 2px 0 0 0;
	transition:all .3s ease-in;
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers:hover{
	background: #003365;
	color: #FFF100;
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers.current{
	background: #003365;
	color: #FFF100;
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers.prev{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron Left'%3E%3Cpath id='Vector' d='M9.08108 4L7 5.86667L13.8378 12L7 18.1333L9.08108 20L18 12L9.08108 4Z' fill='%23017CC7'/%3E%3C/g%3E%3C/svg%3E");
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	transform: rotate(180deg);
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers.prev:hover{
	opacity: 0.7;
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers.next{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron Left'%3E%3Cpath id='Vector' d='M9.08108 4L7 5.86667L13.8378 12L7 18.1333L9.08108 20L18 12L9.08108 4Z' fill='%23017CC7'/%3E%3C/g%3E%3C/svg%3E");
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
.ymc-smart-filter-container .pagination-numeric li .page-numbers.next:hover{
	opacity: 0.7;
}
#grid-stats{
	display: none;
	color: #003365;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 -18px 0;
}
.ymc-smart-filter-container{
	max-width: 100%;
	overflow-x: hidden;
}
.ymc-smart-filter-container .ymc-notification{
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}
.inventory-con.filter-active #grid-stats{
	display: none !important;
}
.inventory-con:not(.filter-active) .posts-found{
	display: none !important;
}
.additional-content{
	width: 100%;
	margin: 5px 0 0 0;
}

.dropdown-filter.tax-{
    display: none !important;
}

.filter-layout3-8165{
	display: none !important;
}

#grid-stats{
	display: none !important;
}


@media (min-width: 1024px) {
	.mobile-menu-wraper{
		display: none;
	}
}

@media (max-width: 1399px) {
	.vehicle-slider{
		padding: 0 50px;
	}
	.testimonial-slider{
		padding: 0 60px;
	}
}

@media (max-width: 1255px) {
	.hero-slide .banner-content{
		padding: 0 0 0 20px;
	}
	.top-bar ul{
		gap: 0 35px;
	}
	.top-bar ul li{
		font-size: 16px;
	}
	.top-bar ul li::before{
		left: -22px;
	}
	.header-lft{
		gap: 0 25px;
	}
	.footer-btm{
		margin: 50px 0 0 0;
	}
	.ft-col1 {
		width: 15%;
	}
	.ft-col5{
		width: 17%;
	}
	.ft-col p.ft-address {
		margin: 0 0 10px 0;
	}
	.banner-top{
		width: 700px;
	}
	.banner-top h1{
		font-size: 55px;
		line-height: 55px;
	}
	.deals-wraper ul{
		gap: 30px;
	}
	.deals-wraper ul li{
		width: calc(50% - 15px);
	}
	.deals-price{
		width: 55%;
	}
	.deals-txt{
		width: 45%;
	}
	.deals-price span{
		font-size: 55px;
		line-height: 55px;
	}
	.deals-txt h6{
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}
	.vehicle-slider li{
		padding: 12px;
	}
	.new-vehicle-wraper h2{
		margin: 0 0 28px 0;
	}
	.vehicle-slider{
		margin: 0 0 28px 0;
	}
	.vehicle-slider{
		padding: 0 45px;
	}
	.new-vehicle-top{
		height: auto;
		aspect-ratio: 16/10;
	}
	.deals-top{
		height: auto;
		aspect-ratio: 16/11;
	}
	.new-vehicle-btm h6{
		margin: 0 0 15px 0;
	}
	.icn-box-wraper ul{
		margin: 0 -20px;
	}
	.icn-box-wraper ul li{
		padding: 0 20px;
	}
	.icn-box-wraper ul li h6{
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 15px 0;
	}
	.testimonial-slider {
		padding: 0 50px;
	}
	.testimonial-rgt{
		padding: 0 0 0 30px;
	}
	.txt-cta-wraper{
		padding: 70px 0;
	}
	.cta-banner{
		padding: 0;
	}
	.map-rgt iframe{
		height: 550px;
	}
	.page_breadcum-wrapper h1{
		font-size: 54px;
		line-height: 54px;
		margin-bottom: 15px;
	}
	.page_breadcum-wrapper p{
		font-size: 20px;
	}

	.feature-content-box{
		gap: 25px 0;
		margin: 0 -25px;
	}
	.feature-content-box li{
		padding: 0 25px;
	}
	.feature-content-box li h3{
		font-size: 30px;
		line-height: 30px;
	}

	.main-slide {
		height: auto;
		aspect-ratio: 16/9;
	}
	.vehicle-img-slider .slider-nav .thumb-slide {
		height: auto;
		aspect-ratio: 16/9;
	}
	.price-box{
		width: 39%;
	}
	.vehicle-specs ul{
		width: 40%;
		padding: 0 30px;
	}
	.cta-grp{
		width: 21%;
	}
	.vehicle-specs ul li strong{
		width: 160px;
		font-size: 16px;
		line-height: 18px;
	}
	.vehicle-specs ul li span{
		width: calc(100% - 160px);
		font-size: 16px;
		line-height: 18px;
	}
	.price-box h6{
		font-size: 42px;
		line-height: 42px;
	}
	.vehicles-details{
		margin: 0 0 30px 0;
	}

	.inventory-con{
		padding: 60px 0;
	}
	.post-custom-layout .post-item .vehicle-img{
		height: auto;
		aspect-ratio: 16/10;
	}

}

@media (max-width: 1023px) {
	.top-bar ul{
		display: none;
	}
	.top-bar ul.top-slider{
		display: block;
	}
	.top-bar ul {
		gap: 0;
	}
	.top-bar ul li{
		text-align: center;
	}
	.top-bar ul li::before{
		display: none;
	}
	.main-menu{
		display: none;
	}
	.header-lft {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 0;
	}
	.header-rgt{
		display: none;
	}
	.logo{
		padding: 0;
	}
	.main-header{
		padding: 20px 0;
	}
	.mob-menu-btn{
		width: 42px;
		height: 42px;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		border: 2px solid #017CC7;
		border-radius: 50%;
		cursor: pointer;
		position: relative;
		transition:all .3s ease-in;
	}
	.mob-menu-btn:hover{
		background: #FFF100;
	}
	.mob-menu-btn svg{
		position: absolute;
		transition:all .3s ease-in;
	}
	.mob-menu-btn .menu-close{
		opacity: 0;
		visibility: hidden;
	}
	.mob-menu-btn.active .menu-icn{
		opacity: 0;
		visibility: hidden;
	}
	.mob-menu-btn.active .menu-close{
		opacity: 1;
		visibility: visible;
	}
	.mob-call{
		width: 42px;
		height: 42px;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		border: 2px solid #017CC7;
		border-radius: 50%;
	}
	.mob-call:hover{
		background: #FFF100;
	}
	.hero-slide a{
		height: 400px;
	}
	.banner-top {
		width: 500px;
		gap: 15px 0;
	}
	.banner-btm{
		width: 500px;
		gap: 15px 0;
	}
	.banner-top h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.hero-slide .banner-content{
		gap: 20px 0;
	}
	.banner-btm ul li{
		font-size: 18px;
	}
	.banner-btm ul li::before{
		top: 11px;
	}
	.bullet-strip h5{
		font-size: 16px;
	}
	.bullet-strip ul li{
		font-size: 16px;
	}
	.deals-wraper{
		padding: 50px 0;
	}
	.deals-wraper h2{
		margin: 0 0 30px 0;
	}
	.deals-wraper ul {
		gap: 20px;
	}
	.deals-wraper ul li {
		width: calc(50% - 10px);
	}
	.deals-btm{
		flex-wrap: wrap;
		gap: 15px 0;
	}
	.deals-price{
		width: 100%;
		align-items: center;
		text-align: center;
		padding: 0;
	}
	.deals-txt {
		width: 100%;
		align-items: center;
		text-align: center;
		border-left: none;
		padding: 0;
	}
	.deals-price span {
		font-size: 45px;
		line-height: 45px;
	}
	.deals-txt h6{
		margin: 0 0 10px 0;
	}
	.new-vehicle-wraper{
		padding: 50px 0;
	}
	.new-vehicle-wraper h2 {
		margin: 0 0 18px 0;
	}
	.icn-box-wraper ul {
		margin: 0 -15px;
	}
	.icn-box-wraper ul li {
		padding: 0 15px;
	}
	.icn-box-wraper ul li h6 {
		font-size: 21px;
		line-height: 24px;
	}
	.testimonial-wraper{
		padding: 50px 0;
	}
	.testimonial-wraper h2{
		margin: 0 0 30px 0;
	}
	.testimonial-slide{
		flex-direction: column;
	}
	.testimonial-lft {
		width: 100%;
	}
	.testimonial-rgt{
		width: 100%;
		align-items: center;
		text-align: center;
		padding: 30px 0 0 0;
	}
	.testimonial-slider {
		padding: 0 60px;
	}
	.testimonial-rgt h6{
		margin: 0 0 12px 0;
	}
	.testimonial-rgt img {
		margin: 0 0 15px 0;
	}
	.testimonial-rgt h5{
		margin: 0 0 15px 0;
	}
	.map-hours-wraper{
		padding: 50px 0;
	}
	.map-lft{
		width: 350px;
		padding: 0 30px 0 0;
	}
	.map-rgt {
		width: calc(100% - 350px);
	}
	.map-lft .hours{
		margin: 30px 0 0 0;
	}
	.map-lft h3{
		margin: 0 0 15px 0;
	}
	.map-lft p{
		margin: 0 0 10px 0;
	}
	.map-rgt iframe{
		height: 400px;
	}
	.txt-cta-wraper {
		padding: 60px 0;
	}
	.cta-banner-wraper{
		padding: 50px 0;
	}
	.site-footer{
		padding: 50px 0;
	}
	.ft-col h6{
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.ft-col1 {
		width: 15%;
	}
	.ft-col2 {
		width: 22%;
	}
	.ft-col3 {
		width: 21%;
	}
	.ft-col4 {
		width: 21%;
	}
	.ft-col5 {
		width: 21%;
	}
	.footer-btm {
		margin: 30px 0 0 0;
	}

	.page_breadcum-wrapper {
		padding: 50px 0;
	}
	.page_breadcum-wrapper h1 {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.page_breadcum-wrapper p {
		font-size: 18px;
		line-height: 22px;
	}
	.image-content-wrapper {
		padding: 50px 0;
	}
	.image-content-inner{
		gap: 20px;
	}
	.image-content-inner > div {
		flex: 0 0 calc(50% - 10px);
	}
	.image-content-inner h2{
		font-size: 28px;
		line-height: 30px;
	}

	.form-wrapper{
		padding: 50px 0;
	}
	.form-inner{
		padding: 30px;
	}
	.form-inner .gform-theme--foundation .gform_fields {
		column-gap: 20px;
		row-gap: 15px;
	}

	.features-wrap{
		padding: 40px 0;
	}
	.partners-wrap{
		padding: 50px 0;
	}
	.partners-wrap h2{
		margin: 0 0 30px 0;
	}
	.partners-wrap ul{
		gap: 20px;
	}
	.partners-wrap ul li{
		flex: 0 0 calc(50% - 10px);
		gap: 20px 0;
		padding: 40px 30px 30px;
	}
	.feature-content-box{
		gap: 15px 0;
		margin: 0 -15px;
	}
	.feature-content-box li {
		padding: 0 15px;
	}
	.feature-content-box li h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.feature-content-box li p{
		line-height: 20px;
	}

	.content-box-wrap{
		padding: 50px 0;
	}
	.content-box-top{
		gap: 20px 0;
		margin: 0 0 30px 0;
	}
	.content-box-wrap ul{
		gap: 20px;
	}
	.content-box-wrap ul li{
		flex: 0 0 calc(50% - 10px);
	}
	.img-box-wrap{
		padding: 50px 0;
	}
	.img-box-wrap h2{
		margin: 0 0 30px 0;
	}
	.img-box-wrap ul{
		gap: 20px;
	}
	.img-box-wrap ul li{
		flex: 0 0 calc(33.33% - 13.3px);
		padding: 15px;
	}
	.image-content-inner + .image-content-inner{
		margin: 50px 0 0 0;
	}

	.ifame-wraper{
		padding: 50px 0;
	}
	.bullet-strip{
		flex-direction: column;
		gap: 5px 0;
	}
	.bullet-strip ul{
		justify-content: center;
		gap: 0 10px;
		text-align: center;
	}
	.bullet-strip ul li::before{
		font-size: 15px;
		margin: 0 8px 0 0;
	}
	.single-vehicle-top{
		padding: 50px 0 30px;
	}
	.price-box{
		width: 100%;
		margin: 0 0 40px 0;
	}
	.vehicle-specs ul {
		width: calc(100% - 250px);
		padding: 0 30px 0 0;
	}
	.cta-grp {
		width: 250px;
	}
	.price-box{
		min-height: 200px;
	}
	.price-box h6 {
		font-size: 50px;
		line-height: 50px;
	}
	.vehicles-details{
		gap: 0;
	}
	.vehicle-desc{
		flex: 0 0 100%;
	}
	.vehicle-features{
		flex: 0 0 100%;
		margin: 30px 0 0 0;
	}
	.vehicles-details {
		margin: 0;
	}

	.content-wraper{
		padding: 50px 0;
	}
	.content-wraper h2{
		font-size: 30px;
		line-height: 30px;
	}
	.content-wraper h3{
		font-size: 28px;
		line-height: 28px;
	}
	.content-wraper h4{
		font-size: 26px;
		line-height: 26px;
	}
	.content-wraper h5{
		font-size: 24px;
		line-height: 24px;
	}
	.content-wraper h6{
		font-size: 22px;
		line-height: 22px;
	}

	.error-404.not-found{
		padding: 50px 0 70px;
	}
	.error-txt img{
		max-width: 550px;
	}
	.error-txt p{
		font-size: 18px;
	}

	.inventory-con {
		padding: 50px 0;
	}
	.inventory-con h1{
		margin: 0 0 30px 0;
	}
	.ymc-smart-filter-container .container-posts .post-custom-layout .post-item{
		flex: 0 0 calc(50% - 16px);
	}
}

@media (max-width: 767px) {
	.logo{
		width: 70px;
	}
	.hero-slide a {
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.hero-slide a img{
		height: auto;
	}
	.hero-slide .banner-content{
		width: 100%;
		background: #003365;
		align-items: center;
		text-align: center;
		position: static;
		padding: 30px 20px 20px;
		transform: none;
	}
	.banner-top{
		width: 100%;
		align-items: center;
	}
	.banner-btm{
		width: 100%;
		align-items: center;
	}
	.banner-btm ul{
		justify-content: center;
		margin: 0;
	}
	.hero-slider .slick-dots{
		width: 100%;
		position: static;
		padding: 20px 0;
		transform: none;
	}
	.hero-slider .slick-dots li button{
		background: #CCCCCC;
	}
	.hero-slider .slick-dots li.slick-active button {
		background: #017CC7;
	}
	.bullet-strip{
		flex-direction: column;
		gap: 0;
	}
	.bullet-strip ul{
		gap: 0 10px;
		justify-content: center;
	}
	.deals-wraper {
		padding: 40px 0;
	}
	.deals-wraper h2 {
		margin: 0 0 20px 0;
	}
	.deals-price span {
		font-size: 40px;
		line-height: 40px;
	}
	.deals-btm{
		gap: 10px 0;
	}
	.new-vehicle-wraper {
		background-size: 100% auto;
		padding: 0 0 40px;
	}
	.new-vehicle-wraper h2 {
		margin: 0 0 10px 0;
	}
	.vehicle-slider li {
		padding: 10px;
	}
	.vehicle-slider {
		margin: 0 0 20px 0;
	}
	.vehicle-slider .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.vehicle-slider {
		padding: 0 35px;
	}
	.new-vehicle-top{
		aspect-ratio: 16/11;
	}
	.new-vehicle-btm{
		padding: 15px;
	}
	.icn-box-wraper{
		padding: 40px 0;
	}
	.icn-box-wraper ul{
		gap: 20px 0;
	}
	.icn-box-wraper ul li{
		width: 50%;
		border-left: none;
	}
	.icn-box-wraper ul li:nth-child(2n){
		border-left: 1px solid #fff;
	}
	.testimonial-wraper {
		background-size: 100% auto;
		padding: 40px 0;
	}
	.testimonial-slider .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.testimonial-slider {
		padding: 0 45px;
	}
	.testimonial-wraper h2 {
		margin: 0 0 20px 0;
	}
	.map-hours-wraper {
		background: #017dc7;
		padding: 40px 0;
	}
	.map-hours-wraper::before{
		display: none;
	}
	.map-hours-wraper::after{
		display: none;
	}
	.map-hour{
		flex-direction: column-reverse;
	}
	.map-rgt {
		width: 100%;
		box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.15);
	}
	.map-lft{
		width: 100%;
		align-items: center;
		padding: 40px 0 0 0;
	}
	.map-lft .hours{
		align-items: center;
	}
	.map-lft .hours ul{
		width: 400px;
		max-width: 100%;
		align-items: center;
		text-align: center;
	}
	.txt-cta-wraper {
		padding: 40px 0;
	}
	.cta-banner-wraper {
		padding: 40px 0;
	}
	.cta-banner{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px 0;
	}
	.cta-banner-lft{
		width: 100%;
		align-items: center;
		text-align: center;
		padding: 0;
	}
	.site-footer {
		padding: 40px 0;
	}
	.footer-top{
		flex-direction: column;
		gap: 40px 0;
	}
	.ft-col{
		align-items: center;
		text-align: center;
		padding: 0;
	}
	.ft-col1{
		width: 100%;
	}
	.ft-col2{
		width: 100%;
	}
	.ft-col3{
		width: 100%;
	}
	.ft-col4{
		width: 100%;
	}
	.ft-col5{
		width: 100%;
	}
	.ft-col h6 {
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	.ft-social{
		justify-content: center;
	}
	.footer-btm {
		flex-direction: column;
		gap: 3px 0;
		margin: 60px 0 0 0;
	}
	.footer-btm ul{
		justify-content: center;
	}
	.footer-btm ul li{
		padding: 0 0 0 17px;
	}
	.footer-btm ul li + li {
		margin: 0 0 0 10px;
	}
	.footer-btm ul li:first-child{
		padding: 0;
	}
	.footer-btm ul li:first-child::before{
		display: none;
	}
	.mobile-menu-wraper{
		height: calc(100vh - 147px);
		top: 147px;
	}

	.page_breadcum-wrapper {
		padding: 40px 0;
	}
	.page_breadcum-wrapper h1 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.page_breadcum-wrapper p{
		font-style: normal;
		line-height: 20px;
	}
	.image-content-wrapper {
		padding: 40px 0;
	}
	.image-content-inner{
		flex-direction: column;
		justify-content: center;
	}
	.image-content-inner > div {
		flex: 0 0 100%;
	}
	.content-wrap{
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.image-content-inner h2 {
		font-size: 34px;
		line-height: 34px;
		margin: 0 0 15px 0;
	}
	.form-wrapper {
		padding: 40px 0;
	}
	.partners-wrap {
		padding: 40px 0;
	}
	.partners-wrap h2 {
		margin: 0 0 20px 0;
	}
	.partners-wrap ul li{
		padding: 30px 20px 20px;
	}
	.partners-wrap ul li img {
		max-width: 180px;
		max-height: 60px;
	}

	.image-content-inner.img-right {
		flex-direction: column;
	}
	.image-content-inner + .image-content-inner{
		margin: 40px 0 0 0;
	}
	.content-box-wrap{
		padding: 40px 0;
	}
	.content-box-top {
		gap: 15px 0;
		margin: 0 0 20px 0;
	}

	.ifame-wraper {
		padding: 40px 0;
	}
	.ifame-box{
		padding: 20px;
	}

	.vehicle-img-slider .slider-nav .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.vehicle-img-slider .slider-nav{
		padding: 20px 60px 20px 55px;
	}
	.vehicle-img-slider .slider-nav .slick-arrow{
		left: 15px;
	}
	.vehicle-img-slider .slider-nav .slick-arrow.slick-next{
		right: 15px;
	}
	.vehicle-specs ul {
		width: calc(100% - 230px);
		padding: 0 20px 0 0;
	}
	.cta-grp {
		width: 230px;
	}
	.price-box {
		min-height: 180px;
	}
	.price-box h6 {
		font-size: 48px;
		line-height: 48px;
	}

	.inventory-con {
		padding: 40px 0;
	}
	.ymc-smart-filter-container .container-posts .post-custom-layout{
		gap: 20px;
	}
	.ymc-smart-filter-container .container-posts .post-custom-layout .post-item {
		flex: 0 0 calc(50% - 10px);
	}
	.ymc-smart-filter-container .pagination-numeric li .page-numbers{
		width: 30px;
		height: 30px;
	}
	.ymc-smart-filter-container .pagination-numeric{
		gap: 15px;
	}
}

@media (max-width: 639px) {
	.top-bar ul li{
		line-height: 18px;
	}
	.logo {
		width: 60px;
	}
	.banner-top{
		gap: 20px 0;
	}
	.banner-btm ul{
		margin: 5px 0 20px;
	}
	.banner-top h1 {
		font-size: 34px;
		line-height: 34px;
	}
	.banner-top p{
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	.banner-btm{
		gap: 0;
	}
	.banner-btm ul li{
		font-size: 16px;
		line-height: 18px;
		padding: 0 0 0 14px;
	}
	.banner-btm ul li::before{
		width: 6px;
		height: 6px;
		top: 9px;
	}
	.banner-btm h4{
		font-size: 21px;
		line-height: 23px;
	}
	.banner-btm h4 br{
		display: none;
	}
	.banner-btm p{
		font-size: 16px;
		line-height: 18px;
	}
	.bullet-strip-wraper{
		padding: 20px 0;
	}
	.bullet-strip h5{
		line-height: 18px;
	}
	.bullet-strip ul li{
		line-height: 18px;
	}
	.deals-wraper ul{
		flex-direction: column;
	}
	.deals-wraper ul li {
		width: 100%;
	}
	.deals-top{
		aspect-ratio: 16/8.7;
	}
	.deals-price span {
		font-size: 21px;
		line-height: 23px;
	}
	.deals-txt h6{
		font-size: 21px;
		line-height: 23px;
	}
	.deals-txt span{
		margin: 0 0 15px 0;
	}
	.vehicle-slider {
		padding: 0;
	}
	.vehicle-slider {
		margin: 0 0 20px 0;
	}
	.vehicle-slider .slick-list{
		margin: 0 -10px;
	}
	.new-vehicle-top {
		aspect-ratio: 16/8.7;
	}
	.new-vehicle-btm {
		padding: 20px;
	}
	.vehicle-slider li{
		height: 100%;
	}
	.vehicle-slider li a{
		height: auto;
	}
	.vehicle-slider .slick-dots {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		position: static;
		padding: 10px 0 0;
		transform: none;
	}
	.vehicle-slider .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0;
	}
	.vehicle-slider .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #CCCCCC;
		text-indent: -9999px;
		border: none;
		border-radius: 50%;
		padding: 0;
		transition: all .3s ease-in;
	}
	.vehicle-slider .slick-dots li.slick-active button {
		background: #017CC7;
	}
	.icn-box-wraper ul {
		gap: 40px 0;
		margin: 0;
	}
	.icn-box-wraper ul li{
		width: 100%;
		padding: 0;
	}
	.icn-box-wraper ul li:nth-child(2n) {
		border-left: none;
	}
	.icn-box-wraper ul li h6 {
		font-size: 34px;
		line-height: 34px;
	}
	.testimonial-slider {
		padding: 0;
	}
	.testimonial-rgt{
		padding: 32px 0 0 0;
	}
	.testimonial-rgt h6 {
		margin: 0 0 15px 0;
	}
	.testimonial-rgt img {
		margin: 0 0 20px 0;
	}
	.testimonial-rgt h5{
		line-height: 18px;
	}
	.testimonial-slider .slick-dots {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		position: static;
		padding: 20px 0 0;
		transform: none;
	}
	.testimonial-slider .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0;
	}
	.testimonial-slider .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #CCCCCC;
		text-indent: -9999px;
		border: none;
		border-radius: 50%;
		padding: 0;
		transition: all .3s ease-in;
	}
	.testimonial-slider .slick-dots li.slick-active button {
		background: #017CC7;
	}
	.txt-cta h3{
		margin: 0 0 15px 0;
	}
	.txt-cta p{
		margin: 0 0 15px 0;
	}
	.mobile-menu-wraper{
		height: calc(100vh - 136px);
		top: 136px;
	}

	.form-inner {
		padding: 20px;
	}
	.form-inner .gfield_label{
		font-size: 16px !important;
		line-height: 18px !important;
		padding-bottom: 12px !important;
	}
	.form-inner .gform-theme--foundation .gform_fields {
		column-gap: 20px;
		row-gap: 20px;
	}
	.form-inner .ginput_container textarea{
		height: 120px !important;
	}
	.ginput_container.ginput_container_consent {
		margin-top: 0;
		margin-bottom: 0;
	}
	.form-inner .ginput_container_consent label{
		width: calc(100% - 20px);
		font-size: 14px;
		line-height: 24px;
		padding: 0 0 0 12px;
		margin: 0;
	}
	.ginput_container.ginput_container_consent{
		display: flex;
		align-items: center;
	}
	.form-inner .gform_footer{
		margin: 20px 0 0 0 !important;
	}

	.feature-content-box {
		flex-direction: column;
		gap: 0;
		margin: 0;
	}
	.feature-content-box li{
		width: 100%;
		gap: 10px 0;
		border-left: none !important;
	}
	.feature-content-box li + li{
		border-top: 1px solid #fff;
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}
	.feature-content-box li h3 {
		font-size: 34px;
		line-height: 34px;
	}
	.feature-content-box li p {
		line-height: 24px;
	}
	.partners-wrap ul {
		flex-direction: column;
		gap: 20px 0;
	}
	.partners-wrap ul li{
		flex: 0 0 100%;
		gap: 28px 0;
	}
	.partners-wrap ul li img {
		max-width: 200px;
		max-height: 70px;
	}

	.content-box-wrap{
		background: #ECECEC;
		padding: 40px 0;
	}
	.content-box-top h2{
		color: #017CC7;
	}
	.content-box-top {
		gap: 15px 0;
		margin: 0 0 20px 0;
	}
	.content-box-top p{
		color: #003365;
	}
	.content-box-wrap ul li{
		flex: 0 0 100%;
		background: #fff;
	}
	.content-box-wrap ul li h6{
		color: #333;
	}
	.content-box-wrap ul li p{
		color: #333;
	}
	.img-box-wrap {
		padding: 40px 0;
	}
	.img-box-wrap h2 {
		margin: 0 0 20px 0;
	}
	.img-box-wrap ul {
		gap: 32px;
	}
	.img-box-wrap ul li {
		flex: 0 0 100%;
		padding: 20px;
	}
	.bullet-strip{
		gap: 1px 0;
	}
	.bullet-strip ul li::before{
		font-size: 14px;
		margin: 0 7px 0 0;
	}
	.bullet-strip ul{
		gap: 1px 10px;
	}

	.single-vehicle-top {
		padding: 45px 0 20px;
	}
	.vehicle-img-slider .slick-slider .slick-dots {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
		position: static;
		padding: 18px 0 0;
		transform: none;
	}
	.vehicle-img-slider .slick-slider .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0;
	}
	.vehicle-img-slider .slick-slider .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #CCCCCC;
		text-indent: -9999px;
		border: none;
		border-radius: 50%;
		padding: 0;
		transition: all .3s ease-in;
	}
	.vehicle-img-slider .slick-slider .slick-dots li.slick-active button {
		background: #017CC7;
	}
	.vehicle-img-slider .slider-nav{
		display: none;
	}
	.vehicle-specs{
		padding: 20px 0;
	}
	.price-box {
		min-height: 130px;
		padding: 20px;
	}
	.price-box h6 {
		font-size: 48px;
		line-height: 48px;
	}
	.vehicle-specs ul {
		width: 100%;
		gap: 10px 0;
		padding: 0;
		margin: 0 0 40px 0;
	}
	.vehicle-specs ul li strong{
		width: 135px;
		font-size: 14px;
		font-weight: 700;
		text-transform: none;
		padding: 0 25px 0 0;
	}
	.vehicle-specs ul li span{
		width: calc(100% - 135px);
		font-size: 14px;
		font-weight: 700;
	}
	.cta-grp {
		width: 100%;
	}
	.vehicles-details{
		padding: 20px 0;
	}
	.vehicle-desc h3{
		margin: 0 0 10px 0;
	}
	.vehicle-features h3{
		margin: 0 0 12px 0;
	}
	.columns-wrapper{
		flex-wrap: wrap;
	}
	.columns-wrapper ul{
		width: 100%;
	}
	.vehicles-details {
		margin: 0 0 40px 0;
	}
	.popup-box{
		width: 90%;
	}

	.content-wraper {
		padding: 40px 0;
	}
	.content-wraper h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.content-wraper h3{
		font-size: 26px;
		line-height: 26px;
	}
	.content-wraper h4{
		font-size: 24px;
		line-height: 24px;
	}
	.content-wraper h5{
		font-size: 22px;
		line-height: 22px;
	}
	.content-wraper h6{
		font-size: 20px;
		line-height: 20px;
	}
	.content-wraper p{
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px 0;
	}

	.error-txt img {
		max-width: 350px;
	}

	.inventory-con {
		padding: 60px 0;
	}
	.inventory-con h1 {
		margin: 0 0 20px 0;
	}
	#grid-stats{
		text-align: center;
		margin: 0 0 15px 0;
	}
	.filter-layout{
		justify-content: center;
		margin: 0 0 20px 0;
	}
	.ymc-smart-filter-container .filter-layout3 .posts-found{
		text-align: center;
		margin: 0 0 15px 0;
	}
	.ymc-smart-filter-container .container-posts .post-custom-layout {
		gap: 32px;
		margin: 0 0 20px 0;
	}
	.ymc-smart-filter-container .container-posts .post-custom-layout .post-item {
		flex: 0 0 100%;
	}
	.post-custom-layout .post-item .vehicle-img{
		aspect-ratio: 16/9;
	}
	.ymc-smart-filter-container .pagination-numeric {
		gap: 20px;
	}
	.ymc-smart-filter-container .pagination-numeric li .page-numbers {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.new-btn-wraper a{
		width: 100%;
		text-align: center;
	}
	.cta-banner-rgt{
		width: 100%;
	}
	.form-inner .gform_footer .gform_button{
		width: 100% !important;
	}
	.map-rgt iframe {
		height: 335px;
	}

	.error-txt img {
		max-width: 300px;
	}
	.error-txt p{
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 374px) {
	.container{
		padding: 0 15px;
	}
	.mobile-menu-wraper{
		padding: 0 15px 20px 15px;
	}
}

