@charset "UTF-8";
/*Imported Components*/
/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.posR {
  position: relative; }

.valid {
  display: none !important; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.gsc_Noscroll {
  overflow: hidden; }

.gsc_Noscroll_ios {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/* Media Queries */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/* Default CSS Overwrite*/
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: 'roboto',Sans-Serif, Arial;
  color: rgba(16, 16, 16, 0.7);
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'roboto-regular';
  background: #EFF3F6;
  height: 100%; }

* {
  outline: none; }

body, ul, ol, dl, dt, dd, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0px; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

/* HTML5 Tag */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

/* Anchor  */
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: #24272c;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

a:hover {
  color: #2378b0; }

/*a:active, a:hover, a:focus { outline-width: 0; color: $brand-primary !important; }*/
a img {
  border: none;
  display: block;
  max-width: 100%;
  margin: auto; }

input:hover, label:hover, textarea:hover, select:hover, button:hover,
input:focus, label:focus, textarea:focus, select:focus, button:focus {
  outline: none; }

img {
  max-width: 100%; }

p {
  line-height: 1.7; }

/* Heading Style  */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
  margin: 0px;
  padding: 0px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 24px;
  color: #101010; }

h2 {
  font-size: 20px;
  color: #101010; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* Set Default Property */
mark {
  background-color: #ff0;
  color: #101010; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: inherit;
  font-size: 1em; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: normal; }

dfn {
  font-style: italic; }

/* Form Elements */
figure {
  margin: 1em 40px; }

select::-ms-expand {
  display: none; }

button, input, select, textarea {
  font: inherit;
  font-family: roboto-regular;
  display: block;
  margin: 0px; }

input[type=text]::-ms-clear {
  display: none; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

fieldset {
  border: 1px solid #c0c0c0; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0px; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

input:focus, button:focus {
  outline: none; }

/*Fonts family*/
@font-face {
  font-family: 'roboto-bold';
  font-weight: normal;
  src: url("../fonts/roboto-bold_1-webfont.eot");
  src: url("../fonts/roboto-bold_1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold_1-webfont.woff") format("woff"), url("../fonts/roboto-bold_1-webfont.ttf") format("truetype"), url("../fonts/roboto-bold_1-webfont.svg#robotobold") format("svg"); }

@font-face {
  font-family: 'roboto-light';
  font-weight: normal;
  src: url("../fonts/roboto-light_1-webfont.eot");
  src: url("../fonts/roboto-light_1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light_1-webfont.woff") format("woff"), url("../fonts/roboto-light_1-webfont.ttf") format("truetype"), url("../fonts/roboto-light_1-webfont.svg#robotolight") format("svg"); }

@font-face {
  font-family: 'roboto-medium';
  font-weight: normal;
  src: url("../fonts/roboto-medium_1-webfont.eot");
  src: url("../fonts/roboto-medium_1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium_1-webfont.woff") format("woff"), url("../fonts/roboto-medium_1-webfont.ttf") format("truetype"), url("../fonts/roboto-medium_1-webfont.svg#robotomedium") format("svg"); }

@font-face {
  font-family: 'roboto-regular';
  font-weight: normal;
  src: url("../fonts/roboto-regular_1-webfont.eot");
  src: url("../fonts/roboto-regular_1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular_1-webfont.woff") format("woff"), url("../fonts/roboto-regular_1-webfont.ttf") format("truetype"), url("../fonts/roboto-regular_1-webfont.svg#robotoregular") format("svg"); }

@font-face {
  font-family: 'roboto-thin';
  font-weight: normal;
  src: url("../fonts/roboto-thin_1-webfont.eot");
  src: url("../fonts/roboto-thin_1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-thin_1-webfont.woff") format("woff"), url("../fonts/roboto-thin_1-webfont.ttf") format("truetype"), url("../fonts/roboto-thin_1-webfont.svg#robotothin") format("svg"); }

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gogo-sar';
  src: url("../fonts/gogo_sar.eot"), url("../fonts/gogo_sar.woff2") format("woff2"), url("../fonts/gogo_sar.woff") format("woff"), url("../fonts/gogo_sar.ttf") format("truetype"); }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 13, 2019 */
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratmedium';
  src: url("../fonts/montserrat-medium-webfont.eot");
  src: url("../fonts/montserrat-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff"), url("../fonts/montserrat-medium-webfont.ttf") format("truetype"), url("../fonts/montserrat-medium-webfont.svg#montserratmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }

.GogoSar {
  font-family: "gogo-sar";
  margin-right: 2px;
  font-style: normal; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: solid 1px #e8e8e8;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.7);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border: solid 1px #2478AF;
  box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5); }

.sprite {
  background: url(../images/sprite.svg) no-repeat;
  line-height: 0px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.spritelogo {
  background: url(../images/spritelogo.png) no-repeat;
  line-height: 0px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.tringlebtm {
  width: 0px;
  height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #2e2e2e;
  position: absolute;
  left: 32px;
  bottom: -9px; }

.headershadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

/*For Clear*/
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.inputfield {
  position: relative; }
  .inputfield input[type="text"], .inputfield input[type="email"], .inputfield input[type="tel"], .inputfield input[type="number"] {
    background: white;
    -webkit-appearance: none;
    text-shadow: 0 0 0 #101010;
    border: solid 1px rgba(16, 16, 16, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-text-fill-color: transparent;
    padding: 0 30px 0 16px;
    font-size: 16px;
    height: 48px;
    width: 100%;
    box-shadow: none; }
    .inputfield input[type="text"]:hover, .inputfield input[type="text"]:focus, .inputfield input[type="email"]:hover, .inputfield input[type="email"]:focus, .inputfield input[type="tel"]:hover, .inputfield input[type="tel"]:focus, .inputfield input[type="number"]:hover, .inputfield input[type="number"]:focus {
      outline: none; }
    .inputfield input[type="text"]:focus ~ label, .inputfield input[type="email"]:focus ~ label, .inputfield input[type="tel"]:focus ~ label, .inputfield input[type="number"]:focus ~ label {
      color: #f13d17; }
  .inputfield label {
    color: rgba(16, 16, 16, 0.5);
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 12px;
    transition: 0.4s ease all; }
  .inputfield .error {
    position: absolute;
    top: -24px;
    right: 0px;
    font-size: 12px;
    color: #ff1e3c; }
  .inputfield label.active {
    top: -10px;
    width: auto;
    background: #ffffff;
    padding: 0 5px;
    opacity: 1;
    font-size: 12px; }
  .inputfield .number {
    z-index: 1;
    font-size: 16px;
    padding-right: 7px;
    position: absolute;
    left: 10px;
    top: 12px;
    color: rgba(16, 16, 16, 0.5); }
  .inputfield input:focus ~ .number, .inputfield label.active ~ .number {
    color: #101010;
    border-color: #101010; }
  .inputfield.mobilenumbar input[type="text"] {
    padding-left: 50px; }
  .inputfield.mobilenumbar label.active {
    padding: 0 5px; }
  .inputfield textarea {
    background: #ffffff;
    text-shadow: 0 0 0 #101010;
    border: solid 1px rgba(16, 16, 16, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-text-fill-color: transparent;
    padding: 10px 16px 0;
    resize: none;
    font-size: 16px;
    height: 90px;
    line-height: 20px;
    width: 100%;
    box-shadow: none; }
    .inputfield textarea:hover, .inputfield textarea:focus {
      outline: none; }
  .inputfield.errormessage input, .inputfield .errormessage textarea {
    border-color: rgba(255, 30, 60, 0.3); }
  .inputfield.smallInput input[type="text"], .inputfield.smallInput input[type="email"] {
    height: 40px; }
  .inputfield.smallInput label {
    top: 8px; }
  .inputfield.smallInput label.active {
    top: -10px; }
  .inputfield.smallInput.gs_ta:after {
    top: 18px; }
  .inputfield.smallInputtiny input[type="text"], .inputfield.smallInputtiny input[type="email"] {
    height: 28px;
    font-size: 14px;
    padding-left: 10px; }
  .inputfield.smallInputtiny:after {
    top: 13px; }

.red {
  background: #c02425; }

.green {
  background: #388E3C; }

.yellow {
  background: #fedf50; }

.darkyelow {
  background: #f2c34d; }

.orange {
  background: #eb7f3f; }

/* Link CSS*/
.link {
  font-size: 14px;
  font-family: roboto-medium;
  /*text-transform: none;*/
  color: #2378b0;
  padding: 11px 0px 10px;
  display: inline-block; }

.linkBlack {
  font-size: 14px;
  font-family: roboto-medium;
  display: inline-block;
  /*text-transform: uppercase;*/
  color: #101010;
  padding: 11px 0px 10px; }
  .linkBlack:hover {
    color: #101010 !important; }

.linkLargeText {
  font-size: 14px;
  font-family: roboto-medium;
  /*text-transform: uppercase;*/
  color: #2378b0;
  padding: 15px 0px 14px;
  display: inline-block; }

/*Select Box*/
.customSelect {
  position: relative; }
  .customSelect select {
    width: 100%;
    text-overflow: ellipsis;
    border: 1px solid rgba(16, 16, 16, 0.3);
    font-size: 14px;
    color: #101010;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 30px 0 10px;
    height: 48px; }
    .customSelect select:focus, .customSelect select:hover {
      outline: 0; }
  .customSelect.smallSelect select {
    height: 36px; }
  .customSelect.smallSelect:after {
    top: 14px; }
  .customSelect label {
    color: rgba(16, 16, 16, 0.5);
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    top: 12px;
    transition: 0.4s ease all; }
  .customSelect label.active {
    top: -10px;
    background: #ffffff;
    padding: 0 5px;
    opacity: 1;
    font-size: 12px; }
  .customSelect:after {
    width: 0px;
    pointer-events: none;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(16, 16, 16, 0.87);
    display: block;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 22px;
    content: ""; }

/*Facebook Share*/
.facebookShare {
  float: right;
  margin-top: 10px; }
  .facebookShare .shareBox {
    background: #ffffff;
    border: 1px solid #E3E3E3;
    cursor: pointer;
    width: 65px;
    height: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    color: #24272c;
    display: inline-block;
    vertical-align: top; }
    .facebookShare .shareBox span {
      width: 22px;
      background: #9B9B9B;
      height: 24px;
      display: inline-block;
      margin: -1px 6px 0 -1px;
      -webkit-border-radius: 2px 0 0 2px;
      -moz-border-radius: 2px 0 0 2px;
      -ms-border-radius: 2px 0 0 2px;
      -o-border-radius: 2px 0 0 2px;
      border-radius: 2px 0 0 2px;
      vertical-align: middle; }
      .facebookShare .shareBox span:before {
        color: #ffffff;
        font-size: 12px;
        margin-left: 7px;
        line-height: 24px;
        vertical-align: top; }
    .facebookShare .shareBox.numberBox {
      width: 48px;
      font-size: 12px;
      color: #24272c;
      margin-left: 7px;
      text-align: center;
      line-height: 22px;
      position: relative; }
      .facebookShare .shareBox.numberBox:after, .facebookShare .shareBox.numberBox:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none; }
      .facebookShare .shareBox.numberBox:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 5px;
        margin-top: -5px; }
      .facebookShare .shareBox.numberBox:before {
        border-color: rgba(227, 227, 227, 0);
        border-right-color: #E3E3E3;
        border-width: 6px;
        margin-top: -6px; }

main {
  padding: 15px 0 8px; }

.adHolderTop {
  background: #ffffff;
  padding: 0px 8px 5px;
  border-bottom: solid 1px rgba(16, 16, 16, 0.1);
  overflow: hidden;
  min-height: 123px; }
  .adHolderTop p {
    font-size: 10px;
    text-align: left;
    max-width: 970px;
    margin: 0 auto; }

.adHolder {
  height: auto; }
  .adHolder > div {
    width: 100%;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -ms-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -o-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    height: 250px; }
  .adHolder p {
    font-size: 10px;
    text-align: left;
    max-width: 300px;
    margin: 0 auto; }

.adHolderMidPage {
  margin: 0 auto 20px;
  max-width: 728px;
  overflow: hidden; }
  .adHolderMidPage p {
    font-size: 10px;
    text-align: left; }

.adHolderBottom {
  margin-bottom: 15px; }
  .adHolderBottom p {
    font-size: 10px;
    text-align: left; }

.adHolderMidPageLarge {
  margin: 0 auto 20px;
  max-width: 970px; }
  .adHolderMidPageLarge p {
    font-size: 10px;
    text-align: left;
    max-width: 970px; }
  .adHolderMidPageLarge > div {
    -webkit-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -ms-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -o-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5); }

.adHolderBottom {
  margin-bottom: 15px; }
  .adHolderBottom p {
    font-size: 10px;
    text-align: left; }
  .adHolderBottom > div {
    -webkit-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -ms-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -o-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5); }

.adHolderMidPageLarge {
  margin: 0 auto 20px;
  max-width: 970px; }
  .adHolderMidPageLarge p {
    font-size: 10px;
    text-align: left;
    max-width: 970px; }
  .adHolderMidPageLarge > div {
    -webkit-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -ms-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    -o-box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5);
    box-shadow: 0px 0px 1px rgba(16, 16, 16, 0.5); }

.sponsored {
  font-size: 12px;
  color: rgba(16, 16, 16, 0.5); }

.marginTop20 {
  margin-top: 12px; }

/*Multi Select*/
.multi-select {
  position: relative;
  max-width: 100%;
  width: 100%; }

.multi-select, .multi-select *, .multi-select *:before, .multi-select *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.multi-select_field, .multi-select_option {
  background: #ffffff;
  padding-left: 2px; }

.multi-select_field {
  font-size: 20px;
  color: rgba(16, 16, 16, 0.7);
  position: relative;
  padding: 4px 30px 0px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  cursor: pointer;
  font-family: 'robotobold';
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.multi-select_field:hover, .multi-select_field:focus {
  border: solid 1px #2478AF !important;
  box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5);
  outline: none; }

.multiphno .multi-select_field:hover, .multiphno .multi-select_field:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none; }

.multi-select_field:after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 13px;
  top: 17px;
  color: #7b7b7b; }

.multi-select_field.is-empty {
  color: rgba(16, 16, 16, 0.7); }

.multi-select_options {
  display: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  max-height: 170px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  color: rgba(16, 16, 16, 0.4); }

.is-active .multi-select_options {
  display: block; }

.multi-select_option {
  background: transparent;
  position: relative;
  z-index: 101;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  line-height: 0; }

.multi-select_option:focus {
  outline: none; }

.multi-select_option:hover {
  background: #f0f0f0; }

.multi-select_label {
  position: relative;
  vertical-align: 1px;
  cursor: pointer;
  width: 127px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4; }

.multi-select_checkbox {
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-right: 11px;
  z-index: 101;
  display: inline-block;
  height: 16px; }

input:checked.multi-select_checkbox:after {
  background: url(../images/box-checked.png) no-repeat;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute; }

input.multi-select_checkbox:before {
  background: url(../images/box.png) no-repeat;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute; }

.nopad {
  padding: 0 !important; }

/*========= Select box ========= */
.select-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border: solid 1px #e8e8e8; }

.select-wrapper:hover {
  border: solid 1px #2478AF !important;
  box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5); }

.select-wrapper:before {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 14px;
  top: 14px;
  color: #7b7b7b; }

.select-wrapper, .select-wrapper select {
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: rgba(90, 90, 90, 0.7);
  line-height: 35px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-align: left;
  font-family: 'roboto'; }

.select-wrapper .holder {
  display: block;
  margin: 0 40px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  *overflow: inherit;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: rgba(90, 90, 90, 0.7);
  font-family: 'roboto';
  font-size: 14px; }

.select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-appearance: none;
  left: 0px;
  vertical-align: middle;
  padding-left: 10px; }

/*Upload file custom for confirure pages*/
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto;
  position: relative; }

.custom-file-upload label {
  display: block;
  margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px; }

.file-upload-input {
  width: 278px !important;
  color: #fff;
  font-size: 16px;
  padding: 11px 17px;
  border: none;
  float: left;
  position: absolute;
  left: 232px !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 35px !important; }

.file-upload-input:hover, .file-upload-input:focus {
  border-bottom: solid 1px #e8e8e8 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: none !important;
  -webkit-transition: none !important; }

.fieldclose {
  content: '';
  background-position: -98px 2px;
  position: absolute;
  width: 15px;
  height: 14px;
  margin-left: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: -2px; }

.fieldclose:hover {
  opacity: 1; }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  border: none;
  float: left;
  position: absolute;
  width: 214px;
  left: 0;
  height: 35px;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 4px;
  font-size: 14px;
  color: rgba(90, 90, 90, 0.7);
  text-align: left;
  padding-left: 10px;
  border-radius: 4px;
  background: #ffffff;
  border: solid 1px #e8e8e8;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.file-upload-button:hover {
  border: solid 1px #2478AF;
  box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5);
  -webkit-box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5); }

.file-upload-button i {
  background-position: -81px -168px;
  width: 17px;
  height: 16px;
  bottom: 10px;
  position: absolute;
  right: 10px; }

.uploadvalueclose {
  background-position: -98px 2px;
  width: 15px;
  height: 14px;
  margin-left: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: -2px;
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 999; }

.uploadvalueclose:hover {
  opacity: 1; }

input::placeholder::placeholder {
  color: rgba(16, 16, 16, 0.4); }

.wrapperMax {
  max-width: 1600px;
  margin: auto;
  padding: 0 20px; }

.noverflow {
  overflow: hidden;
  padding-right: 15px; }

.selectnameno {
  width: 190px;
  height: 33px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }
  .selectnameno .multi-select_field {
    font-size: 14px;
    color: rgba(90, 90, 90, 0.7);
    font-family: 'roboto-regular';
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #e8e8e8;
    padding: 5px 30px 6px 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .selectnameno .multi-select_field.is-empty {
    color: rgba(16, 16, 16, 0.4) !important; }
  .selectnameno .multi-select_field:after {
    top: 14px; }

.autocomplete-suggestions {
  overflow-y: scroll; }

/*********common css start*********/
.tbl-header table {
  width: 100%;
  table-layout: fixed;
  top: 0;
  z-index: 100;
  border-top: 1px solid #e7e7e7 !important; }

.tbl-header .wrapperMax {
  padding: 0; }

.tbl-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 999; }
  .tbl-header.fixed .wrapperMax {
    padding: 0 20px; }

.daterangepicker .drp-buttons {
  text-align: center !important; }
  .daterangepicker .drp-buttons .drp-selected {
    display: none; }
  .daterangepicker .drp-buttons .btn {
    background: transparent;
    border: solid 1px #4C0055;
    font-size: 12px !important;
    color: #4C0055;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 30px !important;
    border-radius: 3px;
    text-shadow: none;
    margin: auto 10px;
    display: inline-block; }
    .daterangepicker .drp-buttons .btn:hover {
      background: #4C0055;
      color: #fff; }

table thead th .smalltitle2 + .filter_box {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important; }

.filter-toggle {
  cursor: pointer; }

.filterField select {
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: solid 1px #e8e8e8;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.7);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.filterField select:hover, .filterField select:focus {
  border: solid 1px #2478AF;
  box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5); }

/********************************/
#dealershipForm .filters, #dealerForm .filters, .tabBody .summary, .reposive .gs_ta_noresults, .reposive #exportToExcelLink, .reposive .filter-container, .reposive .filters, .reposive .summary {
  display: none; }

.reposive .pagination li.hidden {
  display: none !important; }

.reposive.new-design-gird-layout .filter-container, .reposive.new-design-gird-layout .filters {
  display: table-row; }

.reposive.new-design-gird-layout .summary {
  display: none; }

.reposive.new-design-gird-layout .filters {
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7; }

.reposive.new-design-gird-layout .filters td {
  position: relative; }

.reposive.new-design-gird-layout .filters td > * {
  position: absolute;
  bottom: 0;
  width: 100%; }

/*********common css end*********/
/*Drop Down List Css :Here*/
.filterdrop select {
  width: 100%;
  opacity: 0;
  height: 30px; }

.filterdrop .open > .dropdown-menu {
  display: block; }

.filterdrop span.multiselect-native-select {
  position: relative;
  width: 100%; }

.filterdrop span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px; }

.filterdrop optgroup {
  font-weight: 700; }

.filterdrop option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px; }

.filterdrop .btn-group, .filterdrop .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #e8e8e8;
  width: 100%;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.filterdrop .btn-group > .btn:first-child {
  margin-left: 0; }

.filterdrop .btn-group-vertical > .btn, .filterdrop .btn-group > .btn {
  width: 100%;
  text-align: left; }

.filterdrop .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.filterdrop .btn {
  display: inline-block;
  padding: 7px 12px 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 2px; }

.filterdrop .btn .caret {
  margin-left: 0; }

.filterdrop .caret {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 13px;
  top: 14px;
  color: #7b7b7b; }

.filterdrop .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.filterdrop .multiselect-container li.active a .checkmark {
  background-color: #f75d34;
  border-color: #f75d34; }

.filterdrop .multiselect-container li.active a .checkmark:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute; }

.filterdrop .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
  overflow-x: hidden;
  max-height: 145px; }

.filterdrop li.multiselect-item.multiselect-group label b {
  font-family: 'roboto-medium';
  line-height: 40px; }

.filterdrop .multiselect-container > li {
  padding: 0;
  margin-bottom: 1px;
  width: 100%; }

.filterdrop li.multiselect-item.multiselect-group.IVRlistblock {
  border-top: 1px solid #dddddd;
  margin-top: 6px; }

.filterdrop .dropdown-menu > li > a {
  display: block;
  padding: 0px 0px 0px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  outline: none;
  white-space: nowrap;
  position: relative; }

.filterdrop .multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 0px;
  height: 27px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px; }

.filterdrop label {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  margin-left: 16px;
  vertical-align: -1px; }

.filterdrop .multiselect-container > li > a > label {
  cursor: pointer;
  padding-left: 0;
  font-weight: normal;
  font-size: 12px;
  color: #010101;
  line-height: 20px;
  margin: 0;
  width: 100%;
  z-index: 1;
  position: relative; }

.filterdrop .multiselect-container > li > a > label > input {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  cursor: pointer; }

.filterdrop .multiselect-container > li > a > .checkmark {
  position: absolute;
  top: 9px;
  left: 13px;
  height: 16px;
  width: 16px;
  background-color: #f1f1f1;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #c1c1c1; }

.filterdrop label.checkbox {
  cursor: pointer !important;
  padding-left: 25px !important; }

.filterdrop .dropdown-menu > .active > a, .filterdrop .dropdown-menu > .active > a:focus, .filterdrop .dropdown-menu > .active > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0; }

.filterdrop .dropdown-menu > .active > a, .filterdrop .dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: #fff; }

.filterdrop .checkbox, .filterdrop .radio {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.filterdrop .btn-group.open .dropdown-toggle {
  box-shadow: none !important; }

.filterdrop .btn-group .dropdown-toggle:active, .filterdrop .btn-group.open .dropdown-toggle {
  outline: 0;
  box-shadow: none !important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 25px; }

.filterdrop .dropdown-menu > li > a:focus, .filterdrop .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.filterdrop .dropdown-menu > li > a > label:focus, .filterdrop .dropdown-menu > li > a > label:hover {
  cursor: default; }

.filterdrop .dropdown-menu > li.container > a:focus, .filterdrop .dropdown-menu > li.container > a:hover {
  background-color: #f5f5f5;
  cursor: pointer; }

.filterdrop span.multiselect-selected-text {
  width: 100%;
  display: inline-block;
  color: #5a5a5a;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
  line-height: 1.3; }

/*Drop Down List Css :End*/
/*Media Query*/
@media screen and (min-width: 768px) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 23px; }
  h3 {
    font-size: 23px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; }
  main {
    padding: 29px 0 18px; }
  .adHolderTop {
    min-height: 113px; }
  .adHolder {
    height: 270px; } }

@media screen and (min-width: 1024px) {
  main {
    padding: 36px 0 40px; } }

@media screen and (min-width: 1200px) {
  .defaultActive.ed_txt {
    padding-left: 15px; } }

.icon-user {
  width: 22px;
  height: 22px;
  background-position: -49px -9px; }

.icon-drop-arrow {
  width: 16px;
  height: 16px;
  background-position: -74px -4px; }

.icon-btn-arrow {
  width: 24px;
  height: 24px;
  background-position: -95px -4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.icon-link-arrow {
  width: 16px;
  height: 16px;
  background-position: -130px -8px; }

.icon-link-arrow-back {
  background-position: -379px -149px;
  width: 14px;
  height: 11px; }

.icon-info {
  width: 18px;
  height: 18px;
  background-position: -156px -9px; }

.icon-info-cross {
  width: 18px;
  height: 18px;
  background-position: -178px -4px; }

.icon-navarrow {
  width: 18px;
  height: 18px;
  background-position: -36px -76px; }

.icon-drop-arrow-fill {
  background-position: -10px -10px;
  width: 11px;
  height: 6px;
  vertical-align: middle; }

.icon-choose-file {
  background-position: -225px -9px;
  width: 16px;
  height: 16px; }

.icon-choose-file-red {
  background-position: -353px -150px;
  width: 16px;
  height: 16px; }

.icon-edit {
  background-position: -199px -10px;
  width: 16px;
  height: 16px; }
  .icon-edit:hover {
    cursor: pointer; }

.icon-edit-new {
  background-position: -318px -83px;
  width: 16px;
  height: 16px;
  cursor: pointer; }
  .icon-edit-new:hover {
    background-position: -230px -81px;
    width: 16px;
    height: 16px; }

.icon-close {
  background-position: -211px -81px;
  width: 8px;
  height: 8px; }

.close-icon {
  background-position: -190px -81px;
  width: 10px;
  height: 10px; }

.close-icon-grey {
  background-position: -367px -119px;
  width: 10px;
  height: 10px; }

.icon-lead {
  background-position: -250px -9px;
  width: 26px;
  height: 26px; }

.icon-branding {
  background-position: -285px -9px;
  width: 26px;
  height: 26px; }

.icon-website {
  background-position: -320px -9px;
  width: 26px;
  height: 26px; }

.icon-facebook {
  background-position: -356px -9px;
  width: 26px;
  height: 26px; }

.icon-facebook-page {
  background-position: -401px -10px;
  width: 26px;
  height: 26px; }

.icon-facebook-remarketing {
  background-position: -9px -45px;
  width: 31px;
  height: 26px; }

.icon-google-adwords {
  background-position: -50px -45px;
  width: 26px;
  height: 26px; }

.icon-adword-remarketing {
  background-position: -86px -45px;
  width: 31px;
  height: 26px; }

.icon-webCall-trackersite {
  background-position: -128px -45px;
  width: 26px;
  height: 26px; }

.icon-IVR {
  background-position: -163px -45px;
  width: 25px;
  height: 26px; }

.icon-inventory {
  background-position: -197px -45px;
  width: 26px;
  height: 26px; }

.icon-finance {
  background-position: -232px -45px;
  width: 19px;
  height: 26px; }

.icon-consumer-app {
  background-position: -260px -45px;
  width: 21px;
  height: 26px; }

.icon-email-blast {
  background-position: -290px -45px;
  width: 26px;
  height: 26px; }

.icon-sms-blast {
  background-position: -325px -45px;
  width: 26px;
  height: 26px; }

.icon-ctc {
  background-position: -360px -45px;
  width: 33px;
  height: 26px; }

.icon-lead-mini {
  background-position: -401px -44px;
  width: 16px;
  height: 15px; }

.icon-celender {
  background-position: -161px -81px;
  width: 19px;
  height: 19px; }

.icon-close-big {
  background-position: -85px -80px;
  width: 15px;
  height: 15px; }

.icon-upload {
  background-position: -110px -81px;
  width: 17px;
  height: 16px; }

.icon-product {
  background-position: -11px -110px;
  width: 93px;
  height: 61px; }

.icon-window-grey {
  background-position: -285px -81px;
  width: 21px;
  height: 21px; }
  .icon-window-grey:hover {
    background-position: -255px -81px;
    cursor: pointer; }

.icon-eye {
  background-position: -320px -150px;
  width: 24px;
  height: 15px; }
  .icon-eye:hover {
    background-position: -284px -150px;
    cursor: pointer; }

.icon-synchronise {
  background-position: -402px -173px;
  width: 15px;
  height: 18px;
  cursor: pointer; }
  .icon-synchronise:hover {
    background-position: -402px -150px;
    width: 15px;
    height: 18px; }

.icon-plus-drop {
  background-position: -345px -80px;
  width: 17px;
  height: 18px; }

.icon-minus-drop {
  background-position: -373px -80px;
  width: 17px;
  height: 18px; }

.icon-edit-table {
  background-position: -316px -81px;
  width: 20px;
  height: 19px; }

.icon-no-rules {
  background-position: -113px -111px;
  width: 93px;
  height: 61px; }

.icon-dropdown-top {
  background-position: -400px -81px;
  width: 11px;
  height: 7px; }

.icon-dropdown-bottom {
  background-position: -418px -94px;
  width: 11px;
  height: 7px; }

.icon-check-round {
  background-position: -212px -115px;
  width: 19px;
  height: 19px; }

.icon-round-big-white {
  background-position: -408px -118px;
  width: 17px;
  height: 17px; }

.icon-round-big {
  background-position: -291px -114px;
  width: 22px;
  height: 22px; }

.icon-round-little {
  background-position: -269px -119px;
  width: 12px;
  height: 12px; }

.icon-plus-fresh {
  background-position: -325px -118px;
  width: 14px;
  height: 14px; }

.icon-search {
  background-position: -257px -150px;
  width: 15px;
  height: 15px; }

.icon-tic {
  background-position: -10px -81px;
  width: 11px;
  height: 11px; }

.icon-gogomotor {
  background-position: 0 0;
  width: 16px;
  height: 16px; }

.icon-arrow-down {
  background-position: -40px -82px;
  width: 10px;
  height: 6px; }

.icon-arrow-up {
  background-position: -62px -82px;
  width: 10px;
  height: 6px; }

/* Elements */
/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, ::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gsc_container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left:$padding5*4;padding-right:$padding5*4;*/ }

.gsc_container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left:$padding5*4;padding-right:$padding5*4;*/ }

.gsc_container_hold {
  padding-left: 20px;
  padding-right: 20px; }

.gsc_row {
  /*margin-left: $margin0 - 10px;margin-right: $margin0 - 10px;*/ }

.gsc_col-xs-1, .gsc_col-sm-1, .gsc_col-md-1, .gsc_col-lg-1, .gsc_col-xs-2, .gsc_col-sm-2, .gsc_col-md-2, .gsc_col-lg-2, .gsc_col-xs-3, .gsc_col-sm-3, .gsc_col-md-3, .gsc_col-lg-3, .gsc_col-xs-4, .gsc_col-sm-4, .gsc_col-md-4, .gsc_col-lg-4, .gsc_col-xs-5, .gsc_col-sm-5, .gsc_col-md-5, .gsc_col-lg-5, .gsc_col-xs-6, .gsc_col-sm-6, .gsc_col-md-6, .gsc_col-lg-6, .gsc_col-xs-7, .gsc_col-sm-7, .gsc_col-md-7, .gsc_col-lg-7, .gsc_col-xs-8, .gsc_col-sm-8, .gsc_col-md-8, .gsc_col-lg-8, .gsc_col-xs-9, .gsc_col-sm-9, .gsc_col-md-9, .gsc_col-lg-9, .gsc_col-xs-10, .gsc_col-sm-10, .gsc_col-md-10, .gsc_col-lg-10, .gsc_col-xs-11, .gsc_col-sm-11, .gsc_col-md-11, .gsc_col-lg-11, .gsc_col-xs-12, .gsc_col-sm-12, .gsc_col-md-12, .gsc_col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left:$padding5*2;padding-right:$padding5*2;*/ }

.gsc_col-xs-1, .gsc_col-xs-2, .gsc_col-xs-3, .gsc_col-xs-4, .gsc_col-xs-5, .gsc_col-xs-6, .gsc_col-xs-7, .gsc_col-xs-8, .gsc_col-xs-9, .gsc_col-xs-10, .gsc_col-xs-11, .gsc_col-xs-12 {
  float: left; }

.gsc_col-xs-12 {
  width: 100%; }

.gsc_col-xs-11 {
  width: 91.66666667%; }

.gsc_col-xs-10 {
  width: 83.33333333%; }

.gsc_col-xs-9 {
  width: 75%; }

.gsc_col-xs-8 {
  width: 66.66666667%; }

.gsc_col-xs-7 {
  width: 58.33333333%; }

.gsc_col-xs-6 {
  width: 50%; }

.gsc_col-xs-5 {
  width: 41.66666667%; }

.gsc_col-xs-4 {
  width: 33.33333333%; }

.gsc_col-xs-3 {
  width: 25%; }

.gsc_col-xs-2 {
  width: 16.66666667%; }

.gsc_col-xs-1 {
  width: 8.33333333%; }

/*
.gsc_col-xs-pull-12{right:100%;}
.gsc_col-xs-pull-11{right:91.66666667%;}
.gsc_col-xs-pull-10{right:83.33333333%;}
.gsc_col-xs-pull-9{right:75%;}
.gsc_col-xs-pull-8{right:66.66666667%;}
.gsc_col-xs-pull-7{right:58.33333333%;}
.gsc_col-xs-pull-6{right:50%;}
.gsc_col-xs-pull-5{right:41.66666667%;}
.gsc_col-xs-pull-4{right:33.33333333%;}
.gsc_col-xs-pull-3{right:25%;}
.gsc_col-xs-pull-2{right:16.66666667%;}
.gsc_col-xs-pull-1{right:8.33333333%;}
.gsc_col-xs-pull-0{right:auto;}
.gsc_col-xs-push-12{left:100%;}
.gsc_col-xs-push-11{left:91.66666667%;}
.gsc_col-xs-push-10{left:83.33333333%;}
.gsc_col-xs-push-9{left:75%;}
.gsc_col-xs-push-8{left:66.66666667%;}
.gsc_col-xs-push-7{left:58.33333333%;}
.gsc_col-xs-push-6{left:50%;}
.gsc_col-xs-push-5{left:41.66666667%;}
.gsc_col-xs-push-4{left:33.33333333%;}
.gsc_col-xs-push-3{left:25%;}
.gsc_col-xs-push-2{left:16.66666667%;}
.gsc_col-xs-push-1{left:8.33333333%;}
.gsc_col-xs-push-0{left:auto;}
.gsc_col-xs-offset-12{margin-left:100%;}
.gsc_col-xs-offset-11{margin-left:91.66666667%;}
.gsc_col-xs-offset-10{margin-left:83.33333333%;}
.gsc_col-xs-offset-9{margin-left:75%;}
.gsc_col-xs-offset-8{margin-left:66.66666667%;}
.gsc_col-xs-offset-7{margin-left:58.33333333%;}
.gsc_col-xs-offset-6{margin-left:50%;}
.gsc_col-xs-offset-5{margin-left:41.66666667%;}
.gsc_col-xs-offset-4{margin-left:33.33333333%;}
.gsc_col-xs-offset-3{margin-left:25%;}
.gsc_col-xs-offset-2{margin-left:16.66666667%;}
.gsc_col-xs-offset-1{margin-left:8.33333333%;}
.gsc_col-xs-offset-0{margin-left:0%;}*/
@media only screen and (min-width: 768px) {
  .gsc_container_hold {
    padding: 0; }
  .gsc_col-sm-1, .gsc_col-sm-2, .gsc_col-sm-3, .gsc_col-sm-4, .gsc_col-sm-5, .gsc_col-sm-6, .gsc_col-sm-7, .gsc_col-sm-8, .gsc_col-sm-9, .gsc_col-sm-10, .gsc_col-sm-11, .gsc_col-sm-12 {
    float: left; }
  .gsc_col-sm-12 {
    width: 100%; }
  .gsc_col-sm-11 {
    width: 91.66666667%; }
  .gsc_col-sm-10 {
    width: 83.33333333%; }
  .gsc_col-sm-9 {
    width: 75%; }
  .gsc_col-sm-8 {
    width: 66.66666667%; }
  .gsc_col-sm-7 {
    width: 58.33333333%; }
  .gsc_col-sm-6 {
    width: 50%; }
  .gsc_col-sm-5 {
    width: 41.66666667%; }
  .gsc_col-sm-4 {
    width: 33.33333333%; }
  .gsc_col-sm-3 {
    width: 25%; }
  .gsc_col-sm-2 {
    width: 16.66666667%; }
  .gsc_col-sm-1 {
    width: 8.33333333%; }
  /*.gsc_col-sm-pull-12{right:100%;}
  .gsc_col-sm-pull-11{right:91.66666667%;}
  .gsc_col-sm-pull-10{right:83.33333333%;}
  .gsc_col-sm-pull-9{right:75%;}
  .gsc_col-sm-pull-8{right:66.66666667%;}
  .gsc_col-sm-pull-7{right:58.33333333%;}
  .gsc_col-sm-pull-6{right:50%;}
  .gsc_col-sm-pull-5{right:41.66666667%;}
  .gsc_col-sm-pull-4{right:33.33333333%;}
  .gsc_col-sm-pull-3{right:25%;}
  .gsc_col-sm-pull-2{right:16.66666667%;}
  .gsc_col-sm-pull-1{right:8.33333333%;}
  .gsc_col-sm-pull-0{right:auto;}
  .gsc_col-sm-push-12{left:100%;}
  .gsc_col-sm-push-11{left:91.66666667%;}
  .gsc_col-sm-push-10{left:83.33333333%;}
  .gsc_col-sm-push-9{left:75%;}
  .gsc_col-sm-push-8{left:66.66666667%;}
  .gsc_col-sm-push-7{left:58.33333333%;}
  .gsc_col-sm-push-6{left:50%;}
  .gsc_col-sm-push-5{left:41.66666667%;}
  .gsc_col-sm-push-4{left:33.33333333%;}
  .gsc_col-sm-push-3{left:25%;}
  .gsc_col-sm-push-2{left:16.66666667%;}
  .gsc_col-sm-push-1{left:8.33333333%;}
  .gsc_col-sm-push-0{left:auto;}
  .gsc_col-sm-offset-12{margin-left:100%;}
  .gsc_col-sm-offset-11{margin-left:91.66666667%;}
  .gsc_col-sm-offset-10{margin-left:83.33333333%;}
  .gsc_col-sm-offset-9{margin-left:75%;}
  .gsc_col-sm-offset-8{margin-left:66.66666667%;}
  .gsc_col-sm-offset-7{margin-left:58.33333333%;}
  .gsc_col-sm-offset-6{margin-left:50%;}
  .gsc_col-sm-offset-5{margin-left:41.66666667%;}
  .gsc_col-sm-offset-4{margin-left:33.33333333%;}
  .gsc_col-sm-offset-3{margin-left:25%;}
  .gsc_col-sm-offset-2{margin-left:16.66666667%;}
  .gsc_col-sm-offset-1{margin-left:8.33333333%;}
  .gsc_col-sm-offset-0{margin-left:0%;}*/ }

@media only screen and (min-width: 992px) {
  .gsc_col-md-1, .gsc_col-md-2, .gsc_col-md-3, .gsc_col-md-4, .gsc_col-md-5, .gsc_col-md-6, .gsc_col-md-7, .gsc_col-md-8, .gsc_col-md-9, .gsc_col-md-10, .gsc_col-md-11, .gsc_col-md-12 {
    float: left; }
  .gsc_col-md-12 {
    width: 100%; }
  .gsc_col-md-11 {
    width: 91.66666667%; }
  .gsc_col-md-10 {
    width: 83.33333333%; }
  .gsc_col-md-9 {
    width: 75%; }
  .gsc_col-md-8 {
    width: 66.66666667%; }
  .gsc_col-md-7 {
    width: 58.33333333%; }
  .gsc_col-md-6 {
    width: 50%; }
  .gsc_col-md-5 {
    width: 41.66666667%; }
  .gsc_col-md-4 {
    width: 33.33333333%; }
  .gsc_col-md-3 {
    width: 25%; }
  .gsc_col-md-2 {
    width: 16.66666667%; }
  .gsc_col-md-1 {
    width: 8.33333333%; }
  /*.gsc_col-md-pull-12{right:100%;}
  .gsc_col-md-pull-11{right:91.66666667%;}
  .gsc_col-md-pull-10{right:83.33333333%;}
  .gsc_col-md-pull-9{right:75%;}
  .gsc_col-md-pull-8{right:66.66666667%;}
  .gsc_col-md-pull-7{right:58.33333333%;}
  .gsc_col-md-pull-6{right:50%;}
  .gsc_col-md-pull-5{right:41.66666667%;}
  .gsc_col-md-pull-4{right:33.33333333%;}
  .gsc_col-md-pull-3{right:25%;}
  .gsc_col-md-pull-2{right:16.66666667%;}
  .gsc_col-md-pull-1{right:8.33333333%;}
  .gsc_col-md-pull-0{right:auto;}
  .gsc_col-md-push-12{left:100%;}
  .gsc_col-md-push-11{left:91.66666667%;}
  .gsc_col-md-push-10{left:83.33333333%;}
  .gsc_col-md-push-9{left:75%;}
  .gsc_col-md-push-8{left:66.66666667%;}
  .gsc_col-md-push-7{left:58.33333333%;}
  .gsc_col-md-push-6{left:50%;}
  .gsc_col-md-push-5{left:41.66666667%;}
  .gsc_col-md-push-4{left:33.33333333%;}
  .gsc_col-md-push-3{left:25%;}
  .gsc_col-md-push-2{left:16.66666667%;}
  .gsc_col-md-push-1{left:8.33333333%;}
  .gsc_col-md-push-0{left:auto;}
  .gsc_col-md-offset-12{margin-left:100%;}
  .gsc_col-md-offset-11{margin-left:91.66666667%;}
  .gsc_col-md-offset-10{margin-left:83.33333333%;}
  .gsc_col-md-offset-9{margin-left:75%;}
  .gsc_col-md-offset-8{margin-left:66.66666667%;}
  .gsc_col-md-offset-7{margin-left:58.33333333%;}
  .gsc_col-md-offset-6{margin-left:50%;}
  .gsc_col-md-offset-5{margin-left:41.66666667%;}
  .gsc_col-md-offset-4{margin-left:33.33333333%;}
  .gsc_col-md-offset-3{margin-left:25%;}
  .gsc_col-md-offset-2{margin-left:16.66666667%;}
  .gsc_col-md-offset-1{margin-left:8.33333333%;}
  .gsc_col-md-offset-0{margin-left:0%;}*/ }

@media only screen and (min-width: 1200px) {
  .gsc_col-lg-1, .gsc_col-lg-2, .gsc_col-lg-3, .gsc_col-lg-4, .gsc_col-lg-5, .gsc_col-lg-6, .gsc_col-lg-7, .gsc_col-lg-8, .gsc_col-lg-9, .gsc_col-lg-10, .gsc_col-lg-11, .gsc_col-lg-12 {
    float: left; }
  .gsc_col-lg-12 {
    width: 100%; }
  .gsc_col-lg-11 {
    width: 91.66666667%; }
  .gsc_col-lg-10 {
    width: 83.33333333%; }
  .gsc_col-lg-9 {
    width: 75%; }
  .gsc_col-lg-8 {
    width: 66.66666667%; }
  .gsc_col-lg-7 {
    width: 58.33333333%; }
  .gsc_col-lg-6 {
    width: 50%; }
  .gsc_col-lg-5 {
    width: 41.66666667%; }
  .gsc_col-lg-4 {
    width: 33.33333333%; }
  .gsc_col-lg-3 {
    width: 25%; }
  .gsc_col-lg-2 {
    width: 16.66666667%; }
  .gsc_col-lg-1 {
    width: 8.33333333%; }
  /*.gsc_col-lg-pull-12{right:100%;}
  .gsc_col-lg-pull-11{right:91.66666667%;}
  .gsc_col-lg-pull-10{right:83.33333333%;}
  .gsc_col-lg-pull-9{right:75%;}
  .gsc_col-lg-pull-8{right:66.66666667%;}
  .gsc_col-lg-pull-7{right:58.33333333%;}
  .gsc_col-lg-pull-6{right:50%;}
  .gsc_col-lg-pull-5{right:41.66666667%;}
  .gsc_col-lg-pull-4{right:33.33333333%;}
  .gsc_col-lg-pull-3{right:25%;}
  .gsc_col-lg-pull-2{right:16.66666667%;}
  .gsc_col-lg-pull-1{right:8.33333333%;}
  .gsc_col-lg-pull-0{right:auto;}
  .gsc_col-lg-push-12{left:100%;}
  .gsc_col-lg-push-11{left:91.66666667%;}
  .gsc_col-lg-push-10{left:83.33333333%;}
  .gsc_col-lg-push-9{left:75%;}
  .gsc_col-lg-push-8{left:66.66666667%;}
  .gsc_col-lg-push-7{left:58.33333333%;}
  .gsc_col-lg-push-6{left:50%;}
  .gsc_col-lg-push-5{left:41.66666667%;}
  .gsc_col-lg-push-4{left:33.33333333%;}
  .gsc_col-lg-push-3{left:25%;}
  .gsc_col-lg-push-2{left:16.66666667%;}
  .gsc_col-lg-push-1{left:8.33333333%;}
  .gsc_col-lg-push-0{left:auto;}
  .gsc_col-lg-offset-12{margin-left:100%;}
  .gsc_col-lg-offset-11{margin-left:91.66666667%;}
  .gsc_col-lg-offset-10{margin-left:83.33333333%;}
  .gsc_col-lg-offset-9{margin-left:75%;}
  .gsc_col-lg-offset-8{margin-left:66.66666667%;}
  .gsc_col-lg-offset-7{margin-left:58.33333333%;}
  .gsc_col-lg-offset-6{margin-left:50%;}
  .gsc_col-lg-offset-5{margin-left:41.66666667%;}
  .gsc_col-lg-offset-4{margin-left:33.33333333%;}
  .gsc_col-lg-offset-3{margin-left:25%;}
  .gsc_col-lg-offset-2{margin-left:16.66666667%;}
  .gsc_col-lg-offset-1{margin-left:8.33333333%;}
  .gsc_col-lg-offset-0{margin-left:0%;}*/ }

.clearfix:before, .clearfix:after, .gsc_container:before, .gsc_container:after, .gsc_container-fluid:before, .gsc_container-fluid:after, .gsc_row:before, .gsc_row:after {
  content: " ";
  display: table; }

.clearfix:after, .gsc_container:after, .gsc_container-fluid:after, .gsc_row:after {
  clear: both; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in grid */
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .gsc_container {
    max-width: 98%; }
  .gsc_container {
    padding-left: 10px;
    padding-right: 10px; }
  .gsc_container-fluid {
    padding-left: 10px;
    padding-right: 10px; }
  .gsc_row {
    margin-left: -10px;
    margin-right: -10px; }
  .gsc_col-xs-1, .gsc_col-sm-1, .gsc_col-md-1, .gsc_col-lg-1, .gsc_col-xs-2, .gsc_col-sm-2, .gsc_col-md-2, .gsc_col-lg-2, .gsc_col-xs-3, .gsc_col-sm-3, .gsc_col-md-3, .gsc_col-lg-3, .gsc_col-xs-4, .gsc_col-sm-4, .gsc_col-md-4, .gsc_col-lg-4, .gsc_col-xs-5, .gsc_col-sm-5, .gsc_col-md-5, .gsc_col-lg-5, .gsc_col-xs-6, .gsc_col-sm-6, .gsc_col-md-6, .gsc_col-lg-6, .gsc_col-xs-7, .gsc_col-sm-7, .gsc_col-md-7, .gsc_col-lg-7, .gsc_col-xs-8, .gsc_col-sm-8, .gsc_col-md-8, .gsc_col-lg-8, .gsc_col-xs-9, .gsc_col-sm-9, .gsc_col-md-9, .gsc_col-lg-9, .gsc_col-xs-10, .gsc_col-sm-10, .gsc_col-md-10, .gsc_col-lg-10, .gsc_col-xs-11, .gsc_col-sm-11, .gsc_col-md-11, .gsc_col-lg-11, .gsc_col-xs-12, .gsc_col-sm-12, .gsc_col-md-12, .gsc_col-lg-12 {
    padding-left: 10px;
    padding-right: 10px; } }

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .gsc_container {
    max-width: 98%; } }

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .gsc_container {
    width: 98%;
    max-width: 1280px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  40% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  60% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

a:focus, a:hover {
  text-decoration: none !important; }

header {
  height: 50px;
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: solid 1px #eaeaea; }
  header .logo {
    padding-top: 7px;
    display: inline-block; }
  header .toprightwrap {
    /* padding-right: 15px; */
    cursor: pointer; }
    header .toprightwrap .dealername {
      display: inline-block; }
    header .toprightwrap .input-field {
      float: left;
      width: 175px;
      margin-right: 25px; }
      header .toprightwrap .input-field:last-child {
        margin-right: 0px; }
    header .toprightwrap .topright {
      display: inline-block;
      margin-right: 0px;
      padding-top: 10px;
      vertical-align: top;
      position: relative; }
      header .toprightwrap .topright .usernam {
        font-size: 14px;
        color: #5a5a5a;
        display: block;
        margin-top: 4px; }
        header .toprightwrap .topright .usernam .icon-user {
          margin-right: 10px; }
        header .toprightwrap .topright .usernam .icon-drop-arrow {
          margin-left: 10px; }
      header .toprightwrap .topright .dellocat {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        display: block; }
    header .toprightwrap .logfeat {
      width: 10px;
      height: 10px;
      display: inline-block;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      header .toprightwrap .logfeat i {
        width: 9px;
        height: 6px;
        background-position: 0 0;
        position: absolute;
        top: 28px;
        left: 0; }
    header .toprightwrap .logindropdown {
      width: 210px;
      background: #ffffff;
      position: absolute;
      margin-top: 0px;
      border: 1px solid #e6e6e6;
      right: 4px;
      z-index: 9950;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      border-radius: 3px;
      display: none;
      top: 49px; }
      header .toprightwrap .logindropdown .dropdown_list {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease; }
        header .toprightwrap .logindropdown .dropdown_list li a {
          font-size: 14px;
          clear: both;
          font-weight: 400;
          line-height: 1.2;
          color: #5a5a5a;
          white-space: nowrap;
          display: inline-block;
          width: 100%;
          padding: 10px 15px 10px 15px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box; }
        header .toprightwrap .logindropdown .dropdown_list li:hover {
          background-color: #f3f3f3; }
        header .toprightwrap .logindropdown .dropdown_list .divider {
          height: 1px;
          margin: 9px 0;
          overflow: hidden;
          background-color: #e6e6e6;
          padding: 0;
          width: 100%; }
      header .toprightwrap .logindropdown .dropdown_list:before,
      header .toprightwrap .logindropdown .dropdown_list:after {
        position: absolute;
        content: "";
        display: inline-block; }
      header .toprightwrap .logindropdown .dropdown_list:before {
        top: -9px;
        right: 29px;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e6e6e6;
        border-left: 8px solid transparent; }
      header .toprightwrap .logindropdown .dropdown_list:after {
        top: -7px;
        right: 30px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ffffff; }
  header.notFixed {
    position: relative;
    top: 0; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

nav {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 50; }
  nav .wrapperMax > ul > li:first-child a {
    padding-left: 0; }
  nav .wrapperMax > ul li {
    display: inline-block;
    position: relative; }
    nav .wrapperMax > ul li a {
      font-size: 14px;
      color: #101010;
      font-weight: 500;
      padding: 9px 20px;
      display: inline-block; }
    nav .wrapperMax > ul li ul {
      width: auto;
      position: absolute;
      background: #ffffff;
      width: 173px;
      -webkit-box-shadow: 0 2px 3px rgba(16, 16, 16, 0.1);
      -moz-box-shadow: 0 2px 3px rgba(16, 16, 16, 0.1);
      -ms-box-shadow: 0 2px 3px rgba(16, 16, 16, 0.1);
      -o-box-shadow: 0 2px 3px rgba(16, 16, 16, 0.1);
      box-shadow: 0 2px 3px rgba(16, 16, 16, 0.1);
      display: none; }
    nav .wrapperMax > ul li:hover a {
      color: #4C0055; }
    nav .wrapperMax > ul li:hover i {
      background-position: -58px -76px; }
    nav .wrapperMax > ul li:hover > ul {
      display: block; }
    nav .wrapperMax > ul li > ul > li {
      width: 100%;
      border-top: solid 1px #eaeaea; }
      nav .wrapperMax > ul li > ul > li a {
        display: block;
        color: rgba(16, 16, 16, 0.7) !important;
        padding: 13px 25px 13px 20px; }
        nav .wrapperMax > ul li > ul > li a i {
          float: right;
          transform: rotate(-90deg);
          margin-top: 2px;
          background-position: -36px -76px !important;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -9px; }
      nav .wrapperMax > ul li > ul > li > ul {
        top: -1px;
        right: -173px; }
        nav .wrapperMax > ul li > ul > li > ul li a {
          background: #fff !important;
          color: rgba(16, 16, 16, 0.7) !important; }
        nav .wrapperMax > ul li > ul > li > ul li:hover a {
          background: #fff7f5 !important; }
      nav .wrapperMax > ul li > ul > li:hover a {
        background: #fff7f5;
        color: #101010 !important; }
  nav.notFixed {
    position: relative;
    top: 0; }

@media screen and (max-width: 1500px) {
  nav .wrapperMax > ul li a {
    padding: 9px 13px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.tab {
  width: 100%; }
  .tab .tabHead {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    background: #ffffff; }
    .tab .tabHead a {
      float: left;
      line-height: 1.3;
      display: inline-block;
      text-align: center;
      font-size: 14px;
      font-family: roboto-regular;
      background: #eee;
      padding: 10px 19px;
      /* color:$black-opacity-70; */
      color: rgba(16, 16, 16, 0.7);
      border-bottom: solid 1px #e0dcdc;
      border-right: solid 1px #e0dcdc;
      border-top: solid 1px #eee;
      font-family: roboto-bold; }
      .tab .tabHead a.active {
        color: #101010;
        background: #ffffff;
        border-bottom: solid 1px transparent;
        border-top: solid 1px #eee; }
      .tab .tabHead a:first-child {
        border-left: none; }
      .tab .tabHead a:last-child {
        border-right: none; }
    .tab .tabHead.uppercase a {
      text-transform: uppercase; }
    .tab .tabHead.one a {
      width: 100%; }
    .tab .tabHead.two a {
      width: 50%; }
    .tab .tabHead.three a {
      width: 33.333333333%; }
    .tab .tabHead.four a {
      width: 25%; }
  .tab .tabBody {
    background: #ffffff; }
    .tab .tabBody > div {
      display: none; }
    .tab .tabBody .open {
      display: block; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.centraldrop {
  vertical-align: top;
  margin-right: 30px;
  display: inline-block;
  margin-top: 7px; }

.centraldrop select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.centraldrop select[data-mtl-select] {
  display: none; }

.centraldrop select[data-mtl-select]:focus {
  outline: 1px solid #c9f3ef; }

.centraldrop select[data-mtl-select]:disabled {
  color: rgba(0, 0, 0, 0.3); }

.centraldrop ul.dropdown-content {
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 34px !important;
  width: auto;
  min-width: 100%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 999; }

.centraldrop .select-dropdown li.disabled {
  display: none; }

/*.centraldrop ul.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  list-style-type: none;
}*/
.centraldrop ul.dropdown-content li:hover {
  background-color: #f3f3f3; }

.centraldrop ul.dropdown-content li > span {
  padding: 0;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 37px;
  height: 37px;
  padding-left: 10px; }

.centraldrop .select-wrapper, .centraldrop .input-field {
  position: relative; }

.centraldrop .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0 0 0 0;
  padding: 2px 21px 6px 10px;
  display: block;
  height: 34px; }

.centraldrop .input-field .select-wrapper span.caret {
  color: initial;
  position: absolute;
  display: none;
  right: 0;
  top: 16px;
  font-size: 10px; }

.centraldrop .input-field .select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem; }

.centraldrop select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.centraldrop .input-field .select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.centraldrop .select-dropdown li.disabled,
.centraldrop .select-dropdown li.disabled > span,
.centraldrop .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.centraldrop .select-dropdown li.optgroup {
  border-top: 1px solid #eee; }

.centraldrop .select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4); }

.centraldrop .select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem; }

.centraldrop [type="checkbox"]:not(:checked),
.centraldrop [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.centraldrop [type="checkbox"] {
  /* checkbox aspect */ }

.centraldrop [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.centraldrop [type="checkbox"] + label:before,
.centraldrop [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s; }

.centraldrop [type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.centraldrop [type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

.centraldrop [type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.centraldrop [type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
.centraldrop [type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.centraldrop [type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.centraldrop [type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

.centraldrop [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

.centraldrop [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

.centraldrop [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

@media screen and (min-width: 1360px) {
  /*.centraldrop{width: 200px;}*/ }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.button {
  background: #f13d17;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  max-width: 320px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative; }
  .button i {
    margin-left: 8px; }
  .button:hover {
    background: #e53410;
    color: #ffffff !important; }
    .button:hover i {
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite; }

.primaryButton {
  background: #ffffff;
  color: #4C0055;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 36px;
  height: 40px;
  width: 100%;
  border: solid 1px #4C0055;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  max-width: 245px;
  /*text-transform:$text-transform-uppercase;*/
  margin-bottom: 10px;
  transition: 0.4s ease all;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.smallButton {
  height: 40px;
  line-height: 40px;
  font-size: 14px; }

.secondaryButton {
  background: #ffffff;
  color: #5a5a5a;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 33px;
  height: 33px;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  max-width: 150px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: solid 1px #e8e8e8;
  border-radius: 4px; }
  .secondaryButton:hover {
    background: #f13d17;
    color: #ffffff; }

.secondaryButtonLarge {
  background: #EFF3F6;
  color: #2378b0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 48px;
  height: 48px;
  width: 100%;
  border: solid 1px rgba(16, 16, 16, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  text-transform: capitalize; }
  .secondaryButtonLarge:hover {
    color: #2378b0 !important; }

.btndisabled {
  background: rgba(16, 16, 16, 0.3);
  color: #ffffff;
  cursor: no-drop; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  40% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  60% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.field {
  margin-top: 23px; }
  .field .title {
    margin-bottom: 5px;
    color: #101010; }
  .field input, .field select, .field textarea {
    /* border: solid 1px #cdd3d9!important; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* border-color:$greysixteen;  */ }
    .field input::-webkit-input-placeholder, .field select::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #5a5a5a; }
    .field input::-moz-placeholder, .field select::-moz-placeholder, .field textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #5a5a5a; }
    .field input:-ms-input-placeholder, .field select:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #5a5a5a; }
    .field input:-moz-placeholder, .field select:-moz-placeholder, .field textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #5a5a5a; }
  .field.autoComplete input {
    padding-right: 27px;
    color: #495057; }
  .field.autoComplete:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 20px;
    bottom: 14px;
    color: rgba(16, 16, 16, 0.5); }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.gs_control {
  display: inline-block;
  position: relative;
  padding: 0 11px 0 20px;
  cursor: pointer;
  font-size: 14px;
  color: #101010;
  height: 20px;
  margin-top: 6px;
  vertical-align: middle; }
  .gs_control span {
    font-size: 14px;
    /* color: $black-opacity-50; */
    color: #5a5a5a; }
    .gs_control span.title {
      padding-left: 7px;
      /* color:$black-opacity-50; */
      color: #5a5a5a; }
  .gs_control input {
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0); }
    .gs_control input:focus ~ .gs_control__indicato {
      background: #7c7c7c; }
    .gs_control input:checked ~ .gs_control__indicator {
      background: #f13d17;
      border-color: #f13d17; }
    .gs_control input:checked:focus ~ .gs_control__indicator {
      background: #f13d17; }
    .gs_control input:disabled ~ .gs_control__indicator {
      background: #EFF3F6;
      opacity: 0.6;
      filter: alpha(opacity=60);
      pointer-events: none; }
    .gs_control input:checked ~ .gs_control__indicator:after {
      display: block; }
  .gs_control .gs_radio input:checked ~ .gs_control__indicator {
    background: #ffffff; }
  .gs_control.gs_radio input:checked ~ .gs_control__indicator {
    background: #ffffff;
    border: solid 6px #f13d17; }
  .gs_control .gs_radio input ~ .gs_control__indicator ~ i {
    font-style: normal; }
  .gs_control .gs_radio input:checked ~ .gs_control__indicator ~ i {
    color: #f13d17;
    font-style: normal;
    cursor: pointer; }
    .gs_control .gs_radio input:checked ~ .gs_control__indicator ~ i .gs_control__indicator.active {
      border-color: #f13d17; }
      .gs_control .gs_radio input:checked ~ .gs_control__indicator ~ i .gs_control__indicator.active:after {
        display: block; }

.gs_control__indicator {
  position: absolute;
  top: 1px;
  left: 0px;
  height: 18px;
  width: 18px;
  background: #EFF3F6;
  border: solid 1px rgba(16, 16, 16, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: default;
  -moz-transition: default;
  -ms-transition: default;
  -o-transition: default;
  transition: default; }
  .gs_control__indicator:after {
    content: '';
    position: absolute;
    display: none; }

.gs_checkbox .gs_control__indicator:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.gs_checkbox input:disabled ~ .gs_control__indicator:after {
  border-color: #EFF3F6; }

.gs_radio .gs_control__indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 2px; }

.gs_radio input:disabled ~ .gs_control__indicator:after {
  background: #EFF3F6; }

.gs_radio input:checked + .title {
  color: #5a5a5a !important; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.anchorLink {
  display: inline-block;
  line-height: 1;
  color: #4C0055;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px; }
  .anchorLink i {
    margin-left: 11px; }
  .anchorLink:hover {
    text-decoration: underline !important;
    color: #4C0055; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.mainSearchForm {
  /* height:640px; */
  background: #ffffff;
  width: 50%;
  float: left;
  -webkit-box-shadow: 0px 0px 30px rgba(16, 16, 16, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(16, 16, 16, 0.1);
  -ms-box-shadow: 0px 0px 30px rgba(16, 16, 16, 0.1);
  -o-box-shadow: 0px 0px 30px rgba(16, 16, 16, 0.1);
  box-shadow: 0px 0px 30px rgba(16, 16, 16, 0.1);
  position: relative;
  padding-bottom: 29px; }
  .mainSearchForm .searchHeader {
    text-align: center;
    font-size: 24px;
    font-family: roboto-medium;
    padding: 13px 0;
    color: #101010;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f6fa));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f6fa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f4f6fa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f4f6fa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 ); }
  .mainSearchForm .tab .tabHead {
    padding-bottom: 10px; }
    .mainSearchForm .tab .tabHead a {
      padding: 13px 19px; }
  .mainSearchForm .tab .tabBody {
    padding: 0 30px; }
    .mainSearchForm .tab .tabBody .advanceSearchBoxWpr .tabHead {
      padding-bottom: 0; }
      .mainSearchForm .tab .tabBody .advanceSearchBoxWpr .tabHead .advanceSearchLink {
        color: #f13d17;
        letter-spacing: 0.5px;
        display: inline-block;
        margin-top: 28px;
        padding: 0;
        width: auto;
        background: none;
        border: none;
        font-family: roboto-regular;
        line-height: 1; }
        .mainSearchForm .tab .tabBody .advanceSearchBoxWpr .tabHead .advanceSearchLink:after {
          content: '';
          width: 5px;
          height: 5px;
          border-left: solid 5px transparent;
          border-right: solid 5px transparent;
          display: inline-block;
          border-top: solid 6px #f13d17;
          margin-left: 10px;
          vertical-align: 1px; }
        .mainSearchForm .tab .tabBody .advanceSearchBoxWpr .tabHead .advanceSearchLink.active:after {
          transform: rotate(180deg); }
    .mainSearchForm .tab .tabBody .advanceSearchBoxWpr .tabBody {
      padding: 0; }
    .mainSearchForm .tab .tabBody .btngroup {
      text-align: center;
      margin-top: 38px; }
      .mainSearchForm .tab .tabBody .btngroup .button {
        width: 250px;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 3px;
        font-family: roboto-medium;
        letter-spacing: 0.9px; }

@media screen and (min-width: 1015px) {
  .mainSearchForm {
    width: 570px;
    min-height: 629px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.autocomplete-suggestions {
  list-style: none;
  padding: 0px 0px;
  border-left: 1px solid rgba(16, 16, 16, 0.1);
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  border-right: 1px solid rgba(16, 16, 16, 0.1);
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 16, 16, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(16, 16, 16, 0.15);
  -ms-box-shadow: 0px 1px 3px rgba(16, 16, 16, 0.15);
  -o-box-shadow: 0px 1px 3px rgba(16, 16, 16, 0.15);
  box-shadow: 0px 1px 3px rgba(16, 16, 16, 0.15);
  z-index: 999; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 0;
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: #101010;
    line-height: 1.5;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      font-weight: normal;
      color: #2378b0; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background: #f3f3f3; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

footer {
  width: 100%;
  padding: 15px 0;
  border-top: solid 1px rgba(16, 16, 16, 0.1);
  text-align: center;
  background: #EFF3F6; }
  footer p {
    font-size: 12px; }
    footer p a {
      color: #101010B3; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*************popup scss******************/
.popupbg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none; }

.popupwrap {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  min-height: inherit !important;
  width: 580px;
  display: none;
  z-index: 9999; }
  .popupwrap .close {
    position: absolute;
    top: -24px;
    right: -26px;
    padding: 0px 5px;
    cursor: pointer; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.pagination {
  margin: 15px 0 7px 0; }
  .pagination a {
    text-transform: uppercase;
    color: rgba(0, 0, 2, 0.5);
    font-size: 14px; }
    .pagination a.selected {
      color: #000002; }
  .pagination ul {
    display: inline-block;
    margin: 0; }
    .pagination ul li {
      display: inline-block !important;
      margin-right: 5px;
      padding-right: 0 !important; }
      .pagination ul li a {
        background: #ebe9dd;
        border-radius: 2px;
        color: #000000;
        padding: 4px 10px;
        display: inline-block;
        border: solid 1px transparent; }
        .pagination ul li a:hover {
          background: #ffffff;
          border-color: #2378b0; }
      .pagination ul li .selected {
        background: #ffffff;
        border-color: #2378b0; }
      .pagination ul li.previous a {
        color: rgba(0, 0, 2, 0.5);
        background: transparent;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-right: 5px; }
        .pagination ul li.previous a:hover {
          border: none;
          color: #2378b0; }
      .pagination ul li.next a {
        color: rgba(0, 0, 2, 0.5);
        background: transparent;
        border: none; }
        .pagination ul li.next a:hover {
          border: none;
          color: #2378b0; }
      .pagination ul li.selected a {
        background: #ffffff;
        border-color: #2378b0; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***********reposive table scss************/
.reposive {
  overflow-x: auto;
  width: 100%; }
  .reposive table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-top: none; }
    .reposive table thead tr {
      background-color: #f8f9fb; }
      .reposive table thead tr th {
        color: #010101;
        position: relative;
        padding: 16px 14px 18px 14px;
        text-align: left;
        font-weight: normal;
        font-family: roboto-medium; }
        .reposive table thead tr th:first-child {
          text-align: left;
          /* cursor:pointer;*/ }
    .reposive table tbody tr {
      word-break: break-word;
      overflow-wrap: anywhere; }
      .reposive table tbody tr:nth-child(odd) {
        background-color: #ffffff; }
      .reposive table tbody tr:nth-child(even) {
        background-color: #f8f9fb; }
      .reposive table tbody tr:hover td .table_hover {
        display: block;
        padding-right: 16px; }
      .reposive table tbody tr:hover .last_hvr {
        border-left: 1px solid #ebedf0; }
      .reposive table tbody tr td {
        border-right: 1px dashed #cbcbc3;
        color: #5a5a5a;
        text-align: left;
        padding: 10px 13px 13px;
        font-size: 14px;
        position: relative;
        letter-spacing: 0.4px;
        word-break: break-word;
        overflow-wrap: anywhere; }
        .reposive table tbody tr td:first-child {
          text-align: left;
          font-family: roboto-medium; }
        .reposive table tbody tr td span {
          font-size: 12px;
          color: rgba(0, 0, 0, 0.4);
          display: block;
          font-weight: normal;
          line-height: 1.5;
          font-family: roboto-medium; }
        .reposive table tbody tr td .table_hover {
          position: absolute;
          background: linear-gradient(to right, rgba(235, 237, 240, 0) 0%, #ebedf0 20%, #ebedf0 100%);
          top: 0px;
          right: 0;
          bottom: 0;
          height: 100%;
          padding: 0;
          display: none;
          text-align: right;
          width: 500px; }
          .reposive table tbody tr td .table_hover .dealer_btn {
            height: 28px;
            border-radius: 2px;
            background-color: #ebedf0;
            border: 1px solid #4C0055;
            font-size: 12px;
            letter-spacing: 0px;
            color: #4C0055;
            font-family: roboto-medium;
            padding: 3px 16px;
            margin: -20px 14px 0 0;
            display: inline-block;
            opacity: 0.7;
            position: relative;
            top: 50%;
            left: 0px;
            vertical-align: middle;
            line-height: 1.5; }
            .reposive table tbody tr td .table_hover .dealer_btn:hover {
              color: #ffffff;
              border: 1px solid #4C0055;
              background-color: #4C0055;
              opacity: 1; }
          .reposive table tbody tr td .table_hover .btnpack {
            left: 0px; }
        .reposive table tbody tr td div {
          display: inline; }
    .reposive table tr.filters td {
      padding: 0 !important; }
    .reposive table .g_reen td {
      position: relative; }
      .reposive table .g_reen td:first-child {
        color: #388e3c;
        font-family: roboto-medium;
        position: relative;
        border-left: 3px solid #388e3c; }
      .reposive table .g_reen td:nth-child(7) {
        color: #388e3c; }
    .reposive table .red {
      background: none; }
      .reposive table .red td:first-child {
        color: #ff0500;
        font-family: roboto-medium;
        position: relative;
        border-left: 3px solid #ff0500; }
      .reposive table .red td:nth-child(7) {
        color: #ff0500; }

table tr th .icon-drop-arrow-fill {
  /*position:absolute;right: 14px;top:48%;*/
  position: relative;
  display: inline-block;
  margin-left: 1px; }
  table tr th .icon-drop-arrow-fill:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 0px;
    color: rgba(0, 0, 0, 0.5); }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***********edit search scss************/
.edit_srch {
  position: relative;
  margin-top: 90px;
  padding: 12px 20px;
  height: auto; }
  .edit_srch span {
    font-weight: normal;
    font-size: 20px;
    color: #010101;
    font-family: roboto-medium;
    letter-spacing: 1.2px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.gs_readmore {
  overflow: hidden;
  position: relative;
  clear: both; }

.hide {
  display: none; }

.gs_readmore_fade {
  background: -moz-linear-gradient(top, rgba(255, 0, 0, 0) 0%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffff',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 30px 0; }

.gs_readmore.expanded {
  height: auto; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************dealership form input placeholder scss*************/
input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-color: #cdd3d9; }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5a5a5a; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a; }
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #5a5a5a; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #5a5a5a; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.reposive table .inTbl {
  border: 1px solid #e7e7e7;
  margin: 3px 0; }
  .reposive table .inTbl tr {
    background: #fff !important; }
    .reposive table .inTbl tr th {
      color: #5a5a5a;
      cursor: initial !important;
      font-family: roboto-medium; }
    .reposive table .inTbl tr td {
      border: solid 1px #e7e7e7;
      font-family: roboto-regular !important; }

/* pages */
/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.searchByBox {
  max-width: 974px;
  margin: 90px auto 30px; }
  .searchByBox .welcomequote {
    font-size: 14px;
    color: #101010;
    padding: 15px 0 18px 0;
    letter-spacing: 1px;
    font-weight: 300; }
    .searchByBox .welcomequote span {
      font-size: 18px;
      display: block;
      line-height: 1;
      letter-spacing: 1px;
      font-family: roboto-bold; }
  .searchByBox .innerContainer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* background:$greyten; */ }
    .searchByBox .innerContainer .dealerPacks {
      width: 50%;
      float: left;
      /* height: 640px; */
      border-right: solid 1px #eee;
      border-bottom: solid 1px #eee;
      background: #fafbfc;
      /*padding-bottom:27px;*/ }
      .searchByBox .innerContainer .dealerPacks .reposive table {
        border: none !important; }
        .searchByBox .innerContainer .dealerPacks .reposive table thead tr th {
          font-family: roboto-bold !important; }
        .searchByBox .innerContainer .dealerPacks .reposive table tbody tr {
          background: none !important; }
          .searchByBox .innerContainer .dealerPacks .reposive table tbody tr td {
            border-right: none !important;
            font-family: roboto-regular !important; }
      .searchByBox .innerContainer .dealerPacks .tab .tabHead {
        background: none; }
        .searchByBox .innerContainer .dealerPacks .tab .tabHead a {
          text-align: left;
          font-weight: 400;
          padding: 10px 14px;
          font-family: roboto-regular; }
          .searchByBox .innerContainer .dealerPacks .tab .tabHead a span {
            display: block; }
          .searchByBox .innerContainer .dealerPacks .tab .tabHead a.active {
            background: none; }
      .searchByBox .innerContainer .dealerPacks .tab .tabBody {
        padding: 0 10px;
        background: none; }
        .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable {
          width: 100%; }
          .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable table {
            width: 100%; }
          .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead {
            width: 100%;
            display: inline-grid; }
            .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead tr {
              /* border-bottom:solid 2px $greythirteen; */
              border-bottom: solid 2px rgba(15, 15, 15, 0.25); }
              .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead tr th {
                text-align: left;
                padding: 10px;
                color: #101010;
                text-transform: uppercase;
                font-size: 12px;
                float: left;
                /* font-weight: 500; */
                font-family: roboto-regular;
                vertical-align: top; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead tr th span {
                  color: rgba(16, 16, 16, 0.7);
                  text-transform: none; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead tr th:first-child {
                  width: 40%;
                  word-break: break-word;
                  overflow-wrap: anywhere; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead tr th:nth-child(2) {
                  width: 35%;
                  word-break: break-word;
                  overflow-wrap: anywhere; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable thead tr th:last-child {
                  width: 25%;
                  word-break: break-word;
                  overflow-wrap: anywhere; }
          .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody {
            display: -webkit-box;
            max-height: 440px;
            overflow-y: auto;
            position: relative; }
            .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody:after {
              content: "";
              height: 1px;
              width: 100%;
              position: absolute;
              bottom: 0;
              background: #d2d2d2;
              left: 0;
              box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
              /*z-index: 9999;*/ }
            .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody .mCSB_inside > .mCSB_container {
              margin-right: 0 !important; }
            .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr {
              border-bottom: solid 1px #eaeaea; }
              .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td {
                padding: 10px;
                /* color:$black-opacity-70; */
                color: #010101; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td span {
                  display: block; }
                  .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td span.city {
                    color: #999999; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td a {
                  display: block;
                  color: rgba(16, 16, 16, 0.7); }
                  .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td a:hover {
                    /* color:$black; */
                    color: #f13d17; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td:first-child {
                  width: 40%;
                  word-break: break-word;
                  overflow-wrap: anywhere; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td:nth-child(2) {
                  width: 35%;
                  word-break: break-word;
                  overflow-wrap: anywhere; }
                .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr td:last-child {
                  width: 25%;
                  word-break: break-word;
                  overflow-wrap: anywhere; }
              .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tbody tr:hover {
                background: #eeeff0; }
        .searchByBox .innerContainer .dealerPacks .tab .tabBody .anchorLink {
          float: right;
          margin: 17px 10px 0 0; }
  .searchByBox .mainSearchForm .tab .tabBody .btngroup .button {
    font-family: roboto-medium;
    letter-spacing: 0.9px; }
  .searchByBox .searchByBox .innerContainer .dealerPacks .tab .tabBody .dealerPacksTable tr:last-child {
    border-bottom: solid 1px #bfc0c1; }

.tab .tabBody .infoTxt {
  font-size: 12px;
  color: #a78343;
  display: inline-block;
  margin-bottom: 6px;
  /*padding-left: 10px;*/ }
  .tab .tabBody .infoTxt i.icon-info {
    vertical-align: -4px;
    margin-right: 10px; }
  .tab .tabBody .infoTxt i.icon-info-cross {
    margin-left: 2px; }

@media screen and (min-width: 1015px) {
  .searchByBox .innerContainer .dealerPacks {
    width: 404px;
    min-height: 630px; }
    .searchByBox .innerContainer .dealerPacks .tab .tabHead a {
      padding: 10px 19px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*************table css ***************/
.table_card {
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  position: relative;
  margin-bottom: 39px;
  border-radius: 2px;
  overflow: hidden; }
  .table_card h2 {
    font-size: 16px;
    color: #101010;
    margin-bottom: 7px;
    font-weight: normal; }
    .table_card h2 .Edit_search {
      font-size: 12px;
      color: #101010;
      display: inline-block;
      cursor: pointer;
      font-weight: normal;
      margin-left: 10px;
      position: relative; }
      .table_card h2 .Edit_search:before {
        content: "";
        margin-left: 12px;
        opacity: 0.4;
        height: 18px;
        width: 1px;
        background: #101010;
        position: absolute;
        top: 0px;
        left: -10px; }
      .table_card h2 .Edit_search .icon-edit {
        margin: 0 9px 0 13px;
        vertical-align: -2px; }
      .table_card h2 .Edit_search:hover {
        border: none;
        box-shadow: none;
        color: #4C0055; }
  .table_card ul {
    margin-bottom: 8px; }
    .table_card ul li {
      font-size: 12px;
      color: rgba(16, 16, 16, 0.6);
      display: inline-block;
      padding-right: 20px; }
      .table_card ul li .singnal_green, .table_card ul li .singnal_red, .table_card ul li .conversion_clr, .table_card ul li .on_hold, .table_card ul li .website_not_active, .table_card ul li .future_pack {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px; }
      .table_card ul li .singnal_green {
        background-color: #388d3c; }
      .table_card ul li .singnal_red {
        background-color: #ff0000; }
      .table_card ul li .conversion_clr {
        background-color: #745dc5; }
      .table_card ul li .on_hold {
        background-color: #f2c34d; }
      .table_card ul li .website_not_active {
        background-color: #FF7733; }
      .table_card ul li .future_pack {
        background-color: #00bcd3; }
  .table_card .re_lative {
    position: relative; }
    .table_card .re_lative label {
      font-size: 12px;
      letter-spacing: 0.4px;
      color: #5a5a5a;
      width: 124px;
      border-radius: 2px;
      background-color: white;
      border: 1px solid #cdd3d9;
      padding: 3px 16px 4px 0;
      text-align: right;
      display: inline-block;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      position: relative;
      cursor: pointer; }
      .table_card .re_lative label i {
        position: absolute;
        left: 7px;
        top: 4px; }
      .table_card .re_lative label:hover {
        background: #f13d17;
        color: #ffffff;
        border: 1px solid #f13d17; }
        .table_card .re_lative label:hover i {
          background-position: -226px -149px; }
  .table_card .view_all_btn {
    width: 97px;
    height: 28px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #4C0055;
    text-align: center;
    margin: 16px auto 0;
    outline: none;
    font-size: 12px;
    letter-spacing: 0px;
    color: #f75d34;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: roboto-medium; }
    .table_card .view_all_btn:hover {
      background: #f75d34;
      color: #fff; }
  .table_card .agentname {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000;
    cursor: pointer;
    position: relative; }
  .table_card .namedropdown {
    width: 190px;
    background: #ffffff;
    position: absolute;
    margin-top: 0px;
    border: 1px solid #e6e6e6;
    left: 20px;
    z-index: 9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    top: 47px;
    display: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto; }
    .table_card .namedropdown li {
      padding: 0 5px; }
      .table_card .namedropdown li .gs_control {
        padding: 0px 13px 26px 25px;
        line-height: 1.2; }
        .table_card .namedropdown li .gs_control .gs_control__indicator {
          zoom: .8; }
  .table_card.search-by-lms-id .reposive table tr th:first-child, .table_card.search-by-lms-id .reposive table tr td:first-child {
    width: 7.307%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(2), .table_card.search-by-lms-id .reposive table tr td:nth-child(2) {
    width: 26.666%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(3), .table_card.search-by-lms-id .reposive table tr td:nth-child(3) {
    width: 7.5%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(4), .table_card.search-by-lms-id .reposive table tr td:nth-child(4) {
    width: 7.564%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(5), .table_card.search-by-lms-id .reposive table tr td:nth-child(5) {
    width: 7.564%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(6), .table_card.search-by-lms-id .reposive table tr td:nth-child(6) {
    width: 7.564%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(7), .table_card.search-by-lms-id .reposive table tr td:nth-child(7) {
    width: 15.064%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(8), .table_card.search-by-lms-id .reposive table tr td:nth-child(8) {
    width: 14.487%; }
  .table_card.search-by-lms-id .reposive table tr th:nth-child(9), .table_card.search-by-lms-id .reposive table tr td:nth-child(9) {
    width: 6.666%; }
  .table_card.search-by-lms-id .reposive table .website_not_active td:first-child {
    border-left: 3px solid #FF7733;
    color: #FF7733; }
  .table_card.search-by-lms-id .reposive table .website_not_active td:nth-child(9) {
    color: #FF7733; }
  .table_card.search-result .reposive table tr th:first-child, .table_card.search-result .reposive table tr td:first-child {
    width: 7.307%; }
  .table_card.search-result .reposive table tr th:nth-child(2), .table_card.search-result .reposive table tr td:nth-child(2) {
    width: 26.666%; }
  .table_card.search-result .reposive table tr th:nth-child(3), .table_card.search-result .reposive table tr td:nth-child(3) {
    width: 7.5%; }
  .table_card.search-result .reposive table tr th:nth-child(4), .table_card.search-result .reposive table tr td:nth-child(4) {
    width: 7.564%; }
  .table_card.search-result .reposive table tr th:nth-child(5), .table_card.search-result .reposive table tr td:nth-child(5) {
    width: 7.564%; }
  .table_card.search-result .reposive table tr th:nth-child(6), .table_card.search-result .reposive table tr td:nth-child(6) {
    width: 7.564%; }
  .table_card.search-result .reposive table tr th:nth-child(7), .table_card.search-result .reposive table tr td:nth-child(7) {
    width: 15.064%; }
  .table_card.search-result .reposive table tr th:nth-child(8), .table_card.search-result .reposive table tr td:nth-child(8) {
    width: 14.487%; }
  .table_card.search-result .reposive table tr th:nth-child(9), .table_card.search-result .reposive table tr td:nth-child(9) {
    width: 6.666%; }
  .table_card.latest_updated_packs .reposive table tr th:first-child, .table_card.latest_updated_packs .reposive table tr td:first-child {
    width: 15.920%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(2), .table_card.latest_updated_packs .reposive table tr td:nth-child(2) {
    width: 7.296%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(3), .table_card.latest_updated_packs .reposive table tr td:nth-child(3) {
    width: 26.699%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(4), .table_card.latest_updated_packs .reposive table tr td:nth-child(4) {
    width: 7.462%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(5), .table_card.latest_updated_packs .reposive table tr td:nth-child(5) {
    width: 7.296%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(6), .table_card.latest_updated_packs .reposive table tr td:nth-child(6) {
    width: 7.296%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(7), .table_card.latest_updated_packs .reposive table tr td:nth-child(7) {
    width: 6.633%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(8), .table_card.latest_updated_packs .reposive table tr td:nth-child(8) {
    width: 14.096%; }
  .table_card.latest_updated_packs .reposive table tr th:nth-child(9), .table_card.latest_updated_packs .reposive table tr td:nth-child(9) {
    width: 7.628%; }
  .table_card.latest_updated_packs .reposive table .website_not_active td:first-child {
    border-left: 3px solid #FF7733;
    color: #FF7733; }
  .table_card.latest_updated_packs .reposive table .website_not_active td:nth-child(9) {
    color: #FF7733; }
  .table_card.latest_updated_packs.Failed_lead .reposive table tr th:first-child, .table_card.latest_updated_packs.Failed_lead .reposive table tr td:first-child {
    width: 25%; }
  .table_card.latest_updated_packs.Failed_lead .reposive table tr th:nth-child(2), .table_card.latest_updated_packs.Failed_lead .reposive table tr td:nth-child(2) {
    width: 25%; }
  .table_card.latest_updated_packs.Failed_lead .reposive table tr th:nth-child(3), .table_card.latest_updated_packs.Failed_lead .reposive table tr td:nth-child(3) {
    width: 50%; }
  .table_card.dealer-outlet-page .reposive table tr th:first-child, .table_card.dealer-outlet-page .reposive table tr td:first-child {
    width: 16.749%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(2), .table_card.dealer-outlet-page .reposive table tr td:nth-child(2) {
    width: 16.749%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(3), .table_card.dealer-outlet-page .reposive table tr td:nth-child(3) {
    width: 10.033%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(4), .table_card.dealer-outlet-page .reposive table tr td:nth-child(4) {
    width: 9.535%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(5), .table_card.dealer-outlet-page .reposive table tr td:nth-child(5) {
    width: 9.701%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(6), .table_card.dealer-outlet-page .reposive table tr td:nth-child(6) {
    width: 9.701%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(7), .table_card.dealer-outlet-page .reposive table tr td:nth-child(7) {
    width: 7.633%; }
  .table_card.dealer-outlet-page .reposive table tr th:nth-child(8), .table_card.dealer-outlet-page .reposive table tr td:nth-child(8) {
    width: 20.227%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:first-child, .table_card.pack-triggers-leads-page .reposive table tr td:first-child {
    width: 7.580%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(2), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(2) {
    width: 8.870%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(3), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(3) {
    width: 8.145%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(4), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(4) {
    width: 16.209%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(5), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(5) {
    width: 14.677%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(6), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(6) {
    width: 8.225%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(7), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(7) {
    width: 11.774%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(8), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(8) {
    width: 6.129%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(9), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(9) {
    width: 6.935%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(10), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(10) {
    width: 6.209%; }
  .table_card.pack-triggers-leads-page .reposive table tr th:nth-child(11), .table_card.pack-triggers-leads-page .reposive table tr td:nth-child(11) {
    width: 5.645%; }
  .table_card.dealer_detail .reposive table tr th:first-child, .table_card.dealer_detail .reposive table tr td:first-child {
    width: 7.419%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(2), .table_card.dealer_detail .reposive table tr td:nth-child(2) {
    width: 17.177%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(3), .table_card.dealer_detail .reposive table tr td:nth-child(3) {
    width: 8.709%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(4), .table_card.dealer_detail .reposive table tr td:nth-child(4) {
    width: 7.741%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(5), .table_card.dealer_detail .reposive table tr td:nth-child(5) {
    width: 7.580%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(6), .table_card.dealer_detail .reposive table tr td:nth-child(6) {
    width: 6.451%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(7), .table_card.dealer_detail .reposive table tr td:nth-child(7) {
    width: 6.935%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(8), .table_card.dealer_detail .reposive table tr td:nth-child(8) {
    width: 5.806%;
    /*text-align: center*/ }
  .table_card.dealer_detail .reposive table tr th:nth-child(9), .table_card.dealer_detail .reposive table tr td:nth-child(9) {
    width: 14.112%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(10), .table_card.dealer_detail .reposive table tr td:nth-child(10) {
    width: 12.258%; }
  .table_card.dealer_detail .reposive table tr th:nth-child(11), .table_card.dealer_detail .reposive table tr td:nth-child(11) {
    width: 6.048%; }

.dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr th:first-child, .dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr td:first-child, .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr th:first-child, .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr td:first-child {
  width: 11.525%; }

.dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr th:nth-child(2), .dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr td:nth-child(2), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr th:nth-child(2), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr td:nth-child(2) {
  width: 16.334%; }

.dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr th:nth-child(3), .dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr td:nth-child(3), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr th:nth-child(3), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr td:nth-child(3) {
  width: 12.603%; }

.dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr th:nth-child(4), .dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr td:nth-child(4), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr th:nth-child(4), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr td:nth-child(4) {
  width: 8.043%; }

.dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr th:nth-child(5), .dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr td:nth-child(5), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr th:nth-child(5), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr td:nth-child(5) {
  width: 29.684%; }

.dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr th:nth-child(6), .dealer-pack-acitivity-page .reposive #dealer-pack-activity-grid table tr td:nth-child(6), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr th:nth-child(6), .pack-details-with-activity .reposive #dealer-pack-activity-grid table tr td:nth-child(6) {
  width: 22.388%; }

.table_card > form > .clearfix, .table_card > .clearfix {
  margin-bottom: 18px; }

/*************centtral css******************/
.gs_ta.gs_ta_witharrow {
  background-image: url("../resources/gs_ta-arrow.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 97% center; }

.gs_ta_results {
  position: absolute;
  overflow: auto;
  max-height: 20em;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9001; }

.gs_ta_results p.gs_ta_moreinfo, .gs_ta_results p.gs_ta_noresults {
  color: #ccc;
  font-style: italic;
  padding: 0 1em;
  margin: 0; }

.gs_ta_results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.gs_ta_results ul li {
  padding: .25em 1em;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.gs_ta_results ul li.gs_ta_choice {
  cursor: pointer; }

.gs_ta_results ul li.gs_ta_choice.active {
  background-color: #f1f1f1; }

.gs_ta_results ul li.gs_ta_choice .highlight {
  font-family: roboto-bold; }

.gs_ta_results ul li.gs_ta_group-child {
  padding-left: 30px; }

.gs_ta_results ul li.gs_ta_disable {
  cursor: text;
  background: #f8f7f7 !important;
  color: #c7c7c7 !important; }

.gs_ta_results ul li.gs_ta_group, .gs_ta_results ul li.gs_ta_header {
  cursor: text;
  border-bottom: 1px solid #ccc;
  -webkit-tap-highlight-color: transparent;
  font-family: roboto-bold; }

.filter_box {
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0;
  right: auto;
  padding: 10px;
  background: #f7f9fb;
  z-index: 9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  display: none; }
  .filter_box input {
    color: rgba(0, 0, 0, 0.7); }

.popupwrap .mainSearchForm {
  min-height: inherit; }

.gs_ta_results {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  max-height: 210px !important;
  overflow: auto;
  z-index: 1000 !important; }

.dropdown-content {
  font-family: roboto-regular !important; }
  .dropdown-content li span {
    font-size: 14px !important; }

@media screen and (max-width: 1366px) {
  .mainSearchForm .searchHeader {
    padding: 8px 0; }
  .field {
    margin-top: 8px; }
  .mainSearchForm {
    padding-bottom: 16px; }
  .mainSearchForm .tab .tabBody .btngroup {
    margin-top: 20px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************dealership page scss*************/
.dealershipResultTable .re_lative {
  margin-bottom: 20px; }

.dealershipResultTable th .agentname {
  position: relative; }

.dealershipResultTable th:first-child {
  width: 20%; }

.dealershipResultTable th:nth-child(2) {
  width: 15%; }

.dealershipResultTable th:nth-child(3) {
  width: 44%; }

.dealershipResultTable th:nth-child(4) {
  width: 10%; }

.dealershipResultTable th:last-child {
  width: 11%; }

.dealershipResultTable tr td:first-child {
  width: 20%; }

.dealershipResultTable tr td:nth-child(2) {
  width: 15%; }

.dealershipResultTable tr td:nth-child(3) {
  width: 44%; }

.dealershipResultTable tr td:nth-child(4) {
  width: 10%; }

.dealershipResultTable tr td:last-child {
  width: 11%; }

.dealershipResultTable .g_reen td:nth-child(4) {
  color: #388e3c; }

.dealershipResultTable .red td:nth-child(4) {
  color: #ff0500; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************dealership page scss*************/
.dealer_lms .left_side {
  float: left; }

.dealer_lms .right_side {
  position: relative;
  float: right; }
  .dealer_lms .right_side span {
    font-family: roboto-light;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #010101; }
  .dealer_lms .right_side p {
    font-family: roboto-regular;
    font-size: 16px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(16, 16, 16, 0.6);
    padding: 0 0 10px; }
  .dealer_lms .right_side div .ad_pack_btn {
    font-family: roboto-Medium;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #4C0055;
    border-radius: 2px;
    border: solid 1px #4C0055;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 4px 14px;
    display: inline-block;
    margin-right: 6px !important; }
    .dealer_lms .right_side div .ad_pack_btn:hover {
      background-color: #4C0055;
      color: #fff; }
  .dealer_lms .right_side:before {
    background-color: #e0e0e0;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: inline-block;
    top: 0;
    left: -40px; }

.dealer_lms th {
  padding: 14px 17px !important; }

.dealer_lms td .end_of_date {
  font-family: roboto-regular;
  font-size: 14px;
  color: #5a5a5a;
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.dealer_lms td .hideContent {
  line-height: inherit; }
  .dealer_lms td .hideContent i.read-more-content {
    font-style: normal;
    display: none; }

.dealer_lms td .read-more-hide {
  display: none;
  color: #2378b0;
  text-align: right; }
  .dealer_lms td .read-more-hide:hover {
    color: #f13d17; }

.dealer_lms td .showContent {
  line-height: inherit;
  height: auto; }

.dealer_lms td .show-more {
  padding: 10px 0;
  text-align: center; }

.dealer_lms td .icon-blue-dots {
  background: url(../images/blue-dots.png) no-repeat;
  width: 22px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.dealer_lms td .dot.hd {
  display: inline-block;
  margin: -16px 0; }

.dealer_lms .header_sorting {
  position: relative; }
  .dealer_lms .header_sorting .timetxt {
    position: absolute;
    left: 44%;
    top: 0;
    font-style: normal;
    z-index: 99; }
  .dealer_lms .header_sorting .parent_top {
    position: relative;
    width: 140px;
    height: 27px;
    border-radius: 2px;
    background-color: #e6e6e6;
    top: 7px;
    margin: 0 auto;
    cursor: pointer; }
    .dealer_lms .header_sorting .parent_top span:after {
      width: 0;
      height: 0;
      content: "";
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      position: absolute;
      right: 10px;
      top: 7px;
      color: #949494; }
    .dealer_lms .header_sorting .parent_top .smalltitle1 {
      padding-left: 5px;
      position: absolute;
      color: #5a5a5a;
      font-size: 12px;
      right: 0;
      width: 66px;
      line-height: 1.3;
      top: 6px;
      text-align: left; }
    .dealer_lms .header_sorting .parent_top .smalltitle2 {
      position: absolute;
      color: #5a5a5a;
      font-size: 12px;
      left: 15px;
      width: 64px;
      line-height: 1.3;
      top: 6px;
      text-align: left; }
      .dealer_lms .header_sorting .parent_top .smalltitle2 .divid {
        position: absolute;
        width: 5px;
        height: 15px;
        border-left: solid 1px rgba(90, 90, 90, 0.3);
        right: 1px; }
    .dealer_lms .header_sorting .parent_top .filter_box {
      top: 27px !important; }

.dealer_lms .ye_llow td:first-child {
  color: #f2c34d;
  border-left: 3px solid #f2c34d; }

.dealer_lms .ye_llow td:nth-child(9) {
  color: #f2c34d;
  text-align: center; }

.dealer_lms .ye_llow td:nth-child(4) {
  color: inherit; }

.dealer_lms .ye_llow td:nth-child(7) {
  color: inherit; }

.dealer_lms .g_reen td:first-child {
  color: #388e3c; }

.dealer_lms .g_reen td:nth-child(9) {
  color: #388e3c;
  text-align: center; }

.dealer_lms .g_reen td:nth-child(4) {
  color: inherit; }

.dealer_lms .g_reen td:nth-child(7) {
  color: inherit; }

.dealer_lms .red td:nth-child(9) {
  color: #ff0500;
  text-align: center; }

.dealer_lms .red td:nth-child(4) {
  color: inherit; }

.dealer_lms .red td:nth-child(7) {
  color: inherit !important; }

.dealer_lms .view_all_btn {
  margin-bottom: 20px; }

.dealer_lms_2 h2 {
  margin-bottom: 16px; }

@media screen and (min-width: 1015px) {
  .end_of_date {
    width: 54px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************add-pack-dealership scss*************/
.pack_dealership {
  padding: 20px;
  overflow: hidden; }
  .pack_dealership .bimal-auto h2 {
    margin-bottom: 0;
    font-size: 16px;
    color: #101010;
    padding-bottom: 24px; }
  .pack_dealership .bimal-auto .range_right {
    text-align: right; }
    .pack_dealership .bimal-auto .range_right .status {
      text-align: left;
      font-size: 13px;
      color: rgba(16, 16, 16, 0.6);
      font-family: roboto-medium; }
    .pack_dealership .bimal-auto .range_right .rangeslider {
      width: 240px;
      height: 10px;
      border-radius: 5px;
      background-color: #eeeeee;
      display: inline-block;
      margin-left: 14px;
      vertical-align: middle;
      margin-right: 10px; }
  .pack_dealership .product_hdng h3 {
    font-family: Roboto-medium;
    font-size: 14px;
    color: #008be6;
    margin: 0 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    padding: 24px 0 20px;
    line-height: normal;
    text-transform: uppercase; }
  .pack_dealership .product_hdng .lead_box {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    padding: 20px;
    position: relative;
    min-height: 108px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    cursor: pointer; }
    .pack_dealership .product_hdng .lead_box:hover {
      background-color: #ffffff;
      box-shadow: 0 0 18.7px 2.3px rgba(204, 204, 223, 0.5);
      border: 1px solid #fff; }
      .pack_dealership .product_hdng .lead_box:hover .check-img {
        visibility: visible; }
    .pack_dealership .product_hdng .lead_box i {
      display: block;
      margin-bottom: 17px; }
    .pack_dealership .product_hdng .lead_box span {
      font-family: Roboto-medium;
      font-size: 14px;
      letter-spacing: 0.4px;
      text-align: left;
      color: #5a5a5a;
      display: block; }
    .pack_dealership .product_hdng .lead_box .click_check {
      position: absolute;
      top: 33%;
      right: 20px; }
    .pack_dealership .product_hdng .lead_box .check-img {
      visibility: hidden;
      position: absolute;
      top: 33%;
      right: 20px;
      cursor: pointer; }
  .pack_dealership .btngroup {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px; }
    .pack_dealership .btngroup .button {
      width: 250px;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: roboto-medium;
      letter-spacing: 0.9px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************dealership form scss*************/
.dealership-form {
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden; }
  .dealership-form .rela_tive_brdr {
    padding-bottom: 19px; }
    .dealership-form .rela_tive_brdr .left_side h2 .icon-lead-mini {
      margin-right: 7px; }
    .dealership-form .rela_tive_brdr .left_side h2 span {
      font-size: 17px;
      color: #101010;
      display: inline-block;
      vertical-align: 1px; }
    .dealership-form .rela_tive_brdr .left_side h2 .bi_mal {
      font-size: 13px;
      letter-spacing: 0.4px;
      text-align: left;
      color: rgba(16, 16, 16, 0.6);
      display: inline-block;
      vertical-align: middle; }
      .dealership-form .rela_tive_brdr .left_side h2 .bi_mal:before {
        content: "";
        background: #101010;
        margin: 0 11px 0 3px;
        width: 1px;
        height: 15px;
        opacity: 0.4;
        display: inline-block;
        vertical-align: -2px; }
    .dealership-form .rela_tive_brdr .range_right {
      text-align: right;
      padding: 4px 10px; }
      .dealership-form .rela_tive_brdr .range_right .status {
        text-align: left;
        color: rgba(16, 16, 16, 0.6);
        font-size: 13px;
        font-family: roboto-medium; }
      .dealership-form .rela_tive_brdr .range_right .rangeslider {
        width: 240px;
        height: 10px;
        border-radius: 5px;
        background-color: #eeeeee;
        display: inline-block;
        margin-left: 14px;
        vertical-align: middle;
        margin-right: 10px;
        position: relative; }
        .dealership-form .rela_tive_brdr .range_right .rangeslider:before {
          content: "";
          width: 40px;
          height: 10px;
          border-radius: 5px;
          background-color: #388e3c;
          position: absolute;
          left: 0; }
  .dealership-form .border_2px {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    display: block; }
  .dealership-form .required span {
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(16, 16, 16, 0.6);
    font-size: 12px;
    margin-top: 22px;
    display: block;
    font-family: roboto-medium; }
  .dealership-form .required .finance_detail h3 {
    font-family: Roboto-medium;
    font-size: 14px;
    color: #008be6;
    text-transform: uppercase;
    margin-top: 30px; }
  .dealership-form .required .finance_lead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 18px; }
    .dealership-form .required .finance_lead .centraldrop {
      margin-top: 0; }
      .dealership-form .required .finance_lead .centraldrop .left_sd {
        display: inline-block; }
        .dealership-form .required .finance_lead .centraldrop .left_sd .base {
          font-size: 14px;
          color: #010101;
          display: block;
          margin: 13px 20px 4px 0;
          font-family: roboto-regular; }
        .dealership-form .required .finance_lead .centraldrop .left_sd .input-field {
          display: inline-block;
          width: 192px;
          margin-right: 20px; }
          .dealership-form .required .finance_lead .centraldrop .left_sd .input-field .icon-celender {
            position: absolute;
            right: 8px;
            top: 8px; }
        .dealership-form .required .finance_lead .centraldrop .left_sd .dis_abled {
          border-radius: 2px;
          background-color: #e6e6e6;
          border: solid 1px #ced4da; }
          .dealership-form .required .finance_lead .centraldrop .left_sd .dis_abled .select-dropdown:disabled {
            border-bottom: none;
            box-shadow: none; }
          .dealership-form .required .finance_lead .centraldrop .left_sd .dis_abled .select-wrapper {
            border: none; }
            .dealership-form .required .finance_lead .centraldrop .left_sd .dis_abled .select-wrapper:hover {
              box-shadow: none !important;
              border: none !important;
              outline: none;
              -webkit-box-shadow: none !important; }
  .dealership-form .required .invoice_detail {
    position: relative; }
    .dealership-form .required .invoice_detail h3 {
      font-family: Roboto-medium;
      font-size: 14px;
      color: #008be6;
      text-transform: uppercase;
      margin: 20px 0 12px; }
    .dealership-form .required .invoice_detail .field {
      margin-top: 0; }
      .dealership-form .required .invoice_detail .field label span {
        margin-top: 0; }
      .dealership-form .required .invoice_detail .field label .title {
        color: rgba(90, 90, 90, 0.7);
        font-size: 14px;
        display: inline-block;
        vertical-align: middle; }
      .dealership-form .required .invoice_detail .field .gs_control {
        padding: 0 23px 0 20px; }
    .dealership-form .required .invoice_detail .Comment_box span {
      color: #010101;
      font-size: 14px;
      margin-bottom: 10px;
      margin-top: 35px;
      font-family: roboto-regular; }
    .dealership-form .required .invoice_detail .Comment_box textarea {
      width: 50%;
      line-height: 1.29;
      color: #495057;
      border-radius: 2px;
      border: solid 1px #ced4da;
      padding: 16px;
      resize: none;
      height: 83px;
      text-align: left; }
      .dealership-form .required .invoice_detail .Comment_box textarea:hover {
        border: solid 1px #2478AF;
        box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5); }
    .dealership-form .required .invoice_detail .Comment_box .add_another_btn {
      width: 190px;
      height: 33px;
      border-radius: 2px;
      border: solid 1px #f13d17;
      letter-spacing: 0.4px;
      font-size: 12px;
      color: #f13d17;
      margin: 30px 0;
      padding: 6px 0;
      text-align: center;
      display: block;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      font-family: roboto-medium; }
      .dealership-form .required .invoice_detail .Comment_box .add_another_btn:hover {
        color: #fff;
        background: #f13d17; }
  .dealership-form .upload_file .field {
    margin-top: 32px; }
    .dealership-form .upload_file .field .title {
      margin-bottom: 12px; }
    .dealership-form .upload_file .field .form-group {
      float: left;
      margin-right: 20px; }
      .dealership-form .upload_file .field .form-group label {
        width: 401px;
        line-height: 28px;
        height: 32px;
        border-radius: 2px;
        border: solid 1px #ced4da;
        display: inline-block;
        padding: 0 11px;
        color: rgba(16, 16, 16, 0.7);
        position: relative; }
        .dealership-form .upload_file .field .form-group label .icon-upload {
          position: absolute;
          top: 7px;
          right: 7px;
          margin: 0; }
      .dealership-form .upload_file .field .form-group input {
        display: none; }
      .dealership-form .upload_file .field .form-group .supported {
        letter-spacing: 0.4px;
        text-align: left;
        color: rgba(16, 16, 16, 0.6);
        font-size: 12px;
        margin: 2px 0;
        display: block;
        font-family: roboto-medium;
        line-height: normal; }
    .dealership-form .upload_file .field .close_field {
      float: left;
      position: relative; }
      .dealership-form .upload_file .field .close_field .cntrctfle {
        padding-left: 0; }
      .dealership-form .upload_file .field .close_field input {
        border: 0;
        outline: 0;
        background: transparent;
        border-bottom: 1px solid #d8dde1;
        width: 401px; }
        .dealership-form .upload_file .field .close_field input:hover, .dealership-form .upload_file .field .close_field input:focus {
          box-shadow: none; }
      .dealership-form .upload_file .field .close_field .icon-close {
        position: absolute;
        top: 13px;
        right: 5px;
        cursor: pointer;
        padding: 10px;
        background-position: -205px -76px; }
  .dealership-form .invoice-nombur-date .centraldrop {
    width: 100%; }
    .dealership-form .invoice-nombur-date .centraldrop .relate_invoice {
      display: inline-block;
      vertical-align: middle;
      margin-right: 27px; }
      .dealership-form .invoice-nombur-date .centraldrop .relate_invoice span {
        color: #010101;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 9px;
        margin-top: 27px;
        font-family: roboto-regular; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice span .optional {
          color: rgba(90, 90, 90, 0.7);
          font-size: 12px;
          display: block;
          margin: 0; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice span .trgt {
          display: block;
          margin: 0;
          line-height: 16px; }
      .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .caret {
        display: none; }
      .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr {
        position: relative; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .GogoSar {
          position: absolute;
          top: 5px;
          left: 10px;
          font-size: 18px;
          color: rgba(73, 80, 87, 0.6); }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .cst_bg {
          width: 86px;
          height: 33px;
          border-radius: 2px;
          border: solid 1px #cdd3d9 !important;
          padding-left: 10px; }
          .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .cst_bg.active {
            background-color: #e6e6e6; }
          .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .cst_bg.seprte {
            padding-left: 22px; }
      .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount {
        width: 86px;
        vertical-align: -29px; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field .gs_control__indicator:after {
          left: 5px;
          top: 1px;
          width: 6px;
          height: 11px; }
      .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.margin_rht {
        margin-right: 0; }
      .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_detail {
        margin-top: 14px; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_detail .field .title {
          margin-bottom: 0; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_detail .field .gs_control {
          margin-top: 18px; }
          .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_detail .field .gs_control .title {
            margin: 0 !important;
            color: rgba(90, 90, 90, 0.7); }
          .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_detail .field .gs_control .gs_control__indicator {
            margin: 0 !important; }
        .dealership-form .invoice-nombur-date .centraldrop .relate_invoice.invoice_detail .Comment_box {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .dealership-form .invoice_remove {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    position: relative;
    margin: 42px 0 38px; }
    .dealership-form .invoice_remove .invoice_2 {
      letter-spacing: 0.4px;
      font-size: 12px;
      font-family: roboto-bold;
      color: #101010;
      text-transform: uppercase;
      position: absolute;
      top: -32px;
      background: #fff;
      width: 80px;
      left: 25px;
      text-align: center; }
    .dealership-form .invoice_remove .removecl {
      color: #f13d17;
      text-transform: capitalize;
      position: absolute;
      top: -11px;
      left: 105px;
      background: #fff;
      width: 74px;
      text-align: right;
      padding-right: 11px;
      font-size: 12px; }
      .dealership-form .invoice_remove .removecl .close-icon {
        position: absolute;
        top: 5px;
        left: 5px; }
  .dealership-form .comment-detail .Comment_box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .dealership-form .invoice_detail, .dealership-form .configuration_detail {
    overflow: hidden; }
    .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice {
      vertical-align: top; }
      .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice .input-field, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice .input-field {
        width: auto; }
      .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount {
        width: auto;
        vertical-align: top; }
        .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .cost_pr, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .cost_pr {
          position: relative; }
          .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .cost_pr .icon-celender, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .cost_pr .icon-celender {
            position: absolute;
            top: 8px;
            right: 8px; }
          .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .cost_pr .width_auto, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .cost_pr .width_auto {
            width: auto; }
        .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field {
          width: auto; }
          .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field label span, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field label span {
            font-size: 12px;
            padding: 0;
            line-height: 1.2;
            margin: 0; }
          .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field label .title, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field label .title {
            display: inline-block; }
            .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field label .title span, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field label .title span {
              display: block;
              color: rgba(90, 90, 90, 0.7);
              margin: 0;
              line-height: 1.5;
              font-size: 12px; }
          .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field .gs_control__indicator, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field .gs_control__indicator {
            width: 15px;
            height: 15px; }
            .dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field .gs_control__indicator:after, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice.invoice_amount .field .gs_control__indicator:after {
              left: 4px;
              top: 1px;
              width: 5px;
              height: 9px; }
    .dealership-form .invoice_detail .des_cription .email_receivers, .dealership-form .configuration_detail .des_cription .email_receivers {
      margin-top: 44px;
      width: 100%;
      display: inline-block; }
      .dealership-form .invoice_detail .des_cription .email_receivers .Comment_box, .dealership-form .configuration_detail .des_cription .email_receivers .Comment_box {
        width: 50%;
        float: left;
        padding-right: 19px; }
        .dealership-form .invoice_detail .des_cription .email_receivers .Comment_box span, .dealership-form .configuration_detail .des_cription .email_receivers .Comment_box span {
          margin-top: 0; }
          .dealership-form .invoice_detail .des_cription .email_receivers .Comment_box span .optional, .dealership-form .configuration_detail .des_cription .email_receivers .Comment_box span .optional {
            color: rgba(90, 90, 90, 0.7);
            font-size: 12px;
            display: inline-block;
            margin: 0 0 0 4px; }
        .dealership-form .invoice_detail .des_cription .email_receivers .Comment_box textarea, .dealership-form .configuration_detail .des_cription .email_receivers .Comment_box textarea {
          width: 100%; }
    .dealership-form .invoice_detail .des_cription p, .dealership-form .configuration_detail .des_cription p {
      letter-spacing: 0.4px;
      font-size: 12px;
      color: rgba(16, 16, 16, 0.6);
      line-height: 11px; }
    .dealership-form .invoice_detail .duration .relate_invoice .input-field, .dealership-form .configuration_detail .duration .relate_invoice .input-field {
      position: relative;
      width: auto !important; }
      .dealership-form .invoice_detail .duration .relate_invoice .input-field .icon-celender, .dealership-form .configuration_detail .duration .relate_invoice .input-field .icon-celender {
        position: absolute;
        top: 8px;
        right: 8px; }
    .dealership-form .invoice_detail .duration.invoice_amount span .optional, .dealership-form .configuration_detail .duration.invoice_amount span .optional {
      font-size: 12px;
      color: rgba(90, 90, 90, 0.7);
      margin: 0;
      display: block; }
    .dealership-form .invoice_detail .duration .inactive_width .input-field select, .dealership-form .configuration_detail .duration .inactive_width .input-field select {
      width: 611px; }
    .dealership-form .invoice_detail .upload_contract, .dealership-form .configuration_detail .upload_contract {
      margin-top: 38px;
      display: inline-block;
      width: 100%; }
      .dealership-form .invoice_detail .upload_contract .field, .dealership-form .configuration_detail .upload_contract .field {
        overflow: hidden; }
        .dealership-form .invoice_detail .upload_contract .field .close_field .cntrctfle, .dealership-form .configuration_detail .upload_contract .field .close_field .cntrctfle {
          padding-left: 0; }
      .dealership-form .invoice_detail .upload_contract .is_exclusive, .dealership-form .configuration_detail .upload_contract .is_exclusive {
        margin-top: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 23px; }
        .dealership-form .invoice_detail .upload_contract .is_exclusive .field .gs_control, .dealership-form .configuration_detail .upload_contract .is_exclusive .field .gs_control {
          padding-left: 25px;
          margin-top: 18px;
          margin-bottom: 4px; }
          .dealership-form .invoice_detail .upload_contract .is_exclusive .field .gs_control span, .dealership-form .configuration_detail .upload_contract .is_exclusive .field .gs_control span {
            color: #5a5a5a;
            font-size: 14px;
            display: inline-block;
            vertical-align: 0; }
          .dealership-form .invoice_detail .upload_contract .is_exclusive .field .gs_control .gs_control__indicator, .dealership-form .configuration_detail .upload_contract .is_exclusive .field .gs_control .gs_control__indicator {
            top: 2px;
            left: 0px;
            height: 16px;
            width: 16px; }
            .dealership-form .invoice_detail .upload_contract .is_exclusive .field .gs_control .gs_control__indicator:after, .dealership-form .configuration_detail .upload_contract .is_exclusive .field .gs_control .gs_control__indicator:after {
              left: 5px;
              top: 0px;
              width: 5px;
              height: 11px; }
      .dealership-form .invoice_detail .upload_contract .btngroup, .dealership-form .configuration_detail .upload_contract .btngroup {
        text-align: center;
        display: block;
        padding: 30px 0 10px; }
        .dealership-form .invoice_detail .upload_contract .btngroup .button, .dealership-form .configuration_detail .upload_contract .btngroup .button {
          max-width: 252px;
          text-transform: uppercase;
          font-family: roboto-medium;
          letter-spacing: 0.9px; }

.dealership-form .centraldrop ul.dropdown-content {
  padding-bottom: 2px; }
  .dealership-form .centraldrop ul.dropdown-content li span {
    padding: 8px 12px;
    margin: 0 !important;
    height: auto;
    line-height: normal; }

.dealership-form .invoice_detail .invoice-nombur-date .centraldrop .relate_invoice .input-field, .dealership-form .configuration_detail .invoice-nombur-date .centraldrop .relate_invoice .input-field {
  width: 611px; }

.dis_abled .select-wrapper:hover {
  box-shadow: none !important;
  border: none !important;
  outline: none;
  -webkit-box-shadow: none !important; }

.dealership-form .required .finance_lead .centraldrop .left_sd .dis_abled .select-dropdown:disabled {
  box-shadow: none; }

.dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .cst_bg.active:hover {
  box-shadow: none;
  border: solid 1px #ced4da; }

.dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .cst_bg {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: solid 1px #cdd3d9 !important; }
  .dealership-form .invoice-nombur-date .centraldrop .relate_invoice .cost_pr .cst_bg:hover {
    border: solid 1px #2478AF;
    box-shadow: 0 0px 10px 0 rgba(38, 121, 175, 0.5); }

.centraldrop .select-wrapper input.select-dropdown {
  color: #5a5a5a; }

.invoicecal {
  position: absolute;
  top: 8px;
  right: 8px; }

.cst_bg {
  border: solid 1px #cdd3d9 !important; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************form-complimentary-filled scss*************/
.form-complimentary {
  overflow: inherit; }
  .form-complimentary .rela_tive_brdr .left_side .bi_mal {
    font-family: roboto-medium; }
  .form-complimentary .rela_tive_brdr .range_right .rangeslider:before {
    width: 93px;
    content: ""; }
  .form-complimentary .marked {
    width: 100%;
    display: inline-block;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    position: relative; }
    .form-complimentary .marked span {
      letter-spacing: 0.4px;
      color: rgba(16, 16, 16, 0.6);
      font-family: roboto-medium;
      font-size: 13px;
      margin: 23px 0 29px 0;
      display: block; }
    .form-complimentary .marked h2 {
      color: #008be6;
      font-family: roboto-medium;
      font-size: 14px;
      line-height: normal;
      text-transform: uppercase; }
    .form-complimentary .marked ul {
      display: inline-block;
      width: 100%;
      margin-top: 13px;
      margin-bottom: 4px; }
      .form-complimentary .marked ul li {
        float: left; }
        .form-complimentary .marked ul li span {
          color: #010101;
          display: block;
          font-size: 14px;
          vertical-align: top;
          line-height: normal;
          margin: 0 0 10px 0;
          font-family: roboto-regular; }
        .form-complimentary .marked ul li .centraldrop {
          margin-top: 0; }
          .form-complimentary .marked ul li .centraldrop .input-field {
            width: 401px; }
            .form-complimentary .marked ul li .centraldrop .input-field .select-wrapper input.select-dropdown {
              color: rgba(90, 90, 90, 0.7); }
            .form-complimentary .marked ul li .centraldrop .input-field .select-wrapper ul {
              display: none;
              margin-top: 0px; }
              .form-complimentary .marked ul li .centraldrop .input-field .select-wrapper ul li {
                float: inherit; }
                .form-complimentary .marked ul li .centraldrop .input-field .select-wrapper ul li span {
                  display: block;
                  text-align: left;
                  font-size: 12px !important;
                  line-height: 1.5;
                  color: rgba(16, 16, 16, 0.6);
                  font-family: roboto-medium; }
        .form-complimentary .marked ul li:nth-child(2) {
          float: right;
          text-align: center; }
          .form-complimentary .marked ul li:nth-child(2) .added_pdut {
            width: 295px;
            height: 151px;
            border-radius: 2px;
            border: solid 1px #e8e8e8;
            background-color: #f8f9fb;
            padding: 26px 0 22px 0;
            margin-top: 3px; }
            .form-complimentary .marked ul li:nth-child(2) .added_pdut .icon-product {
              margin: 0 auto 12px;
              display: block; }
            .form-complimentary .marked ul li:nth-child(2) .added_pdut p {
              color: #101010;
              margin: 10px 0 6px 0;
              font-family: roboto-medium;
              font-size: 14px; }
        .form-complimentary .marked ul li .Add_complmntry {
          width: 190px;
          padding: 7px 0;
          display: block;
          margin-top: 28px;
          font-size: 13px;
          border-radius: 2px;
          border: solid 1px #ced4da;
          background-color: #ebedf0;
          text-align: center;
          letter-spacing: 0.4px;
          color: rgba(90, 90, 90, 0.6);
          font-family: roboto-medium; }
    .form-complimentary .marked.copy_rules {
      margin-top: 21px;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .form-complimentary .marked.copy_rules h2 {
        margin: 20px 0 0; }
      .form-complimentary .marked.copy_rules ul li span .optional {
        color: rgba(90, 90, 90, 0.7);
        display: inline-block;
        font-size: 12px;
        margin: 0 0 0 4px;
        vertical-align: 0; }
    .form-complimentary .marked.dealers_outlets {
      margin-top: 19px;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .form-complimentary .marked.dealers_outlets h2 {
        margin: 20px 0 0; }
      .form-complimentary .marked.dealers_outlets ul {
        margin-top: 18px; }
        .form-complimentary .marked.dealers_outlets ul li {
          width: 100%; }
          .form-complimentary .marked.dealers_outlets ul li .added_pdut {
            width: 100%;
            height: 275px;
            margin-top: 30px;
            padding: 34px 0; }
            .form-complimentary .marked.dealers_outlets ul li .added_pdut p {
              font-size: 24px;
              color: #101010; }
            .form-complimentary .marked.dealers_outlets ul li .added_pdut span {
              color: rgba(16, 16, 16, 0.6);
              font-size: 14px;
              display: block;
              margin: 0;
              line-height: 1; }
          .form-complimentary .marked.dealers_outlets ul li span {
            margin-bottom: 3px; }
          .form-complimentary .marked.dealers_outlets ul li .centraldrop {
            margin-right: 0;
            margin-top: 0; }
      .form-complimentary .marked.dealers_outlets .select_dealers_btn {
        display: inline-block;
        width: 190px;
        margin-top: 0px;
        padding: 7px 0;
        border-radius: 2px;
        border: solid 1px #f13d17;
        letter-spacing: 0.4px;
        text-align: center;
        color: #f13d17;
        font-size: 13px;
        margin-left: 17px;
        font-family: roboto-medium; }
        .form-complimentary .marked.dealers_outlets .select_dealers_btn:hover {
          background-color: #f23d18;
          color: #fff; }
  .form-complimentary .Save_preview {
    text-align: center; }
    .form-complimentary .Save_preview .btngroup {
      margin-bottom: 13px; }
      .form-complimentary .Save_preview .btngroup .button {
        width: 251px;
        font-family: roboto-medium;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        font-size: 18px; }

.form-complimentary .marked.copyrulselect .centraldrop .select-wrapper ul {
  max-height: 215px;
  overflow: auto; }

.form-complimentary .marked.copyrulselect .centraldrop .select-wrapper ul li.optgroup span {
  color: #010101;
  font-size: 14px !important; }

.form-complimentary .marked.copyrulselect .centraldrop .select-wrapper ul li.optgroup-option span {
  padding-left: 3px !important; }

.marked.copyrulselect .centraldrop .select-wrapper ul li.optgroup:hover {
  background-color: transparent; }

.dealersoutlet .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.dealersoutlet .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
  height: auto;
  overflow-x: hidden;
  max-height: 256px;
  padding-bottom: 7px;
  margin-top: 0px !important;
  border-top-left-radius: 0px;
  padding-bottom: 7px;
  margin-top: 1px !important;
  border-top-right-radius: 0px;
  border-top-color: transparent; }

.dealersoutlet li.multiselect-item.multiselect-group label b {
  line-height: 40px; }

.dealersoutlet .multiselect-container > li {
  padding: 0;
  margin-bottom: 1px;
  width: 100%; }

.dealersoutlet li.multiselect-item.multiselect-group.IVRlistblock {
  border-top: 1px solid #dddddd;
  margin-top: 6px; }

.dealersoutlet .dropdown-menu > li > a {
  display: block;
  padding: 0px 0px 0px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  outline: none;
  white-space: nowrap; }

.dealersoutlet .multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 0px;
  height: 27px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px; }

.dealersoutlet label {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  margin-left: 16px;
  vertical-align: -1px; }

.dealersoutlet .multiselect-container > li > a > label {
  text-align: left;
  font-family: roboto-medium;
  cursor: pointer;
  padding-left: 0;
  font-weight: normal;
  font-size: 14px;
  color: #010101;
  line-height: 20px;
  margin: 0;
  width: 100%;
  z-index: 1;
  position: relative; }

.dealersoutlet label.checkbox {
  cursor: pointer !important;
  padding-left: 25px !important; }

.dealersoutlet .dropdown-menu > .active > a, .dealersoutlet .dropdown-menu > .active > a:focus, .dealersoutlet .dropdown-menu > .active > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0; }

.dealersoutlet .dropdown-menu > .active > a, .dealersoutlet .dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: #fff; }

.dealersoutlet .checkbox, .dealersoutlet .radio {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

.dealersoutlet .btn-group.open .dropdown-toggle {
  box-shadow: none !important; }

.dealersoutlet .btn-group .dropdown-toggle:active, .dealersoutlet .btn-group.open .dropdown-toggle {
  outline: 0;
  box-shadow: none !important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 25px; }

.dealersoutlet .dealerdata {
  display: inline-block;
  margin-left: 27px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px; }
  .dealersoutlet .dealerdata .title {
    font-size: 14px;
    font-family: roboto-medium;
    text-align: left;
    padding-bottom: 5px; }

.dealersoutlet .dropdown-menu > li > a:focus, .dealersoutlet .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.dealersoutlet .dropdown-menu > li > a > label:focus, .dealersoutlet .dropdown-menu > li > a > label:hover {
  cursor: default; }

.dropdown-menu > li.container > a:focus, .dropdown-menu > li.container > a:hover {
  background-color: #f5f5f5;
  cursor: pointer; }

span.multiselect-selected-text {
  width: 100%;
  display: inline-block;
  color: rgba(90, 90, 90, 0.7);
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
  line-height: 1.3; }

.dealersoutlet .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0px;
  right: 24px;
  height: 16px;
  width: 16px; }

.dealersoutlet .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #f1f1f1;
  border-radius: 2px;
  border: 1px solid #c1c1c1; }

.dealersoutlet .container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  top: 0;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
  line-height: 20px; }

.dealersoutlet .checkmark {
  left: 17px;
  top: 10px; }

.dealersoutlet .container.active .checkmark {
  background-color: #f75d34;
  border-color: #f75d34; }

.dealersoutlet .container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.dealersoutlet .container .checkmark:after {
  left: 5px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.dealersoutlet .container.active .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  display: block; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************form-complimentary-filled scss*************/
.form-complimentary-two .marked span {
  margin-bottom: 31px; }

.form-complimentary-two .marked .choose {
  margin: 3px 0 0 0;
  display: block; }

.form-complimentary-two .marked ul li:nth-child(2) .added_pdut {
  padding: 12px 16px 8px;
  height: auto; }
  .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p {
    text-align: left;
    margin: 10px 0 6px 0;
    line-height: normal;
    font-family: roboto-medium; }
    .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p span {
      margin: 0; }
    .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .web {
      display: inline-block;
      color: #5a5a5a; }
    .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p a {
      position: relative;
      color: #f13d17;
      font-size: 12px;
      display: inline-block;
      margin-left: 30px; }
      .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p a .close-icon {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 2.5px;
        left: -15px; }
    .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .Web_remove, .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .Web_remove2 {
      display: inline-block;
      color: rgba(90, 90, 90, 0.7);
      font-size: 12px;
      width: 108px;
      font-family: roboto-medium; }
      .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .Web_remove .GogoSar, .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .Web_remove2 .GogoSar {
        font-size: 17px;
        margin: 0 2px 0 5px;
        display: inline-block;
        vertical-align: -2px;
        color: #495057; }
      .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .Web_remove.Web_remove2, .form-complimentary-two .marked ul li:nth-child(2) .added_pdut p .Web_remove2.Web_remove2 {
        color: #5a5a5a; }
  .form-complimentary-two .marked ul li:nth-child(2) .added_pdut .call_trc_bdr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 10px; }
    .form-complimentary-two .marked ul li:nth-child(2) .added_pdut .call_trc_bdr .web {
      margin: 0; }

.form-complimentary-two .marked.dealers_outlets h2 {
  margin-top: 19px; }

.form-complimentary-two .marked.dealers_outlets ul li:nth-child(2) .added_pdut {
  text-align: center;
  padding: 34px 0; }
  .form-complimentary-two .marked.dealers_outlets ul li:nth-child(2) .added_pdut p {
    text-align: center;
    margin-top: 6px; }

.form-complimentary-two .Save_preview .btngroup {
  margin-top: 0; }
  .form-complimentary-two .Save_preview .btngroup .button {
    text-transform: uppercase;
    margin: 30px 0 20px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************form-complimentary-filled scss*************/
.complimentary-three .marked ul li .trck {
  color: #101010;
  font-size: 14px;
  margin: 25px 0 22px 0; }

.complimentary-three .marked ul li .select_dealers_btn {
  display: inline-block;
  width: 190px;
  font-family: roboto-medium;
  margin: 0px;
  padding: 7px 0;
  border-radius: 2px;
  border: solid 1px #f13d17;
  letter-spacing: 0.4px;
  text-align: center;
  color: #f13d17;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .complimentary-three .marked ul li .select_dealers_btn:hover {
    background-color: #f23d18;
    color: #fff; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************17-add-pack-dealership-form-complimentary-filled-1 scss*************/
.cmplmntry-four .marked ul li .Deli_very .centraldrop {
  margin-bottom: 30px; }
  .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice {
    display: inline-block;
    margin-right: 18px;
    margin-top: 37px; }
    .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .date_width {
      width: 191px; }
      .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .date_width .cst_bg {
        color: #495057; }
      .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .date_width .icon-celender {
        position: absolute;
        top: 8px;
        right: 8px;
        background: url(../images/calendar.png);
        width: 23px;
        height: 20px; }
    .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .cost_pr {
      position: relative; }
      .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .cost_pr .pad_lft {
        padding-left: 20px;
        width: 86px; }
      .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .cost_pr input {
        color: #495057; }
      .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .cost_pr .pad_lft3 {
        width: 86px; }
      .cmplmntry-four .marked ul li .Deli_very .centraldrop .relate_invoice .cost_pr .GogoSar {
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 18px; }

.cmplmntry-four .marked ul li:nth-child(2) .added_pdut {
  padding: 31px 40px 23px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************17-add-pack-dealership-form-complimentary-filled-10-edit Loading layers… scss*************/
.cmplmntry-filed-edit .cmplmntry_edit h2 {
  margin: 23px 0 12px;
  position: relative;
  /*a{margin-left:16px; position:absolute;top:-3px;}*/ }
  .cmplmntry-filed-edit .cmplmntry_edit h2 .Edit_search i {
    vertical-align: -6px; }

.cmplmntry-filed-edit .cmplmntry_edit .mrgn_first .seprater {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .cmplmntry-filed-edit .cmplmntry_edit .mrgn_first .seprater .finance_list {
    width: 540px;
    margin: 0 0 10px 0; }
    .cmplmntry-filed-edit .cmplmntry_edit .mrgn_first .seprater .finance_list li {
      display: inline-block;
      width: 33%;
      text-align: left; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_first .seprater .finance_list li span {
        color: rgba(90, 90, 90, 0.7);
        font-size: 14px;
        margin: 0 0 16px 0; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_first .seprater .finance_list li .l_p_new {
        color: #5a5a5a;
        display: block; }

.cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none {
  border-bottom: none; }
  .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .finance_list {
    width: 100%;
    margin-top: 2px; }
    .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .finance_list li {
      width: 100%; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .finance_list li span {
        color: rgba(90, 90, 90, 0.7);
        font-size: 14px;
        margin: 0 0 12px 0;
        text-align: left; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .finance_list li .l_p_new {
        color: #5a5a5a;
        display: block; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .finance_list li.upload_file {
        margin-top: 22px; }
  .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .invce_2 {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    position: relative;
    margin: 18px 0 30px; }
    .cmplmntry-filed-edit .cmplmntry_edit .mrgn_two .sprtr_bdr_none .invce_2 span {
      letter-spacing: 0.4px;
      color: #101010;
      position: absolute;
      font-family: roboto-medium;
      top: -9px;
      left: 18px;
      background: #fff;
      padding: 0 4px;
      margin: 0;
      text-transform: uppercase; }

.cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none {
  border-bottom: none; }
  .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .finance_list {
    width: 100%;
    margin-top: 35px; }
    .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .finance_list li {
      float: left;
      width: 10%; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .finance_list li span {
        color: rgba(90, 90, 90, 0.7);
        font-size: 14px;
        margin: 0 0 16px 0;
        text-align: left; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .finance_list li .l_p_new {
        color: #5a5a5a;
        display: block; }
        .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .finance_list li .l_p_new .GogoSar {
          font-size: 17px;
          vertical-align: top; }
  .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .invce_2 {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    position: relative;
    margin: 30px 0; }
    .cmplmntry-filed-edit .cmplmntry_edit .mrgn_thre .sprtr_bdr_none .invce_2 span {
      letter-spacing: 0.4px;
      color: #101010;
      position: absolute;
      font-family: roboto-medium;
      top: -9px;
      left: 18px;
      background: #fff;
      padding: 0 4px;
      margin: 0;
      text-transform: uppercase; }

.cmplmntry-filed-edit .cmplmntry_edit .mrgn_four {
  margin-top: 0; }
  .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm .finance_list {
      width: auto;
      margin-top: 0; }
      .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm .finance_list li {
        display: block;
        width: 100%; }
        .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm .finance_list li span {
          color: rgba(90, 90, 90, 0.7);
          font-size: 14px;
          margin: 0 0 16px 0;
          text-align: left; }
        .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm .finance_list li .l_p_new {
          color: #5a5a5a;
          display: block; }
        .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm .finance_list li .text_aria {
          width: 610px;
          margin-bottom: 5px !important; }
        .cmplmntry-filed-edit .cmplmntry_edit .mrgn_four .sprtr_bdr_btm .finance_list li.second_child span {
          margin-top: 15px;
          margin-bottom: 22px; }

.cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list {
    margin-top: 0; }
    .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li {
      float: left;
      width: 50%;
      text-align: left; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li div span {
        color: rgba(90, 90, 90, 0.7); }
        .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li div span .Op_tional {
          display: inline-block;
          font-size: 12px; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li div .cngltn_dlr {
        color: #5a5a5a;
        font-size: 14px;
        margin-top: 13px; }
        .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li div .cngltn_dlr .GogoSar {
          font-size: 17px;
          display: inline-block;
          vertical-align: middle; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li div .Optional {
        display: inline-block;
        font-size: 12px;
        vertical-align: 0;
        margin: 0; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li div p {
        display: inline-block;
        margin-right: 51px;
        vertical-align: top; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .emal_ler {
        margin-top: 32px; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dura_tion {
        margin-top: 41px; }
        .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dura_tion p {
          vertical-align: top; }
          .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dura_tion p .cngltn_dlr {
            margin-top: 26px; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dura_tion_3 {
        margin-bottom: 30px; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dl_vry_dte {
        margin-bottom: 42px; }
        .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dl_vry_dte span {
          margin: 10px 0 15px 0; }
      .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls .tie_type_list li .dl_vry_dte_2 {
        padding-bottom: 35px; }
  .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls.cnfgrtn_dtls_2 {
    padding-bottom: 9px; }
    .cmplmntry-filed-edit .cmplmntry_edit .cnfgrtn_dtls.cnfgrtn_dtls_2 ul li div span {
      margin: 7px 0 17px 0; }

.cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts {
  border-bottom: none; }
  .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list {
    margin-top: 0; }
    .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li {
      width: 100%;
      display: block; }
      .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li table {
        width: 100%;
        border-radius: 2px;
        border: solid 1px #e8e8e8;
        background: #fff;
        margin-top: 29px; }
        .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li table tr th, .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li table tr td {
          color: #010101;
          font-size: 14px;
          padding: 17px 20px;
          text-align: left;
          line-height: normal; }
        .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li table tr td {
          color: #5a5a5a;
          border-right: 1px dashed #cbcbc3;
          padding: 10px 20px; }
          .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li table tr td span {
            color: rgba(0, 0, 0, 0.4);
            font-size: 12px;
            font-family: roboto-regular;
            margin: 0; }
        .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li table tr:nth-child(odd) {
          background-color: #f8f9fb !important; }
      .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li .Save_preview .btngroup {
        margin: 0; }
        .cmplmntry-filed-edit .cmplmntry_edit .dlr_stlts .tie_type_list li .Save_preview .btngroup .button {
          margin: 30px 0 10px; }

.cmplmntry-filed-edit ul {
  margin-top: 0; }

.table_popup .popupwrap {
  width: 100%; }
  .table_popup .popupwrap .close {
    top: 12px;
    right: 16px; }
    .table_popup .popupwrap .close .close_icon {
      background: url(../images/close-icon-pop.png) no-repeat 0 0;
      display: block;
      height: 18px;
      width: 18px; }
  .table_popup .popupwrap .mainSearchForm {
    width: 100%;
    padding: 20px; }
    .table_popup .popupwrap .mainSearchForm .dealers_outlets {
      border: none; }
      .table_popup .popupwrap .mainSearchForm .dealers_outlets h2 {
        color: #008be6;
        font-family: roboto-medium;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        margin: 0; }
      .table_popup .popupwrap .mainSearchForm .dealers_outlets ul {
        width: 100%;
        margin: 0;
        padding-top: 0px; }
        .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li {
          width: 100%; }
          .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li span {
            color: rgba(16, 16, 16, 0.6);
            display: block;
            font-size: 12px;
            line-height: 34px;
            margin: 0; }
          .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .centraldrop {
            vertical-align: top;
            margin-right: 20px;
            display: inline-block;
            margin-top: 7px; }
            .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .centraldrop .input-field {
              width: 401px;
              position: relative; }
              .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .centraldrop .input-field .caret {
                display: none !important; }
          .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table {
            width: 100%;
            border-radius: 2px;
            border: solid 1px #e8e8e8;
            background: #fff;
            margin-top: 31px; }
            .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr th, .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td {
              color: #010101;
              font-size: 14px;
              padding: 17px 20px;
              text-align: left;
              line-height: normal; }
            .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td {
              color: #5a5a5a;
              border-right: 1px dashed #cbcbc3;
              padding: 10px 20px; }
              .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td span {
                color: rgba(0, 0, 0, 0.4);
                font-size: 12px;
                font-family: roboto-regular;
                margin: 0; }
              .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td input {
                width: auto;
                height: 28px;
                border-radius: 2px; }
                .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td input.dsmcol::-webkit-input-placeholder {
                  color: rgba(16, 16, 16, 0.7) !important;
                  opacity: 1 !important;
                  /* for chrome */ }
            .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr:nth-child(odd) {
              background-color: #f8f9fb !important; }
          .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview {
            text-align: center; }
            .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup {
              margin: 30px 0 10px; }
              .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup .button, .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup .button_cncl {
                width: 158px;
                height: 47px;
                text-transform: uppercase;
                margin-right: 20px;
                font-family: roboto-medium;
                vertical-align: middle;
                font-size: 18px;
                letter-spacing: 0.9px;
                text-align: center;
                display: inline-block;
                background: #f23d18;
                border-radius: 3px; }
                .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup .button:hover, .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup .button_cncl:hover {
                  background: #e53410; }
              .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup .button_cncl {
                border: solid 1px #c4cad0;
                color: rgba(90, 90, 90, 0.7);
                line-height: 42px;
                background: #fff; }
                .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li .Save_preview .btngroup .button_cncl:hover {
                  background: #fff; }
    .table_popup .popupwrap .mainSearchForm .select_dealers_btn {
      display: inline-block;
      width: 190px;
      margin-top: 7px;
      padding: 7px 0;
      border-radius: 2px;
      border: solid 1px #f13d17;
      letter-spacing: 0.4px;
      text-align: center;
      color: #f13d17;
      font-size: 13px;
      margin-left: 0px;
      font-family: roboto-medium; }
      .table_popup .popupwrap .mainSearchForm .select_dealers_btn:hover {
        background-color: #f23d18;
        color: #fff; }

@media screen and (max-width: 1500px) {
  .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td {
    padding: 3px 7px; }
  .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td span {
    line-height: 1.5; }
  .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr th, .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr td {
    font-size: 12px; }
  .table_popup .popupwrap .mainSearchForm .dealers_outlets ul li table tr th {
    padding: 7px 20px; }
  .table_popup .popupwrap input[type="text"], .table_popup .popupwrap input[type="email"],
  .table_popup .popupwrap input[type="tel"], .table_popup .popupwrap textarea {
    font-size: 12px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************17-add-pack-dealership-form-complimentary-filled-9 scss*************/
.cmplmntry_9 .dealers_outlets ul li {
  width: 100%;
  display: block; }
  .cmplmntry_9 .dealers_outlets ul li table {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    background: #fff;
    margin-top: 31px; }
    .cmplmntry_9 .dealers_outlets ul li table tr th, .cmplmntry_9 .dealers_outlets ul li table tr td {
      color: #010101;
      font-size: 14px;
      padding: 17px 20px;
      text-align: left;
      line-height: normal; }
    .cmplmntry_9 .dealers_outlets ul li table tr th {
      font-family: roboto-medium;
      font-weight: normal; }
    .cmplmntry_9 .dealers_outlets ul li table tr td {
      color: #5a5a5a;
      border-right: 1px dashed #cbcbc3;
      padding: 10px 20px; }
      .cmplmntry_9 .dealers_outlets ul li table tr td span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
        font-family: roboto-regular;
        margin: 0; }
      .cmplmntry_9 .dealers_outlets ul li table tr td input {
        width: 89px;
        height: 28px;
        border-radius: 2px; }
        .cmplmntry_9 .dealers_outlets ul li table tr td input.dsmcol::-webkit-input-placeholder {
          color: rgba(16, 16, 16, 0.7) !important;
          opacity: 1 !important;
          /* for chrome */ }
    .cmplmntry_9 .dealers_outlets ul li table tr:nth-child(odd) {
      background-color: #f8f9fb !important; }
  .cmplmntry_9 .dealers_outlets ul li .Save_preview .btngroup {
    margin: 0; }
    .cmplmntry_9 .dealers_outlets ul li .Save_preview .btngroup .button {
      margin: 30px 0 10px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************17-add-pack-dealership-form-complimentary-filled-9 scss*************/
.cmplmntry_8 .dealers_outlets ul li .input-field .selectnameno {
  width: 400px;
  float: left; }
  .cmplmntry_8 .dealers_outlets ul li .input-field .selectnameno .multi-select_field.is-empty {
    color: rgba(90, 90, 90, 0.7) !important;
    font-family: roboto-medium; }
  .cmplmntry_8 .dealers_outlets ul li .input-field .selectnameno .multi-select_options {
    max-height: 400px; }
  .cmplmntry_8 .dealers_outlets ul li .input-field .selectnameno .multi-select_label {
    line-height: 2.57;
    width: auto !important;
    text-align: left;
    color: #101010;
    font-family: roboto-medium;
    font-size: 14px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************22-pack-detail-tab-activity scss*************/
.acti_vity {
  margin-bottom: 39px; }
  .acti_vity ul.P_info_list li {
    display: inline-block;
    letter-spacing: 0.4px;
    color: #101010;
    opacity: 0.7;
    /* color:#5a5a5a; */
    font-size: 12px;
    font-family: roboto-regular;
    line-height: 18px;
    margin: 10px 12px 0 0; }
    .acti_vity ul.P_info_list li:after {
      content: '';
      width: 1px;
      height: 15px;
      background: rgba(16, 16, 16, 0.4);
      display: inline-block;
      margin-left: 14px;
      vertical-align: bottom; }
    .acti_vity ul.P_info_list li:last-child:after {
      display: none; }
    .acti_vity ul.P_info_list li p {
      text-align: justify; }
  .acti_vity ul.P_info_list .short_desc {
    position: relative;
    padding-left: 78px; }
    .acti_vity ul.P_info_list .short_desc span {
      position: absolute;
      top: 0;
      left: 0; }
  .acti_vity .gsc_row .heading_date h2 {
    color: #101010 !important;
    font-size: 16px;
    font-family: roboto-regular; }
    .acti_vity .gsc_row .heading_date h2 .active {
      color: rgba(16, 16, 16, 0.6);
      letter-spacing: 0.4px;
      font-size: 13px;
      display: inline-block;
      vertical-align: 2px;
      margin: 0 0 0 12px;
      font-family: roboto-medium;
      cursor: pointer; }
      .acti_vity .gsc_row .heading_date h2 .active:before {
        width: 10px;
        height: 10px;
        background-color: #388e3c;
        content: "";
        margin: 0 8px;
        display: inline-block;
        border-radius: 50%; }
  .acti_vity .tab-activity {
    margin-top: 36px; }
    .acti_vity .tab-activity .innerContainer .mainSearchForm {
      width: auto;
      box-shadow: none;
      min-height: auto;
      float: none;
      padding-bottom: 0; }
      .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabHead {
        padding-bottom: 0;
        border-bottom: 1px solid #dedede;
        overflow: visible; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabHead a {
          width: 142px;
          height: 35px;
          padding: 8px;
          color: rgba(16, 16, 16, 0.7);
          letter-spacing: 0.4px;
          font-size: 12px;
          font-family: roboto-medium;
          border: 1px solid #fff;
          background: #fff;
          border-bottom: none;
          position: relative; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabHead a.active {
          background: #fff;
          border: solid 1px #f13d17;
          border-bottom: none;
          color: #f13d17; }
          .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabHead a.active:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            position: absolute;
            bottom: -1px;
            left: 0; }
      .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody {
        padding: 0; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm {
          margin: 25px 0 0 0; }
          .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm .actvty, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm .actvty {
            color: #101010;
            font-size: 16px;
            margin-bottom: 3px;
            line-height: normal; }
          .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table {
            width: 100%;
            border-radius: 2px;
            border: solid 1px #e8e8e8;
            background: #fff;
            margin-top: 20px; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr th, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr th {
              font-weight: normal;
              font-family: roboto-medium; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr th, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr th, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td {
              color: #010101;
              font-size: 14px;
              padding: 17px 20px;
              text-align: left;
              line-height: normal; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td {
              color: #5a5a5a;
              border-right: 1px dashed #cbcbc3;
              padding: 18px 18px;
              position: relative; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td span, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td span {
                color: rgba(0, 0, 0, 0.4);
                font-size: 12px;
                font-family: roboto-medium;
                margin: 0;
                display: block;
                line-height: 1.5; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td input, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td input {
                width: auto;
                height: 28px;
                border-radius: 2px; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td:first-child, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td:first-child {
                font-family: roboto-medium; }
                .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td:first-child .icon-plus-drop, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td:first-child .icon-minus-drop, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td:first-child .icon-plus-drop, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td:first-child .icon-minus-drop {
                  position: absolute;
                  right: 20px;
                  top: 38%;
                  cursor: pointer; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td:last-child, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td:last-child {
                border-right: none; }
                .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td:last-child span, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td:last-child span {
                  font-size: 14px;
                  color: #5a5a5a;
                  font-family: roboto-regular; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td:nth-last-child(2) span, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td:nth-last-child(2) span {
                font-size: 14px;
                color: #5a5a5a;
                font-family: roboto-regular; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td .icon-eye, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td .icon-eye {
                margin-right: 15px; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th {
              padding: 8px 17px; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th:nth-child(3), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th:nth-child(5), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th:nth-child(6), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th:nth-child(7), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th:nth-child(8), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th:nth-child(3), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th:nth-child(5), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th:nth-child(6), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th:nth-child(7), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th:nth-child(8) {
                text-align: center; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr th:last-child, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr th:last-child {
                text-align: center;
                padding: 8px 4px; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td {
              padding: 8px 17px; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td:nth-child(3), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td:nth-child(5), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td:nth-child(6), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td:nth-child(7), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td:nth-child(8), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td:nth-child(3), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td:nth-child(5), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td:nth-child(6), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td:nth-child(7), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td:nth-child(8) {
                text-align: center; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table.Pack_details_tbl tr td:last-child, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table.Pack_details_tbl tr td:last-child {
                text-align: center;
                padding: 8px 4px; }
          .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm .pagination, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm .pagination {
            margin-bottom: 0; }
          .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table {
            margin-bottom: 24px;
            border-radius: 2px;
            border: solid 1px #e8e8e8; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr th, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr th {
              position: relative; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr th .agentname, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr th .agentname {
                cursor: pointer; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr th:first-child, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr th:first-child {
                width: 14%; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr th:nth-child(9), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr th:nth-child(9) {
                width: 20%; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr td, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr td {
              padding: 14px 20px;
              position: relative; }
            .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr .Filterfield, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr .Filterfield {
              padding: 20px;
              border-top: 1px solid #ddd;
              border-bottom: 1px solid #ddd;
              background: #fff; }
              .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr .Filterfield .usermngview .levestep table, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr .Filterfield .usermngview .levestep table {
                background: #fff;
                margin: 0; }
                .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr {
                  border-bottom: 1px solid #F4F4F4; }
                  .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr th, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr th {
                    background-color: #F4F4F4;
                    color: rgba(1, 1, 1, 0.6);
                    font-size: 14px;
                    padding: 7px 20px;
                    font-family: roboto-regular; }
                  .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr td, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr td {
                    letter-spacing: normal;
                    text-align: left;
                    color: #010101;
                    font-size: 14px;
                    border-right: none;
                    background: #fff;
                    line-height: normal;
                    font-family: roboto-regular;
                    vertical-align: top;
                    padding: 15px 20px; }
                    .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr td .icon-edit-table, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm.dealershipForm table tr .Filterfield .usermngview .levestep table tr td .icon-edit-table {
                      cursor: pointer;
                      display: block;
                      margin: 0 auto; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:first-child, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:first-child {
          width: 17.412%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(2), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(2) {
          width: 10.779%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(3), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(3) {
          width: 9.452%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(4), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(4) {
          width: 8.706%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(5), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(5) {
          width: 6.799%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(6), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(6) {
          width: 6.467%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(7), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(7) {
          width: 8.291%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(8), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(8) {
          width: 7.131%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(9), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(9) {
          width: 17.242%; }
        .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table th:nth-child(10), .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody #dealerForm table td:nth-child(10) {
          width: 8.296%; }

.Edit_search.rounded {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: solid 1px transparent;
  vertical-align: middle; }
  .Edit_search.rounded i {
    vertical-align: -5px; }
  .Edit_search.rounded:hover {
    border: solid 1px #f13d17;
    background: #fff; }

@media screen and (max-width: 1400px) {
  .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealershipForm table tr td .icon-eye, .acti_vity .tab-activity .innerContainer .mainSearchForm .tab .tabBody .dealerForm table tr td .icon-eye {
    margin-right: 5px; } }

@media screen and (min-width: 1281px) {
  .acti_vity ul.P_info_list .short_desc {
    width: 80%; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************22-pack-detail-tab-activity scss*************/
.acti_vity .gsc_row, .acti_vity_2 .gsc_row {
  position: relative; }
  .acti_vity .gsc_row.rela_tive_brdr, .acti_vity_2 .gsc_row.rela_tive_brdr {
    width: 100%;
    display: inline-block;
    margin-bottom: 19px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
    .acti_vity .gsc_row.rela_tive_brdr .range_right .rangeslider:before, .acti_vity_2 .gsc_row.rela_tive_brdr .range_right .rangeslider:before {
      width: 75%; }

.acti_vity .heading_date h2, .acti_vity_2 .heading_date h2 {
  font-size: 16px !important;
  color: #5a5a5a !important;
  font-family: roboto-medium; }
  .acti_vity .heading_date h2 .bra_nd, .acti_vity_2 .heading_date h2 .bra_nd {
    font-size: 12px;
    letter-spacing: 0px;
    color: rgba(16, 16, 16, 0.6);
    font-family: roboto-medium;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 20px; }

.acti_vity .heading_date ul li, .acti_vity_2 .heading_date ul li {
  /* color:#5a5a5a!important; */ }

.acti_vity .btn_prt .gsc_row .brdr_btm .save-cancel-btn, .acti_vity_2 .btn_prt .gsc_row .brdr_btm .save-cancel-btn {
  text-align: center;
  border-top: 1px solid #a9a9a9;
  padding: 30px 0 40px; }
  .acti_vity .btn_prt .gsc_row .brdr_btm .save-cancel-btn .save_bt, .acti_vity_2 .btn_prt .gsc_row .brdr_btm .save-cancel-btn .save_bt {
    width: 205px;
    height: 47px;
    border-radius: 3px;
    background-color: #000000;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #acacac;
    font-family: roboto-medium;
    text-align: center;
    text-transform: uppercase;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    opacity: 0.6; }
  .acti_vity .btn_prt .gsc_row .brdr_btm .save-cancel-btn .cncel_bt, .acti_vity_2 .btn_prt .gsc_row .brdr_btm .save-cancel-btn .cncel_bt {
    width: 205px;
    height: 47px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #5a5a5a;
    font-family: roboto-medium;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    opacity: 0.6; }

.acti_vity .btn_prt .gsc_row .create_rule_btn, .acti_vity_2 .btn_prt .gsc_row .create_rule_btn {
  width: 207px;
  height: 37px;
  border-radius: 3px;
  border: 1px solid #a9a9a9;
  font-size: 12px;
  line-height: 26px;
  color: #2d2d2d;
  font-family: roboto-medium;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  background: none;
  cursor: pointer;
  margin-bottom: 35px;
  opacity: 0.6; }
  .acti_vity .btn_prt .gsc_row .create_rule_btn .icon-plus-fresh, .acti_vity_2 .btn_prt .gsc_row .create_rule_btn .icon-plus-fresh {
    margin-left: 12px; }

.bdr_btm_add {
  border-bottom: 1px solid #dedede;
  margin: 25px 0; }

.tab-activity-two {
  margin-top: 0;
  /* first_rules first scss start */
  /* first_rules second scss start */
  /* first_rules thard scss start */
  /* multiple box css start */ }
  .tab-activity-two h2 {
    color: #008be6;
    font-family: roboto-medium;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    margin: 25px 0; }
  .tab-activity-two span {
    font-size: 13px;
    letter-spacing: 0px;
    font-family: roboto-medium;
    color: rgba(16, 16, 16, 0.6); }
  .tab-activity-two .first_rules ul {
    border-left: 1px solid #ebebeb;
    margin: 0;
    padding: 6px 0 13px 16px; }
    .tab-activity-two .first_rules ul li {
      position: relative;
      margin-bottom: 30px; }
      .tab-activity-two .first_rules ul li .one_nine_perent {
        opacity: 0.7; }
        .tab-activity-two .first_rules ul li .one_nine_perent .one_nine {
          font-size: 12px;
          color: #5a5a5a;
          font-family: roboto-medium;
          text-transform: capitalize;
          display: block;
          opacity: 0.7; }
        .tab-activity-two .first_rules ul li .one_nine_perent .s_core {
          font-size: 12px;
          letter-spacing: 0px;
          color: #5a5a5a;
          font-family: roboto-medium;
          text-transform: uppercase; }
        .tab-activity-two .first_rules ul li .one_nine_perent:first-child {
          opacity: 1; }
      .tab-activity-two .first_rules ul li .one_nine_perent_top {
        opacity: 1; }
      .tab-activity-two .first_rules ul li .icon-round-big, .tab-activity-two .first_rules ul li .icon-round-big-white {
        position: absolute;
        left: -28px;
        top: 16px; }
      .tab-activity-two .first_rules ul li .icon-round-big-white {
        left: -26px; }
      .tab-activity-two .first_rules ul li:last-child {
        margin-bottom: 0; }
  .tab-activity-two .second_rules .container .lft_drp {
    width: 224px;
    float: left;
    height: 366px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 12px 16px; }
    .tab-activity-two .second_rules .container .lft_drp .cncto {
      font-size: 14px;
      color: #101010;
      font-family: roboto-medium;
      padding: 0 0 12px; }
      .tab-activity-two .second_rules .container .lft_drp .cncto .optional {
        font-size: 12px;
        /* color: rgba(16, 16, 16, 0.7); */
        color: #5a5a5a;
        opacity: 0.7;
        margin-left: 4px; }
  .tab-activity-two .second_rules .container .selec_ted {
    width: 528px;
    height: 366px;
    float: left;
    background-color: #f8f9fb;
    border: 1px solid #e8e8e8;
    padding: 12px 16px; }
    .tab-activity-two .second_rules .container .selec_ted ul li {
      font-family: roboto-medium;
      width: 60%;
      display: inline-block;
      clear: both; }
      .tab-activity-two .second_rules .container .selec_ted ul li .item_one {
        font-size: 14px;
        line-height: 32px;
        color: #5a5a5a;
        float: left; }
      .tab-activity-two .second_rules .container .selec_ted ul li .remve_all {
        font-size: 12px;
        color: #f75d34;
        float: right; }
        .tab-activity-two .second_rules .container .selec_ted ul li .remve_all .close-icon, .tab-activity-two .second_rules .container .selec_ted ul li .remve_all .close-icon-grey {
          margin-top: 12px;
          margin-right: 26px; }
      .tab-activity-two .second_rules .container .selec_ted ul li .item_start {
        font-size: 12px;
        color: rgba(16, 16, 16, 0.6);
        float: left; }
      .tab-activity-two .second_rules .container .selec_ted ul li:first-child {
        margin-bottom: 20px; }
  .tab-activity-two .therd_rules {
    /* width:400px; height:432px; */
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(16, 16, 16, 0.15);
    background-color: #f8f9fb;
    border: 1px solid #e8e8e8;
    padding: 0 16px; }
    .tab-activity-two .therd_rules p {
      font-size: 14px;
      color: #101010;
      font-family: roboto-medium;
      text-transform: uppercase;
      padding: 12px 16px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0 -16px;
      background: #fff; }
    .tab-activity-two .therd_rules .acrdion_part {
      background-color: #f8f9fb;
      padding: 0 16px;
      margin: 0 -16px;
      /* Pre hide sections with JavaScript on
			--- */ }
      .tab-activity-two .therd_rules .acrdion_part .width50Per .icon-check-round {
        display: inline-block;
        vertical-align: -4px;
        margin-right: 10px; }
      .tab-activity-two .therd_rules .acrdion_part .width50Per p {
        border: none;
        text-transform: capitalize;
        background: none;
        margin: 0px 20px 16px;
        padding: 0; }
        .tab-activity-two .therd_rules .acrdion_part .width50Per p .icon-round-little {
          display: inline-block;
          vertical-align: 0;
          margin-right: 10px; }
        .tab-activity-two .therd_rules .acrdion_part .width50Per p span {
          display: inline-block;
          font-size: 12px;
          color: #5a5a5a;
          opacity: 0.7;
          font-family: roboto-medium;
          width: 323px;
          vertical-align: top; }
      .tab-activity-two .therd_rules .acrdion_part .clearfix {
        clear: both; }
      .tab-activity-two .therd_rules .acrdion_part .gsc-co-vWrap {
        position: relative; }
      .tab-activity-two .therd_rules .acrdion_part .gsc-co-vWrap [data-gsco-header] {
        background-image: none !important;
        padding-left: 10px !important; }
      .tab-activity-two .therd_rules .acrdion_part [data-gsco-wrap] [data-gsco-header] {
        margin: 0;
        /*background-color: #e1e1e1;*/ }
      .tab-activity-two .therd_rules .acrdion_part [data-gsco-wrap] > [data-gsco-header] {
        cursor: pointer;
        background: url("../images/top-arrow.png") #f8f9fb right 22px no-repeat;
        display: block;
        padding: 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 12px;
        letter-spacing: 0px;
        color: #5a5a5a;
        font-family: Roboto-bold;
        text-transform: uppercase; }
      .tab-activity-two .therd_rules .acrdion_part [data-gsco-wrap] > [data-gsco-header]:hover {
        /* background-color: #d9d9d9; */ }
      .tab-activity-two .therd_rules .acrdion_part [data-gsco-wrap] > [data-gsco-header].gsc_co_open {
        background: url("../images/down-arrow.png") #f8f9fb right 22px no-repeat; }
      .tab-activity-two .therd_rules .acrdion_part [data-gsco-wrap] [data-gsco-header] + [data-gsco-content] {
        padding: 0 10px 10px 10px;
        display: none; }
    .tab-activity-two .therd_rules .acrdion_part div[data-gsco-wrap]:first-child div[data-gsco-header] {
      border-top: none; }
  .tab-activity-two .container {
    width: 100%;
    position: relative; }
    .tab-activity-two .container .form-group {
      width: 190px;
      position: relative;
      display: inline-block; }
      .tab-activity-two .container .form-group select:required:invalid {
        color: gray; }
      .tab-activity-two .container .form-group option[value=""][disabled] {
        display: none; }
      .tab-activity-two .container .form-group option {
        color: black; }
      .tab-activity-two .container .form-group .ms-parent .ms-choice {
        border-radius: 2px;
        height: 33px;
        position: relative; }
        .tab-activity-two .container .form-group .ms-parent .ms-choice span {
          top: 3px;
          font-size: 14px; }
      .tab-activity-two .container .form-group .ms-parent .ms-drop {
        height: 267px;
        background-color: #f8f9fb;
        border: 1px solid #ececec;
        border-radius: 0;
        box-shadow: none; }
        .tab-activity-two .container .form-group .ms-parent .ms-drop ul li label input {
          display: inline-block !important;
          margin-right: 12px; }
      .tab-activity-two .container .form-group:after {
        width: 63px;
        height: 33px;
        border-radius: 0px 2px 2px 0px;
        background-color: #f23d18;
        border: 1px solid #c23012;
        font-size: 12px;
        letter-spacing: 0.4px;
        color: #ffffff;
        font-family: Roboto-medium;
        position: absolute;
        top: 33px;
        right: 0;
        content: "Add";
        text-align: center;
        line-height: 28px;
        cursor: pointer; }

.tab-activity-two .container .form-group .ms-parent .ms-drop {
  z-index: 9; }

.tab-activity-two .container .form-group .ms-parent .ms-drop ul li {
  padding: 6px 0; }

.tab-activity-two .container .form-group .ms-parent .ms-drop ul li label input {
  display: inline-block !important;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  z-index: 101;
  height: 16px; }

.tab-activity-two .container .form-group .ms-parent .ms-drop ul li label input:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0px;
  height: 16px;
  width: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff; }

.tab-activity-two .container .form-group .ms-parent .ms-drop ul li label input:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  height: 9px;
  width: 5px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(0deg); }

.tab-activity-two .container .form-group .ms-parent .ms-drop ul li.selected label input:before {
  background: #f23d18;
  border-color: #f23d18; }

.tab-activity-two .container .form-group .ms-parent .ms-drop ul li.selected label input:after {
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

/* media screen scss start */
/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************Latest updated packs scss*************/
.latest_updated_packs .left_side {
  float: left; }
  .latest_updated_packs .left_side ul li {
    padding-right: 14px;
    font-size: 13px;
    letter-spacing: 0.4px;
    color: rgba(16, 16, 16, 0.6);
    font-family: roboto-medium; }
    .latest_updated_packs .left_side ul li .divider {
      width: 1px;
      height: 12px;
      background: rgba(16, 16, 16, 0.2);
      display: inline-block;
      margin-left: 14px;
      vertical-align: middle;
      vertical-align: -1px; }

.latest_updated_packs .right_side {
  position: relative;
  margin-top: 59px;
  float: right; }
  .latest_updated_packs .right_side .srch_fld {
    width: 262px;
    height: 28px;
    border-radius: 2px;
    border: solid 1px #ced4da;
    background-color: #ffffff; }
  .latest_updated_packs .right_side .icon-search {
    position: absolute;
    top: 6px;
    right: 10px; }
  .latest_updated_packs .right_side:before {
    display: none; }

.latest_updated_packs .reposive table th .agentname {
  position: relative; }

.latest_updated_packs .reposive table tr td {
  /* &:first-child{width: 20%;}
					&:nth-child(2){width: 15%;}
					&:nth-child(3){width: 44%;}
					&:nth-child(4){width: 10%;}
					&:last-child{width: 11%;} */ }

.latest_updated_packs .reposive table .g_reen td:nth-child(7) {
  color: #5a5a5a; }

.latest_updated_packs .reposive table .red td {
  /* &:nth-child(4){ color: rgb(255,5,0); } */ }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************Latest created packs scss*************/
/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************Create pack rules preview scss*************/
.create_pack_rules_priview .create_pack_rules_priview_scnd .first_rules ul li .one_nine_perent {
  opacity: 1; }

.create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score {
  background: #F8F9FB;
  padding: 16px;
  border: 1px solid #E7E9E8;
  margin-bottom: 21px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score h3 {
    font-size: 14px;
    color: #101010;
    font-family: roboto-medium;
    padding: 0 0 12px; }
    .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score h3 .optional {
      display: inline-block;
      margin-left: 6px;
      color: #5a5a5a;
      opacity: 0.7; }
    .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score h3 a {
      display: inline-block;
      margin-left: 16px; }
    .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score h3.second_heading_mrgn_btm {
      margin-top: 16px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .optional {
    color: #5a5a5a;
    opacity: 0.7; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score ul li {
    font-size: 14px;
    line-height: 32px;
    color: #5a5a5a;
    display: inline-block;
    font-family: roboto-medium;
    margin-right: 30px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score ul.cgd_bdr_btm {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 23px;
    padding-bottom: 23px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score table tr th {
    background: #ececec; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score table tr th, .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score table tr td {
    text-align: left;
    width: 280px !important;
    padding: 16px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score table tr td .gs_control .alto {
    font-size: 14px;
    color: #5a5a5a;
    display: inline-block;
    margin-left: 12px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score table tr:nth-child(odd) {
    background: #FFF; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
    margin-bottom: 30px; }
    .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler ul li {
      font-size: 14px;
      color: #101010;
      font-family: roboto-medium;
      margin-right: 20px; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler ul li input {
        width: 95px;
        display: block;
        margin-top: 6px; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler ul li .primaryButton {
        width: 190px;
        display: block;
        height: 35px;
        line-height: normal;
        margin: 0; }
        .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler ul li .primaryButton:hover {
          background-color: #f23d18;
          color: #fff; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two p {
    margin-bottom: 13px;
    color: #5a5a5a;
    font-size: 12px;
    font-family: roboto-medium; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
    margin-bottom: 24px; }
    .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .lft_drp {
      width: auto; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .lft_drp .ms-drop ul {
        padding: 5px 8px; }
        .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .lft_drp .ms-drop ul li {
          display: block; }
          .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .lft_drp .ms-drop ul li label input {
            width: auto !important;
            margin-top: 3px; }
          .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .lft_drp .ms-drop ul li label span {
            white-space: normal;
            line-height: normal;
            width: 106px;
            text-align: left;
            float: right;
            padding-top: 8px; }
    .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted {
      max-width: 380px;
      border: none;
      margin-left: 10px; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted form span {
        font-size: 14px;
        color: #5a5a5a;
        display: block;
        margin-bottom: 10px; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted form textarea {
        height: 85px;
        resize: none; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted form p {
        margin-top: 4px; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted form .primaryButton {
        height: 35px;
        width: 190px;
        line-height: normal; }
        .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted form .primaryButton:hover {
          background-color: #f23d18;
          color: #fff; }
      .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted ul {
        border-bottom: none; }
        .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted ul li:first-child {
          margin-bottom: 0;
          margin-top: 24px; }
        .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted ul li .remve_all {
          cursor: pointer; }
          .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two .container .selec_ted ul li .remve_all .close-icon-grey {
            margin-top: 0; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .cnnect_score .Dea_ler_two.cont_bdernone {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 12px; }

.create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .save_cancel_button {
  text-align: center;
  padding: 20px; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .save_cancel_button .button, .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .save_cancel_button .secondaryButtonLarge {
    width: 160px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: roboto-medium; }
  .create_pack_rules_priview .create_pack_rules_priview_scnd .second_rules .container .save_cancel_button .secondaryButtonLarge {
    color: #5a5a5a;
    margin-left: 20px;
    line-height: normal; }

.create_pack_rules_priview .btn_prt .save-cancel-btn .save_bt {
  background: #F33D18 !important;
  color: #fff !important;
  display: inline-block;
  opacity: 1 !important; }

.create_pack_rules_priview .btn_prt .save-cancel-btn .cncel_bt {
  background: #fff !important;
  color: #5a5a5a !important;
  display: inline-block;
  opacity: 1 !important; }

.loginPage {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  margin: 0; }

.loginPage .login {
  background: rgba(0, 0, 0, 0) url("../images/gradientbg.png") no-repeat;
  height: 224px;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 433px;
  margin-top: -112px;
  margin-left: -216px; }

.loginPage .login img {
  margin: 40px 0 30px;
  vertical-align: middle; }

.loginPage .loginbtn {
  box-shadow: 0 0 10px rgba(18, 18, 18, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #dd4b39;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
  cursor: pointer;
  font-family: 'latoregular';
  line-height: 1.2; }

.loginPage .loginbtn:hover {
  background: #cc3a28;
  color: #fff; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*************dealer detail css ***************/
.dealer_detail .heading_date {
  margin-bottom: 20px; }
  .dealer_detail .heading_date h2 .active {
    color: rgba(16, 16, 16, 0.6);
    letter-spacing: 0.4px;
    font-size: 13px;
    display: inline-block;
    vertical-align: 2px;
    margin: 0 0 0 12px;
    font-family: 'roboto-medium';
    cursor: pointer; }
    .dealer_detail .heading_date h2 .active:before {
      width: 10px;
      height: 10px;
      background-color: #388e3c;
      content: "";
      margin: 0 8px;
      display: inline-block;
      border-radius: 50%; }
  .dealer_detail .heading_date .P_info_list li {
    display: inline-block;
    letter-spacing: 0.4px;
    color: #101010;
    opacity: 0.7;
    font-size: 12px;
    font-family: 'roboto-regular';
    line-height: 18px;
    margin: 0 12px 0 0;
    padding-right: 0; }
    .dealer_detail .heading_date .P_info_list li:after {
      content: '';
      width: 1px;
      height: 15px;
      background: rgba(16, 16, 16, 0.4);
      display: inline-block;
      margin-left: 14px;
      vertical-align: bottom; }
    .dealer_detail .heading_date .P_info_list li:last-child:after {
      display: none; }
    .dealer_detail .heading_date .P_info_list li i.icon-edit {
      vertical-align: -3px;
      margin-left: 10px; }
    .dealer_detail .heading_date .P_info_list li p {
      text-align: justify; }

.dealer_detail .right_side {
  float: right; }
  .dealer_detail .right_side span {
    font-family: 'roboto-regular'; }
  .dealer_detail .right_side .ad_pack_btn {
    margin-right: 14px; }

.dealer_detail .five_pack {
  padding-top: 20px;
  border-top: 1px solid #dedede; }
  .dealer_detail .five_pack .add_d_pack {
    text-align: right;
    position: relative; }
    .dealer_detail .five_pack .add_d_pack .ad_pack_btn {
      width: 124px;
      line-height: 28px;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0);
      border: 1px solid #4C0055;
      font-size: 12px;
      letter-spacing: 0px;
      color: #4C0055;
      font-family: 'Roboto-medium';
      display: inline-block;
      text-align: center;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      margin-top: 55px;
      margin-bottom: 18px; }
      .dealer_detail .five_pack .add_d_pack .ad_pack_btn:hover {
        background-color: #4C0055;
        color: #fff; }

.dealer_detail .reposive table tr th:nth-child(7) {
  padding: 14px 0px !important; }

.dealer_detail .reposive table tr th:first-child, .dealer_detail .reposive table tr td:first-child {
  width: 7.179%; }

.dealer_detail .reposive table tr th:nth-child(2), .dealer_detail .reposive table tr td:nth-child(2) {
  width: 16.282%; }

.dealer_detail .reposive table tr th:nth-child(3), .dealer_detail .reposive table tr td:nth-child(3) {
  width: 8.269%; }

.dealer_detail .reposive table tr th:nth-child(4), .dealer_detail .reposive table tr td:nth-child(4) {
  width: 7.948%; }

.dealer_detail .reposive table tr th:nth-child(5), .dealer_detail .reposive table tr td:nth-child(5) {
  width: 7.628%; }

.dealer_detail .reposive table tr th:nth-child(6), .dealer_detail .reposive table tr td:nth-child(6) {
  width: 6.346%; }

.dealer_detail .reposive table tr th:nth-child(7), .dealer_detail .reposive table tr td:nth-child(7) {
  width: 6.666%; }

.dealer_detail .reposive table tr th:nth-child(8), .dealer_detail .reposive table tr td:nth-child(8) {
  width: 5.576%; }

.dealer_detail .reposive table tr th:nth-child(9), .dealer_detail .reposive table tr td:nth-child(9) {
  width: 13.846%; }

.dealer_detail .reposive table tr th:nth-child(10), .dealer_detail .reposive table tr td:nth-child(10) {
  width: 13.717%; }

.dealer_detail .reposive table tr th:nth-child(11), .dealer_detail .reposive table tr td:nth-child(11) {
  width: 6.987%; }

.dealer_detail .reposive table tr th {
  padding: 14px 4px !important;
  word-break: break-word;
  overflow-wrap: anywhere; }
  .dealer_detail .reposive table tr th .icon-drop-arrow-fill:after {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.dealer_detail .reposive table tr td {
  line-height: normal !important;
  padding: 10px 4px 13px !important;
  word-break: break-word;
  overflow-wrap: anywhere; }
  .dealer_detail .reposive table tr td:nth-child(9) {
    font-size: 12px;
    text-align: left; }
  .dealer_detail .reposive table tr td .read-more-hide {
    margin-left: 4px; }
  .dealer_detail .reposive table tr td.last_hvr span:nth-child(2) {
    text-align: center; }

.dealer_detail .reposive table tr.filters td {
  padding: 0 !important; }

.dealer_detail .reposive table .g_reen td:nth-child(7) {
  color: inherit; }

.dealer_detail .reposive table .g_reen td:nth-child(9) {
  color: inherit; }

.dealer_detail .reposive table .g_reen td:nth-child(11) {
  color: #388e3c; }

.dealer_detail .reposive table .ye_llow td:nth-child(11) {
  color: #f2c34d; }

.dealer_detail .reposive table .red td:nth-child(11) {
  color: #ff0000; }

.dealer_detail .reposive table .red td:nth-child(9) {
  color: inherit; }

.dealer_detail .reposive table .future_pack_clr td:first-child {
  border-left: 3px solid #00bcd3;
  color: #00bcd3; }

.dealer_detail .reposive table .future_pack_clr td:nth-child(11) {
  color: #00bcd3; }

.dealer_detail .reposive table .Cnversion_clr td:first-child {
  border-left: 3px solid #745dc5;
  color: #745dc5; }

.dealer_detail .reposive table .Cnversion_clr td:nth-child(11) {
  color: #745dc5; }

.dealer_detail .reposive table tbody tr td span.dark {
  color: #5a5a5a;
  line-height: 1.2;
  margin-bottom: 5px; }
  .dealer_detail .reposive table tbody tr td span.dark .GogoSar {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }

.OEM-dealer-code-popup {
  background: #fff;
  width: 400px; }
  .OEM-dealer-code-popup .fieldWpr {
    padding: 0px 30px 0px; }
    .OEM-dealer-code-popup .fieldWpr .field {
      margin-top: 29px; }
  .OEM-dealer-code-popup .primaryButton {
    font-size: 14px;
    padding: 15px 0;
    height: auto;
    line-height: 6px;
    margin-bottom: 0; }
  .OEM-dealer-code-popup .cancelBtn {
    border: solid 1px #4C0055;
    color: #4C0055; }
    .OEM-dealer-code-popup .cancelBtn:hover {
      border: solid 1px #4C0055;
      color: #4C0055 !important; }
  .OEM-dealer-code-popup .updateBtn:hover {
    background: #4C0055;
    color: #fff; }

@media screen and (min-width: 1600px) {
  .dealer_detail .reposive table tr th {
    padding: 14px 16px !important; }
  .dealer_detail .reposive table tr td {
    padding: 10px 16px 13px !important; }
  .dealer_detail .reposive table tr th:nth-child(7) {
    padding: 14px 4px !important; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*************dealer detail css ***************/
.lead_detail {
  /* .five_pack{border-top:none;padding-top:8px;}
 */ }
  .lead_detail .backdashborad {
    padding: 0;
    margin: 0;
    width: 60px;
    float: right; }
    .lead_detail .backdashborad .back-btn {
      border: none;
      width: auto;
      background-color: transparent;
      color: #4C0055;
      font-size: 12px;
      padding-top: 10px !important;
      border-radius: 3px;
      font-family: 'roboto-bold';
      margin-bottom: 0;
      position: relative;
      z-index: 1;
      text-decoration: none;
      text-transform: none;
      transition: all 0.5s ease-in 0s;
      -webkit-transition: all 0.5s ease-in 0s; }
      .lead_detail .backdashborad .back-btn .icon-link-arrow-back {
        margin-right: 7px;
        display: inline-block;
        vertical-align: -1px; }
      .lead_detail .backdashborad .back-btn:hover {
        color: #4C0055 !important;
        font-family: 'roboto-bold'; }
        .lead_detail .backdashborad .back-btn:hover i {
          -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite; }
  .lead_detail .reposive {
    margin-top: 10px; }
    .lead_detail .reposive .posFixed .wrapperMax table tr th {
      position: relative;
      padding: 14px 7px !important;
      cursor: pointer; }
      .lead_detail .reposive .posFixed .wrapperMax table tr th .icon_drop_arrow_fill {
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        color: rgba(0, 0, 0, 0.5);
        top: 35px;
        right: 10px;
        left: auto; }
  .lead_detail .gsc_row .heading_date {
    margin-bottom: 0; }
    .lead_detail .gsc_row .heading_date .P_info_list li span {
      color: #010101;
      display: inline-block;
      margin-left: 4px; }
      .lead_detail .gsc_row .heading_date .P_info_list li span .GogoSar {
        font-size: 14px;
        margin-left: 4px;
        display: inline-block;
        vertical-align: middle; }
    .lead_detail .gsc_row .heading_date .P_info_list li p {
      text-align: justify; }

@media screen and (min-width: 1600px) {
  .lead_detail .reposive .posFixed .wrapperMax table tr th {
    position: relative;
    padding: 14px 16px !important; }
    .lead_detail .reposive .posFixed .wrapperMax table tr th .icon_drop_arrow_fill {
      display: inline-block;
      width: 0;
      height: 0;
      content: "";
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      position: absolute;
      color: rgba(0, 0, 0, 0.5);
      top: 35px;
      right: 20px;
      left: auto; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*************Dealer Activity css ***************/
.dealer-activity .reposive .posFixed .wrapperMax table tr th {
  padding: 14px 20px !important; }

.dealer-activity .reposive table tr td {
  padding: 10px 20px 13px !important; }
  .dealer-activity .reposive table tr td .inTbl tr th {
    padding: 8px 10px !important; }
  .dealer-activity .reposive table tr td .inTbl tr td {
    padding: 6px 10px !important; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************dealer rule page scss*************/
.dealer_rule {
  position: relative; }
  .dealer_rule .reposive {
    margin-bottom: 40px; }
    .dealer_rule .reposive table tr th:last-child, .dealer_rule .reposive table tr td:last-child {
      text-align: center; }
    .dealer_rule .reposive table tr td .icon-edit-new {
      margin-right: 8px; }
    .dealer_rule .reposive table tr:hover {
      background: #f2f2f2; }
  .dealer_rule .create-new-rules {
    width: auto;
    float: right;
    height: auto;
    line-height: 27px;
    padding: 0 15px;
    margin-top: 78px; }
    .dealer_rule .create-new-rules:hover {
      background: #f13d17;
      color: #fff; }
  .dealer_rule .reposive table tr th:first-child, .dealer_rule .reposive table tr td:first-child {
    width: 5.677% !important; }
  .dealer_rule .reposive table tr th:nth-child(2), .dealer_rule .reposive table tr td:nth-child(2) {
    width: 16.370% !important; }
  .dealer_rule .reposive table tr th:nth-child(3), .dealer_rule .reposive table tr td:nth-child(3) {
    width: 9.758% !important; }
  .dealer_rule .reposive table tr th:nth-child(4), .dealer_rule .reposive table tr td:nth-child(4) {
    width: 9.758% !important; }
  .dealer_rule .reposive table tr th:nth-child(5), .dealer_rule .reposive table tr td:nth-child(5) {
    width: 14.145% !important; }
  .dealer_rule .reposive table tr th:nth-child(6), .dealer_rule .reposive table tr td:nth-child(6) {
    width: 13.145% !important; }
  .dealer_rule .reposive table tr th:nth-child(7), .dealer_rule .reposive table tr td:nth-child(7) {
    width: 23.193% !important; }
  .dealer_rule .reposive table tr th:last-child, .dealer_rule .reposive table tr td:last-child {
    text-align: left;
    width: 7.790% !important; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/***************LD Login hpme page scss*************/
.login_backg_top_bg {
  background: url(../images/bg-2.png) center 0px #f5f4f4 no-repeat;
  display: block;
  position: relative;
  padding: 0 0 0;
  overflow: hidden;
  height: 100vh; }
  .login_backg_top_bg .login_main {
    width: 100%;
    height: 100vh;
    margin: auto;
    box-shadow: 0px 1px 45px rgba(119, 3, 19, 0.19);
    position: relative;
    overflow: hidden; }
    .login_backg_top_bg .login_main .left_side {
      width: calc(100% - 40px);
      margin: 0 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      z-index: 1;
      background-image: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
      padding: 0px 22px 35px;
      height: auto;
      float: left;
      text-align: center;
      background: url(../images/left-section-bg.jpg) no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .login_backg_top_bg .login_main .left_side .ld_logo {
        margin-bottom: 20px;
        display: block;
        margin-top: 45px;
        transition: none; }
        .login_backg_top_bg .login_main .left_side .ld_logo img {
          display: block;
          width: 185px; }
      .login_backg_top_bg .login_main .left_side .google_sign_btn {
        transition: none;
        max-width: 277px;
        height: 50px;
        border-radius: 3px;
        box-shadow: 0.5px 0.866px 6px rgba(0, 0, 0, 0.3);
        background-color: #3367d6;
        display: block;
        margin: 0 auto; }
        .login_backg_top_bg .login_main .left_side .google_sign_btn .si_gn {
          display: block; }
          .login_backg_top_bg .login_main .left_side .google_sign_btn .si_gn .white_box_radius {
            width: 46px;
            height: 46px;
            border-radius: 3px;
            background: #fff;
            margin: 2px 0 0 2px;
            float: left; }
            .login_backg_top_bg .login_main .left_side .google_sign_btn .si_gn .white_box_radius img {
              display: block;
              margin: 12px 11px; }
          .login_backg_top_bg .login_main .left_side .google_sign_btn .si_gn span {
            font-size: 17px;
            letter-spacing: 0.45px;
            color: #fff;
            font-family: "Roboto-medium";
            text-align: right;
            display: inline-block;
            vertical-align: middle;
            margin: 13px 12px; }
        .login_backg_top_bg .login_main .left_side .google_sign_btn:hover {
          box-shadow: 0.5px 3px 10px rgba(0, 0, 0, 0.3); }
      .login_backg_top_bg .login_main .left_side p {
        display: block;
        font-family: "montserratlight";
        font-size: 22px;
        color: rgba(74, 75, 75, 0.8);
        padding: 0 14px;
        line-height: 28px;
        margin-bottom: 70px; }
    .login_backg_top_bg .login_main .right_side {
      position: fixed;
      top: 0;
      bottom: 0;
      height: 100vh;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(139deg, #ff866a 0%, #ff7769 38%, #ff4064 100%);
      float: left;
      padding: 71px 26px;
      background: url(../images/right-section-bg.jpg) no-repeat;
      background-position: center;
      background-size: cover; }
      .login_backg_top_bg .login_main .right_side * {
        display: none; }
      .login_backg_top_bg .login_main .right_side h2 {
        font-size: 30px;
        color: #ffffff;
        font-family: "montserratlight";
        margin-bottom: 18px;
        line-height: 34px; }
      .login_backg_top_bg .login_main .right_side p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        font-family: "montserratlight";
        margin-bottom: 16px;
        letter-spacing: 0.45px; }
      .login_backg_top_bg .login_main .right_side ul li {
        font-size: 14px;
        color: #fff;
        padding-bottom: 4px;
        font-family: "montserratlight";
        line-height: 20px;
        letter-spacing: 0.45px; }
        .login_backg_top_bg .login_main .right_side ul li .icon-tic {
          display: inline-block;
          margin-right: 10px;
          vertical-align: -1px; }
  .login_backg_top_bg .powered_by {
    text-align: center;
    width: 826px;
    margin: auto; }
    .login_backg_top_bg .powered_by span {
      font-size: 12px;
      color: rgba(90, 90, 90, 0.7);
      font-family: "Roboto-medium";
      margin: 28px 0 26px;
      display: inline-block; }
      .login_backg_top_bg .powered_by span a {
        display: inline-block;
        opacity: 0.7;
        transition: none; }
        .login_backg_top_bg .powered_by span a img {
          display: inline-block;
          vertical-align: -3px;
          margin-left: 2px; }
        .login_backg_top_bg .powered_by span a:hover {
          opacity: 1; }

@media only screen and (min-width: 767px) {
  .login_backg_top_bg {
    padding: 92px 0 0; }
    .login_backg_top_bg .login_main {
      width: 826px;
      height: auto; }
      .login_backg_top_bg .login_main .left_side {
        width: 468px;
        position: static;
        margin: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        padding: 0px 76px;
        height: 440px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%); }
        .login_backg_top_bg .login_main .left_side .ld_logo {
          margin-bottom: 70px;
          margin-top: 143px; }
          .login_backg_top_bg .login_main .left_side .ld_logo img {
            width: auto; }
        .login_backg_top_bg .login_main .left_side p {
          display: none; }
        .login_backg_top_bg .login_main .left_side .google_sign_btn {
          width: 277px; }
      .login_backg_top_bg .login_main .right_side {
        width: 358px;
        position: static;
        height: 440px; }
        .login_backg_top_bg .login_main .right_side * {
          display: block; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*************** Failed Lead Triggers scss*************/
.Failed_lead {
  padding-bottom: 16px !important; }
  .Failed_lead .gsc_row .secondaryButton {
    width: 163px;
    border-radius: 2px;
    border: 1px solid #f75d34;
    font-size: 12px;
    display: block;
    color: #f75d34;
    font-family: "Roboto-medium";
    text-transform: capitalize;
    float: right;
    line-height: 30px; }
    .Failed_lead .gsc_row .secondaryButton:hover {
      color: #fff; }
  .Failed_lead .reposive table tr th .icon-drop-arrow-fill:after {
    top: 0 !important;
    left: 6px !important; }

.popupwrap .mainSearchForm_second {
  padding-bottom: 30px; }
  .popupwrap .mainSearchForm_second .searchHeader {
    padding: 14px 0; }
  .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field {
    margin-top: 25px;
    position: relative; }
    .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field textarea {
      height: 93px;
      border-radius: 2px;
      resize: none;
      text-align: left;
      padding: 6px 12px;
      color: #495057; }
      .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field textarea:after {
        display: none;
        content: ""; }
    .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field .error {
      color: red;
      font-size: 12px;
      margin: 2px 0 0;
      display: none;
      position: absolute;
      bottom: -18px;
      left: 0; }
    .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field:after {
      right: 12px;
      top: 42px; }
    .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error input, .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error textarea {
      border: 1px solid red; }
      .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error input:focus, .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error input:hover, .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error textarea:focus, .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error textarea:hover {
        border: 1px solid red;
        box-shadow: none; }
    .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .gsc_row .field.has-error .error {
      display: block; }
  .popupwrap .mainSearchForm_second .tab_popup_two .tabBody .dealerForm form .btngroup {
    margin-top: 30px; }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.responsive-serach .short-wrapper {
  max-width: 570px;
  margin: auto; }

.responsive-serach header {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-bottom: none; }

.responsive-serach .logo img {
  width: 100px;
  margin-top: 5px; }

.responsive-serach .searchByBox {
  max-width: 570px;
  margin: 70px auto 50px; }
  .responsive-serach .searchByBox .welcomequote {
    display: none; }
  .responsive-serach .searchByBox .innerContainer {
    margin-top: 110px; }
  .responsive-serach .searchByBox .mainSearchForm {
    padding-bottom: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: none;
    margin: 0 auto 30px;
    width: 92%;
    min-height: inherit; }
    .responsive-serach .searchByBox .mainSearchForm .tab .tabBody {
      padding: 0 20px; }
  .responsive-serach .searchByBox .mandatory {
    color: rgba(90, 90, 90, 0.7);
    margin-top: 10px; }
    .responsive-serach .searchByBox .mandatory span {
      color: red;
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle;
      font-size: 16px; }
  .responsive-serach .searchByBox .btngroup {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 14px; }
    .responsive-serach .searchByBox .btngroup .bg {
      background: #fff;
      padding: 20px;
      -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
      max-width: 530px;
      margin: auto; }
      .responsive-serach .searchByBox .btngroup .bg .button {
        width: 100% !important; }
  .responsive-serach .searchByBox .field {
    margin-top: 20px; }
    .responsive-serach .searchByBox .field .ms-parent button {
      height: 35px; }
      .responsive-serach .searchByBox .field .ms-parent button span {
        -webkit-border-radius: 4px;
        border-radius: 3px;
        background: #ffffff;
        border: solid 1px #e8e8e8;
        height: 35px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        color: rgba(16, 16, 16, 0.7);
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 33px; }
    .responsive-serach .searchByBox .field .ms-parent .ms-drop {
      margin-top: 0px;
      border: 1px solid #dedede; }
      .responsive-serach .searchByBox .field .ms-parent .ms-drop ul {
        padding: 0; }
        .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li {
          position: relative;
          cursor: pointer; }
          .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li label {
            padding: 5px 0;
            cursor: pointer;
            padding: 5px 0 5px 10px; }
            .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li label input {
              float: left;
              margin-top: 4px; }
              .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li label input:before {
                content: "";
                position: absolute;
                left: 7px;
                top: 7px;
                height: 16px;
                width: 16px;
                border: 1px solid #d2d2d2;
                border-radius: 3px;
                background: #fff; }
              .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li label input:after {
                content: "";
                position: absolute;
                left: 12px;
                top: 10px;
                height: 9px;
                width: 5px;
                border-width: 0;
                border-style: solid;
                border-color: #fff;
                transform: rotate(0deg); }
            .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li label span {
              margin-left: 22px;
              display: block; }
          .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li.selected label input:before {
            background: #f23d18;
            border-color: #f23d18; }
          .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li.selected label input:after {
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
          .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li.ms-select-all, .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li:nth-child(2) {
            display: none; }
          .responsive-serach .searchByBox .field .ms-parent .ms-drop ul li:hover label {
            background: #fafafa; }
    .responsive-serach .searchByBox .field .title span {
      color: red;
      font-size: 16px;
      line-height: 1; }
    .responsive-serach .searchByBox .field.first {
      margin-top: 6px; }
    .responsive-serach .searchByBox .field:after {
      bottom: 14px; }
    .responsive-serach .searchByBox .field .filterdrop {
      position: relative; }
      .responsive-serach .searchByBox .field .filterdrop .error-msg {
        font-size: 12px;
        color: red;
        position: absolute;
        bottom: -16px;
        left: 0;
        display: none; }
      .responsive-serach .searchByBox .field .filterdrop.error .error-msg {
        display: block; }

.responsive-serach footer {
  display: none; }

@media only screen and (min-width: 767px) {
  .responsive-serach .logo img {
    width: auto;
    margin-top: 0px; }
  .responsive-serach .searchByBox {
    margin: 50px auto 30px; }
    .responsive-serach .searchByBox .welcomequote {
      display: none; }
    .responsive-serach .searchByBox .mainSearchForm {
      width: 100%;
      margin: auto; }
      .responsive-serach .searchByBox .mainSearchForm .tab .tabBody {
        padding: 0 30px; }
    .responsive-serach .searchByBox .btngroup {
      position: static;
      box-shadow: none; }
      .responsive-serach .searchByBox .btngroup .bg {
        box-shadow: none; }
        .responsive-serach .searchByBox .btngroup .bg .button {
          width: 250px !important; }
    .responsive-serach .searchByBox .field {
      margin-top: 20px; }
      .responsive-serach .searchByBox .field.first, .responsive-serach .searchByBox .field.second {
        margin-top: 6px; }
  .responsive-serach footer {
    display: block; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.search-result-new.table_card {
  padding: 0px 20px 56px; }
  .search-result-new.table_card h2 {
    margin-bottom: 18px;
    padding-top: 16px; }

.search-result-new .reposive table thead tr th {
  text-align: center;
  padding: 10px 0px 8px;
  vertical-align: top; }
  .search-result-new .reposive table thead tr th ul {
    margin-top: 16px; }
    .search-result-new .reposive table thead tr th ul li {
      width: 25%;
      float: left;
      padding: 0;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.7); }
  .search-result-new .reposive table thead tr th:first-child {
    width: 11.854%; }
  .search-result-new .reposive table thead tr th:nth-child(2) {
    width: 11.854%; }
  .search-result-new .reposive table thead tr th:nth-child(3) {
    width: 11.854%; }
  .search-result-new .reposive table thead tr th:nth-child(4) {
    width: 10.241%; }
  .search-result-new .reposive table thead tr th:nth-child(5) {
    width: 10.241%; }
  .search-result-new .reposive table thead tr th:nth-child(6) {
    width: 18.708%; }
  .search-result-new .reposive table thead tr th:nth-child(7) {
    width: 18.708%; }
  .search-result-new .reposive table thead tr th:nth-child(8) {
    width: 7.258%; }

.search-result-new .reposive table tbody tr td {
  font-size: 12px;
  padding: 14px 9px 17px !important; }
  .search-result-new .reposive table tbody tr td:nth-child(6), .search-result-new .reposive table tbody tr td:nth-child(10), .search-result-new .reposive table tbody tr td:nth-child(14) {
    color: #008be6; }
  .search-result-new .reposive table tbody tr td:nth-child(6), .search-result-new .reposive table tbody tr td:nth-child(7) {
    padding: 0; }
  .search-result-new .reposive table tbody tr td:nth-child(8) {
    color: #008be6; }
  .search-result-new .reposive table tbody tr td table {
    border: none;
    width: 100%; }
    .search-result-new .reposive table tbody tr td table tr {
      background: transparent; }
      .search-result-new .reposive table tbody tr td table tr td {
        border: none;
        text-align: center;
        width: 25% !important; }
        .search-result-new .reposive table tbody tr td table tr td:first-child {
          color: #008be6; }
  .search-result-new .reposive table tbody tr td:first-child {
    width: 11.854%; }
  .search-result-new .reposive table tbody tr td:nth-child(2) {
    width: 11.854%; }
  .search-result-new .reposive table tbody tr td:nth-child(3) {
    width: 11.854%; }
  .search-result-new .reposive table tbody tr td:nth-child(4) {
    width: 10.241%; }
  .search-result-new .reposive table tbody tr td:nth-child(5) {
    width: 10.241%; }
  .search-result-new .reposive table tbody tr td:nth-child(6) {
    width: 18.708%; }
  .search-result-new .reposive table tbody tr td:nth-child(7) {
    width: 18.708%; }
  .search-result-new .reposive table tbody tr td:nth-child(8) {
    width: 7.258%; }

.search-result-new.search-result-new2 {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  box-shadow: none;
  min-height: 880px;
  overflow: inherit; }
  .search-result-new.search-result-new2 .dealerForm .form_heading {
    font-size: 16px;
    color: #010101;
    line-height: 1; }
  .search-result-new.search-result-new2 .dealerForm .field .title span {
    font-size: 12px;
    color: rgba(90, 90, 90, 0.7); }
  .search-result-new.search-result-new2 .dealerForm .field .filterdrop .btn-group {
    border: solid 1px #c7c6c6; }
    .search-result-new.search-result-new2 .dealerForm .field .filterdrop .btn-group .btn-default {
      background: #f5f4f4; }
  .search-result-new.search-result-new2 .dealerForm .button {
    font-family: roboto-medium;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    height: 36px;
    line-height: 36px;
    margin-top: 8px; }
    .search-result-new.search-result-new2 .dealerForm .button i {
      display: none; }
  .search-result-new.search-result-new2 .serach-track {
    width: 272px;
    background: #f5f4f4;
    -webkit-box-shadow: 5px 0px 10px rgba(9, 26, 39, 0.2);
    -moz-box-shadow: 5px 0px 10px rgba(9, 26, 39, 0.2);
    -ms-box-shadow: 5px 0px 10px rgba(9, 26, 39, 0.2);
    -o-box-shadow: 5px 0px 10px rgba(9, 26, 39, 0.2);
    box-shadow: 5px 0px 10px rgba(9, 26, 39, 0.2);
    position: absolute;
    top: 0;
    bottom: 0; }
  .search-result-new.search-result-new2 .side-search {
    width: 272px;
    background: #f5f4f4;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1;
    border-left: solid 1px #e7e7e7;
    float: left; }
    .search-result-new.search-result-new2 .side-search.fixed {
      position: fixed; }
    .search-result-new.search-result-new2 .side-search .filterdrop {
      position: relative; }
      .search-result-new.search-result-new2 .side-search .filterdrop .error-msg {
        position: absolute;
        color: red;
        font-size: 12px;
        bottom: -16px;
        left: 0;
        display: none; }
      .search-result-new.search-result-new2 .side-search .filterdrop.error .error-msg {
        display: block; }
  .search-result-new.search-result-new2 .inner-container {
    margin-left: 295px; }
    .search-result-new.search-result-new2 .inner-container .tbl-header .wrapperMax .inner-container {
      margin-left: 0px; }
    .search-result-new.search-result-new2 .inner-container .tbl-header.fixed .wrapperMax {
      padding-left: 0; }
      .search-result-new.search-result-new2 .inner-container .tbl-header.fixed .wrapperMax .inner-container {
        margin-left: 295px; }
  .search-result-new.search-result-new2 .reposive table {
    border-top: solid 1px #e7e7e7;
    border-radius: 2px; }
    .search-result-new.search-result-new2 .reposive table thead tr th {
      border-top: #cbcbc3;
      padding-bottom: 35px !important;
      border-right: 1px dashed #cbcbc3;
      position: relative; }
      .search-result-new.search-result-new2 .reposive table thead tr th span {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 30px;
        background: #fafbfc; }
      .search-result-new.search-result-new2 .reposive table thead tr th ul {
        margin-top: 0;
        overflow: hidden;
        margin-top: 5px; }
        .search-result-new.search-result-new2 .reposive table thead tr th ul li {
          font-size: 12px;
          color: rgba(0, 0, 0, 0.5); }
      .search-result-new.search-result-new2 .reposive table thead tr th:nth-child(2) {
        width: 9.854%; }
      .search-result-new.search-result-new2 .reposive table thead tr th:nth-child(3) {
        width: 11.854%; }
      .search-result-new.search-result-new2 .reposive table thead tr th:nth-child(6) {
        width: 8.241%;
        padding: 14px 13px 17px; }
      .search-result-new.search-result-new2 .reposive table thead tr th:nth-child(7) {
        width: 8.241%;
        padding: 14px 13px 17px; }
      .search-result-new.search-result-new2 .reposive table thead tr th:nth-child(8) {
        width: 26.175%; }
      .search-result-new.search-result-new2 .reposive table thead tr th:nth-child(9) {
        width: 7.258%; }
    .search-result-new.search-result-new2 .reposive table thead.second tr th {
      padding: 5px 0 !important;
      background: #fafbfc; }
    .search-result-new.search-result-new2 .reposive table tbody tr td {
      font-size: 14px; }
      .search-result-new.search-result-new2 .reposive table tbody tr td:nth-child(2) {
        width: 9.854%; }
      .search-result-new.search-result-new2 .reposive table tbody tr td:nth-child(3) {
        width: 11.854%; }
      .search-result-new.search-result-new2 .reposive table tbody tr td:nth-child(6) {
        width: 8.241%;
        padding: 14px 13px 17px; }
      .search-result-new.search-result-new2 .reposive table tbody tr td:nth-child(7) {
        width: 8.241%;
        padding: 14px 13px 17px; }
      .search-result-new.search-result-new2 .reposive table tbody tr td:nth-child(8) {
        width: 26.175%; }
      .search-result-new.search-result-new2 .reposive table tbody tr td:nth-child(9) {
        width: 7.258%; }
      .search-result-new.search-result-new2 .reposive table tbody tr td table {
        border-top: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 0; }

.search-result-new.search-result-new3 .reposive table thead tr th span ul li {
  text-align: left;
  padding-left: 9px; }

.search-result-new.search-result-new3 .reposive table thead tr th:first-child {
  width: 20%; }

.search-result-new.search-result-new3 .reposive table thead tr th:nth-child(2) {
  width: 16%; }

.search-result-new.search-result-new3 .reposive table thead tr th:nth-child(3) {
  width: 16%; }

.search-result-new.search-result-new3 .reposive table thead tr th:nth-child(4) {
  width: 48%; }
.search-result-new.search-result-new3 .reposive table thead tr th:nth-child(5) {
  width: 16%; }

.search-result-new.search-result-new3 .reposive table tbody tr td:first-child {
  width: 20%; }

.search-result-new.search-result-new3 .reposive table tbody tr td:nth-child(2) {
  width: 16%;
  color: #008be6;
  padding: 14px 43px 17px !important; }

.search-result-new.search-result-new3 .reposive table tbody tr td:nth-child(4) {
  width: 48%; }
  .search-result-new.search-result-new3 .reposive table tbody tr td:nth-child(4) table tr td {
    text-align: left;
    padding-left: 9px; }
    .search-result-new.search-result-new3 .reposive table tbody tr td:nth-child(4) table tr td:nth-child(2) {
      color: #5a5a5a;
      padding: 14px 9px 17px !important; }
    .search-result-new.search-result-new3 .reposive table tbody tr td:nth-child(4) table tr td:nth-child(4) {
      color: #5a5a5a;
      padding: 14px 9px 17px !important; }

.search-result-new.search-result-new3 .reposive table tbody tr td:nth-child(5) {
  width: 16%;
  color: #008be6;
  padding: 14px 43px 17px !important; }

.saleable-leads footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1; }

.gssticky {
  position: fixed !important; }

.gssticky.hide {
  visibility: hidden; }

#saleable-leads-grid-view table tr th:first-child .sort-link.asc:after, #saleable-leads-grid-view table tr th:nth-child(2) .sort-link.asc:after, #saleable-leads-grid-view table tr th:nth-child(4) .sort-link.asc:after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  margin-left: 5px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: rgba(16, 16, 16, 0.5); }

#saleable-leads-grid-view table tr th:first-child .sort-link.desc:after, #saleable-leads-grid-view table tr th:nth-child(2) .sort-link.desc:after, #saleable-leads-grid-view table tr th:nth-child(4) .sort-link.desc:after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  margin-left: 5px;
  vertical-align: middle;
  border-bottom: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: rgba(16, 16, 16, 0.5); }

@media only screen and (min-width: 767px) {
  .search-result-new .logo img {
    width: auto;
    margin-top: 0px; }
  .search-result-new2 .dealerForm .field {
    margin-top: 18px; }
    .search-result-new2 .dealerForm .field .title {
      margin-bottom: 4px; } }

/* Brand Color's */
/* Font color's */
/*5a5a5a color variant*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* Text Decoration*/
/* Display */
/* Vertical Align */
/* Position  */
/* visibility  */
/* Opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* Cursor*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Over flow*/
/*white space*/
@font-face {
  font-family: 'cd-fonts';
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5");
  src: url("https://static.gogomotor.com/fonts/cd-fonts56.eot?r5v2k5#iefix") format("embedded-opentype"), url("https://static.gogomotor.com/fonts/cd-fonts56.ttf?r5v2k5") format("truetype"), url("https://static.gogomotor.com/fonts/cd-fonts56.woff?r5v2k5") format("woff"), url("https://static.gogomotor.com/fonts/cd-fonts56.svg?r5v2k5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.search-result-new-mobile header {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-bottom: none; }

.search-result-new-mobile .logo img {
  width: 100px;
  margin-top: 5px; }

.search-result-new-mobile .edit_srch {
  margin-top: 50px;
  padding: 7px 20px; }
  .search-result-new-mobile .edit_srch .edit_search {
    font-size: 12px;
    color: #101010;
    letter-spacing: 0;
    float: right;
    margin-top: 5px; }
    .search-result-new-mobile .edit_srch .edit_search i {
      margin-right: 7px;
      vertical-align: -3px; }

.search-result-new-mobile .table_card h2 {
  margin-top: 5px;
  margin-bottom: 20px; }

.search-result-new-mobile .reposive table {
  border-top: 1px solid #e7e7e7; }
  .search-result-new-mobile .reposive table thead {
    border-bottom: 1px solid #e7e7e7; }
    .search-result-new-mobile .reposive table thead tr th {
      font-size: 12px;
      color: rgba(16, 16, 16, 0.7);
      padding: 10px 0;
      text-align: center; }
  .search-result-new-mobile .reposive table tbody tr {
    background: #fff;
    border-bottom: solid 1px #e7e7e7; }
    .search-result-new-mobile .reposive table tbody tr td {
      font-size: 12px;
      padding: 10px 10px 13px;
      text-align: center;
      position: relative; }
      .search-result-new-mobile .reposive table tbody tr td h3 {
        font-size: 14px;
        color: #000; }
      .search-result-new-mobile .reposive table tbody tr td ul.loc {
        margin-top: 3px;
        margin-bottom: 4px; }
        .search-result-new-mobile .reposive table tbody tr td ul.loc li {
          font-size: 12px;
          color: #5a5a5a;
          padding-right: 10px;
          position: relative; }
          .search-result-new-mobile .reposive table tbody tr td ul.loc li:first-child:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: rgba(90, 90, 90, 0.5);
            top: 7px;
            right: 0; }
      .search-result-new-mobile .reposive table tbody tr td p {
        font-size: 12px;
        color: #5a5a5a; }
      .search-result-new-mobile .reposive table tbody tr td:first-child {
        text-align: left; }
      .search-result-new-mobile .reposive table tbody tr td i.icon-arrow-down, .search-result-new-mobile .reposive table tbody tr td i.icon-arrow-up {
        position: absolute;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.3; }
      .search-result-new-mobile .reposive table tbody tr td i.icon-arrow-up {
        opacity: 1; }
      .search-result-new-mobile .reposive table tbody tr td:nth-child(2), .search-result-new-mobile .reposive table tbody tr td:nth-child(3) {
        cursor: pointer; }
    .search-result-new-mobile .reposive table tbody tr.bdr_remove {
      border-bottom: none; }
    .search-result-new-mobile .reposive table tbody tr.lead, .search-result-new-mobile .reposive table tbody tr.sold {
      background: #f8f9fb;
      display: none;
      border-bottom: solid 1px rgba(16, 16, 16, 0.3); }
      .search-result-new-mobile .reposive table tbody tr.lead td, .search-result-new-mobile .reposive table tbody tr.sold td {
        padding: 3px 10px 0px; }
        .search-result-new-mobile .reposive table tbody tr.lead td .prod, .search-result-new-mobile .reposive table tbody tr.sold td .prod {
          margin-bottom: 0; }
          .search-result-new-mobile .reposive table tbody tr.lead td .prod li, .search-result-new-mobile .reposive table tbody tr.sold td .prod li {
            display: block;
            margin-bottom: 8px;
            padding: 0;
            color: #5a5a5a; }
            .search-result-new-mobile .reposive table tbody tr.lead td .prod li:last-child, .search-result-new-mobile .reposive table tbody tr.sold td .prod li:last-child {
              margin-bottom: 0; }
            .search-result-new-mobile .reposive table tbody tr.lead td .prod li i, .search-result-new-mobile .reposive table tbody tr.sold td .prod li i {
              vertical-align: -3px;
              margin-right: 5px; }
        .search-result-new-mobile .reposive table tbody tr.lead td .prod_value, .search-result-new-mobile .reposive table tbody tr.sold td .prod_value {
          padding-top: 5px; }
          .search-result-new-mobile .reposive table tbody tr.lead td .prod_value li, .search-result-new-mobile .reposive table tbody tr.sold td .prod_value li {
            margin-bottom: 8px;
            display: block;
            color: rgba(16, 16, 16, 0.7);
            padding: 0; }
            .search-result-new-mobile .reposive table tbody tr.lead td .prod_value li:last-child, .search-result-new-mobile .reposive table tbody tr.sold td .prod_value li:last-child {
              margin-bottom: 0; }
      .search-result-new-mobile .reposive table tbody tr.lead.open, .search-result-new-mobile .reposive table tbody tr.sold.open {
        display: table-row; }

.search-result-new-mobile footer {
  display: none; }
