/**
*
* Contents
*
* 01. General Styles
* 02. Pagination
* 03. Alerts
* 04. Buttons
* 05. Forms
* 06. Accordion
* 07. Tabs
* 08. Header
* 09. Footer
* 10. Sections
* 11. Icons
* 12. Widgets
* 13. Banner
* 14. Services
* 15. Featured Cars
* 16. Call To Action
* 17. Blog
* 18. Link Boxes
* 19. Car Types
* 20. Listing
* 21. Team
* 22. Compare
* 23. Contact
* 24. Car Details
* 25. Add Car
*
**/

/* ==========================================================================
   01. General Styles
   ========================================================================== */

/* Fonts
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,100);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Oswald);

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap");

:root {
  --fontpoppins: "Nunito Sans", sans-serif !important;
}

.btnRojo{
  background-color: #CD2A38;
  color: #ffffff !important;
  padding: 15px 20px;
  border-radius: 8px;
}

.btnBlanco{
  background: none;
  color: #CD2A38 !important;
  border: 1px solid #CD2A38;
  padding: 15px 20px;
  border-radius: 8px;
}

/* ZOOM EFECTS 
========================================================================== */
.zoom-in-out-box {
  animation: zoom-in-zoom-out 1.5s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* Typography
   ========================================================================== */
body {
  font-family: var(-fontpoppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #6E7175;
  overflow-x: hidden;
}
a {
  color: #6E7175;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #6E7175;
  /* opacity: 0.75; */
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* a:hover img {
  opacity: 0.75;
} */
p {
  margin-bottom: 24px;
}
h1 {
  color: #CD2A38;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
h2 {
  color: #CD2A38;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
h3 {
  color: #CD2A38;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
h4 {
  color: #CD2A38;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
h5 {
  color: #CD2A38;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
h6 {
  color: #CD2A38;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
.main-heading {
  font-size: 34px;
  line-height: 36px;
  font-weight: 900;
  text-align: start;
  color: #cd2a38;
  width: fit-content;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 5px solid #CD2A38;
}
.pHome{
  font-size: 25px;
  color: #6E7175;
  text-align: justify;
  font-weight: 800;
  width: 90%;
  padding-top: 20px;
}
.main-heading small {
  display: block;
  color: #231f20;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin-top: 20px;
}

.small-heading {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 56px;
  margin-top: 56px;
  color: #231f20;
}
.small-heading.no-margin-top {
  margin-top: 0;
}
.xsmall-heading {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #231f20;
}
.fa-ul {
  margin-left: 0;
}
.fa-li {
  position: static;
  width: auto;
  margin-right: 10px;
}
hr {
  border-color: #3b4144;
  margin-top: 28px;
  margin-bottom: 28px;
}
hr.light {
  border-color: #dae2e6;
  margin-top: 14px;
  margin-bottom: 40px;
}
blockquote {
  font-size: 15px;
  line-height: 26px;
  border-left: none;
  padding: 0;
  margin: 32px 0;
}
blockquote p {
  border-left: 3px solid #00482d;
  padding: 8px 28px;
  padding-right: 0;
  margin-bottom: 12px;
}
blockquote footer {
  text-align: right;
}
.spacer {
  margin-bottom: 48px;
}
.featured-image {
  margin-top: 96px;
}
.aligncenter {
  display: block;
  margin: 24px auto;
}
.alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}
.alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
}
@media all and (max-width: 768px) {
  .column-spacer {
    height: 24px;
  }
}

/* ==========================================================================
   02. Pagination
   ========================================================================== */
.pagination-wrapper {
  margin-top: 42px;
  position: relative;
}
.pager {
  margin: 0;
}
.pager li > a {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  color: #00482d;
  font-weight: 300;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.pager li > a:focus,
.pager li > a:hover {
  background: none;
}
.pager li > a span {
  background: #47b97f;
  color: #fff;
  line-height: 45px;
  padding: 0 12px;
  display: inline-block;
}
.pager li.next > a span {
  margin-right: 0;
  margin-left: 12px;
}
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li > a {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  padding: 0 13px;
  background: #ffffff;
  font-weight: 400;
  margin: 0 6px;
  float: none;
  display: inline-block;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
  background: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.pagination > li:last-child > a,
.pagination > li:first-child > a {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  border-color: #231f20;
  background: #231f20;
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
.pagination-wrapper .pagination {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/* ==========================================================================
   03. Alerts
   ========================================================================== */
.alert {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 0;
  padding: 23px 26px;
  margin-bottom: 20px;
}
.alert strong {
  font-weight: 500;
  text-transform: uppercase;
}
.alert .icon {
  margin-right: 26px;
}
.alert-success {
  background: #dff0d8;
  border: 1px solid #dae7d4;
  color: #3c763d;
}
.alert-success .icon {
  color: #6fcb49;
}
.alert-info {
  background: #d9edf7;
  border: 1px solid #d2e3ec;
  color: #00482d;
}
.alert-info .icon {
  color: #4992b7;
}
.alert-warning {
  background: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}
.alert-warning .icon {
  color: #e0bf11;
}
.alert-danger {
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #b84442;
}
.alert-danger .icon {
  color: #ec5252;
}
.alert-small {
  font-size: 14px;
  padding: 12px 14px;
  margin-bottom: 1px;
}
.alert-small .icon {
  margin-right: 12px;
}
.form-alert {
  display: none;
}

/* ==========================================================================
   04. Buttons
   ========================================================================== */
.button {
  font-size: 18px;
  font-weight: 400;
  line-height: 53px;
  padding: 0 46px;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  outline: none !important;
  box-shadow: none !important;
}
.button:hover {
  text-decoration: none;
}
.button:active {
  outline: none !important;
  box-shadow: none !important;
}
/* .button.solid:hover {
  opacity: 0.75;
} */
.button.size1 {
  padding: 0 46px;
}
.button.size2 {
  padding: 0 56px;
}
.button.size3 {
  padding: 0 60px;
}
.button.small.size1 {
  padding: 0 35px;
}
.button.small.size2 {
  padding: 0 45px;
}
.button.small.size3 {
  padding: 0 55px;
}
.button.large.size1 {
  padding: 0 58px;
}
.button.large.size2 {
  padding: 0 62px;
}
.button.large.size3 {
  padding: 0 68px;
}
.button.xsmall {
  font-size: 16px;
  line-height: 42px;
  padding: 0 21px;
}
.button.blue {
  background: #0074e1;
  border-color: #0074e1;
  color: #fff;
}
.button.brown {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}
.button.green {
  background: #CD2A38;
  border-color: #CD2A38;
  border-radius: 8px;
  color: #fff;
}
.button.green2 {
  background: #CD2A38;
  border-color: #CD2A38;
  color: #fff;
}
.button.yellow {
  background: #CD2A38;
  border-color: #CD2A38;
  color: #25282a;
}
.button.dark {
  background: #2e3335;
  border-color: #2e3335;
  color: #fff;
}
.button.white {
  background: #fff;
  border-color: #fff;
  color: #2e3335;
}
.button.white.solid {
  color: #CD2A38;
}
.button.border {
  background: none;
  color: #25282a;
}
.button.border:hover {
  opacity: 1;
}
.button.border.blue:hover {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}
.button.border.brown:hover {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}
.button.border.green:hover {
  background: #56c243;
  border-color: #56c243;
  color: #fff;
}
.button.border.yellow:hover {
  background: #f7d809;
  border-color: #f7d809;
  color: #25282a;
}
.button.border.dark:hover {
  background: #2e3335;
  border-color: #2e3335;
  color: #fff;
}
.button.border.white {
  color: #fff;
}
.button.border.white:hover {
  background: #fff;
  border-color: #fff;
  color: #2e3335;
}
.button.block {
  display: block;
  width: 100%;
}
.button-list {
  margin-bottom: 12px;
}
.button-list .button {
  margin-right: 20px;
  margin-bottom: 12px;
}

/* ==========================================================================
   05. Forms
   ========================================================================== */
input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  display: block;
  background: #CD2A38;
  width: 100%;
  padding: 11px 15px;
  outline: none !important;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #ffffff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

.select-wrapper {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
.form-group {
  margin-bottom: 22px;
}
.noUi-background {
  background: #00482d;
  box-shadow: none;
}
.noUi-target {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.noUi-horizontal {
  height: 6px;
}
.noUi-origin {
  border-radius: 0;
}
.noUi-connect {
  background: #47b97f;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  left: -7px;
  top: -4px;
}
.noUi-handle:after,
.noUi-handle:before {
  content: none;
}
.noUi-handle {
  border-radius: 100%;
  border: 2px solid #00482d;
  background: #47b97f;
  box-shadow: none;
  cursor: pointer;
}
label {
  font-size: 15px;
  line-height: 20px;
  color: #616d75;
  font-weight: 400;
  margin-bottom: 8px;
}
label .required {
  color: #f92727;
  margin-left: 4px;
}
.form-horizontal .control-label {
  padding-top: 12px;
  text-align: left;
}
.form-horizontal .control-label:after {
  position: absolute;
  line-height: 45px;
  top: 0;
  right: 0;
}
input[type="checkbox"]{
  background-color: #CD2A38;
}
.checkbox,
.radio {
  margin-bottom: 9px;
  margin-top: 0;
}
.checkbox.inline,
.radio.inline {
  display: inline-block;
  margin-right: 10px;
}
.checkbox label,
.radio label {
  padding-left: 46px;
  line-height: 40px;
}
.checkbox input,
.radio input {
  display: none;
}
.checkbox div,
.radio div {
  display: block;
  width: 40px;
  height: 39px;
  background: url("assets/img/Comparar/NO-SELECCIONADO.webp");
  position: absolute;
  margin-left: -46px;
}
.checkbox input:checked + div,
.radio input:checked + div {
  background: url("assets/img/Comparar/SELECCIONAR.webp");
}
.radio.rounded {
  margin-bottom: 18px;
  margin-top: 0;
}
.radio.rounded.inline {
  display: inline-block;
  margin-right: 10px;
}
.radio.rounded label {
  padding-left: 36px;
  line-height: 23px;
  color: #231f20;
  font-weight: 700;
}
.radio.rounded label .green {
  color: #55c243;
}
.radio.rounded label .grey {
  color: #bdc2cb;
}
.radio.rounded input {
  display: none;
}
.radio.rounded div {
  display: block;
  width: 23px;
  height: 23px;
  background: url("assets/img/Comparar/NO-SELECCIONADO.webp");
  position: absolute;
  margin-left: -36px;
}
.radio.rounded input:checked + div {
  background: url("assets/img/Comparar/SELECCIONAR.webp");
}
.file-input {
  position: relative;
  overflow: hidden;
  line-height: 37px;
  padding: 0 32px;
  font-size: 13px;
  font-weight: 700;
  border-width: 2px;
  margin-top: 2px;
}
.file-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #ffffff;
  cursor: inherit;
  display: block;
}
.file-input-selection {
  display: inline-block;
  margin-left: 12px;
  font-size: 15px;
  line-height: 45px;
  color: #616d75;
  font-weight: 300;
}
/* Footer
   ========================================================================== */
.footer
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.footer select,
.footer textarea {
  display: block;
  background: none;
  width: 100%;
  outline: none!important;
  font-size: 14px;
  line-height: 24px;
  color: #6E7175;
  font-weight: 300;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
  border: none;
  border-bottom: 1px solid #CD2A38;
}
.footer .form-group {
  margin-bottom: 0px;
}
.footer ::-webkit-input-placeholder {
  color: #6E7175;
}
.footer :-moz-placeholder {
  color: #6E7175;
}
.footer ::-moz-placeholder {
  color: #6E7175;
}
.footer :-ms-input-placeholder {
  color: #6E7175;
}
/* Banner Form
   ========================================================================== */

.banner-form ::-webkit-input-placeholder {
  color: #231f20;
}
.banner-form :-moz-placeholder {
  color: #231f20;
}
.banner-form ::-moz-placeholder {
  color: #231f20;
}
.banner-form :-ms-input-placeholder {
  color: #231f20;
}
.banner-form select option {
  background: #fff;
  color: #231f20;
}
.banner-form .select-wrapper {
  position: relative;
}
.banner-form .select-wrapper .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: #00482d;
}
.banner-form select {
  color: #fff;
}
.banner-form select.selectpicker {
  background: none;
  border: 1px solid #231f20;
  width: 100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.banner-form .btn-default {
  background: #ffffff;
  color: #231f20;
}
.banner-form .dropdown-menu {
  background: #fff;
}
.banner-form .btn {
  border: 1px solid #231f20;
  height: 44px;
  border-radius: 0px;
  color: #231f20;
}
.banner-form .bootstrap-select.btn-group .btn .caret {
  color: #231f20;
}
.banner-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: none;
  color: #fff;
}
.banner-form .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin-top: 0px;
  border: none;
}
.banner-form .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #231f20;
  color: #fff;
}
.banner-form .bootstrap-select.btn-group {
  background: #231f20;
  color: #fff;
}
.compare-cars {
  border: none;
  text-align: center;
  padding: 20px;
  margin: 25px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  min-height: 411px;
  background-color: white;
}

.compare-cars .btn {
  border: 1px solid #dedede;
  height: 35px;
  background: #fff;
  border-radius: 0px;
  color: #758086;
}

.compare-cars .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: none;
  color: #758086;
}

.compare-cars .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin-top: 0px;
  border: none;
}
.form-horizontal .btn {
  border: 1px solid #231f20;
  height: 39px;
  background: #231f20;
  border-radius: 0px;
  color: #ffffff;
}
.form-horizontal .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: none;
  color: #ffffff;
  background-color: #231f20;
}
.form-horizontal .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin-top: 0px;
  border: none;
}

/* Listing Search
   ========================================================================== */
.refine-search select {
  border: none;
  background: #5e6f79;
  color: #aebbc3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
}
.refine-search .noUi-background {
  background: #ffffff;
}
.refine-search .noUi-connect {
  background: #00482d;
}
.refine-search .noUi-handle {
  border: none;
  background: #47b97f;
}
/* Search
   ========================================================================== */
.search-form {
  position: relative;
}
.search-form
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  background: #CD2A38;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 11px 15px;
}
.search-form ::-webkit-input-placeholder {
  color: #b0c1c7;
}
.search-form :-moz-placeholder {
  color: #b0c1c7;
}
.search-form ::-moz-placeholder {
  color: #b0c1c7;
}
.search-form :-ms-input-placeholder {
  color: #b0c1c7;
}
.search-form button {
  background: none;
  border: none;
  font-size: 14px;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  color: #47b97f;
  display: inline-block;
  width: 42px;
  padding: 0;
}
.input-group input {
  display: table-cell;
}
.input-group input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e7edf0;
  color: #616d75;
  padding: 0 15px;
  font-size: 13px;
}
.input-group-addon.green {
  background: #55c243;
  border-color: #55c243;
  color: #fff;
}
.input-group-btn > .button {
  position: relative;
  margin-left: 11px;
}

/* ==========================================================================
   06. Accordion
   ========================================================================== */
.panel {
  border: 1px solid #e5eaed;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default > .panel-heading {
  background: #fff;
  border-color: #e5eaed;
}
.panel-heading {
  padding: 0;
}
.panel-default > .panel-heading {
  color: #00482d;
}
.panel-title {
  font-size: 18px;
  line-height: 68px;
  font-weight: 400;
}
.panel-title > a {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 0 26px;
}
.panel-title > a:hover {
  color: #00482d;
}
.panel-title .icon {
  float: right;
}
.panel-body {
  padding: 26px;
  line-height: 24px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5eaed;
}
.panel-body p:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   07. Tabs
   ========================================================================== */

/* Solid
   ========================================================================== */
.tabpanel.solid .nav-tabs {
  border-bottom: 1px solid #47b97f;
  margin-bottom: 38px;
}
.tabpanel.solid .nav-tabs > li {
  margin-bottom: 0;
}
.tabpanel.solid .nav > li > a {
  padding: 19px 30px;
}
.tabpanel.solid .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
  border: none;
  margin-right: 0;
  color: #47b97f;
}
.tabpanel.solid .nav-tabs > li > a:hover {
  background: none;
}
.tabpanel.solid .nav-tabs > li.active > a,
.tabpanel.solid .nav-tabs > li.active > a:focus,
.tabpanel.solid .nav-tabs > li.active > a:hover {
  background: #231f20;
  border: none;
  color: #fff;
  opacity: 1;
}
.tabpanel.solid .tab-content {
  margin-bottom: 48px;
}

/* Border
   ========================================================================== */
.tabpanel.border .nav-tabs {
  border-bottom: 1px solid #e8eaed;
}
.tabpanel.border .nav > li > a {
  padding: 19px 30px;
}
.tabpanel.border .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  margin-right: 0;
  color: #00482d;
}
.tabpanel.border .nav-tabs > li > a:hover {
  background: none;
}
.tabpanel.border .nav-tabs > li.active > a,
.tabpanel.border .nav-tabs > li.active > a:focus,
.tabpanel.border .nav-tabs > li.active > a:hover {
  background: #fff;
  border: 1px solid #e8eaed;
  border-bottom: 1px solid transparent;
  border-top: 2px solid transparent;
  color: #00482d;
  opacity: 1;
  position: relative;
}
.tabpanel.border .nav-tabs > li.active > a:before {
  content: "";
  background: #47b97f;
  height: 2px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  display: block;
}
.tabpanel.border .tab-content {
  margin-bottom: 48px;
  border: 1px solid #e8eaed;
  border-top: none;
  padding: 36px;
}
.tabpanel.border .tab-content p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .tabpanel.border .nav-tabs > li > a {
    font-size: 14px;
  }
  .tabpanel.border .nav > li > a {
    padding: 8px;
  }
}
/* Section Tab
   ========================================================================== */
.tabpanel.section-tab .nav-tabs {
  position: absolute;
  top: -60px;
  left: 15px;
  border-bottom: none;
  margin-bottom: 0;
  z-index: 9;
}
.tabpanel.section-tab .nav-tabs > li {
  margin-bottom: 0;
}
.tabpanel.section-tab .nav > li > a {
  padding: 0 36px;
}
.tabpanel.section-tab .nav-tabs > li > a {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  height: 38px;
  border: none;
  border-top: 4px solid transparent;
  margin-right: 0;
  color: #fff;
  background: #47b97f;
}
.tabpanel.section-tab .nav-tabs > li > a:hover {
  background: #231f20;
}
.tabpanel.section-tab .nav-tabs > li.active > a,
.tabpanel.section-tab .nav-tabs > li.active > a:focus,
.tabpanel.section-tab .nav-tabs > li.active > a:hover {
  background: #231f20;
  line-height: 34px;
  border: none;
  border-top: 4px solid #231f20;
  color: #fff;
  /* opacity: 1; */
  position: relative;
}
.tabpanel.section-tab .nav-tabs > li.active > a:before {
  content: none;
}
.tabpanel.section-tab .tab-content {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
/* Simple
   ========================================================================== */
.nav-tabs.simple {
  border-bottom: none;
}
.nav.simple > li > a {
  padding: 0;
}
.nav-tabs.simple > li > a {
  line-height: 58px;
  border-radius: 0;
  border: none;
  border-top: 2px solid transparent;
  margin-right: 36px;
  color: #47b97f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.nav.simple > li > a:focus,
.nav.simple > li > a:hover {
  background: none;
  outline: none !important;
}
.nav-tabs.simple > li.active > a,
.nav-tabs.simple > li.active > a:focus,
.nav-tabs.simple > li.active > a:hover {
  border: none;
  /* border-top: 2px solid #56c243; */
  background: none;
  line-height: 58px;
  /* opacity: 1; */
}
.nav-tabs.simple > li {
  margin-bottom: 0;
}
/* Vertical
   ========================================================================== */
.tabpanel.vertical .nav-tabs {
  border-bottom: none;
  width: 20%;
  float: left;
}
.tabpanel.vertical .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.tabpanel.vertical .nav > li > a {
  padding: 0;
}
.tabpanel.vertical .nav-tabs > li > a {
  margin-right: 0;
  border: none;
  border-radius: 0;
  color: #00482d;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.tabpanel.vertical .nav-tabs > li > a:after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background: #00482d;
  margin-top: 6px;
}
.tabpanel.vertical .nav > li > a:focus,
.tabpanel.vertical .nav > li > a:hover {
  background: none;
}
.tabpanel.vertical .nav-tabs > li.active > a,
.tabpanel.vertical .nav-tabs > li.active > a:focus,
.tabpanel.vertical .nav-tabs > li.active > a:hover {
  border: none;
  background: none;
  opacity: 1;
  color: #47b97f;
}
.tabpanel.vertical .nav-tabs > li.active > a:after {
  background: #47b97f;
}
.tabpanel.vertical .tab-content {
  width: 80%;
  float: left;
  color: #00482d;
}
@media all and (max-width: 768px) {
  .tabpanel.vertical .nav-tabs {
    width: 40%;
  }
  .tabpanel.vertical .tab-content {
    width: 60%;
  }
}

/* ==========================================================================
   08. Header
   ========================================================================== */

.header .container {
  position: relative;
}

/* Navigation
   ========================================================================== */
.navigation {
  height: 100px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.navigation .logo {
  background: #ffffff;
  height: 100px;
  float: left;
  font-size: 0;
  text-align: center;
}
.navigation .logo:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.navigation .logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
  /* height: 82px; */
}
.main-nav {
  margin-left: 30%;
  font-size: 0;
}
.main-nav ul > li {
  /* display: inline-block; */
  display: flex;
  justify-content: center;
}
.main-nav ul > li a {
  font-size: 16px;
  color: #6e7175;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0 14px;
  line-height: 74px;
  height: 60px;
  display: inline-block;
  /* border-top: 4px solid transparent; */
}
.main-nav ul > li a:hover,
.main-nav ul > li:hover a {
  text-align: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  /* height: 4px; */
  color: #CD2A38;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 5px solid #CD2A38;

}
.main-nav ul > li.active a {
  font-weight: 400;
  width: 80%;
  /* height: 4px; */
  color: #CD2A38;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 5px solid #CD2A38;
}
.main-nav ul > li ul {
  /* opacity: 0;
  filter: alpha(opacity=0); */
  visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  background: #ffffff;
  position: absolute;
  top: 82px;
  height: auto;
  padding: 0;
  z-index: 999;
  min-width: 120px;
}
.main-nav ul > li ul li {
  white-space: nowrap;
  position: relative;
  display: block;
}
.main-nav ul > li ul li a {
  background: none;
  height: 36px;
  width: 100%;
  line-height: 36px;
  padding: 0 14px;
  padding-left: 10px;
  border-top: none;
  border-left: 4px solid transparent;
}
.main-nav ul > li:hover ul li a {
  border-top: none;
}
.main-nav ul > li ul li a:hover {
  border-top: none;
  border-left: 5px solid #47b97f;
}
.main-nav ul > li.active ul li.active a,
.main-nav ul > li.active ul li a {
  border-top: none;
}
.main-nav ul > li ul li.active a {
  font-weight: 400;
  border-top: none;
  border-left: 5px solid #47b97f;
}
.main-nav ul > li ul li ul {
  /* opacity: 0;
  filter: alpha(opacity=0); */
  visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  left: 100%;
  top: 0;
}
.main-nav ul > li:hover > ul {
  /* opacity: 10; */
  /* filter: alpha(opacity=100); */
  visibility: visible;
}
.navigation .login {
  float: right;
  height: 82px;
  padding: 22px 14px;
  padding-right: 22px;
}
.navigation .login a {
  display: inline-block;
  height: 38px;
  width: 46px;
  line-height: 38px;
  text-align: center;
  background: #47b97f;
  color: #fff;
  font-size: 24px;
}
.navigation .login a i {
  vertical-align: middle;
}
.navigation .contact a {
  display: inline-block;
  height: 38px;
  width: 46px;
  line-height: 38px;
  text-align: center;
  background: #47b97f;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  bottom: 21px;
  right: 22px;
}

.responsive-menu-open {
  font-size: 30px;
  color: #ffffff;
  padding: 0 14px;
  line-height: 82px;
  height: 82px;
  display: none;
  float: right;
}
/* .responsive-menu-open:hover {
  color: #5d6e7b;
} */
.responsive-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  min-width: 100%;
  background: #CD2A38;
  z-index: 2000;
  padding: 24px;
  overflow-y: scroll;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.responsive-menu.open {
  left: 0;
}
.responsive-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  color: #CD2A38;
}
/* .responsive-menu-close:hover {
  color: #5d6e7b;
} */
.responsive-nav ul > li a {
  font-size: 24px;
  color: #5d6e7b;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 48px;
}
.responsive-nav ul > li.active a {
  font-weight: 400;
}
.no-scroll {
  overflow: hidden !important;
}
/* @media all and (max-width: 1200px) {
  .main-nav {
    display: none;
  }
  
} */
@media all and (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .responsive-menu-open {
    display: inline-block;
  }
  .navigation {
    height: 164px;
    top: 0;
  }
  .navigation .logo {
    display: block;
    float: none;
  }
  .navigation .contact {
    float: left;
    /* height: 82px; */
    padding: 22px 14px;
  }
  .navigation .contact a {
    position: static;
  }
 
  .navigation .login {
    float: left;
    padding-right: 14px;
    padding-left: 22px;
  }
  .responsive-menu-open {
    padding-right: 22px;
  }
}

/* Page Title
   ========================================================================== */
.page-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-title .inner {
  background: rgb(255, 255, 255);
  padding-top: 135px;
}
.page-title .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 18px;
  background: #00482d;
  display: inline-block;
  color: #fff;
  position: relative;
  left: -15px;
  z-index: 9;
}
.page-title .title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 20px;
  border-color: transparent transparent transparent #0074e1;
  position: absolute;
  top: 0;
  right: -20px;
}
@media all and (max-width: 768px) {
  .page-title {
    margin-top: 164px;
  }
  .page-title .inner {
    padding-top: 200px;
  }
}

/* ==========================================================================
   09. Footer
   ========================================================================== */
.footer {
  color: #231f20;
  font-size: 15px;
  line-height: 24px;
}
.footer .top {
  background: #CD2A38;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer .bottom {
  background: #971d27;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-weight: 100;
  font-size: 13px;
}
.footer h5 {
  font-weight: 300;
  color: #231f20;
  margin-bottom: 26px;
}
.footer .top .container {
  position: relative;
}

@media (max-width: 588px) {
  .footer .bottom {
    line-height: 30px !important;
    padding: 10px 0 !important;
  }
}

/* ==========================================================================
   10. Sections
   ========================================================================== */
.section {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.section > .inner {
  padding: 50px 0;
  background: #fff;
}
.section.white > .inner {
  background: #fff;
}
.section.light > .inner {
  background: #eeeeee;
}
.section.lig > .inner {
  background: #e5eaed;
}
.section.lighter > .inner {
  background: #eef0f3;
}
.section.dark > .inner {
  background: #47b97f;
  color: #fff;
}
.section.clear > .inner {
  background: none;
  color: #fff;
}
.section.tiny > .inner {
  padding: 22px 0;
}
.section.no-padding-bottom > .inner {
  padding-bottom: 0 !important;
}
.section.no-padding-top > .inner {
  padding-top: 0 !important;
}
.section.no-padding > .inner {
  padding: 0 !important;
}
.section.extra-top-padding > .inner {
  padding-top: 154px;
}
.section.small-top-padding > .inner {
  padding-top: 44px;
}
.section:last-of-type > .inner {
  padding-bottom: 80px;
}
.section .container {
  position: relative;
}
.map {
  display: block;
  height: 520px;
}
.welcome {
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background: #e1dee2;

}
.welcome .slide {
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  position: relative;
  min-height: 521px;
}
.welcome .slide > .inner {
  padding-top: 0px;
  min-height: 521px;
  max-width: 1920px;
}
.welcome .slide > .inner .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex-direction-nav a {
  border-radius: 50%;
  font-size: 50px;
  line-height: 50px;
  background: #47b97f;
  width: 50px;
  height: 50px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  text-align: center;
}
.flex-direction-nav a:hover {
  background: #47b97ea8;
}
.flex-direction-nav .flex-prev {
  left: 15;
}
.flex-direction-nav .flex-next {
  right: 15;
  text-align: center;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15;
}
.flex-direction-nav a:before {
  font-size: 49px;
  color: #fff;
  text-shadow: none;
  font-family: "FontAwesome";
  content: "\f104";
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15;
}
/* @media all and (max-width: 768px) {
  .welcome .slide > .inner {
    padding-top: 164px;
    height: 634px;
  }
  .map {
    height: 240px;
  }
} */

/* ==========================================================================
   11. Icons
   ========================================================================== */
.iconbox-left {
  margin-bottom: 24px;
}
.iconbox-left .icon {
  float: left;
  font-size: 20px;
  line-height: 21px;
}
.iconbox-left .content {
  margin-left: 29%;
  font-size: 15px;
  line-height: 21px;
}

/* ==========================================================================
   12. Widgets
   ========================================================================== */

.widget {
  margin-bottom: 30px;
}
.widget .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00482d;
  margin-bottom: 14px;
}
.widget ul {
  color: #778790;
  text-transform: uppercase;
}
.widget ul a {
  color: #778790;
}
@media all and (max-width: 768px) {
  .sidebar {
    margin-top: 24px;
  }
}

/* Featured Deals
   ========================================================================== */
.featured-deals {
  margin-bottom: 48px;
}
.featured-deals a:hover {
  opacity: 1;
}
.featured-deals h5 {
  float: left;
  line-height: 21px;
  margin-bottom: 18px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.featured-deals .price {
  float: right;
  color: #47b97f;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
/* .featured-deals a:hover h5,
.featured-deals a:hover .price {
  opacity: 0.75;
} */

/* Popular Posts
   ========================================================================== */
.popular-posts .post {
  margin-bottom: 14px;
}
.popular-posts img {
  float: left;
}
.popular-posts .content {
  margin-left: 98px;
}
.popular-posts .content h6 {
  font-size: 14px;
  line-height: 18px;
  color: #778790;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 500;
}
.popular-posts .content h6 a {
  color: #778790;
}
.popular-posts .content .date {
  font-size: 12px;
  line-height: 18px;
  color: #778790;
}

/* ==========================================================================
   13. Banner
   ========================================================================== */
.banner {
  position: relative;
  line-height: 50px;
  padding: 0 16px;
  font-weight: 900;
  font-size: 30px;
  background: #47b97f;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
  max-width: 500px;
}
.banner.big {
  margin-bottom: 0;
  padding: 24px;
  line-height: 21px;
}
.banner.light {
  margin-bottom: 0;
  padding: 24px;
  line-height: 42px;
  font-size: 36px;
  font-weight: 300;
  background: #47b97f;
  max-width: 424px;
}
.banner .before {
  position: absolute;
  top: -38px;
  right: 0;
  line-height: 38px;
  padding: 0 12px;
  font-weight: 700;
  font-size: 18px;
  background: #47b97f;
}
.banner .before:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #47b97f transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.banner p {
  margin-bottom: 0;
  color: #a9d5ff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  margin-top: 18px;
}

/* Banner Form
   ========================================================================== */
.banner-form {
  font-size: 14px;
  line-height: 21px;
}
.banner-form .item {
  width: 25%;
  float: left;
  padding: 6px 30px;
  border-right: 1px solid #231f20;
}
.banner-form .item:last-of-type {
  border-right: none;
}
.banner-form .button {
  font-size: 14px;
  line-height: 38px;
  padding: 0 17px;
  margin: 4px 0;
}
.banner-form .price-slider-value {
  display: block;
  margin-bottom: 11px;
  margin-top: 3px;
}
@media all and (max-width: 768px) {
  .banner-form .item {
    width: 100%;
    float: none;
    border-right: none;
  }
}

/* ==========================================================================
   14. Services
   ========================================================================== */
.services {
  text-align: center;
}
.service {
  color: #5a6466;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: center;
}
.service:last-of-type {
  border-right: none;
}
.service .icon {
  display: inline-block;
  font-size: 24px;
  color: #00482d;
  position: relative;
  margin-bottom: 18px;
}
.service .sub-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: -45px;
  right: -45px;
}

.service h5 {
  font-weight: 500;
  margin-bottom: 18px;
}
@media all and (max-width: 768px) {
  .service {
    width: 100%;
    float: none;
    border-right: none;
  }
}

/* ==========================================================================
   15. Featured Cars
   ========================================================================== */
.featured-cars .item {
  padding: 1px 1px 1px 1px;
}
.featured-cars .image {
  position: relative;
  display: inline;
}
.featured-cars .content {
  padding: 15px 7px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.featured-cars h5 {
  line-height: 21px;
  margin: 0;
}
.featured-cars h5 a {
  color: #CD2A38;
}
.featured-cars .price {
  color: #00482d;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  float: right;
}

.featured-cars .content p:last-of-type {
  margin-bottom: 0;
}
.featured-cars .details {
  background: #d3d4d5;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  height: 35px;
}
.featured-cars .details i {
  color: #00482d;
  margin-right: 8px;
}
.featured-cars .details .seats {
  float: left;
  width: 33%;
  border-right: 1px solid #a1a4a9;
  color: #6e7175;
  height: 40px;
}
.featured-cars .details .fuel {
  float: left;
  width: 34%;
  border-right: 1px solid #a1a4a9;
  color: #6e7175;
  height: 40px;
}
.featured-cars .details .type {
  float: left;
  width: 33%;
  color: #6e7175;
  height: 40px;
}
.featured-cars.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 0;
  color: #fff;
  background: #1a2325;
  font-size: 18px;
  line-height: 80px;
  padding: 0 15px;
  margin: 0;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.featured-cars.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1a2325;
  /* opacity: 0.75; */
}
.featured-cars.owl-theme .owl-nav .owl-prev {
  left: -17px;
}
.featured-cars.owl-theme .owl-nav .owl-next {
  right: -17px;
}
.featured-cars.three-cols.owl-theme .owl-nav .owl-prev {
  left: -36px;
}
.featured-cars.three-cols.owl-theme .owl-nav .owl-next {
  right: -36px;
}
@media all and (max-width: 768px) {
  .featured-cars.three-cols.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .featured-cars.three-cols.owl-theme .owl-nav .owl-next {
    right: 0;
  }
}

/* ==========================================================================
   16. Call To Action
   ========================================================================== */
.call-to-action {
  background: #47b97f;
  color: #fff;
  margin-top: 96px;
}
.call-to-action.section-overlap {
  position: relative;
  top: 58px;
  z-index: 2;
}
.call-to-action .image {
  height: 117px;
  width: 290px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.call-to-action .content {
  position: relative;
  padding-left: 24px;
  float: left;
  margin-top: 20px;
}
.call-to-action .content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 117px 44px;
  border-color: transparent transparent #47b97f transparent;
  position: absolute;
  top: -20px;
  left: -44px;
}
.call-to-action .content h2 {
  margin-bottom: 15px;
}
.call-to-action .content p {
  margin-bottom: 0;
}
.call-to-action .cta-button {
  float: right;
  padding-right: 32px;
  margin-top: 34px;
}
.call-to-action .cta-button .button {
  border-width: 3px;
  line-height: 41px;
  font-size: 14px;
  padding: 0 26px;
}
@media all and (max-width: 1200px) {
  .call-to-action .image {
    float: none;
    width: 100%;
    height: 240px;
    margin-bottom: 18px;
  }
  .call-to-action .content {
    padding-left: 0;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .call-to-action .content:before {
    content: none;
  }
  .call-to-action .cta-button {
    float: none;
    padding-right: 0;
    margin-top: 18px;
    text-align: center;
    margin-bottom: 18px;
  }
}
/* Sidebar
   ========================================================================== */
.sidebar-cta.call-to-action {
  background: #47b97f;
  color: #fff;
  margin-top: 0;
  font-size: 15px;
  line-height: 24px;
}
.sidebar-cta.call-to-action .image {
  height: auto;
  width: auto;
  float: none;
}
.sidebar-cta.call-to-action .content {
  position: relative;
  padding: 30px 28px;
  padding-bottom: 42px;
  float: none;
  margin: 0;
}
.sidebar-cta.call-to-action .content:before {
  content: none;
}
.sidebar-cta.call-to-action .content h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: 300;
}
.sidebar-cta.call-to-action .content p {
  margin-bottom: 28px;
  color: #93c9fc;
}
.sidebar-cta.call-to-action .content .button {
  border-width: 3px;
  line-height: 41px;
  font-size: 15px;
  padding: 0 26px;
}

/* ==========================================================================
   17. Blog
   ========================================================================== */
/* Masonry and Grid
   ========================================================================== */
.blog-masonry,
.blog-grid {
  margin: 0 -15px;
}
.blog-masonry-sizer {
  width: 50%;
}
.blog-masonry .blog-post,
.blog-grid .blog-post {
  width: 50%;
  padding: 15px;
}
.blog-masonry .blog-post.wide {
  width:50%;
}
.blog-grid .blog-post {
  float: left;
}
.blog-masonry .blog-post .blog-post-image,
.blog-grid .blog-post .blog-post-image {
  height: 244px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.blog-masonry .blog-post.wide .blog-post-image {
  height: 334px;
}
.blog-masonry .blog-post.short .blog-post-image {
  height: 154px;
}
.blog-masonry .blog-post.audio .audio-player,
.blog-grid .blog-post.audio .audio-player {
  background: #fff;
  padding-bottom: 30px;
}
.blog-masonry .blog-post.audio .audio-player audio,
.blog-grid .blog-post.audio .audio-player audio {
  width: 100%;
}
/* .blog-masonry .blog-post .blog-post-image:hover,
.blog-grid .blog-post .blog-post-image:hover {
  opacity: 0.75;
} */
.blog-masonry .blog-post .content,
.blog-grid .blog-post .content {
  background: #fff;
  padding: 0 28px;
  padding-bottom: 54px;
}
.blog-grid .blog-post .content {
  background: #eef2f4;
}
.blog-masonry .blog-post.quote .content,
.blog-grid .blog-post.quote .content {
  padding-top: 55px;
}
.blog-masonry .blog-post .content .avatar,
.blog-grid .blog-post .content .avatar {
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  top: -23px;
  margin-bottom: -14px;
}
.blog-masonry .blog-post .content .avatar img,
.blog-gird .blog-post .content .avatar img {
  width: 100%;
  height: 100%;
}
.blog-masonry .blog-post .content .meta,
.blog-grid .blog-post .content .meta {
  font-size: 15px;
  line-height: 21px;
  color: #8e9596;
  font-weight: 300;
  display: inline-block;
}
.blog-masonry .blog-post .content .meta .author,
.blog-grid .blog-post .content .meta .author {
  margin-right: 28px;
}
.blog-masonry .blog-post .content h4,
.blog-grid .blog-post .content h4 {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 14px;
  margin-top: 24px;
  font-weight: 500;
  color: #00482d;
}
.blog-masonry .blog-post .content h4 a,
.blog-grid .blog-post .content h4 a {
  color: #00482d;
}
.blog-masonry .blog-post .content .excerpt,
.blog-grid .blog-post .content .excerpt {
  margin-bottom: 0;
  line-height: 21px;
  color: #00482d;
  font-weight: 300;
}
.blog-masonry .blog-post .content .excerpt a,
.blog-grid .blog-post .content .excerpt a {
  font-weight: 500;
}
.blog-masonry .blog-post .content .quotes,
.blog-grid .blog-post .content .quotes {
  font-size: 24px;
  line-height: 21px;
  color: #bdc2c9;
  margin-bottom: 14px;
  margin-top: 24px;
  display: block;
}
@media all and (max-width: 1200px) {
  .blog-masonry-sizer {
    width: 100%;
  }
  .blog-masonry .blog-post,
  .blog-grid .blog-post {
    width: 100%;
  }
  .blog-masonry .blog-post.wide {
    width: 100%;
  }
}
/* List
   ========================================================================== */
.blog-list .blog-post {
  margin-bottom: 56px;
}
.blog-list .blog-post .title {
  font-size: 24px;
  line-height: 21px;
  color: #00482d;
}
.blog-list .blog-post .title a {
  color: #00482d;
}
.blog-list .blog-post .image {
  width: 456px;
  height: 317px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
/* .blog-list .blog-post .image:hover {
  opacity: 0.74;
} */
.blog-list .blog-post.video-post .video {
  width: 456px;
  height: 317px;
  float: left;
  background: #e8eef2;
}
.blog-list .blog-post.video-post .video .embed-responsive {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-list .blog-post.quote-post .quote {
  font-family: "Droid Serif", serif;
  width: 456px;
  height: auto;
  float: left;
  background: #e8eef2;
  color: #00482d;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  padding: 32px 44px;
  padding-left: 62px;
  position: relative;
}
.blog-list .blog-post.quote-post .quote:before {
  font-family: "Oswald", sans-serif;
  content: "“";
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 46px;
  line-height: 50px;
  color: #47b97f;
}
.blog-list .blog-post .content {
  border: 1px solid #ebebeb;
  border-left: none;
  padding: 40px 32px;
  padding-right: 23px;
  font-size: 15px;
  line-height: 24px;
  color: #778790;
  position: relative;
  margin-left: 456px;
  height: 317px;
}
.blog-list .blog-post.quote-post .content {
  height: auto;
}
.blog-list .blog-post .content .meta {
  font-size: 14px;
  line-height: 24px;
}
.blog-list .blog-post .content .meta span {
  display: block;
}
.blog-list .blog-post .content .meta span i {
  margin-right: 6px;
}
.blog-list .blog-post .content .button {
  position: absolute;
  bottom: 23px;
  right: 23px;
  font-size: 12px;
  font-weight: 300;
  padding: 0 16px;
  line-height: 30px;
}
.blog-list .blog-post.quote-post .content .button {
  bottom: 40px;
}
@media all and (max-width: 1200px) {
  .blog-list .blog-post .image {
    width: 100%;
    float: none;
  }
  .blog-list .blog-post .content {
    margin-left: 0;
    height: auto;
    border-left: 1px solid #ebebeb;
    border-top: none;
  }
  .blog-list .blog-post.video-post .video {
    height: auto;
    width: 100%;
    float: none;
  }
  .blog-list .blog-post.video-post .video .embed-responsive {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .blog-list .blog-post.quote-post .quote {
    width: 100%;
    height: auto;
    float: none;
  }
}
/* Single
   ========================================================================== */
.single-blog-post .blog-post .title {
  font-size: 24px;
  line-height: 21px;
  color: #00482d;
}
.single-blog-post .blog-post .title a {
  color: #00482d;
}
.single-blog-post .blog-post .image {
  margin-bottom: 30px;
}
.single-blog-post .blog-post .content {
  font-size: 14px;
  line-height: 24px;
  color: #778790;
}
.single-blog-post .blog-post .content h5 {
  line-height: 30px;
  margin-bottom: 24px;
  color: #00482d;
}
.single-blog-post .blog-post .meta {
  font-size: 14px;
  line-height: 24px;
  color: #778790;
}
.single-blog-post .blog-post .meta span {
  display: block;
}
.single-blog-post .blog-post .meta span i {
  margin-right: 6px;
}
.blog-post .about-author {
  background: #ebf7fd;
  padding: 28px 38px;
  margin-top: 12px;
  color: #778790;
  font-size: 14px;
  line-height: 21px;
}
.blog-post .about-author img {
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 100%;
}
.blog-post .about-author h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #00482d;
}
.blog-post .about-author p {
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .single-blog-post .blog-post .meta {
    margin-bottom: 24px;
  }
  .blog-post .about-author img {
    margin-bottom: 24px;
  }
}
/* Comments
   ========================================================================== */
.comments {
  margin-top: 60px;
}
.comments > h4 {
  color: #00482d;
  margin-bottom: 24px;
  font-weight: 500;
}
.comment {
  margin-bottom: 20px;
}
.comment .comment {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 100px;
}
.comment .image {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
}
.comment .content {
  margin-left: 52px;
  background: #f3f8fa;
  padding: 24px;
  color: #778790;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}
.comment .content p {
  margin-bottom: 6px;
}
.comment .content .reply {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #00482d;
}
.leave-reply {
  margin-top: 60px;
}
.leave-reply > h4 {
  color: #00482d;
  margin-bottom: 24px;
  font-weight: 500;
}
.leave-reply .button {
  line-height: 36px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 1200px) {
  .comment .comment {
    margin-left: 52px;
  }
}

/* ==========================================================================
   18. Link Boxes
   ========================================================================== */
.link-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  margin-top: 24px;
}
.link-box a {
  color: #fff;
}
.link-box .overlay {
  padding: 44px 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.link-box.blue .overlay {
  background: rgba(86, 132, 175, 0.68);
}
.link-box.blue .overlay:hover {
  background: rgba(86, 132, 175, 0.51);
}
.link-box.green .overlay {
  background: rgba(110, 158, 80, 0.68);
}
.link-box.green .overlay:hover {
  background: rgba(110, 158, 80, 0.51);
}
.link-box.yellow .overlay {
  background: rgba(200, 184, 78, 0.68);
}
.link-box.yellow .overlay:hover {
  background: rgba(200, 184, 78, 0.51);
}
.link-box .overlay span {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 4px;
}
.link-box .overlay h2 {
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 6px;
  font-weight: 700;
  margin-bottom: 0;
}

/* ==========================================================================
   19. Car Types
   ========================================================================== */
.car-types .car {
  width: 11.11%;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  border-right: 1px solid #00482d;
}
.car-types .car:last-of-type {
  border-right: none;
}
.car-types .car a {
  color: #61869c;
  display: block;
}
.car-types .car a:hover {
  color: #fff;
  opacity: 1;
}
.car-types .car i {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
@media all and (max-width: 768px) {
  .car-types .car {
    width: 33.33%;
    margin-bottom: 24px;
  }
}

/* ==========================================================================
   20. Listing
   ========================================================================== */

/* Grid
   ========================================================================== */
.listings .heading {
  margin-bottom: 17px;
}
.listings .heading h5 {
  float: right;
  line-height: 44px;
  /* text-transform: uppercase; */
  font-weight: 700;
  margin-bottom: 0;
  color: #6e7175;
}
.listings .heading .sort {
  float: right;
  margin-right: 8px;
}
.listings .heading .sort select {
  width: 170px;
  padding: 10px 16px;
  line-height: 20px;
  /* border: 1px solid #d0dce3; */
}
.listings .heading .btn {
  width: 170px;
  padding: 10px 16px;
  line-height: 20px;
  /* border: 1px solid #d0dce3; */
}
.listings .heading .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: none;
  color: #616669;
}
.listings .heading .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin-top: 0px;
  border: none;
}
.listings .heading .sort .arrow {
  height: 44px;
  line-height: 44px;
}
.listings .heading .view {
  float: right;
}
.listings .heading .view a {
  /* border: 1px solid #99baa4; */
  color: #99baa4;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  float: left;
  position: relative;
}
.listings .heading .view a:last-of-type {
  margin-left: -1px;
}
.listings .heading .view a.active {
  /* border: 1px solid #00482d; */
  color: #cd2a38;
  z-index: 2;
  cursor: default;
}
.listings .heading .view a.active:hover {
  opacity: 1;
}
.listings .listings-grid {
  margin: 0 -24px;
}
.listings .listings-grid .listing {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}
.listings.related-vehicles .listings-grid .listing {
  width: 25%;
  margin-bottom: 0;
}
.listings .listings-grid .listing .content {
  /* border: 1px solid #e8eef2; */
  border-top: none;
  padding: 30px 21px;
  padding-bottom: 36px;
  line-height: 24px;
  color: #6f828d;
  position: relative;
}
.listings .listings-grid .listing .content .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #cd2a38;
  margin-bottom: 18px;
}
.listings .listings-grid .listing .content .title a {
  color: #cd2a38;
}
.listings .listings-grid .listing .content .title span {
  color: #c96971;
  font-size: 15px;
}
.listings .listings-grid .listing .content .price {
  line-height: 36px;
  padding: 0 14px;
  background: #c96971;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.listings .listings-grid .listing .content .price span {
  font-size: 15px;
  line-height: 19px;
  color: #98d8ff;
}
.listings .listings-grid .listing .content .price.green {
  background: #c96971;
}
.listings .listings-grid .listing .content .price.green span {
  color: #c96971;
}
@media all and (max-width: 768px) {
  .listings .listings-grid .listing {
    width: 50%;
  }
  .listings.related-vehicles .listings-grid .listing {
    width: 50%;
    margin-bottom: 15px;
  }
}
/* List
   ========================================================================== */
.listings .listings-list .listing {
  margin-bottom: 30px;
}
.listings .listings-list .listing:last-of-type {
  margin-bottom: 0;
}
.listings .listings-list .listing .image {
  width: 355px;
  height: 245px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.listings .listings-list .listing .details {
  height: 245px;
  width: 43px;
  float: left;
}
.listings .listings-list .listing .details .item {
  height: 49px;
  width: 100%;
  position: relative;
  background: #e8ecef;
  border-bottom: 1px solid #dde2e5;
  color: #8c9aa5;
  text-align: center;
  line-height: 49px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.listings .listings-list .listing .details .item:hover {
  background: #00482d;
  color: #fff;
  border-color: #47b97f;
}
.listings .listings-list .listing .details .item:last-of-type {
  border-bottom: none;
}
.listings .listings-list .listing .details .item span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  background: #47b97f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 49px;
  padding: 0 30px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.listings .listings-list .listing .details .item:hover span {
  opacity: 1;
  visibility: visible;
}
.listings .listings-list .listing .content {
  border: 1px solid #e8eef2;
  border-left: none;
  padding: 24px;
  padding-bottom: 36px;
  font-size: 15px;
  line-height: 24px;
  color: #6f828d;
  position: relative;
  margin-left: 398px;
  min-height: 245px;
}
.listings .listings-list .listing .content .title {
  font-size: 22px;
  line-height: 21px;
  font-weight: 500;
  color: #00482d;
  margin-bottom: 18px;
}
.listings .listings-list .listing .content .title a {
  color: #00482d;
}
.listings .listings-list .listing .content .title span {
  color: #00482d;
  font-size: 20px;
}
.listings .listings-list .listing .content .button {
  border-width: 1px;
  border-color: #e3e3e3;
  line-height: 28px;
  font-size: 12px;
  padding: 0 10px;
  color: #00482d;
}
.listings .listings-list .listing .content .button:hover {
  background: #e3e3e3;
}
.listings .listings-list .listing .content .price {
  line-height: 36px;
  padding: 0 14px;
  background: #47b97f;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.listings .listings-list .listing .content .price span {
  font-size: 12px;
  line-height: 19px;
  color: #98d8ff;
}
.listings .listings-list .listing .content .price.green {
  background: #56c243;
}
.listings .listings-list .listing .content .price.green span {
  color: #a0f491;
}
@media all and (max-width: 768px) {
  .listings .listings-list .listing .image {
    width: 100%;
    float: none;
  }
  .listings .listings-list .listing .details {
    width: 100%;
    height: 43px;
    float: none;
  }
  .listings .listings-list .listing .details .item {
    height: 43px;
    width: 20%;
    float: left;
    border-bottom: none;
    border-right: 1px solid #dde2e5;
  }
  .listings .listings-list .listing .details .item:last-of-type {
    border-right: none;
  }
  .listings .listings-list .listing .details .item span {
    bottom: 100%;
    top: auto;
    right: auto;
    left: 0;
  }
  .listings .listings-list .listing .content {
    margin-left: 0;
    border-left: 1px solid #e8eef2;
    border-top: none;
  }
}
/* Refine Search
   ========================================================================== */
.refine-search {
  padding: 25px 24px;
  background: #efefef;
  color: #6e7175;
  margin-bottom: 30px;
  border-radius: 8px;
}
.refine-search .title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 24px;
}
.refine-search .title i {
  font-size: 15px;
  line-height: 21px;
}
.refine-search .price-slider-value,
.refine-search .distance-slider-value {
  margin-bottom: 12px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
}
.refine-search .button {
  font-size: 15px;
  line-height: 41px;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .refine-search {
    margin-top: 24px;
  }
}

/* ==========================================================================
   21. Team
   ========================================================================== */
.team-slider {
  text-align: center;
}
.team-member {
  width: 264px;
  height: 234px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.team-member .about {
  background: #231f20;
  /* opacity: 86%; */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #d9dfe2;
  padding-top: 3%;
  padding-bottom: 25%;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.team-member:hover .about {
  top: 50%;
}
.team-member .about .name {
  display: block;
  font-size: 17px;
  line-height: 16px;
  color: #ffffff;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
}
.team-member .about .title {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  color: #ffffff;
}

.owl-theme .owl-dots {
  margin-top: 50px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #bdbdbd;
  margin: 0 3px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #47b97f;
}
.owl-theme .owl-nav {
  margin-top: 0;
}

/* ==========================================================================
   22. Compare
   ========================================================================== */

.select-car {
  padding: 20px 0;
}
.select-car img {
  margin: 0 auto;
  margin-bottom: 38px;
}
.select-car .select-wrapper {
  margin-bottom: 9px;
}
.select-car .select-wrapper:last-of-type {
  margin-bottom: 0;
}
.add-car {
  border: none;
  padding-top: 100px;
  padding-bottom: 135px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

.add-car:hover {
  /* opacity: 0.75; */
  cursor: pointer;
}

.add-car img {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.add-car i {
  font-size: 66px;
  color: #cd2a38;
}

.add-car span {
  color: #cd2a38;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
}
/* Popular Comparisons
   ========================================================================== */
.popular-comparisons .item {
  padding: 0 15px;
}
.popular-comparison {
  position: relative;
}
.popular-comparison .car {
  width: 50%;
  float: left;
  border-left: 1px solid #e8ebef;
}
.popular-comparison .car:first-of-type {
  border-left: 0;
  border-right: 1px solid #e8ebef;
}
.popular-comparison .content {
  background: #fff;
  padding: 24px;
  color: #231f20;
  font-weight: 300;
}
.popular-comparison .content .title {
  font-size: 20px;
  line-height: 29px;
}
.popular-comparison .content .title span {
  color: #231f20;
  font-size: 15px;
}
.popular-comparison .content span {
  font-size: 15px;
}
.popular-comparison .vs {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #00482d;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 100%;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -19px;
}
.popular-comparison .button {
  line-height: 40px;
  padding: 0 26px;
  font-weight: 300;
  font-size: 15px;
}
/* Comparisons Details
   ========================================================================== */
.comparison {
  color: #231f20;
}
.comparison > .title {
  margin-bottom: 18px;
}
.comparison > .title h4 {
  line-height: 41px;
}
.comparison > .title .button {
  line-height: 41px;
  font-size: 15px;
  padding: 0 36px;
}
.comparison-cars {
  position: relative;
  margin-bottom: 45px;
}
.comparison-cars .car {
  width: 49%;
  float: left;
  padding-left: 0px;
  margin: 5px;
}
.comparison-cars .car2 {
  width: 32%;
  float: left;
  padding-left: 0px;
  margin: 5px;
}
.comparison-cars .car:first-of-type {
  padding-left: 0;
  padding-right: 0px;
}
.comparison-cars .content {
  padding-top: 24px;
  font-weight: 300;
}
.comparison-cars .content .title {
  font-size: 20px;
  line-height: 29px;
}
.comparison-cars .content .title span {
  color: #47b97f;
  font-size: 15px;
}
.comparison-cars .content span {
  font-size: 15px;
}
.comparison-cars .vs {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #231f20;
  background: #ffffff;
  font-size: 26px;
  font-weight: bold;
  border-radius: 100%;
  position: absolute;
  top: 108px;
  left: 50%;
  margin-left: -40px;
}
.general-comparison {
  font-size: 15px;
  color: #626262;
}
.general-comparison .general-column {
  width: 50%;
  float: left;
  position: relative;
  border-top: 1px solid #d7dce4;
  padding-top: 20px;
  padding-left: 2px;
  padding-right: 2px;
}
.general-comparison.no-line .general-column {
  border-top: none;
}
.general-comparison .general-column:before,
.general-comparison .general-column:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #d7dce4;
  position: absolute;
  top: 0;
  left: 0;
}
.general-comparison .general-column:after {
  left: auto;
  right: 0;
}
.general-comparison .general-column:last-of-type:before {
  content: none;
}
.general-comparison.no-line .general-column:before,
.general-comparison.no-line .general-column:after {
  content: none;
}
.general-comparison .item {
  border-bottom: 1px solid #d7dce4;
  line-height: 40px;
}
.general-comparison .general-column:first-of-type .item {
  padding-left: 0;
}
.general-comparison .item:last-of-type {
  border-bottom: none;
}
.general-comparison .item .option {
  width: 45%;
  float: left;
  padding-right: 3px;
  font-weight: bold;
}
.general-comparison .item .option:after {
  content: ":";
  float: right;
}
.general-comparison .item .option-content {
  width: 50%;
  float: left;
  height: max-content;
}
.general-comparison .color-box {
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
  margin-top: 14px;
}
.general-comparison .check,
.general-comparison .not-available {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #56c243;
  border-radius: 100%;
  text-align: center;
  color: #56c243;
  font-size: 24px;
  margin-top: 9px;
}
.general-comparison .not-available {
  border: 1px solid #f26522;
  color: #f26522;
}
@media all and (max-width: 768px) {
  .comparison-cars .vs {
    top: 24px;
  }
  .general-comparison .item {
    line-height: 24px;
  }
  .general-comparison .item .option {
    padding-right: 6px;
  }
  .general-comparison .check,
  .general-comparison .not-available {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-top: 2px;
  }
}

/* ==========================================================================
   23. Contact
   ========================================================================== */
.contact > h4 {
  font-size: 24px;
  line-height: 21px;
  color: #231f20;
  font-weight: 500;
}
.contact-details {
  background: none;
  padding-top: 36px;
  padding-bottom: 20px;
}
.contact-details .item {
  padding: 12px 36px;
  border-bottom: 1px solid #e5e7e9;
}
.contact-details .item:last-of-type {
  border-bottom: none;
}
.contact-details .icon {
  font-size: 36px;
  line-height: 21px;
  color: #231f20;
  float: left;
}
.contact-details .content {
  margin-left: 61px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #5d6e7b;
}
.contact-details .content h6 {
  font-size: 15px;
  line-height: 21px;
  color: #231f20;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contact-details .content span {
  display: block;
}

/* ==========================================================================
   24. Car Details
   ========================================================================== */
.car-details {
  margin-bottom: 45px;
}
.car-details .rating {
  color: #f7d809;
  font-size: 14px;
  line-height: 21px;
  float: right;
}
.car-details .title {
  font-size: 24px;
  line-height: 21px;
  float: left;
  color: #00482d;
  font-weight: 700;
  text-transform: uppercase;
}
.car-details .title span {
  color: #47b97f;
  font-weight: 400;
}
.car-details .image {
  margin-top: 34px;
  margin-bottom: 42px;
}
.car-details .owl-theme .owl-dots {
  margin-top: 0;
}
.car-details .owl-controls {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}
.car-details .price {
  font-size: 30px;
  line-height: 33px;
  padding: 13px 24px;
  background: #47b97f;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 17px;
}
.car-details .price span {
  font-size: 14px;
  line-height: 19px;
  color: #98d8ff;
}
.car-details .button {
  line-height: 47px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 13px;
}
.car-details .button.dark {
  border: 1px solid #e3e3e3;
}
.car-details .button.blue {
  border: 1px solid #e3e3e3;
  color: #47b97f;
}
.car-details .main-car-details {
  margin-bottom: 20px;
}
.car-details .main-car-details .item {
  border-bottom: 1px solid #d7dce4;
  line-height: 48px;
}
.car-details .main-car-details .item:last-of-type {
  border-bottom: none;
}
.car-details .main-car-details .item .option {
  width: 50%;
  float: left;
  padding-right: 32px;
  text-transform: uppercase;
}
.car-details .main-car-details .item .option:after {
  content: ":";
  float: right;
}
.car-details .main-car-details .item .option-content {
  width: 50%;
  float: left;
}
/* Alt
   ========================================================================== */
.car-details.alt {
  margin-bottom: 0;
}
.car-details.alt .image {
  margin-top: 0;
  margin-bottom: 34px;
}
.car-details .details-box {
  border: 1px solid #e8ecef;
  position: relative;
}
.car-details .details-box .heading {
  padding: 20px 30px;
  padding-bottom: 20px;
}
.car-details.alt .price {
  font-size: 24px;
  line-height: 33px;
  padding: 7px 20px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.car-details.alt .price span {
  font-size: 12px;
  line-height: 19px;
}
.car-details.alt .rating {
  font-size: 14px;
  line-height: 19px;
  float: none;
  margin-top: 6px;
}
.car-details.alt .title {
  font-size: 20px;
  line-height: 21px;
  float: none;
}
.car-details.alt .title span {
  font-weight: 300;
}
.car-details .details-box {
  color: #6f828d;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 34px;
}
.car-details .details-box .content {
  padding: 24px 30px;
}
.car-details .details-box .details-box-details {
  background: #e8ecef;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #8c9aa5;
}
.car-details .details-box .details-box-details div {
  float: left;
  border-right: 1px solid #dde2e5;
}
.car-details .details-box .details-box-details i {
  color: #8c9aa5;
  margin-right: 8px;
}
.car-details .details-box .details-box-details .seats {
  width: 15%;
}
.car-details .details-box .details-box-details .fuel {
  width: 23.33%;
}
.car-details .details-box .details-box-details .type {
  width: 15%;
}
.car-details .details-box .details-box-details .gear {
  width: 23.33%;
}
.car-details .details-box .details-box-details .year {
  width: 23.33%;
  border-right: none;
}
.car-details.alt .button {
  line-height: 32px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 6px;
}
.car-details .specifications {
  padding: 20px 26px;
  padding-bottom: 30px;
  background: #778790;
  color: #e4eae9;
  position: relative;
  margin-bottom: 50px;
}
.car-details .specifications .bg {
  position: absolute;
  bottom: 0;
  left: 18px;
  z-index: 1;
}
.car-details .specifications h2 {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
}
.car-details .specifications .content {
  margin-left: 250px;
  z-index: 2;
  position: relative;
}
.car-details .specifications .item {
  line-height: 33px;
  font-size: 15px;
}
.car-details .specifications .item .option {
  width: 50%;
  float: left;
  padding-right: 4px;
}
.car-details .specifications .item .option:after {
  content: ":";
  float: right;
}
.car-details .specifications .item .option-content {
  width: 50%;
  float: left;
  color: #a9b8bf;
}
.car-details h6 {
  margin-bottom: 30px;
  color: #47b97f;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
.car-details .fa-ul {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
}
@media all and (max-width: 768px) {
  .car-details .specifications h2 {
    float: none;
    margin-bottom: 18px;
  }
  .car-details .specifications .content {
    margin-left: 0;
  }
}

/* ==========================================================================
   25. Add Car
   ========================================================================== */
.add-car-header .item {
  color: #616d75;
  width: 20%;
  float: left;
  position: relative;
}
.add-car-header .item.active,
.add-car-header .item.completed {
  color: #00482d;
}
.add-car-header .item .icon {
  font-size: 48px;
  margin-bottom: 24px;
  color: #76878f;
}
.add-car-header .item.active .icon,
.add-car-header .item.completed .icon {
  color: #47b97f;
}
.add-car-header .item h6 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.add-car-header .item .sub {
  font-size: 13px;
  line-height: 20px;
  color: #5d6e7b;
}
.add-car-header .item.active .sub,
.add-car-header .item.completed .sub {
  color: #5d6e7b;
}
.add-car-header .item.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #eef0f3 transparent;
  position: absolute;
  bottom: -96px;
  left: 25px;
  margin-left: -12px;
}
.add-car-heading {
  text-transform: uppercase;
  font-weight: 700;
  color: #2e566e;
  margin-bottom: 44px;
  border-bottom: 1px solid #dae2e6;
  padding-bottom: 15px;
}
.add-car-heading.margin-top {
  margin-top: 44px;
}
.add-car-heading.no-line {
  padding-bottom: 0;
  border-bottom: 0;
}
.add-car-form {
  color: #616d75;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.add-car-form .button:not(.file-input) {
  font-size: 15px;
  line-height: 34px;
  padding: 0 20px;
}
.add-car-form .button.pay-publish {
  line-height: 41px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 700;
}
.add-car-form .price {
  background: #76878f;
  padding: 30px;
}
.add-car-form .price label {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  color: #fff;
}
.add-car-form
  .price
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  border-color: #CD2A38;
}
.add-car-form .price .input-group-addon {
  font-size: 25px;
  font-weight: 300;
}
.add-car-form .price .form-group {
  margin-bottom: 10px;
}
.add-car-form .price small {
  color: #a3b7c0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.add-car-form .btn {
  width: 100%;
  padding: 10px 16px;
  line-height: 20px;
  border: 1px solid #e9eaee;
  border-radius: 0px;
}
.add-car-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: none;
  color: #5e6770;
}
.add-car-form .btn-default {
  color: #9ba7ae;
}
.add-car-form .btn-default:hover {
  background: #fff;
}
.add-car-form .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin-top: 0px;
  border: none;
}
@media all and (max-width: 768px) {
  .add-car-header .item {
    width: 50%;
    margin-bottom: 24px;
  }
  .add-car-header .item.active:after {
    content: none;
  }
  .add-car-header .item .icon {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

/* ------------------------------------------------------------------------------------- */

