@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Roboto-Black";
	src: url("../fonts/Roboto-Black.otf") format("opentype"), /* Open Type Font */ url("../fonts/Roboto-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Black.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Black.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Regular";
	src: url("../fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Roboto-Regulard41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Thin";
	src: url("../fonts/Roboto-Thin.otf") format("opentype"), /* Open Type Font */ url("../fonts/Roboto-Thin.svg") format("svg"), /* Legacy iOS */ url("../fonts/Roboto-Thin.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Thin.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Thin.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Light";
	src: url("../fonts/Roboto-Light.otf") format("opentype"), /* Open Type Font */ url("../fonts/Roboto-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Light.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Light.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold.otf") format("opentype"), /* Open Type Font */ url("../fonts/Roboto-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Bold.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
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, 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;
	outline: 0;
	vertical-align: top;
	font: 400 normal 18px/30px 'Roboto-Regular', Arial, Helvetica, sans-serif;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	background: #fff;
	font-family: "Roboto-Regular";
}
span {
	color: #1A86CA;
}
ul {
	list-style-type: disc;
}
ul li {
    margin-left:40px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*---Additional Form resets---*/

button, input[type="button"] {
	background: none;
}

:required {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -ms-box-shadow: none;
 box-shadow: none;
}
/*---Typographic Styling---*/

em, i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
pre, code {
	font-family: Monaco, Courier, monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
/*---Interactive Element Settings---*/

a, input[type="submit"], input[type="button"], button, label[for] {
	cursor: pointer;
}
input[type="submit"], input[type="button"], button {
	-webkit-appearance: none;
}
input[type="submit"], input[type="button"], button {
	background: #25a927 url(../images/submit_arrow.png) no-repeat 74% 3px;
	background-size: 4%;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 20px;
	padding: 9px 29px 9px 9px;
	font-family: "Roboto-Bold";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-color: #017CAD;
	color: #fff;
	background-position: 74% -27px;
}
/*---Misc. Element Styling---*/

img {
	-ms-interpolation-mode: bicubic;
}
.linksiz {
	font-size: 19px;
	line-height: 30px;
}
/* Proper box model */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* General styles */

::selection {
	background: #eb8f00;
	color: #fff;
}

::-moz-selection {
 background:#eb8f00;
 color:#fff;
}

::-webkit-selection {
 background:#eb8f00;
 color:#fff;
}
a {
	text-decoration: underline;
	color: #327D9D;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover {
}
a:active {
}
a:visited {
}
address {
}
aside {
}
b, strong {
	font-family: "Roboto-Bold";
}
blockquote {
}
button {
	cursor: pointer;
}
button:hover {
}
button:active {
}
caption, th, td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 40px;
	font-weight: 800;
	line-height: 46px;
	margin-bottom: 26px;
	text-transform: uppercase;
}
h2 {
	font-size: 31px;
	font-weight: 700;
	line-height: 39px;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 39px;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 39px;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 39px;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 39px;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
.heading {
	font-size: 38px;
	font-weight: 700;
	line-height: 39px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
h6 {
}
h3 a {
	font-size: 28px;
	font-weight: 600;
	line-height: 39px;
	margin-bottom: 12px;
	text-transform: uppercase;
	text-decoration:none;
	padding-top: 10px;
	color:#0289BF!important;
}
i, em {
}
img {
	height: auto;
	max-width: 100%;
}
input, select, textarea {
	font-size: 13px;
}
input[type="text"], input[type="tel"], input[type="email"] {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 44px;
	padding: 4px 18px;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	font-family: "Roboto-Light";
}
input[type=radio] {
}
input[type=checkbox] {
}
label {
}
li {
}
p {
	line-height: 33px;
	margin: 0 0 30px;
	font-family: "Roboto-Light";
	font: 400 normal 18px/30px 'Roboto-Regular',Arial,Helvetica,sans-serif;
}
select {
}
select option {
}
table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
}
textarea {
	height: 153px;
	resize: none;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #666;
	margin: 0;
	vertical-align: top;
	font-family: "Roboto-Light";
}
ul, ol {
	margin: 0;
	padding: 0;
}
.wrap {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.ban_inn, .wid {
	width: 1440px;
	margin: 0 auto;
}
.ban_inn {
	color: #fff;
	padding: 178px 0 0;
	text-align: center;
}
.banStar, .mainTitl, .ban_inn li:last-child a {
	color: #fff;
	font-family: "Cornerstone Regular";
}
.mainTitl {
	font-size: 55px;
	font-weight: bold;
	line-height: 60px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.ban_inn small {
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	font-family: "Cornerstone Regular";
}
.banStar {
	margin: 0 0 18px;
}
.ban_inn li:last-child {
	margin: 54px 0 0;
}
.ban_inn li:last-child a {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 15px;
	margin: 0 14px;
	padding: 7px 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	width: 181px;
}
.ban_inn li:last-child a:nth-child(1) {
	font-size: 16px;
	border: 1px solid #E2B72C;
}
.ban_inn li:last-child a:nth-child(1) a {
	border: 1px solid #E2B72C;
}
.ban_inn li:last-child a:nth-child(1) img {
	margin-left: 11px;
}
.ban_inn li:last-child a:hover {
	background-color: #E2B72C;
	color: #fff;
	border: 1px solid #E2B72C;
}
.ban_inn li:last-child a img {
	display: inline-block;
	vertical-align: middle;
}
.leftfl {
	float: left;
}
.rgtfl {
	float: right;
}
.tall {
	text-align: left;
}
.talr {
	text-align: right;
}
.talc {
	text-align: center;
}
.justify {
	text-align: justify;
}
.violet {
	color: #8F5E99;
}
.indigo {
	color: #4b0082;
}
.blue {
	color: #005aff;
}
.green {
	color: #5a8e00;
}
.yellow {
	color: #f87b00;
}
.orange {
	color: #FF6600;
}
.red {
	color: #ff0000;
}
.black {
	color: #000;
}
.m0 {
	margin: 0px 0px 0px 0px;
}
.wid:after, .wid:before, ul:after, ul:before, .social:after {
	display: block;
	content: "";
	clear: both;
}

::-webkit-input-placeholder {
 opacity: 1;
 font-size:18px;
 color:#000;
}

:-moz-placeholder {
 opacity: 1;
 font-size:18px;
 color:#000;
}

::-moz-placeholder {
 opacity: 1;
 font-size:18px;
 color:#000;
}

:-ms-input-placeholder {
 opacity: 1;
 font-size:18px;
 color:#000;
}
*, :before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hidecal {
	display: none;
}
.phn, .maIl {
	color: #0289BF;
	display: inline-block;
	font-size: 18px;
}
.phn:hover, .maIl:hover {
	color: #00A2E2;
}
.rcapcha {
	border-radius: 3px;
	height: 75px;
	margin: 0 auto 6px;
	overflow: hidden;
	width: 100%;
}
ul.sub-menu a {
	font-size: 14px !important;
}
.aniPos ul.sub-menu a {
	font-size: 12px !important;
}
/*##########################################    Menu    ##############################################################*/



/*##########################################    Menu    ##############################################################*/



.current_page_item a, .current-menu-item a {
	color: #0091CA !important;
}
.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
	color: #fff !important;
}
footer .current_page_item a, footer .current-menu-item a {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff !important;
}
.sitmpee .current_page_item a {
	color: inherit !important
}
footer .current_page_item a:hover, footer .current-menu-item a:hover {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #493F3F !important;
}
.current_page_item li a {
	color: #000 !important;
	background: none;
}
.menuD {
	float: right;
	padding: 35px 0px 0 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a.menu-link {
	color: #000;
	display: block;
	text-decoration: none;
	height: 22px;
	width: 35px;
}
.menu-link:hover span {
	border-color: #666;
}
.menu, .menu > ul, .menu > ul ul {
	clear: both;
	display: flex;
	flex-flow: column;
}
.menu.active {
	background: #000;
	border-bottom: 1px solid #0091CA;
	border-top: 1px solid #0091CA;
	margin: 1em 0 1em -12px;
	max-height: 55em;
	width: 100vw;
}
.js .menu > ul ul.active {
	margin: 0;
	max-height: 55em;
	padding: 0;
}
.menu > ul {
	padding: 0;
}
nav li {
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 0 16px;
}
.menu li a {
	color: #000;
	display: inline-block;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Roboto-Bold";
}
.menu > ul > li:last-child a {
	padding-right: 0;
}
span.has-subnav {
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 34px;
	position: absolute;
	padding: 0 0.5em;
	cursor: pointer;
	right: 7px;
	top: 5px;
	;
	width: 30px;
	height: 30px;
	background: url(../images/dpDownArrow.png) no-repeat center center;
}
/*===============  Navigation Toggle  ===================*/

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span {
	background: #000;
}
#nav-toggle span:before {
	background: #000;
}
#nav-toggle span:after {
	background: #000;
}
#nav-toggle span::before {
	top: 8px;
}
#nav-toggle span:after {
	bottom: -16px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active.active span::before, #nav-toggle.active.active span::after {
	top: 11px;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/*##########################################    Menu Ends    ##############################################################*/

.scrollup {
	bottom: 50px;
	display: none;
	height: 40px;
	opacity: 0.2;
	position: fixed;
	right: 15px;
	text-indent: -9999px;
	width: 40px;
}
/*=========Header Top==========*/

.logo {
	float: left;
	margin: 16px 0 0;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.logo img {
}
.logoRgt {
	float: right;
	margin-top: 34px;
	width: 722px;
}
/*=========Listing==========*/

.listng.twoCol > li {
	float: left;
	width: 46%;
}/*=========2 column Listing==========*/
.contRgt .wpcf7-not-valid-tip {
	height: 25px;
	top: 10px;
	line-height: 21px;
	font-size: 13px;
}
.sharedv {
	clear: both;
	padding-top: 20px;
}
/*=========Social Media==========*/

.social {
	display: inline-block;
	width: 232px;
	margin-top: 23px;
}
.social > ul, .socialFtr > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.social li, .socialFtr li {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 3px;
}
.social li:nth-child(4) {
	margin-right: 0;
}
.social li:nth-child(5) {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.social li:nth-child(5) li {
	float: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 -1px 0 0;
}
.social li:nth-child(5) li a {
}
.social li a, .socialFtr li a {
	display: block;
	height: 100%;
	background-color: #e4b62c;
	border-radius: 50%;
}
.social li a:hover, .socialFtr li a:hover {
	opacity: 0.7;
}
.fb {
	background: url(../images/facebook-icon.png) no-repeat 0 0;
}
.tw {
	background: url(../images/twitter-icon.png) no-repeat 0 0;
}
.lnkd {
	background: url(../images/linked-icon.png) no-repeat 0 0;
}
.yt {
	background: url(../images/youtube-icon.png) no-repeat 0 0;
}
.gp {
	background: url(../images/gplus-icon.png) no-repeat 0 0;
}
.pint {
	background: url(../images/pinterest-icon.png) no-repeat 0 0;
}
/*=========Phone Number Header==========*/

.MobPhn {
	display: none;
}
.dskTph > span {
	display: inline-block;
	float: left;
	height: 62px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0 0 6px;
	width: 52px;
}
.dskTph {
	margin-top: 34px;
}
.banner {
	height: 755px;
	background: url(../images/banner-image.jpg) no-repeat center 0;
	background-size: 1920px;
	overflow: hidden;
	background-attachment: fixed;
}
.button1 {
	background: #ff7903;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 48px;
	padding: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 181px;
}
.revwForm1 li {
	margin-bottom: 10px;
}
input.button1[type="submit"] {
	border: medium none;
	padding: 0;
}
.button1:hover, .innerHeader a:hover {
	background: #ffd103;
	color: #BC5800;
}
.shreUs {
	margin-bottom: 10px;
	float: left;
}
.addthis_sharing_toolbox {
	float: left;
	margin-top: 17px;
	margin-left: 12px;
}
.bkmrk {
	float: left;
	margin-top: 19px;
}
.sharedv::after {
	clear: both;
	content: "";
	display: block;
}
/*===============  Quote Field Style  ===================*/

.capchImag {
	float: left;
	width: 28%;
}
.capchImag img {
	width: 100%;
	margin: 0 !important;
}
.captchaFild {
	float: right;
	width: 70%;
}
div.wpcf7-validation-errors, .wpcf7-mail-sent-ok, div.wpcf7-spam-blocked {
	display: none !important;
}
.wpcf7-form-control-wrap {
	display: block;
	position: relative;
}
.wpcf7-not-valid-tip {
	background: #fff none repeat scroll 0 0;
	left: 0;
	line-height: 23px;
	padding: 5px 10px;
	height: 33px;
	position: absolute;
	top: 1px;
	font-size: 14px !important;
}
.formHide {
	height: 1px;
	overflow: hidden;
	display: none;
}
.enqFrm ul {
	float: left;
	width: 730px;
	padding-left: 172px;
	padding-top: 43px;
}
.enqFrm li {
	margin-bottom: 17px;
	text-align: center;
	position: relative;
}
.enqFrm input[type="submit"], .revwForm input[type="submit"], .contactpg input[type="submit"] {
	background: url(../images/submit-button.png) no-repeat 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	height: 72px;
	text-transform: uppercase;
	width: 200px;
	border: none;
}
.enqFrm input[type="submit"]:hover, .revwForm input[type="submit"]:hover, .contactpg input[type="submit"]:hover {
	color: #053E7F;
}
.revwForm li, .contactpg li {
	text-align: center;
	position: relative;
}
.ajax-loader {
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 10px;
}
.revwForm {
	padding-bottom: 60px;
}
.revwForm li {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.maparea iframe {
	width: 100% !important;
}
.maparea {
	float: right;
	width: 46%;
}
.contactpg {
	float: left;
	width: 48%;
}
.contactpg li {
	margin-bottom: 20px;
}
.bgLght {
	float: left;
	background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
	height: 630px;
	width: 84%;
}
/*===============  Bullet Points  ===================*/

.listng {
	margin-bottom: 20px;
	padding-left: 20px;
}
.listng li {
	background: rgba(0, 0, 0, 0) url(../images/arrow-black.png) no-repeat scroll -4px 6px;
	padding-left: 27px;
	font-size: 16px;
	padding-bottom: 16px;
}
.listng.servcarea li {
	background: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-right: 23px;
	display: inline-block;
}
.listng.servcarea li a {
	background: rgba(0, 0, 0, 0) url(../images/arrow-black.png) no-repeat scroll -4px 1px;
	padding-left: 27px;
	font-size: 16px;
	padding-bottom: 16px;
	color: #000;
}
.listng.servcarea {
	padding: 23px 0 0;
}
.listng.servcarea li a:hover {
	color: #E2B72C;
}
/*===============  Site Map  ===================*/

.sitmpee .sub-menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	margin-left: 20px;
	position: static;
	width: 88% !important;
}
.sitmpee {
	margin-bottom: 20px;
}
.sitmpee a {
	color: #666;
}
.sitmpee a:hover {
	color: #EB8F00 !important;
}
.sitmpee .sub-menu li a {
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-origin: padding-box !important;
	background-position: 0 3px;
	background-repeat: no-repeat !important;
	background-size: auto auto !important;
	border-bottom: 0 none !important;
	color: #666 !important;
	font-size: inherit !important;
	line-height: inherit !important;
}
.sitmpee .sub-menu li a:hover {
	color: #EB8F00 !important;
}
/*###########################################   Testimonial Section Starts ########################################################*/



/** /!!! core css Should not edit !!!/**/






.slideCvr > a {
	color: #000;
}
.slideCvr {
	margin: 0;
	width: 100%;
	clear: both;
	float: left;
	padding: 92px 0 0;
}
.slideCvr::after, .content-slider::after {
	clear: both;
	content: "";
	display: block;
}
.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.lightSlider {
	overflow: hidden;
}
.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.lSSlideWrapper > .lightSlider:after {
	clear: both;
}
.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
	position: relative;
}
.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/







/* Pager */



.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: -1;
}
.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	border: 3px solid #000;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	height: 12px;
	overflow: hidden;
	text-indent: -999em;
	width: 12px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #000;
}
.lSSlideOuter .media {
	opacity: 0.8;
}
.lSSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */







/** Gallery */



.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.7;
	overflow: hidden;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */


.lSAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url('../images/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
	opacity: 1;
}
.lSAction > .lSPrev {
	background-position: 0 0;
	left: 10px;
}
.lSAction > .lSNext {
	background-position: -32px 0;
	right: 10px;
}
.lSAction > a.disabled {
	pointer-events: none;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
/* vertical */



.lSSlideOuter.vertical {
	position: relative;
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}
/* vertical */

/* Rtl */



.lSSlideOuter.lSrtl {
	direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}



/* Rtl */







@-webkit-keyframes rightEnd {
0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
 @keyframes rightEnd {
0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
 @-webkit-keyframes topEnd {
0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
 @keyframes topEnd {
0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
 @-webkit-keyframes leftEnd {
0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
 @keyframes leftEnd {
0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
 @-webkit-keyframes bottomEnd {
0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
 @keyframes bottomEnd {
0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
/*========= added css ====================*/

.CntTxt {
	padding-bottom: 13px;
}
.footerform input[type="submit"], .footerform input[type="button"], .footerform button {
	background: #25a927 url(../images/submit_arrow-ftr.png) no-repeat 74% 3px;
	background-size: 4%;
}
.footerform input[type="submit"]:hover, .footerform input[type="button"]:hover, .footerform button:hover {
	background-color: #fff;
	color: #0289BF;
	border: 2px solid #fff;
	background-position: 74% -28px;
}
span.name {
	font-size: 20px;
	color: #000;
	font-family: "Roboto-Bold";
}
.accWhy {
	width: 60%;
	float: left;
}
.wyCh {
	float: right;
	width: 40%;
	padding-left: 20px;
}
.acrdn {
	padding: 50px 0;
}
.foottime .wrk li {
	width: 100% !important;
}
.mblFrm {
	display: none !important;
}
.wrk li {
	display: inline-block;
	width: 33%;
}
ul.cotHver li {
	width: 23%;
	display: inline-block;
}
ul.cotHver {
	text-align: center;
	padding-bottom: 50px;
}
.inner_content input[type="submit"]:hover, .inner_content input[type="button"]:hover, .inner_content button:hover {
	background-position: 190px -26px;
}
ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
	font-size: 18px;
}
.resp-tab-active {
	border: 1px solid #0091CA !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #0091CA !important;
	border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	border: 1px solid #ccc;
	padding: 0;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	min-height: 260px;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	padding: 0 20px;
}
.flipper .imAg img {
	background-color: #00A2E2;
	padding: 10px;
	border-radius: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 19% 20px 0;
}
.front {
	background: url(../../../../davidwalsh.name/demo/dwflip.jpg) 0 0 no-repeat;
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #0091CA;
}
.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(../../../../davidwalsh.name/demo/logo.png) 0 0 no-repeat;
}
.back-title {
	color: #fff;
}
.back p {
	color: #fff;
	font-size: 16px;
}
ul.amzing_list li b {
	font-size: 27px;
	line-height: 46px;
}
section.inner_content p span {
	color: #0091CA!important;
}
section.inner_content p span a {
}
section.innerbanner {
	margin-top: 157px;
	padding: 80px 0;
	text-align: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
section.innerbanner h1 {
	color: #fff;
}
.blog-title a.blgtTtl {
	color: #000;
	font-size: 22px;
}
.cntScn {
	float: left;
	width: 40%;
}
.blog-title a.blgtTtl:hover {
	color: #0289BF;
}
strong.hdStr {
	font-size: 30px;
	line-height: 61px;
}
.inner_content .cntLeft p a {
	color: #0091CA;
	font-size: 18px;
	line-height: 31px;
}
section.inner_content h3 span {
	font-size: 30px !important;
	color: #0091CA;
}
section.inner_content h4 span {
	font-size: 26px !important;
	color: #0091CA;
}
section.inner_content h6 span {
	font-size: 26px !important;
	color: #0091CA;
}
.inner_content .cntLeft p a:hover {
	color: #00A2E2;
}
.blogright .titlRgt {
	color: #0289BF;
}
.blogright ul.listng li a {
	color: #000;
}
.blogright ul.listng li a:hover {
	color: #0289BF;
}
.blog-post a.rdmr {
	background: #0289BF url(../images/arrow-black-btn.png) no-repeat scroll 96% 10px !important;
	padding-right: 27px !important;
}
.blogright ul li {
	text-align: left;
}
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 200px 2px;
}
.inner_content .cntFrmSec input[type="submit"]:hover, .inner_content .cntFrmSec input[type="button"]:hover, .inner_content .cntFrmSec button:hover {
	background-position: 200px -33px;
}
.cntFrmSec .wpcf7-not-valid-tip {
	left: 1px;
	line-height: 30px;
}
.inner_content input[type="submit"], .inner_content input[type="button"], .inner_content button {
	display: inline-block;
	width: 80%;
	margin: 0px auto;
	border: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
	padding: 0;
	height: 38px;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-position: 190px 5px;
}
.qtTitl {
	text-align: right;
	font-size: 34px;
	padding-left: 0;
	font-family: "Roboto-Bold";
	color: #fff;
	padding-bottom: 25px;
}
ol {
	padding-left: 22px;
}
.cntLeft ul li {
	background: rgba(0, 0, 0, 0) url(../images/arrow-black.png) no-repeat scroll -4px 18px;
	padding-left: 27px;
	font-size: 16px;
	padding-bottom: 16px;
	list-style: none;
}
.menu-item-has-children {
	background: url(../images/dpDownArrow-menu.png) no-repeat center center;
	background-position: 98% 13px;
	padding-right: 27px;
}
.getcnt a {
	display: inline-block;
	word-break: break-all;
	padding-left: 11px;
	padding-right: 11px;
}
.header_strip a:hover {
	color: #0091CA;
}
.inner_content {
	margin-top: 24px;
	padding: 50px 0;
}
.cntFrmSec .QtTil {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	padding-top: 14px;
}
.imgCls {
	margin-bottom: 14px;
}
section.inner_content p {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 18px;
}
.cntFrmSec {
	display: inline-block;
	width: 60%;
	float: left;
	text-align: center;
}
.mapSec iframe {
	width: 100%;
	height: 680px;
	padding-top: 30px;
}
.mapSec {
	width: 60%;
	float: right;
}
.QtTil {
	padding-bottom: 16px;
	font-size: 26px;
}
.cntFrmSec ul li {
	margin-bottom: 10px;
}
.cntLeft {
	width: 70%;
	display: inline-block;
}
.cntntImge {
	margin-bottom: 15px;
}
.imagecover {
	float: right;
	min-width: 250px;
	max-width: 450px;
	padding: 0 0px 20px 20px;
}
p.leftside {
	float: left;
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
}
p.rightside {
	float: right;
	padding-right: 50px;
	background: url(../images/clixpertlogo.html) no-repeat 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subfooter {
	padding: 40px 0;
}
.subfooter p {
	color: #fff;
	font-size: 18px;
}
a.clixpert {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.foot {
	display: inline-block;
	width: 25%;
	padding-top: 88px;
}
.foot:first-child {
	margin-left: 0;
}
.foot:nth-child(2) {
	padding-right: 0;
}
footer {
	background: #000000;
	padding-bottom: 17px;
}
.foot li {
	padding-left: 19px;
	margin-bottom: 4px;
	position: relative;
	color: #fff;
}
.foot ul {
}
.foothead {
	padding-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto-Bold";
}
.foot li a {
	font-family: "Roboto-Thin";
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.foot li::before {
	content: ">";
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 23px;
	font-family: "Roboto-Light";
}
.foot:nth-child(3) {
	width: 22%;
	padding-right: 0;
}
.foot:nth-child(3) li {
	margin-bottom: 10px;
}
.foot:nth-child(4) {
	width: 26%;
	padding-right: 0;
}
.foot p {
	font-family: "Roboto-Thin";
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.foottime {
	margin-top: 17px;
}
.foottime span {
	font-family: "Roboto-Thin";
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	margin-bottom: 5px;
	display: block;
}
.getcnt a:hover {
	color: #ffffff;
}
.gettuchimg {
	min-height: 77px;
}
.gettuchimg .fa {
	font-size: 50px;
	color: #fff;
}
ul.gettouchdtr li:nth-child(2) a {
	font-size: 16px;
}
.footergetintouch {
	float: right;
	margin-right: 0;
	width: 894px;
	margin-top: 54px;
	border-radius: 17px;
	text-align: center;
	padding-bottom: 46px;
	background: rgb(0, 162, 226);
	border: 2px solid #000;
}
.gettouch_hed {
	padding-top: 66px;
	color: #fff;
	font-size: 32px;
	font-family: "Roboto-Bold";
}
ul.gettouchdtr li {
	display: inline-block;
	/* width: 32%; */
	border-right: 3px solid #fff;
	min-height: 210px;
}
ul.gettouchdtr {
	padding-top: 73px;
	text-align: center;
}
ul.gettouchdtr li:last-child {
	border: 0;
}
.getcnt span {
	display: block;
	padding-top: 31px;
	text-transform: uppercase;
	color: #fff;
	font-size: 31px;
	font-family: "Roboto-Thin";
}
.getcnt a {
	color: #fff;
	padding-top: 26px;
	display: block;
	font-size: 29px;
	text-decoration: none;
}
.sec10 {
	background: url(../images/footrbg.jpg) no-repeat center center;

	width: 100%;
	background-size: cover;
	padding-bottom: 63px;
}
.footerform .banner_form_head {
	padding-left: 54px !important;
	font-size: 33px;
}
.footerform {
	float: left !important;
	margin-right: 0 !important;
	margin-left: 0;
	background: #000000 !important;
}
.footerform::before {
	left: 17px;
	background: url(../images/footer-form-arrow.png) no-repeat !important;
	width: 59px !important;
	height: 180px !important;
	top: -47px !important;
	background-size: 100% !important;
}
.sec9 {
	background: #fff;
	padding-bottom: 59px;
}
.contentlisting li {
	font-family: "Roboto-Light";
	font-size: 18px;
	padding-left: 18px;
	line-height: 32px;
	position: relative;
}
.contentlisting {
	padding-top: 15px;
	padding-bottom: 15px;
}
.contentlisting li::after {
	content: "+";
	position: absolute;
	left: 0;
}
.morspc {
	margin-bottom: 4px
}
.spbold {
	font-family: "Roboto-Bold";
	font-size: 22px;
	line-height: 34px;
}
.main_contentarea span {
	display: block;
	color: #000;
	font-size: 18px;
}
.main_contentarea {
	padding: 0;
}
.main_contentarea p {
	font-size: 18px;
}
.sec9 .mainservc_heding {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 35px;
	padding-top: 49px;
}
.sec8 {
	text-align: center;
	padding: 29px 0 23px;
	background: #fff;
}
a.coverserve:hover .mainservice_head {
	color: #00A2E2;
}
.switcar_services li {
	display: inline-block;
	/* width: 33%; */
	margin-bottom: 80px;
	padding: 0 20px;
}
.mainservc_heding {
	font-size: 43px;
	font-family: "Roboto-Bold";
	color: #00A2E2;
	padding-bottom: 66px;
}
.mainservice_head {
	margin-top: 14px;
	font-size: 29px;
	font-family: "Roboto-Bold";
	color: #0289BF;
}
a.coverserve {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	clear: both;
}
.sec7 {
	text-align: center;
	padding: 87px 0;
	background: #fff;
}
.video_head {
	font-size: 50px;
	font-family: "Roboto-Bold";
	color: #0289BF;
}
.sec7 iframe {
	padding-top: 68px;
	width: 50%;
	height: 668px;
}
.testcvr li {
	width: 33%;
	display: inline-block;
	text-align: left;
}
.custmrrev {
	width: 400px;
	margin: 0px auto;
	font-size: 18px;
	font-family: "Roboto-Light";
	line-height: 33px;
}
.custmrrev span {
	display: block;
	padding-top: 51px;
	font-size: 29px;
	font-family: "Roboto-Bold";
	color: #000;
}
.sec6 {
	text-align: center;
	padding: 70px 0 34px;
	background: linear-gradient(to right, rgb(0, 162, 226) 0%, rgb(1, 146, 204) 35%, rgb(89, 205, 251) 60%, rgb(56, 199, 255) 100%);
}
.sec6 li {
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 21px;
}
.sec6 ul {
	text-align: center;
	padding: 39px 0;
}
.covrserv:hover {
	color: #017CAD;
	border-color: #017CAD;
}
.covrserv:hover .servc_head {
	color: #017CAD;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.sellyourcar {
	text-align: center;
	width: 100%;
	margin: 240px auto 0;
	background: #25cde7;
	clear: both;
}
.sellyourcar p, .sellyourcar a {
	display: inline-block;
}
.sellyourcar a {
	font-size: 49px;
	padding: 20px 175px 21px 92px;
	text-decoration: none;
	color: #fff;
	font-family: "Roboto-Bold";
	background: url(../images/header-phone.png) no-repeat 41px 18px;
	float: right;
	background-size: 39px;
}
.sellyourcar p {
	font-size: 40px;
	float: left;
	padding-left: 105px;
	padding-top: 18px;
	color: #fff;
}
.sellyourcar::after {
	clear: both;
	display: block;
	content: "";
}
.sellyourcar a:hover {
	color: #017CAD;
}
.serviclist li {
	display: inline-block;
	width: 33%;
	padding: 0 20px;
}
.serviclist {
	text-align: center;
}
.sec4 {
	padding: 136px 0 0px;
	background: #fff;
}
.covrserv {
	width: 100%;
	margin: 0px auto;
	border: 9px solid #00A2E2;
	padding-top: 36px;
	background: #fff;
	text-decoration: none;
	display: block;
}
.covrserv a {
	display: inline-block;
	clear: both;
	width: 100%;
}
.servc_head a:hover {
	color: #017CAD;
}
.servc_head {
	text-decoration: none;
	padding-top: 25px;
	font-size: 30px;
	font-family: "Roboto-Bold";
	color: #00A2E2;
	padding-bottom: 20px;
	width: auto;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.covrserv p {
	padding: 0 27px 15px;
}
.sec5 {
	padding-top: 81px;
	padding-bottom: 98px;
	background: #fff;
}
.covrserv b, .covrserv p {
	font-size: 18px;
	line-height: 27px;
}
.sec4 {
	background: url(../images/shakehand.html) no-repeat center -53px;
	background-size: 100%;
}
.sec3 {
	position: relative;
	padding-top: 95px;
	padding-bottom: 95px;
	background: linear-gradient(to right, rgb(50, 70, 157) 0%, rgb(79, 107, 180) 35%, rgb(122, 173, 220) 60%, rgb(128, 179, 226) 100%);
}
.whteheading {
	font-size: 40px;
	text-transform: inherit;
	font-family: "Roboto-Bold";
	color: #fff;
}
.wepay_content {
	width: 65%;
}
.sec3 .whteheading {
	margin-bottom: 26px;
}
.sec3 p {
	font-size: 18px;
	padding-left: 0;
	width: 90%;
}
.cmn_withoutbg, .cmn_withbg {
	font-family: "Roboto-Bold";
	color: #fff;
	text-decoration: none;
}
.sec3 a {
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	color: #364ba0;
}
.cmn_withoutbg {
	border: 3px solid #fff;
	margin-top: 22px;
	padding: 13px 38px;
	font-size: 28px !important;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-left: 0;
	color: #fff !important;
}
.sec3::after {
	background: url(../images/we-pay-topcash.html) no-repeat;
	content: "";
	position: absolute;
	width: 746px;
	height: 800px;
	right: 0px;
	top: -45px;
	z-index: 9;
}
.cmn_withbg:hover {
	background-color: #00A2E2;
}
.cmn_withoutbg:hover {
	background-color: #017CAD;
}
.cmn_withbg {
	padding: 16px 27px 16px 77px;
	font-size: 28px !important;
	margin-top: 22px;
	-webkit-border-radius: 15px;
	margin-left: 34px;
	background: #017CAD url(../images/header-phone.png) no-repeat 25px 16px;
	color: #fff !important;
	background-size: 30px;
}
.sec3 p a:hover {
	color: #00A2E2;
}
.sec2 {
	padding: 40px 0;
	background: #fff;
	position: relative;
	z-index: 9;
}
.amzing_content {
	width: 100%;
	margin: 0px auto;
	padding: 65px 57px 43px;
	border: 10px solid #25cde7;
}
.amzing_heading, .amzing_heading span {
	text-align: center;
	font-size: 40px;
	padding-left: 32px;
	line-height: 30px;
	text-transform: inherit;
	color: #323f9b;
	font-weight: bold;
}
.amzing_heading span {
	padding-left: 10px;
	color: #000;
}
ul.amzing_list {
	padding-top: 52px;
}
ul.amzing_list li {
	font-size: 27px;
	display: inline-block;
	/* width: 33%; */
	padding-left: 85px;
	font-family: "Roboto-Thin";
	padding-top: 2px;
	letter-spacing: -1px;
	line-height: 51px;
	padding-bottom: 19px;
	background: url(../images/amazing-list.png) no-repeat 40px 13px;
	background-size: 29px;
}
ul.amzing_list li a {
	font-size: 27px;
}
.amzing_list li:nth-child(odd) {
	float: left;
}
.amzing_list li:nth-child(even) {
	float: right;
	padding-left: 120px;
	background-position: 73px 14px;
}
.aniPos .logo span, .aniPos .logo b {
	font-size: 31px;
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.aniPos .logoimg {
	width: 60px;
}
.aniPos .menuD {
	padding: 28px 0 0 0;
}
.aniPos .header_strip {
	margin-top: 0px;
}
.aniPos .header_strip a, .aniPos .header_strip span {
	font-size: 26px;
	padding-left: 47px;
	background-size: 27px;
	background-position: 8px 15px;
}
.aniPos .header_strip {
	padding: 7px;
}
.bannerform::before {
	content: "";
	position: absolute;
	background: url(../images/quote-form-arrow.png) no-repeat;
	width: 55px;
	height: 105px;
	top: -18px;
	background-size: 44px;
	left: 26px;
	z-index: 9999;
}
.bannerform input[type="text"], .bannerform input[type="tel"], .bannerform input[type="email"] {
	border-radius: 0;
	height: 34px;
	-webkit-border-radius: 0;
	font-family: "Roboto-Light";
	font-size: 14px;
	padding: 10px;
}
.banner_form_head {
	text-align: right;
	font-size: 34px;
	padding-left: 0;
	font-family: "Roboto-Bold";
	color: #fff;
	padding-bottom: 25px;
}
.bannerform li {
	margin-bottom: 11px;
}
.bannerform textarea {
	margin-top: 0px;
	border-radius: 0;
	height: 88px;
	margin-bottom: 6px;
	font-family: "Roboto-Light";
	font-size: 14px;
	padding: 10px;
}
.bannerform input[type="submit"], .bannerform input[type="button"], .bannerform button {
	display: inline-block;
	width: 80%;
	margin: 0px auto;
	border: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
	padding: 3px 0;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 2px solid #25a927;
}
.banner_caption {
	float: left;
	padding: 54px 0px 0 41px;
	width: 508px;
	overflow: hidden;
	background: rgba(255,255,255,0.7);
}
.bannerform {
	position: relative;
	float: right;
	margin-right: 0;
	margin-top: 31px;
	width: 365px;
	padding: 31px 23px 10px 23px;
	background: #000000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
}
.sec1 .bannerform {
	position: relative;
	top: 50px;
	z-index: 99;
}
.banner_car {
	float: left;
	padding-top: 118px;
	padding-left: 0;
	width: 384px;
}
.sec1 {
	margin-top: 157px;
	background: linear-gradient(to right, #721CC7 0, #741EC9 35%, #00A2E2 60%, #00A2E2 100%);
	padding-bottom: 35px;
}
.banner_head, .banner_head span {
	font-family: "Roboto-Bold";
	color: #000!important;
	font-size: 55px;
	line-height: 62px;
}
.banner_head span {
	display: block;
	font-size: 71px;
}
.banner_subhed {
	font-family: "Roboto-Bold";
	font-size: 30px;
	text-transform: inherit;
	line-height: 33px;
}
ul.banner_list li {
	font-size: 22px;
	padding-left: 49px;
	margin-bottom: -2px;
	background: url(../images/banner-list.png) no-repeat 0;
	background-size: 38px;
	color: #fff;
}
ul.banner_list {
	padding-top: 15px;
}
.logo b {
	font-family: "Roboto-Bold";
	padding-right: 18px;
}
.header_strip {
	background: #00A2E2;
	text-align: center;
	margin-top: 16px;
	padding: 14px 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.header_strip span {
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto-Light";
	padding-right: 5px;
}
.header_strip a {
	font-weight: bold;
	padding-left: 82px;
	padding-top: 12px;
	background: url(../images/header-phone.png) no-repeat 7% 15px;
	font-family: "Roboto-Black";
	background-size: 40px;
}
.header_strip a, .header_strip span {
	font-size: 36px;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.logoimg {
	float: left;
	width: 68px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.logo span, .logo b {
	font-size: 38px;
	text-transform: uppercase;
	color: #000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.logo span {
	display: inline-block;
	padding-top: 20px;
	font-family: "Roboto-Light";
	padding-left: 10px;
}
.mobBtns {
	display: none;
}
.contentarea {
	width: 50%;
	float: left;
	padding-right: 20px;
}
.contentarea p {
	line-height: 30px;
	margin: 0px;
	margin-bottom: 15px;
}
.imgarea {
	width: 50%;
	float: left;
}
.fullWdth {
	width: 100%;
	float: left;
}
.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.testmnalDiv .lSPager.lSpg {
	display: none !important;
}
.contLft {
	float: left;
	min-height: 600px;
	padding: 45px 0 0;
	width: 500px;
	font-size: 16px;
}
.contRgt {
	position: relative;
	float: right;
	margin-right: 0;
	width: 365px;
	padding: 31px 23px 10px 23px;
	background: #1f292b;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
}
/* .contRgt::before {
	content: "";
	position: absolute;
	background: url(../images/quote-form-arrow.png) no-repeat;
	width: 55px;
	height: 105px;
	top: -18px;
	background-size: 44px;
	left: 26px;
} */
.cont_Lft {
	float: left;
	width: 60%
}
.cont_Rgt {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ccc;
	float: right;
	padding: 5px;
	width: 30%;
}
.titlRgt {
	color: #fd8201;
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 37px;
	text-transform: uppercase;
}
.contRgt li {
	margin-bottom: 15px;
	text-align: center;
}
.contRgt li .button1 {
	border: medium none;
	float: none;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	width: 236px;
}
.contRgt input[type="text"], .contRgt input[type="email"], .contRgt input[type="tel"], .contRgt input[type="phone"] {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 38px;
}
.contRgt input[type="text"], .contRgt input[type="email"], .contRgt input[type="tel"], .contRgt input[type="phone"], textarea {
	background: rgba(255, 255, 255, 1) url(../images/input-bg.png) no-repeat 0 0;
}
.rearmore {
	background: #2f85e8 none repeat scroll 0 0;
	border-radius: 7px;
	color: #fff;
	float: left;
	font-size: 19px;
	height: 35px;
	padding: 3px 31px 0;
	text-transform: uppercase;
}
.rearmore:hover {
	color: #053E7F;
}
/*===============  INFO  ===================*/

.infoBX {
	position: relative;
	display: inline-block;
}
.infoBX:hover .infoBox {
	display: block;
}
.infoBox {
	background: #e4b62c;
	border: 2px solid #fff;
	text-align: left;
	right: 0;
	border-radius: 3px;
	bottom: 21px;
	display: none;
	padding: 10px;
	position: absolute;
	width: 425px;
}
.infoBX p {
	color: #000;
	margin-bottom: 5px;
}
.infoaddress div {
	color: #000;
}
.infoBox span {
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}
.infoBox div p span, .infoBox div p {
	color: #fff;
	display: inline-block;
	font-size: 15px !important;
	font-weight: normal !important;
	line-height: 16px;
	text-transform: none;
}
.infoaddress::after, .infoaddress div::after {
	clear: both;
	content: "";
	display: block;
}
.infoBox div p {
	display: block;
	float: left;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
}
.infoBox a:hover {
	color: #fff !important;
}
.infomail span {
	color: inherit !important;
	display: block !important;
	float: right;
	text-align: left;
	width: 75% !important;
}
.infomail a {
	color: inherit !important;
	line-height: inherit;
}
.infomail b {
	color: inherit;
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.infomail {
	clear: both;
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.infomail > p {
	display: block !important;
	text-align: center;
}
.infoBox a {
	float: none !important;
	padding: 0 !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	font-size: inherit !important;
	text-transform: none !important;
	color: #000 !important;
	line-height: inherit !important;
}
/*===============  Blog  ===================*/

.blog-post {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px
}
.blog-title {
	font-size: 21px;
	margin-bottom: 6px;
	font-weight: 700;
}
.postd {
	color: #0289BF;
	font-size: 11px;
	padding: 5px 0 1px
}
.blog-post a.rdmr {
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	padding: 4px 13px;
	text-decoration: none;
	background: #0289BF;
}
.blog-post a.rdmr:hover {
	background: #00A2E2 url(../images/arrow-black-btn.png) no-repeat scroll 93% 10px !important;
}
.blogarea {
	box-sizing: border-box;
	color: #fff;
	padding: 20px
}
.blogarea .innSrv li {
	list-style: outside none none;
	margin: 0;
	padding: 0 0 10px 26px;
	background: url(bulletArrow.png) no-repeat 0 3px
}
.blogarea .innSrv li a {
	color: #fff;
	text-decoration: none
}
.inRghtCapn {
	font-size: 25px;
}
.cont_Rgt li a {
	display: block;
	padding-left: 25px;
	background: url("../images/arrow-icon.png") no-repeat scroll 0 6px;
	color: #666;
}
.cont_Rgt li a:hover {
	color: #FF7E02;
}
.at-share-tbx-element a:hover, .bkmrkbtn:hover {
	opacity: 0.5;
}
.bkmrkbtn a {
	background: url(../images/star.png) no-repeat 0 0;
}
header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
}
header a {
	text-decoration: none !important;
}
.testimonial .slideCvr {
	position: relative;
}
.testCont::before {
	background: url(../images/review-icon.png) no-repeat 0 0;
	content: "";
	height: 50px;
	left: -38px;
	position: absolute;
	top: -1px;
	width: 50px;
}
.testimonial {
	text-align: center;
}
.testImg {
	border-radius: 50%;
	float: left;
	height: 157px;
	overflow: hidden;
	width: 157px;
	margin: 35px 0 0;
}
.testCont {
	float: right;
	padding: 25px 0 0;
	position: relative;
	text-align: left;
	width: 83%;
}
.testCont > p {
	height: 114px;
	line-height: 45px;
	margin-top: -11px;
}
.testmnalDiv::after {
	clear: both;
	content: "";
	display: block;
}
.testmnalDiv {
	padding-bottom: 71px;
}
.testimonial .lSAction {
	display: none !important;
}
.testimonial .heading {
	font-size: 30px;
	font-family: "Raleway";
	text-transform: none;
}
.testCont > span {
	color: #000;
}
.ftrTop {
	padding: 24px 0 23px;
}
.ftrLogo {
	display: inline-block;
	padding-bottom: 6px;
}
.copy, .copy a {
	color: #000;
	font-weight: 600;
}
.ftrCopy {
	padding: 17px 0;
	background-color: #fff;
}
footer a:hover {
	color: #00A2E2;
}
.innerpage {
	margin-top: 135px;
	padding-top: 20px;
	min-height: 450px;
	padding-bottom: 40px;
}
.innerpage p {
}
.brands .lSAction {
	display: none !important;
}
.aniPos {
	position: fixed;
	z-index: 999;
}
.aniPos .logo {
	margin: 12px 0 12px 0px;
}
.aniPos .logo img {
}
.aniPos .logoRgt {
	margin-top: 17px;
}
.aniPos .menu li a {
	font-size: 20px;
}
.blgcont > img {
	float: left;
	margin-right: 20px;
}
.blgcont::after {
	clear: both;
	content: "";
	display: block;
}
.mapdv iframe {
	width: 100%;
}
.dtlsDv a {
	color: inherit;
	font-size: inherit;
	font-weight: 700;
}
.dtlsDv a:hover {
	color: #E2B72C
}
.frmdv li {
	margin-bottom: 10px;
}
.frmdv {
	padding: 28px 0 0;
}
.slideCvr > a:hover .heading, .slideCvr > a:hover {
	color: #e5b72d;
}
.imgarea {
	margin-bottom: 20px;
}
.blogBlackSec::before {
	display: none;
}
.blogBlackSec {
	background: #f9f9f9;
	border: 1px solid #d4d4d4;
}
.thnkScn {
	padding: 20px;
	background: #00A2E2;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.cntImg {
	margin: 20px 0px 10px 0px;
}
h1.blog_inn {
	font-size: 25px;
}
.cntLeft h2 a, .cntLeft h4 a {
	font-size: 31px;
	font-weight: 700;
	line-height: 39px;
	color: #000;
}
.cntLeft p a {
	color: #000 !important;
}
.cntLeft p a:hover {
	color: #00A2E2 !important;
}
.gafq {
	display: none;
}
.popup {
	position: absolute;
	    z-index: 999;
	top: 60px;
	left: 50%;
	margin-left: -230px !important;
	width: 460px;
	background: #fff;
	-moz-box-shadow: 4px 4px 30px #130507;
	-webkit-box-shadow: 4px 4px 30px #130507;
	box-shadow: 4px 4px 30px #130507;
	-moz-transition: top 800ms;
	-o-transition: top 800ms;
	-webkit-transition: top 800ms;
	transition: top 800ms;
}
.p_content {
	box-sizing: border-box;
	font-size: 23px;
	padding: 17px;
	text-align: center;
	width: 100%;
}
.p_content ul {
	list-style: outside none none !important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.p_content ul:after {
	clear: both;
	display: block;
	content: "";
}
.p_content ul li {
	list-style: outside none none !important;
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.p_content ul li input[type="text"], .p_content ul li input[type="email"], .p_content ul li input[type="phone"], .p_content ul li input[type="tel"] {
	border: 1px #ccc solid;
	height: 40px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 17px;
}
.p_content ul li textarea {
	border: 1px #ccc solid;
	height: 150px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 17px;
}
.p_content ul li input[type="submit"], .p_content ul li input[type="button"] {
	padding: 10px 12px 10px 25px;
    text-align: left;
    width: 139px;
    background-position-y: 8px;
    background-position-x: 82%;
    background-size: 11px;
}
.p_content ul li:nth-child(5) input[type="text"] {
	width: 100%;
	float: right;
}
.p_close {
	float: right;
	width: 15px;
	height: 14px;
	margin: 11px 10px 0 0;
	background: url(../images/popup_close.png);
}
.js__popup {
}
.js__p_start {
}
.js__p_close {
}
.js__p_body {
	background: rgba(0, 0, 0, 0.62);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	
    z-index: 999;
}
.js__slide_top {
	height: 0;
	overflow: hidden;
	top: 0;
}
.js__fadeout {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
 @media only screen and (min-width:1921px) {
.banner {
	background-size: cover !important;
}
}
 @media only screen and (min-width:1367px) {
.banner {
	background-size: 1920px auto !important;
}
}
 @media screen and (min-width: 875px) {
/*Menu*/



a.menu-link {
	display: none;
}
.js .menu, .js .menu > ul ul {
	max-height: none;
	overflow: visible;
}
.js .menu > ul li:hover > ul {
	display: flex;
}
.menu ul {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
nav > ul > li:last-child {
	padding-right: 0;
}
.menu > ul > li > a {
	position: relative
}
.menu > ul > li > a:after, .menu ul > li > a:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	background-color: rgba(227, 183, 44, 0)
}
.menu > ul > li > a:hover:after, .menu > ul > li > a:hover:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
}
.current_page_item a:after, .current_page_item a:before, .current-menu-item a:before, .current-menu-item a:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
}
.current_page_item a:hover:after, .current_page_item a:hover:before, .current-menu-item a:hover:before, .current-menu-item a:hover:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
}
.current_page_item li a:after, .current_page_item li a:before, .current-menu-item li a:before, .current-menu-item li a:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	background-color: rgba(227, 183, 44, 0) !important;
}
.current_page_item li a:hover:after, .current_page_item li a:hover:before, .current-menu-item li a:hover:before, .current-menu-item li a:hover:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	background-color: rgba(227, 183, 44, 0) !important;
}
footer .current_page_item a:after, footer .current_page_item a:before, footer .current-menu-item a:before, footer .current-menu-item a:after, footer .current_page_item a:hover:after, footer .current_page_item a:hover:before, footer .current-menu-item a:hover:before, footer .current-menu-item a:hover:after {
	height: 0 !important
}
.current_page_item a:after, .current-menu-item a:after {
	bottom: 0;
}
.current_page_item a:before, .current-menu-item a:before {
	top: 1px;
}
.menu > ul > li > a:after {
	bottom: 0;
}
.menu ul > li > a:before {
	top: 1px;
}
.menu span.has-subnav {
	display: none;
}
.menu li a:hover {
	color: #0091CA !important;
}
/*.menu li li a:hover { color: #F9F04B; }*/

.menu ul ul {
	background: #f9f8f8;
	border-radius: 0px 0px 5px 5px;
	border-bottom: solid 1px transparent;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: right;
	left: 24px;
	top: 30px;
	width: 230px;
	z-index: 999;
}
.chrome .js .menu > ul ul {
	top: 43px;
}
.menu ul ul.wide {
	width: 300px;
}
.menu ul ul li {
	border-bottom: solid 1px #e4e4e4;
	display: inline-block;
	position: relative;
}
.menu > ul ul li:last-child {
	border-bottom: none;
}
.menu ul ul li a {
	display: block;
	padding: 0 10px;
	text-align: left;
	padding-left: 0px;
}
/*Menu ends*/

}
 @media only screen and (min-width : 320px) and (max-width : 480px) {
body {
	-webkit-text-size-adjust: none;
}
}
 @media only screen and (min-width : 320px) and (max-width : 560px) {
body {
	-webkit-text-size-adjust: none;
}
}
 @media only screen and (min-width : 375px) and (max-width : 667px) {
body {
	-webkit-text-size-adjust: none;
}
}
 @media only screen and (min-width : 480px) and (max-width : 767px) {
	 ul.banner_list {
    margin-bottom: 0px !important;
}
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 292px 4px !important;
	background-size: 10px !important;
}
nav.menu {
	max-height: 300px !important;
	overflow-y: auto;
}
.aniPos {
	position: absolute;
}
.sec1 {
	margin-top: 95px;
}
}
 @media only screen and (max-width:1800px) {
.bannerform {
	margin-right: 0px;
}
}
 @media only screen and (max-width:1439px) {
.wrk li {
	width: 49%;
}
.aniPos .menu li a {
	font-size: 15px;
}
.bannerform::before {
	width: 30px;
	height: 105px;
	top: -8px;
	background-size: 100%;
	z-index: 9999;
}
.wpcf7-not-valid-tip {
	background: #fff none repeat scroll 0 0;
	height: 32px;
	left: 0;
	line-height: 26px;
	padding-left: 10px;
	position: absolute;
	top: 1px;
	font-size: 14px !important;
}
.foot {
	padding-top: 0px;
}
.main_contentarea {
	padding: 0;
}
.serviclist li {
	margin: 0;
}
.bannerform input[type="text"], .bannerform input[type="tel"], .bannerform input[type="email"] {
	height: 34px;
}
.whteheading {
	font-size: 36px;
}
.gettouch_hed {
	font-size: 25px;
}
.footerform .banner_form_head {
	padding-left: 0px !important;
	font-size: 26px;
}
.blog-post a.rdmr {
	background: #0289BF url(../images/arrow-black-btn.png) no-repeat scroll 93% 10px !important;
	padding-right: 27px !important;
}
.blogright ul li {
	padding-left: 16px;
}
section.innerbanner {
	margin-top: 124px;
}
.sec4 {
	padding: 56px 0 0px !important;
}
.wepay_content {
	width: 59%;
}
.menu-item-has-children {
	background: url(../images/dpDownArrow-menu.png) no-repeat center center;
	background-size: 13px;
	background-position: 93% 11px;
	padding-right: 28px;
}
p.leftside {
	padding-left: 0px;
}
.inner_content {
	margin-top: 0;
}
.switcar_services li {
	width: 29%;
	margin: 2%;
}
.sec3 .whteheading {
	margin-bottom: 24px;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	padding-top: 14px;
}
.getcnt a {
	display: inline-block;
	word-break: break-all;
	padding-left: 0px;
	padding-right: 0px;
}
ul.gettouchdtr li:nth-child(2) a {
	font-size: 14px;
}
.cntLeft {
	width: 62%;
	display: inline-block;
}
.footergetintouch {
	margin-right: 0;
	width: 60%;
	margin-top: 10px;
}
.footerform {
	margin-left: 0;
	width: 394px !important;
}
a.clixpert {
	font-size: 16px;
}
.subfooter p {
	font-size: 16px;
	padding-right: 30px;
	background-position: 100%;
	background-size: 19px;
	margin-bottom: 0px;
}
.subfooter {
	padding: 0;
}
.foot li a, .foot p, .foottime span {
	font-size: 18px;
	line-height: 26px;
}
footer {
	padding: 30px 0;
}
.sellyourcar p {
	float: left;
	font-size: 30px;
	padding-left: 50px;
}
.sellyourcar a {
	float: right;
	font-size: 30px;
	background-size: 30px;
	padding-left: 44px;
	padding-right: 70px;
	background-position: 0 19px;
}
.foot li::before {
	line-height: 22px;
}
.sellyourcar {
	width: 100%;
	margin: 184px auto 0;
}
.covrserv {
	width: 370px;
}
.servc_head {
	font-size: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.covrserv p {
	padding: 0 20px;
}
.covrserv b, .covrserv p {
	font-size: 18px;
	line-height: 25px;
}
.sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9, .sec10 {
	padding: 30px 0;
}
.bannerform textarea {
	margin-bottom: 0px;
	margin-top: 0px;
}
     
::-webkit-input-placeholder {
 opacity: 1;
 font-size:15px;
 color:#000;
}

:-moz-placeholder {
 opacity: 1;
 font-size:15px;
 color:#000;
}

::-moz-placeholder {
 opacity: 1;
 font-size:15px;
 color:#000;
}

:-ms-input-placeholder {
 opacity: 1;
 font-size:15px;
 color:#000;
}
.banner_form_head {
	font-size: 25px;
	padding-left: 0px;
	text-align: center;
}
.bannerform {
	width: 350px;
	margin-top: 3px;
	margin-right: 0px;
	padding: 13px 23px;
}
nav li {
	padding: 0 18px;
}
.logo {
	margin: 10px 0 0;
}
.banner_car {
	width: 380px;
	padding-left: 0px;
}
ul.banner_list li {
	font-size: 18px;
	background-size: 43px;
	padding-left: 50px;
	background-position: 0;
	color: #fff;
}
.banner_subhed {
	font-size: 28px;
	line-height: 35px;
}
.banner_caption {
	width: 380px;
}
.banner_head, .banner_head span {
	line-height: 50px;
}
.banner_head span {
	font-size: 51px;
}
.banner_head {
	font-size: 40px;
}
.sec1 {
	margin-top: 94px;
}
.header_strip {
	padding: 7px 0;
	margin-top: 13px;
}
.header_strip a, .header_strip span {
	font-size: 28px;
	background-size: 25px;
	padding-top: 0px;
	background-position: 0 6px;
	padding-left: 34px;
}
.menuD {
	padding: 28px 0 0 0;
}
.menu li a {
	font-size: 17px;
}
.logo span, .logo b {
	font-size: 28px;
	padding-right: 5px;
}
.ban_inn, .wid {
	width: 100%;
	padding: 0 50px;
}
.logoimg {
	width: 58px;
}
.logo span {
	padding-top: 16px;
	padding-left: 6px;
}
.aniPos .logoimg {
	width: 58px;
}
.aniPos .logo {
	margin: 8px 0 8px 0px;
}
.aniPos .menuD {
	padding: 21px 0 0 0;
}
.aniPos .logo span, .aniPos .logo b {
	font-size: 28px;
	padding-left: 3px;
}
.aniPos .header_strip a, .aniPos .header_strip span {
	font-size: 24px;
	background-position: 6px 4px;
	background-size: 13%;
}
ul.amzing_list li {
	font-size: 25px;
	line-height: 46px;
	padding-top: 0px;
}
ul.amzing_list li b {
	font-size: 25px;
	line-height: 46px;
}
ul.amzing_list li {
	background-size: 27px;
	background-position: 0 10px;
	padding-left: 37px;
}
.amzing_list li:nth-child(even) {
	background-size: 27px;
	background-position: 58px 10px;
	padding-left: 97px;
}
.sec3 p {
	font-size: 18px;
	line-height: 32px;
	width: 92%;
}
.sec3 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.sec3::after {
	background-size: 135%;
	top: -14px;
	width: 539px;
	height: 624px;
	right: 0px;
}
.sec3 p {
	padding-left: 0px;
}
.servcimg {
	width: 32%;
	margin: 0px auto;
}
.custmrrev {
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	padding: 10px;
}
.custmrrev span {
	padding-top: 25px;
	font-size: 24px;
}
.amzing_heading, .amzing_heading span {
	font-size: 35px;
}
.video_head {
	font-size: 40px;
	padding-top: 20px;
}
.sec7 iframe {
	padding-top: 48px;
}
.mainservc_heding {
	font-size: 40px;
}
.mainservice_head {
	font-size: 26px;
}
.main_contentarea p {
	font-size: 18px;
	line-height: 31px;
}
.mainservc_heding {
	padding-bottom: 50px;
}
.contentlisting li, .spbold {
	font-size: 18px;
	line-height: 31px;
}
.phn, .maIl {
	font-size: 18px;
	line-height: 31px;
}
.footerform::before {
	width: 47px !important;
	height: 114px !important;
	top: -51px !important;
}
.banner_form_head {
	padding-bottom: 12px;
	
}
.p_content .banner_form_head 
{
	color:#000;
	}
.footerform input[type="submit"], .footerform input[type="button"], .footerform button {
	background-position: 74% 1px;
}
.footerform input[type="submit"]:hover, .footerform input[type="button"]:hover, .footerform button:hover {
	background-position: 74% -33px;
}
.gettouch_hed {
	padding-top: 58px;
}
.gettuchimg {
	width: 24%;
	margin: 0px auto;
}
.getcnt span {
	font-size: 28px;
	padding-top: 16px;
}
.getcnt a {
	font-size: 22px;
}
footer .current_page_item a:hover, footer .current-menu-item a:hover {
	color: #00A2E2 !important;
}
.foot {
	width: 22%;
}
.foot:nth-child(3) {
	width: 27%;
	padding-right: 48px;
}
h1 {
	font-size: 36px;
	margin-bottom: 10px;
}
p {
	line-height: 31px;
	margin-bottom: 15px;
}
.inner_content ul li {
	line-height: 34px;
}
.inner_content ul {
	padding-bottom: 20px;
}
.titlRgt {
	text-align: center;
}
.listng {
	padding-left: 0px;
}
.listng li {
	padding-left: 0px;
}
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 200px 4px;
}
.inner_content .cntFrmSec input[type="submit"]:hover, .inner_content .cntFrmSec input[type="button"]:hover, .inner_content .cntFrmSec button:hover {
	background-position: 200px -26px;
}
.cntFrmSec ul li {
	padding-bottom: 4px !important;
}
.amzing_content {
	width: 100%;
	padding: 30px 60px;
}
.foot:first-child {
	margin-left: 0px;
}
}
 @media only screen and (max-width:1440px) {
.ban_inn, .wid {
	width: 100%;
	padding: 0px 50px;
}
}
 @media only screen and (max-width:1260px) {
}
 @media only screen and (max-width:1184px) {
.sec7 iframe {
	height: 500px;
}
.covrserv b, .covrserv p {
	font-size: 15px;
}
.sec3 .wid {
	padding-left: 40px;
}
ul.amzing_list {
	padding-left: 60px;
}
.wid {
	padding: 0 15px;
	width: 100%;
}
.logo {
	margin: 6px 0 0;
}
.logoimg {
	width: 56px;
}
.logo span, .logo b {
	font-size: 26px;
	padding-left: 6px;
	padding-top: 15px;
}
nav li {
	padding: 0 15px;
}
.menu-item-has-children {
	background-size: 16px;
}
.sec3::after {
	top: 75px;
}
.cmn_withoutbg {
	font-size: 24px !important;
	color: #fff !important;
	margin-left: 0px;
	margin-bottom: 5px;
}
.cmn_withbg {
	font-size: 24px !important;
	color: #fff !important;
}
.menuD {
	padding: 22px 0 0 0;
}
p.leftside {
	padding-left: 0px;
}
.header_strip {
	margin-top: 9px;
	padding: 4px 0;
}
.header_strip a, .header_strip span {
	font-size: 22px;
}
section.innerbanner {
	margin-top: 109px;
	padding: 81px 0;
}
.sec1 {
	margin-top: 108px;
}
.header_strip a, .header_strip span {
	background-size: 21px;
	background-position: 0 3px;
	padding-left: 30px;
}

.aniPos .logoimg {
	width: 46px;
}
.aniPos .logo span, .aniPos .logo b {
	font-size: 24px;
	padding-left: 3px;
	padding-top: 9px;
}
.aniPos .menu li a {
	font-size: 15px;
}
.aniPos .menuD {
	padding: 17px 0 0 0;
}
.aniPos .header_strip a, .aniPos .header_strip span {
	font-size: 20px;
	background-position: 6px 2px;
	background-size: 12%;
	padding-left: 42px;
}
.aniPos .header_strip {
	padding: 2px;
}
.banner_car {
	float: right;
}
.banner_caption {
	padding: 20px 0px 0 20px;
	width: 50%;
}
.bannerform {
	padding: 25px;
	width: 416px;
	margin: 0px auto;
	float: inherit;
	clear: both;
}
.bannerform::before {
	height: 103px;
	top: -8px;
	z-index: 9999;
}
.bannerform input[type="submit"], .bannerform input[type="button"], .bannerform button {
	background-position: 74% 0px;
}
.bannerform input[type="submit"]:hover, .bannerform input[type="button"]:hover, .bannerform button:hover {
	background-position: 74% -35px;
}
.footerform input[type="submit"]:hover, .footerform input[type="button"]:hover, .footerform button:hover {
	background-position: 74% -33px;
}
.amzing_content {
	padding: 48px 13px 36px;
	border: 6px solid #25cde7;
}
.amzing_heading, .amzing_heading span {
	padding-left: 8px;
}
.amzing_heading, .amzing_heading span {
	font-size: 36px;
	line-height: 44px;
}
ul.amzing_list li {
	background-size: 21px;
	background-position: 5px 6px;
	padding-left: 37px;
	font-size: 19px;
	line-height: 36px;
	padding-left: 36px;
}
ul.amzing_list li b {
	font-size: 19px;
	line-height: 36px;
}
.amzing_list li:nth-child(even) {
	padding-left: 108px;
}
.wepay_content {
	width: 56%;
}
.sec3::after {
	width: 433px;
}
.cmn_withoutbg {
	padding: 11px 42px;
}
.cmn_withbg {
	margin-left: 4px;
	padding: 14px 43px 14px 81px;
	background: #017CAD url(../images/header-phone.png) no-repeat 40px 16px;
	background-size: 12%;
}
.covrserv {
	width: 97%;
	border: 4px solid #00A2E2;
}
.servc_head {
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sellyourcar p {
	font-size: 25px;
}
.sellyourcar a {
	font-size: 25px;
}
.sellyourcar a {
	background-position: 6px 28px;
	background-size: 7%;
}
.video_head {
	font-size: 36px;
}
.mainservc_heding {
	font-size: 34px;
}
.mainservice_head {
	font-size: 22px;
}
.switcar_services li {
	width: 32%;
	margin: 6px;
}
.mainservice_head {
	margin-top: 5px;
}
.mainservc_heding {
	padding-bottom: 24px;
}
.sec9 .mainservc_heding {
	line-height: 35px;
	font-size: 32px;
}
.footerform {
	margin: 0px auto !important;
	width: 466px !important;
	float: inherit !important;
}
.footerform input[type="submit"], .footerform input[type="button"], .footerform button {
	background-size: 11px;
}
.footerform input[type="submit"]:hover, .footerform input[type="button"]:hover, .footerform button:hover {
	background-size: 11px;
}
.footergetintouch {
	margin-top: 48px;
	width: 100%;
}
.gettouch_hed {
	padding-top: 42px;
}
.foot, .foot:nth-child(3) {
	width: 49%;
}
.foot:nth-child(3), .foot:nth-child(4) {
	margin-top: 20px;
}
.foothead {
	padding-bottom: 14px;
}
h1 {
	font-size: 32px;
	margin-bottom: 6px;
}
h2, h3, h4, h5, h6 {
	font-size: 28px;
	margin-bottom: 6px;
}
.contRgt {
	float: left;
	margin: 0px auto;
}
p {
	line-height: 28px;
	font-size: 16px;
}
a {
	line-height: 28px;
	font-size: 16px;
}
.listng li {
	padding-bottom: 0px;
}
.inner_content {
	margin-top: 0px;
}
.phn, .maIl {
	font-size: 18px;
	line-height: 28px;
}
.banner_car {
	padding-top: 46px;
}
.cntLeft {
	width: 100%;
}
.contRgt {
	width: 55%;
	float: none;
	margin-top: 20px;
}
.foot {
	padding-top: 58px;
}
ul.banner_list {
	margin-bottom: 50px;
}
}
 @media screen and (max-width:1090px) {
ul.sub-menu a {
	font-size: 12px !important;
}
.aniPos ul.sub-menu a {
	font-size: 11px !important;
}
.menu li a {
	font-size: 15px;
}
}
 @media screen and (max-width:1040px) {
.sellyourcar {
	margin: 60px auto 0;
}
.inner_content input[type="submit"], .inner_content input[type="button"], .inner_content button {
	background-position: 255px 5px;
	background-size: 10px;
}
.banner {
	height: 625px;
}
.banStar > img {
	width: 48px;
}
}
 @media screen and (max-width:1024px) {
.cntFrmSec {
	width: 370px;
}
.infoBX {
	display: none !important
}
}
 @media screen and (max-width:1023px) {
}
 @media screen and (max-width:995px) {
.cont_Lft {
	width: 56%;
}
.cont_Rgt {
	width: 40%;
}
.innerpage {
	margin-top: 77px;
}
.logo {
	width: 230px;
}
.banner {
	background-attachment: inherit;
	background-size: cover;
	height: 523px;
}
 . h1 {
font-size: 33px;
}
}
 @media screen and (max-width:874px) {
.sellyourcar {
	margin: 20px auto 0;
}
.inner_content ul {
	padding-bottom: 0px;
}
.hoverCnt .flip-container {
	margin-bottom: 20px;
}
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 166px 5px;
}
.wyCh {
	float: right;
	width: 100%;
	padding-left: 0;
	text-align: left;
}
.cmn_withoutbg {
	padding: 11px 60px;
}
.ftrLogo {
	width: 80%;
}
.accWhy {
	width: 100%;
}
ul.cotHver li {
	width: 49%;
}
.mapSec {
	width: 55%;
}
.wrk li {
	width: 100%;
}
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.sellyourcar a {
	background-position: 0;
	background-size: 23px;
	padding: 9px 10px 10px 35px;
	font-size: 19px;
}
ul.amzing_list li b {
	font-size: 19px;
}
ul.amzing_list {
	padding-left: 0;
}
.contentarea {
	width: 100%;
}
.sec3 .wid {
	padding: 0px 33px;
}
.whteheading {
	font-size: 32px;
}
section.innerbanner {
	margin-top: 109px;
	padding: 54px 0;
}
.footergetintouch {
	padding-bottom: 0px;
}
section.inner_content .wid {
	padding-left: 30px;
	padding-right: 30px;
}
.imgarea {
	width: 100%;
}
.ftrSitemap > li {
	margin-bottom: 10px;
}
.copy, .copy a {
	font-size: 15px;
}
.menu.active {
	right: 0;
}
.aniPos .menu {
	top: 50px;
}
.menu {
	z-index: 999999 !important;
	right: -100%;
	margin: 0 0 0 !important;
	position: absolute;
	top: 70px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 0;
}
a.menu-link {
	float: right;
}
.menu, .menu > ul ul {
	margin: 0;
	max-height: 0;
	overflow: hidden;
}
.menu li a {
	border-bottom: 1px solid #0091CA;
	display: block;
	padding: 5px 15px;
}
.menu li li a {
	padding-left: 50px;
}
.menu li:last-child a {
	border: none;
}
.menu li li:last-child a {
	border-bottom: 1px solid #d8d8d8;
}
.menu li:hover {
	background: #FF9C00;
}
/*Menu Ends*/

.navigate .menu-item-has-children > span {
	display: block;
	right: 2%;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/dpDownArrow.png) no-repeat center center;
	top: 8px;
	cursor: pointer;
}
.navigate .menu-item-has-children:hover > ul {
	display: none;
}
.menu ul li {
	background: #f7f7f7;
	display: block;
	float: left;
	padding: 0 0;
	width: 100%;
}
.sub-menu {
	margin: 0;
	padding: 0;
	position: inherit;
	top: inherit;
	width: 100% !important;
}
.sub-menu li {
	width: 100%;
	padding: 0%;
}
.sub-menu li a {
	font-size: 15px !important;
	padding: 0px 32px !important;
}
.sub-menu li a {
	border-bottom: 1px solid #252525 !important;
	font-size: 13px !important;
	padding: 0px 32px !important;
	width: 100%;
}
.sub-menu ul li {
	background: none repeat scroll 0 0 #666;
	display: block;
	padding: 16px 10px;
}
.sub-menu .sub-menu {
	float: left;
	position: static;
	padding: 0;
	margin: 0;
}
.sub-menu .sub-menu li {
	padding: 0;
	margin: 0;
}
.sub-menu .sub-menu li a {
	padding-left: 9%!important;
	background: #414141;
}
.sub-menu .menu-item-has-children a {
	background-image: none;
}
.sub-menu .menu-item-has-children a:hover {
	background-image: none;
}
.sitmpee .sub-menu li a {
	background-position: 0 1px;
	font-size: 14px !important;
	line-height: inherit !important;
	padding: 0 0px !important;
}
.sitmpee .sub-menu li a:hover {
	background-position: 0 1px !important;
}
.sitmpee li a {
	font-size: 14px;
	background-position: 0 2px;
}
.sitmpee li a:hover {
	font-size: 16px;
	background-position: 0 2px;
}
.logo {
	width: 383px;
}
.sec3 p {
	width: 100%;
}
#nav-toggle span {
	background: #000;
}
.menuD {
	padding: 25px 0 0 0;
}
.aniPos .menuD {
	padding: 21px 0 0 0;
}
.banner_head span {
	font-size: 48px;
}
.banner_head {
	font-size: 30px;
}
.banner_head, .banner_head span {
	line-height: 45px;
}
.banner_car {
	width: 360px;
}
ul.testcvr li {
	margin-bottom: 44px;
}
.amzing_list li:nth-child(even) {
	background: url(../images/amazing-list.png) no-repeat 40px 2px !important;
	background-size: 5%!important;
	padding-left: 86px;
}
.wepay_content {
	width: 100%;
	text-align: center;
}
.sec3::after {
	display: none;
}
.serviclist li {
	width: 70%;
	margin-bottom: 10px;
}
.servcimg {
	width: 28%;
}
.sellyourcar p {
	font-size: 19px;
	text-align: center;
	padding: 0px 20px;
	padding-top: 9px;
	margin-bottom: 0px;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	text-align: center;
}
.sec6 li {
	width: 80%;
	margin-bottom: 20px;
	text-align: center;
}
.custmrrev span {
	padding-top: 8px;
}
.sec7 iframe {
	padding-top: 26px;
}
.video_head {
	font-size: 36px;
	line-height: 36px;
}
.switcar_services li {
	width: 46%;
}
.main_contentarea p {
	text-align: center;
}
.footerform input[type="submit"]:hover, .footerform input[type="button"]:hover, .footerform button:hover {
}
.footerform input[type="submit"], .footerform input[type="button"], .footerform button {
}
ul.gettouchdtr li {
	width: 90%;
	border-right: none;
	margin-bottom: 36px;
	border-bottom: 4px solid #fff;
}
ul.gettouchdtr li {
	min-height: 196px;
}
ul.gettouchdtr li:nth-child(2) .gettuchimg, ul.gettouchdtr li:nth-child(3) .gettuchimg {
	width: 12% !important;
}
.subfooter p {
	text-align: center;
	float: none;
	padding: 0px;
}
.subfooter .leftside {
	padding-top: 10px;
}
p.rightside {
	background-position: 80% 4px !important;
}
.aniPos .menu {
	top: 61px;
}
h1 {
	text-align: center;
}
h2, h3, h4, h5, h6 {
	text-align: center;
}
p {
	text-align: center;
}
.listng {
	text-align: center;
}
.cntntImge {
	text-align: center;
}
.getcnt span {
	padding-top: 7px;
}
.getcnt a {
	padding-top: 10px;
}
.foot p {
	text-align: left;
}
ul.banner_list {
	padding-bottom: 8px;
}
.contRgt {
	float: none;
	width: 75%;
}
section.inner_content .contRgt {
	margin-top: 22px;
}
.cntFrmSec {
	display: inline-block;
	width: 100%;
	float: none;
}
section.inner_content p {
	display: block;
}
.QtTil {
	padding-bottom: 16px;
	font-size: 26px;
	text-align: center;
	padding-top: 10px;
}
.cntFrmSec ul li {
	text-align: center;
}
}
 @media screen and (max-width:768px) {
.header_strip {
	text-align: center;
	float: left;
	width: 100%;
}
.header_strip .strip_content {
	float: left;
}
.header_strip .gafq a {
	color: #ffffff;
	font-size: 10px;
	padding: 0px 28px 0px 20px;
	float: left;
	margin-top: 1px;
	background: #25a927 url(../images/submit_arrow-ftr_white.png) no-repeat right;
	background-size: 7px;
	background-position-y: 3px;
	background-position-x: 90%;/* border: 1px solid #fff; */
}
.gafq {
	display: block;
	width: 136px;
	float: right;
}
}
 @media only screen and (max-width:767px) {
	  .inner_content {
   
    padding: 20px 0 !important;
}
.mblFrm {
	display: block !important;
}
.desTp {
	display: none;
}
.foot:nth-child(3) li {
	margin-bottom: 6px;
}
.mbcntTxt {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 14px;
}
.ftrLogo {
	max-width: 278px;
}
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 300px 0px;
	background-size: 12px;
}
.inner_content .cntFrmSec input[type="submit"]:hover, .inner_content .cntFrmSec input[type="button"]:hover, .inner_content .cntFrmSec button:hover {
	background-position: 300px -36px;
}
.cntScn {
	width: 100%;
}
.mapSec {
	width: 100%;
}
.footerform {
	width: 416px !important;
}
ul.amzing_list {
	padding-top: 0;
}
.amzing_list li:nth-child(even) {
	background-size: 21px !important;
	padding-left: 36px;
	background-position: 5px 6px !important;
}
ul.amzing_list li {
	width: 100%;
}
.slideCvr {
	padding: 41px 0 0;
}
h1 {
	font-size: 28px;
}
h2, h3, h4, h5, h6 {
	font-size: 25px;
}
.cont_Rgt, .cont_Lft {
	width: 100%;
}
.services {
	padding: 3px 0 20px;
}
.testCont > p {
	height: 121px;
	overflow: hidden;
}
.testImg {
	display: block;
	float: none;
	margin: 0 auto;
}
.testCont {
	width: 100%;
}
.copy {
	text-align: center;
	width: 100%;
}
.blTestInnr > p {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 20px;
}
header {
}
.logo {
	margin: 0 auto;
}
.banner {
	background-size: cover;
	height: 364px;
	margin-top: 0;
	padding-top: 71px;
}
.shreUs {
	display: none;
}
.addthis_sharing_toolbox {
	margin-left: 0;
}
.bkmrk {
	display: none !important;
}
.logo {
	margin: 7px 0;
}
section.innerbanner {
	margin-top: 107px;
	padding: 41px 0;
}
.header_strip {
	margin-top: 0px;
}
.sec1 {
	margin-top: 106px;
}
.banner_caption {
	padding: 20px 0px 0 20px;
	width: 86%;
	margin: 0px auto;
	float: none;
}
ul.banner_list {
	margin-left: 100px;
}
section.inner_content h3 span {
	font-size: 26px !important;
}
section.inner_content h4 span {
	font-size: 20px !important;
}
section.inner_content h6 span {
	font-size: 20px !important;
}
.banner_car {
	width: 360px;
	margin: 0px auto;
	float: none;
}
.banner_car {
	padding-top: 22px;
	padding-bottom: 16px;
}
.bannerform::before {
	top: -26px;
}
.bannerform input[type="submit"], .bannerform input[type="button"], .bannerform button {
}
.bannerform input[type="submit"]:hover, .bannerform input[type="button"]:hover, .bannerform button:hover {
	background-color: #fff;
}
.footerform input[type="submit"], .footerform input[type="button"], .footerform button {
}
.footerform input[type="submit"]:hover, .footerform input[type="button"]:hover, .footerform button:hover {
}
.getcnt span {
	font-size: 28px;
	padding-top: 0px;
}
.getcnt a {
	padding-top: 5px;
}
.foot {
	width: 49% !important;
}
.foot li {
	width: fit-content;
	color: #fff !important;
}
.foot ul {
	padding-bottom: 20px;
	color: #fff;
}
p.rightside {
	background-position: 87% 4px !important;
}
.blog-title {
	text-align: center;
}
.postd {
	text-align: center;
}
.blog-post a.rdmr {
	text-align: center;
	margin: 0px auto;
	float: none;
	display: block;
	width: 30%;
}
.sellyourcar a {
	background-position: 0% 11px;
}
.sec7 iframe {
	height: 518px;
}
.mapSec iframe {
	width: 100%;
}
.foot {
	padding-top: 10px;
}
footer {
	padding-top: 50px;
}
ul.testcvr li {
	margin-bottom: 44px;
}
.amzing_heading, .amzing_heading span {
	font-size: 30px;
	line-height: 36px;
}
}
 @media only screen and (max-width:640px) {
.sec7 iframe {
	width: 100%;
}
}
 @media only screen and (max-width:479px) {
     #homebanner{height:350px;}
     .banner_car{
             display:none;
     }
	.banner_caption{
	    padding: 10px!important;
	    margin-top: 130px!important;
	}
	.banner_head span{display:none; font-size: 20px;}
	.banner_head{text-align: center; font-size: 20px;}
	.banner_caption img {display:none;}
	.bannerform{display:none;}
	 .innerbanner h1
	 {
		 font-size:20px;
		 }
	 .popup {
 
    left: 0%; 
    margin-left: 15px !important;
    width: 90%;
 
}
.banner_caption {
    margin: 70px 0px 0px;
}
.header_strip .gafq a {
	padding: 6px 20px;
	float: none;
	background-size: 6px;
	background-position-y: 2px;
	background-position-x: 93%;
}
.gafq {
/*	width: 100%; */
	text-align: center;
	margin-top: 4px;
	margin-bottom: 5px;
}
.header_strip .strip_content {
	float: left;
	padding-left: 20px;
}
.header_strip span {
    display:none;
}
h1.blog_inn {
	font-size: 15px;
	line-height: 20px;
}
.sellyourcar a {
	padding: 6px 10px 10px 35px;
	font-size: 16px;
}
.sellyourcar p {
	padding: 10px 0px 0px;
	float: none;
	font-size: 14px;
}
.sellyourcar a {
	margin: 0 auto;
	float: none !important;
}
.frmDv form li {
	text-align: center !important;
}
.contRgt::before {
	top: -5px;
	background-size: 31px;
	left: 12px;
}
.qtTitl {
	font-size: 25px;
	margin-top: 10px;
	/* padding-right: 15px; */
	text-align: center;
}
.blog-post a.rdmr {
	width: 50%;
}
.foot {
	width: 100% !important;
}
.ftrLogo {
	max-width: 238px;
}
.inner_content input[type="submit"], .inner_content input[type="button"], .inner_content button {
	background-position: 200px 6px;
	background-size: 9px;
}
ul.cotHver li {
	width: 100%;
}
.innerpage {
	margin-top: 55px;
}
.blgcont > img {
	display: block;
	float: none;
	margin: 0 auto 18px;
}
.blog-post {
	text-align: center;
}
nav.menu {
	max-height: 420px !important;
	overflow-y: auto;
}
.menu {
	top: 59px;
	width: 0;
}
.aniPos .menu {
	top: 59px;
}
.aniPos .logo {
	margin-top: 11px;
	width: 272;
}
.aniPos .logo span, .aniPos .logo b {
	font-size: 18px;
	padding-left: 3px;
}
.logo {
	width: 272px;
}
.menuD {
	padding: 19px 0 0 0;
}
section.inner_content .wid {
	padding-left: 12px;
	padding-right: 12px;
}
.sec3 .wid {
	padding: 0px 12px;
}
.sec3 .wepay_content p {
	text-align: center;
}
.sec1 {
	margin-top: 56px;
}
.aniPos .logoimg {
	width: 43px;
}
.banner {
	background-position: center center;
	background-size: 700px auto;
	height: 262px;
}
h1 {
	font-size: 28px;
	line-height: 36px;
}
h2, h2, h3, h4, h5, h6 {
	font-size: 21px;
	line-height: 34px;
}
.listng.twoCol > li {
	float: left;
	width: 100%;
}
.slideCvr {
	padding: 35px 0 0;
}
.logo span, .logo b {
	font-size: 18px;
	padding-left: 3px;
	padding-top: 9px;
}
.aniPos .logo {
	margin-top: 7px;
}
.header_strip span {
	padding-left: 0px;
}
.aniPos .header_strip span {
	padding-left: 0px;
}
.banner_caption {
	width: 100%;
	padding-left: 0px;
}
ul.banner_list {
	margin-left: 0px;
}
.banner_car {
	width: 100%;
}
.bannerform {
	width: 286px;
	padding: 10px;
}
.bannerform::before {
	width: 34px;
	background-size: 100%;
}
.bannerform input[type="submit"], .bannerform input[type="button"], .bannerform button {
	background-size: 4.5%;
	background-position: 80% 2px;
}
.bannerform input[type="submit"]:hover, .bannerform input[type="button"]:hover, .bannerform button:hover {
	background-size: 4.5%;
	background-position: 80% -25px;
}
.amzing_content {
	padding: 34px 6px 31px;
}
.amzing_heading, .amzing_heading span {
	font-size: 24px;
	line-height: 34px;
}
ul.amzing_list li {
	padding-left: 24px;
}
ul.amzing_list li {
	background: url(../images/amazing-list.png) no-repeat 0px 8px;
	background-size: 7% !important;
}
ul.amzing_list li {
	font-size: 20px;
}
ul.amzing_list li b {
	font-size: 20px;
}
.amzing_list li:nth-child(even) {
	font-size: 20px;
	padding-left: 24px;
	background: url(../images/amazing-list.png) no-repeat 0px 8px !important;
	background-size: 7% !important;
}
.wepay_content {
	text-align: center;
	margin: 0px;
}
.sec3 a {
	margin: 0px;
}
.cmn_withbg {
	margin-top: 10px !important;
}
.serviclist li {
	width: 98%;
}
.sellyourcar a {
	background-position: 3% 11px;
	background-size: 13%;
}
.video_head {
	font-size: 28px;
	line-height: 32px;
}
.sec7 iframe {
	width: 98%;
	height: 445px;
}
.mainservc_heding {
	font-size: 28px;
}
.switcar_services li {
	width: 97%;
}
.main_contentarea {
	padding: 0 0px;
}
.sec9 .mainservc_heding {
	line-height: 32px;
	font-size: 28px;
}
.footerform {
	width: 286px !important;
}
.footerform::before {
	background-size: 100% !important;
	width: 39px !important;
	height: 114px !important;
	top: -17px !important;
}
ul.gettouchdtr {
	padding-top: 38px;
}
ul.gettouchdtr li:nth-child(2) .gettuchimg, ul.gettouchdtr li:nth-child(3) .gettuchimg {
	width: 23% !important;
}
p.rightside {
	background-position: 68% 32px !important;
}
.contRgt {
	width: 100%;
}
.contRgt {
	padding: 9px;
}
.contRgt li {
	margin-bottom: 8px;
}
.logoimg {
	width: 45px;
}
.bannerform::before {
	width: 28px;
	left: 12px;
}
.banner_form_head {
	font-size: 25px;
	padding-bottom: 16px;
}
.footerform .banner_form_head {
	font-size: 24px;
}
.footerform::before {
	background-size: 100% !important;
	width: 28px !important;
	height: 114px !important;
	top: -8px !important;
}
h1 {
	margin-bottom: 14px;
	text-align: left;
}
.inner_content {
	margin-top: 0px;
}
p {
	text-align: left;
}
h2, h2, h3, h4, h5, h6 {
	text-align: left;
}
.inner_content ul li {
	line-height: 34px;
	text-align: left;
}
.sec3 .whteheading {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}
.bannerform::before {
	top: -7px;
}
strong.hdStr {
	font-size: 26px;
	line-height: 48px;
}
.cntFrmSec .QtTil {
	font-size: 26px;
	text-align: left;
}
.subfooter p {
	font-size: 14px;
}
p.rightside a {
	font-size: 14px !important;
}
.subfooter .rightside {
	margin-top: 8px;
}
ul.banner_list {
	margin-bottom: 8px;
}
section.innerbanner {
	 margin-top: 135px;
	padding: 24px 0;
	text-align: center;
	background-size: 175%;
	background-position: 76% 0;
	text-align: center;
}
section.innerbanner h1 {
	text-align: center;
}
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 204px 7px;
	background-size: 8px;
}
.inner_content .cntFrmSec input[type="submit"]:hover, .inner_content .cntFrmSec input[type="button"]:hover, .inner_content .cntFrmSec button:hover {
	background-position: 190px -33px;
	background-size: 12px;
}
}
 @media only screen and (max-width:320px) {
.inner_content .cntFrmSec input[type="submit"], .inner_content .cntFrmSec input[type="button"], .inner_content .cntFrmSec button {
	background-position: 170px 8px;
}
.inner_content input[type="submit"], .inner_content input[type="button"], .inner_content button {
	background-position: 168px 6px;
}
.aniPos .logo span, .aniPos .logo b {
	font-size: 14px;
}
.logo span, .logo b {
	font-size: 15px;
}
.logo {
	width: 222px;
}
}
h1, h2, h3, h4, h5, h6 {
    color: #0289BF!important;
}
.white{color: #fff!important;}
img.alignright { float: right!important; margin: 0 0 1em 1em; }
img.alignleft { float: left!important; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#homebanner{
background-image: url(https://www.truckbuyersonline.com.au/wp-content/themes/infinity/images/truck-buyers-online-brisbane.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.header_strip a:hover{color: #ffffff!important;}