/* font declarations */
@font-face {
  font-family: 'NouvelR-Bold';
  src: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Bold.ttf") format("ttf"), url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NouvelR-Book';
  src: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Book.ttf") format("ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NouvelR-Extrabold';
  src: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Extrabold.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'NouvelR-Light';
  src: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Light.ttf") format("ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NouvelR-Regular';
  src: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Regular.ttf") format("ttf"), url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Regular.woff2) format("woff2");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NouvelR-Semibold';
  src: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/fonts/NouvelR-Semibold.ttf") format("ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 6 version
*/
/* variables */
/* line 12, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
body {
  width: 100%;
  height: 100vh;
  font-size: 14px;
  line-height: 1.15;
  font-family: "NouvelR-Regular", Arial, Helvetica, Sans-Serif;
  color: #0c121c;
}

/* line 21, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NouvelR-Regular", arial;
  margin: 0.25em 0;
}

/* line 31, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h2 {
  margin: 0;
  /* text-transform: uppercase; */
}

/* line 36, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h3 {
  font-size: 16px;
  line-height: 22px;
  font-family: "NouvelR-Regular", arial;
}

/* line 41, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h3.strong {
  font-weight: bold;
}

@media (max-width: 576px) {
  /* line 36, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 51, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h4 {
  font: 16px/22px "NouvelR-Regular", arial;
  color: #4a4f54;
}

/* line 55, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h4.question {
  font-size: 0.9rem;
  color: #0c0c0c;
}

@media (max-width: 768px) {
  /* line 51, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  h4 {
    font: 14px/20px "NouvelR-Regular", Arial, Helvetica, Sans-Serif;
  }
}

/* line 64, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h5 {
  font-size: 11px;
}

/* line 68, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
a {
  color: #0c121c;
  cursor: pointer;
  text-decoration: none;
}

/* line 73, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
a:focus {
  outline: 0 none;
  border: 0;
}

/* line 77, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
a:hover {
  outline: 0 none;
}

/* line 82, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
span {
  font-size: 16px;
}

/* line 86, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.errorbox {
  background: #d2000a;
  padding: 1rem;
  margin: 1em 0 0 0;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  border: 0 none;
  border-radius: 0;
}

/* line 96, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.errorbox h4 {
  color: #fff;
}

/* line 101, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-height: 2.5rem;
}

/* line 111, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.login-button-group {
  margin: 1.5em 0;
}

/* row style for uxp questions and answers */
/* line 116, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-row {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* line 125, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-row > .uxp-question {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #0c121c;
  width: 100%;
  /* font-weight: 700; */
  font-family: NouvelR-Regular, Arial, Helvetica, Sans-Serif;
}

/* line 136, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-row > .uxp-answer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 141, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-row > .uxp-answer span.field-icon {
  left: calc(100% - 25px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0em;
  top: -2em;
}

/* line 158, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-help a {
  padding-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 165, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.options-list {
  margin-top: 1rem;
}

/* line 169, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.options-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

/*sharad CSS update*/
/* line 179, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-readonly-row {
  padding: 0.65rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 195, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-readonly-row > .uxp-question,
.uxp-q-readonly-row .uxp-answer {
  font: 16px/22px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  /* font-weight: 400; */
  width: 49%;
}

@media (max-width: 576px) {
  /* line 195, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .uxp-q-readonly-row > .uxp-question,
  .uxp-q-readonly-row .uxp-answer {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
    width: 100%;
  }
}

/* line 206, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-readonly-row > .uxp-answer {
  width: 49%;
  color: #333;
}

@media (max-width: 576px) {
  /* line 206, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .uxp-q-readonly-row > .uxp-answer {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
    width: 100%;
  }
}

/* line 215, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-q-readonly-row .uxp-prefix {
  padding-right: 0.05em;
}

/* line 220, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.nav-menu {
  padding: 0;
  height: 0;
}

/* line 225, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-mandatory-error {
  outline: 0.5pt auto #ea0029;
}

/* line 228, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.errorMessageRed {
  padding-top: 0.5em;
  width: auto;
  color: #d2000a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 237, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
input[list],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
keygen,
select,
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #b8b8b8;
  border-radius: 1px;
  min-height: 40px;
  padding: 8px 10px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 272, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
input:focus[list],
input:focus[type="color"],
input:focus[type="date"],
input:focus[type="datetime-local"],
input:focus[type="datetime"],
input:focus[type="email"],
input:focus[type="file"],
input:focus[type="month"],
input:focus[type="number"],
input:focus[type="password"],
input:focus[type="search"],
input:focus[type="tel"],
input:focus[type="text"],
input:focus[type="time"],
input:focus[type="url"],
input:focus[type="week"],
keygen:focus,
select:focus,
textarea:focus {
  border-color: #0c121c;
  -webkit-box-shadow: 0 0 0 1px #0c121c;
  box-shadow: 0 0 0 1px #0c121c;
  outline: 0 none;
}

/* line 297, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
input:focus[list],
input:focus[type="color"],
input:focus[type="date"],
input:focus[type="datetime-local"],
input:focus[type="datetime"],
input:focus[type="email"],
input:focus[type="file"],
input:focus[type="month"],
input:focus[type="number"],
input:focus[type="password"],
input:focus[type="search"],
input:focus[type="tel"],
input:focus[type="text"],
input:focus[type="time"],
input:focus[type="url"],
input:focus[type="week"],
keygen:focus,
select:focus,
textarea:focus {
  border-color: #afb3b0;
  -webkit-box-shadow: 0 0 0 1px #afb3b0;
  box-shadow: 0 0 0 1px #afb3b0;
  outline: 0 none;
}

/* line 322, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h1,
h1.title-emphasis {
  font: 50px/45px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 322, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  h1,
  h1.title-emphasis {
    font: 24px/32px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  }
}

/* line 332, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
h2,
h2.title-emphasis {
  font: 22px/15px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
}

@media (max-width: 768px) {
  /* line 332, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  h2,
  h2.title-emphasis {
    font: 16px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  }
}

/* Primary & animated button style */
/* line 342, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
button {
  min-width: 150px;
  text-transform: lowercase;
}

/* line 346, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
button.primary-button,
button.animated-button {
  font: 16px/22px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #0c121c;
  padding: 10px 30px;
  text-decoration: none;
  border: 1px solid #0c121c;
  width: auto;
  font-weight: 400;
  height: 45px;
  -webkit-transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
  -webkit-transition: background-color 200ms, color 200ms, border-color 200ms, opacity 200ms, -webkit-box-shadow 200ms;
  transition: background-color 200ms, color 200ms, border-color 200ms, opacity 200ms, -webkit-box-shadow 200ms;
  -o-transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
  transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms;
  transition: background-color 200ms, color 200ms, border-color 200ms, box-shadow 200ms, opacity 200ms, -webkit-box-shadow 200ms;
  border-radius: 0;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  /* &:hover { */
  /* background-color: #fff; */
  /* color: #0c121c; */
  /* color: #fff;
		background: url(https://edge-static-files.s3.eu-west-2.amazonaws.com/polestar/images/next.svg) rgb(83,86,90) 90% center no-repeat; */
  /* }  */
}

/* line 381, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  /*border-color: #888;
  outline: 0; */
}

/* line 396, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
button.muted-button {
  font: 16px/22px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  height: 45px;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  background-color: #efdf00;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #0c121c;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

/* line 412, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-header,
.auth-footer {
  background: #000;
  padding: 1em 2em;
}

/* line 418, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

@media (max-width: 576px) {
  /* line 418, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .auth-footer {
    padding: 2em 0;
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 443, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-footer .footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em 0;
}

@media (max-width: 576px) {
  /* line 443, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .auth-footer .footer-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

/* line 464, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-footer .footer-buttons a.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0.5em 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e9ecec;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

/* line 485, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-footer .footer-text {
  flex-flow: column;
  max-width: 100%;
  color: #000;
}

/* line 490, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-footer .footer-text h5 {
  font: 14px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  text-align: center;
}

@media (max-width: 576px) {
  /* line 490, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .auth-footer .footer-text h5 {
    font: 10px/14px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 500, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-header .menu span {
  background-color: #fff;
}

/* line 503, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.auth-header .text-logo span {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

/* line 512, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.HelpWrapper {
  background: #fff;
  border: 1px solid #30b45b;
  border-radius: 3px;
  padding-top: 0.8rem;
  width: 100%;
  color: #15883c;
}

/* line 521, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.uxp-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 576px) {
  /* line 521, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .uxp-btn-row {
    padding-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  /* line 521, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
  .uxp-btn-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* line 543, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_base-styles.scss */
.download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: underline;
}

/* slideout js menu styles */
/* line 2, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
nav.slideout-menu {
  -webkit-transition: all ease-in 0.7s;
  transition: all ease-in 0.7s;
  padding: 0;
  border-right: 1px solid #e9ecec;
  background-color: #f8f9f9;
}

/* line 10, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
nav.slideout-menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  height: 6em;
  padding: 0;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9ecec;
  background-color: #fff;
  color: #4a4f54;
}

/* line 32, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
nav.slideout-menu ul li a {
  font: 14px/20px "lr_ot4", sans-serif;
  color: #4a4f54;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  flex: 1;
}

/* line 41, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
nav.slideout-menu ul li:after {
  content: '\276F';
  font-size: 16px;
  top: 0.75em;
  right: 1.5em;
}

/* sidebar styles used in servicing phase */
/* line 52, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar {
  position: fixed;
  top: 0;
  left: -25em;
  min-width: 25em;
  -webkit-transition: all ease-in 0.7s;
  transition: all ease-in 0.7s;
  padding: 0;
  border-right: 1px solid #e9ecec;
  background-color: #f8f9f9;
}

/* line 63, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .logo-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5em;
  padding: 0;
  height: 40px;
}

/* line 74, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .logo-menu-buttons .img-div {
  padding-left: 0.5em;
  width: 100px;
  background-color: #f8f9f9;
}

/* line 81, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar.active {
  left: 0;
  min-width: 25em;
}

@media (max-width: 576px) {
  /* line 81, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
  .sidebar.active {
    min-width: 20em;
  }
}

/* line 89, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar.active .menu {
  display: block;
  padding: 0;
}

/* line 93, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar.active .menu span {
  display: none;
}

/* line 98, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar.active .menu:before, .sidebar.active .menu:after {
  position: absolute;
  content: ' ';
  height: 2em;
  width: 3px;
  background-color: #4a4f54;
  top: 1.75em;
  right: 1.5em;
}

/* line 108, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar.active .menu:before {
  transform: rotate(45deg);
}

/* line 111, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar.active .menu:after {
  transform: rotate(-45deg);
}

/* line 116, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .sidebar-links {
  padding: 0;
  margin-top: 2em;
}

/* line 120, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .sidebar-links-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9ecec;
  background-color: #fff;
  font-family: Landroverweb, sans-serif;
  color: #4a4f54;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 144, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .sidebar-links-item:after {
  content: '\276F';
  font-size: 16px;
  top: 0.75em;
  right: 1.5em;
}

/* line 151, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .sidebar-links-item a {
  padding: 0;
}

/* line 155, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_sidebar.scss */
.sidebar .sidebar-links-item span {
  font: 14px/20px "lr_ot4", "arial", "helvetica", sans-serif;
  color: #4a4f54;
}

/*Auth process styles*/
/* line 4, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.auth-image .auth-hero-image .stretch-img {
  min-height: 100vh;
}

/* line 8, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.auth-image .auth-hero-image .vidbg-container {
  background-image: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/images/07.jpg");
  background-position-x: 50%;
}

@media (max-width: 1200px) {
  /* line 8, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .auth-image .auth-hero-image .vidbg-container {
    background-position-x: 75%;
  }
}

/* line 21, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-header .logo .flex-img {
  width: 3.5em;
}

/* line 29, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .Register .auth-wrapper .auth-card-content .login-button-group {
  justify-content: flex-end;
}

/* line 35, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .Register h3#HEAD_380BB1AA06DC60A55567.title-emphasis {
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 35, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .wrapper .Register h3#HEAD_380BB1AA06DC60A55567.title-emphasis {
    font-size: 16px;
    line-height: 34px;
  }
}

/* line 45, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper {
  max-width: 50em;
  margin: 2em auto;
}

/* line 49, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .heading-wrapper {
  padding-left: 0;
}

/* line 52, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .heading-wrapper h1.title-emphasis {
  font: 30px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 52, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .wrapper .auth-content-wrapper .heading-wrapper h1.title-emphasis {
    font: 24px/32px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  }
}

/* line 63, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .title-box-colored {
  /* padding-left: 2em; */
}

/* line 67, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content {
  padding: 1em 0;
  background: 0 none;
  margin: 0;
}

/* line 72, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content:nth-child(2) {
  /* background: #e9ecec; */
}

/* line 76, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content .pd-policy-list ul {
  font-family: 'NouvelR-Regular', arial;
  color: #000;
}

/* line 81, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content .login-button-group {
  justify-content: space-between;
  margin: 2em 0em;
}

/* line 84, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content .login-button-group .login-button-row {
  order: 2;
}

/* line 89, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content h2 {
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  margin: 15px 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 89, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .wrapper .auth-content-wrapper .auth-card-content h2 {
    font-size: 16px;
  }
}

/* line 99, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .auth-card-content h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
  text-transform: none;
  font-family: 'NouvelR-Regular', arial;
}

@media (max-width: 768px) {
  /* line 99, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .wrapper .auth-content-wrapper .auth-card-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 113, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.wrapper .auth-content-wrapper .benefits-wrapper {
  /* padding-left: 2em; */
}

/* line 119, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.benefits-title {
  font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  color: #4a4f54;
}

@media (max-width: 768px) {
  /* line 119, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .benefits-title {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 127, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.benefits-list {
  font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  margin: 1em 0;
  color: #4a4f54;
}

@media (max-width: 768px) {
  /* line 127, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .benefits-list {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 134, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.benefits-list:before {
  content: '-';
  font-size: 14px;
}

/* line 140, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.auth-header .logo {
  margin-left: 10px;
  width: 100px;
}

/* line 147, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.text-logo {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 147, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
  .text-logo {
    display: none;
  }
}

/* line 157, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_auth.scss */
.signout-icon:before,
.settings-icon:before,
.policy-icon:before {
  display: none;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 8 version
*/
/* line 8, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.servicing-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

/* line 15, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.servicing-phase-wrapper {
  background: 0 none;
  padding: 0;
  height: auto;
}

/* line 20, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.servicing-phase-wrapper .page-greeting-header {
  padding: 1em;
  background: #000;
}

@media (max-width: 768px) {
  /* line 20, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .servicing-phase-wrapper .page-greeting-header {
    padding: 1em;
  }
}

/* line 27, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.servicing-phase-wrapper .page-greeting-header .flex-img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 3.5em;
}

/* line 34, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.servicing-phase-wrapper .wrapper-menu {
  display: block;
  margin: 0 1em 0 0;
}

/* line 41, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper {
  padding: 5em 0;
}

/* line 43, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 3em auto;
  padding: 2em;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  align-items: center;
}

@media (max-width: 992px) {
  /* line 43, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    align-items: stretch;
  }
}

/* line 64, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .img-col {
  max-width: 25%;
  height: auto;
  overflow: hidden;
}

@media (max-width: 992px) {
  /* line 64, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .img-col {
    max-width: 100%;
  }
}

/* line 71, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .img-col .flex-img.policy-overview-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  /* line 71, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .img-col .flex-img.policy-overview-image {
    height: auto;
  }
}

/* line 85, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  /* line 85, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (max-width: 992px) {
  /* line 85, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper {
    margin-left: 0;
    width: 100%;
    padding: 2em 0 0 0;
  }
}

/* line 112, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 50%;
  padding-left: 2em;
}

@media (max-width: 1200px) {
  /* line 112, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-header-col {
    width: 100%;
    padding: 1em 0;
  }
}

/* line 128, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-header-col .login-button-group {
  max-width: 30em;
}

/* line 132, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-header-col button.primary-button {
  margin-top: 0;
}

@media (max-width: 1200px) {
  /* line 132, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-header-col button.primary-button {
    margin-right: 0em;
  }
}

/* line 140, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-overview-col {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  align-items: end;
  padding: 0;
}

@media (max-width: 1200px) {
  /* line 140, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-overview-col {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    border: 0 none;
  }
}

@media (max-width: 768px) {
  /* line 140, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-overview-col {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0 none;
    padding: 0;
  }
}

/* line 176, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-overview-col .policy-overview-table {
  border: 0 none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 1200px) {
  /* line 176, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .box .policy-overview-wrapper .policy-overview-col .policy-overview-table {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* line 197, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-overview-sec {
  background: #000;
  padding: 1em 2em;
  width: 25em;
  max-width: 100%;
}

/* line 203, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-overview-sec .attr-column-1 h3 {
  font: 16px/22px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 203, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-overview-sec .attr-column-1 h3 {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 212, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-overview-sec .attr-column-2 h3 {
  font: 16px/22px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 212, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-overview-sec .attr-column-2 h3 {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 223, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-header-col h2.ecDIB {
  font: 16px/22px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  /* line 223, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-header-col h2.ecDIB {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  }
}

/* line 231, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-header-col h1.ecDIB {
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 231, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .policy-overview-wrapper .policy-header-col h1.ecDIB {
    font-size: 16px;
    line-height: 34px;
  }
}

/* line 243, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .box {
  background-color: #f2f2f2;
}

/* line 247, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-dashboard-wrapper .button-link {
  font: 16px/22px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  text-transform: lowercase;
}

@media (max-width: 768px) {
  /* line 247, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-dashboard-wrapper .button-link {
    /* font-size: 26px; */
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
    /* line-height: 26px; */
  }
}

/* line 260, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.es-portal-header {
  border: 0 none;
  margin: 0;
  border-bottom: none;
}

/* line 265, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.es-portal-header h4 {
  text-align: right;
}

@media (max-width: 768px) {
  /* line 265, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .es-portal-header h4 {
    font-size: 0.95rem;
  }
}

/* line 272, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.es-portal-header span {
  padding-left: 0.5em;
  font-size: 0.95em;
}

@media (max-width: 768px) {
  /* line 272, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .es-portal-header span {
    font-size: 0.75rem;
  }
}

/* line 282, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-header-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  /* padding-top: 80px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/images/hero.jpg");
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/images/hero.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Renault/images/hero.jpg");
  background-position: 0px 0px, 0% 20%;
  background-size: auto, cover;
}

@media (max-width: 768px) {
  /* line 282, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .Dashboard .servicing-header-image {
    background-position: 0 0, 50% 0;
  }
}

/* line 319, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-header-image .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 335, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.Dashboard .servicing-header-image h1.white,
.Dashboard .servicing-header-image h2.white {
  color: #fff;
}

/* line 342, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.muted-button:hover,
.muted-button:focus,
.muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
  color: #4e4e4e;
  border: 0px;
  background: #efdf00;
}

/* deatils page */
/* line 354, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper {
  max-width: 100%;
  padding: 0em 0em 3em;
}

/* line 359, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .page-greeting-header h4.ecDIB {
  color: #fff;
}

/* line 362, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .page-greeting-header .wrapper-menu > span {
  background-color: #fff;
}

/* line 367, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .pre-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 3em auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

@media (max-width: 1200px) {
  /* line 367, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .pre-summary {
    padding: 0 1em;
  }
}

/* line 389, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .pre-summary .title-emphasis {
  font: 30px/48px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 389, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .pre-summary .title-emphasis {
    /* font-size: 26px; */
    font: 24px/32px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
    /* line-height: 26px; */
  }
}

/* line 400, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .pre-summary .overview {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1em;
}

/* line 419, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .pre-summary .overview .policy-overview-table {
  border: 0 none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 429, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .pre-summary .overview .policy-overview-table .attr-column-1 {
  padding-right: 0.5em;
}

/* line 436, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

@media (max-width: 1200px) {
  /* line 436, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .accordion-container {
    padding: 0 1em;
  }
}

/* line 458, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac.is-active > .ac-header .ac-trigger h3 {
  color: #fff;
}

/* line 461, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac.is-active > .ac-header .ac-trigger::after {
  color: #fff;
}

/* line 465, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac.is-active > .ac-header {
  border: none;
}

/* line 467, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac.is-active > .ac-header .ac-trigger {
  background: #000;
}

/* line 471, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac.is-active > .ac-header .ac-trigger h3 {
  color: #fff;
}

/* line 475, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac {
  margin: 0;
  border: 0;
  /* border-top: 0.1px solid rgba(233, 236, 236, 0.5); */
}

/* line 480, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-header {
  background-color: #4a4f54;
  background-color: #fff;
  border-bottom: 1px solid #707070;
}

/* line 485, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-header h3 {
  color: #000;
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
}

@media (max-width: 576px) {
  /* line 485, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .accordion-container .ac .ac-header h3 {
    font: 16px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
    width: 100%;
  }
}

/* line 494, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-header .ac-trigger {
  /* padding: 15px 20px 15px 30px; */
  color: #000;
}

/* line 498, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-header .ac-trigger::after {
  right: 17px;
  top: 54%;
}

/* line 504, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-panel {
  background-color: #f8f9f9;
}

/* line 507, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-panel .py-30 {
  padding: 30px;
}

/* line 510, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .ac .ac-panel .title-emphasis {
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  text-transform: lowercase;
}

@media (max-width: 768px) {
  /* line 510, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .accordion-container .ac .ac-panel .title-emphasis {
    /* font-size: 26px; */
    font: 16px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
    /* line-height: 26px; */
  }
}

/* line 523, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .car-insurance-more-info-item {
  padding: 0.5em 30px;
}

/* line 527, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .mta-change {
  padding: 1em 2.1em 2em 2.1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 535, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .mta-change h3 {
  color: #0c0c0c;
}

/* line 539, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .mta-change h4 {
  font: 16px/22px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
  text-transform: none;
}

@media (max-width: 576px) {
  /* line 539, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .accordion-container .mta-change h4 {
    font: 14px/20px NouvelR-Regular, Arial, Helvetica, Sans-Serif;
    width: 100%;
  }
}

/* line 548, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .accordion-container .mta-change h3 {
  color: #000;
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  margin: 0px 0 15px;
}

@media (max-width: 768px) {
  /* line 548, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .accordion-container .mta-change h3 {
    font: 16px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  }
}

/* line 565, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
.uxp-phase-wrapper .motor-quote-details .mta-change-info h3 {
  font: 22px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
}

@media (max-width: 768px) {
  /* line 565, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/pages/_servicing.scss */
  .uxp-phase-wrapper .motor-quote-details .mta-change-info h3 {
    font: 16px/34px NouvelR-Bold, Arial, Helvetica, Sans-Serif;
  }
}

@media screen and (min-width: 992px) {
  /* line 5, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_mq.scss */
  .page-main {
    /* padding-left: 10px; */
  }
  /* line 9, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_mq.scss */
  .auth-landing-hero {
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  /* line 15, ../../Users/Karthik/edgeConnectV7.0/RTE/Projects/ekakin/Webapp/html/scss/renault/_mq.scss */
  .auth-cards-wrapper {
    /* flex-flow: row wrap; */
  }
}

/*# sourceMappingURL=theme.css.map */