﻿
html, body {
    max-width:100%;
}
html {
    font-size:16px;
}
body
{
	font-family:'DM Sans', sans-serif;
    font-size: 1rem;
    background:#fff;
}
button {
    cursor:pointer;
}
h1, h2, h3, h4 {
	font-weight:700 !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.custom_h1 {
	font-size:4rem;
}
.custom-image {
    width:100px;
    height:70px;
    object-fit:contain;
}


.buy_on_carboard h3 {
    font-size:20px;
    font-weight:700;
}


.aboutCarDoorSection .col-md-6 img {
    height: 100%;
    object-fit: cover;
}
.back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    display:block;
}

#what_we_do h3 {
    font-size:20px;
}

.navbar {
    padding: 0 0;
    box-shadow:0px 0px 6px rgba(0,0,0,0.1);
    border:none !important;
}
#main-nav.navbar .nav-item.active {
    border:0;
}
#main-nav.navbar .nav-item.active a {
    color:#FF0050;
}
#main-nav a {
    color:#222;
    font-size:1rem;
}
footer#main-footer {
    border-top: 1px solid #f2f2f2 !important;
    background-color:#fff !important;
}
footer img.footer_logo {
    width:200px;
}

.navbar>.container, .navbar>.container-fluid {
    justify-content: space-evenly;
}
footer img.omvic_ucda {
    width:240px;
    max-width:240px;
}
footer#main-footer a {
    font-size:1rem;
    color:#222;
}
footer#main-footer .copyright_text {
    font-size:12px;
}
.location_info_mobile h4 {
    font-size:16px;
    margin-left:5px;
}
.expectRow i {
    color:#fff;
}
.why_this_is_important {
    margin: 7rem 0 0;
}


#contact {
    margin-top:5rem;
}

.table-dtl tr {
    border-top: 1px solid #eee;
    height: 0px;
}

#v_documents label {
    margin: 0;
    align-self: center;
    font-weight: 500;
    padding-left: 10px;
}

#v_documents a {
    font-size: 16px !important;
}
#v_documents a i {
    font-size: 1.5rem !important;
}

div.regdiv {
    background: #f8f6f0;
    border: 0 !important;
    margin-bottom: 30px;
}
table.table-flt {
    border:0;
}
a.gleft label, a.gright label {
    color: rgba(255,255,255,0.8)!important;
}
.table-flt > thead > tr > th, .table-flt > tbody > tr > th, .table-flt > tfoot > tr > th, .table-flt > thead > tr > td, .table-flt > tbody > tr > td, .table-flt > tfoot > tr > td {
    border:0 !important;
}
#vehicles_div div.card {
    background: #f8f6f0;
    border: 0;
    border-radius: 5px;
    color: #222;
}
#vehicles_div div.card-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#vehicles_div tr td {
    font-family: 'DM Sans', Helvetica, sans-serif;
    border: 0;
    text-align: left !important;
}
#vehicles_div p.card-text {
    font-family: 'Inter', Helvetica, sans-serif;
    font-weight: 800;
}
#vehicles_div div.card tbody tr:last-child td {
    color: rgba(34,34,34,0.7);
}
#vehicles_div div.card tbody tr:last-child td:last-child {
    text-align: right !important;
}
#vehicles_div div.card tbody tr:first-child td {
    font-weight: 500;
}





.heroButton {
    cursor:pointer;
}
.heroButton i {
    color:#fff;
}


@media (min-width: 1025px) {
    .shape-1.contact-shape {
        height:32rem !important;
    }
    .shape-1 {
        height:40rem !important;
    }
    
    .navbar ul>li:hover>a:after {
        height: 4px;
    }
    .navbar ul li {
        position:relative;
        padding:15px 0;
    }
    .navbar ul>li>a:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: #EB004A;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}

#browse-section-1 {
	overflow:hidden !important;
  	padding:0 !important;
}
.location_info_mobile {
	display:none;
}
.location_bubble {
	padding:15px;
  	border-radius:50%;
  	background: #fff;
    position: absolute;
    right: 50px;
  	top:50px;
    width: 160px;
    height: 160px;
  	box-shadow:0px 2px 10px rgba(0, 0, 0, 0.3);
}
.location_bubble img {
  width:70px;
}
.location_bubble h4 {
	font-weight:bold;
    position: absolute;
    bottom: 25px;
    margin:0;
    width: 100%;
    left: 0;
    font-size:1rem;
}
.press-links-card {
    border:1px solid #ddd;
    background:#fff;
    padding:2rem 0;
    border-radius:20px;
    margin:1rem auto;
    position:relative;
    height:30rem;
}
.reviewsRow .reviews__navigation>* {
	background-color: transparent !important;
  	border:0 !important;
    transform: scale(1.8) !important;
}
.reviewsRow {
	background:#FF0050;
  	padding:5rem;
}
.reviewsRow .blockSection__heading {
	color:#fff;
}
.reviewsRow .blockSection__cta {
	display:block;
}
.reviewsRow .blockSection__cta a {
	background:#161A42;
}
.row {
    display:flex;
}
header .row {
	display:block;
}
.button-div br {
	display:none;
}
.label_crypto p {
	display:inline;
}
.label_crypto br {
	display:none;
}
.homepageHero {
    background-image: url("https://di-uploads-pod35.dealerinspire.com/ridescanadainc/uploads/2022/02/cardoor-homepage-3.png");
  	background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:600px;
    position:relative;
}
#di-page-composer .hp_v3 {
    padding: 0 !important;
}

#di-page-composer .hp_v3 .button {
    font-size: 16px;
    margin-right: 0;
}

#di-page-composer .hp_v3 .button.primary-button,.hp_v3 .button.primary-button:visited {
    background: #FF0050;
    padding: 14px 20px;
}

#di-page-composer .hp_v3 .button.primary-button:hover,.hp_v3 .button.primary-button:visited:hover {
    background: #FF0050;
}

#di-page-composer .hp_v3 .button.primary-button.white-chat,.hp_v3 .button.primary-button.blue-chat,.hp_v3 .button.primary-button:visited.white-chat,.hp_v3 .button.primary-button:visited.blue-chat {
    padding-left: 60px !important;
}

#di-page-composer .hp_v3 .button.primary-button .di-svg,.hp_v3 .button.primary-button:visited .di-svg {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    #di-page-composer .hp_v3 .button.primary-button {
        display:block;
    }

    .v_bid_caption {
        font-size: 20px;
    }
}

#di-page-composer .hp_v3 .blockSection__heading {
    font-size: 38px;
    font-weight: 700;
  	font-color: ff0050;
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .blockSection__heading {
        font-size:42px;
    }
}

#di-page-composer .hp_v3 .blockSection__heading small {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .blockSection__heading small {
        font-size:22px;
    }
}

#di-page-composer .hp_v3 .blockSection__paragraph {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

#di-page-composer .hp_v3 .blockSection p {
    font-size: 16px;
}

#di-page-composer .hp_v3 .instantOfferRow {
    padding: 35px 0;
    background: #F8F8F8;
}

#di-page-composer .hp_v3 .instantOfferRow .blockSection__heading {
    font-size: 46px;
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .instantOfferRow .blockSection__heading {
        font-size:48px;
    }
}

#di-page-composer .hp_v3 .instantOfferRow p {
    font-size: 18px;
}

@media (min-width: 768px) {
   #di-page-composer .hp_v3 .instantOfferRow p {
        font-size:20px;
    }
}

#di-page-composer .hp_v3 .instantOfferRow__button {
    margin-bottom: 10px;
}

#di-page-composer .hp_v3 .instantOfferRow__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

@media (max-width: 767px) {
    #di-page-composer .hp_v3 .instantOfferRow__container {
        -webkit-flex-direction:column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
    }
  .location_bubble {
    display:none;
  }
  .location_info_mobile {
  	display:block;
    margin:0 0 30px;
    text-align:center;
  }
  .location_info_mobile p {
  	display:none;
  }
  .location_info_mobile img {
  	display:inline-block;
    width:50px;
  }
  .location_info_mobile h4 {
  	display:inline-block;
  }
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .instantOfferRow {
        padding:90px 0;
    }

    #di-page-composer .hp_v3 .instantOfferRow__container--content {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    #di-page-composer .hp_v3 .instantOfferRow__container--image {
        -webkit-flex-basis: 42%;
        -moz-flex-basis: 42%;
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    #di-page-composer .hp_v3 .instantOfferRow__button {
        margin-top: 25px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    #di-page-composer .hp_v3 .instantOfferRow .button.primary-button {
        position: relative;
    }

    #di-page-composer .hp_v3 .instantOfferRow .button.primary-button:after {
        position: absolute;
        right: -160px;
        content: '';
        width: 148px;
        height: 90px;
        background: url("https://65e81151f52e248c552b-fe74cd567ea2f1228f846834bd67571e.ssl.cf1.rackcdn.com/SellYourCar/try-it-out.png") no-repeat;
    }
}

#di-page-composer .hp_v3 .whySellRow {
    padding: 20px 0;
    text-align: center;
}

#di-page-composer .hp_v3 .whySellRow__ctas .blockSection__heading {
    font-size: 28px;
}

#di-page-composer .hp_v3 .whySellRow__ctas--container {
    margin: 45px 0 0 0;
  	padding: 20px 0 20px 0;
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .whySellRow {
        padding:25px 0;
    }

    #di-page-composer .hp_v3 .whySellRow__ctas {
        margin: 30px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    #di-page-composer .hp_v3 .whySellRow__ctas>* {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}

#di-page-composer .hp_v3 .workRow {
    padding: 50px 0 0;
    background: #F8F8F8;
}

#di-page-composer .hp_v3 .workRow .container {
    max-width: 945px;
}

#di-page-composer .hp_v3 .workRow__stepsContainer {
    padding: 30px 0;
}

#di-page-composer .hp_v3 .workRow__stepsContainer .blockSection__heading {
    font-size: 28px;
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .workRow__stepsContainer .blockSection__heading {
        font-size:32px;
    }
}

#di-page-composer .hp_v3 .workRow__stepsContainer .blockSection__heading small {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #001f4c;
}

#di-page-composer .hp_v3 .workRow__stepsContainer--license {
    margin: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

#di-page-composer .hp_v3 .workRow__stepsContainer--license svg {
    width: 72px;
    margin-right: 15px;
}

#di-page-composer .hp_v3 .workRow__stepsContainer--license p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    flex: 1;
    -ms-flex: 1;
}

@media (max-width: 767px) {
    #di-page-composer .hp_v3 .workRow__stepsContainer--image {
        margin-top:35px;
    }

    #di-page-composer .hp_v3 .workRow .button.primary-button {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    #di-page-composer .hp_v3 .workRow {
        padding:70px 0 0;
    }

    #di-page-composer .hp_v3 .workRow__stepsContainer {
        padding: 50px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    #di-page-composer .hp_v3 .workRow__stepsContainer>* {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    #di-page-composer .hp_v3 .workRow__stepsContainer:nth-of-type(even) {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

#di-page-composer .hp_v3 .getStartedRow {
    padding: 50px 0;
    background: #F8F8F8;
    color: #161A42;
    text-align: center;
}

#di-page-composer .hp_v3 .getStartedRow__buttons {
    margin-top: 35px;
}

#di-page-composer .hp_v3 .getStartedRow__buttons .button {
    margin: 0;
}

#di-page-composer .hp_v3 .getStartedRow__buttons .button.primary-button,.hp_v3 .getStartedRow__buttons .button.primary-button:visited {
    background-color: #FF0050;
    color: #ffffff;
}

#di-page-composer .hp_v3 .getStartedRow__buttons .button.primary-button:hover {
    background-color: #FF0050;
}

#di-page-composer .hp_v3 .getStartedRow__buttons span {
    margin: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}
#points-section-1 {
	overflow:hidden !important;
  	padding:0 !important;
}
#financing-section-1 {
	overflow:visible;
  	overflow-x:visible !important;
}
@media (max-width: 767px) {
   #di-page-composer  .hp_v3 .getStartedRow span {
        display:block;
        margin: 15px 0;
    }
}

@media (min-width: 768px) {
   #di-page-composer  .hp_v3 .getStartedRow {
        padding:75px 0;
    }
}

#di-page-composer .hp_v3 .helpRow {
    padding: 50px 0;
    text-align: center;
}

#di-page-composer .hp_v3 .helpRow__buttons {
    margin-top: 35px;
}

@media (max-width: 767px) {
   #di-page-composer  .hp_v3 .helpRow {
        padding:50px 0 30px;
    }

   #di-page-composer  .hp_v3 .helpRow .button {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
   #di-page-composer  .hp_v3 .helpRow .button {
        margin-right:25px;
    }
}

@media (min-width: 768px) {
   #di-page-composer .hp_v3 .blockSection__heading {
        line-height:34px;
    }

   #di-page-composer  .hp_v3 .instantOfferRow .blockSection__heading {
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    .back-to-top {
        display:none;
    }
  .topRadius {
    min-height:10rem;
  	border-radius: 0 0 25px 25px !important; 
  }
  .bottomRadius {
    min-height:10rem;
  	border-radius: 25px 25px 0 0 !important; 
  }

  nav .navbar-toggler {
      position:absolute;
      right:15px;
      top: 1rem;
  }
  nav .nav_logo {
      max-width:250px !important;
  }
  nav.navbar {
      padding:15px;
  }
  .navbar>.container, .navbar>.container-fluid {
      justify-content: start;
  }
  .bottomRadius.order-2 {
      border-radius:0 0 25px 25px !important;
  }
  .topRadius.order-1 {
      border-radius: 25px 25px 0 0 !important;
  }
  .buy_on_carboard h2 {
    font-size:2.5rem !important;
    }

    .container-fluid {
        width: 99%;
    }
}
@media (max-width: 1200px) {
    
    .pointsColumn {
  	background: #ff0550;
    border-radius: 25px 25px 0 0;
    padding: 5rem !important;
    text-align: center !important;
  }
    .howItWorksContainer {
    margin-top:2rem;
    }
    .shape-1 {
        width:1450px !important;
       	max-width: none;
	}
    .headerSection {
        padding:2rem !important;
        text-align:center;
    }
    .ourTeamCard {
        background:#f8f6f0;
        border-radius:20px !important;
        margin:1rem 0;
	}
    .ourTeamRow {
        justify-content:center;
	}
    .press-links-card {
        height:10rem;
	}
    .laptop-shadow {
        left:auto !important;
        right:0;
        width:80% !important;
	}
    .howItWorksStep {
        padding-left:8rem !important;
        height:30rem !important;
        text-align:left !important;
        padding-right:0 !important;
	}
    .howItWorksLine {
        background:#ff0550 !important;
        height:230px !important;
        border-radius:20px !important;
        position:absolute !important;
        top:90px !important;
        left:53px !important;
        width:5px !important;
	}
  .browseLink {
  left:4rem !important;
    font-size:1.8rem;
  }
  .aboutCarDoorSection {
  	margin:3rem auto 0 !important;
  }
  .d-none-inline {
  display:inline !important;
  }
  .browseHeader {
  	background: #f8f6f0;
    border-radius: 25px;
    padding: 4rem;
  }
  .press-links-card {
        height:auto;
      	padding:2rem 2rem 4rem;
	}
  .pressLinksRow {
  margin:5rem auto !important;
  }
}
@media (max-width: 570px) {
    .expectRow {
  	margin-top:3rem !important;
    margin-bottom:3rem !important;
  }
  .bid_history_link {
    padding-left:35px !important;
    }
  .whatWeDoRow {
  margin:5rem 0 0 !important
  }
  .paddingMobileBottom {
  	padding:2rem 2rem 6rem !important;
  }
  .iconMobile {
  	width:7rem !important;
  }
  #what_we_do .col-sm-6 {
      padding: 3rem 2rem 2rem !important;
  }
  .expectRow img {
      display:none;
  }
  .why_this_is_important {
    margin: 4rem 0 0;
    }
    .rowCards div {
        padding:0 2rem;
    }
    .pointsColumn {
        margin:0 !important;
        padding:4rem 2rem !important;
    }

  	.shape-1 {
      display:none;
	}
    .headerSection {
        background: #ff0550;
        border-radius: 0 0 25px 25px;
        padding:2rem 2rem 3rem !important;
    }
    .laptop-shadow {
        height:25rem!important;
	}
    .getAFirmOfferContainer {
        padding: 6rem 2rem !important;
	}
    .bottomRadius {
        border-radius:25px 25px 0 0 !important;
    }
  .homepageHero {
    background-image: url("https://di-uploads-pod35.dealerinspire.com/ridescanadainc/uploads/2022/02/NMP_3609-Edit1-2.png");
    min-height:472px !important;
  }
  .homepageHero h1 {
  	font-size:3rem !important;
	margin-top: -2rem !important;
  }
  .homepageHero .button-div {
  	margin-top:4rem !important;
  }
  .beginSecureApplicationSection {
  	margin:2rem auto !important;
  }
  .press-links-card {
  	padding-right:0 !important;
  }
  .swiper-button-next {
  	position: absolute !important;
    top: calc(50% - 25px) !important;
    width: 55px !important;
    height: 105px !important;
    line-height: 105px !important;
    right: 0 !important;
  }
  .swiper-button-prev {
  	position: absolute !important;
    top: calc(50% - 25px) !important;
    width: 55px !important;
    height: 105px !important;
    line-height: 105px !important;
    left: 0 !important;
  }
  .heroButton {
  margin:1rem auto !important;
  }
  .learnMoreLink {
  	margin-left:10rem;
  }
  #contact {
    margin-top:2rem;
    }
}
