
/*
Theme Name: Carbreakers

Author URI: http://wibits.com/
Version: 1.0
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,400i,600,600i,700');


@font-face {

    font-family: "Oswald-Bold";
     src: url("font/Oswald-Bold.ttf");
}
@font-face {

    font-family: "ProximaNova-Bold";
     src: url("font/ProximaNova-Bold.otf");
}
@font-face {

    font-family: "ProximaNovaCond-Semibold";
     src: url("font/ProximaNovaCond-Semibold.otf");
}
@font-face {

    font-family: "ProximaNovaCond-Regular";
     src: url("font/ProximaNovaCond-Regular.otf");
}
@font-face {

    font-family: "ProximaNovaCond-SemiboldIt";
     src: url("font/ProximaNovaCond-SemiboldIt.otf");
}
@font-face {

    font-family: "SegoePrint";
     src: url("font/SegoePrint.ttf");
}
@font-face {

    font-family: "Poppins-Bold";
     src: url("font/Poppins-Bold.ttf");
}
@font-face {

    font-family: "ProximaNovaCond-RegularIt";
     src: url("font/ProximaNovaCond-RegularIt.otf");
}
@font-face {

    font-family: "ProximaNovaCond-Light";
     src: url("font/ProximaNovaCond-Light.otf");
}
@font-face {

    font-family: "Arimo-Regular";
     src: url("font/Arimo-Regular.ttf");
}

@font-face {

    font-family: "Mont-HeavyDEMO";
     src: url("font/Mont-HeavyDEMO.otf");
}
@font-face {

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

    font-family: "Poppins-Regular";
     src: url("font/Poppins-Regular.ttf");
}
@font-face {

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

    font-family: "Montserrat-UltraLight";
     src: url("font/Montserrat-UltraLight.ttf");
}
@font-face {

    font-family: "Poppins-SemiBold";
     src: url("font/Poppins-SemiBold.ttf");
}
@font-face {

    font-family: "BarlowCondensed-Regular";
     src: url("font/BarlowCondensed-Regular.ttf");
}
@font-face {

    font-family: "Poppins-Medium";
     src: url("font/Poppins-Medium.ttf");
}

@font-face {

    font-family: "TitilliumWeb-Regular";
     src: url("font/TitilliumWeb-Regular.ttf");
}
@font-face {

    font-family: "TitilliumWeb-Bold";
     src: url("font/TitilliumWeb-Bold.ttf");
}
@font-face {

    font-family: "TitilliumWeb-SemiBold";
     src: url("font/TitilliumWeb-SemiBold.ttf");
}


body {
	font-family: "Arimo-Regular";
	overflow-x: hidden;
}

a,
input,
textarea,
button,
select {
	outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none;
	text-decoration: none;
}

ul {
	padding: 0px;
}

ul li {
	list-style-type: none;
}

a {
	color: #006197;
}

aside,
p {
	line-height: 21px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type="password"],
select {
	width: 100%;
	padding: 5.5px 17px;
	border-radius: 5px;
}

textarea {
	padding: 2px 13px;
	width: 100%;
	border-radius: 5px;
}

option {
	font-size: 14px;
}

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

html {
  scroll-behavior: smooth;
}

header,
section,
footer {
	float: left;
	width: 100%;
}

.whole-body {
	width: 1240px;
	margin: 0 auto;
	max-width: 100%;
	float: left;
	left: 0px;
	right: 0px;
	position: absolute;
}

h1 {
	font-weight: bold;
}

h4,
h2,
h1,
h3,
h5,
h6 {
	color: #333333;
	font-family: "ProximaNovaCond-Semibold";

}

aside,
p,
span {
	color: #333333;
	letter-spacing: 0.6px;
	font-family: "Arimo-Regular";

}

h4 {
	font-size: 20px;
	
	
	margin-bottom: 13px;
	font-family: "ProximaNovaCond-Semibold";

}

h5 {
	font-size: 16px;
	
	
	font-family: "ProximaNovaCond-Semibold";

}


/*header-style*/

.header-section {
	float: left;
	width: 100%;
	padding: 0px 10px 19px 79px;
}

.menu-section {
	/* background-image: -moz-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%); */
	/* background-image: -webkit-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgba(62, 164, 35, 0.84) 100%); */
	/* background-image: -ms-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%); */
	
	float: left;
	width: 100%;
	background-color: #003471;
	 box-shadow: 3.019px 2.624px 12px 0px rgba(6, 11, 46, 0.3);
}

.first_menu_btn {
    display: none;
}

.menu-section .menu-item-has-children {
	position: relative;
}

.menu-item-has-children .sub-menu {
	position: absolute;
	z-index: 11;
	min-width: 250px;
	background: #fc8f04;
}

.menu-item-has-children .sub-menu a {
	color: #fff;
	float: left;
	width: 100%;
}

.menu-item-has-children .sub-menu li {
	padding: 10px;
	border-bottom: 1px solid #fff;
	float: left;
	width: 100%;
}

.menu-item-has-children .sub-menu li:hover , .menu-item-has-children .sub-menu li.active {
	background: #000;
}

.menu-item-has-children .sub-menu li:hover a , .menu-item-has-children .sub-menu li.active a {
	color: #fff;
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

.menu-item-has-children .sub-menu {
	display: none;
}

.menu-section .hover-me:hover .sub-menu {
	display: block;
}

.menu-item-has-children i {
	position: absolute;
	top: 16px;
	color: #fff;
	right: 0px;
	display: none;
	font-size: 19px;
}
.scarpyard_sec_headerone .bf_footer {
  background: #282828;
  width: 100%;
  float: left;
}
.navbar-nav>li {
	margin-right: -2px;
	padding: 0px 6px;
	padding-bottom: 4px;
}

.txt_menus {
	float: left;
	width: 100%;
	background: #EEE;
}

.txt_menu_column .logo-section,
.txt_menu_column .sreach-field,
.txt_menu_column .address-area {
	padding-top: 13px;
}
.breadcrumbs a {

    font-family: "ProximaNovaCond-Regular";

}
.breadcrumbs span {

    font-family: "ProximaNovaCond-Regular";

}
.box-menu-toggle {
	display: none;
}

.top-header-section {
	
	background: #fff;
}
.header_cardimg {
    display: inline-flex;
    padding-left: 37px;
    padding-top: 3px;
}
.phone-section {
    float: right;
	font-family: "Oswald-Bold";
color:
#016299;
font-size: 22px;
background-color: #ebebeb;
min-height: 46px;
position: relative;
width: 670px;
max-width: 100%;
padding: 5px 0px;
padding-bottom: 0px;
}
.phone-section::before {
   content: "\A";
border-style: solid;
border-width: 32px 56px 34px 0px;
border-color:
transparent #ebebeb transparent
transparent;
position: absolute;
left: -26px;
top: -14px;
transform: rotate(272deg);
}
.mobile-phone-section.phone-section {
    display: none;
}
.header_phone {
    display: inline-block;
    float: left;
}
.card_img1 img {
    margin-right: 0px !important;
}
.top-header-section .phone-section img {
	float: left;
	
	position: relative;
}
.header_phone img {

    padding-top: 7px;
    padding-left: 6px;
    padding-right: 4px;

}
.header_cardimg {
    display: inline-flex;
    padding-left: 35px;

padding-top: 4px;
}
.social-icons li:last-child {
    margin-left: 5px;
}
.card_img1 img {

    padding-top: 1px;
    padding-right: 4px;

}
.card_img1 img:first-child {

    padding-top: 3px;
   

}
.cvf_universal_container h4 {
    font-size: 30px;
}
.phone-section a {
	font-size: 22px;

position: relative;

font-family: "Oswald-Bold";
color:
#016299;
z-index: 1;
}
.vh_view {

    width: 100%;
    float: left;
    background-color: 

    #f8f8f8;
    margin-bottom: 20px;

}
.category_list {

    padding: 10px;

}
.sreach-field .search_input {
	width: 86%;
	float: left;
}
.category_list.top-banner-sreach-section {

    padding: 0px;

}

.sreach-field .search_input input {
	border: 3px solid
#000;

height: 51px;

border-radius: 9px;

padding: 0px 17px;

    padding-right: 17px;

padding-right: 161px;
}
.currently_breaking {

    background-color:	#003471;
	width: 180px;
	position: relative;

	min-height: 36px !important;
	margin-bottom: -1px;
	margin-left: 0px;

}
.sreach-field button {

   min-width: 104px;
height: 45px;
background:
#238708;
color:
#fff;
font-size: 14px;
border: 0px;
letter-spacing: 0.5px;
float: left;
border-radius: 6px;
margin-left: -107px;
margin-top: 3px;
font-family: "ProximaNovaCond-Regular";
position: relative;
padding-left: 34px;

}
.foot_list li a:hover {
    color: 
    #fff;
}
.sreach-field button::before {

    position: absolute;
    content: "";
    background-image: url(images/Home-222_0323_03.png);
    background-size: 100%;
   width: 23px;

height: 25px;

background-repeat: no-repeat;

top: 12px;

left: 11px;

}

.social-icons li {
	display: inline-block;
	margin-left: 6px;
}

.sreach-field {
	padding-left: 92px;
	padding-right: 32px;
	padding-top: 48px;
	position: relative;
	margin-top: -30px;
}
.scfp-form-content .scfp-form-row .scfp-form-label {

    display: inline-block;
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    font-weight: normal;
    float: none !important;
    text-align: left;
    text-shadow: none !important;
    font-size: inherit;
    line-height: 1.4em;
    font-family: "ProximaNovaCond-Regular";
    color: 

    #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;

}

.scfp-form-content .scfp-form-row .scfp-form-field {

    
    min-height: 45px !important;
	border-radius: 7px !important;
}
.full-field-set textarea {

    height: 109px !important;

}
#wcpform_1 .scfp-form-action .scfp-form-submit {

    background-color: 

#fe8a01 !important;

color:

    #ffffff !important;
    border-radius: 4px !important;
    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    letter-spacing: 1px;
	font-weight: 500 !important;
	width: 250px !important;

}
.logo-section img {
	position: relative;


margin-top: -16px;
}

::placeholder {
	color: #777777;
	opacity: 1;
	
	letter-spacing: 1px;
	font-family: "ProximaNovaCond-RegularIt";
	word-spacing: -2px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d3d3d3;
	
	letter-spacing: 1px;
	font-family: "ProximaNovaCond-RegularIt";
	word-spacing: -2px;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #d3d3d3;
	
	letter-spacing: 1px;
	
	font-family: "ProximaNovaCond-RegularIt";
	word-spacing: -2px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select {
	float: left;
	width: 100%;
	border: 0px;
	padding: 5.5px 17px;
	border-radius: 5px;
}

select {
	background-image: url(./images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	cursor: pointer;
}

select {
  color: #777777;
    font-size: 14px;
}

.menu-breadcrumb a:hover{    color: #f8980a;}



.ql-title h5 {
	font-style: italic;
}

.social-icons ul {
	float: left;

padding-top: 32px;

}

.menu-section>li.current-menu-item a {
	padding: 15px 34px;
	background-color: #000;
}

.menu-section .current-menu-item li a {
	text-transform: uppercase;
}

.menu-section .nav>li>a:focus {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	background-color: transparent;
}

.menu-section .nav>li>a:hover {
	color: #fc8f04;
	
}

/* .current_page_ancestor>a { */
	/* background-color: #000; */
/* } */

.current_page_ancestor .current_page_item {
	background-color: #000;
}

.hd_menu>li.current-menu-item>a {
	border-bottom: 2px solid #fff;
}
.header_menu {
width: 100%;
float: none;
margin: 0 auto;
display: flex;
justify-content: center;
}
.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 6px;
	letter-spacing: 1px;

word-spacing: 0.5px;
padding-left: 12.1px;
padding-right: 12.1px;
font-weight: 100;
}
.nav.navbar-nav.hd_menu {
    padding-left: 8px;
}
.menu-section li a {
	text-transform: uppercase;
	font-family: "ProximaNovaCond-Regular";
font-size: 14px;
}

.current-breaking .sub-menu li {
	float: left;
	width: 20%;
	margin-left: 29px;
	border-bottom: 0px;
	margin-bottom: 3px;
}

.current-breaking .sub-menu {
	min-width: 800px;
	padding: 17px 0px;
	left: -76px;
}
.currently_breaking_txt {

    font-family: "SegoePrint";
    color: 

    #fff;
    font-size: 17px;
	position: relative;

padding: 5px;

transform: rotate(-2deg);
top: -5px;
letter-spacing: -1.3px;
word-spacing: -0.5px;
left: 22px;

}
.currently_breaking::before {

    content: "";
    position: absolute;
    transform: rotate(-2deg);
    background-color: 

    #003471;
    width: 179.87px;
    height: 17px;
top: -9px;
left: 0px;

}


.sreach-field::before {

    position: absolute;
    content: "";
    background-image: url(images/curved-arrow.png);
    background-size: 100%;
    width: 25px;

height: 74px;

background-repeat: no-repeat;

top: 46px;
left: 62px;

}
.northwest_list.bury_sec {

    width: 100%;

}
.northwest_sub_sec p {

    font-family: "Arimo-Regular";
    font-size: 14px;
    padding-bottom: 11px;
    line-height: 24px;

}
#scrollUp {
    text-align: center;
    line-height: 31px !important;
}
.rochdale_content {

    width: 100%;
    float: left;
	padding: 0px 15px;
	padding-top: 40px;

}
.rochdale_content p {

    font-family: "Arimo-Regular";
    font-size: 14px;
    padding-bottom: 18px;
    line-height: 24px;
    color: 

    #333333;

}
.northwest_oldham_sec p {
    font-family: "Arimo-Regular" !important;
font-size: 14px !important;
padding-bottom: 18px;
line-height: 24px !important;
color:
#333333;
letter-spacing: 0.6px !important;
}
.bury_list li {

    width: 50% !important;
    height: 75px;

}
.northwest_list.bury_sec .north_list_sub {

    min-height: 197px;
    background-repeat: repeat;

}
.banner_sec {

   
    min-height: 510px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
	position: relative;

}
.banner_sec::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    content: "";
    left: 0;
    top: 0;
}
/*header-style*/


/*banner style*/

.slider-banner {
	background: url(./images/banner.jpg);
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.breaker-srch-area select {
	height: 45px;
}


.left-col3 {
	padding-right: 9.5px;
	width: 25%;
	padding-top: 29px;

padding-left: 25px;
}
.recent_product_sec {

    width: 100%;
    float: left;
    

}
.semi-fnt.toggle-ctgy {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 18px;
    background-color: 

#003471;

color:

    #fff;
    padding: 19px 29px;
        padding-bottom: 19px;
    padding-bottom: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
margin-top: 0px;
}
.product-categories li a {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
   color: #333333b0;
    text-transform: capitalize;

}
.category_list.top-banner-sreach-section {

    box-shadow: 3.019px 2.624px 12px 0px 

    rgba(6, 11, 46, 0.11);
    width: 278px;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	max-width: 100%;

}
.category h2 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 30px;
    color: 

    #016299;

}
.overview_inner_sec {

    width: 100%;
    float: left;

}
.overview_product {

    width: 20%;
    float: left;
    min-height: 99px;

padding: 0px 10px;

}
.single_vehicle{
	
	 width: 33.3%;	
	
}
.overview_img {

    width: 57px;
    float: left;
	padding-top: 10px;

}
.overview_content h5 {

    font-family: "ProximaNovaCond-Semibold";
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 300 !important;

}
.overview_content {

    width: calc(100% - 57px);
    float: right;

}
.overview_heading {

    font-family: "ProximaNovaCond-Semibold";
    text-transform: uppercase;
    font-size: 18px;
    color: 

    #016299;
	border-bottom: 1px solid
#ccc;

padding-bottom: 21px;

}
.breaker-parts-discription p {
padding-bottom: 10px;
}
.detail_form_sec {

    width: 100%;
    float: left;
    border: 1px solid 

#003471;

background-color:

    #f8f8f8;
	padding: 15px 20px;
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);

}
.detail_phone_sec {

    width: 100%;
    float: left;
    background-color: 

    #003471;
    border-radius: 4px;
	padding: 25px 43px;
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);

}
.detail_phone_txt {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;
    color: 

    #fff;
	text-align: center;

}
.detail_form_heading {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;
    color: 

    #003471;
    text-align: center;

}
.overview_sec {

    width: 100%;
    float: left;
    background-color: 

    #f8f8f8;
	padding: 15px 25px;
	margin: 26px 0px;

}
.form_phone {

    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 20px;
	position: relative;
	padding-bottom: 50px;

}
.detail_page_form {

    width: 100%;
    float: left;
    padding-top: 20px;

}
.detail_form_fld input {

    width: 100%;
    border: 1px solid 

    #e1e1e1;
    min-height: 45px;

}
.detail_form_fld textarea {

    width: 100%;
    border: 1px solid 

    #e1e1e1;
   height: 123px;

padding: 10px 17px;

}

.detail_page_form .wpcf7-response-output{
    border-color: #ffb90000!important
}

.part-details input{
	font-family: "ProximaNovaCond-Semibold";

	font-size: 18px;

	text-align: left;

	text-transform: capitalize;
}
.detail_btn input {

    padding: 23px 25px !important;
        padding-bottom: 23px;
    padding-bottom: 22px !important;
    text-transform: uppercase;
    font-family: "ProximaNovaCond-Semibold" !important;
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
    border-radius: 3px;
    background-color: 

    #fe8a01 !important;

}
.detail_btn {

    width: 250px;
    float: none;
    margin: 0 auto;
	max-width: 100%;

}
.detail_form_fld {

    padding: 0px 5px;
    margin-bottom: 10px;

}
.detail_form_btn {

    padding-bottom: 23px;

}
.form_phone a {

    font-family: "ProximaNovaCond-Semibold";
    color: 

#fe8a01;

background-color:
#003471;

font-size: 30px;

padding: 10px 25px;

    padding-left: 25px;

border-radius: 30px;

position: relative;

padding-left: 65px;
}
.form_phone::before {

    position: absolute;
content: "";
width: 663px;
height: 1px;
background-color: #003471;
left: 50%;
bottom: 12px;
max-width: 100%;
transform: translateX(-50%);

}
.form_phone a:before
{
position: absolute;
content: "";
background-image: url(images/Car-Breaking-02_03.png);
background-size: 100%;
width: 49px;

height: 47px;

background-repeat: no-repeat;

top: 1px;

left: 7px;
}
.form_inner_sec {

    width: 100%;
    float: left;

}
.cus_fld {

    width: 25%;
text-align: center;
    float: left;
	min-height: 88px;

}
.view_phone_no {

    width: 100%;
    float: left;
    border-top: 1px solid 

#ccc;

border-bottom: 1px solid

    #ccc;
    margin-bottom: 10px;
    padding: 10px 23px;
    font-family: "ProximaNovaCond-Semibold";
    font-size: 18px;

}
.manchester_form.scrap_form h4 {
    font-family: "Poppins-Bold";
}


.scfp-form p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-bottom: 5px !important;
    font-weight: normal !important;
    float: none !important;   
    text-shadow: none !important;   
    line-height: 1.4em !important;
    font-family: "ProximaNovaCond-Regular" !important;
    color: #fff !important;   
    letter-spacing: 0.5px !important;	
	text-align: right !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    font-style: italic !important;
    text-transform: none !important;
    padding-right: 15px !important;	
	
}

/* .full-field-set.obiligation_quote input {

    display: none !important;

}
.full-field-set.obiligation_quote label {

    text-align: right !important;

font-size: 14px !important;

margin-bottom: 0px !important;

font-style: italic !important;

text-transform: none !important;
padding-right: 15px !important;

}
.full-field-set.obiligation_quote {

    margin-bottom: 0px;

} */
.child-menu {
    display: none;
}

.slider-banner-text {
	padding: 4px 29px 14px 29px;
}

.slider-banner-text h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

.slider-banner-text h2 {
	font-size: 16px;
	line-height: 29px;
	color: #fff;
	color: #fff;
	margin-top: -2px;
	letter-spacing: 0.7px;
}

.breaker-srch-area {
	float: left;

width: 100%;

background-color:
#0000004d;

padding: 22px 28px 33px 32px;

border-radius: 10px;
}

.select_bx label {

    font-size: 16px;
    color: 

    #fff;
    font-family: "ProximaNovaCond-Regular";
    text-transform: uppercase;
	margin-bottom: 3px;

margin-left: -1px;

}
.srch_btn {

    text-align: left !important;
    margin-left: -10px !important;

}
.select_bx {
	float: left;
	width: 33.3%;
	padding: 0px 7px;

    padding-right: 7px;

padding-right: 8px;
	
}
.top-banner_btn {

    width: 33.3%;
    float: left;
	padding: 0px 10px;
	padding-top: 26px;
	padding-left: 7px;
	float: none;
    display: inline-block;

}
.banner_content h1 {1042


    font-family: "ProximaNovaCond-Semibold";
    font-size: 36px;
    color: 

    #fff;
	padding-bottom: 10px;

}
.banner_content p {

    font-size: 18px;
   font-family: "ProximaNovaCond-Light";
    color: 

    #fff;
	line-height: 25px;
	padding: 0px 25px;
	
}
.select_bx {

    text-align: left;

}
.banner_form_field {

    width: 100%;
    float: left;
    padding-top: 26px;
	padding-right: 1px;

}
.banner_inner_sec {

    width: 71%;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 114px;
	position: relative;

}
.top-banner-sreach-btn input {

    height: 45px;

}

input[type="submit"] {
	font-size: 16px;
	color: #fff;
	background: #fb9106;
	height: 40px;
	border: 0px;
	font-weight: 300;
	border-radius: 5px;
	width: 100%;
	border: 0px !important;
	font-family: "ProximaNovaCond-Semibold";

letter-spacing: 0.5px;
}

input[type="submit"]:hover {
	background: #000;
}

input[type="submit"]:focus {
	background: #000;
}

.breaker-srch-area {
	position: relative;
	margin-bottom: 30px;
}

.breaker-srch-area i {
	position: absolute;
	bottom: 45px;
	right: 41px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}


/* .top-banner-wraper .left-col3{width:26%;}  */


/* .top-banner-wraper .col-md-9{width:74%;}  */


/*banner style*/


/*symmetricalayout*/

.shopping .slider {
	background: url(./images/banner.png);
	background-repeat: repeat;
	background-size: auto auto;
	width: 100%;
	height: 411px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sidelayout-form {
	margin-top: 30px;
	padding: 20px;
	background: #ebebeb;
}

.sidelayout-slider {
	margin-top: 30px;
}

.Two_column_box {
	margin-top: 41px;
}

.view-vh-name {
	min-height: 70px;

float: left;

width: 100%;

padding: 0px 15px;
}
.view_product .view-vh-name {
    min-height: 70px !important;
}
/* .recent-added-vehicles .col-md-3:nth-child(4n+1) { */


/* clear: left; */


/* } */

.foot_social_icon ul li a img {
   padding-bottom: 4px;
}

.recent_parts {
	height: 167px!important;
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.top-banner_btn input {

    position: relative;
	height: 45px;
	text-align: center !important;
padding: 13px 15px;

}
.top-banner_btn {

    position: relative;
	

}
.view-vh-name h4 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 18px;
    text-transform: uppercase;
    color: 

    #333333e0;
    letter-spacing: -0.5px;
	margin-top: 0px;

}
.three_layer_wrapper_sec {
    width: 100%;
    float: left;
    background-color: 
#f8f8f8;
box-shadow: 4.243px 4.243px 11.83px 1.17px
    rgba(6, 11, 46, 0.14);
   padding: 47px 20px;
}
.cus_fld img {
    display: inline-block;
}
.cus_fld p {
    display: inline-block;
}
.three_layer_wrapper_sec h5 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 19px;
    color: 

    #016299;
    text-transform: uppercase;
    font-weight: 400;

}
.wpcf7-not-valid-tip {

    color: 

    #f21212 !important;

}
.wpcf7-response-output.wpcf7-validation-errors {

    color: 

    #ee0e0e !important;

}
.scfp-notification-item {
    width: 100%;
    float: left;
    color: #016f01 !important;
}
.scfp-form-notification.scfp-notifications {
    width: 100%;
    float: left;
    position: relative !important;
	padding: 20px;
	background-color: #c9f7c9 !important;
	margin-bottom: 20px;
	
}
.cus_fld p {
    display: block;
    text-align: center;
}
.scfp-form-notification.scfp-notifications a {
   position: absolute !important;
right: 21px !important;
font-size: 21px !important;
top: 13px !important;
z-index: 5 !important;
}
.screen-reader-response {
    display: none !important;
}
.three_layer_wrapper_sec aside {

    font-family: "Arimo-Regular";
    color: 

    #333;

}
.top-banner_btn::before {

   position: absolute;

content: "";

background-image: url(images/right-arrow.png);

background-size: 100%;

width: 26px;

height: 30px;

background-repeat: no-repeat;

top: 41px;

left: 217px;

z-index: 1;

}

/*asymmetricalayout*/



.browse-ctgy {
	padding: 4px 27px;
	background: #fcfcfc;
	float: left;
	width: 100%;
}
.view_product {

    padding: 0px 10px;

}
.shopping.tab-spacing {

    padding-top: 5px;
    padding-left: 27px;

}
.recent-added-vehicles {

    width: 100%;
    float: left;
    padding-top: 18px;
	    padding-left: 5px;
    padding-right: 5px;

}
.service-box {
	padding:15px 20px 15px 20px;
	background-image: url(images/Pattern.png);
	/* min-height: 275px; */
	
	background-size: contain;

	background-repeat: repeat;

	box-shadow: 4.243px 4.243px 11.83px 1.17px
	rgba(6, 11, 46, 0.14);
	background-position: center;
	border-bottom: 3px solid #016299;
	float: left;
}
.service_content h4 {

    color: 

    #246fa0;
    text-transform: uppercase;
    font-size: 19px;
    font-family: "ProximaNovaCond-Semibold";
    letter-spacing: 0.3px;

line-height: 24px;

margin-top: 7px;

}

.our_services {
	padding: 40px 24px;

width: 100%;

float: left;
}
.service_img {

    width: 20%;
    float: left;
	padding-top: 36px;

}
.service_content {

    width: 80%;
    float: right;
	padding-left: 25px;

}
.service-box img {
	margin: 0 auto;
	display: block;
}
.service_content p {

    font-family: "Arimo-Regular";
    color: 

    #333;
	margin-bottom: 0px;

}

.service_box_padding {

    padding:0px 10px;

}

.sevice_content_sec {

    width: 100%;
    float: left;
    min-height: 140px;

}
.link-btn {
	width: 212px;
   
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	
	letter-spacing: 1px;
	
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	background-color: #238708;
	font-family: "ProximaNovaCond-Semibold";
	text-transform: uppercase;
	max-width: 100%;
	margin: 20px 0px;

}

.cufon_headings {
    padding-top: 15px;
}


.view-vh-img {
	
	
	min-height: 237px;
	
}
.breadcumbs-links span {

    font-family: "ProximaNovaCond-Regular";
    color: 

    #333;

}
.menu-breadcrumb a {

    font-family: "ProximaNovaCond-Regular";
    color: 

    #333 !important;

}

.firstDiv.slick-initialized.slick-slider {

    
  
    text-align: center;
   height: 293px;
    /* box-shadow: 2px 2px 20px  */

/* #edeef1, 0 -10px 15px -5px */

    /* #edeef1; */
	margin-bottom: 50px;

}

.tab-spacing p {
    font-family: "Arimo-Regular";
    font-size: 14px;
   padding-top: 13px;
    line-height: 16px !important;
    color: 
    #333333;
	padding-bottom: 0px;
}

.exp {
    color: #ff9138;
	font-family: "ProximaNova-Bold";
	font-size: 14px;
}
.exp:hover {
	color: #003471;
}

.detail-slider .slick-slider .slick-prev::before {
	background-image: url(images/next.png);

font-family: "slick";

font-size: 0px;

line-height: 1;

color:
#141a46 !important;

opacity: 1;

-webkit-font-smoothing: antialiased;

-moz-osx-font-smoothing: grayscale;

width: 25px;

height: 25px;

background-size: 100%;

display: block;

background-repeat: no-repeat;

transform: rotate(180deg);

}
.detail-slider .slick-slider .slick-next::before
{

    background-image: url(images/next.png);

font-family: "slick";

font-size: 0px;

line-height: 1;

color:
#141a46 !important;

opacity: 1;

-webkit-font-smoothing: antialiased;

-moz-osx-font-smoothing: grayscale;

width: 25px;

height: 25px;

background-size: 100%;

display: block;

background-repeat: no-repeat;



}

.slick-slide span {

   display: inline-block;
    padding: 0px 0px;
	text-align: center !important;

}
.view_inner_product {
    background-color: 
#f8f8f8;
box-shadow: 4.243px 4.243px 11.83px 1.17px
    rgba(6, 11, 46, 0.14);
    width: 100%;
    float: left;
	margin-bottom: 20px;
	padding: 20px 0px;
}
.quality_button a:hover {

  background: #003471;
}
.tab_view_more a:hover {
    background-color: #238708;
}
.scrap_quote a:hover {

    background-color: 

    #fe8a01;

}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid 
    #f7e700;
    width: 100% !important;
    float: left !important;
}
div.wpcf7-mail-sent-ok {

    border: 2px solid 

    #398f14;
    width: 100% !important;
    float: left !important;

}
.enquiry_sec a:hover {
    background-color: 
    #003471;
}
.vehicle_product {
    width: 100%;
    float: left;
    padding: 0px 23px;
}
.view-vh-img img {
	margin: 0 auto;
	display: block;
}

.vh-btn {
	font-size: 16px;

background:
#fe8a01;

float: left;

width: 100%;

padding: 11px 10px;

text-align: center;

color:
#fff;

letter-spacing: 0.5px;

border-radius: 3px;

text-transform: uppercase;

font-family: "ProximaNovaCond-Semibold";
}

.quality-spares aside {
	margin-bottom: 16px;
}

.best_quality_section h4 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 30px;
    color: 

    #016299;
    text-transform: capitalize !important;

}
.best_quality_section p {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 19px;
    color: 

    #333;

}
.best_quality_section {

    width: 100%;
    float: left;
	padding-top: 28px;

}
.quality_content {
	width: 50%;
	float: left;
	min-height: auto;
	padding-right: 40px;
	margin-bottom: 25px;

}
.quality_content:nth-child(2n+1) {
	clear: left;
}
.quality_text {

    padding-bottom: 25px;

}
.quality_content h5 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    color: 

    #016299;
    text-transform: uppercase;
	position: relative;
	padding-left: 46px;

}
.quality_content h5::before {

    position: absolute;
    content: "";
    background-image: url(images/Home-2_64.png);
    background-size: 100%;
    width: 28px;

height: 28px;

background-repeat: no-repeat;

top: -3px;

left: 0px;

}
.btn-cts {

    width: 100%;
    float: left;
	padding-top: 12px;
	text-align: center;

}
.btn-cts a {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 30px;
    color: 

#fe8a01;

background-color:

    #fff;
    padding: 5px 25px;

    padding-left: 25px;

padding-left: 25px;

padding-left: 25px;

border-radius: 30px;

position: relative;

padding-left: 65px;

display: inline-block;

}
.card-logo_section {
    text-align: center;
    padding-top: 26px;
    width: 100%;
    float: left;
    padding-bottom: 3px;
}

.enquiry_sec {

    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px solid 

    #fe8a01;
    border-radius: 5px;
    padding: 20px;
	text-align: center;
	padding-bottom: 38px;
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);
	background-color: #f8f8f8;
	padding-top: 30px;

}
.enquiry_sec a {

    display: inline-block;
    background-color: 

#fe8a01;

color:

    #fff;
    text-transform: uppercase;
    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    border-radius: 3px;
    padding: 11px 61px;
	cursor: pointer;

}
.slick-prev{

    background-image: url(images/Car-Breaking-02_07.png) !important;
    opacity: 1 !important;
    width: 54px;
    height: 50px;
   background-repeat: no-repeat !important;
	
	transform: rotate(180deg);
	background-position: center;

}
.slick-prev:hover{

    background-image: url(images/Car-Breaking-02_07.png) !important;
    opacity: 1 !important;
    width: 54px;
    height: 50px;
   background-repeat: no-repeat !important;
	
	transform: rotate(180deg);
	background-position: center;

}
.slick-prev::before, .slick-next::before {

    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: 

    white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;

}
.slick-next {
	 background-image: url(images/Car-Breaking-02_07.png) !important;
    opacity: 1 !important;
    width: 54px;
    height: 50px;
   background-repeat: no-repeat !important;

background-position: center;
}
.slick-next:hover {
	 background-image: url(images/Car-Breaking-02_07.png) !important;
    opacity: 1 !important;
    width: 54px;
    height: 50px;
    background-repeat: no-repeat !important;

background-position: center;
}
.slick-dots {
    display: none !important;
}
.slick-prev {
    left: 0px !important;
	top: 194px;
}
.slick-next {
    right: 0px !important;
	top: 194px;
}
.slick-prev:hover {
    left: 0px !important;
	top: 194px;
}
.slick-next:hover {
    right: 0px !important;
	top: 194px;
}
.tab_view_more {

    width: 100%;
    float: left;
    text-align: center;
	padding: 22px 20px;

}
.tab_view_more a {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    text-transform: uppercase;
	background-color:
	#003471;
	padding: 10px;
	border-radius: 10px;
	color:	#fff;
	display: inline-block;
margin-bottom: 35px;

}
.wpcf7-spam-blocked {

    border: 0px solid #ffa500 !important;
    width: 100%;
    float: left;

}
.enquiry_txt {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;
    text-transform: uppercase;
    color: 

    #003471;
    text-align: center;
	padding-bottom: 10px;

}
.vehicle-reference {
font-family: "ProximaNovaCond-Semibold";
font-size: 18px;
text-align: center;
padding-bottom: 16px;
}

.car_menu {
    display: none;
}


.btn-cts a:before {
	position: absolute;

content: "";

background-image: url(images/Car-Breaking-02_03.png);

background-size: 100%;

width: 49px;

height: 47px;

background-repeat: no-repeat;

top: 1px;

left: 7px;
	
}
.quality_content p {

    font-family: "Arimo-Regular";
    font-size: 14px;
    color: 

    #333;

}
.quality-spares {
	padding: 25px 0px 45px 0px;
	width: 100%;

float: left;
}
.quality_button a {

    background-color: 

#238708;

color:

    #fff;
    display: inline-block;
    padding: 8px 69px;
    font-size: 20px;
    font-family: "ProximaNovaCond-Semibold";

}

.qurante_parts img {
	margin: 0 auto;
	display: block;
}

.three-layer-wrapper h5,
.three-layer-wrapper aside {
	text-align: center;
}

.three-layer-wrapper aside {
	letter-spacing: 0px;
}

.qurante_parts .col-md-4 {
	padding: 19px;
}

.qurante_parts {
	padding: 0px 0px 40px 0px;
	    width: 100%;
    float: left;
   
}

.inner_pages {
	float: left;
	width: 100%;
	padding: 23px 0px;
	padding-bottom: 60px;
}
.car_manchester_sec {
    padding-top: 14px;
}
.fa-home {
	font-size: 24px;
	color: #a4a4a4;
}

.breaker-parts-image {
	padding: 35px 20px;
	border: 1px solid #2c8a13;
}

.breaker-parts-discription {

    width: 100%;
    float: left;
    padding-top: 26px;
	padding-bottom: 35px;

}
.details_description {

    float: left;
    width: 100%;
    background-color: 

    #f8f8f8;
    padding: 20px 35px;
	margin-bottom: 26px;

}
.cvf_universal_container {
    font-size: 19px;
    color: 
    #006197;
    font-family: "ProximaNovaCond-Semibold";
}
.top-banner_btn input:hover {

    background-color: 

    #003471;

}
.pro-discription b {
	font-weight: 600;
}

.Product_title {
	margin-top: 0px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 18px;
	color: #01639b;
}

.title-name {
	color: #28840f;
	font-weight: normal !important;
}

.Enquire-products {
	float: left;
	width: 100%;
	padding: 30px 0px;
}


.vh-btn:hover {
	
	color: #fff;
	background: #003471;
}

.vh-btn:focus {
	background: #003471;
	color: #fff;
}

.link-btn:hover {
	BACKGROUND: #ff6600;
	color: #fff;
}

.link-btn:FOCUS {
	color: #fff;
}

.btn-cts:hover,
.btn-cts:focus,
.btn-cts:active {
	color: white;
}

.btn-cts:hover:before,
.btn-cts:focus:before,
.btn-cts:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}



.breadcumbs-links .btn-cts a {
	color: #fff;
}

.view-btn-parts span {
	width: 100%;
	background: #f8980a;
	float: left;
	padding: 13px 30px;
	font-size: 20px;
	font-weight: 600; cursor:pointer;
	color: #fff;
	letter-spacing: 0.7px;
	border-radius: 7px;
}

.view-btn-parts {
	margin-top: 24px;
}

.inner_pages h1 {
	margin-top: 0px;
font-size: 30px;
text-transform: uppercase;
margin-bottom: 14px;
color:
#016299;
letter-spacing: 0px;
font-family: "ProximaNovaCond-Semibold";
}
.breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
	font-family: "ProximaNovaCond-Regular";
}

.single-car-bread .breadcrumbs{
	padding-left: 17px;
}


input.required:invalid {
   border: 2px solid red!important;
}
.bx-links p {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 19px;
    text-align: center;
    color: 

    #003471;
    line-height: 24px;

}
.bx-links a {
	color: #fe8a01;
	font-size: 30px;

font-family: "ProximaNovaCond-Semibold";
margin-top: 15px;
}
.detail_delivery_sec {
    width: 100%;
    float: left;
    margin-top: 21px;
    box-shadow: 4.243px 4.243px 11.83px 1.17px 
    rgba(6, 11, 46, 0.14);
    border-radius: 5px;
    overflow: hidden;
}

.detail_delivery_sec img {
    width: 100%;
}
.detail_chepest_sec img {
    width: 100%;
}
.detail_chepest_sec
{
	width: 100%;
    float: left;
    margin-top: 21px;
    
    border-radius: 5px;
    overflow: hidden;
}
.subimg h1 {
    color: 
    #333;
}
.get_custom_fiels {

    width: 100%;
    float: left;
   min-height: 102px;
padding: 10px 10px;
  

}
.inner_pages .container {
    width: 1228px;
    max-width: 100%;
}

.bx-links a:hover {
	color: #ff6600;
}

.breadcumbs-links {
       margin-bottom: 10px;
	float: left;
	width: 100%;
	
}

.breadcumbs-links i {
	float: left;
}


.breadcumbs-links i:hover{
color:#43ab28;}

.scrap_cars_main img {

    height: 342px;

}
.inner_pages.scrap_inner {

    padding-bottom: 0px;

}
.txt-clr p {

    margin: 0px;
    padding: 0px;
	line-height: 0px;

}

.menu-breadcrumb {   
	float: left;
	width: 90%;
	margin: 0px;
	position: relative;
	top: 3px;    
}

.menu-breadcrumb a {
	padding: 0px 12px;
	padding-left: 0px !important;
}
.crt-page a {
    padding-left: 0px !important;
}
.menu-breadcrumb a {

    color: 

    #238708 !important;

}
.breadcrumbs a span{
	color: 

    #238708 !important;

}
.menu-breadcrumb a {
	position: relative;
}

/* .menu-breadcrumb a:before { */
	/* position: absolute; */
	/* content: ""; */
	/* width: 1px; */
	/* height: 100%; */
	/* background: #a4a4a4; */
	/* left: 10px; */
	/* top: 0px; */
	/* color: #a4a4a4; */
/* } */

.menu-breadcrumb a:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #a4a4a4;
	right: 3px;
	top: 0px;
	color: #a4a4a4;
}
.thumb_image_container {
    margin-top: 20px;
    height: 500px;
    overflow: hidden;
}
.crt-page {
	color: #43ab28;
}

.menu-breadcrumb a {
	color: #a4a4a4;
}

.scrap-cars {
	
	border-radius: 4PX;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.scrap-cars img {

    width: 100%;
	height: 256px;
	border-radius: 4PX;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

border-bottom-left-radius: 0px;

border-bottom-right-radius: 0px;
object-fit: cover;
box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);

}
.scrap-vh .col-md-6 {
	padding: 9px 9px 0px 9px;
}

.enq-cts {

    position: relative;
    width: 100%;
    float: left;
    padding: 25px 34px;
        padding-right: 34px;
    background-color: 

    #003471;
    margin-top: 19px;
    padding-right: 13px;
	box-shadow: 4.243px 4.243px 11.83px 1.17px
rgba(6, 11, 46, 0.14);

border-radius: 5px;
padding-top: 29px;

}
.manchester_form h4 {
    color: 
    #fff;
    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;
	letter-spacing: 0;
padding-bottom: 15px;
margin-left: -5px;
}

.manchester_form {

    width: 100%;
    float: left;
    background-color: 

    #003471;
   

}
.post-content {
    width: 100%;
    float: left;
    padding-left: 2px;
}
.breadcumbs-links {
    text-align: left;
	padding-bottom: 4px;
	
}
.enq-cts .scfp-form-content {    position: relative;
    left: -10px;}


.title-wrap {
    font-size: 19px;
}
.scrap_content {

    width: 50%;
    float: left;
	min-height: 170px;

padding-right: 60px;

}
.scrap_left h5 {

    font-size: 19px;
    text-transform: uppercase;

}
.scrap_left {

    padding-top: 35px;
    width: 40%;
    float: left;

}
.scrap_right {

    width: 60%;
    float: left;
	padding-top: 25px;

}
.scrap_content h5 {

    font-size: 16px;
    color: 

    #016299;
    text-transform: uppercase;

}
.second-col-6 {
	padding-left: 26px;
}

.enq-cts h4 {
	margin-bottom: 10px;
}

.enq-cts .wpcf7-form .col-md-6,
.enq-cts .wpcf7-form .col-md-12 {
	margin-bottom: 10px;
}

.enq-cts .wpcf7-form textarea {
	height: 92px;
	width: 100%;
}

.left-field-set {
	padding-right: 10px!important;
}

.right-field-set {
	padding-left: 10px!important;
}

.enq-cts .wpcf7-form input {
	height: 33px;
	padding: 2px 13px;
	Border: 1px solid #dddddd;
	border-radius: 5px;
}

.enq-cts .wpcf7-form textarea {
	Border: 1px solid #dddddd;
	border-radius: 5px;
}

label b {
	color: rgb(255, 0, 0);
}

.wpcf7-form input[type="submit"] {
	font-size: 20px;
	padding: 25px;
	line-height: 0px;
	margin-top: 12PX;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.block {
	/* display: block; */
	font-weight: 600;
	line-height: 14px;
}

.scrap-vh {
    padding-left: 19px;
	padding-top: 20px;
}
.scrap-cars.scrap_cars_img img {
    height: 311px;
}
.details_section h5 {
	color: #27830f;
}

.details_section aside {
	margin-bottom: 10px;
}

.detail-list-section li {

    color: 

    #016299;
    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    position: relative;
    margin-bottom: 18px;

padding-left: 41px;

}

.detail-list-section li p {
	padding-left: 34px;
}

.detail-list-section li:before {
	position: absolute;
content: "";
background-image: url(images/Home-2_64.png);
background-size: 100%;
width: 28px;
height: 28px;
background-repeat: no-repeat;
top: -3px;
left: 0px;
}

.detail-list-section {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.north_list_sub.scrap_list_sub ul li {

    width: 50%;
    float: left;
	height: 100px;

}
.north_list_sub.scrap_list_sub {

    min-height: 250px;
	background-repeat: repeat;

}
.rlt-bns ul li {
	display: inline-block;
	margin-right: 17.6px;
	margin-bottom: 14px;
}

.txt-clr {

    padding-top: 50px;
	padding-left: 0px;

}
.car_manchester_sec.scrap_manchester h1 {

    text-transform: capitalize;

}
.scrap_img_content {

    background-color: 

#fff8ef;

border: 1px solid

    #fe8a01;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding: 49px 15px 115px 15px;

}
.vh-btn.breaking_btn {

    margin-bottom: 20px;

}
.c-thumb img {

    height: 144px;
    object-fit: cover;

}
.scrap_quote {

    width: 100%;
    float: left;
    text-align: center;
	padding-top: 17px;

}
.scrap_cars_main {

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
	 box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);

}
.scrap_manchester_right {

    padding-right: 8px;
    padding-left: 33px;
    padding-top: 20px;

}
.scrap_quote a {
    color: 
#fff;
position: relative;
font-family: "ProximaNovaCond-Semibold";
font-size: 24px;
background-color:
    #003471;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 20px 15px 60px;
}
.scrap_quote a::before {

    position: absolute;
    content: "";
    background-image: url(images/SCRAP-MY-CAR-MANCHESTER_03235.png);
    background-size: 100%;
   width: 25px;
height: 41px;
background-repeat: no-repeat;
top: 10px;
left: 19px;

}
.txt-clr iframe {

   
    padding-top: 20px;

}
.txt-clr h5 {

    font-size: 24px;
    color: 

    #016299;
	padding-left: 80px;

}
.rlt-bns ul li p {
	min-width: 241px;
	background: #016299;
	display: inline-block;
	text-align: center;
	padding: 13px 20px 13px 20px;
	border-radius: 29px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.rlt-bns {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.dlv-details b {
	color: #43ab28;
	font-weight: 600;
}

.bg-segrment-text {
	padding: 20px 18px;
	
	background-color: #fe8a01;
	text-align: center;
	min-height: 66px;
	border-bottom-left-radius: 5px;

border-bottom-right-radius: 5px;
}

.bg-segrment-text p {

    margin: 0px;
    color: 

    #fff;
    letter-spacing: 0px;
    font-family: "ProximaNovaCond-Semibold";
    font-size: 19px;

}
.bg-segrment-text p {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;

}
.bg-segrment-text aside {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    color: 

    #fff;

}
.scrap_details_section {
    padding-top: 40px;
}
.bg-segrment-text.scrab_first_sec p {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 19px;

}
.scrap_main {

    
    float: left;
    border-radius: 5px;
    overflow: hidden;
	margin-bottom: 39px;
	width: 358px;
	max-width: 100%;
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);

}

/* .one-md-6 { */
	/* position: relative; */
/* } */

/* .one-md-6:before { */
	/* position: absolute; */
	/* content: ""; */
	/* width: 100%; */
	/* height: 100%; */
	/* border-right: 0.9px solid #dddddd; */
	/* right: -25px; */
/* } */

.scrap_section:before {
	height: 96%;
}

.car_manchester_call {

    background-image: url(images/Patternlength.png);
width: 100%;
float: left;
background-size: cover;
background-repeat: no-repeat;
border: 1px solid
#fe8a01;
padding: 17px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
border-radius: 4px;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 15px;
margin-top: 36px;


}
.car_manchester_sec p {

    font-family: "Arimo-Regular";
    font-size: 14px;
    color: 

    #333;

}
.car_manchester_call p {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;
    color: 

    #003471;
	line-height: 37px;
	letter-spacing: -0.5px;
text-align: center;
margin-bottom: 0px;

}




.car_manchester_call p a {

    color: 

    #fe8a01;
   font-family: "ProximaNova-Bold";
    font-size: 30px;
	padding-left: 7px;

}
.scrap_section-form .wpcf7-form input[type="submit"] {
	margin-top: 18PX;
}

.rhs-no-padding {

    padding: 0px 27px;
        padding-right: 27px;
    padding-right: 26px;
	padding-top: 29px;

}

.rel-tab {
	margin-top: 12px;
}

.tab-section {
	
	float: left;
	width: 100%;
	padding-top: 25px;
}

.rel-tab a {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
}
.rel-tab .ui-state-active{background: #005f97 !important;}



.related_products {
    width: 100%;
    float: left;
    background-color: 
    #f8f8f8;
    padding: 50px 0px;
}
.rel-tab li {
	display: inline-block;
	margin-right: 5px;
	background: #d7d7d7;
	padding: 14.6px 38px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.c-models a {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    text-align: center;

}
.c-models {

    width: 100%;
    float: left;
    padding: 15px;
        padding-bottom: 15px;
    padding-bottom: 5px;
	min-height: 130px;

}
.c-title a {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    text-align: center;

}
.rel-tab ul {
	margin: 0px;
}
.cvf-universal-content h4 {
    font-family: "ProximaNovaCond-Semibold";
    font-size: 30px;
    letter-spacing: 0px;
}

.enquiry-tab p {
	font-size: 16px;
	float: left;
	letter-spacing: 2px;
	margin: 0px;
	position: relative;
	top: 7px;
}

.support-call a:hover {
	color: #fa9206;
}

.tb-btn .enquire {
    float: left;
    min-width: 171px;
    background: #fd8d03;
    text-align: center;
    padding: 7px 5px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 25px;
    margin-left: 19px;
}
#tabs-2{       padding: 27px 15px;
    display: block;
    border: 1px solid #d7d7d7;}
	
	
	#tabs-2 p{    margin: 0px;
    font-size: 16px;
    letter-spacing: 2px;}
	

	
	
.tb-btn .enquire:hover{background:#000;}
.active-tab p {
	color: #fff;
}
.prt-bn{    float: right;
    width: 47%;
}
.tabenq-btn a{    min-width: 171px;
    background: #fd8d03;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 25px;
    margin-left: 19px;}
	
	
	.prt-bn a{

    float: left;
 Background: #fb9106;
    display: inline-block;
      padding: 7px 55px;cursor:pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    FONT-SIZE: 24PX;
    position: relative;
  
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 15px;}
	
	.prt-bn a:hover{background:#000;}
	
	
	.full-field-set textarea {
    padding: 10px !important;
}
.manchester_form #wcpform_1 .scfp-form-row .scfp-form-field:focus:required:invalid, #wcpform_1 .scfp-form-row input[type="checkbox"]:focus:required:invalid {
    border-color: 
    transparent !important;
}
.enqy-btn i {
	margin-left: 7px;
	font-size: 20px;
	font-weight: 600;
}

.titles-section h4 {
	display: inline-block;
}

.rel-product-tab {
	display: none;
	padding: 0px 30px 30px 30px
}

table tr {
	border-bottom: 1px solid #d7d7d7;
}

.enquiry-tab {
	float: left;
	width: 100%;
	padding: 20px;
}

th {
	font-size: 20px;
	font-weight: 600;
	color: #005f97;
	letter-spacing: 1px;
	padding: 11.4px 0px;
}

table td {
	font-size: 16px;
	font-weight: 600;
}

.RQ-table tr th:nth-child(3) {
	padding-left: 140px;
}
.RQ-table tr td:nth-child(3) {
	padding-left: 140px;
}




.rel-product-tab tr td:nth-child(1) {
	float: left;
	width: 51%;
}

.rel-product-tab tr td:nth-child(1) img {
	padding: 9px;
	border: 1px solid #d7d7d7;
	position: relative;
}

.rel-product-tab tr td {
	padding: 30px 0px;
}

td .enqy-btn {
	float: right;
}

.enq_btn{      min-width: 201px;
Background: #fb9106;
    display: inline-block;
    text-align: center;
    padding: 9px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 29px; }
	
.recent-added-vehicles select {
	border: 1px solid #28840f;
	width: 197px;
	/* float: right; */
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.product-delivery-img1 {
	padding-left: 33px;
}

.product-delivery-img2 {
	padding-left: 40px;
}

.product-delivery-img2 img {
	margin: 0 auto;
	display: block;
}

.product-delivery-img3 img {
	margin: 0 auto;
	display: block;
}

.sub-productview-img {
	padding: 20px 20px 68px 20px;
	border-radius: 9px;
	border: 1px solid #ecebec;
	HEIGHT: 503px;
	position: relative;
	OVERFLOW: HIDDEN;
}

.sub-productview-img img {
	position: absolute;
	top: 56%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
}

.sub-productview-img h5 {
	color: #218606;
	text-align: center;
	max-width: 318px;
	line-height: 25px;
	margin: 0 auto 38px;
}

.sub-productview-section {
	float: left;
	width: 100%;
	margin-top: 34px;
}

.inner-wrapper {
	padding: 17px;
	border: 1px solid #ecebec;
	float: left;
	width: 100%;
}

.inner-wrapper {
	margin-bottom: 25px;
}

.inner-wrapper h1,
.inner-wrapper h4 {
	letter-spacing: 0px;
}

.support-call {
	float: left;
}

.support-call {
	font-size: 20px;
	background-image: -moz-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%);
	color: #fff;
	min-width: 307px;
	display: inline-block;
	text-align: center;
	padding: 6px 10px;
}

.support-call a {
	color: #fff;
	font-weight: 600;
}

.payments-logos img {
	float: right;
}

.inner-wrapper form .col-md-12 {
	margin-bottom: 7px;
}

.inner-wrapper form input {
	border: 1px solid #2b8812;
}

.inner-wrapper form textarea {
	height: 164px;
	border: 1px solid #2b8812;
}

.Complete-form-section {
	padding-bottom: 3px;
}

.leftside-fieldset {
	padding-right: 5px;
}



.dropdown-brekaerlist li {
	margin-bottom: 10px;
}



.dropdown-brekaerlist {
	padding-left: 55px;
}

.dropdown-brekaerlist li a:hover {
	color: #25800d;
}

.browse-ctgy ul li {
	margin-bottom: 8px;
}

.browse-ctgy ul li {
	cursor: pointer;
}

.checked-in {
	position: relative;
}

.checked-in {
	width: 10px;
	height: 10px;
	border: 1px solid #c9c9c9;
	float: left;
	left: 0px;
	position: relative;
	top: 6px;
}

.checked-in:before {
	position: absolute;
	content: " ";
	background-image: url(./images/tick.png);
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	top: -4px;
	left: -1PX;
}

.active-checked .checked-in:before {
	display: block;
}

.browse-ctgy ul li:hover a {
	color: #25800d;
}

.dropdown-brekaerlist {
	display: none;
}

.active-checked .dropdown-brekaerlist {
	display: block;
	transition: 1s ease-out;
}

.active-checked p {
	color: #25800d;
}

.active-checked .checked-in {
	border: 1px solid #25800d
}

.parts_braking_image {
	height: 216px;
width: 100%;
float: left;
text-align: center;
overflow: hidden;
position: relative;
object-fit: cover;
}

.parts_braking_image img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
}

.qurante_us {
	margin-top: 22px!important;
}
.popup_menu {
    display: none;
}

.search_by_ref {
    width: 65.2%;
    float: left;
}
.input-group.sr_input {

    width: 100%;
    float: left;

}
.sr_by_ref_rt {

    width: 95px;
    float: right;

}
.sr_by_ref_lt {

    width: calc(100% - 95px);
    float: left;

}
.btn.btn-search {

    background-color: #238708;
    color: #fff;
    font-size: 16px;
	border-bottom-right-radius: 6px !important;

border-top-right-radius: 6px !important;

}
.sr_by_ref_lt input {

    height: 37px;
	border-top-left-radius: 6px !important;

border-bottom-left-radius: 6px !important;

}
.res_car_dl {
    width: 100%;
    float: left;
    display: none;
}
.scfp-form-row-checkbox-row {
    width: 50%;
    float: left;
    padding-top: 15px !important;
}

.postal-code input {
	 background-image: url(images/reg.png) !important; 
	background-size: auto 100% !important;
border: 1px solid #fff !important;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
height: 43px !important;
padding-left: 40px !important;
font-size: 20px !important;
color: #fff !important;
height: 34px !important;
background-position: left top !important;
background-color: #ca0d30 !important;
background-repeat: no-repeat !important;
font-family: "ProximaNovaCond-Semibold";
	
}

.slick-slide.slick-active {
    height: auto;
}
.wpcf7-form-control-wrap {
    transform: scale(0.8) !important;
    transform-origin: -6% 33% !important;
}
.scfp-recaptcha {

    transform: scale(0.8) !important;
    transform-origin: -6% 33% !important;

}
/*pagnavi */


.cvf-universal-pagination {

    float: right;
    width: 70%;

}

.cvf-universal-pagination ul { padding: 0;float: right;

margin-top: 12px;}
.cvf-universal-pagination ul li {
    display: inline-block;
    margin: 3px;
    padding: 4px 8px;
    background: #FFF;
    color: #000;
    border: 1px solid #0d385b; }
.cvf-universal-pagination ul li.active:hover {cursor: pointer;        background: #228707;color: white; }
.cvf-universal-pagination ul li.inactive {        background: #228707;
    color: #fff;}
.cvf-universal-pagination ul li.selected {       background: #228707; color: white;}




/*footer styles*/
.copy_right {
    width: 100%;
    float: left;
}
.copy_right p {
   font-family: "ProximaNovaCond-Regular";
    letter-spacing: -0.5px;
    
}
.foot_list li a {

    font-family: "Arimo-Regular";
    color: 

    #fe8a01;

}
.foot_social_icon ul li {

    float: left;
    margin-right: 17px;

}
.foot_social_icon ul li img {

    width: 28px;

}
/* .footer_touch {

    padding-left: 44px;

} */
.bf_footer {
	background: #003471;
	padding: 32px 0px 27px 0px;
}
.foot_menu {

    padding-left: 85px;

}
#footer-right li {

    padding-bottom: 5px;

}
#footer-right {

    padding-top: 5px;

}
.foot_logo {

    text-align: center;
    background-color: 

#fff;

width: 229px;

min-height: 200px;

box-shadow: 4.243px 4.243px 11.83px 1.17px

    rgba(6, 11, 46, 0.14);
    margin-top: -66px;
    padding-top: 55px;

}
.ft-logo {

    padding-left: 23px;

}
.copyright_sec p {

   font-family: "ProximaNovaCond-Regular";

    letter-spacing: -0.5px;
   
	

}
.copyright_sec
{
	width: 100%;
	float: left;
}
.quality_sub_txt {

    font-size: 16px !important;
    color: 

    #016299 !important;
    font-family: "ProximaNovaCond-SemiboldIt" !important;
	padding: 23px 0px;

}
.copyright_footer {
	background: #333333;
	padding: 4px 0px;
	float: left;
	padding: 10px 0px;
	width: 100%;
}

.credits p {
	float: right;
}

.credits a {
	color: #ff6600;
}

footer p {
	color: #fff;
	margin: 0px;
}

.payment-methds li {
	display: inline-block;
	margin-left: 16px;
}

.payment-icons {
padding-left: 15px;
padding-top: 8px;
}

.footer_menu {
	
	float: left;
	width: 100%;
}
.foot_heading {

    font-family: "ProximaNovaCond-Semibold";

    color: 

    #fff;
    text-transform: uppercase;
    font-size: 16px;

}

.payment-methds {
	margin-bottom: 15px;
}
.scfp-error-item span {

    display: none !important;

}
.view-vh-name a .cufon_headings {
    font-family: "ProximaNovaCond-Semibold";
    font-size: 17px;
    text-transform: uppercase;
    color: 
    #333333e0;
    letter-spacing: -0.5px;
    margin-top: 0px;
	padding-top: 0px;
}

.mny-layer {
	padding: 19px 16px 19px 16px!important;
	position: relative;
	left: 5px;
}

.footer_menu li a {
	color: #fff;
	font-family: "ProximaNovaCond-Regular";
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 0.5px;
}
.foot_social_icon {

    padding-top: 10px;

}
.footer_menu li a:hover {
	color: #ff6600;
	text-decoration: none;
	
}

#scrollUp {
	border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	font-size: 25px;
	padding: 2px 9px!important;
	opacity: 1!important;
	border: 2px solid #32931a;
	background: #ff6600!important;
}

#scrollUp i {
	color: #fff!important;
}

#scrollUp:focus {
	background-color: #32931a!important;
	border: 2px solid #ff6600!important;
}

.copyright_footer p {
	font-size: 12px;
	text-align: center;
}

.ft-logo img {
	max-width: 172px;
}


/*footer styles*/

/* ::-webkit-scrollbar {
	width: 10px;
}
 */

/* Track */

/* ::-webkit-scrollbar-track {
	background: #f1f1f1;
} */


/* Handle */

/* ::-webkit-scrollbar-thumb {
	background: #fb9106;
}
 */

/* Handle on hover */
/* 
::-webkit-scrollbar-thumb:hover {
	background: #000;
}
 */
.sub-productview-img img {
	margin: 0 auto;
	display: block;
}


/*404*/

.error404 {
	background: url(./images/errorbg-min-min.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center;
	width: 100%;
	height: 800px;
	height: 100vh;
}

.error404:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(13, 56, 91, 0.43);
	float: left;
	/* z-index: 11111; */
}



.btn-cts a:hover {
	color: #228707;
}

.error404 aside {
	font-size: 113px;
	font-weight: 700;
	text-shadow: 4px 4px 2px hsl(144.3, 43.1%, 42.7%);
	color: #fff;
	margin-bottom: 40px;
}

.error404 .col-md-12 {
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.error404 p {
	font-size: 40px;
	color: #95ed7f;
	font-weight: 600;
	margin-bottom: 28px;
}

.error404 span {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 43px;
}

.error404 a {
	max-width: 289px;
	background: #fb9005;
	display: block;
	padding: 7px 14px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #020000;
	letter-spacing: 1px;
	margin-top: 33px;
}

.error404 header,
.error404 footer {
	display: none;
}

.error_page b {
	display: block;
}

.tab-trigger {
	display: none;
}


/*404*/


/* 31-07-2015 Inner page style */

.breaker-parts-image img {
	margin: 0 auto;
	display: block;
}

.breaker-parts-discription p a:hover {
	color: #f8980a;
}


.subimg {
    padding-right: 15px;
}
.subimg-enq {
    padding-left: 30px;
	padding-right: 22px;
}
.thumb_image_container .col-md-3 {
	padding: 0px 10px 19px 10px;
}

.thumb_image_container .row {
	margin: 0px -9px;
}

.hv-blck:hover {
	background: #000;
}

.title_container h1 {
	font-size: 30px !important;
	color: #2A63B4;
}

.summary-inner .Product_cufon_headings {
	font-size: 18px !important;
	margin-top: 0px !important;
}

.summary-inner .cufon_headings {
	font-size: 24px !important;
	margin-top: 5px
}

.summary-inner {
	BACKGROUND-COLOR: #3A8BBA;
	COLOR: #FFF;
	padding: 6px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

img.attachment-shop_single.wp-post-image {
	max-height: 211px;
	max-width: 229px;
	width: 250px;
	height: 559px;
}

#submit-btn {
	width: 73px;
	background-color: #008000;
	border: medium none;
	height: 31px;
	color: white;
	margin-left: 5px;
	margin-top: 1px;
}

.search-box div {
	background: url('images/searchbg.png') no-repeat;
	width: 315px;
	height: 66px;
	padding: 0;
	margin: 0 auto;
	background-size: 100% 100%;
	padding: 17px 17px 17px 22px;
}

.l-content-enquire {
	width: 37% !important;
}

.enquiry-form {
	background: url('images/enquiry-bg.png') no-repeat;
	background-size: 100% 100%;
	max-width: 315px;
	width: 100%;
	margin-top: 25px;
	margin-left: 44px;
}

.enquiry-sub {
	padding: 110px 25px 10px;
	color: black;
	font-size: 12px;
}

.container-background {
	background: url('images/background/bg-product-page.jpg') no-repeat;
	background-size: 100% 100%;
	margin-top: -5px;
	padding-bottom: 20px;
}

.propage-subhead h2 {
	color: white;
	font-weight: bold;
	text-align: center !important;
}

.propage-head h1 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}

.rounder-img {
	background: url('images/Rounded-rectangle.png');
	background-size: 100% 100%;
	padding: 0;
	text-align: center;
	margin-top: 25px;
	height: 64px;
	margin-left: 35px;
}

.rounder-img h3 {
	color: white;
	font-size: 14px !important;
	margin-top: 13px;
}

.about-btn {
	background-color: #FFCD06;
	padding: 0px;
	margin: 10px;
	text-align: center;
	width: 22% !important;
	border-radius: 10px;
}

.propage-head {
	text-align: center !important;
	margin-top: 25px;
}

.propage-subhead {
	text-align: center !important;
	margin-top: 25px;
}

.row.cont-row-padd {
	margin-top: 25px;
	padding: 10px 0px !important;
}

.col-xs-2.count-img {
	margin-top: 32px;
	padding-left: 35px;
}

.enquiry-sub #reg-id {
	background: url('images/reg-img.png') no-repeat;
	background-size: 100% 100%;
	border: medium none;
	height: 43px;
	padding-left: 55px;
	font-size: 20px;
	color: black;
}

.div-reg {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: rgb(89, 163, 212);
	font-weight: bold;
}

.enquiry-sub input {
	width: 100%;
	max-width: 280px;
	height: 27px;
}

input.btn-enquiry {
	background: url('images/btn-enquiry.png') no-repeat;
	border: medium none;
	height: 45px;
	background-size: 100%;
}

.container-background-oldham {
	background: url('images/background/background-oldham.png') no-repeat;
	background-size: 100% 100%;
	margin-top: -5px;
	padding-bottom: 20px;
}

ul,
ol {
	list-style-type: none;
	list-style-position: outside;
}


/*Style for Form*/

/* .scfp-form { */
	/* padding: 120px 25px 10px; */
	/* color: black; */
	/* font-size: 12px; */
/* } */
.scfp-form-content .scfp-form-action {
    padding-top: 15px!important;

}
.scfp-form-content .scfp-form-action .scfp-form-submit { display: block !important; }
.scfp-form-submit {
	
	border: medium none !important;
height: 47px!important;
	
    margin: 0 auto!important;width: 230px!important;
    display: block!important;
    float: none;
}


.reg-field{MARGIN: 0 AUTO;
    DISPLAY: BLOCK;    width: 50%;
    FLOAT: NONE;}
.scfp-form-content .scfp-form-row {

    clear: none!important;
}
.details_content {

    width: 50%;
    float: left;
	padding-right: 40px;

}
.details_map {

    width: 50%;
    float: left;

}


label[for="scfp-name"] {
    color: #fff;
	display: block !important;
	float: none;
	font-size: 15px;
	font-weight: bold !important;
	margin: 0 auto !important;
	text-align: center;
	text-transform: uppercase;
	font-family: "ProximaNovaCond-Regular";
letter-spacing: 1px;
}
.scfp-form-field-required {
    color: 
    #fff !important;
}

/*#scfp-name {
	background: url(images/reg-img.png) no-repeat !important;
	background-size: 100% 100% !important;
	border: 0px solid transparent !important;
	height: 43px !important;
	padding-left: 55px !important;
	font-size: 20px !important;
	color: black !important;
	height: 34px !important;
}*/

#scfp-name {
	background-image: url(images/reg-img.png) !important;
	background-size: auto 100% !important;
    border: 1px solid #fff !important;
	/* height: 43px !important; */
	padding-left: 40px !important;
	font-size: 20px !important;
	color: #fff !important;
	height: 34px !important;
	background-position: left top !important;
	background-color: #fbd500 !important;
	    background-repeat: no-repeat!important;
	    font-family: "ProximaNovaCond-Semibold";
}

/* .scfp-form-row input { */
	/* height: 27px !important; */
/* } */
.category.top-banner-sreach-section {
    box-shadow: 3.019px 2.624px 12px 0px 
    rgba(6, 11, 46, 0.11);
    width: 278px;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
}
.select_bx.inner_page_select {
    width: 100%;
    margin-bottom: 15px;
}
.semi-fnt.toggle-ctgy.select_heading {
    margin-bottom: 0px;
}
.breaker-srch-area.inner_breakers_search_area {
    margin-bottom: 0px;
    border-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background-color: #f8f8f8;
}
.select_bx.inner_page_select select {
    border: 1px solid 
    #e1e1e1;
}
.select_bx.inner_page_select label {

    color: 

    #2a63b4;

}
.enquiry-form-oldham {
	background: url('images/enquiry-form-oldham.png') no-repeat;
	background-size: 100% 100%;
	max-width: 315px;
	width: 100%;
	margin-top: 25px;
	margin-left: 55px;
}

.prothumb-images {}

.small_image {
	border: 1px solid #999;
	float: left;
	width: 100%;
min-height: 116px;
	position: relative;
	overflow: hidden;
}

.small_image img {
	position: absolute;
	top: 50%;
	padding: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
}

/* .rel-product-tab td:nth-child(2) a:hover { */
	/* color: #42a926; */
/* } */

.rel-product-tab td:nth-child(2) a {
	color: #333333;
}

.sub-productview-img img {
	width: 100%;
	height: auto;
	padding: 0px 62px;
}

.search-no-results h1 {
	color: red;
}

.small_image img {
	MARGIN: 0 AUTO;
	display: block;
}

.term-description {
	max-width: 745px;
	width: 100%;
	float: left;
	height: 150px;
	overflow: scroll;
	overflow-x: hidden;
}

.col-sm-3.about-btn h3 {
	margin-top: 10px;
}

.product_landing {
	margin: 15px 16px 17px 18px !important;
	padding: 10px;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	background-color: #f7f7f7;
}

#nav li:first-child>a {
	border-left: 0px !important;
}
.north_list_img {
    width: 90px;
    float: left;
}
.north_list_sub ul li p {
    width: calc(100% - 90px);
    float: right;
    vertical-align: middle;
    padding-top: 10px;
}
/* search page */

.contentarea {

    width: 100%;
    float: left;

}


.sgl_result {

    width: 25%;
    float: left;
	padding-bottom: 20px;
	padding-right: 20px;

}
.search_list {

    width: 100%;
    float: left;
   
}
.srchshow-img img {

    width: 100% !important;
    height: 167PX;
    object-fit: cover;

}
.srchshow-img img {

    width: 100% !important;

}
.sgl_result .title {

    min-height: 112px;
background-color:
#f8f8f8;
color:
#333333;
width: 100%;
float: left;
padding: 10px;

}
.title a {

    color: 

    #000;
font-size: 16px;
}
.sgl_result .descr {
    width: 18%;
    float: right;

}
.sgl_result .descr {

    width: 100%;
    float: left;

}
.scrap_details_section h4 {
    color: 
    #016299;
    font-size: 24px;
}
.sgl_result .view_vehicle1 {
font-size: 16px;
background:
#fe8a01;
float: left;
width: 100%;
padding: 11px 10px;
text-align: center;
color:
#fff;
letter-spacing: 0.5px;
border-radius: 3px;
text-transform: uppercase;
font-family: "ProximaNovaCond-Semibold";
}

.sgl_result .view_vehicle1:hover {
	background: #003471;
}

.sgl_result .title a:hover {
	color: #fb9106;
}

.ui-content {
	color: #222222;
}
.rel-tab  tr:last-child{border-bottom:none;}


.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-clearfix::after {
	clear: both;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	display: block !important;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #6ea722;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}



.ui-tabs-nav a {
	color: #222222;
}

.ui-tabs-nav a:hover {
	color: #6ea722;
}



.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}



.breaking_car_parts {
	width: 20%;
	float: none;
	margin-bottom: 23px;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
}
.c-thumb img {

    width: 100%;
    min-height: 147px;
    object-fit: cover;

}
.breaking_car_parts_inner {
    width: 100%;
    float: left;
    border: 2px solid 
    #238708;
	min-height: 279px;
}

.right_top {
	background-color: #218606;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	width: 98%;
}

.call_sup {
	background: url("./images/callus_bg.jpg") no-repeat;
	height: 35px;
	padding: 6px 0 0 50px;
	color: #0364A4;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.call .number {
	font-size: 32px;
	font-weight: bold;
	padding: 12px;
	margin-left: 16px;
}

.call_sup2 {
	background: url("./images/contactus_text_bg.jpg") no-repeat;
	height: 35px;
	padding: 6px 0 0 50px;
	color: #0364A4;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#en_form {
	margin-top: 9px;
	background-image: url("./images/cn_contactform_bg.jpg");
	background-repeat: no-repeat;
	margin-bottom: 19px;
	background-size: 100% 100%;
}

#search_box {
	color: #777;
	padding: 5px;
	max-width: 401px;
	width: 100%;
}

#enq {
	border: 2px solid #a1a1a1;
	padding: 10px 40px;
	background: #ff6600;
	border-radius: 10px;
	color: white;
	margin-top: 10px;
	margin-left: 50px;

	margin-bottom: 24px;
	max-width: 300px;
	width: 100%;
}
.slider_sec {
    width: 100%;
    float: left;
    background-color: 
    #f8f8f8;
    padding-top: 25px;
	margin-bottom: 30px;
}
.slider_sec h1 {

    padding-left: 20px;

}
.showing-total{float: left;
width: 27%;
margin-top: 16px;}

.showing-total{float: left;

width: 30%;}



   .c-models a{    font-size: 16px;
    color: #333333;
   }
   /* .RQ-table th,.RQ-table td{    font-family: 'Source Sans Pro', sans-serif!important;} */
.c-models a:hover{color: #42a926;}

.pagination a {
border: 1px solid #0d385b;
    padding: 4px 8px;
	font-size: 15px;
	width: 100%;
	text-decoration: none;
	color: #333333;
	margin: 0px 5px;
	font-weight: 600;
}

.current {
	border: 1px solid #228707;
	padding: 5px 12px;
	font-size: 15px;
	width: 100%;
	background: #003471;
	text-decoration: none;
	color: #fff;
}

.pagination a:hover {
	background: #003471;
	border: 1px solid #228707;
	color: #fff;
}

.pagination {
	text-align: center;
	float: left;
	width: 100%;
}
.pagination span.page-no {
    padding-right: 20px;
}
.menu-section .container {
    width: 1301px;
	max-width: 100%;
}
.Content {
    padding-top: 30px;
}
.enq-cts .scfp-form-content .scfp-form-action .scfp-form-submit{display:block!important;} 


.enq-cts .scfp-form-content .scfp-form-row{    padding: 0px 5px!important;
    margin-bottom: 15px;}

.details_section{    padding-top: 19px;}
	
	.srchshow-img {

    width: 100%;
    float: left;
	min-height: 175px;

}
	
.details_content h4 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 24px;
    color: 

    #016299;
	margin-bottom: 18px;

}
.details_map {

    width: 50%;
    float: left;
	padding-right: 10px;
	padding-top: 22px;

}
.details_content p {

    font-family: "Arimo-Regular";
    font-size: 14px;
	padding-bottom: 18px;

line-height: 24px;
color: #333333;

}
.mapouter {

    width: 100%;
    float: left;
    overflow: hidden;
	height: 332px;

}
	.northwest_ques_sec {

    width: 100%;
    float: left;
    padding: 31px 15px;
	padding-bottom: 0px;

}
.northwest_content p {

    font-family: "Arimo-Regular";
	letter-spacing: -0.3px;

}
.northwest_content h2 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 19px;
    color: 

    #333;
	padding-bottom: 15px;
	text-transform: uppercase;
	

}
.header_phone a:hover {
    color: 
    #238708;
}
.northwest_sub_sec h4::before {
    position: absolute;
    content: "";
    background-image: url(images/Home-2_64.png);
    background-size: 100%;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    top: -3px;
    left: 0px;
}
.northwest_content {
width: 64%;

float: left;
padding-bottom: 15px;

}
.northwest_list {

    width: 36%;
    float: left;
	padding-left: 30px;

}
.northwest_sub_sec {

    width: 100%;
    float: left;
    padding-bottom: 10px;
	padding-right: 86px;

}
.north_list_img {

    display: inline-block;
    float: left;

}
.north_list_sub ul li {

    width: 100%;
    float: left;
    padding: 6px 0px;
	min-height: 96px;

/* display: table; */
padding-right: 10px;
/* vertical-align: middle; */

/* display: inline-block; */

}
.northwest_sub_sec h4 {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    color:
#016299;

text-transform: uppercase;

letter-spacing: 1px;
position: relative;
padding-left: 36px;

}
.north_list_sub {

    width: 100%;
    float: left;
	 
    background-image: url(images/Pattern.png);
    min-height: 239px;
    background-size: contain;
    background-repeat: repeat;
background-position: center;
border: 1px solid
#003471;

border-radius: 5px;

box-shadow: 4.243px 4.243px 11.83px 1.17px
rgba(6, 11, 46, 0.14);

min-height: 407px;

padding: 20px 25px;
padding-top: 35px;
}
.north_list_sub ul {
    width: 100%;
    float: left;
}
.north_list_sub ul li p {

    font-family: "ProximaNovaCond-Semibold";
    font-size: 18px;
    text-transform: uppercase;
    color: 

    #016299;
display: table-cell;

vertical-align: middle;
}

	.menu-seprator{    margin: 0px 3px;}
	.submenu-breadcumbs a span:hover{color:#fc8f04;}
	
	
	
	
.en_popup {
    Float: left;
    width: 680px;

    padding: 20px;
}

#fancybox-content{    border-width: 10px;
    width: 100%;
    height: auto;}
	
#fancybox-outer {
    position: relative;
    width: 680px;
    height: 100%;
    background: #fff;
    margin: 0 auto;
}
	.en_popup .email_inquiry_cb #cboxLoadedContent, .wc_email_inquiry_form, #fancybox-content > div {
    background-color: none!important;
}
	
	.wc_email_inquiry_form {
    width: 100%!important;
}
	
	
	.popup_imgshow   h1{   
   font-size: 20px;    color: #228707;
    text-align: center;}
	.popup_imgshow img{
	    margin: 0 auto;
    display: block;
    margin-top: 30px;}
	
	
	#fancybox-wrap {
    padding: 0px!important;

}
.deatil-breaker_popup h2{       font-size: 18px;
    font-weight: 600;
    text-align: center;}
	
	
	.deatil-breaker_popup .wc_email_inquiry_field textarea{width: 80%!important;} 
	
	.enq-call{text-align:center;}
	
	.enq-call a{    background: #ff6600;
    display: inline-block;
    padding: 8px 17px;
    /* text-align: center; */
    color: #fff;
    font-size: 16px;
    font-weight: 500;}
	
	.enq-call a:hover{background:#000;}
	#fancybox-content{    width: 702px!important;
    border: 3px solid #ff6600!important;}
	
	
	.deatil-breaker_popup .wc_email_inquiry_field{    float: left;
    width: 100%;}
	
	.deatil-breaker_popup .wc_email_inquiry_form_button{
	
	    width: 166px!important;
    margin: 0 auto!important;
    display: block!important;
    float: none!important;}
	
	.deatil-breaker_popup .wc_email_inquiry_form_button:hover{background:#000!important;}
	.deatil-breaker_popup b{    text-align: center;
    /* float: left; */
    width: 100%;
    color: #333333;
    font-size: 20px;}
	.wc_email_inquiry_content p{font-size: 19px;
    color: rgb(0, 128, 0);
    text-align: center;
    font-weight: 500;}
	
	.RRRR{    margin: 0 auto;
    display: block;
    /* float: NONE; */
    FLOAT: RIGHT;
    POSITION: RELATIVE;
    RIGHT: 24%;
    TOP: 22PX;
    PADDING: 10PX 10PX;
    WIDTH: 285PX;
    CURSOR: POINTER;
    BORDER-RADIUS: 0PX;}
	
.toggle-ctgy .fa{display:none;}	
	
	.valdi-message{    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;    margin: 11px 0px;
    width: 92%;}
	
		.valdi-message p{color: #721c24;
    font-weight: 600;
    margin: 0px 0px 4px 0px;}
	
	.wc_email_inquiry_content{float:left; width:100%;}

	/* popup_menu */
	
.contact-form.detail_form_fld label {
    font-family: "ProximaNovaCond-Semibold";
    font-size: 16px;
    padding-bottom: 5px;
}
.contact-form.detail_form_fld {
    padding-top: 10px;
}	
.contact-us-section {
    width: 100%;
    float: left;
    padding-top: 10px;
}		
	


/* breakers near me */

.featured_braekers {
	background: url(images/featured_bg.png);
}

.breakers_nm_content_warp {
	width: 100%;
	float: left;
	padding-top: 49px;
	padding-bottom: 142px;
}
.breakers_nm_content_warp .container {
	width: 1216px;
	max-width:100%;
}
.banner_sec.breakers_nm_ban::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4196078431372549);
    left: 0;
    top: 0;
}
.banner_sec.breakers_nm_ban {
	min-height: 411px;
	position: relative;
	background-position-y: 36%;
	padding-bottom: 60px;
}
.breakers_nm_ban .banner_inner_sec {
	width: 1104px;
	position: relative;
	z-index: 1;
	padding-top: 102px;
	max-width: 100%;
}
.breakers_nm_ban .banner_content {
	font-family: "ProximaNovaCond-Semibold";
	font-size: 36px;
	color: #fff;
	padding-bottom: 10px;
}
.breakers_nm_ban .banner_form_field {
	width: 100%;
	float: left;
	padding-top: 26px;
	padding-right: 1px;
}
.breakers_nm_ban .breaker-srch-area {
	position: relative;
	margin-bottom: 30px;
	padding: 24px 13px 34px 15px;
	background-color: #0000005e;
}
.breakers_nm_ban .select_bx {
	float: left;
	/* width: 20%; */
	width: 25%;
	padding: 0px 7px;
	padding-right: 7px;
	padding-right: 8px;
}
.breakers_nm_ban .top-banner_btn {
	width: 23%;
	float: left;
	padding: 0px 10px;
	padding-top: 26px;
	padding-left: 7px;
	float: none;
	display: inline-block;
}

.top-banner_btn input {
	max-width: 100% !important;
	min-width: auto;
}
.top-banner_btn::before {
display:none;
}
	
.featured_outer_section {
	padding-bottom: 15px;
	width: 100%;
	float: left;
}
.featured_braekers {
	background: url(images/featured_bg.png);
	width: 100%;
	float: left;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	min-height: 182px;
}
.featured_breaker_item {
	float: left;
	color: #fff;
	width: 25%;
	text-align: center;
	padding-top: 31px;
	padding-bottom: 10px;
}
.featured_breaker_img {
	min-height: 66px;
}
.featured_breaker_item {
	color: #fff;
	text-align: center;
}
.featured_breaker_content h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 9px;
	font-family: "ProximaNovaCond-Semibold";
	margin-bottom: 0px;
	width: 100%;
	float: ;
}
.featured_breaker_content p {
	color: #fff;
	font-size: 14px;
	font-family: "ProximaNovaCond-semibold";
	text-transform: capitalize;
	margin-bottom: 5px;
}	
.breakers_nm_location {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 74px;
}	
.breakers_nm_location h3 {
	font-size: 30px;
	color: #016299;
	margin-bottom: 28px;
}	

.breakers_nm_location .menu-item {
	display: inline-block;
	vertical-align: top;
	padding: 10px 54px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "ProximaNovaCond-regular";
}	

.breakers_nm_location .menu-item a {
	color: #000;
}	

.breaker_brands {
	width: 100%;
	float: left;
	padding-top: 69px;
	padding-left: 35px;
	padding-right: 35px;
}	

.breaker_brands h3 {
	font-size: 30px;
	color: #016299;
	margin-bottom: 22px;
	text-align: center;
	text-transform: capitalize;
}	

.breaker_brands_item {
	width: 16.66%;
	float: none;
	text-align: center;
	padding: 10px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.breaker_brands_item h4 {
	margin-top: 1px;
	font-size: 18px;
	color: #000;
	font-family: "ProximaNovaCond-Semibold";
}	
	.breakers_nm_content_box {
	width: 100%;
	float: left;
	padding-top: 42px;
}
.breakers_nm_content_box p {
	font-size: 18px;
}
.breakers_nm_content_box h2 {
	color: #016299;
}	



/* vehicle dimantilers */


.banner_sec.vehicle_dismantilers::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4196078431372549);
    left: 0;
    top: 0;
}
.banner_sec.vehicle_dismantilers {
	min-height: 411px;
	position: relative;
	background-position-y: center;
}
.vehicle_dismantilers .banner_inner_sec {
	width: 1124px;
	position: relative;
	z-index: 1;
	padding-top: 102px;
	max-width:100%;
}
.vehicle_dismantilers .banner_content {
	font-family: "ProximaNovaCond-Semibold";
	font-size: 36px;
	color: #fff;
	padding-bottom: 10px;
}
.vehicle_dismantilers .banner_form_field {
	width: 100%;
	float: none;
	padding-top: 26px;
	padding-right: 0;
	padding-left: 0;
	max-width: 1070px;
	margin: 0 auto;
}
.vehicle_dismantilers .breaker-srch-area {
	position: relative;
	margin-bottom: 30px;
	padding: 24px 13px 34px 15px;
	background-color: #0000005e;
}
.vehicle_dismantilers .select_bx {
	float: left;
	width: 24%;
	padding: 0px 7px;
	padding-right: 7px;
	padding-right: 8px;
}
.vehicle_dismantilers .top-banner_btn {
	width: 27%;
	float: left;
	padding: 0px 10px;
	padding-top: 26px;
	padding-left: 7px;
	float: none;
	display: inline-block;
}

.vehicle_dismantilers .top-banner_btn input {
	position: relative;
	height: 45px;
	background: #ed1c24;
	border-radius: 100px !important;
	text-align: center !important;
	padding: 13px 15px;
}
.guaranteed_parts {
	text-align: center;
	background-image: -moz-linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(255,255,255) 100%);
}
.find_vehicle_sec h3 {
	text-align: center;
	color: #016299;
	font-size: 30px;
	margin-top: 30px;
	padding-left: 29px;
	margin-bottom: 40px;
}
.find_vehicle_each {
	background: url(images/find_swatch.png);
}
 .find_vehicle_sub {
	width: 100%;
	float: left;
	padding-left: 1px;
	padding-bottom: 7px;
}

.find_vehicle_each {
	background: url(images/find_swatch.png);
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);
	width: calc(33.3% - 19px);
	float: left;
	margin-right: 28px;
	min-height: 236px;
	border-bottom: 3px solid #016299;
	text-align: center;
	padding: 16px 15px 15px 23px;
}
.find_vehicle_each h4 {
	font-size: 70px;
	color: #fe8a01;
	margin-top: 5px;
	margin-bottom: 11px;
}
.find_vehicle_each p {
	font-family: "ProximaNovaCond-Semibold";
	color: #016299;
	font-size: 18px;
	left: ;
	letter-spacing: 0;
	line-height: 24px;
}
.find_vehicle_each:last-child {
	margin-right: 0;
}

.breaker_brands {
	width: 100%;
	float: left;
	padding-top: 69px;
	padding-left: 35px;
	padding-right: 35px;
}
.dismantilars_desc {
	padding-bottom: 12px;
}
.breaker_brands .dismantilars_desc h3 {
	margin-bottom: 32px;
}
.dismantilars_desc p {
	/* font-family: "ProximaNovaCond-Semibold"; */
	text-align: center;
	letter-spacing: 0;
	width: 949px;
	margin: 0 auto 15px;
	line-height: 22px;
	max-width:100%;
}
.dismantlers_content_sec h2, .dismantlers_content_sec h1, .dismantlers_content_sec h4, .dismantlers_content_sec h5, .dismantlers_content_sec h6 {
	color: #016299;
}
.dismantlers_content_sec {
	width: 100%;
	float: left;
}

.dismantlers_content_sec p {
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 24px;
}
.dismantlers_content_sec h4 {
	text-transform: uppercase;
	margin-top: 41px;
	font-size: 19px;
}	
.dsm_btn {
	text-align: center;
	padding-top: 25px;
}
.dsm_btn h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.dsm_btn ul {
	padding: 0;
	list-style-type: none;
}
.dsm_btn li {
	display: inline-block;
	vertical-align: top;
}
.dsm_btn li a {
	background: #238708;
	color: #fff;
	font-size: 20px;
	font-family: "ProximaNovaCond-Semibold";
	width: 219px;
	min-height: 45px;
	display: inline-block;
	text-align: center;
	padding: 8px 15px;
	margin: 2px 17px;
	margin-right: ;
	border-radius: 5px;
}



.ban-callus p {
    color: #fff;
    margin-bottom: 5px;
    opacity: 1;
    text-transform: uppercase;
    font-family: "ProximaNovaCond-Semibold";
    letter-spacing: 2px;
    font-size: 18px;
}
.ban-callus p a {
    color: red;
    padding-left: 15px;
}
.ban-callus {
	position: absolute;
	width: 100%;
	float: left;
	text-align: center;
	left: 0;
	bottom: 0;
	background: #003471;
	color: #fff;
	padding: 14px 15px 10px;
	z-index: 1;
}


.detail_form_btn {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}


/* find parts page */

.banner_sec.breakers_fcb_ban {
	background-color: #000;
	min-height: 438px;
	position: relative;
	
}
.breakers_fcb_ban .banner_inner_sec {
	padding-top: 92px;
	position: relative;
z-index: 1;
}
.breakers_fcb_ban .fcp-ban-title {
	color: #fff;
	font-size: 36px;
	margin-bottom: 14px;
}
.breakers_fcb_ban .banner_inner_sec .banner_content p {
	font-size: 17px;
	letter-spacing: .4px;
}
.ban_reg_fld {
	width: 540px;
	margin: 36px auto 0px;
	min-height: 130px;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 9px;
	padding: 29px 35px 21px 35px;
	max-width: 100%;
}
.ban_reg_fld span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.gb-field {
	margin-bottom: 15px;
}
/* .ban_reg_fld span::before {
	content: "";
	width: 59px;
	height: 100%;
	background: url(images/gb.png) rgb(55, 89, 163) no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
} */
.gb-field button {
	width: 60px;
	border: 1px solid #3759a3;
	height: 75px;
	background: #3759a3;
	color: #fff;
	font-size: 24px;
	border-radius: 0px 8px 8px 0px;
}
.reg_fld {
	border: 0;
	height: 100%;
	min-height: 75px;
	color: #fff;
	font-size: 43px;
	font-family: ProximaNova-Bold;
	text-transform: uppercase;
	padding: 7px 15px 1px 67px;
	text-align: center;
	background: url(images/gb.png) rgb(254, 138, 1);
	background-repeat: no-repeat;
	background-size: 50px 100%;
	padding-left: 60px !important;
	line-height: normal;
	width: calc(100% - 60px) !important;
	margin-right: 0;
	float: left;
	border-radius: 8px 0px 0px 8px !important !important;
}
.reg_fld::placeholder {
	color: rgba(255, 255, 255, 0.51);
	font-style: inherit !important;
	font-family: ProximaNova-Bold;
	text-align: center;
}


.fcb_ban_parts_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 352px;
	background:url(images/fin-a-part-ban-right.png);
		height: 349px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fcb_ban_parts_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 521px;
	background: url(images/fin-a-part-ban-left.png);
	height: 349px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}




.fcp-steps {
	background: rgb(0, 52, 113);
	color: #fff;
	width: 100%;
	float: left;
	min-height: 87px;
	padding: 20px 0px 5px;
}
.fcp-steps ol {
	list-style-type: none;
	padding: 0;
	counter-reset: my-awesome-counter;
}
.fcp-steps ol li::before {
	content: counter(my-awesome-counter);
	color: rgb(0, 52, 113);
	position: absolute;
	left: 0;
	width: 45px;
	height: 45px;
	top: 0;
	transform: ;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	padding: 9px 1px;
	left: 0;
	top: 0;
}
.fcp-steps ol li {
	position: relative;
	counter-increment: my-awesome-counter;
	float: left;
	width: 33.3%;
	color: #fff;
	padding: 14px 16px 10px 52px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: ProximaNovaCond-Semibold;
}
.fcp-steps ol li p {
	font-size: 18px;
	text-transform: uppercase;
	font-family: ProximaNovaCond-Semibold;
	font-weight: normal;
	color: rgb(255, 255, 255);
}
.fcp-features {
	width: 100%;
	float: left;
	border-bottom: 2px solid rgb(0, 52, 113);
	background: url(images/swatch.png) #fff;
	background-repeat: repeat;
	background-size: auto;
	min-height: 128px;
	padding: 29px 0px 22px;
}

.fcp-features .container {
	width: 1349px;
	max-width: 100%;
}
.list {
	padding: 0;
	list-style-type: none;
}
.list li {
	width: 25%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0;
}

.fcp-features-img {
	width: 70px;
	height: 70px;
	background: rgb(254, 138, 1);
	border-radius: 51px;
	text-align: center;
	position: relative;
}
.fcp-features-img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.list li p {
	font-size: 18px;
	color: #016299;
	font-family: ProximaNovaCond-Semibold;
	padding: 0px 24px;
	margin-bottom: 0;
}


.find-parts-form-sec {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 50px;
}
.vehicle-details-sec {
	width: 785px;
	background: rgb(248, 248, 248);
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	max-width: 100%;
}
.details-sec-title {
	width: 100%;
	background: rgb(0, 52, 113);
	color: #fff;
	text-align: center;
	float: left;
	min-height: 50px;
}
.details-sec-title h3 {
	color: #fff;
	margin: 12px 0px 12px;
}
.details-vhc-sec {
	width: 100%;
	float: left;
	padding: 15px;
	display: flex;
	min-height: 247px;
}
.details-vhc-img {
	text-align: center;
	border-right: 1px solid rgb(0, 52, 113);
	flex: 0 0 44.2%;
	padding-right: 50px;
}
.details-vhc-desc {
	padding-left: 50px;
	flex: 0 0 52%;
	padding-top: 20px;
}
.details-vhc-sec h4 {
	font-size: 24px;
	color: #000;
	margin-top: 23px;
}
.details-vhc-sec p {
	color: #777777;
	font-size: 18px;
	font-family: ProximaNovaCond-Semibold;
}
.fcp-dedc-list {
	padding: 0;
	list-style-type: none;
}
.fcp-dedc-list li {
	color: #151633;
	padding-bottom: 10px;
	font-family: ProximaNovaCond-Regular;
	font-size: 14px;
}
.fcp-dedc-list li label {
	font-family: ProximaNovaCond-Semibold;
	width: 100px;
}
.fcp-dedc-list li span {
	font-family: ProximaNovaCond-Regular;
	font-size: 14px;
}


.tab_forms .nav li {
	width: 50%;
	border: 0;
}
.tab_forms .nav li a {
	font-family: ProximaNovaCond-Semibold;
	font-size: 24px;
	border: 1px solid rgb(55, 89, 163);
	margin: 0;
	border-radius: 0;
	min-height: 79px;
	padding: 21px 20px 21px 48px;
	background: url(images/swatch.png);
	border: 0;
background: transparent;
position:relative;
}

.tab_forms .nav li.active.left-nav a::before {
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	height: calc(100% + 1px);
	background: #eee;
	left: -1px;
	top: -1px;
	background: url(images/active-bg-left.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tab_forms .nav li.active.right-nav a::before {
	content: "";
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 1px);
	background: #eee;
	right: -1px;
	top: -1px;
	background: url(images/active-bg-right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* .tab_forms .nav li.active a {
	background-color: rgb(255, 248, 241);
	border: 1px solid rgb(254, 138, 1);
} */
.tab_forms  .nav-tabs > li.active > a, .tab_forms  .nav-tabs > li.active > a:focus, .tab_forms  .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color:transparent;
	border: 0px solid rgb(221, 221, 221);
	border-bottom-color: transparent;
}
.tab_forms .nav li a span {
	color: rgb(207, 212, 221);
	font-family: ProximaNovaCond-Semibold;
	font-size: 24px;
	position:relative;
	z-index:1;
}
.tab_forms .nav li.active a span {
	color: rgb(0, 52, 113);
}
.fcp-req-list h5 {
	color: #fe8a01;
	text-transform: uppercase;
}
.fcp-req-list ul li {
	color: #3a3a3a;
	font-size: 14px;
	border-bottom: 1px solid rgb(237, 237, 237);
	padding: 15px 20px 13px 0px;
	position: relative;
	font-family: ProximaNovaCond-Regular;
	font-weight: normal;
}
.fcp-req-list ul li:last-child {
	border-bottom: 0;
}
.fcp-req-list ul li .close_ico {
	position: absolute;
	font-size: 25px;
	top: 16px;
	right: 7px;
	cursor: pointer;
	z-index: 1;
	width: 16px;
	height: 16px;
	font-size: 0;
	background: url(images/close_ico.png);
	background-position: center;
}
.tab_forms  .nav.nav-tabs {
	border: 1px solid rgb(104, 159, 206);
	background: url(images/swatch.png);
}
.tab-content {
	background: rgb(0, 52, 113);
	padding: 24px;
	width: 100%;
	float: left;
}
.fcp-form-control {
	background: #fff;
	min-height: 43px;
	padding: 11px 15px 10px;
	color: #000;
	border: 1px solid #fff;
}
.fcp-form-group {
	color: #ffff;
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.fcp-form-group label {
	color: #fff;
	font-family: ProximaNovaCond-Regular;
	font-size: 14px;
	text-transform: uppercase;
}
.fcp-form-control {
	background: #fff;
	min-height: 43px;
	padding: 11px 15px 10px;
	color: #000;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 5px;
}
.fld-left {
	width: 50%;
	padding-right: 10px;
}
.fld-right {
	width: 50%;
	float: right;
	padding-left: 10px;
}

.fcp-submit-sec.text-center {
	width: 100%;
	float: left;
}

.sbmt-btn {
	width: 250px;
	background:#009900;
	color: rgb(255, 255, 255);
	font-family: ProximaNovaCond-Semibold;
	text-align: center;
	min-height: 44px;
	padding: 10px 15px 10px;
	border-radius: 4px;
	font-size: 16px;
	position: relative;
	border: 0;
}
.tab_forms {
	width: 785px;
	max-width:100%;
	margin: 49px auto 15px;
}
.fcp-req-list {
	width: 100%;
	float: left;
	background: #fff;
	padding: 5px 25px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.browse-btn-sec {
	float: left;
}
.offer_sec {
	width: 100%;
	min-height: 330px;
	float: left;
	background: url(images/offer.jpg) rgb(248, 238, 225);
	background-size: cover;
	background-repeat: no-repeat;
}
.nxt-btn {
	width: 250px;
	background: url(images/rt-arrow.png) #009900;
	color: rgb(255, 255, 255);
	font-family: ProximaNovaCond-Semibold;
	float: right;
	text-align: left;
	min-height: 44px;
	padding: 10px 29px 10px;
	border-radius: 3px;
	font-size: 16px;
	border: 0;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position-x: 91%;
	background-position-y: center;
}
.browse-fld {
	width: 250px;
	background: rgb(35, 135, 8);
	color: rgb(255, 255, 255);
	font-family: ProximaNovaCond-Semibold;
	float: left;
	text-align: center;
	min-height: 44px;
	padding: 10px 15px 10px;
	border-radius: 0;
	font-size: 16px;
	position: relative;
}

.browse-fld input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	cursor: pointer;
	opacity: 0;
}
.browse-fld {
	width: 250px;
	background: rgb(35, 135, 8);
	color: rgb(255, 255, 255);
	font-family: ProximaNovaCond-Semibold;
	float: left;
	text-align: center;
	min-height: 44px;
	padding: 10px 15px 10px;
	border-radius: 0;
	font-size: 16px;
	position: relative;
}

.addmore-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	background: rgb(35, 135, 8);
	color: #fff;
	font-family: ProximaNovaCond-Semibold;
	float: right;
	text-align: center;
	min-height: 43px;
	padding: 10px 15px 10px;
	border-radius: 0px 3px 3px 0px;
	font-size: 16px;
	cursor: pointer;
	height: 25px;
}
.add-more-parts .fcp-form-control {
	width: 100%;
}
.add-more-parts {
	position: relative;
}
.japanese_car_breakers .banner_form_field {
	width: 100%;
	float: none;
	padding-top: 26px;
	padding-right: 0;
	padding-left: 0;
	max-width: 1070px;
	margin: 0 auto;
}
.japanese_car_breakers .breaker-srch-area {
	position: relative;
	margin-bottom: 30px;
	padding: 24px 13px 34px 15px;
	background-color: #0000005e;
}
.japanese_car_breakers .select_bx {
	float: left;
	width: 24%;
	padding: 0px 7px;
	padding-right: 7px;
	padding-right: 8px;
}
.japanese_car_breakers .top-banner_btn {
	width: 27%;
	float: left;
	padding: 0px 10px;
	padding-top: 26px;
	padding-left: 7px;
	float: none;
	display: inline-block;
}

.japanese_car_breakers .top-banner_btn input {
	position: relative;
	height: 45px;
	background: #ed1c24;
	border-radius: 100px !important;
	text-align: center !important;
	padding: 13px 15px;
}

.japanese_car_breakers .banner_inner_sec {
	padding-top: 78px;
	width: 1070px;
	max-width: 100%;
	
}
.japanese_car_breakers .banner_form_field {
			padding-top: 44px;
}
.japanese_car_breakers .breaker-srch-area {
	padding: 24px 20px 30px 26px;
}
.offer-img {
	float: right;
	width: 50%;
	padding: 26px 15px;
}
.offer-text {
	float: left;
	width: 50%;
	text-align: left;
}
.japanese_car_breakers  .banner_sec {
	min-height: 438px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	background-position: right bottom;
}
.japanese_car_breakers .banner_content h1 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 1px;
}
.japanese_car_breakers .breaker-srch-area select {
	height: 50px;
}
.japanese_car_breakers .top-banner_btn input {
	position: relative;
	height: 49px;
	background: rgb(254, 138, 1);
	text-align: left !important;
	padding: 13px 22px;
	border-radius: 4px !important;
}
.japanese_car_breakers .banner_content p {
	font-size: 24px;
	font-family: ProximaNovaCond-Light;
	letter-spacing: 0;
}
.offer-text h4 {
	color: #bb0926;
	font-family: "Mont-HeavyDEMO";
	font-size: 51px;
	text-align: ;
	text-transform: uppercase;
}

.offer-text p {
	font-size: 30px;
	color: #3a3a3a;
	font-family: "Mont-HeavyDEMO";
	line-height: 33px;
}
.offer-text p span {
	font-size: 30px;
	color: rgb(187, 9, 38);
	font-family: "Mont-HeavyDEMO";
	line-height: normal;
	text-transform: uppercase;
}
.offer-text {
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 100px;
	padding-left: 80px;
}

.japanese_find_parts {
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.japanese_car_breakers  .breakers_nm_content_warp {
	width: 100%;
	float: left;
	padding-top: 49px;
	padding-bottom: 15px;
}
.bg-title {
	background: rgb(35, 135, 8);
	color: #fff;
	text-align: center;
	padding: 22px 15px;
	width: 841px;
	min-height: 80px;
	font-size: 30px;
	margin: 0 auto 25px;
	max-width: 100%;
}
.jpn_category_description {
	text-align: center;
}

.japanese_find_parts .bg-title {
	width: 100%;
	font-size: 72px;
}

.find_parts_right {
	width: 70%;
	float: right;
	padding-left: 35px;
}
.find_parts_left {
	width: 30%;
	float: left;
}
.find_parts_right .tab_forms {
	margin: 0;
	float: left;
}
.jpns-side-content p, .jpns-side-content a {
	color: #fff;
	font-size: 19px;
	font-family: ProximaNovaCond-Semibold;
}

.jpns-side-content {

	color: #fff;
	padding: 30px 15px;
	background: url(images/swatch.png) rgb(190, 22, 49);
}
.jpns-sidebar {
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);
	width: 100%;
	float: left;
}
.jpns-sidebar {
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);
	width: 100%;
	float: left;
	padding-top: 23px;
}
.jpns-sidebar img {
	margin-left: 27px;
	margin-bottom: 30px;
}

.browse-fld::after {
	content: "";
	width: 25px;
	height: 21px;
	display: inline-block;
	background: url(images/browse.png);
	margin-left: 24px;
	margin-bottom: -5px;
	background-repeat: no-repeat;
	background-position: center;
}

.addmore-btn::after {
	content: "";
	width: 24px;
	height: 21px;
	display: inline-block;
	background: url(images/add_ico.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	margin-left: 0;
	margin-bottom: -5px;
	background-repeat: no-repeat;
	background-position: center;
}


.overlay{
   	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
  content:"";
  color:white;
  height:120px;
  width:120px;
  background:transparent;
  border-radius:50%;
  border:20px solid red;
  animation:load10 1s infinite;
}

@keyframes load10{
  50%{
    transform:rotatez(180deg);
    border-style:dashed;
    border-color:red maroon indianred orangered;
  }
  100%{
    transform:rotatez(360deg);
  }
}

body.wbrms_loader{
        overflow: hidden; 
     
}
    /* Make spinner image visible when body element has the loading class */
body.wbrms_loader .overlay{
        display: block;
 }	
 .nxt-btn.cbn-step2 {
	cursor: pointer;
}
 
 .browse-fld {
	cursor: pointer;
}
.cbn-form-alert.alert-danger:empty {
    padding: 0;
}
.cbn-form-alert.alert-danger {
    padding: 7px 15px;
    margin-bottom: 7px;
	color:red;
}
.invalid-feedback {
	color: #dd2845;
}
.fcp-form-group.fld-left {
	clear: left;
}

.cbn-form-alert.alert-success {
	padding: 7px 15px;
	margin-bottom: 15px;
}
/* 9.3.21 */
.manchester_form.scrap_form .scfp-form-content form label {
    text-transform: capitalize !important;
}
.manchester_form.scrap_form h4 {
    text-align: center;
    padding-bottom: 30px;
}
.manchester_pg .car_manchester_sec.scrap_manchester h1 {
    text-transform: capitalize;
    font-family: "Poppins-Bold";
    font-weight: normal;
    color: #003471;
	word-spacing: 4px;
}
.manchester_pg .car_manchester_sec.scrap_manchester {
    text-align: center;
}
.manchester_pg .scrap_my_car_mid_sec {
    width: 925px;
    float: none;
    margin: 0 auto;
    max-width: 100%;
}
.manchester_pg .enq-cts {

   position: relative;
width: 100%;
float: left;
padding: 50px 80px;
margin-top: 45px;
background-repeat: no-repeat !important;
background-image: url(images/scrap-my-car.png) !important;
background-size: cover;
background-position: center;
border-radius: 0px;
}
.manchester_pg .manchester_form {
    width: 100%;
    float: left;
    background-color: transparent;
}


.request_img img {
    width: auto;
    box-shadow: none !important;
    object-fit: contain !important;
    height: auto;
}
.scrap_car_main {
    width: 100%;
    float: left;
    text-align: center;
}
.scrap_car_main {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 72px;
}
.scrap-cars_frm h2 {
    color: #016299;
    font-family: "Poppins-Bold";
    text-transform: uppercase;
    font-size: 24px;
}
.scrap-cars_frm h2 span {
    font-family: "Poppins-Light";
    color: #016299;
}
.request_list_sec {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.request_list li {
    width: 33.3%;
    float: left;
}
.request_img {
   width: auto;
    float: left;
}
.request_content {
    width: calc(100% - 68px);
    float: right;
	text-align: left;
padding-left: 17px;
}
.request_list {
    width: 68%;
    float: none;
    margin: 0 auto;
}
.request_content h3 {
    margin-top: 8px;
    font-size: 22px;
    text-transform: uppercase;
}
.inner_pages.scrap-post {
    padding-bottom: 0px;
}
.manchester_pg .txt-clr {
    padding: 0px;
}
iframe {
    width: 100%;
    float: left;
}
.manchester-price-sec {
    width: 100%;
    float: left;
    padding: 70px 15px;
        padding-top: 70px;
    padding-top: 154px;
}
.manchester-price-left-sec {
    width: 64%;
    float: left;
    position: relative;
}
.manchester-price-left-sec::after {
  position: absolute;
content: "";
width: 0;
height: 40px;
border-bottom: 541px solid #fff;
border-left: 66px solid transparent;
right: 47px;
top: 0px;
}
.manchester-price-right-sec {
    width: 36%;
    float: left;
}
.manchester-content_sec {
    width: 603px;
    float: left;
    background-color: #21252e;
    color: #fff;
    margin-left: -176px;
    position: relative;
   padding: 55px 67px;
}
.manchester-content_sec h3 {
    font-family: "Poppins-Bold";
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}
.price_list {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.price_list li {
    padding-bottom: 20px;
    font-size: 17px;
	position: relative;
	padding-left: 38px;
}
.manchester-price-right-sec {
    width: 36%;
    float: left;
    padding: 64px 0px;
    padding-bottom: 54px;
padding-bottom: 98px;
}
.price_list li::before {
    position: absolute;
    content: "";
    background-image: url(images/price-chk.png);
    background-size: 100%;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    top: 4px;
    left: 0px;
}
.rochdale_pg {
    padding-bottom: 60px;
	 width: 100%;
    float: left;
}
.oldham_pg {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.request_content h4 {
    font-family: "Poppins-Bold";
font-size: 22px;
    color: #242831;
    text-transform: uppercase;
}
.request_content h3 {
    font-size: 22px;
    font-family: "Poppins-Regular";
    color: #242831;
}
.phone-section.manchester_ph {
    background-color: #fff;
}
.phone-section.manchester_ph::before {
    display: none;
}
.manchester_pg_header .top-header-section {
    width: 50%;
    float: left;
	padding-top: 14px;
}
.manchester_pg_header .header-section {
    width: 50%;
    float: left;
	padding: 0px;
}
.manchester_pg_header {
    width: 100%;
    float: left;
    padding-top: 27px;
padding-left: 81px;
padding-right: 83px;
padding-bottom: 12px;
}
.manchester_pg_header .logo-section {
    padding: 0px;
}
.sell_car_sec {
    font-family: "Montserrat-Light";
    color: #464646;
    font-size: 14px;
}
.manchester_pg_header .header_phone {
    display: inline-block;
    float: right;
}
.manchester_pg .north_list_sub.scrap_list_sub ul li p {
    font-family: "Montserrat-Light";
    text-transform: none;
    font-size: 15px;
color: #fff;
font-weight: bold;
}
.manchester_pg form #scfp-name {
    border: 0px !important;
}
.manchester_pg form #scfp-4533347f9a8e {
    border: 0px !important;
}
.manchester_pg .north_list_sub {
   
    background-image: url(images/pattern-manchester.png);
	box-shadow: none;
background-repeat: no-repeat;
background-size: cover;
min-height: 230px;
padding-top: 15px;
padding-bottom: 2px;
   
}
.manchester_pg {
    width: 100%;
    float: left;
    padding-top: 18px;
}
.manchester_pg .container {
    width: 1287px;
}
.manchester_pg .north_list_sub.scrap_list_sub ul li {
    padding-right: 0px;
}
.manchester_pg .north_list_sub.scrap_list_sub ul li:nth-of-type(2n) {
    padding-left: 25px;
}
.manchester_pg .txt-clr h5 {
    padding-left: 30px;
    padding-right: 15px;
}
.post-content {
    padding-left: 0px !important;
}
.manchester_frm_ctrl label {
    font-family: "ProximaNovaCond-Regular";
    color: #fff;
    text-align: left;
    width: 100%;
}
.manchester_frm_ctrl input {
    min-height: 50px;
    border-radius: 7px !important;
    border: 0px;
}
.manchester_frm_ctrl input {
    min-height: 50px;
    border-radius: 7px !important;
    border: 0px;
	margin-bottom: 15px;
	width: 100%;
}
.manchester_frm_ctrl.manchester_msg_fld {
    width: 100%;
    margin-bottom: 43px;
}
.manchester_frm_ctrl.manchester_msg_fld textarea {
    border-radius: 7px;
    border: 0px;
    height: 83px;
    padding: 15px;
}
.submit_fld.manchester_sub input {
    background-color: #fe8a01 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-family: "ProximaNovaCond-Semibold";
    letter-spacing: 1px;
    font-weight: 500 !important;
    width: 261px !important;
    height: 70px !important;
    font-size: 20px !important;
}
.manchester_frm_ctrl {
    width: 50%;
    float: left;
    padding: 0px 5px;
}
.manchester_pg #regnumber {
   background-image: url(images/manchester-reg.png) !important;
background-size: auto 100% !important;

height: 43px !important;
padding-left: 40px !important;
font-size: 20px !important;
color: #fff !important;
height: 50px !important;
background-position: left top !important;
background-color: #fbd500 !important;
background-repeat: no-repeat !important;
font-family: "ProximaNovaCond-Semibold";
padding-left: 52px !important;
}
.manchester_pg #postalnumber {
    background-image: url(images/manchester-postal.png) !important;
    background-size: auto 100% !important;   
    height: 50px !important;
    padding-left: 40px !important;
    font-size: 20px !important;
    color: #fff !important;
    height: 34px !important;
    background-position: left top !important;
    background-color: #ca0d30 !important;
    background-repeat: no-repeat !important;
   font-family: "ProximaNovaCond-Semibold";
   padding-left: 55px !important;
}
.manchester_frm_ctrl {
    position: relative;
}
.manchester_frm_ctrl label {
    font-family: "Montserrat-Light";
    font-size: 14px;
    font-weight: bold;
}
#qt_frm p {
    width: 100%;
    float: left;
    text-align: right;
    color: #fff;
    padding: 0px 5px;
	font-family: "Montserrat-UltraLight";
font-size: 12px;
margin-bottom: 0px;
}
.manchester_pg .scrap_content {
    padding-right: 40px;
	min-height: 150px;
}
.manchester_pg .scrap_content:nth-of-type(2n) {
    padding-right: 0px;
    padding-left: 30px;
}
.validation_error {
    width: 100%;
    float: left;
    text-align: left;
    color: red;
    padding-bottom: 15px;
}
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn, .loading-window {
  animation: fadeIn 0.4s both;
}

.loading-window {
  /* background: #333; */
  border-radius: 6px;
  color: #fff;
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 99;
}
.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: auto;
  top: 75%;
  left: 38%;
  margin: 0 auto;
}
.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}
.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #fff;
  animation: strikes 0.2s linear infinite;
}
.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
.car-detail {
  position: absolute;
  display: block;
  background: #fff;
  animation: speed 0.5s linear infinite;
}
.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 20px solid #fff;
}
.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}
.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #fff;
  background: none;
  box-sizing: border-box;
}
.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}
.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}
.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #333;
  background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), #333;
  animation-name: spin;
}
.car-detail.wheel2 {
  left: 82px;
}
.loader {
    display: none;
	position: fixed;
width: 100%;
height: 100%;
background-color: #000000bf;
z-index: 999;
}
.form_loader .loader {
    display: block;
}
#response {
    width: 100%;
float: left;
margin-bottom: 25px;
color: #fff;
}
.sucess {
    color: #fff;

border: 2px solid green;
padding: 10px;
margin-bottom: 20px;
width: 100%;
float: left;
}
.error {
    color: #fff;

border: 2px solid red;
padding: 10px;
margin-bottom: 20px;
width: 100%;
float: left;
}


/* 1-6-2021 */
.benifits_list {
	width: 100%;
	float: left;
	margin-top: 30px;
	background: url(images/swatch.png) #003471;
	color: #fff;
	max-width: 787px;
	padding: 30px;

}
.benifits_list ul {
	font-size: 19px;
	font-family: ProximaNovaCond-Semibold;
	padding-left: 15px;
	text-align: center;
	margin-bottom: 0;
}
.benifits_list ul li {
	list-style-type: disclosure-closed;
	margin-bottom: 10px;
	padding: 4px 0px;
	width: auto;
}
.benifits_list ul li:last-child {
	margin-bottom: 0;
}
/* #section {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
} */

.moreless-button {
	color: #016299;
	font-family: ProximaNovaCond-Semibold;
	cursor: pointer;
}
.moretext {
  display: none;
}

.notify-text {
	color: #fff;
	margin-top: -10px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.detail_delivery_sec.trust-sec img {
	width: 300px;
	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14);
	display: inline-block;
	border-radius: 50%;
	max-width: 100%;
}
.detail_delivery_sec.trust-sec {
	/* border-radius: 50%; */
	box-shadow: unset;
	text-align: center;
	overflow: unset;
}
.detail_delivery_sec.warrenty-sec {
	box-shadow: unset;
}





/* 7.6.21 */

.car_manchester_sec.scrap_my_manchester {
    text-align: center;
}
.car_manchester_sec.scrap_my_manchester p {
    font-size: 14px;
    font-family: "Poppins-Regular";
    color: #333;
}
.car_manchester_sec.scrap_my_manchester h1 {
    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #003471;
	text-transform: capitalize;
	line-height: 37px;
}
.scrap_car_mid_sec {
    width: 100%;
    float: left;
	padding-top: 25px;
}
.enqi-cts {
    width: 100%;
    float: left;
    background-color: #46bad3;
    position: relative;
    padding: 40px;
	border-radius: 20px;
}
.enqi-cts h4 {
    font-family: "Poppins-SemiBold";
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.5px;
}
.scrap_form1 {
    width: 335px;
    float: none;
    margin: 0 auto;
}
.scrap_form input {
    width: 100%;
    height: 54px;
    border: 0px;
    border-radius: 0px;
	position: relative;
	
padding: 16px 0px;
padding-left: 56px;
}
.scrap_form label {
    color: #fff;
    font-size: 16px;
	font-family: "BarlowCondensed-Regular";
}
.manchester_form.scrap_form .frm_ctrl {
    padding-bottom: 20px;
	position: relative;
}
.postcode_bg {
    position: absolute;
    width: 46px;
    height: 52px;
    background-image: url(images/post.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    left: 1px;
top: 30px;
z-index: 9;
}
.regname_bg {
    position: absolute;
    width: 46px;
    height: 52px;
    background-image: url(images/rno.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
   left: 1px;
top: 30px;
z-index: 9;
}
.manchester_form.scrap_form img {
    padding-top: 27px;
}
.frm_ctrl input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #d5d5d5 !important;
	font-family: "Poppins-SemiBold" !important;
	font-size: 24px;
  opacity: 1; /* Firefox */
}

.frm_ctrl input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d5d5d5 !important;
	font-family: "Poppins-SemiBold" !important;
	font-size: 24px;
}

.frm_ctrl input::-ms-input-placeholder { /* Microsoft Edge */
 color: #d5d5d5 !important;
	font-family: "Poppins-SemiBold" !important;
	font-size: 24px;
}
.quote_form_sub .frm_ctrl input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #d5d5d5 !important;
	font-family: "Poppins-SemiBold" !important;
	font-size: 16px;
  opacity: 1; /* Firefox */
}

.quote_form_sub .frm_ctrl input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d5d5d5 !important;
	font-family: "Poppins-SemiBold" !important;
	font-size: 16px;
}

.quote_form_sub .frm_ctrl input::-ms-input-placeholder { /* Microsoft Edge */
 color: #d5d5d5 !important;
	font-family: "Poppins-SemiBold" !important;
	font-size: 16px;
}
.frm_ctrl span {
    color: red;
    padding-left: 3px;
}
.enqi-cts::before {
	position: absolute;
	content:"";
    width: 382px;
    height: 227px;
    background-image: url(images/price1.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
   left: 0px;
top: 50%;
transform: translateY(-50%);
z-index: 9;
}
.enqi-cts::after {
	position: absolute;
	content:"";
    width: 382px;
    height: 227px;
    background-image: url(images/price2.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
   right: 0px;
top: 50%;
transform: translateY(-50%);
z-index: 9;
}
.sumit_btn_fld input {
    padding: 15px;
    font-size: 18px;
    font-family: "Poppins-SemiBold";
    background-color: #003471;
}
.join_sec h2 {
    color: #003471;
  
    text-align: center;
    font-size: 30px;
	font-family: "Poppins-Bold";
line-height: 36px;
}
.join_sec_list {
    width: 100%;
    float: left;
	text-align: center;
padding-top: 40px;
}
.manchester_sub {
    width: 100%;
    float: left;
}
.join_sec {
    width: 100%;
    float: left;
    padding: 85px 0px;
}
.join_lists li {
    display: inline-block;
    float: left;
    padding: 0px 29px;
    text-align: center;
}
.join_lists {
    display: inline-block;
}
.join_cont {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #000;
}
.join_cont {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #000;
    padding-top: 20px;
}
.best_price_sec1 {
    width: 100%;
    float: left;
}
.best_price_sec {
    width: 88%;
    float: left;
}
.best_price_sec1 h2 {
    color: #003471;
    font-family: "Poppins-Bold";
    font-size: 30px;
}
.best_price_sec h4 {
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    color: #333;
    padding-bottom: 15px;
}
.best_price_sec p {
    color: #888;
    font-family: "Poppins-Regular";
}
.best_price_btm_sec {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.best_price_ct h3 {
    font-size: 18px;
    color: #000;
    font-family: "Poppins-SemiBold";
	text-transform: uppercase;
}
.best_price_ct {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.best_price_lft {
    width: 50%;
    float: left;
    padding-right: 36px;
}
.best_price_rgt {
    width: 50%;
    float: right;
    padding-left: 36px;
}
.north_list_sub.scrap_list_sub .dealers_sec ul li p {
    font-family: "Poppins-Medium";
    font-size: 18px;
}
.dealers_sec {
    width: 72%;
    float: none;
    margin: 0 auto;
}
.dealers_sub {
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.dealers_sec ul li {
    padding-right: 20px !important;
}
.north_list_sub.scrap_list_sub {
    margin-top: 113px;
}
.best_price_rgt img {
    border-radius: 20px;
}
.best_price_lft img {
	 border-radius: 20px;
	 width: 100%;
}
.choosecar_sec {
    width: 100%;
    float: left;
    padding: 104px 0px;
	padding-bottom: 80px;
}
.choosecar_sec h5 {
    color: #003471;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Poppins-SemiBold";
    padding-bottom: 25px;
}
.choosecar_sec ul li {
    font-family: "Poppins-Medium";
    font-size: 16px;
    width: 50%;
    float: left;
    color: #000;
}
.txt-clr h5 {
    width: 100%;
    float: left;
    text-align: center;
    color: #016299;
    font-family: "Poppins-Regular";
    font-weight: 600;
}
.btm_quote_form {
    width: 100%;
    float: left;
    position: relative;
	margin-top: -174px;
}
.btm_quote.scrap_btm_frm {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0c2847;
    z-index: 9;
    left: 0;
    top: 0;
	padding: 0px 40px;
}
.quote_form_sec {
    background-color: #0c2847;
    width: 100%;
    padding: 60px 73px;
	float: left;
	border-radius: 20px;
}
.quote_form_sub .frm_ctrl {
    position: relative;
    width: 37.3%;
    float: left;
    padding: 0px 12px;
}
.quote_form_sub .sumit_btn_fld {
    width: 25.3%;
    float: left;
}
.quote_form_sub input {
    width: 100%;
    height: 50px;
    border: 0px;
    border-radius: 0px;
    padding-left: 52px;
}
.quote_form_sub .postcode_bg {
    position: absolute;
    width: 46px;
    height: 50px;
    background-image: url(images/post.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    left: 12px;
    top: 35px;
    z-index: 9;
}
.quote_form_sub .regname_bg {
    position: absolute;
    width: 46px;
    height: 50px;
    background-image: url(images/rno.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    left: 12px;
    top: 35px;
    z-index: 9;
}
.quote_form_sub h4 {
    font-family: "Poppins-Bold";
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.quote_form_sub .frm_ctrl label {
    font-family: "Poppins-Light";
    color: #fff;
	padding-bottom: 5px;
}
.sumit_btn_fld.btm_qt_frm #submit {
    
    background-position: 73% 54% !important;
    background-size: auto 38% !important;
}
.sumit_btn_fld #submit {
    background-image: url(images/arrow-white.png) !important;
background-size: auto 27% !important;
background-position: 71% center !important;
background-repeat: no-repeat !important;
}
.bf_footer1 {
    background: #003471;
    padding: 170px 0px 27px 0px;
}
.foot_logo1 img {
    max-width: 197px;
    height: 140px;
}
.manchester_pg.new_manchester .container {
    width: 1220px;
}
.sumit_btn_fld input {
    height: 60px;
}
.best_price_ct p {
    color: #888;
    font-family: "Poppins-Regular";
    line-height: 22px;
    font-size: 14px;
}
.txt-clr h5 {
    font-family: "Poppins-SemiBold";
}
.choosecar_sec_sub {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.manchester_pg .dealers_main {
    background-image: url(images/pattern-img.png);
    box-shadow: none;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    padding-top: 15px;
    padding-bottom: 2px;
}
.north_list_sub.scrap_list_sub.dealers_main ul li {
    width: 50%;
    float: left;
    height: 100px;
}
.sumit_btn_fld.btm_qt_frm input {
    background-color: #fe8a01;
}
.sumit_btn_fld.btm_qt_frm input {
    background-color: #fe8a01;
    height: 50px;
}
.sumit_btn_fld.btm_qt_frm {
padding-top: 35px;
}
.sumit_btn_fld.btm_qt_frm input {
    background-color: #fe8a01;
height: 50px;
padding-left: 45px;
text-align: left;
text-transform: capitalize;
font-size: 20px;
background-position: 73% 54% !important;
background-size: auto 38% !important;
}
.manchester_pg .txt-clr {
    padding: 0px;
    width: 100%;
    float: left;
}
.tab-val-sec .fade {
    opacity: 1!important;
}

.tab-val-sec {
    float: left;
    width: 100%;
}
.tab-val-inner {
    float: left;
    width: 100%;
    padding: 50px 0px 90px 0px;
}
.tab-val-sec .nav {
    display:flex;
    justify-content:center;
    border: 0px solid;
}

.tab-val-sec .tab-content {
    padding: 54px 0px;
    border-bottom: 1px solid;
    float:left;
    width:100%;
}

.tab-val-sec .nav li h2{
color: #fff !important;
text-align: center;
font-size: 30px;
max-width: 600px;
border-radius: 50px;
background: #d4d6da;
width: 50px;
height: 50px;
padding: 5px;
position: relative;
margin: 0px 100px;
}

.tab-val-sec .nav li a{
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  color: rgb(25, 33, 45);
  line-height: 1.857;
  text-align: center;
justify-content: center;
display: flex;
padding-top: 12px;
}

.tab-val-sec .nav li h2:after{
content: "";
display: block;
width: 175px;
height: 6px;
background: #d4d6da;
left: 60px;
top: 50%;
position: absolute;
}

.tab-val-sec .nav li:nth-child(4n) h2:after{
content: "";
display: none;
}


.value_sec{
    width: 80%;
float: none;
margin: 0 auto;
}


.value_sec .tit{
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  color: rgb(25, 33, 45);
  line-height: 1.25;
  text-align: center;
}


.value_sec .amount {
	font-size: 110px;
	font-family: "Montserrat-Bold";
	color: rgb(159, 211, 74);
	line-height: 0.325;
	text-align: center;
	padding: 100px 0px 70px 0px;
	font-weight: bold;
}
.value_sec .acc_btn {
	background-color: #003471;
	max-width: 100%;
	width: 417px;
	height: auto;
	font-size: 27px;
	font-family: "Poppins-Bold";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-top: 8px;
	border-radius: 0px;
}

.value_sec .call_to_action {
    width: 100%;
    float: left;
    background-color: #003471;
    margin-top: 20px;
    padding: 15px 20px;
    text-align: center;
    font-family: "Poppins-SemiBold";
    color: #fff;
    font-size: 18px;
    word-spacing: 2px;
    text-transform: capitalize;
    line-height: normal;
}


.value_sec .list_sec{
width: 100%;
float: left;
margin: 0 auto;
padding: 50px 0px 50px 0px;
}


.value_sec .list_sec .list{
    width: 25%;
float: left;
padding: 0px 10px;
}

.value_sec .list_sec .list .image{
width: 250px;
height: 100px;
vertical-align: middle;
text-align: center;
display: table-cell;
}

.value_sec .list_sec .list h4{
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  color: rgb(25, 33, 45);
  font-weight: bold;
  line-height: 1.429;
  text-align: center;
}

.step2_content_sec_arrange{
    width:100%;
    float:left;
}

.step2_content_sec_arrange h4{
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  color: rgb(255, 255, 255);
  line-height: 1.25;
}

.step2_content_sec_arrange h6{
  font-size: 14px;
  font-family: "Montserrat-Light";
  color: rgb(255, 255, 255);
  line-height: 1.857;
  text-align: left;
}

.step2_inner_arrange .form_control input{
background-color: #eceef3;
height: 55px;
width: 100%;
border: 0px;
border-radius: 0px;
}

.step2_inner_arrange .form_control textarea{
background-color: #eceef3;
height: 55px;
width: 100%;
border: 0px;
border-radius: 0px;
}

.step2_inner_arrange .form_control{
width: 50%;
float: left;
padding-right: 9px;
padding-bottom:25px;
}

.form_control.text_ctrl {
    width: 100%;
    float: left;
}

.step2_inner_arrange .steps_btm_txt ul{
   padding: 0 10px;
}

.step2_inner_arrange  .submit_fld {
    width: 100%;
    float: left;
    padding-top: 42px;
    text-align: center;
}

    .submit_fld.mob-view{
        display:none;
    }

     .or_sec{
        font-family: sans-serif;
        margin: 10px auto;
        color: #000;
        text-align: center;
        font-size: 30px;
        max-width: 100%;
        position: relative;
        float:left;
        width:100%;
        font-size: 14px;
          font-family: "Poppins-SemiBold";
      }
      .or_sec:before {
content: "";
display: block;
width: 45%;
height: 1px;
background: #000;
left: 0;
top: 50%;
position: absolute;
      }
      .or_sec:after {
content: "";
display: block;
width: 45%;
height: 1px;
background: #000;
right: 0;
top: 50%;
position: absolute;

      }
      
      
.thank_sec{
    float:left;
    width:100%;
	padding-top: 50px;
}      

.thank_sec img{ margin: 0 auto;
display: flex;
justify-content: center;
text-align: center;
}


.thank_sec .top_sec {
    text-align: center;
    padding: 20px 0px;
}


.thank_sec .btm_sec {
    text-align: center;
    padding: 50px 0px;
}


.thank_sec .top_sec h4{
  font-size: 36px;
 font-family: "Poppins-Bold";
  color: rgb(25, 33, 45);
  line-height: 1;
  text-align: center;
  margin-bottom:20px;
}


.thank_sec .top_sec h5{
  font-size: 30px;
  font-family: "Montserrat-UltraLight";
  color: rgb(25, 33, 45);
  line-height: 1;
  text-align: center;
}

.thank_sec .btm_sec h4{
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  color: rgb(25, 33, 45);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}


.thank_sec .btm_sec h5{
  font-size: 24px;
  font-family: "Montserrat-UltraLight";
  color: rgb(25, 33, 45);
  line-height: 1.25;
  text-align: center;
}

.thank_sec .btm_sec h5 a{
  font-size: 24px;
 font-family: "Poppins-SemiBold";
  color: #238708;
  line-height: 1.25;
  text-align: center;
}

/* .tab-val-inner { */
	/* display:none; */
/* } */

.nav.nav-tabs.basic li h2 i {
	display: none;
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* .nav.nav-tabs.basic li:nth-child(1) h2 span {
	display: none;
} */

.nav.nav-tabs.basic li:nth-child(1) h2  {
background: #238708;
}


.nav.nav-tabs.valuation li:nth-child(1) h2 span {
	display: none;
} 
.nav.nav-tabs.valuation li:nth-child(1) h2 i {
	display: block;
}


.nav.nav-tabs.valuation li:nth-child(2) h2  {
	background: #238708;
}



.nav.nav-tabs.arrenge li:nth-child(2) h2 span {
	display: none;
} 
.nav.nav-tabs.arrenge li:nth-child(2) h2 i {
	display: block;
}


.nav.nav-tabs.arrenge li:nth-child(3) h2  {
background: #238708;
}


.nav.nav-tabs.tnk li:nth-child(3) h2 span {
	display:none;
}
.nav.nav-tabs.tnk li:nth-child(3) h2 i {
	display:block;
}



.tab-val-sec .nav li:last-child::after {
	display: block;
}
.chk_fld.seond-check {
	padding-bottom: 15px;
	padding-top: 25px;
}



.tab-val-sec .nav li:nth-child(3) h2::after {
	display: none;
}
.instant-form-sec .call_to_action {
	font-size: 18px;
}

.step2_inner_arrange .instant-form-sec .submit_fld {
	width: 100%;
	float: left;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

.step2_sec {
    width: 100%;
    float: left;
    padding: 50px 0px;
	display: none;
}
.step2_inner {
    width: 80%;
    float: none;
    margin: 0 auto;

}
.step2_top {
    background-color: #19212d;
    width: 100%;
    float: left;
    padding: 20px;
}
.step2_img_sec {
    width: 25%;
    float: left;
	padding-right: 15px;
    margin-bottom: 15px;
}
.step2_content_sec {
    width: 75%;
    float: left;
    color: #fff;
}
.step2_content_sec h4 {
	color: #fff;
	padding-bottom: 0;
	margin-top: 40px;
}
.step_list {
    width: 100%;
    float: left;
    padding-left: 0px;
}
.step_list li {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-bottom: 7px;
}
.steps_lft {
    width: 167px;
    float: left;
}
.steps_rgt {
    width: calc(100% - 167px);
    float: right;
    padding-left: 20px;
}
.step2_content_padding {
    width: 100%;
    float: left;
    border: 1px solid #19212d;
    padding: 31px;
}
.chk_fld_sub label {
    color: #19212d;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    text-transform: uppercase;
	padding-top: 2px;
}
.steps_btm_txt {
    width: 100%;
    float: left;
    padding-top: 40px;
}
.steps_btm_txt h6 {
    font-size: 14px;
    padding-bottom: 8px;
	font-family: "Poppins-SemiBold";
}
.area_list {
    width: 100%;
    float: left;
	padding-bottom: 35px;
}
.tab-val-inner .tab-content {
    background-color: transparent;
}
.quote_text {
    border-bottom: 0px solid #eee;
    margin-bottom: 25px;
    background: #eee;
    padding: 15px 15px 3px;
    width: 100%;
    float: left;
}
.step2_content_padding .qt_frm p {
    color: #000 !important;
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    font-family: "Poppins-Regular" !important;
    padding: 0px !important;
    font-size: 16px !important;
}
.chk_label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk_label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk_label input:checked ~ .checkmark {
 background-color: #eceef3;
border: 3px solid #9fd34a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk_label .checkmark:after {
  left: 7px;
top: 3px;
width: 7px;
height: 12px;
border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.chk_fld_sub {
    display: inline-block;
    float: left;
    padding-right: 30px;
}
.chk_fld {
    width: 100%;
    float: left;
	padding-bottom: 27px;
padding-top: 20px;
}


.nav.nav-tabs.basic li a {
    border: 0px;
}
.nav.nav-tabs.basic li h2 span {
    color: #fff;
}
.form_input {
    width: 100%;
    float: left;
}
.form_control.floating-label input {
    background-color: #eceef3;
    height: 55px;
    width: 100%;
    border: 0px;
	border-radius: 0px;
	border: 1px solid rgb(25, 33, 45);
	color: #000;
}

.form_control input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #19212d;
	font-family: "Poppins-Regular";
	font-size: 14px;
}
.form_control input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #19212d;
    opacity: 1;
	font-family: "Poppins-Regular";
	font-size: 14px;
}
.form_control input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #19212d;
    opacity: 1;
	font-family: "Poppins-Regular";
	font-size: 14px;
}
.form_control input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #19212d;
	font-family: "Poppins-Regular";
	font-size: 14px;
}
.submit_fld input {
    font-family: "Poppins-Bold";
    font-size: 20px;
    background-color: #003471;
    border: 0px;
    width: 235px;
    height: 52px;
    color: #fff;
	max-width: 100%;
}
.submit_fld {
    width: 100%;
    float: left;
    padding-top: 42px;
}
.form_control.floating-label {
    width: 50%;
    float: left;
    padding-right: 9px;
}
.form_control.floating-label:last-child {
    padding-right: 0px;
    padding-left: 9px;
}
.step2_top.frm_mobile_view {
    display: none;
}
.steps_btm_txt p {
   font-family: "Poppins-Regular" !important;
font-size: 14px !important;
}
.quote_text h4 {
    font-family: "Poppins-SemiBold";
	font-size: 24px;
}
.quote_text p {
    font-family: "Poppins-Regular";
}
.call_to_action a {
    color: #238708;
}
.form_control.text_ctrl label {
    font-family: "Poppins-Regular";
    padding-bottom: 10px;
}
.instant_form p {
    font-family: "Poppins-Bold";
    font-size: 16px;
    padding-bottom: 15px;
}
.step2_content_sec h4 {
    font-size: 24px;
    font-family: "Poppins-Bold";
}



/* 10-6-2021 */

.tab-val-inner {
	display: none;
}

.vehicle_product.enq_detl_btns {
	padding: 10px 0px 0px;
	text-align: center;
}
.enq_detl_btns .vh-btn {
	margin: 0px 5px 5px;
	font-size: 14px;
	float: none;
	font-weight: normal;
	display: inline-block;
	width: auto;
	font-family: "ProximaNovaCond-regular";
	cursor:pointer;
}

.mkenq-btn.vh-btn {
	background: #238708;
}
.mkenq-btn.vh-btn:hover {
	background: #003471;
}

.popup-sec {
	position: fixed;
	width: 600px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index:999;
	max-width: 95%;
}
.popup-sec .detail_phone_sec {
    padding: 50px 43px;
}
/* .open-popup {
	overflow: hidden;
} */
.open-popup::after {
	content: "";
	position: fixed;
	width: 100%;
	background: #0000003d;
	height: 100%;
	left: 0;
	top: 0;
}
.pop-close {
	position: absolute;
	right: -7px;
	top: -11px;
	background: #fff;
	padding: 8px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	text-align: center;
	cursor:pointer;
}
.pop-close i {
	position: ;
	font-size: 18px;
	text-align: center;
	color: red;
}


.rm-count {
	font-family: "ProximaNovaCond-semibold";
	color: #006197;
	font-size: 34px;
}


.slider_sec .slider.slick-slider {
	height: auto !important;
	overflow: visible !important;
}
.slider-nav-thumbnails.slick-slider {
	margin-bottom: 0;
}
.slider-nav-thumbnails.slick-initialized.slick-slider{
	display: block !important;
}
.slick-next {
	top: 50%;
	transform: translateY(-50%);
}
.slick-prev {
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.slick-prev:hover {
 top: 50%;
		transform: translateY(-50%) rotate(180deg);
}
.slick-next:hover {
	top: 50%;
	transform: translateY(-50%);
}
.slick-slide img {
	opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
	height: 100px !important;
	object-fit: cover;
	width: 100%;
	padding: 1px;
}
.japanes-car-list {
	padding-top: 25px;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	float: left;
}
.japanes-car-list .bg-title {
	width: 500px;
	padding: 12px 15px;
	min-height: auto;
	margin-bottom: 30px;
}
.gb-field input.required:invalid {
	border: 0px solid red !important;
}

#thank {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
}
.stock-search .input-group-btn {
	width: 100px;
	float: right;
}
.stock-search .sr_by_ref_lt .form-control {
	width: calc(100% - 100px);
	float: left;
	border-radius: 0;
}


.breakers_nm_content_warp.dismantlers_warp {
	padding-bottom: 25px;
}

.find_part_btn::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	/* background: #016ba5; */
	right: -14px;
	top: 1px;
	/* transform: rotate(-39deg); */
	border: 1px dashed #23282d;
	opacity: .2;
}
.find_part_btn {
	padding: 0 15px;
	margin-right: 25px;
}
.ban_reg_fld .reg_fld {
	border-radius: 0;
}
.shopping.tab-spacing {
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.hm_breaker_brands {
	width: 100%;
	float: left;
	padding-top: 25px;
	margin-bottom: 50px;
}

.home_brands_list {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.hm_breaker_brands_item {
	flex: 0 0 16.66%;
	text-align: center;
	border: 1px solid #eee;
}

.hm_breaker_brands_item:hover img {
	animation-name: push;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
.hm_breaker_brands_item:hover {
	border: 1px solid #0162994f;
}
/* Push */
@keyframes push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hm_breaker_title {
	background: #016299;
	color: #fff;
	text-align: center;
	padding: 20px 25px;
	margin: 0;
}

.suppliers_description {
	width: 100%;
	float: left;
/* 	background-color: #f8f8f8; */
/* 	box-shadow: 4.243px 4.243px 11.83px 1.17px rgba(6, 11, 46, 0.14); */
	margin-bottom: 80px;
	padding: 35px;
	text-align: center;
}
.suppliers_description h4 {
	font-family: ProximaNova-Bold;
	font-size: 26px;
	color: #016299;
	margin-bottom: 40px;
}
.suppliers_description ul li {
	font-family: "ProximaNovaCond-Semibold";
	font-size: 16px;
	color: #016299;
	text-transform: uppercase;
	position: relative;
	padding-left: 0;
	margin-bottom: 10px;
	display: inline-block;
}
.suppliers_description ul li span {
	width: ;
	position: relative;
	font-family: "Poppins-SemiBold";
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding-left: 46px;
	padding-right: 15px;
}

.suppliers_description ul li span::before {
	position: absolute;
	content: "";
	background-image: url(images/Home-2_64.png);
	background-size: 100%;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	top: -3px;
	left: 0px;
}


/* Responsive  */
@media only screen and (max-width: 1250px) {
	.subimg {
		padding-right: 15px;
	}
		.social-icons {

		display: none;

	}
		.header_menu {

		width: 100%;

	}
	.banner_inner_sec {

		width: 100%;

	}
	.top-banner_btn::before {

	   
		left: 301px;
		

	}
	.link-btn {

		margin-top: 10px;

	}
}	
	
	
@media only screen and (min-width: 1200px) {
	.mobile-menus .hd_menu {
		display: none!important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-section .active .sub-menu {
		display: block;
	}
	.navbar-nav>li {
		margin-left: 8px;
	}
	.breaker-srch-area {
		padding: 15px 13px 30px 13px;
	}
	.link-btn {
		min-width: 100%;
	}
	.service-box {
		padding: 20px 18px 31px 18px;
		min-height: 339px;
	}
	.NID .link-btn {
		margin-top: 9px;
	}
	.tab-trigger {
		position: absolute!important;
		right: 30px!important;
		top: 35%!important;
	}
	.tab-trigger {
		display: block;
	}
	.sreach-field .menu-toggle {
		display: none;
	}
	.subimg,
	.subimg-enq {
		width: 100%;
	}
	
	.prt-bn a {
   FONT-SIZE: 18PX;}	 
	 
.btn-cts {
font-size: 18px;}
	
	
	.breaker_brands_item:nth-child(6n+1) {
	clear: left;
}	
}

@media only screen and (max-width: 1199px) {
	.manchester_pg.new_manchester h4 {
    font-size: 24px;
}
.best_price_sec h4 {
    font-size: 18px !important;
}
}

@media only screen and (max-width: 1200px) {
.join_lists li {
    width: 50%;
	padding-bottom: 20px;
}
}

@media only screen and (max-width: 1134px) {
	.enqi-cts::before {
    display: none;
}
.enqi-cts::after {
    display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
	.footer_menu li:nth-child(odd) {
		float: left;
		width: 100%;
	}
	.footer_menu li:nth-child(even) {
		float: left;
		margin-bottom: 8px;
		padding-left: 0px;
	}
	.sreach-field {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sreach-field button {
		min-width: auto
	}
	.social-icons ul {
		float: none;
		text-align: center;
	}
	.social-icons {
		float: left;
		width: 100%;
	}
	.menu-item-has-children i {
		text-align: center;
		line-height: 50px!important;
		height: 50px!important;
	}
	.cross-bar,
	.cross-bar::before,
	.cross-bar::after {
		width: 28px;
	}
	.social-icons {
		position: absolute;
		position: absolute;
		top: -31px;
		right: 0px;
		width: 20%;
	}
	.social-icons img {
		width: 20px;
	}
	.payment-icons {
		padding-left: 15px;
	}
	.payment-methds li {
		margin-left: 10px;
	}
	.sreach-field .search_input {
		width: 74%;
		float: left;
	}
	.social-icons li {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 1199px) {
	.manchester_pg_header .header_phone {
    float: left;
}
	
	.manchester_pg_header .first_car_menu {
		float: right;
		display: inline-block;
	}
		.scrap_quote a {
	font-size: 20px;
		}
		.menu-item-has-children .sub-menu a {
	  
		text-transform: capitalize;
	}
		.popup_bg {

		padding: 35px 10px;

	}
		.close i:hover {

		color: 

		#fff;
		opacity: 1 !important;

	}
		.second_car_menu .car_menu {
		display: none;
	}
	.sreach-field {

    
    width: 75%;
	}
	.car_menu i {

    font-size: 21px;
    color:  #003471;

	}
	.close {

    position: absolute;
    right: 38px;
    top: 30px;
    color:  #fff;
	font-size: 28px;
	z-index: 14;
	opacity: 1;

	}
	.popup_bg .nav.navbar-nav.hd_menu {

		display: block;

	}
	.header_menu .nav.navbar-nav.hd_menu {

		display: none;

	}
	.popup_menu {

    position: fixed;
    background-color: #003471;
	   width: 100% !important;
		height: 100%;
		left: 0;
		top: 0;
		display: none;
		z-index: 3;
		overflow-y: auto;

	}
	.car_menu {
		display: inline-block;
		float: right;
		cursor: pointer;
	}
	.car_parts_images {

		width: 50%;
		float: none;
		margin: 0 auto;

	}
	.subimg-enq {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 25px;
	}
	.top-banner_btn::before {
		left: 247px;
	}
	.sreach-field::before {  
		left: -10px;
	}
	.sreach-field button {
		margin-left: -90px;
	}
	.mobile-menus .active .sub-menu {
		display: block;
	}
	.menu-item-has-children .sub-menu {
		position: relative;
		float: left;
		
		overflow-y: scroll;
		width: 100%;
	}
	.menu-item-has-children i {
		top: -2px;
		left: 207px;
		cursor: pointer;
		width: 33px;
		z-index: 1;
		position: absolute;
		text-align: center;
		line-height: 44px;
		height: auto;
		height: 40px;
	}
	.menu-toggle {
		position: absolute;
		padding: 0.8em;
		top: 31px;
		right: 0PX;
		cursor: pointer;
		clear: initial;
	}
	.menu1-toggle {
		position: relative;
		padding: 0.8em;
		top: -19px;
		right: 0px;
		cursor: pointer;
		clear: initial;
		left: 0px;
		float: right;
	}
	.cross-bar,
	.cross-bar::before,
	.cross-bar::after {
		content: '';
		display: block;
		background: #fb9106;
		height: 3px;
		border-radius: 3px;
		-webkit-transition: all ease-in-out 350ms;
		transition: all ease-in-out 350ms;
		-moz-transition: all ease-in-out 350ms;
	}
	.cross-bar::before {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	.cross-bar::after {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	.menu-section {
		position: relative;
	}
	.open .cross-bar::after {
		-webkit-transform: translateY(-1px) rotate(-90deg);
		transform: translateY(-1px) rotate(-90deg);
	}
	.open .cross-bar {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open .cross-bar::before {
		display: none;
	}
	.menu-section .hover-me:hover .sub-menu {
		display: none;
	}
	.hd_menu {
		display: none;
		float: left;
		width: 100%;
	}
	.menu-section {
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		float: left;
		width: 100%;
	}
	.navbar-nav > li > a {
		letter-spacing: 1px;
		word-spacing: 0.5px;
		text-transform: uppercase;
		font-size: 16px;
		font-family: "ProximaNovaCond-Regular";
		padding: 13px 10px;
	}
	.menu-item-has-children .sub-menu {
		
		background: 
		transparent;
		padding-left: 25px !important;
	}
		.menu-section .col-md-12 {
		padding: 0px;
	}
	.navbar-nav {
		margin: 0px;
	}
	.box-menu-toggle {
		display: block;
	}
	.box-dsk-menu .hd_menu {
		display: none;
	}
	.header-section {
		position: relative;
	}
	.menu-item-has-children i {
		display: block;
	}
	.navbar-nav>li>a {
		z-index: 1;
	}
	iframe {
		width: 100%;
	}
	.second-col-6 {
		padding-left: 15px;
	}
	
	.enquiry-tab p {
		letter-spacing: 0px;
		margin-bottom: 21px;
	}
	.breaker-parts-discription {
		padding: 18.4px 0px;
	}
	.menu-section {
		background-image: none;
	}
	.hd_menu > li.current-menu-item > a {
		border-bottom: 0px;
	}
	.nav.navbar-nav.hd_menu li:hover a {
		color: 
		#fb9106;
	}
	.menu-section {
		width: 100%;
		float: left;
	}

	.nav.navbar-nav.hd_menu li.current_page_item a {
		color: 
		#fb9106;
	}
	.current_page_ancestor .current_page_item {
		background-color: 
		transparent !important;
	}
	.sub-menu li:hover a {
		 color: 
		#fb9106 !important;
	}
	.nav.navbar-nav.hd_menu li:hover .sub-menu li a {
		color: 
		#fff !important;
	}
		.hd_menu {
			background-color: #003471;
			width: 100%;
	height: 100vh;
	padding: 25px 10px;
		padding-left: 10px;
		/* background-image: -moz-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%); */
		/* background-image: -webkit-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgba(62, 164, 35, 0.84) 100%); */
		/* background-image: -ms-linear-gradient( 90deg, rgb(25, 111, 2) 0%, rgb(67, 170, 39) 75%, rgb(108, 229, 76) 100%); */
	}
	/* .header-section { */
		/* box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); */
		/* -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); */
		/* -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); */
	/* } */

	.menu-section .col-xs-12 {
		margin: 0px;
	}
	.menu-item-has-children i {
		float: right;
	}
	.menu-section .container {
		width: 100%;
	}
	.sub-menu li a {
    letter-spacing: 1px;
    word-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "ProximaNovaCond-Regular";
    padding: 1px 10px;
}
	.mobile-menus {
		float: left;
		width: 100%;
	}
	::-webkit-scrollbar-thumb {
		background: #32931a
	}
	.current-breaking .sub-menu {
		min-width: 100%;
		left: 0px;
		padding: 0px 0px;
		width: 100%;
	}
	.current-breaking .sub-menu li {
		float: left;
		border-bottom: 1px solid #fff;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.menu-item-has-children .sub-menu li {
    
    border-bottom: 0px;
}
	.mobile-phone-section img {
		float: left;
		position: relative;
		top: 0px;
	}
	
	.inner_pages h1,
	.inner_pages h4 {
		font-size: 19px;
		line-height: 26px;
	}
	.one-md-6::before {
		display: none;
	}
	.breaker-srch-area i {
		display: none;
	}
	.sub-productview-img {
		margin-bottom: 30px;
	}
	.sub-productview-img {
		min-height: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.dealers_sec {
    width: 100%;
	}
	.step2_content_sec {
		width: 100%;
		float: left;
		color: #fff;
	}
		.step2_img_sec {
		width: 100%;
		float: left;
		padding-right: 0px;
		margin-bottom: 15px;
	}
		.form_control.floating-label {
		width: 100%;
		float: left;
		padding-right: 9px;
		margin-bottom: 15px;
		padding-right: 0;
		padding-left: 0;
	}
	.form_control.floating-label:last-child {
		padding-right: 0px;
		padding-left: 0;
	}
	.vehicle_dismantilers .banner_inner_sec {
		padding-top: 50px;
	}
	.vehicle_dismantilers .banner_content {
		font-size: 30px;
	}	
	
	.fcb_ban_parts_left {
		width: 300px;
		height: 349px;
	}
	.fcb_ban_parts_right {
		width: 200px;
		height: 199px;
	}
	.fcp-steps ol li::before {
		top: 11px;
	}
	.list li {
		display: block;
		float: left;
		text-align: center;
	}
	.fcp-features-img {
		display: inline-block;
	}
	.japanese_find_parts .container {
		width: 100%;
	}
	.find_parts_left {
		width: 100%;
		float: left;
	}	
	.find_parts_right {
		width: 100%;
		float: right;
		padding-left: 0;
		margin-top: 30px;
	}
	.japanese_find_parts .bg-title {
		width: 100%;
		font-size: 42px;
	}
}
@media only screen and (max-width: 991px) {
	.quote_form_sub .postcode_bg {    
    left: 0px;
   }
	.quote_form_sub .regname_bg {
    
    left: 0px;
    
}
	.quote_form_sub .frm_ctrl {
   
    padding: 0px 0px;
        padding-bottom: 0px;
}
	.bf_footer1 {
    padding-top: 50px;
}
	.btm_quote_form {
    padding: 60px 0px;
    margin-top: 0px;
}
.quote_form_sub .frm_ctrl {
    
    width: 100%;
    
    padding-bottom: 20px;
}
.sumit_btn_fld.btm_qt_frm {
    width: 100%;
}
.sumit_btn_fld.btm_qt_frm input {
    width: 231px;
}
.btm_quote.scrap_btm_frm {
    position: relative;
}
.best_price_sec {
    width: 100%;
}
	.manchester_pg .scrap_content:nth-of-type(2n) {
    padding-right: 0px;
    padding-left: 0px;
}
	.manchester_pg .scrap_content {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    min-height: auto;
}
	.manchester-price-left-sec::after {
   
    display: none;
}
	
	.request_list {
    width: 100%;
}
.manchester-price-left-sec {
    width: 100%;
    text-align: center;
}	
.manchester-price-right-sec {
    width: 100%;
}	
.manchester-content_sec {
    width: 100%;
    margin-left: 0px;
}	
	.rhs-no-padding.desk_eqry {
		display: none;
	}
		.res_car_dl {
		display: block;
	}
		.scfp-form p {

		text-align: left !important;

	}
		.scrap_left {

		width: 100%;

	}
	.scrap_right {

		width: 100%;

	}
		
		.breaking_car_parts.any_class-mob {
			width: 33.3%;

	}
		.semi-fnt.toggle-ctgy {
		margin-bottom: 0px;
	}
		.category.top-banner-sreach-section {
		margin-right: 20px;
	}
		.Content {
		width: 100%;
	}
		.sidebar1 {
		width: 100%;
	}
		.scrap_main {
		margin-right: 25px;
	}
		.subimg-enq {

		width: 100%;

	}
		.subimg {

		width: 100%;

	}
		.north_list_img {
		width: 100px;
		float: left;
	}
	.north_list_sub ul li p {
		width: calc(100% - 100px);
		float: right;
		vertical-align: middle;
		padding-top: 17px;
	}
		.tab-spacing.archive_heading {
		padding-top: 15px;
	}
		.north_list_sub ul li {

		width: 50%;
		height: 94px;

	}
	.north_list_sub {
		min-height: 251px;
	}
		.breaking_car_parts {

		width: 25%;

	}
		.c-models {

		
		min-height: 88px;

	}
		
		.northwest_list {

		width: 100%;
		padding-left: 0px;

	}
		.northwest_content {

		width: 100%;

	}
		
		.scrap-cars.scrap_cars_img img {

		height: 241px;

	}
		.enq-cts {

		padding: 19px 15px;

	}
	.scrap_manchester_right {

		padding-right: 15px;
		padding-left: 15px;
		

	}
		.scrap_content {

		
		min-height: 221px;
		}
		.header-section {

		padding-left: 20px;

	}
		.payment-icons {

		padding-top: 14px;
		padding-left: 10px;

	}
		.footer_touch {

		width: 25%;
		padding-left: 0px;

	}
	.payment-icons {

		width: 20%;

	}
		.foot_menu {

		padding-left: 15px;

	}
		.foot_menu {

		width: 30%;

	}
		.ft-logo {

		padding-left: 0px;

	}
		.foot_logo {

	   
		max-width: 100%;

	}
		
		.ft-logo img {

		max-width: 100%;

	}
		
		.header-section {

		padding-top: 30px;

	}
	.top-banner_btn {

		padding-top: 0px;

	}
	.top-banner_btn::before {

		left: 206px;

	}
	.shopping.tab-spacing {

		padding-top: 5px;
		padding-left: 15px;
		padding-right: 15px;

	}
	.quality_content {
	   
		min-height: 72px;
	width: 100%;
	padding-right: 15px;
	}
	.best_quality_section {

		
		padding-bottom: 30px;

	}
	.service_img {

		width: 100%;
		padding-top: 0;
		min-height: 114px;

	}

	.service_content {

		width: 100%;
		padding-left: 0px;

	}
	.rel-product-tab th:nth-child(2) {
		min-width: 295px;
	}
	.rel_pro {
		overflow-y: AUTO;
	}
	.rel-product-tab tr td:nth-child(1) img {
		width: 77px;
		max-width: initial;
		height: auto;
	}
	table {
		table-layout: fixed;
	}
	.rel-product-tab tr td:nth-child(1) {
		float: left;
		width: 100%;
		padding-right: 19px;
	}
	.rel-product-tab tr td:last-child {
		padding: 30px 20px;
	}
	.hd_menu>li.current-menu-item>a {
		
		padding: 10px 15px;
	}
	.left-col3 {
		padding-right: 15px;
	}
	.left-col3 {
		width: 100%;
	}
	.top-banner-wraper .col-md-9 {
		width: 100%;
	}
	.quality-spares {
		padding: 25px 0px 0px 0px;
	}
	
	.tab-section{overflow-y: auto;}
	.RQ-table{margin-top: 30px;}
	.breadcumbs-links{display:none;}
	
	
	.tab-section th:nth-of-type(1){        min-width: 24px;} 
	.tab-section td:nth-of-type(1){min-width: 120px;}
	
	.tab-section th:nth-of-type(2),.tab-section th:nth-of-type(3),.tab-section th:nth-of-type(4){min-width: 220px;}
	
	
	
	
	.RQ-table tr th:nth-child(3) {
		padding-left: 40px;
	}
		.RQ-table tr td:nth-child(3) {
		padding-left: 40px;
	}
		
		.enq-cts .scfp-form-content {
		left: 0px;
	}

	.toggle-ctgy .fa{    display: block;
    float: right;
    position: relative;
    top: 2px;
    /* color: #fb9106; */
    cursor: pointer;
    font-size: 27px;}	
	
	.browse-ctgy{display:none;}
	
	.contentarea{float:left; margin-top:30px;  width:100%;}
	.breakers_nm_ban .top-banner_btn {
		width: 25%;
	}
	.breakers_nm_ban .select_bx {
		float: left;
		width: 25%;
	}
	.breakers_nm_ban .top-banner_btn .srch_btn {
		margin-top: 0;
	}
	
	.breaker_brands {
		padding-left: 0;
		padding-right: 0;
	}
	.vehicle_dismantilers .top-banner_btn {
		width: 50%;
	}
	.breakers_nm_ban .top-banner_btn input {
		width: 100% !important;
	}
	.vehicle_dismantilers .select_bx {
		float: left;
		width: 33.3%;
	}
	.japanese_car_breakers .select_bx {
		width: 33.3%;
	} 
	 
	 .japanese_car_breakers .top-banner_btn {
		width: 100%;
		padding-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.hm-breaker-vehicles .view_product:nth-child(4n + 1) {
		clear: left;
	}
}
@media only screen and (min-width: 768px) {
	.mobile-phone-section img,
	.mobile-phone-section a {
		display: none;
	}
	.overview_product:nth-child(5n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hm-breaker-vehicles .view_product:nth-child(3n + 1) {
		clear: left;
	}
	.sgl_result .title {
    min-height: 113px;
	}
	.link-btn {
		min-width: 100%;
	}
	h4 {
		font-size: 18px;
	}
	.service-box {
		min-height: 415px;
	}
	.select_bx {
		width: 32%;
		padding: 0px 10px 0px 0px;
	}
	.breaker-srch-area input[type="submit"] {
		width: 230px;
		margin: 0px auto 0px;
		display: block;
	}
	.tab-spacing {
		margin-top: 20px;
	}
	.error404 p {
		font-size: 29px;
		line-height: 32px;
	}
	.error404 span {
		font-size: 28px;
		line-height: 32px;
	}
	.menu-toggle {
		top: 11px!important;
	}
	.top-banner-sreach-btn {
		float: right;
	}
	.breaker-srch-area input[type="submit"] {
		margin: 30px auto 0px;
	}
}

@media only screen and (max-width: 767px) {
	.car_manchester_sec.scrap_my_manchester h1 {
   
    font-size: 26px;
	}
	.btm_quote.scrap_btm_frm {
    padding: 0px;
}
	.quote_form_sec {
    padding: 60px 15px;
}
	.join_sec h2 {
    
    font-size: 24px;
	}
		.join_lists li {
		width: 50%;
		padding-bottom: 20px;
	}
	.best_price_sec1 h2 {
	   
		font-size: 24px;
	}
	.best_price_sec1 h4 {
		font-size: 16px;
	}
	.best_price_btm_sec {
		padding-top: 10px;
	}
	.best_price_lft {
		width: 100%;
		padding-right: 0px;
	}
	.best_price_rgt {
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.choosecar_sec h5 {
		
		font-size: 22px;
	padding-bottom: 10px;
	}
	.detail-list-section li {
		width: 100% !important;
		
	}
	.choosecar_sec_sub {
		padding-left: 0px;
	}
	.choosecar_sec {
		padding: 60px 0px;
		padding-bottom: 30px;
	}
	.join_sec {
		padding: 50px 0px;
			padding-bottom: 50px;
		padding-bottom: 20px;
	}
	.best_price_ct {
	   
		padding-bottom: 10px;
	}
	.best_price_rgt {
		padding-top: 10px;
	}
	.north_list_sub.scrap_list_sub.dealers_main ul li {
		width: 100%;
	}
	.manchester_pg .north_list_sub.scrap_list_sub ul li:nth-of-type(2n) {
		padding-left: 0px;
	}
		.step2_inner {
		width: 100%;
	}
	.tab-val-sec .step2_inner_arrange .form_control {
		width: 100%;
	}
	.steps_rgt {
		float: right;
		padding-left: 0;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
		#qt_frm p {
		text-align: left;
		padding-bottom: 15px;
	}
		.manchester_frm_ctrl {
		width: 100%;
	}
		.manchester_pg_header {
		padding-left: 15px;
		padding-right: 15px;
	}
		.manchester_pg_header .header-section {
		width: 100%;
	}
		.request_list li {
		width: 50%;
		
		padding-bottom: 20px;
	}
		
		.manchester-price-sec {
		padding-top: 50px;
	}
		
		.manchester_pg .enq-cts {
		padding: 50px 15px;
	}
		.manchester-price-right-sec {
		padding-bottom: 0px;
	}
	.copyright_sec p {
		padding-top: 30px;
	}
		.second_car_menu {

		display: inline;

	}
		.first_car_menu .car_menu {

		display: none;

	}
	.second_car_menu .car_menu {

		display: block;
		position: absolute;

	right: 18px;

	top: 21px;

	}
		
		.sreach-field::before {
		
		display: none;
	}
		.logo-section {

		width: 100%;

	}
		.first_menu_btn {

		display: block;
		float: right;

	}
		.first_menu_btn .menu-toggle.tab-trigger {

		display: inline-block;
		float: right;

	}
		.second_menu_btn {

		display: none;

	}
		.sgl_result {
		width: 33.3%;
	}
		.car_parts_images {

		width: 60%;
		}
		.foot_logo {

	  
		padding-top: 40px;

	}
		.overview_product {

		width: 25%;

	}
		.northwest_sub_sec {

		width: 100%;
		padding-right: 0px;
		

	}
		.details_map {

		width: 100%;

	}
		.details_content {

		width: 100%;
		padding-right: 0px;

	}
		.car_manchester_sec p {

		padding-bottom: 5px;

	}
		
		.txt-clr h5 {

		font-size: 19px;
		
		padding-left: 15px;

	}
		
		.scrap_content {

		width: 100%;
		min-height: 114px;

	padding-top: 20px;
	padding-right: 15px;

	}
		.car_manchester_sec p {

		
		padding-bottom: 0px;

	}
		
		.footer_touch {
		width: 50%;
		padding-left: 15px;
	}
	.payment-icons {

		width: 50%;

	}
		.ft-logo {

		width: 50%;
		padding-left: 15px;

	}
	.ft-logo p {
		text-align: left;
		
	}
	.foot_menu {

		width: 50%;

	}
		.service_img {

		width: 25%;
		padding-top: 50px;

	}
	.service_content {

		width: 75%;
		padding-left: 25px;

	}
		.top-banner_btn::before {

		left: 91%;
		top: 13px;

	}
		
		.select_bx {

		width: 100%;
		margin-bottom: 15px;

	}
	.top-banner_btn {

		width: 100%;

	}
		
		.sreach-field button {

		margin-left: -107px;

	}
		
	.sreach-field {
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
		.logo-section {

		padding-left: 15px;
		position: relative;

	}
	.sreach-field .search_input {
	width: 100%;
	float: left;
}

	.sreach-field {

		width: 100%;

	}
	.menu-toggle {

		
		right: 36PX;
		top: 9px;
	}
	.service-section {
		background: #ebebeb;
		height: 230px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.z-tye-testimonial-section {
		margin-bottom: 20px;
	}
	.shopping .slider {
		margin: 20px 0px 0px 0px;
	}
	.Product-image-bx {
		margin-bottom: 20px;
	}
	.top-header-section {
		display: none;
	}
	.header-section {
		position: relative;
		padding: 20px 0px 11px 0px;
	}
	.breaker-parts-discription {
		padding: 0px;
	}
	.rhs-no-padding {
		padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
	}
	.rel-tab {
		margin-top: 13px;
	}
	
	.credits p {
		float: none;
	}
	
	
	.social-icons ul {
		float: none;
		text-align: center;
	}
	.social-icons {
		position: absolute;
		right: 0px;
		float: right;
		top: 49px;
	}
	.social-icons li img {
		width: 20px;
	}
	.social-icons li {
		margin-left: 3px;
	}
	.social-icons ul {
		float: right;
	}
	.mobile-phone-section a {
		position: relative;
		right: -4px;
		font-size: 16px;
		letter-spacing: 0.5px;
	}
	.mobile-phone-section {
		padding-top: 8px;
	}
	
	
	.cross-bar,
	.cross-bar::before,
	.cross-bar::after {
		width: 23px;
	}
	.view-vh-img {
		margin: 16px 0px 0px 0px;
	}
	.recent-added-vehicles .col-xs-12 {
		margin: 2px 0px;
	}
	.service-box {
		margin-bottom: 20px;
	}
	.product-delivery-img1,
	.product-delivery-img2,
	.product-delivery-img3 {
		float: none;
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
		padding: 0px 15px;
	}
	.product-delivery-img1 img,
	.product-delivery-img2 img,
	.product-delivery-img3 img {
		margin: 0 auto;
	}
	.phoneno-area {
		float: right;
	}
	::placeholder {
		letter-spacing: 0px;
		font-size: 11px;
		word-spacing: -2px;
	}
	:-ms-input-placeholder {
		letter-spacing: 0px;
		font-size: 11px;
		word-spacing: -2px;
	}
	::-ms-input-placeholder {
		letter-spacing: 0px;
		font-size: 11px;
		word-spacing: -2px;
	}
	
	.enq-cts .left-field-set {
		padding-right: 15px!important;
	} 
		.enq-cts  .right-field-set {
		  padding-right: 15px!important;
	}
		
	.breakers_nm_ban .select_bx {
		float: left;
		width: 50%;
	}	
	.featured_breaker_item {
		float: left;
		color: #fff;
		width: 50%;
		padding: 20px;
	}
	.breakers_nm_location .menu-item {
		padding: 10px 20px;
		font-size: 18px;
	}
	.breakers_nm_location {
		padding-top: 30px;
	}	.breaker_brands {
		width: 100%;
		float: left;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.breakers_nm_ban .banner_inner_sec {
		padding-top: 30px;

	}
	.breaker_brands_item {
		width: 33.33%;
		
	}
	.breaker_brands_item:nth-child(3n+1) {
		clear: left;
	}
	.breakers_nm_content_box p {
		font-size: 16px;
		line-height: 24px;
	}
	.breakers_nm_content_box h2 {
		font-size: 24px;
	}
	.breaker_brands h3 {
		font-size: 24px;
	}
	.breakers_nm_location h3 {
		font-size: 24px;
	}
	.breakers_nm_ban .banner_content {
		font-size: 30px;
	}
		.breakers_nm_content_warp {
		padding-bottom: 80px;
	}
	.find_vehicle_each {
		width: 100%;
		float: left;
		margin-right: 0;
		padding: 16px 15px 25px 23px;
		margin-bottom: 25px;
	}
	.find_vehicle_sec h3 {
		font-size: 24px;
		margin-top: 0;
		padding-left: 0;

	}
	.breakers_nm_ban .top-banner_btn {
		width: 50%;
	}
	.vehicle_dismantilers .top-banner_btn {
		width: 100%;
	}
	.vehicle_dismantilers .banner_content {
		font-size: 24px;
	}
	.breakers_fcb_ban .banner_inner_sec {
		padding-top: 20px;
		position: relative;
		z-index: 1;
	}
	.fcp-steps ol li p {
		font-size: 18px;
		text-transform: uppercase;
		font-family: ProximaNovaCond-Semibold;
		font-weight: normal;
		color: rgb(255, 255, 255);
		display: block;
		vertical-align: middle;
		margin: 8px 0px;
	}
	.fcp-steps ol li::before {
		position: relative;
		top: 0px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
	}
	.fcp-steps ol li {
		width: 100%;
	text-align: center;
	}
	.list li {
		display: block;
		float: left;
		text-align: center;
		width: 50%;
		margin-bottom: 15px;
	}
	.details-vhc-sec {
		width: 100%;
		float: left;
		text-align: center;
		display:block;
	}
	.details-vhc-img {
		text-align: center;
		border-right: 0px solid rgb(0, 52, 113);
		padding-right: 0;
		border-bottom: 1px solid rgb(0, 52, 113);
		margin-bottom: 10px;
	}
	.details-vhc-desc {
		padding-left: 15px;
		padding-top: 20px;
		display: inline-block;
		text-align: left;
	}
	.tab_forms .nav li {
		width: 100%;
		border: 0;
	}
	.tab_forms .nav li.active.left-nav a::before {
		content: "";
		position: absolute;
		width: calc(100% + 2px);
		height: calc(100% + 1px);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background: url(images/swatch.png) rgb(255, 248, 240);
		border: 1px solid rgb(254, 144, 15);
	}
	.tab_forms .nav li.active.right-nav a::before {
		content: "";
		position: absolute;
		width: calc(100% + 2px);
		height: calc(100% + 1px);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background: url(images/swatch.png) rgb(255, 248, 240);
		border: 1px solid rgb(254, 144, 15);
	}
	.add-more-parts .fcp-form-control {
		width: 100%;
		margin-bottom: 5px;
	}
	.browse-btn-sec {
		float: left;
		width: 100%;
	}
	.nxt-btn {
		float: left;
	}
	.japanese_car_breakers .select_bx {
		width: 100%;
	}
	.offer-text {
		float: left;
		width: 100%;
		text-align: center;
		padding-top: 22px;
		padding-left: 0;
	}
	.offer-img {
		float: right;
		width: 100%;
		padding: 15px 15px 50px;
		text-align: center;
	}
	.japanese_find_parts .bg-title {
		width: 100%;
		font-size: 36px;
	}	
	.find_parts_right {
		width: 100%;
		float: right;
		padding-left: 0;
		margin-top: 30px;
	}
	.find_parts_left {
		width: 100%;
		float: left;
	}
	.fcp-form-group.fld-left, .fcp-form-group.fld-right {
		clear: left;
		width: 100%;
		padding: 0 0 10px;
	}
	
	.hm_breaker_brands_item h4 {
		font-size: 14px;
	}
	.hm_breaker_brands_item , .car_menu_logo .hm_breaker_brands_item {
		flex: 0 0 25%;
	}
	.stock-search .sr_by_ref_lt {
		width: 100%;
	}
	.hm-breaker-vehicles .view_product:nth-child(2n + 1) {
    clear: left;
}
}

@media only screen and (min-width: 700px) and (max-width: 767px) {

	.deatil-breaker_popup .wc_email_inquiry_field input, .wc_email_inquiry_field textarea {
		width: 92% !important;}
	  
	.deatil-breaker_popup .wc_email_inquiry_field textarea {
		width: 96%!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
	.sgl_result .title {
		min-height: 113px;
		}

	.small_image {
		min-height: 126px;

	}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.service_content {

		text-align: center;

	}
	.breaking_car_parts {

		width: 33.3%;

	}
	.recent-added-vehicles .col-md-3 {
		width: 50%;
	}
	.service-box h4,
	.service-box p {
		text-align: center;
	}
	.scrap-vh .col-md-6 {
		width: 50%;
	}
	footer .ft-logo img {
		margin: 0 auto;
	}
	.footer_menu {
		padding-left: 0px;
		padding-right: 0px;
	}
	.payment-icons {
		padding-left: 15px;
	}
	.payment-methds li {
		margin-left: 0px;
		margin-right: 15px;
	}
	.footer_menu li:nth-child(odd) {
		float: left;
		width: 100%;
		margin-bottom: 8px;
	}
	.footer_menu li:nth-child(even) {
		float: left;
		width: 100%;
		margin-bottom: 8px;
		padding-left: 0px;
	}
	
	
	.error404 aside {
		font-size: 69px;
		margin-bottom: 40px;
	}
	.error404 p {
		font-size: 20px;
	}
	.error404 span {
		font-size: 20px;
		line-height: 25px;
	}
	
	.logo-section img {
		position: relative;
		top: 0px;
	}
	
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
	.overview_product:nth-child(4n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 699px) {
	.north_list_sub ul li {
		width: 100%;
	   
	}
}
@media only screen and (min-width: 699px) and (max-width: 480px) {
	.overview_product:nth-child(3n+1) {
		clear: left;
	}
}
@media only screen and (max-width: 699px) {
	.manchester_pg .north_list_sub.scrap_list_sub ul li:nth-of-type(2n) {
    padding-left: 0px;
}
	.breaking_car_parts.any_class-mob {
		width: 50%;

}
	.car_parts_images {

    width: 75%;
	}
	
	.our_services {

    padding: 40px 5px;
	}
	.scrap_main {
    
	width: 333px;
}
	.car_manchester_call {
    padding-top: 20px;
}
	.overview_product {

    width: 33.3%;

}
	.north_list_sub.scrap_list_sub ul li {

    width: 100%;
	}
	.quality_button a {

    padding: 8px 30px;

}
	.rlt-bns ul {
		text-align: center;
	}
	.support-call {
		text-align: center;
		float: none;
		margin-bottom: 30px;
	}
	.leftside-fieldset {
		padding-right: 15px;
	}
	
	.sgl_result img{margin:0 auto; display:block; float:none!important;}
	
	.sgl_result  .title a{text-align: center;
    float: none;
       display: block;}
		.srchshow-img {
		width: 100%;
	}
		.sgl_result .title {
		width: 100%;
	}
		.sgl_result .view_vehicle1 {
		margin: 0 auto;
		display: block; 
		float: none;}
		.sgl_result .descr {
		width: 100%;
	}
		
		
	.showing-total {
		width: 100%;
		  text-align: center;
	}
		.cvf-universal-pagination{float:left; width:100%;}
		
		
	.fancybox-wrap{padding: 11px!important;}	
	.en_popup {

		width: 100%;
	}	
		#fancybox-content {
		width: 100%!important;

	}

		
		#fancybox-wrap{left:0px!important; padding:9px!important;}
		.cvf-universal-pagination ul {
		  float:none!important;
		 text-align: center;}

		 
		 .prt-bn {
		float: left;    width: 100%;
	}
	.prt-bn a {
	padding: 7px 68px;    FONT-SIZE: 22PX;}	 
		 
	.btn-cts {
	padding: 7px 26px;font-size: 22px;}

	.valdi-message{   
    width: 100%;}
	
}



@media only screen and (min-width: 480px) and (max-width: 699px) {
		.deatil-breaker_popup .wc_email_inquiry_field  textarea{width:91%!important;}
			.deatil-breaker_popup .wc_email_inquiry_field input{
    width: 87% !important;}


}

@media only screen and (max-width: 575px) {
	.manchester_pg.new_manchester .txt-clr iframe {
		height: 300px;
	}
		.enqi-cts {
		padding: 40px 15px;
	}
		.join_lists li {
		width: 100%;
		}
		.scrap_form1 {
		width: 100%;
	}
		.step2_content_sec h4 {
		text-align: center;
	}
		
		.btm_sec h4 {
		font-size: 20px !important;
	}
		.btm_sec h5 a {
		width: 100%;
		float: left;
		font-size: 18px !important;
		padding-top: 10px;
	}
		.thank_sec .btm_sec h5 {
		font-size: 20px;
		}
		.tab-val-inner {
		padding-bottom: 0px;
	}
		.btm_sec {
		padding: 10px 0px !important;
	}
		.value_sec {
		width: 100%;
	}
		.chk_fld_sub {
		padding-right: 11px;
	}
		.tab-val-sec .step2_top.frm_desk_view {
		display: block;
	}
	.step2_content_padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.step2_top.frm_mobile_view {
		display: block;
	}
	.step2_img_sec {
		text-align: center;
	}
	.steps_lft {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		color: #fff;
	}
	.steps_rgt {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #484848;
		padding-bottom: 10px;
		color: #fff;
	}	
	.search_by_ref {

    width: 100%;
	}
	.category.top-banner-sreach-section {
		margin-right: 0px;
		width: 100%;
	}
		.sgl_result {
		width: 50%;
	}
		.car_parts_images {

		width: 100%;
		}
		.btn-cts a::before {

		
		top: 4px;
		}
		.north_list_sub {
		margin-bottom: 20px;
	}
		.scrap_content {
		padding-top: 10px;
	}
		.scrap_details_section h4 {
		margin-bottom: 0px;
	}
		.scrap_main {
		float: none;
		margin: 0 auto;
			margin-bottom: 0px;
		margin-bottom: 20px;
	}
	.northwest_content {
		
		padding-bottom: 4px;
	}
	.details_section {
		padding-top: 0px;
	}
	.inner_pages {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.car_manchester_call p span {
		
		font-size: 22px;
	}
	.northwest_ques_sec {
		padding-top: 10px;
	}
	.north_list_sub ul li p {
		
		font-size: 15px;
	}
	.thumb_image_container {

	   
		height: 439px;
	}
	.car_manchester_call {
		margin-top: 10px;
	}
	.cvf_universal_container h4 {
		font-size: 20px;
	}
	.breaking_car_parts {

		width: 50%;

	}
		
	.top-banner_btn::before {
		left: 89%;
		top: 13px;
	}
	.vehicle_dismantilers .select_bx {
	float: left;
	width: 100%;
}
}


@media only screen and (max-width: 479px) {
	.foot_logo1 img {
		float: left;
	}
		.request_content {
		padding-left: 7px;
	}
		.request_img img {
		width: 50px;
		padding-top: 13px;
	}
		.manchester_pg .txt-clr h5 {
		padding-left: 0px;
		padding-right: 0px;
	}
		.manchester_pg .manchester-price-sec {
		padding-left: 0px;
		padding-right: 0px;
	}
		.manchester_pg .scrap_details_section {
		padding-left: 0px;
		padding-right: 0px;
	}
		.scrap_car_main {
		padding-top: 50px;
	}
		.manchester_pg .car_manchester_sec {
		padding-left: 0px;
		padding-right: 0px;
	}
		
		.request_list li {
		width: 100%;
	}
		.manchester-content_sec {
		padding: 25px 25px;
	}
		
		.manchester_pg .scrap_manchester_rgt {
		padding-left: 0px;
		padding-right: 0px;
	}
	.manchester_pg .txt-clr h5 {
		padding-left: 0px;
	}

	.manchester_pg .scrap_content {
		padding-right: 0px;
	}
	.manchester_pg .scrap_list_sec {
		padding-left: 0px;
		padding-right: 0px;
	}
    .tab_view_more a {

		padding: 10px 5px;
		font-size: 14px;

	}
		.copyright_sec p {
		padding-top: 0px;
	}
		.breaking_car_parts.any_class-mob {
			width: 100%;

	}
		.currently_breaking {
		display: none;
	}
		.sgl_result {
		width: 100%;
	}
	.btn-cts a::before {

		
		height: 40px;
		width: 41px;

	}
	::placeholder {
		
		word-spacing: 0px;
	}
	:-ms-input-placeholder {
		
		word-spacing: 0px;
	}
	::-ms-input-placeholder {
		
		word-spacing: 0px;
	}
	
	.service-box {

    min-height: 280px;

	}
		.link-btn {
		padding: 10px 10px;
		}
		.best_quality_section h4 {
		font-size: 22px;
		margin-bottom: 5px;
	}
		.best_quality_section {
		padding-top: 0px;
	}
		
		.rochdale_content p {

		padding-bottom: 5px;

	}
		.northwest_content h2 {

		padding-bottom: 5px;
		font-size: 17px;

	}
		.details_content p {

		padding-bottom: 10px;

	}
		.northwest_oldham_sec p {

		
		padding-bottom: 10px;
		}
		.northwest_sub_sec h4 {

		margin-bottom: 5px;

	}
		.northwest_sub_sec p {
		
		padding-bottom: 0px;
		}
		.sreach-field .search_input input {
		
		padding-right: 110px;
	}
		.northwest_sub_sec h4 {
			font-size: 14px;
		}
		.northwest_sub_sec {

		padding-bottom: 0px;

	}
		.details_section {

		padding-top: 0px;

	}
	.logo-section img {
		position: relative;
		top: 0px;
	}
	
	.social-icons li {
		display: inline-block;
	}
	.footer_menu {
		padding-left: 0px;
		padding-right: 0PX;
	}
	.footer_menu li:nth-child(2n+1) {
		width: 100%;
	}
	.footer_menu li:nth-child(2n) {
		padding-left: 0px;
		float: right;
		width: 100%;
	}
	.ft-logo img {
		margin: 0 auto;
		display: block;
		margin-right: auto!important;
	}
	.payment-methds {
		float: left;
	}
	.payment-icons {
		padding-left: 15px;
	}
	.payment-methds li {
		margin-right: 15px;
		margin-left: 0px;
	}
	.rlt-bns ul li {
		display: inline-block;
		margin-right: 0px;
	}
	.btn-cts {
	width: 100%;
	}
	.rel-tab li {
		display: block;
	}
	.support-call a {
		min-width: 100%;
	}
	.payments-logos img {
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	.error404 aside {
		font-size: 31px;
	}
	.error404 p {
		font-size: 19px;
	}
	.error404 span {
		font-size: 19px;
		line-height: 22px;
	}
	.support-call {
		min-width: 100%;
	}
	/* .pagination a { */
	/* float: left; */
	/* width: 18%!important; */
	/* } */
	.pagination span,
	.pagination a {
		display: inline-block;
		width: auto;
		margin: 6px 4px;
	}
		.deatil-breaker_popup .wc_email_inquiry_field  textarea{width:87%!important;}
			.deatil-breaker_popup .wc_email_inquiry_field input{
    width: 79% !important;}
	
	.small_image {
		min-height: 85px;
	}
	.search_input {

		width: 100%;

	}	
	.banner_inner_sec {

		padding-top: 25px;

	}
		.banner_content h1 {

		
		font-size: 30px;
		}
		
		.view_product {

		width: 100%;

	}
	.quality_content {

		width: 100%;
		min-height: 127px;

	}
	.ft-logo {

		width: 100%;
		padding-bottom: 10px;

	}
	.foot_menu {

		width: 100%;
		padding-bottom: 10px;

	}
	.footer_touch {

		width: 100%;
		padding-bottom: 10px;
		

	}
		.payment-icons {

		width: 100%;
		padding-top: 22px;
		padding-bottom: 10px;

	}
	.best_quality_section p {

		
		font-size: 15px;
		padding-top: 5px;
		

	}
	.three_layer_wrapper_sec {
		padding: 20px 0px;
	}
	.category h2 {

		
		font-size: 24px;
		

	}
	.scrap_right {

		padding-top: 5px;

	}
	.scrap_left {

		padding-top: 20px;

	}
	.scrap_left h5 {

		font-size: 17px;
		

	}
	.scrap-vh {

		padding-left: 10px;
	   
		padding-right: 10px;

	}
	.details_map {

		padding-top: 0px;

	}
	.scrap_main {

		margin-bottom: 20px;

	}
	.car_manchester_call p {

		font-size: 18px;

	}
	.breaking_car_parts {

		width: 50%;

	}
	.detail_phone_sec {

		padding: 15px;

	}
	.cvf-universal-content h4 {

		
		font-size: 24px;
	   

	}
	.related_products {

		padding-top: 0px;

	}
	.tab-section {

	   
		padding-top: 5px;

	}
	.btn-cts {

		padding: 7px 15px;
	}
	.enquiry_txt {

		
		font-size: 21px;
	}
	.btn-cts a {
		font-size: 20px;
		padding: 9px 53px;
	}
	.detail_phone_txt {

	   
		font-size: 19px;
	}
	.detail_form_btn {

		padding-bottom: 50px!important;

	}
	.form_phone a {

		padding-top: 15px;

	padding-bottom: 15px;

	font-size: 19px;
	}
	.detail_form_heading {

		padding: 3px 25px;
		font-size: 19px;
	}
	.ft-logo p {

		text-align: left;
		padding-top: 10px;

	}
	.car_manchester_call p {
		
		line-height: 28px;
	}
	.bg-segrment-text p {
	   
		font-size: 19px;
	}
	.bg-segrment-text.scrab_first_sec p {
		
		font-size: 16px;
	}
	.bg-segrment-text aside {
		
		font-size: 14px;
	}
	.scrap_quote a {
	  
	font-size: 19px;
	}
	.bx-links a {
		
	font-size: 23px;
	}
/* 	.slick-prev {
		
		
		top: 88px;
	}
	.slick-next {
		
		
		top: 88px;
	}
	.slick-prev:hover {
		
		
		top: 88px;
	}
	.slick-next:hover {
		
		
		top: 88px;
	} */
	.thumb_image_container {
	   height: 213px;
	}
	.overview_product {
		width: 50%;
	}
	.details_description {
		padding: 0px 15px;
	}
	.detail_page_form {
		
		padding-top: 0px;
	}
	.Enquire-products {
		padding-top: 0px;
	}
	.form_phone {
		
		padding-bottom: 21px;
	}
	.form_phone::before {
		
	bottom: -13px;
	}
	.view-vh-name a .cufon_headings {
		
		font-size: 15px;
	}
	.view-vh-name {
		min-height: 35px;
	}
	.view_inner_product {
		
		padding-top: 5px;
	}
	.txt-clr {

		padding-top: 25px;

	}
	.sub-productview-section {
		margin-top: 10px;
	}
		
	.breaker-srch-area {
		
		margin-bottom: 47px;
	}
	.quality_button a {
		width: 100%;
		text-align: center;
	}
	.breakers_nm_ban .select_bx {
		float: left;
		width: 100%;
	}
	.top-banner_btn input {
		width: 200px !important;
	}
	.breakers_nm_ban .top-banner_btn {
	width: 100%;
}
	.featured_breaker_item {
		width: 100%;
	}
	.breakers_nm_location .menu-item {
		padding: 10px 10px;
	}
	.banner_sec.breakers_nm_ban {
		padding-bottom: 90px;
	}
	.overview_product:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 360px) {
    
	.north_list_sub ul li p {

    width: calc(100% - 70px);
	}
	.north_list_sub ul li p {

		
		padding-top: 8px;

	}
		.north_list_img {

		width: 70px;
		}
		.north_list_img img {

		width: 53px;

	}
		.scrap_quote a::before {
		width: 21px;   
		left: 5px;
	}
		.scrap_quote a {

		
		padding-left: 30px;

	}
		.car_manchester_call p span {
		display: block;
	}
		.link-btn {

		margin-top: 25px;

	}
		.service_img {

		width: 100%;
		padding-top: 0px;

	}
		.service_content {

		width: 100%;
		padding-left: 0px;

	}
		.tab_view_more {
	   
		padding: 22px 0px;
	}
		
		.sreach-field button {
		margin-left: -97px;
		min-width: 94px;
	}

	.sreach-field .search_input input {
		padding-right: 98px;
	}
		.breaking_car_parts {

		width: 100%;

	}

	.top-banner_btn::before {

		left: 86%;
		top: 13px;

	}

	.north_list_sub.scrap_list_sub {

		padding: 0px 10px;
		padding-top: 20px;

	}
	.north_list_sub {

		padding: 15px 10px;
			padding-top: 15px;
		padding-top: 30px;
		padding-bottom: 0px;

	}
	.service-box {

		min-height: 340px;
		padding: 20px;

	}
	.sevice_content_sec {

		
		min-height: 73px;

	}

	.north_list_sub.scrap_list_sub ul li {

	   
		height: 84px;

	}
	.north_list_sub ul li {
		height: 85px;

	}
	.north_list_sub ul li {

		
		min-height: 84px;
	}
}

@media only screen and (max-width: 320px) {
    .srch_btn {

		font-size: 14px !important;

	}
	.top-banner_btn::before {

		left: 80%;
		

	}
	.north_list_sub ul li p {

    width: calc(100% - 66px);
	}
	.north_list_img {

		width: 66px;
		float: left;

	}
		.menu-toggle {

		right: 16PX;

	}
	.service_img {

		width: 100%;

	}
	.service_content {

		width: 100%;
		padding-left: 0px;

	}
	.service-box {

		min-height: 362px;

	}
	.currently_breaking {

		display: none;

	}
	.banner_content p {

		
		padding: 0px 15px;

	}
}

@media only screen and (max-width: 469px) and (min-width: 360px) {
    .top-banner_btn::before {

    left: 85%;
    }
	.slider-banner-text h2 {
		font-size: 15px;
	}
	.slider-banner-text h2 br {
		display: none;
	}
	
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .tab-val-sec .nav li h2{
     max-width: 350px;
     margin: 0px 60px;
    }
    .tab-val-sec .nav li h2::after {
		width: 155px;
		left: 50px;
	}
}

@media screen and (max-width: 767px) and (min-width: 480px){
    .tab-val-sec .nav li h2{
     max-width: 50px;
     margin: 0px 30px;
    }
    .tab-val-sec .nav li h2::after {
		width: 100px;
		left: 50px;
	}
	.tab-val-sec .nav li a {
		font-size: 12px;
	}
	.value_sec .list_sec .list {
		width: 50%;
	}
	.list:nth-of-type(2n+1) {
		clear: left;
	}
	}

	@media only screen and (max-width: 479px) {
		.tab-val-sec .nav li {
			width: 70px;
	}
	.tab-val-sec .nav li h2 {
		font-size: 20px;
		max-width: 120px;
		width: 30px;
		height: 30px;
		margin: 0px 25px;
	}
		.tab-val-sec .nav li h2::after {
		width: 65px;
		left: 29px;
	}
	.tab-val-sec .nav li a {
		font-size: 9px;
	}
	.value_sec .list_sec .list {
		width: 100%;
		padding-bottom: 10px;
	}
	.tab-content {
		padding-bottom: 20px !important;
		padding-top: 20px !important;
	}
	.step2_sec {
		padding-top: 20px;
	}
}


/****CAR nEARS mE style***/



.scrap_banner{
	background-image: url(images/Ban.jpg);
background-position: center;
background-size: cover;
float: left;
width: 100%;
max-height: 605px;
}

.scrap_bg{
	float:right;
	width:40%;
}

.scrap_container{
	width:60%;
	float:left;
	position:relative;
}

.scrap_bg img{
	width: 500px;
float: right;
max-width: 100%;
}

.scrap_container h1{
	    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #fff;
	text-transform: capitalize;
	line-height: 37px;
}

.scrap_container p{
	    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #fff;
	text-transform: capitalize;
	line-height: 30px;
	height: 21rem;
text-justify: none;
overflow: hidden;
}


.scrap_container .ban-text{
	position: absolute;
-ms-transform: translate(-50%, -50%);
transform: translate(-5%, 20%);
left: 20%;
}

.car_menu_logo {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.car_menu_logo .container {
    width: 1215px;
    max-width: 100%;
}

.car_menu_logo .hm_breaker_title {
    background: transparent;
    color: #000;
    text-align: left;
    padding: 20px 5px;
    margin: 0;
		    font-family: "Poppins-SemiBold";
    font-size: 32px;
}

.car_menu_logo .hm_breaker_brands_item {
    flex: 0 0 20%;
    text-align: center;
    border: 5px solid #eee0;
}



.car_menu_logo .hm_breaker_brands_item:hover {
    border: 5px solid #0162994f;
}


.lead_yard_sec {
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    padding: 100px 0px;
}


.lead_yard_sec .common_heading{
		    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #000;
	text-transform: capitalize;
	line-height: 37px;
	text-align:center;
}

.care_list_sec {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.care_list {
width: Calc(33.3% - 15px);
float: left;
padding: 70px 50px 10px 50px;
background: #fff;
margin-right: 15px;
text-align: center;
height:412px;
}

.care_list_img {
    height: 70px;
}

.care_list .care_list_head{
			    font-family: "Poppins-SemiBold";
    font-size: 24px;
    color: #000;
	    padding: 20px 0px;
}


.care_list .care_list_txt{
			    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #808080;
	line-height:25px;
	height: 15rem;
overflow: hidden;
}


.care_list.care_1:hover {
    	background: url(images/lead_1.png);
}

.care_list.care_2:hover {
    	background: url(images/lead_2.png);
}

.care_list.care_3:hover {
    	background: url(images/lead_3.png);
}


.care_list:hover .care_list_head {
    color: #fff;
}

.care_list:hover .care_list_txt {
    color: #fff;
}

.local_yard_sec {
    float: left;
    width: 100%;
    padding: 120px 0px;
}

.local_yard_sec .common_heading{
				    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #000;
	    padding: 20px 0px;
}

.local_yard_sec .collection_txt{
				    font-family: "Poppins-Regular";
    font-size: 32px;
    color: #808080;
font-size: 14px;
line-height:25px;
}

.local_list {
    padding: 50px 0px 0px 0px;
}

.scrap-page-sec {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.scrap-page-sec li {
    list-style-type: none;
    font-size: 16px;
    color: #242831;
    position: relative;
    width: 20%;
    float: left;
    padding-left: 30px;
    padding-bottom: 20px;
	font-family: "Poppins-Regular";
}

.scrap-page-sec li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    background-repeat: no-repeat !important;
    background-image: url(images/check.png) !important;
    width: 20px !important;
    height: 18px !important;
    background-position: center !important;
    background-size: 100%;
}


.car_bk_sec {
    float: left;
    width: 100%;
    padding: 100px 0px;
		background-image: url(images/bg_near.jpg);
background-position: center;
background-size: cover;
}

.car_bk_sec .common_heading{
				    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #fff;
	    padding: 20px 0px;
}

.car_bk_sec .collection_txt{
				    font-family: "Poppins-Regular";
    font-size: 32px;
    color: #fff;
font-size: 14px;
line-height:25px;
}


.choose_sec {
    float: left;
    width: 100%;
    padding: 50px 0px 20px 0px;
}

.choose_sec .common_heading{
				    font-family: "Poppins-SemiBold";
    font-size: 32px;
    color: #000;
	    padding: 20px 0px;
}

.choose_sec .collection_txt{
				    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #808080;
font-size: 14px;
line-height:25px;
}


.how_sec {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.how_sec .common_heading{
				    font-family: "Poppins-SemiBold";
    font-size: 24px;
    color: #000;
	    padding: 20px 0px;
}

.how_sec .collection_txt{
				    font-family: "Poppins-Regular";
    font-size: 32px;
    color: #808080;
font-size: 14px;
line-height:25px;
}

.carbreak_map {
    float: left;
    width: 100%;
    padding-top: 100px;
}

.carbreak_map .container-fluid{
	padding:0px;
}

.inner_pages.near-post {
    padding: 0px;
}




.ban_bread{
	padding: 23px 0px 0px 85px;
}

.ban_bread .menu-breadcrumb a {
    color: #fff !important;
    font-family: "Poppins-Light";
    font-size: 12px;
}

.ban_bread .breadcumbs-links span {
    color: #fff !important;
    font-family: "Poppins-Light";
    font-size: 12px;
}

.sub-menu li{
    position:relative;
}

aside, p, span {
    font-family: "Poppins-Regular";
    color: #808080;
    font-size: 14px;
    line-height: 25px;
}


.care_list_img.w-img{
    display:none;
}

.care_list.care_1:hover .c-img {
     display:none;
}

.care_list.care_1:hover .w-img {
     display:block;
}

.care_list.care_2:hover .c-img {
     display:none;
}

.care_list.care_2:hover .w-img {
     display:block;
}

.care_list.care_3:hover .c-img {
     display:none;
}

.care_list.care_3:hover .w-img {
     display:block;
}
.breakers_product_list {
    width: 100%;
    float: left;
}
.breakers_product_list .category_list:nth-of-type(4n+1) {
    clear: left;
}
.ard_sec {
    float: left;
    min-height: auto;
    width: 1139px;
    padding: 25px 0px 0px 0px;
	max-width: 100%;
}
.yard_Carsec h1 {
  font-size: 55px;
  font-family: "TitilliumWeb-Bold";
  width: 91%;
	float: left;
}
.yard_Carsec span {
    color: #da001b;
	font-size: 55px;
	font-family: "TitilliumWeb-Bold";
}
.yard_Carsec p {
	font-size: 24px;
	font-family: "TitilliumWeb-Regular";
	color: #000;
	width: 100%;
	float: left;
	padding-top: 8px;
}

.col-md-3.boxyard.onesmc {
    background: #282828;
	box-shadow: 3px 3px 3px #ccc;
}
.col-md-3.boxyard.twoucp {
    background-color: #ffffff;
	box-shadow: 3px 3px 3px #ccc;
}
.col-md-3.boxyard.threesy {
    background-color: #282828;
	box-shadow: 3px 3px 3px #ccc;
}
.col-md-3.boxyard.fourcb {
    background-color: #ffffff;
	box-shadow: 3px 3px 3px #ccc;
}
.col-md-3.boxyard {
  width: calc(25% - 11px);
  margin-right: 14px;
  min-height: 127px;
  padding: 0px !important;
  text-align: center;
}
.col-md-3.boxyard:last-child {
    margin-right: 0px;
}
.invans_yar {
    width: 100%;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 0px;
	float:left;
}
.yar_car_btm_sec {
  width: 100%;
  position: relative;
  float: left;
}

.scrap_subtitle p {
  margin: 0px;
  line-height: 0px;
  margin-top: -12px;
}
.boxyard a {
  display: block;
  padding: 22px 24px 22px 29px;
  float: left;
  width: 100%;
  height: 100%;
}
.model_parasec p {
  font-family: "TitilliumWeb-Regular";
  font-size: 16px;
  color: #282828;
}


.nor_yar {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins-Bold";
}

.yard_sec_top {
    width: 100%;
    float: left;
	position: relative;
	background-color: #e4e8e9;
	height: auto;
	padding-bottom: 100px;
   
}
.yard_sec_top .banner_sec {
	min-height: 626px;
}
.yar_car_img {
  width: 690px;
  height: auto;
  position: absolute;
  left: -60%;
  top: 60px;
}
.yar_car_imgtop {
  position: relative;
  float: left;
  width: 35%;
}
.scrap_subtitle {
  width: 100%;
  float: left;
}

.yard_Carsec {
  width: 65%;
  float: right;
  padding-top: 0px;
  padding-bottom: 14px;
}

.make_modelssec a {
	cursor: pointer;
	color: #2551bf;
}
.sec_audi {
	width: 100%;
	float: left;
	background-color: #e4e8e9;
	padding-top: 78px;
	padding-bottom: 114px;
}
.make_modelssec h3 {
    font-size: 30px;
	font-family: "Poppins-Light";
}
.modls {
    font-size: 30px;
    color: #9fd34a;
    font-family: "Poppins-Bold";
}
.make_modelssec {
    width: 100%;
    float: left;
	padding-left: 42px;
}
.make_modelssec h3 {
  font-family: "TitilliumWeb-Bold";
  font-size: 45px;
}
.model_parasec a {
  cursor: pointer;
  color: #da001b;
  text-decoration: underline;
}

.all_vehi {
    color: #da001b;
	font-size: 22px;
	font-family: "TitilliumWeb-SemiBold";
}
.use_sell {
    font-size: 25px;
    color: color: #000;
    text-transform: capitalize;
    font-family: "TitilliumWeb-SemiBold";
}
.make_modelssec h5 {
  padding-bottom: 19px;
  padding-top: 24px;
  font-size: 22px;
}

.col-md-6.pricein:nth-of-type(3n) {
    clear: left;
}

.canwe {
  position: relative;
  width: 100%;
}
.canwe::before {
  position: absolute;
  content: "";
  top: 53px;
  left: 106px;
  width: 237px;
  height: 5px;
  background-color: #da001b;
}
.help_cansec h3 {
  font-size: 45px;
  font-family: "TitilliumWeb-Bold";
  
}
.col-md-6.pricein h3 {
    text-align: left;
}

.pricein .get-btn {
  width: 156px;
  background-color: #da001b;
  border-radius: 0px;
  font-size: 14px;
  text-transform: capitalize !important;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins-SemiBold";
  padding-top: 15px;
padding-bottom: 15px;
}
.caryard_left_side {
  width: 100%;
  float: left;
  height: 350px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.26);
}
.caryard_rigt_side {
    width: 40%;
    float: right;
}
.caryard_rigt_side img {
    height: 284px;
    object-fit: cover;
}
.find_used_sec {
  float: left;
}
.quote_redbutton {
  float: left;
  padding-top: 21px;
   padding-left: 30px;
}
.col-md-6.pricein {
  width: calc(50% - 43px);
  margin-right: 17px;
  margin-top: 20px;
  min-height: 271px;
  padding: 0;
}
.scrap_subtitle_sec {
  width: 100%;
  float: left;
  padding-left: 54px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.help_cansec .container {
  width: 1197px;
  max-width: 100%;
}
.caryard_left_side p {
  color: #000;
  font-family: "TitilliumWeb-Regular";
  font-size: 16px;
  padding-top: 8px;
 padding-bottom: 8px;
}
.pricein:nth-of-type(2n) {
  margin-right: 0px;
}
.help_cansec {
    width: 100%;
    float: left;
    padding-top: 168px;	
    padding-bottom: 114px;
	padding-left: 65px;
}
.col-md-6.pricein:last-child {
    margin-right: 0px;
}
.caryard_left_side h3 {
    margin-bottom: -6px;
}
.car_kers {
    width: 100%;
    float: left;
    padding-top: 39px;
}
.scarp_typesec {
    width: 100%;
    float: left;
	position: absolute;
  top: -42px;
  left: 2px;
}

.caryard_left_side h3 {
    font-size: 22px;
    padding-bottom: 8px;
}
.recent_product_sec .hm_breaker_brands_item {
    background: #fff;
}
.whatwe {
    width: 100%;
    float: left;
    padding-top: 79px;
    padding-bottom: 127px;
}
.whatwe article {
    width: 33.33%;
    float: left;
}
.feature img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.scrap_listing_item {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.inciduent {
    padding: 10px 0px;
    text-align: center;
    background: #eee;
    border-top: 1px solid #00000045;
}
.ban_one {
    min-height: 300px !important;
}
.inciduent h4 {
    text-transform: uppercase !important;
}
.banner_title_one {
    color: #fff;
    text-align: center;
    font-size: 60px;
    padding-top: 82px;
    padding-bottom: 0px;
}
.scrap_subtitle p {
  color: #fff;
  font-size: 22px;
  float: right;
  font-family: "TitilliumWeb-SemiBold";
}
.make_modelssec .canwe::before {
	left: 7px;
}
.sep_colorscrap p {
  color: #282828;
}
.scarpyard_sec_header .menu-section .nav > li > a:hover {
  color: #da001b !important;
}
.scarpyard_sec_header .sreach-field button {
	background: #da001b;
}
.scarpyard_sec_header .menu-section {
	background-color: #282828;
}
.scarpyard_sec_header .currently_breaking::before {
		background-color: #282828;
		width: 262.87px;
	}
.scarpyard_sec_header .currently_breaking {
  background-color: #282828;
  width: 263px;
}
.scarpyard_sec_header .menu-item-has-children .sub-menu {
	  background: #da001b;
}
.scarpyard_sec_headerone.bf_footer {
	background: #282828;
}
.arrow_img {
  float: right;
}
.scrap_cars_vanssec {
  float: left;
}

/***07-04-2022***/

.scrap_yard_form .manchester_form{
	background-color: #00347100;
}

.scrap_yard_form .scrap_form1 {
  width: 100%;
}

.yard_Carsec .scrap_yard_form label span{
	font-size:14px;
}

.scrap_yard_form .enqi-cts::after{
	display:none;
}

.scrap_yard_form .enqi-cts::before{
	display:none;
}

.scrap_yard_form .postcode_bg, .scrap_yard_form .regname_bg{
	top:31px!important;
}

.scrap_yard_form .flex_sec {
  width: Calc(33.3% - 20px);
  float: left;
  margin-right: 20px;
}

.scrap_yard_form .sumit_btn_fld #submit{
	margin-top:26px;
	background-position: 90% center !important;
	padding-top:16px;
}

.scrap_yard_form .enqi-cts {
  background-color: #46bad300;
  padding: 0;
  max-width:820px;
}

.scrap_yard_form .manchester_form.scrap_form h4 {
	color: #000;
	width: 100%;
	float: left;
	text-align:left;
}

/* .scrap_yard_form .manchester_form.scrap_form h4 {
	font-size: 24px;
	font-family: "TitilliumWeb-Regular";
	color: #000;
	width: 100%;
	float: left;
	padding-top: 8px;
	text-align:left;
	text-transform:capitalize;
} */

.scrap_yard_form .scrap_form label{
	color:#000;
}

.scrap_yard_form .scrap_form input{
	padding-top:22px;
}

.scrap-yard-tab .tab-val-inner {
  padding: 150px 0px 90px 0px;
}
#wpfront-scroll-top-container {
  right: 10px !important;
}
.whatsappsec {
float: right;
  position: relative;
  text-align: right;
  width: 100%;
  
}
.whatsappsec a {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 76px;
  right: 10px;
  
}
.whatsappsec img {
  width: 44px;
}
  .whatapptext {
  color: #fff !important;
  position: fixed;
  bottom: 88px;
  right: 64px;
  float: right;
  background-color: #53bb64;
  height: auto;
  padding: 7px 10px 7px 15px;
  border-radius: 50px;
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "ProximaNovaCond-Semibold";
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(150%);
  display: flex;
  align-items: center;
  column-gap: 6px;
  
}
.chat_withus {
  font-size: 12px !important;
  padding-right: 6px;
}
.whatsappsec:hover .whatapptext {
   opacity: 0;
   transform: translateX(0%);
}
.close img {
  width: 11px;
  height: 11px
}
.chat_withus span {
  display: block;
  color: #fff !important;
  font-family: "ProximaNovaCond-Semibold";
  font-size: 12px !important;
}
.chat_withus {
  text-align: left !important;
}
.close {
   opacity: 1 !important;
}

audio:not([controls]) {
  display: block !important;
}
 .popupsection {
           position: fixed;
  right: 20px;
  bottom: 150px;
  width: 300px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
  max-width: 100%;
  padding-bottom: 25px;
  display: none;
  
        }
        .popupsection h2 {
            margin-top: 0;
        }
        .popupsection .close {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            font-size: 20px;
        }
        
        
        .chat-footer a {
  background-color: #53bb64;
  color: #fff !important;
  font-family: "ProximaNovaCond-Semibold";
  width: 87%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 45px;
  max-width: 100%;
}
.popup_section_top {
 display: flex;
  align-content: center;
  padding: 35px 25px 8px 25px;
  column-gap: 15px;
  
}
.whatsapp-image img {
  width: 29px;
  height: 29px;
}
.popup_section_rgt p {
  color: #000 !important;
  font-size: 14px;
}
.popup_section_lft {
  width: 26%;
}
.popup_section_rgt {
  width: 74%;
}
.popup_section_rgt h4 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #000;
}
.chat-body {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.popup_section_rgt h4 {
  font-size: 17px !important;
}
.popuptop-section {
  background: #fafafa;
}
.chat-body::before {
  background-image: url(images/whatsapppattern.png);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0px;
}
.chat-message {
  position: relative;
  
}
.chat-message span {
  display: block;
}
.chat_body_message {
  font-size: 14px;
  font-family: "ProximaNovaCond-Semibold";
  letter-spacing: 0.3px;
  line-height: 24px;
}
.chat-message span {
  font-size: 16px;
  font-family: "ProximaNovaCond-Semibold";
  letter-spacing: 0.3px;
  line-height: 24px;
  
}

.chat-footer {
  position: relative;
  padding-top: 27px;
  text-align: center;
}
.chat_body_message {
  width: fit-content;
  background-color: white !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  padding: 25px;
  margin-left: 25px;
 margin-top: 0px !important;
}
.start_chat {
  color: #fff !important;
  font-family: "ProximaNovaCond-Semibold";
  font-size: 18px;
}
.whats_app_chat {
  display: flex;
  align-items: center;
  column-gap: 15px;
}