/*

Theme Name: Scrap May Car


Version: 1.0

Theme URI:

Author:

Author URI:

Description: Custom theme made for Scrap May Car

*/

@font-face {
  font-display: swap;
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-SemiBold";
  src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-Medium";
  src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-Thin";
  src: url("fonts/Montserrat-Thin.ttf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.ttf");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-UltraLight";
  src: url("fonts/Montserrat-UltraLight.ttf");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat-ExtraBold";
  src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-display: swap;
  font-family: "kalam.regular";
  src: url("fonts/kalam.regular.ttf");
}
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.woff2?v=4.7.0");
  font-display: swap;
}
@font-face {
  font-family: "Metropolitano-500";
  src: url("fonts/Metropolitano-Medium.ttf");
}
@font-face {
  font-family: "Metropolitano-Black";
  src: url("fonts/Metropolitano-Black.ttf");
}
@font-face {
  font-family: "Metropolitano-Bold";
  src: url("fonts/Metropolitano-Bold.ttf");
}
@font-face {
  font-family: "Metropolitano-MediumItalic";
  src: url("fonts/Metropolitano-MediumItalic.ttf");
}

/* -- style for common -- */

body {
  font-display: swap;
  font-family: "Montserrat-Regular";
  overflow-x: hidden;
  font-size: 14px;

  color: #000;
  line-height: 24px;
}
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a {
  color: #006197;
}

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

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

option {
  font-size: 14px;
}

header,
section,
footer {
  float: left;
  width: 100%;
}
.container {
  width: 1076px;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-SemiBold";
  color: #19212d;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
/* background-image: url(images/footer.png); */
.header_sec {
  width: 100%;
  float: left;
  background-color: #9fd34a;
  min-height: 100px;
  padding: 10px 85px 10px 85px;
}
.header_lft {
  width: 20%;
  float: left;
}
.header_right {
  width: 80%;
  float: left;
  padding-top: 6px;
}
.header_btn {
  width: 215px;
  float: right;
}
.header_btn a {
  background-color: #295ad3;
  width: 215px;
  display: inline-block;
  text-align: center;
  min-height: 52px;
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  padding: 11px 10px;
  color: #19212d;
  position: relative;
  margin-top: 0px;
  color: #fff;
  line-height: 22px;
  font-family: "Montserrat-Bold";
  border-radius: 40px;
}
#main-menu li a {
  color: #fff;
  text-transform: capitalize;
}
.header_menu {
  width: calc(100% - 215px);
  float: left;
}
#main-menu li {
  padding: 10px 28.3px;
}
#main-menu {
  float: right;
  padding-right: 15px;
}

.banner {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 545px;
  padding: 50px 0px;
  padding-top: 7px;
  background-position: center;
}
.banner_sub_image {
  width: 100%;
  float: left;
  text-align: right;
  padding-right: 8px;
}

.home_banner h1 span {
  font-family: "Montserrat-Light";
  letter-spacing: -1px;
}
.home_banner h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Montserrat-SemiBold";
  text-align: center;
  margin-top: -44px;
  width: 100%;
  float: left;
  word-spacing: -1.5px;
}
.quote_form_sec {
  width: 100%;
  float: left;
  padding-top: 14px;
}
.quote_form_sub {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.quote_form {
  width: 100%;
  float: left;
  background-color: #1a222fdb;
  padding: 50px 44px;
  padding-bottom: 20px;
}
.frm_ctrl input {
  width: 100%;
  height: 52px;
  box-shadow: none !important;
  border-radius: 0px;
  border: 0px;
  padding: 8px 60px;
  padding-right: 15px;
  padding-top: 8px;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
}

.frm_ctrl {
  width: 40%;
  float: left;
  padding-right: 19px;
}
.sumit_btn_fld {
  width: 20%;
  float: left;
}

.sumit_btn_fld input {
  width: 182px;
  height: 52px;
  background-color: #295ad3;
  border: 0px;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
  text-transform: uppercase !important;
  padding-left: 22px;
  text-align: left;
  cursor: pointer;
  color: #fff;
}

.frm_ctrl {
  position: relative;
}
#rno {
  /* background-image: url(images/rno.png) !important; */
  background-size: auto 100% !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  text-transform: uppercase;
}
.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: 0;
  top: 0;
}
#postalcode {
  /* background-image: url(images/post.png) !important; */
  background-size: auto 100% !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  text-transform: uppercase;
}
.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: 0;
  top: 0;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #cdcecf;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cdcecf;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
}

::placeholder {
  color: #cdcecf;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
}
.scrap_steps {
  width: 100%;
  float: left;
  padding: 96px 0px;
  padding-bottom: 80px;
}
.common_heading {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
}
.common_heading span {
  font-family: "Montserrat-UltraLight";
}
.steps_sec {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.steps_list {
  width: 25%;
  float: left;
  padding: 0px 10px;
}
.steps_list_sub {
  border: 1px solid #19212d;
  width: 100%;
  float: left;
  text-align: center;
}
.steps_title {
  color: #fff;
  text-transform: uppercase;
  background-color: #121b2f;
  padding: 6px 0px;
}
.steps_img {
  width: 100%;
  float: left;
  padding: 29px 0px;
  min-height: 149px;
}
/* .steps_list:first-child .steps_img { */
/* padding-top: 47px !important; */
/* } */

.steps_sub {
  width: 86.5%;
  float: none;
  margin: 0 auto;
}
/*
.collection_list_sec h5 {
    padding-bottom: 22px;
}
*/
.steps_content {
  width: 100%;
  float: left;
  padding: 6px 20px;
  padding-bottom: 6px;
  padding-bottom: 6px;
  padding-bottom: 20px;
  min-height: 98px;
  font-family: "Montserrat-Light";
  font-size: 16px;
  line-height: 24px;
  color: #19212d;
}
.cars_national_sec {
  width: 100%;
  float: left;
  padding: 70px 0px;
  background-color: #eceef3;
  padding-bottom: 12px;
}
.cars_national_lft {
  width: 55%;
  float: left;
}
.cars_national_rgt {
  width: 45%;
  float: left;
  padding-left: 20px;
  text-align: right;
}
.cars_national_lft h3 {
  text-align: left;
}
.cars_national_inner_sec {
  width: 88%;
  float: none;
  margin: 0 auto;
}
.cars_national_txt {
  width: 100%;
  float: left;
  padding-top: 44px;
  font-family: "Montserrat-Light";
}
.cars_national_rgt h4 {
  padding-bottom: 20px;
}
.cars_national_img {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 40px;
}
.cars_national_img {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 43px;
}
.scrap_car_list_sec {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.scrap_car_list_sec {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.scrap_car_list_img {
  width: 88px;
  height: 88px;
  border-radius: 50px;
  background-color: #19212d;
  text-align: center;
  padding-top: 16px;
  float: none;
  margin: 0 auto;
}
.scrap_car_list {
  width: 33.3%;
  float: left;
  text-align: center;
  margin-bottom: 74px;
}

.scrap_car_list h4 {
  padding-top: 15px;
}
.scrap_car_list h4 span {
  font-family: "Montserrat-UltraLight";
}
.cars_national_img_sub {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.cars_national_img h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
}
.collection_sec {
  width: 100%;
  float: left;
  padding: 50px 0px;
  padding-bottom: 36px;
}
.btm_quote .quote_form {
  background-color: #19212d;
  padding-top: 28px;
  padding-bottom: 38px;
}
.collection_sec h3 {
  text-align: left;
}
.collection_txt {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  padding-top: 29px;
}
.collection_list_sec {
  width: 100%;
  float: left;
}
.collection_list_sec h5 {
  font-size: 24px;
}
.scrap-page-sec {
  float: left;
  padding-left: 0px;
}
.scrap-page-sec li {
  list-style-type: none;
  font-size: 16px;
  color: #295ad3;
  position: relative;
  width: 20%;
  float: left;
  padding-left: 30px;
  padding-bottom: 10px;
}
.scrap-page-sec li a {
  font-size: 16px;
  color: #295ad3;
  text-transform: capitalize;
}

.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%;
  display: none;
}
.btm_quote_form_sec {
  width: 100%;
  float: left;
  position: relative;
  min-height: 170px;
}
.btm_quote {
  position: absolute;
  width: 100%;
  height: auto;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
}
.btm_quote_form {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.quote_form h2 {
  color: #9fd34a !important;
  padding-bottom: 30px;
  margin-top: 0px;
}
.quote_form_sub h2 span {
  color: #fff;
}
.footer-top {
  width: 100%;
  float: left;
  background-color: #295ad3;
  padding-top: 130px;
  padding-bottom: 30px;
}
.foot_sec {
  width: 100%;
  float: left;
}
.foot_menu {
  width: 20%;
  float: left;
}
#footer-right li {
  list-style-type: none;
  float: left;
  width: 100%;
}
#footer-right li a {
  color: #fff;
}
.foot_content {
  width: 26%;
  float: left;
  text-align: center;
}
#footer-right2 {
  padding-left: 0px;
  padding-top: 25px;
}
#footer-right2 li a {
  color: #fff;
}
#footer-right2 li {
  list-style-type: none;
  float: left;
  position: relative;
  padding-right: 20px;
}
#footer-right2 li::before {
  content: "/";
  position: absolute;
  color: #fff;
  right: -1px;
  top: 0px;
  width: 19px;
  height: 10px;
}
#footer-right2 li:last-child::before {
  display: none;
}
#footer-right {
  padding-left: 0px;
}
.home_post {
  width: 100%;
  float: left;
}
.mini-banner {
  width: 100%;
  float: left;
  min-height: 303px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 109px 0px;
  background-color: #000;
}
.page_title {
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.5px;
}
.page_breadcrumbs {
  width: 100%;
  float: left;
  padding: 24px 0px;
  padding-bottom: 0px;
}
.abt_company_lft h2 {
  text-align: left;
  padding-bottom: 30px;
}
.abt_company_lft {
  width: 49%;
  float: left;
}
.abt_company_rgt {
  width: 51%;
  float: left;
  padding-left: 60px;
}
.abt_call_sec {
  width: 100%;
  float: left;
  padding: 96px 0px;
  background-color: #eceef3;
}
.about_company_sec {
  padding: 87px 0px;
  width: 100%;
  float: left;
}
.abt_call_sec h2 {
  padding-bottom: 30px;
}
.abt_call_txt {
  width: 73%;
  float: none;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
}
.call {
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 24px;
  padding-top: 41px;
}
.scrap_btn {
  background-color: #295ad3;
  width: 182px;
  display: inline-block;
  text-align: center;
  height: 52px;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  padding: 13px 10px;
  color: #19212d;
  border-radius: 0px;
}
.dropdown-content li a {
  color: #fff !important;
}
.dropdown-content li a:hover {
  color: #295ad3 !important;
}
.category-items {
  display: inline-block;
  float: left;
  width: auto;
  text-align: left;
  margin-right: 16px;
  position: relative;
}
.category-items::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  right: -8px;
  position: absolute;
  top: 5px;
}

.btn_sec {
  width: 100%;
  float: left;
  text-align: center;
}
.btm_quote_form_sec.btm_quote_full_width {
  background-color: #eceef3;
}
.scrap_bg {
  width: 100%;
  float: left;
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
  min-height: 498px;
}
.scrap_bg h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.scrap_bg h1 span {
  font-family: "Montserrat-UltraLight";
}
.care_sec {
  width: 100%;
  float: left;
  padding-top: 65px;
}
.care_list_sec {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.care_list {
  width: 16.66%;
  float: left;
  padding: 0px 7.5px;
}
.care_list_sub {
  width: 100%;
  float: left;
  border: 1px solid #19212d;
  padding: 14px;
  padding-top: 14px;
  text-align: center;
  padding-top: 20px;
}
.care_sec .container {
  width: 1184px;
}
.care_list_img {
  display: flex;
  justify-content: center;
  min-height: 153px;
}
.care_list_img img {
  width: 100%;
  margin: auto;
  display: block;
}
.care_list_txt {
  width: 100%;
  float: left;
  font-family: "Montserrat-Light";
  font-size: 16px;
  padding-top: 40px;
  min-height: 90px;
}
.care_sec_sub {
  width: 71%;
  margin: 0 auto;
  text-align: center;
}
.care_txt {
  width: 100%;
  float: left;
  padding: 0px 95px;
  padding-top: 0px;
  padding-top: 20px;
}
.care_sec_sub h2 {
  line-height: 46px;
}
.sell_car_sec h4 {
  padding-bottom: 15px;
  padding-top: 10px;
}
.sell_car_sec {
  width: 100%;
  float: left;
  padding: 81px 0px;
  padding-bottom: 20px;
}
.sell_car_sec h2 {
  padding-bottom: 10px;
  text-align: left;
}
#moretext {
  display: none;
  width: 100%;
  float: left;
}
#toggle {
  color: #295ad3;
  font-size: 16px;
  border: 0px !important;
  background-color: #fff;
  font-family: "Montserrat-Regular";
  padding: 0px;
  cursor: pointer;
  width: 98px;
  height: 30px;
  text-align: left;
}
.contact_information {
  width: 473px;
  float: left;
  background-color: #19212d;
  max-width: 100%;
  padding: 115px 18px 131px 18px;
}
.contact_lft {
  width: 50%;
  float: left;
}
.contact_rgt {
  width: 50%;
  float: left;
  padding-right: 60px;
  padding-left: 18px;
}
#form_contact-form input {
  border: 0px !important;
  box-shadow: none !important;
  height: 55px !important;
  background-color: #eceef3;
  border-radius: 0px !important;
}
.contact_pg {
  width: 100%;
  float: left;
  padding: 75px 0px;
}
.contact_information h2 {
  color: #9fd34a;
  padding-bottom: 68px;
}
.contact_information h2 span {
  color: #fff;
}
.contact_list li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
  width: 100%;
  float: left;
}
.contact_list li a {
  font-family: "Montserrat-UltraLight";
  font-size: 16px;
  color: #fff;
}
.contact_list li:first-child {
  padding-bottom: 66px;
}
#form_contact-form textarea {
  border: 0px !important;
  box-shadow: none !important;
  height: 108px !important;
  background-color: #eceef3;
  border-radius: 0px !important;
}
.frm_button_submit {
  background-color: #295ad3 !important;
  width: 182px !important;
  height: 52px !important;
  font-family: "Montserrat-ExtraBold" !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  border-radius: 0px !important;
  margin: 0px !important;
  color: #fff !important;
}
.contact_rgt h2 {
  text-align: left;
}
.contact_frm_sec {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.form-field input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #19212d;
}
.form-field input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Montserrat-Regular";
  font-size: 14px;
  opacity: 1;
  color: #19212d;
}
.form-field input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Montserrat-Regular";
  font-size: 14px;
  /* opacity: 1; */
  color: #19212d;
}
.form-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #19212d;
}

iframe {
  width: 100%;
  float: left;
}

.form-field {
  margin-bottom: 25px !important;
}
.contact_list li:first-child::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  background-repeat: no-repeat !important;
  background-image: url(images/phone.png) !important;
  width: 23px !important;
  height: 24px !important;
  background-position: center !important;
  background-size: 100%;
}
.contact_list li:last-child::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  background-repeat: no-repeat !important;
  background-image: url(images/mail.png) !important;
  width: 27px !important;
  height: 20px !important;
  background-position: center !important;
  background-size: 100%;
}
.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: 5px;
}
.form_control.floating-label {
  width: 50%;
  float: left;
  padding-right: 9px;
}
.form_control.floating-label:last-child {
  padding-right: 0px;
  padding-left: 9px;
}
.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);
}

.form_control input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #19212d;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}
.form_control input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #19212d;
  opacity: 1;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}
.form_control input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #19212d;
  opacity: 1;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}
.form_control input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #19212d;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}
.submit_fld input {
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
  background-color: #295ad3;
  border: 0px;
  width: 235px;
  height: 52px;
  color: #fff;
}
.submit_fld {
  width: 100%;
  float: left;
  padding-top: 42px;
}
.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: "Montserrat-SemiBold";
  font-size: 14px;
  text-transform: uppercase;
}
.steps_btm_txt {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.steps_btm_txt h6 {
  font-size: 14px;
  padding-bottom: 8px;
}
.area_list {
  width: 100%;
  float: left;
  padding-bottom: 35px;
}
.collection_sec.manchester_pg_list {
  padding-bottom: 0px;
}
#submit {
  background-image: url(images/arrow.png) !important;
  background-size: auto 32% !important;
  background-position: 89% center !important;
  background-repeat: no-repeat !important;
}
.breadcrumbs span {
  font-size: 12px;
}
.breadcrumbs a {
  color: #295ad3 !important;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
  position: fixed;
  top: 21px;
  right: 12px;
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition:
    transform 400ms,
    stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle {
  //stroke-dashoffset: -20px;
  transform: rotate(90deg);
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
}
.res_menu {
  display: none;
}
.free_service {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat-Light";
  padding-top: 10px;
  float: left;
  width: 100%;
}
.drop-ico-main i {
  color: #fff;
  padding-left: 7px;
  width: 9px;
  height: 15px;
  cursor: pointer;
}
.dropdown-content.sub-menu.level-one {
  padding-left: 0px;
}
.dropdown-content.sub-menu.level-one li {
  list-style-type: none;
}

.dropdown-content.sub-menu.level-one {
  padding-left: 0px;
  position: absolute;
  left: 50%;
  width: 1100px;
  z-index: 9;
  background-color: #85b536;
  margin-top: -10px;
  top: 84px;
  padding: 20px;
  display: none;
  transform: translateX(-50%);
}
span.drop-ico-main.btm_drop_menu {
  padding-right: 10px;
}
.dropdown-content.sub-menu.level-one li {
  padding: 0px 10px !important;
  padding-bottom: 10px !important;
}

#main-menu li {
  position: relative;
}
.foot_images {
  width: 54%;
  float: left;
}
.footer_image_list {
  width: 100%;
  float: left;
  padding-left: 129px;
}
.footer_image_list li {
  width: 50%;
  float: left;
  list-style-type: none;
  text-align: center;
}
.footer_image_list li h5 {
  font-size: 14px;
  padding-top: 15px;
  color: #fff;
}
.comming_soon_pg {
  width: 100%;
  float: left;
  padding: 70px 0px;
  text-align: center;
}
.error_page.inner_page {
  width: 100%;
  float: left;
  padding: 97px 0px;
  text-align: center;
}
.error_page.inner_page h4 {
  font-size: 56px;
  padding-bottom: 10px;
}
.error_page.inner_page h1 {
  padding-bottom: 10px;
}
.back_to_hm {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0px;
}
#main-menu li:hover a {
  color: #9fd34a;
}
#main-menu li:hover a {
  color: #295ad3;
}

.drop_menu_list: hover a {
  color: #9fd34a !important;
}
.drop_menu_top_title: hover {
  color: #9fd34a !important;
}
.l1-list:hover a {
  color: #fff !important;
}
#footer-right li:hover a {
  color: #9fd34a;
}
#footer-right2 li:hover a {
  color: #9fd34a;
}
.header_btn a:hover {
  background-color: #1b2430;
  color: #fff;
}
.scrap_btn:hover {
  background-color: #9fd34a;
  color: #fff;
}
.contact_rgt h2 {
  line-height: 27px;
}
.frm_button_submit:hover {
  background-color: #9fd34a !important;
  color: #fff !important;
}
.contact_list li:hover a {
  color: #9fd34a;
}
.footer_image_list li:last-child {
  padding-left: 27px;
}

.frm_form_field input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #19212d !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
}
.frm_form_field input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #19212d !important;
  opacity: 1;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
}
.frm_form_field input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #19212d !important;
  opacity: 1;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
}
.frm_form_field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #19212d !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
}

.page_breadcrumbs.scrap_breadcrumbs .breadcrumbs span:nth-of-type(3) a {
  pointer-events: none;
}

.frm_form_field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #19212d !important;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
}
/* .frm_form_field :focus::-moz-placeholder { */
/* opacity: 0.5; */
/* font-family: "Montserrat-Regular" !important; */
/* font-size: 14px; */
/* } */
.frm_form_field :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #19212d !important;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
}
/* .frm_form_field :focus:-moz-placeholder { */
/* opacity: 0.5; */
/* font-family: "Montserrat-Regular" !important; */
/* font-size: 14px; */
/* } */

#response {
  width: 100%;
  float: left;
}
.validation_error {
  color: red;
  font-family: "Montserrat-SemiBold";
  font-size: 13px;
}

/*  Loader   */

/* .loader {
  height: 100%;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  display: none;
  left: 0px;
  top: 0px;
}
.form_loader .loader {
  display: block;
  z-index: 9999;
} */
.loader {
  height: 100%;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  display: none;
  left: 0px;
  top: 0px;
}
.form_loader .loader {
  display: block;
  z-index: 9;
}
.car {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 55px !important;
}

.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
  animation: shake 0.2s ease-in-out infinite alternate;
  fill: #fff;
}
.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
  animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  stroke: #fff;
}
.car__line--top {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.car__line--middle {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.car__line--bottom {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(3%);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}

.error_response p {
  width: 100%;
  float: left;
  border: 1px solid red;
  text-align: center;
  padding: 5px 0px;
  margin-top: 10px;
  color: #121b2f;
}
.social_icon_sec {
  width: 100%;
  float: left;
  padding: 15px 0px;
}
.foot_list {
  width: 100%;
  float: left;
  padding-left: 0px;
}
.foot_list li {
  list-style-type: none;
}
.scrap_container {
  width: 100%;
  max-width: 1076px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 15px;
  min-height: 320px;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.more span a {
  color: #295ad3 !important;
  font-family: "Montserrat-SemiBold";
  padding-top: 10px;
  font-size: 16px;
}
.step2_top.frm_mobile_view {
  display: none;
}
.submit_fld input {
  cursor: pointer;
}
.scrap_bg img {
  min-height: 498px;
  object-fit: cover;
}

.quote_text {
  border-bottom: 0px solid #eee;
  margin-bottom: 25px;
  background: #eee;
  padding: 15px 15px 3px;
  width: 100%;
  float: left;
}
.foot_list li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.more {
  overflow: hidden;
  width: 100%;
  float: left;
}
.call_to_action {
  width: 100%;
  float: left;
  background-color: #295ad3;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  color: #fff;
  font-size: 28px;
  word-spacing: 2px;
  line-height: normal;
}
.call_to_action a {
  font-family: "Montserrat-SemiBold";
  color: #9fd34a;
}
.page_breadcrumbs.scrap_breadcrumbs .breadcrumbs span:nth-of-type(3) {
  display: none;
}
.page_breadcrumbs.scrap_breadcrumbs .breadcrumbs span:nth-of-type(4) {
  display: none;
}
.scrap_container #quote_form h2 {
  padding-bottom: 15px;
}
.scrap_bg #quote_form {
  padding-top: 30px;
}
.sell_car_sec.today_quote h4 {
  padding-top: 30px;
}
.sell_car_sec.today_quote {
  padding-top: 5px;
  padding-bottom: 30px;
}
.sell_car_sec.today_quote h6 i {
  color: #295ad3;
}
.sell_car_sec.today_quote a {
  margin-top: 20px !important;
  float: left;
}

/**home section tabs style**/

.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;
  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: "Montserrat-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: "Montserrat-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: rgb(41, 90, 211);
  max-width: 100%;
  width: 417px;
  height: auto;
  font-size: 27px;
  font-family: "Montserrat-ExtraBold";
  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: #295ad3;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: center;
  font-family: "Montserrat-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 0px 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: "Montserrat-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: "Montserrat-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: "Montserrat-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%;
}

.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: "Montserrat-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: "Montserrat-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: "Montserrat-SemiBold";
  color: #9fd34a;
  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: #9fd34a;
}
/* .nav.nav-tabs.basic li:nth-child(1) h2::after{
  background: #9fd34a;
} */

.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: #9fd34a;
}

.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: #9fd34a;
}

.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;
}
.thank_sec .top_sec .booking-ref {
  font-size: 24px;
  margin-top: 21px;
  color: #295ad3;
}
.thank_sec .top_sec .booking-ref span {
  color: #9fd34a;
}

#thank {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  position: relative;
}

.tab-pane .close {
  position: absolute;
  right: -9px;
  top: -14px;
  background:;
  background:;
  border: 2px solid#7e7e7e;
  padding: 4px;
  background: #fff;
  height: 40px;
  line-height: normal;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  opacity: 1;
  color: #7e7e7e;
  cursor: pointer;
}

/* 24.5.21 */
/* 22.5.21 */

.landing-banner {
  width: 100%;
  float: left;
  padding: 135px 0px;
  background-image: url(images/download.jpg) !important;
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.landing_banner_lft {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.landing_banner_rgt {
  width: 50%;
  float: left;
  padding-left: 111px;
  padding-right: 15px;
}
.landing_form h2 {
  text-align: left;
  color: #418c8f;
  font-size: 30px;
  font-family: "DMSans-Bold";
  margin-bottom: 20px;
}
.landing_banner_lft h1 {
  color: #19212d;
  font-size: 60px;
  font-family: "DMSans-Bold";
  line-height: 60px;
}
.landing_form .frm_ctrl {
  width: 100%;
  margin-bottom: 20px;
}
.landing_form .frm_ctrl input {
  background-color: #19212d;
  color: #7c7e83;
}
.banner_service {
  font-family: "DMSans-Medium";
  font-size: 20px;
  padding-top: 25px;
  width: 100%;
  float: left;
  line-height: 27px;
}
.banner_service span {
  width: 100%;
  float: left;
  color: #418c8f;
}
.landing_step1_sec {
  width: 100%;
  float: left;
}
.landing_step1_img {
  width: 297px;
  float: left;
}
.landing_step1_content {
  width: calc(100% - 297px);
  padding-left: 77px;
  float: right;
  padding-top: 58px;
}
.landing_step1_lft {
  background-color: #dce8eb;
  width: 81.5%;
  float: left;
  padding: 101px 70px 101px 134px;
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px;
}
.landing_title span {
  font-family: "DMSans-Bold";
  font-size: 16px;
  color: #19212d;
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.landing_title {
  font-family: "DMSans-Bold";
  font-size: 45px;
  color: #19212d;
}
.landing_sub_title {
  font-family: "DMSans-Bold";
  font-size: 20px;
  color: #19212d;
  padding: 23px 0px;
  line-height: 28px;
}
.landing_content {
  font-family: "DMSans-Regular";
  font-size: 16px;
  line-height: 27px;
}
.landing_step2_sec {
  width: 100%;
  float: left;
  padding: 100px 0px;
}
.landing_step2_mid .landing_step1_content {
  float: left;
  padding-left: 66px;
  padding-right: 42px;
  padding-top: 81px;
}
.landing_step1_right .landing_step1_img {
  margin-left: -110px;
}
.landing_step1_right {
  width: 82%;
  float: right;
  background-color: #dce8eb;
  padding: 101px 130px 101px 0px;
  border-top-left-radius: 108px;
  border-bottom-left-radius: 108px;
}
.landing_step1_right .landing_step1_content {
  padding-left: 80px;
  float: left;
}
.landing_tel a {
  color: #418c8f;
  font-size: 24px;
  font-family: "DMSans-Bold";
}
.landing_tel span {
  color: #fff;
  font-size: 24px;
  font-family: "DMSans-Bold";
  padding-right: 5px;
}
.landing_form #submit {
  font-family: "DMSans-Bold";
  color: #fff;
  font-size: 18px;
  width: 209px;
  height: 52px;
  margin-top: 7px;
  background-image: url(images/quote-arrow.png) !important;
  background-position: 85% center !important;
  padding-left: 32px;
}
.landing_form .frm_ctrl input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7c7e83 !important;
  font-family: "DMSans-Bold";
  font-size: 20px;
  text-transform: capitalize;
}
.landing_form .frm_ctrl input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7c7e83 !important;
  opacity: 1;
  font-family: "DMSans-Bold";
  font-size: 20px;
  text-transform: capitalize;
}
.landing_form .frm_ctrl input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7e83 !important;
  opacity: 1;
  font-family: "DMSans-Bold";
  font-size: 20px;
  text-transform: capitalize;
}
.landing_form .frm_ctrl input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7c7e83 !important;
  font-family: "DMSans-Bold";
  font-size: 20px;
  text-transform: capitalize;
}
.header_btn.landing_header_btn a {
  background-color: transparent;
  width: 200px;
}
.header_btn.landing_header_btn {
  width: 257px;
}
.header_btn.landing_header_btn a {
  background-color: transparent;
  width: 200px;
  padding: 0px;
  text-align: left;
}
.landing_content a {
  font-family: "DMSans-Bold";
  color: #19212d;
}
.footer-top.landing_footer {
  background-color: #19212d;
  padding-top: 64px;
  padding-bottom: 44px;
}
.footer-top.landing_footer .container {
  width: 1210px;
}
.footer-top.landing_footer {
  text-align: left;
}
.footer_phone {
  width: 36%;
  float: left;
  text-align: center;
  padding-top: 40px;
}
.footer-top.landing_footer .foot_images {
  width: 38%;
  float: left;
}
.footer-top.landing_footer .footer_image_list {
  padding-left: 0px;
}
.header_sec.landing_header {
  padding-right: 53px;
}
.footer-top.landing_footer .foot_content {
  text-align: left;
}
.header_sec.landing_header .header_right {
  padding-top: 20px;
}
.landing_banner_rgt .sumit_btn_fld {
  width: 100%;
}
.landing_step2_mid {
  width: 100%;
  float: left;
  padding-right: 13px;
}
.landing_content.landing_content4 {
  padding-top: 20px;
}
.landing_tel a:hover {
  color: #fff;
}
.landing_content_sub {
  width: 600px;
  max-width: 100%;
}
.landing_content_sub.landing_content_sub1 {
  padding-right: 14px;
}
.landing-right {
  width: 894px;
  float: right;
  max-width: 100%;
}
.header_sec.landing_header .container {
  width: 1210px;
}
.header_sec.landing_header {
  padding-left: 0px;
  padding-right: 0px;
}
.tab-val-sec .nav li {
  pointer-events: none;
}
/* 26.05.22 */
.scarpmycar_listing .steps_title {
  color: #fff;
  background-color: #121b2f;
  padding: 10px 0px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -22px;
  left: -19px;
  font-family: "Montserrat-SemiBold";
}
.buy_car {
  position: relative;
}
.header_sec.scarp_my_car {
  background-color: #fff;
  padding: 0px;
}
.scarp_my_car .header_logo {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 115px;
}
.scarp_my_car .quote_form {
  background-color: none !important;
}

.scarp_my_car .free_service {
  text-align: center;
  padding-bottom: 30px;
}
.smc_free_ser span {
  font-family: "Montserrat-SemiBold" !important;
}
.scarp_my_car .banner_sub_image {
  text-align: center;
  padding-right: 0px;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
}
.banner_smc_img {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.scarp_my_car .banner {
  min-height: 698px;
}
.scarpmycar_listing .steps_sub {
  width: 100%;
}
.scarpmycar_listing .steps_list {
  padding: 0px 5px;
  width: calc(25% - 16px);
  margin-right: 21px;
}
.smc_cars_nation_sec .cars_national_lft {
  width: 100%;
}
.smc_cars_nation_sec .common_heading {
  text-align: center !important;
}
.smc_cars_nation_sec {
  background-image: url(images/scrap_btm.png);
  padding-bottom: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.scrap_car_list_sec.smc_list_sec {
  background-color: #eceef3;
}
.scrap_car_list_sec .smc_list_sec {
  width: 80%;
  float: none;
  margin: 0 auto;
}
.smc_top_listing_sec {
  width: 100%;
  float: left;
  background-color: #eceef3;
  position: relative;
}
.smc_cars_nation_sec .cars_national_rgt {
  width: 100%;
  float: left;
  text-align: center;
}
.footer-top.smc_footer {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 50px;
}
.footer-top.smc_footer li a {
  color: #000 !important;
}
.smc_footer #footer-right2 li::before {
  color: #000;
}
.smc_footer .foot_content {
  text-align: left;
}
.smc_footer .footer_image_list li h5 {
  color: #19212d;
}
.smc_footer #menu-item-82 a {
  padding-right: 2px;
}

.smc_footer #footer-right2 li::before {
  right: -6px;
}
.smc_footer #footer-right2 li {
  padding-right: 19px;
}
.smc_footer .foot_images {
  width: 42%;
  float: left;
}
.smc_footer .foot_menu {
  width: 20%;
  float: left;
}
.smc_footer .foot_content {
  width: 38%;
  float: left;
}
.smc_footer #footer-right li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.smc_footer .footer_image_list {
  padding-left: 31px;
}
.smc_footer .footer_image_list li h5 {
  font-family: "Montserrat-Light";
}
.home .form_section_step2 {
  display: none;
}
.page.page-id-677 .form_sec_step2 {
  background-color: #19212d;
  width: 100%;
  float: left;
  padding: 20px;
}
.page.page-id-677 .step2_top.frm_desk_view {
  display: none !important;
}
.page.page-id-677 .step_2form {
  width: 69%;
  float: left;
  display: flex;
}
.page.page-id-677 .form_sec_step2 {
  background-color: #dae9ed;
  width: 31%;
  float: right;
  border: 1px solid #19212d;
}
.page.page-id-677 .step2_inner {
  width: 100%;
  display: flex;
}
.home .form_sec_step2 {
  display: none;
}
.page.page-id-677 .step2_content_sec {
  width: 100%;
}
.page.page-id-677 .nav.nav-tabs {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.page.page-id-677 .step2_content_sec h4 {
  color: #19212d !important;
  border-bottom: 1px solid #000;
  padding-bottom: 22px;
}
.page.page-id-677 .tab-val-sec .nav li h2::after {
  display: none;
}
.page.page-id-677 .nav.nav-tabs span {
  float: left;
  width: 100%;
  text-align: left;
}
.page.page-id-677 .tab-val-sec .nav li a {
  display: block;
  float: left;
}
.page.page-id-677 .step1sec {
  color: #8e99a0;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
}
.page.page-id-677 .basic_info_sec {
  color: #8f9aa0;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  padding-bottom: 25px;
}

.page.page-id-677 .active .nav.nav-tabs.basic li h2 {
  display: block;
  float: left;
}
.page.page-id-677 .fa.fa-check {
  display: block !important;
}
.page.page-id-677 .tab-val-sec .nav li h2 {
  color: #000 !important;
}

.smc_quoteform {
  background-color: transparent;
}
.scarpmycar_listing .container {
  width: 1162px;
}
.scarpmycar_listing .steps_list:last-child {
  margin-right: 0px;
}
.scarpmycar_listing .steps_content {
  min-height: 81px;
}
.scarpmycar_listing .steps_img {
  padding: 18px 0px 0px 0px;
  min-height: 108px;
}
.smc_national_para p {
  text-align: center;
  width: 90%;
  line-height: 30px;
  font-family: "Montserrat-Regular";
  margin: 0 auto;
  padding-bottom: 82px;
}
.scarpmycar_listing .common_heading {
  padding-bottom: 29px;
}
.smc_quoteform .regname_bg {
  border-right: 1px solid #000;
}
.smc_quoteform .frm_ctrl input {
  border: 1px solid #000;
}
.smc_quoteform .postcode_bg {
  border-right: 1px solid #000;
}
.page.page-id-677 .value_sec {
  width: 69%;
  float: left;
}

.page.page-id-677 .tab-val-sec .nav li h2 {
  margin: 0px;
  width: 43px;
  height: 43px;
}
.page.page-id-677 .tab-val-sec .nav li {
  width: 100%;
  float: left;
}
.page.page-id-677 .tab-val-sec .nav li a {
  padding-top: 0px;
  padding-left: 64px;
}
.page.page-id-677 .tab-val-sec .nav li.active a {
  padding-top: 0px;
  padding-left: 21px;
  width: calc(100% - 43px);
  float: right;
}
.tab-val-sec .nav li.active a span {
  color: #000;
}

.page.page-id-677 ::placeholder {
  color: #19212d;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  opacity: 0.4;
}

.page.page-id-677 .nav.nav-tabs.frm2_commontitle h2 {
  display: none !important;
}

.page.page-id-677 .btm_quote {
  top: -56px;
}
.page.page-id-677 .quote_form {
  padding: 10px 44px;
}
.page.page-id-677 .btm_quote .quote_form {
  padding-top: 28px !important;
  padding-bottom: 38px !important;
}
.nav.nav-tabs.frm2_commontitle {
  float: left;
}
.page.page-id-677 .active .nav.nav-tabs li.active h2 {
  display: block !important;
  float: left;
}
.page.page-id-677 .nav.nav-tabs li h2 {
  background: #9fd34a;
}
.page.page-id-677 .value_sec .call_to_action {
  width: 93%;
}
.step3sec {
  width: 69%;
  float: left;
}
.page.page-id-677 #arrange .step2_inner {
  width: 69%;
}
.page.page-id-677 #arrange .step3sec {
  width: 100%;
}
.page.page-id-677 .thank_sec {
  width: 69%;
}
.page.page-id-677 #arrange .form_sec_step2 {
  min-height: 914px;
}
.page.page-id-677 .sell_car_sec.today_quote {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #eceef3;
}
.page.page-id-677 .call_to_action a {
  width: 100%;
  float: left;
}
.banner.scarp_banner {
  display: none;
}
.scarp_my_car .banner_sub_image {
  display: none;
}
.page.page-id-677 .nav.nav-tabs.valuation li:nth-child(1) h2 span {
  display: block !important;
}
.page.page-id-677 .nav.nav-tabs.arrenge li:nth-child(2) h2 span {
  display: block;
}
.page.page-id-677 .nav.nav-tabs.tnk li:nth-child(3) h2 span {
  display: block;
}

.smc_top_listing_sec::before {
  background-image: linear-gradient(#eceef3, #eceef3);
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to top,
    rgba(#eceef3, #eceef3, 255, 0),
    rgb(#eceef3, 255, 255) 90%
  );
  width: 100%;
  height: 37px;
}

.scrap-page-secone li {
  list-style: none;
}
.scrap-page-secone li {
  list-style: none;
  padding-bottom: 25px;
}
.collection_list_sec a {
  color: #000;
}

.head_menu_list {
  padding-left: 0px !important;
}
.head_menu_list li {
  width: 100%;
  float: left;
}

.dropdown-content.sub-menu.level-one li {
  padding: 0px 0px !important;
}

.smc_listing_items ul {
  width: 50%;
  float: left;
  padding-left: 0px;
}
.scrap-page-sec li {
  list-style-type: none;
  font-size: 16px;
  color: #295ad3;
  position: relative;
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-bottom: 10px;
}
.smc_listing_items li {
  list-style: none !important;
}
.collection_list_sec h5 a {
  padding-bottom: 23px;
  padding-top: 13px;
  font-size: 20px;
  float: left;
}

.head_menu_list {
  display: none;
}
.drop_menu_list.active .li-list {
  display: block !important;
}

.menu.level-one li {
  width: 50% !important;
  float: left !important;
}

.drop_menu_list a {
  width: 170px;
  float: left;
  text-transform: uppercase !important;
}
span.drop-ico-main.btm_drop_menu {
  width: 25px !important;
  margin-right: 15px;
  padding-right: 0px !important;
}

.drop-ico-main {
  width: calc(100% - 193px);
  float: right;
  padding-right: 25px;
  cursor: pointer;
  margin-top: 2px;
}
.smc_list_items {
  color: #fff !important;
}
.head_menu_list {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.l1-list:hover {
  color: #fff !important;
}
.drop_menu_list:nth-of-type(4n + 1) {
  clear: left;
}
.head_menu_list li a {
  padding-left: 25px;
}

.drop-ico-main.top_drop_menu i {
  padding-right: 0px !important;
}
.drop_menu_top_title {
  padding-bottom: 10px !important;
}
.form_input.enquiry_frm_fld .form_control input {
  background-color: #eceef3;
  height: 55px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  border: 1px solid rgb(25, 33, 45);
  padding: 5.5px 17px;
}
.form_input.enquiry_frm_fld .form_control {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.form_input.enquiry_frm_fld .form_control.text_ctrl {
  width: 100%;
  float: left;
}
.form_input.enquiry_frm_fld .form_control textarea {
  background-color: #eceef3;
  height: 110px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  border: 1px solid rgb(25, 33, 45);
  padding: 5.5px 17px;
}
.enquiry_two_fld {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  display: grid;
  width: 100%;
  float: left;
}
.enquiry_three_fld {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  display: grid;
  width: 100%;
  float: left;
}
.enquiry_frm_sec {
  width: 100%;
  float: left;
  padding: 100px 0px;
}
.enquiry_quote {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.enquiry_frm_sec .submit_fld {
  text-align: right;
}
.sucess_msg {
  width: 100%;
  float: left;
  color: green;
  background-color: #d4edda;
  padding: 10px 15px;
  margin-top: 20px;
}
.form_input.enquiry_frm_fld .form_control span {
  color: red;
}
.form_input.enquiry_frm_fld .form_control select {
  background-color: #eceef3;
  height: 55px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  border: 1px solid rgb(25, 33, 45);
  padding: 5.5px 17px;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/down-arrow.png) !important;
  background-position-x: 0% !important;
  background-position-y: 0% !important;
  background-repeat: no-repeat !important;
  background-position-x: 97% !important;
  background-position-y: 54% !important;
  background-size: 16px !important;
  line-height: normal;
  box-shadow: none !important;
  cursor: pointer;
}
.thankyou_msg {
  text-align: center;
  font-size: 20px;
}
.thankyou_msg h2 {
  margin-bottom: 30px;
}
.enquiry_frm_sec.sep_formequiry .submit_fld {
  padding-top: 9px;
}
.enquiry_frm_sec.sep_formequiry {
  padding-bottom: 91px;
  padding-top: 69px;
}
.step2_img_sec .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn_quote:hover {
  background-color: #9fd34a !important;
  color: #fff !important;
}
.scrap-page-sec.rochale_area_list li {
  display: inline-block;
  float: left;
  width: auto;
  text-align: left;
  margin-right: 16px;
  position: relative;
}
.scrap-page-sec.rochale_area_list li p {
  margin: 0px;
}
.scrap-page-sec.home_area_list li {
  display: inline-block;
  position: relative;
  float: left;
  width: auto;
  margin-right: 16px;
}
.scrap-page-sec.home_area_list li::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  right: -8px;
  position: absolute;
  top: 5px;
}
.scrap-page-sec.home_area_list {
  width: 100%;
}
.scrap-page-sec.home_area_list li:last-child::after {
  display: none;
}
.smc_listing_items ul:first-child {
  padding-right: 10px;
}
.smc_listing_items ul:last-child {
  padding-left: 94px;
}
.cat-menu.drop_menu_top_title {
  pointer-events: none;
}
.header_btn span {
  width: 100%;
  float: left;
}
.home_banner_sec {
  width: 100%;
  float: left;
  display: flex;
}
.home_banner_lft {
  width: 62.5%;
  float: left;
}
.home_banner_rgt {
  width: 37.5%;
  float: left;
}
.banner_rgt_top_sec {
  width: 100%;
  float: left;
  background-color: #263238;
}
.banner_rgt_top_sec .frm_ctrl {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0px;
}
.banner_rgt_top_sec .sumit_btn_fld {
  width: 100%;
}
.banner_rgt_top_sec input {
  width: 100%;
}
.banner_rgt_btm_sec {
  width: 100%;
  float: left;
  background-color: #295ad3;
  padding: 50px 44px;
}
.banner_lft_top_sec {
  width: 100%;
  float: left;
  text-align: center;
}
.banner_home_sub_content.left_banner_sub_content {
  width: calc(100% - 138px);
  float: left;
  color: #9fd34a;
  padding-left: 20px;
  font-size: 22px;
  font-family: "kalam.regular";
}
.banner_content_image.left_banner_content_image {
  width: 138px;
  float: left;
}
.banner_home_sub_content.left_banner_sub_content p {
  color: #19212d;
}
.banner_content_lft {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.banner_content_rgt {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.banner_content_list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.banner_content_image {
  width: 46px;
  float: left;
}
.banner_content_list li {
  width: 100%;
  float: left;
  align-items: center;
  display: flex;
  margin-bottom: 6px;
}
.banner_home_sub_content {
  width: calc(100% - 46px);
  float: left;
  color: #9fd34a;
  padding-left: 20px;
  font-size: 22px;
  font-family: "kalam.regular";
}
.banner_lft_btm_sec {
  width: 100%;
  float: left;
  padding: 60px 49px;
}
.banner_rgt_top_sec h1 {
  font-family: "Montserrat-Bold";
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}
.banner_rgt_top_sec .quote_form {
  padding-bottom: 50px;
}
.banner_rgt_btm_sec .call_to_action {
  margin-top: 0px;
}
.banner_rgt_top_sec .free_service {
  text-align: center;
  font-family: "Montserrat-ExtraBold";
  padding: 18px 40px 0px 40px;
  line-height: 26px;
}
.banner_lft_top_sec img {
  height: 500px;
  object-fit: contain;
  width: 750px;
}
.banner_rgt_top_sec #submit {
  text-align: center;
  background-image: none !important;
}
.banner_rgt_top_sec .quote_form {
  padding: 60px 44px;
}
.home_banner_rgt .free_service span {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.banner_content_sec {
  width: 100%;
  float: left;
}
.banner_home_sub_content.left_banner_sub_content p {
  color: #19212d;
  font-size: 16px;
}
.banner_home_sub_content.left_banner_sub_content p {
  margin-bottom: 0px;
}
.banner_content_lft {
  margin-bottom: 15px;
}
.scrap-page-sec.rochale_area_list li:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  right: -8px;
  position: absolute;
  top: 5px;
}
.cars_national_inner_sec h4 {
  text-align: center;
}
.scrap-page-sec.rochale_area_list li:last-child::after {
  display: none;
}
.scrap-page-sec.home_area_list {
  padding-left: 0px !important;
}
.home_banner_sec.scarp_my_car.scrap_ban_sec .home_banner {
  width: 100%;
}

.post_subtitle h6 {
  font-size: 14px !important;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-top: 16px;
}
.scarp_my_logosection {
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  display: grid;
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 30px;
}
.car-logos_sec {
  width: 100%;
  float: left;
  padding: 45px 45px;
  text-align: center;
}
.mobile_view {
  display: none;
}

.scrap_menu a:hover ~ .dropdown-content li a {
  color: #fff !important;
}

/* New Pages Designing Style 07-10-23 */
.n-menu {
  padding-left: 40px;
}
.n-menu #main-menu {
  float: none;
  padding: 0px;
  column-gap: 74px;
  padding-top: 5px;
}
.n-menu #main-menu li {
  padding: 0px;
}
.n-menu #main-menu li a {
  color: #0d1218;
  text-align: center;
  font-family: "Metropolitano-500";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.n-menu #main-menu .drop-ico-main i {
  color: #0d1218;
}
/* Latest Style */
header.n-header {
  width: 100%;
  height: 115px;
  padding: 0px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-phone-number {
  width: 239px;
  height: 75px;
  border-radius: 50px;
  background: #0d1218;
}
.n-phone-number a {
  width: 100%;
  height: 100%;
  font-family: "Metropolitano-500";
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-price-container {
  width: 100%;
  float: left;
  background: #f7f7f8;
  padding: 0px 55px;
}
.black-container {
  width: 100%;
  min-height: 948px;
  border-radius: 30px;
  background: url("images/ForBlackArea.png"), #05070a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
}
.black-container h4 {
  width: 100%;
  max-width: 810px;
  color: #ace804;
  font-family: "Metropolitano-500";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  margin: 0px;
  padding-bottom: 48px;
}
.black-container aside {
  color: rgba(247, 247, 248, 0.5);
  font-family: "Metropolitano-500";
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  text-align: left;
  width: 100%;
  max-width: 1151px;
  margin: 0px;
}
.black-container aside {
  padding-bottom: 34px;
}
.testmonial_btm_sec h3,
.testmonial_btm_sec h4 {
  color: #0d1218;
}
.black-container aside:last-child {
  padding-bottom: 0px;
}
.hero-banner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.hero-banner .banner-content {
  width: 100%;
  padding: 129px 0px 0px 85px;
  position: relative;
  z-index: 9;
}
.hero-banner .banner-img {
  position: absolute;
  right: -55px;
  top: 126px;
  z-index: 0;
}
.hero-banner .banner-content h1 {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 105.6px */
  max-width: 947px;
  margin: 0px;
}

.hero-banner .banner-content h2 {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 134.615% */
  margin: 0px;
  padding: 15px 0px 96px 0px;
}
.service-filed-section {
  width: 1084px;
  height: 312px;
  background-image: url("images/file.png");
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 77px;
}
.service-filed-section h4 {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
.service-filed-section h4 span {
  display: block;
  font-family: "Metropolitano-500";
  color: #0d1218;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 0px 28px 0px;
}
.service-filed-section input,
.footer-container-form input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 15px;
  padding-left: 85px;
  text-transform: capitalize !important;
}
.service-filed-section input::placeholder,
.footer-container-form input::placeholder {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service-filed-section .post-code,
.service-filed-section .reg-number,
.footer-container-form .post-code,
.footer-container-form .reg-number {
  width: 330px;
  height: 75px;
  border-radius: 15px;
  background: #fff;
  position: relative;
}
.service-filed-section form,
.footer-container-form form {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 15px;
}
.service-filed-section .get-prices,
.footer-container-form .get-prices {
  width: 236px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #039;
  color: #fff;
  text-align: center;
  font-family: "Metropolitano-500";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
  padding-left: 0px;
  cursor: pointer;
}
.service-filed-section .post-code::before,
.footer-container-form .post-code::before {
  content: "";
  width: 52px;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  background: url("images/n-loca.png"), #05070a;
  background-repeat: no-repeat;
  background-position: center;
}
.service-filed-section .reg-number::before,
.footer-container-form .reg-number::before {
  content: "";
  width: 52px;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  background: url("images/n-gb.png"), #05070a;
  background-repeat: no-repeat;
  background-position: center;
}
.best-price-car {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background: #fff;
  padding: 154px 0px 323px 0px;
  display: flex;
  column-gap: 105px;
  align-items: center;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.our-brand-cars .our-brand_item {
  width: 100%;
  height: 158px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.and-more {
  color: #0d1218;
  text-align: center;
  font-family: "Metropolitano-500";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #6792ff;
  width: 273px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.best-car-logos {
  width: 100%;
  padding-bottom: 150px;
  float: left;
}
.best-car-logos .logos-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.n-footer {
  width: 100%;
  float: left;
}
.footer-container-form {
  width: 1099px;
  height: 291px;
  background: url("images/ForGreenArea.png") #ace804;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  justify-content: center;
  padding-left: 65px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}
.footer-container-form h4 {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
.twiter-social {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url("images/simple-icons_x.png");
  background-repeat: no-repeat;
}
.insta-social {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url("images/bi_instagram.png");
  background-repeat: no-repeat;
}
footer.n-footer {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 180px 100px 80px;
}
ul#footer-right3 {
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 77px;
  margin: 0px;
}
.n-footer-menu {
  padding-top: 29px;
}
ul#footer-right3 li a {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.n-footer-social {
  display: flex;
  align-items: center;
  column-gap: 46px;
  padding-top: 29px;
}
.copy-right-sec {
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding: 27px 0px;
  border-top: 1px solid rgba(13, 18, 24, 0.5);
}
.copy-right-main-sec {
  width: 100%;
  padding: 0px 100px;
  float: left;
}
.best_pricing_page p {
  font-size: 18px;
  font-family: "Metropolitano-500";
  line-height: 28px;
}
.best-car-content h3 {
  font-family: "Metropolitano-500";
  font-size: 40px;
  line-height: 50px;
  width: 100%;
  float: left;
  margin-bottom: 45px;
  margin-top: -8px;
}
.best-car-content aside {
  font-family: "Metropolitano-500";
  font-size: 18px;
  line-height: 28px;
  color: #0d1218;
  opacity: 60%;
}
.best-car-img {
  position: relative;
}
.best-car-sub-img {
  position: absolute;
  left: 71px;
  top: 54px;
}
.selling_sec {
  border-radius: 0px 0px 30px 30px;
  /* background: #151619;*/
  width: 100%;
  float: left;
  padding-bottom: 266px;
  background: url("images/ForBlackArea.png"), #05070a;
}
.sell_car_top_sec {
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 52px !important;
  display: grid !important;
  width: 100% !important;
  float: left !important;
  padding: 0px 67px;
}
.sell_car_card {
  width: 100%;
  float: left;
}
.sell_car_card_top {
  width: 100%;
  float: left;
  border-radius: 20px;
  min-height: 323px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("images/location-bg-pattern.svg");
  padding: 20px;
}
.sell_car_card_bottom {
  width: 100%;
  float: left;
  background-color: #2e3339;
  border-radius: 20px;
  color: #fff;
  padding: 36px 27px;
  position: relative;
  min-height: 216px;
  font-family: "Metropolitano-500";
  font-size: 24px;
  line-height: 30px;
}
.sell_car_card_top_sub h4 {
  font-family: "Metropolitano-Black";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32.37px;
  margin-bottom: 15px;
}
.sell_car_card.sell_card_second .sell_car_card_bottom {
  padding: 27px 33px;
}
.sell_car_card.sell_card_third .sell_car_card_bottom {
  padding: 33px 31px;
}
.sell_card_reg {
  color: #ace804;
  width: 100%;
  display: block;
}
.sell_reg_fld {
  width: 100%;
  float: left;
}
.sell_reg_sub_fld {
  width: 237px;
  float: none;
  margin: 0 auto;
  padding-left: 55px;
  position: relative;
  border: 3px solid #05070a;
  border-radius: 15px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.sell_reg_sub_fld::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("images/n-gb.png");
  width: 55px;
  height: 100%;
  left: -3px;
  top: 0px;
  background-size: 32px;
  background-color: #05070a;
  background-position: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sell_reg_sub_fld_txt {
  font-family: "Metropolitano-Bold";
  font-size: 18px;
  line-height: 28px;
}
.sell_car_card.sell_car_first .sell_car_card_top {
  padding-top: 77px;
}
.sell_car_card_bottom::before {
  width: 109px;
  background-color: #ace804;
  height: 3px;
  position: absolute;
  content: "";
  bottom: 35.5px;
  left: 27px;
  border-radius: 3px;
}
.sell_car_card.sell_card_second .sell_car_card_bottom::before {
  background-color: #58f9bf;
}
.sell_car_card.sell_card_third .sell_car_card_bottom::before {
  background-color: #6792ff;
}

.best_price_txt {
  width: 100%;
  float: left;
  font-family: "Metropolitano-Black";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sell_car_card.sell_card_third .sell_reg_sub_fld {
  width: 99.5px;
  padding-left: 22px;
  display: flex;
  border-radius: 5px;
  min-height: 31.9px;
  border: 1px solid #05070a;
}
.sell_car_card.sell_card_third .sell_reg_sub_fld_txt {
  font-size: 6.5px;
  line-height: 8.9px;
}
.sell_car_card.sell_card_third .sell_reg_sub_fld::before {
  width: 22px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-size: 12px;
  left: -1px;
}
.best_price_top {
  background-color: #fff;
  width: 100%;
  float: left;
  height: 253px;
  border-radius: 15px;
  position: relative;
  padding: 21px 0px 10px 0px;
}
.sell_car_card.sell_card_third .sell_car_card_top_sub {
  width: 145px;
  height: 276px;

  float: none;
  margin: 0 auto;
  padding: 8px 13px;
  position: relative;
}
.sell_car_card.sell_card_third .sell_car_card_top_sub:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("images/phone-bg.png");
  background-size: cover;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.prices_txt {
  width: 100%;
  float: left;
  line-height: 10px;
}
.best_price_img {
  width: 100%;
  float: left;
  margin-top: 7px;
}
.best_price_txt_seconds {
  font-family: "Metropolitano-Bold";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: 5px;
  width: 100%;
  float: left;
  margin-bottom: 18px;
}
.sell_car_card.sell_card_second .sell_car_card_top {
  padding-top: 49px;
}
.sell_car_card.sell_card_third .sell_car_card_top {
  padding-top: 30px;
}
.environment_agency_sec {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
}
.sell_car_card.sell_car_first {
  margin-top: -73px;
}
.sell_car_card.sell_card_second {
  margin-top: -155px;
}
.sell_car_card.sell_card_third {
  margin-top: -261px;
}
.sell_car_middle_content {
  width: 100%;
  float: left;
  text-align: center;
  padding: 128px 0px 48px 0px;
}
.recycle_your_car p {
  color: #0d1218;
}
.sell_car_middle_content h5 {
  color: #f7f7f8;
  font-size: 70px;
  font-family: "Metropolitano-500";
  line-height: 80px;
  width: 100%;
  float: left;
  margin-bottom: 42px;
}
.container.price_container {
  width: 1303px;
}
.sell_car_middle_content p {
  color: #f7f7f8;
  opacity: 50%;
  line-height: 28px !important;
}
.recycle_your_car {
  width: 100%;
  float: left;

  background-repeat: no-repeat;
  background-image: url("images/white-bg.png");
  background-size: cover;
  /*background-color: #fff;*/
  padding: 70px 67px 53px 67px;
  border-radius: 30px;
  position: relative;
  height: 354px;
}
.recycle_your_car::before {
  position: absolute;
  content: "";
  background-color: #151619;
  width: 40%;
  height: 112px;
  right: -1px;
  border-bottom-left-radius: 35px;
  top: -4px;
  display: none;
}
.recycle_your_car::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 40.1%;
  background: rgba(255, 255, 255, 0);
  height: 40px;
  width: 40px;
  border-top-left-radius: 35px;
  box-shadow: -12px -12px 0 11px #151619;
  transform: rotate(-276deg);
  display: none;
}
.recycle_border {
  display: none;
  content: "";
  position: absolute;
  top: 106px;
  right: 2px;
  background: rgba(255, 255, 255, 0);
  height: 40px;
  width: 40px;
  border-top-left-radius: 35px;
  box-shadow: -12px -12px 0 11px #151619;
  transform: rotate(-276deg);
}
.recycle_your_car h5 {
  font-family: "Metropolitano-500";
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}

.recycle_icon {
  width: 100%;
  float: left;
  margin-bottom: 13px;
}
.online_price_sec {
  width: 100%;
  float: left;
  color: #fff;
  padding-top: 34px;
  margin-top: -250px;
}
.online_price_txt {
  font-family: "Metropolitano-500";
  font-size: 40px !important;
  text-align: center;
  width: 100%;
  float: left;
  line-height: 50px !important;
  margin-bottom: 20px;
}
.online_price_steps {
  background-repeat: no-repeat;
  background-image: url("images/green.png");
  background-size: cover;
  width: 100% !important;
  float: left !important;
  border-radius: 20px;
  display: flex;
  min-height: 239px;
  padding: 10px 40px;
  align-items: center;
  justify-content: center;
}
.price_steps_main {
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 36px !important;
  display: grid !important;
  width: 100% !important;
  float: left !important;
  padding-top: 30px;
}
.online_price_lft {
  font-family: "Metropolitano-Bold";
  font-size: 130px;
  width: 90px;
  float: left;
  line-height: 140px;
  text-align: right;
}
.online_price_rgt {
  font-family: "Metropolitano-500";
  font-size: 24px;
  color: #0d1218;
  line-height: 29.88px;
  width: calc(100% - 90px);
  float: left;
  padding-left: 30px;
}
.online_price_steps_sub {
  width: 100%;
  float: left;
  display: inline-flex;
  align-items: center;
  padding-top: 7px;
}
.online_price_rgt {
  font-family: "Metropolitano-500";
  font-size: 24px;
  color: #0d1218;
  line-height: 29.88px;
  width: calc(100% - 90px);
  float: left;
  padding-left: 30px;
}
.full_width_txt {
  width: 100%;
  float: left;
}
.cars_sell_sec {
  width: 100%;
  float: left;
  padding: 153px 0px;
  padding-bottom: 58px;
}
.cars_sell_sec .container {
  width: 1490px;
  display: flex;
  column-gap: 116px;
  align-items: center;
}
.price_common_title {
  font-family: "Metropolitano-500";
  font-size: 70px;
  line-height: 80px;
}
.car_sell_lft_sec {
  width: 45%;
  float: left;
  padding-left: 45px;
}
.car_sell_rgt_sec {
  width: 55%;
  float: left;
  padding-left: 10px;
}
.cars_sell_sec .container {
  width: 1490px;
  display: flex;
  column-gap: 100px;
  align-items: center;
}
.car_sell_rgt_sec h5 {
  margin-bottom: 47px;
}
.car_sell_rgt_sec p {
  color: #0d1218;
  opacity: 60%;
  line-height: 28px !important;
}
.price_list {
  list-style-type: none;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-top: 32px;
}
.price_list li {
  width: 100%;
  float: left;
  color: #0d1218;
  font-family: "Metropolitano-500";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.cars_sell_sec.cars_makes_sec {
  padding-top: 79px;
}
.cars_sell_sec.cars_makes_sec .container {
  column-gap: 162px;
  width: 1690px;
}
.buy_all_makes_lft_sec {
  width: 45%;
  padding-left: 55px;
}
.buy_all_makes_lft_sec .price_common_title {
  line-height: 77px;
}
.cars_sell_sec .container {
  width: 1580px;
  display: flex;
  column-gap: 100px;
  align-items: center;
}
.buy_all_makes_rgt_sec {
  width: 55%;
  float: left;
}
.buy_all_makes_rgt_sec p {
  font-family: "Metropolitano-500";
  font-size: 26px !important;
  color: #0d1218;
  line-height: 35px !important;
}
.testmonial_sec {
  width: 100%;
  float: left;
  padding: 150px 0px;
  background-color: #f7f7f8;
  padding-bottom: 306px;
}
.testimonial_title_sec {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 90px;
}
.testimonial_title_sec h5 {
  width: 681px;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  margin-left: -170px;
}
.price_testimonial_sec {
  width: 100%;
  float: left;
}
.testmonial_contentsub_sec p {
  font-family: "Metropolitano-MediumItalic";
  font-size: 28px;
  line-height: 40px;
  color: #0d1218;
  opacity: 60%;
  filter: blur(5px);
  opacity: 0.2;
}

.owl-item.active.center .testmonial_contentsub_sec p {
  filter: blur(0px);
  opacity: 1;
}
.owl-item.active.center .testmonial_contentsub_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0px 5px 35px;
  margin-bottom: 41px;
  position: relative;
}
.testmonial_btm_sec h3 {
  font-family: "Metropolitano-500";
  font-size: 24px;
  margin-bottom: 10px;
}
.testmonial_btm_sec h4 {
  font-size: 18px;
  font-family: "Metropolitano-500";
}
.owl-item.active.center .testmonial_contentsub_sec:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/quote.png);
  background-size: 100%;
  top: -74px;
  left: -11px;
}
.testmonial_content_sec {
  padding-top: 70px;
  width: 100%;
  float: left;
}
.owl-item.active.center .testmonial_contentsub_sec::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #05070a;
}
.testmonial_btm_sec {
  /* display: none;*/
  opacity: 0;
}
.owl-item.active.center .testmonial_btm_sec {
  display: block;
  opacity: 1;
}
.testmonial_contentsub_sec p {
  margin-bottom: 0px;
}
.best_pricing_page {
  width: 100%;
  float: left;
}
.recycle_phone_fld {
  width: 335px;
  display: inline-block;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/blue-bar.png);
  background-size: 100%;
  position: absolute;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 28px;
  padding-left: 105px;
  font-family: "Metropolitano-500";
  position: absolute;
  right: 9.4%;
  top: 1px;
  z-index: 9;
}
.recycle_phone_fld:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/phone.svg);
  background-size: 27.3px;
  width: 74px;
  left: 0px;
  top: 0px;
  height: 74px;
}
.best-car-img {
  width: 42%;
  float: left;
}
.best-car-content {
  width: 58%;
  float: left;
  padding-right: 30px;
}
.best-car-sub-img svg {
  max-width: 100%;
  width: 100%;
}
.hero-banner-rgt {
  width: 40%;
  float: left;
  position: relative;
}
.hero-banner-lft {
  width: 60%;
  float: left;
}
.hero-banner .container {
  width: 1809px;
  padding: 0px;
}
.best-price-car .container {
  width: 1499px;
  display: flex;
  column-gap: 105px;
  align-items: center;
}
.our-brand-cars .container {
  width: 1697px;
  display: grid;
  padding: 0px 50px;
  max-height: 488px;
  overflow: hidden;
  transition: 0.9s ease;
  grid-template-columns: repeat(7, 1fr) !important;
  column-gap: 5px !important;
  row-gap: 5px;
  transition: max-height 0.3s ease-in-out;
}
.buy_all_makes_lft_sec {
  width: 45%;
}
.buy_all_makes_rgt_sec {
  width: 55%;
  padding-left: 10px;
}
.n-menu .drop-ico-main.top_drop_menu i {
  display: none;
}
.n-menu .drop-ico-main.top_drop_menu {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/down-arrow.svg);
  background-size: 14px;
  width: 20px;
  height: 24px;
}
.n-header .header_sec {
  padding: 0px;
  background-color: #fff;
}
.header_btn.n-phone-number a {
  background-color: #0d1218;
  width: 239px;
  height: 75px;
  border-radius: 50px;
  background: #0d1218;
}
.n-menu .line {
  stroke: #000;
}
.footer-container-bottom-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#drop_content {
  z-index: 999;
}
.service-filed-section .quote_form,
.footer-container-form .quote_form {
  width: 100%;
  float: left;
  background-color: transparent;
  padding: 0px 0px;
  padding-bottom: 0px;
  padding-bottom: 0px;
}
.best_pricing_page .form_sec_step2 {
  display: none;
}
.container.our-brand-container.open {
  max-height: 100% !important;
}
.car_sell_lft_sub_sec {
  display: inline-block;
  position: relative;
}
.car_sell_lft_sub_sec:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/sell-label.png);
  background-size: 100%;
  width: 254px;
  height: 166px;
  left: 127px;
  top: 18px;
  z-index: 9;
  display: none;
}
.car_sell_lft_sub_sec svg {
  position: absolute;
  left: 127px;
  top: 18px;
}
.area_location_page {
  width: 100%;
  float: left;
  background-color: #f7f7f8;
}
.hero-banner.area-location-banner {
  width: 100%;
  float: left;
  min-height: 100vh;
  padding-bottom: 266px;
}
.banner-content.area-location-banner-content {
  width: 100%;
  float: left;
  text-align: center;
  padding: 201px 0px 0px 0px;
}
.banner-content.area-location-banner-content h1 {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 23px;
}
.area_location_page h2,
.area_location_page p,
.area_location_page h3,
.area_location_page h4,
.area_location_page h5,
.area_location_page h6 {
  font-family: "Metropolitano-500";
}
.banner-content.area-location-banner-content p,
.area_location_page p {
  color: #0d1218;
  opacity: 50%;
  font-size: 18px;
  line-height: 28px;
}
.banner-bottom_section {
  width: 100%;
  float: left;
  padding-top: 44px;
}
.hero-banner.area-location-banner .container {
  width: 1920px;
  padding: 0px;
}
.location_banner_lft {
  width: 35%;
  float: left;
  padding-top: 25px;
}
.location_form {
  width: 390px;
  display: inline-block;
}
.location_banner_middle {
  width: 30%;
  float: left;
  text-align: center;
}
.location_banner_rgt {
  width: 35%;
  float: left;
  margin-top: -101px;
  padding-left: 20px;
}
.location_form input {
  width: 100%;
  border: 1px solid #e7e7ea;
  border-radius: 15px;
  padding-left: 72px;
  height: 75px;
  text-transform: capitalize !important;
  font-family: "Metropolitano-500";
  font-size: 18px;
  color: #0d1218;
}
.location_form .validation_error {
  text-align: left;
}
.location_form .get-prices {
  width: 304px;
  border-radius: 50px;
  padding: 20px;
  height: 75px;
  background-color: #ace804;
  border: 0px;
}
.location_form .reg-number,
.location_form .post-code {
  position: relative;
  width: 100%;
  height: 75px;
}
.location_form .reg-number:before {
  content: "";
  width: 52px;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  background: url("images/n-gb.png"), #05070a;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-repeat: no-repeat;
  background-position: center;
}
.location_form .post-code:before {
  content: "";
  width: 52px;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  background: url("images/n-loca.png"), #05070a;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-repeat: no-repeat;
  background-position: center;
}
.location_form .reg-number {
  margin-bottom: 22px;
}
.location_form .post-code {
  margin-bottom: 24px;
}
.location_mid_sec {
  width: 100%;
  float: left;
}
.location_mid_sec .container {
  width: 1920px;
  padding: 0px 55px;
}
.location_mid_sub_sec {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 20px;
}
.area_location_card_main {
  width: 100%;
  float: left;
  min-height: 544px;
}
.area_location_card {
  padding: 100px 41px 65px 41px;
  border-radius: 20px;
  transition: 0.5s;
  float: left;
}
.area_location_card_main_sec:hover .area_location_card {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/black-pattern.svg);
  background-size: cover;

  /* padding: 89px 43px; */
  margin-top: -95px;
  color: #fff;
}
#footer-right3 a:hover {
  color: #ace804;
}
.area_card_title {
  width: 100%;
  float: left;
  padding-top: 48px;
  padding-right: 100px;
}
.area_card_title h4 {
  font-size: 24px;
  line-height: 24.6px;
}
.area_card_content {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 35px;
  font-family: "Metropolitano-500";
  padding-top: 16px;
}
.area_location_card_main_sec:hover .area_card_title h4 {
  color: #fff;
}
.area_location_card_main_sec:hover .area_card_content {
  color: #fff;
}
.location_mid_sub_sec.location_region {
  margin-top: 30px;
  padding: 150px 70px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 298px;
}
.select_region_lft {
  width: 48%;
  float: left;
  padding-left: 108px;
  padding-top: 17px;
}
.select_region_sec {
  width: 100%;
  float: left;
}
.region_title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 45px;
}
.select_region_rgt {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.select_region_rgt p {
  line-height: 28px;
  font-size: 18px;
  color: #0d1218;
  opacity: 60%;
  padding-right: 88px;
}
.region_list {
  width: 100%;
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.region_list {
  width: 100%;
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  margin-top: 34px;
}
.region_list li {
  font-size: 24px;
  font-family: "Metropolitano-500";
  width: 50%;
  float: left;
  line-height: 28.99px;
  margin-bottom: 42px;
  padding-left: 80px;
  position: relative;
  padding-right: 20px;
}
.region_list li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/tick.svg);
  background-size: 100%;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 21px;
}
.location_mid_card_sec {
  width: 100%;
  float: left;
  /*background-color: #05070a;*/
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url("images/ForBlackArea.png"), #05070a;
}
.prices_card {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/areas-pattern.svg);
  background-size: cover;
  height: 323px;
  border-radius: 20px;
  padding: 35px 27px;
}
.location_middle_card_sec_top {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 52px;
  display: grid;
  width: 100%;
  float: left;
}
.location_mid_card_content_sec {
  width: 1135px;
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
.middle_card_top.prices_card {
  margin-bottom: 10px;
}
.prices_card_image {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 41.9px;
}
.prices_card_content {
  font-family: "Metropolitano-500";
  font-size: 24px;
  line-height: 29.88px;
}
/* .location_middle_card {
  width: calc(33.3% - 52px);
  float: left;
  margin-right: 52px;
} */
.location_middle_card:first-child {
  margin-top: -73px;
}
.location_middle_card:nth-of-type(2) {
  margin-top: -154px;
}
.location_middle_card:nth-of-type(3) {
  margin-top: -260px;
}

.faq_sec {
  width: 100%;
  float: left;
  padding-top: 152px;
  padding-bottom: 148px;
}
.faq_title_section {
  width: 700px;
  float: left;
  max-width: 100%;
}
.faq_title_section h4 {
  color: #f7f7f8;
}
.faq_content_sec p {
  color: #f7f7f8;
  opacity: 50%;
  font-size: 18px;
  line-height: 28px;
  width: 1040px;
  float: left;
  max-width: 100%;
}
.faq_content_sec {
  width: 100%;
  float: left;
  padding-top: 36px;
}
.faq_sub_sec {
  width: 1345px;
  padding: 0px 15px;
  margin: 0 auto;
  float: none;
  max-width: 100%;
}
.accordion-content p {
  font-size: 16px;
  line-height: 26px;
  color: #f7f7f8;
  opacity: 50%;
}
.accordion-title.js-accordion-title {
  color: #fff;
  font-size: 20px;
  line-height: 24.9px;
  position: relative;
  padding: 40px 0px;
  padding-right: 50px;
  cursor: pointer;
}
.accordion-title.js-accordion-title.open {
  color: #ace804;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.accordion-title.js-accordion-title::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/faq_down-arrow.svg);
  background-size: 100%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-title.js-accordion-title.open:before {
  background-image: url(images/faq_up_arrow.svg);
}
.faq_list {
  width: 100%;
  float: left;
  margin-top: 29px;
}
.accordion-content {
  display: none;
  padding-bottom: 15px;
  padding-right: 50px;
}
.accordion-content-list {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.n-menu .drop_menu_list a {
  text-align: left !important;
  color: #fff !important;
  font-size: 16px !important;
}
.n-menu .drop-ico-main.btm_drop_menu i {
  color: #fff !important;
}
.n-menu .l1-list {
  margin-bottom: 10px !important;
}
.n-menu .dropdown-content.sub-menu.level-one {
  top: 78px;
}
.service-filed-section input::placeholder,
.location_form input::placeholder {
  font-family: "Metropolitano-500";
  color: #0d1218;
  opacity: 1; /* Firefox */
}

.service-filed-section input::placeholder,
.location_form input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #0d1218;
  font-family: "Metropolitano-500";
}
.area_location_page .form_sec_step2 {
  display: none;
}
.best_pricing_page {
  overflow-x: hidden;
}
.n-footer-social {
  float: right;
}
.n-footer-menu {
  width: 55%;
  padding-left: 39px;
}
.n-footer .n-logo {
  width: 20%;
}

.price_foot_menu_sec {
  width: 100%;
  float: left;
  display: flex;
}
.n-footer-social-main {
  width: 25%;
}
.drop-ico-main.top_drop_menu {
  cursor: pointer;
}
.select_region_lft svg {
  width: 100%;
}

/* Animation */

.map-layer1 {
  transform: translateY(50%);
  transition: 3s;
  opacity: 60%;
}
.map-layer2 {
  transform: translateY(70%);
  transition: 2.5s;
  opacity: 60%;
}
.map-layer3 {
  transform: translateY(90%);
  transition: 2s;
  opacity: 60%;
}

.fadeIn .map-layer1 {
  transform: translateY(0%);
}
.fadeIn .map-layer2 {
  transform: translateY(0%);
}
.fadeIn .map-layer3 {
  transform: translateY(0%);
}

/*
.best-price-car.fadeIn .rect1 {
  transform: translate(-1px, 1px);
  transition: 2s;
}
.best-price-car.fadeIn .rect2 {
  transform: translate(-95px, 55px);
  transition: 2s;
}
.best-price-car.fadeIn .rect3 {
  transform: translate(-70px, 44px);
  transition: 2s;
}
.best-price-car.fadeIn .rect4 {
  transform: translate(-46px, 30px);
  transition: 2s;
}
.best-price-car.fadeIn .rect5 {
  transform: translate(-19px, 15px);
  transition: 2s;
}
*/
.rect1,
.rect2,
.rect3,
.rect4,
.rect5 {
  transition: 1s;
}
.rect1 {
  transform: rotate(0deg) translate(0px, -0px);
}
.best-car-price-svg.fadeIn .rect1 {
  transform: rotate(0deg) translate(0px, -0px);
}
.rect2 {
  transform: rotate(17deg) translate(-8px, -55px);
}
.best-car-price-svg.fadeIn .rect2 {
  transform: rotate(0deg) translate(-100px, 50px);
}
.rect3 {
  transform: rotate(12deg) translate(-5px, -30px);
}
.best-car-price-svg.fadeIn .rect3 {
  transform: rotate(0deg) translate(-70px, 50px);
}
.rect4 {
  transform: rotate(8deg) translate(-2px, -16px);
}
.best-car-price-svg.fadeIn .rect4 {
  transform: rotate(0deg) translate(-45px, 30px);
}
.rect5 {
  transform: rotate(4deg) translate(2px, -8px);
}
.best-car-price-svg.fadeIn .rect5 {
  transform: rotate(0deg) translate(-20px, 14px);
}
.clouds12 {
  top: 100px;
  left: 100px;
  animation: drift 15s 10s linear infinite backwards;
}
.clouds22 {
  animation: drift 25s linear infinite;
}
@keyframes drift {
  from {
    transform: translateX(-255px);
  }
  to {
    transform: translatex(733px);
  }
}
/*
.best-price-car.fadeIn .rect1 {
  transform: translate(0px, 0px);
}
.best-price-car.fadeIn .rect2 {
  transform: translate(0px, 0px);
}
.best-price-car.fadeIn .rect3 {
  transform: translate(0px, 0px); 
}
.best-price-car.fadeIn .rect4 {
  transform: translate(0px, 0px);
}
.best-price-car.fadeIn .rect5 {
  transform: translate(0px, 0px); 
}
*/
.car_sell_rgt_sec h5,
.buy_all_makes_lft_sec h5,
.testimonial_title_sec h5,
.best-car-content h3,
.recycle_your_car h5,
.region_title,
.prices_card_content {
  color: #0d1218;
}
.location_form .get-prices:hover {
  background-color: #262a2e;
  color: #fff;
}

.location_form .get-prices {
  transition: 1s;
  cursor: pointer;
}
.recycle_phone_fld:hover {
  color: #fff;
}
.area_location_card_main_sec {
  min-height: 500px;
  width: 33.3%;
  float: left;
}
.n-footer-sec,
.testmonial_sec {
  min-height: 100vh;
}
.n-footer-bottom {
  min-height: 30px;
}
.sell_car_top_sec {
  margin-top: -100px;
}
.location_middle_card_sec_top {
  margin-top: -100px;
}
.copy-right-sec {
  width: 100%;
  float: left;
}

.best-car-content aside {
  width: 100%;
  float: left;
}
header.n-header {
  z-index: 99;
  position: relative;
}
.pricing-page-full {
  z-index: 9;
  position: relative;
  width: 100%;
  float: left;
}
.sell_car_middle_content p {
  width: 100%;
  float: left;
}
.n-menu li a:hover {
  color: #ace804 !important;
}
.owl-item.active.center .testmonial_contentsub_sec p {
  opacity: 60% !important;
}

.n-footer input::placeholder {
  font-family: "Metropolitano-500";
  color: #0d1218;
  opacity: 1; /* Firefox */
}

.n-footer input::placeholder {
  /* Edge 12 -18 */
  color: #0d1218;
  font-family: "Metropolitano-500";
}
.n-footer input {
  color: #0d1218;
  font-size: 18px;
  font-family: "Metropolitano-500";
}
.sell-label-svg {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: 25.8% 62.6%;
}
.sell-label-svg {
  animation-name: turnFive;
}

@keyframes turnFive {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(900deg);
  }
}
.sell-label-img {
  width: 50px !important;
  transition: 1s;
}
.sell-label-img.fadeIn {
  width: 254px !important;
}
.layer1_sub {
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 151px;
  transform: matrix(0.866025, -0.5, 0.866025, 0.5, 0, 171.749);
  width: 343.498px;
  height: 405.425px;
  border-radius: 25px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  background: rgba(96, 96, 96, 0.05);
}
.layer1_sub svg {
  display: none;
}
.layer1,
.layer2,
.layer3 {
  position: relative;
  transition: 1s;
}
.layer1_img {
  position: relative;
  z-index: 9;
}
.map-layers.map-layer.fadeIn .layer2 {
  margin-top: -223px;
  z-index: 9;
}
.map-layers.map-layer.fadeIn .layer3 {
  margin-top: -208px;
}
.map-layers.map-layer.fadeIn .layer1 {
  margin-top: 0px;
}
.layer2 {
  margin-top: 0px;
  z-index: 9;
}
.layer3 {
  margin-top: 0px;
}
.layer1 {
  margin-top: 100px;
}
.layer3 .layer1_sub {
  backdrop-filter: blur(0px);
}
.layer2_img {
  z-index: 9;
  position: relative;
}
.layer1 {
  z-index: 99;
}

.layer1 .layer1_sub {
  top: -198px;
}
.layer2 .layer1_sub {
  top: -192px;
}
.layer3 .layer1_sub {
  top: -190px;
}
.layer1_img svg {
  margin-top: -5px;
}
.layer2_img svg {
  margin-top: -3px;
}
.layer3_img svg {
  margin-top: 2px;
}
.map-layers.map-layer {
  overflow: hidden;
  padding-left: 0px;
  padding-top: 0px;
  height: 700px;
}
.testmonial_content_sec {
  cursor: pointer;
}
.area_card_title h4,
.region_list li {
  color: #0d1218;
}
.owl-item.active.center .testmonial_contentsub_sec p {
  opacity: 60% !important;
}
.price-tab-sec {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000000bd;
  top: 0px;
  left: 0px;
  display: none;
  overflow: hidden;
  z-index: 999;
  padding: 0px 20px;
}

.price-tab-sec.active {
  display: block;
}
.price-tab-sec-main {
  width: 900px;
  float: none;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  z-index: 999;
  border-radius: 0px;
  padding: 50px 30px 0px 30px;
}
.price-tab-sec-main .form_sec_step2 {
  display: none;
}
.close_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.price-tab-sec-main .tab-val-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.price-tab-sec-main .tab-content {
  padding-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.price-tab-sec-sub {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 30px;
  border-radius: 0px;
  position: relative;
}
/*
 /* Hide scrollbar for Chrome, Safari and Opera */
/* .price-tab-sec-main::-webkit-scrollbar { */
/* display: none; */
/* } */

/* Hide scrollbar for IE, Edge and Firefox */
/* .price-tab-sec-main { */
/* -ms-overflow-style: none;  /* IE and Edge */
*/
  /* scrollbar-width: none;  /* Firefox */ */
/* }  */
.price-tab-sec-main {
  scrollbar-width: thin;
}
input:-webkit-autofill {
  -webkit-box-shadow: none;
}
.page-id-3989 input:-internal-autofill-selected,
.page-id-3915 input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: transparent !important;
  color: fieldtext !important;
}
.testmonial_content_sec {
  /* height: 260px;
  overflow: hidden;*/
}
.owl-item.active.center .testmonial_content_sec {
  height: auto;
  overflow: initial;
}
.build1,
.build2,
.build3,
.build4 {
  z-index: 99;
  position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
}
input:-webkit-autofill {
  -webkit-background-clip: text;
}
.price-tab-sec-main .step2_inner {
  width: 100%;
}
.price-tab-sec-main .step2_sec {
  padding-bottom: 20px;
  padding-top: 20px;
}
.price-tab-sec-main .container {
  padding: 0px 10px;
}
.close_btn img {
  width: 20px;
}
.price-tab-sec-main .checkmark {
  border: 1px solid rgb(25, 33, 45);
}
.price-tab-sec-top {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.price-tab-sec-sub {
  max-height: calc(100vh - 50px);
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
}
.price-tab-sec-sub::-webkit-scrollbar {
  width: 10px;
}

.price-tab-sec-sub::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.price-tab-sec-sub::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.price-tab-sec-main .chk_label input:checked ~ .checkmark {
  background-color: #eceef3;
  border: 1px solid #588b05;
}
.price-tab-sec-main .chk_label .checkmark::after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #588b05;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  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);
}
.price-tab-sec-top {
  position: relative;
  width: 100%;
}
.price-tab-sec-main {
  /* padding: 20px 30px 20px 30px;*/
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div#frm_field_5_container textarea:focus::-webkit-input-placeholder {
  color: #515050 !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
}
div#frm_field_5_container textarea:focus::-moz-placeholder {
  color: #515050 !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
}
div#frm_field_5_container textarea:focus:-moz-placeholder {
  color: #515050 !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
}
textarea#field_9jv0r1::placeholder {
  color: #515050 !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
}
#field_9jv0r1::-webkit-input-placeholder {
  /* Edge */
  color: #515050 !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
}

#field_9jv0r1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #515050 !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
}
.faq-item-wrapper h4 {
  font-size: 20px;
}
.drop-ico-main svg path {
  fill: #fff !important;
}
div[data-nosnippet][class*="theme--light"] {
  display: none !important;
}
.service_menu .dropdown-toggle svg path {
  fill: #fff !important;
}
.dropdown-toggle {
  width: calc(100% - 193px);
  float: right;
  padding-right: 25px;
  cursor: pointer;
  color: #fff !important;
  margin-top: 2px;
}
.dropdown-menu {
  padding-left: 0px;
  position: absolute;
  left: 0;
  width: 251px;
  z-index: 9;
  background-color: #85b536;
  margin-top: -10px;
  top: 52px;
  padding: 20px;
  display: none;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu li a {
  color: #fff !important;
  text-transform: uppercase !important;
  padding-bottom: 10px !important;
  display: block;
}
.dropdown-menu li {
  padding: 0px 0px !important;
}
.dropdown-menu li:last-child a {
  padding-bottom: 0px !important;
}

#main-menu li.active a,
.dropdown-content .smc_list_items.active .dropdown-menu li.active a,
.drop_menu_top_title.active {
  color: #295ad3 !important;
}

ul.head_menu_list {
  width: 1060px;
  padding: 20px;
  background-color: #9fd34a;
  border-radius: 10px;
}
li.l1-list {
  width: 20%;
}
/* 2nd column of every row */
.drop_menu_list:nth-child(4n + 2) .head_menu_list {
  margin-left: calc(-100% - 25px);
}

/* 3rd column of every row */
.drop_menu_list:nth-child(4n + 3) .head_menu_list {
  margin-left: calc(-200% - 50px);
}

/* 4th column of every row */
.drop_menu_list:nth-child(4n + 4) .head_menu_list {
  margin-left: calc(-300% - 75px);
}

li.l1-list a {
  width: 100%;
}
body li.drop_menu_list.open {
  background-color: #9fd34a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
a.drop_menu_top_title {
  width: calc(100% - 50px);
}
a.drop_menu_top_title {
  padding: 10px;
  padding-left: 15px;
}
span.drop-ico-main.btm_drop_menu {
  margin-top: 10px;
}

.drop_menu_list {
  width: calc(25% - 18.75px);
  margin-right: 25px;
  float: left;
}
.drop_menu_list:nth-child(4n) {
  margin-right: 0;
}
li.drop_menu_list {
  margin-bottom: 10px;
}
.l1-list {
  margin-bottom: 7px;
}
.price-tab-sec {
  display: none;
}
body.menu-open {
  overflow-y: hidden;
}
.home-car-first-tab {
  display: none;
}
.ctc-analytics.active {
  display: none !important;
}
.remove-padding-ele-forms {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.remove-padding-ele-forms .validation_error {
  text-align: start !important;
}
.remove-padding-ele-forms {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* .remove-padding-ele-forms input:-webkit-autofill {
  background: #fff !important;
} */
/* .home-banner_rgt_top_sec input:-webkit-autofill {
  background: #fff !important;
} */
#quote_form2 input:-webkit-autofill,
#quote_form input:-webkit-autofill {
  background: #fff !important;
}
#wpfront-scroll-top-container {
  bottom: 70px !important;
  right: 10px !important;
}
#menu-item-8091 .dropdown-menu {
  top: 84px;
}
.sub-menu.level-one .drop_menu_list.open a.smc_list_items.active {
  color: #295ad3 !important;
}
button#wpfront-scroll-top-container.active {
  display: none !important;
}

.page-id-8 .btm_quote_form_sec.btm_quote_full_width {
  background-color: transparent !important;
}
.elementor-element.elementor-element-e1412ed .elementor-pagination {
  text-align: center;
}
.elementor-pagination {
  margin-top: 24px !important;
}
body:not(.rtl)
  .elementor-element.elementor-element-e1412ed
  .elementor-pagination
  .page-numbers:not(:last-child) {
  margin-right: calc(10px / 2);
}
.page-numbers.current {
  background-color: #9fd34a !important;
  padding: 5px 15px 5px 15px !important;
  color: #fff !important;
}
.current {
  background-color: #e9ebeb !important;
  border: 1px solid #e9ebeb !important;
  color: black !important;
}
.scrap-page-sec.home_area_list {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thfaqf-faq-item-content p {
  margin-left: 0px !important;
}
.thfaqf-faq-item-content p:last-of-type {
  margin-bottom: 0;
}
.thfaqf-faq-item-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.thfaqf-faq-item {
  transition: 0.5s ease;
}
.elementor-accordion-item ul {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
.elementor-accordion .elementor-tab-content {
  border-block-start: 1px solid #d5d8dc;
  /* display: none;
   padding: 15px 20px 5px 20px !important;  */
}
/* Remove default animation */
/* Remove max-height from your CSS rules and just control it via JS */
/* .elementor-accordion .elementor-tab-content {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    padding: 0 20px !important;
}

.elementor-accordion .elementor-tab-title.elementor-active + .elementor-tab-content {
    opacity: 1;
    padding: 0px 20px !important;
    /* No max-height here — JS handles it */
/* } */
.elementor-accordion .elementor-tab-content {
  display: block !important;
  overflow: hidden !important;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease,
    padding 0.3s ease !important;
}
.vehicle-list {
  width: 100%;
  float: left;
  padding: 15px 0px 15px 0px;
}
.vehicle-list ul li {
  padding: 0px;
}
.footer-images img {
  height: 83px !important;
  object-fit: contain;
  width: auto;
}

.abt_company_rgt {
  padding-top: 63px;
}
.thfaqf-faq-list.thfaqf-theme-wrapper-scrap-my-car h3 {
  margin-bottom: 40px;
}
.content-page {
  width: 100%;
  float: left;
  padding: 50px 0px;
}
.content-page h2 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content-page p,
.content-page li,
.content-page a,
.content-page {
  font-size: 16px;
  line-height: 26px;
}
ul.contact-icons-list {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
ul.contact-icons-list a {
  font-family: "Montserrat-SemiBold";
  color: #9fd34a;
}
ul.contact-icons-list li {
  display: flex;
  gap: 15px;
}
.banner-list p.elementor-image-box-description {
  min-height: 120px;
}
.banner_rgt_top_sec h1 {
font-family: "Montserrat-Regular" !important;
  font-size: 20px;
  line-height: 30px;
}
.elementor-accordion-item p {
    margin: 0px;
    padding: 15px 0px;
}
.header_menu #main-menu li a {
  font-size: 15px !important;
  line-height: 25px !important;
}
.elementor-element-64c18f1 {
  text-align: center;
}
.header_sec #main-menu li.active .drop_menu_top_title, .header_sec #main-menu li.active .smc_list_items    {
  color: #fff !important;
}
.header_sec #main-menu li.active .drop_menu_top_title.active, .header_sec #main-menu li.active .smc_list_items.active, .header_sec #main-menu  .current-menu-ancestor .menu-parent-s  {
 color: #295ad3 !important;
}

#form_contact-form input {
    background-color: #eceef3 !important;
}
.contact_frm_sec input:-webkit-autofill,
.contact_frm_sec input:-webkit-autofill:hover,
.contact_frm_sec input:-webkit-autofill:focus,
.contact_frm_sec input:-webkit-autofill:active {
    -webkit-background-clip: unset !important;
    -webkit-box-shadow: 0 0 0 1000px #eceef3 inset !important;
    box-shadow: 0 0 0 1000px #eceef3 inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

p#responserror {
    color: red;
    text-align: center;
}
.home_banner_sec {
  display: none;
}
.home .category_list_items, .home .cars_national_inner_sec, .home .btm_quote_form_sec {
    display: none;
}
.home .elementor-widget-accordion .elementor-tab-content.elementor-active {
    display: block !important;
        max-height: max-content !important;
    opacity: 1 !important;
}

.elementor-element-0020ee0.elementor-widget.elementor-widget-accordion .elementor-tab-content.elementor-active {
    display: block !important;
        max-height: max-content !important;
    opacity: 1 !important;
}
.elementor-element-1bfbf0a {
    display: none;
}

/*........*/

/* Title limit */
.elementor-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Excerpt limit */
.elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Only h3 hover */
.elementor-post__title a:hover {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

/* Only paragraph hover */
.elementor-post__excerpt p:hover {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

/*.....*/
/* Limit title */
.elementor-post__title {
    max-height: 50px;
    overflow: hidden;
}

.elementor-post__title a {
    display: block;
}

/* Limit excerpt */
.elementor-post__excerpt {
    max-height: 70px;
    overflow: hidden;
}

.elementor-post__excerpt p {
    margin: 0;
}


/* Expand ONLY when hovering text */
.elementor-post__title:hover {
    max-height: 300px;
    overflow: visible;
}

.elementor-post__excerpt:hover {
    max-height: 300px;
    overflow: visible;
}


/* Allow expanded content to show */
.elementor-post__text,
.elementor-post {
    overflow: visible !important;
}

