﻿/* default styles (all screens) */
@media only screen {
  .inner-list {
    margin-left: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .inner-list li {
    list-style: disc;
    color: #5E5E5E;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
  }
  .custom-page-wrap h4 {
    font-family: "Montserrat", sans-serif;
    color: #f26600;
    font-weight: 400;
    letter-spacing: -1.07px;
    font-size: 28px;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 0;
  }
  .custom-page-wrap h4:after {
    display: none;
  }
  .custom-page-wrap p {
    color: #5E5E5E;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
  }
  .custom-page-wrap .custom-list {
    max-width: 552px;
  }
  .custom-page-wrap .accordion {
    border: none;
    background: #fff;
  }
  .custom-page-wrap .accordion .accordion-item {
    border-bottom: 1px solid #d9d9d9;
  }
  .custom-page-wrap .accordion .accordion-item:first-child {
    border-top: 1px solid #d9d9d9;
  }
  .custom-page-wrap .accordion .accordion-item .accordion-title {
    border: none;
    color: #000;
    padding: 2rem 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
  }
  .custom-page-wrap .accordion .accordion-item .accordion-title:before {
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    font-size: 22px;
    margin-top: -0.75rem;
  }
  .custom-page-wrap .accordion .accordion-item .accordion-title span {
    width: calc(100% - 2.5rem);
    display: block;
  }
  .custom-page-wrap .accordion .accordion-item.is-active > .accordion-title::before {
    content: "+";
    font-family: "Lato", sans-serif;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .custom-page-wrap .accordion .accordion-item .accordion-content {
    padding: 0 0 1rem;
    background-color: #fff;
    border-bottom: 0;
  }
  .custom-page-wrap .accordion .accordion-item .accordion-content p {
    color: rgba(0, 0, 0, 0.6);
  }
  .custom-page-wrap .accordion .accordion-item .accordion-content a {
    text-decoration: underline;
  }
  .custom-page-wrap .accordion .accordion-item .accordion-title:hover, .custom-page-wrap .accordion .accordion-item .accordion-title:focus {
    background-color: #fff;
  }
  .tradein-section .button {
    max-width: 100%;
  }
  .inline-btn {
    display: inline-block;
    padding: 1em 2em;
    text-transform: uppercase;
    margin: 0;
  }
  .flex-input {
    display: flex;
    align-content: stretch;
  }
  .flex-input input {
    margin: 0;
    margin-right: 1rem;
    height: auto;
  }
  .hidden {
    display: none !important;
  }
  .fileinput-button input {
    bottom: 0;
  }
  #price-your-trade-form .custom-dropdown-area {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  #price-your-trade-form .error-msg {
    color: red;
  }
  .row {
    max-width: 1200px;
  }
  a {
    color: #f26600;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  a:hover {
    color: #333;
  }
  .menu-icon {
    height: 20px;
  }
  .section1-wrapper {
    background-color: #f9f9f9;
    text-align: center;
  }
  .section1-wrapper .title {
    letter-spacing: 0.5px;
  }
  .no-matching-results {
    font-size: 20px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 2rem 0;
  }
  .privacy-page-wrap p + h4 {
    margin-top: 2rem;
  }
  .privacy-page-wrap h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
  .home-btn {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    line-height: 60px;
    padding: 0 1rem;
    width: 230px;
    letter-spacing: 1px;
    text-align: center;
    background: #f26600;
  }
  .home-btn:hover, .home-btn:focus, .home-btn:active {
    background: rgb(191, 80.5041322314, 0);
    color: #fff;
  }
  .home-btn.white-btn {
    color: #000;
    background: #fff;
  }
  .home-btn.white-btn:hover, .home-btn.white-btn:focus, .home-btn.white-btn:active {
    background: #f26600;
    color: #fff;
  }
  .home-btn.border-btn {
    line-height: 56px;
    border: 2px solid #fff;
    background: transparent;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.8);
  }
  .home-btn.border-btn:hover, .home-btn.border-btn:focus, .home-btn.border-btn:active {
    background: #fff;
    color: #f26600;
  }
  header {
    background: white;
    padding: 1rem 0 2rem;
    position: relative;
  }
  header .trustpilot-widget {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  header .tp-widget-trustscore {
    font-size: 15px !important;
  }
  header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #333;
  }
  header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: 50%;
    height: 3px;
    background: #f26600;
    -webkit-transform: skewX(50deg);
    -moz-transform: skewX(50deg);
    -ms-transform: skewX(50deg);
    -o-transform: skewX(50deg);
    transform: skewX(50deg);
  }
  header.home:before, header.home:after {
    display: none;
  }
  header .logo {
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
  }
  footer {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 0;
    background: url(../../Userfiles/Image/bg-footer.jpg) center repeat;
    text-align: left;
  }
  footer .content {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
  }
  footer .content a {
    color: #bdbdbd;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  footer .content a:hover {
    color: #fff;
  }
  footer h6 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    letter-spacing: 0.2px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
  }
  footer h6 span {
    position: relative;
  }
  footer h6 span:before {
    content: "";
    position: absolute;
    top: 9px;
    left: calc(100% + 0.75rem);
    width: 1000px;
    height: 1px;
    background: rgba(255, 255, 255, 0.17);
  }
  footer .buyerscore-badge {
    margin-top: 1rem;
  }
  footer .social {
    margin-top: 0.5rem;
  }
  footer .social a {
    font-size: 25px;
    margin-right: 0.625rem;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  footer .social a:hover {
    color: #fff;
  }
  footer .social .ci-fb:after {
    display: none;
  }
  footer .ftr-section {
    padding-bottom: 2.5rem;
  }
  footer .copyright {
    margin-top: 0;
    padding: 1.5rem 0 1.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #999999;
    font-family: "Open Sans", sans-serif;
  }
  footer .copyright span {
    font-size: 1rem;
    vertical-align: sub;
    margin: 0 0.5rem 0 4px;
  }
  footer .copyright i {
    display: block;
    height: 0;
    overflow: hidden;
  }
  footer .copyright a {
    color: #999999;
  }
  footer .copyright a:hover {
    color: rgb(255, 255, 255);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .slide-section {
    position: relative;
    background: black;
    overflow: hidden;
  }
  .slide-section h2 {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 51px;
    font-weight: bold;
    letter-spacing: -0.56px;
    text-shadow: 0 2px 50px #000000;
    margin-bottom: 0.75rem;
  }
  .slide-section p {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-shadow: 0 2px 30px #000000;
  }
  .slide-section .home-btn {
    width: 100%;
    margin-bottom: 1rem;
  }
  .slide-section .cta {
    margin-top: 2rem;
  }
  .slide-section .text {
    text-align: center;
    margin: auto;
  }
  .slide-section .inner {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    z-index: 4;
  }
  .slide-section .slide-bg {
    z-index: 0;
    overflow: hidden;
    height: 400px;
  }
  .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4, .slide-section .slide-bg .inner {
    height: 400px;
  }
  .slide-section .slide-bg .slide1 {
    background: url(../../Userfiles/Image/banners/banner-1.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .slide-section .slide-bg .slide2 {
    background: url(../../Userfiles/Image/banner-1.jpg) 50% 50% no-repeat;
  }
  .slide-section .slide-bg .slide3 {
    background: url(../../Userfiles/Image/banner-2.jpg) 50% 50% no-repeat;
  }
  .slide-section .slide-bg .slide4 {
    background: url(../../Userfiles/Image/banner-3.jpg) 50% 50% no-repeat;
  }
  #sell-section {
    background: #fff;
    padding: 4rem 0;
  }
  #sell-section h2 {
    color: #322E2C;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #sell-section h4 {
    color: #322E2C;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  #sell-section .img {
    text-align: center;
  }
  #sell-section .img i {
    font-size: 90px;
    display: block;
    margin: 0 auto 1.25rem;
  }
  #sell-section p {
    color: #322E2C;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.19px;
    text-align: center;
  }
  #sell-section p a {
    color: #322E2C;
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #sell-section p a:hover {
    color: #f26600;
  }
  #sell-section .sell-item {
    padding: 0 23px;
    width: 100%;
    max-width: 287px;
  }
  #sell-section .home-btn {
    margin: 2rem auto 0;
    display: table;
  }
  #sell-section .slick-dots {
    margin: 1rem auto 0;
    list-style: none;
    text-align: center;
    padding: 0;
    display: table !important;
    position: relative;
    z-index: 11;
  }
  #sell-section .slick-dots li {
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    color: rgba(255, 255, 255, 0);
    width: 10px;
    height: 10px;
    margin: 0 0.375rem;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #sell-section .slick-dots li.slick-active {
    background: #f26600;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  #reviews-section {
    background: #09589B;
    padding: 4rem 0 5.5rem;
    position: relative;
  }
  #reviews-section .row {
    position: relative;
    z-index: 2;
  }
  #reviews-section h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
  }
  #reviews-section p.coming-soon {
    font-family: "Lato", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  #reviews-section .r-powered-by {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 17px;
    letter-spacing: -0.36px;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
  }
  #reviews-section .r-powered-by img {
    max-width: 130px;
    max-height: 22px;
    margin-left: 0.25rem;
  }
  #reviews-section .slick-arrow {
    display: none !important;
  }
  #reviews-section .comment {
    margin-top: 1rem;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
  }
  #reviews-section .namedate {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    letter-spacing: 0.28px;
    margin-top: 1rem;
    font-family: "Open Sans", sans-serif;
  }
  #reviews-section .buyerscorethumb {
    position: relative;
  }
  #reviews-section .buyerscorethumb:before {
    font-size: 21px;
    position: relative;
    top: -2px;
    left: 4px;
  }
  #reviews-section .buyerscorethumb:after {
    content: "Yes";
    color: #009e15;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    position: absolute;
    left: 2rem;
    top: -6px;
  }
  #reviews-section .buyerscoretestimonial {
    padding: 0 1rem 2rem;
  }
  #reviews-section .buyerscoretestimonial .inner {
    background: #fff;
    padding: 2rem 1.5rem;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  #reviews-section .buyerscoretestimonial .inner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 31px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -31px;
    left: 1rem;
  }
  #reviews-section .home-btn {
    margin: 1rem auto 0;
    display: table;
  }
  #reviews-section .home-btn:hover {
    color: #09589B;
  }
  #select-section {
    background: #fff;
    padding: 4rem 0;
    text-align: center;
  }
  #select-section h2 {
    font-family: "Montserrat", sans-serif;
    color: #322E2C;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 1rem;
  }
  #select-section h2 span {
    color: #f26600;
  }
  #select-section p {
    color: #322E2C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 1rem;
  }
  #select-section .select-item {
    padding: 15px 15px;
    width: 100%;
    max-width: 280px;
  }
  #select-section .select-item img {
    height: 85px;
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
  #select-section .select-item a {
    background: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #select-section .select-item a h4 {
    color: #322E2C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-top: 1rem;
  }
  #select-section .select-item a:hover {
    background: #f26600;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  #select-section .select-item a:hover h4 {
    color: #fff;
  }
  #select-section .slick-dots {
    margin: 1.5rem auto 0;
    list-style: none;
    text-align: center;
    padding: 0;
    display: table !important;
    position: relative;
    z-index: 11;
  }
  #select-section .slick-dots li {
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    color: rgba(255, 255, 255, 0);
    width: 10px;
    height: 10px;
    margin: 0 0.375rem;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #select-section .slick-dots li.slick-active {
    background: #f26600;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  [data-sellcarform] {
    position: relative;
    padding-bottom: 200px;
  }
  [data-sellcarform] dl {
    display: flex;
    flex-wrap: wrap;
  }
  [data-sellcarform] dd, [data-sellcarform] dt {
    margin-bottom: 0.5em;
  }
  [data-sellcarform] .full-width {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  [data-sellcarform] dd {
    color: rgba(0, 0, 0, 0.5);
  }
  [data-sellcarform] dd::after {
    content: ":";
    margin-right: 0.5em;
    font-size: inherit;
  }
  [data-sellcarform] dt {
    margin-right: 1em;
  }
  [data-sellcarform] .plateresultpanel {
    font-size: 0.875rem;
    padding: 1rem;
    background: #eee;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
  }
  [data-sellcarform] .plateOutput {
    margin: auto;
    background: white;
    padding: 0.5em;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    border: solid 1px black;
  }
  [data-sellcarform].stopFixed .plateresultpanel {
    position: absolute;
  }
  [data-sellcarform] .no-observer-support .plateresultpanel {
    position: static !important;
  }
  [data-sellcarform]:not(.working) [data-sellcarspinner] {
    display: none;
  }
  [data-sellcarform]:not(.error) [data-sellcaroutput=plateerror] {
    display: none;
  }
  [data-sellcarform] .flex-input {
    margin-bottom: 1rem;
  }
  [data-sellcarform] .errorMessage {
    color: red;
    padding: 2em;
    border: solid 1px red;
    border-radius: 4px;
  }
  .about-us-page h4:first-child {
    margin-top: 0;
  }
  .about-us-page p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
  }
  .about-us-page img {
    margin-bottom: 1.25rem;
  }
  .about-us-page .inner-list li {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0.5rem;
  }
  .about-us-page .inner-list li a {
    text-decoration: underline;
  }
  .contact-page-wrap p {
    font-family: "Roboto", sans-serif;
  }
  #testimonial-section {
    background: #f26600;
    padding: 4rem 0 5.5rem;
    position: relative;
  }
  #testimonial-section .home-btn {
    margin: 2rem auto 0;
    display: table;
    color: #f26600;
  }
  #testimonial-section .home-btn:hover {
    color: #f26600;
    background: rgb(242.25, 242.25, 242.25);
  }
  #testimonial-section .row {
    position: relative;
    z-index: 2;
  }
  #testimonial-section h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
  }
  #testimonial-section .row {
    position: relative;
    z-index: 3;
  }
  #testimonial-section .slick-arrow {
    display: none !important;
  }
  #testimonial-section .red-btn {
    display: table;
    margin: 3.5rem auto 0;
  }
  #testimonial-section .testimonial-container {
    width: 100%;
    clear: both;
    margin-bottom: 3rem;
  }
  #testimonial-section .testimonial {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  #testimonial-section .testimonial .inner {
    max-width: 370px;
    margin: auto;
    background: #fff;
    padding: 2.5rem 2rem 2rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: table;
    width: 100%;
  }
  #testimonial-section .testimonial .inner:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 33px 0 0;
    border-color: #fff transparent transparent transparent;
  }
  #testimonial-section .testimonial .inner .name {
    font-family: "Open Sans", sans-serif;
    color: #322E2C;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0.125rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1rem;
  }
  #testimonial-section .testimonial .inner .date {
    font-family: "Open Sans", sans-serif;
    color: #322E2C;
    font-size: 15px;
    line-height: 24px;
  }
  #testimonial-section .testimonial .inner span {
    font-family: "Open Sans", sans-serif;
    color: #322E2C;
    font-size: 15px;
    line-height: 24px;
  }
  #testimonial-section .slick-dots {
    margin: auto;
    list-style: none;
    text-align: center;
    padding: 0;
    display: table !important;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #testimonial-section .slick-dots li {
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0.5;
    color: rgba(255, 255, 255, 0);
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.375rem;
    cursor: pointer;
  }
  #testimonial-section .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
    opacity: 1;
  }
  .privacy-link {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 2rem;
  }
  .privacy-link a {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .privacy-link a:hover {
    color: #fff;
  }
  #trustpilot-section {
    padding-top: 3.5rem;
  }
  #promo-banner {
    background: url(../../Userfiles/Image/promo/promo-sm.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
  }
  #promo-banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sell-a-car-wrap #promo-banner {
    margin: 2rem 0;
  }
}
/* min-width 470px */
@media only screen and (min-width: 470px) {
  footer .copyright {
    text-align: center;
  }
  footer .copyright i {
    display: inline;
  }
}
/* min-width 640px, 40.063em medium screens */
@media only screen and (min-width: 640px) {
  .finance-app-wrap.finance-central-form {
    padding-left: 0;
    padding-right: 0;
  }
  header {
    padding: 2rem 0;
  }
  header .logo {
    max-width: 300px;
  }
  footer {
    text-align: left;
    padding-top: 5.625rem;
  }
  footer .ftr-section {
    width: 50%;
    float: left;
  }
  footer .contact-section h6 {
    margin-right: 2rem;
  }
  footer .buyerscore-section {
    width: 100%;
  }
  .no-matching-results {
    font-size: 30px;
  }
  .slide-section h2 {
    font-size: 50px;
    line-height: 61px;
  }
  .slide-section p {
    font-size: 18px;
    line-height: 24px;
  }
  .slide-section .home-btn {
    width: 220px;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .slide-section .cta {
    margin-top: 2rem;
  }
  .slide-section .text {
    text-align: left;
    margin: 0;
  }
  .slide-section .slide-bg {
    height: 470px;
  }
  .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4, .slide-section .slide-bg .inner {
    height: 470px;
  }
  #sell-section {
    padding: 4.75rem 0;
  }
  #sell-section h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 2.5rem;
  }
  #sell-section h4 {
    font-size: 21px;
    line-height: 25px;
  }
  #sell-section p {
    font-size: 15px;
    line-height: 24px;
  }
  #reviews-section {
    padding-top: 5rem;
    overflow: hidden;
  }
  #reviews-section:before {
    content: "\e9a4";
    font-family: "icons-custom";
    color: rgba(255, 255, 255, 0.05);
    font-size: 920px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -495px;
    margin-top: -781px;
    pointer-events: none;
  }
  #reviews-section h2 {
    font-size: 33px;
    margin-bottom: 1rem;
  }
  #reviews-section .buyerscore-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  #reviews-section .buyerscoretestimonial .inner {
    padding: 2rem;
    min-height: 235px;
  }
  #select-section {
    padding: 5rem 0;
  }
  #select-section h2 {
    font-size: 33px;
  }
  #testimonial-section {
    padding-top: 5rem;
    overflow: hidden;
  }
  #testimonial-section:before {
    content: "\e9a4";
    font-family: "icons-custom";
    color: rgba(255, 255, 255, 0.05);
    font-size: 920px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -495px;
    margin-top: -781px;
    pointer-events: none;
  }
  #testimonial-section h2 {
    font-size: 33px;
    margin-bottom: 1.75rem;
  }
  #testimonial-section .comment {
    min-height: 95px;
    display: block;
  }
  #testimonial-section .slick-dots {
    bottom: -2rem;
  }
  #testimonial-section .home-btn {
    margin-top: 4rem;
  }
  #promo-banner {
    background: url(../../Userfiles/Image/promo/promo-md.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 300px;
  }
}
/* min-width 760px */
/* min-width 1024px, large screens */
@media only screen and (min-width: 64em) {
  nav.navigation {
    width: calc(100% - 200px);
    float: right;
    height: 90px;
    background: #fff;
    max-width: 760px;
    margin-top: 0;
  }
  nav.navigation > ul:before {
    display: none;
  }
  nav.navigation ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0;
    height: 90px;
  }
  nav.navigation ul li:not(:first-child) {
    border-top: none;
  }
  nav.navigation ul li:first-child {
    padding-top: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  nav.navigation ul li.bottom {
    padding-bottom: 0;
  }
  nav.navigation ul li {
    float: left;
    background: none;
    border: none;
    line-height: 90px;
    margin: 0;
    padding: 0;
  }
  nav.navigation ul li a {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 90px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 0 1.875rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
  }
  nav.navigation ul li a.active, nav.navigation ul li a:hover, nav.navigation ul li a:hover .sub-arrow {
    color: #f26600;
  }
  nav.navigation ul li.has-submenu {
    position: relative;
  }
  nav.navigation ul li.has-submenu a .sub-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #000 transparent transparent transparent;
    opacity: 0.9;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 4px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  nav.navigation ul li.has-submenu a:hover .sub-arrow {
    border-color: #f26600 transparent transparent transparent;
  }
  nav.navigation ul li.has-submenu ul {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding: 0.5rem 0;
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    background: #fff;
    text-align: left;
    z-index: 500;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  nav.navigation ul li.has-submenu ul li {
    float: none;
    white-space: nowrap;
    padding: 0;
    background: none;
    border-top: none !important;
  }
  nav.navigation ul li.has-submenu ul li a {
    font-weight: bold;
    color: #000 !important;
    opacity: 0.87;
    display: block;
    border: none !important;
    line-height: 1;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
    height: auto;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
    font-size: 12px;
  }
  nav.navigation ul li.has-submenu ul li a:after {
    content: "\e935";
    font-family: "icons-custom";
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    margin-left: -0.25rem;
    position: absolute;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
  }
  nav.navigation ul li.has-submenu ul li a:hover {
    opacity: 1;
    color: #f26600 !important;
  }
  nav.navigation ul li.has-submenu ul li a:hover:after {
    color: #f26600;
    margin-left: 1.425rem;
  }
  nav.navigation ul li.has-submenu:hover ul {
    display: table;
  }
  nav.navigation ul li.has-submenu:hover a {
    background: #fff;
    color: #f26600;
  }
  nav.navigation ul li.has-submenu:hover a .sub-arrow {
    border-color: #f26600 transparent transparent transparent;
  }
  nav.navigation ul li.has-submenu:hover > ul.submenu {
    background: #fff;
    color: #f26600;
  }
  nav.navigation ul li.has-submenu:hover > ul.submenu .sub-arrow {
    border-color: #f26600 transparent transparent transparent;
  }
  nav.navigation ul li.has-submenu:hover > ul.submenu a {
    color: none;
  }
  nav.navigation ul li.nav-fav, nav.navigation ul .nav-search {
    float: right;
  }
  nav.navigation ul li.nav-fav a, nav.navigation ul .nav-search a {
    background: none;
    padding: 0 0.5rem;
    line-height: 90px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    color: #f26600;
  }
  nav.navigation ul li.nav-fav a:hover, nav.navigation ul .nav-search a:hover {
    color: #f26600;
    background: none;
    opacity: 0.7;
  }
  nav.navigation ul li.nav-fav a i, nav.navigation ul .nav-search a i {
    font-size: 18px;
    vertical-align: middle;
  }
  nav.navigation ul li.nav-fav .amount {
    padding-left: 0.25rem;
    font-size: 16px;
  }
  nav.navigation ul li.nav-search {
    padding-left: 0.75rem;
  }
  nav.navigation ul li.nav-search .small {
    margin-left: 0.375rem;
  }
  header {
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    min-height: 118px;
  }
  header:before, header:after {
    display: none;
  }
  header .logo {
    width: 176px;
    max-width: none;
    float: left;
    margin-top: 15px;
  }
  header .trustpilot-widget {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
  footer {
    padding-top: 6rem;
  }
  footer .copyright {
    padding-bottom: 2rem;
  }
  footer .google_map {
    background: rgba(255, 255, 255, 0.3);
    display: block;
    height: 220px;
    margin-bottom: 0.5rem;
  }
  footer .ftr-section {
    width: 33.333%;
    float: left;
  }
  footer .buyerscore-section {
    width: 33.333%;
  }
  footer .hours-section h6 {
    margin-right: 2rem;
  }
  .slide-section .text {
    margin-top: 2rem;
  }
  .slide-section .cta {
    margin-top: 2.5rem;
  }
  .slide-section .slide-bg {
    height: 550px;
  }
  .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4, .slide-section .slide-bg .inner {
    height: 550px;
  }
  .no-matching-results {
    font-size: 40px;
  }
  #reviews-section {
    padding-top: 5.5rem;
  }
  #reviews-section .r-powered-by {
    margin-bottom: 2.875rem;
  }
  #reviews-section .buyerscoretestimonial .inner {
    min-height: 241px;
  }
  #reviews-section .home-btn {
    margin-top: 1.5rem;
  }
  #select-section {
    padding-top: 6rem;
  }
  #select-section p {
    margin-bottom: 1.875rem;
  }
  [data-sellcarform] {
    padding-bottom: 0;
  }
  [data-sellcarform] .plateresultpanel {
    position: static;
    margin-top: 75px;
    padding: 2rem;
    font-size: 1.125rem;
  }
  [data-sellcarform] .plateOutput {
    margin: 0rem 2rem 2rem;
    padding: 1em;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    border: solid 3px black;
  }
  [data-sellcarform] dl {
    margin: 0;
  }
  [data-sellcarform] dl dd, [data-sellcarform] dl dt {
    font-size: 1rem;
    width: 50%;
    margin-right: 0;
  }
  [data-sellcarform] dl dd::after, [data-sellcarform] dl dt::after {
    display: none;
  }
  #select-section .row {
    max-width: 1380px;
  }
  .about-us-page .sidebar {
    width: 373px;
    float: right;
  }
  .about-us-page .main-content {
    width: calc(100% - 400px);
    max-width: 740px;
    float: left;
  }
  #testimonial-section {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
  }
  #testimonial-section .row {
    position: relative;
    z-index: 2;
  }
  #testimonial-section .testimonial {
    position: relative;
    z-index: 10;
    padding: 1rem 0.875rem 1rem;
    margin-bottom: 2rem;
  }
  #testimonial-section .testimonial .inner {
    padding: 2rem 2rem;
  }
  #testimonial-section .testimonial .inner:before {
    left: 2.5rem;
  }
  #promo-banner {
    background: url(../../Userfiles/Image/promo/promo-lg.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 500px;
  }
}
/* min-width 1280px */
@media only screen and (min-width: 1280px) {
  nav.navigation {
    max-width: 840px;
  }
  nav.navigation ul li a {
    padding: 0 2.25rem;
  }
  nav.navigation ul li.has-submenu:hover a {
    padding-left: 2.25rem;
  }
  footer .contact-section h6, footer .hours-section h6 {
    margin-right: 3.5rem;
  }
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  #reviews-section .slick-arrow {
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 20px;
    height: 20px;
    color: rgba(0, 0, 0, 0);
  }
  #reviews-section .slick-arrow:before {
    content: "";
    font-family: "icons-custom";
    color: rgb(255, 255, 255);
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 1;
  }
  #reviews-section .slick-arrow:hover:before {
    color: #fff;
    opacity: 0.7;
  }
  #reviews-section .slick-prev {
    left: -1.25rem;
  }
  #reviews-section .slick-prev:before {
    content: "\e989";
  }
  #reviews-section .slick-next {
    right: -1.25rem;
  }
  #reviews-section .slick-next:before {
    content: "\e98a";
  }
  #testimonial-section .slick-dots {
    display: none !important;
  }
  #testimonial-section .slick-arrow {
    display: block !important;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -54px;
    width: 62px;
    height: 62px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #testimonial-section .slick-arrow:before {
    content: "";
    position: relative;
    font-family: "icomoon";
    font-size: 45px;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: 10;
    opacity: 1;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
  }
  #testimonial-section .slick-arrow:hover {
    opacity: 1;
  }
  #testimonial-section .slick-arrow:hover:before {
    color: rgb(255, 255, 255);
    opacity: 1;
  }
  #testimonial-section .slick-disabled {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #testimonial-section .slick-prev {
    left: -6%;
  }
  #testimonial-section .slick-prev:before {
    content: "\e938";
  }
  #testimonial-section .slick-next {
    right: -6%;
    text-align: right;
  }
  #testimonial-section .slick-next:before {
    content: "\e93b";
    float: right;
  }
  #testimonial-section .home-btn {
    margin-top: 2rem;
  }
  #testimonial-section .testimonial-container {
    margin-bottom: 0;
  }
}
/* min-width 1921px, xxlarge screens */
