html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

img {
	box-sizing: content-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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

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

* {
	outline: 0 none !important;
}

b,
strong {
	font-weight: 700;
}

@font-face {
	font-family: custom-icons;
	src: url(../fonts/custom-icons.eot?1603972301131);
	src: url(../fonts/custom-icons.eot?#iefix-1603972301131) format("embedded-opentype"), url(../fonts/custom-icons.woff2?1603972301131) format("woff2"), url(../fonts/custom-icons.woff?1603972301131) format("woff"), url(../fonts/custom-icons.ttf?1603972301131) format("truetype");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: custom-icons;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-check:before {
	content: '\ea01';
}
.icon-coupe:before {
	content: '\ea02';
}
.icon-left-arrow:before {
	content: '\ea03';
}
.icon-next-slide:before {
	content: '\ea04';
}
.icon-prev-slide:before {
	content: '\ea05';
}
.icon-quote:before {
	content: '\ea06';
}
.icon-right-arrow:before {
	content: '\ea07';
}
.icon-search:before {
	content: '\ea08';
}
.icon-sedan:before {
	content: '\ea09';
}
.icon-suv:before {
	content: '\ea0a';
}
.icon-truck:before {
	content: '\ea0b';
}
.icon-van:before {
	content: '\ea0c';
}

.st0 {
	fill: #0C0B36;
}

.st1 {
	fill: #EF9021;
}

.home .st0 {
	fill: #fff;
}

body {
	line-height: 1.75;
	background: #fff;
	color: #0C0B36;
	font-size: 16px;
	overflow-x: hidden;
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: DM Sans !important;
}

svg {
	max-width: 178px;
}

body.home {
	padding-top: 0px;
}

body.admin-bar {
	padding-top: 32px;
}

.page-id-172 {
	padding-top: 0px !important;
}

.page-id-172.admin-bar {
	padding-top: 32px !important;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

body.admin-bar header {
	top: 32px;
}

header .current-menu-item a{
	color: #EF3131 !important;  
}


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

section h1.title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	color: #0C0B36;
	margin-bottom: 40px;
}

.banner .vc_btn3-color-warning,
.banner .vc_btn3-color-grey{
	height: 64px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2.7px;
	text-transform: uppercase;
	padding-left: 32px !important;
	padding-right: 32px !important;
}
.min-header {
	background: #0C0B36;
}

.min-header .top-header {
	padding: 5px 0;
}

.dfr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top-bar {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.vc_row-fluid:not([data-vc-full-width]) {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}

.top-header-menu {
	margin: 0 auto 0 auto;
}

.top-header {
	padding: 20px 0;
	transition: all 0.3s ease;
}

.top-header .logo {
	width: 174px;
}

.top-header .log {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.menu-top-bar {
	padding: 1px 0;
}

.menu-top-bar,
.menu-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.menu-top-bar a {
	color: #0C0B36;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.home .top-header .tel {
	color: #fff;
}

.top-header .tel a {
	color: #EF9021;
	font-size: 22px;
	display: block;
	transition: all 0.3s ease;
}

.top-header .tel a:hover {
	color: #DB7600;
}

.top-header .tel {
	line-height: 1.35;
	font-weight: 700;
	font-size: 18px;
	color: #0C0B36;
	text-align: right;
}

.menu-top li,
.menu-top-bar li {
	margin-right: 20px;
}

.menu-top li:last-of-type,
.menu-top-bar li:last-of-type {
	margin-right: 0;
}

.menu-top a {
	color: #fff;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.menu-top-bar a:hover,
.menu-top a:hover {
	color: #EF3131;
}

.landing-banner {
	overflow: visible !important;
}

.landing-banner .form {
	background: #0C0B36;
	border-radius: 6px;
	padding: 25px 30px !important;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.15);
	transform: translateY(60px);
	position: relative;
}


.landing-banner .form:before {
	content: '';
	position: absolute;
	bottom: -10px;
	transform: translateY(100%);
	left: 0;
	right: 0;
	height: 18px;
	background: #000000;
	opacity: 0.34;
	filter: blur(10px);
	border-radius: 50%;
}

.landing-banner .form .from-input {
	margin-bottom: 20px;
}

.landing-banner .form h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 32px;
}

.landing-banner .form .wpcf7-text {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 0 15px;
	height: 50px;
	width: 100%;
	font-weight: 400;
	font-size: 14px;

}

.landing-banner .form .wpcf7-submit {
	height: 58px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.landing-banner h1 {
	text-shadow: 4.32934px 4.32934px 28.8623px rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}

.landing-banner h1 strong {
	display: block;
}

.landing-banner p {
	color: #FFFFFF;
	text-shadow: 4.32934px 4.32934px 28.8623px rgba(0, 0, 0, 0.8);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
}

.landing-banner h1 strong {
	font-size: 32px !important;
}

.banner p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.75;
	color: #fff;
}

.banner .vc_btn3-inline + .vc_btn3-inline {
	margin-left: 30px;
}

.banner .vc_btn3-inline + .vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color: #0C0B36 !important;
	border: 1px solid #fff !important;
}

.banner .vc_btn3-inline + .vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	color: #DB7600 !important;
}

.banner h1 {
	font-size: 71px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	margin: 0;
}

.banner h1 b {
	display: block;
	font-size: 40px;
}

.vc_btn3,
.button {
	align-items: center;
	justify-content: center;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border: none !important;
	font-weight: 700;
	border-radius: 4px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: column;
	border: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.vc_btn3,
.button:not(.transparent):not(.vc_btn3-container) {
	border: 2px solid #EF9021 !important;
	background: -webkit-linear-gradient(bottom, #EF9021, #EF9021);
	background: -o-linear-gradient(bottom, #EF9021, #EF9021);
	background: linear-gradient(to top, #EF9021, #EF9021);
	color: #fff !important;
}

.vc_btn3:hover,
.button:not(.transparent):hover {
	background: linear-gradient(0deg, #DB7600, #DB7600);
}

.button.transparent:hover {
	border: 2px solid #DB7600;
	color: #DB7600;
}

.button.transparent {
	color: #0C0B36;
	background-color: transparent;
}

.description-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.description-block .text h2 {
	font-weight: 600;
	font-size: 32px;
	color: #1D181A;
	margin-bottom: 20px;
}

.description-block .text .wpb_text_column {
	margin-bottom: 10px;
}

.description-block .text h2 strong {
	color: #F26B36;
}
.description-block .img:first-of-type > .vc_column-inner {
	padding-left: 0;
}
.description-block .img:last-of-type > .vc_column-inner {
	padding-right: 0;
}
.description-block .text:first-of-type > .vc_column-inner {
	padding-right: 60px !important;
	padding-left: 0;
}

.description-block .text:last-of-type > .vc_column-inner {
	padding-left: 60px !important;
	padding-right: 0;
}

.description-block .text .vc_btn3-container.vc_btn3-center {
	text-align: left;
}

.description-block .text .vc_btn3-container.vc_btn3-center .vc_btn3 {
	width: 205px;
	height: 48px;
	background: #F26B36;
	box-shadow: 0px 1.73396px 0px #BE542A;
	border-radius: 4px;
}

.description-block p {
	font-size: 18px;
	line-height: 1.75;
	color: #0C0B36;
}

.model-list .list-item {
	padding: 0 15px;
	width: calc(100% / 4);
}

.model-list .list-item .labels ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.model-list .list-item .image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.model-list .list-item .labels ul li {
	background: #F0EFF8;
	padding: 3px 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #898899;
	margin-right: 10px;
	margin-bottom: 10px;
}

.model-list h2 {
	font-size: 38px;
	line-height: 1.25;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.model-list h2 strong {
	color: #EF9021;
	display: block;
}

.model-list .button {
	width: 245px;
	height: 60px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-size: 18px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 auto;
}

.model-list .vc_col-lg-3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.model-list .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.model-list .list-item .rmv_txt_drctn {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.model-list .list-item .title-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.model-list .list-item .car-title {
	font-size: 18px;
	margin-top: 0px;
	width: calc(100% - 80px);
	color: #1D181A;
	line-height: 1.25;
}

.model-list .list-item .monthly-price {
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	color: #FF9D0A;
	margin-left: 0 !important;
}

.model-list .list-item .carnance-price-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto 0 0;
}

.model-list .list-item .mileage {
	font-weight: 500;
	font-size: 13px;
	color: #888;
	margin-bottom: 0;
	width: 50%;
}

.model-list .list-item .car-title + .price {
	margin: 0 0 0 auto;
}

.model-list .list-item .discounted-price {
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	text-align: right;
	color: #888888;
	width: 50%;
}

.model-list .list-item .monthly-price span {
	font-size: 11px;
	display: block;
	text-align: right;
}

.model-list .list-item .car-meta-top {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.model-list .list-item img {
	width: 100%;
	height: auto;
}

.model-list .vc_column_container > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.model-list .list-item .listing-car-item-meta {
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 156px);
}

.description-block .button {
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16) !important;
	border-radius: 4px;
	width: 175px;
	height: 56px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 15px;
}

.description-block .vc_general.vc_btn3 {
	width: 173px;
	height: 56px;
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	margin-top: 15px;
	transition: all 0.3s ease;
}

.description-block .vc_general.vc_btn3:hover {
	background: linear-gradient(0deg, #DB7600, #DB7600);
}

.no-cars {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.model-list .col-xs-9 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.description-block .wpb_single_image,
.description-block .vc_btn3-container {
	margin-bottom: 0 !important;
}

.form-block {
	overflow: visible !important;
}

.form-block .form.transparent-form {
	background-color: transparent;
}

.form-block .form.transparent-form h2 {
	color: #0C0B36;
}

.form-block .form {
	max-width: 440px;
	background: #0C0B36;
	border-radius: 6px;
	padding: 25px 15px !important;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.15);
	position: relative;
	margin: 40px auto 60px;
}

.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:first-of-type {
	margin: auto 0 0 0;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	bottom: -20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	color: #ffb900;
	text-align: center;
	font-size: 12px;
}

.form-block .form .from-input {
	margin-bottom: 20px;
}

.form-block .form .wpcf7-text {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 0 15px;
	height: 50px;
	width: 100%;
	font-weight: 400;
	font-size: 14px;

}

.form-block .wpb_single_image img {
	width: 525px;
}

.form-block .wpb_single_image {
	margin-bottom: 0 !important;
	transform: translateY(-115px);
	margin-bottom: -115px !important;
}

.form-block .form .wpcf7-submit {
	height: 58px;
	width: 100%;
	line-height: 20px;
	text-transform: uppercase;
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border: none;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.form-block .form .wpcf7-submit:hover {
	background: linear-gradient(0deg, #DB7600, #DB7600);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

.form-block .form h2 {
	font-size: 23px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 30px;
}

.form-block .form h2 span {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.25;
	display: block;
}

footer {
	background: #0C0B36;
	padding: 25px 0;
}

footer .footer-logo {
	width: 174px;
}

footer .copyright {
	font-size: 14px;
	line-height: 1.50;
	color: #898899;
	text-align: right;
}

.slick-slide img {
	width: 100%;
	height:auto;
}

footer .vc_col-sm-12 > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



footer .copyright p {
	text-align: center;
	padding: 20px 0;
}



.footer-top h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 30px;
}

.footer-top h2 a {
	color: #EF9021;
	transition: all 0.3s ease;
}

.footer-top h2 a:hover {
	color: #DB7600;
}

.footer-top h2 span {
	display: block;
	font-size: 24px;
}

.footer-bottom {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .log {
	width: 174px;
}

.footer-bottom .log {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

#footer-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.footer-bottom .tel a {
	color: #EF9021;
	font-size: 22px;
	display: block;
	transition: all 0.3s ease;
}

.footer-bottom .tel a:hover {
	color: #DB7600;
}

.footer-bottom .tel {
	line-height: 1.35;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-align: right;
}

#footer-menu li {
	margin-right: 20px;
}

#footer-menu li:last-of-type {
	margin-right: 0;
}

#footer-menu a {
	color: #fff;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#footer-menu a:hover {
	color: #ffc233;
}

.features h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	margin-bottom: 30px;
}

.features .icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #F4F8F9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

.features .icon img {
	width: 40px;
	height: 40px;
}

.features .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
	position: relative;
}

.features .descriptiom {
	width: calc(100% - 102px);
	padding-top: 10px;
}

.features .descriptiom h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}

.features .descriptiom p {
	font-size: 16px;
	line-height: 1.75;
	color: #898899;
}

.cars-list h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	margin-bottom: 30px;
	text-align: center;
}
.cars-list .item{
	cursor: pointer;
}
.cars-list .item:hover .car-title{
	color: #EF9021;
}
.cars-list .item .title-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.cars-list .item .car-title {
	font-size: 14px;
	margin-top: 0px;
	width: calc(100% - 80px);
	color: #1D181A;
	line-height: 1.25;
	transition: all 0.3s ease;
}

.cars-list .item .monthly-price {
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	color: #000;
	margin-left: 0 !important;
}

.cars-list .item .carnance-price-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto 0 0;
}

.cars-list .item .mileage {
	font-weight: 500;
	font-size: 13px;
	color: #888;
	margin-bottom: 0;
	width: 50%;
}

.cars-list .item .car-title + .price {
	margin: 0 0 0 auto;
}

.cars-list .item .discounted-price {
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	text-align: right;
	color: #888888;
	width: 50%;
}

.cars-list .item .monthly-price span {
	font-size: 11px;
	display: block;
	text-align: right;
}

.cars-list .item .car-meta-top {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.cars-list .item {
	margin-bottom: 30px;
}

.cars-list .item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.cars-list .item a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vc_btn3-container.vc_btn3-center {
	text-align: center;
	margin: 0 auto;
	display: table;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
	background: #0C0B36 !important;
	border: 1px solid #0C0B36 !important;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
	background: #292859 !important;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

.how-it-works h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
}

.how-it-works h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.how-it-works p {
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
}

.how-it-works .vc_col-sm-4:before {
	position: absolute;
	color: #fff;
	right: -24px;
	font-size: 48px;
	top: 48px;
}

.news h1 {
	font-weight: 700;
	color: #0C0B36;
	font-size: 40px;
	line-height: 1.35;
}

.news h2 {
	font-size: 40px;
	line-height: 1.35;
	color: #0C0B36;
	margin-bottom: 30px;
	font-weight: 700;
}

.news .news-item {
	position: relative;
	margin-bottom: 40px;
}

.news .news-item img {
	width: 100%;
	height: auto;
	border-radius: 4px; 
	margin-bottom: 20px;
}

.news .news-item h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.35;
}

.news .news-item .meta p {
	font-size: 14px;
	line-height: 135%;
	color: #898899;
}

.news .news-item .meta a {
	position: relative;
	z-index: 1;
	color: #ffc233;
}

.news .news-item .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.news .news-item .link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.reviews h2 {
	font-size: 40px;
	line-height: 1.35;
	font-weight: 700;
	color: #0C0B36;
	margin-bottom: 25px;
}

.reviews-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.reviews-item img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin-right: 30px;
}

.reviews-item .description {
	background: #F6F7F9;
	border-radius: 4px;
	width: calc(100% - 102px);
	padding: 80px 30px 30px;
	position: relative;
}

.reviews-item .description:before {
	font-size: 28px;
	position: absolute;
	left: 30px;
	top: 35px;
	color: #EF9021;
}

.reviews-item .description:after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-right: 10px solid #F6F7F9;
	left: -20px;
	top: 30px;
}

.reviews-item .description p {
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
	margin-bottom: 15px;
}

.reviews-item .description h5 {
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
}

.reviews-item .description h5 span {
	font-size: 14px;
	display: block;
	color: #898899;
}

.desc p {
	font-size: 20px;
	line-height: 1.75;
	color: #000;
	margin-bottom: 15px;
}

.desc h2.vc_custom_heading,
.desc h3.vc_custom_heading,
.desc h4.vc_custom_heading,
.desc h5.vc_custom_heading,
.desc h6.vc_custom_heading {
	font-weight: 700;
	line-height: 1.35;
	color: #0C0B36;
	margin-bottom: 30px;
}

.desc h2.vc_custom_heading {
	font-size: 36px;
}

.desc h3.vc_custom_heading {
	font-size: 32px;
}

.desc h4.vc_custom_heading {
	font-size: 26px;
}

.desc h5.vc_custom_heading {
	font-size: 22px;
}

.desc h6.vc_custom_heading {
	font-size: 18px;
}

.contact-us .wrapper-from {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.contact-us .from-input {
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	margin-bottom: 15px;
}

.contact-us .from-input input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBE1E9;
	border-radius: 4px;
	height: 56px;
	padding: 0 15px;
}

.contact-us .from-input:nth-of-type(3) {
	margin-right: 0;
}

.contact-us .from-textarea {
	width: 100%;
	margin-bottom: 15px;
}

.contact-us .from-textarea textarea {
	background: #FFFFFF;
	border: 1px solid #DBE1E9;
	border-radius: 4px;
	height: 140px;
	width: 100%;
	resize: none;
	padding: 15px;
}

.contact-us .button {
	height: 54px;
	width: 176px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.contact-us h2{
	font-weight: 700;
	font-size: 32px;
	color: #0C0B36;
}
.contact-us ul li{
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
	position: relative;
	padding-left: 20px;
}
.contact-us ul li:before{
	content: '-';
	position: absolute;
	left: 0;
	top: 0px;
}
.contact-us p:not(.hours){
	margin-bottom: 15px;
}
.contact-us .vc_column-inner{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.contact-us p a{
	color: #0C0B36;
	font-weight: 700;
	margin-left: 5px;
	display: inline-block;
	transition: all 0.3s ease;
}
.contact-us p a:hover{
	color: #EF9021 ;
}
.contact-us p,
.contact-us .hours{
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
}
.wp-pagenavi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page-id-11582 section h1.title{
	margin-bottom: 20px;
	text-align: center;
}
.page-id-11586 section h1.title{
	display: none;
}
/*
.wp-pagenavi .first{
	margin: 0 0 0 auto;
}
.wp-pagenavi .last{
	margin: 0 auto 0 0 ;
}
.wp-pagenavi .previouspostslink + .page{
	margin: 0 0 0 auto;
}
*/
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover,
.wp-pagenavi span.current {
	background: #0C0B36;
	color: #fff;
}

.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
.wp-pagenavi span {
	width: 56px;
	height: 56px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid #DBE1E9;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #0C0B36;
	margin-top: 0 !important;
	margin-bottom: 0 !important;

}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .nextpostslink{
	order: 1; 
}
.previouspostslink{
	order: -1; 
}
/*
.current:last-of-type {
    margin: 0 auto 0 0;
}
*/
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: none;
	font-weight: 700;
	font-size: 16px;
	color: #0C0B36;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}


.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

/*
.wp-pagenavi .pages + .current {
	margin: 2px 2px 2px auto !important;
}
*/

.single-post .content-wrapper img{
	width: 100%; 
	border-radius: 4px;
	margin-bottom: 30px;
	height: auto;
}
.single-post .content-wrapper ul:not(.meta):not(.blocks-gallery-grid) li{
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.75;
	color: #000;
}
.single-post .content-wrapper .blocks-gallery-grid img{
	margin-bottom: 0;
}
.single-post .content-wrapper .blocks-gallery-grid{
	margin-bottom: 15px;
}
.single-post .content-wrapper p img{
	margin-bottom: 0;
}
.single-post .content-wrapper p:empty{
	display: none;
}
.single-post .content-wrapper ul.meta li{
	font-size: 16px;
	color: #898899;
}
.single-post .content-wrapper blockquote{
	background: #F4F8F9;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
}
.single-post .content-wrapper blockquote p{
	margin-bottom: 0;
}
.single-post .content-wrapper ul.meta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.single-post .content-wrapper{
	max-width: 800px;
	margin: 0 auto;
}
.single-post .content-wrapper ul:not(.meta):not(.blocks-gallery-grid) li:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	background: #EF9021;
	left: 0;
	top: 11px;
}
.single-post .content-wrapper h1,
.single-post .content-wrapper h2,
.single-post .content-wrapper h3,
.single-post .content-wrapper h4,
.single-post .content-wrapper h5,
.single-post .content-wrapper h6{
	font-weight: 700;
	color: #000;
	line-height: 1.35;
	margin-bottom: 15px;
	margin-top: 30px;
}
.single-post .content-wrapper .wp-caption {
    width: 100% !important;
}
.single-post .content-wrapper figcaption,
.single-post .content-wrapper .wp-caption-text{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.75;
	color: #898899;
	margin-top: 0;
	margin-bottom: 0;
}
.single-post .content-wrapper h1{
	font-size: 40px;
}
.single-post .content-wrapper h2{
	font-size: 36px;
}
.single-post .content-wrapper h3{
	font-size: 32px;
}
.single-post .content-wrapper h4{
	font-size: 28px;
}
.single-post .content-wrapper h5{
	font-size: 24px;
}
.single-post .content-wrapper h6{
	font-size: 20px;
}

.single-post .content-wrapper em,
.single-post .content-wrapper i{
	font-style: italic;
}
.single-post .content-wrapper b,
.single-post .content-wrapper strong{
	font-weight: 700;
}
.single-post .content-wrapper p{
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 30px;
	color: #000;
}
.single-post .content-wrapper a{
	color: #EF9021;
}
.single-post .content-wrapper a:hover{
	text-decoration: underline;
}
.single-post .content-wrapper ol{
		margin-bottom: 20px;
		counter-reset: li;
}
.single-post .content-wrapper ul ul,
.single-post .content-wrapper ol ol{
	margin-left: 20px;
	margin-bottom: 0;
}
.single-post .content-wrapper ol li{
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 5px;
}
.single-post .content-wrapper ol li:before{
	counter-increment: li;
	content: counters(li, ".") " ";
}
.single-post .content-wrapper ol > li:before{
	counter-increment: li;
	content: counters(li, ".") ". ";
}
.form-block .vc_col-sm-7 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1380px) {}

@media only screen and (max-width: 1230px) {
	.footer-bottom {
		padding: 25px 15px;
	}
	.footer-top .vc_column-inner {
     padding-top: 0px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.model-list h2 {
		font-size: 30px;
	}

	.model-list .button {
		width: 100%;
	}

	.banner h1 {
		font-size: 42px;
	}

	body .banner .vc_custom_1605000317056 {
		padding-top: 130px !important;
		padding-bottom: 50px !important;
	}

	.banner .vc_col-sm-6 > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media only screen and (max-width: 1024px) {

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

	.burger {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		width: 40px;
		height: 30px;
		z-index: 1;
	}
	.burger.close span:first-of-type {
		transform: rotate(45deg) translate(9px, 9px);
	}

	.burger.close span:last-of-type {
		transform: rotate(-45deg) translate(9px, -9px);
	}

	.burger.close span:nth-of-type(2) {
		opacity: 0;
	}
	.burger span {
		width: 100%;
		height: 4px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	
	header .burger.close + .mobile-header-menu {
		transform: translate(10px, 10px);
	}
	
	.mobile-header-menu-active {
		transform: translate(10px, 10px) !important;
	}
	
	.top-header-menu {
		position: fixed;
		right: 0;
		max-width: 320px;
		top: 0px;
		height: 100%;
		background: #0C0B36;
		padding: 110px 30px 30px;
		width: 100%;
		transform: translateX(100%);
		transition: all 0.3s ease;
	}

	.admin-bar .top-header-menu {
		top: 62px;
		padding: 82px 30px 30px;
	}

	.menu-top {
		display: block;
	}

	.menu-top li {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.landing-banner .form {
		padding: 25px 0px !important;
	}

	.landing-banner h1 {
		font-size: 44px !important;
	}

	.admin-bar .top-header-menu {
		top: 32px;
	}
}

@media only screen and (max-width: 991px) {
	.landing-banner h1 {
		font-size: 38px !important;
	}

	.landing-banner p br {
		display: none;
	}

	.description-block .text:last-of-type > .vc_column-inner {
		padding-left: 0px !important;
	}

	.description-block .text:first-of-type > .vc_column-inner {
		padding-right: 0px !important;
	}

	.description-block .text h2 {
		font-size: 28px !important;
	}

	.model-list .list-item {
		margin-bottom: 30px;
	}

	body .model-list {
		padding-bottom: 0 !important;
	}


	footer .copyright {
		text-align: center;
	}

	.model-list .list-item {
		width: 50%;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner .vc_btn3-color-grey {
		width: 160px;
		font-size: 12px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner .vc_btn3-color-warning {
		width: 190px;
		font-size: 12px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.banner .vc_btn3-inline + .vc_btn3-inline {
		margin-left: 15px;
	}
	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row {
		align-items: flex-end; 
	}
	body .carcalc_col.carcalc_col_left {
		min-width: 350px;
	}
	body .carcalc_col_right {
		max-width: 350px;
		margin-left: 15px;
	}
	.carcalc_result .carcalc_result-sub{
		font-size: 24px;
	}
	.carcalc_result-text{
		font-size: 36px;
	}
	.model-list.vc_custom_1604060036319 .vc_column-inner{
		padding-top: 0 !important;
	}
	.model-list.vc_custom_1604060036319{
		padding-top: 30px !important;
		padding-bottom: 30px !important; 
	}
	
}

@media only screen and (max-width: 780px) {
	#wpadminbar {
		position: fixed;
	}

	body.admin-bar header {
		top: 46px;
	}

	body.admin-bar {
		padding-top: 46px;
	}
}

@media only screen and (max-width: 767px) {
	.landing-banner .vc_col-lg-8 > .vc_column-inner {
		padding-top: 40px !important;
	}

	.landing-banner .form {
		margin-top: -60px;
	}

	.description-block .text:last-of-type > .vc_column-inner {
		padding-left: 0px !important;
	}

	.description-block .text:first-of-type > .vc_column-inner {
		padding-right: 0px !important;
	}

	body .description-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px !important;
	}

	.description-block .text:first-of-type {
		order: 1;
	}

	.description-block .text .vc_column-inner {
		padding-top: 10px !important;
	}

	.description-block img {
		width: calc(100vw - 30px);
	}

	.description-block .text h2 {
		margin-bottom: 5px !important;
	}

	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:first-of-type {
		display: none;
	}

	.form-block .vc_col-sm-12 > .vc_column-inner {
		padding-top: 0 !important;
	}

	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:last-of-type {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner h1 {
		text-align: center !important
	}

	.banner p {
		text-align: center;
	}

	.banner .vc_btn3-inline {
		display: table !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.banner .vc_btn3-color-warning, .banner .vc_btn3-color-grey {
		width: 280px !important;
	}
	.cars-list h2 {
    	font-weight: 700;
		font-size: 28px;
	}
	body .vc_custom_1605000877707 {
		padding-top: 0px !important;
	}
	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row{
		flex-direction: column-reverse;
	}
	body .cars-list{
		padding-bottom: 0 !important;
	}
	.form-block .form,
	.form-block .vc_column-inner .vc_column-inner{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.form-block .form h2  span{
		font-size: 28px;
	}
	.form-block .form h2 {
		text-align: center;
		font-size: 20px;
		
	}
	.how-it-works .icon-right-arrow:before{
		display: none;
	}
	body .how-it-works{
		padding-bottom: 20px !important;
	}
	body .carcalc_col.carcalc_col_left {
		min-width: 100%;
		margin-bottom: 30px;
	}
	body .carcalc_col_right {
		max-width: 100%;
		margin-left: 0px;
	}
	body .jwa_car_calc {
		padding: 32px 0px;
	}
	body .carcalc_heading{
		margin-bottom: 0;
	}
	.carcalc_payment_inputs{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	body .carcalc_result {
		margin-top: 0px;
	}
	.form-block.vc_custom_1604485704084 .form{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form-block.vc_custom_1604485704084 .vc_col-sm-7{
		display: none;
	}
	.landing-banner .vc_col-lg-8 > .vc_column-inner{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.landing-banner .form {
		padding: 25px 15px !important;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}
	.vc_custom_1603814547097 {
		padding-bottom: 0px !important;
	}
	.description-block .text:last-of-type > .vc_column-inner {
		padding-left: 0px !important;
	}
	.model-list .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
		justify-content: center;
	}
	.form-block.vc_custom_1603981351015 .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:last-of-type {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form-block.vc_custom_1603981351015 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.car .gallery-block{
		margin-right: 0;
		max-width: 100%;
	}
	.car .description-block{
		width: 100%;
	}
	.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink), .wp-pagenavi span {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.cars .car-item:last-of-type{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
		font-size: 12px;
	}
	.single-post .content-wrapper h1 {
		font-size: 28px;
	}
	.single-post .content-wrapper h2 {
		font-size: 24px;
	}
	.single-post .content-wrapper h3 {
		font-size: 20px;
	}
	.single-post .content-wrapper h4 {
		font-size: 18px;
	}
	.single-post .content-wrapper h5 {
		font-size: 16px;
	}
	.single-post .content-wrapper h6 {
		font-size: 14px;
	}
	.single-post .content-wrapper p{
		font-size: 16px;
	}
}

@media only screen and (max-width: 679px) {}

@media only screen and (max-width: 579px) {
	.contact-us .from-input{
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 479px) {
	.banner .vc_btn3-color-warning, .banner .vc_btn3-color-grey{
		margin: 0 auto;
	}
	.landing-banner h1 {
		font-size: 24px !important;
	}

	.landing-banner h1 strong {
		font-size: 18px !important;
	}

	.description-block .text h2 {
		font-size: 24px !important;
	}

	.description-block .text h2 br {
		display: none;
	}

	.model-list .list-item {
		width: 100%;
	}

	.model-list .vc_col-lg-3:not(.list-item) {
		width: 100%;
	}

	.banner .vc_btn3-color-grey {
		width: 100%;
	}

	.banner .vc_btn3-color-warning {
		width: 100%;
	}

	.banner .vc_btn3-container {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}

	.banner .vc_btn3-inline + .vc_btn3-inline {
		margin-left: 0;
	}
	body .carcalc_col_right{
		padding: 40px 15px;
	}
	body .carcalc_result{
		flex-direction: column;
		text-align: center;
	}
	.carcalc_result .carcalc_result-text,
	.carcalc_result .carcalc_result-sub{
		text-align: center;
		width: 100% !important;
	}
	.carcalc_note{
		text-align: center !important;
	}
	body .carcalc_submit{
		margin: 0px 0 30px;
	}
	body .jwa_car_calc {
		padding: 0px 0px;
	}
	body .reviews {
		padding-bottom: 0px !important;
	}
	.footer-bottom .dfr{
		flex-direction: column;
		justify-content: center
	}
	.footer-bottom .tel{
		text-align: center;
	}
	.footer-top h2{
		font-size: 28px;
	}
	.footer-top h2 a{
		display: block;
	}
	.footer-top .vc_custom_1605097104289{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.footer-bottom .tel{
		display: none;
	}
	footer{ 
		padding-bottom: 0;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink{
		width: 30px;
		height: 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 1px solid #DBE1E9;
		border-radius: 4px;
		font-weight: 700;
		font-size: 0px;
		color: #0C0B36;
	}
	.wp-pagenavi .nextpostslink:before{
		content: '>';
		font-size: 18px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.wp-pagenavi .previouspostslink:before{
		content: '<';
		font-size: 18px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		transition: all 0.3s ease;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover{
		background: #0C0B36;
		color: #fff;
	}
}


.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	border-radius: 7px;
	width: 100%;
	height: 50px;
	padding: 0 15px !important;
}

.gform_wrapper .top_label .gfield_label {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	pointer-events: none;
}

.gf_step {
	font-size: none !important;
	background: #F26B36;
	border-radius: 35px;
	width: 38px !important;
	height: 9px;
	margin: 0 5px !important;
	opacity: 1 !important;
}

.gf_step.gf_step_active ~ .gf_step {
	background: #D0D0D0;
}

.gform_wrapper .gf_page_steps {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 35px 0 25px !important;
}

.multipage_gravity_form {
	margin: 40px 0 100px !important;
	position: relative;
	padding-top: 15px;
}

.gf_step .gf_step_label,
.gf_step .gf_step_number {
	display: none !important;
}

.gf_step.gf_step_active .gf_step_number:before {
	content: 'Step';
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.gf_step.gf_step_last .gf_step_number:before {
	content: 'or';
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.gf_step.gf_step_active .gf_step_number {
	display: block !important;
	transform: translateX(calc(-100% + 5px));
}

.gf_step.gf_step_active .gf_step_number,
.gf_step.gf_step_last .gf_step_number {
	position: absolute;
	font-size: 18px !important;
	top: 0;
	left: 50%;
	font-weight: 700;

}

.gf_step.gf_step_last .gf_step_number {
	display: block !important;
	transform: translateX(calc(-100% + 52px));
}

.gf_step_active.gf_step_last .gf_step_number {
	transform: translateX(-50%);
	margin: 0 !important;
}

.gf_step_active.gf_step_last .gf_step_number:before {
	content: 'Step';
}

.gf_step.gf_step_active {
	background: #F26B36;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
	margin-right: 0 !important;
}

.gform_wrapper .focus .gfield_label {
	top: 0;
	font-size: 12px;
	background: #fff;
}

.gform_wrapper #field_5_15 {
	margin-top: 40px;
}

select {
	opacity: 1 !important;
	visibility: visible !important;
}

.gform_wrapper .gravity_inner_input {
	max-width: 370px;
	width: 100%;
	position: relative;
	margin: 0 auto 15px !important;
	display: table;
}

.page-template-single-forms #main {
	padding: 120px 0;
}

.gform_page_footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gform_page_footer .button {
	width: 175px !important;
}

.gform_wrapper .gform_page_footer .button + .button {
	margin-bottom: 20px !important;
}

.gform_wrapper .gform_page_footer,
.gform_wrapper .gf_page_steps {
	border: none !important;
}

.partial_entry_warning {
	display: none;
}

.gform_wrapper h3 {
	font-size: 21px;
	font-weight: 700 !important;
	color: #000;
	text-align: center;
	margin-bottom: 25px;

	text-transform: capitalize;
}

.gform_wrapper select {
	margin-bottom: 15px;
}

.gform_wrapper .gfield_required {
	color: #f00 !important;
}

.select .ginput_container_select {
	max-width: 370px;
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
}

.select .ginput_container_select:before {
	content: '';
	width: 15px;
	height: 15px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	position: absolute;
	right: 20px;
	top: 50%;
	pointer-events: none;
	transform: translate(-50%, calc(-50% - 4px)) rotate(45deg);
}

.select .gfield_select {
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	border-radius: 7px;
	padding: 0 45px 0 20px !important;
	width: 100% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin-bottom: 0;
}

.select .gfield_select::-ms-expand {
	display: none;
}

.gfield_radio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gfield_radio input {
	display: none !important;
}

.gfield_radio input:checked + label {
	background: #F26B36;
	color: #fff;
}

.gfield_radio label {
	width: 170px !important;
	height: 50px;
	background: #E4E4E4;
	border-radius: 9px;
	font-size: 18px !important;
	color: #7E7E7E;
	font-weight: 700;

	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}

.car-type label {
	height: 122px;
}

.car-type label:before {
	font-size: 36px !important;
	margin-bottom: 10px;
}

.car-type label.icon-coupe:before,
.car-type label.icon-sedan:before {
	font-size: 26px !important;
	margin-bottom: 15px;
}

.car-type li {
	margin-right: 30px !important;
}

.car-type li:last-of-type {
	margin-right: 0 !important;
}

.form-three {
	max-width: calc(100% - 32px);
	margin: 0 auto;
}

.form-three .select:nth-of-type(3) .gfield_label {
	display: none !important;
}

.form-three .gform_fields {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.form-three .gravity_inner_input,
.form-three .select {
	max-width: 270px !important;
	width: 100%;
	margin: 0 30px 30px 0px !important;
}

.form-three .ginput_container_select {
	margin-bottom: 0 !important;
}

.form-three .select:last-of-type,
.form-three .select:nth-of-type(3) {
	margin-right: 0 !important;
}

.form-four .gfield_description {
	position: absolute;
}

.form-ten .field_sublabel_below:not(.radio-button) .gfield_label,
.form-ten .field_sublabel_below:not(.radio-button) {
	max-width: 270px;
	width: 100%;
	margin: 0 auto !important;
	position: static;
}

.form-ten .field_sublabel_below:not(.radio-button) .gfield_label,
.form-ten .field_sublabel_below:not(.radio-button) .gfield_description {
	padding: 5px 0 5px 15px !important;
	font-weight: 500;
	font-size: 14px;

	transform: none !important;
}

.form-seven .gfield:not(.gfield_html) {
	max-width: 270px;
	position: relative;
	margin: 0 auto !important;
	width: 100%;
}

.form-seven .gfield_description,
.form-four .gfield_description {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0 !important;
	left: 16px;
	width: auto !important;
	pointer-events: none;
}

.radio-button {
	margin-bottom: 30px;
}

.form-four .gfield_label {
	left: 27px !important;
}

.form-seven input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-four input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left: 27px !important;
}

.form-three .select + .select {
	margin-right: 0 !important;
}

.form-three .select .gfield_label {
	max-width: 270px !important;
	width: 100%;
	position: static !important;
	text-transform: capitalize;
}

.form-four .gfield_radio li label {
	max-width: 270px !important;
	width: 100% !important;
}

.gform_wrapper .gfield_checkbox li input {
	display: none !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
	display: inherit !important;
}

.gform_wrapper .gfield_checkbox li label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 4px;
	width: 17px;
	height: 17px;
	border: 1px solid #B8B8B8;
	border-radius: 2px
}

.gform_wrapper .gfield_checkbox li label {
	font-size: 14px !important;
	line-height: 24px !important;
	padding-left: 30px !important;
	font-weight: 400 !important;
	max-width: 570px !important;
	width: 100% !important;
	margin: 0 auto !important;
	display: table !important;
	position: relative;
}

.gform_wrapper .gfield_checkbox li input:checked + label:before {
	content: '\ea01';
	font-family: custom-icons;
	background: #F26B36;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 10px;
}

.gf_progressbar_title {
	display: none;
}

.gform_wrapper .gf_progressbar {
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 10px !important;
	padding: 0 !important;
	overflow: hidden;
	width: 100% !important;
	max-width: 370px;
	margin: 40px auto 0;
}

.gform_wrapper .gf_progressbar_percentage span {
	display: none !important;
}

.gform_wrapper .gf_progressbar_percentage {
	height: 10px !important;
	background-image: none !important;
}

#gf_progressbar_wrapper_4 {
	max-width: 370px;
	margin: 0 auto 30px;
}

.gform_wrapper .gf_progressbar::after {
	height: 10px !important;
	margin-top: -10px !important;
}
.gform_wrapper li.hidden_label input{
	margin-top: 0 !important;
}
.form-five ul.gfield_radio li,
.form-four ul.gfield_radio li {
	max-width: 280px;
	width: 100%;
	margin: 0 25px 30px 0 !important;
}

.form-five ul.gfield_radio li:last-of-type {
	margin: 0 30px !important;
}
.form-four .gfield_radio li:nth-of-type(3),
.form-five ul.gfield_radio li:nth-of-type(3n),
.form-four ul.gfield_radio li:last-of-type {
	margin-right: 0 !important;
}

.form-three .gfield_html {
	width: 100%;
}

.form-three li.select:nth-of-type(4),
.form-four ul.gfield_radio li:nth-of-type(5) {
	margin-right: 0 !important;
}

#content .vc_column_container > .vc_column-inner,
#content .penci-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.form-five ul.gfield_radio,
.form-four ul.gfield_radio {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.form-five ul.gfield_radio li label {
	width: 100% !important;
	max-width: 100% !important;
}

.form-six .gravity_inner_input {
	margin: 0 30px 0 0 !important;
}

.form-six .gravity_inner_input:last-of-type {
	margin-right: 0 !important;
}

.form-six .gform_fields .gfield_html {
	width: 100% !important;
}

.form-six .gform_fields {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.gform_previous_button {
	background: transparent !important;
	color: #656565 !important;
	font-weight: 500;
	font-size: 14px;
	box-shadow: none !important;
	border: none !important;
	order: 1;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error#field_7_63 #validation_message_7_63{
	max-width: 570px !important;
	margin: 0 auto !important;
	display: table;
	left: 15px;
}
.gform_button.button,
.gform_next_button.button {
	height: 56px;
	margin-bottom: 40px !important;
}

body .gform_wrapper .gform_previous_button.button {
	height: 56px;
	margin-bottom: 40px !important;
	border: none !important;
	color: #0C0B36 !important;
}

.gform_wrapper .gfield_radio li label {
	max-width: 100% !important;
}

.gform_wrapper .gfield_radio li:first-of-type {
	margin-right: 30px;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
	font-size: 14px;

	color: #424242;
}

.sp-testimonial-free-section .slick-dots li button {
	cursor: pointer;
}

select {
	background: #fff !important;
}

.gform_wrapper div.validation_error {
	color: #f00 !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 0 15px !important;
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	color: #f00 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #f00 !important;
	padding-top: 5px !important;
	position: absolute;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(#field_1_63) {
	max-width: 270px;
	margin-bottom: 25px !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error#field_1_63 {
	max-width: 570px !important;
    margin: 0 auto 25px !important;
	display: table;
	left: 15px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}

.gform_wrapper .validation_message {
	position: absolute;
	right: 0;
	padding-top: 6px;
	color: #f00 !important;
}

.gfield_contains_required {
	position: relative;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	right: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
.page-404 h1{
	font-size: 136px;
	line-height: 1.2;
	color: #EF9021;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.page-404 img{
	max-width: 100%;
}
.page-404 h1 span{
	color: #0C0B36;
	display: block;
	font-size: 36px;
}
.page-404 p{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
}
.page-404 .content-block{
	max-width: 385px;
}
.page-404 .button{
	width: 175px;
	height: 54px;
	margin: 30px auto;
}

@media only screen and (max-width: 1199px) {
.car-type label {
		width: 140px !important;
	}
	.features .vc_column-inner .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.features .descriptiom{
		padding-right: 30px;
	}
	.features .icon {
		margin-right: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.car-type label {
		height: 100px;
		width: 115px !important;
	}
	.form-three .gravity_inner_input, .form-three .select {
		max-width: 195px !important;
	}
	.form-three {
		max-width: calc(100% - 0px);
	}
	.form-five ul.gfield_radio li, .form-four ul.gfield_radio li {
		max-width: 200px;
	}
	.gform_wrapper .gravity_inner_input {
		max-width: 300px;
	}
	.features .vc_col-sm-6:nth-of-type(3) {
		clear: both;
	}
}
@media only screen and (max-width: 767px) {
	.form-two .car-type .gfield_radio li{
		width: calc((100% - 90px) / 4);
		margin-bottom: 30px;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(4n){
		margin-right: 0 !important;
	}
	.form-two  .car-type label {
		height: 100px;
		width: 100% !important;
	}
	.form-three .gravity_inner_input, .form-three .select {
		max-width: 200px !important;
	}
	.form-three .select#field_5_37{
		margin-right: 15px !important;
		align-self: flex-end;
	}
	.form-three .gravity_inner_input#field_5_35{
		margin-right: 0 !important;
	}
	.form-three .gravity_inner_input,
	.form-three .select {
		max-width: calc((100% - 15px) / 2) !important;
		margin-right: 15px !important;
	}
	.form-five ul.gfield_radio li, 
	.form-four ul.gfield_radio li {
		max-width: calc((100% - 15px) / 2);
		width: 100%;
		margin: 0 15px 30px 0 !important;
	}
	.form-five ul.gfield_radio li:nth-of-type(3n) {
		margin-right: 15px !important;
	}
	.form-five ul.gfield_radio li:nth-of-type(2n), 
	.form-four ul.gfield_radio li:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.gform_wrapper .top_label li ul.gfield_checkbox, 
	.gform_wrapper .top_label li ul.gfield_radio{
		width: 100% !important;
	}
	.gform_wrapper .form-six  .gravity_inner_input {
		max-width: calc((100% - 15px) / 2);
	}
	.form-six .gravity_inner_input {
		margin: 0 15px 0 0 !important;
	}
	.gform_wrapper .gfield_checkbox li label{
		padding-left: 30px;
	}
	.gform_wrapper .gfield_checkbox li label::before{
		left: 0;
	}
	.col-lg-12 .vc_column-inner{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.form-four .gfield_radio li:nth-of-type(3){
		margin-right: 15px !important;
	}
	.features h2 {
		font-size: 28px;
	}
	.features .icon {
    	width: 44px;
		height: 44px;
	}
	.features .descriptiom {
		width: calc(100% - 59px);
		padding-top: 10px;
		padding-right: 0px;
	}
	.page-404 img{
		width: 100%;
	}

	.page-404 .content-block{
		max-width: 385px;
		margin: 0 auto;
	}
}
@media (max-width: 579px) {
	.form-two .car-type .gfield_radio li{
		width: calc((100% - 30px) / 3);
		margin-right: 15px !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(3n){
		margin-right: 0 !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(4n){
		margin-right: 	15px !important;
	}
	.form-two  .car-type label {
		height: 100px;
		width: 100% !important;
	}
	.news .col-xs-6{
		width: 100%;
	}
}
@media (max-width: 479px) {
	.gfield_radio label {
		width: 140px !important;
	}
	.gform_wrapper .gfield_radio li:first-of-type {
		margin-right: 15px;
	}
	.form-three .gform_fields .ginput_container_select{
		margin: 0 !important;
	}
	.form-three .gform_fields .gravity_inner_input,
	.form-three .gform_fields .select{
		max-width: 100% !important;
		margin-right: 0 !important;
	}
	.form-three .select#field_5_37{
		margin-right: 0 !important;
	}
	.select .ginput_container_select {
		max-width: 100%;
	}
	.form-five ul.gfield_radio li, .form-four ul.gfield_radio li {
		max-width: 100%;
		margin: 0 0px 30px 0 !important;
	}
	.form-four .gfield_radio li:nth-of-type(3){
		margin-right: 0px !important;
	}
	.form-five ul.gfield_radio li:nth-of-type(3n){
		margin-right: 0 !important; 
	}
	.form-five ul.gfield_radio li:last-of-type {
		margin: 0 0px !important;
	}
	.form-seven .gfield:not(.gfield_html) {
		max-width: 100%;
	}
	.gform_wrapper .gravity_inner_input {
		max-width: 100%;
		margin-bottom: 25px !important;
	}
	.form-ten .field_sublabel_below:not(.radio-button) .gfield_label, .form-ten .field_sublabel_below:not(.radio-button){
		width: 100%;
	}
}
@media (max-width: 379px) {
	.form-two .car-type .gfield_radio li{
		width: calc((100% - 15px) / 2);
		margin-right: 15px !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(3n){
		margin-right: 	15px !important;
	}
	.gform_wrapper .form-six  .gravity_inner_input {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 25px !important;
	}
	.gform_wrapper ul.gform_fields li.gfield{
		margin-right: 0 !important;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		max-width: 100%;
	}
}
@media (max-width: 359px) {
	.gfield_radio label {
		width: 130px !important;
	}
}
.block-thanks {
	padding: 100px 0 0;
}

.block-thanks h2 {
	font-weight: 600;
	font-size: 32px;
}

.block-thanks p {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #1D181A;
}
.block-thanks .btn-orange {
	margin: 30px auto;
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	width: 280px;
	height: 63px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.3s ease;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.block-thanks .btn-orange:hover{
	background: linear-gradient(0deg, #DB7600, #DB7600);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}
.ui-datepicker-title select{
	color: #000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #46b450;
	text-align: center;
	font-size: 12px;
}