/* ==========================================================================
   [Master Stylesheet]

    Project                  :       AutoDealer
    Version                  :       1.0
    Author                   :       Renfos Technologies
    Author  URl              :       www.renfos.com
    Primary use              :       Auto Dealer

   ========================================================================== */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #222;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Hind Siliguri', sans-serif;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #131c2b;
}

::-webkit-scrollbar-thumb {
    background: #D81517;
}

::-webkit-scrollbar-thumb:window-inactive {
   background: #4c5667;
}

a, button, a.btn, .btn {
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    outline: none !important;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}
.pos-relative {
    position: relative;
}
.bg-empty {
    background: transparent !important;
}

.bg-primary {
    background-color: #228bdf !important;
}

.bg-success {
    background-color: #00b19d !important;
}

.bg-info {
    background-color: #3ddcf7 !important;
}

.bg-warning {
    background-color: #D81517 !important;
}

.bg-danger {
    background-color: #ef5350 !important;
}

.bg-muted {
    background-color: #F5F5F5 !important;
}

.bg-inverse {
    background-color: #4c5667 !important;
}

.bg-purple {
    background-color: #7266ba !important;
}

.bg-pink {
    background-color: #f76397 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff;
}

.text-danger {
    color: #ef5350;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #228bdf;
}

.text-warning {
    color: #D81517;
}

.text-success {
    color: #00b19d;
}

.text-info {
    color: #3ddcf7;
}

.text-inverse {
    color: #4c5667;
}

.text-pink {
    color: #f76397;
}

.text-purple {
    color: #7266ba;
}

.text-dark {
    color: #797979 !important;
}

.form-control {
    -moz-border-radius: 6px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.form-control:focus {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

.label {
    color: #ffffff !important;
}

.label-primary {
    background-color: #228bdf;
}

.label-success {
    background-color: #00b19d;
}

.label-info {
    background-color: #3ddcf7;
}

.label-warning {
    background-color: #D81517;
}

.label-danger {
    background-color: #ef5350;
}

.label-purple {
    background-color: #7266ba;
}

.label-pink {
    background-color: #f76397;
}

.label-dark {
    background: #4f595b;
}

.label-inverse {
    background-color: #4c5667;
}

.badge-primary {
    background-color: #228bdf;
}

.badge-success {
    background-color: #00b19d;
}

.badge-info {
    background-color: #3ddcf7;
}

.badge-warning {
    background-color: #D81517;
}

.badge-danger {
    background-color: #ef5350;
}

.badge-purple {
    background-color: #7266ba;
}

.badge-pink {
    background-color: #f76397;
}

.badge-inverse {
    background-color: #4c5667;
}

.p0, .pn {
    padding: 0px !important;
}

.m0, .mn {
    margin: 0px !important;
}

.mbn {
    margin-bottom: 0!important
}

.mb10 {
    margin-bottom: 10px!important
}

.mb20 {
    margin-bottom: 20px!important
}

.mb30 {
    margin-bottom: 30px!important
}

.mb40 {
    margin-bottom: 40px!important
}

.mb50 {
    margin-bottom: 50px!important
}

.mb60 {
    margin-bottom: 60px!important
}

.mtn {
    margin-top: 0!important
}

.mt10 {
    margin-top: 10px!important
}

.mt20 {
    margin-top: 20px!important
}

.mt30 {
    margin-top: 30px!important
}

.mt40 {
    margin-top: 40px!important
}

.mt50 {
    margin-top: 50px!important
}

.mt60 {
    margin-top: 60px!important
}

.mln {
    margin-left: 0
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px
}

.mrn {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.pbn {
    padding-bottom: 0!important
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.ptn {
    padding-top: 0!important
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pt90 {
    padding-top: 90px
}

.pln {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.prn {
    padding-right: 0 !important
}

.pr10 {
    padding-right: 10px
}

.p15 {
    padding: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pr60 {
    padding-right: 60px
}

.btn {
    border-radius: 30px;
    padding: 6px 20px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

.btn-default {
    background-color: #dae6ec;
    border-color: #dae6ec;
}

.btn-default:focus {
    background-color: #dae6ec;
    border-color: #C2CED4;
}

.btn-default:hover {
    background-color: #dae6ec;
    border-color: #C2CED4;
}

.btn-default:active {
    background-color: #dae6ec;
    border-color: #C2CED4;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #dae6ec !important;
    border-color: #C2CED4 !important;
}

.btn-primary {
    background-color: #228bdf !important;
    border: 1px solid #228bdf !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #1d7dca !important;
    border: 1px solid #1d7dca !important;
}

.btn-success {
    background-color: #00b19d !important;
    border: 1px solid #00b19d !important;
}


.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: #009886 !important;
    border: 1px solid #009886 !important;
}

.btn-info {
    background-color: #3ddcf7 !important;
    border: 1px solid #3ddcf7 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    background-color: #25d8f6 !important;
    border: 1px solid #25d8f6 !important;
}

.btn-warning {
    background-color: #D81517 !important;
    border: 1px solid #D81517 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    background-color: #e69900 !important;
    border: 1px solid #e69900 !important;
}

.btn-danger {
    background-color: #ef5350 !important;
    border: 1px solid #ef5350 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    background-color: #ed3c39 !important;
    border: 1px solid #ed3c39 !important;
}

.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open>.dropdown-toggle.btn-inverse {
    background-color: #414a58 !important;
    border: 1px solid #414a58 !important;
}

.btn-purple {
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #6254b2 !important;
    border: 1px solid #6254b2 !important;
}

.btn-pink {
    background-color: #f76397 !important;
    border: 1px solid #f76397 !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #f64b87 !important;
    border: 1px solid #f64b87 !important;
}

.panel {
    box-shadow: 0 10px 20px -12px rgba(153, 153, 153, 0.1), 0 4px 5px -5px rgba(153, 153, 153, 0.1);
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
}

.panel .panel-body {
    padding: 20px;
}

.panel .panel-body p {
    margin: 0px;
}

.panel .panel-body p+p {
    margin-top: 15px;
}

.panel .panel-heading {
    padding: 0px 16px;
    border-bottom: 2px solid #edeff0;
    background-color: #fff;
}



.panel-default>.panel-heading {
    background-color: #fafafa;
    border-bottom: none;
    color: #797979;
}

.panel-title {
    font-size: 14.5px;
    line-height: 24px;
    height: 100%;
    float: left;
    text-transform: none;
    color: rgba(27, 34, 44, 0.88);
}

.panel-sub-title {
    margin-bottom: 3px;
    color: #CEE4FD;
    margin-top: -3px;
}

.panel-footer {
    background: #fafafa;
    border-top: 0px;
}

.panel-default .panel-sub-title {
    color: inherit;
}

.panel-color .panel-title {
    color: #ffffff;
}

.panel-primary>.panel-heading {
    background-color: #228bdf;
}

.panel-success>.panel-heading {
    background-color: #00b19d;
}

.panel-info>.panel-heading {
    background-color: #3ddcf7;
}

.panel-warning>.panel-heading {
    background-color: #D81517;
}

.panel-danger>.panel-heading {
    background-color: #ef5350;
}

.panel-purple>.panel-heading {
    background-color: #7266ba;
}

.panel-pink>.panel-heading {
    background-color: #f76397;
}

.panel-inverse>.panel-heading {
    background-color: #4c5667;
}

.panel-border {
    border-radius: 3px;
}

.panel-border .panel-heading {
    background-color: #ffffff;
    border-top: 3px solid #ccc !important;
    border-radius: 3px;
    padding: 10px 20px 0px;
}

.panel-border .panel-body {
    padding: 15px 20px 20px 20px;
}

.panel-border.panel-primary .panel-heading {
    border-color: #228bdf !important;
    color: #228bdf !important;
}

.panel-border.panel-success .panel-heading {
    border-color: #00b19d !important;
    color: #00b19d !important;
}

.panel-border.panel-info .panel-heading {
    border-color: #3ddcf7 !important;
    color: #3ddcf7 !important;
}

.panel-border.panel-warning .panel-heading {
    border-color: #D81517 !important;
    color: #D81517 !important;
}

.panel-border.panel-danger .panel-heading {
    border-color: #ef5350 !important;
    color: #ef5350 !important;
}

.panel-border.panel-purple .panel-heading {
    border-color: #7266ba !important;
    color: #7266ba !important;
}

.panel-border.panel-pink .panel-heading {
    border-color: #f76397 !important;
    color: #f76397 !important;
}

.panel-border.panel-inverse .panel-heading {
    border-color: #4c5667 !important;
    color: #4c5667 !important;
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"]+label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-size: 15px;
    font-weight: normal;
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #D81517;
    border-bottom: 2px solid #D81517;
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="radio"]:not(:checked)+label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

[type="radio"]+label:before, [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
    border-radius: 50%;
}

[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked)+label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:before {
    border: 2px solid transparent;
}

[type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"]:checked+label:after {
    background-color: #D81517;
    border-color: #D81517;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.preloader:before{
    content: '';
    display: block;
    padding-top: 100%;
}
.circular {
  animation: rotate 2s linear infinite;
  height: 50px;
  transform-origin: center center;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}


.inline-checkbox label, .inline-radio-button label {
    min-width: 150px;
}

.main-header {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.main-header .navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: none;
    min-height: 60px;
    margin-bottom: 0;
}
.main-header .navbar-default .navbar-brand img {
    height: 40px;
}
.main-header .navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    color: #444;
    position: relative;
    padding: 30px 12px;
    font-size: 15px;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-header .navbar-default .navbar-nav>li>a::before {
    content: "";
    height: 3px;
    position: absolute;
    width: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #222;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-header .navbar-default .navbar-nav>li.active>a::before, .main-header .navbar-default .navbar-nav>li>a:hover::before {
    width: 100%;
}
.main-header .navbar-brand {
    color: #fff;
    height: auto;
    padding: 20px 15px;
}

.main-header .navbar-brand span {
    color: #D81517;
}

.main-header .navbar-default .navbar-nav>.active>a, .main-header .navbar-default .navbar-nav>.active>a:focus, .main-header .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #D81517;
}

.main-header .navbar-default .navbar-nav>.open>a, .main-header .navbar-default .navbar-nav>.open>a:focus, .main-header .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #D81517;
}

.main-header .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.main-header .dropdown-menu>li>a {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 11px;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-header .dropdown-menu>li>a:hover {
    background-color: #131c2b;
    color: #D81517;
}

.main-header .right-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 22px;
}
.main-header .right-nav .dropdown-menu {
    right: 0;
    left: auto;
}
.main-header .right-nav li {
    float: left;
    position: relative;
    display: block;
}
.main-header .right-nav li a {
    text-transform: capitalize;
    color: #333;
    font-size: 15px;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    display: block;
    padding: 5px 15px;
}
.main-header .right-nav li a .avatar {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 10px;
}
.main-header .right-nav li a .avatar img {
    width: 100%;
    border-radius: 50%;
}
.main-header .right-nav li a.dropdown-toggle {
    padding: 12px 15px;
}
.main-header .right-nav .dropdown-menu li {
    display: block;
    float: none;
}
.main-header .right-nav .dropdown-menu li a {
    line-height: 15px;
    color: #131c2b;
}
.main-header .right-nav .dropdown-menu li a:hover, .main-header .right-nav .dropdown-menu li a:focus {
    background-color: #131c2b;
    color: #fff;
}
.header-search-form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
}

.header-search-form::before {
    display: inline-block;
    content: "\f404";
    font-family: "Ionicons";
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.header-search-form form {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-search-form form input {
    height: 60px;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 0;
}

.header-search-form form .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.navbar-toggle {
    border: none;
    padding: 15px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-toggle.active .icon-bar {
    background-color: #D81517;
}

.navbar-toggle .icon-bar {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-3px, 5px) ;
    transform: rotate(-45deg) translate(-3px, 5px) ;
}

.navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.active .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-3px, -5px) ;
    transform: rotate(45deg) translate(-3px, -5px) ;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

#rev-slider-wrapper .tp-loader.spinner2 {
    background-color: #7f7f7f !important;
}

#revslider .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1)
}

#revslider .zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#revslider .zeus.tparrows.tp-leftarrow:before {
    content: "\e824"
}

#revslider .zeus.tparrows.tp-rightarrow:before {
    content: "\e825"
}

#revslider .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#revslider .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#revslider .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#revslider .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#revslider .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}
section {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  margin: 0;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
}
.section-title h2 span {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.banner-search {
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.main-search-block input[type='radio'] {
    visibility: hidden;
    position: absolute;
} 
.main-search-block img {
    opacity: 0.7;
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.main-search-block .search-main-type-svg {
    display: block !important;
    margin: 0 auto;
    width: 100px;
    padding: 0 !important;
    height: auto !important;
    text-align: center;
}
.main-search-block .search-main-type-svg::after, .main-search-block .search-main-type-svg::before {
    display: none;
}
.main-search-block input[type='radio']:checked + label.search-main-type-svg img {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); 
}
.main-search-block {
  background-color: #fff;
  padding: 30px;
  margin-top: -60px;
  position: relative;
  z-index: 9999;
  border-radius: 6px;
}
.main-search-block .search-main-type-svg + h5 {
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #888;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.main-search-block .search-main-type-svg + h5 label {
  display: block;
  cursor: pointer;
  font-weight: normal;
}
.main-search-block .form-control {
  font-size: 14px;
}
.nice-select.form-control {
  padding: 0px 15px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.nice-select .option {
    line-height: 30px;
    min-height: 30px;
    font-size: 13px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #ffff;
  background-color: #131c2b !important;
  font-weight: normal;
}
.nice-select .list:hover .option:not(:hover) {
    color: #333;
}
.main-search-block input[type='radio']:checked + label.search-main-type-svg + h5 {
  color: #131c2b;
}
.main-search-block .form-control {
  height: 40px;
  line-height: 42px;
}
.price-filter .slider.slider-horizontal {
  width: 100%;
}
.price-filter .slider.slider-horizontal .slider-track {
    height: 2px;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    margin-top: 0;
}
.price-filter .slider-selection {
    background-color: #D81517;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.price-filter .slider-handle {
  background-image: none;
  background-color: #131c2b;
}
.price-filter .min-range {
    position: absolute;
    left: 0;
    top: 25px;
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
}
.price-filter .max-range {
    position: absolute;
    right: 0;
    top: 25px;
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
}
.price-filter {
  position: relative;
}

.price-filter div.min-range input, .price-filter div.max-range input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 10px;
  margin: 0;
  display: inline-block;
  pointer-events: none;
  width: 100%;
}

.price-filter div.min-range, .price-filter div.max-range {
  display: inline-block;
  max-width: 50px;
}

.price-filter div.max-range input {
  text-align: right;
}

.price-filter div.min-range::before {
  position: absolute;
  content: '$';
  top: 0;
  left: 0;
}

.price-filter div.max-range::before {
  position: absolute;
  content: '$';
  top: 0;
  left: 0;
}

.tooltip>.tooltip-inner {
    background-color: #333;
    font-family: 'Hind Siliguri', sans-serif;
    border: none;
    border-radius: 6px;
}

.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #333;
}
.home-about .section-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.home-about .section-title h2 span {
  color: #999;
  font-weight: normal;  
}
.home-about .section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #777;
}
.home-about .feature-box i {
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    background: #f6f6f6;
    display: inline-block;
    border-radius: 50%;
    color: #969696;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.home-about .feature-box h6 {
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 18px;
}
.home-about .feature-box p {
    padding: 0px;
    color: #666;
    font-size: 13px;
}
.home-about .feature-box h6:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #D81517;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.home-about .feature-box:hover i {
  background: #D81517;
  color: #fff;
}
.featured-listing {
  background-color: #f5f5f5;
} 
.listing-item {
    border-radius: 6px;
    overflow: hidden;
}
.listing-item .listing-img {
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.listing-item .listing-img span.listing-type {
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  background-color: #eee;
  font-size: 10px;
  padding: 3px 10px;
  font-weight: 600;
  color: #333;
  border-radius: 30px;
}
.listing-item .listing-img span.listing-type.new {
  background-color: #D81517;
  color: #fff;
}
.listing-item .listing-img span.listing-type.used {
  background-color: #db2d2e;
  color: #fff;
}
.listing-item .listing-img:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .75) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.listing-item .listing-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
    z-index: 1;
}
.listing-item:hover .listing-img:after {
  opacity: 0;
}
.listing-item .listing-desc {
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.listing-item .listing-desc h3 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 15px;
  color: #333;
  min-height: 32px;
}
.listing-item .listing-img span.price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
}
.listing-item .favorite-btn::after {
  position: absolute;
  top: -35px;
  right: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: right;
  content: "\f442";
  font-family: "Ionicons";
  color: #fff;
  font-size: 20px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.listing-item .favorite-btn.active::after {
  content: "\f443";
  color: #fe5656;
}
.listing-item .listing-desc h5 {
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  color: #333;
  font-weight: 700;
}
.listing-item .listing-headings {
  position: relative;
}
.listing-item .listing-headings .speed {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 50px;
}
.listing-item .listing-headings .speed i {
  font-size: 18px;
  display: block;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.listing-item .listing-headings .speed span {
  font-size: 10px;
  font-weight: 700;
}
.listing-item .listing-desc ul {
  margin: 0;
  padding: 0;
}
.listing-item .listing-desc ul li {
  font-size: 12px;
  display: inline-block;
  list-style-type: circle;
  margin-right: 10px;
  text-transform: capitalize;
}
.listing-item .listing-desc .features {
  display: block;
  width: 100%;
}
.listing-item .listing-desc .features span {
  font-size: 12px;
  margin-right: 10px;
}
.listing-item .listing-desc .features span i {
    margin-right: 5px;
}
.listing-item .listing-desc .features span:last-child {
    margin-right: 0;
}
.listing-item .listing-desc hr {
  background-color: #eee;
  border: none;
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
.featured-listing .owl-theme .owl-nav {
  margin-top: 20px;
}
.featured-listing .owl-theme .owl-nav [class*='owl-'] {
  background-color: transparent;
  color: #333;
  padding: 0;
  font-size: 30px;
  border-radius: 0;
  width: 30px;
  margin: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.featured-listing .owl-theme .owl-nav .owl-prev {
  text-align: left;
}
.featured-listing .owl-theme .owl-nav .owl-next {
  text-align: right;
}
.featured-listing .owl-theme .owl-nav .owl-prev i, .featured-listing .owl-theme .owl-nav .owl-next i {
  position: relative;
}
.featured-listing .owl-theme .owl-nav .owl-prev i::after {
  width: 20px;
  height: 1px;
  z-index: 1;
  left: 40px;
  top: 21px;
  right: auto;
  content: '';
  background: #333;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.featured-listing .owl-theme .owl-nav .owl-prev:hover i::after {
  left: 0px;
}
.featured-listing .owl-theme .owl-nav .owl-next i::after {
  width: 20px;
  height: 1px;
  z-index: 1;
  left: auto;
  top: 21px;
  right: 40px;
  content: '';
  background: #333;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.featured-listing .owl-theme .owl-nav .owl-next:hover i::after {
  right: 1px;
}
.bg-grey {
  background-color: #f5f5f5 !important;
}
.listing .listing-item {
  margin-bottom: 30px;
}
.counter {
    background: url('../img/bg/1.jpg');
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}
.bg-overlay-yellow:before {
    background: rgba(216, 32, 23, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.counter .counter-block i:before {
    font-size: 32px;
    color: #fff;
}
.counter .counter-block h6 {
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin: 10px 0px 30px;
    font-size: 18px;
}
.counter .counter-block h6:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.counter .counter-block b {
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: 600;
    margin: 10px 0px 0px;
}
.best-offers .auto-brands-main-nav ul {
  padding-left: 0;
  border-bottom: 1px solid #eee;
}
.best-offers .auto-brands-main-nav ul li {
    list-style: none;
    text-align: left;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: relative;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.best-offers .auto-brands-main-nav ul li:before {
    content: '';
    border-left: 4px solid #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.best-offers .auto-brands-main-nav ul li.active::after {
  position: absolute;
  top: 14px;
  right: 5px;
  content: "\f3d3";
  display: inline-block;
  font-family: "Ionicons";
  color: #888;
}
.best-offers .auto-brands-main-nav ul li a {
    text-transform: capitalize;
    padding: 15px 0 15px 20px;
    display: block;
    font-size: 15px;
    color: #888;
    transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.best-offers .auto-brands-main-nav ul li.active {
    border-right: none;
}
.best-offers .auto-brands-main-nav ul li.active::before, .best-offers .auto-brands-main-nav ul li:hover::before {
  border-color: #D81517;
}
.best-offers .auto-brands-main-nav ul li.active a, .best-offers .auto-brands-main-nav ul li:hover a {
  color: #333;
}
.best-offers .listing-item {
  margin-bottom: 40px;
}
.best-offers .auto-brands-main-nav ul li a .count-label {
    background-color: #ddd;
    display: inline-block;
    float: right;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 15px;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.sell-buy {
  padding: 0;
}
.sell-buy .content-box-3 {
    padding: 40px 40px 0px;
}
.sell-buy .content-box-3 .info {
    padding: 55px 0;
}
.sell-buy .content-box-3 .info h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}
.sell-buy .content-box-3 .info p {
    margin-bottom: 20px;
    font-weight: normal;
}
.sell-buy .content-box-3 .info .btn {
  line-height: 26px;
}
.testimonial .testimonial-slider .testimonial-block i {
  font-size: 30px;
  color: #D81517;
  margin-bottom: 20px;
}
.testimonial .testimonial-slider .testimonial-block p {
  max-width: 800px;
  display: block;
  margin-bottom: 20px;
  margin: 0 auto;
}
.testimonial .testimonial-slider .testimonial-block h6 {
  text-transform: capitalize;
  font-size: 18px;
}
.testimonial .owl-nav {
  display: none;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  margin: 8px 4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #D81517;
}
.brands {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.brands .brands-slider .item {
  text-align: center;
}
.brands .brands-slider .item h4 {
  font-size: 13px;
  text-transform: capitalize;
  margin: 0;
}
.brands .brands-slider .owl-nav {
  display: none;
}
.main-footer {
  background-color: #131c2b;
  padding-top: 50px;
}
.main-footer .footer-info .footer-item h2 {
    color: #fff;
    position: relative;
    font-size: 16px;
    margin: 0px 0px 30px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.main-footer .footer-info .footer-item h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-footer .footer-info .footer-item h2::after {
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #fff;
}
.main-footer .footer-info .footer-item p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
}
.main-footer .footer-info .footer-item ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.main-footer .footer-info .footer-item .contact-info li {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main-footer .footer-info .footer-item .contact-info li a {
  color: #fff;
}
.main-footer .footer-info .footer-item .contact-info li i {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    float: left;
    width: 20px;
}
.main-footer .footer-info .footer-item .links li, .main-footer .footer-info .footer-item .categories li {
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.main-footer .footer-info .footer-item .links li a, .main-footer .footer-info .footer-item .categories li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.main-footer .footer-info .footer-item .categories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
.main-footer .footer-info .footer-item .recent-car .media {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #333333;
}
.main-footer .footer-info .footer-item .recent-car .media:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.main-footer .footer-info .footer-item .recent-car .media .media-left {
    padding-right: 15px;
}
.main-footer .footer-info .footer-item .recent-car .media .media-left img {
    width: 70px;
    height: 70px;
}
.main-footer .footer-info .footer-item .recent-car .media .media-body h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
}
.main-footer .footer-info .footer-item .recent-car .media .media-body h3 a {
    color: #eee;
}
.main-footer .footer-info .footer-item .recent-car .media .media-body span {
    margin: 3px 0px;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
}
.main-footer .footer-info .footer-item .recent-car .media .media-body p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.main-footer .footer-info {
    padding-bottom: 30px;
}
.main-footer .copy-right {
  background-color: #0f1623;
  padding: 20px 0;
}
.main-footer .copy-right p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}
.innerpage-header {
  background-image: url('../img/bg/bg-inner.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
.innerpage-header h3 {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 3;
  text-transform: capitalize;
}
.listing-infobar {
  background-color: #fff;
  padding: 10px 0;
}
.listing-infobar h3 {
  font-size: 14px;
  margin: 12px 0;
  font-weight: normal;
  text-transform: capitalize;
}
.search .sidebar .sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}
.search .sidebar .single-block {
    margin-bottom: 30px;
}
.search .sidebar .single-block:last-child {
    margin-bottom: 0;
}
.search .sidebar .sidebar-widget h2 {
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
    margin: 0px 0px 20px;
    text-transform: capitalize;
}
.search .sidebar .sidebar-widget h2:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e7e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.search .sidebar .sidebar-widget h2:after {
    content: '';
    width: 70px;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #D81517;
}
.search .sidebar .sidebar-widget .search .form-control {
    height: 40px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
}
.search .sidebar .sidebar-widget .search .btn {
    height: 40px;
}
.search .sidebar .sidebar-widget .tags .tagcloud a {
    display: block;
    float: left;
    padding: 8px 10px;
    border: 1px solid #e3e3e3;
    margin: 0 10px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    color: #333;
} 
.search .sidebar .sidebar-widget .tags .tagcloud a:hover {
    background-color: #D81517;
    border-color: #D81517;
    color: #fff;
}
.search .sidebar .form-control {
  font-size: 13px;
}
.search .sidebar .nice-select {
  height: 35px;
  line-height: 35px;
}
.search .sidebar .nice-select .option {
  line-height: 35px;
  min-height: 35px;
}
.search .sidebar .helping-center h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.fotorama__thumb-border {
  border-color: #D81517;
}
.listing-single .listing-desc .info-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
}
.listing-single .listing-desc .info-block h2.title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.listing-single .listing-desc .info-block h2.title::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e3d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.listing-single .listing-desc .info-block h2.title::after {
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #D81517;
}
.listing-single .listing-desc .info-block p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
.listing-single .listing-desc #listing-location {
    height: 400px;
}
.listing-single .listing-desc .info-block p + p {
  margin-bottom: 0;
}
.listing-infobar.listing-single-header h3 {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.listing-infobar.listing-single-header .metas span {
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
  margin-right: 15px;
}
.listing-infobar.listing-single-header .metas span i {
    margin-right: 5px;
}
.listing-infobar.listing-single-header h3 span {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
}
.listing-infobar.listing-single-header h1.price {
  margin: 10px 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 58px;
  color: #fff;
  text-align: right;
}
.listing-single .listing-desc .info-block tr td, .listing-single .listing-desc .info-block .table tr th {
  vertical-align: middle;
  border: none;
  padding: 5px 0;
  font-size: 14px;
}
.listing-single .listing-desc .info-block .amenities-box .table tr td i {
  font-size: 22px;
  color: #D81517;
}
.listing-single .listing-desc .info-block .amenities-box .table tr th {
  font-size: 14px;
  color: #666;
}
.listing-single .listing-desc .info-block .amenities-box .table {
  margin: 0;
}
.listing-single .listing-desc .info-block .accessory-list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 4;
}
.listing-single .listing-desc .info-block .accessory-list li span {
    display: block;
    width: 100%;
    text-transform: capitalize;
    line-height: 30px;
    position: relative;
}
.listing-single .listing-desc .info-block .accessory-list li span i {
    width: 20px;
    display: inline-block;
}
.listing-single .listing-desc .info-block .accessory-list li span i::before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
}
.listing-single .listing-desc .info-block .accessory-list li span.available i::before {
    content: "\f121";
    color: #2dce89;
}
.listing-single .listing-desc .info-block .accessory-list li span.not-available i::before {
    content: "\f129";
    color: #f5365c;
    opacity: 0.5;
}
.listing-single .listing-desc .info-block .accessory-list li span.not-available {
    color: #999;
    text-decoration: line-through;
}
.listing-single .listing-desc .info-block iframe {
  width: 100%;
  border: none;
}
.listing-single .feature-box .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.listing-single .feature-box .icon i {
    font-size: 20px;
    background: #eee;
    display: block;
    border-radius: 50%;
    margin: 9px 10px 10px 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.listing-single .feature-box .content {
    display: table-cell;
    margin-top: 10px;
    vertical-align: top;
}
.listing-single .feature-box .content h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}
.listing-single .feature-box:hover .icon {
  border-color: #D81517;
}
.listing-single .feature-box:hover .icon i {
  background: #D81517;
}
.search .sidebar .sidebar-widget .social-share {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.search .sidebar .sidebar-widget .social-share li {
  display: table-cell;
  text-align: center;
}
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
}
.btn-google {
  background-color: #dd4b39;
  color: #fff;
}
.btn-twitter {
  background-color: #1dcaff;
  color: #fff;
}
.btn-pinterest {
  background-color: #bd081c;
  color: #fff;
}
.btn-behance {
  background-color: #1769ff;
  color: #fff;
}
.btn-instagram {
  background-color: #125688;
  color: #fff;
}
.btn-icon {
  line-height: 35px;
  font-size: 12px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
.btn-icon:hover {
  color: #fff;
}
.contact-map {
  padding: 0;
}
.contact-info .contact-form h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.contact-info .contact-form .form-control {
  height: 40px;
}
.contact-info .contact-form textarea.form-control {
  height: 150px;
}
.contact-info .contact-info-block .icon {
    position: absolute;
    font-size: 40px;
    top: 0;
    line-height: 1;
    color: #D81517;
}
.contact-info .contact-info-block {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.contact-info .contact-info-block:last-child {
    border-bottom: none;
}
.contact-info .contact-info-block .contact-info-item h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}
.contact-info .contact-info-block .contact-info-item {
    padding-left: 40px;
}
.contact-info .contact-address h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
}
.contact-map #map {
    height: 500px;
}
.blogs .single-blog-item {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.blogs .single-blog-item .image-box {
    position: relative;
    display: block;
}
.blogs .single-blog-item .image-box figure {
    margin: 0;
    position: relative;
}
.blogs .single-blog-item .image-box figure .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.blogs .single-blog-item .image-box figure .owl-dots span {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background-color: transparent;
}
.blogs .single-blog-item .image-box figure .owl-dots .owl-dot.active span {
    background-color: #D81517;
}
.blog-single .single-post-row {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 30px;
    background-color: #fff;
}
.blog-single .single-post-row .post-tag-t {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-single .single-post-row .share-on-socials a {
    background: #fff;
    color: #444;
    display: inline-block;
    height: 40px;
    line-height: 39px;
    margin: 6px 6px 0 0;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
}
.blog-single .single-post-row.tags-con > a {
    color: #333;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin: 0 7px 7px 0;
    padding: 7px 15px 8px;
    border-radius: 200px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.blog-single .single-post-row.about-auther .avatar-img {
    float: left;
    width: 77px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-single .single-post-row.about-auther .avatar-img img {
    height: auto;
}
.blog-single .single-post-row.about-auther .about-auther-details {
    display: block;
    padding-left: 100px;
} 
.blog-single .single-post-row .about-auther-details .auther-link {
    margin: -3px 0 7px 0;
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 18px;
}
.blog-single .single-post-row .about-auther-details .auther-link a {
    color: #D81517;
}
.blog-single .single-post-row.about-auther .about-auther-con .desc {
    display: block;
    line-height: 26px;
}
.blog-single .related-posts h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-single .related-posts h4 i {
    display: inline-block;
    margin-right: 10px;
    color: #D81517;
}
.blog-single .related-posts .related-post-slider .related-posts-slide .related-img-wraper {
    position: relative;
}
.blog-single .related-posts .related-post-slider .related-posts-slide .related-img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    vertical-align: top;
    border-radius: 3px;
}
.blog-single .related-posts .related-post-slider .related-posts-slide .related-img .hm-format-i {
    color: #333;
    display: block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    border-radius: 3px;
    text-align: center;
    width: 42px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -o-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
}
.blog-single .related-posts .related-post-slider .related-posts-slide .related-img:after {
    background: #D81517;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-single .related-posts .related-post-slider .post-popular-title {
    background: #fff;
    color: #444;
    display: block;
    font-style: normal;
    height: auto;
    padding: 15px;
    width: 100%;
    z-index: 1;
}
.blog-single .related-posts .related-post-slider .related-posts-slide .related-img:hover .hm-format-i {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    -o-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
}
.blog-single .related-posts .related-post-slider .related-posts-slide .related-img:hover:after {
    opacity: 0.9;
}
.blog-single .related-posts .related-post-slider .owl-dots .owl-dot.active span {
    background: #D81517;
    width: 15px;
}
.blog-single .related-posts .related-post-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #D6D6D6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-single .comments h3 {
    margin-top: 0;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.blog-single .comments h3 i {
    display: inline-block;
    margin-right: 10px;
    color: #D81517;
}
.blog-single .comments .comment-box {
    padding-top: 40px;
}
.blog-single .comments .comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-single .comments .single-comment .avatar {
    border-radius: 50%;
    float: left;
}
.blog-single .comments .comment-content {
    border-bottom: 1px solid #ddd;
    margin-left: 85px;
    padding-bottom: 40px;
    position: relative;
}
.blog-single .comments .comments-list .single-comment.last .comment-content {
    border: none;
}
.blog-single .comments  h4.author-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.blog-single .comments span.comment-meta {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.blog-single .comments span.comment-meta a {
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 600;
}
.blog-single .comments .comment-said-text p {
    line-height: 26px;
    margin: 0;
}
.blog-single .comments .comment-btns {
    position: absolute;
    right: 0;
    top: 0;
}
.blog-single .comments .comment-reply-link {
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    background-color: #fff;
    margin: 2px 0 0 3px;
    padding: 0 15px 1px;
    border-radius: 200px;
}
.blog-single .comments > ul > li > ul.children {
    padding-left: 85px;
    margin: 0;
    list-style: none;
}
.blog-single .post-comment h3 {
    margin-top: 0;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.blog-single .post-comment h3 i {
    display: inline-block;
    margin-right: 10px;
    color: #D81517;
}
.blog-single .post-comment .form-control {
    min-height: 45px;
    background-color: #fff;
    color: #333;
}
.blogs .single-blog-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.blogs .single-blog-item .date {
    position: absolute;
    left: 30px;
    bottom: -50px;
    width: 100px;
    padding: 10px 10px;
    text-align: center;
    background: #D81517;
    color: #aaaaaa;
    display: block;
    z-index: 1;
    transition: all 500ms ease;
}
.blogs .single-blog-item .date .day {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}
.blogs .single-blog-item .date .month {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
}
.blogs .single-blog-item .lower-content {
    position: relative;
    padding: 60px 30px 30px 30px;
}
.blogs .single-blog-item .lower-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
    transition: all 500ms ease;
}
.blogs .single-blog-item .lower-content h3 a {
    color: #333;
}
.blogs .single-blog-item .lower-content .read-more {
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    position: relative;
}
.blogs .single-blog-item .post-meta {
    position: relative;
    margin: 0px 0px 20px;
}
.blogs .single-blog-item .post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blogs .single-blog-item .post-meta ul li {
    position: relative;
    float: left;
    margin-right: 20px;
}
.blogs .single-blog-item .post-meta ul li:after {
    content: '/';
    position: absolute;
    right: -12px;
    top: 1px;
    font-size: 14px;
    line-height: 24px;
}
.blogs .single-blog-item .post-meta ul li:last-child:after {
    display: none;
}
.blogs .single-blog-item .post-meta ul li a {
    position: relative;
    color: #666666;
    line-height: 24px;
}
.blogs .single-blog-item .lower-content .text {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}
.blogs .categories ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.blogs .categories ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.blogs .categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.blogs .categories ul li a {
    display: inline-block;
    padding: 2px 0 2px 15px;
    border-left: 2px solid #ddd;
    color: #555;
}
.blogs .categories ul li.active a {
    border-color: #D81517;
}
.blogs.blog-single .single-blog-item .post-header {
    position: relative;
    padding: 12px 0px 10px 100px;
    margin-bottom: 20px;
} 
.blogs.blog-single .single-blog-item .lower-content .date {
    left: 0px;
    bottom: auto;
    top: 0px;
    width: 80px;
    padding: 10px 0px;
    background: #D81517;
    color: #ffffff;
}
.blogs.blog-single .single-blog-item .lower-content h3 {
    margin-top: 0;
}
.blogs.blog-single .single-blog-item .lower-content {
    padding: 30px;
}
.blogs.blog-single .single-blog-item .lower-content p {
    color: #666;
    margin-bottom: 30px;
}
.blogs.blog-single .single-blog-item .lower-content p:last-child {
    margin-bottom: 0;
}
.post-next-prev-wraper {
    background: #fff;
    padding: 25px 0;
}
.post-next-prev a {
    color: #aaa;
    font-size: 24px;
    line-height: 15px;
    margin-right: 5px;
    display: inline-block;
}
.post-next-prev a .text {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 10px;
    text-transform: uppercase;
    line-height: 14px;
    vertical-align: middle;
}
.post-next-prev i {
    line-height: 14px;
    display: inline-block;
    font-size: 20px;
}
.listing-slider-wraper .sliderNav {
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 5;
    width: 100%;
    text-align: left;
}
.listing-slider-wraper .sliderNav [class*='owl-'] {
    margin: 0;
    margin-right: 15px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #D81517;
    box-shadow: 0 12px 22px rgba(0,0,0,.35);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-align: center;
    cursor: pointer;
}
.listing-slider-wraper {
    position: relative;
}
.listing-slider-wraper .buttons-style {
    display: inline-block;
    float: right;
}
.listing-slider-wraper .sliderNav #customNav {
    float: left;
}
.listing-slider-wraper .buttons-style .btn {
    line-height: 28px;
}
.listing-slider-wraper .buttons-style .btn i {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.listing-single {
    padding-top: 30px;
}
.pagination {
    margin-bottom: 0;
}
.pagination > li > a, .pagination > li > span {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0px 11px;
    margin: 0 3px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    color: #999999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #D81517;
    border-color: #D81517;
    color: #FFFFFF;
    box-shadow: 0 4px 5px 0 rgba(255, 152, 0, 0.14), 0 1px 10px 0 rgba(255, 152, 0, 0.12), 0 2px 4px -1px rgba(255, 152, 0, 0.2);
}
.dealers .dealers-search {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ececec;
    padding: 0 0 10px;
    margin: 0 0 25px;
}
.dealers .dealers-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.dealers .dealers-search ul li {
    display: inline-block;
}
.dealers .dealers-search ul li a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    border-left: 1px solid #dedede;
    padding: 0 8px 0 11.444px;
}
.dealers .dealers-search ul li:first-child a {
    border-left: none;
    padding-left: 0;
}
.dealers {
    background-color: #f7f7f7;
}
.dealers .dealer-listing {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
    background-color: #fff;
}
.dealers .dealer-listing .dealer-media {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
    width: 15%;
}
.dealers .dealer-listing .dealer-media figure {
    width: 120px;
    display: inline-block;
    border: 1px solid #ededed;
    margin: 0;
}
.dealers .dealer-listing .dealer-media figure a {
    text-decoration: none;
    outline: none;
}
.dealers .dealer-listing .dealer-text {
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: middle;
    position: relative;
    width: 85%;
}
.dealers .dealer-listing .dealer-post-title h6 {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
}
.dealers .dealer-listing .dealer-post-title h6 a {
    text-transform: uppercase !important;
    text-decoration: none;
    outline: none;
    color: #333;
}
.dealers .dealer-listing .dealer-post-title span {
    font-size: 12px;
    text-transform: uppercase;
}
.dealers .dealer-listing address {
    font-size: 14px;
    color: #333;
    font-style: normal;
    margin: 0;
}
.dealers .dealer-listing .contact-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #e3e3e3;
    padding: 8px 10px;
    margin: -18px 0 0 0;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    color: #333;
    background-color: #fff;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.dealers .dealer-listing .contact-btn:hover {
    background-color: #D81517;
    color: #fff;
    border-color: #D81517;
}
.dealers .dealer-listing .contact-btn i {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.dealers .dealer-listing .dealer-media ~ .dealer-text {
    padding: 0 0 0 30px;
}
.dealer-single {
    padding: 0;
}
.dealer-single .dealer-single-header {
    background-color: #fafafa;
    padding: 40px 0;
}
.dealer-single .dealer-single-header .dealer-info .dealer-media {
    float: left;
}
.dealer-single .dealer-single-header .dealer-info .dealer-media figure {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    height: 200px;
    width: 180px;
    margin: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text {
    padding-left: 30px;
    display: inline-block;
    padding-top: 40px;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text .dealer-title {
    margin-bottom: 10px;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text .dealer-title h3 {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text .dealer-title a {
    display: inline-block;
    background-color: #6fba17;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border-radius: 20px;
    line-height: 14px;
    padding: 4px 5px;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text .dealer-title a i {
    float: left;
    font-size: 14px;
    margin: 0 2px 0 0;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text address {
    font-style: normal;
    color: #353535;
    margin: 0 0 20px;
} 
.dealer-single .dealer-single-header .dealer-info .dealer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: #353535;
    line-height: normal;
    border-left: 1px solid #f0f0f0;
    padding: 0 0 0px 20px;
    margin: 0px 0 0 20px;
    position: relative;
    margin-bottom: -15px;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text ul li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text ul li span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.dealer-single .dealer-single-header .dealer-info .dealer-text ul li a {
    color: #353535;
    text-decoration: none;
    outline: none;
}
.dealer-single .dealer-single-header .dealer-location {
    height: 200px;
}
.dealer-single .dealer-single-share {
    background-color: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.dealer-single .dealer-single-share .opening-time i {
    font-size: 18px;
    margin-right: 5px;
}
.dealer-single .dealer-single-share .social-media a {
    margin-left: 10px;
    color: #666;
    font-size: 16px;
}
.dealer-single .dealer-single-share .social-media a:hover {
    color: #D81517;
}
.dealer-single .dealer-single-info {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.dealer-single .dealer-single-info h3.title {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
.dealer-single .dealer-single-info p {
    line-height: 26px;
    text-align: justify;
}
.dealer-single .dealer-single-info .sidebar .form-control {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 13px;
}
.about-section {
    position: relative;
    padding: 60px 0;
}
.about-section .left-column {
    position: relative;
}
.sec-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.sec-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 32px;
    border-bottom: 2px solid #D81517;
}
.sec-title .floated-text {
    position: absolute;
    left: 0px;
    top: -15px;
    width: 100%;
    color: #f8f8f8;
    font-size: 84px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}
.sec-title h2 {
    position: relative;
    text-transform: capitalize;
    color: #333333;
    font-size: 32px;
    font-weight: 600;
}
.sec-title:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -5px;
    width: 25px;
    border-bottom: 2px solid #333333;
}
.about-section .left-column .content {
    padding-right: 30px;
    text-align: justify;
}
.about-section .left-column .bold-text {
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.8em;
}
.about-section .left-column .text {
    margin-bottom: 30px;
    line-height: 1.8em;
}
.service-box-one {
    position: relative;
    margin-bottom: 30px;
}
.service-box-one .inner-box {
    position: relative;
    display: block;
}
.service-box-one .icon-box {
    position: relative;
    font-size: 32px;
    line-height: 1.4em;
    margin-bottom: 8px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 7px;
    color: #2a2a2a;
    margin-top: 0;
}
.service-box-one h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px 20px 0px 0px;
}
.dropdown-menu {
    transform: translate3d(0,2em,0);
    transition: all 280ms ease-in-out 0ms;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0,2em,0);
    -webkit-transition: all 280ms ease-in-out 0ms;
}
.open .dropdown-menu {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
    transform: translate3d(0,0,0);
    visibility: visible;
}

.make-icon {
    width: 35px;
    height: 25px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    vertical-align: bottom;
}

.widget {
    margin-top: 30px;
}
.widget h3 {
    margin: 0;
    font-size: 18px;
    background-color: #d01e16;
    padding: 10px 20px;
    color: #fff;
}
.body-type-widget .body-types {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.body-type-widget .body-types li a {
    font-size: 15px;
    color: #505458;
    width: 100%;
    text-transform: capitalize;
    display: block;
    padding-left: 20px;
}
.body-type-widget .body-types li .body-list-style .body-type {
    display: inline-block;
    width: 53px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../img/body-types/body-type-sprite.png') 0 0 no-repeat;
}
.body-type-widget .body-types li .body-list-style .body-type.saloon {
    background-position: -5px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.hatchback {
    background-position: -60px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.suv {
    background-position: -115px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.van {
    background-position: -173px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.wagon {
    background-position: -229px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.bus {
    background-position: -283px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.truck {
    background-position: -339px 0;
}
.body-type-widget .body-types li .body-list-style .body-type.cupe {
    background-position: -395px 0;
}
.body-type-widget .body-types li .body-list-style .count-label {
    background-color: #ddd;
    display: inline-block;
    float: right;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 15px;
    margin-top: 12px;
}
.body-type-widget .body-types li {
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: relative;
}
.widget ul li:before {
    content: '';
    border-left: 4px solid #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.widget ul li:hover::before {
    border-color: #D81517;
}
.price-widget .price-types {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.price-widget .price-types li a {
    font-size: 15px;
    color: #505458;
    width: 100%;
    text-transform: capitalize;
    display: block;
    padding: 15px 0 15px 20px;
}
.price-widget .price-types li a .count-label {
    background-color: #ddd;
    display: inline-block;
    float: right;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 15px;
}
.price-widget .price-types li {
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: relative;
}
.listing-single-header {
    background-color: #D81517;
}
.nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}

.main-header .navbar-default .navbar-nav li.mega-dropdown {
    position: static;
}
.main-header .navbar-default .navbar-nav li .mega-dropdown-menu {
    width: 100%;
    left: 0;
}
.main-header .navbar-default .navbar-nav li .mega-make-dropdown {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-header .navbar-default .navbar-nav li .mega-make-dropdown li {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    display: inline-block;
    text-align: center;
}
.main-header .navbar-default .navbar-nav li .mega-make-dropdown li a .make-icon {
    width: 45px;
    height: 35px;
}
.main-header .navbar-default .navbar-nav li .mega-make-dropdown li a .make-name {
    display: block;
    text-transform: capitalize;
    font-size: 12px;
}
.main-header .navbar-default .navbar-nav li .mega-make-dropdown li a {
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
}
.main-header .navbar-default .navbar-nav li .mega-make-dropdown li a:hover {
    background-color: #efefef;
}
.how-it-works-wrap .inner-box .content-column {
    position: relative;
    padding-top: 90px;
    padding-right: 40px;
}
.how-it-works-wrap .inner-box .content-column .icon-box {
    position: relative;
}
.how-it-works-wrap .inner-box .content-column .icon-box .service-number {
    position: absolute;
    left: 0px;
    top: 75%;
    font-weight: 600;
    font-size: 85px;
    color: rgba(0,0,0,0.10);
}
.how-it-works-wrap .inner-box .content-column  .icon-box .icon {
    position: relative;
    font-size: 54px;
    color: #D81517;
    line-height: 1em;
}
.how-it-works-wrap .inner-box .content-column h3 {
    position: relative;
    color: #444444;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}
.how-it-works-wrap .inner-box .content-column  .text {
    position: relative;
    color: #444;
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
}
.main-header .top-bar {
    background-color: #131c2b;
    padding: 10px 0;
}
.main-header .top-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-header .top-bar ul li {
    display: inline-block;
    color: #fff;
}
.main-header .top-bar ul li + li {
    margin-left: 20px;
}
.main-header .top-bar ul li i {
    margin-right: 5px;
    display: inline-block;
}
.main-header .top-bar .top-social-links {
    text-align: right;
}
.main-header .top-bar .top-social-links a {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.main-header .right-nav .user-dropdown {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    margin-left: 10px;
}
.main-header .right-nav .user-dropdown .dropdown-toggle {
    padding: 0;
    text-align: right;
}
.main-header .right-nav .user-dropdown .dropdown-toggle h3 {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: normal;
}
.main-header .right-nav .user-dropdown .dropdown-toggle h3 span {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #666;
}
.main-header .right-nav .user-dropdown .dropdown-toggle img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.main-header .right-nav .user-dropdown .dropdown-menu {
    margin-top: 23px;
    border-top: 1px solid #efefef;
}
.main-header .right-nav .user-dropdown .dropdown-menu li a {
    padding: 10px 20px;
}
.main-header .right-nav .user-dropdown .dropdown-menu li a:hover {
    transform: scale(1.08);
    background-color: #D81517;
    border-radius: 3px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   Login Register Pages
   ========================================================================== */


body.auth .wrapper-page {
    padding: 50px 0;
}

body.auth .wrapper-page .form-control {
    height: 40px;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

body.auth .wrapper-page .form-control-feedback {
    left: 15px;
    top: 3px;
    color: rgba(76, 86, 103, 0.4);
    font-size: 14px;
    line-height: 32px;
    z-index: 999;
}

body.auth .widget-icon i {
    float: left;
    font-size: 61px;
}

body.auth .widget-icon .wid-icon-info {
    margin-left: 80px;
}

body.auth .logo-lg {
    font-size: 28px !important;
    color: #ea453e !important;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 70px;
    text-transform: uppercase;
}

body.auth .wrapper-page .form-control:focus+i {
    color: #ea453e;
}

body.auth .lock-screen h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

body.auth .lock-screen h4 span {
    font-weight: 300;
}

body.auth .lock-screen .btn {
    height: 40px;
}

body.auth .user-thumb img {
    height: 88px;
    margin: 0px auto;
    width: 88px;
}

body.auth .lock-wraper h2 {
    text-transform: uppercase;
    font-weight: 700;
}

body.auth .lock-wraper hr {
    width: 60%;
    margin: 20px auto;
    background-color: #ea453e;
    border: none;
    height: 2px;
}

body.auth .mail-wraper .email-top-logo {
    padding: 20px;
    border-bottom: 2px solid #ddd;
}

body.auth .mail-wraper h2 {
    text-transform: uppercase;
    font-weight: 700;
}

body.auth .mail-wraper h2 span {
    font-weight: 300;
}

body.auth .wrapper-page .social-links {
    margin-top: 50px;
}

body.auth .wrapper-page .social-links h3 {
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
    font-weight: 700;
}

body.auth .wrapper-page .social-links h3 span {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    display: block;
}

body.auth .wrapper-page .social-links h3 span::after {
    content: "";
    background-color: #3c3c3c;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 25px;
    top: 7px;
}

body.auth .wrapper-page .social-links h3 span::before {
    content: "";
    background-color: #3c3c3c;
    width: 100px;
    height: 1px;
    position: absolute;
    right: 25px;
    top: 7px;
}

body.auth .wrapper-page .social-links h3 span.register::after {
    left: 20px;
}

body.auth .wrapper-page .social-links h3 span.register::before {
    right: 20px;
}

body.auth .wrapper-page .social-links a {
    font-size: 12px;
    padding: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 27px;
}

body.auth .btn {
    height: 35px;
}

/* body.auth .mail-wraper .mail-wraper-content {
    padding: 80px 80px;
} */

body.auth .mail-wraper {
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media only screen and (max-width: 375px) {
    body.auth .wrapper-page {
        width: 270px;
    }
}


body.user .main-header .navbar-default .navbar-nav li a .avatar {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 10px;
}

body.user .main-header .navbar-default .navbar-nav li a .avatar img {
    width: 100%;
    border-radius: 50%;
}
body.user .wrapper {
    position: relative;
    top: 0;
    min-height: 100%;
    overflow: hidden;
}
body.user .sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #333;
    font-weight: 200;
    background-color: #1b2a42;
    min-height: 100%;
    padding: 30px 20px;
}
body.user .sidebar .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
body.user .sidebar .nav li {
    margin-bottom: 20px;
}
body.user .sidebar .nav li a i {
    display: inline-block;
    font-size: 20px;
    width: 30px;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    text-align: center;
}
body.user .sidebar .nav li a p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    text-transform: capitalize;
}
body.user .sidebar .nav li a {
    color: #fff;
    padding: 0;
    vertical-align: middle;
    line-height: 20px;
}
body.user .sidebar .nav li a:hover, body.user .sidebar .nav li a:focus {
    background-color: transparent;
    color: #D81517;
}
body.user .main-panel {
    background: #eee;
    position: relative;
    float: right;
    width: calc(100% - 260px);
    min-height: 800px;
}
body.user .main-panel > .content {
    padding: 30px 15px;
    min-height: 768px;
}
body.auth .auth-wrap {
    background-color: #f7f7f7;
}
body.auth .card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
    border-radius: 6px;
}
body.auth .card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}
body.auth .card h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px;
}
body.auth .card h6 {
    margin: 0;
    font-size: 15px;
    color: #90a4ae;
    font-weight: normal;
    text-transform: capitalize;
}

body.auth .css-bar {
    position: relative;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    font-size: 18px;
    background-clip: content-box;
}
body.auth .css-bar>i {
    width: 70px;
    height: 70px;
    background: #fff;
    line-height: 70px;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
    left: 0px;
    right: 0px;
    z-index: 2;
    font-size: 27px;
    color: #a6b7bf;
}
body.auth  .card-footer {
    border-top: 1px solid rgba(232, 235, 238, .9);
    padding: 20px;
}
body.auth hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
body.auth .product-overview tbody tr td {
    vertical-align: middle;
}

body.auth .product-overview tbody tr td.actions a {
    font-size: 14px;
}

.tooltip>.tooltip-inner {
    background-color: #333;
    border: none;
    font-size: 13px;
    border-radius: 2px;
    font-family: 'Hind Siliguri', sans-serif;
}

.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #333;
}
body.auth .card-title {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(232, 235, 238, .9);
}
body.auth .card-title h3 {
    text-transform: capitalize;
    margin: 0;
    line-height: calc(2.25rem + 1px * 2);
    font-size: 16px;
}
    
body.auth  label {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    text-align: left;
    font-weight: 500;
    margin-bottom: 6px;
}
body.auth .form-control {
    -moz-border-radius: 6px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: #131c2b;
    font-size: 14px;
    height: 40px;
}
body.auth .input-group-addon {
    border-color: transparent;
}
.select2-container--default .select2-selection--single {
    border-color: #eee;
    border-radius: 6px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    margin-top: -9px;
    margin-left: -8px;
    color: #777;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    content: "\f3d8";
}
.select2-dropdown {
    border-color: #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #eee;
}
.select2-search--dropdown .select2-search__field {
    padding: 8px 10px;
    border-radius: 6px;
}
.select2-results__option {
    padding: 8px 8px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #333;
}
.dropzone {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    min-height: 300px;
    display: table;
    width: 100%;
    height: 100%;
}

/*.dropzone .dz-message {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.dropzone .dz-message::after {
    content: "\e084";
    font-family: 'simple-line-icons';
    display: block;
    margin-top: -70px;
    font-size: 30px;
}*/
.form-section-title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.upload-wraper .dropzone {
    padding: 0;
    display: inline-block;
    float: left;
    min-height: auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px dashed #000;
    margin: 10px;
    width: 100px;
    height: 80px
}
.upload-wraper .dropzone .dz-message {
    text-align: center;
    margin: 1.5em 0
}
.upload-wraper .dropzone .addfile {
    display: inline-block;
    background-color: #f44336;
    -webkit-box-shadow: 0 12px 20px -10px rgba(244, 67, 54, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(244, 67, 54, .2);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(244, 67, 54, .2);
    border-radius: 10px;
    cursor: pointer;
    height: 100px;
    width: 100px;
    text-align: center;
    margin: 10px
}
.upload-wraper .dropzone .addfile .add-file i {
    font-size: 60px;
    color: #fff;
    line-height: 100px
}
.upload-wraper .dropzone .addfile .add-file {
    margin: 0;
    display: inline-block
}
.upload-wraper .image-editor .img-box {
    margin: 10px;
    width: 100px;
    display: inline-block
}
.upload-wraper .image-editor .img-box .img-container img {
    border-radius: 10px
}
.upload-wraper .image-editor .img-box .img-container {
    position: relative
}
.upload-wraper .image-editor .img-box .img-container .btn-container {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999
}
.upload-wraper .image-editor .img-box .img-container .btn-container a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 188, 212, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 188, 212, .2);
    box-shadow: 0 14px 26px -12px rgba(0, 188, 212, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 188, 212, .2);
    background-color: #00bcd4;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    opacity: 0
}
.upload-wraper .image-editor .img-box .img-container .btn-container a.remove-image {
    background-color: #f44336;
    -webkit-box-shadow: 0 12px 20px -10px rgba(244, 67, 54, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(244, 67, 54, .2);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(244, 67, 54, .2)
}
.upload-wraper .image-editor .img-box .img-container .btn-container a.move-image {
    background-color: #9c27b0;
    -webkit-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2);
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2)
}
.upload-wraper .image-editor .img-box:hover .img-container .btn-container a.move-image {
    opacity: 1;
    -webkit-animation: scaleIn .6s;
    animation: scaleIn .6s
}
.upload-wraper .image-editor .img-box:hover .img-container .btn-container a.edit-image {
    opacity: 1;
    -webkit-animation: scaleIn .4s;
    animation: scaleIn .4s
}
.upload-wraper .image-editor .img-box:hover .img-container .btn-container a.remove-image {
    opacity: 1;
    -webkit-animation: scaleIn .2s;
    animation: scaleIn .2s
}
.upload-wraper .edit-wraper {
    position: absolute;
    width: 95%;
    height: 99%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 10px;
    z-index: 1001
}
.upload-wraper {
    border-style: dotted;
    border-width: 1px;
    min-height: 200px
}
.upload-wraper .move-image {
    cursor: move;
    cursor: -webkit-grabbing
}
.dropzone .dz-message {
    text-align: center;
    margin: 1.5em 0
}
/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    .listing-item .listing-desc .features span {
        font-size: 11px;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-media figure {
        width: 120px;
    }
}
 
@media only screen and (max-width: 991px) {
    .sell-buy .content-box-3 {
        padding-top: 0;
    }
    .sell-buy .content-box-3 .info {
        text-align: center;
    }
    .listing-infobar.listing-single-header h3 {
        font-size: 22px;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-media figure {
        width: 180px;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-text {
        margin-bottom: 80px;
    }
    .dealer-single-info .sidebar {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .price-filter {
        margin-bottom: 50px;
    }
    .main-header .navbar-default .navbar-nav li a {
        line-height: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    .main-header .navbar-default .navbar-nav li:first-child a {
        border-top: none;
    }
    .main-header .navbar-default .navbar-nav li a span {
        float: right;
    }
    .main-header .navbar-default .navbar-nav li a:hover {
        background-color: #D81517;
        color: #131c2b;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }
    .main-header .right-nav {
        right: 50px;
    }
    .main-header .right-nav li a .name {
        display: none;
    }
    .main-header .right-nav li a .avatar {
        margin-left: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu li a {
        line-height: 30px;
        color: #fff;
        border: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu li a:hover, .navbar-default .navbar-nav .open .dropdown-menu li a:focus {
        background-color: #273b5d;
        color: #fff;
    }
    .dropdown-menu {
        display: none;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .open .dropdown-menu {
        display: block;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .listing-infobar.listing-single-header h1.price {
        text-align: left;
    }
    .contact-info .contact-form {
        margin-bottom: 50px;
    }
    .dealers .dealer-listing .dealer-media {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .dealers .dealer-listing .dealer-media ~ .dealer-text {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 10px;
    }
    .dealers .dealer-listing .contact-btn {
        position: relative;
        top: 0;
        display: inline-block;
        margin-top: 20px;
    }
    .footer-info .footer-item {
        margin-bottom: 30px;
    }
} 
@media only screen and (max-width: 750px) {
    .main-search-block form .col-xs-2 {
        width: 33.33333333%;
    }
}
@media only screen and (max-width: 560px) {
    .header-search-form form {
        width: 90%;
    }
    .blogs.blog-single .single-blog-item .post-header {
        padding-left: 0;
    }
    .blogs.blog-single .single-blog-item .lower-content .date {
        top: -90px;
    }
    .blogs .single-blog-item .post-meta {
        margin-bottom: 0;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-media {
        float: none;
        width: 100%;
        background-color: #fff;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-media figure {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-text {
        padding-left: 0;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-text ul li {
        display: block;
        margin-bottom: 10px;
        border: none;
        padding: 0;
        margin-left: 0;
    }
    .dealer-single .dealer-single-header .dealer-info .dealer-text {
        display: block;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 493px) {
    .listing-infobar h3 {
        margin: 0;
        line-height: 22px;
    }
}


@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}