body,
ul,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 5.9vw;
}
h2 {
	font-size: 3vh;
}

img {
	max-width: 100%;
	max-height: 100%;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
a {
	outline: none !important;
	text-decoration: none !important;
}
.container-fluid {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Light.ttf);
}

.form-horizontal .form-group {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*********HEADER_TOP********/
.header_top {
	padding-top: 20px;
}
.header_top .logo img {
	display: inline-block;
}
.header_top .headertop_inner ul li {
	display: inline-block;
}
.header_top .headertop_inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #777;
	border: 1px solid #ccc;
	margin: 0 2px;
	border-radius: 3px;
}
.header_top .headertop_inner ul li .rqt_btn {
	background: #ce0000;
	color: #fff;
	padding: 5px;
	border: 1px solid #ce0000;
	display: none;
}
.header_top .headertop_inner ul li a:hover i {
	color: #ff0000;
}
.header_top .headertop_inner ul li .fa-twitter {
	padding: 5px;
}
.header_top .headertop_inner ul li .fa-facebook {
	padding: 5px 8px;
}
.header_top .headertop_inner ul li .fa-instagram {
	padding: 5px 6px;
}
.header_top .headertop_inner ul li i {
	color: #ccc;
}
.header_top .headertop_inner .contact_info li i {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px;
}
.header_top .headertop_inner .contact_info li:first-child span {
	padding-right: 20px;
}
.header_top .headertop_inner .contact_info li span {
	display: inline-block;
	padding-left: 10px;
}
.header_top .contact_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}

.header_top #below_nav {
	padding: 15px 0;
	display: none;
}
.header_top #below_nav li {
	list-style-type: none;
	display: inline-block;
}
.header_top #below_nav li a {
	color: #777;
}
.header_top #below_nav li a:hover i {
	color: #ff0000;
}
.header_top #below_nav li .fa-twitter {
	padding: 5px;
}
.header_top #below_nav li .fa-facebook {
	padding: 5px 8px;
}
.header_top #below_nav li .fa-instagram {
	padding: 5px 6px;
}
.header_top #below_nav li i {
	color: #ccc;
}
.header_top #below_nav li .fa-envelope {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}
.header_top #below_nav li .fa-phone {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.header_top #below_nav li:first-child span {
	padding-right: 20px;
}
.header_top #below_nav li span {
	display: inline-block;
	padding-left: 10px;
}
.header_top #below_nav {
	text-align: center;
	display: none;
}

/******NAV*******/
.header_top .caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;

	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.header_top .navbar {
	top: 27px;
}
.header_top .navbar-collapse {
	padding: 0;
}
.header_top .navbar-default {
	border: none;
	background: #fff;
	margin-bottom: 0;
	border-bottom: 5px solid #ce0000;
	border-radius: 0;
	box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.175);
	z-index: 9;
}
.header_top .navbar-nav {
	float: none;
	text-align: center;
}
.header_top .navbar-nav > li {
	display: inline-block;
	float: none;
}
.header_top .navbar-nav > li > a {
	font-size: 18px;
	font-weight: 500;
}
.header_top .dropdown-menu > li > a {
	font-size: 18px;
	font-weight: 500;
}
.header_top .navbar-default .navbar-nav > .active > a,
.header_top.navbar-default .navbar-nav > .active > a:focus,
.header_top .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #dc3545;
	font-weight: 500;
}
.header_top .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #dc3545;
	background-color: transparent;
}
.header_top .navbar-default .navbar-nav > li > a:focus:not(#send_part_request),
.navbar-default .navbar-nav > li > a:hover:not(#send_part_request) {
	color: #dc3545;
}
.header_top .dropdown-menu {
	top: 49px;
	left: 13px;
	border-top: none;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
}
/******Mobile_Nav******/
#tab_wrap {
	display: none;
	box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.175);
	border-bottom: 5px solid #ce0000;
}
#tab_wrap .navbar-toggle {
	display: block;
	background: #333333;
	color: #fff;
	z-index: 9999;
	margin-right: 0 !important;
}
#tab_wrap .navbar-toggle .icon-bar {
	background: #fff;
}
#tab_wrap .abix-tree-list li {
	list-style: none;
	background: #2f2e34;
	border-top: 1px solid #ce0000;
}
#tab_wrap .abix-tree-list li a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	font-size: 16px;
}
#tab_wrap .abix-tree-list li a:hover {
	color: #ddd;
}
#tab_wrap .abix-tree-list li ul li a:hover {
	color: #2f2e34;
}
#tab_wrap .abix-tree-list .collapsed span.icon,
#tab_wrap .abix-tree-list .expanded span.icon {
	padding: 12px 0 0px 12px;
	margin-right: 1px;
	width: 40px;
	height: 40px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	color: #000;
	float: right;
}
#tab_wrap .tab #icon {
	color: #2f9aea;
	font-size: 30px;
	cursor: pointer;
	float: right;
	padding-top: 30px;
}
#tab_wrap #tree {
	background: transparent;
	padding-top: 50px;
	display: none;
	width: 100%;
}
#tab_wrap .expanded ul li a {
	padding-left: 30px;
	background: #ce0000;
}
#tab_wrap .expanded ul ul li a {
	padding-left: 40px;
	background: #2f9aea;
}

/*****BANNER******/
.banner_wraper {
	position: relative;
}
.banner_wraper figcaption {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 15%;
}
.banner_wraper figcaption p {
	color: #dc3545;
	font-size: 35px;
	font-weight: 700;
}
.banner_wraper figcaption p:nth-child(2) {
	font-size: 27px;
}
.banner_wraper figcaption span {
	color: #333333;
	color: #333333;
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
}
.banner_wraper img {
	width: 100%;
}
/*******WELCOME_WRAPER*********/
.welcome_wraper {
	padding: 40px 0;
}
.welcome_wraper a {
	color: #616161;
}
.welcome_wraper h3 {
	text-align: center;
	color: #dc3545;
	text-transform: uppercase;
}
.welcome_wraper h3 span {
	color: #333333;
}
.welcome_wraper .welcome_column_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	position: relative;
	border-bottom: 3px solid #dc3545;
	min-height: 315px;
	max-height: 315px;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	transition: all 0.2s ease-in-out;
}
.welcome_wraper .welcome_column_wrapper:hover {
	transform: translateY(-5px);
}

.welcome_wraper .welcome_column_wrapper figure {
	position: absolute;
	left: 50%;
	top: 9%;
	transform: translate(-50%, -50%);
}
.welcome_wraper .welcome_column_wrapper img {
	display: inline-block;
}

.welcome_wraper .welcome_column_img_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 315px;
}
.welcome_wraper .welcome_column_img_wrapper a {
	display: block;
	width: 100%;
	height: auto;
}
.welcome_wraper .wel1 {
	background: #f4f4f4;
	position: relative;
	border-radius: 10px;
}
.welcome_wraper .wel1 figcaption {
	background: #dc3545;
	color: #fff;
	position: absolute;
	bottom: 0;
	font-size: 1.3em;
	width: 100%;
	padding: 5px;
	border-radius: 0 0 10px 10px;
}
.welcome_wraper .wel1 img {
	display: inline-block;
}

.welcome_wraper .content h3 {
	padding-bottom: 25px;
}
.welcome_wraper .content p {
	line-height: 1.7em;
	font-size: 15px;
	text-align: center;
}
/***********Welcome_text*************/
.weltext_wrap {
	background: #333333;
	color: #fff;
	text-align: center;
	border-top: 5px solid #d52626;
}
.weltext_wrap a {
	display: inline-block;
	padding: 50px 0;
	color: #fff;
}
.weltext_wrap h3 {
	padding-bottom: 15px;
}
.weltext_wrap p {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7em;
}
/*******************************
 *********MAP DIRECTORY*********/
.map_directory_wrap .map_img {
	float: right;
}
.map_directory_wrap .map_inner_wrap {
	position: relative;
	padding-bottom: 20px;
}
.map_directory_wrap .map_inner_wrap p {
	text-align: center;
}
.map_directory_wrap .map_inner_wrap .national_part {
	padding: 5px 0 10px 0;
	color: #ff0000;
	font-size: 20px;
	font-weight: 300;
}
/*.map_directory_wrap .cities_network_wrap{position: relative;}*/
.map_directory_wrap .cities_network {
	position: absolute;
	top: 70px;
	left: 0;
}
.map_directory_wrap .cities_network .img1 span {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 30px;
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.map_directory_wrap .cities_network .img1 span:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 65px;
	top: 70px;
	left: 0;
}
.map_directory_wrap .cities_network .img1 span:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	top: 70px;
	right: 112px;
	height: 4px;
}
.map_directory_wrap .cities_network .img2 span {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 30px;
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.map_directory_wrap .cities_network .img2 span:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 65px;
	top: 60px;
	left: 0;
}
.map_directory_wrap .cities_network .img2 span:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	top: 60px;
	right: 112px;
	height: 4px;
}
.map_directory_wrap .location_wrap {
	position: absolute;
	top: 40px;
	right: 0;
}
.map_directory_wrap .location_wrap h2 {
	text-align: right;
	font-size: 29px;
}
.map_directory_wrap .cities_network_wrap figcaption {
	text-align: left;
	padding-bottom: 100px;
}
.map_directory_wrap .cities_network_wrap figcaption p:nth-child(1) {
	font-size: 34px;
	font-weight: 700;
	color: #333;
	line-height: 1em;
}
.map_directory_wrap .cities_network_wrap figcaption p:nth-child(2) {
	font-size: 25px;
	font-weight: 300;
	color: #333;
	line-height: 1em;
}
.map_directory_wrap .yard {
	display: none;
	text-align: center;
}
#inner-canada-map {
	margin-top: 50px;
}
/*****Locations******/
.map_directory_wrap .cities_network_wrap .location1 {
	position: absolute;
	left: 300px;
	top: 185px;
}
.map_directory_wrap .cities_network_wrap .location_wrap span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff0000;
	display: block;
}
.map_directory_wrap .cities_network_wrap .location_wrap .tooltip {
	width: 150px;
	padding: 5px 0;
	border-radius: 0;
	font-size: 16px;
}
.map_directory_wrap
	.cities_network_wrap
	.location_wrap
	.tooltip
	> .tooltip-inner {
	background-color: #ce0000;
}
.map_directory_wrap
	.cities_network_wrap
	.location_wrap
	.tooltip
	> .tooltip-arrow {
	border-top-color: #ce0000;
}
.map_directory_wrap .cities_network_wrap .location2 {
	position: absolute;
	left: 410px;
	top: 230px;
}
.map_directory_wrap .cities_network_wrap .location3 {
	position: absolute;
	left: 525px;
	top: 240px;
}
.map_directory_wrap .cities_network_wrap .location4 {
	position: absolute;
	left: 305px;
	top: 370px;
}
.map_directory_wrap .cities_network_wrap .location5 {
	position: absolute;
	left: 395px;
	top: 365px;
}
.map_directory_wrap .cities_network_wrap .location6 {
	position: absolute;
	left: 463px;
	top: 425px;
}
.map_directory_wrap .cities_network_wrap .location7 {
	position: absolute;
	left: 545px;
	top: 410px;
}
.map_directory_wrap .cities_network_wrap .location8 {
	position: absolute;
	left: 885px;
	top: 320px;
}
.map_directory_wrap .cities_network_wrap .location9 {
	position: absolute;
	left: 640px;
	top: 445px;
}
.map_directory_wrap .cities_network_wrap .location10 {
	position: absolute;
	left: 770px;
	top: 425px;
}
.map_directory_wrap .cities_network_wrap .location11 {
	position: absolute;
	right: 340px;
	top: 450px;
}
.map_directory_wrap .cities_network_wrap .location12 {
	position: absolute;
	right: 296px;
	top: 450px;
}
.map_directory_wrap .cities_network_wrap .location12 span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ff0000;
	display: block;
}
.map_directory_wrap .cities_network_wrap .location11 span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ff0000;
	display: block;
}
.map_directory_wrap .cities_network_wrap .location13 {
	position: absolute;
	right: 310px;
	top: 436px;
}
.map_directory_wrap .cities_network_wrap .location13 span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff0000;
	display: block;
}
.map_directory_wrap .map_inner_wrap #map_coords_erap1 {
	display: none;
}
/********************************
 *********TESTIMONIALS***********/
.testimonial-wraper {
	background: url(../images/testimonialbg.jpg) no-repeat;
	background-size: cover;
	min-height: 470px;
}
.testimonial-wraper h3 {
	text-align: center;
	font-size: 34px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 40px;
}
.testimonial-wraper #carousel {
	padding: 45px 0;
}
.testimonial-wraper #carousel .testimonials img {
	padding: 6px;
	float: left;
	margin: 10px 20px 0 0;
	display: block;
}
.testimonial-wraper .carousel-indicators {
	display: none;
}
.testimonial-wraper .glyphicon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 30px;
	background: transparent;
	color: #919191;
}
.testimonial-wraper .testimonials p {
	text-align: justify;
	line-height: 1.5em;
	font-size: 22px;
	padding: 5px 0 20px 0;
	color: #fff;
	font-weight: 100;
}
.testimonial-wraper .testimonials .text {
	float: left;
	max-width: 1090px;
	width: 100%;
	height: 230px;
}
.testimonial-wraper .testimonials p a {
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	display: inline-block;
}
.testimonial-wraper .testimonials .author {
	border-top: 3px solid #fff;
	display: inline-block;
	padding: 10px 30px 0 0;
	position: relative;
	font-weight: 700;
	font-size: 18px;
}
.testimonial-wraper .testimonials .author:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 70px;
	top: -3px;
}
.testimonial-wraper .testimonials h4 {
	font-size: 25px;
	color: #051e47;
	padding-top: 20px;
}
.testimonial-wraper .controls a {
	padding-right: 20px;
}
/********BLOG*********/
.homeblog_wraper .biker_club {
	background: #333333;
	color: #fff;
	padding: 30px 40px 30px 70px;
}
.homeblog_wraper .col-md-4 {
	padding: 0;
}
.homeblog_wraper .col-md-6 {
	padding: 0;
	position: relative;
}
.homeblog_wraper .biker_club h3 {
	font-weight: 300;
	font-size: 34px;
	padding-bottom: 30px;
}
.homeblog_wraper .biker_club h3 span {
	position: relative;
	border-bottom: 4px solid #fff;
	display: inline-block;
	padding-bottom: 20px;
}
.homeblog_wraper .biker_club h3 span:before {
	content: '';
	border: 2px solid #ce0000;
	position: absolute;
	width: 48px;
	bottom: -4px;
}
.homeblog_wraper .biker_club p {
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
}
.homeblog_wraper .biker_club a {
	background: #ce0000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 42px;
}
.homeblog_wraper .biker_club img {
	display: inline-block;
	padding-bottom: 20px;
}
.homeblog_wraper .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding-top: 75px;
	background: rgba(51, 51, 51, 0.5);
}
.homeblog_wraper .col-md-6 a {
	display: block;
}
.homeblog_wraper .col-md-6 a img {
	max-height: 230px;
	width: 100%;
	min-height: auto;
	object-fit: cover;
}
.homeblog_wraper a:hover .overlay {
	opacity: 1;
}
/********Latest Request********/
.latest_request_wrap {
	padding: 20px 0 40px 0;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 4px solid #f4f4f4;
}
.latest_request_wrap h3 {
	font-weight: 300;
	font-size: 35px;
	text-align: center;
	margin-bottom: 40px;
}
.latest_request_wrap h3 span {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}
.latest_request_wrap h3 span:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 27px;
	top: 53px;
}
.latest_request_wrap h3 span:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	width: 1px;
	height: 4px;
	top: 53px;
	right: 57px;
}
.latest_request_wrap .inner_wrap h4 {
	font-weight: 300;
	display: block;
	border-bottom: 1px solid #ce1415;
	margin-bottom: 15px;
	padding: 10px;
	background: #ce1415;
	color: #fff;
}

.latest_request_wrap .inner_wrap .join_ntw {
	display: block;
	background: #333;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
	max-width: 375px;
	margin: 15px auto 0;
	position: relative;
}
.latest_request_wrap .inner_wrap .join_ntw i {
	padding-left: 5px;
}
.latest_request_wrap .inner_wrap .join_ntw:before {
	content: '';
	position: absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #ce1415;
	left: 0;
	bottom: 0;
	z-index: 9999;
}
.latest_request_wrap .requests img {
	float: left;
	padding: 0 15px;
	margin-bottom: 5px;
}
.latest_request_wrap .requests ul li:first-child {
	border: none;
	padding-left: 30px;
}
.latest_request_wrap .requests ul li:first-child a {
	display: inline-block;
	text-align: left;
	margin-top: 0;
	padding-right: 5px;
}
.latest_request_wrap .requests ul li:nth-child(2) {
	border-left: 1px solid #d01715;
}
.latest_request_wrap .requests ul li {
	display: inline-block;
	padding-right: 15px;
	border-right: 1px solid #d01715;
}
.latest_request_wrap .requests ul li .eye {
	display: block;
	color: #d21819;
	float: left;
	margin-top: 15px;
	position: relative;
}
.latest_request_wrap .requests ul li .eye .pop {
	position: absolute;
	background: #ddd;
}
.latest_request_wrap .requests .modal-header h3 {
	font-size: 22px;
	color: #ff0000;
	margin-bottom: 0;
}
.latest_request_wrap .requests .pop ul li {
	list-style-type: none;
	display: inline-block;
}
.latest_request_wrap .requests .pop .head ul li {
	display: block;
	border-right: none;
}
.latest_request_wrap .requests .pop .head ul li:first-child {
	padding-left: 0;
}
.latest_request_wrap .requests .pop .head ul li:nth-child(2) {
	border: none;
}
.latest_request_wrap .requests .pop .head ul li p {
	width: 50%;
	border-right: 1px solid #ddd;
}
.latest_request_wrap .requests .pop .head ul li span {
	border: none;
	width: 50%;
	padding-left: 20px;
}
.latest_request_wrap .modal-body {
	padding: 15px 20px;
}
.latest_request_wrap .modal-body .rly {
	display: inherit;
	text-align: center;
	background: #cf1717;
	width: 170px;
	margin: 20px auto 0;
	max-width: 100%;
	color: #fff;
	padding: 8px 10px;
}
.latest_request_wrap .requests .pop span {
	padding-right: 5px;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.latest_request_wrap .requests ul li a i {
	font-size: 20px;
}
.latest_request_wrap .requests ul li p span {
	display: block;
	color: #333333;
	padding-top: 5px;
	font-size: 18px;
}
.latest_request_wrap .requests ul li:hover {
	cursor: pointer;
}
.latest_request_wrap .inner_wrap p {
	display: block;
	float: left;
	padding-right: 25px;
	color: #e83a36;
}

/******NEW SLETTER**********/
.new_sletter_wrap {
	padding: 60px 0;
}
.new_sletter_wrap h3 {
	font-size: 35px;
	color: #333;
	display: inline-block;
	font-weight: 300;
	padding-bottom: 30px;
}
.new_sletter_wrap h3 span {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 30px;
	display: inline-block;
	position: relative;
}
.new_sletter_wrap h3 span:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 65px;
	top: 68px;
}
.new_sletter_wrap h3 span:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	width: 1px;
	height: 4px;
	top: 68px;
	right: 57px;
}
.new_sletter_wrap p {
	font-size: 16px;
	color: #7f7f7f;
}
.new_sletter_wrap #input_details .form-control {
	max-width: 460px;
	width: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eee;
	box-shadow: none;
	outline: none;
	display: inline-block;
	position: relative;
	font-weight: 300;
	font-style: italic;
	height: 52px;
	box-sizing: border-box;
	background: transparent;
}
.new_sletter_wrap #input_details .icon1 {
	position: relative;
}

.new_sletter_wrap #input_details .icon1:before {
	content: '';
	position: absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #eee;
	left: 0;
	bottom: -17px;
	z-index: 9999;
}
.new_sletter_wrap #input_details .btn-default {
	background: #ce0000;
	color: #fff;
	border: 1px solid #ce0000;
	padding: 14px 30px;
	text-transform: uppercase;
	position: relative;
}
.new_sletter_wrap #input_details .icon2 {
	position: relative;
}
.new_sletter_wrap #input_details .icon2:before {
	content: '';
	position: absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #333;
	left: 0;
	bottom: -17px;
	z-index: 9999;
}

/**********FOOTER**********/
.footer_wraper {
	background: #333333;
	color: #fff;
	padding: 50px 0;
	float: left;
	width: 100%;
}
.footer_wraper img {
	display: inline-block;
}
.footer_wraper h3 {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.footer_wraper ul li {
	list-style-type: none;
	font-weight: 100;
}
.footer_wraper ul li a {
	color: #fff;
	line-height: 2em;
	font-weight: 100;
}
.footer_wraper ul li a:hover {
	color: #ff0000;
}
.footer_wraper ul li a i {
	padding-right: 10px;
}
.footer_wraper .contant_info .fa-map-marker {
	font-size: 20px;
	padding-top: 5px;
}
.footer_wraper .contant_info .fa-envelope {
	padding-top: 5px;
}
.footer_wraper .contant_info .fa-phone {
	padding-top: 5px;
	font-size: 20px;
}
.footer_wraper .contant_info i {
	padding-right: 10px;
	float: left;
}
.footer_wraper .contant_info p {
	padding: 0 0 10px 30px;
	font-size: 17px;
}
.copy_right {
	text-align: center;
	color: #fff;
	background: #1e1e1e;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.copy_right p {
	font-size: 16px;
	font-weight: 300;
}
.footer_wraper .social_icons li {
	display: inline-block;
}
.footer_wraper .social_icons {
	/* display: none; */
}
.footer_wraper .social_icons li .fa-twitter {
	padding: 5px;
}
.footer_wraper .social_icons li .fa-facebook {
	padding: 5px 8px;
}
.footer_wraper .social_icons li .fa-instagram {
	padding: 5px 6px;
}

.footer_wraper .social_icons li a {
	color: #fff;
	border: 1px solid #ccc;
	display: block;
	margin-right: 3px;
}

/**************************************
 **************INNER PAGE1*************/
.list-view .summary {
	text-align: left !important;
	float: left;
	margin-top: 18px;
	margin-bottom: 0;
}
.innerbanner_wraper img {
	width: 100%;
}
.innerbanner_wraper {
	position: relative;
}
.innerbanner_wraper .text {
	position: absolute;
	color: #fff;
	top: 170px;
	left: 85px;
}
.innerbanner_wraper .text h2 {
	font-size: 32px;
}
.innerbanner_wraper .text1 {
	position: absolute;
	color: #fff;
	top: 105px;
	left: 85px;
}
.innerbanner_wraper .text1 h2 {
	font-size: 32px;
}
/* .partsform_wraper {
	padding: 70px 0;
} */
.innerbanner_wraper .breadcrumb {
	position: absolute;
	top: 60px;
	left: 75px;
	background: transparent;
}
.innerbanner_wraper .breadcrumb > li {
	color: #fff;
}
.innerbanner_wraper .breadcrumb > li a {
	color: #fff;
}
.innerbanner_wraper .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #fff;
	font-family: FontAwesome;
	content: '\f101';
	font-size: 20px;
}

.partsform_wraper {
	padding: 0 0 3rem 0;
}

.province-wrap {
	background: url('https://partshotline.ca/themes/partsonline/images/provincebg.jpg')
		no-repeat;
	background-size: cover;
	position: relative;
}
.province-wrap ul {
	width: 100%;
	text-align: center;
}
.province-wrap ul li {
	list-style-type: none;
	display: inline-block;
}
.province-wrap ul li:first-child {
	text-align: left;
	float: left;
	padding: 150px 0 0 100px;
}
.province-wrap ul li:last-child {
	text-align: left;
	float: right;
	padding-top: 150px;
}
.province-wrap .text {
	color: #fff;
	position: absolute;
	bottom: 0;
}
.province-wrap .text h2 {
	font-size: 30px;
	background: #fff;
	color: #cf0000;
	padding: 10px;
}
.province-wrap .albertmap {
	display: inline-block;
	padding: 35px 0 10px 0;
}
.short-recycle-wrap {
	padding-top: 40px;
}
.short-recycle-wrap .record {
	float: right;
	background: #fe0000;
	color: #fff;
	padding: 8px 10px;
	border-radius: 5px;
}
.short-recycle-wrap h3 {
	float: left;
	font-size: 16px;
}
.short-recycle-wrap ul {
	text-align: center;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #ddd;
}
.short-recycle-wrap ul li {
	list-style-type: none;
	display: inline-block;
	padding: 10px 20px;
}
.short-recycle-wrap ul li a {
	color: #6b6b6b;
}
.short-recycle-wrap ul li img {
	width: 50px;
	float: left;
}
.short-recycle-wrap ul li span {
	display: inline-block;
	padding-right: 15px;
	float: left;
	margin-top: 10px;
}
.short-recycle-wrap ul li .img2 {
	display: none;
}
.short-recycle-wrap ul li {
	position: relative;
	border-bottom: 2px solid transparent;
}
.short-recycle-wrap ul li:first-child:before {
	content: '';
	position: absolute;
	width: 170px;
	left: -24px;
	bottom: -10px;
	border-bottom: 2px solid #fe0000;
	opacity: 0;
}
.short-recycle-wrap ul li:first-child:hover:before {
	opacity: 1;
}
.short-recycle-wrap ul li:first-child.active:before {
	opacity: 1;
}

.short-recycle-wrap ul li:nth-child(2):before {
	content: '';
	position: absolute;
	width: 170px;
	left: 8px;
	bottom: -10px;
	border-bottom: 2px solid #fe0000;
	opacity: 0;
}
.short-recycle-wrap ul li:nth-child(2):hover:before {
	opacity: 1;
}
.short-recycle-wrap ul li:nth-child(2).active:before {
	opacity: 1;
}

.short-recycle-wrap ul li:nth-child(3):before {
	content: '';
	position: absolute;
	width: 200px;
	left: 8px;
	bottom: -10px;
	border-bottom: 2px solid #fe0000;
	opacity: 0;
}
.short-recycle-wrap ul li:nth-child(3):hover:before {
	opacity: 1;
}
.short-recycle-wrap ul li:nth-child(3).active:before {
	opacity: 1;
}

.short-recycle-wrap ul li:nth-child(4):before {
	content: '';
	position: absolute;
	width: 180px;
	left: 8px;
	bottom: -10px;
	border-bottom: 2px solid #fe0000;
	opacity: 0;
}
.short-recycle-wrap ul li:nth-child(4):hover:before {
	opacity: 1;
}
.short-recycle-wrap ul li:nth-child(4).active:before {
	opacity: 1;
}

.short-recycle-wrap ul li:nth-child(5):before {
	content: '';
	position: absolute;
	width: 200px;
	left: 8px;
	bottom: -10px;
	border-bottom: 2px solid #fe0000;
	opacity: 0;
}
.short-recycle-wrap ul li:nth-child(5):hover:before {
	opacity: 1;
}
.short-recycle-wrap ul li:nth-child(5).active:before {
	opacity: 1;
}

.short-recycle-wrap ul li:last-child:before {
	content: '';
	position: absolute;
	width: 200px;
	left: 8px;
	bottom: -10px;
	border-bottom: 2px solid #fe0000;
	opacity: 0;
}
.short-recycle-wrap ul li:last-child:hover:before {
	opacity: 1;
}
.short-recycle-wrap ul li:last-child.active:before {
	opacity: 1;
}

.short-recycle-wrap ul li:hover a {
	color: #fe0000;
}
.short-recycle-wrap ul li:hover .img1 {
	display: none;
}
.short-recycle-wrap ul li:hover .img2 {
	display: inline-block;
}
.short-recycle-wrap ul li.active a {
	color: #fe0000;
}
.short-recycle-wrap ul li.active .img1 {
	display: none;
}
.short-recycle-wrap ul li.active .img2 {
	display: inline-block;
}

.disclaimer-wrap {
	padding: 30px 0 30px 0;
}
.disclaimer-wrap p {
	padding-bottom: 20px;
	font-weight: 100;
}
.disclaimer-wrap span {
	font-weight: bold;
	color: #333333;
}
.disclaimer-wrap a {
	color: #333333;
	font-weight: bold;
}
.disclaimer-wrap .disclaimer-inner {
	border-top: 2px solid #ddd;
	padding-top: 20px;
}
/***********************
 ***********ABOUT US PAGE***********/

.about_us_wraper .blog1 h4 {
	background: #fff;
	color: #333333;
	padding: 10px 20px;
	text-align: center;
	font-size: 20px;
}
.about_us_wraper .blog1 h4:hover {
	color: #ce0000;
}
.about_us_wraper .panel-title a {
	display: block;
	font-size: 22px;
	text-align: left;
	font-weight: 100;
}
.about_us_wraper .panel-title a .head {
	border-bottom: 4px solid #ce0000;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.about_us_wraper .panel-title a .head:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 60px;
	top: 34px;
}
.about_us_wraper .panel-title a i {
	font-size: 13px;
}
.about_us_wraper .panel-title a .minus {
	background: #ce0000;
	width: 25px;
	height: 25px;
	color: #fff;
	display: inline-block;
	float: right;
	margin-top: 7px;
}
.about_us_wraper .panel-title a .glyphicon-minus {
	left: 5px;
	top: 0;
}
.about_us_wraper .panel-title a .plus {
	background: #333333;
	width: 25px;
	height: 25px;
	color: #fff;
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-top: 7px;
}
.about_us_wraper .panel-title a .glyphicon-plus {
	left: 6px;
	top: 0;
}
.about_us_wraper .panel-default > .panel-heading {
	background: #06558d;
	color: #fff;
	border-radius: 0;
	padding: 0;
}

.about_us_wraper
	.panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body {
	background: #fff;
	font-size: 17px;
}
.about_us_wraper
	.panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body
	ul
	li {
	list-style-type: none;
}
.about_us_wraper
	.panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body
	ul
	li
	a {
	color: #fff;
	padding-left: 20px;
	line-height: 1.7em;
}
.about_us_wraper
	.panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body
	ul
	li
	a:hover {
	color: #ece104;
}
.about_us_wraper {
	padding: 50px 0;
}
.about_us_wraper .panel-group {
	margin-bottom: 0;
}
.about_us_wraper
	.panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body {
	border-top: none;
}
.about_us_wraper .panel-group .panel {
	border-radius: 0;
	margin-bottom: 10px;
}
.about_us_wraper .panel {
	margin: 0;
}
.about_us_wraper .panel-body {
	padding: 10px 20px 30px 20px;
}
.about_us_wraper .panel-body p {
	font-size: 16px;
	padding-bottom: 10px;
}
.about_us_wraper div.collapse.in {
	border-bottom: 4px solid #ce0000;
	position: relative;
}
.about_us_wraper div.collapse.in:after {
	content: '';
	position: absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #ce0000;
	left: 0;
	bottom: 0;
}
.about_us_wraper .right_content {
	border: 1px solid #ddd;
}
.about_us_wraper .right_content h2 {
	text-align: center;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.about_us_wraper .right_content .form-group {
	padding: 15px 15px 54px 15px;
}
.about_us_wraper .right_content .form-control {
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	height: 80px;
}
.about_us_wraper .right_content .form-control:focus {
	border-color: #fe0000;
}
.about_us_wraper .right_content .btn-default {
	background: #fe0000;
	border: 1px solid #fe0000;
	color: #fff;
	padding: 9px 28px;
	border-radius: 5px;
	margin-top: 75px;
}
/********OUR TEAM*****
 ***********************/
.our_team_wrap {
	padding: 10px 0 40px 0;
}
.our_team_wrap .team_inner h3 {
	font-size: 33px;
	border-bottom: 4px solid #ce0000;
	position: relative;
	display: inline-block;
	padding-right: 50px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.our_team_wrap .team_inner h3:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 60px;
	top: 46px;
}
.our_team_wrap .team_inner h3:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	width: 2px;
	top: 46px;
	height: 4px;
	right: 132px;
}
.our_team_wrap .team_inner p {
	font-size: 16px;
	padding: 5px 0 0px 0;
}
.team_inner {
	margin-bottom: 30px;
}
.our_team_wrap .bxslider .slide img {
	display: inline-block;
}
.our_team_wrap .bxslider figure .border {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 30px;
	position: relative;
	border-bottom: 1px solid #ce0000;
}
.our_team_wrap .bxslider figure .border:before {
	content: '';
	position: absolute;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #ce0000;
	left: 0;
	bottom: 0;
}
.our_team_wrap .bxslider figcaption {
	background: #fff;
	color: #333333;
	padding-top: 20px;
}
.our_team_wrap .bxslider figcaption p span {
	font-weight: bold;
}
.our_team_wrap .bxslider figcaption p:nth-child(1) {
	text-transform: uppercase;
}
.our_team_wrap .bxslider .blog1 {
	display: block;
}
.our_team_wrap .bxslider figure .border .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	background: rgba(51, 51, 51, 0.6);
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.our_team_wrap .bxslider figure .border .overlay .text {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #333;
	color: #fff;
	padding: 25px 0;
}
.our_team_wrap .bxslider figure .border .overlay .text p span {
	font-weight: bold;
}
.our_team_wrap .bxslider figure .border .overlay .text p:nth-child(1) {
	text-transform: uppercase;
}
.our_team_wrap .bxslider figure .border .overlay .icons {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}
.our_team_wrap .bxslider figure .border .overlay .icons li {
	list-style-type: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	margin-right: 10px;
	padding: 5px;
}
.our_team_wrap .bxslider figure .border .overlay .icons li a {
	color: #fff;
	display: inline-block;
}
.our_team_wrap .bxslider figure .border:hover .overlay {
	opacity: 1;
}
.our_team_wrap .bxslider figure .border:hover {
	border-color: #ddd;
}
/*****************************************
 ************CONTACT US PAGE***************/
.contact_form_wraper {
	padding: 50px 0;
}
.contact_form_wraper h2 {
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 40px 15px;
}
.contact_form_wraper h2 a {
	color: #ce0000;
}
.contact_form_wraper h3 {
	border-bottom: 4px solid #ce0000;
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	text-transform: uppercase;
}
.contact_form_wraper h3 span {
	display: inline-block;
}
.contact_form_wraper h3 span:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 50px;
	height: 2px;
	top: 29px;
}
.contact_form_wraper h3 span:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	width: 1px;
	height: 4px;
	top: 29px;
	right: 110px;
}
.contact_form_wraper p {
	padding-bottom: 5px;
}
.contact_form_wraper .form-control {
	border: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	padding: 10px 0 10px 0;
	height: auto;
	font-style: italic;
	margin-bottom: 20px;
}
.contact_form_wraper .form-control:focus {
	border-color: #fe0000;
}
.contact_form_wraper .btn-default {
	background: #ce0000;
	border: 1px solid #ce0000;
	color: #fff;
	padding: 8px 30px;
	margin-top: 30px;
}
.contact_form_wraper .social_icon_wrap {
	padding-left: 20px;
}
.contact_form_wraper .social_icon_wrap h3 {
	border-bottom: 4px solid #ce0000;
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
	padding-bottom: 10px;
	padding-right: 40px;
	text-transform: uppercase;
}
.contact_form_wraper .social_icon_wrap h3 span:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 50px;
	height: 2px;
	top: 29px;
}
.contact_form_wraper .social_icon_wrap h3 span:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	width: 1px;
	height: 4px;
	top: 29px;
	right: 145px;
}
.contact_form_wraper .social_icon_wrap ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}
.contact_form_wraper .social_icon_wrap ul li a {
	text-align: center;
	display: inline-block;
	width: 120px;
	color: #fff;
	padding: 15px 0;
}
.contact_form_wraper .social_icon_wrap ul li i {
	font-size: 20px;
}
.contact_form_wraper .social_icon_wrap ul li span {
	display: block;
	padding-top: 10px;
}
.contact_form_wraper .social_icon_wrap ul li:first-child {
	background: #2daae4;
	color: #fff;
}
.contact_form_wraper .social_icon_wrap ul li:nth-child(2) {
	background: #0253a2;
	color: #fff;
}
.contact_form_wraper .social_icon_wrap ul li:nth-child(3) {
	background: #537fa4;
	color: #fff;
}
.contact_form_wraper .social_icon_wrap ul li:last-child {
	background: #ed802b;
	color: #fff;
}
/*****************
 ********************/
.partsform_wraper .form1 {
	border: 1px solid #ddd;
	border-bottom: 4px solid #ce0000;
	padding: 40px 25px 4px 25px;
}
.partsform_wraper .form1 #step-1 {
	padding-bottom: 107px;
}
.partsform_wraper .form1 #step-2 {
	padding-bottom: 0;
}
.partsform_wraper .form1 #step-3 {
	padding-bottom: 138px;
}
.partsform_wraper .form1 #step-4 {
	padding-bottom: 79px;
}
.partsform_wraper .form1:after {
	content: '';
	position: absolute;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #ce0000;
	left: 0;
	bottom: 0;
}
.partsform_wraper .form1 #step-2 .step2 {
	padding: 0 40px;
}
.partsform_wraper .form1 #step-2 input[type='radio'] {
	background: #fff;
	border: 2px solid #adadad;
	border-radius: 50%;
	padding: 0;
	margin-top: 0px;
	outline: none;
	display: inline-block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 40%;
	top: 15px;
	vertical-align: middle;
}
.partsform_wraper .form1 #step-2 input[type='radio']:checked {
	background: #fe0000;
	border: none;
}
.partsform_wraper .form1 #step-2 input[type='radio']:checked img {
	background: red;
}

.partsform_wraper .form1 #step-2 label {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}
.partsform_wraper .form1 #step-2 label.active .img1 {
	display: none;
}
.partsform_wraper .form1 #step-2 label.active .img2 {
	display: block;
}
.partsform_wraper .form1 #step-2 label.active input[type='radio'] {
	background: #fe0505;
	border-color: #fe0505;
}
.partsform_wraper .form1 #step-2 label.active .text {
	color: #fe0505;
}
.partsform_wraper .form1 #step-2 label img {
	padding-top: 0;
}
.partsform_wraper .form1 #step-2 label .img2 {
	display: none;
}
.partsform_wraper .form1 #step-2 label .text {
	float: left;
	display: inline-block;
	padding-top: 10px;
	font-size: 18px;
}
.partsform_wraper .form1 #step-2 label .img_btn {
	float: right;
	display: inline-block;
}
::-webkit-input-placeholder {
	text-transform: initial;
}

.partsform_wraper .form1 h3 {
	text-align: center;
	font-weight: 100;
	padding-bottom: 25px;
}
.partsform_wraper .col-md-3 {
	padding-right: 0;
}
.partsform_wraper .col-md-9 {
	padding-left: 0;
}
.partsform_wraper .col-sm-7 {
	border-right: 1px solid #ddd;
}
.partsform_wraper .form-group {
	padding: 0 80px;
}
.partsform_wraper #phone_too_info {
	position: relative;
}
.partsform_wraper #phone_too_info .tool1 {
	position: absolute;
	padding: 0;
	top: -31px;
	right: 0;
	display: none;
}
.partsform_wraper #phone_too_info a {
	position: absolute;
	right: 80px;
	top: 20px;
}
.partsform_wraper #phone_too_info a i {
	color: #fe0000;
}
.partsform_wraper #postcode_too_info {
	position: relative;
}
.partsform_wraper #postcode_too_info .tool2 {
	position: absolute;
	padding: 0;
	top: -17px;
	right: 2px;
	display: none;
}
.partsform_wraper #postcode_too_info a {
	position: absolute;
	right: 80px;
	top: 20px;
}
.partsform_wraper #postcode_too_info a i {
	color: #fe0000;
}
.partsform_wraper #email_too_info .tool3 {
	position: absolute;
	padding: 0;
	top: 167px;
	right: 13px;
	display: none;
}

.partsform_wraper .form1 img {
	display: inline-block;
	padding-top: 100px;
}
.partsform_wraper .stepwizard-step p {
	margin-top: 10px;
}
.partsform_wraper .stepwizard-row {
	display: block;
}
.partsform_wraper .stepwizard {
	display: block;
	width: 100%;
}
.partsform_wraper .stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.partsform_wraper .stepwizard-step {
	display: block;
	text-align: center;
	position: relative;
}
.partsform_wraper .stepwizard-step img:first-child {
	height: 35px;
	object-fit: cover;
	text-align: left;
}
.partsform_wraper .stepwizard-step > a {
	width: 100%;
	border-radius: 0;
	background: #333333;
	display: inline-block;
	padding: 2rem 2rem;
	height: 80px;
	border-bottom: 1px solid #fff;
	pointer-events: none;
	cursor: default;
}

.partsform_wraper .stepwizard-step a img:last-child {
	display: none;
}

.partsform_wraper .btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.partsform_wraper .form-control {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	height: auto;
	padding: 15px 0;
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
}
.partsform_wraper .form-control:focus {
	border-color: #fe0000;
}
.partsform_wraper .has-error .form-control {
	box-shadow: none;
	outline: none;
	border-bottom: 1px solid #fe0000;
}
.partsform_wraper .nextBtn {
	background: #fe0000;
	border: 1px solid #fe0000;
	padding: 8px 35px;
	outline: none;
	color: #fff;
	margin: 10px 0;
}
.partsform_wraper .btn-primary {
	position: relative;
	border: none;
}
.partsform_wraper .btn-primary:after {
	content: '';
	background: url(../images/active.png) no-repeat;
	position: absolute;
	right: -40px;
	top: 0px;
	z-index: 11;
	width: 46px;
	height: 79px;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover:hover {
	background: #333333;
}

.partsform_wraper .btn-success {
	background: #fe0000;
	border: 1px solid #fe0000;
	padding: 8px 30px;
}

.partsform_wraper .add_field_button {
	background: none;
	border: none;
	outline: none;
	float: right;
	color: #fe0000;
	display: block;
}
.partsform_wraper .remove_field {
	color: #fe0000;
	float: right;
}
.partsform_wraper .agree_terms {
	font-weight: 500;
}
.partsform_wraper .agree_terms input[type='checkbox'] {
	margin: 4px 5px 0;
	width: 15px;
	height: 15px;
}
.partsform_wraper #comment {
	width: 100%;
	margin: 10px 0;
	padding: 15px;
}

/* .form-control::-webkit-input-placeholder {
	color: red;
 }
 
 .form-control::-moz-placeholder {
	color: red;  
 }
 
 .form-control::-moz-placeholder {
	color: red;  
 }
 
 .form-control::-ms-input-placeholder {  
	color: red;  
 } */
/****blog******************
 *****************************/
.blog {
	height: auto;
	width: 100%;
}
.blog img {
	max-width: 100%;
}
.blog-main {
	height: auto;
	width: 100%;
	float: left;
}
.blog-heading {
	color: #fff;
	font-family: Roboto;
	font-size: 15px;
	margin-top: -90px;
	position: relative;
}
.blog-con {
	color: #fff;
	font-family: Roboto;
	font-size: 33px;
	margin-top: -2px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.bolg-inner {
	height: auto;
	width: 100%;
	background: #fff;
}
.blog-inner-main {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 85px;
}
.blog-main-img {
	height: auto;
	width: 100%;
	float: left;
}
.blog-main-img img {
	max-width: 100%;
}
.blog-inner-img {
	height: 125px;
	width: 126px;
	float: left;
	background-image: url('../images/date-bg.png');
	background-repeat: no-repeat;
	margin-top: -58px;
	position: absolute;
	margin-left: 60px;
}
.blog-img-inner {
	color: #333333;
	font-family: Roboto;
	font-size: 17px;
	text-align: center;
	margin-top: 15px;
}
.blog-img-inner1 {
	color: #333333;
	font-family: Roboto;
	font-size: 17px;
	text-align: center;
	padding: 0 20px;
	margin-top: -8px;
}
.blog-img-inner span {
	color: #333333;
	font-family: Roboto;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.blog-inner-img:before {
	content: '';
	position: absolute;
	border-right: 18px solid transparent;
	border-bottom: 17px solid #ff0000;
	left: 0;
	bottom: 0px;
	z-index: 9999;
}
.border-bottom {
	height: auto;
	width: 76%;
	float: left;
	border: 3px solid #ce0000;
	margin-bottom: 40px;
}
.social-icon {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.social-icon ul {
	padding: 0px;
}
.social-icon ul li {
	list-style: none;
	float: left;
}
.social-icon ul li a {
	list-style: none;
	font-family: Roboto;
	font-size: 12px;
	color: #333333;
}
.social-icon ul li a span {
	margin-left: 10px;
}
.social-gap {
	margin-left: 25px;
}
.blog-part {
	height: auto;
	width: 100%;
	float: left;
}
.blog-part-heading {
	font-family: Roboto;
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-part-con {
	font-family: Roboto;
	font-size: 14px;
	color: #505050;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: justify;
	font-style: normal;
	float: left;
	line-height: 24px;
}
.blog-btn {
	height: auto;
	width: 100%;
	float: left;
}
.blog-btn-style:focus {
	outline: none;
}
.blog-btn-style {
	border: 0px;
	background-color: #fff;
	color: #333333;
	font-family: Roboto;
	font-size: 12px;
	border: 1px solid #dddddd;
	padding: 10px 18px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.blog-border {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 30px;
	display: inline-block;
	position: relative;
	width: 25%;
	margin-bottom: 35px;
}
.blog-border:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 65px;
	top: 30px;
}
.blog-right-main {
	height: auto;
	width: 100%;
	float: left;
}
.blog-search {
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	margin-top: 82px;
	color: 333333;
}
.blog-border-1 {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
	width: 55%;
	margin-bottom: 10px;
}
.blog-border-1:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 65px;
	top: 8px;
}
.blog-search-text {
	height: auto;
	width: 100%;
	float: left;
}
.blog-search-text input {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url('../images/ser.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	margin-top: 10px;
	/* font-style: italic; */
	font-family: Roboto;
	font-size: 13px;
}
.blog-search-text input:focus {
	outline: none;
}
.blog-border-2 {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
	width: 50%;
	margin-bottom: 10px;
	margin-top: 70px;
}
.blog-border-3 {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blog-border-4 {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #ce0000;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
	width: 15%;
	margin-bottom: 10px;
}
.blog-border-4:before {
	content: '';
	border: 2px solid #000;
	position: absolute;
	width: 55px;
	top: 8px;
}
.blog-search1 {
	font-family: Roboto;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	color: 333333;
	text-transform: uppercase;
	margin-left: 20px;
}
.blog-right-list {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 40px;
}
.blog-right-img {
	height: auto;
	width: 33%;
	float: left;
}
.blog-right-text {
	height: auto;
	width: 65%;
	float: left;
}
.blog-right-con {
	font-family: Roboto;
	font-size: 13px;
	color: #888888;
}
.blog-right-con-1 {
	font-family: Roboto;
	font-size: 13px;
	color: #ce0000;
	font-style: italic;
	margin-top: 5px;
}
.blog-part-con-1 {
	font-family: Roboto;
	font-size: 14px;
	color: #505050;
	margin-top: -12px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: justify;
	font-style: normal;
	float: left;
}
.blog-collect {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 100px;
}
.blog-coll-heading {
	font-family: Myriad Pro;
	font-size: 14px;
	color: #181818;
	margin-top: 50px;
}
.blog-box-main {
	height: auto;
	width: 100%;
	float: left;
	border: 1px solid #eaeaea;
	background-image: url('../images/ar.png');
	background-repeat: no-repeat;
	background-position: right 0%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.blog-box-main-1 {
	height: auto;
	width: 89%;
	float: left;
	background: #f6f6f6;
	background-image: url('../images/ar1.png');
	background-repeat: no-repeat;
	background-position: right 0%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.blog-box-left {
	height: auto;
	width: 13%;
	float: left;
}
.blog-box-right {
	height: auto;
	width: 87%;
	float: left;
}
.blog-box-inner {
	height: auto;
	width: 100%;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.blog-1 {
	font-family: Roboto;
	font-size: 14px;
	color: #181818;
}
.blog-2 {
	font-family: Roboto;
	font-size: 11px;
	color: #ce0000;
}
.blog-3 {
	font-family: Roboto;
	font-size: 14px;
	color: #424141;
	margin-top: 25px;
}
.blog-4 {
	font-family: Roboto;
	font-size: 14px;
	color: #424141;
	margin-top: 25px;
	float: left;
	margin-bottom: 40px;
}
.blog-coll-heading-1 {
	font-family: Myriad Pro;
	font-size: 14px;
	color: #181818;
	margin-top: -48px;
}
.blog-form {
	height: auto;
	width: 100%;
	float: left;
}
.blog-form-main {
	height: auto;
	width: 100%;
	float: left;
}
.blog-form-input {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.blog-form-input input {
	border: 0px;
	font-family: Roboto;
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 15px;
}
.blog-form-input input:focus {
	outline: none;
}
.blog-form-textarea {
	height: auto;
	width: 100%;
	float: left;
}
.blog-form-textarea textarea {
	border: 0px;
	font-family: Roboto;
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 100%;
	padding-bottom: 153px;
	margin-top: 15px;
}
.blog-form-textarea textarea:focus {
	outline: none;
}
.blog-form-btn {
	height: auto;
	width: 100%;
	float: left;
}
.b-btn {
	background: #ce0000;
	border: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 10px 10px 8px;
	width: 15%;
	margin-bottom: 105px;
	margin-top: 30px;
	font-family: Roboto;
	font-size: 14px;
}
.blog-form-btn:founs {
	outline: none;
}
/**************************************
 ***********NORTHWEST PAGE*************/
.northwest_wraper .table > tbody > tr > td,
.northwest_wraper .table > tbody > tr > th,
.northwest_wraper .table > tfoot > tr > td,
.northwest_wraper .table > tfoot > tr > th,
.northwest_wraper .table > thead > tr > td,
.northwest_wraper .table > thead > tr > th {
	vertical-align: middle;
	text-align: center;
}
.northwest_wraper table {
	margin: 0;
	border-color: #ddd;
}
.northwest_wraper {
	padding: 40px 0;
}
.northwest_wraper .success {
	background: #c0c0c0 !important;
}
.northwest_wraper .table-striped > tbody > tr:nth-of-type(even) {
	background: #e6e6e6;
}
.northwest_wraper table th:first-child {
	width: 20%;
}
.northwest_wraper table th:nth-child(2) {
	width: 20%;
}
.northwest_wraper table th:nth-child(3) {
	width: 20%;
}
.northwest_wraper table th:nth-child(4) {
	width: 20%;
}
.northwest_wraper table th:nth-child(5) {
	width: 30%;
}

.northwest_wraper .modal-content ul li {
	list-style-type: none;
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.northwest_wraper .modal-content span {
	display: inline-block;
	padding-right: 25px;
	color: #e83a36;
	width: 30%;
	border-right: 1px solid #ddd;
	text-align: left;
	float: left;
}
.northwest_wraper .modal-content p {
	border: none;
	width: 70%;
	padding-left: 20px;
	text-align: left;
	display: inline-block;
	float: left;
}
.northwest_wraper .modal-content .col-md-12 {
	padding: 0;
	margin-top: 10px;
}

/****************************************
 ************SUPPLIER FORM****************/
.supplier_form {
	padding: 5px 0px 40px 0px;
}
.supplier_form .forms_wraper .form1 {
	border: 1px solid #ddd;
	background: #fff;
	padding: 30px 20px 10px;
}
.supplier_form .forms_wraper #form2 {
	padding: 30px 200px 30px 255px !important;
}
.supplier_form p {
	font-size: 18px;
	padding: 10px 0 10px 15px;
	/* color: #cf1717; */
	font-weight: 100;
}
.supplier_form .thanks p {
	color: green;
	font-weight: bold;
}
.supplier_form .form-control {
	border: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	/* padding: 10px 0 10px 10px; */
	height: 40px;
	/* margin: 10px auto; */
	background: #fff;
	color: #555 !important;
}
.supplier_form .form-control1 {
	border: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	padding: 10px 0 9px 5px;
	height: auto;
	margin: 10px;
	background: #fff;
	color: #ff0000;
	width: 100%;
}

.supplier_form .forget_pwd {
	padding-left: 10px;
	color: #ce0000;
}
.supplier_form .form-control:focus {
	border-color: #fe0000;
}
.supplier_form h3 {
	color: #ce0000;
	font-weight: 100;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 99;
	left: 35px;
	top: -15px;
	background: #fff;
	padding: 0 15px;
}

.supplier_form h4 {
	color: #ce0000;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 3px solid #333333;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
}
.supplier_form h4:before {
	content: '';
	border: 1px solid #ce0000;
	position: absolute;
	width: 48px;
	bottom: -3px;
	height: 3px;
}
.supplier_form .agree_terms {
	font-weight: 500;
	margin-bottom: 25px;
}
.supplier_form .agree_terms input[type='checkbox'] {
	margin: 4px 5px 0;
	width: 15px;
	height: 15px;
}
.supplier_form .forms_wraper {
	margin-top: 25px;
}
.supplier_form .forms_wraper label {
	font-weight: 500;
	padding-top: 10px;
}
.supplier_form .forms_wraper .btn-group {
	display: block;
}
.supplier_form .forms_wraper .btn-group .btn > input[type='radio'] {
	opacity: 0;
}
.supplier_form .forms_wraper .control input[type='checkbox'] {
	opacity: 0;
	width: 0;
}
.supplier_form .forms_wraper label.btn {
	box-shadow: 0px 0px 3px 2px inset #00000024;
}
.supplier_form .forms_wraper .btn.active {
	background: #00e138;
}
/* .supplier_form .forms_wraper #radio_wrap {
	padding: 20px 0;
} */
.supplier_form .forms_wraper #vehical_genre_wrap {
	padding: 0;
}
.supplier_form .forms_wraper .control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #dddddd;
}
.supplier_form .forms_wraper .control {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	padding-top: 3px;
	margin: 0 9px 0 0;
	cursor: pointer;
	font-size: 1.3rem;
	padding-top: 0;
}
.supplier_form .forms_wraper .control input:checked ~ .control__indicator {
	background: #00de37;
}
.supplier_form .forms_wraper .control .control__indicator:after {
	content: '';
	position: absolute;
	display: none;
	left: 8px;
	top: 3px;
	width: 5px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.supplier_form
	.forms_wraper
	.control
	input:checked
	~ .control__indicator:after {
	display: block;
}
/****************************************
 ************LOGIN FORM****************/
.login_form {
	padding: 40px 0;
}
.login_form .forms_wraper .form1 {
	border: 1px solid #ddd;
	background: #fff;
	padding: 30px;
}
.login_form p {
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 100;
}
.login_form .form-control {
	border: none;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	height: auto;
	/* margin-bottom: 20px; */
	background: #fff;
	display: inline;
}

.login_form .btn-default {
	text-transform: uppercase;
	background: #dc3545;
	border: 1px solid #dc3545;
	color: #fff;
	padding: 8px 30px;
	margin-top: 30px;
	color: #fff;
}
.login_form .forget_pwd {
	padding-left: 10px;
	color: #ce0000;
}
.login_form.form-control:focus {
	border-color: #fe0000;
}
.login_form h3:not(.panel-title) {
	color: #ce0000;
	font-weight: 100;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 99;
	left: 41%;
	top: -15px;
	background: #fff;
	padding: 0 15px;
}

.login_form h4 {
	color: #ce0000;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 3px solid #333333;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
}
.login_form h4:before {
	content: '';
	border: 1px solid #ce0000;
	position: absolute;
	width: 48px;
	bottom: -3px;
	height: 3px;
}
.login_form .agree_terms {
	font-weight: 500;
	margin-bottom: 25px;
}
.login_form .agree_terms input[type='checkbox'] {
	margin: 4px 5px 0;
	width: 15px;
	height: 15px;
}
.login_form .forms_wraper {
	margin-top: 25px;
}
.login_form label {
	display: inline;
	float: left;
	padding: 6px 10px;
	width: 145px;
}
/*****dashboard_wraper*******/
.dashboard_wraper {
	padding: 30px 0 20px 0;
}
.dashboard_wraper .express_option {
	margin: 5px 0;
}
.dashboard_wraper .express_option a {
	color: #fff;
	width: 450px;
	border-radius: 0px;
}

/*.dashboard_wraper .left_wrap ul{border:1px solid #ddd; }*/
.dashboard_wraper .left_wrap li {
	list-style-type: none;
}
.dashboard_wraper .left_wrap li a {
	color: #777;
	padding: 10px 0 10px 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	background: #333333;
	color: #fff;
}
.dashboard_wraper .left_wrap li a:hover {
	color: #ce0000;
}
.dashboard_wraper .left_wrap li a.active {
	color: #ce0000;
	background: #eee;
}
.dashboard_wraper .left_wrap li.show-on-hover active {
	color: #ce0000;
	background: #eee;
}
.dashboard_wraper .left_wrap .fa-user {
	padding-right: 20px;
}
.dashboard_wraper .left_wrap .fa-motorcycle {
	padding-right: 15px;
}
.dashboard_wraper .left_wrap li a i {
	font-size: 20px;
}
.dashboard_wraper .show-on-hover:hover > ul.dropdown-menu {
	display: block;
}
.dashboard_wraper ul.dropdown-menu {
	width: 93%;
	left: 15px;
	padding: 0;
	margin-top: -1px;
}
.dashboard_wraper #drop2 .dropdown-menu {
	top: 50%;
}
.dashboard_wraper .table-responsive {
	padding: 0;
}
.dashboard_wraper .pagination .pagination-inner {
	float: left;
}
.dashboard_wraper .pagination .num-item {
	float: right;
}
.dashboard_wraper .quick-select-wrap ul li .sel1 {
	width: 130px;
}
.dashboard_wraper .quick-select-wrap {
	background: #efefef;
	padding: 15px;
	margin: 25px 0;
	color: #3a3a3a;
}
.dashboard_wraper .quick-select-wrap ul li {
	list-style-type: none;
}
.dashboard_wraper .quick-select-wrap ul li .btn-default {
	background: #333333;
	color: #fff;
	border: none;
	padding: 5px 15px;
	text-align: center;
}
.dashboard_wraper .quick-select-wrap ul li label {
	margin-top: 5px;
}
.dashboard_wraper .quick-select-wrap ul li .form-control {
	border-radius: 0;
}
/******Thank You Page*********/
#thanku_wraper {
	text-align: center;
}
#thanku_wraper .thanks_mgs {
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	padding: 50px;
}
#thanku_wraper .thanks_mgs img {
	display: inline-block;
}
#thanku_wraper .btn-primary:after {
	display: none;
}
#thanku_wraper .thanks_mgs p {
	line-height: 1.7em;
}
#thanku_wraper .thanks_mgs p a {
	color: #ff0000;
	font-weight: 500;
}
#thanku_wraper .stepwizard-step a span img {
	display: block;
}
#thanku_wraper .thanks_mgs .text {
	padding-bottom: 20px;
}
#thanku_wraper .thanks_mgs .text p:nth-child(3) {
	color: #ff0000;
	font-weight: bold;
	font-size: 22px;
	padding: 6px 0;
}
#thanku_wraper .thanks_mgs .text p:nth-child(3) a {
	font-weight: bold;
}
#thanku_wraper .thanks_mgs .text h3 {
	text-transform: uppercase;
	font-size: 22px;
	padding: 15px 0;
}
#thanku_wraper .thanks_mgs .text .icons {
	margin-bottom: 10px;
}

/******/
#random-dashboard {
	margin-top: 50px;
}
#random-dashboard h3 {
	padding: 0 0 30px 15px;
	text-align: center;
	font-size: 24px;
	color: #ce0000;
	font-weight: 100;
	text-align: center;
}
#random-dashboard .form1 #step-1 {
	padding-bottom: 156px;
}
#random-dashboard .form1 #step-3 {
	padding-bottom: 156px;
}
#random-dashboard .stepwizard li:nth-child(3) a {
	height: 390px;
}
#vehicle-portfolio-dashboard {
	margin-top: 50px;
}
#vehicle-portfolio-dashboard h3 {
	padding: 0 0 30px 15px;
	text-align: center;
	font-size: 24px;
	color: #ce0000;
	font-weight: 100;
	text-align: center;
}
#vehicle-portfolio-dashboard .form1 #step-1 {
	padding-bottom: 156px;
}
#vehicle-portfolio-dashboard .form1 #step-2 {
	padding-bottom: 156px;
}
#vehicle-portfolio-dashboard .stepwizard li:nth-child(2) a {
	height: 291px;
}
#vehicle-portfolio-dashboard .form-group select {
	padding: 6px;
	margin: 6px;
	width: 100%;
}

#contact {
	border: none !important;
}

/*****Media Queries******/

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
	.partsform_wraper .form1 #step-2 label:hover .text {
		color: #fe0505;
	}
	.partsform_wraper .form1 #step-2 label:hover .img1 {
		display: none;
	}
	.partsform_wraper .form1 #step-2 label:hover .img2 {
		display: block;
	}
	.partsform_wraper .form1 #step-2 label:hover input[type='radio'] {
		background: #fe0505;
		border-color: #fe0505;
	}
}
@media only screen and (max-width: 1280px) {
	.innerbanner_wraper .text {
		top: 155px;
	}
}
@media only screen and (max-width: 1024px) {
	/**********HOME********/
	.nav > li > a {
		padding: 10px 6px;
	}
	.header_top .logo img {
		margin-left: 140px;
	}
	.header_top .dropdown-menu {
		top: 40px;
		left: 0px;
	}
	.welcome_wraper .wel1 .img2 {
		width: 182px;
		right: 7px;
	}
	.map_directory_wrap .location_wrap {
		top: -38px;
		right: 53px;
	}
	.map_directory_wrap .cities_network_wrap .location8 {
		left: 735px;
	}
	.map_directory_wrap .location_wrap h2 {
		margin-top: 75px;
	}
	.map_directory_wrap .cities_network_wrap .location12 {
		top: 405px;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 850px;
	}
	.homeblog_wraper .biker_club h3 span {
		padding-bottom: 15px;
	}
	.homeblog_wraper .biker_club h3 {
		padding-bottom: 15px;
		font-size: 28px;
	}
	.homeblog_wraper .biker_club {
		padding: 30px 35px 30px 35px;
	}
	.new_sletter_wrap #input_details .icon2 {
		margin-left: 60px;
	}
	.innerbanner_wraper img {
		min-height: 200px;
	}

	.banner_wraper figcaption {
		top: 20%;
	}
	.welcome_wraper .wel1 {
		padding: 92px 0;
	}
	.banner_wraper figcaption p {
		font-size: 25px;
	}
	.banner_wraper figcaption p:nth-child(2) {
		font-size: 22px;
	}
	.map_directory_wrap .cities_network_wrap .location1 {
		left: 285px;
		top: 215px;
	}
	.map_directory_wrap .cities_network_wrap .location2 {
		left: 375px;
		top: 250px;
	}
	.map_directory_wrap .cities_network_wrap .location3 {
		left: 480px;
		top: 290px;
	}
	.map_directory_wrap .cities_network_wrap .location4 {
		left: 295px;
	}
	.map_directory_wrap .cities_network_wrap .location5 {
		left: 368px;
		top: 355px;
	}
	.map_directory_wrap .cities_network_wrap .location6 {
		left: 425px;
		top: 390px;
	}
	.map_directory_wrap .cities_network_wrap .location7 {
		left: 480px;
	}
	.map_directory_wrap .cities_network_wrap .location9 {
		left: 570px;
	}
	.map_directory_wrap .cities_network_wrap .location10 {
		left: 675px;
	}
	.map_directory_wrap .cities_network_wrap .location11 {
		right: 217px;
		top: 428px;
	}
	.map_directory_wrap .cities_network_wrap .location13 {
		right: 195px;
		top: 413px;
	}
	.map_directory_wrap .cities_network_wrap .location12 {
		right: 180px;
		top: 430px;
	}
	.map_directory_wrap .location_wrap h2 {
		font-size: 24px;
	}
	.map_directory_wrap .cities_network_wrap .location10 {
		top: 412px;
	}
	/*******/
	.short-recycle-wrap ul li {
		padding: 10px 3px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*To Change bootstrap menu break point*/
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.header_top .navbar-nav > li {
		display: block;
		text-align: left;
	}
	.nav > li > a {
		padding: 10px 25px;
	}
	.header_top .social_icons {
		text-align: center;
		padding-bottom: 15px;
	}
	.header_top .logo img {
		margin-left: 0;
		padding: 15px 0;
	}
	.welcome_wraper .content {
		height: auto;
	}
	.welcome_wraper .welcome_column_wrapper:last-child {
		margin-top: 20px;
	}
	.welcome_wraper .wel1 img {
		display: inline-block;
	}
	.welcome_wraper .wel1 {
		top: 0;
		margin-top: 20px;
	}
	.welcome_wraper .wel1 .img2 {
		right: 178px;
	}
	.welcome_wraper .wel1 img {
		padding-top: 20px;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 590px;
	}
	.map_directory_wrap .cities_network_wrap .location1 {
		top: 285px;
	}
	.map_directory_wrap .cities_network_wrap .location3 {
		left: 485px;
	}
	.map_directory_wrap .cities_network_wrap .location8 {
		left: 546px;
	}
	.map_directory_wrap .cities_network_wrap .location10 {
		left: 620px;
	}
	.map_directory_wrap .cities_network_wrap .location9 {
		left: 544px;
	}
	.map_directory_wrap .cities_network_wrap .location13 {
		top: 415px;
	}
	.testimonial-wraper .testimonials .text {
		height: 362px;
	}
	.testimonial-wraper {
		min-height: 600px;
	}
	.footer_wraper h3 {
		margin-top: 20px;
	}
	.footer_wraper .footer_inner {
		padding-left: 15px;
	}
	/*****************/
	.innerbanner_wraper img {
		min-height: 200px;
	}
	.partsform_wraper .stepwizard {
		width: 90%;
	}
	.partsform_wraper .form1 {
		border: none;
		padding: 40px 25px 20px 25px;
	}
	.partsform_wraper .form1:after {
		border: none;
	}
	.partsform_wraper .stepwizard-step a .stp1 {
		position: static;
		padding: 5px 0 0 50px;
	}
	.partsform_wraper .stepwizard li:nth-child(3) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp3 {
		position: static;
		width: auto;
	}
	.partsform_wraper .form-group {
		padding: 0;
	}
	/*********************/
	.innerbanner_wraper .text {
		left: 25px;
	}
	/********************/
	.about_us_wraper .panel-title a {
		font-size: 20px;
	}
	.about_us_wraper .panel-title a .head:before {
		top: 32px;
	}
	.innerbanner_wraper .breadcrumb {
		left: 15px;
	}
	/**************************************/
	.blog-search-text input {
		width: 55%;
	}
	.blog img {
		height: 200px;
	}
	/****************/
	.contact_form_wraper .social_icon_wrap {
		padding-left: 0;
		margin-top: 40px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp4 {
		top: 12px;
	}
	.header_top .headertop_inner ul li .rqt_btn {
		display: block;
		margin-left: 10px;
	}
	/*****************/
	.header_top .navbar-nav > li:nth-child(4) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(6) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(7) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(8) > a {
		display: none;
	}
	.header_top .contact_info li:nth-child(1) {
		display: none;
	}
	.header_top .contact_info li:nth-child(2) {
		display: none;
	}
	.header_top .contact_info {
		text-align: center;
		position: relative;
	}
	.header_top .contact_info li:nth-child(3) {
		position: absolute;
		z-index: 99999;
		top: 9px;
		left: 30%;
		right: 30%;
	}
	.footer_wraper .social_icons {
		display: block;
	}
	.header_top .social_icons {
		display: none;
	}
	.header_top {
		padding-top: 0;
	}
	/***************/
	.banner_wraper figcaption {
		top: 15%;
	}
	.banner_wraper figcaption p {
		font-size: 22px;
	}
	.banner_wraper figcaption p:nth-child(2) {
		font-size: 18px;
	}
	.banner_wraper figcaption span {
		font-size: 20px;
	}
	.welcome_wraper .wel1 {
		padding: 20px 0 0 0;
	}
	/***********/
	.map_directory_wrap .map_inner_wrap #map_coords_erap {
		display: none;
	}
	.map_directory_wrap .map_inner_wrap #map_coords_erap1 {
		display: block;
		text-align: center;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	/***********/
	#tab_wrap {
		display: block;
	}
	.header_top .navbar {
		top: 0;
		display: none;
	}
	.partsform_wraper .stepwizard-step a span img {
		right: 20px;
		top: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp2 img {
		right: -40px;
		top: 0;
	}
	.partsform_wraper .stepwizard-step a .stp4 img {
		right: -25px;
		top: 10px;
	}
	/****/
	.innerbanner_wraper .text1 {
		left: 30px;
	}
	.dashboard_wraper .quick-select-wrap ul li .sel1 {
		width: 100%;
	}
	.dashboard_wraper .quick-select-wrap ul li .form-control {
		margin-bottom: 10px;
	}
	.dashboard_wraper .pagination .pagination-inner {
		float: none;
		margin-bottom: 5px;
	}
	.dashboard_wraper .pagination .num-item {
		float: none;
	}
	/***********/
	.province-wrap ul li:first-child {
		width: 15%;
		padding: 150px 0 0 0;
	}
	.province-wrap ul li:nth-child(2) {
		width: 60%;
	}
	.province-wrap ul li:last-child {
		width: 15%;
	}
	.short-recycle-wrap ul {
		float: left;
	}
	.short-recycle-wrap ul li:first-child:before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(2):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(3):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(4):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(5):before {
		content: none;
	}
	.short-recycle-wrap ul li:last-child:before {
		content: none;
	}
	.province-wrap .text {
		position: static;
	}
	.province-wrap .text h2 {
		background: transparent;
		color: #fff;
	}
}

@media only screen and (max-width: 736px) and (orientation: landscape) {
	.welcome_wraper .wel1 .img2 {
		right: 162px !important;
	}
	.testimonial-wraper .testimonials .text {
		height: 405px !important;
		max-width: 560px !important;
	}
	.testimonial-wraper {
		min-height: 637px !important;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	.partsform_wraper .stepwizard-step a .img1 {
		padding-right: 20px;
	}
	.partsform_wraper .stepwizard-step img {
		padding-right: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp2 {
		left: 115px;
	}
	/**************************************/
	.blog-search-text input {
		width: 55%;
	}
	.blog img {
		height: 200px;
	}
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
	.welcome_wraper .wel1 .img2 {
		right: 127px !important;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 100% !important;
		height: 322px !important;
	}
	.testimonial-wraper #carousel .testimonials img {
		float: none;
		display: inline-block;
	}
	.testimonial-wraper {
		min-height: 670px !important;
	}
	.partsform_wraper .stepwizard-step a .img1 {
		padding-left: 30px;
		padding-right: 0;
	}
	.partsform_wraper .stepwizard-step a .stp2 {
		left: 120px;
	}
	.partsform_wraper .stepwizard-step a .stp4 {
		top: 20px;
		left: 115px;
	}
	.partsform_wraper .stepwizard-step img {
		padding-right: 25px;
	}
	.partsform_wraper .stepwizard-step a .img3 {
		padding-left: 15px;
	}
	/**************************************/
	.blog-search-text input {
		width: 55%;
	}
	.blog img {
		height: 200px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.header_top .navbar-nav > li {
		display: block;
		text-align: left;
	}
	.nav > li > a {
		padding: 10px 25px;
	}
	.header_top .social_icons {
		text-align: center;
		padding-bottom: 15px;
	}
	.header_top .logo img {
		margin-left: 0;
		padding: 15px 0;
	}
	.welcome_wraper .content {
		height: auto;
	}
	.welcome_wraper .welcome_column_wrapper:last-child {
		margin-top: 20px;
	}
	.welcome_wraper .wel1 img {
		display: inline-block;
	}
	.welcome_wraper .wel1 {
		top: 0;
		margin-top: 15px;
	}
	.welcome_wraper .wel1 .img2 {
		right: 93px;
	}
	.welcome_wraper .wel1 img {
		padding-top: 20px;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 420px;
	}
	.map_directory_wrap .location_wrap {
		top: -150px;
		right: 200px;
	}
	.map_directory_wrap .cities_network_wrap .location1 {
		top: 285px;
		right: 200px;
	}
	.map_directory_wrap .cities_network_wrap .location2 {
		left: 255px;
	}
	.map_directory_wrap .cities_network_wrap .location3 {
		left: 295px;
	}
	.map_directory_wrap .cities_network_wrap .location6 {
		left: 293px;
		top: 355px;
	}
	.map_directory_wrap .cities_network_wrap .location7 {
		left: 325px;
	}
	.map_directory_wrap .cities_network_wrap .location8 {
		left: 365px;
	}
	.map_directory_wrap .cities_network_wrap .location10 {
		left: 262px;
	}
	.map_directory_wrap .cities_network_wrap .location9 {
		left: 239px;
		top: 341px;
	}
	.map_directory_wrap .cities_network_wrap .location12 {
		top: 300px;
		left: 200px;
	}
	.map_directory_wrap .cities_network_wrap .location13 {
		top: 350px;
		left: 200px;
	}
	.map_directory_wrap .cities_network_wrap .location11 {
		right: 215px;
		top: 353px;
	}
	.testimonial-wraper .testimonials .text {
		height: 465px;
	}
	.testimonial-wraper {
		min-height: 715px;
	}
	.footer_wraper h3 {
		margin-top: 20px;
	}
	.footer_wraper .footer_inner {
		padding-left: 15px;
	}
	.new_sletter_wrap #input_details .icon2 {
		position: static;
	}
	.new_sletter_wrap #input_details .icon2:before {
		bottom: 0;
	}
	.new_sletter_wrap #input_details .btn-default {
		margin-top: 20px;
	}
	.weltext_wrap h3 {
		font-size: 21px;
	}
	/*****************/
	.innerbanner_wraper img {
		min-height: 200px;
	}
	.partsform_wraper .stepwizard {
		width: 90%;
	}
	.partsform_wraper .form1 {
		border: none;
		padding: 40px 25px 40px 25px;
	}
	.partsform_wraper .form1:after {
		border: none;
	}
	.partsform_wraper .stepwizard-step a .stp1 {
		position: static;
		padding: 5px 0 0 50px;
	}
	.partsform_wraper .stepwizard li:nth-child(3) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp3 {
		position: static;
		width: auto;
	}
	.partsform_wraper .col-md-7 {
		border: none;
	}
	.partsform_wraper {
		padding: 20px 0;
	}
	.partsform_wraper .form-group {
		padding: 0;
	}
	/***********************/
	.innerbanner_wraper .text {
		left: 25px;
	}
	.innerbanner_wraper .text h2 {
		font-size: 27px;
	}
	/********************/
	.about_us_wraper .panel-title a {
		font-size: 20px;
	}
	.about_us_wraper .panel-title a .head:before {
		top: 32px;
	}
	.innerbanner_wraper .breadcrumb {
		left: 15px;
	}
	/*****************/
	.login_form label {
		padding: 0;
	}
	.login_form h4 {
		margin-left: -12px;
	}
	.login_form p {
		text-align: justify;
	}
	.login_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	/**************************************/
	.blog-search-text input {
		width: 55%;
	}
	.blog img {
		height: 200px;
	}
	/****************/
	.contact_form_wraper .social_icon_wrap {
		padding-left: 0;
		margin-top: 40px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp4 {
		top: 12px;
	}
	.header_top .headertop_inner ul li .rqt_btn {
		display: block;
		margin-left: 10px;
	}
	/*****************/
	.header_top .navbar-nav > li:nth-child(4) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(6) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(7) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(8) > a {
		display: none;
	}
	.header_top .contact_info li:nth-child(1) {
		display: none;
	}
	.header_top .contact_info li:nth-child(2) {
		display: none;
	}
	.header_top .navbar {
		top: 0;
	}
	.header_top .contact_info {
		text-align: center;
		position: relative;
	}
	.header_top .contact_info li:nth-child(3) {
		position: absolute;
		z-index: 99999;
		top: 9px;
		left: 30%;
		right: 30%;
	}
	.footer_wraper .social_icons {
		display: block;
	}
	.header_top .social_icons {
		display: none;
	}
	.header_top {
		padding-top: 0;
	}
	.partsform_wraper .form1 #step-1 {
		padding-bottom: 0;
	}
	.latest_request_wrap h3 {
		font-size: 23px;
	}
	.latest_request_wrap h3 span:before {
		content: none;
	}
	.latest_request_wrap h3 span:after {
		content: none;
	}
	.latest_request_wrap .inner_wrap .join_ntw {
		text-align: center;
	}
	/***************/
	.banner_wraper figcaption {
		top: 10%;
	}
	.banner_wraper figcaption p {
		font-size: 25px;
	}
	.banner_wraper figcaption p:nth-child(2) {
		font-size: 20px;
	}
	.banner_wraper figcaption span {
		font-size: 16px;
	}
	.welcome_wraper .wel1 {
		padding: 20px 0 0 0;
	}
	/***********/
	.map_directory_wrap .map_inner_wrap #map_coords_erap {
		display: none;
	}
	.map_directory_wrap .map_inner_wrap #map_coords_erap1 {
		display: block;
		text-align: center;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	/***********/
	#tab_wrap {
		display: block;
	}
	.header_top .navbar {
		top: 0;
		display: none;
	}
	.partsform_wraper .stepwizard-step a span img {
		right: 20px;
		top: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp2 img {
		right: -40px;
		top: 0;
	}
	.partsform_wraper .stepwizard-step a .stp4 img {
		right: -25px;
		top: 10px;
	}
	/****/
	.innerbanner_wraper .text1 {
		left: 30px;
	}
	.dashboard_wraper .quick-select-wrap ul li .sel1 {
		width: 100%;
	}
	.dashboard_wraper .quick-select-wrap ul li .form-control {
		margin-bottom: 10px;
	}
	.dashboard_wraper .pagination .pagination-inner {
		float: none;
		margin-bottom: 5px;
	}
	.dashboard_wraper .pagination .num-item {
		float: none;
	}
	/***********/
	.province-wrap ul li:first-child {
		width: 15%;
		padding: 150px 0 0 0;
	}
	.province-wrap ul li:nth-child(2) {
		width: 60%;
	}
	.province-wrap ul li:last-child {
		width: 15%;
	}
	.short-recycle-wrap ul {
		float: left;
	}
	.short-recycle-wrap ul li:first-child:before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(2):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(3):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(4):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(5):before {
		content: none;
	}
	.short-recycle-wrap ul li:last-child:before {
		content: none;
	}
	.province-wrap .text h2 {
		background: transparent;
		color: #fff;
	}
	.province-wrap .text {
		position: static;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.header_top .navbar-nav > li {
		display: block;
		text-align: left;
	}
	.nav > li > a {
		padding: 10px 25px;
	}
	.header_top .social_icons {
		text-align: center;
		padding-bottom: 10px;
	}
	.header_top .logo img {
		margin-left: 0;
		padding: 15px 0;
	}
	.welcome_wraper .welcome_column_wrapper:last-child {
		margin-top: 20px;
	}
	.welcome_wraper .wel1 img {
		display: inline-block;
	}
	.welcome_wraper .wel1 {
		top: 0;
		margin-top: 15px;
	}
	.welcome_wraper .wel1 .img2 {
		right: 0;
	}
	.welcome_wraper .wel1 img {
		padding-top: 20px;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 420px;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	.testimonial-wraper .testimonials .text {
		height: 405px;
	}
	.testimonial-wraper {
		min-height: 685px;
	}
	.footer_wraper h3 {
		margin-top: 20px;
	}
	.footer_wraper .footer_inner {
		padding-left: 10px;
	}
	.new_sletter_wrap #input_details .icon2 {
		position: static;
	}
	.new_sletter_wrap #input_details .icon2:before {
		bottom: 0;
	}
	.new_sletter_wrap #input_details .btn-default {
		margin-top: 20px;
	}
	.weltext_wrap h3 {
		font-size: 21px;
	}
	.map_directory_wrap .location_wrap h2 {
		font-size: 23px;
	}
	.homeblog_wraper .biker_club {
		padding: 30px 20px 30px 20px;
	}
	.map_directory_wrap .yard {
		display: block;
		text-align: center;
	}
	.header_top .headertop_inner ul li {
		padding-bottom: 5px;
	}
	.testimonial-wraper #carousel .testimonials img {
		float: none;
		display: inline-block;
	}
	.testimonial-wraper h3 {
		padding-bottom: 5px;
	}
	.testimonial-wraper #carousel {
		padding: 20px 0;
	}
	.testimonial-wraper .testimonials p {
		font-size: 16px;
	}
	.testimonial-wraper .testimonials p span {
		font-size: 16px !important;
	}
	.new_sletter_wrap h3 {
		font-size: 26px;
	}
	.new_sletter_wrap h3 span {
		padding-bottom: 15px;
	}
	.new_sletter_wrap h3 span:before {
		top: 43px;
	}
	.new_sletter_wrap #input_details .icon2 {
		margin-left: 0;
	}
	.new_sletter_wrap {
		padding: 20px 0;
	}
	.homeblog_wraper .biker_club h3 {
		font-size: 26px;
	}
	/***************************************/
	.innerbanner_wraper img {
		min-height: 200px;
	}
	.partsform_wraper .stepwizard {
		width: 90%;
	}
	.partsform_wraper .form1 {
		border: none;
		padding: 31px 5px 15px 15px;
	}
	.partsform_wraper .form1 img {
		padding-top: 30px;
	}
	.partsform_wraper .form1:after {
		border: none;
	}
	.partsform_wraper .stepwizard-step a .stp1 {
		position: static;
		padding: 5px 0 0 50px;
	}
	.partsform_wraper .stepwizard li:nth-child(3) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp3 {
		position: static;
		width: auto;
		padding-top: 13px;
	}
	.partsform_wraper .col-md-7 {
		border: none;
	}
	.partsform_wraper {
		padding: 20px 0;
	}
	.innerbanner_wraper .text h2 {
		font-size: 26px;
	}
	.innerbanner_wraper .text {
		top: 70px;
		left: 25px;
	}
	.partsform_wraper .stepwizard-step a span {
		font-size: 16px;
	}
	.partsform_wraper .form-group {
		padding: 0;
	}
	/**********************/
	.supplier_form p {
		text-align: justify;
		font-size: 16px;
	}
	.supplier_form h3 {
		position: static;
		padding: 0;
	}
	.supplier_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	.supplier_form .agree_terms {
		font-size: 14px;
	}
	/********************/
	.about_us_wraper .panel-title a {
		font-size: 20px;
	}
	.about_us_wraper .panel-title a .head:before {
		top: 32px;
	}
	.innerbanner_wraper .breadcrumb {
		left: 0px;
	}
	.innerbanner_wraper .breadcrumb {
		top: 10px;
	}
	.our_team_wrap .team_inner h3 {
		font-size: 26px;
	}
	.our_team_wrap .team_inner h3:before {
		top: 38px;
	}
	.our_team_wrap .team_inner h3:after {
		top: 38px;
	}
	.about_us_wraper {
		padding: 25px 0;
	}
	.team_inner {
		margin: 0;
	}
	/*****************/
	.login_form label {
		padding: 0;
	}
	.login_form h4 {
		margin-left: -12px;
	}
	/* .login_form p {
		text-align: justify;
	} */
	.login_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	.login_form .forget_pwd {
		display: block;
		margin-top: 15px;
	}
	/**************************************/
	.blog-search-text input {
		width: 100%;
	}
	.blog img {
		height: 200px;
	}
	.blog-con {
		font-size: 27px;
	}
	.blog-main-img img {
		height: 200px;
	}
	.blog-part-heading {
		font-size: 20px;
		margin: 0;
	}
	.blog-search {
		margin: 0;
	}
	.blog-border-2 {
		margin-top: 40px;
	}
	/****************/
	.contact_form_wraper .social_icon_wrap {
		padding-left: 0;
		margin-top: 15px;
	}
	.contact_form_wraper h2 {
		font-size: 18px;
		padding: 0 0 25px 15px;
		line-height: 1.7em;
	}
	/************/
	.partsform_wraper .form1 #step-2 .step2 {
		padding: 0;
	}
	.partsform_wraper .form1 #step-2 label {
		padding-left: 0;
	}
	.partsform_wraper .form1 #step-2 input[type='radio'] {
		right: 80px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
	.header_top .headertop_inner ul li .rqt_btn {
		display: block;
		margin-left: 10px;
	}
	/*****************/
	.header_top .navbar-nav > li:nth-child(4) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(6) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(7) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(8) > a {
		display: none;
	}
	.header_top .contact_info li:nth-child(1) {
		display: none;
	}
	.header_top .contact_info li:nth-child(2) {
		display: none;
	}
	.header_top .navbar {
		top: 0;
	}
	.header_top .contact_info {
		text-align: center;
		position: relative;
	}
	.header_top .contact_info li:nth-child(3) {
		position: absolute;
		z-index: 99999;
		top: 9px;
		left: 30%;
		right: 30%;
	}
	.footer_wraper .social_icons {
		display: block;
	}
	.header_top .social_icons {
		display: none;
	}
	.header_top {
		padding-top: 0;
	}
	.partsform_wraper .form1 #step-1 {
		padding-bottom: 0;
	}
	.latest_request_wrap h3 {
		font-size: 23px;
	}
	.latest_request_wrap h3 span:before {
		content: none;
	}
	.latest_request_wrap h3 span:after {
		content: none;
	}
	.latest_request_wrap .inner_wrap .join_ntw {
		text-align: center;
	}
	.welcome_wraper .content h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	/***************/
	.banner_wraper figcaption {
		top: 12%;
	}
	.banner_wraper figcaption p {
		font-size: 20px;
	}
	.banner_wraper figcaption p:nth-child(2) {
		font-size: 16px;
	}
	.banner_wraper figcaption span {
		font-size: 14px;
	}
	.welcome_wraper .wel1 {
		padding: 20px 0 0 0;
	}
	/***********/
	.map_directory_wrap .map_inner_wrap #map_coords_erap {
		display: none;
	}
	.map_directory_wrap .map_inner_wrap #map_coords_erap1 {
		display: block;
		text-align: center;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	/***********/
	#tab_wrap {
		display: block;
	}
	.header_top .navbar {
		top: 0;
		display: none;
	}
	.partsform_wraper .stepwizard-step a span img {
		right: 20px;
		top: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp2 img {
		right: -40px;
		top: 0;
	}
	.partsform_wraper .stepwizard-step a .stp4 img {
		right: -25px;
		top: 10px;
	}
	/*******/
	.innerbanner_wraper .text1 h2 {
		font-size: 27px;
	}
	.innerbanner_wraper .text1 {
		top: 50px;
		left: 15px;
	}
	.dashboard_wraper .quick-select-wrap ul li .sel1 {
		width: 100%;
	}
	.dashboard_wraper .quick-select-wrap ul li .form-control {
		margin-bottom: 10px;
	}
	.dashboard_wraper .pagination .pagination-inner {
		float: none;
		margin-bottom: 5px;
	}
	.dashboard_wraper .pagination .num-item {
		float: none;
	}
	/********************/
	.province-wrap ul li:first-child {
		float: none;
		padding: 20px 0 0 0;
	}
	.province-wrap .text h2 {
		background: transparent;
		color: #fff;
		font-size: 18px;
	}
	.province-wrap .text {
		position: static;
	}
	.province-wrap ul li:last-child {
		float: none;
		padding: 20px 0 0 0;
	}
	.short-recycle-wrap h3 {
		padding-bottom: 30px;
		float: none;
	}
	.short-recycle-wrap .record {
		float: none;
	}
	.short-recycle-wrap ul {
		float: left;
		text-align: left;
	}
	.short-recycle-wrap ul li:first-child:before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(2):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(3):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(4):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(5):before {
		content: none;
	}
	.short-recycle-wrap ul li:last-child:before {
		content: none;
	}
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
	.header_top .navbar-nav > li {
		display: block;
		text-align: left;
	}
	.nav > li > a {
		padding: 10px 25px;
	}
	.header_top .social_icons {
		text-align: center;
		padding-bottom: 10px;
	}
	.header_top .logo img {
		margin-left: 0;
		padding: 15px 0;
	}
	.welcome_wraper .welcome_column_wrapper:last-child {
		margin-top: 20px;
	}
	.welcome_wraper .wel1 img {
		display: inline-block;
	}
	.welcome_wraper .wel1 {
		top: 0;
		margin-top: 15px;
	}
	.welcome_wraper .wel1 .img2 {
		right: 0;
	}
	.welcome_wraper .wel1 img {
		padding-top: 20px;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 420px;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	.testimonial-wraper .testimonials .text {
		height: 350px;
	}
	.testimonial-wraper {
		min-height: 630px;
	}
	.footer_wraper h3 {
		margin-top: 20px;
	}
	.footer_wraper .footer_inner {
		padding-left: 10px;
	}
	.new_sletter_wrap #input_details .icon2 {
		position: static;
	}
	.new_sletter_wrap #input_details .icon2:before {
		bottom: 0;
	}
	.new_sletter_wrap #input_details .btn-default {
		margin-top: 20px;
	}
	.weltext_wrap h3 {
		font-size: 21px;
	}
	.map_directory_wrap .location_wrap h2 {
		font-size: 23px;
	}
	.homeblog_wraper .biker_club {
		padding: 30px 20px 30px 20px;
	}
	.map_directory_wrap .yard {
		display: block;
		text-align: center;
	}
	.header_top .headertop_inner ul li {
		padding-bottom: 5px;
	}
	.testimonial-wraper #carousel .testimonials img {
		float: none;
		display: inline-block;
	}
	.testimonial-wraper h3 {
		padding-bottom: 5px;
	}
	.testimonial-wraper #carousel {
		padding: 20px 0;
	}
	.testimonial-wraper .testimonials p {
		font-size: 16px;
	}
	.testimonial-wraper .testimonials p span {
		font-size: 16px;
	}
	.new_sletter_wrap h3 {
		font-size: 26px;
	}
	.new_sletter_wrap h3 span {
		padding-bottom: 15px;
	}
	.new_sletter_wrap h3 span:before {
		top: 43px;
	}
	.new_sletter_wrap #input_details .icon2 {
		margin-left: 0;
	}
	.new_sletter_wrap {
		padding: 20px 0;
	}
	.homeblog_wraper .biker_club h3 {
		font-size: 26px;
	}
	/***************************************/
	.innerbanner_wraper img {
		min-height: 150px;
	}
	.header_top .navbar {
		top: 15px;
	}
	.partsform_wraper .stepwizard {
		width: 90%;
	}
	.partsform_wraper .form1 {
		border: none;
		padding: 31px 5px 15px 15px;
	}
	.partsform_wraper .form1 img {
		padding-top: 30px;
	}
	.partsform_wraper .form1:after {
		border: none;
	}
	.partsform_wraper .stepwizard-step a .stp1 {
		position: static;
		padding: 5px 0 0 30px;
	}
	.partsform_wraper .stepwizard li:nth-child(3) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp3 {
		position: static;
		width: auto;
		padding-top: 7px;
		padding-left: 10px;
	}
	.partsform_wraper .col-md-7 {
		border: none;
	}
	.partsform_wraper {
		padding: 20px 0;
	}
	.innerbanner_wraper .text h2 {
		font-size: 21px;
	}
	.innerbanner_wraper .text {
		top: 115px;
		left: 25px;
	}
	.partsform_wraper .stepwizard-step a {
		padding: 20px 10px 15px 10px;
	}
	.partsform_wraper .stepwizard-step a span {
		font-size: 16px;
	}
	.partsform_wraper .form-group {
		padding: 0;
	}
	.partsform_wraper .stepwizard-step a .img3 {
		padding-right: 15px;
	}
	.partsform_wraper .stepwizard-step a .img1 {
		padding-right: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp4 {
		top: 15px;
	}
	/**********************/
	.supplier_form p {
		text-align: justify;
		font-size: 16px;
	}
	.supplier_form h3 {
		position: static;
		padding: 0;
	}
	.supplier_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	.supplier_form .agree_terms {
		font-size: 14px;
	}
	/********************/
	.about_us_wraper .panel-title a {
		font-size: 20px;
	}
	.about_us_wraper .panel-title a .head:before {
		top: 32px;
	}
	.innerbanner_wraper .breadcrumb {
		left: 0px;
	}
	.innerbanner_wraper .breadcrumb {
		top: 10px;
	}
	.our_team_wrap .team_inner h3 {
		font-size: 26px;
	}
	.our_team_wrap .team_inner h3:before {
		top: 38px;
	}
	.our_team_wrap .team_inner h3:after {
		top: 38px;
	}
	.about_us_wraper {
		padding: 25px 0;
	}
	.team_inner {
		margin: 0;
	}
	/*****************/
	.login_form label {
		padding: 0;
	}
	.login_form h4 {
		margin-left: -12px;
	}
	.login_form p {
		text-align: justify;
	}
	.login_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	.login_form .forget_pwd {
		display: block;
		margin-top: 15px;
	}
	/**************************************/
	.blog-search-text input {
		width: 100%;
	}
	.blog img {
		height: 200px;
	}
	.blog-con {
		font-size: 27px;
	}
	.blog-main-img img {
		height: 200px;
	}
	.blog-part-heading {
		font-size: 20px;
		margin: 0;
	}
	.blog-search {
		margin: 0;
	}
	.blog-border-2 {
		margin-top: 40px;
	}
	/****************/
	.contact_form_wraper .social_icon_wrap {
		padding-left: 0;
		margin-top: 15px;
	}
	.contact_form_wraper h2 {
		font-size: 18px;
		padding: 0 0 25px 15px;
		line-height: 1.7em;
	}
	/************/
	.partsform_wraper .form1 #step-2 .step2 {
		padding: 0;
	}
	.partsform_wraper .form1 #step-2 label {
		padding-left: 0;
	}
	.partsform_wraper .form1 #step-2 input[type='radio'] {
		right: 80px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
	.header_top .headertop_inner ul li .rqt_btn {
		display: block;
		margin-left: 10px;
	}
	/*****************/
	.header_top .navbar-nav > li:nth-child(4) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(6) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(7) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(8) > a {
		display: none;
	}
	.header_top .contact_info li:nth-child(1) {
		display: none;
	}
	.header_top .contact_info li:nth-child(2) {
		display: none;
	}
	.header_top .navbar {
		top: 0;
	}
	.header_top .contact_info {
		text-align: center;
		position: relative;
	}
	.header_top .contact_info li:nth-child(3) {
		position: absolute;
		z-index: 99999;
		top: 9px;
		left: 20%;
		right: 25%;
	}
	.footer_wraper .social_icons {
		display: block;
	}
	.header_top .social_icons {
		display: none;
	}
	.header_top {
		padding-top: 0;
	}
	.partsform_wraper .form1 #step-1 {
		padding-bottom: 0;
	}
	.latest_request_wrap h3 {
		font-size: 23px;
	}
	.latest_request_wrap h3 span:before {
		content: none;
	}
	.latest_request_wrap h3 span:after {
		content: none;
	}
	.latest_request_wrap .inner_wrap .join_ntw {
		text-align: center;
	}
	.welcome_wraper .content h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	/***************/
	.banner_wraper figcaption {
		top: 5%;
	}
	.banner_wraper figcaption p {
		font-size: 14px;
	}
	.banner_wraper figcaption p:nth-child(2) {
		font-size: 12px;
	}
	.banner_wraper figcaption span {
		font-size: 12px;
	}
	.welcome_wraper .wel1 {
		padding: 20px 0 0 0;
	}
	/***********/
	.map_directory_wrap .map_inner_wrap #map_coords_erap {
		display: none;
	}
	.map_directory_wrap .map_inner_wrap #map_coords_erap1 {
		display: block;
		text-align: center;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	/***********/
	#tab_wrap {
		display: block;
	}
	.header_top .navbar {
		top: 0;
		display: none;
	}
	.partsform_wraper .stepwizard-step a span img {
		right: 20px;
		top: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp2 img {
		right: -40px;
		top: 0;
	}
	.partsform_wraper .stepwizard-step a .stp4 img {
		right: -25px;
		top: 10px;
	}
	/*******/
	.innerbanner_wraper .text1 h2 {
		font-size: 23px;
	}
	.innerbanner_wraper .text1 {
		top: 50px;
		left: 15px;
	}
	.dashboard_wraper .quick-select-wrap ul li .sel1 {
		width: 100%;
	}
	.dashboard_wraper .quick-select-wrap ul li .form-control {
		margin-bottom: 10px;
	}
	/********************/
	.province-wrap ul li:first-child {
		float: none;
		padding: 20px 0 0 0;
	}
	.province-wrap .text h2 {
		background: transparent;
		color: #fff;
		font-size: 18px;
	}
	.province-wrap .text {
		position: static;
	}
	.province-wrap ul li:last-child {
		float: none;
		padding: 20px 0 0 0;
	}
	.short-recycle-wrap h3 {
		padding-bottom: 30px;
		float: none;
	}
	.short-recycle-wrap .record {
		float: none;
	}
	.short-recycle-wrap ul {
		float: left;
		text-align: left;
	}
	.short-recycle-wrap ul li:first-child:before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(2):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(3):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(4):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(5):before {
		content: none;
	}
	.short-recycle-wrap ul li:last-child:before {
		content: none;
	}
}
@media only screen and (max-width: 320px) {
	.header_top .navbar-nav > li {
		display: block;
		text-align: left;
	}
	.nav > li > a {
		padding: 10px 25px;
	}
	.header_top .social_icons {
		text-align: center;
		padding-bottom: 10px;
	}
	.header_top .logo img {
		margin-left: 0;
		padding: 15px 0;
	}
	.welcome_wraper .content {
		height: auto;
	}
	.welcome_wraper .wel1 img {
		display: inline-block;
	}
	.welcome_wraper .wel1 {
		top: 0;
		margin-top: 15px;
	}
	.welcome_wraper .wel1 .img2 {
		right: 0;
	}
	.welcome_wraper .wel1 img {
		padding-top: 20px;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 420px;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	.testimonial-wraper .testimonials .text {
		height: 405px;
	}
	.testimonial-wraper {
		min-height: 685px;
	}
	.footer_wraper h3 {
		margin-top: 20px;
	}
	.footer_wraper .footer_inner {
		padding-left: 10px;
	}
	.new_sletter_wrap #input_details .icon2 {
		position: static;
	}
	.new_sletter_wrap #input_details .icon2:before {
		bottom: 0;
	}
	.new_sletter_wrap #input_details .btn-default {
		margin-top: 20px;
	}
	.weltext_wrap h3 {
		font-size: 21px;
	}
	.map_directory_wrap .location_wrap h2 {
		font-size: 23px;
	}
	.homeblog_wraper .biker_club {
		padding: 30px 20px 30px 20px;
	}
	.map_directory_wrap .yard {
		display: block;
		text-align: center;
	}
	.header_top .headertop_inner ul li {
		padding-bottom: 5px;
	}
	.testimonial-wraper #carousel .testimonials img {
		float: none;
		display: inline-block;
	}
	.testimonial-wraper h3 {
		padding-bottom: 5px;
	}
	.testimonial-wraper #carousel {
		padding: 20px 0;
	}
	.testimonial-wraper .testimonials p {
		font-size: 16px;
	}
	.testimonial-wraper .testimonials p span {
		font-size: 16px;
	}
	.new_sletter_wrap h3 {
		font-size: 26px;
	}
	.new_sletter_wrap h3 span {
		padding-bottom: 15px;
	}
	.new_sletter_wrap h3 span:before {
		top: 43px;
	}
	.new_sletter_wrap #input_details .icon2 {
		margin-left: 0;
	}
	.new_sletter_wrap {
		padding: 20px 0;
	}
	.homeblog_wraper .biker_club h3 {
		font-size: 26px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
	/***************************************/
	.innerbanner_wraper img {
		min-height: 150px;
	}
	.header_top .navbar {
		top: 15px;
	}
	.partsform_wraper .stepwizard {
		width: 90%;
	}
	.partsform_wraper .form1 {
		border: none;
		padding: 31px 5px 15px 15px;
	}
	.partsform_wraper .form1 img {
		padding-top: 30px;
	}
	.partsform_wraper .form1:after {
		border: none;
	}
	.partsform_wraper .stepwizard-step a .stp1 {
		position: static;
		padding: 5px 0 0 50px;
	}
	.partsform_wraper .stepwizard li:nth-child(3) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp3 {
		position: static;
		width: auto;
		padding-top: 13px;
	}
	.partsform_wraper .col-md-7 {
		border: none;
	}
	.partsform_wraper {
		padding: 20px 0;
	}
	.innerbanner_wraper .text h2 {
		font-size: 24px;
	}
	.innerbanner_wraper .text {
		top: 90px;
		left: 25px;
	}
	.partsform_wraper .stepwizard-step a {
		padding: 20px 10px 15px 10px;
	}
	.partsform_wraper .stepwizard-step a span {
		font-size: 16px;
	}
	.partsform_wraper .form-group {
		padding: 0;
	}
	.footer_wraper {
		padding: 20px 0;
	}
	.partsform_wraper .stepwizard-step a .stp4 {
		left: 88px;
		top: 15px;
	}
	/**********************/
	.supplier_form p {
		text-align: justify;
		font-size: 16px;
	}
	.supplier_form h3 {
		position: static;
		padding: 0;
	}
	.supplier_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	.supplier_form .agree_terms {
		font-size: 14px;
	}
	/********************/
	.about_us_wraper .panel-title a {
		font-size: 20px;
	}
	.about_us_wraper .panel-title a .head:before {
		top: 32px;
	}
	.innerbanner_wraper .breadcrumb {
		left: 0;
	}
	.innerbanner_wraper .breadcrumb {
		top: 10px;
	}
	.our_team_wrap .team_inner h3 {
		font-size: 26px;
	}
	.our_team_wrap .team_inner h3:before {
		top: 38px;
	}
	.our_team_wrap .team_inner h3:after {
		top: 38px;
	}
	.about_us_wraper {
		padding: 25px 0;
	}
	.team_inner {
		margin: 0;
	}
	/*****************/
	.login_form label {
		padding: 0;
	}
	.login_form h4 {
		margin-left: -12px;
	}
	.login_form p {
		text-align: justify;
	}
	.login_form .forms_wraper .form1 {
		padding: 0;
		border: none;
	}
	.login_form .forget_pwd {
		display: block;
		margin-top: 15px;
	}
	/**************************************/
	.blog-search-text input {
		width: 100%;
	}
	.blog img {
		height: 200px;
	}
	.blog-con {
		font-size: 27px;
	}
	.blog-main-img img {
		height: 200px;
	}
	.blog-part-heading {
		font-size: 20px;
		margin: 0;
	}
	.blog-search {
		margin: 0;
	}
	.blog-border-2 {
		margin-top: 25px;
	}
	/****************/
	.contact_form_wraper .social_icon_wrap {
		padding-left: 0;
		margin-top: 40px;
	}
	.contact_form_wraper {
		padding: 25px 0;
	}
	.contact_form_wraper h2 {
		font-size: 18px;
		padding: 0 0 25px 15px;
		line-height: 1.7em;
	}
	/************/
	.partsform_wraper .form1 #step-2 .step2 {
		padding: 0;
	}
	.partsform_wraper .form1 #step-2 label {
		padding-left: 0;
	}
	.partsform_wraper .form1 #step-2 input[type='radio'] {
		right: 80px;
	}
	.header_top .headertop_inner ul li .rqt_btn {
		display: block;
		margin-top: 5px;
	}
	/*****************/
	.header_top .navbar-nav > li:nth-child(4) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(6) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(7) > a {
		display: none;
	}
	.header_top .navbar-nav > li:nth-child(8) > a {
		display: none;
	}
	.header_top .contact_info li:nth-child(1) {
		display: none;
	}
	.header_top .contact_info li:nth-child(2) {
		display: none;
	}
	.header_top .navbar {
		top: 0;
	}
	.header_top .contact_info {
		text-align: center;
		position: relative;
	}
	.header_top .contact_info li:nth-child(3) {
		position: absolute;
		z-index: 99999;
		top: 5px;
		left: 18%;
		right: 24%;
	}
	.footer_wraper .social_icons {
		display: block;
	}
	.header_top .social_icons {
		display: none;
	}
	.header_top {
		padding-top: 0;
	}
	.partsform_wraper .form1 #step-1 {
		padding-bottom: 0;
	}
	.latest_request_wrap h3 {
		font-size: 23px;
	}
	.latest_request_wrap h3 span:before {
		content: none;
	}
	.latest_request_wrap h3 span:after {
		content: none;
	}
	.latest_request_wrap .inner_wrap .join_ntw {
		text-align: center;
	}
	.welcome_wraper .content h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	/***************/
	.banner_wraper figcaption {
		top: 5%;
	}
	.banner_wraper figcaption p {
		font-size: 12px;
	}
	.banner_wraper figcaption p:nth-child(2) {
		font-size: 11px;
	}
	.banner_wraper figcaption span {
		font-size: 12px;
	}
	.welcome_wraper .wel1 {
		padding: 20px 0 0 0;
	}
	/***********/
	.map_directory_wrap .map_inner_wrap #map_coords_erap {
		display: none;
	}
	.map_directory_wrap .map_inner_wrap #map_coords_erap1 {
		display: block;
		text-align: center;
	}
	.map_directory_wrap .location_wrap {
		display: none;
	}
	/***********/
	#tab_wrap {
		display: block;
	}
	.header_top .navbar {
		top: 0;
		display: none;
	}
	.partsform_wraper .stepwizard-step a span img {
		right: 20px;
		top: 25px;
	}
	.partsform_wraper .stepwizard-step a .stp2 img {
		right: -40px;
		top: 0;
	}
	.partsform_wraper .stepwizard-step a .stp4 img {
		right: -25px;
		top: 10px;
	}
	/*******/
	.innerbanner_wraper .text1 h2 {
		font-size: 23px;
	}
	.innerbanner_wraper .text1 {
		top: 50px;
		left: 15px;
	}
	.dashboard_wraper .quick-select-wrap ul li .sel1 {
		width: 100%;
	}
	.dashboard_wraper .quick-select-wrap ul li .form-control {
		margin-bottom: 10px;
	}
	.dashboard_wraper .pagination .pagination-inner {
		float: none;
		margin-bottom: 5px;
	}
	.dashboard_wraper .pagination .num-item {
		float: none;
	}
	/********************/
	.province-wrap ul li:first-child {
		float: none;
		padding: 20px 0 0 0;
	}
	.province-wrap .text h2 {
		background: transparent;
		color: #fff;
		font-size: 18px;
	}
	.province-wrap .text {
		position: static;
	}
	.province-wrap ul li:last-child {
		float: none;
		padding: 20px 0 0 0;
	}
	.short-recycle-wrap h3 {
		padding-bottom: 30px;
		float: none;
	}
	.short-recycle-wrap .record {
		float: none;
	}
	.short-recycle-wrap ul {
		float: left;
		text-align: left;
	}
	.short-recycle-wrap ul li:first-child:before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(2):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(3):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(4):before {
		content: none;
	}
	.short-recycle-wrap ul li:nth-child(5):before {
		content: none;
	}
	.short-recycle-wrap ul li:last-child:before {
		content: none;
	}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
	.welcome_wraper .wel1 .img2 {
		right: 77px !important;
	}
	.testimonial-wraper .testimonials .text {
		max-width: 100% !important;
		height: 250px !important;
	}
	.testimonial-wraper {
		min-height: 505px !important;
	}
	/**************************************/
	.blog-search-text input {
		width: 55%;
	}
	.blog img {
		height: 200px;
	}
	.partsform_wraper .stepwizard li:nth-child(4) a {
		height: auto;
	}
	.partsform_wraper .stepwizard-step a .stp4 {
		top: 15px;
	}
	.innerbanner_wraper .text {
		top: 145px;
	}
}

.flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}
.justify-sb {
	justify-content: space-between;
}
.justify-start {
	justify-content: start;
}

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

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

.mr-5 {
	margin-right: 5px;
}

.ml-5 {
	margin-left: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mt-0 {
	margin-top: 0px;
}

.card {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 10px;
	width: 25%;
	height: 200px;
	box-shadow: 0px 0px 3px 0 rgba(30, 38, 112, 0.05);
	transition: all 150ms ease;
}
.card:hover {
	display: inline;
	transform: scale(1.02);
	box-shadow: 0px 4px 10px 0 rgba(30, 38, 112, 0.05);
}

.card .card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	font-weight: bold;
}

.card .card-body {
	padding: 10px 0;
	font-size: 18px;
}

.card .card-footer {
	position: absolute;
	bottom: 12px;
	right: 22px;
}

.grid-view .filters input,
.grid-view .filters select {
	box-sizing: border-box;
}

.btn[disabled] {
	cursor: not-allowed;
}

/* social */
.mini-card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 5px;
	font-size: 1.5em;
	height: 100px;
	width: 100px;
	background: #333;
	padding: 5px;
	box-shadow: 0px 4px 10px 0 rgba(30, 38, 112, 0.05);
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.mini-card:hover {
	box-shadow: 0px 4px 6px #00000017;
	transform: translateY(-3px);
}

.chip {
	background: #ffffff;
	padding: 5px 15px;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0px 4px 10px 0 rgba(30, 38, 112, 0.05);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.chip.active {
	background: #ddd;
	transform: translateY(-1px);
}
.chip:hover {
	box-shadow: 0px 4px 6px #00000017;
	transform: translateY(-1px);
}

.chip span {
	font-weight: bold;
}

.linked-item .left-action {
	position: absolute;
	font-size: 0.6em;
	left: 5px;
	bottom: 5px;
	background: #ddd;
	border-radius: 7px;
	padding: 5px;
	display: none;
}
.linked-item .right-action {
	position: absolute;
	font-size: 0.6em;
	right: 5px;
	bottom: 5px;
	background: #ddd;
	border-radius: 7px;
	padding: 5px;
	display: none;
}

.linked-item .left-action:hover {
	background: #d35858;
	color: #fff;
	cursor: pointer;
}
.linked-item .right-action:hover {
	background: #58c158;
	color: #fff;
	cursor: pointer;
}

.linked-item:hover .left-action {
	display: inline;
}
.linked-item:hover .right-action {
	display: inline;
}

.compactRadioButton label {
	width: 100px;
}

@media screen and (max-width: 667px) {
	.linked-item {
		flex-flow: column;
	}
	.mini-card {
		width: 100%;
	}
}

.toast {
	font-size: 0.8em !important;
}

.send-part-request-bg,
.send-part-request-bg:hover {
	background: #4caf50 !important;
	color: #fff !important;
}
.send-part-request-no-bg,
.send-part-request-no-bg:hover {
	color: #4caf50 !important;
}

.recycler-colour-text {
	color: #356fdc !important;
}

.rider-colour-text {
	color: #dc3545 !important;
}

.separator {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	background: #eaeaea;
	margin: 1rem auto;
}
