@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-ExtraBold.eot');
	src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),  url('../fonts/OpenSans-ExtraBold.woff') format('woff'),  url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),  url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff2') format('woff2'),  url('../fonts/OpenSans-Bold.woff') format('woff'),  url('../fonts/OpenSans-Bold.ttf') format('truetype'),  url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-SemiBold.eot');
	src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),  url('../fonts/OpenSans-SemiBold.woff') format('woff'),  url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),  url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular.woff2') format('woff2'),  url('../fonts/OpenSans-Regular.woff') format('woff'),  url('../fonts/OpenSans-Regular.ttf') format('truetype'),  url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Graphik Web';
	src: url('../fonts/GraphikWeb-Bold.eot');
	src: url('../fonts/GraphikWeb-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GraphikWeb-Bold.woff2') format('woff2'),  url('../fonts/GraphikWeb-Bold.woff') format('woff'),  url('../fonts/GraphikWeb-Bold.ttf') format('truetype'),  url('../fonts/GraphikWeb-Bold.svg#GraphikWeb-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.fixed-header {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #fff;
	padding-bottom: 10px;
	box-shadow: 0 0px 5px #808080;
	animation: smoothScroll .6s forwards;
	transition: all ease 0.5s;
	z-index: 9999;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.address-part {
	border-bottom: 1px solid #e6f5e4;
	padding: 10px 0;
}
.call {
	text-align: right;
}
.call ul {
	margin: 0;
	padding: 0;
}
.call ul li {
	list-style: none;
	display: inline-block;
	font-weight: 600;
	font-size: 17px;
	padding: 0 23px;
	position: relative;
}
.call ul li a {
	color: #181818;
}
.call ul li:last-child {
	padding-right: 0;
}
.call ul li img {
	padding-right: 8px;
}
.call ul li:before {
	background: url(../images/shape.png) no-repeat;
	width: 16px;
	height: 43px;
	position: absolute;
	top: -8px;
	right: -5px;
	content: "";
}
.call ul li:last-child:before {
	display: none;
}
.social {
}
.social img {
	padding-right: 5px;
}
.menu-part {
}
.logo {
	padding-top: 10px;
}
.menu {
	text-align: right;
	padding: 0 0 0;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	list-style: none;
	display: inline-block;
	font-weight: 600;
	padding: 0px 14px;
	text-transform: uppercase;
	font-size: 16px;
}
.menu ul li a {
	color: #1d1e1e;
	border-top: 3px solid transparent;
}
.menu ul li a:hover {
	color: #7fd858;
}
.menu ul li:last-child {
	padding-right: 0;
}
.menu ul li .active:before {
	width: 100%;
	height: 2px;
	background: #7fd858;
	position: relative;
	top: -25px;
	content: "";
	display: inline-block;
}
.book {
	padding-top: 25px;
}
.book a {
	color: #fff;
	font-weight: 600;
	background: #7fd858;
	display: block;
	padding: 10px 0;
	text-align: center;
	margin: 0 17px;
	transition: ease all 0.5s;
}
.book a:hover {
	background: #2a2a2a;
	transition: ease all 0.5s;
}
.banner {
	position: relative;
}
.ms-slide-info {
	position: absolute !important;
	top: 226px;
	left: 117px;
	width: auto !important;
}
.banner-heading {
	font-family: 'Graphik Web';
	font-size: 35px;
	color: #71ce48;
	padding-bottom: 16px;
	line-height: 1.3;
	position: relative;
}
.banner-heading:after {
	width: 47px;
	height: 2px;
	background: #71ce48;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.banner-text {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	padding-top: 12px;
}
.get {
	margin-top: 24px;
}
.get a {
	background: #7fd858;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	transition: ease all 0.5s;
}
.get a:hover {
	background: #2a2a2a;
	transition: ease all 0.5s;
}
.scroll-bar {
	background: url(../images/shape2.png) no-repeat;
	width: 157px;
	height: 44px;
	position: absolute;
	bottom: -7px;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.scroll-bar img {
	display: block;
	margin: 0 auto;
	padding-top: 29px;
}
.about-sec {
	padding: 80px 0;
	margin-top: 10px;
}
.home .right-img {
	padding-right: 133px;
}
.left-part {
	padding-left: 103px;
	padding-right: 18px;
	position: relative;
}
.left-part:before {
	background: url(../images/shape3.png) no-repeat;
	width: 71px;
	height: 80px;
	position: absolute;
	bottom: -52px;
	right: 56px;
	content: "";
}
.about-title {
	font-size: 18px;
	font-weight: 600;
	color: #161616;
	padding-left: 42px;
	text-transform: uppercase;
	position: relative;
}
.about-title:before {
	width: 34px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 14px;
	left: 0;
	content: "";
}
.about-heading {
	font-size: 30px;
	font-weight: 800;
	color: #0e0e0e;
	text-transform: uppercase;
}
.about-heading span {
	color: #7fd858;
}
.ab-text {
	text-align: justify;
	padding-top: 15px;
	color: #010101;
	line-height: 1.8;
}
.more {
	margin-top: 20px;
}
.more a {
	background: #7fd858;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 12px;
	transition: ease all 0.5s;
}
.more a:hover {
	background: #2a2a2a;
	transition: ease all 0.5s;
}
.green-part {
	background: #5ca72c;
	margin-top: 40px;
	padding: 0px 0 30px;
}
.box {
	text-align: center;
}
.round {
	width: 73px;
	height: 73px;
	background: #fff;
	transform: rotate(45deg);
	margin: -50px auto 0;
	text-align: center;
	display: grid;
	place-items: center;
}
.round img {
	transform: rotate(-45deg);
	padding: 0px;
}
.green-text {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-top: 32px;
}
.green-text:hover {
	color: #2a2a2a;
}
.car-bg {
	background: url(../images/car-bg.png) no-repeat;
	min-height: 285px;
	background-position: center;
	padding: 55px 0;
	margin: 12px 0 0;
	position: relative;
}
.car-title {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #171717;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
}
.car-title:after {
	width: 68px;
	height: 1px;
	background: #5ca72c;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
}
.car-text {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #171717;
	padding-top: 30px;
	text-transform: uppercase;
}
.car-text span {
	display: block;
	font-size: 30px;
	color: #7fd858;
}
.car-text span a {
	color: #7fd858;
}
.car-text span a:hover {
	color: #000;
}
.home_wedo_section {
	margin: 52px 0 65px;
}
.home_wedo_block_first {
	padding: 35px 20px 59px;
	background: #5ca72c;
}
.home_wedo_block_first_heading {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}
.home_wedo_block_first_heading:before {
	position: absolute;
	content: "";
	bottom: -14px;
	left: -20px;
	width: 68px;
	height: 3px;
	background: #fff;
}
.home_wedo_block_first_text {
	font-size: 15px;
	color: #fff;
	margin-top: 35px;
	line-height: 20px;
}
.home_wedo_block_first:before {
	position: absolute;
	content: "";
	right: -3px;
	top: 42%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 18px solid #5ca72c;
	border-bottom: 20px solid transparent;
}
.home_wedo_block_second {
	background: url(../images/tow2.jpg) no-repeat;
	background-size: cover;
}
.home_wedo_block:hover .home_wedo_block_icon {
	background: #2a2a2a;
	;
	transition: ease all 0.5s;
}
.home_wedo_block_inner {
	text-align: center;
	/*min-height: 310px;*/
	position: relative;
	padding: 95px 20px 60px;
}
.home_wedo_block_icon {
	background: #7fd858;
	border: 4px solid #fff;
	top: -46px;
	width: 92px;
	height: 92px;
	padding: 10px 0 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	transition: ease all 0.5s;
}
.home_wedo_block_icon img {
	transform: rotate(-45deg);
	padding: 7px;
}
.home_wedo_block_heading {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.4;
	padding-bottom: 20px;
	position: relative;
}
.home_wedo_block_heading strong {
	display: block;
	color: #7fd858;
}
.home_wedo_block_heading:before {
	width: 35px;
	height: 2px;
	background: #7fd858;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.home_wedo_btn1 {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #7fd858;
	color: #fff;
	overflow: hidden;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 18px;
	margin: 26px 5px 0;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home_wedo_btn1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2a2a2a;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_wedo_btn2 {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	color: #1a1a1a;
	overflow: hidden;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 18px;
	margin: 26px 5px 0;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home_wedo_block_third {
	background: url(../images/tow3.jpg) #222 no-repeat;
	background-size: cover;
}
.home_wedo_btn1:hover:before, .home_wedo_btn1:focus:before, .home_wedo_btn1:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_wedo_btn2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d2e870;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_wedo_btn2:hover:before, .home_wedo_btn2:focus:before, .home_wedo_btn2:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_wedo_btn1:hover, .home_wedo_btn1:focus, .home_wedo_btn1:active {
	color: #fff;
}
.home_wedo_btn2:hover, .home_wedo_btn2:focus, .home_wedo_btn2:active {
	color: #000;
}
.vehicle {
	background: url(../images/vaicle-bg.jpg) no-repeat;
	/*min-height:456px;*/
	background-size: cover;
	padding: 92px 0;
}
.heading {
	font-family: 'Graphik Web';
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 18px;
	position: relative;
}
.heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #fff;
}
.text {
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	text-align: justify;
	line-height: 1.7;
}
.quote {
	margin-top: 25px;
}
.quote a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #7fd858;
	display: inline-block;
	padding: 8px 25px;
	border-radius: 50px;
	text-transform: uppercase;
}
.quote a:hover {
	background: #fff;
	color: #7fd858;
}
.vehicle-right {
	border-left: 1px solid #242424;
	padding: 0px 0px 0 37px;
	margin-left: 32px;
}
.vehicle-right ul {
	margin: 0;
	padding: 0;
}
.vehicle-right ul li {
	background: url(../images/tick.png) no-repeat;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	list-style: none;
	background-position: top 2px left;
	padding-left: 28px;
	padding-bottom: 6px;
}
.review {
	position: relative;
	padding: 70px 0 20px;
}
.r-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	color: #191f41;
}
.r-title span {
	color: #63aa36;
}
.review:before {
	background: url(../images/review-bg.png) no-repeat;
	width: 1027px;
	height: 515px;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.footer {
	background: url(../images/foot-bg.png) no-repeat;
	/*min-height:370px;*/
	background-size: cover;
	padding: 108px 0 34px;
}
.foot_title {
	font-size: 22px;
	font-weight: bold;
	color: #7fd858;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.foot_1 {
	margin: 0;
	padding: 0;
}
.foot_1 li {
	color: #fff;
	font-weight: 600;
	list-style: none;
	padding-left: 38px;
	padding-bottom: 18px;
	transition: ease all 0.5s;
}
.foot_1 li:hover {
	padding-left: 40px;
	color: #7fd858;
	transition: ease all 0.5s;
}
.foot_1 li a {
	color: #fff;
	transition: ease all 0.5s;
}
.foot_1 li a:hover {
	color: #7fd858;
	transition: ease all 0.5s;
}
.foot_1 li img {
	position: absolute;
	left: 18px;
	margin-top: 2px;
}
.foot_1.wq li {
	padding-left: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 12px;
}
.foot_1.wq li a:hover {
	letter-spacing: 1px;
}
.sk {
	padding-left: 66px;
}
.qz {
	padding-left: 80px;
}
.qz img {
	padding-right: 5px;
}
.copy-right {
	background: #5ca72c;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
}
.copy-right a {
	color: #fff;
}
#back2Top {
	width: 45px;
	height: 44px;
	line-height: 39px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	transform: rotate(0deg);
	position: fixed;
	bottom: 66px;
	right: 1%;
	background: #000;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
}
#wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: -75px !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: -75px !important;
}
.blog_page_banner {
	margin-top: 140px;
}
.page .entry-header, .blog_page_banner {
	height: 200px;
	text-align: center;
	margin-bottom: 50px !important;
	background: #000 !important;
}
.page .entry-title, .blog_page_title {
	padding: 85px 0 43px;
	margin: 0;
	color: #7fd858;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: bold;
}
.about-in-title strong {
	color: #7fd858;
}
.about-in-title {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
}
.ab-text ul {
	margin: 0;
}
.ab-text ul li {
	display: inline-block;
	width: 32.8%;
	margin-bottom: 4px;
	padding-left: 27px;
	background-image: url(../images/checked.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0;
}
.payment {
	margin-top: 40px;
	background: #7fd858;
	padding: 20px;
	color: #fff;
}
.payment a {
	color: #fff;
}
.payment strong {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.right-img img {
	border-radius: 10px;
}
.serv_in_sec {
	text-align: center;
	text-transform: uppercase;
}
.serv_in_sec strong {
	display: block;
	margin-top: 0;
	color: #ffffff;
	background: #7fd858;
	padding: 10px;
}
.grid_sec {
	padding: 20px;
	background: rgba(126,216,88,1);
	background: -moz-linear-gradient(top, rgba(126,216,88,1) 0%, rgba(107,179,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,216,88,1)), color-stop(100%, rgba(107,179,51,1)));
	background: -webkit-linear-gradient(top, rgba(126,216,88,1) 0%, rgba(107,179,51,1) 100%);
	background: -o-linear-gradient(top, rgba(126,216,88,1) 0%, rgba(107,179,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(126,216,88,1) 0%, rgba(107,179,51,1) 100%);
	background: linear-gradient(to bottom, rgba(126,216,88,1) 0%, rgba(107,179,51,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed858', endColorstr='#6bb333', GradientType=0 );
	height: 90%;
	color: #fff;
	font-size: 14px;
}
.grid_sec strong {
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.grid_sec .round {
	margin: -60px auto 30px;
}
.book_form {
	margin: 0 190px;
	background: #7fd858;
	padding: 30px;
}
.frm_fld {
	margin-bottom: 10px;
}
.frm_fld label {
	color: #fff;
}
.service_req input {
	width: auto !important;
}
.frm_fld input, .frm_fld textarea {
	width: 100%;
	border: none;
	padding: 10px;
	font-size: 14px;
	color: #000;
}
.frm_fld textarea {
	height: 110px;
}
span.wpcf7-list-item {
	display: inline-block !important;
	margin: 8px 20px 0px 0em !important;
	font-size: 14px;
}
.book_form {
	margin: -90px 190px 0;
	background: #252525;
	padding: 30px;
	position: relative;
	z-index: 099;
}
.contact-details-heading {
	color: #7fd858;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.adrs a {
	color: #1b1b1b;
    line-height: 2;
}
.adrs a:hover {
	color: #7fd858;
}
.contact-details-heading img {
	width: 30px;
	margin-right: 6px;
}
.adrs {
	font-size: 16px;
	padding-left: 40px;
	color: #1b1b1b;
	padding-top: 0;
	margin-bottom: 18px;
}
.quote_form_inner {
	background: #f3f3f3;
	padding: 36px;
}
.send_btn input {
	width: auto !important;
	background: #7fd858 !important;
}
.quote_form_inner input {
	width: 100%;
	border: none;
}
.contact-left {
	padding: 20px;
	background: #f9f9f9;
}
a.card-link {
	display: inline-block;
	width: 100%;
	color: #fff !important;
 padding: .75rem 1.25rem;
	position: relative;
}
.card-link:after {
	content: "-";
	right: 20px;
	position: absolute;
	font-weight: 700;
}
.collapsed:after {
	content: "+";
	right: 20px;
	position: absolute;
	font-weight: 700;
}
.card-header {
	padding: 0 !important;
	background-color: #4db848 !important;
}
.card-body {
	font-size: 16px;
}
.faq_cont {
	margin: 0 240px;
}
.mob_res {
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
}
.mob_res ul li a {
	color: #fff;
	padding: 10px 0;
	display: block;
	font-size: 14px;
}
.mob_res ul li {
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	background: #32cd32;
}
.mob_res ul {
	margin: 0;
}
li.mail_mob {
	background: #ffac30 !important;
}
.thankyou-btn a {
	display: inline-block;
	background: #32cd32;
	padding: 10px 25px;
	margin-top: 10px;
	color: #ffffff;
}
 @media only screen and (max-width : 320px) {
.header {
	position: static;
}
.logo {
	padding-top: 5px;
}
.address-part, .book, .banner-text, .scroll-bar {
	display: none;
}
.get {
	margin-top: 14px;
}
.get a {
	font-size: 11px;
	padding: 6px 10px;
}
.menu-toggle {
	top: -41px !important;
}
.menu ul li {
	display: block;
	font-size: 15px;
	text-align: left;
}
.banner-heading {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 12px;
}
.about-sec {
	padding: 10px 0;
	margin-top: 10px;
}
.home .right-img {
	padding-right: 0;
	padding-top: 20px;
}
.ms-slide-info {
	top: 25px;
	left: 15px;
}
.ms-skin-default .ms-nav-next, .ms-nav-prev.ms-ctrl-hide {
	display: none;
}
.about-title {
	font-size: 14px;
}
.about-heading {
	font-size: 20px;
	line-height: 2;
}
.left-part {
	padding-left: 0;
	padding-right: 0;
}
.ab-text {
	line-height: 1.6;
	font-size: 14px;
	padding-top: 0;
}
.green-part {
	margin-top: 80px;
}
.col.box_cont {
	/* max-width: 50%; */
	margin-bottom: 80px;
}
.green-text {
	font-size: 14px;
}
.car-bg {
	padding: 15px 0;
	min-height: auto;
}
.car-title {
	font-size: 15px;
}
.car-text {
	font-size: 18px;
	padding-top: 17px;
}
.car-text span {
	font-size: 24px;
}
.home_wedo_section {
	margin: 15px 0 0;
}
.home_wedo_block_first:before {
	display: none;
}
.home_wedo_block_inner {
	margin-top: 80px;
	padding: 95px 10px 30px;
}
.home_wedo_block_first {
	padding: 25px 20px 30px;
}
.home_wedo_btn2 {
	padding: 10px 23px;
	margin: 9px 5px 0;
}
.vehicle {
	min-height: auto;
	padding: 25px 0;
	margin-top: 20px;
}
.heading {
	font-size: 20px;
}
.text {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
.vehicle-right {
	border-left: none;
	padding: 20px 0px 0 0;
	margin-left: 0;
}
.vehicle-right ul li {
	font-size: 15px;
}
.review {
	padding: 30px 0 0;
}
.r-title {
	font-size: 25px;
}
#wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: 0 !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: 0 !important;
}
.review:before {
	width: 100%;
}
.footer {
	padding: 38px 0 34px;
}
.sk {
	padding-left: 15px;
}
.qz {
	padding-left: 15px;
}
.copy-right {
	font-size: 14px;
	padding: 15px 0 60px;
}
.page .entry-header, .blog_page_banner {
	height: 100px;
	margin-bottom: 30px !important;
}
.page .entry-title, .blog_page_title {
	padding: 41px 0 39px;
	font-size: 18px;
	letter-spacing: 1px;
}
.ab-text ul li {
	width: 100%;
}
.payment {
	margin-top: 0;
}
.about-in-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.payment strong {
	font-size: 18px;
}
.grid_sec {
	height: 97%;
}
.ctm {
	margin-top: 50px;
}
.quote_form_inner {
	padding: 25px;
	margin-top: 20px;
}
.book_form {
	margin: 0;
	padding: 15px;
}
.faq_cont {
	margin: 0;
}
.blog_page_banner {
    margin: 5px 0;
}	 
}
 @media only screen and (min-width : 321px) and (max-width : 480px) {
.header {
	position: static;
}
.logo {
	padding-top: 5px;
}
.address-part, .book, .banner-text, .scroll-bar {
	display: none;
}
.get {
	margin-top: 14px;
}
.get a {
	font-size: 11px;
	padding: 6px 10px;
}
.menu-toggle {
	top: -41px !important;
}
.menu ul li {
	display: block;
	font-size: 15px;
	text-align: left;
}
.banner-heading {
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 12px;
}
.about-sec {
	padding: 10px 0;
	margin-top: 10px;
}
.home .right-img {
	padding-right: 0;
	padding-top: 20px;
}
.ms-slide-info {
	top: 25px;
	left: 15px;
}
.ms-skin-default .ms-nav-next, .ms-nav-prev.ms-ctrl-hide {
	display: none;
}
.about-title {
	font-size: 14px;
}
.about-heading {
	font-size: 23px;
	line-height: 2;
}
.left-part {
	padding-left: 0;
	padding-right: 0;
}
.ab-text {
	line-height: 1.6;
	font-size: 14px;
	padding-top: 0;
}
.green-part {
	margin-top: 80px;
}
.col.box_cont {
	/* max-width: 50%; */
	margin-bottom: 80px;
}
.green-text {
	font-size: 18px;
	padding-top: 20px;
}
.car-bg {
	padding: 15px 0;
	min-height: auto;
}
.car-title {
	font-size: 18px;
}
.car-text {
	font-size: 18px;
	padding-top: 17px;
}
.car-text span {
	font-size: 24px;
}
.home_wedo_section {
	margin: 15px 0 0;
}
.home_wedo_block_first:before {
	display: none;
}
.home_wedo_block_inner {
	margin-top: 80px;
	padding: 95px 10px 30px;
}
.home_wedo_block_first {
	padding: 25px 20px 30px;
}
.home_wedo_btn2 {
	padding: 10px 23px;
}
.vehicle {
	min-height: auto;
	padding: 25px 0;
	margin-top: 20px;
}
.heading {
	font-size: 20px;
}
.text {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
.vehicle-right {
	border-left: none;
	padding: 20px 0px 0 0;
	margin-left: 0;
}
.vehicle-right ul li {
	font-size: 15px;
}
.review {
	padding: 30px 0 0;
}
.r-title {
	font-size: 25px;
}
#wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: -40px !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: -40px !important;
}
.review:before {
	width: 100%;
}
.footer {
	padding: 38px 0 34px;
}
.foot_title {
	font-size: 20px;
	padding-bottom: 15px;
}
.sk {
	padding-left: 15px;
}
.qz {
	padding-left: 15px;
}
.copy-right {
	font-size: 14px;
	padding: 15px 0 60px;
}
.page .entry-header, .blog_page_banner {
	height: 100px;
	margin-bottom: 30px !important;
}
.page .entry-title, .blog_page_title {
	padding: 41px 0 39px;
	font-size: 18px;
	letter-spacing: 1px;
}
.ab-text ul li {
	width: 49%;
}
.payment {
	margin-top: 0;
}
.about-in-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.payment strong {
	font-size: 20px;
}
.grid_sec {
	height: 97%;
}
.ctm {
	margin-top: 50px;
}
.quote_form_inner {
	padding: 25px;
	margin-top: 20px;
}
.book_form {
	margin: 0;
	padding: 15px;
}
.faq_cont {
	margin: 0;
}
.blog_page_banner {
    margin: 5px 0;
}	 
}
 @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.menu-toggle {
	top: -45px !important;
}
.ms-slide-info {
	top: 35px;
	left: 15px;
}
.green-text {
	font-size: 19px;
	padding-top: 20px;
}
}
 @media only screen and (min-width : 481px) and (max-width : 767px) {
.header {
	position: static;
}
.logo {
	padding-top: 5px;
}
.logo img {
	width: 100px;
}
.book, .banner-text br, .scroll-bar {
	display: none;
}
.call ul li {
	font-size: 15px;
	padding: 0 13px;
}
.get {
	margin-top: 14px;
}
.get a {
	font-size: 11px;
	padding: 6px 10px;
}
.menu-toggle {
	top: -46px !important;
}
.menu ul li {
	display: block;
	font-size: 15px;
	text-align: left;
}
.banner-heading {
	font-size: 25px;
	color: #ffffff;
	padding-bottom: 12px;
}
.banner-text {
	font-size: 15px;
}
.about-sec {
	padding: 10px 0;
	margin-top: 10px;
}
.home .right-img {
	padding-right: 0;
	padding-top: 20px;
}
.ms-slide-info {
	top: 45px;
	left: 15px;
}
.ms-skin-default .ms-nav-next, .ms-nav-prev.ms-ctrl-hide {
	display: none;
}
.about-title {
	font-size: 14px;
}
.about-heading {
	font-size: 23px;
	line-height: 2;
}
.left-part {
	padding-left: 0;
	padding-right: 0;
}
.ab-text {
	line-height: 1.6;
	font-size: 14px;
	padding-top: 0;
}
.green-part {
	margin-top: 80px;
}
.col.box_cont {
	/* max-width: 50%; */
	margin-bottom: 80px;
}
.green-text {
	font-size: 18px;
	padding-top: 20px;
}
.car-bg {
	padding: 15px 0;
	min-height: auto;
}
.car-title {
	font-size: 18px;
}
.car-text {
	font-size: 18px;
	padding-top: 17px;
}
.car-text span {
	font-size: 24px;
}
.home_wedo_section {
	margin: 15px 0 0;
}
.home_wedo_block_first:before {
	display: none;
}
.home_wedo_block_inner {
	margin-top: 80px;
	padding: 95px 10px 30px;
}
.home_wedo_block_first {
	padding: 25px 20px 30px;
}
.home_wedo_btn2 {
	padding: 10px 23px;
}
.vehicle {
	min-height: auto;
	padding: 25px 0;
	margin-top: 20px;
}
.heading {
	font-size: 20px;
}
.text {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
.vehicle-right {
	border-left: none;
	padding: 20px 0px 0 0;
	margin-left: 0;
}
.vehicle-right ul li {
	font-size: 15px;
}
.review {
	padding: 30px 0 0;
}
.r-title {
	font-size: 25px;
}
#wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: -40px !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: -40px !important;
}
.review:before {
	width: 100%;
}
.footer {
	padding: 38px 0 34px;
}
.foot_title {
	font-size: 20px;
	padding-bottom: 15px;
}
.sk {
	padding-left: 15px;
}
.qz {
	padding-left: 15px;
}
.copy-right {
	font-size: 14px;
	padding: 15px 0 60px;
}
.page .entry-header, .blog_page_banner {
	height: 100px;
	margin-bottom: 30px !important;
}
.page .entry-title, .blog_page_title {
	padding: 41px 0 39px;
	font-size: 18px;
	letter-spacing: 1px;
}
.ab-text ul li {
	width: 49%;
}
.payment {
	margin-top: 0;
}
.about-in-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.payment strong {
	font-size: 20px;
}
.grid_sec {
	height: 97%;
}
.ctm {
	margin-top: 50px;
}
.quote_form_inner {
	padding: 25px;
	margin-top: 20px;
}
.book_form {
	margin: 0;
	padding: 15px;
}
.faq_cont {
	margin: 0;
}
.blog_page_banner {
    margin: 5px 0;
}	 
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.logo {
	padding-top: 5px;
}
.logo img {
	width: 100px;
}
.book {
	display: none;
}
.call ul li {
	font-size: 15px;
	padding: 0 13px;
}
.get {
	margin-top: 14px;
}
.get a {
	font-size: 14px;
	padding: 8px 18px;
}
.menu-toggle {
	top: -46px !important;
}
.primary-navigation.toggled-on {
	background: #fff;
}
.menu ul li {
	display: block;
	font-size: 15px;
	text-align: left;
}
.banner-heading {
	font-size: 25px;
	color: #ffffff;
	padding-bottom: 12px;
}
.banner-text {
	font-size: 15px;
}
.about-sec {
	padding: 30px 0;
	margin-top: 10px;
}
.home .right-img {
	padding-right: 63px;
}
.ms-slide-info {
	top: 120px;
	left: 37px;
}
.ms-skin-default .ms-nav-next, .ms-nav-prev.ms-ctrl-hide {
	display: none;
}
.about-title {
	font-size: 14px;
}
.about-heading {
	font-size: 23px;
	line-height: 2;
}
.left-part {
	padding-left: 20px;
	padding-right: 0;
}
.ab-text {
	line-height: 1.6;
	font-size: 14px;
	padding-top: 0;
}
.green-part {
	margin-top: 80px;
}
.col.box_cont {
	/* max-width: 50%; */
	margin-bottom: 0;
}
.green-text {
	font-size: 15px;
	padding-top: 20px;
}
.car-bg {
	padding: 15px 0;
	min-height: auto;
}
.car-title {
	font-size: 20px;
}
.car-text {
	font-size: 22px;
	padding-top: 17px;
}
.car-text span {
	font-size: 24px;
}
.home_wedo_section {
	margin: 15px 0 0;
}
.home_wedo_block_first:before {
	display: none;
}
.home_wedo_block_inner {
	margin-top: 80px;
	padding: 95px 10px 30px;
}
.home_wedo_block_first {
	padding: 25px 20px 30px;
}
.home_wedo_btn2 {
	padding: 10px 23px;
}
.vehicle {
	min-height: auto;
	padding: 25px 0;
	margin-top: 50px;
}
.heading {
	font-size: 20px;
}
.text {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
.vehicle-right {
	border-left: none;
	padding: 20px 0px 0 0;
	margin-left: 0;
}
.vehicle-right ul li {
	font-size: 15px;
}
.review {
	padding: 30px 0 0;
}
.r-title {
	font-size: 25px;
}
#wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: -40px !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: -40px !important;
}
.review:before {
	width: 100%;
}
.foot_title {
	font-size: 14px;
	padding-bottom: 15px;
}
.foot_1.wq li {
	font-size: 13px;
}
.foot_1 li {
	font-size: 13px;
}
.sk {
	padding-left: 15px;
}
.qz {
	padding-left: 15px;
}
.copy-right {
	font-size: 14px;
	padding: 15px 0 60px;
}
.page .entry-header, .blog_page_banner {
	height: 100px;
	margin-bottom: 30px !important;
}
.page .entry-title, .blog_page_title {
	padding: 41px 0 39px;
	font-size: 18px;
	letter-spacing: 1px;
}
.ab-text ul li {
	width: 49%;
}
.payment {
	margin-top: 0;
}
.about-in-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.payment strong {
	font-size: 20px;
}
.grid_sec {
	height: 97%;
}
.ctm {
	margin-top: 50px;
}
.quote_form_inner {
	padding: 25px;
	margin-top: 20px;
}
.book_form {
	margin: 0;
	padding: 15px;
}
.content-area {
	padding-top: 113px !important;
}
.adrs {
	font-size: 14px;
}
.faq_cont {
	margin: 0;
}
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
	top: 156px;
	left: 47px;
}
.left-part {
	padding-left: 53px;
}
.home_wedo_btn2 {
	font-size: 13px;
}
.home_wedo_btn1 {
	padding: 10px 10px;
	font-size: 13px;
}
.home_wedo_block_first {
	padding: 22px 20px 28px;
}
.home .right-img {
	padding-right: 63px;
}
.vehicle {
	padding: 62px 0;
}
.foot_title {
	font-size: 20px;
	padding-bottom: 15px;
}
.ab-text ul li {
	width: 49.6%;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li {
	display: inline-block;
	font-size: 15px;
	text-align: left;
}
.book {
	display: block;
}
.ms-slide-info {
	top: 170px;
	left: 37px;
}
.left-part {
	padding-left: 40px;
	padding-right: 0;
}
.home .right-img {
	padding-right: 63px;
}
.home_wedo_block_first {
	margin-top: 80px;
}
.home_wedo_btn1 {
	padding: 10px 10px;
	font-size: 13px;
}
.home_wedo_btn2 {
	font-size: 13px;
}
}
 @media screen and (min-width: 1424px) {
.ms-slide-info {
	top: 236px;
	left: 147px;
}
.left-part {
	padding-left: 133px;
}
.home .right-img {
	padding-right: 160px;
}
.footer {
	padding: 118px 0 34px;
}
}
 @media screen and (min-width: 1624px) {
.ms-slide-info {
	top: 286px;
	left: 257px;
}
.left-part {
	padding-left: 263px;
}
.home .right-img {
	padding-right: 270px;
}
.footer {
	padding: 118px 0 34px;
}
}
 @media screen and (min-width: 1920px) {
.ms-slide-info {
	top: 346px;
	left: 407px;
}
.left-part {
	padding-left: 393px;
}
.home .right-img {
	padding-right: 420px;
}
.footer {
	padding: 118px 0 34px;
}
}
 @media screen and (min-width: 2048px) {
.ms-slide-info {
	top: 396px;
	left: 447px;
}
.left-part {
	padding-left: 443px;
}
.home .right-img {
	padding-right: 481px;
}
.footer {
	padding: 118px 0 34px;
}
}
 @media screen and (min-width: 2550px) {
.ms-slide-info {
	top: 526px;
	left: 717px;
}
.left-part {
	padding-left: 723px;
}
.home .right-img {
	padding-right: 741px;
}
.footer {
	padding: 148px 0 34px;
}
}
  
