/*
 * BODY
 */

body {
  font-family: Helvetica;
  /*background: #e9e9e9;*/
  background: #fff;
  color: #1E1E1E;
  font-size: 14px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overflow-x: hidden;*/
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html, body {
  height: 100%;
  min-height: inherit;
}

#selling_car {
  padding: 50px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  line-height: 1.2;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

/*
 * DISPLAY FLEX COMPONENTS
 */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .d-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .align-items-start-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .align-items-center-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-end-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .justify-content-start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flex-direction-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-direction-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*
 * POSITION
 */
.pos-fixed {
  position: fixed;
}

.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.pos-fixed.full,
.pos-absolute.full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pos-fixed.top,
.pos-absolute.top {
  top: 0;
  left: 0;
  right: 0;
}

.pos-fixed.bottom,
.pos-absolute.bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.top_imp {
  top: 0 !important;
}

.absolute_left_btn {
  position: absolute;
  top: 0;
}

/*
 * COLORS
 */
.color-white {
  color: #fff;
}

.colorMuted {
  color: #A0A0A0;
}

.colorDarken {
  color: #595959;
}

.colorBlue {
  color: #088BD7;
}

.lighterbg {
  background-color: #FAFCFE;
}

/*
 * FONT SIZE
 */
.weight100 {
  font-weight: 100;
}

.text-confirmed {
  font-weight: 500;
  font-size: 20px;
  color: #09B83D;
  line-height: 1.4;
  margin-bottom: 40px;
}

.display-big {
  font-size: 55px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font25 {
  font-size: 25px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font35 {
  font-size: 35px;
}

.text_default {
  color: #181A1B;
  white-space: normal;
}

/*
 * BUTTONS
 */
.btn {
	font-size: 18px !important;
  -webkit-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out;
  border-radius: 0;
}

.btn,
.btn.lightblue {
  color: #fff;
  background: #1A8DD4;
  border: 0;
}

.btn.mediumLenght {
  padding: 10px;
}

.btn.defaultLenght {
  padding: 13px;
}

.btn.maxLenght {
  padding: 20px;
  min-width: 175px;
}

.btn.xLenght {
  padding: 0;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 48px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.btn-rounded {
  border-radius: 50px;
  background: none;
  font-size: 16px;
  border: 1px solid #1A8DD4;
  padding-left: 25px;
  padding-right: 25px;
}

.btn.btn-rounded.focus,
.btn.btn-rounded:focus,
.btn.btn-rounded:hover {
  background-color: #1A8DD4;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  border-color: transparent;
}

.btn.hoveredRed:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(241, 78, 78, 0.4);
          box-shadow: 0 0 0 3px rgba(241, 78, 78, 0.4);
}

@media (min-width: 768px) {
  .btn-rounded.for-login {
    margin-top: 9px;
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .btn-rounded.for-login {
    padding: 16px 40px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }
}

/*
 * OVERLAY
 */
.overlay-lighterdark {
  position: relative;
}

.overlay-lighterdark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181A1B;
  opacity: .2;
}

/*
 * OTHER
 */
.sectionY {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.offsetY {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.offsetB {
  padding-bottom: 5.5rem;
}

.divider-section {
  border-bottom: 1px solid rgba(24, 26, 27, .3);
}

.divider-abs {
  position: relative;
}

.divider-abs::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  max-width: 113px;
  left: 0;
  right: 0;
  top: calc(100% + 15px);
  background: #F14D4D;
  opacity: .63;
  margin: auto;
}

.no-gutters [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.img-full {
  width: 100%;
}

.content-small {
  max-width: 560px;
}

.detectDiv {
  position: relative;
  height: 30px;
  background: none;
  opacity: 0;
  pointer-events: none;
}

/*
 * HEADER
 */
.header-bg {
  position: relative;
  background-color: #7B7B7B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  color: #fff;
  height: 450px;
}


.header-bg::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.custom-navbar {
  color: #fff;
}

.custom-navbar .navbar {
  background: transparent;
  border: 0;
  padding: 8px 0;
  z-index: 999;
  border-radius: 0;
}

.custom-navbar .navbar.affix {
  top: 0;
  left: 0;
  right: 0;
  background: #181A1B;
  -webkit-animation: fade-in-down 1s;
          animation: fade-in-down 1s;
}

@-webkit-keyframes fade-in-down {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes fade-in-down {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

.custom-navbar .navbar-nav > li {
  padding: 0 7px;
}

.custom-navbar .navbar-nav > li > a {
  padding: 15px 10px;
  font-size: 17px;
  color: #fff;
  -webkit-transition: 120ms cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: 120ms cubic-bezier(0.65, 0.05, 0.36, 1);
  border-bottom: 3px solid transparent;
}

.custom-navbar .navbar-default .navbar-nav > .active > a,
.custom-navbar .navbar-default .navbar-nav > .active > a:focus,
.custom-navbar .navbar-default .navbar-nav li > a:hover,
.custom-navbar .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background: none;
	border-color: #fff;
}

.custom-navbar .navbar-default .navbar-nav li > a:focus {
  color: #fff;
}

.custom-navbar .navbar-default .navbar-toggle {
  border: 0;
}

.custom-navbar .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.custom-navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.custom-navbar .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.custom-navbar .navbar-default .navbar-toggle:focus,
.custom-navbar .navbar-default .navbar-toggle:hover {
  background: none;
}

.custom-navbar .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.custom-navbar .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  opacity: 0;
}

.custom-navbar .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}

@media (max-width: 768px) {
  .custom-navbar .navbar-collapse {
    margin: 10px -15px 0;
    padding: 30px;
    background: #1a8dd4;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .custom-navbar .navbar-nav > li > a {
    margin-bottom: 20px;
    border-bottom: 0;
    border: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 16px;
  }
  .custom-navbar .navbar-default .navbar-nav > .active > a,
  .custom-navbar .navbar-default .navbar-nav > .active > a:focus,
  .custom-navbar .navbar-default .navbar-nav li > a:hover,
  .custom-navbar .navbar-default .navbar-nav > .active > a:hover {
    border-color: #fff;
  }
}

.header-inner {
  position: relative;
  text-align: center;
  color: #fff;
}

.header-bg .header-inner {
	position: absolute;
	top: 0;
	margin: auto;
  left: 0;
  right: 0;
  min-height: 450px;
  max-width: 700px;
  z-index: 2;
}

.header-inner .btn-rounded {
  padding-left: 50px;
  padding-right: 50px;
}

.footer-bg {
  margin: 20px 0 0;
  color: #fff;
  background: #1A8DD2;
}

.menu_footer {
  list-style: none;
  color: #fff;
  font-size: 18px;
  line-height: 2.2;
}

.menu_footer a {
  color: #fff;
}

@media (max-width: 768px) {
  .menu_footer {
    font-size: 16px;
  }
}

.partners_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .partners_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partners_row div + div {
    margin-top: 30px;
  }
}

/*
 * MODAL
 */
.modal,
.modal-open {
  padding-right: 0 !important;
}

.custom-modal > .modal-dialog {
  min-height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-modal .modal-content {
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  margin: 60px 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.custom-modal .modal-header,
.custom-modal .modal-footer {
  border: 0;
}

.custom-modal .modal-header,
.custom-modal .modal-body,
.custom-modal .modal-footer {
  padding: 15px 30px;
}

.custom-modal .modal-header {
  padding-top: 30px;
}

.custom-modal .modal-footer {
  padding-bottom: 30px;
}

.custom-modal .modal-header .close {
  opacity: .6;
}

@-webkit-keyframes bounce-in-out {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(-15deg);
            transform: scale(1.2) rotate(-15deg);
  }
  75% {
    -webkit-transform: scale(1.3) rotate(15deg);
            transform: scale(1.3) rotate(15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes bounce-in-out {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(-15deg);
            transform: scale(1.2) rotate(-15deg);
  }
  75% {
    -webkit-transform: scale(1.3) rotate(15deg);
            transform: scale(1.3) rotate(15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.custom-modal .modal-header .close:hover {
  opacity: 1;
  -webkit-animation: bounce-in-out .15s;
          animation: bounce-in-out .15s;
}

@media (max-width: 768px) {
  .header-inner .display-big {
    font-size: 30px;
    font-weight: 500;
  }

  .header-inner .font25 {
    font-size: 20px;
  }

  .header-inner .content-small {
    max-width: 330px;
    text-align: center;
    margin: 25px auto 130px;
  }

  .header-bg .header-inner {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .homepage .font35,
  .homepage .font28 {
    font-size: 30px;
    font-weight: 500;
  }

  .homepage .font25,
  .homepage .font20 {
    font-size: 15px;
  }
}

/*
 * CUSTOM FORM
 */
 .form-group.custom-form {
   margin-bottom: 0;
 }

 .form-group.custom-form + .form-group.custom-form {
   margin-top: 22px;
 }

 .form-group.custom-form label {
   font-size: 16px;
   font-weight: normal;
   margin-bottom: 10px;
 }

 .form-group.custom-form .form-control {
   height: auto;
   padding: 16px;
   border: 0;
   -webkit-box-shadow: 0 0 0 1px rgba(24, 26, 27, 0.35);
           box-shadow: 0 0 0 1px rgba(24, 26, 27, 0.35);
   border-radius: 0;
   -webkit-transition: all .15s ease-in-out;
           transition: all .15s ease-in-out;
 }

 .form-group.custom-form .form-control:focus,
 .form-group.custom-form .form-control:hover {
   -webkit-box-shadow: 0 0 0 3px rgba(241, 78, 78, 0.4);
           box-shadow: 0 0 0 3px rgba(241, 78, 78, 0.4);
 }

/*
 * ABOUT US PAGE
 */
#page {
  padding-top: 68px;
}

#page .custom-navbar .navbar {
  background: #1A8DD4;
  color: #fff;
}
#page .custom-navbar .navbar.affix {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
  box-shadow: 0 0 12px rgba(0,0,0,.1);
}
#page .footer-bg.custom-navbar .navbar {
  background: transparent;
}

/*
 * OUR TEAM
 */
#page .out_team {
  padding-top: 12rem;
  padding-bottom: 7rem;
}

.custom_page_team h1,
.custom_page_team h2,
.custom_page_team h3,
.custom_page_team h4,
.custom_page_team h5,
.custom_page_team h6,
.custom_page_team p {
  font-weight: normal;
}

.custom_page_team a {
  color: inherit;
  text-decoration: none !important;
}

.custom_page_team .caret {
  vertical-align: 5px;
  border-top: 7px dashed;
  border-top: 7px solid\9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

@media (max-width: 768px) {
  .out_team {
    padding-left: 30px;
    padding-right: 30px;
  }

  .out_team .font35 {
    font-size: 25px;
  }

  .out_team .font25 {
    font-size: 20px;
  }

  .custom_page_team img {
    max-width: 150px;
  }

  .custom_page_team .caret {
    vertical-align: 2px;
  }
}

/*
 * LOGIN
 */
.login h1,
.login h2,
.login h3,
.login h4,
.login h5,
.login h6,
.login p {
  font-weight: normal;
}

.login_head {
  padding-top: 10rem;
  text-align: center;
}

.login .show_password {
  color: #1A8DD4;
  background: none !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.hide_pass svg,
.hide_pass span,
.show_pass svg,
.show_pass span {
  vertical-align: middle;
}

.hide_pass {
  display: none;
}

.login .show_password.active .show_pass {
  display: none;
}

.login .show_password.active .hide_pass {
  display: block;
}

.form-group.custom-form.spacing_btn {
  margin-top: 40px !important;
}

.keep_login {
  text-align: center;
  margin-top: 30px;
}
.keep_login input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  clip: rect(0,0,0,0);
}
.keep_login span {
  display: block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.keep_login .checked-1 {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.keep_login svg {
  position: absolute;
  top: 4px;
  right: calc(100% + 5px);
  -webkit-transition: 150ms ease;
          transition: 150ms ease;
}
.keep_login input:checked ~ .checked-img>svg:first-child {
  opacity: 0;
}
.keep_login input:checked ~ .checked-img>svg:last-child {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom_color_alert {
  color: inherit;
  background-color: #F9D0C7;
  border: 0;
  border-radius: 0;
}

.login .error_form {
  -webkit-box-shadow: 0 0 0 1px #F14D4D !important;
          box-shadow: 0 0 0 1px #F14D4D !important;
}

.entry_text_right {
  z-index: 2;
  position: absolute;
  top: 20px;
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bg .entry_text_right {
  top: 50px;
}

/* Slick Slider */
.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
}
.slick-dots li button:before {
  font-size: 20px;
  opacity: .40;
  color: #fff;
  width: 15px;
  height: 15px;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}

.img-responsive {
   display: inline-block;
}

.rates-box {
  padding: 40px 0 10px;
}

.rates-box span {
  display: inline-block;
  background: #1A8DD4;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  text-align: left;
}

.group_list .image {
  padding-right: 25px;
}

@media (max-width: 576px) {
  .group_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .group_list .image {
    margin-bottom: 15px;
  }
}

.group_list .entry-content h3 {
  margin-top: 0;
}


.group_list .entry-content .list_items {
  margin: 20px 0;
  list-style: disc;
  font-size: 18px;
  line-height: 35px;
}

.group_list .entry-content .list_items li {
  margin-left: 15px;
}

.copyright {
  position: relative;
  top: 100px;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 0px;
  padding-bottom: 10px;
}

.faq_group .faq_item  .faq_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.faq_group .faq_item:hover {
  cursor: pointer;
}

.faq_group .faq_item .icon_toggle {
  position: relative;
}

.faq_group .faq_item .icon_toggle span::before,
.faq_group .faq_item .icon_toggle span::after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  background: #1A8DD4;
  width: 15px;
}

.faq_group .faq_item .icon_toggle span::after {
  -webkit-transition: .20s linear;
  transition: .20s linear;
  -webkit-transform: rotate(90deg) scaleX(1);
          transform: rotate(90deg) scaleX(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.faq_group .faq_item  .faq_btn[aria-expanded="true"] .icon_toggle span::after {
  -webkit-transform: rotate(90deg) scaleX(0);
          transform: rotate(90deg) scaleX(0);
}

.faq_group .faq_content {
  padding-top: 20px;
  text-align: left;
}

.center_block_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#selling_car h1 {
  font-size: 35px;
  color: #000;
  font-family: inherit;
}

.car_details_block p {
  font-family: inherit;
  font-size: 16px;
  color: #070705;
}

.my_contacts input.form-control {
  font-family: inherit;
  border: 1px solid #1A8DD4;
  height: 45px;
  width: 213px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 213px;
}

.edit_detailsofcar .bootstrap-select .btn.btn-primary:before, .edit_detailsofcar .bootstrap-select .btn.btn-primary, .my_contacts .bootstrap-select .btn.btn-primary:before, .my_contacts .bootstrap-select .btn.btn-primary, .select_owners .btn-group.bootstrap-select > .btn-primary {
  border: 1px solid #1A8DD4 !important;
  padding-left: 10px;
}

.btn.btn-primary:before {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.btn-group.bootstrap-select > .btn-primary .caret {
  background: #1A8DD4 !important;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

.btn-group.bootstrap-select > .btn-primary .caret:before {
  background: none;
  border: 2px solid;
  border-color: transparent #fff #fff transparent;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
  left: 2px;
}

#selling_car h1.headingOne {
  font-family: inherit;
  font-size: 35px;
}

#selling_car h2.subtitle {
  font-size: 20px;
  font-family: inherit;
}

.car_details_block .heading {
  background: #1A8DD4;
  font-family: inherit;
  font-size: 20px;
}

.car_details_block p a {
  color: #1A8DD4;
}

.btn {
  border-radius: 50px;
}

#selling_car .separator .btn-link {
  font-family: inherit;
  color: #1A8DD4;
}

.btn.btn-link {
  min-width: 175px;
  background: none;
  color: #1A8DD4;
  font-size: 16px;
  border: 1px solid #1A8DD4;
  padding-left: 25px;
  padding-right: 25px;
}

#selling_car .start_over a {
  color: #1A8DD4;
}

.btn.btn-default {
  min-width: 175px;
  border-radius: 50px;
  color: #fff;
  background: #1A8DD4;
  border: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: inherit;
  height: inherit;
  text-transform: capitalize;
  padding: 0 35px;
}

.btn.btn-default:before {
  display: none;
}

.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-link.focus,
.btn.btn-link:focus,
.btn.btn-link:hover {
  background-color: #1A8DD4;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  border-color: transparent;
}

#selling_car .separator .btn-link,
#selling_car .separator i {
  margin-top: 40px;
}

.cbg_style label > input:checked + span em {
  color: #1A8DD4;
}

#selling_car .body .title_option {
  color: #1A8DD4;
  font-family: inherit;
  font-size: 20px;
}

#selling_car .cbg_style label > input + span em {
  font-family: inherit;
  font-weight: 100;
}

.cbg_style label > input + span.sprite-checkbox-default2 {
  position: relative;
  background: none !important;
  width: 18px;
  height: 18px;
  border: 1px solid #e1e1e1
}

.cbg_style label > input:checked + span.sprite-checkbox-default2::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  background: #1A8DD4;
}

#selling_car .side_nav {
  background: #e8f3fb;
  border: 0;
}

#selling_car .side_nav .title {
  color: #222;
  font-size: 20px;
  font-family: inherit;
}

#selling_car .side_nav > span {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #A0A0A0;
}

#selling_car .side_nav li {
  margin: 0 5px 5px 0;
}

#selling_car .side_nav li a {
  color: #1A8DD4;
  border: 1px solid #1A8DD4;
}

#selling_car .side_nav li:hover a,
#selling_car .side_nav li.active a {
  background: #1A8DD4;
  border-color: #1A8DD4 !important;
  color: #fff;
}

.select_owners {
  margin-top: 20px;
  margin-bottom: 0;
}

.select_owners .form-control,
.labelholder.registration .form-control,
#selling_car .price_block .form-control,
#sandbox-container .input-group.date {
  border: 1px solid #1A8DD4;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
}

#selling_car .price_block b {
  color: #1A8DD4;
}

.datepicker .datepicker-switch {
  color: #1A8DD4;
  font-family: inherit;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background: #1A8DD4 !important;
}

.car_details_block .checkbox input,
.car_details_block .radio input {
  margin-top: 1px;
}

.form-group {
  margin-bottom: 20px;
}

.input-group {
  text-align: left;
}

.form-control {
  color: #222;
}

.alert-danger {
  padding: 10px 15px 8px 15px;
  font-family: inherit;
  font-size: 18px;
}

.select_owners .has-error .form-control,
.labelholder.registration .has-error .form-control,
#selling_car .price_block .has-error .form-control,
#sandbox-container .has-error .input-group.date {
  -webkit-box-shadow: 0 0 0 1px #f14d4d;
          box-shadow: 0 0 0 1px #f14d4d;
}


.errborder .form-control, .errborder .btn-group .bootstrap-select {border:2px solid red !important}

.input-group.date .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#selling_car .car_details_block p > em {
  color: #1A8DD4;
}

.set_main_photo {
  position: relative;
  top: -5px;
}

#form_sell_my_car {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #form_sell_my_car {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #form_sell_my_car {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #form_sell_my_car {
    width: 1200px;
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  #selling_car .col-xs-9.custom,
  #selling_car .col-xs-3.custom {
    width: 100%;
  }
  #selling_car .side_nav {
    display: none;
  }
}

.scroll-top-inner {
  background: rgba(26, 141, 212, 0.7);
  -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
}
.scroll-top-inner:hover {
  background: #1A8DD4;
}
.scroll-top-inner .fa {
  color: #fff;
}
.sortable article:first-of-type .dz-preview:before {
    background: #1a8dd4;
    content: "";
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	z-index: -1;
}

.sortable article .dz-preview * {
	position: relative;
	z-index: 10;
}

.sortable article:first-of-type .dz-preview a {
	color: #fff;
}

.sortable article .dz-preview a:hover {
	color: #444;
}

#car_autoaddress .form-control {
  margin-bottom: 20px;
}

.bootstrap-touchspin .btn.btn-default {
  min-width: inherit;
  border-radius: 0;
}

.navbar-header {
    font-weight: bold;
    line-height: 52px;
    height: 52px;
}

.navbar_logo {
	font-size: 30px;
	margin-top: -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 69px;
}

.navbar_logo span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.navbar_logo img  {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .navbar_logo {
    font-size: 18px;
  }
  .navbar_logo img  {
    height: 45px;
    margin: 0 10px;
  }
}

.highlight {
    color: #1a8dd4;
    background: #e8f3fb;
    margin-top: 30px;
    padding: 10px;
    border-radius: 50px;
}

.select_owners .form-group {
	text-align: left;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.select_owners .form-group.inline_field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	}

	.select_owners .form-group.inline_field label {
		width: 50%;
		text-align: right;
		padding-right: 30px;
	}
}

.full_select .bootstrap-select {
	width: 100% !important;
}

#form_sell_my_car h2 {
	margin-top: 0;
}

.my_contacts .input-group-addon {
  position: absolute;
  left: 100%;
  top: 10px;
}

.has-error .form-control, .has-error .btn-group.bootstrap-select {
  border: 2 !important;
}

.has-error .btn-group.bootstrap-select .btn {
  border-color: #f14d4d !important;
}

/* Responsive */
@media (max-width: 1201px) {
  #selling_car .col-xs-9.custom._contact {
    margin-left: 0;
    width: 100%;
  }
  .errors_container {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  .full_resposive_width,
  .my_contacts input.form-control,
  .sortable .image_column {
    width: 100%;
  }
  .overviewDetails > .col-md-3 {
    width: 50%;
  }
  .overviewDetails {
    margin-bottom: 30px;
  }
  body #selling_car .separator {
    margin: 80px 0 30px 0;
  }
  #selling_car .img-responsive {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .edit_detailsofcar .col-xs-4,
  .car_details_block .col-xs-4,
  .car_details_block .body .column {
    width: 100%;
  }
  .car_details_block .body .column li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 576px) {
  .my_contacts .col-xs-7 {
    width: 100%;
  }
}
.table.table-bordered .bn-r {
  border-right: none;
}
.table.table-bordered .bn-l {
  border-left: none;
}

.flex1_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider-navlist .img_thumb_page {
  position: relative;
  display: block;
  width: 95%;
  height: 100px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.main_slider_page .slick-prev:before,
.main_slider_page .slick-next:before {
  content: '';
  font-size: 0;
  border: 10px solid transparent;
}

.main_slider_page_modal .slick-prev {
  left: 50px;
  z-index: 1;
}

.main_slider_page_modal .slick-next {
  right: 50px;
  z-index: 1;
}

.main_slider_page .slick-prev:before {
  border-right-color: #000;
}

.main_slider_page .slick-next:before {
  border-left-color: #000;
}

.slider-for_fullwidth {
  margin: 0 0 10px;
}

.close_btn_cusom {
  background: transparent;
  border: 0;
  font-size: 25px;
}

.modal_whatsapp .modal-content {

}

body.hidden-scroll {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 999;
}
.sl-wrapper {
  z-index: 1000;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1005;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.gallery a {
  display: block;
}
.gallery-details {
  text-align: center;;
  padding: 10px;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 50px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

.my_contacts .form__contact_us .form-group {
  max-width: 700px;
  width: 100%;
  padding: 0 30px;
}
.my_contacts .form__contact_us .form-control {
  font-family: inherit; 
  border: 1px solid #1A8DD4;
  width: 100%;
  font-size: 14px;
}
.my_contacts .form__contact_us .form-control::-webkit-input-placeholder {
  font-family: inherit;
  opacity: .5;
}
.my_contacts .form__contact_us .form-control:-ms-input-placeholder {
  font-family: inherit;
  opacity: .5;
}
.my_contacts .form__contact_us .form-control::-ms-input-placeholder {
  font-family: inherit;
  opacity: .5;
}
.my_contacts .form__contact_us .form-control::placeholder {
  font-family: inherit;
  opacity: .5;
}



/* added by front end guy */
@media screen and (max-width: 767px) 
{    
    .col-xs-8 {
        width: 100%;
    }
    #selling_car .separator {
        margin: 15px 0 0 0 !important;
        padding: 0px;
    }
    .row.overviewDetails {
        font-size: 12px;
    }
    .row.overviewDetails .col-md-3 {
        width: 100% !important;
    }
    .btn.btn-default {
        min-width: auto;
        border-radius: 50px;
        color: #fff;
        background: #1A8DD4;
        border: 0;
        line-height: 45px;
        font-size: 16px;
        font-family: inherit;
        height: inherit;
        text-transform: capitalize;
        padding: 0 35px;
        font-size: 14px !important;
        margin-bottom: 15px;
    }       
    .mt-5 {
        margin-top: 10px;
    }
    #selling_car {
        padding: 25px 0;
    }
    #selling_car h1 {
        font-size: 24px;
        color: #000;
        font-family: inherit;
        margin-top: 5px;
    }
    .car_details_block p {
        font-family: inherit;
        font-size: 14px;
        color: #070705;
    }
    span.filter-option.pull-left {
        font-size: 14px;
    }
    #selling_car .separator {
        margin: 15px 0 0 0;
        padding: 0px;
    }
    #selling_car .car_details_block {
        padding-bottom: 0px;
    }
    #selling_car .py-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    div#selling_car {
        padding-bottom: 0px;
    }
    #selling_car h1.headingOne {
        font-family: inherit;
        font-size: 24px;
        margin-top: 0px;
    }
    #selling_car h2.subtitle {
        font-size: 16px;
        font-family: inherit;
        margin-bottom: 15px;
    }
    .alert-danger {
        padding: 10px 15px 8px 15px;
        font-family: inherit;
        font-size: 12px;
    }
    .car_details_block {
        padding-top: 5px;
    }
    .car_details_block .heading {
        background: #1A8DD4;
        font-family: inherit;
        font-size: 16px;
        line-height: 24px;
    }
    .car_details_block .body .column li {
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
    }
    a#previous_step {
        margin-top: 10px !important;
    }
    .col-xs-6 {
        width: 100% !important;
    }
    #selling_car .separator .btn-link, #selling_car .separator i {
        margin-top: 5px;
        float: left;
    }
    .car_details_block p.text-cener {
        margin-bottom: 0px;
    }
    .car_details_block .body {
        margin-top: 0px !important;
        margin-bottom: 5px;
    }
    #selling_car .car_details_block {
        padding-bottom: 0px;
    }
    .side_nav + .center-block {
        margin-top: 5px;
    }
    #selling_car .side_nav + .center-block {
        margin-top: 5px;
        float: left;
    }
    .edit_detailsofcar label
    {
        padding-top:0px;
    }
    .alert-danger {
        padding: 10px 15px 8px 15px;
        font-family: inherit;
        font-size: 14px;
        width: 90%;
    }
    #selling_car .car_details_block {
        padding-top: 5px;
    }
    #selling_car .car_details_block .body {
        margin-top: 0px;
    }
    #selling_car .body .title_option {
        color: #1A8DD4;
        font-family: inherit;
        font-size: 16px;
        margin: 0px;
    }
    #selling_car .cbg_style label > input + span em {
        font-family: inherit;
        font-weight: 100;
        font-size: 14px;
        vertical-align: top;
    }
    .cbg_style {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .select_owners {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .select_owners.customForm_flex .form-group label {
        font-size: 14px;
        margin-top: 10px;
    }
    .select_owners.customForm_flex .form-group {
        margin-bottom: 15px;
    }
    .highlight {
        color: #1a8dd4;
        background: #e8f3fb;
        margin-top: 15px;
        padding: 10px;
        border-radius: 10px;
        font-size: 13px;
    }
    .select_owners .miles {
        width: 100%;
        margin: 0 auto;
    }
    .select_owners .miles .col_1 {
        width: 100%;
        float: left;
        /* display: inline-block; */
        margin-right: 0px;
    }
    .select_owners .form-group {
        text-align: left;
        margin-bottom: 15px;
    }
    .select_owners .miles .col_2 {
        width: 100%;
        float: left;
        /* display: inline-block; */
    }
    #selling_car .col-xs-9.custom .car_details_block {
        /* overflow: hidden; */
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    #selling_car .price_block .form-control
    {
        width:80%;
    }
    #selling_car .price_block {
        width: 100%;
    }
}